ADVERTISEMENT

Bank lending growth drops

Published Nov 10, 2020 08:16 pm

Big banks’ lending growth further weakened to just 2.8 percent in September from an already low of 4.7 percent in August, the Bangko Sentral ng Pilipinas (BSP) said.

 Domestic liquidity or M3, in the meantime, expanded by 12.3 percent year-on-year to P13.5 trillion in September, a slower pace of growth from 13.7 percent in August.

 The BSP said the “general decline in bank growth partly reflects banks’ reduced tolerance for risk, decline in loan demand due in turn, to weak business and income prospects and observed shift by non-financial corporates to alternative sources of funds.”

 On a month-on-month seasonally-adjusted basis, the outstanding loans of the universal and commercial banks -- net of net of reverse repurchase (RRP) placements with the BSP – fell by one percent. As for M3, based on the month-on-month seasonally-adjusted number, it increased by 0.2 percent.

 The BSP said its accommodative monetary policy stance, and so far it has reduced policy rate by a cumulative 175 basis points since February, along with government actions to deal with COVID-19 pandemic, continue to be “crucial in supporting market sentiment and credit activity”.

  “(The) BSP reassures the public of its commitment to deploy its full range of instruments as necessary to ensure that domestic liquidity and credit remain adequate amid significant economic disruptions due to the ongoing health crisis,” said the BSP.

 The total outstanding loans amounted to P9.025 trillion in September. Lending for production activities net of RRPs increased by 2.4 percent to P7.861 trillion, lower than the 4.1 percent increase in August as loans across most sectors slowed down. Lending to households also grew at a lower rate of 10.2 percent to P872.126 billion from 12.9 percent in August, and the BSP said this was due to the continued slowdown in credit card and motor vehicle loans.

 As for M3, the central bank said domestic claims were up by 8.2 percent year-on-year in September compared to August’s 10 percent. It said the claims on the private sector which was “driven mainly by bank lending to non-financial private corporations and households” moved at a weaker pace due to “constrained economic activity and weak corporate sector performance.”

 The BSP said banks expect borrowers to have “muted appetite for borrowings following the lockdown” and at the same time, the loan quality has weakened as the ratio of non-performing loan (NPL) continue to increase to 3.4 percent in September from 2.84 percent in August, and the latest bad loans ratio is higher than the five-year average of 1.9 percent, or from 2015 to 2019.

 In anticipation of the climbing NPL ratio, banks’ coverage ratio increased to 109.04 percent in June with the extended grace periods for loan payments under Bayanihan 1. With the easing of lockdown restrictions, the NPL coverage ratio has dropped to 91.75 percent in September. As part of regulatory relief measures, the BSP allow banks to a staggered booking for credit losses.

 Based on a BSP survey of banks, they expect NPL ratio to climb to 4.6 percent by end-2020. A banking sector estimate, in the meantime, has put the range of end-of-year NPL ratio to three percent to four percent, and five to six percent in 2021.

 According to Bank of the Philippine Islands (BPI) president and CEO, and also the president of the Bankers Association of the Philippines, Cezar P. Consing, the 4.6 percent end-2020 NPL ratio is a reasonable estimate.

“For industry-wide NPL levels, I think the recent BSP survey which has NPLs at 4.6 percent by year-end 2020 is a reasonable estimate. Obviously, there will be banks with lower NPL ratios, and there will be banks with higher NPL ratios.  NPL levels will become more transparent when the grace period on loan payments falls away,” said Consing in an email.

For the BSP, the NPL as an indicator is important in identifying the potential problems and vulnerability of the banking and financial sector. NPL has increased as borrowers from economic sectors such as real estate activities, wholesale and retail trade, and loans to individuals/households for consumption -- these are auto loans and credit card loans -- contributed to the rising NPLs. 

BSP Governor Benjamin E. Diokno has said that he continue to see demand for loans and that banks’ appetite to lend is still on the healthy side.

The BSP, in terms of providing liquidity, an accommodative policy stance and assisting banks to cope

with the health crisis, has “done a lot” but Diokno said the BSP’s “toolkit is far from exhausted (we) are prepared to do more, if and when necessary" and this includes further easing monetary policy "in case needed". Diokno also said that after several sets of regulatory reliefs to banks, the BSP stress tests continue to show favorable banking numbers and “prospects” amid the pandemic-related risks.

Related Tags

BAP BSP Governor Benjamin E. Diokno
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.