ark:InsuranceCoverage
URI format identifier used to refer to this node within the graph.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000A type identifier used to indicate the data model that the node conforms to.
ark:InsuranceCoverageark:InsuranceCoverageThe insurance policy or quote that this coverage applies to.
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000The name or type of coverage provided.
BuildingsIndicates whether this coverage includes buildings insurance.
trueIndicates whether this coverage includes contents insurance.
trueIndicates whether this coverage includes accidental damage.
trueIndicates whether this coverage includes home emergency assistance.
trueIndicates whether this coverage includes legal protection.
trueIndicates whether this coverage includes personal possessions away from home.
trueThe number of years without claims for this type of coverage.
5rebuildCost objectFinancialGDPR
The estimated cost to rebuild the property.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
restockCost objectFinancialGDPR
The estimated cost to replace contents.
ark:CurrencyValuePossible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$
Possible values: [Credit, Debit]
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:InsuranceCoverage",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"coverage": "Buildings",
"coversBuildings": true,
"coversContents": true,
"coversAccidents": true,
"coversEmergency": true,
"coversLegal": true,
"coversPossessions": true,
"yearsWithoutClaims": 5,
"rebuildCost": {
"amount": "string",
"currency": "string",
"direction": "Credit"
},
"restockCost": {
"amount": "string",
"currency": "string",
"direction": "Credit"
}
}