aboutsummaryrefslogtreecommitdiffstats
path: root/python/book_bbg2.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/book_bbg2.py')
-rw-r--r--python/book_bbg2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/book_bbg2.py b/python/book_bbg2.py
index 726224fb..671bf1c0 100644
--- a/python/book_bbg2.py
+++ b/python/book_bbg2.py
@@ -101,6 +101,7 @@ def bond_booking_process(path, conn, fname, _cache):
asset_class=None,
description=line["Security"].removesuffix(" Mtge"),
buysell=line["Side"] == "B",
+ bbg_ticket_id=fname,
)
trade.stage()
df["bbg_ticket_id"] = [fname]