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

Commit

Permalink
chore: update values
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinosG-deriv committed Jan 26, 2024
1 parent 74d92af commit bb21408
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/trading-specification/data/_forex_specification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ const forex_specification: TSpecification = {
contract_size: 1000,
base_currency: 'EUR',
minimum_size: 0.1,
minimum_spread: 0.005,
minimum_spread: 0.01,
target_spread: 0.012,
max_effective_leverage: 1000,
margin_requirement: '0.1',
Expand All @@ -854,7 +854,7 @@ const forex_specification: TSpecification = {
contract_size: 1000,
base_currency: 'EUR',
minimum_size: 0.1,
minimum_spread: 0.00008,
minimum_spread: 0.00023,
target_spread: 0.00031,
max_effective_leverage: 1000,
margin_requirement: '0.1',
Expand Down Expand Up @@ -970,8 +970,8 @@ const forex_specification: TSpecification = {
target_spread: 0.0001,
max_effective_leverage: 1000,
margin_requirement: '0.1',
swap_long: 4.44,
swap_short: -10.12,
swap_long: 7.25,
swap_short: -10.75,
trading_hours: 'Sun 22:05 - Friday 21:55 GMT\nDaily Break: 22:00-22:05',
},
{
Expand Down

0 comments on commit bb21408

Please sign in to comment.