From 8ce7ce2dd4ad1a87c3b4ecd4697bf5877ef659e3 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Fri, 24 May 2024 16:09:06 +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 74d08408..7ec794b3 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",