ADVERTISEMENT

BSP to issue banks' reputational risk rules

Published Dec 7, 2020 07:00 am

Banks’ standing as trusted financial institutions will have new yardsticks with the Bangko Sentral ng Pilipinas (BSP) up-coming rule on reputational risk management.

It took time but BSP Deputy Governor Chuchi G. Fonacier said the regulation is about done.

BSP Deputy Governor Chuchi G. Fonacier

“We’re set to issue (regulation),” she told a Stratbase ADR-hosted forum recently, on reputational risk management as a holistic approach. “We’re coming out with that regulation because banks would need to take a look at it holistically.”

“A bank should be able to protect its standing and that’s where the BSP would like them to be able to respond right away. It would not just be a matter of service delivery but perception … it should all boil down to understanding (and) should have the root cause diagnosis of the situation so it will not just be a superficial way of addressing the issue,” said Fonacier, who heads the BSP’s financial supervision sector.

The BSP’s upcoming guidelines in managing reputational risks, which include systemic, people and other factors, would help banks to have an effective and efficient process of not only controlling or keeping a lid on risks, but also to properly and effectively identify, monitor and assess these risks that could damage their standing as trusted and reliable banks.

Fonacier said banks, especially with digitalization, now accelerated due to the pandemic lockdown that restricted movement and economic activity, would have to have a holistic method of pinpointing the source of their reputational risk which could include the following: corporate governance; personnel and/or management ethics and integrity; organizational culture; business practices; product/service quality; customer relations; financial soundness and viability; handling of environmental and social issues; and legal and regulatory compliance.

The bottomline is that banks should have the capability to control and mitigate hits to their reputation especially those that could escalate and become systemic risks.

“It could also be people risks,” said Fonacier. “But as a whole, the bank should be able to manage their reputational risks and the action should be faster.”

“Banks need to protect their posture as banks. (They) need to prepare for instances when there could be some attacks or developments that would impact their standing as a bank,” said Fonacier. “It should be really (looking) into the root cause of that to be able for the bank to address such a challenge. It’s not just looking at the problem on the surface, but rather digging deeper to the root cause of it. If the root cause has something to do with the delivery of the product or service then it would merit an attention for the bank to focus on addressing system-related, IT-related (issues).”

Fonacier emphasized that the days of solving bank-related problems at piecemeal issues are over. “It should be incumbent upon them (banks) to really understand what’s causing a particular issue. This is where resiliency is really important, not just in communicating to customers, but more so in addressing the root cause of the problem.”

Last Thursday, BSP Governor Benjamin E. Diokno stressed the BSP’s supervisory approach, which he said is “highly influenced by risks arising amid the pandemic.”

This includes how they handle banks’ operational risk with the “rise in online transactions (which) made it necessary for information technology systems to be monitored 24/7 (and) to ensure that systems remain safe and secure, cybersecurity protocols need to be constantly upgraded. Also, work-from-home arrangements spawned operational risk issues as banks made adjustments to ensure continued delivery of services,” said Diokno.

Banks also need to manage credit risk and liquidity risk that are unique to the pandemic. “(Banks) are expected to always look at the quality of their credit portfolio and the adequacy of loan loss provisions,” said Diokno.

“BSFIs (BSP supervised financial institutions) also need to see if credit risk management remains effective amid a pandemic scenario. In this regard, analysis should not be limited to credit exposures.”

“On risks to liquidity, debt relief measures caused changes in expected cash flows. In view of this, BSFIs need to assess the adequacy and quality of their liquidity buffers and capital. This also calls for adjustments in asset and liability,” said Diokno.

Related Tags

Stratbase ADR Chuchi G. Fonacier reputational risk rules 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.