Entity: coverage
The coverage
entity is intended for the grouping of coverage-related data. A coverage is the protection provided by the policy against a certain risk.
Example usage
Below is an example coverage
entity of entityType hullVehicle
, 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 coverage
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"coverage": [ {
"entityType": "hullVehicle",
"coverageCode": "2002",
"coverageAreaCode": ["V"],
"deductibleAmount": 1500,
"deductibleBoughtOff": false,
"letteringAdditionallyInsured": true,
"amountInsuredLettering": 3000
} ]
}
Entity types
AFD 2.0 has more than 100 different entity types with regard to coverage. All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.