- Case Study
- The Saradha Chit Fund Scam
function readFromHere() {
const startElement = document.getElementById(“read-from-here”);
if (!startElement) {
alert(“Element with ID ‘read-from-here’ not found.”);
return;
}
let text = startElement.innerText || startElement.textContent;
const msg = new SpeechSynthesisUtterance();
msg.text = text;
msg.lang = ‘en-Us’; // Change as needed (e.g., ‘hi-IN’ for Hindi)
msg.rate = 1;
msg.pitch = 1;
window.speechSynthesis.cancel(); // Cancel any previous speech
window.speechSynthesis.speak(msg);
}
The Saradha Chit Fund Scam was one of India’s biggest financial frauds, in which millions of investors lost between ₹2,500 crore and ₹4,000 crore ($350–$550 million USD). The scam came to light in April 2013, when the Saradha Group, a West Bengal-based company, collapsed due to its Ponzi scheme business model.
The Saradha Group, led by Sudipta Sen, collected massive sums from small investors by promising extremely high returns on chit fund investments, real estate projects, and tourism ventures. However, instead of making legitimate investments, the company used funds from new investors to pay returns to earlier investors, a classic Ponzi scheme setup.
[Source: SEBI Chargesheet, 2014]
[Source: ED Money Laundering Report, 2016]
[Source: CBI Chargesheet, 2015]
[Source: SEBI Final Order, 2015]
[Source: SEBI Chit Fund Regulations, 2016]
[Source: RBI Report on Unregulated Financial Schemes, 2017]
Originally published on FinCrime Expert
Subscribe to our mailing list to receive updates on all our activities!
©2026 FinCrimeExpert LMS – All Rights Reserved
Crafted and Managed by ReflexWebs Solutions
Need help? Our team is just a message away