Entity: masterAgreement
The masterAgreement
entity is used for grouping data about a master agreement, such as a package policy, framework contract or group discount arrangement. The masterAgreement
entity is used in combination with loan
, pension
and/or policy
entities.
Example usage
Below is an example masterAgreement
entity of type package
, 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 masterAgreement
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"masterAgreement": [ {
"entityType": "package",
"porCompany": "A030",
"businessLine": "021",
"packageDiscountSchemeNumber": "C9",
"numberOfSubPolicies": 4,
"customerDiscountInstallment": 121.19
} ]
}
Entity Types
All entity types currently in use can be found in AFD 2.0 Online.
Please note that master agreements for loans and pensions (for example packages) are still under construction and expected in due time.
Post your comment on this topic.