ADVERTISEMENT

Concepcion: Sustained economic activity can help PH economy brace for worst of Russia crisis, record debt

Published Mar 8, 2022 10:57 am
NATIONAL VACCINATION DAY. Health Secreatary Francisco Duque inoculates a teenager with COVID19 vaccine during a ceremonial vaccination to mark the start of the National COVID-19 Vaccinaton Day at Marikina Sports Center in Marikina City, November 29 2021.In order for the country to meet it vaccination target by the end of 2021, the Philippine government started the 3-day National COVID19 Vaccination Day. Also in photo is Marikina CIty, Mayor Marcy Teodoro. (Mark Balmores)

“We can’t stop the war in Europe, but we can help the country brace for crisis,” said Presidential Adviser for Entrepreneurship Joey Concepcion. The Go Negosyo founder believes that sustaining the current increase in local economic activity will help the Philippines weather the crisis brought about by the Russia-Ukraine conflict and the record rise in the country’s debt.

“It’s now become more urgent for the Philippines to maintain its Alert Level 1 status until the end of the year. And to do this, we have to continue to vaccinate, booster and keep our Covid indicators under control,” he said.

Concepcion explained that lockdowns and restrictions have been particularly harmful to the Philippine economy as it is highly dependent on mobility. “We are a consumer-led economy. We depend on mobility,” he said. “If our Covid numbers go up again, our mobility will be restricted and we would reverse the gains we’ve achieved so far,” he said.

He added that the country’s MSMEs are severely affected by restrictions, yet they generate more than half — 63.2-percent according to the Department of Trade and Industry — of employment in the country.

“Giving enough cash flow to our entrepreneurs will cushion the effect, and they will have a better chance of surviving if the situation in the Ukraine becomes worse,” he said.

Concepcion further said that keeping businesses open will help contribute to revenue generation for the government and help pay back its debt, which as of January has reached a record P12-trillion, or USD256-billion. Since the start of the pandemic in 2020, the Philippines’s debt has increased by almost P4-trillion, with Covid-related borrowings reaching P2.74-trillion in 2020 alone.

“We were able to hit 7.7 GDP growth in the fourth quarter, better than most had expected, when we reopened the economy,” he said. He also noted that before the Russia-Ukraine conflict, the consensus was that the Philippines would have 6 to 6.5 GDP growth in the first and second quarter of 2022. “We have addressed the public health situation, and now we have to keep on track with the economy,” he said.

The Russia-Ukraine crisis has disrupted global raw material flows, sending crude oil and wheat prices to multi-year highs. The Go Negosyo founder believes small businesses will be hit hardest by the rise in commodity prices that come as a reaction to the rising tensions in Europe. Basic commodities like wheat, milk, sugar, and oil have skyrocketed, sending shockwaves that will be felt most acutely by small businesses who are now only starting to recover from the pandemic’s restrictions on economic activity.

Concepcion’s push for a sustained reopening of the economy involves the resumption of face-to-face classes and the return of employees to their places of work. “Schools and offices have a massive multiplier effect in spurring economic activity, especially with MSMEs like cafeterias, retail shops and transport,” he said. He also called on fully vaccinated consumers to trust in the efficacy of vaccines and resume their normal economic activities.

He has also called for fully vaccinated Filipinos to get their Covid-19 booster shots to help maintain their immunity and keep healthcare utilization at low risk levels. Medical doctors have earlier cautioned against people lowering their guard and forgetting to practice minimum public health safety protocols, raising fears that infection levels might again rise.

Nevertheless, the Go Negosyo founder is confident that current indicators will hold. “I’m still very optimistic with 2022 because despite the odds, we were able to control infection levels,” he said. “What we have to do now is to be on Alert Level 1 for the rest of the year,” he said.

Related Tags

Economic recovery Joey Concepcion MSMEs Philippines
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.