ADVERTISEMENT

BSP tracks news sites to monitor economy

Published Nov 18, 2021 03:26 pm

Mass media, not social media, continues to be a key source of surveillance and monitoring of economic activities that the central bank has been using since the COVID-19 pandemic broke out.

Bangko Sentral ng Pilipinas (BSP) Governor Benjamin E. Diokno on Thursday, Nov. 18, said the role of media as far as BSP is concerned is more crucial now to preserve market confidence while there is still a public health crisis. The pandemic brought with it data challenges for the BSP which is heavily reliant on standard economic and financial market data.

“The media complements our surveillance efforts,” he said during the BSP’s second Media Lecture series for this year, to brief business journalists per region on BSP policies and advocacies.

The BSP at the start of 2021 has been using media and tracking news sites as surveillance tool to improve the monitoring of COVID-19 impact on the macroeconomy.

The BSP scans useful information such as mobility data and texts analytics from newspaper articles to supplement and complement traditional statistics to measure economic activities.

“Our relationship with media is two-way. We are not just the source of information. The media reports complement the macroeconomic surveillance by our regional offices and branches. You help us get a clearer picture on the ground. This enables us to develop sound, future-proof economic policies, even extraordinary measures if warranted by the situation,” said Diokno.

Mass media includes print media such as newspapers and magazines, TV and radio, and the online edition of print and TV, as well digital-only or internet-based media.

Besides using media as surveillance tool, Diokno said media continues to be a credible source of information and continue to help the BSP to disseminate accurate and relevant information. “The media continues to support the BSP by communicating our programs, policies, and initiatives - contributing to the ongoing conversation on how the BSP is implementing broad-based financial digitalization reforms,” he said.

Diokno said the media also helps in managing the expectations of the market as the BSP has to be more open, transparent and to communicate effectively to make monetary policy decisions clearer and to explain to the public the rationale behind every policy actions.

“It is in a central bank’s best interest to be transparent in its monetary policy actions. Clearly communicating the level of price stability and the strategies to achieve it helps anchor the inflation expectations of the business sector and the public,” he said. “This is good for business and macroeconomic planning since it reduces risk and uncertainty. As they say, good information is good economics.”

The BSP has been adopting mobility indicators as part of its surveillance toolkits to monitor the pace of the gradual reopening of the economy at near-real time. This will aid monetary policymaking to push output growth back to pre-pandemic levels as it enables multilevel analysis of major cities, not just Metro Manila.

The BSP already use mobility indicators for its sectoral nowcasts for GDP growth. The mobility data – gathered from Apple mobility trends and Google community mobility report – are high-frequency indicators that could be integrated into the BSP’s macroeconomic surveillance to compare economic activity before and during the pandemic.

The data on mobility indicators provide a more granular and real-time look at consumer and business activity, and complement the usual macroeconomic indicators such as manufacturing indices and the GDP. It also includes mobility tracker reports from smartphone apps.

The BSP is also studying the use of texts analytics or text mining to monitor any uncertainties in the financial markets using data from newspaper articles. This should track policy uncertainty indices on top of indices to gauge sentiment.

Newspaper articles posted on websites are crucial for this, while information scraped from social media are also monitored, but the BSP relies more on contents from traditional media including digital media.

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.