Objects

BuyTransaction

A purchase on the account

The transaction amount.

commissionMonetaryAmount

The optional commission on the transaction

instrumentInformationTransactionInstrument

Information about the instrument traded.

quantitynumber[double]

The quantity of stock or fund bought.

settlementDatestring

The date when the transaction was settled.

tradeDatestring

The date when the instrument was traded.

typestring
Possible Enum values are BUY, SELL, DEPOSIT, WITHDRAWAL, FEE, INTEREST, DIVIDEND, REDEMPTION, or OTHER.
{
  "amount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "commission": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "instrumentInformation": {
    "isin": "SE0005188836",
    "name": "LF Global Indexnära",
    "priceInAccountCurrency": {},
    "type": "FUND"
  },
  "quantity": 204.33,
  "settlementDate": "2024-01-01",
  "tradeDate": "2024-01-01",
  "type": "BUY"
}