Objects

OtherTransaction

A transaction to or from the account with an unknown type

The transaction amount.

descriptionstring

The description of the transaction.

settlementDatestring

The date when the transaction was settled.

typestring
Possible Enum values are BUY, SELL, DEPOSIT, WITHDRAWAL, FEE, INTEREST, DIVIDEND, REDEMPTION, or OTHER.
{
  "amount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "description": "Skatt",
  "settlementDate": "2024-01-01",
  "type": "OTHER"
}