ADVERTISEMENT

Why I see more investments coming

Published Apr 18, 2022 12:05 am
#MINDANAO John Tria John Tria The amount of foreign direct investment received in a year is a metric often cited by analysts to show investor interest in a particular economy. The recent report that 10.5 billion dollars in foreign direct investment was gained by the country in 2021 is higher than the previous record of 10.2 billion in 2017, and the 5.6 billion in 2015. Looking at the BSP data, i was frankly surprised that total foreign direct Investment in 2020 during the pandemics first year was 6 billion dollars, still higher than 2015. These figures and trends show heightened interest in the Philippine economy as a venue for investment. Many have opined that these FDI figures would have been higher if barriers against foreign ownership in many sectors were relaxed. But with the amended foreign investments, public service act and RTLA that opens more sectors to foreign investors, we will expect more investments coming in. Why are these higher foreign direct investment figures important? This is because investments bring jobs and technology that can supercharge the economy, boost our recovery. As i have written last week, investments in sectors like responsible mining, modern agriculture and manufacturing will add value to the local products and resources and therefore, create downstream industries making them more competitive and expanding the capability to generate jobs. This broadens the economy, making it more inclusive especially for the regions outside Metro Manila where these sectors are. In addition to this, having more manufacturing and agroprocessing makes our economy resilient to external shocks and even calamities. With heightened investor interest a clear imperative for local communities therefore is to capture and expand investments . This can be done through a partnership between national and local governments and the private sector. A concrete suggestion is to activate an investment generation committee in each regional development council (RDC) where private sector groups and public sector agencies can collaborate to mount investment promotion and capture activities such as webinars showcasing local investment priority plans, local incentives and areas for investment. Investsments such as manufacturing create oportunities for local economies, from employment generarion and supply arrangements for local businesses like canteen concessions, uniforms and facility maintenance contracts. Growing employment also boosts a demand for construction and housing. Investment promotion and capture activities can also gain buyers for local and export products and investors in the larger MSME sector in areas such as tourism, hotels and restaurants as higher demand makes investment more viable. Such a committee can set targets to attract more of the investments every year. The constantly updated Investment Priorities Plans (IPPs) can serve as a useful guide, and the regional physical framework and land use plans can identify specific locations that are ready for investment and can easily access key infrastructure such as ports, highways, airports, cold storage and warehouse complexes. Investment generation in local communities is thus a very important aspect of strengthening local economies. It is a partnership between government and the private sector. This positively affects the local business climate, creating an encouraging situation for new investors to come in previous ones, and former residents to return, and existing ones to expand. Where this partnership is strong, investments and opportunities are also high. Book on Mindanao in WW2 to be launched For history buffs, an upcoming virtual book launch of "Guerrilla Days in the Philippine South" by Drs. Cesar P. Pobre and Ricardo T. Jose on Wednesday, April 27, 2022 at 1 p.m. via Zoom (Meeting ID: 990 4030 9143/ Passcode: 802117) will ooen many eyes to Mindanao history.

Related Tags

John Tria Mindanao Why I see more investments coming
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.