aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/reallocate_iam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reallocate_iam.py b/python/reallocate_iam.py
index 466a6fb9..de5dd1fd 100644
--- a/python/reallocate_iam.py
+++ b/python/reallocate_iam.py
@@ -120,7 +120,7 @@ def gen_iam_deals(conn, trade_date):
iam_deals = []
with conn.cursor() as c:
insert_query = (
- 'INSERT INTO iam_tickets(trade_date, action, strategy, counterparty, maturity, start_money, currency, "offset") '
+ "INSERT INTO iam_tickets(trade_date, action, strategy, counterparty, maturity, start_money, currency, booked_offset) "
"VALUES (%s, %s, %s, %s, %s, %s, %s, %s)"
)
try: