ADVERTISEMENT

RA 11635—Saving Private Schools from Excessive Taxation

Published Jan 23, 2022 12:05 am

BETTER DAYS

Senator Sonny Angara

Last December 2021, President Rodrigo Duterte signed into law Republic Act (RA) 11635, which amends Section 27(B) of the National Internal Revenue Code of 1997. This particular section of the NIRC deals with the tax treatment of proprietary educational institutions or private schools and non-profit hospitals. As the principal author of the law, we are elated with the support given by the President to the measure and in hearing the appeals made by the private school operators to save them from closure during these very challenging times.

Way back in June 2021, we filed Senate Bill 2272 in response to Bureau of Internal Revenue’s issuance of Revenue Regulation (RR) No. 5-2021 on the implementation of Republic Act 11534 or the Corporate Recovery and Tax Incentives for Enterprises Act (CREATE), particularly on the provision that deals with the preferential tax treatment on proprietary educational institutions and hospitals. The said RR erroneously interpreted the provision of CREATE to mean that an educational institution should be both proprietary and non-profit in order to qualify for a preferential tax rate. Under CREATE, proprietary educational institutions are imposed a tax rate of 10 percent and this would go down further to one percent starting July 1, 2020 until June 30, 2023. In fact, private schools have been enjoying the 10 percent tax rate since 1968. But as a result of the BIR issuance, the private schools ended up being imposed with the regular tax income tax rate of 25 percent, contrary to what we in Congress intended with the passage of CREATE.

When Congress came up with the tax rates in CREATE for the private schools, it was in consideration of the very difficult circumstances faced by the education sector during this pandemic. Since March of 2020, face-to-face classes were prohibited and consequently, enrollments sharply declined. For many of these schools, they were forced to suspend their operations for the time being. Many other schools were not so fortunate and ended up closing their doors permanently.

Looking deeper into this issue, the impact of the school closures is far reaching. The first clear casualties will be the hardworking teaching and non-teaching personnel who have already been struggling to make ends meet because of the work suspensions brought about by the pandemic. Then there are the industries who depend on the operations of schools as their lifeline. Here we have the small businesses such as the school buses (tricycles and jeeps), food vendors, and uniform makers, all of which will likely close shop if the schools they rely on shut down.

Private schools have long been the government’s partners in the provision of quality education to our children. When new policies were imposed, even if it meant that they would have to take a hit—just like the implementation of the K to 12 system and the Universal Access to Quality Tertiary Education Act, they gave their full cooperation in the spirit of the provision of the Constitution that describes as “complementary” the roles of the public and private schools in the country’s educational system.

Sometime in July last year, the BIR came out with another issuance: Revenue Regulation No. 14-2021 that suspended the implementation of certain provisions of RR 5-2021. This gave a temporary reprieve for the private schools as it took into account the pending bills filed in Congress seeking to clarify the tax treatment on proprietary educational institutions.

Given all of these circumstances, we in Congress agreed that something had to be done to correct the situation brought about by the issuance of RR No. 5-2021. Because levying a 150 percent rate increase could very well end up being the final nail on the coffin for many private schools.

RA 11635 effectively cuts the noose around the necks of our private schools. We acknowledge and thank our colleagues in the Senate, including the leadership, who gave their unanimous support to this measure. The same goes to our counterparts in the House of Representatives, who acted swiftly on the bill. Our gratitude also goes out to our Secretary of Finance Carlos Dominguez for not raising any opposition to the law. And of course, to President Duterte for signing this very important measure into law.

Sen. Sonny Angara has been in public service for 17 years. He has authored and sponsored more than 200 laws. He is currently serving his second term in the Senate.

E-mail: [email protected]| Facebook, Twitter & Instagram: @sonnyangara

Related Tags

Better Days RA 11635—Saving Private Schools from Excessive Taxation Senator Sonny Angara
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.