diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index 9d56b6a1..0d5a5c8c 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -79,7 +79,14 @@ _cc_recipients = { "BRINKER": ("nyops@lmcg.com",), } -_fund_custodians = {"SERCGMAST": ("UMB",), "ISOSEL": ("NT",), "BOWDST": ("BNY",)} +_fund_custodians = { + "SERCGMAST": ("UMB",), + "ISOSEL": ( + "NT", + "SCOTIA", + ), + "BOWDST": ("BNY",), +} def get_dir( |
