diff options
Diffstat (limited to 'python/collateral/baml_isda.py')
| -rw-r--r-- | python/collateral/baml_isda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py index b12e5854..30f16f1e 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -86,7 +86,7 @@ def collateral(d, dawn_trades, *args): df = df.reset_index() df.columns = ["Strategy", "Amount", "Currency"] df.Amount *= -1 - collateral = 570_000 + collateral = 910_000 df = df.append( { "Strategy": "M_CSH_CASH", |
