ADVERTISEMENT

AboitizPower accelerates renewables push as Middle East tensions drive fuel risks

Published Apr 28, 2026 08:18 am

Intensifying geopolitical tensions in the Middle East have prompted Aboitiz Power Corp. (AboitizPower) to reinforce its strategic shift toward domestic renewable energy (RE) and implement stringent fuel procurement stress testing to protect consumers from potential supply disruptions and global price volatility.

During the company’s annual stockholders’ meeting (ASM) on Monday, April 27, AboitizPower Chief Financial Officer (CFO) Sandro Aboitiz said their energy assets may not be entirely affected by Middle Eastern tensions; however, they are impacted through fuel costs.

“Most direct exposure is for the cost of our fuel. As we import all the fuel for our baseload plants, our power supply agreements (PSAs) do provide meaningful pass-through protection on fuel costs, and that contractual structure remains a key mitigant for us,” he said, noting that this framework helps shield against crisis-inflicted price spikes.

Existing PSAs create a layer of cost-recovery protection, wherein movements in the global cost of fuel are reflected in the generation charge.

The CFO noted, however, that despite fuel costs affecting their assets, RE plays an even larger role. By scaling up its renewable portfolio, the company aims to establish a more resilient energy base that can withstand external shocks, ensuring that the stability of local power supply remains less dependent on the volatile global energy landscape while providing a long-term hedge for its captive customer base.

“Longer term, this crisis actually strengthens our strategic logic by the investments we’ve been making. Our push into renewables, solar, wind, hydro, and battery storage, reduces our long-term dependence on imported fuels. The CBK [Caliraya-Botocan-Kalayaan] acquisition, in particular, is a large, domestic resource, responsible asset, but is insulated from global price volatility,” he elaborated.

Unlike baseload facilities tied to international market prices, the 797-megawatt (MW) CBK complex is a large-scale domestic resource that is fundamentally insulated from price shocks amid global tensions. The facility was turned over by state-run Power Sector Assets and Liabilities Management Corp. (PSALM) last February to Aboitiz-led Thunder Consortium, in partnership with Japanese firms Sumitomo Corp. and Electric Power Development Co. Ltd. (J-Power).

Furthermore, AboitizPower allotted ₱62 billion for its full-year capital expenditure (capex) to accelerate its clean energy push. Although this capital outlay reflects a 43.7-percent drop from the previous year’s budget of ₱117.7 billion, the company is set to develop 639.5 MW worth of projects and 147 MW of RE with battery energy storage systems (BESS) that it won under the fourth round of the Green Energy Auction (GEA) of the Department of Energy (DOE).

“We continue to deploy capital strategically to accelerate our portfolio transition while maintaining grid reliability through our transition and distribution business groups,” said Danel Aboitiz, president and chief executive officer (CEO) of AboitizPower.

Currently, the 30-MW EAUC1 hybrid BESS in Mactan Island, Cebu province, and 48-MW TMI2 hybrid BESS in Nasipit town, Agusan del Norte province, are under development.

So far, AboitizPower has 2.3 gigawatts (GW) of attributable net sellable capacity following the addition of CBK assets to its portfolio.

Related Tags

Aboitiz Power Caliraya-Botocan-Kalayaan (CBK) hydropower plants renewable energy (RE)
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.