ark:MortgagePaymentPlan
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:MortgagePaymentPlanExample:
ark:MortgagePaymentPlanrelatedTostring<uri>required
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000loanAmount objectrequiredFinancialGDPR
type
Constant value:
ark:CurrencyValueamountstringrequired
Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
currencystringrequired
directionstring
Possible values: [Credit, Debit]
repaymentMethod objectrequired
anyOf
- Option 1
- Option 2
Constant value:
Interest onlyark:MortgagePaymentPlan
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:MortgagePaymentPlan",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"loanAmount": {
"amount": "string",
"currency": "string",
"direction": "Credit"
}
}