Entity: loan
The loan
entity acts as a container for the grouping of loan-related data. A loan is a form of contract between a borrower and a lender which regulates the mutual promises made by each party, usually about a sum of money, for example as a mortgage for buying a house.
Example usage
Below is an example loan
entity of entityType mortgage
, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the loan
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"loan": [ {
"entityType": "mortgage",
"effectiveDate": "2022-04-01",
"expiryDate": "2032-04-01",
"contractDurationInMonths": 120,
"contractNumber": "hyp109238",
"loanAmount": 265000,
"mortgageType": "A",
"municipalWarranty": true
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.