aboutsummaryrefslogtreecommitdiffstats
path: root/python/bondallocation_email.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/bondallocation_email.py')
-rw-r--r--python/bondallocation_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bondallocation_email.py b/python/bondallocation_email.py
index e0fa6329..c619d396 100644
--- a/python/bondallocation_email.py
+++ b/python/bondallocation_email.py
@@ -61,7 +61,7 @@ if __name__ == "__main__":
body = (
f"<p>For {row.identifier} please allocate :<br><br><ul>"
+ "".join(allocations)
- + f"</ul><br><i>Please confirm net amount of {bondtrade.loc[0].net_amount:.2f}.</i>"
+ + f"</ul><br><i>Please confirm net amount of {row.net_amount:.2f}.</i>"
+ "<br><br><br>Thanks,<br>Flint<br></p><br>"
+ bondtrade.to_html(index=False, formatters=formatters)
)