diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index 0118acd7..1ec84193 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -170,7 +170,7 @@ CASH_STRAT = ENUM( ) SPOT_STRAT = ENUM( - "M_STR_MAV", "M_STR_MEZZ", "SER_ITRXCURVE", "M_CSH_CASH", "TCSH", name="spot_strat" + "M_STR_MAV", "M_STR_MEZZ", "M_CSH_CASH", "TCSH", "CVECSH", name="spot_strat", ) OPTION_TYPE = ENUM("PAYER", "RECEIVER", name="option_type") |
