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, 1 insertions, 1 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py
index 7d45af0e..3b56b5e0 100644
--- a/python/trade_dataclasses.py
+++ b/python/trade_dataclasses.py
@@ -1057,7 +1057,7 @@ class IRSDeal(
f"{key1}ResetArrears": "Y" if obj["float_arrears"] else "N",
f"{key1}Currency": obj["currency"],
f"{key1}FixingFrequency": obj["float_fixing_freq"],
- f"{key1}InterstCalcMethod": obj["pay_interest_calc_method"],
+ f"{key1}InterestCalcMethod": obj["pay_interest_calc_method"],
f"{key2}LegRateType": "Fixed",
f"{key2}FixedRate": obj["fixed_rate"],
f"{key2}Daycount": obj["fixed_daycount"],