ADVERTISEMENT
970x220

Big business pushes BOT scheme in grid infrastructure development

Published Apr 4, 2025 01:19 am

Makati Business Club (MBC).png

 

The country’s leading business executives are urging the Marcos administration to adopt a build-operate-transfer (BOT) scheme in the country’s grid infrastructure, which could be pivotal in making power more affordable and reliable.

In a statement on Thursday, April 3, Makati Business Club (MBC) suggested that President Ferdinand “Bongbong” Marcos Jr. may consider penning an executive order (EO) to make this possible.

MBC said third-party investors, whether coming from the private sector or government-owned and/or -controlled corporations (GOCCs), should be allowed to build transmission infrastructure in the country.

The business group added that this will help accelerate grid development, addressing present bottlenecks and challenges in the energy sector.

The country’s limited grid infrastructure was cited as a major barrier in the pursuit of full electrification.

Based on last year’s data from the Department of Energy (DOE), the household electrification level stood at 93.12 percent.

The DOE is seeking to achieve 100-percent electrification by the end of President Marcos’ term in 2028.

Under a BOT scheme, a private entity finances, constructs, and operates an infrastructure facility for a fixed term, then transfers ownership to the government at the end of the agreement.

MBC said adopting this setup in the grid infrastructure would attract increased investments that would lead to improvements in transmission efficiency.

These investments, according to the group, will push a more robust development of renewable energy (RE), reducing long-term cost for the government and consumers alike.

“These improvements need to happen at a faster pace given the growing interest of investors in the Philippine RE industry,” it said.

According to the 2024 Climatescope report, the Philippines was ranked as the second-most attractive emerging market for RE investment.

However, citing data from the International Energy Agency (IEA), MBC pointed out that investments in RE have been outpacing grid spending since 2018, with an average funding gap of $200 billion.

A 2023 study by BMI Research said the funding gap has reached an average of $328 billion.

Under the Philippine Energy Plan, the government aims to boost the share of RE in the country’s energy mix to 35 percent by 2030 and 50 percent by 2040.

To achieve full electrification, MBC said it is also advocating increased public-private partnerships (PPPs) in off-grid solutions.

Related Tags

Makati Business Club (MBC) energy sector
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.