aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/misc.py')
-rw-r--r--python/report_ops/misc.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/python/report_ops/misc.py b/python/report_ops/misc.py
index 6d435efe..da7d61ac 100644
--- a/python/report_ops/misc.py
+++ b/python/report_ops/misc.py
@@ -12,13 +12,20 @@ _recipients = {
"mbisoye@sscinc.com",
"hedgemark.lmcg.ops@sscinc.com",
"hm-operations@bnymellon.com",
+ "Hedgemark.OTC@sscinc.com",
),
"SERCGMAST": (
"SERENITAS.FA@sscinc.com",
"SERENITAS.ops@sscinc.com",
),
"BAML_FCM": ("footc_margin_csr_amrs@bofa.com",),
+ "GS_FCM": (
+ "Susan.Olesky@ny.email.gs.com",
+ "Divyanshi.Girotra@gs.com",
+ "gs-margin-calls-dcs@ny.email.gs.com",
+ ),
"NYOPS": ("nyops@lmcg.com",),
+ "UMB": ("lmcgcustody@umb.com",),
}
_sma_recipients = {
@@ -38,10 +45,13 @@ _cc_recipients = {
"ISOSEL": ("selene-ops@lmcg.com",),
"BOWDST": ("bowdoin-ops@lmcg.com",),
"SERCGMAST": ("nyops@lmcg.com",),
+ "BRINKER": ("nyops@lmcg.com",),
}
-def get_dir(workdate: datetime.date, archived=True) -> pathlib.Path:
+def get_dir(
+ workdate: datetime.date = datetime.date.today(), archived=True
+) -> pathlib.Path:
p = DAILY_DIR / str(workdate) / "Reports"
if not p.exists() and archived:
p = (