Objects
Transaction
List of transactions on the account within the last 12 months. Will only be included if configured accordingly
typestring
Possible Enum values are
BUY, SELL, DEPOSIT, WITHDRAWAL, FEE, INTEREST, DIVIDEND, REDEMPTION or OTHER.One of these types:
Properties below are from the BuyTransaction subtype. View the full schema for full details.
amountMonetaryAmount
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.Example
{ "type": "BUY"}