Hi I tested this code inside fineUniverse

for x in myuniverse:
	self.Debug(f'{x.Symbol.Value}  {str(x.AssetClassification.MorningstarIndustryGroupCode)}')	

some output was 

2021-07-13 00:00:00 DYNT  20650
2021-07-13 00:00:00 IPDN  31020
2021-07-13 00:00:00 MSN  31120
2021-07-13 00:00:00 RCG  10310
2021-07-13 00:00:00 XBIO  20610
2021-07-13 00:00:00 CTIB  10280
2021-07-13 00:00:00 CPHI  20620
2021-07-13 00:00:00 SONM  31120
2021-07-13 00:00:00 SGRP  31020

However they do not match with what was in MorningStar code found in QC's asset classification as well as in the morningstar's sector article. None of the code printed out could be found. Did I do something wrong?

https://indexes.morningstar.com/resources/PDF/Methodology%20Documents/SectorArticle.pdf

Can do a check on this? Thks!
 

 

 

Author