Objects

Holding

A pension fund contained in a pension.

currencyCodestring

Currency code for the fund

feeFixednumber[double]

Yearly fixed fee for having the fund in your holding.

feeVariablenumber[double]

Yearly variable fee based on the value of the fund.

isinstring

ISIN code of the fund.

namestring

Name of the fund.

shareCountnumber[double]

Number of shares in the fund.

valuestring

Value of the holding of the fund.

valueInPercentnumber[double]

Percentage of the entire pensions value.

Example
{  "currencyCode": "SEK",  "feeFixed": 100,  "feeVariable": 0.0015,  "isin": "SE0005188836",  "name": "LF Global Indexnära",  "shareCount": 123.43,  "value": "35000",  "valueInPercent": 0.8}