ADVERTISEMENT
970x220

BSP sets more rules on climate change integration

Published May 25, 2021 05:19 pm

Bangko Sentral ng Pilipinas (BSP) Governor Benjamin E. Diokno said they are about to issue “second-phase regulation” to make the banking sector more responsive to risks in transitioning to a low-carbon economy including climate change scenarios.

“Banks may gradually consider the future implications of ‘stranded asset risk’ in their credit portfolio,” said Diokno in a recent Investment Forum on Energy Transition.

The International Monetary Fund (IMF), in an April 2020 report, has expressed concern that with climactic trends, financial systems could be underprepared to cope with transition risk from policy, technology, legal, and market changes as they move to a low-carbon economy. These transition risks include “assets becoming stranded” as well as reputational damage, and the fear is that banks could be left with stranded assets due to climate change.

Diokno during the forum announced that the BSP will be issuing its second-phase regulation to “enable the banking industry to make safe and sound response to risks arising from the transition to a low-carbon economy.”

“This supplementary issuance will provide granular expectations on the integration of climate change and other environmental and social risks in banks' credit and operational risk management frameworks,” he said.

Diokno said the energy transition “is a complex issue and comes with both risks and opportunities.”

The BSP released last April 2020 – in the middle of the strictest phase of the pandemic lockdown – the “Sustainable Finance Framework” to encourage green banking and sustainable finance.

“Central to the climate change mitigation goal is the need to reduce greenhouse gas concentrations by shifting fossil fuels to renewable sources,” said Diokno. “We should note, however, that a successful transition is not just a matter of isolated changes in the energy sector. We must also consider the potential risks associated with this transition given the interplay among economic activities.”

The BSP’s sustainable finance policy covers banks’ sustainability principles on environmental and social (E&S) risk areas, corporate governance and risk management.

Risks including physical (floods, typhoons, earthquakes) and transition risks due to climate change “could result in significant societal, economic and financial risks affecting the banks and their stakeholders,” said Diokno last year when they issued its first rules on green banking.

The sustainable finance policy is a recognition of banks’ “critical role” in a “sustainable and resilient growth by enabling environmentally and socially responsible business decisions” according to and consistent with the Philippine Development Plan.

The BSP is implementing a three-year transitory provision to give banks enough time to comply with the sustainable finance rules and expectations.

Related Tags

Bangko Sentral ng Pilipinas (BSP) Governor Benjamin E. Diokno
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.