ADVERTISEMENT

No threats of second-round effects – BSP

Published May 28, 2021 06:00 am

The yet-to-recover economy has suppressed threats of second-round effects for now but the rising global oil prices as the rest of the world recovers from the pandemic, and its impact on local inflation warrants extra vigilance, according to Bangko Sentral ng Pilipinas (BSP) Governor Benjamin E. Diokno.

“When we talk of second-round effects – for example for higher oil prices --- the second round effects will be there if there is a demand for higher transport costs which I don’t think is likely to happen given the slack of the economy,” said Diokno during his regular virtual “GBED Talks” on Thursday.

BSP Governor Benjamin E. Diokno (Credit: BSP photo)

He noted that so far, the underlying price pressures continue to be “subdued”. “However, the BSP remains on the lookout for possible second-round effects that may require a monetary response.”

Case in point is transport services or fares which Diokno said were elevated since 2020, driven mostly by fare hikes from tricycles and pedicabs as these are the only modes of transport during the strictest period of the pandemic lockdowns. Transport services were in double-digit inflation rates since July 2020. “This was mainly due to fare increases for tricycles and pedicabs owing to limited public transportation amid the pandemic,” he said.

BSP Director Dennis D. Lapid of the Department of Economic Research said the BSP is constantly on the look out for any evidence of second-round effects from higher consumer prices. As far as they can tell, he said both BSP and the market or the private sector have well-anchored inflation expectations.

“The risk of second-round effects will tend to be counter-balanced also by the amount of slack in the economy given that domestic demand is still in the very early stages of recovery. That will tend to dampen the pressure from the second round-effects. Nevertheless, I think the BSP is still exerting efforts to look closely at the evidence,” said Lapid.

The BSP’s latest inflation forecasts for 2021 is 3.9 percent and three percent for 2022 – both averages are within the target band of two-four percent. The global oil price outlook is already factored in these forecasts. Both the International Monetary Fund and World Bank predict that global crude oil prices will climbe above $50 per barrel in 2021 and 2022.

“These developments and changing dynamics were already considered in the latest baseline inflation projections of the BSP. Notwithstanding the slight increase in the oil price assumptions, the baseline inflation path is projected to be target-consistent over the policy horizon,” said Diokno.

“However, the BSP will continue to monitor and update the oil price outlook as it remains highly uncertain given evolving developments related to the pandemic and the uneven global recovery,” he added.

The increase in global oil prices in recent months has been driven by changes in supply-demand dynamics as global demand recovers and OPEC Plus production cuts have pushed oil prices higher in 2021 compared to the previous year’s levels.   

Diokno said central banks typically accommodate commodity price increases as they tend to be transitory in nature. However, the impact of global demand-supply imbalances on oil prices may become more persistent and could potentially lead to second-round effects in oil-importing economies, he added. 

Related Tags

BEN 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; } }

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