aboutsummaryrefslogtreecommitdiffstats
path: root/python/cds_rebook.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/cds_rebook.py')
-rw-r--r--python/cds_rebook.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/cds_rebook.py b/python/cds_rebook.py
index 623946ad..bf13de33 100644
--- a/python/cds_rebook.py
+++ b/python/cds_rebook.py
@@ -82,6 +82,7 @@ PORTFOLIO = {
"SER_IGCURVE": "CURVE",
"HEDGE_CLO": "CLO",
"HEDGE_MAC": "HEDGE_MAC",
+ "XOINX": "TRANCHE",
}
@@ -244,4 +245,8 @@ if __name__ == "__main__":
# rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "BAML")
# rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "WF")
# rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "GS", "BOWDST")
+ # HEMA
+ # rebook(conn, datetime.date(2020, 9, 8), 40678877, "Senior", "BAML")
+ # rebook(conn, datetime.date(2020, 9, 8), 40678877, "Senior", "GS", "BOWDST")
+ send_csv(dawndb, datetime.date(2020, 9, 8), "HEMA")
serenitas_pool.putconn(conn)