Deribit · Schema

Scale Down

The field is only added if the user has it set

DerivativesCryptocurrencyBitcoinEthereumOptionsFuturesPerpetualsTradingMarket DataBlock TradingWebSocketFinancial

Properties

Name Type Description
mm_multiplier number Maintenance Margin multiplier
im_multiplier number Initial Margin multiplier
View JSON Schema on GitHub

JSON Schema

scale_down.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/deribit/json-schema/scale_down.json",
  "title": "Scale Down",
  "properties": {
    "mm_multiplier": {
      "type": "number",
      "description": "Maintenance Margin multiplier"
    },
    "im_multiplier": {
      "type": "number",
      "description": "Initial Margin multiplier"
    }
  },
  "required": [
    "im_multiplier",
    "mm_multiplier"
  ],
  "type": "object",
  "description": "The field is only added if the user has it set"
}