{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GuaranteedStopLossOrderLevelRestriction", "description": "A GuaranteedStopLossOrderLevelRestriction represents the total position size that can exist within a given price window for Trades with guaranteed Stop Loss Orders attached for a specific Instrument.", "type": "object", "properties": { "volume": { "type": "string", "description": "Applies to Trades with a guaranteed Stop Loss Order attached for the specified Instrument. This is the total allowed Trade volume that can exist within the priceRange based on the trigger prices of the guaranteed Stop Loss Orders.", "format": "A decimal number encoded as a string. The amount of precision provided depends on what the number represents." }, "priceRange": { "type": "string", "description": "The price range the volume applies to. This value is in price units.", "format": "A decimal number encoded as a string. The amount of precision provided depends on what the number represents." } } }