aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/Dawn/models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 79e87490..211c08bd 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -142,6 +142,8 @@ CASH_STRAT = ENUM(
"IRDEVCSH",
"TCSH",
"COCSH",
+ "XCURVE",
+ "SER_ITRXCURVE",
name="cash_strat",
)