Skip to content

Instantly share code, notes, and snippets.

@hotmeteor
Created February 3, 2024 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hotmeteor/317d3bddefec7bc908d6b051972e4f56 to your computer and use it in GitHub Desktop.
Save hotmeteor/317d3bddefec7bc908d6b051972e4f56 to your computer and use it in GitHub Desktop.
SIC codes as PHP array
<?php
// As listed here: https://www.sec.gov/corpfin/division-of-corporation-finance-standard-industrial-classification-sic-code-list
return [
[
'code' => 100,
'office' => 'Industrial Applications and Services',
'industry' => 'AGRICULTURAL PRODUCTION-CROPS',
],
[
'code' => 200,
'office' => 'Industrial Applications and Services',
'industry' => 'AGRICULTURAL PROD-LIVESTOCK & ANIMAL SPECIALTIES',
],
[
'code' => 700,
'office' => 'Industrial Applications and Services',
'industry' => 'AGRICULTURAL SERVICES',
],
[
'code' => 800,
'office' => 'Industrial Applications and Services',
'industry' => 'FORESTRY',
],
[
'code' => 900,
'office' => 'Industrial Applications and Services',
'industry' => 'FISHING, HUNTING AND TRAPPING',
],
[
'code' => 1000,
'office' => 'Office of Energy & Transportation',
'industry' => 'METAL MINING',
],
[
'code' => 1040,
'office' => 'Office of Energy & Transportation',
'industry' => 'GOLD AND SILVER ORES',
],
[
'code' => 1090,
'office' => 'Office of Energy & Transportation',
'industry' => 'MISCELLANEOUS METAL ORES',
],
[
'code' => 1220,
'office' => 'Office of Energy & Transportation',
'industry' => 'BITUMINOUS COAL & LIGNITE MINING',
],
[
'code' => 1221,
'office' => 'Office of Energy & Transportation',
'industry' => 'BITUMINOUS COAL & LIGNITE SURFACE MINING',
],
[
'code' => 1311,
'office' => 'Office of Energy & Transportation',
'industry' => 'CRUDE PETROLEUM & NATURAL GAS',
],
[
'code' => 1381,
'office' => 'Office of Energy & Transportation',
'industry' => 'DRILLING OIL & GAS WELLS',
],
[
'code' => 1382,
'office' => 'Office of Energy & Transportation',
'industry' => 'OIL & GAS FIELD EXPLORATION SERVICES',
],
[
'code' => 1389,
'office' => 'Office of Energy & Transportation',
'industry' => 'OIL & GAS FIELD SERVICES, NEC',
],
[
'code' => 1400,
'office' => 'Office of Energy & Transportation',
'industry' => 'MINING & QUARRYING OF NONMETALLIC MINERALS (NO FUELS)',
],
[
'code' => 1520,
'office' => 'Office of Real Estate & Construction',
'industry' => 'GENERAL BLDG CONTRACTORS - RESIDENTIAL BLDGS',
],
[
'code' => 1531,
'office' => 'Office of Real Estate & Construction',
'industry' => 'OPERATIVE BUILDERS',
],
[
'code' => 1540,
'office' => 'Office of Real Estate & Construction',
'industry' => 'GENERAL BLDG CONTRACTORS - NONRESIDENTIAL BLDGS',
],
[
'code' => 1600,
'office' => 'Office of Real Estate & Construction',
'industry' => 'HEAVY CONSTRUCTION OTHER THAN BLDG CONST - CONTRACTORS',
],
[
'code' => 1623,
'office' => 'Office of Real Estate & Construction',
'industry' => 'WATER, SEWER, PIPELINE, COMM & POWER LINE CONSTRUCTION',
],
[
'code' => 1700,
'office' => 'Office of Real Estate & Construction',
'industry' => 'CONSTRUCTION - SPECIAL TRADE CONTRACTORS',
],
[
'code' => 1731,
'office' => 'Office of Real Estate & Construction',
'industry' => 'ELECTRICAL WORK',
],
[
'code' => 2000,
'office' => 'Office of Manufacturing',
'industry' => 'FOOD AND KINDRED PRODUCTS',
],
[
'code' => 2011,
'office' => 'Office of Manufacturing',
'industry' => 'MEAT PACKING PLANTS',
],
[
'code' => 2013,
'office' => 'Office of Manufacturing',
'industry' => 'SAUSAGES & OTHER PREPARED MEAT PRODUCTS',
],
[
'code' => 2015,
'office' => 'Office of Manufacturing',
'industry' => 'POULTRY SLAUGHTERING AND PROCESSING',
],
[
'code' => 2020,
'office' => 'Office of Manufacturing',
'industry' => 'DAIRY PRODUCTS',
],
[
'code' => 2024,
'office' => 'Office of Manufacturing',
'industry' => 'ICE CREAM & FROZEN DESSERTS',
],
[
'code' => 2030,
'office' => 'Office of Manufacturing',
'industry' => 'CANNED, FROZEN & PRESERVD FRUIT, VEG & FOOD SPECIALTIES',
],
[
'code' => 2033,
'office' => 'Office of Manufacturing',
'industry' => 'CANNED, FRUITS, VEG, PRESERVES, JAMS & JELLIES',
],
[
'code' => 2040,
'office' => 'Office of Manufacturing',
'industry' => 'GRAIN MILL PRODUCTS',
],
[
'code' => 2050,
'office' => 'Office of Manufacturing',
'industry' => 'BAKERY PRODUCTS',
],
[
'code' => 2052,
'office' => 'Office of Manufacturing',
'industry' => 'COOKIES & CRACKERS',
],
[
'code' => 2060,
'office' => 'Office of Manufacturing',
'industry' => 'SUGAR & CONFECTIONERY PRODUCTS',
],
[
'code' => 2070,
'office' => 'Office of Manufacturing',
'industry' => 'FATS & OILS',
],
[
'code' => 2080,
'office' => 'Office of Manufacturing',
'industry' => 'BEVERAGES',
],
[
'code' => 2082,
'office' => 'Office of Manufacturing',
'industry' => 'MALT BEVERAGES',
],
[
'code' => 2086,
'office' => 'Office of Manufacturing',
'industry' => 'BOTTLED & CANNED SOFT DRINKS & CARBONATED WATERS',
],
[
'code' => 2090,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS FOOD PREPARATIONS & KINDRED PRODUCTS',
],
[
'code' => 2092,
'office' => 'Office of Manufacturing',
'industry' => 'PREPARED FRESH OR FROZEN FISH & SEAFOODS',
],
[
'code' => 2100,
'office' => 'Office of Manufacturing',
'industry' => 'TOBACCO PRODUCTS',
],
[
'code' => 2111,
'office' => 'Office of Manufacturing',
'industry' => 'CIGARETTES',
],
[
'code' => 2200,
'office' => 'Office of Manufacturing',
'industry' => 'TEXTILE MILL PRODUCTS',
],
[
'code' => 2211,
'office' => 'Office of Manufacturing',
'industry' => 'BROADWOVEN FABRIC MILLS, COTTON',
],
[
'code' => 2221,
'office' => 'Office of Manufacturing',
'industry' => 'BROADWOVEN FABRIC MILLS, MAN MADE FIBER & SILK',
],
[
'code' => 2250,
'office' => 'Office of Manufacturing',
'industry' => 'KNITTING MILLS',
],
[
'code' => 2253,
'office' => 'Office of Manufacturing',
'industry' => 'KNIT OUTERWEAR MILLS',
],
[
'code' => 2273,
'office' => 'Office of Manufacturing',
'industry' => 'CARPETS & RUGS',
],
[
'code' => 2300,
'office' => 'Office of Manufacturing',
'industry' => 'APPAREL & OTHER FINISHD PRODS OF FABRICS & SIMILAR MATL',
],
[
'code' => 2320,
'office' => 'Office of Manufacturing',
'industry' => 'MEN\'S & BOYS\' FURNISHGS, WORK CLOTHG, & ALLIED GARMENTS',
],
[
'code' => 2330,
'office' => 'Office of Manufacturing',
'industry' => 'WOMEN\'S, MISSES\', AND JUNIORS OUTERWEAR',
],
[
'code' => 2340,
'office' => 'Office of Manufacturing',
'industry' => 'WOMEN\'S, MISSES\', CHILDREN\'S & INFANTS\' UNDERGARMENTS',
],
[
'code' => 2390,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS FABRICATED TEXTILE PRODUCTS',
],
[
'code' => 2400,
'office' => 'Office of Manufacturing',
'industry' => 'LUMBER & WOOD PRODUCTS (NO FURNITURE)',
],
[
'code' => 2421,
'office' => 'Office of Manufacturing',
'industry' => 'SAWMILLS & PLANTING MILLS, GENERAL',
],
[
'code' => 2430,
'office' => 'Office of Manufacturing',
'industry' => 'MILLWOOD, VENEER, PLYWOOD, & STRUCTURAL WOOD MEMBERS',
],
[
'code' => 2451,
'office' => 'Office of Manufacturing',
'industry' => 'MOBILE HOMES',
],
[
'code' => 2452,
'office' => 'Office of Manufacturing',
'industry' => 'PREFABRICATED WOOD BLDGS & COMPONENTS',
],
[
'code' => 2510,
'office' => 'Office of Manufacturing',
'industry' => 'HOUSEHOLD FURNITURE',
],
[
'code' => 2511,
'office' => 'Office of Manufacturing',
'industry' => 'WOOD HOUSEHOLD FURNITURE, (NO UPHOLSTERED)',
],
[
'code' => 2520,
'office' => 'Office of Manufacturing',
'industry' => 'OFFICE FURNITURE',
],
[
'code' => 2522,
'office' => 'Office of Manufacturing',
'industry' => 'OFFICE FURNITURE (NO WOOD)',
],
[
'code' => 2531,
'office' => 'Office of Manufacturing',
'industry' => 'PUBLIC BLDG & RELATED FURNITURE',
],
[
'code' => 2540,
'office' => 'Office of Manufacturing',
'industry' => 'PARTITIONS, SHELVG, LOCKERS, & OFFICE & STORE FIXTURES',
],
[
'code' => 2590,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS FURNITURE & FIXTURES',
],
[
'code' => 2600,
'office' => 'Office of Manufacturing',
'industry' => 'PAPERS & ALLIED PRODUCTS',
],
[
'code' => 2611,
'office' => 'Office of Manufacturing',
'industry' => 'PULP MILLS',
],
[
'code' => 2621,
'office' => 'Office of Manufacturing',
'industry' => 'PAPER MILLS',
],
[
'code' => 2631,
'office' => 'Office of Manufacturing',
'industry' => 'PAPERBOARD MILLS',
],
[
'code' => 2650,
'office' => 'Office of Manufacturing',
'industry' => 'PAPERBOARD CONTAINERS & BOXES',
],
[
'code' => 2670,
'office' => 'Office of Manufacturing',
'industry' => 'CONVERTED PAPER & PAPERBOARD PRODS (NO CONTANERS/BOXES)',
],
[
'code' => 2673,
'office' => 'Office of Manufacturing',
'industry' => 'PLASTICS, FOIL & COATED PAPER BAGS',
],
[
'code' => 2711,
'office' => 'Office of Manufacturing',
'industry' => 'NEWSPAPERS: PUBLISHING OR PUBLISHING & PRINTING',
],
[
'code' => 2721,
'office' => 'Office of Manufacturing',
'industry' => 'PERIODICALS: PUBLISHING OR PUBLISHING & PRINTING',
],
[
'code' => 2731,
'office' => 'Office of Manufacturing',
'industry' => 'BOOKS: PUBLISHING OR PUBLISHING & PRINTING',
],
[
'code' => 2732,
'office' => 'Office of Manufacturing',
'industry' => 'BOOK PRINTING',
],
[
'code' => 2741,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS PUBLISHING',
],
[
'code' => 2750,
'office' => 'Office of Manufacturing',
'industry' => 'COMMERCIAL PRINTING',
],
[
'code' => 2761,
'office' => 'Office of Manufacturing',
'industry' => 'MANIFOLD BUSINESS FORMS',
],
[
'code' => 2771,
'office' => 'Office of Manufacturing',
'industry' => 'GREETING CARDS',
],
[
'code' => 2780,
'office' => 'Office of Manufacturing',
'industry' => 'BLANKBOOKS, LOOSELEAF BINDERS & BOOKBINDG & RELATD WORK',
],
[
'code' => 2790,
'office' => 'Office of Manufacturing',
'industry' => 'SERVICE INDUSTRIES FOR THE PRINTING TRADE',
],
[
'code' => 2800,
'office' => 'Industrial Applications and Services',
'industry' => 'CHEMICALS & ALLIED PRODUCTS',
],
[
'code' => 2810,
'office' => 'Industrial Applications and Services',
'industry' => 'INDUSTRIAL INORGANIC CHEMICALS',
],
[
'code' => 2820,
'office' => 'Industrial Applications and Services',
'industry' => 'PLASTIC MATERIAL, SYNTH RESIN/RUBBER, CELLULOS (NO GLASS)',
],
[
'code' => 2821,
'office' => 'Industrial Applications and Services',
'industry' => 'PLASTIC MATERIALS, SYNTH RESINS & NONVULCAN ELASTOMERS',
],
[
'code' => 2833,
'office' => 'Office of Life Sciences',
'industry' => 'MEDICINAL CHEMICALS & BOTANICAL PRODUCTS',
],
[
'code' => 2834,
'office' => 'Office of Life Sciences',
'industry' => 'PHARMACEUTICAL PREPARATIONS',
],
[
'code' => 2835,
'office' => 'Office of Life Sciences',
'industry' => 'IN VITRO & IN VIVO DIAGNOSTIC SUBSTANCES',
],
[
'code' => 2836,
'office' => 'Office of Life Sciences',
'industry' => 'BIOLOGICAL PRODUCTS, (NO DISGNOSTIC SUBSTANCES)',
],
[
'code' => 2840,
'office' => 'Industrial Applications and Services',
'industry' => 'SOAP, DETERGENTS, CLEANG PREPARATIONS, PERFUMES, COSMETICS',
],
[
'code' => 2842,
'office' => 'Industrial Applications and Services',
'industry' => 'SPECIALTY CLEANING, POLISHING AND SANITATION PREPARATIONS',
],
[
'code' => 2844,
'office' => 'Industrial Applications and Services',
'industry' => 'PERFUMES, COSMETICS & OTHER TOILET PREPARATIONS',
],
[
'code' => 2851,
'office' => 'Industrial Applications and Services',
'industry' => 'PAINTS, VARNISHES, LACQUERS, ENAMELS & ALLIED PRODS',
],
[
'code' => 2860,
'office' => 'Industrial Applications and Services',
'industry' => 'INDUSTRIAL ORGANIC CHEMICALS',
],
[
'code' => 2870,
'office' => 'Industrial Applications and Services',
'industry' => 'AGRICULTURAL CHEMICALS',
],
[
'code' => 2890,
'office' => 'Industrial Applications and Services',
'industry' => 'MISCELLANEOUS CHEMICAL PRODUCTS',
],
[
'code' => 2891,
'office' => 'Industrial Applications and Services',
'industry' => 'ADHESIVES & SEALANTS',
],
[
'code' => 2911,
'office' => 'Office of Energy & Transportation',
'industry' => 'PETROLEUM REFINING',
],
[
'code' => 2950,
'office' => 'Office of Energy & Transportation',
'industry' => 'ASPHALT PAVING & ROOFING MATERIALS',
],
[
'code' => 2990,
'office' => 'Office of Energy & Transportation',
'industry' => 'MISCELLANEOUS PRODUCTS OF PETROLEUM & COAL',
],
[
'code' => 3011,
'office' => 'Office of Manufacturing',
'industry' => 'TIRES & INNER TUBES',
],
[
'code' => 3021,
'office' => 'Office of Manufacturing',
'industry' => 'RUBBER & PLASTICS FOOTWEAR',
],
[
'code' => 3050,
'office' => 'Office of Manufacturing',
'industry' => 'GASKETS, PACKG & SEALG DEVICES & RUBBER & PLASTICS HOSE',
],
[
'code' => 3060,
'office' => 'Office of Manufacturing',
'industry' => 'FABRICATED RUBBER PRODUCTS, NEC',
],
[
'code' => 3080,
'office' => 'Industrial Applications and Services',
'industry' => 'MISCELLANEOUS PLASTICS PRODUCTS',
],
[
'code' => 3081,
'office' => 'Industrial Applications and Services',
'industry' => 'UNSUPPORTED PLASTICS FILM & SHEET',
],
[
'code' => 3086,
'office' => 'Industrial Applications and Services',
'industry' => 'PLASTICS FOAM PRODUCTS',
],
[
'code' => 3089,
'office' => 'Industrial Applications and Services',
'industry' => 'PLASTICS PRODUCTS, NEC',
],
[
'code' => 3100,
'office' => 'Office of Manufacturing',
'industry' => 'LEATHER & LEATHER PRODUCTS',
],
[
'code' => 3140,
'office' => 'Office of Manufacturing',
'industry' => 'FOOTWEAR, (NO RUBBER)',
],
[
'code' => 3211,
'office' => 'Office of Manufacturing',
'industry' => 'FLAT GLASS',
],
[
'code' => 3220,
'office' => 'Office of Manufacturing',
'industry' => 'GLASS & GLASSWARE, PRESSED OR BLOWN',
],
[
'code' => 3221,
'office' => 'Office of Manufacturing',
'industry' => 'GLASS CONTAINERS',
],
[
'code' => 3231,
'office' => 'Office of Manufacturing',
'industry' => 'GLASS PRODUCTS, MADE OF PURCHASED GLASS',
],
[
'code' => 3241,
'office' => 'Office of Manufacturing',
'industry' => 'CEMENT, HYDRAULIC',
],
[
'code' => 3250,
'office' => 'Office of Manufacturing',
'industry' => 'STRUCTURAL CLAY PRODUCTS',
],
[
'code' => 3260,
'office' => 'Office of Manufacturing',
'industry' => 'POTTERY & RELATED PRODUCTS',
],
[
'code' => 3270,
'office' => 'Office of Manufacturing',
'industry' => 'CONCRETE, GYPSUM & PLASTER PRODUCTS',
],
[
'code' => 3272,
'office' => 'Office of Manufacturing',
'industry' => 'CONCRETE PRODUCTS, EXCEPT BLOCK & BRICK',
],
[
'code' => 3281,
'office' => 'Office of Manufacturing',
'industry' => 'CUT STONE & STONE PRODUCTS',
],
[
'code' => 3290,
'office' => 'Office of Manufacturing',
'industry' => 'ABRASIVE, ASBESTOS & MISC NONMETALLIC MINERAL PRODS',
],
[
'code' => 3310,
'office' => 'Office of Manufacturing',
'industry' => 'STEEL WORKS, BLAST FURNACES & ROLLING & FINISHING MILLS',
],
[
'code' => 3312,
'office' => 'Office of Manufacturing',
'industry' => 'STEEL WORKS, BLAST FURNACES & ROLLING MILLS (COKE OVENS)',
],
[
'code' => 3317,
'office' => 'Office of Manufacturing',
'industry' => 'STEEL PIPE & TUBES',
],
[
'code' => 3320,
'office' => 'Office of Manufacturing',
'industry' => 'IRON & STEEL FOUNDRIES',
],
[
'code' => 3330,
'office' => 'Office of Manufacturing',
'industry' => 'PRIMARY SMELTING & REFINING OF NONFERROUS METALS',
],
[
'code' => 3334,
'office' => 'Office of Manufacturing',
'industry' => 'PRIMARY PRODUCTION OF ALUMINUM',
],
[
'code' => 3341,
'office' => 'Office of Manufacturing',
'industry' => 'SECONDARY SMELTING & REFINING OF NONFERROUS METALS',
],
[
'code' => 3350,
'office' => 'Office of Manufacturing',
'industry' => 'ROLLING DRAWING & EXTRUDING OF NONFERROUS METALS',
],
[
'code' => 3357,
'office' => 'Office of Manufacturing',
'industry' => 'DRAWING & INSULATING OF NONFERROUS WIRE',
],
[
'code' => 3360,
'office' => 'Office of Manufacturing',
'industry' => 'NONFERROUS FOUNDRIES (CASTINGS)',
],
[
'code' => 3390,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS PRIMARY METAL PRODUCTS',
],
[
'code' => 3411,
'office' => 'Office of Manufacturing',
'industry' => 'METAL CANS',
],
[
'code' => 3412,
'office' => 'Office of Manufacturing',
'industry' => 'METAL SHIPPING BARRELS, DRUMS, KEGS & PAILS',
],
[
'code' => 3420,
'office' => 'Office of Manufacturing',
'industry' => 'CUTLERY, HANDTOOLS & GENERAL HARDWARE',
],
[
'code' => 3430,
'office' => 'Office of Manufacturing',
'industry' => 'HEATING EQUIP, EXCEPT ELEC & WARM AIR; & PLUMBING FIXTURES',
],
[
'code' => 3433,
'office' => 'Office of Manufacturing',
'industry' => 'HEATING EQUIPMENT, EXCEPT ELECTRIC & WARM AIR FURNACES',
],
[
'code' => 3440,
'office' => 'Office of Manufacturing',
'industry' => 'FABRICATED STRUCTURAL METAL PRODUCTS',
],
[
'code' => 3442,
'office' => 'Office of Manufacturing',
'industry' => 'METAL DOORS, SASH, FRAMES, MOLDINGS & TRIM',
],
[
'code' => 3443,
'office' => 'Office of Manufacturing',
'industry' => 'FABRICATED PLATE WORK (BOILER SHOPS)',
],
[
'code' => 3444,
'office' => 'Office of Manufacturing',
'industry' => 'SHEET METAL WORK',
],
[
'code' => 3448,
'office' => 'Office of Manufacturing',
'industry' => 'PREFABRICATED METAL BUILDINGS & COMPONENTS',
],
[
'code' => 3451,
'office' => 'Office of Manufacturing',
'industry' => 'SCREW MACHINE PRODUCTS',
],
[
'code' => 3452,
'office' => 'Office of Manufacturing',
'industry' => 'BOLTS, NUTS, SCREWS, RIVETS & WASHERS',
],
[
'code' => 3460,
'office' => 'Office of Manufacturing',
'industry' => 'METAL FORGINGS & STAMPINGS',
],
[
'code' => 3470,
'office' => 'Office of Manufacturing',
'industry' => 'COATING, ENGRAVING & ALLIED SERVICES',
],
[
'code' => 3480,
'office' => 'Office of Manufacturing',
'industry' => 'ORDNANCE & ACCESSORIES, (NO VEHICLES/GUIDED MISSILES)',
],
[
'code' => 3490,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS FABRICATED METAL PRODUCTS',
],
[
'code' => 3510,
'office' => 'Office of Technology',
'industry' => 'ENGINES & TURBINES',
],
[
'code' => 3523,
'office' => 'Office of Technology',
'industry' => 'FARM MACHINERY & EQUIPMENT',
],
[
'code' => 3524,
'office' => 'Office of Technology',
'industry' => 'LAWN & GARDEN TRACTORS & HOME LAWN & GARDENS EQUIP',
],
[
'code' => 3530,
'office' => 'Office of Technology',
'industry' => 'CONSTRUCTION, MINING & MATERIALS HANDLING MACHINERY & EQUIP',
],
[
'code' => 3531,
'office' => 'Office of Technology',
'industry' => 'CONSTRUCTION MACHINERY & EQUIP',
],
[
'code' => 3532,
'office' => 'Office of Technology',
'industry' => 'MINING MACHINERY & EQUIP (NO OIL & GAS FIELD MACH & EQUIP)',
],
[
'code' => 3533,
'office' => 'Office of Technology',
'industry' => 'OIL & GAS FIELD MACHINERY & EQUIPMENT',
],
[
'code' => 3537,
'office' => 'Office of Technology',
'industry' => 'INDUSTRIAL TRUCKS, TRACTORS, TRAILORS & STACKERS',
],
[
'code' => 3540,
'office' => 'Office of Technology',
'industry' => 'METALWORKG MACHINERY & EQUIPMENT',
],
[
'code' => 3541,
'office' => 'Office of Technology',
'industry' => 'MACHINE TOOLS, METAL CUTTING TYPES',
],
[
'code' => 3550,
'office' => 'Office of Technology',
'industry' => 'SPECIAL INDUSTRY MACHINERY (NO METALWORKING MACHINERY)',
],
[
'code' => 3555,
'office' => 'Office of Technology',
'industry' => 'PRINTING TRADES MACHINERY & EQUIPMENT',
],
[
'code' => 3559,
'office' => 'Office of Technology',
'industry' => 'SPECIAL INDUSTRY MACHINERY, NEC',
],
[
'code' => 3560,
'office' => 'Office of Technology',
'industry' => 'GENERAL INDUSTRIAL MACHINERY & EQUIPMENT',
],
[
'code' => 3561,
'office' => 'Office of Technology',
'industry' => 'PUMPS & PUMPING EQUIPMENT',
],
[
'code' => 3562,
'office' => 'Office of Technology',
'industry' => 'BALL & ROLLER BEARINGS',
],
[
'code' => 3564,
'office' => 'Office of Technology',
'industry' => 'INDUSTRIAL & COMMERCIAL FANS & BLOWERS & AIR PURIFING EQUIP',
],
[
'code' => 3567,
'office' => 'Office of Technology',
'industry' => 'INDUSTRIAL PROCESS FURNACES & OVENS',
],
[
'code' => 3569,
'office' => 'Office of Technology',
'industry' => 'GENERAL INDUSTRIAL MACHINERY & EQUIPMENT, NEC',
],
[
'code' => 3570,
'office' => 'Office of Technology',
'industry' => 'COMPUTER & OFFICE EQUIPMENT',
],
[
'code' => 3571,
'office' => 'Office of Technology',
'industry' => 'ELECTRONIC COMPUTERS',
],
[
'code' => 3572,
'office' => 'Office of Technology',
'industry' => 'COMPUTER STORAGE DEVICES',
],
[
'code' => 3575,
'office' => 'Office of Technology',
'industry' => 'COMPUTER TERMINALS',
],
[
'code' => 3576,
'office' => 'Office of Technology',
'industry' => 'COMPUTER COMMUNICATIONS EQUIPMENT',
],
[
'code' => 3577,
'office' => 'Office of Technology',
'industry' => 'COMPUTER PERIPHERAL EQUIPMENT, NEC',
],
[
'code' => 3578,
'office' => 'Office of Technology',
'industry' => 'CALCULATING & ACCOUNTING MACHINES (NO ELECTRONIC COMPUTERS)',
],
[
'code' => 3579,
'office' => 'Office of Technology',
'industry' => 'OFFICE MACHINES, NEC',
],
[
'code' => 3580,
'office' => 'Office of Technology',
'industry' => 'REFRIGERATION & SERVICE INDUSTRY MACHINERY',
],
[
'code' => 3585,
'office' => 'Office of Technology',
'industry' => 'AIR-COND & WARM AIR HEATG EQUIP & COMM & INDL REFRIG EQUIP',
],
[
'code' => 3590,
'office' => 'Office of Technology',
'industry' => 'MISC INDUSTRIAL & COMMERCIAL MACHINERY & EQUIPMENT',
],
[
'code' => 3600,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRONIC & OTHER ELECTRICAL EQUIPMENT (NO COMPUTER EQUIP)',
],
[
'code' => 3612,
'office' => 'Office of Manufacturing',
'industry' => 'POWER, DISTRIBUTION & SPECIALTY TRANSFORMERS',
],
[
'code' => 3613,
'office' => 'Office of Manufacturing',
'industry' => 'SWITCHGEAR & SWITCHBOARD APPARATUS',
],
[
'code' => 3620,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRICAL INDUSTRIAL APPARATUS',
],
[
'code' => 3621,
'office' => 'Office of Manufacturing',
'industry' => 'MOTORS & GENERATORS',
],
[
'code' => 3630,
'office' => 'Office of Manufacturing',
'industry' => 'HOUSEHOLD APPLIANCES',
],
[
'code' => 3634,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRIC HOUSEWARES & FANS',
],
[
'code' => 3640,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRIC LIGHTING & WIRING EQUIPMENT',
],
[
'code' => 3651,
'office' => 'Office of Manufacturing',
'industry' => 'HOUSEHOLD AUDIO & VIDEO EQUIPMENT',
],
[
'code' => 3652,
'office' => 'Office of Manufacturing',
'industry' => 'PHONOGRAPH RECORDS & PRERECORDED AUDIO TAPES & DISKS',
],
[
'code' => 3661,
'office' => 'Office of Manufacturing',
'industry' => 'TELEPHONE & TELEGRAPH APPARATUS',
],
[
'code' => 3663,
'office' => 'Office of Manufacturing',
'industry' => 'RADIO & TV BROADCASTING & COMMUNICATIONS EQUIPMENT',
],
[
'code' => 3669,
'office' => 'Office of Manufacturing',
'industry' => 'COMMUNICATIONS EQUIPMENT, NEC',
],
[
'code' => 3670,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRONIC COMPONENTS & ACCESSORIES',
],
[
'code' => 3672,
'office' => 'Office of Manufacturing',
'industry' => 'PRINTED CIRCUIT BOARDS',
],
[
'code' => 3674,
'office' => 'Office of Manufacturing',
'industry' => 'SEMICONDUCTORS & RELATED DEVICES',
],
[
'code' => 3677,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRONIC COILS, TRANSFORMERS & OTHER INDUCTORS',
],
[
'code' => 3678,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRONIC CONNECTORS',
],
[
'code' => 3679,
'office' => 'Office of Manufacturing',
'industry' => 'ELECTRONIC COMPONENTS, NEC',
],
[
'code' => 3690,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS ELECTRICAL MACHINERY, EQUIPMENT & SUPPLIES',
],
[
'code' => 3695,
'office' => 'Office of Manufacturing',
'industry' => 'MAGNETIC & OPTICAL RECORDING MEDIA',
],
[
'code' => 3711,
'office' => 'Office of Manufacturing',
'industry' => 'MOTOR VEHICLES & PASSENGER CAR BODIES',
],
[
'code' => 3713,
'office' => 'Office of Manufacturing',
'industry' => 'TRUCK & BUS BODIES',
],
[
'code' => 3714,
'office' => 'Office of Manufacturing',
'industry' => 'MOTOR VEHICLE PARTS & ACCESSORIES',
],
[
'code' => 3715,
'office' => 'Office of Manufacturing',
'industry' => 'TRUCK TRAILERS',
],
[
'code' => 3716,
'office' => 'Office of Manufacturing',
'industry' => 'MOTOR HOMES',
],
[
'code' => 3720,
'office' => 'Office of Manufacturing',
'industry' => 'AIRCRAFT & PARTS',
],
[
'code' => 3721,
'office' => 'Office of Manufacturing',
'industry' => 'AIRCRAFT',
],
[
'code' => 3724,
'office' => 'Office of Manufacturing',
'industry' => 'AIRCRAFT ENGINES & ENGINE PARTS',
],
[
'code' => 3728,
'office' => 'Office of Manufacturing',
'industry' => 'AIRCRAFT PARTS & AUXILIARY EQUIPMENT, NEC',
],
[
'code' => 3730,
'office' => 'Office of Manufacturing',
'industry' => 'SHIP & BOAT BUILDING & REPAIRING',
],
[
'code' => 3743,
'office' => 'Office of Manufacturing',
'industry' => 'RAILROAD EQUIPMENT',
],
[
'code' => 3751,
'office' => 'Office of Manufacturing',
'industry' => 'MOTORCYCLES, BICYCLES & PARTS',
],
[
'code' => 3760,
'office' => 'Office of Manufacturing',
'industry' => 'GUIDED MISSILES & SPACE VEHICLES & PARTS',
],
[
'code' => 3790,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS TRANSPORTATION EQUIPMENT',
],
[
'code' => 3812,
'office' => 'Office of Manufacturing',
'industry' => 'SEARCH, DETECTION, NAVAGATION, GUIDANCE, AERONAUTICAL SYS',
],
[
'code' => 3821,
'office' => 'Industrial Applications and Services',
'industry' => 'LABORATORY APPARATUS & FURNITURE',
],
[
'code' => 3822,
'office' => 'Industrial Applications and Services',
'industry' => 'AUTO CONTROLS FOR REGULATING RESIDENTIAL & COMML ENVIRONMENTS',
],
[
'code' => 3823,
'office' => 'Industrial Applications and Services',
'industry' => 'INDUSTRIAL INSTRUMENTS FOR MEASUREMENT, DISPLAY, AND CONTROL',
],
[
'code' => 3824,
'office' => 'Industrial Applications and Services',
'industry' => 'TOTALIZING FLUID METERS & COUNTING DEVICES',
],
[
'code' => 3825,
'office' => 'Industrial Applications and Services',
'industry' => 'INSTRUMENTS FOR MEAS & TESTING OF ELECTRICITY & ELEC SIGNALS',
],
[
'code' => 3826,
'office' => 'Industrial Applications and Services',
'industry' => 'LABORATORY ANALYTICAL INSTRUMENTS',
],
[
'code' => 3827,
'office' => 'Industrial Applications and Services',
'industry' => 'OPTICAL INSTRUMENTS & LENSES',
],
[
'code' => 3829,
'office' => 'Industrial Applications and Services',
'industry' => 'MEASURING & CONTROLLING DEVICES, NEC',
],
[
'code' => 3841,
'office' => 'Industrial Applications and Services',
'industry' => 'SURGICAL & MEDICAL INSTRUMENTS & APPARATUS',
],
[
'code' => 3842,
'office' => 'Industrial Applications and Services',
'industry' => 'ORTHOPEDIC, PROSTHETIC & SURGICAL APPLIANCES & SUPPLIES',
],
[
'code' => 3843,
'office' => 'Industrial Applications and Services',
'industry' => 'DENTAL EQUIPMENT & SUPPLIES',
],
[
'code' => 3844,
'office' => 'Industrial Applications and Services',
'industry' => 'X-RAY APPARATUS & TUBES & RELATED IRRADIATION APPARATUS',
],
[
'code' => 3845,
'office' => 'Industrial Applications and Services',
'industry' => 'ELECTROMEDICAL & ELECTROTHERAPEUTIC APPARATUS',
],
[
'code' => 3851,
'office' => 'Industrial Applications and Services',
'industry' => 'OPHTHALMIC GOODS',
],
[
'code' => 3861,
'office' => 'Industrial Applications and Services',
'industry' => 'PHOTOGRAPHIC EQUIPMENT & SUPPLIES',
],
[
'code' => 3873,
'office' => 'Industrial Applications and Services',
'industry' => 'WATCHES, CLOCKS, CLOCKWORK OPERATED DEVICES/PARTS',
],
[
'code' => 3910,
'office' => 'Office of Manufacturing',
'industry' => 'JEWELRY, SILVERWARE & PLATED WARE',
],
[
'code' => 3911,
'office' => 'Office of Manufacturing',
'industry' => 'JEWELRY, PRECIOUS METAL',
],
[
'code' => 3931,
'office' => 'Office of Manufacturing',
'industry' => 'MUSICAL INSTRUMENTS',
],
[
'code' => 3942,
'office' => 'Office of Manufacturing',
'industry' => 'DOLLS & STUFFED TOYS',
],
[
'code' => 3944,
'office' => 'Office of Manufacturing',
'industry' => 'GAMES, TOYS & CHILDREN\'S VEHICLES (NO DOLLS & BICYCLES)',
],
[
'code' => 3949,
'office' => 'Office of Manufacturing',
'industry' => 'SPORTING & ATHLETIC GOODS, NEC',
],
[
'code' => 3950,
'office' => 'Office of Manufacturing',
'industry' => 'PENS, PENCILS & OTHER ARTISTS\' MATERIALS',
],
[
'code' => 3960,
'office' => 'Office of Manufacturing',
'industry' => 'COSTUME JEWELRY & NOVELTIES',
],
[
'code' => 3990,
'office' => 'Office of Manufacturing',
'industry' => 'MISCELLANEOUS MANUFACTURING INDUSTRIES',
],
[
'code' => 4011,
'office' => 'Office of Energy & Transportation',
'industry' => 'RAILROADS, LINE-HAUL OPERATING',
],
[
'code' => 4013,
'office' => 'Office of Energy & Transportation',
'industry' => 'RAILROAD SWITCHING & TERMINAL ESTABLISHMENTS',
],
[
'code' => 4100,
'office' => 'Office of Energy & Transportation',
'industry' => 'LOCAL & SUBURBAN TRANSIT & INTERURBAN HWY PASSENGER TRANS',
],
[
'code' => 4210,
'office' => 'Office of Energy & Transportation',
'industry' => 'TRUCKING & COURIER SERVICES (NO AIR)',
],
[
'code' => 4213,
'office' => 'Office of Energy & Transportation',
'industry' => 'TRUCKING (NO LOCAL)',
],
[
'code' => 4220,
'office' => 'Office of Energy & Transportation',
'industry' => 'PUBLIC WAREHOUSING & STORAGE',
],
[
'code' => 4231,
'office' => 'Office of Energy & Transportation',
'industry' => 'TERMINAL MAINTENANCE FACILITIES FOR MOTOR FREIGHT TRANSPORT',
],
[
'code' => 4400,
'office' => 'Office of Energy & Transportation',
'industry' => 'WATER TRANSPORTATION',
],
[
'code' => 4412,
'office' => 'Office of Energy & Transportation',
'industry' => 'DEEP SEA FOREIGN TRANSPORTATION OF FREIGHT',
],
[
'code' => 4512,
'office' => 'Office of Energy & Transportation',
'industry' => 'AIR TRANSPORTATION, SCHEDULED',
],
[
'code' => 4513,
'office' => 'Office of Energy & Transportation',
'industry' => 'AIR COURIER SERVICES',
],
[
'code' => 4522,
'office' => 'Office of Energy & Transportation',
'industry' => 'AIR TRANSPORTATION, NONSCHEDULED',
],
[
'code' => 4581,
'office' => 'Office of Energy & Transportation',
'industry' => 'AIRPORTS, FLYING FIELDS & AIRPORT TERMINAL SERVICES',
],
[
'code' => 4610,
'office' => 'Office of Energy & Transportation',
'industry' => 'PIPE LINES (NO NATURAL GAS)',
],
[
'code' => 4700,
'office' => 'Office of Energy & Transportation',
'industry' => 'TRANSPORTATION SERVICES',
],
[
'code' => 4731,
'office' => 'Office of Energy & Transportation',
'industry' => 'ARRANGEMENT OF TRANSPORTATION OF FREIGHT & CARGO',
],
[
'code' => 4812,
'office' => 'Office of Technology',
'industry' => 'RADIOTELEPHONE COMMUNICATIONS',
],
[
'code' => 4813,
'office' => 'Office of Technology',
'industry' => 'TELEPHONE COMMUNICATIONS (NO RADIOTELEPHONE)',
],
[
'code' => 4822,
'office' => 'Office of Technology',
'industry' => 'TELEGRAPH & OTHER MESSAGE COMMUNICATIONS',
],
[
'code' => 4832,
'office' => 'Office of Technology',
'industry' => 'RADIO BROADCASTING STATIONS',
],
[
'code' => 4833,
'office' => 'Office of Technology',
'industry' => 'TELEVISION BROADCASTING STATIONS',
],
[
'code' => 4841,
'office' => 'Office of Technology',
'industry' => 'CABLE & OTHER PAY TELEVISION SERVICES',
],
[
'code' => 4899,
'office' => 'Office of Technology',
'industry' => 'COMMUNICATIONS SERVICES, NEC',
],
[
'code' => 4900,
'office' => 'Office of Energy & Transportation',
'industry' => 'ELECTRIC, GAS & SANITARY SERVICES',
],
[
'code' => 4911,
'office' => 'Office of Energy & Transportation',
'industry' => 'ELECTRIC SERVICES',
],
[
'code' => 4922,
'office' => 'Office of Energy & Transportation',
'industry' => 'NATURAL GAS TRANSMISSION',
],
[
'code' => 4923,
'office' => 'Office of Energy & Transportation',
'industry' => 'NATURAL GAS TRANSMISISON & DISTRIBUTION',
],
[
'code' => 4924,
'office' => 'Office of Energy & Transportation',
'industry' => 'NATURAL GAS DISTRIBUTION',
],
[
'code' => 4931,
'office' => 'Office of Energy & Transportation',
'industry' => 'ELECTRIC & OTHER SERVICES COMBINED',
],
[
'code' => 4932,
'office' => 'Office of Energy & Transportation',
'industry' => 'GAS & OTHER SERVICES COMBINED',
],
[
'code' => 4941,
'office' => 'Office of Energy & Transportation',
'industry' => 'WATER SUPPLY',
],
[
'code' => 4950,
'office' => 'Office of Energy & Transportation',
'industry' => 'SANITARY SERVICES',
],
[
'code' => 4953,
'office' => 'Office of Energy & Transportation',
'industry' => 'REFUSE SYSTEMS',
],
[
'code' => 4955,
'office' => 'Office of Energy & Transportation',
'industry' => 'HAZARDOUS WASTE MANAGEMENT',
],
[
'code' => 4961,
'office' => 'Office of Energy & Transportation',
'industry' => 'STEAM & AIR-CONDITIONING SUPPLY',
],
[
'code' => 4991,
'office' => 'Office of Energy & Transportation',
'industry' => 'COGENERATION SERVICES & SMALL POWER PRODUCERS',
],
[
'code' => 5000,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-DURABLE GOODS',
],
[
'code' => 5010,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MOTOR VEHICLES & MOTOR VEHICLE PARTS & SUPPLIES',
],
[
'code' => 5013,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MOTOR VEHICLE SUPPLIES & NEW PARTS',
],
[
'code' => 5020,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-FURNITURE & HOME FURNISHINGS',
],
[
'code' => 5030,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-LUMBER & OTHER CONSTRUCTION MATERIALS',
],
[
'code' => 5031,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-LUMBER, PLYWOOD, MILLWORK & WOOD PANELS',
],
[
'code' => 5040,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-PROFESSIONAL & COMMERCIAL EQUIPMENT & SUPPLIES',
],
[
'code' => 5045,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-COMPUTERS & PERIPHERAL EQUIPMENT & SOFTWARE',
],
[
'code' => 5047,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MEDICAL, DENTAL & HOSPITAL EQUIPMENT & SUPPLIES',
],
[
'code' => 5050,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-METALS & MINERALS (NO PETROLEUM)',
],
[
'code' => 5051,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-METALS SERVICE CENTERS & OFFICES',
],
[
'code' => 5063,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-ELECTRICAL APPARATUS & EQUIPMENT, WIRING SUPPLIES',
],
[
'code' => 5064,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-ELECTRICAL APPLIANCES, TV & RADIO SETS',
],
[
'code' => 5065,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-ELECTRONIC PARTS & EQUIPMENT, NEC',
],
[
'code' => 5070,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-HARDWARE & PLUMBING & HEATING EQUIPMENT & SUPPLIES',
],
[
'code' => 5072,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-HARDWARE',
],
[
'code' => 5080,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MACHINERY, EQUIPMENT & SUPPLIES',
],
[
'code' => 5082,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-CONSTRUCTION & MINING (NO PETRO) MACHINERY & EQUIP',
],
[
'code' => 5084,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-INDUSTRIAL MACHINERY & EQUIPMENT',
],
[
'code' => 5090,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MISC DURABLE GOODS',
],
[
'code' => 5094,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-JEWELRY, WATCHES, PRECIOUS STONES & METALS',
],
[
'code' => 5099,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-DURABLE GOODS, NEC',
],
[
'code' => 5110,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-PAPER & PAPER PRODUCTS',
],
[
'code' => 5122,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-DRUGS, PROPRIETARIES & DRUGGISTS\' SUNDRIES',
],
[
'code' => 5130,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-APPAREL, PIECE GOODS & NOTIONS',
],
[
'code' => 5140,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-GROCERIES & RELATED PRODUCTS',
],
[
'code' => 5141,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-GROCERIES, GENERAL LINE',
],
[
'code' => 5150,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-FARM PRODUCT RAW MATERIALS',
],
[
'code' => 5160,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-CHEMICALS & ALLIED PRODUCTS',
],
[
'code' => 5171,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-PETROLEUM BULK STATIONS & TERMINALS',
],
[
'code' => 5172,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-PETROLEUM & PETROLEUM PRODUCTS (NO BULK STATIONS)',
],
[
'code' => 5180,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-BEER, WINE & DISTILLED ALCOHOLIC BEVERAGES',
],
[
'code' => 5190,
'office' => 'Office of Trade & Services',
'industry' => 'WHOLESALE-MISCELLANEOUS NONDURABLE GOODS',
],
[
'code' => 5200,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-BUILDING MATERIALS, HARDWARE, GARDEN SUPPLY',
],
[
'code' => 5211,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-LUMBER & OTHER BUILDING MATERIALS DEALERS',
],
[
'code' => 5271,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-MOBILE HOME DEALERS',
],
[
'code' => 5311,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-DEPARTMENT STORES',
],
[
'code' => 5331,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-VARIETY STORES',
],
[
'code' => 5399,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-MISC GENERAL MERCHANDISE STORES',
],
[
'code' => 5400,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-FOOD STORES',
],
[
'code' => 5411,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-GROCERY STORES',
],
[
'code' => 5412,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-CONVENIENCE STORES',
],
[
'code' => 5500,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-AUTO DEALERS & GASOLINE STATIONS',
],
[
'code' => 5531,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-AUTO & HOME SUPPLY STORES',
],
[
'code' => 5600,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-APPAREL & ACCESSORY STORES',
],
[
'code' => 5621,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-WOMEN\'S CLOTHING STORES',
],
[
'code' => 5651,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-FAMILY CLOTHING STORES',
],
[
'code' => 5661,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-SHOE STORES',
],
[
'code' => 5700,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-HOME FURNITURE, FURNISHINGS & EQUIPMENT STORES',
],
[
'code' => 5712,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-FURNITURE STORES',
],
[
'code' => 5731,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-RADIO, TV & CONSUMER ELECTRONICS STORES',
],
[
'code' => 5734,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-COMPUTER & COMPUTER SOFTWARE STORES',
],
[
'code' => 5735,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-RECORD & PRERECORDED TAPE STORES',
],
[
'code' => 5810,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-EATING & DRINKING PLACES',
],
[
'code' => 5812,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-EATING PLACES',
],
[
'code' => 5900,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-MISCELLANEOUS RETAIL',
],
[
'code' => 5912,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-DRUG STORES AND PROPRIETARY STORES',
],
[
'code' => 5940,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-MISCELLANEOUS SHOPPING GOODS STORES',
],
[
'code' => 5944,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-JEWELRY STORES',
],
[
'code' => 5945,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-HOBBY, TOY & GAME SHOPS',
],
[
'code' => 5960,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-NONSTORE RETAILERS',
],
[
'code' => 5961,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-CATALOG & MAIL-ORDER HOUSES',
],
[
'code' => 5990,
'office' => 'Office of Trade & Services',
'industry' => 'RETAIL-RETAIL STORES, NEC',
],
[
'code' => 6021,
'office' => 'Office of Finance',
'industry' => 'NATIONAL COMMERCIAL BANKS',
],
[
'code' => 6022,
'office' => 'Office of Finance',
'industry' => 'STATE COMMERCIAL BANKS',
],
[
'code' => 6029,
'office' => 'Office of Finance',
'industry' => 'COMMERCIAL BANKS, NEC',
],
[
'code' => 6035,
'office' => 'Office of Finance',
'industry' => 'SAVINGS INSTITUTION, FEDERALLY CHARTERED',
],
[
'code' => 6036,
'office' => 'Office of Finance',
'industry' => 'SAVINGS INSTITUTIONS, NOT FEDERALLY CHARTERED',
],
[
'code' => 6099,
'office' => 'Office of Finance',
'industry' => 'FUNCTIONS RELATED TO DEPOSITORY BANKING, NEC',
],
[
'code' => 6111,
'office' => 'Office of Finance',
'industry' => 'FEDERAL & FEDERALLY-SPONSORED CREDIT AGENCIES',
],
[
'code' => 6141,
'office' => 'Office of Finance',
'industry' => 'PERSONAL CREDIT INSTITUTIONS',
],
[
'code' => 6153,
'office' => 'Office of Finance',
'industry' => 'SHORT-TERM BUSINESS CREDIT INSTITUTIONS',
],
[
'code' => 6159,
'office' => 'Office of Finance',
'industry' => 'MISCELLANEOUS BUSINESS CREDIT INSTITUTION',
],
[
'code' => 6162,
'office' => 'Office of Finance',
'industry' => 'MORTGAGE BANKERS & LOAN CORRESPONDENTS',
],
[
'code' => 6163,
'office' => 'Office of Finance',
'industry' => 'LOAN BROKERS',
],
[
'code' => 6172,
'office' => 'Office of Finance',
'industry' => 'FINANCE LESSORS',
],
[
'code' => 6189,
'office' => 'Office of Structured Finance',
'industry' => 'ASSET-BACKED SECURITIES',
],
[
'code' => 6199,
'office' => 'Office of Finance or Office of Crypto Assets',
'industry' => 'FINANCE SERVICES',
],
[
'code' => 6200,
'office' => 'Office of Finance',
'industry' => 'SECURITY & COMMODITY BROKERS, DEALERS, EXCHANGES & SERVICES',
],
[
'code' => 6211,
'office' => 'Office of Finance',
'industry' => 'SECURITY BROKERS, DEALERS & FLOTATION COMPANIES',
],
[
'code' => 6221,
'office' => 'Office of Crypto Assets',
'industry' => 'COMMODITY CONTRACTS BROKERS & DEALERS',
],
[
'code' => 6282,
'office' => 'Office of Finance',
'industry' => 'INVESTMENT ADVICE',
],
[
'code' => 6311,
'office' => 'Office of Finance',
'industry' => 'LIFE INSURANCE',
],
[
'code' => 6321,
'office' => 'Office of Finance',
'industry' => 'ACCIDENT & HEALTH INSURANCE',
],
[
'code' => 6324,
'office' => 'Office of Finance',
'industry' => 'HOSPITAL & MEDICAL SERVICE PLANS',
],
[
'code' => 6331,
'office' => 'Office of Finance',
'industry' => 'FIRE, MARINE & CASUALTY INSURANCE',
],
[
'code' => 6351,
'office' => 'Office of Finance',
'industry' => 'SURETY INSURANCE',
],
[
'code' => 6361,
'office' => 'Office of Finance',
'industry' => 'TITLE INSURANCE',
],
[
'code' => 6399,
'office' => 'Office of Finance',
'industry' => 'INSURANCE CARRIERS, NEC',
],
[
'code' => 6411,
'office' => 'Office of Finance',
'industry' => 'INSURANCE AGENTS, BROKERS & SERVICE',
],
[
'code' => 6500,
'office' => 'Office of Real Estate & Construction',
'industry' => 'REAL ESTATE',
],
[
'code' => 6510,
'office' => 'Office of Real Estate & Construction',
'industry' => 'REAL ESTATE OPERATORS (NO DEVELOPERS) & LESSORS',
],
[
'code' => 6512,
'office' => 'Office of Real Estate & Construction',
'industry' => 'OPERATORS OF NONRESIDENTIAL BUILDINGS',
],
[
'code' => 6513,
'office' => 'Office of Real Estate & Construction',
'industry' => 'OPERATORS OF APARTMENT BUILDINGS',
],
[
'code' => 6519,
'office' => 'Office of Real Estate & Construction',
'industry' => 'LESSORS OF REAL PROPERTY, NEC',
],
[
'code' => 6531,
'office' => 'Office of Real Estate & Construction',
'industry' => 'REAL ESTATE AGENTS & MANAGERS (FOR OTHERS)',
],
[
'code' => 6532,
'office' => 'Office of Real Estate & Construction',
'industry' => 'REAL ESTATE DEALERS (FOR THEIR OWN ACCOUNT)',
],
[
'code' => 6552,
'office' => 'Office of Real Estate & Construction',
'industry' => 'LAND SUBDIVIDERS & DEVELOPERS (NO CEMETERIES)',
],
[
'code' => 6770,
'office' => 'Office of Real Estate & Construction',
'industry' => 'BLANK CHECKS',
],
[
'code' => 6792,
'office' => 'Office of Real Estate & Construction',
'industry' => 'OIL ROYALTY TRADERS',
],
[
'code' => 6794,
'office' => 'Office of Real Estate & Construction',
'industry' => 'PATENT OWNERS & LESSORS',
],
[
'code' => 6795,
'office' => 'Office of Real Estate & Construction',
'industry' => 'MINERAL ROYALTY TRADERS',
],
[
'code' => 6798,
'office' => 'Office of Real Estate & Construction',
'industry' => 'REAL ESTATE INVESTMENT TRUSTS',
],
[
'code' => 6799,
'office' => 'Office of Real Estate & Construction',
'industry' => 'INVESTORS, NEC',
],
[
'code' => 7000,
'office' => 'Office of Real Estate & Construction',
'industry' => 'HOTELS, ROOMING HOUSES, CAMPS & OTHER LODGING PLACES',
],
[
'code' => 7011,
'office' => 'Office of Real Estate & Construction',
'industry' => 'HOTELS & MOTELS',
],
[
'code' => 7200,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-PERSONAL SERVICES',
],
[
'code' => 7310,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ADVERTISING',
],
[
'code' => 7311,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ADVERTISING AGENCIES',
],
[
'code' => 7320,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-CONSUMER CREDIT REPORTING, COLLECTION AGENCIES',
],
[
'code' => 7330,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MAILING, REPRODUCTION, COMMERCIAL ART & PHOTOGRAPHY',
],
[
'code' => 7331,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-DIRECT MAIL ADVERTISING SERVICES',
],
[
'code' => 7340,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-TO DWELLINGS & OTHER BUILDINGS',
],
[
'code' => 7350,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MISCELLANEOUS EQUIPMENT RENTAL & LEASING',
],
[
'code' => 7359,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-EQUIPMENT RENTAL & LEASING, NEC',
],
[
'code' => 7361,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-EMPLOYMENT AGENCIES',
],
[
'code' => 7363,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-HELP SUPPLY SERVICES',
],
[
'code' => 7370,
'office' => 'Office of Technology',
'industry' => 'SERVICES-COMPUTER PROGRAMMING, DATA PROCESSING, ETC.',
],
[
'code' => 7371,
'office' => 'Office of Technology',
'industry' => 'SERVICES-COMPUTER PROGRAMMING SERVICES',
],
[
'code' => 7372,
'office' => 'Office of Technology',
'industry' => 'SERVICES-PREPACKAGED SOFTWARE',
],
[
'code' => 7373,
'office' => 'Office of Technology',
'industry' => 'SERVICES-COMPUTER INTEGRATED SYSTEMS DESIGN',
],
[
'code' => 7374,
'office' => 'Office of Technology',
'industry' => 'SERVICES-COMPUTER PROCESSING & DATA PREPARATION',
],
[
'code' => 7377,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-COMPUTER RENTAL & LEASING',
],
[
'code' => 7380,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MISCELLANEOUS BUSINESS SERVICES',
],
[
'code' => 7381,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-DETECTIVE, GUARD & ARMORED CAR SERVICES',
],
[
'code' => 7384,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-PHOTOFINISHING LABORATORIES',
],
[
'code' => 7385,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-TELEPHONE INTERCONNECT SYSTEMS',
],
[
'code' => 7389,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-BUSINESS SERVICES, NEC',
],
[
'code' => 7500,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-AUTOMOTIVE REPAIR, SERVICES & PARKING',
],
[
'code' => 7510,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-AUTO RENTAL & LEASING (NO DRIVERS)',
],
[
'code' => 7600,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MISCELLANEOUS REPAIR SERVICES',
],
[
'code' => 7812,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MOTION PICTURE & VIDEO TAPE PRODUCTION',
],
[
'code' => 7819,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ALLIED TO MOTION PICTURE PRODUCTION',
],
[
'code' => 7822,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MOTION PICTURE & VIDEO TAPE DISTRIBUTION',
],
[
'code' => 7829,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ALLIED TO MOTION PICTURE DISTRIBUTION',
],
[
'code' => 7830,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MOTION PICTURE THEATERS',
],
[
'code' => 7841,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-VIDEO TAPE RENTAL',
],
[
'code' => 7900,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-AMUSEMENT & RECREATION SERVICES',
],
[
'code' => 7948,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-RACING, INCLUDING TRACK OPERATION',
],
[
'code' => 7990,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MISCELLANEOUS AMUSEMENT & RECREATION',
],
[
'code' => 7997,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MEMBERSHIP SPORTS & RECREATION CLUBS',
],
[
'code' => 8000,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-HEALTH SERVICES',
],
[
'code' => 8011,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-OFFICES & CLINICS OF DOCTORS OF MEDICINE',
],
[
'code' => 8050,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-NURSING & PERSONAL CARE FACILITIES',
],
[
'code' => 8051,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-SKILLED NURSING CARE FACILITIES',
],
[
'code' => 8060,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-HOSPITALS',
],
[
'code' => 8062,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-GENERAL MEDICAL & SURGICAL HOSPITALS, NEC',
],
[
'code' => 8071,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-MEDICAL LABORATORIES',
],
[
'code' => 8082,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-HOME HEALTH CARE SERVICES',
],
[
'code' => 8090,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-MISC HEALTH & ALLIED SERVICES, NEC',
],
[
'code' => 8093,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-SPECIALTY OUTPATIENT FACILITIES, NEC',
],
[
'code' => 8111,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-LEGAL SERVICES',
],
[
'code' => 8200,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-EDUCATIONAL SERVICES',
],
[
'code' => 8300,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-SOCIAL SERVICES',
],
[
'code' => 8351,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-CHILD DAY CARE SERVICES',
],
[
'code' => 8600,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MEMBERSHIP ORGANIZATIONS',
],
[
'code' => 8700,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ENGINEERING, ACCOUNTING, RESEARCH, MANAGEMENT',
],
[
'code' => 8711,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-ENGINEERING SERVICES',
],
[
'code' => 8731,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-COMMERCIAL PHYSICAL & BIOLOGICAL RESEARCH',
],
[
'code' => 8734,
'office' => 'Industrial Applications and Services',
'industry' => 'SERVICES-TESTING LABORATORIES',
],
[
'code' => 8741,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MANAGEMENT SERVICES',
],
[
'code' => 8742,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-MANAGEMENT CONSULTING SERVICES',
],
[
'code' => 8744,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-FACILITIES SUPPORT MANAGEMENT SERVICES',
],
[
'code' => 8880,
'office' => 'Office of International Corp Fin',
'industry' => 'AMERICAN DEPOSITARY RECEIPTS',
],
[
'code' => 8888,
'office' => 'Office of International Corp Fin',
'industry' => 'FOREIGN GOVERNMENTS',
],
[
'code' => 8900,
'office' => 'Office of Trade & Services',
'industry' => 'SERVICES-SERVICES, NEC',
],
[
'code' => 9721,
'office' => 'Office of International Corp Fin',
'industry' => 'INTERNATIONAL AFFAIRS',
],
[
'code' => 9995,
'office' => 'Office of Real Estate & Construction',
'industry' => 'NON-OPERATING ESTABLISHMENTS',
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment