statement
Get the compact vested benefits statement for the specified id
Provides the vested benefits statement for the specified id as a compact json in the insured person's preferred language. Its sole purpose is to provide a compact json for use cases with tight data volume limits such as e.g. a QR code. This endpoint should not be used otherwise.
If the pension fund is unable to provide a json for the request id, the error code 400 should be returned.
get/statements/{pensionStatementId}/compact-vb-statements
Path parameters
pensionStatementIdstring required
Technical ID of pension statement used in API calls.
Example:550e8450-e59b-21d4-a346-442215440560
Technical pension statement ID.
Response
Compact vested benefits statement details.
Example response
{
"ai": "CH9300762011623852957",
"hoaw": 31000,
"pn": "vested benefits account",
"ppn": "Omnifund",
"pyd": {
"cg": 1000,
"de": 5000,
"fe": -100,
"ic": 2000,
"wi": -1000
},
"rc": {
"cb": 378832.05,
"cbpy": 378832.05,
"inv": 85520,
"bvg": 71500
},
"rd": "2018-04-13",
"ts": "2018-04-13T11:11:11Z",
"bch": true,
"cyd": {
"cg": 1000,
"de": 5000,
"fe": -100,
"ic": 2000,
"wi": -1000
},
"div": 10000,
"p3y": {
"s": 15000,
"d": "2025-04-13"
},
"plg": 20000,
"wef": 50000
}