Skip to main content
The Lender console is a preview. It ships as a standalone web application built on Lerian’s design system, but it is a demo/preview surface, not a finished standalone product: several screens run against mock data rather than the live API, so what you see may not reflect a real deployment. Treat it as a way to explore the shape of the product, not as the production operating surface. This page therefore shows no screenshots and documents only screens backed by real API operations.
The Lender console is a browser interface over the same API you can drive programmatically. It signs in against your identity provider and authorizes every action with your identity and tenant — it has no separate permission model.

Spec-backed screens


These screens map onto real Lender operations. The decision actions in particular — approve, reject, withdraw, disburse — go through the live API.

Dashboard

The portfolio snapshot and delinquency view over the active book — see Portfolio and delinquency.

Products

Loan products and their immutable versions, charges, floating rates, and accounting profiles — see Define a loan product.

Applications

The origination lifecycle, including the decision actions — approve, reject, withdraw, disburse — described in Originate a loan.

Accounts / servicing

Active loan accounts, their schedules and transactions — see Service a loan.

Accruals

Accrual runs and retries — see Accounting and accrual runs.

Journal

Journal references linking Lender events to their ledger transactions.

Beyond the console


Everything the console does runs through the Lender API, so you can mix surfaces:
  • API — automate any workflow programmatically. Every write operation is idempotent.
  • Console — the preview surface described above.
Screens for surfaces that are still proposed are intentionally left out of this page until they are backed by real API operations.