From f3b1684d5f53fcbf879ef5471e41e1b0db394623 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 24 May 2024 16:09:07 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/active_symbols/send.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/v3/active_symbols/send.json b/config/v3/active_symbols/send.json index 74d084089..7ec794b32 100644 --- a/config/v3/active_symbols/send.json +++ b/config/v3/active_symbols/send.json @@ -17,6 +17,23 @@ "full" ] }, + "barrier_category": { + "description": "[Optional] Category of barrier.", + "type": "array", + "items": { + "description": "", + "type": "string", + "enum": [ + "american", + "asian", + "euro_atm", + "euro_non_atm", + "non_financial", + "lookback", + "reset" + ] + } + }, "contract_type": { "description": "[Optional] The proposed contract type", "type": "array",