diff options
Diffstat (limited to 'python/handle_default.py')
| -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 e1cbed94..00d640a7 100644 --- a/python/handle_default.py +++ b/python/handle_default.py @@ -72,6 +72,8 @@ def update_redcodes(index_type, conn): index_subfamily = "iTraxx Europe" elif index_type == "XO": index_subfamily = "iTraxx Europe Crossover" + elif index_type == "HYBB": + index_subfamily = "CDX.NA.HYBB" with conn.cursor() as c: c.execute( |
