# AccountState
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**unrealized_pl** | Option<**f64**> | The total unrealized profit/loss for all Trades currently open in the Account. | [optional]
**nav** | Option<**f64**> | The net asset value of the Account. Equal to Account balance unrealizedPL. | [optional]
**margin_used** | Option<**f64**> | Margin currently used for the Account. | [optional]
**margin_available** | Option<**f64**> | Margin available for Account currency. | [optional]
**position_value** | Option<**f64**> | The value of the Account's open positions represented in the Account's home currency. | [optional]
**margin_closeout_unrealized_pl** | Option<**f64**> | The Account's margin closeout unrealized PL. | [optional]
**margin_closeout_nav** | Option<**f64**> | The Account's margin closeout NAV. | [optional]
**margin_closeout_margin_used** | Option<**f64**> | The Account's margin closeout margin used. | [optional]
**margin_closeout_percent** | Option<**f64**> | The Account's margin closeout percentage. When this value is 1.0 or above the Account is in a margin closeout situation. | [optional]
**margin_closeout_position_value** | Option<**f64**> | The value of the Account's open positions as used for margin closeout calculations represented in the Account's home currency. | [optional]
**withdrawal_limit** | Option<**f64**> | The current WithdrawalLimit for the account which will be zero or a positive value indicating how much can be withdrawn from the account. | [optional]
**margin_call_margin_used** | Option<**f64**> | The Account's margin call margin used. | [optional]
**margin_call_percent** | Option<**f64**> | The Account's margin call percentage. When this value is 1.0 or above the Account is in a margin call situation. | [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)