ADVERTISEMENT

Maynilad, Manila Water investing P348 B in 5 years

Published Nov 9, 2022 03:09 pm

Water concessionaires Manila Water Company and Maynilad Water Services Inc. laid out their expansion plans that will entail combined investments of P348 billion with the aim of improving their services and securing water supply.

East Zone concessionaire Manila Water is set to spend P181 billion from 2023 to 2027 in pursuit of its service improvement plan. This includes capital expenditure programs amounting to P105 billion for both its water and wastewater projects.

media

On the other hand, West Zone concessionaire Maynilad plans to spend around P163 billion during the same period for infrastructure projects that will sustain service improvements in the face of challenges such as climate change and population growth.

Maynilad is allotting around P101 billion for water projects while the rest will be for wastewater projects. Its five-year service improvement plan seeks to enhance water security, environmental sustainability, service expansion and disaster resiliency.

Water security is at the forefront of Manila Water’s service improvement plan for the coming five years beginning 2023 to 2027. Included as other pillars in the plan are service continuity, service accessibility and environmental sustainability.

Manila Water President & CEO Jose Emmanuel A. De Dios

“These major pillars represent the projects that Manila Water will undertake to ensure continued water and wastewater services for the increasing population of the East Zone and Rizal Province which continues to grow at an annual rate of 2-3 percent,” said Manila Water President and CEO Jocot De Dios.

With climate change heavily impacting water source and supply, Manila Water has begun tapping Laguna Lake as an alternative source of water for its customers. It has completed the Cardona Water Treatment Plant, drawing water from the central portion of the lake, with a capacity of 100 million liters per day.

Construction of the Antipolo Water System is also underway with the Wawa Calawis Water Supply Project, Phase 1 of which will provide an initial 80 MLD and an additional 438 MLD expected to be completed in 2025.

Manila Water continues to coordinate closely with the Metropolitan Waterworks and Sewerage for the Sumag River Diversion Project and the Umiray-Angat Transbasin Rehabilitation Project which are designed to provide additional water to the Angat water system.

Regular rehabilitation of mainlines, installation of redundant water lines as well as the construction of emergency reservoirs across the concession will ensure that impacts of a big earthquake to water supply will be mitigated.

Programs designed to promote environmental sustainability include the construction of wastewater treatment facilities compliant with the new standards on biological nutrient removal as well as the laying of sewer networks to ensure that wastewater undergoes proper treatment before it is discharge back into receiving water bodies.

“Implementation of Manila Water’s service improvement plan will ensure that water supply for East Zone customers will continue to remain 24/7 and at the same time, adequate wastewater and sanitation services will be available for those residing in San Juan, Mandaluyong, Pasig, Taguig, Pateros, Marikina, portions of Quezon City and Manila as well as Rizal Province in the coming years,” De Dios said.

Maynilad COO Randolph T. Estrellado

For his part, Maynilad Chief Operating Officer Randolph T. Estrellado said “A bulk of the investment will go toward developing more water sources, building more pumping stations and reservoirs, and replacing old pipelines so we can deliver more water supply in response to the growing demand.”

He noted that these projects are important because some customers in the West Zone have yet to be provided with 24-hour water service.

“Areas in the farthest points of our distribution network, which still have limited supply availability, stand to benefit the most once we complete the construction of additional water treatment plants,” Estrellado added.

Meanwhile, wastewater projects continue to be a priority. “We have already built 20 wastewater facilities since 2007, and we plan to build six more in the next five years so we can sustain sewer coverage expansion,” he saidd.

For the next rebasing period, Maynilad proposed an average tariff increase of P13.31 per cubic meter, which will be implemented in tranches over the next five years.

The company agreed with the MWSS Regulatory Office that the first tranche (i.e., P3.29/cu.m.) will only cover for inflation adjustments, with succeeding tranches contingent on actual service improvements.

“We think it’s fair that we first deliver on that commitment before the succeeding increases are implemented. But for 2023, we need to at least be allowed an inflationary adjustment because the cost for running our facilities, particularly the input costs of producing water, has already doubled, and we have not implemented any rate adjustment for the past four years,” said Estrellado.

Related Tags

Maynilad Water Services Inc. Manila Water Company Inc. Jose Emmanuel De Dios Randolph T. Estrellado
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.