ADVERTISEMENT

Poe, Carpio agree PH has always been open for foreign investments

Published Feb 12, 2024 06:20 am

Charter change (Cha-cha) proponents have pointed to the 1987 Constitution's restrictive economic provisions in pursuing amendments but Sen. Grace Poe said that the country has always been open to foreign investors.

viber_image_2024-02-12_12-05-53-762.jpg
 Sen. Grace Poe says the Philippines has made strides in opening up the local economy.  As the Constitutional Reforms and Amendment of Codes subcommittee resumed discussions on Resolution of Both Houses No. 6 on Monday February 12, 2024, Poe maintained that the country is already "open for business" through Republic Act No. 11659, or the amended Public Service Act (PSA) and other existing laws allowing foreign investments into the country.  (Senate PRIB photo)

During the continuation of the Constitutional Reforms and Amendment of Codes subcommittee discussions on Resolution of Both Houses No. 6 on Monday, Feb. 12, Poe said that the country has made great strides in the past years liberalizing the Philippine economy without compromising national security or leaving behind Filipino businesses. 

"Would amending the public utilities provisions in our Constitution open the economy or open a can of worms? Mahalagang mailatag sa diskusyon ang mga naging debate at deliberasyon ng Amended Public Service Act o PSA sa mga sektor na bukas sa kontrol ng dayuhan (It's imperative that we discuss the debates and deliberations on the Amended Public Service Act o PSA to the sectors that's open to foreign control)," Poe said.

Poe said that this was done to encourage new players in sectors like airports, railways, expressways, and telecommunications. 

"The idea was: more competition means better services at better prices. All in all, a win for the Filipino consumers," she explained.

"Without changing the Constitution, and guided by the long line of cases decided by the Supreme Court as to what “public utilities” really are, we carved out public utilities which will remain covered by the 60 percent Filipino ownership requirement from public services that were opened up by the PSA to full foreign investments. This is a repeat performance of what we did with EPIRA decades ago, where we carved out power generation from public utility," she added.

She added that among those they retained under public utilities are industries known as natural monopolies or industries that is much cheaper and cost-effective if there's only one service provider. These are various distribution, transmission, and pipeline systems carrying essentials such as electricity, water, and petroleum. 

"Because of the nature of these natural monopolies, we needed to ensure the security and supply of these essential utilities. Siniguro natin na Pilipino pa rin ang may kontrol sa mga ito at kailanman ay hindi makokontrol ng mga dayuhan (We ensure that Filipinos will retain control of these and will never be under foreign control)," she said.

Ensuring seaports under Filipino ownership and control, according to Poe, was also a matter of economic and national security. As an archipelago, seaports are the gateways for large-scale transport of people and cargo. 

She mentioned as well that they ensured that Filipinos will have control over traditional and machine-powered passenger vehicles to protect drivers given that the Public Utility Vehicle (PUV) Modernization Program has not been sorted out yet. 

"With PSA, we protected the essentials while opening up others to much-needed investments," she said. 

In relation to the PSA, Sen. Risa Hontiveros said that she saw the great care the Senate took when it identified the critical utilities that would still be under the protective mantle of the Constitutional prohibitions on foreign ownership. 

"I am also interested to find out if the problem really is the lack of foreign investments, or our chronic failure to address anti-competitive monopolistic behavior. Imbes na basagin ng Charter Change ang monopolyo ng mga dominant domestic companies, papalitan lang ba sila ng mga dayuhang kompanya? Ganun din, baka mas malala pa (Instead of Charter change dismantling the monopoly of dominant domestic companies, they will be just replaced with foreign companies? It's the same thing, maybe worse)," she added. 


Address the real causes

Retired Supreme Court Senior Associate Justice Antonio Carpio that the real causes of low foreign direct investment must be the ones that are addressed and not the Constitution which are the high power rate, the bureaucratic regulation, and the infrastructure. 

"We have to address the real causes. The real cause is not the Constitution. Nobody cares. The President has been going abroad and has been saying I have secured almost a P500 billion in foreign investments and not one of those foreigners who plan to invest here required an amendment of our Constitution," Carpio said.

Carpio also called the reasons cited by the proponents of the recent People's Initiative (PI) who blame the restrictive provisions economic provisions of the Constitution for the low foreign direct investments, the high unemployment and the slow economic growth of our country as "false".

"These are all false reasons. The Philippines today has one of the most liberal foreign investment laws in ASEAN as well as in Asia. The Philippines without amending the Constitution has passed several laws to open the economy to 100 percent foreign ownership," he said.

Related Tags

Senator Grace Poe Charter change Antonio Carpio Senator Risa Hontiveros
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.