aboutsummaryrefslogtreecommitdiffstats
path: root/python/book_bbg.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/book_bbg.py')
-rw-r--r--python/book_bbg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/book_bbg.py b/python/book_bbg.py
index 33851193..45abe0d3 100644
--- a/python/book_bbg.py
+++ b/python/book_bbg.py
@@ -9,7 +9,7 @@ def get_bbg_id(s):
if m := re.match("(CDX|BOND)-[^_]*_([^$]*)", s):
return m.groups()
if "DEAL" in s:
- return "FXSWAP", s.split("_")[3]
+ return "FX", s.split("_")[3]
def run():