Modify Universe

Hi, was wondering how I can change the selected Investment Universe to exclude a specific country. Assume “Europe (Primary)” as Universe and want to exclude say Belgium. How do I do that?
Thank you

Create a new universe and select Europe (Primary) as the Starting Universe. Then add a rule to remove stocks with country=BEL. There are 2 possible meanings for ‘country’, so the 2 options you have are:

Country("BEL") = False  //country of incorporation
ExchCountry("BEL") = False  //Exchange country

Thank you so much, will try this! :+1: