aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/position.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/position.py b/python/position.py
index d0b4baae..02499164 100644
--- a/python/position.py
+++ b/python/position.py
@@ -230,7 +230,7 @@ def update_swaption_vol(
match vol_type:
case "N":
db_vol_type = "Normal"
- ticker_pattern = "USSV{:0>2}{} {} Curncy"
+ ticker_pattern = "USSN{:0>2}{} {} Curncy"
case "V":
db_vol_type = "LogNormal"
ticker_pattern = "USSV{:0>2}{} {} Curncy"