diff options
Diffstat (limited to 'python/headers.py')
| -rw-r--r-- | python/headers.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/headers.py b/python/headers.py index 09ede5f4..debe0945 100644 --- a/python/headers.py +++ b/python/headers.py @@ -12,6 +12,10 @@ class DealType(Enum): Fx = "FX" TRS = "TRS" IRS = "IRS" + TrancheProduct = "TRANCHEPRODUCT" + SwaptionProduct = "SWAPTIONPRODUCT" + IRSProduct = "IRSPRODUCT" + TRSProduct = "TRSPRODUCT" HEADERS_PRE = [ |
