diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index 7610c9e2..7a787063 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -19,6 +19,17 @@ _recipients = { ), "BAML_FCM": ("footc_margin_csr_amrs@bofa.com",), "NYOPS": ("nyops@lmcg.com",), + "HM": ( + "HM-InnocapFunds@bnymellon.com", + "Vera.Dvorski@bnymellon.com", + "Diana.WuChen@bnymellon.com", + ), +} + +_cc_recipients = { + "ISOSEL": ("selene-ops@lmcg.com",), + "BOWDST": ("bowdoin-ops@lmcg.com",), + "SERCGMAST": ("nyops@lmcg.com"), } |
