diff options
Diffstat (limited to 'python/report_ops')
| -rw-r--r-- | python/report_ops/misc.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index 3492baf1..684ea6dd 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -43,6 +43,16 @@ _sma_recipients = { "BRINKER": ("CSG.Team.Armata@bbh.com",), } +_monthend_nav_recipients = { + "BOWDST": _recipients["BOWDST"] + + ( + "Hedgemark.FA@sscinc.com", + "HM-acctgprim@bnymellon.com", + "catherine.porter@bnymellon.com", + "Meghana.shroff@bnymellon.com", + ), +} + _settlement_recipients = { "BOWDST": _sma_recipients["BOWDST"], "SERCGMAST": ( |
