Entity: investment

The investment entity contains financial information and can be used to explicitly model financial information about investments within a separate entity.

Example usage

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

{
	"party": [ {
		"entityType": "accountHolder",
		"refKey": "8951271760"
	} ],
	"investment": [ {
		"entityType": "investmentDetails",
		"partyRef": ["8951271760"],
		"currencyType": "EUR",
		"investmentName": "High Yield Equity Fund",
		"startAmount": 25000, 
		"endAmount": 28000, 
		"returnPercentage": 0.12 
	} ]
}

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