Skip to content

Commit

Permalink
fix: restore the default margin calculator
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed May 15, 2024
1 parent 78d0afc commit 2eb5a0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scalingFactors": {
"searchLevel": 1,
"initialMargin": 1,
"collateralRelease": 1
"searchLevel": 1.1,
"initialMargin": 1.2,
"collateralRelease": 1.4
}
}

0 comments on commit 2eb5a0e

Please sign in to comment.