| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Name of the instrument | [optional] |
| segment | str | Segment of the instrument | [optional] |
| exchange | str | Exchange of the instrument | [optional] |
| expiry | str | Expiry date of the instrument | [optional] |
| instrument_key | str | Unique key identifying the instrument | [optional] |
| exchange_token | str | Token assigned by the exchange | [optional] |
| trading_symbol | str | Symbol used for trading | [optional] |
| tick_size | float | Minimum price movement | [optional] |
| lot_size | int | Number of units per lot | [optional] |
| instrument_type | str | Type of the instrument | [optional] |
| freeze_quantity | float | Maximum allowed quantity | [optional] |
| underlying_key | str | Key of the underlying asset | [optional] |
| underlying_type | str | Type of the underlying asset | [optional] |
| underlying_symbol | str | Symbol of the underlying asset | [optional] |
| minimum_lot | int | Minimum lot size | [optional] |