ADVERTISEMENT

Money supply up 5.7%, credit growth slows

Published Sep 24, 2023 03:35 pm

The country’s funding support in terms of liquidity or money supply grew by 5.7 percent year-on-year to P16.242 trillion in July, driven by domestic claims from the credit growth.

The Bangko Sentral ng Pilipinas (BSP) reported over the weekend that domestic liquidity or M3 expanded more slowly in July compared to 5.9 percent in June.

Meanwhile, big banks’ outstanding loans net of reverse repurchase (RRP) placements in the BSP in July amounted to P10.992 trillion from P10.213 trillion same time last year. This translated to a year-on-year bank lending growth of 7.7 percent which was slower than June’s 7.8 percent. This is also the fourth straight month that credit growth was reported lower than previous.

Based on BSP data, on a month-on-month seasonally-adjusted basis, M3 increased by about 0.2 percent. As for bank loans, its month-on-month seasonally-adjusted number net of RRPs also rose by 0.6 percent, similar in the June report.

According to the BSP, “the growth in bank lending has continued to ease in line with the prevailing tight monetary policy stance of the BSP. Looking ahead, the BSP will continue to ensure that domestic liquidity and credit dynamics remain consistent with its price and financial stability objectives.”

As for M3, it continued to note that it will “ensure that domestic liquidity conditions remain consistent with the prevailing stance of monetary policy.” 

At the moment the BSP has a hawkish policy rate outlook. Last Sept. 21, the BSP’s Monetary Board kept the target RRP rate steady at 6.25 percent during its policy rate meeting but BSP Governor Eli M. Remolona Jr. has signaled that he is open to rate hikes in November and possibly in December as well. 

Tightening policy stance will help BSP control a still elevated inflation of 6.6 percent average as of end-August, way above the government’s target of two percent to four percent. For 2023, the BSP’s latest inflation forecast is 5.8 percent.

Preliminary data on bank lending indicated outstanding loans for production activities increased by 6.2 in July after rising by 6.3 percent in the previous month, due to the continued increase in loans to major sectors, said the BSP. Productivity loans amounted to P9.538 trillion in July.

Consumer loans also grew by 22.6 percent in July from 23.7 percent in June, driven mainly by the increase in credit card and motor vehicle loans. In total, consumer loans increased to P1.146 trillion.

As for money supply which is reported separately from bank lending, the BSP said domestic claims increased 8.9 percent year-on-year from 10.1 percent in the June data.

“Claims on the private sector expanded by 8.2 percent in July from 7.9 percent in June, driven by growth in bank lending to non-financial private corporations and households,” it said.

M3 includes net claims on the central government which the BSP said grew by 12.5 percent in July, slower compared to 17.2 percent in June. “(This is) due mainly to the borrowings by the National Government,” it said.

The M3 reporting also includes net foreign assets (NFA) which in peso terms dropped by 2.6 percent year-on-year in July, a similar decline in June of 2.8 percent.

The BSP has its NFA position as well as banks. The NFA of the central bank decreased by 0.5 percent in July after also contracting by 0.6 percent in the previous month.

The NFA of banks, meanwhile, also declined “due to a contraction in interbank loans receivable and deposits maintained with nonresident banks,” said the BSP.

The BSP in another report said the M3 expansion will continue to support the country’s funding requirement. It projected money supply to increase at a steady pace. 

The BSP also said the downward adjustment in the M3 growth forecasts “reflects the impact of lower domestic demand over the policy horizon, partly offset by the higher domestic liquidity nowcast” in the third quarter 2023.

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.