ADVERTISEMENT

IFC to invest more in Ayala Land "greening" initiative

Published Jul 25, 2025 12:00 am  |  Updated Jul 24, 2025 01:20 pm
The World Bank Group’s (WBG) International Finance Corp. (IFC) is considering another round of investment financing support for Ayala Land Inc. (ALI), including for the property giant’s ongoing renovation and expansion of its flagship malls to make them “greener.”
A World Bank document seen by Manila Bulletin showed that the board of IFC—the WBG’s private-sector lending arm—was scheduled last July 3 to discuss its proposed investment in ALI for the “AyalaLand SLF2 Project.”
So far, no details are available on IFC’s website on the new SLF2 Project.
To recall, ALI last year secured a $250-million, or ₱14.3-billion, loan from IFC to fund its net-zero emissions ambition, including the “greening” of 10 malls in Cebu and Metro Manila, under their first SLF.
IFC disclosed in October 2024 that it had invested in ALI’s up to eight-year sustainability-linked loan (SLL). IFC earlier on approved this financing and signed the loan deal with ALI in July last year.
It was ALI’s first-ever sustainability-linked financing package aimed at decarbonizing its commercial real estate portfolio.
Loan proceeds will be partly spent to renovate the following flagship shopping malls: Ayala Center in Cebu City; Glorietta 1, 2, 3, and 4, as well as Greenbelt 2, 3, 4, and 5 in Makati City; and TriNoMa in Quezon City.
Earlier IFC documents disclosed this ALI project shall “involve internal and external refurbishment only, with no changes to the existing footprint” of these malls, in order to turn them into so-called “green” buildings.
IFC had said ALI and its wholly owned subsidiary Makati Development Corp. (MDC) aims to finish all demolition and construction work for this malls renovation project by end-2026.
Ultimately, this project will allow ALI to boast of the biggest EDGE Zero Carbon property portfolio in the world, while significantly slashing its greenhouse gas (GHG) emissions, which contribute to climate change.
Through this financing, ALI targets to jack up to 1.5 million square meters (sqm) by end-2025, from about 350,000 sqm in 2024, its office space compliant with IFC’s Zero Carbon Certification. ALI already has the largest EDGE Zero Carbon-certified portfolio in the country, IFC had noted.
Also, ALI wants GHG emissions lessened by 42 percent by end-2030, across its commercial property portfolio of hotels, malls, and offices.
In April last year, a memorandum of understanding (MOU) was signed with ALI subsidiary AyalaLand Hotels and Resorts Corp. (AHRC) for its projected 2,826 hotel-room portfolio by 2026 to also become EDGE Zero Carbon-certified.
IFC had cited that ALI is the Philippines’ biggest property developer, with over 11,000 hectares (ha) of land bank and 52 estates across the country.
The publicly listed ALI belongs to Ayala Corp., the oldest diversified conglomerate in the Philippines.
According to the WBG’s new country partnership framework (CPF) for the Philippines covering the period July 2025 to June 2031—which coincides with the Washington-based multilateral lender’s fiscal years 2026 to 2031—IFC would mobilize an estimated $4-5 billion in long-term commitments for Philippine firms.
Following a cumulative $1.9 billion in commitments from 2018 to 2025, “going forward, IFC will continue building its program around eight priority areas with climate and digitalization as cross-cutting themes,” the WBG said in the latest Philippine CPF, as exclusively reported by Manila Bulletin.
“IFC aims to ramp up its new commitments from around $400-600 million per year in earlier years of the CPF to around $1 billion in [the] second half,” the CPF document read.
IFC also plans to convert about $29.6 million worth in its advisory portfolio in the Philippines into potential investments, specifically in the areas of affordable and resilient housing, capital market development, climate finance, digitalization, financial inclusion, green and resilient buildings and cities, private-sector investment promotion and reforms, as well as public-private partnerships (PPPs).

Related Tags

International Finance Corp. (IFC) Ayala Land Inc. (ALI) World Bank Group (WBG) country partnership framework (CPF)
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.