ADVERTISEMENT

3% cap on credit card interest rate stays -- BSP

Published Aug 22, 2023 07:07 am

At A Glance

  • Credit card users are given fresh reprieve after the Bangko Sentral ng Pilipinas (BSP) retained the 3% monthly ceiling on credit card interest rates and finance charges for another six months.
  • The maximum interest rate or finance charge on the unpaid outstanding credit card balance is 36% per year.
  • Meanwhile, the monthly add-on rates that credit card issuers can charge on installment loans is still 1% while the maximum processing fee for cash advances is P200 per transaction.
  • Credit card receivables increased by 29% as of end-May this year, while credit card billings also grew by 34.6% as of end-March. Soured credit card loans ratio stood at 3.9% compared to 6.3% in 2022, however despite improved NPL ratio, plenty of cardholders are still struggling to make payments on time.

Credit card users can breathe a sigh of relief after the central bank decided to keep the ceiling on credit card interest rates and finance charges for another six months.

The Bangko Sentral ng Pilipinas (BSP) continues to limit how credit card issuers are charging cardholders in terms of monthly interest rates and fees on transactions in recognition of financial consumers’ struggle to meet payments on time amid higher benchmark rates and the increase in banks’ minimum payment dues.

The BSP announced on Tuesday, Aug. 22, that the Monetary Board, BSP’s policy-making body, has retained the three percent monthly ceiling on credit card interest rates and finance charges, or 36 percent per year.

BSP Governor Eli M. Remolona is hoping that in maintaining the credit card ceiling, it will “strike a balance between providing consumers with access to credit card financing at steady rates and ensuring long-term viability of banks/credit card issuers so that they can continue to provide quality service to their clients.”

The three percent monthly ceiling will be imposed for another six months, or until February 2024. The last circular, dated Jan. 19, 2023, has been updated as of this month.

As such, the maximum interest rate or finance charge on the unpaid outstanding credit card balance of a cardholder is still three percent per month or 36 percent per year.

Meanwhile, the monthly add-on rates that credit card issuers can charge on installment loans remains a maximum rate of one percent while the maximum processing fee on the availment of credit card cash advances is still P200 per transaction.

The BSP noted that in deciding to retain the interest rate and finance charge limit, it has observed that credit card receivables have increased by 29 percent as of end-May this year, higher than the 17.1 percent posted same period in 2022.

Credit card billings also grew by 34.6 percent as of end-March, higher than the 28.5 percent recorded same time last year, due to demand for credit cards.

“Amid the expansion in credit card receivables, banks/credit card issuers maintained the quality of their credit card portfolio,” said the BSP. It referred to the end-May non-performing credit card receivables of P23.4 billion compared to the P29.3 billion in the previous year, which was 3.9 percent in NPL ratio, down from 6.3 percent same time in 2022.

In its statement, the BSP said that with digitalization and the “prudent use of innovation” banks and credit card issuers “will be able to improve delivery of their services as well as enhance customer experience at lower operating cost.”

“BSP’s ongoing efforts to instill the importance of the responsible use of credit cards as part of financial literacy programs will help consumers make sound personal financial decisions,” said the BSP.

Since the BSP reviews the interest rate ceiling every six months, it is able to monitor and assess if cardholders are coping with the increased payments on their credit card balances.

The three percent ceiling on credit card transactions takes effect as soon as the circular is published. It will remain in effect unless revised by the BSP.

The ceilings on credit card transactions are temporary relief measures. It was given for cardholders’ reprieve during the pandemic and to allow them affordable access to credit.

However in 2022, with rising global interest rates that forced the BSP to raise its own benchmark rate by a total 425 basis points (bps) by March 2023 -- which increased the policy rate from two percent to 6.25 percent -- the Monetary Board thought it prudent to review the ceiling in view of the higher rates. 

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.