Compliance

What RBI's 2025 Digital Lending Directions mean for your stack

On 8 May 2025, the Reserve Bank of India notified its Digital Lending Directions — consolidating a patchwork of earlier circulars into a single, tighter framework. For product and engineering teams, the question isn't whether the rules apply; it's what they imply for the systems you ship. Here's the translation from regulation to architecture.

Lender liability is now an engineering requirement

The most consequential change is accountability: lenders are fully liable for the conduct of their lending service providers (LSPs) and recovery agents. "We outsourced collections" is no longer a defense. In practice this means your servicing and collections systems need recovery-agent controls and borrower-communication safeguards as first-class features — not a spreadsheet a vendor maintains off-platform.

If you can't produce the full, timestamped record of every borrower contact, you can't demonstrate compliance.

That points to a concrete checklist: contact-attempt logging, communication-window enforcement, consent state on every channel, and tamper-evident audit trails that survive a regulator's review.

Disclosures and digitally signed documents

Borrowers must receive clear, standardized disclosures and digitally signed documents. The engineering implication is that disclosure generation and consent capture belong in the origination flow, bound to the application state — not bolted on as PDFs emailed after the fact. Treat the Key Fact Statement and consent artifacts as versioned, auditable records tied to each application.

Reporting — including CIMS

Reporting obligations, including submissions through RBI's Centralised Information Management System (CIMS), require that the data exists in a reportable shape from day one. Retrofitting reporting onto a system that wasn't designed to emit it is where teams lose months. The governance layer should make region-configurable, CIMS-ready reporting a configuration, not a project.


How we build for it

Brilfin's accelerators encode these requirements directly: recovery-agent controls and borrower communication in the Servicing & Collections module, mandatory disclosures and consent in Origination, and CIMS-ready reporting in the Compliance, Reporting & Governance layer. Compliance ships with the product — it isn't discovered in audit.

See our full compliance approach