ADVERTISEMENT

Second quarter GDP: The importance of being pandemic

Published Aug 12, 2021 12:02 am
OF SUBSTANCE AND SPIRIT Diwa C. Guinigundo We were pleasantly surprised to hear the announcement by the Philippine Statistics Authority last Tuesday that the Philippine economy expanded by 11.8 percent during the second quarter 2021, coming strongly from first quarter contraction of 3.9 percent and year ago’s 17.0 percent decline. While this performance undoubtedly derives from “better balance between addressing COVID-19 and the need to restore jobs and incomes of the people,” base effects were definitely material. Last year’s drop was the deepest in decades and any climb out of it would definitely be positive. Several growth components showed fiery performance like total investment rising by 75.5 percent. Both public and private construction projects leap- frogged despite the quarantine and indeed they must have thrived because the streets were practically empty of both pedestrians and motor vehicles last year. What we would caution about is the unevenness of growth. Household spending was rather modest at 7.2 percent while government expenditure actually dropped by 4.9 percent. Industry-wise, agriculture shrank by 0.1 percent. The challenge is for the Philippine economy to fire on all cylinders. Is this possible? More than a year ago, economist Eran Yashiv of both the Tel Aviv University and London School of Economics captured our dilemma in the time of the coronavirus, thus: “Countries are facing stark and terrible choices now. End the lockdown to restart their economies but risk the ravages of the COVID-19 pandemic, or prolong the lockdown and inflict more heavy damage on people’s lives and on the economy. Large-scale testing is unfeasible in some of the most affected countries and antibody testing to detect immunity is struggling with reliability issues. That makes it difficult to identify the subpopulations that can be allowed out of the lockdown and to determine how long others need to remain sequestered.” Our own assessment is that our health situation in the Philippines has not changed much after one year and a half into the pandemic. Our health capacity could have improved in the last few months but the Delta variant emasculated  it in July and August. The US, Israel, Indonesia and many other jurisdictions are now considering a more appropriate level of herd immunity goal to aspire for. Some 70 percent of the population used to be the gold standard but the awesome velocity of Delta variant may require a booster vaccine, lest more potent mutation is enabled. This means moving away from the policy of giving the vaccines only to the adult population. More minors are getting sick, leading to a more overwhelmed hospital capacity. This translates into additional vaccines for 12-14 million young Filipinos. The Philippines has crossed the line from “moderate risk” to “high risk.” Daily cases are rising across all age groups. Some 13 of our 17 regions have reported Delta variant cases. We are therefore left with little choice between life and jobs; our health capacity continues to be severely hamstrung by unfavorable logistics. With our vaccination and contact tracing information still to be collected in a national digital warehouse, granular lockdowns are impossible to minimize the impact on business activities. The claim that “managing risks, instead of shutting down large segments of the economy, stands a far better chance of improving both economic and health outcomes” may sound vacuous because we actually wasted time deciding whether to impose travel restrictions. We were actually not mindful of the need to start procurement early. Our testing, tracing, quarantining and treating capabilities were slim. We can even argue that if our health authorities managed the pandemic well, we could have localized lockdowns and rebuilt the economy, better and faster. There would have been less blunder last year and more sustainable growth this year. In this context, the three-pillar strategy of the government needs strong caveat. Accelerating the vaccination program should really be primordial. Two balls in the air should be handled with dispatch namely vaccines availability and their administration. It was cited that a total of 38.6 million doses have arrived as of August 8, 2021. Another 148 million doses are expected for the rest of 2021. If we Include the minors among the qualified recipients of the vaccines and target a higher herd immunity, we need more doses and a bigger budget. At a daily rollout speed of 700,000, the timetable could slide forward to 2022. Safe reopening of the economy is a big hurdle given the Delta variant. Enforcement of public health protocols could be very challenging because the rules vary from one locality to another. Tracing needs to be more systematic to allow for less general lockdown and ensure safe reopening. Pursuing policy reforms is definitely plus for economic recovery. Part of ensuring a rebound is to extend the ayuda to affected sectors including those who were dislocated by the pandemic. We should ensure all local government units (LGUs) get the aid from the national government without exception and distribute it to their constituencies. Politics should be set aside. Only LGUs have the capacity to do it at grassroots level to ensure effective social protection. All up, it was correct for the economic managers to talk about speed bumps due to the ECQ in Metro Manila and other regions. The vicious cycle of these alphabet quarantines would simply roll over if we foul up on pandemic management. Growth is the innocent victim.

Related Tags

Of Substance and spirit Diwa C. Guinigundo
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.