UpdateMarketConfiguration
No description
type UpdateMarketConfiguration {
instrument: UpdateInstrumentConfiguration!
metadata: [String]
priceMonitoringParameters: PriceMonitoringParameters!
liquidityMonitoringParameters: LiquidityMonitoringParameters!
riskParameters: UpdateMarketRiskParameters!
linearSlippageFactor: String!
quadraticSlippageFactor: String!
liquiditySLAParameters: LiquiditySLAParameters
}
Fields
UpdateMarketConfiguration.instrument ● UpdateInstrumentConfiguration! non-null object
Updated futures market instrument configuration.
UpdateMarketConfiguration.metadata ● [String] list scalar
Optional futures market metadata, tags.
UpdateMarketConfiguration.priceMonitoringParameters ● PriceMonitoringParameters! non-null object
Price monitoring parameters.
UpdateMarketConfiguration.liquidityMonitoringParameters ● LiquidityMonitoringParameters! non-null object
Liquidity monitoring parameters.
UpdateMarketConfiguration.riskParameters ● UpdateMarketRiskParameters! non-null union
Updated futures market risk model parameters.
UpdateMarketConfiguration.linearSlippageFactor ● String! non-null scalar
Linear slippage factor is used to cap the slippage component of maintenance margin - it is applied to the slippage volume.
UpdateMarketConfiguration.quadraticSlippageFactor ● String! non-null scalar
Quadratic slippage factor is used to cap the slippage component of maintenance margin - it is applied to the square of the slippage volume.
UpdateMarketConfiguration.liquiditySLAParameters ● LiquiditySLAParameters object
Liquidity SLA Parameters.
Member of
UpdateMarket object