// Adds dimensions UUID, Author and Topic into GA4
Sunday, November 16, 2025
23.3 C
Singapore

CapitaLand Investment declines to comment on rumoured merger with Mapletree

SINGAPORE: Rumours that two major local property management companies, CapitaLand Investment Limited and Mapletree Investments, were in merger discussions have been addressed following a statement from CapitaLand Investment Limited clarifying the situation.

In its official statement, CapitaLand Investment reaffirmed its commitment to delivering long-term value to shareholders, emphasising that it “regularly evaluates different investment options in order to achieve its strategic goals.”

Addressing the recent speculation, the company said it “would not comment on rumours and speculation” but stressed that it would make appropriate announcements in line with the Singapore Exchange’s listing rules should there be any material developments requiring disclosure.

The clarification comes after Dow Jones Newswires reported that CapitaLand, backed by Temasek Holdings, and Mapletree Investments, a wholly owned subsidiary of Temasek, were exploring the possibility of a merger.

Both companies are among Singapore’s most prominent property players, with significant portfolios across commercial, industrial, and residential sectors worldwide.

See also  Amid outcry HDB explains that parking fee hike was necessary to cover $100m yearly loss
- Advertisement -

Hot this week

EV adoption hits new highs as electric car registrations surge past 50%

SINGAPORE: Singapore’s shift towards greener tech just hit a...

Nationwide consultation launched to refresh Singapore’s Land Transport Master Plan

SINGAPORE: Singapore’s transport future is getting a major update...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //