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 c87f8ea1..d8aebed0 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -189,7 +189,7 @@ def collateral(d, dawn_trades, *, fund="Serenitas", **kwargs): match fund: case "Serenitas": tag = "TSLP" - case "Bowdst": + case "BowdSt": tag = "TLLC" case "Selene": tag = "INC" |
