diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/notify_fx_cashflows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/notify_fx_cashflows.py b/python/notify_fx_cashflows.py index 71659e09..dc059b67 100644 --- a/python/notify_fx_cashflows.py +++ b/python/notify_fx_cashflows.py @@ -42,7 +42,7 @@ class FXMonitor( </style> </head> <body> - Hello,<br><br>We see the below FX Settlements for VD {settle_date}. Could you please draft wires and reach out to the counterparty? As these are electronically agreed, please send out the funds regardless of confirmation from counterparty.<br><br>{cls.to_tabulate()} + Hello,<br><br>We see the below FX Settlements for VD {settle_date}. Could you please draft wires and reach out to the counterparty? As these are electronically agreed, please send out the funds regardless of confirmation from counterparty. These trades should be settled net.<br><br>{cls.to_tabulate()} </body> </html>""" ), |
