ADVERTISEMENT

Villafuertes have high hopes for PBBM's new investment promotion plan

Published Jun 19, 2026 11:19 am

At A Glance

  • Camarines Sur Reps. Migz and Luigi Villafuerte welcome President Marcos' Memorandum Order No. 47 expanding the Strategic Investment Priority Plan (SIPP) to include AI, cybersecurity, renewable energy, EVs, and digital infrastructure.
  • The order directs investment promotion agencies and LGUs to streamline permits and coordination under the CREATE MORE Act and the Ease of Doing Business law.
  • The upgraded 2026 SIPP, formulated by the BOI and FIRB, aims to attract investments, generate jobs, and support economic transformation through fiscal incentives for priority industries.
President Ferdinand "Bongbong" Marcos Jr. (Mark Balmores/ MANILA BULLETIN)
President Ferdinand "Bongbong" Marcos Jr. (Mark Balmores/ MANILA BULLETIN)


Ranking congressmen from Camarines Sur are upbeat over President Marcos' decision to assign key roles to local elective officials in the implementation of his newly-expanded investment promotion program.
Rep. Migz Villafuerte (5th district), chairman of the House Committee on Information and Communications Technology; and Rep. Luigi Villafuerte, House deputy majority leader, said the move has placed vanguard ventures on artificial intelligence (AI) and cybersecurity, carbon capture and renewable energy (RE) development, and electrical vehicle (EV) and digital infrastructure on the list of priority sectors qualified for additional state incentives.
The Villafuertes said that Memorandum Order (MO) No. 47 issued recently by the President upgraded the Strategic Investment Priority Plan (SIPP) for 2026 to include more industries and projects for potential fiscal incentives under Republic Act (RA) No. 12066, or the “Corporate Recovery and Tax Incentives for Enterprises to Maximize Opportunities for Reinvigorating the Economy (CREATE MORE) Act.” 
Rep. Migz said that MO No. 47 tasked investment promotion agencies (IPAs) to “facilitate and expedite, to the extent possible, the setting up and conduct of registered projects or activities, including assistance in coordinating with the LGUs and other government agencies” through one-stop action centers.
Signed by Marcos on the recommendation of the Board of Investments (BOI), the 2026 SIPP is now “the guidepost of the government in determining which sectors, including emerging and frontier industries and projects, are now qualified for fiscal incentives under the CREATE law", says the 5th district solon from Camarines Sur.
He and his brother Luigi had successively served as governors of the province prior to their election to the House of Representatives, respectively, in 2019 and 2022.
Rep. Luigi says the MO has also “directed LGUs and other government agencies to coordinate with the concerned IPAs and to comply with RA No.11032, or the ‘Ease of Doing Business (EODB) and Efficient Government Service Delivery Act of 2018,’ particularly in the processing of permits, licenses and other requirements".
Both the CREATE and EODB laws were co-authored by former three-term congressman and now Camarines Sur Governor LRay Villafuerte.
Formulated by the BOI in consultation with the inter-agency Fiscal Incentives Review Board (FIRB), the new SIPP was meant to attract more investments and to boost our country’s economic transformation by creating more jobs, upskilling workers, and generating higher-value enterprises and other economic activities.
Marcos approved in May the SIPP, as recommended by the BOI, and tasked concerned government agencies to issue the necessary regulations to ensure that it is implemented in a “synchronized and integrated manner".
The FIRB or IPAs shall grant the appropriate fiscal incentives to registered business enterprises (RBEs) for their approved registered projects or activities on the SIPP list.
“The industry of the registered project or activity shall be prioritized according to national industrial strategy specified in the SIPP, and the SIPP shall define the coverage of the tiers and provide the conditions for qualifying the activities," read MO No.47.
The IPAs are composed of the BOI, Philippine Economic Zone Authority (PEZA), Tourism Infrastructure and Enterprise Zone Authority (TIEZA), Bases Conversion and Development Authority (BCDA), Subic Bay Metropolitan Authority (SBMA), Clark Development Corp. (CDC), Authority of the Freeport Area of Bataan (AFAB), Aurora Pacific Economic Zone and Freeport Authority (APECO) , Zamboanga City Special Economic Zone Authority (ZCSEZA), Cagayan Economic Zone Authority (CEZA) and the Regional Board of Investments-Bangsamoro Autonomous Region in Muslim Mindanao (RBOI-BARMM).

Related Tags

PBBM Camarines Sur Luigi Villafuerte Migz Villafuerte SIPP
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; } }

{{ static_articles_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.