ADVERTISEMENT

Budget chief: Marcos' veto power could freeze 2026 gov't projects

Published Jul 29, 2025 03:15 pm  |  Updated Jul 29, 2025 02:54 pm
Budget Secretary Amenah Pangandaman cautioned on Tuesday, July 29, that government projects may face paralysis next year should President Ferdinand Marcos Jr. veto a Congress-approved national budget that deviates from his administration's priorities.
While Finance Secretary Ralph G. Recto does not expect a reenacted budget for 2026, Pangandaman warned that a misalignment between Congress’ and the President’s approved budget may delay the implementation of government projects.
“The President and the executive have deliberated on how to frame our budget. If that changes and does not align with what our cabinet initially planned, the implementation of projects will slow down first and foremost. Because we are not ready for that,” Pangandaman told attendees of the post-SONA discussions on Tuesday, July 29.
According to Pangandaman, the discussions held over the past six months during the budget process served as their basis for how to implement and carry out the projects. Any inconsistency between the final proposed budget and what was approved by the executive could lead to delays in project implementation.
This came after President Marcos declared during his fourth State of the Nation Address (SONA) on Monday, July 28, that he would return bills that do not align with the administration's priorities.
“For the 2026 national budget, I will return any proposed General Appropriations Bill [GAB] that is not fully aligned with the National Expenditures Program [NEP]. And further, I am willing to do this even if we end up with a reenacted budget,” Marcos said.
He added that any proposed budget not aligned with the administration’s plan for the Filipino people would be rejected.
On the sidelines of the post-SONA event, Recto told reporters that he does not see a reenacted budget materializing.
Finance Secretary Ralph G. Recto
Finance Secretary Ralph G. Recto
“I don’t expect a reenacted budget. I expect cooperation from Congress. So, in effect, that’s what the President is saying. As much as possible, you can amend the budget, but let's make sure that we have the same priorities spelled out in the NEP,” Recto told reporters.
He noted that the President had already warned of the worst possible scenario for next year’s national budget, but the finance chief reiterated that he does not expect it to happen. He said refining the budget now falls under the responsibility of Congress.
For her part, Department of Planning, Economy, and Development (DEPDev) Undersecretary Rosemarie Edillon said: “What we still prefer is the carefully thought-out and well-planned NEP, and we hope that it will be the one followed as the budget.”
“If that doesn’t happen, we will, of course, have to make some adjustments. But our priorities remain clear—social development is still the top priority, which includes education, health, nutrition, food security, and infrastructure,” Edillon said.
As for the several projects promised by Marcos for 2026, Recto said, without mentioning additional borrowings, that those are expected to be funded as their estimated costs have already been discussed during budget deliberations and incorporated into the Cabinet-level Development Budget Coordination Committee’s (DBCC) revenue plan.
Instead of introducing new taxes, Recto said the national government is prioritizing more efficient tax administration.
“We’re not expecting any new taxes since there are no proposed laws that would generate substantial revenues. So, we’re really prioritizing efficient tax administration,” Recto said.
To recall, the Marcos administration surpassed its budget deficit ceiling for the first half of the year, as the actual shortfall grew considerably compared to the same period last year, primarily due to revenues falling short of expectations.
Last week, the Bureau of the Treasury (BTr) reported that the national government incurred a ₱765.5 billion fiscal deficit from January to June this year, a 25 percent increase compared to ₱613.9 billion in the same period last year, and it exceeded the ₱760.7 billion program for the period.
Gross borrowings stood at ₱1.59 trillion as of end-June, slightly higher than last year’s ₱1.57 trillion. These already accounted for 62.5 percent of the government’s total planned borrowings of ₱2.55 trillion for the year.
While the borrowings have already gone past the 50-percent mark in the first half, Recto assured this is not an early sign of exceeding the full-year borrowing target. The Philippines, he said, remains on track with its borrowing and fiscal targets.
National Treasurer Almanza also told the Manila Bulletin last week that, indeed, “we are on track with our borrowing program for the year. It was slightly higher because we raised most of our commercial issuance in the first quarter.”

Related Tags

Department of Budget and Management (DBM) Budget Secretary Amenah F. Pangandaman Department of Finance (DOF) Finance Secretary Ralph G. Recto
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.