ADVERTISEMENT

Filinvest to expand retail, industrial, housing with fresh ₱12-billion funding

Published Mar 12, 2025 05:49 am

Gotianun-led Filinvest Land Inc. is set to expand its residential, retail, and warehouse business after successfully raising ₱12 billion from the second tranche of bonds from its ₱35 billion shelf-registered program.

The firm listed the bonds at the Philippine Dealing & Exchange Corporation, consisting of five-year bonds due 2030 with interest rate of 6.2916 percent, seven-year bonds due 2032 with interest rate of 6.655 percent, and 10-year bonds due 2035 with interest rate of 6.8312 percent per annum.

FLI Tristan Las Marias.png
FLI President Tristan Las Marias

“The overwhelming response to FLI’s fixed-rate retail bond offering totaling ₱12 billion is a clear testament to the confidence the investing public has placed in our company’s prospects and the country’s economic outlook,” said FLI President Tristan Las Marias.

He added that, “We take immense pride and gratitude for our investors’ consistent trust in FLI. Rest assured, we are committed to upholding this trust and maintaining the optimism you've placed in us.”

The proceeds from this bond issuance will support FLI’s capital expenditures to expand its retail business and build more industrial-ready built factories or warehouses.

“This year, we’re expanding our retail business with a new Filinvest Mall in our Filinvest Mimosa Estate in Clark, Pampanga. We aim to open Filinvest Mall Clark by 2026 and provide our clients in our Filinvest Mimosa Township with a growing Clark City business hub with more shopping and dining options,” Las Marias said.

Filinvest Mall Clark will have a total gross leasable area (GLA) of around 24,000 square meters (sqm). It will be a lifestyle destination in the north that features many global athleisure brands suitable for both exercise and everyday wear.

 

Filinvest mall Clark-Mimosa-2-small.jpg
Filinvest Mall Clark in Mimosa

“The Filinvest Mall Clark will also host a lot of exciting dining options that will be a mixture of Manila favorites and popular Kapampangan brands” he said.

The funds will also be used to complete another retail project in Quezon City—Filinvest Mall Cubao, as part of FLI’s Activa mixed-use project at the intersection of EDSA and Aurora Boulevard.

The mall will have a total GLA of around 17,000 sqm, including a supermarket and around 48 food spaces and 150 retail shops.

Given its accessible location right at the intersection of EDSA and Aurora Boulevard, Filinvest Mall Cubao will capture the fast and family dining requirements of city and provincial commuters in the area while providing basic shopping conveniences for Activa Towers’ residential and office tent.

“We have also seen a strong demand for our industrial business’ ready-built factories (RBFs). Our RBFs in both our Filinvest New Clark City Industrial Park and our Filinvest Technology Park in Ciudad de Calamba in Laguna are sold out and we still have a long list of reservations for more RBFs from foreign and local businesses interested in both.

“We will use the proceeds from this fund to continue investing in this segment, provide venues to capture more foreign investment opportunities, and be a strong partner of this country in nation-building,” Las Marias said.

Meanwhile, he noted that, “With the growth in our residential revenues and the introduction of new residential inventories last year, we aim to sustain our growth trajectory in the residential segment in 2025 and beyond.

“We continue expanding our residential business with more township developments in Cavite, Bulacan, and Iloilo... We will soon launch our next residential community in Cavite, Bulacan, and Bataan.”

Related Tags

Tristan Las Marias Filinvest Land Inc.
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.