How a decision is made, end to end
Cadence turns an applicant's account data into an explainable lending decision through a fixed, ordered sequence. Each stage produces evidence the next stage consumes; the credit decision itself is deterministic code rather than a model judgement.
Six stages from lead to decision
The order matters: consent precedes retrieval, retrieval precedes categorisation, and categorisation precedes affordability. Because it is a genuine ordered process, the stages are numbered.
- 1
Applicant arrives
Inbound leadAn applicant reaches Cadence from a comparison-portal lead carrying a requested amount and term. The session is created and isolated from the first interaction; nothing is shared across applicants.
- 2
Consent is granted
AIS consent · 180-day expiryThe applicant authorises account-information access against Demo Bank under an explicit, time-boxed consent. The grant is scoped to read-only statement data and expires; it is recorded as the legal basis for everything downstream.
- 3
Account data is retrieved
Berlin Group account dataWith consent in place, the engine pulls accounts, balances and several months of transactions over a standardised account-information interface. The raw wire format is mapped into Cadence's internal transaction model.
- 4
Transactions are categorised
Model categorisationEach transaction line is labelled into one of sixteen categories, with flags for income, recurrence and obligation. The model supplies a grounded rationale per label; it categorises the evidence but never decides the loan.
- 5
Affordability is computed
HaushaltsrechnungCategorised cash flow feeds the Haushaltsrechnung: net income minus a standard living-cost allowance, rent and existing obligations yields available income. Deterministic rules then test the requested instalment against buffer, ratio, stability and stress thresholds.
- 6
A decision is issued
Transparent · auditableThe engine returns approve, refer or decline with the exact figures and rule outcomes behind it. Every input, label and threshold is captured in an append-only audit log an officer or auditor can replay end to end.
The third-party and account-holder boundary
Open-banking access has two sides, and Cadence sits firmly on one of them.
Third-party provider (TPP)
Account servicer (ASPSP)
Keeping this boundary clean is what makes the system auditable: the account servicer is the single source of truth for the data, and Cadence is the single source of truth for the reasoning applied to it.