aboutsummaryrefslogtreecommitdiffstats
path: root/python/citco_ops/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/citco_ops/utils.py')
-rw-r--r--python/citco_ops/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/citco_ops/utils.py b/python/citco_ops/utils.py
index 842427bf..6e70e4dd 100644
--- a/python/citco_ops/utils.py
+++ b/python/citco_ops/utils.py
@@ -169,8 +169,8 @@ class PaymentSettlement(Payment):
return
em = ExchangeMessage()
em.send_email(
- f"Payment Settlements Bond NT: ISOSEL {date}",
- "Good morning, \n\nWe have the following amounts settling in the next few days at Northern Trust: (Positive Amounts = Receive, Negative Amounts=Pay)\n\n"
+ f"Payment Settlements Bond/FX NT: ISOSEL {date}",
+ "Good morning, \n\nWe have the following amounts settling in the next 4 calendar days at Northern Trust: (Positive Amounts = Receive, Negative Amounts=Pay)\n\n"
+ "\n".join(
settlement.to_email_format() for settlement in cls._insert_queue
),