Value is one of the following: buy
: Buying an investment sell
: Selling an investment cancel
: A cancellation of a pending transaction cash
: Activity that modifies a cash position fee
: A fee on the account transfer
: Activity which modifies a position, but not through buy/sell activity e.g. options exercise, portfolio transfer For descriptions of possible transaction types and subtypes, see the Investment transaction types schema.
Name | Type | Description | Notes |
---|---|---|---|
value | str | Value is one of the following: `buy`: Buying an investment `sell`: Selling an investment `cancel`: A cancellation of a pending transaction `cash`: Activity that modifies a cash position `fee`: A fee on the account `transfer`: Activity which modifies a position, but not through buy/sell activity e.g. options exercise, portfolio transfer For descriptions of possible transaction types and subtypes, see the Investment transaction types schema. | must be one of ["buy", "sell", "cancel", "cash", "fee", "transfer", ] |