diff options
Diffstat (limited to 'python/report_ops/misc.py')
| -rw-r--r-- | python/report_ops/misc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py index b70c0605..cdbad81e 100644 --- a/python/report_ops/misc.py +++ b/python/report_ops/misc.py @@ -57,6 +57,8 @@ _cc_recipients = { "BRINKER": ("nyops@lmcg.com",), } +_fund_custodians = {"SERCGMAST": ("UMB",), "ISOSEL": ("NT",), "BOWDST": ("BNY",)} + def get_dir( workdate: datetime.date = datetime.date.today(), archived=True |
