ADVERTISEMENT

Marikina Rep. Quimbo proposes post-COVID wage subsidy program for MSMEs

Published Apr 20, 2020 12:00 am
By Jenny Ortuoste and Rizal Obanil A Marikina solon believes that the government should help small business owners get back on their feet after the Luzon-wide enhanced community quarantine (ECQ) is lifted. Marikina 2nd district Rep. Stella Luz A. Quimbo (Photo from PHCC / MANILA BULLETIN) Marikina 2nd district Rep. Stella Luz A. Quimbo (Photo from PHCC / MANILA BULLETIN/ FILE) Marikina 2nd district Rep. Stella Quimbo has proposed an economic stimulus measure dubbed the Economy Moving Forward as One bill, which, among other features, gives micro, small, and medium enterprises (MSMEs) a wage subsidy for payroll costs after the ECQ is lifted. In an interview Saturday over ANC, she said the national government's P51 billion wage subsidy program targets the employees of about one million registered MSMEs, and gives them a subsidy of P5,000, but this program does not cover “unregistered” MSMEs. “There are about 4.5 million ‘informal,’ meaning not formally registered, MSMEs,” she said. “So there’s a bigger number of those that are not covered in this wage subsidy program… There’s a lot that will be falling through the cracks.” Quimbo also proposes a wage subsidy, “but targeting the business owners.” She said that ultimately this will prevent people from losing their jobs because "it's the owner that makes the decision to keep the employee or not.” Quimbo said after the lifting of the ECQ, businessmen still have to deal with the fact that they have incurred losses and unfortunately may have to make a decision to lay off some employees or reduce their compensation. “If we’re thinking about what happens post-COVID, well then you also need also to set aside an amount to subsidize wages to be paid by owners of the small businesses,” she said. Giving an example of a small business owner, Quimbo said, “Post-lockdown she can go for example to the DOLE (Department of Labor and Employment) and avail (herself) of wage subsidies for payroll costs moving forward.” Post-COVID world She added that people need to think about the changes in society that will come about in a “PC” or “post-COVID” world. “Everything is going to change.” She also said government should help small businesses cope with a post-COVID reality, “where there is less contact and higher health standards.” Quimbo gave the example of a masseur who, post-COVID, will incur additional costs such as face masks and perhaps gloves and a COVID test. Another example was that of a housewife working from her house making bags and employing several helpers, and who would incur costs to set up an online selling portal, because after COVID, people would shy away from going to brick-and-mortar stores. She said government should “offer grants for capacity building for this type of assistance.” Quimbo said she estimates that around P110 billion pesos is needed to fund the wage subsidies program, to be sourced from unappropriated funds, bond issuances, and loans from multilateral agencies, which she called the “best kinds of loans because of low interest rates.” Losses to the economy The Marikina solon said businesses lose a combined P 18 billion per day while the ECQ is in effect, while on the macrolevel, the economy could potentially lose P1.08 trillion. To explain this, Quimbo said: “Every percentage growth of GDP (gross domestic product) is equivalent to about P198 billion. So if we are expecting to lose, say, 5.5 percentage points of GDP growth, meaning if you go from a growth of 6 percent to 5.5 percent, so you lose 5.5 percentage points, so you multiply that by P198 billion, that gives us P1.1 trillion.” Read more: https://news.mb.com.ph/2020/04/15/house-prepares-p370-b-stimulus-package/
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.