Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

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.
Example
{  "isin": "SE0005188836",  "name": "LF Global Indexnära",  "priceInAccountCurrency": {    "amount": 10.32,    "currency": "EUR"  },  "type": "FUND"}