aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 72087e98..b0dd8c5d 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -152,7 +152,7 @@ CASH_STRAT = ENUM(
)
SPOT_STRAT = ENUM(
- "M_STR_MAV", "M_STR_MEZZ", "SER_ITRXCURVE", "M_CSH_CASH", name="spot_strat"
+ "M_STR_MAV", "M_STR_MEZZ", "SER_ITRXCURVE", "M_CSH_CASH", "TCSH", name="spot_strat"
)
OPTION_TYPE = ENUM("PAYER", "RECEIVER", name="option_type")