diff options
| -rw-r--r-- | python/globeop_new_strategy.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/globeop_new_strategy.py b/python/globeop_new_strategy.py index 2161b18e..642895fc 100644 --- a/python/globeop_new_strategy.py +++ b/python/globeop_new_strategy.py @@ -56,7 +56,10 @@ def email_new_strategy(fund, new_strategies): if __name__ == "__main__": """Set up new strategy for globeop via email""" - new_strategies = [{"portfolio": "MORTGAGES", "strategy": "IR_HEDGE"}] + new_strategies = [ + {"portfolio": "AUTOS", "strategy": "AUTOL_SNR"}, + {"portfolio": "AUTOS", "strategy": "AUTOL_JNR"}, + ] for fund in ( "SERCGMAST", "BOWDST", |
