ADVERTISEMENT

DTI to seek FIRB okay on incentive-driven EV program

Published Mar 30, 2023 09:29 am
The Department of Trade and Industry (DTI) through Board of Investment (BOI) shall recommend for approval to the Fiscal Incentives Review Board (FIRB) an EV incentive strategy (EVIS), similar tax incentives driven to the Comprehensive Automotive Resurgence Strategy (CARS) Program, to ensure the creation of an enabling business environment for the country’s electric vehicle (EV) industry. DTI Secretary Alfredo E. Pascual, who is also chairman of the BOI, announced the plan in his speech at the signing of a Lease Agreement between Envirotech Vehicles, Inc. (EVT) and Berthaphil, Inc. on Tuesday, March 2023. EVT, a US-based transportation industry provider specializing in all-electric vehicles, is gearing up to set up a manufacturing plant for electric vehicles (EVs) at the Clark Freeport Zone.  EVT is specializing in all-electric vehicles for commercial and industrial use. Following its success in the US, EVT is now entering the Philippines and is geared to set up a manufacturing plant for EVs at the Clark Freeport Zone. The DTI Secretary did not specify the incentives to be granted for EV investments, except to say that the planned EVIS would be patterned after CARS. The existing CARS program provides two kinds of incentives. The first is fixed investment support (FIS) incentive for body shell and large plastic assemblies, common parts and shared testing facility, and strategic parts. Once these equipment and machineries have been put up, the CARS participant should be able to enjoy its tax incentives. A second type of incentive will also be given based on actual production of the participant carmaker. This means that each participant should produce 200,000 units of its enrolled CARS model to avail of this second investment. The six-year program was good for three participants but attracted only two. These are Toyota Motors Philippines and Mitsubishi Motors Philippines. Toyota and Mitsubishi’s initial investments totaling P8 billion will create some 14,000 new jobs, salaries and wages of which will also amount to Php8 billion over a six year period.  Parts makers who will be working with Toyota and Mitsubishi are expected to  generate over Php18 billion fresh investments for the country. The CARS Program also expects total government revenues to amount  P408 billion in import duties, VAT, excise tax, income tax, withholding taxes. Direct purchases of raw materials for parts making will amount to P63 billion. Pascual emphasized the Philippine government's goal of developing a sustainable, inclusive and industrialized economy that will pave the way for the Philippines to penetrate the global EV value chain. The global shift to green products such as EVs is crucial to address environmental problems caused by climate change. As the current administration aspires to enter the global EV value chain, several legislations have been passed to develop the local EV industry such as the–Comprehensive Roadmap for the Electric Vehicle Industry (CREVI) and the Electric Vehicle Industry Development Act (EVIDA), which will require the government to implement and allocate five percent of their fleet to EVs. Under the EVIDA Act, fiscal and non-fiscal incentives are provided to encourage the purchase and utilization of EVs by Filipino consumers. Aside from tax incentives available under the Corporate Recovery and Tax Incentives for Enterprises (CREATE) Act, importation of EVs are now duty-free under Executive Order No. 12, Series of 2023. The tariff rate of EV passenger cars, buses, minibuses, vans, trucks, kick-scooters, and bicycles are reduced to zero for the next five years. This is complementary with DTI’s goal of encouraging EV investments by lowering its importation costs, introducing its viability to the public, encouraging shift to less oil-dependent transport options, and improving the country’s energy security. "Aside from our commitment to combat climate change through the use of EVs, the DTI also aims to aggressively position the Philippines in the battery segment of the global market. Given the presence of abundant nickel and cobalt reserves, the Philippine government is consistently promoting the country as a potential manufacturing hub for battery production," said Pascual. "Your investment forms part of the Philippine EV manufacturing ecosystem we are developing. We seek to create an end-to-end value chain from the mining and processing of green metals to the local manufacture of batteries, charging stations or units, and EVs,” added Pascual in his speech at the signing of the lease agreement. Pascual further recognized the significant role played by EVT's investment and expansion in developing and realizing the potentials of the country’s EV industry. He said in closing that "the growth and development of the EV industry is crucial in making green investments and jobs happen in the Philippines as we aim to generate stable, high-quality, and better-paying jobs for Filipinos, while achieving shared prosperity for all."

Related Tags

Electric Vehicle Industry Development Act Department of Trade and Industry (DTI) Fiscal Incentives Review Board (FIRB)
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.