ADVERTISEMENT

ADB: Lower interest rates, positive growth outlook in Asia-Pacific region seen after Fed cut

Published Sep 19, 2024 11:14 pm

Easy monetary policy supportive of economic growth across the Asia-Pacific region would follow the US Federal Reserve's cut in interest rates by an aggressive 50 basis points (bps), according to the top economist of the Manila-based Asian Development Bank (ADB).

"I think it's good for the region because with the US lowering rates more aggressively, then it gives central banks here more space to also ease on monetary policy and support investment," ADB chief economist Albert Park told Manila Bulletin on the sidelines of the state think tank Philippine Institute for Development Studies' (PIDS) 10th Annual Public Policy Conference on Thursday, Sept. 19.

"It gives them more flexibility, so it's good," Park replied when asked if central banks in the region should follow suit. "I think a lot of central banks were kind of waiting; they didn't want to be ahead of the Fed."

In the Philippines, the Bangko Sentral ng Pilipinas (BSP) went ahead of the US Fed and cut the key policy rate by 25 bps to 6.25 percent last month, plus hinted to further slash interest rates amid tempered inflation expectations.

Moving forward, monetary easing by the Fed and central banks in Asia-Pacific would have a "positive” impact on overall economic prospects here, Park said.

In light of the US Fed's easing, Park disclosed that the ADB's economists are now making some final changes to their growth outlook for the region, ahead of the lender's release of its Asian Development Outlook (ADO) report update on Sept. 25.

Last April, the ADB's ADO projected average gross domestic product (GDP) growth of 4.9 percent for developing economies in the Asia-Pacific region this year and a six-percent expansion for the Philippines.

But Park cautioned that if the Fed's action pointed to a slower US economy, spillover effects could also reach Asia-Pacific.

"The main concern is, I think the reason the US stock market was hesitant after that [rate cut], maybe they're concerned that the Fed has some concerns that the US economy is slowing down. If that's the case, then obviously, that's not good for the region that the US is slowing down," Park said.

In a Sept. 19 report, the Washington-based Institute of International Finance (IIF) forecasted a total of 100-bp US Fed cuts this year, "a bit less aggressive than what markets are pricing right now."

"Federal Reserve rate cuts are poised to have a substantial impact on the global economy, particularly in emerging markets, which are highly sensitive to changes in US monetary policy," the IIF said.

"As the Fed begins a series of rate cuts, the resulting lower US interest rates could lead to a weaker dollar... A softer dollar eases the burden of servicing [dollar-denominated] debts, reducing outflows of foreign currency reserves and lowering the risk of a balance of payments crisis. Additionally, a weaker dollar makes exports from these countries more competitive on the global stage, potentially boosting trade balances and overall economic growth," the IIF noted.

"Beyond the direct effects on debt and trade, Fed rate cuts typically encourage global investors to seek higher returns in emerging markets. Lower interest rates in the United States reduce the yield differential between US assets and those in emerging markets, making investments in these regions more attractive. This renewed capital inflow can lead to currency appreciation in emerging markets, reduce borrowing costs, and support local equity and bond markets," the IIF added.

Among emerging Asian economies, the IIF said India, Indonesia, and Vietnam stand to "benefit significantly from increased foreign investment, allowing their central banks more flexibility to cut domestic interest rates without the fear of capital flight or sharp currency depreciation."

The think tank Oxford Economics, on the other hand, believes that the US Fed's big rate cut will unlikely be copied by monetary authorities elsewhere, especially in developed economies.

"We think it may give policymakers in emerging markets more scope to loosen, but we are skeptical that the Fed's decision will prompt more aggressive rate cuts by central banks in other major economies," Oxford Economics director of global macro research Ben May said in a Sept. 19 report.

Related Tags

Asian Development Bank (ADB) ADB chief economist Albert Park US Fed interest rate cut impact on Philippines
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.