Objects

Holding

acquisitionValueMonetaryAmount

The total cost incurred to acquire an asset.

feeVariablenumber[double]

Yearly variable fee based on the value of the holding.

fundAccountNumberstring

Only populated for fund holdings from Handelsbanken ISK or custody accounts. This is the underlying account number for the fund

isinstring

ISIN code of the holding.

marketIdentifierCodestring

Unique identification code used to identify securities trading exchanges defined in ISO 10383

namestring

Name of the holding.

quantitynumber[double]

Quantity of the asset held.

typestring

Type of the holding.

Possible Enum values are ETF, EQUITY, FUND or UNKNOWN.

Current valuation of the holding, calculated as the product of unit price and quantity.

Example
{  "acquisitionValue": {    "amount": 10.32,    "currency": "EUR"  },  "feeVariable": 0.0015,  "fundAccountNumber": "12345678",  "isin": "SE0005188836",  "marketIdentifierCode": "XSTO",  "name": "LF Global Indexnära",  "quantity": 123.43,  "type": "EQUITY",  "value": {    "amount": 10.32,    "currency": "EUR"  }}