ADVERTISEMENT

PNB extends P2.4-B loan to hydro project in Bukidnon

Published Dec 28, 2021 04:22 pm

Tan-led Philippine National Bank (PNB) has extended P2.4 billion loan to bankroll the construction of the proposed 12-megawatt Mangima run-of-river hydropower project to be sited in Manolo Fortich in Bukidnon province.

The omnibus loan and security agreement was signed this December between project developer Mangima Hydro Power Corporation (MHPC) and lender-bank PNB. Signing the loan deal were PNB President Wick Veloso and PNB Executive Vice President Cenon Audencial Jr. and MPHC Chairman Nicandro Linao, who is also the head of Sta Clara International Corporation (SCIC) that has been engaged as engineering, procurement and construction (EPC) contractor for the hydro project.

The hydropower project has an annual electricity generation of 64.12 gigawatt hours. It is targeted to be on commercial stream by year 2024.

According to Senator Juan Miguel Zubiri, who is also the president and CEO of MHPC, the development of the greenfield hydropower facility is part of the overarching goal of “making Bukidnon a sustainable, energy-secure, renewable energy-powered province – and this project is our big step towards that vision.”

The Mangima hydropower project is a joint venture between SCIC’s affiliate Philnew River Power Corporation and the Zubiri-led Green Renewable Holdings Corporation.

Zubiri cited that “Bukidnon is one of the richest provinces in the country in terms of natural resources, so it’s a perfect area for developing renewable energy.”

Veloso, for his part, noted that through the Mangima hydro project, PNB would be able to “contribute to Mindanao’s economic growth,” with him adding that their bank is well into “supporting green projects and paving the way for a sustainable tomorrow.”

The PNB executive stressed that with this new venture, “we look forward to taking the next steps toward safeguarding our environment for future generations and leading the reform process for sustainable power,” which he claimed is a marching order from their main principal, Dr Lucio Tan.

Linao qualified the propounded hydro project will help thwart the country’s dependence on fossil fuels; and will also usher in a future geared towards “energy independence and a cleaner tomorrow for the Philippines.

He added “the construction of this project will create jobs and opportunities for various localities in Bukidnon and nearby provinces.”

In Zubiri’s view, the future of the energy sector will heavily lean on RE and sustainability, and harnessing indigenous resources will be paramount “particularly in the countryside and especially in Bukidnon, where to this day, some towns and even cities like Malaybalay often face power supply problems.”

Apart from his job as a lawmaker, Zubiri is also at the forefront of advancing investments in the clean energy space – and the Mangima hydro plant is already the fifth venture he is spearheading in the RE development sphere, a follow-through to the initial solar farm installations that already reached commercial operations.

Related Tags

#PNB #MHPC #MANGIMAHYDRO #RE #LOANAGREEMENT #STACLARA #EPC
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.