# OptionsPosition Options contract position details ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | **int** | User ID | [optional] [readonly] **underlying** | **str** | Underlying | [optional] [readonly] **underlying_price** | **str** | The forward futures price corresponding to the delivery date | [optional] [readonly] **contract** | **str** | Options contract name | [optional] [readonly] **size** | **int** | Position size (contract quantity) | [optional] [readonly] **entry_price** | **str** | Entry size (quote currency) | [optional] [readonly] **mark_price** | **str** | Current mark price (quote currency) | [optional] [readonly] **mark_iv** | **str** | Implied volatility | [optional] [readonly] **realised_pnl** | **str** | Realized PnL | [optional] [readonly] **unrealised_pnl** | **str** | Unrealised PnL = (mark price - entry price) * position size. For long postion, size is positive; for short positon, size is negative.This value is for reference only. | [optional] [readonly] **pending_orders** | **int** | Current pending order quantity | [optional] [readonly] **close_order** | [**OptionsPositionCloseOrder**](OptionsPositionCloseOrder.md) | | [optional] **delta** | **str** | Greek letter delta | [optional] [readonly] **gamma** | **str** | Greek letter gamma | [optional] [readonly] **vega** | **str** | Greek letter vega | [optional] [readonly] **theta** | **str** | Greek letter theta | [optional] [readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)