Open Banking connectivity
Lendable connects to bank providers through TrueLayer after explicit user consent. We request access to accounts, balances, and transactions for affordability analysis.
Trust Centre
This page reflects the current implementation in this repository and summarizes how lending insights are produced.
Lendable connects to bank providers through TrueLayer after explicit user consent. We request access to accounts, balances, and transactions for affordability analysis.
The lendability flow is designed around reviewing up to six months of transaction history to assess income regularity, commitments, and risk signals.
The scoring engine calculates a lendability score and structured metrics, including affordability and red-flag checks, so results can be explained clearly.
If enabled, OpenAI receives a sanitized assessment payload (score bands, summarized flags, and selected metrics) to generate plain-language explanations for applicants.
Transaction data is used to produce the live report and user-facing insights. In this implementation, long-term storage is limited and primarily demo-oriented.
This codebase includes prototype and demo patterns (including in-memory server stores and browser localStorage) and should be hardened before production use.
This Trust Centre content is implementation-aligned documentation, not a legal certification statement. For production deployment, complete legal review, security review, and regulatory validation are required.