Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.47 KB

InvestmentTransactionType.md

File metadata and controls

12 lines (7 loc) · 1.47 KB

InvestmentTransactionType

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.

Properties

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", ]

[Back to Model list] [Back to API list] [Back to README]