ADVERTISEMENT

BSP rethinks rate pause -- Remolona

Published Aug 14, 2023 06:27 am

At A Glance

  • The Bangko Sentral ng Pilipinas (BSP) is still unsure of its next policy stance amid mixed data. The Monetary Board will meet Thursday, Aug. 17, to discuss its next rate action.
  • "We are reassessing the situation," says BSP Governor Eli M. Remolona. He adds, "we will go where the data leads us but sometimes, the data don't seem to know where to go."
  • Just three days before the BSP has to again decide its monetary policy stance, as forward guidance goes, Remolona's signals are more cautious unlike in previous weeks when he hinted that the BSP will likely raise rates on Aug. 17.

With a credible and well-anchored inflation expectations, Bangko Sentral ng Pilipinas (BSP) Governor Eli M. Remolona said there is room to reassess previous monetary policy decisions to “pause and hold” but the data-dependent BSP is still unsure of where the data is leading it.

“In the last two meetings we have paused. We are reassessing the situation,” he said on Monday, Aug. 14, during a Philippine Economic Briefing (PEB) in Laoag, Ilocos Norte, the last of the three-city PEB by the administration's economic team this past week.

“That’s where we stand. We will go where the data leads us but sometimes, the data don’t seem to know where to go,” said Remolona.

Just three days before the BSP has to again decide its monetary policy stance, as forward guidance goes, Remolona’s signals are more cautious unlike in previous weeks when he said the BSP will likely raise rates than pause or to cut in the next policy meetings.

During a recent budget hearing at the Lower House, the BSP chief has already communicated its intention review the current BSP rate pause but he seems less confident as of Monday of the mixed data that they had to rely on.

He has said that they have reconsidered and that they have reassessed. “The data is still mixed so we're not sure. We haven't been sure whether to raise or even to cut. But for now, we're at a pause and we're reassessing the situation. So, that's where we stand,” he said a week before the PEB.

The central bank’s Monetary Board will meet on Thursday, Aug. 17, to decide whether to continue to pause or raise the BSP benchmark rate amid the depreciating peso vis-à-vis the US dollar, recent US Federal Reserve rate increase, and the lower-than-expected gross domestic product (GDP) in the second quarter.

“The good news is that inflation expectations are still well-anchored,” said the BSP chief. 

As of end-July, the consumer price index (CPI) is still elevated at 6.8 percent versus the target range two percent to four percent. Monthly CPI has come down to 4.7 percent in July from 5.4 percent in June.

“In other words the markets continue to believe that we will hit our target range by 2024 and stay there until 2025,” said Remolona.

As of its last policy meeting, the BSP forecasts 2023 inflation will average at 5.4 percent, and for 2024 it will decelerate further to 2.9 percent. By 2025, CPI is projected to average at 3.2 percent, the middle range of the target band.

Remolona said they want to stay in the middle range of the two percent to four percent target at 2.9 percent to 3.2 percent for 2024 and 2025.

“There are good reasons for these expectations,” he said.

The BSP has a current “hold” position in monetary policy setting. The benchmark rate is still 6.25 percent for the last two policy meetings in a row. The pause in the monetary tightening cycle has allowed BSP some time to review markets’ conditions after the aggressive rate hikes.

Remolona said the bad news is there are upside risks to inflation. These includes transport fare hikes, higher wage adjustments, food supply constraints, and El Niño phenomenon which is already causing drought in the country’s Asian neighbors including Vietnam where the government get its rice imports.

Downside risks are still the impact of a weaker-than-expected global economic recovery.

However, the BSP expects the growth momentum will remain intact over the near term, and that the recent demand indicators suggest a moderation in economic activity over the policy horizon, reflecting the impact of the BSP’s cumulative policy rate adjustments as well as weak global growth prospects.

Despite that inflation is slowing down, domestic demand have responded to tighter monetary conditions. Meanwhile, upside risks to the inflation outlook also warrant continued vigilance against potential second-round effects, said the BSP.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.