ADVERTISEMENT

Gov't committed to hit 3% budget deficit ratio by 2028

Published Nov 13, 2023 04:09 am

At A Glance

  • Department of Finance (DOF) Secretary Benjamin E. Diokno said that the government is firm on reducing the country's deficit-to-gross domestic product (GDP) to three percent by 2028.<br>This after credit rating agency Fith Ratings noted the country's deficit to decline to 3.8 percent of GDP by 2025, following the 5.4 percent to GDP in 2022 following stronger government spending.<br>Fitch also projected for the country's debt-to-GDP ratio to swell to 61 percent by 2025 after peaking from 2023 to 2024 due to strong GDP growth and narrowing fiscal deficits.<br>The country's debt situation improved to 60.2 percent as of end-September from 61.0 percent in end-June, lower than the government's Medium Term Fiscal Framework target of 61.2 percent for end-2023.<br>This means that the country is still on track to achieving the MTFF debt-to-GDP target of less than 60 percent by 2025 after peaking in 2022.

Department of Finance (DOF) Secretary Benjamin E. Diokno said that the government is firm on reducing the country’s budget deficit-to-gross domestic product (GDP) to three percent by 2028.

This after credit rating agency Fitch Ratings noted the country’s general government deficit to narrow to 3.8 percent of GDP by 2025, following the 5.4 percent to GDP in 2022 following stronger spending by local government units.

“This gradual consolidation reflects the Marcos, Jr. administration’s focus on fostering economic growth and development in the country,” Diokno said in a statement on Monday, Nov. 13.

“For its part, the DOF shall continuously support the gradual consolidation in the government’s deficit-to-GDP to 3.0 percent by 2028,” he added.

“This will guarantee the reduction of debt while still leaving adequate fiscal headroom to afford the required public investments needed to elevate our GDP to the target annual growth level of 6.5 percent to 8.0 percent in the medium term,” he further stated.

Fitch also projected for the country’s debt-to-GDP ratio to decline to 61 percent by 2025 after peaking from 2023 to 2024 due to strong GDP growth and narrowing fiscal deficits.

The country’s debt situation improved to 60.2 percent as of end-September from 61.0 percent in end-June, lower than the government’s Medium Term Fiscal Framework (MTFF) target of 61.2 percent for end-2023.

This means that the country is still on track to achieving the MTFF debt-to-GDP target of less than 60 percent by 2025 after peaking in 2022.

Further, Fitch has recently affirmed the Philippines’ ‘BBB’ credit rating with a stable outlook on the back of strong growth and declining debt.

“The favorable assessment demonstrates the Agency’s confidence in the country’s strong macroeconomic fundamentals, which can clearly be seen in our third quarter growth performance,” the finance chief said.

GDP growth

Fitch also forecasted the country to register a GDP growth of above six percent over the medium term, which is considerably stronger than the median three percent amongst ‘BBB’ peers.

“The economic team will remain faithful to the agenda outlined in the Medium-Term Fiscal Framework (MTFF) and the Philippine Development Plan (PDP) 2023-2028,” Diokno said

“We are also committed to implementing sound policies and reforms to drive more investments that will help continue the country’s robust economic growth in the medium term,” he added.

However, the credit rating agency noted the need to improve the country’s governance indicators and relatively low GDP per capita, down to 4.7 percent in the third quarter from 6.4 percent in the same quarter last year.

For the per capita income, the DOF estimates that the country will be able to reach the World Bank’s threshold for upper-middle-income status by 2025 through the Philippine Development Plan (PDP).

The PDP outlines strategies to deepen participatory governance, bolster public accountability and integrity, strengthen government functions, and support resilient public servants.

“There are three most crucial steps to sustaining the growth momentum. These include committing to spend at least 5 percent of GDP on infrastructure. We need to continue the implementation of structural reforms to liberalize the economy and open up sectors to foreign direct investments,” Finance Chief Diokno said.

“We must maintain macroeconomic stability by managing inflation, ensuring a sound external position, keeping a strong financial system, and pursuing fiscal consolidation to maintain fiscal sustainability,” he further said.

Moreover, the DOF will continue to work with Congress to legislate the proposed revenue reforms to sustain strong economic growth and increase government spending which include the Passive Income and Financial Intermediary Taxation Act and VAT on digital service providers.

These measures are seen to expand the tax base and help boost revenue collections by 0.5 percent to 0.6 percent from 2024 to 2028.

Related Tags

Benjamin Diokno debt-to-GDP ratio Department of Finance
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.