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

The most recent overview of entity types is available in AFD 2.0 Online.

Feedback

Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
If you have any support questions, do not hesitate to contact us.

Post Comment