ADVERTISEMENT

Arthaland insulated from Middle East war effects by locking costs with Asian suppliers

Published May 1, 2026 04:17 pm

The Po family’s upscale green developer Arthaland Corp. continues to launch new projects, particularly in Metro Manila, despite the war in the Middle East, as it sources materials within Asia and locks in costs with suppliers.

In an interview, Arthaland Executive Vice President and Chief Sustainability Officer Oliver Chan said the company is slated to launch at least four residential projects this year, with sales already started for the first three.

“For this year, we’re launching the third tower of the Una in Laguna. Actually, we launched it already earlier this year. And then, in the fourth quarter of this year, will be the first tower of The Estate in Cebu,” he said.

The company has also recently launched the upscale Sondris in Makati City and the first tower of the ₱14.1-billion Liv along Katipunan Avenue in Quezon City last March and April this year, respectively. It plans to launch the second tower of Liv toward the end of 2027.

Even before the war in the Middle East resulted in higher fuel prices, which drove raw material costs higher, Chan said that “last year, we started working on the idea of how we can provide better material finishes to our buyers. And we found out that if we lock in prices and we partner with certain suppliers, we will be able to do it already. So we’ve locked in some prices for three to five years.”

Last year, Arthaland locked in INAX toilet fixtures from Japan for Liv, and earlier this year, it locked in higher-end bathroom fixtures from Grohe for Sondris.

For the rising costs of steel and cement, Chan said the firm has enough buffer in its prices to handle these.

He noted that although steel and cement are major components of construction, there are many other major components as well, including finishing.

“This is why we focused on that part. Because on that part, you’re talking to suppliers who already have supplies in their warehouses, who already get supplies from within Asia. If you notice, we got INAX because it’s from Japan, it’s from Asia. And so we were able to lock that in already,” he said.

Meanwhile, Chan said Sondris is enjoying brisk sales, with first-quarter reservation sales already worth ₱1.8 billion. The appeal of this project is that it is a short walk away from Greenbelt mall, which is currently being spruced up.

For Liv North in front of Ateneo de Manila University (ADMU), Arthaland has already sold over half of the 700 units in the first tower. The second tower is slated for launch next year but will only have 300 units for sale.

The mixed-use, two-tower residential development along Katipunan is aimed at more affluent parents and students, young families, and professionals.

“Liv is a community shaped by the same foresight families embrace when building for future generations. By uniting purposeful design, accountability, and opportunity, Liv reflects Arthaland’s enduring vision of building sustainable legacies,” said Arthaland Vice Chairman and President Jaime C. González.

The 46-story Liv North has already started construction and is scheduled for completion in the third quarter of 2031.

Related Tags

Arthaland Corporation Oliver L. Chan
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.