Wednesday, June 25, 2025
31.6 C
Singapore

GuocoLand’s unit enters joint venture for Lentor Central property development

SINGAPORE: GuocoLand’s unit enters a joint venture for Lentor Central property development.

The parent company, Guoco Group, announced the collaboration on Monday, Dec 18, involving partners Intrepid Investments and CSC Land Group (Singapore), as reported by Yahoo Finance.

The agreement designates GSL to handle the acquisition, development, and management of the Lentor Central property in Singapore.

According to Hong Kong’s Guoco Group, GSL will also oversee the marketing of residential units and leasing a childhood development centre within the property.

The Lentor Central property, secured through a tender, cost S$435.2 million (US$326.90 million). GSL’s contribution to the joint venture is approximately S$47.3 million, comprising a shareholder’s loan of S$46.1 million and S$1.2 million in share capital.

As per the company, the ownership structure of the joint venture is set at 30% for GuocoLand’s unit, 50% for Intrepid, and 20% for CSC Land. /TISG

See also  GuocoLand wins River Valley Green land parcel at bid price of S$627.8M

Hot this week

US Supreme Court clears path for rapid deportations without hearings

UNITED STATES: In an important legal triumph for the...

Job postings drop for 5th straight month, but engineering jobs are up

SINGAPORE: On the whole, job postings have gone down...

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