diff options
Diffstat (limited to 'python/populate_risk_numbers.py')
| -rw-r--r-- | python/populate_risk_numbers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/populate_risk_numbers.py b/python/populate_risk_numbers.py index 3ab01d39..a19d4231 100644 --- a/python/populate_risk_numbers.py +++ b/python/populate_risk_numbers.py @@ -21,6 +21,8 @@ def get_attach_from_name(index_type, series): attach = [0, 3, 7, 15, 100] elif index_type.lower() == "hy": attach = [0, 15, 25, 35, 100] + elif index_type.lower() == "xo": + attach = [0, 10, 20, 35, 100] return attach def convert(s): |
