aboutsummaryrefslogtreecommitdiffstats
path: root/python/trade_dataclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/trade_dataclasses.py')
-rw-r--r--python/trade_dataclasses.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py
index c035d8d7..0d36f338 100644
--- a/python/trade_dataclasses.py
+++ b/python/trade_dataclasses.py
@@ -213,6 +213,8 @@ class DealKind:
return CDSDeal
case "swaption":
return SwaptionDeal
+ case "termination":
+ return TerminationDeal
case _:
return None