ADVERTISEMENT

Go upbeat about better PH economy, touts upgrades under Marcos admin

Published Sep 7, 2024 02:41 am

At A Glance

  • With the Philippine gross domestic product (GDP) growth for the second quarter at 6.3 percent, Go thought 2024 is shaping up to be either the best or among the best years in the Southeast Asian region.

Special Assistant to the President for Investment and Economic Affairs Frederick Go said he is looking forward to better economic growth numbers for the Philippines as he highlighted his office's priorities for attracting more investments into the country.

Frederick Go (PCO)
Special Assistant to the President for Investment and Economic Affairs Frederick Go (PCO)

In an interview with Malacañang Insider on Friday, Sept. 6, Go expressed confidence about the country's economic performance.

With the Philippine gross domestic product (GDP) growth for the second quarter at 6.3 percent, Go cited 2024 is shaping up to be either the best or among the best years in the Southeast Asian region.

"We’re doing very well as far as economic growth is concerned. Our unemployment numbers are down to 3.1 percent, which is one of the best numbers in the last two decades. Our poverty rate is likewise dropping," he said.

Go likewise emphasized good news from R&I, Japan's rating agency, which recently upgraded the Philippines from BBB+ to A-. Two Japanese rating agencies have now upgraded the country to A-.

"So, if you’re asking me what I’m looking forward to, I’m looking forward to better economic growth numbers, better inflation numbers, and more upgrades I hope, you know, within this administration," he said.

"If we are able to bring the Philippines from, what they call a B-level credit rating to an A-level credit rating, wow, that would be super for this country," he added.

Go also pointed to improving macroeconomic indicators, highlighting better overall performance for the country.

The Office of the Special Assistant to the President for Investment and Economic Affairs is tasked to attract foreign direct investments (FDIs) into the Philippines.


CREATE MORE Bill

According to Go, one of his office's priorities is to push for the passage of the CREATE MORE Bill into law, saying it was important to address issues arising from its predecessor, the CREATE Act, which came into effect in April 2021.

The Corporate Recovery and Tax Incentives for Enterprises (CREATE) Act grants tax relief for companies in financial need in the wake of the Covid-19 pandemic, while seeking to provide transparent tax provisions and further increase the competitiveness of the Philippines.

The CREATE MORE bill, meanwhile, seeks to improve regulations by enhancing tax and administrative incentives available to local and foreign companies. It likewise aims to clarify rules on implementing value-added tax (VAT) incentives introduced under the previous Act.

"Passing the CREATE MORE Bill... [signals] to the world that we are listening and are responding to the issues and difficulties that they have raised and brought to our attention," Go said.

The House of Representatives passed the CREATE MORE bill on the third and final reading in May this year while the Senate passed its version on the second reading early this month.


Luzon Economic Corridor

Go said another priority is the Luzon Economic Corridor Project, a collaboration with the country’s G7 Global Infrastructure partners.

He particularly highlighted the flagship project Subic-Clark-Manila-Batangas Cargo Rail which would reduce the cost of doing business within the corridor, including four ports responsible for about 80 percent of the traffic volume in the Philippines.

"You can just imagine the number of industries that would benefit from this, that can be put in place around this corridor. We’re talking about renewable energy, data centers, food production, digital connectivity, and the like," he said.

"So, the Luzon Economic Corridor is the only project of its kind for the G7 here in Asia so we’re really hoping that this gains a lot of traction and that other countries. In fact, one other country has already written us signifying interest to be part of the Luzon Economic Corridor," he added.

Last week, Go said they are narrowing down the proposed projects under the Luzon Economic Corridor as the country's partners shift their interest to projects in Subic.

"Lumalawak yung coverage ng Luzon Economic Corridor (The Corridor's coverage is expanding) so much so that the primary interest now is, for example, in Subic which was not in the first steering committee meeting [in April]," he said.

"I think we will end up with less than 10 primary projects. We're shortlisting or we're narrowing or we're focusing now... Kasi better 'yan (That's better). When you focus, then you know it will move forward faster," he added.

The Philippines, Japan, and the US announced the launch of the Luzon Economic Corridor during their historic trilateral meeting in Washington, D.C., in April this year.

The first Partnership for Global Infrastructure and Investment corridor in the Indo-Pacific, the Luzon Economic Corridor aims to accelerate coordinated investments in high-impact infrastructure projects in Subic Bay.

These include projects in rail, port modernization, clean energy and semiconductor supply chains and deployments, agribusiness, and civilian port upgrades at Subic Bay.

Japan has long been supporting connectivity in this area, including rails and roads, through the Japan International Cooperation Agency (JICA).

In May, President Marcos said the government would do even better once the Luzon Economic Corridor was completed.

Related Tags

PH economy Frederick Go invest in PH Luzon Economic Corridor
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.