Objects

TransactionInstrument

isinstring

The isin of the instrument.

namestring

The name of the instrument.

priceInAccountCurrencyMonetaryAmount

The price of the instrument in the account currency.

typestring

The type of the instrument (equity, fund, etc).

Possible Enum values are ETF, EQUITY, FUND, or UNKNOWN.
{
  "isin": "SE0005188836",
  "name": "LF Global Indexnära",
  "priceInAccountCurrency": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "type": "FUND"
}