// Adds dimensions UUID, Author and Topic into GA4
Friday, July 18, 2025
31 C
Singapore

MAS discontinues S$1,000 note issuance to pre-empt white collar crime

The Monetary Authority of Singapore (MAS) announced on Tuesday (3 Nov) that it plans to discontinue the issuance of the S$1,000 note from 1 January 2021. From now until December 2020, a limited quantity of S$1,000 notes will be made available each month.

This is a pre-emptive measure to mitigate the higher money laundering and terrorism financing (ML/TF) risks associated with large denomination notes. The move is aligned with international norms and major jurisdictions have already stopped issuing such large denomination notes.

Existing S$1,000 notes in circulation will remain legal tender and can continue to be used as a means of payment. Banks can continue to recirculate existing S$1,000 notes that are deposited with them. MAS will make available sufficient quantities of other denominations, in particular the S$100 note which is the next highest denomination after the S$1,000 note, to meet demand.

MAS encourages everyone to use electronic payments such as PayNow and FAST. To find out more, click here and here.

See also  S'poreans help settle medical bills of M'sian suffering brain rupture on 1st day of work in SG

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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