diff options
Diffstat (limited to 'python/Dawn/models.py')
| -rw-r--r-- | python/Dawn/models.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index 9effbef3..23280c29 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -101,11 +101,13 @@ CDS_STRAT = ENUM( "SER_HYMEZ", "SER_HYEQY", "SER_HYINX", + "SER_HYCURVE", "SER_IGCURVE", + "SER_ITRXCURVE", + "XCURVE", "MBSCDS", "IGOPTDEL", "HYOPTDEL", - "SER_ITRXCURVE", "HYEQY", "HYMEZ", "HYSNR", @@ -122,7 +124,6 @@ CDS_STRAT = ENUM( "EUSNR", "EUINX", "BSPK", - "XCURVE", name="cds_strat", ) |
