Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "Agrim/DPROD-3909/fix: trading specs eu (#7604)" (#7678)…
Browse files Browse the repository at this point in the history
…" (#7680)

This reverts commit 7e2e0a1.
  • Loading branch information
habib-deriv authored Apr 30, 2024
1 parent 31fd873 commit a9876f2
Showing 1 changed file with 102 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9876f2

Please sign in to comment.