ADVERTISEMENT

ALI sets 3rd sustainability-linked bond offering worth ₱15 billion

Published Aug 25, 2025 12:00 am  |  Updated Aug 23, 2025 03:16 pm
Real estate giant Ayala Land Inc. is raising ₱15 billion from its third Sustainability-linked Bonds as part of plans to raise up to ₱55 billion in funding before the end of the year.
Philippine Rating Services Corporation (PhilRatings) said it has assigned the highest Issue Credit Rating of PRS Aaa, with a Stable Outlook, to ALI’s proposed third Sustainability-linked Bonds amounting to ₱10.0 billion, with an oversubscription option of up to ₱5.0 billion.
PhilRatings said it also maintained its Issue Credit Rating of PRS Aaa, with a Stable Outlook, for Ayala Land’s ₱104.25 billion outstanding bonds.
Obligations rated PRS Aaa are of the highest quality with minimal credit risk. The obligor’s capacity to meet its financial commitment on the obligation is extremely strong.
On the other hand, a Stable Outlook indicates that the assigned rating is likely to be maintained in the next 12 months.
At arriving at its credit rating and outlook for ALI’s issuance, PhilRatings said it considered the firm’s well-diversified portfolio, complemented by strong brand equity, as well as its solid portfolio expansion strategies, backed by its experienced management team and synergies with parent company Ayala Corporation.
Also factored in is ALI’s sustained commitment to sustainability, robust earnings and healthy cash flows driven by the positive performance of its real estate and leasing portfolio, and its conservative capital structure.
Former ALI Chief Finance Officer Augusto Bengzon said earlier that the firm will be raising ₱10 billion this month from a multilateral sustainability-linked loan.
In an interview, that ₱30 billion or 60 percent of the ₱50 billion to ₱55 billion funding will be sustainability-linked format so they are also slating the issuance of green bonds by October aside from bilateral loans within the fourth quarter.
He said earlier that they are scheduling their term funding program later as interest rates are expected to go down in the next few months.
“We think [interest rates have] started to come down a bit, especially on the long end. Hopefully we’ll see another rate cut [on August 28] and then maybe one more towards the latter part of the year,” Bengzon said.
He said they are favoring the sustainability-linked financing format since this “has been well-received by the public and has received many awards across the region for its innovative nature.”
In terms of funding sources, he said 40 percent would be raised from the capital markets, another 40 percent through bilateral facilities with banks and the remaining 20 percent with a multilateral agency.
ALI is raising funds to pay for maturing debt as well as to finance capital expenditures amounting to ₱95 billion which is intended to increase its net income at double the growth rate of the Philippines' gross domestic product (GDP).
This year's capex, 12 percent higher than the ₱85 billion earmarked last year, will fund the expansion of ALI's residential, estate, leasing, and hospitality businesses.
Of the ₱95 billion capex, 37 percent will be allocated for its residential business development, 25 percent earmarked for estate development, 23 percent allotted for leasing and hospitality ventures, while the remaining 15 percent will be set aside for land acquisitions and general corporate purposes.
ALI will be launching projects worth ₱100 billion, consisting of residential, commercial, and industrial properties for sale; as well as expanding its leasing assets by 170,000 square meters (sqm), of which 78,000 sqm will be in malls, 50,000 sqm are office spaces, and 44,000 sqm of logistics facilities.
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.