| Name | Type | Description | Notes |
|---|---|---|---|
| user | int | User ID | [optional] |
| total | str | Account balance, invalid for unified account | [optional] |
| position_value | str | Position value, long position value is positive, short position value is negative | [optional] |
| equity | str | Account equity = balance + option position value, invalid for unified account | [optional] |
| short_enabled | bool | If the account is allowed to short | [optional] |
| mmp_enabled | bool | Whether to enable MMP | [optional] |
| liq_triggered | bool | Whether the account is in a liquidation state | [optional] |
| margin_mode | int | 此字段表示统一账户所使用的保证金模式: - 0:经典现货保证金模式 - 1:跨币种保证金模式 - 2:组合保证金模式 - 3: 表示为单币种保证金模式 | [optional] |
| 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] |
| init_margin | str | Initial position margin | [optional] |
| maint_margin | str | Position maintenance margin | [optional] |
| order_margin | str | Order margin of unfinished orders | [optional] |
| ask_order_margin | str | Margin for outstanding sell orders | [optional] |
| bid_order_margin | str | Margin for outstanding buy orders | [optional] |
| available | str | Available balance to transfer out or trade | [optional] |
| point | str | Point card amount | [optional] |
| currency | str | Settlement currency | [optional] |
| orders_limit | int | Maximum number of outstanding orders | [optional] |
| position_notional_limit | int | Notional value upper limit, including the nominal value of positions and outstanding orders | [optional] |