From 4bc72f21a27460b40eb6fcda553323fe12362bfe Mon Sep 17 00:00:00 2001 From: Agrim Jain <157685219+agrim-deriv@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:08:46 +0400 Subject: [PATCH] Agrim/DPROD-3909/fix: trading specs eu (#7604) * fix: trading specs eu * fix: updating icons --------- Co-authored-by: Agrim Jain --- .../data/_derived_specification.ts | 102 ++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts index ed365487c5a..0d245aa44b9 100644 --- a/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts +++ b/themes/gatsby-theme-deriv/src/pages/trading-specification/data/_derived_specification.ts @@ -980,6 +980,108 @@ const derived_specification: TSpecification = { swap_short: '-0.07', trading_hours: 'Mon 00:00 - Sun 24:00 GMT', }, + { + instrument: { + symbol: 'INDEX100S1NEW', + instrument: 'Volatility 100 (1s) Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 0.2, + volume_limit: 25, + minimum_spread: 0.42, + target_spread: 0.42, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.03', + swap_short: '-0.03', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, + { + instrument: { + symbol: 'INDEX100NEW', + instrument: 'Volatility 100 Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 0.5, + volume_limit: 25, + minimum_spread: 0.58, + target_spread: 0.58, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.03', + swap_short: '-0.03', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, + { + instrument: { + symbol: 'INDEX50S1NEW', + instrument: 'Volatility 50 (1s) Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 0.005, + volume_limit: 0.5, + minimum_spread: 28.87, + target_spread: 28.87, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.01', + swap_short: '-0.01', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, + { + instrument: { + symbol: 'INDEX50NEW', + instrument: 'Volatility 50 Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 4, + volume_limit: 400, + minimum_spread: 0.0466, + target_spread: 0.0466, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.01', + swap_short: '-0.01', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, + { + instrument: { + symbol: 'INDEX75S1NEW', + instrument: 'Volatility 75 (1s) Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 0.05, + volume_limit: 12, + minimum_spread: 1.49, + target_spread: 1.49, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.02', + swap_short: '-0.02', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, + { + instrument: { + symbol: 'INDEX75NEW', + instrument: 'Volatility 75 Index', + }, + contract_size: 1, + base_currency: 'USD', + minimum_size: 0.001, + volume_limit: 0.3, + minimum_spread: 62.41, + target_spread: 62.41, + max_effective_leverage: 5, + margin_requirement: '20.00', + swap_long: '-0.02', + swap_short: '-0.02', + trading_hours: 'Mon 00:00 - Sun 24:00 GMT', + }, ], } export default derived_specification