Wednesday, June 25, 2025
31.6 C
Singapore

UOL-SingLand joint venture acquires 50% stake in Sydney commercial building for S$390M

SINGAPORE: UOL and Singapore Land Group (SingLand), through their joint venture 388 Property Trust, have acquired a 50% share in 388 George Street, a 30-storey Grade A commercial building in Sydney, for S$390 million, as reported by Singapore Business Review.

This brings their total Australian property holdings to seven, including commercial and hospitality assets.

The 30-storey Grade A freehold commercial building, purchased from Brookfield, marks the joint venture’s first commercial property in Sydney’s Central Business District.

UOL and SingLand will co-own the building with Investa Gateway Offices Fund (IGO) partners, Link Asset Management, and Oxford Properties Group.

Shirley Ng, UOL’s Chief Investment Officer (CIO), said they see “great potential” in 388 George Street due to its prime location at the heart of Sydney’s business and cultural activities.

She added that the acquisition supports their strategy to expand their presence in Australia and strengthen recurring income streams, contributing to the group’s growth. /TISG

Read also: Dyna-Mac delists from SGX after Hanwha Ocean completes compulsory acquisition

See also  Temasek-backed hospital Manipal Health looking to acquire smaller India hospital chain to become India's leading healthcare provider

Featured image by Depositphotos (for illustration purposes only)

Hot this week

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); } });