aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/ack_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ack_checker.py b/python/ack_checker.py
index eb5e27a2..7bb6c878 100644
--- a/python/ack_checker.py
+++ b/python/ack_checker.py
@@ -45,7 +45,7 @@ def ack_check(date: datetime.date, conn):
"UPDATE swaptions SET globeop_id=%s WHERE id=%s",
(globeop_id, serenitas_id),
)
- if dealtype == "FutureDeal":
+ if dealtype == "ForwardDeal":
with conn.cursor() as c:
c.execute(
"UPDATE spots SET globeop_id=%s WHERE id=%s",