Entity: policy
The policy
entity acts as a container for the grouping of policy-related data. A policy is a legal document issued to the insured setting out the terms of the contract of insurance.
Example usage
Below is an example policy
entity of entityType policyDetails
, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the policy
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"policy": [ {
"entityType": "policyDetails",
"contractNumber": "P20220101-010",
"effectiveDate": "2022-04-01",
"contractDurationInMonths": 12,
"expiryDate": "2023-04-01",
"premiumCollector": "M",
"collectionMethod": "I",
"paymentTermInMonths": 1
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.