ADVERTISEMENT

Tech firm to expand education financing in PH

Published Mar 11, 2021 01:50 pm

A technology-enable company providing access to affordable education financing in Southeast Asia is planning to scale up operations in the Philippines to reach as many students as possible and help them finish their degrees.

(MANILA BULLETIN FILE PHOTO)

ErudiFi, a tech-enabled company providing access to affordable education financing in Southeast Asia and responsible for the operations of Bukas PH, announced its plan after closing a $5 million Series A round co-led by Monk's Hill Ventures and Qualgro.

In a statement, the company said part of the funding will be used to make key hires across product and engineering, marketing and operations, business development, and data functions. The company also plans to scale ErudiFi’s education financing services, deepen its footprint in existing markets in the Philippines and Indonesia with educational institution partners, and invest in product innovation to deepen ErudiFi’s engagement and relationship with students and schools.

"With our network of partner schools, we hope to reach as many students as possible across the country. At Bukas, we believe that making education more affordable will provide a better tomorrow for Filipino families," Jon Robert Emlano, Bukas Country Manager for Philippines said.

To date, Bukas has on boarded partner institutions nationwide like Mapua University, Far Eastern University, Adamson University, Our Lady of Fatima University, PHINMA Education Network, University of Nueva Caceres, Centro Escolar University, and Eskwelabs, among others.

“We are grateful for the financing option that Bukas.ph provides as it has been of great help to our students and their families. Through this partnership with Bukas.ph, we can enable more students to continue with their studies, especially during these trying times. We hope to see more students avail of this and continue pursuing higher education in the coming years,” said Jericho P. Orlina, AVP for Business Affairs of Centro Escolar University.

Today, ErudiFi’s tech-enabled platform has helped secure funding for thousands of financially underserved students and has grown 3x in 2020. With its Study Now, Pay Later model, ErudiFi facilitates education financing for students in Southeast Asia, beginning with the Philippines and Indonesia.

Working with accredited schools and universities, ErudiFi offers data-driven financing solutions that support student recruitment and retention, which allows students the opportunity to achieve their aspirations by overcoming financial constraints in paying for educational programs.

"Our partnership with Monk's Hill Ventures and Qualgro opens a greater opportunity for us to further our mission in making education more affordable in Southeast Asia. Nearly two-thirds of Filipino and Indonesian youths are unable to access higher education due to the lack of financing, and it is our dream to be able to bridge this gap. With this partnership, we are grateful to be able to pursue our goal of helping students build a better tomorrow,” said Riche Lim, Co-Founder, Chief Financial Officer, and Chief Strategy Officer of ErudiFi.

According to the company, its tech-enabled customer and partner onboarding process provides a trusted and accessible solution for students and schools. In addition, student retention is a challenge in Southeast Asia including the Philippines, with many schools experiencing 10-15 percent dropout rates annually, primarily due to financial difficulties faced by students and their families.

To address these challenges, ErudiFi has launched a value-added service providing partner schools with a way to track disbursements and provide real-time analytics, supporting school partners in both recruitment and retention efforts.

“Education financing is a huge opportunity in Southeast Asia. ErudiFi provides a tech and data-driven platform to make access to financing easier for more students while enabling universities and schools to manage and monitor their student pipeline more effectively. ErudiFi aims to shape trusted relationships with universities and partner institutions as they expand in the region and the Qualgro team is excited to work closely with them to scale their reach,” said Heang Chhor, founder and Managing Partner of Qualgro.

Related Tags

deped Bukas PH ErudiFi schools
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.