aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/trade_dataclasses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py
index 3477a4b9..1aac4f20 100644
--- a/python/trade_dataclasses.py
+++ b/python/trade_dataclasses.py
@@ -561,7 +561,7 @@ class TerminationDeal(
self.product_type = "CDISW"
self.deal_type = "SwaptionDeal"
table_name = "swaptions"
- elif self.dealid.startwith("SCCDS"):
+ elif self.dealid.startswith("SCCDS"):
self.product_type = "TRN"
self.deal_type = "CdsDeal"
table_name = "cds"