Entity: object
The object
entity is intended for the grouping of object-related data. Within the context of AFD, an object is in general an insured or financed object.
Example usage
Below is an example object
entity of entityType motorVehicle
, 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 object
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"object": [ {
"entityType": "motorVehicle",
"motorVehicleType": "BR",
"objectTypeExplanation": "fire truck",
"licensePlate": "AB34EF",
"reportCode": "7654",
"make": "MAN",
"model": "Ziegler",
"type": "12F",
"implementationExplanation": "2020 red",
"constructionYear": "2021",
"classicCar": false,
"fuel": "B",
"currentVehicleColors": ["red", "blue"],
"originalCatalogValueExcludingVat": 80000,
"motorVehicleUse": "Z"
} ]
}
Entity types
AFD 2.0 has more than 30 different entity types with regard to objects. All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.