ADVERTISEMENT

Metrobank earns P6.12 billion in Q1, doubles loan loss provision

Published Apr 30, 2020 12:00 am
Metropolitan Bank & Trust Company (Metrobank) posted P6.12 billion in net income for the first quarter of 2020, lower by 9.3 percent from P6.75 billion earned in the same period last year. Metrobank logo (Photo courtesy of metrobank.com.ph) But the bank’s core business grew strongly with sustained 13% gross revenue growth driven by 6.0% growth in loans, 8.0% growth in deposits and non-interest income reaching P6.2 billion. Recognizing the potential impact of the COVID-19 pandemic, the bank proactively doubled loan loss provisions to P5.0 billion, which tempered this quarter’s net income. “Our underlying business is strong. We started the year with healthy growth in loans, deposits and other revenue streams.” said President Fabian S. Dee. “However, current conditions point to an expected slowdown in the business environment and challenges ahead. Mindful of the potential impact of this pandemic, we decided to take the prudent approach of increasing provisions to cover anticipated risks. We have weathered periods of crisis in the past and we are confident that we are well prepared, as the bank has one of the strongest capital positions in the industry. We will continue to adjust our processes to ensure the sustained delivery of meaningful banking services; and implement the necessary measures to keep both our customers and our people safe.” Mr. Dee added. For the quarter ending March, the Bank recorded an 8% increase in total deposits to P1.7 trillion. This was achieved with the 18% growth in CASA deposits, resulting in an improved CASA ratio of 66% from 61%last year. Metrobank said it continued to support customers’ business requirements across all segments from corporates, middle market, SMEs and retail. This is reflected in the 6% growth in net loans and receivables to P1.4 trillion. Meanwhile, the bank’s non-interest income reached P6.2 billion, driven by the 7% growth in service fees and commissions to P3.3 billion, and net trading and FX gains of P1.4 billion. Gross operating revenues for the period rose 13% to P27.6 billion, while operating cost grew 8% to P14.5 billion. As a result, cost-to-income ratio improved to 53% from 56% in the same period last year. For the first quarter, the bank’s non-performing loans (NPL) ratio was relatively stable at 1.4% and the NPL cover substantially improved to 114%. To anticipate the possible impact of the pandemic, the Bank increased provisions to P5.0 billion, more than double the P2.4 billion in the first quarter last year. Metrobank is one of the largest and most stable banks in the country, with a strong balance sheet and asset base of P2.4 trillion. The Bank is well-capitalized with total equity of P305 billion. Capital ratios continue to be well above the regulatory minimum requirement of 10% for total Capital Adequacy Ratio (CAR). The bank’s total CAR is at 17.6% and Common Equity Tier 1 (CET1) ratio is at 16.3%. Amidst the enhanced community quarantine (ECQ), Metrobank continues to deliver meaningful banking services to its customers nationwide. More than 60% of branches remain open with online digital services significantly growing in enrolment and usage. Moreover, the Metrobank and GT Capital Holdings Group have pledged a P200 million fund to help communities most impacted by the ECQ and support the fight against the spread of the virus. Thru the Metrobank Foundation and GT Foundation, initiatives have been launched to aid vulnerable barangays, help produce more test kits, and provide PPEs for frontline health workers and soldiers. These Group efforts are on top of the assistance extended by the Bank to customers to help manage their finances, as well as to employees.
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.