diff options
Diffstat (limited to 'python/trade_dataclasses.py')
| -rw-r--r-- | python/trade_dataclasses.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py index 5f4a2eb3..fe06ce1d 100644 --- a/python/trade_dataclasses.py +++ b/python/trade_dataclasses.py @@ -193,13 +193,6 @@ def desc_str(index_type, series, tenor): return f"ITRX EUR CDSI S{series} {tenor}Y" -class DealType(Enum): - Bond = "BOND" - CDS = "CDX" - Swaption = "SWAPTION" - Termination = "TERM" - - def is_default_init_field(cls, attr): if hasattr(cls, attr): default = getattr(cls, attr) |
