ADVERTISEMENT

BPI sees loan growth of 5-7% this year

Published Feb 22, 2022 04:45 pm

Ayala-owned Bank of the Philippine Islands (BPI) expects loan growth of five to seven percent this year as lockdown measures are further eased and more sectors of the economy are reopened.

BPI Executive Vice President, Ma. Cristina “Ginbee” L. Go, said they mirror the Bangko Sentral ng Pilipinas’ (BSP) loan growth projection for 2022.

67669

Go said the BSP’s current stance of keeping a low two-percent benchmark interest rate for the last 15 months does not affect credit availability while also helping banks’ recovery amid the pandemic.

“In terms of loan growth, we are aligned with the BSP’s outlook of about 5–7 percent this year. By our own estimates, we will see consumer loan growth while corporate loans will continue to be muted. Nevertheless, we are looking at this same growth in our loan books,” said Go in a presentation that the bank released on Tuesday, Feb. 22.

Go used to be the president of BPI Family Savings Bank and became BPI’s head of consumer banking after the sister banks officially merged last January 1.

Noting the BSP’s signalling that it will maintain an accommodative monetary policy stance for “at least the first half of the year” Go said loan growth “will (indeed) increase.”

“The central bank has expressed willingness to stay patient while making the necessary adjustment in policy rates if the growth trajectory shows enough traction and inflationary expectations are no longer within boundaries,” said Go, who also sees a possible rate hike “toward the latter part of the year.”

For now, the current two percent BSP rate is “supportive of Filipino consumers.” Go also said that the availability of credit is not affected by a low-rate environment and that the banks “are continually assessing and managing asset quality and therefore continuously lending out to clients who have the means.”

“(For) those who are already with loans and having some difficulties, banks continue to restructure loans or repackage them for better affordability to existing loan clients,” she said.

BPI is optimistic that non-performing loans or NPLs will plateau this year with bank lending moving up. “Generally, we see NPLs to be moderate and better managed, plateauing in 2022,” said Go, and that “NPL formation would probably be modest as some sectors in the industry would have a late recovery.”

For the Ayala-owned bank, Go said loan growth recovery is ensured as she sees consumer spending accelerating in line with the government’s rapid vaccination drive.

BPI’s total loans went up 4.9 percent year-on-year to P1.48 trillion in 2021 while its NPL ratio of 2.49 percent was an improvement compared to 2.68 percent in 2020.

As consumer spending and consumer loans are expected to grow this year, Go said BPI will offer seamless digital and physical banking. “Our online transactions have been growing at 62 percent the past year, and our usage continues to move up as we build the functionalities in our digital platform, and we see this as the case moving forward,” she said.

About 56 percent of BPI’s 8.5 million clients are already transacting online via its banking platform. The bank said 90 percent of its banking transactions are in digital form. “That’s a high mix, 90 percent of transactions via digital and 10 percent via branch,” said Go.

The merger and consolidation of BPI and its thrift bank which was the country’s largest savings bank, has expanded BPI’s network to 800. The migration of BPI Family clients to BPI will start next month with seven branches and should be completed by end-2022.

“As we consolidate our branches, it allows us to optimize our resources and make the branches more accessible to more clients,” said Go.

BPI posted a net profit of P24 billion last year, up 11.5 percent from 2020. However the bank’s revenues declined by 4.2 percent to P97.4 billion while its operating expenses increased by 5.4 percent to P50.73 billion in 2021.

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.