Skip to main content
Version: 0.43.0

Glossary

Key terms used throughout the Lana documentation.

Banking Terms

TermDefinition
Credit FacilityA pre-approved loan arrangement that allows borrowing up to a specified limit
DisbursalThe release of loan funds to the borrower
ObligationA scheduled repayment that a borrower must fulfill
CollateralAssets pledged as security for a loan
KYCKnow Your Customer - identity verification process
KYBKnow Your Business - business entity verification process

Technical Terms

TermDefinition
Event SourcingPattern where state changes are stored as a sequence of events
Outbox PatternEnsures reliable event publishing alongside database transactions
Hexagonal ArchitectureDesign pattern separating core logic from external concerns
Double-Entry AccountingEvery transaction affects at least two accounts (debit and credit)

Lana-Specific Terms

TermDefinition
CalaThe underlying ledger system powering Lana's accounting
Admin APIGraphQL API for internal/administrative operations
Customer APIGraphQL API for customer-facing applications
Domain ConfigType-safe configuration system for runtime settings

This glossary will be expanded as documentation grows.