aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/innocap_bond_setts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/innocap_bond_setts.py b/python/innocap_bond_setts.py
index 203023c8..4afdaf9e 100644
--- a/python/innocap_bond_setts.py
+++ b/python/innocap_bond_setts.py
@@ -50,7 +50,7 @@ if __name__ == "__main__":
if vals := payment_values(args.date, conn, fund):
em.send_email(
f"Payment Settlements Bond NT: {fund} {args.date}",
- "Good morning, \n\nWe have the following amounts settling in the next few days:\n\n"
+ "Good morning, \n\nWe have the following amounts settling in the next few days: (Positive Amounts = Receive, Negative Amounts=Pay)\n\n"
+ vals,
to_recipients=_recipients[fund],
cc_recipients=("Selene-Ops@lmcg.com",),