Entity: discountOrSurcharge
The discountOrSurcharge
entity is used for grouping data about a discount or surcharge. A discount is a percentage or amount deducted from (for example) a premium to be paid by the insured, a surcharge is an additional sum to be paid.
Example usage
Below is an example discountOrSurcharge
entity, filled with some attributes. In this example, the discountOrSurcharge
entity is nested under the corresponding premium
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 discountOrSurcharge
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"premium": [ {
"entityType": "premiumDetails",
"netPremiumInstallment": 751.23,
"discountOrSurcharge": [ {
"entityType": "discount",
"discountType": "03",
"discountPercentage": 1.02,
"effectiveDate": "2022-07-01"
} ]
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.