diff options
Diffstat (limited to 'python/collateral/common.py')
| -rw-r--r-- | python/collateral/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/collateral/common.py b/python/collateral/common.py index 464f55a3..1a0d65fe 100644 --- a/python/collateral/common.py +++ b/python/collateral/common.py @@ -85,6 +85,7 @@ def send_email(d: datetime.date, df: pd.DataFrame) -> None: "BAML_ISDA": "Baml OTC", "WELLS": "Wells Fargo", "BNP": "BNP Paribas", + "CS": "Credit Suisse", } html = "<html><body>" for cp, name in cp_mapping.items(): |
