ark:Policyholder
idurirequired
URI format identifier used to refer to this node within the graph.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:PolicyholderExample:
ark:PolicyholderrelatedTourirequired
The person who is a policyholder.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000appliesTourirequired
The insurance policy or quote that this policyholder is associated with.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000prioritystring
The priority level of the policyholder (e.g., Primary or Secondary).
Possible values: [Primary, Secondary]
Example:
PrimaryhasUseOfOtherVehicleboolean
Indicates whether the policyholder has use of another vehicle.
Example:
falsenumberOfYearsWithoutClaimsnumber
The number of years the policyholder has been without a claim.
Example:
5categorisedOccupation 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"
}
}
}