ADVERTISEMENT

Banking and COVID-19 challenges /risks

Published Oct 15, 2020 06:00 am

What keeps you awake at night? As countries across the globe struggle to flatten the curve, COVIDd-19 has already affected more than 37 million people putting the resilience of the banking sector to test. What does this mean to the central banks of the world and regulated entities? How can they manage systemic risks effectively in the time of pandemic?

In the 2020 Webinar Series Central Banking Amidst COVID-19, launched by BSP Institute, the BSP and the International Monetary Fund – Singapore Training Institute (IMF-STI) discussed how central banking policy, operations, and programs are being addressed given the challenges brought about by the pandemic.

BSP Deputy Governor for the Corporate Services Sector, Maria Almasara CydTuaño–Amador, kicked-off the discussion by highlighting the importance of a bank’s resilience to systemic shocks and the stability of the banking system.

Mindaugas Leika, IMF Monetary and Capital Markets expert, provided an interesting comparison of the two (2) most recent crises that have shaken the banking industry: the Global Financial Crisis (GFC) of 2008 and the COVID-19 crisis.  GFC originated in the financial sector, while COVID-19 crisis started as a health issue was a shock direct to the economy due to lockdown affecting the flow of goods and services.

During the GFC, banking supervisors were able to identify exposures, introduce new capital and liquidity tools, and employ public communication tools as a precautionary measure to calm markets. While the COVID-19 crisis is unprecedented and losses seem to be dependent on vaccine availability.  Moreover, output loss and shocks to unemployment during the GFC was a result of over investment into housing and real estate markets, while output loss in the current crisis is bigger and more adverse due to lost supply of services, hotels, travel, and healthcare etc.

To support the recovery of the economy, policy responses available at the disposal of central banks include: a) support for real sector, including grants, subsidies, and direct payments to affected sectors; b) monetary policy responses, such as monetary easing and expansion of balance sheets, and c) regulatory responses in the form of release of capital and liquidity buffers.

Dr. Hoe Ee Khor, Chief Economist at ASEAN+3 Macroeconomic Research Office (AMRO), pointed out that ASEAN's systemic risks include sovereign debt and financial crisis due to the pandemic.  To mitigate the risks, policymakers need to manage the exit from the stimulus policies carefully to facilitate a smooth transition to the new normal. Hence, the region is projected to show a “V-shaped” fast recovery in 2021.

Other possibles are U, W, L shaped recoveries. There’s also the K shape where certain industries /companies thrive (healthcare, medical services) while others really suffer (travel, hotels, tourism etc.) true, even during the pandemic.

BSP Assistant Governor Dr. Johnny Noe Ravalo of the Office of Systemic Risk Management (OSRM) used available Philippine data to present the business linkages between industries and between the firms operating within those industries. Instead of the traditional approach of assessing GDP growth rates and prospects, he considered   business connections to map out the actual “network” among market stakeholders. He noted that there is quite a bit of “math and modelling” behind “network analysis” and provided visual representations to make his points. He referred to these linkages as “channels of risks” that can cause small shocks to work themselves through the network linkage-by-linkage, ultimately creating much larger risk effects which he calls “slow burn contagion”.

AG Ravalo said that COVID-19 is likely to affect the future preferences and risk behaviors of producers, consumers and financial market stakeholders. This is an important consideration as we think of the New Economy, where both the regulators and the public at large –have to factor in the consequences of and position for when all of the inter-linkages are accounted for. He compared this to our ongoing focus on the COVID-19 virus. We worry about our own health not knowing how it will affect our own self and the broader community.For one can be asymptomatic and can spread the virus, subsequently putting a strain on everyone else and the health infrastructure that must address the community’s needs in general. Slow-burn contagion, like COVID-19 is a systemic shock whose effects to the system is more than just the sum of the effects on each individual.  There is, as AG Ravalo says, a “hawa” effect.   

Effective risk management and risk culture are the key priorities, as the banking sector faces a broad spectrum of risks, including credit, market, liquidity, operational, systemic, business, and reputational risks. A crucial area too is cybersecurity, as cases of cyberattacks have multiplied a hundredfold amid the global pandemic.

Challenging times demand the best of us as individuals, leaders, and organizations. Hopefully we will emerge stronger and more resilient as we fight this virus and navigate this crisis together.  Stay safe!

*

Flor Gozon Tarriela is chairman of the Philippine National Bank and PNB Capital. She is a former Undersecretary of Finance and the first Filipina vice-president of Citibank N.A.  She is a trustee of FINEX Foundation, FINEX Academy and an Institute of Corporate Directors fellow.   [email protected]

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.