Entity: pension
The pension
entity acts as a container for the grouping of pension-related data. A pension is a contract from which periodic payments are drawn to support (for example) a person’s retirement from work.
Example usage
Below is an example pension
entity of entityType pensionDetails
, 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 pension
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"pension": [ {
"entityType": "pensionDetails",
"effectiveDate": "2022-04-01",
"expiryDate": "2052-04-01",
"startAgePension": 67,
"endAgePension": 99,
"pensionType": "03",
"pensionDescription": "AOW",
"contributionOngoing": false,
"exPartnerPensionAmount": 1200.87,
"accruedAmountAfterRetirement": 8909.23
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.
Post your comment on this topic.