ADVERTISEMENT

Jumbo BSP interest rate cuts seen in 2025—EIU

Published Apr 20, 2025 09:18 pm

EIU.png

The Economist Intelligence Unit (EIU) expects the Bangko Sentral ng Pilipinas (BSP) to cut key interest rates by an additional 100 basis points (bps) for the remainder of 2025 to arrest potentially slower economic growth as a result of the intensifying global trade war.

"The BSP has room to maneuver in its policy stance, given the benign inflation outlook," EIU's Asia analyst Kalyani Honrao and Asia-Pacific regional director Alex Holmes said in an April 11 report obtained by Manila Bulletin.

EIU noted that first-quarter inflation averaged 2.3 percent, down from 2.6 percent in the previous quarter, as the March headline rate slid to an almost five-year low of 1.8 percent.

As such, the Monetary Board (BSP)—the BSP's highest policy-making body—lowered the main policy rate by 25 bps to 5.5 percent last April 10, resuming the monetary policy easing cycle that was paused back in February.

The BSP also slashed its full-year 2025 risk-adjusted inflation forecast to 2.3 percent from 3.5 percent previously.

"That will put the BSP in a good position to respond to the worsening global economic outlook following the United States' (US) imposition of wide-ranging tariffs. We now expect the BSP to undertake a total of 100 bps of rate cuts over the rest of 2025, compared to our previous expectation of just 25 bps," EIU said.

EIU had correctly forecast the BSP's February pause and April rate cut.

In particular, EIU sees the BSP cutting the key borrowing rate by another 25 bps at the next MB policy stance meeting on June 19, and then by 25 bps each during the three remaining meetings of the year on Aug. 28, Oct. 9, and Dec. 11.

"That would take the policy rate to 4.5 percent by December, compared with our previous expectation of 5.25 percent. The risks are weighted towards even faster easing, with the potential for 50-bp cuts if the global outlook sours further," EIU said.

"The Philippine economy is more insulated from direct trade tensions than most in the region. Its goods export sector is relatively small and while it faces the baseline tariff of 10 percent, it is not particularly affected by any sectoral tariffs on vehicles or metals. Additionally, the country's main merchandise export, semiconductors, is—for now—exempt," EIU noted.

"However, we doubt that the economy will receive a big boost from trade diversion. The Philippines has not done so in the past, given that its business environment is less attractive than that of regional rivals. Those structural issues will continue to limit it in the race to pick up shifting economic activity," EIU added.

EIU also cautioned that the country is "exposed to the second-round effects of tariffs on the US economy, which we expect will enter a shallow recession."

"That will particularly affect service exports, especially the business process outsourcing (BPO) sector. It also threatens to affect important remittance inflows, with the US being the largest source," EIU warned.

In turn, a US recession could bring to the Philippines not only slower, but also below-target growth next year.

"As such, we expect that the central bank will grow increasingly concerned about the growth outlook over the coming months and shift from a stance of gradually bringing back rates to neutral, to actively aiming to turn policy accommodative," EIU said.

"Taking into account the hit from US tariffs as well as the offset from the policy response, we have revised our real GDP [growth] forecast to 6.1 percent in 2025 and 4.9 percent in 2026, from 6.3 percent and 5.3 percent previously," according to EIU.

The government targets GDP growth of six to eight percent for both this year and next year.

Related Tags

us tariffs Monetary Board Bangko Sentral ng Pilipinas (BSP) interest rate Economist Intelligence Unit (EIU) gross domestic product (GDP)
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; } }

{{ articles_filter_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.