Entity: financialTransaction
The financialTransaction
entity is used for grouping transaction related data, such as bookings, benefits and deposits.
Example usage
Below is an example financialTransaction
entity of entityType booking
, filled with some attributes. policyRef
refers to the refKey of a policy
entity elsewhere. (In this example, financialTransaction
could also be nested under the corresponding policy
entity.) 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 financialTransaction
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"policy": [ {
"entityType": "policyDetails",
"refKey": "P20190101010"
} ],
"financialTransaction": [ {
"entityType": "booking",
"policyRef": ["P20190101010"],
"bookingType": "02",
"bookingNumber": "20139k",
"premiumCollector": "M",
"bookingDate": "2022-04-01",
"bookingExpiryDate": "2022-07-01",
"invoicePaid": false
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.