Subject: Re: GTR1 Help
FINwithRE: pref(if(trbc2.s=55!60,1,0),if(sector.s=7,1,if(incd.s=933,1,0)))
The previous (before SiPro's change in October) trbc2 codes for financial and real estate companies are 55 and 60. https://en.wikipedia.org/wiki/...
The respective GICS codes are 40 and 60, and oddly the real estate company code did not change. https://en.wikipedia.org/wiki/...
So the standard filter above can be replaced by:
FINwithRE: pref(if(trbc2.s=40!60,1,0),if(sector.s=7,1,if(incd.s=933,1,0)))
for the purposes of generating current picks. However the backtest will not be correct due to this change.
Backtests can be run with the old codes ending 20241001 and then they should be consistent with prior results.
Mark