// Adapters are fetched from docs-api at request time. export const dynamic = 'force-dynamic'
Adapters
Adapters are integration points with external systems and services. Each adapter defines an API contract for fetching or submitting data to third-party providers during the mortgage workflow.
These adapters handle tasks like identity verification, credit checks, property valuations, and other external data retrievals that are essential to the mortgage process.
Fetch credit information
Fetch credit information from third party source.
Fetch party engagements
Fetch engagements information from internal sources.
Fetch party information
Fetch party information from internal sources.
Fetch BRF Information
Fetch information about bostadsrättsförening.
Fetch bostadsrätt statistical valuation
Fetch statistical market valuation for bostadsrätt properties.
Fetch price
Fetch price
Fetch risk classification
Fetch internal risk classification.
Generate documents
Generate mortgage documents (terms and conditions, promissory notes, ESIS, and more).
Create asset
Create (or upsert) the security object in the bank core — a Share-in-Housing-Cooperation asset together with its collateral object and the BRF rent.
Prepare loan
Asynchronously prepare the loan in the bank core — create the loan account(s) and the collateral agreement (mortgage deed). The result arrives on the loan-prepared event.
Fetch KYC
Fetch KYC status for a party.
Fetch AML/KYC Risk Score
Fetch AML/KYC risk score for a party.