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.
DividendTransaction
A dividend from a holding in the account
amountMonetaryAmount
The transaction amount.
descriptionstring
The description of the transaction.
instrumentInformationTransactionInstrument
Instrument that related to the dividend transaction.
settlementDatestring
The date when the transaction was settled.
typestring
Possible Enum values are
BUY, SELL, DEPOSIT, WITHDRAWAL, FEE, INTEREST, DIVIDEND, REDEMPTION or OTHER.Example
{ "amount": { "amount": 10.32, "currency": "EUR" }, "description": "Utdelning", "instrumentInformation": { "isin": "SE0005188836", "name": "LF Global Indexnära", "priceInAccountCurrency": {}, "type": "FUND" }, "settlementDate": "2024-01-01", "type": "DIVIDEND"}