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

Commit

Permalink
fix: table update (#5843)
Browse files Browse the repository at this point in the history
* fix: table update

* fix: min size change
  • Loading branch information
mayuran-deriv authored Nov 7, 2023
1 parent ad9c44a commit 9901c79
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pages/trading-specification/data/_derived_specification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.2,
minimum_size: 0.5,
minimum_spread: 0.22,
target_spread: 0.22,
max_effective_leverage: 4000,
Expand All @@ -260,7 +260,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.3,
minimum_size: 0.5,
minimum_spread: 0.167,
target_spread: 0.167,
max_effective_leverage: 4000,
Expand All @@ -277,7 +277,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.1,
minimum_size: 0.2,
minimum_spread: 0.5,
target_spread: 0.5,
max_effective_leverage: 2000,
Expand All @@ -294,7 +294,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.2,
minimum_size: 0.5,
minimum_spread: 0.39,
target_spread: 0.39,
max_effective_leverage: 1000,
Expand Down Expand Up @@ -396,7 +396,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 3,
minimum_size: 4,
minimum_spread: 0.022,
target_spread: 0.022,
max_effective_leverage: 2000,
Expand All @@ -413,7 +413,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.005,
minimum_size: 0.05,
minimum_spread: 1.99,
target_spread: 1.99,
max_effective_leverage: 2000,
Expand Down Expand Up @@ -447,7 +447,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.005,
minimum_size: 0.1,
minimum_spread: 5.15,
target_spread: 5.15,
max_effective_leverage: 1000,
Expand All @@ -464,7 +464,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.002,
minimum_size: 0.005,
minimum_spread: 73.85,
target_spread: 73.85,
max_effective_leverage: 1000,
Expand Down Expand Up @@ -898,7 +898,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.005,
minimum_size: 0.01,
minimum_spread: 5.15,
target_spread: 5.15,
max_effective_leverage: 5,
Expand All @@ -914,7 +914,7 @@ const derived_specification: TSpecification = {
},
contract_size: 1,
base_currency: 'USD',
minimum_size: 0.002,
minimum_size: 0.005,
minimum_spread: 73.85,
target_spread: 73.85,
max_effective_leverage: 5,
Expand Down

1 comment on commit 9901c79

@vercel
Copy link

@vercel vercel bot commented on 9901c79 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.