diff options
| -rw-r--r-- | python/handle_default.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/handle_default.py b/python/handle_default.py index e0d4cc7e..ffda52bd 100644 --- a/python/handle_default.py +++ b/python/handle_default.py @@ -75,6 +75,8 @@ def update_redcodes(index_type, conn): index_subfamily = "iTraxx Europe Crossover" elif index_type == "HYBB": index_subfamily = "CDX.NA.HY.BB" + elif index_type == "BS": + return with conn.cursor() as c: c.execute( |
