aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bowdst.py b/python/bowdst.py
index fd40ee31..b897221e 100644
--- a/python/bowdst.py
+++ b/python/bowdst.py
@@ -64,7 +64,7 @@ def get_positions(
"LEFT JOIN tranche_risk ON id=tranche_id AND date=%s "
"WHERE orig_attach IS NOT NULL",
dawndb,
- params=(d, "BOWDST", workdate),
+ params=(d, "BOWDST", d),
index_col=["id"],
)