diff options
Diffstat (limited to 'python/headers.py')
| -rw-r--r-- | python/headers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/headers.py b/python/headers.py index 904b5f3e..ad4220aa 100644 --- a/python/headers.py +++ b/python/headers.py @@ -7,6 +7,8 @@ class DealType(Enum): CDS = "CDX" Swaption = "SWAPTION" Termination = "TERM" + Spot = "SPOT" + Fxswap = "FXSWAP" HEADERS_PRE = [ |
