diff options
Diffstat (limited to 'python/notify_bowdst.py')
| -rw-r--r-- | python/notify_bowdst.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py index e3a808f6..42b94831 100644 --- a/python/notify_bowdst.py +++ b/python/notify_bowdst.py @@ -78,13 +78,13 @@ for row in inaccurate_balances.itertuples(): ] buf.close() msg = ( - "Good morning!\n\n" + "Good morning,\n\n" f"We notice a difference in our notional ({row.db_notional:,.2f}) versus yours ({row.globeop_notional:,.2f}) " f"for security {row.Index} RED: {row.security_id}.\n" f"Our notionals last matched on {last_date} for ${row.globeop_notional:,.2f}.\n\n" "Please see attached all the trades since we last matched. Please ensure they match your data.\n\n" "Thanks for your help!\n\n" - "Flint" + "Guillaume" ) em = ExchangeMessage() if args.globeop: |
