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