diff options
Diffstat (limited to 'python/headers.py')
| -rw-r--r-- | python/headers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/headers.py b/python/headers.py index 0c96f759..53c0cfca 100644 --- a/python/headers.py +++ b/python/headers.py @@ -9,6 +9,7 @@ class DealType(Enum): Termination = "TERM" Spot = "SPOT" FxSwap = "FXSWAP" + Fx = "FX" HEADERS_PRE = [ |
