aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/margin_estimates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/margin_estimates.py b/python/margin_estimates.py
index dde772cc..bfde115f 100644
--- a/python/margin_estimates.py
+++ b/python/margin_estimates.py
@@ -125,6 +125,6 @@ if __name__ == "__main__":
em.send_email(
f"Collateral Estimates {args.trade_date:%Y-%m-%d}",
HTMLBody("".join(body)),
- ["fyu@lmcg.com"],
+ ["NYOps@lmcg.com"],
["fyu@lmcg.com"],
)