ADVERTISEMENT
970x220

IFC invests $7 million in local fintech firm First Circle

Published Jun 17, 2024 04:59 am

The International Finance Corp. (IFC) has acquired a stake in fintech company First Circle for $7 million (about P410 million), to help boost lending to small and medium enterprises (SMEs) in the Philippines.

A June 15 disclosure showed that the IFC board approved on June 13 its equity investment in Singapore-registered Carabao Capital Global Pte Ltd., which operates in the Philippines as First Circle.

The private sector arm of the World Bank Group said this investment aims to support First Circle as it raises funds to scale up its operations and loan book in the Philippines, where SME credit penetration is among the lowest in Southeast Asia.

“With data and technological edge as the cornerstone of First Circle’s strategy, the company is providing unsecured credit lines to SMEs with competitive rates, flexible repayment options, and the convenience of fast digital operations,” the IFC said.

The IFC expects its equity infusion into First Circle to “promote systemic changes in the SME finance market” in the country, as more loans to currently underserved small businesses at scale would hopefully make SME lending more viable to traditional banks and technology-based lenders.

Before the IFC equity, First Circle’s shareholders included fintech impact investor Accion Venture Lab, institutional asset manager and fintech investor Fasanara Capital, technology venture capital firm Insignia Ventures, venture capital firm Venturra Capital, plus other local and global investors.

In May, the IFC injected $7 million into fintech firm Salmon to bolster financial inclusion through artificial intelligence (AI) in the Philippines.

Its equity in United Arab Emirates (UAE)-registered Fintech Holdings Ltd., which operates three Philippine subsidiaries under the Salmon brand name, was invested on May 16, according to the investment information summary on the IFC’s website, updated on May 19.

Earlier, the IFC board approved the investment on February 22 and signed the project on May 3.

An IFC statement in April said its investment in Salmon was part of the company’s $25 million Series A extension round (Series A-1) fundraising.

The IFC was a lead investor with Singapore-based private equity fund Northstar Group, ADQ/Lunate, and other Filipino and international investors.

“The capital will enable Salmon to develop new credit products and a lifestyle banking offering, which Salmon plans to launch in the second half of 2024,” the IFC said in a statement.

Salmon was established in 2022 and currently runs a rural bank in Laguna province, which it acquired early this year.

According to the IFC, the fintech company uses AI-enabled technology and a proprietary credit engine in its short-term consumer loan offerings like Salmon Cash Loans, Salmon Credit, and Salmon Installment.

The Bangko Sentral ng Pilipinas’ (BSP) 2022 annual report on its national strategy for financial inclusion shows that just 25 percent of adults in the country had access to formal credit, as they remain widely underserved by brick-and-mortar lenders.

Related Tags

International Finance Corp. IFC First Circle fintech
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.