Unified Banking Suite
Experience the complete customer lifecycle from onboarding to lending.
Workflow Demonstrated
- Onboard (KYC): New customer uploads ID.
Primus.Banking.KYCverifies identity and screens against sanctions lists. - Open Account: Upon approval,
Primus.Banking.Accountscreates a checking account andPrimus.Banking.Cardsissues a virtual debit card. - Transact: Customer deposits funds via
Primus.Banking.Transactions.Primus.Banking.AMLmonitors for suspicious activity. - Borrow: Customer applies for a personal loan.
Primus.Banking.LoanschecksPrimus.Banking.Creditscore and funds the loan.
Architecture
graph LR
KYC[KYC Verifier] -->|Approved| Acct[Account Manager]
Acct -->|Issue Card| Cards[Card Manager]
Acct -->|Deposit| Ledger[Transaction Engine]
Ledger -->|Monitor| AML[AML Monitor]
Ledger -->|Fund Loan| Loans[Loan Originator]
Loans -->|Check Score| Credit[Credit Scorer]