ADVERTISEMENT

IFC support draws two private equity funds to Philippine deals

Published Jan 30, 2026 06:00 pm

Two fund managers are eyeing investments in the Philippines with the support of the International Finance Corp. (IFC).

IFC disclosed on Jan. 29 its planned investment of as much as $40 million in Navegar Fund III LP (Navegar III), which is scheduled for approval by its Washington-based board on Feb. 28.

The World Bank Group’s (WBG) private-sector lending arm said its proposed investment in Navegar III—capped at 20 percent of total commitments to the fund—will be alongside a $40-million co-investment envelope. The fund will be managed by Cayman Islands-based Navegar III GP Ltd.

“Navegar III is a sector-agnostic growth equity fund targeting investments of between $30 million [and] $50 million in companies in the Philippines across various sectors, including but not limited to consumer, healthcare, logistics, and business services,” IFC said.

In all, Navegar III targets to raise $250 million, which it would “invest primarily in Philippine companies, with the potential for up to 15 percent of the fund to be invested outside of the Philippines.”
“The fund is expected to increase access to private equity (PE) capital and value creation for small- to mid-cap companies, including companies that are female-owned/-led. The fund will create value for these companies through a strong emphasis on driving organizational transformation, regional expansion, and improving governance and sustainability practices for investee companies,” IFC said.

“Beyond the project, Navegar III’s success will strengthen the competitiveness of the PE ecosystem in the Philippines by demonstrating its commercial viability to institutional investors. This could, in turn, attract a new mix of commercial investors and encourage entry of other country-focused funds in the Philippines,” it added.

IFC noted that fundraising for country-focused funds has been challenging, averaging only $225 million a year between 2020 and 2024, with the Philippines seeing no fundraising activity since 2020.

As such, IFC said its equity investment and role as anchor investor will help Navegar III raise its targeted $250-million fund, while signaling confidence to other investors and supporting follow-on equity for portfolio companies.

In a separate Jan. 29 disclosure, IFC said it is also expected to approve on March 17 an investment of up to $35 million, or a maximum of 20 percent of total commitments, along with an additional envelope of up to $35 million for potential co-investment opportunities, in the regional KV Asia Capital Fund III LP (KV Asia III).

IFC documents showed that KV Asia III is a $280-million generalist growth equity fund that will invest $25 million to $75 million in mid-market Southeast Asian companies across sectors including consumer, education, healthcare, industrials, and services. It will be managed by Singapore-based fund manager KV Asia Capital Pte. Ltd.

KV Asia III “will invest in companies operating across Southeast Asia, primarily seeking opportunities in Malaysia, Indonesia, Vietnam, and the Philippines,” with the aim of expanding PE capital access for mid-market firms in the region, IFC said.

IFC said the regional fund aims to create value by strengthening governance, financial management, and growth strategies of mid-market, family- and founder-owned companies, while promoting job creation, sustainability, and inclusion, and demonstrating the commercial viability of PE in this segment.

Amid a constrained fundraising environment in Southeast Asia, IFC said its anchor investment will help KV Asia III achieve a timely first close and attract other institutional investors.

As Manila Bulletin earlier reported, IFC late last year also approved investments in the regional funds Allianz Asia Pacific Infrastructure Credit Fund as well as Seraya Partners Fund II (SEA) LP to support infrastructure development across Asia-Pacific, including the 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.