ADVERTISEMENT

MVP exit threat forces gov't to act on LRT-1 concession debt

Published Nov 17, 2025 12:02 am  |  Updated Nov 15, 2025 03:29 pm
MPIC Chairman Manuel V. Pangilinan and DOTr Secretary Giovanni Z. Lopez
MPIC Chairman Manuel V. Pangilinan and DOTr Secretary Giovanni Z. Lopez
HONG KONG — Metro Pacific Investments Corp. (MPIC) may hold off on its planned divestment from Light Rail Manila Corp. (LRMC) after the government immediately opened talks to address its obligations to the company.
LRMC President and Chief Executive Officer Enrico Benipayo told MPIC Chairman Manuel V. Pangilinan at a media briefing that the government reacted swiftly to Pangilinan’s statement that the company was ready to divest after a decade of losing money due to regulatory issues.
MPIC had announced last week its intent to exit LRMC due to years of substantial losses.
“Mr. Chairman, your statement a bit pushed DOTr (Department of Transportation) to act,” Benipayo said. “The following day, I received a message coming from the DOTr (acting) Secretary (Giovanni Z. Lopez) himself. I cannot disclose at this point in time, but what I can say is it’s something positive.”
Ayala Corp., which holds a 35 percent stake compared with MPIC’s 35.8 percent interest, had also previously expressed interest in exiting LRMC.
Pangilinan stressed the principle of Public-Private Partnership (PPP): “It should be a government thing, if they do not want to give tariff hikes. The basic tenet of PPP is you’re asking for other people’s money to build a particular project.”
He added: “So, it is not government money. When you borrow other people’s money, that money was given to that particular proponent by its owners, and its owners expect a return from that because they borrowed the money themselves. When you borrow people’s money, you have to pay for the use of that money. It’s as simple as that.”
Pangilinan argued that if the government is unwilling to implement rate increases, it should finance the projects itself.
“If you’re not willing to [increase in rates], then use your own money. Then, you don’t have to worry about these returns and calculations about tariffs and everything else. If you can’t put your mind around that concept, the very heart of PPP, then you should undertake it by yourself,” he said.
Benipayo acknowledged the financial strain. “Obviously we've had a lot of difficulties during the past 10 years… primarily due to some obligations of the government that they were not able to fulfill, then definitely we're not in a good financial position at the moment. But we're about to turn the corner.”
He expressed optimism about convincing MPIC to stay. “I hope I'll be able to convince our chairman. We're meeting him, I think, next week. As we did with our other shareholders like Ayala and Sumitomo, I think both of them have bought into the plan to turn the corner for LRMC,” he added.
Benipayo noted a shift under the current administration. While previous governments held back fare increases due to public outcry, he said, “we have recently had some breakthrough in our discussions with the government. In fairness to this current administration, this is where we had our first tariff increase.”
Beyond fare rates, the company holds significant claims against the government, with delayed payments resulting in higher financing costs.
“But, again, the good news, again, some breakthrough,” Benipayo disclosed. “The current government, particularly DOTr and the Department of Finance, is actively in discussion with us to be able to resolve the concession agreement… For the very first time, in the past several months, they have already acknowledged, at least, that they owe LRMC and they're willing to pay a significant amount of our claims in the next few months.”
To ensure the project's long-term economic viability following a decade of losses due to unfulfilled government obligations, LRMC also seeks to "rebalance" the concession agreement.
“Rebalancing means, and in principle, they've agreed, like an extension of our concession period,” Benipayo explained.
The proposal is to extend the current 32-year concession by another 18 years, for a maximum of 50 years, along with “some other tweaks in the current concession agreement so that the project can be put back or restored to its financial position had the delays not occurred.”

Related Tags

Light Rail Manila Corp. (LRMC) Manuel V. Pangilinan Enrico Benipayo Department of Transportation Department of Finance (DOF)
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.