Name | Type | Description | Notes |
---|---|---|---|
quantity | float | The quantity of stock traded | [optional] |
isin | str | ISIN of the stock | [optional] |
scrip_name | str | Name of the scrip traded | [optional] |
trade_type | str | FUT - Futures OPT - Options EQ - Equity | [optional] |
buy_date | str | The date on which the stock was bought | [optional] |
buy_average | float | The average rate at which each quantity of the stock was bought | [optional] |
sell_date | str | The date on which the stock was sold | [optional] |
sell_average | float | The average rate at which each quantity of the stock was sold | [optional] |
buy_amount | float | Total buy amount | [optional] |
sell_amount | float | Total sell amount | [optional] |