ark:MortgageAccount
URI format identifier used to refer to this node within the graph.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:MortgageAccountark:MortgageAccountYou can normally find this on a statement or welcome letter.
Possible values: non-empty
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The illustration contains details on the payments and interest rates. Adding the document to Onteric will speed everything up, but we can estimate using a statement if you don't have one.
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000loanAmount objectFinancialGDPR
The initial loan amount.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: Value must match regular expression ^[A-Z]{3}$
Possible values: [Credit, Debit]
The total number of payments over the term of the mortgage.
Possible values: >= 1
300We'll start calculating interest from this date.
Adding a settled date will remove this account from being included in calculations. If you're remortgaging, set the date once your old mortgage provider has received the money for the balance.
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:MortgageAccount",
"accountNumber": "string",
"accountProvider": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"appliesTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"illustration": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"loanAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"numberOfPayments": 300,
"startedOn": "2024-07-29",
"endedOn": "2024-07-29"
}