Entity: financialInformation

The financialInformation entity is used for grouping financial related data not pertaining to a transaction. The financialInformation entity can be used for anything from expenses data to invoices and VAT/GST information.

Example usage

Below is an example financialInformation entity, filled with some attributes. partyRef refers to the refKey of a party entity elsewhere. (In this example, financialInformation could also be nested under the corresponding party 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 financialInformation entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.

{
	"party": [ {
		"entityType": "policyHolder",
		"refKey": "8951271760"
	} ],
	"financialInformation": [ {
		"entityType": "expenses",
		"partyRef": ["8951271760"],
		"mortgageUsedToRedeemLoanOrCredit": false,
		"mortgageUsedToRedeemExistingMortgage": true,
		"mortgageMonthlyGross": 950.82
	} ]
}

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