ADVERTISEMENT

With the pandemic over, WFH arrangements in economic zones to no longer have tax incentives-- Sec Remulla

Published Jan 21, 2024 06:39 am

Now that the Covid-19 pandemic has ended, work-from-home (WFH) arrangements of registered business enterprises (RBEs) located in economic zones should no longer get tax incentives under Republic Act (RA) No. 11534, the Corporate Recovery and Tax Incentives for Enterprises (CREATE) Act.

In a  legal opinion issued last Jan. 3, Justice Secretary Jesus Crispin C. Remulla said that “Section 309 of R.A. No. 11534 specifically requires registered projects or activities under an Investment Promotion Agency (IPA) administering an economic zone or freeport to be exclusively conducted or operated within the geographical boundaries of the zone or freeport, and any project or activity conducted or performed outside the zone or free port shall not be entitled to the incentive under CREATE Act.”

The legal opinion was issued at the request of Presidential Management Staff Undersecretary for Legal and Monitoring Rodolfo John Robert C. Pallatao IV.

Pallatao sought the legal opinion due to the conflicting stance of five government agencies -- the Department of Trade and Industry (DTI), the Philippine Economic Zone (PEZA), the National Economic and Development Authority (NEDA), the Fiscal Incentives Review Board (FIRB), and the Office of the Presidential Adviser on Investment and Economic Affairs (OPAIEA) -- on whether WFH arrangements of RBEs, particularly in the Information Technology and Business Process Management (IT-BPM) sector, should get tax incentives under the CREATE Law now that the state of emergency for the Covid-19 pandemic has been lifted.

Remulla cited that Section 309 of RA 11534 states: “A qualified registered project or activity under an Investment Promotion Agency administering an economic zone or freeport shall be exclusively conducted or operated within the geographical boundaries of the zone or freeport being administered by the Investment Promotion Agency in which the project or activity is registered…any project or activity conducted or performed outside the geographical boundaries of the zone or freeport shall not be entitled to the incentives provided in this Act, unless such project or activity is conducted or operated under another Investment Promotion Agency.”

Thus, he said, “business enterprises located in the economic or freeport zone must continue to conduct their activities within the zone boundaries if they wish to continue availing of their tax incentives under the CREATE Act.”

He pointed out that “these enterprises are not prohibited from adopting a WFH arrangement but will no longer be eligible to continue enjoying the tax incentives.”

He, however, acknowledged that there exists RA 11165, the Telecommuting Act, that was signed into law on Dec. 20, 2018 and concerns “work from an alternative workplace with the use of telecommunications and/or computer technologies.”

In the event of conflict between the two laws, Remulla said the provisions of RA 11534 which was signed into law on March 26, 2021 should prevail “being the last expression of the legislative will.”

“In enacting a statute, the legislative is presumed to have been aware of, and have taken into account, prior laws on the subject of legislation,” he explained.

He noted that even the FIRB recognized the provisions of RA 11534 when the board issued FIRB Resolution Nos. 003-22 and 017-22 that allowed RBEs of the IT-BPM sector to adopt the WFH arrangement.

But he explained that the FIRB resolutions were issued as “a temporary measure as provided under Rule 23 of the CREATE IRR (implementing rules and regulations).”

“Once the exceptional circumstance, such as pandemic, epidemic, war, armed conflict, state of national emergency, outbreak of diseases, international or regional financial crisis, or analogous circumstances, ceases to exist, or in this case the issuance of Proclamation No. 297 dated 21 July 2023, lifting the State of Public Health Emergency throughout the Philippines, the temporary measure shall also cease to exist,” he said.

He recounted that FIRB issued Resolutions 026- 226 and 033-227 that allowed RBEs in the IT-BPM sector that have remaining tax incentives under Sec. 311 of the CREATE Act or those with approved incentives on or before September 2022 the option to register with the Board of Investments (BOI) from an ecozone or freeport zone Investment Promotion Agency (IPA) and adopt up to 100 percent WFH arrangement.

“This locational prohibition does not apply to enterprises registered with the BOI as it does not administer an ecozone or freeport,” he said. 

Related Tags

DOJ
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.