Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Morningstar Industry Code?

Hello,
I know it's possible to pull the sector codes from the built-in Quantopian classifier but is it also possible to pull the industry code (similar, but more specific) too? If so, how? Or is this data premium?
Thanks,

9 responses

Bump.

Morningstar offers several classifiers which group securities:

morningstar_economy_sphere_code Sectors are consolidated into three major economic spheres or Super Sectors: Cyclical, Defensive and Sensitive. See appendix for mappings.

morningstar_industry_code Equities are mapped into one of 148 industries, the one which most accurately reflects the underlying business of that company. This mapping is based on publicly available information about each company and uses annual reports, Form 10-Ks and Morningstar Equity Analyst input as its primary source. Other secondary sources of information may include company web sites, sell-side research (if available) and trade publications. By and large, equities are mapped into the industries that best reflect each company’s largest source of revenue and income. If the company has more than three sources of revenue and income and there is no clear dominant revenue and income stream, the company is assigned to the Conglomerates industry. Based on Morningstar analyst research or other third party information, Morningstar may change industry assignments to more accurately reflect the changing businesses of companies.

morningstar_industry_group_code Industries are mapped into 69 industry groups based on their common operational characteristics. If a particular industry has unique operating characteristics—or simply lacks commonality with other industries—it would map into its own group. However, any industry group containing just one single industry does not necessarily imply that that industry is dominant or otherwise important. The assignment simply reflects the lack of a sufficient amount of shared traits among industries. See appendix for mappings.

morningstar_sector_code Industry groups are consolidated into 11 sectors. See appendix for mappings.

The definitions and mappings for these classifiers can be found in the Morningstar fundamental data appendix https://www.quantopian.com/help/fundamentals#industry-sector

These are all free and can be accessed in the 'asset_classification' group. See the data reference page https://www.quantopian.com/help/fundamentals#asset-classification. They are instantiated in either the research or IDE environment by simply using the 'latest' or 'Latest' methods ('Latest' can be faster if used in conjunction with a mask):

from quantopian.pipeline.data import morningstar as ms 

sphere = ms.asset_classification.morningstar_economy_sphere_code.latest  
industry_code = ms.asset_classification.morningstar_industry_code.latest  
industry_group = ms.asset_classification.morningstar_industry_group_code.latest  
sector = ms.asset_classification.morningstar_sector_code.latest

Sector is used quite often so there is a convenience method that can be used.

from quantopian.pipeline.classifiers.morningstar import Sector

sector =  Sector(mask=universe)

The sector codes can be found in the appendix (link is above). Here is a convenient list to cut and paste if needed.

MORNINGSTAR_SECTOR_CODES = {  
     -1: 'Misc',  
    101: 'Basic Materials',  
    102: 'Consumer Cyclical',  
    103: 'Financial Services',  
    104: 'Real Estate',  
    205: 'Consumer Defensive',  
    206: 'Healthcare',  
    207: 'Utilities',  
    308: 'Communication Services',  
    309: 'Energy',  
    310: 'Industrials',  
    311: 'Technology' ,  
}

Hi @Dan, is there such a list for industries too?

MORNINGSTAR_INDUSTRY_CODES = {  
  10101001: "Agricultural Inputs",  
  10102002: "Building Materials",  
  10103003: "Chemicals",  
  10103004: "Specialty Chemicals",  
  10104005: "Coal",  
  10105006: "Lumber & Wood Production",  
  10105007: "Paper & Paper Products",  
  10106008: "Aluminum",  
  10106009: "Copper",  
  10106010: "Gold",  
  10106011: "Industrial Metals & Minerals",  
  10106012: "Silver",  
  10107013: "Steel",  
  10208014: "Advertising Agencies",  
  10208015: "Marketing Services",  
  10209016: "Auto & Truck Dealerships",  
  10209017: "Auto Manufacturers",  
  10209018: "Auto Parts",  
  10209019: "Recreational Vehicles",  
  10209020: "Rubber & Plastics",  
  10210021: "Broadcasting - Radio",  
  10210022: "Broadcasting - TV",  
  10210023: "Media - Diversified",  
  10211024: "Residential Construction",  
  10211025: "Textile Manufacturing",  
  10212026: "Apparel Manufacturing",  
  10212027: "Footwear & Accessories",  
  10212028: "Home Furnishings & Fixtures",  
  10213029: "Packaging & Containers",  
  10214030: "Personal Services",  
  10215031: "Publishing",  
  10216032: "Restaurants",  
  10217033: "Apparel Stores",  
  10217034: "Department Stores",  
  10217035: "Home Improvement Stores",  
  10217036: "Luxury Goods",  
  10217037: "Specialty Retail",  
  10218038: "Gambling",  
  10218039: "Leisure",  
  10218040: "Lodging",  
  10218041: "Resorts & Casinos",  
  10319042: "Asset Management",  
  10320043: "Banks - Global",  
  10320044: "Banks - Regional - Africa",  
  10320045: "Banks - Regional - Asia",  
  10320046: "Banks - Regional - Australia",  
  10320047: "Banks - Regional - Canada",  
  10320048: "Banks - Regional - Europe",  
  10320049: "Banks - Regional - Latin America",  
  10320050: "Banks - Regional - US",  
  10320051: "Savings & Cooperative Banks",  
  10320052: "Specialty Finance",  
  10321053: "Capital Markets",  
  10321054: "Financial Exchanges",  
  10321055: "Insurance Brokers",  
  10322056: "Credit Services",  
  10323057: "Insurance - Diversified",  
  10324058: "Insurance - Life",  
  10325059: "Insurance - Property & Casualty",  
  10326060: "Insurance - Reinsurance",  
  10326061: "Insurance - Specialty",  
  10427062: "Real Estate - General",  
  10427063: "Real Estate Services",  
  10428064: "REIT - Diversified",  
  10428065: "REIT - Healthcare Facilities",  
  10428066: "REIT - Hotel & Motel",  
  10428067: "REIT - Industrial",  
  10428068: "REIT - Office",  
  10428069: "REIT - Residential",  
  10428070: "REIT - Retail",  
  20529071: "Beverages - Brewers",  
  20529072: "Beverages - Wineries & Distilleries",  
  20530073: "Beverages - Soft Drinks",  
  20531074: "Confectioners",  
  20531075: "Farm Products",  
  20531076: "Household & Personal Products",  
  20531077: "Packaged Foods",  
  20532078: "Education & Training Services",  
  20533079: "Discount Stores",  
  20533080: "Pharmaceutical Retailers",  
  20533081: "Food Distribution",  
  20533082: "Grocery Stores",  
  20534083: "Tobacco",  
  20635084: "Biotechnology",  
  20636085: "Drug Manufacturers - Major",  
  20636086: "Drug Manufacturers - Specialty & Generic",  
  20637087: "Health Care Plans",  
  20638088: "Long-Term Care Facilities",  
  20638089: "Medical Care",  
  20639090: "Medical Devices",  
  20640091: "Diagnostics & Research",  
  20641092: "Medical Distribution",  
  20642093: "Medical Instruments & Supplies",  
  20743094: "Utilities - Independent Power Producers",  
  20744095: "Utilities - Diversified",  
  20744096: "Utilities - Regulated Electric",  
  20744097: "Utilities - Regulated Gas",  
  20744098: "Utilities - Regulated Water",  
  30845099: "Pay TV",  
  30845100: "Telecom Services",  
  30946101: "Oil & Gas Drilling",  
  30947102: "Oil & Gas E&P",  
  30948103: "Oil & Gas Integrated",  
  30949104: "Oil & Gas Midstream",  
  30950105: "Oil & Gas Refining & Marketing",  
  30951106: "Oil & Gas Equipment & Services",  
  31052107: "Aerospace & Defense",  
  31053108: "Airlines",  
  31054109: "Business Services",  
  31055110: "Conglomerates",  
  31056111: "Rental & Leasing Services",  
  31056112: "Security & Protection Services",  
  31057113: "Staffing & Outsourcing Services",  
  31058114: "Engineering & Construction",  
  31058115: "Infrastructure Operations",  
  31059116: "Farm & Construction Equipment",  
  31060117: "Industrial Distribution",  
  31061118: "Business Equipment",  
  31061119: "Diversified Industrials",  
  31061120: "Metal Fabrication",  
  31061121: "Pollution & Treatment Controls",  
  31061122: "Tools & Accessories",  
  31062123: "Airports & Air Services",  
  31062124: "Integrated Shipping & Logistics",  
  31062125: "Railroads",  
  31062126: "Shipping & Ports",  
  31062127: "Trucking",  
  31063128: "Truck Manufacturing",  
  31064129: "Waste Management",  
  31165130: "Electronic Gaming & Multimedia",  
  31165131: "Health Information Services",  
  31165132: "Information Technology Services",  
  31165133: "Software - Application",  
  31165134: "Software - Infrastructure",  
  31166135: "Communication Equipment",  
  31167136: "Computer Distribution",  
  31167137: "Computer Systems",  
  31167138: "Consumer Electronics",  
  31167139: "Contract Manufacturers",  
  31167140: "Data Storage",  
  31167141: "Electronic Components",  
  31167142: "Electronics Distribution",  
  31167143: "Scientific & Technical Instruments",  
  31168144: "Internet Content & Information",  
  31169145: "Semiconductor Equipment & Materials",  
  31169146: "Semiconductor Memory",  
  31169147: "Semiconductors",  
  31169148: "Solar"  
}
MORNINGSTAR_INDUSTRY_GROUP_CODES = {  
  10101: "Agriculture",  
  10102: "Building Materials",  
  10103: "Chemicals",  
  10104: "Coal",  
  10105: "Forest Products",  
  10106: "Metals & Mining",  
  10107: "Steel",  
  10208: "Advertising & Marketing Services",  
  10209: "Autos",  
  10210: "Entertainment",  
  10211: "Homebuilding & Construction",  
  10212: "Manufacturing - Apparel & Furniture",  
  10213: "Packaging & Containers",  
  10214: "Personal Services",  
  10215: "Publishing",  
  10216: "Restaurants",  
  10217: "Retail - Apparel & Specialty",  
  10218: "Travel & Leisure",  
  10319: "Asset Management",  
  10320: "Banks",  
  10321: "Brokers & Exchanges",  
  10322: "Credit Services",  
  10323: "Insurance",  
  10324: "Insurance - Life",  
  10325: "Insurance - Property & Casualty",  
  10326: "Insurance - Specialty",  
  10427: "Real Estate Services",  
  10428: "REITs",  
  20529: "Beverages - Alcoholic",  
  20530: "Beverages - Non-Alcoholic",  
  20531: "Consumer Packaged Goods",  
  20532: "Education",  
  20533: "Retail - Defensive",  
  20534: "Tobacco Products",  
  20635: "Biotechnology",  
  20636: "Drug Manufacturers",  
  20637: "Health Care Plans",  
  20638: "Health Care Providers",  
  20639: "Medical Devices",  
  20640: "Medical Diagnostics & Research",  
  20641: "Medical Distribution",  
  20642: "Medical Instruments & Equipment",  
  20743: "Utilities - Independent Power Producers",  
  20744: "Utilities - Regulated",  
  30845: "Communication Services",  
  30946: "Oil & Gas - Drilling",  
  30947: "Oil & Gas - E&P",  
  30948: "Oil & Gas - Integrated",  
  30949: "Oil & Gas - Midstream",  
  30950: "Oil & Gas - Refining & Marketing",  
  30951: "Oil & Gas - Services",  
  31052: "Aerospace & Defense",  
  31053: "Airlines",  
  31054: "Business Services",  
  31055: "Conglomerates",  
  31056: "Consulting & Outsourcing",  
  31057: "Employment Services",  
  31058: "Engineering & Construction",  
  31059: "Farm & Construction Machinery",  
  31060: "Industrial Distribution",  
  31061: "Industrial Products",  
  31062: "Transportation & Logistics",  
  31063: "Truck Manufacturing",  
  31064: "Waste Management",  
  31165: "Application Software",  
  31166: "Communication Equipment",  
  31167: "Computer Hardware",  
  31168: "Online Media",  
  31169: "Semiconductors"  
}

I'm glad the Sector classifier exists but why did Quantopian stop at Sector and not include Industry?

I think it would be great to be able to do something like
company_pe.demean(groupby=Industry())
but there is no Industry classifier and I admit I'm novice python coder and I don't know how else to achieve this.

Maybe other people have achieved this but I haven't found anything in the forums which is surprising because it's such a well known/used valuation.

Would something like this work? It compares the individual stock's avg EPS over 252 days to their respective Industry Code.

 class Industry(CustomFactor):  
        inputs = [factset.Fundamentals.eps_basic_gr_qf, Fundamentals.morningstar_industry_code]  
        window_length = 252  
        def compute(self, today, assets, out, pe, industry_codes):  
            df = pd.DataFrame(index=assets, data={"pe_ratio": pe[-1], "industry_codes": industry_codes[-1]})  
            out[:] = df.groupby("industry_codes").transform(np.mean).values.flatten()  

Here is an updated version of the industry group dictionary ! It would be great if someone can do the same on industry level!

MORNINGSTAR_SECTOR_CODES = {  
     -1: 'Misc',  
    101: 'Basic Materials',  
    102: 'Consumer Cyclical',  
    103: 'Financial Services',  
    104: 'Real Estate',  
    205: 'Consumer Defensive',  
    206: 'Healthcare',  
    207: 'Utilities',  
    308: 'Communication Services',  
    309: 'Energy',  
    310: 'Industrials',  
    311: 'Technology' , }



############### Nov. 2019- Onward ###############

MORNINGSTAR_INDUSTRY_GROUP_NEW = {  
  10110: "Agriculture",  
  10120: "Building Materials",  
  10130: "Chemicals",  
  10140: "Forest Products",  
  10150: "Metals & Mining",  
  10160: "Steel",  
  10200: "Vehicles & Parts",  
  10220: "Furnishings, Fixtures, & Appliance",  
  10230: "Homebuilding & Construction",  
  10240: "Manufacturing - Apparel & Furniture",  
  10250: "Packaging & Containers",  
  10260: "Personal Services",  
  10270: "Restaurants",  
  10280: "Retail - Cyclical",  
  10290: "Travel & Leisure",  
  10310: "Asset Management",  
  10320: "Banks",  
  10330: "Capital Markets",  
  10340: "Insurance",  
  10350: "Diversified Financial Services",  
  10360: "Credit Services",  
  10410: "Real Estate",  
  10420: "REITs",  
  20510: "Beverages - Alcoholic",  
  20520: "Beverages - Non-Alcoholic",  
  20525: "Consumer Packaged Goods",  
  20540: "Education",  
  20550: "Retail - Defensive",  
  20560: "Tobacco Products",  
  20610: "Biotechnology",  
  20620: "Drug Manufacturers",  
  20630: "Health Care Plans",  
  20645: "Health Care Providers & Services",  
  20650: "Medical Devices & Instruments",  
  20660: "Medical Diagnostics & Research",  
  20670: "Medical Distribution",  
  20710: "Utilities - Independent Power Producers",  
  20720: "Utilities - Regulated",  
  30810: "Telecommunication Services",  
  30820: "Media - Diversified",  
  30830: "Interactive Media",  
  30910: "Oil & Gas ",  
  20920: "Other Energy Sources",  
  31010: "Aerospace & Defense",  
  31020: "Business Services",  
  31030: "Conglomerates",  
  31040: "Construction",  
  31050: "Farm & Construction Machinery",  
  31060: "Industrial Distribution",  
  31070: "Industrial Products",  
  31080: "Transportation ",  
  31090: "Waste Management",  
  31110: "Software",  
  31120: "Hardware",  
  31130: "Semiconductors"  

}


MORNINGSTAR_INDUSTRY_GROUP_OLD = {  
  10101: "Agriculture",  
  10102: "Building Materials",  
  10103: "Chemicals",  
  10104: "Coal",  
  10105: "Forest Products",  
  10106: "Metals & Mining",  
  10107: "Steel",  
  10208: "Advertising & Marketing Services",  
  10209: "Autos",  
  10210: "Entertainment",  
  10211: "Homebuilding & Construction",  
  10212: "Manufacturing - Apparel & Furniture",  
  10213: "Packaging & Containers",  
  10214: "Personal Services",  
  10215: "Publishing",  
  10216: "Restaurants",  
  10217: "Retail - Apparel & Specialty",  
  10218: "Travel & Leisure",  
  10319: "Asset Management",  
  10320: "Banks",  
  10321: "Brokers & Exchanges",  
  10322: "Credit Services",  
  10323: "Insurance",  
  10324: "Insurance - Life",  
  10325: "Insurance - Property & Casualty",  
  10326: "Insurance - Specialty",  
  10427: "Real Estate Services",  
  10428: "REITs",  
  20529: "Beverages - Alcoholic",  
  20530: "Beverages - Non-Alcoholic",  
  20531: "Consumer Packaged Goods",  
  20532: "Education",  
  20533: "Retail - Defensive",  
  20534: "Tobacco Products",  
  20635: "Biotechnology",  
  20636: "Drug Manufacturers",  
  20637: "Health Care Plans",  
  20638: "Health Care Providers",  
  20639: "Medical Devices",  
  20640: "Medical Diagnostics & Research",  
  20641: "Medical Distribution",  
  20642: "Medical Instruments & Equipment",  
  20743: "Utilities - Independent Power Producers",  
  20744: "Utilities - Regulated",  
  30845: "Communication Services",  
  30946: "Oil & Gas - Drilling",  
  30947: "Oil & Gas - E&P",  
  30948: "Oil & Gas - Integrated",  
  30949: "Oil & Gas - Midstream",  
  30950: "Oil & Gas - Refining & Marketing",  
  30951: "Oil & Gas - Services",  
  31052: "Aerospace & Defense",  
  31053: "Airlines",  
  31054: "Business Services",  
  31055: "Conglomerates",  
  31056: "Consulting & Outsourcing",  
  31057: "Employment Services",  
  31058: "Engineering & Construction",  
  31059: "Farm & Construction Machinery",  
  31060: "Industrial Distribution",  
  31061: "Industrial Products",  
  31062: "Transportation & Logistics",  
  31063: "Truck Manufacturing",  
  31064: "Waste Management",  
  31165: "Application Software",  
  31166: "Communication Equipment",  
  31167: "Computer Hardware",  
  31168: "Online Media",  
  31169: "Semiconductors"  
}




MORNINGSTAR_INDUSTRY_CODES_OLD = {  
  10101001: "Agricultural Inputs",  
  10102002: "Building Materials",  
  10103003: "Chemicals",  
  10103004: "Specialty Chemicals",  
  10104005: "Coal",  
  10105006: "Lumber & Wood Production",  
  10105007: "Paper & Paper Products",  
  10106008: "Aluminum",  
  10106009: "Copper",  
  10106010: "Gold",  
  10106011: "Industrial Metals & Minerals",  
  10106012: "Silver",  
  10107013: "Steel",  
  10208014: "Advertising Agencies",  
  10208015: "Marketing Services",  
  10209016: "Auto & Truck Dealerships",  
  10209017: "Auto Manufacturers",  
  10209018: "Auto Parts",  
  10209019: "Recreational Vehicles",  
  10209020: "Rubber & Plastics",  
  10210021: "Broadcasting - Radio",  
  10210022: "Broadcasting - TV",  
  10210023: "Media - Diversified",  
  10211024: "Residential Construction",  
  10211025: "Textile Manufacturing",  
  10212026: "Apparel Manufacturing",  
  10212027: "Footwear & Accessories",  
  10212028: "Home Furnishings & Fixtures",  
  10213029: "Packaging & Containers",  
  10214030: "Personal Services",  
  10215031: "Publishing",  
  10216032: "Restaurants",  
  10217033: "Apparel Stores",  
  10217034: "Department Stores",  
  10217035: "Home Improvement Stores",  
  10217036: "Luxury Goods",  
  10217037: "Specialty Retail",  
  10218038: "Gambling",  
  10218039: "Leisure",  
  10218040: "Lodging",  
  10218041: "Resorts & Casinos",  
  10319042: "Asset Management",  
  10320043: "Banks - Global",  
  10320044: "Banks - Regional - Africa",  
  10320045: "Banks - Regional - Asia",  
  10320046: "Banks - Regional - Australia",  
  10320047: "Banks - Regional - Canada",  
  10320048: "Banks - Regional - Europe",  
  10320049: "Banks - Regional - Latin America",  
  10320050: "Banks - Regional - US",  
  10320051: "Savings & Cooperative Banks",  
  10320052: "Specialty Finance",  
  10321053: "Capital Markets",  
  10321054: "Financial Exchanges",  
  10321055: "Insurance Brokers",  
  10322056: "Credit Services",  
  10323057: "Insurance - Diversified",  
  10324058: "Insurance - Life",  
  10325059: "Insurance - Property & Casualty",  
  10326060: "Insurance - Reinsurance",  
  10326061: "Insurance - Specialty",  
  10427062: "Real Estate - General",  
  10427063: "Real Estate Services",  
  10428064: "REIT - Diversified",  
  10428065: "REIT - Healthcare Facilities",  
  10428066: "REIT - Hotel & Motel",  
  10428067: "REIT - Industrial",  
  10428068: "REIT - Office",  
  10428069: "REIT - Residential",  
  10428070: "REIT - Retail",  
  20529071: "Beverages - Brewers",  
  20529072: "Beverages - Wineries & Distilleries",  
  20530073: "Beverages - Soft Drinks",  
  20531074: "Confectioners",  
  20531075: "Farm Products",  
  20531076: "Household & Personal Products",  
  20531077: "Packaged Foods",  
  20532078: "Education & Training Services",  
  20533079: "Discount Stores",  
  20533080: "Pharmaceutical Retailers",  
  20533081: "Food Distribution",  
  20533082: "Grocery Stores",  
  20534083: "Tobacco",  
  20635084: "Biotechnology",  
  20636085: "Drug Manufacturers - Major",  
  20636086: "Drug Manufacturers - Specialty & Generic",  
  20637087: "Health Care Plans",  
  20638088: "Long-Term Care Facilities",  
  20638089: "Medical Care",  
  20639090: "Medical Devices",  
  20640091: "Diagnostics & Research",  
  20641092: "Medical Distribution",  
  20642093: "Medical Instruments & Supplies",  
  20743094: "Utilities - Independent Power Producers",  
  20744095: "Utilities - Diversified",  
  20744096: "Utilities - Regulated Electric",  
  20744097: "Utilities - Regulated Gas",  
  20744098: "Utilities - Regulated Water",  
  30845099: "Pay TV",  
  30845100: "Telecom Services",  
  30946101: "Oil & Gas Drilling",  
  30947102: "Oil & Gas E&P",  
  30948103: "Oil & Gas Integrated",  
  30949104: "Oil & Gas Midstream",  
  30950105: "Oil & Gas Refining & Marketing",  
  30951106: "Oil & Gas Equipment & Services",  
  31052107: "Aerospace & Defense",  
  31053108: "Airlines",  
  31054109: "Business Services",  
  31055110: "Conglomerates",  
  31056111: "Rental & Leasing Services",  
  31056112: "Security & Protection Services",  
  31057113: "Staffing & Outsourcing Services",  
  31058114: "Engineering & Construction",  
  31058115: "Infrastructure Operations",  
  31059116: "Farm & Construction Equipment",  
  31060117: "Industrial Distribution",  
  31061118: "Business Equipment",  
  31061119: "Diversified Industrials",  
  31061120: "Metal Fabrication",  
  31061121: "Pollution & Treatment Controls",  
  31061122: "Tools & Accessories",  
  31062123: "Airports & Air Services",  
  31062124: "Integrated Shipping & Logistics",  
  31062125: "Railroads",  
  31062126: "Shipping & Ports",  
  31062127: "Trucking",  
  31063128: "Truck Manufacturing",  
  31064129: "Waste Management",  
  31165130: "Electronic Gaming & Multimedia",  
  31165131: "Health Information Services",  
  31165132: "Information Technology Services",  
  31165133: "Software - Application",  
  31165134: "Software - Infrastructure",  
  31166135: "Communication Equipment",  
  31167136: "Computer Distribution",  
  31167137: "Computer Systems",  
  31167138: "Consumer Electronics",  
  31167139: "Contract Manufacturers",  
  31167140: "Data Storage",  
  31167141: "Electronic Components",  
  31167142: "Electronics Distribution",  
  31167143: "Scientific & Technical Instruments",  
  31168144: "Internet Content & Information",  
  31169145: "Semiconductor Equipment & Materials",  
  31169146: "Semiconductor Memory",  
  31169147: "Semiconductors",  
  31169148: "Solar"  
}

Here you go.

MORNINGSTAR_INDUSTRY_CODES_NEW =  
{10110010: 'Agricultural Inputs',
 10120010: 'Building Materials',  
 10130010: 'Chemicals',  
 10130020: 'Specialty Chemicals',  
 10140010: 'Lumber & Wood Production',  
 10140020: 'Paper & Paper Products',  
 10150010: 'Aluminum',  
 10150020: 'Copper',  
 10150030: 'Other Industrial Metals & Mining',  
 10150040: 'Gold',  
 10150050: 'Silver',  
 10150060: 'Other Precious Metals & Mining',  
 10160010: 'Coking Coal',  
 10160020: 'Steel',  
 10200010: 'Auto & Truck Dealerships',  
 10200020: 'Auto Manufacturers',  
 10200030: 'Auto Parts',  
 10200040: 'Recreational Vehicles',  
 10220010: 'Furnishings, Fixtures & Appliances',  
 10230010: 'Residential Construction',  
 10240010: 'Textile Manufacturing',  
 10240020: 'Apparel Manufacturing',  
 10240030: 'Footwear & Accessories',  
 10250010: 'Packaging & Containers',  
 10260010: 'Personal Services',  
 10270010: 'Restaurants',  
 10280010: 'Apparel Retail',  
 10280020: 'Department Stores',  
 10280030: 'Home Improvement Retail',  
 10280040: 'Luxury Goods',  
 10280050: 'Internet Retail',  
 10280060: 'Specialty Retail',  
 10290010: 'Gambling',  
 10290020: 'Leisure',  
 10290030: 'Lodging',  
 10290040: 'Resorts & Casinos',  
 10290050: 'Travel Services',  
 10310010: 'Asset Management',  
 10320010: 'Banks—Diversified',  
 10320020: 'Banks—Regional',  
 10320030: 'Mortgage Finance',  
 10330010: 'Capital Markets',  
 10330020: 'Financial Data & Stock Exchanges',  
 10340010: 'Insurance—Life',  
 10340020: 'Insurance—Property & Casualty',  
 10340030: 'Insurance—Reinsurance',  
 10340040: 'Insurance—Specialty',  
 10340050: 'Insurance Brokers',  
 10340060: 'Insurance—Diversified',  
 10350010: 'Shell Companies',  
 10350020: 'Financial Conglomerates',  
 10360010: 'Credit Services',  
 10410010: 'Real Estate—Development',  
 10410020: 'Real Estate Services',  
 10410030: 'Real Estate—Diversified',  
 10420010: 'REIT—Healthcare Facilities',  
 10420020: 'REIT—Hotel & Motel',  
 10420030: 'REIT—Industrial',  
 10420040: 'REIT—Office',  
 10420050: 'REIT—Residential',  
 10420060: 'REIT—Retail',  
 10420070: 'REIT—Mortgage',  
 10420080: 'REIT—Specialty',  
 10420090: 'REIT—Diversified',  
 20510010: 'Beverages—Brewers',  
 20510020: 'Beverages—Wineries & Distilleries',  
 20520010: 'Beverages—Non-Alcoholic',  
 20525010: 'Confectioners',  
 20525020: 'Farm Products',  
 20525030: 'Household & Personal Products',  
 20525040: 'Packaged Foods',  
 20540010: 'Education & Training Services',  
 20550010: 'Discount Stores',  
 20550020: 'Food Distribution',  
 20550030: 'Grocery Stores',  
 20560010: 'Tobacco',  
 20610010: 'Biotechnology',  
 20620010: 'Drug Manufacturers—General',  
 20620020: 'Drug Manufacturers—Specialty & Generic',  
 20630010: 'Healthcare Plans',  
 20645010: 'Medical Care Facilities',  
 20645020: 'Pharmaceutical Retailers',  
 20645030: 'Health Information Services',  
 20650010: 'Medical Devices',  
 20650020: 'Medical Instruments & Supplies',  
 20660010: 'Diagnostics & Research',  
 20670010: 'Medical Distribution',  
 20710010: 'Utilities—Independent Power Producers',  
 20710020: 'Utilities—Renewable',  
 20720010: 'Utilities—Regulated Water',  
 20720020: 'Utilities—Regulated Electric',  
 20720030: 'Utilities—Regulated Gas',  
 20720040: 'Utilities—Diversified',  
 30810010: 'Telecom Services',  
 30820010: 'Advertising Agencies',  
 30820020: 'Publishing',  
 30820030: 'Broadcasting',  
 30820040: 'Entertainment',  
 30830010: 'Internet Content & Information',  
 30830020: 'Electronic Gaming & Multimedia',  
 30910010: 'Oil & Gas Drilling',  
 30910020: 'Oil & Gas E&P',  
 30910030: 'Oil & Gas Integrated',  
 30910040: 'Oil & Gas Midstream',  
 30910050: 'Oil & Gas Refining & Marketing',  
 30910060: 'Oil & Gas Equipment & Services',  
 30920010: 'Thermal Coal',  
 30920020: 'Uranium',  
 31010010: 'Aerospace & Defense',  
 31020010: 'Specialty Business Services',  
 31020020: 'Consulting Services',  
 31020030: 'Rental & Leasing Services',  
 31020040: 'Security & Protection Services',  
 31020050: 'Staffing & Employment Services',  
 31030010: 'Conglomerates',  
 31040010: 'Engineering & Construction',  
 31040020: 'Infrastructure Operations',  
 31040030: 'Building Products & Equipment',  
 31050010: 'Farm & Heavy Construction Machinery',  
 31060010: 'Industrial Distribution',  
 31070010: 'Business Equipment & Supplies',  
 31070020: 'Specialty Industrial Machinery',  
 31070030: 'Metal Fabrication',  
 31070040: 'Pollution & Treatment Controls',  
 31070050: 'Tools & Accessories',  
 31070060: 'Electrical Equipment & Parts',  
 31080010: 'Airports & Air Services',  
 31080020: 'Airlines',  
 31080030: 'Railroads',  
 31080040: 'Marine Shipping',  
 31080050: 'Trucking',  
 31080060: 'Integrated Freight & Logistics',  
 31090010: 'Waste Management',  
 31110010: 'Information Technology Services',  
 31110020: 'Software—Application',  
 31110030: 'Software—Infrastructure',  
 31120010: 'Communication Equipment',  
 31120020: 'Computer Hardware',  
 31120030: 'Consumer Electronics',  
 31120040: 'Electronic Components',  
 31120050: 'Electronics & Computer Distribution',  
 31120060: 'Scientific & Technical Instruments',  
 31130010: 'Semiconductor Equipment & Materials',  
 31130020: 'Semiconductors',  
 31130030: 'Solar'}