|
| 1 | +# Contract |
| 2 | + |
| 3 | +## Properties |
| 4 | +Name | Type | Description | Notes |
| 5 | +------------ | ------------- | ------------- | ------------- |
| 6 | +**name** | **str** | Futures name | [optional] |
| 7 | +**type** | **str** | Futures type | [optional] |
| 8 | +**quanto_multiplier** | **str** | Multiplier used in converting from invoicing to settlement currency in quanto futures | [optional] |
| 9 | +**leverage_min** | **str** | minimum leverage | [optional] |
| 10 | +**leverage_max** | **str** | maximum leverage | [optional] |
| 11 | +**mark_type** | **str** | mark price type, internal - based on internal trading, index - based on external index price | [optional] |
| 12 | +**mark_price** | **str** | latest mark price | [optional] |
| 13 | +**index_price** | **str** | latest index price | [optional] |
| 14 | +**maintenance_rate** | **str** | maintenance rate of margin | [optional] |
| 15 | +**funding_rate** | **str** | funding rate | [optional] |
| 16 | +**funding_interval** | **int** | funding application interval, unit in seconds | [optional] |
| 17 | +**funding_next_apply** | **float** | next funding time | [optional] |
| 18 | +**risk_limit_base** | **str** | risk limit base | [optional] |
| 19 | +**risk_limit_step** | **str** | step of adjusting risk limit | [optional] |
| 20 | +**risk_limit_max** | **str** | maximum risk limit the contract allowed | [optional] |
| 21 | +**order_size_min** | **int** | minimum order size the contract allowed | [optional] |
| 22 | +**order_size_max** | **int** | maximum order size the contract allowed | [optional] |
| 23 | +**order_price_deviate** | **str** | deviation between order price and current index price. If price of an order is denoted as `order_price`, it must meet the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate | [optional] |
| 24 | + |
| 25 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 26 | + |
| 27 | + |
0 commit comments