| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Options contract name | [optional] |
| LastPrice | string | Last trade price (quote currency) | [optional] |
| MarkPrice | string | Current mark price (quote currency) | [optional] |
| IndexPrice | string | Current index price (quote currency) | [optional] |
| Ask1Size | int64 | Best ask size | [optional] |
| Ask1Price | string | Best ask price | [optional] |
| Bid1Size | int64 | Best bid size | [optional] |
| Bid1Price | string | Best bid price | [optional] |
| PositionSize | int64 | Current total long position size | [optional] |
| MarkIv | string | Implied volatility | [optional] |
| BidIv | string | Bid side implied volatility | [optional] |
| AskIv | string | Ask side implied volatility | [optional] |
| Leverage | string | Current leverage. Formula: underlying_price / mark_price * delta | [optional] |
| Delta | string | Greek letter delta | [optional] |
| Gamma | string | Greek letter gamma | [optional] |
| Vega | string | Greek letter vega | [optional] |
| Theta | string | Greek letter theta | [optional] |
| Rho | string | Rho | [optional] |