Events
The mortgage platform emits events at key points in the application lifecycle. External systems can subscribe to these events to trigger downstream workflows, update records, or send notifications.
Events follow the CloudEvents v1.0.2 specification and are delivered via webhook or message broker depending on the deployment configuration.
Application Completed
Emitted when the application sub-process finishes and all data is gathered.
Application Aborted
Emitted when an application is aborted via escalation (e.g. party rejected, confirm application timeout).
Credit Information Fetched
Emitted when the credit-information sub-process has fetched UC credit information for a stakeholder.
Automatic Credit Evaluation Completed
Emitted when the automatic credit evaluation sub-process finishes and a credit decision has been produced.
Is Credit Approved – Yes
Emitted when the credit decision gateway routes the application down the approved branch.
Automatically Approved
Emitted when an application is approved automatically without manual handling.
Manual Application Handling Completed
Emitted when the manual application handling sub-process finishes and a case worker decision is recorded.
Offer Completed
Emitted when the offer sub-process finishes and an offer has been presented and accepted by the customer.
Document Generation Completed
Emitted when loan and signing documents have been generated for the application.
Signing Completed
Emitted when all required parties have signed the loan documents.
Collateral Registration Completed
Emitted when collateral has been registered for the loan.
Mortgage Commitment Completed
Emitted when the mortgage commitment has been finalised in the core banking system.
Loan Preparation Completed
Emitted when the loan has been prepared for disbursement in the core banking system.
Disbursement Completed
Emitted when funds have been disbursed to the customer and the loan is active.