Entity: poolShare
The poolShare
entity is used for grouping pool share-related data. A pool share is, within the context of AFD 2.0, the relative size of the participation by an insurer in a contract.
Example usage
Below is an example poolShare
entity, 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 poolShare
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"poolShare": [ {
"entityType": "default",
"porCompany": "A030",
"poolNumber": "51913xa",
"poolLeader": true,
"poolSharePercentage": 12
} ]
}
Entity Types
There are no entity types within the poolShare
entity. Entities without an entity type always use “default” as the value for the mandatory entityType
attribute (see example above). The poolShare
entity corresponds to the MP
entity in AFD 1.0.
Post your comment on this topic.