# OptionsTicker Options contract detail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | Options contract name | [optional] **last_price** | **str** | Last trading price | [optional] **mark_price** | **str** | Current mark price | [optional] **index_price** | **str** | Current index price | [optional] **ask1_size** | **int** | Best ask size | [optional] **ask1_price** | **str** | Best ask price | [optional] **bid1_size** | **int** | Best bid size | [optional] **bid1_price** | **str** | Best bid price | [optional] **position_size** | **int** | Current total long position size | [optional] **mark_iv** | **str** | Implied volatility | [optional] **bid_iv** | **str** | Bid side implied volatility | [optional] **ask_iv** | **str** | Ask side implied volatility | [optional] **leverage** | **str** | Current leverage. Formula: underlying_price / mark_price * delta | [optional] **delta** | **str** | Delta | [optional] **gamma** | **str** | Gamma | [optional] **vega** | **str** | Vega | [optional] **theta** | **str** | Theta | [optional] **rho** | **str** | Rho | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)