ADVERTISEMENT

Duterte asks Congress to pass another tax amnesty measure

Published Feb 18, 2019 06:00 pm
By Genalyn Kabiling  President Duterte has called on Congress to pass another tax amnesty measure with proper safeguards that would include the lifting of bank secrecy for fraud cases. President Rodrigo Roa Duterte delivers his speech at the inauguration of the Moscati Meadows Residential Treatment Facility (MMRTF) in Laur, Nueva Ecija on February 13, 2019. (ROBINSON NIÑAL JR./PRESIDENTIAL PHOTO / MANILA BULLETIN) President Rodrigo Roa Duterte
(ROBINSON NIÑAL JR./PRESIDENTIAL PHOTO / MANILA BULLETIN) The President made the appeal after he vetoed the grant of general amnesty and two other provisions in the new Republic Act No. 11213 or the Tax Amnesty Act. Duterte, in his veto message to Congress, cautioned that an "overgenerous and unregulated" general amnesty program could be prone to abuse and create an environment conducive to tax evasion. "The general amnesty program is meant to give taxpayers a fresh start as well as to signal the start of a fair tax enforcement campaign by the tax authorities. It is not meant to be abused for the gain of the few and the loss of the rest of the citizenry," he said. "Given these, I ask Congress to pass another general tax amnesty bill that includes the lifting of bank secrecy for fraud cases, the inclusion of automatic exchange of information and safeguards to ensure that asset or net worth declarations are truthful,” he added. With these provisions, Duterte noted that the general tax amnesty measure will meet both of its tax administration and revenue purposes. He said safeguards against tax evasion are estimated to contribute to P76.6 billion to the public funds in the next five years which the government hopes to use to better infrastructure and services. The President recently signed Republic Act No. 11213 or the Tax Amnesty Act, but vetoed three provisions that might be open to abuse. The estate tax amnesty program and the amnesty on delinquency taxes, on the other hand, were kept in the new law. RA 11213 or the "Act enhancing revenue administration and collection by granting an amnesty on all unpaid integral revenue taxes imposed by the national government for taxable year 2017 and prior years with respect to estate tax, other internal revenue taxes and tax on delinquencies" was signed by the President last February 14. Duterte first disagreed with the general amnesty provision of the law due to lack of provisions on "breaking down the walls of bank secrecy," among others. "Without the provisions breaking down the walls of bank secrecy, setting the legal framework for us to comply with international standards on exchange of information for tax purposes, and safeguarding against those who abuse the amnesty by declaring an untruthful asset or net worth," he said. Duterte also vetoed a provision allowing one-time declaration and settlement of estate taxes on properties subject of multiple unsettled estate. He explained there was a need to apply estate tax amnesty at every stage of the transfer of the property. "The tax on estates is imposed not because of the property itself but on the privilege of transferring the property to the heirs," he said. "The flat rate of six percent estate amnesty tax without penalties imposed at every stage of transfer is more than a fair impassion on the privilege," he added. Another provision vetoed by the President was the presumption of correction of the estate tax amnesty returns. He said there should an opportunity to evaluate the truthfulness of the devaluations made by the taxpayers. Implementing agencies cannot act as mere stamping pads of approval and instead must be empowered to correct appoint misinformation and misdeclaration made in the course of amnesty," he said. The President, meantime, urged taxpayers to avail of the new tax amnesty law to get a chance to have a clean slate. He said with the estate tax amnesty, long unsettled estates can now be transferred. "Without the burden of tax liabilities, the heirs can focus on making idle properties productive thereby bringing economic benefit to their families," he said. The amnesty on delinquency is also expected to help taxpayers failing in their tax obligations to have a fresh start and be fee from civil and criminal consequences, according to the President. It is the hope of this administration that with the decongestion of the dockets, our administrative and judicial bodies can focus on resolving cases of more significance," he said.
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.