diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index 1136693a..6d435efe 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -19,11 +19,19 @@ _recipients = { ), "BAML_FCM": ("footc_margin_csr_amrs@bofa.com",), "NYOPS": ("nyops@lmcg.com",), - "HM": ( +} + +_sma_recipients = { + "ISOSEL": ( "HM-InnocapFunds@bnymellon.com", "Vera.Dvorski@bnymellon.com", "Diana.WuChen@bnymellon.com", ), + "BOWDST": ( + "hm-operations@bnymellon.com", + "Vera.Dvorski@bnymellon.com", + "Diana.WuChen@bnymellon.com", + ), } _cc_recipients = { |
