Skip to main content

ark:InsuranceCoverage

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:InsuranceCoverage
Example: ark:InsuranceCoverage
relatedTostring<uri>

The insurance policy or quote that this coverage applies to.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
coveragestringrequired

The name or type of coverage provided.

Example: Buildings
coversBuildingsboolean

Indicates whether this coverage includes buildings insurance.

Example: true
coversContentsboolean

Indicates whether this coverage includes contents insurance.

Example: true
coversAccidentsboolean

Indicates whether this coverage includes accidental damage.

Example: true
coversEmergencyboolean

Indicates whether this coverage includes home emergency assistance.

Example: true
coversLegalboolean

Indicates whether this coverage includes legal protection.

Example: true
coversPossessionsboolean

Indicates whether this coverage includes personal possessions away from home.

Example: true
yearsWithoutClaimsnumber

The number of years without claims for this type of coverage.

Example: 5
rebuildCost object
FinancialGDPR

The estimated cost to rebuild the property.

type
Constant value: ark:CurrencyValue
amountstringrequired

Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$

currencystringrequired
directionstring

Possible values: [Credit, Debit]

restockCost object
FinancialGDPR

The estimated cost to replace contents.

type
Constant value: ark:CurrencyValue
amountstringrequired

Possible values: Value must match regular expression ^[0-9]{1,}(\.[0-9]{2})?$

currencystringrequired
directionstring

Possible values: [Credit, Debit]

ark:InsuranceCoverage
{
"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"
}
}