Skip to main content

ark:Policyholder

idurirequired

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

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

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

Constant value: ark:Policyholder
Example: ark:Policyholder
relatedTourirequired

The person who is a policyholder.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
appliesTourirequired

The insurance policy or quote that this policyholder is associated with.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
prioritystring

The priority level of the policyholder (e.g., Primary or Secondary).

Possible values: [Primary, Secondary]

Example: Primary
hasUseOfOtherVehicleboolean

Indicates whether the policyholder has use of another vehicle.

Example: false
numberOfYearsWithoutClaimsnumber

The number of years the policyholder has been without a claim.

Example: 5
categorisedOccupation object

Occupation as categorised for insurance purposes, where job titles are selected from a controlled list rather than free text.

primary object

The policyholder's primary occupation.

jobTitlestring
LinkableGDPR
industrystring
secondary object

The policyholder's secondary occupation.

jobTitlestring
LinkableGDPR
industrystring
ark:Policyholder
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:Policyholder",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"appliesTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"priority": "Primary",
"hasUseOfOtherVehicle": false,
"numberOfYearsWithoutClaims": 5,
"categorisedOccupation": {
"primary": {
"jobTitle": "string",
"industry": "string"
},
"secondary": {
"jobTitle": "string",
"industry": "string"
}
}
}