# UpstoxDeveloperApi.TradeWiseProfitAndLossData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scripName** | **String** | Name of the scrip traded | [optional] 
**tradeType** | **String** | FUT - Futures   OPT - Options    EQ - Equity | [optional] 
**buyDate** | **String** | The date on which the stock was bought | [optional] 
**quantity** | **Number** | The quantity of stock traded | [optional] 
**buyAverage** | **Number** | The average rate at which each quantity of the stock was bought | [optional] 
**sellDate** | **String** | The date on which the stock was sold | [optional] 
**sellAverage** | **Number** | The average rate at which each quantity of the stock was sold | [optional] 
**isin** | **String** | ISIN of the stock | [optional] 
