aboutsummaryrefslogtreecommitdiffstats
path: root/python/bowdst.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/bowdst.py')
-rw-r--r--python/bowdst.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/python/bowdst.py b/python/bowdst.py
index 5440616f..cf5054bf 100644
--- a/python/bowdst.py
+++ b/python/bowdst.py
@@ -301,11 +301,7 @@ def send_email(
em.send_email(
f"{workdate} EOD positions",
"",
- to_recipients=(
- "reconfiles@bnymellon.com",
- "hm-operations@bnymellon.com",
- "caagprim@bnymellon.com",
- ),
+ to_recipients=("hm-operations@bnymellon.com",),
cc_recipients=("bowdoin-ops@lmcg.com",),
attach=attachments,
)
@@ -330,5 +326,3 @@ if __name__ == "__main__":
df_bonds, df_cds, df_tranches = get_positions(cob)
send_email(em, cob, df_bonds, df_cds, df_tranches)
load_cash_report(args.workdate)
- load_val_report(args.workdate)
- load_pnl_report(args.workdate)