ADVERTISEMENT

Opportunities for MSMEs amidst the challenging business environment

Published Jul 27, 2022 03:05 pm

As early as three months after the first lockdown in March 2020, the adverse impact of the pandemic on MSMEs was visible. Around 193 business establishments permanently closed with 7.3 million jobs lost resulting in a 17.7 percent unemployment rate, a record high according to the Philippine Statistics Authority. 

However, at the close of 2020, the number of newly registered businesses reached the highest growth rate of 41 percent since 2010 at 900,000.  Business owners remain positive about their growth prospects in 2022, based on an April 2022 Sun Life Philippines survey. This paints an overall promising horizon for MSMEs in the Philippines for this year. 

Beyond 2022, how sustainable is the growth path of MSMEs in the Philippines? Beyond the challenges brought by the pandemic, the enabling environment for MSMEs to sustain is challenged by other global events like the Russia-Ukraine crisis. There is only much that MSMEs can do with these global events beyond their control but there is much that can be done about opportunities within their reach to strengthen the enabling environment and complement MSMEs’ limited or challenged resources.

Before the pandemic, access to finance for MSMEs has already been a great challenge, and is even greater today. They usually borrow from friends and family when starting a business but financing one’s business through relatives cannot be sustainable over time if not managed well. It runs the risk of not instilling the right financial management discipline as a business owner where money owed to a relative may be taken for granted. MSMEs need to be aware that there are various options to explore to make more informed decisions when financing their business. 

In 2018, a landmark law was passed that seeks to broaden options for MSME financing – the Personal Property Security Act (PPSA). This law updated the 1906 Philippine Chattel Mortgage Act that has not kept up with its spirit of mobilizing financing to MSMEs. Under this law, practically any form of asset other than land can be used as collateral for MSMEs to borrow from banks. 

More than 100 years have passed, but banks are still lending mostly based on hard collateral such as land. There is a mismatch between the collateral requirements imposed by banks and what MSMEs have in their books. The PPSA enhanced creditor rights by giving more confidence to banks to lend using other forms of collateral like intellectual property, accounts receivables, and inventories. 

MSMEs should familiarize themselves with the PPSA to explore how it can help them access finance. Financial institutions should also see how they can leverage on this law to expand their lending to MSMEs with more informed decisions. There is a big need to educate MSMEs and financial institutions on the PPSA so MSMEs can fully benefit from this law.

Digitalization during the pandemic allowed MSMEs to adapt, expand, and diversify their product and service distribution to sustain their business operations. From 2019 to 2021, retail online business grew from 70 percent to 80.2 percent as shown by Department of Trade and Industry (DTI) statistics. With internet penetration in the Philippines at approximately 89 million, digitalization is a must for MSMEs to reach out to a bigger market through a number of free e-commerce websites and the DTI’s one-stop-shop (https://www.dti.gov.ph/covid19/tech-tools/). All these tools are within reach at minimal to no cost for MSMEs to access or take advantage of.

Private companies can also be a source of assistance and grants for MSMEs. When the pandemic started two years ago, Facebook offered approximately P55 million in grants to approximately 500 eligible small businesses in the country. Each grantee received approximately P108,000 including P67,500 in cash and P40,500 in optional ad credits. In June 2022, BPI Foundation launched its Small Enterprise Acceleration Lab to support the development of startup enterprises through training, mentoring sessions, and cash grants. 

Other development grants are periodically available from bilateral organizations and NGOs that are aimed to support MSMEs. It is just a matter of allocating time for productive use of internet browsing each day to access this information.

The business environment has been very challenging and yet you still see growth in business opportunities. Resources are constrained but opportunities in terms of knowledge, information, and even access to finance continue to exist for MSMEs in the Philippines, and they just need to be on the lookout for these opportunities.

Gay Santos is the Regional Director for Southeast Asia at Water.org, a global NGO co-founded by Matt Damon and Gary White. She retired from the World Bank Group in 2019 and holds an MBA degree from the Johns Hopkins University in Baltimore, USA.The opinion expressed herein does not necessarily reflect the views of these institutions and Manila Bulletin. #FinexPhils www.finex.org.ph

 

 

Related Tags

BUSINESS OPTIONS
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.