ADVERTISEMENT

'Fix collection first': Economists push back on new tax talk

Published Jul 4, 2025 03:55 pm
Finance Secretary Ralph G. Recto
Finance Secretary Ralph G. Recto
While the Department of Finance (DOF) seems to be shifting away from its earlier stance of “no new taxes,” private sector economists argue that new tax measures are not yet necessary, emphasizing the need to first strengthen the implementation of existing tax laws.
“I can’t emphasize more the need for the government to simply improve tax collection as this improves tax efficiency without further burdening the economy with more taxes,” said Patrick M. Ella, economist at Sun Life Investment Management and Trust Corporation (SLIMTC).
Ella believes the government should not impose fresh taxes for now because there is still room to improve how taxes are collected. He noted that “on a tax collection efficiency basis, there are still more areas of improvement.”
According to Ella, the country’s tax-to-gross domestic product (GDP) ratio remains below the World Bank’s recommended 15-percent threshold, which is considered necessary to support sustainable development and fund essential public services.
Citing historical trends, Ella said that the Philippines nearly attained the 15-percent tax-to-GDP target in the late 1990s, but the ratio declined after the Asian Financial Crisis (AFC) and has only gradually improved since then.
“So may I suggest—it makes more sense to improve collection than to impose new tax revenues, as this is the more efficient solution,” he said.
Rizal Commercial Banking Corp. (RCBC) chief economist Michael Ricafort also said the government should prioritize boosting recurring tax revenues by strengthening enforcement of existing tax laws, including efforts to go after tax evaders.
While the “no new taxes” policy was a public commitment, Unionbank of the Philippines chief economist Ruben Carlo O. Asuncion said the Marcos administration “can proceed to justify new taxes or see it as problematic moving forward.” Deciding on this matter, Asuncion said, is “a tough balancing act at this point.”
Standing firmly by the plan to impose no new taxes may also “hinder fiscal consolidation, especially amid slower-than-expected economic growth.” The Philippine economy expanded by 5.4 percent in the first quarter of 2025, a rate significantly slower than the 5.7 percent growth recorded in the same period last year. It also accelerated modestly, almost at a stagnant pace, from 5.3 percent in the previous quarter.
New taxes risks
Asuncion said introducing new taxes also usher in several risks including a “potential backlash, especially if taxes affect middle- and low-income groups. Another one is the risk of dampening consumer spending and investment, impacting medium-term economic growth.”
Ella noted that household income is still recovering from the pandemic and prolonged inflation, and adding new taxes could make this concern “complicated.”
For Sarah Tan, economic think tank Moody’s Analytics economist, “abrupt or poorly designed taxes could hamper consumption and investment.”
On the other hand, “maintaining ‘no new taxes’ may boost short-term investor confidence due to policy stability, but risks long-term sustainability if deficits widen and infrastructure suffers,” Asuncion said.
“Reversing the said stance with well-targeted taxes could reassure investors about fiscal responsibility and may enhance long-term sustainability and creditworthiness,” he added.
On July 3, DOF Secretary Ralph G. Recto said the finance department is well aware of the rising concern about online gambling. As such, Recto said the government is considering introducing an online gaming tax to address the issue.
Economists have suggested tax measures that would ensure minimal burden on poor households while still boosting revenue. Asuncion listed tax measures that are both “progressive progressive and less likely to affect low-income households directly.”
Asuncion said that the taxes that target high-income earners and specific sectors—while having minimal impact on low-income households— could include wealth and luxury taxes, carbon taxes, levies on single-use plastics, and mining tax reforms.
For Tan, a prudent approach would focus on “progressive” and less disruptive taxes, such as the Digital Services Tax, to avoid putting added pressure on low-income households. “Ultimately, a flexible, gradual tax reform strategy can better safeguard fiscal sustainability and support long-term development goals.”
While value-added tax (VAT) is easier to collect, imposing new taxes may not be ideal at this time, Ella said, given the financial strain households have faced since the pandemic and the ongoing tariff-led uncertainties businesses face.
For Ricafort, new taxes and higher tax rates, among other tax reform measures, may be introduced as a last resort in a worst-case scenario to “structurally increase the recurring sources of national government tax revenue collections.”
As argued by Asuncion, Ricafort also said new taxes could include taxing “high-income earners and online or digital transactions to level the playing field with physical stores and capture more revenue from the growing digital economy. Other possible measures include taxes on junk food and higher taxes on sugary drinks.”

Related Tags

Department of Finance (DOF)
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.