ADVERTISEMENT

BSP foreign deposits up 78%

Published Nov 29, 2023 09:48 am

The Bangko Sentral ng Pilipinas (BSP) has $5.29 billion worth of total currency and deposits overseas as of end-September, up by 77.7 percent compared to same time last year of $2.98 billion, based on current data.

These foreign currency and deposits are part of the Philippines’ $101 billion official reserves or buffer stock in US dollars.

Compared to end-August this year, the total currency and deposits dropped by 32.6 percent from $7.85 billion.

However, currency and deposits to other national banks, the International Monetary Fund (IMF) and Bank for International Settlements (BIS) declined by 85.25 percent to $175.75 million as of end-September against $1.19 billion same period in 2022. Compared to end-August 2023, it was down by 87 percent from $1.35 billion.

Currency and deposits in other foreign banks, meanwhile, registered a significant increase of 186.7 percent to $5.12 billion versus $1.78 billion same time last year. These are banks identified by the BSP as “banks headquartered outside” of the Philippines.

BSP officials declined to comment or explain the currency and deposits under the country’s official reserve assets or currency dealings due to its confidential nature.

The latest gross international reserves (GIR) stood at $101.035 billion as of end-October, up by 2.97 percent from end-September’s $98.116 billion.

The data on total currency and deposits, while part of GIR, is not disclosed along with the GIR when the reserves data is released.

The central bank reports two GIR numbers in a single month, a preliminary and the final data which is reported along with the balance of payments.

The latest GIR level is “more than adequate external liquidity buffer equivalent” which can account for 7.5 months’ worth of imports of goods and payments of services and primary income, said the BSP.

It is also about 5.8 times the country’s short-term external debt based on original maturity and 3.7 times based on residual maturity.

The BSP’s reserve assets are composed of gold, foreign investments, foreign exchange, reserve position in the IMF, and special drawing rights or SDRs in the IMF.

As of end-October, the BSP’s gold reserves amounted to $10.570 billion, up from $9.789 billion in the previous month. The current gold stock is also higher from the same period last year of $8.271 billion.

BSP’s foreign investments mainly in securities and bonds totaled $84.788 billion during the period, up from end-September’s $82.988 billion and from same period in 2022 of $79.963 billion.

The amount of foreign exchange held by BSP as recorded in the GIR, meanwhile, amounted to $1.228 billion as of end-October, up from $834 million in the previous month but lower than same period last year of $1.433 billion.

The BSP’s reserve position in the IMF totaled $777 million from $778 million previously and $739 million in 2022. SDR holdings remain at $3.725 billion for both October and September this year.

For this year, the BSP expects GIR will end at a conservative number of $99.5 billion but will improve in 2024 to $102 billion.

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.