diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index cdbad81e..0c258096 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -45,7 +45,10 @@ _sma_recipients = { _settlement_recipients = { "BOWDST": _sma_recipients["BOWDST"], - "SERCGMAST": ("lmcgcustody@umb.com",), + "SERCGMAST": ( + "lmcgcustody@umb.com", + "serenitas.ops@sscinc.com", + ), "ISOSEL": ("derivative_settlements@citco.com",), "BRINKER": ("nyops@lmcg.com",), } |
