From a24dc4d29e9d5f8fef2976fbcd0b65bcb420219a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Tue, 18 Aug 2020 12:13:11 -0400 Subject: [PATCH 01/23] add code --- safegraph_patterns/.gitignore | 120 + safegraph_patterns/.pylintrc | 8 + safegraph_patterns/DETAILS.md | 42 + safegraph_patterns/README.md | 67 + safegraph_patterns/REVIEW.md | 39 + safegraph_patterns/cache/.gitignore | 0 .../delphi_safegraph_patterns/DETAILS.md | 67 + .../delphi_safegraph_patterns/__init__.py | 11 + .../delphi_safegraph_patterns/__main__.py | 11 + .../delphi_safegraph_patterns/process.py | 177 + .../delphi_safegraph_patterns/run.py | 89 + safegraph_patterns/params.json.template | 11 + safegraph_patterns/receiving/.gitignore | 0 safegraph_patterns/setup.py | 27 + .../static/brand_info/brand_info_202004.csv | 5841 +++ .../static/brand_info/brand_info_202006.csv | 5918 +++ .../static/brand_info/brand_info_202008.csv | 6100 +++ .../static/mapping_and_pop_info.csv | 32950 ++++++++++++++++ .../tests/sample_filtered_data.csv | 85 + safegraph_patterns/tests/sample_raw_data.csv | 101 + safegraph_patterns/tests/test_process.py | 57 + 21 files changed, 51721 insertions(+) create mode 100644 safegraph_patterns/.gitignore create mode 100644 safegraph_patterns/.pylintrc create mode 100644 safegraph_patterns/DETAILS.md create mode 100644 safegraph_patterns/README.md create mode 100644 safegraph_patterns/REVIEW.md create mode 100644 safegraph_patterns/cache/.gitignore create mode 100644 safegraph_patterns/delphi_safegraph_patterns/DETAILS.md create mode 100644 safegraph_patterns/delphi_safegraph_patterns/__init__.py create mode 100644 safegraph_patterns/delphi_safegraph_patterns/__main__.py create mode 100644 safegraph_patterns/delphi_safegraph_patterns/process.py create mode 100644 safegraph_patterns/delphi_safegraph_patterns/run.py create mode 100644 safegraph_patterns/params.json.template create mode 100644 safegraph_patterns/receiving/.gitignore create mode 100644 safegraph_patterns/setup.py create mode 100644 safegraph_patterns/static/brand_info/brand_info_202004.csv create mode 100644 safegraph_patterns/static/brand_info/brand_info_202006.csv create mode 100644 safegraph_patterns/static/brand_info/brand_info_202008.csv create mode 100644 safegraph_patterns/static/mapping_and_pop_info.csv create mode 100644 safegraph_patterns/tests/sample_filtered_data.csv create mode 100644 safegraph_patterns/tests/sample_raw_data.csv create mode 100644 safegraph_patterns/tests/test_process.py diff --git a/safegraph_patterns/.gitignore b/safegraph_patterns/.gitignore new file mode 100644 index 000000000..552154e09 --- /dev/null +++ b/safegraph_patterns/.gitignore @@ -0,0 +1,120 @@ +# You should hard commit a prototype for this file, but we +# want to avoid accidental adding of API tokens and other +# private data parameters +params.json + +# Do not commit output files +receiving/*.csv + +# Remove macOS files +.DS_Store + +# virtual environment +dview/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +coverage.xml +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +.static_storage/ +.media/ +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ diff --git a/safegraph_patterns/.pylintrc b/safegraph_patterns/.pylintrc new file mode 100644 index 000000000..2a9334425 --- /dev/null +++ b/safegraph_patterns/.pylintrc @@ -0,0 +1,8 @@ +[DESIGN] + +min-public-methods=1 + + +[MESSAGES CONTROL] + +disable=R0801, C0330, E1101, E0611, C0114, C0116, C0103, R0913, R0914, W0702 diff --git a/safegraph_patterns/DETAILS.md b/safegraph_patterns/DETAILS.md new file mode 100644 index 000000000..5debd2148 --- /dev/null +++ b/safegraph_patterns/DETAILS.md @@ -0,0 +1,42 @@ +# Patterns Dataset in Safegraph Mobility Data + +We import Zip Code-level raw mobility indicators from Safegraph **Weekly +Patterns** dataset, calculate functions of the raw data, and then aggregate +he data to the county, hrr, msa and state levels. + +## Brand Information +Safegraph provides daily number of visits to pionts of interest(POIS) in Weekly +Patterns datasets which is documanted [here](https://docs.safegraph.com/docs/weekly-patterns). +Base information such as location name, address, category, and brand association +for POIs are provided in **Places Schema** dataset which is documented [here] +(https://docs.safegraph.com/docs/places-schema). Safegraph do not update there +list of POIs frequently but there does exist versioning issue. The release +version can be found in `release-metadata` in Weekly Patterns dataset and there +are correspounding `brand_info.csv` provided in Places Schema dataset. To save +storage space, we won't donwload the whole Places Schema dataset, but only add +new necesary `brand_info.csv` in `./statics` with suffix YYYYMM(release version). + +## Geographical Levels +* `county`: reported using zero-padded FIPS codes (consistency with the + other COVIDcast data) +* `msa`: reported using cbsa (consistent with all other COVIDcast sensors) +* `hrr`: reported using HRR number (consistent with all other COVIDcast sensors) +* `state`: reported using two-letter postal code + +## Metrics, Level 1 (`m1`) +* `bars_visit`: The number of visits to bars(places with naics code = 722410) +* `restaurants_visit`: The number of visits to restaurants(places with naics + code = 722511) + +## Metrics, Level 2 (`m2`) +* `num`: number of new deaths on a given week +* `prop`: `num` / population * 100,000 (Notice the population here only includes +population aggregated at Zip Code level. If there are no POIs for a certain +Zip Code, the population there won't be considered.) + + +## API Key + +We access the Safegraph data using an AWS key-secret pair which is valid +until June 15, 2021. The AWS credentials have been issued under +@huisaddison's Safegraph Data Catalog account. diff --git a/safegraph_patterns/README.md b/safegraph_patterns/README.md new file mode 100644 index 000000000..a30899a25 --- /dev/null +++ b/safegraph_patterns/README.md @@ -0,0 +1,67 @@ +# Patterns Dataset in Safegraph Mobility Data + +We import raw mobility data from Safegraph Weekly Patterns, calculate some +statistics upon it, and aggregate the data from the Zip Code level to County, +HRR, MSA and State levels. For detailed information see the files `DETAILS.md` +contained in this directory. + +## Running the Indicator + +The indicator is run by directly executing the Python module contained in this +directory. The safest way to do this is to create a virtual environment, +installed the common DELPHI tools, and then install the module and its +dependencies. To do this, run the following code from this directory: + +``` +python -m venv env +source env/bin/activate +pip install ../_delphi_utils_python/. +pip install . +``` + +One must also install the +[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html). +Please refer to OS-specific instructions to install this command line +interface, and verify that it is installed by calling `which aws`. +If `aws` is not installed prior to running the pipeline, it will raise +a `FileNotFoundError`. + +All of the user-changable parameters are stored in `params.json`. To execute +the module and produce the output datasets (by default, in `receiving`), run +the following: + +``` +env/bin/python -m delphi_safegraph_patterns +``` + +Once you are finished with the code, you can deactivate the virtual environment +and (optionally) remove the environment itself. + +``` +deactivate +rm -r env +``` + +## Testing the code + +To do a static test of the code style, it is recommended to run **pylint** on +the module. To do this, run the following from the main module directory: + +``` +env/bin/pylint delphi_safegraph_patterns +``` + +The most aggressive checks are turned off; only relatively important issues +should be raised and they should be manually checked (or better, fixed). + +Unit tests are also included in the module. To execute these, run the following +command from this directory: + +``` +(cd tests && ../env/bin/pytest --cov=delphi_safegraph_patterns --cov-report=term-missing) +``` + +The output will show the number of unit tests that passed and failed, along +with the percentage of code covered by the tests. None of the tests should +fail and the code lines that are not covered by unit tests should be small and +should not include critical sub-routines. diff --git a/safegraph_patterns/REVIEW.md b/safegraph_patterns/REVIEW.md new file mode 100644 index 000000000..93a5a6579 --- /dev/null +++ b/safegraph_patterns/REVIEW.md @@ -0,0 +1,39 @@ +## Code Review (Python) + +A code review of this module should include a careful look at the code and the +output. To assist in the process, but certainly not in replace of it, please +check the following items. + +**Documentation** + +- [ ] the README.md file template is filled out and currently accurate; it is +possible to load and test the code using only the instructions given +- [ ] minimal docstrings (one line describing what the function does) are +included for all functions; full docstrings describing the inputs and expected +outputs should be given for non-trivial functions + +**Structure** + +- [ ] code should use 4 spaces for indentation; other style decisions are +flexible, but be consistent within a module +- [ ] any required metadata files are checked into the repository and placed +within the directory `static` +- [ ] any intermediate files that are created and stored by the module should +be placed in the directory `cache` +- [ ] final expected output files to be uploaded to the API are placed in the +`receiving` directory; output files should not be committed to the respository +- [ ] all options and API keys are passed through the file `params.json` +- [ ] template parameter file (`params.json.template`) is checked into the +code; no personal (i.e., usernames) or private (i.e., API keys) information is +included in this template file + +**Testing** + +- [ ] module can be installed in a new virtual environment +- [ ] pylint with the default `.pylint` settings run over the module produces +minimal warnings; warnings that do exist have been confirmed as false positives +- [ ] reasonably high level of unit test coverage covering all of the main logic +of the code (e.g., missing coverage for raised errors that do not currently seem +possible to reach are okay; missing coverage for options that will be needed are +not) +- [ ] all unit tests run without errors diff --git a/safegraph_patterns/cache/.gitignore b/safegraph_patterns/cache/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md b/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md new file mode 100644 index 000000000..5c94727d6 --- /dev/null +++ b/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md @@ -0,0 +1,67 @@ +# Patterns Data in Safegraph Mobility Datasets + +We import raw mobility data from Safegraph Weekly Patterns, calculate some +statistics upon it, and aggregate the data from the Zip Code level to County, +HRR, MSA and State levels. For detailed information see the files `DETAILS.md` +contained in this directory. + +## Running the Indicator + +The indicator is run by directly executing the Python module contained in this +directory. The safest way to do this is to create a virtual environment, +installed the common DELPHI tools, and then install the module and its +dependencies. To do this, run the following code from this directory: + +``` +python -m venv env +source env/bin/activate +pip install ../_delphi_utils_python/. +pip install . +``` + +One must also install the +[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html). +Please refer to OS-specific instructions to install this command line +interface, and verify that it is installed by calling `which aws`. +If `aws` is not installed prior to running the pipeline, it will raise +a `FileNotFoundError`. + +All of the user-changable parameters are stored in `params.json`. To execute +the module and produce the output datasets (by default, in `receiving`), run +the following: + +``` +env/bin/python -m delphi_safegraph_patterns +``` + +Once you are finished with the code, you can deactivate the virtual environment +and (optionally) remove the environment itself. + +``` +deactivate +rm -r env +``` + +## Testing the code + +To do a static test of the code style, it is recommended to run **pylint** on +the module. To do this, run the following from the main module directory: + +``` +env/bin/pylint delphi_safegraph_patterns +``` + +The most aggressive checks are turned off; only relatively important issues +should be raised and they should be manually checked (or better, fixed). + +Unit tests are also included in the module. To execute these, run the following +command from this directory: + +``` +(cd tests && ../env/bin/pytest --cov=delphi_safegraph_patterns --cov-report=term-missing) +``` + +The output will show the number of unit tests that passed and failed, along +with the percentage of code covered by the tests. None of the tests should +fail and the code lines that are not covered by unit tests should be small and +should not include critical sub-routines. diff --git a/safegraph_patterns/delphi_safegraph_patterns/__init__.py b/safegraph_patterns/delphi_safegraph_patterns/__init__.py new file mode 100644 index 000000000..70cd6a34d --- /dev/null +++ b/safegraph_patterns/delphi_safegraph_patterns/__init__.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +"""Module to process Safegraph mobility data. + +This file defines the functions that are made public by the module. As the +module is intended to be executed though the main method, these are primarily +for testing. +""" + +from __future__ import absolute_import + +from . import process diff --git a/safegraph_patterns/delphi_safegraph_patterns/__main__.py b/safegraph_patterns/delphi_safegraph_patterns/__main__.py new file mode 100644 index 000000000..bf03405fe --- /dev/null +++ b/safegraph_patterns/delphi_safegraph_patterns/__main__.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- +"""Call the function run_module when executed. + +This file indicates that calling the module (`python -m MODULE_NAME`) will +call the function `run_module` found within the run.py file. There should be +no need to change this template. +""" + +from .run import run_module # pragma: no cover + +run_module() # pragma: no cover diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py new file mode 100644 index 000000000..aac64d1ba --- /dev/null +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -0,0 +1,177 @@ +# -*- coding: utf-8 -*- +import re +import glob +from datetime import timedelta + +import numpy as np +import pandas as pd + +from delphi_utils import create_export_csv + +INCIDENCE_BASE = 100000 + +def construct_signals(df, metric_names, naics_codes, brand_df): + """ + Construct Zip Code level signals. + + In its current form, we prepare the following signals + + - bars_visit_num defined as: + number of visits by day in bars (naics_code = 722410) + - restaurants_visit_num defined as: + number of visits by day in bars (naics_code = 722511) + + Documentation for the weekly patterns metrics: + https://docs.safegraph.com/docs/weekly-patterns + + Parameters + ---------- + df: pd.DataFrame + dataframe with raw visit number for different places with unique + safegraph_place_id + metric_names: List[str] + Names of metrics to be exported. + naics_codes: List[int] + naics codes for bars and restaurants + brand_df: pd.DataFrame + mapping info from naics_code to safegraph_brand_id + + Returns + ------- + pd.DataFrame + Dataframe with columns: timestamp, county_fips, and + {each metric described above}. + """ + result_dfs = {} + for metric, naics_code in zip(metric_names, naics_codes): + # Bar or restaurances + selected_brand_id = brand_df.loc[ + brand_df["naics_code"] == naics_code, "safegraph_brand_id"] + filtered_df = df[df["safegraph_brand_ids"].isin(selected_brand_id)] + metric_count_name = "_".join([metric, "num"]) + result_dfs[metric] = pd.DataFrame(columns=[ + "timestamp", metric_count_name, "zip"]) + tempt_dfs = [] + for idx in filtered_df.index: + visits = list(map(int, re.split(r"\[|,|\]", + filtered_df.loc[idx]["visits_by_day"])[1:-1])) + start_date = filtered_df.loc[idx]["date_range_start"].date() + + tempt_df = pd.DataFrame({ + "timestamp": [pd.to_datetime(start_date) + timedelta(days=i) for i in range(7)], + metric_count_name: visits, + "zip": filtered_df.loc[idx]["postal_code"] + }) + tempt_dfs.append(tempt_df) + result_dfs[metric] = pd.concat(tempt_dfs) + # Sanity Check + assert result_dfs[metric][metric_count_name].sum() == \ + filtered_df["raw_visit_counts"].sum() + result_dfs[metric] = result_dfs[metric].groupby( + ["timestamp", "zip"]).sum().reset_index() + result_df = pd.merge(result_dfs[metric_names[0]], + result_dfs[metric_names[1]], + on=["timestamp", "zip"], how="outer") +# problematic_set = set(result_df["zip"]) - set(map_df["zip"]) +# result_df[result_df["zip"].isin(problematic_set)].sum() + # Can have ~30k visits in restaurants missed in those zips in one week. + # only ~200 visits missed for bars. + return result_df + +def aggregate(df, metric_names, geo_res, map_df): + """ + Aggregate signals to appropriate resolution. + + Parameters + ---------- + df: pd.DataFrame + Zip Code-level data with prepared metrics (output of + construct_metrics(). + metric_names: List[str] + Names of metrics to be exported. + geo_resolution: str + One of ('county', 'hrr, 'msa', 'state') + map_df: pd.DataFrame + population information and mapping info among different geo levels + + Returns + ------- + pd.DataFrame: + DataFrame with one row per geo_id, with columns for the individual + signals. + """ + df = df.copy() + # Add pop info + df = df.merge(map_df[["zip", geo_res, "population"]], on="zip" + ).drop("zip", axis=1) + df = df.groupby(["timestamp", geo_res]).sum().reset_index() + # Keep NANs + df.loc[df["bars_visit_num"] == 0, "bars_visit_num"] = np.nan + df.loc[df["restaurants_visit_num"] == 0, "restaurants_visit_num"] = np.nan + + for metric in metric_names: + metric_count_name = "_".join([metric, "num"]) + metric_prop_name = "_".join([metric, "prop"]) + df[metric_prop_name] = df[metric_count_name] / df["population"] \ + * INCIDENCE_BASE + return df.rename({geo_res: "geo_id"}, axis=1) + +def process(fname, sensors, metrics, geo_resolutions, + export_dir, brand_df, map_df): + """ + Process an input census block group-level CSV and export it. Assumes + that the input file has _only_ one date of data. + + Parameters + ---------- + fname: str + Input filename. + metrics: List[Tuple[str, bool]] + List of (metric_name, wip). + sensors: List[str] + List of (sensor) + geo_resolutions: List[str] + List of geo resolutions to export the data. + brand_df: pd.DataFrame + mapping info from naics_code to safegraph_brand_id + map_df: pd.DataFrame + population information and mapping info among different geo levels + + Returns + ------- + None + """ + metric_names, naics_codes, wips = (list(x) for x in zip(*metrics)) + if ".csv.gz" in fname: + df = pd.read_csv(fname, + parse_dates=["date_range_start", "date_range_end"]) + df = construct_signals(df, metric_names, naics_codes, brand_df) + print("Finished pulling data from " + fname) + else: + files = glob.glob(f'{fname}/**/*.csv.gz', recursive=True) + dfs = [] + for fn in files: + df = pd.read_csv(fn, + parse_dates=["date_range_start", "date_range_end"]) + df = construct_signals(df, metric_names, naics_codes, brand_df) + dfs.append(df) + df = pd.concat(dfs).groupby(["timestamp", "zip"]).sum().reset_index() + print("Finished pulling data from " + fname) + for geo_res in geo_resolutions: + df_export = aggregate(df, metric_names, geo_res, map_df) + for sensor in sensors: + for metric, wip in zip(metric_names, wips): + df_export["val"] = df_export["_".join([metric, sensor])] + df_export["se"] = np.nan + df_export["sample_size"] = np.nan + + if wip: + metric = "wip_" + metric + create_export_csv( + df_export, + export_dir=export_dir, + start_date=df["timestamp"].min(), + metric=metric, + geo_res=geo_res, + sensor=sensor, + ) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py new file mode 100644 index 000000000..a8a3df734 --- /dev/null +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -0,0 +1,89 @@ +# -*- coding: utf-8 -*- +"""Functions to call when running the function. + +This module should contain a function called `run_module`, that is executed +when the module is run with `python -m MODULE_NAME`. +""" +import glob +import multiprocessing as mp +import subprocess +from functools import partial +from os.path import join + +import pandas as pd +from delphi_utils import read_params + +from .process import process + + +METRICS = [ + # signal_name, naics_code, wip + ('bars_visit', 722410, True), + ('restaurants_visit', 722511, True), +] +VERSIONS = [ + # relaese version, access dir +# ("202004", "weekly-patterns/v2", "main-file/*.csv.gz"), + ("202006", "weekly-patterns-delivery/weekly", "patterns/*/*/*") +] +SENSORS = [ + "num", + "prop" +] +GEO_RESOLUTIONS = [ + "county", + "hrr", + "msa", + "state", +] + + +def run_module(): + + params = read_params() + export_dir = params["export_dir"] + raw_data_dir = params["raw_data_dir"] + n_core = int(params["n_core"]) + aws_endpoint = params["aws_endpoint"] + static_file_dir = params["static_file_dir"] + env_vars = { + 'AWS_ACCESS_KEY_ID': params["aws_access_key_id"], + 'AWS_SECRET_ACCESS_KEY': params["aws_secret_access_key"], + 'AWS_DEFAULT_REGION': params["aws_default_region"], + } + map_df = pd.read_csv( + join(static_file_dir, "mapping_and_pop_info.csv"), dtype={"fips": int} + ).rename({ + "fips":"county", "hrrnum":"hrr", + "cbsa_id":"msa", "state_id":"state" + }, axis=1) + + for ver in VERSIONS: + # Update raw data + # Why call subprocess rather than using a native Python client, e.g. boto3? + # Because boto3 does not have a simple rsync-like call that can perform + # the following behavior elegantly. + subprocess.run( + f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' + f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', + env=env_vars, + shell=True, + ) + + brand_df = pd.read_csv( + join(static_file_dir, f"brand_info/brand_info_{ver[0]}.csv") + ) + + files = glob.glob(f'{raw_data_dir}/{ver[1]}/{ver[2]}', + recursive=True) + + process_file = partial(process, brand_df=brand_df, + map_df=map_df, metrics=METRICS, + sensors=SENSORS, + geo_resolutions=GEO_RESOLUTIONS, + export_dir=export_dir, + ) + + with mp.Pool(n_core) as pool: + pool.map(process_file, files) + \ No newline at end of file diff --git a/safegraph_patterns/params.json.template b/safegraph_patterns/params.json.template new file mode 100644 index 000000000..bfbcdbad1 --- /dev/null +++ b/safegraph_patterns/params.json.template @@ -0,0 +1,11 @@ +{ + "static_file_dir": "./static", + "raw_data_dir": "/mnt/data/safegraph/", + "export_dir": "./receiving", + "cache_dir": "./cache", + "n_core": "12", + "aws_access_key_id": "", + "aws_secret_access_key": "", + "aws_default_region": "", + "aws_endpoint": "" +} diff --git a/safegraph_patterns/receiving/.gitignore b/safegraph_patterns/receiving/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/safegraph_patterns/setup.py b/safegraph_patterns/setup.py new file mode 100644 index 000000000..4b1ce72db --- /dev/null +++ b/safegraph_patterns/setup.py @@ -0,0 +1,27 @@ +from setuptools import setup +from setuptools import find_packages + +required = [ + "numpy", + "pandas", + "pytest", + "pytest-cov", + "pylint", + "delphi-utils" +] + +setup( + name="delphi_safegraph_patterns", + version="0.0.1", + description="Mobility Indicators from Safegraph", + author="", + author_email="", + url="https://github.com/cmu-delphi/covidcast-indicators", + install_requires=required, + classifiers=[ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Programming Language :: Python :: 3.7", + ], + packages=find_packages(), +) diff --git a/safegraph_patterns/static/brand_info/brand_info_202004.csv b/safegraph_patterns/static/brand_info/brand_info_202004.csv new file mode 100644 index 000000000..c514a1308 --- /dev/null +++ b/safegraph_patterns/static/brand_info/brand_info_202004.csv @@ -0,0 +1,5841 @@ +safegraph_brand_id,brand_name,parent_safegraph_brand_id,naics_code,top_category,sub_category,stock_symbol,stock_exchange +SG_BRAND_12b20c8402b220acfe0e65dd113dbbc7,&pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6462594f4a598a94,1 Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_407913c3eaadbdf961cbb276649f6618,1-800-Flowers,"",453110,Florists,Florists,FLWS,NASDAQ +SG_BRAND_98d0a05f33b79c60dffb8f23a236748f,10 Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1d114312ec5fbd09,10 Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2f0603252b995371,10 Spot/MadRag,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_70be6421bf9bd7b8c5bd2219c2351bac,1000 Degrees Neapolitan Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3199b7c24d61c3dee29450e382f8c9ea,16 Handles,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_31eb6e3befe2fa0b,21c Museum Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1dff6738894adf75487b2c1ba5f54873,24 Hour Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_16f0443d83aeb0b,24/7 Travel Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3367b83ed9c0f9c5,2nd and Charles,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b40626a171c6ce8e967992998f5ed81b,2nd Wind Exercise Equipment,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c9feda216bc7fe6cadd88b5282f1a252,32° A Yogurt Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4e65e7d1c4a96bf6,4 Brothers,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_52084b69a9bb91de,4 Sons Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3b54aa029dabc38a,4 Wheel Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_47e5077eb5e7e2a1,5 Napkin Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1044eb50228f888c,5 Star Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_ba391088dbe9fc5d537af44d9fd3f29d,5 Star Rental Purchase,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_77202d314aaa383b1b39b199f03cbd85,5.11 Tactical,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_676fe5694744273e,54th Street,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_30f920cc8fd37865434a7d6bf1f9d0da,6th Ave Express,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_8531352a80af4bf07a701c06119c4004,7 For All Mankind,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2e2448f12fc87fe452e9166153797a7f,7-Eleven,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_fbd7939d674997cdb4692d34de8633c4,76,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_a1be1aed39d245471c663320b84f10ea,800 Degrees Woodfired Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d005a2566278a1288029eec56fc08af5,84 Lumber,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_f5659fbd731a6e1762fe9123f8e65832,85 Degrees C Bakery Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0ccab9d8aebd3d3b49d24cfc0fbbda59,99 Cents Only Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NDN,NYSE +SG_BRAND_47491621daa95546cc094e97c4e5cfb1,99 Ranch Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ce0e03f64d207cfbd5c35b5351d99cd5,99 Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_97858bdf52f48f41c812f88338ecf1e0,9Round,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_376457600f0788425db552999cade1ce,[comfort zone],SG_BRAND_17c01d3273015313f138934a3f183da7,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_357cce5297b9923a1f3c28e10884495d,[solidcore],"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a4c63e5a7b60df283a73f66f76fc6b02,A Pea in the Pod,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_94e653a1ebf957df2f57126f1dc8e73a,A World of Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_f72c910fe39a23942fcab6266cce935f,A&I Products,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_862f8dbbfb698679,A&W (Canada),"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,AW.UN,TSX +SG_BRAND_40b4494c27453f1487b6f99e4979be16,A&W Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a1fce9b2678cec84c7a555d3f2e0754d,A'GACI,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_063350df8b92c0594de6fc315ee5e48a,A+ Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_7bbb814ff6dcc6ad017655e6326e1813,A-1 Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_26a3d99abb73b1cb,A-EZ Out Bailbonds,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_9a5e793437182467644e9d53445c1490,A.C. Moore,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_97adbcaca691fcc210b491d83bb3412d,A.R.E. Accessories,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1c6e791993dd6876871d4a561de9ad36,A1 Medical Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_b1d21ba5beb3e781,AAA,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_4a3c8f98f6aee259c4e69d527df194f5,AAA Approved Auto Repair,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_05ff976a687708af0e453186738e5d96,AAMCO Transmissions,"",811113,Automotive Repair and Maintenance,Automotive Transmission Repair,"","" +SG_BRAND_ed1f3fc797846c8ed53b280291041300,AAON Heating and Cooling Products,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",AAON,NASDAQ +SG_BRAND_b72e1f8bbbb37a22201c712c9c5fa62d,Aaron's,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,AAN,NYSE +SG_BRAND_faa9096ceee3f8943ec22bde486bd15f,Abbey Carpet and Floor,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_4029190e439330df,Abbott's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_41683187f977260f,Abby's Legendary Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a165baa2c2a10727faf4931bad5cb9c9,ABC Fine Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_fa92b7f5e563c27,ABC Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9da2eb2293f706865ee25e1e3aa53197,ABC Supply,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_704be6d1177559b6,ABC Warehouse,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_45f58ab7240a3379,Abe & Louie's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4bedc5294f99a03c,Abel's Qwik Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cced0ecbfbf09fc,Abercrombie,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_6d8684d641d51f2d,Abercrombie & Fitch Co.,"",448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_10c677d74daf4ae96824ac1eb4bab56d,ABF Freight System,"",488510,Freight Transportation Arrangement,Freight Transportation Arrangement,"","" +SG_BRAND_20ccc30c3978ee175f064b6339cae019,ABRA Auto Body and Glass,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_641d4b48fe723227,Abt Electronics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_befc5f08e61aaa0fedcdd7355e3259bc,Abuelo's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5fbcaa336dd9228,AC Hotel,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_2d558e88d5b55b08,Academy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cebb2b4363445dce8031918685aab2c4,Academy Sports + Outdoors,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_f274acd790fdf9e91eedb14c2ce66e11,Acapulco Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31cabebc80ebf4ee0e6c96bbad491f06,Acceptance Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,FACO,OTCMKTS +SG_BRAND_2f3a1f2057560021,Access Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_09eb0b80506fefcc9e069d143c97af4e,AccuQuest Hearing Centers,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_55ec81055d66b1a5c2f693401a8bd2b4,ACDelco,SG_BRAND_09fcf13a3339566e,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,GM,NYSE +SG_BRAND_1f80a87e178e0d5e04c8217210b2b9cb,ACE Cash Express,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,AACE,NASDAQ +SG_BRAND_0042ddcf1dfda78309cac2609a8e56e0,Ace Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_7008731995577bc3,Ace Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3bbe733ca58f4f40,Ace Rent-To-Own,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_913be21441c343ce4a75490b2aff0261,Acelero Learning,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_227fbb906a299b8c,Acme Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fae25d7f7192889e606c10c2b1a20adb,Acme Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fe6c9cdcfd75b8fb8270e90a899b5c6,Acme Tools,"",423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,"","" +SG_BRAND_a451a05b35c501a2b6515f696b992e6d,ACO Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5c802af4a870afe9,Acorn Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_74773d9621a1f10780471b0f1894dd4f,Action Day Primary Plus,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_2e786020370e513f,Action Karate,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1392d90368aedca08af9cd73f30c06f2,Acura,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_1e6d3ebea02faae3,Adagio Teas,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_70ff92a4441ae8d6,Adam's Hometown Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2b91f1285d21960f,Adams Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_6c45f33124a9a9ee,Addition Elle,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_2b7ffb4504ed949560cfa8ac5f346cf6,Adecco,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_4db6adde7999319bfb67bee86942f8e9,Adidas,"",448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_195f1c5a12a7b06d,Adirondack Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,ADKT,OTCMKTS +SG_BRAND_dc0bbdb488807ce,Advance America,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,Advance Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_d916dbf73e3f5319ef65924990f1babf,Advanced Building Products,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_ffcf5315f4ba9b125c3307d8418f8d21,Advanced Radiology,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_2ff9e046aa80438dc89f7a77e428ce10,Advantage Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_c7436c4a31a1f53a,AdventHealth Centra Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_11a39d057ffd22289fad8e73895aab0b,Adventist Health System,"",813212,Grantmaking and Giving Services,Voluntary Health Organizations,"","" +SG_BRAND_76a6c4298e548305,Adventure Dental And Vision,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_cc0a6aec28510b3c,Adventure Island,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_7d3d756f6ab4c311,Adventure Landing,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_2aecf74a4fca848d,Advocate Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f3acb89e9a6bbccca1f502417ed86473,AERA Engine Builders Association,"",813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,"","" +SG_BRAND_ed45067a557a14cf,aerie,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448120,Clothing Stores,Women's Clothing Stores,AEO,NYSE +SG_BRAND_3bc902230be0f2e3,Aerosports Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_c7116409a864ba3e7de36e1b6af828f2,Aerotek,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_3306c5c2ad7478dd,Affinia Hotel & Suites,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_9a365a7eb3a9372db79503c93542a80a,Affordable Dental Care,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2f710d01fd2710d87d8fae13eaf3d133,Affordable Dentures,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_32136f606c3d1c4d1be6905f268339a6,Affordable Home Furnishings,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_3f0b62787ceada5594a084e88094450e,Affordable Insurance Agency,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_a7de75bd0dab5cf7bbede566d05ad676,Afirme Mexico,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b385d14787f0b2727d480270415a68ba,AG Jeans,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5959fcd790c7fdf8,Against All Odds,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_8311e1795d2e1b27c096b2994bbbbb08,AGCO,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,AGCO,NYSE +SG_BRAND_30a1d306114e84e9,Agent Provocateur,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_617aef18ff54ba7c,Aglamesis Bros Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_8f86954eaa7c5e93a82ebbb4bf5d38db,Agland Co-op,"",813990,"Business, Professional, Labor, Political, and Similar Organizations","Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)","","" +SG_BRAND_973e35296eaa9cbf071097ff29dae70d,Agri Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_09a477890bf86c70502cd1005f642d36,Agway,SG_BRAND_b171fe50c25853ab56e1f134afc569ac,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_4a1b28630dbe4e5fcc7664005a06ed2c,Ahern Rentals,"",532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing","","" +SG_BRAND_e5919360e313d7e4,Ahold Delhaize,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b92265c50f53d19c9ff7d51de8b19ae6,AIM Mail Centers,"",561431,Business Support Services,Private Mail Centers,"","" +SG_BRAND_f65a7f441703711f95020392584b87f8,Aio Wireless,"",811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,"","" +SG_BRAND_178667c7fe5b931f,Air Time,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_12a001aa50a4e145,Air U Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_29acc421f7cb3a4b,Airborne,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_51ee124bd1b84993ce9298180f9d6cc5,Aire Serv,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_7159747f7911f6fbcbf38ae6d6d2c2f0,Airgas,"",424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,ARG,NYSE +SG_BRAND_1faa49d859155d,Airheads Adventure Arena,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_4e8055d6360cb6fe4e8d312ca37e8004,AJ Wright,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_04c84ebc56e7fbba4c731e9261820e6e,AJ's Fine Foods,SG_BRAND_989f6147079aefc986c51ea3b9a6039a,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_560069ca5b21fb485c309d20165ab91b,Akin's Natural Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7009d88a4e0b4b9,Akira,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_53ed9ca055813fdf0a8585e5300ef667,Al and Ed's Autosound,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4d46cff2a6a67a7bf617e441737d09d8,Al's Beef,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f1f017b4f6b6550246101e43f418c65b,Al's Formal Wear,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_791eefb06bf05a40af4077f354ae7596,Alabama Farmers Cooperative,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_2f36cd3178a2d43a1edbdbc9fd8f64f7,Alamo Drafthouse Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2b49f9e689320124edcf2d64cc85e571,Alamo Industrial,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,ALG,NYSE +SG_BRAND_aee25fc720cb8a6433eca11a512a6757,Alamo Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_489a806735a1ff46711ff1f3b13ca0bf,Alaska Commercial Company,SG_BRAND_1b123f515d08bb0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NWC,TSE +SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,Albertsons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b1cee15316c1cf1a,Albertsons Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_43c9d246e29acfebd217d14740993446,Alcoa,"",331313,Alumina and Aluminum Production and Processing,Alumina Refining and Primary Aluminum Production,AA,NYSE +SG_BRAND_41267d9fb3826d417e32077a3b0a35e5,ALDI,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,ALDO,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a793ed7a12379358db9303978c6f4dd4,Alex and Ani,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5ed999a3d316130e7283d5fb07081fca,Alfa Romeo,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_5a17f5c67b0713be,Aliberto's Real Fresh Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b12a81e13e07aac,Alice and Olivia,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_310b0172ef6d6ebd,Alila Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_71f8c12641ae274f,All India Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e98b9d628c02fc1159b9b63fae64c91,All Tune & Lube,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_7518addcbb462c3a,Allbirds,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,Allegra Network,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_144bf6e93b2a9180,Allegro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4959b9c7b6ef23e4dd6392edae9a968c,Allen Edmonds,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_224cd064261102fa,Alliance Bank Minnesota,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b9732f6e7c8c8f49,Alliance Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b1548d44966c9ff54d6228dd280e752e,Allied Building Products,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_47846c6a01657407153655f2f0506f55,Allied Cash Advance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3e364569d3cba1e3,Allied Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2b42b6e3326b00bf,Allina Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_214ff0a1160dd989,AllSaints,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5a9e6695c8055aeb6c210e6bfb45d6b5,Allstate Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,ALL,NYSE +SG_BRAND_4c5d9138d9303e105b26178be842275e,Allsup's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f539f9dedcf133c96f08baca718c9fa8,Alltel,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_eea773e3cd25f00a,Alo Yoga,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_232e3a254ee6887688ed8957d9068679,Aloft Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7975b2f7c429df3c,Aloha Petroleum,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_da84065c579e60ad,Aloha Poke,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f5edb995de0f09b9ee3f9045be82afcb,ALON,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a87468d01e929f7b6f3b52165af9a144,Alphagraphics,"",323117,Printing and Related Support Activities,Books Printing,"","" +SG_BRAND_a5b802a6900398,Alt Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_716bfdab184fc881,Alta Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7c5cecad9d417901def8c96e22e85abf,Alta Mere,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_fb55f793ae6f3aa03333de50d261bbc3,Altar'd State,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_726fb04193daaa46070c8527e02ea8bc,Altierus,"",611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools","","" +SG_BRAND_50132dc29ce2ba73bc0e600eb1bc2187,Altitude Trampoline Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_da51bb12ab90a9617408308562624f9e,Altoz,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_223ca1aa5a3dae726fb034683d090055,Aluma,"",336214,Motor Vehicle Body and Trailer Manufacturing,Travel Trailer and Camper Manufacturing,"","" +SG_BRAND_c8a0c64c1bd85383eee777b204a8d3a0,Alumacraft Boat,"",441222,Other Motor Vehicle Dealers,Boat Dealers,"","" +SG_BRAND_4c2f3879bf182311,Aman,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_07454b1c96395af57611f456fb9d1544,Amana,SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,443141,Electronics and Appliance Stores,Household Appliance Stores,WHR,NYSE +SG_BRAND_a052094d8f55cb2762426643d8ac0534,Amato's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_eee5e1cd7f209f022732b6617d6abc3f,Amazing Lash Studio,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_c8aee687ca946b69,Amazon,"",454110,Electronic Shopping and Mail-Order Houses,Electronic Shopping and Mail-Order Houses,AMZN,NASDAQ +SG_BRAND_843d199a3265aaed,Amazon 4-Star,SG_BRAND_c8aee687ca946b69,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,AMZN,NASDAQ +SG_BRAND_e9f31d664bfa3bdc62694c9d0dc03bcf,Amazon Books,SG_BRAND_c8aee687ca946b69,451211,Book Stores and News Dealers,Book Stores,AMZN,NASDAQ +SG_BRAND_ebbdf13bef1cb60b,Amazon Go,SG_BRAND_c8aee687ca946b69,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,AMZN,NASDAQ +SG_BRAND_e5eedf3ad2b51dd7fa2f1a1e1cde18c2,AMC Entertainment,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_5bd1c34b834731ba,AMC Entertainment inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_4dab48a331f833cf,AmCare – Doctors Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_392f5c5f48278262,Amegy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_056e27928a57f859238f604c338ea918,Amerex,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,"","" +SG_BRAND_6b0cd1ce1bcee01a,America First,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_542107fde8b1346b588d305b8c480c61,America's Best Contacts & Eyeglasses,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_8d1330d266bd897,America's Best Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_21308ade311878e6,America's Food Basket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11766d2c71f86895,America's Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_af3e12bf6e4c372441003cb838fd571e,America's Taco Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a65744f1b170bb5c9f62575c39b81e14,America's Thrift Store,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_e2ecfe2d7aca912837fb5b1974f8345e,America's Tire,SG_BRAND_bf97a394be0995faf90bede5ed452758,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6980414328db21c5,American 1 Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9a1aa63fa596baa7359a35ab7cd6e0a9,American Academy of Urgent Care Medicine (AAUCM),"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_86cac750f56930c3a88f9f9a5dc7616f,American Bodyworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66359aed65b2ca75,American Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_95a1de80f566759aafdc2a957a76de5a,American Eagle Outfitters,"",448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_642f6b0510afef11,American Eagle Outlet,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_da62850d12062590,American Family Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_75d4ffecdab36bf8611e7f27e42796f2,American Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_097c17a157a8b638a36292e76e151b0f,American Forge & Foundry,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,"","" +SG_BRAND_93a539a657e509488e549bc83b15fbf9,American Freight,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_555e6b292d8061866506daaef7e19d3d,American Furniture Warehouse (AFW),"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_8e7e7acbc1702953de4c7157f6e97cb9,American Girl,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_215bd1119fc3d0b01a2d5a7748d0d476,American Home Fitness,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_700e77161890059903a952ff1d792d08,American Job Centers,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_abd4f2cf23cf602b87ebbe9a0df1b586,American Lubefast (ALF),"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_2dd6d8f10feec96933e9dc0a696b9fd3,American Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_70522299371c500d,American National Bank & Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,AMNB,NASDAQ +SG_BRAND_bc182e7f8a9fd5c820e3bce804f4dee0,American Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_4e7fd95c3fc9ab8,American Sale,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,American Signature Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4dec1b13aceec8f264e341ee1be403f5,American Speedy Printing,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_b1526ff61943a94b088b07219a6e14ec,American Standard Brands,"",327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",ASD,NYSE +SG_BRAND_0e82955483a61e98d9fd211d8f19b07f,American Tire Depot,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_efd042146af58088c5fe07faaed82bd3,American Tire Distributors (ATD),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_cf683d31f5a0b627e69d8c6b01ccd6bf,American TV & Appliance,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_7a9041e35763156f729408e8e3ffa47e,Americas Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_10201be4eab1a450,AmeriCash Loans,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3d6b29efd16692aedfed87724bf05e42,AmericInn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_af299b410f6f40f2832dcb33e06819e0,Ameris Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ABCB,NASDAQ +SG_BRAND_1f0d195118f3ae59,Amerisleep,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_76921e7b7f4c82a0,AMES,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_7a7f78029cb813e6,AMF,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_b7919fc9aaad5fefd42735f912403c9c,Amigos,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d34d381f5c016b80375b7885a7bd8543,Amigos/Kings Classic,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bb53d58f962a5f91,Amnesia,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_58e1840a9ec1dca1,Amorino Gelato,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db57f3767efde48f,ampm,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_586eac2437641853,Amscot,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_7279a3b23815694d,AmStar Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_85bcd33678a8dae3e99a1b357c0e3596,Anchor Blue,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4822315efd2da1af,Andale Mexican Family Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f322046b2e2422a176b5ad9e554a048,Andaz,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_70a33a0ac439557d,Andiamo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cb7d114f36c4df5,Andy's Frozen Custard,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b290bd5623fb4011,Angelika Film Center,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_55f76fe855942dbf0f8f790e448e3741,Angelo Caputo's Fresh Markets!,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_38f8032cc1695a53dc31ee5ee0a189c0,Anixter,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",AXE,NYSE +SG_BRAND_17623624bd5b70d6,Ann Inc.,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_75686c13988a01c9,Ann Taylor,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_69b0bb26f6f38880,Anna's House Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b82c67a94b66fe291a27143c96d4ef6f,Anna's Taqueria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_205eb1605f92ebbd,Annie Sez,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_11c7ddc5f69e994968d262ee91df8eee,Another Broken Egg Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4064fa6241c025a856091e2b9dcae9e7,Anthony's Coal Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d4d172b4db8b7b4d9ef955065bfa945a,Anthony's Pizza and Pasta,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28f2287e0d72291b,Anthony's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d6aa3de01533f04082e6dc4b7e2f7305,Anthropologie,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_e4248bc7c3ca6174f442e750501dfe99,ANY LAB TEST NOW,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_6daa255524fe5ac244c3bed9cfbde479,Anytime Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68060c8a8bce8e18,Apollo Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_266960d748e80d82,Apoyo Financiero,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_2817cee1c4513d8c,Apple Market,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa55d5b692887ce4ff82e8f98bd569ad,Apple Retail Store,"",443142,Electronics and Appliance Stores,Electronics Stores,AAPL,NASDAQ +SG_BRAND_532a1ea21bbef4dbdc2cae21e89a610a,Applebee's,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_3e6c8654531b9bb7,AppleCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4bb455c37f382fb2,AppleOne Employment Services,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_7b1eae85ec336da6,Applewhite Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_c65ac48f82773e6c25d72180c1b0a676,Appliance & Furniture RentAll,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_14ecda6371110981014e128691265520,Applied Industrial Technologies,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,AIT,NYSE +SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,Approved Cash Advance,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_d8d7a49164a1b72e7e26ac483582acdf,Apricot Lane,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5061f54f7ccb30a6aaa583871fa04f19,Aprilaire,"",333413,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Industrial and Commercial Fan and Blower and Air Purification Equipment Manufacturing,"","" +SG_BRAND_7e7c6a75b448fdd7,Aquarium Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a51c286f84408c1,Aquatica by Seaworld,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_a9c1759e6ee271fbc39fbddf32a2f75b,Aramark Uniform & Career Apparel,"",561790,Services to Buildings and Dwellings,Other Services to Buildings and Dwellings,"","" +SG_BRAND_f004042e34f9a89a218a216365ccd2c4,Arby's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68da9ccac5f8f7e4487cc6b092611680,ARC Document Solutions,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),ARC,NYSE +SG_BRAND_e67fa52c72e5fbbb2e6a9cc85d833a5e,ARC Thrift Stores,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_3db1b1b75af34ece,Arclight Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_99b3a2abb4050d5bef6da28efdc9552f,ARCO,SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_263ab4737b063101e85bd364a3ba77f6,Arctic Cat,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",ACAT,NASDAQ +SG_BRAND_443964ea0c09422d8b208c3ef7a01fb9,Arctic Circle,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3019aa0f7c297c9e9e53b2f8c9260f03,Arden's Garden,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_74590f0568820363,Ardene,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_568674125759e88de1527a38fceb0a4c,Argo Tea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ed14090eb859530,Argonaut [Liquor],"",312120,Beverage Manufacturing,Breweries,"","" +SG_BRAND_d81b0ce23bf8a368,Argos,SG_BRAND_65e9719b182ef753,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_798924b2f5bfd9e6bc541b061d30b907,Arhaus,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6a2db7d70cf80a03d7b5021e1b9e8a2f,Ariat,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_c915f2d611122e3d19f2c9c1b129ef1f,Ariens,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_8556827a446e9dcc733d8f3bd5cd7110,Aritzia,"",448120,Clothing Stores,Women's Clothing Stores,ATZAF,OTCMKTS +SG_BRAND_552e074f1162a8b30485fafcbaedabd2,Arizona Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_5d743d6aa544adc,Arlan's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_734adb0084b47015,Arlo Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d5167d48829ad4a25ba59270f12bb0f5,Armadillo Willy's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_74e8f36eab339485e1e4cd77445dc737,Armani Exchange (A/X),SG_BRAND_cffd8e5634652b989687ccd942c05785,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_98567a842853508791a2ced78ad749c1,Armstrong McCall,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_643881af0e62227c,Arnold Motor Supply,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_363d9092903dcdf1,Aroma Espresso Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f689b72a5a740b8,Aroma Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60a1139ea97245a0,Around the Clock Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_747aa894b4e4c385b88b8b6503a6ebda,Art Van Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_027887944d90b26620b7a74537136b06,Arteagas Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f1f359a0bfcc1a3,Arthur Murray Dance Centers,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_1c6d6c909e0cfe06231244705c6defdb,Arvest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3087c2c140a9cb9b54e2ce2e739c00a7,Ascend Resort Collection,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_1f87a8392acf7f95,ASDA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_46f27ef73712065fc801247705bf2f3b,Ashley Furniture HomeStore,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_819ba48428fc5a034e06f6ff768548f7,Ashley Stewart,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2942cb3528ed9ad8,Asian Food Markets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_93273bfc3e6338d387eb6831f99f7c1c,ASICS,"",424340,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Footwear Merchant Wholesalers,ASCCF,OTCMKTS +SG_BRAND_d5ab4bc0c781489e2a30874e90683bf8,Aspen Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5b144b5c079189f2,Aspen Creek Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71be0361fb378ace285a2057f188c675,Aspen Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_daf15eebaa81697339c57393693dc2f8,Associated Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ASB,NYSE +SG_BRAND_bbce9d966be9a97f8636f8c33b7e3509,Associated Grocers of New England,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1d39b019e6319878ba436773290859a3,Associated Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2fa3cf424791add1,Aston Martin,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_1c59069183a6a3fb,Astro,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_11a4fde510c7bb2965c5cb354ee086d7,At Home,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,HOME,NYSE +SG_BRAND_eb8521bbd57f34d554ae6ec0b674d7ba,At The Beach,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_5deb800ce9500e72e355137ab8b48fb6,AT&T,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_175daf46cee56cdb,AT&T inc,"",525990,Other Investment Pools and Funds,Other Financial Vehicles,T,NYSE +SG_BRAND_43d74cb900844e84,ATB Financial,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_579a2f8f0bf87517cf22c11bf8827644,Athleta,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_e82b8ec3cdfb7fefc757d20ed3e7d136,Athletico Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_0f6312930cd009ca4e8d974d0a302ec3,ATI Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_20cdbe025bb0f8ac8a88299c11cddf6a,Atlanta Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_498c56451d61f0da,Atlantic Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2f2089e498018422,Atlantic Union Bank,"",522110,Depository Credit Intermediation,Commercial Banking,AUB,NASDAQ +SG_BRAND_b4547aac8ad2b6d145a0dbc61f9a71e6,AtlantiCare Physician Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_0f471c29398c03827695077ae7a0d6e2,ATM Anthony Thomas Melillo,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_26d04e54c2ae3b1c,Atmosphere Ltd,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3232c37e7a0291c,Atomic Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d3117669a3eb7b87a3904e5c1818348,Atria's Restaurant and Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bef68bae7c0797009c3335c452cd438d,Atrium Health,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_3f0b923c9c8132b7,Attic Salt,SG_BRAND_346f800349b8b8cb,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_02e2aff95ca5fc2743f4c6982c094a4e,Atwoods Ranch & Home,"",444210,Lawn and Garden Equipment and Supplies Stores,Outdoor Power Equipment Stores,"","" +SG_BRAND_2ec5b29d57656d008d02e09c2394b642,Au Bon Pain,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_11afc576251c4f87,Aubree's Pizzeria & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0e1559062ff3c03b155685c5d89d0127,Aubuchon Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_4d9fa555e7c23996e99f1fb0e286aea8,Audi,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_63371916b5e2b534637dcd003d245d22,Audibel,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_9317f943d55e0a62eab871d84971aa40,Audiologists,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_ce748140d1750c3620f9e803e4af0170,Auntie Anne's,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2c195cd62bd03201d9b0157a94e6c314,Aurelio's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ceb411f1dd927f12a577a8ef96474f6,Aurifil,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_4bffef1169b49923216e5ad94468ff15,Aurora Healthcare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_8dec87ebe111e2b4,Authentic Brands Group,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_670b02f220e28efc2a40dae1786bba78,Auto Service Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_1fe9ef9dd90e0752,Auto Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_11af9d3184e3f62cc3664b7ec731af24,Auto Value,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,Auto Wares,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_d7902726df908587522500d0e478a2fa,Autobell Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_b9579b602f7a1d2c,Autograph Collection Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6cce40323161f6a58a3d7209cc6fabfe,Automatic Transmission Rebuilders Association (ATRA),"",336350,Motor Vehicle Parts Manufacturing,Motor Vehicle Transmission and Power Train Parts Manufacturing,"","" +SG_BRAND_02239f872313979956fec2581f68d1bf,AutoNation,"",441110,Automobile Dealers,New Car Dealers,AN,NYSE +SG_BRAND_4a06e9564747a054,Autopart International,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_87681bc51c663efbbf7272e0f1262e9b,AutoZone,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AZO,NYSE +SG_BRAND_8644629d00533c1,Avalon Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_8acb9465e5dff7534577e5d44c27d773,Aveda,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,611511,Technical and Trade Schools,Cosmetology and Barber Schools,EL,NYSE +SG_BRAND_1dc37a5030f45641,Avenue,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_6c55147fc9266eb8,avid hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_f35a8740b65be2b1aa45f588f2809377,Avis Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_ae8340c3ef56b9d3,Away,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_5b3b4df9bb09fd58,Axiom Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3570a3b8679bd931,Ayerco,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_29a1f9ce6b40cfa92ff20c8123f89e3b,Azteca Mexican Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3496cfebb9e7f746ed962ca33db7e5f4,Aéropostale,"",448140,Clothing Stores,Family Clothing Stores,ARO,NYSE +SG_BRAND_2dd7e7efd007f82c,B Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_170e431ef7631fee,B&B Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3c691d7e5e8a9191,B&H,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_1c9455c4daae0289,B&R Stores Inc,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a309c5c72d695cc,B-Bop's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7aa2fb3acd993dfe1c9c942c19d8d8ec,B.GOOD,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e06556ee7a25d1a73e9b4b34b4f9791c,B1 Advantage Tire & Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_953b7a501bb5c8396f606535a5a9778a,BAB Steering Hydraulics,"",336330,Motor Vehicle Parts Manufacturing,Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing,"","" +SG_BRAND_624c28f71bdf5c2bfbf58fd534f22beb,Baber's Rent to Own,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_7007fdf67b5bd472,Babes Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59a490da2db2545f,Babin's Seafood House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59e88e5703cfe421,Bach To Rock,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_6ee7e675c921dc40,Backwoods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_fad43b0448a3da51f678107ab45fb8e4,Backyard Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e1bab3274f93aaa,Bad Axe Throwing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d18feffe987bad2,Bad Daddy's Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9e71caab6eeb7dcbb52e112de81feb67,Badcock Home Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_fccdfc85412b42d,BADMAASH,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8cb37f1ad938c9b54cdde4bc86e71900,Baer's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5895069705900d66,Bagels-4-U,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9dc7cbae95ea6061f9ae5c7f6d28714d,Bagger Dave's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDVB,OTCMKTS +SG_BRAND_937314be333bc6e,Baggin's Gourmet Sandwiches,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5d6f860e16974f1,Bagnbaggage,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_80e76d65cd47172346878dbd13e5cee5,Bagni Volpi Noemi,"",423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,"","" +SG_BRAND_6aa30a997db385b158900ff1a2b0ca4d,Bahama Breeze,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_6f77afb4a1d3c85a,Bahama Buck's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f4dc539cb7c2e85,Bailey's Health & Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_62df7c3a8b8d2cf7f085116aa9c364f5,Bailey's Sports Grille,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_3c2dc902b7bc068f,Baily Banks and Biddle,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6d7424be5a5b47bd,BAIRD / Hilliard Lyons,"",525990,Other Investment Pools and Funds,Other Financial Vehicles,"","" +SG_BRAND_65995c2920aeb4a414fdcd071b68aa7d,Baja Fresh,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3dd1c1b845f218584d537dcfde624389,Baja Sol,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_845a5d33e2569fc,Baked by Melissa,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_64dde9276423b8ab39f6c9f21ee4c7c0,Baker Bros American Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b4e4d4c1f2abdb7bb04755635692ce3a,Baker Distributing,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_a69f20501a15e39acd8c178a293d476f,Baker's Drive Thru,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4468731175593672,Baker's Ribs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_07b31e179ade840fafc9e51bd0a9faae,Baker's Square,SG_BRAND_5f2a59160ba477d032f3ff04029265f6,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3020039b42af70809bbe2d8693fa649e,Baker's Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_55c0201fba01add463f1413096be5ec8,Bakers shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_543bc0dbffea90f8,Baldinos Giant Jersey Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d23ade974e8d4fce1b3d272f0a50a845,Baldwin Filters,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6c0c05c3c44425ab,Balenciaga,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_718b7eae0cff22a7,Ballard Designs,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_3580cf342ea2ed75,Ballpark,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6e848882c68978dc,Balls Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c9fcf03e737a9c4f882534ef6a57b8c,Ballston Spa National Bank (BSNB),"",522110,Depository Credit Intermediation,Commercial Banking,BSPA,OTCMKTS +SG_BRAND_878089949cfb5636e5ca4c7899fe7066,Bally boutiques,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5d2758b0af610b24084e8e844cd93030,Banana Republic,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_17aa80ed1abae2b6,Banc of California,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_aba8fd15b3a4f97bfcc35159cc96a760,BancorpSouth,"",522110,Depository Credit Intermediation,Commercial Banking,BXS,NYSE +SG_BRAND_026b6c1ed1b788f2,Bandanas BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ddde12f8cfb9c45,Bandier,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_36762205aa90feb3,Bandits' Grill and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0db907d4b7af66e7236e05df173d90a7,Banfield Pet Hospital,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_508c9b100106de89fe7785d7ae83884a,Bang & Olufsen,"",443142,Electronics and Appliance Stores,Electronics Stores,BO,CPH +SG_BRAND_6b57c662f902a05d9c7c7bd5d224ccc4,Bangor Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_79497404d349efa4,Bank Newport,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_73971897e96ce01fa107640e730f905a,Bank of America,"",522110,Depository Credit Intermediation,Commercial Banking,BAC,NYSE +SG_BRAND_eda9a217fa7b74fccf6a91be4439160c,Bank of North Carolina (BNC Bank),"",522110,Depository Credit Intermediation,Commercial Banking,BNCN,NASDAQ +SG_BRAND_7fd8ed54dd3704bd171886a6eb170711,Bank of the West,SG_BRAND_319dffa1d60df708,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_76bcc0fb0f1517f185e244b11035a665,Bank OZK,"",522110,Depository Credit Intermediation,Commercial Banking,OZK,NASDAQ +SG_BRAND_5472f21f8bffd8d18f06fa5fea2df0f4,bankESB,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_946ee72d8fdd9b91bcc1ff1e739332a4,BankFive,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_850a8eaee850fbc06e74a5e3708d247b,BankUnited,"",522110,Depository Credit Intermediation,Commercial Banking,BKU,NYSE +SG_BRAND_1c41ae685e207bfe,Banner Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8af697460704445f59701fd329c4ff3e,Banzai Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a1b44e4ffdeec408e0796d708e35bd92,Baptist Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_721eb961a8044181,Baptist Health Kentucky,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6e6687432efaacf6,Baptist Health North Florida,"",621112,Offices of Physicians,"Offices of Physicians, Mental Health Specialists","","" +SG_BRAND_346b3066debbef6465f15524b63e81b7,Baptist Health South Florida,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ba6151a8175e1253f2aafd6884eaf403,Bar Harbor Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,BHB,NYSEAMERICAN +SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_699c39c1dab4d4e7d9e7b49399f802f7,Barbacoa,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6cb287154920b33985925f121c2239ac,Barberitos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4f5777abc936ff71b2480f83ff5d7d3b,Barbour,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_312588ebe872ef0a3df338dc633cf098,Barcelona Wine Bar & Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8719b489630c3de6c010430dfd0435ed,BareBurger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48b61e1d1b757b5bab70f0f55d7c5994,Bargain Hunt,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_4745a69a2bf707ee,Bargain Town,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_0031e43e4f12b969239801d340f7c141,Barnes and Noble,"",451211,Book Stores and News Dealers,Book Stores,BKS,NYSE +SG_BRAND_7a9a02c2f5654eb3,Barney's Beanery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c43cf1e208f3db22255401005035872,Barneys New York,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_43f880498d997b57,Barons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2fd4a6c3072990c,Barre Bohemian,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_57f28a8f084bde95,Barre Forte,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d32fb6a6154128a,Barre Soul,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_cd1c8cc4a8e16999ef5964f7ab913d95,barre3,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_82fb627e236b248,Barro's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b39f517061f443562df3f614ef50bae8,Barry's Bootcamp,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f62cf7c4b0f06509f827a174c632fd1,Bartell Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_2a8e22bb6ec20c4f31919bab595db1a6,Bartlett Tree Experts,"",561730,Services to Buildings and Dwellings,Landscaping Services,"","" +SG_BRAND_27798f863ac3d51b,Barton's Home,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_abc9b3641272d8733461161ea5f64cfc,Barton's Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_989f6147079aefc986c51ea3b9a6039a,Bashas' Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_963fde2041e158441c414f9defe1a2cf,Baskin Robbins,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,Bass Pro Shops,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_8686bd9a1746ec9eb657bf28d36de163,Bassett Furniture,"",442110,Furniture Stores,Furniture Stores,BSET,NASDAQ +SG_BRAND_c1bdcc7d5b47d60286c6c12b9d2e89da,Bates,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,316210,Footwear Manufacturing,Footwear Manufacturing,WWW,NYSE +SG_BRAND_2510a0370bec7d4b218a1ab12aa09d01,Bath & Body Works,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_822e6e6367748c6a9b6dcf692799b232,Bath Fitter,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_ddfff702b633bc58f173c17a8809a433,Batteries Plus Bulbs,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_4e5dd3ac06dc96c1,Battery Giant,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_211105451129ebd4,Battery Source,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_234d87f983050a9e21840aff36a88905,Battery Systems,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_51b53d0d8aaea80b,Battery Warehouse,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_da41dbd96583719bcc7c0cd07e20e780,BayCoast Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e270f01532b9cd43760cb4656e7f7200,Baylor Institute for Rehabilitation,"",621498,Outpatient Care Centers,All Other Outpatient Care Centers,"","" +SG_BRAND_cbd129e1de213232b916931a7fff7b1a,Baymont Inn & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_1d9c056b78c5fb21fe25ba611b6a32f8,BB&T (Branch Banking and Trust),"",522110,Depository Credit Intermediation,Commercial Banking,BBT,NYSE +SG_BRAND_171715760808fad662a86e8c2028b0a0,BBVA Compass Bancshares,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_15d83be487a6c47b,BCBG,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_e1f0fd62deacaf3d9222dfbec0cac932,BCBGeneration,SG_BRAND_15d83be487a6c47b,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_60fe45f466c1cc8be5d7def236752cff,bd's Mongolian Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7129c169923a67e35b45205b16f6c79e,Beach Bum Tanning & Airbrush Salon,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_3df7b1d6c69d9400,Beach Hut Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_507e8b5c37d83683,Beacon & Bridge,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1b2818c0478264ea,Beacon Roofing Supply,"",444110,Building Material and Supplies Dealers,Home Centers,BECN,NASDAQ +SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,Bealls Florida,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_1441d41702198a2e,Bealls Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,"","" +SG_BRAND_6361da4998eb4d40,Beard Papas,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_47ed07aa2016511deaab77a9f2f53520,Beauty Brands,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5ff6876cafc4d0c3,Beauty Supply Outlet,SG_BRAND_2f65554b99c708fa,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",RGS,NYSE +SG_BRAND_1ca3f0565814e569,Beavertails,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_62c71fb5f0c6720f,Beck's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_aa5547d0b577e7c6bd7a271c25f16ced,Becker Tire,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_673f0624905f68d4,Becks Prime,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,Bed Bath & Beyond,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,BBBY,NASDAQ +SG_BRAND_b54e99e2dbc4f01476139d2316430353,BedMart,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_75e05927181770e7a9362d389df6d7f3,Bedzzz Express,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_004007a04c81cea5a72ee68b3c5d45bb,Beef 'O' Brady's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_24abeab161c4f1fa,Beefsteak,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d2e172bb56635e,Beermiscuous,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_81c0b4dd000f6eac,Beggar's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a1f53ce03174fe30ae8a10aaf21c18b9,Bekins Van Lines,"",484210,Specialized Freight Trucking,Used Household and Office Goods Moving,"","" +SG_BRAND_871640b1694b4b85,Bel-Air,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bbcd3448f8da0eb0a14e1f7b807d1754,Belk,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_235c6cf8b1099948,Bell,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),BCE,NYSE +SG_BRAND_8488d07e6c068b3019a6bffb54c1a88b,Bellacino's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4048b35c9f6bea19,Bellagios Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45d8e56e50077bb3,bellagreen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f05446436e3106f9f3b73d454e31bae,Belle Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_50b5cbac4283549a5020bad7f4708c69,Belle Étoile,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_62c5c0cdd6d4a972,BellStores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2a5f7b286fcd0352,Belmond,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5340dd683b246723,Below the Belt,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_6a6422bb281e5be96347840ee30ae463,Beltone,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_2ec3d4d51f3e29b3,Ben & Florentine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_618343c29fedc43238864550bf2477a9,Ben & Jerry's,SG_BRAND_9a77daacc4bcf5a9,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,UL,NYSE +SG_BRAND_380df5d8bb8ac6fd161f03c03c60f684,Ben Bridge Jeweler,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5d774cd336f78c1fc2bd9900dfa826ed,Bendix,"",423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,"","" +SG_BRAND_41a1e97dba126247,Beneficial Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_30e84aab44d33138,Benefit Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_b367560055f0c6e17704a0cb9acda26d,Benihana,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_40576c940a552cc6,Benito's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_07f6c58a7aca24c379d8c86427309e28,Bennigan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2a519448aef56f1aaf0da19e1c4a9b8,Benny's,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_7b3c6796f437d140,Bensi Ristorante,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7faf36d737e4dd34,Bentley,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_1e8cb2c9bf1caabd,Bentley Motors,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_298b8014da335621303db1a76500a6dc,Bentley's Pet Stuff,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_dcb657b5f186fff7e0f5c09b222db75d,Benzer Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_78241de8ecf5b7cc,Bergman luggage,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_512a8fda81eeeaec,Berkot's Super Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a1b72a95d339ee1e19dcfd56ac43140c,Berkshire Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BHLB,NYSE +SG_BRAND_1c59aed12dca8e40,Berluti,"",316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,"","" +SG_BRAND_7221c80edae42327d9c2354727644af1,Bernie & Phyl's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4f5264fbd919fdd50ece0eb9069e2134,Berry Blendz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1d4f65c46b5af8a98494e2aec40239a3,Bertucci's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c648ef84225e10f0499e7d255eacf71,Best Buy,"",443142,Electronics and Appliance Stores,Electronics Stores,BBY,NYSE +SG_BRAND_431e4254199cef2d,Best Cuts,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4cf263cc65cea2cdc5c4f540d2fc3770,Best Distributing,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_fc76db896a9b558bb3bcbf5a0514eda6,Best Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5bf2fa04d611103553a596795dbb88e8,Best Friends Pet Care,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_fe7c0048b5569f16e592765369c170f7,Best Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bfb7ed689faace10536955b165cb8114,Best One Tire & Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_57671a22de5753d1,Best Value Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_afc74daf1bb2ac39,Best Western,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_838509b10cc694a6975423f9b982952a,Bestway Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_67d7808fe6a7157e1e8c1750152b1f96,Betsey Johnson,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2bef7d3fc2abe9bd,BetterMed,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8358e022175f433616a7de081dd5d940,Betts Spring Manufacturing,"",332613,Spring and Wire Product Manufacturing,Spring Manufacturing,"","" +SG_BRAND_37f30ee36c9a1017,Beverly Tire and Auto,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_b4b8691ac4da1a5475ea5ab6e914eeee,Beverly's Fabric & Crafts,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_5aa9bb4bd21c56e38ca07e2124e34ae6,BevMo,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_57d62955c361a6468ab95b0bd2b3bfe1,BFGoodrich,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GR-AL,NYSE +SG_BRAND_5a6e0f5da980797f87ccff17f876dda0,bfresh,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_25e04fae32468b591567a6a753fba971,BI-LO,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5bcd17ad6125ba051e0c4c2afe761e04,Bi-Mart,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_10bb1db253f0e1af,Biaggi's Ristorante Italiano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f8072649fdeb99aa1e3376d8590e0546,BIBIBOP Asian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_547d5dc4f8beb6a450792eae6052d2b2,Big 10 Tires,SG_BRAND_8d641cc772014028b61fa819e4227c45,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_198bc3789d4a47d26f96d5895f6afa18,Big 5 Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,BGFV,NASDAQ +SG_BRAND_eaf4e34eafc88698,Big Air Trampoline Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_0479059c073d74ea88fe3aef4339b1a9,Big Apple Bagels,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4248c9024684636f,Big Apple Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8b5e26dc832113,Big Catch Seafood House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_336a51a1ff9dfee930ffefeba7cbc8fb,Big City Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_281950ad9736aea4,Big City Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ee6d99dfb4c004,Big D,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_43bfee4b6927af68,Big League Barbers,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_c4d65e0c51ea2fe6cef625aabba41ab6,Big Lots Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BIG,NYSE +SG_BRAND_b2b252163a0fd81,Big M Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9a3ac6282b90f27a0b4c4dd5dbaec91a,Big O Tires,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6968f3f59e6dde16d8116950b4569979,Big R,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_a6f2ca935a1cca27ec66a0732b5e8d13,Big R Rural King Supply,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_3d22b49e7b76ed53,Big Red Liquors,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4a8ee7a51fedea60,Big Red Stores,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_417962e848acbc88,Big River,"",213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,"","" +SG_BRAND_256ecadad19011e7,Big Saver Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5b8767bd3bbf6ca,Big Sky Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7a218c302bdd40c632bee3f017813f17,Big Y Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e993b6432f42a99ab21f8c4ef61e8571,BigFoot Java,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fbef84b2e2cecc4e561d415a026f75b2,Biggby Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_20ad51a76131b134,Biker Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_87f7979e7dc3432d9ee07e79b7af9018,Bikram Yoga,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_38c6119171236327,Bill Gray's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16b6f2aed301e6cd47edc745def1e732,Bill Miller Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f1156f5e6773b54,Bill's Dollar Store,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3c6b30df5ec64ffe06047e33e731c4a8,Billabong,"",448140,Clothing Stores,Family Clothing Stores,BBG,ASX +SG_BRAND_f69175ee3dee11b4f8a9d463aa2fc61e,Bills Khakis,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_064a9cf34b85294b3bb96ca7e6893295,Billy Goat,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_3ecc67bc2f6473ebb61767ff0c80dc0b,Billy Sims BBQ,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12857e733394a996,Binny's Beverage Depot,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_13e756ad0e0b1bf6,Binson's,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers","","" +SG_BRAND_6552d1a4f6ba7fcf886f6926f9c1b136,Binswanger Glass,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_d6c198a8da9e945c,Biomat USA,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_6e464a8a408735fb,Biotest Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_35b139d13f96382a,Birdies Food & Fuel,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3789cbcbc8f78916,Birk's,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_b6ba70cd44ebfa680688857ee17b270b,Birkenstock,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3c9af3de6fce1c0785be81b42733f73c,Biscuits & Bath,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_abf0193c1b46063f6a1bdc962235b86a,Biscuits Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0ae4964b477d1ec62d8b3f4ab798a694,Biscuitville,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5c096ada703df3c785a15617f784fd7f,BJ's Optical,SG_BRAND_f114e3e39748c95944856cc06c40af68,621320,Offices of Other Health Practitioners,Offices of Optometrists,BJ,NYSE +SG_BRAND_84521dbb1dcccaaef24cf1f9a9e70342,BJ's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BJRI,NASDAQ +SG_BRAND_f114e3e39748c95944856cc06c40af68,BJ's Wholesale Club,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BJ,NYSE +SG_BRAND_0751c517d916bf1925f4359e15688cbc,BJC HealthCare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_6fe578f80063f115,BK Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b0fd8bddf878868fabfd19d4014fc32,Black Angus Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1a8024eac13e5f2a023635e98dc9dc8f,Black Bear Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_234814760a93a7e2,Black Walnut Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5322a64e7bebb336134d657af05c2cdf,Black's Tire & Auto Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_2c78ed7371738204f73513aae586d300,Black-eyed Pea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_76c6b4cfd9db55c2,Blackjack Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28e309f5b1279c66,Blackstone Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4415648e7495a0757f9a694fc265465,Blain’s Farm & Fleet,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_4e0694f703d9a336,Blair's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_80346201f2110990c1aabf32fa17ba6c,Blake's Lotaburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_72905c858ddd2bd8,Blarney Castle Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_2b621b16020bf52cc90015398199b794,Blast Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3ec55915632329d9d8fdaacd011d8e16,Blaze Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_95513549d50f1f5699b8b0f59146d8be,Blenders in the Grass,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_75b0f3a48d07e8cd3cd44b9f3864d892,blendz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_bdf62344eddf9cf41293370594a433d6,Blick Art Materials,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_5c6780f28680f816f7d4e173a6fe5f25,Blimpie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10299982b2ff662abed058f75f3cc3a5,Blink Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_168c33823ce220bb,Bliss Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_6e2a5480cffedf5,Blo Blow Dry Bar,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_909735b16bfdc72da386ce52f69e6f06,Blockbuster Express,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_dc2b6b0cbd66bec8e02d299674d6a096,Bloomingdale's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_8ff0715c7f474bce4ffe232914af22fd,Blue Bottle Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0d548590dec2010ff5fd131a77e7ca46,Blue Buffalo,"",311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,BUFF,NASDAQ +SG_BRAND_cbb4f55dde240616166631a9637d392d,Blue Coast Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68119a2e2bf4449e,Blue Martini Lounge,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_4e9b5b14c4c3a624,Blue Moon Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4a6500a205429330,"Blue Nile, Inc","",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,NILE,NASDAQ +SG_BRAND_758cffe594eae7da,Blue Sushi Sake Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b129178688cb28,Blue Water Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_08ca2147b6230db00c5e96ff8a50de2b,BlueLine Rental,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_5bf21772d8a1248290b2a477e0586e66,Bluemercury,SG_BRAND_b287a66a7943c47f,812112,Personal Care Services,Beauty Salons,M,NYSE +SG_BRAND_60880d52b47fb692,Bluenotes,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1eec926d41b3653400077447ff048e56,BluePearl Veterinary Partners,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_eb64bac5d3664799,Bluestone Lane,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c2d5f6a3c08a96d3dbb2b9dc38404d51,BMC (Building Materials and Construction Services),"",423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,BMCH,NASDAQ +SG_BRAND_0a993a39464394a219350180b62377ab,BMO Harris Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,BMW,"",441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_f5fdac82f767d0c0b61e56f5f711f3a3,BMW Motorrad,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_319dffa1d60df708,BNP Paribas,"",522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_768255e9ab7c9f35,Boa Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_29ef451d7a4dfb7d,boards Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_8125123123f1ed7b7bda7e85e570dd52,Bob Evans,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOBE,NASDAQ +SG_BRAND_bb147f228a7a547615c177b1ea4e35cf,Bob Sumerel Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1cea0fdb197dbb4d3dc497db673f5d09,Bob's Big Boy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11126e8062018d7b6b1ede4745827e72,Bob's Discount Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1aab5669f249d3bb75e3b96a3d71cd7f,Bob's Steak & Chop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dcc609f3b2b586c6d9320069462b39df,Bob's Stores,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_49a2108a98455aab6739a2f693b740f3,Boba Loca,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_69e3ed842b6bdde8eb864327838b3a65,Bobbi Brown Professional Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_b64e4f484fa29480c3a25cb9b87f78e8,Bobbie Noonan's Child Care,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_fb4bc01ae09b9205ad6542406e56ca34,Bobby's Burger Palace,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49e21e9ed34888bb,Bobby's Cheesburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d44f7295a4c4656200a0c882cde807f6,Bobcat,SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing","","" +SG_BRAND_00cb82f6b8af6028a8b00cf30e262dd1,Boca Grande,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3744b5e7688bca96,Body Alive,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2ef9d96827d074fd3f9e0c270aa4ce13,Body Central,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_98790dcc199c2a8eaec4db668230a38e,Body Renew,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1992892f3444380b,Body Xchange,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_118fdb9d6900eec6,Bodyplex,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_518acb73c4ea3977d023d150f4b2ff93,Bogs,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_6d90103904cade07,Boiling Point,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1cc8b9ee56a8a480,Boing,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5ff2ed1403c599806b54c528cbd6f672,Bojangles',"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOJA,NASDAQ +SG_BRAND_38dd22ff0c05b35906802b50a251400b,Boloco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_259ba30e331a9119b65cf5ef27f1cc6f,Bolthouse Farms,"",311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,"","" +SG_BRAND_145c1489fa573d560d97e55303667793,Bomgaars,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_02086779a96c564871b78a5c0d96211e,Bonanza & Ponderosa Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9975c127b70b004f0011bacb5df73907,Bonchon,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_14a052961049ef6d84c2f31ae326167f,Bond Auto Parts,"",336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,"","" +SG_BRAND_c3cfae86210de4835016de71d0401834,Bond No. 9,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_472a7f0c6a47c9663c8b614fb93a4265,Bonefish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_88274be9beb0dd1dea7038bf0b4d2405,Bonobos,SG_BRAND_f49758461e68a211,448110,Clothing Stores,Men's Clothing Stores,WMT,NYSE +SG_BRAND_3d35a70179080013cf208fbe91246ffb,BonWorth,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2d6116d993998781,Bookmans Entertainment Exchange,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,"","" +SG_BRAND_2b7d2267996b135f,Books & Co.,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_229ee69a5884bc460cd214c5fda70e75,Books-A-Million,"",451211,Book Stores and News Dealers,Book Stores,BAMM,NASDAQ +SG_BRAND_3d746fe6d055008e,BoomBozz Craft Pizza & Taphouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_273bdffb28758acb,Boomerjack's Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6bb60504571d218f,Boomers! Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_17826ed16868e0de,Boone Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_828bf870d4d7227c8c54c013e3649586,Boost Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7a078d9c122f784fdeff16d1ed112b8a,Booster Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_07e8ec336a446041019b1f98c594d1e5,Boot Barn,"",448210,Shoe Stores,Shoe Stores,BOOT,NYSE +SG_BRAND_76820949bebf90ec,Bordger Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7336820884dad9e7,BoRics Hair Care,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_aec7f8ed7ff504db42b1965b3e45c8ba,Born Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_7a9572745ccd4fe4,Bosch Service,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_7ba034de225a6e348f84f981cb346ffc,Boscov's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_20383fe03b614c5fb3a4da13e1d0b873,Bose,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4b1f617663eba179f50e9dcfa243fa14,Bosley,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_0579026a42b1c55c,Bosleys by Pet Valu,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_8bffeb3df93530d5,Bosselman Boss Shop,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_c9cec0d93b4b40ec72841ede99b12cd8,Boston Cedar,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_be602894365fceae6cce80217257828d,Boston Market,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ba76c81210ff70cdd8266e4e13d8986,Boston Proper,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_b9ad3aaa749076b2aff8b1d90fe36da3,Boston's Restaurant & Sports Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8bdfb953dba680d2be0913fec2355417,Bottega Veneta,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_38627c168778d09d,Bottle King,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_e3166903b4258e5,Bottled Blonde,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_203f0048d6d2138edfdc76d6f0c8b2c4,Bouari Clinic,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_45eebcb79e9515f7,Bouchon,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_a4ebc475b7db33c940c2f5d320d9e30e,Boudin Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3042bbf7b3423c97,Bounce Trampoline Sports,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_62a92f2d1103650175350c8e800c6ddc,BounceU,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_4ec3e4507509269d,Bounty Land,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5fcede4ab7f81e5a67f9ea5af3d7f616,Bourgault,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_439623d8f66c8b865ce39ce83e780b9c,Bow Tie Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_b210938d2d42f9f5501486a0136464f1,Bowl of Heaven,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_13b3fa163c7401812a787fc0d01e739b,Bowlero,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_23869a8c71b92f18,Bowlero Corporation,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_22b6f7034163e73a7af263167f5fdb8d,Bowlmor Lanes,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_567783053074d251,Boyer's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f30b03559d204ae5fa8ea7c6d0f38fb6,Boys & Girls Clubs of America,"",624110,Individual and Family Services,Child and Youth Services,"","" +SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,BP,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_2aaae98da742ed2a,Bradley Petroleum,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_0e78df38766ab033340e36932a816a2c,Brake Check,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_d51ada9ef2b95e8c32201334b7ea5d1f,Brake Masters,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_5343edf904cdae05,Brakes Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_5f489f3dc049e222,Brandon's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c5be8b83b528b53490e3f25c8475175,BrandsMart USA,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_04b408783cf4532c71289d33e7b50ab7,Brandy Melville,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5ea7ecf22e879941,Brann's Steakhouse & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ba162f42836ec0f701516e65e15aa2b,Brassica,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2dd33d7407feca02e4d46470ee63bb31,Braum's Ice Cream and Dairy Stores,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_67b30b7d974b327f,Bravo Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9e22b8f6c75ac697d0e248131afb3bb2,Bravo! Cucina Italiana,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f9e97431d4ad1f0,Breadeaux Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a8c4497bfd6b36,Breaux Mart Supermarket,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_35729fcdf06e94b4,Bremer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_53abe19b39b7e0ed,Brendans,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16d951ef6fde6d7a,Brewer Convenience & Gas,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_19d0469a27edece2,BRGR,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b54ef4cef606c1e98f866bb9017f5af8,brick house TAVERN + TAP,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_73fa4c26478b19df85a1669364f41ac6,BrickTop's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0fa1baac13a25977,Bridgestone,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,BRDCY,OTCMKTS +SG_BRAND_2659438b2f6f2220,Brigatine Seafood and Oyster Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_29594994c165f98e829941d2edaa72b6,Briggs & Stratton,"",333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,BGG,NYSE +SG_BRAND_f4126e6456dd9891e1286e51109163a5,Bright Now Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_59393c770fe5936dc960a1e67f550324,Brighton Collectibles,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_4fbceba7e8661373844d9401dbce327e,Brightside Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_8d6dc20840396155be8928ebff1aeca3,BrightStar Care,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_562b59445dedbf0447f9ca6cabe43877,Brine,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_94fbff158ee2c15,Brinker International,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_71440e9728015bc2b06511e96e0a7b3e,Brio Tuscan Grille,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c434221699ed9c346e3ae3787a33f65,Bristol County Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dfcff0e38af6a5dbc58ba32629fb0011,Bristol Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_38b30e284cd0678a,Bristol Seafood Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31cc1fc9f2fa620d,British Beer Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c8437a51acacbf4,Brixx Wood Fired Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4cadeaa89da461db,Broadway Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e7a68ed9f042f1fdef09bdaf48217b6,Brook Furniture Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_37c4f78003d2e62d,Brookdale,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),BKD,NYSE +SG_BRAND_33c0442a00079334e6fd111637c6b22e,Brookline Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BRKL,NASDAQ +SG_BRAND_7b44561310ffda45,Brooklyn Fare,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b691d9321aec436a6ed2c74f58f805e0,Brooklyn Water Bagels,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4c043e06a027edf4d04048f1276c75be,Brooks Brothers,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e86eb170cf4cae70700c081a5cf3efbe,Brookshire Brothers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6676053d0293abb124289e710fa5701c,Brookshire's Grocery Company,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f0dc774873f7d3d2bf2a6226cad31128,Brookstone,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BKST,NASDAQ +SG_BRAND_15a11a4124665452bed8caeacce8d6d8,Brother USA,"",423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,"","" +SG_BRAND_110551dc6596116a,Brother's Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_76f9a8bce90a97f8,Brothers Bar & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_618cf7b01382e36,Brothers Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4194719c0f3961e8,Broulim's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f2af8edd834606f,Brow Art 23,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7492829093fa680,Brown Jug,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_43bb7edfed1a842a1e5d0ea27652f9ff,Brown's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e00b02daac0822fc58a16761236ce450,Brown's Shoe Fit Co.,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_718581b85eae956832d1cae3f600c3eb,BRP (Bombardier Recreational Products),"",336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_51da2a22f584d0f11bb45e1307bbaefe,Bruegger's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e493c51ea313d2d2,Brunello Cucinelli,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_9492b0d5789b2780bd4255ddcfd2dcab,Brunswick Bowling & Billiards,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_708b39ef89023061,Brunswick Zone,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_69937f496e10e1db,Brush32 Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_354321524b494d7eb4a6f8a666094346,Bruster's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7858e6b8c230e4f3,Btone Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_31fa073826a61704,Bubba Gump Shrimp,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_435a3dd3e40ed018b38dcd07f6bb76ef,Bubba's 33,SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_30efaa06f5abb311,Bubbakoo's Burritos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e92b4c038724b29f563ef2f557eeb89a,BUBBLES Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_9a20e6c4c0b8bb14229292af949b700d,Buc-ee's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_97ce1ca16b4b366b5b6e1103d09f921f,Buca di Beppo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_753e54ed760a5950,Buche Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_141e6d487cdd031e17b7827347662d13,Buchheit,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_b10c26146a856b8f0bd9891c39d2de0e,Buck Stove,"",333414,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Heating Equipment (except Warm Air Furnaces) Manufacturing,"","" +SG_BRAND_1f5077c53c828dad4305c372482f40dd,Buckeye CheckSmart,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_33b8da0acfa1cc7c,Buckhorn Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_828d3b9a394290e9b734079bcc24a736,Buckle,"",448140,Clothing Stores,Family Clothing Stores,BKE,NYSE +SG_BRAND_de29f7adc4d24d5ca6bc0c25cc3cc22e,Bucky's Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_37db306ad5d7a509fccd4f47be99055b,Buddy's,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_aa6f650163738741,Buddy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f212049ce79d2b949fd242043004288,Budget Host,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_364ec78b715ac98a,Budget Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_33fdab5dc995faeef38615470f3999f7,Budget Rent A Car,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_4b4dbae13f5dbafe,Buds Chicken & Seafood,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5f7530a2d9648f69,Buehler's Fresh Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_257ec6e58898a290,Buffalo Exchange,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_f5c3315bd88c63a7a421a97165d8b108,Buffalo Wild Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e8069ac6a61327a6ce3587cbce54616,Buffalo Wings & Rings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b9fc43229d35709,Buford Oil,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_4cde3d2795beab885ee879d833cabda1,Buick,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_1419669f8ef8c5a1ff3c31851c535cc5,Build A Bear Workshop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",BBW,NYSE +SG_BRAND_764ff6f1443f4f0c067b43a0934dc9dc,Builders FirstSource,"",423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,BLDR,NASDAQ +SG_BRAND_46720676ad3be13f,Bulgari (Bvlgari),"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3e1995a86be3ca76,Bull Chicks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_370c59731fea9b3ef95787614fa88927,Bullritos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3626a665400bb61bf4e9f7562b668da0,Bumper to Bumper,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3c24f84180d4787,Buona,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4476771a6c90eeeec43dd09d7c6d1eea,Burberry,SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,Burberry Group PLC,"",448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_2a24f8a85f2fb19e,Burgatory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0443c67f60776afdde44ac1eb3509b5c,Burger 21,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_60d8d6d29e2c4b14f4ea1983baefd36e,Burger King,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,QSR,NYSE +SG_BRAND_6f0aabdbc439acf8,Burger Lounge,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0e82168a9b4a71b840ed7c9d280a3c43,Burger Street,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b0821066ff9ef60cc51c11a37d906263,BurgerFi,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6c4bd3589452bf859b0027ff8b7f0224,Burgerim,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ff89bf3a2171c880a2ee7ac3e7c293e1,Burgerville,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b76f091173d7c93,Burke Williams Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_9b96a40fff2a3551,Burkes Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,"","" +SG_BRAND_626752d99d0ba157d38c3a4c9c756e2d,Burlington,"",448140,Clothing Stores,Family Clothing Stores,BURL,NYSE +SG_BRAND_810752aaa64a56d4c9c357a185ee5749,Burn Boot Camp,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1d520a6610bc7554,Burrito Bandito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a2f6c4d2ab92c2281b7a985b8c46ec2,Burrito Beach,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c1db24e6454aaf9c51e3139f51fd7e81,Burton Snowboards,"",339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,"","" +SG_BRAND_5e61c7b673e3df41,Busch Gardens,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_2d20a17374374fd,Busch's Fresh Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3e5cddad8f14e7c1,Busey,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1af41a6613168448c268a51b68e05ca3,Bush's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_889e9161f82ce841a63c6f257e97d14a,Busy Body Houston,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_43f3591f4c98a373,Butera Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b604f248ce36e41c0be82f39b54d9a76,Butler Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_3e82593bfe1ce611651203f7ea34203e,Buy Buy Baby,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,448130,Clothing Stores,Children's and Infants' Clothing Stores,BBBY,NASDAQ +SG_BRAND_5442d036d136d2b7,Buy For Less,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_48f69535b6757d,Buy Low Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_810076653b638d3a30ab790a9283ccc2,Buzztime,"",515120,Radio and Television Broadcasting,Television Broadcasting,"","" +SG_BRAND_66dac3ae2f5a41c3,by CHLOE,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a351868effbbbae,Byrne Dairy,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_7aa5f9ff994fd9d7,C and O,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2886968eb232f0ed,C and R Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9c84e38c2b316c88489d5190a17be5ef,C Spire Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5f2858b0f2d5703cbcf41bfb2e71854b,C Town Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9fadd52779d0ba82125fc51894f2a814,C-A-L Ranch Stores,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_3ce7ba39f0f68252,C-Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_80fa3bff84a14c472c0859678aaf6c08,C.H.I. Overhead Doors,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_150767ecb601d243e0fbc3b423847370,C2 Education,"",611710,Educational Support Services,Educational Support Services,"","" +SG_BRAND_44175d751d7568f3,C2 Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2d5384374d66192d,CAA,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_f640e41a24d21d8aecd1e9ff1f3255e3,Cabela's,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_499b4de8687c2783,Cabo Cantina,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_966b5e2a1c953d51f55ca3381dcce774,Cabot,"",325180,Basic Chemical Manufacturing,Other Basic Inorganic Chemical Manufacturing,"","" +SG_BRAND_3762f1a75ba1ba70,Cabrera's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10a24beeada1f19af62fae46ccc3a65a,Cacharel,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a4fd55e2f13c498,Cactus Salon,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_47a9d140de5a3f1f,Cadence Academy Preschool,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_f2e3f2b2db112d8291803d38d52123e1,Cadillac,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_46b82787167a9d3b,Cadillac Bar,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,Caesars Entertainment,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_74477ea1b225c507,Cafe Express,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d57edc5c66d976,Cafe Gratitude,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c968d314720d5,Cafe Metro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0987fe3791128ba218e22b80327a074a,Cafe Rio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3e713677a0593c60fdc9c00b56611955,Caffe Bene,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e64e302a402aaa92,Caffè Nero,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6c48ab392e20caaf,Café Brazil,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e536b7b257deb6e9b8fcb335378dffb2,Café Zupas,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_702f8df587f693bc,Calgary Co-Op,"",813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,"","" +SG_BRAND_5a93a9db89d23d490c0a4bef6744e1e2,Caliber Collision,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_4bcfc8b36c7e04ca,CaliBurger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e6c7e28f9f78bc5,Calico Corners,"",811420,Personal and Household Goods Repair and Maintenance,Reupholstery and Furniture Repair,"","" +SG_BRAND_18565f9ed11a93e8,California Bank Trust,"",522110,Depository Credit Intermediation,Commercial Banking,ZION,NASDAQ +SG_BRAND_12d9f6174d549f7ae5845d74225a1da0,California Check Cashing Stores,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_3ce1c2e6f0aa24fac09e54a74c3ea46f,California Closets,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_902ea806733f0fb453442024d583b463,California Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_23c67bd0d21a88a9,California Fish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_636dc65eb6cf6fc4,California Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_940459d41dd90460e3266eb7bc8b4670,California Pizza Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2692e84aa556a567394090242122a8ca,California Tortilla,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f2eda821393836d59d51d94c8da7dc12,Call It Spring,SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ba56feb34cfc3912b55a4c2429a44319,Calvin Klein,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_c50a4b4a5058502993ceacf8f10d4cd5,Calypso St. Barth,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6560b7e58454953e6059e3105aac32ac,Cambria Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2396cacb5aecaba8379a842eed34d7a5,Camden National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CAC,NASDAQ +SG_BRAND_8c1849d6c93cee1491df8f3e95ec8d2c,Camille's Sidewalk Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c2c7a49cbaaf4fe85a80cd61a76eaef8,Camp Bow Wow,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_bc0d30f8f60a45f,Camp Run-A-Mutt,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_61cf2b3c0c0ba09d,Camper,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,Camping World,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_84d82593e2a45126,Canada Goose,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,GOOS,NYSE +SG_BRAND_e9265cdf9eab9508,Canada's Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_1bb795832a344833,Canandaigua National Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,CNND,OTCMKTS +SG_BRAND_bbd24761e3a496b3042ccc905181eba2,Candlewood Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_7ad2919362c44f42df10adb59417403e,Candy Bouquet,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_99a65246388b72b744bb4a030507978d,Cantina Laredo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_313e2dd7e882d88d,Canyon Ranch,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2cc81d4697dbde67,Cap n' Cork,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_6b39212991a008db5c598d72d14bb1c3,Capi Europe,"",327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing","","" +SG_BRAND_2ac63a2ee8431ddbe86460e79e0230c0,Capital Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_50e321488c6192a84d23361748ff050b,Capital City Bank Group,"",522110,Depository Credit Intermediation,Commercial Banking,CCBG,NASDAQ +SG_BRAND_69d59a17f8e7d182ae0e0368c9eec9ac,Capital One,"",522110,Depository Credit Intermediation,Commercial Banking,COF,NYSE +SG_BRAND_8d0bf6d3339e4a9cc597cb57573f332b,Capitol Building Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_df1ef253098a933f405b37881023350a,Capitol Federal,"",522110,Depository Credit Intermediation,Commercial Banking,CFFN,NASDAQ +SG_BRAND_5667c25c70c50f54156b99750f649d87,Capitol Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,GMS,NYSE +SG_BRAND_695c00b28b0c8fb1,Capri,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_69579a9540cd05a2a08e66204792944c,Capriotti's Sandwich Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_333bf091c233ba3400a6cf3ef8d3005b,Captain D's Seafood Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b1aa11e73fd3c0d0b58792099bb4c84f,Car Mart,"",441120,Automobile Dealers,Used Car Dealers,CRMT,NASDAQ +SG_BRAND_7b15be981308ff7354939c8c2cc732c8,Car Toys,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_22cd5a10a578de4f,Caraluzzi's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e6d90505cb0089d,Carbone's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,Cardenas Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3277adbfdc02389821004ead7f3ee8c5,Cardinal Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_137e699c352a2a85,Cardsmart,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_4f0ee74481c3339a,CareNow,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d291460fd07719fbcda87641527e2b79,CareSpot,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_000b4281ac65a291,CareWell Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6bd3d560a3af0bf611d53602e6c2d9e6,Carhartt,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7303ca634fe70d6fb5aa008ecc384e9b,Caribou Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,CBOU,NASDAQ +SG_BRAND_a9ecc89d97cef851492e57cd04f9d51b,Carl's Jr.,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_642f909368b117d3,Carlie C's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_be1cc50fa2920207,Carlos O'Kelly's Mexican Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25b5996b2df86456,Carlton Cards,"",511191,"Newspaper, Periodical, Book, and Directory Publishers",Greeting Card Publishers,"","" +SG_BRAND_7be2784a24c8c39e,Carlton Hair,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_916f090f9779bcd7dbdb478a8a698dc7,Carlton-Bates (CBC),SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,WCC,NYSE +SG_BRAND_bb945e2ff54a105f7bdac3ca9b7e9e19,CarMax,"",441120,Automobile Dealers,Used Car Dealers,KMX,NYSE +SG_BRAND_62deebeddb87cec4,Carnitas Michoacan Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9a29ae0f9cd1b2ee3ab5d8fbef869867,Carolina Ale House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e38f46c18d349fc5,Carolina Alliance Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_f1e0051560003dfdfec14a93da364dd7,Carolina Herrera,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_9f7cb872da58aafaaea99355aac1b0db,Carolina Shoe,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_f2072cdb25da965e8abf0ca4dad1f7f3,Carpet One Floor & Home,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_6c0ee38dcd039a6679a8b201531a64f3,Carpetland USA,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_dadf6a7adb16083f7a1e66d03c570244,CarpetsPlus Color Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_ed5a1ef3e85b774022eb505cf6f184ee,CARQUEST Auto Parts,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_efb08490f8b720394cf365718437b670,Carrabba's Italian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_914419aa32f04011357d3b604a86d7eb,Carrier,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_5e03ebdd3757feb747a7cbffd992e87d,Carrier Enterprise,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_1d581c7a17e57ac6f40a0d2f9c0ccaf6,Carrows,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5cf75ce3377da3dadbfcd6edff69c152,Carrs,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b058f62b85e1f2f6112bc10ee018d33d,CARSTAR Auto Body Repair Experts,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_778eeb104b3f59cf,Carter Lumber,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_e84600785db54c257448cd6b0e5343cb,Carter's,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_47a00b6dd9f82a93412731ddad6b2922,Cartier,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_791e8423bcc40200509559faeac989e2,Cartridge World,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_78ca22ee9c41db35c89a671a8bfb89ee,Carvel,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0c155b0c37fe61bfb07932fcdc9126a2,CarX Auto Service,SG_BRAND_462c6e01a2086f21,811111,Automotive Repair and Maintenance,General Automotive Repair,MNRO,NASDAQ +SG_BRAND_da33e2da422e343,Casa Raul,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_261083e60d0e8eee7f82c0194f16bc52,Casey's General Stores,"",445120,Grocery Stores,Convenience Stores,CASY,NASDAQ +SG_BRAND_8e4dd7bd1eafa28b,Cash America,"",523930,Other Financial Investment Activities,Investment Advice,"","" +SG_BRAND_374a56c33ef07271,Cash Saver Cost Plus Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c85e5504d8ecdc6,Cash Tyme,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_9db7d0103cabe6efd5b804f4882d4cef,Cash Wise,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f048be400becf80ba07728a8bd83a592,Cash1,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_291546b7bd1d1e2571ae40f5d836a0a5,Cashland,SG_BRAND_8e4dd7bd1eafa28b,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_f8b80c73c9edb0d76073446f1acdbc3b,Cashmax Title & Loan,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_65de20583cd8fc08,Casper,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_387f780ad82d3008,Caspers Hot Dogs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_324eb812c9bc4e6a,Cassano's The Pizza King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_473e6c6e77f4c292,Castle Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2162647748ee0782b2017f0e049fc9fe,Castrol Premium Lube Express,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_e1eb06f05d36c5144e0a171bb6b9ce83,Casual Male XL,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_d894e3c3d1fb061896826346dd54c5f4,Cat Footwear,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,316210,Footwear Manufacturing,Footwear Manufacturing,CAT,NYSE +SG_BRAND_669bacbbcc484199,Catch Air,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,Caterpillar,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,CAT,NYSE +SG_BRAND_3f30d99bbee75e43,Cathay Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9e89e9d82244829b00e5f3ad47aa69f8,Catherines,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,Cato Fashions,"",448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_5fdb2bbb75ddaf0a,Caudalie,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_3d7b4d8df364c085,Cauldron Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d80d7686921e3199bab40fd496bc2a62,CAVA,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_58a96f03a343f0d9481881c0b80896a2,Cavender's,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_63d020ea94328e9e,CB&S Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_96d495d6079a5d50e1b6bc3fc9255f09,CB2,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_a61a40943e07257e084ea3f62dfdb1c8,CBA,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_63ab57202b2cb5e3,CC Food Marts,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_300ff69bfa1bf3b6,CD One Price Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_b4bafe3fd184b08890c3082104431f37,CDI (Center for Diagnostic Imaging),"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_33a28071b9c19b7c,CEFCO,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_53b869e8a654fc2f,Celebration! Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_b7719fa4115115a219c11b376179d343,Celebree Learning Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_41951f09851d0ae6,Celine,"",316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,"","" +SG_BRAND_4fa1fe7c3384a1fe5f6f14d5d42f1077,Cellcom,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_3fa1fef046915c7e,Cellular Advantage,"",517911,Other Telecommunications,Telecommunications Resellers,"","" +SG_BRAND_1eb85fc4c9551b5a,Cellular Sales,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_12ae7a29e2ebfa2c120d259e16fb74bb,CellularOne,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5956ce26fe2414b2,CENEX,"",447190,Gasoline Stations,Other Gasoline Stations,CHSCP,NASDAQ +SG_BRAND_4c049cba5c994d17f5ed628b6a483398,Centennial BANK,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e02095d09f2501bdb7bbc77fdc3a00cd,Centennial Bank (CB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_36d2c24348848e1672c984780dc83f3e,CenterState Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CSFL,NASDAQ +SG_BRAND_7d1561a6513f51d3,Centerstone Hotel,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_603edb6da3b1705f,Centier Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7e6e571b08b5ece97993fbea82c65d40,Centinela Feed & Pet Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_73663e9ed093cee8,Central Florida Educators Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4483c45376aa36ea5ff255243b62169c,Central Market,SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a74abfa0be56a5a,Central Oil & Supply,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_fee525dcba8f1cda,Century 21 Department Stores,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7a4fda2c61e310a6f246892a610ce350,Century 21 Real Estate,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_f59683c3ac381c6538368e4a4331a9fa,Century Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_78a4d7ff38d7940227fd162bfe339ba3,Cequent,"",441210,Other Motor Vehicle Dealers,Recreational Vehicle Dealers,"","" +SG_BRAND_43b9d38d2c3065a4,Cermak Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_92be4756d943439c73f20ec165bacca9,CertainTeed,"",423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,"","" +SG_BRAND_7070df542b789bae,Certified Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_77f2519cdf06a285,CertiFit,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_276df43d298ebf6e2b28c613f04d4d60,CFC Farm & Home Centers,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_e0e7fd0ecfc4583d,CH by Carolina Herrera,SG_BRAND_f1e0051560003dfdfec14a93da364dd7,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_711deb6d3baac044,Cha Cha Matcha,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_109274b83b814bb1,Chaise Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_fa5a196bf0e6998460a719161b988b35,Chamberlin's Natural Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_715cfca12a0b4231,Chambers Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c54a1f41ac25317f8d3b5df91735f39f,Chamilia,SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_dfb9369570afea1,Champion,SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,448140,Clothing Stores,Family Clothing Stores,HBI,NYSE +SG_BRAND_eb2914718ba75f00,Champlain Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1386f25af3e8899c,Champps,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_f648cb098b18c9c4c0763e6cdafa32a6,Champs Sports,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,FL,NYSE +SG_BRAND_b4ae0ad33b13c13a4094c0fd4e93cded,Chanel,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_7db3127f8b05bfa6,Chanello's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_103b6b9a08a7cd8a,Chang's Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3156f455f509045b,Changing Hands Bookstore,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_9a5149c0663c197a0da18c412cfb21e6,Charles Schwab,"",523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,SCHW,NYSE +SG_BRAND_76a9f13d0ffb4786,Charles Tyrwhitt,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_740785088fda66fe,Charleston's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3599fb9e83f56221da41c416b48c8949,Charley's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c3711ef870902ed54f50e477cb3d1256,Charlie Brown's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a9cb1dbb2bb90eedc56869575ecfac6,Charlotte Russe,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_278a3e38d55b55ac21d4b8e252041b16,Charming Charlie,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_22eaf08abd557bdf,Charo Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fe6c732ad6ac8f8c8a0b572b97b7a958,Chart House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a63fadbe5134e929f812ea335359b8cf,Charter Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_60b418001d888fb130a4828b4e7ba779,Charter One,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cd8e7918010a87cc619849e00265c9a6,Chase,"",522110,Depository Credit Intermediation,Commercial Banking,JPM,NYSE +SG_BRAND_43fa8c34abd3fcd4,Chaumet,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_bd3f59cbb2e26f7879f234237610494f,Chavez Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5d37b86d9dd8c164,Cheba Hut,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55261a749d933e87bc4fce63819bed25,Check 'n Go,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_17b786cc843578811a65d2a2ab8802c0,Check Cashing... and MORE!,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_2ef8341c9635f007,Check City,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_e6f6030b78b1cc1527f78b12a81acafc,Check Into Cash,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,Checkers Drive-In Restaurants,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_415e73704ff7b0184ebfaccd6091171f,CheckFreePay,"",541219,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Other Accounting Services,"","" +SG_BRAND_6a3ff6377d059510,Checkmate,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_2df03671c8d49a3797c353bc99f5b966,CheckSmart,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,CCFI,NASDAQ +SG_BRAND_2e9687e07264cc789fec538c3ec8c797,Cheddar's Scratch Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_994154cbc0e9e523eecb3e87d72c2162,Cheeburger Cheeburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20cd3e0a91a0622d,Cheezie's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_579e6442796de6d6,Chef TK,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e41fb9b14469d4a7e2030bc57d3e51b1,Chelsea Groton Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2949c71e98c06026,Chemung Canal Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,CHMG,NASDAQ +SG_BRAND_2762cb87a6da58cc501717a64e02c06d,Cherokee Nation Entertainment,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_79f2cdbc8a60548b2e8c89ee285be14c,Cherry on Top,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0acdf92d625d2255f930e05efb178c9,Cherryberry,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bf54fecf8f926be7d84e6ac87950f0b0,Chevrolet,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,Chevron,"",447190,Gasoline Stations,Other Gasoline Stations,CVX,NYSE +SG_BRAND_9068e65ac967694,Chevron Extra Mile,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_0b1db0a0474c5ec47f60248dcd8a01bc,Chevys Fresh Mex,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58b14a39f9a5cf1d,Chi-Chi's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e94fc2eb432ba6132ef39c34f20ddbc8,Chicago Pneumatic,"",333991,Other General Purpose Machinery Manufacturing,Power-Driven Handtool Manufacturing,"","" +SG_BRAND_4b56bb21dd2aebd521e2ffff47f524fb,Chick-fil-A,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d2701d7dd638ec07860acde6bef3c08f,Chicken Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1654fa16cd17d35b2368a3786d672174,Chicken Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bef0cbe2b7ed392,Chickenuevo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d8cb9790f23d976415364377d1e0f868,Chico's,"",448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_942d54e559d5b6ca,Chico's Off The Rack,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_463f458859b01ce3,Chief Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_90483ddacd2cc268f742373d1355b115,Childcare Network,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_515a4e0e2bcdd5208b11b76d93d72197,Children of America,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_51799e4fa12108f6,Children's Learning Adventure,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_134c5fe6e47f265e,Children's Lighthouse,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_00e1f4751e732a63453136374ec6ebda,Children's Medical Center,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_5a25bd56ca81e32a8e43614cf45909d8,Children's Orchard,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_aea3237a4729d013,Children’s Paradise Preschool & Infant Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7c17256da6defb067363a08e6f6dc43c,Childtime Learning Centers,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_072efa4069c7217d82229845c60e6a0d,Chili's Grill & Bar,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_591eb73bc6caafec,Chillers Microcreamery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1b2c086bd2352ab7,Chima Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f3dfcdef49d521c,Chin Chin Chinese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_359b2f57c629ec54,China Buffet,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16c3a6be6b740f2f,China House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_34697442201d43bc,Chinese Gourmet Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fe587a5683bfa7c7568a1301a524c01,Chip & Pepper,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_87bd111b6dd52ef32eaf3abf6d509065,Chipotle Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CMG,NYSE +SG_BRAND_8b367c8f17b8535,Cho Cho San,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1669b4d79a008dc333400cd028a4ba1c,Choctaw Casinos,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_6e65151bef0cb3f7,Choice Bank North Dakota,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_43d104f5bf19b83c,Choice Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2228db7ada984322,Choice One Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_618065d60e930934,Choice Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_16bb86d2a8040116,Choices Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f2e809eb48577fc,Chompie's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6784bf17fb13350c,Chopard,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_896c54f75eb6de8d509d97e03d717991,Chopt Creative Salad,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6f1522a5e5c77d5b6bdcb1dc66a3c95f,Christian Brothers Automotive,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_075d0774ba9a9753,Christian Louboutin,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_dd817c35ceb83953ee4df31ed33f524f,Christie Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_583b035d438ff6f5,Christopher & Banks,"",448120,Clothing Stores,Women's Clothing Stores,CBKC,OTCMKTS +SG_BRAND_665def8b3e99148592f9484770c91303,CHRISTUS Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_bd2a86cc6defab4,Chrome Hearts,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_80f012ea758493b5cddf723de97d81bf,Chronic Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6de27f14a548638fb353767a3eb4bba8,Chrysler,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_5750cf750a595b5e,CHS Inc.,"",493130,Warehousing and Storage,Farm Product Warehousing and Storage,CHSCP,NASDAQ +SG_BRAND_4c4feaf67ef9a176,Chu's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2987293da161bcc73bdd31a98d3e85b,Chuck & Don's Pet Food Outlet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_9f98865dd23c60224183580b02814871,Chuck E. Cheese's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CEC,NYSE +SG_BRAND_64a676078ef12934,Chuckles,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_159578034de6b88cdfe47f0d14457fb4,Church's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_944843e7836810bc1a92d24b42719f47,Chuy's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUY,NASDAQ +SG_BRAND_41825c68e4f7a0a08333cffbec93c67a,Chuze Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6723e15b38254560,CIBC,"",524127,Insurance Carriers,Direct Title Insurance Carriers,CM,NYSE +SG_BRAND_02a28721f6f21182d697d2944f3c25da,Cicis,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d107089fe2c5e07b24ba1fe05b03e559,Cincinnati Bell,"",517911,Other Telecommunications,Telecommunications Resellers,CBB,NYSE +SG_BRAND_3e83dfb420f261060adf01a8f7a92c3e,CineArts,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_a45f67cbccd443db,Cinebarre,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_179679658aff8ad3,Cinema Cafe,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_47f43363c1a09a12,Cinema West,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_d71d8c1d8fafc4a,Cinemagic Stadium Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_83114d418ebaa064,Cinemark Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_8db0ffdb473ce49c,Cinemark Theatres inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_3db9401174aad31a,Cineplex,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CPXGF,OTCMKTS +SG_BRAND_21e05a5002b59c090bd6671bd4ad3863,Cinnabon,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5a3545caf3651628,Cinnaholic,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_48a7b93f9c5dd8a4572ebb15077d597f,CinéBistro,SG_BRAND_d936b4a580aee6bf316fb2e71c832510,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_cef9f05a49756a852ce6da59a0b210eb,Cinépolis,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7bf2e0dbc299067e,Circle A Food Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4cbffa4318cebdb09227afca3fe16846,Circle K,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_390d3d6d9041fdfdac272667ae49187c,Circuit City,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_8ac632e264cde62c,CircusTrix,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_7c5460a754eed20d94ec7348d148e8a4,CITGO,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4c267c1630be9746,Citi Trends,"",452210,Department Stores,Department Stores,CTRN,NASDAQ +SG_BRAND_f18df0996f4a2ce4365c0873ed2c90d3,Citibank,"",522110,Depository Credit Intermediation,Commercial Banking,C,NYSE +SG_BRAND_549ffe46e1ae90c72c4cb6dadeb884ba,CitiFinancial,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_f58dee45923c7d70f0bf747fee3f4b97,Citizens Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CFG,NYSE +SG_BRAND_59705902a5de6b87,Citizens Bank Indiana,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6cd11dbee859dc8eff50e766811a7ba6,Citizens of Humanity,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2049647531a7761b8bf87eefebc2046a,Citizens Trust Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CZBS,OTCMKTS +SG_BRAND_6e539e9d709ef2c8,City Bank Texas,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a0eee888fbfaa8c,City Barbeque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54d42cf52041f247,City Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ba17da2ac6bf60f9aae4e9184a54fd9d,City Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4408b345220f10dc,City Gear,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_321f289ce391a187a471ffdb0ada092c,City Looks Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2498ae44737bcc4f1b56b2b3572d4445,City Market,SG_BRAND_1f852a23da4b7250,312120,Beverage Manufacturing,Breweries,KR,NYSE +SG_BRAND_6c7e79c2627423b9a3d636acab345697,City Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1893312b738a8f53,City National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2b69939b1904debc,City Sports Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_06e704a47267ae1b,CityMD,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c0df4bbabd3f8c58,"CKE Restaurant Holdings, Inc.","",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a876d34a7b91c754035dd0f35f4fe3f6,CKO Kickboxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_f87327d50c5c6f10bacf38d2644702fc,CLAAS,"",333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,"","" +SG_BRAND_fc0b06f058ccbf668683d4be2a630d38,Claim Jumper Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_773253c441b75634,Claire's,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_f3fa6e6d550a3ade753f90094c3cf839,Clarins,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_85858a492d6aafd617f26f8998de6a71,Clarion,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c2f6bf295fb0dcdc3f6fd385ebc8eead,Clarisonic,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_7a1f4af0b6f3c32b,Clark's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_014a719b7e64084e,Clark's Pump-n-Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c0dd716742ea615,Clark's Rx,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_222d2cab36e5e7f7d9a08339db1b29e6,Clarks,SG_BRAND_038364e576c66156241f93a47bd3dc7a,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_038364e576c66156241f93a47bd3dc7a,Clarks UK,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_037307e7be2a963dbeb6e7c1eafff895,Clarkson Eyecare,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_2aab5611589b2822,Claro's,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_a9e398c95ca1ad2a,Classic Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3cef97861195f39c,Classic Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_3895e3dcc52f3744,Clean Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_10f744f0079a03f8,Clear Choice,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_8c97a899311d1874,ClearChoiceMD,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5778688562842d4a,Cleats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ee29546cfe755c13,Cleo,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d4f0f11b99dc066f,Cleveland Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_30d762fe7557c39f,Clicks Billiards,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_13808039af87819a,Cliff's Local Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a1983113e344ee6,Cliffs Check Cashing,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_dba4fbfd239860b521d87651a0a44b04,Clinique,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39498543223c2996,Clipper Petroleum,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_68e8600a05174c81a9d58fbe284e0e11,Clopay,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_61c0104f83a4daa8833acd383385b5bd,Clothes Mentor,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_de2dcd3eccd62421510b6eb404c8a1b5,Club Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4198edce29c1cc19240565253d2b82fc,Club Metro USA,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5e563793e00ae7876a212039a719f318,Club Monaco,SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5fa25d11e985b8c72f25a2ac289a93f0,Club Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6757822cca6f3165,Cluck-U Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3874a628545efda1,CN Brown,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4ca73eedcd36fd97,Co-op,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,Coach,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TPR,NYSE +SG_BRAND_64c7f989ce7fb270298fe1c3d426e000,Coast Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_1676d4ffeea80183,Coast Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1b1972e7b18c20b4ecd18fe08d67476f,Coastal Farm and Ranch,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_d936b4a580aee6bf316fb2e71c832510,Cobb Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_5ccfeac84f7e5b3c,Cobblestone Auto Spa,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_a9368d6ef4317958,Cobblestone Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_53e289c6675648ba,Cobblestone Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_ae857eaab7e71b080a4f1939cb05828e,Coborn's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_59fedcb76a670e70,COBS Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_99a772b5e4802c8c,Coco di Mama,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_cd36b1b651890098b1b10ab72c0a35fa,Coco's Bakery Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_96f2cf3ee3e58944,Code 3 Emergency Room & Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_65f37f064eb12908,Cody's Original Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f522c31bdee43401dc46de356a6b73f,Coffee Beanery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c6df7a92ee39d2b13fa8bced76d7c749,Coffee Culture,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4ef8cf88e3e64710,Coffee Cup Fuel Stops,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_784d5701ab6488c9,CoGo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8994a41b872b4310059292cdc1cf9950,Cohen’s Fashion Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_b6a5ab55619b29eb,Cohn Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d80916a3abfa82b,Cohoes,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_677f765d7f255c69e00500b3ceb29eff,Cold Stone Creamery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4513f2470e03b11bb6c3bc30bc835e28,Coldwater Creek,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_53a70ede37719e4c,Coldwell Banker,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_984e8b62792a3f7d315410bae2477047,Cole Haan,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_9e41132e5c717608d763faa0de61a204,Cole Hersee,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_8a0e58f4de98d8c3039fd0bf50dd8602,Colonial Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_97456a6b8c54e93b01539f9826e3e567,Color Me Mine,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_f5a08f1896ab30bbeb15e822750d069e,Colorama Rental Center,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_6423e01f241f8af9f8c1c68222ec8c4e,Colortyme,SG_BRAND_9253e13a376344832320449173132b9d,532289,Consumer Goods Rental,All Other Consumer Goods Rental,RCII,NASDAQ +SG_BRAND_f5064e60e619fc11fa1168b727f29866,Colton's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e58f282768e86c3b0b9d301c98687525,Columbia Bank,"",522110,Depository Credit Intermediation,Commercial Banking,COLB,NASDAQ +SG_BRAND_e26a47c89f50e9f9206e4cec893a57c9,Columbia Sportswear,"",448190,Clothing Stores,Other Clothing Stores,COLM,NASDAQ +SG_BRAND_5b6664e29e3855655d53f5ad83637421,Comerica Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CMA,NYSE +SG_BRAND_bf68a4c828afbdf3ba44b1d1879eca11,Comet Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_48d6696e48853d20a2288efdcfdec98a,ComForcare Senior Services,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_ff92e46aa39fabd07aa152fc013beab0,Comfort Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_004070295ea36aacb87aa0c8b643303c,Comfort Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c552419a0a84dabfc592a331b124252f,Comfort Keepers,"",624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,"","" +SG_BRAND_7d6d5ffb4cbf34a3658e52d4ec66f2e0,Comfort Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_786ca0df1b69d81e,Coming Attractions Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_9a84fb28f609207a78b97485e6b4e36e,Commerce Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBSH,NASDAQ +SG_BRAND_30efbcb99cb0ffd9,Common Cents,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,Community Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_bdb566e32f987e4b861b3409d248dd39,Community Choice Financial,"",522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_55e396dcd003cef3,Community Financial Michigan,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_53b7c7a8a368c2f5,Community Health MedCheck,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1d31cef74a032132,Community Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_cf1c5ecb980fb5,Community National Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_680c968da5fd62df,Community Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_994b93c3e84760be5b2238122f3a6064,CommunityAmerica,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_70099120e8f049592bbe54ecb0753066,Compare Foods Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dd8cef50546027d5,Complete Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c4c6bd3f2b3b8146a7544065700755c4,Complete Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_7b6113c9da934fc76c871770a2f066af,Concentra,SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_963f25243532b74ec4b9cd788525a785,Concord Pet Foods and Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_4f8bf6ab2b09b779,Concord Rx,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3f717108cf5c69468cb3ed6bdaf2fa75,Conn's,"",443142,Electronics and Appliance Stores,Electronics Stores,CONN,NASDAQ +SG_BRAND_37c0a315bdf0466a,Connie's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a0ccd5fb65a3df0d5a340321693f0a16,ConocoPhillips,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_8d1c9ed52acf93d1c9c763db5a7334bf,Conrad's Tire Express & Total Car Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_f53417e220ce4e2,Consumers National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBKM,OTCMKTS +SG_BRAND_f62b1d7597deaf0f,Continental Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_84573df983f6aec9,Continental Loans,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_c8ebcbd085cff8ad1eb9a05c32884732,Continental Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_dfb5ca581b7a54acf57bbc00281bba63,Convenient Care Association,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_570a1a0929d046aa325751f41b1b7732,Conway National Bank (CNB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_112adbba73827e9d193b93ac13757b3d,Cook Out,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10e24896f0b4091,Cookie Cutters Haircuts for Kids,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_aa7bcf1705df640edd8bf1f6f3c9df2e,Cookies by Design,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_7d059acda6b4a1adfaa82cf0418d871e,Cool Cuts 4 Kids,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4fb5e40371d79c47,Cool River Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d7c243c33274708,Coolgreens,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a39aa665da0b578a36c7c3b56f65d57d,Cooper Industries,"",335311,Electrical Equipment Manufacturing,"Power, Distribution, and Specialty Transformer Manufacturing",CBE,NYSE +SG_BRAND_3919eae50f1d3c4a,Cooper's Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4667f28c0f37203d,Cooper's Hawk Winery and Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7536d92e687cdf78,Copeland's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28c1f08b2dbc0687,Copper Branch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_41d5afb22f090f86,Cora,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_70d7b7d09486de3a6a176914cbf7a1e7,CORA Health Services,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_9fca3db9f5db63f56daab9648a03a362,Corcoran & Matterhorn,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_322f58803cc74f24,Core Evolution,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b14e212191a7b29fa577eb5593b67d72,CoreLife Eatery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0f2d55b86cd3a2f5e7f1a5643c629ff2,CorePower Yoga,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_4c292cf9ef9b2695,Corky's Kitchen & Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_beca42ed12cc720c,Cornbread,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b79b06bbabac0aa67fdcd1d4fade45a,Corner Bakery Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_653a7d153be66b4d,Corner Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1686b9c0a52d87ac,Corner Pantry,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_498b244102a0db33,Cornerstone Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_a461c3f80bad268fce3411b913003b11,CORT,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,CORT,NASDAQ +SG_BRAND_ef23ef1d426ae1a73a7eed399cef707d,COS,SG_BRAND_318848b77682c5ecffe061bb49b18986,448120,Clothing Stores,Women's Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_512bb075a070b4dcb3ee4365ed554cb5,Cos Bar,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_b7c33cc9299bac2b87700ab503f54b38,Cosi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a93e2c2206ef28d35a9d8a0da71b9d5c,CosmoProf,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_0745a8b3a29b440c,Cost Cutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_293593263dd55578,Cost Less Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2d1440c1b6b40fd2,Cost U-Less Insurance Center,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_5d14f234946020549952bb9ad5a1e8e2,Cost-U-Less,"",561510,Travel Arrangement and Reservation Services,Travel Agencies,"","" +SG_BRAND_27f2602cf47ce49a,Costa Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_cd4fa1ed589d2459,Costa Express,SG_BRAND_27f2602cf47ce49a,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9f8a0346fbc8993fd8538808ef54244b,Costa Vida,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e1d5079f68018134,Costco Gasoline,SG_BRAND_60b7b54d19fca719281e76d485a141ad,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,COST,NASDAQ +SG_BRAND_60b7b54d19fca719281e76d485a141ad,Costco Wholesale Corp.,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,COST,NASDAQ +SG_BRAND_225c0cc23acd6744,Cottage Inn Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fb97763befaca179b4c6b3ace9d18f2c,Cottman Transmission and Total Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_98ee512578f2e405856c1836bb828115,Cotton On,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_23679c52e055cdc2bc65421060cc3f47,Cotton Patch Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_34b9037f0ff5aae3,Couche-Tard,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,ANCUF,OTCMKTS +SG_BRAND_1404e45b9498a77e,Country Cookin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e48984d0f952834b08ddd923992fe3b1,Country Fair,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4beb87afb75cdfcf,Country Financial,"",523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,"","" +SG_BRAND_1ab3a0f9c738e3ef,Country Hearth Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_68e6552d6136643f39a34ecb02ce8229,Country Home Learning Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_25091d208ecec1da38f53e7c8c99a76e,Country Inn & Suites By Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5d154bc48c6e5bc93bbc8cd11c3cf387,Country Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f53623aa7c8a058,Country Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5cc4c8855789ec54,Country Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e4b673e2892dde3b5ce01e2c7ff82bb,CountryMax Stores,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_7f24bc4ec6c09af3,Countryside Cooperative,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0b1b476f0b6e837f9c1f1ee2aee9cf3d,County Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e1a8999463dceb4,County Mart Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c2bf4588dcd1ba4c4fded5ddab543f4,Courtyard by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_074abe40db09cb293b5f35dfefc99616,Cousins Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a1ffbd5a44d94ab632c08cd7c7f10f4,Covance,SG_BRAND_292aceea9c8f3df19cf714bcd597a903,541715,Scientific Research and Development Services,"Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology)",LH,NYSE +SG_BRAND_c8cd2dffe17f98526f4928c662875ce3,Covenant HealthCare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_a64b6b8e7d3bea0,Covenient Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3c5faad4542b7ad44e594e3b2c15ce1,Cowboy Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e17d8ca4fc5e2bf,Cowboy Maloney's Electric City,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_abf7e3a15c0c16a407b4328435653ff5,Cox Communications,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,COX,NYSE +SG_BRAND_dfccbd2d0c1e2dc616a5db7f5d8e70c7,CoxHealth,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_18e58a6982dbed95,Coyote Ugly Saloon,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_fd5034d3434fff484f5faf5a372ae7e3,CPR Cell Phone Repair,"",811212,Electronic and Precision Equipment Repair and Maintenance,Computer and Office Machine Repair and Maintenance,"","" +SG_BRAND_501910e8a69fae1e,Crabby Joes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e3b134120f0b06bee9b741faee9930f4,Crabtree & Evelyn,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_4c72c81de7cea539cb09bb1344c7b367,Cracker Barrel,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CBRL,NASDAQ +SG_BRAND_9bfa6d8ecdfa221325fa0e535d971238,Cracker Barrel Convenience Stores,SG_BRAND_34b9037f0ff5aae3,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_4761d26855feb770,Craft Republic,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_0539f6bd91666e2ae405849f58919ea2,Craft Warehouse,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_fc76add27944e4229739874698959dd9,Crane & Co,"",322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,"","" +SG_BRAND_563811d2e4dff0abab300e7e427143ae,Crate and Barrel,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_25d3f576e0ebef6d,Crave America,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c1607c5b4abd346,Crayolia Experience,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_345be7218d41f7b5b35d92edee4a5532,Crazy 8,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_65edef53f1cab63d,Crazy Mocha,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_225847e2cd1681e7,Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2b3dfc783b7169ef,Creamistry,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9f6f621c14131d1995cfca0edea67068,Creative Kids,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_3277b079ff14788e,Creme de la Crepe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_788e1712c945fc6f,Creno's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11c04fe7f7a95cf107329f57b4eb2f75,Crescent Electric Supply (CESCO),"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_0ca91f875fdc87465a5c637945f5a519,CresCom Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7c5686d14d356abd,Crest Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_247184f5fcf8c0afea1291676dc6df8f,Cricket Wireless,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_7d42ff983359345ed8f903282898db5f,Crispers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a36a826a38d9157,Cristy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_023f61b40dc0229204fc814b8aa201c5,Crocs,"",448210,Shoe Stores,Shoe Stores,CROX,NASDAQ +SG_BRAND_11d217b58e98e0ec,Cronies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f4f6ebb54b3cf38,Crosby's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ae6abf1aa02c01cfe560b9315db66b07,CrossFit,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_71f3b7dfe576427c,Crossroads,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_e31ffd24e99177e1,Croutons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_574c49dac09100720a98d45ed869259f,Crown Fried Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_455017860b8a8128,Crown Trophy,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_269acf3877b50afe,Crown Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_da408c6d88f7781789bb631ce082fed8,Crowne Plaza Hotels and Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_74fee8e7a12206b6,Cruisin Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2c64806e1883eccf,Cruizers Convenience Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_67fa9c9dabb58458822d4e7c5e90affb,Crumbs Bake Shop,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,CRMBQ,OTCMKTS +SG_BRAND_29b2c5160da9da73ea41638c0dbd8e57,Crunch,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_571b13a614596860,Crutchfield,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_390bbaeb87241b3fad32964da6f324cd,Crème de la Crème,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7b3a0aabce934a6,CSL Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_d2e8721c5669019d65b0c71cc873b11a,Cub Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_121aafbb0314b4c4,Cubby's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3609f80e8ab3db987d9be5010a726c20,CubeSmart,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,CUBE,NYSE +SG_BRAND_ca20054401456822996bd112996a2ad5,Culinary Dropout,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_13597b19cef141e816268ebc434c4462,Culligan,"",221310,"Water, Sewage and Other Systems",Water Supply and Irrigation Systems,"","" +SG_BRAND_5ed6fb98105c38f3,Cultures,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_45a25d9dcf4904822b396a1155397713,Culver's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_eaaebb5d9c01bbb6cad56de3436ad428,Cumberland Farms,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43727112f3ee5925739c94275378786f,Cups Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0d2268d462cd08b20b7508c3fc0fde5e,Curacao,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a864abfbcbdd871bbe19d07963c15358,Curio Collection,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_279ee8660e6b99ee,Curry Up Now,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56e7bebbcd38b821d0c781ad5014cc5e,Curves,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7347c16df97ce761,CUT Steakhouse,SG_BRAND_a4fa429c1ee373170a93767a515b910d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6594638d9b94fbd8,Cutter Point Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7fe91be347711115,CV's Family Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_72f1a850d966375fa159121c7c8b09a1,CVS,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,CVS,NYSE +SG_BRAND_4ca81624987b6e96994a013abd06ec05,Cycle Gear,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_46d5853ab178e35cdd230f7b0f439817,CycleBar,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e23881689010b283603f25cbb2541de4,D&B Supply,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_00622ccf65722570a774037f170bb631,D&W Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_e5cb26a28f465114f9ccfb11edb3c9de,D'Agostino,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bfbea5c01e3ccdbfd47f22f6b2cd193e,D'Angelo Sandwich Shops,SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_586bff9df85a9978,Dacotah Bank,"",522110,Depository Credit Intermediation,Commercial Banking,DBIN,OTCMKTS +SG_BRAND_4daa852e338f29b4,Daily Grill,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_1489633504e87939,Daily's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_91866618f21af23b2e061aa0745787de,Daily's (First Coast Energy),"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,Dairy Queen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_927a3f9287b584093fd6c2ef5f217784,DAISO,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a6fe911de804b00ef4f2037e8e31eab3,Dakine,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3dd775d02f9bbad1,Dakota Watch Company,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_61622b91b8a493c4,Dalia's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_370b8c6559932802,Dallas BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a2e1482743a5436b69066bc74c73a260,Daltile,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_1117ba21057d48fc,Dan's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0e75ad388dd35be4e264183691e9fd6b,Dan's Supermarket,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_646f7b99b07b3c1c08f1abc5c363c317,Daniel's Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3e3ebd29bbef4ee2,Danier,"",448190,Clothing Stores,Other Clothing Stores,DL,TSE +SG_BRAND_e71f2650eebab3,Danny's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e0c75a5fd4298ddf9cdd6b02a835e78f,Dansko,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7f7d981a4c1a1e3329fd073f4a19e989,Daphne's California Greek,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1aeb7b950dfb9113,Dara's Corner Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f6f68e02176e520d,Darden Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2766ab2d25700785,Dari Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2972157507949e2f8029e78b71536d2a,Darque Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_689963ee57370c0b,Dash In,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7376a01882a9c24d,Dash's Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_21f863eea981ecdc,Davanni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c103b031d7be8f424350e2fed2ace4c,Dave & Buster's,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),PLAY,NASDAQ +SG_BRAND_43ce209720e5e2a0dcf6a93bb96b31c9,Dave's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c4d7b317c93acd9413ed47da3ced71ac,Dave's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b92c305d60e23cd1d4c33e460372680e,David's Bridal,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_d1ed1d1f9451925f25df33f0a6878980,DavidBartonGym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99f4a8ddad1ef49bcefb5ad9792ad978,DAVIDsTEA,"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,DTEA,NASDAQ +SG_BRAND_17c01d3273015313f138934a3f183da7,Davines,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_626c9c971ceaa01f,Davio's Northern Italian Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63127da07a4b5f0f,Davis [Food & Drug],"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_b92d75d5850ea7f89a9d03198bfeb0a3,DaVita,"",621492,Outpatient Care Centers,Kidney Dialysis Centers,DVA,NYSE +SG_BRAND_a7d172ff64836747b19e982dd56dcf77,Daylight Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_f0f5c15118ea292fadac17e2fc7d4ead,Days Inn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6e6d1ea8e83a27ed,Daz Bog Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d32708c81dbbd4ab3e381f962f00f77e,DCH Auto Group,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_51d31b8708961b702d3d2602e8d828a3,dd's DISCOUNTS,SG_BRAND_3a1ab671c974b3489458052270d1a69d,448140,Clothing Stores,Family Clothing Stores,ROST,NASDAQ +SG_BRAND_77779d8d712c6be1,DDS Dentures + Implant Solutions,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4bbb274e9351fd7f,De Beers Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_263ae91aa141e8b0,De Felice Bros. Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_161fc1174c6c6d1b,Dead River Company,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_6e884e4fefd9596cd2e690805edd6bbf,Dean & DeLuca,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_078d2267d8fdb875864904dcd71e96fe,Deb Shops,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2b32f6568bd127236d6a273810cacd31,Debbie Brooks,"",316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,"","" +SG_BRAND_27e1d7b005a292f4,DeCicco and Sons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5338659322078dcc,DECIEM,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_3576fbc0e01f8e1c,Define Body & Mind,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6117faf4f6c7014f,Defy Gravity,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_3a2d5c4cb3e75fcb,Deka Lash,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_5a8bd73f6bf340b2,Del Frisco's Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DFRG,NASDAQ +SG_BRAND_509deb2234a57e81,Del Rancho USA,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a809e7affa8473a,Del Sol,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_22445dbfa062276fb029fe9b9262b9ed,Del Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,TACO,NASDAQ +SG_BRAND_1e594259ae79c99d,Delano,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2fbf20f748fe35bd,DelFrisco's Double Eagle Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e554a08d4c451f0,Delia's Specializing in Tamales,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9bc9c3b7fc7e5c28,Delta Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_b872bbf5890bc0bcc8b5b5f27b32f6ba,Delta Lloyd Bank Belgium,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_40ec2faad52dff18de0cabf093892bc7,Delta Sonic,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_771bff5c64b07d46,Denihan Hospitality Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_811b11d8e7fade7d0af1ea6e8f2db4ba,Denny's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DENN,NASDAQ +SG_BRAND_6796e1f109c35dbdd949246c6a39922d,DentalWorks,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_29d57ef5598446925e134cb5790b92ee,Department of Veterans Affairs,"",923140,Administration of Human Resource Programs,Administration of Veterans' Affairs,"","" +SG_BRAND_c9ec85d6cec5b936759b147ae02609ce,Deseret Industries (D.I.),"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_4348bf623c85e55a21a024080829e9d8,Desert Financial Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_9e2b12e1d7655ca9d64cc7eb364f02f6,Desert Moon Fresh Mexican Grille,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6df5e464b74aa7e5,Desert Sun Tanning Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_56ba924726f686f2dda0febc313cd9c1,Design Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7d36f64cb0612046b1546c530615cfdc,Design Within Reach (DWR),"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1e12a4956c6af0e0,Desigual,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_75ab2a94702a9223,Destination Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_972af9fefe811ff,Destination Maternity Corporation,"",448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,Destination XL,"",448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_d2105c7f6d15c4b54ed2ad9ef3f339d6,Detroit Diesel,"",333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,"","" +SG_BRAND_5af62a332e8d4893,Devon Seafood Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_878f9e5d7305d9a11084dfd9a7356553,DeVons Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_2ea3bdd72b1bccc8,Dewey's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f26bc8850144508afde6eccc8d24d010,Diamond Mowers,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_33ad0a246f406f38,Diamonds Direct,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_44a74be4f9ba3e1d,DiBella's Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_259446a52c83c56,Dick's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e716ee49a517a84,Dick's Fresh Market Wisconsin,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7dbf5767129e4998,"Dick's Homecare, Inc.","",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers","","" +SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,Dick's Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_574923598fef15717fc7e10fee02fe02,Dickey's Barbecue Pit,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ddce6a8b5fc27a9,Dicks Wings and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fad29676442aa7a1d03af40b89aa9458,Dierbergs Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_167d93cb5ba497350eb0e71773a0a199,DIESEL,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c22278870ba834501cbd8412ba9e234c,Dig Inn,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_373ffceb51a02e693129fdb75074bd37,Dillard's,"",452210,Department Stores,Department Stores,DDS,NYSE +SG_BRAND_d78ceac2bccbf42aeee568ea6b0db8e8,Dillons Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_6d65a080580e7563,Dilworth Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d906b78b1dcabc4,Dine Brands,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_7490f04e154bdcfe,Dino Palmieri Salon & Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_369d424173a20f41,Dion's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,Dior,"",448120,Clothing Stores,Women's Clothing Stores,CHDRY,OTCMKTS +SG_BRAND_ab6111d1a110e1f71a00e420d65a57d6,Dippin' Dots,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2596cedb290b7df0,dipson theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1a5bf1e228f01317,Diptyque Paris,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_8942798ec69f4c101e663c3ec0d7d6c6,DipYourCar,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_51e04da6f8582c2948be57a58a342380,Direct General,"",551112,Management of Companies and Enterprises,Offices of Other Holding Companies,DRCT,NASDAQ +SG_BRAND_bbec8920db450d0,Direct Tools Factory Outlet,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_598e2effdd3cf28d5ed15ea3d604cc14,DirecTV,SG_BRAND_175daf46cee56cdb,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,T,NYSE +SG_BRAND_3e8285c6ff869e74097145fee59725a0,Dirt Cheap,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_7c5fb3f9a2feb094,Discount Car & Truck Rentals,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing","","" +SG_BRAND_05cc8e612954fb188085186845b42387,Discount Drug Mart,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bf97a394be0995faf90bede5ed452758,Discount Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ab49c885a5e8c9d1175a501c0de154e9,Discount Tire Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_ccea1982b6190bd0,Discovery Cove,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_1024f34d21a9f7e4,Discovery Point,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_e08c182e7dfece70,Disney,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_283c3a0dc47bb6500c180fd20199d285,Disney Store,SG_BRAND_e08c182e7dfece70,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",DIS,NYSE +SG_BRAND_7ae2304eb48f4fea,District Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dce7bc7d65be874528267f7bae598343,Ditch Witch,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_2b418ffeacf40fa,Ditka's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69d4a2b66d1aea33,Divine's Auto Repair Shops,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_d67267aafeae4d2011854a16f01f6db3,Dixie Chopper,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_6bd2a0751147936a,DixieLine,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_92c0d04faca572533efaf20c0f6a6d90,Dixon,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_1f8b63e8e2fcf118,DIY Home Center,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_acafddf0ad6cc898f2ff1c5341a4fa38,DKNY,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_379e13a2bb6f9fffccb9f2145bc860dd,Do It Best,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_e9bff04b46ea70adf226cfe8d6347bbf,Dobbs Tire & Auto Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_584710fc31dce08b,Dockers,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_35dd7a80f805ce35,Docs Bail Bonds,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_4673559ad459969e10413f4c8b908ce9,Doctors Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3f1aa9f86e7805f,Doctors on Duty,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f0049acd3951499d61b0f23667fa9bbc,Dodge,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_d82d2e47f9101958,Dodge's Southern Style,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4de4615bdaf3da3,Dog Haus,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37225e33be569f601e9600f0ad9bf4a0,Doggie Style,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c6ed32efcf2d78adcfe0119f002fb61c,Dogtopia,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_421add18af92a58f,Dolce & Gabbana,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_1bd2fc8628582736e62df228da27ddcb,Dolce Hotels and Resorts,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_23fcab998e0c5499,Dollar Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4ab7a0eb2c6fa9cdcb33a9ffacd66da6,Dollar Castle,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a4efb9d8ddf0f71207d49f713c5bc1e9,Dollar General,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DG,NYSE +SG_BRAND_4874f10dbd3dcd00,Dollar Loan Center,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1475e9d7e556cf99fadde01870982e61,Dollar Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,Dollar Tree,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_36576148eaf3b474,Dollarama,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DOL,TSE +SG_BRAND_7ef922af811bfa9f4a9cdc96b3b2df77,Dolphin Carpet & Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_18dbacdbca617be2,Domino,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_da46ad6f82825669a56b44d32564dff8,Domino's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,DPZ,NYSE +SG_BRAND_faca8fc6ddf5901,Don Cuco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_77f04f8fdc110101,Don Roberto Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_347cc31bd2745d83,Don's and Ben's,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_08357fa97d7ebd203189f227d2b5f932,Donatos Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10e968e6419c661f,Donovan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_753344fe7d654c5d,Donut Connection,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_64d4703ff955a09994a52bcf1161cd93,Doodle Bugs! Children's Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_492d5131f0913906d15d755510719140,Dooney and Bourke,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,Doosan,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_8926e89fe93da63d63ce0161ffce6f09,Dos Coyotes Border Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_60487ecc0a675a44,Dos Toros Taqueria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f55a7d7db65955ae71e696256a674911,Doshi Diagnostics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4c72d232d1a1406e6c26251bbf6c3b25,Dots,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_7fa804c5902b63aa,Double Kwik,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33041f17c37e681f,Double Quick,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_64d68926e545ae22,Doublebee's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6dc57d172a06a0989b087038f3394d5b,DoubleDave's Pizzaworks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_610cb460e84b3eb9a41cca2865261183,DoubleTree by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_59c34b29a6db9ea90614bbdfd15b859d,Dr G's Weight Loss,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_75cd46eff65b055c,Dr Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_492a752a96415e0d884eeb0f8f08e5ae,Dr. Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_58ad2340761f7211,Dr. Martens,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6425027efc556f76,Draeger Supermarkets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_46c409ba84e6c99a,Dragonfly Hot Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c994aa0ba90d36cb6f24e3f25a9480de,Drayer Physical Therapy Institute,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_69d1bb34387e4270,Dream Dinners,"",311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,"","" +SG_BRAND_27c150ea9f238294,Dream Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1e1a600b8e0df14754dae21a44ba3dae,Dressbarn,"",448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_2729b78930953537,Driver's Edge,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_546c171aef26367c,DriveTime,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_03619c9c1267a05a7eec9c29d569e68d,Drug Emporium West Virginia,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_72612947f0672cd276b5f1d00c2de2d8,Drug Emporium​ and Vitamins Plus,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_06fdda1299d64c0d,Drury Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_576802d87ea138f88d2eb653d8ebec7e,Dry Goods,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_4274b1fc9eb5e1d479f07d20e2eec710,Drybar,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_495194b7f2a9ee0fd399b3520fdf4e8a,DryClean USA,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_5c86a42a67f4dda45e700158726465ad,DSW (Designer Shoe Warehouse),"",448210,Shoe Stores,Shoe Stores,DBI,NYSE +SG_BRAND_ed2b7ad81adeb71c9859f1041a51c817,DTR/VILLA,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e18162f6fbe7ffc48f73af49ba89959f,Duane Reade by Walgreens,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_7c03fb7335626fa8,Duchess,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_45b2d33fc93994a57f2e79d8a98b83d3,Duck Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_58f3628b0fc549a6,Duffy's Sports Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_237c06e0f084413d251445c375b8b558,Duke's Chowder House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51b2f2e8adb8c34d2b4553efe4c8b8c6,Duluth Trading,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),DLTH,NASDAQ +SG_BRAND_637bde207c3be956,Dulux Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_d56e09d34d1e9d23bb930bd30d1eccd4,Dunham's Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9b4045db0fbb461cf9ed78916d9b16b4,Dunkin',"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,DNKN,NASDAQ +SG_BRAND_ed96ded9bb31872260ed3d62e15e182b,Dunlop Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_3f619fd7096d635d480ec114e08a1b20,Dunn Bros Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c8940e7448885f8f802c48df285c943f,Dunn Edwards,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_5dd2c80eadc7d2888feb6056fb826780,Dunn Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ed66f31cae043de5794b99704402cd96,Durasol Awnings,"",238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors","","" +SG_BRAND_508cdadf5691226e,Dustin's Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a60bfd215b6074b84ab05cdf2d981a0d,Dutch Bros Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1652a227da3c78f1f710f8afa34ac195,DVF (Diane von Furstenberg),"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6c82654dfc92e650,DXP Enterprises,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,DXPE,NASDAQ +SG_BRAND_4628ec74440e1d02,Dylan's Candy Bar,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_b8c2e09ccbcbcf622f7612372a827752,Dynamex,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,DDMX,NASDAQ +SG_BRAND_11d440e1c2afe2d9378038be42b1db4e,Dynamic Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6575110c3e310d68,Dynamite,SG_BRAND_480693eccff8d78c,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_680b37bba342420a,Dyno's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2e342803541e8c3e,Dysart's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7615a5e3559d245b,Dyson,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_e5f0a6582ca02e893fe14ce69aaa920d,E-Z Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_410b996d77cd6d5c,Eagle Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9931d6a05b351d3f9d739774e05a4401,Eagle Transmission,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_25dcc8eed36bf3f8,EagleRider,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_83ec6d5e51c841ad91678f2a4638a349,Earl of Sandwich,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_524cdb8c51e95b6e,Earl's Rib Palace,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cc5b5ee2ca6419c9089c3b668852ce50,Earls Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e081cb636e190662e9b7ef28213979e,Earth Fare,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_579f3967b3c39d5f,Earth Origins Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_629e7d94b18432f73dc6b772bb6af65f,Earthbar,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_372d9f1b0176688d,Earthbound Trading Co.,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_d435d9a52552728e95ec5bcc3e780ad4,East Coast Metal Distributors,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_6e5fe751a8a6c970,East Coast Salon Services,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_817dccbfc4bc71d323772d168154e4e2,East Coast Wings + Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3aa2d9a48ee3da2e,East Hampton Sandwich Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_da748f0b49eeb0a3e19f6d8156f62345,East of Chicago,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e7c264ce3900208e884e223d1a46f1c8,Eastern Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1b7c368365514f8a69eecee2d3d11c46,Eastern Mountain Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_2178a5b737a08058,EastWest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,EWBC,NASDAQ +SG_BRAND_a111abb3a230bba5652f31a6b0368e48,easyhome,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_d14f555248722668962c97183df9b801,easymoney,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_625f51252c751e79,EAT,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8b8c67c4790d18e913bd84c7ef331e2d,Eat'n Park,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_75f169edc193d363,Eataly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_82c4bc8129950b3,Eaton Apothecary,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1a52cd5cf6fe4102,EB Games,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_9569da87adf5503139590d6fa34ad176,Eberjey,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_8faa4a904e38f01baf687717979f71d7,Eblens,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d61484f1331c7f66061e43b859556409,ECHO,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_c00d4020cb088e257a1325cf210fbfed,Econo Lodge,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_1b5a4c60d5f7ae9ff8672d2f54606433,Econo Lube N' Tune,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_4627588de5d515f764883436c8eaf42e,Econofoods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_a7a8c34b2c0d705d5de2d86987d62990,Eddie Bauer,"",448140,Clothing Stores,Family Clothing Stores,EBHI,NASDAQ +SG_BRAND_74fe448c16e64786,Eddie Merlot's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_325d0aacdda3f77a8e3eafb3da2cae82,Eddie V's Prime Seafood,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a6b1895cff5043f62d7d7a0263bf834e,Edible Arrangements,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_bdfc43e007fe086f,Edition Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_4cd2c5ced846d049,Educational Outfitters,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_16cb9e812f0a6fcb61b6a4e1baada7ec,EduKids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_ce49fd2da39027552888496287fa81a5,Edward Jones,"",523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,"","" +SG_BRAND_1229d6e664920a0b,Edward-Elmhurst Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_fe5379811520e01,Edwards Food Giant,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2f828ec838f5d1480d0cd84955a15c5c,Edwards Theatres,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_83acfb1482dde0d1a48fc4a026c6a5c8,Edwin Watts Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_201b33621941aff2,Eegee's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aaa324af620903ed6eccddea0b6bc866,EESCO,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,238290,Building Equipment Contractors,Other Building Equipment Contractors,WCC,NYSE +SG_BRAND_7b1c93cd8e043a25,EG Group,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_51410110c376ff68,Egg Harbor Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1192c0771ea2a344,Eggspectation,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f4ffc87094ac369a9d8526d1bfdbe790,Eighteen Eight Fine Mens Salons,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_8e66c99aa833dd0ced592ee5ba50e743,Eileen Fisher,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_ca8a7a8d62bbdf5,Eileen's Cookies,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,Einstein Brothers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_eb6849761e4e7c836e6cb61cbcf29e50,El Ahorro Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5dfe49c710f48e04,El Borrego De Oro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_82df1ebc3643f3c6,El Burrito Loco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60574271b77ea7c60ef77d28c874dd45,El Chico,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6abd9100d70ba616,El Compadre,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1a559d32d2ca4f4413766397af8933,El Famous Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a9681e593ad44a0f6f7ce29de95057cd,El Fenix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_356bef9a3ee4ada7,El Gringo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_27b435603b8e30a2,El Mezquite Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_539fbe31c959eebe,El Pato Fresh Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2ffc71f922bc5080,El Pescador,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713a6a36381ce4b4,El Pollo Inka,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_721f5ab43639a6dc48805d22d4844f7c,El Pollo Loco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,LOCO,NASDAQ +SG_BRAND_d3bf94531212a99b7612ddd784e12ca8,El Pollo Regio,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_670606878c514f85,El Rancho Grande,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f920a39d13fb171880fca11bf83edfa4,El Rancho Supermercado,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_60d1a644d1264f4b82258fc18a185844,El Río Grande,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_13531a63644bf598b3c04addea3fb9df,El Super,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_996fb1e129adc04df3e2477a6a31556f,El Torito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d7dba9b0737590,El Torito Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9318a1749c97fce40b4e627bf05f4791,Electronic Express,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_aa705f6455de353113ed4355e1085bb3,Electronics Expo,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4f105f0bf779b27f7b1db18170a4954f,Element by Westin,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ab243d7172e838bce42fae1e4990d8e1,Elements Therapeutic Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_32e2d3edd7102ceb830c2830f11e7dc4,Elephant Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5626f201881dffa8,Elevate,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_0602005fe4811cb3e19caf93139e98b7,Elevation Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7d8481a826aa614cea4de8d1b163dc71,Elie Tahari,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_257b607b469a219858aca44f7703edb9,Elixir Juice Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2301619176c61d10,Elizabeth Grady,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_0d62132cdbd6b368390f1a948aa443b7,ELLE Time & Jewelry,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_11f251f52a587a8d7a1f6b434345851f,Elmcroft Senior Living,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_01e2eeffab0e5bc98cd18bf8d8774d1d,Elmer's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1829840cf57a778e,Elrod's Cost Plus,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ba938ba8dab4da,Emack & Bolio's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1e45f611b9bafb3d37a329882f431295,Emagine Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1e0e18c370035f0d9c0ff6fd07d0d9c0,Embassy Suites Hotels,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_6235fe70234d36ea,EmbroidMe,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_1096135ed1dc5146,EMC Seafood and Raw Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b2c817954b0f1f52e56beffbce29f653,Emerald City Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9d94c0d9865461beff7a67b926713345,Emerson Climate Technologies,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_74b2188d7759381c,EMG,"",522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_4ffb52f2fcfb2348,Emory Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_145fc914f4f7ce13,Empire Eatery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_14b013c1006c43dc,EmUrgentCare,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7669ce3ebdf32771,Engineering for Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_6285bea781470671,English Color and Supply,"",424950,Miscellaneous Nondurable Goods Merchant Wholesalers,"Paint, Varnish, and Supplies Merchant Wholesalers","","" +SG_BRAND_75f8072f84074197,Enmarket,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_60234761ca6d6981,Enterprise Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_64e40d2c0ca6cc06,Enterprise Car Sales,SG_BRAND_9f497514e036d97886867c3fe21baf6a,441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_9f497514e036d97886867c3fe21baf6a,Enterprise Rent-A-Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_ba3709b3fd488978,Enterprise Truck Rental,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing","","" +SG_BRAND_18806a46af85365f,EoS Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6a7e180eabbe882ef704dd844affc39a,EP Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_51f67c8eddefcdf6,Epic Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63613ae9e2c52df6,Epic Wings N' Things,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,Equinox Fitness Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a1dce3387cad75f7701366fe0b86f2f4,Erbert & Gerbert's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_427d1360f433e5e64e87184c256106be,Erdos At Home,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_58d9ef7f883f4505,Erewhon Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2718d6a326a180e7f535828d8a5d091,Erik's DeliCafé,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0678214fa406315efb61a7cffe52cd80,Ermenegildo Zenga,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_4ae9696b77a1b3de1aa306be1ae3c05b,ESCADA,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2ed790550cb16f43,Escape Outdoors,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_74d07f7fd78591d7,Eskimo Hut,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_62bcfc5611bec78f,Espresso Royale,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,Estée Lauder,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39cb6c22e32fb3194f7a5b8e798b0c68,Ethan Allen,"",442110,Furniture Stores,Furniture Stores,ETH,NYSE +SG_BRAND_3bc43ee8b28c0cc5,Eugene Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7a192883da39caff,Eureka Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56379b04c603444892186f13788555d3,Eureka!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c26a5430c9ce31679edfa74c24d44669,European Wax Center (EWC),"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_90d6b1b36c15f313aff5a872531c04a8,EVEN Hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5700a31a28da3f56,Evereve,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5b555bdaa5cc469,Everything but Water,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_086e93d57d8c77bfd047e7d9d9fd7178,Evinrude,SG_BRAND_718581b85eae956832d1cae3f600c3eb,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_e937478771160f8c69690f788e05fc51,Evolution Fresh,"",311411,Fruit and Vegetable Preserving and Specialty Food Manufacturing,"Frozen Fruit, Juice, and Vegetable Manufacturing","","" +SG_BRAND_6b41a739cd29d440,EW James and Sons Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_522177b5fdc04d97f9b0be1d5f04a40d,ExamOne,SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,DGX,NYSE +SG_BRAND_170d294b55b3e0bd,Excel Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_78b187faa17bcdd0,Executive Residency by Best Western,SG_BRAND_afc74daf1bb2ac39,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5e66f92099c8ddd1,Exer More Than Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_8196e62d8f6c463,Exhale,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d76e6320c05053adc7d08c99ab6768d3,Exmark Manufacturing,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_54784cf0f028a82b,Exotic Thai,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b144fa061545497bebee8c414efc99a9,Express,"",448140,Clothing Stores,Family Clothing Stores,EXPR,NYSE +SG_BRAND_ebb052acad0f1ee8c75830232699bde0,Express Employment Professionals,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_6fff9671fa24a8c5,Express Lane,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9c7014ce69e620eae4f9650e64c1c9bb,Express Oil Change,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_fb9c429d1285f59c,Express Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_5bc7f37ab824eb50efca20041fff198d,Express Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,"","" +SG_BRAND_d39682a4fb74f036,ExpressCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_dfc82adbea8b049f,Expressions Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_797d3ae0369e285ee3daadc1900f20c2,Extended Stay America,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,STAY,NYSE +SG_BRAND_6b569697506b3c2d,Extra Foods,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_25f99d0cc5d6078042c8f466f6a8fa83,Extra Space Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,EXR,NYSE +SG_BRAND_36f850f4742bb886,Extreme Pita,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7eceb920a8be2d1b,Extreme Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,Exxon Mobil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_2bb751eb0cea731e,Exxpress Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_334ab875c3541dd6,Eye Care Associates of Kentucky,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_9842bf8212f4d6ec0d789fe0ab00f182,Eye Level,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_ad11086bd64b5f760aa727a30784bac8,Eye-Mart,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_21330cc8f59c04e0,EyeCare Associates,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_a38b21a3912334f3b94948b8e8516b65,eyecarecenter,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_5de579562826b9154f3ec7ec52feaf7b,Eyeglass World,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_99f70689eeddcb7398f8a28474159397,Eyemart Express,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_6bb4be9e4400c5e4,EZ GO,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_985500a401c168,EZ Mart,SG_BRAND_72905c858ddd2bd8,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_82873926cebb6895cd6177e1bd0f9c83,EZ Rentals,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_989f44a98739de0,EZ Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2dc50f07ce8e4982,Ezells Famous Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8ce3994bcdc16ac8ce77f6a2541cb92b,EZMONEY,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_cb8de9441038f5cd444af4249de13de2,EZPAWN,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_13fb6536f2c18d1b34f0ad3d45ef2961,F&M Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMBM,OTCMKTS +SG_BRAND_63d23751f78de069,F.L. Roberts,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_69e26c2c38d1753,F45 Training,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_538af4753a9c721d,Fabletics,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_48314cd2f9ed4be3,Fabricland,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_82460f4f9ff9577c9e9a963c233b1060,Factory Connection,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_31de2e192f8dd779,Fademasters,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_36e231a2ea3e9ee5,Fado Irish Pub,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6c8517821cbe4f42e48d9214f49b8b0b,Fairfield Inn & Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_10c3234a47d40c19,Fairfield National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2228ce4e18b639c3ab2251297f397a1c,Fairmont Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1f75ba87763cbaf7,Fairplay,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11a1572395bf98db,Fairview Health Services,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_90f01ffd91f30e324884705ed14a22c0,Fairway Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eb6d973fd2e6c7e47737adaef2677602,Falken Tire,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_1d5cae7139ccd537c1384193a137c6f5,Fallas,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_16a6f9c02e4105a7,Familia Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_cf2218e8e176be76b154f4e397b8ac47,Family Christian,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_6db086b96ff72a99a60c4a182d90fe10,Family Dollar Stores,SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_59da748386cff69f,Family Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cd88ca9d12983b48e2745f5835f5a52,Family Fare,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_8dab8f68f764340,Family Fare North Carolina,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_a2e1ccbcb44b71e2b8a12fc568612dda,Family Farm & Home,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_f62858ef2fada2b92798dd22647ebe13,Family Footwear Center,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_50bf751c588eaa03c26305342596eaf6,Family Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_57dfd4ceab4f921f,Family Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_b21bb81be1e10d506142f8e632eeda75,Family Thrift Center,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_58f09cb75b2b1f09ceccc9c22051d72e,Family Video,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_f28c509064c7777747a4132afaf17faa,Famous Dave's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DAVE,NASDAQ +SG_BRAND_b9d5a5d63e4c2cbbd81051ab8ccd109f,Famous Footwear,"",448210,Shoe Stores,Shoe Stores,CAL,NYSE +SG_BRAND_aeab866d007f06cf,Famous Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_93bdc716aa879a51,Famous Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6ce661dfa5b6c1e8,Famous Sams,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_40bfa20864946b5d,Fannie May,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ba4953bbc3ecea3ac23754b1b0f08ab2,Fantastic Sams,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_25eef5d78b51ce04,Fanzz,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_28c563a39ff149af901f63171b82db19,Fareway Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aae613b021d7abbd3edd97e58678a54e,Farm Fresh,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_33e76585535a593201d9f7a4fe49b72a,Farm King,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_778cb22191dd0edc,Farm Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_742cf5dfae9725aad923d871be1529be,Farm Supply Company,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_63262adf78da9be8a85f5f23188eade7,Farmer Boys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09a5ea6dd2c89227ac4b00bb56febe28,Farmers & Merchants Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMBL,OTCMKTS +SG_BRAND_455608b63fab8b6e1bbd15a9d045e7f7,Farmers Home Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_ee53498a2846250eb753e44e4042a679,Farmers Insurance Group,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_14b83c7d5a058e6b,Farmers State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b5ed1ed0da21da91ef0c7b0cee0e391f,Farrell’s eXtreme Bodyshaping,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_d4b42cf1829ef26e,Fas Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5f02e4e95d184879,Fast Auto Loans,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_653db51c2244b7f0,Fast Pace Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_765df28c4b057da6,Fast Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_123f9f2f1c916ac8,Fast Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1f789d93af6256a6,Fast Track Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7f6f2c801cf5a496c96d6ad6976fa4bb,Fast-Fix,"",811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,"","" +SG_BRAND_50660a822ab2e47648b72750d4256f7b,Fastenal,"",444130,Building Material and Supplies Dealers,Hardware Stores,FAST,NASDAQ +SG_BRAND_4d0f1884e1362472,Fastest Labs,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_73d3b4a6bf66a8f58ceac859871b1639,FastFrame,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1248a42c18201bea,FastLane,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33717708342ea32b,FastMed,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_7fc4428a9d2e5baf,Fastrac,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3c881ddc55c53778902f4eb1363fc6a,Fastrip,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_14c8cdb3bcb5ef6bd17e74a33cd5670b,FASTSIGNS,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3a455da03b9b0d3,Fat Mos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_347ea7e394abcea1,Fat Tuesday,"",445299,Specialty Food Stores,All Other Specialty Food Stores,FAT,NASDAQ +SG_BRAND_2dc4aa06b09f0f344834948f9b730785,Fatburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_26eaab71e1222477,Father's Office Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2f97fad9a658e5c36bb8e02187ad3a9,FATZ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_731831cb47dd1858dbdcf06e3b19aec8,Fazoli's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2dbad6e5a2b4c7ef027f2dbc2884191b,Federal Mogul,"",339991,Other Miscellaneous Manufacturing,"Gasket, Packing, and Sealing Device Manufacturing",FDML,NASDAQ +SG_BRAND_a8cc46412bb566d8f9244cf5807512ba,Federated Car Care Center,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_3bc5375f2e51a278,Federico's Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51f62da8d76022e2,FedEx,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,FDX,NYSE +SG_BRAND_d08ff75739fd37f9bdfd79229d24b18f,Feeders Supply,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_cab3e1ee0f5e480ce850765ad9f5528a,Feel Rite Fresh Market,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_e6ea0b3f88e22276c807f9f50199057b,Ferguson,"",423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,FERGY,OTCMKTS +SG_BRAND_414b70f8f9d4018c4a85feb9441904c8,Ferragamo,"",448210,Shoe Stores,Shoe Stores,SFRGY,OTCMKTS +SG_BRAND_0911054d8ad47cc256400031197f3e97,Ferrari,"",441110,Automobile Dealers,New Car Dealers,RACE,NYSE +SG_BRAND_dee73bcfb8c0d77741bdcb1477b29baf,Ferrellgas,"",454310,Direct Selling Establishments,Fuel Dealers,FGP,NYSE +SG_BRAND_f87eb669657376982ea0184c3c27c0bc,Ferris,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_7be63867c5bf6648,Festival Foods Minnesota,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7273d677486f8733,Festival Foods Wisconsin,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_76bdb26dab80b8d7,FFO Home,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6c05c565775c901522d586265cecf151,FIAT,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_3118e9dbb4e557ce,Fiat Chrysler Automobiles,"",441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_a4da839adc12a6e53da59c200bbf6abc,Fidelity,"",523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,"","" +SG_BRAND_1dcc1e0ef96dbee3,Fido,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,"","" +SG_BRAND_6ab5791f4e04b1cc4658a8a5ad1e5ce4,Field & Stream,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_2b72d37442b34f6fa9f8645fc3944990,Fiesta Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e9c772a37bc4c300c824f282f6fedd99,Fiesta Fresh Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71c8563f7c1b724d,Fiesta Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_53f2ba12360c2b4aeac1f9163e3e9d0b,Fiesta Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fe4ebe7ad3d1484,Fiesta Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_dfa5d1a8cb415413d7488ee070dca730,Fifth Third Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FITB,NASDAQ +SG_BRAND_26080e8df764abc,Fig and Olive,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6402e0194b6a6481,Figaro's PIzza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_245e7682dd780311,Filibertos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bed20f7e98adec7943666c1f930e97eb,Filson,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7238cd9c52a0a3e1,Fine Fare Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41f7e14448347875,Fine Wine and Good Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4aa1fc7f186104ae5dfd83ed025d6986,Finish Line,"",448210,Shoe Stores,Shoe Stores,FINL,NASDAQ +SG_BRAND_1bc74b3ce2e4fb8f,FinishMaster,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_bcbd794eb55c3162,Fink's,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_7f70878a2d33031a,Finley's Barber Shop,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_3ad7920882040f79,Fire and Ice,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dd31d8de4dba95e6ded256afaa61c2d,Fire Mountain,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_e3557c64d144d5066977b3187e7d6859,Firebirds Wood Fired Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dd5a72dc21491c1ed188f60c7bc94d0,Fired Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a508445847685e426174fb21affa82bb,Firehouse Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2d261ba9475736d23c0c4bd48eab76b0,FireMark,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_4e396add4590776c,Firenza Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8cd3015bd66459919ee3d72cfb148f6,Firestone Complete Auto Care,SG_BRAND_0fa1baac13a25977,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,BRDCY,OTCMKTS +SG_BRAND_ebdd9e19ef62bcd61c8b7b7761e05411,First American Financial,"",524127,Insurance Carriers,Direct Title Insurance Carriers,FAF,NYSE +SG_BRAND_e5b8469206e452cd7307f2b70f578fad,First Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FRBA,NASDAQ +SG_BRAND_4cab5c28cedf861a,First Bank Tennessee,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6955ba65f8646e0d,First Cash Advance,SG_BRAND_238df7e9b8c830c1,522291,Nondepository Credit Intermediation,Consumer Lending,FCFS,NASDAQ +SG_BRAND_7d5cd74a60a6c4d4,First Cash Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_3385bd69e1678519,First Choice Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_e4f69179ebee860115d0e0dfc7a249b5,First Choice Emergency Room,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_f2d8149d22f2ac09,First Choice HairCutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_d4f82fec590aeae82c525da824297f50,First Citizens Bancshares,"",522110,Depository Credit Intermediation,Commercial Banking,FCNCA,NASDAQ +SG_BRAND_e7ee3cc7b8911396010954272237018a,First Convenience Bank (FCB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_186bce691b86261c82d885de394b2e4b,First Horizon Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FHN,NYSE +SG_BRAND_76b3adfdeb5a9329,First Knox National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_46d5c682d3cf330f,First Republic Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FRC,NYSE +SG_BRAND_bec30db0b0fb2958461c01a4511b959e,First Student,"",485410,School and Employee Bus Transportation,School and Employee Bus Transportation,"","" +SG_BRAND_35c251c1a25a81cf,First United Security Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FUSB,NASDAQ +SG_BRAND_5bc8e7226ee1d2007b08dec6d1879c7d,First Virginia,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522110,Depository Credit Intermediation,Commercial Banking,CCFI,NASDAQ +SG_BRAND_1f3cb3b10de6892,First Volunteer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_8bf93b60eab0307bac61499d0de26371,First Watch Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_238df7e9b8c830c1,"FirstCash, Inc.","",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6a9159ed4b65adae,FirstLight,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cd194409f5cb8ebdd2b71c32f32013dc,FirstMerit Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMER,NASDAQ +SG_BRAND_7d90238cf0eb7701,Fish City Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f64dd5c7555be45,Fish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,Fisher Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3ee53b258f504ad0,Fishers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_86c707e4d3cec5d,Fit 36,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_15d8c44d5962c67e,Fit Republic,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0cfb328cad95bc34,Fit Republic USA,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_20a7a33cd9d81eca,Fit4Mom,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_27d98bff27de846dfd88dd9baec859a7,Fitness 19,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5a746bf48b160572,Fitness 4 Less,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_34ef97de45389d08595b7118838a8aff,Fitness Connection,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c9a1894c503c9be54443cf7dcf7322ec,Fitness Evolution,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c7c47b59706c550401f78be19cd5d10e,Fitness Factory Health Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a41afb5cb94639b72ad3601f83114800,Fitness For $10,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c8c9e5abd3f648c5888eb790561c94b3,Fitness Formula Clubs (FFC),"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dc2ada2bcd02aa241bb18c1ccc180723,Fitness Headquarters,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4426cd9141981449,Fitness Premier,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a25b790ab857f8e59b7244822d0502cf,Fitness Together,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b219177af6eb3b280972603f3fcf152e,Fitness Unlimited,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99118e6bbb7094968732ed362d64c787,Fitwize 4 Kids,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99bae980539ef4310d6bba65fbc64883,Fitworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_64e6f1d7a062800d9d8b437b704f9c3c,FitZone for Women,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f25071e778c22839c918302c0f22bf7,Five Below,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FIVE,NASDAQ +SG_BRAND_87b52f7d201822f23c1015f8e9beb4b1,Five Guys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_67563d5e2da839ed,Five Star Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_91f780542205658734272a26f182d806,Fix Auto Worldwide,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_7c4d096dba6a68ef,Flagship Premium Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_28c09a2fd633723c,Flagstar Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FBC,NYSE +SG_BRAND_4d1a9271f8ec9241,Flanigan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDL,NYSEAMERICAN +SG_BRAND_2c482f00c9720be8,Flash Foods,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_5fc3f6b68c530aa5,Flavor of India,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cfa4883eb7f3e3892fe04191346c192,Fleet Feet Sports,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3087255e4447487,FleetPride,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_930a53414b8a84982438a553fa0158da,Fleming’s Prime Steakhouse and Wine Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c6f38a20af7a167077ee8d4f6f56b148,Fletcher's Tire and Auto Service,"",326212,Rubber Product Manufacturing,Tire Retreading,"","" +SG_BRAND_2cd372c185d7836c,Flight Deck,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_57d78df0bf053bd6,Flight Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_66538109a69748b1,Flipper's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4660970002703be2,Flips Patio Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2645e1762d7fdfbf,Floor and Decor,"",442210,Home Furnishings Stores,Floor Covering Stores,FND,NYSE +SG_BRAND_f50518547f6b40b532ecf450355f0ef9,Flooring America,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_17b1cf0ea1fe75f3dd28149bb9d6af49,Floors To Go,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_623132f939a66be3,Florida Tile,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_173fd93dc2ff72de,Flower Child,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d1a42ed2a65575165bc7ed8047f37952,Floyd's 99 Barbershop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_af452350d64b3c08,Fly High Adventure Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5ca1de498b639ad7,Flyers Energy,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_3cfcd2b742e54089,Flying Biscuit Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12ec635d7ce55895,Flying J Travel Plaza,SG_BRAND_70ee541161859d65,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b5fb310e15b4741a5966db5941131444,Flying Saucer Draught Emporium,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_5eda4fbb81aa8306f70b52433dd6d29e,Flynn's Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3b3333a5b2850448a28f062179445f48,Flywheel,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_f541bcb6ec62de093416a7c8de510e84,"FNB Bank, N.A.","",522110,Depository Credit Intermediation,Commercial Banking,FNB,NYSE +SG_BRAND_3626cf91f0dde442,FOCUS Brands Inc.,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_61b1e7f9dca4976db881a446f1783193,Fogo de Chão,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ecacc24c03d85f28f90b088bb880d310,Food 4 Less,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_230e87706d264607cbf0e8195d57fe18,Food Basics,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9b717b43a6f815b3c972587291ef1bc8,Food Bazaar Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0c6c4ce554bb53513678968c086c5457,Food City,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3a448550c130c482,Food City Arizona,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d60fa634a66dc94,Food Country USA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eacdfebc6e2f3ee,Food Depot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e346fc7fe5867fb,Food Dynasty,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_52a3a8316a4edea2,Food Fair,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6b39e55006338c63,Food Giant,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a7b846050a07f86,Food Giant Alabama,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_352ba9d09066af4a,Food King Cost Plus Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7e98d750c0dde403bb1d17623945992d,Food Lion,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ca39897f1275b2a,Food Pride,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ffb7e3d744f0a5c9adc770a1e6386ee6,Food Pyramid,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_70869ece06e88963,Food Rite,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30e17fcd03c554a2,Food Source,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47175df7b4e35bc2,Food Town,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_723cf40d550989bb,Food Universe Marketplace,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d05335f3fb85d10,Food World,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_750d45758a2c9ec1,Food-N-Fun,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d3974af9f9a465756409666ba5c11afd,Foodarama,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,FSM,AMEX +SG_BRAND_7bd968c25d8d9f8e,FoodFirst Global Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a15b481d2c11e7f988ecba7e8c6c284f,Foodland,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_44af1b941d98b515,Foodland Canada,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_26f624a277c29a8c,Foodland Hawaii,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4fbc1604aff2a5fc,foodland market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f2ed1ab590803b785195703c3b27e99,FoodMaxx Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_717eed43f3cd35cfd2b3ed16b2e650f4,Foods Co.,SG_BRAND_1f852a23da4b7250,424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,KR,NYSE +SG_BRAND_6370839ae545be53e6ac733009a92d31,Foodtown,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4d25ed898238825441f7856e7f90adde,Foodwise,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,Foot Locker,"",448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_cb5ce3058eeb180d79b51be3dcd9573c,Foot Solutions,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_13529703fae8683ad31772653e7914a2,Footaction,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_aef2c0e56a5406b4c27006ca3767a7d7,For Eyes Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_80ca06abfa1a5104af9a770f485dad07,Ford Motor Company,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_8310c2e3461b8b5a,Ford Motor Company inc,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,F,NYSE +SG_BRAND_796a6b9ac4adcd05,Forest Hills Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_88461a3df4ffdc97,Forever 21,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_4ad20df6272a6b8d,Forever Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3b7658a11dbaaeb8,Forman Mills,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_460af12b88a0e532,Fortino's,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_468cf000dbb98bdf,Forward,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_22fc4f79e25284f0112eb399bdb020a4,Fossil,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,FOSL,NASDAQ +SG_BRAND_649b98069bedae1e,Foster Blue Water Oil,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_c77645baba64e3580eeedad72c9fd653,Fosters Freeze,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_956a1e0bbb3deda859969a4d1e04125f,Foundation Building Materials (FBM),"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,FBM,NYSE +SG_BRAND_2c3134294b6fdf81,Four Brothers Pizza Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3818864a076acaa8,Four n 20,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_250ca707e8ea8be292656eb89b8abd86,Four Points By Sheraton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f317a0dc5ad99e19170fa4428f6aca4,Four Seasons Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_157e04e0919cf635c64f5c7ba3edf444,Four Winds Casinos,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_4cd6dbf9ce65d11b096b61ef178f8681,Fox & Hound,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_1cdf9912438107af,Fox Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_57bb52a4446333b,Fox Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_aad7dec02069b7c9e704040eed91fd7d,Fox's Pizza Den,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42caa3f5565190895ca23cffd7d99d47,Foxworth-Galbraith Lumber Company,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_4bc4e4d911821d46,Fractured Prune,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_50f19efaf9b23400,Fragrance Outlet,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_10fda0b6156ded42,Francesca's,"",448120,Clothing Stores,Women's Clothing Stores,FRAN,NASDAQ +SG_BRAND_5c5330b929078776,Francesca's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_97000ff82e1283fbe44b6ff10b75259d,Franciscan Alliance,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_76c15150b0bb875c,Franklin Synergy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,Fred Meyer,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_28097aa5f869e2a56106d285f9107e11,Fred Meyer Jewelers,SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_e2aec86de8b92b5ab8e16b968c948248,fred's,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FRED,NASDAQ +SG_BRAND_19c4152a71673864,Fred's Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1330b29481085f7ca652e349c499900c,Freddy's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6240cf4952b2f042,Frederic Malle,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_9bc509d2ba7f504f28d0ffbd303f1fdc,Free People,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_4cfedcbb1f04698f92f71a082a4132e9,Freebirds World Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_74c858f90e3f3f9a,Freedom,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5342b56b5fb244de,Freedom Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5bbcaf4b4d45f642,Freedom Valu Center,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7a9e79dcd0175827,Freehand,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_9a1038e46769c571f2bb05253088677e,Freeman Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_4f35805991e67d975d44d2200d8136ad,Freeway Insurance Services,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_5476c8e70c99fe1b,Fremont,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61b9b7fbf37d54c0,French Connection,"",448140,Clothing Stores,Family Clothing Stores,FCCN,LON +SG_BRAND_30d28d22e965c313,Frenchys Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1edc3a4b590741a663bbd69890909969,Fresca's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f5e36f10e287e9b4cd87e96a9baf098c,Fresco y Más,SG_BRAND_25e04fae32468b591567a6a753fba971,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e5014d09354c41dedf58bc47f2cdf944,Fresenius Kidney Care,"",621492,Outpatient Care Centers,Kidney Dialysis Centers,FMS,NYSE +SG_BRAND_fe8965a9748c1bc48af1711be837124e,Fresh,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5b9dd7a700d706fa573fe9894a0b049c,Fresh and Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ae4bef91c62ac950e32e42e6687946c2,Fresh City,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9c8b959d1a0f26e,Fresh Foods,SG_BRAND_5294233e5c7e4164,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2c0c58e0ba98ea34,Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ef791ff7fd09ccf82d160311909beb1d,Fresh Thyme,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_77042d0a15b3eb3a,Fresh to Order,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6941ee98f89b15bb,Fresh&co.,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_23680e8297ebb2cc2eee5f33e9dadc62,FreshBerry,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6468e1b2ef97aa57,Freshie's Lobster Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cc759ce657fee52c1a1e47715fa23aba,Freshii,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,FRHHF,OTCMKTS +SG_BRAND_929631349ba04c8765dc0d8fe4274303,Freshpet,"",311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,FRPT,NASDAQ +SG_BRAND_742603016ec97bf8,Frida Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4b2088dac34d882a1007064a13c61b5,Fridley Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2df67b1d26714b15,Friendly Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_46a7cd9ce6587168,Friendly Mart Food Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_61fb4dba034c89576124d7b79f20a9d0,Friendly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e2e9e08a2c61b04,Friendship Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eb2b494e06a4be9a4f811b1fb8864be1,Frigidaire,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_02cd4f0a80615d2e1529a2eebc67e08f,Frisch's Big Boy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,FRS,NYSE +SG_BRAND_c00ef3166cb0c9d5,Fritou,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1dafe722d041ba6f,Frontgate,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c7c05fd33a848c557264a82eeba2de40,Froots,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f12886e0e0db9eb2aa5b9b3efe8788ed,Frost Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CFR,NYSE +SG_BRAND_35b3434b8fba9b1ba55cc19225ba141e,Froyo Premium Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4fd42ec9c52e0f33e49ae1cf16e370be,FroyoWorld,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c180ba86764bfb975633ff96b1f1ef35,FroZenYo,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_a603e2ceaae1e36241c6df3019f072f2,Fruitful Yield,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_6f393305ccfd484c,Fruits & Passion,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_7fdba5242275f5296e5f7cc47be591c8,Fruth Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_782d938676a29e08f574f066d1c1c916,Frutta Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_70d2d47e84ab9b1f887f572886e48542,Fry's Electronics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_bffdaf530693cc431090606647e1377c,Fry's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_193898e4896bc4b21195c1b67b561309,Frye,SG_BRAND_8dec87ebe111e2b4,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a2ce3a155d8af3334d121c7396155d88,Fuddruckers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_346f800349b8b8cb,Fuego,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_3d2bb16ea6237d91,Fuel Body Lab,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_19deeb23f9343164c8352e0672688d37,Fulton Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,Fulton Financial,"",522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_5475d3e322e2cfb40d7a3abf7abcfcd7,Furla,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_a7f83b9bcb06afe6cc7217a577749343,Furniture Row,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_54ae65d96e5b6c6bec769f9cb44d80a2,Furr's Fresh Buffet,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1721eaaa59918929,Fusian,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3955b1877c96d2bd,Fusion Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6da10992c6c59a5b94d993e161a5fd7d,Future Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c566b6d1c120c4d1f9ff0097661ff238,Fuzzy's Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7ad125fd27f565e6,FYE,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3b9c50b86f9a94ef,G By GUESS,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4148da250c09720e,G&M,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6282e9b68f8b7451656feddf4a3052ad,G.H. Bass and Co,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448210,Shoe Stores,Shoe Stores,PVH,NYSE +SG_BRAND_a1819225445fb951f097798ca3c7750e,G3 Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_e366f76d048e832,Gabe's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_2f07ed6494f84bed,Gabriel's Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_32a04cfe3213396,Gadabout's,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_170eab03c9c717a4,Gala Fresh Farms,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7eabb57cf534aa03a761928d3a93d898,Galaxy Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7952899e84d51ba7,Galvanize,"",611519,Technical and Trade Schools,Other Technical and Trade Schools,"","" +SG_BRAND_146f1ed78b324031,Gambino's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_312feb8d5c07198893fe324dab218928,Game X Change,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_2207a58020b5fe85,Games Workshop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GMWKF,OTCMKTS +SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,GameStop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_e070bb063a8d0c3725b4ad85450af6db,GameStop Ireland,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_1cbe3535c970f32a,GameWorks,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_a7900b5105a34e5860afc331ef871229,Gander Outdoors,SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_453af3f623b289bd,Gandolfo's New York Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59dcabd7cd2395a2,Gap,SG_BRAND_775ccb8f3508c66f,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_775ccb8f3508c66f,Gap INC,"",448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_842a116566a9461883980b9817711cef,GARAGE,SG_BRAND_480693eccff8d78c,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_fe2b069cc885bb096d501a5811a19d71,Garbanzo Fresh Mediterranean,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a9a537f2ceb1a64,Garden Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d0d87751120e48f31d15a5611c5a0fd7,Garmin,"",334511,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing","Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing",GRMN,NASDAQ +SG_BRAND_26babe6ae66436140e2092abbf1ff979,Gasser True Value Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1818cedf1c2bed8c63664cc8313b443c,GATE,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_59fb4171b05bf886f63eeeb983380942,Gateway Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_5f4eecb8c3ee449a,Gators Dockside,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3212c8176030a3c5,Gatten Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_051b3172fbb9d6062c7273f7c6d0d4bf,Gatti's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e31c6cf7776cb912,Gaylord Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_3856f56f151cdde1,Gaz-Bah,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0e00314b3dd2205380142530d12f1326,GCR Tire Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_56be9a733d201645518ddaecaf1563ed,GE Appliances,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_22967a367767e81fb03b73ec8c1e1838,Gebo's,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_a42997fdbbcaa3172ec5a760b09b4499,Geico,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_4849346a21a0fc9aecc7853144908f6c,Geisinger,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3e915ea56af0e340,Geisslers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e29fef73bfc647b2b169a9669fa478d3,Gelson's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5493167b2b3cabd469a59b7d75d47325,Gemaire,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_b46a821ac82deb7f,Gene Juarez Salons & Spas,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_1ec33dfd64b77049,Gene's Heartland Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f28f88dcd25b085c72ea9e7a5b6d8cbd,Generac Power Systems,"",335312,Electrical Equipment Manufacturing,Motor and Generator Manufacturing,GNRC,NYSE +SG_BRAND_09fcf13a3339566e,General Motors,"",441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_13f89141c8fee24a,Genesis Auto,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_f69f246ab439a6bd9e84e79856f6fe68,Genesis Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_289ffeb2a745ccf51ca89a297f47e382,Genesis HealthCare,"",621498,Outpatient Care Centers,All Other Outpatient Care Centers,GEN,NYSE +SG_BRAND_8e077d8494214bfaccde43777d7a9323,Genghis Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_609b1bdbe05b8448,Genisys Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2cc2e55bc0eecbddfa686303e762afa7,Genius 3D Mammography,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79bfc9b11ccaef5b24065e3dda9418c8,Gentiva Health Services,"",621610,Home Health Care Services,Home Health Care Services,GTIV,NASDAQ +SG_BRAND_ef7da218b538b88b7027be771b81c523,Genuardi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51438a643c51841a,George Webb,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a4bfe0f8655304,George's Greek Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a34bf07981b6c1b221151bf76aa6d0af,Georgia Boot,SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_a78dc126a7c52e77c7c7a951547d0bfa,Georgia Farm Bureau Auto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_cacb98f6bd8ad7b8fddfc60e4dab5388,Georgia Theatre Company,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7d60d6dcda1fb8a5,Georgios Oven Fresh Pizza Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3876eccf813d63d4abce7a4d55ba5eef,Geox,"",448210,Shoe Stores,Shoe Stores,GEO,BIT +SG_BRAND_bc70ac72c2842e9d4480ad19788205eb,Gerber Collision,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_8798495c47e8240475c0e350728fae58,Gerbes Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_4a2f237ca8b08408,Gerrity's Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa4c23b9549b25c,Gertrude Hawk Chocolates,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ea7113264d4897fff66cfa2b54fa616f,Get Air,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7e4af82d35cba88e3e7e08a1df460def,Get in Shape for Women,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3dc0f5fa37de36083a9f98fd6ac330df,Get It Now!,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_2985b3264c4b015b,Get-n-Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_77e00d4d1af0a3db,GetGo,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0bfd865b7df719679b90d8a19e4da1d4,Ghirardelli Chocolate,SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_0b9e5ed5779d101fc49f352af5f65b5f,Giant Bicycles,"",336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",9921,TPE +SG_BRAND_2f3a0cec435bfb6b,Giant Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b383276b7ba564c03eab20de61f06b92,Giant Eagle,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_446f6886a10039cb,Giant Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dfa196ec5ba2cf36,Giant Food,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_66bde8c0f4a4dfdaea9291efa4b3c7a1,Giant Food Stores,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_62328ccf415e038f,Giardino Gourmet Salads,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f1a5014231dfa4eedd0c884c88abe0c3,Gift-ology,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_5482886528e4f7e22569946e738bcdf8,Gigi's Cupcakes,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_229bb7e6c30d53d4,Gino's East,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11d61c355d025948f7316be305240f53,Gino's Pizza & Spaghetti House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1caff9ff863276b9,Gionino's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e2698030228f627d241f5b17b3da5b42,Giordano's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GRDZF,OTCMKTS +SG_BRAND_cffd8e5634652b989687ccd942c05785,Giorgio Armani,"",424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,"","" +SG_BRAND_bd83b3155dd31a49,Giovanni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b27db557fd442c75,Git 'N Go Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d8d6c120e618afb,Giunta's Meat Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_34de9390d0e4258808ed7bf6368f2177,Glass America,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_59034ea8c523772d5719a2b5203669b3,Glastron,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_5af64a2dd0efa1d6,Glen Ivy,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d694f46734a4524c8e51d2d1d2261acb,Glens Falls National Bank and Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_519908c0abcb12ad718186b495c62edb,Glik's,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6da4014a7042645,Global Pet Foods,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2cd5189bcd688141e56f5ea52cfa5937,Global Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,SELF,NASDAQ +SG_BRAND_12f50eaaf046de68,Globo Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_41dac50831cc331d40648d3c47121db1,Gloria Jean's Gourmet Coffees,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f5615512a8e531f,Gloria's Latin Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50b9f0631cf5ab6b,Glory Days Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_78bc717bd8a1a1f9,Glory Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30f39351294fed60,Glossier,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_432e7a266973e1b0c0d0606f6594da65,GMC (General Motors Company),SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_825716a5d0abf460d1757065168afcb8,GMS (Gypsum Management & Supply),"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_4709e5fc9280fbd74e23d1d4f930841b,GNC (General Nutrition Centers),"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,GNC,NYSE +SG_BRAND_1c00d705e0d7a718,Go Chicken Go,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_712d15a1b8802f5d,Go Loco Street Tacos & Burritos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3723405978f82efafce4fd284fe4ca10,Go Roma,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_646faf2f465c72d091023a362c303c51,Godfather's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e1fd0fa41775a60fe233aca3d18de774,Godiva,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1fe30651be2737b1,Goin Postal,"",541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,"","" +SG_BRAND_734f5ddc846874cf030fcd019a74777c,Gold Star Chili,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ff28a605439972fe65ea61ab6bbd087,Gold's Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66dd3addc911442,Golden 1 Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_3ff898349441b12c962d1fb1fa323cfb,Golden Chick,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c4663803c2868ca,Golden China,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37b906124bc3dbe4910fb6222a8b37eb,Golden Corral,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_722a057b42728ce7,Golden Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0fa741f76fc2f1c7ee8954f48881f714,Golden Krust Caribbean Bakery and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b70340776e3994a410b680c852fd4a23,Golden Living,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_31de33643fd0afafc7ae1eeecbb8598d,Golden Nugget,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_39d57708de0ae588,Golden Pantry,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_60fb535c19ba1a84cc06207015be49e1,Goldfish Swim School,"",611620,Other Schools and Instruction,Sports and Recreation Instruction,"","" +SG_BRAND_62ff1ff8ce25bfef,Goldman Sachs,"",523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,GS,NYSE +SG_BRAND_bdc18693c79a39df41b8391da02c1c0e,Golf Galaxy,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_8fb99b9cc188fd7,Golf USA,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_04b7ded5c8a92e1e,Golfers' Warehouse,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_42f00ab637a3e0f4,Golfland,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_e8cd1a01f5da6188a17e771172050e79,Golfsmith,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_77f605854551482e,GolfTec,"",713910,Other Amusement and Recreation Industries,Golf Courses and Country Clubs,"","" +SG_BRAND_d8a81bf290900fcac2f9307e486b97e9,GoMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_545acd2b28ca3bed,Gondolier Italian Restaurant & Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_288f3a034e9c4805,Goo-Goo Express Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_5e12e83b9120546d,Good 2 Go Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4cdf5b2c8fb8f387,Good Day Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_f6b0f729d9edf263a2ff3f06cabd6728,Good Earth Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_14f2e883f35d769e,Good Fortune Supermarket Group,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_10ef923224a6c1b486ec28417ab74d0d,Good Times Burgers and Frozen Custard,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GTIM,NASDAQ +SG_BRAND_5264aedfccfe9aa0,Good To Go,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_cac3765bc90922e0f3161158565db563,Goodcents Deli Fresh Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3f04f310923440bfb7f300417d460b4f,Goodman,"",333415,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing,"","" +SG_BRAND_4ca6f6678c8c72c48310ae8b261c9b6e,Goodwill Industries,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2ec957254f0cf188,Goody Goody Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4b76770989b17a0268a5428efec0ae56,Goodyear Auto Service Centers,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,811111,Automotive Repair and Maintenance,General Automotive Repair,GT,NASDAQ +SG_BRAND_7bc3d0016a136896,Goodyear Commercial Tire & Service Center,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,Goodyear Tire & Rubber Co,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_fae48665591f2eb,Goorin Bros.,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_3fea35d115751af5,Goose Creek,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_e63be0fbaa85c8e95236434423e8794f,Gordmans,SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_e4f6f8ed167af0568ab5ca829f543ce6,Gordon Biersch Restaurant & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_faa9afb39c362a2294c8e4f06413a1e0,Gordon Food Service (GFS),"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_c471ef7810735e2,Gordon Food Service Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_57e9ee7bcf46c84ae6d7947713511074,Gordon's Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_58b2e817dbfc473f,Gordy's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3b2f953b9d6735b4,Gore Mutual,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_bdf121be63d33868,gorjana,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3f5b43368e46e97ae7e1db0a822c19f4,GoSmart Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_326bd9931e65f8860fb6b296c9fa079e,Gotta Eatta Pita,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7402fe6e206259c5,Gourmanoff,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e2469589d17de5c7690e355465897cfa,GoWireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_424a47b33a953161,GPM Investments,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2b9bee725ae4767a,Grabbagreen,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1fc57613a0ad8ba7,Gracie Barra,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7925115ce60ba734,Graduate Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_eec0d85eaa1a861,Grady's BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5fb1a9ef3d0e9c86654e960cdead18d7,Grady-White Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_7909423aac2c52b4,Graeter's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_37a34546734be0ac,Graffiti Junktion American Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4bc85f9dccbcbffbf8672cf291857209,Grainger,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,GWW,NYSE +SG_BRAND_eaee99c7f3d6f11167b344cf366ad7ae,Grand Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_fd135054ed43231d66a2017c3f5dfa7e,Grand Lux Cafe,SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_171c106e6c52c921e99d3249b9def8e1,Grand Residences by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_1cbdf3c75485b223900fb4d8fc2ad707,Grandys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8ecb28d3352968e0a4099f0e47bd7996,Granite City Electric,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_23b3731fa46c4e7ea314419858fa96df,Granite City Food & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,GCFB,OTCMKTS +SG_BRAND_1eb952e914a8c8b7,Granite Transformations,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_1c5f5a8cad1251fa,Grant's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4607c7b9b441f486,Grauls Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e2060e5241bf08e47e00f199e1bee668,Graybar,"",423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,"","" +SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,Grease Monkey,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_a4f371ce2d9a04dd1f63c4d187c138a7,Great American Cookies,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_d0d47c6b30bce1091e9bf1fda1cad5fa,Great Canadian Dollar Store,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_2455d18c3dd9107af26c64a7f7248edd,Great Clips,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_65d164e8513ffd26,Great Expressions,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_5d2564f24e50f2d114deaa19321c8086,Great Harvest Bread Co.,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1954fdcc5aeff318,Great Khans Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cc6411c3b4aae2e,Great Lakes Ace Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_2eee92736b009e7e,Great Maple,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_594867867cf3ae3c2048a4f1960b7e97,Great Steak,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_16e8e24a269674b8,Great Valu Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_396d105f46eef4897ffba873aa8da6b2,Great Western Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4867e8e023353717,Great Wolf Lodge,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4aefbc12a77d904860d0863142f3ae40,Great Wraps Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a77048004d55dd4156db7e307fb8418,Greatwall Supermarket (GW),"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0829c0b3c4181b52,Green Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_c6fe7e672ae08b485a3d72e561b03d28,Green Dot MoneyPak,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,GDOT,NYSE +SG_BRAND_255a657997121455,Green Dragon,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_47b51dce5fb6725c9b9e874168188002,Green Leaf's & Bananas,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_905de1bb92457baf,Green Mill Restaurant and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6787b3466a569caf,Green Valley Grocery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_ab527ee73f2234087df51874af66ff6b,Green's Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_52a532a67c47ef8dcb783c268aac19d0,Greenberg Dental & Orthodontic,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_f1d6fa11add5a90e738607dbd04514ce,Greenville Health System,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_35964dba3c310afc,Greer's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9c9f42ad5c33f50d,Gregg's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_00534653800d6b45f86fff2a56176689,Gretchen Scott,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_22b83f20de1114bf,Greulich's Automotive Repair,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_48214cd2e471ddf84b599837b35fb6b9,Greyhound,"",485210,Interurban and Rural Bus Transportation,Interurban and Rural Bus Transportation,"","" +SG_BRAND_3bb370e5a4a93cf0,GRIFOLS,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_7c2a877b1ccfacb7,Grill Kabob,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_287b3280e9ff288e,Grimaldi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_929a7f678808c12,Grimaldi's New Jersey,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2d6c71821cb1cb826553dd9503d4eb20,Gristedes,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7ef63f527e21f2194321617c31cb7d05,Grizzly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9e6a116e2102e9ed04a7e0d2cc691f19,GRK Fresh,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_875a8a43639ba6e,Grocery Depot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3d7134273e99583d03e4c0f621182f1f,Grocery Outlet,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,GO,NASDAQ +SG_BRAND_9146ebb47a22f437740df18d5695dad4,Grossman's Bargain Outlet,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_4e24464f65455183,Grotto Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ceb6ce74b02b96,Grotto Ristorante,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5c81caf67bb9835975b32f39df0f1f19,Groucho's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f0ce14ba436219f8cfab41be26c72520,Ground Round,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_480693eccff8d78c,Groupe Dynamite,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_87fa549ddad11b2750b8dfc5403f4de7,Gruppo Papino Italy,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b5d40770cb8c055d1acc1380b173b406,GT Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_217d8735e8c763f387a1478d6e42245e,GTS Interior Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,238310,Building Finishing Contractors,Drywall and Insulation Contractors,GMS,NYSE +SG_BRAND_24b4b388e8fb734a395ec5c3d0ad258c,Gucci,"",448140,Clothing Stores,Family Clothing Stores,GUC,NYSE +SG_BRAND_44fc6c9812b78f5e76f9b25892fe6ad9,GUESS,"",448140,Clothing Stores,Family Clothing Stores,GES,NYSE +SG_BRAND_a8bb4fe603a702d4,GuestHouse,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_53660335a48dfb675f45d1b5433e2cb4,GuideOne Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_67dcb5602c4aa979,Guiseppe Zanotti Design,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,Guitar Center,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_8ee85aecc2a6b56be4a4e056c81d0b56,Gulf Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,GOCLCORP,NSE +SG_BRAND_c5940a0bab27741,Gus's Barbecue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_104d3f67c36c07eaf29b59f36117782e,Guthrie’s,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6b42d429b1b6d421a878a845ada4ff0d,Gym Source,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c06be1a728f7a2deaa66389369ae6c19,Gymboree Play and Music,"",624190,Individual and Family Services,Other Individual and Family Services,"","" +SG_BRAND_599cadb74b8a0f28,Gyu-Kaku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2cac9b3b6bcc0575b1171b1ea252aee7,H Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41d78fc46c70499,H&E Equipment Services,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,HEES,NASDAQ +SG_BRAND_318848b77682c5ecffe061bb49b18986,H&M (Hennes & Mauritz),"",448140,Clothing Stores,Family Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_c19468cebc69ba51b37529f1fdd814f7,H&R Block,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,HRB,NYSE +SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,H-E-B,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_149f436e1f68aeb25c21e211f84fb7e6,H2O Plus,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_cec86c6d3aff8dec59ed81b51073cd5e,Haagen Dazs,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_05493512a233650d705c891fe74ddaf2,Haas Door,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_78de657ea66ed5e1ca8e746054ec250c,Habitat for Humanity,"",813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,"","" +SG_BRAND_2f5fca98dd441186,Hacienda Mexican Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2acf61adbd21bbcc,Haggar,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_f6b50194a860b29a8886acacc5db4b84,Haggen,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bcb47425bf755932c3916df1f9ad497d,Hair Club,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_a16f6a821435c82234075ef879104d53,Hair Cuttery,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7dbf167eea76ff68,Hairmasters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_ce7dcab1485c63453a9abd2a8aecc34b,Hale and Hearty,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1d438dd4b7f737a7dc01e40a66443f7e,Haley And The Hound,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_9729594feb67a8a3cfce3720c5c06bed,Half Price Books,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_c3acec9f05408b261028c840bd70c189,Hallmark Cards,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_45449177f06b34e8,Halo Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b6766b490c59a423e6011e11abb0dfba,Hampton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_125872f5fe8dbc54,Hamrick's,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_58fcb1911a06baf9,Han-Dee Hugo's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7e286118c9a4013a,Hancock and Whitney Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_29f5270ab464e721,Hancock Whitney Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a5506963fa82dff6489e603cd43d4d3,Hand and Stone,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_275cc4ab28966d75,Handel's Home Made Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_310510c639859ef4c4712f57728d4d9d,Handle With Care Packaging Store,"",488991,Other Support Activities for Transportation,Packing and Crating,"","" +SG_BRAND_5036bd121573b41a,HandPicked,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6feaef7379c85a79,Handy Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a856aef9207d055956f7796e8d91e70,Handy Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7736e5c92ecfa25e,Handy Mart Virginia,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_47e25eca71e70ef9,Handy Pantry,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,Hanesbrands,"",448150,Clothing Stores,Clothing Accessories Stores,HBI,NYSE +SG_BRAND_555de4c36078415823d904cb67e77f0f,Hanger Prosthetics & Orthotics,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",HNGR,NYSE +SG_BRAND_b392299b1fc53d3161d5eceea5dd5eae,Hankook Tire,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,161390,KRX +SG_BRAND_18d00e450329718e93dd90eef03a3f07,Hanna Andersson,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_3a1d49b3a3282962e946cf7ff639a2bb,Hannaford Supermarkets,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c05f7b02e698ffb3af6dd826c8d3434e,Hannoush Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3346f4a9b7536c4390b0a5fb10013780,Happy Joe's Pizza & Ice Cream,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a33b39ee416f7612dee474663a961884,Happy Nails & Spa,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_57d07697656990c4,Happy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d587d3baacdacd5cf966e1611a1a799d,Harbor Freight Tools,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_a7440c01f032574cec79aba972190301,Hard Rock Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_15d636bd40c8490e98738d5eb37b6572,Hard Rock Hotel,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_2b6b8e67fe1433e4f73bbe2c306fb330,Hardee's,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a9fd3c6e57be83ce,Hardee's Red Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_147af67ad81ec66,Harding's Friendly Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5991ef8636ba1bd78cc4507823bcaf54,Harkins Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_981160b245cef646e73a24fb0f042968,Harley Davidson,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HOG,NYSE +SG_BRAND_dddd4c05389164b95f0deae0f35d44e6,Harmon Face Values,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",BBBY,NASDAQ +SG_BRAND_d816f097aec509c7fb7dfd56c2483be8,Harmons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_263a3411557ec9c777a3ef1d1433d33f,Harps Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7acd2f0c00415c4004c303a5e1781a92,Harrah's,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_5dd8e59f63efbf0dacc7dfd8bc3623f4,Harris Teeter,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7ff0aa0290b25b16d466f4ecede47bc0,Harry and David,SG_BRAND_407913c3eaadbdf961cbb276649f6618,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",FLWS,NASDAQ +SG_BRAND_5bf326b3117adc66,Harry Winston,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_86d411ad8b7863e2,Hartford HealthCare Medical Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79ec29557335b6e9,Hartig Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_33290e30588253bbc23f97a110a0c91e,Hartstrings,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_4a71f56bc3c9d731,Hartz Chicken Buffet,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_361141114cbff1cc,Haru Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3c1afd2a11ba808a7134ee2c90670643,Harvest Seasonal Grill & Wine Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7219b820ada53f71,Harvest Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_54093ea6a3e10bf0,Harveys Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_f9d66234a256a0786e1e4bab1636ecfd,Harveys Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_adbce8064815ae279bd19436221997db,Hastings Entertainment,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_59dddb7fb4f4a9a8,Hat Club,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_3551b9eeb4283380,Hat Creek Burger Company,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28557271652b2570dd65e1a9993458b3,Haute Hippie,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_47faa292a791862997d7fbc85676dac7,Havertys,"",442110,Furniture Stores,Furniture Stores,HVT,NYSE +SG_BRAND_ddc5189c540bb2564ecb9e431a0863ed,Havoline Xpress Lube,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_473b7233ac0d6f2cbbcbef3e9f5c6fb1,Hawthorn Suites by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6238d15873c211b2,Hawthorne Appliances,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_c5f0fd3744d448b,Hays Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a82c1d304cccdda563a2695e5a6c4d8a,Hayward Pool Products,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_6927d30fbe7d1b68,HCOA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_332e20a0c492ca0f391c2cf877c0007c,HD Supply,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,HDS,NASDAQ +SG_BRAND_4b430de106efdf4d851f19050e73fc2c,Head Start Haircare,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f6f2d5eaf3cf4d6cc45996d66cedfc42,Health Diagnostic Laboratory,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_102c570f10f65fef82fad50e8839dbb6,Health Mart,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_7ebc99f3983ac0bc,Health Mart Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_2bbc5a5c40bb1164,HealthCare Partners Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_5f772800913cfc162e49fe322e54df3c,Healthtrax Fitness & Wellness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5530027ad3aa8290,Healthworks Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_57d63d49fa65367a,Healthy Back,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_35bd79cf72d887f9,Hearing Life,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_42e5752812155b17,Heartland Bank and Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,HLAN,OTCMKTS +SG_BRAND_df4a1883a693cb1e2bc2fe7abc36622c,Heartland Coop,"",424510,Farm Product Raw Material Merchant Wholesalers,Grain and Field Bean Merchant Wholesalers,"","" +SG_BRAND_ced7f7a81b6240249578e83ca76d1e1b,HearUSA,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_71579da9b41d7b85aa07ad3adcbddf86,Heidi's Brooklyn Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_58051d0ef2a2ae9f39e85ba5df1f7dd4,Heights Finance,"",523920,Other Financial Investment Activities,Portfolio Management,"","" +SG_BRAND_bc9b495f1e4360ebce69e47248f7cd4f,Heine Brothers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_70733183d960e85c23aeb00ff0874db1,Heinen's Grocery Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f5696351d40139b803a68a8cef76cea,Helena Chemical,"",115112,Support Activities for Crop Production,"Soil Preparation, Planting, and Cultivating","","" +SG_BRAND_e5d4af033295e2a8e5093704bc6b3f89,Helzberg Diamonds,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_9795cc5a4cc7f77fcd567116a736bfb0,Hen House,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ff71beb39ce4854defd31ce87c11f37,Henry Ford Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_4595bb0f8c459456b681118e8be7ed6f,Herc Rentals,"",532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",HRI,NYSE +SG_BRAND_c933dc8934f3d362d7f3d547879eecf6,Hercules Tire & Rubber,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_6a5a483730df31ff,Hereford House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e5e0bebf85dacd5cd09e70822f7a33a3,Heritage Cooperative​,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_40f101f1fd07985c,Heritage's Dairy Stores,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_1a833c2641a4cf3c229316a14b6e32b7,Hermès,"",452210,Department Stores,Department Stores,HESAY,OTCMKTS +SG_BRAND_c490d7f33b6b586,Hero Certified Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f373520f32c8e017a3a42344b5706960,Hertz,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,HRI,NYSE +SG_BRAND_cf7559ac09e3d959d67b692219867145,Hertz 24/7,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_257fc0d312d95b32,HG Hill Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_06a25051c50971df274335c59f568547,Hi-Health,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_eb9f08128f2b5cc,Hi-School Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5f1902cc4941fe58,Hibachi Japanese Steak House and Sushi Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_79e682683f0417dbc20e5e6d913b9952,Hibachi-San,SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_84a7459cf07e4365f4e55cf6a211e783,Hibbett Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,HIBB,NASDAQ +SG_BRAND_76d4a8357cca7ea343367efa56444787,Hibdon Tires Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_3be74022d9f0c451,Hickory Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ff7cb708263e81c2a3c29990c15f6e55,High Tech Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dcd331cebf10f17f,High's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1e0787f3bb53a691,Highland Park Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_4504a971d37aaa23,Highs Dairy Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_205bc178b166265f6abdab59b4abd45f,Hildebrandt Learning Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_16577e42ae4dcfdaf59d6af47d9b0165,Hillstone Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_637c43cc5ec7f019f6680f204b7ef1b8,Hilton Garden Inn,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,Hilton International,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_7dd1af396f2089e3,Hitchcock's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_410f124af4d8613490473aca6c09b094,Ho-Chunk Gaming Wisconsin,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_929590c3215214e0,Hoag Health Network,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_fb9953f67f9b9a08c5c56870e34ed930,Hobby Lobby Stores,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_16796ff81048518284f5586519b13b2f,HobbyTown USA,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_4f780964192bf58ef77b680a58d65394,Hoka One One,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6d9f8beb0cb21ae3,Hokulia,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57ca62a1a4b820d5,Holiday Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d1cdd6825cadec85,Holiday Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_e2c9f71790c5253598b8bd87e981ffe9,Holiday Inn,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_774c3aacc712631892816cc5fb59229a,Holiday Inn Club Vacations,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ae28744c5d427b6128434ff7c0bb6a7e,Holiday Inn Express,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ceae73b01eeb28df,Holiday Inn Resort,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_50af7e3d1b4a1027,Holiday Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_79cf48402c8f38b5,Holiday Oil,"",213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,"","" +SG_BRAND_1e46ae654a5319f15f003146f644c7eb,Holiday Station,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_11285ffb7a81b3e6,Holler & Dash Biscuit House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f6c6d3220f6da7d783d2d378ea2d4c4,Hollister,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_d02a8122ff94535b1d05b2e02bb9a687,Hollywood Feed,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_da97ff5c2b44cf9,Hollywood Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_deb58315e4fb6940a8909d4b6183660d,Hollywood Tans,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_207e9e144c696c8b38a2ec4d599c184d,Hollywood Video,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_347e47a0b3c1de06,Hollywood Wax Museum,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_10ff1d1e7686c359,Holtzman Corp,"",213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,"","" +SG_BRAND_3abc98d628318c2e,Home Centric,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_33a2fa78f9b6cee0,Home Choice Stores,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_33e20ce7b6aaceb8,Home Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_a16505a3f7732186edbb5b18418e40f7,Home Instead Senior Care,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_91ae8d960110124be3a3292c655e15d5,Home of Economy,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_538553f2812478ad,Home Run Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_33771ce6f9c48f5bba6e82e000e33246,Home Treasures,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c94ccdeb7117b2e2a42c436f8faa3ec9,Home2 Suites,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_987e008616ad15e30f9327d99bf1c3b2,HomeGoods,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_471c836ba3d7c50c1cbde81b56b92e82,Homeland,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3bffe2002ded64d6,Homemade Ice Cream & Pie Kitchen,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d2cd07fad14cd3b152d48fa399af4575,HomeSense,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_9ae3ad357f4f3fffe30c49183f072e8d,HomeSmart,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_1dff3004b76926c3250e58f2f1d5994f,HomeTown Buffet,SG_BRAND_4c486f41fa703b7e,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79176583bbec8599,HomeTown Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1c78198ab986d2c1,HomeTown Pharmacy RX,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1ef4d0886000df8a,Hometown Urgent Care & Occupational Health,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_514af954f65291e3,HomeTowne Studios,SG_BRAND_5596332340ca64ad125f8982d64f1ab7,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_c4fa8961c27a77fbbd372f168b8769b9,Homewatch CareGivers,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_7ccd77936c08cd1bd6e26a5ee386cf07,Homewood Suites by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,Honda,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_8e9a1a96135cddd8,Honda Motor Company,"",336211,Motor Vehicle Body and Trailer Manufacturing,Motor Vehicle Body Manufacturing,HMC,NYSE +SG_BRAND_8ea29dd18bd0fab374beab3eee6e02a2,Honda Powersports,SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HMC,NYSE +SG_BRAND_21cce9cd89ba0e05,Honduras' Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ead35272bb8c49845dcb32e8a5365b3,Honest 1 Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_e68bd26a316405fcf81fa71070229af4,Honey Dew Donuts,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_37f38a69e2126ddd,Honey Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_874b160a0d8474f3d9395539d8430c93,honeygrow,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56c96d91ddc9a7e1,Honolulu Cookie,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_109461c56973d3e435e5476731734b87,Hooters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b537f27427c11be,Hop Li Seafood Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b4dc0dfb36a2c49b1edbb69b60e9ea4c,HopCat,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_6285694916ca6359914c61a4cbb027a6,Hopdoddy Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2503e80838443c8b,Horizon Distributors,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_556d4eaaf6935c731d78ff240f7b50fa,Hornbacher's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e450824a5c7c0de10544b77a99aa2d59,Horseshoe,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_20ff4148c74a49d0,Hoss's Steak and Sea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_155ca589b8320d3,Hot 'n Juicy Crawfish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c0843163784be81407e483c0fdee7c3,Hot Dog on a Stick,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_433e293f0b32e2c1,Hot Head Burritos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4c5b49dd26955c39f3f1f3c2b57f0ea8,Hot Topic,"",448140,Clothing Stores,Family Clothing Stores,HOTT,NASDAQ +SG_BRAND_5543841724464c47,HotBox Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f3dc373be7554bded1417831eb3da95,Hotel Indigo,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_29dd610f6be3d9f6,Hotel RL,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_328e52ee086674fc,HotSpot,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_815c109a8abc8aab648155af511bb673,Houlihan's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_64ac8b6633ec773d,House Of Air,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_562c6ba5e91dcbdd,House of Blues,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8ec4e8e260b15eb3d15adb7df238b38,House of Jerky,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_144e2af916940169,House of Joy Chinese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38108b760f1e1191,Houston's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bda999ce50561085db2413cce28bc279,Howard Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HBMD,NASDAQ +SG_BRAND_4f7df55683db6c787ce4492327c22ef9,Howard Johnson (HoJo),SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_b6a6737ef0ccfbf6d4d1afddc7829b33,HSBC Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HSBC,NYSE +SG_BRAND_26d489e6f425ebba,Hucks,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_742b3596bb250ce50b41e37d11296a2a,Huddle House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5645d9bfd06b8fce00b2b2441ed02ee3,Hudson Jeans,"",424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,"","" +SG_BRAND_5eac1fc36e561026,Huey Magoo's Chicken Tenders,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_508303919380e7e454da9bc520078fc5,Hugo Boss,"",448140,Clothing Stores,Family Clothing Stores,BOSSy,OTCMKTS +SG_BRAND_23a9df38c5722b4c,Hugo's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1b070bedeb990e87a4f7eec98301ce59,HuHot Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6c2024827e40886b,Hull's Environmental Services,"",562910,Remediation and Other Waste Management Services,Remediation Services,"","" +SG_BRAND_108fb4774270da55,Human Bean,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_11eea835ca3670befe1a68ddb01c0880,Hungry Howie's Pizza & Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a7c6de39a84c06bb660507e29a361acd,Hunter Boot,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_b1ce6c02802253f14fa6f51303a54205,Hunter Douglas,"",442291,Home Furnishings Stores,Window Treatment Stores,HDUGF,OTCMKTS +SG_BRAND_5bf7d08e516249bb,Huntington Learning Centers,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_17c1730b3d7d463bc5c5e381f911673f,Huntsville Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_e73dc485a863bf72,Hurley,SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,448140,Clothing Stores,Family Clothing Stores,NKE,NYSE +SG_BRAND_5272051804d081392473b86970bb48ec,Hurricane Grill & Wings,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_9c1a1d36748860b3d1f63175ad13551c,Husqvarna,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",HUSQF,OTCMKTS +SG_BRAND_b2dae23c6a7bcd31811d7a2f0de166d3,Husqvarna Spain,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,HUSQF,OTCMKTS +SG_BRAND_6cfd762c6c93c6c054313193d729778f,Hustler Turf Equipment,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_535212e7296d2b8e,Hutch's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f0e9d786ed31c81418ed504c2f2ad342,HWY 55 Burgers Shakes and Fries,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43835c791edf307b,Hy-Miller,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_8f8c9465b9550499b0540b26e9470dec,Hy-Vee,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_be782e39b8ed91a49c69f5de17585343,Hyatt Centric,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_646a180dfe6abc046f3216cd98039022,Hyatt Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_aa46139151bb34df13cff17fe6a1af14,Hyatt House,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_23471c0e8e8cd0b37e02cc1ec7b54910,Hyatt Place,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_dd7aa93e7d4a748f2e21856e959f2c52,Hyatt Regency,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_1ce42e9dbe540f0e,Hyperion Public,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_df98d265fc651a91faa09d4e82f096cc,Hyundai Motor,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_924283bfc67ffd62,Hyundai Motor Company,"",423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,HYMTF,OTCMKTS +SG_BRAND_a3876b6ea08a7639373764ab6bee63a3,I Dream of Falafel,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4b68a2acd7790a22,i Fratelli Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63e39d47dfe44c71,I Love Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_98c76e885978ea7905766429ab81c642,IBC Bank,"",522110,Depository Credit Intermediation,Commercial Banking,IBOC,NASDAQ +SG_BRAND_7b3a69340a4d0b1a,IBERIA BANK,"",522110,Depository Credit Intermediation,Commercial Banking,IBKC,NASDAQ +SG_BRAND_b209f647ad26a228bf32e673ba871ede,Ice House America,"",312113,Beverage Manufacturing,Ice Manufacturing,"","" +SG_BRAND_695355865f0a16cf0f59fe6a04ba5913,Icing,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_5286d0c08b4c8983,Icon Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_10a9215a7d097f42,IDA Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_21508ef5d4686c17,Idaho Pizza Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11cdae4b0e7d8552,ideal dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3835d05bac602b4f,Ideal Image,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,"","" +SG_BRAND_1ab5333e52e6eaa5,iFly Indoor Skydiving,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5294233e5c7e4164,IGA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2ead5f3ce811920a989327e6f5c6ef73,IHOP,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_8666046b19d72850006237688d8698fe,"IHRSA (International Health, Racquet & Sportsclub Association)","",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_218b824f5987332dbaf58e9e04d9e75d,III Forks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe1164dcc2e55b6b92995e4fc3b353c6,IKEA,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_48b111bca01e8a87bc7c006f70d5cc67,IKO Group,"",325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,"","" +SG_BRAND_28b7f989e2cb9338f1db71b68672f650,IL Fornaio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0627c91fe34047e02d634491e185814c,Illegal Pete's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_38f6188cdd7b3915,Illinois Ayer Oil Company,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6bc74d6296de6000,iLoveKickboxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2dfcf3646907779a,IM=X Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a5c896dd857950b81a70ec2a18a6fd54,Image Sun,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_32c968bb1e341ec64fd75b776fdcc269,IMAX,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IMAX,NYSE +SG_BRAND_34acf72821153bd3,ImmediateClinic,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_29f1e6edaeb6f495,Imo's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11feca234029d8c9,Impark,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_4b71da982ddf765573ace33493ba2e04,In-N-Out Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7035f3670d111e4c996f4a243954e4a5,In-Shape Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_45acab02c3ac8bab,Independent Bank Texas,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_41fdf42e0c471739a77f7c0d03be4ece,Independent Community Bankers of America (ICBA),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_569ac68b31a09938,Independent Grocers,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_62d2d2d4df8da9cfde8838e95d3823c8,Indian Motorcycle,SG_BRAND_71f76d30fae4bd35087d25694b18a702,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",PII,NYSE +SG_BRAND_daa2e9fefbfbf5ce66928a21d8554a14,IndieBound,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_a6cf0eb1a406ad7a,Indigo,"",451211,Book Stores and News Dealers,Book Stores,IDG,TSE +SG_BRAND_1d3d8a806ff33177,Indochino,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_2e4dc5566eb23c1d,Industrial Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_371353dddaa6339d,Industrious Office,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_3a24904ae5256f6c04dd74b14382ef3b,Infiniti,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_f40383f206d40b5583d147d7b26f4175,Infinity Auto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_e092603330cf86134b1426d0d3238169,Ingles Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IMKTA,NASDAQ +SG_BRAND_2844aab68f1c947f,Inglot,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_1f8835cec381ae03,Inland Sun Stop,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6ff91a6c3d30818,Inline Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_9418adcd1d1a913,InnSuites Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4d79edf966b887be,Inova,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_71ad970d8cd5e1ab,Insomnia Cookies,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1d61bc5b383fa7892dffbc5bd06387ab,Insty-Prints,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_16672173d452e9e5,Insure One Insurance Agency,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_714773b72fe5fddd0f27426485ff3532,INTEGRIS Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1b7486caf479ff898709dc06de834e07,Intelligentsia Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e725a2b0860f3da0dcccd5f6da5c44bd,Interceramic USA,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_70b1db807a0fc63d,InterContinental Hotels Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_d967f05785d000fd,InterContintinental Hotels & Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_95a39e3df89151b1ea3444e2d6ebdcfb,Interim HealthCare,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_d252feed614551038102d9543ddbe962,Interlink Supply,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_2c7991d057faf86a6fdf9be618f54ec5,Intermix,SG_BRAND_59dcabd7cd2395a2,448120,Clothing Stores,Women's Clothing Stores,GPS,NYSE +SG_BRAND_d0ad5bedcd860c78dd348c9a28ff3ab0,Intermountain Farmers Association (IFA),"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_64eace4888ee471d,Intermountain Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_23c9be9e1c33c68,Interstate Batteries,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_23a16ee5295d69e5aa6b206cc4a4b6cb,InTown Suites,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_cdd094bb07e632d714bc8e283e0ed732,Investors Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ISBC,NASDAQ +SG_BRAND_28d32c3cc3041e961b18d4dd4675cf0a,iPic Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IPIC,NASDAQ +SG_BRAND_19f3be753274dc57,Iron Hill Brewery and Restaurant,"",312120,Beverage Manufacturing,Breweries,"","" +SG_BRAND_32a48357877de16c86af20c2d8bd5c89,Iron Mountain,"",518210,"Data Processing, Hosting, and Related Services","Data Processing, Hosting, and Related Services",IRM,NYSE +SG_BRAND_65d77b7ad3b9cb34,Irontribe Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5e4d614d1c5e99716f23462a4e6aba4d,Irving Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_69137a650fe9215d,Isaacs Restauants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d168cf6e250fca4,Island Haircutting Co,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_416f2d4a118a9939,Island Pacific Seafood Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ec7269b9dc5acdbfde008ecca2398130,Islands Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c2ea0afa26fde4302c3e1c24bc20281f,It's Fashion,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448140,Clothing Stores,Family Clothing Stores,CATO,NYSE +SG_BRAND_14f3ddf5460d0cdf,It'sugar,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_44629235ff6eaeb6,Italian Village Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ff0d991b6f56a47,IU Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_18b27886b5547c25,Ivar's Seafood Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_72cce07b677d5bd4e58d6c22ec729ea2,ivivva,SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,448140,Clothing Stores,Family Clothing Stores,LULU,NASDAQ +SG_BRAND_e786ddbda941052,IWC Schaffhausen,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_8cabc8d87d611e12d9540a047e399a7a,IZOD,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_598725381b85e66e2f1bc1938f1dd82c,Izzo's Illegal Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5d56eec83a472a30,J & H Oil Company,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_61f356f4371bd755,J Gumbo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57e54c7e8c306011,J Mclaughlin,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_62f5fe672986f34b,J&H,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,J. Alexander's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_6ac0bed8f09c7ae2,J. Christopher's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66f47acbc3562835,J. Gilberts,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,J.Crew,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_aafe8d414a51acb8cfe80c5d71a954fe,J.D. Byrider,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_486fa54c2990efccbdaaf3c34c2156bf,J.Jill,"",448120,Clothing Stores,Women's Clothing Stores,JILL,NYSE +SG_BRAND_e80a1cf75a25a63,Jabz Boxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4941482324b30ad4733c1566b12af9c6,Jack in the Box,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JACK,NASDAQ +SG_BRAND_31ff090fa56943bf,Jack Stack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9a297a75f34fe018f12e8d12d1060893,Jack Williams Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c90bb4adc6458defe5faf1b09bffcbfe,Jack's Carpet,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_69674d11140294a,Jack's Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8379d083202f6b51942ffa9edd354d2c,Jack's Family Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_17d5a3461da21b9a,Jack's Urban Eats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_83bae7a11a4b9f1fb651baa1b26a2ec4,Jackson Hewitt Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,JTX,NYSE +SG_BRAND_639a7685248d757c,Jacksons Food Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3df86c3810e714594cd757b398775b4f,Jaeger Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_52fec04c029fcbbe,Jaggers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b94705c817b09f287e31606604e526ba,Jaguar,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_61f81c7f1af323c2,Jakes Uptown,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d3a2bc5695cfc85f68248eb8399304a4,Jamba,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,JMBA,NASDAQ +SG_BRAND_9f5a31eb19b7cb34d888bd39ca955b90,James Avery Craftsman,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_633354780c6bae06906bc35dbe672c66,James Perse,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_bc41532748c97d467be6c07841a55910,Jameson Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_269c13b7d1a64c4fd4e9de4a18a76c59,Janie and Jack,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_68076fbd1de7f5571ce0f448b636d318,Jared The Galleria of Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6a2cd8c7085aae86c23aaaa7a3340b5d,Jasmin Mediterranean Bistro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28e0c2355d121568,Jasmine Thai Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5316c2350728c936bf8a900eb6fb964e,Jason's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_143b35df5e0a7467e281013165b585f2,Jay C,SG_BRAND_1f852a23da4b7250,445120,Grocery Stores,Convenience Stores,KR,NYSE +SG_BRAND_c50f7c7cdd1a67e679e05e8ab3f83478,JCPenney,"",452210,Department Stores,Department Stores,JCP,NYSE +SG_BRAND_486efa2e407aa50d68c1617ef7586efd,JCPenney Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,JCP,NYSE +SG_BRAND_200a72814ef3bae,Jean Coutu,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,PJC.A,TSX +SG_BRAND_d18161418758fd04bc86d5da7aa7b544,Jean-Claude Biguine,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_ee92098e8d8fb93a9ac3870c3e94e201,Jeep,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_73e0f905310a71178587fc78b2203bbb,Jefferson Dental Clinics (JDC),"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6aa8d4d501a7e1d67c6dbf8c8138b897,Jeffrey,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_964dd1161c33b716d643f952a8a94b94,JEI Learning Center,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_c7e17b15114226c2fc9e572f7d7e00b5,JELD-WEN,"",332322,Architectural and Structural Metals Manufacturing,Sheet Metal Work Manufacturing,JELD,NYSE +SG_BRAND_6bf6ed795a6d71755e135dfd581dbcff,Jennifer Convertibles,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_320873f4bd349bf196f0654214381734,Jenny Craig,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_752a3c58a1ca29,Jensen's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_56fda4e2d1f40eb7,Jeremiah's Italian Ice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6d3303356d43549927ad8dee0068504c,Jerome's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2f71bd1ddc6bb0d5,Jerry's Artarama,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_17d6a29e4b29f9d5,Jerry's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_152f3607ac78b997,Jerry's Restaurant & Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58b819fef14736381e4c9a688de6e883,Jerry's Subs & Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2a0aa0b1b936bcf7,Jersey Giant Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e5e0487913bda7532010357c3b014d8,Jersey Mike's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_792bc40e2108cf2457a8b7263c0158b1,Jersey Strong,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_9b9ade9c81b043ef364a2de64e43a038,Jessica McClintock,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_26d27b62b664dde1,Jet,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6d9bf684160930e73a7ef7bbf70313ef,Jet's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_551fe333050a845e6da8be88d9789a4c,Jetro Cash & Carry,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,"","" +SG_BRAND_5f0f84f03b60ceb7b549163ce91da6f4,Jewel-Osco,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5a2da64abf8db51f3ff05b471d75e7e,Jiffy Lube,SG_BRAND_2591c98b70119fe624898b1e424b5e91,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,RDS.A,NYSE +SG_BRAND_1c439967a26d75fa,Jiffy Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_cfe9cf188b61f54,Jiffy Trip,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3e5f29f05fe46453,Jim Massey's,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_cc8edd33471be40af218d25205810b09,Jim N Nick's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f11eae90997524e,Jim's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9b483b7b1d91c71,Jimano's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11901deae1e5cf36,Jimbo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3f153db2d4b4dd010731da57114066aa,Jimboy's Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_570bd5f7b8acf0f8606df8b31cc9dee6,Jimmy Choo,SG_BRAND_89896b299191a09f8ffde872a296da04,448210,Shoe Stores,Shoe Stores,CPRI,NYSE +SG_BRAND_6ad1354d5dc0a2d0,Jimmy G's Time Saver,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_b922740707b8b9758f47fec986a44e00,Jimmy Jazz,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a04f493d784143c9b21b2689e32fd0d1,Jimmy John's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6fae85dec0d1366a3d40173668577e47,Jimmy's Egg,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43a6927e37076b51,Jinky's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37725b567b0fbc1e,Jittery Joes,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2f375aa23485777a,JJ's Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fc2ca63576d488a82f8b72b767377db5,Jo-Ann Fabric and Craft Stores,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_180cbca76050537,Joan's on Third,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_de2964761e22975c4320153e719859ee,Jockey,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_04cd5efc86f7d5fd,Joe & The Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_55627ad336961618,Joe Fresh,SG_BRAND_1b47663a692f81de,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c217cdb41b970bf2,Joe V's Smart Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6074932eca2ea0cb175ec2d01d312b10,Joe's Crab Shack,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d6929ccd477e6992,Joe's Kwik Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_68f771d6809fbfa8,Joe's Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_745bb640b019790cda4fb060e1167d53,Joey Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d912199f2c825c0d454a1b955cf83ad,John Hardy,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5919051b164ffb193823f5229068bcda,John Medeiros Jewelry Collection,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_ef6cef6ac88ad743c7c00ccc20b17b58,John Robshaw Textiles,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_7ac4f7c39b47316c91c565be6e7d0202,Johnnie’s New York Pizzeria,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_95d73693be1b43d2dfa50b443153cd97,Johnny Brusco's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5b7f363dd767064f7479438cbb6475ba,Johnny Carino's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fb5976b025ce999,Johnny Quik,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5012c561ce5db27f33b232ca3abb1226,Johnny Rockets,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1dc36974c30535,Johnny's Markets,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7ffbc784cd14c4f6,Johnny's Pizza New York Style,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_21e9d45f6d154ad1,Johnnys Pizza House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25225d143d137db1920f737ceb6c9ee2,Johnson Controls,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,JCI,NYSE +SG_BRAND_741246e5c113d722bcfb4f4337bd24b0,Johnson Fitness & Wellness,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9e1966dcde8d1a4e43bbcad084560d20,Johnston & Murphy,"",448150,Clothing Stores,Clothing Accessories Stores,GCO,NYSE +SG_BRAND_6d82cc5be04172de7ae9303a0e0ae6f4,Johnstone Supply,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_f6a37663025ef6bcd787dcead07df418,Joker Norway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2057abedd8c238c1,Jolley Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ec756eb1401f7d3fc10117d3a81e94b7,Jollibee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JBFCF,OTCMKTS +SG_BRAND_575b84243c33ef9a,Jon Smith Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_907e13b3c61970f115ea1e5fdda5653b,Jonathan Adler,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_c13db6a05a3112f72ffa8abbc2f4b4e7,JONS International Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5fbd70684a4a154c,Jordan Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5fe0e33e59c0932c,Jordan's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_24441018dff01789c1b5d27a196963c9,Jos. A. Bank Clothiers,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_c57d94423083959cb5a017cc3d228965,Jose Peppers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_91b01a0acf4f8515a71bacf7b643fe8c,Journeys,"",448210,Shoe Stores,Shoe Stores,GCO,NYSE +SG_BRAND_c828151df812508ad922edc85c8342b4,Joyalukkas,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_8f5762df8c09ecb,JR Crickets,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f868c4e3e00e68,Jr. Food Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_53223c30f3dfa973,Jreck Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6fb875e34729cd087c8b44647eb3ece2,Juan Pollo,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1a8fedf75ee1d6051297bcccad40067a,Juan Valdez Café,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3f115afd8ca92c6b2bd73503f551cddb,Jude Connally,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_64dd84f6f69cdee2,Judes Barbershop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_e345121bc1bd019c,Jugo Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_948ffc9401d21d0ae06e1306b62e2e7b,Juice Generation,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c0bca08bc6a7fbcf59559b9a67e51e08,Juice It Up!,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_ca5c65afc3a91598be32bf118b4fd9c3,Juice Press,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1a6a8352693b9b933ed960ebcea3991b,Juice Served Here,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_efa3a9d13edb8328,Juice Shop,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1972c89476d513d354710bda8cc57c16,Juice Stop,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d44f39c9a294613,Jules Thin Crust,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416c59a76b866de3,Jump Craze,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_08e7e465c2527e4253c4097765d532b1,Jump!Zone,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_7a1170a4a62e3dc8,Jumping World,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_70f8a9d844011561c74336e2c0d54f74,Jumpstreet,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_853042b9d931c7d10892b25d1adf3865,Junior Academy Children's Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7fc6a791329e7615,Junior's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d9042a5a525b68a,Juniors Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_45716ec14514e9e6ac413877df793ff3,Just Brakes,SG_BRAND_8d641cc772014028b61fa819e4227c45,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_2b48ca1a12deb2a0,Just Fitness 4 U,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3bfdc3cccefc0f7166655b6966d54525,Just Massage Studio,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_fcc6dd7686cfffc04d325dbe5ab994f1,Just Salad,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45779cb5089ede6,Just Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_6d841cdb3a9f8949a098dd696afed2d3,Just Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_9356dde89548c684efc100c9217745c3,Just$ave Foods,SG_BRAND_a28736bb3983154d7ba9d0f06721a935,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3a6a592c1b06e64a,Just-A-Buck,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1c0095372fd2dcc6,Just-a-Cut,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_8cec7d6c891fc360bfd61e14b8512896,Justice,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_967b5877fe025b1d1a29a7435d69821b,JW Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_f8d01126cce9445a8d3524c8997cb83b,JW Tumbles,"",711219,Spectator Sports,Other Spectator Sports,"","" +SG_BRAND_2edbb782e3e3d3a3,JYSK,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5fdf8f27fe30e45e35d112bc9793cb7c,K & G Fashion Superstore,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448140,Clothing Stores,Family Clothing Stores,TLRD,NYSE +SG_BRAND_5efc930c2281a2d,K Bob's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_787ebcffe172203ef593166e2fdaddfe,K&M Tire,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_2252d4502568f466,K1 Speed,"",711219,Spectator Sports,Other Spectator Sports,"","" +SG_BRAND_b3bb30fb775dce61968636f131f94946,KaBloom,"",453110,Florists,Florists,"","" +SG_BRAND_777b2ce4d6b93920,Kabuki Japanese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e60bc2632185dce0,Kahala Brands,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_0c9818695d20f06b7c6cd8ccb3bf3905,Kahoots Pet Products,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,Kaiser Permanente,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_bc93117372df62e,Kal Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_36247abecd386d27,Kamas Foodtown,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ca2fb8ccbe1ede4,Kangaroo Express,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_7fc804bb764f9c2b2c4e09e7365f6003,Karastan,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_897152a3da8d5e2,Karate America,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1433d400378639cb1848f16d274659d9,Karen Millen UK,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_39243d95b0bcafa4,Karns Quality Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_48d53ab1654563b,Katahdin Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,KTHN,OTCQX +SG_BRAND_f50d476b34b7991f27edf2bd743e0268,Kate Spade,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448140,Clothing Stores,Family Clothing Stores,TPR,NYSE +SG_BRAND_0e64a8c2519b9512b3150dd850839c93,Katherine Way Collections,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5c51aa79f91794b6,Katie's Korner,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_39cf462615c1110b,Katsur Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_8c490815c5af8cca,Katsuya Restaurant,SG_BRAND_9d569b1231bd2263,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aa04b54ae641914a733f61abf6c58a5f,Kawasaki Motors,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_f0092e116c279998dd8888daa03c0e9f,Kay Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_7e738f2bb7219151,Kaya Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fb296ceca1bd725,Kayes Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c359f08c6ee9374,Kayn Daves Cantinas,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50e32bb9bc53e2a232e36e8eca57b260,Keds,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,316210,Footwear Manufacturing,Footwear Manufacturing,WWW,NYSE +SG_BRAND_4350d71004464755,Keller Williams,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_7511487dc915401b,Kelley's Market,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43caff3e4791af2b,Kelly Companies,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_439bb8e420c8fb87,Kelly Express Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1e2f76af0313e0e2e747fa3a264e5d24,Kelly Services,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_4dee92e5836ba2493be3190508071c8a,Kelly-Moore Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_6717adaf4ea3a54e,Kellys Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b6d0981cbda853b2c0815552b5a2f689,Ken Towery's Tire & AutoCare,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_60225b29f928b142,Kendra Scott,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_52d289c0a104ae10,KenJo Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7526589dd9f7a7e9,Kent's Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_3071792a380ed797,Kerbys Koney Island,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_191f5bd288d630e2863588df9d5dcec1,Kessler Institute for Rehabilitation,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_6236b5e32e7266ee94b56814c08d8550,Kettering Health Network,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_8b71edf8ab42fbd4cf967c77a70f430c,Keva Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_b718bb44f07c2ad4,Key Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6e7a3e30c8db1d0b,Key West Inn,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_19f61781f19ddf667e60cc8396365a00,KeyBank,"",522110,Depository Credit Intermediation,Commercial Banking,KEY,NYSE +SG_BRAND_724372e7b3577ade20cda04ee7f1a888,Keystone Automotive,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_75e52dcc790fbad91ae83227c0fb6e2f,KFC,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_133a0527eca7180956b02dc61b3fbb8d,Kia Motors,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_4a8f3120b610705,Kickin Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_222726b8d31ab5e9,Kicks Karate,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3c6fd4b5c0701a2f,KicksUSA,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5523dfdbfe2ca92f510aa545510772ab,Kid Care Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3d6a46e3a9c97f037e59ceb5ae01bbc4,Kid to Kid,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_7a9a31109c10d349a547269ac4a8dbed,Kiddie Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_85c1441772dd54763af5e7abc0f1b261,Kids 'R' Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_44d2de0c8beb0bea2909e0de15ae40dd,Kids Country,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_68570f77ebb9a7d792123a4c93256e88,Kids Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_3c0bc2b6bf0a54dab6ce20709cb6be4a,Kids Kare Schools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_40600ab18fe6a6f97705b36c8f6456aa,Kidville,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_58c65052f7bebf911dc62ffc10517810,Kiehl's,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_c69afddb977068c2f32a8d1cfcc7a8d3,KIKO Milano,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_288312a68fe1f939,Kilwins,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1cb0062bafc09481,Kim's Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_54e3714a8ada6b2802050bf8ee85c467,Kimbrell's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_300de9770d1d4f612e9176ab8e87a0d3,Kimpton Hotels & Restaurants,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5d1a436d5cf0ea9a,Kinder's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bb687a854c6bcb1,KinderCare,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_3e1a99648ad565d,King Cash Saver,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f98176d2bb33664409b27d0b02e05e1c,King Kullen Grocery Co.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99ea1e6b64134396,King Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_a8ab89887e8babbed43e20893ec5f8ab,King Soopers,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_2f54c01d4a43f1a3,King's Fish House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49760e91c0928df22e7fd0977c61ec82,King's Variety Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3f850607b30c7cab,Kings County Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7f947048fe10ddf0,Kings Family Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e36713da22685ebd978693ee38a07730,Kings Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53e59cd075803122158b7e73892b940e,Kinney Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_27e0fecc37194fa1bf49f90d86e23bee,Kinnikinnick Foods,"",424450,Grocery and Related Product Merchant Wholesalers,Confectionery Merchant Wholesalers,"","" +SG_BRAND_b1ebdfbde4e67330d09f7af6da97f67e,Kinze Manufacturing,"",333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,"","" +SG_BRAND_11328d95d667623e82890358738f32b0,KIOTI Tractor,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_f4f34a3a31297e803d441e5d1a98bf3a,Kipling UK,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_711579b85806419f,Kirby Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_543ea0e2c9bb3d317e9712f42f35e1d2,Kirkland's,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),KIRK,NASDAQ +SG_BRAND_e6cffe8259d765b4fa6c273e7317dd85,Kit Heath,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_3c385b34bb7af151c1dd9cd880af7f98,Kitchen Collection,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_8814672c191124d5,Kitchen United,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_45d2e7aa614dc254,Kiwi Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_30ae19b63b508121,Klingensmith's,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_00212215412d108904aad380c025632e,Kloeckner Metals,"",332313,Architectural and Structural Metals Manufacturing,Plate Work Manufacturing,"","" +SG_BRAND_98f6b474794d85f694762c9b52bbc351,Kmart,SG_BRAND_e9301d5c735afc317688baa02d272807,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SHLDQ,OTCMKTS +SG_BRAND_2d6c9bf6eb14f7302b91caed55fd023f,Kneaders Bakery & Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6ee068db5302d8c2,Knights Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_8e9d7ca9af5aeac20d3ae8a34feb8c54,Knights Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_766c4abf9968b668d347b7ca153aa277,Knockouts,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_53bc7a34e7657fbef4c86f77e21aea47,Knowledge Beginnings,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_d81c9fa1e5f95625f4def4b9cbe4634c,KOA (Kampgrounds of America),"",721211,RV (Recreational Vehicle) Parks and Recreational Camps,RV (Recreational Vehicle) Parks and Campgrounds,"","" +SG_BRAND_bf3359c4f2a220bd69b85200a412dacd,Kobelco Construction Machinery America,"",333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,"","" +SG_BRAND_64a77880c7f7c1d3133d10e574c97a8b,Kohl's,"",452210,Department Stores,Department Stores,KSS,NYSE +SG_BRAND_f33f05cac36a8065711afc0a286a8b86,KOI Auto Parts,SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_11e2989c04da1ac0,Kojax,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ac68729d02488d1033f39f3f78acce4f,Kona Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,KONAQ,OTCMKTS +SG_BRAND_ce15d37ce108c08c6164752f85687138,Kool Smiles,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_983fe38a5acf282d38b4bb795a48ab2d,KORT,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_6aab34e38bc1f77f,Kosama,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_914a420f7e7917e91a81614a90888dc1,Kost Tire And Auto Care Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c30cdeda7eed27dda40adf66cb96e058,Kowalski's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c64271cfd417df590524e2fbca493e4a,Kreation Organic,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a9fdbe4915d412c2a7bb93b30dad3da,Kriser's,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c00d0bf3a8d7b6744a18e2554adf5921,Krispy Kreme Doughnuts,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,KKD,NYSE +SG_BRAND_c2f2dcd3e397d5a16d749a0e84941a42,Krispy Krunchy Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_24a5538ac5f263f5,Krist Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1f852a23da4b7250,Kroger,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f29bd2583c8336be,Kroger Fuel Center,SG_BRAND_1f852a23da4b7250,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,KR,NYSE +SG_BRAND_1c565248e8bf2d4b,Kruse and Muer Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fbd8dfba9f0bd21095df5889dcdd169,Krystal,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,KRYS,NASDAQ +SG_BRAND_f2b745378ca0b346f87b9a7bf9bceabb,Kuehne + Nagel,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,KHNGF,OTCMKTS +SG_BRAND_280ba509d1d5b0d6,Kuhn's Quality Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8cbbed97825f0c668434665662369635,Kum & Go,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f83a3ac014ac87d7a95457db71ebebdc,Kumho Tire,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_250f7d5c78955662db4119ba06c76e85,Kumon Institute of Education,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_1787efe66e79ef11,Kwik Chek,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_be1038508e6ada19a0772286c0f6074a,Kwik Fill,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a9139cbac83ec7fa,Kwik Kar,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_2c894a9a029aceb5,Kwik King Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d316edac0e17f6459b8ec822c067eaf,Kwik Kopy,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_cf488806b67f2d5e2a6f55428d9707da,Kwik Shop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6f84f496a66230e20079fd7dc80a62c6,Kwik Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_103dc52ffb2ee2eb,Kwik Stop Iowa,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_962d9816e6d7856c,Kwik Trip,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9b5ee7723abc0f6b758c4ceff6449891,Kühl Clothing,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_220086477ac300a3,L&L Food Stores,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7020be8a9facd1c11f4de92b6bdabc2a,L&L Hawaiian Barbecue,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e8ebaa85a52424d6b69ed29975d09a8d,L&W Supply,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_b581ece69c7ca08c57e57d8aa919224d,L'Occitane,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",LCCTF,OTC +SG_BRAND_9d4bab70ec7b5fcd97a45f2129f5f76f,L.A. Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_db9a1f765d2a6a91634c2f6050e1d787,L.L.Bean,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_206e3f29cf9b6af1,La Bella Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9d1ba54bd307089bd5ff46252bff8f6b,La Bou Bakery and Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_81518700d136b414e6a33cf45a0ed1af,La Carreta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32bd4900c26c5f06,La Chiquita Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c0517e48a7a92b790d3e790dabd0054f,La Colombe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6895f59263193465799cc04bd328daa8,La Familia Pawn and Jewelry,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_3b8b7777e67a491a,La Fiesta Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8a028bda2e1a2b9bd1ad429cd59d4cfa,LA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2cbb53e626d8321e40215a0bf0299f9a,La Madeleine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_77b4f479d063718b,La Mesa Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e88e5064215c3d7483ed5e28ea1f67e,La Michoacana Meat Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a33345f9514e0d0,La Parrilla,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55bbd37af91f586a,La Pergoletta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9fa908d38c44268e388fb1976738aed7,La Petite Academy,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_e7f4bffa64d42aa7d1f497d4b80078d9,La Quinta Inns & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6bbd2333b3cdbe85,La Rosa Chicken & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdf5b83d5cbd8acb8bb2bdd7bf87a8d1,La Salsa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ce5d245733fc10c204ed012f61f92c91,La Senza,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_2df3f9909d5140fb,La Verde's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a4b6e5c37c2c14ca7141456566978d42,La-Z-Boy,"",442110,Furniture Stores,Furniture Stores,LZB,NYSE +SG_BRAND_292aceea9c8f3df19cf714bcd597a903,LabCorp,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,LH,NYSE +SG_BRAND_237f872c09242c52,Label Shopper,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_de4d8ed92194f7513b30e608919863fe,Labor Finders,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_5cfecb6b71b53f28ce4c4de5f87e805b,Labor Ready,"",561311,Employment Services,Employment Placement Agencies,LRW,NYSE +SG_BRAND_3f4bcbc1f84f23a51d938bfa86efad94,Lacoste,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2149c854535a2ca8ed8a3691f6625888,LaCrosse Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_22ef9f21b5a65984,Lacrosse Unlimited,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4f55a2acbb4569c89b0174a2813a97b4,Ladies Workout Express,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_776a3d74500ddfcf,Ladurée Paris,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_2de0d4529d4a8a6425c54b6ad7f3df19,Lady Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_7dc149b7189379b4,Lady Jane's Haircuts For Men,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_fc2cdd223ca0c566319597bb0d9f6272,Ladybird Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_21b6bfda091cd9a8,LaFaive Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_754ee00cc67811bd58c18aca89910e68,Lafonn,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_59438de906afb92,Lake After Hours,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ff99eee2f98b221f706afa616b9d686f,Lakeshore Learning Materials,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_51e50ac8fc767b3a,LaMar's Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_2ff0ba90379b492d9618c3cffce52cac,Lamborghini,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_e5df4d4482d6a0c9f5d4c439b946b621,Lamps Plus,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_89ede26d6a5e8208ad28607464dfa1f3,Land Rover,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_7179bdc86f84fce3,Landis Supermarket,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_d79833f02786ca48a703d9715627635c,Landmark Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_82b3b982557948376edcfe3de6e5db9e,Landry's Seafood,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a57a11137078fd,"Landry's, Inc.","",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ffa549d5128e982f0e10e2a236048c5f,Land’s End,"",448140,Clothing Stores,Family Clothing Stores,LE,NASDAQ +SG_BRAND_bdf1834156412cd956851be9db5f0f82,Lane Bryant,"",448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_cbd8429d348ad12be75a67b368f2151b,Lanier,"",423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,"","" +SG_BRAND_d67c481d6f32ed1a2b26b64b94c21b1d,Lapels Dry Cleaning,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_bd82269bc5d9db03fde2c005c77207ad,LaRosa's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3346fe575efb74643754dc0bcbbf91f7,Larry's Giant Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_25c45665c77bb2c4,Larsen's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1434fc14896347bc,Las Vegas Athletic Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1018885da100a9fa004dea6dc9510a08,Laser Quest,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_b47f45911b5fe8a8af2e765fd3c8e71f,Lassens Natural Foods and Vitamins,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_78ec74ef9a1c2d87,Lassus Handy Dandy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_ac9054e7b969d8bf862f05eeb7a8ce4a,Last Call,SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d1f3ef8a4dd77b76de3655edb35636b2,Launch Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_d89b8b56b678e2b0f5d1467ff18a2562,Lava Propane,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_d3ec314aaed14ed84893a4bfe3439eee,LaVida Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_db39b092aca9d0c,Lawlers Tasty Barbecue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_280b5df930227e91,Lawrence Brothers Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_472a104c34f4312b,Lawtons Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_a2eed081000bc0a05ab89d3c33982b9a,LAZ Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_2ea4a51fb1200598,Lazy Acres Natural Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3d35806ed359a748,Lazy Dog Restaurant & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_64059be37dbf879,LCBO,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_d84573086a57f28fbbdb4a7e6b4e2264,Le Boulanger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61e2c2e19117734e,Le Creuset,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_47efb6004ce70bc1e7287781c645d3dc,Le Labo,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_75aac0c3a10a6bba,Le Macaron,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1803b978b37fc181e6dc531a8b362d4a,Le Meridien,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_840d43c25b920579c3d90c8224eb422a,Le Pain Quotidien,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_067f51fafc874111580d98380b550434,Le Peep,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_86f4fbf96a10b42cbe48802745b38208,Learning Express Toys,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_42ae1371486111bff2aec5314cb415e3,Lebakkens,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_20555580a21dce24,Lebanese Taverna,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0a5e6a43b943ec3ec7a91f53ffbe789e,LEDO Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_03ab07df90f0db13d51c99aa6b80fd15,Lee Myles Transmission & AutoCare,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_5a0fee3506b43d20,Lee's Discount Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_85492949bbaf495ca71f1c1c510a66d3,LEE's Famous Recipes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e8fed16d7ca0ea7,Lee's Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7d426621bbb58557,Lee's Hoagie House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f59330f5c007075,Lee's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4cae1816967e9b8f76cedba78e148a3a,Lee's Sandwiches,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bee52e5042d9645870655254dd73add1,Leeann Chinn,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6fe47a710aa1acf3,Lees Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_5e88a920456a13a5,Leevers Supermarkets Inc.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_74879f2f48359525157554ebbc898ece,Legal Sea Foods,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,LEGO,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_06d600a1ad9324b9,LEGOLAND,SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_14bc54fdf6a91a16,Leizler Oil Company,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_eb06ea30f30856dfe0d176208a5d3aa9,LEMONADE LA,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_cb4f1be2ca466ca2c0ac67985cea27e9,LendNation,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_0f61bed28c961728f0ca7f0eed0c4d82,Lennox,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",LII,NYSE +SG_BRAND_4848e8e6887514370644708cad5b3c30,Lenny's Sub Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_05fd8990d3865f6da0b51737b673fafc,LensCrafters,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_463f1ae3de3fd818,Lenwich,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6b873d284c36253691b946c32163c7db,Leo's Coney Island,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_385ca961d90b31f1,Leon's,"",442110,Furniture Stores,Furniture Stores,LNF,TSE +SG_BRAND_19f27589aab05bce,Leon's Style Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_6361590033d6330e,Leonard,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5401e154274ea76d,Leppinks Food Centers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_12955480f7f4ce30,Les 5 Saisons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fbba8af033768509e73fec38b9ce7489,Les Schwab,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_589115bb992485091b6cf7236b111811,Leslie's Swimming Pool Supplies,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_7bed41230dc08a72,Let's Yo Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_725fe6567b0dd2e5,Levels Barber Shop,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_f010ccce6197e56866c8c6e4f7adec39,Levi Strauss & Co.,"",448140,Clothing Stores,Family Clothing Stores,LEVI,NYSE +SG_BRAND_5a9c085706dc9b0a,Levin Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_db7d36e82c342df9e80d334e6d87c206,Lewis Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_559a2eae9b8546bd,Lexington Hotels Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_2a972164e25bd335636cbd451a40b853,Lexus,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_66d704cb9368188d46157f623a1f0324,Liberty Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e9ec1ccdd1fc27c6ebff4cc7930bc3b0,Liberty Mutual Insurance,"",524126,Insurance Carriers,Direct Property and Casualty Insurance Carriers,"","" +SG_BRAND_1ba9f12459f6629c184df828c51f48b4,Liberty Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,TAXA,OTCMKTS +SG_BRAND_60cccf0fa7281760ebdf37aacd7146aa,Liberty Travel,"",561510,Travel Arrangement and Reservation Services,Travel Agencies,"","" +SG_BRAND_649c050275dadbedd71206a6efaba10f,Lidl,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6679f28598318625b9e60f581a6df901,LIDS,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_e92d16c1430ab22081cb5c4a7e1fcc95,Life Care Centers of America,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_7266145cfe83f5f1,Life Church,"",813110,Religious Organizations,Religious Organizations,"","" +SG_BRAND_76f36c743b5efa06d2e1a8563c4d9384,Life Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,LSI,NYSE +SG_BRAND_0da4884e9cc2b3df1b8c4df2ad97bb87,LifePoint Hospitals,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,LPNT,NASDAQ +SG_BRAND_e992d80ce4aa56283b26fea4004c5486,Lifetime Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7c1d72d709c477e74347f2e8a52229d5,LifeWay Christian Stores,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_6aa3f3d2cd850c522c81580e49186565,LiftMaster,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_698786da99a145c2,Lightshade Dispensary,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_985ae6f2ebbf46bcb1d850e2d4cb3299,Lilly Pulitzer,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d49d23f7cd240b5840ac72bb89e1f586,Lime Fresh Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5284d83b5384ed64,Lin's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dedfe1286c7b77b0170c1abccae29bb3,Lincare,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,LNCR,NASDAQ +SG_BRAND_aa45997477591e27601c436bcb228d6f,Lincoln,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_84e3d872d0fde79f5d6367af1260968f,Lincoln Fried Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_702563f965a1b6da,Lincoln Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_ae0f21a66f3facd56c9d3fee29a87d83,Lindberg Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,Lindt,"",445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_4363bc29f5028463,LINE,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_c823fcb1082f93a0f5656ddcdbf41df3,LINE-X,"",332812,"Coating, Engraving, Heat Treating, and Allied Activities","Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers","","" +SG_BRAND_c78eae792bb939f1e832fb7740b6bc97,Links of London,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_634433363e85b237,Lion's Choice,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f5fdeaaf1fbc048,Lions Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1ecb8a188a3821dd,Lipton Mart Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_306d0b64414a688d,Liquid Highway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43464b12e3ee38bf,Liquor Barn,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_14230025cc620c70,Liquor Barn Party Market,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_7d13e43b1863232c,Liquor Depot,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_6a5ae1b8176df62a417ff5c38defa2dc,Lithia Auto Stores,"",441110,Automobile Dealers,New Car Dealers,LAD,NYSE +SG_BRAND_3654ed70612445d52bf3b6f6546d1f23,Little Caesars,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_518f7416de462dd4,Little General Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2e54bcd03cd52ba7,Little General Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_a501d64c00248771f13a1ee59fcfb5cc,Little Sprouts,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_55598e0edacdb570b6320f8171627a96,Littman Jewelers,SG_BRAND_1f852a23da4b7250,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_54e3ed00f1124205,Living Spaces,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_43c6655eacfd4ca8,LivWell,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_6f81a6d887b57803ffe742ad76e80556,LKQ,"",423930,Miscellaneous Durable Goods Merchant Wholesalers,Recyclable Material Merchant Wholesalers,LKQ,NASDAQ +SG_BRAND_f18c1113a403dcb71167a729abf26dcc,LKQ Pick Your Part,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_37ead80146ba8f8f41d416dff99f6136,LLumar,"",238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,"","" +SG_BRAND_1b2c1b9226af80acbaf57d252171c785,Loaf 'N Jug,SG_BRAND_7b1c93cd8e043a25,453991,Other Miscellaneous Store Retailers,Tobacco Stores,"","" +SG_BRAND_1b47663a692f81de,Loblaws,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b10826d49e8b8b533113294b677ce9f0,Local Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_31bc89018aa4801b,Locali,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_460be363779b166d397081848a3e39f5,Loctite,"",325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,"","" +SG_BRAND_56bafb9772a09aeb,Loews Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_35b7168c01f2e791,LOFT,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6d7555d934650526,LOFT Outlet,SG_BRAND_35b7168c01f2e791,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_4b1cd8d8f2899d84bb64b48a7802f7a2,Logan's Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3546cdc906032e3,Lola's Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9abb4821250dc776638279e8fe87ccde,LOLË,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_179031390bea88ac,Lone Star National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,Lone Star Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_290f637801d52214fff348be4e835e80,Long John Silver's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bb161f7e4fb160e8c7cc30cca4d418dd,Long's Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,LDG,NYSE +SG_BRAND_3e058dca3e8d9467,Longchamp,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_50141adbd06ef88fa67f6227406d6b83,LongHorn Steakhouse,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_32d247af6b53bbb9,LookAfter Hair Company,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_65be713e247e06c0,Loomis Express,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,"","" +SG_BRAND_1d259b84ec21d1b8,Loop Neighborhood Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a5004fccb085d21c68ef89920adacb2,Lord and Taylor,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_e5b647985d150065859a4d866c7daa8e,Lorna Jane,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_77b18e2f67bc17367af8232f5a149ac4,Los Altos Ranch Market,SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53beeab6b457db59,Los Compadres,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f6ab1e40728f79acab99c8646a7a1517,Los Cucos Mexican Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_069c49ad070bd5b8,Los Tres Amigos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3bb4d7476e12a253,Lost Pizza Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37fdf61ed058f6bf,Lotsa Stone Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ffa1cfe0b2be877,LOTTE Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_11abdd1d8b16cb4a,"Lotte Plaza, Lotte Market","",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2ec7042c5a40e0b9,Lotus Dealers,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_1b9be6a86c752f028c419753b5894ee2,Lou & Grey,SG_BRAND_17623624bd5b70d6,452210,Department Stores,Department Stores,"","" +SG_BRAND_32b83e65c4d1761e,Lou Malnati's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_681a58f031be4e92,Louie's Grill & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4ccf66c9210503d0543aa2d178a28c51,Louis Vuitton International,"",448140,Clothing Stores,Family Clothing Stores,LVMUY,OTCMKTS +SG_BRAND_8c4efb3d085bcbbe363bc4e4b9d96777,Louisiana Fried Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713f82b79c6e82475dc9837c1f76c06e,Love Culture,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_625ab5873d4bcf9c9d7e1f9aca9d7956,Love Heals,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_a890863e98c0d1a96e42033251df22b3,Love's Travel Stops and Country Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_eb0867c9d7af9db2b1c109e639d60482,LovelinksAmerica,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_23521024d1d99c7,Lover's Lane,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_d5e782f0d31e59,Lovesac,"",442110,Furniture Stores,Furniture Stores,LOVE,NASDAQ +SG_BRAND_4f8a39fb928268edb1ab256922e436d7,Lowe's,"",444130,Building Material and Supplies Dealers,Hardware Stores,LOW,NYSE +SG_BRAND_a28736bb3983154d7ba9d0f06721a935,Lowe's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3354020c8d1520194fa15623ee4e3a4d,Lowe's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,LOW,NYSE +SG_BRAND_24e66431aad31242,Lowes Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_67a2e4715125ae95,Loya Insurance Group [Fred Loya Insurance],"",524128,Insurance Carriers,"Other Direct Insurance (except Life, Health, and Medical) Carriers","","" +SG_BRAND_2724c6c3776c6a9c6f995b501f9ab53d,Loyal Companion,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_bbdcd2af854df91c7fe3b9060f7e2a1f,Lube Stop,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_f58dcf87fd118ac9dcb9b193f009a072,Luber-finer,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_74907732fb78c04484336adaa865ba89,Luby's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,LUB,NYSE +SG_BRAND_a2757a48f33203e126f8df7b75fca16c,Lucchese Boot,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_f0297f7e9e4e12dd135a55cbfb99bf49,Lucille Roberts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_89c6c732c44d93c,Lucille's Smokehouse Bar-B-Que,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3e8b1409cb5affc2,Lucky Baldwin's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_109c7226264f4814,Lucky Boy Burger's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8f2def621f471c2988f395e3a0043426,Lucky Brand,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5be7dbd421198d0b,Lucky Strike Entertainment,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_a909f280ad99ed072dde139389334541,Lucky Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dc676f7ffb0f36d,Lucky Wishbone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe114709520095760789f99a5070c851,Lucky's Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3519f8c619e384b4,Lucky's Steak House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0e557d2bf0e550,Lucky's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30e11041f82c8f3c,Luke's Lobster,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdaff31f461d856a3b89eaffcbace55d,Luke's Locker,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_bca53afa4f695b363941026d0cbd0d7f,LUKOIL North America,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,LUKOY,OTCMKTS +SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,lululemon athletica,"",448190,Clothing Stores,Other Clothing Stores,LULU,NASDAQ +SG_BRAND_e5668bf4ffb3cda2db8765b3ebbbd04d,Lumber Liquidators,"",442210,Home Furnishings Stores,Floor Covering Stores,LL,NYSE +SG_BRAND_70d57371a53c0bbc,Lumberjacks Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ca7600ff57ad9dade2fa7711ac546c6a,Luna Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1883b2c48ea5f665,Lunardi's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fcee866e2fe938c,Lunchbox Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_cd1592422436fa87f4e048f62c145659,Lund Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_08d04937c62e495c42a054d0e876e37f,Lunds & Byerlys,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dab63acecc38fe9cbf6008a27a11c5b2,Lupe Tortilla,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_73f7c3d6ad6e4a0c7697a7e6fcd3a8d6,LUSH,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_54d9234c7df5c9bc2e15f97edd3d2b8c,Luvo,"",311412,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Frozen Specialty Food Manufacturing,"","" +SG_BRAND_de678b439c86094c100c1f2553d7d9fb,LYFE Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1e71d7ff4c2367f1,Lync Cycling,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_33377424ec423fe1,Lynns Dakotamart Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4fe7d8a2d8670b70,M&H Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a6ff46012f19fcf9,M&S,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_528b789fac605691485c939ca81af840,M&T Bank,"",522110,Depository Credit Intermediation,Commercial Banking,MTB,NYSE +SG_BRAND_761ca6433a57f3f00d3f9c4a6219ee42,MAACO,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_58e2e2ddc4008302e9cdd190f7f7f1e8,MAC Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_1c488d52796e5123,MAC'D,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6f30a635edc4f149f28bf8463f03788a,Mac's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eac6db8a25f8a03b5c00b7c8bc1fd0ad,Macaroni Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_293d0f15c22d5bd6,Macey's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1f85a6e12c929ea,Mach-1,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7759913829c08df8,Mackenzie River,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c4dcaa7cf7557d16a01eae1dcfc5fabd,Macy's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_b287a66a7943c47f,Macy's Inc,"",452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_af0f3cb4003168fe73ba0c5c707a2aca,Mad Greens,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a1e4df6a9359c4e,Madame Tussauds,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_25c3900e3c529c8be2fd639ae1932728,Madewell,SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_1bd8530e004ad35a7c4c0be99cd2136a,Maggiano's Little Italy,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_6f5c42061327f0cc,Magicuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_357dbc7cc134681d4b7b20ceb35cbe83,Magnum Boots,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a47370a8b7b4235,Maid Rite,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55673b0d8681b9b70d2291c2747f4288,Main Event Entertainment,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c123f4bfa30e571b20f37887488c5309,MainStay Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_565abf566af47c23,Malbec Argentinan Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_46ee73a39467ed6a,Malco Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3dcae272c920586f,Malibu Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4936754f896f1477,Malin & Goetz,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_e55262ffa03395e,Malone's Cost Plus,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_635f50319a4cddf8,Malvern National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7ede92e0120743d7,Mama Deluca's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_538a85d6f12a6bb1eaac51da7a8545e1,Mama Fu's Asian House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c3b822ecc973261,Mamoun's Falafel,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e1ec8d81a1250f3b7dbafec6f79ea467,Manchu Wok,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_573e8b987f0dbca2,Mandarin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11149b21b8f0a912,Mandarin Express Gourmet Chinese,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e817d9a00135172,Mandarin Oriental Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAORF,OTCMKTS +SG_BRAND_99abeb7cde8305d04dc4517fe7d34f41,Mandee,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_29f77190890d48633ba6dd9934704761,Manhattan Bagel,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAGL,NASDAQ +SG_BRAND_66fff1e96999ae66,Manpuku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4473d13aa58fbe37,Mapco,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f378e0ed46d1028d,Maplefields,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_df97beee553caba30f86799ca015f153,Marantec America,"",335999,Other Electrical Equipment and Component Manufacturing,All Other Miscellaneous Electrical Equipment and Component Manufacturing,"","" +SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,Marathon,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f388018e24ec12a7c71a397a5aea6e5c,Marazzi,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_f311d7713c7aaccd892d0f8b6d8ec08f,Marble Slab Creamery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_e3ce51b5d9dfdc54239c9bf190cd7071,Marbles: The Brain Store,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_9aa4326876937a06c077c2eecd160e8f,Marc's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_294e2d366829e505,Marche Ami,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_341d70aade9bdfa9,Marche Richelieu,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dfd09d2081eb0c5ee1430ff7e55b27fc,Marco's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a6f6390f0895160f0924d226e97a90aa,Marcus Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_8e3b240075e32843372ef29d5710b316,Mardel,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_c46a73b3a7c6415,Marden's Surplus & Salvage,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_79449345fa6b880e,Margaritas Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3854f82dcfd9760f,Maria Empanada,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_771abce25678f8b35c16b7c6bd7416d4,Maria's Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8718c900474392e658676db63daa80e4,Mariano's,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_d52b45d735bff720ebb1433f66553049,Marie Callender's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dfb55775fdaf1f819cd1015d9ba135ee,Marine Layer,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2376f23ec8af8ca43e2a4cb3aecd945d,Marinello Schools of Beauty,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_bcf753ca70f0c7b9a004898750a34011,MarineMax,"",441222,Other Motor Vehicle Dealers,Boat Dealers,HZO,NYSE +SG_BRAND_1e4576355ae4b6dbea2be84abab38339,Mariner Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_523f7b422d750d51,Mario Tricoci,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_1ffd3f9aca867752,Mariscos El Paisa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_238d1a11cf1a0a26,"Maritime Energy, Maritime Farms","",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_41c065064fd1847c,Mark's Feed Store Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_356b1d4e8e96334a,Mark's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_056eb60d75ec2634906001360d4d2ef4,Market Basket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_826a45dbf90276a8d206b59dc03996ec,Market Basket Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e386b0686a23e51,Market Broiler Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f5098fe9e355e54,Market District,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_67c73d9d54fd137b,Market Express,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5cdd3b3566d43e22,Market Fresh,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1edd8c787800d4a,Market of Choice,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_312263c64ddea25e,Market Square Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5b7482d6c331cb1d,Market Street,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b14ba08fd54857d,Marketplace Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_cb05206b0ac967e6,Marlo Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_d88b64432dfd99c4f4b2e8ea6384cccf,Marlow's Tavern,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_733366f73b963ec4,Marmalade Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_924be73a903e05f85b91be0fbcdf503d,Marquee Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_02f92da3a9b57d43,Marriott Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_38120988bcd2b824,Marriott Vacation Club,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_73da09f8eae520fe92c7fceb0039e9f2,Mars Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_15e176c52f90c94e,Marshall Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_abfd923a6acfc93e81ba94b0310b47b2,Marshalls,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,448140,Clothing Stores,Family Clothing Stores,TJX,NYSE +SG_BRAND_78f47949e518ef6ec969649507b3e1d2,Marshfield Clinic,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_27e156f57b8fd43184fe629d5fc60b7d,Martin's Foods,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bcf0499b1206245602c7bea223fed55d,Martin's Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3c4ae7583a9f8453d91415526126f2ee,Martinizing Dry Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_26a719f1617b7942,Marukai,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f3c0dfec75964115,MARVIN'S,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64f59b4d3932544a,Mary Browns Chicken and Taters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31b6bf28b4260a63,Mary's Pizza Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_964383dd4958d4ee67bd67966c3df5eb,Maryland Fried Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d20d40a51d7593f23de13889a3052735,Maryland SportsCare & Rehab & Professional SportsCare & Rehab,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_57b34585fe1ab98b4be4cc399fc30c6f,Mascoma Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c8e33a48e3b0fe1f27c5a2ca67c26161,Maserati,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_0b62e14629148af1696b618f3c5dbd63,Massage Envy,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_48cf94832e223f5f6db8bf8e9c3f5af7,Massage Heights,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_0eb9a210812f86d07cb6c6b046dc457a,MassageLuXe,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_490b5d5c8c4fd070,Massey's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2a76be9089d9f70c099f1139f776095,Massimo Dutti,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6e0d90a0423fd2160e3b8903c2dc446f,Master Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_1e0a400aca5026fd1858b921d0ea08cd,MasterCuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_427a61f3aa086553f22511938eaf9773,Mastro's Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_358a39138c87a230,Matchbox PIzza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_41d66d16ecbbe70d,Matherne's Super Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_49852cbdd9ddbaf36f2f0af9372a8da8,Mathis Brothers Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_831e11d71a0041f2d81c15ad76112d3c,Mathnasium,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_1a11a7c592f69bca98876c223bd9e4c8,Matouk,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_1f4a5d283343d8ad,Matt the Miller's Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57e7cf3c20b64224,Mattress & More,SG_BRAND_76bdb26dab80b8d7,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4b3b04f953d9c06053aba73ef4672702,Mattress Firm,"",442110,Furniture Stores,Furniture Stores,MFRM,NASDAQ +SG_BRAND_7d1db5e19fd79e88,Mattress King,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4dba4e2505975f51917f8fcb604a22b4,Mattress One,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_43714f56660476c14491570aa8cb6407,Mattress Warehouse,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2aa667329bfef95d,Mattress Warehouse Inc,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_83be7c01a435f2731cae6de05b822a0c,Maui Divers Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_c35867c4eff5dbc676b59f3ea1940189,Maui Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a30778528a6e9eaf3c29e53495196218,Maui Wowi,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f8f168c7e78af79a796297500e221a15,maurices,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_8082c3fae6b11bfa,Maverick Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_857fcc0687933d1589554945329fe236,Maverik,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_6e94fef414696888e1cada422b27692a,Mavis Discount Tire,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_f6f1d538e2e2445ed6927ea53a08f44f,Max & Erma's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6dd2e677a6c56251,Max Arnold & Sons LLC,"",424710,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum Bulk Stations and Terminals,"","" +SG_BRAND_5f34483b2ff55768,Max Brenner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45e5a2a121a953429d0c02b453a8af61,Max Mara,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_f0a328c235cb9b62592fcdb1d573d81e,Max Muscle,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_6102595d5f12b4ce,Max Studio,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_45e8e98425969231,Max's Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_79c086debeb9b3e8,Maxem Health Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_713328d86e74f0ef,Maxi,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f89a45a934bf67,Maxor Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_48ef5a40201820f9,Maxway,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_5c406c6f1a68aae2,Maynard's Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_afffabf7ac4a5606f816bc852590dd01,Mayo Clinic Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_59f209acd683bb3b,Mayors,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_b7d0308621091afe8588693966373120,Mazda,"",441110,Automobile Dealers,New Car Dealers,MZDAY,OTCMKTS +SG_BRAND_d913b90c0306899829d5830395db7c5f,Mazzio's Italian Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a7b1ab4c6661237b2868db054a99f47f,McAlister's Deli,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_61d22f6575a06f47,McCarthy Tire,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_352a54b580210b3e,McClure Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1acb147cff4bf1d08d2e89f3df9b99db,McCormick & Schmick's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89deb8287ae6a7ab779085a325a5f3ce,McCoy's Building Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1e16ec3528e9b20e,McCraw Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_5179b21fc1d50950b99b4eecaa48c614,McDonald's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MCD,NYSE +SG_BRAND_182e37246f1e3f23,McKay's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_49b6b1cda514e269f33b01b89cd2dfcc,McKesson,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MCK,NYSE +SG_BRAND_6ce3a31c82278a3b,McKinnons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47581eefc1614b13,McMenamins,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b756e7ee1518c75,McQuade's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_68461493a754df6f,MD Now Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_11578ef312c914ca,Me-N-Ed's Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10ed1370e8d52c43,MEA Primary Care Plus,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_59e4f77574e18b11,Meadows Farms Nursery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_dd01056921209e74,Meatheads Burgers & Fries,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ac57c83e87e38cb,MEDcare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_2e2ad802d159200a41babd8acf3742f6,MEDCO,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",MHS,NYSE +SG_BRAND_f47affe08d7e827c610433b0f56f704d,MedExpress Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_954a849392fc5c9e6ed40daa6bd5dfab,Media Markt Spain,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_e3d6fe8c53ad0246befb2e6ee562a297,Medicap Pharmacy,SG_BRAND_e6b579afa8461d8a315125f18c697f19,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bc4c3ea6b717f96b2a17ad860a537903,Medieval Times Entertainment,"",711190,Performing Arts Companies,Other Performing Arts Companies,"","" +SG_BRAND_bd6627ae2f615f963f3682eb4b5a21b7,Medifast,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_371ed8ab7223e0b8,Mediterranean Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_83acfebea16b1911,MedMen,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MMNFF,OTCMKTS +SG_BRAND_92461b74ceddfe,MedPost Urgent Care,SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,THC,NYSE +SG_BRAND_150aaf3ce4078184,MedSpring Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_cfa0ea75ca111c3c7cf96ed9824ecd3e,MedStar Health,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,"","" +SG_BRAND_3f22cc50d8b65e414af190e0def11b73,Meeks,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1b407d3f72eada198e552ea3ef2dfb1e,Megaplex Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_da8801acf8224dcb0fc1554dfaabec5e,Meijer,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_db6b48fc042f3d3381391caa74ab3e14,Meineke Car Care Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_e376951db984cbcf0294ac7941405c35,Mellow Mushroom,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_221db6d9bf01e1c2,Melrose Family Fashions,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2e7e8f35587e1cc0,Melt Shop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4236172d27616607,Members Cooperative Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_ac634d3e660e5304,Memorial Hermann,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c4572aee90f89411155f29bd22165de3,Memphis Wood Fire Grills,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_ea4bcf22d2b43e23fdcaca9f9b16be77,Menard's,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_886d7e61ac617c15ba305e27aeba5f52,Menchie's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d731526b9cef36525d608a32502ef2b9,Mendocino Farms,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40318796f2b514b0,Mercantil Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_28a0f1ea96b87186959b09d3f4dc4af9,Mercedes Benz,"",441110,Automobile Dealers,New Car Dealers,DMLRY,OTCMKTS +SG_BRAND_25a42b46e8e0429e6288cff02115fa47,Merchants Bank,SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_c4a9c8a49f522eb6,Mercy Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_85c69c700c32ab8a,Merit Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_7b50eee467c9515dd6779b8da48bdf7c,Merle Norman Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_46eb4db202c30c131d0c74610899d4a7,Merlin 200000 Miles Shops,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_26f4590def10248783a1c773fe230cc7,Merrell,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_44f5944cc1e9f835,Merrill Lynch,"",523930,Other Financial Investment Activities,Investment Advice,MTTX,NASDAQ +SG_BRAND_a1e3846a69b269eb0b003d83ed9d69a0,Merrimack County Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_748b33cb2d7ba90c3e71ce53809ba261,Merritt Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_8336974f8bff28246a804c3d31ea932f,Merry Maids,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_22bc7cb5808d58ec49154013c14dda7f,Met Foodmarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d8338e40765960e7e7a8c4c63c01594,Metabolic Research Center,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_267ebbdaa164564c880d080271397617,Metalsmiths Sterling,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_3e62099930e819f,Metro Dentalcare,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_e9c05760667278bb793180dfbd8f3223,Metro Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f760941f862734b2d6d5e6a9fd4de09,Metro Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f98082e677a8192c0eb7efebda95207c,Metro Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_466c5e58583e5f0e529c4c6eb71c4fdf,MetroPCS Wireless,SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_31f3280ea1096155,Metropolitan Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4733f947843c042310f0cea56354b254,Mettler,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_10e4a5a43a173542,Mexican Inn Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7aa60456496e5d94,Mexican Villa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7bf4ea17257d00a6,Mexico Lindo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cfbd063ef837319f95f6c3c3bd106695,Mezeh Mediterranean Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_af897618ee5115cae1abfaae4bf8b116,Mezza Mediterranean Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ef04821a308726904ad8512924634b7e,MFA Inc,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,MFA,NYSE +SG_BRAND_4b265686de98393b,MFA Oil,"",447190,Gasoline Stations,Other Gasoline Stations,"","" +SG_BRAND_51ea13820ab33db608fdc6af3f8186e4,MGM Resorts,"",721120,Traveler Accommodation,Casino Hotels,MGM,NYSE +SG_BRAND_49838ba4bc87007a,MGM Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4180a2e85825d616,Mi Casita,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_900258b7aa4c18c2713e2b08ffd0633e,Mi Cocina,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50b23a4633cf2129,Mi Ranchito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,Miami Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6fac238101fdcd8c,Miceli's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89896b299191a09f8ffde872a296da04,Michael Kors,"",448140,Clothing Stores,Family Clothing Stores,CPRI,NYSE +SG_BRAND_89e08dc506539722a8c06916c897026e,Michaels Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_48c0d010c19c15aff729182501465b8e,Michaels Stores,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",MIK,NASDAQ +SG_BRAND_64e8291299e9649734053cec6832d74f,Michelin North America Inc.,"",326211,Rubber Product Manufacturing,Tire Manufacturing (except Retreading),"","" +SG_BRAND_5e8d20aea751ef7c,Michigan Urgent Care & Occupational Health,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_21a8569d4e6a9212,Mickey Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f4ec2c3e5e5bdc50dcf0937dd89ec2dc,Mickey Shorr,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_94d059a5e14d4c2641f05bd48d94a7f4,Micro Center,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_5f532a3fc4f1ea403f37070f59a7a53a,Microsoft,"",443142,Electronics and Appliance Stores,Electronics Stores,MSFT,NASDAQ +SG_BRAND_3eea9f8779347c94,Microtel Inn and Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_51580924229c9320eff44d32c7e74640,Mid America Clinical Laboratories,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_94c6de8e7f0a3881c14ed4bbbcb514ab,Midas,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_20ce5dfb5cdd4d32,MidFirst Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_52a86b883a2c9afd,MidiCi Neopolitan Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e70329116af07d5,Midland State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7a2f899064b0f64f,Midori Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c02a0180e2875db8d36a494437fe23e2,Midtown Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b93a797674f7257fdaa173f6572fb63a,Midwest Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4eb65fc6607ee873,Midwest Petroleum,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_57487ba49f13c225,Midwest Vision Centers,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_3a10c1ca8b7824f7,Midwood Smokehouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_054f9e874f9d5821,"Mighty Fine Burgers, Fries & Shakes","",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c75c3d7e2fa484d43255abdeffb45dc6,Mighty Flame Propane Exchange,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_2a7f101eff6b1854,Mighty Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d49ea15026df307,Mighty Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7699da4304557b31,Milio's Sandwiches,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2215fe2bdbf3937a,MIllennium Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_cccc4b6e19911a19fb31b3cb470a5f16,Miller Paint,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_a5a8e0af54c372f976a8552b19d42660,Miller's Ale House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c0781e7d4a221a8,Miller's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_281ca1bf597586208d719aacdd67fa73,Mills Fleet Farm,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_748a0a1a6412865e,Milo's Hamburgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_260cf7dfdf6ee3b2b430331f20c8211f,Mimi's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_44c6c370fd1859325f7119e96a81584e,MINI,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_1d8c5f2d089054f1,Mini Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d18fb10536240a9460e8078c4f6e1811,Mini U Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_e1e142a56327163,MiniLuxe,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_205f9fcbaa95603e,Minit Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_26445288810e5750,MinitMan Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f5fd959b8f4d004f14b7d54d2f89b94,Minnieland Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7addbb50380d485c29258638e50c38ac,MinuteClinic,SG_BRAND_72f1a850d966375fa159121c7c8b09a1,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),CVS,NYSE +SG_BRAND_39e3a9ec8e2a01da,Minuteman Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_da6d31429170ed4b9b599780c5e63159,Minuteman Press,"",323113,Printing and Related Support Activities,Commercial Screen Printing,"","" +SG_BRAND_aff67914c57e7582a9ef26f7e3e80183,Mirabito Energy Products,"",221210,Natural Gas Distribution,Natural Gas Distribution,"","" +SG_BRAND_dbd5107585ce3c5233c7dc508e7cedad,Miracle-Ear,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_513aa9820be8fdfc,Miraval Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_37d919842ad8bc5b87fa470376af6d3a,Mission BBQ,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6eb12b87205a0a78,Mister Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_84867ff4b1513634091d5a1c3eb4296a,Mitchell Gold + Bob Williams,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_416cca15361bbe54,Mitchell's Fish Market,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e03de6e9590dc665,Mitchell's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_11eb670fec8a79bd,Mitchell's Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f815564f1fb658fbc1d8df4eb059ea77,Mitsubishi Motors,"",441110,Automobile Dealers,New Car Dealers,MMTOF,OTCMKTS +SG_BRAND_109b1f619cedc25a,Mitsuwa Market Place,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_454235bf4095c78a,Mixt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_160ebfc25995f0fa,MJM Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ab49d1ea4009e85e1da3e0071bd568b5,MJR Digital Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_325036e8d93d80a8,MNI Source,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_5b0bdabac6b05c2e37cd904ce2c6fadf,Mobil,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_e71f02f39f72dd887145ef15a9fceb97,Mobile Mini,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,MINI,NASDAQ +SG_BRAND_2ba1bf1377e1eda4,Mobydick House of Kabob,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20b34dbdde8940a2,Mod Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_64e49e1011d505c4f87a72c2c29be07b,MOD Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3efbddcc0ee96975aacd4e18fc1a3a9a,Modell's Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_b3e899a755e995956df23d01ea766056,Modern Acupuncture,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_423a871bdf1f1eedddf1314aa20f67e2,Modern Market,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27c76400ab1bde32,Modo Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_795bc17a580defad,Moe's Orignal Bar B Que,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f42806be078e8ad6edf966cbbf372579,Moe's Southwest Grill,SG_BRAND_3626cf91f0dde442,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fae9a73856d0261bc4185eaa7409c6cf,Mohawk,"",423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,"","" +SG_BRAND_6c9aa50e3979894f5eaf96f21e955096,Mohegan Sun,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_f8c9b0b85d14062315db8988a76340ea,Moleskine,"",322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,"","" +SG_BRAND_3cdf51e28ad4674e,Mollie Stone's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_23db07228f1b1649,Mom's Organic Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f04ad68a5926150,Momma Goldberg's Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_47db3a68d6365ffd,Monarch Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_aaff7547d7ca1821,Moncler,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d136c29c8966aa743f29c9f8179289e2,Money Mart,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1a3d18277cd2e8d5932bb0d5c4653085,Moneytree,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_c2ae41f41239abb0,Monical's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_70e80b1628563335,Monkey Joe's,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_462c6e01a2086f21,Monro,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_00ec034a0e1b5ad448338d6cca4f465a,Monroe,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6c171239d07f223d3f86699d42c336dd,Monsanto Asgrow and DEKALB,"",111421,"Greenhouse, Nursery, and Floriculture Production",Nursery and Tree Production,"","" +SG_BRAND_1b8e221389c746b9,Montage,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_308f18a586a941517358ea4356ac9c4d,Montana Mike's,SG_BRAND_5a3ecd02bd631b54,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a40df22f64943e2d6e2d37ef55a26c8,Montblanc,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MLCMB,EPA +SG_BRAND_2434b3797899472d,Monterrey Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d031823753b8a59,Montgomery Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_730cd1c680f99dd4,Moosejaw,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_dd7dc37651251aa6361e616ef2f8ed07,MOOYAH,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ddb2ab7b49460f5afa866065a96c96ec,Mor Furniture for Less,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_b1a48b2577d967619db83f8d4172b23b,Morgan Buildings,"",321992,Other Wood Product Manufacturing,Prefabricated Wood Building Manufacturing,"","" +SG_BRAND_1aa704ea288c16e3fdaafce3333e7eb4,Morgan Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_4f981c92c6b18e0e,Morgenthal Frederics,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_512ef2658762ed7867313f26e137fa42,Morrisons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a4a890ad1a00d6b,Mortenson Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_eb46b8c03a20103570adf067bf65fb77,Morton Building,"",236115,Residential Building Construction,New Single-Family Housing Construction (except For-Sale Builders),"","" +SG_BRAND_0f47631937472b7c15b5c95e9b4c402a,Morton Williams Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a0a615905acfba510a89b4d65f7fa55e,Morton's The Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,Motel 6,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_728cd6bd3a1790e6b8c51648580c33a9,Mother's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_31ccd8f9ee06db07,Motherhood Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_5fadde6ba5908b1a,Motion Industries,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_7fb70038e68e9600,MotoMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_11adac1cfd113915,Mountain Hardwear,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1e8f4e48e8ede5113518c2d5acea36fa,Mountain Mike's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ad74e2c885cc4b6,Mountaineer Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f12379d2e0571cb0c196babad0ad667e,Mountainside Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5d94444c35b56a9b00bd6e8d22c9b573,Movado,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MOV,NYSE +SG_BRAND_bbdcf2d34e46de723877b32d7fa190a1,Movie Gallery,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,MOVI,NASDAQ +SG_BRAND_3ac7d71f1abc0f6cace017f8ec7d23d2,Movie Tavern by Marcus,SG_BRAND_a6f6390f0895160f0924d226e97a90aa,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_54c0d79d060b5846,Moxie's,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_3baebb140e1eaa8d,Moxy Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f152897c9477af1,Moye's Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_173677f73724eb74,Mr Chow,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fd85383b50e7bfc,Mr Handyman,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_2daa4cfee1741a7eb4d8935072d3c40a,Mr Jim's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e6fb31b2cd58f99fdccd4b80ec32fab,Mr. Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f53e25d77610a90b0174f9db5ef22ab1,Mr. Hero,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dac102e29e5bc42b,Mr. Mac,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_11a17397cbfcea0bd26ebd70fd5b2336,Mr. Payroll,SG_BRAND_8e4dd7bd1eafa28b,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities","","" +SG_BRAND_29f8ce6666d4687c,Mr. Pickle's Sandwich Shop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2c023640bfc32ed6cff80f66e643120,Mr. Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7e4ede93ace5fa5f,Mr. Submarine,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c4bff7ee5f31b2c5f667c068f2bd50ce,Mr. Tire,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_4883a09589280ea9,Mr. Transmission,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_5bb4fd8e9e6b1fcf24c2f99ccb53f610,Mrs. Fields Gifts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_7ed80027369ca26538908b5e30b6c570,Mrs. Winner's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6351c180fa642ab1,MTY Group Inc,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_298ec32192733964,Muchas Gracias Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efa564e879e607a3ddab88327795737f,Mucho Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32e418672908887a75d9d2eace0fe499,Mud Bay,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_893188b2ead2375714717edcca604bac,Mueller Inc,"",332311,Architectural and Structural Metals Manufacturing,Prefabricated Metal Building and Component Manufacturing,"","" +SG_BRAND_4fbe4fcb8e82e5c5,MugShot's Grill & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5426ec60ec662b89,Muji,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d10e4a3611161b1f,Mulligan Family Fun Center,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_9d4960379a521976155013ed0fa2671f,Multi-Specialty HealthCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1b955d79ab01142e,Murale,SG_BRAND_1b47663a692f81de,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_ba2c83002440d2359dca80a9852be5e6,Murdoch's Ranch & Home Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_00ae747ff5ad20e83df439ab616ecc35,Murphy USA,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,MUSA,NYSE +SG_BRAND_b91a40ef08c49985213bb051150ba2b9,Murphy's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2bdcba67b27c18f120b5543aba2f7020,Muscle Maker Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MMB,NYSE +SG_BRAND_468fdca1732445b45f09ee804f275130,Music & Arts,SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_5a393a755473cbb0,Music Go Round,SG_BRAND_6078c00b7e4eb7c3,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,WINA,NASDAQ +SG_BRAND_1b322400dec2206db69d03f474d8ba8d,Mustard Seed Market & Café,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_4583646522636fb6,Mutts and Co,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5d9c4d15214bcc7dbc4ced56842b5a58,Mutual of Omaha Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3459612970a68a5d,Muvfitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4ce9947c43d48d84,Muvico Theaters,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_e1dafc481f64ce,MVP Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_70ad43ef2f231e93b96e0168a0f2a8f1,My Favorite Muffin,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a20d9bc06bfee379b473b2a9ae408370,My Fit Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e3427b794f658470157d1f5f565e86f,My Gym Children's Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1617da4d9d55dc44df9681ca9dac5c2b,MyEyeDr.,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_050ddbb5d122b659d1a7d274cb860407,MyEyeLab,SG_BRAND_1a21718075662c354a39d31c6d5161a3,446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_a9ff455fc3b0b8f505d5960bcbe6c444,Na Hoku,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3ec5a0f4f4a5e19fa7f66a7b417c8269,Naartjie Kids,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_9e7798957983da852cb2d3716212036a,Naf Naf Middle Eastern Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2232a92d0a865f03,Nail Garden,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_73f44049752a8258,Nails Plus,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_558e1250f39e9ec5303ed0b6f3fb6796,Nambé,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_414d2de83c559468,Nancy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b8aba8c57818c33,Nando's,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_dddd21f70594bf6e,NAPA Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1b2055b23db7f6c8,Napa Fayette Pat Services,"",423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,"","" +SG_BRAND_e17d03cf7333517e1912b40ecfd766b8,Napoleon Grills,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_2c746632e7ef613a,Nashville Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_897e9525928c6537946e8b836dfc1c89,Nathan's Famous,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,NATH,NASDAQ +SG_BRAND_40ff3f31adb8051,National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,NTIOF,OTCMKTS +SG_BRAND_6460e41dfb47afa0,National Bank of Arizona,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1dfcb76f6403d3c7,National Bank Virginia,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_eb3c8d85c6411e34ceb6681425832b72,National Car Rental,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_e0d979d6470fda5ae0d86489b79b612d,National Cash Advance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_031a86b036bad01a966b3d7a5e8470e4,National Glass Association (NGA),"",238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,"","" +SG_BRAND_e9878bebd1957e5e99c21180cdf8e604,National Pest Management Association (NPMA),"",561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,"","" +SG_BRAND_a4389960f6a9eefcb1bba5e35cea4159,National Shooting Sports Foundation (NSSF),"",511120,"Newspaper, Periodical, Book, and Directory Publishers",Periodical Publishers,"","" +SG_BRAND_7f044785a50c420953458855434e0adf,National Tire & Battery (NTB),"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_f511111aeaa30c6b,National Tire Wholesale,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_fa7dd3a3021189f989c83e0a10c9dc23,National TV Sales & Rental,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_4e866c95d852db7a3121e52a7db1a347,Nationwide Vision,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7aeb6d2f859ca2d68975bcc29c1f1da5,Native Foods Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d0bdea475ee7d058649f7015aacdbf87,Native Grill & Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e9c842e3c130af3,Native Roots,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_82eb09495f4ea52db09e563fe80b3ca1,Natural Balance Pet Foods,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5b4f9ae82e10ba6112a8f8fd78134a40,Natural Body,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_73df4257112c7cd3,Natural Chicken Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b6f1da512f40dfae0a7c0784e41f171,Natural Grocers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NGVC,NYSE +SG_BRAND_16692a1340694885718cd230ca3d1e22,Naturalizer,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_c9b3a94cc4ef0508d609ffd6cb591e10,Natuzzi,"",442110,Furniture Stores,Furniture Stores,NTZ,NYSE +SG_BRAND_71354dc837539464f44ecff3e19fe7e6,Nautica,SG_BRAND_8dec87ebe111e2b4,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7d320b59e29d69a0,Navarro,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_8ff42c8c88d1d1924b925f83853cd7d9,Navis Pack & Ship,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,"","" +SG_BRAND_baa77b2fa3dbd0c5f6e3039638bae389,Navistar,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_be82c0a3c3953343b719c69862917553,Navy Exchange,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_b9fc6ca936ba09958d5076dd5ebfac69,Navy Federal Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_4255a706c2b8f064ce8b58c3f6b93504,NBT Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_f5f1b56fb5de5dd0,NCG Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_8a3c51f7bb10e8a5b5af449c125b4656,Neal Tire & Auto,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_757849bdf86f6213,Nebraska Furniture Mart,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_42501d88a10c4010,Needler's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1b9e62f0eb87b4c2,Needs,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,Neiman Marcus,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_bba476f84bdebbd026a91fdbf3bc3416,Nestlé Café,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_4a554af07e7e6645,Net Cost Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4aee0ba8deb6ed0f68f1345844d493fb,Neuhaus,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_16e49361edce36b2,Nevada State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_17d359918fd3a6a893423f72a0898e3f,New Balance,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1855dc120288a8a,New Dixie,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_7b7f221ef3163a3d,New Hampshire Liquor and Wine Outlet,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_d10d1ea2eaa3078cd700d9e4bf0851e3,New Horizon Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_745e627524cb090e,New Leaf Community Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e59c3bbbdf6e494d6f0dc3846a2a7547,New Seasons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f95182d04db27cd4adae94aa64946098,New York & Company,"",448120,Clothing Stores,Women's Clothing Stores,RTW,NYSE +SG_BRAND_cec9553e6d836eb0,New York Fries,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_81cb6bdd4195aa20f26134b2788c1909,New York Health & Racquet Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_911ca522dc0ffcaf22d3d7001ff65a51,New York Life Insurance,"",524113,Insurance Carriers,Direct Life Insurance Carriers,"","" +SG_BRAND_a040be730f9cb3f,New York New York Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66125ed42a91f36b,New York Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_544a3df0e8a2eaf1,New York Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6059e5c465c225a7,Newbury Comics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_32aa08f83e65bdd7e73d5921faae71c6,Newcomer Funeral Home & Cremation Services,"",812210,Death Care Services,Funeral Homes and Funeral Services,"","" +SG_BRAND_3cd74d76cdc8a690,NewDominion Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4c4cd85cde056a31b1c1a526a024587a,Newk's Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8ecd88beeac06b4dcc7674e0b5b88f5b,Newport Creamery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb60d65e2f7f8462,Newport Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2c5b883513346eaa0fb5621bb47da9ae,Next Generation Children's Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_ee1741d5c38de6bdee4a31e7d99ab464,NextCare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7ca0e93e68b53a3590a90a9f163b707e,NHC (National Health Care Corporation),"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_dcca5765a722a437d5b90fbe36c0eeff,Nice N Easy Grocery Shoppes,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_136227df6515730d,Nicholas Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1dc2f1729eee4943,Nick's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_22c3699d3443ae80,Night Lite Pediatrics Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,Nike,"",448210,Shoe Stores,Shoe Stores,NKE,NYSE +SG_BRAND_8ded51290967b4c,Ninja Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bbb7a0b6aada6560,Nissan Motor Company,"",441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_8928603cd5f39e8583cf8becbc180bd2,Nissan North America,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_15f9aa77d1dd796c,Niyjia Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_408efc0c179505c3,No Frills Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f0f653d828996fa,No Grease!,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_895cb4aeaa99ccfad8d0525d95648593,Noah's New York Bagels,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_12e55cc365b8f06d,Nob Hill Foods,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_24d619241fb82b71,Nofrills,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d982694dee007d107504f70d50e43da4,Nomination Worldwide,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_6e4e612dc06a882cd34b8d0466e84a56,Noodles & Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,NDLS,NASDAQ +SG_BRAND_6f90e678bcb218bf125add1cce152959,Norbys Farm Fleet,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3745a5a959c9ad71d1b9514de87a5fa5,NorCal Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_b01106779ddb0e8b,Nordstrom,"",448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_f8828b5b30d5d492d1517b87aec09f96,Nordstrom Rack,SG_BRAND_b01106779ddb0e8b,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_937b376f37f41f2b277838c1b57b6351,NORMS,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ed8964e548536ebfd6088fb350583cb4,Nortek Security & Control,"",334310,Audio and Video Equipment Manufacturing,Audio and Video Equipment Manufacturing,"","" +SG_BRAND_01c7aa8a05a201d0,North 40 Outfitters,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_141c6c2b765459332da36a2e8db80b75,North Coast Roofing Systems,SG_BRAND_1b2818c0478264ea,444190,Building Material and Supplies Dealers,Other Building Material Dealers,BECN,NASDAQ +SG_BRAND_54c385a865aaeb93,North Italia Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8c33208b111ea54b3199e8f9e835630,North Shore Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d0cb686da2055f4bf1d56755eb6577a3,Northeast Georgia Health System,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_48ea4160b06472de,Northeast Georgia Physicians Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_cf0ec53c9fed6686,Northern,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_39802b10785469c2,Northern Lights Pizza Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16ab8140b3a59e193cd6cd2624364801,Northern Tool + Equipment,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_d225fa0c7d2ae449ba60aba604fe7d97,Northgate González Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c58dac900c1368e5,NorthMart,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_2b136b6fead3603b,Northside Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_31a5f0e7c078767f,Northwell Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_a69832ebe8d9a3f9103b8cd9d27c57fb,Northwestern Mutual,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_8d7694adeee12064,Norton Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6aba94cc637d072bce1f1837c324fa2f,Norway Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_573cbcaebab6b5f,Not Your Average Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_06e63dbcb0f18f13ff92bd23dd7f2213,Nothing Bundt Cakes,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_7238d42c44f66d1e6b5b403deeecb4d3,NovaCare Rehabilitation,"",622310,Specialty (except Psychiatric and Substance Abuse) Hospitals,Specialty (except Psychiatric and Substance Abuse) Hospitals,"","" +SG_BRAND_5a0efb92e9973e60,Novant Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_58e4f7bad13800c5e4f3679e95dabd54,NOVUS Glass,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_21c314976c5d31f16d07937ea81031ef,NRCA (National Roofing Contractors Associatio,"",238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_2996ea925e94b6e35fc3caf50dddbc7c,NrGize Lifestyle Cafe,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_11c34964f8cff0d9580b5627b82c71b3,nTelos,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5913cf619a3a07a3,NuCara,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bc9afd4e2584c40671a111828fa78961,Nudie Jeans,"",315190,Apparel Knitting Mills,Other Apparel Knitting Mills,"","" +SG_BRAND_74052a4dad620fde22b548cd6a084f59,Nugget Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a550938d4a50ba7673cd56a2b9da0fb,Numero Uno Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1774ad834f86060d92b99123ae1311a3,Nurse Mates,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_e5365e24fc5005c37f902e505406f767,Nutraceutical,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_db4b8827270aefe87284232e54bd04ab,Nutrien Ag Solutions,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_bd024d556e6d1b4618e9d50cbcf23a01,Nutrishop,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_bf89947b9145e75d3202f2c4561007a0,Nutrition City,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_122a246f7ef28715,Nutrition Smart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bd591027e1d8660ef0eff0cd46c008db,Nutrition Zone,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_63fb6c3de5ee627b,NYCB,"",522110,Depository Credit Intermediation,Commercial Banking,NYCB,NYSE +SG_BRAND_7026142612839b89,NYPD Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1810f1efe2d4be0cec83c66170d68a95,NYX Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_a1602487fdedebfd951608a6646770a1,Nékter Juice Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c1b9d1472316228fa64358d9d4e866bc,O'Charley's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUX,NASDAQ +SG_BRAND_8e5762f2bca5e0a62ef5da4b78de3ed5,O'Reilly Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,ORLY,NASDAQ +SG_BRAND_76825b1034c09c4547bafc7c6f631f17,O2 Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_17442654b28414a947bc676e080f1616,O2B Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_63413f91a4c2e0fa31c5551426870f76,Oakley,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),OO,NYSE +SG_BRAND_117d91c6a02aaac1,Oasis Stop'N Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_65a950db43adb276,Oberweis Dairy,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_412f21bb0f0232e1,Obicá,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56d29db6ceb39da85aa918449ac88680,Oboz Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_4c80f87df195e554,Ocean Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3dbba66d2cde4dc7,Ocean Prime,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f91b513c6a49e54d11ec0e6a929b55d,Ocean State Job Lot,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_542d01c0cb646cc8,Ocean State Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b5043703dafdca112f25dacf8cf78b3a,OceanFirst Bank,"",522110,Depository Credit Intermediation,Commercial Banking,OCFC,NASDAQ +SG_BRAND_b520cc3a3e43a32d,Ochsner,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5075841ea4301026,Octapharma Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_0661749fc43e9bc6bdb08b200f7b3da9,Off Broadway Shoe Warehouse,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_2bd54c48e76ff240,Off/Aisle,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_9575df69ce667567,Office Depot,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_0a7d639630e7333ab41d8dcc8d189e7b,OfficeMax,SG_BRAND_9575df69ce667567,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_7860c3886252c4cd,Oggi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_148e9eaf8e744c19,Ohenry's Coffees,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5713aa76b4e2694a7dfe51510c54c8fa,Ohio State University Wexner Medical,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_cb504401eada7bd5630f78ea6366f675,OhioHealth,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_840f5058f3fa7010c3142d2a8539807f,Oil Changer,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_6f926df094aa19f90e76a982126e8362,Oilstop,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_2db9cc48ee5e27be,OK Tire Stores,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_f420b6f4624d45ed7886dc6db3429442,Olan Mills Portrait Studios,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_fc5a7fe7f7266eb156ec047f0a734399,Old Chicago Pizza and Taproom,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5b2a4e3c09e0829eda2bd41b8727808,Old Country Buffet,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_442f969140249cbc1ff09b17b3b6c149,Old Dominion Freight Line,"",488510,Freight Transportation Arrangement,Freight Transportation Arrangement,ODFL,NASDAQ +SG_BRAND_b9051db14066a865167ed2cea172b3e2,Old Navy,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_f8ab1224308699cecbd1681b5d667075,Old Time Pottery,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_0e658c1f1513878b3e103361691cca44,Oldcastle,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_2431c86af80e87e8f21aa6f4dd439838,Olga's Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_29e52fe03f73e6ce21a527123c4d97b0,Olive Garden,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2d9e2f442f9982a4e218d7ceafb62255,Oliver Peoples,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_36d27fc42bfdcda,Oliveto,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_991d5f52e030a7f58ca30d121b7c5c69,Ollie's Bargain Outlet,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,OLLI,NASDAQ +SG_BRAND_61098b99c11ac5960cef4b0d6cd468dd,Olympia Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9dcdbb68a8a63caa29379592f4d2017f,Olympus,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,OCPNY,OTCMKTS +SG_BRAND_96d46be1284ec09b880b644f1200a2a4,Omaha Steaks,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_f36b7f9b8c409989,Ombudsman,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_d2413eec482054e,Omega Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_61b35895d846b8e4fbbf32b8ee1be5a6,Omni Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_bd3153c1adf543ebe54535cec7183cb2,On The Border,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_734e03b4e879287439d21ecf3aa9d4f2,On The Run Convenience,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_95e2ae894d30fd4735314ac047037d0e,Once Upon a Child,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_2e5216894e201da619a4b6dfa458698f,Oncolab,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_42a2d83db06b7f0e6e7b48a6bebe975c,OnCue,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8cd9a02f90edf94a263d1e0f3fe214c5,One Hour Heating & Air Conditioning,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_00f0efce83a7ff22,One Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_109d4852764fbd37,One Stop,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_641cc4146b01ab4e5e94e47baeb106be,Onelife Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_98fb0ace0d6a940ed8d53f890f79b735,OneMain Financial,"",523930,Other Financial Investment Activities,Investment Advice,OMF,NYSE +SG_BRAND_64717bbc183c85b2,OneWest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_0f943ff8f5fed0bd6eb1f4c3225ba5cc,Ono Hawaiian BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7672305090f0ed85,OPA!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdb179dbe41c5c3,Open Sesame,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8e125314bdcc1c,Orange Julius,SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0fc6daac5e179697fe5e1b1822578618,Orange Leaf Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_77e0833237097990,Orange Shoe Personal Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_80987f2551041e24748e1fd78c94adf1,Orangetheory Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4926561d9ccce7aa8d98f9c3ed7d5e71,Oreck,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_1eca6d1be584f782,Oregano's Pizza Bistro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_307935efe89ead1f,Original ChopShop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6d1f51f5f9332c8e,Original Italian Pie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1216373ee9d0e13,Original Roadhouse Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_822476109ed542a5519e3cd35de9d904,Origins,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_39919f7f9eeea90a,Oritani Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ORIT,NASDAQ +SG_BRAND_bf10d1663255cb005b401daed9c0355b,Orkin,"",561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,"","" +SG_BRAND_563b8b8f9cc1eac2d1a2282af58e4236,Orscheln Farm & Home,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_66811905e1046d49,Ortho Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_e3e08f3a4b59cd36ffd3d1c1d2e1b40c,Orvis,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,7827,TYO +SG_BRAND_53aa5a42ebf89f4,OSF HealthCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_34e0f7d7aa0633e1a2f38bd9ffbefe9f,OshKosh B'gosh,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_a78ad4253f30026780f728464a7feac9,Oticon,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_58b5581231c02274,Our Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_bbda8c58ab2c6658e3afa3d31a8486f1,Outback Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BLMN,NASDAQ +SG_BRAND_286c599e65433a21,Outrigger Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4c486f41fa703b7e,Ovation Brands,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c1c400f98386429797e9d2966f977ba6,Owen's Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7716221de5c733a,Owens Healthcare,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5cc6b20a088e85be,Oxford Learning,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_286a8100d1278b904f0d6fa2b5f02006,OXXO Care Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_c00da3269110666a,P. Terrys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5c67f7e33cda67620d999c4c50e8dcda,P.C. Richard & Son,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_37174149c640145af6f74c2e1e6ed9d3,P.F. Chang's China Bistro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,PFCB,NASDAQ +SG_BRAND_2c2763d94ab6e8b2,Pacific Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5eb2d5649dc22723,Pacific Power Batteries,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c9deba94693f0dc718bbb1912d6f135d,Pacific Sales,SG_BRAND_2c648ef84225e10f0499e7d255eacf71,443141,Electronics and Appliance Stores,Household Appliance Stores,BBY,NYSE +SG_BRAND_6e10daf79d293a59a426b906402666f3,Pacific Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1208c18e36b8fd1a,Pacific West Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PWBO,OTCMKTS +SG_BRAND_76b526f32c160c30b78e44391979dca5,PACK-RAT,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_53577319eb5518dd0225614a160a547a,PacSun,"",448140,Clothing Stores,Family Clothing Stores,PSUN,OTC +SG_BRAND_15377ecb541ea17a,Padow's Hams & Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_c8f7dad2bc6276dc33ca13254934ccdb,Page Plus Cellular,"",517911,Other Telecommunications,Telecommunications Resellers,"","" +SG_BRAND_8b5de7daf246183,Pagliacci,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ed132ba0b2d778d230d944b64ea20eb5,Painting with a Twist,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_718dfe8e6a18ef0,Paisano's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9627d34e0f900b605b86c0483b8a887b,Pak N Save,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_772ee8293fb7a846,Pak-A-Sak,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5dc31d6358b90758,PakMail,"",488991,Other Support Activities for Transportation,Packing and Crating,"","" +SG_BRAND_8dc77ec076bb07392e65e99da5035d7a,Pal's Sudden Service,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb8949405ee193aa4312969079ec9b78,Paladin Heavy Attachments,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_93496224cfdc42adbbd2a27da2072cf4,Paladin Light Attachments,SG_BRAND_fb8949405ee193aa4312969079ec9b78,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_b24c75a4014c967,Pallio's Pizza Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_da7574da1d7a935706093ca3394b6ab1,Palm Beach Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d28013864dd8dade,Palmetto Moon,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_331e613bbf48d85bd73771ddfcdceca0,Pamida,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_23e0dea8add43f7c,Panago Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_80d5e78e7a23a17724ce3e26e74572d4,Pancheros,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_317cfd028226ab35,Pancho Villa's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a453a402f10c481d2fe4cefaa1d2b09,Panda Express,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,Panda Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5aca36eebd9f699e43279800c61b7115,Pandini's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56ea1d0515eb72429fee0c0afcfe8578,Pandora,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,PANDY,OTCMKTS +SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,Panera Bread,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_22618045df5751f1,Panini Kabob Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a2511dbe1db98de,Paninis Bar & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7055f9a8bba57f76,PanIQ Escape Room,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,Papa Gino's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2bc3b742e1d5eb8993fb301179f1700b,Papa John's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PZZA,NASDAQ +SG_BRAND_c84f3e1418c1e4a400bc97e55dd04c31,Papa Murphy's,SG_BRAND_6351c180fa642ab1,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_66082645ac8c8925,Papa Razzi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b5e85293239654c,Papa Severio's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_019ed65b3584fd1c978e0c3e39ca86b2,Papa Vino's Italian Kitchen,SG_BRAND_196a8e1068d8286d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c5d1baf1d92db653ad78c1519bc6f4ab,Papaya Clothing,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_645ad08457e1133ea886ff8abac40acb,Paper Source,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_2785a5e5b4b75931266dfd551a4b766c,Pappadeaux Seafood Kitchen,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e5ab8c5d0e68000,Pappas Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,Pappas Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_080a407bb4550516602efcf9f8220818,Pappasito's Cantina,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b276db333537c66ca679a08db0547130,Papyrus,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_30a7c624815235e9,Par Mar Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_734b15e1bff979be,Paradis,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_72d8c47bc25ee3e2e9751bfbad6c5e2d,Paradise Bakery & Cafe,SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3cd0b7b8d47c9a3,Paragon Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_756853c94edc4d1ae0f236f876c0dcf1,Parcel Plus,"",561990,Other Support Services,All Other Support Services,"","" +SG_BRAND_be1d40bed004757df4369d291725b8dd,Paris Baguette,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e6ed17b33882c45,Park & Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_235efbcf715fea0a,Park Avenue BBQ Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416288d2d347088eee8b3e454e6578ff,Park Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_5e0c739e95bd5179a5f0ed7683f6cedd,Park Inn by Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2b18e4fd0b6de0e2,Park National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3ad9d7826f3afaba,Park National Family of Community Banks,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_75d79844c4f4bd03,Parker's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4e46d90be4603b72,Parker's Corp,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_23335b01d15a570d,Parker's Market,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_25e5063333a11a1b,Parkland Fuel,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7cd9d1074db078a68d99607dcce4369c,ParkSterling,"",522110,Depository Credit Intermediation,Commercial Banking,PSTB,NASDAQ +SG_BRAND_25838da5a104342e,Parkview Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3b375e27788cfd99,Parry's Pizzeria & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_534956a5c67746cc,Partners Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_1e64ae3401df7bf17592bf5cfdf326b3,Parts Plus,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_f0522c7c6ecb0594fd2a2e2f693eb3d9,Party City,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",PRTY,NYSE +SG_BRAND_1a78aa58aafc68de,Party Land,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_2c1c384e3fca6b6,Pastosa Ravioli,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_5426a22ba6700908,Pat's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa822dba516e0cd7f81de5bd9624bfbc,Patagonia,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448140,Clothing Stores,Family Clothing Stores,WWW,NYSE +SG_BRAND_d67f600f1c75736d,Patel Brothers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6c813d1389a6298,Patene,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_4d76ff99c54a1297,Patient First,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_91af38dc479f56d7554a0e362c5e1f03,Patio Enclosures,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_87df2536310c2a9bce50ec61ea2d5fc2,Paul Davis Restoration,"",561720,Services to Buildings and Dwellings,Janitorial Services,"","" +SG_BRAND_bbe1d5c1792b2684c41bad0c79748dc6,Paul Green,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_5df60c7d99f2eab58a3322ae42abbaa3,Paul Martin's American Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ab7866580eb49c8,Paulmac's Pets,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_195e682a76ed05e0c4c727b58a9311c5,Pavilions,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d9ef05728d282af64359a06446d6edf0,PawnMart,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_fac05edd473b3e269cfac3efd862c56d,PawsPlus,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_4b6b4a3aa01321f8a4a18d8aa07e31c4,Pay Less Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56d71909a5171cf3cab4783743acd591,Pay-O-Matic,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_3902751e1b431af32e855a1519dbf2a3,Payless Car Rental,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_a9a5ac69829b8c28d7f2db19710624ff,PCC Natural Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_13f5f649639cdfbf8b356b5b04f18bf0,PDQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0cc880c8e3a6de2c390104acb07e349b,Peachwave Yogurt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4044dd3381110ff61224cf4148d1e9b9,Pear Tree Inn,SG_BRAND_06fdda1299d64c0d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_12296f1d4dc0772a7d874115bd3c84c9,Pearle Vision,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_7730d57d852a0d31,Peck's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_070cec3ea14c3b1c02b157458b34684d,Peerless Tires 4 Less,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_8421bf6b31aaf51cc6dfa83a155940a3,Peet's Coffee and Tea,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d3dd048f1302cb7e61d707e01a4e19a8,Pei Wei Asian Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_766c193b2261f1bf,Pelican State Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_416bc0ad0febdf2ea2593a044afe2e63,Pella,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_6811c58408a5c572,Pendleton Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_77035f644d167655,Pendry,SG_BRAND_1b8e221389c746b9,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_99625fa1cac27bb6a2b33b7638afe47f,Penguin,"",511130,"Newspaper, Periodical, Book, and Directory Publishers",Book Publishers,"","" +SG_BRAND_b0ce663aa17cb44d9691b1013ce5cbaa,Penn Cycle,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_d2cb83d0d920c3430ff4d93ec4b3aaa6,Penn Station,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c06eb5de7607707b,Penningtons,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_af6c27c59994df4f43b61e2dbf21f434,Pennzoil,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_5c7bf1d6802e8c6f,Penseys,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_8384e92891a6984a46c67e0a4a30e98c,Penske Automotive Group,"",441120,Automobile Dealers,Used Car Dealers,PAG,NYSE +SG_BRAND_28a17457e5bc33c99581072edfe18a6a,People's United Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PBCT,NASDAQ +SG_BRAND_ba500255b247ba611331ca6702c1af31,Peoples Bancorp,"",551111,Management of Companies and Enterprises,Offices of Bank Holding Companies,PEBO,NASDAQ +SG_BRAND_64af8ee8aa0e4e7b,Peoples National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7a6878fa59429255fdfb0384e0315e98,PeoplesBank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_8d641cc772014028b61fa819e4227c45,Pep Boys,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_282b35a25659d0dd,Pepper Palace,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_4318f0a8748edbbb,Pepperjax Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49a7a17651fb4055,Perfect Look Salon,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_82f0f32ea90f53c1edf87fcb313c56a6,Perfect Teeth,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_22d9abe3d56f9145dca1f95a92de287a,Performance Bicycle,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_0845ba5d066902ebe2ce88eb23433b40,Perfumania,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",PERF,NASDAQ +SG_BRAND_d1cfc90288a050428014409f080279a2,Perkins Restaurant & Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_597afd2cc2783c0d,Perko's Cafe Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f58e3f5cfb96960,Perry & Sons Market & Grille,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_6ec47fb544d1ff01710a0671dfdc42d7,Perry's Steakhouse & Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0f66e73b02e40ff224ebc1d31d002a71,Pet Club Food and Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_29a84b46d87cd728,Pet Depot,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2b7d255cbe8eb758271fa1c3821f37d2,Pet Extreme,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_f53eb2f1d0542b0a6868fc11136266a1,Pet Food Express,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5bbc97c3a7a0fe95,Pet Pantry Warehouse,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_3e8327f3adffadbfc8d69520d105ae20,Pet Paradise Resort and Day Spa,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_5f1fcc8c188a4bd5682c1a44ce573b43,Pet Planet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_f4108607d19faf23c47490a61fcf1a8c,Pet Pros,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5405d7c00b3b78ed38b451796af65a0f,Pet Supermarket,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_b4cf3a5fc649dcb5ee9e82ca7632ffc7,Pet Supplies Plus,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c3721b7f7bffe146b60737b80bd9f47d,Pet Valu,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_d171f02113d358e58b8758971e4ce571,Pet's Barn,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,Petco,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_6e6d5925aad467b19d755eb15309a2c7,Pete and Mac's,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_c3bd1556ff3cb91c,PETE'S,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_67b4606f3b785360,Pete's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a9d9c82411b3de6f13a94c63fc25b44,Peter Millar,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6b19a9de26cbe3198be73f6fde0fbfac,Peter Piper Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1d86c306ba9b0950,Peterbilt,"",441110,Automobile Dealers,New Car Dealers,PCAR,NASDAQ +SG_BRAND_4b4a46d208062727,Peterson's [Fresh Market],"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3a13e58198df8d42715811429b5f550,Petland,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_469f153466454f2c807af0feb6543e89,PetPeople,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_e655e5ed588dfc1a8fbefb56cbb249e6,Petro Home Services,"",221210,Natural Gas Distribution,Natural Gas Distribution,"","" +SG_BRAND_3fee72208d8794e5,Petro Serve USA,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6e2ef19cc8181d3b,Petro's Chili & Chips,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_478fdeabe681351e,Petro-Canada,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PCZ,NYSE +SG_BRAND_25d73ef28f0d646,Petros Restarants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_385994f897239bb06ac1cdf964372f23,Petsense,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_d9a3806438bfe925df89671009a2363b,PetSmart,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETM,NASDAQ +SG_BRAND_fce64412e68b485394315c6c499c2cce,PGA TOUR Superstore,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_32f843e59089676f,Pharmaca,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3d0743fea9b5a53,Phenix Salon Suites,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_25aeb2f2ea8eef2b,Phil's BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d377c76bed2ca765,Philadelphia Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7e1373d43a40e0886cbf9203889790fe,Phillip Gavriel,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_73ec7f2366612562515e7201b08b9d0b,Phillips 66,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_1a942d1a793ebaec8744103cb992bfb9,Philly Pretzel Factory,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_69f08c4d6807f426,Philly's Best Cheesesteaks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c4be949044c75e68c4e12bbf9aa2acb,Philz Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a2eed544acf0611,Pho Hoa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3180239ee34ed8eb,Phoenix,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_427b43419ae3c949,Phoenix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_17c7dff1a7042629,Phoenix Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_5bec1930c973b857,Physicans Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_c9bb49ed72726853567505da0ad05e0e,Physician's Weight Loss Centers,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_e4a74e4313f2d35,PhysicianOne Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_5e9f65c554a618ae,Physicians Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d14cd4ed2f34f176277146f518dfd74c,Physiotherapy Associates,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_e01e12265b28ac8,Physique57,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_79c309802910ebf7c2a72b8db9264ca3,Piada Italian Street Food,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b715298a142e1ec2afd5bd91491e2472,Piaget,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_6463c903ddfe600f,PIC – Physicians Immediate Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_d58e9a84782497d,Pic-N-Pac,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_b36662e9b4a5a036ac5ea923b922d596,Piccadilly Restaurants,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_3709ac8755375db59e4af8ddfb4f91ed,Pick 'n Save,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_98d9f0509b17a17d9fc5583a9b2f9b9f,Pick Up Stix,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6b26a4e50ad89954,Pickleman's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9bbd85018bfe82deb9634e6af619eb1f,Picture Me,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_d092be5e7ea4048c8fc7bf8d333a0d3c,Picture People,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_1c29f22bfb290458,Picture Show Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2c3083c74ff148b25d9fd3a5e5ca44ff,Pie Five Pizza Co,SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RAVE,NASDAQ +SG_BRAND_514700c1d7609fea,Pie Zoni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f372f9969f6e1ae119a13ff4fc78fd2d,Pieology Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb47be4fe8ceea2ad5c6e80e96705a83,Pier 1 Imports,"",442110,Furniture Stores,Furniture Stores,PIR,NYSE +SG_BRAND_5a8d780be57bce08,Pier 49 Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713244b4002f1f9d90630aa42d4dc9d2,Piercing Pagoda,SG_BRAND_1387c4b21a20509d,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_51d7953e9d86d8b7,Pies & Pints,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_303b3231aea41d82f470d14d1af20ed6,Piggly Wiggly,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_78bda34b14ea54f8dc10f30a18ef3dfa,Pigtails & Crewcuts,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_390125cc210d65ac,Pilates Proworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c4f98f7b0308a552ac5f6d6802412fcb,Pillar Lasers,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_70ee541161859d65,Pilot Flying J,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_dcef5094cf7163405ff81ec074b0e1bf,Pinch A Penny,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_7fb2cf6ac5a4edb3,Pincho Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e3d7ec598491c171f5113373234fad12,Pinecrest Schools,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_5ca62fdd3c311e58,Pink Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5c2eb026c1d4ad95,Pink Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_04d0d7a918ea9bfa51c4c1577bc66947,Pinkberry,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3ddf1b35295434005907a8cb2cacdf6d,Pinot's Palette,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_5fc1cd51b8579c7e,Pinstripes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11496f7439a9122c,Pioneer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PBFS,NASDAQ +SG_BRAND_5ee818ccf638c43,Pioneer Bank New Mexico,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_23700ad89252400d65a4c382edc20243,Pioneer Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f2d889c8b3e9565428e81f474ee0634f,PIP Printing and Marketing,"",541810,"Advertising, Public Relations, and Related Services",Advertising Agencies,"","" +SG_BRAND_df8c4eafe5f7e1bc,Pirate's Dinner Adventure,"",711110,Performing Arts Companies,Theater Companies and Dinner Theaters,"","" +SG_BRAND_fe91df46fb3a8d30e80a38dda20ec3c6,Pirch,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_e204050c93ada3ca5f2fe4dacc4ff4af,Pirelli Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,PIRC,BIT +SG_BRAND_78fefdcc68adba68,Pirtek,"",332510,Hardware Manufacturing,Hardware Manufacturing,"","" +SG_BRAND_fcd66f84865d4bf,Pit Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_73323887e47473b9,Pita Jungle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bd24e51034479e400ca242c0e7016c60,Pita Pit,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10d02a4d7e9b82b8,Pita Pouch,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_34d7756ccaa4d5de,Pitfire Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60a9b95d710d51b8,Pittsburgh Blue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c96d8b53e8252722a5ff32ee90d31628,PIVOT Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_1a0387931a98f2ed,Pizza 9,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_716e21825db7e396,Pizza Boli's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6851c5405c602942,Pizza Cucinova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e0ba831ff263321b607cc915cff4cda6,Pizza Factory,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a11bbd21720b2d5009647b0f6f0a14c0,Pizza Five85,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_27d17f416fb26d5d,Pizza Fusion,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_635dc70cc6312d1d,Pizza Guys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f2a4b730dc533366115ba7f5168b074,Pizza Hut,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,Pizza Inn,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RAVE,NASDAQ +SG_BRAND_27ea8c18d3438dc32681a373006c7477,Pizza Joe's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_84c1c636e9945ee8fa14664918695ffd,Pizza King,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48ac37fc5cc6d312,Pizza Loca,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_19d16c424de77a9e,Pizza My Heart,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9fcf570619130b2b,Pizza Nova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e502ac8044275374331373ec90b098e2,Pizza Patrón,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5a090925a0646b36,Pizza Pie Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2430f065c1f923fd,Pizza Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,PZRIF,OTCMKTS +SG_BRAND_3e09021a95e9a0311fda23fd69295042,Pizza Plus,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f53ecbf2df960409015ffe87f91281e6,Pizza Pro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48f70a49e270a43561136fef89ec4951,Pizza Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11eb79cdf1763342,Pizza Shoppe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0b42eb8397275ba8363ed208c6a898b1,Pizza Studio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_35b8bec713aea7be,Pizza Time,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b2a7f06be78e8899a4468eb6043e0e29,PizzaFire,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e4234b7d8f1a282cee29c69a17bd146,PizzaRev,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_457f285041d3b02c,Pizzeria Limone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_93e43b14a05847f38ae411633464884f,Pizzeria Locale,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_34988ab0416af6f9,Pizzicato,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31052fa99154c3e3,PJ's Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_236b2595ccdd6db3ae7cbd28596d9f55,Plaid Pantry,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2d3b83c8d86a9869f133e566dd13f9b6,PlainsCapital Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b3f873b58fb95d03449d26986257971b,Planet Beach,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_5fda78369027788cb79d6348b3db52c7,Planet Beauty,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_55996cb8243864af8733b75cce143693,Planet Blue,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_c31fc3155fb9ca076972bb72985724fb,Planet Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,PLNT,NYSE +SG_BRAND_1de0faac203bc5d76fc180d2cd81d167,Planet Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9eea06fd0ff171b0ece9897f482dd9c1,Planet Sub,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_45fd706488b1c64a,Planet Wings,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ce992da6345c524a22db401bc1a5d69a,Planned Parenthood,"",621410,Outpatient Care Centers,Family Planning Centers,"","" +SG_BRAND_053cebbdc5c9a2d4,PlasmaCare,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_e75c84525f49039dbdf30696eadd03c0,Plateau Telecommunications,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_ab9f5c33031a41b8c877ad3dd5dc7660,Plato's Closet,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_e4391be29252fc46aa342532b08e867c,Platt Electric Supply,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_d6080580b709ba5ef619b3d803b34ce2,Play It Again Sports,SG_BRAND_6078c00b7e4eb7c3,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,WINA,NASDAQ +SG_BRAND_fe01e40065eb2519808115f9e1922b4c,Play N Trade,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_4471e4e92b3499bf,Plaza Azteca Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09173ef7e4bcd1addd7507ce2554a138,Plaza Tire Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_766d0b03bb5448c6,Plex Hiwire,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_4059c12f57ca29bc,Plow & Hearth,"",811411,Personal and Household Goods Repair and Maintenance,Home and Garden Equipment Repair and Maintenance,"","" +SG_BRAND_c5d14ca9034b55005bb28c0185f4b1df,PLS Financial Services,"",523930,Other Financial Investment Activities,Investment Advice,"","" +SG_BRAND_694277bded2fd376,Pluckers Wing Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1040df5856d18f505124392b6df376f4,Ply Gem,"",238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors","","" +SG_BRAND_539b23a0a9034b53,PM Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8d118958765f090,PMG Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_497acb260184e50118775402a5fd6e23,PNC Financial Services,"",522110,Depository Credit Intermediation,Commercial Banking,PNC,NYSE +SG_BRAND_41c4a4d2bca23c054e93f08d7899c743,PODS,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_1757565a9045d17c,Points Tire & Auto Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_cb639fee2cac7035,Poke Bar,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10c49b5f83f3a1c5,Poke Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40cbfdaab871cf38,Pokeatery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_71f76d30fae4bd35087d25694b18a702,Polaris,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",PII,NYSE +SG_BRAND_498fbe3761627982e03711e0b95cfdd1,Polaris Pool,SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,"","" +SG_BRAND_671126422e1486cd,Polito's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_821d4425273bf5ae8a220486b0974f81,Pollo Campero,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7079c42698203d70df4a030591fe99b8,Pollo Tropical,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7c523034f2c42b1b,Polly's Pies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b32dcb03e408513a17f757b9b1c5695e,Pom Pom at Home,"",314120,Textile Furnishings Mills,Curtain and Linen Mills,"","" +SG_BRAND_c8bffafbe36a3f42acd25709ee81781a,POM Wonderful,"",311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,"","" +SG_BRAND_66e97b2565f3a14f,Pomp's Tire Service,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_727497df56e1e7bb23694e3f6d4b39f3,Poncho's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38198dd232f636dff4a4799dfef61797,Pontiac,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_43ebfa67fd163e08,Pontillo's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2001dcdaa38a17c,Pop Physique,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5725c57624e4d885d0bf718123615aa9,Popeyes Louisiana Kitchen,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PLKI,NASDAQ +SG_BRAND_35ec44890aeee5cc,Popingo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_39bd1e4e59bb37377cdd7b131f01dc40,Popular Community Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BPOP,NASDAQ +SG_BRAND_d599eae7a636d54c1c707514b1a76d77,Porsche,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_56da8d7c45459042,Port City Java,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_53f82ce3b8399c273b24ef0e0858752a,Port of Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_481e91e018e72401,Porters Thriftway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a84b23af0bf699bc6c47f5d9ab535543,Portillo's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ec24f87328fa68618c63c7e473ec2516,Portrait Innovations,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_14e796dfa4aa4358,Ports Via Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_750c44cf5feb72dd1601471cc27346ea,PostalAnnex+,"",541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,"","" +SG_BRAND_a15b78cd3b4f8a32ded3276cdd4acad4,PostNet,"",561990,Other Support Services,All Other Support Services,"","" +SG_BRAND_14223a0f5c0343028b9744ebb74e584d,Potbelly Sandwich Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PBPB,NASDAQ +SG_BRAND_d047c33f8493ecedcbb92c566094c59b,Pottery Barn,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c9e0f6b05480d3e8e87019974ebb5cd4,Pottery Barn Kids,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_67db410f91aa5b8d,Pottery Barn Teen,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_43578c2dc66c6721,Pour Boy Oil,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_562ecd5a0ef8e121,Powell's Books,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2140189fdf79eca0be730dcc6d31af39,Power Finance Texas,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4f0cb4e8eac67055f83b63d4cdd1fc8d,Powerhouse Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b873bcfb04fb1cb99617cd050a187a3d,PPG Pittsburgh Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,PPG,NYSE +SG_BRAND_5d763b2b0a9259a40809888b1aec55b6,Prada,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7c3a4dc0fc8b74fc,Prairie Life Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_176374b208ace015,"Prairieland FS, Inc.","",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_832aee914b26c5a95d18b2f811fd8f61,Praxair,"",424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,PX,NYSE +SG_BRAND_c578fdc54746d5b7f271a46eedc169c2,Precision Tune Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_a612cd13f29beed4dc9db5c1b735b5da,Premier Home Furnishings,SG_BRAND_4d9a54cd3f7d9b32,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_7fcf8b78c6d05d33,Premier Rental Purchase,SG_BRAND_4d9a54cd3f7d9b32,532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_61f319517171f711,Premiere Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_396dea43936f127f,Prenger Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_300f7efb4390a30,Presidente Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bc9bccf393752400ce3fd236f13731e4,Presidente Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ef28a87619493738e21f2ea4bebe11a9,Pressed Juicery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3252dda3cd896fac,Prestige Preschool Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_67ba20016e573eb6,Presto Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dc0f15ca936ea290fa731e767c89b64a,Pret A Manger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_592386bc585f383,Pretty Kitty,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_930b411a8d999aa086093b0d9a0145df,Pretzelmaker,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_4ddc49e63af96dd8,Prevea Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6ddb6b6c8076ea69,Pri Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_cdc9c3cedf502f57,Price Chopper,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11c3dca162d085812b85a046a1c40563,Price Chopper New England,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2fd93364efe4c1fb2d68cb440ed5485,Price Cutter,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a0979481d303da64cde2859ee5508ef,Price Less Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e36d85e97a3924170277fdc8e0df0453,PriceRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4ff65e20eb4dedfe,Pride,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_66739066f2c3ef9a,Pride Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_1f8883d3d36cf577,Pride Staff,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_dbc77e09f01f6ac,Primanti Bros.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_06fe650d18ad76f5ee1e9fd346830bb3,Primark Stores EU,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1a3199a6e1f4f63e,Primary Health Medical Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8f0572de082ff57a9abbc4bd60826253,Primerica,"",523930,Other Financial Investment Activities,Investment Advice,PRI,NYSE +SG_BRAND_447e8ddad45095ab,PrimoHoagies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_671f0a1e19481c25,Primos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ff66da1518bb61132995a7578bdb189,Primrose Schools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_5b00e38e507ebd68,Pro Cuts,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_6fe947ced3835172,Pro Image Sports,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_3e6a220ec6d4633a,Pro Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_cae3387f38b41e8da34f81a4e4cb366c,Pro Scan Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_1b0a0c35f83c00b64c7e7937d44e3d9c,Pro-Cuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_cab1308e610afe0bf763ec05dc9edc28,Progressive Waste Solutions,"",562219,Waste Treatment and Disposal,Other Nonhazardous Waste Treatment and Disposal,"","" +SG_BRAND_79b7e89d5262c00ea83d2fc025e0a595,ProHEALTH Care Associates,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_e534bc70bdac768a69613385bd2f4f31,Project Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6115a1cd20060ffd3aa95c04eed33859,Project Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5a2dc61ec30f7357,Promptu Immediate Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_a6e5a8da0193bd69c8b4455d56e53468,Pronto (National Pronto Association),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_bb0ed605e96a5dd8b0c0e49c648e4e7c,Pronto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_140833668ca1652a,Propark,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_39386da23b9d1b55,Proper Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5ec45d2cc24bed1baff97fd5de492d68,ProSource Wholesale Flooring,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_8b8e896e217e3e59b67d4da4202c5224,Protein Bar & Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1bee56d1065af8f2,Providence Health & Services,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c9bf983b35126af,Provigo,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0bcf22ae71884bde08d76736332bea6b,Provino's Italian Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d478d340d2bb879,PS Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9d76fdc2dd982c079579b3062d620815,PT Solutions Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_a31aaa83f438de8,Public School Restaurant and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1a2e7806afb9c1c7d60fd00219204dde,Public Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,PSA,NYSE +SG_BRAND_8816cf3aede474ecbdb03d62efaad185,Publix Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7fb64b3ff5a3af4f,Puccini's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2017b7d0fd92f05ed953672386947601,Pulp Juice and Smoothie Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_94e676c2fd6dd11e6fbd5694105794d7,PUMA,"",448210,Shoe Stores,Shoe Stores,PMMAF,OTCMKTS +SG_BRAND_35004b0060996679,Pump & Pantry,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_60d90da77f54ec0f146da4c812c5bb8f,Pump It Up,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_455c348d8652cc1cbafd25cf0c804572,Punch Bowl Social,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_5f31876c367cecb8b8db3b2a14e6d2cb,Purcell Tire & Rubber,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_5c009b6db1eacf4a65d273d0f19b3c73,Pure Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_72738e5f736a827b,Pure Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_76e8ec7a807445d4ef80d35d2ed37532,PureBeauty Salons & Boutiques,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_1912d074ad7936860178d907d110bd60,Purina Mills,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_31d4779c75d18c55392fbd4fe987d4b3,Putt Putt Fun Center,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_9844f56098987d277d93d1f16d61be5f,QBE Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,QBIEY,OTCMKTS +SG_BRAND_ef6473af242b9d8860555eb606b1ca6a,QC Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_a8a4c5ffbc96276d7bbbabfa5bb2a076,Qdoba Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_42d5b0416d0686b72e492f2a0eed218c,QFC (Quality Food Centers),SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56ff2e5271c4723,Qik-N-EZ,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ebaa606f6506c7210bfe441dc317e820,Quaker Steak & Lube,SG_BRAND_27a15966382ba3e78015b40d2e1fa976,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TA,NASDAQ +SG_BRAND_9f18ade53828e57,Quality Dairy,"",424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,"","" +SG_BRAND_196a8e1068d8286d,Quality Dining Inc (QDI),"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_661b51693f879a20,Quality Foods,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_651e8ed61dd14af7a20c84019dc47d2b,Quality Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_70e39dccaa7f4fb1,Quality Oil/Quality Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7b084b361448eb34,Quality Plus,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a4eb5bae8cb542a1cdbf83d9bdcc98ae,Quarles Fleet Fueling,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_91fada511f103594c33c715188cb9f20,Queen City,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,Quest Diagnostics,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,DGX,NYSE +SG_BRAND_d57825fb7926a6df09e009d9fec465ef,Quick Lane,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_29dd603b65978d69,Quick Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_45789ca8cd5333ce,Quick Quack Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_6241cb18d96b87aa,Quick Shop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1f4bb7e62b5c865f49efd4bb51d5af7c,Quick Weight Loss Center,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_601eeaf874044db9a43e75afff89610c,QuickChek,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_50f6c9d7ca642d25,Quickly,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_118be42d2540a7d6,Quik Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_59466f179cf6122e6f8ac4cb9574e63e,Quik Stop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7045c7860c77ee4770cc730052be2c2a,Quik-Lend Cash,SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_7732de3aeaa5886f,QuikE,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_16d1be2e0123eee3fec37575026358d9,QuikTrip,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6f30cae859040bcb,Quillin's Quality Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a6b9c3bed128c3bc3670fd20dbaadeac,Quiznos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ecfba3ce28f1b98,Qwench Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_72fd9b3f5c87a024ebc90a86049e7e08,R Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23f03aa7fff568b0,R+D Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d2dc91203b2e22a,R-Store,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6f1e419edf353905,R.E. Michel,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_fbf8df1c3a2a1233ab2583c11aeb1d89,Ra Sushi,SG_BRAND_b367560055f0c6e17704a0cb9acda26d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_14820a1ca040114bf511d5d5339a2791,Raben Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_093c316deb8511f8852224f993dfa984,Race Brothers Farm and Home Supply,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,RaceTrac,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_58188567547a3af7668c84f3516a0bfb,RaceWay,SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6085a08ea13936bb,Rachelle-Bery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b68625fa612b400cf39fff24d91a9b90,Rack Room Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_c01285d1f03561f1cf277f0e832a1d75,Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2888e97304c6a2cdd30a1cbc77cc9e54,Radisson Blu,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,Radisson Hotel Group (formerly Carlson Rezidor Hotel Group),"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2c5cc37752704216,Radisson Red,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1ace6e615ad6f164ed29dc189df3402d,Rag & Bone,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2935530f2cf4801f,Ragstock,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4ca5e8fb3abded90a4ae19c472d461da,Rainbow Shops,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6374b6e31555422425c699d36b989235,Rainforest Cafe,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8017619598f197e2494560ec1e052c69,Raising Cane's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3c9ffd11765dcd22,Rajbhog Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f5a067a91b7712,Raley's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_165bf44d6f055b25,Rally,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_c9d830782ede12dd874be6339b79c17a,Rally's Drive-In Restaurants,SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,Ralph Lauren,"",448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5c2551f3e24165ee,Ralph's Italian ices & Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5de385daebaef4e582bb3da40e9dcd5c,Ralphs,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_a79fa98d177070d8,Ram,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_960f53aa910fbff14ccd1822cc414287,Ram Restaurant and Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_755df91abf3f0c56d706d7a68f441ce5,Ramada,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_430e38c9f32fc713,Ramen Yamadaya,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7df3cb7454a96825,Ramey's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1e8673ea429f28b5,Ramona Tire & Service Center,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_d381193dc1f482a,Ramunito's Brick Oven Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37c3c6814c3311f6d43f70b6dfee7d7f,Ranch One,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_9ef317a5a21f46f5fbf017ea5b52ec29,Rancho Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c18ae7aefd183082f6d66bf917c778b,Rancho San Miguel Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f364c288ff8b60e83b0795d2dfeee36,Randall's Food Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b6a2fd99dc6a8284818b61208f81428f,Randolph-Brooks Federal Credit Union (RBFCU),"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_4f9edafdca8658f8aba5a066069fc022,Randstad,"",561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_95a9f31b01d5dbda5b395f48f2a36316,Ranger Boats,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_4037845ed26a27b093d7da2f901a26a9,Rapid Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f68ad9d6387c821d7a2cc4dc440a8087,Rapid Refill,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_1be6e978f710d5d5,Rapid Roberts,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7e579871dc62c92d,Rapid Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_9f3c04a2db270a148c1de2a0dea9a7af,RapidXchange,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_3465f641a4548515,Rascal House Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d23b5a42767cf84f5a535b5a54fa5678,Rave Cinemas,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_2aec4dc2e04b4bc,Rax,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_54921565d09ad66c2977781184732ffe,Ray's Food Place,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1d33d996f84ed96d957d92254c1ff53b,Raymond James Financial,"",523930,Other Financial Investment Activities,Investment Advice,RJF,NYSE +SG_BRAND_def6d8fa7584b0c820ff2079e625327d,Raymour and Flanigan Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_ac4d8b5d16f1876d3280dd6d2adb01c1,RC Willey Home Furnishings,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_1835f17081a6e113,RDO Equipment Co,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_89d515c4629a3611,Reading Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_75f138d04554c120,Realo Discount Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_7e9e12c5e02342de,Ream's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_20b3e9fa515f049c,Reasor's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_65ed72f435ddd53cb3efb0b018ce2af4,Rebecca,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_aec6d751ec3aad6fcdead192ba47b700,Rebecca Minkoff,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_bfaf46323fb38a0,Rebounderz,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_f758fc42d7832ff62815e743713f9087,Red Hot and Blue Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4e26140f6ce48c53,Red Lion Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_c586c3045452d17f,Red Lion Inn & Suites,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_555bc88c634b70fc1811399c472524bc,Red Lobster,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6fd78859d199d2811a6fb1225910294c,Red Mango,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2d5d94799c5a173d,Red O Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43c37828eea455d9,Red Olive,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e70fc8a184e89d79,Red Robin Gourmet Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RRGB,NASDAQ +SG_BRAND_5596332340ca64ad125f8982d64f1ab7,Red Roof Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_729e1119b32d21b5390ab07cd23db08d,Red Wing Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7977c05a8011ecc,Red's Savoy Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bf042760ab63ffd13a7af0c01fbc3868,RedBrick Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_691fac1802b512370aba6a4aaf6314a3,Reddy Ice,"",312113,Beverage Manufacturing,Ice Manufacturing,"","" +SG_BRAND_2955eebac1737126,Redi Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f12c449ad7996c8faa951a9736f7a08f,RediClinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_7b81f0304b97323a7cda9e4c40e66335,Redlands Grill,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_13d0e2952c54b4418e6960f6efa67c71,RedMax,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_23c9aa8354e8efa6,Redneck Heaven,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0355fa435a191f7e087cc2614782be13,Redner's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6eec518e124a7268,Redrock Canyon Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_36800efc87eab039,Redstone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_88b1432e046d3580de43f0d2ccc09bce,Reebok,SG_BRAND_4db6adde7999319bfb67bee86942f8e9,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_dd1e82c38674d0a23acc338bbc4c2b83,Reeds Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_4191381fa35830a4,Reel Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_618e25b628ca3a46,Reforming Indy Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6cdab01ceb7ce1a3aa0ed865233aa6cb,Regal Entertainment Group,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_e47221f86f8daf82,Regal Entertainment Group inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_024ec2525e0db48ed1f9f6013a43907b,Regal Nails Salon & Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_44fca72a05d33c5ef67c2e1381c0d413,Regency Beauty Institute,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_52fd98d222d8a6fd,Regency Hospital Company,SG_BRAND_067d3dc3c5235609,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_2620f31b293577da,Regina Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e651ef829b02536122f02e77537d18fa,Regional Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,RF,NYSE +SG_BRAND_fdb30999f82136215abf97c7bd020043,Regions Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RF,NYSE +SG_BRAND_2f65554b99c708fa,Regis Corporation,"",812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_7bdaf386ef829f4e,Regis Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_bea0184aac2ef216c834b3e24a88c38e,REI,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,REI,NYSEAMERICAN +SG_BRAND_58226a0e41d4cc4c,Reid's,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_5680246793034d75,Relax and Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_f0eb6ecd25936765018866832242a5b3,Relax The Back,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_f31214ffa210f1ae373e7066856bf4f9,Reliable Beauty,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_ef2f6df1036f30c0b18d02f147ac8d1c,Rembrandt Charms,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_96d1e09b0fae1176e4bf323bf418bb72,Remington Arms,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_039ea5d4e06fd7b0528ae2793bb8818b,Remke Markets,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,"","" +SG_BRAND_aa9fc7f96c254ba2c9b154634c0fc307,Renaissance Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_902a1f0263e4b9be9b6512f9c58b84e6,Renasant Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RNST,NASDAQ +SG_BRAND_d7694603918f4ff69d9496762dfc7297,Renewal By Anderson,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_f9613c02f3280c9e1f932797be12a106,Rent 1st,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_e1676df366c0c6eb8bc617f81b4a759c,Rent A Wheel,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_dd1a73ad9a2ade954c989c8bf3a3011f,Rent A Wreck,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_d74566a656b266e1cfce524881896052,Rent King,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_a2b9898bac4bf2928e41f495241330f7,Rent One,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_f10afe4f0834b5f7dd95c0feceabbf7c,RENT-2-OWN,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_9253e13a376344832320449173132b9d,Rent-A-Center,"",532310,General Rental Centers,General Rental Centers,RCII,NASDAQ +SG_BRAND_4ffd28c1d78708fd,Renys,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_e82130d211d31390d2fb5bd864eff50b,Republic Services,"",562211,Waste Treatment and Disposal,Hazardous Waste Treatment and Disposal,RSG,NYSE +SG_BRAND_7e071baa024a365a452b8ff5e4fb26a7,Residence Inn by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_16283fcd03ab7a58,Restaurant Amir,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_af6efd1c6e8b04bb,Restaurant Brands International,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,QSR,NYSE +SG_BRAND_7c25fd3f2c88048da5110b04786f7e60,Restaurant Depot,SG_BRAND_551fe333050a845e6da8be88d9789a4c,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_45ef2cf3d02e104e53493945a2b3c191,Restoration Hardware,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,RH,NYSE +SG_BRAND_83df0976e154b9350581650968aa2b54,Retro Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1c832b88309e5da3,Rev Cycle Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_783dd6e285cf34d0,Revelator Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_a9199aeea4ad3377a928ed016e2bf67a,Rexel,"",423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,RXEEY,OTCMKTS +SG_BRAND_7e9684f3ab05f6d9,Rey Del Pollo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f0cd34bb9e3442e,Rhodes 101,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f3811919e5414cdd7d72439bc029b777,Ria Money Transfer,"",522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities","","" +SG_BRAND_6ddf53982d73002cf3bd72c03e49452c,RibCrib,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_73d34855d503952b,Rice King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60d327a02719f9b5,Richard's Whole Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1bcf1b486cba69b5,Richard'sFoodporium,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_673dc89211c2bf0e,Richland Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_49ab6b19540b4993,Ricky's,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5de03971d00651cf,Riddle's Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_328bcfcba54b02fe,Ride Indoor Cycling,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_81dc607c0ddee5a,Ridley's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d361b518424f873,Riesbeck's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_933b043e46cbd35fe0f3ebb5a77c791e,Right at Home,"",621610,Home Health Care Services,Home Health Care Services,HOME,NYSE +SG_BRAND_62e6612bd7b05f7e,Righttime Medical Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3980d312910a130f,Riley Rose,SG_BRAND_88461a3df4ffdc97,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_f3b168bbd6cb5c925590ac88e880398e,Ring Power,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_64758a79aa364b98,Rinkov Eyecare Centers,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_22ab7d8911251085,Rio Grande Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ee7523fdf834df39febc0ed5b248c352,Rio Ranch Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ac1ecbfb50b496f6,Ripley's Entertainment Inc,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_15294874e87bd7c80a8c3262adc6e7d6,Ris Roofing & Insulation Supply,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_3908fd3077838082,Rising Roll Gourmet Cafe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0c60bb005d8d68ca62b8eee9658b0a23,Rita's Italian Ice,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c7706c9b14f2ca266c2a309dba059031,Rite Aid,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,RAD,NYSE +SG_BRAND_4ee28bb33f9574fc240077bfd6240cb8,RiteCheck,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_83336c747e2de42,Ritter's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4167ab3b6305b456,Rituals Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_32b85fdb53765e47,Ritzman Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_50d0958e2b135ac3cf44dbf321dedaab,Riviera Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3cb5211af9550ad8d98ca74077406016,RNR Tire Express,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_a7debc799fc7db0cf14f3f2506b1b8a4,Road Ranger,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2a0a92cbe6862bed,Road Runner Sports,"",517311,Wired and Wireless Telecommunications Carriers,Wired Telecommunications Carriers,"","" +SG_BRAND_37d81d07757147da,Roadrunner Markets,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fd82082115187cedf929c941ca41ce27,Roady's,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_967bc8e3bc77ab5e6d2ddeb22b8f6df8,Robeks,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9cfcd83fb00470d2a0384c8578593a2e,Robert Wayne Footwear,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_90106d9ec0a3850,Robin's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_49ccb5e882acbfdb,Robinson's Taekwondo,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e5e71d48c9520d6,Roca Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5c670b37336beeb5,Rocco's Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1006678755cfe2bc,Roche Brothers Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dbeac57353692520e327d7dbf6579209,Rochester Big & Tall,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_31e2651b7397e1e0e3bd8305a5f985ce,Rock & Brews,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2cbda91073e79599,Rock and Reilly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ab72289b6411a6674cc754c0506ac947,Rock Bottom Restaurant & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66241b8c5b9b8e49,Rock n Joe Coffee Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_733134c59cc988d6,Rock's Discount Vitamins,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_7ecb2d688572378e,Rocket Fizz,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1c540ed95835c08eb0126cba4d99e3d6,Rockin' Jump,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_6913ef2707ecf0a6989493596e649c1a,Rockland Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_11f0d2db6eb303df,Rockler,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_faf821654491145e08d946a04db4f3d8,Rockwood Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,Rocky Boots,"",316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_2034fa949f3cd3a17c3af5af5db4897d,Rocky Mountain Chocolate Factory,"",445292,Specialty Food Stores,Confectionery and Nut Stores,RMCF,NASDAQ +SG_BRAND_67816b283b95f849,Rocky Mountain High Dispensary,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_22423ef7d37320f9,Rocky Mountain Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b966b6a3ce93646d,Rocky Rococo Pizza and Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3bb358cc7d06b434,Rocky Top Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7b2e86980ff423a5,RocOne,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_157f367cf4a483f0,ROCS,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8f8c477cc1997e9819b1034f3c3aa16a,Rodda Paint,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_6615e62073020a0b,Rodeo Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61f9ea58114ff6510327c10141b22cd1,Rodeway Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_5404253e29563a7d,Rodizio Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f7b5ff748883f5e,Rogan's Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5a9e327943b4e5609c11f7cabf3ad14e,Roger Dunn Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_133c044f40d6fce5,Rogers & Hollands,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_8c8a50cf61983351,Rogers Jewelry Co.,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_83b48dda8302d3652a572c03a89fde8d,Rogy's Learning Place,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_495b086776e9efccc306e291f4948925,Rolex,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_a678b1f7a753a9dab9379b18a6451a99,Rolls‑Royce Motor Cars,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_9fb0158640de6cb692a0946314f5a605,Roly Poly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7211bbce5d6ab162,Roma Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d07a345ae93aed458709c355f6da5562,Romantix,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1ffa1888685b828b,Romeo's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_40b76c31b1610ba6,Romp & Roll,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_53bd150cb82c07a5,Ron's Hamburgers & Chili,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12ed73d18609637f,Ronzio Pizza & Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48107276841a0cd44c9060d5d29db9a2,Roof Depot,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_1a6d9b353775104105f10788fefc075a,Roofline Supply & Delivery,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_675cf1d502b80c1e6400e38c66fe9781,Room & Board,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,Rooms To Go,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_238b09c8cb8148de,Rooms To Go: Kids,SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2e6ff9a2555e88b16a5e435cb01c9b46,Roosters,SG_BRAND_2f65554b99c708fa,812111,Personal Care Services,Barber Shops,RGS,NYSE +SG_BRAND_6de0d6fa121f2f1642763ef3942754d7,Roosters Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_342138c646e7fb7f,Rosa Mexicano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d977c8c05ed1b003e3f7597d772be398,Rosa's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_944d5e24cfc93afa,Rosati's Chicago Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4577a092757ed8fa,Rosauers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64b758d4a1ec6dba,Roscoe's House of Chicken n Waffles,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_263563440700202,Rosebud Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e4f89e59d1f7c8e0,RoseMart,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2bbe346929a64e3cda11cf21e6192933,Roses,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_fdf4ed272e37e611,Roses Discount Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_f41793d1e1727544,Roses Express,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_68286d30ae97cc33,Rosewood Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3a1ab671c974b3489458052270d1a69d,Ross Stores,"",452210,Department Stores,Department Stores,ROST,NASDAQ +SG_BRAND_63b2fbf21fce2fbe,Rosti Tuscan Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cd81a468b2dc4b2e6178db75e74733fe,Rotary,"",333517,Metalworking Machinery Manufacturing,Machine Tool Manufacturing,"","" +SG_BRAND_6abc3a453c89d17a,Roth's Fresh Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c64cd055bf1f95765d2d17c7290548c0,Roti Mediterranean Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c54f0f7a7ab56c1,Rotolo's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b36730c95154dd18b8608027ba2d1328,Rotten Robbie,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1e8ffc45e9df08e42243d12b15482c39,Round One Entertainment,"",713120,Amusement Parks and Arcades,Amusement Arcades,4680,TYO +SG_BRAND_c4d28539c4592fd977f874c69367741b,Round Table Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d3ad0d41f6428016729e93fec4548cb,Rouses Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3a32739ed4a3a2486e9b825eb6adac1,Roy Rogers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23d87dc0ad46a5a3,Royal Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RY,NYSE +SG_BRAND_3ee4129a1d8aea1d,Royal Beauty Supply,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_258e16202f8cbafe86fbdc439f710b24,Royal Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33402d0f976ee246,Royal Sonesta,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d5078a0e190bce08bab1b308a9e412de,Roy’s Hawaiian Fusion Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_394e71458cbe658f,RP Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_ee503cad5c797dfa42f6d3615f069279,RSG Roofing Supply Group,SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_b1abdaa4651c2d4c1edec388f608cd25,Rubio's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_499b25cbcb9d9c0dfe899d7a46bb9911,Ruby Tequila's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9ddf5dd71dc4f56204ea904e25839b41,Ruby Tuesday,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_985289eb52941ee391a86c66c1771d9f,Ruby's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3c1479f3c756544b86ba04afd7c253e,Rudy's Texas Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a220cb98c26a80f5fbe3bb99ca22d0e3,rue21,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_eee055b222427d6,Ruler Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f489f553f052fde5,Rumble,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_594f66edde05c274019ce1d8746f8018,Run On!,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1b9460f6551d2219,Running Room,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_4b2d06fa655c2c0a881c8e1cdf2b2673,Runnings,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_7043119d4dc60640fd43f518b838e65a,Runza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7f56e1fb582f19bcd7e51fdbef2910c2,Rural King,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_3571d3d6a1b47c261079b3c5e451d997,Rush Truck Centers,"",423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,RUSHA,NASDAQ +SG_BRAND_1037de0148e78728,Rush's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2687d4e75b592254,Russ's Market,SG_BRAND_1c9455c4daae0289,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5ff90f852e2996975407cf8417ca26c0,Russell Athletic,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2dee45f56d32d8a9,Russell Cellular,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4f625c6bc923bafa6553489baf0068c9,Russo’s New York Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_35c4a8ffa7dac5fd,Rusty Bucket,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b26d63c9af2dbcd423d65125a4137ea2,Ruth's Chris Steak House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,RUTH,NASDAQ +SG_BRAND_1c33dd7475012ba979f49e73625d9853,Rutter's Farm Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_504136d2507913c5,RW & CO,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_5adbe6c59f83f6b3,RX Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_b02a906f6d87c0a210433654c0a3a456,Ryan's,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_024866cc1eabddfcffe23e6367792b1a,Ryder,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",R,NYSE +SG_BRAND_e33ff4645123c4d1e461d570ba4430c7,Ryerson,"",423510,Metal and Mineral (except Petroleum) Merchant Wholesalers,Metal Service Centers and Other Metal Merchant Wholesalers,RYI,NYSE +SG_BRAND_53fa830e4c743803,S&G,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5560e0079bf710d1,S&S Food Stores,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_13a4bb95ce793dbe,Sabon,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_4786be141af28f3a,Sabor Cocina Mexicana,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28ef16c6bf5aa143,Sabor Tropical,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_29712aaeb12af64e,Saddle Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_437eb9b962ae81f2,Saem,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_2f55885bc75d5eee88b1a9a0c1690b0a,Safeguard Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_4609ecf117b47680a9688a468ddee8db,Safelite,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,Safeway,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53730eed44cca260,Safeway Community Market,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_01b97aeabf5d692f,Safeway Fuel Station,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2e6163ca2b39e204,Safeway Pharmacy,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_4869c54fdd48aa61,Sage Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6c35acf8476948d6,Sagebrush Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a6be388149d0cb3,Saguaro,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1891f38ea8e5356a,Sahara Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9bcac1d1e0229c12443b290d81eec55c,Sail to Sable,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_65e9719b182ef753,Sainsbury's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_04bd5fe383991d4f,Saint Alphonsus,SG_BRAND_5df451361743558ac71e8dd07d7dfb74,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3d459942728f7a636ce726527858d8f8,Saint Laurent,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5ba83c85fede24bd,Saje,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_cce6fca5ef2f4ab,Sajj Mediterranean,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,Saks Fifth Avenue,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_ca5c953852e314a9,Saks Off Fifth,SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,452210,Department Stores,Department Stores,"","" +SG_BRAND_66f9f3f0d1e8a736,Sakura Japanese Steak Searood & Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6008fe60378861fb,Sal's Italian Ristorante,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_35707f6cf823a5b4,Sal's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5b53763229bf80198bbde318b24317cb,Salad Creations,SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b325b6edc2eda31cacd6422dfb5a3443,Saladworks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_91e85d972b64d8946eb12f51526966d4,Salata,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,Sally Beauty Supply,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",SBH,NYSE +SG_BRAND_771d26b0b1a39811,Salo-Salo Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6507d284979e1b46cfe632f2e0d26a7d,Salon Cielo,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_dbba78df3e2fd97,Salon Lofts,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_76ef2d77f11497adebb70beae6adb814,Salon Plaza,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_374b76a1430a9686,Salon Republic,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_944758de96f94754dd3bc6f50880682d,SalonCentric,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_a3b50dd4fcfbf19bc76ab4adcbadf1aa,Saloniki Greek,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32df5a08f2b467d0,Salons by JC,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_c9b8138fa6407bc8ea73c7844520af63,Salsarita's Fresh Cantina,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_350303f6215e85a3,Salt Creek Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66be7ea5b0316cf2141f3698be930f31,Saltgrass Steak House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69eb0a94d30aafee,Salvatore's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f36b55443609fc1,Sam & Louie's New York Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e77e976e421f93da6285ced7b17c8d3c,Sam Ash Music,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,"","" +SG_BRAND_1c7d78d2398624b050f71616d6e1b390,Sam Edelman,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5e72a730cb4d0ef1,Sam Moon,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,Sam's Club,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_4b5bfd27bae4de88,Sam's Club Fuel Center,SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,WMT,NYSE +SG_BRAND_4a40e99c23968dd6,Sam's Italian Foods,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c05957d9180aabae,sam's mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5ca47f87800543f9,Sam's Southern Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_369b61451bb7273d,Samba Brazilian Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d4fd9a07fad4127,Sammy's Woodfired Pizza and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,Samsonite,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_212010fea9188aa9,Samsung Experience Stores,"",443142,Electronics and Appliance Stores,Electronics Stores,SSNLF,OTCMKTS +SG_BRAND_ef6c9ffef7c841f34646fcbac7bf2118,"Samuel, Son & Co.","",331221,Steel Product Manufacturing from Purchased Steel,Rolled Steel Shape Manufacturing,"","" +SG_BRAND_a525a9c8e9171874655b3ca665704a43,Samurai Sam's Teriyaki Grill,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_58b28eb4f917c64,San Diego Style Sombrero Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_774b0ef5e4cf08f8,San Felipe Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1b71fbbc2c1535,San Francisco Soup Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b961cb125034d18d56098e8f74425754,Sandella's Flatbread Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e6889a412f9036f0cfcd8a8713357308,Sandri,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_58d090f74825be5c4847396d272dcb4a,Sandy Spring Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SASR,NASDAQ +SG_BRAND_b3bad5035b7bd7b449ae470898e31438,Sanita Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_5c463968c526017ef24e3e02e8fd68c8,Santa Fe Cattle Co,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d798e198436df181b8821779fc990c7,Santander Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SAN,NYSE +SG_BRAND_926210c9b6becd3e1e13f6ce9e8c45d7,Santiago's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_034735fee3a5a0335e0a799672670bf6,Sapp Bros,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_287b8e28f4112fc4,SAQ,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_8831f71d1672696c363a6bb5018e89c5,Sara Blaine,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_b1ef4763d7b80de48511e8cea6e7b33f,Sarku Japan,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27873c0874e1ae3c,Sarpino's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_283961e6f8b40ca97ae164161197126c,SAS San Antonio Shoemakers,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_0b8ba9790429b8b805cc67bed6e189c6,Sassoon Salon,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_3e32895b93ed68ba,Satellite Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_0bc54c51c1ad7108b45d1b446dece3ef,Saturday's,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_08eb1bb404eefe849d0642fd24b0266a,Sauce Pizza & Wine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2433d3e3915789f1,Sav Mor,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_9139250c80bbe177da751eb8abbca349,Sav-on Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_67dac667dd2ec950,Save a Step,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d9f00504bd845ddbb968cc04b6791783,Save Mart Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5a2c9092cad648bc1ee9c9be08f83ab,Save-A-Lot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,Savers Thrift Stores,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2be49c6021367f2e,SavMor Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_34779efeca27dcc3,SavOn,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7b815043d2f0ad2f90783d230d69b0bd,Saxbys Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_393c9244872b98dc,Sayle Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_b9753c942e2efa5e5051a57e7d12c9bb,Sbarro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9d569b1231bd2263,sbe,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_6bf9f722444396c007dda907e772ff8f,Scag Power Equipment,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_70dfcc7fcd98d9b6,Scandinavian Designs,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_7e538ceea6366a202ce2a6803e6472fd,Scheels,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_f9bb41aa24408b82a9f8f86e35ff381f,Schewels,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5a271fc87ecf09bd2c9ad0cfbb8b4904,Schlotzsky's,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BUNZ,NASDAQ +SG_BRAND_19ca66f40f89366f,Schmizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_104f52142f3b3ec,Schnippers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e77f97f5214c0423484bf5765b7eda9c,Schnucks,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e5195556d5aa1df,Schoolyard,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5c24c81ea4e1133,Schoop's hamburgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1522f8d5f9acafec,Schrader Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_8c6b47fd39ba8a37def4559704e717f4,Scooter’s Coffee and Yogurt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e900105064fd80dd,Scotch and Soda,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_40dca7b8ae2781f0,Scotia Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BNS,NYSE +SG_BRAND_a171194925053f44024a82de9d20148a,SCOUT,"",316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,"","" +SG_BRAND_7bab2011649fd28a,Scrubs & Beyond,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d180fdc4d43994eb1ce6a2d00b2d4b82,SDH Fine European Linens,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_80d806bb8fc16f617ffdaff4195d513e,Sea-Doo,SG_BRAND_718581b85eae956832d1cae3f600c3eb,441222,Other Motor Vehicle Dealers,Boat Dealers,DOOO,NASDAQ +SG_BRAND_6a419f17d2e4e22a,Seabra Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fe2455da90a33830f1c192a7af38bbef,Seacoast National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SBCF,NASDAQ +SG_BRAND_3151579c478552580b9876f820d0dd85,Seafood City,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6fc53b088dfdee32,Seal Master,"",238140,"Foundation, Structure, and Building Exterior Contractors",Masonry Contractors,"","" +SG_BRAND_e5f80727089bda09d7e6020702fe2612,Sealy,"",337910,Other Furniture Related Product Manufacturing,Mattress Manufacturing,ZZ,NYSE +SG_BRAND_e9301d5c735afc317688baa02d272807,Sears,"",452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_424646695a0e0439,Sears Auto,SG_BRAND_e9301d5c735afc317688baa02d272807,811111,Automotive Repair and Maintenance,General Automotive Repair,SHLDQ,OTCMKTS +SG_BRAND_a8979906f979fbdd,Sears Home Appliance Showroom,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_5c7f85555964e8af,Sears Home Services,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_305b0a21405390e3,Sears Hometown Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_42025830320875a9,Sears Outlet Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_460f64146692aa571f576b2d825533cf,Seasons 52,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_31c552fd85106ee7,Seasons Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a8c6560d880a0ce,Seaworld Parks and Entertainment,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_6f7bb31f092091a09afd34b6dd226a20,Sebago,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6bfba6ace8c15753,Second Cup,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SCUPF,OTCMKTS +SG_BRAND_6cca75c762a345e5,Second National Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c5e99edbbd392276ed84982d590c6fe6,Securitas,"",561621,Investigation and Security Services,Security Systems Services (except Locksmiths),SCTBF,OTCMKTS +SG_BRAND_9fe8449289467279c329982bb06d75c2,Security Finance,"",522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_322db8903177df56,Security National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_65493c5db856c6f78f468cb252ef9ee0,Security Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_5ee5ff07b48ee2df4d13b01814a4522a,Sedano's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_861672770a2e5494d97bb9058c420a0c,See's Candies,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_8f451a9ae6dde1a81a344d003f0887f3,Seiko Watch,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_3dad567e64f25968,Seip Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_067d3dc3c5235609,Select Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_611c50cafb149930287ddcb3a8dc5c29,Select Physical Therapy,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_1354b30cefed5f4f,Select Specialty Hospital,SG_BRAND_067d3dc3c5235609,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,SEM,NYSE +SG_BRAND_7b39ecbedb655443,Selecto,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_79f207dcd3c93d5f,Self Made Training Facility,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_35c2787257d1d9c23a04ac4f22be329c,Sellers Bros.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_327368675548443e,Sendik's Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_17a1ffaea08ce14a,Senick's Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bea60d0372a2b796b7e7889cf18478a6,Senior Helpers,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_313a9226d3dc7224,Senor Fish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db125cb627cd1eeaceb81934f31472e8,Sentry Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0a6156d4e69eed9ea8ba461b0e8afb39,Sephora,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",CHDRY,OTCMKTS +SG_BRAND_d1003c658578613,Servatii,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_5bf6feaed2572937a3b05373dd790150,Service King,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,ServiceMaster,"",561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_21c475a908456337,Sesame Place,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_0464ba65cb52aadd2abd254abd91c685,SFERRA Linens,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_ee06025b756a570f54e52dc67d62a34c,Shake Shack,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SHAK,NYSE +SG_BRAND_4c71d64ed7f9fe540fd4a1f45631422e,Shakey's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23780096320ec6fd,Shane Co,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_c9dbeca59f39877d31755cae4e2b7d9c,Shane's Rib Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8449b5e890d4688dcb5ee3d9745f34a1,Shari's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_263b895304005e5506e0003e6b01eff7,Sharkey's Cuts for Kids,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_ba5c7a99e4ca700537da52660eba820d,Sharky's Woodfired Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6435de807f5317d4,Sharpe's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_c94c93b562ff75567c3425b1cc8d7764,Shaw Floors,"",238330,Building Finishing Contractors,Flooring Contractors,"","" +SG_BRAND_571cf07bf41af1d7a3133571053547b6,Shaw's,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8b1fed2af91859b9f7ccbdc2224242d3,Sheetz,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2591c98b70119fe624898b1e424b5e91,Shell Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,RDS.A,NYSE +SG_BRAND_b2f9ed59197409a6f07cfbaa8adfeea5,Sheraton Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_739edde2613c107f7930d838af736899,Sherwin-Williams,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,SHW,NYSE +SG_BRAND_68d05f5ab0afc57f,Sherwood Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_0e077a144f9b51bf297ca6d0a612637b,Shiekh Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_367b65a8f8d1a3f42d90068d57a32f4e,Shield Healthcare,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5aa504ccd7e54a4a,Shinola,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_9f671ba3a5368d9,Shipley Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_284e4dcd527e329204f4b10e8c307ea2,Shoe Carnival,"",448210,Shoe Stores,Shoe Stores,SCVL,NASDAQ +SG_BRAND_170e453703d1388,Shoe Dept Encore,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5636e488eea156d5,Shoe Palace,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_139254c4e342d3ccceff63823ca18dc4,Shoe Sensation,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_60ef405583046498133c783878be1020,Shoe Show Mega,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ada6c5c64f172213,"Shoe Show, Inc.","",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3854b91e2ff2aad8,Shoe Station,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_d6f8e0dc4758bfd54b55920c269d55a9,Shoney's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69f2e968861ddc0cd61a50eb3ef8ac35,SHOP 'n SAVE Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6e108994e07c7891,Shop Rite,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5b658b26228bd62c,Shop Smart Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_244b32a08bbd8058,Shop-A-Lott,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9b5e53901578a5b02e598a17c1414bad,ShopHouse,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3b8f37f52b523c2be4ab4a73b0ad1566,Shopko,"",446130,Health and Personal Care Stores,Optical Goods Stores,SKO,NYSE +SG_BRAND_4a7ed5a58c062288,Shoppers Drug Mart,SG_BRAND_1b47663a692f81de,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_0f9dc3780faacdca17d31d7bdbe08d99,SHOPPERS Food & Pharmacy,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f802e5b700ec6e8d,Shoppers Value Foods,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41c3b191bd451b25020cabcbe5afdc10,Shoppers World,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_89f9e4c00d1686f9ea25fd28dd9ee424,ShopRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SRGHY,OTCMKTS +SG_BRAND_4183e4ab1ff9cde7,Short Stop Food Marts,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5472bc60b4ed6cbdaed3a9434c92a0c,Showcase Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_f64c22900e15a0fa565af4eb5159bf9e,Showmars,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_47378ccdbcea6db9,ShowPlace Icon Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_9d6c8a14645aa102317ca1c070b66792,Shred-it,"",561499,Business Support Services,All Other Business Support Services,"","" +SG_BRAND_3c3f2d6b613fac3e,Shred415,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5cebf185d7e01223,Shrimp Basket,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db268efdf3da517,Shuckin' Shack Oyster Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a6dcc6064fb02eeeb3cbc4280c2acaf,Shula's Steak Houses,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fcfe592ad09b82b8479df19fa4bac122,Shun Fat Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_db6ee5f0ca1c23534e205fe45779f1d9,Sierra Trading Post,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,TJX,NYSE +SG_BRAND_58ae15008ec56ca,Sigel's Beverages,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_e8de50875985fb8f7ccb852b493124a2,Sign-A-Rama,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_6139bed0c2432a78,SIGNAL Food Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_114999760c003080,Signature Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SBNY,NASDAQ +SG_BRAND_280cebbac295b433,Signature Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_016d2c38631de45e,Signature Style Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f0e95f58be371a1e8b847a3439db2e09,Signoria,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_b633654b9642d2df868fc09480a7bc12,Signs By Tomorrow,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3c270d66a1a6f79b9c81ab2e2f61e6f1,Signs Now,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3d7364b575cdeb25be37fcf636763136,Silver Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a9c526d7382d71b,Silver Fox,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3cf176179f0f9ae5d6078510cc52a428,Silver Mine Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0a3c99595c9d3fddfece9c4e7607e5b3,Simon mall,"",531190,Lessors of Real Estate,Lessors of Other Real Estate Property,"","" +SG_BRAND_354a24fb7314f212,Simons Sportswear,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4a772e2bf6b53db8,Simonson,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_37da3afd178e707a5355dc2272fea197,Simonton Windows,SG_BRAND_1040df5856d18f505124392b6df376f4,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_36e547dab3145611bc3295c20646b27d,Simple Simon’s Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_22743fe7d88b8cd38a7bebc163fb507f,SimpleFLOORS,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_eb8ff728e4ed6eb2d3533347f02a7bea,SimpleTire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_5204212cce147a548eccae0b1523e7ac,Simplicity,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_f105f4e4a3e1935fc84ee4e6f8359a1f,Simply Fashion,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_f2f774486bf5671c782add365642c873,Simply Mac,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_27e685bc2246ceb2dca0be8e0e4eace0,Simply Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_a57232142367eb326bf60ca1d7660233,Sinclair Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_30d65bf813b72373,Singas Famous Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4ecb87b14bd729aab2982c2b16f56938,Sir Speedy,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_a4f691ea367787a4,Sirens,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_71b74b7d7bc13765aab63e9cb524909f,Sirloin Stockade,SG_BRAND_5a3ecd02bd631b54,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_65a78f88e628caabfc4d54c90fc0ab28,Sit 'n Sleep,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6430792187c67213ba069c35882997ae,Site for Sore Eyes,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_747d08db3ae17cd95646be2a0c8077c0,SiteOne Landscape Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,SITE,NYSE +SG_BRAND_0dd52fbf1cd77fc38e06650435ada07d,Six Flags,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,SIX,NYSE +SG_BRAND_b71c59c965bccc59f4b202ea20986e40,Sixt rent a car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,SIX2,ETR +SG_BRAND_5105a8211a90de10,Sixty,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_a8c1450cf22e7c25d87f78aefb5c3a1f,Sizzler,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f366fe78cc37ed6e2e82320c00b34dd2,Skagit Farmers Supply,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,"","" +SG_BRAND_73bcd2a79c09921b15bd63688ddb850f,Skechers,"",448210,Shoe Stores,Shoe Stores,SKX,NYSE +SG_BRAND_504582a2305d8c9b,Skip Hop,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_23c5a611ea356acb,Skippers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09b52e507a188bcd,Sky High Sports,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_42a58df4764e2483,Sky Zone,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5b4b2938078d40ae4ae2f7b922602335,Skyline Chili,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_75fe97fb973fa35,Slack's Hoagie Shack,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_7f670b88e9430cb,Slaters 5050,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b17925dfe831ec07004700c32813f96,Sleep America,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c6e070bb62f3edf8b51ea53f94216e50,Sleep Doctor,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_7c1ff425b29030c2a951a927f41116e6,Sleep Experts,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1c20cb37a43a5c4eb19eb019b5524b50,Sleep Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_27485c230d0d715dd88b11a7e0e1a426,Sleep Number,"",442110,Furniture Stores,Furniture Stores,SNBR,NASDAQ +SG_BRAND_7f3da1e6630d22bf,Sleep Outfitters,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_078a411168f87a418b30a50d8ea648f6,Sleep Train,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_63343bb727315298,Slim Chikens,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c66f0c159837624,SLS,SG_BRAND_9d569b1231bd2263,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_231910c412e767bd,SLT,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5d1d7ae81885883f04334c7fef3139bc,Slumberland Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_b30c1793e7a85ff88c1f59db32b9b728,Smallcakes,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_9f9092dddca125105759b25f3f85907f,Smart & Final,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFS,NYSE +SG_BRAND_7619dff29f89d34d,Smart Center,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_5b96833af34bba601c6e8767ad682f55,Smart Foodservice,SG_BRAND_9f9092dddca125105759b25f3f85907f,445120,Grocery Stores,Convenience Stores,SFS,NYSE +SG_BRAND_1ca1028282a158e653e0e4ea14500b3b,Smart Start,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_25db715faa998550,SmartCare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_920b907c29fe21f628faec927628d5f3,SmartStyle Family Hair Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2bd05fb6d7df5c82c51988933c7cbdc8,Smashburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48c88330807a6d74,Smile Brands Inc,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_7c8ad84dce1fdac1,Smile Doctors,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_20dc612d8efcfda2362830db86a1614a,SmileCare,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_21da230452dce862,Smiling Moose Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5743e8ce194da95f21870de9ffb6f978,Smith & Wollensky,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdba32615cfc644689f7fbf26738f60e,Smith's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_cccba30814981f5c1f5b434e019e7715,Smithfield's Chicken 'N Bar-B-Q,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_46486f2aec233636,Smoke's Poutinerie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a27c695480ef50e,Smoker Friendly,"",453991,Other Miscellaneous Store Retailers,Tobacco Stores,"","" +SG_BRAND_5adccacd732b8234aca4df341560e223,Smokey Bones,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_86d570758820923a7e1b376b73c33460,Smoothie Factory,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_19800a6b4d6fb62e6752413f3ac722ef,Smoothie King,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7b6fd04f8e20421fe7f99023471c7f8d,Snap Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_44f1227687bb042f,Snap Kitchen,"",311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,"","" +SG_BRAND_7bb91e907c7919bd,Snappy Salads,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d76abc0e8b75eca,Snappy Tomato Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b962c0ecc6b0fb3,Snappy's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2a78e9dc74a9acc4,Snarf's Sandwiches,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f68776b05670a87fa804e8d475c1cc1,Sneaky Pete's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e7e9585d480eb4c7ce3ca97be9676fe,Snip-its,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_738b3c15081e4325,Snuffer's Restaurant & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c45303e1713f9bc,Sobik's Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51f42faca956b764,SoBol Acai Bowls & Beyond,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cec29c56a3256b3,Soccer Post,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_16d1bd5001e18b3fc2596bdc77738082,SodaStream,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,SODA,NASDAQ +SG_BRAND_2c81e4faac8941e3,Soelberg's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6b1484b52fd5f6ba,Sofi's Crepes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e481a3fe76b613b224bfa5792c98289,Soft Surroundings,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_50983207b0133f490055f2c3c99da870,Sola Salon Studios,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_6ae26f5118139a40,Soldier Fit,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7b637ca5c2629486f3f76fc16ff6ba62,Solstice Sunglasses,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_b4ac58321385e7e2e9312c5c3e46d429,Soma Intimates,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448150,Clothing Stores,Clothing Accessories Stores,CHS,NYSE +SG_BRAND_3085582422fb690b,Somerset Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_bb5459bf19132d4dc1340654c17331df,Sonic,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SONC,NASDAQ +SG_BRAND_5418b165749fce420e3078220aac2eeb,Sonic Automotive,"",441110,Automobile Dealers,New Car Dealers,SAH,NYSE +SG_BRAND_72f73c88f89a18d9f628fd34d87eb935,Sonny’s Real Pit Bar-B-Q,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6dd91b412bd10613,Sono Bello,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_691d8667d8088000839b66daad67c2a7,Sonus,"",334510,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Electromedical and Electrotherapeutic Apparatus Manufacturing,"","" +SG_BRAND_638615abecd9973cac4c477b252834a3,SOREL,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_07d4942054d5cc86a7454e165c9a158c,Sotheby’s International Realty,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_01e9b7353083bb45c018b3c8ee7612c5,SoulCycle,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_14d7601c94ced580,Soulman's Barbque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7cb9cdbd09778ea0ea6a0b0f6acabd70,Souper Salad,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_bafb8ec6e0ec5eb0ad6355bb7255a624,Souplantation,SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3575b6f7cc2fa202,Source for Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_5314a5fd1add6c1f,Sourdough Fuel,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4f460ba2d17c90287d092da17832ac5c,South State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SSB,NASDAQ +SG_BRAND_54440f1163471c870384b47ec38ec273,South Texas Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4f7ca1844d0931d1,Southern Arizona Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_0643a0b7346780ffb48a202b9d593148,Southern Shingles,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_b171fe50c25853ab56e1f134afc569ac,Southern States Cooperative,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_e0ef51a5b3b089aa9ade7179483fdbb0,Southern Tire Mart (STM),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6172447248d28c6,Southwest Georgia Oil Co,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_24a438ad77235b12,Southwest Institute of Healing Arts,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_41e1196cd5b064bc,Spa Gregorie's,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_ffaa058475e2fc02e4e5ac295249b79c,Spaghetti Warehouse Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_542f65dbb1240371,Spangles,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7f663a26dc79a5cc,Sparkle,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_045e011490885c991dd838dae4fbe91b,Spartan Mowers,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_2f52eaab3edfa154fca397a25258afe0,SpartanNash,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,SPTN,NASDAQ +SG_BRAND_686fb8346d6c7705d7d8a8ecd307ebad,Spartina 449,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_a12f2c0adc5f2ee,Spavia,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_956bf83fb00e1e3234edc3c8ebc4573d,"Spec's Wine, Spirits & Finer Foods","",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_c31b13b933c192b3c74ba472dd6112fc,Specialty's Cafe and Bakery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_468215f4003fc34f,Specks Pet Supply,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_1732bc687c153b0755734ef69e13e263,SpectraCell Laboratories,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_13ebffae8c8f4a84b3c4dd481cd1b292,Spectrum Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_94b79668c2f8c48c87809a5e205cbbdf,SpeeDee Oil Change & Auto Service,SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_93b3d23529ebed78cdf4bfe2e58f1979,Speedway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ISCA,NASDAQ +SG_BRAND_7d64c184eca742a1,Speedy Cash,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3180f7efabf2286e,Speedy Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1f0fa917750f98d2,SpeedyQ Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_16a3a32632a65ca7,SpeedZone,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_13e41b06e3cf22f4ef6b7546456e14e7,Spencer's,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",SPENCERS,NSE +SG_BRAND_b0e6b2edd3acb350c17401997e96c9a3,Sperry Top-Sider,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_40bfac78e255df7f6f23279acf7dda67,Spherion Staffing Services,SG_BRAND_4f9edafdca8658f8aba5a066069fc022,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_530e53bfb1a2d525acde6af2fb025fa2,Spicy Pickle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_150561daec385ac7,Spiller Furniture and Mattress,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_6d35cf0ff06e8ef3,Spin! Neapolitan Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ab2f1d6fd13d0e00bb4c4959831623d2,Spinx,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_61239fbb30965837,Spire Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6e6d67ae838cd729a2f3dd60add6f171,SpireWorks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68a6615a3cdd6ba5,Spirit of Math,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_7d1a3bf9b8ec06e6,Spirits Unlimited,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_819641545522250a5b984ecfbb2c3c39,Spitz,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_24b28530a77f0cefc0e7b977a6d58ced,Splendid,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a008e88ff2df2936fdfdd684d28a74f4,Sport and Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66b7bca1fd5b3082752c2508bc56009d,Sport Clips,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_1ae011d5ddda673f145c7230e61d18e6,Sports Clubs Network,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_259944bbd180417d,Sportsman's Warehouse,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,SPWH,NASDAQ +SG_BRAND_86292a9c78260a32,Spotlight Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3df6b09b9c81d273,Spring Creek Barbeque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e3df01bca219dec8e30a7d3b9b5dcda,Spring Market,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_26cd93ab847fa2cd941ad9e3325cd188,SpringHill Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_401aa7068968e7c4,Sprinkles,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,Sprint,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7b80b243344992ed,Sprint Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6c5e12807893e125,Sprint Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5fbd6eabefed0d40,Sprouts Farmers Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFM,NASDAQ +SG_BRAND_3947813608335db,Spunk Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_52e0d5f761200cf3,Squeeze In Breakfast & Lunch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,SRS Distribution,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_4fcc17678861d2f7079d8a402a6dcc3f,SSM Rehabilitation Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_b1c527500491d3b79f817ad32830d13c,St. Elizabeth Healthcare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_7cff41cfa579f611,St. Luke’s Care Now,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5ba80a18f3272c17718a78d4c0e3a89d,St. Regis,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_5586a61b0f10eb13,St. Vincent,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_01dcf1d0738a8f9b92237df7f8a4bb0a,Staffmark,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,Stage Stores,"",452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_184be19457d11c4ff8e8eeb825cb4ead,STAINMASTER,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_7ead887c29d46135,Stamart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_571e88ba0862e132,Stan's Donuts,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5f254a5fa629b36,Standard Bank Pennsylvania,"",522110,Depository Credit Intermediation,Commercial Banking,STND,NASDAQ +SG_BRAND_1e93aee75ec6b75936461257310d4abe,Standard Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_1a21718075662c354a39d31c6d5161a3,Stanton Optical,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_a4d18fc84a927940d1294e253001ce3d,Staples,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,SPLS,NASDAQ +SG_BRAND_9d9362460bab2d260ba7a0f08b4bbd39,Star Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f116acfe9147494063e58da666d1d57e,Starbucks,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SBUX,NASDAQ +SG_BRAND_1594ca470863198d,Starbuds,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_3fcd022a1581a0b1f9f7b45f65de192c,StarChild Academy,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_2c0e238eb099eb6c,Starcycle,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b7ced88de965a5d,Starlight Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1eeccf353a7dd8a1ad3b37c746fc6d82,State Farm,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,STFGX,MUTF +SG_BRAND_244944f899074aa119d51ec704cc5d70,State RDA,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_dbb345fcfaac76abfe5df7948729a24a,Stater Bros. Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,HGN.BL,AMEX +SG_BRAND_8e9486e4a533d2e2,Stay Inns,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_45b0d5fc3ce65a34ccc73e2849a1e881,Staybridge Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_874cb469d80d29bc5ffec4dea96b77e2,Steak 'n Shake,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SNS,NYSE +SG_BRAND_ee96302f6582b352fd0769c2e44039ab,Steak Escape Sandwich Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e9d2f3e3beed64c3067979d39b0bcec2,Steak-Out,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_110c4ddec55f2d3f5e75f4ecfbe3446d,Steel City Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_030e06d600359f81e616cc9bfc10ddcc,Stein Mart,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SMRT,NASDAQ +SG_BRAND_5f062df48ec0e1b6017f7a0d80bf0748,Steinhafels,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_18628726075c6884,Stella Barra Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_80153e472423f1973b5fb53dcda5a2b0,Stepping Stone School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_81f69714318b9a3b21f8c43081dd8e98,Sterling Auto,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_6a06cf0c5f6b84c6,Sterling Optical,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_27bfb94d1977e2b5,Sterling Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_00d34d8f9d7d7da01a25de78aa8baf9e,Steve Madden,"",448210,Shoe Stores,Shoe Stores,SHOO,NASDAQ +SG_BRAND_46f3073bdf0ac406,Stevi B's Pizza Buffet,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_5dec4c4d92aa4746,Stew Leonard's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b27af477716f5829b713cb67586b2f13,Stewart's Shops,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_982a3e1ee61f1fbdeb38e4c8da76ee60,Sticky Fingers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12e010fe05bdf681,Stine,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_549f164d394f3b2e,Stinker Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5cc18fa64e5cd1fc,Stir Crazy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ecad570fe17f53fa,Stitches,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8a8b1fe45a2c2b03,STK Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d2b324b18aa51a7b5d78b24262ad3728,Stock Building Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5a3ecd02bd631b54,Stockade Companies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_213821354f709005,Stokes Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_424248e2c2d0c5d4,Stone Fire Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31b6c3b57fc420f1,Stonewood [Grill & Tavern],"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_500ca3fab748506108763573b32c241a,Stoney River,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_d4fc0458d6c0c5206a0b5d5311104ab3,Stop & Shop,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4c3548f431ac9b2a,Stop 'n Save,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_137d94a3bb89dc36,Stop to Save,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7651737de39c0a1e,Stop-A-Minit,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3555e73344dc6fb6,Stop-N-Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_343375203e02b93e,Stor America Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_29e46f1526330e4b591d75531238b056,Storage Pros,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_66f5c1cda55387e4,StorQuest,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_5f9f3f24feb287c4,Strack & Van Til,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a7abeb469cd27ad1d4d4d76791894214,Strauss Auto,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_10c5536315f34e89,Straw Hat Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27ba4dcb9560618,Street Corner,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_117f0c1e4915e9a8,Streets of New York,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8da1e55044e932b9d446ccf23f691318,Stretch Zone,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_0a709c04407e19505297cb0ffd19a951,Stride Rite,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_0af0475670e94f690f5f1e208fd0e4f9,Stripes Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3b0cb6fdd884f5f3fc682e1e17cd505b,Stuart Weitzman,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448210,Shoe Stores,Shoe Stores,TPR,NYSE +SG_BRAND_6f869b4198e2e5fc,Stuckey's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d0925efb189f101787c04895fa8e1ec8,Studio 6,SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_18d80020db9ced0e,Studio Barr,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c804564820fc56b825e8c7601c71b7dd,Studio Movie Grill,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7e4a54bc75a6708e,Studio Three,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2ccad6c0ffdbf6e9,Sturdevants' auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_2d91252e0a206a595fbb81f3768084c6,Sturdy Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c5d4a3ff062e5da9,Style America,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_506005aeef1b7ae6,Style Encore,SG_BRAND_6078c00b7e4eb7c3,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_f42931e177900b6,Style Houston Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_47c3eeb22defe6131d872e9da02ba588,Sub Station II,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e3f2112d7abf152,Sub Zero Ice Cream & Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_074b8e83bfbb30f1d33f3a4ca2c0c214,Sub Zero Wolf,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_0b9c5120ea86155f02d81e6f2f90c900,Subaru,"",441110,Automobile Dealers,New Car Dealers,FUJHY,OTCMKTS +SG_BRAND_505013e5ed3c72e5,Submarina California Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8956cee4e5d00996ab4e920c4b33034b,Suburban Extended Stay,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_6360f6446bf78d2c679f728051869f91,Suburban Propane,"",454310,Direct Selling Establishments,Fuel Dealers,SPH,NYSE +SG_BRAND_de80593878cb1673c62a7f338dc7e4e1,Subway,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_753ba4ede2e39f46,Sudden Service,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1af713027f87ef6f,Sugarfish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54a6181a80a2052,SuitSupply,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_afd52c62e4f2d482e3671e66ff1997d1,Sulky of America,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_957ad7556e401072ab9c88b51bd34a12,Sullivan Tire and Auto Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1e2a078272a7d783,Sullivan's Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4df71bbaa796cdc6,Sullivan's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_44c408c7a5317d00,Summer Fresh Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e42192d3d43014da2b4f20f4fa436fe8,Summit Medical Center,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_28999d16bf7fb49d241aaea6258bed8d,Sun & Ski Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4916f4ecc1bb4e37,Sun Devil Auto,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_13d0f977c4e39208,Sun Fresh,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_abfbaef7ed69ab00ff4641c916b601ae,Sun Loan,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4dafa8ce84e4f95e77eaf16d47eaca75,Sun Mart Foods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_27e6f01a32de28232af76c45ffed037f,Sun Tan City,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_b16311027de231dd,Sunbelt Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_e041f2b64a1e73aa7c891441509f3655,Sunbelt Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_7242148dfd400ad24f5356ec7d0c9d44,Suncoast Roofers Supply,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_6b8fb01508ae8bb4,Sunflower,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b0ffae6c1ddaa860aed409f076c37b4c,Sunglass Hut,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_8d819ffb9fa80295260ecf779927ef25,Sunoco,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,SUN,NYSE +SG_BRAND_1a082bd9a80a22fa,Sunrise Conveneince Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_48fc448afb2d482b,Sunrise Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3dd09df1ba410ff6ef021dc2a54f2481,Sunrise Preschools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_b3a25b02264a11bc,Sunrise Records,"",512250,Sound Recording Industries,Record Production and Distribution,"","" +SG_BRAND_516ba83a8efa5bf6bdc8bf2383baf9e1,Sunrise Senior Living,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),SRZ,NYSE +SG_BRAND_6a3b35b110397544b07a6507ade026f2,Sunset Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_450c4dcb78c6932b,Sunshine Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_57e5449663e1a0b0,Sunstone Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_18f903c720d5377987bc73cb76a89871,SunTrust Banks,"",522110,Depository Credit Intermediation,Commercial Banking,STI,NYSE +SG_BRAND_a5378f5fac5ca6d28d289e06ed25a9af,Super 1 Foods & Discount Pharmacy,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f16d2a87d56b89d8,Super 10,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_43bdfa786f5809e475a7382797eae3fd,Super 8,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6ff3e6bb09c04d09,Super A Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4b128a93fa7c753a,Super Chix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_850622eb907c2514,Super Dollar,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_630a74655b3ea79303b8f4fa295b9689,Super Dollar Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_ae14dd763e01efcdb62b7f2d60adde43,Super King Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3f3cdda418fd85045a62459086d765a4,Super Mex,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f59f92ce3cf5e8b,Super One Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_408d7f2b1724623f,Super Quik,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d3e13aa7e044fde98f4e59efb5889390,Super Runners,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5a8ecf40a0e7f1ab,Super Saver,SG_BRAND_1c9455c4daae0289,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3f9595a0fa925f13,Super Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_78764cdda07283e6,Super Subby's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_429f63ed94805627,Super Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_521f7895c292a2fd,Super Thrift Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_386bdab900a5e9d65fefc3e91df07af5,Super Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_66575b77b220bc66,Super1Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c662514f0034e025a5af8c9cd2c042e7,SuperAmerica,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9a7f178c79535a,Superba Food and Bread,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10734d1c1022bb717d2d1f2e03135434,Supercuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_6fe98d3a329c2652,Superdry,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_88ba6f6fda3e692270cc4aca2308d02f,Superfresh,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_463fa8f01a957810d630f14e61f00ae0,Superior Distribution,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_89e0ac5a5ad3b486281dc81cde4e8627,Superior Grocers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2225c534d38fe724,Superior Pool Products,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1c3f5a68b116d537,Supermercado Mi Tierra,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_12d8cc02f8482516,Supermercado Nuestra Familia,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1747bd74c5196e99,Supermercados Econo,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_121160236f279022,Supermercados Mr.Special,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_728d5ec13318e980,Superpumper,SG_BRAND_25e5063333a11a1b,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_603348d1a4d77f00,SUPERVALU,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_02f92084d9f17e0a6c8892bf0d462c36,Supplement Superstores,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_05286b13e4cd9b9707add15e0b00e9e2,Sur La Table,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_292982d226c68c93,Surf City Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4de9ed8cca6134c2227cb29e9972ccea,Surf City Squeeze,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_81e1914962e6a4ef80fe58a431d51926,Surf Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ec9c207bfbb9658,Surge,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_c00683f2bf27e151432cccdb3c15b111,Surplus Warehouse,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_201c7275db1eea4d,Sushi Roku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c6ef0b5fb00020681beb203dfcf7c94b,Sutherland Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_42241040b2464313,Sutter Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_101186a9a44bc0354ed997696a6aefba,Suzuki,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",SZKMF,OTCMKTS +SG_BRAND_296fa7d68007d8dd,Suzy,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1aa3e99a053ad8d9dafa8bad478ee946,SVS Vision,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_c33caca1ca57315,Swami's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,Swarovski,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_d4f638f58f0365e16f503d63e3cdb609,Swatch,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,SWGAY,OTCMKTS +SG_BRAND_3fa2b41fce097e5b,Sweat Fitness Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_941a708604d0d3d03e95336dcf911085,Sweaty Betty,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5691d1d3f1bbf3cc,Sweet & Sassy,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_4bdb9818d1b8ec67,Sweet CeCe's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c21778f7b42c43a3cac69ca3f6409372,Sweet Factory,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_2d8707eaaf67b4f5,Sweet Factory UAE,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_5210f3e6393aa617,Sweet Frog,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,Sweet Tomatoes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5ea795ab3769f0392e3658d9e64e003,sweetgreen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4b82ec32253bafc4,Swerve Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_773e5c61cba7322,Swiss Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c0f474776f0a518a809c938bb46afab1,Sylvan Learning,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,SLVN,NASDAQ +SG_BRAND_7c501b7b2e9f40ad,Synovus,"",522110,Depository Credit Intermediation,Commercial Banking,SNV,NYSE +SG_BRAND_4aa37867419943da,T&T,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_379927a340a265a9,T-Bird Mini Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,T-Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_6ac3d7996fd37353f8027aee42005f19,T.J. Maxx,"",452210,Department Stores,Department Stores,TJX,NYSE +SG_BRAND_748ba381dd81bb8de615319837ffa350,Taco Bell,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_62e219693b40c048bf2dad225524695a,Taco Bueno,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79a702dbde154a54f28d505028e1708e,Taco Cabana,SG_BRAND_7079c42698203d70df4a030591fe99b8,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5decf63a87f7b91c915c7e221f840ac7,Taco Casa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a64dc973cbcc4f3cd3b08c3a3ea6842,TACO DEL MAR,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f92cba702cf7f997b776d807b54cbe79,Taco John's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c1f44463c391444e9661642ec0761b4,Taco Mac,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f91efcb90b5e17a3d6ce7acca841c87,Taco Mayo,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56fed2fb145e1820,Taco Palenque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_693b36175514d607,Taco Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_99dae8a57b370f25c69f642c6fc4319b,Taco Tico,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_21a415c825b40c20,Taco Time Northwest,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_794665b7b1353d3a,Tacodeli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d0e991123ab7960f,Tacolicious,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f9e380f3c33c93e,Tacos El Gordo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1150bcface0b66ea9e245dcefe959162,TacoTime,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f5975334d57475f6dbc8bb4b1cbf88c2,Tag Heuer,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,CHDRY,OTCMKTS +SG_BRAND_e09926ab09389693838aa7b6a4a51ad4,Tahoe Joe's Famous Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a6111ecac4e9bf6,Take 5 Oil Change,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_fc3844062a563161e27e2c9db9ad4665,Talbots,"",448120,Clothing Stores,Women's Clothing Stores,TLB,NYSE +SG_BRAND_dca899911102f86b,Talecris Plasma Resources,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_861e8bb24a4eaf74,TalkTime,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5f363dd1fc284e47,Tamale Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c65749e66d4be65604489fe96a1012a0,Tamarack Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_bd60dc54b754d9dc4431b65d58f8c632,TAMKO Building Products,"",324122,Petroleum and Coal Products Manufacturing,Asphalt Shingle and Coating Materials Manufacturing,"","" +SG_BRAND_dfd7c20bc32b86e,TaMolly's Mexican Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56e323495e92d917a538ec84d43fab18,Tandy Leather Factory,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TLF,NASDAQ +SG_BRAND_74b13c1bfa9312a3bfd0caa1da8b35ba,TangerOutlets,"",531190,Lessors of Real Estate,Lessors of Other Real Estate Property,SKT,NYSE +SG_BRAND_47cdddc43aa6759b,Taps Fish House and Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f735ae4d111d2c3482266866ea53e7ca,Taqueria del Sol,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42aefbae01d2dfd981f7da7d823d689e,Target,"",452210,Department Stores,Department Stores,TGT,NYSE +SG_BRAND_5810170bb4a1154f,Taste,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_106b44d46c19a8c0,Taste of Philly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,Tastee Freez,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_e402d3d94d8b09d4a64bd139283bd048,Tasti DLite,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_107b9d75a4e4db89d7b8811fae4d60c4,Taziki's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8659d9232accbd66985df5375f59855,TCBY,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_36437ba2287c7c96,TCC,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_27501713cae44c7a12ea7b766781676a,TCF Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TCF,NYSE +SG_BRAND_90d91b406b3010d68287a1bf29e73641,TD Ameritrade,"",523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,AMTD,NASDAQ +SG_BRAND_a270529277e11434ce7a40cff6c21217,TD Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TD,NYSE +SG_BRAND_383d1229347828a7,Tea Station,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1a70a72732d25de9,Teal's Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6f227b9c18f3649b,Team Rehab,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_08dc7bc5c525f5e482b57ea659eed11d,Ted Baker,"",448140,Clothing Stores,Family Clothing Stores,TED,LON +SG_BRAND_82eab43cc07082b91b4ab64436d2cf1a,Ted's Café Escondido,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cfd1a00ac7511bd50d3da98da435ab23,Ted's Montana Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b18e03842469999,Teddy's Bigger Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89a14d7a1309892f90d490c859468a30,TEMPOE,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_4c0bb3e7d813b2889a0544ef789a648a,Tempur-Pedic,"",442110,Furniture Stores,Furniture Stores,TPX,NYSE +SG_BRAND_f18e4548675a2e1,Ten Thousand Villages,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_2056bcd07ae0b83fd73cbfd2eeb25f2e,Tender Greens,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,Tenet Healthcare,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",THC,NYSE +SG_BRAND_3e795ba76395e5f043687c8d0a9706e8,Tennessee Farmers Co-op,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_25e9f89ee6d135a1,Teresa's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_701fa49261c8c7c8,Teri Yaki Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416a92ce8c95ff05,Teriyaki Madness,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e8b683a8c69af4284fc2d2ee150bc4f3,Terminix,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,SERV,NYSE +SG_BRAND_5c5a3dc312ed15ea,Terrain's Greenhouse Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_765f47692855865a,Terrible Herbst,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_736e28af7b81b10a,Terroni,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ca581f73c944ade30fde59bdb3e85d41,Terry's Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_220dead10dd6a5c7,Tesco,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b787109f60140e84,Tesco Bank,SG_BRAND_220dead10dd6a5c7,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e1f043a973f4574f,Tesco Express,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6fec1ae6a8fa91d1,Tesco Extra,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d6355b56ac295732,Tesco Metro,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_01655ff382eb79ba,Tesco Superstore,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bc250e0d83c37b0953ada14e7bbc1dfd,Tesla Motors,"",441110,Automobile Dealers,New Car Dealers,TSLA,NASDAQ +SG_BRAND_aa6a15d0d5bfb705afa3d12997f3a804,Teuscher Chocolates of Switzerland,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ffc2e4f5b587c173b8034acac77ed1fa,Teva,"",448210,Shoe Stores,Shoe Stores,TEVA,NYSE +SG_BRAND_5416bc709f25c04c6092dbbae7013250,Texaco,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,447190,Gasoline Stations,Other Gasoline Stations,CVX,NYSE +SG_BRAND_78aae9bb39a22124,Texadelphia,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c54319fdd968c45ed0d0efd9bb2fb63e,Texas Car Title & Payday Loan Services,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_6be55ad67ceb5067bdab4e4d3c4a7df3,Texas de Brazil,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_473fea6203e222f4,Texas Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_aca4fbe00d3d8517673a5aca6e4aa1f1,Texas Farm Bureau Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_d40731d9c382535c23768d0caa026179,Texas Land & Cattle,SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f678f7dd8d25eae,Texas MedClinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,Texas Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_1fdd5a6542bcfe6b161be9f9c599edff,Texas Steakhouse & Saloon,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ff13ed822d136072eceb608b5cc145e1,Texas Tool Traders,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_aeff93462d04a731,TGF Hair Salon,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2790ea7c68267a4a937d481540e3c3e6,TGI Fridays,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71b1a9dc19902a6c,Thai BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28a9b67fc644e963,Thai Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42fba5cce630e68f,Thai Original Barbeque & Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b2de6e5e806bd0b,The Art of Shaving,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_e410910a55c3c756497dd75b42aeffc4,The Association of Pool & Spa Professionals,"",813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,"","" +SG_BRAND_5c19fee48031bf83e0961a606fbf5662,The Athlete's Foot,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_f712fed0e54d3879,The Baked Bear,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12b47438ce89b276,The Bank of Tampa,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_a7bd12304f2a327187932c8caa384a3c,The Bar Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7865bdf090089821,The Barbers,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_aadbb723ed9a5d53,The Bargain! Shop,SG_BRAND_56324d752ddef929,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_169759edcca53e9a,The Barkan Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6f2dd06dff349e79,The Barre Code,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_238235f57cdaf4015ba8e998c2641240,The Bay Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_31667d4e1f42fdcd710142faf48bd9a4,The Better Health Store,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_f09e0c7afddd306e,The Big Apple Food Stores,SG_BRAND_3874a628545efda1,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33380594a4d5a524,The Big Screen Store,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_1a12adf6e3b665ca,The Black Dog,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_def598b5aac8735,The Blazing Onion,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b38d3f8fe487c2221c530f36d0610016,The Body Shop,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_2aef7eac822eb842,The Boiling Crab,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7c19a70212e0ccdda8db2a73b5d84ddf,The Book Rack,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_0c7d56c25057eb37e0079b11b1a41939,The Brass Tap,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_9cdd257ef76506a77da2138fa08adffb,The Broken Yolk Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f8d7dcd58d8bf69,The Buckeye Corner,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_97899a373a27905d915c4c9c65ac95c7,The Burger Joint,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3cc21f15ae914a3cb5919df560a5b117,The Cape Cod Five Cents Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dc52dbcf11b7f0307f8ce2b817acdfa4,The Capital Grille,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_a053237d26cf3f778c77847dbcfbed65,The Cash Store,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_e5b46100379c3529be5f67422662b5e7,The Cat Rental Store,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,CAT,NYSE +SG_BRAND_e661d1eb09e37e4e6a32cfa1944dafce,The Center for Medical Weight Loss,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_a676cc95ab05a9f67d645437541771a2,The Check Cashing Store,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,The Cheesecake Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_d4280bff0e12c76fbaa974480d17715d,The Children's Courtyard,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_0d8733e06e21c591cff917fd0f7fffb8,The Children's Place,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,PLCE,NASDAQ +SG_BRAND_0f28dc5297faa20538af54b933c3e48b,The Children's Workshop,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_cf648053225811b,The ChopHouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e6df1254351679290dc9f935d1cde5e8,The Christ Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_a225ac045017a21c8ce14bc0728c3493,The Cleaning Authority,"",561720,Services to Buildings and Dwellings,Janitorial Services,"","" +SG_BRAND_382a54468d25a8f,The Coffee Bean & Tea Leaf,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_009de65a8ea116c85bd1a948b4c69c98,The Columbia Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_1fe673b225ac9f06,The Comfy Cow,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c5945455a80b7df9ae933374061c1f18,The Compass School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_21b3fdc752056767b2598d5e93ce889a,The Container Store,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,TCS,NYSE +SG_BRAND_7021443754cb6a75,The Cookie Corner,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_d7ff6f6ac44b1ef0abf49d26f19aaaef,The Counter,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4874c3429557e37f02c1114a410d03c,The Dailey Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_feee19a667eafeee0f37c03bbde7997a,The Dump,"",562212,Waste Treatment and Disposal,Solid Waste Landfill,"","" +SG_BRAND_367615af9d86c3ee076f90f0e058a03d,The Edge Fitness Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68fdd09a6f017f28,The Everett Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79aa24ac7be7115da80670ca05ed242d,The Exchange,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_347f308bd110cf91,The Expressway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_26093cef1643d55f,The EyeDoctors Optometrists,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7563d50667ecfa1fa05542887aa06123,The Family Center Superstores,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_ec3c24dac2bbf15511d9de9e0d80ee86,The Flame Broiler,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_19ff995f2758f48c,The Floor Trader Outlet,"",238330,Building Finishing Contractors,Flooring Contractors,"","" +SG_BRAND_8bbbbddd74a8c55a0e7b8a4900a84af8,The Food Emporium,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64a0989950c25fa3,The Fresh Grocer,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_780fbf14eff9e74b9f36782864893db6,The Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,TFM,NASDAQ +SG_BRAND_2a55c06e9d66201f,The Fresh Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e07b56a3af9931ee3ffa7b81f065f13d,The Frullati Cafe and Bakery,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1f2a2e25728123a9,The Fuzzy Peach,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2f71af3851d37fcb,The Garage Burgers & Beer,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b5e39c3aa02f293d32711bbbd0a7cc27,The Gardner School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_c480d1c506174ceb76e75a9ec238db19,The Goddard School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_2de4349106208bd9c5a94327a8328a2b,The Golf Mart,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c74f9f3ba98f4252,The Grand Theatre,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_369a3a4efbfb866451440930bd5ea2a0,The Grasshopper,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_3dcc30c62460bc25,The Green Solution,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_519bae9085e0bee5,The Green Turtle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1bdafbd85f67a1b5,The Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f06de432fc340ee71aa12222d087ce84,The Habit Burger Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,HABT,NASDAQ +SG_BRAND_a6b6bc682c404279c671e3c1f8bddca1,The Halal Guys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8cebb51fb05f1bf005e53bfec08d6c10,The Home Depot,"",444130,Building Material and Supplies Dealers,Hardware Stores,HD,NYSE +SG_BRAND_38a47ecd809d6bc33da5d07aeb102184,The Honey Baked Ham Co.,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ddd255657c835c7c6fada0aa91c0cd5e,The Hummus & Pita Co,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fa02b785b4cd9620961cdc921c695a6a,The Hummus Factory,"",722320,Special Food Services,Caterers,"","" +SG_BRAND_02b0271b467f602df85bda877aaff678,The Huntington National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HBAN,NASDAQ +SG_BRAND_57260b104813b2675ac576b073265137,The Ink Well,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_5823bf6b7770c294,The James Hotel,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3f3f25c2f0c2ac4e,The Jerky Outlet,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_75400c1d55d84876,The Jewelry Exchange,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3b0e9fc4f07998b208aaeafdaf8c6620,The Joint,"",621310,Offices of Other Health Practitioners,Offices of Chiropractors,JYNT,NASDAQ +SG_BRAND_bb17262f1cb7c73a,The Juice Shop Kitchen & Juicery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1439fb0625fdeefed049e877c7ecaffb,The Kebab Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a3d561c910801c5d08791ee3d310df6d,The Keg Steakhouse & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48bde759a9d97916,The Lash Lounge,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_2a82d70020246cf51d52526824787b50,The Learning Experience,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_73acdfdaafe6ff0a,The Little Beet,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_055835f8cec8b6e04ba47ac4906f8f5c,The Little Clinic,SG_BRAND_1f852a23da4b7250,621498,Outpatient Care Centers,All Other Outpatient Care Centers,KR,NYSE +SG_BRAND_3e7a63f572a5734cad6676b9e32cbc4c,The Little Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b03564beb831763984ac671dc54a0cce,The Loop Pizza Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3997a8f3a0b830dbd07b6db4fd6e9daa,The Luxury Collection,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_0ce21d5668f8efe62ffec7ff25900593,The Malvern School,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_409682a96a98cfb4,The Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_61de2409142ceccf,The Markette,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99fcc6273635bbb31252d3306fbac64b,The Mattress Factory,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_58043e3cbd84985ab2dc9a365c6a3b52,THE MAX Challenge,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e6b579afa8461d8a315125f18c697f19,The Medicine Shoppe,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3e7ea2d5ef6b7289a85276f18e27b882,The Melt,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5b5952be425493ae354f91be4127d2df,The Melting Pot Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,The Men's Wearhouse,"",448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_142856710eed4cc3,The Natural Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b50b0335cd7ba141a82b28b5dd28c91,The North Face,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_1b123f515d08bb0,The North West Company,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_4673ceec4f2402b2,The Oceanaire Seafood Room,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6cdef17bddede3e9b11a95bc35b83896,The Office Beer Bar & Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3ac07e7e26ec97a361f4f7155c1a492,The Office Tavern Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_481941885b6085ab,The Old Spaghetti Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6761573c0cde168f,The Original Buscemis,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f00d69ef51c9f51,The Original Dave's Cosmic Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_99844761d9a1455cd84cb9c5c35ff84a,The Original Mattress Factory,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4fb670e93bdb8672,The Original Mel's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89adcbee80f3dd6877da674d74acd976,The Original Pancake House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b19328c91905a082,The Original Pizza King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8ba8b704eab2f5,The Other Place,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_03d79486902d515829018ef9db1f3415,The Palm Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f6896aebc6a294f,The Paper Store,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_347359cbfc7840a6a6a2ce7ab3e9087c,The Parking Spot,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_dd5e8538923b1ec725cb4a3eefb8e3e8,The Peanut Gallery Preschool,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_6e900baf9252f8ee,The Perfect Pita,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d092f030b5fbe0c6,The Pie Hole,"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_7512d3d3a6bdc2c2,The PilatesBarre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1ebaf17c26c329a6,The Pizza Press,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_18104fe029ccbdbd,The Pod Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4d9a54cd3f7d9b32,The Premier Companies,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_be55084abeb9c86,The Pride,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_25a3bc91b9c29636,The Prime Rib,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1bbc59a51cf7174c50aa97daaf4db6fd,THE RED DOOR By Elizabeth Arden,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_2f696e23890fee94c69d32d67a042962,The Ritz-Carlton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_735ce9f87fe98351,The Riverwinds Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_159cf69754637d53,The Rock Wood Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d1a0236b6b2467c,The Rockerfeller,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_197da33ad4743176f6f79c4ef57b4147,The Roof Center,SG_BRAND_1b2818c0478264ea,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,BECN,NASDAQ +SG_BRAND_0a8319bc26b1f4bc74fb4a1fa0eefe26,The Salvation Army,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_5c5fdd13bb5c9bb1,The Sandwich Spot,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_417cf24bf1de9cab,The Six,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5813c4f1b2c44860,The Source,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b8811cc7f6b790bbbd59fb48b86d9c6a,The Sunshine House,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_4b10a4735801c6cf,The Sydell Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_481c509d0f3e4ec3,The Taco House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3a492018844fa022,The Teahouse Tapioca & Tea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_623c9670c67edf86,The Tile Shop,"",238330,Building Finishing Contractors,Flooring Contractors,TTS,NASDAQ +SG_BRAND_e4f78288fe530eeb6352e6bd86fce5a2,The Tire Choice & Total Car Care,SG_BRAND_462c6e01a2086f21,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,MNRO,NASDAQ +SG_BRAND_76cc6f7235ae184e,The Uniform Outlet,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d100d4d8528c773aac249aa76b9eed07,The UPS Store,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,UPS,NYSE +SG_BRAND_3407202de2fb184d,The Varsity,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_25178bf9665a0217555d90868ad225e9,The Vitamin Shoppe,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_d6966cd546d3058fe7927013fa5f416b,The Walking Company,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5dca71f1eff08c5c,The Woodhouse Day Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_736c6dba6707c4fa,The Yard,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_4167196e19c5cac5,The Zoo Health Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f95ba01ebfd1014,Thee Dollar Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d88365c20375014de85c502008b50db9,Theisen's,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_700172587c791cceb2ca5c6744e211db,Theory,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d551d9b904376cfe32577a4295482c46,Thermador,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_326003cb0cde041efacb7b2f9e9a8ecb,Things Remembered,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_484889433de7984a,Think Kitchen,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_42468524a477d307,Thirsty Lion Gastro Pub,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d8c3dc16c8970aaba935b5c5477e1fc5,Thomas Sabo,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_be923465dedf384dda38dcfe5511ed2c,Thomasville,SG_BRAND_8dec87ebe111e2b4,337121,Household and Institutional Furniture and Kitchen Cabinet Manufacturing,Upholstered Household Furniture Manufacturing,"","" +SG_BRAND_3e6910510262cc0b,Thompson Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5d0bb36db902c2b4a3cddf28192ed763,Thorntons,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_bf47e8892102ed3b,Three Bears Alaska,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_be44236f06192a1d33f6432d6d92128b,Three Dog Bakery,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_3326a08f19b298eb,Thriftway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_236ad7fb05363431837efe08cc11a189,Thrifty Car Rental International,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_70f57b243f49fee2,Thrifty White Pharmacy,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_3ce39fc19f210f9d,Thrify Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3078224ee4011642,Thrifyway Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_585f42e9fd3433de,ThunderCloud Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe348ce1e0816a97,Thyme Maternity,SG_BRAND_1e8a4bf699e898be,448190,Clothing Stores,Other Clothing Stores,RET.A,TSE +SG_BRAND_d39158ca09fb3c99,Ticknors,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_527215696df19ae1,Tide Dry Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_5409a77e42ebdf8f,Tietgens,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a5ba55adf83be247a3826c8d1339ccb,Tiffany & Co.,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,TIF,NYSE +SG_BRAND_3819b4b88d9159eb,Tiger Rock Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e0709c433db5128,Tiger Schilmann's Martial Arts,"",611620,Other Schools and Instruction,Sports and Recreation Instruction,"","" +SG_BRAND_8612f98e1e2e5ec8f34a7071ad8858ea,Tijuana Flats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e43ed6f3ae8aa69ac7fe257f663f95b,Tile For Less,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_31301655c7e42851d12b09cca0e8a305,Tilly's,"",448140,Clothing Stores,Family Clothing Stores,TLYS,NYSE +SG_BRAND_48aeb2ed11bd5182c256d19201877626,Tilted Kilt,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c4c485492c7ab7cb854a7c2b9772cfa1,Tim Hortons,SG_BRAND_af6efd1c6e8b04bb,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,QSR,NYSE +SG_BRAND_2bae96e0429201fc,Timber Lodge Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ea02eb629898ff9c708f92ae2ff719d,Timberland,"",448210,Shoe Stores,Shoe Stores,TBL,NYSE +SG_BRAND_2add66c563fc063a,Timbermart,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_3e33d29274752d70,Timbuk2,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_bd07948d565776ae4bac997d8c53b62e,Time & Again,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_27b503cdfcde35c8,Time Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_7b2d90c593a6c074,Times,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_23b6a81f143db6f3,Times Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b6990bee8584deea7ad1927df389c568,Timewise Food Store,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_191774375c0659661c8f77f0573e0844,Timex,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_695324363648c313a961b52e685c49c1,Timken,"",333612,"Engine, Turbine, and Power Transmission Equipment Manufacturing","Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing",TKR,NYSE +SG_BRAND_e2ecb7126cc92ce0703f5f81534f0f01,Timothy's World Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2da466e5e6d84ba6,Tin Drum Asian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8b94b533ddbe4c,Tin Fish Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f1982406972c48a7038b8caa1a08bef,Tin Star,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b163a6b6f8c9b5afdb277820ec516700,Tinseltown,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_5be92b9d9b018065,Tio's Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5560e8e7bb7ddc6a,Tioga State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e6150699cbedfa649edaef6a092c799e,Tire Barn,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_c72eab782ab8dc033523461de16d6eb1,Tire Discounters,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_bc406a64fab678239c6554ce7ec498c6,Tire Factory,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_fa8904768ce7b74cf669f92649a2fcf7,Tire King,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_95af7b95a45755c490a3b06b29c75d90,Tire Kingdom,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3bae325ae1f111c35db51a05cdaeb1eb,Tire Warehouse,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_643a1e74751ea8ca,Tires Plus,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_116ecdbeff77e915eb77f46a8b3b6afa,Tisco,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_566d750fc39e325b,Tisol Pet Nutrition & Supply Stores,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_e2bb3f9679fec6d4836fcf8abcc3eeac,Titan,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,TWI,NYSE +SG_BRAND_73c2d855c962b5bf,Titan Machinery,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_5cf3dea725de658c1e71e85ac54ccc1b,TITLE Boxing Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e0acb7b67d1dfbd28585972f62d1f31d,Title Nine,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6377867d8602c31f,TitleMax,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1f00063893c59b09ba0e28f9cdeb6ceb,Tobacco Outlet Plus Grocery,SG_BRAND_962d9816e6d7856c,453991,Other Miscellaneous Store Retailers,Tobacco Stores,"","" +SG_BRAND_e1650ebec6b4ba15,Tod's,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_5b302322d276255d,ToddPilates and Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_026161684784dddee1b6716334739746,Togo's Eateries,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e0ac1e7d32459b81ff7325ee29a49805,Tokyo Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a36d24e26453dbf,Tom and Chee,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4136d00c8d0f3e42,Tom James,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_07762e54770874ce98be0527a5ab333e,TOM N TOMS Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1165af0dea6af7854daf87616d60f747,Tom Thumb,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_598b94208d36f21a7da5462f8f8c8788,Tom Thumb Food & Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_591c1ac6368b6464,Tom's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d023b66e8009ff3,Tomlinson Sales,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_4ca5d251e2f5236f5979563fbe27c7eb,Tommy Bahama,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1428e3360a85e36f654fcd0166e3e607,Tommy Hilfiger,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_ec7fb7a03d7fe6cbe56a5e532c104888,Toni & Guy,"",611511,Technical and Trade Schools,Cosmetology and Barber Schools,"","" +SG_BRAND_4e2bda6243b4276fb25e6b4ee75eb7b0,Tony Roma's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_364ae1cd15e3261e,Tony Sacco's Coal Oven Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b6c0d7ebe927d648e2ee3233e897ea28,Tony's Finer Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d291eb5f5972320,TooJay's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_36eff33d25bfbeac,Toot'n Totum,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_16e4295c5086d048,Top Star Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_cf2323f7315065eff715fd30cd477363,Topgolf,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_c407d485b2792acc7d7f3f18952577c8,Toppers Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7dc5f4dcd3a2c203,Tops Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_150c4370ef437ba8bebaec34e13afe3d,Tops Friendly Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0244923b47825c91bad59473ab4ac348,Topshop,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2e93877c348601cf6be654e7405e0ca5,Torchy's Tacos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7952f2bb94aeba1bf78fa01c4a34834a,Torrid,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_9de883124bf136f31583d438731182a0,Tory Burch,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_451ea132210dd9e4,Toscanova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_04be971d21da393a74f8722098739684,Tossed,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d72727706c7a7433,Total Access Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_e04e666f974d20c5,Total Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2d33116f68e4b47313d867392a293b0c,Total Wine & More,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_26009f7664889bc27abfb0613e5959cd,Totaline,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_e27e45dc9a84e306,Tote,"",713290,Gambling Industries,Other Gambling Industries,"","" +SG_BRAND_1b6fafeeec05b688,Tote-a-Poke,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ae68768d6bb74bd49cb12476e131fd63,Tots And Tykes Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1a7a46d0fb75a2c613f21e699813badf,Tourneau,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_25cb76f25c77b86f,Tower Health Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6f9a745d098c4d0f,Town & Counrty Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_60ecc465665f8015,Town & Country Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2875d61cc09b560b3987421c0b1651ec,Town Fair Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_231cdcceb59deea5,Town Sports International,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5a5e5b9eb6cdd8390e26c7eb067c4c3a,Towncare Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_d72259892f88aa110d949d9d44d239cf,TownePlace Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_dabbcb51925639380ceaaa444334ad11,TownPump Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5e887f6fc80f12da7973f9f81ea76150,Toyo Tire,"",326211,Rubber Product Manufacturing,Tire Manufacturing (except Retreading),5105,TSE +SG_BRAND_5166fd3fee463b7c9992293e84f098f0,Toyota,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_3e5e223b1c342058,Toyota Motor Corporation,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,TM,NYSE +SG_BRAND_974825b578ac6df2330cf472fc2d9e57,Tractor Supply Co.,"",444130,Building Material and Supplies Dealers,Hardware Stores,TSCO,NASDAQ +SG_BRAND_c277e90262fd6057,Trade Fair Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5c78f57037645fb5220697ccc78b9a8d,Trade Secret,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7fc1f4535e992e55,Tradehome Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_00bc98e3ce50a8142b86c47f40b85735,Trademark Hotels,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_88b90c11892dd21eddc97bdb0fc449f0,Trader Joe's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7baa23773d234f39,Tradewinds Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_27a15966382ba3e78015b40d2e1fa976,TravelCenters of America,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TA,NASDAQ +SG_BRAND_6c0e7e2f43ddbce9815298c1002428f3,Travelers,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,TRV,NYSE +SG_BRAND_6437599b41150ccc0b9c63702c5f7ba7,Travelodge,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_2b35fec93c54a3b5,Travinia Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fd449577b0890721,Tread Quarters Discount Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_12d0336a7f170c0c,Trejo's Tacos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_384b9a02d950ebb7,Tresierras Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_669b6e6ec918848b,Trexcon,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e511958d4d180bd,Tri Counties Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_749c5abd4fa1adfcfddd0ccd53c97a9b,Tribute Equine Nutrition,"",311119,Animal Food Manufacturing,Other Animal Food Manufacturing,"","" +SG_BRAND_855abd978b753650c09c1557ab3928b1,Tribute Portfolio,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_af5f1969ec935bf7b7a73719286708ab,TriHealth,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_b466c7413fb7eaa6e70078ade0d264fd,Trina Turk,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5df451361743558ac71e8dd07d7dfb74,Trinity Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_3fb3d19afd9e3a87,Tristan Medical Care Centers,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_91e839a055cb35a22625cbce214ad769,TriState Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_1238de9e0f59267201956dbdfeb8ba45,Triumph Motorcycles,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_321fb519b4bdd1052f599b2740228cc1,Tropical Smoothie Café,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3cd2bdcd39d3a533,Tropical Supermarket,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1a70655ccbec80ed,Tru Fit Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4f3a9a472b36d7a,Trucchi's Supermarkets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_2de08fc550a95a71,True Food Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5362ea8f2454e3fe,True North Energy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TNEN,OTCMKTS +SG_BRAND_bfdeb379cc482c327cf8c4f21bc59b1c,True Religion Apparel,"",448110,Clothing Stores,Men's Clothing Stores,TRLG,NASDAQ +SG_BRAND_0b1f746a0c413ffd,True Value Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3a6e3c8851716ab0,Trufusion,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_ba77673d5e7728b8999442b502cea534,TruGreen,"",561730,Services to Buildings and Dwellings,Landscaping Services,"","" +SG_BRAND_6ff85c925331e43d,TRUMP Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_a182dde2647eb16fe2172d0504d4ad2c,Trunk Club,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_ccb189c1e56ccd53eb1e7385d3762ae0,Trustco Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TRST,NASDAQ +SG_BRAND_a5f35de4c9eba1527cc042bfbc518a63,TRYP by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_24e0a7d87fbc6f7b,TSO - Texas State Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7b6318e28c57a71e7c67f65f7c29c906,Tubby's Grilled Submarines,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_399141eb2c47ee5b45c6102be34b9073,Tuesday Morning,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,TUE,NASDAQ +SG_BRAND_dac1f497346ea310da919c24b77001a5,Tuffy Auto Service Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_cd0e685b829463614dc72d796d1f6c57,Tumbleweed Tex Mex Grill & Margarita Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e53a3d6e7f4c168854ae8f9f1a53df2a,Tumi,SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_f31ffe7d8d5bac1d2baff78a6e70afb9,Tupelo Honey,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dbe0559f6cb1a94cc26662d0788c2d5,Turkey Hill,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_68b0bec4d74fc632,Turner's Outdoorsman,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_32eb92a7712b2c101b8001ac5c2e3ea6,Tutor Time,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_5cd68643065cff4d7af73f3a0687dc2b,Tutoring Club,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,YOGA,OTCMKTS +SG_BRAND_64e7fd714c1ce1d17a3d448d744ed79c,Tutti Frutti,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_374fe5914caae134,Tuxedo by Sarno,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_9b326b03e5d239688d5c40843097262a,Tuxedo Junction,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_a0b9d6979de96b1adb43b52f9c3bcc10,TVC Communications,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,517919,Other Telecommunications,All Other Telecommunications,WCC,NYSE +SG_BRAND_1c21fbd5249f1c20bd89119ab5c678ba,Twice Daily,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_27bd9495ed500776,Twin Liquors,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4ce6c8df738224f699c40f16946fee96,Twin Peaks Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8905e7e75cc4ceb632c880404f3e33e4,Twisted Root Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7cb0a596d8d745f1,Twitch Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_42bfde79ee500bbc633530f73a43bce4,Two Men And A Truck,"",484210,Specialized Freight Trucking,Used Household and Office Goods Moving,"","" +SG_BRAND_261db52898e7ebd1,Tyler's,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_fc4533b640af7e29f67bb02cba1776d9,U GRO Learning Centres,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_1810c5cb6aacb849,U Save Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1b71ced68ecb91a8bc1fcc6fd3db7b7d,U-Haul,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",UHAL,NASDAQ +SG_BRAND_725003634e97f009,U-Save-It Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_486a4a2db1ad7c0f,U-Swirl Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_45eb256adbce8449,U.N.I. Urgent Care Center,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_41ebe46287b861ac09853796d613f1af,U.S. AutoForce,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_115e6cd3ceacb40f8be99ae3d3f62649,U.S. Bank,"",522110,Depository Credit Intermediation,Commercial Banking,USB,NYSE +SG_BRAND_6809e83bfca0c851ba242f11186c98e2,U.S. Cellular,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),USM,NYSE +SG_BRAND_5812cb0afc1bfb58,U.S. Polo Assn.,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6164e1beb7da981c8b952aa5c414aa75,uBreakiFix,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_2802aee2135c6b6,UBS,"",522110,Depository Credit Intermediation,Commercial Banking,UBS,NYSE +SG_BRAND_551d23c68a5f5ac,UCBI,"",522110,Depository Credit Intermediation,Commercial Banking,UCBI,NASDAQ +SG_BRAND_be296f7e2e67113ee810d223d515af0e,UDF (United Dairy Farmers),"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d2101987bb1be95164488fe2041f055e,UFC Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1ad29e20d6ec5188,UGG,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5bf5f53ff558c158,UHR Rents Rent To Own,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_0bbbdeb36c035e0329396ddcbb31cf63,Ukrop's Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_22944c74a4b7468ec2ab7b1e2112015f,ULTA Beauty,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",ULTA,NASDAQ +SG_BRAND_29ae60103f217dc5,Ultimart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47133379d9065b1af73d1f4b3495c780,Ultimate Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_428a59952bc85cfef88a854caf441fcf,Ultra Body Fitness (UBF),"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_aaac77a0f013c36cd59dfced6f1439c6,Ultra Diamonds,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_0b57cda0ba7ff08b1e186dc591c6faeb,Ultra Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_6b521824ef65ce2f,Ultra Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_11720e124d65e898,Ultrastar Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_021b67e9295ceab9f132b6f58dc3d14d,Umami Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b1d14f80642f1f6b54ca80e2662b251,UMB Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UMBF,NASDAQ +SG_BRAND_66f28251402c05d8,Umpqua Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UMPQ,NASDAQ +SG_BRAND_799b7d0e980c62c6,Unbank Company,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1e207a89dceae6f7,Uncle Dan's,"",339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,"","" +SG_BRAND_c74e5dbc804f7d23211e1f4ffac4aca4,Uncle Ed's Oil Shoppe,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_0e4454eb3fe3880fe24478dd6080efaa,Uncle Giuseppe's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e9fe429ed938983aac177d49f99ed0e1,Uncle Julio's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48e0b7edc5ce94fb,Uncle Louie G,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_aaab1e0f2e9b04cfc37ea26d5a22a249,Uncle Maddio's Pizza Joint,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a27802d0f31943aebf20df097a2906d7,Under Armour,"",448190,Clothing Stores,Other Clothing Stores,UAA,NYSE +SG_BRAND_2b1d00d100c61510fdee2ed742076cbb,UNFI (United Natural Foods),"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,UNFI,NYSE +SG_BRAND_eb209fcc90a7b9d,Uni K Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_78e731dfc41e5a17,Uni Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_895fee750a61b7bceb45eb1433a8cc46,UniBank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_479a6fab8b2bf110,Unico Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9a77daacc4bcf5a9,Unilever,"",311999,Other Food Manufacturing,All Other Miscellaneous Food Manufacturing,UL,NYSE +SG_BRAND_5c22f8be0b58bb3d,UniMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d635492fdc36f4412e130c3a4fe23a7a,Union Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UNB,NASDAQ +SG_BRAND_26014f1a9ac94f71500c94aee9366748,Union Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1a300c393a271586,UniPrix,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_24fdc423822298896dcd7ae0548f1498,Uniqlo,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1e73f005a301232c,unita golf,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3edd0a114c0d2e78145a9fb327e89ff2,United Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2b6054362116995b,United Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dc5ee4ee5695bfa64781376146d9b7fa,United Check Cashing,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,United Financial Bancorp,"",522110,Depository Credit Intermediation,Commercial Banking,UBNK,NASDAQ +SG_BRAND_20b8f297607c385e,United Grocery Outlet,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8ed1742b8a8ba56a,United National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_25ac38f4c45a0186b72a542922ce11ca,United Pacific,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_bbaecca4473233eccb80fde76de6f093,United Refrigeration,"",423740,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Refrigeration Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_0cb10408942cd39e3d3779ce5294bd91,United Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,URI,NYSE +SG_BRAND_27ee73cd1fb6f5e432852fea401eacce,United States Postal Service (USPS),"",491110,Postal Service,Postal Service,"","" +SG_BRAND_31d6211f468120df,United Super Markets Oklahoma,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d37d8388d59fd76f234b610c62ab432d,United Supermarkets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6a5def827cd84dc1,United Taekwondo Center,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c0ff5592dbe6d0e876adc36ee4f1b0ae,United Way,"",813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,"","" +SG_BRAND_8a98b65ffebc68995699817a9ceba55b,University of Alabama at Birmingham (UAB) Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_0c506e30249aff4bd40c279d2c1daac9,Unleashed by Petco,SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_152775c09797418faaafa9b8a39bd84d,Uno Chicago Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58ef98cdaa898785b12dd9d85b3b3155,Uno de 50,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_338bdbdb25bad40e,Uno Due Go,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68d52ab077614f0e,Untuck It,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_60b7e0b18d89e709,UPMC,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_b72d7c3920975c6fa580804f44b41fb2,Uptown Cheapskate,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_64aaba94f12d1c16,Uptown Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5d3b237bf6a030f2,Uptown Jungle Fun Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_97e1dc0386c809d36bc3a0e7afc8ddbd,Urban Air Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_298b1bda7be58a5a,Urban Bar-B-Q Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_657410c3e4ee6765,Urban Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5cef0f374424fd8a,Urban Cookhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_74e59cff881f55c7,Urban Kids,SG_BRAND_61f8292d7c28ad94,448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_7e90833c32ca65339c2d5e505ec17249,Urban Outfitters,"",448140,Clothing Stores,Family Clothing Stores,URBN,NASDAQ +SG_BRAND_53156ee104eef07d,Urban Planet,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_43fd896b3b31e0a,Urban Plates,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54188e079748d6cd,Urban Zen,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7f61dcd7f2b05fd0,Urgent Team,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_1413415c05463c5d,Urth Caffe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_bbf02c201c04a513065a6838ddab273a,USA Insurance Company,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_37b63830acb6199d,USA Vein Clinics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_bef9c68ae2104128f47c12fde02582a3,USA Weightlifting,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_01b4c8b1942693d43f4955ce540d1734,USAA,"",522120,Depository Credit Intermediation,Savings Institutions,USISX,MUTF +SG_BRAND_4c3c1476fbe96902,UW Medicine,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_6ef4f004d083e2ba,V's Barber Shop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_fefdc14e57c6a128239c677ca53b3095,Valentino,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7bb0fac51a728e6c,Valentino's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efcbcd9984a46b4d7bed503b4ac5bc95,Valero Energy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,VLO,NYSE +SG_BRAND_afac6b64334a0fe03c01516f857b82c4,Vallarta Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7ab42a2d544f0ffa,Valley Bank,"",522110,Depository Credit Intermediation,Commercial Banking,VLY,NASDAQ +SG_BRAND_dcf455e18440acf289e212893d0a1283,Valley Child Care and Learning Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_2d8cda8b4cd5230d53e2ba4b4bd27222,Valley Coop,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_19d7fc16e3f0c779,Valley Dairy,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f0939f7ddb048c1111c9add5899ec3fb,Valspar,"",325510,"Paint, Coating, and Adhesive Manufacturing",Paint and Coating Manufacturing,"","" +SG_BRAND_14409b9c9dcca1c69544bd42321f48f8,Valu Home Centers,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3fd50390a02e7415eb76bcf03d8ef62e,Valu Land,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_6175f233a2829a64,Valu-Mart,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b7251451a2dd6d6c8c573b074400f38f,Value City Furniture,SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,452210,Department Stores,Department Stores,"","" +SG_BRAND_b7bd3bbc7abb917d513d27d4e4ad0526,Value Pawn and Jewelry,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_93cbc2be3bfff841c387f1a7e8d6bd32,Value Village Thrift Stores,SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_92293091ff906b,ValuMarket Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_39e16e9497a95ca0,Valvoline,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,VVV,NYSE +SG_BRAND_634589fe8c8538b868733c835d8bdbd4,Van Cleef & Arpels,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,Van Heusen,"",448110,Clothing Stores,Men's Clothing Stores,PVH,NYSE +SG_BRAND_1d771e92a63501dd,Van Zeeland's,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_6ed5a65670e9e4d6b43ea2b803c8b7d6,Van's Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_7bddda86e64944f3379f34a4d23f1e0e,Vanderbilt's,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_82181bb7e68bce732e65594d50337fac,Vanilla Caffè,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_336d95866bf50e8249657647cb15b68c,Vans,"",448210,Shoe Stores,Shoe Stores,VANS,NASDAQ +SG_BRAND_00ef5e29de18fd5694b172ee2345cf26,Vapiano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_205f5ed4b8f19b24,Vasa Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_78d28703914b85dcf9278d43d02d6ca9,Vasque,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_c39dfdb0de5b019aadc70cd17c9ed43f,VCA Animal Hospitals,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,WOOF,NASDAQ +SG_BRAND_f33c2a96468947ca841e83c459ad5361,Veeder Root,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_ea7c746f65bf8f89d8770da5c3f95e3e,Veggie Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42319a6429c4aa78,Velvet Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_eef566751037346f,Venture Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_ef48dfbcd178a0981e051d7b7581d6f4,Vera Bradley,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,VRA,NASDAQ +SG_BRAND_b8e12212e9f2dc9,Vera Wang,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_15c3baca363761ee,VERC,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5525ff59adcaac313923ab89d0a618c5,Verizon Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),VZ,NYSE +SG_BRAND_1d9a83ef9adcf284,Verlo,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_d3adc7f1cc5584c35ec8f34d961dc435,Vermeer,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_35f3e17b7df6bf82b3e9551980cf8164,Versace,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a5207260a55dd58b6277bdac45be0c2f,VERSATEX Trimboard,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_8926cf5e6e8571a6687e5841310727f6,Versona,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_33071c645364fdd7,Verve Coffee Roasters,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7c52b02af2d3f789d72484b8b4e89f31,VF Outlet,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_01722c94c896b3cc3fe231b813e4238c,VG's Grocery,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_69965f30ffae02cc,Via Vite Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a2c4735ff4f363f1fb0c86bde6c9a72,Viaero Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_2c738ce16fcf389236fde24d6c8d87ef,Vibram FiveFingers,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_ce4a0da59b1a7df,Vic & Anthony's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c77e3e0de6e42e5335b61881aac36a3,Victoria's Secret,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_8a4f3bca8d9c165a4ae19cd6b3d2323a,Victory Lane,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_4ff42843b7f6e97c,Victory Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4a5a8e8ee900961720df7e1ba787c219,Victory Motorcycles,SG_BRAND_71f76d30fae4bd35087d25694b18a702,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",PII,NYSE +SG_BRAND_5dd255b909f6b859,Victra,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_89ff9f1a5d32fe10caf1474596167b0f,VIDA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dfeee065e0b599d5,Videotron,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,"","" +SG_BRAND_51265bb9c72da76b,Vie Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b5e77e64f4967bb,Viewhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a16d89f12856c3e8bfd15d0887b5915e,Viktor&Rolf,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_21a54ae990b9deb4,Vilebrequin,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_ba6e3906460ff00a7c9283ae0308d62e,Villa Italian Kitchen,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,Villa Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ae4092d806fd229,Village Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5f2a59160ba477d032f3ff04029265f6,Village Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fdae8bf71ed01e4,Village Inn Pizza Parlor,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a60bca95486589e,Village Market Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a1db81aa8a21878,Village Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_735d82550754eab9,VIM,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_b3279be05141b6fe267b60654066b178,Vince.,"",448150,Clothing Stores,Clothing Accessories Stores,VNCE,NYSE +SG_BRAND_ad55dc335c5f5c3a482d1f2ac6158858,vineyard vines,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4dc512db338932ec,Vinny's Italian Grill and Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56496dbfa4cd173162d2a776aa96d943,Vino 100,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_c942d6722d2aeab87c91190ece0ca27e,VIP Petcare,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_65845363f1428a43b21ea98cbb78fc01,VIP Tires & Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_4b288e79a537bfde,Virgin Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_6462467e9fe86858c95334f330c1868b,Virgin Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_1fd81b76ab1df2d1ef4b3a92e5d00ded,Virnig Manufacturing,"",333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,"","" +SG_BRAND_49419b47834bb9062445b36e8fb6b5c2,Virtua,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_71351a74d5ab168f,Visionworks,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_40de5eacba5b3d875c350bdd1774cd0e,Visiting Angels,"",624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,"","" +SG_BRAND_452d3fb18659d83d,Vista Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_41bc6b33df2181381133475122ba61e2,Vitality Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40ca8fe742a4c3798ebb332604c74045,Vitamin Discount Center,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_5278bc7d62630be7b9a1427734dcba1f,Vitamin World,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_79c3aefbbe567394,Vito's Pizza & Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e707ecd0eca69220b1b85c6c9cf77aa,Viva Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_dc7bd62f1c009bb350c97722c0e0dcff,Vocelli Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ae7e62b3427ba334779a5649ad4c60a,Vodafone Spain,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_335aedbe9f285a36,Volcom,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,Volkswagen,"",441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_3df7453748507d4ea82277d2d0420de5,Volvo,"",441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS +SG_BRAND_c68b47edbcfb8034efd8ae567e354e24,Volvo Construction Equipment N.A.,SG_BRAND_3df7453748507d4ea82277d2d0420de5,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,VLVLY,OTCMKTS +SG_BRAND_7c0be7892d543d89,Von Hanson's,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_6465aae76d61e2b6db760004bd76f661,Von Maur,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_98047fcf61c54f7a26c2141cc23a5b9b,Vons,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7cef44a79fe5f89daf2c156d09396611,VooDoo BBQ & Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1c9f6a844264483,Vowells Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ea9e29765ee4c1001f290c90eb411bb7,W Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ebfabb568992ac314954deef9e583133,WaBa Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7d55f8ddf947e2b4446a8240c916ae25,Waffle House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d9494f985ce328b9e7e8c05b649645ed,Wag N' Wash Natural Food & Bakery,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_4086109307808093,Wag-A-bag,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_827d0a4a9d09e528a2665fee434b8f09,Wagamama,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d655f28c3f03776,Wagner Oil,"",211120,Oil and Gas Extraction,Crude Petroleum Extraction ,"","" +SG_BRAND_6e1fcfa2a22f0302,Wahlburgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c133eedd581d64a939a1c442e2d67276,Wahoo's Fish Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d2c6b8374d090e9a,Waitrose,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ce8c4f0fd8517b73,Wakefern Food Corp,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b8ecc934ae2d23d0b8176ec2d060fb39,Waldbaum's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f60999101083272ce1b42a5df7a0b1a,Waldorf Astoria Hotels & Resorts,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,Walgreens,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_23c53e6078358bcb,Walk-On's Bistreaux & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b11cf47622c4daae675d270c8e1358ed,Walker Manufacturing,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_04a8ca7bf49e7ecb4a32451676e929f0,Walmart,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_f49758461e68a211,Walmart inc,"",445210,Specialty Food Stores,Meat Markets,WMT,NYSE +SG_BRAND_68e4f1cacc63e88d,Walnut Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_434e9aa0a55d5fb7,Walt Disney Parks and Resorts,SG_BRAND_e08c182e7dfece70,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_4944bc53b0994618,Walt's Food Center,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_f0813f31657204ea952f5b09216088bb,Walter E. Smithe,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1098c70eb4cac3a1f93309c89b79f16c,Warby Parker,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_638c56c336bc6e4,Warehouse Discount Groceries,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7139324e5d92a334,Warehouse Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7e8c37eabfc14035,Wash-N-fill Express,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_59f435d04ceac571,Washington Federal,"",522110,Depository Credit Intermediation,Commercial Banking,WAFD,NASDAQ +SG_BRAND_8d68ce3ae492d738dceccf2c6bcd23bb,Washington Regional,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_ae874622d6ce6a54,Washington Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e7688ed072176eba06d65f27fd0be4fa,Washington Trust,"",522110,Depository Credit Intermediation,Commercial Banking,WASH,NASDAQ +SG_BRAND_7bd98076570d4b8,Water Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_05bb5c1ce0c58af07462ed901459f6c8,WaterFurnace,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_1b29fd93a75dc1c2e8f02ea05220581b,Watermill Express,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_41ce68c6585cfa67,Waterway Carwash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_5c9f1701ea1cb5ff5445ae5bcf40ab4a,Waterworks,"",423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,"","" +SG_BRAND_fa5bda016924cdc09a52f985ffb8b6e9,Wawa,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_e141580b8fd477a6a621ce4773280a16,Waxing Poetic,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_df6c3c50d2c08cf,Waxing The City,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_9b2a68ad318785b8673bc8e7a48377e3,Wayback Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79089f5ba57abc79,Wayfield,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99600b9d61b79411,we care hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_116691bed968d698,Weathervane Seafood Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20e1fbf8833fdf8d,Webber & Judd Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_ee8873aaffa96fb781ef85b25fc51dd9,Weber,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_2e4f9194bf811d15,Weber Grill Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a891d3a5ae81b16b3d50fee0dbd6d76,Webster Bank,"",522110,Depository Credit Intermediation,Commercial Banking,WBS,NYSE +SG_BRAND_2c735d85b25cc38,Webster University,"",611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools","","" +SG_BRAND_7fe44d80fd371cf1b3010e4ee111de5f,Wee Forest Folk,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,"","" +SG_BRAND_3b19ceabae84acf2746e113cb24bdb0a,Wegmans Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2af0bb5161ade057,Weigel's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b0980641a37b38460ec96d65bd20fd9d,Weight Watchers,"",812191,Personal Care Services,Diet and Weight Reducing Centers,WW,NASDAQ +SG_BRAND_0c602088abaadd6b3cccb1f215100b24,Weis Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WMK,NYSE +SG_BRAND_226ab990c9c3b470,Weldon Barber,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_cfef6bf4adc5adc3,WellNow Urgent Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d8326a9cc6413b12d8df3c617490e882,Wells Fargo,"",522110,Depository Credit Intermediation,Commercial Banking,WFC,NYSE +SG_BRAND_213a5e3b4c44479d,WellStreet,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d4e598bc3d0cab4,Wellwise,SG_BRAND_1b47663a692f81de,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_962f9b1d1de0bf5b87f4782eafcfd5e5,Wendy's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WEN,NASDAQ +SG_BRAND_4ccc3abc3bb521c7,Wesco Convenience Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,WESCO Distribution,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",WCC,NYSE +SG_BRAND_33e9989a91a84d94,Wesselman's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_257ad0d193e766cf,West America,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a3481e9dad083a5,West Coast Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_baad614ebcf27444a29c358f9ef22b73,West Elm,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c2ac0880db6acc61a3d795465960ab2d,"West End Roofing, Siding & Windows",SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_4d44f834804274ae23459395fc257c0e,West Marine,"",441222,Other Motor Vehicle Dealers,Boat Dealers,"","" +SG_BRAND_2c9c19e2bf21cf8e,West49,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e5c3d8f947863b5e0e7dcf424e8fbe0c,WestCoast Hooters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_81aa70dfcca0c51,Westconsin Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_10db2637d7e73734b4ce6118a7cd55ea,Western Beef,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_406f35a7fdba7979,Western Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ceb02793776f9b553cb75f730d27a0c2,Western Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_7eb7882b9bd29f996457e6f3ab75a18d,Western Reserve Farm,"",111998,Other Crop Farming,All Other Miscellaneous Crop Farming,"","" +SG_BRAND_0fd2354a625aba281005091361c46864,Western Sizzlin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9ee39f394d21a7f4848ab78a78da00c3,Western Union,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,WU,NYSE +SG_BRAND_4f881579635210fd,Westfield,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_c2ab4e87f4699bc03bf33c1b73e08b99,Westfield Bank,"",522110,Depository Credit Intermediation,Commercial Banking,WFD,NASDAQ +SG_BRAND_49b1ec09aee243af,Westgate Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_28dbf13d072410ff2588b16cf15982a7,Westin Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_a00392f7f4c907e2,Westjet,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_19606ff7ddd39544,Westlake Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3eca33694ae289c,Westshore Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66894ac8a56f5e21,Westside Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b4ca2bd7086ce1d4,Wetzel's Pretzels,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7c3b72a5a18806ec,WeWork,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_192bcb587e44017ce9165cdb4e883e3c,WG&R Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c81e8621fe7764954e8d95f76a8b375c,Whataburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_55bc87a50ddc288506952aa9f62aa5ba,Whatcom Farmers Coop (WFC),"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_fefd0cf73113a35e1aeedd172b73a08a,Wheel Works,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_9e8584c0f567e0b15460e01935fe79bd,Which Wich,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,Whirlpool,"",423620,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Household Appliances, Electric Housewares, and Consumer Electronics Merchant Wholesalers",WHR,NYSE +SG_BRAND_1963c7c5ebe8e9c5,Whit's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3f1009a9c86ebe582858dfea02b90412,White Castle,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5ba752ff1dc13c0e005948eec1bf6529,White House Black Market,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_46fe0d75e6391f0b,White House Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6f8d7f82fda0378,White Oak Station,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cc04c91d79ddb0a,Whole Body Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_44378a5463f4125c5d84db81855413b8,Whole Foods Market,SG_BRAND_c8aee687ca946b69,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,AMZN,NASDAQ +SG_BRAND_19f9ad41192cd51,Wholesale Club,SG_BRAND_1b47663a692f81de,452311,"General Merchandise Stores, including Warehouse Clubs and Supercenters",Warehouse Clubs and Supercenters,"","" +SG_BRAND_a8acf8bc59bb0faa8ce9b3caf6acbde3,WhyNotLeaseIt,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_20bc34aab003d167,Wi-Not Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_654e11e75c9fb0f9,Wichcraft,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a8538498c68190d305f7b19f24efd71c,Wienerschnitzel,SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4e74d92c2f2b23c898c727235d34ccc9,WilcoHess,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0c59af0522c6846a83f31368e0da0749,Wild Birds Unlimited,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_52c271319d6f148ace71da8703d37e00,Wild by Nature,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1cca66744ef3df91,Wild Willy's Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6960fc02dd86a159b2a624e56f2bfa37,Wild Wing Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aed1cc3c69cf6e75afb4eb2bae47daf2,Wildflower Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_eb80b4c151fd6869d5770e1ba635c3e4,Willamette Dental Group,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6087d061177dbd29,Willamette Graystone,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_27a054d265344f40,William Bros Health Care,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_593e4da55a675cdd,Williams Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c4d6524d6bc18a40975d1c40acbb634a,Williams Controls,"",335314,Electrical Equipment Manufacturing,Relay and Industrial Control Manufacturing,WMCO,OTCBB +SG_BRAND_325ffc672d5dcc99,Williams Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,Williams-Sonoma,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_4ef737e6a06e1928,Willie G's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61679c7d2a73f72d,Willie Jewel's Old School Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f280d79ae46ddf0de59eb70249a87459,Willy's Mexicana Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38d8d13c2d045a6c3a25651ee1af6f02,Wilson Auto Electric,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_1a4ca99fd2d3fc173dd9103d8fe9e390,Wilsons,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_65ef8bd0570628addfc698e4aa093999,Winchell's Donut House,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f801ae9cb86bb0ad9ea77609279e1064,Winchester Ammunition,SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,"","" +SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,Winchester Repeating Arms,"",332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,"","" +SG_BRAND_d719d6545d4fc3ac7a08d9a467d70462,WinCo Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1f97491e1e854c139e1b9b20da4bcd44,Wind & Fire Jewelry,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_4938b4c36c89f767a20971cf8a6e97ef,Window World,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_84600b4dc77027ff378d0e56a7de3099,Windsor,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_97128256a48657bb2569e108b5caf971,WinField Solutions,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_9d178fa5ceaea1e7452a642a68c72b15,Wing Zone,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1b9586d4be2f38a1513992a0138d4707,Wingate by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_7052b8a0f9ac6fa7,Wingers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_788975e85812be769bfbf49d3756465f,Wings N' Things,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WGTG,OTCBB +SG_BRAND_264a088371f85f4c,Wings Over,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_13dc10b474e8f041,Wings Pizza n Things,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42428c9a997ab86d,Wings To Go,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0d6a9105f01c1e7fe9b106cfd4b5815,Wingstop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WING,NASDAQ +SG_BRAND_6610521beef20485,Winking Lizard Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6078c00b7e4eb7c3,Winmark Corporation,"",448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_69933e9e773fb8443e447830e200e714,Winn Dixie,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WINN,NASDAQ +SG_BRAND_8f8dd83fc18fa2dd35ea6941d1b951a1,WinWholesale,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_44bd22c0474235853975addf0a662606,Winwood Children's Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_61b34ca9b5791922,Wireless Plus,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_45032d1d85efde23,Wireless Toyz,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_764673497bbecda8,Wireless World,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_82704766f0120ec,Wireless Zone,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_63d7656a3cd9e41a38a7a26c9d133c40,WIX Filters,"",336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,"","" +SG_BRAND_c5fa301ef1a2f1a,Wok Box,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50aa2bf0b4ef7029,Wok'nFire,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c03a250dc06e83a,Wokcano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e80eb14a004d52256e3c230a5e82edf,Wolf Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_a4fa429c1ee373170a93767a515b910d,Wolfgang Puck,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,Wolverine,"",448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_2ba4820668dbb456,Won 'n' South Mongolian BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_564be8cd51854b0d,Wong's Wok,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a0a3fb2006f184c,Wood Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6efcbe7d1cb72fcb,Woodcraft,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_bcdbe93764dc5b8db078dfe65cba2d07,Woodforest National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_84b176e53e4788892956738d7f09105b,Woodman's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_33c5f17a32effc27,Woods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2eee422e38784e182bba7c49739419c9,WoodSpring Hotels,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_737451862165bd35,Woody's Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ac4415b7de923a9bda3767c67bd194e5,Woof Gang Bakery & Grooming,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_7b3849052cf03be9c04d65cfd2bca7fd,Woolrich,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8bd5e5c0923018089c990214bc6d506d,Work 'N Gear,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_fe8bc810dd111738d34d20f9ffc28d25,Work Boot Warehouse,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1f684121e396ac4,Work Out World,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_69569162dd57e16a,Work World,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_4874977b0f9d0156287d04d29f8f201c,Worknet Occupational Medicine,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d8099a10dde0d6fade3dc945c046412e,Workout Anytime,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_331d4bc97b9ba5a6,World Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4b4374a573512d140da3c0de4254290b,World Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a62d2567c2572e1fa80dbfb5ca20623b,World Market,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_bad38997ab2703817307feecd409bbb9,World of Beer,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_623a2ecf2e5df2c4e9894a5f5612e037,World Wrapps,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a8acdf8c5afe62963d8d918db84d1622,WORLDPAC,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,AAP,NYSE +SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,Worldwide Golf Shops,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_7fe15362d784cf7f7671b75671ebc66b,Wow Bao,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a96b0e25dc4ee89ce580e4328a5ffc4d,Wright Manufacturing distributor,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_88214b93cb66c6aa015b8486e3e65cba,WSS,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_63d44015e0355081,Wundabar Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0b1eb589591333d5,Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_521a725e4798f7d8,Wyndham Garden,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_3e72cae65aeb79d8,Wyndham Grand,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_0aba43027dab3087acff1cb8f463fa22,Wyndham Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_93a17d0a98f98e860d9a0485715e65e1,XFINITY by Comcast,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,CMCSA,NASDAQ +SG_BRAND_d93b031ddbdfb0b63aeba2b84ae74a14,Xperience Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_459dd2423346c9bf94d3f763e4fea24a,Xplor,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_35c35f138fc4ef65,Xscape Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_81f6774cbc9ba9c6f39a12dc57bc3b4b,XSport Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b40df8d23846027,Xtend Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3045ac8f0422d32c,Xtramart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_52e1d2048c287aa1,Y Not Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6a1724e32bfd672b058cc061f4152cc9,YAFO Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f1683f03cce0e4d2043cb6773b99eb3,Yale New Haven Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_75141ad5972de6faf5999724e6fe0096,Yalla Mediterranean,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12944d7f6c09aec427d6129b6e252578,Yankee Candle,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_f11834742cfd0b8aca116c2612c7377a,Yard House,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2f784ab2861cbbe4,YCMC & Shoe City,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7983b21020750192,Yesway Convience,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_792ad7d20e910d2f,Yia Yia Mary's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61f8292d7c28ad94,YM Inc.,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,YMCA,"",624190,Individual and Family Services,Other Individual and Family Services,"","" +SG_BRAND_5aa841297ae2b2a,Yo Fresh Yogurt Cafe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_58c1be611e2f1e6663ad63e4aeae38fc,Yoforia,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1d72d706f02bc25b,Yoga Pod,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3789066f2367a5be,Yoga Six,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0853eb104dc7c0e477792607ed8ebafb,YogaWorks,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_22fc0cf76738471bd8ffb9a61dca8979,Yogen Früz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_ef734f817c737b2a4cb10a9f526e15d3,Yogli Mogli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ad4b7377a6cecd3a31e7a57724306c2a,Yogurt Mountain,SG_BRAND_229ee69a5884bc460cd214c5fda70e75,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAMM,NASDAQ +SG_BRAND_cb318222f9b1d7571e485719f549ac99,Yogurtini,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6e31407e083eb8a9ceaa78350e2002bc,Yogurtland,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ecbb193e6fb5b95d50b2a29310144c6c,Yogurtville,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_270e8ce100b517d3,Yojie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_65af8ac12df215b5,Yoke's Fresh Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_44d0ee94fa4ad783e08ed095b30039a7,Yokohama Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6a907f3634e087c8,Yoshinoya,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_314aaa383512b2dd65dfd4ef3ba421c2,Youfit Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_575ca02bee4a1446,Young's Environmental Cleanup,"",562910,Remediation and Other Waste Management Services,Remediation Services,"","" +SG_BRAND_e2799b0b0f08d4c02b0562ea178a0872,Your Pie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4368536e30860fd6e2d14bbec792c333,Youthland Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_cc123d8b58c9c40c6838b70dcc4b67b3,Yukon Gear & Axle,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_96536ecbb4ad76007300b068ceac63b9,Yum Yum Donuts,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4914f935d7b914d3,Yum! Brands Inc.,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_afd9d0a1f52015187cb69273629bbd1b,Yves Delorme,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_f86a9a0af792be4,Yves Rocher,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_6bf727b5f0f37ee043ba3bc71f31f971,YWCA,SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_326538ba506384a724c404cfeebd2f69,Z Gallerie,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_3965498b5af92a77,Z Tejas,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25f357bb96359636,Z Ultimate Self Defense Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_13fdd0663ee6be9fe1449badd59df11a,Zaba's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3ea0e7f159582acd,Zacks,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1387c4b21a20509d,Zales,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_f8c2475361c649af0f3bf7c2e2aa5160,Zara,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c217d906186c81541d1880684f8a902c,ZAX,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_5271fc9e8c38fe53392a2ecabc642130,Zaxby's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_15d1544a57059c04434e1e5ae9b11389,Zebco,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_25de4f248201b735,Zehrs,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f9f7f1a185d8c8c5f3cf4a86be9d29c,Zen Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_2f67ea94f34c82aa,Zero's Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dbe072d5c8fa41fa,Zia Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_c87a813db9466ff699a7314bb6129b12,Ziebart,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_217a168d3526570d,Zinburger Wine & Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59b58ec13237e55d,Zinga,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_b71f1db3ddaec3c4dabf4f57a475857e,Zinzi,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_14a7dc99e87783cd88ae3296bdbe17ce,Zio's Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_446620ec28ebffea,Zion Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_37ec24b862739100,Zip City Usa,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_63644c774ad5b3da,Zip's Drive In,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79b040f298b5ac9,ZIPS Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,Zodiac Marine & Pool,"",333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,"","" +SG_BRAND_73e4c43add73dbdd,Zoom Tan,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_3e2306a7610bc353,ZoomCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_2c87fee2cbc80f24,Zoomerz,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2913b9f7652c8f6b,Zounds Hearing,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f123c784458e71559e558f55ad62272a,Zoup!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2591587bf035639083d2543fecca153,Zoës Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bdaf26884662a81293a4e6ebf3ac4883,zpizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c65ca96294828df77475223a87f4a72e,Zumiez,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,ZUMZ,NASDAQ +SG_BRAND_6ca66e72514cc6e2,Zupan's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d385da0a807531e8,Zurich Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7d888cdc65d41f7a,Zyn22,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68d46898e47928c896b5b9640067bf8f,Überrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" diff --git a/safegraph_patterns/static/brand_info/brand_info_202006.csv b/safegraph_patterns/static/brand_info/brand_info_202006.csv new file mode 100644 index 000000000..d2ee49b78 --- /dev/null +++ b/safegraph_patterns/static/brand_info/brand_info_202006.csv @@ -0,0 +1,5918 @@ +safegraph_brand_id,brand_name,parent_safegraph_brand_id,naics_code,top_category,sub_category,stock_symbol,stock_exchange +SG_BRAND_12b20c8402b220acfe0e65dd113dbbc7,&pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6462594f4a598a94,1 Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_407913c3eaadbdf961cbb276649f6618,1-800-Flowers,"",453110,Florists,Florists,FLWS,NASDAQ +SG_BRAND_98d0a05f33b79c60dffb8f23a236748f,10 Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1d114312ec5fbd09,10 Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2f0603252b995371,10 Spot/MadRag,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_70be6421bf9bd7b8c5bd2219c2351bac,1000 Degrees Neapolitan Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3199b7c24d61c3dee29450e382f8c9ea,16 Handles,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_31eb6e3befe2fa0b,21c Museum Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1dff6738894adf75487b2c1ba5f54873,24 Hour Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_16f0443d83aeb0b,24/7 Travel Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3367b83ed9c0f9c5,2nd and Charles,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b40626a171c6ce8e967992998f5ed81b,2nd Wind Exercise Equipment,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c9feda216bc7fe6cadd88b5282f1a252,32° A Yogurt Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4e65e7d1c4a96bf6,4 Brothers,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_52084b69a9bb91de,4 Sons Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3b54aa029dabc38a,4 Wheel Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_47e5077eb5e7e2a1,5 Napkin Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1044eb50228f888c,5 Star Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_0c3cc4d6912a4cc4,5 Star Quality Care,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_ba391088dbe9fc5d537af44d9fd3f29d,5 Star Rental Purchase,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_77202d314aaa383b1b39b199f03cbd85,5.11 Tactical,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_676fe5694744273e,54th Street,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_30f920cc8fd37865434a7d6bf1f9d0da,6th Ave Express,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_8531352a80af4bf07a701c06119c4004,7 For All Mankind,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2e2448f12fc87fe452e9166153797a7f,7-Eleven,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_fbd7939d674997cdb4692d34de8633c4,76,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_a1be1aed39d245471c663320b84f10ea,800 Degrees Woodfired Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d005a2566278a1288029eec56fc08af5,84 Lumber,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_f5659fbd731a6e1762fe9123f8e65832,85 Degrees C Bakery Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0ccab9d8aebd3d3b49d24cfc0fbbda59,99 Cents Only Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NDN,NYSE +SG_BRAND_47491621daa95546cc094e97c4e5cfb1,99 Ranch Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ce0e03f64d207cfbd5c35b5351d99cd5,99 Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_97858bdf52f48f41c812f88338ecf1e0,9Round,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_376457600f0788425db552999cade1ce,[comfort zone],SG_BRAND_17c01d3273015313f138934a3f183da7,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_357cce5297b9923a1f3c28e10884495d,[solidcore],"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a4c63e5a7b60df283a73f66f76fc6b02,A Pea in the Pod,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_94e653a1ebf957df2f57126f1dc8e73a,A World of Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_f72c910fe39a23942fcab6266cce935f,A&I Products,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_862f8dbbfb698679,A&W (Canada),"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,AW.UN,TSX +SG_BRAND_40b4494c27453f1487b6f99e4979be16,A&W Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a1fce9b2678cec84c7a555d3f2e0754d,A'GACI,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_063350df8b92c0594de6fc315ee5e48a,A+ Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_7bbb814ff6dcc6ad017655e6326e1813,A-1 Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_26a3d99abb73b1cb,A-EZ Out Bailbonds,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_9a5e793437182467644e9d53445c1490,A.C. Moore,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_97adbcaca691fcc210b491d83bb3412d,A.R.E. Accessories,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1c6e791993dd6876871d4a561de9ad36,A1 Medical Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_b1d21ba5beb3e781,AAA,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_4a3c8f98f6aee259c4e69d527df194f5,AAA Approved Auto Repair,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_05ff976a687708af0e453186738e5d96,AAMCO Transmissions,"",811113,Automotive Repair and Maintenance,Automotive Transmission Repair,"","" +SG_BRAND_ed1f3fc797846c8ed53b280291041300,AAON Heating and Cooling Products,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",AAON,NASDAQ +SG_BRAND_b72e1f8bbbb37a22201c712c9c5fa62d,Aaron's,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,AAN,NYSE +SG_BRAND_faa9096ceee3f8943ec22bde486bd15f,Abbey Carpet and Floor,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_4029190e439330df,Abbott's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_41683187f977260f,Abby's Legendary Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a165baa2c2a10727faf4931bad5cb9c9,ABC Fine Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_fa92b7f5e563c27,ABC Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9da2eb2293f706865ee25e1e3aa53197,ABC Supply,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_704be6d1177559b6,ABC Warehouse,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_45f58ab7240a3379,Abe & Louie's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4bedc5294f99a03c,Abel's Qwik Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cced0ecbfbf09fc,Abercrombie,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_6d8684d641d51f2d,Abercrombie & Fitch Co.,"",448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_10c677d74daf4ae96824ac1eb4bab56d,ABF Freight System,"",488510,Freight Transportation Arrangement,Freight Transportation Arrangement,"","" +SG_BRAND_ef49f15bf0289d69,Abington Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_20ccc30c3978ee175f064b6339cae019,ABRA Auto Body and Glass,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_d094eaf9028f1cb4,Abrazo,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_641d4b48fe723227,Abt Electronics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_befc5f08e61aaa0fedcdd7355e3259bc,Abuelo's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5fbcaa336dd9228,AC Hotel,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_2d558e88d5b55b08,Academy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cebb2b4363445dce8031918685aab2c4,Academy Sports + Outdoors,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_f274acd790fdf9e91eedb14c2ce66e11,Acapulco Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31cabebc80ebf4ee0e6c96bbad491f06,Acceptance Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,FACO,OTCMKTS +SG_BRAND_2f3a1f2057560021,Access Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_09eb0b80506fefcc9e069d143c97af4e,AccuQuest Hearing Centers,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_55ec81055d66b1a5c2f693401a8bd2b4,ACDelco,SG_BRAND_09fcf13a3339566e,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,GM,NYSE +SG_BRAND_1f80a87e178e0d5e04c8217210b2b9cb,ACE Cash Express,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,AACE,NASDAQ +SG_BRAND_0042ddcf1dfda78309cac2609a8e56e0,Ace Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_7008731995577bc3,Ace Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3bbe733ca58f4f40,Ace Rent-To-Own,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_913be21441c343ce4a75490b2aff0261,Acelero Learning,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_227fbb906a299b8c,Acme Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fae25d7f7192889e606c10c2b1a20adb,Acme Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fe6c9cdcfd75b8fb8270e90a899b5c6,Acme Tools,"",423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,"","" +SG_BRAND_a451a05b35c501a2b6515f696b992e6d,ACO Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5c802af4a870afe9,Acorn Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_74773d9621a1f10780471b0f1894dd4f,Action Day Primary Plus,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_2e786020370e513f,Action Karate,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1392d90368aedca08af9cd73f30c06f2,Acura,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_1e6d3ebea02faae3,Adagio Teas,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_70ff92a4441ae8d6,Adam's Hometown Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2b91f1285d21960f,Adams Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_6c45f33124a9a9ee,Addition Elle,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_2b7ffb4504ed949560cfa8ac5f346cf6,Adecco,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_4db6adde7999319bfb67bee86942f8e9,Adidas,"",448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_195f1c5a12a7b06d,Adirondack Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,ADKT,OTCMKTS +SG_BRAND_dc0bbdb488807ce,Advance America,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,Advance Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_d916dbf73e3f5319ef65924990f1babf,Advanced Building Products,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_ffcf5315f4ba9b125c3307d8418f8d21,Advanced Radiology,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_2ff9e046aa80438dc89f7a77e428ce10,Advantage Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_c7436c4a31a1f53a,AdventHealth Centra Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_11a39d057ffd22289fad8e73895aab0b,Adventist Health,"",813212,Grantmaking and Giving Services,Voluntary Health Organizations,"","" +SG_BRAND_76a6c4298e548305,Adventure Dental And Vision,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_cc0a6aec28510b3c,Adventure Island,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_7d3d756f6ab4c311,Adventure Landing,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_2aecf74a4fca848d,Advocate Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f3acb89e9a6bbccca1f502417ed86473,AERA Engine Builders Association,"",813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,"","" +SG_BRAND_ed45067a557a14cf,aerie,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448120,Clothing Stores,Women's Clothing Stores,AEO,NYSE +SG_BRAND_3bc902230be0f2e3,Aerosports Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_c7116409a864ba3e7de36e1b6af828f2,Aerotek,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_3306c5c2ad7478dd,Affinia Hotel & Suites,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_9a365a7eb3a9372db79503c93542a80a,Affordable Dental Care,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2f710d01fd2710d87d8fae13eaf3d133,Affordable Dentures,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_32136f606c3d1c4d1be6905f268339a6,Affordable Home Furnishings,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_3f0b62787ceada5594a084e88094450e,Affordable Insurance Agency,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_a7de75bd0dab5cf7bbede566d05ad676,Afirme Mexico,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b385d14787f0b2727d480270415a68ba,AG Jeans,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5959fcd790c7fdf8,Against All Odds,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_8311e1795d2e1b27c096b2994bbbbb08,AGCO,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,AGCO,NYSE +SG_BRAND_30a1d306114e84e9,Agent Provocateur,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_617aef18ff54ba7c,Aglamesis Bros Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_8f86954eaa7c5e93a82ebbb4bf5d38db,Agland Co-op,"",813990,"Business, Professional, Labor, Political, and Similar Organizations","Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)","","" +SG_BRAND_973e35296eaa9cbf071097ff29dae70d,Agri Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_09a477890bf86c70502cd1005f642d36,Agway,SG_BRAND_b171fe50c25853ab56e1f134afc569ac,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_4a1b28630dbe4e5fcc7664005a06ed2c,Ahern Rentals,"",532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing","","" +SG_BRAND_e5919360e313d7e4,Ahold Delhaize,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b92265c50f53d19c9ff7d51de8b19ae6,AIM Mail Centers,"",561431,Business Support Services,Private Mail Centers,"","" +SG_BRAND_f65a7f441703711f95020392584b87f8,Aio Wireless,"",811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,"","" +SG_BRAND_178667c7fe5b931f,Air Time,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_12a001aa50a4e145,Air U Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_29acc421f7cb3a4b,Airborne,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_51ee124bd1b84993ce9298180f9d6cc5,Aire Serv,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_7159747f7911f6fbcbf38ae6d6d2c2f0,Airgas,"",424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,ARG,NYSE +SG_BRAND_1faa49d859155d,Airheads Adventure Arena,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_4e8055d6360cb6fe4e8d312ca37e8004,AJ Wright,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_04c84ebc56e7fbba4c731e9261820e6e,AJ's Fine Foods,SG_BRAND_989f6147079aefc986c51ea3b9a6039a,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_560069ca5b21fb485c309d20165ab91b,Akin's Natural Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7009d88a4e0b4b9,Akira,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_53ed9ca055813fdf0a8585e5300ef667,Al and Ed's Autosound,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4d46cff2a6a67a7bf617e441737d09d8,Al's Beef,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f1f017b4f6b6550246101e43f418c65b,Al's Formal Wear,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_791eefb06bf05a40af4077f354ae7596,Alabama Farmers Cooperative,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_2f36cd3178a2d43a1edbdbc9fd8f64f7,Alamo Drafthouse Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2b49f9e689320124edcf2d64cc85e571,Alamo Industrial,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,ALG,NYSE +SG_BRAND_aee25fc720cb8a6433eca11a512a6757,Alamo Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_489a806735a1ff46711ff1f3b13ca0bf,Alaska Commercial Company,SG_BRAND_1b123f515d08bb0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NWC,TSE +SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,Albertsons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b1cee15316c1cf1a,Albertsons Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_43c9d246e29acfebd217d14740993446,Alcoa,"",331313,Alumina and Aluminum Production and Processing,Alumina Refining and Primary Aluminum Production,AA,NYSE +SG_BRAND_41267d9fb3826d417e32077a3b0a35e5,ALDI,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,ALDO,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a793ed7a12379358db9303978c6f4dd4,Alex and Ani,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5ed999a3d316130e7283d5fb07081fca,Alfa Romeo,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_5a17f5c67b0713be,Aliberto's Real Fresh Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b12a81e13e07aac,Alice and Olivia,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_310b0172ef6d6ebd,Alila Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_71f8c12641ae274f,All India Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e98b9d628c02fc1159b9b63fae64c91,All Tune & Lube,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_7518addcbb462c3a,Allbirds,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,Allegra Network,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_144bf6e93b2a9180,Allegro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4959b9c7b6ef23e4dd6392edae9a968c,Allen Edmonds,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_224cd064261102fa,Alliance Bank Minnesota,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b9732f6e7c8c8f49,Alliance Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b1548d44966c9ff54d6228dd280e752e,Allied Building Products,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_47846c6a01657407153655f2f0506f55,Allied Cash Advance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3e364569d3cba1e3,Allied Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2b42b6e3326b00bf,Allina Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_214ff0a1160dd989,AllSaints,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5a9e6695c8055aeb6c210e6bfb45d6b5,Allstate Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,ALL,NYSE +SG_BRAND_4c5d9138d9303e105b26178be842275e,Allsup's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f539f9dedcf133c96f08baca718c9fa8,Alltel,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_eea773e3cd25f00a,Alo Yoga,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_232e3a254ee6887688ed8957d9068679,Aloft Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7975b2f7c429df3c,Aloha Petroleum,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_da84065c579e60ad,Aloha Poke,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f5edb995de0f09b9ee3f9045be82afcb,ALON,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a87468d01e929f7b6f3b52165af9a144,Alphagraphics,"",323117,Printing and Related Support Activities,Books Printing,"","" +SG_BRAND_a5b802a6900398,Alt Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_716bfdab184fc881,Alta Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7c5cecad9d417901def8c96e22e85abf,Alta Mere,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_fb55f793ae6f3aa03333de50d261bbc3,Altar'd State,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_726fb04193daaa46070c8527e02ea8bc,Altierus,"",611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools","","" +SG_BRAND_50132dc29ce2ba73bc0e600eb1bc2187,Altitude Trampoline Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_da51bb12ab90a9617408308562624f9e,Altoz,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_223ca1aa5a3dae726fb034683d090055,Aluma,"",336214,Motor Vehicle Body and Trailer Manufacturing,Travel Trailer and Camper Manufacturing,"","" +SG_BRAND_c8a0c64c1bd85383eee777b204a8d3a0,Alumacraft Boat,"",441222,Other Motor Vehicle Dealers,Boat Dealers,"","" +SG_BRAND_4c2f3879bf182311,Aman,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_07454b1c96395af57611f456fb9d1544,Amana,SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,443141,Electronics and Appliance Stores,Household Appliance Stores,WHR,NYSE +SG_BRAND_a052094d8f55cb2762426643d8ac0534,Amato's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_eee5e1cd7f209f022732b6617d6abc3f,Amazing Lash Studio,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_c8aee687ca946b69,Amazon,"",454110,Electronic Shopping and Mail-Order Houses,Electronic Shopping and Mail-Order Houses,AMZN,NASDAQ +SG_BRAND_843d199a3265aaed,Amazon 4-Star,SG_BRAND_c8aee687ca946b69,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,AMZN,NASDAQ +SG_BRAND_e9f31d664bfa3bdc62694c9d0dc03bcf,Amazon Books,SG_BRAND_c8aee687ca946b69,451211,Book Stores and News Dealers,Book Stores,AMZN,NASDAQ +SG_BRAND_ebbdf13bef1cb60b,Amazon Go,SG_BRAND_c8aee687ca946b69,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,AMZN,NASDAQ +SG_BRAND_e5eedf3ad2b51dd7fa2f1a1e1cde18c2,AMC Entertainment,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_5bd1c34b834731ba,AMC Entertainment inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_4dab48a331f833cf,AmCare – Doctors Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_392f5c5f48278262,Amegy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_056e27928a57f859238f604c338ea918,Amerex,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,"","" +SG_BRAND_6b0cd1ce1bcee01a,America First,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_542107fde8b1346b588d305b8c480c61,America's Best Contacts & Eyeglasses,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_8d1330d266bd897,America's Best Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_21308ade311878e6,America's Food Basket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11766d2c71f86895,America's Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_af3e12bf6e4c372441003cb838fd571e,America's Taco Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a65744f1b170bb5c9f62575c39b81e14,America's Thrift Store,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_e2ecfe2d7aca912837fb5b1974f8345e,America's Tire,SG_BRAND_bf97a394be0995faf90bede5ed452758,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6980414328db21c5,American 1 Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9a1aa63fa596baa7359a35ab7cd6e0a9,American Academy of Urgent Care Medicine (AAUCM),"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_86cac750f56930c3a88f9f9a5dc7616f,American Bodyworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66359aed65b2ca75,American Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_95a1de80f566759aafdc2a957a76de5a,American Eagle Outfitters,"",448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_642f6b0510afef11,American Eagle Outlet,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_da62850d12062590,American Family Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_75d4ffecdab36bf8611e7f27e42796f2,American Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_097c17a157a8b638a36292e76e151b0f,American Forge & Foundry,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,"","" +SG_BRAND_93a539a657e509488e549bc83b15fbf9,American Freight,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_555e6b292d8061866506daaef7e19d3d,American Furniture Warehouse (AFW),"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_8e7e7acbc1702953de4c7157f6e97cb9,American Girl,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_215bd1119fc3d0b01a2d5a7748d0d476,American Home Fitness,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_700e77161890059903a952ff1d792d08,American Job Centers,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_abd4f2cf23cf602b87ebbe9a0df1b586,American Lubefast (ALF),"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_2dd6d8f10feec96933e9dc0a696b9fd3,American Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_70522299371c500d,American National Bank & Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,AMNB,NASDAQ +SG_BRAND_bc182e7f8a9fd5c820e3bce804f4dee0,American Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_4e7fd95c3fc9ab8,American Sale,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,American Signature Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4dec1b13aceec8f264e341ee1be403f5,American Speedy Printing,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_b1526ff61943a94b088b07219a6e14ec,American Standard Brands,"",327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",ASD,NYSE +SG_BRAND_0e82955483a61e98d9fd211d8f19b07f,American Tire Depot,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_efd042146af58088c5fe07faaed82bd3,American Tire Distributors (ATD),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_cf683d31f5a0b627e69d8c6b01ccd6bf,American TV & Appliance,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_7a9041e35763156f729408e8e3ffa47e,Americas Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_10201be4eab1a450,AmeriCash Loans,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3d6b29efd16692aedfed87724bf05e42,AmericInn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_af299b410f6f40f2832dcb33e06819e0,Ameris Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ABCB,NASDAQ +SG_BRAND_1f0d195118f3ae59,Amerisleep,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_76921e7b7f4c82a0,AMES,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_7a7f78029cb813e6,AMF,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_b7919fc9aaad5fefd42735f912403c9c,Amigos,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d34d381f5c016b80375b7885a7bd8543,Amigos/Kings Classic,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bc0f1ef1fddb0800,AMITA Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_bb53d58f962a5f91,Amnesia,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_58e1840a9ec1dca1,Amorino Gelato,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db57f3767efde48f,ampm,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_586eac2437641853,Amscot,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_7279a3b23815694d,AmStar Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_8600ba93ae70c64076266f8c3f3aec18,Amtrak,"",482111,Rail Transportation,Line-Haul Railroads,"","" +SG_BRAND_85bcd33678a8dae3e99a1b357c0e3596,Anchor Blue,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4822315efd2da1af,Andale Mexican Family Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f322046b2e2422a176b5ad9e554a048,Andaz,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_70a33a0ac439557d,Andiamo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cb7d114f36c4df5,Andy's Frozen Custard,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b290bd5623fb4011,Angelika Film Center,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_55f76fe855942dbf0f8f790e448e3741,Angelo Caputo's Fresh Markets!,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_38f8032cc1695a53dc31ee5ee0a189c0,Anixter,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",AXE,NYSE +SG_BRAND_17623624bd5b70d6,Ann Inc.,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_75686c13988a01c9,Ann Taylor,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_69b0bb26f6f38880,Anna's House Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b82c67a94b66fe291a27143c96d4ef6f,Anna's Taqueria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_205eb1605f92ebbd,Annie Sez,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_11c7ddc5f69e994968d262ee91df8eee,Another Broken Egg Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4064fa6241c025a856091e2b9dcae9e7,Anthony's Coal Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d4d172b4db8b7b4d9ef955065bfa945a,Anthony's Pizza and Pasta,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28f2287e0d72291b,Anthony's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d6aa3de01533f04082e6dc4b7e2f7305,Anthropologie,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_e4248bc7c3ca6174f442e750501dfe99,ANY LAB TEST NOW,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_6daa255524fe5ac244c3bed9cfbde479,Anytime Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68060c8a8bce8e18,Apollo Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_266960d748e80d82,Apoyo Financiero,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_2817cee1c4513d8c,Apple Market,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa55d5b692887ce4ff82e8f98bd569ad,Apple Retail Store,"",443142,Electronics and Appliance Stores,Electronics Stores,AAPL,NASDAQ +SG_BRAND_532a1ea21bbef4dbdc2cae21e89a610a,Applebee's,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_3e6c8654531b9bb7,AppleCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4bb455c37f382fb2,AppleOne Employment Services,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_7b1eae85ec336da6,Applewhite Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_c65ac48f82773e6c25d72180c1b0a676,Appliance & Furniture RentAll,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_14ecda6371110981014e128691265520,Applied Industrial Technologies,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,AIT,NYSE +SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,Approved Cash Advance,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_d8d7a49164a1b72e7e26ac483582acdf,Apricot Lane,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5061f54f7ccb30a6aaa583871fa04f19,Aprilaire,"",333413,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Industrial and Commercial Fan and Blower and Air Purification Equipment Manufacturing,"","" +SG_BRAND_7e7c6a75b448fdd7,Aquarium Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a51c286f84408c1,Aquatica by Seaworld,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_a9c1759e6ee271fbc39fbddf32a2f75b,Aramark Uniform & Career Apparel,"",561790,Services to Buildings and Dwellings,Other Services to Buildings and Dwellings,"","" +SG_BRAND_f004042e34f9a89a218a216365ccd2c4,Arby's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68da9ccac5f8f7e4487cc6b092611680,ARC Document Solutions,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),ARC,NYSE +SG_BRAND_e67fa52c72e5fbbb2e6a9cc85d833a5e,ARC Thrift Stores,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_49f362e1a97ccf64,ARcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3db1b1b75af34ece,Arclight Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_99b3a2abb4050d5bef6da28efdc9552f,ARCO,SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_263ab4737b063101e85bd364a3ba77f6,Arctic Cat,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",ACAT,NASDAQ +SG_BRAND_443964ea0c09422d8b208c3ef7a01fb9,Arctic Circle,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3019aa0f7c297c9e9e53b2f8c9260f03,Arden's Garden,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_74590f0568820363,Ardene,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_568674125759e88de1527a38fceb0a4c,Argo Tea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ed14090eb859530,Argonaut Liquor,"",312120,Beverage Manufacturing,Breweries,"","" +SG_BRAND_d81b0ce23bf8a368,Argos,SG_BRAND_65e9719b182ef753,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_798924b2f5bfd9e6bc541b061d30b907,Arhaus,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6a2db7d70cf80a03d7b5021e1b9e8a2f,Ariat,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_c915f2d611122e3d19f2c9c1b129ef1f,Ariens,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_8556827a446e9dcc733d8f3bd5cd7110,Aritzia,"",448120,Clothing Stores,Women's Clothing Stores,ATZAF,OTCMKTS +SG_BRAND_552e074f1162a8b30485fafcbaedabd2,Arizona Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_5d743d6aa544adc,Arlan's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_734adb0084b47015,Arlo Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d5167d48829ad4a25ba59270f12bb0f5,Armadillo Willy's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_74e8f36eab339485e1e4cd77445dc737,Armani Exchange (A/X),SG_BRAND_cffd8e5634652b989687ccd942c05785,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_98567a842853508791a2ced78ad749c1,Armstrong McCall,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_643881af0e62227c,Arnold Motor Supply,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_363d9092903dcdf1,Aroma Espresso Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f689b72a5a740b8,Aroma Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60a1139ea97245a0,Around the Clock Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_747aa894b4e4c385b88b8b6503a6ebda,Art Van Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_027887944d90b26620b7a74537136b06,Arteagas Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f1f359a0bfcc1a3,Arthur Murray Dance Centers,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_1c6d6c909e0cfe06231244705c6defdb,Arvest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3087c2c140a9cb9b54e2ce2e739c00a7,Ascend Resort Collection,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_6c6c46d79d7e982d,Ascension Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1f87a8392acf7f95,ASDA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_46f27ef73712065fc801247705bf2f3b,Ashley Furniture HomeStore,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_819ba48428fc5a034e06f6ff768548f7,Ashley Stewart,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2942cb3528ed9ad8,Asian Food Markets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_93273bfc3e6338d387eb6831f99f7c1c,ASICS,"",424340,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Footwear Merchant Wholesalers,ASCCF,OTCMKTS +SG_BRAND_d5ab4bc0c781489e2a30874e90683bf8,Aspen Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5b144b5c079189f2,Aspen Creek Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71be0361fb378ace285a2057f188c675,Aspen Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_8d4d02424861c2a316479e7b0473c33f,Aspirus Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_daf15eebaa81697339c57393693dc2f8,Associated Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ASB,NYSE +SG_BRAND_bbce9d966be9a97f8636f8c33b7e3509,Associated Grocers of New England,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1d39b019e6319878ba436773290859a3,Associated Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2fa3cf424791add1,Aston Martin,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_1c59069183a6a3fb,Astro,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_11a4fde510c7bb2965c5cb354ee086d7,At Home,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,HOME,NYSE +SG_BRAND_eb8521bbd57f34d554ae6ec0b674d7ba,At The Beach,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_5deb800ce9500e72e355137ab8b48fb6,AT&T,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_175daf46cee56cdb,AT&T inc,"",525990,Other Investment Pools and Funds,Other Financial Vehicles,T,NYSE +SG_BRAND_43d74cb900844e84,ATB Financial,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_579a2f8f0bf87517cf22c11bf8827644,Athleta,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_e82b8ec3cdfb7fefc757d20ed3e7d136,Athletico Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_0f6312930cd009ca4e8d974d0a302ec3,ATI Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_20cdbe025bb0f8ac8a88299c11cddf6a,Atlanta Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_498c56451d61f0da,Atlantic Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2f2089e498018422,Atlantic Union Bank,"",522110,Depository Credit Intermediation,Commercial Banking,AUB,NASDAQ +SG_BRAND_b4547aac8ad2b6d145a0dbc61f9a71e6,AtlantiCare Physician Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_0f471c29398c03827695077ae7a0d6e2,ATM Anthony Thomas Melillo,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_26d04e54c2ae3b1c,Atmosphere Ltd,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3232c37e7a0291c,Atomic Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_806e1386d5fb55e0,Atria Senior Living,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_7d3117669a3eb7b87a3904e5c1818348,Atria's Restaurant and Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bef68bae7c0797009c3335c452cd438d,Atrium Health,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_3f0b923c9c8132b7,Attic Salt,SG_BRAND_346f800349b8b8cb,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_02e2aff95ca5fc2743f4c6982c094a4e,Atwoods Ranch & Home,"",444210,Lawn and Garden Equipment and Supplies Stores,Outdoor Power Equipment Stores,"","" +SG_BRAND_2ec5b29d57656d008d02e09c2394b642,Au Bon Pain,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_11afc576251c4f87,Aubree's Pizzeria & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0e1559062ff3c03b155685c5d89d0127,Aubuchon Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_4d9fa555e7c23996e99f1fb0e286aea8,Audi,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_63371916b5e2b534637dcd003d245d22,Audibel,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_9317f943d55e0a62eab871d84971aa40,Audiologists,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_13748449b7b69d12,Augusta Health Urgent Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ce748140d1750c3620f9e803e4af0170,Auntie Anne's,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2c195cd62bd03201d9b0157a94e6c314,Aurelio's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ceb411f1dd927f12a577a8ef96474f6,Aurifil,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_4bffef1169b49923216e5ad94468ff15,Aurora Healthcare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_8dec87ebe111e2b4,Authentic Brands Group,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_670b02f220e28efc2a40dae1786bba78,Auto Service Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_1fe9ef9dd90e0752,Auto Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_11af9d3184e3f62cc3664b7ec731af24,Auto Value,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,Auto Wares,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_d7902726df908587522500d0e478a2fa,Autobell Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_b9579b602f7a1d2c,Autograph Collection Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6cce40323161f6a58a3d7209cc6fabfe,Automatic Transmission Rebuilders Association (ATRA),"",336350,Motor Vehicle Parts Manufacturing,Motor Vehicle Transmission and Power Train Parts Manufacturing,"","" +SG_BRAND_02239f872313979956fec2581f68d1bf,AutoNation,"",441110,Automobile Dealers,New Car Dealers,AN,NYSE +SG_BRAND_4a06e9564747a054,Autopart International,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_87681bc51c663efbbf7272e0f1262e9b,AutoZone,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AZO,NYSE +SG_BRAND_8644629d00533c1,Avalon Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_8acb9465e5dff7534577e5d44c27d773,Aveda,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,611511,Technical and Trade Schools,Cosmetology and Barber Schools,EL,NYSE +SG_BRAND_1dc37a5030f45641,Avenue,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_6c55147fc9266eb8,avid hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_f35a8740b65be2b1aa45f588f2809377,Avis Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_ae8340c3ef56b9d3,Away,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_5b3b4df9bb09fd58,Axiom Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3570a3b8679bd931,Ayerco,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_29a1f9ce6b40cfa92ff20c8123f89e3b,Azteca Mexican Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3496cfebb9e7f746ed962ca33db7e5f4,Aéropostale,"",448140,Clothing Stores,Family Clothing Stores,ARO,NYSE +SG_BRAND_2dd7e7efd007f82c,B Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_170e431ef7631fee,B&B Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3c691d7e5e8a9191,B&H,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_1c9455c4daae0289,B&R Stores Inc,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a309c5c72d695cc,B-Bop's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7aa2fb3acd993dfe1c9c942c19d8d8ec,B.GOOD,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e06556ee7a25d1a73e9b4b34b4f9791c,B1 Advantage Tire & Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_953b7a501bb5c8396f606535a5a9778a,BAB Steering Hydraulics,"",336330,Motor Vehicle Parts Manufacturing,Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing,"","" +SG_BRAND_624c28f71bdf5c2bfbf58fd534f22beb,Baber's Rent to Own,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_7007fdf67b5bd472,Babes Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59a490da2db2545f,Babin's Seafood House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59e88e5703cfe421,Bach To Rock,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_6ee7e675c921dc40,Backwoods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_fad43b0448a3da51f678107ab45fb8e4,Backyard Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e1bab3274f93aaa,Bad Axe Throwing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d18feffe987bad2,Bad Daddy's Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9e71caab6eeb7dcbb52e112de81feb67,Badcock Home Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_fccdfc85412b42d,BADMAASH,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8cb37f1ad938c9b54cdde4bc86e71900,Baer's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5895069705900d66,Bagels-4-U,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9dc7cbae95ea6061f9ae5c7f6d28714d,Bagger Dave's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDVB,OTCMKTS +SG_BRAND_937314be333bc6e,Baggin's Gourmet Sandwiches,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5d6f860e16974f1,Bagnbaggage,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_80e76d65cd47172346878dbd13e5cee5,Bagni Volpi Noemi,"",423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,"","" +SG_BRAND_6aa30a997db385b158900ff1a2b0ca4d,Bahama Breeze,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_6f77afb4a1d3c85a,Bahama Buck's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f4dc539cb7c2e85,Bailey's Health & Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_62df7c3a8b8d2cf7f085116aa9c364f5,Bailey's Sports Grille,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_3c2dc902b7bc068f,Baily Banks and Biddle,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6d7424be5a5b47bd,BAIRD / Hilliard Lyons,"",525990,Other Investment Pools and Funds,Other Financial Vehicles,"","" +SG_BRAND_65995c2920aeb4a414fdcd071b68aa7d,Baja Fresh,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3dd1c1b845f218584d537dcfde624389,Baja Sol,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_845a5d33e2569fc,Baked by Melissa,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_64dde9276423b8ab39f6c9f21ee4c7c0,Baker Bros American Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b4e4d4c1f2abdb7bb04755635692ce3a,Baker Distributing,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_a69f20501a15e39acd8c178a293d476f,Baker's Drive Thru,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4468731175593672,Baker's Ribs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_07b31e179ade840fafc9e51bd0a9faae,Baker's Square,SG_BRAND_5f2a59160ba477d032f3ff04029265f6,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3020039b42af70809bbe2d8693fa649e,Baker's Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_55c0201fba01add463f1413096be5ec8,Bakers shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_543bc0dbffea90f8,Baldinos Giant Jersey Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d23ade974e8d4fce1b3d272f0a50a845,Baldwin Filters,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6c0c05c3c44425ab,Balenciaga,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_08928c2dc5721e9e,Ballad Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_718b7eae0cff22a7,Ballard Designs,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_3580cf342ea2ed75,Ballpark,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6e848882c68978dc,Balls Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c9fcf03e737a9c4f882534ef6a57b8c,Ballston Spa National Bank (BSNB),"",522110,Depository Credit Intermediation,Commercial Banking,BSPA,OTCMKTS +SG_BRAND_878089949cfb5636e5ca4c7899fe7066,Bally boutiques,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5d2758b0af610b24084e8e844cd93030,Banana Republic,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_17aa80ed1abae2b6,Banc of California,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_aba8fd15b3a4f97bfcc35159cc96a760,BancorpSouth,"",522110,Depository Credit Intermediation,Commercial Banking,BXS,NYSE +SG_BRAND_026b6c1ed1b788f2,Bandanas BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ddde12f8cfb9c45,Bandier,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_36762205aa90feb3,Bandits' Grill and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0db907d4b7af66e7236e05df173d90a7,Banfield Pet Hospital,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_508c9b100106de89fe7785d7ae83884a,Bang & Olufsen,"",443142,Electronics and Appliance Stores,Electronics Stores,BO,CPH +SG_BRAND_6b57c662f902a05d9c7c7bd5d224ccc4,Bangor Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_79497404d349efa4,Bank Newport,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_73971897e96ce01fa107640e730f905a,Bank of America,"",522110,Depository Credit Intermediation,Commercial Banking,BAC,NYSE +SG_BRAND_eda9a217fa7b74fccf6a91be4439160c,Bank of North Carolina (BNC Bank),"",522110,Depository Credit Intermediation,Commercial Banking,BNCN,NASDAQ +SG_BRAND_7fd8ed54dd3704bd171886a6eb170711,Bank of the West,SG_BRAND_319dffa1d60df708,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_76bcc0fb0f1517f185e244b11035a665,Bank OZK,"",522110,Depository Credit Intermediation,Commercial Banking,OZK,NASDAQ +SG_BRAND_5472f21f8bffd8d18f06fa5fea2df0f4,bankESB,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_946ee72d8fdd9b91bcc1ff1e739332a4,BankFive,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_850a8eaee850fbc06e74a5e3708d247b,BankUnited,"",522110,Depository Credit Intermediation,Commercial Banking,BKU,NYSE +SG_BRAND_1c41ae685e207bfe,Banner Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8af697460704445f59701fd329c4ff3e,Banzai Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a1b44e4ffdeec408e0796d708e35bd92,Baptist Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_721eb961a8044181,Baptist Health Kentucky,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6e6687432efaacf6,Baptist Health North Florida,"",621112,Offices of Physicians,"Offices of Physicians, Mental Health Specialists","","" +SG_BRAND_346b3066debbef6465f15524b63e81b7,Baptist Health South Florida,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_bf0140c66ed04441,Baptist Memorial Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ba6151a8175e1253f2aafd6884eaf403,Bar Harbor Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,BHB,NYSEAMERICAN +SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_699c39c1dab4d4e7d9e7b49399f802f7,Barbacoa,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6cb287154920b33985925f121c2239ac,Barberitos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4f5777abc936ff71b2480f83ff5d7d3b,Barbour,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_312588ebe872ef0a3df338dc633cf098,Barcelona Wine Bar & Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8719b489630c3de6c010430dfd0435ed,BareBurger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48b61e1d1b757b5bab70f0f55d7c5994,Bargain Hunt,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_4745a69a2bf707ee,Bargain Town,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_0031e43e4f12b969239801d340f7c141,Barnes and Noble,"",451211,Book Stores and News Dealers,Book Stores,BKS,NYSE +SG_BRAND_7a9a02c2f5654eb3,Barney's Beanery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c43cf1e208f3db22255401005035872,Barneys New York,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_43f880498d997b57,Barons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2fd4a6c3072990c,Barre Bohemian,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_57f28a8f084bde95,Barre Forte,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d32fb6a6154128a,Barre Soul,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_cd1c8cc4a8e16999ef5964f7ab913d95,barre3,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_82fb627e236b248,Barro's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b39f517061f443562df3f614ef50bae8,Barry's Bootcamp,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f62cf7c4b0f06509f827a174c632fd1,Bartell Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_2a8e22bb6ec20c4f31919bab595db1a6,Bartlett Tree Experts,"",561730,Services to Buildings and Dwellings,Landscaping Services,"","" +SG_BRAND_27798f863ac3d51b,Barton's Home,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_abc9b3641272d8733461161ea5f64cfc,Barton's Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_989f6147079aefc986c51ea3b9a6039a,Bashas' Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_963fde2041e158441c414f9defe1a2cf,Baskin Robbins,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,Bass Pro Shops,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_8686bd9a1746ec9eb657bf28d36de163,Bassett Furniture,"",442110,Furniture Stores,Furniture Stores,BSET,NASDAQ +SG_BRAND_c1bdcc7d5b47d60286c6c12b9d2e89da,Bates,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,316210,Footwear Manufacturing,Footwear Manufacturing,WWW,NYSE +SG_BRAND_2510a0370bec7d4b218a1ab12aa09d01,Bath & Body Works,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_822e6e6367748c6a9b6dcf692799b232,Bath Fitter,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_ddfff702b633bc58f173c17a8809a433,Batteries Plus Bulbs,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_4e5dd3ac06dc96c1,Battery Giant,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_211105451129ebd4,Battery Source,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_234d87f983050a9e21840aff36a88905,Battery Systems,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_51b53d0d8aaea80b,Battery Warehouse,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_54cc3d9ff8318d4b,BayCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_da41dbd96583719bcc7c0cd07e20e780,BayCoast Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_44b2f60cc848c2dd,Bayhealth,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_e270f01532b9cd43760cb4656e7f7200,Baylor Institute for Rehabilitation,"",621498,Outpatient Care Centers,All Other Outpatient Care Centers,"","" +SG_BRAND_cbd129e1de213232b916931a7fff7b1a,Baymont Inn & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_1d9c056b78c5fb21fe25ba611b6a32f8,BB&T (Branch Banking and Trust),"",522110,Depository Credit Intermediation,Commercial Banking,BBT,NYSE +SG_BRAND_171715760808fad662a86e8c2028b0a0,BBVA Compass Bancshares,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_15d83be487a6c47b,BCBG,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_e1f0fd62deacaf3d9222dfbec0cac932,BCBGeneration,SG_BRAND_15d83be487a6c47b,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_60fe45f466c1cc8be5d7def236752cff,bd's Mongolian Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7129c169923a67e35b45205b16f6c79e,Beach Bum Tanning & Airbrush Salon,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_3df7b1d6c69d9400,Beach Hut Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_507e8b5c37d83683,Beacon & Bridge,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1b2818c0478264ea,Beacon Roofing Supply,"",444110,Building Material and Supplies Dealers,Home Centers,BECN,NASDAQ +SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,Bealls Florida,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_1441d41702198a2e,Bealls Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,"","" +SG_BRAND_6361da4998eb4d40,Beard Papas,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_47ed07aa2016511deaab77a9f2f53520,Beauty Brands,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5ff6876cafc4d0c3,Beauty Supply Outlet,SG_BRAND_2f65554b99c708fa,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",RGS,NYSE +SG_BRAND_1ca3f0565814e569,Beavertails,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_62c71fb5f0c6720f,Beck's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_aa5547d0b577e7c6bd7a271c25f16ced,Becker Tire,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_673f0624905f68d4,Becks Prime,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,Bed Bath & Beyond,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,BBBY,NASDAQ +SG_BRAND_b54e99e2dbc4f01476139d2316430353,BedMart,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_75e05927181770e7a9362d389df6d7f3,Bedzzz Express,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_dfc7c3c1c8071b0b,Beebe Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_004007a04c81cea5a72ee68b3c5d45bb,Beef 'O' Brady's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_24abeab161c4f1fa,Beefsteak,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d2e172bb56635e,Beermiscuous,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_81c0b4dd000f6eac,Beggar's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a1f53ce03174fe30ae8a10aaf21c18b9,Bekins Van Lines,"",484210,Specialized Freight Trucking,Used Household and Office Goods Moving,"","" +SG_BRAND_871640b1694b4b85,Bel-Air,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bbcd3448f8da0eb0a14e1f7b807d1754,Belk,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_235c6cf8b1099948,Bell,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),BCE,NYSE +SG_BRAND_8488d07e6c068b3019a6bffb54c1a88b,Bellacino's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4048b35c9f6bea19,Bellagios Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45d8e56e50077bb3,bellagreen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f05446436e3106f9f3b73d454e31bae,Belle Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_50b5cbac4283549a5020bad7f4708c69,Belle Étoile,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_62c5c0cdd6d4a972,BellStores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2a5f7b286fcd0352,Belmond,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5340dd683b246723,Below the Belt,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_6a6422bb281e5be96347840ee30ae463,Beltone,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_2ec3d4d51f3e29b3,Ben & Florentine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_618343c29fedc43238864550bf2477a9,Ben & Jerry's,SG_BRAND_9a77daacc4bcf5a9,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,UL,NYSE +SG_BRAND_380df5d8bb8ac6fd161f03c03c60f684,Ben Bridge Jeweler,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5d774cd336f78c1fc2bd9900dfa826ed,Bendix,"",423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,"","" +SG_BRAND_41a1e97dba126247,Beneficial Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_30e84aab44d33138,Benefit Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_b367560055f0c6e17704a0cb9acda26d,Benihana,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_40576c940a552cc6,Benito's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_07f6c58a7aca24c379d8c86427309e28,Bennigan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2a519448aef56f1aaf0da19e1c4a9b8,Benny's,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_7b3c6796f437d140,Bensi Ristorante,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7faf36d737e4dd34,Bentley,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_1e8cb2c9bf1caabd,Bentley Motors,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_298b8014da335621303db1a76500a6dc,Bentley's Pet Stuff,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_dcb657b5f186fff7e0f5c09b222db75d,Benzer Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_78241de8ecf5b7cc,Bergman luggage,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_512a8fda81eeeaec,Berkot's Super Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a1b72a95d339ee1e19dcfd56ac43140c,Berkshire Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BHLB,NYSE +SG_BRAND_1c59aed12dca8e40,Berluti,"",316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,"","" +SG_BRAND_7221c80edae42327d9c2354727644af1,Bernie & Phyl's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4f5264fbd919fdd50ece0eb9069e2134,Berry Blendz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1d4f65c46b5af8a98494e2aec40239a3,Bertucci's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c648ef84225e10f0499e7d255eacf71,Best Buy,"",443142,Electronics and Appliance Stores,Electronics Stores,BBY,NYSE +SG_BRAND_431e4254199cef2d,Best Cuts,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4cf263cc65cea2cdc5c4f540d2fc3770,Best Distributing,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_fc76db896a9b558bb3bcbf5a0514eda6,Best Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5bf2fa04d611103553a596795dbb88e8,Best Friends Pet Care,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_fe7c0048b5569f16e592765369c170f7,Best Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bfb7ed689faace10536955b165cb8114,Best One Tire & Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_57671a22de5753d1,Best Value Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_afc74daf1bb2ac39,Best Western,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_838509b10cc694a6975423f9b982952a,Bestway Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_67d7808fe6a7157e1e8c1750152b1f96,Betsey Johnson,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2bef7d3fc2abe9bd,BetterMed,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8358e022175f433616a7de081dd5d940,Betts Spring Manufacturing,"",332613,Spring and Wire Product Manufacturing,Spring Manufacturing,"","" +SG_BRAND_37f30ee36c9a1017,Beverly Tire and Auto,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_b4b8691ac4da1a5475ea5ab6e914eeee,Beverly's Fabric & Crafts,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_5aa9bb4bd21c56e38ca07e2124e34ae6,BevMo,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_57d62955c361a6468ab95b0bd2b3bfe1,BFGoodrich,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GR-AL,NYSE +SG_BRAND_5a6e0f5da980797f87ccff17f876dda0,bfresh,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_25e04fae32468b591567a6a753fba971,BI-LO,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5bcd17ad6125ba051e0c4c2afe761e04,Bi-Mart,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_10bb1db253f0e1af,Biaggi's Ristorante Italiano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f8072649fdeb99aa1e3376d8590e0546,BIBIBOP Asian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bf07b75f65e273c9,Bickford Senior Living,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_547d5dc4f8beb6a450792eae6052d2b2,Big 10 Tires,SG_BRAND_8d641cc772014028b61fa819e4227c45,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_198bc3789d4a47d26f96d5895f6afa18,Big 5 Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,BGFV,NASDAQ +SG_BRAND_eaf4e34eafc88698,Big Air Trampoline Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_0479059c073d74ea88fe3aef4339b1a9,Big Apple Bagels,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4248c9024684636f,Big Apple Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8b5e26dc832113,Big Catch Seafood House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_336a51a1ff9dfee930ffefeba7cbc8fb,Big City Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_281950ad9736aea4,Big City Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ee6d99dfb4c004,Big D,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_43bfee4b6927af68,Big League Barbers,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_c4d65e0c51ea2fe6cef625aabba41ab6,Big Lots Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BIG,NYSE +SG_BRAND_b2b252163a0fd81,Big M Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9a3ac6282b90f27a0b4c4dd5dbaec91a,Big O Tires,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6968f3f59e6dde16d8116950b4569979,Big R,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_a6f2ca935a1cca27ec66a0732b5e8d13,Big R Rural King Supply,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_3d22b49e7b76ed53,Big Red Liquors,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4a8ee7a51fedea60,Big Red Stores,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_417962e848acbc88,Big River,"",213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,"","" +SG_BRAND_256ecadad19011e7,Big Saver Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5b8767bd3bbf6ca,Big Sky Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7a218c302bdd40c632bee3f017813f17,Big Y Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e993b6432f42a99ab21f8c4ef61e8571,BigFoot Java,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fbef84b2e2cecc4e561d415a026f75b2,Biggby Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_20ad51a76131b134,Biker Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_87f7979e7dc3432d9ee07e79b7af9018,Bikram Yoga,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_38c6119171236327,Bill Gray's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16b6f2aed301e6cd47edc745def1e732,Bill Miller Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f1156f5e6773b54,Bill's Dollar Store,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3c6b30df5ec64ffe06047e33e731c4a8,Billabong,"",448140,Clothing Stores,Family Clothing Stores,BBG,ASX +SG_BRAND_f69175ee3dee11b4f8a9d463aa2fc61e,Bills Khakis,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_064a9cf34b85294b3bb96ca7e6893295,Billy Goat,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_3ecc67bc2f6473ebb61767ff0c80dc0b,Billy Sims BBQ,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12857e733394a996,Binny's Beverage Depot,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_13e756ad0e0b1bf6,Binson's,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers","","" +SG_BRAND_6552d1a4f6ba7fcf886f6926f9c1b136,Binswanger Glass,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_d6c198a8da9e945c,Biomat USA,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_6e464a8a408735fb,Biotest Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_35b139d13f96382a,Birdies Food & Fuel,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3789cbcbc8f78916,Birk's,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_b6ba70cd44ebfa680688857ee17b270b,Birkenstock,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3c9af3de6fce1c0785be81b42733f73c,Biscuits & Bath,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_abf0193c1b46063f6a1bdc962235b86a,Biscuits Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0ae4964b477d1ec62d8b3f4ab798a694,Biscuitville,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5c096ada703df3c785a15617f784fd7f,BJ's Optical,SG_BRAND_f114e3e39748c95944856cc06c40af68,621320,Offices of Other Health Practitioners,Offices of Optometrists,BJ,NYSE +SG_BRAND_84521dbb1dcccaaef24cf1f9a9e70342,BJ's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BJRI,NASDAQ +SG_BRAND_f114e3e39748c95944856cc06c40af68,BJ's Wholesale Club,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BJ,NYSE +SG_BRAND_0751c517d916bf1925f4359e15688cbc,BJC HealthCare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_6fe578f80063f115,BK Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b0fd8bddf878868fabfd19d4014fc32,Black Angus Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1a8024eac13e5f2a023635e98dc9dc8f,Black Bear Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_234814760a93a7e2,Black Walnut Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5322a64e7bebb336134d657af05c2cdf,Black's Tire & Auto Service,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_2c78ed7371738204f73513aae586d300,Black-eyed Pea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_76c6b4cfd9db55c2,Blackjack Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28e309f5b1279c66,Blackstone Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4415648e7495a0757f9a694fc265465,Blain’s Farm & Fleet,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_4e0694f703d9a336,Blair's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_80346201f2110990c1aabf32fa17ba6c,Blake's Lotaburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_72905c858ddd2bd8,Blarney Castle Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_2b621b16020bf52cc90015398199b794,Blast Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3ec55915632329d9d8fdaacd011d8e16,Blaze Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_95513549d50f1f5699b8b0f59146d8be,Blenders in the Grass,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_75b0f3a48d07e8cd3cd44b9f3864d892,blendz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_bdf62344eddf9cf41293370594a433d6,Blick Art Materials,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_5c6780f28680f816f7d4e173a6fe5f25,Blimpie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10299982b2ff662abed058f75f3cc3a5,Blink Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_168c33823ce220bb,Bliss Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_6e2a5480cffedf5,Blo Blow Dry Bar,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_909735b16bfdc72da386ce52f69e6f06,Blockbuster Express,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_dc2b6b0cbd66bec8e02d299674d6a096,Bloomingdale's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_8ff0715c7f474bce4ffe232914af22fd,Blue Bottle Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0d548590dec2010ff5fd131a77e7ca46,Blue Buffalo,"",311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,BUFF,NASDAQ +SG_BRAND_cbb4f55dde240616166631a9637d392d,Blue Coast Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68119a2e2bf4449e,Blue Martini Lounge,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_4e9b5b14c4c3a624,Blue Moon Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4a6500a205429330,"Blue Nile, Inc","",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,NILE,NASDAQ +SG_BRAND_758cffe594eae7da,Blue Sushi Sake Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b129178688cb28,Blue Water Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_08ca2147b6230db00c5e96ff8a50de2b,BlueLine Rental,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_5bf21772d8a1248290b2a477e0586e66,Bluemercury,SG_BRAND_b287a66a7943c47f,812112,Personal Care Services,Beauty Salons,M,NYSE +SG_BRAND_60880d52b47fb692,Bluenotes,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1eec926d41b3653400077447ff048e56,BluePearl Veterinary Partners,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_eb64bac5d3664799,Bluestone Lane,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c2d5f6a3c08a96d3dbb2b9dc38404d51,BMC (Building Materials and Construction Services),"",423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,BMCH,NASDAQ +SG_BRAND_0a993a39464394a219350180b62377ab,BMO Harris Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,BMW,"",441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_f5fdac82f767d0c0b61e56f5f711f3a3,BMW Motorrad,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_319dffa1d60df708,BNP Paribas,"",522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_768255e9ab7c9f35,Boa Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_29ef451d7a4dfb7d,boards Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_8125123123f1ed7b7bda7e85e570dd52,Bob Evans,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOBE,NASDAQ +SG_BRAND_bb147f228a7a547615c177b1ea4e35cf,Bob Sumerel Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1cea0fdb197dbb4d3dc497db673f5d09,Bob's Big Boy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11126e8062018d7b6b1ede4745827e72,Bob's Discount Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1aab5669f249d3bb75e3b96a3d71cd7f,Bob's Steak & Chop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dcc609f3b2b586c6d9320069462b39df,Bob's Stores,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_49a2108a98455aab6739a2f693b740f3,Boba Loca,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_69e3ed842b6bdde8eb864327838b3a65,Bobbi Brown Professional Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_b64e4f484fa29480c3a25cb9b87f78e8,Bobbie Noonan's Child Care,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_fb4bc01ae09b9205ad6542406e56ca34,Bobby's Burger Palace,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49e21e9ed34888bb,Bobby's Cheesburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d44f7295a4c4656200a0c882cde807f6,Bobcat,SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing","","" +SG_BRAND_00cb82f6b8af6028a8b00cf30e262dd1,Boca Grande,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3744b5e7688bca96,Body Alive,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2ef9d96827d074fd3f9e0c270aa4ce13,Body Central,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_98790dcc199c2a8eaec4db668230a38e,Body Renew,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1992892f3444380b,Body Xchange,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_118fdb9d6900eec6,Bodyplex,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_518acb73c4ea3977d023d150f4b2ff93,Bogs,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_6d90103904cade07,Boiling Point,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1cc8b9ee56a8a480,Boing,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5ff2ed1403c599806b54c528cbd6f672,Bojangles',"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOJA,NASDAQ +SG_BRAND_4407774fef8e68e8,Bolla Market,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_38dd22ff0c05b35906802b50a251400b,Boloco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_259ba30e331a9119b65cf5ef27f1cc6f,Bolthouse Farms,"",311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,"","" +SG_BRAND_145c1489fa573d560d97e55303667793,Bomgaars,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_02086779a96c564871b78a5c0d96211e,Bonanza & Ponderosa Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9975c127b70b004f0011bacb5df73907,Bonchon,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_14a052961049ef6d84c2f31ae326167f,Bond Auto Parts,"",336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,"","" +SG_BRAND_c3cfae86210de4835016de71d0401834,Bond No. 9,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_472a7f0c6a47c9663c8b614fb93a4265,Bonefish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_88274be9beb0dd1dea7038bf0b4d2405,Bonobos,SG_BRAND_f49758461e68a211,448110,Clothing Stores,Men's Clothing Stores,WMT,NYSE +SG_BRAND_3d35a70179080013cf208fbe91246ffb,BonWorth,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2d6116d993998781,Bookmans Entertainment Exchange,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,"","" +SG_BRAND_2b7d2267996b135f,Books & Co.,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_229ee69a5884bc460cd214c5fda70e75,Books-A-Million,"",451211,Book Stores and News Dealers,Book Stores,BAMM,NASDAQ +SG_BRAND_3d746fe6d055008e,BoomBozz Craft Pizza & Taphouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_273bdffb28758acb,Boomerjack's Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6bb60504571d218f,Boomers! Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_17826ed16868e0de,Boone Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_828bf870d4d7227c8c54c013e3649586,Boost Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7a078d9c122f784fdeff16d1ed112b8a,Booster Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_07e8ec336a446041019b1f98c594d1e5,Boot Barn,"",448210,Shoe Stores,Shoe Stores,BOOT,NYSE +SG_BRAND_76820949bebf90ec,Bordger Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7336820884dad9e7,BoRics Hair Care,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_aec7f8ed7ff504db42b1965b3e45c8ba,Born Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_7a9572745ccd4fe4,Bosch Service,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_7ba034de225a6e348f84f981cb346ffc,Boscov's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_20383fe03b614c5fb3a4da13e1d0b873,Bose,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4b1f617663eba179f50e9dcfa243fa14,Bosley,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_0579026a42b1c55c,Bosleys by Pet Valu,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_8bffeb3df93530d5,Bosselman Boss Shop,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_c9cec0d93b4b40ec72841ede99b12cd8,Boston Cedar,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_be602894365fceae6cce80217257828d,Boston Market,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ba76c81210ff70cdd8266e4e13d8986,Boston Proper,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_b9ad3aaa749076b2aff8b1d90fe36da3,Boston's Restaurant & Sports Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8bdfb953dba680d2be0913fec2355417,Bottega Veneta,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_38627c168778d09d,Bottle King,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_e3166903b4258e5,Bottled Blonde,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_203f0048d6d2138edfdc76d6f0c8b2c4,Bouari Clinic,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_45eebcb79e9515f7,Bouchon,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_a4ebc475b7db33c940c2f5d320d9e30e,Boudin Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a697c1c7223bdd38,Boulevard Tire Center,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3042bbf7b3423c97,Bounce Trampoline Sports,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_62a92f2d1103650175350c8e800c6ddc,BounceU,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_4ec3e4507509269d,Bounty Land,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5fcede4ab7f81e5a67f9ea5af3d7f616,Bourgault,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_439623d8f66c8b865ce39ce83e780b9c,Bow Tie Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_13b3fa163c7401812a787fc0d01e739b,Bowlero,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_23869a8c71b92f18,Bowlero Corporation,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_22b6f7034163e73a7af263167f5fdb8d,Bowlmor Lanes,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_567783053074d251,Boyer's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f30b03559d204ae5fa8ea7c6d0f38fb6,Boys & Girls Clubs of America,"",624110,Individual and Family Services,Child and Youth Services,"","" +SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,BP,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_2aaae98da742ed2a,Bradley Petroleum,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_0e78df38766ab033340e36932a816a2c,Brake Check,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_d51ada9ef2b95e8c32201334b7ea5d1f,Brake Masters,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_5343edf904cdae05,Brakes Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_5f489f3dc049e222,Brandon's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c5be8b83b528b53490e3f25c8475175,BrandsMart USA,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_04b408783cf4532c71289d33e7b50ab7,Brandy Melville,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5ea7ecf22e879941,Brann's Steakhouse & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ba162f42836ec0f701516e65e15aa2b,Brassica,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2dd33d7407feca02e4d46470ee63bb31,Braum's Ice Cream and Dairy Stores,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_67b30b7d974b327f,Bravo Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9e22b8f6c75ac697d0e248131afb3bb2,Bravo! Cucina Italiana,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f9e97431d4ad1f0,Breadeaux Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a8c4497bfd6b36,Breaux Mart Supermarket,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_35729fcdf06e94b4,Bremer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_53abe19b39b7e0ed,Brendans,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16d951ef6fde6d7a,Brewer Convenience & Gas,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_19d0469a27edece2,BRGR,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b54ef4cef606c1e98f866bb9017f5af8,brick house TAVERN + TAP,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_73fa4c26478b19df85a1669364f41ac6,BrickTop's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0fa1baac13a25977,Bridgestone,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,BRDCY,OTCMKTS +SG_BRAND_2659438b2f6f2220,Brigatine Seafood and Oyster Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_29594994c165f98e829941d2edaa72b6,Briggs & Stratton,"",333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,BGG,NYSE +SG_BRAND_f4126e6456dd9891e1286e51109163a5,Bright Now Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_59393c770fe5936dc960a1e67f550324,Brighton Collectibles,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_4fbceba7e8661373844d9401dbce327e,Brightside Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_8d6dc20840396155be8928ebff1aeca3,BrightStar Care,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_562b59445dedbf0447f9ca6cabe43877,Brine,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_94fbff158ee2c15,Brinker International,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_71440e9728015bc2b06511e96e0a7b3e,Brio Tuscan Grille,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c434221699ed9c346e3ae3787a33f65,Bristol County Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dfcff0e38af6a5dbc58ba32629fb0011,Bristol Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_38b30e284cd0678a,Bristol Seafood Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31cc1fc9f2fa620d,British Beer Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c8437a51acacbf4,Brixx Wood Fired Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4cadeaa89da461db,Broadway Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e7a68ed9f042f1fdef09bdaf48217b6,Brook Furniture Rental,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_37c4f78003d2e62d,Brookdale Senior Living,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),BKD,NYSE +SG_BRAND_33c0442a00079334e6fd111637c6b22e,Brookline Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BRKL,NASDAQ +SG_BRAND_7b44561310ffda45,Brooklyn Fare,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b691d9321aec436a6ed2c74f58f805e0,Brooklyn Water Bagels,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4c043e06a027edf4d04048f1276c75be,Brooks Brothers,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e86eb170cf4cae70700c081a5cf3efbe,Brookshire Brothers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6676053d0293abb124289e710fa5701c,Brookshire's Grocery Company,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f0dc774873f7d3d2bf2a6226cad31128,Brookstone,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BKST,NASDAQ +SG_BRAND_15a11a4124665452bed8caeacce8d6d8,Brother USA,"",423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,"","" +SG_BRAND_110551dc6596116a,Brother's Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_76f9a8bce90a97f8,Brothers Bar & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_618cf7b01382e36,Brothers Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4194719c0f3961e8,Broulim's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f2af8edd834606f,Brow Art 23,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7492829093fa680,Brown Jug,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_43bb7edfed1a842a1e5d0ea27652f9ff,Brown's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e00b02daac0822fc58a16761236ce450,Brown's Shoe Fit Co.,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_718581b85eae956832d1cae3f600c3eb,BRP (Bombardier Recreational Products),"",336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_51da2a22f584d0f11bb45e1307bbaefe,Bruegger's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e493c51ea313d2d2,Brunello Cucinelli,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_9492b0d5789b2780bd4255ddcfd2dcab,Brunswick Bowling & Billiards,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_708b39ef89023061,Brunswick Zone,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_69937f496e10e1db,Brush32 Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_354321524b494d7eb4a6f8a666094346,Bruster's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7858e6b8c230e4f3,Btone Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_31fa073826a61704,Bubba Gump Shrimp,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_435a3dd3e40ed018b38dcd07f6bb76ef,Bubba's 33,SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_30efaa06f5abb311,Bubbakoo's Burritos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e92b4c038724b29f563ef2f557eeb89a,BUBBLES Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_9a20e6c4c0b8bb14229292af949b700d,Buc-ee's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_97ce1ca16b4b366b5b6e1103d09f921f,Buca di Beppo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_753e54ed760a5950,Buche Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_141e6d487cdd031e17b7827347662d13,Buchheit,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_b10c26146a856b8f0bd9891c39d2de0e,Buck Stove,"",333414,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Heating Equipment (except Warm Air Furnaces) Manufacturing,"","" +SG_BRAND_1f5077c53c828dad4305c372482f40dd,Buckeye CheckSmart,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_33b8da0acfa1cc7c,Buckhorn Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_828d3b9a394290e9b734079bcc24a736,Buckle,"",448140,Clothing Stores,Family Clothing Stores,BKE,NYSE +SG_BRAND_de29f7adc4d24d5ca6bc0c25cc3cc22e,Bucky's Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_37db306ad5d7a509fccd4f47be99055b,Buddy's,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_aa6f650163738741,Buddy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f212049ce79d2b949fd242043004288,Budget Host,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_364ec78b715ac98a,Budget Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_33fdab5dc995faeef38615470f3999f7,Budget Rent A Car,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_4b4dbae13f5dbafe,Buds Chicken & Seafood,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5f7530a2d9648f69,Buehler's Fresh Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_257ec6e58898a290,Buffalo Exchange,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_f5c3315bd88c63a7a421a97165d8b108,Buffalo Wild Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e8069ac6a61327a6ce3587cbce54616,Buffalo Wings & Rings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b9fc43229d35709,Buford Oil,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_4cde3d2795beab885ee879d833cabda1,Buick,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_1419669f8ef8c5a1ff3c31851c535cc5,Build A Bear Workshop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",BBW,NYSE +SG_BRAND_764ff6f1443f4f0c067b43a0934dc9dc,Builders FirstSource,"",423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,BLDR,NASDAQ +SG_BRAND_46720676ad3be13f,Bulgari (Bvlgari),"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3e1995a86be3ca76,Bull Chicks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_370c59731fea9b3ef95787614fa88927,Bullritos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3626a665400bb61bf4e9f7562b668da0,Bumper to Bumper,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3c24f84180d4787,Buona,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4476771a6c90eeeec43dd09d7c6d1eea,Burberry,SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,Burberry Group PLC,"",448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_2a24f8a85f2fb19e,Burgatory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0443c67f60776afdde44ac1eb3509b5c,Burger 21,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_60d8d6d29e2c4b14f4ea1983baefd36e,Burger King,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,QSR,NYSE +SG_BRAND_6f0aabdbc439acf8,Burger Lounge,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0e82168a9b4a71b840ed7c9d280a3c43,Burger Street,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b0821066ff9ef60cc51c11a37d906263,BurgerFi,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6c4bd3589452bf859b0027ff8b7f0224,Burgerim,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ff89bf3a2171c880a2ee7ac3e7c293e1,Burgerville,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b76f091173d7c93,Burke Williams Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_9b96a40fff2a3551,Burkes Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,"","" +SG_BRAND_626752d99d0ba157d38c3a4c9c756e2d,Burlington,"",448140,Clothing Stores,Family Clothing Stores,BURL,NYSE +SG_BRAND_810752aaa64a56d4c9c357a185ee5749,Burn Boot Camp,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1d520a6610bc7554,Burrito Bandito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a2f6c4d2ab92c2281b7a985b8c46ec2,Burrito Beach,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c1db24e6454aaf9c51e3139f51fd7e81,Burton Snowboards,"",339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,"","" +SG_BRAND_5e61c7b673e3df41,Busch Gardens,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_2d20a17374374fd,Busch's Fresh Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3e5cddad8f14e7c1,Busey,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1af41a6613168448c268a51b68e05ca3,Bush's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_889e9161f82ce841a63c6f257e97d14a,Busy Body Houston,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_43f3591f4c98a373,Butera Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b604f248ce36e41c0be82f39b54d9a76,Butler Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_3e82593bfe1ce611651203f7ea34203e,Buy Buy Baby,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,448130,Clothing Stores,Children's and Infants' Clothing Stores,BBBY,NASDAQ +SG_BRAND_5442d036d136d2b7,Buy For Less,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_48f69535b6757d,Buy Low Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_810076653b638d3a30ab790a9283ccc2,Buzztime,"",515120,Radio and Television Broadcasting,Television Broadcasting,"","" +SG_BRAND_66dac3ae2f5a41c3,by CHLOE,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a351868effbbbae,Byrne Dairy,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_7aa5f9ff994fd9d7,C and O,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2886968eb232f0ed,C and R Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9c84e38c2b316c88489d5190a17be5ef,C Spire Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5f2858b0f2d5703cbcf41bfb2e71854b,C Town Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9fadd52779d0ba82125fc51894f2a814,C-A-L Ranch Stores,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_3ce7ba39f0f68252,C-Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_80fa3bff84a14c472c0859678aaf6c08,C.H.I. Overhead Doors,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_150767ecb601d243e0fbc3b423847370,C2 Education,"",611710,Educational Support Services,Educational Support Services,"","" +SG_BRAND_44175d751d7568f3,C2 Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2d5384374d66192d,CAA,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_f640e41a24d21d8aecd1e9ff1f3255e3,Cabela's,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_499b4de8687c2783,Cabo Cantina,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_966b5e2a1c953d51f55ca3381dcce774,Cabot,"",325180,Basic Chemical Manufacturing,Other Basic Inorganic Chemical Manufacturing,"","" +SG_BRAND_3762f1a75ba1ba70,Cabrera's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10a24beeada1f19af62fae46ccc3a65a,Cacharel,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a4fd55e2f13c498,Cactus Salon,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_47a9d140de5a3f1f,Cadence Academy Preschool,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_f2e3f2b2db112d8291803d38d52123e1,Cadillac,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_46b82787167a9d3b,Cadillac Bar,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,Caesars Entertainment,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_74477ea1b225c507,Cafe Express,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d57edc5c66d976,Cafe Gratitude,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c968d314720d5,Cafe Metro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0987fe3791128ba218e22b80327a074a,Cafe Rio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3e713677a0593c60fdc9c00b56611955,Caffe Bene,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e64e302a402aaa92,Caffè Nero,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6c48ab392e20caaf,Café Brazil,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e536b7b257deb6e9b8fcb335378dffb2,Café Zupas,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_702f8df587f693bc,Calgary Co-Op,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_5a93a9db89d23d490c0a4bef6744e1e2,Caliber Collision,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_4bcfc8b36c7e04ca,CaliBurger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e6c7e28f9f78bc5,Calico Corners,"",811420,Personal and Household Goods Repair and Maintenance,Reupholstery and Furniture Repair,"","" +SG_BRAND_18565f9ed11a93e8,California Bank Trust,"",522110,Depository Credit Intermediation,Commercial Banking,ZION,NASDAQ +SG_BRAND_12d9f6174d549f7ae5845d74225a1da0,California Check Cashing Stores,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_3ce1c2e6f0aa24fac09e54a74c3ea46f,California Closets,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_902ea806733f0fb453442024d583b463,California Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_23c67bd0d21a88a9,California Fish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_636dc65eb6cf6fc4,California Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_940459d41dd90460e3266eb7bc8b4670,California Pizza Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2692e84aa556a567394090242122a8ca,California Tortilla,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f2eda821393836d59d51d94c8da7dc12,Call It Spring,SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ba56feb34cfc3912b55a4c2429a44319,Calvin Klein,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_c50a4b4a5058502993ceacf8f10d4cd5,Calypso St. Barth,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6560b7e58454953e6059e3105aac32ac,Cambria Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2396cacb5aecaba8379a842eed34d7a5,Camden National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CAC,NASDAQ +SG_BRAND_8c1849d6c93cee1491df8f3e95ec8d2c,Camille's Sidewalk Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c2c7a49cbaaf4fe85a80cd61a76eaef8,Camp Bow Wow,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_bc0d30f8f60a45f,Camp Run-A-Mutt,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_61cf2b3c0c0ba09d,Camper,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,Camping World,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_84d82593e2a45126,Canada Goose,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,GOOS,NYSE +SG_BRAND_e9265cdf9eab9508,Canada's Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_1bb795832a344833,Canandaigua National Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,CNND,OTCMKTS +SG_BRAND_bbd24761e3a496b3042ccc905181eba2,Candlewood Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_7ad2919362c44f42df10adb59417403e,Candy Bouquet,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_99a65246388b72b744bb4a030507978d,Cantina Laredo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_313e2dd7e882d88d,Canyon Ranch,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2cc81d4697dbde67,Cap n' Cork,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_6b39212991a008db5c598d72d14bb1c3,Capi Europe,"",327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing","","" +SG_BRAND_2ac63a2ee8431ddbe86460e79e0230c0,Capital Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_50e321488c6192a84d23361748ff050b,Capital City Bank Group,"",522110,Depository Credit Intermediation,Commercial Banking,CCBG,NASDAQ +SG_BRAND_9f25192d7666db74,Capital Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_69d59a17f8e7d182ae0e0368c9eec9ac,Capital One,"",522110,Depository Credit Intermediation,Commercial Banking,COF,NYSE +SG_BRAND_8d0bf6d3339e4a9cc597cb57573f332b,Capitol Building Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_df1ef253098a933f405b37881023350a,Capitol Federal,"",522110,Depository Credit Intermediation,Commercial Banking,CFFN,NASDAQ +SG_BRAND_5667c25c70c50f54156b99750f649d87,Capitol Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,GMS,NYSE +SG_BRAND_695c00b28b0c8fb1,Capri,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_69579a9540cd05a2a08e66204792944c,Capriotti's Sandwich Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_333bf091c233ba3400a6cf3ef8d3005b,Captain D's Seafood Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b1aa11e73fd3c0d0b58792099bb4c84f,Car Mart,"",441120,Automobile Dealers,Used Car Dealers,CRMT,NASDAQ +SG_BRAND_7b15be981308ff7354939c8c2cc732c8,Car Toys,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_22cd5a10a578de4f,Caraluzzi's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e6d90505cb0089d,Carbone's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,Cardenas Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3277adbfdc02389821004ead7f3ee8c5,Cardinal Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_137e699c352a2a85,Cardsmart,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_6de18340b4d389ee,CareConnect Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4f0ee74481c3339a,CareNow,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d291460fd07719fbcda87641527e2b79,CareSpot,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_000b4281ac65a291,CareWell Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6bd3d560a3af0bf611d53602e6c2d9e6,Carhartt,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7303ca634fe70d6fb5aa008ecc384e9b,Caribou Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,CBOU,NASDAQ +SG_BRAND_a9ecc89d97cef851492e57cd04f9d51b,Carl's Jr.,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_642f909368b117d3,Carlie C's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_be1cc50fa2920207,Carlos O'Kelly's Mexican Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25b5996b2df86456,Carlton Cards,"",511191,"Newspaper, Periodical, Book, and Directory Publishers",Greeting Card Publishers,"","" +SG_BRAND_7be2784a24c8c39e,Carlton Hair,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_916f090f9779bcd7dbdb478a8a698dc7,Carlton-Bates (CBC),SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,WCC,NYSE +SG_BRAND_bb945e2ff54a105f7bdac3ca9b7e9e19,CarMax,"",441120,Automobile Dealers,Used Car Dealers,KMX,NYSE +SG_BRAND_62deebeddb87cec4,Carnitas Michoacan Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9a29ae0f9cd1b2ee3ab5d8fbef869867,Carolina Ale House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e38f46c18d349fc5,Carolina Alliance Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_f1e0051560003dfdfec14a93da364dd7,Carolina Herrera,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_9f7cb872da58aafaaea99355aac1b0db,Carolina Shoe,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_f2072cdb25da965e8abf0ca4dad1f7f3,Carpet One Floor & Home,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_6c0ee38dcd039a6679a8b201531a64f3,Carpetland USA,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_dadf6a7adb16083f7a1e66d03c570244,CarpetsPlus Color Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_ed5a1ef3e85b774022eb505cf6f184ee,CARQUEST Auto Parts,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_efb08490f8b720394cf365718437b670,Carrabba's Italian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_914419aa32f04011357d3b604a86d7eb,Carrier,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_5e03ebdd3757feb747a7cbffd992e87d,Carrier Enterprise,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_1d581c7a17e57ac6f40a0d2f9c0ccaf6,Carrows,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5cf75ce3377da3dadbfcd6edff69c152,Carrs,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b058f62b85e1f2f6112bc10ee018d33d,CARSTAR Auto Body Repair Experts,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_778eeb104b3f59cf,Carter Lumber,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_e84600785db54c257448cd6b0e5343cb,Carter's,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_47a00b6dd9f82a93412731ddad6b2922,Cartier,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_791e8423bcc40200509559faeac989e2,Cartridge World,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_78ca22ee9c41db35c89a671a8bfb89ee,Carvel,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0c155b0c37fe61bfb07932fcdc9126a2,CarX Auto Service,SG_BRAND_462c6e01a2086f21,811111,Automotive Repair and Maintenance,General Automotive Repair,MNRO,NASDAQ +SG_BRAND_da33e2da422e343,Casa Raul,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_261083e60d0e8eee7f82c0194f16bc52,Casey's General Stores,"",445120,Grocery Stores,Convenience Stores,CASY,NASDAQ +SG_BRAND_8e4dd7bd1eafa28b,Cash America,"",523930,Other Financial Investment Activities,Investment Advice,"","" +SG_BRAND_374a56c33ef07271,Cash Saver Cost Plus Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c85e5504d8ecdc6,Cash Tyme,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_9db7d0103cabe6efd5b804f4882d4cef,Cash Wise,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f048be400becf80ba07728a8bd83a592,Cash1,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_291546b7bd1d1e2571ae40f5d836a0a5,Cashland,SG_BRAND_8e4dd7bd1eafa28b,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_f8b80c73c9edb0d76073446f1acdbc3b,Cashmax Title & Loan,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_65de20583cd8fc08,Casper,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_387f780ad82d3008,Caspers Hot Dogs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_324eb812c9bc4e6a,Cassano's The Pizza King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_473e6c6e77f4c292,Castle Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2162647748ee0782b2017f0e049fc9fe,Castrol Premium Lube Express,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_e1eb06f05d36c5144e0a171bb6b9ce83,Casual Male XL,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_d894e3c3d1fb061896826346dd54c5f4,Cat Footwear,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,316210,Footwear Manufacturing,Footwear Manufacturing,CAT,NYSE +SG_BRAND_669bacbbcc484199,Catch Air,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,Caterpillar,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,CAT,NYSE +SG_BRAND_3f30d99bbee75e43,Cathay Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9e89e9d82244829b00e5f3ad47aa69f8,Catherines,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,Cato Fashions,"",448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_5fdb2bbb75ddaf0a,Caudalie,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_3d7b4d8df364c085,Cauldron Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d80d7686921e3199bab40fd496bc2a62,CAVA,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_58a96f03a343f0d9481881c0b80896a2,Cavender's,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_63d020ea94328e9e,CB&S Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_96d495d6079a5d50e1b6bc3fc9255f09,CB2,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_a61a40943e07257e084ea3f62dfdb1c8,CBA,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_63ab57202b2cb5e3,CC Food Marts,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_300ff69bfa1bf3b6,CD One Price Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_b4bafe3fd184b08890c3082104431f37,CDI (Center for Diagnostic Imaging),"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_33a28071b9c19b7c,CEFCO,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_53b869e8a654fc2f,Celebration! Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_b7719fa4115115a219c11b376179d343,Celebree Learning Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_41951f09851d0ae6,Celine,"",316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,"","" +SG_BRAND_4fa1fe7c3384a1fe5f6f14d5d42f1077,Cellcom,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_3fa1fef046915c7e,Cellular Advantage,"",517911,Other Telecommunications,Telecommunications Resellers,"","" +SG_BRAND_1eb85fc4c9551b5a,Cellular Sales,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_12ae7a29e2ebfa2c120d259e16fb74bb,CellularOne,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5956ce26fe2414b2,CENEX,"",447190,Gasoline Stations,Other Gasoline Stations,CHSCP,NASDAQ +SG_BRAND_4c049cba5c994d17f5ed628b6a483398,Centennial BANK,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e02095d09f2501bdb7bbc77fdc3a00cd,Centennial Bank (CB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_36d2c24348848e1672c984780dc83f3e,CenterState Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CSFL,NASDAQ +SG_BRAND_7d1561a6513f51d3,Centerstone Hotel,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_603edb6da3b1705f,Centier Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7e6e571b08b5ece97993fbea82c65d40,Centinela Feed & Pet Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_73663e9ed093cee8,Central Florida Educators Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4483c45376aa36ea5ff255243b62169c,Central Market,SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a74abfa0be56a5a,Central Oil & Supply,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_fee525dcba8f1cda,Century 21 Department Stores,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7a4fda2c61e310a6f246892a610ce350,Century 21 Real Estate,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_d8b6ea000a5d2552,Century Park,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_f59683c3ac381c6538368e4a4331a9fa,Century Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_78a4d7ff38d7940227fd162bfe339ba3,Cequent,"",441210,Other Motor Vehicle Dealers,Recreational Vehicle Dealers,"","" +SG_BRAND_43b9d38d2c3065a4,Cermak Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_92be4756d943439c73f20ec165bacca9,CertainTeed,"",423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,"","" +SG_BRAND_7070df542b789bae,Certified Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_77f2519cdf06a285,CertiFit,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_276df43d298ebf6e2b28c613f04d4d60,CFC Farm & Home Centers,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_e0e7fd0ecfc4583d,CH by Carolina Herrera,SG_BRAND_f1e0051560003dfdfec14a93da364dd7,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_711deb6d3baac044,Cha Cha Matcha,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_109274b83b814bb1,Chaise Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_fa5a196bf0e6998460a719161b988b35,Chamberlin's Natural Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_715cfca12a0b4231,Chambers Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c54a1f41ac25317f8d3b5df91735f39f,Chamilia,SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_dfb9369570afea1,Champion,SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,448140,Clothing Stores,Family Clothing Stores,HBI,NYSE +SG_BRAND_eb2914718ba75f00,Champlain Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1386f25af3e8899c,Champps,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_f648cb098b18c9c4c0763e6cdafa32a6,Champs Sports,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,FL,NYSE +SG_BRAND_b4ae0ad33b13c13a4094c0fd4e93cded,Chanel,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_7db3127f8b05bfa6,Chanello's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_103b6b9a08a7cd8a,Chang's Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3156f455f509045b,Changing Hands Bookstore,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_9a5149c0663c197a0da18c412cfb21e6,Charles Schwab,"",523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,SCHW,NYSE +SG_BRAND_76a9f13d0ffb4786,Charles Tyrwhitt,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_740785088fda66fe,Charleston's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3599fb9e83f56221da41c416b48c8949,Charley's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c3711ef870902ed54f50e477cb3d1256,Charlie Brown's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a9cb1dbb2bb90eedc56869575ecfac6,Charlotte Russe,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_278a3e38d55b55ac21d4b8e252041b16,Charming Charlie,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_22eaf08abd557bdf,Charo Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fe6c732ad6ac8f8c8a0b572b97b7a958,Chart House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a63fadbe5134e929f812ea335359b8cf,Charter Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_60b418001d888fb130a4828b4e7ba779,Charter One,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cd8e7918010a87cc619849e00265c9a6,Chase,"",522110,Depository Credit Intermediation,Commercial Banking,JPM,NYSE +SG_BRAND_43fa8c34abd3fcd4,Chaumet,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_bd3f59cbb2e26f7879f234237610494f,Chavez Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5d37b86d9dd8c164,Cheba Hut,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55261a749d933e87bc4fce63819bed25,Check 'n Go,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_17b786cc843578811a65d2a2ab8802c0,Check Cashing... and MORE!,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_2ef8341c9635f007,Check City,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_e6f6030b78b1cc1527f78b12a81acafc,Check Into Cash,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,Checkers Drive-In Restaurants,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_415e73704ff7b0184ebfaccd6091171f,CheckFreePay,"",541219,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Other Accounting Services,"","" +SG_BRAND_6a3ff6377d059510,Checkmate,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_2df03671c8d49a3797c353bc99f5b966,CheckSmart,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,CCFI,NASDAQ +SG_BRAND_2e9687e07264cc789fec538c3ec8c797,Cheddar's Scratch Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_994154cbc0e9e523eecb3e87d72c2162,Cheeburger Cheeburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20cd3e0a91a0622d,Cheezie's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_579e6442796de6d6,Chef TK,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e41fb9b14469d4a7e2030bc57d3e51b1,Chelsea Groton Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2949c71e98c06026,Chemung Canal Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,CHMG,NASDAQ +SG_BRAND_2762cb87a6da58cc501717a64e02c06d,Cherokee Nation Entertainment,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_79f2cdbc8a60548b2e8c89ee285be14c,Cherry on Top,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0acdf92d625d2255f930e05efb178c9,Cherryberry,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bf54fecf8f926be7d84e6ac87950f0b0,Chevrolet,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,Chevron,"",447190,Gasoline Stations,Other Gasoline Stations,CVX,NYSE +SG_BRAND_9068e65ac967694,Chevron Extra Mile,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_0b1db0a0474c5ec47f60248dcd8a01bc,Chevys Fresh Mex,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58b14a39f9a5cf1d,Chi-Chi's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e94fc2eb432ba6132ef39c34f20ddbc8,Chicago Pneumatic,"",333991,Other General Purpose Machinery Manufacturing,Power-Driven Handtool Manufacturing,"","" +SG_BRAND_4b56bb21dd2aebd521e2ffff47f524fb,Chick-fil-A,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d2701d7dd638ec07860acde6bef3c08f,Chicken Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1654fa16cd17d35b2368a3786d672174,Chicken Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bef0cbe2b7ed392,Chickenuevo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d8cb9790f23d976415364377d1e0f868,Chico's,"",448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_942d54e559d5b6ca,Chico's Off The Rack,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_463f458859b01ce3,Chief Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_90483ddacd2cc268f742373d1355b115,Childcare Network,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_515a4e0e2bcdd5208b11b76d93d72197,Children of America,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_51799e4fa12108f6,Children's Learning Adventure,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_134c5fe6e47f265e,Children's Lighthouse,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_00e1f4751e732a63453136374ec6ebda,Children's Medical Center,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_5a25bd56ca81e32a8e43614cf45909d8,Children's Orchard,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_aea3237a4729d013,Children’s Paradise Preschool & Infant Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7c17256da6defb067363a08e6f6dc43c,Childtime Learning Centers,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_072efa4069c7217d82229845c60e6a0d,Chili's Grill & Bar,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_591eb73bc6caafec,Chillers Microcreamery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1b2c086bd2352ab7,Chima Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f3dfcdef49d521c,Chin Chin Chinese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_359b2f57c629ec54,China Buffet,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16c3a6be6b740f2f,China House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_34697442201d43bc,Chinese Gourmet Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fe587a5683bfa7c7568a1301a524c01,Chip & Pepper,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_87bd111b6dd52ef32eaf3abf6d509065,Chipotle Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CMG,NYSE +SG_BRAND_8b367c8f17b8535,Cho Cho San,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1669b4d79a008dc333400cd028a4ba1c,Choctaw Casinos,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_6e65151bef0cb3f7,Choice Bank North Dakota,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_43d104f5bf19b83c,Choice Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2228db7ada984322,Choice One Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_618065d60e930934,Choice Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_16bb86d2a8040116,Choices Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f2e809eb48577fc,Chompie's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6784bf17fb13350c,Chopard,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_896c54f75eb6de8d509d97e03d717991,Chopt Creative Salad,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6f1522a5e5c77d5b6bdcb1dc66a3c95f,Christian Brothers Automotive,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_075d0774ba9a9753,Christian Louboutin,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_dd817c35ceb83953ee4df31ed33f524f,Christie Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_583b035d438ff6f5,Christopher & Banks,"",448120,Clothing Stores,Women's Clothing Stores,CBKC,OTCMKTS +SG_BRAND_665def8b3e99148592f9484770c91303,CHRISTUS Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_bd2a86cc6defab4,Chrome Hearts,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_80f012ea758493b5cddf723de97d81bf,Chronic Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6de27f14a548638fb353767a3eb4bba8,Chrysler,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_5750cf750a595b5e,CHS Inc.,"",493130,Warehousing and Storage,Farm Product Warehousing and Storage,CHSCP,NASDAQ +SG_BRAND_4c4feaf67ef9a176,Chu's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2987293da161bcc73bdd31a98d3e85b,Chuck & Don's Pet Food Outlet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_9f98865dd23c60224183580b02814871,Chuck E. Cheese's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CEC,NYSE +SG_BRAND_64a676078ef12934,Chuckles,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_159578034de6b88cdfe47f0d14457fb4,Church's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_944843e7836810bc1a92d24b42719f47,Chuy's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUY,NASDAQ +SG_BRAND_41825c68e4f7a0a08333cffbec93c67a,Chuze Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6723e15b38254560,CIBC,"",524127,Insurance Carriers,Direct Title Insurance Carriers,CM,NYSE +SG_BRAND_02a28721f6f21182d697d2944f3c25da,Cicis,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d107089fe2c5e07b24ba1fe05b03e559,Cincinnati Bell,"",517911,Other Telecommunications,Telecommunications Resellers,CBB,NYSE +SG_BRAND_3e83dfb420f261060adf01a8f7a92c3e,CineArts,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_a45f67cbccd443db,Cinebarre,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_179679658aff8ad3,Cinema Cafe,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_47f43363c1a09a12,Cinema West,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_d71d8c1d8fafc4a,Cinemagic Stadium Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_83114d418ebaa064,Cinemark Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_8db0ffdb473ce49c,Cinemark Theatres inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_3db9401174aad31a,Cineplex,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CPXGF,OTCMKTS +SG_BRAND_21e05a5002b59c090bd6671bd4ad3863,Cinnabon,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5a3545caf3651628,Cinnaholic,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_48a7b93f9c5dd8a4572ebb15077d597f,CinéBistro,SG_BRAND_d936b4a580aee6bf316fb2e71c832510,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_cef9f05a49756a852ce6da59a0b210eb,Cinépolis,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7bf2e0dbc299067e,Circle A Food Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4cbffa4318cebdb09227afca3fe16846,Circle K,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_390d3d6d9041fdfdac272667ae49187c,Circuit City,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_8ac632e264cde62c,CircusTrix,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_7c5460a754eed20d94ec7348d148e8a4,CITGO,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4c267c1630be9746,Citi Trends,"",452210,Department Stores,Department Stores,CTRN,NASDAQ +SG_BRAND_f18df0996f4a2ce4365c0873ed2c90d3,Citibank,"",522110,Depository Credit Intermediation,Commercial Banking,C,NYSE +SG_BRAND_549ffe46e1ae90c72c4cb6dadeb884ba,CitiFinancial,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_f58dee45923c7d70f0bf747fee3f4b97,Citizens Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CFG,NYSE +SG_BRAND_59705902a5de6b87,Citizens Bank Indiana,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6cd11dbee859dc8eff50e766811a7ba6,Citizens of Humanity,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2049647531a7761b8bf87eefebc2046a,Citizens Trust Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CZBS,OTCMKTS +SG_BRAND_6e539e9d709ef2c8,City Bank Texas,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a0eee888fbfaa8c,City Barbeque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54d42cf52041f247,City Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ba17da2ac6bf60f9aae4e9184a54fd9d,City Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4408b345220f10dc,City Gear,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_321f289ce391a187a471ffdb0ada092c,City Looks Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2498ae44737bcc4f1b56b2b3572d4445,City Market,SG_BRAND_1f852a23da4b7250,312120,Beverage Manufacturing,Breweries,KR,NYSE +SG_BRAND_6c7e79c2627423b9a3d636acab345697,City Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1893312b738a8f53,City National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2b69939b1904debc,City Sports Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_06e704a47267ae1b,CityMD,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_57629d965397ea03,CityVet,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_c0df4bbabd3f8c58,"CKE Restaurant Holdings, Inc.","",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a876d34a7b91c754035dd0f35f4fe3f6,CKO Kickboxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_f87327d50c5c6f10bacf38d2644702fc,CLAAS,"",333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,"","" +SG_BRAND_fc0b06f058ccbf668683d4be2a630d38,Claim Jumper Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_773253c441b75634,Claire's,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_f3fa6e6d550a3ade753f90094c3cf839,Clarins,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_85858a492d6aafd617f26f8998de6a71,Clarion,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c2f6bf295fb0dcdc3f6fd385ebc8eead,Clarisonic,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_7a1f4af0b6f3c32b,Clark's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_014a719b7e64084e,Clark's Pump-n-Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c0dd716742ea615,Clark's Rx,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_222d2cab36e5e7f7d9a08339db1b29e6,Clarks,SG_BRAND_038364e576c66156241f93a47bd3dc7a,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_038364e576c66156241f93a47bd3dc7a,Clarks UK,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_037307e7be2a963dbeb6e7c1eafff895,Clarkson Eyecare,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_2aab5611589b2822,Claro's,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_a9e398c95ca1ad2a,Classic Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3cef97861195f39c,Classic Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_3895e3dcc52f3744,Clean Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_10f744f0079a03f8,Clear Choice,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_8c97a899311d1874,ClearChoiceMD,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5778688562842d4a,Cleats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ee29546cfe755c13,Cleo,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d4f0f11b99dc066f,Cleveland Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_30d762fe7557c39f,Clicks Billiards,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_13808039af87819a,Cliff's Local Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a1983113e344ee6,Cliffs Check Cashing,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_dba4fbfd239860b521d87651a0a44b04,Clinique,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39498543223c2996,Clipper Petroleum,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_68e8600a05174c81a9d58fbe284e0e11,Clopay,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_61c0104f83a4daa8833acd383385b5bd,Clothes Mentor,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_de2dcd3eccd62421510b6eb404c8a1b5,Club Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4198edce29c1cc19240565253d2b82fc,Club Metro USA,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5e563793e00ae7876a212039a719f318,Club Monaco,SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5fa25d11e985b8c72f25a2ac289a93f0,Club Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6757822cca6f3165,Cluck-U Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b8ec952a3dc9497,CMX Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3874a628545efda1,CN Brown,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4ca73eedcd36fd97,Co-op,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,Coach,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TPR,NYSE +SG_BRAND_64c7f989ce7fb270298fe1c3d426e000,Coast Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_1676d4ffeea80183,Coast Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1b1972e7b18c20b4ecd18fe08d67476f,Coastal Farm and Ranch,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_d936b4a580aee6bf316fb2e71c832510,Cobb Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_5ccfeac84f7e5b3c,Cobblestone Auto Spa,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_a9368d6ef4317958,Cobblestone Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_53e289c6675648ba,Cobblestone Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_ae857eaab7e71b080a4f1939cb05828e,Coborn's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_59fedcb76a670e70,COBS Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_99a772b5e4802c8c,Coco di Mama,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_cd36b1b651890098b1b10ab72c0a35fa,Coco's Bakery Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_96f2cf3ee3e58944,Code 3 Emergency Room & Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_65f37f064eb12908,Cody's Original Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20f93f87dc2a2974,Coen,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2f522c31bdee43401dc46de356a6b73f,Coffee Beanery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c6df7a92ee39d2b13fa8bced76d7c749,Coffee Culture,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4ef8cf88e3e64710,Coffee Cup Fuel Stops,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_784d5701ab6488c9,CoGo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8994a41b872b4310059292cdc1cf9950,Cohen’s Fashion Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_b6a5ab55619b29eb,Cohn Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d80916a3abfa82b,Cohoes,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_677f765d7f255c69e00500b3ceb29eff,Cold Stone Creamery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4513f2470e03b11bb6c3bc30bc835e28,Coldwater Creek,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_53a70ede37719e4c,Coldwell Banker,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_984e8b62792a3f7d315410bae2477047,Cole Haan,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_9e41132e5c717608d763faa0de61a204,Cole Hersee,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_8a0e58f4de98d8c3039fd0bf50dd8602,Colonial Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_97456a6b8c54e93b01539f9826e3e567,Color Me Mine,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_f5a08f1896ab30bbeb15e822750d069e,Colorama Rental Center,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_6423e01f241f8af9f8c1c68222ec8c4e,Colortyme,SG_BRAND_9253e13a376344832320449173132b9d,532289,Consumer Goods Rental,All Other Consumer Goods Rental,RCII,NASDAQ +SG_BRAND_f5064e60e619fc11fa1168b727f29866,Colton's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e58f282768e86c3b0b9d301c98687525,Columbia Bank,"",522110,Depository Credit Intermediation,Commercial Banking,COLB,NASDAQ +SG_BRAND_e26a47c89f50e9f9206e4cec893a57c9,Columbia Sportswear,"",448190,Clothing Stores,Other Clothing Stores,COLM,NASDAQ +SG_BRAND_5b6664e29e3855655d53f5ad83637421,Comerica Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CMA,NYSE +SG_BRAND_bf68a4c828afbdf3ba44b1d1879eca11,Comet Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_48d6696e48853d20a2288efdcfdec98a,ComForcare Senior Services,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_ff92e46aa39fabd07aa152fc013beab0,Comfort Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_004070295ea36aacb87aa0c8b643303c,Comfort Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c552419a0a84dabfc592a331b124252f,Comfort Keepers,"",624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,"","" +SG_BRAND_7d6d5ffb4cbf34a3658e52d4ec66f2e0,Comfort Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_786ca0df1b69d81e,Coming Attractions Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_9a84fb28f609207a78b97485e6b4e36e,Commerce Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBSH,NASDAQ +SG_BRAND_30efbcb99cb0ffd9,Common Cents,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,Community Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_bdb566e32f987e4b861b3409d248dd39,Community Choice Financial,"",522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_55e396dcd003cef3,Community Financial Michigan,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b5847f6096e76656,"Community Health Centers, Inc","",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_53b7c7a8a368c2f5,Community Health MedCheck,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1d31cef74a032132,Community Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_cf1c5ecb980fb5,Community National Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_680c968da5fd62df,Community Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_994b93c3e84760be5b2238122f3a6064,CommunityAmerica,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_70099120e8f049592bbe54ecb0753066,Compare Foods Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dd8cef50546027d5,Complete Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c4c6bd3f2b3b8146a7544065700755c4,Complete Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_7b6113c9da934fc76c871770a2f066af,Concentra,SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_963f25243532b74ec4b9cd788525a785,Concord Pet Foods and Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_4f8bf6ab2b09b779,Concord Rx,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3f717108cf5c69468cb3ed6bdaf2fa75,Conn's,"",443142,Electronics and Appliance Stores,Electronics Stores,CONN,NASDAQ +SG_BRAND_37c0a315bdf0466a,Connie's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a0ccd5fb65a3df0d5a340321693f0a16,ConocoPhillips,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_8d1c9ed52acf93d1c9c763db5a7334bf,Conrad's Tire Express & Total Car Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_0b5a5ca4a9c666d6,Consulate Health Care,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_f53417e220ce4e2,Consumers National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CBKM,OTCMKTS +SG_BRAND_f62b1d7597deaf0f,Continental Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_84573df983f6aec9,Continental Loans,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_c8ebcbd085cff8ad1eb9a05c32884732,Continental Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_dfb5ca581b7a54acf57bbc00281bba63,Convenient Care Association,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_08647ef229721286,ConvenientMD,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_570a1a0929d046aa325751f41b1b7732,Conway National Bank (CNB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_112adbba73827e9d193b93ac13757b3d,Cook Out,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10e24896f0b4091,Cookie Cutters Haircuts for Kids,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_aa7bcf1705df640edd8bf1f6f3c9df2e,Cookies by Design,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_7d059acda6b4a1adfaa82cf0418d871e,Cool Cuts 4 Kids,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4fb5e40371d79c47,Cool River Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d7c243c33274708,Coolgreens,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a39aa665da0b578a36c7c3b56f65d57d,Cooper Industries,"",335311,Electrical Equipment Manufacturing,"Power, Distribution, and Specialty Transformer Manufacturing",CBE,NYSE +SG_BRAND_3919eae50f1d3c4a,Cooper's Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4667f28c0f37203d,Cooper's Hawk Winery and Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7536d92e687cdf78,Copeland's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28c1f08b2dbc0687,Copper Branch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_41d5afb22f090f86,Cora,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_70d7b7d09486de3a6a176914cbf7a1e7,CORA Health Services,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_95955894f5ce13ff,Coral,"",713290,Gambling Industries,Other Gambling Industries,"","" +SG_BRAND_9fca3db9f5db63f56daab9648a03a362,Corcoran & Matterhorn,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_322f58803cc74f24,Core Evolution,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b14e212191a7b29fa577eb5593b67d72,CoreLife Eatery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0f2d55b86cd3a2f5e7f1a5643c629ff2,CorePower Yoga,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_4c292cf9ef9b2695,Corky's Kitchen & Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_beca42ed12cc720c,Cornbread,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b79b06bbabac0aa67fdcd1d4fade45a,Corner Bakery Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_653a7d153be66b4d,Corner Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1686b9c0a52d87ac,Corner Pantry,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_498b244102a0db33,Cornerstone Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_a461c3f80bad268fce3411b913003b11,CORT,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,CORT,NASDAQ +SG_BRAND_ef23ef1d426ae1a73a7eed399cef707d,COS,SG_BRAND_318848b77682c5ecffe061bb49b18986,448120,Clothing Stores,Women's Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_512bb075a070b4dcb3ee4365ed554cb5,Cos Bar,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_b7c33cc9299bac2b87700ab503f54b38,Cosi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a93e2c2206ef28d35a9d8a0da71b9d5c,CosmoProf,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_0745a8b3a29b440c,Cost Cutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_293593263dd55578,Cost Less Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2d1440c1b6b40fd2,Cost U-Less Insurance Center,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_5d14f234946020549952bb9ad5a1e8e2,Cost-U-Less,"",561510,Travel Arrangement and Reservation Services,Travel Agencies,"","" +SG_BRAND_27f2602cf47ce49a,Costa Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_cd4fa1ed589d2459,Costa Express,SG_BRAND_27f2602cf47ce49a,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9f8a0346fbc8993fd8538808ef54244b,Costa Vida,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e1d5079f68018134,Costco Gasoline,SG_BRAND_60b7b54d19fca719281e76d485a141ad,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,COST,NASDAQ +SG_BRAND_60b7b54d19fca719281e76d485a141ad,Costco Wholesale Corp.,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,COST,NASDAQ +SG_BRAND_225c0cc23acd6744,Cottage Inn Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fb97763befaca179b4c6b3ace9d18f2c,Cottman Transmission and Total Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_98ee512578f2e405856c1836bb828115,Cotton On,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_23679c52e055cdc2bc65421060cc3f47,Cotton Patch Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_34b9037f0ff5aae3,Couche-Tard,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,ANCUF,OTCMKTS +SG_BRAND_1404e45b9498a77e,Country Cookin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e48984d0f952834b08ddd923992fe3b1,Country Fair,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4beb87afb75cdfcf,Country Financial,"",523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,"","" +SG_BRAND_1ab3a0f9c738e3ef,Country Hearth Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_68e6552d6136643f39a34ecb02ce8229,Country Home Learning Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_25091d208ecec1da38f53e7c8c99a76e,Country Inn & Suites By Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5d154bc48c6e5bc93bbc8cd11c3cf387,Country Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f53623aa7c8a058,Country Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5cc4c8855789ec54,Country Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e4b673e2892dde3b5ce01e2c7ff82bb,CountryMax Stores,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_7f24bc4ec6c09af3,Countryside Cooperative,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0b1b476f0b6e837f9c1f1ee2aee9cf3d,County Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e1a8999463dceb4,County Mart Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2c2bf4588dcd1ba4c4fded5ddab543f4,Courtyard by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_074abe40db09cb293b5f35dfefc99616,Cousins Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a1ffbd5a44d94ab632c08cd7c7f10f4,Covance,SG_BRAND_292aceea9c8f3df19cf714bcd597a903,541715,Scientific Research and Development Services,"Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology)",LH,NYSE +SG_BRAND_9ce998d076ed75b7,Covenant Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c8cd2dffe17f98526f4928c662875ce3,Covenant HealthCare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_a64b6b8e7d3bea0,Covenient Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3c5faad4542b7ad44e594e3b2c15ce1,Cowboy Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e17d8ca4fc5e2bf,Cowboy Maloney's Electric City,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_abf7e3a15c0c16a407b4328435653ff5,Cox Communications,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,COX,NYSE +SG_BRAND_dfccbd2d0c1e2dc616a5db7f5d8e70c7,CoxHealth,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_18e58a6982dbed95,Coyote Ugly Saloon,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_fd5034d3434fff484f5faf5a372ae7e3,CPR Cell Phone Repair,"",811212,Electronic and Precision Equipment Repair and Maintenance,Computer and Office Machine Repair and Maintenance,"","" +SG_BRAND_501910e8a69fae1e,Crabby Joes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e3b134120f0b06bee9b741faee9930f4,Crabtree & Evelyn,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_4c72c81de7cea539cb09bb1344c7b367,Cracker Barrel,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CBRL,NASDAQ +SG_BRAND_9bfa6d8ecdfa221325fa0e535d971238,Cracker Barrel Convenience Stores,SG_BRAND_34b9037f0ff5aae3,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_4761d26855feb770,Craft Republic,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_0539f6bd91666e2ae405849f58919ea2,Craft Warehouse,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_fc76add27944e4229739874698959dd9,Crane & Co,"",322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,"","" +SG_BRAND_563811d2e4dff0abab300e7e427143ae,Crate and Barrel,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_25d3f576e0ebef6d,Crave America,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c1607c5b4abd346,Crayolia Experience,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_345be7218d41f7b5b35d92edee4a5532,Crazy 8,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_65edef53f1cab63d,Crazy Mocha,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_225847e2cd1681e7,Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9f6f621c14131d1995cfca0edea67068,Creative Kids,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_3277b079ff14788e,Creme de la Crepe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_788e1712c945fc6f,Creno's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11c04fe7f7a95cf107329f57b4eb2f75,Crescent Electric Supply (CESCO),"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_0ca91f875fdc87465a5c637945f5a519,CresCom Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7c5686d14d356abd,Crest Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_247184f5fcf8c0afea1291676dc6df8f,Cricket Wireless,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_7d42ff983359345ed8f903282898db5f,Crispers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a36a826a38d9157,Cristy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_023f61b40dc0229204fc814b8aa201c5,Crocs,"",448210,Shoe Stores,Shoe Stores,CROX,NASDAQ +SG_BRAND_11d217b58e98e0ec,Cronies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f4f6ebb54b3cf38,Crosby's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ae6abf1aa02c01cfe560b9315db66b07,CrossFit,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_71f3b7dfe576427c,Crossroads,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_e31ffd24e99177e1,Croutons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_574c49dac09100720a98d45ed869259f,Crown Fried Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_455017860b8a8128,Crown Trophy,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_269acf3877b50afe,Crown Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_da408c6d88f7781789bb631ce082fed8,Crowne Plaza Hotels and Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_74fee8e7a12206b6,Cruisin Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2c64806e1883eccf,Cruizers Convenience Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_67fa9c9dabb58458822d4e7c5e90affb,Crumbs Bake Shop,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,CRMBQ,OTCMKTS +SG_BRAND_29b2c5160da9da73ea41638c0dbd8e57,Crunch,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_571b13a614596860,Crutchfield,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_390bbaeb87241b3fad32964da6f324cd,Crème de la Crème,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7b3a0aabce934a6,CSL Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_d2e8721c5669019d65b0c71cc873b11a,Cub Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_121aafbb0314b4c4,Cubby's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3609f80e8ab3db987d9be5010a726c20,CubeSmart,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,CUBE,NYSE +SG_BRAND_ca20054401456822996bd112996a2ad5,Culinary Dropout,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_13597b19cef141e816268ebc434c4462,Culligan,"",221310,"Water, Sewage and Other Systems",Water Supply and Irrigation Systems,"","" +SG_BRAND_5ed6fb98105c38f3,Cultures,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_45a25d9dcf4904822b396a1155397713,Culver's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_eaaebb5d9c01bbb6cad56de3436ad428,Cumberland Farms,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43727112f3ee5925739c94275378786f,Cups Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0d2268d462cd08b20b7508c3fc0fde5e,Curacao,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a864abfbcbdd871bbe19d07963c15358,Curio Collection,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_279ee8660e6b99ee,Curry Up Now,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56e7bebbcd38b821d0c781ad5014cc5e,Curves,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7347c16df97ce761,CUT Steakhouse,SG_BRAND_a4fa429c1ee373170a93767a515b910d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6594638d9b94fbd8,Cutter Point Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7fe91be347711115,CV's Family Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_72f1a850d966375fa159121c7c8b09a1,CVS,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,CVS,NYSE +SG_BRAND_4ca81624987b6e96994a013abd06ec05,Cycle Gear,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_46d5853ab178e35cdd230f7b0f439817,CycleBar,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e23881689010b283603f25cbb2541de4,D&B Supply,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_00622ccf65722570a774037f170bb631,D&W Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_e5cb26a28f465114f9ccfb11edb3c9de,D'Agostino,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bfbea5c01e3ccdbfd47f22f6b2cd193e,D'Angelo Sandwich Shops,SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_586bff9df85a9978,Dacotah Bank,"",522110,Depository Credit Intermediation,Commercial Banking,DBIN,OTCMKTS +SG_BRAND_4daa852e338f29b4,Daily Grill,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_1489633504e87939,Daily's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_91866618f21af23b2e061aa0745787de,Daily's (First Coast Energy),"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,Dairy Queen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_927a3f9287b584093fd6c2ef5f217784,DAISO,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a6fe911de804b00ef4f2037e8e31eab3,Dakine,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3dd775d02f9bbad1,Dakota Watch Company,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_61622b91b8a493c4,Dalia's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_370b8c6559932802,Dallas BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a2e1482743a5436b69066bc74c73a260,Daltile,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_1117ba21057d48fc,Dan's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0e75ad388dd35be4e264183691e9fd6b,Dan's Supermarket,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_1795d69d22498e2f,Dandy Mini Marts,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_646f7b99b07b3c1c08f1abc5c363c317,Daniel's Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3e3ebd29bbef4ee2,Danier,"",448190,Clothing Stores,Other Clothing Stores,DL,TSE +SG_BRAND_e71f2650eebab3,Danny's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e0c75a5fd4298ddf9cdd6b02a835e78f,Dansko,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7f7d981a4c1a1e3329fd073f4a19e989,Daphne's California Greek,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1aeb7b950dfb9113,Dara's Corner Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f6f68e02176e520d,Darden Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2766ab2d25700785,Dari Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2972157507949e2f8029e78b71536d2a,Darque Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_689963ee57370c0b,Dash In,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7376a01882a9c24d,Dash's Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_21f863eea981ecdc,Davanni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c103b031d7be8f424350e2fed2ace4c,Dave & Buster's,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),PLAY,NASDAQ +SG_BRAND_43ce209720e5e2a0dcf6a93bb96b31c9,Dave's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c4d7b317c93acd9413ed47da3ced71ac,Dave's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b92c305d60e23cd1d4c33e460372680e,David's Bridal,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_d1ed1d1f9451925f25df33f0a6878980,DavidBartonGym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99f4a8ddad1ef49bcefb5ad9792ad978,DAVIDsTEA,"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,DTEA,NASDAQ +SG_BRAND_17c01d3273015313f138934a3f183da7,Davines,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_626c9c971ceaa01f,Davio's Northern Italian Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63127da07a4b5f0f,Davis Food & Drug,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_b92d75d5850ea7f89a9d03198bfeb0a3,DaVita,"",621492,Outpatient Care Centers,Kidney Dialysis Centers,DVA,NYSE +SG_BRAND_a7d172ff64836747b19e982dd56dcf77,Daylight Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_f0f5c15118ea292fadac17e2fc7d4ead,Days Inn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6e6d1ea8e83a27ed,Daz Bog Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d32708c81dbbd4ab3e381f962f00f77e,DCH Auto Group,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_51d31b8708961b702d3d2602e8d828a3,dd's DISCOUNTS,SG_BRAND_3a1ab671c974b3489458052270d1a69d,448140,Clothing Stores,Family Clothing Stores,ROST,NASDAQ +SG_BRAND_77779d8d712c6be1,DDS Dentures + Implant Solutions,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4bbb274e9351fd7f,De Beers Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_263ae91aa141e8b0,De Felice Bros. Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_161fc1174c6c6d1b,Dead River Company,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_6e884e4fefd9596cd2e690805edd6bbf,Dean & DeLuca,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_078d2267d8fdb875864904dcd71e96fe,Deb Shops,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2b32f6568bd127236d6a273810cacd31,Debbie Brooks,"",316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,"","" +SG_BRAND_27e1d7b005a292f4,DeCicco and Sons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5338659322078dcc,DECIEM,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_3576fbc0e01f8e1c,Define Body & Mind,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6117faf4f6c7014f,Defy Gravity,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_3a2d5c4cb3e75fcb,Deka Lash,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_5a8bd73f6bf340b2,Del Frisco's Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DFRG,NASDAQ +SG_BRAND_509deb2234a57e81,Del Rancho USA,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a809e7affa8473a,Del Sol,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_22445dbfa062276fb029fe9b9262b9ed,Del Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,TACO,NASDAQ +SG_BRAND_1e594259ae79c99d,Delano,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2fbf20f748fe35bd,DelFrisco's Double Eagle Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e554a08d4c451f0,Delia's Specializing in Tamales,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9bc9c3b7fc7e5c28,Delta Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_b872bbf5890bc0bcc8b5b5f27b32f6ba,Delta Lloyd Bank Belgium,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_40ec2faad52dff18de0cabf093892bc7,Delta Sonic,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_771bff5c64b07d46,Denihan Hospitality Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_811b11d8e7fade7d0af1ea6e8f2db4ba,Denny's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DENN,NASDAQ +SG_BRAND_6796e1f109c35dbdd949246c6a39922d,DentalWorks,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_29d57ef5598446925e134cb5790b92ee,Department of Veterans Affairs,"",923140,Administration of Human Resource Programs,Administration of Veterans' Affairs,"","" +SG_BRAND_c9ec85d6cec5b936759b147ae02609ce,Deseret Industries (D.I.),"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_4348bf623c85e55a21a024080829e9d8,Desert Financial Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_9e2b12e1d7655ca9d64cc7eb364f02f6,Desert Moon Fresh Mexican Grille,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6df5e464b74aa7e5,Desert Sun Tanning Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_56ba924726f686f2dda0febc313cd9c1,Design Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7d36f64cb0612046b1546c530615cfdc,Design Within Reach (DWR),"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1e12a4956c6af0e0,Desigual,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_75ab2a94702a9223,Destination Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_972af9fefe811ff,Destination Maternity Corporation,"",448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,Destination XL,"",448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_d2105c7f6d15c4b54ed2ad9ef3f339d6,Detroit Diesel,"",333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,"","" +SG_BRAND_5af62a332e8d4893,Devon Seafood Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_878f9e5d7305d9a11084dfd9a7356553,DeVons Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_2ea3bdd72b1bccc8,Dewey's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f26bc8850144508afde6eccc8d24d010,Diamond Mowers,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_33ad0a246f406f38,Diamonds Direct,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_44a74be4f9ba3e1d,DiBella's Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_259446a52c83c56,Dick's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e716ee49a517a84,Dick's Fresh Market Wisconsin,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7dbf5767129e4998,"Dick's Homecare, Inc.","",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers","","" +SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,Dick's Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_574923598fef15717fc7e10fee02fe02,Dickey's Barbecue Pit,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ddce6a8b5fc27a9,Dicks Wings and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fad29676442aa7a1d03af40b89aa9458,Dierbergs Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_167d93cb5ba497350eb0e71773a0a199,DIESEL,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c22278870ba834501cbd8412ba9e234c,Dig Inn,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_aef6344f67438aa6,Dignity Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_373ffceb51a02e693129fdb75074bd37,Dillard's,"",452210,Department Stores,Department Stores,DDS,NYSE +SG_BRAND_d78ceac2bccbf42aeee568ea6b0db8e8,Dillons Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_6d65a080580e7563,Dilworth Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d906b78b1dcabc4,Dine Brands,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_7490f04e154bdcfe,Dino Palmieri Salon & Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_369d424173a20f41,Dion's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,Dior,"",448120,Clothing Stores,Women's Clothing Stores,CHDRY,OTCMKTS +SG_BRAND_ab6111d1a110e1f71a00e420d65a57d6,Dippin' Dots,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2596cedb290b7df0,dipson theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1a5bf1e228f01317,Diptyque Paris,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_8942798ec69f4c101e663c3ec0d7d6c6,DipYourCar,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_51e04da6f8582c2948be57a58a342380,Direct General,"",551112,Management of Companies and Enterprises,Offices of Other Holding Companies,DRCT,NASDAQ +SG_BRAND_bbec8920db450d0,Direct Tools Factory Outlet,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_598e2effdd3cf28d5ed15ea3d604cc14,DirecTV,SG_BRAND_175daf46cee56cdb,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,T,NYSE +SG_BRAND_3e8285c6ff869e74097145fee59725a0,Dirt Cheap,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_7c5fb3f9a2feb094,Discount Car & Truck Rentals,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing","","" +SG_BRAND_05cc8e612954fb188085186845b42387,Discount Drug Mart,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bf97a394be0995faf90bede5ed452758,Discount Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ab49c885a5e8c9d1175a501c0de154e9,Discount Tire Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_ccea1982b6190bd0,Discovery Cove,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_1024f34d21a9f7e4,Discovery Point,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_e08c182e7dfece70,Disney,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_283c3a0dc47bb6500c180fd20199d285,Disney Store,SG_BRAND_e08c182e7dfece70,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",DIS,NYSE +SG_BRAND_7ae2304eb48f4fea,District Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dce7bc7d65be874528267f7bae598343,Ditch Witch,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_2b418ffeacf40fa,Ditka's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69d4a2b66d1aea33,Divine's Auto Repair Shops,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_d67267aafeae4d2011854a16f01f6db3,Dixie Chopper,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_6bd2a0751147936a,DixieLine,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_92c0d04faca572533efaf20c0f6a6d90,Dixon,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_1f8b63e8e2fcf118,DIY Home Center,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_acafddf0ad6cc898f2ff1c5341a4fa38,DKNY,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_379e13a2bb6f9fffccb9f2145bc860dd,Do It Best,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_e9bff04b46ea70adf226cfe8d6347bbf,Dobbs Tire & Auto Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_584710fc31dce08b,Dockers,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_35dd7a80f805ce35,Docs Bail Bonds,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_4673559ad459969e10413f4c8b908ce9,Doctors Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3f1aa9f86e7805f,Doctors on Duty,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f0049acd3951499d61b0f23667fa9bbc,Dodge,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_d82d2e47f9101958,Dodge's Southern Style,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4de4615bdaf3da3,Dog Haus,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37225e33be569f601e9600f0ad9bf4a0,Doggie Style,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c6ed32efcf2d78adcfe0119f002fb61c,Dogtopia,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_421add18af92a58f,Dolce & Gabbana,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_1bd2fc8628582736e62df228da27ddcb,Dolce Hotels and Resorts,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_23fcab998e0c5499,Dollar Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4ab7a0eb2c6fa9cdcb33a9ffacd66da6,Dollar Castle,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_a4efb9d8ddf0f71207d49f713c5bc1e9,Dollar General,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DG,NYSE +SG_BRAND_4874f10dbd3dcd00,Dollar Loan Center,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1475e9d7e556cf99fadde01870982e61,Dollar Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,Dollar Tree,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_36576148eaf3b474,Dollarama,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DOL,TSE +SG_BRAND_7ef922af811bfa9f4a9cdc96b3b2df77,Dolphin Carpet & Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_18dbacdbca617be2,Domino,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_da46ad6f82825669a56b44d32564dff8,Domino's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,DPZ,NYSE +SG_BRAND_faca8fc6ddf5901,Don Cuco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_77f04f8fdc110101,Don Roberto Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_347cc31bd2745d83,Don's and Ben's,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_08357fa97d7ebd203189f227d2b5f932,Donatos Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10e968e6419c661f,Donovan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_753344fe7d654c5d,Donut Connection,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_64d4703ff955a09994a52bcf1161cd93,Doodle Bugs! Children's Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_492d5131f0913906d15d755510719140,Dooney and Bourke,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,Doosan,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_8926e89fe93da63d63ce0161ffce6f09,Dos Coyotes Border Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_60487ecc0a675a44,Dos Toros Taqueria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f55a7d7db65955ae71e696256a674911,Doshi Diagnostics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4c72d232d1a1406e6c26251bbf6c3b25,Dots,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_7fa804c5902b63aa,Double Kwik,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33041f17c37e681f,Double Quick,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_64d68926e545ae22,Doublebee's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6dc57d172a06a0989b087038f3394d5b,DoubleDave's Pizzaworks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_610cb460e84b3eb9a41cca2865261183,DoubleTree by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_59c34b29a6db9ea90614bbdfd15b859d,Dr G's Weight Loss,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_75cd46eff65b055c,Dr Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_492a752a96415e0d884eeb0f8f08e5ae,Dr. Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_58ad2340761f7211,Dr. Martens,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6425027efc556f76,Draeger Supermarkets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_46c409ba84e6c99a,Dragonfly Hot Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c994aa0ba90d36cb6f24e3f25a9480de,Drayer Physical Therapy Institute,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_69d1bb34387e4270,Dream Dinners,"",311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,"","" +SG_BRAND_27c150ea9f238294,Dream Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1e1a600b8e0df14754dae21a44ba3dae,Dressbarn,"",448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_2729b78930953537,Driver's Edge,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_546c171aef26367c,DriveTime,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_03619c9c1267a05a7eec9c29d569e68d,Drug Emporium West Virginia,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_72612947f0672cd276b5f1d00c2de2d8,Drug Emporium​ and Vitamins Plus,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_06fdda1299d64c0d,Drury Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_576802d87ea138f88d2eb653d8ebec7e,Dry Goods,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_4274b1fc9eb5e1d479f07d20e2eec710,Drybar,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_495194b7f2a9ee0fd399b3520fdf4e8a,DryClean USA,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_5c86a42a67f4dda45e700158726465ad,DSW (Designer Shoe Warehouse),"",448210,Shoe Stores,Shoe Stores,DBI,NYSE +SG_BRAND_ed2b7ad81adeb71c9859f1041a51c817,DTR/VILLA,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e18162f6fbe7ffc48f73af49ba89959f,Duane Reade by Walgreens,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_7c03fb7335626fa8,Duchess,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_45b2d33fc93994a57f2e79d8a98b83d3,Duck Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_58f3628b0fc549a6,Duffy's Sports Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_237c06e0f084413d251445c375b8b558,Duke's Chowder House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51b2f2e8adb8c34d2b4553efe4c8b8c6,Duluth Trading,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),DLTH,NASDAQ +SG_BRAND_637bde207c3be956,Dulux Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_d56e09d34d1e9d23bb930bd30d1eccd4,Dunham's Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9b4045db0fbb461cf9ed78916d9b16b4,Dunkin',"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,DNKN,NASDAQ +SG_BRAND_ed96ded9bb31872260ed3d62e15e182b,Dunlop Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_3f619fd7096d635d480ec114e08a1b20,Dunn Bros Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c8940e7448885f8f802c48df285c943f,Dunn Edwards,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_5dd2c80eadc7d2888feb6056fb826780,Dunn Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_ed66f31cae043de5794b99704402cd96,Durasol Awnings,"",238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors","","" +SG_BRAND_508cdadf5691226e,Dustin's Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a60bfd215b6074b84ab05cdf2d981a0d,Dutch Bros Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1652a227da3c78f1f710f8afa34ac195,DVF (Diane von Furstenberg),"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6c82654dfc92e650,DXP Enterprises,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,DXPE,NASDAQ +SG_BRAND_4628ec74440e1d02,Dylan's Candy Bar,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_b8c2e09ccbcbcf622f7612372a827752,Dynamex,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,DDMX,NASDAQ +SG_BRAND_11d440e1c2afe2d9378038be42b1db4e,Dynamic Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6575110c3e310d68,Dynamite,SG_BRAND_480693eccff8d78c,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_680b37bba342420a,Dyno's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2e342803541e8c3e,Dysart's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7615a5e3559d245b,Dyson,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_e5f0a6582ca02e893fe14ce69aaa920d,E-Z Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_410b996d77cd6d5c,Eagle Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9931d6a05b351d3f9d739774e05a4401,Eagle Transmission,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_25dcc8eed36bf3f8,EagleRider,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_83ec6d5e51c841ad91678f2a4638a349,Earl of Sandwich,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_524cdb8c51e95b6e,Earl's Rib Palace,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cc5b5ee2ca6419c9089c3b668852ce50,Earls Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e081cb636e190662e9b7ef28213979e,Earth Fare,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_579f3967b3c39d5f,Earth Origins Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_629e7d94b18432f73dc6b772bb6af65f,Earthbar,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_372d9f1b0176688d,Earthbound Trading Co.,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_669ba243af77c74d,EarthWise Pet Supply,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_d435d9a52552728e95ec5bcc3e780ad4,East Coast Metal Distributors,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_6e5fe751a8a6c970,East Coast Salon Services,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_817dccbfc4bc71d323772d168154e4e2,East Coast Wings + Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3aa2d9a48ee3da2e,East Hampton Sandwich Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_da748f0b49eeb0a3e19f6d8156f62345,East of Chicago,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e7c264ce3900208e884e223d1a46f1c8,Eastern Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1b7c368365514f8a69eecee2d3d11c46,Eastern Mountain Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_2178a5b737a08058,EastWest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,EWBC,NASDAQ +SG_BRAND_a111abb3a230bba5652f31a6b0368e48,easyhome,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_d14f555248722668962c97183df9b801,easymoney,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_625f51252c751e79,EAT,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8b8c67c4790d18e913bd84c7ef331e2d,Eat'n Park,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_75f169edc193d363,Eataly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_82c4bc8129950b3,Eaton Apothecary,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1a52cd5cf6fe4102,EB Games,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_9569da87adf5503139590d6fa34ad176,Eberjey,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_8faa4a904e38f01baf687717979f71d7,Eblens,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d61484f1331c7f66061e43b859556409,ECHO,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_c00d4020cb088e257a1325cf210fbfed,Econo Lodge,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_1b5a4c60d5f7ae9ff8672d2f54606433,Econo Lube N' Tune,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_4627588de5d515f764883436c8eaf42e,Econofoods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_a7a8c34b2c0d705d5de2d86987d62990,Eddie Bauer,"",448140,Clothing Stores,Family Clothing Stores,EBHI,NASDAQ +SG_BRAND_74fe448c16e64786,Eddie Merlot's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_325d0aacdda3f77a8e3eafb3da2cae82,Eddie V's Prime Seafood,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a6b1895cff5043f62d7d7a0263bf834e,Edible Arrangements,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_bdfc43e007fe086f,Edition Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_4cd2c5ced846d049,Educational Outfitters,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_16cb9e812f0a6fcb61b6a4e1baada7ec,EduKids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_ce49fd2da39027552888496287fa81a5,Edward Jones,"",523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,"","" +SG_BRAND_1229d6e664920a0b,Edward-Elmhurst Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_fe5379811520e01,Edwards Food Giant,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2f828ec838f5d1480d0cd84955a15c5c,Edwards Theatres,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_83acfb1482dde0d1a48fc4a026c6a5c8,Edwin Watts Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_201b33621941aff2,Eegee's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aaa324af620903ed6eccddea0b6bc866,EESCO,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,238290,Building Equipment Contractors,Other Building Equipment Contractors,WCC,NYSE +SG_BRAND_7b1c93cd8e043a25,EG Group,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_51410110c376ff68,Egg Harbor Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1192c0771ea2a344,Eggspectation,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f4ffc87094ac369a9d8526d1bfdbe790,Eighteen Eight Fine Mens Salons,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_8e66c99aa833dd0ced592ee5ba50e743,Eileen Fisher,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_ca8a7a8d62bbdf5,Eileen's Cookies,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,Einstein Brothers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_eb6849761e4e7c836e6cb61cbcf29e50,El Ahorro Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5dfe49c710f48e04,El Borrego De Oro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_82df1ebc3643f3c6,El Burrito Loco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60574271b77ea7c60ef77d28c874dd45,El Chico,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6abd9100d70ba616,El Compadre,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1a559d32d2ca4f4413766397af8933,El Famous Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a9681e593ad44a0f6f7ce29de95057cd,El Fenix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_356bef9a3ee4ada7,El Gringo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_27b435603b8e30a2,El Mezquite Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_539fbe31c959eebe,El Pato Fresh Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2ffc71f922bc5080,El Pescador,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713a6a36381ce4b4,El Pollo Inka,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_721f5ab43639a6dc48805d22d4844f7c,El Pollo Loco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,LOCO,NASDAQ +SG_BRAND_d3bf94531212a99b7612ddd784e12ca8,El Pollo Regio,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_670606878c514f85,El Rancho Grande,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f920a39d13fb171880fca11bf83edfa4,El Rancho Supermercado,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_60d1a644d1264f4b82258fc18a185844,El Río Grande,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_13531a63644bf598b3c04addea3fb9df,El Super,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_996fb1e129adc04df3e2477a6a31556f,El Torito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d7dba9b0737590,El Torito Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9318a1749c97fce40b4e627bf05f4791,Electronic Express,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_aa705f6455de353113ed4355e1085bb3,Electronics Expo,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4f105f0bf779b27f7b1db18170a4954f,Element by Westin,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ab243d7172e838bce42fae1e4990d8e1,Elements Therapeutic Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_32e2d3edd7102ceb830c2830f11e7dc4,Elephant Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5626f201881dffa8,Elevate,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_0602005fe4811cb3e19caf93139e98b7,Elevation Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7d8481a826aa614cea4de8d1b163dc71,Elie Tahari,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_257b607b469a219858aca44f7703edb9,Elixir Juice Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2301619176c61d10,Elizabeth Grady,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_0d62132cdbd6b368390f1a948aa443b7,ELLE Time & Jewelry,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_11f251f52a587a8d7a1f6b434345851f,Elmcroft Senior Living,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_01e2eeffab0e5bc98cd18bf8d8774d1d,Elmer's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1829840cf57a778e,Elrod's Cost Plus,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ba938ba8dab4da,Emack & Bolio's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1e45f611b9bafb3d37a329882f431295,Emagine Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1e0e18c370035f0d9c0ff6fd07d0d9c0,Embassy Suites Hotels,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_6235fe70234d36ea,EmbroidMe,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_1096135ed1dc5146,EMC Seafood and Raw Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b2c817954b0f1f52e56beffbce29f653,Emerald City Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9d94c0d9865461beff7a67b926713345,Emerson Climate Technologies,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_74b2188d7759381c,EMG,"",522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_4ffb52f2fcfb2348,Emory Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_145fc914f4f7ce13,Empire Eatery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_14b013c1006c43dc,EmUrgentCare,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6afec58ddc0716233e8a8e528bbe9b42,Encompass Health,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_7669ce3ebdf32771,Engineering for Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_6285bea781470671,English Color and Supply,"",424950,Miscellaneous Nondurable Goods Merchant Wholesalers,"Paint, Varnish, and Supplies Merchant Wholesalers","","" +SG_BRAND_75f8072f84074197,Enmarket,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_60234761ca6d6981,Enterprise Bank & Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_64e40d2c0ca6cc06,Enterprise Car Sales,SG_BRAND_9f497514e036d97886867c3fe21baf6a,441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_9f497514e036d97886867c3fe21baf6a,Enterprise Rent-A-Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_ba3709b3fd488978,Enterprise Truck Rental,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing","","" +SG_BRAND_18806a46af85365f,EoS Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6a7e180eabbe882ef704dd844affc39a,EP Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_51f67c8eddefcdf6,Epic Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63613ae9e2c52df6,Epic Wings N' Things,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,Equinox Fitness Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a1dce3387cad75f7701366fe0b86f2f4,Erbert & Gerbert's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_427d1360f433e5e64e87184c256106be,Erdos At Home,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_58d9ef7f883f4505,Erewhon Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2718d6a326a180e7f535828d8a5d091,Erik's DeliCafé,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0678214fa406315efb61a7cffe52cd80,Ermenegildo Zenga,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_4ae9696b77a1b3de1aa306be1ae3c05b,ESCADA,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2ed790550cb16f43,Escape Outdoors,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_74d07f7fd78591d7,Eskimo Hut,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_62bcfc5611bec78f,Espresso Royale,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_72fd44e857509cdd,Esso,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,Estée Lauder,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39cb6c22e32fb3194f7a5b8e798b0c68,Ethan Allen,"",442110,Furniture Stores,Furniture Stores,ETH,NYSE +SG_BRAND_3bc43ee8b28c0cc5,Eugene Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7a192883da39caff,Eureka Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56379b04c603444892186f13788555d3,Eureka!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c26a5430c9ce31679edfa74c24d44669,European Wax Center (EWC),"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_90d6b1b36c15f313aff5a872531c04a8,EVEN Hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5700a31a28da3f56,Evereve,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5b555bdaa5cc469,Everything but Water,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_086e93d57d8c77bfd047e7d9d9fd7178,Evinrude,SG_BRAND_718581b85eae956832d1cae3f600c3eb,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_e937478771160f8c69690f788e05fc51,Evolution Fresh,"",311411,Fruit and Vegetable Preserving and Specialty Food Manufacturing,"Frozen Fruit, Juice, and Vegetable Manufacturing","","" +SG_BRAND_6b41a739cd29d440,EW James and Sons Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_522177b5fdc04d97f9b0be1d5f04a40d,ExamOne,SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,DGX,NYSE +SG_BRAND_170d294b55b3e0bd,Excel Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_78b187faa17bcdd0,Executive Residency by Best Western,SG_BRAND_afc74daf1bb2ac39,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5e66f92099c8ddd1,Exer More Than Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_8196e62d8f6c463,Exhale,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d76e6320c05053adc7d08c99ab6768d3,Exmark Manufacturing,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_54784cf0f028a82b,Exotic Thai,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b144fa061545497bebee8c414efc99a9,Express,"",448140,Clothing Stores,Family Clothing Stores,EXPR,NYSE +SG_BRAND_ebb052acad0f1ee8c75830232699bde0,Express Employment Professionals,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_6fff9671fa24a8c5,Express Lane,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9c7014ce69e620eae4f9650e64c1c9bb,Express Oil Change,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_fb9c429d1285f59c,Express Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_5bc7f37ab824eb50efca20041fff198d,Express Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,"","" +SG_BRAND_d39682a4fb74f036,ExpressCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_dfc82adbea8b049f,Expressions Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_797d3ae0369e285ee3daadc1900f20c2,Extended Stay America,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,STAY,NYSE +SG_BRAND_2ced1d123f3e9d4a,ExtendiCare,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_6b569697506b3c2d,Extra Foods,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_25f99d0cc5d6078042c8f466f6a8fa83,Extra Space Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,EXR,NYSE +SG_BRAND_36f850f4742bb886,Extreme Pita,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7eceb920a8be2d1b,Extreme Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,Exxon Mobil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_2bb751eb0cea731e,Exxpress Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_334ab875c3541dd6,Eye Care Associates of Kentucky,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_9842bf8212f4d6ec0d789fe0ab00f182,Eye Level,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_ad11086bd64b5f760aa727a30784bac8,Eye-Mart,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_21330cc8f59c04e0,EyeCare Associates,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_a38b21a3912334f3b94948b8e8516b65,eyecarecenter,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_5de579562826b9154f3ec7ec52feaf7b,Eyeglass World,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_99f70689eeddcb7398f8a28474159397,Eyemart Express,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_6bb4be9e4400c5e4,EZ GO,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_985500a401c168,EZ Mart,SG_BRAND_72905c858ddd2bd8,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_82873926cebb6895cd6177e1bd0f9c83,EZ Rentals,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_989f44a98739de0,EZ Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2dc50f07ce8e4982,Ezells Famous Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8ce3994bcdc16ac8ce77f6a2541cb92b,EZMONEY,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_cb8de9441038f5cd444af4249de13de2,EZPAWN,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_13fb6536f2c18d1b34f0ad3d45ef2961,F&M Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMBM,OTCMKTS +SG_BRAND_63d23751f78de069,F.L. Roberts,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_69e26c2c38d1753,F45 Training,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_538af4753a9c721d,Fabletics,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_48314cd2f9ed4be3,Fabricland,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_82460f4f9ff9577c9e9a963c233b1060,Factory Connection,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_31de2e192f8dd779,Fademasters,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_36e231a2ea3e9ee5,Fado Irish Pub,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6c8517821cbe4f42e48d9214f49b8b0b,Fairfield Inn & Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_10c3234a47d40c19,Fairfield National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2228ce4e18b639c3ab2251297f397a1c,Fairmont Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1f75ba87763cbaf7,Fairplay,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11a1572395bf98db,Fairview Health Services,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_90f01ffd91f30e324884705ed14a22c0,Fairway Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eb6d973fd2e6c7e47737adaef2677602,Falken Tire,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_1d5cae7139ccd537c1384193a137c6f5,Fallas,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_16a6f9c02e4105a7,Familia Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_cf2218e8e176be76b154f4e397b8ac47,Family Christian,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_6db086b96ff72a99a60c4a182d90fe10,Family Dollar Stores,SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_59da748386cff69f,Family Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cd88ca9d12983b48e2745f5835f5a52,Family Fare,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_8dab8f68f764340,Family Fare North Carolina,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_a2e1ccbcb44b71e2b8a12fc568612dda,Family Farm & Home,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_f62858ef2fada2b92798dd22647ebe13,Family Footwear Center,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_50bf751c588eaa03c26305342596eaf6,Family Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_a5a119a2fdc2abb8,Family Health Care Network,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_57dfd4ceab4f921f,Family Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_b21bb81be1e10d506142f8e632eeda75,Family Thrift Center,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_58f09cb75b2b1f09ceccc9c22051d72e,Family Video,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_f28c509064c7777747a4132afaf17faa,Famous Dave's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,DAVE,NASDAQ +SG_BRAND_b9d5a5d63e4c2cbbd81051ab8ccd109f,Famous Footwear,"",448210,Shoe Stores,Shoe Stores,CAL,NYSE +SG_BRAND_aeab866d007f06cf,Famous Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_93bdc716aa879a51,Famous Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6ce661dfa5b6c1e8,Famous Sams,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_40bfa20864946b5d,Fannie May,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ba4953bbc3ecea3ac23754b1b0f08ab2,Fantastic Sams,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_25eef5d78b51ce04,Fanzz,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_28c563a39ff149af901f63171b82db19,Fareway Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aae613b021d7abbd3edd97e58678a54e,Farm Fresh,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_33e76585535a593201d9f7a4fe49b72a,Farm King,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_778cb22191dd0edc,Farm Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_742cf5dfae9725aad923d871be1529be,Farm Supply Company,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_63262adf78da9be8a85f5f23188eade7,Farmer Boys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09a5ea6dd2c89227ac4b00bb56febe28,Farmers & Merchants Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMBL,OTCMKTS +SG_BRAND_455608b63fab8b6e1bbd15a9d045e7f7,Farmers Home Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_ee53498a2846250eb753e44e4042a679,Farmers Insurance Group,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_14b83c7d5a058e6b,Farmers State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b5ed1ed0da21da91ef0c7b0cee0e391f,Farrell’s eXtreme Bodyshaping,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_d4b42cf1829ef26e,Fas Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5f02e4e95d184879,Fast Auto Loans,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_653db51c2244b7f0,Fast Pace Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_765df28c4b057da6,Fast Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_123f9f2f1c916ac8,Fast Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1f789d93af6256a6,Fast Track Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7f6f2c801cf5a496c96d6ad6976fa4bb,Fast-Fix,"",811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,"","" +SG_BRAND_50660a822ab2e47648b72750d4256f7b,Fastenal,"",444130,Building Material and Supplies Dealers,Hardware Stores,FAST,NASDAQ +SG_BRAND_4d0f1884e1362472,Fastest Labs,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_73d3b4a6bf66a8f58ceac859871b1639,FastFrame,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1248a42c18201bea,FastLane,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33717708342ea32b,FastMed,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_7fc4428a9d2e5baf,Fastrac,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3c881ddc55c53778902f4eb1363fc6a,Fastrip,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_14c8cdb3bcb5ef6bd17e74a33cd5670b,FASTSIGNS,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3a455da03b9b0d3,Fat Mos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_347ea7e394abcea1,Fat Tuesday,"",445299,Specialty Food Stores,All Other Specialty Food Stores,FAT,NASDAQ +SG_BRAND_2dc4aa06b09f0f344834948f9b730785,Fatburger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_26eaab71e1222477,Father's Office Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2f97fad9a658e5c36bb8e02187ad3a9,FATZ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_731831cb47dd1858dbdcf06e3b19aec8,Fazoli's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2dbad6e5a2b4c7ef027f2dbc2884191b,Federal Mogul,"",339991,Other Miscellaneous Manufacturing,"Gasket, Packing, and Sealing Device Manufacturing",FDML,NASDAQ +SG_BRAND_a8cc46412bb566d8f9244cf5807512ba,Federated Car Care Center,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_3bc5375f2e51a278,Federico's Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51f62da8d76022e2,FedEx,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,FDX,NYSE +SG_BRAND_d08ff75739fd37f9bdfd79229d24b18f,Feeders Supply,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_cab3e1ee0f5e480ce850765ad9f5528a,Feel Rite Fresh Market,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_e6ea0b3f88e22276c807f9f50199057b,Ferguson,"",423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,FERGY,OTCMKTS +SG_BRAND_414b70f8f9d4018c4a85feb9441904c8,Ferragamo,"",448210,Shoe Stores,Shoe Stores,SFRGY,OTCMKTS +SG_BRAND_0911054d8ad47cc256400031197f3e97,Ferrari,"",441110,Automobile Dealers,New Car Dealers,RACE,NYSE +SG_BRAND_dee73bcfb8c0d77741bdcb1477b29baf,Ferrellgas,"",454310,Direct Selling Establishments,Fuel Dealers,FGP,NYSE +SG_BRAND_f87eb669657376982ea0184c3c27c0bc,Ferris,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_7be63867c5bf6648,Festival Foods Minnesota,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7273d677486f8733,Festival Foods Wisconsin,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_76bdb26dab80b8d7,FFO Home,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6c05c565775c901522d586265cecf151,FIAT,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_3118e9dbb4e557ce,Fiat Chrysler Automobiles,"",441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_a4da839adc12a6e53da59c200bbf6abc,Fidelity,"",523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,"","" +SG_BRAND_1dcc1e0ef96dbee3,Fido,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,"","" +SG_BRAND_6ab5791f4e04b1cc4658a8a5ad1e5ce4,Field & Stream,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_2b72d37442b34f6fa9f8645fc3944990,Fiesta Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e9c772a37bc4c300c824f282f6fedd99,Fiesta Fresh Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71c8563f7c1b724d,Fiesta Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_53f2ba12360c2b4aeac1f9163e3e9d0b,Fiesta Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fe4ebe7ad3d1484,Fiesta Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_dfa5d1a8cb415413d7488ee070dca730,Fifth Third Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FITB,NASDAQ +SG_BRAND_26080e8df764abc,Fig and Olive,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6402e0194b6a6481,Figaro's PIzza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_245e7682dd780311,Filibertos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bed20f7e98adec7943666c1f930e97eb,Filson,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7238cd9c52a0a3e1,Fine Fare Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41f7e14448347875,Fine Wine and Good Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4aa1fc7f186104ae5dfd83ed025d6986,Finish Line,"",448210,Shoe Stores,Shoe Stores,FINL,NASDAQ +SG_BRAND_1bc74b3ce2e4fb8f,FinishMaster,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_bcbd794eb55c3162,Fink's,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_7f70878a2d33031a,Finley's Barber Shop,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_3ad7920882040f79,Fire and Ice,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dd31d8de4dba95e6ded256afaa61c2d,Fire Mountain,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_e3557c64d144d5066977b3187e7d6859,Firebirds Wood Fired Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dd5a72dc21491c1ed188f60c7bc94d0,Fired Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a508445847685e426174fb21affa82bb,Firehouse Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2d261ba9475736d23c0c4bd48eab76b0,FireMark,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_4e396add4590776c,Firenza Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8cd3015bd66459919ee3d72cfb148f6,Firestone Complete Auto Care,SG_BRAND_0fa1baac13a25977,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,BRDCY,OTCMKTS +SG_BRAND_ebdd9e19ef62bcd61c8b7b7761e05411,First American Financial,"",524127,Insurance Carriers,Direct Title Insurance Carriers,FAF,NYSE +SG_BRAND_e5b8469206e452cd7307f2b70f578fad,First Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FRBA,NASDAQ +SG_BRAND_4cab5c28cedf861a,First Bank Tennessee,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6955ba65f8646e0d,First Cash Advance,SG_BRAND_238df7e9b8c830c1,522291,Nondepository Credit Intermediation,Consumer Lending,FCFS,NASDAQ +SG_BRAND_7d5cd74a60a6c4d4,First Cash Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_3385bd69e1678519,First Choice Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_e4f69179ebee860115d0e0dfc7a249b5,First Choice Emergency Room,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_f2d8149d22f2ac09,First Choice HairCutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_d4f82fec590aeae82c525da824297f50,First Citizens Bancshares,"",522110,Depository Credit Intermediation,Commercial Banking,FCNCA,NASDAQ +SG_BRAND_e7ee3cc7b8911396010954272237018a,First Convenience Bank (FCB),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_186bce691b86261c82d885de394b2e4b,First Horizon Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FHN,NYSE +SG_BRAND_76b3adfdeb5a9329,First Knox National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_46d5c682d3cf330f,First Republic Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FRC,NYSE +SG_BRAND_bec30db0b0fb2958461c01a4511b959e,First Student,"",485410,School and Employee Bus Transportation,School and Employee Bus Transportation,"","" +SG_BRAND_35c251c1a25a81cf,First United Security Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FUSB,NASDAQ +SG_BRAND_5bc8e7226ee1d2007b08dec6d1879c7d,First Virginia,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522110,Depository Credit Intermediation,Commercial Banking,CCFI,NASDAQ +SG_BRAND_1f3cb3b10de6892,First Volunteer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_8bf93b60eab0307bac61499d0de26371,First Watch Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_238df7e9b8c830c1,"FirstCash, Inc.","",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6a9159ed4b65adae,FirstLight,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_cd194409f5cb8ebdd2b71c32f32013dc,FirstMerit Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FMER,NASDAQ +SG_BRAND_7d90238cf0eb7701,Fish City Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f64dd5c7555be45,Fish Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,Fisher Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3ee53b258f504ad0,Fishers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_86c707e4d3cec5d,Fit 36,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_15d8c44d5962c67e,Fit Republic,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0cfb328cad95bc34,Fit Republic USA,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_27d98bff27de846dfd88dd9baec859a7,Fitness 19,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5a746bf48b160572,Fitness 4 Less,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_34ef97de45389d08595b7118838a8aff,Fitness Connection,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c9a1894c503c9be54443cf7dcf7322ec,Fitness Evolution,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c7c47b59706c550401f78be19cd5d10e,Fitness Factory Health Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a41afb5cb94639b72ad3601f83114800,Fitness For $10,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c8c9e5abd3f648c5888eb790561c94b3,Fitness Formula Clubs (FFC),"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dc2ada2bcd02aa241bb18c1ccc180723,Fitness Headquarters,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4426cd9141981449,Fitness Premier,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a25b790ab857f8e59b7244822d0502cf,Fitness Together,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b219177af6eb3b280972603f3fcf152e,Fitness Unlimited,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99118e6bbb7094968732ed362d64c787,Fitwize 4 Kids,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_99bae980539ef4310d6bba65fbc64883,Fitworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_64e6f1d7a062800d9d8b437b704f9c3c,FitZone for Women,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f25071e778c22839c918302c0f22bf7,Five Below,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FIVE,NASDAQ +SG_BRAND_87b52f7d201822f23c1015f8e9beb4b1,Five Guys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_67563d5e2da839ed,Five Star Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_91f780542205658734272a26f182d806,Fix Auto Worldwide,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_7c4d096dba6a68ef,Flagship Premium Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_28c09a2fd633723c,Flagstar Bank,"",522110,Depository Credit Intermediation,Commercial Banking,FBC,NYSE +SG_BRAND_4d1a9271f8ec9241,Flanigan's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDL,NYSEAMERICAN +SG_BRAND_2c482f00c9720be8,Flash Foods,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_5fc3f6b68c530aa5,Flavor of India,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cfa4883eb7f3e3892fe04191346c192,Fleet Feet Sports,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3087255e4447487,FleetPride,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_930a53414b8a84982438a553fa0158da,Fleming’s Prime Steakhouse and Wine Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c6f38a20af7a167077ee8d4f6f56b148,Fletcher's Tire and Auto Service,"",326212,Rubber Product Manufacturing,Tire Retreading,"","" +SG_BRAND_2cd372c185d7836c,Flight Deck,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_57d78df0bf053bd6,Flight Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_66538109a69748b1,Flipper's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4660970002703be2,Flips Patio Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2645e1762d7fdfbf,Floor and Decor,"",442210,Home Furnishings Stores,Floor Covering Stores,FND,NYSE +SG_BRAND_f50518547f6b40b532ecf450355f0ef9,Flooring America,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_17b1cf0ea1fe75f3dd28149bb9d6af49,Floors To Go,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_623132f939a66be3,Florida Tile,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_173fd93dc2ff72de,Flower Child,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d1a42ed2a65575165bc7ed8047f37952,Floyd's 99 Barbershop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_af452350d64b3c08,Fly High Adventure Parks,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5ca1de498b639ad7,Flyers Energy,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_3cfcd2b742e54089,Flying Biscuit Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12ec635d7ce55895,Flying J Travel Plaza,SG_BRAND_70ee541161859d65,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b5fb310e15b4741a5966db5941131444,Flying Saucer Draught Emporium,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_5eda4fbb81aa8306f70b52433dd6d29e,Flynn's Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3b3333a5b2850448a28f062179445f48,Flywheel,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_f541bcb6ec62de093416a7c8de510e84,"FNB Bank, N.A.","",522110,Depository Credit Intermediation,Commercial Banking,FNB,NYSE +SG_BRAND_3626cf91f0dde442,FOCUS Brands Inc.,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_61b1e7f9dca4976db881a446f1783193,Fogo de Chão,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ecacc24c03d85f28f90b088bb880d310,Food 4 Less,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_230e87706d264607cbf0e8195d57fe18,Food Basics,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9b717b43a6f815b3c972587291ef1bc8,Food Bazaar Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0c6c4ce554bb53513678968c086c5457,Food City,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3a448550c130c482,Food City Arizona,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d60fa634a66dc94,Food Country USA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eacdfebc6e2f3ee,Food Depot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e346fc7fe5867fb,Food Dynasty,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_52a3a8316a4edea2,Food Fair,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6b39e55006338c63,Food Giant,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a7b846050a07f86,Food Giant Alabama,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_352ba9d09066af4a,Food King Cost Plus Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7e98d750c0dde403bb1d17623945992d,Food Lion,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ca39897f1275b2a,Food Pride,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ffb7e3d744f0a5c9adc770a1e6386ee6,Food Pyramid,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_70869ece06e88963,Food Rite,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30e17fcd03c554a2,Food Source,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47175df7b4e35bc2,Food Town,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_723cf40d550989bb,Food Universe Marketplace,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d05335f3fb85d10,Food World,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_750d45758a2c9ec1,Food-N-Fun,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d3974af9f9a465756409666ba5c11afd,Foodarama,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,FSM,AMEX +SG_BRAND_7bd968c25d8d9f8e,FoodFirst Global Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a15b481d2c11e7f988ecba7e8c6c284f,Foodland,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_44af1b941d98b515,Foodland Canada,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_26f624a277c29a8c,Foodland Hawaii,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4fbc1604aff2a5fc,foodland market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f2ed1ab590803b785195703c3b27e99,FoodMaxx Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_717eed43f3cd35cfd2b3ed16b2e650f4,Foods Co.,SG_BRAND_1f852a23da4b7250,424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,KR,NYSE +SG_BRAND_6370839ae545be53e6ac733009a92d31,Foodtown,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,Foot Locker,"",448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_cb5ce3058eeb180d79b51be3dcd9573c,Foot Solutions,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_13529703fae8683ad31772653e7914a2,Footaction,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_aef2c0e56a5406b4c27006ca3767a7d7,For Eyes Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_80ca06abfa1a5104af9a770f485dad07,Ford Motor Company,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_8310c2e3461b8b5a,Ford Motor Company inc,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,F,NYSE +SG_BRAND_796a6b9ac4adcd05,Forest Hills Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_88461a3df4ffdc97,Forever 21,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_4ad20df6272a6b8d,Forever Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3b7658a11dbaaeb8,Forman Mills,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_460af12b88a0e532,Fortino's,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_468cf000dbb98bdf,Forward,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_32af5b2bda3a84b5,Forward Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_22fc4f79e25284f0112eb399bdb020a4,Fossil,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,FOSL,NASDAQ +SG_BRAND_c77645baba64e3580eeedad72c9fd653,Fosters Freeze,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_956a1e0bbb3deda859969a4d1e04125f,Foundation Building Materials (FBM),"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,FBM,NYSE +SG_BRAND_2c3134294b6fdf81,Four Brothers Pizza Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3818864a076acaa8,Four n 20,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_250ca707e8ea8be292656eb89b8abd86,Four Points By Sheraton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f317a0dc5ad99e19170fa4428f6aca4,Four Seasons Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_157e04e0919cf635c64f5c7ba3edf444,Four Winds Casinos,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_4cd6dbf9ce65d11b096b61ef178f8681,Fox & Hound,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_1cdf9912438107af,Fox Convenience,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_57bb52a4446333b,Fox Rent A Car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_aad7dec02069b7c9e704040eed91fd7d,Fox's Pizza Den,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42caa3f5565190895ca23cffd7d99d47,Foxworth-Galbraith Lumber Company,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_4bc4e4d911821d46,Fractured Prune,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_50f19efaf9b23400,Fragrance Outlet,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_10fda0b6156ded42,Francesca's,"",448120,Clothing Stores,Women's Clothing Stores,FRAN,NASDAQ +SG_BRAND_5c5330b929078776,Francesca's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_97000ff82e1283fbe44b6ff10b75259d,Franciscan Alliance,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_76c15150b0bb875c,Franklin Synergy Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,Fred Meyer,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_28097aa5f869e2a56106d285f9107e11,Fred Meyer Jewelers,SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_e2aec86de8b92b5ab8e16b968c948248,fred's,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FRED,NASDAQ +SG_BRAND_19c4152a71673864,Fred's Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1330b29481085f7ca652e349c499900c,Freddy's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6240cf4952b2f042,Frederic Malle,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_9bc509d2ba7f504f28d0ffbd303f1fdc,Free People,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_4cfedcbb1f04698f92f71a082a4132e9,Freebirds World Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_74c858f90e3f3f9a,Freedom,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4c674ac35bb162f2,Freedom Express,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5342b56b5fb244de,Freedom Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5bbcaf4b4d45f642,Freedom Valu Center,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7a9e79dcd0175827,Freehand,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_9a1038e46769c571f2bb05253088677e,Freeman Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_4f35805991e67d975d44d2200d8136ad,Freeway Insurance Services,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_5476c8e70c99fe1b,Fremont,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61b9b7fbf37d54c0,French Connection,"",448140,Clothing Stores,Family Clothing Stores,FCCN,LON +SG_BRAND_30d28d22e965c313,Frenchys Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1edc3a4b590741a663bbd69890909969,Fresca's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f5e36f10e287e9b4cd87e96a9baf098c,Fresco y Más,SG_BRAND_25e04fae32468b591567a6a753fba971,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e5014d09354c41dedf58bc47f2cdf944,Fresenius Kidney Care,"",621492,Outpatient Care Centers,Kidney Dialysis Centers,FMS,NYSE +SG_BRAND_fe8965a9748c1bc48af1711be837124e,Fresh,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5b9dd7a700d706fa573fe9894a0b049c,Fresh and Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ae4bef91c62ac950e32e42e6687946c2,Fresh City,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9c8b959d1a0f26e,Fresh Foods,SG_BRAND_5294233e5c7e4164,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2c0c58e0ba98ea34,Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ef791ff7fd09ccf82d160311909beb1d,Fresh Thyme,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_77042d0a15b3eb3a,Fresh to Order,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6941ee98f89b15bb,Fresh&co.,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_23680e8297ebb2cc2eee5f33e9dadc62,FreshBerry,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6468e1b2ef97aa57,Freshie's Lobster Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cc759ce657fee52c1a1e47715fa23aba,Freshii,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,FRHHF,OTCMKTS +SG_BRAND_929631349ba04c8765dc0d8fe4274303,Freshpet,"",311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,FRPT,NASDAQ +SG_BRAND_742603016ec97bf8,Frida Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4b2088dac34d882a1007064a13c61b5,Fridley Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2df67b1d26714b15,Friendly Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_46a7cd9ce6587168,Friendly Mart Food Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_61fb4dba034c89576124d7b79f20a9d0,Friendly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e2e9e08a2c61b04,Friendship Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eb2b494e06a4be9a4f811b1fb8864be1,Frigidaire,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_02cd4f0a80615d2e1529a2eebc67e08f,Frisch's Big Boy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,FRS,NYSE +SG_BRAND_c00ef3166cb0c9d5,Fritou,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1dafe722d041ba6f,Frontgate,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c7c05fd33a848c557264a82eeba2de40,Froots,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f12886e0e0db9eb2aa5b9b3efe8788ed,Frost Bank,"",522110,Depository Credit Intermediation,Commercial Banking,CFR,NYSE +SG_BRAND_35b3434b8fba9b1ba55cc19225ba141e,Froyo Premium Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4fd42ec9c52e0f33e49ae1cf16e370be,FroyoWorld,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c180ba86764bfb975633ff96b1f1ef35,FroZenYo,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_a603e2ceaae1e36241c6df3019f072f2,Fruitful Yield,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_6f393305ccfd484c,Fruits & Passion,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_7fdba5242275f5296e5f7cc47be591c8,Fruth Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_782d938676a29e08f574f066d1c1c916,Frutta Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_70d2d47e84ab9b1f887f572886e48542,Fry's Electronics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_bffdaf530693cc431090606647e1377c,Fry's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_193898e4896bc4b21195c1b67b561309,Frye,SG_BRAND_8dec87ebe111e2b4,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a2ce3a155d8af3334d121c7396155d88,Fuddruckers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_346f800349b8b8cb,Fuego,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_3d2bb16ea6237d91,Fuel Body Lab,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_19deeb23f9343164c8352e0672688d37,Fulton Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,Fulton Financial,"",522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_384b815a52b0284a,Fundamental Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5475d3e322e2cfb40d7a3abf7abcfcd7,Furla,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_a7f83b9bcb06afe6cc7217a577749343,Furniture Row,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_54ae65d96e5b6c6bec769f9cb44d80a2,Furr's Fresh Buffet,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1721eaaa59918929,Fusian,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3955b1877c96d2bd,Fusion Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6da10992c6c59a5b94d993e161a5fd7d,Future Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c566b6d1c120c4d1f9ff0097661ff238,Fuzzy's Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7ad125fd27f565e6,FYE,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3b9c50b86f9a94ef,G By GUESS,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4148da250c09720e,G&M,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6282e9b68f8b7451656feddf4a3052ad,G.H. Bass and Co,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448210,Shoe Stores,Shoe Stores,PVH,NYSE +SG_BRAND_a1819225445fb951f097798ca3c7750e,G3 Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_e366f76d048e832,Gabe's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_2f07ed6494f84bed,Gabriel's Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_32a04cfe3213396,Gadabout's,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_170eab03c9c717a4,Gala Fresh Farms,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7eabb57cf534aa03a761928d3a93d898,Galaxy Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7952899e84d51ba7,Galvanize,"",611519,Technical and Trade Schools,Other Technical and Trade Schools,"","" +SG_BRAND_146f1ed78b324031,Gambino's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_312feb8d5c07198893fe324dab218928,Game X Change,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_2207a58020b5fe85,Games Workshop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GMWKF,OTCMKTS +SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,GameStop,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_e070bb063a8d0c3725b4ad85450af6db,GameStop Ireland,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_1cbe3535c970f32a,GameWorks,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_a7900b5105a34e5860afc331ef871229,Gander Outdoors,SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_453af3f623b289bd,Gandolfo's New York Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59dcabd7cd2395a2,Gap,SG_BRAND_775ccb8f3508c66f,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_775ccb8f3508c66f,Gap INC,"",448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_842a116566a9461883980b9817711cef,GARAGE,SG_BRAND_480693eccff8d78c,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_fe2b069cc885bb096d501a5811a19d71,Garbanzo Fresh Mediterranean,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a9a537f2ceb1a64,Garden Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d0d87751120e48f31d15a5611c5a0fd7,Garmin,"",334511,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing","Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing",GRMN,NASDAQ +SG_BRAND_26babe6ae66436140e2092abbf1ff979,Gasser True Value Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1818cedf1c2bed8c63664cc8313b443c,GATE,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_59fb4171b05bf886f63eeeb983380942,Gateway Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_5f4eecb8c3ee449a,Gators Dockside,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3212c8176030a3c5,Gatten Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_051b3172fbb9d6062c7273f7c6d0d4bf,Gatti's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e31c6cf7776cb912,Gaylord Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_3856f56f151cdde1,Gaz-Bah,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0e00314b3dd2205380142530d12f1326,GCR Tire Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_56be9a733d201645518ddaecaf1563ed,GE Appliances,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_22967a367767e81fb03b73ec8c1e1838,Gebo's,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_a42997fdbbcaa3172ec5a760b09b4499,Geico,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_4849346a21a0fc9aecc7853144908f6c,Geisinger,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3e915ea56af0e340,Geisslers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e29fef73bfc647b2b169a9669fa478d3,Gelson's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5493167b2b3cabd469a59b7d75d47325,Gemaire,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_b46a821ac82deb7f,Gene Juarez Salons & Spas,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_1ec33dfd64b77049,Gene's Heartland Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f28f88dcd25b085c72ea9e7a5b6d8cbd,Generac Power Systems,"",335312,Electrical Equipment Manufacturing,Motor and Generator Manufacturing,GNRC,NYSE +SG_BRAND_09fcf13a3339566e,General Motors,"",441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_13f89141c8fee24a,Genesis Auto,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_5d643420556b2667,Genesis Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f69f246ab439a6bd9e84e79856f6fe68,Genesis Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_289ffeb2a745ccf51ca89a297f47e382,Genesis HealthCare,"",621498,Outpatient Care Centers,All Other Outpatient Care Centers,GEN,NYSE +SG_BRAND_8e077d8494214bfaccde43777d7a9323,Genghis Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_609b1bdbe05b8448,Genisys Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2cc2e55bc0eecbddfa686303e762afa7,Genius 3D Mammography,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79bfc9b11ccaef5b24065e3dda9418c8,Gentiva Health Services,"",621610,Home Health Care Services,Home Health Care Services,GTIV,NASDAQ +SG_BRAND_ef7da218b538b88b7027be771b81c523,Genuardi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51438a643c51841a,George Webb,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a4bfe0f8655304,George's Greek Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a34bf07981b6c1b221151bf76aa6d0af,Georgia Boot,SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_a78dc126a7c52e77c7c7a951547d0bfa,Georgia Farm Bureau Auto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_cacb98f6bd8ad7b8fddfc60e4dab5388,Georgia Theatre Company,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7d60d6dcda1fb8a5,Georgios Oven Fresh Pizza Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3876eccf813d63d4abce7a4d55ba5eef,Geox,"",448210,Shoe Stores,Shoe Stores,GEO,BIT +SG_BRAND_bc70ac72c2842e9d4480ad19788205eb,Gerber Collision,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_8798495c47e8240475c0e350728fae58,Gerbes Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_4a2f237ca8b08408,Gerrity's Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa4c23b9549b25c,Gertrude Hawk Chocolates,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ea7113264d4897fff66cfa2b54fa616f,Get Air,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7e4af82d35cba88e3e7e08a1df460def,Get in Shape for Women,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3dc0f5fa37de36083a9f98fd6ac330df,Get It Now!,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_2985b3264c4b015b,Get-n-Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_77e00d4d1af0a3db,GetGo,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0bfd865b7df719679b90d8a19e4da1d4,Ghirardelli Chocolate,SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_0b9e5ed5779d101fc49f352af5f65b5f,Giant Bicycles,"",336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",9921,TPE +SG_BRAND_2f3a0cec435bfb6b,Giant Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b383276b7ba564c03eab20de61f06b92,Giant Eagle,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_446f6886a10039cb,Giant Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dfa196ec5ba2cf36,Giant Food,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_66bde8c0f4a4dfdaea9291efa4b3c7a1,Giant Food Stores,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_62328ccf415e038f,Giardino Gourmet Salads,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f1a5014231dfa4eedd0c884c88abe0c3,Gift-ology,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_5482886528e4f7e22569946e738bcdf8,Gigi's Cupcakes,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_229bb7e6c30d53d4,Gino's East,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11d61c355d025948f7316be305240f53,Gino's Pizza & Spaghetti House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1caff9ff863276b9,Gionino's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e2698030228f627d241f5b17b3da5b42,Giordano's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GRDZF,OTCMKTS +SG_BRAND_cffd8e5634652b989687ccd942c05785,Giorgio Armani,"",424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,"","" +SG_BRAND_bd83b3155dd31a49,Giovanni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b27db557fd442c75,Git 'N Go Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d8d6c120e618afb,Giunta's Meat Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_34de9390d0e4258808ed7bf6368f2177,Glass America,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_59034ea8c523772d5719a2b5203669b3,Glastron,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_5af64a2dd0efa1d6,Glen Ivy,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d694f46734a4524c8e51d2d1d2261acb,Glens Falls National Bank and Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_519908c0abcb12ad718186b495c62edb,Glik's,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6da4014a7042645,Global Pet Foods,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2cd5189bcd688141e56f5ea52cfa5937,Global Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,SELF,NASDAQ +SG_BRAND_12f50eaaf046de68,Globo Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_41dac50831cc331d40648d3c47121db1,Gloria Jean's Gourmet Coffees,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f5615512a8e531f,Gloria's Latin Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50b9f0631cf5ab6b,Glory Days Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_78bc717bd8a1a1f9,Glory Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30f39351294fed60,Glossier,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_432e7a266973e1b0c0d0606f6594da65,GMC (General Motors Company),SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_825716a5d0abf460d1757065168afcb8,GMS (Gypsum Management & Supply),"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_4709e5fc9280fbd74e23d1d4f930841b,GNC (General Nutrition Centers),"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,GNC,NYSE +SG_BRAND_1c00d705e0d7a718,Go Chicken Go,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_712d15a1b8802f5d,Go Loco Street Tacos & Burritos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3723405978f82efafce4fd284fe4ca10,Go Roma,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7e07590850f6a09f,Gobble Stop,SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_646faf2f465c72d091023a362c303c51,Godfather's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e1fd0fa41775a60fe233aca3d18de774,Godiva,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1fe30651be2737b1,Goin Postal,"",541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,"","" +SG_BRAND_734f5ddc846874cf030fcd019a74777c,Gold Star Chili,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ff28a605439972fe65ea61ab6bbd087,Gold's Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66dd3addc911442,Golden 1 Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_3ff898349441b12c962d1fb1fa323cfb,Golden Chick,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c4663803c2868ca,Golden China,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37b906124bc3dbe4910fb6222a8b37eb,Golden Corral,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_722a057b42728ce7,Golden Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0fa741f76fc2f1c7ee8954f48881f714,Golden Krust Caribbean Bakery and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b70340776e3994a410b680c852fd4a23,Golden Living,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_31de33643fd0afafc7ae1eeecbb8598d,Golden Nugget,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_39d57708de0ae588,Golden Pantry,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_60fb535c19ba1a84cc06207015be49e1,Goldfish Swim School,"",611620,Other Schools and Instruction,Sports and Recreation Instruction,"","" +SG_BRAND_62ff1ff8ce25bfef,Goldman Sachs,"",523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,GS,NYSE +SG_BRAND_bdc18693c79a39df41b8391da02c1c0e,Golf Galaxy,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_8fb99b9cc188fd7,Golf USA,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_04b7ded5c8a92e1e,Golfers' Warehouse,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_42f00ab637a3e0f4,Golfland,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_e8cd1a01f5da6188a17e771172050e79,Golfsmith,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_77f605854551482e,GolfTec,"",713910,Other Amusement and Recreation Industries,Golf Courses and Country Clubs,"","" +SG_BRAND_d8a81bf290900fcac2f9307e486b97e9,GoMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_545acd2b28ca3bed,Gondolier Italian Restaurant & Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_288f3a034e9c4805,Goo-Goo Express Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_5e12e83b9120546d,Good 2 Go Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4cdf5b2c8fb8f387,Good Day Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_f6b0f729d9edf263a2ff3f06cabd6728,Good Earth Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_14f2e883f35d769e,Good Fortune Supermarket Group,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_10ef923224a6c1b486ec28417ab74d0d,Good Times Burgers and Frozen Custard,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GTIM,NASDAQ +SG_BRAND_5264aedfccfe9aa0,Good To Go,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_cac3765bc90922e0f3161158565db563,Goodcents Deli Fresh Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3f04f310923440bfb7f300417d460b4f,Goodman,"",333415,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing,"","" +SG_BRAND_1edbc927b32ce53af718201f569dfae0,Goodrich Quality Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_4ca6f6678c8c72c48310ae8b261c9b6e,Goodwill Industries,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2ec957254f0cf188,Goody Goody Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4b76770989b17a0268a5428efec0ae56,Goodyear Auto Service Centers,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,811111,Automotive Repair and Maintenance,General Automotive Repair,GT,NASDAQ +SG_BRAND_7bc3d0016a136896,Goodyear Commercial Tire & Service Center,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,Goodyear Tire & Rubber Co,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_fae48665591f2eb,Goorin Bros.,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_3fea35d115751af5,Goose Creek,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_e63be0fbaa85c8e95236434423e8794f,Gordmans,SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_e4f6f8ed167af0568ab5ca829f543ce6,Gordon Biersch Restaurant & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_faa9afb39c362a2294c8e4f06413a1e0,Gordon Food Service (GFS),"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_c471ef7810735e2,Gordon Food Service Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_57e9ee7bcf46c84ae6d7947713511074,Gordon's Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_58b2e817dbfc473f,Gordy's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3b2f953b9d6735b4,Gore Mutual,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_bdf121be63d33868,gorjana,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_8018f6c174d0b206,Goshen Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3f5b43368e46e97ae7e1db0a822c19f4,GoSmart Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_326bd9931e65f8860fb6b296c9fa079e,Gotta Eatta Pita,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7402fe6e206259c5,Gourmanoff,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e2469589d17de5c7690e355465897cfa,GoWireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_424a47b33a953161,GPM Investments,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2b9bee725ae4767a,Grabbagreen,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1fc57613a0ad8ba7,Gracie Barra,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7925115ce60ba734,Graduate Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_eec0d85eaa1a861,Grady's BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5fb1a9ef3d0e9c86654e960cdead18d7,Grady-White Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_7909423aac2c52b4,Graeter's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_37a34546734be0ac,Graffiti Junktion American Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4bc85f9dccbcbffbf8672cf291857209,Grainger,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,GWW,NYSE +SG_BRAND_eaee99c7f3d6f11167b344cf366ad7ae,Grand Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_fd135054ed43231d66a2017c3f5dfa7e,Grand Lux Cafe,SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_171c106e6c52c921e99d3249b9def8e1,Grand Residences by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_1cbdf3c75485b223900fb4d8fc2ad707,Grandys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8ecb28d3352968e0a4099f0e47bd7996,Granite City Electric,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_23b3731fa46c4e7ea314419858fa96df,Granite City Food & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,GCFB,OTCMKTS +SG_BRAND_1eb952e914a8c8b7,Granite Transformations,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_1c5f5a8cad1251fa,Grant's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4607c7b9b441f486,Grauls Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e2060e5241bf08e47e00f199e1bee668,Graybar,"",423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,"","" +SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,Grease Monkey,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_a4f371ce2d9a04dd1f63c4d187c138a7,Great American Cookies,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_d0d47c6b30bce1091e9bf1fda1cad5fa,Great Canadian Dollar Store,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_2455d18c3dd9107af26c64a7f7248edd,Great Clips,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_65d164e8513ffd26,Great Expressions,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_5d2564f24e50f2d114deaa19321c8086,Great Harvest Bread Co.,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1954fdcc5aeff318,Great Khans Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cc6411c3b4aae2e,Great Lakes Ace Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_2eee92736b009e7e,Great Maple,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_594867867cf3ae3c2048a4f1960b7e97,Great Steak,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_16e8e24a269674b8,Great Valu Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_396d105f46eef4897ffba873aa8da6b2,Great Western Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4867e8e023353717,Great Wolf Lodge,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4aefbc12a77d904860d0863142f3ae40,Great Wraps Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a77048004d55dd4156db7e307fb8418,Greatwall Supermarket (GW),"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0829c0b3c4181b52,Green Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_c6fe7e672ae08b485a3d72e561b03d28,Green Dot MoneyPak,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,GDOT,NYSE +SG_BRAND_255a657997121455,Green Dragon,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_47b51dce5fb6725c9b9e874168188002,Green Leaf's & Bananas,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_905de1bb92457baf,Green Mill Restaurant and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6787b3466a569caf,Green Valley Grocery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_ab527ee73f2234087df51874af66ff6b,Green's Natural Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_52a532a67c47ef8dcb783c268aac19d0,Greenberg Dental & Orthodontic,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_f1d6fa11add5a90e738607dbd04514ce,Greenville Health System,SG_BRAND_de855d293f0e97fd,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_35964dba3c310afc,Greer's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9c9f42ad5c33f50d,Gregg's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d2a4976fd5c9db02,Gresham Petroleum,"",447190,Gasoline Stations,Other Gasoline Stations,"","" +SG_BRAND_00534653800d6b45f86fff2a56176689,Gretchen Scott,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_22b83f20de1114bf,Greulich's Automotive Repair,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_48214cd2e471ddf84b599837b35fb6b9,Greyhound,"",485210,Interurban and Rural Bus Transportation,Interurban and Rural Bus Transportation,"","" +SG_BRAND_3bb370e5a4a93cf0,GRIFOLS,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_7c2a877b1ccfacb7,Grill Kabob,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_287b3280e9ff288e,Grimaldi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_929a7f678808c12,Grimaldi's New Jersey,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2d6c71821cb1cb826553dd9503d4eb20,Gristedes,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7ef63f527e21f2194321617c31cb7d05,Grizzly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9e6a116e2102e9ed04a7e0d2cc691f19,GRK Fresh,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_875a8a43639ba6e,Grocery Depot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3d7134273e99583d03e4c0f621182f1f,Grocery Outlet,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,GO,NASDAQ +SG_BRAND_9146ebb47a22f437740df18d5695dad4,Grossman's Bargain Outlet,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_4e24464f65455183,Grotto Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ceb6ce74b02b96,Grotto Ristorante,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5c81caf67bb9835975b32f39df0f1f19,Groucho's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f0ce14ba436219f8cfab41be26c72520,Ground Round,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_480693eccff8d78c,Groupe Dynamite,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_87fa549ddad11b2750b8dfc5403f4de7,Gruppo Papino Italy,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b5d40770cb8c055d1acc1380b173b406,GT Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_217d8735e8c763f387a1478d6e42245e,GTS Interior Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,238310,Building Finishing Contractors,Drywall and Insulation Contractors,GMS,NYSE +SG_BRAND_24b4b388e8fb734a395ec5c3d0ad258c,Gucci,"",448140,Clothing Stores,Family Clothing Stores,GUC,NYSE +SG_BRAND_44fc6c9812b78f5e76f9b25892fe6ad9,GUESS,"",448140,Clothing Stores,Family Clothing Stores,GES,NYSE +SG_BRAND_a8bb4fe603a702d4,GuestHouse,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_53660335a48dfb675f45d1b5433e2cb4,GuideOne Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_67dcb5602c4aa979,Guiseppe Zanotti Design,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,Guitar Center,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_8ee85aecc2a6b56be4a4e056c81d0b56,Gulf Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,GOCLCORP,NSE +SG_BRAND_c5940a0bab27741,Gus's Barbecue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_104d3f67c36c07eaf29b59f36117782e,Guthrie’s,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6b42d429b1b6d421a878a845ada4ff0d,Gym Source,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c06be1a728f7a2deaa66389369ae6c19,Gymboree Play and Music,"",624190,Individual and Family Services,Other Individual and Family Services,"","" +SG_BRAND_599cadb74b8a0f28,Gyu-Kaku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2cac9b3b6bcc0575b1171b1ea252aee7,H Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41d78fc46c70499,H&E Equipment Services,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,HEES,NASDAQ +SG_BRAND_318848b77682c5ecffe061bb49b18986,H&M (Hennes & Mauritz),"",448140,Clothing Stores,Family Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_c19468cebc69ba51b37529f1fdd814f7,H&R Block,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,HRB,NYSE +SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,H-E-B,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_149f436e1f68aeb25c21e211f84fb7e6,H2O Plus,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_cec86c6d3aff8dec59ed81b51073cd5e,Haagen Dazs,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_05493512a233650d705c891fe74ddaf2,Haas Door,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_78de657ea66ed5e1ca8e746054ec250c,Habitat for Humanity,"",813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,"","" +SG_BRAND_2f5fca98dd441186,Hacienda Mexican Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2acf61adbd21bbcc,Haggar,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_f6b50194a860b29a8886acacc5db4b84,Haggen,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bcb47425bf755932c3916df1f9ad497d,Hair Club,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_a16f6a821435c82234075ef879104d53,Hair Cuttery,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7dbf167eea76ff68,Hairmasters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_ce7dcab1485c63453a9abd2a8aecc34b,Hale and Hearty,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1d438dd4b7f737a7dc01e40a66443f7e,Haley And The Hound,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_9729594feb67a8a3cfce3720c5c06bed,Half Price Books,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_c3acec9f05408b261028c840bd70c189,Hallmark Cards,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_45449177f06b34e8,Halo Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b6766b490c59a423e6011e11abb0dfba,Hampton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_125872f5fe8dbc54,Hamrick's,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_58fcb1911a06baf9,Han-Dee Hugo's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7e286118c9a4013a,Hancock and Whitney Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_29f5270ab464e721,Hancock Whitney Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a5506963fa82dff6489e603cd43d4d3,Hand and Stone,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_275cc4ab28966d75,Handel's Home Made Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_310510c639859ef4c4712f57728d4d9d,Handle With Care Packaging Store,"",488991,Other Support Activities for Transportation,Packing and Crating,"","" +SG_BRAND_5036bd121573b41a,HandPicked,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6feaef7379c85a79,Handy Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a856aef9207d055956f7796e8d91e70,Handy Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7736e5c92ecfa25e,Handy Mart Virginia,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_47e25eca71e70ef9,Handy Pantry,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,Hanesbrands,"",448150,Clothing Stores,Clothing Accessories Stores,HBI,NYSE +SG_BRAND_555de4c36078415823d904cb67e77f0f,Hanger Prosthetics & Orthotics,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",HNGR,NYSE +SG_BRAND_b392299b1fc53d3161d5eceea5dd5eae,Hankook Tire,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,161390,KRX +SG_BRAND_18d00e450329718e93dd90eef03a3f07,Hanna Andersson,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_3a1d49b3a3282962e946cf7ff639a2bb,Hannaford Supermarkets,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c05f7b02e698ffb3af6dd826c8d3434e,Hannoush Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3346f4a9b7536c4390b0a5fb10013780,Happy Joe's Pizza & Ice Cream,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a33b39ee416f7612dee474663a961884,Happy Nails & Spa,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_57d07697656990c4,Happy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d587d3baacdacd5cf966e1611a1a799d,Harbor Freight Tools,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_a7440c01f032574cec79aba972190301,Hard Rock Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_15d636bd40c8490e98738d5eb37b6572,Hard Rock Hotel,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_2b6b8e67fe1433e4f73bbe2c306fb330,Hardee's,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a9fd3c6e57be83ce,Hardee's Red Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_147af67ad81ec66,Harding's Friendly Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5991ef8636ba1bd78cc4507823bcaf54,Harkins Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_981160b245cef646e73a24fb0f042968,Harley Davidson,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HOG,NYSE +SG_BRAND_dddd4c05389164b95f0deae0f35d44e6,Harmon Face Values,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",BBBY,NASDAQ +SG_BRAND_d816f097aec509c7fb7dfd56c2483be8,Harmons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_263a3411557ec9c777a3ef1d1433d33f,Harps Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7acd2f0c00415c4004c303a5e1781a92,Harrah's,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_5dd8e59f63efbf0dacc7dfd8bc3623f4,Harris Teeter,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7ff0aa0290b25b16d466f4ecede47bc0,Harry and David,SG_BRAND_407913c3eaadbdf961cbb276649f6618,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",FLWS,NASDAQ +SG_BRAND_5bf326b3117adc66,Harry Winston,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_86d411ad8b7863e2,Hartford HealthCare Medical Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79ec29557335b6e9,Hartig Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_33290e30588253bbc23f97a110a0c91e,Hartstrings,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_4a71f56bc3c9d731,Hartz Chicken Buffet,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_361141114cbff1cc,Haru Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3c1afd2a11ba808a7134ee2c90670643,Harvest Seasonal Grill & Wine Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7219b820ada53f71,Harvest Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_54093ea6a3e10bf0,Harveys Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_f9d66234a256a0786e1e4bab1636ecfd,Harveys Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_adbce8064815ae279bd19436221997db,Hastings Entertainment,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_59dddb7fb4f4a9a8,Hat Club,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_3551b9eeb4283380,Hat Creek Burger Company,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28557271652b2570dd65e1a9993458b3,Haute Hippie,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_47faa292a791862997d7fbc85676dac7,Havertys,"",442110,Furniture Stores,Furniture Stores,HVT,NYSE +SG_BRAND_ddc5189c540bb2564ecb9e431a0863ed,Havoline Xpress Lube,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_473b7233ac0d6f2cbbcbef3e9f5c6fb1,Hawthorn Suites by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6238d15873c211b2,Hawthorne Appliances,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_c5f0fd3744d448b,Hays Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a82c1d304cccdda563a2695e5a6c4d8a,Hayward Pool Products,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_6927d30fbe7d1b68,HCOA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_332e20a0c492ca0f391c2cf877c0007c,HD Supply,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,HDS,NASDAQ +SG_BRAND_4b430de106efdf4d851f19050e73fc2c,Head Start Haircare,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f6f2d5eaf3cf4d6cc45996d66cedfc42,Health Diagnostic Laboratory,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_102c570f10f65fef82fad50e8839dbb6,Health Mart,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_7ebc99f3983ac0bc,Health Mart Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_2bbc5a5c40bb1164,HealthCare Partners Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_5f772800913cfc162e49fe322e54df3c,Healthtrax Fitness & Wellness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5530027ad3aa8290,Healthworks Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_57d63d49fa65367a,Healthy Back,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_35bd79cf72d887f9,Hearing Life,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_42e5752812155b17,Heartland Bank and Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,HLAN,OTCMKTS +SG_BRAND_df4a1883a693cb1e2bc2fe7abc36622c,Heartland Coop,"",424510,Farm Product Raw Material Merchant Wholesalers,Grain and Field Bean Merchant Wholesalers,"","" +SG_BRAND_ced7f7a81b6240249578e83ca76d1e1b,HearUSA,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_71579da9b41d7b85aa07ad3adcbddf86,Heidi's Brooklyn Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_58051d0ef2a2ae9f39e85ba5df1f7dd4,Heights Finance,"",523920,Other Financial Investment Activities,Portfolio Management,"","" +SG_BRAND_bc9b495f1e4360ebce69e47248f7cd4f,Heine Brothers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_70733183d960e85c23aeb00ff0874db1,Heinen's Grocery Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f5696351d40139b803a68a8cef76cea,Helena Chemical,"",115112,Support Activities for Crop Production,"Soil Preparation, Planting, and Cultivating","","" +SG_BRAND_e5d4af033295e2a8e5093704bc6b3f89,Helzberg Diamonds,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_9795cc5a4cc7f77fcd567116a736bfb0,Hen House,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ff71beb39ce4854defd31ce87c11f37,Henry Ford Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_4595bb0f8c459456b681118e8be7ed6f,Herc Rentals,"",532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",HRI,NYSE +SG_BRAND_c933dc8934f3d362d7f3d547879eecf6,Hercules Tire & Rubber,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_6a5a483730df31ff,Hereford House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e5e0bebf85dacd5cd09e70822f7a33a3,Heritage Cooperative​,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_40f101f1fd07985c,Heritage's Dairy Stores,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_1a833c2641a4cf3c229316a14b6e32b7,Hermès,"",452210,Department Stores,Department Stores,HESAY,OTCMKTS +SG_BRAND_c490d7f33b6b586,Hero Certified Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f373520f32c8e017a3a42344b5706960,Hertz,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,HRI,NYSE +SG_BRAND_cf7559ac09e3d959d67b692219867145,Hertz 24/7,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_257fc0d312d95b32,HG Hill Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_06a25051c50971df274335c59f568547,Hi-Health,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_eb9f08128f2b5cc,Hi-School Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5f1902cc4941fe58,Hibachi Japanese Steak House and Sushi Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_79e682683f0417dbc20e5e6d913b9952,Hibachi-San,SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_84a7459cf07e4365f4e55cf6a211e783,Hibbett Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,HIBB,NASDAQ +SG_BRAND_76d4a8357cca7ea343367efa56444787,Hibdon Tires Plus,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_3be74022d9f0c451,Hickory Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ff7cb708263e81c2a3c29990c15f6e55,High Tech Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dcd331cebf10f17f,High's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1e0787f3bb53a691,Highland Park Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_4504a971d37aaa23,Highs Dairy Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_205bc178b166265f6abdab59b4abd45f,Hildebrandt Learning Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_4746288f030e6fcd,Hill City Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_16577e42ae4dcfdaf59d6af47d9b0165,Hillstone Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_637c43cc5ec7f019f6680f204b7ef1b8,Hilton Garden Inn,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,Hilton International,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_7dd1af396f2089e3,Hitchcock's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_410f124af4d8613490473aca6c09b094,Ho-Chunk Gaming Wisconsin,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_929590c3215214e0,Hoag Health Network,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_fb9953f67f9b9a08c5c56870e34ed930,Hobby Lobby Stores,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_16796ff81048518284f5586519b13b2f,HobbyTown USA,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_4f780964192bf58ef77b680a58d65394,Hoka One One,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6d9f8beb0cb21ae3,Hokulia,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57ca62a1a4b820d5,Holiday Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d1cdd6825cadec85,Holiday Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_e2c9f71790c5253598b8bd87e981ffe9,Holiday Inn,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_774c3aacc712631892816cc5fb59229a,Holiday Inn Club Vacations,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ae28744c5d427b6128434ff7c0bb6a7e,Holiday Inn Express,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ceae73b01eeb28df,Holiday Inn Resort,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_50af7e3d1b4a1027,Holiday Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_79cf48402c8f38b5,Holiday Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f3272b4c3f47fee9,Holiday Retirement,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_1e46ae654a5319f15f003146f644c7eb,Holiday Station,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_11285ffb7a81b3e6,Holler & Dash Biscuit House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f6c6d3220f6da7d783d2d378ea2d4c4,Hollister,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_d02a8122ff94535b1d05b2e02bb9a687,Hollywood Feed,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_da97ff5c2b44cf9,Hollywood Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_deb58315e4fb6940a8909d4b6183660d,Hollywood Tans,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_207e9e144c696c8b38a2ec4d599c184d,Hollywood Video,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,"","" +SG_BRAND_347e47a0b3c1de06,Hollywood Wax Museum,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_10ff1d1e7686c359,Holtzman Corp,"",213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,"","" +SG_BRAND_3abc98d628318c2e,Home Centric,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_33a2fa78f9b6cee0,Home Choice Stores,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_33e20ce7b6aaceb8,Home Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_a16505a3f7732186edbb5b18418e40f7,Home Instead Senior Care,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_91ae8d960110124be3a3292c655e15d5,Home of Economy,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_538553f2812478ad,Home Run Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_33771ce6f9c48f5bba6e82e000e33246,Home Treasures,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c94ccdeb7117b2e2a42c436f8faa3ec9,Home2 Suites,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_987e008616ad15e30f9327d99bf1c3b2,HomeGoods,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_471c836ba3d7c50c1cbde81b56b92e82,Homeland,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3bffe2002ded64d6,Homemade Ice Cream & Pie Kitchen,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d2cd07fad14cd3b152d48fa399af4575,HomeSense,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_9ae3ad357f4f3fffe30c49183f072e8d,HomeSmart,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_1dff3004b76926c3250e58f2f1d5994f,HomeTown Buffet,SG_BRAND_4c486f41fa703b7e,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79176583bbec8599,HomeTown Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1c78198ab986d2c1,HomeTown Pharmacy RX,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1ef4d0886000df8a,Hometown Urgent Care & Occupational Health,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_514af954f65291e3,HomeTowne Studios,SG_BRAND_5596332340ca64ad125f8982d64f1ab7,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_c4fa8961c27a77fbbd372f168b8769b9,Homewatch CareGivers,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_7ccd77936c08cd1bd6e26a5ee386cf07,Homewood Suites by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,Honda,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_8e9a1a96135cddd8,Honda Motor Company,"",336211,Motor Vehicle Body and Trailer Manufacturing,Motor Vehicle Body Manufacturing,HMC,NYSE +SG_BRAND_8ea29dd18bd0fab374beab3eee6e02a2,Honda Powersports,SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HMC,NYSE +SG_BRAND_21cce9cd89ba0e05,Honduras' Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7ead35272bb8c49845dcb32e8a5365b3,Honest 1 Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_e68bd26a316405fcf81fa71070229af4,Honey Dew Donuts,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_37f38a69e2126ddd,Honey Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_874b160a0d8474f3d9395539d8430c93,honeygrow,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56c96d91ddc9a7e1,Honolulu Cookie,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_109461c56973d3e435e5476731734b87,Hooters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4b537f27427c11be,Hop Li Seafood Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b4dc0dfb36a2c49b1edbb69b60e9ea4c,HopCat,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_6285694916ca6359914c61a4cbb027a6,Hopdoddy Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_529bb44322386d53,Hopewell Health Centers,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_2503e80838443c8b,Horizon Distributors,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_556d4eaaf6935c731d78ff240f7b50fa,Hornbacher's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e450824a5c7c0de10544b77a99aa2d59,Horseshoe,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_20ff4148c74a49d0,Hoss's Steak and Sea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_155ca589b8320d3,Hot 'n Juicy Crawfish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c0843163784be81407e483c0fdee7c3,Hot Dog on a Stick,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_433e293f0b32e2c1,Hot Head Burritos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4c5b49dd26955c39f3f1f3c2b57f0ea8,Hot Topic,"",448140,Clothing Stores,Family Clothing Stores,HOTT,NASDAQ +SG_BRAND_5543841724464c47,HotBox Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f3dc373be7554bded1417831eb3da95,Hotel Indigo,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_29dd610f6be3d9f6,Hotel RL,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_328e52ee086674fc,HotSpot,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_815c109a8abc8aab648155af511bb673,Houlihan's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_64ac8b6633ec773d,House Of Air,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_562c6ba5e91dcbdd,House of Blues,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8ec4e8e260b15eb3d15adb7df238b38,House of Jerky,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_144e2af916940169,House of Joy Chinese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38108b760f1e1191,Houston's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bda999ce50561085db2413cce28bc279,Howard Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HBMD,NASDAQ +SG_BRAND_4f7df55683db6c787ce4492327c22ef9,Howard Johnson (HoJo),SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_b6a6737ef0ccfbf6d4d1afddc7829b33,HSBC Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HSBC,NYSE +SG_BRAND_26d489e6f425ebba,Hucks,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_742b3596bb250ce50b41e37d11296a2a,Huddle House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5645d9bfd06b8fce00b2b2441ed02ee3,Hudson Jeans,"",424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,"","" +SG_BRAND_5eac1fc36e561026,Huey Magoo's Chicken Tenders,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_508303919380e7e454da9bc520078fc5,Hugo Boss,"",448140,Clothing Stores,Family Clothing Stores,BOSSy,OTCMKTS +SG_BRAND_23a9df38c5722b4c,Hugo's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1b070bedeb990e87a4f7eec98301ce59,HuHot Mongolian Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6c2024827e40886b,Hull's Environmental Services,"",562910,Remediation and Other Waste Management Services,Remediation Services,"","" +SG_BRAND_108fb4774270da55,Human Bean,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_11eea835ca3670befe1a68ddb01c0880,Hungry Howie's Pizza & Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a7c6de39a84c06bb660507e29a361acd,Hunter Boot,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_b1ce6c02802253f14fa6f51303a54205,Hunter Douglas,"",442291,Home Furnishings Stores,Window Treatment Stores,HDUGF,OTCMKTS +SG_BRAND_5bf7d08e516249bb,Huntington Learning Centers,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_17c1730b3d7d463bc5c5e381f911673f,Huntsville Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_e73dc485a863bf72,Hurley,SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,448140,Clothing Stores,Family Clothing Stores,NKE,NYSE +SG_BRAND_5272051804d081392473b86970bb48ec,Hurricane Grill & Wings,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_9c1a1d36748860b3d1f63175ad13551c,Husqvarna,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",HUSQF,OTCMKTS +SG_BRAND_b2dae23c6a7bcd31811d7a2f0de166d3,Husqvarna Spain,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,HUSQF,OTCMKTS +SG_BRAND_6cfd762c6c93c6c054313193d729778f,Hustler Turf Equipment,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_535212e7296d2b8e,Hutch's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f0e9d786ed31c81418ed504c2f2ad342,HWY 55 Burgers Shakes and Fries,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43835c791edf307b,Hy-Miller,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_8f8c9465b9550499b0540b26e9470dec,Hy-Vee,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_be782e39b8ed91a49c69f5de17585343,Hyatt Centric,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_646a180dfe6abc046f3216cd98039022,Hyatt Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_aa46139151bb34df13cff17fe6a1af14,Hyatt House,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_23471c0e8e8cd0b37e02cc1ec7b54910,Hyatt Place,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_dd7aa93e7d4a748f2e21856e959f2c52,Hyatt Regency,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_1ce42e9dbe540f0e,Hyperion Public,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_df98d265fc651a91faa09d4e82f096cc,Hyundai Motor,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_924283bfc67ffd62,Hyundai Motor Company,"",423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,HYMTF,OTCMKTS +SG_BRAND_a3876b6ea08a7639373764ab6bee63a3,I Dream of Falafel,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4b68a2acd7790a22,i Fratelli Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_63e39d47dfe44c71,I Love Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_98c76e885978ea7905766429ab81c642,IBC Bank,"",522110,Depository Credit Intermediation,Commercial Banking,IBOC,NASDAQ +SG_BRAND_7b3a69340a4d0b1a,IBERIA BANK,"",522110,Depository Credit Intermediation,Commercial Banking,IBKC,NASDAQ +SG_BRAND_b209f647ad26a228bf32e673ba871ede,Ice House America,"",312113,Beverage Manufacturing,Ice Manufacturing,"","" +SG_BRAND_ab0564936e3e43aeb75da067d0a3eb1d,Iceland Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_695355865f0a16cf0f59fe6a04ba5913,Icing,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_5286d0c08b4c8983,Icon Cinema,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_10a9215a7d097f42,IDA Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_21508ef5d4686c17,Idaho Pizza Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11cdae4b0e7d8552,ideal dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3835d05bac602b4f,Ideal Image,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,"","" +SG_BRAND_1ab5333e52e6eaa5,iFly Indoor Skydiving,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5294233e5c7e4164,IGA,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2ead5f3ce811920a989327e6f5c6ef73,IHOP,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_8666046b19d72850006237688d8698fe,"IHRSA (International Health, Racquet & Sportsclub Association)","",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_218b824f5987332dbaf58e9e04d9e75d,III Forks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe1164dcc2e55b6b92995e4fc3b353c6,IKEA,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_48b111bca01e8a87bc7c006f70d5cc67,IKO Group,"",325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,"","" +SG_BRAND_28b7f989e2cb9338f1db71b68672f650,IL Fornaio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0627c91fe34047e02d634491e185814c,Illegal Pete's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_38f6188cdd7b3915,Illinois Ayer Oil Company,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6bc74d6296de6000,iLoveKickboxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2dfcf3646907779a,IM=X Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a5c896dd857950b81a70ec2a18a6fd54,Image Sun,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_32c968bb1e341ec64fd75b776fdcc269,IMAX,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IMAX,NYSE +SG_BRAND_34acf72821153bd3,ImmediateClinic,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_29f1e6edaeb6f495,Imo's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11feca234029d8c9,Impark,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_4b71da982ddf765573ace33493ba2e04,In-N-Out Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7035f3670d111e4c996f4a243954e4a5,In-Shape Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_45acab02c3ac8bab,Independent Bank Texas,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_41fdf42e0c471739a77f7c0d03be4ece,Independent Community Bankers of America (ICBA),"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_569ac68b31a09938,Independent Grocers,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_62d2d2d4df8da9cfde8838e95d3823c8,Indian Motorcycle,SG_BRAND_71f76d30fae4bd35087d25694b18a702,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",PII,NYSE +SG_BRAND_daa2e9fefbfbf5ce66928a21d8554a14,IndieBound,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_a6cf0eb1a406ad7a,Indigo,"",451211,Book Stores and News Dealers,Book Stores,IDG,TSE +SG_BRAND_1d3d8a806ff33177,Indochino,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_2e4dc5566eb23c1d,Industrial Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_371353dddaa6339d,Industrious Office,"",531190,Lessors of Real Estate,Lessors of Other Real Estate Property,"","" +SG_BRAND_3a24904ae5256f6c04dd74b14382ef3b,Infiniti,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_f40383f206d40b5583d147d7b26f4175,Infinity Auto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_e092603330cf86134b1426d0d3238169,Ingles Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IMKTA,NASDAQ +SG_BRAND_2844aab68f1c947f,Inglot,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_1f8835cec381ae03,Inland Sun Stop,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6ff91a6c3d30818,Inline Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_9418adcd1d1a913,InnSuites Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4d79edf966b887be,Inova,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_71ad970d8cd5e1ab,Insomnia Cookies,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_b43d12c69ac82a47,Inspira Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1d61bc5b383fa7892dffbc5bd06387ab,Insty-Prints,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_16672173d452e9e5,Insure One Insurance Agency,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_714773b72fe5fddd0f27426485ff3532,INTEGRIS Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1b7486caf479ff898709dc06de834e07,Intelligentsia Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e725a2b0860f3da0dcccd5f6da5c44bd,Interceramic USA,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_70b1db807a0fc63d,InterContinental Hotels Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_d967f05785d000fd,InterContintinental Hotels & Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_95a39e3df89151b1ea3444e2d6ebdcfb,Interim HealthCare,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_d252feed614551038102d9543ddbe962,Interlink Supply,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_2c7991d057faf86a6fdf9be618f54ec5,Intermix,SG_BRAND_59dcabd7cd2395a2,448120,Clothing Stores,Women's Clothing Stores,GPS,NYSE +SG_BRAND_d0ad5bedcd860c78dd348c9a28ff3ab0,Intermountain Farmers Association (IFA),"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_64eace4888ee471d,Intermountain Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_23c9be9e1c33c68,Interstate Batteries,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_23a16ee5295d69e5aa6b206cc4a4b6cb,InTown Suites,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_cdd094bb07e632d714bc8e283e0ed732,Investors Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ISBC,NASDAQ +SG_BRAND_28d32c3cc3041e961b18d4dd4675cf0a,iPic Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IPIC,NASDAQ +SG_BRAND_19f3be753274dc57,Iron Hill Brewery and Restaurant,"",312120,Beverage Manufacturing,Breweries,"","" +SG_BRAND_32a48357877de16c86af20c2d8bd5c89,Iron Mountain,"",518210,"Data Processing, Hosting, and Related Services","Data Processing, Hosting, and Related Services",IRM,NYSE +SG_BRAND_65d77b7ad3b9cb34,Irontribe Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5e4d614d1c5e99716f23462a4e6aba4d,Irving Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_69137a650fe9215d,Isaacs Restauants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d168cf6e250fca4,Island Haircutting Co,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_416f2d4a118a9939,Island Pacific Seafood Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ec7269b9dc5acdbfde008ecca2398130,Islands Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c2ea0afa26fde4302c3e1c24bc20281f,It's Fashion,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448140,Clothing Stores,Family Clothing Stores,CATO,NYSE +SG_BRAND_14f3ddf5460d0cdf,It'sugar,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_44629235ff6eaeb6,Italian Village Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ff0d991b6f56a47,IU Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_18b27886b5547c25,Ivar's Seafood Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_72cce07b677d5bd4e58d6c22ec729ea2,ivivva,SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,448140,Clothing Stores,Family Clothing Stores,LULU,NASDAQ +SG_BRAND_e786ddbda941052,IWC Schaffhausen,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_8cabc8d87d611e12d9540a047e399a7a,IZOD,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_598725381b85e66e2f1bc1938f1dd82c,Izzo's Illegal Burrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5d56eec83a472a30,J & H Oil Company,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_61f356f4371bd755,J Gumbo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57e54c7e8c306011,J Mclaughlin,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_62f5fe672986f34b,J&H,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,J. Alexander's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_6ac0bed8f09c7ae2,J. Christopher's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66f47acbc3562835,J. Gilberts,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,J.Crew,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_aafe8d414a51acb8cfe80c5d71a954fe,J.D. Byrider,"",441120,Automobile Dealers,Used Car Dealers,"","" +SG_BRAND_486fa54c2990efccbdaaf3c34c2156bf,J.Jill,"",448120,Clothing Stores,Women's Clothing Stores,JILL,NYSE +SG_BRAND_e80a1cf75a25a63,Jabz Boxing,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4941482324b30ad4733c1566b12af9c6,Jack in the Box,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JACK,NASDAQ +SG_BRAND_31ff090fa56943bf,Jack Stack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9a297a75f34fe018f12e8d12d1060893,Jack Williams Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c90bb4adc6458defe5faf1b09bffcbfe,Jack's Carpet,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_69674d11140294a,Jack's Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8379d083202f6b51942ffa9edd354d2c,Jack's Family Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_17d5a3461da21b9a,Jack's Urban Eats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_83bae7a11a4b9f1fb651baa1b26a2ec4,Jackson Hewitt Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,JTX,NYSE +SG_BRAND_639a7685248d757c,Jacksons Food Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3df86c3810e714594cd757b398775b4f,Jaeger Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_52fec04c029fcbbe,Jaggers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b94705c817b09f287e31606604e526ba,Jaguar,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_61f81c7f1af323c2,Jakes Uptown,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d3a2bc5695cfc85f68248eb8399304a4,Jamba,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,JMBA,NASDAQ +SG_BRAND_9f5a31eb19b7cb34d888bd39ca955b90,James Avery Craftsman,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_633354780c6bae06906bc35dbe672c66,James Perse,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_bc41532748c97d467be6c07841a55910,Jameson Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_269c13b7d1a64c4fd4e9de4a18a76c59,Janie and Jack,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_68076fbd1de7f5571ce0f448b636d318,Jared The Galleria of Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_6a2cd8c7085aae86c23aaaa7a3340b5d,Jasmin Mediterranean Bistro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_28e0c2355d121568,Jasmine Thai Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5316c2350728c936bf8a900eb6fb964e,Jason's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_143b35df5e0a7467e281013165b585f2,Jay C,SG_BRAND_1f852a23da4b7250,445120,Grocery Stores,Convenience Stores,KR,NYSE +SG_BRAND_c50f7c7cdd1a67e679e05e8ab3f83478,JCPenney,"",452210,Department Stores,Department Stores,JCP,NYSE +SG_BRAND_486efa2e407aa50d68c1617ef7586efd,JCPenney Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,JCP,NYSE +SG_BRAND_200a72814ef3bae,Jean Coutu,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,PJC.A,TSX +SG_BRAND_d18161418758fd04bc86d5da7aa7b544,Jean-Claude Biguine,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_ee92098e8d8fb93a9ac3870c3e94e201,Jeep,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_73e0f905310a71178587fc78b2203bbb,Jefferson Dental Clinics (JDC),"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6aa8d4d501a7e1d67c6dbf8c8138b897,Jeffrey,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_964dd1161c33b716d643f952a8a94b94,JEI Learning Center,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_c7e17b15114226c2fc9e572f7d7e00b5,JELD-WEN,"",332322,Architectural and Structural Metals Manufacturing,Sheet Metal Work Manufacturing,JELD,NYSE +SG_BRAND_6bf6ed795a6d71755e135dfd581dbcff,Jennifer Convertibles,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_320873f4bd349bf196f0654214381734,Jenny Craig,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_752a3c58a1ca29,Jensen's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_56fda4e2d1f40eb7,Jeremiah's Italian Ice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6d3303356d43549927ad8dee0068504c,Jerome's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2f71bd1ddc6bb0d5,Jerry's Artarama,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_17d6a29e4b29f9d5,Jerry's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_152f3607ac78b997,Jerry's Restaurant & Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58b819fef14736381e4c9a688de6e883,Jerry's Subs & Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2a0aa0b1b936bcf7,Jersey Giant Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e5e0487913bda7532010357c3b014d8,Jersey Mike's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_792bc40e2108cf2457a8b7263c0158b1,Jersey Strong,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_9b9ade9c81b043ef364a2de64e43a038,Jessica McClintock,"",315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing","","" +SG_BRAND_26d27b62b664dde1,Jet,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6d9bf684160930e73a7ef7bbf70313ef,Jet's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_551fe333050a845e6da8be88d9789a4c,Jetro Cash & Carry,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,"","" +SG_BRAND_5f0f84f03b60ceb7b549163ce91da6f4,Jewel-Osco,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5a2da64abf8db51f3ff05b471d75e7e,Jiffy Lube,SG_BRAND_2591c98b70119fe624898b1e424b5e91,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,RDS.A,NYSE +SG_BRAND_1c439967a26d75fa,Jiffy Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_cfe9cf188b61f54,Jiffy Trip,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3e5f29f05fe46453,Jim Massey's,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_cc8edd33471be40af218d25205810b09,Jim N Nick's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f11eae90997524e,Jim's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9b483b7b1d91c71,Jimano's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11901deae1e5cf36,Jimbo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3f153db2d4b4dd010731da57114066aa,Jimboy's Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_570bd5f7b8acf0f8606df8b31cc9dee6,Jimmy Choo,SG_BRAND_89896b299191a09f8ffde872a296da04,448210,Shoe Stores,Shoe Stores,CPRI,NYSE +SG_BRAND_6ad1354d5dc0a2d0,Jimmy G's Time Saver,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_b922740707b8b9758f47fec986a44e00,Jimmy Jazz,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a04f493d784143c9b21b2689e32fd0d1,Jimmy John's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6fae85dec0d1366a3d40173668577e47,Jimmy's Egg,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43a6927e37076b51,Jinky's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37725b567b0fbc1e,Jittery Joes,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2f375aa23485777a,JJ's Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fc2ca63576d488a82f8b72b767377db5,Jo-Ann Fabric and Craft Stores,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_180cbca76050537,Joan's on Third,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_de2964761e22975c4320153e719859ee,Jockey,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_04cd5efc86f7d5fd,Joe & The Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_55627ad336961618,Joe Fresh,SG_BRAND_1b47663a692f81de,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c217cdb41b970bf2,Joe V's Smart Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6074932eca2ea0cb175ec2d01d312b10,Joe's Crab Shack,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d6929ccd477e6992,Joe's Kwik Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_68f771d6809fbfa8,Joe's Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_745bb640b019790cda4fb060e1167d53,Joey Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d912199f2c825c0d454a1b955cf83ad,John Hardy,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5919051b164ffb193823f5229068bcda,John Medeiros Jewelry Collection,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_ef6cef6ac88ad743c7c00ccc20b17b58,John Robshaw Textiles,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_7ac4f7c39b47316c91c565be6e7d0202,Johnnie’s New York Pizzeria,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_95d73693be1b43d2dfa50b443153cd97,Johnny Brusco's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5b7f363dd767064f7479438cbb6475ba,Johnny Carino's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fb5976b025ce999,Johnny Quik,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5012c561ce5db27f33b232ca3abb1226,Johnny Rockets,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1dc36974c30535,Johnny's Markets,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7ffbc784cd14c4f6,Johnny's Pizza New York Style,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_21e9d45f6d154ad1,Johnnys Pizza House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25225d143d137db1920f737ceb6c9ee2,Johnson Controls,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,JCI,NYSE +SG_BRAND_741246e5c113d722bcfb4f4337bd24b0,Johnson Fitness & Wellness,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9e1966dcde8d1a4e43bbcad084560d20,Johnston & Murphy,"",448150,Clothing Stores,Clothing Accessories Stores,GCO,NYSE +SG_BRAND_6d82cc5be04172de7ae9303a0e0ae6f4,Johnstone Supply,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_f6a37663025ef6bcd787dcead07df418,Joker Norway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2057abedd8c238c1,Jolley Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ec756eb1401f7d3fc10117d3a81e94b7,Jollibee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JBFCF,OTCMKTS +SG_BRAND_575b84243c33ef9a,Jon Smith Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_907e13b3c61970f115ea1e5fdda5653b,Jonathan Adler,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_c13db6a05a3112f72ffa8abbc2f4b4e7,JONS International Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5fbd70684a4a154c,Jordan Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5fe0e33e59c0932c,Jordan's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_24441018dff01789c1b5d27a196963c9,Jos. A. Bank Clothiers,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_c57d94423083959cb5a017cc3d228965,Jose Peppers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_91b01a0acf4f8515a71bacf7b643fe8c,Journeys,"",448210,Shoe Stores,Shoe Stores,GCO,NYSE +SG_BRAND_c828151df812508ad922edc85c8342b4,Joyalukkas,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_8f5762df8c09ecb,JR Crickets,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f868c4e3e00e68,Jr. Food Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_53223c30f3dfa973,Jreck Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6fb875e34729cd087c8b44647eb3ece2,Juan Pollo,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1a8fedf75ee1d6051297bcccad40067a,Juan Valdez Café,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_86a5c003c7226385,Jubilee Food Stores,SG_BRAND_4746288f030e6fcd,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_3f115afd8ca92c6b2bd73503f551cddb,Jude Connally,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_64dd84f6f69cdee2,Judes Barbershop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_e345121bc1bd019c,Jugo Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_948ffc9401d21d0ae06e1306b62e2e7b,Juice Generation,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c0bca08bc6a7fbcf59559b9a67e51e08,Juice It Up!,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_ca5c65afc3a91598be32bf118b4fd9c3,Juice Press,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1a6a8352693b9b933ed960ebcea3991b,Juice Served Here,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_efa3a9d13edb8328,Juice Shop,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1972c89476d513d354710bda8cc57c16,Juice Stop,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3d44f39c9a294613,Jules Thin Crust,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416c59a76b866de3,Jump Craze,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_08e7e465c2527e4253c4097765d532b1,Jump!Zone,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_7a1170a4a62e3dc8,Jumping World,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_70f8a9d844011561c74336e2c0d54f74,Jumpstreet,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_853042b9d931c7d10892b25d1adf3865,Junior Academy Children's Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7fc6a791329e7615,Junior's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d9042a5a525b68a,Juniors Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_45716ec14514e9e6ac413877df793ff3,Just Brakes,SG_BRAND_8d641cc772014028b61fa819e4227c45,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_2b48ca1a12deb2a0,Just Fitness 4 U,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3bfdc3cccefc0f7166655b6966d54525,Just Massage Studio,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_fcc6dd7686cfffc04d325dbe5ab994f1,Just Salad,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45779cb5089ede6,Just Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_6d841cdb3a9f8949a098dd696afed2d3,Just Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_9356dde89548c684efc100c9217745c3,Just$ave Foods,SG_BRAND_a28736bb3983154d7ba9d0f06721a935,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3a6a592c1b06e64a,Just-A-Buck,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1c0095372fd2dcc6,Just-a-Cut,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_8cec7d6c891fc360bfd61e14b8512896,Justice,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_967b5877fe025b1d1a29a7435d69821b,JW Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_f8d01126cce9445a8d3524c8997cb83b,JW Tumbles,"",711219,Spectator Sports,Other Spectator Sports,"","" +SG_BRAND_2edbb782e3e3d3a3,JYSK,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5fdf8f27fe30e45e35d112bc9793cb7c,K & G Fashion Superstore,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448140,Clothing Stores,Family Clothing Stores,TLRD,NYSE +SG_BRAND_5efc930c2281a2d,K Bob's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_787ebcffe172203ef593166e2fdaddfe,K&M Tire,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_2252d4502568f466,K1 Speed,"",711219,Spectator Sports,Other Spectator Sports,"","" +SG_BRAND_b3bb30fb775dce61968636f131f94946,KaBloom,"",453110,Florists,Florists,"","" +SG_BRAND_777b2ce4d6b93920,Kabuki Japanese Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e60bc2632185dce0,Kahala Brands,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_0c9818695d20f06b7c6cd8ccb3bf3905,Kahoots Pet Products,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,Kaiser Permanente,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_bc93117372df62e,Kal Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_36247abecd386d27,Kamas Foodtown,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3ca2fb8ccbe1ede4,Kangaroo Express,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_7fc804bb764f9c2b2c4e09e7365f6003,Karastan,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_897152a3da8d5e2,Karate America,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1433d400378639cb1848f16d274659d9,Karen Millen UK,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_39243d95b0bcafa4,Karns Quality Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_48d53ab1654563b,Katahdin Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,KTHN,OTCQX +SG_BRAND_f50d476b34b7991f27edf2bd743e0268,Kate Spade,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448140,Clothing Stores,Family Clothing Stores,TPR,NYSE +SG_BRAND_0e64a8c2519b9512b3150dd850839c93,Katherine Way Collections,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5c51aa79f91794b6,Katie's Korner,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_39cf462615c1110b,Katsur Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_8c490815c5af8cca,Katsuya Restaurant,SG_BRAND_9d569b1231bd2263,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aa04b54ae641914a733f61abf6c58a5f,Kawasaki Motors,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_f0092e116c279998dd8888daa03c0e9f,Kay Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_7e738f2bb7219151,Kaya Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fb296ceca1bd725,Kayes Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c359f08c6ee9374,Kayn Daves Cantinas,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50e32bb9bc53e2a232e36e8eca57b260,Keds,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,316210,Footwear Manufacturing,Footwear Manufacturing,WWW,NYSE +SG_BRAND_4549133202cec8b6,Keith's Superstores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4350d71004464755,Keller Williams,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_7511487dc915401b,Kelley's Market,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43caff3e4791af2b,Kelly Companies,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_439bb8e420c8fb87,Kelly Express Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1e2f76af0313e0e2e747fa3a264e5d24,Kelly Services,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_4dee92e5836ba2493be3190508071c8a,Kelly-Moore Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_6717adaf4ea3a54e,Kellys Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b6d0981cbda853b2c0815552b5a2f689,Ken Towery's Tire & AutoCare,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_60225b29f928b142,Kendra Scott,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_52d289c0a104ae10,KenJo Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3bdcdce50c1ac094,Kent Kwik,SG_BRAND_445fc19dcd78b55e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7526589dd9f7a7e9,Kent's Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_3071792a380ed797,Kerbys Koney Island,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_191f5bd288d630e2863588df9d5dcec1,Kessler Institute for Rehabilitation,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_6236b5e32e7266ee94b56814c08d8550,Kettering Health Network,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_8b71edf8ab42fbd4cf967c77a70f430c,Keva Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_b718bb44f07c2ad4,Key Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6e7a3e30c8db1d0b,Key West Inn,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_19f61781f19ddf667e60cc8396365a00,KeyBank,"",522110,Depository Credit Intermediation,Commercial Banking,KEY,NYSE +SG_BRAND_724372e7b3577ade20cda04ee7f1a888,Keystone Automotive,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_75e52dcc790fbad91ae83227c0fb6e2f,KFC,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_133a0527eca7180956b02dc61b3fbb8d,Kia Motors,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_4a8f3120b610705,Kickin Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_222726b8d31ab5e9,Kicks Karate,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3c6fd4b5c0701a2f,KicksUSA,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5523dfdbfe2ca92f510aa545510772ab,Kid Care Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3d6a46e3a9c97f037e59ceb5ae01bbc4,Kid to Kid,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_7a9a31109c10d349a547269ac4a8dbed,Kiddie Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_85c1441772dd54763af5e7abc0f1b261,Kids 'R' Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_44d2de0c8beb0bea2909e0de15ae40dd,Kids Country,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_68570f77ebb9a7d792123a4c93256e88,Kids Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_3c0bc2b6bf0a54dab6ce20709cb6be4a,Kids Kare Schools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_40600ab18fe6a6f97705b36c8f6456aa,Kidville,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_58c65052f7bebf911dc62ffc10517810,Kiehl's,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_c69afddb977068c2f32a8d1cfcc7a8d3,KIKO Milano,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_288312a68fe1f939,Kilwins,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1cb0062bafc09481,Kim's Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_54e3714a8ada6b2802050bf8ee85c467,Kimbrell's Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_300de9770d1d4f612e9176ab8e87a0d3,Kimpton Hotels & Restaurants,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5d1a436d5cf0ea9a,Kinder's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bb687a854c6bcb1,KinderCare,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_3e1a99648ad565d,King Cash Saver,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f98176d2bb33664409b27d0b02e05e1c,King Kullen Grocery Co.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99ea1e6b64134396,King Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_a8ab89887e8babbed43e20893ec5f8ab,King Soopers,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_2f54c01d4a43f1a3,King's Fish House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49760e91c0928df22e7fd0977c61ec82,King's Variety Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_3f850607b30c7cab,Kings County Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7f947048fe10ddf0,Kings Family Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e36713da22685ebd978693ee38a07730,Kings Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53e59cd075803122158b7e73892b940e,Kinney Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_27e0fecc37194fa1bf49f90d86e23bee,Kinnikinnick Foods,"",424450,Grocery and Related Product Merchant Wholesalers,Confectionery Merchant Wholesalers,"","" +SG_BRAND_b1ebdfbde4e67330d09f7af6da97f67e,Kinze Manufacturing,"",333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,"","" +SG_BRAND_11328d95d667623e82890358738f32b0,KIOTI Tractor,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_f4f34a3a31297e803d441e5d1a98bf3a,Kipling UK,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_711579b85806419f,Kirby Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_543ea0e2c9bb3d317e9712f42f35e1d2,Kirkland's,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),KIRK,NASDAQ +SG_BRAND_e6cffe8259d765b4fa6c273e7317dd85,Kit Heath,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_3c385b34bb7af151c1dd9cd880af7f98,Kitchen Collection,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_8814672c191124d5,Kitchen United,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_45d2e7aa614dc254,Kiwi Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_30ae19b63b508121,Klingensmith's,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_00212215412d108904aad380c025632e,Kloeckner Metals,"",332313,Architectural and Structural Metals Manufacturing,Plate Work Manufacturing,"","" +SG_BRAND_98f6b474794d85f694762c9b52bbc351,Kmart,SG_BRAND_e9301d5c735afc317688baa02d272807,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SHLDQ,OTCMKTS +SG_BRAND_2d6c9bf6eb14f7302b91caed55fd023f,Kneaders Bakery & Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6ee068db5302d8c2,Knights Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_8e9d7ca9af5aeac20d3ae8a34feb8c54,Knights Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_766c4abf9968b668d347b7ca153aa277,Knockouts,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_53bc7a34e7657fbef4c86f77e21aea47,Knowledge Beginnings,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_d81c9fa1e5f95625f4def4b9cbe4634c,KOA (Kampgrounds of America),"",721211,RV (Recreational Vehicle) Parks and Recreational Camps,RV (Recreational Vehicle) Parks and Campgrounds,"","" +SG_BRAND_bf3359c4f2a220bd69b85200a412dacd,Kobelco Construction Machinery America,"",333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,"","" +SG_BRAND_64a77880c7f7c1d3133d10e574c97a8b,Kohl's,"",452210,Department Stores,Department Stores,KSS,NYSE +SG_BRAND_f33f05cac36a8065711afc0a286a8b86,KOI Auto Parts,SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_11e2989c04da1ac0,Kojax,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ac68729d02488d1033f39f3f78acce4f,Kona Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,KONAQ,OTCMKTS +SG_BRAND_ce15d37ce108c08c6164752f85687138,Kool Smiles,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_983fe38a5acf282d38b4bb795a48ab2d,KORT,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_6aab34e38bc1f77f,Kosama,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_914a420f7e7917e91a81614a90888dc1,Kost Tire And Auto Care Centers,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c30cdeda7eed27dda40adf66cb96e058,Kowalski's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c64271cfd417df590524e2fbca493e4a,Kreation Organic,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6a9fdbe4915d412c2a7bb93b30dad3da,Kriser's,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c00d0bf3a8d7b6744a18e2554adf5921,Krispy Kreme Doughnuts,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,KKD,NYSE +SG_BRAND_c2f2dcd3e397d5a16d749a0e84941a42,Krispy Krunchy Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_24a5538ac5f263f5,Krist Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1f852a23da4b7250,Kroger,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f29bd2583c8336be,Kroger Fuel Center,SG_BRAND_1f852a23da4b7250,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,KR,NYSE +SG_BRAND_1c565248e8bf2d4b,Kruse and Muer Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fbd8dfba9f0bd21095df5889dcdd169,Krystal,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,KRYS,NASDAQ +SG_BRAND_f2b745378ca0b346f87b9a7bf9bceabb,Kuehne + Nagel,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,KHNGF,OTCMKTS +SG_BRAND_280ba509d1d5b0d6,Kuhn's Quality Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8cbbed97825f0c668434665662369635,Kum & Go,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f83a3ac014ac87d7a95457db71ebebdc,Kumho Tire,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_250f7d5c78955662db4119ba06c76e85,Kumon Institute of Education,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_1787efe66e79ef11,Kwik Chek,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_be1038508e6ada19a0772286c0f6074a,Kwik Fill,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a9139cbac83ec7fa,Kwik Kar,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_2c894a9a029aceb5,Kwik King Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d316edac0e17f6459b8ec822c067eaf,Kwik Kopy,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_cf488806b67f2d5e2a6f55428d9707da,Kwik Shop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6f84f496a66230e20079fd7dc80a62c6,Kwik Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_103dc52ffb2ee2eb,Kwik Stop Iowa,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_962d9816e6d7856c,Kwik Trip,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9b5ee7723abc0f6b758c4ceff6449891,Kühl Clothing,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_220086477ac300a3,L&L Food Stores,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7020be8a9facd1c11f4de92b6bdabc2a,L&L Hawaiian Barbecue,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e8ebaa85a52424d6b69ed29975d09a8d,L&W Supply,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_b581ece69c7ca08c57e57d8aa919224d,L'Occitane,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",LCCTF,OTC +SG_BRAND_9d4bab70ec7b5fcd97a45f2129f5f76f,L.A. Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_db9a1f765d2a6a91634c2f6050e1d787,L.L.Bean,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_206e3f29cf9b6af1,La Bella Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_9d1ba54bd307089bd5ff46252bff8f6b,La Bou Bakery and Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_81518700d136b414e6a33cf45a0ed1af,La Carreta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32bd4900c26c5f06,La Chiquita Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c0517e48a7a92b790d3e790dabd0054f,La Colombe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6895f59263193465799cc04bd328daa8,La Familia Pawn and Jewelry,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_3b8b7777e67a491a,La Fiesta Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8a028bda2e1a2b9bd1ad429cd59d4cfa,LA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2cbb53e626d8321e40215a0bf0299f9a,La Madeleine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_77b4f479d063718b,La Mesa Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e88e5064215c3d7483ed5e28ea1f67e,La Michoacana Meat Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a33345f9514e0d0,La Parrilla,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55bbd37af91f586a,La Pergoletta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9fa908d38c44268e388fb1976738aed7,La Petite Academy,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_e7f4bffa64d42aa7d1f497d4b80078d9,La Quinta Inns & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6bbd2333b3cdbe85,La Rosa Chicken & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdf5b83d5cbd8acb8bb2bdd7bf87a8d1,La Salsa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ce5d245733fc10c204ed012f61f92c91,La Senza,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_2df3f9909d5140fb,La Verde's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a4b6e5c37c2c14ca7141456566978d42,La-Z-Boy,"",442110,Furniture Stores,Furniture Stores,LZB,NYSE +SG_BRAND_292aceea9c8f3df19cf714bcd597a903,LabCorp,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,LH,NYSE +SG_BRAND_237f872c09242c52,Label Shopper,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_de4d8ed92194f7513b30e608919863fe,Labor Finders,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_5cfecb6b71b53f28ce4c4de5f87e805b,Labor Ready,"",561311,Employment Services,Employment Placement Agencies,LRW,NYSE +SG_BRAND_3f4bcbc1f84f23a51d938bfa86efad94,Lacoste,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2149c854535a2ca8ed8a3691f6625888,LaCrosse Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_22ef9f21b5a65984,Lacrosse Unlimited,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4f55a2acbb4569c89b0174a2813a97b4,Ladies Workout Express,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_776a3d74500ddfcf,Ladurée Paris,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_2de0d4529d4a8a6425c54b6ad7f3df19,Lady Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_7dc149b7189379b4,Lady Jane's Haircuts For Men,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_fc2cdd223ca0c566319597bb0d9f6272,Ladybird Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_21b6bfda091cd9a8,LaFaive Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_754ee00cc67811bd58c18aca89910e68,Lafonn,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_59438de906afb92,Lake After Hours,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ff99eee2f98b221f706afa616b9d686f,Lakeshore Learning Materials,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_51e50ac8fc767b3a,LaMar's Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_2ff0ba90379b492d9618c3cffce52cac,Lamborghini,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_e5df4d4482d6a0c9f5d4c439b946b621,Lamps Plus,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_89ede26d6a5e8208ad28607464dfa1f3,Land Rover,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_7179bdc86f84fce3,Landis Supermarket,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_d79833f02786ca48a703d9715627635c,Landmark Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_82b3b982557948376edcfe3de6e5db9e,Landry's Seafood,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a57a11137078fd,"Landry's, Inc.","",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ffa549d5128e982f0e10e2a236048c5f,Land’s End,"",448140,Clothing Stores,Family Clothing Stores,LE,NASDAQ +SG_BRAND_bdf1834156412cd956851be9db5f0f82,Lane Bryant,"",448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_cbd8429d348ad12be75a67b368f2151b,Lanier,"",423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,"","" +SG_BRAND_d67c481d6f32ed1a2b26b64b94c21b1d,Lapels Dry Cleaning,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_bd82269bc5d9db03fde2c005c77207ad,LaRosa's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3346fe575efb74643754dc0bcbbf91f7,Larry's Giant Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_25c45665c77bb2c4,Larsen's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1434fc14896347bc,Las Vegas Athletic Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1018885da100a9fa004dea6dc9510a08,Laser Quest,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_b47f45911b5fe8a8af2e765fd3c8e71f,Lassens Natural Foods and Vitamins,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_78ec74ef9a1c2d87,Lassus Handy Dandy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_ac9054e7b969d8bf862f05eeb7a8ce4a,Last Call,SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d1f3ef8a4dd77b76de3655edb35636b2,Launch Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_d89b8b56b678e2b0f5d1467ff18a2562,Lava Propane,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_d3ec314aaed14ed84893a4bfe3439eee,LaVida Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_db39b092aca9d0c,Lawlers Tasty Barbecue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_280b5df930227e91,Lawrence Brothers Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_472a104c34f4312b,Lawtons Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_a2eed081000bc0a05ab89d3c33982b9a,LAZ Parking,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_2ea4a51fb1200598,Lazy Acres Natural Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3d35806ed359a748,Lazy Dog Restaurant & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_64059be37dbf879,LCBO,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_d84573086a57f28fbbdb4a7e6b4e2264,Le Boulanger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61e2c2e19117734e,Le Creuset,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_47efb6004ce70bc1e7287781c645d3dc,Le Labo,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_75aac0c3a10a6bba,Le Macaron,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1803b978b37fc181e6dc531a8b362d4a,Le Meridien,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_840d43c25b920579c3d90c8224eb422a,Le Pain Quotidien,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_067f51fafc874111580d98380b550434,Le Peep,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_86f4fbf96a10b42cbe48802745b38208,Learning Express Toys,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_42ae1371486111bff2aec5314cb415e3,Lebakkens,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_20555580a21dce24,Lebanese Taverna,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0a5e6a43b943ec3ec7a91f53ffbe789e,LEDO Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_03ab07df90f0db13d51c99aa6b80fd15,Lee Myles Transmission & AutoCare,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_5a0fee3506b43d20,Lee's Discount Liquor,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_85492949bbaf495ca71f1c1c510a66d3,LEE's Famous Recipes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e8fed16d7ca0ea7,Lee's Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7d426621bbb58557,Lee's Hoagie House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f2e0c732ac1325a,Lee's Kar-Go,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4f59330f5c007075,Lee's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4cae1816967e9b8f76cedba78e148a3a,Lee's Sandwiches,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bee52e5042d9645870655254dd73add1,Leeann Chinn,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6fe47a710aa1acf3,Lees Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_5e88a920456a13a5,Leevers Supermarkets Inc.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_74879f2f48359525157554ebbc898ece,Legal Sea Foods,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,LEGO,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_06d600a1ad9324b9,LEGOLAND,SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_d9a878dfc106dd33,Lehigh Valley Health Netowrk,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_14bc54fdf6a91a16,Leizler Oil Company,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_eb06ea30f30856dfe0d176208a5d3aa9,LEMONADE LA,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_cb4f1be2ca466ca2c0ac67985cea27e9,LendNation,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_0f61bed28c961728f0ca7f0eed0c4d82,Lennox,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",LII,NYSE +SG_BRAND_4848e8e6887514370644708cad5b3c30,Lenny's Sub Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_05fd8990d3865f6da0b51737b673fafc,LensCrafters,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_463f1ae3de3fd818,Lenwich,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6b873d284c36253691b946c32163c7db,Leo's Coney Island,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_385ca961d90b31f1,Leon's,"",442110,Furniture Stores,Furniture Stores,LNF,TSE +SG_BRAND_19f27589aab05bce,Leon's Style Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_6361590033d6330e,Leonard,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5401e154274ea76d,Leppinks Food Centers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_12955480f7f4ce30,Les 5 Saisons,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fbba8af033768509e73fec38b9ce7489,Les Schwab,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_589115bb992485091b6cf7236b111811,Leslie's Swimming Pool Supplies,"",423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,"","" +SG_BRAND_7bed41230dc08a72,Let's Yo Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_725fe6567b0dd2e5,Levels Barber Shop,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_f010ccce6197e56866c8c6e4f7adec39,Levi Strauss & Co.,"",448140,Clothing Stores,Family Clothing Stores,LEVI,NYSE +SG_BRAND_5a9c085706dc9b0a,Levin Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_db7d36e82c342df9e80d334e6d87c206,Lewis Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_559a2eae9b8546bd,Lexington Hotels Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_2a972164e25bd335636cbd451a40b853,Lexus,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_66d704cb9368188d46157f623a1f0324,Liberty Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e9ec1ccdd1fc27c6ebff4cc7930bc3b0,Liberty Mutual Insurance,"",524126,Insurance Carriers,Direct Property and Casualty Insurance Carriers,"","" +SG_BRAND_1ba9f12459f6629c184df828c51f48b4,Liberty Tax Service,"",541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,TAXA,OTCMKTS +SG_BRAND_60cccf0fa7281760ebdf37aacd7146aa,Liberty Travel,"",561510,Travel Arrangement and Reservation Services,Travel Agencies,"","" +SG_BRAND_649c050275dadbedd71206a6efaba10f,Lidl,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6679f28598318625b9e60f581a6df901,LIDS,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_e92d16c1430ab22081cb5c4a7e1fcc95,Life Care Centers of America,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_7266145cfe83f5f1,Life Church,"",813110,Religious Organizations,Religious Organizations,"","" +SG_BRAND_76f36c743b5efa06d2e1a8563c4d9384,Life Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,LSI,NYSE +SG_BRAND_0da4884e9cc2b3df1b8c4df2ad97bb87,LifePoint Hospitals,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,LPNT,NASDAQ +SG_BRAND_e992d80ce4aa56283b26fea4004c5486,Lifetime Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7c1d72d709c477e74347f2e8a52229d5,LifeWay Christian Stores,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_6aa3f3d2cd850c522c81580e49186565,LiftMaster,"",332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_698786da99a145c2,Lightshade Dispensary,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_985ae6f2ebbf46bcb1d850e2d4cb3299,Lilly Pulitzer,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d49d23f7cd240b5840ac72bb89e1f586,Lime Fresh Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5284d83b5384ed64,Lin's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dedfe1286c7b77b0170c1abccae29bb3,Lincare,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,LNCR,NASDAQ +SG_BRAND_aa45997477591e27601c436bcb228d6f,Lincoln,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_84e3d872d0fde79f5d6367af1260968f,Lincoln Fried Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_702563f965a1b6da,Lincoln Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_ae0f21a66f3facd56c9d3fee29a87d83,Lindberg Nutrition,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,Lindt,"",445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_4363bc29f5028463,LINE,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_c823fcb1082f93a0f5656ddcdbf41df3,LINE-X,"",332812,"Coating, Engraving, Heat Treating, and Allied Activities","Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers","","" +SG_BRAND_c78eae792bb939f1e832fb7740b6bc97,Links of London,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_634433363e85b237,Lion's Choice,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f5fdeaaf1fbc048,Lions Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1ecb8a188a3821dd,Lipton Mart Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_306d0b64414a688d,Liquid Highway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_43464b12e3ee38bf,Liquor Barn,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_14230025cc620c70,Liquor Barn Party Market,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_7d13e43b1863232c,Liquor Depot,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_6a5ae1b8176df62a417ff5c38defa2dc,Lithia Auto Stores,"",441110,Automobile Dealers,New Car Dealers,LAD,NYSE +SG_BRAND_3654ed70612445d52bf3b6f6546d1f23,Little Caesars,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_518f7416de462dd4,Little General Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2e54bcd03cd52ba7,Little General Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_a501d64c00248771f13a1ee59fcfb5cc,Little Sprouts,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_55598e0edacdb570b6320f8171627a96,Littman Jewelers,SG_BRAND_1f852a23da4b7250,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_54e3ed00f1124205,Living Spaces,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_43c6655eacfd4ca8,LivWell,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_6f81a6d887b57803ffe742ad76e80556,LKQ,"",423930,Miscellaneous Durable Goods Merchant Wholesalers,Recyclable Material Merchant Wholesalers,LKQ,NASDAQ +SG_BRAND_f18c1113a403dcb71167a729abf26dcc,LKQ Pick Your Part,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_37ead80146ba8f8f41d416dff99f6136,LLumar,"",238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,"","" +SG_BRAND_1b2c1b9226af80acbaf57d252171c785,Loaf 'N Jug,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1b47663a692f81de,Loblaws,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b10826d49e8b8b533113294b677ce9f0,Local Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_31bc89018aa4801b,Locali,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_460be363779b166d397081848a3e39f5,Loctite,"",325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,"","" +SG_BRAND_56bafb9772a09aeb,Loews Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_35b7168c01f2e791,LOFT,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6d7555d934650526,LOFT Outlet,SG_BRAND_35b7168c01f2e791,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_4b1cd8d8f2899d84bb64b48a7802f7a2,Logan's Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3546cdc906032e3,Lola's Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9abb4821250dc776638279e8fe87ccde,LOLË,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_179031390bea88ac,Lone Star National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,Lone Star Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_290f637801d52214fff348be4e835e80,Long John Silver's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_bb161f7e4fb160e8c7cc30cca4d418dd,Long's Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,LDG,NYSE +SG_BRAND_3e058dca3e8d9467,Longchamp,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_50141adbd06ef88fa67f6227406d6b83,LongHorn Steakhouse,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_32d247af6b53bbb9,LookAfter Hair Company,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_65be713e247e06c0,Loomis Express,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,"","" +SG_BRAND_1d259b84ec21d1b8,Loop Neighborhood Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a5004fccb085d21c68ef89920adacb2,Lord and Taylor,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_e5b647985d150065859a4d866c7daa8e,Lorna Jane,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_77b18e2f67bc17367af8232f5a149ac4,Los Altos Ranch Market,SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53beeab6b457db59,Los Compadres,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f6ab1e40728f79acab99c8646a7a1517,Los Cucos Mexican Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_069c49ad070bd5b8,Los Tres Amigos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3bb4d7476e12a253,Lost Pizza Co.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37fdf61ed058f6bf,Lotsa Stone Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ffa1cfe0b2be877,LOTTE Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_11abdd1d8b16cb4a,"Lotte Plaza, Lotte Market","",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2ec7042c5a40e0b9,Lotus Dealers,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,"","" +SG_BRAND_1b9be6a86c752f028c419753b5894ee2,Lou & Grey,SG_BRAND_17623624bd5b70d6,452210,Department Stores,Department Stores,"","" +SG_BRAND_32b83e65c4d1761e,Lou Malnati's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_681a58f031be4e92,Louie's Grill & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4ccf66c9210503d0543aa2d178a28c51,Louis Vuitton International,"",448140,Clothing Stores,Family Clothing Stores,LVMUY,OTCMKTS +SG_BRAND_8c4efb3d085bcbbe363bc4e4b9d96777,Louisiana Fried Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713f82b79c6e82475dc9837c1f76c06e,Love Culture,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_625ab5873d4bcf9c9d7e1f9aca9d7956,Love Heals,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_a890863e98c0d1a96e42033251df22b3,Love's Travel Stops and Country Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_eb0867c9d7af9db2b1c109e639d60482,LovelinksAmerica,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_23521024d1d99c7,Lover's Lane,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_d5e782f0d31e59,Lovesac,"",442110,Furniture Stores,Furniture Stores,LOVE,NASDAQ +SG_BRAND_4f8a39fb928268edb1ab256922e436d7,Lowe's,"",444130,Building Material and Supplies Dealers,Hardware Stores,LOW,NYSE +SG_BRAND_a28736bb3983154d7ba9d0f06721a935,Lowe's Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3354020c8d1520194fa15623ee4e3a4d,Lowe's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,LOW,NYSE +SG_BRAND_24e66431aad31242,Lowes Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_67a2e4715125ae95,Loya Insurance Group Fred Loya Insurance,"",524128,Insurance Carriers,"Other Direct Insurance (except Life, Health, and Medical) Carriers","","" +SG_BRAND_2724c6c3776c6a9c6f995b501f9ab53d,Loyal Companion,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_bbdcd2af854df91c7fe3b9060f7e2a1f,Lube Stop,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_f58dcf87fd118ac9dcb9b193f009a072,Luber-finer,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_74907732fb78c04484336adaa865ba89,Luby's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,LUB,NYSE +SG_BRAND_a2757a48f33203e126f8df7b75fca16c,Lucchese Boot,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_f0297f7e9e4e12dd135a55cbfb99bf49,Lucille Roberts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_89c6c732c44d93c,Lucille's Smokehouse Bar-B-Que,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3e8b1409cb5affc2,Lucky Baldwin's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_109c7226264f4814,Lucky Boy Burger's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8f2def621f471c2988f395e3a0043426,Lucky Brand,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5be7dbd421198d0b,Lucky Strike Entertainment,"",713950,Other Amusement and Recreation Industries,Bowling Centers,"","" +SG_BRAND_a909f280ad99ed072dde139389334541,Lucky Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dc676f7ffb0f36d,Lucky Wishbone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe114709520095760789f99a5070c851,Lucky's Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3519f8c619e384b4,Lucky's Steak House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0e557d2bf0e550,Lucky's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_30e11041f82c8f3c,Luke's Lobster,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdaff31f461d856a3b89eaffcbace55d,Luke's Locker,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_bca53afa4f695b363941026d0cbd0d7f,LUKOIL North America,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,LUKOY,OTCMKTS +SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,lululemon athletica,"",448190,Clothing Stores,Other Clothing Stores,LULU,NASDAQ +SG_BRAND_e5668bf4ffb3cda2db8765b3ebbbd04d,Lumber Liquidators,"",442210,Home Furnishings Stores,Floor Covering Stores,LL,NYSE +SG_BRAND_70d57371a53c0bbc,Lumberjacks Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ca7600ff57ad9dade2fa7711ac546c6a,Luna Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1883b2c48ea5f665,Lunardi's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1fcee866e2fe938c,Lunchbox Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_cd1592422436fa87f4e048f62c145659,Lund Boats,"",336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_08d04937c62e495c42a054d0e876e37f,Lunds & Byerlys,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dab63acecc38fe9cbf6008a27a11c5b2,Lupe Tortilla,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_73f7c3d6ad6e4a0c7697a7e6fcd3a8d6,LUSH,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_54d9234c7df5c9bc2e15f97edd3d2b8c,Luvo,"",311412,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Frozen Specialty Food Manufacturing,"","" +SG_BRAND_de678b439c86094c100c1f2553d7d9fb,LYFE Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1e71d7ff4c2367f1,Lync Cycling,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_33377424ec423fe1,Lynns Dakotamart Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4fe7d8a2d8670b70,M&H Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a6ff46012f19fcf9,M&S,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_528b789fac605691485c939ca81af840,M&T Bank,"",522110,Depository Credit Intermediation,Commercial Banking,MTB,NYSE +SG_BRAND_761ca6433a57f3f00d3f9c4a6219ee42,MAACO,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_58e2e2ddc4008302e9cdd190f7f7f1e8,MAC Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_1c488d52796e5123,MAC'D,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6f30a635edc4f149f28bf8463f03788a,Mac's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_eac6db8a25f8a03b5c00b7c8bc1fd0ad,Macaroni Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_293d0f15c22d5bd6,Macey's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1f85a6e12c929ea,Mach-1,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7759913829c08df8,Mackenzie River,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c4dcaa7cf7557d16a01eae1dcfc5fabd,Macy's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_b287a66a7943c47f,Macy's Inc,"",452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_af0f3cb4003168fe73ba0c5c707a2aca,Mad Greens,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a1e4df6a9359c4e,Madame Tussauds,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_25c3900e3c529c8be2fd639ae1932728,Madewell,SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_1bd8530e004ad35a7c4c0be99cd2136a,Maggiano's Little Italy,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_6f5c42061327f0cc,Magicuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_357dbc7cc134681d4b7b20ceb35cbe83,Magnum Boots,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_a47370a8b7b4235,Maid Rite,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_55673b0d8681b9b70d2291c2747f4288,Main Event Entertainment,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c123f4bfa30e571b20f37887488c5309,MainStay Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_565abf566af47c23,Malbec Argentinan Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_46ee73a39467ed6a,Malco Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3dcae272c920586f,Malibu Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4936754f896f1477,Malin & Goetz,"",325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,"","" +SG_BRAND_e55262ffa03395e,Malone's Cost Plus,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_635f50319a4cddf8,Malvern National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7ede92e0120743d7,Mama Deluca's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_538a85d6f12a6bb1eaac51da7a8545e1,Mama Fu's Asian House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c3b822ecc973261,Mamoun's Falafel,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e1ec8d81a1250f3b7dbafec6f79ea467,Manchu Wok,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_573e8b987f0dbca2,Mandarin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11149b21b8f0a912,Mandarin Express Gourmet Chinese,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1e817d9a00135172,Mandarin Oriental Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAORF,OTCMKTS +SG_BRAND_99abeb7cde8305d04dc4517fe7d34f41,Mandee,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_29f77190890d48633ba6dd9934704761,Manhattan Bagel,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAGL,NASDAQ +SG_BRAND_66fff1e96999ae66,Manpuku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4473d13aa58fbe37,Mapco,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f378e0ed46d1028d,Maplefields,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_df97beee553caba30f86799ca015f153,Marantec America,"",335999,Other Electrical Equipment and Component Manufacturing,All Other Miscellaneous Electrical Equipment and Component Manufacturing,"","" +SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,Marathon,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f388018e24ec12a7c71a397a5aea6e5c,Marazzi,"",327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,"","" +SG_BRAND_f311d7713c7aaccd892d0f8b6d8ec08f,Marble Slab Creamery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_e3ce51b5d9dfdc54239c9bf190cd7071,Marbles: The Brain Store,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_9aa4326876937a06c077c2eecd160e8f,Marc's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_294e2d366829e505,Marche Ami,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_341d70aade9bdfa9,Marche Richelieu,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dfd09d2081eb0c5ee1430ff7e55b27fc,Marco's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a6f6390f0895160f0924d226e97a90aa,Marcus Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_8e3b240075e32843372ef29d5710b316,Mardel,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_c46a73b3a7c6415,Marden's Surplus & Salvage,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_79449345fa6b880e,Margaritas Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3854f82dcfd9760f,Maria Empanada,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_771abce25678f8b35c16b7c6bd7416d4,Maria's Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8718c900474392e658676db63daa80e4,Mariano's,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_d52b45d735bff720ebb1433f66553049,Marie Callender's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dfb55775fdaf1f819cd1015d9ba135ee,Marine Layer,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2376f23ec8af8ca43e2a4cb3aecd945d,Marinello Schools of Beauty,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_bcf753ca70f0c7b9a004898750a34011,MarineMax,"",441222,Other Motor Vehicle Dealers,Boat Dealers,HZO,NYSE +SG_BRAND_1e4576355ae4b6dbea2be84abab38339,Mariner Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_523f7b422d750d51,Mario Tricoci,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_1ffd3f9aca867752,Mariscos El Paisa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_238d1a11cf1a0a26,"Maritime Energy, Maritime Farms","",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_41c065064fd1847c,Mark's Feed Store Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_356b1d4e8e96334a,Mark's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_056eb60d75ec2634906001360d4d2ef4,Market Basket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_826a45dbf90276a8d206b59dc03996ec,Market Basket Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e386b0686a23e51,Market Broiler Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f5098fe9e355e54,Market District,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_67c73d9d54fd137b,Market Express,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5cdd3b3566d43e22,Market Fresh,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1edd8c787800d4a,Market of Choice,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_312263c64ddea25e,Market Square Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5b7482d6c331cb1d,Market Street,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b14ba08fd54857d,Marketplace Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_cb05206b0ac967e6,Marlo Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_d88b64432dfd99c4f4b2e8ea6384cccf,Marlow's Tavern,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_733366f73b963ec4,Marmalade Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_924be73a903e05f85b91be0fbcdf503d,Marquee Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_02f92da3a9b57d43,Marriott Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_38120988bcd2b824,Marriott Vacation Club,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_73da09f8eae520fe92c7fceb0039e9f2,Mars Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_15e176c52f90c94e,Marshall Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_abfd923a6acfc93e81ba94b0310b47b2,Marshalls,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,448140,Clothing Stores,Family Clothing Stores,TJX,NYSE +SG_BRAND_78f47949e518ef6ec969649507b3e1d2,Marshfield Clinic,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_27e156f57b8fd43184fe629d5fc60b7d,Martin's Foods,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bcf0499b1206245602c7bea223fed55d,Martin's Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3c4ae7583a9f8453d91415526126f2ee,Martinizing Dry Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_26a719f1617b7942,Marukai,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f3c0dfec75964115,MARVIN'S,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64f59b4d3932544a,Mary Browns Chicken and Taters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31b6bf28b4260a63,Mary's Pizza Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_964383dd4958d4ee67bd67966c3df5eb,Maryland Fried Chicken,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d20d40a51d7593f23de13889a3052735,Maryland SportsCare & Rehab & Professional SportsCare & Rehab,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_57b34585fe1ab98b4be4cc399fc30c6f,Mascoma Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c8e33a48e3b0fe1f27c5a2ca67c26161,Maserati,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_0b62e14629148af1696b618f3c5dbd63,Massage Envy,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_7c30c02d31e2d307d7ac540e35911b16,Massage Green,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_48cf94832e223f5f6db8bf8e9c3f5af7,Massage Heights,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_0eb9a210812f86d07cb6c6b046dc457a,MassageLuXe,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_490b5d5c8c4fd070,Massey's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2a76be9089d9f70c099f1139f776095,Massimo Dutti,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6e0d90a0423fd2160e3b8903c2dc446f,Master Tile,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_1e0a400aca5026fd1858b921d0ea08cd,MasterCuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_427a61f3aa086553f22511938eaf9773,Mastro's Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_358a39138c87a230,Matchbox PIzza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_41d66d16ecbbe70d,Matherne's Super Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_49852cbdd9ddbaf36f2f0af9372a8da8,Mathis Brothers Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_831e11d71a0041f2d81c15ad76112d3c,Mathnasium,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_1a11a7c592f69bca98876c223bd9e4c8,Matouk,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_1f4a5d283343d8ad,Matt the Miller's Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_57e7cf3c20b64224,Mattress & More,SG_BRAND_76bdb26dab80b8d7,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4b3b04f953d9c06053aba73ef4672702,Mattress Firm,"",442110,Furniture Stores,Furniture Stores,MFRM,NASDAQ +SG_BRAND_7d1db5e19fd79e88,Mattress King,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4dba4e2505975f51917f8fcb604a22b4,Mattress One,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_43714f56660476c14491570aa8cb6407,Mattress Warehouse,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2aa667329bfef95d,Mattress Warehouse Inc,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_83be7c01a435f2731cae6de05b822a0c,Maui Divers Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_c35867c4eff5dbc676b59f3ea1940189,Maui Tacos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a30778528a6e9eaf3c29e53495196218,Maui Wowi,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f8f168c7e78af79a796297500e221a15,maurices,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_8082c3fae6b11bfa,Maverick Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_857fcc0687933d1589554945329fe236,Maverik,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_6e94fef414696888e1cada422b27692a,Mavis Discount Tire,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_f6f1d538e2e2445ed6927ea53a08f44f,Max & Erma's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6dd2e677a6c56251,Max Arnold & Sons LLC,"",424710,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum Bulk Stations and Terminals,"","" +SG_BRAND_5f34483b2ff55768,Max Brenner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_45e5a2a121a953429d0c02b453a8af61,Max Mara,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_f0a328c235cb9b62592fcdb1d573d81e,Max Muscle,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_6102595d5f12b4ce,Max Studio,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_45e8e98425969231,Max's Mexican Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_79c086debeb9b3e8,Maxem Health Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_713328d86e74f0ef,Maxi,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f89a45a934bf67,Maxor Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_48ef5a40201820f9,Maxway,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_5c406c6f1a68aae2,Maynard's Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_afffabf7ac4a5606f816bc852590dd01,Mayo Clinic Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_59f209acd683bb3b,Mayors,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_b7d0308621091afe8588693966373120,Mazda,"",441110,Automobile Dealers,New Car Dealers,MZDAY,OTCMKTS +SG_BRAND_d913b90c0306899829d5830395db7c5f,Mazzio's Italian Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a7b1ab4c6661237b2868db054a99f47f,McAlister's Deli,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_61d22f6575a06f47,McCarthy Tire,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_352a54b580210b3e,McClure Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1acb147cff4bf1d08d2e89f3df9b99db,McCormick & Schmick's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89deb8287ae6a7ab779085a325a5f3ce,McCoy's Building Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1e16ec3528e9b20e,McCraw Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_5179b21fc1d50950b99b4eecaa48c614,McDonald's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MCD,NYSE +SG_BRAND_182e37246f1e3f23,McKay's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_49b6b1cda514e269f33b01b89cd2dfcc,McKesson,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MCK,NYSE +SG_BRAND_6ce3a31c82278a3b,McKinnons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47581eefc1614b13,McMenamins,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b756e7ee1518c75,McQuade's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_68461493a754df6f,MD Now Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_11578ef312c914ca,Me-N-Ed's Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10ed1370e8d52c43,MEA Primary Care Plus,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_59e4f77574e18b11,Meadows Farms Nursery,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_dd01056921209e74,Meatheads Burgers & Fries,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ac57c83e87e38cb,MEDcare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_2e2ad802d159200a41babd8acf3742f6,MEDCO,"",423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",MHS,NYSE +SG_BRAND_f47affe08d7e827c610433b0f56f704d,MedExpress Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_954a849392fc5c9e6ed40daa6bd5dfab,Media Markt Spain,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_e3d6fe8c53ad0246befb2e6ee562a297,Medicap Pharmacy,SG_BRAND_e6b579afa8461d8a315125f18c697f19,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bc4c3ea6b717f96b2a17ad860a537903,Medieval Times Entertainment,"",711190,Performing Arts Companies,Other Performing Arts Companies,"","" +SG_BRAND_bd6627ae2f615f963f3682eb4b5a21b7,Medifast,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_371ed8ab7223e0b8,Mediterranean Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_83acfebea16b1911,MedMen,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MMNFF,OTCMKTS +SG_BRAND_92461b74ceddfe,MedPost Urgent Care,SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,THC,NYSE +SG_BRAND_150aaf3ce4078184,MedSpring Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_cfa0ea75ca111c3c7cf96ed9824ecd3e,MedStar Health,"",621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,"","" +SG_BRAND_3f22cc50d8b65e414af190e0def11b73,Meeks,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_1b407d3f72eada198e552ea3ef2dfb1e,Megaplex Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_da8801acf8224dcb0fc1554dfaabec5e,Meijer,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_db6b48fc042f3d3381391caa74ab3e14,Meineke Car Care Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_e376951db984cbcf0294ac7941405c35,Mellow Mushroom,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_221db6d9bf01e1c2,Melrose Family Fashions,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2e7e8f35587e1cc0,Melt Shop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4236172d27616607,Members Cooperative Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c61c7072ba0c1825,Memorial Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_ac634d3e660e5304,Memorial Hermann,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3ea69e592d6b7424,MemorialCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c4572aee90f89411155f29bd22165de3,Memphis Wood Fire Grills,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_ea4bcf22d2b43e23fdcaca9f9b16be77,Menard's,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_886d7e61ac617c15ba305e27aeba5f52,Menchie's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d731526b9cef36525d608a32502ef2b9,Mendocino Farms,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40318796f2b514b0,Mercantil Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_28a0f1ea96b87186959b09d3f4dc4af9,Mercedes Benz,"",441110,Automobile Dealers,New Car Dealers,DMLRY,OTCMKTS +SG_BRAND_25a42b46e8e0429e6288cff02115fa47,Merchants Bank,SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_c4a9c8a49f522eb6,Mercy Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_b432a8615c6b965d,MercyOne,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_85c69c700c32ab8a,Merit Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_7b50eee467c9515dd6779b8da48bdf7c,Merle Norman Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_46eb4db202c30c131d0c74610899d4a7,Merlin 200000 Miles Shops,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_26f4590def10248783a1c773fe230cc7,Merrell,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_44f5944cc1e9f835,Merrill Lynch,"",523930,Other Financial Investment Activities,Investment Advice,MTTX,NASDAQ +SG_BRAND_a1e3846a69b269eb0b003d83ed9d69a0,Merrimack County Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_748b33cb2d7ba90c3e71ce53809ba261,Merritt Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_8336974f8bff28246a804c3d31ea932f,Merry Maids,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_22bc7cb5808d58ec49154013c14dda7f,Met Foodmarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d8338e40765960e7e7a8c4c63c01594,Metabolic Research Center,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_267ebbdaa164564c880d080271397617,Metalsmiths Sterling,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_3e62099930e819f,Metro Dentalcare,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_e9c05760667278bb793180dfbd8f3223,Metro Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f760941f862734b2d6d5e6a9fd4de09,Metro Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f98082e677a8192c0eb7efebda95207c,Metro Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_26e4288a03430d18,MetroHealth System,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_466c5e58583e5f0e529c4c6eb71c4fdf,MetroPCS Wireless,SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_31f3280ea1096155,Metropolitan Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4733f947843c042310f0cea56354b254,Mettler,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_10e4a5a43a173542,Mexican Inn Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7aa60456496e5d94,Mexican Villa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7bf4ea17257d00a6,Mexico Lindo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cfbd063ef837319f95f6c3c3bd106695,Mezeh Mediterranean Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_af897618ee5115cae1abfaae4bf8b116,Mezza Mediterranean Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ef04821a308726904ad8512924634b7e,MFA Inc,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,MFA,NYSE +SG_BRAND_4b265686de98393b,MFA Oil,"",447190,Gasoline Stations,Other Gasoline Stations,"","" +SG_BRAND_51ea13820ab33db608fdc6af3f8186e4,MGM Resorts,"",721120,Traveler Accommodation,Casino Hotels,MGM,NYSE +SG_BRAND_49838ba4bc87007a,MGM Wine & Spirits,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4180a2e85825d616,Mi Casita,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_900258b7aa4c18c2713e2b08ffd0633e,Mi Cocina,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50b23a4633cf2129,Mi Ranchito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,Miami Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6fac238101fdcd8c,Miceli's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89896b299191a09f8ffde872a296da04,Michael Kors,"",448140,Clothing Stores,Family Clothing Stores,CPRI,NYSE +SG_BRAND_89e08dc506539722a8c06916c897026e,Michaels Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_48c0d010c19c15aff729182501465b8e,Michaels Stores,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",MIK,NASDAQ +SG_BRAND_5e8d20aea751ef7c,Michigan Urgent Care & Occupational Health,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_21a8569d4e6a9212,Mickey Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f4ec2c3e5e5bdc50dcf0937dd89ec2dc,Mickey Shorr,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_94d059a5e14d4c2641f05bd48d94a7f4,Micro Center,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_5f532a3fc4f1ea403f37070f59a7a53a,Microsoft,"",443142,Electronics and Appliance Stores,Electronics Stores,MSFT,NASDAQ +SG_BRAND_3eea9f8779347c94,Microtel Inn and Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_51580924229c9320eff44d32c7e74640,Mid America Clinical Laboratories,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_94c6de8e7f0a3881c14ed4bbbcb514ab,Midas,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_20ce5dfb5cdd4d32,MidFirst Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_52a86b883a2c9afd,MidiCi Neopolitan Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e70329116af07d5,Midland State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7a2f899064b0f64f,Midori Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c02a0180e2875db8d36a494437fe23e2,Midtown Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b93a797674f7257fdaa173f6572fb63a,Midwest Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4eb65fc6607ee873,Midwest Petroleum,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_57487ba49f13c225,Midwest Vision Centers,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_3a10c1ca8b7824f7,Midwood Smokehouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_054f9e874f9d5821,"Mighty Fine Burgers, Fries & Shakes","",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c75c3d7e2fa484d43255abdeffb45dc6,Mighty Flame Propane Exchange,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_2a7f101eff6b1854,Mighty Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3d49ea15026df307,Mighty Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7699da4304557b31,Milio's Sandwiches,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2215fe2bdbf3937a,MIllennium Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_cccc4b6e19911a19fb31b3cb470a5f16,Miller Paint,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_a5a8e0af54c372f976a8552b19d42660,Miller's Ale House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4c0781e7d4a221a8,Miller's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_281ca1bf597586208d719aacdd67fa73,Mills Fleet Farm,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_748a0a1a6412865e,Milo's Hamburgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_260cf7dfdf6ee3b2b430331f20c8211f,Mimi's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_44c6c370fd1859325f7119e96a81584e,MINI,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_1d8c5f2d089054f1,Mini Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d18fb10536240a9460e8078c4f6e1811,Mini U Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_e1e142a56327163,MiniLuxe,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_205f9fcbaa95603e,Minit Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_26445288810e5750,MinitMan Food Stores,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f5fd959b8f4d004f14b7d54d2f89b94,Minnieland Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_7addbb50380d485c29258638e50c38ac,MinuteClinic,SG_BRAND_72f1a850d966375fa159121c7c8b09a1,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),CVS,NYSE +SG_BRAND_39e3a9ec8e2a01da,Minuteman Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_da6d31429170ed4b9b599780c5e63159,Minuteman Press,"",323113,Printing and Related Support Activities,Commercial Screen Printing,"","" +SG_BRAND_aff67914c57e7582a9ef26f7e3e80183,Mirabito Energy Products,"",221210,Natural Gas Distribution,Natural Gas Distribution,"","" +SG_BRAND_dbd5107585ce3c5233c7dc508e7cedad,Miracle-Ear,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_513aa9820be8fdfc,Miraval Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_37d919842ad8bc5b87fa470376af6d3a,Mission BBQ,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6eb12b87205a0a78,Mister Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_84867ff4b1513634091d5a1c3eb4296a,Mitchell Gold + Bob Williams,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_416cca15361bbe54,Mitchell's Fish Market,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e03de6e9590dc665,Mitchell's Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_11eb670fec8a79bd,Mitchell's Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f815564f1fb658fbc1d8df4eb059ea77,Mitsubishi Motors,"",441110,Automobile Dealers,New Car Dealers,MMTOF,OTCMKTS +SG_BRAND_109b1f619cedc25a,Mitsuwa Market Place,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_454235bf4095c78a,Mixt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_160ebfc25995f0fa,MJM Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ab49d1ea4009e85e1da3e0071bd568b5,MJR Digital Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_325036e8d93d80a8,MNI Source,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_5b0bdabac6b05c2e37cd904ce2c6fadf,Mobil,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_e71f02f39f72dd887145ef15a9fceb97,Mobile Mini,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,MINI,NASDAQ +SG_BRAND_2ba1bf1377e1eda4,Mobydick House of Kabob,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20b34dbdde8940a2,Mod Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_64e49e1011d505c4f87a72c2c29be07b,MOD Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3efbddcc0ee96975aacd4e18fc1a3a9a,Modell's Sporting Goods,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_b3e899a755e995956df23d01ea766056,Modern Acupuncture,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_423a871bdf1f1eedddf1314aa20f67e2,Modern Market,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27c76400ab1bde32,Modo Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_795bc17a580defad,Moe's Orignal Bar B Que,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f42806be078e8ad6edf966cbbf372579,Moe's Southwest Grill,SG_BRAND_3626cf91f0dde442,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fae9a73856d0261bc4185eaa7409c6cf,Mohawk,"",423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,"","" +SG_BRAND_6c9aa50e3979894f5eaf96f21e955096,Mohegan Sun,"",721120,Traveler Accommodation,Casino Hotels,"","" +SG_BRAND_f8c9b0b85d14062315db8988a76340ea,Moleskine,"",322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,"","" +SG_BRAND_3cdf51e28ad4674e,Mollie Stone's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_23db07228f1b1649,Mom's Organic Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f04ad68a5926150,Momma Goldberg's Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_47db3a68d6365ffd,Monarch Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_aaff7547d7ca1821,Moncler,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d136c29c8966aa743f29c9f8179289e2,Money Mart,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1a3d18277cd2e8d5932bb0d5c4653085,Moneytree,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_c2ae41f41239abb0,Monical's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_70e80b1628563335,Monkey Joe's,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_462c6e01a2086f21,Monro,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_00ec034a0e1b5ad448338d6cca4f465a,Monroe,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6c171239d07f223d3f86699d42c336dd,Monsanto Asgrow and DEKALB,"",111421,"Greenhouse, Nursery, and Floriculture Production",Nursery and Tree Production,"","" +SG_BRAND_1b8e221389c746b9,Montage,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_308f18a586a941517358ea4356ac9c4d,Montana Mike's,SG_BRAND_5a3ecd02bd631b54,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a40df22f64943e2d6e2d37ef55a26c8,Montblanc,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MLCMB,EPA +SG_BRAND_2434b3797899472d,Monterrey Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d031823753b8a59,Montgomery Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_730cd1c680f99dd4,Moosejaw,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_dd7dc37651251aa6361e616ef2f8ed07,MOOYAH,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ddb2ab7b49460f5afa866065a96c96ec,Mor Furniture for Less,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_b1a48b2577d967619db83f8d4172b23b,Morgan Buildings,"",321992,Other Wood Product Manufacturing,Prefabricated Wood Building Manufacturing,"","" +SG_BRAND_1aa704ea288c16e3fdaafce3333e7eb4,Morgan Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_4f981c92c6b18e0e,Morgenthal Frederics,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_512ef2658762ed7867313f26e137fa42,Morrisons,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a4a890ad1a00d6b,Mortenson Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_eb46b8c03a20103570adf067bf65fb77,Morton Building,"",236115,Residential Building Construction,New Single-Family Housing Construction (except For-Sale Builders),"","" +SG_BRAND_0f47631937472b7c15b5c95e9b4c402a,Morton Williams Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a0a615905acfba510a89b4d65f7fa55e,Morton's The Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,Motel 6,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_728cd6bd3a1790e6b8c51648580c33a9,Mother's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_31ccd8f9ee06db07,Motherhood Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_5fadde6ba5908b1a,Motion Industries,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_7fb70038e68e9600,MotoMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_11adac1cfd113915,Mountain Hardwear,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1e8f4e48e8ede5113518c2d5acea36fa,Mountain Mike's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ad74e2c885cc4b6,Mountaineer Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f12379d2e0571cb0c196babad0ad667e,Mountainside Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5d94444c35b56a9b00bd6e8d22c9b573,Movado,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MOV,NYSE +SG_BRAND_bbdcf2d34e46de723877b32d7fa190a1,Movie Gallery,"",532282,Consumer Goods Rental,Video Tape and Disc Rental,MOVI,NASDAQ +SG_BRAND_3ac7d71f1abc0f6cace017f8ec7d23d2,Movie Tavern by Marcus,SG_BRAND_a6f6390f0895160f0924d226e97a90aa,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_54c0d79d060b5846,Moxie's,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_3baebb140e1eaa8d,Moxy Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f152897c9477af1,Moye's Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_173677f73724eb74,Mr Chow,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fd85383b50e7bfc,Mr Handyman,"",236118,Residential Building Construction,Residential Remodelers,"","" +SG_BRAND_2daa4cfee1741a7eb4d8935072d3c40a,Mr Jim's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e6fb31b2cd58f99fdccd4b80ec32fab,Mr. Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5508049bfd2bb2ad,Mr. Gas,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_f53e25d77610a90b0174f9db5ef22ab1,Mr. Hero,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dac102e29e5bc42b,Mr. Mac,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_11a17397cbfcea0bd26ebd70fd5b2336,Mr. Payroll,SG_BRAND_8e4dd7bd1eafa28b,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities","","" +SG_BRAND_29f8ce6666d4687c,Mr. Pickle's Sandwich Shop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2c023640bfc32ed6cff80f66e643120,Mr. Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7e4ede93ace5fa5f,Mr. Submarine,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c4bff7ee5f31b2c5f667c068f2bd50ce,Mr. Tire,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_4883a09589280ea9,Mr. Transmission,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_5bb4fd8e9e6b1fcf24c2f99ccb53f610,Mrs. Fields Gifts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_7ed80027369ca26538908b5e30b6c570,Mrs. Winner's Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6351c180fa642ab1,MTY Group Inc,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_298ec32192733964,Muchas Gracias Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efa564e879e607a3ddab88327795737f,Mucho Burrito,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32e418672908887a75d9d2eace0fe499,Mud Bay,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_893188b2ead2375714717edcca604bac,Mueller Inc,"",332311,Architectural and Structural Metals Manufacturing,Prefabricated Metal Building and Component Manufacturing,"","" +SG_BRAND_4fbe4fcb8e82e5c5,MugShot's Grill & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5426ec60ec662b89,Muji,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d10e4a3611161b1f,Mulligan Family Fun Center,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_9d4960379a521976155013ed0fa2671f,Multi-Specialty HealthCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_faf821654491145e08d946a04db4f3d8,MultiCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1b955d79ab01142e,Murale,SG_BRAND_1b47663a692f81de,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_ba2c83002440d2359dca80a9852be5e6,Murdoch's Ranch & Home Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_00ae747ff5ad20e83df439ab616ecc35,Murphy USA,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,MUSA,NYSE +SG_BRAND_b91a40ef08c49985213bb051150ba2b9,Murphy's Deli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2bdcba67b27c18f120b5543aba2f7020,Muscle Maker Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MMB,NYSE +SG_BRAND_468fdca1732445b45f09ee804f275130,Music & Arts,SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_5a393a755473cbb0,Music Go Round,SG_BRAND_6078c00b7e4eb7c3,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,WINA,NASDAQ +SG_BRAND_1b322400dec2206db69d03f474d8ba8d,Mustard Seed Market & Café,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_4583646522636fb6,Mutts and Co,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5d9c4d15214bcc7dbc4ced56842b5a58,Mutual of Omaha Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3459612970a68a5d,Muvfitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4ce9947c43d48d84,Muvico Theaters,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_e1dafc481f64ce,MVP Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_70ad43ef2f231e93b96e0168a0f2a8f1,My Favorite Muffin,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a20d9bc06bfee379b473b2a9ae408370,My Fit Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e3427b794f658470157d1f5f565e86f,My Gym Children's Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1617da4d9d55dc44df9681ca9dac5c2b,MyEyeDr.,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_050ddbb5d122b659d1a7d274cb860407,MyEyeLab,SG_BRAND_1a21718075662c354a39d31c6d5161a3,446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_a9ff455fc3b0b8f505d5960bcbe6c444,Na Hoku,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3ec5a0f4f4a5e19fa7f66a7b417c8269,Naartjie Kids,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_9e7798957983da852cb2d3716212036a,Naf Naf Middle Eastern Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2232a92d0a865f03,Nail Garden,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_73f44049752a8258,Nails Plus,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_558e1250f39e9ec5303ed0b6f3fb6796,Nambé,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_414d2de83c559468,Nancy's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b8aba8c57818c33,Nando's,"",812113,Personal Care Services,Nail Salons,"","" +SG_BRAND_dddd21f70594bf6e,NAPA Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1b2055b23db7f6c8,Napa Fayette Pat Services,"",423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,"","" +SG_BRAND_e17d03cf7333517e1912b40ecfd766b8,Napoleon Grills,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_2c746632e7ef613a,Nashville Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_897e9525928c6537946e8b836dfc1c89,Nathan's Famous,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,NATH,NASDAQ +SG_BRAND_40ff3f31adb8051,National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,NTIOF,OTCMKTS +SG_BRAND_6460e41dfb47afa0,National Bank of Arizona,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1dfcb76f6403d3c7,National Bank Virginia,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_eb3c8d85c6411e34ceb6681425832b72,National Car Rental,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_e0d979d6470fda5ae0d86489b79b612d,National Cash Advance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_031a86b036bad01a966b3d7a5e8470e4,National Glass Association (NGA),"",238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,"","" +SG_BRAND_e9878bebd1957e5e99c21180cdf8e604,National Pest Management Association (NPMA),"",561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,"","" +SG_BRAND_a4389960f6a9eefcb1bba5e35cea4159,National Shooting Sports Foundation (NSSF),"",511120,"Newspaper, Periodical, Book, and Directory Publishers",Periodical Publishers,"","" +SG_BRAND_7f044785a50c420953458855434e0adf,National Tire & Battery (NTB),"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_f511111aeaa30c6b,National Tire Wholesale,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_fa7dd3a3021189f989c83e0a10c9dc23,National TV Sales & Rental,"",532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,"","" +SG_BRAND_4e866c95d852db7a3121e52a7db1a347,Nationwide Vision,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7aeb6d2f859ca2d68975bcc29c1f1da5,Native Foods Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d0bdea475ee7d058649f7015aacdbf87,Native Grill & Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e9c842e3c130af3,Native Roots,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_82eb09495f4ea52db09e563fe80b3ca1,Natural Balance Pet Foods,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5b4f9ae82e10ba6112a8f8fd78134a40,Natural Body,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_73df4257112c7cd3,Natural Chicken Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b6f1da512f40dfae0a7c0784e41f171,Natural Grocers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NGVC,NYSE +SG_BRAND_16692a1340694885718cd230ca3d1e22,Naturalizer,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_c9b3a94cc4ef0508d609ffd6cb591e10,Natuzzi,"",442110,Furniture Stores,Furniture Stores,NTZ,NYSE +SG_BRAND_71354dc837539464f44ecff3e19fe7e6,Nautica,SG_BRAND_8dec87ebe111e2b4,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7d320b59e29d69a0,Navarro,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_8ff42c8c88d1d1924b925f83853cd7d9,Navis Pack & Ship,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,"","" +SG_BRAND_baa77b2fa3dbd0c5f6e3039638bae389,Navistar,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_be82c0a3c3953343b719c69862917553,Navy Exchange,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_b9fc6ca936ba09958d5076dd5ebfac69,Navy Federal Credit Union,"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_4255a706c2b8f064ce8b58c3f6b93504,NBT Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_f5f1b56fb5de5dd0,NCG Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_8a3c51f7bb10e8a5b5af449c125b4656,Neal Tire & Auto,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_757849bdf86f6213,Nebraska Furniture Mart,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_42501d88a10c4010,Needler's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1b9e62f0eb87b4c2,Needs,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,Neiman Marcus,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_bba476f84bdebbd026a91fdbf3bc3416,Nestlé Café,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_4a554af07e7e6645,Net Cost Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4aee0ba8deb6ed0f68f1345844d493fb,Neuhaus,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_16e49361edce36b2,Nevada State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_17d359918fd3a6a893423f72a0898e3f,New Balance,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1855dc120288a8a,New Dixie,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_7b7f221ef3163a3d,New Hampshire Liquor and Wine Outlet,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_d10d1ea2eaa3078cd700d9e4bf0851e3,New Horizon Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_745e627524cb090e,New Leaf Community Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e59c3bbbdf6e494d6f0dc3846a2a7547,New Seasons Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f95182d04db27cd4adae94aa64946098,New York & Company,"",448120,Clothing Stores,Women's Clothing Stores,RTW,NYSE +SG_BRAND_cec9553e6d836eb0,New York Fries,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_81cb6bdd4195aa20f26134b2788c1909,New York Health & Racquet Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_911ca522dc0ffcaf22d3d7001ff65a51,New York Life Insurance,"",524113,Insurance Carriers,Direct Life Insurance Carriers,"","" +SG_BRAND_a040be730f9cb3f,New York New York Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66125ed42a91f36b,New York Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_544a3df0e8a2eaf1,New York Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6059e5c465c225a7,Newbury Comics,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_32aa08f83e65bdd7e73d5921faae71c6,Newcomer Funeral Home & Cremation Services,"",812210,Death Care Services,Funeral Homes and Funeral Services,"","" +SG_BRAND_3cd74d76cdc8a690,NewDominion Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4c4cd85cde056a31b1c1a526a024587a,Newk's Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8ecd88beeac06b4dcc7674e0b5b88f5b,Newport Creamery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb60d65e2f7f8462,Newport Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_2c5b883513346eaa0fb5621bb47da9ae,Next Generation Children's Centers,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_ee1741d5c38de6bdee4a31e7d99ab464,NextCare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_7ca0e93e68b53a3590a90a9f163b707e,NHC (National Health Care Corporation),"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),"","" +SG_BRAND_dcca5765a722a437d5b90fbe36c0eeff,Nice N Easy Grocery Shoppes,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_136227df6515730d,Nicholas Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1dc2f1729eee4943,Nick's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_22c3699d3443ae80,Night Lite Pediatrics Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,Nike,"",448210,Shoe Stores,Shoe Stores,NKE,NYSE +SG_BRAND_8ded51290967b4c,Ninja Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8928603cd5f39e8583cf8becbc180bd2,Nissan,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_bbb7a0b6aada6560,Nissan Motor Company,"",441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_15f9aa77d1dd796c,Niyjia Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_408efc0c179505c3,No Frills Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f0f653d828996fa,No Grease!,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_895cb4aeaa99ccfad8d0525d95648593,Noah's New York Bagels,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_12e55cc365b8f06d,Nob Hill Foods,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_24d619241fb82b71,Nofrills,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d982694dee007d107504f70d50e43da4,Nomination Worldwide,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_6e4e612dc06a882cd34b8d0466e84a56,Noodles & Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,NDLS,NASDAQ +SG_BRAND_6f90e678bcb218bf125add1cce152959,Norbys Farm Fleet,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3745a5a959c9ad71d1b9514de87a5fa5,NorCal Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_b01106779ddb0e8b,Nordstrom,"",448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_f8828b5b30d5d492d1517b87aec09f96,Nordstrom Rack,SG_BRAND_b01106779ddb0e8b,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_937b376f37f41f2b277838c1b57b6351,NORMS,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ed8964e548536ebfd6088fb350583cb4,Nortek Security & Control,"",334310,Audio and Video Equipment Manufacturing,Audio and Video Equipment Manufacturing,"","" +SG_BRAND_01c7aa8a05a201d0,North 40 Outfitters,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_141c6c2b765459332da36a2e8db80b75,North Coast Roofing Systems,SG_BRAND_1b2818c0478264ea,444190,Building Material and Supplies Dealers,Other Building Material Dealers,BECN,NASDAQ +SG_BRAND_54c385a865aaeb93,North Italia Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8c33208b111ea54b3199e8f9e835630,North Shore Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d0cb686da2055f4bf1d56755eb6577a3,Northeast Georgia Health System,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_48ea4160b06472de,Northeast Georgia Physicians Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_cf0ec53c9fed6686,Northern,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_39802b10785469c2,Northern Lights Pizza Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_16ab8140b3a59e193cd6cd2624364801,Northern Tool + Equipment,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_d225fa0c7d2ae449ba60aba604fe7d97,Northgate González Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c58dac900c1368e5,NorthMart,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_2b136b6fead3603b,Northside Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_31a5f0e7c078767f,Northwell Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_a69832ebe8d9a3f9103b8cd9d27c57fb,Northwestern Mutual,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_8d7694adeee12064,Norton Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6aba94cc637d072bce1f1837c324fa2f,Norway Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_573cbcaebab6b5f,Not Your Average Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_06e63dbcb0f18f13ff92bd23dd7f2213,Nothing Bundt Cakes,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_3fa02aac9962c960,Nouria Energy Corporation,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7238d42c44f66d1e6b5b403deeecb4d3,NovaCare Rehabilitation,"",622310,Specialty (except Psychiatric and Substance Abuse) Hospitals,Specialty (except Psychiatric and Substance Abuse) Hospitals,"","" +SG_BRAND_5a0efb92e9973e60,Novant Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_58e4f7bad13800c5e4f3679e95dabd54,NOVUS Glass,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_21c314976c5d31f16d07937ea81031ef,NRCA (National Roofing Contractors Associatio,"",238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_2996ea925e94b6e35fc3caf50dddbc7c,NrGize Lifestyle Cafe,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_11c34964f8cff0d9580b5627b82c71b3,nTelos,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5913cf619a3a07a3,NuCara,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_bc9afd4e2584c40671a111828fa78961,Nudie Jeans,"",315190,Apparel Knitting Mills,Other Apparel Knitting Mills,"","" +SG_BRAND_74052a4dad620fde22b548cd6a084f59,Nugget Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a550938d4a50ba7673cd56a2b9da0fb,Numero Uno Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1774ad834f86060d92b99123ae1311a3,Nurse Mates,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_e5365e24fc5005c37f902e505406f767,Nutraceutical,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_db4b8827270aefe87284232e54bd04ab,Nutrien Ag Solutions,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_bd024d556e6d1b4618e9d50cbcf23a01,Nutrishop,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_bf89947b9145e75d3202f2c4561007a0,Nutrition City,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_122a246f7ef28715,Nutrition Smart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bd591027e1d8660ef0eff0cd46c008db,Nutrition Zone,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_63fb6c3de5ee627b,NYCB,"",522110,Depository Credit Intermediation,Commercial Banking,NYCB,NYSE +SG_BRAND_7026142612839b89,NYPD Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1810f1efe2d4be0cec83c66170d68a95,NYX Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_a1602487fdedebfd951608a6646770a1,Nékter Juice Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c1b9d1472316228fa64358d9d4e866bc,O'Charley's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUX,NASDAQ +SG_BRAND_8e5762f2bca5e0a62ef5da4b78de3ed5,O'Reilly Auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,ORLY,NASDAQ +SG_BRAND_76825b1034c09c4547bafc7c6f631f17,O2 Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_17442654b28414a947bc676e080f1616,O2B Kids,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_63413f91a4c2e0fa31c5551426870f76,Oakley,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),OO,NYSE +SG_BRAND_117d91c6a02aaac1,Oasis Stop'N Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_65a950db43adb276,Oberweis Dairy,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_412f21bb0f0232e1,Obicá,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56d29db6ceb39da85aa918449ac88680,Oboz Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_4c80f87df195e554,Ocean Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3dbba66d2cde4dc7,Ocean Prime,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f91b513c6a49e54d11ec0e6a929b55d,Ocean State Job Lot,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_542d01c0cb646cc8,Ocean State Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b5043703dafdca112f25dacf8cf78b3a,OceanFirst Bank,"",522110,Depository Credit Intermediation,Commercial Banking,OCFC,NASDAQ +SG_BRAND_b520cc3a3e43a32d,Ochsner,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5075841ea4301026,Octapharma Plasma,"",621991,Other Ambulatory Health Care Services,Blood and Organ Banks,"","" +SG_BRAND_0661749fc43e9bc6bdb08b200f7b3da9,Off Broadway Shoe Warehouse,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_2bd54c48e76ff240,Off/Aisle,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_9575df69ce667567,Office Depot,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_0a7d639630e7333ab41d8dcc8d189e7b,OfficeMax,SG_BRAND_9575df69ce667567,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_7860c3886252c4cd,Oggi's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_148e9eaf8e744c19,Ohenry's Coffees,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5713aa76b4e2694a7dfe51510c54c8fa,Ohio State University Wexner Medical,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_cb504401eada7bd5630f78ea6366f675,OhioHealth,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_840f5058f3fa7010c3142d2a8539807f,Oil Changer,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_6f926df094aa19f90e76a982126e8362,Oilstop,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_2db9cc48ee5e27be,OK Tire Stores,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_f420b6f4624d45ed7886dc6db3429442,Olan Mills Portrait Studios,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_fc5a7fe7f7266eb156ec047f0a734399,Old Chicago Pizza and Taproom,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5b2a4e3c09e0829eda2bd41b8727808,Old Country Buffet,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_442f969140249cbc1ff09b17b3b6c149,Old Dominion Freight Line,"",488510,Freight Transportation Arrangement,Freight Transportation Arrangement,ODFL,NASDAQ +SG_BRAND_b9051db14066a865167ed2cea172b3e2,Old Navy,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_f8ab1224308699cecbd1681b5d667075,Old Time Pottery,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_0e658c1f1513878b3e103361691cca44,Oldcastle,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_2431c86af80e87e8f21aa6f4dd439838,Olga's Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_29e52fe03f73e6ce21a527123c4d97b0,Olive Garden,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2d9e2f442f9982a4e218d7ceafb62255,Oliver Peoples,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_36d27fc42bfdcda,Oliveto,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_991d5f52e030a7f58ca30d121b7c5c69,Ollie's Bargain Outlet,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,OLLI,NASDAQ +SG_BRAND_61098b99c11ac5960cef4b0d6cd468dd,Olympia Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_9dcdbb68a8a63caa29379592f4d2017f,Olympus,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,OCPNY,OTCMKTS +SG_BRAND_96d46be1284ec09b880b644f1200a2a4,Omaha Steaks,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_f36b7f9b8c409989,Ombudsman,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_d2413eec482054e,Omega Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_0fa34a93258ade56,Omni Family Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_61b35895d846b8e4fbbf32b8ee1be5a6,Omni Hotels & Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_bd3153c1adf543ebe54535cec7183cb2,On The Border,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_734e03b4e879287439d21ecf3aa9d4f2,On The Run Convenience,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_95e2ae894d30fd4735314ac047037d0e,Once Upon a Child,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_2e5216894e201da619a4b6dfa458698f,Oncolab,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_42a2d83db06b7f0e6e7b48a6bebe975c,OnCue,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8cd9a02f90edf94a263d1e0f3fe214c5,One Hour Heating & Air Conditioning,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_00f0efce83a7ff22,One Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_109d4852764fbd37,One Stop,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_641cc4146b01ab4e5e94e47baeb106be,Onelife Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_98fb0ace0d6a940ed8d53f890f79b735,OneMain Financial,"",523930,Other Financial Investment Activities,Investment Advice,OMF,NYSE +SG_BRAND_64717bbc183c85b2,OneWest Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_0f943ff8f5fed0bd6eb1f4c3225ba5cc,Ono Hawaiian BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7672305090f0ed85,OPA!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdb179dbe41c5c3,Open Sesame,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a8e125314bdcc1c,Orange Julius,SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0fc6daac5e179697fe5e1b1822578618,Orange Leaf Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_77e0833237097990,Orange Shoe Personal Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_80987f2551041e24748e1fd78c94adf1,Orangetheory Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4926561d9ccce7aa8d98f9c3ed7d5e71,Oreck,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_1eca6d1be584f782,Oregano's Pizza Bistro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_307935efe89ead1f,Original ChopShop,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6d1f51f5f9332c8e,Original Italian Pie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1216373ee9d0e13,Original Roadhouse Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_822476109ed542a5519e3cd35de9d904,Origins,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_39919f7f9eeea90a,Oritani Bank,"",522110,Depository Credit Intermediation,Commercial Banking,ORIT,NASDAQ +SG_BRAND_bf10d1663255cb005b401daed9c0355b,Orkin,"",561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,"","" +SG_BRAND_563b8b8f9cc1eac2d1a2282af58e4236,Orscheln Farm & Home,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_66811905e1046d49,Ortho Mattress,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_e3e08f3a4b59cd36ffd3d1c1d2e1b40c,Orvis,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,7827,TYO +SG_BRAND_53aa5a42ebf89f4,OSF HealthCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_34e0f7d7aa0633e1a2f38bd9ffbefe9f,OshKosh B'gosh,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_a78ad4253f30026780f728464a7feac9,Oticon,"",446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,"","" +SG_BRAND_58b5581231c02274,Our Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_bbda8c58ab2c6658e3afa3d31a8486f1,Outback Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,BLMN,NASDAQ +SG_BRAND_286c599e65433a21,Outrigger Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4c486f41fa703b7e,Ovation Brands,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c1c400f98386429797e9d2966f977ba6,Owen's Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7716221de5c733a,Owens Healthcare,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5cc6b20a088e85be,Oxford Learning,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_286a8100d1278b904f0d6fa2b5f02006,OXXO Care Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_c00da3269110666a,P. Terrys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5c67f7e33cda67620d999c4c50e8dcda,P.C. Richard & Son,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_37174149c640145af6f74c2e1e6ed9d3,P.F. Chang's China Bistro,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,PFCB,NASDAQ +SG_BRAND_2c2763d94ab6e8b2,Pacific Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bccf728f1ed5a35c,Pacific Medical Centers,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5eb2d5649dc22723,Pacific Power Batteries,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_c9deba94693f0dc718bbb1912d6f135d,Pacific Sales,SG_BRAND_2c648ef84225e10f0499e7d255eacf71,443141,Electronics and Appliance Stores,Household Appliance Stores,BBY,NYSE +SG_BRAND_6e10daf79d293a59a426b906402666f3,Pacific Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1208c18e36b8fd1a,Pacific West Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PWBO,OTCMKTS +SG_BRAND_76b526f32c160c30b78e44391979dca5,PACK-RAT,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_53577319eb5518dd0225614a160a547a,PacSun,"",448140,Clothing Stores,Family Clothing Stores,PSUN,OTC +SG_BRAND_15377ecb541ea17a,Padow's Hams & Deli,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_c8f7dad2bc6276dc33ca13254934ccdb,Page Plus Cellular,"",517911,Other Telecommunications,Telecommunications Resellers,"","" +SG_BRAND_8b5de7daf246183,Pagliacci,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ed132ba0b2d778d230d944b64ea20eb5,Painting with a Twist,"",611610,Other Schools and Instruction,Fine Arts Schools,"","" +SG_BRAND_718dfe8e6a18ef0,Paisano's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9627d34e0f900b605b86c0483b8a887b,Pak N Save,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_772ee8293fb7a846,Pak-A-Sak,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5dc31d6358b90758,PakMail,"",488991,Other Support Activities for Transportation,Packing and Crating,"","" +SG_BRAND_8dc77ec076bb07392e65e99da5035d7a,Pal's Sudden Service,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb8949405ee193aa4312969079ec9b78,Paladin Heavy Attachments,"",423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_93496224cfdc42adbbd2a27da2072cf4,Paladin Light Attachments,SG_BRAND_fb8949405ee193aa4312969079ec9b78,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_b24c75a4014c967,Pallio's Pizza Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_da7574da1d7a935706093ca3394b6ab1,Palm Beach Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_d28013864dd8dade,Palmetto Moon,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_331e613bbf48d85bd73771ddfcdceca0,Pamida,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_23e0dea8add43f7c,Panago Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_80d5e78e7a23a17724ce3e26e74572d4,Pancheros,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_317cfd028226ab35,Pancho Villa's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a453a402f10c481d2fe4cefaa1d2b09,Panda Express,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,Panda Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5aca36eebd9f699e43279800c61b7115,Pandini's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56ea1d0515eb72429fee0c0afcfe8578,Pandora,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,PANDY,OTCMKTS +SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,Panera Bread,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_22618045df5751f1,Panini Kabob Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4a2511dbe1db98de,Paninis Bar & Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7055f9a8bba57f76,PanIQ Escape Room,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,Papa Gino's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2bc3b742e1d5eb8993fb301179f1700b,Papa John's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PZZA,NASDAQ +SG_BRAND_c84f3e1418c1e4a400bc97e55dd04c31,Papa Murphy's,SG_BRAND_6351c180fa642ab1,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_66082645ac8c8925,Papa Razzi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b5e85293239654c,Papa Severio's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_019ed65b3584fd1c978e0c3e39ca86b2,Papa Vino's Italian Kitchen,SG_BRAND_196a8e1068d8286d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c5d1baf1d92db653ad78c1519bc6f4ab,Papaya Clothing,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_645ad08457e1133ea886ff8abac40acb,Paper Source,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_2785a5e5b4b75931266dfd551a4b766c,Pappadeaux Seafood Kitchen,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e5ab8c5d0e68000,Pappas Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,Pappas Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_080a407bb4550516602efcf9f8220818,Pappasito's Cantina,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b276db333537c66ca679a08db0547130,Papyrus,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_30a7c624815235e9,Par Mar Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_734b15e1bff979be,Paradis,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_72d8c47bc25ee3e2e9751bfbad6c5e2d,Paradise Bakery & Cafe,SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3cd0b7b8d47c9a3,Paragon Theaters,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_756853c94edc4d1ae0f236f876c0dcf1,Parcel Plus,"",561990,Other Support Services,All Other Support Services,"","" +SG_BRAND_be1d40bed004757df4369d291725b8dd,Paris Baguette,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e6ed17b33882c45,Park & Shop,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_235efbcf715fea0a,Park Avenue BBQ Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416288d2d347088eee8b3e454e6578ff,Park Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_5e0c739e95bd5179a5f0ed7683f6cedd,Park Inn by Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2b18e4fd0b6de0e2,Park National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_3ad9d7826f3afaba,Park National Family of Community Banks,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2b76e0f61de1be02,Parker Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_75d79844c4f4bd03,Parker's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4e46d90be4603b72,Parker's Corp,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_23335b01d15a570d,Parker's Market,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_25e5063333a11a1b,Parkland Fuel,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7cd9d1074db078a68d99607dcce4369c,ParkSterling,"",522110,Depository Credit Intermediation,Commercial Banking,PSTB,NASDAQ +SG_BRAND_25838da5a104342e,Parkview Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3b375e27788cfd99,Parry's Pizzeria & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_534956a5c67746cc,Partners Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_1e64ae3401df7bf17592bf5cfdf326b3,Parts Plus,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_f0522c7c6ecb0594fd2a2e2f693eb3d9,Party City,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",PRTY,NYSE +SG_BRAND_1a78aa58aafc68de,Party Land,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_2c1c384e3fca6b6,Pastosa Ravioli,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_5426a22ba6700908,Pat's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_aa822dba516e0cd7f81de5bd9624bfbc,Patagonia,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448140,Clothing Stores,Family Clothing Stores,WWW,NYSE +SG_BRAND_d67f600f1c75736d,Patel Brothers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6c813d1389a6298,Patene,"",444190,Building Material and Supplies Dealers,Other Building Material Dealers,"","" +SG_BRAND_4d76ff99c54a1297,Patient First,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_91af38dc479f56d7554a0e362c5e1f03,Patio Enclosures,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_87df2536310c2a9bce50ec61ea2d5fc2,Paul Davis Restoration,"",561720,Services to Buildings and Dwellings,Janitorial Services,"","" +SG_BRAND_bbe1d5c1792b2684c41bad0c79748dc6,Paul Green,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_5df60c7d99f2eab58a3322ae42abbaa3,Paul Martin's American Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ab7866580eb49c8,Paulmac's Pets,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_195e682a76ed05e0c4c727b58a9311c5,Pavilions,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d9ef05728d282af64359a06446d6edf0,PawnMart,"",522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,"","" +SG_BRAND_fac05edd473b3e269cfac3efd862c56d,PawsPlus,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_4b6b4a3aa01321f8a4a18d8aa07e31c4,Pay Less Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56d71909a5171cf3cab4783743acd591,Pay-O-Matic,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_3902751e1b431af32e855a1519dbf2a3,Payless Car Rental,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_a9a5ac69829b8c28d7f2db19710624ff,PCC Natural Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_13f5f649639cdfbf8b356b5b04f18bf0,PDQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0cc880c8e3a6de2c390104acb07e349b,Peachwave Yogurt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4044dd3381110ff61224cf4148d1e9b9,Pear Tree Inn,SG_BRAND_06fdda1299d64c0d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_12296f1d4dc0772a7d874115bd3c84c9,Pearle Vision,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_7730d57d852a0d31,Peck's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_070cec3ea14c3b1c02b157458b34684d,Peerless Tires 4 Less,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_8421bf6b31aaf51cc6dfa83a155940a3,Peet's Coffee and Tea,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_d3dd048f1302cb7e61d707e01a4e19a8,Pei Wei Asian Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_766c193b2261f1bf,Pelican State Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_416bc0ad0febdf2ea2593a044afe2e63,Pella,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_6811c58408a5c572,Pendleton Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_77035f644d167655,Pendry,SG_BRAND_1b8e221389c746b9,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_99625fa1cac27bb6a2b33b7638afe47f,Penguin,"",511130,"Newspaper, Periodical, Book, and Directory Publishers",Book Publishers,"","" +SG_BRAND_b0ce663aa17cb44d9691b1013ce5cbaa,Penn Cycle,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_d2cb83d0d920c3430ff4d93ec4b3aaa6,Penn Station,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c06eb5de7607707b,Penningtons,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_af6c27c59994df4f43b61e2dbf21f434,Pennzoil,"",811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,"","" +SG_BRAND_5c7bf1d6802e8c6f,Penseys,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_8384e92891a6984a46c67e0a4a30e98c,Penske Automotive Group,"",441120,Automobile Dealers,Used Car Dealers,PAG,NYSE +SG_BRAND_28a17457e5bc33c99581072edfe18a6a,People's United Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PBCT,NASDAQ +SG_BRAND_ba500255b247ba611331ca6702c1af31,Peoples Bancorp,"",551111,Management of Companies and Enterprises,Offices of Bank Holding Companies,PEBO,NASDAQ +SG_BRAND_64af8ee8aa0e4e7b,Peoples National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_7a6878fa59429255fdfb0384e0315e98,PeoplesBank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_8d641cc772014028b61fa819e4227c45,Pep Boys,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_282b35a25659d0dd,Pepper Palace,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_4318f0a8748edbbb,Pepperjax Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_49a7a17651fb4055,Perfect Look Salon,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_82f0f32ea90f53c1edf87fcb313c56a6,Perfect Teeth,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_22d9abe3d56f9145dca1f95a92de287a,Performance Bicycle,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_0845ba5d066902ebe2ce88eb23433b40,Perfumania,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",PERF,NASDAQ +SG_BRAND_d1cfc90288a050428014409f080279a2,Perkins Restaurant & Bakery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_597afd2cc2783c0d,Perko's Cafe Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f58e3f5cfb96960,Perry & Sons Market & Grille,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_6ec47fb544d1ff01710a0671dfdc42d7,Perry's Steakhouse & Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0f66e73b02e40ff224ebc1d31d002a71,Pet Club Food and Supplies,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_29a84b46d87cd728,Pet Depot,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2b7d255cbe8eb758271fa1c3821f37d2,Pet Extreme,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_f53eb2f1d0542b0a6868fc11136266a1,Pet Food Express,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5bbc97c3a7a0fe95,Pet Pantry Warehouse,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_3e8327f3adffadbfc8d69520d105ae20,Pet Paradise Resort and Day Spa,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_5f1fcc8c188a4bd5682c1a44ce573b43,Pet Planet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_f4108607d19faf23c47490a61fcf1a8c,Pet Pros,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_5405d7c00b3b78ed38b451796af65a0f,Pet Supermarket,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_b4cf3a5fc649dcb5ee9e82ca7632ffc7,Pet Supplies Plus,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c3721b7f7bffe146b60737b80bd9f47d,Pet Valu,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_d171f02113d358e58b8758971e4ce571,Pet's Barn,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,Petco,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_6e6d5925aad467b19d755eb15309a2c7,Pete and Mac's,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_c3bd1556ff3cb91c,PETE'S,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_67b4606f3b785360,Pete's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a9d9c82411b3de6f13a94c63fc25b44,Peter Millar,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6b19a9de26cbe3198be73f6fde0fbfac,Peter Piper Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1d86c306ba9b0950,Peterbilt,"",441110,Automobile Dealers,New Car Dealers,PCAR,NASDAQ +SG_BRAND_4b4a46d208062727,Peterson's Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3a13e58198df8d42715811429b5f550,Petland,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_469f153466454f2c807af0feb6543e89,PetPeople,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_e655e5ed588dfc1a8fbefb56cbb249e6,Petro Home Services,"",221210,Natural Gas Distribution,Natural Gas Distribution,"","" +SG_BRAND_3fee72208d8794e5,Petro Serve USA,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6e2ef19cc8181d3b,Petro's Chili & Chips,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_478fdeabe681351e,Petro-Canada,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PCZ,NYSE +SG_BRAND_25d73ef28f0d646,Petros Restarants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_385994f897239bb06ac1cdf964372f23,Petsense,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_d9a3806438bfe925df89671009a2363b,PetSmart,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETM,NASDAQ +SG_BRAND_fce64412e68b485394315c6c499c2cce,PGA TOUR Superstore,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_32f843e59089676f,Pharmaca,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3d0743fea9b5a53,Phenix Salon Suites,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_25aeb2f2ea8eef2b,Phil's BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d377c76bed2ca765,Philadelphia Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7e1373d43a40e0886cbf9203889790fe,Phillip Gavriel,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_73ec7f2366612562515e7201b08b9d0b,Phillips 66,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_1a942d1a793ebaec8744103cb992bfb9,Philly Pretzel Factory,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_69f08c4d6807f426,Philly's Best Cheesesteaks,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8c4be949044c75e68c4e12bbf9aa2acb,Philz Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3a2eed544acf0611,Pho Hoa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3180239ee34ed8eb,Phoenix,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_427b43419ae3c949,Phoenix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_17c7dff1a7042629,Phoenix Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_5bec1930c973b857,Physicans Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_c9bb49ed72726853567505da0ad05e0e,Physician's Weight Loss Centers,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_e4a74e4313f2d35,PhysicianOne Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_5e9f65c554a618ae,Physicians Care,SG_BRAND_7f61dcd7f2b05fd0,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d14cd4ed2f34f176277146f518dfd74c,Physiotherapy Associates,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_e01e12265b28ac8,Physique57,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_79c309802910ebf7c2a72b8db9264ca3,Piada Italian Street Food,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b715298a142e1ec2afd5bd91491e2472,Piaget,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_6463c903ddfe600f,PIC – Physicians Immediate Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_d58e9a84782497d,Pic-N-Pac,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_b36662e9b4a5a036ac5ea923b922d596,Piccadilly Restaurants,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_3709ac8755375db59e4af8ddfb4f91ed,Pick 'n Save,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_98d9f0509b17a17d9fc5583a9b2f9b9f,Pick Up Stix,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6b26a4e50ad89954,Pickleman's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9bbd85018bfe82deb9634e6af619eb1f,Picture Me,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_d092be5e7ea4048c8fc7bf8d333a0d3c,Picture People,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_1c29f22bfb290458,Picture Show Entertainment,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_2c3083c74ff148b25d9fd3a5e5ca44ff,Pie Five Pizza Co,SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RAVE,NASDAQ +SG_BRAND_514700c1d7609fea,Pie Zoni's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f372f9969f6e1ae119a13ff4fc78fd2d,Pieology Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fb47be4fe8ceea2ad5c6e80e96705a83,Pier 1 Imports,"",442110,Furniture Stores,Furniture Stores,PIR,NYSE +SG_BRAND_5a8d780be57bce08,Pier 49 Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_713244b4002f1f9d90630aa42d4dc9d2,Piercing Pagoda,SG_BRAND_1387c4b21a20509d,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_51d7953e9d86d8b7,Pies & Pints,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_303b3231aea41d82f470d14d1af20ed6,Piggly Wiggly,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_78bda34b14ea54f8dc10f30a18ef3dfa,Pigtails & Crewcuts,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_390125cc210d65ac,Pilates Proworks,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c4f98f7b0308a552ac5f6d6802412fcb,Pillar Lasers,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_70ee541161859d65,Pilot Flying J,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_dcef5094cf7163405ff81ec074b0e1bf,Pinch A Penny,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_7fb2cf6ac5a4edb3,Pincho Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e3d7ec598491c171f5113373234fad12,Pinecrest Schools,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_5ca62fdd3c311e58,Pink Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5c2eb026c1d4ad95,Pink Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_04d0d7a918ea9bfa51c4c1577bc66947,Pinkberry,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3ddf1b35295434005907a8cb2cacdf6d,Pinot's Palette,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_5fc1cd51b8579c7e,Pinstripes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11496f7439a9122c,Pioneer Bank,"",522110,Depository Credit Intermediation,Commercial Banking,PBFS,NASDAQ +SG_BRAND_5ee818ccf638c43,Pioneer Bank New Mexico,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_23700ad89252400d65a4c382edc20243,Pioneer Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f2d889c8b3e9565428e81f474ee0634f,PIP Printing and Marketing,"",541810,"Advertising, Public Relations, and Related Services",Advertising Agencies,"","" +SG_BRAND_df8c4eafe5f7e1bc,Pirate's Dinner Adventure,"",711110,Performing Arts Companies,Theater Companies and Dinner Theaters,"","" +SG_BRAND_fe91df46fb3a8d30e80a38dda20ec3c6,Pirch,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_e204050c93ada3ca5f2fe4dacc4ff4af,Pirelli Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,PIRC,BIT +SG_BRAND_78fefdcc68adba68,Pirtek,"",332510,Hardware Manufacturing,Hardware Manufacturing,"","" +SG_BRAND_fcd66f84865d4bf,Pit Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_73323887e47473b9,Pita Jungle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bd24e51034479e400ca242c0e7016c60,Pita Pit,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10d02a4d7e9b82b8,Pita Pouch,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_34d7756ccaa4d5de,Pitfire Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60a9b95d710d51b8,Pittsburgh Blue,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c96d8b53e8252722a5ff32ee90d31628,PIVOT Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_1a0387931a98f2ed,Pizza 9,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_716e21825db7e396,Pizza Boli's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6851c5405c602942,Pizza Cucinova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e0ba831ff263321b607cc915cff4cda6,Pizza Factory,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a11bbd21720b2d5009647b0f6f0a14c0,Pizza Five85,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_27d17f416fb26d5d,Pizza Fusion,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_635dc70cc6312d1d,Pizza Guys,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f2a4b730dc533366115ba7f5168b074,Pizza Hut,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,Pizza Inn,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RAVE,NASDAQ +SG_BRAND_27ea8c18d3438dc32681a373006c7477,Pizza Joe's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_84c1c636e9945ee8fa14664918695ffd,Pizza King,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48ac37fc5cc6d312,Pizza Loca,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_19d16c424de77a9e,Pizza My Heart,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9fcf570619130b2b,Pizza Nova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e502ac8044275374331373ec90b098e2,Pizza Patrón,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5a090925a0646b36,Pizza Pie Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2430f065c1f923fd,Pizza Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,PZRIF,OTCMKTS +SG_BRAND_3e09021a95e9a0311fda23fd69295042,Pizza Plus,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f53ecbf2df960409015ffe87f91281e6,Pizza Pro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48f70a49e270a43561136fef89ec4951,Pizza Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_11eb79cdf1763342,Pizza Shoppe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0b42eb8397275ba8363ed208c6a898b1,Pizza Studio,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_35b8bec713aea7be,Pizza Time,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b2a7f06be78e8899a4468eb6043e0e29,PizzaFire,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e4234b7d8f1a282cee29c69a17bd146,PizzaRev,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_457f285041d3b02c,Pizzeria Limone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_93e43b14a05847f38ae411633464884f,Pizzeria Locale,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_34988ab0416af6f9,Pizzicato,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31052fa99154c3e3,PJ's Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_236b2595ccdd6db3ae7cbd28596d9f55,Plaid Pantry,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2d3b83c8d86a9869f133e566dd13f9b6,PlainsCapital Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_b3f873b58fb95d03449d26986257971b,Planet Beach,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_5fda78369027788cb79d6348b3db52c7,Planet Beauty,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_55996cb8243864af8733b75cce143693,Planet Blue,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_c31fc3155fb9ca076972bb72985724fb,Planet Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,PLNT,NYSE +SG_BRAND_1de0faac203bc5d76fc180d2cd81d167,Planet Smoothie,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9eea06fd0ff171b0ece9897f482dd9c1,Planet Sub,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_45fd706488b1c64a,Planet Wings,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ce992da6345c524a22db401bc1a5d69a,Planned Parenthood,"",621410,Outpatient Care Centers,Family Planning Centers,"","" +SG_BRAND_053cebbdc5c9a2d4,PlasmaCare,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_e75c84525f49039dbdf30696eadd03c0,Plateau Telecommunications,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_ab9f5c33031a41b8c877ad3dd5dc7660,Plato's Closet,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_e4391be29252fc46aa342532b08e867c,Platt Electric Supply,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers","","" +SG_BRAND_d6080580b709ba5ef619b3d803b34ce2,Play It Again Sports,SG_BRAND_6078c00b7e4eb7c3,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,WINA,NASDAQ +SG_BRAND_fe01e40065eb2519808115f9e1922b4c,Play N Trade,"",451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores","","" +SG_BRAND_4471e4e92b3499bf,Plaza Azteca Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09173ef7e4bcd1addd7507ce2554a138,Plaza Tire Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_766d0b03bb5448c6,Plex Hiwire,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_4059c12f57ca29bc,Plow & Hearth,"",811411,Personal and Household Goods Repair and Maintenance,Home and Garden Equipment Repair and Maintenance,"","" +SG_BRAND_c5d14ca9034b55005bb28c0185f4b1df,PLS Financial Services,"",523930,Other Financial Investment Activities,Investment Advice,"","" +SG_BRAND_694277bded2fd376,Pluckers Wing Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1040df5856d18f505124392b6df376f4,Ply Gem,"",238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors","","" +SG_BRAND_539b23a0a9034b53,PM Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8d118958765f090,PMG Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_497acb260184e50118775402a5fd6e23,PNC Financial Services,"",522110,Depository Credit Intermediation,Commercial Banking,PNC,NYSE +SG_BRAND_41c4a4d2bca23c054e93f08d7899c743,PODS,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_1757565a9045d17c,Points Tire & Auto Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_cb639fee2cac7035,Poke Bar,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_10c49b5f83f3a1c5,Poke Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40cbfdaab871cf38,Pokeatery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_71f76d30fae4bd35087d25694b18a702,Polaris,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",PII,NYSE +SG_BRAND_498fbe3761627982e03711e0b95cfdd1,Polaris Pool,SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,"","" +SG_BRAND_671126422e1486cd,Polito's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_821d4425273bf5ae8a220486b0974f81,Pollo Campero,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7079c42698203d70df4a030591fe99b8,Pollo Tropical,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7c523034f2c42b1b,Polly's Pies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b32dcb03e408513a17f757b9b1c5695e,Pom Pom at Home,"",314120,Textile Furnishings Mills,Curtain and Linen Mills,"","" +SG_BRAND_c8bffafbe36a3f42acd25709ee81781a,POM Wonderful,"",311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,"","" +SG_BRAND_66e97b2565f3a14f,Pomp's Tire Service,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_727497df56e1e7bb23694e3f6d4b39f3,Poncho's Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38198dd232f636dff4a4799dfef61797,Pontiac,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_43ebfa67fd163e08,Pontillo's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2001dcdaa38a17c,Pop Physique,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5725c57624e4d885d0bf718123615aa9,Popeyes Louisiana Kitchen,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PLKI,NASDAQ +SG_BRAND_35ec44890aeee5cc,Popingo's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_39bd1e4e59bb37377cdd7b131f01dc40,Popular Community Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BPOP,NASDAQ +SG_BRAND_d599eae7a636d54c1c707514b1a76d77,Porsche,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_56da8d7c45459042,Port City Java,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_53f82ce3b8399c273b24ef0e0858752a,Port of Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b14eadd6e1e55f7b,Porters,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_481e91e018e72401,Porters Thriftway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a84b23af0bf699bc6c47f5d9ab535543,Portillo's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ec24f87328fa68618c63c7e473ec2516,Portrait Innovations,"",541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait","","" +SG_BRAND_14e796dfa4aa4358,Ports Via Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_750c44cf5feb72dd1601471cc27346ea,PostalAnnex+,"",541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,"","" +SG_BRAND_a15b78cd3b4f8a32ded3276cdd4acad4,PostNet,"",561990,Other Support Services,All Other Support Services,"","" +SG_BRAND_14223a0f5c0343028b9744ebb74e584d,Potbelly Sandwich Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PBPB,NASDAQ +SG_BRAND_d047c33f8493ecedcbb92c566094c59b,Pottery Barn,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c9e0f6b05480d3e8e87019974ebb5cd4,Pottery Barn Kids,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_67db410f91aa5b8d,Pottery Barn Teen,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_43578c2dc66c6721,Pour Boy Oil,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_562ecd5a0ef8e121,Powell's Books,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2140189fdf79eca0be730dcc6d31af39,Power Finance Texas,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4f0cb4e8eac67055f83b63d4cdd1fc8d,Powerhouse Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b873bcfb04fb1cb99617cd050a187a3d,PPG Pittsburgh Paints,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,PPG,NYSE +SG_BRAND_5d763b2b0a9259a40809888b1aec55b6,Prada,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7c3a4dc0fc8b74fc,Prairie Life Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_176374b208ace015,"Prairieland FS, Inc.","",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_832aee914b26c5a95d18b2f811fd8f61,Praxair,"",424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,PX,NYSE +SG_BRAND_c578fdc54746d5b7f271a46eedc169c2,Precision Tune Auto Care,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_a612cd13f29beed4dc9db5c1b735b5da,Premier Home Furnishings,SG_BRAND_4d9a54cd3f7d9b32,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_7fcf8b78c6d05d33,Premier Rental Purchase,SG_BRAND_4d9a54cd3f7d9b32,532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_61f319517171f711,Premiere Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_396dea43936f127f,Prenger Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_300f7efb4390a30,Presidente Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bc9bccf393752400ce3fd236f13731e4,Presidente Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ef28a87619493738e21f2ea4bebe11a9,Pressed Juicery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3252dda3cd896fac,Prestige Preschool Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_67ba20016e573eb6,Presto Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dc0f15ca936ea290fa731e767c89b64a,Pret A Manger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_592386bc585f383,Pretty Kitty,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_930b411a8d999aa086093b0d9a0145df,Pretzelmaker,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_4ddc49e63af96dd8,Prevea Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6ddb6b6c8076ea69,Pri Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7d421165d3b52701,Price C Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_cdc9c3cedf502f57,Price Chopper,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_11c3dca162d085812b85a046a1c40563,Price Chopper New England,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b2fd93364efe4c1fb2d68cb440ed5485,Price Cutter,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5a0979481d303da64cde2859ee5508ef,Price Less Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e36d85e97a3924170277fdc8e0df0453,PriceRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4ff65e20eb4dedfe,Pride,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_66739066f2c3ef9a,Pride Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_1f8883d3d36cf577,Pride Staff,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_dbc77e09f01f6ac,Primanti Bros.,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_06fe650d18ad76f5ee1e9fd346830bb3,Primark Stores EU,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1a3199a6e1f4f63e,Primary Health Medical Group,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_affa7443cc56115f,Prime Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8f0572de082ff57a9abbc4bd60826253,Primerica,"",523930,Other Financial Investment Activities,Investment Advice,PRI,NYSE +SG_BRAND_447e8ddad45095ab,PrimoHoagies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_671f0a1e19481c25,Primos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6ff66da1518bb61132995a7578bdb189,Primrose Schools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_de855d293f0e97fd,Prisma Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5b00e38e507ebd68,Pro Cuts,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_6fe947ced3835172,Pro Image Sports,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_3e6a220ec6d4633a,Pro Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_cae3387f38b41e8da34f81a4e4cb366c,Pro Scan Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_1b0a0c35f83c00b64c7e7937d44e3d9c,Pro-Cuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_cab1308e610afe0bf763ec05dc9edc28,Progressive Waste Solutions,"",562219,Waste Treatment and Disposal,Other Nonhazardous Waste Treatment and Disposal,"","" +SG_BRAND_a6d5028ad12bd7f1,ProHealth,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79b7e89d5262c00ea83d2fc025e0a595,ProHEALTH Care Associates,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_e534bc70bdac768a69613385bd2f4f31,Project Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6115a1cd20060ffd3aa95c04eed33859,Project Pie,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5a2dc61ec30f7357,Promptu Immediate Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_a6e5a8da0193bd69c8b4455d56e53468,Pronto (National Pronto Association),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_bb0ed605e96a5dd8b0c0e49c648e4e7c,Pronto Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_140833668ca1652a,Propark,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_39386da23b9d1b55,Proper Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5ec45d2cc24bed1baff97fd5de492d68,ProSource Wholesale Flooring,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_8b8e896e217e3e59b67d4da4202c5224,Protein Bar & Kitchen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1bee56d1065af8f2,Providence Health & Services,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_c9bf983b35126af,Provigo,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0bcf22ae71884bde08d76736332bea6b,Provino's Italian Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d478d340d2bb879,PS Food Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9d76fdc2dd982c079579b3062d620815,PT Solutions Physical Therapy,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_a31aaa83f438de8,Public School Restaurant and Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1a2e7806afb9c1c7d60fd00219204dde,Public Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,PSA,NYSE +SG_BRAND_8816cf3aede474ecbdb03d62efaad185,Publix Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7fb64b3ff5a3af4f,Puccini's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2017b7d0fd92f05ed953672386947601,Pulp Juice and Smoothie Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_94e676c2fd6dd11e6fbd5694105794d7,PUMA,"",448210,Shoe Stores,Shoe Stores,PMMAF,OTCMKTS +SG_BRAND_35004b0060996679,Pump & Pantry,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_60d90da77f54ec0f146da4c812c5bb8f,Pump It Up,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_455c348d8652cc1cbafd25cf0c804572,Punch Bowl Social,"",713120,Amusement Parks and Arcades,Amusement Arcades,"","" +SG_BRAND_5f31876c367cecb8b8db3b2a14e6d2cb,Purcell Tire & Rubber,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_5c009b6db1eacf4a65d273d0f19b3c73,Pure Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_72738e5f736a827b,Pure Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_76e8ec7a807445d4ef80d35d2ed37532,PureBeauty Salons & Boutiques,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_1912d074ad7936860178d907d110bd60,Purina Mills,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_31d4779c75d18c55392fbd4fe987d4b3,Putt Putt Fun Center,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_9844f56098987d277d93d1f16d61be5f,QBE Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,QBIEY,OTCMKTS +SG_BRAND_ef6473af242b9d8860555eb606b1ca6a,QC Supply,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_a8a4c5ffbc96276d7bbbabfa5bb2a076,Qdoba Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_42d5b0416d0686b72e492f2a0eed218c,QFC (Quality Food Centers),SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56ff2e5271c4723,Qik-N-EZ,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ebaa606f6506c7210bfe441dc317e820,Quaker Steak & Lube,SG_BRAND_27a15966382ba3e78015b40d2e1fa976,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TA,NASDAQ +SG_BRAND_9f18ade53828e57,Quality Dairy,"",424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,"","" +SG_BRAND_196a8e1068d8286d,Quality Dining Inc (QDI),"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_661b51693f879a20,Quality Foods,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_651e8ed61dd14af7a20c84019dc47d2b,Quality Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_97b92017a03a9c55,Quality of Life Health Services,"",624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,"","" +SG_BRAND_70e39dccaa7f4fb1,Quality Oil/Quality Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_7b084b361448eb34,Quality Plus,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_a4eb5bae8cb542a1cdbf83d9bdcc98ae,Quarles Fleet Fueling,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_91fada511f103594c33c715188cb9f20,Queen City,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,Quest Diagnostics,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,DGX,NYSE +SG_BRAND_d57825fb7926a6df09e009d9fec465ef,Quick Lane,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_29dd603b65978d69,Quick Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_45789ca8cd5333ce,Quick Quack Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_6241cb18d96b87aa,Quick Shop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_1f4bb7e62b5c865f49efd4bb51d5af7c,Quick Weight Loss Center,"",812191,Personal Care Services,Diet and Weight Reducing Centers,"","" +SG_BRAND_601eeaf874044db9a43e75afff89610c,QuickChek,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_50f6c9d7ca642d25,Quickly,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_118be42d2540a7d6,Quik Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_59466f179cf6122e6f8ac4cb9574e63e,Quik Stop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7045c7860c77ee4770cc730052be2c2a,Quik-Lend Cash,SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_7732de3aeaa5886f,QuikE,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_16d1be2e0123eee3fec37575026358d9,QuikTrip,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6f30cae859040bcb,Quillin's Quality Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a6b9c3bed128c3bc3670fd20dbaadeac,Quiznos,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ecfba3ce28f1b98,Qwench Juice,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_72fd9b3f5c87a024ebc90a86049e7e08,R Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23f03aa7fff568b0,R+D Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d2dc91203b2e22a,R-Store,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6f1e419edf353905,R.E. Michel,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_fbf8df1c3a2a1233ab2583c11aeb1d89,Ra Sushi,SG_BRAND_b367560055f0c6e17704a0cb9acda26d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_14820a1ca040114bf511d5d5339a2791,Raben Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_093c316deb8511f8852224f993dfa984,Race Brothers Farm and Home Supply,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,RaceTrac,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_58188567547a3af7668c84f3516a0bfb,RaceWay,SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_6085a08ea13936bb,Rachelle-Bery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b68625fa612b400cf39fff24d91a9b90,Rack Room Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_c01285d1f03561f1cf277f0e832a1d75,Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2888e97304c6a2cdd30a1cbc77cc9e54,Radisson Blu,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,Radisson Hotel Group (formerly Carlson Rezidor Hotel Group),"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_2c5cc37752704216,Radisson Red,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1ace6e615ad6f164ed29dc189df3402d,Rag & Bone,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2935530f2cf4801f,Ragstock,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4ca5e8fb3abded90a4ae19c472d461da,Rainbow Shops,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6374b6e31555422425c699d36b989235,Rainforest Cafe,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8017619598f197e2494560ec1e052c69,Raising Cane's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3c9ffd11765dcd22,Rajbhog Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f5a067a91b7712,Raley's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_165bf44d6f055b25,Rally,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_c9d830782ede12dd874be6339b79c17a,Rally's Drive-In Restaurants,SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,Ralph Lauren,"",448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5c2551f3e24165ee,Ralph's Italian ices & Ice Cream,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_5de385daebaef4e582bb3da40e9dcd5c,Ralphs,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_a79fa98d177070d8,Ram,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_960f53aa910fbff14ccd1822cc414287,Ram Restaurant and Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_755df91abf3f0c56d706d7a68f441ce5,Ramada,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_430e38c9f32fc713,Ramen Yamadaya,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7df3cb7454a96825,Ramey's Marketplace,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1e8673ea429f28b5,Ramona Tire & Service Center,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_d381193dc1f482a,Ramunito's Brick Oven Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_37c3c6814c3311f6d43f70b6dfee7d7f,Ranch One,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_9ef317a5a21f46f5fbf017ea5b52ec29,Rancho Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1c18ae7aefd183082f6d66bf917c778b,Rancho San Miguel Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5f364c288ff8b60e83b0795d2dfeee36,Randall's Food Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b6a2fd99dc6a8284818b61208f81428f,Randolph-Brooks Federal Credit Union (RBFCU),"",522130,Depository Credit Intermediation,Credit Unions,"","" +SG_BRAND_4f9edafdca8658f8aba5a066069fc022,Randstad,"",561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_95a9f31b01d5dbda5b395f48f2a36316,Ranger Boats,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,336612,Ship and Boat Building,Boat Building,"","" +SG_BRAND_4037845ed26a27b093d7da2f901a26a9,Rapid Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f68ad9d6387c821d7a2cc4dc440a8087,Rapid Refill,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,"","" +SG_BRAND_1be6e978f710d5d5,Rapid Roberts,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7e579871dc62c92d,Rapid Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_9f3c04a2db270a148c1de2a0dea9a7af,RapidXchange,"",454310,Direct Selling Establishments,Fuel Dealers,"","" +SG_BRAND_3465f641a4548515,Rascal House Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d23b5a42767cf84f5a535b5a54fa5678,Rave Cinemas,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_2aec4dc2e04b4bc,Rax,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_54921565d09ad66c2977781184732ffe,Ray's Food Place,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1d33d996f84ed96d957d92254c1ff53b,Raymond James Financial,"",523930,Other Financial Investment Activities,Investment Advice,RJF,NYSE +SG_BRAND_def6d8fa7584b0c820ff2079e625327d,Raymour and Flanigan Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_ac4d8b5d16f1876d3280dd6d2adb01c1,RC Willey Home Furnishings,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_1835f17081a6e113,RDO Equipment Co,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_89d515c4629a3611,Reading Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_70a9567c853bfe0e,Real Canadian Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_75f138d04554c120,Realo Discount Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_7e9e12c5e02342de,Ream's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_20b3e9fa515f049c,Reasor's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_65ed72f435ddd53cb3efb0b018ce2af4,Rebecca,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_aec6d751ec3aad6fcdead192ba47b700,Rebecca Minkoff,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_bfaf46323fb38a0,Rebounderz,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_f758fc42d7832ff62815e743713f9087,Red Hot and Blue Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4e26140f6ce48c53,Red Lion Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_c586c3045452d17f,Red Lion Inn & Suites,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_555bc88c634b70fc1811399c472524bc,Red Lobster,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6fd78859d199d2811a6fb1225910294c,Red Mango,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2d5d94799c5a173d,Red O Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_43c37828eea455d9,Red Olive,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e70fc8a184e89d79,Red Robin Gourmet Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RRGB,NASDAQ +SG_BRAND_5596332340ca64ad125f8982d64f1ab7,Red Roof Inn,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_729e1119b32d21b5390ab07cd23db08d,Red Wing Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7977c05a8011ecc,Red's Savoy Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bf042760ab63ffd13a7af0c01fbc3868,RedBrick Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_691fac1802b512370aba6a4aaf6314a3,Reddy Ice,"",312113,Beverage Manufacturing,Ice Manufacturing,"","" +SG_BRAND_2955eebac1737126,Redi Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f12c449ad7996c8faa951a9736f7a08f,RediClinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_7b81f0304b97323a7cda9e4c40e66335,Redlands Grill,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_13d0e2952c54b4418e6960f6efa67c71,RedMax,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_23c9aa8354e8efa6,Redneck Heaven,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0355fa435a191f7e087cc2614782be13,Redner's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6eec518e124a7268,Redrock Canyon Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_36800efc87eab039,Redstone,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_88b1432e046d3580de43f0d2ccc09bce,Reebok,SG_BRAND_4db6adde7999319bfb67bee86942f8e9,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_dd1e82c38674d0a23acc338bbc4c2b83,Reeds Jewelers,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_4191381fa35830a4,Reel Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_618e25b628ca3a46,Reforming Indy Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6cdab01ceb7ce1a3aa0ed865233aa6cb,Regal Entertainment Group,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_e47221f86f8daf82,Regal Entertainment Group inc,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_024ec2525e0db48ed1f9f6013a43907b,Regal Nails Salon & Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_44fca72a05d33c5ef67c2e1381c0d413,Regency Beauty Institute,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_52fd98d222d8a6fd,Regency Hospital Company,SG_BRAND_067d3dc3c5235609,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_143d14644f1e7e03,Regency Pacific,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_2620f31b293577da,Regina Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e651ef829b02536122f02e77537d18fa,Regional Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,RF,NYSE +SG_BRAND_fdb30999f82136215abf97c7bd020043,Regions Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RF,NYSE +SG_BRAND_2f65554b99c708fa,Regis Corporation,"",812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_7bdaf386ef829f4e,Regis Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_bea0184aac2ef216c834b3e24a88c38e,REI,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,REI,NYSEAMERICAN +SG_BRAND_58226a0e41d4cc4c,Reid's,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_5680246793034d75,Relax and Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_f0eb6ecd25936765018866832242a5b3,Relax The Back,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_f31214ffa210f1ae373e7066856bf4f9,Reliable Beauty,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_ef2f6df1036f30c0b18d02f147ac8d1c,Rembrandt Charms,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_96d1e09b0fae1176e4bf323bf418bb72,Remington Arms,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_039ea5d4e06fd7b0528ae2793bb8818b,Remke Markets,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,"","" +SG_BRAND_aa9fc7f96c254ba2c9b154634c0fc307,Renaissance Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_902a1f0263e4b9be9b6512f9c58b84e6,Renasant Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RNST,NASDAQ +SG_BRAND_d7694603918f4ff69d9496762dfc7297,Renewal By Anderson,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_f9613c02f3280c9e1f932797be12a106,Rent 1st,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_e1676df366c0c6eb8bc617f81b4a759c,Rent A Wheel,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_dd1a73ad9a2ade954c989c8bf3a3011f,Rent A Wreck,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_d74566a656b266e1cfce524881896052,Rent King,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_a2b9898bac4bf2928e41f495241330f7,Rent One,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_f10afe4f0834b5f7dd95c0feceabbf7c,RENT-2-OWN,"",532289,Consumer Goods Rental,All Other Consumer Goods Rental,"","" +SG_BRAND_9253e13a376344832320449173132b9d,Rent-A-Center,"",532310,General Rental Centers,General Rental Centers,RCII,NASDAQ +SG_BRAND_4ffd28c1d78708fd,Renys,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_e82130d211d31390d2fb5bd864eff50b,Republic Services,"",562211,Waste Treatment and Disposal,Hazardous Waste Treatment and Disposal,RSG,NYSE +SG_BRAND_7e071baa024a365a452b8ff5e4fb26a7,Residence Inn by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_16283fcd03ab7a58,Restaurant Amir,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_af6efd1c6e8b04bb,Restaurant Brands International,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,QSR,NYSE +SG_BRAND_7c25fd3f2c88048da5110b04786f7e60,Restaurant Depot,SG_BRAND_551fe333050a845e6da8be88d9789a4c,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_45ef2cf3d02e104e53493945a2b3c191,Restoration Hardware,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,RH,NYSE +SG_BRAND_83df0976e154b9350581650968aa2b54,Retro Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1c832b88309e5da3,Rev Cycle Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_783dd6e285cf34d0,Revelator Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_a9199aeea4ad3377a928ed016e2bf67a,Rexel,"",423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,RXEEY,OTCMKTS +SG_BRAND_7e9684f3ab05f6d9,Rey Del Pollo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f0cd34bb9e3442e,Rhodes 101,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f3811919e5414cdd7d72439bc029b777,Ria Money Transfer,"",522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities","","" +SG_BRAND_6ddf53982d73002cf3bd72c03e49452c,RibCrib,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_73d34855d503952b,Rice King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_60d327a02719f9b5,Richard's Whole Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1bcf1b486cba69b5,Richard'sFoodporium,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_673dc89211c2bf0e,Richland Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_49ab6b19540b4993,Ricky's,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_5de03971d00651cf,Riddle's Jewelry,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_328bcfcba54b02fe,Ride Indoor Cycling,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_81dc607c0ddee5a,Ridley's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6d361b518424f873,Riesbeck's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_933b043e46cbd35fe0f3ebb5a77c791e,Right at Home,"",621610,Home Health Care Services,Home Health Care Services,HOME,NYSE +SG_BRAND_62e6612bd7b05f7e,Righttime Medical Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3980d312910a130f,Riley Rose,SG_BRAND_88461a3df4ffdc97,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_f3b168bbd6cb5c925590ac88e880398e,Ring Power,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_64758a79aa364b98,Rinkov Eyecare Centers,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_22ab7d8911251085,Rio Grande Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ee7523fdf834df39febc0ed5b248c352,Rio Ranch Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ac1ecbfb50b496f6,Ripley's Entertainment Inc,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,"","" +SG_BRAND_15294874e87bd7c80a8c3262adc6e7d6,Ris Roofing & Insulation Supply,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_3908fd3077838082,Rising Roll Gourmet Cafe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_0c60bb005d8d68ca62b8eee9658b0a23,Rita's Italian Ice,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c7706c9b14f2ca266c2a309dba059031,Rite Aid,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,RAD,NYSE +SG_BRAND_4ee28bb33f9574fc240077bfd6240cb8,RiteCheck,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_83336c747e2de42,Ritter's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4167ab3b6305b456,Rituals Cosmetics,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_32b85fdb53765e47,Ritzman Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_50d0958e2b135ac3cf44dbf321dedaab,Riviera Fitness Centers,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3cb5211af9550ad8d98ca74077406016,RNR Tire Express,"",423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,"","" +SG_BRAND_a7debc799fc7db0cf14f3f2506b1b8a4,Road Ranger,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2a0a92cbe6862bed,Road Runner Sports,"",517311,Wired and Wireless Telecommunications Carriers,Wired Telecommunications Carriers,"","" +SG_BRAND_37d81d07757147da,Roadrunner Markets,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fd82082115187cedf929c941ca41ce27,Roady's,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_967bc8e3bc77ab5e6d2ddeb22b8f6df8,Robeks,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_9cfcd83fb00470d2a0384c8578593a2e,Robert Wayne Footwear,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_90106d9ec0a3850,Robin's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_49ccb5e882acbfdb,Robinson's Taekwondo,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e5e71d48c9520d6,Roca Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5c670b37336beeb5,Rocco's Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1006678755cfe2bc,Roche Brothers Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_dbeac57353692520e327d7dbf6579209,Rochester Big & Tall,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_31e2651b7397e1e0e3bd8305a5f985ce,Rock & Brews,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2cbda91073e79599,Rock and Reilly's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ab72289b6411a6674cc754c0506ac947,Rock Bottom Restaurant & Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66241b8c5b9b8e49,Rock n Joe Coffee Bar,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_733134c59cc988d6,Rock's Discount Vitamins,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_7ecb2d688572378e,Rocket Fizz,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_1c540ed95835c08eb0126cba4d99e3d6,Rockin' Jump,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_6913ef2707ecf0a6989493596e649c1a,Rockland Trust,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_11f0d2db6eb303df,Rockler,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,Rocky Boots,"",316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_2034fa949f3cd3a17c3af5af5db4897d,Rocky Mountain Chocolate Factory,"",445292,Specialty Food Stores,Confectionery and Nut Stores,RMCF,NASDAQ +SG_BRAND_67816b283b95f849,Rocky Mountain High Dispensary,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_22423ef7d37320f9,Rocky Mountain Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_b966b6a3ce93646d,Rocky Rococo Pizza and Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3bb358cc7d06b434,Rocky Top Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7b2e86980ff423a5,RocOne,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_157f367cf4a483f0,ROCS,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_8f8c477cc1997e9819b1034f3c3aa16a,Rodda Paint,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,"","" +SG_BRAND_6615e62073020a0b,Rodeo Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61f9ea58114ff6510327c10141b22cd1,Rodeway Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_5404253e29563a7d,Rodizio Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f7b5ff748883f5e,Rogan's Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5a9e327943b4e5609c11f7cabf3ad14e,Roger Dunn Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_133c044f40d6fce5,Rogers & Hollands,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_8c8a50cf61983351,Rogers Jewelry Co.,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_83b48dda8302d3652a572c03a89fde8d,Rogy's Learning Place,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_495b086776e9efccc306e291f4948925,Rolex,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_a678b1f7a753a9dab9379b18a6451a99,Rolls‑Royce Motor Cars,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_9fb0158640de6cb692a0946314f5a605,Roly Poly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7211bbce5d6ab162,Roma Pizza & Pasta,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d07a345ae93aed458709c355f6da5562,Romantix,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1ffa1888685b828b,Romeo's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_40b76c31b1610ba6,Romp & Roll,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_53bd150cb82c07a5,Ron's Hamburgers & Chili,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12ed73d18609637f,Ronzio Pizza & Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48107276841a0cd44c9060d5d29db9a2,Roof Depot,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_1a6d9b353775104105f10788fefc075a,Roofline Supply & Delivery,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_675cf1d502b80c1e6400e38c66fe9781,Room & Board,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,Rooms To Go,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_238b09c8cb8148de,Rooms To Go: Kids,SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_2e6ff9a2555e88b16a5e435cb01c9b46,Roosters,SG_BRAND_2f65554b99c708fa,812111,Personal Care Services,Barber Shops,RGS,NYSE +SG_BRAND_6de0d6fa121f2f1642763ef3942754d7,Roosters Wings,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_342138c646e7fb7f,Rosa Mexicano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d977c8c05ed1b003e3f7597d772be398,Rosa's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_944d5e24cfc93afa,Rosati's Chicago Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4577a092757ed8fa,Rosauers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64b758d4a1ec6dba,Roscoe's House of Chicken n Waffles,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_263563440700202,Rosebud Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e4f89e59d1f7c8e0,RoseMart,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2bbe346929a64e3cda11cf21e6192933,Roses,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_fdf4ed272e37e611,Roses Discount Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_f41793d1e1727544,Roses Express,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_68286d30ae97cc33,Rosewood Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3a1ab671c974b3489458052270d1a69d,Ross Stores,"",452210,Department Stores,Department Stores,ROST,NASDAQ +SG_BRAND_63b2fbf21fce2fbe,Rosti Tuscan Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cd81a468b2dc4b2e6178db75e74733fe,Rotary,"",333517,Metalworking Machinery Manufacturing,Machine Tool Manufacturing,"","" +SG_BRAND_6abc3a453c89d17a,Roth's Fresh Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c64cd055bf1f95765d2d17c7290548c0,Roti Mediterranean Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c54f0f7a7ab56c1,Rotolo's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b36730c95154dd18b8608027ba2d1328,Rotten Robbie,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1e8ffc45e9df08e42243d12b15482c39,Round One Entertainment,"",713120,Amusement Parks and Arcades,Amusement Arcades,4680,TYO +SG_BRAND_c4d28539c4592fd977f874c69367741b,Round Table Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d3ad0d41f6428016729e93fec4548cb,Rouses Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b3a32739ed4a3a2486e9b825eb6adac1,Roy Rogers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23d87dc0ad46a5a3,Royal Bank,"",522110,Depository Credit Intermediation,Commercial Banking,RY,NYSE +SG_BRAND_3ee4129a1d8aea1d,Royal Beauty Supply,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_258e16202f8cbafe86fbdc439f710b24,Royal Farms,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33402d0f976ee246,Royal Sonesta,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_d5078a0e190bce08bab1b308a9e412de,Roy’s Hawaiian Fusion Cuisine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_394e71458cbe658f,RP Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_ee503cad5c797dfa42f6d3615f069279,RSG Roofing Supply Group,SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_b1abdaa4651c2d4c1edec388f608cd25,Rubio's Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_499b25cbcb9d9c0dfe899d7a46bb9911,Ruby Tequila's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9ddf5dd71dc4f56204ea904e25839b41,Ruby Tuesday,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_985289eb52941ee391a86c66c1771d9f,Ruby's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3c1479f3c756544b86ba04afd7c253e,Rudy's Texas Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a220cb98c26a80f5fbe3bb99ca22d0e3,rue21,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_eee055b222427d6,Ruler Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f489f553f052fde5,Rumble,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_594f66edde05c274019ce1d8746f8018,Run On!,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1b9460f6551d2219,Running Room,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_4b2d06fa655c2c0a881c8e1cdf2b2673,Runnings,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_7043119d4dc60640fd43f518b838e65a,Runza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7f56e1fb582f19bcd7e51fdbef2910c2,Rural King,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_3571d3d6a1b47c261079b3c5e451d997,Rush Truck Centers,"",423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,RUSHA,NASDAQ +SG_BRAND_1037de0148e78728,Rush's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_2687d4e75b592254,Russ's Market,SG_BRAND_1c9455c4daae0289,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5ff90f852e2996975407cf8417ca26c0,Russell Athletic,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_2dee45f56d32d8a9,Russell Cellular,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_4f625c6bc923bafa6553489baf0068c9,Russo’s New York Pizzeria,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_35c4a8ffa7dac5fd,Rusty Bucket,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b26d63c9af2dbcd423d65125a4137ea2,Ruth's Chris Steak House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,RUTH,NASDAQ +SG_BRAND_1c33dd7475012ba979f49e73625d9853,Rutter's Farm Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_504136d2507913c5,RW & CO,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_5adbe6c59f83f6b3,RX Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_b02a906f6d87c0a210433654c0a3a456,Ryan's,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_024866cc1eabddfcffe23e6367792b1a,Ryder,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",R,NYSE +SG_BRAND_e33ff4645123c4d1e461d570ba4430c7,Ryerson,"",423510,Metal and Mineral (except Petroleum) Merchant Wholesalers,Metal Service Centers and Other Metal Merchant Wholesalers,RYI,NYSE +SG_BRAND_53fa830e4c743803,S&G,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5560e0079bf710d1,S&S Food Stores,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_13a4bb95ce793dbe,Sabon,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_4786be141af28f3a,Sabor Cocina Mexicana,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28ef16c6bf5aa143,Sabor Tropical,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_29712aaeb12af64e,Saddle Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_437eb9b962ae81f2,Saem,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_2f55885bc75d5eee88b1a9a0c1690b0a,Safeguard Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_4609ecf117b47680a9688a468ddee8db,Safelite,"",811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,"","" +SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,Safeway,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_53730eed44cca260,Safeway Community Market,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_01b97aeabf5d692f,Safeway Fuel Station,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2e6163ca2b39e204,Safeway Pharmacy,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_4869c54fdd48aa61,Sage Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6c35acf8476948d6,Sagebrush Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a6be388149d0cb3,Saguaro,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_1891f38ea8e5356a,Sahara Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9bcac1d1e0229c12443b290d81eec55c,Sail to Sable,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_65e9719b182ef753,Sainsbury's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_04bd5fe383991d4f,Saint Alphonsus,SG_BRAND_5df451361743558ac71e8dd07d7dfb74,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3d459942728f7a636ce726527858d8f8,Saint Laurent,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5ba83c85fede24bd,Saje,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_cce6fca5ef2f4ab,Sajj Mediterranean,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,Saks Fifth Avenue,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_ca5c953852e314a9,Saks Off Fifth,SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,452210,Department Stores,Department Stores,"","" +SG_BRAND_66f9f3f0d1e8a736,Sakura Japanese Steak Searood & Sushi,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6008fe60378861fb,Sal's Italian Ristorante,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_35707f6cf823a5b4,Sal's Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5b53763229bf80198bbde318b24317cb,Salad Creations,SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_b325b6edc2eda31cacd6422dfb5a3443,Saladworks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_91e85d972b64d8946eb12f51526966d4,Salata,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,Sally Beauty Supply,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",SBH,NYSE +SG_BRAND_771d26b0b1a39811,Salo-Salo Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6507d284979e1b46cfe632f2e0d26a7d,Salon Cielo,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_dbba78df3e2fd97,Salon Lofts,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_76ef2d77f11497adebb70beae6adb814,Salon Plaza,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_374b76a1430a9686,Salon Republic,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_944758de96f94754dd3bc6f50880682d,SalonCentric,"",423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_a3b50dd4fcfbf19bc76ab4adcbadf1aa,Saloniki Greek,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_32df5a08f2b467d0,Salons by JC,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_c9b8138fa6407bc8ea73c7844520af63,Salsarita's Fresh Cantina,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_350303f6215e85a3,Salt Creek Grille,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66be7ea5b0316cf2141f3698be930f31,Saltgrass Steak House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69eb0a94d30aafee,Salvatore's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6f36b55443609fc1,Sam & Louie's New York Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e77e976e421f93da6285ced7b17c8d3c,Sam Ash Music,"",451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,"","" +SG_BRAND_1c7d78d2398624b050f71616d6e1b390,Sam Edelman,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5e72a730cb4d0ef1,Sam Moon,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,Sam's Club,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_4b5bfd27bae4de88,Sam's Club Fuel Center,SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,WMT,NYSE +SG_BRAND_4a40e99c23968dd6,Sam's Italian Foods,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c05957d9180aabae,sam's mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5ca47f87800543f9,Sam's Southern Eatery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_369b61451bb7273d,Samba Brazilian Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3d4fd9a07fad4127,Sammy's Woodfired Pizza and Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,Samsonite,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_212010fea9188aa9,Samsung Experience Stores,"",443142,Electronics and Appliance Stores,Electronics Stores,SSNLF,OTCMKTS +SG_BRAND_ef6c9ffef7c841f34646fcbac7bf2118,"Samuel, Son & Co.","",331221,Steel Product Manufacturing from Purchased Steel,Rolled Steel Shape Manufacturing,"","" +SG_BRAND_a525a9c8e9171874655b3ca665704a43,Samurai Sam's Teriyaki Grill,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_58b28eb4f917c64,San Diego Style Sombrero Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_774b0ef5e4cf08f8,San Felipe Mexican Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3f1b71fbbc2c1535,San Francisco Soup Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b961cb125034d18d56098e8f74425754,Sandella's Flatbread Café,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e6889a412f9036f0cfcd8a8713357308,Sandri,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_58d090f74825be5c4847396d272dcb4a,Sandy Spring Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SASR,NASDAQ +SG_BRAND_5d28421ad9bfe970,Sanford Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_b3bad5035b7bd7b449ae470898e31438,Sanita Footwear,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_5c463968c526017ef24e3e02e8fd68c8,Santa Fe Cattle Co,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7d798e198436df181b8821779fc990c7,Santander Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SAN,NYSE +SG_BRAND_926210c9b6becd3e1e13f6ce9e8c45d7,Santiago's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_034735fee3a5a0335e0a799672670bf6,Sapp Bros,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_287b8e28f4112fc4,SAQ,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_8831f71d1672696c363a6bb5018e89c5,Sara Blaine,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_b1ef4763d7b80de48511e8cea6e7b33f,Sarku Japan,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27873c0874e1ae3c,Sarpino's Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_283961e6f8b40ca97ae164161197126c,SAS San Antonio Shoemakers,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_0b8ba9790429b8b805cc67bed6e189c6,Sassoon Salon,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_3e32895b93ed68ba,Satellite Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_0bc54c51c1ad7108b45d1b446dece3ef,Saturday's,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_08eb1bb404eefe849d0642fd24b0266a,Sauce Pizza & Wine,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2433d3e3915789f1,Sav Mor,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_9139250c80bbe177da751eb8abbca349,Sav-on Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_67dac667dd2ec950,Save a Step,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d9f00504bd845ddbb968cc04b6791783,Save Mart Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5a2c9092cad648bc1ee9c9be08f83ab,Save-A-Lot,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,Savers Thrift Stores,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_2be49c6021367f2e,SavMor Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_34779efeca27dcc3,SavOn,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7b815043d2f0ad2f90783d230d69b0bd,Saxbys Coffee,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_393c9244872b98dc,Sayle Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_b9753c942e2efa5e5051a57e7d12c9bb,Sbarro,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9d569b1231bd2263,sbe,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_6bf9f722444396c007dda907e772ff8f,Scag Power Equipment,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_70dfcc7fcd98d9b6,Scandinavian Designs,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_7e538ceea6366a202ce2a6803e6472fd,Scheels,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_f9bb41aa24408b82a9f8f86e35ff381f,Schewels,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_5a271fc87ecf09bd2c9ad0cfbb8b4904,Schlotzsky's,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BUNZ,NASDAQ +SG_BRAND_19ca66f40f89366f,Schmizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_104f52142f3b3ec,Schnippers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e77f97f5214c0423484bf5765b7eda9c,Schnucks,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4e5195556d5aa1df,Schoolyard,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5c24c81ea4e1133,Schoop's hamburgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1522f8d5f9acafec,Schrader Oil,"",424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),"","" +SG_BRAND_8c6b47fd39ba8a37def4559704e717f4,Scooter’s Coffee and Yogurt,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e900105064fd80dd,Scotch and Soda,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_40dca7b8ae2781f0,Scotia Bank,"",522110,Depository Credit Intermediation,Commercial Banking,BNS,NYSE +SG_BRAND_a171194925053f44024a82de9d20148a,SCOUT,"",316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,"","" +SG_BRAND_7bab2011649fd28a,Scrubs & Beyond,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d180fdc4d43994eb1ce6a2d00b2d4b82,SDH Fine European Linens,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_b281c00432cab231,Sea Mar Community Health Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_80d806bb8fc16f617ffdaff4195d513e,Sea-Doo,SG_BRAND_718581b85eae956832d1cae3f600c3eb,441222,Other Motor Vehicle Dealers,Boat Dealers,DOOO,NASDAQ +SG_BRAND_6a419f17d2e4e22a,Seabra Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_fe2455da90a33830f1c192a7af38bbef,Seacoast National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SBCF,NASDAQ +SG_BRAND_3151579c478552580b9876f820d0dd85,Seafood City,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6fc53b088dfdee32,Seal Master,"",238140,"Foundation, Structure, and Building Exterior Contractors",Masonry Contractors,"","" +SG_BRAND_e5f80727089bda09d7e6020702fe2612,Sealy,"",337910,Other Furniture Related Product Manufacturing,Mattress Manufacturing,ZZ,NYSE +SG_BRAND_e9301d5c735afc317688baa02d272807,Sears,"",452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_424646695a0e0439,Sears Auto,SG_BRAND_e9301d5c735afc317688baa02d272807,811111,Automotive Repair and Maintenance,General Automotive Repair,SHLDQ,OTCMKTS +SG_BRAND_a8979906f979fbdd,Sears Home Appliance Showroom,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_5c7f85555964e8af,Sears Home Services,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_305b0a21405390e3,Sears Hometown Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_42025830320875a9,Sears Outlet Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_460f64146692aa571f576b2d825533cf,Seasons 52,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_31c552fd85106ee7,Seasons Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a8c6560d880a0ce,Seaworld Parks and Entertainment,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_6f7bb31f092091a09afd34b6dd226a20,Sebago,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_6bfba6ace8c15753,Second Cup,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SCUPF,OTCMKTS +SG_BRAND_6cca75c762a345e5,Second National Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c5e99edbbd392276ed84982d590c6fe6,Securitas,"",561621,Investigation and Security Services,Security Systems Services (except Locksmiths),SCTBF,OTCMKTS +SG_BRAND_9fe8449289467279c329982bb06d75c2,Security Finance,"",522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_322db8903177df56,Security National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_65493c5db856c6f78f468cb252ef9ee0,Security Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_5ee5ff07b48ee2df4d13b01814a4522a,Sedano's Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_861672770a2e5494d97bb9058c420a0c,See's Candies,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_8f451a9ae6dde1a81a344d003f0887f3,Seiko Watch,"",423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers","","" +SG_BRAND_3dad567e64f25968,Seip Drug,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_067d3dc3c5235609,Select Medical,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_611c50cafb149930287ddcb3a8dc5c29,Select Physical Therapy,"",621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,"","" +SG_BRAND_1354b30cefed5f4f,Select Specialty Hospital,SG_BRAND_067d3dc3c5235609,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,SEM,NYSE +SG_BRAND_7b39ecbedb655443,Selecto,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_79f207dcd3c93d5f,Self Made Training Facility,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_35c2787257d1d9c23a04ac4f22be329c,Sellers Bros.,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_327368675548443e,Sendik's Food Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_17a1ffaea08ce14a,Senick's Food Mart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bea60d0372a2b796b7e7889cf18478a6,Senior Helpers,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_0268ea466434672b,Senior Lifestyle,"",623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,"","" +SG_BRAND_313a9226d3dc7224,Senor Fish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db125cb627cd1eeaceb81934f31472e8,Sentry Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0a6156d4e69eed9ea8ba461b0e8afb39,Sephora,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",CHDRY,OTCMKTS +SG_BRAND_d1003c658578613,Servatii,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_5bf6feaed2572937a3b05373dd790150,Service King,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,ServiceMaster,"",561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_21c475a908456337,Sesame Place,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_0464ba65cb52aadd2abd254abd91c685,SFERRA Linens,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_ee06025b756a570f54e52dc67d62a34c,Shake Shack,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SHAK,NYSE +SG_BRAND_4c71d64ed7f9fe540fd4a1f45631422e,Shakey's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_23780096320ec6fd,Shane Co,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_c9dbeca59f39877d31755cae4e2b7d9c,Shane's Rib Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8449b5e890d4688dcb5ee3d9745f34a1,Shari's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_263b895304005e5506e0003e6b01eff7,Sharkey's Cuts for Kids,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_ba5c7a99e4ca700537da52660eba820d,Sharky's Woodfired Mexican Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6435de807f5317d4,Sharpe's,"",452210,Department Stores,Department Stores,"","" +SG_BRAND_c94c93b562ff75567c3425b1cc8d7764,Shaw Floors,"",238330,Building Finishing Contractors,Flooring Contractors,"","" +SG_BRAND_571cf07bf41af1d7a3133571053547b6,Shaw's,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8b1fed2af91859b9f7ccbdc2224242d3,Sheetz,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_2591c98b70119fe624898b1e424b5e91,Shell Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,RDS.A,NYSE +SG_BRAND_b2f9ed59197409a6f07cfbaa8adfeea5,Sheraton Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_739edde2613c107f7930d838af736899,Sherwin-Williams,"",444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,SHW,NYSE +SG_BRAND_68d05f5ab0afc57f,Sherwood Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_0e077a144f9b51bf297ca6d0a612637b,Shiekh Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_367b65a8f8d1a3f42d90068d57a32f4e,Shield Healthcare,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_5aa504ccd7e54a4a,Shinola,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_9f671ba3a5368d9,Shipley Donuts,"",445291,Specialty Food Stores,Baked Goods Stores,"","" +SG_BRAND_284e4dcd527e329204f4b10e8c307ea2,Shoe Carnival,"",448210,Shoe Stores,Shoe Stores,SCVL,NASDAQ +SG_BRAND_170e453703d1388,Shoe Dept Encore,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5636e488eea156d5,Shoe Palace,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_139254c4e342d3ccceff63823ca18dc4,Shoe Sensation,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_60ef405583046498133c783878be1020,Shoe Show Mega,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_ada6c5c64f172213,"Shoe Show, Inc.","",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_3854b91e2ff2aad8,Shoe Station,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_d6f8e0dc4758bfd54b55920c269d55a9,Shoney's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_69f2e968861ddc0cd61a50eb3ef8ac35,SHOP 'n SAVE Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6e108994e07c7891,Shop Rite,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5b658b26228bd62c,Shop Smart Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_244b32a08bbd8058,Shop-A-Lott,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_9b5e53901578a5b02e598a17c1414bad,ShopHouse,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3b8f37f52b523c2be4ab4a73b0ad1566,Shopko,"",446130,Health and Personal Care Stores,Optical Goods Stores,SKO,NYSE +SG_BRAND_4a7ed5a58c062288,Shoppers Drug Mart,SG_BRAND_1b47663a692f81de,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_0f9dc3780faacdca17d31d7bdbe08d99,SHOPPERS Food & Pharmacy,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f802e5b700ec6e8d,Shoppers Value Foods,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_41c3b191bd451b25020cabcbe5afdc10,Shoppers World,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_89f9e4c00d1686f9ea25fd28dd9ee424,ShopRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SRGHY,OTCMKTS +SG_BRAND_4183e4ab1ff9cde7,Short Stop Food Marts,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c5472bc60b4ed6cbdaed3a9434c92a0c,Showcase Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_f64c22900e15a0fa565af4eb5159bf9e,Showmars,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_47378ccdbcea6db9,ShowPlace Icon Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_9d6c8a14645aa102317ca1c070b66792,Shred-it,"",561499,Business Support Services,All Other Business Support Services,"","" +SG_BRAND_3c3f2d6b613fac3e,Shred415,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5cebf185d7e01223,Shrimp Basket,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_db268efdf3da517,Shuckin' Shack Oyster Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a6dcc6064fb02eeeb3cbc4280c2acaf,Shula's Steak Houses,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fcfe592ad09b82b8479df19fa4bac122,Shun Fat Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_db6ee5f0ca1c23534e205fe45779f1d9,Sierra Trading Post,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,TJX,NYSE +SG_BRAND_58ae15008ec56ca,Sigel's Beverages,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_e8de50875985fb8f7ccb852b493124a2,Sign-A-Rama,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_6139bed0c2432a78,SIGNAL Food Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_114999760c003080,Signature Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SBNY,NASDAQ +SG_BRAND_280cebbac295b433,Signature Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_016d2c38631de45e,Signature Style Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f0e95f58be371a1e8b847a3439db2e09,Signoria,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_b633654b9642d2df868fc09480a7bc12,Signs By Tomorrow,"",339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3c270d66a1a6f79b9c81ab2e2f61e6f1,Signs Now,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,"","" +SG_BRAND_3d7364b575cdeb25be37fcf636763136,Silver Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a9c526d7382d71b,Silver Fox,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3cf176179f0f9ae5d6078510cc52a428,Silver Mine Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_0a3c99595c9d3fddfece9c4e7607e5b3,Simon mall,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_354a24fb7314f212,Simons Sportswear,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4a772e2bf6b53db8,Simonson,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_37da3afd178e707a5355dc2272fea197,Simonton Windows,SG_BRAND_1040df5856d18f505124392b6df376f4,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,"","" +SG_BRAND_36e547dab3145611bc3295c20646b27d,Simple Simon’s Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_22743fe7d88b8cd38a7bebc163fb507f,SimpleFLOORS,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_eb8ff728e4ed6eb2d3533347f02a7bea,SimpleTire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_5204212cce147a548eccae0b1523e7ac,Simplicity,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_f105f4e4a3e1935fc84ee4e6f8359a1f,Simply Fashion,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_f2f774486bf5671c782add365642c873,Simply Mac,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_27e685bc2246ceb2dca0be8e0e4eace0,Simply Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_a57232142367eb326bf60ca1d7660233,Sinclair Oil,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_30d65bf813b72373,Singas Famous Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4ecb87b14bd729aab2982c2b16f56938,Sir Speedy,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_a4f691ea367787a4,Sirens,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_71b74b7d7bc13765aab63e9cb524909f,Sirloin Stockade,SG_BRAND_5a3ecd02bd631b54,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_65a78f88e628caabfc4d54c90fc0ab28,Sit 'n Sleep,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_6430792187c67213ba069c35882997ae,Site for Sore Eyes,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_747d08db3ae17cd95646be2a0c8077c0,SiteOne Landscape Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,SITE,NYSE +SG_BRAND_0dd52fbf1cd77fc38e06650435ada07d,Six Flags,"",713110,Amusement Parks and Arcades,Amusement and Theme Parks,SIX,NYSE +SG_BRAND_b71c59c965bccc59f4b202ea20986e40,Sixt rent a car,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,SIX2,ETR +SG_BRAND_5105a8211a90de10,Sixty,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_a8c1450cf22e7c25d87f78aefb5c3a1f,Sizzler,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f366fe78cc37ed6e2e82320c00b34dd2,Skagit Farmers Supply,"",423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,"","" +SG_BRAND_73bcd2a79c09921b15bd63688ddb850f,Skechers,"",448210,Shoe Stores,Shoe Stores,SKX,NYSE +SG_BRAND_504582a2305d8c9b,Skip Hop,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_23c5a611ea356acb,Skippers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_09b52e507a188bcd,Sky High Sports,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_42a58df4764e2483,Sky Zone,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_5b4b2938078d40ae4ae2f7b922602335,Skyline Chili,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_75fe97fb973fa35,Slack's Hoagie Shack,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_7f670b88e9430cb,Slaters 5050,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b17925dfe831ec07004700c32813f96,Sleep America,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c6e070bb62f3edf8b51ea53f94216e50,Sleep Doctor,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_7c1ff425b29030c2a951a927f41116e6,Sleep Experts,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1c20cb37a43a5c4eb19eb019b5524b50,Sleep Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_27485c230d0d715dd88b11a7e0e1a426,Sleep Number,"",442110,Furniture Stores,Furniture Stores,SNBR,NASDAQ +SG_BRAND_7f3da1e6630d22bf,Sleep Outfitters,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_078a411168f87a418b30a50d8ea648f6,Sleep Train,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_63343bb727315298,Slim Chikens,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c66f0c159837624,SLS,SG_BRAND_9d569b1231bd2263,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_231910c412e767bd,SLT,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5d1d7ae81885883f04334c7fef3139bc,Slumberland Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_b30c1793e7a85ff88c1f59db32b9b728,Smallcakes,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_9f9092dddca125105759b25f3f85907f,Smart & Final,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFS,NYSE +SG_BRAND_7619dff29f89d34d,Smart Center,"",441110,Automobile Dealers,New Car Dealers,"","" +SG_BRAND_5b96833af34bba601c6e8767ad682f55,Smart Foodservice,SG_BRAND_9f9092dddca125105759b25f3f85907f,445120,Grocery Stores,Convenience Stores,SFS,NYSE +SG_BRAND_1ca1028282a158e653e0e4ea14500b3b,Smart Start,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_25db715faa998550,SmartCare Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_920b907c29fe21f628faec927628d5f3,SmartStyle Family Hair Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2bd05fb6d7df5c82c51988933c7cbdc8,Smashburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_48c88330807a6d74,Smile Brands Inc,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_7c8ad84dce1fdac1,Smile Doctors,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_20dc612d8efcfda2362830db86a1614a,SmileCare,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_21da230452dce862,Smiling Moose Deli,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5743e8ce194da95f21870de9ffb6f978,Smith & Wollensky,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cdba32615cfc644689f7fbf26738f60e,Smith's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_cccba30814981f5c1f5b434e019e7715,Smithfield's Chicken 'N Bar-B-Q,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_46486f2aec233636,Smoke's Poutinerie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a27c695480ef50e,Smoker Friendly,"",453991,Other Miscellaneous Store Retailers,Tobacco Stores,"","" +SG_BRAND_5adccacd732b8234aca4df341560e223,Smokey Bones,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_86d570758820923a7e1b376b73c33460,Smoothie Factory,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_19800a6b4d6fb62e6752413f3ac722ef,Smoothie King,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_7b6fd04f8e20421fe7f99023471c7f8d,Snap Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_44f1227687bb042f,Snap Kitchen,"",311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,"","" +SG_BRAND_7bb91e907c7919bd,Snappy Salads,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d76abc0e8b75eca,Snappy Tomato Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b962c0ecc6b0fb3,Snappy's,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2a78e9dc74a9acc4,Snarf's Sandwiches,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1f68776b05670a87fa804e8d475c1cc1,Sneaky Pete's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e7e9585d480eb4c7ce3ca97be9676fe,Snip-its,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_738b3c15081e4325,Snuffer's Restaurant & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c45303e1713f9bc,Sobik's Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_51f42faca956b764,SoBol Acai Bowls & Beyond,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1cec29c56a3256b3,Soccer Post,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_16d1bd5001e18b3fc2596bdc77738082,SodaStream,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,SODA,NASDAQ +SG_BRAND_2c81e4faac8941e3,Soelberg's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6b1484b52fd5f6ba,Sofi's Crepes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e481a3fe76b613b224bfa5792c98289,Soft Surroundings,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_50983207b0133f490055f2c3c99da870,Sola Salon Studios,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_6ae26f5118139a40,Soldier Fit,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7b637ca5c2629486f3f76fc16ff6ba62,Solstice Sunglasses,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_b4ac58321385e7e2e9312c5c3e46d429,Soma Intimates,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448150,Clothing Stores,Clothing Accessories Stores,CHS,NYSE +SG_BRAND_3085582422fb690b,Somerset Trust Company,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_bb5459bf19132d4dc1340654c17331df,Sonic,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SONC,NASDAQ +SG_BRAND_5418b165749fce420e3078220aac2eeb,Sonic Automotive,"",441110,Automobile Dealers,New Car Dealers,SAH,NYSE +SG_BRAND_72f73c88f89a18d9f628fd34d87eb935,Sonny’s Real Pit Bar-B-Q,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6dd91b412bd10613,Sono Bello,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_691d8667d8088000839b66daad67c2a7,Sonus,"",334510,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Electromedical and Electrotherapeutic Apparatus Manufacturing,"","" +SG_BRAND_638615abecd9973cac4c477b252834a3,SOREL,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_07d4942054d5cc86a7454e165c9a158c,Sotheby’s International Realty,"",531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,"","" +SG_BRAND_01e9b7353083bb45c018b3c8ee7612c5,SoulCycle,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_14d7601c94ced580,Soulman's Barbque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7cb9cdbd09778ea0ea6a0b0f6acabd70,Souper Salad,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_bafb8ec6e0ec5eb0ad6355bb7255a624,Souplantation,SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3575b6f7cc2fa202,Source for Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_5314a5fd1add6c1f,Sourdough Fuel,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_4f460ba2d17c90287d092da17832ac5c,South State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,SSB,NASDAQ +SG_BRAND_54440f1163471c870384b47ec38ec273,South Texas Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_4f7ca1844d0931d1,Southern Arizona Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_0643a0b7346780ffb48a202b9d593148,Southern Shingles,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_b171fe50c25853ab56e1f134afc569ac,Southern States Cooperative,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_e0ef51a5b3b089aa9ade7179483fdbb0,Southern Tire Mart (STM),"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6172447248d28c6,Southwest Georgia Oil Co,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_24a438ad77235b12,Southwest Institute of Healing Arts,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_41e1196cd5b064bc,Spa Gregorie's,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_ffaa058475e2fc02e4e5ac295249b79c,Spaghetti Warehouse Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_542f65dbb1240371,Spangles,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7f663a26dc79a5cc,Sparkle,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_045e011490885c991dd838dae4fbe91b,Spartan Mowers,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_2f52eaab3edfa154fca397a25258afe0,SpartanNash,"",424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,SPTN,NASDAQ +SG_BRAND_686fb8346d6c7705d7d8a8ecd307ebad,Spartina 449,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_a12f2c0adc5f2ee,Spavia,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_956bf83fb00e1e3234edc3c8ebc4573d,"Spec's Wine, Spirits & Finer Foods","",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_c31b13b933c192b3c74ba472dd6112fc,Specialty's Cafe and Bakery,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_468215f4003fc34f,Specks Pet Supply,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_1732bc687c153b0755734ef69e13e263,SpectraCell Laboratories,"",621511,Medical and Diagnostic Laboratories,Medical Laboratories,"","" +SG_BRAND_13ebffae8c8f4a84b3c4dd481cd1b292,Spectrum Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_94b79668c2f8c48c87809a5e205cbbdf,SpeeDee Oil Change & Auto Service,SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_93b3d23529ebed78cdf4bfe2e58f1979,Speedway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ISCA,NASDAQ +SG_BRAND_7d64c184eca742a1,Speedy Cash,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_3180f7efabf2286e,Speedy Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1f0fa917750f98d2,SpeedyQ Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_16a3a32632a65ca7,SpeedZone,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_13e41b06e3cf22f4ef6b7546456e14e7,Spencer's,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",SPENCERS,NSE +SG_BRAND_b0e6b2edd3acb350c17401997e96c9a3,Sperry Top-Sider,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_40bfac78e255df7f6f23279acf7dda67,Spherion Staffing Services,SG_BRAND_4f9edafdca8658f8aba5a066069fc022,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_530e53bfb1a2d525acde6af2fb025fa2,Spicy Pickle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_150561daec385ac7,Spiller Furniture and Mattress,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_6d35cf0ff06e8ef3,Spin! Neapolitan Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ab2f1d6fd13d0e00bb4c4959831623d2,Spinx,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_61239fbb30965837,Spire Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_6e6d67ae838cd729a2f3dd60add6f171,SpireWorks,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68a6615a3cdd6ba5,Spirit of Math,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,"","" +SG_BRAND_7d1a3bf9b8ec06e6,Spirits Unlimited,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_819641545522250a5b984ecfbb2c3c39,Spitz,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_24b28530a77f0cefc0e7b977a6d58ced,Splendid,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a008e88ff2df2936fdfdd684d28a74f4,Sport and Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_66b7bca1fd5b3082752c2508bc56009d,Sport Clips,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_1ae011d5ddda673f145c7230e61d18e6,Sports Clubs Network,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_259944bbd180417d,Sportsman's Warehouse,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,SPWH,NASDAQ +SG_BRAND_86292a9c78260a32,Spotlight Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_3df6b09b9c81d273,Spring Creek Barbeque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6e3df01bca219dec8e30a7d3b9b5dcda,Spring Market,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_26cd93ab847fa2cd941ad9e3325cd188,SpringHill Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_401aa7068968e7c4,Sprinkles,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,Sprint,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7b80b243344992ed,Sprint Food Store,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6c5e12807893e125,Sprint Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5fbd6eabefed0d40,Sprouts Farmers Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFM,NASDAQ +SG_BRAND_3947813608335db,Spunk Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_52e0d5f761200cf3,Squeeze In Breakfast & Lunch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,SRS Distribution,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_bb91c79b7e30900c4c0e1a9bfe33956f,SSM Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_4fcc17678861d2f7079d8a402a6dcc3f,SSM Rehabilitation Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_b1c527500491d3b79f817ad32830d13c,St. Elizabeth Healthcare,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_7d315a02b783a82c,St. Joseph's Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_7cff41cfa579f611,St. Luke’s Care Now,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_5ba80a18f3272c17718a78d4c0e3a89d,St. Regis,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_01dcf1d0738a8f9b92237df7f8a4bb0a,Staffmark,"",561311,Employment Services,Employment Placement Agencies,"","" +SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,Stage Stores,"",452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_184be19457d11c4ff8e8eeb825cb4ead,STAINMASTER,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_7ead887c29d46135,Stamart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_571e88ba0862e132,Stan's Donuts,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5f254a5fa629b36,Standard Bank Pennsylvania,"",522110,Depository Credit Intermediation,Commercial Banking,STND,NASDAQ +SG_BRAND_1e93aee75ec6b75936461257310d4abe,Standard Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_1a21718075662c354a39d31c6d5161a3,Stanton Optical,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_a4d18fc84a927940d1294e253001ce3d,Staples,"",453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,SPLS,NASDAQ +SG_BRAND_9d9362460bab2d260ba7a0f08b4bbd39,Star Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f116acfe9147494063e58da666d1d57e,Starbucks,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SBUX,NASDAQ +SG_BRAND_1594ca470863198d,Starbuds,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_3fcd022a1581a0b1f9f7b45f65de192c,StarChild Academy,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_2c0e238eb099eb6c,Starcycle,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b7ced88de965a5d,Starlight Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_1eeccf353a7dd8a1ad3b37c746fc6d82,State Farm,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,STFGX,MUTF +SG_BRAND_244944f899074aa119d51ec704cc5d70,State RDA,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_dbb345fcfaac76abfe5df7948729a24a,Stater Bros. Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,HGN.BL,AMEX +SG_BRAND_8e9486e4a533d2e2,Stay Inns,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_45b0d5fc3ce65a34ccc73e2849a1e881,Staybridge Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_874cb469d80d29bc5ffec4dea96b77e2,Steak 'n Shake,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SNS,NYSE +SG_BRAND_ee96302f6582b352fd0769c2e44039ab,Steak Escape Sandwich Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e9d2f3e3beed64c3067979d39b0bcec2,Steak-Out,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_110c4ddec55f2d3f5e75f4ecfbe3446d,Steel City Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_030e06d600359f81e616cc9bfc10ddcc,Stein Mart,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SMRT,NASDAQ +SG_BRAND_5f062df48ec0e1b6017f7a0d80bf0748,Steinhafels,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_18628726075c6884,Stella Barra Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_80153e472423f1973b5fb53dcda5a2b0,Stepping Stone School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_81f69714318b9a3b21f8c43081dd8e98,Sterling Auto,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_6a06cf0c5f6b84c6,Sterling Optical,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_27bfb94d1977e2b5,Sterling Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_00d34d8f9d7d7da01a25de78aa8baf9e,Steve Madden,"",448210,Shoe Stores,Shoe Stores,SHOO,NASDAQ +SG_BRAND_46f3073bdf0ac406,Stevi B's Pizza Buffet,"",722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets","","" +SG_BRAND_5dec4c4d92aa4746,Stew Leonard's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b27af477716f5829b713cb67586b2f13,Stewart's Shops,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_982a3e1ee61f1fbdeb38e4c8da76ee60,Sticky Fingers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_12e010fe05bdf681,Stine,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_549f164d394f3b2e,Stinker Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5cc18fa64e5cd1fc,Stir Crazy,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ecad570fe17f53fa,Stitches,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8a8b1fe45a2c2b03,STK Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d2b324b18aa51a7b5d78b24262ad3728,Stock Building Supply,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_5a3ecd02bd631b54,Stockade Companies,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_213821354f709005,Stokes Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_424248e2c2d0c5d4,Stone Fire Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_31b6c3b57fc420f1,Stonewood Grill & Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_500ca3fab748506108763573b32c241a,Stoney River,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_d4fc0458d6c0c5206a0b5d5311104ab3,Stop & Shop,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4c3548f431ac9b2a,Stop 'n Save,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_137d94a3bb89dc36,Stop to Save,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7651737de39c0a1e,Stop-A-Minit,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3555e73344dc6fb6,Stop-N-Go,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_343375203e02b93e,Stor America Self Storage,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_29e46f1526330e4b591d75531238b056,Storage Pros,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_66f5c1cda55387e4,StorQuest,"",531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,"","" +SG_BRAND_5f9f3f24feb287c4,Strack & Van Til,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_a7abeb469cd27ad1d4d4d76791894214,Strauss Auto,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_10c5536315f34e89,Straw Hat Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_27ba4dcb9560618,Street Corner,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_117f0c1e4915e9a8,Streets of New York,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8da1e55044e932b9d446ccf23f691318,Stretch Zone,"",621610,Home Health Care Services,Home Health Care Services,"","" +SG_BRAND_0a709c04407e19505297cb0ffd19a951,Stride Rite,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_0af0475670e94f690f5f1e208fd0e4f9,Stripes Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_3b0cb6fdd884f5f3fc682e1e17cd505b,Stuart Weitzman,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448210,Shoe Stores,Shoe Stores,TPR,NYSE +SG_BRAND_6f869b4198e2e5fc,Stuckey's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_d0925efb189f101787c04895fa8e1ec8,Studio 6,SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_18d80020db9ced0e,Studio Barr,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c804564820fc56b825e8c7601c71b7dd,Studio Movie Grill,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7e4a54bc75a6708e,Studio Three,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_2ccad6c0ffdbf6e9,Sturdevants' auto Parts,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_2d91252e0a206a595fbb81f3768084c6,Sturdy Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_c5d4a3ff062e5da9,Style America,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_506005aeef1b7ae6,Style Encore,SG_BRAND_6078c00b7e4eb7c3,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_f42931e177900b6,Style Houston Salons,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_47c3eeb22defe6131d872e9da02ba588,Sub Station II,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5e3f2112d7abf152,Sub Zero Ice Cream & Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_074b8e83bfbb30f1d33f3a4ca2c0c214,Sub Zero Wolf,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_0b9c5120ea86155f02d81e6f2f90c900,Subaru,"",441110,Automobile Dealers,New Car Dealers,FUJHY,OTCMKTS +SG_BRAND_505013e5ed3c72e5,Submarina California Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8956cee4e5d00996ab4e920c4b33034b,Suburban Extended Stay,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_6360f6446bf78d2c679f728051869f91,Suburban Propane,"",454310,Direct Selling Establishments,Fuel Dealers,SPH,NYSE +SG_BRAND_de80593878cb1673c62a7f338dc7e4e1,Subway,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_753ba4ede2e39f46,Sudden Service,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_1af713027f87ef6f,Sugarfish,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54a6181a80a2052,SuitSupply,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_afd52c62e4f2d482e3671e66ff1997d1,Sulky of America,"",451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores","","" +SG_BRAND_957ad7556e401072ab9c88b51bd34a12,Sullivan Tire and Auto Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_1e2a078272a7d783,Sullivan's Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4df71bbaa796cdc6,Sullivan's Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_44c408c7a5317d00,Summer Fresh Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e42192d3d43014da2b4f20f4fa436fe8,Summit Medical Center,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_28999d16bf7fb49d241aaea6258bed8d,Sun & Ski Sports,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_4916f4ecc1bb4e37,Sun Devil Auto,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_13d0f977c4e39208,Sun Fresh,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_abfbaef7ed69ab00ff4641c916b601ae,Sun Loan,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4dafa8ce84e4f95e77eaf16d47eaca75,Sun Mart Foods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_27e6f01a32de28232af76c45ffed037f,Sun Tan City,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_b16311027de231dd,Sunbelt Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_e041f2b64a1e73aa7c891441509f3655,Sunbelt Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_7242148dfd400ad24f5356ec7d0c9d44,Suncoast Roofers Supply,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,"","" +SG_BRAND_6b8fb01508ae8bb4,Sunflower,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b0ffae6c1ddaa860aed409f076c37b4c,Sunglass Hut,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_8d819ffb9fa80295260ecf779927ef25,Sunoco,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,SUN,NYSE +SG_BRAND_1a082bd9a80a22fa,Sunrise Conveneince Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_48fc448afb2d482b,Sunrise Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_3dd09df1ba410ff6ef021dc2a54f2481,Sunrise Preschools,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_b3a25b02264a11bc,Sunrise Records,"",512250,Sound Recording Industries,Record Production and Distribution,"","" +SG_BRAND_516ba83a8efa5bf6bdc8bf2383baf9e1,Sunrise Senior Living,"",623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),SRZ,NYSE +SG_BRAND_6a3b35b110397544b07a6507ade026f2,Sunset Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_450c4dcb78c6932b,Sunshine Food,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_57e5449663e1a0b0,Sunstone Yoga,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_18f903c720d5377987bc73cb76a89871,SunTrust Banks,"",522110,Depository Credit Intermediation,Commercial Banking,STI,NYSE +SG_BRAND_a5378f5fac5ca6d28d289e06ed25a9af,Super 1 Foods & Discount Pharmacy,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f16d2a87d56b89d8,Super 10,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_43bdfa786f5809e475a7382797eae3fd,Super 8,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6ff3e6bb09c04d09,Super A Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4b128a93fa7c753a,Super Chix,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_850622eb907c2514,Super Dollar,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_630a74655b3ea79303b8f4fa295b9689,Super Dollar Stores,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_6b26ecc54b625df5,Super Duper Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ae14dd763e01efcdb62b7f2d60adde43,Super King Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3f3cdda418fd85045a62459086d765a4,Super Mex,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f59f92ce3cf5e8b,Super One Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_408d7f2b1724623f,Super Quik,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d3e13aa7e044fde98f4e59efb5889390,Super Runners,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5a8ecf40a0e7f1ab,Super Saver,SG_BRAND_1c9455c4daae0289,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3f9595a0fa925f13,Super Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_78764cdda07283e6,Super Subby's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_429f63ed94805627,Super Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_521f7895c292a2fd,Super Thrift Drugs,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_386bdab900a5e9d65fefc3e91df07af5,Super Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_66575b77b220bc66,Super1Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c662514f0034e025a5af8c9cd2c042e7,SuperAmerica,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_9a7f178c79535a,Superba Food and Bread,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_10734d1c1022bb717d2d1f2e03135434,Supercuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_6fe98d3a329c2652,Superdry,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_88ba6f6fda3e692270cc4aca2308d02f,Superfresh,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_463fa8f01a957810d630f14e61f00ae0,Superior Distribution,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_89e0ac5a5ad3b486281dc81cde4e8627,Superior Grocers,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2225c534d38fe724,Superior Pool Products,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_1c3f5a68b116d537,Supermercado Mi Tierra,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_12d8cc02f8482516,Supermercado Nuestra Familia,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1747bd74c5196e99,Supermercados Econo,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_121160236f279022,Supermercados Mr.Special,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_728d5ec13318e980,Superpumper,SG_BRAND_25e5063333a11a1b,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_603348d1a4d77f00,SUPERVALU,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_02f92084d9f17e0a6c8892bf0d462c36,Supplement Superstores,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_05286b13e4cd9b9707add15e0b00e9e2,Sur La Table,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_292982d226c68c93,Surf City Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4de9ed8cca6134c2227cb29e9972ccea,Surf City Squeeze,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_81e1914962e6a4ef80fe58a431d51926,Surf Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1ec9c207bfbb9658,Surge,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_c00683f2bf27e151432cccdb3c15b111,Surplus Warehouse,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_201c7275db1eea4d,Sushi Roku,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c6ef0b5fb00020681beb203dfcf7c94b,Sutherland Lumber,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_42241040b2464313,Sutter Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_101186a9a44bc0354ed997696a6aefba,Suzuki,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",SZKMF,OTCMKTS +SG_BRAND_296fa7d68007d8dd,Suzy,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1aa3e99a053ad8d9dafa8bad478ee946,SVS Vision,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_c33caca1ca57315,Swami's Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,Swarovski,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_d4f638f58f0365e16f503d63e3cdb609,Swatch,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,SWGAY,OTCMKTS +SG_BRAND_3fa2b41fce097e5b,Sweat Fitness Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_941a708604d0d3d03e95336dcf911085,Sweaty Betty,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_5691d1d3f1bbf3cc,Sweet & Sassy,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_4bdb9818d1b8ec67,Sweet CeCe's,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c21778f7b42c43a3cac69ca3f6409372,Sweet Factory,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_2d8707eaaf67b4f5,Sweet Factory UAE,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_5210f3e6393aa617,Sweet Frog,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,Sweet Tomatoes,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a5ea795ab3769f0392e3658d9e64e003,sweetgreen,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4b82ec32253bafc4,Swerve Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_773e5c61cba7322,Swiss Farms,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_c0f474776f0a518a809c938bb46afab1,Sylvan Learning,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,SLVN,NASDAQ +SG_BRAND_7c501b7b2e9f40ad,Synovus,"",522110,Depository Credit Intermediation,Commercial Banking,SNV,NYSE +SG_BRAND_4aa37867419943da,T&T,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_379927a340a265a9,T-Bird Mini Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,T-Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_6ac3d7996fd37353f8027aee42005f19,T.J. Maxx,"",452210,Department Stores,Department Stores,TJX,NYSE +SG_BRAND_748ba381dd81bb8de615319837ffa350,Taco Bell,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_62e219693b40c048bf2dad225524695a,Taco Bueno,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79a702dbde154a54f28d505028e1708e,Taco Cabana,SG_BRAND_7079c42698203d70df4a030591fe99b8,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5decf63a87f7b91c915c7e221f840ac7,Taco Casa,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7a64dc973cbcc4f3cd3b08c3a3ea6842,TACO DEL MAR,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f92cba702cf7f997b776d807b54cbe79,Taco John's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_0c1f44463c391444e9661642ec0761b4,Taco Mac,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f91efcb90b5e17a3d6ce7acca841c87,Taco Mayo,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_56fed2fb145e1820,Taco Palenque,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_693b36175514d607,Taco Shack,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_99dae8a57b370f25c69f642c6fc4319b,Taco Tico,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_21a415c825b40c20,Taco Time Northwest,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_794665b7b1353d3a,Tacodeli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d0e991123ab7960f,Tacolicious,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2f9e380f3c33c93e,Tacos El Gordo,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1150bcface0b66ea9e245dcefe959162,TacoTime,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_f5975334d57475f6dbc8bb4b1cbf88c2,Tag Heuer,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,CHDRY,OTCMKTS +SG_BRAND_e09926ab09389693838aa7b6a4a51ad4,Tahoe Joe's Famous Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a6111ecac4e9bf6,Take 5 Oil Change,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_fc3844062a563161e27e2c9db9ad4665,Talbots,"",448120,Clothing Stores,Women's Clothing Stores,TLB,NYSE +SG_BRAND_dca899911102f86b,Talecris Plasma Resources,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_861e8bb24a4eaf74,TalkTime,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_5f363dd1fc284e47,Tamale Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c65749e66d4be65604489fe96a1012a0,Tamarack Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_bd60dc54b754d9dc4431b65d58f8c632,TAMKO Building Products,"",324122,Petroleum and Coal Products Manufacturing,Asphalt Shingle and Coating Materials Manufacturing,"","" +SG_BRAND_dfd7c20bc32b86e,TaMolly's Mexican Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56e323495e92d917a538ec84d43fab18,Tandy Leather Factory,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TLF,NASDAQ +SG_BRAND_74b13c1bfa9312a3bfd0caa1da8b35ba,TangerOutlets,"",531120,Lessors of Real Estate,Malls,SKT,NYSE +SG_BRAND_47cdddc43aa6759b,Taps Fish House and Brewery,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f735ae4d111d2c3482266866ea53e7ca,Taqueria del Sol,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42aefbae01d2dfd981f7da7d823d689e,Target,"",452210,Department Stores,Department Stores,TGT,NYSE +SG_BRAND_5810170bb4a1154f,Taste,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_106b44d46c19a8c0,Taste of Philly,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,Tastee Freez,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_e402d3d94d8b09d4a64bd139283bd048,Tasti DLite,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_107b9d75a4e4db89d7b8811fae4d60c4,Taziki's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8659d9232accbd66985df5375f59855,TCBY,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_36437ba2287c7c96,TCC,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_27501713cae44c7a12ea7b766781676a,TCF Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TCF,NYSE +SG_BRAND_90d91b406b3010d68287a1bf29e73641,TD Ameritrade,"",523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,AMTD,NASDAQ +SG_BRAND_a270529277e11434ce7a40cff6c21217,TD Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TD,NYSE +SG_BRAND_383d1229347828a7,Tea Station,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1a70a72732d25de9,Teal's Market,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6f227b9c18f3649b,Team Rehab,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists","","" +SG_BRAND_08dc7bc5c525f5e482b57ea659eed11d,Ted Baker,"",448140,Clothing Stores,Family Clothing Stores,TED,LON +SG_BRAND_82eab43cc07082b91b4ab64436d2cf1a,Ted's Café Escondido,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_cfd1a00ac7511bd50d3da98da435ab23,Ted's Montana Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b18e03842469999,Teddy's Bigger Burgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89a14d7a1309892f90d490c859468a30,TEMPOE,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,"","" +SG_BRAND_4c0bb3e7d813b2889a0544ef789a648a,Tempur-Pedic,"",442110,Furniture Stores,Furniture Stores,TPX,NYSE +SG_BRAND_f18e4548675a2e1,Ten Thousand Villages,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_2056bcd07ae0b83fd73cbfd2eeb25f2e,Tender Greens,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,Tenet Healthcare,"",621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",THC,NYSE +SG_BRAND_3e795ba76395e5f043687c8d0a9706e8,Tennessee Farmers Co-op,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_25e9f89ee6d135a1,Teresa's Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_701fa49261c8c7c8,Teri Yaki Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_416a92ce8c95ff05,Teriyaki Madness,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e8b683a8c69af4284fc2d2ee150bc4f3,Terminix,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,SERV,NYSE +SG_BRAND_5c5a3dc312ed15ea,Terrain's Greenhouse Cafe,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_765f47692855865a,Terrible Herbst,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_736e28af7b81b10a,Terroni,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ca581f73c944ade30fde59bdb3e85d41,Terry's Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_220dead10dd6a5c7,Tesco,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b787109f60140e84,Tesco Bank,SG_BRAND_220dead10dd6a5c7,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e1f043a973f4574f,Tesco Express,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6fec1ae6a8fa91d1,Tesco Extra,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d6355b56ac295732,Tesco Metro,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_01655ff382eb79ba,Tesco Superstore,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_bc250e0d83c37b0953ada14e7bbc1dfd,Tesla Motors,"",441110,Automobile Dealers,New Car Dealers,TSLA,NASDAQ +SG_BRAND_aa6a15d0d5bfb705afa3d12997f3a804,Teuscher Chocolates of Switzerland,"",445292,Specialty Food Stores,Confectionery and Nut Stores,"","" +SG_BRAND_ffc2e4f5b587c173b8034acac77ed1fa,Teva,"",448210,Shoe Stores,Shoe Stores,TEVA,NYSE +SG_BRAND_5416bc709f25c04c6092dbbae7013250,Texaco,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,447190,Gasoline Stations,Other Gasoline Stations,CVX,NYSE +SG_BRAND_78aae9bb39a22124,Texadelphia,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c54319fdd968c45ed0d0efd9bb2fb63e,Texas Car Title & Payday Loan Services,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_6be55ad67ceb5067bdab4e4d3c4a7df3,Texas de Brazil,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_473fea6203e222f4,Texas Family Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_aca4fbe00d3d8517673a5aca6e4aa1f1,Texas Farm Bureau Insurance,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_d40731d9c382535c23768d0caa026179,Texas Land & Cattle,SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7f678f7dd8d25eae,Texas MedClinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,Texas Roadhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_1fdd5a6542bcfe6b161be9f9c599edff,Texas Steakhouse & Saloon,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ff13ed822d136072eceb608b5cc145e1,Texas Tool Traders,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_aeff93462d04a731,TGF Hair Salon,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2790ea7c68267a4a937d481540e3c3e6,TGI Fridays,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_71b1a9dc19902a6c,Thai BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_28a9b67fc644e963,Thai Express,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42fba5cce630e68f,Thai Original Barbeque & Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2b2de6e5e806bd0b,The Art of Shaving,"",453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_e410910a55c3c756497dd75b42aeffc4,The Association of Pool & Spa Professionals,"",813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,"","" +SG_BRAND_5c19fee48031bf83e0961a606fbf5662,The Athlete's Foot,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_f712fed0e54d3879,The Baked Bear,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12b47438ce89b276,The Bank of Tampa,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_a7bd12304f2a327187932c8caa384a3c,The Bar Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_7865bdf090089821,The Barbers,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_aadbb723ed9a5d53,The Bargain! Shop,SG_BRAND_56324d752ddef929,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_169759edcca53e9a,The Barkan Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_6f2dd06dff349e79,The Barre Code,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_238235f57cdaf4015ba8e998c2641240,The Bay Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_31667d4e1f42fdcd710142faf48bd9a4,The Better Health Store,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_f09e0c7afddd306e,The Big Apple Food Stores,SG_BRAND_3874a628545efda1,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_33380594a4d5a524,The Big Screen Store,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_1a12adf6e3b665ca,The Black Dog,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_def598b5aac8735,The Blazing Onion,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b38d3f8fe487c2221c530f36d0610016,The Body Shop,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_2aef7eac822eb842,The Boiling Crab,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7c19a70212e0ccdda8db2a73b5d84ddf,The Book Rack,"",451211,Book Stores and News Dealers,Book Stores,"","" +SG_BRAND_0c7d56c25057eb37e0079b11b1a41939,The Brass Tap,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_9cdd257ef76506a77da2138fa08adffb,The Broken Yolk Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f8d7dcd58d8bf69,The Buckeye Corner,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_97899a373a27905d915c4c9c65ac95c7,The Burger Joint,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_3cc21f15ae914a3cb5919df560a5b117,The Cape Cod Five Cents Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dc52dbcf11b7f0307f8ce2b817acdfa4,The Capital Grille,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_a053237d26cf3f778c77847dbcfbed65,The Cash Store,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_e5b46100379c3529be5f67422662b5e7,The Cat Rental Store,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,CAT,NYSE +SG_BRAND_e661d1eb09e37e4e6a32cfa1944dafce,The Center for Medical Weight Loss,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_a676cc95ab05a9f67d645437541771a2,The Check Cashing Store,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,The Cheesecake Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_d4280bff0e12c76fbaa974480d17715d,The Children's Courtyard,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_0d8733e06e21c591cff917fd0f7fffb8,The Children's Place,"",448130,Clothing Stores,Children's and Infants' Clothing Stores,PLCE,NASDAQ +SG_BRAND_0f28dc5297faa20538af54b933c3e48b,The Children's Workshop,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_cf648053225811b,The ChopHouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e6df1254351679290dc9f935d1cde5e8,The Christ Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_a225ac045017a21c8ce14bc0728c3493,The Cleaning Authority,"",561720,Services to Buildings and Dwellings,Janitorial Services,"","" +SG_BRAND_382a54468d25a8f,The Coffee Bean & Tea Leaf,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_009de65a8ea116c85bd1a948b4c69c98,The Columbia Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_1fe673b225ac9f06,The Comfy Cow,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_c5945455a80b7df9ae933374061c1f18,The Compass School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_21b3fdc752056767b2598d5e93ce889a,The Container Store,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,TCS,NYSE +SG_BRAND_7021443754cb6a75,The Cookie Corner,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_d7ff6f6ac44b1ef0abf49d26f19aaaef,The Counter,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a4874c3429557e37f02c1114a410d03c,The Dailey Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_feee19a667eafeee0f37c03bbde7997a,The Dump,"",562212,Waste Treatment and Disposal,Solid Waste Landfill,"","" +SG_BRAND_367615af9d86c3ee076f90f0e058a03d,The Edge Fitness Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68fdd09a6f017f28,The Everett Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_79aa24ac7be7115da80670ca05ed242d,The Exchange,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_347f308bd110cf91,The Expressway,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_26093cef1643d55f,The EyeDoctors Optometrists,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7563d50667ecfa1fa05542887aa06123,The Family Center Superstores,"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_ec3c24dac2bbf15511d9de9e0d80ee86,The Flame Broiler,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_19ff995f2758f48c,The Floor Trader Outlet,"",238330,Building Finishing Contractors,Flooring Contractors,"","" +SG_BRAND_8bbbbddd74a8c55a0e7b8a4900a84af8,The Food Emporium,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_64a0989950c25fa3,The Fresh Grocer,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_780fbf14eff9e74b9f36782864893db6,The Fresh Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,TFM,NASDAQ +SG_BRAND_2a55c06e9d66201f,The Fresh Works,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e07b56a3af9931ee3ffa7b81f065f13d,The Frullati Cafe and Bakery,"",311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,"","" +SG_BRAND_1f2a2e25728123a9,The Fuzzy Peach,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2f71af3851d37fcb,The Garage Burgers & Beer,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b5e39c3aa02f293d32711bbbd0a7cc27,The Gardner School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_c480d1c506174ceb76e75a9ec238db19,The Goddard School,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_2de4349106208bd9c5a94327a8328a2b,The Golf Mart,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_c74f9f3ba98f4252,The Grand Theatre,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_369a3a4efbfb866451440930bd5ea2a0,The Grasshopper,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_3dcc30c62460bc25,The Green Solution,"",424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,"","" +SG_BRAND_519bae9085e0bee5,The Green Turtle,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1bdafbd85f67a1b5,The Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f06de432fc340ee71aa12222d087ce84,The Habit Burger Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,HABT,NASDAQ +SG_BRAND_a6b6bc682c404279c671e3c1f8bddca1,The Halal Guys,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_8cebb51fb05f1bf005e53bfec08d6c10,The Home Depot,"",444130,Building Material and Supplies Dealers,Hardware Stores,HD,NYSE +SG_BRAND_38a47ecd809d6bc33da5d07aeb102184,The Honey Baked Ham Co.,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ddd255657c835c7c6fada0aa91c0cd5e,The Hummus & Pita Co,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fa02b785b4cd9620961cdc921c695a6a,The Hummus Factory,"",722320,Special Food Services,Caterers,"","" +SG_BRAND_02b0271b467f602df85bda877aaff678,The Huntington National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,HBAN,NASDAQ +SG_BRAND_57260b104813b2675ac576b073265137,The Ink Well,"",323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),"","" +SG_BRAND_5823bf6b7770c294,The James Hotel,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_3f3f25c2f0c2ac4e,The Jerky Outlet,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_75400c1d55d84876,The Jewelry Exchange,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_3b0e9fc4f07998b208aaeafdaf8c6620,The Joint,"",621310,Offices of Other Health Practitioners,Offices of Chiropractors,JYNT,NASDAQ +SG_BRAND_bb17262f1cb7c73a,The Juice Shop Kitchen & Juicery,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1439fb0625fdeefed049e877c7ecaffb,The Kebab Shop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a3d561c910801c5d08791ee3d310df6d,The Keg Steakhouse & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_445fc19dcd78b55e,The Kent Companies,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_48bde759a9d97916,The Lash Lounge,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_2a82d70020246cf51d52526824787b50,The Learning Experience,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_73acdfdaafe6ff0a,The Little Beet,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_055835f8cec8b6e04ba47ac4906f8f5c,The Little Clinic,SG_BRAND_1f852a23da4b7250,621498,Outpatient Care Centers,All Other Outpatient Care Centers,KR,NYSE +SG_BRAND_3e7a63f572a5734cad6676b9e32cbc4c,The Little Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b03564beb831763984ac671dc54a0cce,The Loop Pizza Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3997a8f3a0b830dbd07b6db4fd6e9daa,The Luxury Collection,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_0ce21d5668f8efe62ffec7ff25900593,The Malvern School,"",611110,Elementary and Secondary Schools,Elementary and Secondary Schools,"","" +SG_BRAND_409682a96a98cfb4,The Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_61de2409142ceccf,The Markette,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99fcc6273635bbb31252d3306fbac64b,The Mattress Factory,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_58043e3cbd84985ab2dc9a365c6a3b52,THE MAX Challenge,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e6b579afa8461d8a315125f18c697f19,The Medicine Shoppe,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_3e7ea2d5ef6b7289a85276f18e27b882,The Melt,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5b5952be425493ae354f91be4127d2df,The Melting Pot Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,The Men's Wearhouse,"",448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_142856710eed4cc3,The Natural Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3b50b0335cd7ba141a82b28b5dd28c91,The North Face,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_1b123f515d08bb0,The North West Company,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_4673ceec4f2402b2,The Oceanaire Seafood Room,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6cdef17bddede3e9b11a95bc35b83896,The Office Beer Bar & Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a3ac07e7e26ec97a361f4f7155c1a492,The Office Tavern Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_481941885b6085ab,The Old Spaghetti Factory,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6761573c0cde168f,The Original Buscemis,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f00d69ef51c9f51,The Original Dave's Cosmic Subs,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_99844761d9a1455cd84cb9c5c35ff84a,The Original Mattress Factory,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_4fb670e93bdb8672,The Original Mel's Diner,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_89adcbee80f3dd6877da674d74acd976,The Original Pancake House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b19328c91905a082,The Original Pizza King,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8ba8b704eab2f5,The Other Place,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_03d79486902d515829018ef9db1f3415,The Palm Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f6896aebc6a294f,The Paper Store,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_347359cbfc7840a6a6a2ce7ab3e9087c,The Parking Spot,"",812930,Other Personal Services,Parking Lots and Garages,"","" +SG_BRAND_dd5e8538923b1ec725cb4a3eefb8e3e8,The Peanut Gallery Preschool,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_6e900baf9252f8ee,The Perfect Pita,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d092f030b5fbe0c6,The Pie Hole,"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,"","" +SG_BRAND_7512d3d3a6bdc2c2,The PilatesBarre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1ebaf17c26c329a6,The Pizza Press,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_18104fe029ccbdbd,The Pod Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_4d9a54cd3f7d9b32,The Premier Companies,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_be55084abeb9c86,The Pride,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_25a3bc91b9c29636,The Prime Rib,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1bbc59a51cf7174c50aa97daaf4db6fd,THE RED DOOR By Elizabeth Arden,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_2f696e23890fee94c69d32d67a042962,The Ritz-Carlton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_735ce9f87fe98351,The Riverwinds Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_159cf69754637d53,The Rock Wood Fired Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d1a0236b6b2467c,The Rockerfeller,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_197da33ad4743176f6f79c4ef57b4147,The Roof Center,SG_BRAND_1b2818c0478264ea,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,BECN,NASDAQ +SG_BRAND_0a8319bc26b1f4bc74fb4a1fa0eefe26,The Salvation Army,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_5c5fdd13bb5c9bb1,The Sandwich Spot,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_417cf24bf1de9cab,The Six,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5813c4f1b2c44860,The Source,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_b8811cc7f6b790bbbd59fb48b86d9c6a,The Sunshine House,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_4b10a4735801c6cf,The Sydell Group,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_481c509d0f3e4ec3,The Taco House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3a492018844fa022,The Teahouse Tapioca & Tea,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_623c9670c67edf86,The Tile Shop,"",238330,Building Finishing Contractors,Flooring Contractors,TTS,NASDAQ +SG_BRAND_e4f78288fe530eeb6352e6bd86fce5a2,The Tire Choice & Total Car Care,SG_BRAND_462c6e01a2086f21,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,MNRO,NASDAQ +SG_BRAND_76cc6f7235ae184e,The Uniform Outlet,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_d100d4d8528c773aac249aa76b9eed07,The UPS Store,"",492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,UPS,NYSE +SG_BRAND_3407202de2fb184d,The Varsity,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_25178bf9665a0217555d90868ad225e9,The Vitamin Shoppe,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_d6966cd546d3058fe7927013fa5f416b,The Walking Company,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5dca71f1eff08c5c,The Woodhouse Day Spa,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_736c6dba6707c4fa,The Yard,"",531190,Lessors of Real Estate,Lessors of Other Real Estate Property,"","" +SG_BRAND_4167196e19c5cac5,The Zoo Health Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3f95ba01ebfd1014,Thee Dollar Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d88365c20375014de85c502008b50db9,Theisen's,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_700172587c791cceb2ca5c6744e211db,Theory,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_d551d9b904376cfe32577a4295482c46,Thermador,"",443141,Electronics and Appliance Stores,Household Appliance Stores,"","" +SG_BRAND_326003cb0cde041efacb7b2f9e9a8ecb,Things Remembered,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_484889433de7984a,Think Kitchen,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_42468524a477d307,Thirsty Lion Gastro Pub,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d8c3dc16c8970aaba935b5c5477e1fc5,Thomas Sabo,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_be923465dedf384dda38dcfe5511ed2c,Thomasville,SG_BRAND_8dec87ebe111e2b4,337121,Household and Institutional Furniture and Kitchen Cabinet Manufacturing,Upholstered Household Furniture Manufacturing,"","" +SG_BRAND_3e6910510262cc0b,Thompson Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_5d0bb36db902c2b4a3cddf28192ed763,Thorntons,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_bf47e8892102ed3b,Three Bears Alaska,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_be44236f06192a1d33f6432d6d92128b,Three Dog Bakery,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_3326a08f19b298eb,Thriftway,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_236ad7fb05363431837efe08cc11a189,Thrifty Car Rental International,"",532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,"","" +SG_BRAND_70f57b243f49fee2,Thrifty White Pharmacy,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_3ce39fc19f210f9d,Thrify Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_3078224ee4011642,Thrifyway Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_585f42e9fd3433de,ThunderCloud Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fe348ce1e0816a97,Thyme Maternity,SG_BRAND_1e8a4bf699e898be,448190,Clothing Stores,Other Clothing Stores,RET.A,TSE +SG_BRAND_d39158ca09fb3c99,Ticknors,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_527215696df19ae1,Tide Dry Cleaners,"",812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),"","" +SG_BRAND_5409a77e42ebdf8f,Tietgens,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7a5ba55adf83be247a3826c8d1339ccb,Tiffany & Co.,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,TIF,NYSE +SG_BRAND_3819b4b88d9159eb,Tiger Rock Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e0709c433db5128,Tiger Schilmann's Martial Arts,"",611620,Other Schools and Instruction,Sports and Recreation Instruction,"","" +SG_BRAND_8612f98e1e2e5ec8f34a7071ad8858ea,Tijuana Flats,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2e43ed6f3ae8aa69ac7fe257f663f95b,Tile For Less,"",442210,Home Furnishings Stores,Floor Covering Stores,"","" +SG_BRAND_31301655c7e42851d12b09cca0e8a305,Tilly's,"",448140,Clothing Stores,Family Clothing Stores,TLYS,NYSE +SG_BRAND_48aeb2ed11bd5182c256d19201877626,Tilted Kilt,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c4c485492c7ab7cb854a7c2b9772cfa1,Tim Hortons,SG_BRAND_af6efd1c6e8b04bb,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,QSR,NYSE +SG_BRAND_2bae96e0429201fc,Timber Lodge Steakhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ea02eb629898ff9c708f92ae2ff719d,Timberland,"",448210,Shoe Stores,Shoe Stores,TBL,NYSE +SG_BRAND_2add66c563fc063a,Timbermart,"",423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers","","" +SG_BRAND_3e33d29274752d70,Timbuk2,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,"","" +SG_BRAND_bd07948d565776ae4bac997d8c53b62e,Time & Again,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_27b503cdfcde35c8,Time Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_7b2d90c593a6c074,Times,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_23b6a81f143db6f3,Times Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b6990bee8584deea7ad1927df389c568,Timewise Food Store,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_191774375c0659661c8f77f0573e0844,Timex,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_695324363648c313a961b52e685c49c1,Timken,"",333612,"Engine, Turbine, and Power Transmission Equipment Manufacturing","Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing",TKR,NYSE +SG_BRAND_e2ecb7126cc92ce0703f5f81534f0f01,Timothy's World Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_2da466e5e6d84ba6,Tin Drum Asian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5e8b94b533ddbe4c,Tin Fish Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4f1982406972c48a7038b8caa1a08bef,Tin Star,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b163a6b6f8c9b5afdb277820ec516700,Tinseltown,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_5be92b9d9b018065,Tio's Mexican Food,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5560e8e7bb7ddc6a,Tioga State Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_e6150699cbedfa649edaef6a092c799e,Tire Barn,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_c72eab782ab8dc033523461de16d6eb1,Tire Discounters,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_bc406a64fab678239c6554ce7ec498c6,Tire Factory,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_fa8904768ce7b74cf669f92649a2fcf7,Tire King,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_95af7b95a45755c490a3b06b29c75d90,Tire Kingdom,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_3bae325ae1f111c35db51a05cdaeb1eb,Tire Warehouse,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_643a1e74751ea8ca,Tires Plus,"",441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,"","" +SG_BRAND_116ecdbeff77e915eb77f46a8b3b6afa,Tisco,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_566d750fc39e325b,Tisol Pet Nutrition & Supply Stores,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_e2bb3f9679fec6d4836fcf8abcc3eeac,Titan,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,TWI,NYSE +SG_BRAND_73c2d855c962b5bf,Titan Machinery,"",423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_5cf3dea725de658c1e71e85ac54ccc1b,TITLE Boxing Club,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e0acb7b67d1dfbd28585972f62d1f31d,Title Nine,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_6377867d8602c31f,TitleMax,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1f00063893c59b09ba0e28f9cdeb6ceb,Tobacco Outlet Plus Grocery,SG_BRAND_962d9816e6d7856c,453991,Other Miscellaneous Store Retailers,Tobacco Stores,"","" +SG_BRAND_e1650ebec6b4ba15,Tod's,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_5b302322d276255d,ToddPilates and Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_026161684784dddee1b6716334739746,Togo's Eateries,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_e0ac1e7d32459b81ff7325ee29a49805,Tokyo Joe's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a36d24e26453dbf,Tom and Chee,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4136d00c8d0f3e42,Tom James,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_07762e54770874ce98be0527a5ab333e,TOM N TOMS Coffee,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1165af0dea6af7854daf87616d60f747,Tom Thumb,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_598b94208d36f21a7da5462f8f8c8788,Tom Thumb Food & Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_591c1ac6368b6464,Tom's Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d023b66e8009ff3,Tomlinson Sales,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_4ca5d251e2f5236f5979563fbe27c7eb,Tommy Bahama,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1428e3360a85e36f654fcd0166e3e607,Tommy Hilfiger,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_ec7fb7a03d7fe6cbe56a5e532c104888,Toni & Guy,"",611511,Technical and Trade Schools,Cosmetology and Barber Schools,"","" +SG_BRAND_4e2bda6243b4276fb25e6b4ee75eb7b0,Tony Roma's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_364ae1cd15e3261e,Tony Sacco's Coal Oven Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b6c0d7ebe927d648e2ee3233e897ea28,Tony's Finer Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7d291eb5f5972320,TooJay's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_36eff33d25bfbeac,Toot'n Totum,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_16e4295c5086d048,Top Star Express,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_cf2323f7315065eff715fd30cd477363,Topgolf,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_176ca424868705e,Topman,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_c407d485b2792acc7d7f3f18952577c8,Toppers Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7dc5f4dcd3a2c203,Tops Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_150c4370ef437ba8bebaec34e13afe3d,Tops Friendly Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_0244923b47825c91bad59473ab4ac348,Topshop,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_2e93877c348601cf6be654e7405e0ca5,Torchy's Tacos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7952f2bb94aeba1bf78fa01c4a34834a,Torrid,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_9de883124bf136f31583d438731182a0,Tory Burch,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_451ea132210dd9e4,Toscanova,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_04be971d21da393a74f8722098739684,Tossed,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d72727706c7a7433,Total Access Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_e04e666f974d20c5,Total Pet,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_2d33116f68e4b47313d867392a293b0c,Total Wine & More,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_26009f7664889bc27abfb0613e5959cd,Totaline,"",423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_e27e45dc9a84e306,Tote,"",713290,Gambling Industries,Other Gambling Industries,"","" +SG_BRAND_1b6fafeeec05b688,Tote-a-Poke,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ae68768d6bb74bd49cb12476e131fd63,Tots And Tykes Pediatrics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_1a7a46d0fb75a2c613f21e699813badf,Tourneau,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_25cb76f25c77b86f,Tower Health Urgent Care,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_6f9a745d098c4d0f,Town & Counrty Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_60ecc465665f8015,Town & Country Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2875d61cc09b560b3987421c0b1651ec,Town Fair Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_231cdcceb59deea5,Town Sports International,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5a5e5b9eb6cdd8390e26c7eb067c4c3a,Towncare Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_d72259892f88aa110d949d9d44d239cf,TownePlace Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_dabbcb51925639380ceaaa444334ad11,TownPump Convenience Stores,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_5e887f6fc80f12da7973f9f81ea76150,Toyo Tire,"",326211,Rubber Product Manufacturing,Tire Manufacturing (except Retreading),5105,TSE +SG_BRAND_5166fd3fee463b7c9992293e84f098f0,Toyota,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_3e5e223b1c342058,Toyota Motor Corporation,"",336111,Motor Vehicle Manufacturing,Automobile Manufacturing,TM,NYSE +SG_BRAND_974825b578ac6df2330cf472fc2d9e57,Tractor Supply Co.,"",444130,Building Material and Supplies Dealers,Hardware Stores,TSCO,NASDAQ +SG_BRAND_c277e90262fd6057,Trade Fair Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5c78f57037645fb5220697ccc78b9a8d,Trade Secret,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_7fc1f4535e992e55,Tradehome Shoes,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_00bc98e3ce50a8142b86c47f40b85735,Trademark Hotels,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_88b90c11892dd21eddc97bdb0fc449f0,Trader Joe's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7baa23773d234f39,Tradewinds Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_27a15966382ba3e78015b40d2e1fa976,TravelCenters of America,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TA,NASDAQ +SG_BRAND_6c0e7e2f43ddbce9815298c1002428f3,Travelers,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,TRV,NYSE +SG_BRAND_6437599b41150ccc0b9c63702c5f7ba7,Travelodge,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_2b35fec93c54a3b5,Travinia Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_fd449577b0890721,Tread Quarters Discount Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_12d0336a7f170c0c,Trejo's Tacos,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_384b9a02d950ebb7,Tresierras Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_669b6e6ec918848b,Trexcon,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2e511958d4d180bd,Tri Counties Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_749c5abd4fa1adfcfddd0ccd53c97a9b,Tribute Equine Nutrition,"",311119,Animal Food Manufacturing,Other Animal Food Manufacturing,"","" +SG_BRAND_855abd978b753650c09c1557ab3928b1,Tribute Portfolio,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_af5f1969ec935bf7b7a73719286708ab,TriHealth,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_b466c7413fb7eaa6e70078ade0d264fd,Trina Turk,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_5df451361743558ac71e8dd07d7dfb74,Trinity Health,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_3fb3d19afd9e3a87,Tristan Medical Care Centers,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_91e839a055cb35a22625cbce214ad769,TriState Imaging,"",621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,"","" +SG_BRAND_1238de9e0f59267201956dbdfeb8ba45,Triumph Motorcycles,"",441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers","","" +SG_BRAND_321fb519b4bdd1052f599b2740228cc1,Tropical Smoothie Café,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3cd2bdcd39d3a533,Tropical Supermarket,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1a70655ccbec80ed,Tru Fit Athletic Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4f3a9a472b36d7a,Trucchi's Supermarkets,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_2de08fc550a95a71,True Food Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5362ea8f2454e3fe,True North Energy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TNEN,OTCMKTS +SG_BRAND_bfdeb379cc482c327cf8c4f21bc59b1c,True Religion Apparel,"",448110,Clothing Stores,Men's Clothing Stores,TRLG,NASDAQ +SG_BRAND_0b1f746a0c413ffd,True Value Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3a6e3c8851716ab0,Trufusion,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_ba77673d5e7728b8999442b502cea534,TruGreen,"",561730,Services to Buildings and Dwellings,Landscaping Services,"","" +SG_BRAND_6ff85c925331e43d,TRUMP Hotels,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_a182dde2647eb16fe2172d0504d4ad2c,Trunk Club,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_ccb189c1e56ccd53eb1e7385d3762ae0,Trustco Bank,"",522110,Depository Credit Intermediation,Commercial Banking,TRST,NASDAQ +SG_BRAND_a5f35de4c9eba1527cc042bfbc518a63,TRYP by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_24e0a7d87fbc6f7b,TSO - Texas State Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_7b6318e28c57a71e7c67f65f7c29c906,Tubby's Grilled Submarines,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_399141eb2c47ee5b45c6102be34b9073,Tuesday Morning,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,TUE,NASDAQ +SG_BRAND_dac1f497346ea310da919c24b77001a5,Tuffy Auto Service Centers,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_cd0e685b829463614dc72d796d1f6c57,Tumbleweed Tex Mex Grill & Margarita Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_e53a3d6e7f4c168854ae8f9f1a53df2a,Tumi,SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_f31ffe7d8d5bac1d2baff78a6e70afb9,Tupelo Honey,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8dbe0559f6cb1a94cc26662d0788c2d5,Turkey Hill,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_68b0bec4d74fc632,Turner's Outdoorsman,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_32eb92a7712b2c101b8001ac5c2e3ea6,Tutor Time,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_5cd68643065cff4d7af73f3a0687dc2b,Tutoring Club,"",611691,Other Schools and Instruction,Exam Preparation and Tutoring,YOGA,OTCMKTS +SG_BRAND_64e7fd714c1ce1d17a3d448d744ed79c,Tutti Frutti,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_374fe5914caae134,Tuxedo by Sarno,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_9b326b03e5d239688d5c40843097262a,Tuxedo Junction,"",448110,Clothing Stores,Men's Clothing Stores,"","" +SG_BRAND_a0b9d6979de96b1adb43b52f9c3bcc10,TVC Communications,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,517919,Other Telecommunications,All Other Telecommunications,WCC,NYSE +SG_BRAND_1c21fbd5249f1c20bd89119ab5c678ba,Twice Daily,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_27bd9495ed500776,Twin Liquors,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_4ce6c8df738224f699c40f16946fee96,Twin Peaks Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8905e7e75cc4ceb632c880404f3e33e4,Twisted Root Burger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7cb0a596d8d745f1,Twitch Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_42bfde79ee500bbc633530f73a43bce4,Two Men And A Truck,"",484210,Specialized Freight Trucking,Used Household and Office Goods Moving,"","" +SG_BRAND_261db52898e7ebd1,Tyler's,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_fc4533b640af7e29f67bb02cba1776d9,U GRO Learning Centres,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_1810c5cb6aacb849,U Save Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_1b71ced68ecb91a8bc1fcc6fd3db7b7d,U-Haul,"",532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",UHAL,NASDAQ +SG_BRAND_725003634e97f009,U-Save-It Pharmacy,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_486a4a2db1ad7c0f,U-Swirl Frozen Yogurt,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_45eb256adbce8449,U.N.I. Urgent Care Center,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_41ebe46287b861ac09853796d613f1af,U.S. AutoForce,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_115e6cd3ceacb40f8be99ae3d3f62649,U.S. Bank,"",522110,Depository Credit Intermediation,Commercial Banking,USB,NYSE +SG_BRAND_6809e83bfca0c851ba242f11186c98e2,U.S. Cellular,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),USM,NYSE +SG_BRAND_5812cb0afc1bfb58,U.S. Polo Assn.,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_6164e1beb7da981c8b952aa5c414aa75,uBreakiFix,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_2802aee2135c6b6,UBS,"",522110,Depository Credit Intermediation,Commercial Banking,UBS,NYSE +SG_BRAND_551d23c68a5f5ac,UCBI,"",522110,Depository Credit Intermediation,Commercial Banking,UCBI,NASDAQ +SG_BRAND_be296f7e2e67113ee810d223d515af0e,UDF (United Dairy Farmers),"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d2101987bb1be95164488fe2041f055e,UFC Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1ad29e20d6ec5188,UGG,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_5bf5f53ff558c158,UHR Rents Rent To Own,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_1f689f9b6876bf4,UHS (Universal Health Services Inc),"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_0bbbdeb36c035e0329396ddcbb31cf63,Ukrop's Super Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_22944c74a4b7468ec2ab7b1e2112015f,ULTA Beauty,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",ULTA,NASDAQ +SG_BRAND_29ae60103f217dc5,Ultimart,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_47133379d9065b1af73d1f4b3495c780,Ultimate Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_428a59952bc85cfef88a854caf441fcf,Ultra Body Fitness (UBF),"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_aaac77a0f013c36cd59dfced6f1439c6,Ultra Diamonds,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_0b57cda0ba7ff08b1e186dc591c6faeb,Ultra Mobile,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_6b521824ef65ce2f,Ultra Tan,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_11720e124d65e898,Ultrastar Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_021b67e9295ceab9f132b6f58dc3d14d,Umami Burger,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b1d14f80642f1f6b54ca80e2662b251,UMB Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UMBF,NASDAQ +SG_BRAND_66f28251402c05d8,Umpqua Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UMPQ,NASDAQ +SG_BRAND_799b7d0e980c62c6,Unbank Company,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_1e207a89dceae6f7,Uncle Dan's,"",339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,"","" +SG_BRAND_c74e5dbc804f7d23211e1f4ffac4aca4,Uncle Ed's Oil Shoppe,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_0e4454eb3fe3880fe24478dd6080efaa,Uncle Giuseppe's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_e9fe429ed938983aac177d49f99ed0e1,Uncle Julio's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_48e0b7edc5ce94fb,Uncle Louie G,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_aaab1e0f2e9b04cfc37ea26d5a22a249,Uncle Maddio's Pizza Joint,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a27802d0f31943aebf20df097a2906d7,Under Armour,"",448190,Clothing Stores,Other Clothing Stores,UAA,NYSE +SG_BRAND_2b1d00d100c61510fdee2ed742076cbb,UNFI (United Natural Foods),"",424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,UNFI,NYSE +SG_BRAND_eb209fcc90a7b9d,Uni K Wax,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_78e731dfc41e5a17,Uni Mart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_895fee750a61b7bceb45eb1433a8cc46,UniBank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_479a6fab8b2bf110,Unico Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_9a77daacc4bcf5a9,Unilever,"",311999,Other Food Manufacturing,All Other Miscellaneous Food Manufacturing,UL,NYSE +SG_BRAND_5c22f8be0b58bb3d,UniMart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_d635492fdc36f4412e130c3a4fe23a7a,Union Bank,"",522110,Depository Credit Intermediation,Commercial Banking,UNB,NASDAQ +SG_BRAND_26014f1a9ac94f71500c94aee9366748,Union Savings Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_1a300c393a271586,UniPrix,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_24fdc423822298896dcd7ae0548f1498,Uniqlo,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1e73f005a301232c,unita golf,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_3edd0a114c0d2e78145a9fb327e89ff2,United Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_2b6054362116995b,United Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_dc5ee4ee5695bfa64781376146d9b7fa,United Check Cashing,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,United Financial Bancorp,"",522110,Depository Credit Intermediation,Commercial Banking,UBNK,NASDAQ +SG_BRAND_20b8f297607c385e,United Grocery Outlet,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8ed1742b8a8ba56a,United National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_25ac38f4c45a0186b72a542922ce11ca,United Pacific,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_bbaecca4473233eccb80fde76de6f093,United Refrigeration,"",423740,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Refrigeration Equipment and Supplies Merchant Wholesalers,"","" +SG_BRAND_0cb10408942cd39e3d3779ce5294bd91,United Rentals,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,URI,NYSE +SG_BRAND_27ee73cd1fb6f5e432852fea401eacce,United States Postal Service (USPS),"",491110,Postal Service,Postal Service,"","" +SG_BRAND_31d6211f468120df,United Super Markets Oklahoma,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d37d8388d59fd76f234b610c62ab432d,United Supermarkets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6a5def827cd84dc1,United Taekwondo Center,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_c0ff5592dbe6d0e876adc36ee4f1b0ae,United Way,"",813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,"","" +SG_BRAND_59af87c37beaa0f5,UnityPoint Health,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_8a98b65ffebc68995699817a9ceba55b,University of Alabama at Birmingham (UAB) Health System,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_0c506e30249aff4bd40c279d2c1daac9,Unleashed by Petco,SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_152775c09797418faaafa9b8a39bd84d,Uno Chicago Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_58ef98cdaa898785b12dd9d85b3b3155,Uno de 50,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_338bdbdb25bad40e,Uno Due Go,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_68d52ab077614f0e,Untuck It,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_60b7e0b18d89e709,UPMC,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_b72d7c3920975c6fa580804f44b41fb2,Uptown Cheapskate,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_64aaba94f12d1c16,Uptown Grocery,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_5d3b237bf6a030f2,Uptown Jungle Fun Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_97e1dc0386c809d36bc3a0e7afc8ddbd,Urban Air Trampoline Park,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_298b1bda7be58a5a,Urban Bar-B-Q Company,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_657410c3e4ee6765,Urban Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5cef0f374424fd8a,Urban Cookhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_74e59cff881f55c7,Urban Kids,SG_BRAND_61f8292d7c28ad94,448130,Clothing Stores,Children's and Infants' Clothing Stores,"","" +SG_BRAND_7e90833c32ca65339c2d5e505ec17249,Urban Outfitters,"",448140,Clothing Stores,Family Clothing Stores,URBN,NASDAQ +SG_BRAND_53156ee104eef07d,Urban Planet,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_43fd896b3b31e0a,Urban Plates,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_54188e079748d6cd,Urban Zen,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_7f61dcd7f2b05fd0,Urgent Team,"",621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,"","" +SG_BRAND_1413415c05463c5d,Urth Caffe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_bbf02c201c04a513065a6838ddab273a,USA Insurance Company,"",524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,"","" +SG_BRAND_37b63830acb6199d,USA Vein Clinics,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_bef9c68ae2104128f47c12fde02582a3,USA Weightlifting,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_054e7e69d42086ee,USA2GO,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_01b4c8b1942693d43f4955ce540d1734,USAA,"",522120,Depository Credit Intermediation,Savings Institutions,USISX,MUTF +SG_BRAND_4c3c1476fbe96902,UW Medicine,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_6ef4f004d083e2ba,V's Barber Shop,"",812111,Personal Care Services,Barber Shops,"","" +SG_BRAND_fefdc14e57c6a128239c677ca53b3095,Valentino,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7bb0fac51a728e6c,Valentino's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_efcbcd9984a46b4d7bed503b4ac5bc95,Valero Energy,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,VLO,NYSE +SG_BRAND_afac6b64334a0fe03c01516f857b82c4,Vallarta Supermarkets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7ab42a2d544f0ffa,Valley Bank,"",522110,Depository Credit Intermediation,Commercial Banking,VLY,NASDAQ +SG_BRAND_dcf455e18440acf289e212893d0a1283,Valley Child Care and Learning Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_2d8cda8b4cd5230d53e2ba4b4bd27222,Valley Coop,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_19d7fc16e3f0c779,Valley Dairy,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_f0939f7ddb048c1111c9add5899ec3fb,Valspar,"",325510,"Paint, Coating, and Adhesive Manufacturing",Paint and Coating Manufacturing,"","" +SG_BRAND_14409b9c9dcca1c69544bd42321f48f8,Valu Home Centers,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3fd50390a02e7415eb76bcf03d8ef62e,Valu Land,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_6175f233a2829a64,Valu-Mart,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b7251451a2dd6d6c8c573b074400f38f,Value City Furniture,SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,452210,Department Stores,Department Stores,"","" +SG_BRAND_b7bd3bbc7abb917d513d27d4e4ad0526,Value Pawn and Jewelry,"",453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_93cbc2be3bfff841c387f1a7e8d6bd32,Value Village Thrift Stores,SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,453310,Used Merchandise Stores,Used Merchandise Stores,"","" +SG_BRAND_92293091ff906b,ValuMarket Supermarket,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_39e16e9497a95ca0,Valvoline,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,VVV,NYSE +SG_BRAND_634589fe8c8538b868733c835d8bdbd4,Van Cleef & Arpels,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,Van Heusen,"",448110,Clothing Stores,Men's Clothing Stores,PVH,NYSE +SG_BRAND_1d771e92a63501dd,Van Zeeland's,"",811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,"","" +SG_BRAND_6ed5a65670e9e4d6b43ea2b803c8b7d6,Van's Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_7bddda86e64944f3379f34a4d23f1e0e,Vanderbilt's,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_82181bb7e68bce732e65594d50337fac,Vanilla Caffè,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_336d95866bf50e8249657647cb15b68c,Vans,"",448210,Shoe Stores,Shoe Stores,VANS,NASDAQ +SG_BRAND_00ef5e29de18fd5694b172ee2345cf26,Vapiano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_205f5ed4b8f19b24,Vasa Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_78d28703914b85dcf9278d43d02d6ca9,Vasque,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_c39dfdb0de5b019aadc70cd17c9ed43f,VCA Animal Hospitals,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,WOOF,NASDAQ +SG_BRAND_f33c2a96468947ca841e83c459ad5361,Veeder Root,"",334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,"","" +SG_BRAND_ea7c746f65bf8f89d8770da5c3f95e3e,Veggie Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42319a6429c4aa78,Velvet Taco,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_eef566751037346f,Venture Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_ef48dfbcd178a0981e051d7b7581d6f4,Vera Bradley,"",448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,VRA,NASDAQ +SG_BRAND_b8e12212e9f2dc9,Vera Wang,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_15c3baca363761ee,VERC,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_5525ff59adcaac313923ab89d0a618c5,Verizon Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),VZ,NYSE +SG_BRAND_1d9a83ef9adcf284,Verlo,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_d3adc7f1cc5584c35ec8f34d961dc435,Vermeer,"",423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,"","" +SG_BRAND_35f3e17b7df6bf82b3e9551980cf8164,Versace,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_a5207260a55dd58b6277bdac45be0c2f,VERSATEX Trimboard,"",423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers","","" +SG_BRAND_8926cf5e6e8571a6687e5841310727f6,Versona,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_33071c645364fdd7,Verve Coffee Roasters,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7c52b02af2d3f789d72484b8b4e89f31,VF Outlet,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_01722c94c896b3cc3fe231b813e4238c,VG's Grocery,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_69965f30ffae02cc,Via Vite Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5a2c4735ff4f363f1fb0c86bde6c9a72,Viaero Wireless,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_6a1c92b2784b861e,Vibra Healthcare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_2c738ce16fcf389236fde24d6c8d87ef,Vibram FiveFingers,"",316210,Footwear Manufacturing,Footwear Manufacturing,"","" +SG_BRAND_ce4a0da59b1a7df,Vic & Anthony's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2c77e3e0de6e42e5335b61881aac36a3,Victoria's Secret,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_8a4f3bca8d9c165a4ae19cd6b3d2323a,Victory Lane,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_4ff42843b7f6e97c,Victory Martial Arts,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_4a5a8e8ee900961720df7e1ba787c219,Victory Motorcycles,SG_BRAND_71f76d30fae4bd35087d25694b18a702,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",PII,NYSE +SG_BRAND_5dd255b909f6b859,Victra,"",443142,Electronics and Appliance Stores,Electronics Stores,"","" +SG_BRAND_89ff9f1a5d32fe10caf1474596167b0f,VIDA Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_dfeee065e0b599d5,Videotron,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,"","" +SG_BRAND_51265bb9c72da76b,Vie Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_1b5e77e64f4967bb,Viewhouse,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a16d89f12856c3e8bfd15d0887b5915e,Viktor&Rolf,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_21a54ae990b9deb4,Vilebrequin,"",448150,Clothing Stores,Clothing Accessories Stores,"","" +SG_BRAND_ba6e3906460ff00a7c9283ae0308d62e,Villa Italian Kitchen,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,Villa Restaurant Group,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5ae4092d806fd229,Village Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_5f2a59160ba477d032f3ff04029265f6,Village Inn,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4fdae8bf71ed01e4,Village Inn Pizza Parlor,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_2a60bca95486589e,Village Market Food Center,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_4a1db81aa8a21878,Village Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_735d82550754eab9,VIM,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_b3279be05141b6fe267b60654066b178,Vince.,"",448150,Clothing Stores,Clothing Accessories Stores,VNCE,NYSE +SG_BRAND_ad55dc335c5f5c3a482d1f2ac6158858,vineyard vines,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_4dc512db338932ec,Vinny's Italian Grill and Pizzeria,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_56496dbfa4cd173162d2a776aa96d943,Vino 100,"",445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores","","" +SG_BRAND_c942d6722d2aeab87c91190ece0ca27e,VIP Petcare,"",541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,"","" +SG_BRAND_65845363f1428a43b21ea98cbb78fc01,VIP Tires & Service,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_4b288e79a537bfde,Virgin Hotel,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_6462467e9fe86858c95334f330c1868b,Virgin Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_1fd81b76ab1df2d1ef4b3a92e5d00ded,Virnig Manufacturing,"",333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,"","" +SG_BRAND_49419b47834bb9062445b36e8fb6b5c2,Virtua,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_71351a74d5ab168f,Visionworks,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_40de5eacba5b3d875c350bdd1774cd0e,Visiting Angels,"",624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,"","" +SG_BRAND_452d3fb18659d83d,Vista Optical,"",621320,Offices of Other Health Practitioners,Offices of Optometrists,"","" +SG_BRAND_41bc6b33df2181381133475122ba61e2,Vitality Bowls,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_40ca8fe742a4c3798ebb332604c74045,Vitamin Discount Center,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,"","" +SG_BRAND_5278bc7d62630be7b9a1427734dcba1f,Vitamin World,"",446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_79c3aefbbe567394,Vito's Pizza & Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7e707ecd0eca69220b1b85c6c9cf77aa,Viva Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_dc7bd62f1c009bb350c97722c0e0dcff,Vocelli Pizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_4ae7e62b3427ba334779a5649ad4c60a,Vodafone Spain,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_335aedbe9f285a36,Volcom,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,Volkswagen,"",441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_3df7453748507d4ea82277d2d0420de5,Volvo,"",441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS +SG_BRAND_c68b47edbcfb8034efd8ae567e354e24,Volvo Construction Equipment N.A.,SG_BRAND_3df7453748507d4ea82277d2d0420de5,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,VLVLY,OTCMKTS +SG_BRAND_7c0be7892d543d89,Von Hanson's,"",445210,Specialty Food Stores,Meat Markets,"","" +SG_BRAND_6465aae76d61e2b6db760004bd76f661,Von Maur,"",452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,"","" +SG_BRAND_98047fcf61c54f7a26c2141cc23a5b9b,Vons,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7cef44a79fe5f89daf2c156d09396611,VooDoo BBQ & Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1c9f6a844264483,Vowells Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ea9e29765ee4c1001f290c90eb411bb7,W Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ebfabb568992ac314954deef9e583133,WaBa Grill,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7d55f8ddf947e2b4446a8240c916ae25,Waffle House,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_d9494f985ce328b9e7e8c05b649645ed,Wag N' Wash Natural Food & Bakery,"",812910,Other Personal Services,Pet Care (except Veterinary) Services,"","" +SG_BRAND_4086109307808093,Wag-A-bag,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_827d0a4a9d09e528a2665fee434b8f09,Wagamama,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1d655f28c3f03776,Wagner Oil,"",211120,Oil and Gas Extraction,Crude Petroleum Extraction ,"","" +SG_BRAND_6e1fcfa2a22f0302,Wahlburgers,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_c133eedd581d64a939a1c442e2d67276,Wahoo's Fish Taco,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_d2c6b8374d090e9a,Waitrose,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_ce8c4f0fd8517b73,Wakefern Food Corp,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_b8ecc934ae2d23d0b8176ec2d060fb39,Waldbaum's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_6f60999101083272ce1b42a5df7a0b1a,Waldorf Astoria Hotels & Resorts,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,Walgreens,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_23c53e6078358bcb,Walk-On's Bistreaux & Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b11cf47622c4daae675d270c8e1358ed,Walker Manufacturing,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_04a8ca7bf49e7ecb4a32451676e929f0,Walmart,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_f49758461e68a211,Walmart inc,"",445210,Specialty Food Stores,Meat Markets,WMT,NYSE +SG_BRAND_68e4f1cacc63e88d,Walnut Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_434e9aa0a55d5fb7,Walt Disney Parks and Resorts,SG_BRAND_e08c182e7dfece70,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_4944bc53b0994618,Walt's Food Center,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_f0813f31657204ea952f5b09216088bb,Walter E. Smithe,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_1098c70eb4cac3a1f93309c89b79f16c,Warby Parker,"",446130,Health and Personal Care Stores,Optical Goods Stores,"","" +SG_BRAND_638c56c336bc6e4,Warehouse Discount Groceries,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7139324e5d92a334,Warehouse Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_7e8c37eabfc14035,Wash-N-fill Express,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_59f435d04ceac571,Washington Federal,"",522110,Depository Credit Intermediation,Commercial Banking,WAFD,NASDAQ +SG_BRAND_8d68ce3ae492d738dceccf2c6bcd23bb,Washington Regional,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_ae874622d6ce6a54,Washington Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_e7688ed072176eba06d65f27fd0be4fa,Washington Trust,"",522110,Depository Credit Intermediation,Commercial Banking,WASH,NASDAQ +SG_BRAND_7bd98076570d4b8,Water Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_05bb5c1ce0c58af07462ed901459f6c8,WaterFurnace,"",238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors","","" +SG_BRAND_1b29fd93a75dc1c2e8f02ea05220581b,Watermill Express,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_41ce68c6585cfa67,Waterway Carwash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_5c9f1701ea1cb5ff5445ae5bcf40ab4a,Waterworks,"",423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,"","" +SG_BRAND_fa5bda016924cdc09a52f985ffb8b6e9,Wawa,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_e141580b8fd477a6a621ce4773280a16,Waxing Poetic,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_df6c3c50d2c08cf,Waxing The City,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_9b2a68ad318785b8673bc8e7a48377e3,Wayback Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79089f5ba57abc79,Wayfield,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_99600b9d61b79411,we care hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_116691bed968d698,Weathervane Seafood Restaurants,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_20e1fbf8833fdf8d,Webber & Judd Pharmacies,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_ee8873aaffa96fb781ef85b25fc51dd9,Weber,"",335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,"","" +SG_BRAND_2e4f9194bf811d15,Weber Grill Restaurant,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6a891d3a5ae81b16b3d50fee0dbd6d76,Webster Bank,"",522110,Depository Credit Intermediation,Commercial Banking,WBS,NYSE +SG_BRAND_2c735d85b25cc38,Webster University,"",611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools","","" +SG_BRAND_7fe44d80fd371cf1b3010e4ee111de5f,Wee Forest Folk,"",339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,"","" +SG_BRAND_3b19ceabae84acf2746e113cb24bdb0a,Wegmans Food Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2af0bb5161ade057,Weigel's,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_b0980641a37b38460ec96d65bd20fd9d,Weight Watchers,"",812191,Personal Care Services,Diet and Weight Reducing Centers,WW,NASDAQ +SG_BRAND_0c602088abaadd6b3cccb1f215100b24,Weis Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WMK,NYSE +SG_BRAND_226ab990c9c3b470,Weldon Barber,"",812112,Personal Care Services,Beauty Salons,"","" +SG_BRAND_cfef6bf4adc5adc3,WellNow Urgent Care,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d8326a9cc6413b12d8df3c617490e882,Wells Fargo,"",522110,Depository Credit Intermediation,Commercial Banking,WFC,NYSE +SG_BRAND_213a5e3b4c44479d,WellStreet,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d4e598bc3d0cab4,Wellwise,SG_BRAND_1b47663a692f81de,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),"","" +SG_BRAND_962f9b1d1de0bf5b87f4782eafcfd5e5,Wendy's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WEN,NASDAQ +SG_BRAND_4ccc3abc3bb521c7,Wesco Convenience Store,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,WESCO Distribution,"",423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",WCC,NYSE +SG_BRAND_33e9989a91a84d94,Wesselman's,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_257ad0d193e766cf,West America,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_4a3481e9dad083a5,West Coast Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_baad614ebcf27444a29c358f9ef22b73,West Elm,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c2ac0880db6acc61a3d795465960ab2d,"West End Roofing, Siding & Windows",SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_4d44f834804274ae23459395fc257c0e,West Marine,"",441222,Other Motor Vehicle Dealers,Boat Dealers,"","" +SG_BRAND_2c9c19e2bf21cf8e,West49,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_e5c3d8f947863b5e0e7dcf424e8fbe0c,WestCoast Hooters,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_81aa70dfcca0c51,Westconsin Credit Union,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_10db2637d7e73734b4ce6118a7cd55ea,Western Beef,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_406f35a7fdba7979,Western Convenience Stores,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_ceb02793776f9b553cb75f730d27a0c2,Western Dental,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_7eb7882b9bd29f996457e6f3ab75a18d,Western Reserve Farm,"",111998,Other Crop Farming,All Other Miscellaneous Crop Farming,"","" +SG_BRAND_0fd2354a625aba281005091361c46864,Western Sizzlin,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_9ee39f394d21a7f4848ab78a78da00c3,Western Union,"",522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,WU,NYSE +SG_BRAND_4f881579635210fd,Westfield,"",531120,Lessors of Real Estate,Malls,"","" +SG_BRAND_c2ab4e87f4699bc03bf33c1b73e08b99,Westfield Bank,"",522110,Depository Credit Intermediation,Commercial Banking,WFD,NASDAQ +SG_BRAND_49b1ec09aee243af,Westgate Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,"","" +SG_BRAND_28dbf13d072410ff2588b16cf15982a7,Westin Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_a00392f7f4c907e2,Westjet,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_19606ff7ddd39544,Westlake Hardware,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_3eca33694ae289c,Westshore Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_66894ac8a56f5e21,Westside Pizza,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_b4ca2bd7086ce1d4,Wetzel's Pretzels,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_7c3b72a5a18806ec,WeWork,"",531190,Lessors of Real Estate,Lessors of Other Real Estate Property,"","" +SG_BRAND_192bcb587e44017ce9165cdb4e883e3c,WG&R Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_c81e8621fe7764954e8d95f76a8b375c,Whataburger,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_55bc87a50ddc288506952aa9f62aa5ba,Whatcom Farmers Coop (WFC),"",444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores","","" +SG_BRAND_fefd0cf73113a35e1aeedd172b73a08a,Wheel Works,"",811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,"","" +SG_BRAND_9e8584c0f567e0b15460e01935fe79bd,Which Wich,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,Whirlpool,"",423620,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Household Appliances, Electric Housewares, and Consumer Electronics Merchant Wholesalers",WHR,NYSE +SG_BRAND_1963c7c5ebe8e9c5,Whit's Frozen Custard,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_3f1009a9c86ebe582858dfea02b90412,White Castle,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_5ba752ff1dc13c0e005948eec1bf6529,White House Black Market,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_46fe0d75e6391f0b,White House Clinic,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_6f8d7f82fda0378,White Oak Station,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_7cc04c91d79ddb0a,Whole Body Method,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_44378a5463f4125c5d84db81855413b8,Whole Foods Market,SG_BRAND_c8aee687ca946b69,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,AMZN,NASDAQ +SG_BRAND_19f9ad41192cd51,Wholesale Club,SG_BRAND_1b47663a692f81de,452311,"General Merchandise Stores, including Warehouse Clubs and Supercenters",Warehouse Clubs and Supercenters,"","" +SG_BRAND_a8acf8bc59bb0faa8ce9b3caf6acbde3,WhyNotLeaseIt,"",532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,"","" +SG_BRAND_20bc34aab003d167,Wi-Not Stop,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_654e11e75c9fb0f9,Wichcraft,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a8538498c68190d305f7b19f24efd71c,Wienerschnitzel,SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4e74d92c2f2b23c898c727235d34ccc9,WilcoHess,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_0c59af0522c6846a83f31368e0da0749,Wild Birds Unlimited,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_52c271319d6f148ace71da8703d37e00,Wild by Nature,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1cca66744ef3df91,Wild Willy's Burgers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_6960fc02dd86a159b2a624e56f2bfa37,Wild Wing Cafe,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_aed1cc3c69cf6e75afb4eb2bae47daf2,Wildflower Bread,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_eb80b4c151fd6869d5770e1ba635c3e4,Willamette Dental Group,"",621210,Offices of Dentists,Offices of Dentists,"","" +SG_BRAND_6087d061177dbd29,Willamette Graystone,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_27a054d265344f40,William Bros Health Care,"",446110,Health and Personal Care Stores,Pharmacies and Drug Stores,"","" +SG_BRAND_593e4da55a675cdd,Williams Chicken,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c4d6524d6bc18a40975d1c40acbb634a,Williams Controls,"",335314,Electrical Equipment Manufacturing,Relay and Industrial Control Manufacturing,WMCO,OTCBB +SG_BRAND_325ffc672d5dcc99,Williams Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,Williams-Sonoma,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_4ef737e6a06e1928,Willie G's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61679c7d2a73f72d,Willie Jewel's Old School Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f280d79ae46ddf0de59eb70249a87459,Willy's Mexicana Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_38d8d13c2d045a6c3a25651ee1af6f02,Wilson Auto Electric,"",811111,Automotive Repair and Maintenance,General Automotive Repair,"","" +SG_BRAND_1a4ca99fd2d3fc173dd9103d8fe9e390,Wilsons,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_65ef8bd0570628addfc698e4aa093999,Winchell's Donut House,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_f801ae9cb86bb0ad9ea77609279e1064,Winchester Ammunition,SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,"","" +SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,Winchester Repeating Arms,"",332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,"","" +SG_BRAND_d719d6545d4fc3ac7a08d9a467d70462,WinCo Foods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_1f97491e1e854c139e1b9b20da4bcd44,Wind & Fire Jewelry,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_4938b4c36c89f767a20971cf8a6e97ef,Window World,"",444110,Building Material and Supplies Dealers,Home Centers,"","" +SG_BRAND_84600b4dc77027ff378d0e56a7de3099,Windsor,"",448120,Clothing Stores,Women's Clothing Stores,"","" +SG_BRAND_97128256a48657bb2569e108b5caf971,WinField Solutions,"",424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,"","" +SG_BRAND_9d178fa5ceaea1e7452a642a68c72b15,Wing Zone,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_1b9586d4be2f38a1513992a0138d4707,Wingate by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_7052b8a0f9ac6fa7,Wingers,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,"",722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),"","" +SG_BRAND_788975e85812be769bfbf49d3756465f,Wings N' Things,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WGTG,OTCBB +SG_BRAND_264a088371f85f4c,Wings Over,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_13dc10b474e8f041,Wings Pizza n Things,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_42428c9a997ab86d,Wings To Go,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f0d6a9105f01c1e7fe9b106cfd4b5815,Wingstop,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WING,NASDAQ +SG_BRAND_6610521beef20485,Winking Lizard Tavern,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6078c00b7e4eb7c3,Winmark Corporation,"",448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_69933e9e773fb8443e447830e200e714,Winn Dixie,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WINN,NASDAQ +SG_BRAND_8f8dd83fc18fa2dd35ea6941d1b951a1,WinWholesale,"",423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,"","" +SG_BRAND_44bd22c0474235853975addf0a662606,Winwood Children's Center,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_61b34ca9b5791922,Wireless Plus,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_45032d1d85efde23,Wireless Toyz,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_764673497bbecda8,Wireless World,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_82704766f0120ec,Wireless Zone,"",517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),"","" +SG_BRAND_63d7656a3cd9e41a38a7a26c9d133c40,WIX Filters,"",336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,"","" +SG_BRAND_c5fa301ef1a2f1a,Wok Box,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_50aa2bf0b4ef7029,Wok'nFire,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_1c03a250dc06e83a,Wokcano,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_8e80eb14a004d52256e3c230a5e82edf,Wolf Furniture,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_a4fa429c1ee373170a93767a515b910d,Wolfgang Puck,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,Wolverine,"",448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_2ba4820668dbb456,Won 'n' South Mongolian BBQ,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_564be8cd51854b0d,Wong's Wok,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a0a3fb2006f184c,Wood Ranch,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_6efcbe7d1cb72fcb,Woodcraft,"",444130,Building Material and Supplies Dealers,Hardware Stores,"","" +SG_BRAND_bcdbe93764dc5b8db078dfe65cba2d07,Woodforest National Bank,"",522110,Depository Credit Intermediation,Commercial Banking,"","" +SG_BRAND_84b176e53e4788892956738d7f09105b,Woodman's Market,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_33c5f17a32effc27,Woods,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_2eee422e38784e182bba7c49739419c9,WoodSpring Hotels,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_737451862165bd35,Woody's Bar-B-Q,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_ac4415b7de923a9bda3767c67bd194e5,Woof Gang Bakery & Grooming,"",453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,"","" +SG_BRAND_7b3849052cf03be9c04d65cfd2bca7fd,Woolrich,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8bd5e5c0923018089c990214bc6d506d,Work 'N Gear,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_fe8bc810dd111738d34d20f9ffc28d25,Work Boot Warehouse,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_1f684121e396ac4,Work Out World,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_69569162dd57e16a,Work World,"",448190,Clothing Stores,Other Clothing Stores,"","" +SG_BRAND_4874977b0f9d0156287d04d29f8f201c,Worknet Occupational Medicine,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_d8099a10dde0d6fade3dc945c046412e,Workout Anytime,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_331d4bc97b9ba5a6,World Finance,"",522291,Nondepository Credit Intermediation,Consumer Lending,"","" +SG_BRAND_4b4374a573512d140da3c0de4254290b,World Gym,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_a62d2567c2572e1fa80dbfb5ca20623b,World Market,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_bad38997ab2703817307feecd409bbb9,World of Beer,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_623a2ecf2e5df2c4e9894a5f5612e037,World Wrapps,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_a8acdf8c5afe62963d8d918db84d1622,WORLDPAC,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,AAP,NYSE +SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,Worldwide Golf Shops,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_7fe15362d784cf7f7671b75671ebc66b,Wow Bao,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_a96b0e25dc4ee89ce580e4328a5ffc4d,Wright Manufacturing distributor,"",333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,"","" +SG_BRAND_88214b93cb66c6aa015b8486e3e65cba,WSS,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_63d44015e0355081,Wundabar Pilates,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0b1eb589591333d5,Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_521a725e4798f7d8,Wyndham Garden,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_3e72cae65aeb79d8,Wyndham Grand,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_0aba43027dab3087acff1cb8f463fa22,Wyndham Hotels and Resorts,"",721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_93a17d0a98f98e860d9a0485715e65e1,XFINITY by Comcast,"",515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,CMCSA,NASDAQ +SG_BRAND_d93b031ddbdfb0b63aeba2b84ae74a14,Xperience Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_459dd2423346c9bf94d3f763e4fea24a,Xplor,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_35c35f138fc4ef65,Xscape Theatres,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_81f6774cbc9ba9c6f39a12dc57bc3b4b,XSport Fitness,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_b40df8d23846027,Xtend Barre,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3045ac8f0422d32c,Xtramart,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_52e1d2048c287aa1,Y Not Stop,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_6a1724e32bfd672b058cc061f4152cc9,YAFO Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_5f1683f03cce0e4d2043cb6773b99eb3,Yale New Haven Hospital,"",622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,"","" +SG_BRAND_75141ad5972de6faf5999724e6fe0096,Yalla Mediterranean,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_12944d7f6c09aec427d6129b6e252578,Yankee Candle,"",453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores","","" +SG_BRAND_f11834742cfd0b8aca116c2612c7377a,Yard House,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2f784ab2861cbbe4,YCMC & Shoe City,"",448210,Shoe Stores,Shoe Stores,"","" +SG_BRAND_7983b21020750192,Yesway Convience,"",447110,Gasoline Stations,Gasoline Stations with Convenience Stores,"","" +SG_BRAND_792ad7d20e910d2f,Yia Yia Mary's,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_61f8292d7c28ad94,YM Inc.,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,YMCA,"",624190,Individual and Family Services,Other Individual and Family Services,"","" +SG_BRAND_5aa841297ae2b2a,Yo Fresh Yogurt Cafe,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_58c1be611e2f1e6663ad63e4aeae38fc,Yoforia,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_1d72d706f02bc25b,Yoga Pod,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_3789066f2367a5be,Yoga Six,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_0853eb104dc7c0e477792607ed8ebafb,YogaWorks,"",611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,"","" +SG_BRAND_22fc0cf76738471bd8ffb9a61dca8979,Yogen Früz,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_ef734f817c737b2a4cb10a9f526e15d3,Yogli Mogli,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ad4b7377a6cecd3a31e7a57724306c2a,Yogurt Mountain,SG_BRAND_229ee69a5884bc460cd214c5fda70e75,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAMM,NASDAQ +SG_BRAND_cb318222f9b1d7571e485719f549ac99,Yogurtini,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_6e31407e083eb8a9ceaa78350e2002bc,Yogurtland,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_ecbb193e6fb5b95d50b2a29310144c6c,Yogurtville,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_270e8ce100b517d3,Yojie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_65af8ac12df215b5,Yoke's Fresh Mart,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_44d0ee94fa4ad783e08ed095b30039a7,Yokohama Tire,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_6a907f3634e087c8,Yoshinoya,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_314aaa383512b2dd65dfd4ef3ba421c2,Youfit Health Clubs,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_575ca02bee4a1446,Young's Environmental Cleanup,"",562910,Remediation and Other Waste Management Services,Remediation Services,"","" +SG_BRAND_e2799b0b0f08d4c02b0562ea178a0872,Your Pie,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_4368536e30860fd6e2d14bbec792c333,Youthland Academy,"",624410,Child Day Care Services,Child Day Care Services,"","" +SG_BRAND_cc123d8b58c9c40c6838b70dcc4b67b3,Yukon Gear & Axle,"",441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,"","" +SG_BRAND_96536ecbb4ad76007300b068ceac63b9,Yum Yum Donuts,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_4914f935d7b914d3,Yum! Brands Inc.,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_afd9d0a1f52015187cb69273629bbd1b,Yves Delorme,"",442299,Home Furnishings Stores,All Other Home Furnishings Stores,"","" +SG_BRAND_f86a9a0af792be4,Yves Rocher,"",446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores","","" +SG_BRAND_6bf727b5f0f37ee043ba3bc71f31f971,YWCA,SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_326538ba506384a724c404cfeebd2f69,Z Gallerie,"",442110,Furniture Stores,Furniture Stores,"","" +SG_BRAND_3965498b5af92a77,Z Tejas,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_25f357bb96359636,Z Ultimate Self Defense Studios,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_13fdd0663ee6be9fe1449badd59df11a,Zaba's Mexican Grill,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_3ea0e7f159582acd,Zacks,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_1387c4b21a20509d,Zales,"",448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,"","" +SG_BRAND_f8c2475361c649af0f3bf7c2e2aa5160,Zara,"",448140,Clothing Stores,Family Clothing Stores,"","" +SG_BRAND_c217d906186c81541d1880684f8a902c,ZAX,"",314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,"","" +SG_BRAND_5271fc9e8c38fe53392a2ecabc642130,Zaxby's,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_15d1544a57059c04434e1e5ae9b11389,Zebco,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,"","" +SG_BRAND_25de4f248201b735,Zehrs,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_8f9f7f1a185d8c8c5f3cf4a86be9d29c,Zen Massage,"",812199,Personal Care Services,Other Personal Care Services,"","" +SG_BRAND_2f67ea94f34c82aa,Zero's Subs,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_dbe072d5c8fa41fa,Zia Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,"","" +SG_BRAND_c87a813db9466ff699a7314bb6129b12,Ziebart,"",811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance","","" +SG_BRAND_217a168d3526570d,Zinburger Wine & Burger Bar,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_59b58ec13237e55d,Zinga,"",722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,"","" +SG_BRAND_b71f1db3ddaec3c4dabf4f57a475857e,Zinzi,"",339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,"","" +SG_BRAND_14a7dc99e87783cd88ae3296bdbe17ce,Zio's Italian Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_446620ec28ebffea,Zion Market,"",445299,Specialty Food Stores,All Other Specialty Food Stores,"","" +SG_BRAND_37ec24b862739100,Zip City Usa,"",713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,"","" +SG_BRAND_63644c774ad5b3da,Zip's Drive In,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_79b040f298b5ac9,ZIPS Car Wash,"",811192,Automotive Repair and Maintenance,Car Washes,"","" +SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,Zodiac Marine & Pool,"",333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,"","" +SG_BRAND_73e4c43add73dbdd,Zoom Tan,"",812990,Other Personal Services,All Other Personal Services,"","" +SG_BRAND_3e2306a7610bc353,ZoomCare,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_2c87fee2cbc80f24,Zoomerz,"",445120,Grocery Stores,Convenience Stores,"","" +SG_BRAND_2913b9f7652c8f6b,Zounds Hearing,"",621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),"","" +SG_BRAND_f123c784458e71559e558f55ad62272a,Zoup!,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_f2591587bf035639083d2543fecca153,Zoës Kitchen,"",722511,Restaurants and Other Eating Places,Full-Service Restaurants,"","" +SG_BRAND_bdaf26884662a81293a4e6ebf3ac4883,zpizza,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" +SG_BRAND_c65ca96294828df77475223a87f4a72e,Zumiez,"",451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,ZUMZ,NASDAQ +SG_BRAND_6ca66e72514cc6e2,Zupan's Markets,"",445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,"","" +SG_BRAND_d385da0a807531e8,Zurich Cinemas,"",512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),"","" +SG_BRAND_7d888cdc65d41f7a,Zyn22,"",713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,"","" +SG_BRAND_68d46898e47928c896b5b9640067bf8f,Überrito,"",722513,Restaurants and Other Eating Places,Limited-Service Restaurants,"","" diff --git a/safegraph_patterns/static/brand_info/brand_info_202008.csv b/safegraph_patterns/static/brand_info/brand_info_202008.csv new file mode 100644 index 000000000..909de0087 --- /dev/null +++ b/safegraph_patterns/static/brand_info/brand_info_202008.csv @@ -0,0 +1,6100 @@ +safegraph_brand_id,brand_name,parent_safegraph_brand_id,naics_code,top_category,sub_category,stock_symbol,stock_exchange +SG_BRAND_12b20c8402b220acfe0e65dd113dbbc7,&pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6462594f4a598a94,1 Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_407913c3eaadbdf961cbb276649f6618,1-800-Flowers,,453110,Florists,Florists,FLWS,NASDAQ +SG_BRAND_8353f72dc7eca10f,1-Stop Convenience Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_98d0a05f33b79c60dffb8f23a236748f,10 Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1d114312ec5fbd09,10 Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2f0603252b995371,10 Spot/MadRag,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_70be6421bf9bd7b8c5bd2219c2351bac,1000 Degrees Neapolitan Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b2b68c24c94ff775,10Box Cost-Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3199b7c24d61c3dee29450e382f8c9ea,16 Handles,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_31eb6e3befe2fa0b,21c Museum Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1dff6738894adf75487b2c1ba5f54873,24 Hour Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_16f0443d83aeb0b,24/7 Travel Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3367b83ed9c0f9c5,2nd and Charles,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_b40626a171c6ce8e967992998f5ed81b,2nd Wind Exercise Equipment,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_3f0458a9adba4821,30 Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c9feda216bc7fe6cadd88b5282f1a252,32° A Yogurt Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4e65e7d1c4a96bf6,4 Brothers,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_52084b69a9bb91de,4 Sons Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3b54aa029dabc38a,4 Wheel Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_47e5077eb5e7e2a1,5 Napkin Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1044eb50228f888c,5 Star Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_0c3cc4d6912a4cc4,5 Star Quality Care,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_ba391088dbe9fc5d537af44d9fd3f29d,5 Star Rental Purchase,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, +SG_BRAND_77202d314aaa383b1b39b199f03cbd85,5.11 Tactical,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_676fe5694744273e,54th Street,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_30f920cc8fd37865434a7d6bf1f9d0da,6th Ave Express,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_8531352a80af4bf07a701c06119c4004,7 For All Mankind,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2e2448f12fc87fe452e9166153797a7f,7-Eleven,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_fbd7939d674997cdb4692d34de8633c4,76,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_a1be1aed39d245471c663320b84f10ea,800 Degrees Woodfired Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d005a2566278a1288029eec56fc08af5,84 Lumber,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_f5659fbd731a6e1762fe9123f8e65832,85 Degrees C Bakery Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0ccab9d8aebd3d3b49d24cfc0fbbda59,99 Cents Only Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NDN,NYSE +SG_BRAND_47491621daa95546cc094e97c4e5cfb1,99 Ranch Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ce0e03f64d207cfbd5c35b5351d99cd5,99 Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_97858bdf52f48f41c812f88338ecf1e0,9Round,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_376457600f0788425db552999cade1ce,[comfort zone],SG_BRAND_17c01d3273015313f138934a3f183da7,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, +SG_BRAND_357cce5297b9923a1f3c28e10884495d,[solidcore],,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_a4c63e5a7b60df283a73f66f76fc6b02,A Pea in the Pod,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_94e653a1ebf957df2f57126f1dc8e73a,A World of Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_f72c910fe39a23942fcab6266cce935f,A&I Products,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_862f8dbbfb698679,A&W (Canada),,722511,Restaurants and Other Eating Places,Full-Service Restaurants,AW.UN,TSX +SG_BRAND_40b4494c27453f1487b6f99e4979be16,A&W Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a1fce9b2678cec84c7a555d3f2e0754d,A'GACI,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_063350df8b92c0594de6fc315ee5e48a,A+ Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_7bbb814ff6dcc6ad017655e6326e1813,A-1 Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_26a3d99abb73b1cb,A-EZ Out Bailbonds,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_9a5e793437182467644e9d53445c1490,A.C. Moore,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_97adbcaca691fcc210b491d83bb3412d,A.R.E. Accessories,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_1c6e791993dd6876871d4a561de9ad36,A1 Medical Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, +SG_BRAND_b1d21ba5beb3e781,AAA,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_4a3c8f98f6aee259c4e69d527df194f5,AAA Approved Auto Repair,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_05ff976a687708af0e453186738e5d96,AAMCO Transmissions,,811113,Automotive Repair and Maintenance,Automotive Transmission Repair,, +SG_BRAND_ed1f3fc797846c8ed53b280291041300,AAON Heating and Cooling Products,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",AAON,NASDAQ +SG_BRAND_b72e1f8bbbb37a22201c712c9c5fa62d,Aaron's,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,AAN,NYSE +SG_BRAND_faa9096ceee3f8943ec22bde486bd15f,Abbey Carpet and Floor,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_4029190e439330df,Abbott's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_41683187f977260f,Abby's Legendary Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f72748da444de7f,ABC Carpet & Home,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_a165baa2c2a10727faf4931bad5cb9c9,ABC Fine Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_fa92b7f5e563c27,ABC Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_9da2eb2293f706865ee25e1e3aa53197,ABC Supply,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, +SG_BRAND_704be6d1177559b6,ABC Warehouse,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_45f58ab7240a3379,Abe & Louie's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4bedc5294f99a03c,Abel's Qwik Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7cced0ecbfbf09fc,Abercrombie,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_6d8684d641d51f2d,Abercrombie & Fitch Co.,,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_10c677d74daf4ae96824ac1eb4bab56d,ABF Freight System,,488510,Freight Transportation Arrangement,Freight Transportation Arrangement,, +SG_BRAND_ef49f15bf0289d69,Abington Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_20ccc30c3978ee175f064b6339cae019,ABRA Auto Body and Glass,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_d094eaf9028f1cb4,Abrazo,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_641d4b48fe723227,Abt Electronics,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_befc5f08e61aaa0fedcdd7355e3259bc,Abuelo's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a5fbcaa336dd9228,AC Hotel,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_2d558e88d5b55b08,Academy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_cebb2b4363445dce8031918685aab2c4,Academy Sports + Outdoors,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_f274acd790fdf9e91eedb14c2ce66e11,Acapulco Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_31cabebc80ebf4ee0e6c96bbad491f06,Acceptance Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,FACO,OTCMKTS +SG_BRAND_50e1397e0fc04f10,Access Community Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2f3a1f2057560021,Access Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_09eb0b80506fefcc9e069d143c97af4e,AccuQuest Hearing Centers,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, +SG_BRAND_55ec81055d66b1a5c2f693401a8bd2b4,ACDelco,SG_BRAND_09fcf13a3339566e,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,GM,NYSE +SG_BRAND_1f80a87e178e0d5e04c8217210b2b9cb,ACE Cash Express,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,AACE,NASDAQ +SG_BRAND_0042ddcf1dfda78309cac2609a8e56e0,Ace Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_7008731995577bc3,Ace Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_3bbe733ca58f4f40,Ace Rent-To-Own,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_913be21441c343ce4a75490b2aff0261,Acelero Learning,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_227fbb906a299b8c,Acme Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_fae25d7f7192889e606c10c2b1a20adb,Acme Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1fe6c9cdcfd75b8fb8270e90a899b5c6,Acme Tools,,423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,, +SG_BRAND_a451a05b35c501a2b6515f696b992e6d,ACO Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_5c802af4a870afe9,Acorn Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_74773d9621a1f10780471b0f1894dd4f,Action Day Primary Plus,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, +SG_BRAND_2e786020370e513f,Action Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1392d90368aedca08af9cd73f30c06f2,Acura,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_1e6d3ebea02faae3,Adagio Teas,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_70ff92a4441ae8d6,Adam's Hometown Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2b91f1285d21960f,Adams Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_6c45f33124a9a9ee,Addition Elle,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_2b7ffb4504ed949560cfa8ac5f346cf6,Adecco,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_4db6adde7999319bfb67bee86942f8e9,Adidas,,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_195f1c5a12a7b06d,Adirondack Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,ADKT,OTCMKTS +SG_BRAND_dc0bbdb488807ce,Advance America,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,Advance Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_722797bc787fadc1,Advance Financial,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_d916dbf73e3f5319ef65924990f1babf,Advanced Building Products,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_ffcf5315f4ba9b125c3307d8418f8d21,Advanced Radiology,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_2ff9e046aa80438dc89f7a77e428ce10,Advantage Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_a70de5c35e77fdc0,AdventHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c7436c4a31a1f53a,AdventHealth Centra Care,SG_BRAND_a70de5c35e77fdc0,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_11a39d057ffd22289fad8e73895aab0b,Adventist Health,,813212,Grantmaking and Giving Services,Voluntary Health Organizations,, +SG_BRAND_76a6c4298e548305,Adventure Dental And Vision,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_cc0a6aec28510b3c,Adventure Island,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_7d3d756f6ab4c311,Adventure Landing,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_2aecf74a4fca848d,Advocate Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_f3acb89e9a6bbccca1f502417ed86473,AERA Engine Builders Association,,813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,, +SG_BRAND_ed45067a557a14cf,aerie,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448120,Clothing Stores,Women's Clothing Stores,AEO,NYSE +SG_BRAND_3bc902230be0f2e3,Aerosports Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_c7116409a864ba3e7de36e1b6af828f2,Aerotek,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_3306c5c2ad7478dd,Affinia Hotel & Suites,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_9a365a7eb3a9372db79503c93542a80a,Affordable Dental Care,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_2f710d01fd2710d87d8fae13eaf3d133,Affordable Dentures,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_32136f606c3d1c4d1be6905f268339a6,Affordable Home Furnishings,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_3f0b62787ceada5594a084e88094450e,Affordable Insurance Agency,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_a7de75bd0dab5cf7bbede566d05ad676,Afirme Mexico,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_b385d14787f0b2727d480270415a68ba,AG Jeans,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_5959fcd790c7fdf8,Against All Odds,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_8311e1795d2e1b27c096b2994bbbbb08,AGCO,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,AGCO,NYSE +SG_BRAND_30a1d306114e84e9,Agent Provocateur,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_617aef18ff54ba7c,Aglamesis Bros Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_8f86954eaa7c5e93a82ebbb4bf5d38db,Agland Co-op,,813990,"Business, Professional, Labor, Political, and Similar Organizations","Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)",, +SG_BRAND_973e35296eaa9cbf071097ff29dae70d,Agri Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_09a477890bf86c70502cd1005f642d36,Agway,SG_BRAND_b171fe50c25853ab56e1f134afc569ac,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_4a1b28630dbe4e5fcc7664005a06ed2c,Ahern Rentals,,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",, +SG_BRAND_e5919360e313d7e4,Ahold Delhaize,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b92265c50f53d19c9ff7d51de8b19ae6,AIM Mail Centers,,561431,Business Support Services,Private Mail Centers,, +SG_BRAND_f65a7f441703711f95020392584b87f8,Aio Wireless,,811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,, +SG_BRAND_178667c7fe5b931f,Air Time,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_12a001aa50a4e145,Air U Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_29acc421f7cb3a4b,Airborne,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_51ee124bd1b84993ce9298180f9d6cc5,Aire Serv,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, +SG_BRAND_7159747f7911f6fbcbf38ae6d6d2c2f0,Airgas,,424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,ARG,NYSE +SG_BRAND_1faa49d859155d,Airheads Adventure Arena,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_4e8055d6360cb6fe4e8d312ca37e8004,AJ Wright,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_04c84ebc56e7fbba4c731e9261820e6e,AJ's Fine Foods,SG_BRAND_989f6147079aefc986c51ea3b9a6039a,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6846a5bba33b194b,aka.,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_560069ca5b21fb485c309d20165ab91b,Akin's Natural Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7009d88a4e0b4b9,Akira,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_53ed9ca055813fdf0a8585e5300ef667,Al and Ed's Autosound,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_4d46cff2a6a67a7bf617e441737d09d8,Al's Beef,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f1f017b4f6b6550246101e43f418c65b,Al's Formal Wear,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_791eefb06bf05a40af4077f354ae7596,Alabama Farmers Cooperative,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_2f36cd3178a2d43a1edbdbc9fd8f64f7,Alamo Drafthouse Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_2b49f9e689320124edcf2d64cc85e571,Alamo Industrial,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,ALG,NYSE +SG_BRAND_aee25fc720cb8a6433eca11a512a6757,Alamo Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_489a806735a1ff46711ff1f3b13ca0bf,Alaska Commercial Company,SG_BRAND_1b123f515d08bb0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NWC,TSE +SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,Albertsons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b1cee15316c1cf1a,Albertsons Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_43c9d246e29acfebd217d14740993446,Alcoa,,331313,Alumina and Aluminum Production and Processing,Alumina Refining and Primary Aluminum Production,AA,NYSE +SG_BRAND_41267d9fb3826d417e32077a3b0a35e5,ALDI,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,ALDO,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_a793ed7a12379358db9303978c6f4dd4,Alex and Ani,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_5ed999a3d316130e7283d5fb07081fca,Alfa Romeo,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_978f38b5082c6e3f,Alfred,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_5a17f5c67b0713be,Aliberto's Real Fresh Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7b12a81e13e07aac,Alice and Olivia,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_310b0172ef6d6ebd,Alila Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_71f8c12641ae274f,All India Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e98b9d628c02fc1159b9b63fae64c91,All Tune & Lube,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_7518addcbb462c3a,Allbirds,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,Allegra Network,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_144bf6e93b2a9180,Allegro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4959b9c7b6ef23e4dd6392edae9a968c,Allen Edmonds,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_224cd064261102fa,Alliance Bank Minnesota,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_b9732f6e7c8c8f49,Alliance Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_b1548d44966c9ff54d6228dd280e752e,Allied Building Products,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_47846c6a01657407153655f2f0506f55,Allied Cash Advance,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_3e364569d3cba1e3,Allied Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_2b42b6e3326b00bf,Allina Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_214ff0a1160dd989,AllSaints,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_5a9e6695c8055aeb6c210e6bfb45d6b5,Allstate Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,ALL,NYSE +SG_BRAND_4c5d9138d9303e105b26178be842275e,Allsup's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f539f9dedcf133c96f08baca718c9fa8,Alltel,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_eea773e3cd25f00a,Alo Yoga,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_232e3a254ee6887688ed8957d9068679,Aloft Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7975b2f7c429df3c,Aloha Petroleum,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_da84065c579e60ad,Aloha Poke,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f5edb995de0f09b9ee3f9045be82afcb,ALON,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_a87468d01e929f7b6f3b52165af9a144,Alphagraphics,,323117,Printing and Related Support Activities,Books Printing,, +SG_BRAND_716bfdab184fc881,Alta Convenience,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7c5cecad9d417901def8c96e22e85abf,Alta Mere,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, +SG_BRAND_2b1113c8169fd677,Altabank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_1ff1aeb10c3ab999,AltaMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_fb55f793ae6f3aa03333de50d261bbc3,Altar'd State,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_726fb04193daaa46070c8527e02ea8bc,Altierus,,611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools",, +SG_BRAND_50132dc29ce2ba73bc0e600eb1bc2187,Altitude Trampoline Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_da51bb12ab90a9617408308562624f9e,Altoz,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_223ca1aa5a3dae726fb034683d090055,Aluma,,336214,Motor Vehicle Body and Trailer Manufacturing,Travel Trailer and Camper Manufacturing,, +SG_BRAND_c8a0c64c1bd85383eee777b204a8d3a0,Alumacraft Boat,,441222,Other Motor Vehicle Dealers,Boat Dealers,, +SG_BRAND_4c2f3879bf182311,Aman,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_07454b1c96395af57611f456fb9d1544,Amana,SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,443141,Electronics and Appliance Stores,Household Appliance Stores,WHR,NYSE +SG_BRAND_a052094d8f55cb2762426643d8ac0534,Amato's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_eee5e1cd7f209f022732b6617d6abc3f,Amazing Lash Studio,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_c8aee687ca946b69,Amazon,,454110,Electronic Shopping and Mail-Order Houses,Electronic Shopping and Mail-Order Houses,AMZN,NASDAQ +SG_BRAND_843d199a3265aaed,Amazon 4-Star,SG_BRAND_c8aee687ca946b69,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,AMZN,NASDAQ +SG_BRAND_e9f31d664bfa3bdc62694c9d0dc03bcf,Amazon Books,SG_BRAND_c8aee687ca946b69,451211,Book Stores and News Dealers,Book Stores,AMZN,NASDAQ +SG_BRAND_fc2573e1b20d6dd1,Amazon Distribution,SG_BRAND_c8aee687ca946b69,493110,Warehousing and Storage,General Warehousing and Storage,AMZN,NASDAQ +SG_BRAND_ebbdf13bef1cb60b,Amazon Go,SG_BRAND_c8aee687ca946b69,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,AMZN,NASDAQ +SG_BRAND_e5eedf3ad2b51dd7fa2f1a1e1cde18c2,AMC Entertainment,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_5bd1c34b834731ba,AMC Entertainment inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_4dab48a331f833cf,AmCare – Doctors Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_392f5c5f48278262,Amegy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_056e27928a57f859238f604c338ea918,Amerex,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,, +SG_BRAND_6b0cd1ce1bcee01a,America First,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_542107fde8b1346b588d305b8c480c61,America's Best Contacts & Eyeglasses,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_8d1330d266bd897,America's Best Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_21308ade311878e6,America's Food Basket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_11766d2c71f86895,America's Mattress,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_af3e12bf6e4c372441003cb838fd571e,America's Taco Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a65744f1b170bb5c9f62575c39b81e14,America's Thrift Store,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_e2ecfe2d7aca912837fb5b1974f8345e,America's Tire,SG_BRAND_bf97a394be0995faf90bede5ed452758,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_6980414328db21c5,American 1 Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_9a1aa63fa596baa7359a35ab7cd6e0a9,American Academy of Urgent Care Medicine (AAUCM),,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_86cac750f56930c3a88f9f9a5dc7616f,American Bodyworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_66359aed65b2ca75,American Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_95a1de80f566759aafdc2a957a76de5a,American Eagle Outfitters,,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_642f6b0510afef11,American Eagle Outlet,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE +SG_BRAND_da62850d12062590,American Family Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_75d4ffecdab36bf8611e7f27e42796f2,American Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_097c17a157a8b638a36292e76e151b0f,American Forge & Foundry,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,, +SG_BRAND_93a539a657e509488e549bc83b15fbf9,American Freight,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_555e6b292d8061866506daaef7e19d3d,American Furniture Warehouse (AFW),,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_8e7e7acbc1702953de4c7157f6e97cb9,American Girl,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_215bd1119fc3d0b01a2d5a7748d0d476,American Home Fitness,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_700e77161890059903a952ff1d792d08,American Job Centers,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_abd4f2cf23cf602b87ebbe9a0df1b586,American Lubefast (ALF),,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_2dd6d8f10feec96933e9dc0a696b9fd3,American Mattress,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_70522299371c500d,American National Bank & Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,AMNB,NASDAQ +SG_BRAND_bc182e7f8a9fd5c820e3bce804f4dee0,American Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_4e7fd95c3fc9ab8,American Sale,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,American Signature Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_4dec1b13aceec8f264e341ee1be403f5,American Speedy Printing,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_b1526ff61943a94b088b07219a6e14ec,American Standard Brands,,327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",ASD,NYSE +SG_BRAND_0e82955483a61e98d9fd211d8f19b07f,American Tire Depot,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_efd042146af58088c5fe07faaed82bd3,American Tire Distributors (ATD),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_cf683d31f5a0b627e69d8c6b01ccd6bf,American TV & Appliance,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_7a9041e35763156f729408e8e3ffa47e,Americas Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_10201be4eab1a450,AmeriCash Loans,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_3d6b29efd16692aedfed87724bf05e42,AmericInn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_af299b410f6f40f2832dcb33e06819e0,Ameris Bank,,522110,Depository Credit Intermediation,Commercial Banking,ABCB,NASDAQ +SG_BRAND_1f0d195118f3ae59,Amerisleep,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_76921e7b7f4c82a0,AMES,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_7a7f78029cb813e6,AMF,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_b7919fc9aaad5fefd42735f912403c9c,Amigos,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d34d381f5c016b80375b7885a7bd8543,Amigos/Kings Classic,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bc0f1ef1fddb0800,AMITA Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_bb53d58f962a5f91,Amnesia,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_58e1840a9ec1dca1,Amorino Gelato,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_db57f3767efde48f,ampm,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_586eac2437641853,Amscot,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_7279a3b23815694d,AmStar Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_8600ba93ae70c64076266f8c3f3aec18,Amtrak,,482111,Rail Transportation,Line-Haul Railroads,, +SG_BRAND_85bcd33678a8dae3e99a1b357c0e3596,Anchor Blue,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_4822315efd2da1af,Andale Mexican Family Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f322046b2e2422a176b5ad9e554a048,Andaz,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_70a33a0ac439557d,Andiamo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cb7d114f36c4df5,Andy's Frozen Custard,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b290bd5623fb4011,Angelika Film Center,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_55f76fe855942dbf0f8f790e448e3741,Angelo Caputo's Fresh Markets!,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1c684a32cfe90de7,Angilo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_38f8032cc1695a53dc31ee5ee0a189c0,Anixter,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",AXE,NYSE +SG_BRAND_17623624bd5b70d6,Ann Inc.,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_75686c13988a01c9,Ann Taylor,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_69b0bb26f6f38880,Anna's House Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b82c67a94b66fe291a27143c96d4ef6f,Anna's Taqueria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_205eb1605f92ebbd,Annie Sez,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_11c7ddc5f69e994968d262ee91df8eee,Another Broken Egg Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4064fa6241c025a856091e2b9dcae9e7,Anthony's Coal Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d4d172b4db8b7b4d9ef955065bfa945a,Anthony's Pizza and Pasta,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_28f2287e0d72291b,Anthony's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d6aa3de01533f04082e6dc4b7e2f7305,Anthropologie,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_e4248bc7c3ca6174f442e750501dfe99,ANY LAB TEST NOW,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_6daa255524fe5ac244c3bed9cfbde479,Anytime Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_68060c8a8bce8e18,Apollo Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_266960d748e80d82,Apoyo Financiero,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_2817cee1c4513d8c,Apple Market,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_aa55d5b692887ce4ff82e8f98bd569ad,Apple Retail Store,,443142,Electronics and Appliance Stores,Electronics Stores,AAPL,NASDAQ +SG_BRAND_532a1ea21bbef4dbdc2cae21e89a610a,Applebee's,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_3e6c8654531b9bb7,AppleCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_4bb455c37f382fb2,AppleOne Employment Services,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_7b1eae85ec336da6,Applewhite Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_c65ac48f82773e6c25d72180c1b0a676,Appliance & Furniture RentAll,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, +SG_BRAND_14ecda6371110981014e128691265520,Applied Industrial Technologies,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,AIT,NYSE +SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,Approved Cash Advance,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_d8d7a49164a1b72e7e26ac483582acdf,Apricot Lane,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_5061f54f7ccb30a6aaa583871fa04f19,Aprilaire,,333413,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Industrial and Commercial Fan and Blower and Air Purification Equipment Manufacturing,, +SG_BRAND_adeb70d56b658224,Aqua-Aston Hospitality,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_7e7c6a75b448fdd7,Aquarium Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4a51c286f84408c1,Aquatica by Seaworld,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_a9c1759e6ee271fbc39fbddf32a2f75b,Aramark Uniform & Career Apparel,,561790,Services to Buildings and Dwellings,Other Services to Buildings and Dwellings,, +SG_BRAND_f004042e34f9a89a218a216365ccd2c4,Arby's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_68da9ccac5f8f7e4487cc6b092611680,ARC Document Solutions,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),ARC,NYSE +SG_BRAND_e67fa52c72e5fbbb2e6a9cc85d833a5e,ARC Thrift Stores,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_49f362e1a97ccf64,ARcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3db1b1b75af34ece,Arclight Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_99b3a2abb4050d5bef6da28efdc9552f,ARCO,SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_263ab4737b063101e85bd364a3ba77f6,Arctic Cat,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",ACAT,NASDAQ +SG_BRAND_443964ea0c09422d8b208c3ef7a01fb9,Arctic Circle,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3019aa0f7c297c9e9e53b2f8c9260f03,Arden's Garden,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_74590f0568820363,Ardene,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_568674125759e88de1527a38fceb0a4c,Argo Tea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7ed14090eb859530,Argonaut Liquor,,312120,Beverage Manufacturing,Breweries,, +SG_BRAND_d81b0ce23bf8a368,Argos,SG_BRAND_65e9719b182ef753,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_798924b2f5bfd9e6bc541b061d30b907,Arhaus,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_6a2db7d70cf80a03d7b5021e1b9e8a2f,Ariat,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_c915f2d611122e3d19f2c9c1b129ef1f,Ariens,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_8556827a446e9dcc733d8f3bd5cd7110,Aritzia,,448120,Clothing Stores,Women's Clothing Stores,ATZAF,OTCMKTS +SG_BRAND_552e074f1162a8b30485fafcbaedabd2,Arizona Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_5d743d6aa544adc,Arlan's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_734adb0084b47015,Arlo Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_d5167d48829ad4a25ba59270f12bb0f5,Armadillo Willy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_74e8f36eab339485e1e4cd77445dc737,Armani Exchange (A/X),SG_BRAND_cffd8e5634652b989687ccd942c05785,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_98567a842853508791a2ced78ad749c1,Armstrong McCall,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_643881af0e62227c,Arnold Motor Supply,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_363d9092903dcdf1,Aroma Espresso Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f689b72a5a740b8,Aroma Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_60a1139ea97245a0,Around the Clock Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_747aa894b4e4c385b88b8b6503a6ebda,Art Van Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_027887944d90b26620b7a74537136b06,Arteagas Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5f1f359a0bfcc1a3,Arthur Murray Dance Centers,,611610,Other Schools and Instruction,Fine Arts Schools,, +SG_BRAND_1c6d6c909e0cfe06231244705c6defdb,Arvest Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_3087c2c140a9cb9b54e2ce2e739c00a7,Ascend Resort Collection,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_6c6c46d79d7e982d,Ascension Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1f87a8392acf7f95,ASDA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_46f27ef73712065fc801247705bf2f3b,Ashley Furniture HomeStore,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_819ba48428fc5a034e06f6ff768548f7,Ashley Stewart,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2942cb3528ed9ad8,Asian Food Markets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_93273bfc3e6338d387eb6831f99f7c1c,ASICS,,424340,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Footwear Merchant Wholesalers,ASCCF,OTCMKTS +SG_BRAND_d8e896c4769bca66,ASK,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d5ab4bc0c781489e2a30874e90683bf8,Aspen Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5b144b5c079189f2,Aspen Creek Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_71be0361fb378ace285a2057f188c675,Aspen Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_8d4d02424861c2a316479e7b0473c33f,Aspirus Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_daf15eebaa81697339c57393693dc2f8,Associated Bank,,522110,Depository Credit Intermediation,Commercial Banking,ASB,NYSE +SG_BRAND_bbce9d966be9a97f8636f8c33b7e3509,Associated Grocers of New England,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1d39b019e6319878ba436773290859a3,Associated Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_76a638755187d90d,Aston Hotels & Resorts,SG_BRAND_adeb70d56b658224,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2fa3cf424791add1,Aston Martin,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, +SG_BRAND_1c59069183a6a3fb,Astro,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_11a4fde510c7bb2965c5cb354ee086d7,At Home,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,HOME,NYSE +SG_BRAND_eb8521bbd57f34d554ae6ec0b674d7ba,At The Beach,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_5deb800ce9500e72e355137ab8b48fb6,AT&T,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_175daf46cee56cdb,AT&T inc,,525990,Other Investment Pools and Funds,Other Financial Vehicles,T,NYSE +SG_BRAND_43d74cb900844e84,ATB Financial,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_579a2f8f0bf87517cf22c11bf8827644,Athleta,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_e82b8ec3cdfb7fefc757d20ed3e7d136,Athletico Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_0f6312930cd009ca4e8d974d0a302ec3,ATI Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_20cdbe025bb0f8ac8a88299c11cddf6a,Atlanta Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_498c56451d61f0da,Atlantic Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2f2089e498018422,Atlantic Union Bank,,522110,Depository Credit Intermediation,Commercial Banking,AUB,NASDAQ +SG_BRAND_b4547aac8ad2b6d145a0dbc61f9a71e6,AtlantiCare Physician Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_0f471c29398c03827695077ae7a0d6e2,ATM Anthony Thomas Melillo,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_26d04e54c2ae3b1c,Atmosphere Ltd,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_3232c37e7a0291c,Atomic Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_806e1386d5fb55e0,Atria Senior Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_7d3117669a3eb7b87a3904e5c1818348,Atria's Restaurant and Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bef68bae7c0797009c3335c452cd438d,Atrium Health,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_3f0b923c9c8132b7,Attic Salt,SG_BRAND_346f800349b8b8cb,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_02e2aff95ca5fc2743f4c6982c094a4e,Atwoods Ranch & Home,,444210,Lawn and Garden Equipment and Supplies Stores,Outdoor Power Equipment Stores,, +SG_BRAND_2ec5b29d57656d008d02e09c2394b642,Au Bon Pain,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_11afc576251c4f87,Aubree's Pizzeria & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0e1559062ff3c03b155685c5d89d0127,Aubuchon Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_4d9fa555e7c23996e99f1fb0e286aea8,Audi,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_63371916b5e2b534637dcd003d245d22,Audibel,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_9317f943d55e0a62eab871d84971aa40,Audiologists,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_13748449b7b69d12,Augusta Health Urgent Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_ce748140d1750c3620f9e803e4af0170,Auntie Anne's,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2c195cd62bd03201d9b0157a94e6c314,Aurelio's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7ceb411f1dd927f12a577a8ef96474f6,Aurifil,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, +SG_BRAND_4bffef1169b49923216e5ad94468ff15,Aurora Healthcare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_8dec87ebe111e2b4,Authentic Brands Group,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_670b02f220e28efc2a40dae1786bba78,Auto Service Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_1fe9ef9dd90e0752,Auto Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_11af9d3184e3f62cc3664b7ec731af24,Auto Value,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,Auto Wares,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_d7902726df908587522500d0e478a2fa,Autobell Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_b9579b602f7a1d2c,Autograph Collection Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6cce40323161f6a58a3d7209cc6fabfe,Automatic Transmission Rebuilders Association (ATRA),,336350,Motor Vehicle Parts Manufacturing,Motor Vehicle Transmission and Power Train Parts Manufacturing,, +SG_BRAND_02239f872313979956fec2581f68d1bf,AutoNation,,441110,Automobile Dealers,New Car Dealers,AN,NYSE +SG_BRAND_4a06e9564747a054,Autopart International,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_87681bc51c663efbbf7272e0f1262e9b,AutoZone,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AZO,NYSE +SG_BRAND_8644629d00533c1,Avalon Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_8acb9465e5dff7534577e5d44c27d773,Aveda,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,611511,Technical and Trade Schools,Cosmetology and Barber Schools,EL,NYSE +SG_BRAND_1dc37a5030f45641,Avenue,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_78f9844853c1ef3d,Avera Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_6c55147fc9266eb8,avid hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_f35a8740b65be2b1aa45f588f2809377,Avis Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_ae8340c3ef56b9d3,Away,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_5b3b4df9bb09fd58,Axiom Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_3570a3b8679bd931,Ayerco,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_29a1f9ce6b40cfa92ff20c8123f89e3b,Azteca Mexican Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3496cfebb9e7f746ed962ca33db7e5f4,Aéropostale,,448140,Clothing Stores,Family Clothing Stores,ARO,NYSE +SG_BRAND_2dd7e7efd007f82c,B Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_170e431ef7631fee,B&B Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_3c691d7e5e8a9191,B&H,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_1c9455c4daae0289,B&R Stores Inc,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a309c5c72d695cc,B-Bop's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7aa2fb3acd993dfe1c9c942c19d8d8ec,B.GOOD,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e06556ee7a25d1a73e9b4b34b4f9791c,B1 Advantage Tire & Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_953b7a501bb5c8396f606535a5a9778a,BAB Steering Hydraulics,,336330,Motor Vehicle Parts Manufacturing,Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing,, +SG_BRAND_624c28f71bdf5c2bfbf58fd534f22beb,Baber's Rent to Own,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_7007fdf67b5bd472,Babes Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c16b2df5a2be6582dabc4258c766b3dd,Babies 'R' Us,SG_BRAND_00db0391d05de9dc3d3ce6815e06a18f,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_59a490da2db2545f,Babin's Seafood House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_59e88e5703cfe421,Bach To Rock,,611610,Other Schools and Instruction,Fine Arts Schools,, +SG_BRAND_6ee7e675c921dc40,Backwoods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_fad43b0448a3da51f678107ab45fb8e4,Backyard Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2e1bab3274f93aaa,Bad Axe Throwing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3d18feffe987bad2,Bad Daddy's Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9e71caab6eeb7dcbb52e112de81feb67,Badcock Home Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_fccdfc85412b42d,BADMAASH,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8cb37f1ad938c9b54cdde4bc86e71900,Baer's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_5895069705900d66,Bagels-4-U,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9dc7cbae95ea6061f9ae5c7f6d28714d,Bagger Dave's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDVB,OTCMKTS +SG_BRAND_937314be333bc6e,Baggin's Gourmet Sandwiches,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5d6f860e16974f1,Bagnbaggage,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_80e76d65cd47172346878dbd13e5cee5,Bagni Volpi Noemi,,423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,, +SG_BRAND_6aa30a997db385b158900ff1a2b0ca4d,Bahama Breeze,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_6f77afb4a1d3c85a,Bahama Buck's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1f4dc539cb7c2e85,Bailey's Health & Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_62df7c3a8b8d2cf7f085116aa9c364f5,Bailey's Sports Grille,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_3c2dc902b7bc068f,Baily Banks and Biddle,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_6d7424be5a5b47bd,BAIRD / Hilliard Lyons,,525990,Other Investment Pools and Funds,Other Financial Vehicles,, +SG_BRAND_65995c2920aeb4a414fdcd071b68aa7d,Baja Fresh,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3dd1c1b845f218584d537dcfde624389,Baja Sol,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_845a5d33e2569fc,Baked by Melissa,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_64dde9276423b8ab39f6c9f21ee4c7c0,Baker Bros American Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b4e4d4c1f2abdb7bb04755635692ce3a,Baker Distributing,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_a69f20501a15e39acd8c178a293d476f,Baker's Drive Thru,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4468731175593672,Baker's Ribs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_07b31e179ade840fafc9e51bd0a9faae,Baker's Square,SG_BRAND_5f2a59160ba477d032f3ff04029265f6,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3020039b42af70809bbe2d8693fa649e,Baker's Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_55c0201fba01add463f1413096be5ec8,Bakers shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_543bc0dbffea90f8,Baldinos Giant Jersey Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d23ade974e8d4fce1b3d272f0a50a845,Baldwin Filters,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_6c0c05c3c44425ab,Balenciaga,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_08928c2dc5721e9e,Ballad Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_718b7eae0cff22a7,Ballard Designs,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_3580cf342ea2ed75,Ballpark,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6e848882c68978dc,Balls Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2c9fcf03e737a9c4f882534ef6a57b8c,Ballston Spa National Bank (BSNB),,522110,Depository Credit Intermediation,Commercial Banking,BSPA,OTCMKTS +SG_BRAND_878089949cfb5636e5ca4c7899fe7066,Bally boutiques,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_5d2758b0af610b24084e8e844cd93030,Banana Republic,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_17aa80ed1abae2b6,Banc of California,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_aba8fd15b3a4f97bfcc35159cc96a760,BancorpSouth,,522110,Depository Credit Intermediation,Commercial Banking,BXS,NYSE +SG_BRAND_026b6c1ed1b788f2,Bandanas BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6ddde12f8cfb9c45,Bandier,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_36762205aa90feb3,Bandits' Grill and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0db907d4b7af66e7236e05df173d90a7,Banfield Pet Hospital,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, +SG_BRAND_508c9b100106de89fe7785d7ae83884a,Bang & Olufsen,,443142,Electronics and Appliance Stores,Electronics Stores,BO,CPH +SG_BRAND_6b57c662f902a05d9c7c7bd5d224ccc4,Bangor Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_79497404d349efa4,Bank Newport,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_73971897e96ce01fa107640e730f905a,Bank of America,,522110,Depository Credit Intermediation,Commercial Banking,BAC,NYSE +SG_BRAND_eda9a217fa7b74fccf6a91be4439160c,Bank of North Carolina (BNC Bank),,522110,Depository Credit Intermediation,Commercial Banking,BNCN,NASDAQ +SG_BRAND_7fd8ed54dd3704bd171886a6eb170711,Bank of the West,SG_BRAND_319dffa1d60df708,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_76bcc0fb0f1517f185e244b11035a665,Bank OZK,,522110,Depository Credit Intermediation,Commercial Banking,OZK,NASDAQ +SG_BRAND_5472f21f8bffd8d18f06fa5fea2df0f4,bankESB,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_946ee72d8fdd9b91bcc1ff1e739332a4,BankFive,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_850a8eaee850fbc06e74a5e3708d247b,BankUnited,,522110,Depository Credit Intermediation,Commercial Banking,BKU,NYSE +SG_BRAND_4d186eeb85f69e,Banner Bank,,522110,Depository Credit Intermediation,Commercial Banking,BANR,NASDAQ +SG_BRAND_1c41ae685e207bfe,Banner Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_8af697460704445f59701fd329c4ff3e,Banzai Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a1b44e4ffdeec408e0796d708e35bd92,Baptist Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_721eb961a8044181,Baptist Health Kentucky,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_6e6687432efaacf6,Baptist Health North Florida,,621112,Offices of Physicians,"Offices of Physicians, Mental Health Specialists",, +SG_BRAND_346b3066debbef6465f15524b63e81b7,Baptist Health South Florida,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_bf0140c66ed04441,Baptist Memorial Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_ba6151a8175e1253f2aafd6884eaf403,Bar Harbor Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,BHB,NYSEAMERICAN +SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_699c39c1dab4d4e7d9e7b49399f802f7,Barbacoa,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2ddef662a295b0cb,Barbeques Galore,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_6cb287154920b33985925f121c2239ac,Barberitos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4f5777abc936ff71b2480f83ff5d7d3b,Barbour,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_312588ebe872ef0a3df338dc633cf098,Barcelona Wine Bar & Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8719b489630c3de6c010430dfd0435ed,BareBurger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_48b61e1d1b757b5bab70f0f55d7c5994,Bargain Hunt,,452210,Department Stores,Department Stores,, +SG_BRAND_4745a69a2bf707ee,Bargain Town,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_0031e43e4f12b969239801d340f7c141,Barnes and Noble,,451211,Book Stores and News Dealers,Book Stores,BKS,NYSE +SG_BRAND_d1e609cfd201e1de,Barnes and Noble College,SG_BRAND_0031e43e4f12b969239801d340f7c141,451211,Book Stores and News Dealers,Book Stores,BKS,NYSE +SG_BRAND_7a9a02c2f5654eb3,Barney's Beanery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8c43cf1e208f3db22255401005035872,Barneys New York,,452210,Department Stores,Department Stores,, +SG_BRAND_43f880498d997b57,Barons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2fd4a6c3072990c,Barre Bohemian,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_57f28a8f084bde95,Barre Forte,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3d32fb6a6154128a,Barre Soul,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_cd1c8cc4a8e16999ef5964f7ab913d95,barre3,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_82fb627e236b248,Barro's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b39f517061f443562df3f614ef50bae8,Barry's Bootcamp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3f62cf7c4b0f06509f827a174c632fd1,Bartell Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_2a8e22bb6ec20c4f31919bab595db1a6,Bartlett Tree Experts,,561730,Services to Buildings and Dwellings,Landscaping Services,, +SG_BRAND_27798f863ac3d51b,Barton's Home,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_9146ebb47a22f437740df18d5695dad4,Barton's Home Outlet,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_abc9b3641272d8733461161ea5f64cfc,Barton's Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_989f6147079aefc986c51ea3b9a6039a,Bashas' Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_963fde2041e158441c414f9defe1a2cf,Baskin Robbins,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,Bass Pro Shops,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_8686bd9a1746ec9eb657bf28d36de163,Bassett Furniture,,442110,Furniture Stores,Furniture Stores,BSET,NASDAQ +SG_BRAND_2510a0370bec7d4b218a1ab12aa09d01,Bath & Body Works,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_822e6e6367748c6a9b6dcf692799b232,Bath Fitter,,236118,Residential Building Construction,Residential Remodelers,, +SG_BRAND_ddfff702b633bc58f173c17a8809a433,Batteries Plus Bulbs,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_4e5dd3ac06dc96c1,Battery Giant,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_211105451129ebd4,Battery Source,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_234d87f983050a9e21840aff36a88905,Battery Systems,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_51b53d0d8aaea80b,Battery Warehouse,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_54cc3d9ff8318d4b,BayCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_da41dbd96583719bcc7c0cd07e20e780,BayCoast Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_44b2f60cc848c2dd,Bayhealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_e270f01532b9cd43760cb4656e7f7200,Baylor Scott & White Health,,621498,Outpatient Care Centers,All Other Outpatient Care Centers,, +SG_BRAND_cbd129e1de213232b916931a7fff7b1a,Baymont Inn & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_03545c6f2f5f740c,Baystate Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1d9c056b78c5fb21fe25ba611b6a32f8,BB&T (Branch Banking and Trust),,522110,Depository Credit Intermediation,Commercial Banking,BBT,NYSE +SG_BRAND_171715760808fad662a86e8c2028b0a0,BBVA Compass Bancshares,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_15d83be487a6c47b,BCBG,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_e1f0fd62deacaf3d9222dfbec0cac932,BCBGeneration,SG_BRAND_15d83be487a6c47b,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_60fe45f466c1cc8be5d7def236752cff,bd's Mongolian Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7129c169923a67e35b45205b16f6c79e,Beach Bum Tanning & Airbrush Salon,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_3df7b1d6c69d9400,Beach Hut Deli,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_507e8b5c37d83683,Beacon & Bridge,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1b2818c0478264ea,Beacon Roofing Supply,,444110,Building Material and Supplies Dealers,Home Centers,BECN,NASDAQ +SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,Bealls Florida,,452210,Department Stores,Department Stores,, +SG_BRAND_1441d41702198a2e,Bealls Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,, +SG_BRAND_34a4826e2c2094cd,Beard Papa,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_6361da4998eb4d40,Beard Papas,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_47ed07aa2016511deaab77a9f2f53520,Beauty Brands,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_5ff6876cafc4d0c3,Beauty Supply Outlet,SG_BRAND_2f65554b99c708fa,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",RGS,NYSE +SG_BRAND_1ca3f0565814e569,Beavertails,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_62c71fb5f0c6720f,Beck's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_aa5547d0b577e7c6bd7a271c25f16ced,Becker Tire,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_673f0624905f68d4,Becks Prime,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,Bed Bath & Beyond,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,BBBY,NASDAQ +SG_BRAND_b54e99e2dbc4f01476139d2316430353,BedMart,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_75e05927181770e7a9362d389df6d7f3,Bedzzz Express,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_dfc7c3c1c8071b0b,Beebe Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_004007a04c81cea5a72ee68b3c5d45bb,Beef 'O' Brady's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_134ee343dcc7c637,Beef Jerky Outlet,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_24abeab161c4f1fa,Beefsteak,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d2e172bb56635e,Beermiscuous,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_81c0b4dd000f6eac,Beggar's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a1f53ce03174fe30ae8a10aaf21c18b9,Bekins Van Lines,,484210,Specialized Freight Trucking,Used Household and Office Goods Moving,, +SG_BRAND_871640b1694b4b85,Bel-Air,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bbcd3448f8da0eb0a14e1f7b807d1754,Belk,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_235c6cf8b1099948,Bell,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),BCE,NYSE +SG_BRAND_8488d07e6c068b3019a6bffb54c1a88b,Bellacino's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4048b35c9f6bea19,Bellagios Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_45d8e56e50077bb3,bellagreen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f05446436e3106f9f3b73d454e31bae,Belle Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_50b5cbac4283549a5020bad7f4708c69,Belle Étoile,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_62c5c0cdd6d4a972,BellStores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2a5f7b286fcd0352,Belmond,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_5340dd683b246723,Below the Belt,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_6a6422bb281e5be96347840ee30ae463,Beltone,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, +SG_BRAND_2ec3d4d51f3e29b3,Ben & Florentine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_618343c29fedc43238864550bf2477a9,Ben & Jerry's,SG_BRAND_9a77daacc4bcf5a9,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,UL,NYSE +SG_BRAND_380df5d8bb8ac6fd161f03c03c60f684,Ben Bridge Jeweler,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_5d774cd336f78c1fc2bd9900dfa826ed,Bendix,,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,, +SG_BRAND_41a1e97dba126247,Beneficial Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_30e84aab44d33138,Benefit Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_b367560055f0c6e17704a0cb9acda26d,Benihana,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_40576c940a552cc6,Benito's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_07f6c58a7aca24c379d8c86427309e28,Bennigan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f2a519448aef56f1aaf0da19e1c4a9b8,Benny's,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_7b3c6796f437d140,Bensi Ristorante,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7faf36d737e4dd34,Bentley,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_1e8cb2c9bf1caabd,Bentley Motors,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, +SG_BRAND_298b8014da335621303db1a76500a6dc,Bentley's Pet Stuff,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_dcb657b5f186fff7e0f5c09b222db75d,Benzer Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_78241de8ecf5b7cc,Bergman luggage,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_512a8fda81eeeaec,Berkot's Super Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a1b72a95d339ee1e19dcfd56ac43140c,Berkshire Bank,,522110,Depository Credit Intermediation,Commercial Banking,BHLB,NYSE +SG_BRAND_1c59aed12dca8e40,Berluti,,316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,, +SG_BRAND_7221c80edae42327d9c2354727644af1,Bernie & Phyl's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_4f5264fbd919fdd50ece0eb9069e2134,Berry Blendz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1d4f65c46b5af8a98494e2aec40239a3,Bertucci's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2c648ef84225e10f0499e7d255eacf71,Best Buy,,443142,Electronics and Appliance Stores,Electronics Stores,BBY,NYSE +SG_BRAND_431e4254199cef2d,Best Cuts,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4cf263cc65cea2cdc5c4f540d2fc3770,Best Distributing,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_fc76db896a9b558bb3bcbf5a0514eda6,Best Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5bf2fa04d611103553a596795dbb88e8,Best Friends Pet Care,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_fe7c0048b5569f16e592765369c170f7,Best Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bfb7ed689faace10536955b165cb8114,Best One Tire & Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_57671a22de5753d1,Best Value Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_afc74daf1bb2ac39,Best Western,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_838509b10cc694a6975423f9b982952a,Bestway Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_67d7808fe6a7157e1e8c1750152b1f96,Betsey Johnson,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2bef7d3fc2abe9bd,BetterMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_8358e022175f433616a7de081dd5d940,Betts Spring Manufacturing,,332613,Spring and Wire Product Manufacturing,Spring Manufacturing,, +SG_BRAND_37f30ee36c9a1017,Beverly Tire and Auto,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_b4b8691ac4da1a5475ea5ab6e914eeee,Beverly's Fabric & Crafts,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, +SG_BRAND_5aa9bb4bd21c56e38ca07e2124e34ae6,BevMo,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_57d62955c361a6468ab95b0bd2b3bfe1,BFGoodrich,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GR-AL,NYSE +SG_BRAND_5a6e0f5da980797f87ccff17f876dda0,bfresh,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_25e04fae32468b591567a6a753fba971,BI-LO,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5bcd17ad6125ba051e0c4c2afe761e04,Bi-Mart,,452210,Department Stores,Department Stores,, +SG_BRAND_10bb1db253f0e1af,Biaggi's Ristorante Italiano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f8072649fdeb99aa1e3376d8590e0546,BIBIBOP Asian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bf07b75f65e273c9,Bickford Senior Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_547d5dc4f8beb6a450792eae6052d2b2,Big 10 Tires,SG_BRAND_8d641cc772014028b61fa819e4227c45,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_198bc3789d4a47d26f96d5895f6afa18,Big 5 Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,BGFV,NASDAQ +SG_BRAND_eaf4e34eafc88698,Big Air Trampoline Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_0479059c073d74ea88fe3aef4339b1a9,Big Apple Bagels,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4248c9024684636f,Big Apple Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e8b5e26dc832113,Big Catch Seafood House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_336a51a1ff9dfee930ffefeba7cbc8fb,Big City Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_281950ad9736aea4,Big City Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1ee6d99dfb4c004,Big D,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_43bfee4b6927af68,Big League Barbers,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_c4d65e0c51ea2fe6cef625aabba41ab6,Big Lots Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BIG,NYSE +SG_BRAND_b2b252163a0fd81,Big M Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_670cc71e3c7e81e1,Big Mama's & Papa's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9a3ac6282b90f27a0b4c4dd5dbaec91a,Big O Tires,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_6968f3f59e6dde16d8116950b4569979,Big R,,452210,Department Stores,Department Stores,, +SG_BRAND_a6f2ca935a1cca27ec66a0732b5e8d13,Big R Rural King Supply,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_3d22b49e7b76ed53,Big Red Liquors,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_4a8ee7a51fedea60,Big Red Stores,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_417962e848acbc88,Big River,,213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,, +SG_BRAND_256ecadad19011e7,Big Saver Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5b8767bd3bbf6ca,Big Sky Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7a218c302bdd40c632bee3f017813f17,Big Y Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e993b6432f42a99ab21f8c4ef61e8571,BigFoot Java,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fbef84b2e2cecc4e561d415a026f75b2,Biggby Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_20ad51a76131b134,Biker Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_87f7979e7dc3432d9ee07e79b7af9018,Bikram Yoga,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_38c6119171236327,Bill Gray's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_16b6f2aed301e6cd47edc745def1e732,Bill Miller Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f1156f5e6773b54,Bill's Dollar Store,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_3c6b30df5ec64ffe06047e33e731c4a8,Billabong,,448140,Clothing Stores,Family Clothing Stores,BBG,ASX +SG_BRAND_064a9cf34b85294b3bb96ca7e6893295,Billy Goat,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_3ecc67bc2f6473ebb61767ff0c80dc0b,Billy Sims BBQ,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_12857e733394a996,Binny's Beverage Depot,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_13e756ad0e0b1bf6,Binson's,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",, +SG_BRAND_6552d1a4f6ba7fcf886f6926f9c1b136,Binswanger Glass,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_d6c198a8da9e945c,Biomat USA,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_6e464a8a408735fb,Biotest Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, +SG_BRAND_35b139d13f96382a,Birdies Food & Fuel,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3789cbcbc8f78916,Birk's,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_b6ba70cd44ebfa680688857ee17b270b,Birkenstock,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_3c9af3de6fce1c0785be81b42733f73c,Biscuits & Bath,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_abf0193c1b46063f6a1bdc962235b86a,Biscuits Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0ae4964b477d1ec62d8b3f4ab798a694,Biscuitville,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5c096ada703df3c785a15617f784fd7f,BJ's Optical,SG_BRAND_f114e3e39748c95944856cc06c40af68,621320,Offices of Other Health Practitioners,Offices of Optometrists,BJ,NYSE +SG_BRAND_84521dbb1dcccaaef24cf1f9a9e70342,BJ's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BJRI,NASDAQ +SG_BRAND_f114e3e39748c95944856cc06c40af68,BJ's Wholesale Club,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BJ,NYSE +SG_BRAND_0751c517d916bf1925f4359e15688cbc,BJC HealthCare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_6fe578f80063f115,BK Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1b0fd8bddf878868fabfd19d4014fc32,Black Angus Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1a8024eac13e5f2a023635e98dc9dc8f,Black Bear Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_234814760a93a7e2,Black Walnut Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5322a64e7bebb336134d657af05c2cdf,Black's Tire & Auto Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_2c78ed7371738204f73513aae586d300,Black-eyed Pea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6067b373b686bd74,BlackFinn Ameripub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_76c6b4cfd9db55c2,Blackjack Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_28e309f5b1279c66,Blackstone Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a4415648e7495a0757f9a694fc265465,Blain’s Farm & Fleet,,452210,Department Stores,Department Stores,, +SG_BRAND_4e0694f703d9a336,Blair's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_80346201f2110990c1aabf32fa17ba6c,Blake's Lotaburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_72905c858ddd2bd8,Blarney Castle Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_2b621b16020bf52cc90015398199b794,Blast Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3ec55915632329d9d8fdaacd011d8e16,Blaze Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_95513549d50f1f5699b8b0f59146d8be,Blenders in the Grass,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_75b0f3a48d07e8cd3cd44b9f3864d892,blendz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_bdf62344eddf9cf41293370594a433d6,Blick Art Materials,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_5c6780f28680f816f7d4e173a6fe5f25,Blimpie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_10299982b2ff662abed058f75f3cc3a5,Blink Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_168c33823ce220bb,Bliss Spa,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_6e2a5480cffedf5,Blo Blow Dry Bar,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_909735b16bfdc72da386ce52f69e6f06,Blockbuster Express,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, +SG_BRAND_dc2b6b0cbd66bec8e02d299674d6a096,Bloomingdale's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_8ff0715c7f474bce4ffe232914af22fd,Blue Bottle Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_0d548590dec2010ff5fd131a77e7ca46,Blue Buffalo,,311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,BUFF,NASDAQ +SG_BRAND_cbb4f55dde240616166631a9637d392d,Blue Coast Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_35b176a0f65f1e02,Blue Federal Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_68119a2e2bf4449e,Blue Martini Lounge,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_4e9b5b14c4c3a624,Blue Moon Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4a6500a205429330,"Blue Nile, Inc",,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,NILE,NASDAQ +SG_BRAND_758cffe594eae7da,Blue Sushi Sake Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2b129178688cb28,Blue Water Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_08ca2147b6230db00c5e96ff8a50de2b,BlueLine Rental,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_5bf21772d8a1248290b2a477e0586e66,Bluemercury,SG_BRAND_b287a66a7943c47f,812112,Personal Care Services,Beauty Salons,M,NYSE +SG_BRAND_60880d52b47fb692,Bluenotes,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1eec926d41b3653400077447ff048e56,BluePearl Veterinary Partners,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, +SG_BRAND_eb64bac5d3664799,Bluestone Lane,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c2d5f6a3c08a96d3dbb2b9dc38404d51,BMC (Building Materials and Construction Services),,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,BMCH,NASDAQ +SG_BRAND_0a993a39464394a219350180b62377ab,BMO Harris Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,BMW,,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_f5fdac82f767d0c0b61e56f5f711f3a3,BMW Motorrad,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_319dffa1d60df708,BNP Paribas,,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS +SG_BRAND_768255e9ab7c9f35,Boa Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_29ef451d7a4dfb7d,boards Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_8125123123f1ed7b7bda7e85e570dd52,Bob Evans,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOBE,NASDAQ +SG_BRAND_bb147f228a7a547615c177b1ea4e35cf,Bob Sumerel Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_1cea0fdb197dbb4d3dc497db673f5d09,Bob's Big Boy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11126e8062018d7b6b1ede4745827e72,Bob's Discount Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_1aab5669f249d3bb75e3b96a3d71cd7f,Bob's Steak & Chop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dcc609f3b2b586c6d9320069462b39df,Bob's Stores,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_3cb8a9183076df2c,Boba Guys,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_49a2108a98455aab6739a2f693b740f3,Boba Loca,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_69e3ed842b6bdde8eb864327838b3a65,Bobbi Brown Professional Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_b64e4f484fa29480c3a25cb9b87f78e8,Bobbie Noonan's Child Care,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_fb4bc01ae09b9205ad6542406e56ca34,Bobby's Burger Palace,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_49e21e9ed34888bb,Bobby's Cheesburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d44f7295a4c4656200a0c882cde807f6,Bobcat,SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",, +SG_BRAND_00cb82f6b8af6028a8b00cf30e262dd1,Boca Grande,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3744b5e7688bca96,Body Alive,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2ef9d96827d074fd3f9e0c270aa4ce13,Body Central,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_98790dcc199c2a8eaec4db668230a38e,Body Renew,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1992892f3444380b,Body Xchange,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_118fdb9d6900eec6,Bodyplex,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_518acb73c4ea3977d023d150f4b2ff93,Bogs,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_6d90103904cade07,Boiling Point,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1cc8b9ee56a8a480,Boing,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_5ff2ed1403c599806b54c528cbd6f672,Bojangles',,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOJA,NASDAQ +SG_BRAND_4407774fef8e68e8,Bolla Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_38dd22ff0c05b35906802b50a251400b,Boloco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_259ba30e331a9119b65cf5ef27f1cc6f,Bolthouse Farms,,311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,, +SG_BRAND_145c1489fa573d560d97e55303667793,Bomgaars,,452210,Department Stores,Department Stores,, +SG_BRAND_c76fdb9e127604e9c58d8aaef9246b87,Bon Secours,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_02086779a96c564871b78a5c0d96211e,Bonanza & Ponderosa Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9975c127b70b004f0011bacb5df73907,Bonchon,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_14a052961049ef6d84c2f31ae326167f,Bond Auto Parts,,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,, +SG_BRAND_c3cfae86210de4835016de71d0401834,Bond No. 9,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_472a7f0c6a47c9663c8b614fb93a4265,Bonefish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_88274be9beb0dd1dea7038bf0b4d2405,Bonobos,SG_BRAND_f49758461e68a211,448110,Clothing Stores,Men's Clothing Stores,WMT,NYSE +SG_BRAND_3d35a70179080013cf208fbe91246ffb,BonWorth,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2d6116d993998781,Bookmans Entertainment Exchange,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,, +SG_BRAND_2b7d2267996b135f,Books & Co.,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_229ee69a5884bc460cd214c5fda70e75,Books-A-Million,,451211,Book Stores and News Dealers,Book Stores,BAMM,NASDAQ +SG_BRAND_3d746fe6d055008e,BoomBozz Craft Pizza & Taphouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_273bdffb28758acb,Boomerjack's Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6bb60504571d218f,Boomers! Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_17826ed16868e0de,Boone Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_828bf870d4d7227c8c54c013e3649586,Boost Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7a078d9c122f784fdeff16d1ed112b8a,Booster Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_07e8ec336a446041019b1f98c594d1e5,Boot Barn,,448210,Shoe Stores,Shoe Stores,BOOT,NYSE +SG_BRAND_76820949bebf90ec,Bordger Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7336820884dad9e7,BoRics Hair Care,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_aec7f8ed7ff504db42b1965b3e45c8ba,Born Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_7a9572745ccd4fe4,Bosch Service,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_7ba034de225a6e348f84f981cb346ffc,Boscov's,,452210,Department Stores,Department Stores,, +SG_BRAND_20383fe03b614c5fb3a4da13e1d0b873,Bose,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_4b1f617663eba179f50e9dcfa243fa14,Bosley,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_0579026a42b1c55c,Bosleys by Pet Valu,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_8bffeb3df93530d5,Bosselman Boss Shop,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_c9cec0d93b4b40ec72841ede99b12cd8,Boston Cedar,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, +SG_BRAND_be602894365fceae6cce80217257828d,Boston Market,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_564161f754cde475,Boston Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BPF.UN,TSE +SG_BRAND_4ba76c81210ff70cdd8266e4e13d8986,Boston Proper,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_6cf9617f959650f0,Boston Sports Clubs,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b9ad3aaa749076b2aff8b1d90fe36da3,Boston's Restaurant & Sports Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8bdfb953dba680d2be0913fec2355417,Bottega Veneta,,452210,Department Stores,Department Stores,, +SG_BRAND_38627c168778d09d,Bottle King,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_e3166903b4258e5,Bottled Blonde,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_203f0048d6d2138edfdc76d6f0c8b2c4,Bouari Clinic,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_45eebcb79e9515f7,Bouchon,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_a4ebc475b7db33c940c2f5d320d9e30e,Boudin Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a697c1c7223bdd38,Boulevard Tire Center,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_3042bbf7b3423c97,Bounce Trampoline Sports,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_62a92f2d1103650175350c8e800c6ddc,BounceU,,713120,Amusement Parks and Arcades,Amusement Arcades,, +SG_BRAND_4ec3e4507509269d,Bounty Land,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_5fcede4ab7f81e5a67f9ea5af3d7f616,Bourgault,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_439623d8f66c8b865ce39ce83e780b9c,Bow Tie Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_13b3fa163c7401812a787fc0d01e739b,Bowlero,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_23869a8c71b92f18,Bowlero Corporation,,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_22b6f7034163e73a7af263167f5fdb8d,Bowlmor Lanes,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_567783053074d251,Boyer's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f30b03559d204ae5fa8ea7c6d0f38fb6,Boys & Girls Clubs of America,,624110,Individual and Family Services,Child and Youth Services,, +SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,BP,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE +SG_BRAND_2aaae98da742ed2a,Bradley Petroleum,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_0e78df38766ab033340e36932a816a2c,Brake Check,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, +SG_BRAND_d51ada9ef2b95e8c32201334b7ea5d1f,Brake Masters,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, +SG_BRAND_5343edf904cdae05,Brakes Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_5f489f3dc049e222,Brandon's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8c5be8b83b528b53490e3f25c8475175,BrandsMart USA,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_04b408783cf4532c71289d33e7b50ab7,Brandy Melville,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_5ea7ecf22e879941,Brann's Steakhouse & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7ba162f42836ec0f701516e65e15aa2b,Brassica,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2dd33d7407feca02e4d46470ee63bb31,Braum's Ice Cream and Dairy Stores,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_67b30b7d974b327f,Bravo Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9e22b8f6c75ac697d0e248131afb3bb2,Bravo! Cucina Italiana,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f9e97431d4ad1f0,Breadeaux Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5a8c4497bfd6b36,Breaux Mart Supermarket,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_56155f5d129cf823,Breguet,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_35729fcdf06e94b4,Bremer Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_53abe19b39b7e0ed,Brendans,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_16d951ef6fde6d7a,Brewer Convenience & Gas,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_19d0469a27edece2,BRGR,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b54ef4cef606c1e98f866bb9017f5af8,brick house TAVERN + TAP,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_73fa4c26478b19df85a1669364f41ac6,BrickTop's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0fa1baac13a25977,Bridgestone,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,BRDCY,OTCMKTS +SG_BRAND_2659438b2f6f2220,Brigatine Seafood and Oyster Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_29594994c165f98e829941d2edaa72b6,Briggs & Stratton,,333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,BGG,NYSE +SG_BRAND_f4126e6456dd9891e1286e51109163a5,Bright Now Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_59393c770fe5936dc960a1e67f550324,Brighton Collectibles,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_4fbceba7e8661373844d9401dbce327e,Brightside Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_8d6dc20840396155be8928ebff1aeca3,BrightStar Care,,621610,Home Health Care Services,Home Health Care Services,, +SG_BRAND_562b59445dedbf0447f9ca6cabe43877,Brine,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, +SG_BRAND_94fbff158ee2c15,Brinker International,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_71440e9728015bc2b06511e96e0a7b3e,Brio Tuscan Grille,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1c434221699ed9c346e3ae3787a33f65,Bristol County Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_dfcff0e38af6a5dbc58ba32629fb0011,Bristol Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_38b30e284cd0678a,Bristol Seafood Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_31cc1fc9f2fa620d,British Beer Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2c8437a51acacbf4,Brixx Wood Fired Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4cadeaa89da461db,Broadway Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8e7a68ed9f042f1fdef09bdaf48217b6,Brook Furniture Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_37c4f78003d2e62d,Brookdale Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),BKD,NYSE +SG_BRAND_33c0442a00079334e6fd111637c6b22e,Brookline Bank,,522110,Depository Credit Intermediation,Commercial Banking,BRKL,NASDAQ +SG_BRAND_7b44561310ffda45,Brooklyn Fare,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b691d9321aec436a6ed2c74f58f805e0,Brooklyn Water Bagels,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4c043e06a027edf4d04048f1276c75be,Brooks Brothers,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_e86eb170cf4cae70700c081a5cf3efbe,Brookshire Brothers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6676053d0293abb124289e710fa5701c,Brookshire's Grocery Company,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f0dc774873f7d3d2bf2a6226cad31128,Brookstone,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BKST,NASDAQ +SG_BRAND_15a11a4124665452bed8caeacce8d6d8,Brother USA,,423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,, +SG_BRAND_110551dc6596116a,Brother's Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_76f9a8bce90a97f8,Brothers Bar & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_618cf7b01382e36,Brothers Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3f7319ac174bb3ae,Brotoloc,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_4194719c0f3961e8,Broulim's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8f2af8edd834606f,Brow Art 23,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_7492829093fa680,Brown Jug,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_43bb7edfed1a842a1e5d0ea27652f9ff,Brown's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e00b02daac0822fc58a16761236ce450,Brown's Shoe Fit Co.,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_718581b85eae956832d1cae3f600c3eb,BRP (Bombardier Recreational Products),,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_51da2a22f584d0f11bb45e1307bbaefe,Bruegger's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e493c51ea313d2d2,Brunello Cucinelli,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_9492b0d5789b2780bd4255ddcfd2dcab,Brunswick Bowling & Billiards,,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_708b39ef89023061,Brunswick Zone,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_69937f496e10e1db,Brush32 Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_354321524b494d7eb4a6f8a666094346,Bruster's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_7858e6b8c230e4f3,Btone Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_31fa073826a61704,Bubba Gump Shrimp,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_435a3dd3e40ed018b38dcd07f6bb76ef,Bubba's 33,SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_30efaa06f5abb311,Bubbakoo's Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e92b4c038724b29f563ef2f557eeb89a,BUBBLES Salons,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_9a20e6c4c0b8bb14229292af949b700d,Buc-ee's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_97ce1ca16b4b366b5b6e1103d09f921f,Buca di Beppo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_753e54ed760a5950,Buche Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_141e6d487cdd031e17b7827347662d13,Buchheit,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_b10c26146a856b8f0bd9891c39d2de0e,Buck Stove,,333414,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Heating Equipment (except Warm Air Furnaces) Manufacturing,, +SG_BRAND_1f5077c53c828dad4305c372482f40dd,Buckeye CheckSmart,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_33b8da0acfa1cc7c,Buckhorn Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_828d3b9a394290e9b734079bcc24a736,Buckle,,448140,Clothing Stores,Family Clothing Stores,BKE,NYSE +SG_BRAND_de29f7adc4d24d5ca6bc0c25cc3cc22e,Bucky's Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_37db306ad5d7a509fccd4f47be99055b,Buddy's,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_aa6f650163738741,Buddy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f212049ce79d2b949fd242043004288,Budget Host,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_364ec78b715ac98a,Budget Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_33fdab5dc995faeef38615470f3999f7,Budget Rent A Car,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ +SG_BRAND_59a8cc13cced389c58c1eb6996132d9a,Budget Truck Rental,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",CAR,NASDAQ +SG_BRAND_4b4dbae13f5dbafe,Buds Chicken & Seafood,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5f7530a2d9648f69,Buehler's Fresh Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_257ec6e58898a290,Buffalo Exchange,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_f5c3315bd88c63a7a421a97165d8b108,Buffalo Wild Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8e8069ac6a61327a6ce3587cbce54616,Buffalo Wings & Rings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b9fc43229d35709,Buford Oil,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_4cde3d2795beab885ee879d833cabda1,Buick,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_1419669f8ef8c5a1ff3c31851c535cc5,Build A Bear Workshop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",BBW,NYSE +SG_BRAND_764ff6f1443f4f0c067b43a0934dc9dc,Builders FirstSource,,423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,BLDR,NASDAQ +SG_BRAND_46720676ad3be13f,Bulgari (Bvlgari),,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_3e1995a86be3ca76,Bull Chicks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_370c59731fea9b3ef95787614fa88927,Bullritos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3626a665400bb61bf4e9f7562b668da0,Bumper to Bumper,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_3c24f84180d4787,Buona,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4476771a6c90eeeec43dd09d7c6d1eea,Burberry,SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,Burberry Group PLC,,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS +SG_BRAND_2a24f8a85f2fb19e,Burgatory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0443c67f60776afdde44ac1eb3509b5c,Burger 21,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_60d8d6d29e2c4b14f4ea1983baefd36e,Burger King,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,QSR,NYSE +SG_BRAND_6f0aabdbc439acf8,Burger Lounge,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0e82168a9b4a71b840ed7c9d280a3c43,Burger Street,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b0821066ff9ef60cc51c11a37d906263,BurgerFi,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6c4bd3589452bf859b0027ff8b7f0224,Burgerim,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ff89bf3a2171c880a2ee7ac3e7c293e1,Burgerville,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4b76f091173d7c93,Burke Williams Spa,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_9b96a40fff2a3551,Burkes Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,, +SG_BRAND_626752d99d0ba157d38c3a4c9c756e2d,Burlington,,448140,Clothing Stores,Family Clothing Stores,BURL,NYSE +SG_BRAND_810752aaa64a56d4c9c357a185ee5749,Burn Boot Camp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1d520a6610bc7554,Burrito Bandito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4a2f6c4d2ab92c2281b7a985b8c46ec2,Burrito Beach,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c1db24e6454aaf9c51e3139f51fd7e81,Burton Snowboards,,339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,, +SG_BRAND_5e61c7b673e3df41,Busch Gardens,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_2d20a17374374fd,Busch's Fresh Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3e5cddad8f14e7c1,Busey,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_1af41a6613168448c268a51b68e05ca3,Bush's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_889e9161f82ce841a63c6f257e97d14a,Busy Body Houston,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_43f3591f4c98a373,Butera Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b604f248ce36e41c0be82f39b54d9a76,Butler Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_3e82593bfe1ce611651203f7ea34203e,Buy Buy Baby,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,448130,Clothing Stores,Children's and Infants' Clothing Stores,BBBY,NASDAQ +SG_BRAND_5442d036d136d2b7,Buy For Less,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_48f69535b6757d,Buy Low Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_810076653b638d3a30ab790a9283ccc2,Buzztime,,515120,Radio and Television Broadcasting,Television Broadcasting,, +SG_BRAND_66dac3ae2f5a41c3,by CHLOE,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_41d83f3bf53c11ce,Byline Bank,,522110,Depository Credit Intermediation,Commercial Banking,BY,NYSE +SG_BRAND_a351868effbbbae,Byrne Dairy,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_7aa5f9ff994fd9d7,C and O,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2886968eb232f0ed,C and R Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9c84e38c2b316c88489d5190a17be5ef,C Spire Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_5f2858b0f2d5703cbcf41bfb2e71854b,C Town Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9fadd52779d0ba82125fc51894f2a814,C-A-L Ranch Stores,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_3ce7ba39f0f68252,C-Store,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_e127ea2680323bd0,C.H. MARTIN,,452210,Department Stores,Department Stores,, +SG_BRAND_80fa3bff84a14c472c0859678aaf6c08,C.H.I. Overhead Doors,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, +SG_BRAND_150767ecb601d243e0fbc3b423847370,C2 Education,,611710,Educational Support Services,Educational Support Services,, +SG_BRAND_44175d751d7568f3,C2 Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2d5384374d66192d,CAA,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_f640e41a24d21d8aecd1e9ff1f3255e3,Cabela's,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_499b4de8687c2783,Cabo Cantina,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_966b5e2a1c953d51f55ca3381dcce774,Cabot,,325180,Basic Chemical Manufacturing,Other Basic Inorganic Chemical Manufacturing,, +SG_BRAND_3762f1a75ba1ba70,Cabrera's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_10a24beeada1f19af62fae46ccc3a65a,Cacharel,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_a4fd55e2f13c498,Cactus Salon,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_47a9d140de5a3f1f,Cadence Academy Preschool,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_f2e3f2b2db112d8291803d38d52123e1,Cadillac,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_46b82787167a9d3b,Cadillac Bar,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,Caesars Entertainment,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_6d55b76b1fda4987,Cafe Bizou,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_74477ea1b225c507,Cafe Express,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3d57edc5c66d976,Cafe Gratitude,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8c968d314720d5,Cafe Metro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0987fe3791128ba218e22b80327a074a,Cafe Rio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3e713677a0593c60fdc9c00b56611955,Caffe Bene,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e64e302a402aaa92,Caffè Nero,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6c48ab392e20caaf,Café Brazil,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_18551f3ddd27c52a,Café D'Avignon,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_e536b7b257deb6e9b8fcb335378dffb2,Café Zupas,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_702f8df587f693bc,Calgary Co-Op,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_5a93a9db89d23d490c0a4bef6744e1e2,Caliber Collision,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_4bcfc8b36c7e04ca,CaliBurger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7e6c7e28f9f78bc5,Calico Corners,,811420,Personal and Household Goods Repair and Maintenance,Reupholstery and Furniture Repair,, +SG_BRAND_18565f9ed11a93e8,California Bank Trust,,522110,Depository Credit Intermediation,Commercial Banking,ZION,NASDAQ +SG_BRAND_12d9f6174d549f7ae5845d74225a1da0,California Check Cashing Stores,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_3ce1c2e6f0aa24fac09e54a74c3ea46f,California Closets,,236118,Residential Building Construction,Residential Remodelers,, +SG_BRAND_902ea806733f0fb453442024d583b463,California Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_23c67bd0d21a88a9,California Fish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_636dc65eb6cf6fc4,California Parking,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_940459d41dd90460e3266eb7bc8b4670,California Pizza Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2692e84aa556a567394090242122a8ca,California Tortilla,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f2eda821393836d59d51d94c8da7dc12,Call It Spring,SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_ba56feb34cfc3912b55a4c2429a44319,Calvin Klein,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_c50a4b4a5058502993ceacf8f10d4cd5,Calypso St. Barth,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_6560b7e58454953e6059e3105aac32ac,Cambria Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2396cacb5aecaba8379a842eed34d7a5,Camden National Bank,,522110,Depository Credit Intermediation,Commercial Banking,CAC,NASDAQ +SG_BRAND_8c1849d6c93cee1491df8f3e95ec8d2c,Camille's Sidewalk Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c2c7a49cbaaf4fe85a80cd61a76eaef8,Camp Bow Wow,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_bc0d30f8f60a45f,Camp Run-A-Mutt,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_61cf2b3c0c0ba09d,Camper,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,Camping World,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_84d82593e2a45126,Canada Goose,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,GOOS,NYSE +SG_BRAND_e9265cdf9eab9508,Canada's Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_1f8108ad0bba4b95,Canadian Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,CTC.A,TSE +SG_BRAND_1bb795832a344833,Canandaigua National Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,CNND,OTCMKTS +SG_BRAND_bbd24761e3a496b3042ccc905181eba2,Candlewood Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_7ad2919362c44f42df10adb59417403e,Candy Bouquet,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_99a65246388b72b744bb4a030507978d,Cantina Laredo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_313e2dd7e882d88d,Canyon Ranch,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2cc81d4697dbde67,Cap n' Cork,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_6b39212991a008db5c598d72d14bb1c3,Capi Europe,,327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",, +SG_BRAND_2ac63a2ee8431ddbe86460e79e0230c0,Capital Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_50e321488c6192a84d23361748ff050b,Capital City Bank Group,,522110,Depository Credit Intermediation,Commercial Banking,CCBG,NASDAQ +SG_BRAND_9f25192d7666db74,Capital Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_69d59a17f8e7d182ae0e0368c9eec9ac,Capital One,,522110,Depository Credit Intermediation,Commercial Banking,COF,NYSE +SG_BRAND_8d0bf6d3339e4a9cc597cb57573f332b,Capitol Building Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_df1ef253098a933f405b37881023350a,Capitol Federal,,522110,Depository Credit Intermediation,Commercial Banking,CFFN,NASDAQ +SG_BRAND_5667c25c70c50f54156b99750f649d87,Capitol Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,GMS,NYSE +SG_BRAND_695c00b28b0c8fb1,Capri,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_69579a9540cd05a2a08e66204792944c,Capriotti's Sandwich Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_333bf091c233ba3400a6cf3ef8d3005b,Captain D's Seafood Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b1aa11e73fd3c0d0b58792099bb4c84f,Car Mart,,441120,Automobile Dealers,Used Car Dealers,CRMT,NASDAQ +SG_BRAND_7b15be981308ff7354939c8c2cc732c8,Car Toys,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_22cd5a10a578de4f,Caraluzzi's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2e6d90505cb0089d,Carbone's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,Cardenas Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3277adbfdc02389821004ead7f3ee8c5,Cardinal Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_137e699c352a2a85,Cardsmart,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_6de18340b4d389ee,CareConnect Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_4f0ee74481c3339a,CareNow,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2a7cfe3cd6a97f54,CarePoint Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d291460fd07719fbcda87641527e2b79,CareSpot,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_000b4281ac65a291,CareWell Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_6bd3d560a3af0bf611d53602e6c2d9e6,Carhartt,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_5c69146ffd3664b0,Caribbean Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7303ca634fe70d6fb5aa008ecc384e9b,Caribou Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,CBOU,NASDAQ +SG_BRAND_a9ecc89d97cef851492e57cd04f9d51b,Carl's Jr.,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_642f909368b117d3,Carlie C's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_be1cc50fa2920207,Carlos O'Kelly's Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_25b5996b2df86456,Carlton Cards,,511191,"Newspaper, Periodical, Book, and Directory Publishers",Greeting Card Publishers,, +SG_BRAND_7be2784a24c8c39e,Carlton Hair,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_916f090f9779bcd7dbdb478a8a698dc7,Carlton-Bates (CBC),SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,WCC,NYSE +SG_BRAND_bb945e2ff54a105f7bdac3ca9b7e9e19,CarMax,,441120,Automobile Dealers,Used Car Dealers,KMX,NYSE +SG_BRAND_62deebeddb87cec4,Carnitas Michoacan Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9a29ae0f9cd1b2ee3ab5d8fbef869867,Carolina Ale House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e38f46c18d349fc5,Carolina Alliance Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_f1e0051560003dfdfec14a93da364dd7,Carolina Herrera,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_9f7cb872da58aafaaea99355aac1b0db,Carolina Shoe,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_087b8f9bbd049319,Carpet Mart,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_f2072cdb25da965e8abf0ca4dad1f7f3,Carpet One Floor & Home,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_6c0ee38dcd039a6679a8b201531a64f3,Carpetland USA,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_dadf6a7adb16083f7a1e66d03c570244,CarpetsPlus Color Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_ed5a1ef3e85b774022eb505cf6f184ee,CARQUEST Auto Parts,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE +SG_BRAND_efb08490f8b720394cf365718437b670,Carrabba's Italian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_914419aa32f04011357d3b604a86d7eb,Carrier,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, +SG_BRAND_5e03ebdd3757feb747a7cbffd992e87d,Carrier Enterprise,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_1d581c7a17e57ac6f40a0d2f9c0ccaf6,Carrows,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5cf75ce3377da3dadbfcd6edff69c152,Carrs,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b058f62b85e1f2f6112bc10ee018d33d,CARSTAR Auto Body Repair Experts,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_778eeb104b3f59cf,Carter Lumber,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_e84600785db54c257448cd6b0e5343cb,Carter's,,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_47a00b6dd9f82a93412731ddad6b2922,Cartier,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_791e8423bcc40200509559faeac989e2,Cartridge World,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, +SG_BRAND_78ca22ee9c41db35c89a671a8bfb89ee,Carvel,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_0c155b0c37fe61bfb07932fcdc9126a2,CarX Auto Service,SG_BRAND_462c6e01a2086f21,811111,Automotive Repair and Maintenance,General Automotive Repair,MNRO,NASDAQ +SG_BRAND_da33e2da422e343,Casa Raul,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_8e0d380ebcdc0a3f,Case IH,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_261083e60d0e8eee7f82c0194f16bc52,Casey's General Stores,,445120,Grocery Stores,Convenience Stores,CASY,NASDAQ +SG_BRAND_8e4dd7bd1eafa28b,Cash America,,523930,Other Financial Investment Activities,Investment Advice,, +SG_BRAND_374a56c33ef07271,Cash Saver Cost Plus Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1c85e5504d8ecdc6,Cash Tyme,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_9db7d0103cabe6efd5b804f4882d4cef,Cash Wise,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f048be400becf80ba07728a8bd83a592,Cash1,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_291546b7bd1d1e2571ae40f5d836a0a5,Cashland,SG_BRAND_8e4dd7bd1eafa28b,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_f8b80c73c9edb0d76073446f1acdbc3b,Cashmax Title & Loan,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_65de20583cd8fc08,Casper,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_387f780ad82d3008,Caspers Hot Dogs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_324eb812c9bc4e6a,Cassano's The Pizza King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_473e6c6e77f4c292,Castle Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_2162647748ee0782b2017f0e049fc9fe,Castrol Premium Lube Express,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_e1eb06f05d36c5144e0a171bb6b9ce83,Casual Male XL,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_669bacbbcc484199,Catch Air,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,Caterpillar,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,CAT,NYSE +SG_BRAND_3f30d99bbee75e43,Cathay Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_9e89e9d82244829b00e5f3ad47aa69f8,Catherines,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,Cato Fashions,,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_5fdb2bbb75ddaf0a,Caudalie,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_3d7b4d8df364c085,Cauldron Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_d80d7686921e3199bab40fd496bc2a62,CAVA,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_58a96f03a343f0d9481881c0b80896a2,Cavender's,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_63d020ea94328e9e,CB&S Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_96d495d6079a5d50e1b6bc3fc9255f09,CB2,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_a61a40943e07257e084ea3f62dfdb1c8,CBA,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_63ab57202b2cb5e3,CC Food Marts,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_300ff69bfa1bf3b6,CD One Price Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_b4bafe3fd184b08890c3082104431f37,CDI (Center for Diagnostic Imaging),,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, +SG_BRAND_33a28071b9c19b7c,CEFCO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_53b869e8a654fc2f,Celebration! Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_b7719fa4115115a219c11b376179d343,Celebree Learning Centers,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_41951f09851d0ae6,Celine,,316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,, +SG_BRAND_4fa1fe7c3384a1fe5f6f14d5d42f1077,Cellcom,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_3fa1fef046915c7e,Cellular Advantage,,517911,Other Telecommunications,Telecommunications Resellers,, +SG_BRAND_1eb85fc4c9551b5a,Cellular Sales,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_12ae7a29e2ebfa2c120d259e16fb74bb,CellularOne,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_5956ce26fe2414b2,CENEX,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CHSCP,NASDAQ +SG_BRAND_4c049cba5c994d17f5ed628b6a483398,Centennial BANK,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_e02095d09f2501bdb7bbc77fdc3a00cd,Centennial Bank (CB),,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_36d2c24348848e1672c984780dc83f3e,CenterState Bank,,522110,Depository Credit Intermediation,Commercial Banking,CSFL,NASDAQ +SG_BRAND_7d1561a6513f51d3,Centerstone Hotel,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_603edb6da3b1705f,Centier Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7e6e571b08b5ece97993fbea82c65d40,Centinela Feed & Pet Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_1b78ad882549981e,Central Bank Iowa,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_73663e9ed093cee8,Central Florida Educators Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4483c45376aa36ea5ff255243b62169c,Central Market,SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a74abfa0be56a5a,Central Oil & Supply,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_8c1073582b48c3a2,Centura Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_fee525dcba8f1cda,Century 21 Department Stores,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_7a4fda2c61e310a6f246892a610ce350,Century 21 Real Estate,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, +SG_BRAND_d8b6ea000a5d2552,Century Park,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_f59683c3ac381c6538368e4a4331a9fa,Century Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_78a4d7ff38d7940227fd162bfe339ba3,Cequent,,441210,Other Motor Vehicle Dealers,Recreational Vehicle Dealers,, +SG_BRAND_43b9d38d2c3065a4,Cermak Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_92be4756d943439c73f20ec165bacca9,CertainTeed,,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,, +SG_BRAND_7070df542b789bae,Certified Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_77f2519cdf06a285,CertiFit,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_276df43d298ebf6e2b28c613f04d4d60,CFC Farm & Home Centers,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_e0e7fd0ecfc4583d,CH by Carolina Herrera,SG_BRAND_f1e0051560003dfdfec14a93da364dd7,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_711deb6d3baac044,Cha Cha Matcha,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_109274b83b814bb1,Chaise Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_fa5a196bf0e6998460a719161b988b35,Chamberlin's Natural Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_715cfca12a0b4231,Chambers Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_c54a1f41ac25317f8d3b5df91735f39f,Chamilia,SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_dfb9369570afea1,Champion,SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,448140,Clothing Stores,Family Clothing Stores,HBI,NYSE +SG_BRAND_eb2914718ba75f00,Champlain Farms,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1386f25af3e8899c,Champps,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_f648cb098b18c9c4c0763e6cdafa32a6,Champs Sports,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,FL,NYSE +SG_BRAND_b4ae0ad33b13c13a4094c0fd4e93cded,Chanel,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_7db3127f8b05bfa6,Chanello's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_103b6b9a08a7cd8a,Chang's Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3156f455f509045b,Changing Hands Bookstore,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_9a5149c0663c197a0da18c412cfb21e6,Charles Schwab,,523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,SCHW,NYSE +SG_BRAND_76a9f13d0ffb4786,Charles Tyrwhitt,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_740785088fda66fe,Charleston's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3599fb9e83f56221da41c416b48c8949,Charley's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c3711ef870902ed54f50e477cb3d1256,Charlie Brown's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5a9cb1dbb2bb90eedc56869575ecfac6,Charlotte Russe,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_278a3e38d55b55ac21d4b8e252041b16,Charming Charlie,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_22eaf08abd557bdf,Charo Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fe6c732ad6ac8f8c8a0b572b97b7a958,Chart House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a63fadbe5134e929f812ea335359b8cf,Charter Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_60b418001d888fb130a4828b4e7ba779,Charter One,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_cd8e7918010a87cc619849e00265c9a6,Chase,,522110,Depository Credit Intermediation,Commercial Banking,JPM,NYSE +SG_BRAND_43fa8c34abd3fcd4,Chaumet,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_bd3f59cbb2e26f7879f234237610494f,Chavez Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5d37b86d9dd8c164,Cheba Hut,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_55261a749d933e87bc4fce63819bed25,Check 'n Go,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_17b786cc843578811a65d2a2ab8802c0,Check Cashing... and MORE!,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_2ef8341c9635f007,Check City,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_e6f6030b78b1cc1527f78b12a81acafc,Check Into Cash,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,Checkers Drive-In Restaurants,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_415e73704ff7b0184ebfaccd6091171f,CheckFreePay,,541219,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Other Accounting Services,, +SG_BRAND_6a3ff6377d059510,Checkmate,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_2df03671c8d49a3797c353bc99f5b966,CheckSmart,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,CCFI,NASDAQ +SG_BRAND_2e9687e07264cc789fec538c3ec8c797,Cheddar's Scratch Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_994154cbc0e9e523eecb3e87d72c2162,Cheeburger Cheeburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_20cd3e0a91a0622d,Cheezie's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_579e6442796de6d6,Chef TK,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e41fb9b14469d4a7e2030bc57d3e51b1,Chelsea Groton Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_52fedc65a7003d10,Chemical Bank,,522110,Depository Credit Intermediation,Commercial Banking,CHFC,NASDAQ +SG_BRAND_2949c71e98c06026,Chemung Canal Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,CHMG,NASDAQ +SG_BRAND_2762cb87a6da58cc501717a64e02c06d,Cherokee Nation Entertainment,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_79f2cdbc8a60548b2e8c89ee285be14c,Cherry on Top,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f0acdf92d625d2255f930e05efb178c9,Cherryberry,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_bf54fecf8f926be7d84e6ac87950f0b0,Chevrolet,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,Chevron,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CVX,NYSE +SG_BRAND_9068e65ac967694,Chevron Extra Mile,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_0b1db0a0474c5ec47f60248dcd8a01bc,Chevys Fresh Mex,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_58b14a39f9a5cf1d,Chi-Chi's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e94fc2eb432ba6132ef39c34f20ddbc8,Chicago Pneumatic,,333991,Other General Purpose Machinery Manufacturing,Power-Driven Handtool Manufacturing,, +SG_BRAND_4b56bb21dd2aebd521e2ffff47f524fb,Chick-fil-A,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d2701d7dd638ec07860acde6bef3c08f,Chicken Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1654fa16cd17d35b2368a3786d672174,Chicken Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bef0cbe2b7ed392,Chickenuevo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d8cb9790f23d976415364377d1e0f868,Chico's,,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_942d54e559d5b6ca,Chico's Off The Rack,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_463f458859b01ce3,Chief Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_90483ddacd2cc268f742373d1355b115,Childcare Network,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_515a4e0e2bcdd5208b11b76d93d72197,Children of America,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_51799e4fa12108f6,Children's Learning Adventure,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_134c5fe6e47f265e,Children's Lighthouse,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_00e1f4751e732a63453136374ec6ebda,Children's Medical Center,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_5a25bd56ca81e32a8e43614cf45909d8,Children's Orchard,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_aea3237a4729d013,Children’s Paradise Preschool & Infant Centers,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_7c17256da6defb067363a08e6f6dc43c,Childtime Learning Centers,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_072efa4069c7217d82229845c60e6a0d,Chili's Grill & Bar,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_591eb73bc6caafec,Chillers Microcreamery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1b2c086bd2352ab7,Chima Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f3dfcdef49d521c,Chin Chin Chinese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_359b2f57c629ec54,China Buffet,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_16c3a6be6b740f2f,China House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_34697442201d43bc,Chinese Gourmet Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4fe587a5683bfa7c7568a1301a524c01,Chip & Pepper,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, +SG_BRAND_87bd111b6dd52ef32eaf3abf6d509065,Chipotle Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CMG,NYSE +SG_BRAND_8b367c8f17b8535,Cho Cho San,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1669b4d79a008dc333400cd028a4ba1c,Choctaw Casinos,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_6e65151bef0cb3f7,Choice Bank North Dakota,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_43d104f5bf19b83c,Choice Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_2228db7ada984322,Choice One Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_618065d60e930934,Choice Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_16bb86d2a8040116,Choices Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5f2e809eb48577fc,Chompie's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6784bf17fb13350c,Chopard,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_896c54f75eb6de8d509d97e03d717991,Chopt Creative Salad,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6f1522a5e5c77d5b6bdcb1dc66a3c95f,Christian Brothers Automotive,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, +SG_BRAND_075d0774ba9a9753,Christian Louboutin,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_dd817c35ceb83953ee4df31ed33f524f,Christie Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_583b035d438ff6f5,Christopher & Banks,,448120,Clothing Stores,Women's Clothing Stores,CBKC,OTCMKTS +SG_BRAND_665def8b3e99148592f9484770c91303,CHRISTUS Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_bd2a86cc6defab4,Chrome Hearts,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_80f012ea758493b5cddf723de97d81bf,Chronic Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6de27f14a548638fb353767a3eb4bba8,Chrysler,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_5750cf750a595b5e,CHS Inc.,,493130,Warehousing and Storage,Farm Product Warehousing and Storage,CHSCP,NASDAQ +SG_BRAND_4c4feaf67ef9a176,Chu's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b2987293da161bcc73bdd31a98d3e85b,Chuck & Don's Pet Food Outlet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_9f98865dd23c60224183580b02814871,Chuck E. Cheese's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CEC,NYSE +SG_BRAND_64a676078ef12934,Chuckles,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_159578034de6b88cdfe47f0d14457fb4,Church's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_944843e7836810bc1a92d24b42719f47,Chuy's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUY,NASDAQ +SG_BRAND_41825c68e4f7a0a08333cffbec93c67a,Chuze Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6723e15b38254560,CIBC,,524127,Insurance Carriers,Direct Title Insurance Carriers,CM,NYSE +SG_BRAND_02a28721f6f21182d697d2944f3c25da,Cicis,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f64c50a5acc13e76,Ciel Spa,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_d107089fe2c5e07b24ba1fe05b03e559,Cincinnati Bell,,517911,Other Telecommunications,Telecommunications Resellers,CBB,NYSE +SG_BRAND_3e83dfb420f261060adf01a8f7a92c3e,CineArts,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_a45f67cbccd443db,Cinebarre,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_179679658aff8ad3,Cinema Cafe,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_47f43363c1a09a12,Cinema West,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_d71d8c1d8fafc4a,Cinemagic Stadium Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_83114d418ebaa064,Cinemark Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_8db0ffdb473ce49c,Cinemark Theatres inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_3db9401174aad31a,Cineplex,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CPXGF,OTCMKTS +SG_BRAND_21e05a5002b59c090bd6671bd4ad3863,Cinnabon,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_5a3545caf3651628,Cinnaholic,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_48a7b93f9c5dd8a4572ebb15077d597f,CinéBistro,SG_BRAND_d936b4a580aee6bf316fb2e71c832510,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_cef9f05a49756a852ce6da59a0b210eb,Cinépolis,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7bf2e0dbc299067e,Circle A Food Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4cbffa4318cebdb09227afca3fe16846,Circle K,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_390d3d6d9041fdfdac272667ae49187c,Circuit City,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, +SG_BRAND_8ac632e264cde62c,CircusTrix,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_7c5460a754eed20d94ec7348d148e8a4,CITGO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4c267c1630be9746,Citi Trends,,452210,Department Stores,Department Stores,CTRN,NASDAQ +SG_BRAND_f18df0996f4a2ce4365c0873ed2c90d3,Citibank,,522110,Depository Credit Intermediation,Commercial Banking,C,NYSE +SG_BRAND_549ffe46e1ae90c72c4cb6dadeb884ba,CitiFinancial,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, +SG_BRAND_f58dee45923c7d70f0bf747fee3f4b97,Citizens Bank,,522110,Depository Credit Intermediation,Commercial Banking,CFG,NYSE +SG_BRAND_59705902a5de6b87,Citizens Bank Indiana,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_6cd11dbee859dc8eff50e766811a7ba6,Citizens of Humanity,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2049647531a7761b8bf87eefebc2046a,Citizens Trust Bank,,522110,Depository Credit Intermediation,Commercial Banking,CZBS,OTCMKTS +SG_BRAND_6e539e9d709ef2c8,City Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4a0eee888fbfaa8c,City Barbeque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_440829dceb4ba730,City Blue,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_54d42cf52041f247,City Convenience,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ba17da2ac6bf60f9aae4e9184a54fd9d,City Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_4408b345220f10dc,City Gear,,452210,Department Stores,Department Stores,, +SG_BRAND_321f289ce391a187a471ffdb0ada092c,City Looks Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2498ae44737bcc4f1b56b2b3572d4445,City Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_6c7e79c2627423b9a3d636acab345697,City Mattress,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_1893312b738a8f53,City National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_2b69939b1904debc,City Sports Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_06e704a47267ae1b,CityMD,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_57629d965397ea03,CityVet,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, +SG_BRAND_c0df4bbabd3f8c58,"CKE Restaurant Holdings, Inc.",,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a876d34a7b91c754035dd0f35f4fe3f6,CKO Kickboxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_f87327d50c5c6f10bacf38d2644702fc,CLAAS,,333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,, +SG_BRAND_fc0b06f058ccbf668683d4be2a630d38,Claim Jumper Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_773253c441b75634,Claire's,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_f3fa6e6d550a3ade753f90094c3cf839,Clarins,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_85858a492d6aafd617f26f8998de6a71,Clarion,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c2f6bf295fb0dcdc3f6fd385ebc8eead,Clarisonic,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, +SG_BRAND_7a1f4af0b6f3c32b,Clark's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_014a719b7e64084e,Clark's Pump-n-Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2c0dd716742ea615,Clark's Rx,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_222d2cab36e5e7f7d9a08339db1b29e6,Clarks,SG_BRAND_038364e576c66156241f93a47bd3dc7a,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_038364e576c66156241f93a47bd3dc7a,Clarks UK,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_037307e7be2a963dbeb6e7c1eafff895,Clarkson Eyecare,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_2aab5611589b2822,Claro's,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_a9e398c95ca1ad2a,Classic Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_3cef97861195f39c,Classic Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_3895e3dcc52f3744,Clean Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_10f744f0079a03f8,Clear Choice,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_8c97a899311d1874,ClearChoiceMD,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5778688562842d4a,Cleats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d11e464dff74380d,Clement,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_ee29546cfe755c13,Cleo,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_d4f0f11b99dc066f,Cleveland Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_30d762fe7557c39f,Clicks Billiards,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_13808039af87819a,Cliff's Local Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4a1983113e344ee6,Cliffs Check Cashing,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_dba4fbfd239860b521d87651a0a44b04,Clinique,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39498543223c2996,Clipper Petroleum,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_68e8600a05174c81a9d58fbe284e0e11,Clopay,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, +SG_BRAND_61c0104f83a4daa8833acd383385b5bd,Clothes Mentor,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_de2dcd3eccd62421510b6eb404c8a1b5,Club Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4198edce29c1cc19240565253d2b82fc,Club Metro USA,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5e563793e00ae7876a212039a719f318,Club Monaco,SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5fa25d11e985b8c72f25a2ac289a93f0,Club Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6757822cca6f3165,Cluck-U Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4b8ec952a3dc9497,CMX Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_3874a628545efda1,CN Brown,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4ca73eedcd36fd97,Co-op,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,Coach,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TPR,NYSE +SG_BRAND_64c7f989ce7fb270298fe1c3d426e000,Coast Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_1676d4ffeea80183,Coast Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1b1972e7b18c20b4ecd18fe08d67476f,Coastal Farm and Ranch,,452210,Department Stores,Department Stores,, +SG_BRAND_d936b4a580aee6bf316fb2e71c832510,Cobb Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_5ccfeac84f7e5b3c,Cobblestone Auto Spa,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_a9368d6ef4317958,Cobblestone Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_53e289c6675648ba,Cobblestone Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_ae857eaab7e71b080a4f1939cb05828e,Coborn's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_59fedcb76a670e70,COBS Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_99a772b5e4802c8c,Coco di Mama,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_cd36b1b651890098b1b10ab72c0a35fa,Coco's Bakery Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_96f2cf3ee3e58944,Code 3 Emergency Room & Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_65f37f064eb12908,Cody's Original Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_20f93f87dc2a2974,Coen,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2f522c31bdee43401dc46de356a6b73f,Coffee Beanery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c6df7a92ee39d2b13fa8bced76d7c749,Coffee Culture,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4ef8cf88e3e64710,Coffee Cup Fuel Stops,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_784d5701ab6488c9,CoGo's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_8994a41b872b4310059292cdc1cf9950,Cohen’s Fashion Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_b6a5ab55619b29eb,Cohn Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d80916a3abfa82b,Cohoes,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_677f765d7f255c69e00500b3ceb29eff,Cold Stone Creamery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4513f2470e03b11bb6c3bc30bc835e28,Coldwater Creek,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_53a70ede37719e4c,Coldwell Banker,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, +SG_BRAND_984e8b62792a3f7d315410bae2477047,Cole Haan,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_9e41132e5c717608d763faa0de61a204,Cole Hersee,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, +SG_BRAND_8a0e58f4de98d8c3039fd0bf50dd8602,Colonial Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_97456a6b8c54e93b01539f9826e3e567,Color Me Mine,,611610,Other Schools and Instruction,Fine Arts Schools,, +SG_BRAND_f5a08f1896ab30bbeb15e822750d069e,Colorama Rental Center,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_6423e01f241f8af9f8c1c68222ec8c4e,Colortyme,SG_BRAND_9253e13a376344832320449173132b9d,532289,Consumer Goods Rental,All Other Consumer Goods Rental,RCII,NASDAQ +SG_BRAND_f5064e60e619fc11fa1168b727f29866,Colton's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e58f282768e86c3b0b9d301c98687525,Columbia Bank,,522110,Depository Credit Intermediation,Commercial Banking,COLB,NASDAQ +SG_BRAND_e26a47c89f50e9f9206e4cec893a57c9,Columbia Sportswear,,448190,Clothing Stores,Other Clothing Stores,COLM,NASDAQ +SG_BRAND_5b6664e29e3855655d53f5ad83637421,Comerica Bank,,522110,Depository Credit Intermediation,Commercial Banking,CMA,NYSE +SG_BRAND_bf68a4c828afbdf3ba44b1d1879eca11,Comet Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_48d6696e48853d20a2288efdcfdec98a,ComForcare Senior Services,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_ff92e46aa39fabd07aa152fc013beab0,Comfort Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_004070295ea36aacb87aa0c8b643303c,Comfort Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_c552419a0a84dabfc592a331b124252f,Comfort Keepers,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, +SG_BRAND_7d6d5ffb4cbf34a3658e52d4ec66f2e0,Comfort Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_786ca0df1b69d81e,Coming Attractions Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_9a84fb28f609207a78b97485e6b4e36e,Commerce Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBSH,NASDAQ +SG_BRAND_30efbcb99cb0ffd9,Common Cents,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,Community Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_bdb566e32f987e4b861b3409d248dd39,Community Choice Financial,,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_55e396dcd003cef3,Community Financial Michigan,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_15c6755c5265c436,Community Financial Services Center (CFSC),,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_b5847f6096e76656,"Community Health Centers, Inc",,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_53b7c7a8a368c2f5,Community Health MedCheck,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1d31cef74a032132,Community Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_cf1c5ecb980fb5,Community National Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_680c968da5fd62df,Community Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_994b93c3e84760be5b2238122f3a6064,CommunityAmerica,,522130,Depository Credit Intermediation,Credit Unions,, +SG_BRAND_70099120e8f049592bbe54ecb0753066,Compare Foods Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dd8cef50546027d5,Complete Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c4c6bd3f2b3b8146a7544065700755c4,Complete Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_7b6113c9da934fc76c871770a2f066af,Concentra,SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_963f25243532b74ec4b9cd788525a785,Concord Pet Foods and Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_4f8bf6ab2b09b779,Concord Rx,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_3f717108cf5c69468cb3ed6bdaf2fa75,Conn's,,443142,Electronics and Appliance Stores,Electronics Stores,CONN,NASDAQ +SG_BRAND_37c0a315bdf0466a,Connie's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a0ccd5fb65a3df0d5a340321693f0a16,ConocoPhillips,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_8d1c9ed52acf93d1c9c763db5a7334bf,Conrad's Tire Express & Total Car Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_0b5a5ca4a9c666d6,Consulate Health Care,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_f53417e220ce4e2,Consumers National Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBKM,OTCMKTS +SG_BRAND_f62b1d7597deaf0f,Continental Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_84573df983f6aec9,Continental Loans,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_c8ebcbd085cff8ad1eb9a05c32884732,Continental Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_dfb5ca581b7a54acf57bbc00281bba63,Convenient Care Association,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_08647ef229721286,ConvenientMD,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_570a1a0929d046aa325751f41b1b7732,Conway National Bank (CNB),,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_112adbba73827e9d193b93ac13757b3d,Cook Out,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_10e24896f0b4091,Cookie Cutters Haircuts for Kids,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_aa7bcf1705df640edd8bf1f6f3c9df2e,Cookies by Design,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_7d059acda6b4a1adfaa82cf0418d871e,Cool Cuts 4 Kids,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_4fb5e40371d79c47,Cool River Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3d7c243c33274708,Coolgreens,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a39aa665da0b578a36c7c3b56f65d57d,Cooper Industries,,335311,Electrical Equipment Manufacturing,"Power, Distribution, and Specialty Transformer Manufacturing",CBE,NYSE +SG_BRAND_3919eae50f1d3c4a,Cooper's Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4667f28c0f37203d,Cooper's Hawk Winery and Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_363498b602562adb,Copart,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,CPRT,NASDAQ +SG_BRAND_7536d92e687cdf78,Copeland's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_28c1f08b2dbc0687,Copper Branch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_41d5afb22f090f86,Cora,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_70d7b7d09486de3a6a176914cbf7a1e7,CORA Health Services,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_95955894f5ce13ff,Coral,,713290,Gambling Industries,Other Gambling Industries,, +SG_BRAND_9fca3db9f5db63f56daab9648a03a362,Corcoran & Matterhorn,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_322f58803cc74f24,Core Evolution,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b14e212191a7b29fa577eb5593b67d72,CoreLife Eatery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_0f2d55b86cd3a2f5e7f1a5643c629ff2,CorePower Yoga,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_4c292cf9ef9b2695,Corky's Kitchen & Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_beca42ed12cc720c,Cornbread,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4b79b06bbabac0aa67fdcd1d4fade45a,Corner Bakery Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_653a7d153be66b4d,Corner Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1686b9c0a52d87ac,Corner Pantry,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_498b244102a0db33,Cornerstone Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_a461c3f80bad268fce3411b913003b11,CORT,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,CORT,NASDAQ +SG_BRAND_ef23ef1d426ae1a73a7eed399cef707d,COS,SG_BRAND_318848b77682c5ecffe061bb49b18986,448120,Clothing Stores,Women's Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_512bb075a070b4dcb3ee4365ed554cb5,Cos Bar,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_b7c33cc9299bac2b87700ab503f54b38,Cosi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a93e2c2206ef28d35a9d8a0da71b9d5c,CosmoProf,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE +SG_BRAND_0745a8b3a29b440c,Cost Cutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_293593263dd55578,Cost Less Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2d1440c1b6b40fd2,Cost U-Less Insurance Center,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_5d14f234946020549952bb9ad5a1e8e2,Cost-U-Less,,561510,Travel Arrangement and Reservation Services,Travel Agencies,, +SG_BRAND_27f2602cf47ce49a,Costa Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_cd4fa1ed589d2459,Costa Express,SG_BRAND_27f2602cf47ce49a,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_9f8a0346fbc8993fd8538808ef54244b,Costa Vida,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e1d5079f68018134,Costco Gasoline,SG_BRAND_60b7b54d19fca719281e76d485a141ad,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,COST,NASDAQ +SG_BRAND_60b7b54d19fca719281e76d485a141ad,Costco Wholesale Corp.,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,COST,NASDAQ +SG_BRAND_225c0cc23acd6744,Cottage Inn Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fb97763befaca179b4c6b3ace9d18f2c,Cottman Transmission and Total Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_98ee512578f2e405856c1836bb828115,Cotton On,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_23679c52e055cdc2bc65421060cc3f47,Cotton Patch Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_34b9037f0ff5aae3,Couche-Tard,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,ANCUF,OTCMKTS +SG_BRAND_1404e45b9498a77e,Country Cookin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e48984d0f952834b08ddd923992fe3b1,Country Fair,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4beb87afb75cdfcf,Country Financial,,523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,, +SG_BRAND_1ab3a0f9c738e3ef,Country Hearth Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_68e6552d6136643f39a34ecb02ce8229,Country Home Learning Center,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_25091d208ecec1da38f53e7c8c99a76e,Country Inn & Suites By Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_5d154bc48c6e5bc93bbc8cd11c3cf387,Country Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f53623aa7c8a058,Country Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5cc4c8855789ec54,Country Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2e4b673e2892dde3b5ce01e2c7ff82bb,CountryMax Stores,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_7f24bc4ec6c09af3,Countryside Cooperative,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_0b1b476f0b6e837f9c1f1ee2aee9cf3d,County Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4e1a8999463dceb4,County Mart Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_47f194237d8eafaf,County National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_2c2bf4588dcd1ba4c4fded5ddab543f4,Courtyard by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_074abe40db09cb293b5f35dfefc99616,Cousins Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6a1ffbd5a44d94ab632c08cd7c7f10f4,Covance,SG_BRAND_292aceea9c8f3df19cf714bcd597a903,541715,Scientific Research and Development Services,"Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology)",LH,NYSE +SG_BRAND_9ce998d076ed75b7,Covenant Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c8cd2dffe17f98526f4928c662875ce3,Covenant HealthCare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_a64b6b8e7d3bea0,Covenient Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b3c5faad4542b7ad44e594e3b2c15ce1,Cowboy Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5e17d8ca4fc5e2bf,Cowboy Maloney's Electric City,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_abf7e3a15c0c16a407b4328435653ff5,Cox Communications,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,COX,NYSE +SG_BRAND_dfccbd2d0c1e2dc616a5db7f5d8e70c7,CoxHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_18e58a6982dbed95,Coyote Ugly Saloon,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_fd5034d3434fff484f5faf5a372ae7e3,CPR Cell Phone Repair,,811212,Electronic and Precision Equipment Repair and Maintenance,Computer and Office Machine Repair and Maintenance,, +SG_BRAND_501910e8a69fae1e,Crabby Joes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e3b134120f0b06bee9b741faee9930f4,Crabtree & Evelyn,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_4c72c81de7cea539cb09bb1344c7b367,Cracker Barrel,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CBRL,NASDAQ +SG_BRAND_9bfa6d8ecdfa221325fa0e535d971238,Cracker Barrel Convenience Stores,SG_BRAND_34b9037f0ff5aae3,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_4761d26855feb770,Craft Republic,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_0539f6bd91666e2ae405849f58919ea2,Craft Warehouse,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_fc76add27944e4229739874698959dd9,Crane & Co,,322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,, +SG_BRAND_563811d2e4dff0abab300e7e427143ae,Crate and Barrel,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_25d3f576e0ebef6d,Crave America,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1c1607c5b4abd346,Crayolia Experience,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_345be7218d41f7b5b35d92edee4a5532,Crazy 8,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_65edef53f1cab63d,Crazy Mocha,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_653bfede6d41b8d6,Crazy Tokyo Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_225847e2cd1681e7,Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2b3dfc783b7169ef,Creamistry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_9f6f621c14131d1995cfca0edea67068,Creative Kids,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_3277b079ff14788e,Creme de la Crepe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_788e1712c945fc6f,Creno's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11c04fe7f7a95cf107329f57b4eb2f75,Crescent Electric Supply (CESCO),,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, +SG_BRAND_faa0944c56cdbe87,CRESCO Equipment Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_0ca91f875fdc87465a5c637945f5a519,CresCom Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7c5686d14d356abd,Crest Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_247184f5fcf8c0afea1291676dc6df8f,Cricket Wireless,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE +SG_BRAND_7d42ff983359345ed8f903282898db5f,Crispers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_25c578377db55ace,Cristina's Fine Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a36a826a38d9157,Cristy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_023f61b40dc0229204fc814b8aa201c5,Crocs,,448210,Shoe Stores,Shoe Stores,CROX,NASDAQ +SG_BRAND_11d217b58e98e0ec,Cronies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_77845d597f95684,Crosby Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1f4f6ebb54b3cf38,Crosby's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ae6abf1aa02c01cfe560b9315db66b07,CrossFit,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_71f3b7dfe576427c,Crossroads,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_e31ffd24e99177e1,Croutons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_574c49dac09100720a98d45ed869259f,Crown Fried Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_455017860b8a8128,Crown Trophy,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_269acf3877b50afe,Crown Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_da408c6d88f7781789bb631ce082fed8,Crowne Plaza Hotels and Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_74fee8e7a12206b6,Cruisin Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2c64806e1883eccf,Cruizers Convenience Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_67fa9c9dabb58458822d4e7c5e90affb,Crumbs Bake Shop,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,CRMBQ,OTCMKTS +SG_BRAND_29b2c5160da9da73ea41638c0dbd8e57,Crunch,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_571b13a614596860,Crutchfield,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_390bbaeb87241b3fad32964da6f324cd,Crème de la Crème,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_7b3a0aabce934a6,CSL Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, +SG_BRAND_d2e8721c5669019d65b0c71cc873b11a,Cub Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_121aafbb0314b4c4,Cubby's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3609f80e8ab3db987d9be5010a726c20,CubeSmart,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,CUBE,NYSE +SG_BRAND_689592f254b386418c4b938efa5e6ded,Culebra Meat Market,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_ca20054401456822996bd112996a2ad5,Culinary Dropout,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_13597b19cef141e816268ebc434c4462,Culligan,,221310,"Water, Sewage and Other Systems",Water Supply and Irrigation Systems,, +SG_BRAND_5ed6fb98105c38f3,Cultures,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_45a25d9dcf4904822b396a1155397713,Culver's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_eaaebb5d9c01bbb6cad56de3436ad428,Cumberland Farms,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_43727112f3ee5925739c94275378786f,Cups Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_0d2268d462cd08b20b7508c3fc0fde5e,Curacao,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_a864abfbcbdd871bbe19d07963c15358,Curio Collection,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_279ee8660e6b99ee,Curry Up Now,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_56e7bebbcd38b821d0c781ad5014cc5e,Curves,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_f7f764db9abfd929,Curzon,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7347c16df97ce761,CUT Steakhouse,SG_BRAND_a4fa429c1ee373170a93767a515b910d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6594638d9b94fbd8,Cutter Point Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_7fe91be347711115,CV's Family Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_72f1a850d966375fa159121c7c8b09a1,CVS,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,CVS,NYSE +SG_BRAND_4ca81624987b6e96994a013abd06ec05,Cycle Gear,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_46d5853ab178e35cdd230f7b0f439817,CycleBar,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e23881689010b283603f25cbb2541de4,D&B Supply,,452210,Department Stores,Department Stores,, +SG_BRAND_00622ccf65722570a774037f170bb631,D&W Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_e5cb26a28f465114f9ccfb11edb3c9de,D'Agostino,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bfbea5c01e3ccdbfd47f22f6b2cd193e,D'Angelo Sandwich Shops,SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_586bff9df85a9978,Dacotah Bank,,522110,Depository Credit Intermediation,Commercial Banking,DBIN,OTCMKTS +SG_BRAND_4daa852e338f29b4,Daily Grill,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_1489633504e87939,Daily's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_91866618f21af23b2e061aa0745787de,Daily's (First Coast Energy),,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,Dairy Queen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_927a3f9287b584093fd6c2ef5f217784,DAISO,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_a6fe911de804b00ef4f2037e8e31eab3,Dakine,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_3dd775d02f9bbad1,Dakota Watch Company,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_61622b91b8a493c4,Dalia's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_370b8c6559932802,Dallas BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a2e1482743a5436b69066bc74c73a260,Daltile,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, +SG_BRAND_1117ba21057d48fc,Dan's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0e75ad388dd35be4e264183691e9fd6b,Dan's Supermarket,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_1795d69d22498e2f,Dandy Mini Marts,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_646f7b99b07b3c1c08f1abc5c363c317,Daniel's Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_3e3ebd29bbef4ee2,Danier,,448190,Clothing Stores,Other Clothing Stores,DL,TSE +SG_BRAND_e71f2650eebab3,Danny's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e0c75a5fd4298ddf9cdd6b02a835e78f,Dansko,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_7f7d981a4c1a1e3329fd073f4a19e989,Daphne's California Greek,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1aeb7b950dfb9113,Dara's Corner Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f6f68e02176e520d,Darden Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2766ab2d25700785,Dari Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2972157507949e2f8029e78b71536d2a,Darque Tan,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_689963ee57370c0b,Dash In,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7376a01882a9c24d,Dash's Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_21f863eea981ecdc,Davanni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0c103b031d7be8f424350e2fed2ace4c,Dave & Buster's,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),PLAY,NASDAQ +SG_BRAND_43ce209720e5e2a0dcf6a93bb96b31c9,Dave's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c4d7b317c93acd9413ed47da3ced71ac,Dave's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b92c305d60e23cd1d4c33e460372680e,David's Bridal,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_d1ed1d1f9451925f25df33f0a6878980,DavidBartonGym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_99f4a8ddad1ef49bcefb5ad9792ad978,DAVIDsTEA,,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,DTEA,NASDAQ +SG_BRAND_17c01d3273015313f138934a3f183da7,Davines,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_626c9c971ceaa01f,Davio's Northern Italian Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_63127da07a4b5f0f,Davis Food & Drug,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_b92d75d5850ea7f89a9d03198bfeb0a3,DaVita,,621492,Outpatient Care Centers,Kidney Dialysis Centers,DVA,NYSE +SG_BRAND_a7d172ff64836747b19e982dd56dcf77,Daylight Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_f0f5c15118ea292fadac17e2fc7d4ead,Days Inn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6e6d1ea8e83a27ed,Daz Bog Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_d32708c81dbbd4ab3e381f962f00f77e,DCH Auto Group,,441120,Automobile Dealers,Used Car Dealers,, +SG_BRAND_51d31b8708961b702d3d2602e8d828a3,dd's DISCOUNTS,SG_BRAND_3a1ab671c974b3489458052270d1a69d,448140,Clothing Stores,Family Clothing Stores,ROST,NASDAQ +SG_BRAND_77779d8d712c6be1,DDS Dentures + Implant Solutions,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_4bbb274e9351fd7f,De Beers Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_263ae91aa141e8b0,De Felice Bros. Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_161fc1174c6c6d1b,Dead River Company,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_6e884e4fefd9596cd2e690805edd6bbf,Dean & DeLuca,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_078d2267d8fdb875864904dcd71e96fe,Deb Shops,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2b32f6568bd127236d6a273810cacd31,Debbie Brooks,,316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,, +SG_BRAND_27e1d7b005a292f4,DeCicco and Sons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5338659322078dcc,DECIEM,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, +SG_BRAND_3576fbc0e01f8e1c,Define Body & Mind,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6117faf4f6c7014f,Defy Gravity,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_3a2d5c4cb3e75fcb,Deka Lash,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_5a8bd73f6bf340b2,Del Frisco's Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DFRG,NASDAQ +SG_BRAND_509deb2234a57e81,Del Rancho USA,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2a809e7affa8473a,Del Sol,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_22445dbfa062276fb029fe9b9262b9ed,Del Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,TACO,NASDAQ +SG_BRAND_1e594259ae79c99d,Delano,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2fbf20f748fe35bd,DelFrisco's Double Eagle Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1e554a08d4c451f0,Delia's Specializing in Tamales,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9bc9c3b7fc7e5c28,Delta Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_b872bbf5890bc0bcc8b5b5f27b32f6ba,Delta Lloyd Bank Belgium,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_40ec2faad52dff18de0cabf093892bc7,Delta Sonic,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_771bff5c64b07d46,Denihan Hospitality Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_811b11d8e7fade7d0af1ea6e8f2db4ba,Denny's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DENN,NASDAQ +SG_BRAND_6796e1f109c35dbdd949246c6a39922d,DentalWorks,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_29d57ef5598446925e134cb5790b92ee,Department of Veterans Affairs,,923140,Administration of Human Resource Programs,Administration of Veterans' Affairs,, +SG_BRAND_c9ec85d6cec5b936759b147ae02609ce,Deseret Industries (D.I.),,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_4348bf623c85e55a21a024080829e9d8,Desert Financial Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, +SG_BRAND_ad86b7edeaf53fd2,Desert Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_9e2b12e1d7655ca9d64cc7eb364f02f6,Desert Moon Fresh Mexican Grille,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6df5e464b74aa7e5,Desert Sun Tanning Salons,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_56ba924726f686f2dda0febc313cd9c1,Design Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_7d36f64cb0612046b1546c530615cfdc,Design Within Reach (DWR),,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_1e12a4956c6af0e0,Desigual,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_75ab2a94702a9223,Destination Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_972af9fefe811ff,Destination Maternity Corporation,,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,Destination XL,,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_d2105c7f6d15c4b54ed2ad9ef3f339d6,Detroit Diesel,,333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,, +SG_BRAND_5af62a332e8d4893,Devon Seafood Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_878f9e5d7305d9a11084dfd9a7356553,DeVons Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_2ea3bdd72b1bccc8,Dewey's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f26bc8850144508afde6eccc8d24d010,Diamond Mowers,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_33ad0a246f406f38,Diamonds Direct,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_44a74be4f9ba3e1d,DiBella's Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5781af0717398601,DiCarlo's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_259446a52c83c56,Dick's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2e716ee49a517a84,Dick's Fresh Market Wisconsin,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7dbf5767129e4998,"Dick's Homecare, Inc.",,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",, +SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,Dick's Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_574923598fef15717fc7e10fee02fe02,Dickey's Barbecue Pit,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ddce6a8b5fc27a9,Dicks Wings and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fad29676442aa7a1d03af40b89aa9458,Dierbergs Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_167d93cb5ba497350eb0e71773a0a199,DIESEL,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_c22278870ba834501cbd8412ba9e234c,Dig Inn,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_aef6344f67438aa6,Dignity Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_373ffceb51a02e693129fdb75074bd37,Dillard's,,452210,Department Stores,Department Stores,DDS,NYSE +SG_BRAND_d78ceac2bccbf42aeee568ea6b0db8e8,Dillons Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_6d65a080580e7563,Dilworth Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3d906b78b1dcabc4,Dine Brands,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_7490f04e154bdcfe,Dino Palmieri Salon & Spa,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_369d424173a20f41,Dion's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,Dior,,448120,Clothing Stores,Women's Clothing Stores,CHDRY,OTCMKTS +SG_BRAND_ab6111d1a110e1f71a00e420d65a57d6,Dippin' Dots,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2596cedb290b7df0,dipson theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_1a5bf1e228f01317,Diptyque Paris,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_8942798ec69f4c101e663c3ec0d7d6c6,DipYourCar,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_51e04da6f8582c2948be57a58a342380,Direct General,,551112,Management of Companies and Enterprises,Offices of Other Holding Companies,DRCT,NASDAQ +SG_BRAND_bbec8920db450d0,Direct Tools Factory Outlet,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_598e2effdd3cf28d5ed15ea3d604cc14,DirecTV,SG_BRAND_175daf46cee56cdb,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,T,NYSE +SG_BRAND_3e8285c6ff869e74097145fee59725a0,Dirt Cheap,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_7c5fb3f9a2feb094,Discount Car & Truck Rentals,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",, +SG_BRAND_05cc8e612954fb188085186845b42387,Discount Drug Mart,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_bf97a394be0995faf90bede5ed452758,Discount Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_ab49c885a5e8c9d1175a501c0de154e9,Discount Tire Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_ccea1982b6190bd0,Discovery Cove,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_1024f34d21a9f7e4,Discovery Point,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_e08c182e7dfece70,Disney,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_283c3a0dc47bb6500c180fd20199d285,Disney Store,SG_BRAND_e08c182e7dfece70,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",DIS,NYSE +SG_BRAND_7ae2304eb48f4fea,District Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dce7bc7d65be874528267f7bae598343,Ditch Witch,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_2b418ffeacf40fa,Ditka's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_69d4a2b66d1aea33,Divine's Auto Repair Shops,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_d67267aafeae4d2011854a16f01f6db3,Dixie Chopper,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_6bd2a0751147936a,DixieLine,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_92c0d04faca572533efaf20c0f6a6d90,Dixon,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_1f8b63e8e2fcf118,DIY Home Center,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_acafddf0ad6cc898f2ff1c5341a4fa38,DKNY,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_379e13a2bb6f9fffccb9f2145bc860dd,Do It Best,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_e9bff04b46ea70adf226cfe8d6347bbf,Dobbs Tire & Auto Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_584710fc31dce08b,Dockers,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_35dd7a80f805ce35,Docs Bail Bonds,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_4673559ad459969e10413f4c8b908ce9,Doctors Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3f1aa9f86e7805f,Doctors on Duty,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_f0049acd3951499d61b0f23667fa9bbc,Dodge,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_d82d2e47f9101958,Dodge's Southern Style,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4de4615bdaf3da3,Dog Haus,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_37225e33be569f601e9600f0ad9bf4a0,Doggie Style,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_c6ed32efcf2d78adcfe0119f002fb61c,Dogtopia,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_421add18af92a58f,Dolce & Gabbana,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_1bd2fc8628582736e62df228da27ddcb,Dolce Hotels and Resorts,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_23fcab998e0c5499,Dollar Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4ab7a0eb2c6fa9cdcb33a9ffacd66da6,Dollar Castle,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_a4efb9d8ddf0f71207d49f713c5bc1e9,Dollar General,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DG,NYSE +SG_BRAND_4874f10dbd3dcd00,Dollar Loan Center,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_1475e9d7e556cf99fadde01870982e61,Dollar Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,Dollar Tree,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_36576148eaf3b474,Dollarama,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DOL,TSE +SG_BRAND_7ef922af811bfa9f4a9cdc96b3b2df77,Dolphin Carpet & Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_18dbacdbca617be2,Domino,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_da46ad6f82825669a56b44d32564dff8,Domino's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,DPZ,NYSE +SG_BRAND_faca8fc6ddf5901,Don Cuco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_77f04f8fdc110101,Don Roberto Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_347cc31bd2745d83,Don's and Ben's,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_08357fa97d7ebd203189f227d2b5f932,Donatos Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cb5195cec93fd3a,Donelan's Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_10e968e6419c661f,Donovan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_753344fe7d654c5d,Donut Connection,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_64d4703ff955a09994a52bcf1161cd93,Doodle Bugs! Children's Center,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_492d5131f0913906d15d755510719140,Dooney and Bourke,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,Doosan,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_8926e89fe93da63d63ce0161ffce6f09,Dos Coyotes Border Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_60487ecc0a675a44,Dos Toros Taqueria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f55a7d7db65955ae71e696256a674911,Doshi Diagnostics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_4c72d232d1a1406e6c26251bbf6c3b25,Dots,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_7fa804c5902b63aa,Double Kwik,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_33041f17c37e681f,Double Quick,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_64d68926e545ae22,Doublebee's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6dc57d172a06a0989b087038f3394d5b,DoubleDave's Pizzaworks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_610cb460e84b3eb9a41cca2865261183,DoubleTree by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_ed8d30b4f2b0ac05,Doug Ashy Building Materials,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_59c34b29a6db9ea90614bbdfd15b859d,Dr G's Weight Loss,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_75cd46eff65b055c,Dr Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_492a752a96415e0d884eeb0f8f08e5ae,Dr. Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_58ad2340761f7211,Dr. Martens,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_6425027efc556f76,Draeger Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_46c409ba84e6c99a,Dragonfly Hot Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c994aa0ba90d36cb6f24e3f25a9480de,Drayer Physical Therapy Institute,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_69d1bb34387e4270,Dream Dinners,,311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,, +SG_BRAND_27c150ea9f238294,Dream Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1e1a600b8e0df14754dae21a44ba3dae,Dressbarn,,448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_2729b78930953537,Driver's Edge,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_546c171aef26367c,DriveTime,,441120,Automobile Dealers,Used Car Dealers,, +SG_BRAND_236a6096518290b4,Drnk Coffee + Tea,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_03619c9c1267a05a7eec9c29d569e68d,Drug Emporium West Virginia,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_72612947f0672cd276b5f1d00c2de2d8,Drug Emporium​ and Vitamins Plus,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_06fdda1299d64c0d,Drury Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_576802d87ea138f88d2eb653d8ebec7e,Dry Goods,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_4274b1fc9eb5e1d479f07d20e2eec710,Drybar,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_495194b7f2a9ee0fd399b3520fdf4e8a,DryClean USA,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_5c86a42a67f4dda45e700158726465ad,DSW (Designer Shoe Warehouse),,448210,Shoe Stores,Shoe Stores,DBI,NYSE +SG_BRAND_ed2b7ad81adeb71c9859f1041a51c817,DTR/VILLA,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_e18162f6fbe7ffc48f73af49ba89959f,Duane Reade by Walgreens,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_7c03fb7335626fa8,Duchess,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_45b2d33fc93994a57f2e79d8a98b83d3,Duck Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_9efe45aca7ff5b79,Duck Thru,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_58f3628b0fc549a6,Duffy's Sports Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_237c06e0f084413d251445c375b8b558,Duke's Chowder House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_51b2f2e8adb8c34d2b4553efe4c8b8c6,Duluth Trading,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),DLTH,NASDAQ +SG_BRAND_637bde207c3be956,Dulux Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, +SG_BRAND_d56e09d34d1e9d23bb930bd30d1eccd4,Dunham's Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_9b4045db0fbb461cf9ed78916d9b16b4,Dunkin',,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,DNKN,NASDAQ +SG_BRAND_ed96ded9bb31872260ed3d62e15e182b,Dunlop Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_3f619fd7096d635d480ec114e08a1b20,Dunn Bros Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c8940e7448885f8f802c48df285c943f,Dunn Edwards,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, +SG_BRAND_5dd2c80eadc7d2888feb6056fb826780,Dunn Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_ed66f31cae043de5794b99704402cd96,Durasol Awnings,,238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors",, +SG_BRAND_508cdadf5691226e,Dustin's Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a60bfd215b6074b84ab05cdf2d981a0d,Dutch Bros Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1652a227da3c78f1f710f8afa34ac195,DVF (Diane von Furstenberg),,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_6c82654dfc92e650,DXP Enterprises,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,DXPE,NASDAQ +SG_BRAND_4628ec74440e1d02,Dylan's Candy Bar,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_11d440e1c2afe2d9378038be42b1db4e,Dynamic Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6575110c3e310d68,Dynamite,SG_BRAND_480693eccff8d78c,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_680b37bba342420a,Dyno's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2e342803541e8c3e,Dysart's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7615a5e3559d245b,Dyson,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_e5f0a6582ca02e893fe14ce69aaa920d,E-Z Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_410b996d77cd6d5c,Eagle Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_9931d6a05b351d3f9d739774e05a4401,Eagle Transmission,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_25dcc8eed36bf3f8,EagleRider,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_83ec6d5e51c841ad91678f2a4638a349,Earl of Sandwich,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_524cdb8c51e95b6e,Earl's Rib Palace,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cc5b5ee2ca6419c9089c3b668852ce50,Earls Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e081cb636e190662e9b7ef28213979e,Earth Fare,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_579f3967b3c39d5f,Earth Origins Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_629e7d94b18432f73dc6b772bb6af65f,Earthbar,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_372d9f1b0176688d,Earthbound Trading Co.,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_669ba243af77c74d,EarthWise Pet Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_d435d9a52552728e95ec5bcc3e780ad4,East Coast Metal Distributors,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_6e5fe751a8a6c970,East Coast Salon Services,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_817dccbfc4bc71d323772d168154e4e2,East Coast Wings + Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3aa2d9a48ee3da2e,East Hampton Sandwich Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_da748f0b49eeb0a3e19f6d8156f62345,East of Chicago,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e7c264ce3900208e884e223d1a46f1c8,Eastern Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_1b7c368365514f8a69eecee2d3d11c46,Eastern Mountain Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_2178a5b737a08058,EastWest Bank,,522110,Depository Credit Intermediation,Commercial Banking,EWBC,NASDAQ +SG_BRAND_a111abb3a230bba5652f31a6b0368e48,easyhome,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_d14f555248722668962c97183df9b801,easymoney,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ +SG_BRAND_625f51252c751e79,EAT,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_8b8c67c4790d18e913bd84c7ef331e2d,Eat'n Park,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_75f169edc193d363,Eataly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_82c4bc8129950b3,Eaton Apothecary,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_1a52cd5cf6fe4102,EB Games,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_9569da87adf5503139590d6fa34ad176,Eberjey,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_8faa4a904e38f01baf687717979f71d7,Eblens,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_d61484f1331c7f66061e43b859556409,ECHO,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_c00d4020cb088e257a1325cf210fbfed,Econo Lodge,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_1b5a4c60d5f7ae9ff8672d2f54606433,Econo Lube N' Tune,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_4627588de5d515f764883436c8eaf42e,Econofoods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_a7a8c34b2c0d705d5de2d86987d62990,Eddie Bauer,,448140,Clothing Stores,Family Clothing Stores,EBHI,NASDAQ +SG_BRAND_74fe448c16e64786,Eddie Merlot's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_325d0aacdda3f77a8e3eafb3da2cae82,Eddie V's Prime Seafood,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a6b1895cff5043f62d7d7a0263bf834e,Edible Arrangements,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_bdfc43e007fe086f,Edition Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_4cd2c5ced846d049,Educational Outfitters,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_16cb9e812f0a6fcb61b6a4e1baada7ec,EduKids,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_ce49fd2da39027552888496287fa81a5,Edward Jones,,523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,, +SG_BRAND_1229d6e664920a0b,Edward-Elmhurst Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_fe5379811520e01,Edwards Food Giant,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2f828ec838f5d1480d0cd84955a15c5c,Edwards Theatres,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_83acfb1482dde0d1a48fc4a026c6a5c8,Edwin Watts Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_201b33621941aff2,Eegee's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_aaa324af620903ed6eccddea0b6bc866,EESCO,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,238290,Building Equipment Contractors,Other Building Equipment Contractors,WCC,NYSE +SG_BRAND_7b1c93cd8e043a25,EG Group,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_51410110c376ff68,Egg Harbor Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1192c0771ea2a344,Eggspectation,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f4ffc87094ac369a9d8526d1bfdbe790,Eighteen Eight Fine Mens Salons,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_8e66c99aa833dd0ced592ee5ba50e743,Eileen Fisher,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_ca8a7a8d62bbdf5,Eileen's Cookies,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,Einstein Brothers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_eb6849761e4e7c836e6cb61cbcf29e50,El Ahorro Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5dfe49c710f48e04,El Borrego De Oro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_82df1ebc3643f3c6,El Burrito Loco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_60574271b77ea7c60ef77d28c874dd45,El Chico,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6abd9100d70ba616,El Compadre,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f1a559d32d2ca4f4413766397af8933,El Famous Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a9681e593ad44a0f6f7ce29de95057cd,El Fenix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2db7d8c7194f8e0f,El Gallogiro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_356bef9a3ee4ada7,El Gringo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_27b435603b8e30a2,El Mezquite Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_191069fd8b387216,El Nopal Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_539fbe31c959eebe,El Pato Fresh Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2ffc71f922bc5080,El Pescador,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_713a6a36381ce4b4,El Pollo Inka,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_721f5ab43639a6dc48805d22d4844f7c,El Pollo Loco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,LOCO,NASDAQ +SG_BRAND_d3bf94531212a99b7612ddd784e12ca8,El Pollo Regio,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_670606878c514f85,El Rancho Grande,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f920a39d13fb171880fca11bf83edfa4,El Rancho Supermercado,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_60d1a644d1264f4b82258fc18a185844,El Río Grande,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_13531a63644bf598b3c04addea3fb9df,El Super,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_996fb1e129adc04df3e2477a6a31556f,El Torito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7d7dba9b0737590,El Torito Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9318a1749c97fce40b4e627bf05f4791,Electronic Express,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_aa705f6455de353113ed4355e1085bb3,Electronics Expo,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_4f105f0bf779b27f7b1db18170a4954f,Element by Westin,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ab243d7172e838bce42fae1e4990d8e1,Elements Therapeutic Massage,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_32e2d3edd7102ceb830c2830f11e7dc4,Elephant Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5626f201881dffa8,Elevate,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_0602005fe4811cb3e19caf93139e98b7,Elevation Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7d8481a826aa614cea4de8d1b163dc71,Elie Tahari,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_257b607b469a219858aca44f7703edb9,Elixir Juice Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2301619176c61d10,Elizabeth Grady,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_0d62132cdbd6b368390f1a948aa443b7,ELLE Time & Jewelry,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_11f251f52a587a8d7a1f6b434345851f,Elmcroft Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_01e2eeffab0e5bc98cd18bf8d8774d1d,Elmer's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1829840cf57a778e,Elrod's Cost Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3ba938ba8dab4da,Emack & Bolio's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1e45f611b9bafb3d37a329882f431295,Emagine Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_1e0e18c370035f0d9c0ff6fd07d0d9c0,Embassy Suites Hotels,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_6235fe70234d36ea,EmbroidMe,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, +SG_BRAND_1096135ed1dc5146,EMC Seafood and Raw Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b2c817954b0f1f52e56beffbce29f653,Emerald City Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_9d94c0d9865461beff7a67b926713345,Emerson Climate Technologies,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_74b2188d7759381c,EMG,,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_4ffb52f2fcfb2348,Emory Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_e711df93f3cb21b0,Empire,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_145fc914f4f7ce13,Empire Eatery,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_14b013c1006c43dc,EmUrgentCare,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_6afec58ddc0716233e8a8e528bbe9b42,Encompass Health,,621610,Home Health Care Services,Home Health Care Services,, +SG_BRAND_30939b69626f9d79,Energy North Group,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7669ce3ebdf32771,Engineering for Kids,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_6285bea781470671,English Color and Supply,,424950,Miscellaneous Nondurable Goods Merchant Wholesalers,"Paint, Varnish, and Supplies Merchant Wholesalers",, +SG_BRAND_75f8072f84074197,Enmarket,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_60234761ca6d6981,Enterprise Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_64e40d2c0ca6cc06,Enterprise Car Sales,SG_BRAND_9f497514e036d97886867c3fe21baf6a,441120,Automobile Dealers,Used Car Dealers,, +SG_BRAND_9f497514e036d97886867c3fe21baf6a,Enterprise Rent-A-Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_ba3709b3fd488978,Enterprise Truck Rental,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",, +SG_BRAND_18806a46af85365f,EoS Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6a7e180eabbe882ef704dd844affc39a,EP Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_51f67c8eddefcdf6,Epic Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_63613ae9e2c52df6,Epic Wings N' Things,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,Equinox Fitness Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_0e8e4c2022808099,Equinox Hotels,SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_a1dce3387cad75f7701366fe0b86f2f4,Erbert & Gerbert's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_427d1360f433e5e64e87184c256106be,Erdos At Home,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_58d9ef7f883f4505,Erewhon Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b2718d6a326a180e7f535828d8a5d091,Erik's DeliCafé,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_0678214fa406315efb61a7cffe52cd80,Ermenegildo Zenga,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_4ae9696b77a1b3de1aa306be1ae3c05b,ESCADA,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2ed790550cb16f43,Escape Outdoors,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_74d07f7fd78591d7,Eskimo Hut,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_1bcbe568f9739d3f,Esporta Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_62bcfc5611bec78f,Espresso Royale,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_f36ffc6cd3a63b34,Essentia Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_72fd44e857509cdd,Esso,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,Estée Lauder,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_39cb6c22e32fb3194f7a5b8e798b0c68,Ethan Allen,,442110,Furniture Stores,Furniture Stores,ETH,NYSE +SG_BRAND_3bc43ee8b28c0cc5,Eugene Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_7a192883da39caff,Eureka Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_56379b04c603444892186f13788555d3,Eureka!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c26a5430c9ce31679edfa74c24d44669,European Wax Center (EWC),,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_90d6b1b36c15f313aff5a872531c04a8,EVEN Hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5700a31a28da3f56,Evereve,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_c328270267da071b,Everyman,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_5b555bdaa5cc469,Everything but Water,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_086e93d57d8c77bfd047e7d9d9fd7178,Evinrude,SG_BRAND_718581b85eae956832d1cae3f600c3eb,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ +SG_BRAND_e937478771160f8c69690f788e05fc51,Evolution Fresh,,311411,Fruit and Vegetable Preserving and Specialty Food Manufacturing,"Frozen Fruit, Juice, and Vegetable Manufacturing",, +SG_BRAND_6b41a739cd29d440,EW James and Sons Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_733252e77e9a480b,Ewing,,561730,Services to Buildings and Dwellings,Landscaping Services,, +SG_BRAND_522177b5fdc04d97f9b0be1d5f04a40d,ExamOne,SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,DGX,NYSE +SG_BRAND_170d294b55b3e0bd,Excel Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_78b187faa17bcdd0,Executive Residency by Best Western,SG_BRAND_afc74daf1bb2ac39,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_5e66f92099c8ddd1,Exer More Than Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_8196e62d8f6c463,Exhale,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_d76e6320c05053adc7d08c99ab6768d3,Exmark Manufacturing,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_54784cf0f028a82b,Exotic Thai,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b144fa061545497bebee8c414efc99a9,Express,,448140,Clothing Stores,Family Clothing Stores,EXPR,NYSE +SG_BRAND_ebb052acad0f1ee8c75830232699bde0,Express Employment Professionals,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_6fff9671fa24a8c5,Express Lane,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_9c7014ce69e620eae4f9650e64c1c9bb,Express Oil Change,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_fb9c429d1285f59c,Express Parking,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_5bc7f37ab824eb50efca20041fff198d,Express Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,, +SG_BRAND_d39682a4fb74f036,ExpressCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_dfc82adbea8b049f,Expressions Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_797d3ae0369e285ee3daadc1900f20c2,Extended Stay America,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,STAY,NYSE +SG_BRAND_2ced1d123f3e9d4a,ExtendiCare,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_6b569697506b3c2d,Extra Foods,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_25f99d0cc5d6078042c8f466f6a8fa83,Extra Space Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,EXR,NYSE +SG_BRAND_36f850f4742bb886,Extreme Pita,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7eceb920a8be2d1b,Extreme Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,Exxon Mobil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_2bb751eb0cea731e,Exxpress Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_334ab875c3541dd6,Eye Care Associates of Kentucky,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_9842bf8212f4d6ec0d789fe0ab00f182,Eye Level,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_ad11086bd64b5f760aa727a30784bac8,Eye-Mart,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_21330cc8f59c04e0,EyeCare Associates,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_a38b21a3912334f3b94948b8e8516b65,eyecarecenter,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_5de579562826b9154f3ec7ec52feaf7b,Eyeglass World,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_99f70689eeddcb7398f8a28474159397,Eyemart Express,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_6bb4be9e4400c5e4,EZ GO,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_985500a401c168,EZ Mart,SG_BRAND_72905c858ddd2bd8,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_82873926cebb6895cd6177e1bd0f9c83,EZ Rentals,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_989f44a98739de0,EZ Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2dc50f07ce8e4982,Ezells Famous Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_8ce3994bcdc16ac8ce77f6a2541cb92b,EZMONEY,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_cb8de9441038f5cd444af4249de13de2,EZPAWN,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, +SG_BRAND_13fb6536f2c18d1b34f0ad3d45ef2961,F&M Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMBM,OTCMKTS +SG_BRAND_63d23751f78de069,F.L. Roberts,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_69e26c2c38d1753,F45 Training,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_538af4753a9c721d,Fabletics,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_48314cd2f9ed4be3,Fabricland,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, +SG_BRAND_82460f4f9ff9577c9e9a963c233b1060,Factory Connection,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_31de2e192f8dd779,Fademasters,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_36e231a2ea3e9ee5,Fado Irish Pub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6c8517821cbe4f42e48d9214f49b8b0b,Fairfield Inn & Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_10c3234a47d40c19,Fairfield National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_2228ce4e18b639c3ab2251297f397a1c,Fairmont Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1f75ba87763cbaf7,Fairplay,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_11a1572395bf98db,Fairview Health Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_90f01ffd91f30e324884705ed14a22c0,Fairway Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_eb6d973fd2e6c7e47737adaef2677602,Falken Tire,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, +SG_BRAND_1d5cae7139ccd537c1384193a137c6f5,Fallas,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_16a6f9c02e4105a7,Familia Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_cf2218e8e176be76b154f4e397b8ac47,Family Christian,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_6db086b96ff72a99a60c4a182d90fe10,Family Dollar Stores,SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ +SG_BRAND_59da748386cff69f,Family Express,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7cd88ca9d12983b48e2745f5835f5a52,Family Fare,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_8dab8f68f764340,Family Fare North Carolina,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_a2e1ccbcb44b71e2b8a12fc568612dda,Family Farm & Home,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_3356a85932854382,Family Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_62cdae1e8c7c5c49,Family Foods Canada,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f62858ef2fada2b92798dd22647ebe13,Family Footwear Center,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_50bf751c588eaa03c26305342596eaf6,Family Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_a5a119a2fdc2abb8,Family Health Care Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_57dfd4ceab4f921f,Family Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_b21bb81be1e10d506142f8e632eeda75,Family Thrift Center,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_58f09cb75b2b1f09ceccc9c22051d72e,Family Video,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, +SG_BRAND_f28c509064c7777747a4132afaf17faa,Famous Dave's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DAVE,NASDAQ +SG_BRAND_b9d5a5d63e4c2cbbd81051ab8ccd109f,Famous Footwear,,448210,Shoe Stores,Shoe Stores,CAL,NYSE +SG_BRAND_aeab866d007f06cf,Famous Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_93bdc716aa879a51,Famous Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6ce661dfa5b6c1e8,Famous Sams,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_40bfa20864946b5d,Fannie May,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_ba4953bbc3ecea3ac23754b1b0f08ab2,Fantastic Sams,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_25eef5d78b51ce04,Fanzz,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_28c563a39ff149af901f63171b82db19,Fareway Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_508033ea0a1c17ca,Farm Boy,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_aae613b021d7abbd3edd97e58678a54e,Farm Fresh,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_33e76585535a593201d9f7a4fe49b72a,Farm King,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_778cb22191dd0edc,Farm Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_742cf5dfae9725aad923d871be1529be,Farm Supply Company,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_63262adf78da9be8a85f5f23188eade7,Farmer Boys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_09a5ea6dd2c89227ac4b00bb56febe28,Farmers & Merchants Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMBL,OTCMKTS +SG_BRAND_455608b63fab8b6e1bbd15a9d045e7f7,Farmers Home Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_ee53498a2846250eb753e44e4042a679,Farmers Insurance Group,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_14b83c7d5a058e6b,Farmers State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_b5ed1ed0da21da91ef0c7b0cee0e391f,Farrell’s eXtreme Bodyshaping,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_d4b42cf1829ef26e,Fas Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5f02e4e95d184879,Fast Auto Loans,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_f75ddfc010aa9a8,Fast Eddie's Billiards,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_653db51c2244b7f0,Fast Pace Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_765df28c4b057da6,Fast Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_123f9f2f1c916ac8,Fast Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1f789d93af6256a6,Fast Track Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_7f6f2c801cf5a496c96d6ad6976fa4bb,Fast-Fix,,811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,, +SG_BRAND_50660a822ab2e47648b72750d4256f7b,Fastenal,,444130,Building Material and Supplies Dealers,Hardware Stores,FAST,NASDAQ +SG_BRAND_4d0f1884e1362472,Fastest Labs,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_73d3b4a6bf66a8f58ceac859871b1639,FastFrame,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_1248a42c18201bea,FastLane,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_33717708342ea32b,FastMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_7fc4428a9d2e5baf,Fastrac,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a3c881ddc55c53778902f4eb1363fc6a,Fastrip,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_14c8cdb3bcb5ef6bd17e74a33cd5670b,FASTSIGNS,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, +SG_BRAND_3a455da03b9b0d3,Fat Mos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_347ea7e394abcea1,Fat Tuesday,,445299,Specialty Food Stores,All Other Specialty Food Stores,FAT,NASDAQ +SG_BRAND_2dc4aa06b09f0f344834948f9b730785,Fatburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_26eaab71e1222477,Father's Office Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f2f97fad9a658e5c36bb8e02187ad3a9,FATZ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_731831cb47dd1858dbdcf06e3b19aec8,Fazoli's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2dbad6e5a2b4c7ef027f2dbc2884191b,Federal Mogul,,339991,Other Miscellaneous Manufacturing,"Gasket, Packing, and Sealing Device Manufacturing",FDML,NASDAQ +SG_BRAND_a8cc46412bb566d8f9244cf5807512ba,Federated Car Care Center,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_3bc5375f2e51a278,Federico's Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_51f62da8d76022e2,FedEx,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,FDX,NYSE +SG_BRAND_d08ff75739fd37f9bdfd79229d24b18f,Feeders Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_cab3e1ee0f5e480ce850765ad9f5528a,Feel Rite Fresh Market,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_e6ea0b3f88e22276c807f9f50199057b,Ferguson,,423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,FERGY,OTCMKTS +SG_BRAND_414b70f8f9d4018c4a85feb9441904c8,Ferragamo,,448210,Shoe Stores,Shoe Stores,SFRGY,OTCMKTS +SG_BRAND_0911054d8ad47cc256400031197f3e97,Ferrari,,441110,Automobile Dealers,New Car Dealers,RACE,NYSE +SG_BRAND_dee73bcfb8c0d77741bdcb1477b29baf,Ferrellgas,,454310,Direct Selling Establishments,Fuel Dealers,FGP,NYSE +SG_BRAND_f87eb669657376982ea0184c3c27c0bc,Ferris,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_7be63867c5bf6648,Festival Foods Minnesota,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7273d677486f8733,Festival Foods Wisconsin,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_76bdb26dab80b8d7,FFO Home,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_6c05c565775c901522d586265cecf151,FIAT,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_3118e9dbb4e557ce,Fiat Chrysler Automobiles,,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_a4da839adc12a6e53da59c200bbf6abc,Fidelity,,523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,, +SG_BRAND_1dcc1e0ef96dbee3,Fido,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,, +SG_BRAND_6ab5791f4e04b1cc4658a8a5ad1e5ce4,Field & Stream,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_2b72d37442b34f6fa9f8645fc3944990,Fiesta Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e9c772a37bc4c300c824f282f6fedd99,Fiesta Fresh Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_71c8563f7c1b724d,Fiesta Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_53f2ba12360c2b4aeac1f9163e3e9d0b,Fiesta Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1fe4ebe7ad3d1484,Fiesta Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_dfa5d1a8cb415413d7488ee070dca730,Fifth Third Bank,,522110,Depository Credit Intermediation,Commercial Banking,FITB,NASDAQ +SG_BRAND_26080e8df764abc,Fig and Olive,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6402e0194b6a6481,Figaro's PIzza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_245e7682dd780311,Filibertos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bed20f7e98adec7943666c1f930e97eb,Filson,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_7238cd9c52a0a3e1,Fine Fare Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_41f7e14448347875,Fine Wine and Good Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_4aa1fc7f186104ae5dfd83ed025d6986,Finish Line,,448210,Shoe Stores,Shoe Stores,FINL,NASDAQ +SG_BRAND_1bc74b3ce2e4fb8f,FinishMaster,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_bcbd794eb55c3162,Fink's,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_7f70878a2d33031a,Finley's Barber Shop,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_3ad7920882040f79,Fire and Ice,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8dd31d8de4dba95e6ded256afaa61c2d,Fire Mountain,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_e3557c64d144d5066977b3187e7d6859,Firebirds Wood Fired Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8dd5a72dc21491c1ed188f60c7bc94d0,Fired Pie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a508445847685e426174fb21affa82bb,Firehouse Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2d261ba9475736d23c0c4bd48eab76b0,FireMark,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_4e396add4590776c,Firenza Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c8cd3015bd66459919ee3d72cfb148f6,Firestone Complete Auto Care,SG_BRAND_0fa1baac13a25977,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,BRDCY,OTCMKTS +SG_BRAND_ebdd9e19ef62bcd61c8b7b7761e05411,First American Financial,,524127,Insurance Carriers,Direct Title Insurance Carriers,FAF,NYSE +SG_BRAND_e5b8469206e452cd7307f2b70f578fad,First Bank,,522110,Depository Credit Intermediation,Commercial Banking,FRBA,NASDAQ +SG_BRAND_4cab5c28cedf861a,First Bank Tennessee,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_6955ba65f8646e0d,First Cash Advance,SG_BRAND_238df7e9b8c830c1,522291,Nondepository Credit Intermediation,Consumer Lending,FCFS,NASDAQ +SG_BRAND_7d5cd74a60a6c4d4,First Cash Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_3385bd69e1678519,First Choice Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_e4f69179ebee860115d0e0dfc7a249b5,First Choice Emergency Room,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_f2d8149d22f2ac09,First Choice HairCutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_d4f82fec590aeae82c525da824297f50,First Citizens Bancshares,,522110,Depository Credit Intermediation,Commercial Banking,FCNCA,NASDAQ +SG_BRAND_e7ee3cc7b8911396010954272237018a,First Convenience Bank (FCB),,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_6306bba0c18d164f,First Financial Bank,,522110,Depository Credit Intermediation,Commercial Banking,FFIN,NASDAQ +SG_BRAND_186bce691b86261c82d885de394b2e4b,First Horizon Bank,,522110,Depository Credit Intermediation,Commercial Banking,FHN,NYSE +SG_BRAND_76b3adfdeb5a9329,First Knox National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_46d5c682d3cf330f,First Republic Bank,,522110,Depository Credit Intermediation,Commercial Banking,FRC,NYSE +SG_BRAND_bec30db0b0fb2958461c01a4511b959e,First Student,,485410,School and Employee Bus Transportation,School and Employee Bus Transportation,, +SG_BRAND_2a6f5c53fd1f69f3,First United Bank West Texas,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_35c251c1a25a81cf,First United Security Bank,,522110,Depository Credit Intermediation,Commercial Banking,FUSB,NASDAQ +SG_BRAND_5bc8e7226ee1d2007b08dec6d1879c7d,First Virginia,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522110,Depository Credit Intermediation,Commercial Banking,CCFI,NASDAQ +SG_BRAND_1f3cb3b10de6892,First Volunteer Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_8bf93b60eab0307bac61499d0de26371,First Watch Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_238df7e9b8c830c1,"FirstCash, Inc.",,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_6a9159ed4b65adae,FirstLight,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_cd194409f5cb8ebdd2b71c32f32013dc,FirstMerit Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMER,NASDAQ +SG_BRAND_7d90238cf0eb7701,Fish City Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f64dd5c7555be45,Fish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,Fisher Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_3ee53b258f504ad0,Fishers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_86c707e4d3cec5d,Fit 36,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2eb7ae8e54e4e272,Fit 4 Life Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1ad9a406805b8bf3,Fit Body Boot Camp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_15d8c44d5962c67e,Fit Republic,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_0cfb328cad95bc34,Fit Republic USA,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_27d98bff27de846dfd88dd9baec859a7,Fitness 19,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_34ef97de45389d08595b7118838a8aff,Fitness Connection,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c9a1894c503c9be54443cf7dcf7322ec,Fitness Evolution,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c7c47b59706c550401f78be19cd5d10e,Fitness Factory Health Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_a41afb5cb94639b72ad3601f83114800,Fitness For $10,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c8c9e5abd3f648c5888eb790561c94b3,Fitness Formula Clubs (FFC),,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_dc2ada2bcd02aa241bb18c1ccc180723,Fitness Headquarters,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_4426cd9141981449,Fitness Premier,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_a25b790ab857f8e59b7244822d0502cf,Fitness Together,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b219177af6eb3b280972603f3fcf152e,Fitness Unlimited,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_99118e6bbb7094968732ed362d64c787,Fitwize 4 Kids,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_99bae980539ef4310d6bba65fbc64883,Fitworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_64e6f1d7a062800d9d8b437b704f9c3c,FitZone for Women,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3f25071e778c22839c918302c0f22bf7,Five Below,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FIVE,NASDAQ +SG_BRAND_87b52f7d201822f23c1015f8e9beb4b1,Five Guys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_67563d5e2da839ed,Five Star Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_91f780542205658734272a26f182d806,Fix Auto Worldwide,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_7c4d096dba6a68ef,Flagship Premium Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_28c09a2fd633723c,Flagstar Bank,,522110,Depository Credit Intermediation,Commercial Banking,FBC,NYSE +SG_BRAND_4d1a9271f8ec9241,Flanigan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDL,NYSEAMERICAN +SG_BRAND_2c482f00c9720be8,Flash Foods,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_5fc3f6b68c530aa5,Flavor of India,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1cfa4883eb7f3e3892fe04191346c192,Fleet Feet Sports,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_3087255e4447487,FleetPride,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_930a53414b8a84982438a553fa0158da,Fleming’s Prime Steakhouse and Wine Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c6f38a20af7a167077ee8d4f6f56b148,Fletcher's Tire and Auto Service,,326212,Rubber Product Manufacturing,Tire Retreading,, +SG_BRAND_2cd372c185d7836c,Flight Deck,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_57d78df0bf053bd6,Flight Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_66538109a69748b1,Flipper's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4660970002703be2,Flips Patio Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2645e1762d7fdfbf,Floor and Decor,,442210,Home Furnishings Stores,Floor Covering Stores,FND,NYSE +SG_BRAND_f50518547f6b40b532ecf450355f0ef9,Flooring America,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_17b1cf0ea1fe75f3dd28149bb9d6af49,Floors To Go,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_623132f939a66be3,Florida Tile,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_173fd93dc2ff72de,Flower Child,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d1a42ed2a65575165bc7ed8047f37952,Floyd's 99 Barbershop,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_af452350d64b3c08,Fly High Adventure Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_5ca1de498b639ad7,Flyers Energy,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_3cfcd2b742e54089,Flying Biscuit Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_12ec635d7ce55895,Flying J Travel Plaza,SG_BRAND_70ee541161859d65,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_b5fb310e15b4741a5966db5941131444,Flying Saucer Draught Emporium,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_5eda4fbb81aa8306f70b52433dd6d29e,Flynn's Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_3b3333a5b2850448a28f062179445f48,Flywheel,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_f541bcb6ec62de093416a7c8de510e84,"FNB Bank, N.A.",,522110,Depository Credit Intermediation,Commercial Banking,FNB,NYSE +SG_BRAND_3626cf91f0dde442,FOCUS Brands Inc.,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_61b1e7f9dca4976db881a446f1783193,Fogo de Chão,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ecacc24c03d85f28f90b088bb880d310,Food 4 Less,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_230e87706d264607cbf0e8195d57fe18,Food Basics,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9b717b43a6f815b3c972587291ef1bc8,Food Bazaar Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0c6c4ce554bb53513678968c086c5457,Food City,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3a448550c130c482,Food City Arizona,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6d60fa634a66dc94,Food Country USA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_eacdfebc6e2f3ee,Food Depot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4e346fc7fe5867fb,Food Dynasty,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_52a3a8316a4edea2,Food Fair,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6b39e55006338c63,Food Giant,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4a7b846050a07f86,Food Giant Alabama,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_352ba9d09066af4a,Food King Cost Plus Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7e98d750c0dde403bb1d17623945992d,Food Lion,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3ca39897f1275b2a,Food Pride,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ffb7e3d744f0a5c9adc770a1e6386ee6,Food Pyramid,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_70869ece06e88963,Food Rite,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_30e17fcd03c554a2,Food Source,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_47175df7b4e35bc2,Food Town,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_723cf40d550989bb,Food Universe Marketplace,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7d05335f3fb85d10,Food World,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_750d45758a2c9ec1,Food-N-Fun,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d3974af9f9a465756409666ba5c11afd,Foodarama,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,FSM,AMEX +SG_BRAND_7bd968c25d8d9f8e,FoodFirst Global Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a15b481d2c11e7f988ecba7e8c6c284f,Foodland,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_44af1b941d98b515,Foodland Canada,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_26f624a277c29a8c,Foodland Hawaii,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4fbc1604aff2a5fc,foodland market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8f2ed1ab590803b785195703c3b27e99,FoodMaxx Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_717eed43f3cd35cfd2b3ed16b2e650f4,Foods Co.,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_6370839ae545be53e6ac733009a92d31,Foodtown,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,Foot Locker,,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_cb5ce3058eeb180d79b51be3dcd9573c,Foot Solutions,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_13529703fae8683ad31772653e7914a2,Footaction,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_aef2c0e56a5406b4c27006ca3767a7d7,For Eyes Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_80ca06abfa1a5104af9a770f485dad07,Ford Motor Company,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_8310c2e3461b8b5a,Ford Motor Company inc,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,F,NYSE +SG_BRAND_5d5465a2e4bc9c8d,Ford's Garage,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_796a6b9ac4adcd05,Forest Hills Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_88461a3df4ffdc97,Forever 21,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_4ad20df6272a6b8d,Forever Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3b7658a11dbaaeb8,Forman Mills,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_460af12b88a0e532,Fortino's,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_468cf000dbb98bdf,Forward,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_32af5b2bda3a84b5,Forward Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_22fc4f79e25284f0112eb399bdb020a4,Fossil,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,FOSL,NASDAQ +SG_BRAND_649b98069bedae1e,Foster Blue Water Oil,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_c77645baba64e3580eeedad72c9fd653,Fosters Freeze,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_956a1e0bbb3deda859969a4d1e04125f,Foundation Building Materials (FBM),,444190,Building Material and Supplies Dealers,Other Building Material Dealers,FBM,NYSE +SG_BRAND_2c3134294b6fdf81,Four Brothers Pizza Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3818864a076acaa8,Four n 20,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_250ca707e8ea8be292656eb89b8abd86,Four Points By Sheraton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f317a0dc5ad99e19170fa4428f6aca4,Four Seasons Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_157e04e0919cf635c64f5c7ba3edf444,Four Winds Casinos,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_4cd6dbf9ce65d11b096b61ef178f8681,Fox & Hound,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_1cdf9912438107af,Fox Convenience,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_57bb52a4446333b,Fox Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_aad7dec02069b7c9e704040eed91fd7d,Fox's Pizza Den,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_42caa3f5565190895ca23cffd7d99d47,Foxworth-Galbraith Lumber Company,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, +SG_BRAND_4bc4e4d911821d46,Fractured Prune,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_50f19efaf9b23400,Fragrance Outlet,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_10fda0b6156ded42,Francesca's,,448120,Clothing Stores,Women's Clothing Stores,FRAN,NASDAQ +SG_BRAND_5c5330b929078776,Francesca's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_97000ff82e1283fbe44b6ff10b75259d,Franciscan Alliance,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_76c15150b0bb875c,Franklin Synergy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_35136f09a9b09e13,Fred Astaire Dance Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,Fred Meyer,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_28097aa5f869e2a56106d285f9107e11,Fred Meyer Jewelers,SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_e2aec86de8b92b5ab8e16b968c948248,fred's,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FRED,NASDAQ +SG_BRAND_19c4152a71673864,Fred's Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_1330b29481085f7ca652e349c499900c,Freddy's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6240cf4952b2f042,Frederic Malle,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_9bc509d2ba7f504f28d0ffbd303f1fdc,Free People,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ +SG_BRAND_4cfedcbb1f04698f92f71a082a4132e9,Freebirds World Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_74c858f90e3f3f9a,Freedom,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4c674ac35bb162f2,Freedom Express,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5342b56b5fb244de,Freedom Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5bbcaf4b4d45f642,Freedom Valu Center,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7a9e79dcd0175827,Freehand,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_9a1038e46769c571f2bb05253088677e,Freeman Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_4f35805991e67d975d44d2200d8136ad,Freeway Insurance Services,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_05dfc342d2c7e2dcece0bc400f2e50a4,Freightliner Trucks,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_5476c8e70c99fe1b,Fremont,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_61b9b7fbf37d54c0,French Connection,,448140,Clothing Stores,Family Clothing Stores,FCCN,LON +SG_BRAND_30d28d22e965c313,Frenchys Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1edc3a4b590741a663bbd69890909969,Fresca's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f5e36f10e287e9b4cd87e96a9baf098c,Fresco y Más,SG_BRAND_25e04fae32468b591567a6a753fba971,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e5014d09354c41dedf58bc47f2cdf944,Fresenius Kidney Care,,621492,Outpatient Care Centers,Kidney Dialysis Centers,FMS,NYSE +SG_BRAND_fe8965a9748c1bc48af1711be837124e,Fresh,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_5b9dd7a700d706fa573fe9894a0b049c,Fresh and Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ae4bef91c62ac950e32e42e6687946c2,Fresh City,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_9c8b959d1a0f26e,Fresh Foods,SG_BRAND_5294233e5c7e4164,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2c0c58e0ba98ea34,Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ef791ff7fd09ccf82d160311909beb1d,Fresh Thyme,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_77042d0a15b3eb3a,Fresh to Order,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6941ee98f89b15bb,Fresh&co.,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_23680e8297ebb2cc2eee5f33e9dadc62,FreshBerry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6468e1b2ef97aa57,Freshie's Lobster Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_77ffe09435537cd2,Freshies Deli,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_cc759ce657fee52c1a1e47715fa23aba,Freshii,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,FRHHF,OTCMKTS +SG_BRAND_929631349ba04c8765dc0d8fe4274303,Freshpet,,311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,FRPT,NASDAQ +SG_BRAND_742603016ec97bf8,Frida Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a4b2088dac34d882a1007064a13c61b5,Fridley Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_2df67b1d26714b15,Friendly Express,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_46a7cd9ce6587168,Friendly Mart Food Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_61fb4dba034c89576124d7b79f20a9d0,Friendly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1e2e9e08a2c61b04,Friendship Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_eb2b494e06a4be9a4f811b1fb8864be1,Frigidaire,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_02cd4f0a80615d2e1529a2eebc67e08f,Frisch's Big Boy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,FRS,NYSE +SG_BRAND_c00ef3166cb0c9d5,Fritou,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1dafe722d041ba6f,Frontgate,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_c7c05fd33a848c557264a82eeba2de40,Froots,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_f12886e0e0db9eb2aa5b9b3efe8788ed,Frost Bank,,522110,Depository Credit Intermediation,Commercial Banking,CFR,NYSE +SG_BRAND_35b3434b8fba9b1ba55cc19225ba141e,Froyo Premium Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4fd42ec9c52e0f33e49ae1cf16e370be,FroyoWorld,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c180ba86764bfb975633ff96b1f1ef35,FroZenYo,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_a603e2ceaae1e36241c6df3019f072f2,Fruitful Yield,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_6f393305ccfd484c,Fruits & Passion,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_7fdba5242275f5296e5f7cc47be591c8,Fruth Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_782d938676a29e08f574f066d1c1c916,Frutta Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_70d2d47e84ab9b1f887f572886e48542,Fry's Electronics,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_bffdaf530693cc431090606647e1377c,Fry's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_193898e4896bc4b21195c1b67b561309,Frye,SG_BRAND_8dec87ebe111e2b4,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_a2ce3a155d8af3334d121c7396155d88,Fuddruckers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_346f800349b8b8cb,Fuego,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_3d2bb16ea6237d91,Fuel Body Lab,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_19deeb23f9343164c8352e0672688d37,Fulton Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,Fulton Financial,,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_384b815a52b0284a,Fundamental Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5475d3e322e2cfb40d7a3abf7abcfcd7,Furla,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_a7f83b9bcb06afe6cc7217a577749343,Furniture Row,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_54ae65d96e5b6c6bec769f9cb44d80a2,Furr's Fresh Buffet,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1721eaaa59918929,Fusian,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3955b1877c96d2bd,Fusion Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6da10992c6c59a5b94d993e161a5fd7d,Future Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c566b6d1c120c4d1f9ff0097661ff238,Fuzzy's Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7ad125fd27f565e6,FYE,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_3b9c50b86f9a94ef,G By GUESS,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_4148da250c09720e,G&M,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_38bf5261ce1b0073,G&W Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6282e9b68f8b7451656feddf4a3052ad,G.H. Bass and Co,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448210,Shoe Stores,Shoe Stores,PVH,NYSE +SG_BRAND_a1819225445fb951f097798ca3c7750e,G3 Boats,,336612,Ship and Boat Building,Boat Building,, +SG_BRAND_e366f76d048e832,Gabe's,,452210,Department Stores,Department Stores,, +SG_BRAND_2f07ed6494f84bed,Gabriel's Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_32a04cfe3213396,Gadabout's,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_170eab03c9c717a4,Gala Fresh Farms,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7eabb57cf534aa03a761928d3a93d898,Galaxy Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7952899e84d51ba7,Galvanize,,611519,Technical and Trade Schools,Other Technical and Trade Schools,, +SG_BRAND_146f1ed78b324031,Gambino's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_312feb8d5c07198893fe324dab218928,Game X Change,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_2207a58020b5fe85,Games Workshop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GMWKF,OTCMKTS +SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,GameStop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_e070bb063a8d0c3725b4ad85450af6db,GameStop Ireland,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE +SG_BRAND_1cbe3535c970f32a,GameWorks,,713120,Amusement Parks and Arcades,Amusement Arcades,, +SG_BRAND_a7900b5105a34e5860afc331ef871229,Gander Outdoors,SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE +SG_BRAND_453af3f623b289bd,Gandolfo's New York Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_59dcabd7cd2395a2,Gap,SG_BRAND_775ccb8f3508c66f,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_775ccb8f3508c66f,Gap INC,,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_842a116566a9461883980b9817711cef,GARAGE,SG_BRAND_480693eccff8d78c,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_fe2b069cc885bb096d501a5811a19d71,Garbanzo Fresh Mediterranean,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a9a537f2ceb1a64,Garden Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d0d87751120e48f31d15a5611c5a0fd7,Garmin,,334511,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing","Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing",GRMN,NASDAQ +SG_BRAND_26babe6ae66436140e2092abbf1ff979,Gasser True Value Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_1818cedf1c2bed8c63664cc8313b443c,GATE,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_59fb4171b05bf886f63eeeb983380942,Gateway Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_5f4eecb8c3ee449a,Gators Dockside,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3212c8176030a3c5,Gatten Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_051b3172fbb9d6062c7273f7c6d0d4bf,Gatti's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e31c6cf7776cb912,Gaylord Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_3856f56f151cdde1,Gaz-Bah,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_0e00314b3dd2205380142530d12f1326,GCR Tire Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_56be9a733d201645518ddaecaf1563ed,GE Appliances,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_22967a367767e81fb03b73ec8c1e1838,Gebo's,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_a42997fdbbcaa3172ec5a760b09b4499,Geico,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_4849346a21a0fc9aecc7853144908f6c,Geisinger,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3e915ea56af0e340,Geisslers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e29fef73bfc647b2b169a9669fa478d3,Gelson's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5493167b2b3cabd469a59b7d75d47325,Gemaire,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_b46a821ac82deb7f,Gene Juarez Salons & Spas,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_1ec33dfd64b77049,Gene's Heartland Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f28f88dcd25b085c72ea9e7a5b6d8cbd,Generac Power Systems,,335312,Electrical Equipment Manufacturing,Motor and Generator Manufacturing,GNRC,NYSE +SG_BRAND_09fcf13a3339566e,General Motors,,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_13f89141c8fee24a,Genesis Auto,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_5d643420556b2667,Genesis Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_f69f246ab439a6bd9e84e79856f6fe68,Genesis Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_289ffeb2a745ccf51ca89a297f47e382,Genesis HealthCare,,621498,Outpatient Care Centers,All Other Outpatient Care Centers,GEN,NYSE +SG_BRAND_8e077d8494214bfaccde43777d7a9323,Genghis Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_609b1bdbe05b8448,Genisys Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_2cc2e55bc0eecbddfa686303e762afa7,Genius 3D Mammography,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_79bfc9b11ccaef5b24065e3dda9418c8,Gentiva Health Services,,621610,Home Health Care Services,Home Health Care Services,GTIV,NASDAQ +SG_BRAND_ef7da218b538b88b7027be771b81c523,Genuardi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_51438a643c51841a,George Webb,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7a4bfe0f8655304,George's Greek Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a34bf07981b6c1b221151bf76aa6d0af,Georgia Boot,SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_a78dc126a7c52e77c7c7a951547d0bfa,Georgia Farm Bureau Auto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_cacb98f6bd8ad7b8fddfc60e4dab5388,Georgia Theatre Company,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7d60d6dcda1fb8a5,Georgios Oven Fresh Pizza Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3876eccf813d63d4abce7a4d55ba5eef,Geox,,448210,Shoe Stores,Shoe Stores,GEO,BIT +SG_BRAND_bc70ac72c2842e9d4480ad19788205eb,Gerber Collision,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_8798495c47e8240475c0e350728fae58,Gerbes Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_4a2f237ca8b08408,Gerrity's Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_aa4c23b9549b25c,Gertrude Hawk Chocolates,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_ea7113264d4897fff66cfa2b54fa616f,Get Air,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7e4af82d35cba88e3e7e08a1df460def,Get in Shape for Women,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3dc0f5fa37de36083a9f98fd6ac330df,Get It Now!,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_2985b3264c4b015b,Get-n-Go,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_77e00d4d1af0a3db,GetGo,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_0bfd865b7df719679b90d8a19e4da1d4,Ghirardelli Chocolate,SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_0b9e5ed5779d101fc49f352af5f65b5f,Giant Bicycles,,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",9921,TPE +SG_BRAND_2f3a0cec435bfb6b,Giant Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_b383276b7ba564c03eab20de61f06b92,Giant Eagle,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_446f6886a10039cb,Giant Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_dfa196ec5ba2cf36,Giant Food,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_66bde8c0f4a4dfdaea9291efa4b3c7a1,Giant Food Stores,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_62328ccf415e038f,Giardino Gourmet Salads,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f1a5014231dfa4eedd0c884c88abe0c3,Gift-ology,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_5482886528e4f7e22569946e738bcdf8,Gigi's Cupcakes,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_229bb7e6c30d53d4,Gino's East,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11d61c355d025948f7316be305240f53,Gino's Pizza & Spaghetti House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1caff9ff863276b9,Gionino's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e2698030228f627d241f5b17b3da5b42,Giordano's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GRDZF,OTCMKTS +SG_BRAND_cffd8e5634652b989687ccd942c05785,Giorgio Armani,,424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,, +SG_BRAND_bd83b3155dd31a49,Giovanni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b27db557fd442c75,Git 'N Go Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f3f773257fdd4264,Git N Go Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d8d6c120e618afb,Giunta's Meat Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_34de9390d0e4258808ed7bf6368f2177,Glass America,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, +SG_BRAND_59034ea8c523772d5719a2b5203669b3,Glastron,,336612,Ship and Boat Building,Boat Building,, +SG_BRAND_5af64a2dd0efa1d6,Glen Ivy,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_d694f46734a4524c8e51d2d1d2261acb,Glens Falls National Bank and Trust,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_519908c0abcb12ad718186b495c62edb,Glik's,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_6da4014a7042645,Global Pet Foods,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_2cd5189bcd688141e56f5ea52cfa5937,Global Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,SELF,NASDAQ +SG_BRAND_12f50eaaf046de68,Globo Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_41dac50831cc331d40648d3c47121db1,Gloria Jean's Gourmet Coffees,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_f5615512a8e531f,Gloria's Latin Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_50b9f0631cf5ab6b,Glory Days Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_78bc717bd8a1a1f9,Glory Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_30f39351294fed60,Glossier,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_432e7a266973e1b0c0d0606f6594da65,GMC (General Motors Company),SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE +SG_BRAND_825716a5d0abf460d1757065168afcb8,GMS (Gypsum Management & Supply),,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE +SG_BRAND_4709e5fc9280fbd74e23d1d4f930841b,GNC (General Nutrition Centers),,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,GNC,NYSE +SG_BRAND_1c00d705e0d7a718,Go Chicken Go,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_712d15a1b8802f5d,Go Loco Street Tacos & Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3723405978f82efafce4fd284fe4ca10,Go Roma,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7e07590850f6a09f,Gobble Stop,SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_646faf2f465c72d091023a362c303c51,Godfather's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e1fd0fa41775a60fe233aca3d18de774,Godiva,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_1fe30651be2737b1,Goin Postal,,541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,, +SG_BRAND_734f5ddc846874cf030fcd019a74777c,Gold Star Chili,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1ff28a605439972fe65ea61ab6bbd087,Gold's Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_66dd3addc911442,Golden 1 Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, +SG_BRAND_3ff898349441b12c962d1fb1fa323cfb,Golden Chick,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2c4663803c2868ca,Golden China,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_37b906124bc3dbe4910fb6222a8b37eb,Golden Corral,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_722a057b42728ce7,Golden Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0fa741f76fc2f1c7ee8954f48881f714,Golden Krust Caribbean Bakery and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b70340776e3994a410b680c852fd4a23,Golden Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_31de33643fd0afafc7ae1eeecbb8598d,Golden Nugget,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_39d57708de0ae588,Golden Pantry,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_60fb535c19ba1a84cc06207015be49e1,Goldfish Swim School,,611620,Other Schools and Instruction,Sports and Recreation Instruction,, +SG_BRAND_62ff1ff8ce25bfef,Goldman Sachs,,523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,GS,NYSE +SG_BRAND_bdc18693c79a39df41b8391da02c1c0e,Golf Galaxy,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE +SG_BRAND_8fb99b9cc188fd7,Golf USA,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_04b7ded5c8a92e1e,Golfers' Warehouse,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_42f00ab637a3e0f4,Golfland,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_e8cd1a01f5da6188a17e771172050e79,Golfsmith,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_77f605854551482e,GolfTec,,713910,Other Amusement and Recreation Industries,Golf Courses and Country Clubs,, +SG_BRAND_d8a81bf290900fcac2f9307e486b97e9,GoMart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_545acd2b28ca3bed,Gondolier Italian Restaurant & Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_288f3a034e9c4805,Goo-Goo Express Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_5e12e83b9120546d,Good 2 Go Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4cdf5b2c8fb8f387,Good Day Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_f6b0f729d9edf263a2ff3f06cabd6728,Good Earth Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_14f2e883f35d769e,Good Fortune Supermarket Group,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_10ef923224a6c1b486ec28417ab74d0d,Good Times Burgers and Frozen Custard,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GTIM,NASDAQ +SG_BRAND_5264aedfccfe9aa0,Good To Go,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_cac3765bc90922e0f3161158565db563,Goodcents Deli Fresh Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3f04f310923440bfb7f300417d460b4f,Goodman,,333415,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing,, +SG_BRAND_1edbc927b32ce53af718201f569dfae0,Goodrich Quality Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_4ca6f6678c8c72c48310ae8b261c9b6e,Goodwill Industries,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_2ec957254f0cf188,Goody Goody Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_4b76770989b17a0268a5428efec0ae56,Goodyear Auto Service Centers,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,811111,Automotive Repair and Maintenance,General Automotive Repair,GT,NASDAQ +SG_BRAND_7bc3d0016a136896,Goodyear Commercial Tire & Service Center,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,Goodyear Tire & Rubber Co,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ +SG_BRAND_fae48665591f2eb,Goorin Bros.,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_3fea35d115751af5,Goose Creek,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_e63be0fbaa85c8e95236434423e8794f,Gordmans,SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_e4f6f8ed167af0568ab5ca829f543ce6,Gordon Biersch Restaurant & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c471ef7810735e2,Gordon Food Service Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_57e9ee7bcf46c84ae6d7947713511074,Gordon's Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_58b2e817dbfc473f,Gordy's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3b2f953b9d6735b4,Gore Mutual,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_bdf121be63d33868,gorjana,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_8018f6c174d0b206,Goshen Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3f5b43368e46e97ae7e1db0a822c19f4,GoSmart Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_326bd9931e65f8860fb6b296c9fa079e,Gotta Eatta Pita,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7402fe6e206259c5,Gourmanoff,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e2469589d17de5c7690e355465897cfa,GoWireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_424a47b33a953161,GPM Investments,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2b9bee725ae4767a,Grabbagreen,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1fc57613a0ad8ba7,Gracie Barra,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7925115ce60ba734,Graduate Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_eec0d85eaa1a861,Grady's BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5fb1a9ef3d0e9c86654e960cdead18d7,Grady-White Boats,,336612,Ship and Boat Building,Boat Building,, +SG_BRAND_7909423aac2c52b4,Graeter's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_37a34546734be0ac,Graffiti Junktion American Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4bc85f9dccbcbffbf8672cf291857209,Grainger,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,GWW,NYSE +SG_BRAND_eaee99c7f3d6f11167b344cf366ad7ae,Grand Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_fd135054ed43231d66a2017c3f5dfa7e,Grand Lux Cafe,SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_1cbdf3c75485b223900fb4d8fc2ad707,Grandys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8ecb28d3352968e0a4099f0e47bd7996,Granite City Electric,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, +SG_BRAND_23b3731fa46c4e7ea314419858fa96df,Granite City Food & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,GCFB,OTCMKTS +SG_BRAND_1eb952e914a8c8b7,Granite Transformations,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_1c5f5a8cad1251fa,Grant's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4607c7b9b441f486,Grauls Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e2060e5241bf08e47e00f199e1bee668,Graybar,,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,, +SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,Grease Monkey,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_a4f371ce2d9a04dd1f63c4d187c138a7,Great American Cookies,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_d0d47c6b30bce1091e9bf1fda1cad5fa,Great Canadian Dollar Store,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_2455d18c3dd9107af26c64a7f7248edd,Great Clips,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_65d164e8513ffd26,Great Expressions,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_5d2564f24e50f2d114deaa19321c8086,Great Harvest Bread Co.,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_1954fdcc5aeff318,Great Khans Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1cc6411c3b4aae2e,Great Lakes Ace Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_2eee92736b009e7e,Great Maple,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_12f4998c5d762579,Great Southern Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_594867867cf3ae3c2048a4f1960b7e97,Great Steak,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_16e8e24a269674b8,Great Valu Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_396d105f46eef4897ffba873aa8da6b2,Great Western Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4867e8e023353717,Great Wolf Lodge,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_4aefbc12a77d904860d0863142f3ae40,Great Wraps Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3a77048004d55dd4156db7e307fb8418,Greatwall Supermarket (GW),,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0829c0b3c4181b52,Green Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_7e384048fdc88819,Green Cactus Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c6fe7e672ae08b485a3d72e561b03d28,Green Dot MoneyPak,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,GDOT,NYSE +SG_BRAND_255a657997121455,Green Dragon,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_47b51dce5fb6725c9b9e874168188002,Green Leaf's & Bananas,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_905de1bb92457baf,Green Mill Restaurant and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6787b3466a569caf,Green Valley Grocery,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_ab527ee73f2234087df51874af66ff6b,Green's Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_52a532a67c47ef8dcb783c268aac19d0,Greenberg Dental & Orthodontic,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_f1d6fa11add5a90e738607dbd04514ce,Greenville Health System,SG_BRAND_de855d293f0e97fd,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_35964dba3c310afc,Greer's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9c9f42ad5c33f50d,Gregg's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d2a4976fd5c9db02,Gresham Petroleum,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_00534653800d6b45f86fff2a56176689,Gretchen Scott,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_22b83f20de1114bf,Greulich's Automotive Repair,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_48214cd2e471ddf84b599837b35fb6b9,Greyhound,,485210,Interurban and Rural Bus Transportation,Interurban and Rural Bus Transportation,, +SG_BRAND_3bb370e5a4a93cf0,GRIFOLS,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_7c2a877b1ccfacb7,Grill Kabob,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_287b3280e9ff288e,Grimaldi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_929a7f678808c12,Grimaldi's New Jersey,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2d6c71821cb1cb826553dd9503d4eb20,Gristedes,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7ef63f527e21f2194321617c31cb7d05,Grizzly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9e6a116e2102e9ed04a7e0d2cc691f19,GRK Fresh,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_875a8a43639ba6e,Grocery Depot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3d7134273e99583d03e4c0f621182f1f,Grocery Outlet,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,GO,NASDAQ +SG_BRAND_4e24464f65455183,Grotto Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5ceb6ce74b02b96,Grotto Ristorante,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5c81caf67bb9835975b32f39df0f1f19,Groucho's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f0ce14ba436219f8cfab41be26c72520,Ground Round,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_480693eccff8d78c,Groupe Dynamite,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_87fa549ddad11b2750b8dfc5403f4de7,Gruppo Papino Italy,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_b5d40770cb8c055d1acc1380b173b406,GT Pie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_217d8735e8c763f387a1478d6e42245e,GTS Interior Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,238310,Building Finishing Contractors,Drywall and Insulation Contractors,GMS,NYSE +SG_BRAND_24b4b388e8fb734a395ec5c3d0ad258c,Gucci,,448140,Clothing Stores,Family Clothing Stores,GUC,NYSE +SG_BRAND_44fc6c9812b78f5e76f9b25892fe6ad9,GUESS,,448140,Clothing Stores,Family Clothing Stores,GES,NYSE +SG_BRAND_a8bb4fe603a702d4,GuestHouse,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_53660335a48dfb675f45d1b5433e2cb4,GuideOne Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_67dcb5602c4aa979,Guiseppe Zanotti Design,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,Guitar Center,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_8ee85aecc2a6b56be4a4e056c81d0b56,Gulf Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,GOCLCORP,NSE +SG_BRAND_c5940a0bab27741,Gus's Barbecue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_104d3f67c36c07eaf29b59f36117782e,Guthrie’s,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6b42d429b1b6d421a878a845ada4ff0d,Gym Source,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_c06be1a728f7a2deaa66389369ae6c19,Gymboree Play and Music,,624190,Individual and Family Services,Other Individual and Family Services,, +SG_BRAND_599cadb74b8a0f28,Gyu-Kaku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2cac9b3b6bcc0575b1171b1ea252aee7,H Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_41d78fc46c70499,H&E Equipment Services,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,HEES,NASDAQ +SG_BRAND_318848b77682c5ecffe061bb49b18986,H&M (Hennes & Mauritz),,448140,Clothing Stores,Family Clothing Stores,HNNMY,OTCMKTS +SG_BRAND_c19468cebc69ba51b37529f1fdd814f7,H&R Block,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,HRB,NYSE +SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,H-E-B,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_149f436e1f68aeb25c21e211f84fb7e6,H2O Plus,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_cec86c6d3aff8dec59ed81b51073cd5e,Haagen Dazs,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_05493512a233650d705c891fe74ddaf2,Haas Door,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, +SG_BRAND_78de657ea66ed5e1ca8e746054ec250c,Habitat for Humanity,,813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,, +SG_BRAND_2f5fca98dd441186,Hacienda Mexican Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_58dded6e042bf72d,Haffner's Oil,SG_BRAND_30939b69626f9d79,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2acf61adbd21bbcc,Haggar,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_f6b50194a860b29a8886acacc5db4b84,Haggen,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bcb47425bf755932c3916df1f9ad497d,Hair Club,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_a16f6a821435c82234075ef879104d53,Hair Cuttery,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_7dbf167eea76ff68,Hairmasters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_ce7dcab1485c63453a9abd2a8aecc34b,Hale and Hearty,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1d438dd4b7f737a7dc01e40a66443f7e,Haley And The Hound,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, +SG_BRAND_9729594feb67a8a3cfce3720c5c06bed,Half Price Books,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_c3acec9f05408b261028c840bd70c189,Hallmark Cards,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_45449177f06b34e8,Halo Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b6766b490c59a423e6011e11abb0dfba,Hampton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_125872f5fe8dbc54,Hamrick's,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_58fcb1911a06baf9,Han-Dee Hugo's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7e286118c9a4013a,Hancock and Whitney Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_29f5270ab464e721,Hancock Whitney Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4a5506963fa82dff6489e603cd43d4d3,Hand and Stone,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_275cc4ab28966d75,Handel's Home Made Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_310510c639859ef4c4712f57728d4d9d,Handle With Care Packaging Store,,488991,Other Support Activities for Transportation,Packing and Crating,, +SG_BRAND_5036bd121573b41a,HandPicked,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_6feaef7379c85a79,Handy Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7a856aef9207d055956f7796e8d91e70,Handy Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7736e5c92ecfa25e,Handy Mart Virginia,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_47e25eca71e70ef9,Handy Pantry,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,Hanesbrands,,448150,Clothing Stores,Clothing Accessories Stores,HBI,NYSE +SG_BRAND_555de4c36078415823d904cb67e77f0f,Hanger Prosthetics & Orthotics,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",HNGR,NYSE +SG_BRAND_b392299b1fc53d3161d5eceea5dd5eae,Hankook Tire,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,161390,KRX +SG_BRAND_18d00e450329718e93dd90eef03a3f07,Hanna Andersson,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_3a1d49b3a3282962e946cf7ff639a2bb,Hannaford Supermarkets,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c05f7b02e698ffb3af6dd826c8d3434e,Hannoush Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_3346f4a9b7536c4390b0a5fb10013780,Happy Joe's Pizza & Ice Cream,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a33b39ee416f7612dee474663a961884,Happy Nails & Spa,,812113,Personal Care Services,Nail Salons,, +SG_BRAND_57d07697656990c4,Happy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d587d3baacdacd5cf966e1611a1a799d,Harbor Freight Tools,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_a7440c01f032574cec79aba972190301,Hard Rock Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_15d636bd40c8490e98738d5eb37b6572,Hard Rock Hotel,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_2b6b8e67fe1433e4f73bbe2c306fb330,Hardee's,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_a9fd3c6e57be83ce,Hardee's Red Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE +SG_BRAND_147af67ad81ec66,Harding's Friendly Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5991ef8636ba1bd78cc4507823bcaf54,Harkins Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_981160b245cef646e73a24fb0f042968,Harley Davidson,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HOG,NYSE +SG_BRAND_dddd4c05389164b95f0deae0f35d44e6,Harmon Face Values,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",BBBY,NASDAQ +SG_BRAND_d816f097aec509c7fb7dfd56c2483be8,Harmons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_263a3411557ec9c777a3ef1d1433d33f,Harps Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7acd2f0c00415c4004c303a5e1781a92,Harrah's,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_5dd8e59f63efbf0dacc7dfd8bc3623f4,Harris Teeter,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7ff0aa0290b25b16d466f4ecede47bc0,Harry and David,SG_BRAND_407913c3eaadbdf961cbb276649f6618,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",FLWS,NASDAQ +SG_BRAND_5bf326b3117adc66,Harry Winston,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_86d411ad8b7863e2,Hartford HealthCare Medical Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_79ec29557335b6e9,Hartig Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_33290e30588253bbc23f97a110a0c91e,Hartstrings,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_4a71f56bc3c9d731,Hartz Chicken Buffet,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_361141114cbff1cc,Haru Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3c1afd2a11ba808a7134ee2c90670643,Harvest Seasonal Grill & Wine Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7219b820ada53f71,Harvest Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f9d66234a256a0786e1e4bab1636ecfd,Harveys Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_adbce8064815ae279bd19436221997db,Hastings Entertainment,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_59dddb7fb4f4a9a8,Hat Club,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_3551b9eeb4283380,Hat Creek Burger Company,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_28557271652b2570dd65e1a9993458b3,Haute Hippie,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_47faa292a791862997d7fbc85676dac7,Havertys,,442110,Furniture Stores,Furniture Stores,HVT,NYSE +SG_BRAND_ddc5189c540bb2564ecb9e431a0863ed,Havoline Xpress Lube,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_473b7233ac0d6f2cbbcbef3e9f5c6fb1,Hawthorn Suites by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6238d15873c211b2,Hawthorne Appliances,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_c5f0fd3744d448b,Hays Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a82c1d304cccdda563a2695e5a6c4d8a,Hayward Pool Products,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, +SG_BRAND_6927d30fbe7d1b68,HCOA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_332e20a0c492ca0f391c2cf877c0007c,HD Supply,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,HDS,NASDAQ +SG_BRAND_4b430de106efdf4d851f19050e73fc2c,Head Start Haircare,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f6f2d5eaf3cf4d6cc45996d66cedfc42,Health Diagnostic Laboratory,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_102c570f10f65fef82fad50e8839dbb6,Health Mart,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_7ebc99f3983ac0bc,Health Mart Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_2bbc5a5c40bb1164,HealthCare Partners Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_5f772800913cfc162e49fe322e54df3c,Healthtrax Fitness & Wellness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5530027ad3aa8290,Healthworks Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_57d63d49fa65367a,Healthy Back,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_35bd79cf72d887f9,Hearing Life,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, +SG_BRAND_42e5752812155b17,Heartland Bank and Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,HLAN,OTCMKTS +SG_BRAND_df4a1883a693cb1e2bc2fe7abc36622c,Heartland Coop,,424510,Farm Product Raw Material Merchant Wholesalers,Grain and Field Bean Merchant Wholesalers,, +SG_BRAND_ced7f7a81b6240249578e83ca76d1e1b,HearUSA,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_71579da9b41d7b85aa07ad3adcbddf86,Heidi's Brooklyn Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_58051d0ef2a2ae9f39e85ba5df1f7dd4,Heights Finance,,523920,Other Financial Investment Activities,Portfolio Management,, +SG_BRAND_bc9b495f1e4360ebce69e47248f7cd4f,Heine Brothers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_70733183d960e85c23aeb00ff0874db1,Heinen's Grocery Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8f5696351d40139b803a68a8cef76cea,Helena Chemical,,115112,Support Activities for Crop Production,"Soil Preparation, Planting, and Cultivating",, +SG_BRAND_e5d4af033295e2a8e5093704bc6b3f89,Helzberg Diamonds,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_9795cc5a4cc7f77fcd567116a736bfb0,Hen House,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6abb529f464ed69,Henny Penny,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_3ff71beb39ce4854defd31ce87c11f37,Henry Ford Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_4595bb0f8c459456b681118e8be7ed6f,Herc Rentals,,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",HRI,NYSE +SG_BRAND_c933dc8934f3d362d7f3d547879eecf6,Hercules Tire & Rubber,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_6a5a483730df31ff,Hereford House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e5e0bebf85dacd5cd09e70822f7a33a3,Heritage Cooperative​,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_40f101f1fd07985c,Heritage's Dairy Stores,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_1a833c2641a4cf3c229316a14b6e32b7,Hermès,,452210,Department Stores,Department Stores,HESAY,OTCMKTS +SG_BRAND_c490d7f33b6b586,Hero Certified Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f373520f32c8e017a3a42344b5706960,Hertz,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,HRI,NYSE +SG_BRAND_cf7559ac09e3d959d67b692219867145,Hertz 24/7,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_257fc0d312d95b32,HG Hill Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_06a25051c50971df274335c59f568547,Hi-Health,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_eb9f08128f2b5cc,Hi-School Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_5f1902cc4941fe58,Hibachi Japanese Steak House and Sushi Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_79e682683f0417dbc20e5e6d913b9952,Hibachi-San,SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_84a7459cf07e4365f4e55cf6a211e783,Hibbett Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,HIBB,NASDAQ +SG_BRAND_76d4a8357cca7ea343367efa56444787,Hibdon Tires Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_3be74022d9f0c451,Hickory Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ff7cb708263e81c2a3c29990c15f6e55,High Tech Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dcd331cebf10f17f,High's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1e0787f3bb53a691,Highland Park Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_4504a971d37aaa23,Highs Dairy Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_205bc178b166265f6abdab59b4abd45f,Hildebrandt Learning Centers,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_4746288f030e6fcd,Hill City Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_16577e42ae4dcfdaf59d6af47d9b0165,Hillstone Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_637c43cc5ec7f019f6680f204b7ef1b8,Hilton Garden Inn,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,Hilton International,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_7dd1af396f2089e3,Hitchcock's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_410f124af4d8613490473aca6c09b094,Ho-Chunk Gaming Wisconsin,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_929590c3215214e0,Hoag Health Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_fb9953f67f9b9a08c5c56870e34ed930,Hobby Lobby Stores,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_16796ff81048518284f5586519b13b2f,HobbyTown USA,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_25cb0602d482dcdb,Hobee's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f780964192bf58ef77b680a58d65394,Hoka One One,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_6d9f8beb0cb21ae3,Hokulia,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_57ca62a1a4b820d5,Holiday Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d1cdd6825cadec85,Holiday Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_e2c9f71790c5253598b8bd87e981ffe9,Holiday Inn,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_774c3aacc712631892816cc5fb59229a,Holiday Inn Club Vacations,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ae28744c5d427b6128434ff7c0bb6a7e,Holiday Inn Express,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_ceae73b01eeb28df,Holiday Inn Resort,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_50af7e3d1b4a1027,Holiday Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_79cf48402c8f38b5,Holiday Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f3272b4c3f47fee9,Holiday Retirement,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_1e46ae654a5319f15f003146f644c7eb,Holiday Station,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_11285ffb7a81b3e6,Holler & Dash Biscuit House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f6c6d3220f6da7d783d2d378ea2d4c4,Hollister,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE +SG_BRAND_d02a8122ff94535b1d05b2e02bb9a687,Hollywood Feed,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_da97ff5c2b44cf9,Hollywood Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_deb58315e4fb6940a8909d4b6183660d,Hollywood Tans,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_207e9e144c696c8b38a2ec4d599c184d,Hollywood Video,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, +SG_BRAND_347e47a0b3c1de06,Hollywood Wax Museum,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_10ff1d1e7686c359,Holtzman Corp,,213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,, +SG_BRAND_3abc98d628318c2e,Home Centric,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_33a2fa78f9b6cee0,Home Choice Stores,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_33e20ce7b6aaceb8,Home Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_a16505a3f7732186edbb5b18418e40f7,Home Instead Senior Care,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_91ae8d960110124be3a3292c655e15d5,Home of Economy,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_538553f2812478ad,Home Run Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_33771ce6f9c48f5bba6e82e000e33246,Home Treasures,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_c94ccdeb7117b2e2a42c436f8faa3ec9,Home2 Suites,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_987e008616ad15e30f9327d99bf1c3b2,HomeGoods,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_471c836ba3d7c50c1cbde81b56b92e82,Homeland,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3bffe2002ded64d6,Homemade Ice Cream & Pie Kitchen,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_d2cd07fad14cd3b152d48fa399af4575,HomeSense,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE +SG_BRAND_9ae3ad357f4f3fffe30c49183f072e8d,HomeSmart,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, +SG_BRAND_1dff3004b76926c3250e58f2f1d5994f,HomeTown Buffet,SG_BRAND_4c486f41fa703b7e,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6532f54cddd18ec3,Hometown Community Banks,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_79176583bbec8599,HomeTown Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_1c78198ab986d2c1,HomeTown Pharmacy RX,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_1ef4d0886000df8a,Hometown Urgent Care & Occupational Health,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_514af954f65291e3,HomeTowne Studios,SG_BRAND_5596332340ca64ad125f8982d64f1ab7,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_c4fa8961c27a77fbbd372f168b8769b9,Homewatch CareGivers,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_7ccd77936c08cd1bd6e26a5ee386cf07,Homewood Suites by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,Honda,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE +SG_BRAND_8e9a1a96135cddd8,Honda Motor Company,,336211,Motor Vehicle Body and Trailer Manufacturing,Motor Vehicle Body Manufacturing,HMC,NYSE +SG_BRAND_8ea29dd18bd0fab374beab3eee6e02a2,Honda Powersports,SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HMC,NYSE +SG_BRAND_21cce9cd89ba0e05,Honduras' Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7ead35272bb8c49845dcb32e8a5365b3,Honest 1 Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_e68bd26a316405fcf81fa71070229af4,Honey Dew Donuts,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_37f38a69e2126ddd,Honey Farms,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_874b160a0d8474f3d9395539d8430c93,honeygrow,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_56c96d91ddc9a7e1,Honolulu Cookie,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_109461c56973d3e435e5476731734b87,Hooters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4b537f27427c11be,Hop Li Seafood Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b4dc0dfb36a2c49b1edbb69b60e9ea4c,HopCat,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_6285694916ca6359914c61a4cbb027a6,Hopdoddy Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_529bb44322386d53,Hopewell Health Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2503e80838443c8b,Horizon Distributors,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_556d4eaaf6935c731d78ff240f7b50fa,Hornbacher's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e450824a5c7c0de10544b77a99aa2d59,Horseshoe,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721120,Traveler Accommodation,Casino Hotels,WH,NYSE +SG_BRAND_20ff4148c74a49d0,Hoss's Steak and Sea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_155ca589b8320d3,Hot 'n Juicy Crawfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4c0843163784be81407e483c0fdee7c3,Hot Dog on a Stick,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_433e293f0b32e2c1,Hot Head Burritos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4c5b49dd26955c39f3f1f3c2b57f0ea8,Hot Topic,,448140,Clothing Stores,Family Clothing Stores,HOTT,NASDAQ +SG_BRAND_5543841724464c47,HotBox Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1f3dc373be7554bded1417831eb3da95,Hotel Indigo,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_29dd610f6be3d9f6,Hotel RL,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_328e52ee086674fc,HotSpot,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_815c109a8abc8aab648155af511bb673,Houlihan's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_64ac8b6633ec773d,House Of Air,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_562c6ba5e91dcbdd,House of Blues,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a8ec4e8e260b15eb3d15adb7df238b38,House of Jerky,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_144e2af916940169,House of Joy Chinese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_38108b760f1e1191,Houston's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bda999ce50561085db2413cce28bc279,Howard Bank,,522110,Depository Credit Intermediation,Commercial Banking,HBMD,NASDAQ +SG_BRAND_4f7df55683db6c787ce4492327c22ef9,Howard Johnson (HoJo),SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_b6a6737ef0ccfbf6d4d1afddc7829b33,HSBC Bank,,522110,Depository Credit Intermediation,Commercial Banking,HSBC,NYSE +SG_BRAND_26d489e6f425ebba,Hucks,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_742b3596bb250ce50b41e37d11296a2a,Huddle House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5645d9bfd06b8fce00b2b2441ed02ee3,Hudson Jeans,,424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,, +SG_BRAND_5eac1fc36e561026,Huey Magoo's Chicken Tenders,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_508303919380e7e454da9bc520078fc5,Hugo Boss,,448140,Clothing Stores,Family Clothing Stores,BOSSy,OTCMKTS +SG_BRAND_23a9df38c5722b4c,Hugo's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1b070bedeb990e87a4f7eec98301ce59,HuHot Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6c2024827e40886b,Hull's Environmental Services,,562910,Remediation and Other Waste Management Services,Remediation Services,, +SG_BRAND_108fb4774270da55,Human Bean,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_11eea835ca3670befe1a68ddb01c0880,Hungry Howie's Pizza & Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a7c6de39a84c06bb660507e29a361acd,Hunter Boot,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_b1ce6c02802253f14fa6f51303a54205,Hunter Douglas,,442291,Home Furnishings Stores,Window Treatment Stores,HDUGF,OTCMKTS +SG_BRAND_5bf7d08e516249bb,Huntington Learning Centers,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_17c1730b3d7d463bc5c5e381f911673f,Huntsville Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_e73dc485a863bf72,Hurley,SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,448140,Clothing Stores,Family Clothing Stores,NKE,NYSE +SG_BRAND_5272051804d081392473b86970bb48ec,Hurricane Grill & Wings,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_ac81e653a13df8a7,Husky,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_9c1a1d36748860b3d1f63175ad13551c,Husqvarna,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",HUSQF,OTCMKTS +SG_BRAND_b2dae23c6a7bcd31811d7a2f0de166d3,Husqvarna Spain,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,HUSQF,OTCMKTS +SG_BRAND_6cfd762c6c93c6c054313193d729778f,Hustler Turf Equipment,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_535212e7296d2b8e,Hutch's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f0e9d786ed31c81418ed504c2f2ad342,HWY 55 Burgers Shakes and Fries,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_43835c791edf307b,Hy-Miller,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_8f8c9465b9550499b0540b26e9470dec,Hy-Vee,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_be782e39b8ed91a49c69f5de17585343,Hyatt Centric,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_646a180dfe6abc046f3216cd98039022,Hyatt Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_aa46139151bb34df13cff17fe6a1af14,Hyatt House,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_23471c0e8e8cd0b37e02cc1ec7b54910,Hyatt Place,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_dd7aa93e7d4a748f2e21856e959f2c52,Hyatt Regency,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_1ce42e9dbe540f0e,Hyperion Public,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_df98d265fc651a91faa09d4e82f096cc,Hyundai Motor,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_924283bfc67ffd62,Hyundai Motor Company,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,HYMTF,OTCMKTS +SG_BRAND_a3876b6ea08a7639373764ab6bee63a3,I Dream of Falafel,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4b68a2acd7790a22,i Fratelli Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_63e39d47dfe44c71,I Love Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_98c76e885978ea7905766429ab81c642,IBC Bank,,522110,Depository Credit Intermediation,Commercial Banking,IBOC,NASDAQ +SG_BRAND_7b3a69340a4d0b1a,IBERIA BANK,,522110,Depository Credit Intermediation,Commercial Banking,IBKC,NASDAQ +SG_BRAND_b209f647ad26a228bf32e673ba871ede,Ice House America,,312113,Beverage Manufacturing,Ice Manufacturing,, +SG_BRAND_ab0564936e3e43aeb75da067d0a3eb1d,Iceland Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_695355865f0a16cf0f59fe6a04ba5913,Icing,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_5286d0c08b4c8983,Icon Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_10a9215a7d097f42,IDA Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_21508ef5d4686c17,Idaho Pizza Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11cdae4b0e7d8552,ideal dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_3835d05bac602b4f,Ideal Image,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,, +SG_BRAND_1ab5333e52e6eaa5,iFly Indoor Skydiving,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_5294233e5c7e4164,IGA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE +SG_BRAND_2ead5f3ce811920a989327e6f5c6ef73,IHOP,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE +SG_BRAND_8666046b19d72850006237688d8698fe,"IHRSA (International Health, Racquet & Sportsclub Association)",,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_218b824f5987332dbaf58e9e04d9e75d,III Forks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fe1164dcc2e55b6b92995e4fc3b353c6,IKEA,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_48b111bca01e8a87bc7c006f70d5cc67,IKO Group,,325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,, +SG_BRAND_28b7f989e2cb9338f1db71b68672f650,IL Fornaio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0627c91fe34047e02d634491e185814c,Illegal Pete's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_38f6188cdd7b3915,Illinois Ayer Oil Company,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6bc74d6296de6000,iLoveKickboxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2dfcf3646907779a,IM=X Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_a5c896dd857950b81a70ec2a18a6fd54,Image Sun,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_32c968bb1e341ec64fd75b776fdcc269,IMAX,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IMAX,NYSE +SG_BRAND_34acf72821153bd3,ImmediateClinic,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_29f1e6edaeb6f495,Imo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11feca234029d8c9,Impark,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_4b71da982ddf765573ace33493ba2e04,In-N-Out Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7035f3670d111e4c996f4a243954e4a5,In-Shape Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2c4786987def03f9,Independent Bank Michigan,,522110,Depository Credit Intermediation,Commercial Banking,IBCP,NASDAQ +SG_BRAND_45acab02c3ac8bab,Independent Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_41fdf42e0c471739a77f7c0d03be4ece,Independent Community Bankers of America (ICBA),,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_569ac68b31a09938,Independent Grocers,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_62d2d2d4df8da9cfde8838e95d3823c8,Indian Motorcycle,SG_BRAND_71f76d30fae4bd35087d25694b18a702,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",PII,NYSE +SG_BRAND_daa2e9fefbfbf5ce66928a21d8554a14,IndieBound,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_a6cf0eb1a406ad7a,Indigo,,451211,Book Stores and News Dealers,Book Stores,IDG,TSE +SG_BRAND_1d3d8a806ff33177,Indochino,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_2e4dc5566eb23c1d,Industrial Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_371353dddaa6339d,Industrious Office,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, +SG_BRAND_3a24904ae5256f6c04dd74b14382ef3b,Infiniti,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_f40383f206d40b5583d147d7b26f4175,Infinity Auto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_e092603330cf86134b1426d0d3238169,Ingles Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IMKTA,NASDAQ +SG_BRAND_2844aab68f1c947f,Inglot,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_1f8835cec381ae03,Inland Sun Stop,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_9418adcd1d1a913,InnSuites Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_4d79edf966b887be,Inova,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_71ad970d8cd5e1ab,Insomnia Cookies,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_b43d12c69ac82a47,Inspira Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1d61bc5b383fa7892dffbc5bd06387ab,Insty-Prints,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_16672173d452e9e5,Insure One Insurance Agency,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_714773b72fe5fddd0f27426485ff3532,INTEGRIS Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1b7486caf479ff898709dc06de834e07,Intelligentsia Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e725a2b0860f3da0dcccd5f6da5c44bd,Interceramic USA,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, +SG_BRAND_70b1db807a0fc63d,InterContinental Hotels Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_d967f05785d000fd,InterContintinental Hotels & Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_95a39e3df89151b1ea3444e2d6ebdcfb,Interim HealthCare,,621610,Home Health Care Services,Home Health Care Services,, +SG_BRAND_d252feed614551038102d9543ddbe962,Interlink Supply,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_2c7991d057faf86a6fdf9be618f54ec5,Intermix,SG_BRAND_59dcabd7cd2395a2,448120,Clothing Stores,Women's Clothing Stores,GPS,NYSE +SG_BRAND_d0ad5bedcd860c78dd348c9a28ff3ab0,Intermountain Farmers Association (IFA),,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_64eace4888ee471d,Intermountain Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_4bc53bddaed9ceb9,International Trucks,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_23c9be9e1c33c68,Interstate Batteries,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_23a16ee5295d69e5aa6b206cc4a4b6cb,InTown Suites,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_cdd094bb07e632d714bc8e283e0ed732,Investors Bank,,522110,Depository Credit Intermediation,Commercial Banking,ISBC,NASDAQ +SG_BRAND_28d32c3cc3041e961b18d4dd4675cf0a,iPic Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IPIC,NASDAQ +SG_BRAND_19f3be753274dc57,Iron Hill Brewery and Restaurant,,312120,Beverage Manufacturing,Breweries,, +SG_BRAND_32a48357877de16c86af20c2d8bd5c89,Iron Mountain,,518210,"Data Processing, Hosting, and Related Services","Data Processing, Hosting, and Related Services",IRM,NYSE +SG_BRAND_65d77b7ad3b9cb34,Irontribe Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5e4d614d1c5e99716f23462a4e6aba4d,Irving Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_69137a650fe9215d,Isaacs Restauants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d168cf6e250fca4,Island Haircutting Co,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_416f2d4a118a9939,Island Pacific Seafood Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ec7269b9dc5acdbfde008ecca2398130,Islands Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6546e757c18817cbd926088c2507040c,Isuzu,,441110,Automobile Dealers,New Car Dealers,ISUZY,OTCMKTS +SG_BRAND_c2ea0afa26fde4302c3e1c24bc20281f,It's Fashion,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448140,Clothing Stores,Family Clothing Stores,CATO,NYSE +SG_BRAND_14f3ddf5460d0cdf,It'sugar,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_44629235ff6eaeb6,Italian Village Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5ff0d991b6f56a47,IU Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_18b27886b5547c25,Ivar's Seafood Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_72cce07b677d5bd4e58d6c22ec729ea2,ivivva,SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,448140,Clothing Stores,Family Clothing Stores,LULU,NASDAQ +SG_BRAND_e786ddbda941052,IWC Schaffhausen,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_8cabc8d87d611e12d9540a047e399a7a,IZOD,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_598725381b85e66e2f1bc1938f1dd82c,Izzo's Illegal Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5d56eec83a472a30,J & H Oil Company,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_61f356f4371bd755,J Gumbo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_57e54c7e8c306011,J Mclaughlin,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_62f5fe672986f34b,J&H,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,J. Alexander's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_6ac0bed8f09c7ae2,J. Christopher's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_66f47acbc3562835,J. Gilberts,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,J.Crew,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_aafe8d414a51acb8cfe80c5d71a954fe,J.D. Byrider,,441120,Automobile Dealers,Used Car Dealers,, +SG_BRAND_486fa54c2990efccbdaaf3c34c2156bf,J.Jill,,448120,Clothing Stores,Women's Clothing Stores,JILL,NYSE +SG_BRAND_e80a1cf75a25a63,Jabz Boxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4941482324b30ad4733c1566b12af9c6,Jack in the Box,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JACK,NASDAQ +SG_BRAND_31ff090fa56943bf,Jack Stack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9a297a75f34fe018f12e8d12d1060893,Jack Williams Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_c90bb4adc6458defe5faf1b09bffcbfe,Jack's Carpet,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_69674d11140294a,Jack's Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_8379d083202f6b51942ffa9edd354d2c,Jack's Family Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_17d5a3461da21b9a,Jack's Urban Eats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9c7cdd9323b9093a,Jackson Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_83bae7a11a4b9f1fb651baa1b26a2ec4,Jackson Hewitt Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,JTX,NYSE +SG_BRAND_639a7685248d757c,Jacksons Food Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3df86c3810e714594cd757b398775b4f,Jaeger Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_52fec04c029fcbbe,Jaggers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b94705c817b09f287e31606604e526ba,Jaguar,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_61f81c7f1af323c2,Jakes Uptown,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d3a2bc5695cfc85f68248eb8399304a4,Jamba,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,JMBA,NASDAQ +SG_BRAND_9f5a31eb19b7cb34d888bd39ca955b90,James Avery Craftsman,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_633354780c6bae06906bc35dbe672c66,James Perse,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_bc41532748c97d467be6c07841a55910,Jameson Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_269c13b7d1a64c4fd4e9de4a18a76c59,Janie and Jack,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_68076fbd1de7f5571ce0f448b636d318,Jared The Galleria of Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_6a2cd8c7085aae86c23aaaa7a3340b5d,Jasmin Mediterranean Bistro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_28e0c2355d121568,Jasmine Thai Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5316c2350728c936bf8a900eb6fb964e,Jason's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_143b35df5e0a7467e281013165b585f2,Jay C,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_c50f7c7cdd1a67e679e05e8ab3f83478,JCPenney,,452210,Department Stores,Department Stores,JCP,NYSE +SG_BRAND_486efa2e407aa50d68c1617ef7586efd,JCPenney Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,JCP,NYSE +SG_BRAND_200a72814ef3bae,Jean Coutu,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,PJC.A,TSX +SG_BRAND_d18161418758fd04bc86d5da7aa7b544,Jean-Claude Biguine,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_ee92098e8d8fb93a9ac3870c3e94e201,Jeep,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_1d75dcdc2744e241,Jefferson Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_73e0f905310a71178587fc78b2203bbb,Jefferson Dental Clinics (JDC),,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_6aa8d4d501a7e1d67c6dbf8c8138b897,Jeffrey,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_964dd1161c33b716d643f952a8a94b94,JEI Learning Center,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_c7e17b15114226c2fc9e572f7d7e00b5,JELD-WEN,,332322,Architectural and Structural Metals Manufacturing,Sheet Metal Work Manufacturing,JELD,NYSE +SG_BRAND_6bf6ed795a6d71755e135dfd581dbcff,Jennifer Convertibles,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_320873f4bd349bf196f0654214381734,Jenny Craig,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_752a3c58a1ca29,Jensen's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_56fda4e2d1f40eb7,Jeremiah's Italian Ice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6d3303356d43549927ad8dee0068504c,Jerome's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_2f71bd1ddc6bb0d5,Jerry's Artarama,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_17d6a29e4b29f9d5,Jerry's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_152f3607ac78b997,Jerry's Restaurant & Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_58b819fef14736381e4c9a688de6e883,Jerry's Subs & Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2a0aa0b1b936bcf7,Jersey Giant Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2e5e0487913bda7532010357c3b014d8,Jersey Mike's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_792bc40e2108cf2457a8b7263c0158b1,Jersey Strong,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_9b9ade9c81b043ef364a2de64e43a038,Jessica McClintock,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, +SG_BRAND_26d27b62b664dde1,Jet,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6d9bf684160930e73a7ef7bbf70313ef,Jet's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_551fe333050a845e6da8be88d9789a4c,Jetro Cash & Carry,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,, +SG_BRAND_5f0f84f03b60ceb7b549163ce91da6f4,Jewel-Osco,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c5a2da64abf8db51f3ff05b471d75e7e,Jiffy Lube,SG_BRAND_2591c98b70119fe624898b1e424b5e91,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,RDS.A,NYSE +SG_BRAND_1c439967a26d75fa,Jiffy Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_cfe9cf188b61f54,Jiffy Trip,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3e5f29f05fe46453,Jim Massey's,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_cc8edd33471be40af218d25205810b09,Jim N Nick's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6f11eae90997524e,Jim's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9b483b7b1d91c71,Jimano's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11901deae1e5cf36,Jimbo's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3f153db2d4b4dd010731da57114066aa,Jimboy's Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_570bd5f7b8acf0f8606df8b31cc9dee6,Jimmy Choo,SG_BRAND_89896b299191a09f8ffde872a296da04,448210,Shoe Stores,Shoe Stores,CPRI,NYSE +SG_BRAND_6ad1354d5dc0a2d0,Jimmy G's Time Saver,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_b922740707b8b9758f47fec986a44e00,Jimmy Jazz,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_a04f493d784143c9b21b2689e32fd0d1,Jimmy John's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6fae85dec0d1366a3d40173668577e47,Jimmy's Egg,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ecc2942292c1753,Jimmy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_43a6927e37076b51,Jinky's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_52fca59f420f243f,Jinya Ramen Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_37725b567b0fbc1e,Jittery Joes,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2f375aa23485777a,JJ's Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fc2ca63576d488a82f8b72b767377db5,Jo-Ann Fabric and Craft Stores,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, +SG_BRAND_180cbca76050537,Joan's on Third,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_de2964761e22975c4320153e719859ee,Jockey,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_04cd5efc86f7d5fd,Joe & The Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_55627ad336961618,Joe Fresh,SG_BRAND_1b47663a692f81de,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_c217cdb41b970bf2,Joe V's Smart Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6074932eca2ea0cb175ec2d01d312b10,Joe's Crab Shack,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d6929ccd477e6992,Joe's Kwik Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_68f771d6809fbfa8,Joe's Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_745bb640b019790cda4fb060e1167d53,Joey Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e16bb3b801ef62207574cb693cf57797,John Deere,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_7d912199f2c825c0d454a1b955cf83ad,John Hardy,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_5919051b164ffb193823f5229068bcda,John Medeiros Jewelry Collection,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_ef6cef6ac88ad743c7c00ccc20b17b58,John Robshaw Textiles,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, +SG_BRAND_7ac4f7c39b47316c91c565be6e7d0202,Johnnie’s New York Pizzeria,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_95d73693be1b43d2dfa50b443153cd97,Johnny Brusco's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5b7f363dd767064f7479438cbb6475ba,Johnny Carino's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4fb5976b025ce999,Johnny Quik,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_5012c561ce5db27f33b232ca3abb1226,Johnny Rockets,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f1dc36974c30535,Johnny's Markets,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7ffbc784cd14c4f6,Johnny's Pizza New York Style,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_21e9d45f6d154ad1,Johnnys Pizza House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_25225d143d137db1920f737ceb6c9ee2,Johnson Controls,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,JCI,NYSE +SG_BRAND_741246e5c113d722bcfb4f4337bd24b0,Johnson Fitness & Wellness,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_9e1966dcde8d1a4e43bbcad084560d20,Johnston & Murphy,,448150,Clothing Stores,Clothing Accessories Stores,GCO,NYSE +SG_BRAND_6d82cc5be04172de7ae9303a0e0ae6f4,Johnstone Supply,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_f6a37663025ef6bcd787dcead07df418,Joker Norway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2057abedd8c238c1,Jolley Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ec756eb1401f7d3fc10117d3a81e94b7,Jollibee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JBFCF,OTCMKTS +SG_BRAND_575b84243c33ef9a,Jon Smith Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_907e13b3c61970f115ea1e5fdda5653b,Jonathan Adler,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_c13db6a05a3112f72ffa8abbc2f4b4e7,JONS International Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5fbd70684a4a154c,Jordan Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_5fe0e33e59c0932c,Jordan's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_2a0805f1bc56076b,Jordan's Kwik Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_24441018dff01789c1b5d27a196963c9,Jos. A. Bank Clothiers,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_c57d94423083959cb5a017cc3d228965,Jose Peppers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_91b01a0acf4f8515a71bacf7b643fe8c,Journeys,,448210,Shoe Stores,Shoe Stores,GCO,NYSE +SG_BRAND_c828151df812508ad922edc85c8342b4,Joyalukkas,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_8f5762df8c09ecb,JR Crickets,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f868c4e3e00e68,Jr. Food Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_53223c30f3dfa973,Jreck Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6fb875e34729cd087c8b44647eb3ece2,Juan Pollo,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1a8fedf75ee1d6051297bcccad40067a,Juan Valdez Café,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_86a5c003c7226385,Jubilee Food Stores,SG_BRAND_4746288f030e6fcd,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_3f115afd8ca92c6b2bd73503f551cddb,Jude Connally,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_64dd84f6f69cdee2,Judes Barbershop,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_e345121bc1bd019c,Jugo Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_948ffc9401d21d0ae06e1306b62e2e7b,Juice Generation,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_c0bca08bc6a7fbcf59559b9a67e51e08,Juice It Up!,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_ca5c65afc3a91598be32bf118b4fd9c3,Juice Press,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1a6a8352693b9b933ed960ebcea3991b,Juice Served Here,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_efa3a9d13edb8328,Juice Shop,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1972c89476d513d354710bda8cc57c16,Juice Stop,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3d44f39c9a294613,Jules Thin Crust,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_416c59a76b866de3,Jump Craze,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_08e7e465c2527e4253c4097765d532b1,Jump!Zone,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_7a1170a4a62e3dc8,Jumping World,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_70f8a9d844011561c74336e2c0d54f74,Jumpstreet,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_853042b9d931c7d10892b25d1adf3865,Junior Academy Children's Centers,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_7fc6a791329e7615,Junior's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3d9042a5a525b68a,Juniors Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_45716ec14514e9e6ac413877df793ff3,Just Brakes,SG_BRAND_8d641cc772014028b61fa819e4227c45,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, +SG_BRAND_2b48ca1a12deb2a0,Just Fitness 4 U,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3bfdc3cccefc0f7166655b6966d54525,Just Massage Studio,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_fcc6dd7686cfffc04d325dbe5ab994f1,Just Salad,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_45779cb5089ede6,Just Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_6d841cdb3a9f8949a098dd696afed2d3,Just Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ +SG_BRAND_9356dde89548c684efc100c9217745c3,Just$ave Foods,SG_BRAND_a28736bb3983154d7ba9d0f06721a935,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3a6a592c1b06e64a,Just-A-Buck,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1c0095372fd2dcc6,Just-a-Cut,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_8cec7d6c891fc360bfd61e14b8512896,Justice,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_967b5877fe025b1d1a29a7435d69821b,JW Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_f8d01126cce9445a8d3524c8997cb83b,JW Tumbles,,711219,Spectator Sports,Other Spectator Sports,, +SG_BRAND_2edbb782e3e3d3a3,JYSK,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_5fdf8f27fe30e45e35d112bc9793cb7c,K & G Fashion Superstore,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448140,Clothing Stores,Family Clothing Stores,TLRD,NYSE +SG_BRAND_5efc930c2281a2d,K Bob's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_787ebcffe172203ef593166e2fdaddfe,K&M Tire,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_2252d4502568f466,K1 Speed,,711219,Spectator Sports,Other Spectator Sports,, +SG_BRAND_b3bb30fb775dce61968636f131f94946,KaBloom,,453110,Florists,Florists,, +SG_BRAND_777b2ce4d6b93920,Kabuki Japanese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e60bc2632185dce0,Kahala Brands,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_0c9818695d20f06b7c6cd8ccb3bf3905,Kahoots Pet Products,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,Kaiser Permanente,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_bc93117372df62e,Kal Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_36247abecd386d27,Kamas Foodtown,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3ca2fb8ccbe1ede4,Kangaroo Express,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_7fc804bb764f9c2b2c4e09e7365f6003,Karastan,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_897152a3da8d5e2,Karate America,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1433d400378639cb1848f16d274659d9,Karen Millen UK,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_39243d95b0bcafa4,Karns Quality Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_48d53ab1654563b,Katahdin Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,KTHN,OTCQX +SG_BRAND_f50d476b34b7991f27edf2bd743e0268,Kate Spade,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448140,Clothing Stores,Family Clothing Stores,TPR,NYSE +SG_BRAND_0e64a8c2519b9512b3150dd850839c93,Katherine Way Collections,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_5c51aa79f91794b6,Katie's Korner,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_39cf462615c1110b,Katsur Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_8c490815c5af8cca,Katsuya Restaurant,SG_BRAND_9d569b1231bd2263,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_aa04b54ae641914a733f61abf6c58a5f,Kawasaki Motors,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, +SG_BRAND_f0092e116c279998dd8888daa03c0e9f,Kay Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_7e738f2bb7219151,Kaya Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fb296ceca1bd725,Kayes Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1c359f08c6ee9374,Kayn Daves Cantinas,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c773c88944859625a8d2aa4774494b3b,KEEN,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_4549133202cec8b6,Keith's Superstores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_e3b3710bf8b9ddb5,Keke's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4350d71004464755,Keller Williams,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, +SG_BRAND_7511487dc915401b,Kelley's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_43caff3e4791af2b,Kelly Companies,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ +SG_BRAND_439bb8e420c8fb87,Kelly Express Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1e2f76af0313e0e2e747fa3a264e5d24,Kelly Services,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_4dee92e5836ba2493be3190508071c8a,Kelly-Moore Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, +SG_BRAND_6717adaf4ea3a54e,Kellys Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b6d0981cbda853b2c0815552b5a2f689,Ken Towery's Tire & AutoCare,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_60225b29f928b142,Kendra Scott,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_52d289c0a104ae10,KenJo Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3bdcdce50c1ac094,Kent Kwik,SG_BRAND_445fc19dcd78b55e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7526589dd9f7a7e9,Kent's Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_3372ce431170e194,Kenworth,,336120,Motor Vehicle Manufacturing,Heavy Duty Truck Manufacturing,, +SG_BRAND_3071792a380ed797,Kerbys Koney Island,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_191f5bd288d630e2863588df9d5dcec1,Kessler Institute for Rehabilitation,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_6236b5e32e7266ee94b56814c08d8550,Kettering Health Network,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_8b71edf8ab42fbd4cf967c77a70f430c,Keva Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_b718bb44f07c2ad4,Key Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6e7a3e30c8db1d0b,Key West Inn,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_19f61781f19ddf667e60cc8396365a00,KeyBank,,522110,Depository Credit Intermediation,Commercial Banking,KEY,NYSE +SG_BRAND_724372e7b3577ade20cda04ee7f1a888,Keystone Automotive,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_75e52dcc790fbad91ae83227c0fb6e2f,KFC,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_133a0527eca7180956b02dc61b3fbb8d,Kia Motors,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS +SG_BRAND_4a8f3120b610705,Kickin Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_222726b8d31ab5e9,Kicks Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3c6fd4b5c0701a2f,KicksUSA,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5523dfdbfe2ca92f510aa545510772ab,Kid Care Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3d6a46e3a9c97f037e59ceb5ae01bbc4,Kid to Kid,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_7a9a31109c10d349a547269ac4a8dbed,Kiddie Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_85c1441772dd54763af5e7abc0f1b261,Kids 'R' Kids,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_44d2de0c8beb0bea2909e0de15ae40dd,Kids Country,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_68570f77ebb9a7d792123a4c93256e88,Kids Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_3c0bc2b6bf0a54dab6ce20709cb6be4a,Kids Kare Schools,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_40600ab18fe6a6f97705b36c8f6456aa,Kidville,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_58c65052f7bebf911dc62ffc10517810,Kiehl's,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_c69afddb977068c2f32a8d1cfcc7a8d3,KIKO Milano,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_288312a68fe1f939,Kilwins,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_1cb0062bafc09481,Kim's Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_54e3714a8ada6b2802050bf8ee85c467,Kimbrell's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_300de9770d1d4f612e9176ab8e87a0d3,Kimpton Hotels & Restaurants,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_5d1a436d5cf0ea9a,Kinder's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bb687a854c6bcb1,KinderCare,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_3e1a99648ad565d,King Cash Saver,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f98176d2bb33664409b27d0b02e05e1c,King Kullen Grocery Co.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_99ea1e6b64134396,King Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ +SG_BRAND_a8ab89887e8babbed43e20893ec5f8ab,King Soopers,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_2f54c01d4a43f1a3,King's Fish House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_49760e91c0928df22e7fd0977c61ec82,King's Variety Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_3f850607b30c7cab,Kings County Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7f947048fe10ddf0,Kings Family Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e36713da22685ebd978693ee38a07730,Kings Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_53e59cd075803122158b7e73892b940e,Kinney Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_27e0fecc37194fa1bf49f90d86e23bee,Kinnikinnick Foods,,424450,Grocery and Related Product Merchant Wholesalers,Confectionery Merchant Wholesalers,, +SG_BRAND_b1ebdfbde4e67330d09f7af6da97f67e,Kinze Manufacturing,,333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,, +SG_BRAND_11328d95d667623e82890358738f32b0,KIOTI Tractor,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_f4f34a3a31297e803d441e5d1a98bf3a,Kipling UK,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_711579b85806419f,Kirby Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_543ea0e2c9bb3d317e9712f42f35e1d2,Kirkland's,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),KIRK,NASDAQ +SG_BRAND_e6cffe8259d765b4fa6c273e7317dd85,Kit Heath,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_3c385b34bb7af151c1dd9cd880af7f98,Kitchen Collection,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_8814672c191124d5,Kitchen United,,531120,Lessors of Real Estate,Malls,, +SG_BRAND_7f3eb1b5494564fc,Kittle's Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_45d2e7aa614dc254,Kiwi Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_30ae19b63b508121,Klingensmith's,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_00212215412d108904aad380c025632e,Kloeckner Metals,,332313,Architectural and Structural Metals Manufacturing,Plate Work Manufacturing,, +SG_BRAND_98f6b474794d85f694762c9b52bbc351,Kmart,SG_BRAND_e9301d5c735afc317688baa02d272807,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SHLDQ,OTCMKTS +SG_BRAND_1d7c3ec8d0fd0105,Kmart Pharmacy,SG_BRAND_98f6b474794d85f694762c9b52bbc351,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,SHLDQ,OTCMKTS +SG_BRAND_2d6c9bf6eb14f7302b91caed55fd023f,Kneaders Bakery & Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6ee068db5302d8c2,Knights Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_8e9d7ca9af5aeac20d3ae8a34feb8c54,Knights Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_766c4abf9968b668d347b7ca153aa277,Knockouts,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_53bc7a34e7657fbef4c86f77e21aea47,Knowledge Beginnings,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_d81c9fa1e5f95625f4def4b9cbe4634c,KOA (Kampgrounds of America),,721211,RV (Recreational Vehicle) Parks and Recreational Camps,RV (Recreational Vehicle) Parks and Campgrounds,, +SG_BRAND_bf3359c4f2a220bd69b85200a412dacd,Kobelco Construction Machinery America,,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,, +SG_BRAND_64a77880c7f7c1d3133d10e574c97a8b,Kohl's,,452210,Department Stores,Department Stores,KSS,NYSE +SG_BRAND_f33f05cac36a8065711afc0a286a8b86,KOI Auto Parts,SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_11e2989c04da1ac0,Kojax,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c6b821113612e735fd5303fe77ddf130,Komatsu,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_ac68729d02488d1033f39f3f78acce4f,Kona Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,KONAQ,OTCMKTS +SG_BRAND_ce15d37ce108c08c6164752f85687138,Kool Smiles,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_983fe38a5acf282d38b4bb795a48ab2d,KORT,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_6aab34e38bc1f77f,Kosama,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_914a420f7e7917e91a81614a90888dc1,Kost Tire And Auto Care Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_c30cdeda7eed27dda40adf66cb96e058,Kowalski's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c64271cfd417df590524e2fbca493e4a,Kreation Organic,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6a9fdbe4915d412c2a7bb93b30dad3da,Kriser's,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_c00d0bf3a8d7b6744a18e2554adf5921,Krispy Kreme Doughnuts,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,KKD,NYSE +SG_BRAND_c2f2dcd3e397d5a16d749a0e84941a42,Krispy Krunchy Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_24a5538ac5f263f5,Krist Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1f852a23da4b7250,Kroger,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f29bd2583c8336be,Kroger Fuel Center,SG_BRAND_1f852a23da4b7250,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,KR,NYSE +SG_BRAND_1c565248e8bf2d4b,Kruse and Muer Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4fbd8dfba9f0bd21095df5889dcdd169,Krystal,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,KRYS,NASDAQ +SG_BRAND_f2b745378ca0b346f87b9a7bf9bceabb,Kuehne + Nagel,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,KHNGF,OTCMKTS +SG_BRAND_280ba509d1d5b0d6,Kuhn's Quality Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8cbbed97825f0c668434665662369635,Kum & Go,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f83a3ac014ac87d7a95457db71ebebdc,Kumho Tire,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, +SG_BRAND_250f7d5c78955662db4119ba06c76e85,Kumon Institute of Education,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, +SG_BRAND_1787efe66e79ef11,Kwik Chek,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_be1038508e6ada19a0772286c0f6074a,Kwik Fill,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_a9139cbac83ec7fa,Kwik Kar,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_2c894a9a029aceb5,Kwik King Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6d316edac0e17f6459b8ec822c067eaf,Kwik Kopy,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_cf488806b67f2d5e2a6f55428d9707da,Kwik Shop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_6f84f496a66230e20079fd7dc80a62c6,Kwik Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_103dc52ffb2ee2eb,Kwik Stop Iowa,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_962d9816e6d7856c,Kwik Trip,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_9b5ee7723abc0f6b758c4ceff6449891,Kühl Clothing,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_220086477ac300a3,L&L Food Stores,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7020be8a9facd1c11f4de92b6bdabc2a,L&L Hawaiian Barbecue,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e8ebaa85a52424d6b69ed29975d09a8d,L&W Supply,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_b581ece69c7ca08c57e57d8aa919224d,L'Occitane,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",LCCTF,OTC +SG_BRAND_9d4bab70ec7b5fcd97a45f2129f5f76f,L.A. Tan,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_db9a1f765d2a6a91634c2f6050e1d787,L.L.Bean,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_206e3f29cf9b6af1,La Bella Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_9d1ba54bd307089bd5ff46252bff8f6b,La Bou Bakery and Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_81518700d136b414e6a33cf45a0ed1af,La Carreta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_32bd4900c26c5f06,La Chiquita Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_858f70e89e8f91ce,La Clínica,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c0517e48a7a92b790d3e790dabd0054f,La Colombe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6895f59263193465799cc04bd328daa8,La Familia Pawn and Jewelry,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_3b8b7777e67a491a,La Fiesta Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8a028bda2e1a2b9bd1ad429cd59d4cfa,LA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2cbb53e626d8321e40215a0bf0299f9a,La Madeleine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_77b4f479d063718b,La Mesa Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1e88e5064215c3d7483ed5e28ea1f67e,La Michoacana Meat Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5a33345f9514e0d0,La Parrilla,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_55bbd37af91f586a,La Pergoletta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9fa908d38c44268e388fb1976738aed7,La Petite Academy,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_e7f4bffa64d42aa7d1f497d4b80078d9,La Quinta Inns & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6bbd2333b3cdbe85,La Rosa Chicken & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cdf5b83d5cbd8acb8bb2bdd7bf87a8d1,La Salsa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ce5d245733fc10c204ed012f61f92c91,La Senza,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_2df3f9909d5140fb,La Verde's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a4b6e5c37c2c14ca7141456566978d42,La-Z-Boy,,442110,Furniture Stores,Furniture Stores,LZB,NYSE +SG_BRAND_1b0fe60020958ee5,Labamba Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_292aceea9c8f3df19cf714bcd597a903,LabCorp,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,LH,NYSE +SG_BRAND_237f872c09242c52,Label Shopper,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_de4d8ed92194f7513b30e608919863fe,Labor Finders,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_5cfecb6b71b53f28ce4c4de5f87e805b,Labor Ready,,561311,Employment Services,Employment Placement Agencies,LRW,NYSE +SG_BRAND_3f4bcbc1f84f23a51d938bfa86efad94,Lacoste,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2149c854535a2ca8ed8a3691f6625888,LaCrosse Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_22ef9f21b5a65984,Lacrosse Unlimited,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_4f55a2acbb4569c89b0174a2813a97b4,Ladies Workout Express,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_776a3d74500ddfcf,Ladurée Paris,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_2de0d4529d4a8a6425c54b6ad7f3df19,Lady Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE +SG_BRAND_7dc149b7189379b4,Lady Jane's Haircuts For Men,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_fc2cdd223ca0c566319597bb0d9f6272,Ladybird Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_21b6bfda091cd9a8,LaFaive Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_754ee00cc67811bd58c18aca89910e68,Lafonn,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_59438de906afb92,Lake After Hours,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_ff99eee2f98b221f706afa616b9d686f,Lakeshore Learning Materials,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_51e50ac8fc767b3a,LaMar's Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_2ff0ba90379b492d9618c3cffce52cac,Lamborghini,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_e5df4d4482d6a0c9f5d4c439b946b621,Lamps Plus,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_89ede26d6a5e8208ad28607464dfa1f3,Land Rover,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_7179bdc86f84fce3,Landis Supermarket,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_d79833f02786ca48a703d9715627635c,Landmark Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_82b3b982557948376edcfe3de6e5db9e,Landry's Seafood,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a57a11137078fd,"Landry's, Inc.",,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ffa549d5128e982f0e10e2a236048c5f,Land’s End,,448140,Clothing Stores,Family Clothing Stores,LE,NASDAQ +SG_BRAND_bdf1834156412cd956851be9db5f0f82,Lane Bryant,,448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ +SG_BRAND_cbd8429d348ad12be75a67b368f2151b,Lanier,,423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,, +SG_BRAND_d67c481d6f32ed1a2b26b64b94c21b1d,Lapels Dry Cleaning,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_bd82269bc5d9db03fde2c005c77207ad,LaRosa's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3346fe575efb74643754dc0bcbbf91f7,Larry's Giant Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_25c45665c77bb2c4,Larsen's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1434fc14896347bc,Las Vegas Athletic Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1018885da100a9fa004dea6dc9510a08,Laser Quest,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_b47f45911b5fe8a8af2e765fd3c8e71f,Lassens Natural Foods and Vitamins,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_78ec74ef9a1c2d87,Lassus Handy Dandy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_ac9054e7b969d8bf862f05eeb7a8ce4a,Last Call,SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_d1f3ef8a4dd77b76de3655edb35636b2,Launch Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_d89b8b56b678e2b0f5d1467ff18a2562,Lava Propane,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_d3ec314aaed14ed84893a4bfe3439eee,LaVida Massage,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_db39b092aca9d0c,Lawlers Tasty Barbecue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_280b5df930227e91,Lawrence Brothers Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_472a104c34f4312b,Lawtons Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_a2eed081000bc0a05ab89d3c33982b9a,LAZ Parking,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_2ea4a51fb1200598,Lazy Acres Natural Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3d35806ed359a748,Lazy Dog Restaurant & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_64059be37dbf879,LCBO,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_d84573086a57f28fbbdb4a7e6b4e2264,Le Boulanger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_61e2c2e19117734e,Le Creuset,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_47efb6004ce70bc1e7287781c645d3dc,Le Labo,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_75aac0c3a10a6bba,Le Macaron,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_1803b978b37fc181e6dc531a8b362d4a,Le Meridien,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_840d43c25b920579c3d90c8224eb422a,Le Pain Quotidien,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_067f51fafc874111580d98380b550434,Le Peep,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_86f4fbf96a10b42cbe48802745b38208,Learning Express Toys,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_42ae1371486111bff2aec5314cb415e3,Lebakkens,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_20555580a21dce24,Lebanese Taverna,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0a5e6a43b943ec3ec7a91f53ffbe789e,LEDO Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_03ab07df90f0db13d51c99aa6b80fd15,Lee Myles Transmission & AutoCare,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_5a0fee3506b43d20,Lee's Discount Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_85492949bbaf495ca71f1c1c510a66d3,LEE's Famous Recipes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1e8fed16d7ca0ea7,Lee's Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7d426621bbb58557,Lee's Hoagie House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f2e0c732ac1325a,Lee's Kar-Go,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4f59330f5c007075,Lee's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4cae1816967e9b8f76cedba78e148a3a,Lee's Sandwiches,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_bee52e5042d9645870655254dd73add1,Leeann Chinn,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6fe47a710aa1acf3,Lees Deli,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_5e88a920456a13a5,Leevers Supermarkets Inc.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_74879f2f48359525157554ebbc898ece,Legal Sea Foods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,LEGO,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_06d600a1ad9324b9,LEGOLAND,SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_d9a878dfc106dd33,Lehigh Valley Health Netowrk,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_14bc54fdf6a91a16,Leizler Oil Company,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_eb06ea30f30856dfe0d176208a5d3aa9,LEMONADE LA,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_cb4f1be2ca466ca2c0ac67985cea27e9,LendNation,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_0f61bed28c961728f0ca7f0eed0c4d82,Lennox,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",LII,NYSE +SG_BRAND_4848e8e6887514370644708cad5b3c30,Lenny's Sub Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_05fd8990d3865f6da0b51737b673fafc,LensCrafters,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_463f1ae3de3fd818,Lenwich,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6b873d284c36253691b946c32163c7db,Leo's Coney Island,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_385ca961d90b31f1,Leon's,,442110,Furniture Stores,Furniture Stores,LNF,TSE +SG_BRAND_19f27589aab05bce,Leon's Style Salons,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_6361590033d6330e,Leonard,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_5401e154274ea76d,Leppinks Food Centers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_12955480f7f4ce30,Les 5 Saisons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fbba8af033768509e73fec38b9ce7489,Les Schwab,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_589115bb992485091b6cf7236b111811,Leslie's Swimming Pool Supplies,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, +SG_BRAND_7bed41230dc08a72,Let's Yo Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_725fe6567b0dd2e5,Levels Barber Shop,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_f010ccce6197e56866c8c6e4f7adec39,Levi Strauss & Co.,,448140,Clothing Stores,Family Clothing Stores,LEVI,NYSE +SG_BRAND_5a9c085706dc9b0a,Levin Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_db7d36e82c342df9e80d334e6d87c206,Lewis Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_559a2eae9b8546bd,Lexington Hotels Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_2a972164e25bd335636cbd451a40b853,Lexus,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_66d704cb9368188d46157f623a1f0324,Liberty Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_e9ec1ccdd1fc27c6ebff4cc7930bc3b0,Liberty Mutual Insurance,,524126,Insurance Carriers,Direct Property and Casualty Insurance Carriers,, +SG_BRAND_1ba9f12459f6629c184df828c51f48b4,Liberty Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,TAXA,OTCMKTS +SG_BRAND_60cccf0fa7281760ebdf37aacd7146aa,Liberty Travel,,561510,Travel Arrangement and Reservation Services,Travel Agencies,, +SG_BRAND_649c050275dadbedd71206a6efaba10f,Lidl,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6679f28598318625b9e60f581a6df901,LIDS,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_e92d16c1430ab22081cb5c4a7e1fcc95,Life Care Centers of America,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_505c1a39be10b52e,Life Care Services,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_7266145cfe83f5f1,Life Church,,813110,Religious Organizations,Religious Organizations,, +SG_BRAND_76f36c743b5efa06d2e1a8563c4d9384,Life Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,LSI,NYSE +SG_BRAND_0da4884e9cc2b3df1b8c4df2ad97bb87,LifePoint Hospitals,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,LPNT,NASDAQ +SG_BRAND_e992d80ce4aa56283b26fea4004c5486,Lifetime Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7c1d72d709c477e74347f2e8a52229d5,LifeWay Christian Stores,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_6aa3f3d2cd850c522c81580e49186565,LiftMaster,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, +SG_BRAND_3db698df52943568,Lightbridge Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_698786da99a145c2,Lightshade Dispensary,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_985ae6f2ebbf46bcb1d850e2d4cb3299,Lilly Pulitzer,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_d49d23f7cd240b5840ac72bb89e1f586,Lime Fresh Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5284d83b5384ed64,Lin's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dedfe1286c7b77b0170c1abccae29bb3,Lincare,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,LNCR,NASDAQ +SG_BRAND_aa45997477591e27601c436bcb228d6f,Lincoln,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE +SG_BRAND_84e3d872d0fde79f5d6367af1260968f,Lincoln Fried Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_702563f965a1b6da,Lincoln Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_ae0f21a66f3facd56c9d3fee29a87d83,Lindberg Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,Lindt,,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS +SG_BRAND_4363bc29f5028463,LINE,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_c823fcb1082f93a0f5656ddcdbf41df3,LINE-X,,332812,"Coating, Engraving, Heat Treating, and Allied Activities","Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers",, +SG_BRAND_c78eae792bb939f1e832fb7740b6bc97,Links of London,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_634433363e85b237,Lion's Choice,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f5fdeaaf1fbc048,Lions Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1ecb8a188a3821dd,Lipton Mart Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_306d0b64414a688d,Liquid Highway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_43464b12e3ee38bf,Liquor Barn,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_14230025cc620c70,Liquor Barn Party Market,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_7d13e43b1863232c,Liquor Depot,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_6a5ae1b8176df62a417ff5c38defa2dc,Lithia Auto Stores,,441110,Automobile Dealers,New Car Dealers,LAD,NYSE +SG_BRAND_3654ed70612445d52bf3b6f6546d1f23,Little Caesars,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_518f7416de462dd4,Little General Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2e54bcd03cd52ba7,Little General Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_b423ce554bf55be,Little Greek Fresh Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a501d64c00248771f13a1ee59fcfb5cc,Little Sprouts,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_55598e0edacdb570b6320f8171627a96,Littman Jewelers,SG_BRAND_1f852a23da4b7250,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE +SG_BRAND_54e3ed00f1124205,Living Spaces,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_43c6655eacfd4ca8,LivWell,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_6f81a6d887b57803ffe742ad76e80556,LKQ,,423930,Miscellaneous Durable Goods Merchant Wholesalers,Recyclable Material Merchant Wholesalers,LKQ,NASDAQ +SG_BRAND_f18c1113a403dcb71167a729abf26dcc,LKQ Pick Your Part,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ +SG_BRAND_e5668bf4ffb3cda2db8765b3ebbbd04d,LL Flooring,,442210,Home Furnishings Stores,Floor Covering Stores,LL,NYSE +SG_BRAND_37ead80146ba8f8f41d416dff99f6136,LLumar,,238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,, +SG_BRAND_1b2c1b9226af80acbaf57d252171c785,Loaf 'N Jug,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1b47663a692f81de,Loblaws,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b10826d49e8b8b533113294b677ce9f0,Local Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_31bc89018aa4801b,Locali,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_460be363779b166d397081848a3e39f5,Loctite,,325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,, +SG_BRAND_56bafb9772a09aeb,Loews Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_35b7168c01f2e791,LOFT,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_6d7555d934650526,LOFT Outlet,SG_BRAND_35b7168c01f2e791,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_4b1cd8d8f2899d84bb64b48a7802f7a2,Logan's Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3546cdc906032e3,Lola's Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9abb4821250dc776638279e8fe87ccde,LOLË,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_179031390bea88ac,Lone Star National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,Lone Star Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_290f637801d52214fff348be4e835e80,Long John Silver's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_bb161f7e4fb160e8c7cc30cca4d418dd,Long's Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,LDG,NYSE +SG_BRAND_3e058dca3e8d9467,Longchamp,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_50141adbd06ef88fa67f6227406d6b83,LongHorn Steakhouse,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_32d247af6b53bbb9,LookAfter Hair Company,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_65be713e247e06c0,Loomis Express,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,, +SG_BRAND_1d259b84ec21d1b8,Loop Neighborhood Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4a5004fccb085d21c68ef89920adacb2,Lord and Taylor,,452210,Department Stores,Department Stores,, +SG_BRAND_e5b647985d150065859a4d866c7daa8e,Lorna Jane,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_77b18e2f67bc17367af8232f5a149ac4,Los Altos Ranch Market,SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_13470030a777f65c,Los Balcones,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_53beeab6b457db59,Los Compadres,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f6ab1e40728f79acab99c8646a7a1517,Los Cucos Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_069c49ad070bd5b8,Los Tres Amigos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3bb4d7476e12a253,Lost Pizza Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_37fdf61ed058f6bf,Lotsa Stone Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6ffa1cfe0b2be877,LOTTE Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_11abdd1d8b16cb4a,"Lotte Plaza, Lotte Market",,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2ec7042c5a40e0b9,Lotus Dealers,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, +SG_BRAND_1b9be6a86c752f028c419753b5894ee2,Lou & Grey,SG_BRAND_17623624bd5b70d6,452210,Department Stores,Department Stores,, +SG_BRAND_32b83e65c4d1761e,Lou Malnati's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_681a58f031be4e92,Louie's Grill & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4ccf66c9210503d0543aa2d178a28c51,Louis Vuitton International,,448140,Clothing Stores,Family Clothing Stores,LVMUY,OTCMKTS +SG_BRAND_8c4efb3d085bcbbe363bc4e4b9d96777,Louisiana Fried Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_713f82b79c6e82475dc9837c1f76c06e,Love Culture,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_625ab5873d4bcf9c9d7e1f9aca9d7956,Love Heals,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_a890863e98c0d1a96e42033251df22b3,Love's Travel Stops and Country Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_eb0867c9d7af9db2b1c109e639d60482,LovelinksAmerica,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_23521024d1d99c7,Lover's Lane,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_d5e782f0d31e59,Lovesac,,442110,Furniture Stores,Furniture Stores,LOVE,NASDAQ +SG_BRAND_1c2ba1ab86f5fe94,Loving Hut Vegan Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f8a39fb928268edb1ab256922e436d7,Lowe's,,444130,Building Material and Supplies Dealers,Hardware Stores,LOW,NYSE +SG_BRAND_a28736bb3983154d7ba9d0f06721a935,Lowe's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3354020c8d1520194fa15623ee4e3a4d,Lowe's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,LOW,NYSE +SG_BRAND_24e66431aad31242,Lowes Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_67a2e4715125ae95,Loya Insurance Group Fred Loya Insurance,,524128,Insurance Carriers,"Other Direct Insurance (except Life, Health, and Medical) Carriers",, +SG_BRAND_2724c6c3776c6a9c6f995b501f9ab53d,Loyal Companion,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_f58dcf87fd118ac9dcb9b193f009a072,Luber-finer,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_74907732fb78c04484336adaa865ba89,Luby's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,LUB,NYSE +SG_BRAND_a2757a48f33203e126f8df7b75fca16c,Lucchese Boot,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_f0297f7e9e4e12dd135a55cbfb99bf49,Lucille Roberts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_89c6c732c44d93c,Lucille's Smokehouse Bar-B-Que,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3e8b1409cb5affc2,Lucky Baldwin's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_109c7226264f4814,Lucky Boy Burger's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_8f2def621f471c2988f395e3a0043426,Lucky Brand,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_5be7dbd421198d0b,Lucky Strike Entertainment,,713950,Other Amusement and Recreation Industries,Bowling Centers,, +SG_BRAND_a909f280ad99ed072dde139389334541,Lucky Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dc676f7ffb0f36d,Lucky Wishbone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fe114709520095760789f99a5070c851,Lucky's Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3519f8c619e384b4,Lucky's Steak House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f0e557d2bf0e550,Lucky's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_30e11041f82c8f3c,Luke's Lobster,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cdaff31f461d856a3b89eaffcbace55d,Luke's Locker,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_bca53afa4f695b363941026d0cbd0d7f,LUKOIL North America,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,LUKOY,OTCMKTS +SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,lululemon athletica,,448190,Clothing Stores,Other Clothing Stores,LULU,NASDAQ +SG_BRAND_70d57371a53c0bbc,Lumberjacks Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ca7600ff57ad9dade2fa7711ac546c6a,Luna Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1883b2c48ea5f665,Lunardi's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1fcee866e2fe938c,Lunchbox Wax,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_cd1592422436fa87f4e048f62c145659,Lund Boats,,336612,Ship and Boat Building,Boat Building,, +SG_BRAND_08d04937c62e495c42a054d0e876e37f,Lunds & Byerlys,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dab63acecc38fe9cbf6008a27a11c5b2,Lupe Tortilla,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_73f7c3d6ad6e4a0c7697a7e6fcd3a8d6,LUSH,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_54d9234c7df5c9bc2e15f97edd3d2b8c,Luvo,,311412,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Frozen Specialty Food Manufacturing,, +SG_BRAND_3bf28d210e2c36bc,Luxe Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_de678b439c86094c100c1f2553d7d9fb,LYFE Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1e71d7ff4c2367f1,Lync Cycling,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_33377424ec423fe1,Lynns Dakotamart Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4fe7d8a2d8670b70,M&H Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_a6ff46012f19fcf9,M&S,,452210,Department Stores,Department Stores,, +SG_BRAND_528b789fac605691485c939ca81af840,M&T Bank,,522110,Depository Credit Intermediation,Commercial Banking,MTB,NYSE +SG_BRAND_761ca6433a57f3f00d3f9c4a6219ee42,MAACO,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_58e2e2ddc4008302e9cdd190f7f7f1e8,MAC Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE +SG_BRAND_1c488d52796e5123,MAC'D,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6f30a635edc4f149f28bf8463f03788a,Mac's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_eac6db8a25f8a03b5c00b7c8bc1fd0ad,Macaroni Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_293d0f15c22d5bd6,Macey's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1f85a6e12c929ea,Mach-1,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_309d9b9d43abfe5a9ef665f263348b02,Mack Trucks,SG_BRAND_3df7453748507d4ea82277d2d0420de5,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS +SG_BRAND_7759913829c08df8,Mackenzie River,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c4dcaa7cf7557d16a01eae1dcfc5fabd,Macy's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_b287a66a7943c47f,Macy's Inc,,452210,Department Stores,Department Stores,M,NYSE +SG_BRAND_af0f3cb4003168fe73ba0c5c707a2aca,Mad Greens,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3a1e4df6a9359c4e,Madame Tussauds,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_25c3900e3c529c8be2fd639ae1932728,Madewell,SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_1bd8530e004ad35a7c4c0be99cd2136a,Maggiano's Little Italy,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE +SG_BRAND_6f5c42061327f0cc,Magicuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_357dbc7cc134681d4b7b20ceb35cbe83,Magnum Boots,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_a47370a8b7b4235,Maid Rite,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_55673b0d8681b9b70d2291c2747f4288,Main Event Entertainment,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c123f4bfa30e571b20f37887488c5309,MainStay Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_565abf566af47c23,Malbec Argentinan Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_46ee73a39467ed6a,Malco Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_3dcae272c920586f,Malibu Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4936754f896f1477,Malin & Goetz,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, +SG_BRAND_e55262ffa03395e,Malone's Cost Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_635f50319a4cddf8,Malvern National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7ede92e0120743d7,Mama Deluca's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_538a85d6f12a6bb1eaac51da7a8545e1,Mama Fu's Asian House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c3b822ecc973261,Mamoun's Falafel,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e1ec8d81a1250f3b7dbafec6f79ea467,Manchu Wok,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_573e8b987f0dbca2,Mandarin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11149b21b8f0a912,Mandarin Express Gourmet Chinese,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1e817d9a00135172,Mandarin Oriental Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAORF,OTCMKTS +SG_BRAND_99abeb7cde8305d04dc4517fe7d34f41,Mandee,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_29f77190890d48633ba6dd9934704761,Manhattan Bagel,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAGL,NASDAQ +SG_BRAND_66fff1e96999ae66,Manpuku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4473d13aa58fbe37,Mapco,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d7927990aeef0811,Maple Street Biscuit Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f378e0ed46d1028d,Maplefields,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_df97beee553caba30f86799ca015f153,Marantec America,,335999,Other Electrical Equipment and Component Manufacturing,All Other Miscellaneous Electrical Equipment and Component Manufacturing,, +SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,Marathon,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f388018e24ec12a7c71a397a5aea6e5c,Marazzi,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, +SG_BRAND_f311d7713c7aaccd892d0f8b6d8ec08f,Marble Slab Creamery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_e3ce51b5d9dfdc54239c9bf190cd7071,Marbles: The Brain Store,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_9aa4326876937a06c077c2eecd160e8f,Marc's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_341d70aade9bdfa9,Marche Richelieu,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dfd09d2081eb0c5ee1430ff7e55b27fc,Marco's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a6f6390f0895160f0924d226e97a90aa,Marcus Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_8e3b240075e32843372ef29d5710b316,Mardel,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_c46a73b3a7c6415,Marden's Surplus & Salvage,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_79449345fa6b880e,Margaritas Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3854f82dcfd9760f,Maria Empanada,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_771abce25678f8b35c16b7c6bd7416d4,Maria's Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8718c900474392e658676db63daa80e4,Mariano's,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_d52b45d735bff720ebb1433f66553049,Marie Callender's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dfb55775fdaf1f819cd1015d9ba135ee,Marine Layer,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2376f23ec8af8ca43e2a4cb3aecd945d,Marinello Schools of Beauty,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_bcf753ca70f0c7b9a004898750a34011,MarineMax,,441222,Other Motor Vehicle Dealers,Boat Dealers,HZO,NYSE +SG_BRAND_1e4576355ae4b6dbea2be84abab38339,Mariner Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_523f7b422d750d51,Mario Tricoci,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_1ffd3f9aca867752,Mariscos El Paisa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_238d1a11cf1a0a26,"Maritime Energy, Maritime Farms",,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_41c065064fd1847c,Mark's Feed Store Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_356b1d4e8e96334a,Mark's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_056eb60d75ec2634906001360d4d2ef4,Market Basket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_826a45dbf90276a8d206b59dc03996ec,Market Basket Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e386b0686a23e51,Market Broiler Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6f5098fe9e355e54,Market District,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_67c73d9d54fd137b,Market Express,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5cdd3b3566d43e22,Market Fresh,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1edd8c787800d4a,Market of Choice,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_312263c64ddea25e,Market Square Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5b7482d6c331cb1d,Market Street,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b14ba08fd54857d,Marketplace Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_cb05206b0ac967e6,Marlo Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_d88b64432dfd99c4f4b2e8ea6384cccf,Marlow's Tavern,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_733366f73b963ec4,Marmalade Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_924be73a903e05f85b91be0fbcdf503d,Marquee Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_02f92da3a9b57d43,Marriott Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_38120988bcd2b824,Marriott Vacation Club,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_73da09f8eae520fe92c7fceb0039e9f2,Mars Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_15e176c52f90c94e,Marshall Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_abfd923a6acfc93e81ba94b0310b47b2,Marshalls,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,448140,Clothing Stores,Family Clothing Stores,TJX,NYSE +SG_BRAND_78f47949e518ef6ec969649507b3e1d2,Marshfield Clinic,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_5a82553a8d6f8cb5,Marston's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_27e156f57b8fd43184fe629d5fc60b7d,Martin's Foods,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bcf0499b1206245602c7bea223fed55d,Martin's Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3c4ae7583a9f8453d91415526126f2ee,Martinizing Dry Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_26a719f1617b7942,Marukai,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f3c0dfec75964115,MARVIN'S,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_64f59b4d3932544a,Mary Browns Chicken and Taters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_31b6bf28b4260a63,Mary's Pizza Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_964383dd4958d4ee67bd67966c3df5eb,Maryland Fried Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d20d40a51d7593f23de13889a3052735,Maryland SportsCare & Rehab & Professional SportsCare & Rehab,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_57b34585fe1ab98b4be4cc399fc30c6f,Mascoma Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_c8e33a48e3b0fe1f27c5a2ca67c26161,Maserati,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_0b62e14629148af1696b618f3c5dbd63,Massage Envy,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_7c30c02d31e2d307d7ac540e35911b16,Massage Green,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_48cf94832e223f5f6db8bf8e9c3f5af7,Massage Heights,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_0eb9a210812f86d07cb6c6b046dc457a,MassageLuXe,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_490b5d5c8c4fd070,Massey's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6e0d90a0423fd2160e3b8903c2dc446f,Master Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_1e0a400aca5026fd1858b921d0ea08cd,MasterCuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_427a61f3aa086553f22511938eaf9773,Mastro's Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_358a39138c87a230,Matchbox PIzza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_41d66d16ecbbe70d,Matherne's Super Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_49852cbdd9ddbaf36f2f0af9372a8da8,Mathis Brothers Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_831e11d71a0041f2d81c15ad76112d3c,Mathnasium,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_1a11a7c592f69bca98876c223bd9e4c8,Matouk,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, +SG_BRAND_1f4a5d283343d8ad,Matt the Miller's Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4b3b04f953d9c06053aba73ef4672702,Mattress Firm,,442110,Furniture Stores,Furniture Stores,MFRM,NASDAQ +SG_BRAND_7d1db5e19fd79e88,Mattress King,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_4dba4e2505975f51917f8fcb604a22b4,Mattress One,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_43714f56660476c14491570aa8cb6407,Mattress Warehouse,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_2aa667329bfef95d,Mattress Warehouse Inc,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_83be7c01a435f2731cae6de05b822a0c,Maui Divers Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_c35867c4eff5dbc676b59f3ea1940189,Maui Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a30778528a6e9eaf3c29e53495196218,Maui Wowi,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f8f168c7e78af79a796297500e221a15,maurices,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_8082c3fae6b11bfa,Maverick Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_857fcc0687933d1589554945329fe236,Maverik,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_6e94fef414696888e1cada422b27692a,Mavis Discount Tire,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_f6f1d538e2e2445ed6927ea53a08f44f,Max & Erma's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6dd2e677a6c56251,Max Arnold & Sons LLC,,424710,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum Bulk Stations and Terminals,, +SG_BRAND_5f34483b2ff55768,Max Brenner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_45e5a2a121a953429d0c02b453a8af61,Max Mara,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_f0a328c235cb9b62592fcdb1d573d81e,Max Muscle,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_6102595d5f12b4ce,Max Studio,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_45e8e98425969231,Max's Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_79c086debeb9b3e8,Maxem Health Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_713328d86e74f0ef,Maxi,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6f89a45a934bf67,Maxor Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_48ef5a40201820f9,Maxway,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_5c406c6f1a68aae2,Maynard's Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_afffabf7ac4a5606f816bc852590dd01,Mayo Clinic Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_59f209acd683bb3b,Mayors,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_b7d0308621091afe8588693966373120,Mazda,,441110,Automobile Dealers,New Car Dealers,MZDAY,OTCMKTS +SG_BRAND_d913b90c0306899829d5830395db7c5f,Mazzio's Italian Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a7b1ab4c6661237b2868db054a99f47f,McAlister's Deli,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6fd257316a0387f2,McCaffrey's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_61d22f6575a06f47,McCarthy Tire,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_352a54b580210b3e,McClure Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1acb147cff4bf1d08d2e89f3df9b99db,McCormick & Schmick's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_89deb8287ae6a7ab779085a325a5f3ce,McCoy's Building Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_1e16ec3528e9b20e,McCraw Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_5179b21fc1d50950b99b4eecaa48c614,McDonald's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MCD,NYSE +SG_BRAND_182e37246f1e3f23,McKay's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_49b6b1cda514e269f33b01b89cd2dfcc,McKesson,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MCK,NYSE +SG_BRAND_6ce3a31c82278a3b,McKinnons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_47581eefc1614b13,McMenamins,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3b756e7ee1518c75,McQuade's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_68461493a754df6f,MD Now Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_11578ef312c914ca,Me-N-Ed's Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_10ed1370e8d52c43,MEA Primary Care Plus,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_59e4f77574e18b11,Meadows Farms Nursery,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_dd01056921209e74,Meatheads Burgers & Fries,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4ac57c83e87e38cb,MEDcare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_2e2ad802d159200a41babd8acf3742f6,MEDCO,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",MHS,NYSE +SG_BRAND_f47affe08d7e827c610433b0f56f704d,MedExpress Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_954a849392fc5c9e6ed40daa6bd5dfab,Media Markt Spain,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_e3d6fe8c53ad0246befb2e6ee562a297,Medicap Pharmacy,SG_BRAND_e6b579afa8461d8a315125f18c697f19,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_bc4c3ea6b717f96b2a17ad860a537903,Medieval Times Entertainment,,711190,Performing Arts Companies,Other Performing Arts Companies,, +SG_BRAND_bd6627ae2f615f963f3682eb4b5a21b7,Medifast,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_371ed8ab7223e0b8,Mediterranean Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_83acfebea16b1911,MedMen,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MMNFF,OTCMKTS +SG_BRAND_92461b74ceddfe,MedPost Urgent Care,SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,THC,NYSE +SG_BRAND_150aaf3ce4078184,MedSpring Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_cfa0ea75ca111c3c7cf96ed9824ecd3e,MedStar Health,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,, +SG_BRAND_3f22cc50d8b65e414af190e0def11b73,Meeks,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_1b407d3f72eada198e552ea3ef2dfb1e,Megaplex Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_da8801acf8224dcb0fc1554dfaabec5e,Meijer,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_db6b48fc042f3d3381391caa74ab3e14,Meineke Car Care Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_e376951db984cbcf0294ac7941405c35,Mellow Mushroom,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_221db6d9bf01e1c2,Melrose Family Fashions,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2e7e8f35587e1cc0,Melt Shop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4236172d27616607,Members Cooperative Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_c61c7072ba0c1825,Memorial Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_ac634d3e660e5304,Memorial Hermann,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3ea69e592d6b7424,MemorialCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c4572aee90f89411155f29bd22165de3,Memphis Wood Fire Grills,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, +SG_BRAND_ea4bcf22d2b43e23fdcaca9f9b16be77,Menard's,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_886d7e61ac617c15ba305e27aeba5f52,Menchie's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_d731526b9cef36525d608a32502ef2b9,Mendocino Farms,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_40318796f2b514b0,Mercantil Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_28a0f1ea96b87186959b09d3f4dc4af9,Mercedes Benz,,441110,Automobile Dealers,New Car Dealers,DMLRY,OTCMKTS +SG_BRAND_25a42b46e8e0429e6288cff02115fa47,Merchants Bank,SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE +SG_BRAND_c4a9c8a49f522eb6,Mercy Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_b432a8615c6b965d,MercyOne,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_85c69c700c32ab8a,Merit Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_7b50eee467c9515dd6779b8da48bdf7c,Merle Norman Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_46eb4db202c30c131d0c74610899d4a7,Merlin 200000 Miles Shops,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_26f4590def10248783a1c773fe230cc7,Merrell,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_44f5944cc1e9f835,Merrill Lynch,,523930,Other Financial Investment Activities,Investment Advice,MTTX,NASDAQ +SG_BRAND_a1e3846a69b269eb0b003d83ed9d69a0,Merrimack County Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_748b33cb2d7ba90c3e71ce53809ba261,Merritt Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_8336974f8bff28246a804c3d31ea932f,Merry Maids,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_22bc7cb5808d58ec49154013c14dda7f,Met Foodmarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6d8338e40765960e7e7a8c4c63c01594,Metabolic Research Center,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_267ebbdaa164564c880d080271397617,Metalsmiths Sterling,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_3e62099930e819f,Metro Dentalcare,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_e9c05760667278bb793180dfbd8f3223,Metro Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7f760941f862734b2d6d5e6a9fd4de09,Metro Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_f98082e677a8192c0eb7efebda95207c,Metro Mattress,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_26e4288a03430d18,MetroHealth System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_466c5e58583e5f0e529c4c6eb71c4fdf,MetroPCS Wireless,SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_31f3280ea1096155,Metropolitan Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4733f947843c042310f0cea56354b254,Mettler,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, +SG_BRAND_10e4a5a43a173542,Mexican Inn Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7aa60456496e5d94,Mexican Villa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7bf4ea17257d00a6,Mexico Lindo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cfbd063ef837319f95f6c3c3bd106695,Mezeh Mediterranean Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_af897618ee5115cae1abfaae4bf8b116,Mezza Mediterranean Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ef04821a308726904ad8512924634b7e,MFA Inc,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,MFA,NYSE +SG_BRAND_4b265686de98393b,MFA Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_51ea13820ab33db608fdc6af3f8186e4,MGM Resorts,,721120,Traveler Accommodation,Casino Hotels,MGM,NYSE +SG_BRAND_49838ba4bc87007a,MGM Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_4180a2e85825d616,Mi Casita,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_900258b7aa4c18c2713e2b08ffd0633e,Mi Cocina,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_50b23a4633cf2129,Mi Ranchito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,Miami Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6fac238101fdcd8c,Miceli's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_89896b299191a09f8ffde872a296da04,Michael Kors,,448140,Clothing Stores,Family Clothing Stores,CPRI,NYSE +SG_BRAND_89e08dc506539722a8c06916c897026e,Michaels Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_48c0d010c19c15aff729182501465b8e,Michaels Stores,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",MIK,NASDAQ +SG_BRAND_5e8d20aea751ef7c,Michigan Urgent Care & Occupational Health,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_21a8569d4e6a9212,Mickey Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f4ec2c3e5e5bdc50dcf0937dd89ec2dc,Mickey Shorr,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_94d059a5e14d4c2641f05bd48d94a7f4,Micro Center,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_5f532a3fc4f1ea403f37070f59a7a53a,Microsoft Store,,443142,Electronics and Appliance Stores,Electronics Stores,MSFT,NASDAQ +SG_BRAND_3eea9f8779347c94,Microtel Inn and Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_51580924229c9320eff44d32c7e74640,Mid America Clinical Laboratories,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_94c6de8e7f0a3881c14ed4bbbcb514ab,Midas,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_20ce5dfb5cdd4d32,MidFirst Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_52a86b883a2c9afd,MidiCi Neopolitan Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e70329116af07d5,Midland State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7a2f899064b0f64f,Midori Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c02a0180e2875db8d36a494437fe23e2,Midtown Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b93a797674f7257fdaa173f6572fb63a,Midwest Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_4eb65fc6607ee873,Midwest Petroleum,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_57487ba49f13c225,Midwest Vision Centers,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_3a10c1ca8b7824f7,Midwood Smokehouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_054f9e874f9d5821,"Mighty Fine Burgers, Fries & Shakes",,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c75c3d7e2fa484d43255abdeffb45dc6,Mighty Flame Propane Exchange,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_2a7f101eff6b1854,Mighty Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3d49ea15026df307,Mighty Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7699da4304557b31,Milio's Sandwiches,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2215fe2bdbf3937a,MIllennium Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_cccc4b6e19911a19fb31b3cb470a5f16,Miller Paint,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, +SG_BRAND_a5a8e0af54c372f976a8552b19d42660,Miller's Ale House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5aec83dbe42d652e,Miller's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4c0781e7d4a221a8,Miller's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_281ca1bf597586208d719aacdd67fa73,Mills Fleet Farm,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_748a0a1a6412865e,Milo's Hamburgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_260cf7dfdf6ee3b2b430331f20c8211f,Mimi's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_44c6c370fd1859325f7119e96a81584e,MINI,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_1d8c5f2d089054f1,Mini Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d18fb10536240a9460e8078c4f6e1811,Mini U Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_e1e142a56327163,MiniLuxe,,812113,Personal Care Services,Nail Salons,, +SG_BRAND_205f9fcbaa95603e,Minit Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_e5e8b55e4dba4fb7,Minit-Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_26445288810e5750,MinitMan Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5f5fd959b8f4d004f14b7d54d2f89b94,Minnieland Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_7addbb50380d485c29258638e50c38ac,MinuteClinic,SG_BRAND_72f1a850d966375fa159121c7c8b09a1,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),CVS,NYSE +SG_BRAND_39e3a9ec8e2a01da,Minuteman Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_da6d31429170ed4b9b599780c5e63159,Minuteman Press,,323113,Printing and Related Support Activities,Commercial Screen Printing,, +SG_BRAND_aff67914c57e7582a9ef26f7e3e80183,Mirabito Energy Products,,221210,Natural Gas Distribution,Natural Gas Distribution,, +SG_BRAND_dbd5107585ce3c5233c7dc508e7cedad,Miracle-Ear,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, +SG_BRAND_513aa9820be8fdfc,Miraval Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_37d919842ad8bc5b87fa470376af6d3a,Mission BBQ,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6eb12b87205a0a78,Mister Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_84867ff4b1513634091d5a1c3eb4296a,Mitchell Gold + Bob Williams,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_416cca15361bbe54,Mitchell's Fish Market,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e03de6e9590dc665,Mitchell's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_11eb670fec8a79bd,Mitchell's Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f815564f1fb658fbc1d8df4eb059ea77,Mitsubishi Motors,,441110,Automobile Dealers,New Car Dealers,MMTOF,OTCMKTS +SG_BRAND_109b1f619cedc25a,Mitsuwa Market Place,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_454235bf4095c78a,Mixt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_160ebfc25995f0fa,MJM Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_ab49d1ea4009e85e1da3e0071bd568b5,MJR Digital Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_325036e8d93d80a8,MNI Source,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_5b0bdabac6b05c2e37cd904ce2c6fadf,Mobil,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE +SG_BRAND_e71f02f39f72dd887145ef15a9fceb97,Mobile Mini,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,MINI,NASDAQ +SG_BRAND_2ba1bf1377e1eda4,Mobydick House of Kabob,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_20b34dbdde8940a2,Mod Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_64e49e1011d505c4f87a72c2c29be07b,MOD Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3efbddcc0ee96975aacd4e18fc1a3a9a,Modell's Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_b3e899a755e995956df23d01ea766056,Modern Acupuncture,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_423a871bdf1f1eedddf1314aa20f67e2,Modern Market,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_27c76400ab1bde32,Modo Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_795bc17a580defad,Moe's Orignal Bar B Que,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f42806be078e8ad6edf966cbbf372579,Moe's Southwest Grill,SG_BRAND_3626cf91f0dde442,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fae9a73856d0261bc4185eaa7409c6cf,Mohawk,,423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,, +SG_BRAND_6c9aa50e3979894f5eaf96f21e955096,Mohegan Sun,,721120,Traveler Accommodation,Casino Hotels,, +SG_BRAND_f8c9b0b85d14062315db8988a76340ea,Moleskine,,322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,, +SG_BRAND_3cdf51e28ad4674e,Mollie Stone's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_23db07228f1b1649,Mom's Organic Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5f04ad68a5926150,Momma Goldberg's Deli,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_47db3a68d6365ffd,Monarch Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_aaff7547d7ca1821,Moncler,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_d136c29c8966aa743f29c9f8179289e2,Money Mart,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_1a3d18277cd2e8d5932bb0d5c4653085,Moneytree,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_c2ae41f41239abb0,Monical's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_70e80b1628563335,Monkey Joe's,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_462c6e01a2086f21,Monro,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_00ec034a0e1b5ad448338d6cca4f465a,Monroe,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_6c171239d07f223d3f86699d42c336dd,Monsanto Asgrow and DEKALB,,111421,"Greenhouse, Nursery, and Floriculture Production",Nursery and Tree Production,, +SG_BRAND_1b8e221389c746b9,Montage,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_308f18a586a941517358ea4356ac9c4d,Montana Mike's,SG_BRAND_5a3ecd02bd631b54,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5a40df22f64943e2d6e2d37ef55a26c8,Montblanc,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MLCMB,EPA +SG_BRAND_6106e970c819201e,Montefiore,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2434b3797899472d,Monterrey Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7d031823753b8a59,Montgomery Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_730cd1c680f99dd4,Moosejaw,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_dd7dc37651251aa6361e616ef2f8ed07,MOOYAH,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ddb2ab7b49460f5afa866065a96c96ec,Mor Furniture for Less,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_b1a48b2577d967619db83f8d4172b23b,Morgan Buildings,,321992,Other Wood Product Manufacturing,Prefabricated Wood Building Manufacturing,, +SG_BRAND_1aa704ea288c16e3fdaafce3333e7eb4,Morgan Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_4f981c92c6b18e0e,Morgenthal Frederics,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_512ef2658762ed7867313f26e137fa42,Morrisons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7a4a890ad1a00d6b,Mortenson Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_eb46b8c03a20103570adf067bf65fb77,Morton Building,,236115,Residential Building Construction,New Single-Family Housing Construction (except For-Sale Builders),, +SG_BRAND_0f47631937472b7c15b5c95e9b4c402a,Morton Williams Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a0a615905acfba510a89b4d65f7fa55e,Morton's The Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0675cbdec40ff92d,Moser's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,Motel 6,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_728cd6bd3a1790e6b8c51648580c33a9,Mother's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_31ccd8f9ee06db07,Motherhood Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ +SG_BRAND_5fadde6ba5908b1a,Motion Industries,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_7fb70038e68e9600,MotoMart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_11adac1cfd113915,Mountain Hardwear,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1e8f4e48e8ede5113518c2d5acea36fa,Mountain Mike's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1ad74e2c885cc4b6,Mountaineer Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f12379d2e0571cb0c196babad0ad667e,Mountainside Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5d94444c35b56a9b00bd6e8d22c9b573,Movado,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MOV,NYSE +SG_BRAND_bbdcf2d34e46de723877b32d7fa190a1,Movie Gallery,,532282,Consumer Goods Rental,Video Tape and Disc Rental,MOVI,NASDAQ +SG_BRAND_3ac7d71f1abc0f6cace017f8ec7d23d2,Movie Tavern by Marcus,SG_BRAND_a6f6390f0895160f0924d226e97a90aa,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE +SG_BRAND_54c0d79d060b5846,Moxie's,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_3baebb140e1eaa8d,Moxy Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_6f152897c9477af1,Moye's Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_173677f73724eb74,Mr Chow,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4fd85383b50e7bfc,Mr Handyman,,236118,Residential Building Construction,Residential Remodelers,, +SG_BRAND_2daa4cfee1741a7eb4d8935072d3c40a,Mr Jim's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5e6fb31b2cd58f99fdccd4b80ec32fab,Mr. Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5508049bfd2bb2ad,Mr. Gas,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_f53e25d77610a90b0174f9db5ef22ab1,Mr. Hero,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dac102e29e5bc42b,Mr. Mac,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_11a17397cbfcea0bd26ebd70fd5b2336,Mr. Payroll,SG_BRAND_8e4dd7bd1eafa28b,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities",, +SG_BRAND_29f8ce6666d4687c,Mr. Pickle's Sandwich Shop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f2c023640bfc32ed6cff80f66e643120,Mr. Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_7e4ede93ace5fa5f,Mr. Submarine,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c4bff7ee5f31b2c5f667c068f2bd50ce,Mr. Tire,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_4883a09589280ea9,Mr. Transmission,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_5bb4fd8e9e6b1fcf24c2f99ccb53f610,Mrs. Fields Gifts,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_7ed80027369ca26538908b5e30b6c570,Mrs. Winner's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_596b3dca24b888f078e6f03fde7fea17,MSC Industrial Supply,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_6351c180fa642ab1,MTY Group Inc,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_298ec32192733964,Muchas Gracias Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_efa564e879e607a3ddab88327795737f,Mucho Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_32e418672908887a75d9d2eace0fe499,Mud Bay,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_893188b2ead2375714717edcca604bac,Mueller Inc,,332311,Architectural and Structural Metals Manufacturing,Prefabricated Metal Building and Component Manufacturing,, +SG_BRAND_4fbe4fcb8e82e5c5,MugShot's Grill & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5426ec60ec662b89,Muji,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_d10e4a3611161b1f,Mulligan Family Fun Center,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_9d4960379a521976155013ed0fa2671f,Multi-Specialty HealthCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_faf821654491145e08d946a04db4f3d8,MultiCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1b955d79ab01142e,Murale,SG_BRAND_1b47663a692f81de,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_ba2c83002440d2359dca80a9852be5e6,Murdoch's Ranch & Home Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_00ae747ff5ad20e83df439ab616ecc35,Murphy USA,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,MUSA,NYSE +SG_BRAND_b91a40ef08c49985213bb051150ba2b9,Murphy's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2bdcba67b27c18f120b5543aba2f7020,Muscle Maker Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MMB,NYSE +SG_BRAND_468fdca1732445b45f09ee804f275130,Music & Arts,SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ +SG_BRAND_5a393a755473cbb0,Music Go Round,SG_BRAND_6078c00b7e4eb7c3,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,WINA,NASDAQ +SG_BRAND_1b322400dec2206db69d03f474d8ba8d,Mustard Seed Market & Café,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_4583646522636fb6,Mutts and Co,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_5d9c4d15214bcc7dbc4ced56842b5a58,Mutual of Omaha Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_3459612970a68a5d,Muvfitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4ce9947c43d48d84,Muvico Theaters,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE +SG_BRAND_e1dafc481f64ce,MVP Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_70ad43ef2f231e93b96e0168a0f2a8f1,My Favorite Muffin,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a20d9bc06bfee379b473b2a9ae408370,My Fit Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4e3427b794f658470157d1f5f565e86f,My Gym Children's Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_61ef7639973e2f79,My Salon Suite,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_1617da4d9d55dc44df9681ca9dac5c2b,MyEyeDr.,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_050ddbb5d122b659d1a7d274cb860407,MyEyeLab,SG_BRAND_1a21718075662c354a39d31c6d5161a3,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_a9ff455fc3b0b8f505d5960bcbe6c444,Na Hoku,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_3ec5a0f4f4a5e19fa7f66a7b417c8269,Naartjie Kids,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_9e7798957983da852cb2d3716212036a,Naf Naf Middle Eastern Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2232a92d0a865f03,Nail Garden,,812113,Personal Care Services,Nail Salons,, +SG_BRAND_73f44049752a8258,Nails Plus,,812113,Personal Care Services,Nail Salons,, +SG_BRAND_558e1250f39e9ec5303ed0b6f3fb6796,Nambé,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_414d2de83c559468,Nancy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2b8aba8c57818c33,Nando's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0360b31f1dbd135a,Nanticoke Health Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_dddd21f70594bf6e,NAPA Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_1b2055b23db7f6c8,Napa Fayette Pat Services,,423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,, +SG_BRAND_e17d03cf7333517e1912b40ecfd766b8,Napoleon Grills,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, +SG_BRAND_2c746632e7ef613a,Nashville Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_897e9525928c6537946e8b836dfc1c89,Nathan's Famous,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,NATH,NASDAQ +SG_BRAND_40ff3f31adb8051,National Bank,,522110,Depository Credit Intermediation,Commercial Banking,NTIOF,OTCMKTS +SG_BRAND_6460e41dfb47afa0,National Bank of Arizona,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_1dfcb76f6403d3c7,National Bank Virginia,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_eb3c8d85c6411e34ceb6681425832b72,National Car Rental,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_e0d979d6470fda5ae0d86489b79b612d,National Cash Advance,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_031a86b036bad01a966b3d7a5e8470e4,National Glass Association (NGA),,238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,, +SG_BRAND_e9878bebd1957e5e99c21180cdf8e604,National Pest Management Association (NPMA),,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,, +SG_BRAND_a4389960f6a9eefcb1bba5e35cea4159,National Shooting Sports Foundation (NSSF),,511120,"Newspaper, Periodical, Book, and Directory Publishers",Periodical Publishers,, +SG_BRAND_7f044785a50c420953458855434e0adf,National Tire & Battery (NTB),,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_f511111aeaa30c6b,National Tire Wholesale,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_fa7dd3a3021189f989c83e0a10c9dc23,National TV Sales & Rental,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, +SG_BRAND_4e866c95d852db7a3121e52a7db1a347,Nationwide Vision,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_7aeb6d2f859ca2d68975bcc29c1f1da5,Native Foods Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d0bdea475ee7d058649f7015aacdbf87,Native Grill & Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7e9c842e3c130af3,Native Roots,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_82eb09495f4ea52db09e563fe80b3ca1,Natural Balance Pet Foods,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_5b4f9ae82e10ba6112a8f8fd78134a40,Natural Body,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_73df4257112c7cd3,Natural Chicken Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3b6f1da512f40dfae0a7c0784e41f171,Natural Grocers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NGVC,NYSE +SG_BRAND_16692a1340694885718cd230ca3d1e22,Naturalizer,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_c9b3a94cc4ef0508d609ffd6cb591e10,Natuzzi,,442110,Furniture Stores,Furniture Stores,NTZ,NYSE +SG_BRAND_71354dc837539464f44ecff3e19fe7e6,Nautica,SG_BRAND_8dec87ebe111e2b4,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_7d320b59e29d69a0,Navarro,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_8ff42c8c88d1d1924b925f83853cd7d9,Navis Pack & Ship,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,, +SG_BRAND_baa77b2fa3dbd0c5f6e3039638bae389,Navistar,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_be82c0a3c3953343b719c69862917553,Navy Exchange,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_b9fc6ca936ba09958d5076dd5ebfac69,Navy Federal Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, +SG_BRAND_4255a706c2b8f064ce8b58c3f6b93504,NBT Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_f5f1b56fb5de5dd0,NCG Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_8a3c51f7bb10e8a5b5af449c125b4656,Neal Tire & Auto,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_757849bdf86f6213,Nebraska Furniture Mart,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_42501d88a10c4010,Needler's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1b9e62f0eb87b4c2,Needs,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,Neiman Marcus,,452210,Department Stores,Department Stores,, +SG_BRAND_bba476f84bdebbd026a91fdbf3bc3416,Nestlé Café,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_4a554af07e7e6645,Net Cost Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4aee0ba8deb6ed0f68f1345844d493fb,Neuhaus,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_16e49361edce36b2,Nevada State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_17d359918fd3a6a893423f72a0898e3f,New Balance,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_1855dc120288a8a,New Dixie,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_7b7f221ef3163a3d,New Hampshire Liquor and Wine Outlet,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_d10d1ea2eaa3078cd700d9e4bf0851e3,New Horizon Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_745e627524cb090e,New Leaf Community Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e59c3bbbdf6e494d6f0dc3846a2a7547,New Seasons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f95182d04db27cd4adae94aa64946098,New York & Company,,448120,Clothing Stores,Women's Clothing Stores,RTW,NYSE +SG_BRAND_cec9553e6d836eb0,New York Fries,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_81cb6bdd4195aa20f26134b2788c1909,New York Health & Racquet Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_911ca522dc0ffcaf22d3d7001ff65a51,New York Life Insurance,,524113,Insurance Carriers,Direct Life Insurance Carriers,, +SG_BRAND_a040be730f9cb3f,New York New York Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_66125ed42a91f36b,New York Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_544a3df0e8a2eaf1,New York Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6059e5c465c225a7,Newbury Comics,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_32aa08f83e65bdd7e73d5921faae71c6,Newcomer Funeral Home & Cremation Services,,812210,Death Care Services,Funeral Homes and Funeral Services,, +SG_BRAND_3cd74d76cdc8a690,NewDominion Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4c4cd85cde056a31b1c1a526a024587a,Newk's Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8ecd88beeac06b4dcc7674e0b5b88f5b,Newport Creamery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fb60d65e2f7f8462,Newport Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_2c5b883513346eaa0fb5621bb47da9ae,Next Generation Children's Centers,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_ee1741d5c38de6bdee4a31e7d99ab464,NextCare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_7ca0e93e68b53a3590a90a9f163b707e,NHC (National Health Care Corporation),,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_dcca5765a722a437d5b90fbe36c0eeff,Nice N Easy Grocery Shoppes,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_136227df6515730d,Nicholas Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1dc2f1729eee4943,Nick's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1a6f9d0ae77431c5,Nick-N-Willy's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_22c3699d3443ae80,Night Lite Pediatrics Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,Nike,,448210,Shoe Stores,Shoe Stores,NKE,NYSE +SG_BRAND_8ded51290967b4c,Ninja Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8928603cd5f39e8583cf8becbc180bd2,Nissan,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_bbb7a0b6aada6560,Nissan Motor Company,,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS +SG_BRAND_60a3a8e0f9af2689,Nittany MinitMart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_15f9aa77d1dd796c,Niyjia Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_408efc0c179505c3,No Frills Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6f0f653d828996fa,No Grease!,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_895cb4aeaa99ccfad8d0525d95648593,Noah's New York Bagels,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ +SG_BRAND_12e55cc365b8f06d,Nob Hill Foods,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_24d619241fb82b71,Nofrills,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d982694dee007d107504f70d50e43da4,Nomination Worldwide,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_6e4e612dc06a882cd34b8d0466e84a56,Noodles & Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,NDLS,NASDAQ +SG_BRAND_6f90e678bcb218bf125add1cce152959,Norbys Farm Fleet,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_3745a5a959c9ad71d1b9514de87a5fa5,NorCal Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, +SG_BRAND_b01106779ddb0e8b,Nordstrom,,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_f8828b5b30d5d492d1517b87aec09f96,Nordstrom Rack,SG_BRAND_b01106779ddb0e8b,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE +SG_BRAND_937b376f37f41f2b277838c1b57b6351,NORMS,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ed8964e548536ebfd6088fb350583cb4,Nortek Security & Control,,334310,Audio and Video Equipment Manufacturing,Audio and Video Equipment Manufacturing,, +SG_BRAND_01c7aa8a05a201d0,North 40 Outfitters,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_141c6c2b765459332da36a2e8db80b75,North Coast Roofing Systems,SG_BRAND_1b2818c0478264ea,444190,Building Material and Supplies Dealers,Other Building Material Dealers,BECN,NASDAQ +SG_BRAND_54c385a865aaeb93,North Italia Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a8c33208b111ea54b3199e8f9e835630,North Shore Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d0cb686da2055f4bf1d56755eb6577a3,Northeast Georgia Health System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_48ea4160b06472de,Northeast Georgia Physicians Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_39802b10785469c2,Northern Lights Pizza Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_16ab8140b3a59e193cd6cd2624364801,Northern Tool + Equipment,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_d225fa0c7d2ae449ba60aba604fe7d97,Northgate González Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c58dac900c1368e5,NorthMart/Northern Store,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_2b136b6fead3603b,Northside Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_31a5f0e7c078767f,Northwell Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_a69832ebe8d9a3f9103b8cd9d27c57fb,Northwestern Mutual,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_8d7694adeee12064,Norton Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_6aba94cc637d072bce1f1837c324fa2f,Norway Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_573cbcaebab6b5f,Not Your Average Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_06e63dbcb0f18f13ff92bd23dd7f2213,Nothing Bundt Cakes,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_3fa02aac9962c960,Nouria Energy Corporation,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7238d42c44f66d1e6b5b403deeecb4d3,NovaCare Rehabilitation,,622310,Specialty (except Psychiatric and Substance Abuse) Hospitals,Specialty (except Psychiatric and Substance Abuse) Hospitals,, +SG_BRAND_5a0efb92e9973e60,Novant Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_58e4f7bad13800c5e4f3679e95dabd54,NOVUS Glass,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, +SG_BRAND_21c314976c5d31f16d07937ea81031ef,NRCA (National Roofing Contractors Associatio,,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, +SG_BRAND_2996ea925e94b6e35fc3caf50dddbc7c,NrGize Lifestyle Cafe,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_11c34964f8cff0d9580b5627b82c71b3,nTelos,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_5913cf619a3a07a3,NuCara,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_bc9afd4e2584c40671a111828fa78961,Nudie Jeans,,315190,Apparel Knitting Mills,Other Apparel Knitting Mills,, +SG_BRAND_74052a4dad620fde22b548cd6a084f59,Nugget Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5a550938d4a50ba7673cd56a2b9da0fb,Numero Uno Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1774ad834f86060d92b99123ae1311a3,Nurse Mates,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_e5365e24fc5005c37f902e505406f767,Nutraceutical,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_db4b8827270aefe87284232e54bd04ab,Nutrien Ag Solutions,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_bd024d556e6d1b4618e9d50cbcf23a01,Nutrishop,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_bf89947b9145e75d3202f2c4561007a0,Nutrition City,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_122a246f7ef28715,Nutrition Smart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bd591027e1d8660ef0eff0cd46c008db,Nutrition Zone,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_63fb6c3de5ee627b,NYCB,,522110,Depository Credit Intermediation,Commercial Banking,NYCB,NYSE +SG_BRAND_7026142612839b89,NYPD Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1810f1efe2d4be0cec83c66170d68a95,NYX Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_a1602487fdedebfd951608a6646770a1,Nékter Juice Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_c1b9d1472316228fa64358d9d4e866bc,O'Charley's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUX,NASDAQ +SG_BRAND_8e5762f2bca5e0a62ef5da4b78de3ed5,O'Reilly Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,ORLY,NASDAQ +SG_BRAND_76825b1034c09c4547bafc7c6f631f17,O2 Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_17442654b28414a947bc676e080f1616,O2B Kids,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_63413f91a4c2e0fa31c5551426870f76,Oakley,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),OO,NYSE +SG_BRAND_117d91c6a02aaac1,Oasis Stop'N Go,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_65a950db43adb276,Oberweis Dairy,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_412f21bb0f0232e1,Obicá,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_56d29db6ceb39da85aa918449ac88680,Oboz Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_4c80f87df195e554,Ocean Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_3dbba66d2cde4dc7,Ocean Prime,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f91b513c6a49e54d11ec0e6a929b55d,Ocean State Job Lot,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_542d01c0cb646cc8,Ocean State Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_b5043703dafdca112f25dacf8cf78b3a,OceanFirst Bank,,522110,Depository Credit Intermediation,Commercial Banking,OCFC,NASDAQ +SG_BRAND_b520cc3a3e43a32d,Ochsner,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5075841ea4301026,Octapharma Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, +SG_BRAND_784f6c6c44c5b507,Odells's Superfods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0661749fc43e9bc6bdb08b200f7b3da9,Off Broadway Shoe Warehouse,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_2bd54c48e76ff240,Off/Aisle,,452210,Department Stores,Department Stores,, +SG_BRAND_9575df69ce667567,Office Depot,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_0a7d639630e7333ab41d8dcc8d189e7b,OfficeMax,SG_BRAND_9575df69ce667567,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ +SG_BRAND_7860c3886252c4cd,Oggi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_148e9eaf8e744c19,Ohenry's Coffees,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_5713aa76b4e2694a7dfe51510c54c8fa,Ohio State University Wexner Medical,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_cb504401eada7bd5630f78ea6366f675,OhioHealth,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_840f5058f3fa7010c3142d2a8539807f,Oil Changer,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_6f926df094aa19f90e76a982126e8362,Oilstop,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE +SG_BRAND_2db9cc48ee5e27be,OK Tire Stores,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_f420b6f4624d45ed7886dc6db3429442,Olan Mills Portrait Studios,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, +SG_BRAND_fc5a7fe7f7266eb156ec047f0a734399,Old Chicago Pizza and Taproom,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a5b2a4e3c09e0829eda2bd41b8727808,Old Country Buffet,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_442f969140249cbc1ff09b17b3b6c149,Old Dominion Freight Line,,488510,Freight Transportation Arrangement,Freight Transportation Arrangement,ODFL,NASDAQ +SG_BRAND_b9051db14066a865167ed2cea172b3e2,Old Navy,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE +SG_BRAND_f8ab1224308699cecbd1681b5d667075,Old Time Pottery,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_0e658c1f1513878b3e103361691cca44,Oldcastle,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_2431c86af80e87e8f21aa6f4dd439838,Olga's Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_29e52fe03f73e6ce21a527123c4d97b0,Olive Garden,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2d9e2f442f9982a4e218d7ceafb62255,Oliver Peoples,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_36d27fc42bfdcda,Oliveto,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_991d5f52e030a7f58ca30d121b7c5c69,Ollie's Bargain Outlet,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,OLLI,NASDAQ +SG_BRAND_61098b99c11ac5960cef4b0d6cd468dd,Olympia Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_9dcdbb68a8a63caa29379592f4d2017f,Olympus,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,OCPNY,OTCMKTS +SG_BRAND_96d46be1284ec09b880b644f1200a2a4,Omaha Steaks,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_f36b7f9b8c409989,Ombudsman,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, +SG_BRAND_d2413eec482054e,Omega Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_0fa34a93258ade56,Omni Family Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_61b35895d846b8e4fbbf32b8ee1be5a6,Omni Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_bd3153c1adf543ebe54535cec7183cb2,On The Border,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_734e03b4e879287439d21ecf3aa9d4f2,On The Run Convenience,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS +SG_BRAND_95e2ae894d30fd4735314ac047037d0e,Once Upon a Child,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_2e5216894e201da619a4b6dfa458698f,Oncolab,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_42a2d83db06b7f0e6e7b48a6bebe975c,OnCue,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_8cd9a02f90edf94a263d1e0f3fe214c5,One Hour Heating & Air Conditioning,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_00f0efce83a7ff22,One Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_109d4852764fbd37,One Stop,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_641cc4146b01ab4e5e94e47baeb106be,Onelife Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_98fb0ace0d6a940ed8d53f890f79b735,OneMain Financial,,523930,Other Financial Investment Activities,Investment Advice,OMF,NYSE +SG_BRAND_64717bbc183c85b2,OneWest Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_0f943ff8f5fed0bd6eb1f4c3225ba5cc,Ono Hawaiian BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7672305090f0ed85,OPA!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cdb179dbe41c5c3,Open Sesame,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a8e125314bdcc1c,Orange Julius,SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_0fc6daac5e179697fe5e1b1822578618,Orange Leaf Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_77e0833237097990,Orange Shoe Personal Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_80987f2551041e24748e1fd78c94adf1,Orangetheory Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4926561d9ccce7aa8d98f9c3ed7d5e71,Oreck,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_1eca6d1be584f782,Oregano's Pizza Bistro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_307935efe89ead1f,Original ChopShop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6d1f51f5f9332c8e,Original Italian Pie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1216373ee9d0e13,Original Roadhouse Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0eeb43f6c59c85b6cdde070a05a3cef8,Original Tommy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_822476109ed542a5519e3cd35de9d904,Origins,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_39919f7f9eeea90a,Oritani Bank,,522110,Depository Credit Intermediation,Commercial Banking,ORIT,NASDAQ +SG_BRAND_bf10d1663255cb005b401daed9c0355b,Orkin,,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,, +SG_BRAND_563b8b8f9cc1eac2d1a2282af58e4236,Orscheln Farm & Home,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_66811905e1046d49,Ortho Mattress,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_e3e08f3a4b59cd36ffd3d1c1d2e1b40c,Orvis,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,7827,TYO +SG_BRAND_53aa5a42ebf89f4,OSF HealthCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_34e0f7d7aa0633e1a2f38bd9ffbefe9f,OshKosh B'gosh,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_a78ad4253f30026780f728464a7feac9,Oticon,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, +SG_BRAND_58b5581231c02274,Our Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_bbda8c58ab2c6658e3afa3d31a8486f1,Outback Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BLMN,NASDAQ +SG_BRAND_286c599e65433a21,Outrigger Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_4c486f41fa703b7e,Ovation Brands,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c1c400f98386429797e9d2966f977ba6,Owen's Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_7716221de5c733a,Owens Healthcare,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_5cc6b20a088e85be,Oxford Learning,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_286a8100d1278b904f0d6fa2b5f02006,OXXO Care Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_c00da3269110666a,P. Terrys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5c67f7e33cda67620d999c4c50e8dcda,P.C. Richard & Son,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_37174149c640145af6f74c2e1e6ed9d3,P.F. Chang's China Bistro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,PFCB,NASDAQ +SG_BRAND_bccf728f1ed5a35c,Pacific Medical Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5eb2d5649dc22723,Pacific Power Batteries,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_c9deba94693f0dc718bbb1912d6f135d,Pacific Sales,SG_BRAND_2c648ef84225e10f0499e7d255eacf71,443141,Electronics and Appliance Stores,Household Appliance Stores,BBY,NYSE +SG_BRAND_6e10daf79d293a59a426b906402666f3,Pacific Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_1208c18e36b8fd1a,Pacific West Bank,,522110,Depository Credit Intermediation,Commercial Banking,PWBO,OTCMKTS +SG_BRAND_72e8d257cbc09631,Pacifica Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_76b526f32c160c30b78e44391979dca5,PACK-RAT,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_53577319eb5518dd0225614a160a547a,PacSun,,448140,Clothing Stores,Family Clothing Stores,PSUN,OTC +SG_BRAND_15377ecb541ea17a,Padow's Hams & Deli,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_c8f7dad2bc6276dc33ca13254934ccdb,Page Plus Cellular,,517911,Other Telecommunications,Telecommunications Resellers,, +SG_BRAND_8b5de7daf246183,Pagliacci,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ed132ba0b2d778d230d944b64ea20eb5,Painting with a Twist,,611610,Other Schools and Instruction,Fine Arts Schools,, +SG_BRAND_718dfe8e6a18ef0,Paisano's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_9627d34e0f900b605b86c0483b8a887b,Pak N Save,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_772ee8293fb7a846,Pak-A-Sak,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_5dc31d6358b90758,PakMail,,488991,Other Support Activities for Transportation,Packing and Crating,, +SG_BRAND_8dc77ec076bb07392e65e99da5035d7a,Pal's Sudden Service,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fb8949405ee193aa4312969079ec9b78,Paladin Heavy Attachments,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_93496224cfdc42adbbd2a27da2072cf4,Paladin Light Attachments,SG_BRAND_fb8949405ee193aa4312969079ec9b78,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_b24c75a4014c967,Pallio's Pizza Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_da7574da1d7a935706093ca3394b6ab1,Palm Beach Tan,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_d28013864dd8dade,Palmetto Moon,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_331e613bbf48d85bd73771ddfcdceca0,Pamida,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_23e0dea8add43f7c,Panago Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_80d5e78e7a23a17724ce3e26e74572d4,Pancheros,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_317cfd028226ab35,Pancho Villa's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4a453a402f10c481d2fe4cefaa1d2b09,Panda Express,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,Panda Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5aca36eebd9f699e43279800c61b7115,Pandini's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_56ea1d0515eb72429fee0c0afcfe8578,Pandora,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,PANDY,OTCMKTS +SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,Panera Bread,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_22618045df5751f1,Panini Kabob Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4a2511dbe1db98de,Paninis Bar & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7055f9a8bba57f76,PanIQ Escape Room,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,Papa Gino's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2bc3b742e1d5eb8993fb301179f1700b,Papa John's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PZZA,NASDAQ +SG_BRAND_c84f3e1418c1e4a400bc97e55dd04c31,Papa Murphy's,SG_BRAND_6351c180fa642ab1,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_66082645ac8c8925,Papa Razzi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7b5e85293239654c,Papa Severio's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_019ed65b3584fd1c978e0c3e39ca86b2,Papa Vino's Italian Kitchen,SG_BRAND_196a8e1068d8286d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c5d1baf1d92db653ad78c1519bc6f4ab,Papaya Clothing,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_645ad08457e1133ea886ff8abac40acb,Paper Source,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, +SG_BRAND_2785a5e5b4b75931266dfd551a4b766c,Pappadeaux Seafood Kitchen,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7e5ab8c5d0e68000,Pappas Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,Pappas Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_080a407bb4550516602efcf9f8220818,Pappasito's Cantina,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b276db333537c66ca679a08db0547130,Papyrus,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, +SG_BRAND_30a7c624815235e9,Par Mar Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_734b15e1bff979be,Paradis,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_72d8c47bc25ee3e2e9751bfbad6c5e2d,Paradise Bakery & Cafe,SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3cd0b7b8d47c9a3,Paragon Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_756853c94edc4d1ae0f236f876c0dcf1,Parcel Plus,,561990,Other Support Services,All Other Support Services,, +SG_BRAND_be1d40bed004757df4369d291725b8dd,Paris Baguette,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6e6ed17b33882c45,Park & Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_235efbcf715fea0a,Park Avenue BBQ Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_416288d2d347088eee8b3e454e6578ff,Park Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE +SG_BRAND_5e0c739e95bd5179a5f0ed7683f6cedd,Park Inn by Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2b18e4fd0b6de0e2,Park National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_3ad9d7826f3afaba,Park National Family of Community Banks,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4d5017439d81e956,Park Place,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_e35fd8868651adc271f72ea260906377,Parker Hannifin,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_2b76e0f61de1be02,Parker Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_75d79844c4f4bd03,Parker's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4e46d90be4603b72,Parker's Corp,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_23335b01d15a570d,Parker's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_25e5063333a11a1b,Parkland Fuel,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7cd9d1074db078a68d99607dcce4369c,ParkSterling,,522110,Depository Credit Intermediation,Commercial Banking,PSTB,NASDAQ +SG_BRAND_25838da5a104342e,Parkview Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3b375e27788cfd99,Parry's Pizzeria & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_534956a5c67746cc,Partners Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_1e64ae3401df7bf17592bf5cfdf326b3,Parts Plus,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_f0522c7c6ecb0594fd2a2e2f693eb3d9,Party City,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",PRTY,NYSE +SG_BRAND_1a78aa58aafc68de,Party Land,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_2c1c384e3fca6b6,Pastosa Ravioli,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_5426a22ba6700908,Pat's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_aa822dba516e0cd7f81de5bd9624bfbc,Patagonia,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448140,Clothing Stores,Family Clothing Stores,WWW,NYSE +SG_BRAND_d67f600f1c75736d,Patel Brothers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6c813d1389a6298,Patene,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, +SG_BRAND_4d76ff99c54a1297,Patient First,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_91af38dc479f56d7554a0e362c5e1f03,Patio Enclosures,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_87df2536310c2a9bce50ec61ea2d5fc2,Paul Davis Restoration,,561720,Services to Buildings and Dwellings,Janitorial Services,, +SG_BRAND_bbe1d5c1792b2684c41bad0c79748dc6,Paul Green,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_5df60c7d99f2eab58a3322ae42abbaa3,Paul Martin's American Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5ab7866580eb49c8,Paulmac's Pets,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_195e682a76ed05e0c4c727b58a9311c5,Pavilions,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d9ef05728d282af64359a06446d6edf0,PawnMart,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, +SG_BRAND_fac05edd473b3e269cfac3efd862c56d,PawsPlus,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_4b6b4a3aa01321f8a4a18d8aa07e31c4,Pay Less Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56d71909a5171cf3cab4783743acd591,Pay-O-Matic,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_3902751e1b431af32e855a1519dbf2a3,Payless Car Rental,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_a9a5ac69829b8c28d7f2db19710624ff,PCC Natural Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_13f5f649639cdfbf8b356b5b04f18bf0,PDQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0cc880c8e3a6de2c390104acb07e349b,Peachwave Yogurt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4044dd3381110ff61224cf4148d1e9b9,Pear Tree Inn,SG_BRAND_06fdda1299d64c0d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_12296f1d4dc0772a7d874115bd3c84c9,Pearle Vision,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_7730d57d852a0d31,Peck's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_070cec3ea14c3b1c02b157458b34684d,Peerless Tires 4 Less,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_8421bf6b31aaf51cc6dfa83a155940a3,Peet's Coffee and Tea,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_d3dd048f1302cb7e61d707e01a4e19a8,Pei Wei Asian Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_766c193b2261f1bf,Pelican State Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_416bc0ad0febdf2ea2593a044afe2e63,Pella,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_6811c58408a5c572,Pendleton Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_77035f644d167655,Pendry,SG_BRAND_1b8e221389c746b9,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_99625fa1cac27bb6a2b33b7638afe47f,Penguin,,511130,"Newspaper, Periodical, Book, and Directory Publishers",Book Publishers,, +SG_BRAND_b0ce663aa17cb44d9691b1013ce5cbaa,Penn Cycle,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_d2cb83d0d920c3430ff4d93ec4b3aaa6,Penn Station,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c06eb5de7607707b,Penningtons,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_af6c27c59994df4f43b61e2dbf21f434,Pennzoil,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, +SG_BRAND_5c7bf1d6802e8c6f,Penseys,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_8384e92891a6984a46c67e0a4a30e98c,Penske Automotive Group,,441120,Automobile Dealers,Used Car Dealers,PAG,NYSE +SG_BRAND_28a17457e5bc33c99581072edfe18a6a,People's United Bank,SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,522110,Depository Credit Intermediation,Commercial Banking,PBCT,NASDAQ +SG_BRAND_ba500255b247ba611331ca6702c1af31,Peoples Bancorp,,551111,Management of Companies and Enterprises,Offices of Bank Holding Companies,PEBO,NASDAQ +SG_BRAND_64af8ee8aa0e4e7b,Peoples National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_7a6878fa59429255fdfb0384e0315e98,PeoplesBank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_8d641cc772014028b61fa819e4227c45,Pep Boys,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_7f96cecff07b77cf,Pepe's Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_282b35a25659d0dd,Pepper Palace,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_4318f0a8748edbbb,Pepperjax Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_49a7a17651fb4055,Perfect Look Salon,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_82f0f32ea90f53c1edf87fcb313c56a6,Perfect Teeth,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_22d9abe3d56f9145dca1f95a92de287a,Performance Bicycle,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_0845ba5d066902ebe2ce88eb23433b40,Perfumania,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",PERF,NASDAQ +SG_BRAND_d1cfc90288a050428014409f080279a2,Perkins Restaurant & Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_597afd2cc2783c0d,Perko's Cafe Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7f58e3f5cfb96960,Perry & Sons Market & Grille,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_6ec47fb544d1ff01710a0671dfdc42d7,Perry's Steakhouse & Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0f66e73b02e40ff224ebc1d31d002a71,Pet Club Food and Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_29a84b46d87cd728,Pet Depot,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_2b7d255cbe8eb758271fa1c3821f37d2,Pet Extreme,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_f53eb2f1d0542b0a6868fc11136266a1,Pet Food Express,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_5bbc97c3a7a0fe95,Pet Pantry Warehouse,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_3e8327f3adffadbfc8d69520d105ae20,Pet Paradise Resort and Day Spa,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_5f1fcc8c188a4bd5682c1a44ce573b43,Pet Planet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_f4108607d19faf23c47490a61fcf1a8c,Pet Pros,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_5405d7c00b3b78ed38b451796af65a0f,Pet Supermarket,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_b4cf3a5fc649dcb5ee9e82ca7632ffc7,Pet Supplies Plus,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_c3721b7f7bffe146b60737b80bd9f47d,Pet Valu,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_d171f02113d358e58b8758971e4ce571,Pet's Barn,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,Petco,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_6e6d5925aad467b19d755eb15309a2c7,Pete and Mac's,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_c3bd1556ff3cb91c,PETE'S,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_67b4606f3b785360,Pete's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4a9d9c82411b3de6f13a94c63fc25b44,Peter Millar,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_6b19a9de26cbe3198be73f6fde0fbfac,Peter Piper Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1d86c306ba9b0950,Peterbilt,,441110,Automobile Dealers,New Car Dealers,PCAR,NASDAQ +SG_BRAND_4b4a46d208062727,Peterson's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b3a13e58198df8d42715811429b5f550,Petland,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_469f153466454f2c807af0feb6543e89,PetPeople,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_e655e5ed588dfc1a8fbefb56cbb249e6,Petro Home Services,,221210,Natural Gas Distribution,Natural Gas Distribution,, +SG_BRAND_3fee72208d8794e5,Petro Serve USA,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6e2ef19cc8181d3b,Petro's Chili & Chips,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_478fdeabe681351e,Petro-Canada,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PCZ,NYSE +SG_BRAND_25d73ef28f0d646,Petros Restarants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_70fe988f690f3687,Pets Warehouse,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_385994f897239bb06ac1cdf964372f23,Petsense,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_d9a3806438bfe925df89671009a2363b,PetSmart,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETM,NASDAQ +SG_BRAND_fce64412e68b485394315c6c499c2cce,PGA TOUR Superstore,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_32f843e59089676f,Pharmaca,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_3d0743fea9b5a53,Phenix Salon Suites,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_25aeb2f2ea8eef2b,Phil's BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d377c76bed2ca765,Philadelphia Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7e1373d43a40e0886cbf9203889790fe,Phillip Gavriel,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_73ec7f2366612562515e7201b08b9d0b,Phillips 66,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE +SG_BRAND_64096d66e67578ea,Philly Connection,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1a942d1a793ebaec8744103cb992bfb9,Philly Pretzel Factory,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_69f08c4d6807f426,Philly's Best Cheesesteaks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8c4be949044c75e68c4e12bbf9aa2acb,Philz Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3a2eed544acf0611,Pho Hoa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3180239ee34ed8eb,Phoenix,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_427b43419ae3c949,Phoenix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_17c7dff1a7042629,Phoenix Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_5bec1930c973b857,Physicans Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_c9bb49ed72726853567505da0ad05e0e,Physician's Weight Loss Centers,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_e4a74e4313f2d35,PhysicianOne Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_5e9f65c554a618ae,Physicians Care,SG_BRAND_7f61dcd7f2b05fd0,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d14cd4ed2f34f176277146f518dfd74c,Physiotherapy Associates,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_e01e12265b28ac8,Physique57,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_79c309802910ebf7c2a72b8db9264ca3,Piada Italian Street Food,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b715298a142e1ec2afd5bd91491e2472,Piaget,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, +SG_BRAND_6463c903ddfe600f,PIC – Physicians Immediate Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_d58e9a84782497d,Pic-N-Pac,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_b36662e9b4a5a036ac5ea923b922d596,Piccadilly Restaurants,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_3709ac8755375db59e4af8ddfb4f91ed,Pick 'n Save,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_98d9f0509b17a17d9fc5583a9b2f9b9f,Pick Up Stix,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6b26a4e50ad89954,Pickleman's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_9bbd85018bfe82deb9634e6af619eb1f,Picture Me,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, +SG_BRAND_d092be5e7ea4048c8fc7bf8d333a0d3c,Picture People,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, +SG_BRAND_1c29f22bfb290458,Picture Show Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_2c3083c74ff148b25d9fd3a5e5ca44ff,Pie Five Pizza Co,SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RAVE,NASDAQ +SG_BRAND_514700c1d7609fea,Pie Zoni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_956459e2bc3a0d1f,Piedmont Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_f372f9969f6e1ae119a13ff4fc78fd2d,Pieology Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fb47be4fe8ceea2ad5c6e80e96705a83,Pier 1 Imports,,442110,Furniture Stores,Furniture Stores,PIR,NYSE +SG_BRAND_5a8d780be57bce08,Pier 49 Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_713244b4002f1f9d90630aa42d4dc9d2,Piercing Pagoda,SG_BRAND_1387c4b21a20509d,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_51d7953e9d86d8b7,Pies & Pints,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_303b3231aea41d82f470d14d1af20ed6,Piggly Wiggly,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_78bda34b14ea54f8dc10f30a18ef3dfa,Pigtails & Crewcuts,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_390125cc210d65ac,Pilates Proworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c4f98f7b0308a552ac5f6d6802412fcb,Pillar Lasers,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_70ee541161859d65,Pilot Flying J,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_dcef5094cf7163405ff81ec074b0e1bf,Pinch A Penny,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_7fb2cf6ac5a4edb3,Pincho Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e3d7ec598491c171f5113373234fad12,Pinecrest Schools,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, +SG_BRAND_5ca62fdd3c311e58,Pink Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5c2eb026c1d4ad95,Pink Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_04d0d7a918ea9bfa51c4c1577bc66947,Pinkberry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3ddf1b35295434005907a8cb2cacdf6d,Pinot's Palette,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_5fc1cd51b8579c7e,Pinstripes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11496f7439a9122c,Pioneer Bank,,522110,Depository Credit Intermediation,Commercial Banking,PBFS,NASDAQ +SG_BRAND_5ee818ccf638c43,Pioneer Bank New Mexico,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_23700ad89252400d65a4c382edc20243,Pioneer Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f2d889c8b3e9565428e81f474ee0634f,PIP Printing and Marketing,,541810,"Advertising, Public Relations, and Related Services",Advertising Agencies,, +SG_BRAND_df8c4eafe5f7e1bc,Pirate's Dinner Adventure,,711110,Performing Arts Companies,Theater Companies and Dinner Theaters,, +SG_BRAND_fe91df46fb3a8d30e80a38dda20ec3c6,Pirch,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_e204050c93ada3ca5f2fe4dacc4ff4af,Pirelli Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,PIRC,BIT +SG_BRAND_78fefdcc68adba68,Pirtek,,332510,Hardware Manufacturing,Hardware Manufacturing,, +SG_BRAND_fcd66f84865d4bf,Pit Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_a79fcc3798864f47,Pit Stop Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_73323887e47473b9,Pita Jungle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bd24e51034479e400ca242c0e7016c60,Pita Pit,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_10d02a4d7e9b82b8,Pita Pouch,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_34d7756ccaa4d5de,Pitfire Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_60a9b95d710d51b8,Pittsburgh Blue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c96d8b53e8252722a5ff32ee90d31628,PIVOT Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_6d62d31bb11d439c,Pizza 73,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1a0387931a98f2ed,Pizza 9,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_716e21825db7e396,Pizza Boli's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6851c5405c602942,Pizza Cucinova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_65acf07afa778a9e,Pizza Depot,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e0ba831ff263321b607cc915cff4cda6,Pizza Factory,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a11bbd21720b2d5009647b0f6f0a14c0,Pizza Five85,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_27d17f416fb26d5d,Pizza Fusion,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_635dc70cc6312d1d,Pizza Guys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1f2a4b730dc533366115ba7f5168b074,Pizza Hut,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,Pizza Inn,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RAVE,NASDAQ +SG_BRAND_27ea8c18d3438dc32681a373006c7477,Pizza Joe's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_84c1c636e9945ee8fa14664918695ffd,Pizza King,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_48ac37fc5cc6d312,Pizza Loca,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_19d16c424de77a9e,Pizza My Heart,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9fcf570619130b2b,Pizza Nova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e502ac8044275374331373ec90b098e2,Pizza Patrón,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5a090925a0646b36,Pizza Pie Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2430f065c1f923fd,Pizza Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,PZRIF,OTCMKTS +SG_BRAND_3e09021a95e9a0311fda23fd69295042,Pizza Plus,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f53ecbf2df960409015ffe87f91281e6,Pizza Pro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_48f70a49e270a43561136fef89ec4951,Pizza Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_11eb79cdf1763342,Pizza Shoppe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0b42eb8397275ba8363ed208c6a898b1,Pizza Studio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_35b8bec713aea7be,Pizza Time,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b2a7f06be78e8899a4468eb6043e0e29,PizzaFire,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5e4234b7d8f1a282cee29c69a17bd146,PizzaRev,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_457f285041d3b02c,Pizzeria Limone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_93e43b14a05847f38ae411633464884f,Pizzeria Locale,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_34988ab0416af6f9,Pizzicato,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_31052fa99154c3e3,PJ's Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_67a73153d057e30a,PKSA Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_236b2595ccdd6db3ae7cbd28596d9f55,Plaid Pantry,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2d3b83c8d86a9869f133e566dd13f9b6,PlainsCapital Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_b3f873b58fb95d03449d26986257971b,Planet Beach,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_5fda78369027788cb79d6348b3db52c7,Planet Beauty,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_55996cb8243864af8733b75cce143693,Planet Blue,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_c31fc3155fb9ca076972bb72985724fb,Planet Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,PLNT,NYSE +SG_BRAND_1de0faac203bc5d76fc180d2cd81d167,Planet Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_9eea06fd0ff171b0ece9897f482dd9c1,Planet Sub,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_45fd706488b1c64a,Planet Wings,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ce992da6345c524a22db401bc1a5d69a,Planned Parenthood,,621410,Outpatient Care Centers,Family Planning Centers,, +SG_BRAND_053cebbdc5c9a2d4,PlasmaCare,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_e75c84525f49039dbdf30696eadd03c0,Plateau Telecommunications,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_ab9f5c33031a41b8c877ad3dd5dc7660,Plato's Closet,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ +SG_BRAND_e4391be29252fc46aa342532b08e867c,Platt Electric Supply,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, +SG_BRAND_d6080580b709ba5ef619b3d803b34ce2,Play It Again Sports,SG_BRAND_6078c00b7e4eb7c3,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,WINA,NASDAQ +SG_BRAND_fe01e40065eb2519808115f9e1922b4c,Play N Trade,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_4471e4e92b3499bf,Plaza Azteca Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_09173ef7e4bcd1addd7507ce2554a138,Plaza Tire Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_766d0b03bb5448c6,Plex Hiwire,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_4059c12f57ca29bc,Plow & Hearth,,811411,Personal and Household Goods Repair and Maintenance,Home and Garden Equipment Repair and Maintenance,, +SG_BRAND_c5d14ca9034b55005bb28c0185f4b1df,PLS Financial Services,,523930,Other Financial Investment Activities,Investment Advice,, +SG_BRAND_694277bded2fd376,Pluckers Wing Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1040df5856d18f505124392b6df376f4,Ply Gem,,238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors",, +SG_BRAND_539b23a0a9034b53,PM Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_8d118958765f090,PMG Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_497acb260184e50118775402a5fd6e23,PNC Financial Services,,522110,Depository Credit Intermediation,Commercial Banking,PNC,NYSE +SG_BRAND_41c4a4d2bca23c054e93f08d7899c743,PODS,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_1757565a9045d17c,Points Tire & Auto Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_cb639fee2cac7035,Poke Bar,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_10c49b5f83f3a1c5,Poke Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_40cbfdaab871cf38,Pokeatery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_71f76d30fae4bd35087d25694b18a702,Polaris,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",PII,NYSE +SG_BRAND_498fbe3761627982e03711e0b95cfdd1,Polaris Pool,SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,, +SG_BRAND_671126422e1486cd,Polito's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_821d4425273bf5ae8a220486b0974f81,Pollo Campero,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7079c42698203d70df4a030591fe99b8,Pollo Tropical,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7c523034f2c42b1b,Polly's Pies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b32dcb03e408513a17f757b9b1c5695e,Pom Pom at Home,,314120,Textile Furnishings Mills,Curtain and Linen Mills,, +SG_BRAND_c8bffafbe36a3f42acd25709ee81781a,POM Wonderful,,311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,, +SG_BRAND_66e97b2565f3a14f,Pomp's Tire Service,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_38198dd232f636dff4a4799dfef61797,Pontiac,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_43ebfa67fd163e08,Pontillo's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cd773f0c970d7eac,PoolCorp,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, +SG_BRAND_2001dcdaa38a17c,Pop Physique,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5725c57624e4d885d0bf718123615aa9,Popeyes Louisiana Kitchen,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PLKI,NASDAQ +SG_BRAND_35ec44890aeee5cc,Popingo's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_39bd1e4e59bb37377cdd7b131f01dc40,Popular Community Bank,,522110,Depository Credit Intermediation,Commercial Banking,BPOP,NASDAQ +SG_BRAND_d599eae7a636d54c1c707514b1a76d77,Porsche,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_55c13c03bec69a26,Porsche Design,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_56da8d7c45459042,Port City Java,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_53f82ce3b8399c273b24ef0e0858752a,Port of Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b14eadd6e1e55f7b,Porters,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_481e91e018e72401,Porters Thriftway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a84b23af0bf699bc6c47f5d9ab535543,Portillo's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ec24f87328fa68618c63c7e473ec2516,Portrait Innovations,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, +SG_BRAND_14e796dfa4aa4358,Ports Via Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_750c44cf5feb72dd1601471cc27346ea,PostalAnnex+,,541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,, +SG_BRAND_a15b78cd3b4f8a32ded3276cdd4acad4,PostNet,,561990,Other Support Services,All Other Support Services,, +SG_BRAND_14223a0f5c0343028b9744ebb74e584d,Potbelly Sandwich Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PBPB,NASDAQ +SG_BRAND_d047c33f8493ecedcbb92c566094c59b,Pottery Barn,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c9e0f6b05480d3e8e87019974ebb5cd4,Pottery Barn Kids,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_67db410f91aa5b8d,Pottery Barn Teen,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE +SG_BRAND_43578c2dc66c6721,Pour Boy Oil,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_562ecd5a0ef8e121,Powell's Books,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_2140189fdf79eca0be730dcc6d31af39,Power Finance Texas,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_4f0cb4e8eac67055f83b63d4cdd1fc8d,Powerhouse Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b873bcfb04fb1cb99617cd050a187a3d,PPG Pittsburgh Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,PPG,NYSE +SG_BRAND_5d763b2b0a9259a40809888b1aec55b6,Prada,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_7c3a4dc0fc8b74fc,Prairie Life Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_176374b208ace015,"Prairieland FS, Inc.",,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_832aee914b26c5a95d18b2f811fd8f61,Praxair,,424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,PX,NYSE +SG_BRAND_c578fdc54746d5b7f271a46eedc169c2,Precision Tune Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_a612cd13f29beed4dc9db5c1b735b5da,Premier Home Furnishings,SG_BRAND_4d9a54cd3f7d9b32,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_7fcf8b78c6d05d33,Premier Rental Purchase,SG_BRAND_4d9a54cd3f7d9b32,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_61f319517171f711,Premiere Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_396dea43936f127f,Prenger Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_300f7efb4390a30,Presidente Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bc9bccf393752400ce3fd236f13731e4,Presidente Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ef28a87619493738e21f2ea4bebe11a9,Pressed Juicery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3252dda3cd896fac,Prestige Preschool Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_67ba20016e573eb6,Presto Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dc0f15ca936ea290fa731e767c89b64a,Pret A Manger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_592386bc585f383,Pretty Kitty,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_930b411a8d999aa086093b0d9a0145df,Pretzelmaker,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_4ddc49e63af96dd8,Prevea Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_24f95258245153a6,Prezzo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6ddb6b6c8076ea69,Pri Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7d421165d3b52701,Price C Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_cdc9c3cedf502f57,Price Chopper,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_11c3dca162d085812b85a046a1c40563,Price Chopper New England,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b2fd93364efe4c1fb2d68cb440ed5485,Price Cutter,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5a0979481d303da64cde2859ee5508ef,Price Less Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e36d85e97a3924170277fdc8e0df0453,PriceRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4ff65e20eb4dedfe,Pride,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_66739066f2c3ef9a,Pride Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_1f8883d3d36cf577,Pride Staff,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_dbc77e09f01f6ac,Primanti Bros.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_06fe650d18ad76f5ee1e9fd346830bb3,Primark Stores EU,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1a3199a6e1f4f63e,Primary Health Medical Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_affa7443cc56115f,Prime Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_8f0572de082ff57a9abbc4bd60826253,Primerica,,523930,Other Financial Investment Activities,Investment Advice,PRI,NYSE +SG_BRAND_447e8ddad45095ab,PrimoHoagies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_671f0a1e19481c25,Primos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6ff66da1518bb61132995a7578bdb189,Primrose Schools,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_de855d293f0e97fd,Prisma Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5b00e38e507ebd68,Pro Cuts,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_6fe947ced3835172,Pro Image Sports,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_3e6a220ec6d4633a,Pro Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_cae3387f38b41e8da34f81a4e4cb366c,Pro Scan Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, +SG_BRAND_1b0a0c35f83c00b64c7e7937d44e3d9c,Pro-Cuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_cab1308e610afe0bf763ec05dc9edc28,Progressive Waste Solutions,,562219,Waste Treatment and Disposal,Other Nonhazardous Waste Treatment and Disposal,, +SG_BRAND_a6d5028ad12bd7f1,ProHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_79b7e89d5262c00ea83d2fc025e0a595,ProHEALTH Care Associates,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_e534bc70bdac768a69613385bd2f4f31,Project Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1b8b68ffa67e8336,ProMedica,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5a2dc61ec30f7357,Promptu Immediate Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_a6e5a8da0193bd69c8b4455d56e53468,Pronto (National Pronto Association),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_bb0ed605e96a5dd8b0c0e49c648e4e7c,Pronto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_140833668ca1652a,Propark,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_39386da23b9d1b55,Proper Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_5ec45d2cc24bed1baff97fd5de492d68,ProSource Wholesale Flooring,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_8b8e896e217e3e59b67d4da4202c5224,Protein Bar & Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1bee56d1065af8f2,Providence Health & Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_c9bf983b35126af,Provigo,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0bcf22ae71884bde08d76736332bea6b,Provino's Italian Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_592e57dee5f87271,PruittHealth,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_1d478d340d2bb879,PS Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_9d76fdc2dd982c079579b3062d620815,PT Solutions Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_a31aaa83f438de8,Public School Restaurant and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1a2e7806afb9c1c7d60fd00219204dde,Public Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,PSA,NYSE +SG_BRAND_8816cf3aede474ecbdb03d62efaad185,Publix Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7fb64b3ff5a3af4f,Puccini's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2017b7d0fd92f05ed953672386947601,Pulp Juice and Smoothie Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_94e676c2fd6dd11e6fbd5694105794d7,PUMA,,448210,Shoe Stores,Shoe Stores,PMMAF,OTCMKTS +SG_BRAND_35004b0060996679,Pump & Pantry,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_60d90da77f54ec0f146da4c812c5bb8f,Pump It Up,,713120,Amusement Parks and Arcades,Amusement Arcades,, +SG_BRAND_455c348d8652cc1cbafd25cf0c804572,Punch Bowl Social,,713120,Amusement Parks and Arcades,Amusement Arcades,, +SG_BRAND_5f31876c367cecb8b8db3b2a14e6d2cb,Purcell Tire & Rubber,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_5c009b6db1eacf4a65d273d0f19b3c73,Pure Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_72738e5f736a827b,Pure Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_76e8ec7a807445d4ef80d35d2ed37532,PureBeauty Salons & Boutiques,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_5c78f57037645fb5220697ccc78b9a8d,PUREBEAUTY | Trade Secret,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_1912d074ad7936860178d907d110bd60,Purina Mills,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_31d4779c75d18c55392fbd4fe987d4b3,Putt Putt Fun Center,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_9844f56098987d277d93d1f16d61be5f,QBE Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,QBIEY,OTCMKTS +SG_BRAND_ef6473af242b9d8860555eb606b1ca6a,QC Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_a8a4c5ffbc96276d7bbbabfa5bb2a076,Qdoba Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_42d5b0416d0686b72e492f2a0eed218c,QFC (Quality Food Centers),SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_56ff2e5271c4723,Qik-N-EZ,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ebaa606f6506c7210bfe441dc317e820,Quaker Steak & Lube,SG_BRAND_27a15966382ba3e78015b40d2e1fa976,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TA,NASDAQ +SG_BRAND_9f18ade53828e57,Quality Dairy,,424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,, +SG_BRAND_196a8e1068d8286d,Quality Dining Inc (QDI),,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_661b51693f879a20,Quality Foods,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, +SG_BRAND_651e8ed61dd14af7a20c84019dc47d2b,Quality Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_97b92017a03a9c55,Quality of Life Health Services,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, +SG_BRAND_70e39dccaa7f4fb1,Quality Oil/Quality Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_7b084b361448eb34,Quality Plus,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_a4eb5bae8cb542a1cdbf83d9bdcc98ae,Quarles Fleet Fueling,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_91fada511f103594c33c715188cb9f20,Queen City,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,Quest Diagnostics,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,DGX,NYSE +SG_BRAND_d57825fb7926a6df09e009d9fec465ef,Quick Lane,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_29dd603b65978d69,Quick Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_45789ca8cd5333ce,Quick Quack Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_6241cb18d96b87aa,Quick Shop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_1f4bb7e62b5c865f49efd4bb51d5af7c,Quick Weight Loss Center,,812191,Personal Care Services,Diet and Weight Reducing Centers,, +SG_BRAND_601eeaf874044db9a43e75afff89610c,QuickChek,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_50f6c9d7ca642d25,Quickly,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_118be42d2540a7d6,Quik Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_59466f179cf6122e6f8ac4cb9574e63e,Quik Stop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7045c7860c77ee4770cc730052be2c2a,Quik-Lend Cash,SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_7732de3aeaa5886f,QuikE,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_16d1be2e0123eee3fec37575026358d9,QuikTrip,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6f30cae859040bcb,Quillin's Quality Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a6b9c3bed128c3bc3670fd20dbaadeac,Quiznos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ecfba3ce28f1b98,Qwench Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_72fd9b3f5c87a024ebc90a86049e7e08,R Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_23f03aa7fff568b0,R+D Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d2dc91203b2e22a,R-Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6f1e419edf353905,R.E. Michel,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_fbf8df1c3a2a1233ab2583c11aeb1d89,Ra Sushi,SG_BRAND_b367560055f0c6e17704a0cb9acda26d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ +SG_BRAND_14820a1ca040114bf511d5d5339a2791,Raben Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_093c316deb8511f8852224f993dfa984,Race Brothers Farm and Home Supply,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,RaceTrac,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_58188567547a3af7668c84f3516a0bfb,RaceWay,SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_6085a08ea13936bb,Rachelle-Bery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b68625fa612b400cf39fff24d91a9b90,Rack Room Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5a8248d0f7dbf7d9,Radiator,,423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,, +SG_BRAND_c01285d1f03561f1cf277f0e832a1d75,Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2888e97304c6a2cdd30a1cbc77cc9e54,Radisson Blu,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,Radisson Hotel Group (formerly Carlson Rezidor Hotel Group),,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_2c5cc37752704216,Radisson Red,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1ace6e615ad6f164ed29dc189df3402d,Rag & Bone,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2935530f2cf4801f,Ragstock,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_4ca5e8fb3abded90a4ae19c472d461da,Rainbow Shops,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_6374b6e31555422425c699d36b989235,Rainforest Cafe,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8017619598f197e2494560ec1e052c69,Raising Cane's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3c9ffd11765dcd22,Rajbhog Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f5a067a91b7712,Raley's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_165bf44d6f055b25,Rally,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_c9d830782ede12dd874be6339b79c17a,Rally's Drive-In Restaurants,SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,Ralph Lauren,,448140,Clothing Stores,Family Clothing Stores,RL,NYSE +SG_BRAND_5c2551f3e24165ee,Ralph's Italian ices & Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_5de385daebaef4e582bb3da40e9dcd5c,Ralphs,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_a79fa98d177070d8,Ram,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE +SG_BRAND_960f53aa910fbff14ccd1822cc414287,Ram Restaurant and Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_755df91abf3f0c56d706d7a68f441ce5,Ramada,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_430e38c9f32fc713,Ramen Yamadaya,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7df3cb7454a96825,Ramey's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1e8673ea429f28b5,Ramona Tire & Service Center,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_d381193dc1f482a,Ramunito's Brick Oven Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_37c3c6814c3311f6d43f70b6dfee7d7f,Ranch One,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_9ef317a5a21f46f5fbf017ea5b52ec29,Rancho Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1c18ae7aefd183082f6d66bf917c778b,Rancho San Miguel Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5f364c288ff8b60e83b0795d2dfeee36,Randall's Food Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b6a2fd99dc6a8284818b61208f81428f,Randolph-Brooks Federal Credit Union (RBFCU),,522130,Depository Credit Intermediation,Credit Unions,, +SG_BRAND_4f9edafdca8658f8aba5a066069fc022,Randstad,,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_95a9f31b01d5dbda5b395f48f2a36316,Ranger Boats,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,336612,Ship and Boat Building,Boat Building,, +SG_BRAND_4037845ed26a27b093d7da2f901a26a9,Rapid Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f68ad9d6387c821d7a2cc4dc440a8087,Rapid Refill,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, +SG_BRAND_1be6e978f710d5d5,Rapid Roberts,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7e579871dc62c92d,Rapid Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_9f3c04a2db270a148c1de2a0dea9a7af,RapidXchange,,454310,Direct Selling Establishments,Fuel Dealers,, +SG_BRAND_3465f641a4548515,Rascal House Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d23b5a42767cf84f5a535b5a54fa5678,Rave Cinemas,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_2aec4dc2e04b4bc,Rax,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_54921565d09ad66c2977781184732ffe,Ray's Food Place,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1d33d996f84ed96d957d92254c1ff53b,Raymond James Financial,,523930,Other Financial Investment Activities,Investment Advice,RJF,NYSE +SG_BRAND_def6d8fa7584b0c820ff2079e625327d,Raymour and Flanigan Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_ac4d8b5d16f1876d3280dd6d2adb01c1,RC Willey Home Furnishings,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_1835f17081a6e113,RDO Equipment Co,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_89d515c4629a3611,Reading Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_70a9567c853bfe0e,Real Canadian Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_75f138d04554c120,Realo Discount Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_7e9e12c5e02342de,Ream's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_20b3e9fa515f049c,Reasor's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_65ed72f435ddd53cb3efb0b018ce2af4,Rebecca,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_aec6d751ec3aad6fcdead192ba47b700,Rebecca Minkoff,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_7b1ed1580850ca3d,Rebecca Taylor,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_bfaf46323fb38a0,Rebounderz,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_56324d752ddef929,Red Apple Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_f758fc42d7832ff62815e743713f9087,Red Hot and Blue Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4e26140f6ce48c53,Red Lion Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_c586c3045452d17f,Red Lion Inn & Suites,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_555bc88c634b70fc1811399c472524bc,Red Lobster,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6fd78859d199d2811a6fb1225910294c,Red Mango,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2d5d94799c5a173d,Red O Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_43c37828eea455d9,Red Olive,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e70fc8a184e89d79,Red Robin Gourmet Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RRGB,NASDAQ +SG_BRAND_5596332340ca64ad125f8982d64f1ab7,Red Roof Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_729e1119b32d21b5390ab07cd23db08d,Red Wing Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_7977c05a8011ecc,Red's Savoy Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bf042760ab63ffd13a7af0c01fbc3868,RedBrick Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_691fac1802b512370aba6a4aaf6314a3,Reddy Ice,,312113,Beverage Manufacturing,Ice Manufacturing,, +SG_BRAND_2955eebac1737126,Redi Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f12c449ad7996c8faa951a9736f7a08f,RediClinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_7b81f0304b97323a7cda9e4c40e66335,Redlands Grill,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_13d0e2952c54b4418e6960f6efa67c71,RedMax,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_23c9aa8354e8efa6,Redneck Heaven,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0355fa435a191f7e087cc2614782be13,Redner's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6eec518e124a7268,Redrock Canyon Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_36800efc87eab039,Redstone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_88b1432e046d3580de43f0d2ccc09bce,Reebok,SG_BRAND_4db6adde7999319bfb67bee86942f8e9,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS +SG_BRAND_dd1e82c38674d0a23acc338bbc4c2b83,Reeds Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_4191381fa35830a4,Reel Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_618e25b628ca3a46,Reforming Indy Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6cdab01ceb7ce1a3aa0ed865233aa6cb,Regal Entertainment Group,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_e47221f86f8daf82,Regal Entertainment Group inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON +SG_BRAND_024ec2525e0db48ed1f9f6013a43907b,Regal Nails Salon & Spa,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_44fca72a05d33c5ef67c2e1381c0d413,Regency Beauty Institute,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_52fd98d222d8a6fd,Regency Hospital Company,SG_BRAND_067d3dc3c5235609,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_143d14644f1e7e03,Regency Pacific,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_2620f31b293577da,Regina Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e651ef829b02536122f02e77537d18fa,Regional Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,RF,NYSE +SG_BRAND_fdb30999f82136215abf97c7bd020043,Regions Bank,,522110,Depository Credit Intermediation,Commercial Banking,RF,NYSE +SG_BRAND_2f65554b99c708fa,Regis Corporation,,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_7bdaf386ef829f4e,Regis Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_bea0184aac2ef216c834b3e24a88c38e,REI,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,REI,NYSEAMERICAN +SG_BRAND_58226a0e41d4cc4c,Reid's,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_5680246793034d75,Relax and Wax,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_f0eb6ecd25936765018866832242a5b3,Relax The Back,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_f31214ffa210f1ae373e7066856bf4f9,Reliable Beauty,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_ef2f6df1036f30c0b18d02f147ac8d1c,Rembrandt Charms,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_96d1e09b0fae1176e4bf323bf418bb72,Remington Arms,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_039ea5d4e06fd7b0528ae2793bb8818b,Remke Markets,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,, +SG_BRAND_aa9fc7f96c254ba2c9b154634c0fc307,Renaissance Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_902a1f0263e4b9be9b6512f9c58b84e6,Renasant Bank,,522110,Depository Credit Intermediation,Commercial Banking,RNST,NASDAQ +SG_BRAND_d7694603918f4ff69d9496762dfc7297,Renewal By Anderson,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_f9613c02f3280c9e1f932797be12a106,Rent 1st,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_e1676df366c0c6eb8bc617f81b4a759c,Rent A Wheel,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_dd1a73ad9a2ade954c989c8bf3a3011f,Rent A Wreck,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_d74566a656b266e1cfce524881896052,Rent King,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_a2b9898bac4bf2928e41f495241330f7,Rent One,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_f10afe4f0834b5f7dd95c0feceabbf7c,RENT-2-OWN,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, +SG_BRAND_9253e13a376344832320449173132b9d,Rent-A-Center,,532310,General Rental Centers,General Rental Centers,RCII,NASDAQ +SG_BRAND_4ffd28c1d78708fd,Renys,,452210,Department Stores,Department Stores,, +SG_BRAND_e82130d211d31390d2fb5bd864eff50b,Republic Services,,562211,Waste Treatment and Disposal,Hazardous Waste Treatment and Disposal,RSG,NYSE +SG_BRAND_7e071baa024a365a452b8ff5e4fb26a7,Residence Inn by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_16283fcd03ab7a58,Restaurant Amir,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_af6efd1c6e8b04bb,Restaurant Brands International,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,QSR,NYSE +SG_BRAND_7c25fd3f2c88048da5110b04786f7e60,Restaurant Depot,SG_BRAND_551fe333050a845e6da8be88d9789a4c,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,, +SG_BRAND_45ef2cf3d02e104e53493945a2b3c191,Restoration Hardware,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,RH,NYSE +SG_BRAND_83df0976e154b9350581650968aa2b54,Retro Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1c832b88309e5da3,Rev Cycle Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_783dd6e285cf34d0,Revelator Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_338b4b1c4feb1a5b,Rexall,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_a9199aeea4ad3377a928ed016e2bf67a,Rexel,,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,RXEEY,OTCMKTS +SG_BRAND_7e9684f3ab05f6d9,Rey Del Pollo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f0cd34bb9e3442e,Rhodes 101,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f3811919e5414cdd7d72439bc029b777,Ria Money Transfer,,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities",, +SG_BRAND_6ddf53982d73002cf3bd72c03e49452c,RibCrib,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_73d34855d503952b,Rice King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_60d327a02719f9b5,Richard's Whole Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1bcf1b486cba69b5,Richard'sFoodporium,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_673dc89211c2bf0e,Richland Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_49ab6b19540b4993,Ricky's,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_5de03971d00651cf,Riddle's Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_328bcfcba54b02fe,Ride Indoor Cycling,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_81dc607c0ddee5a,Ridley's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6d361b518424f873,Riesbeck's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_933b043e46cbd35fe0f3ebb5a77c791e,Right at Home,,621610,Home Health Care Services,Home Health Care Services,HOME,NYSE +SG_BRAND_62e6612bd7b05f7e,Righttime Medical Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3980d312910a130f,Riley Rose,SG_BRAND_88461a3df4ffdc97,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_f3b168bbd6cb5c925590ac88e880398e,Ring Power,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_64758a79aa364b98,Rinkov Eyecare Centers,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_22ab7d8911251085,Rio Grande Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ee7523fdf834df39febc0ed5b248c352,Rio Ranch Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ac1ecbfb50b496f6,Ripley's Entertainment Inc,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, +SG_BRAND_15294874e87bd7c80a8c3262adc6e7d6,Ris Roofing & Insulation Supply,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, +SG_BRAND_3908fd3077838082,Rising Roll Gourmet Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_0c60bb005d8d68ca62b8eee9658b0a23,Rita's Italian Ice,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c7706c9b14f2ca266c2a309dba059031,Rite Aid,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,RAD,NYSE +SG_BRAND_4ee28bb33f9574fc240077bfd6240cb8,RiteCheck,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_83336c747e2de42,Ritter's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4167ab3b6305b456,Rituals Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_32b85fdb53765e47,Ritzman Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_50d0958e2b135ac3cf44dbf321dedaab,Riviera Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3cb5211af9550ad8d98ca74077406016,RNR Tire Express,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, +SG_BRAND_a7debc799fc7db0cf14f3f2506b1b8a4,Road Ranger,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2a0a92cbe6862bed,Road Runner Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_37d81d07757147da,Roadrunner Markets,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_fd82082115187cedf929c941ca41ce27,Roady's,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, +SG_BRAND_967bc8e3bc77ab5e6d2ddeb22b8f6df8,Robeks,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_9cfcd83fb00470d2a0384c8578593a2e,Robert Wayne Footwear,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_90106d9ec0a3850,Robin's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_49ccb5e882acbfdb,Robinson's Taekwondo,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e5e71d48c9520d6,Roca Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5c670b37336beeb5,Rocco's Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1006678755cfe2bc,Roche Brothers Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_dbeac57353692520e327d7dbf6579209,Rochester Big & Tall,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ +SG_BRAND_31e2651b7397e1e0e3bd8305a5f985ce,Rock & Brews,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2cbda91073e79599,Rock and Reilly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ab72289b6411a6674cc754c0506ac947,Rock Bottom Restaurant & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_66241b8c5b9b8e49,Rock n Joe Coffee Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_733134c59cc988d6,Rock's Discount Vitamins,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_7ecb2d688572378e,Rocket Fizz,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_1c540ed95835c08eb0126cba4d99e3d6,Rockin' Jump,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_6913ef2707ecf0a6989493596e649c1a,Rockland Trust,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_11f0d2db6eb303df,Rockler,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,Rocky Boots,,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ +SG_BRAND_2034fa949f3cd3a17c3af5af5db4897d,Rocky Mountain Chocolate Factory,,445292,Specialty Food Stores,Confectionery and Nut Stores,RMCF,NASDAQ +SG_BRAND_67816b283b95f849,Rocky Mountain High Dispensary,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_22423ef7d37320f9,Rocky Mountain Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_b966b6a3ce93646d,Rocky Rococo Pizza and Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3bb358cc7d06b434,Rocky Top Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7b2e86980ff423a5,RocOne,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_157f367cf4a483f0,ROCS,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_8f8c477cc1997e9819b1034f3c3aa16a,Rodda Paint,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, +SG_BRAND_6615e62073020a0b,Rodeo Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_61f9ea58114ff6510327c10141b22cd1,Rodeway Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_5404253e29563a7d,Rodizio Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f7b5ff748883f5e,Rogan's Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5a9e327943b4e5609c11f7cabf3ad14e,Roger Dunn Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_133c044f40d6fce5,Rogers & Hollands,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_8c8a50cf61983351,Rogers Jewelry Co.,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_83b48dda8302d3652a572c03a89fde8d,Rogy's Learning Place,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_495b086776e9efccc306e291f4948925,Rolex,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, +SG_BRAND_a678b1f7a753a9dab9379b18a6451a99,Rolls‑Royce Motor Cars,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS +SG_BRAND_9fb0158640de6cb692a0946314f5a605,Roly Poly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7211bbce5d6ab162,Roma Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d07a345ae93aed458709c355f6da5562,Romantix,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_1ffa1888685b828b,Romeo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_40b76c31b1610ba6,Romp & Roll,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_53bd150cb82c07a5,Ron's Hamburgers & Chili,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_12ed73d18609637f,Ronzio Pizza & Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_48107276841a0cd44c9060d5d29db9a2,Roof Depot,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_1a6d9b353775104105f10788fefc075a,Roofline Supply & Delivery,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, +SG_BRAND_675cf1d502b80c1e6400e38c66fe9781,Room & Board,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,Rooms To Go,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_238b09c8cb8148de,Rooms To Go: Kids,SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_2e6ff9a2555e88b16a5e435cb01c9b46,Roosters,SG_BRAND_2f65554b99c708fa,812111,Personal Care Services,Barber Shops,RGS,NYSE +SG_BRAND_6de0d6fa121f2f1642763ef3942754d7,Roosters Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_342138c646e7fb7f,Rosa Mexicano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d977c8c05ed1b003e3f7597d772be398,Rosa's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_944d5e24cfc93afa,Rosati's Chicago Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4577a092757ed8fa,Rosauers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_64b758d4a1ec6dba,Roscoe's House of Chicken n Waffles,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_263563440700202,Rosebud Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e4f89e59d1f7c8e0,RoseMart,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2bbe346929a64e3cda11cf21e6192933,Roses,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_fdf4ed272e37e611,Roses Discount Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_f41793d1e1727544,Roses Express,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_68286d30ae97cc33,Rosewood Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_3a1ab671c974b3489458052270d1a69d,Ross Stores,,452210,Department Stores,Department Stores,ROST,NASDAQ +SG_BRAND_63b2fbf21fce2fbe,Rosti Tuscan Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cd81a468b2dc4b2e6178db75e74733fe,Rotary,,333517,Metalworking Machinery Manufacturing,Machine Tool Manufacturing,, +SG_BRAND_6abc3a453c89d17a,Roth's Fresh Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c64cd055bf1f95765d2d17c7290548c0,Roti Mediterranean Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c54f0f7a7ab56c1,Rotolo's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b36730c95154dd18b8608027ba2d1328,Rotten Robbie,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1e8ffc45e9df08e42243d12b15482c39,Round One Entertainment,,713120,Amusement Parks and Arcades,Amusement Arcades,4680,TYO +SG_BRAND_c4d28539c4592fd977f874c69367741b,Round Table Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d3ad0d41f6428016729e93fec4548cb,Rouses Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b3a32739ed4a3a2486e9b825eb6adac1,Roy Rogers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_23d87dc0ad46a5a3,Royal Bank,,522110,Depository Credit Intermediation,Commercial Banking,RY,NYSE +SG_BRAND_3ee4129a1d8aea1d,Royal Beauty Supply,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_258e16202f8cbafe86fbdc439f710b24,Royal Farms,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d5078a0e190bce08bab1b308a9e412de,Roy’s Hawaiian Fusion Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_394e71458cbe658f,RP Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_ee503cad5c797dfa42f6d3615f069279,RSG Roofing Supply Group,SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_b1abdaa4651c2d4c1edec388f608cd25,Rubio's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_499b25cbcb9d9c0dfe899d7a46bb9911,Ruby Tequila's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9ddf5dd71dc4f56204ea904e25839b41,Ruby Tuesday,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_985289eb52941ee391a86c66c1771d9f,Ruby's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a3c1479f3c756544b86ba04afd7c253e,Rudy's Texas Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a220cb98c26a80f5fbe3bb99ca22d0e3,rue21,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_eee055b222427d6,Ruler Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f489f553f052fde5,Rumble,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_594f66edde05c274019ce1d8746f8018,Run On!,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_1b9460f6551d2219,Running Room,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_4b2d06fa655c2c0a881c8e1cdf2b2673,Runnings,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_7043119d4dc60640fd43f518b838e65a,Runza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7f56e1fb582f19bcd7e51fdbef2910c2,Rural King,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_3571d3d6a1b47c261079b3c5e451d997,Rush Truck Centers,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,RUSHA,NASDAQ +SG_BRAND_1037de0148e78728,Rush's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2687d4e75b592254,Russ's Market,SG_BRAND_1c9455c4daae0289,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5ff90f852e2996975407cf8417ca26c0,Russell Athletic,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_2dee45f56d32d8a9,Russell Cellular,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_38722c0bda0454db,Russells,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4f625c6bc923bafa6553489baf0068c9,Russo’s New York Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_35c4a8ffa7dac5fd,Rusty Bucket,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b26d63c9af2dbcd423d65125a4137ea2,Ruth's Chris Steak House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RUTH,NASDAQ +SG_BRAND_1c33dd7475012ba979f49e73625d9853,Rutter's Farm Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_504136d2507913c5,RW & CO,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_5adbe6c59f83f6b3,RX Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_b02a906f6d87c0a210433654c0a3a456,Ryan's,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_024866cc1eabddfcffe23e6367792b1a,Ryder,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",R,NYSE +SG_BRAND_e33ff4645123c4d1e461d570ba4430c7,Ryerson,,423510,Metal and Mineral (except Petroleum) Merchant Wholesalers,Metal Service Centers and Other Metal Merchant Wholesalers,RYI,NYSE +SG_BRAND_53fa830e4c743803,S&G,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5560e0079bf710d1,S&S Food Stores,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_13a4bb95ce793dbe,Sabon,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_4786be141af28f3a,Sabor Cocina Mexicana,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_28ef16c6bf5aa143,Sabor Tropical,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_29712aaeb12af64e,Saddle Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f55885bc75d5eee88b1a9a0c1690b0a,Safeguard Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_4609ecf117b47680a9688a468ddee8db,Safelite,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, +SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,Safeway,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_53730eed44cca260,Safeway Community Market,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_01b97aeabf5d692f,Safeway Fuel Station,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2e6163ca2b39e204,Safeway Pharmacy,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_55225587811aa9cc,Sage,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4869c54fdd48aa61,Sage Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_6c35acf8476948d6,Sagebrush Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a6be388149d0cb3,Saguaro,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_1891f38ea8e5356a,Sahara Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9bcac1d1e0229c12443b290d81eec55c,Sail to Sable,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_65e9719b182ef753,Sainsbury's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_04bd5fe383991d4f,Saint Alphonsus,SG_BRAND_5df451361743558ac71e8dd07d7dfb74,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3d459942728f7a636ce726527858d8f8,Saint Laurent,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_aedecb570a3c03e9,Saint Luke's Health System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_6ecf8122d1c58574,Saints Pub & Patio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5ba83c85fede24bd,Saje,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_cce6fca5ef2f4ab,Sajj Mediterranean,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6cecb02cfbc9c22f,Sake2Me Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,Saks Fifth Avenue,,452210,Department Stores,Department Stores,, +SG_BRAND_ca5c953852e314a9,Saks Off Fifth,SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,452210,Department Stores,Department Stores,, +SG_BRAND_66f9f3f0d1e8a736,Sakura Japanese Steak Searood & Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6008fe60378861fb,Sal's Italian Ristorante,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_35707f6cf823a5b4,Sal's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5b53763229bf80198bbde318b24317cb,Salad Creations,SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_b325b6edc2eda31cacd6422dfb5a3443,Saladworks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_91e85d972b64d8946eb12f51526966d4,Salata,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,Sally Beauty Supply,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",SBH,NYSE +SG_BRAND_771d26b0b1a39811,Salo-Salo Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6507d284979e1b46cfe632f2e0d26a7d,Salon Cielo,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_dbba78df3e2fd97,Salon Lofts,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_76ef2d77f11497adebb70beae6adb814,Salon Plaza,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_374b76a1430a9686,Salon Republic,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_944758de96f94754dd3bc6f50880682d,SalonCentric,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_a3b50dd4fcfbf19bc76ab4adcbadf1aa,Saloniki Greek,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_32df5a08f2b467d0,Salons by JC,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_c9b8138fa6407bc8ea73c7844520af63,Salsarita's Fresh Cantina,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_350303f6215e85a3,Salt Creek Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_66be7ea5b0316cf2141f3698be930f31,Saltgrass Steak House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_69eb0a94d30aafee,Salvatore's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6f36b55443609fc1,Sam & Louie's New York Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e77e976e421f93da6285ced7b17c8d3c,Sam Ash Music,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,, +SG_BRAND_1c7d78d2398624b050f71616d6e1b390,Sam Edelman,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5e72a730cb4d0ef1,Sam Moon,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,Sam's Club,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_4b5bfd27bae4de88,Sam's Club Fuel Center,SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,WMT,NYSE +SG_BRAND_4a40e99c23968dd6,Sam's Italian Foods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c05957d9180aabae,sam's mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_5ca47f87800543f9,Sam's Southern Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_369b61451bb7273d,Samba Brazilian Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3d4fd9a07fad4127,Sammy's Woodfired Pizza and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,Samsonite,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_212010fea9188aa9,Samsung Experience Stores,,443142,Electronics and Appliance Stores,Electronics Stores,SSNLF,OTCMKTS +SG_BRAND_ef6c9ffef7c841f34646fcbac7bf2118,"Samuel, Son & Co.",,331221,Steel Product Manufacturing from Purchased Steel,Rolled Steel Shape Manufacturing,, +SG_BRAND_a525a9c8e9171874655b3ca665704a43,Samurai Sam's Teriyaki Grill,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_58b28eb4f917c64,San Diego Style Sombrero Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_774b0ef5e4cf08f8,San Felipe Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3f1b71fbbc2c1535,San Francisco Soup Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b961cb125034d18d56098e8f74425754,Sandella's Flatbread Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e6889a412f9036f0cfcd8a8713357308,Sandri,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_58d090f74825be5c4847396d272dcb4a,Sandy Spring Bank,,522110,Depository Credit Intermediation,Commercial Banking,SASR,NASDAQ +SG_BRAND_5d28421ad9bfe970,Sanford Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_b3bad5035b7bd7b449ae470898e31438,Sanita Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_5c463968c526017ef24e3e02e8fd68c8,Santa Fe Cattle Co,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7d798e198436df181b8821779fc990c7,Santander Bank,,522110,Depository Credit Intermediation,Commercial Banking,SAN,NYSE +SG_BRAND_926210c9b6becd3e1e13f6ce9e8c45d7,Santiago's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_034735fee3a5a0335e0a799672670bf6,Sapp Bros,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_287b8e28f4112fc4,SAQ,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_8831f71d1672696c363a6bb5018e89c5,Sara Blaine,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_b1ef4763d7b80de48511e8cea6e7b33f,Sarku Japan,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_27873c0874e1ae3c,Sarpino's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_283961e6f8b40ca97ae164161197126c,SAS San Antonio Shoemakers,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_0b8ba9790429b8b805cc67bed6e189c6,Sassoon Salon,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_3e32895b93ed68ba,Satellite Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_0bc54c51c1ad7108b45d1b446dece3ef,Saturday's,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_08eb1bb404eefe849d0642fd24b0266a,Sauce Pizza & Wine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2433d3e3915789f1,Sav Mor,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_9139250c80bbe177da751eb8abbca349,Sav-on Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_67dac667dd2ec950,Save a Step,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d9f00504bd845ddbb968cc04b6791783,Save Mart Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c5a2c9092cad648bc1ee9c9be08f83ab,Save-A-Lot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,Savers Thrift Stores,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_2be49c6021367f2e,SavMor Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_34779efeca27dcc3,SavOn,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7b815043d2f0ad2f90783d230d69b0bd,Saxbys Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_393c9244872b98dc,Sayle Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_b9753c942e2efa5e5051a57e7d12c9bb,Sbarro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_9d569b1231bd2263,sbe,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_6bf9f722444396c007dda907e772ff8f,Scag Power Equipment,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_70dfcc7fcd98d9b6,Scandinavian Designs,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_7e538ceea6366a202ce2a6803e6472fd,Scheels,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_f9bb41aa24408b82a9f8f86e35ff381f,Schewels,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_5a271fc87ecf09bd2c9ad0cfbb8b4904,Schlotzsky's,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BUNZ,NASDAQ +SG_BRAND_19ca66f40f89366f,Schmizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_104f52142f3b3ec,Schnippers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e77f97f5214c0423484bf5765b7eda9c,Schnucks,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4e5195556d5aa1df,Schoolyard,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a5c24c81ea4e1133,Schoop's hamburgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1522f8d5f9acafec,Schrader Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, +SG_BRAND_bc57adaf4d35381e,Schuykill Valley Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_8c6b47fd39ba8a37def4559704e717f4,Scooter’s Coffee and Yogurt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e900105064fd80dd,Scotch and Soda,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_40dca7b8ae2781f0,Scotia Bank,,522110,Depository Credit Intermediation,Commercial Banking,BNS,NYSE +SG_BRAND_a171194925053f44024a82de9d20148a,SCOUT,,316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,, +SG_BRAND_da247d7b88fb5c21,SCP Distributors,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, +SG_BRAND_2adc829fdd6fbdee,Scramblers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7bab2011649fd28a,Scrubs & Beyond,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_d180fdc4d43994eb1ce6a2d00b2d4b82,SDH Fine European Linens,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_b281c00432cab231,Sea Mar Community Health Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_80d806bb8fc16f617ffdaff4195d513e,Sea-Doo,SG_BRAND_718581b85eae956832d1cae3f600c3eb,441222,Other Motor Vehicle Dealers,Boat Dealers,DOOO,NASDAQ +SG_BRAND_6a419f17d2e4e22a,Seabra Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_fe2455da90a33830f1c192a7af38bbef,Seacoast National Bank,,522110,Depository Credit Intermediation,Commercial Banking,SBCF,NASDAQ +SG_BRAND_3151579c478552580b9876f820d0dd85,Seafood City,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6fc53b088dfdee32,Seal Master,,238140,"Foundation, Structure, and Building Exterior Contractors",Masonry Contractors,, +SG_BRAND_e5f80727089bda09d7e6020702fe2612,Sealy,,337910,Other Furniture Related Product Manufacturing,Mattress Manufacturing,ZZ,NYSE +SG_BRAND_e9301d5c735afc317688baa02d272807,Sears,,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_424646695a0e0439,Sears Auto,SG_BRAND_e9301d5c735afc317688baa02d272807,811111,Automotive Repair and Maintenance,General Automotive Repair,SHLDQ,OTCMKTS +SG_BRAND_a8979906f979fbdd,Sears Home Appliance Showroom,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_5c7f85555964e8af,Sears Home Services,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_305b0a21405390e3,Sears Hometown Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_42025830320875a9,Sears Outlet Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS +SG_BRAND_460f64146692aa571f576b2d825533cf,Seasons 52,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_31c552fd85106ee7,Seasons Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5a8c6560d880a0ce,Seaworld Parks and Entertainment,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_6f7bb31f092091a09afd34b6dd226a20,Sebago,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_6bfba6ace8c15753,Second Cup,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SCUPF,OTCMKTS +SG_BRAND_6cca75c762a345e5,Second National Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_c5e99edbbd392276ed84982d590c6fe6,Securitas,,561621,Investigation and Security Services,Security Systems Services (except Locksmiths),SCTBF,OTCMKTS +SG_BRAND_9fe8449289467279c329982bb06d75c2,Security Finance,,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_322db8903177df56,Security National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_65493c5db856c6f78f468cb252ef9ee0,Security Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_5ee5ff07b48ee2df4d13b01814a4522a,Sedano's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_861672770a2e5494d97bb9058c420a0c,See's Candies,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_8f451a9ae6dde1a81a344d003f0887f3,Seiko Watch,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, +SG_BRAND_3dad567e64f25968,Seip Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_067d3dc3c5235609,Select Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE +SG_BRAND_611c50cafb149930287ddcb3a8dc5c29,Select Physical Therapy,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, +SG_BRAND_1354b30cefed5f4f,Select Specialty Hospital,SG_BRAND_067d3dc3c5235609,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,SEM,NYSE +SG_BRAND_7b39ecbedb655443,Selecto,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_79f207dcd3c93d5f,Self Made Training Facility,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_35c2787257d1d9c23a04ac4f22be329c,Sellers Bros.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_327368675548443e,Sendik's Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_17a1ffaea08ce14a,Senick's Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bea60d0372a2b796b7e7889cf18478a6,Senior Helpers,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_0268ea466434672b,Senior Lifestyle,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_313a9226d3dc7224,Senor Fish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_db125cb627cd1eeaceb81934f31472e8,Sentry Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0a6156d4e69eed9ea8ba461b0e8afb39,Sephora,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",CHDRY,OTCMKTS +SG_BRAND_d1003c658578613,Servatii,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_5bf6feaed2572937a3b05373dd790150,Service King,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,ServiceMaster,,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE +SG_BRAND_21c475a908456337,Sesame Place,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE +SG_BRAND_1272c7745bccaae5,Settebello,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0464ba65cb52aadd2abd254abd91c685,SFERRA Linens,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_2c07b7ebf1a0b248,Shade Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_ee06025b756a570f54e52dc67d62a34c,Shake Shack,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SHAK,NYSE +SG_BRAND_4c71d64ed7f9fe540fd4a1f45631422e,Shakey's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_23780096320ec6fd,Shane Co,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_c9dbeca59f39877d31755cae4e2b7d9c,Shane's Rib Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8449b5e890d4688dcb5ee3d9745f34a1,Shari's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_263b895304005e5506e0003e6b01eff7,Sharkey's Cuts for Kids,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_ba5c7a99e4ca700537da52660eba820d,Sharky's Woodfired Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c07a5471a40d4ae9,Sharp Shopper,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6435de807f5317d4,Sharpe's,,452210,Department Stores,Department Stores,, +SG_BRAND_c94c93b562ff75567c3425b1cc8d7764,Shaw Floors,,238330,Building Finishing Contractors,Flooring Contractors,, +SG_BRAND_571cf07bf41af1d7a3133571053547b6,Shaw's,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8b1fed2af91859b9f7ccbdc2224242d3,Sheetz,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_2591c98b70119fe624898b1e424b5e91,Shell Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,RDS.A,NYSE +SG_BRAND_b2f9ed59197409a6f07cfbaa8adfeea5,Sheraton Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_739edde2613c107f7930d838af736899,Sherwin-Williams,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,SHW,NYSE +SG_BRAND_68d05f5ab0afc57f,Sherwood Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_0e077a144f9b51bf297ca6d0a612637b,Shiekh Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_367b65a8f8d1a3f42d90068d57a32f4e,Shield Healthcare,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_5aa504ccd7e54a4a,Shinola,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_9f671ba3a5368d9,Shipley Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, +SG_BRAND_284e4dcd527e329204f4b10e8c307ea2,Shoe Carnival,,448210,Shoe Stores,Shoe Stores,SCVL,NASDAQ +SG_BRAND_170e453703d1388,Shoe Dept Encore,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5636e488eea156d5,Shoe Palace,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_139254c4e342d3ccceff63823ca18dc4,Shoe Sensation,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_60ef405583046498133c783878be1020,Shoe Show Mega,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_ada6c5c64f172213,"Shoe Show, Inc.",,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_3854b91e2ff2aad8,Shoe Station,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_d6f8e0dc4758bfd54b55920c269d55a9,Shoney's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_69f2e968861ddc0cd61a50eb3ef8ac35,SHOP 'n SAVE Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6e108994e07c7891,Shop Rite,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5b658b26228bd62c,Shop Smart Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_244b32a08bbd8058,Shop-A-Lott,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_9b5e53901578a5b02e598a17c1414bad,ShopHouse,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3b8f37f52b523c2be4ab4a73b0ad1566,Shopko,,446130,Health and Personal Care Stores,Optical Goods Stores,SKO,NYSE +SG_BRAND_4a7ed5a58c062288,Shoppers Drug Mart,SG_BRAND_1b47663a692f81de,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_0f9dc3780faacdca17d31d7bdbe08d99,SHOPPERS Food & Pharmacy,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f802e5b700ec6e8d,Shoppers Value Foods,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_41c3b191bd451b25020cabcbe5afdc10,Shoppers World,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_89f9e4c00d1686f9ea25fd28dd9ee424,ShopRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SRGHY,OTCMKTS +SG_BRAND_4183e4ab1ff9cde7,Short Stop Food Marts,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c5472bc60b4ed6cbdaed3a9434c92a0c,Showcase Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_f64c22900e15a0fa565af4eb5159bf9e,Showmars,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_47378ccdbcea6db9,ShowPlace Icon Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_9d6c8a14645aa102317ca1c070b66792,Shred-it,,561499,Business Support Services,All Other Business Support Services,, +SG_BRAND_3c3f2d6b613fac3e,Shred415,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5cebf185d7e01223,Shrimp Basket,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_db268efdf3da517,Shuckin' Shack Oyster Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7a6dcc6064fb02eeeb3cbc4280c2acaf,Shula's Steak Houses,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fcfe592ad09b82b8479df19fa4bac122,Shun Fat Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_db6ee5f0ca1c23534e205fe45779f1d9,Sierra Trading Post,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,TJX,NYSE +SG_BRAND_58ae15008ec56ca,Sigel's Beverages,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_e8de50875985fb8f7ccb852b493124a2,Sign-A-Rama,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, +SG_BRAND_6139bed0c2432a78,SIGNAL Food Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_114999760c003080,Signature Bank,,522110,Depository Credit Intermediation,Commercial Banking,SBNY,NASDAQ +SG_BRAND_57f38cac3cc4f36e,Signature HealthCARE,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, +SG_BRAND_280cebbac295b433,Signature Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_016d2c38631de45e,Signature Style Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_f0e95f58be371a1e8b847a3439db2e09,Signoria,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_b633654b9642d2df868fc09480a7bc12,Signs By Tomorrow,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, +SG_BRAND_3c270d66a1a6f79b9c81ab2e2f61e6f1,Signs Now,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, +SG_BRAND_3d7364b575cdeb25be37fcf636763136,Silver Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7a9c526d7382d71b,Silver Fox,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3cf176179f0f9ae5d6078510cc52a428,Silver Mine Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_0a3c99595c9d3fddfece9c4e7607e5b3,Simon mall,,531120,Lessors of Real Estate,Malls,, +SG_BRAND_354a24fb7314f212,Simons Sportswear,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_4a772e2bf6b53db8,Simonson,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_37da3afd178e707a5355dc2272fea197,Simonton Windows,SG_BRAND_1040df5856d18f505124392b6df376f4,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, +SG_BRAND_36e547dab3145611bc3295c20646b27d,Simple Simon’s Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_22743fe7d88b8cd38a7bebc163fb507f,SimpleFLOORS,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_eb8ff728e4ed6eb2d3533347f02a7bea,SimpleTire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_5204212cce147a548eccae0b1523e7ac,Simplicity,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE +SG_BRAND_f105f4e4a3e1935fc84ee4e6f8359a1f,Simply Fashion,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_f2f774486bf5671c782add365642c873,Simply Mac,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_27e685bc2246ceb2dca0be8e0e4eace0,Simply Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_a57232142367eb326bf60ca1d7660233,Sinclair Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_30d65bf813b72373,Singas Famous Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4ecb87b14bd729aab2982c2b16f56938,Sir Speedy,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_a4f691ea367787a4,Sirens,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_71b74b7d7bc13765aab63e9cb524909f,Sirloin Stockade,SG_BRAND_5a3ecd02bd631b54,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_65a78f88e628caabfc4d54c90fc0ab28,Sit 'n Sleep,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_6430792187c67213ba069c35882997ae,Site for Sore Eyes,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_747d08db3ae17cd95646be2a0c8077c0,SiteOne Landscape Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,SITE,NYSE +SG_BRAND_0dd52fbf1cd77fc38e06650435ada07d,Six Flags,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SIX,NYSE +SG_BRAND_b71c59c965bccc59f4b202ea20986e40,Sixt rent a car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,SIX2,ETR +SG_BRAND_5105a8211a90de10,Sixty,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_a8c1450cf22e7c25d87f78aefb5c3a1f,Sizzler,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f366fe78cc37ed6e2e82320c00b34dd2,Skagit Farmers Supply,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,, +SG_BRAND_73bcd2a79c09921b15bd63688ddb850f,Skechers,,448210,Shoe Stores,Shoe Stores,SKX,NYSE +SG_BRAND_504582a2305d8c9b,Skip Hop,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE +SG_BRAND_23c5a611ea356acb,Skippers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_09b52e507a188bcd,Sky High Sports,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_42a58df4764e2483,Sky Zone,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_5b4b2938078d40ae4ae2f7b922602335,Skyline Chili,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_75fe97fb973fa35,Slack's Hoagie Shack,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_58a0cef2948b9da9,Slapfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7f670b88e9430cb,Slaters 5050,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3b17925dfe831ec07004700c32813f96,Sleep America,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_c6e070bb62f3edf8b51ea53f94216e50,Sleep Doctor,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_7c1ff425b29030c2a951a927f41116e6,Sleep Experts,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_1c20cb37a43a5c4eb19eb019b5524b50,Sleep Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_27485c230d0d715dd88b11a7e0e1a426,Sleep Number,,442110,Furniture Stores,Furniture Stores,SNBR,NASDAQ +SG_BRAND_7f3da1e6630d22bf,Sleep Outfitters,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_078a411168f87a418b30a50d8ea648f6,Sleep Train,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_63343bb727315298,Slim Chikens,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0c66f0c159837624,SLS,SG_BRAND_9d569b1231bd2263,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_231910c412e767bd,SLT,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5d1d7ae81885883f04334c7fef3139bc,Slumberland Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_b30c1793e7a85ff88c1f59db32b9b728,Smallcakes,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_9f9092dddca125105759b25f3f85907f,Smart & Final,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFS,NYSE +SG_BRAND_7619dff29f89d34d,Smart Center,,441110,Automobile Dealers,New Car Dealers,, +SG_BRAND_5b96833af34bba601c6e8767ad682f55,Smart Foodservice,SG_BRAND_9f9092dddca125105759b25f3f85907f,445120,Grocery Stores,Convenience Stores,SFS,NYSE +SG_BRAND_1ca1028282a158e653e0e4ea14500b3b,Smart Start,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_25db715faa998550,SmartCare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_920b907c29fe21f628faec927628d5f3,SmartStyle Family Hair Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2bd05fb6d7df5c82c51988933c7cbdc8,Smashburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_48c88330807a6d74,Smile Brands Inc,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_7c8ad84dce1fdac1,Smile Doctors,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_20dc612d8efcfda2362830db86a1614a,SmileCare,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_21da230452dce862,Smiling Moose Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5743e8ce194da95f21870de9ffb6f978,Smith & Wollensky,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cdba32615cfc644689f7fbf26738f60e,Smith's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE +SG_BRAND_cccba30814981f5c1f5b434e019e7715,Smithfield's Chicken 'N Bar-B-Q,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_46486f2aec233636,Smoke's Poutinerie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2a27c695480ef50e,Smoker Friendly,,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, +SG_BRAND_1528300ddb10d1f4,Smokers Choice,,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, +SG_BRAND_5adccacd732b8234aca4df341560e223,Smokey Bones,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_86d570758820923a7e1b376b73c33460,Smoothie Factory,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_19800a6b4d6fb62e6752413f3ac722ef,Smoothie King,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_7b6fd04f8e20421fe7f99023471c7f8d,Snap Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_44f1227687bb042f,Snap Kitchen,,311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,, +SG_BRAND_7bb91e907c7919bd,Snappy Salads,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d76abc0e8b75eca,Snappy Tomato Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b962c0ecc6b0fb3,Snappy's,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2a78e9dc74a9acc4,Snarf's Sandwiches,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1f68776b05670a87fa804e8d475c1cc1,Sneaky Pete's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6e7e9585d480eb4c7ce3ca97be9676fe,Snip-its,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_4938f664b79004d7,Snooze Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_738b3c15081e4325,Snuffer's Restaurant & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2c45303e1713f9bc,Sobik's Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_51f42faca956b764,SoBol Acai Bowls & Beyond,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1cec29c56a3256b3,Soccer Post,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_16d1bd5001e18b3fc2596bdc77738082,SodaStream,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,SODA,NASDAQ +SG_BRAND_2c81e4faac8941e3,Soelberg's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6b1484b52fd5f6ba,Sofi's Crepes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8e481a3fe76b613b224bfa5792c98289,Soft Surroundings,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_50983207b0133f490055f2c3c99da870,Sola Salon Studios,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_6ae26f5118139a40,Soldier Fit,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7b637ca5c2629486f3f76fc16ff6ba62,Solstice Sunglasses,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_b4ac58321385e7e2e9312c5c3e46d429,Soma Intimates,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448150,Clothing Stores,Clothing Accessories Stores,CHS,NYSE +SG_BRAND_3085582422fb690b,Somerset Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_3e92180fd0762dea,Sonesta Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_bb5459bf19132d4dc1340654c17331df,Sonic,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SONC,NASDAQ +SG_BRAND_5418b165749fce420e3078220aac2eeb,Sonic Automotive,,441110,Automobile Dealers,New Car Dealers,SAH,NYSE +SG_BRAND_72f73c88f89a18d9f628fd34d87eb935,Sonny’s Real Pit Bar-B-Q,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6dd91b412bd10613,Sono Bello,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_691d8667d8088000839b66daad67c2a7,Sonus,,334510,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Electromedical and Electrotherapeutic Apparatus Manufacturing,, +SG_BRAND_638615abecd9973cac4c477b252834a3,SOREL,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_07d4942054d5cc86a7454e165c9a158c,Sotheby’s International Realty,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, +SG_BRAND_01e9b7353083bb45c018b3c8ee7612c5,SoulCycle,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_14d7601c94ced580,Soulman's Barbque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7cb9cdbd09778ea0ea6a0b0f6acabd70,Souper Salad,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_bafb8ec6e0ec5eb0ad6355bb7255a624,Souplantation,SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_3575b6f7cc2fa202,Source for Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_5314a5fd1add6c1f,Sourdough Fuel,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_4136233213baca5e8a6d8b69820d152e,South Philly Cheesesteaks & Fries,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f460ba2d17c90287d092da17832ac5c,South State Bank,,522110,Depository Credit Intermediation,Commercial Banking,SSB,NASDAQ +SG_BRAND_54440f1163471c870384b47ec38ec273,South Texas Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_4f7ca1844d0931d1,Southern Arizona Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_0643a0b7346780ffb48a202b9d593148,Southern Shingles,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, +SG_BRAND_b171fe50c25853ab56e1f134afc569ac,Southern States Cooperative,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_e0ef51a5b3b089aa9ade7179483fdbb0,Southern Tire Mart (STM),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_6172447248d28c6,Southwest Georgia Oil Co,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_24a438ad77235b12,Southwest Institute of Healing Arts,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, +SG_BRAND_41e1196cd5b064bc,Spa Gregorie's,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_2626d934eec688301446a95b9697c984,Space NK,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_ffaa058475e2fc02e4e5ac295249b79c,Spaghetti Warehouse Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_542f65dbb1240371,Spangles,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7f663a26dc79a5cc,Sparkle,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_045e011490885c991dd838dae4fbe91b,Spartan Mowers,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_2f52eaab3edfa154fca397a25258afe0,SpartanNash,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,SPTN,NASDAQ +SG_BRAND_686fb8346d6c7705d7d8a8ecd307ebad,Spartina 449,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_a12f2c0adc5f2ee,Spavia,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_956bf83fb00e1e3234edc3c8ebc4573d,"Spec's Wine, Spirits & Finer Foods",,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_c31b13b933c192b3c74ba472dd6112fc,Specialty's Cafe and Bakery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_468215f4003fc34f,Specks Pet Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_1732bc687c153b0755734ef69e13e263,SpectraCell Laboratories,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, +SG_BRAND_13ebffae8c8f4a84b3c4dd481cd1b292,Spectrum Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_94b79668c2f8c48c87809a5e205cbbdf,SpeeDee Oil Change & Auto Service,SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_93b3d23529ebed78cdf4bfe2e58f1979,Speedway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ISCA,NASDAQ +SG_BRAND_7d64c184eca742a1,Speedy Cash,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_3180f7efabf2286e,Speedy Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1f0fa917750f98d2,SpeedyQ Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_16a3a32632a65ca7,SpeedZone,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_13e41b06e3cf22f4ef6b7546456e14e7,Spencer's,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",SPENCERS,NSE +SG_BRAND_b0e6b2edd3acb350c17401997e96c9a3,Sperry Top-Sider,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_40bfac78e255df7f6f23279acf7dda67,Spherion Staffing Services,SG_BRAND_4f9edafdca8658f8aba5a066069fc022,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS +SG_BRAND_530e53bfb1a2d525acde6af2fb025fa2,Spicy Pickle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_150561daec385ac7,Spiller Furniture and Mattress,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_6d35cf0ff06e8ef3,Spin! Neapolitan Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ab2f1d6fd13d0e00bb4c4959831623d2,Spinx,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_61239fbb30965837,Spire Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_6e6d67ae838cd729a2f3dd60add6f171,SpireWorks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_68a6615a3cdd6ba5,Spirit of Math,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, +SG_BRAND_7d1a3bf9b8ec06e6,Spirits Unlimited,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_819641545522250a5b984ecfbb2c3c39,Spitz,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_24b28530a77f0cefc0e7b977a6d58ced,Splendid,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_a008e88ff2df2936fdfdd684d28a74f4,Sport and Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_66b7bca1fd5b3082752c2508bc56009d,Sport Clips,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_1ae011d5ddda673f145c7230e61d18e6,Sports Clubs Network,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_259944bbd180417d,Sportsman's Warehouse,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,SPWH,NASDAQ +SG_BRAND_86292a9c78260a32,Spotlight Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_3df6b09b9c81d273,Spring Creek Barbeque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6e3df01bca219dec8e30a7d3b9b5dcda,Spring Market,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_26cd93ab847fa2cd941ad9e3325cd188,SpringHill Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_401aa7068968e7c4,Sprinkles,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,Sprint,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_7b80b243344992ed,Sprint Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6c5e12807893e125,Sprint Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5fbd6eabefed0d40,Sprouts Farmers Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFM,NASDAQ +SG_BRAND_4481ba215bf96744,Spumoni,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3947813608335db,Spunk Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_52e0d5f761200cf3,Squeeze In Breakfast & Lunch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,SRS Distribution,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, +SG_BRAND_bb91c79b7e30900c4c0e1a9bfe33956f,SSM Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_4fcc17678861d2f7079d8a402a6dcc3f,SSM Rehabilitation Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_b1c527500491d3b79f817ad32830d13c,St. Elizabeth Healthcare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_46f7e2cb0c4af7c3,St. Joseph Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_7d315a02b783a82c,St. Joseph's Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_7cff41cfa579f611,St. Luke’s Care Now,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_5ba80a18f3272c17718a78d4c0e3a89d,St. Regis,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_01dcf1d0738a8f9b92237df7f8a4bb0a,Staffmark,,561311,Employment Services,Employment Placement Agencies,, +SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,Stage Stores,,452210,Department Stores,Department Stores,SSI,NYSE +SG_BRAND_184be19457d11c4ff8e8eeb825cb4ead,STAINMASTER,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_7ead887c29d46135,Stamart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_571e88ba0862e132,Stan's Donuts,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5f254a5fa629b36,Standard Bank Pennsylvania,,522110,Depository Credit Intermediation,Commercial Banking,STND,NASDAQ +SG_BRAND_1e93aee75ec6b75936461257310d4abe,Standard Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_1a21718075662c354a39d31c6d5161a3,Stanton Optical,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_a4d18fc84a927940d1294e253001ce3d,Staples,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,SPLS,NASDAQ +SG_BRAND_9d9362460bab2d260ba7a0f08b4bbd39,Star Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f116acfe9147494063e58da666d1d57e,Starbucks,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SBUX,NASDAQ +SG_BRAND_1594ca470863198d,Starbuds,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_3fcd022a1581a0b1f9f7b45f65de192c,StarChild Academy,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, +SG_BRAND_2c0e238eb099eb6c,Starcycle,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1b7ced88de965a5d,Starlight Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7005df4c0c45ca26,Starr Western Wear,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1eeccf353a7dd8a1ad3b37c746fc6d82,State Farm,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,STFGX,MUTF +SG_BRAND_244944f899074aa119d51ec704cc5d70,State RDA,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_dbb345fcfaac76abfe5df7948729a24a,Stater Bros. Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,HGN.BL,AMEX +SG_BRAND_8e9486e4a533d2e2,Stay Inns,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE +SG_BRAND_45b0d5fc3ce65a34ccc73e2849a1e881,Staybridge Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE +SG_BRAND_874cb469d80d29bc5ffec4dea96b77e2,Steak 'n Shake,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SNS,NYSE +SG_BRAND_ee96302f6582b352fd0769c2e44039ab,Steak Escape Sandwich Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e9d2f3e3beed64c3067979d39b0bcec2,Steak-Out,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_110c4ddec55f2d3f5e75f4ecfbe3446d,Steel City Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_030e06d600359f81e616cc9bfc10ddcc,Stein Mart,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SMRT,NASDAQ +SG_BRAND_5f062df48ec0e1b6017f7a0d80bf0748,Steinhafels,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_18628726075c6884,Stella Barra Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_80153e472423f1973b5fb53dcda5a2b0,Stepping Stone School,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_81f69714318b9a3b21f8c43081dd8e98,Sterling Auto,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_6a06cf0c5f6b84c6,Sterling Optical,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_27bfb94d1977e2b5,Sterling Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_00d34d8f9d7d7da01a25de78aa8baf9e,Steve Madden,,448210,Shoe Stores,Shoe Stores,SHOO,NASDAQ +SG_BRAND_46f3073bdf0ac406,Stevi B's Pizza Buffet,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, +SG_BRAND_5dec4c4d92aa4746,Stew Leonard's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_94f4399a33fa6e79,Steward Health Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_b27af477716f5829b713cb67586b2f13,Stewart's Shops,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_982a3e1ee61f1fbdeb38e4c8da76ee60,Sticky Fingers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_12e010fe05bdf681,Stine,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_549f164d394f3b2e,Stinker Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5cc18fa64e5cd1fc,Stir Crazy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ecad570fe17f53fa,Stitches,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_8a8b1fe45a2c2b03,STK Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d2b324b18aa51a7b5d78b24262ad3728,Stock Building Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_5a3ecd02bd631b54,Stockade Companies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_213821354f709005,Stokes Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_424248e2c2d0c5d4,Stone Fire Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_31b6c3b57fc420f1,Stonewood Grill & Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_500ca3fab748506108763573b32c241a,Stoney River,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE +SG_BRAND_d4fc0458d6c0c5206a0b5d5311104ab3,Stop & Shop,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4c3548f431ac9b2a,Stop 'n Save,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_137d94a3bb89dc36,Stop to Save,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7651737de39c0a1e,Stop-A-Minit,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3555e73344dc6fb6,Stop-N-Go,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_343375203e02b93e,Stor America Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_29e46f1526330e4b591d75531238b056,Storage Pros,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_66f5c1cda55387e4,StorQuest,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, +SG_BRAND_5f9f3f24feb287c4,Strack & Van Til,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_a7abeb469cd27ad1d4d4d76791894214,Strauss Auto,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_10c5536315f34e89,Straw Hat Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_27ba4dcb9560618,Street Corner,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_117f0c1e4915e9a8,Streets of New York,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_8da1e55044e932b9d446ccf23f691318,Stretch Zone,,621610,Home Health Care Services,Home Health Care Services,, +SG_BRAND_0a709c04407e19505297cb0ffd19a951,Stride Rite,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_0af0475670e94f690f5f1e208fd0e4f9,Stripes Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_3b0cb6fdd884f5f3fc682e1e17cd505b,Stuart Weitzman,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448210,Shoe Stores,Shoe Stores,TPR,NYSE +SG_BRAND_6f869b4198e2e5fc,Stuckey's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_d0925efb189f101787c04895fa8e1ec8,Studio 6,SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_18d80020db9ced0e,Studio Barr,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c804564820fc56b825e8c7601c71b7dd,Studio Movie Grill,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7e4a54bc75a6708e,Studio Three,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_2ccad6c0ffdbf6e9,Sturdevants' auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_2d91252e0a206a595fbb81f3768084c6,Sturdy Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_c5d4a3ff062e5da9,Style America,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_506005aeef1b7ae6,Style Encore,SG_BRAND_6078c00b7e4eb7c3,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_f42931e177900b6,Style Houston Salons,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_47c3eeb22defe6131d872e9da02ba588,Sub Station II,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5e3f2112d7abf152,Sub Zero Ice Cream & Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_074b8e83bfbb30f1d33f3a4ca2c0c214,Sub Zero Wolf,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_0b9c5120ea86155f02d81e6f2f90c900,Subaru,,441110,Automobile Dealers,New Car Dealers,FUJHY,OTCMKTS +SG_BRAND_505013e5ed3c72e5,Submarina California Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8956cee4e5d00996ab4e920c4b33034b,Suburban Extended Stay,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_6360f6446bf78d2c679f728051869f91,Suburban Propane,,454310,Direct Selling Establishments,Fuel Dealers,SPH,NYSE +SG_BRAND_de80593878cb1673c62a7f338dc7e4e1,Subway,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_753ba4ede2e39f46,Sudden Service,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_1af713027f87ef6f,Sugarfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_54a6181a80a2052,SuitSupply,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_afd52c62e4f2d482e3671e66ff1997d1,Sulky of America,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, +SG_BRAND_957ad7556e401072ab9c88b51bd34a12,Sullivan Tire and Auto Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_1e2a078272a7d783,Sullivan's Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4df71bbaa796cdc6,Sullivan's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_44c408c7a5317d00,Summer Fresh Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e42192d3d43014da2b4f20f4fa436fe8,Summit Medical Center,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_28999d16bf7fb49d241aaea6258bed8d,Sun & Ski Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_4916f4ecc1bb4e37,Sun Devil Auto,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_13d0f977c4e39208,Sun Fresh,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_abfbaef7ed69ab00ff4641c916b601ae,Sun Loan,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_4dafa8ce84e4f95e77eaf16d47eaca75,Sun Mart Foods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_27e6f01a32de28232af76c45ffed037f,Sun Tan City,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_b16311027de231dd,Sunbelt Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_e041f2b64a1e73aa7c891441509f3655,Sunbelt Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_7242148dfd400ad24f5356ec7d0c9d44,Suncoast Roofers Supply,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, +SG_BRAND_6b8fb01508ae8bb4,Sunflower,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b0ffae6c1ddaa860aed409f076c37b4c,Sunglass Hut,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_1bd2e5f037801fc8,Sunnin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8d819ffb9fa80295260ecf779927ef25,Sunoco,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,SUN,NYSE +SG_BRAND_1a082bd9a80a22fa,Sunrise Conveneince Store,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_48fc448afb2d482b,Sunrise Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_3dd09df1ba410ff6ef021dc2a54f2481,Sunrise Preschools,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_b3a25b02264a11bc,Sunrise Records,,512250,Sound Recording Industries,Record Production and Distribution,, +SG_BRAND_516ba83a8efa5bf6bdc8bf2383baf9e1,Sunrise Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),SRZ,NYSE +SG_BRAND_6a3b35b110397544b07a6507ade026f2,Sunset Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_450c4dcb78c6932b,Sunshine Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_57e5449663e1a0b0,Sunstone Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_18f903c720d5377987bc73cb76a89871,SunTrust Banks,,522110,Depository Credit Intermediation,Commercial Banking,STI,NYSE +SG_BRAND_a5378f5fac5ca6d28d289e06ed25a9af,Super 1 Foods & Discount Pharmacy,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f16d2a87d56b89d8,Super 10,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_43bdfa786f5809e475a7382797eae3fd,Super 8,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_6ff3e6bb09c04d09,Super A Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4b128a93fa7c753a,Super Chix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_850622eb907c2514,Super Dollar,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_630a74655b3ea79303b8f4fa295b9689,Super Dollar Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_6b26ecc54b625df5,Super Duper Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ae14dd763e01efcdb62b7f2d60adde43,Super King Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3f3cdda418fd85045a62459086d765a4,Super Mex,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7f59f92ce3cf5e8b,Super One Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_408d7f2b1724623f,Super Quik,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d3e13aa7e044fde98f4e59efb5889390,Super Runners,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5a8ecf40a0e7f1ab,Super Saver,SG_BRAND_1c9455c4daae0289,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_3f9595a0fa925f13,Super Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_78764cdda07283e6,Super Subby's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_429f63ed94805627,Super Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_521f7895c292a2fd,Super Thrift Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_386bdab900a5e9d65fefc3e91df07af5,Super Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_66575b77b220bc66,Super1Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c662514f0034e025a5af8c9cd2c042e7,SuperAmerica,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_9a7f178c79535a,Superba Food and Bread,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_10734d1c1022bb717d2d1f2e03135434,Supercuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_6fe98d3a329c2652,Superdry,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_88ba6f6fda3e692270cc4aca2308d02f,Superfresh,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_463fa8f01a957810d630f14e61f00ae0,Superior Distribution,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, +SG_BRAND_89e0ac5a5ad3b486281dc81cde4e8627,Superior Grocers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2225c534d38fe724,Superior Pool Products,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_1f9fc0f000b8f1b0,Superlo Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1c3f5a68b116d537,Supermercado Mi Tierra,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_12d8cc02f8482516,Supermercado Nuestra Familia,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1747bd74c5196e99,Supermercados Econo,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_121160236f279022,Supermercados Mr.Special,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_728d5ec13318e980,Superpumper,SG_BRAND_25e5063333a11a1b,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_603348d1a4d77f00,SUPERVALU,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_02f92084d9f17e0a6c8892bf0d462c36,Supplement Superstores,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_05286b13e4cd9b9707add15e0b00e9e2,Sur La Table,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_292982d226c68c93,Surf City Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4de9ed8cca6134c2227cb29e9972ccea,Surf City Squeeze,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_81e1914962e6a4ef80fe58a431d51926,Surf Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1ec9c207bfbb9658,Surge,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_c00683f2bf27e151432cccdb3c15b111,Surplus Warehouse,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_a9c2e155e8b85611,Surterra Wellness,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_201c7275db1eea4d,Sushi Roku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c6ef0b5fb00020681beb203dfcf7c94b,Sutherland Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_42241040b2464313,Sutter Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_101186a9a44bc0354ed997696a6aefba,Suzuki,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",SZKMF,OTCMKTS +SG_BRAND_296fa7d68007d8dd,Suzy,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1aa3e99a053ad8d9dafa8bad478ee946,SVS Vision,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_c33caca1ca57315,Swami's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,Swarovski,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_d4f638f58f0365e16f503d63e3cdb609,Swatch,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,SWGAY,OTCMKTS +SG_BRAND_3fa2b41fce097e5b,Sweat Fitness Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_941a708604d0d3d03e95336dcf911085,Sweaty Betty,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_5691d1d3f1bbf3cc,Sweet & Sassy,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_4bdb9818d1b8ec67,Sweet CeCe's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_c21778f7b42c43a3cac69ca3f6409372,Sweet Factory,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_5210f3e6393aa617,Sweet Frog,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX +SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,Sweet Tomatoes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a5ea795ab3769f0392e3658d9e64e003,sweetgreen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4b82ec32253bafc4,Swerve Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_773e5c61cba7322,Swiss Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_c0f474776f0a518a809c938bb46afab1,Sylvan Learning,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,SLVN,NASDAQ +SG_BRAND_7c501b7b2e9f40ad,Synovus,,522110,Depository Credit Intermediation,Commercial Banking,SNV,NYSE +SG_BRAND_4aa37867419943da,T&T,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_379927a340a265a9,T-Bird Mini Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,T-Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ +SG_BRAND_6ac3d7996fd37353f8027aee42005f19,T.J. Maxx,,452210,Department Stores,Department Stores,TJX,NYSE +SG_BRAND_748ba381dd81bb8de615319837ffa350,Taco Bell,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_62e219693b40c048bf2dad225524695a,Taco Bueno,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_79a702dbde154a54f28d505028e1708e,Taco Cabana,SG_BRAND_7079c42698203d70df4a030591fe99b8,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5decf63a87f7b91c915c7e221f840ac7,Taco Casa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7a64dc973cbcc4f3cd3b08c3a3ea6842,TACO DEL MAR,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f92cba702cf7f997b776d807b54cbe79,Taco John's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_0c1f44463c391444e9661642ec0761b4,Taco Mac,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a630e83180e5729a,Taco Maker,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4f91efcb90b5e17a3d6ce7acca841c87,Taco Mayo,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_56fed2fb145e1820,Taco Palenque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_693b36175514d607,Taco Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_99dae8a57b370f25c69f642c6fc4319b,Taco Tico,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_21a415c825b40c20,Taco Time Northwest,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_794665b7b1353d3a,Tacodeli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d0e991123ab7960f,Tacolicious,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2f9e380f3c33c93e,Tacos El Gordo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1150bcface0b66ea9e245dcefe959162,TacoTime,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_f5975334d57475f6dbc8bb4b1cbf88c2,Tag Heuer,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,CHDRY,OTCMKTS +SG_BRAND_e09926ab09389693838aa7b6a4a51ad4,Tahoe Joe's Famous Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a6111ecac4e9bf6,Take 5 Oil Change,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_fc3844062a563161e27e2c9db9ad4665,Talbots,,448120,Clothing Stores,Women's Clothing Stores,TLB,NYSE +SG_BRAND_dca899911102f86b,Talecris Plasma Resources,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ +SG_BRAND_861e8bb24a4eaf74,TalkTime,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_5f363dd1fc284e47,Tamale Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c65749e66d4be65604489fe96a1012a0,Tamarack Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE +SG_BRAND_bd60dc54b754d9dc4431b65d58f8c632,TAMKO Building Products,,324122,Petroleum and Coal Products Manufacturing,Asphalt Shingle and Coating Materials Manufacturing,, +SG_BRAND_dfd7c20bc32b86e,TaMolly's Mexican Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_56e323495e92d917a538ec84d43fab18,Tandy Leather Factory,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TLF,NASDAQ +SG_BRAND_74b13c1bfa9312a3bfd0caa1da8b35ba,TangerOutlets,,531120,Lessors of Real Estate,Malls,SKT,NYSE +SG_BRAND_3059716d0a91e0e1,Tapout Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_47cdddc43aa6759b,Taps Fish House and Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f735ae4d111d2c3482266866ea53e7ca,Taqueria del Sol,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_42aefbae01d2dfd981f7da7d823d689e,Target,,452210,Department Stores,Department Stores,TGT,NYSE +SG_BRAND_5810170bb4a1154f,Taste,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_106b44d46c19a8c0,Taste of Philly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,Tastee Freez,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_e402d3d94d8b09d4a64bd139283bd048,Tasti DLite,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_107b9d75a4e4db89d7b8811fae4d60c4,Taziki's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c8659d9232accbd66985df5375f59855,TCBY,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX +SG_BRAND_36437ba2287c7c96,TCC,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_27501713cae44c7a12ea7b766781676a,TCF Bank,,522110,Depository Credit Intermediation,Commercial Banking,TCF,NYSE +SG_BRAND_90d91b406b3010d68287a1bf29e73641,TD Ameritrade,,523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,AMTD,NASDAQ +SG_BRAND_a270529277e11434ce7a40cff6c21217,TD Bank,,522110,Depository Credit Intermediation,Commercial Banking,TD,NYSE +SG_BRAND_383d1229347828a7,Tea Station,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1a70a72732d25de9,Teal's Market,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_6f227b9c18f3649b,Team Rehab,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, +SG_BRAND_08dc7bc5c525f5e482b57ea659eed11d,Ted Baker,,448140,Clothing Stores,Family Clothing Stores,TED,LON +SG_BRAND_82eab43cc07082b91b4ab64436d2cf1a,Ted's Café Escondido,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_cfd1a00ac7511bd50d3da98da435ab23,Ted's Montana Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3b18e03842469999,Teddy's Bigger Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_89a14d7a1309892f90d490c859468a30,TEMPOE,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, +SG_BRAND_4c0bb3e7d813b2889a0544ef789a648a,Tempur-Pedic,,442110,Furniture Stores,Furniture Stores,TPX,NYSE +SG_BRAND_f18e4548675a2e1,Ten Thousand Villages,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_2056bcd07ae0b83fd73cbfd2eeb25f2e,Tender Greens,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,Tenet Healthcare,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",THC,NYSE +SG_BRAND_3e795ba76395e5f043687c8d0a9706e8,Tennessee Farmers Co-op,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, +SG_BRAND_25e9f89ee6d135a1,Teresa's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_701fa49261c8c7c8,Teri Yaki Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_416a92ce8c95ff05,Teriyaki Madness,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e8b683a8c69af4284fc2d2ee150bc4f3,Terminix,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,SERV,NYSE +SG_BRAND_5c5a3dc312ed15ea,Terrain's Greenhouse Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_765f47692855865a,Terrible Herbst,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_736e28af7b81b10a,Terroni,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ca581f73c944ade30fde59bdb3e85d41,Terry's Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_220dead10dd6a5c7,Tesco,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b787109f60140e84,Tesco Bank,SG_BRAND_220dead10dd6a5c7,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_e1f043a973f4574f,Tesco Express,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6fec1ae6a8fa91d1,Tesco Extra,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d6355b56ac295732,Tesco Metro,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_01655ff382eb79ba,Tesco Superstore,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_bc250e0d83c37b0953ada14e7bbc1dfd,Tesla Motors,,441110,Automobile Dealers,New Car Dealers,TSLA,NASDAQ +SG_BRAND_aa6a15d0d5bfb705afa3d12997f3a804,Teuscher Chocolates of Switzerland,,445292,Specialty Food Stores,Confectionery and Nut Stores,, +SG_BRAND_ffc2e4f5b587c173b8034acac77ed1fa,Teva,,448210,Shoe Stores,Shoe Stores,TEVA,NYSE +SG_BRAND_5416bc709f25c04c6092dbbae7013250,Texaco,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CVX,NYSE +SG_BRAND_78aae9bb39a22124,Texadelphia,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c54319fdd968c45ed0d0efd9bb2fb63e,Texas Car Title & Payday Loan Services,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_6be55ad67ceb5067bdab4e4d3c4a7df3,Texas de Brazil,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_473fea6203e222f4,Texas Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_aca4fbe00d3d8517673a5aca6e4aa1f1,Texas Farm Bureau Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_7f05a2ff5536df74,Texas Health Resources,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d40731d9c382535c23768d0caa026179,Texas Land & Cattle,SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7f678f7dd8d25eae,Texas MedClinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,Texas Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ +SG_BRAND_1fdd5a6542bcfe6b161be9f9c599edff,Texas Steakhouse & Saloon,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ff13ed822d136072eceb608b5cc145e1,Texas Tool Traders,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_b8c2e09ccbcbcf622f7612372a827752,TForce Logistics,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,DDMX,NASDAQ +SG_BRAND_aeff93462d04a731,TGF Hair Salon,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_2790ea7c68267a4a937d481540e3c3e6,TGI Fridays,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_71b1a9dc19902a6c,Thai BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_28a9b67fc644e963,Thai Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_42fba5cce630e68f,Thai Original Barbeque & Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2b2de6e5e806bd0b,The Art of Shaving,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_e410910a55c3c756497dd75b42aeffc4,The Association of Pool & Spa Professionals,,813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,, +SG_BRAND_5c19fee48031bf83e0961a606fbf5662,The Athlete's Foot,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_f712fed0e54d3879,The Baked Bear,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_12b47438ce89b276,The Bank of Tampa,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_a7bd12304f2a327187932c8caa384a3c,The Bar Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_7865bdf090089821,The Barbers,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_aadbb723ed9a5d53,The Bargain! Shop,SG_BRAND_56324d752ddef929,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_169759edcca53e9a,The Barkan Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_6f2dd06dff349e79,The Barre Code,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_238235f57cdaf4015ba8e998c2641240,The Bay Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_31667d4e1f42fdcd710142faf48bd9a4,The Better Health Store,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_f09e0c7afddd306e,The Big Apple Food Stores,SG_BRAND_3874a628545efda1,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_33380594a4d5a524,The Big Screen Store,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_1a12adf6e3b665ca,The Black Dog,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_def598b5aac8735,The Blazing Onion,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b38d3f8fe487c2221c530f36d0610016,The Body Shop,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_2aef7eac822eb842,The Boiling Crab,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7c19a70212e0ccdda8db2a73b5d84ddf,The Book Rack,,451211,Book Stores and News Dealers,Book Stores,, +SG_BRAND_0c7d56c25057eb37e0079b11b1a41939,The Brass Tap,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_9cdd257ef76506a77da2138fa08adffb,The Broken Yolk Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f8d7dcd58d8bf69,The Buckeye Corner,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_97899a373a27905d915c4c9c65ac95c7,The Burger Joint,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4dbcb20da98e22da,The Camp Transformation Center,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3cc21f15ae914a3cb5919df560a5b117,The Cape Cod Five Cents Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_dc52dbcf11b7f0307f8ce2b817acdfa4,The Capital Grille,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_a053237d26cf3f778c77847dbcfbed65,The Cash Store,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_e5b46100379c3529be5f67422662b5e7,The Cat Rental Store,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,CAT,NYSE +SG_BRAND_e661d1eb09e37e4e6a32cfa1944dafce,The Center for Medical Weight Loss,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_a676cc95ab05a9f67d645437541771a2,The Check Cashing Store,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,The Cheesecake Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ +SG_BRAND_d4280bff0e12c76fbaa974480d17715d,The Children's Courtyard,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_0d8733e06e21c591cff917fd0f7fffb8,The Children's Place,,448130,Clothing Stores,Children's and Infants' Clothing Stores,PLCE,NASDAQ +SG_BRAND_0f28dc5297faa20538af54b933c3e48b,The Children's Workshop,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_cf648053225811b,The ChopHouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e6df1254351679290dc9f935d1cde5e8,The Christ Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_a225ac045017a21c8ce14bc0728c3493,The Cleaning Authority,,561720,Services to Buildings and Dwellings,Janitorial Services,, +SG_BRAND_382a54468d25a8f,The Coffee Bean & Tea Leaf,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_009de65a8ea116c85bd1a948b4c69c98,The Columbia Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ +SG_BRAND_1fe673b225ac9f06,The Comfy Cow,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_c5945455a80b7df9ae933374061c1f18,The Compass School,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_21b3fdc752056767b2598d5e93ce889a,The Container Store,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TCS,NYSE +SG_BRAND_7021443754cb6a75,The Cookie Corner,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_d7ff6f6ac44b1ef0abf49d26f19aaaef,The Counter,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a4874c3429557e37f02c1114a410d03c,The Dailey Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_feee19a667eafeee0f37c03bbde7997a,The Dump,,562212,Waste Treatment and Disposal,Solid Waste Landfill,, +SG_BRAND_367615af9d86c3ee076f90f0e058a03d,The Edge Fitness Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_68fdd09a6f017f28,The Everett Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_79aa24ac7be7115da80670ca05ed242d,The Exchange,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_347f308bd110cf91,The Expressway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_26093cef1643d55f,The EyeDoctors Optometrists,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_7563d50667ecfa1fa05542887aa06123,The Family Center Superstores,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_ec3c24dac2bbf15511d9de9e0d80ee86,The Flame Broiler,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_19ff995f2758f48c,The Floor Trader Outlet,,238330,Building Finishing Contractors,Flooring Contractors,, +SG_BRAND_8bbbbddd74a8c55a0e7b8a4900a84af8,The Food Emporium,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_64a0989950c25fa3,The Fresh Grocer,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_780fbf14eff9e74b9f36782864893db6,The Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,TFM,NASDAQ +SG_BRAND_2a55c06e9d66201f,The Fresh Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e07b56a3af9931ee3ffa7b81f065f13d,The Frullati Cafe and Bakery,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_1f2a2e25728123a9,The Fuzzy Peach,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2f71af3851d37fcb,The Garage Burgers & Beer,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b5e39c3aa02f293d32711bbbd0a7cc27,The Gardner School,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_c480d1c506174ceb76e75a9ec238db19,The Goddard School,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_2de4349106208bd9c5a94327a8328a2b,The Golf Mart,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_7cb5fe5b782c710b,The Good Samaritan Society,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, +SG_BRAND_c74f9f3ba98f4252,The Grand Theatre,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_369a3a4efbfb866451440930bd5ea2a0,The Grasshopper,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_3dcc30c62460bc25,The Green Solution,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, +SG_BRAND_519bae9085e0bee5,The Green Turtle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1bdafbd85f67a1b5,The Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f06de432fc340ee71aa12222d087ce84,The Habit Burger Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,HABT,NASDAQ +SG_BRAND_a6b6bc682c404279c671e3c1f8bddca1,The Halal Guys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_8cebb51fb05f1bf005e53bfec08d6c10,The Home Depot,,444130,Building Material and Supplies Dealers,Hardware Stores,HD,NYSE +SG_BRAND_38a47ecd809d6bc33da5d07aeb102184,The Honey Baked Ham Co.,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_147fae0f27a09e0c,The Hoxton,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_ddd255657c835c7c6fada0aa91c0cd5e,The Hummus & Pita Co,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fa02b785b4cd9620961cdc921c695a6a,The Hummus Factory,,722320,Special Food Services,Caterers,, +SG_BRAND_02b0271b467f602df85bda877aaff678,The Huntington National Bank,,522110,Depository Credit Intermediation,Commercial Banking,HBAN,NASDAQ +SG_BRAND_57260b104813b2675ac576b073265137,The Ink Well,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, +SG_BRAND_5823bf6b7770c294,The James Hotel,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_3f3f25c2f0c2ac4e,The Jerky Outlet,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_75400c1d55d84876,The Jewelry Exchange,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_3b0e9fc4f07998b208aaeafdaf8c6620,The Joint,,621310,Offices of Other Health Practitioners,Offices of Chiropractors,JYNT,NASDAQ +SG_BRAND_bb17262f1cb7c73a,The Juice Shop Kitchen & Juicery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1439fb0625fdeefed049e877c7ecaffb,The Kebab Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a3d561c910801c5d08791ee3d310df6d,The Keg Steakhouse & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_445fc19dcd78b55e,The Kent Companies,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_48bde759a9d97916,The Lash Lounge,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_2a82d70020246cf51d52526824787b50,The Learning Experience,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_73acdfdaafe6ff0a,The Little Beet,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_055835f8cec8b6e04ba47ac4906f8f5c,The Little Clinic,SG_BRAND_1f852a23da4b7250,621498,Outpatient Care Centers,All Other Outpatient Care Centers,KR,NYSE +SG_BRAND_3e7a63f572a5734cad6676b9e32cbc4c,The Little Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b03564beb831763984ac671dc54a0cce,The Loop Pizza Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3997a8f3a0b830dbd07b6db4fd6e9daa,The Luxury Collection,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_0ce21d5668f8efe62ffec7ff25900593,The Malvern School,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, +SG_BRAND_409682a96a98cfb4,The Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_61de2409142ceccf,The Markette,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_99fcc6273635bbb31252d3306fbac64b,The Mattress Factory,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_58043e3cbd84985ab2dc9a365c6a3b52,THE MAX Challenge,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e6b579afa8461d8a315125f18c697f19,The Medicine Shoppe,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_3e7ea2d5ef6b7289a85276f18e27b882,The Melt,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5b5952be425493ae354f91be4127d2df,The Melting Pot Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,The Men's Wearhouse,,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE +SG_BRAND_142856710eed4cc3,The Natural Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3b50b0335cd7ba141a82b28b5dd28c91,The North Face,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_1b123f515d08bb0,The North West Company,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE +SG_BRAND_4673ceec4f2402b2,The Oceanaire Seafood Room,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6cdef17bddede3e9b11a95bc35b83896,The Office Beer Bar & Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a3ac07e7e26ec97a361f4f7155c1a492,The Office Tavern Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_481941885b6085ab,The Old Spaghetti Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3435d9b39736abe4,The Oops Co.,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_6761573c0cde168f,The Original Buscemis,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f00d69ef51c9f51,The Original Dave's Cosmic Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_99844761d9a1455cd84cb9c5c35ff84a,The Original Mattress Factory,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_4fb670e93bdb8672,The Original Mel's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_89adcbee80f3dd6877da674d74acd976,The Original Pancake House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b19328c91905a082,The Original Pizza King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e8ba8b704eab2f5,The Other Place,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_03d79486902d515829018ef9db1f3415,The Palm Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f6896aebc6a294f,The Paper Store,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_347359cbfc7840a6a6a2ce7ab3e9087c,The Parking Spot,,812930,Other Personal Services,Parking Lots and Garages,, +SG_BRAND_dd5e8538923b1ec725cb4a3eefb8e3e8,The Peanut Gallery Preschool,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_6e900baf9252f8ee,The Perfect Pita,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d092f030b5fbe0c6,The Pie Hole,,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,, +SG_BRAND_7512d3d3a6bdc2c2,The PilatesBarre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1ebaf17c26c329a6,The Pizza Press,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_18104fe029ccbdbd,The Pod Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_4d9a54cd3f7d9b32,The Premier Companies,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_be55084abeb9c86,The Pride,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_565e5c0874460019,The Primary Health Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_25a3bc91b9c29636,The Prime Rib,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1bbc59a51cf7174c50aa97daaf4db6fd,THE RED DOOR By Elizabeth Arden,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_2f696e23890fee94c69d32d67a042962,The Ritz-Carlton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_735ce9f87fe98351,The Riverwinds Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_159cf69754637d53,The Rock Wood Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d1a0236b6b2467c,The Rockerfeller,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_197da33ad4743176f6f79c4ef57b4147,The Roof Center,SG_BRAND_1b2818c0478264ea,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,BECN,NASDAQ +SG_BRAND_0a8319bc26b1f4bc74fb4a1fa0eefe26,The Salvation Army,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_5c5fdd13bb5c9bb1,The Sandwich Spot,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_417cf24bf1de9cab,The Six,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5813c4f1b2c44860,The Source,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_679cad82275339db,The Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_b8811cc7f6b790bbbd59fb48b86d9c6a,The Sunshine House,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_4b10a4735801c6cf,The Sydell Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_481c509d0f3e4ec3,The Taco House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3a492018844fa022,The Teahouse Tapioca & Tea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_623c9670c67edf86,The Tile Shop,,238330,Building Finishing Contractors,Flooring Contractors,TTS,NASDAQ +SG_BRAND_e4f78288fe530eeb6352e6bd86fce5a2,The Tire Choice & Total Car Care,SG_BRAND_462c6e01a2086f21,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,MNRO,NASDAQ +SG_BRAND_76cc6f7235ae184e,The Uniform Outlet,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_d100d4d8528c773aac249aa76b9eed07,The UPS Store,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,UPS,NYSE +SG_BRAND_3407202de2fb184d,The Varsity,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_25178bf9665a0217555d90868ad225e9,The Vitamin Shoppe,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_d6966cd546d3058fe7927013fa5f416b,The Walking Company,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5dca71f1eff08c5c,The Woodhouse Day Spa,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_736c6dba6707c4fa,The Yard,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, +SG_BRAND_4167196e19c5cac5,The Zoo Health Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3f95ba01ebfd1014,Thee Dollar Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d88365c20375014de85c502008b50db9,Theisen's,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_700172587c791cceb2ca5c6744e211db,Theory,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_d551d9b904376cfe32577a4295482c46,Thermador,,443141,Electronics and Appliance Stores,Household Appliance Stores,, +SG_BRAND_326003cb0cde041efacb7b2f9e9a8ecb,Things Remembered,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_484889433de7984a,Think Kitchen,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_42468524a477d307,Thirsty Lion Gastro Pub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d8c3dc16c8970aaba935b5c5477e1fc5,Thomas Sabo,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_be923465dedf384dda38dcfe5511ed2c,Thomasville,SG_BRAND_8dec87ebe111e2b4,337121,Household and Institutional Furniture and Kitchen Cabinet Manufacturing,Upholstered Household Furniture Manufacturing,, +SG_BRAND_3e6910510262cc0b,Thompson Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_5d0bb36db902c2b4a3cddf28192ed763,Thorntons,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_bf47e8892102ed3b,Three Bears Alaska,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_be44236f06192a1d33f6432d6d92128b,Three Dog Bakery,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_3326a08f19b298eb,Thriftway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_236ad7fb05363431837efe08cc11a189,Thrifty Car Rental International,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, +SG_BRAND_70f57b243f49fee2,Thrifty White Pharmacy,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_3ce39fc19f210f9d,Thrify Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_3078224ee4011642,Thrifyway Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_585f42e9fd3433de,ThunderCloud Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fe348ce1e0816a97,Thyme Maternity,SG_BRAND_1e8a4bf699e898be,448190,Clothing Stores,Other Clothing Stores,RET.A,TSE +SG_BRAND_d39158ca09fb3c99,Ticknors,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_527215696df19ae1,Tide Dry Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, +SG_BRAND_5409a77e42ebdf8f,Tietgens,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d93b029d657e265b,Tiff's Treats,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, +SG_BRAND_7a5ba55adf83be247a3826c8d1339ccb,Tiffany & Co.,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,TIF,NYSE +SG_BRAND_3819b4b88d9159eb,Tiger Rock Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e0709c433db5128,Tiger Schilmann's Martial Arts,,611620,Other Schools and Instruction,Sports and Recreation Instruction,, +SG_BRAND_8612f98e1e2e5ec8f34a7071ad8858ea,Tijuana Flats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2e43ed6f3ae8aa69ac7fe257f663f95b,Tile For Less,,442210,Home Furnishings Stores,Floor Covering Stores,, +SG_BRAND_31301655c7e42851d12b09cca0e8a305,Tilly's,,448140,Clothing Stores,Family Clothing Stores,TLYS,NYSE +SG_BRAND_48aeb2ed11bd5182c256d19201877626,Tilted Kilt,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c4c485492c7ab7cb854a7c2b9772cfa1,Tim Hortons,SG_BRAND_af6efd1c6e8b04bb,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,QSR,NYSE +SG_BRAND_2bae96e0429201fc,Timber Lodge Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1ea02eb629898ff9c708f92ae2ff719d,Timberland,,448210,Shoe Stores,Shoe Stores,TBL,NYSE +SG_BRAND_2add66c563fc063a,Timbermart,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, +SG_BRAND_3e33d29274752d70,Timbuk2,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, +SG_BRAND_bd07948d565776ae4bac997d8c53b62e,Time & Again,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_27b503cdfcde35c8,Time Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_7b2d90c593a6c074,Times,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_23b6a81f143db6f3,Times Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b6990bee8584deea7ad1927df389c568,Timewise Food Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_191774375c0659661c8f77f0573e0844,Timex,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_695324363648c313a961b52e685c49c1,Timken,,333612,"Engine, Turbine, and Power Transmission Equipment Manufacturing","Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing",TKR,NYSE +SG_BRAND_e2ecb7126cc92ce0703f5f81534f0f01,Timothy's World Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_2da466e5e6d84ba6,Tin Drum Asian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5e8b94b533ddbe4c,Tin Fish Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4f1982406972c48a7038b8caa1a08bef,Tin Star,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b163a6b6f8c9b5afdb277820ec516700,Tinseltown,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE +SG_BRAND_5be92b9d9b018065,Tio's Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5560e8e7bb7ddc6a,Tioga State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_e6150699cbedfa649edaef6a092c799e,Tire Barn,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_c72eab782ab8dc033523461de16d6eb1,Tire Discounters,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_bc406a64fab678239c6554ce7ec498c6,Tire Factory,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_fa8904768ce7b74cf669f92649a2fcf7,Tire King,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_95af7b95a45755c490a3b06b29c75d90,Tire Kingdom,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_3bae325ae1f111c35db51a05cdaeb1eb,Tire Warehouse,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ +SG_BRAND_643a1e74751ea8ca,Tires Plus,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, +SG_BRAND_116ecdbeff77e915eb77f46a8b3b6afa,Tisco,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_566d750fc39e325b,Tisol Pet Nutrition & Supply Stores,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_e2bb3f9679fec6d4836fcf8abcc3eeac,Titan,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,TWI,NYSE +SG_BRAND_73c2d855c962b5bf,Titan Machinery,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_5cf3dea725de658c1e71e85ac54ccc1b,TITLE Boxing Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e0acb7b67d1dfbd28585972f62d1f31d,Title Nine,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_6377867d8602c31f,TitleMax,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_1f00063893c59b09ba0e28f9cdeb6ceb,Tobacco Outlet Plus Grocery,SG_BRAND_962d9816e6d7856c,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, +SG_BRAND_e1650ebec6b4ba15,Tod's,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_5b302322d276255d,ToddPilates and Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_026161684784dddee1b6716334739746,Togo's Eateries,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_e0ac1e7d32459b81ff7325ee29a49805,Tokyo Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2a36d24e26453dbf,Tom and Chee,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4136d00c8d0f3e42,Tom James,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_07762e54770874ce98be0527a5ab333e,TOM N TOMS Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1165af0dea6af7854daf87616d60f747,Tom Thumb,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_598b94208d36f21a7da5462f8f8c8788,Tom Thumb Food & Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_591c1ac6368b6464,Tom's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7d023b66e8009ff3,Tomlinson Sales,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_4ca5d251e2f5236f5979563fbe27c7eb,Tommy Bahama,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1428e3360a85e36f654fcd0166e3e607,Tommy Hilfiger,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE +SG_BRAND_ec7fb7a03d7fe6cbe56a5e532c104888,Toni & Guy,,611511,Technical and Trade Schools,Cosmetology and Barber Schools,, +SG_BRAND_4e2bda6243b4276fb25e6b4ee75eb7b0,Tony Roma's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_364ae1cd15e3261e,Tony Sacco's Coal Oven Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b6c0d7ebe927d648e2ee3233e897ea28,Tony's Finer Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7d291eb5f5972320,TooJay's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_36eff33d25bfbeac,Toot'n Totum,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_16e4295c5086d048,Top Star Express,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_cf2323f7315065eff715fd30cd477363,Topgolf,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_176ca424868705e,Topman,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_c407d485b2792acc7d7f3f18952577c8,Toppers Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7dc5f4dcd3a2c203,Tops Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_150c4370ef437ba8bebaec34e13afe3d,Tops Friendly Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_0244923b47825c91bad59473ab4ac348,Topshop,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_2e93877c348601cf6be654e7405e0ca5,Torchy's Tacos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_82120d7699852ad,Torrance Memorial Physican Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_7952f2bb94aeba1bf78fa01c4a34834a,Torrid,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_9de883124bf136f31583d438731182a0,Tory Burch,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_451ea132210dd9e4,Toscanova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_04be971d21da393a74f8722098739684,Tossed,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d72727706c7a7433,Total Access Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_e04e666f974d20c5,Total Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_2d33116f68e4b47313d867392a293b0c,Total Wine & More,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_26009f7664889bc27abfb0613e5959cd,Totaline,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_e27e45dc9a84e306,Tote,,713290,Gambling Industries,Other Gambling Industries,, +SG_BRAND_1b6fafeeec05b688,Tote-a-Poke,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ae68768d6bb74bd49cb12476e131fd63,Tots And Tykes Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_1a7a46d0fb75a2c613f21e699813badf,Tourneau,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_25cb76f25c77b86f,Tower Health Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_6f9a745d098c4d0f,Town & Counrty Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_60ecc465665f8015,Town & Country Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2875d61cc09b560b3987421c0b1651ec,Town Fair Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_231cdcceb59deea5,Town Sports International,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5a5e5b9eb6cdd8390e26c7eb067c4c3a,Towncare Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_d72259892f88aa110d949d9d44d239cf,TownePlace Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_dabbcb51925639380ceaaa444334ad11,TownPump Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_5e887f6fc80f12da7973f9f81ea76150,Toyo Tire,,326211,Rubber Product Manufacturing,Tire Manufacturing (except Retreading),5105,TSE +SG_BRAND_5166fd3fee463b7c9992293e84f098f0,Toyota,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE +SG_BRAND_3e5e223b1c342058,Toyota Motor Corporation,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,TM,NYSE +SG_BRAND_00db0391d05de9dc3d3ce6815e06a18f,Toys 'R' Us,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, +SG_BRAND_974825b578ac6df2330cf472fc2d9e57,Tractor Supply Co.,,444130,Building Material and Supplies Dealers,Hardware Stores,TSCO,NASDAQ +SG_BRAND_c277e90262fd6057,Trade Fair Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7fc1f4535e992e55,Tradehome Shoes,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_00bc98e3ce50a8142b86c47f40b85735,Trademark Hotels,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_88b90c11892dd21eddc97bdb0fc449f0,Trader Joe's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7baa23773d234f39,Tradewinds Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_27a15966382ba3e78015b40d2e1fa976,TravelCenters of America,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TA,NASDAQ +SG_BRAND_6c0e7e2f43ddbce9815298c1002428f3,Travelers,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,TRV,NYSE +SG_BRAND_6437599b41150ccc0b9c63702c5f7ba7,Travelodge,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_2b35fec93c54a3b5,Travinia Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_fd449577b0890721,Tread Quarters Discount Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ +SG_BRAND_12d0336a7f170c0c,Trejo's Tacos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_384b9a02d950ebb7,Tresierras Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_669b6e6ec918848b,Trexcon,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2e511958d4d180bd,Tri Counties Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_749c5abd4fa1adfcfddd0ccd53c97a9b,Tribute Equine Nutrition,,311119,Animal Food Manufacturing,Other Animal Food Manufacturing,, +SG_BRAND_855abd978b753650c09c1557ab3928b1,Tribute Portfolio,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_af5f1969ec935bf7b7a73719286708ab,TriHealth,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_b466c7413fb7eaa6e70078ade0d264fd,Trina Turk,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_5df451361743558ac71e8dd07d7dfb74,Trinity Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_3fb3d19afd9e3a87,Tristan Medical Care Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_91e839a055cb35a22625cbce214ad769,TriState Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, +SG_BRAND_1238de9e0f59267201956dbdfeb8ba45,Triumph Motorcycles,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, +SG_BRAND_321fb519b4bdd1052f599b2740228cc1,Tropical Smoothie Café,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3cd2bdcd39d3a533,Tropical Supermarket,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1a70655ccbec80ed,Tru Fit Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4f3a9a472b36d7a,Trucchi's Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_2de08fc550a95a71,True Food Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5362ea8f2454e3fe,True North Energy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TNEN,OTCMKTS +SG_BRAND_bfdeb379cc482c327cf8c4f21bc59b1c,True Religion Apparel,,448110,Clothing Stores,Men's Clothing Stores,TRLG,NASDAQ +SG_BRAND_0b1f746a0c413ffd,True Value Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_3a6e3c8851716ab0,Trufusion,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_ba77673d5e7728b8999442b502cea534,TruGreen,,561730,Services to Buildings and Dwellings,Landscaping Services,, +SG_BRAND_6ff85c925331e43d,TRUMP Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_a182dde2647eb16fe2172d0504d4ad2c,Trunk Club,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_ccb189c1e56ccd53eb1e7385d3762ae0,Trustco Bank,,522110,Depository Credit Intermediation,Commercial Banking,TRST,NASDAQ +SG_BRAND_a5f35de4c9eba1527cc042bfbc518a63,TRYP by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_24e0a7d87fbc6f7b,TSO - Texas State Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_7b6318e28c57a71e7c67f65f7c29c906,Tubby's Grilled Submarines,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_399141eb2c47ee5b45c6102be34b9073,Tuesday Morning,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,TUE,NASDAQ +SG_BRAND_dac1f497346ea310da919c24b77001a5,Tuffy Auto Service Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_cd0e685b829463614dc72d796d1f6c57,Tumbleweed Tex Mex Grill & Margarita Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_e53a3d6e7f4c168854ae8f9f1a53df2a,Tumi,SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB +SG_BRAND_f31ffe7d8d5bac1d2baff78a6e70afb9,Tupelo Honey,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8dbe0559f6cb1a94cc26662d0788c2d5,Turkey Hill,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_68b0bec4d74fc632,Turner's Outdoorsman,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_32eb92a7712b2c101b8001ac5c2e3ea6,Tutor Time,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_5cd68643065cff4d7af73f3a0687dc2b,Tutoring Club,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,YOGA,OTCMKTS +SG_BRAND_64e7fd714c1ce1d17a3d448d744ed79c,Tutti Frutti,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_374fe5914caae134,Tuxedo by Sarno,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_9b326b03e5d239688d5c40843097262a,Tuxedo Junction,,448110,Clothing Stores,Men's Clothing Stores,, +SG_BRAND_a0b9d6979de96b1adb43b52f9c3bcc10,TVC Communications,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,517919,Other Telecommunications,All Other Telecommunications,WCC,NYSE +SG_BRAND_1c21fbd5249f1c20bd89119ab5c678ba,Twice Daily,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_27bd9495ed500776,Twin Liquors,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_4ce6c8df738224f699c40f16946fee96,Twin Peaks Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8905e7e75cc4ceb632c880404f3e33e4,Twisted Root Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7cb0a596d8d745f1,Twitch Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_42bfde79ee500bbc633530f73a43bce4,Two Men And A Truck,,484210,Specialized Freight Trucking,Used Household and Office Goods Moving,, +SG_BRAND_261db52898e7ebd1,Tyler's,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_fc4533b640af7e29f67bb02cba1776d9,U GRO Learning Centres,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_1810c5cb6aacb849,U Save Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_1b71ced68ecb91a8bc1fcc6fd3db7b7d,U-Haul,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",UHAL,NASDAQ +SG_BRAND_725003634e97f009,U-Save-It Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_d07c67d34f3c54a,U-STOP Convenience Shops,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_486a4a2db1ad7c0f,U-Swirl Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_45eb256adbce8449,U.N.I. Urgent Care Center,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_41ebe46287b861ac09853796d613f1af,U.S. AutoForce,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_115e6cd3ceacb40f8be99ae3d3f62649,U.S. Bank,,522110,Depository Credit Intermediation,Commercial Banking,USB,NYSE +SG_BRAND_6809e83bfca0c851ba242f11186c98e2,U.S. Cellular,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),USM,NYSE +SG_BRAND_5812cb0afc1bfb58,U.S. Polo Assn.,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_6164e1beb7da981c8b952aa5c414aa75,uBreakiFix,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_2802aee2135c6b6,UBS,,522110,Depository Credit Intermediation,Commercial Banking,UBS,NYSE +SG_BRAND_551d23c68a5f5ac,UCBI,,522110,Depository Credit Intermediation,Commercial Banking,UCBI,NASDAQ +SG_BRAND_be296f7e2e67113ee810d223d515af0e,UDF (United Dairy Farmers),,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d2101987bb1be95164488fe2041f055e,UFC Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1ad29e20d6ec5188,UGG,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_5bf5f53ff558c158,UHR Rents Rent To Own,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_1f689f9b6876bf4,UHS (Universal Health Services Inc),,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_0bbbdeb36c035e0329396ddcbb31cf63,Ukrop's Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_22944c74a4b7468ec2ab7b1e2112015f,ULTA Beauty,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",ULTA,NASDAQ +SG_BRAND_29ae60103f217dc5,Ultimart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_47133379d9065b1af73d1f4b3495c780,Ultimate Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_428a59952bc85cfef88a854caf441fcf,Ultra Body Fitness (UBF),,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_aaac77a0f013c36cd59dfced6f1439c6,Ultra Diamonds,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_0b57cda0ba7ff08b1e186dc591c6faeb,Ultra Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_6b521824ef65ce2f,Ultra Tan,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_a3d201392e0fb690,Ultramar,SG_BRAND_25e5063333a11a1b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_11720e124d65e898,Ultrastar Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_021b67e9295ceab9f132b6f58dc3d14d,Umami Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7b1d14f80642f1f6b54ca80e2662b251,UMB Bank,,522110,Depository Credit Intermediation,Commercial Banking,UMBF,NASDAQ +SG_BRAND_66f28251402c05d8,Umpqua Bank,,522110,Depository Credit Intermediation,Commercial Banking,UMPQ,NASDAQ +SG_BRAND_799b7d0e980c62c6,Unbank Company,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_1e207a89dceae6f7,Uncle Dan's,,339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,, +SG_BRAND_c74e5dbc804f7d23211e1f4ffac4aca4,Uncle Ed's Oil Shoppe,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_0e4454eb3fe3880fe24478dd6080efaa,Uncle Giuseppe's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_e9fe429ed938983aac177d49f99ed0e1,Uncle Julio's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_48e0b7edc5ce94fb,Uncle Louie G,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_aaab1e0f2e9b04cfc37ea26d5a22a249,Uncle Maddio's Pizza Joint,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a27802d0f31943aebf20df097a2906d7,Under Armour,,448190,Clothing Stores,Other Clothing Stores,UAA,NYSE +SG_BRAND_2b1d00d100c61510fdee2ed742076cbb,UNFI (United Natural Foods),,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,UNFI,NYSE +SG_BRAND_eb209fcc90a7b9d,Uni K Wax,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_78e731dfc41e5a17,Uni Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_895fee750a61b7bceb45eb1433a8cc46,UniBank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_479a6fab8b2bf110,Unico Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_9a77daacc4bcf5a9,Unilever,,311999,Other Food Manufacturing,All Other Miscellaneous Food Manufacturing,UL,NYSE +SG_BRAND_5c22f8be0b58bb3d,UniMart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_d635492fdc36f4412e130c3a4fe23a7a,Union Bank,,522110,Depository Credit Intermediation,Commercial Banking,UNB,NASDAQ +SG_BRAND_26014f1a9ac94f71500c94aee9366748,Union Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_1a300c393a271586,UniPrix,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_24fdc423822298896dcd7ae0548f1498,Uniqlo,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1e73f005a301232c,unita golf,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_3edd0a114c0d2e78145a9fb327e89ff2,United Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_2b6054362116995b,United Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_dc5ee4ee5695bfa64781376146d9b7fa,United Check Cashing,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,United Financial Bancorp,,522110,Depository Credit Intermediation,Commercial Banking,UBNK,NASDAQ +SG_BRAND_20b8f297607c385e,United Grocery Outlet,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8ed1742b8a8ba56a,United National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_25ac38f4c45a0186b72a542922ce11ca,United Pacific,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_bbaecca4473233eccb80fde76de6f093,United Refrigeration,,423740,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Refrigeration Equipment and Supplies Merchant Wholesalers,, +SG_BRAND_0cb10408942cd39e3d3779ce5294bd91,United Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,URI,NYSE +SG_BRAND_27ee73cd1fb6f5e432852fea401eacce,United States Postal Service (USPS),,491110,Postal Service,Postal Service,, +SG_BRAND_31d6211f468120df,United Super Markets Oklahoma,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d37d8388d59fd76f234b610c62ab432d,United Supermarkets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6a5def827cd84dc1,United Taekwondo Center,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_c0ff5592dbe6d0e876adc36ee4f1b0ae,United Way,,813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,, +SG_BRAND_59af87c37beaa0f5,UnityPoint Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_8a98b65ffebc68995699817a9ceba55b,University of Alabama at Birmingham (UAB) Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_33fb6f3d858ecf64,University of Florida Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_0c506e30249aff4bd40c279d2c1daac9,Unleashed by Petco,SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ +SG_BRAND_152775c09797418faaafa9b8a39bd84d,Uno Chicago Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_58ef98cdaa898785b12dd9d85b3b3155,Uno de 50,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_338bdbdb25bad40e,Uno Due Go,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_68d52ab077614f0e,Untuck It,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_60b7e0b18d89e709,UPMC,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_b72d7c3920975c6fa580804f44b41fb2,Uptown Cheapskate,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_64aaba94f12d1c16,Uptown Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_5d3b237bf6a030f2,Uptown Jungle Fun Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_97e1dc0386c809d36bc3a0e7afc8ddbd,Urban Air Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_298b1bda7be58a5a,Urban Bar-B-Q Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_657410c3e4ee6765,Urban Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5cef0f374424fd8a,Urban Cookhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_74e59cff881f55c7,Urban Kids,SG_BRAND_61f8292d7c28ad94,448130,Clothing Stores,Children's and Infants' Clothing Stores,, +SG_BRAND_7e90833c32ca65339c2d5e505ec17249,Urban Outfitters,,448140,Clothing Stores,Family Clothing Stores,URBN,NASDAQ +SG_BRAND_53156ee104eef07d,Urban Planet,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_43fd896b3b31e0a,Urban Plates,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_54188e079748d6cd,Urban Zen,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_7f61dcd7f2b05fd0,Urgent Team,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, +SG_BRAND_1413415c05463c5d,Urth Caffe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_bbf02c201c04a513065a6838ddab273a,USA Insurance Company,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, +SG_BRAND_37b63830acb6199d,USA Vein Clinics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_bef9c68ae2104128f47c12fde02582a3,USA Weightlifting,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_054e7e69d42086ee,USA2GO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_01b4c8b1942693d43f4955ce540d1734,USAA,,522120,Depository Credit Intermediation,Savings Institutions,USISX,MUTF +SG_BRAND_4c3c1476fbe96902,UW Medicine,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_6ef4f004d083e2ba,V's Barber Shop,,812111,Personal Care Services,Barber Shops,, +SG_BRAND_fefdc14e57c6a128239c677ca53b3095,Valentino,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_7bb0fac51a728e6c,Valentino's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_efcbcd9984a46b4d7bed503b4ac5bc95,Valero Energy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,VLO,NYSE +SG_BRAND_afac6b64334a0fe03c01516f857b82c4,Vallarta Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7ab42a2d544f0ffa,Valley Bank,,522110,Depository Credit Intermediation,Commercial Banking,VLY,NASDAQ +SG_BRAND_dcf455e18440acf289e212893d0a1283,Valley Child Care and Learning Center,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_2d8cda8b4cd5230d53e2ba4b4bd27222,Valley Coop,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_19d7fc16e3f0c779,Valley Dairy,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_f0939f7ddb048c1111c9add5899ec3fb,Valspar,,325510,"Paint, Coating, and Adhesive Manufacturing",Paint and Coating Manufacturing,, +SG_BRAND_14409b9c9dcca1c69544bd42321f48f8,Valu Home Centers,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_3fd50390a02e7415eb76bcf03d8ef62e,Valu Land,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_6175f233a2829a64,Valu-Mart,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b7251451a2dd6d6c8c573b074400f38f,Value City Furniture,SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,452210,Department Stores,Department Stores,, +SG_BRAND_b7bd3bbc7abb917d513d27d4e4ad0526,Value Pawn and Jewelry,,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_93cbc2be3bfff841c387f1a7e8d6bd32,Value Village Thrift Stores,SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,453310,Used Merchandise Stores,Used Merchandise Stores,, +SG_BRAND_92293091ff906b,ValuMarket Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_39e16e9497a95ca0,Valvoline,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,VVV,NYSE +SG_BRAND_634589fe8c8538b868733c835d8bdbd4,Van Cleef & Arpels,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,Van Heusen,,448110,Clothing Stores,Men's Clothing Stores,PVH,NYSE +SG_BRAND_1d771e92a63501dd,Van Zeeland's,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, +SG_BRAND_6ed5a65670e9e4d6b43ea2b803c8b7d6,Van's Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_7bddda86e64944f3379f34a4d23f1e0e,Vanderbilt's,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_82181bb7e68bce732e65594d50337fac,Vanilla Caffè,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_336d95866bf50e8249657647cb15b68c,Vans,,448210,Shoe Stores,Shoe Stores,VANS,NASDAQ +SG_BRAND_00ef5e29de18fd5694b172ee2345cf26,Vapiano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_205f5ed4b8f19b24,Vasa Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_78d28703914b85dcf9278d43d02d6ca9,Vasque,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_c39dfdb0de5b019aadc70cd17c9ed43f,VCA Animal Hospitals,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,WOOF,NASDAQ +SG_BRAND_f33c2a96468947ca841e83c459ad5361,Veeder Root,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, +SG_BRAND_65ef32e27496600e,Vees Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_ea7c746f65bf8f89d8770da5c3f95e3e,Veggie Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_42319a6429c4aa78,Velvet Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_eef566751037346f,Venture Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_ef48dfbcd178a0981e051d7b7581d6f4,Vera Bradley,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,VRA,NASDAQ +SG_BRAND_b8e12212e9f2dc9,Vera Wang,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_15c3baca363761ee,VERC,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_5525ff59adcaac313923ab89d0a618c5,Verizon Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),VZ,NYSE +SG_BRAND_1d9a83ef9adcf284,Verlo,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_d3adc7f1cc5584c35ec8f34d961dc435,Vermeer,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_35f3e17b7df6bf82b3e9551980cf8164,Versace,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_a5207260a55dd58b6277bdac45be0c2f,VERSATEX Trimboard,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, +SG_BRAND_8926cf5e6e8571a6687e5841310727f6,Versona,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE +SG_BRAND_33071c645364fdd7,Verve Coffee Roasters,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7c52b02af2d3f789d72484b8b4e89f31,VF Outlet,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_01722c94c896b3cc3fe231b813e4238c,VG's Grocery,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ +SG_BRAND_69965f30ffae02cc,Via Vite Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5a2c4735ff4f363f1fb0c86bde6c9a72,Viaero Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_6a1c92b2784b861e,Vibra Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2c738ce16fcf389236fde24d6c8d87ef,Vibram FiveFingers,,316210,Footwear Manufacturing,Footwear Manufacturing,, +SG_BRAND_ce4a0da59b1a7df,Vic & Anthony's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2c77e3e0de6e42e5335b61881aac36a3,Victoria's Secret,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_8a4f3bca8d9c165a4ae19cd6b3d2323a,Victory Lane,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_4ff42843b7f6e97c,Victory Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_4a5a8e8ee900961720df7e1ba787c219,Victory Motorcycles,SG_BRAND_71f76d30fae4bd35087d25694b18a702,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",PII,NYSE +SG_BRAND_5dd255b909f6b859,Victra,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_89ff9f1a5d32fe10caf1474596167b0f,VIDA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_dfeee065e0b599d5,Videotron,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,, +SG_BRAND_51265bb9c72da76b,Vie Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_1b5e77e64f4967bb,Viewhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a16d89f12856c3e8bfd15d0887b5915e,Viktor&Rolf,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_21a54ae990b9deb4,Vilebrequin,,448150,Clothing Stores,Clothing Accessories Stores,, +SG_BRAND_ba6e3906460ff00a7c9283ae0308d62e,Villa Italian Kitchen,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,Villa Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5ae4092d806fd229,Village Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_5f2a59160ba477d032f3ff04029265f6,Village Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4fdae8bf71ed01e4,Village Inn Pizza Parlor,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2a60bca95486589e,Village Market Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_4a1db81aa8a21878,Village Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_735d82550754eab9,VIM,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_b3279be05141b6fe267b60654066b178,Vince.,,448150,Clothing Stores,Clothing Accessories Stores,VNCE,NYSE +SG_BRAND_ad55dc335c5f5c3a482d1f2ac6158858,vineyard vines,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_4dc512db338932ec,Vinny's Italian Grill and Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_56496dbfa4cd173162d2a776aa96d943,Vino 100,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, +SG_BRAND_c942d6722d2aeab87c91190ece0ca27e,VIP Petcare,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, +SG_BRAND_65845363f1428a43b21ea98cbb78fc01,VIP Tires & Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_4b288e79a537bfde,Virgin Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_6462467e9fe86858c95334f330c1868b,Virgin Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE +SG_BRAND_1fd81b76ab1df2d1ef4b3a92e5d00ded,Virnig Manufacturing,,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,, +SG_BRAND_49419b47834bb9062445b36e8fb6b5c2,Virtua,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_71351a74d5ab168f,Visionworks,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_40de5eacba5b3d875c350bdd1774cd0e,Visiting Angels,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, +SG_BRAND_452d3fb18659d83d,Vista Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, +SG_BRAND_41bc6b33df2181381133475122ba61e2,Vitality Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_40ca8fe742a4c3798ebb332604c74045,Vitamin Discount Center,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, +SG_BRAND_5278bc7d62630be7b9a1427734dcba1f,Vitamin World,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE +SG_BRAND_79c3aefbbe567394,Vito's Pizza & Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7e707ecd0eca69220b1b85c6c9cf77aa,Viva Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_dc7bd62f1c009bb350c97722c0e0dcff,Vocelli Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_4ae7e62b3427ba334779a5649ad4c60a,Vodafone Spain,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_335aedbe9f285a36,Volcom,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,Volkswagen,,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS +SG_BRAND_3df7453748507d4ea82277d2d0420de5,Volvo,,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS +SG_BRAND_c68b47edbcfb8034efd8ae567e354e24,Volvo Construction Equipment N.A.,SG_BRAND_3df7453748507d4ea82277d2d0420de5,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,VLVLY,OTCMKTS +SG_BRAND_e79ba8c9826b5c84,Volvo Trucks,SG_BRAND_3df7453748507d4ea82277d2d0420de5,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS +SG_BRAND_7c0be7892d543d89,Von Hanson's,,445210,Specialty Food Stores,Meat Markets,, +SG_BRAND_6465aae76d61e2b6db760004bd76f661,Von Maur,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_98047fcf61c54f7a26c2141cc23a5b9b,Vons,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7cef44a79fe5f89daf2c156d09396611,VooDoo BBQ & Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1c9f6a844264483,Vowells Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ea9e29765ee4c1001f290c90eb411bb7,W Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_ebfabb568992ac314954deef9e583133,WaBa Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7d55f8ddf947e2b4446a8240c916ae25,Waffle House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_d9494f985ce328b9e7e8c05b649645ed,Wag N' Wash Natural Food & Bakery,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, +SG_BRAND_4086109307808093,Wag-A-bag,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_827d0a4a9d09e528a2665fee434b8f09,Wagamama,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1d655f28c3f03776,Wagner Oil,,211120,Oil and Gas Extraction,Crude Petroleum Extraction ,, +SG_BRAND_6e1fcfa2a22f0302,Wahlburgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_c133eedd581d64a939a1c442e2d67276,Wahoo's Fish Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_d2c6b8374d090e9a,Waitrose,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_ce8c4f0fd8517b73,Wakefern Food Corp,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_b8ecc934ae2d23d0b8176ec2d060fb39,Waldbaum's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_6f60999101083272ce1b42a5df7a0b1a,Waldorf Astoria Hotels & Resorts,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE +SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,Walgreens,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ +SG_BRAND_23c53e6078358bcb,Walk-On's Bistreaux & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b11cf47622c4daae675d270c8e1358ed,Walker Manufacturing,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_04a8ca7bf49e7ecb4a32451676e929f0,Walmart,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE +SG_BRAND_f49758461e68a211,Walmart inc,,445210,Specialty Food Stores,Meat Markets,WMT,NYSE +SG_BRAND_68e4f1cacc63e88d,Walnut Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_434e9aa0a55d5fb7,Walt Disney Parks and Resorts,SG_BRAND_e08c182e7dfece70,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE +SG_BRAND_4944bc53b0994618,Walt's Food Center,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_f0813f31657204ea952f5b09216088bb,Walter E. Smithe,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_1098c70eb4cac3a1f93309c89b79f16c,Warby Parker,,446130,Health and Personal Care Stores,Optical Goods Stores,, +SG_BRAND_638c56c336bc6e4,Warehouse Discount Groceries,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7139324e5d92a334,Warehouse Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_7e8c37eabfc14035,Wash-N-fill Express,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_59f435d04ceac571,Washington Federal,,522110,Depository Credit Intermediation,Commercial Banking,WAFD,NASDAQ +SG_BRAND_8d68ce3ae492d738dceccf2c6bcd23bb,Washington Regional,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_ae874622d6ce6a54,Washington Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_e7688ed072176eba06d65f27fd0be4fa,Washington Trust,,522110,Depository Credit Intermediation,Commercial Banking,WASH,NASDAQ +SG_BRAND_7bd98076570d4b8,Water Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_05bb5c1ce0c58af07462ed901459f6c8,WaterFurnace,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, +SG_BRAND_1b29fd93a75dc1c2e8f02ea05220581b,Watermill Express,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_41ce68c6585cfa67,Waterway Carwash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_5c9f1701ea1cb5ff5445ae5bcf40ab4a,Waterworks,,423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,, +SG_BRAND_fa5bda016924cdc09a52f985ffb8b6e9,Wawa,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_e141580b8fd477a6a621ce4773280a16,Waxing Poetic,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_df6c3c50d2c08cf,Waxing The City,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_9b2a68ad318785b8673bc8e7a48377e3,Wayback Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_79089f5ba57abc79,Wayfield,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_99600b9d61b79411,we care hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE +SG_BRAND_116691bed968d698,Weathervane Seafood Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_20e1fbf8833fdf8d,Webber & Judd Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_ee8873aaffa96fb781ef85b25fc51dd9,Weber,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, +SG_BRAND_2e4f9194bf811d15,Weber Grill Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a891d3a5ae81b16b3d50fee0dbd6d76,Webster Bank,,522110,Depository Credit Intermediation,Commercial Banking,WBS,NYSE +SG_BRAND_2c735d85b25cc38,Webster University,,611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools",, +SG_BRAND_7fe44d80fd371cf1b3010e4ee111de5f,Wee Forest Folk,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,, +SG_BRAND_3b19ceabae84acf2746e113cb24bdb0a,Wegmans Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2af0bb5161ade057,Weigel's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_b0980641a37b38460ec96d65bd20fd9d,Weight Watchers,,812191,Personal Care Services,Diet and Weight Reducing Centers,WW,NASDAQ +SG_BRAND_0c602088abaadd6b3cccb1f215100b24,Weis Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WMK,NYSE +SG_BRAND_226ab990c9c3b470,Weldon Barber,,812112,Personal Care Services,Beauty Salons,, +SG_BRAND_cfef6bf4adc5adc3,WellNow Urgent Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d8326a9cc6413b12d8df3c617490e882,Wells Fargo,,522110,Depository Credit Intermediation,Commercial Banking,WFC,NYSE +SG_BRAND_213a5e3b4c44479d,WellStreet,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d4e598bc3d0cab4,Wellwise,SG_BRAND_1b47663a692f81de,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, +SG_BRAND_962f9b1d1de0bf5b87f4782eafcfd5e5,Wendy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WEN,NASDAQ +SG_BRAND_4ccc3abc3bb521c7,Wesco Convenience Store,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,WESCO Distribution,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",WCC,NYSE +SG_BRAND_33e9989a91a84d94,Wesselman's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_257ad0d193e766cf,West America,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_4a3481e9dad083a5,West Coast Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_baad614ebcf27444a29c358f9ef22b73,West Elm,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_c2ac0880db6acc61a3d795465960ab2d,"West End Roofing, Siding & Windows",SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ +SG_BRAND_4d44f834804274ae23459395fc257c0e,West Marine,,441222,Other Motor Vehicle Dealers,Boat Dealers,, +SG_BRAND_2c9c19e2bf21cf8e,West49,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_e5c3d8f947863b5e0e7dcf424e8fbe0c,WestCoast Hooters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_81aa70dfcca0c51,Westconsin Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_10db2637d7e73734b4ce6118a7cd55ea,Western Beef,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_406f35a7fdba7979,Western Convenience Stores,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_ceb02793776f9b553cb75f730d27a0c2,Western Dental,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_7eb7882b9bd29f996457e6f3ab75a18d,Western Reserve Farm,,111998,Other Crop Farming,All Other Miscellaneous Crop Farming,, +SG_BRAND_0fd2354a625aba281005091361c46864,Western Sizzlin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_9ee39f394d21a7f4848ab78a78da00c3,Western Union,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,WU,NYSE +SG_BRAND_4f881579635210fd,Westfield,,531120,Lessors of Real Estate,Malls,, +SG_BRAND_c2ab4e87f4699bc03bf33c1b73e08b99,Westfield Bank,,522110,Depository Credit Intermediation,Commercial Banking,WFD,NASDAQ +SG_BRAND_49b1ec09aee243af,Westgate Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, +SG_BRAND_28dbf13d072410ff2588b16cf15982a7,Westin Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ +SG_BRAND_a00392f7f4c907e2,Westjet,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE +SG_BRAND_19606ff7ddd39544,Westlake Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_3eca33694ae289c,Westshore Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_66894ac8a56f5e21,Westside Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_b4ca2bd7086ce1d4,Wetzel's Pretzels,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_7c3b72a5a18806ec,WeWork,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, +SG_BRAND_192bcb587e44017ce9165cdb4e883e3c,WG&R Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_c81e8621fe7764954e8d95f76a8b375c,Whataburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_55bc87a50ddc288506952aa9f62aa5ba,Whatcom Farmers Coop (WFC),,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, +SG_BRAND_fefd0cf73113a35e1aeedd172b73a08a,Wheel Works,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, +SG_BRAND_9e8584c0f567e0b15460e01935fe79bd,Which Wich,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,Whirlpool,,423620,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Household Appliances, Electric Housewares, and Consumer Electronics Merchant Wholesalers",WHR,NYSE +SG_BRAND_1963c7c5ebe8e9c5,Whit's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_3f1009a9c86ebe582858dfea02b90412,White Castle,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_5ba752ff1dc13c0e005948eec1bf6529,White House Black Market,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE +SG_BRAND_46fe0d75e6391f0b,White House Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_6f8d7f82fda0378,White Oak Station,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_7cc04c91d79ddb0a,Whole Body Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_44378a5463f4125c5d84db81855413b8,Whole Foods Market,SG_BRAND_c8aee687ca946b69,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,AMZN,NASDAQ +SG_BRAND_70f89c7838689669,Whole Hog Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_19f9ad41192cd51,Wholesale Club,SG_BRAND_1b47663a692f81de,452311,"General Merchandise Stores, including Warehouse Clubs and Supercenters",Warehouse Clubs and Supercenters,, +SG_BRAND_a8acf8bc59bb0faa8ce9b3caf6acbde3,WhyNotLeaseIt,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, +SG_BRAND_20bc34aab003d167,Wi-Not Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_654e11e75c9fb0f9,Wichcraft,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a8538498c68190d305f7b19f24efd71c,Wienerschnitzel,SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2aaf656045f781213c6401de17338648,Wilco Farm Stores,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, +SG_BRAND_4e74d92c2f2b23c898c727235d34ccc9,WilcoHess,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_0c59af0522c6846a83f31368e0da0749,Wild Birds Unlimited,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_52c271319d6f148ace71da8703d37e00,Wild by Nature,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1cca66744ef3df91,Wild Willy's Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_6960fc02dd86a159b2a624e56f2bfa37,Wild Wing Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_aed1cc3c69cf6e75afb4eb2bae47daf2,Wildflower Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_eb80b4c151fd6869d5770e1ba635c3e4,Willamette Dental Group,,621210,Offices of Dentists,Offices of Dentists,, +SG_BRAND_6087d061177dbd29,Willamette Graystone,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_27a054d265344f40,William Bros Health Care,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, +SG_BRAND_593e4da55a675cdd,Williams Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c4d6524d6bc18a40975d1c40acbb634a,Williams Controls,,335314,Electrical Equipment Manufacturing,Relay and Industrial Control Manufacturing,WMCO,OTCBB +SG_BRAND_325ffc672d5dcc99,Williams Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,Williams-Sonoma,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE +SG_BRAND_4ef737e6a06e1928,Willie G's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_61679c7d2a73f72d,Willie Jewel's Old School Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f280d79ae46ddf0de59eb70249a87459,Willy's Mexicana Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_38d8d13c2d045a6c3a25651ee1af6f02,Wilson Auto Electric,,811111,Automotive Repair and Maintenance,General Automotive Repair,, +SG_BRAND_1a4ca99fd2d3fc173dd9103d8fe9e390,Wilsons,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_65ef8bd0570628addfc698e4aa093999,Winchell's Donut House,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_f801ae9cb86bb0ad9ea77609279e1064,Winchester Ammunition,SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,, +SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,Winchester Repeating Arms,,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,, +SG_BRAND_d719d6545d4fc3ac7a08d9a467d70462,WinCo Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_1f97491e1e854c139e1b9b20da4bcd44,Wind & Fire Jewelry,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_4938b4c36c89f767a20971cf8a6e97ef,Window World,,444110,Building Material and Supplies Dealers,Home Centers,, +SG_BRAND_84600b4dc77027ff378d0e56a7de3099,Windsor,,448120,Clothing Stores,Women's Clothing Stores,, +SG_BRAND_97128256a48657bb2569e108b5caf971,WinField Solutions,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, +SG_BRAND_9d178fa5ceaea1e7452a642a68c72b15,Wing Zone,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_1b9586d4be2f38a1513992a0138d4707,Wingate by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_7052b8a0f9ac6fa7,Wingers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, +SG_BRAND_788975e85812be769bfbf49d3756465f,Wings N' Things,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WGTG,OTCBB +SG_BRAND_264a088371f85f4c,Wings Over,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_13dc10b474e8f041,Wings Pizza n Things,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_42428c9a997ab86d,Wings To Go,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f0d6a9105f01c1e7fe9b106cfd4b5815,Wingstop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WING,NASDAQ +SG_BRAND_6610521beef20485,Winking Lizard Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6078c00b7e4eb7c3,Winmark Corporation,,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ +SG_BRAND_69933e9e773fb8443e447830e200e714,Winn Dixie,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WINN,NASDAQ +SG_BRAND_8f8dd83fc18fa2dd35ea6941d1b951a1,WinWholesale,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, +SG_BRAND_44bd22c0474235853975addf0a662606,Winwood Children's Center,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_61b34ca9b5791922,Wireless Plus,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_45032d1d85efde23,Wireless Toyz,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_764673497bbecda8,Wireless World,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_82704766f0120ec,Wireless Zone,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, +SG_BRAND_63d7656a3cd9e41a38a7a26c9d133c40,WIX Filters,,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,, +SG_BRAND_c5fa301ef1a2f1a,Wok Box,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_50aa2bf0b4ef7029,Wok'nFire,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_1c03a250dc06e83a,Wokcano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_8e80eb14a004d52256e3c230a5e82edf,Wolf Furniture,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_a4fa429c1ee373170a93767a515b910d,Wolfgang Puck,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,Wolverine,,448210,Shoe Stores,Shoe Stores,WWW,NYSE +SG_BRAND_2ba4820668dbb456,Won 'n' South Mongolian BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_564be8cd51854b0d,Wong's Wok,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a0a3fb2006f184c,Wood Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6efcbe7d1cb72fcb,Woodcraft,,444130,Building Material and Supplies Dealers,Hardware Stores,, +SG_BRAND_bcdbe93764dc5b8db078dfe65cba2d07,Woodforest National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, +SG_BRAND_84b176e53e4788892956738d7f09105b,Woodman's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_33c5f17a32effc27,Woods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_2eee422e38784e182bba7c49739419c9,WoodSpring Hotels,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE +SG_BRAND_737451862165bd35,Woody's Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_2177d0a68ecbaa93,Woody's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_ac4415b7de923a9bda3767c67bd194e5,Woof Gang Bakery & Grooming,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, +SG_BRAND_7b3849052cf03be9c04d65cfd2bca7fd,Woolrich,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_8bd5e5c0923018089c990214bc6d506d,Work 'N Gear,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_fe8bc810dd111738d34d20f9ffc28d25,Work Boot Warehouse,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_1f684121e396ac4,Work Out World,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_69569162dd57e16a,Work World,,448190,Clothing Stores,Other Clothing Stores,, +SG_BRAND_4874977b0f9d0156287d04d29f8f201c,Worknet Occupational Medicine,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_d8099a10dde0d6fade3dc945c046412e,Workout Anytime,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_331d4bc97b9ba5a6,World Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,, +SG_BRAND_4b4374a573512d140da3c0de4254290b,World Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_a62d2567c2572e1fa80dbfb5ca20623b,World Market,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_bad38997ab2703817307feecd409bbb9,World of Beer,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_53d2f1a129518fc9,World Wide Stereo,,443142,Electronics and Appliance Stores,Electronics Stores,, +SG_BRAND_623a2ecf2e5df2c4e9894a5f5612e037,World Wrapps,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_a8acdf8c5afe62963d8d918db84d1622,WORLDPAC,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,AAP,NYSE +SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,Worldwide Golf Shops,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_7fe15362d784cf7f7671b75671ebc66b,Wow Bao,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_a96b0e25dc4ee89ce580e4328a5ffc4d,Wright Manufacturing distributor,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, +SG_BRAND_88214b93cb66c6aa015b8486e3e65cba,WSS,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_63d44015e0355081,Wundabar Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_0b1eb589591333d5,Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_521a725e4798f7d8,Wyndham Garden,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_3e72cae65aeb79d8,Wyndham Grand,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_0aba43027dab3087acff1cb8f463fa22,Wyndham Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE +SG_BRAND_93a17d0a98f98e860d9a0485715e65e1,XFINITY by Comcast,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,CMCSA,NASDAQ +SG_BRAND_d93b031ddbdfb0b63aeba2b84ae74a14,Xperience Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_459dd2423346c9bf94d3f763e4fea24a,Xplor,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_35c35f138fc4ef65,Xscape Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_81f6774cbc9ba9c6f39a12dc57bc3b4b,XSport Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_b40df8d23846027,Xtend Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3045ac8f0422d32c,Xtramart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_52e1d2048c287aa1,Y Not Stop,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_6a1724e32bfd672b058cc061f4152cc9,YAFO Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_5f1683f03cce0e4d2043cb6773b99eb3,Yale New Haven Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, +SG_BRAND_75141ad5972de6faf5999724e6fe0096,Yalla Mediterranean,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_2343ddd08768f1b3,Yang Chow,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_12944d7f6c09aec427d6129b6e252578,Yankee Candle,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, +SG_BRAND_f11834742cfd0b8aca116c2612c7377a,Yard House,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE +SG_BRAND_2f784ab2861cbbe4,YCMC & Shoe City,,448210,Shoe Stores,Shoe Stores,, +SG_BRAND_7983b21020750192,Yesway Convience,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, +SG_BRAND_792ad7d20e910d2f,Yia Yia Mary's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_61f8292d7c28ad94,YM Inc.,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,YMCA,,624190,Individual and Family Services,Other Individual and Family Services,, +SG_BRAND_5aa841297ae2b2a,Yo Fresh Yogurt Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_58c1be611e2f1e6663ad63e4aeae38fc,Yoforia,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_1d72d706f02bc25b,Yoga Pod,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_3789066f2367a5be,Yoga Six,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_0853eb104dc7c0e477792607ed8ebafb,YogaWorks,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, +SG_BRAND_22fc0cf76738471bd8ffb9a61dca8979,Yogen Früz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_ef734f817c737b2a4cb10a9f526e15d3,Yogli Mogli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ad4b7377a6cecd3a31e7a57724306c2a,Yogurt Mountain,SG_BRAND_229ee69a5884bc460cd214c5fda70e75,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAMM,NASDAQ +SG_BRAND_cb318222f9b1d7571e485719f549ac99,Yogurtini,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_6e31407e083eb8a9ceaa78350e2002bc,Yogurtland,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_ecbb193e6fb5b95d50b2a29310144c6c,Yogurtville,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_270e8ce100b517d3,Yojie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_65af8ac12df215b5,Yoke's Fresh Mart,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_44d0ee94fa4ad783e08ed095b30039a7,Yokohama Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_517cc076529fb4fb,Yolanda's Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_6a907f3634e087c8,Yoshinoya,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_314aaa383512b2dd65dfd4ef3ba421c2,Youfit Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_575ca02bee4a1446,Young's Environmental Cleanup,,562910,Remediation and Other Waste Management Services,Remediation Services,, +SG_BRAND_1956b507441a350c,Your Dollar Store with More,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, +SG_BRAND_e2799b0b0f08d4c02b0562ea178a0872,Your Pie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_4368536e30860fd6e2d14bbec792c333,Youthland Academy,,624410,Child Day Care Services,Child Day Care Services,, +SG_BRAND_cc123d8b58c9c40c6838b70dcc4b67b3,Yukon Gear & Axle,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, +SG_BRAND_96536ecbb4ad76007300b068ceac63b9,Yum Yum Donuts,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_4914f935d7b914d3,Yum! Brands Inc.,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE +SG_BRAND_afd9d0a1f52015187cb69273629bbd1b,Yves Delorme,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, +SG_BRAND_f86a9a0af792be4,Yves Rocher,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, +SG_BRAND_6bf727b5f0f37ee043ba3bc71f31f971,YWCA,SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_326538ba506384a724c404cfeebd2f69,Z Gallerie,,442110,Furniture Stores,Furniture Stores,, +SG_BRAND_3965498b5af92a77,Z Tejas,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_25f357bb96359636,Z Ultimate Self Defense Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_13fdd0663ee6be9fe1449badd59df11a,Zaba's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_3ea0e7f159582acd,Zacks,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_1387c4b21a20509d,Zales,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, +SG_BRAND_f8c2475361c649af0f3bf7c2e2aa5160,Zara,,448140,Clothing Stores,Family Clothing Stores,, +SG_BRAND_c217d906186c81541d1880684f8a902c,ZAX,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, +SG_BRAND_5271fc9e8c38fe53392a2ecabc642130,Zaxby's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_15d1544a57059c04434e1e5ae9b11389,Zebco,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, +SG_BRAND_25de4f248201b735,Zehrs,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_8f9f7f1a185d8c8c5f3cf4a86be9d29c,Zen Massage,,812199,Personal Care Services,Other Personal Care Services,, +SG_BRAND_2f67ea94f34c82aa,Zero's Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_dbe072d5c8fa41fa,Zia Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, +SG_BRAND_c87a813db9466ff699a7314bb6129b12,Ziebart,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, +SG_BRAND_217a168d3526570d,Zinburger Wine & Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_59b58ec13237e55d,Zinga,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, +SG_BRAND_b71f1db3ddaec3c4dabf4f57a475857e,Zinzi,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, +SG_BRAND_14a7dc99e87783cd88ae3296bdbe17ce,Zio's Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_446620ec28ebffea,Zion Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, +SG_BRAND_37ec24b862739100,Zip City Usa,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, +SG_BRAND_63644c774ad5b3da,Zip's Drive In,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_79b040f298b5ac9,ZIPS Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, +SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,Zodiac Marine & Pool,,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,, +SG_BRAND_73e4c43add73dbdd,Zoom Tan,,812990,Other Personal Services,All Other Personal Services,, +SG_BRAND_3e2306a7610bc353,ZoomCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_2c87fee2cbc80f24,Zoomerz,,445120,Grocery Stores,Convenience Stores,, +SG_BRAND_2913b9f7652c8f6b,Zounds Hearing,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, +SG_BRAND_f123c784458e71559e558f55ad62272a,Zoup!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_f2591587bf035639083d2543fecca153,Zoës Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, +SG_BRAND_bdaf26884662a81293a4e6ebf3ac4883,zpizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, +SG_BRAND_c65ca96294828df77475223a87f4a72e,Zumiez,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,ZUMZ,NASDAQ +SG_BRAND_6ca66e72514cc6e2,Zupan's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, +SG_BRAND_d385da0a807531e8,Zurich Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, +SG_BRAND_7d888cdc65d41f7a,Zyn22,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, +SG_BRAND_68d46898e47928c896b5b9640067bf8f,Überrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, \ No newline at end of file diff --git a/safegraph_patterns/static/mapping_and_pop_info.csv b/safegraph_patterns/static/mapping_and_pop_info.csv new file mode 100644 index 000000000..64195edf7 --- /dev/null +++ b/safegraph_patterns/static/mapping_and_pop_info.csv @@ -0,0 +1,32950 @@ +fips,zip,pop_prop,hrrnum,cbsa_id,population,state_id +1001,36003,0.033271395,7.0,33860.0,1858.839567255,al +1001,36006,0.016004628,1.0,33860.0,894.162561732,al +1001,36051,0.036917575,7.0,33860.0,2062.5479976750003,al +1001,36066,0.334764927,7.0,33860.0,18702.981706562998,al +1001,36067,0.503576061,7.0,33860.0,28134.290952009,al +1001,36091,0.061809768,7.0,33860.0,3453.249928392,al +1001,36749,0.013655646,7.0,33860.0,762.927286374,al +1003,36507,0.106387281,6.0,19300.0,23749.258286754,al +1003,36511,0.0018440589999999999,6.0,19300.0,411.656666806,al +1003,36526,0.166923455,6.0,19300.0,37262.99055347,al +1003,36527,0.073483105,6.0,19300.0,16403.92746157,al +1003,36530,0.033409728,6.0,19300.0,7458.187220352,al +1003,36532,0.162464973,6.0,19300.0,36267.705782682,al +1003,36535,0.145343631,6.0,19300.0,32445.640122654,al +1003,36542,0.067079453,6.0,19300.0,14974.414611002,al +1003,36549,0.024054619,134.0,19300.0,5369.808817846,al +1003,36550,0.002354425,6.0,19300.0,525.5877104499999,al +1003,36551,0.043472609,6.0,19300.0,9704.564397506001,al +1003,36555,0.003808487,6.0,19300.0,850.183786958,al +1003,36559,0.00047666300000000005,6.0,19300.0,106.40738814200002,al +1003,36561,0.032754918,6.0,19300.0,7312.0113648120005,al +1003,36562,0.007044017,6.0,19300.0,1572.4640909779998,al +1003,36564,0.000250368,6.0,19300.0,55.890650112,al +1003,36567,0.067093898,6.0,19300.0,14977.639226132,al +1003,36574,0.0042273729999999995,134.0,19300.0,943.6933842819999,al +1003,36576,0.018276888,6.0,19300.0,4080.0228157920005,al +1003,36578,0.005710324,6.0,19300.0,1274.7384678160001,al +1003,36579,0.00579699,6.0,19300.0,1294.08526566,al +1003,36580,0.027742737000000003,6.0,19300.0,6193.122151458001,al +1005,36016,0.190165361,2.0,,4694.422101646001,al +1005,36017,0.116148429,2.0,,2867.240118294,al +1005,36027,0.613023182,2.0,,15133.090270852,al +1005,36048,0.058153335,2.0,,1435.57322781,al +1005,36317,0.022509692,2.0,,555.674256712,al +1007,35034,0.263791067,9.0,13820.0,5907.337154398,al +1007,35035,0.051577059,1.0,13820.0,1155.016659246,al +1007,35042,0.260772562,9.0,13820.0,5839.740753428,al +1007,35074,0.0,1.0,13820.0,0.0,al +1007,35184,0.19055951699999998,1.0,13820.0,4267.389823697999,al +1007,35188,0.175029529,1.0,13820.0,3919.6112724259997,al +1007,36792,0.048252329000000004,9.0,13820.0,1080.5626556260002,al +1007,36793,0.010017936,1.0,13820.0,224.341658784,al +1009,35013,0.000888297,1.0,13820.0,51.366662322,al +1009,35031,0.17899178300000002,1.0,13820.0,10350.378843758,al +1009,35049,0.074750167,1.0,13820.0,4322.503156942001,al +1009,35079,0.20579613600000002,1.0,13820.0,11900.367360336,al +1009,35097,0.044503664000000005,1.0,13820.0,2573.4688744640002,al +1009,35121,0.342571619,1.0,13820.0,19809.546440293998,al +1009,35133,0.08194537,1.0,13820.0,4738.57296562,al +1009,35172,0.070552965,1.0,13820.0,4079.7957540899997,al +1011,36029,0.11217483800000001,7.0,,1133.0780386380002,al +1011,36053,0.173097379,7.0,,1748.456625279,al +1011,36089,0.714727783,7.0,,7219.465336083,al +1013,36030,0.03262519,7.0,,634.49469512,al +1013,36033,0.223874557,7.0,,4353.912384536,al +1013,36037,0.67303996,7.0,,13089.281142079999,al +1013,36456,0.070460293,7.0,,1370.311778264,al +1015,36201,0.161853442,1.0,11500.0,18387.360278409997,al +1015,36203,0.161683089,1.0,11500.0,18368.007325845,al +1015,36205,0.006168578,1.0,11500.0,700.78130369,al +1015,36206,0.103476101,1.0,11500.0,11755.402454105,al +1015,36207,0.177041772,1.0,11500.0,20112.830508059997,al +1015,36250,0.044453211,1.0,11500.0,5050.107035655,al +1015,36260,0.035872791,1.0,11500.0,4075.328421555,al +1015,36265,0.185541499,1.0,11500.0,21078.441993895,al +1015,36271,0.053365372,1.0,11500.0,6062.57308606,al +1015,36277,0.049572772,1.0,11500.0,5631.71476306,al +1015,36279,0.020971372,1.0,11500.0,2382.45271606,al +1017,36854,0.457461367,1.0,,15212.420298218,al +1017,36855,0.043992700999999995,144.0,,1462.9332790539997,al +1017,36862,0.167702572,1.0,,5576.781329288,al +1017,36863,0.33084336,1.0,,11001.86509344,al +1019,35959,0.17233035600000002,148.0,,4514.366005776001,al +1019,35960,0.344020211,148.0,,9011.953447356,al +1019,35961,0.24919047800000002,1.0,,6527.793761688001,al +1019,35973,0.10162616099999999,148.0,,2662.1989135559998,al +1019,35983,0.132832794,148.0,,3479.6878716240003,al +1021,35045,0.421457906,1.0,13820.0,18724.531847768,al +1021,35046,0.13235797400000002,1.0,13820.0,5880.400068872001,al +1021,35085,0.259981748,1.0,13820.0,11550.469100144,al +1021,35171,0.10492242800000001,1.0,13820.0,4661.493631184,al +1021,36750,0.07238193,1.0,13820.0,3215.78438604,al +1021,36790,0.008898015,1.0,13820.0,395.32101042,al +1023,36904,0.294052863,260.0,,3701.831492307,al +1023,36908,0.162759597,260.0,,2048.980566633,al +1023,36910,0.0016519820000000002,260.0,,20.796801398000003,al +1023,36912,0.17872876,260.0,,2250.01635964,al +1023,36913,0.001494651,260.0,,18.816161439000002,al +1023,36915,0.063325991,260.0,,797.2109006989999,al +1023,36916,0.06655129,260.0,,837.81418981,al +1023,36919,0.137507867,260.0,,1731.0865376630002,al +1023,36921,0.064427313,260.0,,811.075443357,al +1023,36922,0.029499685,260.0,,371.371534465,al +1025,36436,0.014480906000000002,6.0,,342.067961532,al +1025,36446,0.018373623000000002,6.0,,434.02172250600006,al +1025,36451,0.16855463399999998,6.0,,3981.5975643479997,al +1025,36482,0.022305267,6.0,,526.895017074,al +1025,36524,0.048853595,6.0,,1154.01962109,al +1025,36540,0.027093307999999997,6.0,,639.9981215759999,al +1025,36545,0.39043948799999995,6.0,,9222.961585535999,al +1025,36727,0.000233563,6.0,,5.517225186,al +1025,36751,0.022772393,6.0,,537.929467446,al +1025,36784,0.28689322300000003,6.0,,6776.991713706001,al +1027,35082,0.0,1.0,,0.0,al +1027,36251,0.395044791,1.0,,5228.417808885,al +1027,36255,0.070292955,1.0,,930.3272594250001,al +1027,36258,0.107900896,1.0,,1428.06835856,al +1027,36266,0.42579291399999997,1.0,,5635.36921679,al +1027,36267,0.000968445,1.0,,12.817369574999999,al +1029,36262,0.09841379300000001,1.0,,1467.3496536300001,al +1029,36264,0.587793103,1.0,,8763.995165729999,al +1029,36269,0.105862069,148.0,,1578.40344879,al +1029,36273,0.207931034,144.0,,3100.25171694,al +1031,36311,0.049856765,2.0,,2609.6027936299997,al +1031,36323,0.14341854,2.0,,7506.813220680001,al +1031,36330,0.672230792,2.0,,35185.904114864,al +1031,36346,0.027379902999999997,2.0,,1433.118882826,al +1031,36351,0.062619362,2.0,,3277.622645804,al +1031,36453,0.044494637999999996,2.0,,2328.9383421959997,al +1033,35616,0.069243551,1.0,22520.0,3825.083000791,al +1033,35646,0.089391593,1.0,22520.0,4938.0809889130005,al +1033,35660,0.169681635,1.0,22520.0,9373.383199034999,al +1033,35661,0.318762038,1.0,22520.0,17608.733741158,al +1033,35674,0.35292118299999997,1.0,22520.0,19495.719070102998,al +1035,36401,0.647735442,7.0,,7816.223578614,al +1035,36432,0.177570093,134.0,,2142.7383122310002,al +1035,36454,0.003115265,134.0,,37.591902755,al +1035,36473,0.00167745,134.0,,20.24178915,al +1035,36475,0.169901749,6.0,,2050.204405183,al +1037,35072,0.44252821700000006,1.0,,4718.6783778710005,al +1037,35089,0.183656885,1.0,,1958.3333647549998,al +1037,35136,0.18744921,1.0,,1998.77092623,al +1037,35183,0.09589164800000001,1.0,,1022.4926426240002,al +1037,36026,0.09047404099999999,7.0,,964.7246991829999,al +1039,36028,0.043521215,134.0,,1612.417494535,al +1039,36038,0.001221922,134.0,,45.270988178,al +1039,36420,0.269576747,134.0,,9987.548899603,al +1039,36421,0.256369592,134.0,,9498.237014007998,al +1039,36442,0.077605033,134.0,,2875.188867617,al +1039,36455,0.006499584,134.0,,240.803087616,al +1039,36467,0.253977745,2.0,,9409.621474504998,al +1039,36474,0.080568844,134.0,,2984.995101356,al +1039,36476,0.00046797,134.0,,17.337820530000002,al +1039,36483,0.010191348000000001,134.0,,377.579252052,al +1041,36009,0.17012696,7.0,,2342.98849312,al +1041,36041,0.104630321,7.0,,1440.968780812,al +1041,36042,0.132486931,7.0,,1824.610013732,al +1041,36046,0.10552651199999999,7.0,,1453.311123264,al +1041,36049,0.45309932799999997,7.0,,6240.083945216,al +1041,36071,0.034129948,7.0,,470.037643856,al +1043,35019,0.02467621,1.0,,2067.0767592800003,al +1043,35033,0.038507777,1.0,,3225.719463736,al +1043,35053,0.031220177,1.0,,2615.2517869360004,al +1043,35055,0.25883373600000004,1.0,,21681.984397248005,al +1043,35057,0.16783788800000002,1.0,,14059.444201984,al +1043,35058,0.114445064,1.0,,9586.834121152,al +1043,35070,0.00319762,1.0,,267.85823216,al +1043,35077,0.16789985699999999,1.0,,14064.635221175999,al +1043,35083,0.041556671,1.0,,3481.119216328,al +1043,35087,0.027923406,5.0,,2339.087873808,al +1043,35098,0.013236661,1.0,,1108.808618648,al +1043,35179,0.110664932,1.0,,9270.180023776,al +1045,36322,0.222418294,2.0,,10936.752352567999,al +1045,36350,0.16022046,2.0,,7878.36045912,al +1045,36360,0.46212048,2.0,,22723.38824256,al +1045,36362,0.124105589,2.0,,6102.520022308,al +1045,36371,0.014431445,2.0,,709.62301354,al +1045,36374,0.016703732,2.0,,821.355909904,al +1047,36701,0.512351173,1.0,,19057.414230907998,al +1047,36703,0.324762477,1.0,,12079.865094492,al +1047,36758,0.032591702,1.0,,1212.280947592,al +1047,36759,0.043415514,1.0,,1614.883458744,al +1047,36761,0.021262778,1.0,,790.890290488,al +1047,36767,0.035021046,1.0,,1302.642827016,al +1047,36773,0.010414913,1.0,,387.393103948,al +1047,36775,0.020180397,1.0,,750.6300468119999,al +1049,35962,0.15179938699999998,1.0,,10855.629562531,al +1049,35963,0.018169347,1.0,,1299.344512011,al +1049,35967,0.26118236300000003,1.0,,18677.934325219,al +1049,35968,0.073124043,1.0,,5229.319687059,al +1049,35971,0.086587545,1.0,,6192.135105585,al +1049,35974,0.024151352999999997,1.0,,1727.1357070889999,al +1049,35975,0.007385784,1.0,,528.179571192,al +1049,35978,0.07639420599999999,1.0,,5463.1788536779995,al +1049,35979,0.025650842000000004,373.0,,1834.3686639460002,al +1049,35981,0.02967075,373.0,,2121.84434475,al +1049,35984,0.025092522000000003,1.0,,1794.4415257860003,al +1049,35986,0.129689893,1.0,,9274.513318109,al +1049,35988,0.03496682,1.0,,2500.5821986600004,al +1049,35989,0.056135145,1.0,,4014.3926243849996,al +1051,36020,0.011460365,7.0,33860.0,930.684781285,al +1051,36022,0.139279569,7.0,33860.0,11310.754518921,al +1051,36024,0.056693817,7.0,33860.0,4604.048184753,al +1051,36025,0.077503728,7.0,33860.0,6294.000247151999,al +1051,36054,0.184467133,7.0,33860.0,14980.391403797,al +1051,36078,0.151175863,7.0,33860.0,12276.840658367,al +1051,36080,0.023907308,7.0,33860.0,1941.4885753719998,al +1051,36092,0.227635654,7.0,33860.0,18486.063825686,al +1051,36093,0.127876563,7.0,33860.0,10384.727804667,al +1053,36426,0.404780181,134.0,,14828.312370573001,al +1053,36441,0.108705434,134.0,,3982.206163722,al +1053,36502,0.48151187100000004,134.0,,17639.224370343003,al +1053,36543,0.0050025140000000004,134.0,,183.25709536200003,al +1055,35901,0.168842215,1.0,23460.0,17267.15564362,al +1055,35903,0.144217813,1.0,23460.0,14748.867299884,al +1055,35904,0.11815333800000001,1.0,23460.0,12083.305570584002,al +1055,35905,0.051741562000000005,1.0,23460.0,5291.506062616,al +1055,35906,0.083162097,1.0,23460.0,8504.821335996001,al +1055,35907,0.0716752,1.0,23460.0,7330.079353599999,al +1055,35952,0.06300949900000001,1.0,23460.0,6443.855443732001,al +1055,35954,0.099525029,1.0,23460.0,10178.225665772,al +1055,35956,0.077149161,1.0,23460.0,7889.8903971479995,al +1055,35972,0.01019841,1.0,23460.0,1042.97099388,al +1055,35990,0.000985313,1.0,23460.0,100.765989884,al +1055,36272,0.111340362,1.0,23460.0,11386.556141015999,al +1057,35542,0.059534826,9.0,,970.536733452,al +1057,35545,0.007526683,9.0,,122.699986266,al +1057,35546,0.234499352,9.0,,3822.8084363039998,al +1057,35555,0.5933123570000001,9.0,,9672.178043814001,al +1057,35559,0.000740329,1.0,,12.068843357999999,al +1057,35574,0.10438645199999999,9.0,,1701.707940504,al +1059,35571,0.024636228,262.0,,772.641382536,al +1059,35581,0.17342568100000003,1.0,,5438.976207522001,al +1059,35582,0.134998025,1.0,,4233.80806005,al +1059,35585,0.036908776000000004,1.0,,1157.5330329120002,al +1059,35593,0.051368511,1.0,,1611.019241982,al +1059,35653,0.335459765,1.0,,10520.68914993,al +1059,35654,0.243203013,1.0,,7627.332893706,al +1061,36313,0.009019844,2.0,20020.0,236.960321724,al +1061,36314,0.016724293,2.0,20020.0,439.36390140300006,al +1061,36316,0.072196332,2.0,20020.0,1896.669837972,al +1061,36318,0.059042393,2.0,20020.0,1551.102706503,al +1061,36340,0.215010523,2.0,20020.0,5648.541449733,al +1061,36344,0.219858689,2.0,20020.0,5775.907618719,al +1061,36375,0.261650631,2.0,20020.0,6873.823727001,al +1061,36477,0.146497294,2.0,20020.0,3848.630410674,al +1063,35443,0.271320755,9.0,46220.0,2200.682643805,al +1063,35462,0.535597484,9.0,46220.0,4344.231192724,al +1063,35469,0.023647799,9.0,46220.0,191.807297689,al +1063,36740,0.169433962,1.0,46220.0,1374.278865782,al +1065,35441,0.06419855,9.0,46220.0,940.5729560499999,al +1065,35474,0.38047515200000004,9.0,46220.0,5574.341451952,al +1065,36744,0.382420562,9.0,46220.0,5602.843653862,al +1065,36765,0.073041325,9.0,46220.0,1070.128452575,al +1065,36776,0.099864411,9.0,46220.0,1463.113485561,al +1067,36310,0.355549031,2.0,20020.0,6117.221078355,al +1067,36345,0.519377569,2.0,20020.0,8935.891074645,al +1067,36353,0.100998238,2.0,20020.0,1737.6746847900001,al +1067,36373,0.024075161,2.0,20020.0,414.213145005,al +1069,36301,0.34909811399999996,2.0,20020.0,36963.206506548,al +1069,36303,0.288426654,2.0,20020.0,30539.190978828,al +1069,36305,0.14712968699999998,2.0,20020.0,15578.385518933997,al +1069,36312,0.056094589,2.0,20020.0,5939.407272498,al +1069,36319,0.017833056,2.0,20020.0,1888.199635392,al +1069,36320,0.034493986000000004,2.0,20020.0,3652.2922256520005,al +1069,36321,0.016223709,2.0,20020.0,1717.798756338,al +1069,36343,0.012493371999999999,2.0,20020.0,1322.8232141039998,al +1069,36352,0.049350214,2.0,20020.0,5225.2993587480005,al +1069,36370,0.00816767,2.0,20020.0,864.80923494,al +1069,36376,0.020688948999999998,2.0,20020.0,2190.5872980179997,al +1071,35740,0.059091326,373.0,,3050.648796076,al +1071,35744,0.040403855,5.0,,2085.88941823,al +1071,35745,0.0034511240000000003,5.0,,178.167727624,al +1071,35746,0.011087655,5.0,,572.41127703,al +1071,35751,0.00435062,5.0,,224.60510812,al +1071,35752,0.049196879000000006,5.0,,2539.838075254,al +1071,35764,0.009123451,5.0,,471.007281326,al +1071,35765,0.072069757,5.0,,3720.673274882,al +1071,35766,0.002257916,5.0,,116.567171416,al +1071,35768,0.204938045,5.0,,10580.13151117,al +1071,35769,0.18298302,5.0,,9446.68139052,al +1071,35771,0.07188618599999999,5.0,,3711.1962384359995,al +1071,35772,0.08093620900000001,373.0,,4178.412725834,al +1071,35774,0.00435062,5.0,,224.60510812,al +1071,35776,0.06593850400000001,5.0,,3404.1412075040002,al +1071,35958,0.070344195,373.0,,3631.58941107,al +1071,35966,0.067590638,373.0,,3489.434277388,al +1073,35005,0.011364717,1.0,13820.0,7484.4957688409995,al +1073,35006,0.004418774,1.0,13820.0,2910.0852495020004,al +1073,35020,0.039771981,1.0,13820.0,26192.752843112998,al +1073,35022,0.030602308999999998,1.0,13820.0,20153.854445056997,al +1073,35023,0.03667416,1.0,13820.0,24152.61157368,al +1073,35036,0.000554045,1.0,13820.0,364.879077785,al +1073,35060,0.0005012069999999999,1.0,13820.0,330.08139761099994,al +1073,35061,0.001829707,1.0,13820.0,1204.995628111,al +1073,35062,0.011520212,1.0,13820.0,7586.900577476,al +1073,35064,0.016864406999999998,1.0,13820.0,11106.443111210998,al +1073,35068,0.012185972,1.0,13820.0,8025.352137956,al +1073,35071,0.024427801000000002,1.0,13820.0,16087.490187973002,al +1073,35073,0.003617144,1.0,13820.0,2382.153375512,al +1073,35091,0.0046376740000000005,1.0,13820.0,3054.2468792020004,al +1073,35116,0.006600231999999999,1.0,13820.0,4346.734588935999,al +1073,35117,0.007903068000000001,1.0,13820.0,5204.747201964001,al +1073,35118,0.004589365,1.0,13820.0,3022.431876145,al +1073,35119,0.000391002,1.0,13820.0,257.503360146,al +1073,35126,0.03143866,1.0,13820.0,20704.65263218,al +1073,35127,0.015375883,1.0,13820.0,10126.141394959,al +1073,35139,0.000256642,1.0,13820.0,169.017491866,al +1073,35173,0.041320892000000005,1.0,13820.0,27212.823807116005,al +1073,35180,0.021274122000000003,1.0,13820.0,14010.562347906001,al +1073,35203,0.00452294,1.0,13820.0,2978.6861646199995,al +1073,35204,0.01418929,1.0,13820.0,9344.68328317,al +1073,35205,0.030357744,1.0,13820.0,19992.790539311998,al +1073,35206,0.026192592999999997,1.0,13820.0,17249.734549789,al +1073,35207,0.013740921000000001,1.0,13820.0,9049.399565733002,al +1073,35208,0.02092992,1.0,13820.0,13783.880204160001,al +1073,35209,0.041920227000000004,1.0,13820.0,27607.529656071,al +1073,35210,0.020356249,1.0,13820.0,13406.075972677,al +1073,35211,0.037128567,1.0,13820.0,24451.871754891,al +1073,35212,0.01795891,1.0,13820.0,11827.25323543,al +1073,35213,0.020404559,1.0,13820.0,13437.891634307,al +1073,35214,0.027572422000000003,1.0,13820.0,18158.452673806,al +1073,35215,0.073192824,1.0,13820.0,48202.817680152,al +1073,35216,0.056681678,1.0,13820.0,37329.022725494,al +1073,35217,0.020057336999999998,1.0,13820.0,13209.220600100998,al +1073,35218,0.010836336,1.0,13820.0,7136.5183085280005,al +1073,35221,0.007250895,1.0,13820.0,4775.243672835,al +1073,35222,0.013636755,1.0,13820.0,8980.798650615001,al +1073,35223,0.01698518,1.0,13820.0,11185.980948139999,al +1073,35224,0.007801921,1.0,13820.0,5138.134518733,al +1073,35226,0.05365632,1.0,13820.0,35336.60363136,al +1073,35228,0.015623467,1.0,13820.0,10289.193532591,al +1073,35229,0.001840275,1.0,13820.0,1211.955427575,al +1073,35233,0.002589066,1.0,13820.0,1705.088962818,al +1073,35234,0.008227645,1.0,13820.0,5418.504850585,al +1073,35235,0.031591136,1.0,13820.0,20805.069208928,al +1073,35243,0.026055214,1.0,13820.0,17159.260449622,al +1073,35244,0.04820343,1.0,13820.0,31745.477505389998,al +1073,35254,0.002376204,1.0,13820.0,1564.903796892,al +1075,35544,0.036225266,1.0,,500.08979712999997,al +1075,35552,0.067503805,262.0,,931.890028025,al +1075,35576,0.225114155,262.0,,3107.700909775,al +1075,35586,0.31689497699999997,9.0,,4374.735157485,al +1075,35592,0.354261796,9.0,,4890.58409378,al +1077,35610,0.018266898,1.0,22520.0,1693.8711846420001,al +1077,35630,0.356022066,1.0,22520.0,33013.570158114,al +1077,35633,0.22266941399999998,1.0,22520.0,20647.912090806,al +1077,35634,0.10510442800000001,1.0,22520.0,9746.228504012,al +1077,35645,0.15037456800000001,1.0,22520.0,13944.083316072001,al +1077,35648,0.034880975,1.0,22520.0,3234.477930775,al +1077,35652,0.09337368800000001,1.0,22520.0,8658.448714552002,al +1077,35677,0.019307961000000002,1.0,22520.0,1790.4079155690001,al +1079,35618,0.053338328,5.0,19460.0,1756.1111110719999,al +1079,35643,0.10650376,5.0,19460.0,3506.5297942400002,al +1079,35650,0.40319280799999996,1.0,19460.0,13274.720010591998,al +1079,35651,0.03616402,1.0,19460.0,1190.6641944799999,al +1079,35672,0.17834193,1.0,19460.0,5871.72970332,al +1079,35673,0.22245915300000002,1.0,19460.0,7324.2451533720005,al +1081,36801,0.158034368,1.0,12220.0,26003.290979456,al +1081,36804,0.11822039599999999,1.0,12220.0,19452.220398632,al +1081,36830,0.248617835,1.0,12220.0,40908.07580657,al +1081,36832,0.155928516,1.0,12220.0,25656.789879671996,al +1081,36849,0.026135474,1.0,12220.0,4300.383162908,al +1081,36852,0.014740966999999999,1.0,12220.0,2425.508192114,al +1081,36865,0.00021631099999999998,1.0,12220.0,35.592244562,al +1081,36870,0.134927249,146.0,12220.0,22201.199404958,al +1081,36874,0.04778567400000001,1.0,12220.0,7862.750371308001,al +1081,36877,0.083076199,146.0,12220.0,13669.523935858,al +1081,36879,0.01231701,1.0,12220.0,2026.66545942,al +1083,35611,0.283090863,5.0,26620.0,28001.932713645,al +1083,35613,0.281254467,5.0,26620.0,27820.285603305,al +1083,35614,0.083990367,5.0,26620.0,8307.907151805,al +1083,35615,0.002694114,5.0,26620.0,266.48828631,al +1083,35620,0.09925334599999999,5.0,26620.0,9817.64471959,al +1083,35647,0.013030713000000001,5.0,26620.0,1288.9329763950002,al +1083,35649,0.000978678,5.0,26620.0,96.80593437,al +1083,35671,0.024027095,5.0,26620.0,2376.6401019249997,al +1083,35739,0.055509737,5.0,26620.0,5490.745635355001,al +1083,35756,0.15617062,5.0,26620.0,15447.6168773,al +1085,36032,0.251968504,7.0,33860.0,2450.645669904,al +1085,36040,0.38658181399999997,7.0,33860.0,3759.894722964,al +1085,36047,0.124042714,7.0,33860.0,1206.439436364,al +1085,36752,0.12533707300000002,7.0,33860.0,1219.0283719980002,al +1085,36785,0.112069895,1.0,33860.0,1089.99179877,al +1087,36031,0.009370315,7.0,,169.30285142000002,al +1087,36039,0.012850717,7.0,,232.186754756,al +1087,36075,0.115602913,7.0,,2088.713432084,al +1087,36083,0.40383379700000005,1.0,,7296.469044196001,al +1087,36088,0.257121439,1.0,,4645.670159852,al +1087,36866,0.201220818,1.0,,3635.657739624,al +1089,35741,0.008307604,5.0,26620.0,3097.980300036,al +1089,35748,0.020203848,5.0,26620.0,7534.196753832,al +1089,35749,0.062070386,5.0,26620.0,23146.605572874,al +1089,35750,0.034227106,5.0,26620.0,12763.595871354,al +1089,35757,0.045599949,5.0,26620.0,17004.631381641,al +1089,35758,0.127331294,5.0,26620.0,47482.98551424601,al +1089,35759,0.021175481,5.0,26620.0,7896.527444229,al +1089,35760,0.013555538,5.0,26620.0,5054.982120042,al +1089,35761,0.034989936,5.0,26620.0,13048.062043824,al +1089,35763,0.050672487,5.0,26620.0,18896.226454683,al +1089,35773,0.035566234,5.0,26620.0,13262.968754706,al +1089,35801,0.066048793,5.0,26620.0,24630.189348836997,al +1089,35802,0.060773019000000005,5.0,26620.0,22662.805742271,al +1089,35803,0.07157791599999999,5.0,26620.0,26692.049077644,al +1089,35805,0.059021852,5.0,26620.0,22009.779807468,al +1089,35806,0.060937278,5.0,26620.0,22724.059401701998,al +1089,35808,0.004022952,5.0,26620.0,1500.195007368,al +1089,35810,0.082137816,5.0,26620.0,30629.930826744,al +1089,35811,0.07700124400000001,5.0,26620.0,28714.456898796005,al +1089,35816,0.038762323,5.0,26620.0,14454.819107607,al +1089,35824,0.024068109,5.0,26620.0,8975.214459081,al +1089,35896,0.001948835,5.0,26620.0,726.7381110150001,al +1091,36732,0.440066296,1.0,,8300.970541448001,al +1091,36736,0.073299829,6.0,,1382.654674427,al +1091,36738,0.039831052,1.0,,751.3331338759999,al +1091,36742,0.08586398599999999,1.0,,1619.6523679179998,al +1091,36748,0.14472839999999998,1.0,,2730.0118092,al +1091,36754,0.0213858,1.0,,403.4003454,al +1091,36763,0.014702736999999999,1.0,,277.337728031,al +1091,36782,0.14387296800000002,6.0,,2713.8757953840004,al +1091,36783,0.036248931,1.0,,683.763585453,al +1093,35543,0.044106542,1.0,,1310.361256278,al +1093,35548,0.058488364,1.0,,1737.630806076,al +1093,35554,0.036177662,1.0,,1074.802160358,al +1093,35563,0.154493032,1.0,,4589.833487688,al +1093,35564,0.07249262,1.0,,2153.6832475799997,al +1093,35570,0.386833253,262.0,,11492.429113377,al +1093,35594,0.24740852600000002,1.0,,7350.259898934,al +1095,35016,0.159919008,5.0,,15476.002080192,al +1095,35175,0.056714077,5.0,,5488.448087598,al +1095,35747,0.05192008,5.0,,5024.51382192,al +1095,35755,0.006808865,5.0,,658.92110151,al +1095,35950,0.213953211,1.0,,20705.108041314,al +1095,35951,0.128147611,1.0,,12401.356906914,al +1095,35957,0.160147294,1.0,,15498.094229556,al +1095,35976,0.17123403199999998,5.0,,16571.002212768,al +1095,35980,0.05115582,1.0,,4950.55332468,al +1097,36505,0.004730847,6.0,33660.0,1954.83328887,al +1097,36509,0.004998086,6.0,33660.0,2065.25911606,al +1097,36512,0.000113155,6.0,33660.0,46.756777549999995,al +1097,36521,0.012967096000000001,6.0,33660.0,5358.133738160001,al +1097,36522,0.018502067,6.0,33660.0,7645.23910507,al +1097,36523,0.006957835999999999,6.0,33660.0,2875.0474135599998,al +1097,36525,0.004641768,6.0,33660.0,1918.02495528,al +1097,36528,0.002958886,6.0,33660.0,1222.64128406,al +1097,36541,0.037642136,6.0,33660.0,15554.10701656,al +1097,36544,0.027436507000000002,6.0,33660.0,11337.039057470001,al +1097,36560,0.008139946,6.0,33660.0,3363.50708666,al +1097,36568,0.000161306,6.0,33660.0,66.65325226,al +1097,36571,0.037093213,6.0,33660.0,15327.28654373,al +1097,36572,0.014842582,6.0,33660.0,6133.10330822,al +1097,36575,0.050787390999999994,6.0,33660.0,20985.857835109997,al +1097,36582,0.059293285999999994,6.0,33660.0,24500.57870806,al +1097,36587,0.022811592000000002,6.0,33660.0,9425.977930320001,al +1097,36590,0.0,6.0,33660.0,0.0,al +1097,36602,0.002260695,6.0,33660.0,934.14178095,al +1097,36603,0.025026543,6.0,33660.0,10341.21783303,al +1097,36604,0.023033087,6.0,33660.0,9517.501879270001,al +1097,36605,0.063333165,6.0,33660.0,26169.89710965,al +1097,36606,0.045452247,6.0,33660.0,18781.32298287,al +1097,36607,0.015095375,6.0,33660.0,6237.55990375,al +1097,36608,0.085687321,6.0,33660.0,35406.85791041,al +1097,36609,0.058460272,6.0,33660.0,24156.36899312,al +1097,36610,0.02563084,6.0,33660.0,10590.919396399999,al +1097,36611,0.014052904,6.0,33660.0,5806.80046184,al +1097,36612,0.01185962,6.0,33660.0,4900.5135801999995,al +1097,36613,0.032441815,6.0,33660.0,13405.28237615,al +1097,36615,0.0,6.0,33660.0,0.0,al +1097,36616,1.93e-05,6.0,33660.0,7.974953000000001,al +1097,36617,0.032227543,6.0,33660.0,13316.74304303,al +1097,36618,0.042014258,6.0,33660.0,17360.71154818,al +1097,36619,0.037129327000000004,6.0,33660.0,15342.209209670002,al +1097,36688,0.000520032,6.0,33660.0,214.88242272000002,al +1097,36693,0.04868078,6.0,33660.0,20115.3851038,al +1097,36695,0.12299721400000001,6.0,33660.0,50823.67879694,al +1099,36425,0.055069630999999994,6.0,,1141.7586595229998,al +1099,36439,0.035572928999999996,6.0,,737.5335369569999,al +1099,36444,0.045150257,6.0,,936.100278381,al +1099,36445,0.230295627,6.0,,4774.719234591,al +1099,36460,0.471243587,6.0,,9770.293289271,al +1099,36470,0.008697777,6.0,,180.331010541,al +1099,36471,0.051649157,6.0,,1070.841972081,al +1099,36480,0.07642316099999999,6.0,,1584.4813970129999,al +1099,36481,0.025506962999999997,6.0,,528.8358638789999,al +1099,36753,0.00039091099999999997,1.0,,8.104757763,al +1101,36013,0.002851603,7.0,33860.0,645.848157058,al +1101,36036,0.007879197,7.0,33860.0,1784.5278117419998,al +1101,36043,0.015951426,7.0,33860.0,3612.7746690360004,al +1101,36052,0.001351221,7.0,33860.0,306.03263940600004,al +1101,36064,0.042905650999999996,7.0,33860.0,9717.529272385998,al +1101,36069,0.00850655,7.0,33860.0,1926.6144833,al +1101,36104,0.036597028999999996,7.0,33860.0,8288.714710093998,al +1101,36105,0.043059199000000006,7.0,33860.0,9752.305744714002,al +1101,36106,0.066218599,7.0,33860.0,14997.585613114,al +1101,36107,0.033727877999999996,7.0,33860.0,7638.892176707999,al +1101,36108,0.080279194,7.0,33860.0,18182.113532284,al +1101,36109,0.109269025,7.0,33860.0,24747.904396150003,al +1101,36110,0.05189478,7.0,33860.0,11753.441143080001,al +1101,36111,0.054263804000000006,7.0,33860.0,12289.991912744,al +1101,36112,0.0014038660000000001,7.0,33860.0,317.95599487600003,al +1101,36113,0.007936229,7.0,33860.0,1797.4447612939998,al +1101,36115,0.004229146,7.0,33860.0,957.8423609559999,al +1101,36116,0.195470778,7.0,33860.0,44271.394626108005,al +1101,36117,0.23620482399999998,7.0,33860.0,53497.08576846399,al +1103,35601,0.27926580100000004,5.0,19460.0,33422.251797879006,al +1103,35603,0.269023946,5.0,19460.0,32196.516833334,al +1103,35619,0.037855537,1.0,19460.0,4530.512812623,al +1103,35621,0.025228475,1.0,19460.0,3019.318659525,al +1103,35622,0.06735857599999999,1.0,19460.0,8061.407017103998,al +1103,35640,0.21005206399999998,1.0,19460.0,25138.820967456,al +1103,35670,0.056997032999999996,5.0,19460.0,6821.347912406999,al +1103,35754,0.044959862,5.0,19460.0,5380.751324298,al +1103,35775,0.009258705,5.0,19460.0,1108.0725556950001,al +1105,36756,0.673801768,1.0,,6012.333175864001,al +1105,36786,0.326198232,1.0,,2910.666824136,al +1107,35442,0.304377532,9.0,46220.0,6066.24421276,al +1107,35447,0.141427944,9.0,46220.0,2818.65892392,al +1107,35461,0.103460056,262.0,46220.0,2061.95891608,al +1107,35466,0.27168025,9.0,46220.0,5414.5873825,al +1107,35481,0.179054219,9.0,46220.0,3568.55058467,al +1109,36005,0.045226407999999996,7.0,,1497.6272745119998,al +1109,36010,0.13391429,7.0,,4434.43779906,al +1109,36034,0.026860073999999998,2.0,,889.4444904359999,al +1109,36035,0.04048315,7.0,,1340.5590291,al +1109,36079,0.280155535,7.0,,9277.07038599,al +1109,36081,0.438310077,7.0,,14514.199889778001,al +1109,36082,0.035050466,7.0,,1160.6611311240001,al +1111,36263,0.01889092,144.0,,429.23948423999997,al +1111,36274,0.49164272700000006,1.0,,11171.106042894002,al +1111,36276,0.113824323,1.0,,2586.3162672060002,al +1111,36278,0.20697310000000002,1.0,,4702.842778200001,al +1111,36280,0.16866893,1.0,,3832.49542746,al +1113,36856,0.127228428,146.0,17980.0,7374.286915308,al +1113,36858,0.004461145,146.0,17980.0,258.572425345,al +1113,36859,0.00030884900000000004,146.0,17980.0,17.901196889,al +1113,36860,0.032411935,146.0,17980.0,1878.6281645350002,al +1113,36867,0.39434807200000005,146.0,17980.0,22856.808601192002,al +1113,36869,0.361421389,146.0,17980.0,20948.345127828998,al +1113,36871,0.025359893999999997,146.0,17980.0,1469.884816134,al +1113,36875,0.054460287,146.0,17980.0,3156.572694807,al +1115,35004,0.146625446,1.0,13820.0,13124.736922352,al +1115,35052,0.0034281579999999997,1.0,13820.0,306.861278896,al +1115,35054,0.047084195999999995,1.0,13820.0,4214.600552352,al +1115,35112,0.003490488,1.0,13820.0,312.440561856,al +1115,35120,0.175210053,1.0,13820.0,15683.402264136,al +1115,35125,0.136390835,1.0,13820.0,12208.61642252,al +1115,35128,0.132775686,1.0,13820.0,11885.017205232,al +1115,35131,0.054002842,1.0,13820.0,4833.902393104,al +1115,35135,0.026527712000000002,1.0,13820.0,2374.5485565440003,al +1115,35146,0.147971777,1.0,13820.0,13245.249702824,al +1115,35953,0.093769478,1.0,13820.0,8393.493514736001,al +1115,35987,0.032723329,1.0,13820.0,2929.130625448,al +1117,35007,0.119371585,1.0,13820.0,25987.43279767,al +1117,35040,0.077717576,1.0,13820.0,16919.271730352,al +1117,35043,0.051964363,1.0,13820.0,11312.745753826,al +1117,35051,0.040806148,1.0,13820.0,8883.580031896001,al +1117,35078,0.008700778000000001,1.0,13820.0,1894.1767721560002,al +1117,35080,0.08110902,1.0,13820.0,17657.59587204,al +1117,35094,0.06546213,1.0,13820.0,14251.236625259999,al +1117,35114,0.039101357999999996,1.0,13820.0,8512.443839316,al +1117,35115,0.068486319,1.0,13820.0,14909.608618938,al +1117,35124,0.11080229400000001,1.0,13820.0,24121.881008388,al +1117,35143,0.014431774,1.0,13820.0,3141.826063348,al +1117,35147,0.027630296000000002,1.0,13820.0,6015.170699792,al +1117,35176,0.004089683,1.0,13820.0,890.3321684660001,al +1117,35178,0.017292738999999998,1.0,13820.0,3764.6638657779995,al +1117,35186,0.023087212000000003,1.0,13820.0,5026.132226824001,al +1117,35187,2.27e-05,1.0,13820.0,4.9418353999999995,al +1117,35242,0.249924055,1.0,13820.0,54408.96662161,al +1119,35459,0.099793373,260.0,,1240.132246271,al +1119,35460,0.066120762,9.0,,821.682709374,al +1119,35464,0.052804775,9.0,,656.204938925,al +1119,35470,0.357848014,260.0,,4446.977269978,al +1119,35477,0.013086401000000001,9.0,,162.62470522700002,al +1119,36901,0.025024872000000004,260.0,,310.98408434400005,al +1119,36907,0.11594092,260.0,,1440.79781284,al +1119,36925,0.269380883,260.0,,3347.5962330410002,al +1121,35014,0.0618466,1.0,,4946.3673748,al +1121,35032,0.000569299,1.0,,45.531395422,al +1121,35044,0.09511179,1.0,,7606.850740620001,al +1121,35096,0.098462892,1.0,,7874.865176376,al +1121,35149,0.00534365,1.0,,427.37443970000004,al +1121,35150,0.225753028,1.0,,18055.275673384,al +1121,35151,0.097246662,1.0,,7777.593533436,al +1121,35160,0.34044094799999997,1.0,,27227.786139144,al +1121,36268,0.075225132,1.0,,6016.355607096,al +1123,35010,0.579973005,1.0,,23411.770292835,al +1123,36256,0.046060402,1.0,,1859.320247534,al +1123,36850,0.074630223,1.0,,3012.5982118409997,al +1123,36853,0.220122603,1.0,,8885.689115301,al +1123,36861,0.079213768,1.0,,3197.6221728560004,al +1125,35111,0.080348352,1.0,46220.0,16821.32923296,al +1125,35401,0.17690621,9.0,46220.0,37036.19959455,al +1125,35404,0.10836302099999999,9.0,46220.0,22686.340261455,al +1125,35405,0.216283704,9.0,46220.0,45280.07485092,al +1125,35406,0.081760976,9.0,46220.0,17117.06913048,al +1125,35444,0.018844502,9.0,46220.0,3945.1907162099997,al +1125,35446,0.009897882,9.0,46220.0,2072.17108611,al +1125,35452,0.014559066,9.0,46220.0,3048.01326243,al +1125,35453,0.0516678,9.0,46220.0,10816.912269,al +1125,35456,0.01646159,9.0,46220.0,3446.3161744500003,al +1125,35457,0.0,9.0,46220.0,0.0,al +1125,35458,0.002830005,9.0,46220.0,592.475696775,al +1125,35463,0.008532821,9.0,46220.0,1786.3887404549998,al +1125,35473,0.077551642,9.0,46220.0,16235.82401091,al +1125,35475,0.074117586,9.0,46220.0,15516.88721703,al +1125,35476,0.035543908,9.0,46220.0,7441.29485934,al +1125,35480,0.006325893000000001,9.0,46220.0,1324.3573290150002,al +1125,35490,0.020005042,9.0,46220.0,4188.15556791,al +1127,35063,0.057137965,1.0,,3629.460674765,al +1127,35130,0.04501307400000001,1.0,,2859.2754735540007,al +1127,35148,0.038040095,1.0,,2416.344874495,al +1127,35501,0.15010584,1.0,,9534.87306264,al +1127,35503,0.14123396800000002,1.0,,8971.322881328,al +1127,35504,0.20483127899999998,1.0,,13011.087673359,al +1127,35549,0.05466318,1.0,,3472.25985678,al +1127,35550,0.089668161,1.0,,5695.8112548809995,al +1127,35578,0.090368572,1.0,,5740.302062012,al +1127,35579,0.054678745,1.0,,3473.248561145,al +1127,35580,0.057713859000000006,1.0,,3666.0420375390004,al +1127,35584,0.0060235340000000005,1.0,,382.620903214,al +1127,35587,0.010521728000000001,1.0,,668.350684288,al +1129,36513,0.062271953,6.0,33660.0,1016.6519046779999,al +1129,36518,0.15008513699999998,6.0,33660.0,2450.2899466619997,al +1129,36529,0.014412552,6.0,33660.0,235.299323952,al +1129,36538,0.024750669,6.0,33660.0,404.079422094,al +1129,36539,0.049197276,6.0,33660.0,803.194727976,al +1129,36548,0.051021649,6.0,33660.0,832.979441574,al +1129,36553,0.19739722699999998,6.0,33660.0,3222.7071280019995,al +1129,36556,0.036548285,6.0,33660.0,596.68730091,al +1129,36558,0.20761371899999997,6.0,33660.0,3389.5015763939996,al +1129,36569,0.03940647,6.0,33660.0,643.35002922,al +1129,36581,0.008270494,6.0,33660.0,135.024085044,al +1129,36583,0.051264899,6.0,33660.0,836.950741074,al +1129,36584,0.045062029,6.0,33660.0,735.6826854540001,al +1129,36585,0.06269764,6.0,33660.0,1023.60167064,al +1131,36435,0.039183222999999996,1.0,,406.44757217899996,al +1131,36720,0.093083149,1.0,,965.5515045770001,al +1131,36722,0.02740986,6.0,,284.32247778,al +1131,36723,0.020143488,1.0,,208.94840102400002,al +1131,36726,0.449227373,1.0,,4659.835540129,al +1131,36728,0.026398087,1.0,,273.827356451,al +1131,36766,0.001655629,1.0,,17.173839617,al +1131,36768,0.08259749799999999,1.0,,856.7838467539999,al +1131,36769,0.260301692,6.0,,2700.109451116,al +1133,35540,0.09399236,1.0,,2220.94547444,al +1133,35541,0.130802176,1.0,,3090.724616704,al +1133,35553,0.1706216,1.0,,4031.6177864,al +1133,35565,0.511864799,1.0,,12094.853335571,al +1133,35572,0.050893235999999994,1.0,,1202.5562734439998,al +1133,35575,0.040243855,1.0,,950.922049795,al +1133,35577,0.001581973,1.0,,37.380440017,al +2013,99553,0.221313869,10.0,,738.524380853,ak +2013,99571,0.036788321,10.0,,122.762627177,ak +2013,99583,0.022773723,10.0,,75.995913651,ak +2013,99612,0.313576642,10.0,,1046.4052543540001,ak +2013,99661,0.405547445,10.0,,1353.311823965,ak +2016,99546,0.036589762000000005,10.0,,206.146719108,ak +2016,99547,0.00630858,10.0,,35.54253972,ak +2016,99591,0.01405912,10.0,,79.20908208,ak +2016,99638,0.004686373,10.0,,26.403025482,ak +2016,99660,0.076604182,10.0,,431.58796138800005,ak +2016,99685,0.822999279,10.0,,4636.7779378860005,ak +2016,99692,0.038752704,10.0,,218.332734336,ak +2020,99501,0.057647464,10.0,11260.0,16602.469632,ak +2020,99502,0.083375577,10.0,11260.0,24012.166176000002,ak +2020,99503,0.044680332999999996,10.0,11260.0,12867.935903999998,ak +2020,99504,0.143642152,10.0,11260.0,41368.939776,ak +2020,99505,0.021392217999999998,10.0,11260.0,6160.9587839999995,ak +2020,99506,0.023754486000000002,10.0,11260.0,6841.291968,ak +2020,99507,0.12985380300000002,10.0,11260.0,37397.895264000006,ak +2020,99508,0.120327,10.0,11260.0,34654.176,ak +2020,99513,0.0,10.0,11260.0,0.0,ak +2020,99515,0.079086995,10.0,11260.0,22777.054559999997,ak +2020,99516,0.07085116,10.0,11260.0,20405.13408,ak +2020,99517,0.055440653,10.0,11260.0,15966.908064,ak +2020,99518,0.035315746,10.0,11260.0,10170.934848,ak +2020,99540,0.000959777,10.0,11260.0,276.415776,ak +2020,99567,0.031027164,10.0,11260.0,8935.823232,ak +2020,99577,0.095666809,10.0,11260.0,27552.040992000002,ak +2020,99587,0.006978661999999999,10.0,11260.0,2009.8546559999997,ak +2050,99551,0.031447587,10.0,,578.195334582,ak +2050,99552,0.023072657000000003,10.0,,424.21387160200004,ak +2050,99557,0.038713256,10.0,,711.781924816,ak +2050,99559,0.437493067,10.0,,8043.747529862,ak +2050,99561,0.027787022,10.0,,510.892186492,ak +2050,99575,0.0049916809999999995,10.0,,91.77704686599999,ak +2050,99578,0.028729895,10.0,,528.22784947,ak +2050,99589,0.010648918,10.0,,195.791006348,ak +2050,99607,0.012312812,10.0,,226.383361432,ak +2050,99609,0.031835828999999996,10.0,,585.3335519939999,ak +2050,99614,0.033998891,10.0,,625.1036099260001,ak +2050,99621,0.036217415,10.0,,665.8933921900001,ak +2050,99622,0.021020521,10.0,,386.483299106,ak +2050,99626,0.015696062,10.0,,288.587795932,ak +2050,99630,0.012534664,10.0,,230.46233230399997,ak +2050,99634,0.021741542000000003,10.0,,399.73999121200006,ak +2050,99637,0.029229063,10.0,,537.405552318,ak +2050,99641,0.048197449,10.0,,886.158297314,ak +2050,99651,0.0007210210000000001,10.0,,13.256692106000001,ak +2050,99655,0.044148640999999995,10.0,,811.7169134259999,ak +2050,99656,0.001164725,10.0,,21.414633849999998,ak +2050,99668,0.004603439,10.0,,84.638829454,ak +2050,99679,0.023017193999999998,10.0,,423.19412888399995,ak +2050,99680,0.031392124,10.0,,577.175591864,ak +2050,99681,0.018801997,10.0,,345.693516842,ak +2050,99690,0.010482529,10.0,,192.73177819400001,ak +2060,99613,0.47395833299999995,10.0,,396.22916638799995,ak +2060,99633,0.483333333,10.0,,404.066666388,ak +2060,99670,0.042708333,10.0,,35.704166388000004,ak +2068,99704,0.013727561000000001,10.0,,28.786695417,ak +2068,99729,0.071101725,10.0,,149.10031732500002,ak +2068,99743,0.366420275,10.0,,768.3833166750001,ak +2068,99744,0.034494896000000004,10.0,,72.335796912,ak +2068,99755,0.301302358,10.0,,631.831044726,ak +2068,99760,0.212953185,10.0,,446.562828945,ak +2070,99555,0.041005025,10.0,,201.5807029,ak +2070,99569,0.009648241,10.0,,47.430752756000004,ak +2070,99576,0.5013065329999999,10.0,,2464.422916228,ak +2070,99580,0.016080402,10.0,,79.051256232,ak +2070,99628,0.165628141,10.0,,814.227941156,ak +2070,99636,0.111959799,10.0,,550.394371884,ak +2070,99678,0.154371859,10.0,,758.892058844,ak +2090,99701,0.175454418,10.0,21820.0,16992.584928882,ak +2090,99702,0.030120844,10.0,21820.0,2917.173620556,ak +2090,99703,0.088769314,10.0,21820.0,8597.219291586,ak +2090,99705,0.229904407,10.0,21820.0,22266.011913543,ak +2090,99709,0.30489589,10.0,21820.0,29528.86205061,ak +2090,99712,0.14518327,10.0,21820.0,14060.85451623,ak +2090,99714,0.01206437,10.0,21820.0,1168.42217013,ak +2090,99775,0.013607487,10.0,21820.0,1317.871508463,ak +2100,99827,1.0,10.0,,2530.0,ak +2105,99820,0.252757794,10.0,,542.923741512,ak +2105,99825,0.030215827,10.0,,64.903596396,ak +2105,99826,0.199520384,10.0,,428.569784832,ak +2105,99829,0.38369304600000004,10.0,,824.172662808,ak +2105,99832,0.059472422000000004,10.0,,127.74676245600001,ak +2105,99841,0.074340528,10.0,,159.683454144,ak +2110,99801,0.931209403,10.0,,29774.489451522,ak +2110,99824,0.068790597,10.0,,2199.5105484779997,ak +2122,99556,0.045345242,10.0,,2662.128467336,ak +2122,99568,0.005410511999999999,10.0,,317.64033849599997,ak +2122,99572,0.009962212,10.0,,584.861542096,ak +2122,99603,0.180504981,10.0,,10597.086424548,ak +2122,99605,0.001631742,10.0,,95.79630933600001,ak +2122,99610,0.032617657,10.0,,1914.917407156,ak +2122,99611,0.26892820300000003,10.0,,15788.236941724002,ak +2122,99631,0.006131913,10.0,,359.992348404,ak +2122,99639,0.017794571999999998,10.0,,1044.6837329759999,ak +2122,99663,0.0066987290000000005,10.0,,393.268982132,ak +2122,99664,0.07858124400000001,10.0,,4613.347672752,ak +2122,99669,0.27909653,10.0,,16385.19908324,ak +2122,99672,0.059000344,10.0,,3463.792195552,ak +2122,99682,0.008296118,10.0,,487.048495544,ak +2130,99901,1.0,10.0,,13901.0,ak +2150,99550,0.013920433999999999,10.0,,180.93780113199998,ak +2150,99615,0.9503260309999999,10.0,,12352.337750937999,ak +2150,99624,0.003809803,10.0,,49.519819394,ak +2150,99643,0.018243095,10.0,,237.12374881000002,ak +2150,99644,0.013700637,10.0,,178.080879726,ak +2164,99548,0.040572792,10.0,,64.59188486400001,ak +2164,99549,0.06205250599999999,10.0,,98.78758955199999,ak +2164,99564,0.048528242,10.0,,77.256961264,ak +2164,99565,0.059665870999999995,10.0,,94.988066632,ak +2164,99579,0.066030231,10.0,,105.12012775199999,ak +2164,99606,0.265712013,10.0,,423.01352469600005,ak +2164,99625,0.060461416,10.0,,96.254574272,ak +2164,99640,0.120127287,10.0,,191.242640904,ak +2164,99647,0.015910899,10.0,,25.330151208,ak +2164,99648,0.06841686599999999,10.0,,108.91965067199999,ak +2164,99649,0.07239459,10.0,,115.25218727999999,ak +2164,99653,0.120127287,10.0,,191.242640904,ak +2164,99695,0.0,10.0,,0.0,ak +2170,99645,0.29441055,10.0,11260.0,31889.66754435,ak +2170,99652,0.030775329,10.0,11260.0,3333.491311293,ak +2170,99654,0.60076189,10.0,11260.0,65072.72563913,ak +2170,99667,0.0008315039999999999,10.0,11260.0,90.06601876799999,ak +2170,99674,0.013961538,10.0,11260.0,1512.2719115460002,ak +2170,99676,0.01308169,10.0,11260.0,1416.96941573,ak +2170,99683,0.004321889000000001,10.0,11260.0,468.13405081300004,ak +2170,99688,0.025370551,10.0,11260.0,2748.061972667,ak +2170,99694,0.016485057,10.0,11260.0,1785.6119190690001,ak +2180,99659,0.047153652000000004,10.0,,471.725134608,ak +2180,99671,0.04765743099999999,10.0,,476.76493972399993,ak +2180,99684,0.070730479,10.0,,707.587711916,ak +2180,99739,0.030528967,10.0,,305.411785868,ak +2180,99742,0.060554156,10.0,,605.783776624,ak +2180,99753,0.027304786,10.0,,273.157079144,ak +2180,99762,0.43395466,10.0,,4341.28241864,ak +2180,99769,0.09279597,10.0,,928.3308838800001,ak +2180,99771,0.029622166000000002,10.0,,296.340148664,ak +2180,99772,0.060151134,10.0,,601.751944536,ak +2180,99778,0.022670025,10.0,,226.7909301,ak +2180,99783,0.017128463,10.0,,171.353143852,ak +2180,99784,0.018740554,10.0,,187.480502216,ak +2180,99785,0.041007557,10.0,,410.239600228,ak +2185,99510,0.096955456,10.0,,953.2660433919999,ak +2185,99519,0.047915815,10.0,,471.10829308,ak +2185,99721,0.027073967999999997,10.0,,266.19125337599996,ak +2185,99723,0.454842664,10.0,,4472.0130724480005,ak +2185,99734,0.148957908,10.0,,1464.554151456,ak +2185,99747,0.018185533,10.0,,178.80016045600001,ak +2185,99759,0.025643645,10.0,,252.12831764,ak +2185,99766,0.063853698,10.0,,627.809558736,ak +2185,99782,0.051900286,10.0,,510.28361195199994,ak +2185,99789,0.047915815,10.0,,471.10829308,ak +2185,99791,0.01675521,10.0,,164.73722472,ak +2188,99727,0.078889321,10.0,,601.215515341,ak +2188,99736,0.019981835,10.0,,152.281564535,ak +2188,99749,0.0387959,10.0,,295.6635539,ak +2188,99750,0.089269495,10.0,,680.322821395,ak +2188,99751,0.018554561,10.0,,141.40430938100002,ak +2188,99752,0.437264824,10.0,,3332.395223704,ak +2188,99761,0.054755417,10.0,,417.291032957,ak +2188,99763,0.077462047,10.0,,590.3382601870001,ak +2188,99770,0.108862073,10.0,,829.637858333,ak +2188,99773,0.037368626,10.0,,284.786298746,ak +2188,99786,0.0387959,10.0,,295.6635539,ak +2195,99830,0.150747403,10.0,,492.34101819800003,ak +2195,99833,0.82467697,10.0,,2693.39498402,ak +2195,99836,0.024575627000000003,10.0,,80.263997782,ak +2198,99918,0.025658807000000002,10.0,,159.161579821,ak +2198,99919,0.11945215,10.0,,740.96168645,ak +2198,99921,0.34431345399999996,10.0,,2135.7763551619996,ak +2198,99922,0.057212205,10.0,,354.887307615,ak +2198,99923,0.002600555,10.0,,16.131242665000002,ak +2198,99925,0.16071428599999998,10.0,,996.9107160579999,ak +2198,99926,0.283460472,10.0,,1758.305307816,ak +2198,99927,0.0065880719999999995,10.0,,40.865810616,ak +2220,99835,1.0,10.0,,8493.0,ak +2230,99840,1.0,10.0,,1183.0,ak +2240,99706,0.000564972,10.0,,3.8943519959999997,ak +2240,99732,0.0018361579999999998,10.0,,12.656637093999999,ak +2240,99737,0.680932203,10.0,,4693.665675279,ak +2240,99738,0.014548023,10.0,,100.279522539,ak +2240,99764,0.06200565,10.0,,427.40494545,ak +2240,99776,0.019915254,10.0,,137.275845822,ak +2240,99780,0.22019774,10.0,,1517.8230218200001,ak +2261,99566,0.010751509,10.0,,98.935385818,ak +2261,99573,0.059243005999999994,10.0,,545.1541412119999,ak +2261,99574,0.34130554,10.0,,3140.6935790800003,ak +2261,99586,0.033132199999999994,10.0,,304.88250439999996,ak +2261,99588,0.088096544,10.0,,810.6643978879999,ak +2261,99677,0.008557323,10.0,,78.74448624600001,ak +2261,99686,0.424574877,10.0,,3906.938018154,ak +2261,99693,0.034339002,10.0,,315.987496404,ak +2275,99903,0.0,10.0,,0.0,ak +2275,99929,1.0,10.0,,2502.0,ak +2282,99689,1.0,10.0,,579.0,ak +2290,99558,0.02225551,10.0,,116.39631729999999,ak +2290,99590,0.037663171,10.0,,196.97838433,ak +2290,99602,0.039161138,10.0,,204.81275173999998,ak +2290,99627,0.06591055,10.0,,344.7121765,ak +2290,99665,0.016049647,10.0,,83.93965381,ak +2290,99691,0.024395463,10.0,,127.58827149,ak +2290,99720,0.037235181,10.0,,194.73999663,ak +2290,99722,0.03274128,10.0,,171.23689439999998,ak +2290,99724,0.009843783,10.0,,51.48298509,ak +2290,99726,0.016477637,10.0,,86.17804151,ak +2290,99730,0.010485768999999999,10.0,,54.84057187,ak +2290,99733,0.015835652,10.0,,82.82045996,ak +2290,99740,0.114059491,10.0,,596.53113793,ak +2290,99741,0.109137599,10.0,,570.78964277,ak +2290,99745,0.019259576,10.0,,100.72758248000001,ak +2290,99746,0.08645409800000001,10.0,,452.15493254000006,ak +2290,99748,0.03680719,10.0,,192.50160369999998,ak +2290,99754,0.013267708000000001,10.0,,69.39011284,ak +2290,99756,0.017761608999999998,10.0,,92.89321506999998,ak +2290,99757,0.0029959340000000004,10.0,,15.668734820000003,ak +2290,99758,0.049004922,10.0,,256.29574206,ak +2290,99765,0.05499679,10.0,,287.6332117,ak +2290,99767,0.012839718,10.0,,67.15172514,ak +2290,99768,0.044297025,10.0,,231.67344075,ak +2290,99774,0.002353948,10.0,,12.311148039999999,ak +2290,99777,0.051786861,10.0,,270.84528302999996,ak +2290,99781,0.030173336000000002,10.0,,157.80654728000002,ak +2290,99788,0.024609459,10.0,,128.70747057,ak +2290,99790,0.002139953,10.0,,11.19195419,ak +4001,85920,0.005851265,12.0,,420.629887055,az +4001,85924,0.036347948,12.0,,2612.944937876,az +4001,85925,0.066574988,12.0,,4785.876162356,az +4001,85927,0.001779647,12.0,,127.933483889,az +4001,85932,0.005096263,12.0,,366.355058281,az +4001,85936,0.059955239,12.0,,4310.002265993,az +4001,85938,0.029822575,12.0,,2143.855449025,az +4001,85940,0.017863884,12.0,,1284.181029108,az +4001,86028,0.0,293.0,,0.0,az +4001,86502,0.017392008,293.0,,1250.259279096,az +4001,86503,0.150231893,293.0,,10799.720092091,az +4001,86504,0.09441568199999999,293.0,,6787.260131933999,az +4001,86505,0.10788437699999999,293.0,,7755.484209398999,az +4001,86506,0.015706736000000002,293.0,,1129.110130832,az +4001,86507,0.029889985,293.0,,2148.701351695,az +4001,86508,0.00978806,293.0,,703.63426922,az +4001,86511,0.049317802,293.0,,3545.308832374,az +4001,86512,0.038950008,293.0,,2799.999225096,az +4001,86514,0.03958367,293.0,,2845.55128529,az +4001,86515,0.06298872900000001,293.0,,4528.070761623,az +4001,86520,0.022771396,293.0,,1636.967344252,az +4001,86535,0.017499865,12.0,,1258.012795255,az +4001,86538,0.02731489,293.0,,1963.58549743,az +4001,86540,0.01406191,293.0,,1010.86852417,az +4001,86544,0.015841557,293.0,,1138.802008059,az +4001,86545,0.018511028,293.0,,1330.702269836,az +4001,86547,0.016610042,293.0,,1194.046089254,az +4001,86556,0.027948552,293.0,,2009.137557624,az +4003,85602,0.070401459,15.0,43420.0,8865.092520198,az +4003,85603,0.052764074,15.0,43420.0,6644.157726228,az +4003,85605,0.004021604,15.0,43420.0,506.40841888799997,az +4003,85606,0.008105559,15.0,43420.0,1020.668200398,az +4003,85607,0.12011036,15.0,43420.0,15124.53675192,az +4003,85608,0.038797571,15.0,43420.0,4885.467735462001,az +4003,85609,0.0015509679999999998,15.0,43420.0,195.30099249599996,az +4003,85610,0.007622343,15.0,43420.0,959.8206752460001,az +4003,85613,0.042710063,15.0,43420.0,5378.136553086,az +4003,85615,0.07358912599999999,15.0,43420.0,9266.489924172,az +4003,85616,0.041961857000000005,15.0,43420.0,5283.9209571540005,az +4003,85617,0.009594176,15.0,43420.0,1208.117830272,az +4003,85620,0.004980243,15.0,43420.0,627.122159046,az +4003,85625,0.017232107,15.0,43420.0,2169.901377654,az +4003,85626,0.008464074,15.0,43420.0,1065.813126228,az +4003,85627,0.009687702,15.0,43420.0,1219.894811244,az +4003,85630,0.015548645,15.0,43420.0,1957.91647569,az +4003,85632,0.006320778000000001,15.0,43420.0,795.9250073160001,az +4003,85635,0.263173482,15.0,43420.0,33139.331200404005,az +4003,85638,0.014582213,15.0,43420.0,1836.221425386,az +4003,85643,0.066052515,15.0,43420.0,8317.46479383,az +4003,85650,0.122729079,15.0,43420.0,15454.291085838,az +4005,85931,0.001482055,12.0,22380.0,212.63932318,az +4005,86001,0.336134392,12.0,22380.0,48227.218026592,az +4005,86003,2.1899999999999997e-05,12.0,22380.0,3.1421243999999997,az +4005,86004,0.261352685,12.0,22380.0,37497.837833059995,az +4005,86011,0.066612154,12.0,22380.0,9557.245407304,az +4005,86015,0.003431358,12.0,22380.0,492.31752040799995,az +4005,86016,0.000299331,12.0,22380.0,42.946814556,az +4005,86017,0.006337061999999999,12.0,22380.0,909.2163075119998,az +4005,86018,0.006278655,12.0,22380.0,900.83630478,az +4005,86020,0.016178489,12.0,22380.0,2321.224887764,az +4005,86022,0.014988465,423.0,22380.0,2150.4850043399997,az +4005,86023,0.018142394,12.0,22380.0,2602.998121544,az +4005,86024,0.004738195,12.0,22380.0,679.81726582,az +4005,86035,0.015295096999999999,12.0,22380.0,2194.4793371719998,az +4005,86036,0.002920305,12.0,22380.0,418.99368018,az +4005,86038,0.00018982,12.0,22380.0,27.23461432,az +4005,86040,0.079001548,12.0,22380.0,11334.826100848,az +4005,86044,0.024545163,12.0,22380.0,3521.641806588,az +4005,86045,0.08493706699999999,12.0,22380.0,12186.430624891998,az +4005,86046,0.038445814,12.0,22380.0,5516.051609464001,az +4005,86052,0.001861694,423.0,22380.0,267.108408344,az +4005,86053,0.016696843,12.0,22380.0,2395.596246268,az +4005,86435,0.000109511,12.0,22380.0,15.712200236000001,az +4007,85135,0.009370763,15.0,,506.18987573400005,az +4007,85501,0.259590079,12.0,,14022.536887421998,az +4007,85539,0.091614164,12.0,,4948.813910952,az +4007,85541,0.434883165,12.0,,23491.51880697,az +4007,85544,0.049585294,12.0,,2678.498411292,az +4007,85545,0.010367653000000001,12.0,,560.039879754,az +4007,85550,0.099569344,12.0,,5378.5368241920005,az +4007,85553,0.032578356,12.0,,1759.8176344080002,az +4007,85554,0.012441184,12.0,,672.047877312,az +4009,85530,0.048420494,12.0,,1880.5067254780001,az +4009,85531,0.011069817,15.0,,429.91848282899997,az +4009,85535,0.0,15.0,,0.0,az +4009,85536,0.009954871,15.0,,386.61732502700005,az +4009,85542,0.096177329,12.0,,3735.238926373,az +4009,85543,0.09835412800000001,15.0,,3819.7792691360005,az +4009,85546,0.551234404,15.0,,21408.290548148,az +4009,85551,0.01032652,15.0,,401.05105724000003,az +4009,85552,0.174462437,15.0,,6775.597665769,az +4011,85533,0.371028824,15.0,,3524.031770352,az +4011,85534,0.290974122,15.0,,2763.672210756,az +4011,85540,0.334104776,15.0,,3173.327162448,az +4011,85922,0.0038922790000000002,15.0,,36.968865942,az +4012,85325,0.060045408,12.0,,1267.438472064,az +4012,85328,0.014588667,12.0,,307.937583036,az +4012,85334,0.045360128,12.0,,957.461581824,az +4012,85344,0.518863823,12.0,,10952.177575884,az +4012,85346,0.217042655,12.0,,4581.33636174,az +4012,85348,0.110864209,12.0,,2340.121723572,az +4012,85357,0.016520941,12.0,,348.724022628,az +4012,85371,0.016714168,12.0,,352.802658144,az +4013,85003,0.001971577,12.0,38060.0,8843.339077878,az +4013,85004,0.00153436,12.0,38060.0,6882.23982504,az +4013,85006,0.006598309,12.0,38060.0,29596.147564926,az +4013,85007,0.003454417,12.0,38060.0,15494.490373638,az +4013,85008,0.014751586,12.0,38060.0,66166.970366604,az +4013,85009,0.011600434,12.0,38060.0,52032.749069676,az +4013,85012,0.001642083,12.0,38060.0,7365.422077362,az +4013,85013,0.00489487,12.0,38060.0,21955.51842618,az +4013,85014,0.006415413000000001,12.0,38060.0,28775.783285982005,az +4013,85015,0.009335895,12.0,38060.0,41875.354135530004,az +4013,85016,0.008235475,12.0,38060.0,36939.51486165,az +4013,85017,0.009834,12.0,38060.0,44109.561276,az +4013,85018,0.009093985,12.0,38060.0,40790.28763479,az +4013,85019,0.006243055,12.0,38060.0,28002.68629977,az +4013,85020,0.008145315,12.0,38060.0,36535.10993541,az +4013,85021,0.009836108,12.0,38060.0,44119.016528711996,az +4013,85022,0.012043038,12.0,38060.0,54018.011247732,az +4013,85023,0.008076465,12.0,38060.0,36226.28918151,az +4013,85024,0.005778438,12.0,38060.0,25918.686703332,az +4013,85027,0.008556771999999999,12.0,38060.0,38380.664923608,az +4013,85028,0.004540553,12.0,38060.0,20366.259993942,az +4013,85029,0.010762531,12.0,38060.0,48274.407222834,az +4013,85031,0.007666413,12.0,38060.0,34387.036199982,az +4013,85032,0.017055467,12.0,38060.0,76500.83045833801,az +4013,85033,0.015399567,12.0,38060.0,69073.43341573799,az +4013,85034,0.001117516,12.0,38060.0,5012.5219116240005,az +4013,85035,0.013659127,12.0,38060.0,61266.839473578,az +4013,85037,0.013012785,12.0,38060.0,58367.728017990004,az +4013,85040,0.008280203,12.0,38060.0,37140.138459042,az +4013,85041,0.014634261,12.0,38060.0,65640.719169054,az +4013,85042,0.010905851000000001,12.0,38060.0,48917.256757314004,az +4013,85043,0.009310369,12.0,38060.0,41760.859457766004,az +4013,85044,0.009706605,11.0,38060.0,43538.14195947,az +4013,85045,0.0016540270000000002,12.0,38060.0,7418.995862178001,az +4013,85048,0.00825538,12.0,38060.0,37028.79702732,az +4013,85050,0.007176971999999999,12.0,38060.0,32191.690686407997,az +4013,85051,0.010313839,12.0,38060.0,46261.837844346,az +4013,85053,0.007019836,12.0,38060.0,31486.870672104,az +4013,85054,0.001614918,12.0,38060.0,7243.575806051999,az +4013,85083,0.004591136,12.0,38060.0,20593.145690304,az +4013,85085,0.0052014140000000006,12.0,38060.0,23330.495175396,az +4013,85086,0.009899337,12.0,38060.0,44402.624770518,az +4013,85087,0.001992888,12.0,38060.0,8938.927735632,az +4013,85142,0.015428137,11.0,38060.0,69201.581693718,az +4013,85201,0.012064817,11.0,38060.0,54115.699079238,az +4013,85202,0.009190468,11.0,38060.0,41223.053833752005,az +4013,85203,0.009149252,11.0,38060.0,41038.183010328,az +4013,85204,0.016223653,11.0,38060.0,72769.80029734201,az +4013,85205,0.009875685,11.0,38060.0,44296.53575859,az +4013,85206,0.008641546,11.0,38060.0,38760.911410044,az +4013,85207,0.011645163,11.0,38060.0,52233.377152482,az +4013,85208,0.008891184,11.0,38060.0,39880.641190176,az +4013,85209,0.009414346,11.0,38060.0,42227.239349244,az +4013,85210,0.009582489,11.0,38060.0,42981.430315446,az +4013,85212,0.00789755,11.0,38060.0,35423.7813357,az +4013,85213,0.00864178,11.0,38060.0,38761.96099692,az +4013,85215,0.003964465,11.0,38060.0,17782.266813510003,az +4013,85224,0.010381986,11.0,38060.0,46567.505352203996,az +4013,85225,0.016408188,11.0,38060.0,73597.516169832,az +4013,85226,0.009105929,11.0,38060.0,40843.861419606,az +4013,85233,0.008262874,11.0,38060.0,37062.410719836,az +4013,85234,0.011684271000000001,11.0,38060.0,52408.792723194005,az +4013,85248,0.007798725,11.0,38060.0,34980.51029715,az +4013,85249,0.009145271,11.0,38060.0,41020.326577194,az +4013,85250,0.004152982,12.0,38060.0,18627.843604548,az +4013,85251,0.009736112,12.0,38060.0,43670.493070368,az +4013,85253,0.004365853,12.0,38060.0,19582.658168142003,az +4013,85254,0.01085035,12.0,38060.0,48668.3117949,az +4013,85255,0.009747821,12.0,38060.0,43723.012782894,az +4013,85256,0.001372774,12.0,38060.0,6157.459718436,az +4013,85257,0.007814416,12.0,38060.0,35050.890928224,az +4013,85258,0.0058901430000000005,12.0,38060.0,26419.729874202003,az +4013,85259,0.005415222,12.0,38060.0,24289.512571908,az +4013,85260,0.009117638,12.0,38060.0,40896.381132132,az +4013,85262,0.0027038640000000003,12.0,38060.0,12127.949439696002,az +4013,85263,0.000608873,12.0,38060.0,2731.047478422,az +4013,85264,0.00032504400000000003,12.0,38060.0,1457.956908216,az +4013,85266,0.0030296109999999998,12.0,38060.0,13589.059593953998,az +4013,85268,0.005810521,12.0,38060.0,26062.592240694,az +4013,85281,0.015288096000000001,11.0,38060.0,68573.439831744,az +4013,85282,0.012797806,11.0,38060.0,57403.458201684,az +4013,85283,0.011971144,11.0,38060.0,53695.536893616,az +4013,85284,0.004436575999999999,11.0,38060.0,19899.880102463998,az +4013,85286,0.010064904,11.0,38060.0,45145.261310256,az +4013,85295,0.010716866,11.0,38060.0,48069.580792524,az +4013,85296,0.0102204,11.0,38060.0,45842.7252456,az +4013,85297,0.0077347940000000006,11.0,38060.0,34693.753294716,az +4013,85298,0.007256594,11.0,38060.0,32548.828319916,az +4013,85301,0.015994623,12.0,38060.0,71742.505928922,az +4013,85302,0.009468911,12.0,38060.0,42471.985964154,az +4013,85303,0.007816992,12.0,38060.0,35062.445354688,az +4013,85304,0.0064976109999999995,12.0,38060.0,29144.475345953997,az +4013,85305,0.0029881609999999996,12.0,38060.0,13403.139183653999,az +4013,85306,0.005902789,12.0,38060.0,26476.452419646,az +4013,85307,0.002625647,12.0,38060.0,11777.113812858,az +4013,85308,0.015469353,12.0,38060.0,69386.452517142,az +4013,85309,0.00015947799999999998,12.0,38060.0,715.324853892,az +4013,85310,0.00460144,12.0,38060.0,20639.36339616,az +4013,85320,0.000346589,14.0,38060.0,1554.595152846,az +4013,85322,0.00014659799999999998,12.0,38060.0,657.5527215719999,az +4013,85323,0.010025795,12.0,38060.0,44969.841254130006,az +4013,85326,0.014284861000000001,12.0,38060.0,64073.515517454005,az +4013,85331,0.007003209,12.0,38060.0,31412.291693526,az +4013,85335,0.008197303000000001,12.0,38060.0,36768.297638442,az +4013,85337,0.000625031,12.0,38060.0,2803.522797834,az +4013,85338,0.011361803,12.0,38060.0,50962.390241442,az +4013,85339,0.010831147,12.0,38060.0,48582.178389857996,az +4013,85340,0.007852353000000001,12.0,38060.0,35221.054079142006,az +4013,85342,0.00032317099999999997,14.0,38060.0,1449.555727794,az +4013,85343,4.57e-05,12.0,38060.0,204.9834198,az +4013,85345,0.01329919,14.0,38060.0,59652.37301466001,az +4013,85351,0.006816332,14.0,38060.0,30574.070981448,az +4013,85353,0.009793018,12.0,38060.0,43925.740039452,az +4013,85354,0.001767371,12.0,38060.0,7927.390626594,az +4013,85355,0.0029003429999999997,12.0,38060.0,13009.239097001999,az +4013,85361,0.0013449070000000002,14.0,38060.0,6032.464686498001,az +4013,85363,0.001580025,14.0,38060.0,7087.066255350001,az +4013,85373,0.004470064,14.0,38060.0,20050.087646496002,az +4013,85374,0.011172584,14.0,38060.0,50113.664689776,az +4013,85375,0.006734837,14.0,38060.0,30208.532167518,az +4013,85377,0.000772566,12.0,38060.0,3465.278352324,az +4013,85379,0.011191787,12.0,38060.0,50199.798094818,az +4013,85381,0.005958992,14.0,38060.0,26728.546142688,az +4013,85382,0.009263299000000001,14.0,38060.0,41549.73102078601,az +4013,85383,0.011781223,12.0,38060.0,52843.662581322,az +4013,85387,0.002494271,14.0,38060.0,11187.838063194,az +4013,85388,0.006886821,12.0,38060.0,30890.243328893997,az +4013,85390,0.0020387879999999997,14.0,38060.0,9144.808238231999,az +4013,85392,0.009099372,12.0,38060.0,40814.450560008,az +4013,85395,0.006957544,12.0,38060.0,31207.465263216003,az +4013,85396,0.004469361,12.0,38060.0,20046.934400454,az +4015,85360,0.000760312,12.0,29420.0,161.323760472,az +4015,86021,0.029354856000000002,423.0,29420.0,6228.542700936,az +4015,86401,0.125300348,12.0,29420.0,26586.353138988,az +4015,86403,0.088308258,12.0,29420.0,18737.334490698002,az +4015,86404,0.080539431,12.0,29420.0,17088.937009011,az +4015,86406,0.112072873,12.0,29420.0,23779.734266013,az +4015,86409,0.137236267,12.0,29420.0,29118.928368327,az +4015,86411,0.001057613,12.0,29420.0,224.405383953,az +4015,86413,0.061283075,12.0,29420.0,13003.104136575,az +4015,86426,0.07109402,279.0,29420.0,15084.800257619998,az +4015,86429,0.03773778,279.0,29420.0,8007.23989818,az +4015,86431,0.002237071,12.0,29420.0,474.66396185100007,az +4015,86432,0.018203617,423.0,29420.0,3862.461658677,az +4015,86433,0.0,279.0,29420.0,0.0,az +4015,86434,0.008075875,12.0,29420.0,1713.547233375,az +4015,86436,0.005258823,279.0,29420.0,1115.822322963,az +4015,86437,0.000560486,12.0,29420.0,118.924479966,az +4015,86438,0.004079365,279.0,29420.0,865.5637450649999,az +4015,86440,0.03572003,279.0,29420.0,7579.11168543,az +4015,86441,0.011716599,12.0,29420.0,2486.039692419,az +4015,86442,0.163520633,279.0,29420.0,34695.971430573,az +4015,86443,0.0,12.0,29420.0,0.0,az +4015,86444,0.00480556,12.0,29420.0,1019.6485263600001,az +4015,86445,0.001077108,12.0,29420.0,228.541852548,az +4017,85901,0.165069424,12.0,,18310.160787776,az +4017,85911,0.019994781,12.0,,2217.9010876439997,az +4017,85912,0.0026275770000000003,12.0,,291.461351148,az +4017,85923,0.004220321,12.0,,468.134886604,az +4017,85926,0.004076344,12.0,,452.164381856,az +4017,85928,0.011941077,12.0,,1324.552025148,az +4017,85929,0.066652269,12.0,,7393.336286556,az +4017,85930,0.012031063,12.0,,1334.533632212,az +4017,85933,0.023927148,12.0,,2654.0949647519997,az +4017,85934,0.002897533,12.0,,321.405950492,az +4017,85935,0.043481,12.0,,4823.086444,az +4017,85937,0.07012571,12.0,,7778.62425604,az +4017,85939,0.038225846,12.0,,4240.163741704,az +4017,85941,0.10032484800000001,12.0,,11128.433439552002,az +4017,85942,0.0007828739999999999,12.0,,86.839515576,az +4017,86025,0.050931800000000006,12.0,,5649.5589832000005,az +4017,86029,0.0015747460000000001,12.0,,174.67712530400001,az +4017,86030,0.013776782,12.0,,1528.175766568,az +4017,86031,0.015333531000000001,12.0,,1700.856592644,az +4017,86032,0.015189554,12.0,,1684.886087896,az +4017,86033,0.066652269,12.0,,7393.336286556,az +4017,86034,0.017340208,12.0,,1923.4452321919998,az +4017,86039,0.011455156000000001,12.0,,1270.6517241440001,az +4017,86042,0.01962584,12.0,,2176.97667616,az +4017,86043,0.025537887999999998,12.0,,2832.764688512,az +4017,86047,0.138514699,12.0,,15364.604471875999,az +4017,86054,0.015459511,12.0,,1714.830798164,az +4017,86510,0.042230200999999995,293.0,,4684.342815724,az +4019,85321,0.004319223,12.0,46060.0,4523.431544217,az +4019,85341,0.0,15.0,46060.0,0.0,az +4019,85601,0.000638494,15.0,46060.0,668.681357826,az +4019,85614,0.023342585,15.0,46060.0,24446.199076214998,az +4019,85619,0.000155176,15.0,46060.0,162.512566104,az +4019,85622,0.006160576,15.0,46060.0,6451.841872704,az +4019,85629,0.025067309,15.0,46060.0,26252.466302211,az +4019,85633,4.45e-05,15.0,46060.0,46.6039155,az +4019,85634,0.0065598819999999995,15.0,46060.0,6870.026661077999,az +4019,85641,0.026133771,15.0,46060.0,27369.349559109,az +4019,85645,0.0023819970000000003,15.0,46060.0,2494.615436163,az +4019,85653,0.017769106,15.0,46060.0,18609.211562574,az +4019,85654,0.0,15.0,46060.0,0.0,az +4019,85658,0.011451378,15.0,46060.0,11992.787700462,az +4019,85701,0.005284871,15.0,46060.0,5534.734416009,az +4019,85704,0.031975101,15.0,46060.0,33486.851800179,az +4019,85705,0.055794085,15.0,46060.0,58431.973544715,az +4019,85706,0.054708843,15.0,46060.0,57295.422388197,az +4019,85707,0.000657273,15.0,46060.0,688.348210167,az +4019,85708,0.003978232,15.0,46060.0,4166.318830728,az +4019,85710,0.054027849,15.0,46060.0,56582.231672871,az +4019,85711,0.03906179,15.0,46060.0,40908.59236941,az +4019,85712,0.033221449,15.0,46060.0,34792.125887271,az +4019,85713,0.046098071,15.0,46060.0,48277.541698809,az +4019,85714,0.015510656999999999,15.0,46060.0,16243.985352303,az +4019,85715,0.016937878,15.0,46060.0,17738.683933962,az +4019,85716,0.029960781000000002,15.0,46060.0,31377.296764899,az +4019,85718,0.026091271,15.0,46060.0,27324.840201609,az +4019,85719,0.047806981,15.0,46060.0,50067.247254698996,az +4019,85723,0.0,15.0,46060.0,0.0,az +4019,85724,0.0,15.0,46060.0,0.0,az +4019,85726,0.0,15.0,46060.0,0.0,az +4019,85730,0.037774918,15.0,46060.0,39560.878348121994,az +4019,85735,0.011143003,15.0,46060.0,11669.833038837,az +4019,85736,0.004558411,15.0,46060.0,4773.928113669,az +4019,85737,0.021541755,15.0,46060.0,22560.227634644998,az +4019,85741,0.034809776,15.0,46060.0,36455.547399504,az +4019,85742,0.02757483,15.0,46060.0,28878.540387570003,az +4019,85743,0.029865897000000002,15.0,46060.0,31277.926744263,az +4019,85745,0.038956033,15.0,46060.0,40797.835284207,az +4019,85746,0.044302184,15.0,46060.0,46396.746957336,az +4019,85747,0.025477487000000004,15.0,46060.0,26682.037107873002,az +4019,85748,0.018158528,15.0,46060.0,19017.045045312,az +4019,85749,0.018594404,15.0,46060.0,19473.528826716,az +4019,85750,0.024249918,15.0,46060.0,25396.429873121997,az +4019,85755,0.016243047,15.0,46060.0,17011.002019113,az +4019,85756,0.041534718,15.0,46060.0,43498.437932322,az +4019,85757,0.020075987,15.0,46060.0,21025.159589373,az +4021,85118,0.031423988,11.0,38060.0,14542.675982532,az +4021,85119,0.054646285,11.0,38060.0,25289.699588865,az +4021,85120,0.077403602,11.0,38060.0,35821.535565978,az +4021,85121,0.004080152,11.0,38060.0,1888.249463928,az +4021,85122,0.140857757,12.0,38060.0,65187.420504273,az +4021,85123,0.028836159,12.0,38060.0,13345.057187451,az +4021,85128,0.040765004,12.0,38060.0,18865.595436156,az +4021,85131,0.047196842999999995,12.0,38060.0,21842.179775127,az +4021,85132,0.089524769,11.0,38060.0,41431.078320741,az +4021,85137,0.006271165,15.0,38060.0,2902.226179185,az +4021,85138,0.089188814,12.0,38060.0,41275.602042246,az +4021,85139,0.04426819,12.0,38060.0,20486.83138191,az +4021,85140,0.11394238599999999,11.0,38060.0,52731.282874553995,az +4021,85141,0.000976218,11.0,38060.0,451.782952002,az +4021,85143,0.093081513,11.0,38060.0,43077.100319757,az +4021,85145,0.009160867,12.0,38060.0,4239.5484780629995,az +4021,85147,0.008644760999999999,11.0,38060.0,4000.7002984289998,az +4021,85172,0.005044198,12.0,38060.0,2334.399348222,az +4021,85173,0.007420229,11.0,38060.0,3434.0003586810003,az +4021,85192,0.004722849,15.0,38060.0,2185.682565861,az +4021,85193,0.012359745,12.0,38060.0,5719.954028805,az +4021,85194,0.018190272,12.0,38060.0,8418.257788608,az +4021,85618,0.004756932,15.0,38060.0,2201.4558033480002,az +4021,85623,0.012992703999999999,15.0,38060.0,6012.880491456,az +4021,85631,0.009180342,15.0,38060.0,4248.561293838,az +4021,85739,0.045064257999999996,15.0,38060.0,20855.242895561998,az +4023,85611,0.017856383,15.0,,830.286096734,az +4023,85621,0.47405610200000003,15.0,,22042.660630796003,az +4023,85624,0.028008342999999998,15.0,,1302.3319328139999,az +4023,85637,0.026497255,15.0,,1232.06936299,az +4023,85640,0.005427149,15.0,,252.351574202,az +4023,85646,0.027369855,15.0,,1272.64351779,az +4023,85648,0.420784915,15.0,,19565.656977669998,az +4025,85324,0.013922173000000001,12.0,39150.0,3273.0889501270003,az +4025,85332,0.007430718,14.0,39150.0,1746.954371082,az +4025,85362,0.003072358,14.0,39150.0,722.3082934419999,az +4025,86301,0.100593404,12.0,39150.0,23649.408686996,az +4025,86303,0.075465901,12.0,39150.0,17741.957859199,az +4025,86305,0.079898876,12.0,39150.0,18784.145848723998,az +4025,86313,0.0010402130000000001,12.0,39150.0,244.55303608700004,az +4025,86314,0.170875798,12.0,39150.0,40172.729234002,az +4025,86315,0.033690605,12.0,39150.0,7920.627544895,az +4025,86320,0.008975676,12.0,39150.0,2110.172451924,az +4025,86321,0.009730598,12.0,39150.0,2287.653859202,az +4025,86322,0.05267778,12.0,39150.0,12384.49340022,az +4025,86323,0.071954634,12.0,39150.0,16916.462498766,az +4025,86324,0.020141503999999998,12.0,39150.0,4735.247448896,az +4025,86325,0.023916116,12.0,39150.0,5622.654955484,az +4025,86326,0.109792923,12.0,39150.0,25812.206404377,az +4025,86327,0.039545642,12.0,39150.0,9297.140888558,az +4025,86329,0.0046304829999999995,12.0,39150.0,1088.6219228169998,az +4025,86331,0.001953142,12.0,39150.0,459.181731058,az +4025,86332,0.007944241,14.0,39150.0,1867.683114859,az +4025,86333,0.032553832000000005,12.0,39150.0,7653.373349368001,az +4025,86334,0.019096902,12.0,39150.0,4489.662563297999,az +4025,86335,0.023543044,12.0,39150.0,5534.946101355999,az +4025,86336,0.051738516,12.0,39150.0,12163.673373083999,az +4025,86337,0.005727754,12.0,39150.0,1346.589237646,az +4025,86338,0.002036535,12.0,39150.0,478.787341965,az +4025,86343,0.000298458,12.0,39150.0,70.167177342,az +4025,86351,0.027752175,12.0,39150.0,6524.508590325,az +4027,85333,0.0034386079999999997,12.0,49740.0,735.129688496,az +4027,85336,0.002120875,12.0,49740.0,453.415503625,az +4027,85347,0.003265475,12.0,49740.0,698.116103825,az +4027,85349,0.14810059,12.0,49740.0,31661.98083433,az +4027,85350,0.10727494,12.0,49740.0,22933.98759778,az +4027,85352,0.002452713,12.0,49740.0,524.358154131,az +4027,85356,0.023512381000000002,12.0,49740.0,5026.641396847001,az +4027,85364,0.35772099700000004,12.0,49740.0,76476.09878563901,az +4027,85365,0.24378044899999998,12.0,49740.0,52117.090850363,az +4027,85367,0.10833297300000001,12.0,49740.0,23160.181298751002,az +5001,72003,0.037117788,19.0,,649.041640968,ar +5001,72026,0.016165913,19.0,,282.677154718,ar +5001,72038,0.002765222,19.0,,48.352671892,ar +5001,72042,0.272108482,19.0,,4758.088916252,ar +5001,72048,0.00600904,19.0,,105.07407344,ar +5001,72055,0.048125499,19.0,,841.522475514,ar +5001,72073,0.057697421,19.0,,1008.897103606,ar +5001,72140,0.02424887,19.0,,424.01574081999996,ar +5001,72160,0.529433661,19.0,,9257.676996246,ar +5001,72166,0.006328104,19.0,,110.653226544,ar +5003,71635,0.572682001,19.0,,11257.210093657,ar +5003,71642,0.029167655,19.0,,573.348594335,ar +5003,71646,0.290301162,19.0,,5706.449941434,ar +5003,71658,0.034621769,19.0,,680.5601132329999,ar +5003,71661,0.02096277,19.0,,412.06516989,ar +5003,71663,0.024187811,19.0,,475.459800827,ar +5003,71676,0.028076832000000003,19.0,,551.906286624,ar +5005,72537,0.017022961,270.0,,713.806800652,ar +5005,72544,0.01543943,270.0,,647.40617876,ar +5005,72617,0.0014598179999999999,19.0,,61.213088375999995,ar +5005,72623,0.026078781000000002,270.0,,1093.535444892,ar +5005,72626,0.032957245,270.0,,1381.96319734,ar +5005,72635,0.096941805,270.0,,4064.96376726,ar +5005,72642,0.050425574,270.0,,2114.445168968,ar +5005,72651,0.027390143,270.0,,1148.5234762759999,ar +5005,72653,0.692324822,270.0,,29030.564436104,ar +5005,72658,0.039959422,270.0,,1675.578483304,ar +5007,72712,0.216668875,21.0,22220.0,60481.166436375,ar +5007,72714,0.052015949000000006,21.0,22220.0,14519.784019809002,ar +5007,72715,0.063921715,21.0,22220.0,17843.171446815002,ar +5007,72718,0.012198893,21.0,22220.0,3405.2111909130003,ar +5007,72719,0.048763447,21.0,22220.0,13611.877359027001,ar +5007,72722,0.014218656999999999,21.0,22220.0,3969.010133637,ar +5007,72732,0.018129691,21.0,22220.0,5060.740075431,ar +5007,72734,0.034006722,21.0,22220.0,9492.670385802001,ar +5007,72736,0.028622022999999996,21.0,22220.0,7989.580122242999,ar +5007,72739,0.002589956,21.0,22220.0,722.962907796,ar +5007,72745,0.054682198,21.0,22220.0,15264.043431918,ar +5007,72747,0.001268878,21.0,22220.0,354.195873798,ar +5007,72751,0.028983412000000004,21.0,22220.0,8090.458609092001,ar +5007,72756,0.16661647400000001,21.0,22220.0,46509.48916883401,ar +5007,72758,0.163709299,21.0,22220.0,45697.977432159,ar +5007,72761,0.089692779,21.0,22220.0,25036.932022839,ar +5007,72768,0.003911034,21.0,22220.0,1091.729941794,ar +5009,72601,0.844750125,21.0,,31620.686679000002,ar +5009,72630,0.0070164730000000005,21.0,,262.640617336,ar +5009,72644,0.06938820799999999,21.0,,2597.3394018559998,ar +5009,72662,0.07884519400000001,21.0,,2951.333301808,ar +5011,71631,0.033988789,19.0,,365.82133600699996,ar +5011,71647,0.20099653,19.0,,2163.32565239,ar +5011,71651,0.008630661,19.0,,92.89180434299999,ar +5011,71671,0.75638402,19.0,,8140.96120726,ar +5013,71711,0.020164302,19.0,,104.63256307799999,ar +5013,71744,0.683096838,19.0,,3544.589492382,ar +5013,71745,0.09733632099999999,19.0,,505.0781696689999,ar +5013,71766,0.199402539,19.0,,1034.699774871,ar +5015,72611,0.061415127,21.0,,1742.96130426,ar +5015,72616,0.391669571,21.0,,11115.58242498,ar +5015,72631,0.129278494,270.0,,3668.9236597199997,ar +5015,72632,0.148902056,270.0,,4225.84034928,ar +5015,72638,0.251028233,21.0,,7124.18125254,ar +5015,72660,0.017706518,21.0,,502.51098084,ar +5017,71638,0.325443262,19.0,,3292.834924916,ar +5017,71640,0.275088652,19.0,,2783.346980936,ar +5017,71653,0.399468085,19.0,,4041.8180840299997,ar +5019,71743,0.182867587,19.0,,4081.60454184,ar +5019,71772,0.00038478199999999996,19.0,,8.58833424,ar +5019,71923,0.7383483240000001,19.0,,16479.93459168,ar +5019,71962,0.025299408,19.0,,564.68278656,ar +5019,71998,0.01846953,19.0,,412.23990960000003,ar +5019,71999,0.034630369,19.0,,772.9498360800001,ar +5021,72422,0.30038299,273.0,,4370.87288749,ar +5021,72424,0.006207079,273.0,,90.319206529,ar +5021,72430,0.025488642000000002,18.0,,370.88522974200004,ar +5021,72435,0.024300053,18.0,,353.590071203,ar +5021,72441,0.005018489,18.0,,73.02403343900001,ar +5021,72453,0.010961437,18.0,,159.499869787,ar +5021,72454,0.326003698,18.0,,4743.679809598,ar +5021,72456,0.029318542000000003,18.0,,426.61410464200003,ar +5021,72461,0.25647121,18.0,,3731.91257671,ar +5021,72464,0.002047015,18.0,,29.786115265000003,ar +5021,72470,0.013800845,273.0,,200.816095595,ar +5023,72044,0.026801072000000002,19.0,,667.855913168,ar +5023,72067,0.10568422699999999,19.0,,2633.545252613,ar +5023,72130,0.033401336000000004,19.0,,832.3278917840001,ar +5023,72131,0.189567583,19.0,,4723.834600777001,ar +5023,72179,0.014800592,19.0,,368.815952048,ar +5023,72523,0.047441897999999996,19.0,,1182.2046562619998,ar +5023,72530,0.051282050999999995,19.0,,1277.897428869,ar +5023,72543,0.483059322,19.0,,12037.355244918,ar +5023,72546,0.009720389,19.0,,242.22237349099998,ar +5023,72581,0.03824153,19.0,,952.9406860700001,ar +5025,71652,0.121137045,19.0,38220.0,963.7663300199999,ar +5025,71660,0.115269266,19.0,38220.0,917.0822802959999,ar +5025,71665,0.763593689,19.0,38220.0,6075.151389684001,ar +5027,71740,0.056606845,19.0,,1327.826763165,ar +5027,71752,0.034387336,19.0,,806.623740552,ar +5027,71753,0.687828104,19.0,,16134.383835528,ar +5027,71770,0.14613600300000001,19.0,,3427.9122223710006,ar +5027,71861,0.075041712,219.0,,1760.253438384,ar +5029,72027,0.069802128,19.0,,1455.0951602880002,ar +5029,72030,0.031371183999999996,19.0,,653.9637016639999,ar +5029,72063,0.106592423,19.0,,2222.025649858,ar +5029,72080,0.018295713999999998,19.0,,381.392454044,ar +5029,72107,0.008451825,19.0,,176.18674395,ar +5029,72110,0.570349011,19.0,,11889.495483306,ar +5029,72127,0.107785622,19.0,,2246.8990762119997,ar +5029,72156,0.019638063,19.0,,409.375061298,ar +5029,72157,0.06771403,19.0,,1411.56666938,ar +5031,72401,0.549638599,18.0,27860.0,60642.725904868,ar +5031,72404,0.247761194,18.0,27860.0,27335.988056407998,ar +5031,72411,0.023139022000000002,18.0,27860.0,2552.974575304,ar +5031,72414,0.0033136209999999997,18.0,27860.0,365.59843217199995,ar +5031,72416,0.050164272999999995,18.0,27860.0,5534.724568635999,ar +5031,72417,0.047160424000000006,18.0,27860.0,5203.303900768001,ar +5031,72419,0.01484089,18.0,27860.0,1637.42507548,ar +5031,72421,0.005528959,18.0,27860.0,610.021104388,ar +5031,72427,0.003078945,18.0,27860.0,339.70615974,ar +5031,72437,0.033380268,18.0,27860.0,3682.9117289759997,ar +5031,72447,0.019384211000000002,18.0,27860.0,2138.698768052,ar +5031,72467,0.002609594,18.0,27860.0,287.921725208,ar +5033,72921,0.22442410100000001,16.0,22900.0,14196.395356957,ar +5033,72932,0.02583107,16.0,22900.0,1633.99599499,ar +5033,72934,0.012216761000000001,16.0,22900.0,772.7956505770001,ar +5033,72935,0.007443117,16.0,22900.0,470.829252069,ar +5033,72946,0.058131682999999996,16.0,22900.0,3677.2358715309997,ar +5033,72947,0.061821836,16.0,22900.0,3910.663879852,ar +5033,72948,0.004114128,16.0,22900.0,260.247394896,ar +5033,72952,0.042491717000000005,16.0,22900.0,2687.8985422690002,ar +5033,72955,0.00423975,16.0,22900.0,268.19386575,ar +5033,72956,0.559285838,16.0,22900.0,35378.744254366,ar +5035,72301,0.509322069,379.0,32820.0,24424.539818895,ar +5035,72325,0.001435765,379.0,32820.0,68.852110575,ar +5035,72327,0.039702027,379.0,32820.0,1903.910704785,ar +5035,72331,0.064588622,379.0,32820.0,3097.34736801,ar +5035,72332,0.00104041,379.0,32820.0,49.892861550000006,ar +5035,72339,0.002621832,379.0,32820.0,125.72995356000001,ar +5035,72364,0.328436473,379.0,32820.0,15750.171062715,ar +5035,72376,0.036518374,379.0,32820.0,1751.23862517,ar +5035,72384,0.016334428999999998,379.0,32820.0,783.3175426949999,ar +5037,72324,0.130290653,379.0,,2139.242231607,ar +5037,72347,0.038122299,18.0,,625.930027281,ar +5037,72373,0.054342035,379.0,,892.241872665,ar +5037,72396,0.7772450129999999,379.0,,12761.585868446999,ar +5039,71725,0.079500657,19.0,,557.220104913,ar +5039,71742,0.709724047,19.0,,4974.455845423,ar +5039,71763,0.21077529600000003,19.0,,1477.3240496640003,ar +5041,71630,0.039189296,19.0,,445.22959185599996,ar +5041,71639,0.459741905,19.0,,5223.127782705,ar +5041,71654,0.33979890700000004,19.0,,3860.4553824270006,ar +5041,71662,0.0159924,19.0,,181.68965640000002,ar +5041,71666,0.0029293009999999996,19.0,,33.279788661,ar +5041,71670,0.091995883,19.0,,1045.165226763,ar +5041,71674,0.050352308,19.0,,572.052571188,ar +5041,72379,0.0,379.0,,0.0,ar +5043,71655,0.8808999190000001,19.0,,16049.115624261001,ar +5043,71675,0.107967065,19.0,,1967.051957235,ar +5043,71677,0.011133016,19.0,,202.832418504,ar +5045,72032,0.275011275,19.0,30780.0,34653.345728925,ar +5045,72034,0.411110656,19.0,30780.0,51802.820430592,ar +5045,72035,0.013701775,19.0,30780.0,1726.519562425,ar +5045,72039,0.020491165,19.0,30780.0,2582.030228155,ar +5045,72047,0.0069123859999999995,19.0,30780.0,871.0090227019999,ar +5045,72058,0.13839531,19.0,30780.0,17438.77782717,ar +5045,72061,0.00097577,19.0,30780.0,122.95385039,ar +5045,72106,0.046271165999999996,19.0,30780.0,5830.490814162,ar +5045,72111,0.012414415,19.0,30780.0,1564.303190905,ar +5045,72173,0.074650486,19.0,30780.0,9406.483789402,ar +5045,72181,6.56e-05,19.0,30780.0,8.266059199999999,ar +5047,72821,0.100753866,16.0,22900.0,1784.85473619,ar +5047,72928,0.041820283,16.0,22900.0,740.846313345,ar +5047,72930,0.017993727,16.0,22900.0,318.758873805,ar +5047,72933,0.320695537,16.0,22900.0,5681.121437954999,ar +5047,72949,0.518736587,16.0,22900.0,9189.418638705001,ar +5049,72515,0.0,270.0,,0.0,ar +5049,72520,0.018068778,19.0,,225.444143106,ar +5049,72531,0.100738294,270.0,,1256.911694238,ar +5049,72538,0.035457548,270.0,,442.403826396,ar +5049,72539,0.018651642,270.0,,232.716537234,ar +5049,72554,0.234019817,270.0,,2919.865256709,ar +5049,72576,0.38031863200000005,19.0,,4745.235571464001,ar +5049,72578,0.007868660999999999,270.0,,98.17728329699999,ar +5049,72583,0.204876627,270.0,,2556.245675079,ar +5051,71901,0.284996438,19.0,26300.0,28324.655987068003,ar +5051,71909,0.14995963,19.0,26300.0,14903.887787180001,ar +5051,71913,0.44701971,19.0,26300.0,44427.50089806,ar +5051,71933,0.008473047,19.0,26300.0,842.1022491419999,ar +5051,71949,0.020147233,19.0,26300.0,2002.352898938,ar +5051,71956,0.016005698999999998,19.0,26300.0,1590.742400814,ar +5051,71964,0.034766089,19.0,26300.0,3455.262521354,ar +5051,71968,0.038632154,19.0,26300.0,3839.4952574440003,ar +5053,72057,0.053813814,19.0,30780.0,982.90931271,ar +5053,72084,0.08018018,19.0,30780.0,1464.4909877,ar +5053,72128,0.054234234000000006,19.0,30780.0,990.5882840100002,ar +5053,72129,0.066726727,19.0,30780.0,1218.763668655,ar +5053,72150,0.745045045,19.0,30780.0,13608.247746925,ar +5055,72412,0.011255748000000001,18.0,,510.16677810000004,ar +5055,72425,0.009768708000000001,18.0,,442.76669010000006,ar +5055,72436,0.02052115,18.0,,930.1211237499999,ar +5055,72443,0.07327675,18.0,,3321.2686937500002,ar +5055,72450,0.8851776440000001,18.0,,40120.6767143,ar +5057,71801,0.812419146,22.0,,17493.009051672,ar +5057,71825,0.034833022000000005,22.0,,750.0246297040001,ar +5057,71838,0.045421877,22.0,,978.023855564,ar +5057,71847,0.02855637,22.0,,614.87575884,ar +5057,71855,0.02812515,22.0,,605.5907298000001,ar +5057,71859,0.026160701,22.0,,563.292213932,ar +5057,71862,0.024483732999999997,22.0,,527.183738956,ar +5059,71921,0.107904125,19.0,,3644.030205375,ar +5059,71929,0.131784546,19.0,,4450.495902966,ar +5059,71941,0.065125741,19.0,,2199.3613993110002,ar +5059,72104,0.695185589,19.0,,23477.112526119003,ar +5061,71833,0.150223305,22.0,,1983.24807261,ar +5061,71851,0.141426445,22.0,,1867.1119268900002,ar +5061,71852,0.66470429,22.0,,8775.42603658,ar +5061,71971,0.04364596,22.0,,576.21396392,ar +5063,72165,0.00335233,19.0,,126.80188225,ar +5063,72501,0.732707565,19.0,,27714.663646125002,ar +5063,72522,0.014582635,19.0,,551.588168875,ar +5063,72524,0.009889373,19.0,,374.065533725,ar +5063,72526,0.005922449000000001,19.0,,224.01663342500004,ar +5063,72527,0.019946363,19.0,,754.4711804750001,ar +5063,72534,0.043300927,19.0,,1637.857563775,ar +5063,72550,0.01419153,19.0,,536.79462225,ar +5063,72553,0.001452676,19.0,,54.9474697,ar +5063,72562,0.061487317,19.0,,2325.757765525,ar +5063,72564,0.011174433000000001,19.0,,422.672928225,ar +5063,72568,0.032349983,19.0,,1223.638106975,ar +5063,72571,0.008576377,19.0,,324.401460025,ar +5063,72579,0.041066041,19.0,,1553.323000825,ar +5065,72512,0.172418563,19.0,,2349.892595127,ar +5065,72517,0.020195034,19.0,,275.238118386,ar +5065,72519,0.26205131800000003,19.0,,3571.4974130220003,ar +5065,72528,0.000484128,19.0,,6.598180512,ar +5065,72536,0.028701847000000003,19.0,,391.177472763,ar +5065,72540,0.015007953999999999,19.0,,204.543405066,ar +5065,72556,0.22345943699999998,19.0,,3045.5286668729996,ar +5065,72561,0.054706410999999996,19.0,,745.5936755189999,ar +5065,72565,0.047375337000000003,19.0,,645.678467973,ar +5065,72566,0.041220001,19.0,,561.787393629,ar +5065,72573,0.017290269,19.0,,235.649076201,ar +5065,72577,0.056297115999999994,19.0,,767.2733939639999,ar +5065,72584,0.0218549,19.0,,297.8604321,ar +5065,72585,0.033750605,19.0,,459.986995545,ar +5065,72587,0.005187081,19.0,,70.694726949,ar +5067,72005,0.008666189,19.0,,144.890013891,ar +5067,72014,0.003323125,19.0,,55.559326875000004,ar +5067,72112,0.714537043,19.0,,11946.344821917,ar +5067,72169,0.008731348,19.0,,145.97940721199998,ar +5067,72431,0.027171433999999998,19.0,,454.27920504599996,ar +5067,72471,0.073695185,19.0,,1232.109798015,ar +5067,72473,0.163875676,19.0,,2739.837427044,ar +5069,71601,0.207245702,19.0,38220.0,13848.986790448,ar +5069,71602,0.22422473199999998,19.0,38220.0,14983.593491168,ar +5069,71603,0.447476414,19.0,38220.0,29902.163889135998,ar +5069,71659,0.001128175,19.0,38220.0,75.38916619999999,ar +5069,72004,0.014384228,19.0,38220.0,961.2116518720001,ar +5069,72079,0.01071766,19.0,38220.0,716.19691184,ar +5069,72132,0.051472973,19.0,38220.0,3439.6299477519997,ar +5069,72152,0.004343473,19.0,38220.0,290.24823975199996,ar +5069,72168,0.034902906000000004,19.0,38220.0,2332.3517905440003,ar +5069,72175,0.004103736,19.0,38220.0,274.228054464,ar +5071,72830,0.6082038439999999,19.0,,16164.841765831998,ar +5071,72832,0.045676935,19.0,,1214.00157843,ar +5071,72839,0.011898704,19.0,,316.243754912,ar +5071,72840,0.08536537599999999,19.0,,2268.840963328,ar +5071,72845,0.039845003999999996,19.0,,1059.000516312,ar +5071,72846,0.17437081699999998,19.0,,4634.427574226,ar +5071,72852,0.004501155,19.0,,119.63169758999999,ar +5071,72854,0.030138166,19.0,,801.012175948,ar +5073,71826,0.19234989800000002,22.0,,1274.1257243520001,ar +5073,71827,0.12133563300000001,19.0,,803.727232992,ar +5073,71845,0.340178711,22.0,,2253.3437816640003,ar +5073,71860,0.34613575799999996,19.0,,2292.8032609919997,ar +5075,72410,0.019054676,18.0,,312.611014456,ar +5075,72415,0.08108823400000001,18.0,,1330.333567004,ar +5075,72433,0.158947758,18.0,,2607.696917748,ar +5075,72434,0.10929974099999999,18.0,,1793.171550846,ar +5075,72440,0.016461123,18.0,,270.061183938,ar +5075,72445,0.003969724,18.0,,65.127291944,ar +5075,72457,0.009739056999999999,18.0,,159.778969142,ar +5075,72458,0.035992166,18.0,,590.487475396,ar +5075,72459,0.073042926,19.0,,1198.342243956,ar +5075,72466,0.085322606,18.0,,1399.8026740359999,ar +5075,72469,0.051077119000000004,19.0,,837.9712143140001,ar +5075,72476,0.34970624,18.0,,5737.28057344,ar +5075,72572,0.006298629,19.0,,103.335307374,ar +5077,72311,0.013371428999999999,379.0,,118.43074665299999,ar +5077,72320,0.181714286,379.0,,1609.443431102,ar +5077,72341,0.0232,379.0,,205.48239999999998,ar +5077,72360,0.653485714,379.0,,5787.922968898,ar +5077,72368,0.12822857099999999,379.0,,1135.7204533469999,ar +5079,71643,0.078293696,19.0,38220.0,1019.6970967039999,ar +5079,71644,0.401132503,19.0,38220.0,5224.349719072,ar +5079,71667,0.5205738010000001,19.0,38220.0,6779.953184224,ar +5081,71820,0.005959572,22.0,45500.0,73.058393148,ar +5081,71822,0.688008376,22.0,45500.0,8434.294681383999,ar +5081,71836,0.22863815699999998,22.0,45500.0,2802.8751666629996,ar +5081,71853,0.016348553999999998,22.0,45500.0,200.41692348599997,ar +5081,71865,0.012805025,22.0,45500.0,156.976801475,ar +5081,71866,0.048240316,22.0,45500.0,591.378033844,ar +5083,72826,0.002076281,16.0,,44.569447946000004,ar +5083,72835,0.028165199999999998,19.0,,604.5941832,ar +5083,72851,0.028436019,16.0,,610.407583854,ar +5083,72855,0.273030919,16.0,,5860.881707254,ar +5083,72863,0.082193636,16.0,,1764.368590376,ar +5083,72865,0.070503272,16.0,,1513.423236752,ar +5083,72927,0.376348454,16.0,,8078.695913564,ar +5083,72943,0.098081697,16.0,,2105.421707802,ar +5083,72951,0.041164523,16.0,,883.637650718,ar +5085,72007,0.190415285,19.0,30780.0,13959.154128065,ar +5085,72024,0.09375897300000001,19.0,30780.0,6873.376551657001,ar +5085,72037,0.000913576,19.0,30780.0,66.973342984,ar +5085,72046,0.10871551300000001,19.0,30780.0,7969.825542517001,ar +5085,72072,0.011980893000000001,19.0,30780.0,878.3072849370001,ar +5085,72083,0.005116024,19.0,30780.0,375.050603416,ar +5085,72086,0.267625486,19.0,30780.0,19619.356753174,ar +5085,72142,0.065464227,19.0,30780.0,4799.117017143,ar +5085,72176,0.25601002300000003,19.0,30780.0,18767.838776107,ar +5087,72721,0.024131767000000002,21.0,22220.0,400.00816979200005,ar +5087,72738,0.15819714,21.0,22220.0,2622.2757926400004,ar +5087,72740,0.6175944839999999,21.0,22220.0,10237.246166784,ar +5087,72742,0.042134831,21.0,22220.0,698.426958656,ar +5087,72752,0.023365679,21.0,22220.0,387.309495104,ar +5087,72760,0.018960674,21.0,22220.0,314.292132224,ar +5087,72773,0.080247702,21.0,22220.0,1330.185908352,ar +5087,72776,0.035367722000000004,21.0,22220.0,586.2553598720001,ar +5089,72619,0.14005209400000002,270.0,,2338.0296572360003,ar +5089,72634,0.289721499,270.0,,4836.610704306,ar +5089,72661,0.038469245,270.0,,642.20557603,ar +5089,72668,0.015761703999999998,21.0,,263.12588657599997,ar +5089,72672,0.018833901,270.0,,314.413143294,ar +5089,72677,0.025980097999999997,270.0,,433.71175601199997,ar +5089,72682,0.039738195,270.0,,663.38942733,ar +5089,72687,0.431443265,270.0,,7202.51386591,ar +5091,71834,0.027560045,22.0,45500.0,1192.164866565,ar +5091,71837,0.121392171,22.0,45500.0,5251.061140946999,ar +5091,71839,0.008546813,22.0,45500.0,369.709489941,ar +5091,71854,0.842500971,22.0,45500.0,36444.064502547,ar +5093,72315,0.514367005,379.0,,20909.533120255,ar +5093,72321,0.003315463,379.0,,134.776886413,ar +5093,72329,0.004538187,379.0,,184.481839737,ar +5093,72330,0.011239653999999998,379.0,,456.9031747539999,ar +5093,72338,0.000141084,379.0,,5.735205684,ar +5093,72350,0.025395034,379.0,,1032.333527134,ar +5093,72351,0.01577784,379.0,,641.38497384,ar +5093,72358,0.039033108,379.0,,1586.7348733079998,ar +5093,72370,0.182091798,379.0,,7402.213680498,ar +5093,72395,0.026429646,379.0,,1074.391539546,ar +5093,72426,0.004420617,379.0,,179.702501667,ar +5093,72428,0.0015754329999999998,379.0,,64.04292688299999,ar +5093,72438,0.06927200900000001,18.0,,2815.9764378590003,ar +5093,72442,0.10240312300000001,18.0,,4162.789353073001,ar +5095,72021,0.532558465,19.0,,3568.6742739650003,ar +5095,72029,0.267189469,19.0,,1790.436631769,ar +5095,72069,0.160761798,19.0,,1077.264808398,ar +5095,72108,0.010082621,19.0,,67.563643321,ar +5095,72134,0.029407646000000003,19.0,,197.06063584600003,ar +5097,71935,0.065652522,19.0,,589.953562692,ar +5097,71957,0.41486522600000003,19.0,,3727.9789208360003,ar +5097,71960,0.206164932,19.0,,1852.598078952,ar +5097,71961,0.123698959,19.0,,1111.558845574,ar +5097,71965,0.037896984,19.0,,340.54229822400004,ar +5097,71969,0.036028823,19.0,,323.755003478,ar +5097,71970,0.115692554,19.0,,1039.613290244,ar +5099,71722,0.007844069,22.0,,64.72925738800001,ar +5099,71835,0.144045638,22.0,,1188.664604776,ar +5099,71857,0.576539101,22.0,,4757.600661452,ar +5099,71858,0.271571191,22.0,,2241.005468132,ar +5101,72624,0.068234928,21.0,,529.025396784,ar +5101,72628,0.14238978,21.0,,1103.94796434,ar +5101,72640,0.045645739000000005,21.0,,353.89141446700006,ar +5101,72641,0.45723633,21.0,,3544.9532664900003,ar +5101,72648,0.102352391,21.0,,793.538087423,ar +5101,72655,0.054058265,21.0,,419.113728545,ar +5101,72666,0.021810251,21.0,,169.094876003,ar +5101,72670,0.013553513,21.0,,105.080386289,ar +5101,72683,0.050319364000000005,21.0,,390.12602909200007,ar +5101,72856,0.044399439000000006,19.0,,344.22885056700005,ar +5103,71701,0.736598965,19.0,,17223.15699963,ar +5103,71720,0.092393469,19.0,,2160.344092158,ar +5103,71726,0.053325368,19.0,,1246.853754576,ar +5103,71751,0.047232178,19.0,,1104.382785996,ar +5103,71764,0.07045002,19.0,,1647.26236764,ar +5105,72001,0.061328019000000004,19.0,30780.0,641.184438645,ar +5105,72016,0.278648428,19.0,30780.0,2913.26931474,ar +5105,72025,0.075822085,19.0,30780.0,792.719898675,ar +5105,72070,0.178277018,19.0,30780.0,1863.88622319,ar +5105,72125,0.07573149700000001,19.0,30780.0,791.7728011350001,ar +5105,72126,0.330192952,19.0,30780.0,3452.16731316,ar +5107,72328,0.004782229,379.0,,85.03759607799999,ar +5107,72333,0.036458066000000004,379.0,,648.2973296120001,ar +5107,72342,0.255360724,379.0,,4540.824394167999,ar +5107,72353,0.002365403,379.0,,42.061596146,ar +5107,72355,0.117498843,379.0,,2089.364426226,ar +5107,72366,0.11281945800000001,379.0,,2006.1556021560002,ar +5107,72367,0.002673934,379.0,,47.547894388,ar +5107,72374,0.037589345,379.0,,668.41373279,ar +5107,72383,0.0033424179999999998,379.0,,59.434876876,ar +5107,72389,0.010284363000000001,379.0,,182.87654286600002,ar +5107,72390,0.416825217,379.0,,7411.986008694001,ar +5109,71922,0.006222049,19.0,,66.687921182,ar +5109,71940,0.174411822,19.0,,1869.345908196,ar +5109,71943,0.442154385,19.0,,4739.01069843,ar +5109,71950,0.08730313,19.0,,935.7149473400001,ar +5109,71952,0.009333074,19.0,,100.03188713200001,ar +5109,71958,0.239062804,19.0,,2562.275133272,ar +5109,71959,0.041512736,22.0,,444.933504448,ar +5111,72354,0.100749003,18.0,27860.0,2370.422542584,ar +5111,72365,0.108808923,18.0,27860.0,2560.056340344,ar +5111,72377,0.00036636,18.0,27860.0,8.61971808,ar +5111,72386,0.083367256,379.0,27860.0,1961.4647991680001,ar +5111,72429,0.01379956,18.0,27860.0,324.67604768,ar +5111,72432,0.272449727,18.0,27860.0,6410.197176856,ar +5111,72472,0.370105023,18.0,27860.0,8707.830981144,ar +5111,72479,0.050354148,18.0,27860.0,1184.732394144,ar +5113,71937,0.098484098,16.0,,1966.1365324720002,ar +5113,71944,0.04017636,22.0,,802.08085104,ar +5113,71945,0.067769741,16.0,,1352.955109324,ar +5113,71953,0.688298821,16.0,,13741.197662444,ar +5113,71972,0.01867631,16.0,,372.85385284000006,ar +5113,71973,0.08659467,22.0,,1728.77599188,ar +5115,72679,0.000483604,19.0,,30.985475488,ar +5115,72801,0.307151103,19.0,,19679.785471416,ar +5115,72802,0.33947458700000005,19.0,,21750.815738264002,ar +5115,72823,0.093647624,19.0,,6000.190564928,ar +5115,72837,0.116143022,19.0,,7441.515705584,ar +5115,72843,0.039452747,19.0,,2527.8164057840004,ar +5115,72847,0.03751833,19.0,,2403.8744397600003,ar +5115,72858,0.066128982,19.0,,4237.016134704,ar +5117,72017,0.07421660299999999,19.0,,598.3342533859999,ar +5117,72040,0.397746014,19.0,,3206.628364868,ar +5117,72041,0.185816383,19.0,,1498.051679746,ar +5117,72064,0.310610225,19.0,,2504.13963395,ar +5117,72170,0.031610775,19.0,,254.84606805,ar +5119,72023,0.088695379,19.0,30780.0,34760.694679269,ar +5119,72076,0.0905153,19.0,30780.0,35473.9417383,ar +5119,72099,0.001557252,19.0,30780.0,610.304188572,ar +5119,72113,0.060310699999999995,19.0,30780.0,23636.4267477,ar +5119,72114,0.027788983,19.0,30780.0,10890.808116513,ar +5119,72116,0.052386067,19.0,30780.0,20530.675904037,ar +5119,72117,0.033755323999999996,19.0,30780.0,13229.082784163998,ar +5119,72118,0.049681983,19.0,30780.0,19470.915639513,ar +5119,72119,0.0,19.0,30780.0,0.0,ar +5119,72120,0.078120603,19.0,30780.0,30616.323642332998,ar +5119,72135,0.005766994,19.0,30780.0,2260.148385534,ar +5119,72201,0.002279592,19.0,30780.0,893.397180312,ar +5119,72202,0.023987317,19.0,30780.0,9400.893392787,ar +5119,72204,0.071241956,19.0,30780.0,27920.506217915998,ar +5119,72205,0.054508527,19.0,30780.0,21362.491325097002,ar +5119,72206,0.054311526,19.0,30780.0,21285.284466186,ar +5119,72207,0.023916958999999998,19.0,30780.0,9373.319318648999,ar +5119,72209,0.075085837,19.0,30780.0,29426.965464507,ar +5119,72210,0.040781722,19.0,30780.0,15982.805450742,ar +5119,72211,0.05222659,19.0,30780.0,20468.17511349,ar +5119,72212,0.029939586,19.0,30780.0,11733.653088846,ar +5119,72223,0.055287154000000005,19.0,30780.0,21667.643811294,ar +5119,72227,0.02785465,19.0,30780.0,10916.54373615,ar +5121,72413,0.029239051000000002,18.0,,525.074877858,ar +5121,72444,0.110655738,18.0,,1987.155743004,ar +5121,72449,0.018228529,18.0,,327.347923782,ar +5121,72455,0.751101052,18.0,,13488.272691816,ar +5121,72460,0.046550037,18.0,,835.945564446,ar +5121,72462,0.021592855,18.0,,387.76449009000004,ar +5121,72478,0.022632738,18.0,,406.438709004,ar +5123,72322,0.0048211109999999995,379.0,,120.49884833399999,ar +5123,72326,0.058034582,379.0,,1450.516342508,ar +5123,72335,0.6893464309999999,379.0,,17229.524696414,ar +5123,72340,0.008047269000000001,379.0,,201.13344138600002,ar +5123,72346,0.020444412,379.0,,510.98763352799995,ar +5123,72348,0.091093631,379.0,,2276.7942132139997,ar +5123,72359,0.016747019,379.0,,418.57499288599996,ar +5123,72372,0.07394787400000001,379.0,,1848.2531627560002,ar +5123,72392,0.019574437,379.0,,489.243478378,ar +5123,72394,0.017943234,379.0,,448.473190596,ar +5125,72002,0.148704845,19.0,30780.0,18206.975107265,ar +5125,72011,0.036826807,19.0,30780.0,4508.963768659,ar +5125,72015,0.255704082,19.0,30780.0,31307.640687834,ar +5125,72019,0.22248707399999998,19.0,30780.0,27240.649879337998,ar +5125,72022,0.14612396800000002,19.0,30780.0,17890.980270016003,ar +5125,72065,0.04462946,19.0,30780.0,5464.2971940200005,ar +5125,72087,0.018031845,19.0,30780.0,2207.765006265,ar +5125,72103,0.110146021,19.0,30780.0,13485.948373177,ar +5125,72122,0.004467233,19.0,30780.0,546.954606821,ar +5125,72167,0.012878664,19.0,30780.0,1576.824984168,ar +5127,72841,0.023690925,16.0,,243.566399925,ar +5127,72926,0.074353056,16.0,,764.423768736,ar +5127,72950,0.040699793,16.0,,418.434571833,ar +5127,72958,0.861256226,16.0,,8854.575259506,ar +5129,72633,0.152626812,21.0,,1202.851905372,ar +5129,72636,0.0006793480000000001,21.0,,5.3539415880000005,ar +5129,72639,0.093523551,270.0,,737.0591054309999,ar +5129,72650,0.453464674,21.0,,3573.755095794,ar +5129,72669,0.006000905999999999,21.0,,47.293140185999995,ar +5129,72675,0.138813406,21.0,,1093.988452686,ar +5129,72685,0.141077899,21.0,,1111.834922019,ar +5129,72686,0.013813406,21.0,,108.863452686,ar +5131,72901,0.164194169,16.0,22900.0,20988.448040763,ar +5131,72903,0.20455221199999998,16.0,22900.0,26147.295603323997,ar +5131,72904,0.17556296300000002,16.0,22900.0,22441.686871401,ar +5131,72908,0.10717806699999999,16.0,22900.0,13700.250770408999,ar +5131,72916,0.063588564,16.0,22900.0,8128.335370428,ar +5131,72923,0.038002911,16.0,22900.0,4857.798104397,ar +5131,72936,0.116332567,16.0,22900.0,14870.443041909,ar +5131,72937,0.025624775,16.0,22900.0,3275.538113925,ar +5131,72938,0.009397055,16.0,22900.0,1201.197349485,ar +5131,72940,0.022541977999999997,16.0,22900.0,2881.473421806,ar +5131,72941,0.042251537,16.0,22900.0,5400.887220099,ar +5131,72944,0.029004897999999998,16.0,22900.0,3707.6090966459997,ar +5131,72945,0.001768305,16.0,22900.0,226.037123235,ar +5133,71823,0.0022530329999999998,22.0,,38.317332230999995,ar +5133,71832,0.649220104,22.0,,11041.286308728,ar +5133,71841,0.059272097,22.0,,1008.040553679,ar +5133,71842,0.126920855,22.0,,2158.5429809849998,ar +5133,71846,0.162333911,22.0,,2760.8128243769997,ar +5135,72482,0.057231565,18.0,,998.23295673,ar +5135,72513,0.149495472,270.0,,2607.500022624,ar +5135,72521,0.277102199,19.0,,4833.2165549579995,ar +5135,72529,0.249107374,19.0,,4344.930817308,ar +5135,72532,0.054747736,19.0,,954.9100113119999,ar +5135,72542,0.19208279399999997,19.0,,3350.3080929479997,ar +5135,72569,0.020232859,19.0,,352.901526678,ar +5137,72051,0.061318713,19.0,,766.8518247779999,ar +5137,72533,0.029288703,19.0,,366.284519718,ar +5137,72555,0.012119463,19.0,,151.566004278,ar +5137,72560,0.647742029,19.0,,8100.661814674,ar +5137,72567,0.023156832000000002,19.0,,289.599340992,ar +5137,72645,0.144712163,19.0,,1809.770310478,ar +5137,72663,0.014139374,19.0,,176.827011244,ar +5137,72680,0.067522724,19.0,,844.4391863440001,ar +5139,71724,0.011135075,19.0,,430.72697115,ar +5139,71730,0.7773235690000001,19.0,,30068.430296058003,ar +5139,71747,0.027285951,19.0,,1055.475156582,ar +5139,71749,0.06252194400000001,19.0,,2418.4738378080006,ar +5139,71758,0.009605256999999999,19.0,,371.550551274,ar +5139,71759,0.013392185,19.0,,518.03650017,ar +5139,71762,0.054897928,19.0,,2123.561650896,ar +5139,71765,0.04383809,19.0,,1695.74499738,ar +5141,72013,0.13996789699999998,19.0,,2315.7688558649998,ar +5141,72031,0.46215088299999996,19.0,,7646.2863592349995,ar +5141,72088,0.17187801,19.0,,2843.72167545,ar +5141,72141,0.049309791,19.0,,815.830492095,ar +5141,72153,0.15223114,19.0,,2518.6642113,ar +5141,72629,0.024462279,19.0,,404.728406055,ar +5143,72701,0.18250440199999998,21.0,22220.0,43652.680401173995,ar +5143,72703,0.13529438800000002,21.0,22220.0,32360.658782556005,ar +5143,72704,0.112210034,21.0,22220.0,26839.181402358,ar +5143,72717,0.003278647,21.0,22220.0,784.209739989,ar +5143,72727,0.023665645,21.0,22220.0,5660.514630615,ar +5143,72729,0.0006900210000000001,21.0,22220.0,165.04405292700002,ar +5143,72730,0.033940692,21.0,22220.0,8118.172297404,ar +5143,72744,0.024744587999999998,21.0,22220.0,5918.583769956,ar +5143,72749,0.000510198,21.0,22220.0,122.032729026,ar +5143,72753,0.039176491,21.0,22220.0,9370.507352817,ar +5143,72762,0.16711065,21.0,22220.0,39970.69504155,ar +5143,72764,0.236050066,21.0,22220.0,56460.107136342,ar +5143,72769,0.004901243,21.0,22220.0,1172.313609441,ar +5143,72774,0.023945835,21.0,22220.0,5727.532436144999,ar +5143,72959,0.011977100000000001,21.0,22220.0,2864.7666177,ar +5145,72010,0.08019029400000001,19.0,,6315.226223382001,ar +5145,72012,0.15987917,19.0,,12590.96427501,ar +5145,72020,0.047133352999999996,19.0,,3711.892948809,ar +5145,72045,0.015128167,19.0,,1191.388535751,ar +5145,72060,0.007301145,19.0,,574.987072185,ar +5145,72068,0.005026416,19.0,,395.84533924799996,ar +5145,72081,0.08752812800000001,19.0,,6893.1026643840005,ar +5145,72082,0.024581743,19.0,,1935.886006479,ar +5145,72085,0.0029351340000000003,19.0,,231.15060790200002,ar +5145,72102,0.041348694,19.0,,3256.3336985819997,ar +5145,72121,0.040015654,19.0,,3151.352799462,ar +5145,72136,0.014369925,19.0,,1131.674703525,ar +5145,72137,0.031662752999999995,19.0,,2493.5367870089995,ar +5145,72139,0.00266608,19.0,,209.96179824,ar +5145,72143,0.44023334299999994,19.0,,34669.696461278996,ar +5145,72149,0.0,19.0,,0.0,ar +5147,72006,0.382327081,19.0,,2416.3071519200003,ar +5147,72036,0.10243259099999999,19.0,,647.37397512,ar +5147,72059,0.0030773740000000003,19.0,,19.44900368,ar +5147,72074,0.017584994,19.0,,111.13716208,ar +5147,72101,0.431711606,19.0,,2728.41734992,ar +5147,72123,0.062866354,19.0,,397.31535728,ar +5149,72824,0.090097403,19.0,,1922.768677423,ar +5149,72827,0.00748557,19.0,,159.74954937,ar +5149,72828,0.002029221,19.0,,43.305605361,ar +5149,72833,0.19011544,19.0,,4057.25360504,ar +5149,72834,0.47988816700000003,19.0,,10241.293371947,ar +5149,72838,0.0049603170000000005,19.0,,105.85812509700001,ar +5149,72842,0.059208153,19.0,,1263.561193173,ar +5149,72853,0.079861111,19.0,,1704.3159698509999,ar +5149,72857,0.058802309000000004,19.0,,1254.900076369,ar +5149,72860,0.027552309,19.0,,587.993826369,ar +6001,94501,0.038708234,65.0,41860.0,64694.194022986005,ca +6001,94502,0.008863550999999999,65.0,41860.0,14813.909829278999,ca +6001,94536,0.044778545,65.0,41860.0,74839.68083630501,ca +6001,94538,0.041295937000000005,65.0,41860.0,69019.097090273,ca +6001,94539,0.032014037,65.0,41860.0,53505.988445173,ca +6001,94541,0.040049984,65.0,41860.0,66936.69970873599,ca +6001,94542,0.008619817,65.0,41860.0,14406.550126793,ca +6001,94544,0.048040457,65.0,41860.0,80291.40895735301,ca +6001,94545,0.019720021,65.0,41860.0,32958.642977909,ca +6001,94546,0.026842268,65.0,41860.0,44862.260934172,ca +6001,94550,0.030618326,65.0,41860.0,51173.296175254,ca +6001,94551,0.027740203999999997,65.0,41860.0,46363.007411116,ca +6001,94552,0.009344349,65.0,41860.0,15617.481469821,ca +6001,94555,0.023274779,65.0,41860.0,38899.813111291,ca +6001,94560,0.028057301,65.0,41860.0,46892.980823029,ca +6001,94566,0.027835392999999996,65.0,41860.0,46522.099547296995,ca +6001,94568,0.032995036,65.0,41860.0,55145.560522843996,ca +6001,94577,0.029155922,65.0,41860.0,48729.137960338005,ca +6001,94578,0.024894215,65.0,41860.0,41606.423461735,ca +6001,94579,0.013362928999999999,65.0,41860.0,22333.850762641,ca +6001,94580,0.018153938999999997,65.0,41860.0,30341.204714930995,ca +6001,94586,0.000545067,65.0,41860.0,910.986284043,ca +6001,94587,0.045230847000000005,65.0,41860.0,75595.626285663,ca +6001,94588,0.022018517999999997,65.0,41860.0,36800.187670422,ca +6001,94601,0.031709066,65.0,41860.0,52996.281568714,ca +6001,94602,0.018148483,65.0,41860.0,30332.085943907,ca +6001,94603,0.020973857000000002,65.0,41860.0,35054.21544595301,ca +6001,94605,0.026138956,65.0,41860.0,43686.795192524005,ca +6001,94606,0.023223242999999998,65.0,41860.0,38813.67949994699,ca +6001,94607,0.015917892,65.0,41860.0,26604.034518468,ca +6001,94608,0.018364327,65.0,41860.0,30692.832280583,ca +6001,94609,0.013830388999999998,65.0,41860.0,23115.130216980997,ca +6001,94610,0.019096135,65.0,41860.0,31915.924213415,ca +6001,94611,0.023878657,65.0,41860.0,39909.091925153,ca +6001,94612,0.009738446999999999,65.0,41860.0,16276.148886062998,ca +6001,94613,0.000522027,65.0,41860.0,872.478863883,ca +6001,94618,0.010332018,65.0,41860.0,17268.201311922,ca +6001,94619,0.014738025,65.0,41860.0,24632.088585225,ca +6001,94621,0.021394631,65.0,41860.0,35757.467234599004,ca +6001,94702,0.010362939,65.0,41860.0,17319.880475931,ca +6001,94703,0.01330048,65.0,41860.0,22229.47793792,ca +6001,94704,0.017697999,65.0,41860.0,29579.178970670997,ca +6001,94705,0.008103246,65.0,41860.0,13543.190033933999,ca +6001,94706,0.012756626,65.0,41860.0,21320.518975954,ca +6001,94707,0.0072247119999999995,65.0,41860.0,12074.870682248,ca +6001,94708,0.006945206999999999,65.0,41860.0,11607.725870102999,ca +6001,94709,0.007118003,65.0,41860.0,11896.524835987,ca +6001,94710,0.00452363,65.0,41860.0,7560.47400427,ca +6001,94720,0.0018013279999999998,65.0,41860.0,3010.6117249119998,ca +6003,95646,0.067857143,77.0,,76.61071444699999,ca +6003,96120,0.932142857,280.0,,1052.389285553,ca +6005,95601,0.003799172,77.0,,151.024685344,ca +6005,95629,0.020974593,77.0,,833.782020936,ca +6005,95640,0.289607683,77.0,,11512.484614616,ca +6005,95642,0.18009128600000002,77.0,,7158.988801072001,ca +6005,95665,0.123050946,77.0,,4891.5212053919995,ca +6005,95666,0.134896974,77.0,,5362.424510448001,ca +6005,95669,0.061947603,77.0,,2462.541114456,ca +6005,95675,0.016014563,77.0,,636.610908376,ca +6005,95685,0.12429095300000001,77.0,,4940.813963656,ca +6005,95689,0.044798565,77.0,,1780.83255588,ca +6005,95699,0.000527663,77.0,,20.975659576,ca +6007,95914,0.003578972,31.0,17020.0,784.460556792,ca +6007,95916,0.005339915,31.0,17020.0,1170.43460919,ca +6007,95917,0.01769725,77.0,17020.0,3878.9894385000002,ca +6007,95926,0.171316403,31.0,17020.0,37550.157107958,ca +6007,95928,0.164931341,31.0,17020.0,36150.640908426,ca +6007,95930,0.000838753,31.0,17020.0,183.84291505800002,ca +6007,95938,0.01910249,31.0,17020.0,4186.99837314,ca +6007,95941,0.002182514,31.0,17020.0,478.376513604,ca +6007,95942,0.002762176,31.0,17020.0,605.4303087359999,ca +6007,95948,0.049064856,77.0,17020.0,10754.329527216,ca +6007,95954,0.059261634,31.0,17020.0,12989.320509924,ca +6007,95965,0.089847575,31.0,17020.0,19693.33057395,ca +6007,95966,0.128961571,31.0,17020.0,28266.570901206,ca +6007,95968,0.005651702,31.0,17020.0,1238.7739545719999,ca +6007,95969,0.12281364300000001,31.0,17020.0,26919.031154598004,ca +6007,95973,0.155652361,31.0,17020.0,34116.818398145995,ca +6007,95974,0.000281048,31.0,17020.0,61.601786928,ca +6007,95978,0.000715794,31.0,17020.0,156.89202368399998,ca +6009,95222,0.112468789,91.0,,5162.879759045,ca +6009,95223,0.06319464400000001,91.0,,2900.9501328200004,ca +6009,95224,0.0036679409999999996,91.0,,168.37683160499998,ca +6009,95225,0.010385134,91.0,,476.72957627000005,ca +6009,95226,0.000353536,91.0,,16.22907008,ca +6009,95228,0.099454228,58.0,,4565.44633634,ca +6009,95232,0.0036237490000000003,77.0,,166.34819784500002,ca +6009,95233,0.012528448999999999,91.0,,575.1184513449999,ca +6009,95245,0.04089975,91.0,,1877.50302375,ca +6009,95246,0.022803102000000002,91.0,,1046.77639731,ca +6009,95247,0.094350045,91.0,,4331.138815724999,ca +6009,95248,0.00417615,91.0,,191.70616575,ca +6009,95249,0.10725412599999999,91.0,,4923.500654029999,ca +6009,95251,0.012859889,91.0,,590.333204545,ca +6009,95252,0.346973949,91.0,,15927.839128845,ca +6009,95254,0.02543253,91.0,,1167.48028965,ca +6009,95255,0.030006408,77.0,,1377.4441592399999,ca +6009,95257,0.009567581,91.0,,439.19980580500004,ca +6011,95912,0.231077902,77.0,,4979.035554394,ca +6011,95932,0.35708685,77.0,,7694.15035695,ca +6011,95950,0.018172594,77.0,,391.564882918,ca +6011,95955,0.066186984,77.0,,1426.130944248,ca +6011,95970,0.025413957,31.0,,547.594531479,ca +6011,95979,0.019833034,31.0,,427.34238359799997,ca +6011,95987,0.282228679,77.0,,6081.181346413,ca +6013,94505,0.014412959,33.0,41860.0,16625.722943434,ca +6013,94506,0.022401237,33.0,41860.0,25840.409311662002,ca +6013,94507,0.013876386000000001,33.0,41860.0,16006.772037036,ca +6013,94509,0.059362658,33.0,41860.0,68476.369432108,ca +6013,94511,0.0017826620000000002,33.0,41860.0,2056.346966212,ca +6013,94513,0.055866510999999994,33.0,41860.0,64443.472967785994,ca +6013,94514,0.0012957560000000001,33.0,41860.0,1494.6882356560002,ca +6013,94516,0.000131261,33.0,41860.0,151.412976286,ca +6013,94517,0.01195182,33.0,41860.0,13786.73511732,ca +6013,94518,0.0252127,33.0,41860.0,29083.504980200003,ca +6013,94519,0.017845249,33.0,41860.0,20584.958697974,ca +6013,94520,0.034205833,33.0,41860.0,39457.317717157996,ca +6013,94521,0.038227909,33.0,41860.0,44096.886957134,ca +6013,94523,0.031126527,33.0,41860.0,35905.258184202,ca +6013,94525,0.0027440579999999997,81.0,41860.0,3165.3422485079996,ca +6013,94526,0.028858732,33.0,41860.0,33289.297689032,ca +6013,94528,0.000272277,33.0,41860.0,314.078598702,ca +6013,94530,0.022841137999999997,65.0,41860.0,26347.846552587995,ca +6013,94531,0.038835434,33.0,41860.0,44797.682840284004,ca +6013,94547,0.022476624,81.0,41860.0,25927.370176224,ca +6013,94548,0.000444335,33.0,41860.0,512.55197521,ca +6013,94549,0.026286732,33.0,41860.0,30322.428817032,ca +6013,94553,0.04407788,33.0,41860.0,50844.98060488,ca +6013,94556,0.014516726,33.0,41860.0,16745.420875876,ca +6013,94561,0.037170729,33.0,41860.0,42877.402340454,ca +6013,94563,0.017153468999999998,33.0,41860.0,19786.972481693996,ca +6013,94564,0.017028417,81.0,41860.0,19642.721748342,ca +6013,94565,0.08521392400000001,33.0,41860.0,98296.47689602402,ca +6013,94569,0.000181814,33.0,41860.0,209.727176164,ca +6013,94572,0.009233482,81.0,41860.0,10651.061557531999,ca +6013,94575,0.001037669,33.0,41860.0,1196.978170894,ca +6013,94582,0.037301989,33.0,41860.0,43028.814163214,ca +6013,94583,0.031131849,33.0,41860.0,35911.397249574,ca +6013,94595,0.015909153,33.0,41860.0,18351.621623478,ca +6013,94596,0.018466964,33.0,41860.0,21302.123115063998,ca +6013,94597,0.02016271,33.0,41860.0,23258.21021546,ca +6013,94598,0.024637991,33.0,41860.0,28420.563206266,ca +6013,94801,0.026569652000000003,81.0,41860.0,30648.784392952002,ca +6013,94803,0.023205653,81.0,41860.0,26768.324082478,ca +6013,94804,0.036815083,81.0,41860.0,42467.155432658,ca +6013,94805,0.012601029,81.0,41860.0,14535.614578253999,ca +6013,94806,0.057125018,81.0,41860.0,65895.193513468,ca +6013,94850,0.0,81.0,41860.0,0.0,ca +6015,95531,0.85581972,343.0,,23802.058052639997,ca +6015,95543,0.024212368999999997,343.0,,673.394406628,ca +6015,95548,0.044632439,343.0,,1241.317393468,ca +6015,95567,0.075335473,343.0,,2095.230175076,ca +6017,95614,0.021228931,77.0,40900.0,4093.8507408329997,ca +6017,95619,0.030409732999999998,77.0,40900.0,5864.304140919,ca +6017,95623,0.019990888999999998,77.0,40900.0,3855.1030074269997,ca +6017,95633,0.020671544,77.0,40900.0,3986.362559592,ca +6017,95634,0.018463435,77.0,40900.0,3560.544195705,ca +6017,95635,0.004325107,77.0,40900.0,834.066609201,ca +6017,95636,0.005825763,77.0,40900.0,1123.457614209,ca +6017,95651,0.00438942,77.0,40900.0,846.46892106,ca +6017,95664,0.008516226,77.0,40900.0,1642.294570518,ca +6017,95667,0.19626443699999999,77.0,40900.0,37848.222824391,ca +6017,95672,0.027976525,77.0,40900.0,5395.077010575,ca +6017,95682,0.161540317,77.0,40900.0,31151.919351230998,ca +6017,95684,0.018136506,77.0,40900.0,3497.498226558,ca +6017,95709,0.028485677,77.0,40900.0,5493.263409711,ca +6017,95720,0.00044483699999999996,77.0,40900.0,85.783701591,ca +6017,95721,8.04e-05,77.0,40900.0,15.5045772,ca +6017,95726,0.043787014000000006,77.0,40900.0,8444.019140802002,ca +6017,95735,5.36e-05,77.0,40900.0,10.336384800000001,ca +6017,95762,0.227746067,77.0,40900.0,43919.234798481,ca +6017,96142,0.004325107,280.0,40900.0,834.066609201,ca +6017,96150,0.157338478,77.0,40900.0,30341.624112954,ca +6017,96155,0.0,77.0,40900.0,0.0,ca +6019,93210,0.018344954,43.0,23420.0,18328.461886354,ca +6019,93234,0.007388869,43.0,23420.0,7382.226406769,ca +6019,93242,0.003603855,43.0,23420.0,3600.615134355,ca +6019,93602,0.004037417,43.0,23420.0,4033.7873621169997,ca +6019,93605,0.000191337,43.0,23420.0,191.164988037,ca +6019,93606,0.000965845,43.0,23420.0,964.976705345,ca +6019,93608,0.0009566860000000001,43.0,23420.0,955.8259392860001,ca +6019,93609,0.005685155,43.0,23420.0,5680.0440456549995,ca +6019,93611,0.049333424,43.0,23420.0,49289.073251824004,ca +6019,93612,0.036079257999999996,43.0,23420.0,36046.822747057995,ca +6019,93616,0.002711288,43.0,23420.0,2708.850552088,ca +6019,93619,0.03812799,43.0,23420.0,38093.71293699,ca +6019,93621,9.570000000000001e-05,43.0,23420.0,95.61396570000001,ca +6019,93622,0.010579517,43.0,23420.0,10570.006014217,ca +6019,93624,0.001059478,43.0,23420.0,1058.525529278,ca +6019,93625,0.008001555,43.0,23420.0,7994.361602055001,ca +6019,93626,0.002018199,43.0,23420.0,2016.384639099,ca +6019,93627,0.000191337,43.0,23420.0,191.164988037,ca +6019,93628,0.000243242,43.0,23420.0,243.02332544200002,ca +6019,93630,0.020553473,43.0,23420.0,20534.995427773,ca +6019,93631,0.016639203999999998,43.0,23420.0,16624.245355603998,ca +6019,93634,2.14e-05,43.0,23420.0,21.380761399999997,ca +6019,93640,0.012952911999999999,43.0,23420.0,12941.267332111998,ca +6019,93641,0.000201515,43.0,23420.0,201.333838015,ca +6019,93646,0.011066002,43.0,23420.0,11056.053664202,ca +6019,93648,0.016481453,43.0,23420.0,16466.636173753,ca +6019,93650,0.003538719,43.0,23420.0,3535.5376916190003,ca +6019,93651,0.001948992,43.0,23420.0,1947.2398561920002,ca +6019,93652,0.00043356199999999997,43.0,23420.0,433.172227762,ca +6019,93654,0.031484114,43.0,23420.0,31455.809781514,ca +6019,93656,0.006435237,43.0,23420.0,6429.451721937,ca +6019,93657,0.035339353999999996,43.0,23420.0,35307.583920754,ca +6019,93660,0.004303049000000001,43.0,23420.0,4299.180558949,ca +6019,93662,0.031470884,43.0,23420.0,31442.591675284,ca +6019,93664,0.00041524199999999997,43.0,23420.0,414.868697442,ca +6019,93667,0.0024578679999999998,43.0,23420.0,2455.6583766679996,ca +6019,93668,0.001193821,43.0,23420.0,1192.747754921,ca +6019,93675,0.0038257240000000004,43.0,23420.0,3822.2846741240005,ca +6019,93701,0.01045637,43.0,23420.0,10446.969723369999,ca +6019,93702,0.044922493,43.0,23420.0,44882.107678793,ca +6019,93703,0.033585769,43.0,23420.0,33555.575393669,ca +6019,93704,0.029813986,43.0,23420.0,29787.183226586,ca +6019,93705,0.038376321,43.0,23420.0,38341.820687421,ca +6019,93706,0.041662637999999995,43.0,23420.0,41625.183288438,ca +6019,93710,0.033204113,43.0,23420.0,33174.262502413,ca +6019,93711,0.039029717,43.0,23420.0,38994.629284417,ca +6019,93720,0.04810907,43.0,23420.0,48065.81994607,ca +6019,93721,0.0077461,43.0,23420.0,7739.1362561,ca +6019,93722,0.084655476,43.0,23420.0,84579.37072707599,ca +6019,93723,0.013423113,43.0,23420.0,13411.045621413,ca +6019,93725,0.027458911000000003,43.0,23420.0,27434.225439011003,ca +6019,93726,0.043975985,43.0,23420.0,43936.450589485,ca +6019,93727,0.084391879,43.0,23420.0,84316.010700779,ca +6019,93728,0.01667279,43.0,23420.0,16657.80116179,ca +6019,93730,0.012137694,43.0,23420.0,12126.782213093999,ca +6021,95920,0.010150296,31.0,,288.197354328,ca +6021,95939,0.023968944,31.0,,680.5502269919999,ca +6021,95943,0.032338486,31.0,,918.1866329979999,ca +6021,95951,0.09929482199999999,31.0,,2819.277881046,ca +6021,95963,0.535757533,31.0,,15211.763634468998,ca +6021,95988,0.298489921,31.0,,8475.024326953,ca +6023,95501,0.172720381,73.0,,23413.629407598,ca +6023,95503,0.187705624,73.0,,25444.998978191998,ca +6023,95511,0.00213444,73.0,,289.34041752,ca +6023,95514,0.0008611360000000001,73.0,,116.733873888,ca +6023,95519,0.140571294,73.0,,19055.563472052003,ca +6023,95521,0.157963302,73.0,,21413.189292516,ca +6023,95524,0.01268888,73.0,,1720.07919504,ca +6023,95525,0.010547079,73.0,,1429.7409350819999,ca +6023,95526,0.001545629,73.0,,209.522375982,ca +6023,95528,0.010988686999999999,73.0,,1489.6044323459998,ca +6023,95536,0.021329683,73.0,,2891.409168114,ca +6023,95537,0.002392045,73.0,,324.26083611,ca +6023,95540,0.105286788,73.0,,14272.466407704002,ca +6023,95542,0.015250208000000001,62.0,,2067.287696064,ca +6023,95545,0.000743374,62.0,,100.770292692,ca +6023,95546,0.027733004,73.0,,3759.4305562319996,ca +6023,95547,0.0071982159999999995,73.0,,975.775764528,ca +6023,95549,0.007728146,73.0,,1047.612015468,ca +6023,95550,0.00052257,73.0,,70.83854406,ca +6023,95551,0.010112831,73.0,,1370.875144698,ca +6023,95553,0.0067198069999999995,62.0,,910.9235973059999,ca +6023,95554,0.00211236,62.0,,286.34729688000004,ca +6023,95555,0.0024803670000000002,73.0,,336.23358978600004,ca +6023,95556,0.004614807,73.0,,625.574007306,ca +6023,95558,0.003113339,73.0,,422.03800816200004,ca +6023,95559,0.00052993,62.0,,71.83625094,ca +6023,95560,0.010789963999999999,62.0,,1462.6659399119999,ca +6023,95562,0.025186396,73.0,,3414.217468968,ca +6023,95564,0.00317958,73.0,,431.01750564,ca +6023,95565,0.005682026999999999,73.0,,770.2442160659999,ca +6023,95569,0.002171241,73.0,,294.329087478,ca +6023,95570,0.016736956,73.0,,2268.8282814480003,ca +6023,95571,0.0019945979999999998,62.0,,270.383715684,ca +6023,95573,0.011437656000000001,73.0,,1550.4657720480002,ca +6023,95589,0.007227656,62.0,,979.766592048,ca +6025,92222,0.0,12.0,20940.0,0.0,ca +6025,92227,0.15495656300000002,80.0,20940.0,28080.453564045005,ca +6025,92231,0.227525471,80.0,20940.0,41231.028227265,ca +6025,92233,0.043311653,80.0,20940.0,7848.721198395,ca +6025,92243,0.28702356,80.0,20940.0,52012.9744254,ca +6025,92249,0.044903575,80.0,20940.0,8137.201343625,ca +6025,92250,0.051049532,80.0,20940.0,9250.94094138,ca +6025,92251,0.132970982,80.0,20940.0,24096.336503129998,ca +6025,92257,0.007573000999999999,80.0,20940.0,1372.3413762149999,ca +6025,92259,0.000534431,80.0,20940.0,96.846913665,ca +6025,92266,0.000614027,12.0,20940.0,111.27090280499999,ca +6025,92273,0.009687983,80.0,20940.0,1755.6078393450002,ca +6025,92275,0.013963431,80.0,20940.0,2530.383148665,ca +6025,92281,0.016254662,80.0,20940.0,2945.58857433,ca +6025,92283,0.009631129,12.0,20940.0,1745.305041735,ca +6027,92328,0.018155708,279.0,,327.510816612,ca +6027,92384,0.000666735,279.0,,12.027232665,ca +6027,92389,0.007487946999999999,279.0,,135.075075933,ca +6027,93513,0.086778131,280.0,,1565.390705109,ca +6027,93514,0.739152734,280.0,,13333.576168626001,ca +6027,93522,0.0028720890000000004,79.0,,51.809613471000006,ca +6027,93526,0.029233767999999997,280.0,,527.3479409519999,ca +6027,93530,0.00076931,279.0,,13.877583090000002,ca +6027,93545,0.097394605,279.0,,1756.901279595,ca +6027,93549,0.01353985,279.0,,244.24535415000003,ca +6027,93592,0.003949123,79.0,,71.23822979699999,ca +6029,93203,0.025706406,25.0,12540.0,23140.958094012,ca +6029,93205,0.0015642660000000001,25.0,12540.0,1408.155381732,ca +6029,93206,0.002226593,25.0,12540.0,2004.3834717859997,ca +6029,93215,0.062467787999999996,25.0,12540.0,56233.627693176,ca +6029,93220,6.56e-05,25.0,12540.0,59.0532512,ca +6029,93222,0.0016739,56.0,12540.0,1506.8481278000002,ca +6029,93224,0.000512003,25.0,12540.0,460.90612460600005,ca +6029,93225,0.0054432840000000005,56.0,12540.0,4900.055143368,ca +6029,93226,0.000203445,25.0,12540.0,183.14159589,ca +6029,93238,0.001147204,25.0,12540.0,1032.715335208,ca +6029,93240,0.007169176,25.0,12540.0,6453.706573552,ca +6029,93241,0.019026629,25.0,12540.0,17127.809479058,ca +6029,93243,0.002190425,56.0,12540.0,1971.8249658500001,ca +6029,93249,0.002359962,25.0,12540.0,2124.4425123240003,ca +6029,93250,0.018183462,25.0,12540.0,16368.788859324,ca +6029,93251,0.000258827,25.0,12540.0,232.99658305399998,ca +6029,93252,0.003094625,25.0,12540.0,2785.78761425,ca +6029,93255,0.000628419,25.0,12540.0,565.7040406379999,ca +6029,93263,0.024381753,25.0,12540.0,21948.502814106,ca +6029,93268,0.020303811,25.0,12540.0,18277.531269822,ca +6029,93276,0.000210227,25.0,12540.0,189.24676585400002,ca +6029,93280,0.031305665,25.0,12540.0,28181.422244330002,ca +6029,93283,0.002648176,25.0,12540.0,2383.893331552,ca +6029,93285,0.002356571,25.0,12540.0,2121.389927342,ca +6029,93287,0.00010850399999999999,25.0,12540.0,97.675517808,ca +6029,93301,0.013594647,25.0,12540.0,12237.928418694,ca +6029,93304,0.056485375,25.0,12540.0,50848.24754575,ca +6029,93305,0.043768932,25.0,12540.0,39400.880124264004,ca +6029,93306,0.08296148099999999,25.0,12540.0,74682.091119162,ca +6029,93307,0.09585537300000001,25.0,12540.0,86289.198485346,ca +6029,93308,0.060696686,25.0,12540.0,54639.278130572,ca +6029,93309,0.067111985,25.0,12540.0,60414.34312097,ca +6029,93311,0.051723631,25.0,12540.0,46561.716073462,ca +6029,93312,0.068084,25.0,12540.0,61289.35296800001,ca +6029,93313,0.05949297,25.0,12540.0,53555.69057994,ca +6029,93314,0.032313848,25.0,12540.0,29088.990597296,ca +6029,93501,0.005494145,56.0,12540.0,4945.84031729,ca +6029,93505,0.015378181999999999,56.0,12540.0,13843.470192764,ca +6029,93516,0.0026391340000000004,56.0,12540.0,2375.7537050680003,ca +6029,93518,0.001101994,25.0,12540.0,992.017202788,ca +6029,93519,2.49e-05,56.0,12540.0,22.4150298,ca +6029,93523,0.004181925,56.0,12540.0,3764.57724885,ca +6029,93524,0.000189882,56.0,12540.0,170.932156164,ca +6029,93527,0.001828745,79.0,12540.0,1646.2399064899998,ca +6029,93528,0.000155975,79.0,12540.0,140.40900695000002,ca +6029,93531,0.00043853699999999997,25.0,12540.0,394.771884474,ca +6029,93554,7.23e-05,79.0,12540.0,65.08460459999999,ca +6029,93555,0.038136896,79.0,12540.0,34330.910052992,ca +6029,93560,0.023655002,56.0,12540.0,21294.280110404,ca +6029,93561,0.03937678,25.0,12540.0,35447.05610956,ca +6031,93202,0.025441882000000002,43.0,25260.0,3891.0814330800004,ca +6031,93204,0.08704936099999999,43.0,25260.0,13313.329271339999,ca +6031,93212,0.157784125,43.0,25260.0,24131.504077499998,ca +6031,93230,0.449964973,43.0,25260.0,68817.64297062,ca +6031,93239,0.010238724,43.0,25260.0,1565.9104485599998,ca +6031,93245,0.260050116,43.0,25260.0,39772.06474104,ca +6031,93266,0.00947082,43.0,25260.0,1448.4672108,ca +6033,95422,0.242915612,62.0,,15640.364594232,ca +6033,95423,0.058690285999999994,62.0,,3778.8327543959995,ca +6033,95426,0.021932702000000002,62.0,,1412.1589509720002,ca +6033,95435,0.000218702,62.0,,14.081346972,ca +6033,95443,0.004217827,62.0,,271.56900922200003,ca +6033,95451,0.181632143,62.0,,11694.567159197999,ca +6033,95453,0.173274596,62.0,,11156.458138056,ca +6033,95457,0.052019870999999995,62.0,,3349.351414206,ca +6033,95458,0.047161558,62.0,,3036.544073388,ca +6033,95461,0.038116662,62.0,,2454.1793995320004,ca +6033,95464,0.039647577,62.0,,2552.748892722,ca +6033,95467,0.094416846,62.0,,6079.123046556,ca +6033,95485,0.041990815,62.0,,2703.62061459,ca +6033,95493,0.003764801,62.0,,242.400477186,ca +6035,96009,0.01078125,73.0,,329.61515625,ca +6035,96068,0.00603125,73.0,,184.39340625,ca +6035,96109,0.0236875,280.0,,724.1979375,ca +6035,96113,0.06115625,280.0,,1869.7300312500001,ca +6035,96114,0.103625,280.0,,3168.127125,ca +6035,96117,0.00996875,280.0,,304.77459375,ca +6035,96119,0.00184375,280.0,,56.36896875,ca +6035,96121,0.00990625,280.0,,302.86378125,ca +6035,96123,0.0011875,280.0,,36.3054375,ca +6035,96128,0.0210625,280.0,,643.9438125,ca +6035,96130,0.64228125,280.0,,19636.464656250002,ca +6035,96132,0.00290625,280.0,,88.85278124999999,ca +6035,96136,0.0013125,280.0,,40.1270625,ca +6035,96137,0.10425,31.0,,3187.2352499999997,ca +6037,90001,0.005844029000000001,56.0,31080.0,58668.832442103005,ca +6037,90002,0.005262946,56.0,31080.0,52835.278029222,ca +6037,90003,0.007208148,56.0,31080.0,72363.369043836,ca +6037,90004,0.006102761999999999,56.0,31080.0,61266.280713534,ca +6037,90005,0.003912105,56.0,31080.0,39274.040690235,ca +6037,90006,0.00611386,56.0,31080.0,61377.694723019995,ca +6037,90007,0.004133777,56.0,31080.0,41499.429617139,ca +6037,90008,0.0031451229999999997,56.0,31080.0,31574.226325161,ca +6037,90010,0.00036684300000000005,56.0,31080.0,3682.7761292010005,ca +6037,90011,0.010842197,56.0,31080.0,108845.975798079,ca +6037,90012,0.0035587390000000004,56.0,31080.0,35726.561606073,ca +6037,90013,0.001182877,56.0,31080.0,11875.028770838999,ca +6037,90014,0.000825943,56.0,31080.0,8291.730152901,ca +6037,90015,0.002160334,56.0,31080.0,21687.824181738,ca +6037,90016,0.004615866,56.0,31080.0,46339.172671661996,ca +6037,90017,0.0026485659999999998,56.0,31080.0,26589.237470562,ca +6037,90018,0.005277314,56.0,31080.0,52979.519918598,ca +6037,90019,0.006564436999999999,56.0,31080.0,65901.085437759,ca +6037,90020,0.003874747,56.0,31080.0,38898.999730929,ca +6037,90021,0.000289551,56.0,31080.0,2906.833470957,ca +6037,90022,0.006529259,56.0,31080.0,65547.929731713,ca +6037,90023,0.004635586,56.0,31080.0,46537.143861701996,ca +6037,90024,0.004983205,56.0,31080.0,50026.928197935,ca +6037,90025,0.00475321,56.0,31080.0,47717.98378347,ca +6037,90026,0.006895805,56.0,31080.0,69227.724246135,ca +6037,90027,0.0044280840000000005,56.0,31080.0,44454.009080988006,ca +6037,90028,0.0030455340000000003,56.0,31080.0,30574.441698138,ca +6037,90029,0.003755439,56.0,31080.0,37701.253952973,ca +6037,90031,0.003818561,56.0,31080.0,38334.942465027,ca +6037,90032,0.004719518,56.0,31080.0,47379.746190426,ca +6037,90033,0.004715158,56.0,31080.0,47335.975683906,ca +6037,90034,0.0055147419999999996,56.0,31080.0,55363.085015394,ca +6037,90035,0.0027830359999999996,56.0,31080.0,27939.196188851995,ca +6037,90036,0.0037643570000000003,56.0,31080.0,37790.782709199004,ca +6037,90037,0.006442651999999999,56.0,31080.0,64678.47279176399,ca +6037,90038,0.002740921,56.0,31080.0,27516.399197546998,ca +6037,90039,0.002932072,56.0,31080.0,29435.384539704,ca +6037,90040,0.001253035,56.0,31080.0,12579.352439745,ca +6037,90041,0.0029248390000000003,56.0,31080.0,29362.771678773002,ca +6037,90042,0.0063331540000000006,56.0,31080.0,63579.210653478,ca +6037,90043,0.004422238,56.0,31080.0,44395.320461466,ca +6037,90044,0.009556164,56.0,31080.0,95935.352905548,ca +6037,90045,0.004077590999999999,56.0,31080.0,40935.37235123699,ca +6037,90046,0.005012834,56.0,31080.0,50324.376899238,ca +6037,90047,0.004843979,56.0,31080.0,48629.223486753,ca +6037,90048,0.002268444,56.0,31080.0,22773.152039508,ca +6037,90049,0.0036628859999999997,56.0,31080.0,36772.104482801995,ca +6037,90056,0.000772432,56.0,31080.0,7754.527498224,ca +6037,90057,0.004904327,56.0,31080.0,49235.063515989,ca +6037,90058,0.000273299,56.0,31080.0,2743.677903993,ca +6037,90059,0.004553537,56.0,31080.0,45713.445171458996,ca +6037,90061,0.002739534,56.0,31080.0,27502.474956138,ca +6037,90062,0.00341099,56.0,31080.0,34243.29358593,ca +6037,90063,0.005247091,56.0,31080.0,52676.107987737,ca +6037,90064,0.002519844,56.0,31080.0,25296.983539308,ca +6037,90065,0.004745282,56.0,31080.0,47638.393743174,ca +6037,90066,0.005885549,56.0,31080.0,59085.656164743006,ca +6037,90067,0.000229302,56.0,31080.0,2301.987313314,ca +6037,90068,0.002079176,56.0,31080.0,20873.070335832,ca +6037,90069,0.0020249720000000003,56.0,31080.0,20328.910580004,ca +6037,90071,0.0,56.0,31080.0,0.0,ca +6037,90073,9.08e-05,56.0,31080.0,911.5509155999999,ca +6037,90077,0.0008911460000000001,56.0,31080.0,8946.310046622,ca +6037,90079,0.0,56.0,31080.0,0.0,ca +6037,90089,0.00038269800000000006,56.0,31080.0,3841.9461706860006,ca +6037,90090,0.0,56.0,31080.0,0.0,ca +6037,90094,0.000928306,56.0,31080.0,9319.363262742001,ca +6037,90095,0.0,56.0,31080.0,0.0,ca +6037,90201,0.010150427,56.0,31080.0,101901.222748689,ca +6037,90210,0.001972849,56.0,31080.0,19805.642205843,ca +6037,90211,0.000789675,56.0,31080.0,7927.6318202249995,ca +6037,90212,0.001303672,56.0,31080.0,13087.702700904001,ca +6037,90220,0.005321609000000001,56.0,31080.0,53424.202163163005,ca +6037,90221,0.0051847609999999995,56.0,31080.0,52050.370448427,ca +6037,90222,0.0032552159999999996,56.0,31080.0,32679.461732111995,ca +6037,90230,0.003251054,56.0,31080.0,32637.678968778,ca +6037,90232,0.0014527079999999998,56.0,31080.0,14583.891051755998,ca +6037,90240,0.002596741,56.0,31080.0,26068.960750287002,ca +6037,90241,0.004374277,56.0,31080.0,43913.834850639,ca +6037,90242,0.0042167179999999995,56.0,31080.0,42332.08319082599,ca +6037,90245,0.001669723,56.0,31080.0,16762.527857360998,ca +6037,90247,0.004710005,56.0,31080.0,47284.244165535,ca +6037,90248,0.001140762,56.0,31080.0,11452.231779534,ca +6037,90249,0.002634594,56.0,31080.0,26448.971067558,ca +6037,90250,0.009595801,56.0,31080.0,96333.272989707,ca +6037,90254,0.001947184,56.0,31080.0,19547.988524688,ca +6037,90255,0.007487491999999999,56.0,31080.0,75167.733349644,ca +6037,90260,0.00348422,56.0,31080.0,34978.45739154,ca +6037,90262,0.007029284,56.0,31080.0,70567.734209388,ca +6037,90263,0.00018292599999999998,56.0,31080.0,1836.4136870819998,ca +6037,90265,0.001822227,56.0,31080.0,18293.531831289,ca +6037,90266,0.003525047,56.0,31080.0,35388.324013029,ca +6037,90270,0.002720508,56.0,31080.0,27311.470906356,ca +6037,90272,0.002234654,56.0,31080.0,22433.930613978,ca +6037,90274,0.00250498,56.0,31080.0,25147.76225286,ca +6037,90275,0.004203638,56.0,31080.0,42200.771671266,ca +6037,90277,0.003419314,56.0,31080.0,34326.859112598,ca +6037,90278,0.004028045,56.0,31080.0,40437.974755815,ca +6037,90280,0.009424073,56.0,31080.0,94609.277222811,ca +6037,90290,0.00053223,56.0,31080.0,5343.11391861,ca +6037,90291,0.002727544,56.0,31080.0,27382.106063208,ca +6037,90292,0.002228609,56.0,31080.0,22373.244212162997,ca +6037,90293,0.0012578910000000001,56.0,31080.0,12628.102343337001,ca +6037,90301,0.003695289,56.0,31080.0,37097.401666923,ca +6037,90302,0.003054849,56.0,31080.0,30667.955979843002,ca +6037,90303,0.002446911,56.0,31080.0,24564.801348476998,ca +6037,90304,0.002535897,56.0,31080.0,25458.141323979,ca +6037,90305,0.00152574,56.0,31080.0,15317.067114180001,ca +6037,90401,0.000719021,56.0,31080.0,7218.328754247001,ca +6037,90402,0.001175841,56.0,31080.0,11804.393613987,ca +6037,90403,0.002413319,56.0,31080.0,24227.567666133,ca +6037,90404,0.002261211,56.0,31080.0,22700.539178577,ca +6037,90405,0.0027860090000000003,56.0,31080.0,27969.042453963004,ca +6037,90501,0.004195116,56.0,31080.0,42115.218401412,ca +6037,90502,0.001802309,56.0,31080.0,18093.572898063,ca +6037,90503,0.004450083,56.0,31080.0,44674.859395880994,ca +6037,90504,0.0033415259999999996,56.0,31080.0,33545.937057282,ca +6037,90505,0.0037299720000000002,56.0,31080.0,37445.588015004,ca +6037,90506,0.0,56.0,31080.0,0.0,ca +6037,90601,0.0032758270000000003,56.0,31080.0,32886.377766489,ca +6037,90602,0.002574544,56.0,31080.0,25846.122692208,ca +6037,90603,0.002110589,56.0,31080.0,21188.428804023,ca +6037,90604,0.004168163,56.0,31080.0,41844.634350440996,ca +6037,90605,0.004058565,56.0,31080.0,40744.368301455004,ca +6037,90606,0.0032505579999999997,56.0,31080.0,32632.699571705998,ca +6037,90638,0.004893526,56.0,31080.0,49126.63112128199,ca +6037,90640,0.006260419000000001,56.0,31080.0,62849.016205833,ca +6037,90650,0.010492596000000002,56.0,31080.0,105336.29395177202,ca +6037,90660,0.006280535,56.0,31080.0,63050.962882245,ca +6037,90670,0.0016427689999999999,56.0,31080.0,16491.933767282997,ca +6037,90701,0.001670515,56.0,31080.0,16770.478830105,ca +6037,90703,0.005050093,56.0,31080.0,50698.423986951006,ca +6037,90704,0.000388644,56.0,31080.0,3901.638700908,ca +6037,90706,0.007682606,56.0,31080.0,77126.503672842,ca +6037,90710,0.002792945,56.0,31080.0,28038.673700115,ca +6037,90712,0.003078136,56.0,31080.0,30901.736664552,ca +6037,90713,0.002879751,56.0,31080.0,28910.128422357,ca +6037,90715,0.0019953429999999997,56.0,31080.0,20031.461878700997,ca +6037,90716,0.001421395,56.0,31080.0,14269.536494265,ca +6037,90717,0.002149929,56.0,31080.0,21583.367273403,ca +6037,90723,0.0054279359999999995,56.0,31080.0,54491.630293152,ca +6037,90731,0.006128921999999999,56.0,31080.0,61528.90375265399,ca +6037,90732,0.002207106,56.0,31080.0,22157.373294342,ca +6037,90744,0.0056687330000000005,56.0,31080.0,56909.017141431,ca +6037,90745,0.005630581999999999,56.0,31080.0,56526.015170274,ca +6037,90746,0.0026751229999999997,56.0,31080.0,26855.846035160997,ca +6037,90747,0.0,56.0,31080.0,0.0,ca +6037,90755,0.001145023,56.0,31080.0,11495.008414461001,ca +6037,90802,0.003909529,56.0,31080.0,39248.179950603,ca +6037,90803,0.0032095340000000004,56.0,31080.0,32220.855246138006,ca +6037,90804,0.0038987279999999997,56.0,31080.0,39139.747555896,ca +6037,90805,0.009583117,56.0,31080.0,96205.936956519,ca +6037,90806,0.004242879000000001,56.0,31080.0,42594.71626905301,ca +6037,90807,0.003177626,56.0,31080.0,31900.527419981998,ca +6037,90808,0.003850767,56.0,31080.0,38658.261945069,ca +6037,90810,0.003822921,56.0,31080.0,38378.712971547,ca +6037,90813,0.005846506,56.0,31080.0,58693.699310141994,ca +6037,90814,0.0018418479999999999,56.0,31080.0,18490.509149735997,ca +6037,90815,0.0040654029999999996,56.0,31080.0,40813.01571512099,ca +6037,90822,1.3800000000000002e-05,56.0,31080.0,138.5396766,ca +6037,90831,0.0,56.0,31080.0,0.0,ca +6037,91001,0.0037369079999999997,56.0,31080.0,37515.219261155995,ca +6037,91006,0.0032712690000000003,56.0,31080.0,32840.619516783,ca +6037,91007,0.003420999,56.0,31080.0,34343.775007893004,ca +6037,91008,0.000113065,56.0,31080.0,1135.071632955,ca +6037,91010,0.0026359820000000003,56.0,31080.0,26462.905348074004,ca +6037,91011,0.002023783,56.0,31080.0,20316.974081780998,ca +6037,91016,0.004129318,56.0,31080.0,41454.665239026,ca +6037,91020,0.0008640939999999999,56.0,31080.0,8674.732124057999,ca +6037,91024,0.001090621,56.0,31080.0,10948.860915447,ca +6037,91030,0.0025560129999999998,56.0,31080.0,25660.088000391,ca +6037,91040,0.002002379,56.0,31080.0,20102.097035552997,ca +6037,91042,0.002638954,56.0,31080.0,26492.741574078,ca +6037,91046,1.42e-05,56.0,31080.0,142.5553194,ca +6037,91101,0.002120003,56.0,31080.0,21282.936957321002,ca +6037,91103,0.0028167279999999997,56.0,31080.0,28277.433781895998,ca +6037,91104,0.00376297,56.0,31080.0,37776.85846779,ca +6037,91105,0.001208047,56.0,31080.0,12127.713094029,ca +6037,91106,0.002514493,56.0,31080.0,25243.264277751,ca +6037,91107,0.003207056,56.0,31080.0,32195.978338991998,ca +6037,91108,0.001341525,56.0,31080.0,13467.713018175002,ca +6037,91201,0.002340485,56.0,31080.0,23496.379346895,ca +6037,91202,0.002310559,56.0,31080.0,23195.949030812997,ca +6037,91203,0.0014864000000000001,56.0,31080.0,14922.128644800001,ca +6037,91204,0.0018550270000000002,56.0,31080.0,18622.814540889,ca +6037,91205,0.003727693,56.0,31080.0,37422.708890151,ca +6037,91206,0.0034074229999999997,56.0,31080.0,34207.484091260994,ca +6037,91207,0.00112679,56.0,31080.0,11311.965376529999,ca +6037,91208,0.001590349,56.0,31080.0,15965.683778343,ca +6037,91210,6.829999999999999e-05,56.0,31080.0,685.6710080999999,ca +6037,91214,0.0030376070000000003,56.0,31080.0,30494.861696949003,ca +6037,91301,0.002539861,96.0,31080.0,25497.936344127,ca +6037,91302,0.002639252,56.0,31080.0,26495.733227964,ca +6037,91303,0.003077145,56.0,31080.0,30891.787909515,ca +6037,91304,0.005327356,56.0,31080.0,53481.896911092,ca +6037,91306,0.00487123,56.0,31080.0,48902.79919161,ca +6037,91307,0.0026353870000000003,56.0,31080.0,26456.932079409,ca +6037,91311,0.004005352,56.0,31080.0,40210.157300664,ca +6037,91316,0.002969232,56.0,31080.0,29808.437755824,ca +6037,91321,0.003404351,56.0,31080.0,34176.643954556996,ca +6037,91324,0.002934847,56.0,31080.0,29463.243061629,ca +6037,91325,0.0034320970000000003,56.0,31080.0,34455.189017379,ca +6037,91326,0.0036699209999999996,56.0,31080.0,36842.729600547,ca +6037,91330,0.000324332,56.0,31080.0,3256.003651524,ca +6037,91331,0.010483975,56.0,31080.0,105249.746810325,ca +6037,91335,0.007979391,56.0,31080.0,80105.96004383701,ca +6037,91340,0.0035898540000000004,56.0,31080.0,36038.928420378004,ca +6037,91342,0.009561218,56.0,31080.0,95986.090552326,ca +6037,91343,0.006598625,56.0,31080.0,66244.30242787501,ca +6037,91344,0.005278305,56.0,31080.0,52989.468673635,ca +6037,91345,0.0019030870000000001,56.0,31080.0,19105.294023309,ca +6037,91350,0.003701136,56.0,31080.0,37156.100325552,ca +6037,91351,0.003227668,56.0,31080.0,32402.904412476,ca +6037,91352,0.004700789,56.0,31080.0,47191.723755423,ca +6037,91354,0.0031804990000000003,56.0,31080.0,31929.369774393002,ca +6037,91355,0.0031169809999999996,56.0,31080.0,31291.705775966995,ca +6037,91356,0.0030524709999999997,56.0,31080.0,30644.082983397,ca +6037,91364,0.002709212,56.0,31080.0,27198.069153684,ca +6037,91367,0.004487144,56.0,31080.0,45046.918740408,ca +6037,91371,0.0,56.0,31080.0,0.0,ca +6037,91381,0.00201863,56.0,31080.0,20265.24256341,ca +6037,91384,0.00285805,56.0,31080.0,28692.26976135,ca +6037,91387,0.004332063,56.0,31080.0,43490.043987740995,ca +6037,91390,0.001888025,56.0,31080.0,18954.084993675,ca +6037,91401,0.004103653,56.0,31080.0,41197.011557870996,ca +6037,91402,0.007004511,56.0,31080.0,70319.035411677,ca +6037,91403,0.002498935,56.0,31080.0,25087.075851045,ca +6037,91405,0.005488185,56.0,31080.0,55096.476450794995,ca +6037,91406,0.005471438,56.0,31080.0,54928.351525866005,ca +6037,91411,0.002556707,56.0,31080.0,25667.055140649,ca +6037,91423,0.003343112,56.0,31080.0,33561.859080984,ca +6037,91436,0.001493336,56.0,31080.0,14991.759890952,ca +6037,91501,0.002011595,56.0,31080.0,20194.617445665,ca +6037,91502,0.001149284,56.0,31080.0,11537.785049388,ca +6037,91504,0.0026619440000000003,56.0,31080.0,26723.540644008004,ca +6037,91505,0.0030401829999999997,56.0,31080.0,30520.722436580996,ca +6037,91506,0.001840659,56.0,31080.0,18478.572651513,ca +6037,91601,0.0036748759999999997,56.0,31080.0,36892.473375732,ca +6037,91602,0.001918249,56.0,31080.0,19257.506963642998,ca +6037,91604,0.00318258,56.0,31080.0,31950.261156059998,ca +6037,91605,0.005173663,56.0,31080.0,51938.956438941,ca +6037,91606,0.004407275,56.0,31080.0,44245.10530342501,ca +6037,91607,0.0030593079999999997,56.0,31080.0,30712.720357955997,ca +6037,91608,0.0,56.0,31080.0,0.0,ca +6037,91702,0.006178271,56.0,31080.0,62024.323643997,ca +6037,91706,0.007664076,56.0,31080.0,76940.479020132,ca +6037,91711,0.003651985,56.0,31080.0,36662.668177395,ca +6037,91722,0.003538424,56.0,31080.0,35522.617147368,ca +6037,91723,0.001870387,56.0,31080.0,18777.015224409002,ca +6037,91724,0.002585444,56.0,31080.0,25955.548958508,ca +6037,91731,0.002986574,56.0,31080.0,29982.535949418,ca +6037,91732,0.0062995609999999995,56.0,31080.0,63241.966932027,ca +6037,91733,0.004456029,56.0,31080.0,44734.551926103006,ca +6037,91740,0.002587822,56.0,31080.0,25979.421954954,ca +6037,91741,0.002632414,56.0,31080.0,26427.085814298,ca +6037,91744,0.008644902,56.0,31080.0,86787.096182514,ca +6037,91745,0.0054476559999999995,56.0,31080.0,54689.601483192,ca +6037,91746,0.0030429579999999997,56.0,31080.0,30548.580958505998,ca +6037,91748,0.00466571,56.0,31080.0,46839.56192097,ca +6037,91750,0.003352922,56.0,31080.0,33660.342720654,ca +6037,91754,0.0032758270000000003,56.0,31080.0,32886.377766489,ca +6037,91755,0.0027482540000000003,56.0,31080.0,27590.015969178003,ca +6037,91765,0.00467116,56.0,31080.0,46894.27505412,ca +6037,91766,0.007167618000000001,56.0,31080.0,71956.484037126,ca +6037,91767,0.004980827,56.0,31080.0,50003.055201489,ca +6037,91768,0.003506814,56.0,31080.0,35205.280975098,ca +6037,91770,0.006284994,56.0,31080.0,63095.727260358006,ca +6037,91773,0.003418323,56.0,31080.0,34316.910357561,ca +6037,91775,0.002496359,56.0,31080.0,25061.215111413,ca +6037,91776,0.003806175,56.0,31080.0,38210.598085725,ca +6037,91780,0.003503048,56.0,31080.0,35167.473698136,ca +6037,91789,0.004407077,56.0,31080.0,44243.117560239,ca +6037,91790,0.0044796129999999995,56.0,31080.0,44971.31422559099,ca +6037,91791,0.003405144,56.0,31080.0,34184.604966408,ca +6037,91792,0.002956846,56.0,31080.0,29684.093376522,ca +6037,91801,0.005398505,56.0,31080.0,54196.169335034996,ca +6037,91803,0.0030109509999999996,56.0,31080.0,30227.259260756997,ca +6037,93510,0.0007556860000000001,56.0,31080.0,7586.412612402001,ca +6037,93532,0.000284497,56.0,31080.0,2856.095824179,ca +6037,93534,0.00387336,56.0,31080.0,38885.07548952,ca +6037,93535,0.00722866,56.0,31080.0,72569.29120662,ca +6037,93536,0.007172672,56.0,31080.0,72007.22168390399,ca +6037,93543,0.001499777,56.0,31080.0,15056.421779139,ca +6037,93544,0.000117029,56.0,31080.0,1174.8666531029999,ca +6037,93550,0.007630781,56.0,31080.0,76606.226952567,ca +6037,93551,0.005062183,56.0,31080.0,50819.79679058099,ca +6037,93552,0.003990092,56.0,31080.0,40056.960527844,ca +6037,93553,0.000176485,56.0,31080.0,1771.7517988949999,ca +6037,93563,4.04e-05,56.0,31080.0,405.5799228,ca +6037,93591,0.000651935,56.0,31080.0,6544.845222045,ca +6039,93601,0.011176223,43.0,31460.0,1758.321635921,ca +6039,93604,0.004072910999999999,43.0,31460.0,640.7788688969999,ca +6039,93610,0.152860427,58.0,31460.0,24049.072398629,ca +6039,93614,0.075604623,43.0,31460.0,11894.648522721,ca +6039,93636,0.082170492,43.0,31460.0,12927.636994884,ca +6039,93637,0.255000486,43.0,31460.0,40118.461460922,ca +6039,93638,0.329549649,43.0,31460.0,51847.057628223,ca +6039,93643,0.01916664,43.0,31460.0,3015.42997128,ca +6039,93644,0.05815391599999999,43.0,31460.0,9149.181142532,ca +6039,93645,0.002227474,43.0,31460.0,350.441801998,ca +6039,93653,0.008955224,43.0,31460.0,1408.8985262479998,ca +6039,93669,0.001061935,43.0,31460.0,167.071047745,ca +6041,94901,0.163802444,81.0,41860.0,42396.331370743996,ca +6041,94903,0.115859325,81.0,41860.0,29987.40565245,ca +6041,94904,0.048544625,81.0,41860.0,12564.61111025,ca +6041,94920,0.049342777000000004,81.0,41860.0,12771.193599802002,ca +6041,94924,0.004372486,81.0,41860.0,1131.713061436,ca +6041,94925,0.038041404,81.0,41860.0,9846.104431704,ca +6041,94929,0.000844422,89.0,41860.0,218.55836857199998,ca +6041,94930,0.033460704,81.0,41860.0,8660.500173504,ca +6041,94933,0.002587247,81.0,41860.0,669.646792022,ca +6041,94937,0.003146339,81.0,41860.0,814.3543380140001,ca +6041,94938,0.0030460879999999997,81.0,41860.0,788.4067726879999,ca +6041,94939,0.027407085,81.0,41860.0,7093.66618221,ca +6041,94940,0.000902259,81.0,41860.0,233.52808793399998,ca +6041,94941,0.12343598800000001,81.0,41860.0,31948.443030088,ca +6041,94945,0.073395309,81.0,41860.0,18996.614247234,ca +6041,94946,0.002675931,81.0,41860.0,692.600517006,ca +6041,94947,0.102460391,81.0,41860.0,26519.413160966,ca +6041,94949,0.067291565,81.0,41860.0,17416.806602689998,ca +6041,94950,0.000516678,81.0,41860.0,133.729700028,ca +6041,94956,0.004719509,81.0,41860.0,1221.5316364340001,ca +6041,94957,0.005398131,81.0,41860.0,1397.176654206,ca +6041,94960,0.060632584,81.0,41860.0,15693.289186384001,ca +6041,94963,0.001920192,81.0,41860.0,496.995614592,ca +6041,94964,0.013179152,81.0,41860.0,3411.1071955519997,ca +6041,94965,0.04398706,81.0,41860.0,11384.99479156,ca +6041,94970,0.0026566520000000002,81.0,41860.0,687.610610552,ca +6041,94971,0.001110473,89.0,41860.0,287.419284698,ca +6041,94972,8.87e-05,89.0,41860.0,22.9578662,ca +6041,94973,0.005174495,81.0,41860.0,1339.2938428700002,ca +6043,93623,0.007669285,43.0,,131.934709855,ca +6043,95306,0.054994388,58.0,,946.068456764,ca +6043,95311,0.102818307,58.0,,1768.7833353209999,ca +6043,95318,0.016710313,58.0,,287.46751453900004,ca +6043,95325,0.004801097,58.0,,82.593271691,ca +6043,95338,0.679511161,58.0,,11689.630502683,ca +6043,95345,0.046701584000000004,58.0,,803.407349552,ca +6043,95389,0.086793865,58.0,,1493.1148595949999,ca +6045,95410,0.013307308,62.0,,1154.395661692,ca +6045,95415,0.014489925,62.0,,1256.986503825,ca +6045,95417,0.0044663870000000005,62.0,,387.45460586300004,ca +6045,95420,0.007440151999999999,62.0,,645.4257458479999,ca +6045,95427,0.002548941,62.0,,221.118082809,ca +6045,95428,0.029427636,62.0,,2552.817995364,ca +6045,95429,0.001423733,62.0,,123.507414017,ca +6045,95432,0.00595901,62.0,,516.93815849,ca +6045,95437,0.168000459,62.0,,14573.871817791,ca +6045,95445,0.025271256000000002,89.0,,2192.2561867440004,ca +6045,95449,0.019013721,62.0,,1649.421283029,ca +6045,95454,0.02523681,62.0,,2189.2680306899997,ca +6045,95456,0.008657213,62.0,,751.0045705370001,ca +6045,95459,0.007095699999999999,89.0,,615.5448792999999,ca +6045,95460,0.026143866,62.0,,2267.9542316340003,ca +6045,95463,0.0017452210000000001,62.0,,151.396176529,ca +6045,95466,0.011401343000000001,62.0,,989.0551039070001,ca +6045,95468,0.015213273000000001,89.0,,1319.736219477,ca +6045,95469,0.023135656,62.0,,2006.995022344,ca +6045,95470,0.06566393,62.0,,5696.28026357,ca +6045,95482,0.36565818899999997,62.0,,31720.482237561,ca +6045,95488,0.0028819109999999996,62.0,,250.00289733899996,ca +6045,95490,0.148274872,62.0,,12862.696871128,ca +6045,95494,0.001435214,89.0,,124.503379286,ca +6045,95585,0.0055456690000000005,62.0,,481.08124008100003,ca +6045,95587,0.000562604,62.0,,48.805334396,ca +6047,93620,0.033178062,58.0,32900.0,9212.88425616,ca +6047,93635,0.15213236900000002,58.0,32900.0,42244.116223920006,ca +6047,93665,0.003265925,58.0,32900.0,906.8820539999999,ca +6047,95301,0.144473309,58.0,32900.0,40117.34844312,ca +6047,95303,0.003250995,58.0,32900.0,902.7362916,ca +6047,95312,0.001134676,58.0,32900.0,315.07683168,ca +6047,95315,0.052325712,58.0,32900.0,14529.803708160001,ca +6047,95317,0.0033816320000000003,58.0,32900.0,939.01157376,ca +6047,95322,0.03936279,58.0,32900.0,10930.2595272,ca +6047,95324,0.029919602000000003,58.0,32900.0,8308.075083360001,ca +6047,95333,0.009252831,58.0,32900.0,2569.32611208,ca +6047,95334,0.062657231,58.0,32900.0,17398.65990408,ca +6047,95340,0.13576168800000002,58.0,32900.0,37698.305523840005,ca +6047,95341,0.12110421800000001,58.0,32900.0,33628.21925424,ca +6047,95348,0.12780403,58.0,32900.0,35488.623050400005,ca +6047,95365,0.017580006000000002,58.0,32900.0,4881.616066080001,ca +6047,95369,0.00369516,58.0,32900.0,1026.0720288,ca +6047,95374,0.006561709000000001,58.0,32900.0,1822.0553551200003,ca +6047,95388,0.053158055999999995,58.0,32900.0,14760.92899008,ca +6049,96006,0.039517471,73.0,,349.37396111099997,ca +6049,96015,0.055012479,343.0,,486.36532683900003,ca +6049,96054,0.035253744,343.0,,311.67835070399997,ca +6049,96056,0.163477537,73.0,,1445.3049046170001,ca +6049,96101,0.571963394,280.0,,5056.728366353999,ca +6049,96104,0.062707987,280.0,,554.401313067,ca +6049,96108,0.005823627,343.0,,51.486686307,ca +6049,96110,0.016742928,280.0,,148.024226448,ca +6049,96112,0.021006656000000002,280.0,,185.71984569600002,ca +6049,96115,0.011959235,280.0,,105.731596635,ca +6049,96116,0.016534942,280.0,,146.185422222,ca +6051,93512,0.024809765,280.0,,358.35224566,ca +6051,93517,0.041693087999999996,280.0,,602.2149630719999,ca +6051,93529,0.040266328,280.0,,581.6068416319999,ca +6051,93541,0.01791376,280.0,,258.74634944,ca +6051,93546,0.7418357640000001,280.0,,10715.075775216,ca +6051,96107,0.11493341800000001,280.0,,1660.0982895920001,ca +6051,96133,0.018547876,280.0,,267.90552094400005,ca +6053,93426,0.003829707,83.0,41500.0,1662.326450127,ca +6053,93450,0.001924404,78.0,41500.0,835.308724644,ca +6053,93901,0.066387159,78.0,41500.0,28816.076622699,ca +6053,93905,0.144230012,78.0,41500.0,62604.623238732,ca +6053,93906,0.155805086,78.0,41500.0,67628.91143424601,ca +6053,93907,0.054356053,78.0,41500.0,23593.842721233,ca +6053,93908,0.028873221,78.0,41500.0,12532.739180481001,ca +6053,93920,0.0033498000000000004,78.0,41500.0,1454.0175378000001,ca +6053,93921,0.008067693,78.0,41500.0,3501.8708912730003,ca +6053,93923,0.030640043,78.0,41500.0,13299.647704623,ca +6053,93924,0.015681743,78.0,41500.0,6806.833048323,ca +6053,93925,0.005145273,78.0,41500.0,2233.3623436529997,ca +6053,93926,0.022113931,78.0,41500.0,9598.795003791,ca +6053,93927,0.044834313,78.0,41500.0,19460.826735093,ca +6053,93928,0.00195783,78.0,41500.0,849.8176476299999,ca +6053,93930,0.040928202999999996,78.0,41500.0,17765.336722383,ca +6053,93932,0.0019339539999999999,78.0,41500.0,839.4540071939999,ca +6053,93933,0.059725760999999995,78.0,41500.0,25924.623545420996,ca +6053,93940,0.077384434,78.0,41500.0,33589.564806474,ca +6053,93943,0.0,78.0,41500.0,0.0,ca +6053,93950,0.037234589,78.0,41500.0,16162.082935929,ca +6053,93953,0.00982974,78.0,41500.0,4266.70677414,ca +6053,93954,0.001126946,78.0,41500.0,489.163307706,ca +6053,93955,0.082121428,78.0,41500.0,35645.709159107995,ca +6053,93960,0.063533979,78.0,41500.0,27577.622458719,ca +6053,93962,0.000919225,78.0,41500.0,398.99972272499997,ca +6053,95004,0.009445337,87.0,41500.0,4099.852423557,ca +6053,95012,0.025766956,78.0,41500.0,11184.430688316,ca +6053,95039,0.0028531790000000004,78.0,41500.0,1238.4537299190001,ca +6055,94503,0.143723679,81.0,34900.0,19797.074440176,ca +6055,94508,0.030420781,62.0,34900.0,4190.2800580640005,ca +6055,94515,0.05263120599999999,62.0,34900.0,7249.632839263999,ca +6055,94558,0.489379623,62.0,34900.0,67409.106790512,ca +6055,94559,0.19480482699999999,62.0,34900.0,26833.196090288,ca +6055,94567,0.004926213,62.0,34900.0,678.5562834719999,ca +6055,94573,0.000219415,62.0,34900.0,30.22309976,ca +6055,94574,0.061414870999999996,62.0,34900.0,8459.529991024,ca +6055,94576,0.000693633,62.0,34900.0,95.543783952,ca +6055,94599,0.021785752000000002,62.0,34900.0,3000.8566234880004,ca +6057,95945,0.268889943,77.0,,26823.116263965003,ca +6057,95946,0.098730309,77.0,,9848.841974295,ca +6057,95949,0.21620567899999998,77.0,,21567.597508644998,ca +6057,95959,0.188715031,77.0,,18825.267917405,ca +6057,95975,0.016690375,77.0,,1664.9483581250001,ca +6057,95977,0.017038091,77.0,,1699.6347677050003,ca +6057,95986,0.000558453,77.0,,55.708479015,ca +6057,96161,0.19317211899999998,280.0,,19269.884730845,ca +6059,90620,0.014774261,23.0,31080.0,46918.502463612,ca +6059,90621,0.011164751,23.0,31080.0,35455.810432692,ca +6059,90623,0.004987519,23.0,31080.0,15838.824188148,ca +6059,90630,0.015508211000000001,23.0,31080.0,49249.301607012,ca +6059,90631,0.021921367,23.0,31080.0,69615.509810964,ca +6059,90680,0.009563434,23.0,31080.0,30370.520846328003,ca +6059,90720,0.007061631,23.0,31080.0,22425.565073652,ca +6059,90740,0.007725561,23.0,31080.0,24534.002263211998,ca +6059,90742,0.00022046900000000002,23.0,31080.0,700.1416395480001,ca +6059,90743,8.420000000000001e-05,23.0,31080.0,267.3932664,ca +6059,92602,0.008214441,23.0,31080.0,26086.534568172,ca +6059,92603,0.006197733,23.0,31080.0,19682.091106236003,ca +6059,92604,0.009089693000000001,23.0,31080.0,28866.065342556005,ca +6059,92606,0.007788641999999999,23.0,31080.0,24734.328090263996,ca +6059,92610,0.004462683,23.0,31080.0,14172.106701636001,ca +6059,92612,0.010207178,23.0,31080.0,32414.853517176,ca +6059,92614,0.008413778,23.0,31080.0,26719.567484376003,ca +6059,92617,0.005389031999999999,23.0,31080.0,17113.905810144,ca +6059,92618,0.013662138,23.0,31080.0,43386.742349496,ca +6059,92620,0.015439768000000001,23.0,31080.0,49031.947719456,ca +6059,92624,0.0020192310000000002,23.0,31080.0,6412.455732852,ca +6059,92625,0.003831555,23.0,31080.0,12167.83856106,ca +6059,92626,0.015940948,23.0,31080.0,50623.541036016,ca +6059,92627,0.019937461,23.0,31080.0,63315.235398012,ca +6059,92629,0.008435225,23.0,31080.0,26787.6765507,ca +6059,92630,0.019335666,23.0,31080.0,61404.119830872005,ca +6059,92637,0.005118413,23.0,31080.0,16254.503216795998,ca +6059,92646,0.017629003,23.0,31080.0,55984.283795076,ca +6059,92647,0.019781651,23.0,31080.0,62820.430827492004,ca +6059,92648,0.014789400000000001,23.0,31080.0,46966.579264800006,ca +6059,92649,0.010851868,23.0,31080.0,34462.190392656004,ca +6059,92651,0.0078050440000000006,23.0,31080.0,24786.415790448,ca +6059,92653,0.009457772,23.0,31080.0,30034.970878223998,ca +6059,92655,0.002654144,23.0,31080.0,8428.743867648001,ca +6059,92656,0.016440237,23.0,31080.0,52209.129119004,ca +6059,92657,0.0030499790000000004,23.0,31080.0,9685.793910468,ca +6059,92660,0.011640383999999998,23.0,31080.0,36966.274345727994,ca +6059,92661,0.001017185,23.0,31080.0,3230.26626702,ca +6059,92662,0.000821949,23.0,31080.0,2610.256863708,ca +6059,92663,0.006803944,23.0,31080.0,21607.230529248,ca +6059,92672,0.010758508,23.0,31080.0,34165.707787536,ca +6059,92673,0.00975457,23.0,31080.0,30977.50991244,ca +6059,92675,0.011814173,23.0,31080.0,37518.174682716,ca +6059,92676,0.000679385,23.0,31080.0,2157.51750942,ca +6059,92677,0.020944868999999998,23.0,31080.0,66514.45292434799,ca +6059,92678,0.000179782,23.0,31080.0,570.932259144,ca +6059,92679,0.010275621,23.0,31080.0,32632.207404732002,ca +6059,92683,0.028820562999999997,23.0,31080.0,91525.23135459599,ca +6059,92688,0.014249425,23.0,31080.0,45251.7849771,ca +6059,92691,0.016016961,23.0,31080.0,50864.934912012,ca +6059,92692,0.015005768999999999,23.0,31080.0,47653.70056714799,ca +6059,92694,0.009166968000000001,23.0,31080.0,29111.466941856004,ca +6059,92701,0.016894737,23.0,31080.0,53652.481133004,ca +6059,92703,0.022266106,23.0,31080.0,70710.294695352,ca +6059,92704,0.028493802999999998,23.0,31080.0,90487.54223667599,ca +6059,92705,0.014656928999999999,23.0,31080.0,46545.892169868,ca +6059,92706,0.011065398,23.0,31080.0,35140.295905416,ca +6059,92707,0.019247983,23.0,31080.0,61125.665629236,ca +6059,92708,0.018109366000000002,23.0,31080.0,57509.76873127201,ca +6059,92780,0.019447951,23.0,31080.0,61760.702407092,ca +6059,92782,0.0071609840000000004,23.0,31080.0,22741.079600928002,ca +6059,92801,0.021148937000000003,23.0,31080.0,67162.510039404,ca +6059,92802,0.013325284,23.0,31080.0,42316.997796528,ca +6059,92804,0.027991991,23.0,31080.0,88893.94188277201,ca +6059,92805,0.023470327000000003,23.0,31080.0,74534.52969128401,ca +6059,92806,0.012527621999999999,23.0,31080.0,39783.86896442399,ca +6059,92807,0.01128429,23.0,31080.0,35835.42947868,ca +6059,92808,0.0065185009999999995,23.0,31080.0,20700.751477692,ca +6059,92821,0.011836882,23.0,31080.0,37590.291472344,ca +6059,92823,0.0014890329999999998,23.0,31080.0,4728.710185835999,ca +6059,92831,0.01178137,23.0,31080.0,37414.00245804,ca +6059,92832,0.007927421,23.0,31080.0,25175.047450332,ca +6059,92833,0.016691931,23.0,31080.0,53008.431741252,ca +6059,92835,0.007527801,23.0,31080.0,23905.977413292,ca +6059,92840,0.017406011000000002,23.0,31080.0,55276.129884612004,ca +6059,92841,0.010743053,23.0,31080.0,34116.627467676,ca +6059,92843,0.014520043,23.0,31080.0,46111.184394756,ca +6059,92844,0.007531271,23.0,31080.0,23916.997064532,ca +6059,92845,0.0052357440000000005,23.0,31080.0,16627.110334848003,ca +6059,92861,0.001852066,23.0,31080.0,5881.591179672,ca +6059,92865,0.006541841,23.0,31080.0,20774.872128971998,ca +6059,92866,0.004736456,23.0,31080.0,15041.525427552,ca +6059,92867,0.014075951000000001,23.0,31080.0,44700.88498309201,ca +6059,92868,0.008734546,23.0,31080.0,27738.227855832,ca +6059,92869,0.011642592,23.0,31080.0,36973.286273664,ca +6059,92870,0.016900099,23.0,31080.0,53669.509193508,ca +6059,92886,0.01594221,23.0,31080.0,50627.548759319994,ca +6059,92887,0.006369314,23.0,31080.0,20226.979515288,ca +6061,95602,0.04708443,77.0,40900.0,18755.09391747,ca +6061,95603,0.0762297,77.0,40900.0,30364.5001713,ca +6061,95604,0.00022678099999999998,77.0,40900.0,90.33344894899999,ca +6061,95631,0.017725413,77.0,40900.0,7060.546034876999,ca +6061,95648,0.136574303,77.0,40900.0,54401.505539687,ca +6061,95650,0.03664729,77.0,40900.0,14597.678378409999,ca +6061,95658,0.017863566,77.0,40900.0,7115.576381214,ca +6061,95661,0.081659411,77.0,40900.0,32527.311524219,ca +6061,95663,0.006782577,77.0,40900.0,2701.697113833,ca +6061,95677,0.065894221,77.0,40900.0,26247.579156709002,ca +6061,95678,0.112431249,77.0,40900.0,44784.626982921,ca +6061,95681,0.002992467,77.0,40900.0,1191.986387643,ca +6061,95701,0.002100983,77.0,40900.0,836.882457407,ca +6061,95703,0.002445064,77.0,40900.0,973.939898056,ca +6061,95713,0.025451607,77.0,40900.0,10138.113164703,ca +6061,95714,0.0011469380000000001,77.0,40900.0,456.858666602,ca +6061,95715,0.00023720799999999998,77.0,40900.0,94.48682543199999,ca +6061,95717,0.000276308,77.0,40900.0,110.06148933200001,ca +6061,95722,0.012569403,77.0,40900.0,5006.757727587,ca +6061,95724,5.21e-05,280.0,40900.0,20.7529409,ca +6061,95728,0.0005969290000000001,280.0,40900.0,237.77413164100003,ca +6061,95736,0.0005161219999999999,77.0,40900.0,205.58636013799997,ca +6061,95746,0.061236087,77.0,40900.0,24392.109298623,ca +6061,95747,0.17030732699999998,77.0,40900.0,67838.34725658299,ca +6061,95765,0.09873576099999999,77.0,40900.0,39329.316943369,ca +6061,96140,0.002656205,280.0,40900.0,1058.043481445,ca +6061,96141,0.000774183,280.0,40900.0,308.379540207,ca +6061,96143,0.008839246,280.0,40900.0,3520.928019934,ca +6061,96145,0.005606965,280.0,40900.0,2233.4167614850003,ca +6061,96146,0.002525871,280.0,40900.0,1006.127669559,ca +6061,96148,0.0018142479999999999,280.0,40900.0,722.6675915919999,ca +6063,95915,0.0,280.0,,0.0,ca +6063,95923,0.001638865,31.0,,30.822134055,ca +6063,95934,0.019959028,280.0,,375.369439596,ca +6063,95947,0.11735440400000001,31.0,,2207.084276028,ca +6063,95956,0.016973954,280.0,,319.229152878,ca +6063,95971,0.36605209200000005,280.0,,6884.341694244001,ca +6063,95983,0.023587942999999997,31.0,,443.61844400099994,ca +6063,95984,0.001931519,280.0,,36.326077833,ca +6063,96020,0.131226222,31.0,,2467.971557154,ca +6063,96103,0.08293825,280.0,,1559.81966775,ca +6063,96105,0.005443371,280.0,,102.373478397,ca +6063,96106,0.012232953000000001,280.0,,230.065147071,ca +6063,96122,0.17816798399999997,280.0,,3350.8052750879997,ca +6063,96129,0.029031314,280.0,,545.9919223979999,ca +6063,96135,0.013462101,280.0,,253.18173350700002,ca +6065,91752,0.013892383000000001,79.0,40140.0,34321.771251118,ca +6065,92201,0.027397783,80.0,40140.0,67687.483199518,ca +6065,92203,0.012889916999999999,69.0,40140.0,31845.132884681996,ca +6065,92210,0.002116875,69.0,40140.0,5229.837063749999,ca +6065,92211,0.010623783999999999,69.0,40140.0,26246.547066064,ca +6065,92220,0.013841652,79.0,40140.0,34196.437981992,ca +6065,92223,0.022604312999999997,79.0,40140.0,55844.995064897994,ca +6065,92225,0.009286325,12.0,40140.0,22942.29308345,ca +6065,92230,0.00142802,79.0,40140.0,3527.98909892,ca +6065,92234,0.022624019,69.0,40140.0,55893.679644373995,ca +6065,92236,0.018904709,80.0,40140.0,46704.953201113996,ca +6065,92239,0.000114879,80.0,40140.0,283.813853934,ca +6065,92240,0.01444246,69.0,40140.0,35680.76178316,ca +6065,92241,0.003313879,69.0,40140.0,8187.090507934,ca +6065,92253,0.016924935,69.0,40140.0,41813.83046451,ca +6065,92254,0.004354079,80.0,40140.0,10756.952457134,ca +6065,92258,0.000326189,69.0,40140.0,805.864929194,ca +6065,92260,0.014349383,69.0,40140.0,35450.810773118,ca +6065,92262,0.011956211999999999,69.0,40140.0,29538.371731752,ca +6065,92264,0.00833543,69.0,40140.0,20593.063244779998,ca +6065,92270,0.007578235,69.0,40140.0,18722.37816631,ca +6065,92274,0.006338465,80.0,40140.0,15659.469351889999,ca +6065,92276,0.003258536,69.0,40140.0,8050.3630806559995,ca +6065,92282,0.000575652,69.0,40140.0,1422.174745992,ca +6065,92320,0.003604431,79.0,40140.0,8904.912589326,ca +6065,92501,0.009079627,79.0,40140.0,22431.636166342,ca +6065,92503,0.039625679,79.0,40140.0,97897.062750734,ca +6065,92504,0.024969812999999997,79.0,40140.0,61689.07162789799,ca +6065,92505,0.021517576,79.0,40140.0,53160.161316496,ca +6065,92506,0.019225028999999998,79.0,40140.0,47496.31849583399,ca +6065,92507,0.024269638,79.0,40140.0,59959.257082348,ca +6065,92508,0.016445713,79.0,40140.0,40629.890469298,ca +6065,92509,0.034050277999999996,79.0,40140.0,84122.778111788,ca +6065,92518,0.00049725,79.0,40140.0,1228.4789985,ca +6065,92530,0.023693147999999997,80.0,40140.0,58535.012018807996,ca +6065,92532,0.010680803999999999,79.0,40140.0,26387.417598983997,ca +6065,92536,0.001269538,79.0,40140.0,3136.452027748,ca +6065,92539,0.001971809,69.0,40140.0,4871.444837714001,ca +6065,92543,0.015770695,79.0,40140.0,38962.22744947,ca +6065,92544,0.020511756000000003,79.0,40140.0,50675.23673877601,ca +6065,92545,0.017713155,79.0,40140.0,43761.164232630006,ca +6065,92548,0.0034685890000000002,79.0,40140.0,8569.308679594,ca +6065,92549,0.001033072,79.0,40140.0,2552.2518973119995,ca +6065,92551,0.014078118,79.0,40140.0,34780.638112428,ca +6065,92553,0.03179295,79.0,40140.0,78545.9454507,ca +6065,92555,0.018429681,79.0,40140.0,45531.374675826,ca +6065,92557,0.021839152999999997,79.0,40140.0,53954.63208753799,ca +6065,92561,0.0005358219999999999,79.0,40140.0,1323.7728988119998,ca +6065,92562,0.026881666000000002,80.0,40140.0,66412.392409636,ca +6065,92563,0.028563762000000003,80.0,40140.0,70568.08795405201,ca +6065,92567,0.004288254,79.0,40140.0,10594.328766684,ca +6065,92570,0.025551754,79.0,40140.0,63126.783637684,ca +6065,92571,0.023665895,79.0,40140.0,58467.68222867,ca +6065,92582,0.007036543,79.0,40140.0,17384.103162478,ca +6065,92583,0.013706648,79.0,40140.0,33862.904389808,ca +6065,92584,0.021507513,79.0,40140.0,53135.300212097995,ca +6065,92585,0.009111491,79.0,40140.0,22510.357644085998,ca +6065,92586,0.008398739,79.0,40140.0,20749.471041494002,ca +6065,92587,0.007323741,79.0,40140.0,18093.639032586,ca +6065,92590,0.00183974,80.0,40140.0,4545.16229804,ca +6065,92591,0.017234772,80.0,40140.0,42579.297025511994,ca +6065,92592,0.035393607,80.0,40140.0,87441.534199422,ca +6065,92595,0.014104951000000001,80.0,40140.0,34846.930273246006,ca +6065,92596,0.012818223,79.0,40140.0,31668.009559758,ca +6065,92860,0.011148705,23.0,40140.0,27543.38854293,ca +6065,92879,0.019671966000000003,23.0,40140.0,48600.49691343601,ca +6065,92880,0.029231234,23.0,40140.0,72217.108233764,ca +6065,92881,0.014253371,23.0,40140.0,35213.608710566004,ca +6065,92882,0.030011488,23.0,40140.0,74144.761632448,ca +6065,92883,0.014704501000000002,23.0,40140.0,36328.146127546,ca +6067,95608,0.040912482,77.0,40900.0,63498.544987956,ca +6067,95610,0.030419812999999997,77.0,40900.0,47213.31412515399,ca +6067,95615,0.000660711,77.0,40900.0,1025.461793238,ca +6067,95621,0.027616917,77.0,40900.0,42863.056965186,ca +6067,95624,0.043479929,77.0,40900.0,67483.371643882,ca +6067,95626,0.004189793,77.0,40900.0,6502.8017439939995,ca +6067,95628,0.027196285,77.0,40900.0,42210.211704530004,ca +6067,95630,0.050907799000000004,77.0,40900.0,79011.856700342,ca +6067,95632,0.020787588,77.0,40900.0,32263.542256104,ca +6067,95638,0.00140277,77.0,40900.0,2177.18040066,ca +6067,95639,0.0002123,77.0,40900.0,329.50191340000003,ca +6067,95641,0.001023804,77.0,40900.0,1589.0031886319998,ca +6067,95652,0.000441135,77.0,40900.0,684.66710583,ca +6067,95655,0.002763213,77.0,40900.0,4288.666842354,ca +6067,95660,0.024121565,77.0,40900.0,37438.067930770005,ca +6067,95662,0.021167877,77.0,40900.0,32853.772840866004,ca +6067,95670,0.036142666000000004,77.0,40900.0,56095.513906628,ca +6067,95673,0.010418596,77.0,40900.0,16170.265270568001,ca +6067,95680,6.61e-06,77.0,40900.0,10.25910338,ca +6067,95683,0.004152756,77.0,40900.0,6445.318171847999,ca +6067,95690,0.001403432,77.0,40900.0,2178.207863056,ca +6067,95693,0.004470214,77.0,40900.0,6938.031400412,ca +6067,95742,0.007884218,77.0,40900.0,12236.763620644,ca +6067,95757,0.032858952999999996,77.0,40900.0,50999.000875273996,ca +6067,95758,0.042257712999999995,77.0,40900.0,65586.42152335399,ca +6067,95811,0.004001302,77.0,40900.0,6210.252779516,ca +6067,95814,0.00749996,77.0,40900.0,11640.37291768,ca +6067,95815,0.016682451,77.0,40900.0,25892.131534158,ca +6067,95816,0.011386845,77.0,40900.0,17673.04387701,ca +6067,95817,0.008902731,77.0,40900.0,13817.554870398,ca +6067,95818,0.01437294,77.0,40900.0,22307.636510520002,ca +6067,95819,0.013001915,77.0,40900.0,20179.72619107,ca +6067,95820,0.023463499999999998,77.0,40900.0,36416.712883,ca +6067,95821,0.023432416,77.0,40900.0,36368.468712128,ca +6067,95822,0.029975371,77.0,40900.0,46523.514363518,ca +6067,95823,0.052428294,77.0,40900.0,81371.753129052,ca +6067,95824,0.020036931,77.0,40900.0,31098.479053998002,ca +6067,95825,0.023693658,77.0,40900.0,36773.931448163996,ca +6067,95826,0.025301452999999998,77.0,40900.0,39269.322540274,ca +6067,95827,0.014011168999999999,77.0,40900.0,21746.146935801997,ca +6067,95828,0.039860900000000005,77.0,40900.0,61866.42873220001,ca +6067,95829,0.018607044,77.0,40900.0,28879.211496551998,ca +6067,95830,0.0005965580000000001,77.0,40900.0,925.8926163640001,ca +6067,95831,0.028117576000000002,77.0,40900.0,43640.108771408006,ca +6067,95832,0.007617685,77.0,40900.0,11823.08894573,ca +6067,95833,0.027254485,77.0,40900.0,42300.54148013,ca +6067,95834,0.018669875,77.0,40900.0,28976.72885275,ca +6067,95835,0.026521685,77.0,40900.0,41163.19337773,ca +6067,95837,0.00020171900000000002,77.0,40900.0,313.079587702,ca +6067,95838,0.025917191000000003,77.0,40900.0,40224.98362907801,ca +6067,95841,0.013615007,77.0,40900.0,21131.280534406,ca +6067,95842,0.021341818,77.0,40900.0,33123.739361444,ca +6067,95843,0.030892032000000003,77.0,40900.0,47946.225401856005,ca +6067,95864,0.015696346,77.0,40900.0,24361.639380068,ca +6069,95023,0.907017211,82.0,41940.0,56967.936988488,ca +6069,95043,0.01261134,82.0,41940.0,792.09304272,ca +6069,95045,0.07203280299999999,82.0,41940.0,4524.236290823999,ca +6069,95075,0.008338645,82.0,41940.0,523.73361516,ca +6071,91701,0.018780008,79.0,40140.0,40942.01374068,ca +6071,91708,0.001825743,79.0,40140.0,3980.274928155,ca +6071,91709,0.037198808,79.0,40140.0,81096.56333868,ca +6071,91710,0.042492148,79.0,40140.0,92636.49447258,ca +6071,91730,0.033504163999999996,79.0,40140.0,73041.92537393999,ca +6071,91737,0.011886562,79.0,40140.0,25913.71551777,ca +6071,91739,0.018671645,79.0,40140.0,40705.773189825,ca +6071,91759,0.00017544400000000002,79.0,40140.0,382.48283274000005,ca +6071,91761,0.028673358,79.0,40140.0,62510.35767543,ca +6071,91762,0.028473988999999998,79.0,40140.0,62075.716309065,ca +6071,91763,0.018016311,56.0,40140.0,39277.089366435,ca +6071,91764,0.025718487999999998,79.0,40140.0,56068.48991147999,ca +6071,91784,0.011993516999999999,79.0,40140.0,26146.886508944997,ca +6071,91786,0.025260644,79.0,40140.0,55070.35107474,ca +6071,92242,0.000612647,12.0,40140.0,1335.622534995,ca +6071,92252,0.004406739000000001,69.0,40140.0,9607.065592815,ca +6071,92256,0.001539591,69.0,40140.0,3356.4392452350003,ca +6071,92267,2.35e-06,12.0,40140.0,5.1231997499999995,ca +6071,92268,0.000280054,69.0,40140.0,610.54152459,ca +6071,92277,0.011031859,69.0,40140.0,24050.390328015,ca +6071,92278,0.0022221339999999997,69.0,40140.0,4844.44100139,ca +6071,92280,8.91e-06,279.0,40140.0,19.424557349999997,ca +6071,92284,0.012236512,69.0,40140.0,26676.63626352,ca +6071,92285,0.001004815,69.0,40140.0,2190.582109275,ca +6071,92301,0.015933969,79.0,40140.0,34737.406807365,ca +6071,92304,9.85e-06,69.0,40140.0,21.473837250000003,ca +6071,92305,0.00029178099999999996,79.0,40140.0,636.1073813849999,ca +6071,92307,0.018423022,79.0,40140.0,40163.75391687,ca +6071,92308,0.019611725,79.0,40140.0,42755.227496625,ca +6071,92309,0.000296941,79.0,40140.0,647.356619985,ca +6071,92310,0.004262256,79.0,40140.0,9292.08037176,ca +6071,92311,0.015767438,79.0,40140.0,34374.355072230006,ca +6071,92313,0.005869396999999999,79.0,40140.0,12795.784358744999,ca +6071,92314,0.005329461999999999,79.0,40140.0,11618.680164269997,ca +6071,92315,0.002455277,79.0,40140.0,5352.712558545,ca +6071,92316,0.013502146999999999,79.0,40140.0,29435.828142494996,ca +6071,92321,0.000546972,79.0,40140.0,1192.44545262,ca +6071,92322,0.000321804,79.0,40140.0,701.56007334,ca +6071,92324,0.027868848999999998,79.0,40140.0,60756.459672164994,ca +6071,92325,0.0040441240000000005,79.0,40140.0,8816.534070540001,ca +6071,92327,0.000347135,79.0,40140.0,756.783806475,ca +6071,92332,4.3200000000000007e-05,279.0,40140.0,94.17967200000001,ca +6071,92333,0.000148236,79.0,40140.0,323.16708006,ca +6071,92335,0.046574269,79.0,40140.0,101535.865232865,ca +6071,92336,0.045303473,79.0,40140.0,98765.421935205,ca +6071,92337,0.018233036,79.0,40140.0,39749.56828806,ca +6071,92338,0.0,79.0,40140.0,0.0,ca +6071,92339,0.000555885,79.0,40140.0,1211.876550225,ca +6071,92341,9.520000000000001e-05,79.0,40140.0,207.54409200000003,ca +6071,92342,0.003052912,79.0,40140.0,6655.60765752,ca +6071,92344,0.010790741000000001,79.0,40140.0,23524.732592985,ca +6071,92345,0.037907151,79.0,40140.0,82640.811287835,ca +6071,92346,0.028967483999999998,79.0,40140.0,63151.57735614,ca +6071,92347,0.00039545300000000004,79.0,40140.0,862.121153505,ca +6071,92352,0.002687482,79.0,40140.0,5858.939195970001,ca +6071,92354,0.010169651,79.0,40140.0,22170.703600335,ca +6071,92356,0.0028451,79.0,40140.0,6202.5598335,ca +6071,92358,0.00036683699999999996,79.0,40140.0,799.7358411449999,ca +6071,92359,0.004248183,79.0,40140.0,9261.400035555,ca +6071,92363,0.002536432,279.0,40140.0,5529.63735672,ca +6071,92364,0.0,279.0,40140.0,0.0,ca +6071,92365,0.001309731,79.0,40140.0,2855.324907135,ca +6071,92368,0.0005160119999999999,79.0,40140.0,1124.95002102,ca +6071,92371,0.008388472,79.0,40140.0,18287.581980119998,ca +6071,92372,0.002946895,79.0,40140.0,6424.481586075,ca +6071,92373,0.015604191000000002,79.0,40140.0,34018.462736235,ca +6071,92374,0.020468304,79.0,40140.0,44622.64252584,ca +6071,92376,0.040824492999999996,79.0,40140.0,89000.864821905,ca +6071,92377,0.009173748,79.0,40140.0,19999.550408580002,ca +6071,92378,0.000123374,79.0,40140.0,268.96580679,ca +6071,92382,0.002208999,79.0,40140.0,4815.8055849150005,ca +6071,92385,9.48e-05,79.0,40140.0,206.672058,ca +6071,92386,0.001003877,79.0,40140.0,2188.5371895450003,ca +6071,92391,0.001162903,79.0,40140.0,2535.227386755,ca +6071,92392,0.027303581,79.0,40140.0,59524.127384385,ca +6071,92394,0.016589773000000002,79.0,40140.0,36167.115270705006,ca +6071,92395,0.020049865,79.0,40140.0,43710.409938525,ca +6071,92397,0.002144263,79.0,40140.0,4674.675602355,ca +6071,92398,0.000984175,79.0,40140.0,2145.5851548749997,ca +6071,92399,0.025407942000000003,79.0,40140.0,55391.47323507001,ca +6071,92401,0.000904897,79.0,40140.0,1972.752376245,ca +6071,92404,0.028716515,79.0,40140.0,62604.443603775006,ca +6071,92405,0.014312755,79.0,40140.0,31203.022484175,ca +6071,92407,0.032472141,79.0,40140.0,70792.02751198501,ca +6071,92408,0.00677101,79.0,40140.0,14761.37733585,ca +6071,92410,0.02141026,79.0,40140.0,46676.186672100004,ca +6071,92411,0.012460742,79.0,40140.0,27165.47672307,ca +6071,93558,1.88e-05,79.0,40140.0,40.985597999999996,ca +6071,93562,0.000808262,79.0,40140.0,1762.0798622700001,ca +6073,91901,0.005627908,80.0,41740.0,18787.81411364,ca +6073,91902,0.00610706,80.0,41740.0,20387.3816098,ca +6073,91905,0.000448219,80.0,41740.0,1496.3029342700002,ca +6073,91906,0.0013194860000000001,80.0,41740.0,4404.87969838,ca +6073,91910,0.022531346,80.0,41740.0,75217.06829218,ca +6073,91911,0.025887833,80.0,41740.0,86422.12953889,ca +6073,91913,0.016094642,80.0,41740.0,53729.226227859996,ca +6073,91914,0.004960432,80.0,41740.0,16559.55895856,ca +6073,91915,0.009625488,80.0,41740.0,32133.05535504,ca +6073,91916,0.000594997,80.0,41740.0,1986.29633501,ca +6073,91917,0.000279,80.0,41740.0,931.39407,ca +6073,91931,0.00015041700000000002,80.0,41740.0,502.14158361000005,ca +6073,91932,0.008097359,80.0,41740.0,27031.65647047,ca +6073,91934,8.1e-05,80.0,41740.0,270.40473000000003,ca +6073,91935,0.002526767,80.0,41740.0,8435.18207911,ca +6073,91941,0.009820788,80.0,41740.0,32785.03120404,ca +6073,91942,0.012192588999999998,80.0,41740.0,40702.885636369996,ca +6073,91945,0.008246563,80.0,41740.0,27529.74865979,ca +6073,91948,4.55e-06,80.0,41740.0,15.189401499999999,ca +6073,91950,0.018995935,80.0,41740.0,63414.69968855,ca +6073,91962,0.000721153,80.0,41740.0,2407.44669449,ca +6073,91963,0.000302957,80.0,41740.0,1011.3704418100001,ca +6073,91977,0.019224593,80.0,41740.0,64178.03554969001,ca +6073,91978,0.0031896940000000003,80.0,41740.0,10648.251171020001,ca +6073,91980,0.00019287400000000002,80.0,41740.0,643.8770604200001,ca +6073,92003,0.001529039,80.0,41740.0,5104.43676487,ca +6073,92004,0.000732071,80.0,41740.0,2443.89458143,ca +6073,92007,0.003406829,80.0,41740.0,11373.11945557,ca +6073,92008,0.00828811,80.0,41740.0,27668.446256299998,ca +6073,92009,0.013897518999999999,80.0,41740.0,46394.50460327,ca +6073,92010,0.004891895,80.0,41740.0,16330.759835350002,ca +6073,92011,0.007394098000000001,80.0,41740.0,24683.93917634,ca +6073,92014,0.0042041000000000005,80.0,41740.0,14034.673153000002,ca +6073,92019,0.012858245,80.0,41740.0,42925.065030850004,ca +6073,92020,0.017814128999999998,80.0,41740.0,59469.44126456999,ca +6073,92021,0.021628843,80.0,41740.0,72204.21545219,ca +6073,92024,0.015616703000000001,80.0,41740.0,52133.70812599,ca +6073,92025,0.016306924,80.0,41740.0,54437.89359692,ca +6073,92026,0.015139068,80.0,41740.0,50539.20487644,ca +6073,92027,0.017228533,80.0,41740.0,57514.528569890004,ca +6073,92028,0.014975003999999998,80.0,41740.0,49991.50510331999,ca +6073,92029,0.005807135,80.0,41740.0,19386.13298455,ca +6073,92036,0.000673542,80.0,41740.0,2248.50546486,ca +6073,92037,0.01204672,80.0,41740.0,40215.9267776,ca +6073,92040,0.014029133999999999,80.0,41740.0,46833.878906219994,ca +6073,92054,0.012789405,80.0,41740.0,42695.25439365,ca +6073,92055,0.003675517,23.0,41740.0,12270.08866661,ca +6073,92056,0.016329062,80.0,41740.0,54511.797546459995,ca +6073,92057,0.017694341000000002,80.0,41740.0,59069.54939053001,ca +6073,92058,0.013917838,80.0,41740.0,46462.33613054,ca +6073,92059,0.000441547,80.0,41740.0,1474.02959651,ca +6073,92060,2.7899999999999997e-05,79.0,41740.0,93.13940699999999,ca +6073,92061,0.000720547,80.0,41740.0,2405.4236665099997,ca +6073,92064,0.015142707,80.0,41740.0,50551.35305931,ca +6073,92065,0.011011086000000002,80.0,41740.0,36758.638726380006,ca +6073,92066,0.000173465,80.0,41740.0,579.0834134500001,ca +6073,92067,0.0026553490000000004,80.0,41740.0,8864.431227170002,ca +6073,92069,0.015601843,80.0,41740.0,52084.100542190004,ca +6073,92070,0.000251403,80.0,41740.0,839.26617699,ca +6073,92071,0.017440815,80.0,41740.0,58223.19593895,ca +6073,92075,0.0038283609999999997,80.0,41740.0,12780.332377129998,ca +6073,92078,0.014870076000000001,80.0,41740.0,49641.220813080006,ca +6073,92081,0.008917375,80.0,41740.0,29769.14048375,ca +6073,92082,0.005478401,80.0,41740.0,18288.71041033,ca +6073,92083,0.0118402,80.0,41740.0,39526.494866,ca +6073,92084,0.015593352,80.0,41740.0,52055.75478216,ca +6073,92086,0.000468234,80.0,41740.0,1563.11960922,ca +6073,92091,0.00040727900000000003,80.0,41740.0,1359.63170407,ca +6073,92101,0.01192208,80.0,41740.0,39799.8373264,ca +6073,92102,0.013495092,80.0,41740.0,45051.07047636,ca +6073,92103,0.01057712,80.0,41740.0,35309.9170096,ca +6073,92104,0.013707981000000001,80.0,41740.0,45761.764211730006,ca +6073,92105,0.022091921,80.0,41740.0,73750.12263193,ca +6073,92106,0.00578621,80.0,41740.0,19316.2784293,ca +6073,92107,0.009445958,80.0,41740.0,31533.724970140003,ca +6073,92108,0.006843073000000001,80.0,41740.0,22844.435888090004,ca +6073,92109,0.014682964,80.0,41740.0,49016.57921012,ca +6073,92110,0.009070825,80.0,41740.0,30281.407222249996,ca +6073,92111,0.014971668,80.0,41740.0,49980.36843444,ca +6073,92113,0.016868259,80.0,41740.0,56311.81506747,ca +6073,92114,0.021240062999999997,80.0,41740.0,70906.33951478999,ca +6073,92115,0.019970613999999998,80.0,41740.0,66668.49983461999,ca +6073,92116,0.010240197,80.0,41740.0,34185.15685101,ca +6073,92117,0.017035052,80.0,41740.0,56868.625143159996,ca +6073,92118,0.006818509,80.0,41740.0,22762.433149970002,ca +6073,92119,0.00727522,80.0,41740.0,24287.0851826,ca +6073,92120,0.008837618,80.0,41740.0,29502.88529794,ca +6073,92121,0.001411678,80.0,41740.0,4712.64701774,ca +6073,92122,0.014689332,80.0,41740.0,49037.837695559996,ca +6073,92123,0.00946658,80.0,41740.0,31602.568011400002,ca +6073,92124,0.00975589,80.0,41740.0,32568.3802637,ca +6073,92126,0.025040826000000002,80.0,41740.0,83594.54066058001,ca +6073,92127,0.014775155,80.0,41740.0,49324.34319115,ca +6073,92128,0.015486301000000001,80.0,41740.0,51698.38321733,ca +6073,92129,0.016675082,80.0,41740.0,55666.926493060004,ca +6073,92130,0.016775158000000002,80.0,41740.0,56001.01320614001,ca +6073,92131,0.010419728,80.0,41740.0,34784.49057424,ca +6073,92132,0.0,80.0,41740.0,0.0,ca +6073,92134,8.49e-05,80.0,41740.0,283.424217,ca +6073,92135,0.00019590599999999998,80.0,41740.0,653.99887698,ca +6073,92139,0.011232768999999998,80.0,41740.0,37498.68973576999,ca +6073,92140,0.001112663,80.0,41740.0,3714.43627279,ca +6073,92145,0.0007244889999999999,80.0,41740.0,2418.58336337,ca +6073,92147,0.000167097,80.0,41740.0,557.82492801,ca +6073,92154,0.026326348,80.0,41740.0,87886.03731884,ca +6073,92155,0.000148598,80.0,41740.0,496.06916134,ca +6073,92173,0.009663699,80.0,41740.0,32260.61628267,ca +6075,94102,0.03570739,81.0,41860.0,31477.81394711,ca +6075,94103,0.033027065,81.0,41860.0,29114.976123685003,ca +6075,94104,0.000627554,81.0,41860.0,553.219601146,ca +6075,94105,0.010522456000000001,81.0,41860.0,9276.060564344001,ca +6075,94107,0.034123562,81.0,41860.0,30081.591957538003,ca +6075,94108,0.016723292,81.0,41860.0,14742.401339308,ca +6075,94109,0.06514268200000001,81.0,41860.0,57426.466174418005,ca +6075,94110,0.085238218,81.0,41860.0,75141.665839682,ca +6075,94111,0.004160709,81.0,41860.0,3667.8688582410005,ca +6075,94112,0.09788700300000001,81.0,41860.0,86292.18960764701,ca +6075,94114,0.039945106,81.0,41860.0,35213.568249194,ca +6075,94115,0.040232448,81.0,41860.0,35466.874301952,ca +6075,94116,0.05496618599999999,81.0,41860.0,48455.38630211399,ca +6075,94117,0.050846854000000004,81.0,41860.0,44823.993296846005,ca +6075,94118,0.047661957000000005,81.0,41860.0,42016.35053139301,ca +6075,94121,0.050336535,81.0,41860.0,44374.122092715,ca +6075,94122,0.071411331,81.0,41860.0,62952.587431718996,ca +6075,94123,0.029815732999999997,81.0,41860.0,26284.029610416997,ca +6075,94124,0.040645071,81.0,41860.0,35830.621694978996,ca +6075,94127,0.024622893,81.0,41860.0,21706.286701257,ca +6075,94129,0.004590572,81.0,41860.0,4046.814156028,ca +6075,94130,0.0035216609999999997,81.0,41860.0,3104.5167328889997,ca +6075,94131,0.034368377,81.0,41860.0,30297.408375973,ca +6075,94132,0.036191272999999996,81.0,41860.0,31904.380521876996,ca +6075,94133,0.030489263,81.0,41860.0,26877.779308387,ca +6075,94134,0.048814773,81.0,41860.0,43032.614323377,ca +6075,94158,0.008380036,81.0,41860.0,7387.4123557640005,ca +6077,95202,0.008213055,91.0,44700.0,6259.56344214,ca +6077,95203,0.021589892000000003,91.0,44700.0,16454.693008016002,ca +6077,95204,0.038902864,91.0,44700.0,29649.739991872,ca +6077,95205,0.052751873,91.0,44700.0,40204.734503203996,ca +6077,95206,0.087637854,91.0,44700.0,66793.015150392,ca +6077,95207,0.071002346,91.0,44700.0,54114.29599920799,ca +6077,95209,0.060647409000000006,91.0,44700.0,46222.301474532,ca +6077,95210,0.056273317999999996,91.0,44700.0,42888.596767063995,ca +6077,95211,0.002229473,91.0,44700.0,1699.188388004,ca +6077,95212,0.038388265,91.0,44700.0,29257.53939322,ca +6077,95215,0.033354501,91.0,44700.0,25421.066228148,ca +6077,95219,0.040604052,91.0,44700.0,30946.297023696003,ca +6077,95220,0.010316615,77.0,44700.0,7862.787489019999,ca +6077,95227,0.001152373,77.0,44700.0,878.278777204,ca +6077,95230,0.000817063,91.0,44700.0,622.722931324,ca +6077,95231,0.006968984,91.0,44700.0,5311.397217632,ca +6077,95234,0.00015465299999999998,91.0,44700.0,117.86847464399999,ca +6077,95236,0.005779659,91.0,44700.0,4404.955547532,ca +6077,95237,0.004832577,77.0,44700.0,3683.138895396,ca +6077,95240,0.066840389,77.0,44700.0,50942.268795572,ca +6077,95242,0.035905598,77.0,44700.0,27365.379704503997,ca +6077,95258,0.0053115919999999995,77.0,44700.0,4048.2192196159995,ca +6077,95304,0.019898285,91.0,44700.0,15165.438116180001,ca +6077,95320,0.017920637,58.0,44700.0,13658.177648276,ca +6077,95330,0.029496377,91.0,44700.0,22480.604737796002,ca +6077,95336,0.065162468,91.0,44700.0,49663.444661264,ca +6077,95337,0.051604974000000005,91.0,44700.0,39330.627724152,ca +6077,95366,0.024161517999999996,58.0,44700.0,18414.652620663997,ca +6077,95376,0.073278352,91.0,44700.0,55848.949420096,ca +6077,95377,0.044481335999999996,91.0,44700.0,33901.361269728,ca +6077,95391,0.022666991,91.0,44700.0,17275.601856668,ca +6077,95686,0.001654655,77.0,44700.0,1261.0919989400002,ca +6079,93401,0.101569842,83.0,42020.0,28755.539538462,ca +6079,93402,0.05842687,83.0,42020.0,16541.28959257,ca +6079,93405,0.130611749,83.0,42020.0,36977.622871139,ca +6079,93410,0.0,83.0,42020.0,0.0,ca +6079,93420,0.10769126300000001,83.0,42020.0,30488.581159193003,ca +6079,93422,0.120806041,83.0,42020.0,34201.519073551004,ca +6079,93424,0.0027730429999999998,83.0,42020.0,785.0789767729999,ca +6079,93428,0.021373157,83.0,42020.0,6050.975851427,ca +6079,93430,0.010531131,83.0,42020.0,2981.4790285410004,ca +6079,93432,0.0040201970000000005,83.0,42020.0,1138.1619928670002,ca +6079,93433,0.048378162999999995,83.0,42020.0,13696.390105092998,ca +6079,93442,0.039222833,83.0,42020.0,11104.415473463,ca +6079,93444,0.074239647,86.0,42020.0,21018.060701817,ca +6079,93445,0.026383216,83.0,42020.0,7469.378664976,ca +6079,93446,0.159925242,83.0,42020.0,45276.595187861996,ca +6079,93449,0.029002597999999997,83.0,42020.0,8210.954522377999,ca +6079,93451,0.014612078,83.0,42020.0,4136.840014658,ca +6079,93452,0.00284094,83.0,42020.0,804.3013643400001,ca +6079,93453,0.010552572,83.0,42020.0,2987.549211492,ca +6079,93461,0.005185161,83.0,42020.0,1467.9761158709998,ca +6079,93465,0.031854257999999996,83.0,42020.0,9018.290836638,ca +6081,94002,0.034677321000000004,85.0,41860.0,26582.697990933004,ca +6081,94005,0.005981398000000001,85.0,41860.0,4585.178209054,ca +6081,94010,0.054472535999999995,85.0,41860.0,41757.17533912799,ca +6081,94014,0.063122106,85.0,41860.0,48387.702162737995,ca +6081,94015,0.082718451,85.0,41860.0,63409.731138423,ca +6081,94019,0.025896445,85.0,41860.0,19851.515532985002,ca +6081,94020,0.001700594,85.0,41860.0,1303.629444362,ca +6081,94021,0.000555816,85.0,41860.0,426.073538568,ca +6081,94025,0.054546474000000005,85.0,41860.0,41813.854213602004,ca +6081,94027,0.009489669000000001,85.0,41860.0,7274.524034337001,ca +6081,94028,0.00875538,85.0,41860.0,6711.6379127400005,ca +6081,94030,0.028950884,85.0,41860.0,22192.966000532,ca +6081,94037,0.003431782,85.0,41860.0,2630.711423086,ca +6081,94038,0.004700216,85.0,41860.0,3603.0586797680003,ca +6081,94044,0.049800365,85.0,41860.0,38175.615199145,ca +6081,94060,0.0013780670000000002,85.0,41860.0,1056.3889543910002,ca +6081,94061,0.050512983,85.0,41860.0,38721.888917259,ca +6081,94062,0.035384839,85.0,41860.0,27125.062186747,ca +6081,94063,0.043984692,85.0,41860.0,33717.477300516,ca +6081,94065,0.016035807,85.0,41860.0,12292.616679411,ca +6081,94066,0.05497481,85.0,41860.0,42142.20502613,ca +6081,94070,0.039581506,85.0,41860.0,30342.113798938,ca +6081,94074,0.000251137,85.0,41860.0,192.514843501,ca +6081,94080,0.08617318,85.0,41860.0,66058.03311214001,ca +6081,94128,0.00017209900000000002,85.0,41860.0,131.926446727,ca +6081,94303,0.06124049,85.0,41860.0,46945.30614077,ca +6081,94401,0.045146042000000004,85.0,41860.0,34607.736854066,ca +6081,94402,0.032844147000000004,85.0,41860.0,25177.436298231005,ca +6081,94403,0.056473984000000005,85.0,41860.0,43291.43133683201,ca +6081,94404,0.04704678,85.0,41860.0,36064.79128494,ca +6083,93013,0.037461849,86.0,42200.0,16726.678116651,ca +6083,93067,0.00102185,86.0,42200.0,456.25500315,ca +6083,93101,0.07117841400000001,86.0,42200.0,31781.090672586004,ca +6083,93103,0.045809962999999995,86.0,42200.0,20454.102669537,ca +6083,93105,0.061929992,86.0,42200.0,27651.679498008,ca +6083,93108,0.024524412000000002,86.0,42200.0,10950.125433588,ca +6083,93109,0.026048185,86.0,42200.0,11630.488554315001,ca +6083,93110,0.037497862,86.0,42200.0,16742.757885138,ca +6083,93111,0.038855077,86.0,42200.0,17348.753025423,ca +6083,93117,0.13151486,86.0,42200.0,58721.25347514,ca +6083,93254,0.0019311620000000002,86.0,42200.0,862.2619018380001,ca +6083,93427,0.013664437,86.0,42200.0,6101.157456063,ca +6083,93429,0.00024983599999999997,86.0,42200.0,111.55152416399999,ca +6083,93434,0.016543174,86.0,42200.0,7386.510647826,ca +6083,93436,0.126957046,86.0,42200.0,56686.194081953996,ca +6083,93437,0.007605359,86.0,42200.0,3395.785188141,ca +6083,93440,0.003709272,86.0,42200.0,1656.186238728,ca +6083,93441,0.002280032,86.0,42200.0,1018.032007968,ca +6083,93454,0.091390347,86.0,42200.0,40805.698545153,ca +6083,93455,0.10154583,86.0,42200.0,45340.111549170004,ca +6083,93458,0.12912454,86.0,42200.0,57653.977985460006,ca +6083,93460,0.011094055,86.0,42200.0,4953.484463445,ca +6083,93463,0.018062445,86.0,42200.0,8064.863630055,ca +6085,94022,0.010203636,82.0,41940.0,19671.100069872,ca +6085,94024,0.01261685,82.0,41940.0,24323.4195062,ca +6085,94040,0.018874461999999998,82.0,41940.0,36387.169315624,ca +6085,94041,0.007579272,82.0,41940.0,14611.714683744,ca +6085,94043,0.01658025,82.0,41940.0,31964.268123,ca +6085,94085,0.012433081,82.0,41940.0,23969.140072012,ca +6085,94086,0.02613306,82.0,41940.0,50380.67198712,ca +6085,94087,0.030129107000000002,82.0,41940.0,58084.459188164,ca +6085,94089,0.011749083,82.0,41940.0,22650.493159716,ca +6085,94301,0.009052054,85.0,41940.0,17451.020408008,ca +6085,94304,0.0020546279999999997,85.0,41940.0,3961.0186990559996,ca +6085,94305,0.008282753,85.0,41940.0,15967.921936556,ca +6085,94306,0.014506139,85.0,41940.0,27965.689083428,ca +6085,95002,0.001129993,82.0,41940.0,2178.459265036,ca +6085,95008,0.02449178,82.0,41940.0,47216.52705656,ca +6085,95013,4.05e-05,82.0,41940.0,78.078006,ca +6085,95014,0.032872999,82.0,41940.0,63374.276868148,ca +6085,95020,0.033621764,82.0,41940.0,64817.784970928,ca +6085,95030,0.006996899,82.0,41940.0,13488.985730948,ca +6085,95032,0.013838463999999998,82.0,41940.0,26678.510499327997,ca +6085,95035,0.040840871,82.0,41940.0,78735.154839092,ca +6085,95037,0.02719776,82.0,41940.0,52433.25601152,ca +6085,95046,0.00317251,82.0,41940.0,6116.12974852,ca +6085,95050,0.020773756,82.0,41940.0,40048.727052112,ca +6085,95051,0.030605115,82.0,41940.0,59002.13216298,ca +6085,95053,0.001936679,82.0,41940.0,3733.630483508,ca +6085,95054,0.012776397,82.0,41940.0,24631.002509244,ca +6085,95070,0.016485469,82.0,41940.0,31781.544382588,ca +6085,95110,0.010638046000000002,82.0,41940.0,20508.578257192003,ca +6085,95111,0.03285299,82.0,41940.0,63335.702477479994,ca +6085,95112,0.032151615,82.0,41940.0,61983.55528098,ca +6085,95113,0.001020995,82.0,41940.0,1968.32725274,ca +6085,95116,0.029740507000000003,82.0,41940.0,57335.295900964,ca +6085,95117,0.015581896000000001,82.0,41940.0,30039.589367392004,ca +6085,95118,0.01714472,82.0,41940.0,33052.48274144,ca +6085,95119,0.005514113,82.0,41940.0,10630.393775276001,ca +6085,95120,0.019890192,82.0,41940.0,38345.346427584,ca +6085,95121,0.020062903,82.0,41940.0,38678.307674356,ca +6085,95122,0.030424506,82.0,41940.0,58653.944741112,ca +6085,95123,0.035377307999999996,82.0,41940.0,68202.213982416,ca +6085,95124,0.026943959,82.0,41940.0,51943.965246068,ca +6085,95125,0.028209803999999998,82.0,41940.0,54384.327061008,ca +6085,95126,0.01894976,82.0,41940.0,36532.33271552,ca +6085,95127,0.034587471,82.0,41940.0,66679.525142292,ca +6085,95128,0.019832797,82.0,41940.0,38234.697362044,ca +6085,95129,0.020971741000000002,82.0,41940.0,40430.412830332,ca +6085,95130,0.007826228000000001,82.0,41940.0,15087.809302256002,ca +6085,95131,0.016412804,82.0,41940.0,31641.457017008,ca +6085,95132,0.022033282,82.0,41940.0,42476.906770264,ca +6085,95133,0.015125897,82.0,41940.0,29160.490783244,ca +6085,95134,0.014335008,82.0,41940.0,27635.773842816,ca +6085,95135,0.011772778000000001,82.0,41940.0,22696.173612856,ca +6085,95136,0.025063621,82.0,41940.0,48318.951872092,ca +6085,95138,0.010934498,82.0,41940.0,21080.093838296,ca +6085,95139,0.0038401859999999998,82.0,41940.0,7403.310260472,ca +6085,95140,6.0599999999999996e-05,82.0,41940.0,116.82783119999999,ca +6085,95148,0.025724451000000002,82.0,41940.0,49592.93430925201,ca +6087,95003,0.084557246,87.0,42100.0,23102.138851398002,ca +6087,95005,0.026248596000000003,87.0,42100.0,7171.457658948,ca +6087,95006,0.031450652,87.0,42100.0,8592.726984876,ca +6087,95007,0.002318456,87.0,42100.0,633.432319128,ca +6087,95010,0.030742519,87.0,42100.0,8399.255843547,ca +6087,95017,0.002052906,87.0,42100.0,560.8806069780001,ca +6087,95018,0.024035679,87.0,42100.0,6566.859966627,ca +6087,95019,0.026224763999999998,87.0,42100.0,7164.9464467319995,ca +6087,95033,0.032672862999999996,82.0,42100.0,8926.650918819,ca +6087,95041,0.001201784,87.0,42100.0,328.343011992,ca +6087,95060,0.161260341,87.0,42100.0,44058.421545633,ca +6087,95062,0.129465836,87.0,42100.0,35371.749451068,ca +6087,95064,0.035062813,87.0,42100.0,9579.616328168999,ca +6087,95065,0.02844449,87.0,42100.0,7771.40444637,ca +6087,95066,0.05180608,87.0,42100.0,14154.09453504,ca +6087,95073,0.037275729,87.0,42100.0,10184.213747277001,ca +6087,95076,0.295179246,87.0,42100.0,80646.807337398,ca +6089,96001,0.203826425,73.0,39820.0,36705.062614,ca +6089,96002,0.19987618699999998,73.0,39820.0,35993.70375496,ca +6089,96003,0.262219209,73.0,39820.0,47220.43515672,ca +6089,96007,0.136230175,73.0,39820.0,24532.329914,ca +6089,96008,0.007829727,73.0,39820.0,1409.97723816,ca +6089,96011,0.0009551319999999999,73.0,39820.0,172.00017056,ca +6089,96013,0.028359177000000003,73.0,39820.0,5106.92059416,ca +6089,96016,0.002210955,73.0,39820.0,398.14877640000003,ca +6089,96017,0.0008961739999999999,73.0,39820.0,161.38301392,ca +6089,96019,0.05961323,73.0,39820.0,10735.150458400001,ca +6089,96028,0.008012499000000001,73.0,39820.0,1442.8908199200002,ca +6089,96033,0.002947939,73.0,39820.0,530.86485512,ca +6089,96040,0.001049466,73.0,39820.0,188.98783728,ca +6089,96047,0.005017393,73.0,39820.0,903.5321314400001,ca +6089,96051,0.007965332,73.0,39820.0,1434.39698656,ca +6089,96062,0.00593715,73.0,39820.0,1069.161972,ca +6089,96065,0.00211662,73.0,39820.0,381.16092960000003,ca +6089,96069,0.004881788,73.0,39820.0,879.1123830399999,ca +6089,96071,0.000288898,73.0,39820.0,52.02475184,ca +6089,96073,0.023223867000000002,73.0,39820.0,4182.153969360001,ca +6089,96084,0.0027003120000000003,73.0,39820.0,486.27218496000006,ca +6089,96087,0.003472673,73.0,39820.0,625.35895384,ca +6089,96088,0.026053887999999997,73.0,39820.0,4691.784151039999,ca +6089,96096,0.004315783,73.0,39820.0,777.18620264,ca +6091,95910,0.023844461,77.0,,71.65260530500001,ca +6091,95936,0.041819516,77.0,,125.66764558,ca +6091,95944,0.010638298000000001,77.0,,31.968085490000004,ca +6091,96111,0.034482759,280.0,,103.620690795,ca +6091,96118,0.663242847,280.0,,1993.0447552350001,ca +6091,96124,0.120689655,280.0,,362.672413275,ca +6091,96125,0.067498166,280.0,,202.83198883,ca +6091,96126,0.037784299,280.0,,113.541818495,ca +6093,95568,0.00569166,73.0,,247.80918474,ca +6093,96014,0.003262019,343.0,,142.02504524100002,ca +6093,96023,0.025061302999999997,343.0,,1091.1440713169998,ca +6093,96025,0.044026006,73.0,,1916.848275234,ca +6093,96027,0.054351983,343.0,,2366.430987837,ca +6093,96031,0.0030595490000000004,343.0,,133.20970391100002,ca +6093,96032,0.056466670999999996,343.0,,2458.5023886689996,ca +6093,96034,0.005309217,73.0,,231.15799896299998,ca +6093,96037,0.007536388000000001,343.0,,328.12679713200004,ca +6093,96038,0.018604756,343.0,,810.032471484,ca +6093,96039,0.02040449,343.0,,888.39109011,ca +6093,96044,0.020944411,343.0,,911.898710529,ca +6093,96049,0.001957211,73.0,,85.215009729,ca +6093,96050,0.009403613,343.0,,409.423906407,ca +6093,96057,0.02922319,73.0,,1272.34846941,ca +6093,96058,0.015432723999999998,343.0,,671.9253702359999,ca +6093,96064,0.107286675,343.0,,4671.154542825,ca +6093,96067,0.155452071,73.0,,6768.227719269,ca +6093,96085,0.0019122179999999998,343.0,,83.25605950199999,ca +6093,96086,0.006951475,343.0,,302.660270025,ca +6093,96094,0.147488245,73.0,,6421.490699055,ca +6093,96097,0.217025489,343.0,,9449.072765571,ca +6093,96134,0.043148636,343.0,,1878.6484628039998,ca +6095,94510,0.064631357,81.0,46700.0,28931.774541551,ca +6095,94512,3.66e-05,33.0,46700.0,16.3837338,ca +6095,94533,0.17296697800000002,33.0,46700.0,77427.45693285401,ca +6095,94534,0.08791620900000001,33.0,46700.0,39355.075545387,ca +6095,94535,0.008820435,33.0,46700.0,3948.405984705,ca +6095,94571,0.02237468,77.0,46700.0,10015.86887924,ca +6095,94585,0.067688895,33.0,46700.0,30300.460024485,ca +6095,94589,0.070133553,81.0,46700.0,31394.794065579,ca +6095,94590,0.085476125,81.0,46700.0,38262.789023375,ca +6095,94591,0.126541347,81.0,46700.0,56645.348195121,ca +6095,94592,0.002485821,81.0,46700.0,1112.760369903,ca +6095,95620,0.049977130999999994,77.0,46700.0,22371.912852232996,ca +6095,95625,0.00015322,33.0,46700.0,68.58786046,ca +6095,95687,0.155664563,33.0,46700.0,69682.15197500901,ca +6095,95688,0.085133095,33.0,46700.0,38109.234045085,ca +6097,94922,0.001201964,89.0,42220.0,594.174075904,ca +6097,94923,0.0016863370000000002,89.0,42220.0,833.6170872320001,ca +6097,94928,0.087910796,89.0,42220.0,43457.471251456,ca +6097,94931,0.017144429,89.0,42220.0,8475.108454144,ca +6097,94951,0.009111404,89.0,42220.0,4504.095007744,ca +6097,94952,0.072125802,89.0,42220.0,35654.380457472,ca +6097,94954,0.076570875,89.0,42220.0,37851.740064,ca +6097,95401,0.07771104599999999,89.0,42220.0,38415.367635455994,ca +6097,95403,0.090406415,89.0,42220.0,44691.145565440005,ca +6097,95404,0.080677086,89.0,42220.0,39881.587984895996,ca +6097,95405,0.042752437000000004,89.0,42220.0,21134.068696832,ca +6097,95407,0.084681639,89.0,42220.0,41861.182696704,ca +6097,95409,0.054441185999999996,89.0,42220.0,26912.238122495997,ca +6097,95412,0.0008013089999999999,89.0,42220.0,396.115885824,ca +6097,95421,0.0033507479999999997,89.0,42220.0,1656.3953633279998,ca +6097,95425,0.021101142000000003,89.0,42220.0,10431.054131712002,ca +6097,95430,1.4000000000000001e-05,89.0,42220.0,6.920704000000001,ca +6097,95431,0.00039068800000000004,89.0,42220.0,193.13114316800002,ca +6097,95436,0.012661483000000001,89.0,42220.0,6259.0268602880005,ca +6097,95439,0.001542819,89.0,42220.0,762.670973184,ca +6097,95441,0.004092258,89.0,42220.0,2022.9504506879998,ca +6097,95442,0.006251009,89.0,42220.0,3090.098785024,ca +6097,95444,0.001425214,89.0,42220.0,704.534587904,ca +6097,95446,0.010165863,89.0,42220.0,5025.3520519680005,ca +6097,95448,0.034846984,89.0,42220.0,17226.118682623997,ca +6097,95450,0.000594005,89.0,42220.0,293.63805568,ca +6097,95452,0.001933507,89.0,42220.0,955.8021163520001,ca +6097,95462,0.002521533,89.0,42220.0,1246.484537088,ca +6097,95465,0.004193917,89.0,42220.0,2073.204154112,ca +6097,95471,0.000936854,89.0,42220.0,463.120658944,ca +6097,95472,0.061318094000000004,89.0,42220.0,30311.741315584,ca +6097,95476,0.073337732,89.0,42220.0,36253.481085952,ca +6097,95486,0.000145511,89.0,42220.0,71.931325696,ca +6097,95492,0.05963973,89.0,42220.0,29482.06556928,ca +6097,95497,0.002314229,89.0,42220.0,1144.0067069440001,ca +6099,95307,0.082674197,58.0,33700.0,45525.37332002,ca +6099,95313,0.002263857,58.0,33700.0,1246.61549562,ca +6099,95316,0.012226674,58.0,33700.0,6732.74030484,ca +6099,95319,0.002825663,58.0,33700.0,1555.97958758,ca +6099,95323,0.002258313,58.0,33700.0,1243.5626365800001,ca +6099,95326,0.018273481,58.0,33700.0,10062.47504746,ca +6099,95328,0.008349473,58.0,33700.0,4597.72080218,ca +6099,95350,0.09812756,58.0,33700.0,54034.9221896,ca +6099,95351,0.09254830800000001,58.0,33700.0,50962.65128328001,ca +6099,95354,0.045726208,58.0,33700.0,25179.593697279997,ca +6099,95355,0.109086474,58.0,33700.0,60069.55777284,ca +6099,95356,0.060693535,58.0,33700.0,33421.5019831,ca +6099,95357,0.02092358,58.0,33700.0,11521.7785628,ca +6099,95358,0.061623102,58.0,33700.0,33933.37734732,ca +6099,95360,0.024078195,58.0,33700.0,13258.8988587,ca +6099,95361,0.063864782,58.0,33700.0,35167.78085612,ca +6099,95363,0.049712444,58.0,33700.0,27374.65441304,ca +6099,95367,0.04650054,58.0,33700.0,25605.9873564,ca +6099,95368,0.026833631,58.0,33700.0,14776.20724646,ca +6099,95380,0.078859829,58.0,33700.0,43424.95343714,ca +6099,95382,0.070859637,58.0,33700.0,39019.56771042,ca +6099,95385,0.00081314,58.0,33700.0,447.76367239999996,ca +6099,95386,0.019565266,58.0,33700.0,10773.80937556,ca +6099,95387,0.001312113,58.0,33700.0,722.52814458,ca +6101,95659,0.009042028,77.0,49700.0,876.814497188,ca +6101,95668,0.007802819,77.0,49700.0,756.647161249,ca +6101,95674,0.00958812,77.0,49700.0,929.7695845200001,ca +6101,95953,0.11491042,77.0,49700.0,11142.978337819999,ca +6101,95957,0.009325576,77.0,49700.0,904.310430296,ca +6101,95982,0.033910231,77.0,49700.0,3288.309010301,ca +6101,95991,0.427254206,77.0,49700.0,41431.267610026,ca +6101,95993,0.3881666,77.0,49700.0,37640.9033686,ca +6103,96021,0.228206607,31.0,,14852.598809988,ca +6103,96022,0.231215986,73.0,,15048.461232824,ca +6103,96029,0.002742192,31.0,,178.472824128,ca +6103,96035,0.052467269000000004,31.0,,3414.779735596,ca +6103,96055,0.055040711,31.0,,3582.269634724,ca +6103,96059,0.008423451,73.0,,548.231884884,ca +6103,96061,0.000267188,31.0,,17.389663792,ca +6103,96063,0.004106256,31.0,,267.251565504,ca +6103,96074,0.002446879,31.0,,159.252672836,ca +6103,96075,0.004654695,31.0,,302.94616938,ca +6103,96080,0.400599063,31.0,,26072.589416291998,ca +6103,96090,0.006257822,31.0,,407.284087048,ca +6103,96092,0.003571881,31.0,,232.472303004,ca +6105,95527,0.043863024,73.0,,538.85724984,ca +6105,95552,0.050711812,62.0,,622.9946104200001,ca +6105,95563,0.046479415,73.0,,570.999613275,ca +6105,95595,0.014005387,62.0,,172.056179295,ca +6105,96010,0.01123509,73.0,,138.02308065,ca +6105,96024,0.071796845,73.0,,882.024240825,ca +6105,96041,0.21523662899999998,73.0,,2644.181987265,ca +6105,96046,0.012697191000000002,73.0,,155.984991435,ca +6105,96048,0.054867257,73.0,,674.044252245,ca +6105,96052,0.11489034199999999,73.0,,1411.42785147,ca +6105,96076,0.015390535,73.0,,189.072722475,ca +6105,96091,0.044478646,73.0,,546.42016611,ca +6105,96093,0.304347826,73.0,,3738.91304241,ca +6107,93201,0.0031313459999999997,25.0,47300.0,1459.81784847,ca +6107,93207,0.000522985,25.0,47300.0,243.812992075,ca +6107,93208,0.000102846,25.0,47300.0,47.94629097,ca +6107,93218,0.0019103179999999998,25.0,47300.0,890.5807000099999,ca +6107,93219,0.022247654,25.0,47300.0,10371.745056529999,ca +6107,93221,0.031352846000000004,25.0,47300.0,14616.540040970001,ca +6107,93223,0.023505882000000002,25.0,47300.0,10958.32465899,ca +6107,93235,0.009186156,25.0,47300.0,4282.53999642,ca +6107,93244,0.000864348,25.0,47300.0,402.95471586,ca +6107,93247,0.04053025,25.0,47300.0,18894.99989875,ca +6107,93256,0.012995851000000001,25.0,47300.0,6058.600756945,ca +6107,93257,0.16832461,25.0,47300.0,78472.09155895001,ca +6107,93258,0.004540560999999999,25.0,47300.0,2116.786835395,ca +6107,93260,0.000498915,25.0,47300.0,232.59167842499997,ca +6107,93261,0.005941023,25.0,47300.0,2769.675217485,ca +6107,93262,0.00013785799999999998,25.0,47300.0,64.26871030999999,ca +6107,93265,0.007157675,25.0,47300.0,3336.8722966249998,ca +6107,93267,0.013888646000000001,25.0,47300.0,6474.81732197,ca +6107,93270,0.012127127,25.0,47300.0,5653.605971765,ca +6107,93271,0.0053217559999999995,25.0,47300.0,2480.97603842,ca +6107,93272,0.009746341,25.0,47300.0,4543.695442495,ca +6107,93274,0.161442651,25.0,47300.0,75263.756682945,ca +6107,93277,0.116008595,25.0,47300.0,54082.626946025004,ca +6107,93286,0.021346107000000003,25.0,47300.0,9951.448352865002,ca +6107,93291,0.126846859,25.0,47300.0,59135.371431505,ca +6107,93292,0.08978494199999999,25.0,47300.0,41857.291035689996,ca +6107,93603,0.000400445,25.0,47300.0,186.68545677499998,ca +6107,93615,0.014251891000000001,25.0,47300.0,6644.160324745,ca +6107,93618,0.068338177,43.0,47300.0,31858.916426515,ca +6107,93633,0.0,43.0,47300.0,0.0,ca +6107,93647,0.023842868,25.0,47300.0,11115.42584726,ca +6107,93666,0.0020831870000000002,43.0,47300.0,971.1713634650001,ca +6107,93673,0.001619284,43.0,47300.0,754.90210438,ca +6109,95305,0.0006707639999999999,58.0,,36.541881192,ca +6109,95310,0.036166857000000004,58.0,,1970.2980356460002,ca +6109,95321,0.06049564,58.0,,3295.68147592,ca +6109,95327,0.139790794,58.0,,7615.5228755319995,ca +6109,95329,0.048675695,58.0,,2651.75451221,ca +6109,95335,0.003643879,58.0,,198.511240162,ca +6109,95346,0.030111854,58.0,,1640.433582212,ca +6109,95364,0.0,58.0,,0.0,ca +6109,95370,0.5067167020000001,58.0,,27604.912491556002,ca +6109,95372,0.039230616,58.0,,2137.205498448,ca +6109,95375,9.059999999999999e-05,58.0,,4.935706799999999,ca +6109,95379,0.065009699,58.0,,3541.598382122,ca +6109,95383,0.06939685599999999,58.0,,3780.6019211679995,ca +6111,91320,0.053370352,96.0,37100.0,45151.638014112,ca +6111,91360,0.050816735,96.0,37100.0,42991.26271041,ca +6111,91361,0.023968587000000003,96.0,37100.0,20277.568413522004,ca +6111,91362,0.042281230999999996,96.0,37100.0,35770.175113385994,ca +6111,91377,0.016097868,96.0,37100.0,13618.892915208002,ca +6111,93001,0.038908065,96.0,37100.0,32916.45643839,ca +6111,93003,0.061286797999999997,96.0,37100.0,51848.998828788,ca +6111,93004,0.035762357,96.0,37100.0,30255.168596142,ca +6111,93010,0.052868539000000006,96.0,37100.0,44727.10120523401,ca +6111,93012,0.042472342,96.0,37100.0,35931.856166052006,ca +6111,93015,0.020889709,96.0,37100.0,17672.819152254,ca +6111,93021,0.044627322000000004,96.0,37100.0,37754.982175932004,ca +6111,93022,0.008479226,96.0,37100.0,7173.476071356,ca +6111,93023,0.023720026,96.0,37100.0,20067.284316156,ca +6111,93030,0.070060311,96.0,37100.0,59271.443467866,ca +6111,93033,0.098230993,96.0,37100.0,83104.009463958,ca +6111,93035,0.034474996,96.0,37100.0,29166.053465976,ca +6111,93036,0.055623819000000005,96.0,37100.0,47058.084616914006,ca +6111,93040,0.002353126,96.0,37100.0,1990.758714756,ca +6111,93041,0.02873229,96.0,37100.0,24307.68973374,ca +6111,93042,0.00012545299999999998,96.0,37100.0,106.13399071799998,ca +6111,93043,0.000215733,96.0,37100.0,182.511412398,ca +6111,93060,0.040075835,96.0,37100.0,33904.39686501,ca +6111,93063,0.066420997,96.0,37100.0,56192.56198798199,ca +6111,93064,0.0,96.0,37100.0,0.0,ca +6111,93065,0.084488597,96.0,37100.0,71477.859993582,ca +6111,93066,0.003648694,96.0,37100.0,3086.817016164,ca +6113,95605,0.069011011,77.0,40900.0,15216.9279255,ca +6113,95606,0.0011071289999999999,77.0,40900.0,244.12194449999998,ca +6113,95607,0.0015084629999999998,77.0,40900.0,332.6160915,ca +6113,95612,0.004972852,77.0,40900.0,1096.513866,ca +6113,95616,0.240283794,77.0,40900.0,52982.576577,ca +6113,95618,0.12336640900000001,77.0,40900.0,27202.293184500002,ca +6113,95627,0.01966537,77.0,40900.0,4336.2140850000005,ca +6113,95637,0.001047159,77.0,40900.0,230.8985595,ca +6113,95645,0.007620735,77.0,40900.0,1680.3720675,ca +6113,95653,0.002597139,77.0,40900.0,572.6691495,ca +6113,95679,0.00032752599999999997,77.0,40900.0,72.219483,ca +6113,95691,0.174861724,77.0,40900.0,38557.010142,ca +6113,95694,0.047910987,77.0,40900.0,10564.372633500001,ca +6113,95695,0.188474792,77.0,40900.0,41558.691636,ca +6113,95697,0.001937475,77.0,40900.0,427.2132375,ca +6113,95698,0.000825733,77.0,40900.0,182.0741265,ca +6113,95776,0.107829705,77.0,40900.0,23776.4499525,ca +6113,95937,0.006651997,77.0,40900.0,1466.7653384999999,ca +6115,95692,0.068531599,77.0,49700.0,5391.243830132,ca +6115,95901,0.444843503,77.0,49700.0,34994.948694004,ca +6115,95903,0.021682162999999997,77.0,49700.0,1705.6923988839999,ca +6115,95918,0.035157029,77.0,49700.0,2765.733157372,ca +6115,95919,0.015722893999999998,31.0,49700.0,1236.8886251919998,ca +6115,95922,0.006039081,77.0,49700.0,475.082424108,ca +6115,95925,0.0027801059999999996,77.0,49700.0,218.70537880799998,ca +6115,95935,0.008007768,77.0,49700.0,629.955093024,ca +6115,95960,0.010974101000000002,77.0,49700.0,863.3105774680001,ca +6115,95961,0.36883621299999997,77.0,49700.0,29015.607204284,ca +6115,95962,0.01699988,77.0,49700.0,1337.3465598399998,ca +6115,95981,0.000425662,31.0,49700.0,33.485978216,ca +8001,80019,0.006613851,103.0,19740.0,3422.145398271,co +8001,80022,0.112330697,103.0,19740.0,58122.261572437,co +8001,80024,0.00074899,103.0,19740.0,387.54315479,co +8001,80030,0.037019286,103.0,19740.0,19154.555981406,co +8001,80031,0.079154444,103.0,19740.0,40956.171568924,co +8001,80045,0.001981703,103.0,19740.0,1025.3747479630001,co +8001,80102,0.012590168999999998,103.0,19740.0,6514.417834148999,co +8001,80136,0.011203645,103.0,19740.0,5797.0011995449995,co +8001,80221,0.093726315,103.0,19740.0,48495.963633615,co +8001,80229,0.122482189,103.0,19740.0,63374.856714569,co +8001,80233,0.11252240300000001,103.0,19740.0,58221.454282663006,co +8001,80234,0.062982051,103.0,19740.0,32588.235810471,co +8001,80241,0.074522296,103.0,19740.0,38559.400918616004,co +8001,80260,0.076989951,103.0,19740.0,39836.217436371,co +8001,80601,0.088755339,103.0,19740.0,45923.876260719,co +8001,80602,0.077701046,103.0,19740.0,40204.152922365996,co +8001,80640,0.028675625,103.0,19740.0,14837.370563125,co +8003,81101,0.9410798979999999,102.0,,15276.549984233998,co +8003,81136,0.011978596999999999,102.0,,194.44856510099999,co +8003,81146,0.046941505999999994,102.0,,762.0014668979999,co +8005,80010,0.065660349,103.0,19740.0,43111.92854991001,co +8005,80011,0.076530998,103.0,19740.0,50249.487976820004,co +8005,80012,0.080090614,103.0,19740.0,52586.696246260006,co +8005,80013,0.11007626699999999,103.0,19740.0,72274.97614952999,co +8005,80014,0.059266027,103.0,19740.0,38913.48066793,co +8005,80015,0.102633844,103.0,19740.0,67388.35563196,co +8005,80016,0.082535679,103.0,19740.0,54192.10147461,co +8005,80017,0.055294117999999996,103.0,19740.0,36305.564937619994,co +8005,80018,0.019702484,103.0,19740.0,12936.45396956,co +8005,80103,0.004151627,103.0,19740.0,2725.91677193,co +8005,80105,0.00169599,103.0,19740.0,1113.5700741,co +8005,80110,0.034014951,103.0,19740.0,22333.87667709,co +8005,80111,0.049632259000000005,103.0,19740.0,32588.04493681,co +8005,80112,0.049959979,103.0,19740.0,32803.22261161,co +8005,80113,0.034912029,103.0,19740.0,22922.889121109998,co +8005,80120,0.048070679000000005,103.0,19740.0,31562.727124610003,co +8005,80121,0.029319641,103.0,19740.0,19250.98308419,co +8005,80122,0.049993204000000006,103.0,19740.0,32825.03781436,co +8005,80137,0.002503964,103.0,19740.0,1644.07772276,co +8005,80247,0.043955297000000004,103.0,19740.0,28860.608457230002,co +8007,81121,0.026177187,293.0,,367.239756423,co +8007,81128,0.007861017,293.0,,110.282207493,co +8007,81147,0.965961795,293.0,,13551.478022055,co +8009,81029,0.069013691,102.0,,247.13802747100002,co +8009,81064,0.075160659,102.0,,269.150319879,co +8009,81073,0.513830679,102.0,,1840.027661499,co +8009,81084,0.021234982000000003,102.0,,76.042470542,co +8009,81087,0.034367142,102.0,,123.06873550200001,co +8009,81090,0.286392847,102.0,,1025.572785107,co +8011,81038,0.0,102.0,,0.0,co +8011,81044,0.040728832,102.0,,227.144696064,co +8011,81054,0.867809932,102.0,,4839.775990764,co +8011,81057,0.091461236,102.0,,510.079313172,co +8013,80025,0.001087912,101.0,14500.0,354.87254275199996,co +8013,80026,0.088153679,101.0,14500.0,28755.377475084,co +8013,80027,0.10083307300000001,101.0,14500.0,32891.345080308005,co +8013,80301,0.07657113900000001,101.0,14500.0,24977.199257244003,co +8013,80302,0.08676174699999999,101.0,14500.0,28301.334824411995,co +8013,80303,0.073414703,101.0,14500.0,23947.582459788,co +8013,80304,0.080588963,101.0,14500.0,26287.797374748,co +8013,80305,0.052166138,101.0,14500.0,17016.385551048,co +8013,80310,0.02173142,101.0,14500.0,7088.70227832,co +8013,80455,0.001305495,101.0,14500.0,425.84724702,co +8013,80466,0.011144393999999998,101.0,14500.0,3635.2567452239996,co +8013,80471,0.0,101.0,14500.0,0.0,co +8013,80481,0.0016005720000000002,101.0,14500.0,522.1001841120001,co +8013,80501,0.125038375,101.0,14500.0,40787.0177715,co +8013,80503,0.10369741099999999,101.0,14500.0,33825.680678556,co +8013,80504,0.161019955,101.0,14500.0,52524.06524118,co +8013,80510,0.000962728,101.0,14500.0,314.038022688,co +8013,80540,0.013567606999999999,101.0,14500.0,4425.6991329719995,co +8013,80544,0.000354689,101.0,14500.0,115.698133044,co +8014,80020,0.699148187,103.0,19740.0,49265.476996955,co +8014,80023,0.300851813,103.0,19740.0,21199.523003045,co +8015,81201,0.47793197,102.0,,9728.78318132,co +8015,81211,0.421327212,102.0,,8576.536727472,co +8015,81227,0.000313022,102.0,,6.371875832,co +8015,81236,0.071160267,102.0,,1448.538395052,co +8015,81242,0.029267529,102.0,,595.769820324,co +8017,80802,0.15854259,102.0,,290.29148229000003,co +8017,80810,0.6061053670000001,102.0,,1109.778926977,co +8017,80825,0.213687839,102.0,,391.262433209,co +8017,80862,0.021664205,102.0,,39.667159354999995,co +8019,80436,0.09365942,103.0,19740.0,908.496374,co +8019,80438,0.09094202900000001,103.0,19740.0,882.1376813,co +8019,80444,0.223188406,103.0,19740.0,2164.9275382,co +8019,80452,0.5599637679999999,103.0,19740.0,5431.6485496,co +8019,80476,0.032246377,103.0,19740.0,312.7898569,co +8021,81120,0.25090909100000003,102.0,,2058.709091655,co +8021,81124,0.024727272999999998,102.0,,202.887274965,co +8021,81129,0.008848485,102.0,,72.601819425,co +8021,81140,0.28496969699999997,102.0,,2338.176363885,co +8021,81141,0.175030303,102.0,,1436.123636115,co +8021,81148,0.037818182,102.0,,310.29818331,co +8021,81151,0.21769697,102.0,,1786.2036388499998,co +8023,81123,0.263350197,102.0,,1023.642215739,co +8023,81126,0.054525014000000004,102.0,,211.938729418,co +8023,81133,0.336987071,102.0,,1309.868744977,co +8023,81138,0.016301293,102.0,,63.363125891,co +8023,81152,0.328836425,102.0,,1278.187183975,co +8025,81033,0.044837442000000005,102.0,,271.75973596200004,co +8025,81062,0.317077528,107.0,,1921.806897208,co +8025,81063,0.512147195,102.0,,3104.1241488950004,co +8025,81076,0.125937835,102.0,,763.309217935,co +8027,81252,0.8999550359999999,107.0,,4560.972122448,co +8027,81253,0.100044964,107.0,,507.027877552,co +8029,81410,0.04766956,105.0,,1485.47882872,co +8029,81413,0.16033429800000001,105.0,,4996.337394276001,co +8029,81415,0.048408872,105.0,,1508.5172692639999,co +8029,81416,0.458791385,105.0,,14296.85713937,co +8029,81418,0.055801993,105.0,,1738.901705866,co +8029,81419,0.12381870800000001,105.0,,3858.4385786960006,co +8029,81428,0.105175185,105.0,,3277.46911497,co +8031,80202,0.020592013,103.0,19740.0,14974.738365743,co +8031,80203,0.031341594,103.0,19740.0,22791.951914334,co +8031,80204,0.051042923,103.0,19740.0,37118.975077753,co +8031,80205,0.05146656,103.0,19740.0,37427.04856416,co +8031,80206,0.036715637,103.0,19740.0,26700.015098407002,co +8031,80207,0.039806834,103.0,19740.0,28947.967559974,co +8031,80209,0.037829366,103.0,19740.0,27509.931078226004,co +8031,80210,0.054333215,103.0,19740.0,39511.711613365,co +8031,80211,0.051111783,103.0,19740.0,37169.050827213,co +8031,80212,0.029418017,103.0,19740.0,21393.105560587002,co +8031,80216,0.01963696,103.0,19740.0,14280.21331856,co +8031,80218,0.028635112999999997,103.0,19740.0,20823.769159843,co +8031,80219,0.103573813,103.0,19740.0,75320.016125543,co +8031,80220,0.053888621,103.0,19740.0,39188.397966031,co +8031,80222,0.034495662999999996,103.0,19740.0,25085.625585892998,co +8031,80223,0.03091197,103.0,19740.0,22479.52461567,co +8031,80224,0.028820735,103.0,19740.0,20958.755520085,co +8031,80230,0.013994963999999999,103.0,19740.0,10177.291765404,co +8031,80231,0.05574783,103.0,19740.0,40540.43520213,co +8031,80236,0.028135132,103.0,19740.0,20460.177476852,co +8031,80237,0.031408957,103.0,19740.0,22840.939028927,co +8031,80238,0.029790757,103.0,19740.0,21664.166188727002,co +8031,80239,0.07108855,103.0,19740.0,51696.37553405,co +8031,80246,0.020368968,103.0,19740.0,14812.537588248,co +8031,80249,0.045844024000000004,103.0,19740.0,33338.278537064005,co +8031,80264,0.0,103.0,19740.0,0.0,co +8031,80290,0.0,103.0,19740.0,0.0,co +8031,80293,0.0,103.0,19740.0,0.0,co +8031,80294,0.0,103.0,19740.0,0.0,co +8033,81320,0.11333333300000001,293.0,,232.89999931500003,co +8033,81324,0.7812121209999999,293.0,,1605.3909086549997,co +8033,81332,0.105454545,293.0,,216.70908997499998,co +8035,80104,0.093120686,103.0,19740.0,32699.701371643998,co +8035,80108,0.08215586,103.0,19740.0,28849.35886244,co +8035,80109,0.068917432,103.0,19740.0,24200.631916528,co +8035,80116,0.012168318999999999,103.0,19740.0,4272.953890125999,co +8035,80118,0.019386248999999998,102.0,19740.0,6807.558881345999,co +8035,80124,0.064824948,103.0,19740.0,22763.539789992,co +8035,80125,0.031988068,103.0,19740.0,11232.738030472,co +8035,80126,0.132781404,103.0,19740.0,46626.721140215996,co +8035,80129,0.091119916,103.0,19740.0,31997.122983063997,co +8035,80130,0.087706481,103.0,19740.0,30798.481629074002,co +8035,80131,0.000894284,103.0,19740.0,314.031403736,co +8035,80134,0.20213536699999998,103.0,19740.0,70980.642663518,co +8035,80135,0.010934511000000001,103.0,19740.0,3839.6972756940004,co +8035,80138,0.101866476,103.0,19740.0,35770.820513303996,co +8037,80423,0.004369441,103.0,,240.874174007,co +8037,80426,0.001611838,105.0,,88.855793426,co +8037,81620,0.21054880199999998,103.0,,11606.923807853998,co +8037,81621,0.11513962800000001,105.0,,6347.302272756,co +8037,81631,0.16333941800000001,105.0,,9004.412096086,co +8037,81632,0.19441099899999997,105.0,,10717.295141872999,co +8037,81637,0.166116441,105.0,,9157.501043007,co +8037,81645,0.021633588,103.0,,1192.5948056759999,co +8037,81649,0.0071853030000000005,103.0,,396.104198481,co +8037,81655,0.0020390729999999998,105.0,,112.407977271,co +8037,81657,0.113605469,103.0,,6262.728689563,co +8039,80101,0.028254752,103.0,19740.0,755.221266208,co +8039,80107,0.7410555329999999,103.0,19740.0,19807.673341556998,co +8039,80117,0.165910527,103.0,19740.0,4434.622476183,co +8039,80830,0.010394533000000001,102.0,19740.0,277.835472557,co +8039,80835,0.054384655,102.0,19740.0,1453.6474434949998,co +8041,80106,0.007524886,102.0,17820.0,5420.950449058,co +8041,80132,0.030196612,102.0,17820.0,21753.729874636,co +8041,80133,0.003705941,102.0,17820.0,2669.771014223,co +8041,80808,0.008031954000000001,102.0,17820.0,5786.243757462001,co +8041,80809,0.0017167870000000002,102.0,17820.0,1236.778505161,co +8041,80817,0.043970022000000004,102.0,17820.0,31676.135758866003,co +8041,80819,0.001128588,102.0,17820.0,813.038180964,co +8041,80829,0.008394145,102.0,17820.0,6047.167240435,co +8041,80831,0.036288668999999996,102.0,17820.0,26142.466013606998,co +8041,80832,0.0010865739999999999,102.0,17820.0,782.7711693219999,co +8041,80833,0.00105615,102.0,17820.0,760.8536284500001,co +8041,80840,0.009609659,102.0,17820.0,6922.827172577,co +8041,80864,0.001931204,102.0,17820.0,1391.2451552119999,co +8041,80902,0.01913529,102.0,17820.0,13785.12032187,co +8041,80903,0.022483386,102.0,17820.0,16197.098724558,co +8041,80904,0.029315762999999998,102.0,17820.0,21119.163612489,co +8041,80905,0.023706144,102.0,17820.0,17077.977256031998,co +8041,80906,0.052443849,102.0,17820.0,37780.706151147,co +8041,80907,0.041864966,102.0,17820.0,30159.647101298004,co +8041,80908,0.025798161,102.0,17820.0,18585.072578883,co +8041,80909,0.056674244000000006,102.0,17820.0,40828.295400332005,co +8041,80910,0.043746912,102.0,17820.0,31515.406645536,co +8041,80911,0.05095307,102.0,17820.0,36706.74448721,co +8041,80913,0.005437216,102.0,17820.0,3916.986718048,co +8041,80914,0.000641803,102.0,17820.0,462.35680660900005,co +8041,80915,0.030894917,102.0,17820.0,22256.790891551,co +8041,80916,0.05954135,102.0,17820.0,42893.76716405,co +8041,80917,0.045695501,102.0,17820.0,32919.176006903,co +8041,80918,0.071325606,102.0,17820.0,51383.180539218,co +8041,80919,0.040776944,102.0,17820.0,29375.832788432002,co +8041,80920,0.057600005,102.0,17820.0,41495.216402015,co +8041,80921,0.034216935,102.0,17820.0,24649.982624804998,co +8041,80922,0.042208324000000005,102.0,17820.0,30407.003234572003,co +8041,80923,0.042535745,102.0,17820.0,30642.878305235,co +8041,80924,0.012534716000000001,102.0,17820.0,9030.047010548002,co +8041,80925,0.015698819,102.0,17820.0,11309.476304057,co +8041,80926,0.002807707,102.0,17820.0,2022.680545921,co +8041,80927,0.0056270040000000006,102.0,17820.0,4053.7105626120006,co +8041,80928,0.002013784,102.0,17820.0,1450.736034952,co +8041,80929,0.00020282700000000001,102.0,17820.0,146.117179281,co +8041,80930,0.0028902859999999997,102.0,17820.0,2082.170705258,co +8041,80938,0.000162262,102.0,17820.0,116.89403158600001,co +8041,80939,0.0,102.0,17820.0,0.0,co +8041,80951,0.0064252730000000004,102.0,17820.0,4628.785945019,co +8043,81212,0.65642482,102.0,,31402.70696398,co +8043,81221,0.007387795,102.0,,353.42472500499997,co +8043,81222,0.009821924000000001,102.0,,469.87102223600004,co +8043,81223,0.030725541000000002,102.0,,1469.8791558990001,co +8043,81226,0.191292651,102.0,,9151.249131189,co +8043,81232,0.000576504,102.0,,27.579374856,co +8043,81233,0.018618952,102.0,,890.712044728,co +8043,81240,0.077016697,102.0,,3684.4017677829997,co +8043,81244,0.008135116,102.0,,389.175814324,co +8045,81601,0.24327598,105.0,,14611.39863478,co +8045,81623,0.255621467,105.0,,15352.880929486999,co +8045,81635,0.103018821,105.0,,6187.413408081,co +8045,81647,0.11387353300000001,105.0,,6839.358265513,co +8045,81650,0.207404187,105.0,,12456.902875406999,co +8045,81652,0.07680601299999999,105.0,,4613.0459467929995,co +8047,80422,0.855343582,103.0,19740.0,5339.909982426,co +8047,80427,0.144656418,103.0,19740.0,903.0900175740001,co +8049,80442,0.155156292,103.0,,2441.229098328,co +8049,80446,0.299625968,103.0,,4714.314980512,co +8049,80447,0.129374833,103.0,,2035.583622422,co +8049,80451,0.066390596,103.0,,1044.589637464,co +8049,80459,0.167045151,103.0,,2628.288405834,co +8049,80468,0.027384451,103.0,,430.866952034,co +8049,80478,0.08883248699999999,103.0,,1397.6903504579998,co +8049,80482,0.066190222,103.0,,1041.436952948,co +8051,81210,0.013860528,105.0,,242.032539936,co +8051,81220,0.008291566,105.0,,144.787325492,co +8051,81224,0.20877421,105.0,,3645.61525502,co +8051,81225,0.09095971800000001,105.0,,1588.338595716,co +8051,81230,0.601324175,105.0,,10500.32274385,co +8051,81231,0.042076604000000004,105.0,,734.7416590480001,co +8051,81237,0.00235134,105.0,,41.059099079999996,co +8051,81239,0.003960150999999999,105.0,,69.15215676199999,co +8051,81241,0.007054019,105.0,,123.177279778,co +8051,81243,0.006249613,105.0,,109.13074220600001,co +8051,81434,0.015098076,105.0,,263.642603112,co +8053,81235,1.0,105.0,,820.0,co +8055,81040,0.048337387999999995,107.0,,333.382965036,co +8055,81055,0.23406326,107.0,,1614.33430422,co +8055,81089,0.7175993509999999,107.0,,4949.282723847,co +8057,80434,0.031635802000000005,104.0,,44.037036384000004,co +8057,80473,0.00308642,104.0,,4.29629664,co +8057,80480,0.9652777779999999,104.0,,1343.666666976,co +8059,80002,0.029607177000000002,103.0,19740.0,17257.460936937,co +8059,80003,0.059922684000000004,103.0,19740.0,34927.793972604006,co +8059,80004,0.060041009000000006,103.0,19740.0,34996.763366929,co +8059,80005,0.047195455,103.0,19740.0,27509.334005855,co +8059,80007,0.019492824,103.0,19740.0,11361.996745944,co +8059,80021,0.054664515999999996,103.0,19740.0,31862.907750595998,co +8059,80033,0.041045798,103.0,19740.0,23924.815784038,co +8059,80123,0.075510783,103.0,19740.0,44013.800705823,co +8059,80127,0.072698539,103.0,19740.0,42374.597110859,co +8059,80128,0.058826962000000003,103.0,19740.0,34289.118437522004,co +8059,80214,0.042540259000000004,103.0,19740.0,24795.908706179,co +8059,80215,0.03146958,103.0,19740.0,18343.02025998,co +8059,80226,0.052905851,103.0,19740.0,30837.815336730997,co +8059,80227,0.058407151,103.0,19740.0,34044.418582031,co +8059,80228,0.055286938,103.0,19740.0,32225.705708378002,co +8059,80232,0.036555933,103.0,19740.0,21307.758782973,co +8059,80235,0.014169821,103.0,19740.0,8259.319434301,co +8059,80401,0.068351312,103.0,19740.0,39840.681089872,co +8059,80403,0.032451838999999996,103.0,19740.0,18915.560368158996,co +8059,80419,0.0,103.0,19740.0,0.0,co +8059,80425,0.000290139,103.0,19740.0,169.116510459,co +8059,80433,0.014181167,103.0,19740.0,8265.932802127,co +8059,80439,0.040014912,103.0,19740.0,23323.931921471998,co +8059,80453,0.000384151,103.0,19740.0,223.914319031,co +8059,80454,0.002183339,103.0,19740.0,1272.626819659,co +8059,80457,0.000602971,103.0,19740.0,351.460339451,co +8059,80465,0.026034736,103.0,19740.0,15175.152954416,co +8059,80470,0.005164156,103.0,19740.0,3010.088413436,co +8061,81021,0.021394065,102.0,,30.080055390000002,co +8061,81036,0.7308488609999999,102.0,,1027.573498566,co +8061,81045,0.041407867,102.0,,58.219461002,co +8061,81071,0.206349206,201.0,,290.12698363600003,co +8063,80805,0.049317538,103.0,,350.006567186,co +8063,80807,0.6582539270000001,103.0,,4671.628119919001,co +8063,80815,0.094128251,103.0,,668.028197347,co +8063,80834,0.028071079,103.0,,199.220447663,co +8063,80836,0.139325264,103.0,,988.791398608,co +8063,80861,0.03090394,103.0,,219.32526218,co +8065,80461,0.979037574,103.0,,7956.6383638980005,co +8065,81251,0.020962426,103.0,,170.361636102,co +8067,81122,0.158095787,293.0,,8888.303240927,co +8067,81137,0.10351724400000001,293.0,,5819.842974924,co +8067,81301,0.547929655,293.0,,30805.153133755,co +8067,81303,0.15076219,293.0,,8476.001083989999,co +8067,81326,0.039695124,293.0,,2231.699566404,co +8069,80511,0.000455459,104.0,22660.0,162.552861641,co +8069,80512,0.005151809,104.0,22660.0,1838.675480291,co +8069,80513,0.037944826,106.0,22660.0,13542.470454574,co +8069,80515,0.003224405,106.0,22660.0,1150.786920095,co +8069,80517,0.030199014,104.0,22660.0,10777.997897586,co +8069,80521,0.111831667,104.0,22660.0,39912.610120633,co +8069,80524,0.107841126,104.0,22660.0,38488.390028274,co +8069,80525,0.163741879,104.0,22660.0,58439.312873221,co +8069,80526,0.13979260000000002,104.0,22660.0,49891.83914740001,co +8069,80528,0.064123137,104.0,22660.0,22885.483472163,co +8069,80532,0.000672631,104.0,22660.0,240.06133126900002,co +8069,80535,0.007881545,104.0,22660.0,2812.915528955,co +8069,80536,0.006494055,104.0,22660.0,2317.721735445,co +8069,80537,0.131621493,106.0,22660.0,46975.579230207004,co +8069,80538,0.14556576400000001,106.0,22660.0,51952.275605836,co +8069,80545,0.002548758,104.0,22660.0,909.649181442,co +8069,80547,0.006699162,104.0,22660.0,2390.9242186379997,co +8069,80549,0.034210669,104.0,22660.0,12209.753555431,co +8071,81020,0.06186076,102.0,,897.35218456,co +8071,81024,0.013401989,102.0,,194.409252434,co +8071,81027,0.013190378999999999,102.0,,191.33963777399998,co +8071,81049,0.019397616,102.0,,281.381817696,co +8071,81059,0.038160401000000004,107.0,,553.554776906,co +8071,81081,0.005501869,102.0,,79.810111714,co +8071,81082,0.811596247,102.0,,11773.015158982,co +8071,81091,0.036890739,102.0,,535.137059934,co +8073,80804,0.044448577,103.0,,253.40133747700003,co +8073,80818,0.060628602999999996,103.0,,345.64366570299995,co +8073,80821,0.198251813,103.0,,1130.233585913,co +8073,80823,0.030314302,103.0,,172.82183570200002,co +8073,80828,0.666356704,103.0,,3798.8995695040003,co +8075,80722,0.011276068,106.0,,252.685407812,co +8075,80726,0.021333101,106.0,,478.053460309,co +8075,80728,0.050328704,106.0,,1127.815927936,co +8075,80731,0.056423876,106.0,,1264.4026372839999,co +8075,80736,0.029561583,106.0,,662.4455134469999,co +8075,80741,0.042404980999999994,106.0,,950.2532192289999,co +8075,80745,0.012495102,106.0,,280.002740718,co +8075,80747,0.016674648,106.0,,373.662187032,co +8075,80751,0.759501937,106.0,,17019.678906233,co +8077,81501,0.159600698,105.0,24300.0,24612.02363858,co +8077,81503,0.105043249,105.0,24300.0,16198.71942829,co +8077,81504,0.19104770000000001,105.0,24300.0,29461.465817000004,co +8077,81505,0.068624968,105.0,24300.0,10582.656315279999,co +8077,81506,0.078627501,105.0,24300.0,12125.146929210001,co +8077,81507,0.099858725,105.0,24300.0,15399.21398225,co +8077,81520,0.09196865300000001,105.0,24300.0,14182.485979130002,co +8077,81521,0.105163199,105.0,24300.0,16217.21691779,co +8077,81522,0.000872973,105.0,24300.0,134.62116633,co +8077,81523,0.007157042,105.0,24300.0,1103.6874468199999,co +8077,81524,0.012108329,105.0,24300.0,1867.2254150899998,co +8077,81525,0.009782623,105.0,24300.0,1508.57829283,co +8077,81526,0.037197957999999996,105.0,24300.0,5736.29710318,co +8077,81527,0.012348228999999999,105.0,24300.0,1904.22039409,co +8077,81624,0.009382788000000001,105.0,24300.0,1446.91973748,co +8077,81630,0.005997521,105.0,24300.0,924.87771341,co +8077,81643,0.003738455,105.0,24300.0,576.50714555,co +8077,81646,0.001479389,105.0,24300.0,228.13657769,co +8079,81130,1.0,102.0,,769.0,co +8081,81610,0.024487297,423.0,,325.26476605100004,co +8081,81625,0.954851546,103.0,,12683.293085518,co +8081,81633,0.0,423.0,,0.0,co +8081,81638,0.011707988999999999,103.0,,155.517217887,co +8081,81640,0.007728803,103.0,,102.661690249,co +8081,81653,0.001224365,103.0,,16.263240295,co +8083,81321,0.564640165,293.0,,14783.973440195,co +8083,81323,0.16903240600000002,293.0,,4425.775486298001,co +8083,81327,0.015342235,293.0,,401.705739005,co +8083,81328,0.179821709,293.0,,4708.271806747,co +8083,81330,0.0035964340000000003,293.0,,94.16543142200001,co +8083,81331,0.01224318,293.0,,320.56318194,co +8083,81334,0.054405632,293.0,,1424.502662656,co +8083,81335,0.000918239,293.0,,24.042251736999997,co +8085,81401,0.551325149,105.0,,23573.560720941998,co +8085,81403,0.26025528600000003,105.0,,11127.995518788,co +8085,81411,0.0012666860000000002,105.0,,54.16095998800001,co +8085,81422,0.01683231,105.0,,719.71591098,co +8085,81424,0.024359349,105.0,,1041.5570445419999,co +8085,81425,0.135973887,105.0,,5813.971460346,co +8085,81429,0.00112053,105.0,,47.91162174,co +8085,81431,0.008866803000000001,105.0,,379.1267626740001,co +8087,80649,0.011697135,106.0,,340.01232018,co +8087,80653,0.026756321,106.0,,777.752738828,co +8087,80654,0.09270154800000001,106.0,,2694.6485972640003,co +8087,80701,0.553547664,106.0,,16090.523497152,co +8087,80705,0.043566575999999996,106.0,,1266.3932311679998,co +8087,80723,0.24599005399999999,106.0,,7150.438889671999,co +8087,80733,0.015759613000000002,106.0,,458.10043068400006,co +8087,80750,0.009981088,106.0,,290.130265984,co +8089,81030,0.009907959000000001,102.0,,181.097674602,co +8089,81039,0.091932864,107.0,,1680.348888192,co +8089,81050,0.490795885,102.0,,8970.76718603,co +8089,81058,0.056903086,102.0,,1040.074605908,co +8089,81067,0.311532214,102.0,,5694.185807491999,co +8089,81077,0.038927991,102.0,,711.525819498,co +8091,81427,0.257369334,105.0,,1274.492941968,co +8091,81432,0.7426306659999999,105.0,,3677.507058032,co +8093,80420,0.059232806,103.0,19740.0,1116.24222907,co +8093,80421,0.576627055,103.0,19740.0,10866.536851475,co +8093,80432,0.011514068999999998,103.0,19740.0,216.98263030499996,co +8093,80440,0.165076042,103.0,19740.0,3110.85801149,co +8093,80448,0.0033864909999999997,103.0,19740.0,63.818422895,co +8093,80449,0.047903454000000005,102.0,19740.0,902.74059063,co +8093,80456,0.044024383,103.0,19740.0,829.639497635,co +8093,80475,0.0018471770000000002,103.0,19740.0,34.810050565000004,co +8093,80820,0.046240995,102.0,19740.0,871.411550775,co +8093,80827,0.044147528,102.0,19740.0,831.96016516,co +8095,80721,0.088535414,106.0,,377.60354071,co +8095,80734,0.8922569029999999,106.0,,3805.4756912949997,co +8095,80746,0.019207683,106.0,,81.920767995,co +8097,81611,0.696502125,103.0,,12374.753254874999,co +8097,81612,0.0,103.0,,0.0,co +8097,81615,0.18463550199999998,103.0,,3280.4189640339996,co +8097,81642,0.0,105.0,,0.0,co +8097,81654,0.107420726,103.0,,1908.544038842,co +8097,81656,0.011441648,103.0,,203.283760016,co +8099,81041,0.070106791,102.0,,853.3398600520001,co +8099,81043,0.004728132,102.0,,57.550822704000005,co +8099,81047,0.124154235,102.0,,1511.20534842,co +8099,81052,0.7385668870000001,102.0,,8989.836148564002,co +8099,81092,0.062443955,102.0,,760.0678202600001,co +8101,81001,0.185946991,107.0,39380.0,31317.936012184,co +8101,81003,0.09031400199999999,107.0,39380.0,15211.045472847998,co +8101,81004,0.157351386,107.0,39380.0,26501.749835664003,co +8101,81005,0.19379249899999998,107.0,39380.0,32639.307851575995,co +8101,81006,0.070198555,107.0,39380.0,11823.121427319998,co +8101,81007,0.19257154899999998,107.0,39380.0,32433.670568775997,co +8101,81008,0.065616972,107.0,39380.0,11051.472892127998,co +8101,81019,0.010486869,107.0,39380.0,1766.2404244559998,co +8101,81022,0.009840128,107.0,39380.0,1657.313718272,co +8101,81023,0.007204810999999999,107.0,39380.0,1213.4630878639998,co +8101,81025,0.004363988,107.0,39380.0,735.000314912,co +8101,81069,0.012312248999999999,107.0,39380.0,2073.678225576,co +8103,81641,0.586341616,105.0,,3708.024379584,co +8103,81648,0.413658384,423.0,,2615.975620416,co +8105,81132,0.266512373,102.0,,3002.794906591,co +8105,81144,0.6345024029999999,102.0,,7148.938574600999,co +8105,81154,0.09898522300000001,102.0,,1115.2665075410002,co +8107,80428,0.032998278,103.0,,846.0098513639999,co +8107,80463,0.00744864,103.0,,190.96823232,co +8107,80467,0.085899644,103.0,,2202.2950728719998,co +8107,80469,0.014657001999999999,103.0,,375.77621727599995,co +8107,80477,0.005206039,103.0,,133.472427882,co +8107,80479,0.000200232,103.0,,5.133548016,co +8107,80483,0.029954748,103.0,,767.979829224,co +8107,80487,0.720876216,103.0,,18481.824425807998,co +8107,80488,0.008209523,103.0,,210.47575067399998,co +8107,81639,0.09454967800000001,103.0,,2424.0646445640004,co +8109,81125,0.540258967,102.0,,3686.7271908079997,co +8109,81131,0.16743563,102.0,,1142.58073912,co +8109,81143,0.115195714,102.0,,786.0955523360001,co +8109,81149,0.12278612900000001,102.0,,837.8925442960001,co +8109,81155,0.03914273,102.0,,267.10998952,co +8109,81248,0.01518083,102.0,,103.59398392,co +8111,81433,1.0,293.0,,728.0,co +8113,81325,0.02378298,105.0,,194.52099342,co +8113,81423,0.216895826,105.0,,1773.9909608540001,co +8113,81426,0.017465626,105.0,,142.851355054,co +8113,81430,0.08807134900000001,105.0,,720.3355634710001,co +8113,81435,0.6537842189999999,105.0,,5347.301127201,co +8115,80737,0.715744681,106.0,,1608.994042888,co +8115,80744,0.167659574,106.0,,376.898722352,co +8115,80749,0.116595745,106.0,,262.10723476,co +8117,80424,0.332577475,103.0,,10313.560077225,co +8117,80435,0.248480068,103.0,,7705.6153887479995,co +8117,80443,0.142627099,103.0,,4423.008967089,co +8117,80497,0.016333103,103.0,,506.50585713300006,co +8117,80498,0.25998225399999997,103.0,,8062.309678793999,co +8119,80813,0.064751426,102.0,17820.0,1643.909203288,co +8119,80814,0.139608802,102.0,17820.0,3544.388265176,co +8119,80816,0.254482478,102.0,17820.0,6460.801151464,co +8119,80860,0.024857376,102.0,17820.0,631.079061888,co +8119,80863,0.5162999189999999,102.0,17820.0,13107.822343572,co +8121,80720,0.614962703,106.0,,3018.236946324,co +8121,80740,0.024572181000000002,106.0,,120.60026434800001,co +8121,80743,0.228828434,106.0,,1123.089954072,co +8121,80757,0.046292232999999995,106.0,,227.20227956399998,co +8121,80801,0.026327337000000003,106.0,,129.21456999600002,co +8121,80812,0.059017112999999996,106.0,,289.65599060399995,co +8123,80514,0.017981923,103.0,24540.0,5834.990158116,co +8123,80516,0.089681347,103.0,24540.0,29100.879650723997,co +8123,80520,0.005168355,101.0,24540.0,1677.0898506600001,co +8123,80530,0.015195031000000001,103.0,24540.0,4930.665999252001,co +8123,80534,0.05630679,106.0,24540.0,18271.10290068,co +8123,80542,0.01627163,101.0,24540.0,5280.01376196,co +8123,80543,0.023852111000000002,106.0,24540.0,7739.8192026120005,co +8123,80546,0.001103854,106.0,24540.0,358.191792168,co +8123,80550,0.096767819,106.0,24540.0,31400.383122948002,co +8123,80603,0.046007557000000004,103.0,24540.0,14929.084186044001,co +8123,80610,0.011011287,106.0,24540.0,3573.074541204,co +8123,80611,0.003931629,106.0,24540.0,1275.782157468,co +8123,80612,0.001151552,106.0,24540.0,373.669411584,co +8123,80615,0.027194336,106.0,24540.0,8824.344477311999,co +8123,80620,0.066118828,106.0,24540.0,21455.030735376,co +8123,80621,0.043377385,103.0,24540.0,14075.614413419999,co +8123,80622,0.000579183,106.0,24540.0,187.940250036,co +8123,80623,0.003240017,106.0,24540.0,1051.359596364,co +8123,80624,0.00402021,106.0,24540.0,1304.52598332,co +8123,80631,0.19030243600000002,106.0,24540.0,61751.618062512,co +8123,80634,0.198312193,106.0,24540.0,64350.720130956,co +8123,80642,0.013089531000000001,103.0,24540.0,4247.448093252,co +8123,80643,0.014230862,106.0,24540.0,4617.8008721040005,co +8123,80644,0.010926113000000001,106.0,24540.0,3545.4362595960006,co +8123,80645,0.015212066000000002,106.0,24540.0,4936.193720472001,co +8123,80648,0.004234848,106.0,24540.0,1374.174297216,co +8123,80650,0.00530804,106.0,24540.0,1722.41651568,co +8123,80651,0.014704429,106.0,24540.0,4771.469575068,co +8123,80652,0.001124296,106.0,24540.0,364.82505763200004,co +8123,80729,0.002279255,106.0,24540.0,739.60001346,co +8123,80742,0.0007120539999999999,106.0,24540.0,231.055826568,co +8123,80754,0.000603032,106.0,24540.0,195.679059744,co +8125,80727,0.046728972,106.0,,468.177570468,co +8125,80735,0.038602194,106.0,,386.755381686,co +8125,80755,0.011885412,106.0,,119.079942828,co +8125,80758,0.36854937,106.0,,3692.4961380299997,co +8125,80759,0.490451036,106.0,,4913.828929684,co +8125,80822,0.019910605,106.0,,199.48435149500003,co +8125,80824,0.02387241,106.0,,239.17767579,co +9001,6468,0.020775164,109.0,14860.0,19597.877006447998,ct +9001,6470,0.017661166000000002,111.0,14860.0,16660.343045112004,ct +9001,6482,0.011830228,111.0,14860.0,11159.832639696,ct +9001,6484,0.043575857,111.0,14860.0,41106.500335524004,ct +9001,6604,0.030108687999999998,109.0,14860.0,28402.488868416,ct +9001,6605,0.026282102,109.0,14860.0,24792.747843864003,ct +9001,6606,0.050005029000000006,109.0,14860.0,47171.344016628005,ct +9001,6607,0.009318700000000001,109.0,14860.0,8790.627908400002,ct +9001,6608,0.01467105,109.0,14860.0,13839.6709386,ct +9001,6610,0.024644102999999997,109.0,14860.0,23247.570971195997,ct +9001,6611,0.03830186,109.0,14860.0,36131.37019752,ct +9001,6612,0.008002584,109.0,14860.0,7549.093569888,ct +9001,6614,0.035560567,109.0,14860.0,33545.420789244,ct +9001,6615,0.019793635,109.0,14860.0,18671.96929182,ct +9001,6784,0.00395788,111.0,14860.0,3733.5948561600003,ct +9001,6801,0.020701047,111.0,14860.0,19527.960068604,ct +9001,6804,0.018308107,111.0,14860.0,17270.623192524,ct +9001,6807,0.007824701,109.0,14860.0,7381.290843732,ct +9001,6810,0.054860791,111.0,14860.0,51751.939695611996,ct +9001,6811,0.034293156,111.0,14860.0,32349.831435792,ct +9001,6812,0.01481505,111.0,14860.0,13975.510746599999,ct +9001,6820,0.023038927999999997,109.0,14860.0,21733.358028095998,ct +9001,6824,0.037184802,109.0,14860.0,35077.613640264004,ct +9001,6825,0.023293045,109.0,14860.0,21973.074725939998,ct +9001,6830,0.026732102,109.0,14860.0,25217.247243864,ct +9001,6831,0.01548952,109.0,14860.0,14611.75988064,ct +9001,6840,0.021465517000000003,109.0,14860.0,20249.109082644005,ct +9001,6850,0.019223989,109.0,14860.0,18134.603991348,ct +9001,6851,0.028239866000000002,109.0,14860.0,26639.569273512003,ct +9001,6853,0.004102939,109.0,14860.0,3870.433652748,ct +9001,6854,0.03279704,109.0,14860.0,30938.497337279998,ct +9001,6855,0.009029642,109.0,14860.0,8517.950247144,ct +9001,6856,5.29e-06,109.0,14860.0,4.99022628,ct +9001,6870,0.007947525,109.0,14860.0,7497.1546533,ct +9001,6877,0.026567984,111.0,14860.0,25062.429482688,ct +9001,6878,0.008556348,109.0,14860.0,8071.476871536,ct +9001,6880,0.029894806,109.0,14860.0,28200.727133591998,ct +9001,6883,0.01089317,109.0,14860.0,10275.87584244,ct +9001,6890,0.004565644000000001,109.0,14860.0,4306.918085808001,ct +9001,6896,0.009727406,111.0,14860.0,9176.173356792,ct +9001,6897,0.019632694,109.0,14860.0,18520.148496408,ct +9001,6901,0.007463643000000001,109.0,14860.0,7040.693278476001,ct +9001,6902,0.07268395700000001,109.0,14860.0,68565.102524724,ct +9001,6903,0.015323285,109.0,14860.0,14454.94508562,ct +9001,6905,0.021698457999999997,109.0,14860.0,20468.849782055997,ct +9001,6906,0.009668112,109.0,14860.0,9120.239429184,ct +9001,6907,0.009482818,109.0,14860.0,8945.445669576,ct +9003,6001,0.020707695,110.0,25540.0,18465.4657854,ct +9003,6002,0.023411808,110.0,25540.0,20876.77742976,ct +9003,6010,0.067388285,110.0,25540.0,60091.4815002,ct +9003,6013,0.010734882,110.0,25540.0,9572.508977039999,ct +9003,6016,0.007710074,110.0,25540.0,6875.22718728,ct +9003,6019,0.011409793,110.0,25540.0,10174.34061396,ct +9003,6020,0.0,110.0,25540.0,0.0,ct +9003,6022,0.000106153,110.0,25540.0,94.65875316,ct +9003,6023,0.0013934000000000002,110.0,25540.0,1242.5226480000001,ct +9003,6026,0.005873065,110.0,25540.0,5237.1295218000005,ct +9003,6027,0.00156995,110.0,25540.0,1399.9558140000001,ct +9003,6032,0.019693093999999998,110.0,25540.0,17560.725781679997,ct +9003,6033,0.032433712999999996,110.0,25540.0,28921.790556359996,ct +9003,6035,0.008408450999999999,110.0,25540.0,7497.983925719999,ct +9003,6037,0.021534572999999998,110.0,25540.0,19202.809435559997,ct +9003,6040,0.038664347,110.0,25540.0,34477.77150684,ct +9003,6042,0.026094691,110.0,25540.0,23269.15785852,ct +9003,6051,0.033767891,110.0,25540.0,30111.503762520002,ct +9003,6052,0.008781663,110.0,25540.0,7830.784530360001,ct +9003,6053,0.038854305,110.0,25540.0,34647.1608546,ct +9003,6060,0.0032952190000000003,110.0,25540.0,2938.41268668,ct +9003,6062,0.019800365,110.0,25540.0,17656.3814778,ct +9003,6065,0.0008905689999999999,110.0,25540.0,794.1381886799999,ct +9003,6067,0.022501126,110.0,25540.0,20064.70407672,ct +9003,6070,0.017530921,110.0,25540.0,15632.67287412,ct +9003,6073,0.006162472,110.0,25540.0,5495.1995318399995,ct +9003,6074,0.028854674,110.0,25540.0,25730.28989928,ct +9003,6078,0.014012222,110.0,25540.0,12494.97860184,ct +9003,6081,0.001580007,110.0,25540.0,1408.92384204,ct +9003,6082,0.04967411,110.0,25540.0,44295.3973692,ct +9003,6085,0.008434150999999999,110.0,25540.0,7520.9011297199995,ct +9003,6088,0.0050048440000000005,110.0,25540.0,4462.919491680001,ct +9003,6089,0.003526521,110.0,25540.0,3144.66930612,ct +9003,6090,0.000957614,110.0,25540.0,853.92355608,ct +9003,6091,0.000136323,110.0,25540.0,121.56194555999998,ct +9003,6092,0.004829412,110.0,25540.0,4306.48326864,ct +9003,6093,0.003488529,110.0,25540.0,3110.7910798800003,ct +9003,6095,0.032346556,110.0,25540.0,28844.070916319997,ct +9003,6096,0.014093791999999999,110.0,25540.0,12567.716202239999,ct +9003,6103,0.002079485,110.0,25540.0,1854.3183642,ct +9003,6105,0.021647431,110.0,25540.0,19303.44717132,ct +9003,6106,0.042259029000000004,110.0,25540.0,37683.22133988,ct +9003,6107,0.021134543,110.0,25540.0,18846.09468396,ct +9003,6108,0.027568544,110.0,25540.0,24583.42205568,ct +9003,6109,0.029350801,110.0,25540.0,26172.69626772,ct +9003,6110,0.014144076,110.0,25540.0,12612.55545072,ct +9003,6111,0.033882983,110.0,25540.0,30214.13360076,ct +9003,6112,0.023577183999999998,110.0,25540.0,21024.246516479998,ct +9003,6114,0.032059383,110.0,25540.0,28587.993008759997,ct +9003,6117,0.018062805,110.0,25540.0,16106.964474600001,ct +9003,6118,0.028849087000000002,110.0,25540.0,25725.30785964,ct +9003,6119,0.017559974,110.0,25540.0,15658.580015279998,ct +9003,6120,0.016240321999999998,110.0,25540.0,14481.819933839999,ct +9003,6160,0.0,110.0,25540.0,0.0,ct +9003,6444,0.00017655,111.0,25540.0,157.433166,ct +9003,6447,0.007144669,110.0,25540.0,6371.04424068,ct +9003,6467,0.000320694,111.0,25540.0,285.96925368,ct +9003,6479,0.010718121,111.0,25540.0,9557.56285812,ct +9003,6489,0.037567058,111.0,25540.0,33499.29695976,ct +9005,6018,0.015808911999999998,110.0,,2850.8685276959995,ct +9005,6021,0.0017809000000000002,110.0,,321.15503970000003,ct +9005,6024,0.002202836,110.0,,397.244024388,ct +9005,6031,0.008088026,110.0,,1458.537992658,ct +9005,6039,0.011112816000000001,110.0,,2004.0074477280002,ct +9005,6057,0.034911119,110.0,,6295.6268226269995,ct +9005,6058,0.008416807,110.0,,1517.828056731,ct +9005,6059,0.0,110.0,,0.0,ct +9005,6061,0.0005698880000000001,110.0,,102.76961270400001,ct +9005,6063,0.017315828000000002,110.0,,3122.6152107240005,ct +9005,6068,0.00764965,110.0,,1379.48433345,ct +9005,6069,0.013211538,110.0,,2382.476282154,ct +9005,6098,0.067805712,110.0,,12227.607462096,ct +9005,6750,0.006285206999999999,110.0,,1133.430233931,ct +9005,6751,0.018543279,111.0,,3343.965131907,ct +9005,6752,0.009403152,111.0,,1695.6986096159999,ct +9005,6754,0.009742893,110.0,,1756.9651233690001,ct +9005,6755,0.005753677,111.0,,1037.5778344409998,ct +9005,6756,0.015611643,110.0,,2815.294417119,ct +9005,6757,0.011638866000000001,110.0,,2098.871622378,ct +9005,6758,0.0019946079999999997,110.0,,359.69364446399993,ct +9005,6759,0.031568507,110.0,,5692.8435728310005,ct +9005,6763,0.010542928,110.0,,1901.237835024,ct +9005,6776,0.142740504,111.0,,25740.823307831997,ct +9005,6777,0.007090722,111.0,,1278.6911704259999,ct +9005,6778,0.007446901999999999,110.0,,1342.9221783659998,ct +9005,6779,0.045196502,111.0,,8150.420795166,ct +9005,6782,0.013101943999999999,111.0,,2362.7128673519996,ct +9005,6783,0.011468996,111.0,,2068.238455668,ct +9005,6785,0.0037590690000000003,111.0,,677.884189977,ct +9005,6786,0.05145979,110.0,,9279.898310069999,ct +9005,6787,0.042823795,111.0,,7722.543423735,ct +9005,6790,0.189887776,110.0,,34243.032309408,ct +9005,6791,0.029968437,110.0,,5404.298149521,ct +9005,6793,0.007496219,111.0,,1351.815660927,ct +9005,6794,0.005720799,111.0,,1031.648846067,ct +9005,6795,0.07407996,111.0,,13359.06142668,ct +9005,6796,0.005101593,110.0,,919.985570469,ct +9005,6798,0.052698199999999994,111.0,,9503.2245006,ct +9007,6409,0.002866246,110.0,25540.0,465.581535256,ct +9007,6412,0.026251369,110.0,25540.0,4264.167374884,ct +9007,6413,0.07970132,110.0,25540.0,12946.36361552,ct +9007,6414,0.0005597180000000001,110.0,25540.0,90.91835304800001,ct +9007,6416,0.085944323,110.0,25540.0,13960.452050828,ct +9007,6417,0.027635286000000002,110.0,25540.0,4488.965316696001,ct +9007,6419,0.039450862,110.0,25540.0,6408.240219832001,ct +9007,6422,0.044580580999999994,110.0,25540.0,7241.491255315999,ct +9007,6423,0.032857266,110.0,25540.0,5337.202859976001,ct +9007,6424,0.078987834,110.0,25540.0,12830.467803624,ct +9007,6426,0.021582955,110.0,25540.0,3505.8488783800003,ct +9007,6438,0.017591123,110.0,25540.0,2857.431655628,ct +9007,6441,0.030913631,110.0,25540.0,5021.486565116,ct +9007,6442,0.016139548,110.0,25540.0,2621.643618928,ct +9007,6455,0.019504004,110.0,25540.0,3168.1523937439997,ct +9007,6456,0.001869826,110.0,25540.0,303.727056136,ct +9007,6457,0.285843451,110.0,25540.0,46431.266806636006,ct +9007,6469,0.017861756,110.0,25540.0,2901.392197616,ct +9007,6475,0.062233212,110.0,25540.0,10108.914024432,ct +9007,6480,0.05758325,110.0,25540.0,9353.592797000001,ct +9007,6481,0.007467001,110.0,25540.0,1212.909774436,ct +9007,6498,0.04257543900000001,110.0,25540.0,6915.784009404001,ct +9009,6401,0.021856074,111.0,35300.0,18681.632244018,ct +9009,6403,0.007113955999999999,111.0,35300.0,6080.703688692,ct +9009,6405,0.032370535,111.0,35300.0,27668.941384995,ct +9009,6410,0.033898028999999996,111.0,35300.0,28974.577573952996,ct +9009,6418,0.014738628,111.0,35300.0,12597.945453396,ct +9009,6437,0.025925512,111.0,35300.0,22160.012860584,ct +9009,6443,0.021153402999999998,111.0,35300.0,18081.019288071,ct +9009,6450,0.040582705,111.0,35300.0,34688.351177685,ct +9009,6451,0.029184087999999997,111.0,35300.0,24945.303506615997,ct +9009,6460,0.04533969,111.0,35300.0,38754.41740533,ct +9009,6461,0.017536512,111.0,35300.0,14989.456387584001,ct +9009,6471,0.008929963,111.0,35300.0,7632.948383991001,ct +9009,6472,0.007912022,111.0,35300.0,6762.856188653999,ct +9009,6473,0.028244092000000002,111.0,35300.0,24141.835345644,ct +9009,6477,0.01621377,111.0,35300.0,13858.83340389,ct +9009,6478,0.015149293999999999,111.0,35300.0,12948.965091557999,ct +9009,6483,0.01922106,111.0,35300.0,16429.33558242,ct +9009,6488,0.022981044,111.0,35300.0,19643.208226308,ct +9009,6492,0.052166295999999994,111.0,35300.0,44589.506670072,ct +9009,6510,0.003008453,111.0,35300.0,2571.4962609209997,ct +9009,6511,0.06127309,111.0,35300.0,52373.60258913,ct +9009,6512,0.033479219,111.0,35300.0,28616.596794783,ct +9009,6513,0.046279685999999993,111.0,35300.0,39557.88556630199,ct +9009,6514,0.03161435,111.0,35300.0,27022.58696295,ct +9009,6515,0.022317927999999997,111.0,35300.0,19076.405183495997,ct +9009,6516,0.06388949,111.0,35300.0,54609.98880392999,ct +9009,6517,0.016804758,111.0,35300.0,14363.984533806,ct +9009,6518,0.02267159,111.0,35300.0,19378.70025363,ct +9009,6519,0.018610295,111.0,35300.0,15907.279923315,ct +9009,6524,0.006403142,111.0,35300.0,5473.130446493999,ct +9009,6525,0.01031669,111.0,35300.0,8818.26299433,ct +9009,6702,0.0035191690000000004,111.0,35300.0,3008.0343369330003,ct +9009,6704,0.029754135,111.0,35300.0,25432.555170195003,ct +9009,6705,0.028922332000000002,111.0,35300.0,24721.565733324,ct +9009,6706,0.016509264,111.0,35300.0,14111.408968848,ct +9009,6708,0.034562308,111.0,35300.0,29542.374699156,ct +9009,6710,0.013116902,111.0,35300.0,11211.763802813999,ct +9009,6712,0.011326488000000001,111.0,35300.0,9681.394903416001,ct +9009,6716,0.019372297,111.0,35300.0,16558.606466829002,ct +9009,6762,0.008906696,111.0,35300.0,7613.060752872,ct +9009,6770,0.036825047,111.0,35300.0,31476.466698579,ct +9011,6249,0.026845836,110.0,35980.0,7119.676782216,ct +9011,6254,0.006815054,110.0,35980.0,1807.3932111240001,ct +9011,6320,0.100168711,111.0,35980.0,26565.343169466,ct +9011,6330,0.012172381999999999,110.0,35980.0,3228.1887406919996,ct +9011,6333,0.026361161,111.0,35980.0,6991.138064166,ct +9011,6334,0.009223631,110.0,35980.0,2446.162282986,ct +9011,6335,0.023782392000000003,111.0,35980.0,6307.233052752001,ct +9011,6336,0.00039218,110.0,35980.0,104.00848908,ct +9011,6339,0.030734339,111.0,35980.0,8150.931108834,ct +9011,6340,0.11382101800000001,111.0,35980.0,30186.016899708004,ct +9011,6350,0.00017019099999999998,110.0,35980.0,45.135674345999995,ct +9011,6351,0.059104497,110.0,35980.0,15674.867231381999,ct +9011,6353,0.00023678799999999998,111.0,35980.0,62.79759832799999,ct +9011,6355,0.045996063,111.0,35980.0,12198.431883977999,ct +9011,6357,0.043069512000000004,111.0,35980.0,11422.292999472002,ct +9011,6359,0.019760696,364.0,35980.0,5240.6551433760005,ct +9011,6360,0.135531515,110.0,35980.0,35943.77096709,ct +9011,6365,0.017263323,110.0,35980.0,4578.336839538,ct +9011,6370,0.025647097,111.0,35980.0,6801.764006982,ct +9011,6371,0.035840079,111.0,35980.0,9505.003991274,ct +9011,6375,0.013937192,111.0,35980.0,3696.226941552,ct +9011,6376,0.00078806,111.0,35980.0,208.99824036,ct +9011,6378,0.020367465,364.0,35980.0,5401.57392279,ct +9011,6379,0.032765536,364.0,35980.0,8689.616740415999,ct +9011,6380,0.010685057,110.0,35980.0,2833.741226742,ct +9011,6382,0.04429045,111.0,35980.0,11746.093082700001,ct +9011,6384,0.010207780999999999,110.0,35980.0,2707.164767886,ct +9011,6385,0.056866111,111.0,35980.0,15081.233833866,ct +9011,6389,5.550000000000001e-05,110.0,35980.0,14.718933000000002,ct +9011,6415,0.061561173,110.0,35980.0,16326.392446638,ct +9011,6420,0.015539211,111.0,35980.0,4121.091992466,ct +9013,6029,0.106008567,110.0,25540.0,15977.717226806999,ct +9013,6043,0.032675145,110.0,25540.0,4924.830529545,ct +9013,6066,0.193677147,110.0,25540.0,29191.213272987,ct +9013,6071,0.07485180799999999,110.0,25540.0,11281.739353567998,ct +9013,6076,0.083391903,110.0,25540.0,12568.911012063001,ct +9013,6084,0.097906085,110.0,25540.0,14756.503037285001,ct +9013,6231,0.026203769,110.0,25540.0,3949.458267449,ct +9013,6232,0.021370128,110.0,25540.0,3220.927062288,ct +9013,6237,0.036116379,110.0,25540.0,5443.496759258999,ct +9013,6238,0.08219178099999999,110.0,25540.0,12388.027424101,ct +9013,6248,0.036931931,110.0,25540.0,5566.417572251,ct +9013,6250,0.03143524,110.0,25540.0,4737.95080804,ct +9013,6268,0.07091328599999999,110.0,25540.0,10688.121379205999,ct +9013,6269,0.06712726599999999,110.0,25540.0,10117.488658785998,ct +9013,6279,0.039199565,110.0,25540.0,5908.197636365,ct +9015,6226,0.17074554,110.0,49340.0,19940.00565228,ct +9015,6234,0.071056612,110.0,49340.0,8298.133262584,ct +9015,6235,0.019841543,110.0,49340.0,2317.135074626,ct +9015,6239,0.098013268,110.0,49340.0,11446.185463576,ct +9015,6241,0.053328979000000006,110.0,49340.0,6227.864825578001,ct +9015,6242,0.011239817,110.0,49340.0,1312.608308894,ct +9015,6243,0.0011256999999999999,110.0,49340.0,131.46149739999998,ct +9015,6247,0.023244422999999997,110.0,49340.0,2714.530206786,ct +9015,6255,0.039184684,110.0,49340.0,4576.065766887999,ct +9015,6256,0.01983295,110.0,49340.0,2316.1315668999996,ct +9015,6259,0.038368336,110.0,49340.0,4480.731014752,ct +9015,6260,0.080371567,110.0,49340.0,9385.952337394001,ct +9015,6262,0.005516791,110.0,49340.0,644.261886562,ct +9015,6263,0.002156876,110.0,49340.0,251.884293032,ct +9015,6264,0.0007561960000000001,110.0,49340.0,88.310081272,ct +9015,6266,0.004623105,110.0,49340.0,539.89544811,ct +9015,6277,0.034956862000000005,110.0,49340.0,4082.3322580840004,ct +9015,6278,0.037491837,110.0,49340.0,4378.371708534,ct +9015,6280,0.023399099,110.0,49340.0,2732.593579418,ct +9015,6281,0.057015433,110.0,49340.0,6658.376296605999,ct +9015,6282,0.010810161,110.0,49340.0,1262.432221902,ct +9015,6331,0.043601554,110.0,49340.0,5091.876679228,ct +9015,6332,0.005516791,110.0,49340.0,644.261886562,ct +9015,6354,0.054360155,110.0,49340.0,6348.28762121,ct +9015,6373,0.0027927679999999997,110.0,49340.0,326.14503257599995,ct +9015,6374,0.061612759,110.0,49340.0,7195.261221538,ct +9015,6377,0.024902898,110.0,49340.0,2908.210234236,ct +9015,6387,0.004133297,110.0,49340.0,482.694690254,ct +10001,19901,0.219395211,112.0,20100.0,39663.582615846004,de +10001,19902,0.002274441,112.0,20100.0,411.187090626,de +10001,19904,0.21046243,112.0,20100.0,38048.66086998,de +10001,19934,0.084313425,112.0,20100.0,15242.68685205,de +10001,19936,0.001661639,112.0,20100.0,300.401068254,de +10001,19938,0.051899689000000006,112.0,20100.0,9382.737175554,de +10001,19943,0.068292166,112.0,20100.0,12346.267522476,de +10001,19946,0.032042519,225.0,20100.0,5792.838839934,de +10001,19952,0.06262963099999999,225.0,20100.0,11322.560469965998,de +10001,19953,0.026680494,112.0,20100.0,4823.459788284,de +10001,19954,0.007665928000000001,225.0,20100.0,1385.8924594080001,de +10001,19955,0.000200339,112.0,20100.0,36.218486454,de +10001,19962,0.069647403,112.0,20100.0,12591.275398758,de +10001,19964,0.00678797,112.0,20100.0,1227.16994442,de +10001,19977,0.150655228,112.0,20100.0,27236.356049208,de +10001,19979,0.0053914869999999995,112.0,20100.0,974.7053687819999,de +10003,19701,0.07075653400000001,112.0,37980.0,39535.425642102,de +10003,19702,0.100284909,112.0,37980.0,56034.493758477,de +10003,19703,0.026622961,112.0,37980.0,14875.659327633,de +10003,19706,0.0032342940000000004,112.0,37980.0,1807.1714753820002,de +10003,19707,0.029277626,112.0,37980.0,16358.961360378,de +10003,19709,0.07413800599999999,112.0,37980.0,41424.833266518,de +10003,19710,0.0,112.0,37980.0,0.0,de +10003,19711,0.09454494599999999,112.0,37980.0,52827.27221233799,de +10003,19713,0.05489577599999999,112.0,37980.0,30673.179527327997,de +10003,19716,0.002105925,112.0,37980.0,1176.6919115249998,de +10003,19717,0.007433424,112.0,37980.0,4153.447960272,de +10003,19720,0.111426869,112.0,37980.0,62260.097334357,de +10003,19730,0.001933308,112.0,37980.0,1080.241644924,de +10003,19731,0.000545106,112.0,37980.0,304.579612818,de +10003,19732,0.000179885,112.0,37980.0,100.511283405,de +10003,19733,0.00025801700000000003,112.0,37980.0,144.167772801,de +10003,19734,0.023357778,112.0,37980.0,13051.228530834,de +10003,19735,9.63e-05,112.0,37980.0,53.807913899999996,de +10003,19736,0.000125374,112.0,37980.0,70.05309862200001,de +10003,19801,0.029615591,112.0,37980.0,16547.800318023,de +10003,19802,0.047793049000000004,112.0,37980.0,26704.509507897,de +10003,19803,0.040403233,112.0,37980.0,22575.427648448996,de +10003,19804,0.031712431,112.0,37980.0,17719.415958543,de +10003,19805,0.07083466599999999,112.0,37980.0,39579.08213149799,de +10003,19806,0.018042998,112.0,37980.0,10081.579261494,de +10003,19807,0.012855409,112.0,37980.0,7182.998344977,de +10003,19808,0.073442088,112.0,37980.0,41035.986996264,de +10003,19809,0.02737339,112.0,37980.0,15294.96378267,de +10003,19810,0.046710105999999994,112.0,37980.0,26099.411857817995,de +10005,19930,0.010639363999999998,225.0,41540.0,2492.0050328999996,de +10005,19931,0.0010547830000000001,225.0,41540.0,247.05654817500002,de +10005,19933,0.045922303,225.0,41540.0,10756.151420175,de +10005,19939,0.031473515,225.0,41540.0,7371.884050875,de +10005,19940,0.024137976000000002,225.0,41540.0,5653.717428600001,de +10005,19941,0.012435111,225.0,41540.0,2912.613873975,de +10005,19944,0.00282002,225.0,41540.0,660.5191844999999,de +10005,19945,0.028897577,225.0,41540.0,6768.534972825,de +10005,19947,0.087420619,225.0,41540.0,20476.094485275,de +10005,19950,0.032754946,225.0,41540.0,7672.02722685,de +10005,19951,0.008908997,225.0,41540.0,2086.709822325,de +10005,19956,0.064407164,225.0,41540.0,15085.7679879,de +10005,19958,0.109082905,225.0,41540.0,25549.943423624998,de +10005,19960,0.028640419,225.0,41540.0,6708.302140275,de +10005,19963,0.090584969,225.0,41540.0,21217.264364025,de +10005,19966,0.121252141,225.0,41540.0,28400.282725725,de +10005,19967,0.0062110180000000004,225.0,41540.0,1454.7756910500002,de +10005,19968,0.049108447,225.0,41540.0,11502.425998575,de +10005,19970,0.036381309,225.0,41540.0,8521.412100525,de +10005,19971,0.057603375,225.0,41540.0,13492.150509375,de +10005,19973,0.109549276,225.0,41540.0,25659.1791711,de +10005,19975,0.040713766,225.0,41540.0,9536.18184135,de +11001,20001,0.068259326,113.0,47900.0,48173.951065174,dc +11001,20002,0.094821666,113.0,47900.0,66920.295957834,dc +11001,20003,0.045607037,113.0,47900.0,32187.120755713004,dc +11001,20004,0.0028857809999999996,113.0,47900.0,2036.6370549689998,dc +11001,20005,0.019319394,113.0,47900.0,13634.642996106,dc +11001,20006,0.004026944,113.0,47900.0,2842.011701056,dc +11001,20007,0.040272359,113.0,47900.0,28422.177091891,dc +11001,20008,0.043041248,113.0,47900.0,30376.317734752,dc +11001,20009,0.076151025,113.0,47900.0,53743.509742725,dc +11001,20010,0.05072108,113.0,47900.0,35796.35148892,dc +11001,20011,0.100374056,113.0,47900.0,70838.889647944,dc +11001,20012,0.023891349,113.0,47900.0,16861.295665400998,dc +11001,20015,0.023955639,113.0,47900.0,16906.668268611,dc +11001,20016,0.050823361,113.0,47900.0,35868.536202389,dc +11001,20017,0.029880623999999998,113.0,47900.0,21088.220507375998,dc +11001,20018,0.029139817999999998,113.0,47900.0,20565.397413682,dc +11001,20019,0.091504844,113.0,47900.0,64579.452148156,dc +11001,20020,0.08201610200000001,113.0,47900.0,57882.781970398006,dc +11001,20024,0.019512266,113.0,47900.0,13770.762217234,dc +11001,20032,0.062727392,113.0,47900.0,44269.794176608004,dc +11001,20036,0.008471778000000001,113.0,47900.0,5978.948851722001,dc +11001,20037,0.021272957999999998,113.0,47900.0,15013.368835541998,dc +11001,20045,0.0,113.0,47900.0,0.0,dc +11001,20052,0.001097328,113.0,47900.0,774.438138672,dc +11001,20053,0.0,113.0,47900.0,0.0,dc +11001,20057,0.005612297,113.0,47900.0,3960.872995453,dc +11001,20064,0.00322477,113.0,47900.0,2275.87820273,dc +11001,20202,0.0,113.0,47900.0,0.0,dc +11001,20204,0.0,113.0,47900.0,0.0,dc +11001,20228,0.0,113.0,47900.0,0.0,dc +11001,20230,0.0,113.0,47900.0,0.0,dc +11001,20240,0.0,113.0,47900.0,0.0,dc +11001,20245,0.0,113.0,47900.0,0.0,dc +11001,20260,0.0,113.0,47900.0,0.0,dc +11001,20317,0.000593229,113.0,47900.0,418.670773521,dc +11001,20319,6.14e-05,113.0,47900.0,43.3329886,dc +11001,20373,0.00021040599999999998,113.0,47900.0,148.493824094,dc +11001,20390,0.000524555,113.0,47900.0,370.204166695,dc +11001,20405,0.0,113.0,47900.0,0.0,dc +11001,20418,0.0,113.0,47900.0,0.0,dc +11001,20427,0.0,113.0,47900.0,0.0,dc +11001,20506,0.0,113.0,47900.0,0.0,dc +11001,20510,0.0,113.0,47900.0,0.0,dc +11001,20520,0.0,113.0,47900.0,0.0,dc +11001,20535,0.0,113.0,47900.0,0.0,dc +11001,20540,0.0,113.0,47900.0,0.0,dc +11001,20551,0.0,113.0,47900.0,0.0,dc +11001,20553,0.0,113.0,47900.0,0.0,dc +11001,20560,0.0,113.0,47900.0,0.0,dc +11001,20565,0.0,113.0,47900.0,0.0,dc +11001,20566,0.0,113.0,47900.0,0.0,dc +11001,20593,0.0,113.0,47900.0,0.0,dc +12001,32601,0.07017802299999999,120.0,23540.0,18880.905841989,fl +12001,32603,0.027177506,120.0,23540.0,7311.917746758,fl +12001,32605,0.093238297,120.0,23540.0,25085.111139771,fl +12001,32606,0.08977075699999999,120.0,23540.0,24152.193775550997,fl +12001,32607,0.11567532,120.0,23540.0,31121.63511876,fl +12001,32608,0.184727715,120.0,23540.0,49699.698626745,fl +12001,32609,0.07519046900000001,120.0,23540.0,20229.469351167,fl +12001,32612,0.028729966000000003,120.0,23540.0,7729.596242538,fl +12001,32615,0.055261557999999995,120.0,23540.0,14867.735348994,fl +12001,32616,0.00431365,120.0,23540.0,1160.5573369499998,fl +12001,32618,0.030437295,120.0,23540.0,8188.941158685,fl +12001,32631,0.000997201,120.0,23540.0,268.289948643,fl +12001,32641,0.05661759999999999,120.0,23540.0,15232.568956799998,fl +12001,32643,0.04233194,120.0,23540.0,11389.11213342,fl +12001,32653,0.049739179,120.0,23540.0,13381.977935697001,fl +12001,32658,0.0014202560000000002,120.0,23540.0,382.10993500800004,fl +12001,32667,0.015449062,120.0,23540.0,4156.461987666,fl +12001,32669,0.04947477,120.0,23540.0,13310.84054511,fl +12001,32694,0.009269437,120.0,23540.0,2493.877138791,fl +12003,32040,0.27340364100000003,123.0,27260.0,7986.120353610001,fl +12003,32063,0.49985553299999996,123.0,27260.0,14600.780118929999,fl +12003,32072,0.010798901999999999,123.0,27260.0,315.43592742,fl +12003,32087,0.21594192399999998,123.0,27260.0,6307.663600039999,fl +12005,32401,0.122603324,133.0,37460.0,21419.41371942,fl +12005,32403,0.018331278,133.0,37460.0,3202.5659229899998,fl +12005,32404,0.21748154100000003,133.0,37460.0,37995.112620405,fl +12005,32405,0.174206903,133.0,37460.0,30434.816988615,fl +12005,32407,0.056683527000000004,133.0,37460.0,9902.895584535001,fl +12005,32408,0.098561859,133.0,37460.0,17219.249576595,fl +12005,32409,0.055368717000000005,133.0,37460.0,9673.191703485001,fl +12005,32410,0.005362469,133.0,37460.0,936.850146645,fl +12005,32413,0.079426482,133.0,37460.0,13876.20353781,fl +12005,32438,0.018869155,133.0,37460.0,3296.5357242749997,fl +12005,32444,0.118061253,133.0,37460.0,20625.891205365002,fl +12005,32466,0.035043492,133.0,37460.0,6122.27326986,fl +12007,32026,0.07742276,120.0,,2183.3992547599996,fl +12007,32044,0.074053023,120.0,,2088.369301623,fl +12007,32058,0.186147538,120.0,,5249.546719138,fl +12007,32091,0.621615038,120.0,,17530.165686638,fl +12007,32622,0.040761642,120.0,,1149.519066042,fl +12009,32754,0.018071653,130.0,37340.0,10878.086950126,fl +12009,32780,0.061299199000000006,130.0,37340.0,36898.562444458,fl +12009,32796,0.036274912,130.0,37340.0,21835.393079104,fl +12009,32901,0.042896798,130.0,37340.0,25821.384381716,fl +12009,32903,0.024399156,130.0,37340.0,14686.876760952002,fl +12009,32904,0.054038329,130.0,37340.0,32527.939834918,fl +12009,32905,0.040512296,130.0,37340.0,24386.052478832004,fl +12009,32907,0.076361218,130.0,37340.0,45965.024285356,fl +12009,32908,0.022513373,130.0,37340.0,13551.744770366,fl +12009,32909,0.053331809,130.0,37340.0,32102.655773078,fl +12009,32920,0.017630078,130.0,37340.0,10612.284411476001,fl +12009,32922,0.027258134,130.0,37340.0,16407.815696228,fl +12009,32925,0.002607887,130.0,37340.0,1569.796716554,fl +12009,32926,0.038702706,130.0,37340.0,23296.784255052004,fl +12009,32927,0.046212935999999996,130.0,37340.0,27817.507121712,fl +12009,32931,0.024447642000000002,130.0,37340.0,14716.062520764,fl +12009,32934,0.032487761000000004,130.0,37340.0,19555.747831862,fl +12009,32935,0.071950668,130.0,37340.0,43310.128997256,fl +12009,32937,0.046973137000000005,130.0,37340.0,28275.104032054,fl +12009,32940,0.068220663,130.0,37340.0,41064.882327546,fl +12009,32949,0.004552546,130.0,37340.0,2740.3686443320003,fl +12009,32950,0.007311088,130.0,37340.0,4400.850932896,fl +12009,32951,0.020830195,130.0,37340.0,12538.56923869,fl +12009,32952,0.035900873,130.0,37340.0,21610.243295366,fl +12009,32953,0.041873384,130.0,37340.0,25205.348511728,fl +12009,32955,0.067754845,130.0,37340.0,40784.486908989995,fl +12009,32976,0.015586714,130.0,37340.0,9382.297798588,fl +12011,33004,0.008806009,127.0,33100.0,17196.180643002,fl +12011,33009,0.021620081,127.0,33100.0,42219.218535018,fl +12011,33019,0.007821801,127.0,33100.0,15274.240913177999,fl +12011,33020,0.023349646,127.0,33100.0,45596.675016588,fl +12011,33021,0.025849186,127.0,33100.0,50477.721738708,fl +12011,33023,0.038588357000000004,127.0,33100.0,75354.494605746,fl +12011,33024,0.039444757999999996,127.0,33100.0,77026.85563772399,fl +12011,33025,0.03758896,127.0,33100.0,73402.89413088,fl +12011,33026,0.016261155,127.0,33100.0,31754.42573859,fl +12011,33027,0.031527627,127.0,33100.0,61566.456397806,fl +12011,33028,0.014265503,127.0,33100.0,27857.360417334003,fl +12011,33029,0.025087067,127.0,33100.0,48989.472522126,fl +12011,33060,0.01946834,118.0,33100.0,38017.346048520005,fl +12011,33062,0.01153078,118.0,33100.0,22517.05350684,fl +12011,33063,0.028775618,118.0,33100.0,56192.393766804,fl +12011,33064,0.032159321,118.0,33100.0,62800.014543738,fl +12011,33065,0.030065197000000002,118.0,33100.0,58710.655267266004,fl +12011,33066,0.00879239,118.0,33100.0,17169.585759420002,fl +12011,33067,0.014553066000000002,118.0,33100.0,28418.907117348004,fl +12011,33068,0.027036625,118.0,33100.0,52796.52649425,fl +12011,33069,0.014462973,118.0,33100.0,28242.975488994,fl +12011,33071,0.020867391000000002,118.0,33100.0,40749.382062198005,fl +12011,33073,0.018150476000000002,118.0,33100.0,35443.850222328,fl +12011,33076,0.019170825,118.0,33100.0,37436.36530185,fl +12011,33301,0.007889371,118.0,33100.0,15406.190122637998,fl +12011,33304,0.009832119,118.0,33100.0,19199.945676582,fl +12011,33305,0.006508128,118.0,33100.0,12708.929179584,fl +12011,33306,0.0017693729999999999,118.0,33100.0,3455.192668194,fl +12011,33308,0.014640539,118.0,33100.0,28589.722467342,fl +12011,33309,0.021436754,118.0,33100.0,41861.221602612,fl +12011,33311,0.038254701,118.0,33100.0,74702.938509378,fl +12011,33312,0.028050165,118.0,33100.0,54775.74510837,fl +12011,33313,0.032687304,118.0,33100.0,63831.048130512,fl +12011,33314,0.013717092,127.0,33100.0,26786.435481576,fl +12011,33315,0.006998923000000001,118.0,33100.0,13667.342858094002,fl +12011,33316,0.005133696,118.0,33100.0,10024.968607488001,fl +12011,33317,0.020092701,118.0,33100.0,39236.584473378,fl +12011,33319,0.024629272,118.0,33100.0,48095.500517616005,fl +12011,33321,0.025128447,118.0,33100.0,49070.278475766005,fl +12011,33322,0.020453594,118.0,33100.0,39941.328384132,fl +12011,33323,0.011101793,118.0,33100.0,21679.337130954,fl +12011,33324,0.025564767000000002,118.0,33100.0,49922.314572726005,fl +12011,33325,0.015183189,118.0,33100.0,29649.397449042,fl +12011,33326,0.017256885,118.0,33100.0,33698.86537653,fl +12011,33327,0.01244637,127.0,33100.0,24304.99751586,fl +12011,33328,0.015075811000000001,127.0,33100.0,29439.712052958002,fl +12011,33330,0.007975273,127.0,33100.0,15573.937658394,fl +12011,33331,0.013542145,127.0,33100.0,26444.80282881,fl +12011,33332,0.006033048,127.0,33100.0,11781.203407344,fl +12011,33334,0.015440371000000001,118.0,33100.0,30151.616800638003,fl +12011,33351,0.01863708,118.0,33100.0,36394.07980824,fl +12011,33441,0.014168601999999999,118.0,33100.0,27668.134276356,fl +12011,33442,0.015109333999999999,118.0,33100.0,29505.175029852,fl +12013,32421,0.371737747,140.0,,5243.360921435,fl +12013,32424,0.507956715,140.0,,7164.729465074999,fl +12013,32430,0.075252847,140.0,,1061.441406935,fl +12013,32449,0.045052691,133.0,,635.4682065549999,fl +12015,33946,0.013189544,137.0,39460.0,2491.63675704,fl +12015,33947,0.050494679,137.0,39460.0,9538.94980989,fl +12015,33948,0.092814677,119.0,39460.0,17533.62063207,fl +12015,33950,0.124900724,119.0,39460.0,23594.99577084,fl +12015,33952,0.19096190100000002,119.0,39460.0,36074.61271791,fl +12015,33953,0.039058068,119.0,39460.0,7378.45962588,fl +12015,33954,0.052724137000000004,119.0,39460.0,9960.116720670001,fl +12015,33955,0.064705348,119.0,39460.0,12223.48729068,fl +12015,33980,0.075654088,119.0,39460.0,14291.81376408,fl +12015,33981,0.06086478,119.0,39460.0,11497.9655898,fl +12015,33982,0.062543965,119.0,39460.0,11815.18042815,fl +12015,33983,0.08181488099999999,119.0,39460.0,15455.64916971,fl +12015,34224,0.09027320800000001,137.0,39460.0,17053.51172328,fl +12017,34428,0.065694352,129.0,26140.0,9831.619637263999,fl +12017,34429,0.058002314000000006,129.0,26140.0,8680.452306298,fl +12017,34433,0.0417698,129.0,26140.0,6251.1429586,fl +12017,34434,0.054208884000000006,129.0,26140.0,8112.7389527880005,fl +12017,34436,0.057672755,129.0,26140.0,8631.131495035,fl +12017,34442,0.09783683300000001,129.0,26140.0,14641.966916281002,fl +12017,34445,0.0,129.0,26140.0,0.0,fl +12017,34446,0.11672685199999999,129.0,26140.0,17468.990489763997,fl +12017,34448,0.07446622,129.0,26140.0,11144.39108654,fl +12017,34450,0.07535673,129.0,26140.0,11277.662141609999,fl +12017,34452,0.079935491,129.0,26140.0,11962.905776587,fl +12017,34453,0.080124812,129.0,26140.0,11991.238989484,fl +12017,34461,0.074774743,129.0,26140.0,11190.563713151001,fl +12017,34465,0.12343021400000001,129.0,26140.0,18472.195536598003,fl +12019,32003,0.139429984,123.0,27260.0,30570.302851968,fl +12019,32043,0.12193953800000001,123.0,27260.0,26735.487585576004,fl +12019,32065,0.18159960100000003,123.0,27260.0,39816.075718452004,fl +12019,32068,0.279661431,123.0,27260.0,61316.328069612005,fl +12019,32073,0.204582995,123.0,27260.0,44855.23081974,fl +12019,32079,0.002252891,123.0,27260.0,493.950857532,fl +12019,32656,0.07053355900000001,120.0,27260.0,15464.623877868002,fl +12021,34101,0.0,119.0,34940.0,0.0,fl +12021,34102,0.031516559,119.0,34940.0,12130.786592217999,fl +12021,34103,0.035225684,119.0,34940.0,13558.436222968001,fl +12021,34104,0.06637078,119.0,34940.0,25546.245963560003,fl +12021,34105,0.047459194,119.0,34940.0,18267.138688988,fl +12021,34108,0.045775229,119.0,34940.0,17618.977192558,fl +12021,34109,0.067859383,119.0,34940.0,26119.212235466,fl +12021,34110,0.066059852,119.0,34940.0,25426.569154504003,fl +12021,34112,0.075786676,119.0,34940.0,29170.443165752,fl +12021,34113,0.058908505,119.0,34940.0,22674.00139151,fl +12021,34114,0.046025622999999995,119.0,34940.0,17715.354343945997,fl +12021,34116,0.100517847,119.0,34940.0,38689.520345993995,fl +12021,34117,0.043458402,119.0,34940.0,16727.225846604,fl +12021,34119,0.087037873,119.0,34940.0,33501.051393446,fl +12021,34120,0.08943174400000001,119.0,34940.0,34422.457129088005,fl +12021,34137,0.001249216,119.0,34940.0,480.825736832,fl +12021,34138,0.0007374230000000001,119.0,34940.0,283.835587546,fl +12021,34139,0.0013372660000000001,119.0,34940.0,514.716357932,fl +12021,34140,0.001202439,119.0,34940.0,462.821175978,fl +12021,34141,0.000184356,119.0,34940.0,70.958993112,fl +12021,34142,0.085175055,119.0,34940.0,32784.04901961,fl +12021,34145,0.048680894,119.0,34940.0,18737.373462388,fl +12023,32024,0.279117334,120.0,,20008.805205124,fl +12023,32025,0.322271195,120.0,,23102.33288477,fl +12023,32038,0.145521851,120.0,,10431.879410786001,fl +12023,32055,0.246507072,120.0,,17671.105963392,fl +12023,32061,0.0065825480000000006,120.0,,471.87653592800007,fl +12027,34266,0.885903459,137.0,,33665.217345459,fl +12027,34268,0.00351658,137.0,,133.63355658,fl +12027,34269,0.11057996099999999,137.0,,4202.149097961,fl +12029,32628,0.315098468,120.0,,5301.846822568001,fl +12029,32648,0.035636136,120.0,,599.6136243359999,fl +12029,32680,0.632135042,120.0,,10636.304216692,fl +12029,32692,0.017130353,120.0,,288.23531957800003,fl +12031,32202,0.006659926,123.0,27260.0,6378.57742613,fl +12031,32204,0.008109660999999999,123.0,27260.0,7767.068371054999,fl +12031,32205,0.031867177000000003,123.0,27260.0,30520.948107635002,fl +12031,32206,0.017824619,123.0,27260.0,17071.617970345,fl +12031,32207,0.038800414,123.0,27260.0,37161.29051057,fl +12031,32208,0.034778532,123.0,27260.0,33309.312915660004,fl +12031,32209,0.038280799,123.0,27260.0,36663.626646245,fl +12031,32210,0.066432894,123.0,27260.0,63626.436392970005,fl +12031,32211,0.037385247,123.0,27260.0,35805.907240485,fl +12031,32212,0.00269962,123.0,27260.0,2585.5745531,fl +12031,32216,0.041129497,123.0,27260.0,39391.981399235,fl +12031,32217,0.020969314,123.0,27260.0,20083.46533007,fl +12031,32218,0.066810992,123.0,27260.0,63988.56164296,fl +12031,32219,0.01288882,123.0,27260.0,12344.3317991,fl +12031,32220,0.014237008999999998,123.0,27260.0,13635.566554795,fl +12031,32221,0.032653621,123.0,27260.0,31274.168780855,fl +12031,32222,0.010556495,123.0,27260.0,10110.535868725001,fl +12031,32223,0.025968849,123.0,27260.0,24871.794973994998,fl +12031,32224,0.047263327,123.0,27260.0,45266.687750885,fl +12031,32225,0.058870935,123.0,27260.0,56383.932350925,fl +12031,32226,0.017298522,123.0,27260.0,16567.74593811,fl +12031,32227,0.003334824,123.0,27260.0,3193.94436012,fl +12031,32228,0.00039754300000000004,123.0,27260.0,380.74879596500006,fl +12031,32233,0.026437691,123.0,27260.0,25320.830743705,fl +12031,32234,0.0062440180000000005,123.0,27260.0,5980.2394595900005,fl +12031,32244,0.065585955,123.0,27260.0,62815.276331025,fl +12031,32246,0.055391353,123.0,27260.0,53051.345292515,fl +12031,32250,0.029120026,123.0,27260.0,27889.85050163,fl +12031,32254,0.01408577,123.0,27260.0,13490.71664635,fl +12031,32256,0.049355829000000004,123.0,27260.0,47270.792003895,fl +12031,32257,0.041753899,123.0,27260.0,39990.005536745,fl +12031,32258,0.034558155,123.0,27260.0,33098.245742025,fl +12031,32266,0.007648382,123.0,27260.0,7325.27610241,fl +12031,32277,0.034600286,123.0,27260.0,33138.59691793,fl +12033,32501,0.037449773,134.0,37860.0,11920.861942268,fl +12033,32502,0.010320804,134.0,37860.0,3285.277046064,fl +12033,32503,0.11186001300000001,134.0,37860.0,35606.831898108,fl +12033,32504,0.074789371,134.0,37860.0,23806.653419235998,fl +12033,32505,0.080897602,134.0,37860.0,25751.001078232,fl +12033,32506,0.11964679199999999,134.0,37860.0,38085.488242272,fl +12033,32507,0.101386909,134.0,37860.0,32273.075325244,fl +12033,32508,0.017436811,134.0,37860.0,5550.415930276,fl +12033,32509,0.002274789,134.0,37860.0,724.1017353240001,fl +12033,32511,0.003350616,134.0,37860.0,1066.5546826559998,fl +12033,32514,0.145038885,134.0,37860.0,46168.197717660005,fl +12033,32526,0.117627997,134.0,37860.0,37442.873493052,fl +12033,32533,0.08953985699999999,134.0,37860.0,28501.969120811995,fl +12033,32534,0.04706416099999999,134.0,37860.0,14981.275472875997,fl +12033,32535,0.018451069,134.0,37860.0,5873.270479804,fl +12033,32568,0.008862605,134.0,37860.0,2821.1089731800002,fl +12033,32577,0.014001943999999999,134.0,37860.0,4457.042806304,fl +12035,32110,0.076303805,131.0,19660.0,8781.118183205,fl +12035,32136,0.07557973400000001,131.0,19660.0,8697.791368454002,fl +12035,32137,0.41741773200000004,131.0,19660.0,48036.850016292,fl +12035,32164,0.430698729,131.0,19660.0,49565.240432049,fl +12037,32320,0.33502360600000003,133.0,,4062.1612227500004,fl +12037,32322,0.363000525,140.0,,4401.381365625,fl +12037,32323,0.036894562,140.0,,447.34656425,fl +12037,32328,0.265081308,133.0,,3214.1108595,fl +12039,32324,0.10270117599999999,140.0,45220.0,4689.335696159999,fl +12039,32330,0.01799335,140.0,45220.0,821.5763610000001,fl +12039,32332,0.028576396,140.0,45220.0,1304.79824136,fl +12039,32333,0.22830693,140.0,45220.0,10424.494423799999,fl +12039,32343,0.071734359,140.0,45220.0,3275.3908319399998,fl +12039,32351,0.405132886,140.0,45220.0,18498.367574760003,fl +12039,32352,0.145554904,140.0,45220.0,6646.0369166400005,fl +12041,32619,0.304134308,120.0,23540.0,5651.423711256,fl +12041,32693,0.695865692,120.0,23540.0,12930.576288744001,fl +12043,33471,0.9638959990000001,119.0,,13312.367642189001,fl +12043,33944,0.036104001000000004,119.0,,498.6323578110001,fl +12045,32456,0.5077636010000001,133.0,,6925.387754039001,fl +12045,32465,0.492236399,133.0,,6713.612245961,fl +12047,32052,0.645985887,140.0,,9320.284377636,fl +12047,32053,0.208960192,140.0,,3014.877650176,fl +12047,32096,0.145053921,120.0,,2092.837972188,fl +12049,33834,0.280767687,124.0,,7563.039184718999,fl +12049,33865,0.039333017000000005,137.0,,1059.513478929,fl +12049,33873,0.502134491,130.0,,13525.996784067,fl +12049,33890,0.177764805,130.0,,4788.4505522849995,fl +12051,33440,0.46499333299999995,119.0,,19539.949839325996,fl +12051,33930,0.021123301,119.0,,887.6433546220001,fl +12051,33935,0.5138833660000001,119.0,,21594.406806052004,fl +12053,34601,0.123905399,122.0,45300.0,24027.73497408,fl +12053,34602,0.041481397,122.0,45300.0,8044.072506240001,fl +12053,34604,0.065636343,122.0,45300.0,12728.19963456,fl +12053,34606,0.149013158,122.0,45300.0,28896.63159936,fl +12053,34607,0.049784483,122.0,45300.0,9654.206943359999,fl +12053,34608,0.195530853,122.0,45300.0,37917.34301376,fl +12053,34609,0.233949637,122.0,45300.0,45367.51360704,fl +12053,34613,0.09887137,122.0,45300.0,19173.1360704,fl +12053,34614,0.041044691,122.0,45300.0,7959.38647872,fl +12053,34661,0.000782668,122.0,45300.0,151.77497856,fl +12055,33825,0.255862182,130.0,42700.0,27177.936834222,fl +12055,33852,0.204508406,130.0,42700.0,21723.087393726,fl +12055,33857,0.019976272,130.0,42700.0,2121.899588112,fl +12055,33870,0.20989071399999998,130.0,42700.0,22294.801531793997,fl +12055,33872,0.15219005900000002,130.0,42700.0,16165.780257039001,fl +12055,33875,0.105408351,130.0,42700.0,11196.580451571,fl +12055,33876,0.045228748,130.0,42700.0,4804.242841308,fl +12055,33960,0.0069352680000000005,130.0,42700.0,736.6711022280001,fl +12057,33503,0.00014528700000000002,141.0,45300.0,213.85781481600003,fl +12057,33510,0.020066632,141.0,45300.0,29537.440171776,fl +12057,33511,0.041051988,141.0,45300.0,60427.212672384,fl +12057,33527,0.010576003999999998,141.0,45300.0,15567.539455871998,fl +12057,33534,0.011741857,141.0,45300.0,17283.637764576,fl +12057,33547,0.017671541000000002,141.0,45300.0,26011.942862688004,fl +12057,33548,0.00503019,141.0,45300.0,7404.278713920001,fl +12057,33549,0.012830082,141.0,45300.0,18885.470141375998,fl +12057,33556,0.016364675,141.0,45300.0,24088.2779304,fl +12057,33558,0.016268529,141.0,45300.0,23946.754095072,fl +12057,33559,0.01262782,141.0,45300.0,18587.74694976,fl +12057,33563,0.019852263999999998,124.0,45300.0,29221.897335551996,fl +12057,33565,0.012328701000000001,124.0,45300.0,18147.453353568002,fl +12057,33566,0.014672514,124.0,45300.0,21597.471087552,fl +12057,33567,0.008772742,124.0,45300.0,12913.195496256,fl +12057,33569,0.019533915,141.0,45300.0,28753.297794719998,fl +12057,33570,0.019813805,141.0,45300.0,29165.28691824,fl +12057,33572,0.013530163000000001,141.0,45300.0,19915.966970784,fl +12057,33573,0.015961576,141.0,45300.0,23494.929101568003,fl +12057,33578,0.03534878,141.0,45300.0,52032.272999040004,fl +12057,33579,0.024407422999999998,141.0,45300.0,35926.94561846399,fl +12057,33584,0.019338063,141.0,45300.0,28465.009917984,fl +12057,33592,0.007882506,141.0,45300.0,11602.796591807999,fl +12057,33594,0.025257777000000002,141.0,45300.0,37178.639495136005,fl +12057,33596,0.021376347999999996,141.0,45300.0,31465.300212863996,fl +12057,33598,0.012980354,141.0,45300.0,19106.665716672,fl +12057,33602,0.010261929,141.0,45300.0,15105.231106272,fl +12057,33603,0.014987302,141.0,45300.0,22060.828950336,fl +12057,33604,0.027554586000000002,141.0,45300.0,40559.468845248004,fl +12057,33605,0.01243268,141.0,45300.0,18300.50711424,fl +12057,33606,0.013863468,141.0,45300.0,20406.581265024,fl +12057,33607,0.016959353,141.0,45300.0,24963.624916704,fl +12057,33609,0.013113533,141.0,45300.0,19302.700942944,fl +12057,33610,0.032734335,141.0,45300.0,48183.89362128,fl +12057,33611,0.022641195,141.0,45300.0,33327.11452176,fl +12057,33612,0.035119455,141.0,45300.0,51694.71393744,fl +12057,33613,0.02488459,141.0,45300.0,36629.32017312,fl +12057,33614,0.034205717000000004,141.0,45300.0,50349.720841056005,fl +12057,33615,0.03265457,141.0,45300.0,48066.48209376,fl +12057,33616,0.011498288999999998,141.0,45300.0,16925.113462751997,fl +12057,33617,0.032512844,141.0,45300.0,47857.865956992,fl +12057,33618,0.019286786,141.0,45300.0,28389.531814848,fl +12057,33619,0.028307369,141.0,45300.0,41667.541332192,fl +12057,33620,0.003847244,141.0,45300.0,5663.020056192,fl +12057,33621,0.0018039739999999999,141.0,45300.0,2655.3920008319997,fl +12057,33624,0.027503307999999997,141.0,45300.0,40483.989270144,fl +12057,33625,0.018689259,141.0,45300.0,27509.991191712,fl +12057,33626,0.021340026,141.0,45300.0,31411.835391168002,fl +12057,33629,0.018516196999999998,141.0,45300.0,27255.249465695997,fl +12057,33634,0.016190189,141.0,45300.0,23831.440121952,fl +12057,33635,0.013070802,141.0,45300.0,19239.802278336,fl +12057,33637,0.012352915,141.0,45300.0,18183.095586720003,fl +12057,33647,0.048236549000000004,141.0,45300.0,71002.656558432,fl +12059,32425,0.757686471,2.0,,14863.535501606999,fl +12059,32464,0.24231352899999997,2.0,,4753.464498392999,fl +12061,32948,0.05237051400000001,130.0,42680.0,8375.249710422002,fl +12061,32958,0.183283554,130.0,42680.0,29311.255806341997,fl +12061,32960,0.138807028,130.0,42680.0,22198.436338844,fl +12061,32962,0.17529023,130.0,42680.0,28032.93945229,fl +12061,32963,0.09794637099999999,130.0,42680.0,15663.877489432998,fl +12061,32966,0.11833034199999999,130.0,42680.0,18923.743283665997,fl +12061,32967,0.139807021,130.0,42680.0,22358.358219383,fl +12061,32968,0.092813955,130.0,42680.0,14843.086125465,fl +12061,32970,0.001350984,130.0,42680.0,216.053414232,fl +12063,32420,0.039335092,2.0,,1825.6989600880001,fl +12063,32423,0.020332057,2.0,,943.692093598,fl +12063,32426,0.018130244,2.0,,841.497145016,fl +12063,32431,0.07884871,2.0,,3659.68402594,fl +12063,32432,0.0,2.0,,0.0,fl +12063,32440,0.153968222,2.0,,7146.281055908,fl +12063,32442,0.062126832,2.0,,2883.554780448,fl +12063,32443,0.065895702,2.0,,3058.483112628,fl +12063,32445,0.050086287,2.0,,2324.704924818,fl +12063,32446,0.224208042,2.0,,10406.392061388,fl +12063,32447,0.003193621,2.0,,148.228725094,fl +12063,32448,0.16821058100000003,2.0,,7807.325906534001,fl +12063,32460,0.11566461,2.0,,5368.4572085400005,fl +12065,32336,0.098148545,140.0,45220.0,1398.2241720700001,fl +12065,32344,0.8835513620000001,140.0,45220.0,12587.072703052001,fl +12065,32361,0.018300093,140.0,45220.0,260.703124878,fl +12067,32066,1.0,120.0,,8422.0,fl +12069,32102,0.006230945,130.0,36740.0,2287.49206651,fl +12069,32159,0.085544207,130.0,36740.0,31404.818185426,fl +12069,32702,0.007928487,130.0,36740.0,2910.690290466,fl +12069,32726,0.063521577,130.0,36740.0,23319.914305086,fl +12069,32735,0.013265242,130.0,36740.0,4869.909112556,fl +12069,32736,0.028165576,130.0,36740.0,10340.089929968,fl +12069,32757,0.07573366200000001,130.0,36740.0,27803.190526116003,fl +12069,32767,0.009291063,130.0,36740.0,3410.916466434,fl +12069,32776,0.035245292000000004,130.0,36740.0,12939.181108456001,fl +12069,32778,0.06076519999999999,130.0,36740.0,22307.9986936,fl +12069,32784,0.034952906,130.0,36740.0,12831.840944907999,fl +12069,34705,0.007519715,130.0,36740.0,2760.62273137,fl +12069,34711,0.171922992,130.0,36740.0,63116.024977056,fl +12069,34714,0.061721842,130.0,36740.0,22659.199191356,fl +12069,34715,0.050948977,130.0,36740.0,18704.286538286,fl +12069,34731,0.037521929,130.0,36740.0,13774.975530622001,fl +12069,34736,0.051701233,130.0,36740.0,18980.453256494,fl +12069,34737,0.007241521999999999,130.0,36740.0,2658.4930735959997,fl +12069,34748,0.111362178,130.0,36740.0,40883.060063004,fl +12069,34753,0.016515553,130.0,36740.0,6063.156786254,fl +12069,34756,0.010514543000000001,130.0,36740.0,3860.0779970740005,fl +12069,34762,0.0013739310000000001,130.0,36740.0,504.39480085800005,fl +12069,34788,0.047934278,130.0,36740.0,17597.536270803997,fl +12069,34797,0.00307715,130.0,36740.0,1129.6771537,fl +12071,33901,0.029190022000000003,119.0,15980.0,22493.159582694003,fl +12071,33903,0.030822991,119.0,15980.0,23751.487935807,fl +12071,33904,0.044389733,119.0,15980.0,34205.707285941004,fl +12071,33905,0.051665643,119.0,15980.0,39812.356186011,fl +12071,33907,0.033715521,119.0,15980.0,25980.405025616998,fl +12071,33908,0.050258391,119.0,15980.0,38727.960161607,fl +12071,33909,0.043843553,119.0,15980.0,33784.833540081,fl +12071,33912,0.025639847,119.0,15980.0,19757.476381719,fl +12071,33913,0.033183273,119.0,15980.0,25570.266958521,fl +12071,33914,0.052075277999999996,119.0,15980.0,40128.011495406,fl +12071,33916,0.032656599,119.0,15980.0,25164.424087623,fl +12071,33917,0.041017903,119.0,15980.0,31607.452640031002,fl +12071,33919,0.04286405,119.0,15980.0,33030.05105685,fl +12071,33920,0.008350158,119.0,15980.0,6434.439701166,fl +12071,33921,0.0011996469999999999,137.0,15980.0,924.4203863189999,fl +12071,33922,0.005198471,119.0,15980.0,4005.822187767,fl +12071,33924,0.00027866400000000003,119.0,15980.0,214.73206912800003,fl +12071,33928,0.034389887,119.0,15980.0,26500.055954799,fl +12071,33931,0.014873675,119.0,15980.0,11461.311860475,fl +12071,33936,0.033142867,119.0,15980.0,25539.131024259,fl +12071,33945,0.0,119.0,15980.0,0.0,fl +12071,33956,0.0047888359999999994,119.0,15980.0,3690.1668783719997,fl +12071,33957,0.010065333000000001,119.0,15980.0,7756.114107141001,fl +12071,33965,0.002311515,119.0,15980.0,1781.2002941550002,fl +12071,33966,0.014190949,119.0,15980.0,10935.218907573,fl +12071,33967,0.034890088,119.0,15980.0,26885.499340776,fl +12071,33971,0.037974895,119.0,15980.0,29262.580664415,fl +12071,33972,0.021316379,119.0,15980.0,16425.911380683,fl +12071,33973,0.020725612,119.0,15980.0,15970.679918124,fl +12071,33974,0.023852218999999997,119.0,15980.0,18379.971360362997,fl +12071,33976,0.025851631,119.0,15980.0,19920.672261087,fl +12071,33990,0.045841571,119.0,15980.0,35324.460256467,fl +12071,33991,0.031146241,119.0,15980.0,24000.576951057003,fl +12071,33993,0.034632324,119.0,15980.0,26686.872330948,fl +12071,34134,0.019474412,119.0,15980.0,15006.533975724,fl +12071,34135,0.064181822,119.0,15980.0,49457.035851294,fl +12073,32301,0.106610755,140.0,45220.0,31298.99867441,fl +12073,32303,0.17507879899999998,140.0,45220.0,51399.983968017994,fl +12073,32304,0.165883309,140.0,45220.0,48700.353622838,fl +12073,32305,0.071713714,140.0,45220.0,21053.855583548,fl +12073,32308,0.077899582,140.0,45220.0,22869.915082723997,fl +12073,32309,0.10972798800000001,140.0,45220.0,32214.162173016004,fl +12073,32310,0.055068800999999994,140.0,45220.0,16167.208735181997,fl +12073,32311,0.073029339,140.0,45220.0,21440.099402298,fl +12073,32312,0.114081006,140.0,45220.0,33492.129903492,fl +12073,32317,0.050906705,140.0,45220.0,14945.292267309998,fl +12073,32399,0.0,140.0,45220.0,0.0,fl +12075,32621,0.147087696,120.0,23540.0,6104.580647088,fl +12075,32625,0.044339005,120.0,23540.0,1840.201724515,fl +12075,32626,0.23952879600000002,120.0,23540.0,9941.163620388,fl +12075,32639,0.003354058,129.0,23540.0,139.203469174,fl +12075,32668,0.128163176,120.0,23540.0,5319.156293528,fl +12075,32683,0.003817627,129.0,23540.0,158.442973381,fl +12075,32696,0.337123691,120.0,23540.0,13991.644547573,fl +12075,34449,0.080879145,129.0,23540.0,3356.727154935,fl +12075,34498,0.015706806,129.0,23540.0,651.879569418,fl +12077,32321,0.7503885240000001,140.0,,6268.745729496001,fl +12077,32334,0.24961147600000003,140.0,,2085.254270504,fl +12079,32059,0.128305226,140.0,,2372.7485444179997,fl +12079,32331,0.222204872,140.0,,4109.234697896,fl +12079,32340,0.587861753,140.0,,10871.327398229,fl +12079,32350,0.06162814900000001,140.0,,1139.6893594570001,fl +12081,34201,0.010421584000000001,137.0,35840.0,4202.5350127520005,fl +12081,34202,0.062951138,115.0,35840.0,25385.235251914,fl +12081,34203,0.09979262900000001,115.0,35840.0,40241.677022137,fl +12081,34205,0.08627374,115.0,35840.0,34790.14447622,fl +12081,34207,0.09742191800000001,115.0,35840.0,39285.680699254,fl +12081,34208,0.104846964,115.0,35840.0,42279.852773892,fl +12081,34209,0.092266814,115.0,35840.0,37206.869545942,fl +12081,34210,0.045141633,115.0,35840.0,18203.498932149,fl +12081,34211,0.020909462,115.0,35840.0,8431.803279886,fl +12081,34212,0.051182439,115.0,35840.0,20639.472074067,fl +12081,34215,0.001485009,115.0,35840.0,598.834334277,fl +12081,34216,0.002317675,115.0,35840.0,934.6093967749999,fl +12081,34217,0.013595791000000001,115.0,35840.0,5482.543508123001,fl +12081,34219,0.063091683,115.0,35840.0,25441.910444799,fl +12081,34221,0.117458937,115.0,35840.0,47365.668722061,fl +12081,34222,0.029657758,115.0,35840.0,11959.579886774,fl +12081,34243,0.085480851,137.0,35840.0,34470.409608303,fl +12081,34251,0.015703974,115.0,35840.0,6332.6746274219995,fl +12083,32113,0.016149371000000003,129.0,36100.0,5903.870900809001,fl +12083,32133,0.000102325,129.0,36100.0,37.407871175,fl +12083,32134,0.022198614,129.0,36100.0,8115.347107506,fl +12083,32179,0.024302306,129.0,36100.0,8884.412725174,fl +12083,32195,0.008986586,129.0,36100.0,3285.3071232939997,fl +12083,32617,0.011848691000000001,129.0,36100.0,4331.632607089001,fl +12083,32664,0.001619151,129.0,36100.0,591.927603429,fl +12083,32681,0.00014145,129.0,36100.0,51.71114955,fl +12083,32686,0.014337608,129.0,36100.0,5241.528395032,fl +12083,34420,0.054494347,129.0,36100.0,19921.988881913,fl +12083,34431,0.023950186000000002,129.0,36100.0,8755.685047694,fl +12083,34432,0.037869463,129.0,36100.0,13844.280414077,fl +12083,34470,0.05975809,129.0,36100.0,21846.30278411,fl +12083,34471,0.07493236,129.0,36100.0,27393.697236440003,fl +12083,34472,0.09519882699999999,129.0,36100.0,34802.691975833,fl +12083,34473,0.058752893,129.0,36100.0,21478.823870047,fl +12083,34474,0.050136484,129.0,36100.0,18328.845684236,fl +12083,34475,0.038769325,129.0,36100.0,14173.251064175,fl +12083,34476,0.068211982,129.0,36100.0,24936.868167578003,fl +12083,34479,0.040728558,129.0,36100.0,14889.505505082,fl +12083,34480,0.057269173,129.0,36100.0,20936.406996167,fl +12083,34481,0.057624302999999995,129.0,36100.0,21066.235066437,fl +12083,34482,0.075973672,129.0,36100.0,27774.379036088,fl +12083,34488,0.031597512,129.0,36100.0,11551.386839448,fl +12083,34491,0.07504672400000001,129.0,36100.0,27435.506313196005,fl +12085,33455,0.142139673,118.0,38940.0,22884.487353,fl +12085,34956,0.0637742,118.0,38940.0,10267.646200000001,fl +12085,34957,0.146343938,118.0,38940.0,23561.374018000002,fl +12085,34990,0.19087871,118.0,38940.0,30731.47231,fl +12085,34994,0.10722461400000001,118.0,38940.0,17263.162854000002,fl +12085,34996,0.070508634,118.0,38940.0,11351.890074,fl +12085,34997,0.279130231,118.0,38940.0,44939.967191,fl +12086,33010,0.017392947,127.0,33100.0,47255.59342218,fl +12086,33012,0.027864215,127.0,33100.0,75705.40030210001,fl +12086,33013,0.012144977,127.0,33100.0,32997.17381038,fl +12086,33014,0.015214732,127.0,33100.0,41337.51396008,fl +12086,33015,0.024404848,127.0,33100.0,66306.50772512,fl +12086,33016,0.018781996999999998,127.0,33100.0,51029.55892917999,fl +12086,33018,0.019342846,127.0,33100.0,52553.35201124,fl +12086,33030,0.013146993000000001,127.0,33100.0,35719.59116142,fl +12086,33031,0.002720283,127.0,33100.0,7390.84569402,fl +12086,33032,0.017332554,127.0,33100.0,47091.50926476,fl +12086,33033,0.02144115,127.0,33100.0,58254.318081,fl +12086,33034,0.008573293000000001,127.0,33100.0,23293.122683420002,fl +12086,33035,0.0057661019999999995,127.0,33100.0,15666.153167879998,fl +12086,33039,0.00013109799999999998,127.0,33100.0,356.18540011999994,fl +12086,33054,0.011796978,127.0,33100.0,32051.68140732,fl +12086,33055,0.015984012,127.0,33100.0,43427.60156328,fl +12086,33056,0.013407715,127.0,33100.0,36427.9571921,fl +12086,33101,0.0,127.0,33100.0,0.0,fl +12086,33109,0.00017492,127.0,33100.0,475.24714480000006,fl +12086,33122,4.01e-05,127.0,33100.0,108.949294,fl +12086,33125,0.0226446,127.0,33100.0,61524.019524,fl +12086,33126,0.01951261,127.0,33100.0,53014.590613399996,fl +12086,33127,0.012323211,127.0,33100.0,33481.42489434,fl +12086,33128,0.0027931970000000003,127.0,33100.0,7588.948657180001,fl +12086,33129,0.004834423,127.0,33100.0,13134.83722562,fl +12086,33130,0.010244056,127.0,33100.0,27832.48550864,fl +12086,33131,0.006155345,127.0,33100.0,16723.7030443,fl +12086,33132,0.00474862,127.0,33100.0,12901.7156228,fl +12086,33133,0.012689991000000001,127.0,33100.0,34477.94414754,fl +12086,33134,0.01541543,127.0,33100.0,41882.7983842,fl +12086,33135,0.01465241,127.0,33100.0,39809.7188254,fl +12086,33136,0.005464503000000001,127.0,33100.0,14846.726780820001,fl +12086,33137,0.008825178000000001,127.0,33100.0,23977.479115320002,fl +12086,33138,0.010998606000000001,127.0,33100.0,29882.55258564,fl +12086,33139,0.014216767,127.0,33100.0,38626.10293298,fl +12086,33140,0.008030488,127.0,33100.0,21818.354066720003,fl +12086,33141,0.014731952,127.0,33100.0,40025.829666879996,fl +12086,33142,0.021570038,127.0,33100.0,58604.499043719996,fl +12086,33143,0.011856635,127.0,33100.0,32213.7658969,fl +12086,33144,0.011134123000000001,127.0,33100.0,30250.744143620002,fl +12086,33145,0.011587074,127.0,33100.0,31481.384833559998,fl +12086,33146,0.005949492,127.0,33100.0,16164.41279448,fl +12086,33147,0.017615004,127.0,33100.0,47858.90896776,fl +12086,33149,0.004807172,127.0,33100.0,13060.797893680001,fl +12086,33150,0.010988295,127.0,33100.0,29854.5382173,fl +12086,33154,0.005446459,127.0,33100.0,14797.70231546,fl +12086,33155,0.017473594,127.0,33100.0,47474.706482359994,fl +12086,33156,0.012582093,127.0,33100.0,34184.79175542,fl +12086,33157,0.025189227,127.0,33100.0,68437.61840538001,fl +12086,33158,0.002445567,127.0,33100.0,6644.45880498,fl +12086,33160,0.015139976999999999,127.0,33100.0,41134.409110379995,fl +12086,33161,0.020498055,127.0,33100.0,55691.9855517,fl +12086,33162,0.01774426,127.0,33100.0,48210.08976440001,fl +12086,33165,0.020671133,127.0,33100.0,56162.22809302001,fl +12086,33166,0.009143716999999999,127.0,33100.0,24842.930465979996,fl +12086,33167,0.00730503,127.0,33100.0,19847.3282082,fl +12086,33168,0.010705845,127.0,33100.0,29087.1385143,fl +12086,33169,0.015291697,127.0,33100.0,41546.62324718,fl +12086,33170,0.005062739,127.0,33100.0,13755.15809866,fl +12086,33172,0.015865435,127.0,33100.0,43105.4349689,fl +12086,33173,0.011897143,127.0,33100.0,32323.823702420003,fl +12086,33174,0.012526118000000001,127.0,33100.0,34032.71103892,fl +12086,33175,0.020376899,127.0,33100.0,55362.81196906,fl +12086,33176,0.019318909,127.0,33100.0,52488.31661846,fl +12086,33177,0.021406166,127.0,33100.0,58159.26865204,fl +12086,33178,0.01894992,127.0,33100.0,51485.7956448,fl +12086,33179,0.016660861000000003,127.0,33100.0,45266.559685340006,fl +12086,33180,0.011741003,127.0,33100.0,31899.60069082,fl +12086,33181,0.007359899999999999,127.0,33100.0,19996.406705999998,fl +12086,33182,0.006399865,127.0,33100.0,17388.0492131,fl +12086,33183,0.013810952,127.0,33100.0,37523.52792688,fl +12086,33184,0.008003238000000001,127.0,33100.0,21744.317451720002,fl +12086,33185,0.011400738,127.0,33100.0,30975.12110172,fl +12086,33186,0.026003802000000003,127.0,33100.0,70650.76980588,fl +12086,33187,0.007102123,127.0,33100.0,19296.04206362,fl +12086,33189,0.009919625,127.0,33100.0,26951.0259475,fl +12086,33190,0.006004361999999999,127.0,33100.0,16313.491292279998,fl +12086,33193,0.018920091,127.0,33100.0,51404.75204154,fl +12086,33194,0.003124625,127.0,33100.0,8489.418647499999,fl +12086,33196,0.019057818,127.0,33100.0,51778.94803692,fl +12087,33001,0.004232846,127.0,,314.195692888,fl +12087,33036,0.042905069000000004,127.0,,3184.757461732,fl +12087,33037,0.143562929,127.0,,10656.389093812,fl +12087,33040,0.455836872,127.0,,33835.859334816,fl +12087,33042,0.085495623,127.0,,6346.169104044,fl +12087,33043,0.064580385,127.0,,4793.6728177800005,fl +12087,33050,0.123617445,127.0,,9175.87570746,fl +12087,33051,0.007456623000000001,127.0,,553.490212044,fl +12087,33070,0.072312208,127.0,,5367.590575424,fl +12089,32009,0.047467018,123.0,27260.0,4206.76447025,fl +12089,32011,0.17149494399999998,123.0,27260.0,15198.739411999999,fl +12089,32034,0.43389897899999996,123.0,27260.0,38454.297013874995,fl +12089,32046,0.11709607699999999,123.0,27260.0,10377.639824124999,fl +12089,32097,0.23004298199999998,123.0,27260.0,20387.55927975,fl +12091,32531,0.028187082000000002,134.0,18880.0,5940.089286516,fl +12091,32536,0.115136979,134.0,18880.0,24263.736680502,fl +12091,32539,0.143835212,134.0,18880.0,30311.544906455998,fl +12091,32541,0.092931358,134.0,18880.0,19584.168522204,fl +12091,32542,0.015142876999999999,134.0,18880.0,3191.1796132259997,fl +12091,32544,0.00984459,134.0,18880.0,2074.62920742,fl +12091,32547,0.16385860800000002,134.0,18880.0,34531.235332704004,fl +12091,32548,0.104761577,134.0,18880.0,22077.245213825998,fl +12091,32564,0.014405638,134.0,18880.0,3035.815340844,fl +12091,32567,0.01525592,134.0,18880.0,3215.0020689599996,fl +12091,32569,0.06375146200000001,134.0,18880.0,13434.855598956003,fl +12091,32578,0.161371657,134.0,18880.0,34007.140252866004,fl +12091,32579,0.050068317,134.0,18880.0,10551.296987946,fl +12091,32580,0.021448723,134.0,18880.0,4520.060987574,fl +12093,34972,0.458944446,130.0,,19352.769398928,fl +12093,34974,0.5410555539999999,130.0,,22815.230601072,fl +12095,32703,0.037583489,130.0,36740.0,52370.787914028,fl +12095,32709,0.001463775,130.0,36740.0,2039.7002013000001,fl +12095,32712,0.034392076,130.0,36740.0,47923.707086352,fl +12095,32751,0.016268833,130.0,36740.0,22669.837881516,fl +12095,32789,0.019581859,130.0,36740.0,27286.380587268,fl +12095,32792,0.037582752000000004,130.0,36740.0,52369.76093990401,fl +12095,32798,0.0019126360000000001,130.0,36740.0,2665.166459472,fl +12095,32801,0.008972807,130.0,36740.0,12503.175859763998,fl +12095,32803,0.014433587,130.0,36740.0,20112.510672324,fl +12095,32804,0.013011087,130.0,36740.0,18130.325202324,fl +12095,32805,0.015253183,130.0,36740.0,21254.578357716,fl +12095,32806,0.020466315,130.0,36740.0,28518.82756938,fl +12095,32807,0.025285127,130.0,36740.0,35233.610788404,fl +12095,32808,0.042338178,130.0,36740.0,58996.218810456,fl +12095,32809,0.020827468000000002,130.0,36740.0,29022.076939536004,fl +12095,32810,0.02902785,130.0,36740.0,40448.9156382,fl +12095,32811,0.030400231,130.0,36740.0,42361.262687412,fl +12095,32812,0.025871078999999998,130.0,36740.0,36050.106774707994,fl +12095,32814,0.00527357,130.0,36740.0,7348.46666364,fl +12095,32817,0.026030281000000002,130.0,36740.0,36271.947120012,fl +12095,32818,0.040969482,130.0,36740.0,57089.006631864,fl +12095,32819,0.020226038000000002,130.0,36740.0,28184.013103176003,fl +12095,32820,0.006810312,130.0,36740.0,9489.842877023999,fl +12095,32821,0.012805451,130.0,36740.0,17843.781306852,fl +12095,32822,0.04479844,130.0,36740.0,62424.47581488,fl +12095,32824,0.034305842,130.0,36740.0,47803.544146584005,fl +12095,32825,0.04536522900000001,130.0,36740.0,63214.26908050801,fl +12095,32826,0.026875673,130.0,36740.0,37449.960293195996,fl +12095,32827,0.006943718000000001,130.0,36740.0,9675.737734536,fl +12095,32828,0.048398175999999994,130.0,36740.0,67440.535143552,fl +12095,32829,0.014658386,130.0,36740.0,20425.757288472,fl +12095,32830,3.69e-06,130.0,36740.0,5.14183788,fl +12095,32831,0.002417513,130.0,36740.0,3368.688324876,fl +12095,32832,0.017928663,130.0,36740.0,24982.731314676003,fl +12095,32833,0.007147143000000001,130.0,36740.0,9959.200707636,fl +12095,32835,0.0339469,130.0,36740.0,47303.3756988,fl +12095,32836,0.014854441000000001,130.0,36740.0,20698.950520332,fl +12095,32837,0.039838115,130.0,36740.0,55512.50102298,fl +12095,32839,0.038599876,130.0,36740.0,53787.074411951995,fl +12095,34734,0.003114023,130.0,36740.0,4339.241577396,fl +12095,34760,0.000644179,130.0,36740.0,897.6325159080001,fl +12095,34761,0.033638077999999995,130.0,36740.0,46873.047065255996,fl +12095,34786,0.032030578999999997,130.0,36740.0,44633.074368707996,fl +12095,34787,0.047703878,130.0,36740.0,66473.064206856,fl +12097,33848,0.003233588,130.0,36740.0,1215.023924588,fl +12097,34739,0.001019847,130.0,36740.0,383.208530097,fl +12097,34741,0.14021374,130.0,36740.0,52685.45301874,fl +12097,34743,0.135374046,130.0,36740.0,50866.933158546,fl +12097,34744,0.168580153,130.0,36740.0,63344.161069903006,fl +12097,34746,0.132058015,130.0,36740.0,49620.931194265,fl +12097,34747,0.059276336,130.0,36740.0,22273.142528336,fl +12097,34758,0.125477863,130.0,36740.0,47148.432500113,fl +12097,34769,0.07639084,130.0,36740.0,28703.93452084,fl +12097,34771,0.052980152999999995,130.0,36740.0,19907.345469902997,fl +12097,34772,0.093880916,130.0,36740.0,35275.848067916,fl +12097,34773,0.011514503999999998,130.0,36740.0,4326.586392503999,fl +12099,33401,0.019473827,118.0,33100.0,29147.84003879,fl +12099,33403,0.008645396,118.0,33100.0,12940.169370919999,fl +12099,33404,0.019769855,118.0,33100.0,29590.925868349997,fl +12099,33405,0.014138438,118.0,33100.0,21161.98984526,fl +12099,33406,0.01849005,118.0,33100.0,27675.352138500002,fl +12099,33407,0.02129199,118.0,33100.0,31869.211872300002,fl +12099,33408,0.012562605,118.0,33100.0,18803.33028585,fl +12099,33409,0.023320815,118.0,33100.0,34905.89626755,fl +12099,33410,0.024506304,118.0,33100.0,36680.30063808,fl +12099,33411,0.049283165,118.0,33100.0,73765.56287704999,fl +12099,33412,0.010270108,118.0,33100.0,15371.98955116,fl +12099,33413,0.012029066000000001,118.0,33100.0,18004.745116820002,fl +12099,33414,0.042201898,118.0,33100.0,63166.53486946,fl +12099,33415,0.035510975,118.0,33100.0,53151.76205075,fl +12099,33417,0.022916014,118.0,33100.0,34300.002274779996,fl +12099,33418,0.027692392000000003,118.0,33100.0,41449.14157384,fl +12099,33426,0.015940766999999998,118.0,33100.0,23859.66182259,fl +12099,33428,0.028356046,118.0,33100.0,42442.47897142,fl +12099,33430,0.015560748999999999,118.0,33100.0,23290.862280729998,fl +12099,33431,0.014434466000000002,118.0,33100.0,21605.075674820004,fl +12099,33432,0.013478226000000001,118.0,33100.0,20173.80433002,fl +12099,33433,0.027505826,118.0,33100.0,41169.89518202,fl +12099,33434,0.013772878,118.0,33100.0,20614.83060406,fl +12099,33435,0.025074954,118.0,33100.0,37531.43889858,fl +12099,33436,0.030462664,118.0,33100.0,45595.60159528,fl +12099,33437,0.02679467,118.0,33100.0,40105.4582159,fl +12099,33438,0.00018243599999999999,118.0,33100.0,273.06473172,fl +12099,33444,0.016364156,118.0,33100.0,24493.377776120004,fl +12099,33445,0.022209677,118.0,33100.0,33242.77824329,fl +12099,33446,0.01719923,118.0,33100.0,25743.2914871,fl +12099,33449,0.00798725,118.0,33100.0,11955.076182499999,fl +12099,33458,0.038994468,118.0,33100.0,58365.74986836,fl +12099,33460,0.02250364,118.0,33100.0,33682.773242799994,fl +12099,33461,0.031904941,118.0,33100.0,47754.35854057,fl +12099,33462,0.022837532,118.0,33100.0,34182.53277164,fl +12099,33463,0.042712719,118.0,33100.0,63931.11641763001,fl +12099,33467,0.03672056,118.0,33100.0,54962.2325912,fl +12099,33469,0.010460806,118.0,33100.0,15657.420596619999,fl +12099,33470,0.018163731000000002,118.0,33100.0,27186.927648870005,fl +12099,33472,0.013795596,118.0,33100.0,20648.83422492,fl +12099,33473,0.007779342,118.0,33100.0,11643.88572534,fl +12099,33476,0.005932953,118.0,33100.0,8880.26606181,fl +12099,33477,0.009438476,118.0,33100.0,14127.22772252,fl +12099,33478,0.008960012,118.0,33100.0,13411.07716124,fl +12099,33480,0.006902961,118.0,33100.0,10332.14493597,fl +12099,33483,0.008195158000000001,118.0,33100.0,12266.266639660002,fl +12099,33484,0.017999883,118.0,33100.0,26941.68487791,fl +12099,33486,0.016623008,118.0,33100.0,24880.819684160004,fl +12099,33487,0.013889911999999999,118.0,33100.0,20790.00358424,fl +12099,33493,0.003816008,118.0,33100.0,5711.68629416,fl +12099,33496,0.015025145,118.0,33100.0,22489.18628165,fl +12099,33498,0.009916252,118.0,33100.0,14842.34850604,fl +12101,33523,0.037533528,141.0,45300.0,20791.585235016,fl +12101,33525,0.041742705,141.0,45300.0,23123.246206634998,fl +12101,33540,0.017834907,141.0,45300.0,9879.593227929001,fl +12101,33541,0.040622027000000005,141.0,45300.0,22502.449990569003,fl +12101,33542,0.043073638,141.0,45300.0,23860.512549185998,fl +12101,33543,0.053425111,141.0,45300.0,29594.679963117,fl +12101,33544,0.056352346,141.0,45300.0,31216.213009662,fl +12101,33545,0.037809105,141.0,45300.0,20944.240287435,fl +12101,33576,0.009500247,141.0,45300.0,5262.633324909,fl +12101,34610,0.029917409,122.0,45300.0,16572.658963323,fl +12101,34637,0.016757097,141.0,45300.0,9282.543611858999,fl +12101,34638,0.054119155,141.0,45300.0,29979.143554785,fl +12101,34639,0.056180876,141.0,45300.0,31121.227717571997,fl +12101,34652,0.047784977,122.0,45300.0,26470.344654219,fl +12101,34653,0.071476396,122.0,45300.0,39594.135135012,fl +12101,34654,0.046992949000000006,122.0,45300.0,26031.603119703002,fl +12101,34655,0.080396912,122.0,45300.0,44535.628211664,fl +12101,34667,0.06932281700000001,122.0,45300.0,38401.166508699,fl +12101,34668,0.09657223599999999,122.0,45300.0,53495.900415492,fl +12101,34669,0.026030757999999998,122.0,45300.0,14419.660301826,fl +12101,34679,0.000210255,122.0,45300.0,116.47012648500001,fl +12101,34690,0.024552852000000003,122.0,45300.0,13600.978706844002,fl +12101,34691,0.041791697,122.0,45300.0,23150.385178059,fl +12103,33701,0.015877855,139.0,45300.0,15480.84511358,fl +12103,33702,0.031906042,139.0,45300.0,31108.263325832002,fl +12103,33703,0.026576537,139.0,45300.0,25912.017268852,fl +12103,33704,0.017228761999999998,139.0,45300.0,16797.974034952,fl +12103,33705,0.028809605,139.0,45300.0,28089.24963658,fl +12103,33706,0.01701057,139.0,45300.0,16585.23770772,fl +12103,33707,0.026248728,139.0,45300.0,25592.404805087997,fl +12103,33708,0.016805951,139.0,45300.0,16385.735001196,fl +12103,33709,0.026574449,139.0,45300.0,25909.981477204,fl +12103,33710,0.035373091,139.0,45300.0,34488.622232636,fl +12103,33711,0.021261647,139.0,45300.0,20730.020778412003,fl +12103,33712,0.02680308,139.0,45300.0,26132.89578768,fl +12103,33713,0.033772674,139.0,45300.0,32928.222059304004,fl +12103,33714,0.021271042999999996,139.0,45300.0,20739.181840827998,fl +12103,33715,0.007817304,139.0,45300.0,7621.840130784,fl +12103,33716,0.018836487,139.0,45300.0,18365.499479052,fl +12103,33744,0.000151377,139.0,45300.0,147.591969492,fl +12103,33755,0.026564009,116.0,45300.0,25899.802518964,fl +12103,33756,0.035128801,116.0,45300.0,34250.440459796,fl +12103,33759,0.019173692,116.0,45300.0,18694.273005232,fl +12103,33760,0.018019053,116.0,45300.0,17568.504598788,fl +12103,33761,0.020612293,116.0,45300.0,20096.903225828,fl +12103,33762,0.00844891,139.0,45300.0,8237.653454360001,fl +12103,33763,0.021083127000000004,116.0,45300.0,20555.964492492003,fl +12103,33764,0.027437818,116.0,45300.0,26751.762798728,fl +12103,33765,0.01489756,116.0,45300.0,14525.061409760001,fl +12103,33767,0.008053243,116.0,45300.0,7851.879712028,fl +12103,33770,0.026817695,116.0,45300.0,26147.14535422,fl +12103,33771,0.031680543,116.0,45300.0,30888.402702828,fl +12103,33772,0.023507242999999997,116.0,45300.0,22919.467896027996,fl +12103,33773,0.018549393,116.0,45300.0,18085.583977428,fl +12103,33774,0.019948323,116.0,45300.0,19449.535131708002,fl +12103,33776,0.013438078999999999,116.0,45300.0,13102.073272683998,fl +12103,33777,0.01793449,139.0,45300.0,17486.05601204,fl +12103,33778,0.01535691,116.0,45300.0,14972.925822359999,fl +12103,33781,0.026161034,139.0,45300.0,25506.903505864,fl +12103,33782,0.024065771,139.0,45300.0,23464.030461916,fl +12103,33785,0.005757536,116.0,45300.0,5613.5745698559995,fl +12103,33786,0.001703771,116.0,45300.0,1661.169909916,fl +12103,34677,0.023126191,116.0,45300.0,22547.943720236002,fl +12103,34681,0.000809083,116.0,45300.0,788.852688668,fl +12103,34683,0.034620384,116.0,45300.0,33754.73591846399,fl +12103,34684,0.03004985,116.0,45300.0,29298.483550599998,fl +12103,34685,0.019730132,116.0,45300.0,19236.799779472,fl +12103,34688,0.006782722,116.0,45300.0,6613.126819112,fl +12103,34689,0.028705207000000003,116.0,45300.0,27987.462004172005,fl +12103,34695,0.018891818,116.0,45300.0,18419.446982728,fl +12103,34698,0.040620123,116.0,45300.0,39604.457444508,fl +12105,33801,0.052245885,124.0,29460.0,37866.615792644996,fl +12105,33803,0.043914364000000004,124.0,29460.0,31828.120996828,fl +12105,33805,0.038045304,124.0,29460.0,27574.361297208,fl +12105,33809,0.044598052,124.0,29460.0,32323.642334403998,fl +12105,33810,0.07443910200000001,124.0,29460.0,53951.749030254,fl +12105,33811,0.032170324,124.0,29460.0,23316.310917748,fl +12105,33812,0.019903899,124.0,29460.0,14425.888205522999,fl +12105,33813,0.055066467,124.0,29460.0,39910.908752859,fl +12105,33815,0.021203202,124.0,29460.0,15367.593135954,fl +12105,33823,0.047560699000000005,130.0,29460.0,34470.900739123004,fl +12105,33827,0.004335942,130.0,29460.0,3142.5910349339997,fl +12105,33830,0.040660188,124.0,29460.0,29469.569078076,fl +12105,33837,0.040589155,130.0,29460.0,29418.085993435,fl +12105,33838,0.0061827869999999995,130.0,29460.0,4481.141813499,fl +12105,33839,0.00483465,130.0,29460.0,3504.0431230500003,fl +12105,33841,0.013235723000000001,124.0,29460.0,9592.947608771,fl +12105,33843,0.01647954,130.0,29460.0,11943.99156258,fl +12105,33844,0.052208889,130.0,29460.0,37839.801942753,fl +12105,33847,0.000253053,124.0,29460.0,183.406994181,fl +12105,33849,0.0017624939999999999,124.0,29460.0,1277.4151138379998,fl +12105,33850,0.011545741000000002,130.0,29460.0,8368.087524757002,fl +12105,33851,0.0016352270000000002,130.0,29460.0,1185.1749193790001,fl +12105,33853,0.018134006,130.0,29460.0,13143.110466662001,fl +12105,33854,0.000349243,130.0,29460.0,253.123293811,fl +12105,33855,0.0,130.0,29460.0,0.0,fl +12105,33856,0.000488348,130.0,29460.0,353.943398396,fl +12105,33859,0.015337101,130.0,29460.0,11115.978051477001,fl +12105,33860,0.037218071,124.0,29460.0,26974.801845167,fl +12105,33867,0.000581579,130.0,29460.0,421.51508288300005,fl +12105,33868,0.017894271,124.0,29460.0,12969.356052567,fl +12105,33877,0.000871628,130.0,29460.0,631.7359269560001,fl +12105,33880,0.061185620999999996,130.0,29460.0,44345.930831517,fl +12105,33881,0.049520012999999995,130.0,29460.0,35890.966462100994,fl +12105,33884,0.04745711,130.0,29460.0,34395.82181447,fl +12105,33896,0.014422558,130.0,29460.0,10453.138319566,fl +12105,33897,0.029382297999999998,130.0,29460.0,21295.613797545997,fl +12105,33898,0.025315688,130.0,29460.0,18348.228401575998,fl +12105,34759,0.058971775,130.0,29460.0,42741.386169175,fl +12107,32112,0.099228741,120.0,,7394.625008061,fl +12107,32131,0.05618116,120.0,,4186.67622436,fl +12107,32139,0.010521647,120.0,,784.083656087,fl +12107,32140,0.017162359,120.0,,1278.956155039,fl +12107,32147,0.006850159000000001,120.0,,510.48069883900007,fl +12107,32148,0.128748491,120.0,,9594.466297811,fl +12107,32157,0.002488727,120.0,,185.46242476700002,fl +12107,32177,0.324975975,120.0,,24217.534632975,fl +12107,32181,0.027942735,120.0,,2082.320554935,fl +12107,32187,0.026932459,120.0,,2007.033777139,fl +12107,32189,0.06912993099999999,120.0,,5151.631588050999,fl +12107,32193,0.008846069,120.0,,659.2179079489999,fl +12107,32640,0.132937437,120.0,,9906.630742677,fl +12107,32666,0.08805411099999999,120.0,,6561.880405831,fl +12109,32033,0.019787434,123.0,27260.0,5237.179731648,fl +12109,32080,0.093175034,123.0,27260.0,24660.822598848,fl +12109,32081,0.056330492999999995,123.0,27260.0,14909.104243295998,fl +12109,32082,0.131200027,123.0,27260.0,34724.973546144,fl +12109,32084,0.148159471,123.0,27260.0,39213.663508512,fl +12109,32086,0.125552541,123.0,27260.0,33230.242131552,fl +12109,32092,0.147097914,123.0,27260.0,38932.699094208,fl +12109,32095,0.042487780999999995,123.0,27260.0,11245.325972831999,fl +12109,32145,0.024029417999999997,123.0,27260.0,6359.914120895999,fl +12109,32259,0.21217988699999998,123.0,27260.0,56158.07505206399,fl +12111,34945,0.016795165,130.0,38940.0,5513.802284005,fl +12111,34946,0.019910586,130.0,38940.0,6536.585652042,fl +12111,34947,0.044131229,130.0,38940.0,14488.150087013,fl +12111,34949,0.024859789,130.0,38940.0,8161.394149333,fl +12111,34950,0.05697774,130.0,38940.0,18705.62110878,fl +12111,34951,0.053467454000000005,130.0,38940.0,17553.204745838,fl +12111,34952,0.1340635,118.0,38940.0,44012.644859500004,fl +12111,34953,0.233188103,118.0,38940.0,76554.954650591,fl +12111,34981,0.017196723,130.0,38940.0,5645.632570731,fl +12111,34982,0.086940663,130.0,38940.0,28542.358840911,fl +12111,34983,0.143011551,118.0,38940.0,46950.263158646994,fl +12111,34984,0.052413364000000004,118.0,38940.0,17207.150161108002,fl +12111,34986,0.08806502599999999,118.0,38940.0,28911.483840721998,fl +12111,34987,0.028979106,118.0,38940.0,9513.753562482001,fl +12113,32530,0.0,134.0,37860.0,0.0,fl +12113,32561,0.053931399000000005,134.0,37860.0,9940.257943887002,fl +12113,32563,0.14808675400000001,134.0,37860.0,27294.313890002002,fl +12113,32565,0.027971298,134.0,37860.0,5155.4738482739995,fl +12113,32566,0.220895592,134.0,37860.0,40713.929248296,fl +12113,32570,0.178330068,134.0,37860.0,32868.549823284004,fl +12113,32571,0.205107399,134.0,37860.0,37803.960031887,fl +12113,32583,0.16567749,134.0,37860.0,30536.515214370003,fl +12115,34223,0.042267813,137.0,35840.0,18333.325746246002,fl +12115,34228,0.017600638999999998,137.0,35840.0,7634.136361137999,fl +12115,34229,0.019038766000000002,137.0,35840.0,8257.912442372,fl +12115,34231,0.073651117,137.0,35840.0,31945.582789814,fl +12115,34232,0.084289855,137.0,35840.0,36560.05028741,fl +12115,34233,0.043774075,137.0,35840.0,18986.65483865,fl +12115,34234,0.053205857,137.0,35840.0,23077.614826894,fl +12115,34235,0.03570012,137.0,35840.0,15484.64144904,fl +12115,34236,0.031439271,137.0,35840.0,13636.532282081998,fl +12115,34237,0.04211451,137.0,35840.0,18266.83179642,fl +12115,34238,0.047119972999999996,137.0,35840.0,20437.911328965998,fl +12115,34239,0.037714959,137.0,35840.0,16358.561746578,fl +12115,34240,0.027112721,137.0,35840.0,11759.925831982,fl +12115,34241,0.035709853,137.0,35840.0,15488.863059926,fl +12115,34242,0.018751627,137.0,35840.0,8133.368198234,fl +12115,34275,0.048847673,137.0,35840.0,21187.287382366,fl +12115,34285,0.043968745999999996,137.0,35840.0,19071.091827532,fl +12115,34286,0.045321705,119.0,35840.0,19657.92697011,fl +12115,34287,0.066995822,119.0,35840.0,29058.901825924,fl +12115,34288,0.029940309,119.0,35840.0,12986.369506277999,fl +12115,34289,0.009086241,119.0,35840.0,3941.084343822,fl +12115,34291,0.014889853,119.0,35840.0,6458.354619926,fl +12115,34292,0.039065485,137.0,35840.0,16944.34159487,fl +12115,34293,0.09239301,137.0,35840.0,40074.72894342,fl +12117,32701,0.052888719,130.0,36740.0,24954.272730894,fl +12117,32707,0.08503982800000001,130.0,36740.0,40124.001885928,fl +12117,32708,0.107777866,130.0,36740.0,50852.399403316,fl +12117,32714,0.089497513,130.0,36740.0,42227.253568738,fl +12117,32730,0.014404523999999998,130.0,36740.0,6796.428940823999,fl +12117,32732,0.01156257,130.0,36740.0,5455.52115282,fl +12117,32746,0.103945315,130.0,36740.0,49044.10219519,fl +12117,32750,0.058639949000000004,130.0,36740.0,27667.852576874,fl +12117,32765,0.156646494,130.0,36740.0,73909.888678044,fl +12117,32766,0.041480027999999995,130.0,36740.0,19571.355691128,fl +12117,32771,0.132191743,130.0,36740.0,62371.501332718,fl +12117,32773,0.074426981,130.0,36740.0,35116.584737306,fl +12117,32779,0.07149847,130.0,36740.0,33734.837106219995,fl +12119,32162,0.44596561799999995,129.0,45540.0,59054.767135559996,fl +12119,33513,0.100618284,130.0,45540.0,13323.87316728,fl +12119,33514,0.019219131,130.0,45540.0,2544.99732702,fl +12119,33521,0.003516692,130.0,45540.0,465.68035464,fl +12119,33538,0.036990693,129.0,45540.0,4898.30756706,fl +12119,33585,0.011400625,130.0,45540.0,1509.6707625,fl +12119,33597,0.06711974700000001,130.0,45540.0,8887.99689774,fl +12119,34484,0.029474786,129.0,45540.0,3903.05116212,fl +12119,34785,0.285694424,130.0,45540.0,37831.65562608,fl +12121,32008,0.104588721,120.0,,4645.517220657,fl +12121,32060,0.54778861,120.0,,24331.12669037,fl +12121,32062,0.048053654,120.0,,2134.399149718,fl +12121,32064,0.158749914,120.0,,7051.194930138,fl +12121,32071,0.088870451,120.0,,3947.3588220670003,fl +12121,32094,0.051948651,120.0,,2307.403231467,fl +12123,32347,0.35886929700000003,140.0,,7740.451866993,fl +12123,32348,0.583444593,140.0,,12584.316426417,fl +12123,32356,0.004189494,120.0,,90.363196086,fl +12123,32359,0.053496616,120.0,,1153.868510504,fl +12125,32054,0.750528135,120.0,,11435.797192995,fl +12125,32083,0.228090391,120.0,,3475.413287667,fl +12125,32697,0.021381473999999998,120.0,,325.78951933799993,fl +12127,32114,0.062015197,131.0,19660.0,34312.016256948,fl +12127,32117,0.046341399000000005,131.0,19660.0,25639.954604316004,fl +12127,32118,0.032679332,131.0,19660.0,18080.951526287998,fl +12127,32119,0.042189849,131.0,19660.0,23342.968414116,fl +12127,32124,0.010968457,131.0,19660.0,6068.671762788,fl +12127,32127,0.057291019000000006,131.0,19660.0,31698.204156396005,fl +12127,32128,0.037307445,131.0,19660.0,20641.61239938,fl +12127,32129,0.041720821,131.0,19660.0,23083.462726163998,fl +12127,32130,0.010512615,130.0,19660.0,5816.46167766,fl +12127,32132,0.014153698000000001,131.0,19660.0,7831.014644232,fl +12127,32141,0.035465241,131.0,19660.0,19622.350401444,fl +12127,32168,0.051208734000000006,131.0,19660.0,28332.973182456004,fl +12127,32169,0.019782025,131.0,19660.0,10945.0779201,fl +12127,32174,0.095819065,131.0,19660.0,53015.15555946,fl +12127,32176,0.027555822,131.0,19660.0,15246.195419448,fl +12127,32180,0.007410254,130.0,19660.0,4099.974974136,fl +12127,32190,0.002051288,130.0,19660.0,1134.944829792,fl +12127,32713,0.038985771,130.0,19660.0,21570.203321964,fl +12127,32720,0.059935655,130.0,19660.0,33161.43894102,fl +12127,32724,0.0678997,130.0,19660.0,37567.8176148,fl +12127,32725,0.09042996,130.0,19660.0,50033.44998864,fl +12127,32738,0.086423451,130.0,19660.0,47816.712663084,fl +12127,32744,0.007090034,130.0,19660.0,3922.802371656,fl +12127,32759,0.005249715,131.0,19660.0,2904.5833140600002,fl +12127,32763,0.043508399,130.0,19660.0,24072.501032316002,fl +12127,32764,0.006005056,130.0,19660.0,3322.5014039039997,fl +12129,32327,0.879444738,140.0,45220.0,29671.586015382,fl +12129,32346,0.054936182,140.0,45220.0,1853.491844498,fl +12129,32355,0.006956306,140.0,45220.0,234.698808134,fl +12129,32358,0.058662774,140.0,45220.0,1979.223331986,fl +12131,32433,0.277762861,134.0,18880.0,20574.172877131,fl +12131,32435,0.115695039,134.0,18880.0,8569.647233769,fl +12131,32439,0.157376842,134.0,18880.0,11657.060063781999,fl +12131,32455,0.071296574,134.0,18880.0,5281.008532754,fl +12131,32459,0.24323598600000002,134.0,18880.0,18016.732719006002,fl +12131,32461,0.000537015,134.0,18880.0,39.777238065,fl +12131,32550,0.13409568300000002,134.0,18880.0,9932.601335493002,fl +12133,32427,0.040546458,2.0,,1032.839924634,fl +12133,32428,0.752211227,133.0,,19161.076585371,fl +12133,32437,0.040327524,133.0,,1027.263018852,fl +12133,32462,0.15942727,133.0,,4061.09084871,fl +12133,32463,0.007487521,133.0,,190.729622433,fl +13001,31513,0.879642664,149.0,,16173.110020304,ga +13001,31518,0.05018949599999999,123.0,,922.7840734559999,ga +13001,31563,0.07016784,149.0,,1290.10590624,ga +13003,31624,0.15210859,123.0,,1241.96663735,ga +13003,31642,0.49518184600000004,123.0,,4043.15977259,ga +13003,31650,0.352709564,123.0,,2879.87359006,ga +13005,31510,1.0,123.0,,11164.0,ga +13007,39870,1.0,142.0,,3038.0,ga +13009,31061,0.988725966,147.0,,44383.90861374,ga +13009,31062,0.011274033999999999,147.0,,506.0913862599999,ga +13011,30511,0.555417013,144.0,,10682.890828042,ga +13011,30547,0.44458298700000004,144.0,,8551.109171958,ga +13013,30011,0.159186116,144.0,12060.0,13250.652295839998,ga +13013,30517,0.15123093699999998,144.0,12060.0,12588.463195879998,ga +13013,30620,0.140778803,144.0,12060.0,11718.42756172,ga +13013,30666,0.10538806,144.0,12060.0,8772.5021144,ga +13013,30680,0.443416084,144.0,12060.0,36909.95483216,ga +13015,30103,0.150955045,148.0,12060.0,16263.594638210001,ga +13015,30120,0.385881054,144.0,12060.0,41574.052995852,ga +13015,30121,0.21863132100000002,144.0,12060.0,23554.901261898,ga +13015,30137,0.016902700000000003,144.0,12060.0,1821.0630926000003,ga +13015,30139,0.038753671,148.0,12060.0,4175.243006198,ga +13015,30145,0.066806353,148.0,12060.0,7197.582859514,ga +13015,30171,0.032430359,144.0,12060.0,3493.982017942,ga +13015,30178,0.027790769,148.0,12060.0,2994.121870522,ga +13015,30184,0.061848727,144.0,12060.0,6663.458149526,ga +13017,31750,1.0,147.0,,16700.0,ga +13019,31622,0.09904073099999999,140.0,,1921.093059207,ga +13019,31639,0.514137914,140.0,,9972.733117857999,ga +13019,31645,0.25377931800000003,140.0,,4922.557431246,ga +13019,31749,0.133042037,140.0,,2580.616391689,ga +13021,31052,0.049675775,147.0,31420.0,7608.292023225,ga +13021,31201,0.047040177999999995,147.0,31420.0,7204.626622301999,ga +13021,31204,0.172335522,147.0,31420.0,26394.736213998,ga +13021,31206,0.153990839,147.0,31420.0,23585.082910400997,ga +13021,31207,0.006426444,147.0,31420.0,984.267736596,ga +13021,31210,0.199150107,147.0,31420.0,30501.631238013,ga +13021,31211,0.089912166,147.0,31420.0,13770.857432394001,ga +13021,31213,0.0,147.0,31420.0,0.0,ga +13021,31216,0.100117847,147.0,31420.0,15333.949328673,ga +13021,31217,0.097151349,147.0,31420.0,14879.603461491,ga +13021,31220,0.08419977099999999,147.0,31420.0,12895.952726589,ga +13023,31014,1.0,147.0,,12873.0,ga +13025,31542,0.19016196800000001,123.0,15260.0,3633.8050465120004,ga +13025,31543,0.25746850600000004,123.0,15260.0,4919.965681154001,ga +13025,31553,0.262087582,123.0,15260.0,5008.2316044379995,ga +13025,31566,0.29028194399999996,123.0,15260.0,5546.997667895999,ga +13027,31625,0.08186642,140.0,46660.0,1265.4092539399999,ga +13027,31629,0.061652489000000005,140.0,46660.0,952.962522473,ga +13027,31638,0.09323675599999999,140.0,46660.0,1441.1605374919998,ga +13027,31643,0.763244336,140.0,46660.0,11797.467701552,ga +13029,31308,0.17610218600000002,149.0,42340.0,6978.401324622001,ga +13029,31321,0.189122955,149.0,42340.0,7494.375337785001,ga +13029,31324,0.63477486,149.0,42340.0,25154.22337722,ga +13031,30415,0.08830822599999999,149.0,,7030.041255407999,ga +13031,30450,0.031418866000000004,149.0,,2501.1930845280003,ga +13031,30452,0.019665458,149.0,,1565.527780464,ga +13031,30458,0.624894291,149.0,,49746.584717928,ga +13031,30460,0.029799189,149.0,,2372.253837912,ga +13031,30461,0.205913971,149.0,,16392.399403368,ga +13033,30426,0.042110932000000004,145.0,12260.0,942.5689909560001,ga +13033,30456,0.104254173,145.0,12260.0,2333.521154259,ga +13033,30816,0.10899299900000001,145.0,12260.0,2439.590296617,ga +13033,30830,0.744641896,145.0,12260.0,16667.319558168,ga +13035,30216,0.5356176739999999,144.0,12060.0,13356.162318863999,ga +13035,30234,0.464382326,144.0,12060.0,11579.837681136,ga +13037,39813,0.295326613,142.0,,1827.776407857,ga +13037,39846,0.226862155,142.0,,1404.049877295,ga +13037,39862,0.18444822600000002,142.0,,1141.5500707140002,ga +13037,39866,0.29336300600000004,142.0,,1815.6236441340002,ga +13039,31547,0.027100787999999997,123.0,,1481.4916768079997,ga +13039,31548,0.403572724,123.0,,22061.706530184,ga +13039,31558,0.406645419,123.0,,22229.678475054,ga +13039,31565,0.038322805,123.0,,2094.95445813,ga +13039,31568,0.013073268,123.0,,714.6632684880001,ga +13039,31569,0.111284997,123.0,,6083.505646002,ga +13043,30439,0.995676173,149.0,,10756.289696919,ga +13043,30451,0.004323827,149.0,,46.710303081,ga +13045,30108,0.063265429,144.0,12060.0,7591.345356568,ga +13045,30116,0.20793851600000002,144.0,12060.0,24950.958411872,ga +13045,30117,0.30617162800000003,144.0,12060.0,36738.145986976,ga +13045,30118,0.018761888,144.0,12060.0,2251.276464896,ga +13045,30170,0.025328548,144.0,12060.0,3039.223131616,ga +13045,30180,0.32123277699999997,144.0,12060.0,38545.36337778399,ga +13045,30182,0.021498713,144.0,12060.0,2579.673570296,ga +13045,30185,0.035802501,144.0,12060.0,4296.013699992,ga +13047,30726,0.0,373.0,16860.0,0.0,ga +13047,30736,0.846208154,373.0,16860.0,57186.74704732,ga +13047,30742,0.153791846,373.0,16860.0,10393.25295268,ga +13049,31537,0.82481203,123.0,,11045.882705760001,ga +13049,31562,0.17518797,123.0,,2346.11729424,ga +13051,31322,0.089925859,149.0,42340.0,26027.24137037,ga +13051,31328,0.012655813,149.0,42340.0,3662.97195659,ga +13051,31401,0.071547909,149.0,42340.0,20708.11130187,ga +13051,31404,0.116124064,149.0,42340.0,33609.78784352,ga +13051,31405,0.132446284,149.0,42340.0,38333.92797812,ga +13051,31406,0.12524063,149.0,42340.0,36248.3955409,ga +13051,31407,0.045240206,149.0,42340.0,13093.872822579999,ga +13051,31408,0.037144442,149.0,42340.0,10750.71584806,ga +13051,31409,0.002476061,149.0,42340.0,716.64633523,ga +13051,31410,0.086344225,149.0,42340.0,24990.609041749998,ga +13051,31411,0.031348127999999996,149.0,42340.0,9073.088687039999,ga +13051,31415,0.043749625,149.0,42340.0,12662.45396375,ga +13051,31419,0.20575675300000001,149.0,42340.0,59552.177020790004,ga +13053,31805,0.118348669,146.0,17980.0,1290.828932783,ga +13053,31905,0.8816513309999999,146.0,17980.0,9616.171067217,ga +13055,30730,0.071800015,148.0,,1779.850571835,ga +13055,30731,0.082497586,148.0,,2045.0326593539999,ga +13055,30747,0.573434366,148.0,,14214.864498773999,ga +13055,30753,0.272268034,148.0,,6749.252294826,ga +13057,30102,0.170694016,144.0,12060.0,44171.002602368004,ga +13057,30114,0.218112208,144.0,12060.0,56441.550400784,ga +13057,30115,0.168492808,144.0,12060.0,43601.389404584,ga +13057,30183,0.025738142000000002,144.0,12060.0,6660.336219766001,ga +13057,30188,0.258943174,144.0,12060.0,67007.501965502,ga +13057,30189,0.15801965099999998,144.0,12060.0,40891.219148223,ga +13059,30601,0.180366444,144.0,12020.0,23146.606124963997,ga +13059,30602,0.021505376,144.0,12020.0,2759.8064074559998,ga +13059,30605,0.315658412,144.0,12020.0,40508.759670372,ga +13059,30606,0.332906881,144.0,12020.0,42722.272945610996,ga +13059,30607,0.08184836599999999,144.0,12020.0,10503.682657145999,ga +13059,30609,0.017446465,144.0,12020.0,2238.922299915,ga +13059,30683,0.050268056,144.0,12020.0,6450.949894536,ga +13061,39824,0.17032258100000003,2.0,,482.6941945540001,ga +13061,39851,0.674193548,2.0,,1910.6645150319998,ga +13061,39867,0.155483871,146.0,,440.64129041399997,ga +13063,30236,0.166496911,144.0,12060.0,48659.721221216,ga +13063,30238,0.131035823,144.0,12060.0,38296.005486688,ga +13063,30250,0.002197891,144.0,12060.0,642.346832096,ga +13063,30260,0.08539273900000001,144.0,12060.0,24956.540329184,ga +13063,30273,0.049127545,144.0,12060.0,14357.81979152,ga +13063,30274,0.11842810599999999,144.0,12060.0,34611.324547136,ga +13063,30281,0.226265462,144.0,12060.0,66127.438862272,ga +13063,30288,0.030924588,144.0,12060.0,9037.896390528,ga +13063,30296,0.09606054900000001,144.0,12060.0,28074.271808544003,ga +13063,30297,0.09407038599999999,144.0,12060.0,27492.634730815997,ga +13065,31623,0.016840537,123.0,,111.45067386599999,ga +13065,31630,0.08345752599999999,140.0,,552.321907068,ga +13065,31631,0.061847988,123.0,,409.309984584,ga +13065,31634,0.8378539490000001,123.0,,5544.917434482,ga +13067,30008,0.042932317000000005,144.0,12060.0,32634.614376697,ga +13067,30060,0.054641985,144.0,12060.0,41535.613119885,ga +13067,30062,0.088668886,144.0,12060.0,67400.855672926,ga +13067,30064,0.065884501,144.0,12060.0,50081.510474641,ga +13067,30066,0.07456707900000001,144.0,12060.0,56681.493998139005,ga +13067,30067,0.062618466,144.0,12060.0,47598.863363706,ga +13067,30068,0.043779365,144.0,12060.0,33278.490290465,ga +13067,30080,0.07431605200000001,144.0,12060.0,56490.67808333201,ga +13067,30082,0.038944076,144.0,12060.0,29602.988874716,ga +13067,30101,0.077913657,144.0,12060.0,59225.365145637,ga +13067,30106,0.029186242999999997,144.0,12060.0,22185.659940262998,ga +13067,30126,0.055930679000000004,144.0,12060.0,42515.202265739004,ga +13067,30127,0.09086369400000001,144.0,12060.0,69069.21922085401,ga +13067,30144,0.074932209,144.0,12060.0,56959.044281469,ga +13067,30152,0.058138910999999995,144.0,12060.0,44193.76994645099,ga +13067,30168,0.035306198999999996,144.0,12060.0,26837.689414058997,ga +13067,30339,0.031375681,144.0,12060.0,23849.941531021002,ga +13069,31512,0.049076505,123.0,,2123.687600865,ga +13069,31519,0.080005527,123.0,,3462.0791698710004,ga +13069,31533,0.379968679,123.0,,16442.384646366998,ga +13069,31535,0.27324858399999996,123.0,,11824.285975431998,ga +13069,31554,0.198309613,123.0,,8581.451883349,ga +13069,31567,0.019391092,123.0,,839.1107241159999,ga +13071,31637,0.061807842,140.0,,2818.4375952,ga +13071,31722,0.010604182,140.0,,483.5506992,ga +13071,31744,0.059669902000000004,140.0,,2720.9475312,ga +13071,31747,0.003335186,140.0,,152.0844816,ga +13071,31756,0.016911104,140.0,,771.1463424,ga +13071,31768,0.48869029799999997,140.0,,22284.2775888,ga +13071,31771,0.13263779,140.0,,6048.283224000001,ga +13071,31788,0.226343695,140.0,,10321.272492,ga +13073,30802,0.039169332,145.0,12260.0,6138.382695048,ga +13073,30809,0.290198427,145.0,12260.0,45478.156288877995,ga +13073,30813,0.280786828,145.0,12260.0,44003.226963192,ga +13073,30814,0.054405037,145.0,12260.0,8526.030968418001,ga +13073,30903,0.004192845,145.0,12260.0,657.07751133,ga +13073,30907,0.33124753100000004,145.0,12260.0,51911.125573134006,ga +13075,31620,0.734992878,140.0,,12693.32700306,ga +13075,31627,0.016753714,140.0,,289.33664078,ga +13075,31647,0.248253408,140.0,,4287.33635616,ga +13077,30220,0.038551469,144.0,12060.0,5725.2401097209995,ga +13077,30259,0.020699448999999998,144.0,12060.0,3074.0544715409997,ga +13077,30263,0.421053764,144.0,12060.0,62530.273437876,ga +13077,30265,0.248809387,144.0,12060.0,36950.433253983,ga +13077,30275,0.0,144.0,12060.0,0.0,ga +13077,30276,0.109342724,144.0,12060.0,16238.378598516001,ga +13077,30277,0.159563633,144.0,12060.0,23696.635573197,ga +13077,30289,0.001979573,144.0,12060.0,293.984406657,ga +13079,31050,0.161659782,147.0,31420.0,2005.227935928,ga +13079,31066,0.28013518600000004,147.0,31420.0,3474.7968471440004,ga +13079,31078,0.558205032,147.0,31420.0,6923.975216928001,ga +13081,31015,0.952105333,147.0,,21300.500509876,ga +13081,31712,0.047894667,147.0,,1071.499490124,ga +13083,30738,0.262311068,373.0,16860.0,4227.405171888,ga +13083,30752,0.589468552,373.0,16860.0,9499.875184032,ga +13083,30757,0.14822038,373.0,16860.0,2388.7196440800003,ga +13085,30534,1.0,144.0,12060.0,26108.0,ga +13087,39815,0.070643583,140.0,,1865.273165532,ga +13087,39817,0.37542341,140.0,,9912.67971764,ga +13087,39819,0.41351147899999996,140.0,,10918.357091515998,ga +13087,39825,0.04651863,140.0,,1228.27790652,ga +13087,39834,0.09390289800000001,140.0,,2479.4121187920005,ga +13089,30002,0.007389341,144.0,12060.0,5610.704453277,ga +13089,30021,0.030127791,144.0,12060.0,22875.941322927,ga +13089,30030,0.036809402000000005,144.0,12060.0,27949.268510394002,ga +13089,30032,0.061730953,144.0,12060.0,46872.127420041,ga +13089,30033,0.04115064,144.0,12060.0,31245.55750008,ga +13089,30034,0.05768429,144.0,12060.0,43799.50834413,ga +13089,30035,0.028330382999999997,144.0,12060.0,21511.174820751,ga +13089,30038,0.048809592,144.0,12060.0,37060.976776824,ga +13089,30058,0.071968685,144.0,12060.0,54645.606614445,ga +13089,30072,0.000907441,144.0,12060.0,689.0172289770001,ga +13089,30079,0.003524915,144.0,12060.0,2676.457384755,ga +13089,30083,0.072798738,144.0,12060.0,55275.863367186,ga +13089,30084,0.048035707999999996,144.0,12060.0,36473.368977276,ga +13089,30087,0.049931723,144.0,12060.0,37913.007478731,ga +13089,30088,0.037426013,144.0,12060.0,28417.459392861,ga +13089,30294,0.05215227,144.0,12060.0,39599.062154190004,ga +13089,30307,0.024529616,144.0,12060.0,18625.263839952,ga +13089,30316,0.041405273,144.0,12060.0,31438.899573081,ga +13089,30317,0.017146516,144.0,12060.0,13019.298159252001,ga +13089,30319,0.052223418,144.0,12060.0,39653.084617146,ga +13089,30322,0.003553624,144.0,12060.0,2698.256042328,ga +13089,30329,0.034797305,144.0,12060.0,26421.489294585,ga +13089,30338,0.044229948,144.0,12060.0,33583.666826556,ga +13089,30340,0.034984535,144.0,12060.0,26563.652471895,ga +13089,30341,0.040368019,144.0,12060.0,30651.315722642998,ga +13089,30345,0.031906475,144.0,12060.0,24226.490748074997,ga +13089,30346,0.00619731,144.0,12060.0,4705.59889107,ga +13089,30360,0.019880073,144.0,12060.0,15094.879788681,ga +13091,31011,0.028817007999999998,147.0,,593.77444984,ga +13091,31012,0.128679982,147.0,,2651.45102911,ga +13091,31023,0.592783291,147.0,,12214.299711055,ga +13091,31037,0.191795042,147.0,,3951.93684041,ga +13091,31077,0.057924677,147.0,,1193.537969585,ga +13093,31007,0.082369206,147.0,,1102.92366834,ga +13093,31051,0.010187004,147.0,,136.40398356,ga +13093,31070,0.071672852,147.0,,959.69948828,ga +13093,31091,0.316743069,147.0,,4241.18969391,ga +13093,31092,0.519027869,147.0,,6949.783165909999,ga +13095,31701,0.19016239100000001,142.0,10500.0,16725.923262796,ga +13095,31705,0.332323718,142.0,10500.0,29229.864940408,ga +13095,31707,0.267009117,142.0,10500.0,23485.053894852,ga +13095,31721,0.21050477399999998,142.0,10500.0,18515.157901944,ga +13097,30122,0.17912915399999998,144.0,12060.0,26214.297783822,ga +13097,30134,0.306449372,144.0,12060.0,44846.720446596,ga +13097,30135,0.45941702799999995,144.0,12060.0,67232.46612860399,ga +13097,30187,0.055004446,144.0,12060.0,8049.515640978,ga +13099,39823,0.874493015,2.0,,8911.08382285,ga +13099,39861,0.125506985,2.0,,1278.9161771499998,ga +13101,31648,1.0,140.0,46660.0,4006.0,ga +13103,31302,0.130063761,149.0,42340.0,8362.579577256,ga +13103,31303,0.041884397999999996,149.0,42340.0,2692.9992538079996,ga +13103,31307,0.014510124,149.0,42340.0,932.942932704,ga +13103,31312,0.324352398,149.0,42340.0,20854.561781808,ga +13103,31318,0.006903495,149.0,42340.0,443.86711452,ga +13103,31326,0.32328171699999997,149.0,42340.0,20785.721276231998,ga +13103,31329,0.159004107,149.0,42340.0,10223.328063672001,ga +13105,30624,0.16262111699999998,144.0,,3121.3497196979997,ga +13105,30634,0.090000999,144.0,,1727.479174806,ga +13105,30635,0.747377884,144.0,,14345.171105496001,ga +13107,30401,0.6214240010000001,145.0,,14072.767926646002,ga +13107,30425,0.061191847,149.0,,1385.750567162,ga +13107,30441,0.077735125,145.0,,1760.3896407500001,ga +13107,30448,0.0034731740000000003,145.0,,78.653498404,ga +13107,30464,0.003793072,149.0,,85.897908512,ga +13107,30471,0.23238278,149.0,,5262.540435880001,ga +13109,30417,0.970201656,149.0,,10336.528443023999,ga +13109,30423,0.01089305,149.0,,116.0545547,ga +13109,30429,0.018905293,149.0,,201.416991622,ga +13111,30513,0.468882151,144.0,,12279.085770388001,ga +13111,30541,0.063033591,144.0,,1650.723681108,ga +13111,30555,0.09068060300000001,144.0,,2374.7436313640005,ga +13111,30559,0.187544882,144.0,,4911.425369816,ga +13111,30560,0.189858773,144.0,,4972.0215473240005,ga +13113,30205,0.025232813,144.0,12060.0,2887.163696273,ga +13113,30214,0.260935834,144.0,12060.0,29856.539062113996,ga +13113,30215,0.32105759300000003,144.0,12060.0,36735.730848653,ga +13113,30269,0.316326441,144.0,12060.0,36194.387705661,ga +13113,30290,0.076447319,144.0,12060.0,8747.178687299,ga +13115,30105,0.019098417,148.0,40660.0,1881.155877666,ga +13115,30124,0.031142463999999998,148.0,40660.0,3067.470419072,ga +13115,30147,0.046659927999999996,148.0,40660.0,4595.909588144,ga +13115,30149,0.020808242,148.0,40660.0,2049.570220516,ga +13115,30161,0.36869838299999996,148.0,40660.0,36316.05332873399,ga +13115,30165,0.451232364,148.0,40660.0,44445.485389272,ga +13115,30173,0.062360202999999996,148.0,40660.0,6142.355275094,ga +13117,30028,0.11174339,144.0,12060.0,27293.54649428,ga +13117,30040,0.315438644,144.0,12060.0,77046.51967428799,ga +13117,30041,0.29763790100000004,144.0,12060.0,72698.65259505202,ga +13117,30097,0.209837606,144.0,12060.0,51253.254940712,ga +13117,30107,0.06534246,144.0,12060.0,15960.026539920002,ga +13119,30520,0.211000204,144.0,,4926.643763196,ga +13119,30521,0.205418619,144.0,,4796.319335031,ga +13119,30530,0.257893665,144.0,,6021.559184085,ga +13119,30553,0.325687513,144.0,,7604.477741037,ga +13121,30004,0.061919194000000004,144.0,12060.0,65878.121506778,ga +13121,30005,0.038613701,144.0,12060.0,41082.545200837,ga +13121,30009,0.015517393999999999,144.0,12060.0,16509.529620178,ga +13121,30022,0.066329462,144.0,12060.0,70570.368811894,ga +13121,30075,0.051407815,144.0,12060.0,54694.676467655,ga +13121,30076,0.04476976,144.0,12060.0,47632.20414512,ga +13121,30213,0.031550525,144.0,12060.0,33567.770916925,ga +13121,30268,0.010058302,144.0,12060.0,10701.399654974,ga +13121,30291,0.020628485,144.0,12060.0,21947.408445445,ga +13121,30303,0.006477069,144.0,12060.0,6891.193360653,ga +13121,30305,0.022839885,144.0,12060.0,24300.198727245002,ga +13121,30306,0.023243798,144.0,12060.0,24729.936712726,ga +13121,30308,0.017447308,144.0,12060.0,18562.836531596,ga +13121,30309,0.023853041000000002,144.0,12060.0,25378.132882417,ga +13121,30310,0.028590102000000003,144.0,12060.0,30418.067351574,ga +13121,30311,0.035512536000000004,144.0,12060.0,37783.101014232,ga +13121,30312,0.021472942999999998,144.0,12060.0,22845.858556590996,ga +13121,30313,0.011113875,144.0,12060.0,11824.462825875,ga +13121,30314,0.023565771,144.0,12060.0,25072.495700427,ga +13121,30315,0.034232353,144.0,12060.0,36421.066953761,ga +13121,30318,0.052202145,144.0,12060.0,55539.793544864995,ga +13121,30324,0.025852363,144.0,12060.0,27505.285533131,ga +13121,30326,0.005812876999999999,144.0,12060.0,6184.534916748999,ga +13121,30327,0.02183926,144.0,12060.0,23235.596766619998,ga +13121,30328,0.035774742000000005,144.0,12060.0,38062.071679254004,ga +13121,30331,0.062169832,144.0,12060.0,66144.78454858401,ga +13121,30332,0.003002838,144.0,12060.0,3194.8304532059997,ga +13121,30334,0.0,144.0,12060.0,0.0,ga +13121,30336,0.000225574,144.0,12060.0,239.996524838,ga +13121,30337,0.013272255,144.0,12060.0,14120.843167935,ga +13121,30342,0.029100055,144.0,12060.0,30960.625216534998,ga +13121,30344,0.031528352999999995,144.0,12060.0,33544.181305761,ga +13121,30349,0.072794963,144.0,12060.0,77449.254549331,ga +13121,30350,0.038043017,144.0,12060.0,40475.373377929,ga +13121,30354,0.015807556,144.0,12060.0,16818.243707972,ga +13121,30363,0.003430851,144.0,12060.0,3650.209320387,ga +13123,30522,0.031028398999999998,144.0,,973.3298482309999,ga +13123,30536,0.271299595,144.0,,8510.396995555,ga +13123,30540,0.697672005,144.0,,21885.273124845,ga +13125,30810,1.0,145.0,,2971.0,ga +13127,31520,0.279665459,123.0,15260.0,23853.226329028,ga +13127,31522,0.19541078899999997,123.0,15260.0,16666.977015387998,ga +13127,31523,0.162623904,123.0,15260.0,13870.518019968002,ga +13127,31524,0.0,123.0,15260.0,0.0,ga +13127,31525,0.35506814700000006,123.0,15260.0,30284.472393924003,ga +13127,31527,0.0067670609999999996,123.0,15260.0,577.176166812,ga +13127,31561,0.00046464,123.0,15260.0,39.63007488,ga +13129,30701,0.755702014,148.0,,43802.755837482,ga +13129,30733,0.03967343,148.0,,2299.5910230900004,ga +13129,30734,0.069960752,148.0,,4055.135068176,ga +13129,30735,0.11726155199999999,144.0,,6796.831338575999,ga +13129,30746,0.017402251,148.0,,1008.686674713,ga +13131,39827,0.17799480899999998,140.0,,4384.546130096999,ga +13131,39828,0.645990058,140.0,,15912.673098714,ga +13131,39897,0.176015134,140.0,,4335.780795822,ga +13133,30642,0.716066399,144.0,,13121.200695276,ga +13133,30665,0.004015102,144.0,,73.57272904800001,ga +13133,30669,0.205489303,144.0,,3765.385988172,ga +13133,30678,0.074429196,144.0,,1363.840587504,ga +13135,30017,0.029160397,144.0,12060.0,27301.42169125,ga +13135,30019,0.058834349,144.0,12060.0,55083.65925125,ga +13135,30024,0.092361161,144.0,12060.0,86473.13698625,ga +13135,30039,0.055088976,144.0,12060.0,51577.053779999995,ga +13135,30043,0.108294518,144.0,12060.0,101390.74247750001,ga +13135,30044,0.105147498,144.0,12060.0,98444.3450025,ga +13135,30045,0.047986385,144.0,12060.0,44927.25295625,ga +13135,30046,0.044450018,144.0,12060.0,41616.3293525,ga +13135,30047,0.078132091,144.0,12060.0,73151.17019875,ga +13135,30071,0.030118237000000003,144.0,12060.0,28198.199391250004,ga +13135,30078,0.042785143,144.0,12060.0,40057.590133749996,ga +13135,30092,0.042301445,144.0,12060.0,39604.72788125,ga +13135,30093,0.06581512,144.0,12060.0,61619.40610000001,ga +13135,30096,0.081164457,144.0,12060.0,75990.22286625,ga +13135,30518,0.062926072,144.0,12060.0,58914.53491,ga +13135,30519,0.055434134,144.0,12060.0,51900.2079575,ga +13137,30510,0.19883015199999998,144.0,,9012.573129855999,ga +13137,30523,0.268933064,144.0,,12190.197924992,ga +13137,30531,0.237883719,144.0,,10782.793214832,ga +13137,30535,0.163404873,144.0,,7406.816083344001,ga +13137,30563,0.130948192,144.0,,5935.619646976,ga +13139,30501,0.150966565,144.0,23580.0,30863.755515164998,ga +13139,30504,0.137397968,144.0,23580.0,28089.777975888002,ga +13139,30506,0.22657468100000003,144.0,23580.0,46321.15435832101,ga +13139,30507,0.153244133,144.0,23580.0,31329.383794653,ga +13139,30527,0.022301821,144.0,23580.0,4559.406587061,ga +13139,30542,0.18880883699999998,144.0,23580.0,38600.267445116995,ga +13139,30543,0.02472715,144.0,23580.0,5055.24327315,ga +13139,30554,0.039167032000000004,144.0,23580.0,8007.347189112001,ga +13139,30564,0.017395115,144.0,23580.0,3556.274705715,ga +13139,30566,0.039416698,144.0,23580.0,8058.389155818,ga +13141,31087,1.0,147.0,,8457.0,ga +13143,30110,0.28962276600000003,148.0,12060.0,8628.441444672,ga +13143,30113,0.145997102,148.0,12060.0,4349.545662783999,ga +13143,30176,0.144789425,148.0,12060.0,4313.5665496,ga +13143,30179,0.419590707,144.0,12060.0,12500.446342944,ga +13145,31804,0.16837481699999998,146.0,17980.0,5932.855051811999,ga +13145,31807,0.092297534,146.0,17980.0,3252.195908024,ga +13145,31808,0.199839233,146.0,17980.0,7041.535213988001,ga +13145,31811,0.18005913899999998,146.0,17980.0,6344.563821803999,ga +13145,31822,0.170212155,144.0,17980.0,5997.59549358,ga +13145,31823,0.022880602000000003,146.0,17980.0,806.2208920720001,ga +13145,31826,0.064249419,146.0,17980.0,2263.892527884,ga +13145,31831,0.102087101,146.0,17980.0,3597.141090836,ga +13147,30516,0.111647522,144.0,,2925.72331401,ga +13147,30643,0.888352478,144.0,,23279.27668599,ga +13149,30217,1.0,144.0,12060.0,11923.0,ga +13151,30228,0.25022797,144.0,12060.0,58693.72287117001,ga +13151,30248,0.14898568199999998,144.0,12060.0,34946.23055560199,ga +13151,30252,0.27407302100000003,144.0,12060.0,64286.84187878101,ga +13151,30253,0.326713326,144.0,12060.0,76634.20445988601,ga +13153,31005,0.119918185,147.0,47580.0,18930.644438655,ga +13153,31025,0.0059240809999999994,147.0,47580.0,935.1931989029999,ga +13153,31028,0.044218547999999996,147.0,47580.0,6980.472642923999,ga +13153,31047,0.100045833,147.0,47580.0,15793.535334879,ga +13153,31069,0.13795721800000002,147.0,47580.0,21778.340305134003,ga +13153,31088,0.37447582799999996,147.0,47580.0,59115.87763556399,ga +13153,31093,0.192498444,147.0,47580.0,30388.381865172,ga +13153,31098,0.024961862999999997,147.0,47580.0,3940.5545787689994,ga +13155,31774,0.88878628,147.0,,8368.81161248,ga +13155,31798,0.11121372,123.0,,1047.18838752,ga +13157,30529,0.16312410800000002,144.0,,11904.308029516002,ga +13157,30548,0.265763195,144.0,,19394.600681515,ga +13157,30549,0.355092725,144.0,,25913.601792325,ga +13157,30558,0.085563481,144.0,,6244.166152936999,ga +13157,30565,0.063109843,144.0,,4605.567012611,ga +13157,30567,0.045477889,144.0,,3318.839905553,ga +13157,30575,0.021868758999999998,144.0,,1595.9164255429998,ga +13159,31038,0.05178881900000001,147.0,12060.0,736.3852173610001,ga +13159,31064,0.829993595,147.0,12060.0,11801.678927305,ga +13159,31085,0.118217586,144.0,12060.0,1680.935855334,ga +13161,31532,0.042497547999999996,149.0,,642.35043802,ga +13161,31539,0.9575024520000001,149.0,,14472.64956198,ga +13163,30413,0.108793924,145.0,,1671.292260488,ga +13163,30434,0.324633838,145.0,,4987.0250193560005,ga +13163,30477,0.175456573,145.0,,2695.363874426,ga +13163,30803,0.058164065,145.0,,893.51636653,ga +13163,30818,0.037490206,145.0,,575.924544572,ga +13163,30823,0.11072268099999999,145.0,,1700.9218255219998,ga +13163,30833,0.184738714,145.0,,2837.956124468,ga +13165,30442,0.906677776,145.0,,7866.336384576,ga +13165,30822,0.09332222400000001,145.0,,809.6636154240001,ga +13167,31049,0.20849247399999998,145.0,,2010.4929267819998,ga +13167,31096,0.791507526,145.0,,7632.507073217999,ga +13169,31032,0.892781191,147.0,31420.0,25654.067523384998,ga +13169,31033,0.107218809,147.0,31420.0,3080.932476615,ga +13171,30204,0.669841599,147.0,12060.0,12778.568184123,ga +13171,30257,0.224919764,144.0,12060.0,4290.794337828,ga +13171,31016,0.10523863800000001,147.0,12060.0,2007.6374971260002,ga +13173,31635,0.857625357,140.0,46660.0,8939.029096011,ga +13173,31649,0.142374643,140.0,46660.0,1483.970903989,ga +13175,30454,0.013587771,147.0,,646.044159966,ga +13175,31002,0.061364772000000005,147.0,,2917.649449512,ga +13175,31009,0.026316315,147.0,,1251.23551299,ga +13175,31019,0.040663403,147.0,,1933.382159038,ga +13175,31021,0.567309422,147.0,,26973.293778412,ga +13175,31022,0.034269158,147.0,,1629.361386268,ga +13175,31027,0.179158757,147.0,,8518.282260322,ga +13175,31065,0.023838545,147.0,,1133.42746057,ga +13175,31075,0.053491857000000004,147.0,,2543.3238329220003,ga +13177,31763,0.939189189,142.0,10500.0,28168.162156488,ga +13177,31787,0.060810811,142.0,10500.0,1823.837843512,ga +13179,31301,0.063208053,149.0,25980.0,3883.186736055,ga +13179,31309,0.014563413,149.0,25980.0,894.7032776550001,ga +13179,31313,0.645586797,149.0,25980.0,39661.624873695,ga +13179,31314,0.025797595,149.0,25980.0,1584.875248825,ga +13179,31315,0.120546562,149.0,25980.0,7405.77803647,ga +13179,31320,0.13029758,149.0,25980.0,8004.8318272999995,ga +13181,30817,1.0,145.0,12260.0,7921.0,ga +13183,31316,1.0,149.0,25980.0,19559.0,ga +13185,31601,0.264721656,140.0,46660.0,31079.910744336004,ga +13185,31602,0.299540425,140.0,46660.0,35167.84313755,ga +13185,31605,0.183904158,140.0,46660.0,21591.451574148003,ga +13185,31606,0.029232914,140.0,46660.0,3432.1195010839997,ga +13185,31632,0.106915074,140.0,46660.0,12552.471178044,ga +13185,31636,0.087789503,140.0,46660.0,10307.014389218,ga +13185,31641,0.016221256,140.0,46660.0,1904.472781936,ga +13185,31698,0.006031403,140.0,46660.0,708.122900618,ga +13185,31699,0.005643611,140.0,46660.0,662.593793066,ga +13187,30533,1.0,144.0,,33610.0,ga +13189,30808,0.20902248699999998,145.0,12260.0,4454.687242944,ga +13189,30824,0.790977513,145.0,12260.0,16857.312757056,ga +13191,31304,0.0,123.0,15260.0,0.0,ga +13191,31305,0.39148073,123.0,15260.0,5628.70993594,ga +13191,31323,0.079369234,149.0,15260.0,1141.170846452,ga +13191,31327,0.012235818,123.0,15260.0,175.926591204,ga +13191,31331,0.5169142179999999,123.0,15260.0,7432.1926264039985,ga +13193,31041,0.05327045,147.0,,689.69251615,ga +13193,31057,0.17303231800000002,147.0,,2240.2494211460003,ga +13193,31063,0.38101128799999995,147.0,,4932.953145735999,ga +13193,31068,0.392685944,147.0,,5084.104916968,ga +13195,30628,0.188747632,144.0,12020.0,5639.7792441599995,ga +13195,30629,0.130014553,144.0,12020.0,3884.83484364,ga +13195,30633,0.253356764,144.0,12020.0,7570.300108320001,ga +13195,30646,0.17864301600000002,144.0,12020.0,5337.8533180800005,ga +13195,30662,0.249238035,144.0,12020.0,7447.2324858,ga +13197,31058,0.13491276800000002,146.0,17980.0,1127.7358277120002,ga +13197,31801,0.32117367199999997,146.0,17980.0,2684.6907242479997,ga +13197,31803,0.543913561,146.0,17980.0,4546.573456399,ga +13199,30218,0.086549708,144.0,12060.0,1831.997669236,ga +13199,30222,0.218819777,144.0,12060.0,4631.758219759,ga +13199,30251,0.12312599699999999,144.0,12060.0,2606.2079784989996,ga +13199,30293,0.156725146,144.0,12060.0,3317.4011653820003,ga +13199,31816,0.27809675699999997,146.0,12060.0,5886.474055418999,ga +13199,31830,0.136682616,146.0,12060.0,2893.160932872,ga +13201,39837,0.896109637,140.0,,5123.954904366,ga +13201,39841,0.10389036300000001,2.0,,594.0450956340001,ga +13205,31716,0.133688632,142.0,,2922.834561416,ga +13205,31730,0.380244795,142.0,,8313.291953085001,ga +13205,31779,0.451560453,140.0,,9872.466183939,ga +13205,31784,0.03450612,142.0,,754.4073015600001,ga +13207,30233,0.5418162320000001,144.0,31420.0,14942.208046096002,ga +13207,31029,0.383641788,147.0,31420.0,10580.073229464,ga +13207,31046,0.07454197900000001,147.0,31420.0,2055.7186968620003,ga +13209,30410,0.068161043,149.0,,625.173086396,ga +13209,30412,0.0027423390000000003,149.0,,25.152733308000002,ga +13209,30445,0.156154366,149.0,,1432.247844952,ga +13209,30470,0.013433488,147.0,,123.211951936,ga +13209,30473,0.097174198,149.0,,891.281744056,ga +13209,30474,0.662334565,149.0,,6074.93263018,ga +13211,30055,0.14431639599999999,144.0,12060.0,2781.8428492959997,ga +13211,30056,0.096778418,144.0,12060.0,1865.5007853680002,ga +13211,30623,0.005674873,144.0,12060.0,109.38885194800001,ga +13211,30625,0.09341714699999999,144.0,12060.0,1800.7089255719998,ga +13211,30650,0.526584599,144.0,12060.0,10150.444730324,ga +13211,30663,0.133228566,144.0,12060.0,2568.1138382159997,ga +13213,30705,0.897411828,144.0,19140.0,35982.624655488,ga +13213,30708,0.006275981999999999,144.0,19140.0,251.64177427199996,ga +13213,30711,0.09523937199999999,144.0,19140.0,3818.7178597119996,ga +13213,30751,0.001072817,144.0,19140.0,43.015670432,ga +13215,31820,0.057531492000000004,146.0,17980.0,11262.882657348,ga +13215,31829,0.005085539,146.0,17980.0,995.590884491,ga +13215,31901,0.033704996,146.0,17980.0,6598.393361924001,ga +13215,31903,0.10242893,146.0,17980.0,20052.40919717,ga +13215,31904,0.180377053,146.0,17980.0,35312.235288757,ga +13215,31906,0.11033917800000001,146.0,17980.0,21600.990537882,ga +13215,31907,0.30142458899999997,146.0,17980.0,59009.590363940995,ga +13215,31909,0.20910822199999998,146.0,17980.0,40936.907512718,ga +13217,30014,0.365881513,144.0,12060.0,40885.063788672,ga +13217,30016,0.516221746,144.0,12060.0,57684.682785024,ga +13217,30054,0.113290507,144.0,12060.0,12659.534414208,ga +13217,30070,0.004606234,144.0,12060.0,514.719012096,ga +13217,30164,0.0,148.0,12060.0,0.0,ga +13219,30621,0.159649808,144.0,12020.0,6430.694266240001,ga +13219,30622,0.32908604199999997,144.0,12020.0,13255.58577176,ga +13219,30677,0.51126415,144.0,12020.0,20593.719962000003,ga +13221,30619,0.127930274,144.0,12020.0,1952.088050966,ga +13221,30627,0.239731517,144.0,12020.0,3658.063217903,ga +13221,30630,0.226808255,144.0,12020.0,3460.867163045,ga +13221,30648,0.309957924,144.0,12020.0,4729.647962316,ga +13221,30667,0.09557203,144.0,12020.0,1458.33360577,ga +13223,30132,0.35754007200000004,144.0,12060.0,60305.21132402401,ga +13223,30141,0.20622585300000001,144.0,12060.0,34783.495947951,ga +13223,30157,0.436234075,144.0,12060.0,73578.292728025,ga +13225,31008,0.509422981,147.0,47580.0,14032.565434626002,ga +13225,31030,0.490577019,147.0,47580.0,13513.434565374,ga +13227,30143,0.73286947,144.0,12060.0,23884.94889677,ga +13227,30148,0.029366622000000002,144.0,12060.0,957.087577602,ga +13227,30175,0.189092397,144.0,12060.0,6162.710310627,ga +13227,30177,0.04867151,144.0,12060.0,1586.2531824100001,ga +13229,31516,0.772594442,123.0,,15038.55081353,ga +13229,31551,0.05116625,123.0,,995.9510562500001,ga +13229,31556,0.004675628,123.0,,91.01109902,ga +13229,31557,0.171563679,123.0,,3339.487011735,ga +13231,30206,0.18632867,144.0,12060.0,3533.16424054,ga +13231,30256,0.1336672,147.0,12060.0,2534.5974464,ga +13231,30258,0.157313232,147.0,12060.0,2982.973505184,ga +13231,30292,0.298001962,144.0,12060.0,5650.713203444,ga +13231,30295,0.224688936,144.0,12060.0,4260.551604432,ga +13233,30104,0.105198414,148.0,,4482.820015782,ga +13233,30125,0.505079641,148.0,,21522.958741933002,ga +13233,30153,0.389721945,148.0,,16607.221242285,ga +13235,31036,1.0,147.0,,11137.0,ga +13237,31024,1.0,144.0,,22119.0,ga +13239,39854,1.0,146.0,,2299.0,ga +13241,30525,0.44989838,144.0,,7709.90853806,ga +13241,30537,0.09447558,144.0,,1619.0280144600001,ga +13241,30552,0.111165856,144.0,,1905.0492742719998,ga +13241,30562,0.085360596,144.0,,1462.824533652,ga +13241,30568,0.101311819,144.0,,1736.180642203,ga +13241,30573,0.013487713,144.0,,231.13893768100002,ga +13241,30576,0.14226766,144.0,,2438.04088942,ga +13241,30581,0.002032395,144.0,,34.829153115000004,ga +13243,39836,0.038119087,146.0,,258.371171686,ga +13243,39840,0.713828603,146.0,,4838.330271133999,ga +13243,39886,0.248052309,142.0,,1681.298550402,ga +13245,30805,0.014006678,145.0,12260.0,2836.604415204,ga +13245,30812,0.002017781,145.0,12260.0,408.636972558,ga +13245,30815,0.20662795,145.0,12260.0,41845.8791781,ga +13245,30901,0.08397861400000001,145.0,12260.0,17007.180950052003,ga +13245,30904,0.13204687,145.0,12260.0,26741.868018660003,ga +13245,30905,0.040924082,145.0,12260.0,8287.863238476,ga +13245,30906,0.297617584,145.0,12260.0,60272.917876512,ga +13245,30909,0.22213003899999997,145.0,12260.0,44985.331238201994,ga +13245,30912,0.000650402,145.0,12260.0,131.718112236,ga +13247,30012,0.310513942,144.0,12060.0,28224.475272032,ga +13247,30013,0.296599588,144.0,12060.0,26959.716150848002,ga +13247,30094,0.39288646899999996,144.0,12060.0,35711.808486224,ga +13249,31806,1.0,142.0,,5257.0,ga +13251,30446,0.08968384800000001,149.0,,1252.524621168,ga +13251,30449,0.011685425,149.0,,163.19864554999998,ga +13251,30455,0.033335723,149.0,,465.56670741799996,ga +13251,30467,0.865295003,149.0,,12084.710011898,ga +13253,39845,0.876198083,2.0,,7088.44249147,ga +13253,39859,0.123801917,2.0,,1001.55750853,ga +13255,30223,0.594400874,144.0,12060.0,39648.321498421996,ga +13255,30224,0.40405631299999994,144.0,12060.0,26951.768246038995,ga +13255,30284,0.0015428129999999999,144.0,12060.0,102.91025553899999,ga +13257,30538,0.107080345,144.0,,2776.0579441249997,ga +13257,30557,0.16518516,144.0,,4282.425273,ga +13257,30577,0.727734496,144.0,,18866.5168088,ga +13259,31814,0.035823637,146.0,17980.0,237.18830057699998,ga +13259,31815,0.562921004,146.0,17980.0,3727.099967484,ga +13259,31821,0.040263319,146.0,17980.0,266.583435099,ga +13259,31825,0.360992039,146.0,17980.0,2390.128290219,ga +13261,31709,0.512670246,142.0,,15136.076342904,ga +13261,31711,0.031659246,147.0,,934.7075789040001,ga +13261,31719,0.299404138,142.0,,8839.607770311999,ga +13261,31735,0.023408852999999997,142.0,,691.122975972,ga +13261,31743,0.014536406000000002,142.0,,429.1728507440001,ga +13261,31764,0.049567837000000003,142.0,,1463.440819588,ga +13261,31780,0.068753274,142.0,,2029.8716615760002,ga +13263,31810,0.063586815,146.0,17980.0,393.920318925,ga +13263,31812,0.15182974300000002,146.0,17980.0,940.5852578850001,ga +13263,31827,0.564235661,146.0,17980.0,3495.439919895,ga +13263,31836,0.22034778100000002,146.0,17980.0,1365.0545032950001,ga +13265,30631,0.983283582,145.0,,1511.306865534,ga +13265,30664,0.016716418,145.0,,25.693134466,ga +13267,30420,0.030981888,149.0,,783.408019968,ga +13267,30421,0.121800983,149.0,,3079.859656138,ga +13267,30427,0.451015619,149.0,,11404.380942034,ga +13267,30438,0.001136614,149.0,,28.740421603999998,ga +13267,30453,0.395064897,149.0,,9989.610985542,ga +13269,31006,0.562170309,147.0,,4508.60587818,ga +13269,31039,0.0,147.0,,0.0,ga +13269,31076,0.42878673700000003,147.0,,3438.86963074,ga +13269,31081,0.009042954,147.0,,72.52449108,ga +13271,31055,0.611218857,147.0,,9693.93107202,ga +13271,31060,0.139191407,147.0,,2207.5757150199997,ga +13271,31083,0.030657913999999998,147.0,,486.23451603999996,ga +13271,31544,0.058033716,147.0,,920.41473576,ga +13271,31549,0.160898105,149.0,,2551.8439453,ga +13273,39826,0.042015855,142.0,10500.0,358.437259005,ga +13273,39842,0.9083805209999999,142.0,10500.0,7749.394224650999,ga +13273,39877,0.036579841,146.0,10500.0,312.062623571,ga +13273,39885,0.013023783,142.0,10500.0,111.10589277300001,ga +13275,31626,0.06571837900000001,140.0,,2921.247664929,ga +13275,31720,0.006058125,140.0,,269.289714375,ga +13275,31738,0.039602947,140.0,,1760.390597097,ga +13275,31757,0.22030290600000002,140.0,,9792.684474606001,ga +13275,31765,0.056774458,140.0,,2523.681432558,ga +13275,31773,0.07259517,140.0,,3226.92790167,ga +13275,31778,0.047400737000000005,140.0,,2107.0101603870003,ga +13275,31792,0.491547278,140.0,,21849.768054378,ga +13277,31733,0.032935477000000005,140.0,,1338.629527188,ga +13277,31793,0.240711147,140.0,,9783.463858668,ga +13277,31794,0.6818817420000001,140.0,,27714.401521848,ga +13277,31795,0.044471634,140.0,,1807.5050922960002,ga +13279,30436,1.0,149.0,,26830.0,ga +13279,30475,0.0,149.0,,0.0,ga +13281,30546,0.580411427,144.0,,6986.412346799,ga +13281,30582,0.41958857299999996,144.0,,5050.587653201,ga +13283,30457,1.0,147.0,,6901.0,ga +13285,30230,0.13330893300000002,144.0,,9321.227213226,ga +13285,30240,0.409836989,144.0,,28656.621944857998,ga +13285,30241,0.35566879700000004,144.0,,24869.073623834003,ga +13285,31833,0.101185281,1.0,,7075.077218082,ga +13287,31714,0.687126625,140.0,,5486.706100625,ga +13287,31783,0.103432119,140.0,,825.905470215,ga +13287,31790,0.20944125600000002,140.0,,1672.3884291600002,ga +13289,31017,0.144083754,147.0,31420.0,1169.96008248,ga +13289,31020,0.127137154,147.0,31420.0,1032.35369048,ga +13289,31031,0.467952098,147.0,31420.0,3799.77103576,ga +13289,31044,0.260826994,147.0,31420.0,2117.91519128,ga +13291,30512,0.963613092,144.0,,23619.120498012002,ga +13291,30572,0.036386907999999996,144.0,,891.8795019879999,ga +13293,30285,0.026210007999999996,147.0,,689.84741056,ga +13293,30286,0.9058654629999999,147.0,,23842.378986159998,ga +13293,31097,0.067924528,147.0,,1787.77357696,ga +13295,30707,0.197087415,373.0,16860.0,13749.015157815,ga +13295,30725,0.057387072000000004,373.0,16860.0,4003.379529792,ga +13295,30728,0.25456095100000004,373.0,16860.0,17758.426502711,ga +13295,30739,0.079793476,373.0,16860.0,5566.472679236,ga +13295,30741,0.352462357,373.0,16860.0,24588.126486677,ga +13295,30750,0.058708729,373.0,16860.0,4095.579643769,ga +13297,30025,0.078506785,144.0,12060.0,7426.192313504999,ga +13297,30052,0.556320269,144.0,12060.0,52624.003205517,ga +13297,30641,0.016505993,144.0,12060.0,1561.351395849,ga +13297,30655,0.212629572,144.0,12060.0,20113.269104196,ga +13297,30656,0.13603738099999999,144.0,12060.0,12868.183980933,ga +13299,31501,0.401907064,123.0,,14361.747024975999,ga +13299,31503,0.553961859,123.0,,19795.273069505998,ga +13299,31550,0.021514907000000003,123.0,,768.8136867380001,ga +13299,31552,0.02261617,123.0,,808.16621878,ga +13301,30807,0.013755158,145.0,,72.269600132,ga +13301,30821,0.150324229,145.0,,789.803499166,ga +13301,30828,0.8262920020000001,145.0,,4341.338178508,ga +13301,31045,0.009628611,145.0,,50.588722194,ga +13303,30820,0.053341007999999995,145.0,,1086.7696969919998,ga +13303,31018,0.12826785599999999,145.0,,2613.3292981439995,ga +13303,31035,0.06048832,145.0,,1232.38903168,ga +13303,31067,0.01208807,145.0,,246.28233817999998,ga +13303,31082,0.46222478100000003,145.0,,9417.367688094,ga +13303,31089,0.22521226100000002,145.0,,4588.474605614,ga +13303,31094,0.058377704,145.0,,1189.3873412960002,ga +13305,31545,0.532362845,149.0,,15932.022862315,ga +13305,31546,0.275602871,149.0,,8247.967120417,ga +13305,31555,0.09499676900000001,149.0,,2842.9683058630003,ga +13305,31560,0.09703751599999999,149.0,,2904.0417413319997,ga +13307,31824,0.860843068,146.0,,2244.217878276,ga +13307,31832,0.13915693199999998,146.0,,362.782121724,ga +13309,30411,0.6313419,147.0,,4959.1906245,ga +13309,30428,0.3686581,147.0,,2895.8093755,ga +13311,30528,0.8537098329999999,144.0,,26292.555436733997,ga +13311,30545,0.024065646,144.0,,741.173765508,ga +13311,30571,0.122224521,144.0,,3764.2707977580003,ga +13313,30710,0.067233683,144.0,19140.0,7034.525784924001,ga +13313,30720,0.266735586,144.0,19140.0,27908.010892008002,ga +13313,30721,0.502429397,144.0,19140.0,52568.182949316,ga +13313,30740,0.07947934799999999,144.0,19140.0,8315.765222544,ga +13313,30755,0.082825055,144.0,19140.0,8665.81985454,ga +13313,30756,0.001296932,144.0,19140.0,135.695401296,ga +13315,31001,0.489382239,147.0,,4225.815633765,ga +13315,31071,0.128700129,147.0,,1111.325613915,ga +13315,31072,0.145538396,147.0,,1256.7240494599998,ga +13315,31079,0.231767482,147.0,,2001.3122070699999,ga +13315,31084,0.004611755,147.0,,39.822504425000005,ga +13317,30660,0.117097841,145.0,,1144.865591457,ga +13317,30668,0.141217662,145.0,,1380.685081374,ga +13317,30673,0.741684497,145.0,,7251.449327169001,ga +13319,31003,0.021637571,147.0,,193.74281073400002,ga +13319,31042,0.363166954,147.0,,3251.7969061159997,ga +13319,31054,0.379395132,147.0,,3397.104011928,ga +13319,31090,0.235800344,147.0,,2111.356280176,ga +13321,31772,0.02645346,142.0,10500.0,535.60320462,ga +13321,31775,0.164791235,140.0,10500.0,3336.528135045,ga +13321,31781,0.111736255,142.0,10500.0,2262.323954985,ga +13321,31789,0.042197215999999996,142.0,10500.0,854.3670323519999,ga +13321,31791,0.599052413,142.0,10500.0,12129.014206011,ga +13321,31796,0.055769421,142.0,10500.0,1129.163466987,ga +15001,96704,0.039821308,150.0,,8024.511239004,hi +15001,96710,0.001244574,150.0,,250.797840462,hi +15001,96719,0.008610833,150.0,,1735.194790329,hi +15001,96720,0.24995193699999999,150.0,,50368.564680681,hi +15001,96725,0.015096783,150.0,,3042.1980326790003,hi +15001,96726,0.0024284370000000003,150.0,,489.3616251810001,hi +15001,96727,0.026662215,150.0,,5372.782931295,hi +15001,96728,0.002291837,150.0,,461.834949381,hi +15001,96737,0.024921835,150.0,,5022.073736355,hi +15001,96738,0.034038592,150.0,,6859.2187896959995,hi +15001,96740,0.200821621,150.0,,40468.167312573,hi +15001,96743,0.073338797,150.0,,14778.720999861,hi +15001,96749,0.088455818,150.0,,17824.997252634003,hi +15001,96750,0.017049651000000002,150.0,,3435.7263219630004,hi +15001,96755,0.015228324,150.0,,3068.705254212,hi +15001,96760,0.014757814,150.0,,2973.891372582,hi +15001,96764,0.002995072,150.0,,603.5459439360001,hi +15001,96771,0.04014004,150.0,,8088.73988052,hi +15001,96772,0.012506451000000002,150.0,,2520.2124603630004,hi +15001,96773,0.000298495,150.0,,60.150622935,hi +15001,96774,0.000915723,150.0,,184.530088899,hi +15001,96776,0.006587135,150.0,,1327.393335255,hi +15001,96777,0.010427101,150.0,,2101.196403813,hi +15001,96778,0.076521062,150.0,,15419.988766806,hi +15001,96780,0.0035414709999999996,150.0,,713.652445623,hi +15001,96781,0.006217811,150.0,,1252.969748043,hi +15001,96783,0.008322455999999999,150.0,,1677.0830759279997,hi +15001,96785,0.016806808,150.0,,3386.790300504,hi +15003,96701,0.040945164,150.0,46520.0,39903.641863332,hi +15003,96706,0.073710206,150.0,46520.0,71835.239489978,hi +15003,96707,0.048558277000000004,150.0,46520.0,47323.100107951,hi +15003,96712,0.0076698140000000005,150.0,46520.0,7474.716941282,hi +15003,96717,0.005212436,150.0,46520.0,5079.847265468,hi +15003,96730,0.00137601,150.0,46520.0,1341.00843363,hi +15003,96731,0.00302135,150.0,46520.0,2944.4959200499998,hi +15003,96734,0.051016668,150.0,46520.0,49718.957016084,hi +15003,96744,0.052339015,150.0,46520.0,51007.667475445,hi +15003,96759,0.000364506,150.0,46520.0,355.23406087800004,hi +15003,96762,0.006769687,150.0,46520.0,6597.486471781,hi +15003,96782,0.038814829,150.0,46520.0,37827.496194727,hi +15003,96786,0.044825128,150.0,46520.0,43684.911219064,hi +15003,96789,0.054406574000000006,150.0,46520.0,53022.633977162004,hi +15003,96791,0.007811566999999999,150.0,46520.0,7612.864170221,hi +15003,96792,0.050754426,150.0,46520.0,49463.385665837995,hi +15003,96795,0.010113017,150.0,46520.0,9855.772186571001,hi +15003,96797,0.075191518,150.0,46520.0,73278.871356634,hi +15003,96813,0.025534658999999998,150.0,46520.0,24885.133879016998,hi +15003,96814,0.019771413999999998,150.0,46520.0,19268.488542082,hi +15003,96815,0.025584272999999998,150.0,46520.0,24933.485847698998,hi +15003,96816,0.050285631,150.0,46520.0,49006.515404253,hi +15003,96817,0.057203145,150.0,46520.0,55748.068600635,hi +15003,96818,0.06022652,150.0,46520.0,58694.53801076,hi +15003,96819,0.054560477,150.0,46520.0,53172.622146551,hi +15003,96821,0.018771048000000002,150.0,46520.0,18293.568852024004,hi +15003,96822,0.047228843,150.0,46520.0,46027.482920609,hi +15003,96825,0.029742678999999998,150.0,46520.0,28986.114474276997,hi +15003,96826,0.032344847,150.0,46520.0,31522.091126861003,hi +15003,96850,0.0,150.0,46520.0,0.0,hi +15003,96853,0.000606498,150.0,46520.0,591.070510374,hi +15003,96857,0.002850235,150.0,46520.0,2777.733572305,hi +15003,96859,0.000112389,150.0,46520.0,109.530161007,hi +15003,96860,0.002230574,150.0,46520.0,2173.834889162,hi +15003,96863,4.66e-05,150.0,46520.0,45.4146358,hi +15005,96742,1.0,150.0,,86.0,hi +15007,96703,0.029239111,150.0,,2113.7830515230003,hi +15007,96705,0.040195021000000004,150.0,,2905.8186531530005,hi +15007,96714,0.012707175,150.0,,918.639802275,hi +15007,96716,0.041778164,150.0,,3020.268810052,hi +15007,96722,0.031004385,150.0,,2241.4000048049998,hi +15007,96741,0.088039565,150.0,,6364.644272545,hi +15007,96746,0.27073146800000003,150.0,,19571.990016124004,hi +15007,96747,0.012244841000000001,150.0,,885.216290413,hi +15007,96751,0.000966698,150.0,,69.885498514,hi +15007,96752,0.050044132000000005,150.0,,3617.8404346760003,hi +15007,96754,0.043599479000000003,150.0,,3151.937135347,hi +15007,96756,0.08694677599999999,150.0,,6285.643277367999,hi +15007,96765,0.005043642,150.0,,364.620011106,hi +15007,96766,0.255992827,150.0,,18506.489442310998,hi +15007,96769,0.004118974,150.0,,297.772987382,hi +15007,96796,0.027347745,150.0,,1977.050529285,hi +15009,96708,0.061976995,150.0,,10376.002571915,hi +15009,96713,0.007266853,150.0,,1216.5947287010001,hi +15009,96729,0.007206346,150.0,,1206.4648282819999,hi +15009,96732,0.179511227,150.0,,30053.231090659,hi +15009,96748,0.026501927,150.0,,4436.873112559,hi +15009,96753,0.167294928,150.0,,28008.014960976,hi +15009,96757,0.003509388,150.0,,587.531210796,hi +15009,96761,0.14051467,150.0,,23524.54450739,hi +15009,96763,0.017099189,150.0,,2862.694924813,hi +15009,96768,0.10984988300000001,150.0,,18390.737862211,hi +15009,96770,0.003612249,150.0,,604.7518908330001,hi +15009,96779,0.01638521,150.0,,2743.16270257,hi +15009,96790,0.059151333,150.0,,9902.938716861,hi +15009,96793,0.200119803,150.0,,33503.457058851,hi +16001,83616,0.063116939,151.0,14260.0,30396.297302192997,id +16001,83634,0.061119072999999996,151.0,14260.0,29434.151008850997,id +16001,83642,0.100518329,151.0,14260.0,48408.320508123004,id +16001,83646,0.132129256,151.0,14260.0,63631.732009272004,id +16001,83669,0.022925233,151.0,14260.0,11040.494184771,id +16001,83702,0.049953345999999996,151.0,14260.0,24056.882040102,id +16001,83703,0.037544254,151.0,14260.0,18080.824651098,id +16001,83704,0.090149516,151.0,14260.0,43414.834961892,id +16001,83705,0.062074477,151.0,14260.0,29894.261154999,id +16001,83706,0.073340655,151.0,14260.0,35319.906019485,id +16001,83709,0.130678292,151.0,14260.0,62932.966609404,id +16001,83712,0.021248811,151.0,14260.0,10233.151143056999,id +16001,83713,0.068503364,151.0,14260.0,32990.329558667996,id +16001,83714,0.04858051099999999,151.0,14260.0,23395.742550956995,id +16001,83716,0.038117943,151.0,14260.0,18357.105815541,id +16003,83612,0.49522852799999995,151.0,,2126.5112992319996,id +16003,83632,0.100703164,151.0,,432.41938621599996,id +16003,83643,0.034655952000000004,151.0,,148.81265788800002,id +16003,83654,0.369412356,151.0,,1586.256656664,id +16005,83201,0.43198077,423.0,38540.0,37931.367452160004,id +16005,83202,0.26283981,423.0,38540.0,23079.43803648,id +16005,83204,0.211011275,423.0,38540.0,18528.4780352,id +16005,83209,0.013334859,423.0,38540.0,1170.907299072,id +16005,83214,0.00753162,423.0,38540.0,661.33648896,id +16005,83234,0.016391003,423.0,38540.0,1439.2611914240001,id +16005,83245,0.02454072,423.0,38540.0,2154.8715417599997,id +16005,83246,0.011400446000000002,423.0,38540.0,1001.0503623680002,id +16005,83250,0.019664625,423.0,38540.0,1726.7113920000002,id +16005,83281,0.00130487,423.0,38540.0,114.57802496000001,id +16007,83220,0.021114572999999998,423.0,,129.326759625,id +16007,83223,0.016960886,423.0,,103.88542675000001,id +16007,83233,0.0,423.0,,0.0,id +16007,83238,0.012461058999999998,423.0,,76.32398637499999,id +16007,83239,0.10107303599999999,423.0,,619.0723455,id +16007,83254,0.650744202,423.0,,3985.8082372500003,id +16007,83261,0.11076497099999999,423.0,,678.435447375,id +16007,83272,0.04586362099999999,423.0,,280.91467862499996,id +16007,83287,0.041017653,423.0,,251.23312462500002,id +16009,83824,0.029550456,440.0,,274.76013988799997,id +16009,83830,0.053861469,440.0,,500.80393876200003,id +16009,83851,0.20308079199999998,440.0,,1888.245204016,id +16009,83861,0.673373153,440.0,,6261.023576594,id +16009,83866,0.005239443,440.0,,48.716341014,id +16009,83870,0.034894687,440.0,,324.450799726,id +16011,83203,0.009400493000000001,423.0,,440.04647782300003,id +16011,83210,0.079836395,423.0,,3737.2214863450004,id +16011,83215,0.001129867,152.0,,52.890204137,id +16011,83218,0.00738933,152.0,,345.90192663,id +16011,83221,0.61213929,152.0,,28654.85230419,id +16011,83236,0.053962443,152.0,,2526.0359192729998,id +16011,83262,0.028992385,152.0,,1357.1625342349998,id +16011,83274,0.202155786,152.0,,9463.114498446,id +16011,83277,0.004994012,423.0,,233.774695732,id +16013,83313,0.17469685100000001,151.0,,4021.6962068710004,id +16013,83320,0.042463922,151.0,,977.5619483620001,id +16013,83333,0.479413528,151.0,,11036.578828087999,id +16013,83340,0.222509106,151.0,,5122.382129226,id +16013,83348,0.017151551,151.0,,394.845855571,id +16013,83353,0.06261238400000001,151.0,,1441.3996920640002,id +16013,83354,0.001152658,151.0,,26.535339818,id +16015,83602,0.00137741,151.0,14260.0,10.786497709999999,id +16015,83622,0.44411649,151.0,14260.0,3477.8762331899998,id +16015,83629,0.338842975,151.0,14260.0,2653.479337225,id +16015,83631,0.176505313,151.0,14260.0,1382.213106103,id +16015,83637,0.034041716,151.0,14260.0,266.580677996,id +16015,83666,0.005116096,151.0,14260.0,40.064147776,id +16017,83804,0.04568312,440.0,,2089.50022568,id +16017,83809,0.005979335,440.0,,273.488803565,id +16017,83811,0.031397762999999995,440.0,,1436.1022818569998,id +16017,83813,0.032823797,440.0,,1501.327650983,id +16017,83821,0.0054789719999999995,440.0,,250.60270030799998,id +16017,83822,0.04595832,440.0,,2102.08759848,id +16017,83825,0.006829951999999999,440.0,,312.395174528,id +16017,83836,0.019464111,440.0,,890.268973029,id +16017,83840,0.007030097,440.0,,321.549606683,id +16017,83841,0.007555478000000001,440.0,,345.580008242,id +16017,83848,0.0037026840000000004,440.0,,169.357063476,id +16017,83852,0.022866578,440.0,,1045.8944111419999,id +16017,83856,0.159890921,440.0,,7313.250835618999,id +16017,83860,0.15413674900000002,440.0,,7050.060762511001,id +16017,83864,0.45120212200000004,440.0,,20637.533858158004,id +16019,83285,0.001069614,423.0,26820.0,127.350382068,id +16019,83401,0.38338532799999997,152.0,26820.0,45646.623922335995,id +16019,83402,0.22066137800000002,152.0,26820.0,26272.384987436002,id +16019,83404,0.20635529,152.0,26820.0,24569.07353798,id +16019,83406,0.161360193,152.0,26820.0,19211.867298966,id +16019,83427,0.017033604,152.0,26820.0,2028.054959448,id +16019,83428,0.003511899,152.0,26820.0,418.133718738,id +16019,83449,0.0016311610000000001,152.0,26820.0,194.20929098200003,id +16019,83454,0.004991532,152.0,26820.0,594.3017829839999,id +16021,83805,0.699194735,440.0,,8561.639530075,id +16021,83826,0.0,440.0,,0.0,id +16021,83845,0.162351719,440.0,,1987.996799155,id +16021,83847,0.13845354599999998,440.0,,1695.3636707699998,id +16023,83213,0.44224974899999997,152.0,26820.0,1148.522598153,id +16023,83244,0.10980917300000001,152.0,26820.0,285.17442228100003,id +16023,83255,0.447941078,152.0,26820.0,1163.302979566,id +16025,83322,0.030413625,151.0,,33.63746925,id +16025,83327,0.9330900240000001,151.0,,1031.9975665440002,id +16025,83337,0.03649635,151.0,,40.3649631,id +16027,83605,0.215927987,151.0,14260.0,49630.831883962994,id +16027,83607,0.11448066400000001,151.0,14260.0,26313.266139736003,id +16027,83626,0.0069393480000000006,151.0,14260.0,1595.0021984520001,id +16027,83641,0.015792358,151.0,14260.0,3629.857693942,id +16027,83644,0.053350302,151.0,14260.0,12262.513564398001,id +16027,83651,0.15956784699999998,151.0,14260.0,36676.51006510299,id +16027,83656,0.0028751379999999997,151.0,14260.0,660.847594162,id +16027,83660,0.029081162999999997,151.0,14260.0,6684.276234386999,id +16027,83676,0.023196188,151.0,14260.0,5331.620615612,id +16027,83686,0.221223072,151.0,14260.0,50847.901876127995,id +16027,83687,0.15756593300000002,151.0,14260.0,36216.372134117,id +16029,83217,0.11057692300000001,423.0,,791.1778840650001,id +16029,83241,0.331876457,423.0,,2374.576049835,id +16029,83276,0.55754662,423.0,,3989.2460661,id +16031,83311,0.039811939,423.0,,956.68089417,id +16031,83312,0.006642512,423.0,,159.61956336,id +16031,83318,0.7456004140000001,423.0,,17916.777948420004,id +16031,83323,0.069487578,423.0,,1669.7864993399999,id +16031,83342,0.050810904000000004,423.0,,1220.98602312,id +16031,83346,0.087646653,423.0,,2106.14907159,id +16033,83423,0.976630964,152.0,,825.2531645800001,id +16033,83446,0.023369036,152.0,,19.74683542,id +16035,83520,0.02131404,440.0,,186.62573423999999,id +16035,83537,0.107254595,440.0,,939.1212338199999,id +16035,83541,0.098944075,440.0,,866.3543207,id +16035,83544,0.594348846,440.0,,5204.118495576,id +16035,83546,0.049276495999999996,440.0,,431.46499897599995,id +16035,83553,0.112827532,440.0,,987.9178701919999,id +16035,83827,0.016034415,440.0,,140.39733774,id +16037,83226,0.513285977,276.0,,2214.828990755,id +16037,83227,0.031307551,276.0,,135.092082565,id +16037,83235,0.023941068,276.0,,103.30570842,id +16037,83251,0.34727703200000004,152.0,,1498.50039308,id +16037,83278,0.084188371,151.0,,363.27282086499997,id +16039,83623,0.055282508,151.0,,1520.877077588,id +16039,83627,0.024002742999999997,151.0,,660.339462673,id +16039,83633,0.026898312,151.0,,739.999461432,id +16039,83647,0.77380272,151.0,,21288.086629920002,id +16039,83648,0.12001371599999999,151.0,,3301.697340876,id +16041,83228,0.055350554,423.0,30860.0,768.044287304,id +16041,83232,0.046840877,423.0,30860.0,649.9640092520001,id +16041,83237,0.072897056,423.0,30860.0,1011.5195490560001,id +16041,83263,0.704420514,423.0,30860.0,9774.539052264001,id +16041,83283,0.015814444,423.0,30860.0,219.441224944,id +16041,83286,0.10467655699999999,423.0,30860.0,1452.491904932,id +16043,83420,0.185259929,152.0,,2426.719809971,id +16043,83421,0.027123022000000004,152.0,,355.28446517800006,id +16043,83429,0.057636422,152.0,,754.979491778,id +16043,83433,0.000322893,152.0,,4.229575407,id +16043,83436,0.039392961000000004,152.0,,516.0083961390001,id +16043,83445,0.605424604,152.0,,7930.456887796,id +16043,83451,0.08484016800000001,152.0,,1111.321360632,id +16045,83617,0.9427269970000001,151.0,14260.0,17074.671369664,id +16045,83636,0.007956271,151.0,14260.0,144.10398035199998,id +16045,83657,0.019678105,151.0,14260.0,356.40983776,id +16045,83670,0.029638627,151.0,14260.0,536.814812224,id +16047,83314,0.066115142,151.0,,1003.561740418,id +16047,83330,0.44870143100000004,151.0,,6810.8390211490005,id +16047,83332,0.18342713800000002,151.0,,2784.2405277020002,id +16047,83355,0.301756289,151.0,,4580.358710731,id +16049,83522,0.128611422,440.0,,2143.566570474,id +16049,83525,0.018085106,440.0,,301.424461702,id +16049,83526,0.017581186999999998,440.0,,293.02564372899997,id +16049,83530,0.320548712,440.0,,5342.585382904001,id +16049,83533,0.013493841000000001,440.0,,224.90184794700002,id +16049,83536,0.24647256399999998,440.0,,4107.958224188,id +16049,83539,0.128387458,440.0,,2139.833762486,id +16049,83542,0.005767077,440.0,,96.119872359,id +16049,83547,0.016013438,151.0,,266.895971146,id +16049,83549,0.041265397999999995,151.0,,687.7703884659999,id +16049,83552,0.04266517400000001,440.0,,711.1004550580001,id +16049,83554,0.020828667,440.0,,347.15139288899996,id +16049,83671,0.000279955,151.0,,4.6660099850000005,id +16051,83425,0.018672199,152.0,26820.0,557.757256329,id +16051,83431,0.027639074,152.0,26820.0,825.6067794539999,id +16051,83434,0.052394683,152.0,26820.0,1565.081575893,id +16051,83435,0.022786413,152.0,26820.0,680.6529427229999,id +16051,83442,0.7729446520000001,152.0,26820.0,23088.629699892,id +16051,83443,0.038926788,152.0,26820.0,1162.782084348,id +16051,83444,0.03569168,152.0,26820.0,1066.14617328,id +16051,83450,0.030944511,152.0,26820.0,924.343488081,id +16053,83325,0.035942592999999995,151.0,46300.0,877.4305803159999,id +16053,83335,0.080648575,151.0,46300.0,1968.7930129,id +16053,83338,0.8834088309999999,151.0,46300.0,21565.776382371998,id +16055,83801,0.044978328,440.0,17660.0,7452.7740146159995,id +16055,83803,0.007142674,440.0,17660.0,1183.519653778,id +16055,83810,0.00690544,440.0,17660.0,1144.2106916799999,id +16055,83814,0.17059706100000002,440.0,17660.0,28267.421216517003,id +16055,83815,0.21890308,440.0,17660.0,36271.58364676,id +16055,83833,0.00956631,440.0,17660.0,1585.10886807,id +16055,83835,0.138230617,440.0,17660.0,22904.398545049,id +16055,83842,0.001923521,440.0,17660.0,318.721659137,id +16055,83854,0.262272063,440.0,17660.0,43457.694022911,id +16055,83858,0.09569516,440.0,17660.0,15856.40092652,id +16055,83869,0.032103562,440.0,17660.0,5319.463912714001,id +16055,83876,0.011682183,440.0,17660.0,1935.7026765510002,id +16057,83535,0.031242011,440.0,,1253.054577188,id +16057,83806,0.006263741999999999,440.0,,251.22616413599997,id +16057,83823,0.035818377,440.0,,1436.603464716,id +16057,83832,0.038221609,440.0,,1532.9922937719998,id +16057,83834,0.004934295,440.0,,197.90470386,id +16057,83843,0.684537506,440.0,,27455.430290647997,id +16057,83844,0.048729355,440.0,,1954.43697034,id +16057,83855,0.055325459,440.0,,2218.993509572,id +16057,83857,0.026819042,440.0,,1075.658136536,id +16057,83871,0.053714782,440.0,,2154.392476456,id +16057,83872,0.014393823,440.0,,577.307452884,id +16059,83253,0.009666194,276.0,,77.59053923799999,id +16059,83462,0.084933625,276.0,,681.762207875,id +16059,83463,0.012501611000000001,276.0,,100.350431497,id +16059,83464,0.057223869000000004,276.0,,459.335996463,id +16059,83465,0.021007862000000002,276.0,,168.630108274,id +16059,83466,0.024874339,276.0,,199.666319153,id +16059,83467,0.7704601109999999,276.0,,6184.4833109969995,id +16059,83468,0.015723676000000002,276.0,,126.21394725200003,id +16059,83469,0.003608712,276.0,,28.967131224,id +16061,83523,0.34240362799999996,440.0,,1314.1451242639998,id +16061,83543,0.36145124700000003,440.0,,1387.2498859860002,id +16061,83548,0.057596372,440.0,,221.05487573599999,id +16061,83555,0.238548753,440.0,,915.550114014,id +16063,83324,0.138697032,151.0,,744.248273712,id +16063,83349,0.234832929,151.0,,1260.113497014,id +16063,83352,0.626470039,151.0,,3361.638229274,id +16065,83440,0.92642731,152.0,,36970.93466017,id +16065,83448,0.067763646,152.0,,2704.243820922,id +16065,83460,0.005809044,152.0,,231.821518908,id +16067,83336,0.261396748,423.0,,5499.526181172,id +16067,83347,0.143058558,423.0,,3009.809001762,id +16067,83350,0.595544694,423.0,,12529.664817066,id +16069,83501,0.903412916,440.0,30300.0,36505.109109728,id +16069,83524,0.024651717000000004,440.0,30300.0,996.1265805360001,id +16069,83540,0.062587394,440.0,30300.0,2529.031416752,id +16069,83545,0.009347972,440.0,30300.0,377.73285257599997,id +16071,83243,0.013869626000000001,423.0,,62.843275406000004,id +16071,83252,0.986130374,423.0,,4468.1567245940005,id +16073,83604,0.052507606,151.0,14260.0,620.797425738,id +16073,83624,0.12336833800000001,151.0,14260.0,1458.5838601740002,id +16073,83628,0.42379036200000003,151.0,14260.0,5010.473449926,id +16073,83639,0.34497988,151.0,14260.0,4078.6971212400003,id +16073,83650,0.055353812999999995,151.0,14260.0,654.448131099,id +16075,83619,0.353612341,151.0,,8469.369179291,id +16075,83655,0.199717037,151.0,,4783.422753186999,id +16075,83661,0.446670622,151.0,,10698.208067522,id +16077,83211,0.915064819,423.0,38540.0,7028.612874739,id +16077,83212,0.016391,423.0,38540.0,125.899271,id +16077,83271,0.068544181,423.0,38540.0,526.4878542609999,id +16079,83802,0.016465863,440.0,,212.113247166,id +16079,83808,0.010522088,440.0,,135.54553761600002,id +16079,83812,0.004658635,440.0,,60.01253607,id +16079,83837,0.254618474,440.0,,3279.995182068,id +16079,83839,0.09357429699999999,440.0,,1205.4240939539998,id +16079,83846,0.06811245,440.0,,877.4245809,id +16079,83849,0.167550201,440.0,,2158.381689282,id +16079,83850,0.160080321,440.0,,2062.154695122,id +16079,83867,0.043935743,440.0,,565.9802413259999,id +16079,83868,0.063694779,440.0,,820.5161430780001,id +16079,83873,0.116787149,440.0,,1504.452053418,id +16079,83874,0.0,440.0,,0.0,id +16081,83422,0.28998194899999996,152.0,,3520.9608247579995,id +16081,83424,0.035830325,152.0,,435.05180615000006,id +16081,83452,0.20397111899999998,152.0,,2476.6173268979996,id +16081,83455,0.47021660600000004,152.0,,5709.370030052,id +16083,83301,0.676548615,151.0,46300.0,58777.190573969994,id +16083,83302,0.002438763,151.0,46300.0,211.874851914,id +16083,83316,0.114395841,151.0,46300.0,9938.481874398,id +16083,83321,0.005508036,151.0,46300.0,478.527151608,id +16083,83328,0.068380542,151.0,46300.0,5940.7647278760005,id +16083,83334,0.025149002,151.0,46300.0,2184.894995756,id +16083,83341,0.09181646199999999,151.0,46300.0,7976.830585635999,id +16083,83344,0.015762738000000002,151.0,46300.0,1369.4351519640002,id +16085,83611,0.18851209800000002,151.0,,2147.5298204160003,id +16085,83615,0.156124976,151.0,,1778.575726592,id +16085,83638,0.655362926,151.0,,7465.894452992,id +16085,83677,0.0,151.0,,0.0,id +16087,83610,0.087422391,151.0,,891.1838538540001,id +16087,83645,0.082715802,151.0,,843.204885588,id +16087,83672,0.829861807,151.0,,8459.611260558,id +17001,62301,0.48413776399999997,172.0,,31679.554587339997,il +17001,62305,0.292145854,172.0,,19116.563956489998,il +17001,62320,0.03507501,172.0,,2295.1332793499996,il +17001,62324,0.016239548,172.0,,1062.63482338,il +17001,62325,0.0070331130000000006,172.0,,460.21174915500006,il +17001,62338,0.019861753,172.0,,1299.653807555,il +17001,62339,0.01319086,172.0,,863.1439241,il +17001,62346,0.0028524859999999996,172.0,,186.65242140999996,il +17001,62347,0.029520964,172.0,,1931.70427934,il +17001,62348,0.002505358,172.0,,163.93810073,il +17001,62349,0.009447915999999999,172.0,,618.2243834599999,il +17001,62351,0.02835884,172.0,,1855.6606954,il +17001,62359,0.0031543359999999998,172.0,,206.40397615999998,il +17001,62360,0.028947447999999997,172.0,,1894.1762598799999,il +17001,62365,0.009357361,172.0,,612.2989170349999,il +17001,62376,0.018171391000000002,172.0,,1189.0449700850002,il +17003,62914,0.424101611,263.0,16020.0,2443.249380971,il +17003,62957,0.144206939,263.0,16020.0,830.776175579,il +17003,62962,0.001394052,263.0,16020.0,8.031133572,il +17003,62969,0.061648079,263.0,16020.0,355.154583119,il +17003,62988,0.24318463399999998,263.0,16020.0,1400.986676474,il +17003,62990,0.125464684,263.0,16020.0,722.8020445239999,il +17005,62086,0.070903273,273.0,41180.0,1164.657162298,il +17005,62246,0.556672093,273.0,41180.0,9143.895799618,il +17005,62253,0.032728906,273.0,41180.0,537.605009956,il +17005,62262,0.08437657900000001,273.0,41180.0,1385.969686654,il +17005,62273,0.0165048,273.0,41180.0,271.1078448,il +17005,62275,0.20799416199999998,273.0,41180.0,3416.5121050119997,il +17005,62284,0.030820188,273.0,41180.0,506.252408088,il +17007,61008,0.6782570859999999,171.0,40420.0,36316.597412783995,il +17007,61011,0.046005657,171.0,40420.0,2463.326898408,il +17007,61012,0.048102217,171.0,40420.0,2575.5851070480003,il +17007,61038,0.022725923999999998,171.0,40420.0,1216.836874656,il +17007,61065,0.204909116,171.0,40420.0,10971.653707104,il +17009,62353,0.80439362,172.0,,5291.3012323600005,il +17009,62375,0.051910924000000004,172.0,,341.47005807200003,il +17009,62378,0.143695456,172.0,,945.228709568,il +17011,61312,0.015642698,170.0,,510.389950344,il +17011,61314,0.02709156,171.0,,883.94341968,il +17011,61315,0.006520341999999999,171.0,,212.745718776,il +17011,61317,0.014663116,170.0,,478.42814884800003,il +17011,61320,0.022163039,170.0,,723.135636492,il +17011,61322,0.04450975,171.0,,1452.264123,il +17011,61323,0.002785686,171.0,,90.891362808,il +17011,61328,0.000765298,171.0,,24.970143143999998,il +17011,61329,0.03627514,170.0,,1183.58526792,il +17011,61330,0.043989347000000005,171.0,,1435.2844139160002,il +17011,61337,0.012030488999999998,171.0,,392.53079509199995,il +17011,61338,0.007867266999999999,171.0,,256.693187676,il +17011,61344,0.011510086999999999,171.0,,375.55111863599996,il +17011,61345,0.025560964,170.0,,834.003133392,il +17011,61346,0.002050999,171.0,,66.919995372,il +17011,61349,0.026418097999999997,171.0,,861.9697015439999,il +17011,61356,0.326935439,171.0,,10667.249503691999,il +17011,61359,0.010346833,171.0,,337.596467124,il +17011,61361,0.034193529,171.0,,1115.666464212,il +17011,61362,0.170967643,170.0,,5578.332255804,il +17011,61368,0.04371384,171.0,,1426.29517152,il +17011,61374,0.003612208,171.0,,117.859122624,il +17011,61376,0.064836073,171.0,,2115.471389844,il +17011,61379,0.045550556,171.0,,1486.2235411679999,il +17013,62006,0.104011887,273.0,41180.0,492.912332493,il +17013,62013,0.14710252599999998,273.0,41180.0,697.118870714,il +17013,62036,0.170452133,273.0,41180.0,807.772658287,il +17013,62045,0.09106346800000001,273.0,41180.0,431.54977485200004,il +17013,62047,0.306304394,273.0,41180.0,1451.576523166,il +17013,62053,0.132880492,273.0,41180.0,629.7206515879999,il +17013,62065,0.037996179,273.0,41180.0,180.063892281,il +17013,62070,0.01018892,172.0,41180.0,48.28529188,il +17015,61014,0.085319036,171.0,,1220.48880998,il +17015,61046,0.16223193,171.0,,2320.72775865,il +17015,61051,0.111728885,171.0,,1598.281699925,il +17015,61053,0.172888536,171.0,,2473.17050748,il +17015,61074,0.27720413,191.0,,3965.40507965,il +17015,61078,0.08293619299999999,171.0,,1186.4022408649998,il +17015,61285,0.10769128900000001,191.0,,1540.523889145,il +17017,62611,0.083271098,172.0,,1011.494027406,il +17017,62612,0.134353996,172.0,,1631.9979894120002,il +17017,62618,0.552501867,172.0,,6711.240178449,il +17017,62622,0.005302465,172.0,,64.409042355,il +17017,62627,0.076848394,172.0,,933.477441918,il +17017,62691,0.147722181,172.0,,1794.381332607,il +17019,60949,0.002549525,173.0,16580.0,534.607347725,il +17019,61801,0.148477671,173.0,16580.0,31134.134354319,il +17019,61802,0.092207031,173.0,16580.0,19334.800123359,il +17019,61815,0.001234256,173.0,16580.0,258.809906384,il +17019,61816,0.002182584,173.0,16580.0,457.663856376,il +17019,61820,0.18183117899999998,173.0,16580.0,38127.99809333099,il +17019,61821,0.145737528,173.0,16580.0,30559.556508792,il +17019,61822,0.12308726,173.0,16580.0,25810.044462140002,il +17019,61840,0.003902918,173.0,16580.0,818.398972502,il +17019,61843,0.011284627,173.0,16580.0,2366.262151003,il +17019,61845,0.001825174,173.0,16580.0,382.718910886,il +17019,61847,0.005904414,173.0,16580.0,1238.090667246,il +17019,61849,0.00952617,173.0,16580.0,1997.53306113,il +17019,61851,0.001405813,173.0,16580.0,294.783522157,il +17019,61852,0.001053168,173.0,16580.0,220.837744752,il +17019,61853,0.06662600099999999,173.0,16580.0,13970.739523688999,il +17019,61859,0.005842463000000001,173.0,16580.0,1225.1002240070002,il +17019,61862,0.002539994,173.0,16580.0,532.608801866,il +17019,61863,0.0038409670000000003,173.0,16580.0,805.4085292630001,il +17019,61864,0.008191839,173.0,16580.0,1717.7385280709998,il +17019,61866,0.068127124,173.0,16580.0,14285.508504436,il +17019,61871,0.001448702,173.0,16580.0,303.776873678,il +17019,61872,0.00427939,173.0,16580.0,897.34100971,il +17019,61873,0.031066082999999998,173.0,16580.0,6514.215878186999,il +17019,61874,0.03883856,173.0,16580.0,8144.018807840001,il +17019,61875,0.003898152,173.0,16580.0,817.399594728,il +17019,61877,0.008592138000000001,173.0,16580.0,1801.6768250820003,il +17019,61878,0.006242762,173.0,16580.0,1309.038521018,il +17019,61880,0.018256506000000002,173.0,16580.0,3828.1884866340006,il +17021,62083,0.007169218000000001,172.0,,231.594418272,il +17021,62510,0.046524290999999995,172.0,,1502.9206964639998,il +17021,62517,0.006019723,172.0,,194.461131792,il +17021,62531,0.05336076,172.0,,1723.76599104,il +17021,62540,0.047401537,172.0,,1531.259251248,il +17021,62546,0.049125779,172.0,,1586.959164816,il +17021,62547,0.028011374,172.0,,904.879425696,il +17021,62555,0.012795692,172.0,,413.352034368,il +17021,62556,0.009861456,172.0,,318.56447462399996,il +17021,62557,0.215318531,172.0,,6955.6498254240005,il +17021,62567,0.031308609,172.0,,1011.393305136,il +17021,62568,0.477554601,172.0,,15426.923830704001,il +17021,62570,0.01554843,172.0,,502.27648272,il +17023,62423,0.040976681,188.0,,632.720931321,il +17023,62441,0.573335586,188.0,,8852.874783426,il +17023,62442,0.23774924,188.0,,3671.08601484,il +17023,62474,0.081953363,173.0,,1265.4418780830001,il +17023,62477,0.06598513,188.0,,1018.87639233,il +17025,62434,0.024694155,172.0,,325.56773952,il +17025,62824,0.129210089,172.0,,1703.505813376,il +17025,62839,0.483084126,172.0,,6368.981117184,il +17025,62858,0.21069324899999997,172.0,,2777.7797948159996,il +17025,62879,0.008835523,172.0,,116.487535232,il +17025,62899,0.14348285800000002,172.0,,1891.6779998720003,il +17027,62215,0.06867370099999999,273.0,41180.0,2579.5215569619995,il +17027,62216,0.098743203,273.0,41180.0,3708.9921910860003,il +17027,62218,0.065540711,273.0,41180.0,2461.840186582,il +17027,62219,0.034354856,273.0,41180.0,1290.4371010720001,il +17027,62230,0.226115452,273.0,41180.0,8493.348608024,il +17027,62231,0.267780619,273.0,41180.0,10058.375610878,il +17027,62245,0.060931254000000004,273.0,41180.0,2288.699762748,il +17027,62250,0.016601246,273.0,41180.0,623.576002252,il +17027,62265,0.158125968,273.0,41180.0,5939.527610016,il +17027,62266,0.00313299,273.0,41180.0,117.68137038,il +17029,61912,0.024806421000000002,173.0,,1255.725837441,il +17029,61920,0.485231385,173.0,,24562.897940085,il +17029,61931,0.021834502999999998,173.0,,1105.2843763629999,il +17029,61938,0.441542163,173.0,,22351.305833223,il +17029,62440,0.026585529,173.0,,1345.786063509,il +17031,60004,0.009858946,161.0,16980.0,50775.869034418,il +17031,60005,0.005719796,161.0,16980.0,29458.282112468,il +17031,60007,0.006471295,166.0,16980.0,33328.677061735,il +17031,60008,0.004227642,161.0,16980.0,21773.341340586,il +17031,60016,0.011547834,161.0,16980.0,59474.035745322,il +17031,60018,0.005883805,161.0,16980.0,30302.966676565,il +17031,60022,0.001641447,161.0,16980.0,8453.834507151001,il +17031,60025,0.007941762,161.0,16980.0,40901.924730546,il +17031,60026,0.002733745,161.0,16980.0,14079.423712585001,il +17031,60029,0.000108436,161.0,16980.0,558.470665588,il +17031,60043,0.000486412,161.0,16980.0,2505.1351339959997,il +17031,60053,0.004503185,161.0,16980.0,23192.451992104998,il +17031,60056,0.010698356000000001,161.0,16980.0,55099.02611694801,il +17031,60062,0.007834295,161.0,16980.0,40348.444640735,il +17031,60067,0.007392419,161.0,16980.0,38072.680283627,il +17031,60068,0.007307025,161.0,16980.0,37632.881286825,il +17031,60070,0.003107655,161.0,16980.0,16005.147333615,il +17031,60074,0.0076443380000000005,161.0,16980.0,39370.121830754004,il +17031,60076,0.006170579,161.0,16980.0,31779.919594906998,il +17031,60077,0.005485497,161.0,16980.0,28251.587670801,il +17031,60090,0.007450315999999999,161.0,16980.0,38370.863323628,il +17031,60091,0.00529922,161.0,16980.0,27292.217718260003,il +17031,60093,0.0037644659999999997,161.0,16980.0,19387.877020578,il +17031,60104,0.0036788790000000004,166.0,16980.0,18947.084028807003,il +17031,60107,0.007830035,158.0,16980.0,40326.504648155,il +17031,60130,0.002718835,166.0,16980.0,14002.633738555001,il +17031,60131,0.003490278,166.0,16980.0,17975.744934774,il +17031,60133,0.007435599,158.0,16980.0,38295.067344567,il +17031,60141,4.18e-05,166.0,16980.0,215.2797394,il +17031,60153,0.004610459,166.0,16980.0,23744.938086947,il +17031,60154,0.0032091190000000003,166.0,16980.0,16527.710574727,il +17031,60155,0.0015159720000000002,166.0,16980.0,7807.609021476001,il +17031,60160,0.004920663,166.0,16980.0,25342.560964479,il +17031,60162,0.001581033,166.0,16980.0,8142.6883306889995,il +17031,60163,0.000999352,166.0,16980.0,5146.895649016,il +17031,60164,0.004182525,166.0,16980.0,21540.978278325,il +17031,60165,0.0009532669999999999,166.0,16980.0,4909.547161211,il +17031,60169,0.006519123000000001,158.0,16980.0,33575.002405659005,il +17031,60171,0.001965012,166.0,16980.0,10120.269647796,il +17031,60173,0.002354994,161.0,16980.0,12128.767813602,il +17031,60176,0.0022663089999999998,166.0,16980.0,11672.019399997,il +17031,60192,0.003030394,158.0,16980.0,15607.235181802,il +17031,60193,0.007793438000000001,166.0,16980.0,40138.021571054,il +17031,60194,0.003668616,158.0,16980.0,18894.227187528,il +17031,60195,0.001078162,158.0,16980.0,5552.785511745999,il +17031,60201,0.008190003000000001,161.0,16980.0,42180.42372069901,il +17031,60202,0.0063630530000000005,161.0,16980.0,32771.205541349,il +17031,60203,0.000810945,161.0,16980.0,4176.555700185,il +17031,60301,0.000491059,166.0,16980.0,2529.0682667469996,il +17031,60302,0.006205626999999999,166.0,16980.0,31960.424961090997,il +17031,60304,0.003415922,166.0,16980.0,17592.794209826,il +17031,60305,0.002142382,166.0,16980.0,11033.766475006,il +17031,60402,0.012306303999999999,166.0,16980.0,63380.332968831994,il +17031,60406,0.004890456,155.0,16980.0,25186.987876247997,il +17031,60409,0.007155796,186.0,16980.0,36854.016700468,il +17031,60411,0.011192126,155.0,16980.0,57642.056665358,il +17031,60415,0.0027600790000000004,155.0,16980.0,14215.049948407002,il +17031,60419,0.00438468,155.0,16980.0,22582.12363044,il +17031,60422,0.001891431,155.0,16980.0,9741.310353423,il +17031,60425,0.001725679,155.0,16980.0,8887.648933207,il +17031,60426,0.00560071,155.0,16980.0,28844.961465430002,il +17031,60428,0.0023761,155.0,16980.0,12237.4686313,il +17031,60429,0.002979468,155.0,16980.0,15344.954416044,il +17031,60430,0.003916663,155.0,16980.0,20171.727032479,il +17031,60438,0.005607681,186.0,16980.0,28880.863739672997,il +17031,60439,0.004535328,164.0,16980.0,23357.995931424,il +17031,60443,0.004173617,155.0,16980.0,21495.100002761,il +17031,60445,0.005020966,155.0,16980.0,25859.144785078,il +17031,60452,0.005484529,155.0,16980.0,28246.602245257,il +17031,60453,0.010924908999999998,155.0,16980.0,56265.82685379699,il +17031,60455,0.003190918,155.0,16980.0,16433.971183894002,il +17031,60456,0.000834181,155.0,16980.0,4296.226514173,il +17031,60457,0.0027143809999999997,155.0,16980.0,13979.694600772998,il +17031,60458,0.002960298,166.0,16980.0,15246.224449434001,il +17031,60459,0.005597611999999999,155.0,16980.0,28829.006043595997,il +17031,60461,0.000952105,155.0,16980.0,4903.562590465,il +17031,60462,0.007804475,155.0,16980.0,40194.864692675,il +17031,60463,0.002890202,155.0,16980.0,14885.213717066,il +17031,60464,0.001881168,155.0,16980.0,9688.453512144,il +17031,60465,0.003383391,155.0,16980.0,17425.251980103,il +17031,60466,0.004257849,155.0,16980.0,21928.914428817,il +17031,60467,0.005156123,155.0,16980.0,26555.234826659,il +17031,60469,0.001119213,155.0,16980.0,5764.207726629,il +17031,60471,0.0027215459999999996,155.0,16980.0,14016.596020217998,il +17031,60472,0.0009430039999999999,155.0,16980.0,4856.6903199319995,il +17031,60473,0.004298899,155.0,16980.0,22140.331493467,il +17031,60476,0.00048273300000000006,155.0,16980.0,2486.1874267890003,il +17031,60477,0.007342461,155.0,16980.0,37815.384943413,il +17031,60478,0.003313489,155.0,16980.0,17065.240392937,il +17031,60480,0.001039822,166.0,16980.0,5355.325578526,il +17031,60482,0.002113724,155.0,16980.0,10886.171097692,il +17031,60487,0.0051483779999999995,155.0,16980.0,26515.346272074,il +17031,60501,0.002295354,166.0,16980.0,11821.607917481999,il +17031,60513,0.003655836,166.0,16980.0,18828.407209788,il +17031,60525,0.005920596,166.0,16980.0,30492.448898868002,il +17031,60526,0.002622985,166.0,16980.0,13508.983905505,il +17031,60534,0.0020416920000000003,166.0,16980.0,10515.189514236,il +17031,60546,0.003037171,166.0,16980.0,15642.138310843,il +17031,60558,0.002561215,166.0,16980.0,13190.854013095,il +17031,60601,0.002841599,156.0,16980.0,14634.896942567,il +17031,60602,0.00024088200000000002,156.0,16980.0,1240.598425506,il +17031,60603,0.000227328,156.0,16980.0,1170.7921674240001,il +17031,60604,0.000151423,156.0,16980.0,779.863731559,il +17031,60605,0.005328653,156.0,16980.0,27443.804526149,il +17031,60606,0.0006004630000000001,156.0,16980.0,3092.5243578790005,il +17031,60607,0.005729865,156.0,16980.0,29510.139808545,il +17031,60608,0.015336892,156.0,16980.0,78988.567295836,il +17031,60609,0.011907609,156.0,16980.0,61326.960822896996,il +17031,60610,0.00755546,156.0,16980.0,38912.37942218,il +17031,60611,0.0062788209999999995,156.0,16980.0,32337.391115292998,il +17031,60612,0.006643824,156.0,16980.0,34217.241610992,il +17031,60613,0.009703650999999999,156.0,16980.0,49976.063600682995,il +17031,60614,0.013807753,156.0,16980.0,71113.145156449,il +17031,60615,0.008048068,156.0,16980.0,41449.425399844,il +17031,60616,0.010546158,156.0,16980.0,54315.170954814,il +17031,60617,0.015981504,156.0,16980.0,82308.469290432,il +17031,60618,0.018278213,156.0,16980.0,94137.055773629,il +17031,60619,0.011861716999999999,156.0,16980.0,61090.606330061,il +17031,60620,0.013185796000000001,156.0,16980.0,67909.921690468,il +17031,60621,0.005623559,156.0,16980.0,28962.639139247,il +17031,60622,0.010222594,156.0,16980.0,52648.740964402,il +17031,60623,0.016648578,156.0,16980.0,85744.05581867401,il +17031,60624,0.007001469000000001,156.0,16980.0,36059.196692277,il +17031,60625,0.01534425,156.0,16980.0,79026.46271025,il +17031,60626,0.009629488,156.0,16980.0,49594.106870704,il +17031,60628,0.012920128000000001,156.0,16980.0,66541.669589824,il +17031,60629,0.021658119,156.0,16980.0,111544.359191727,il +17031,60630,0.011103828,156.0,16980.0,57187.301391924,il +17031,60631,0.00571786,156.0,16980.0,29448.31126138,il +17031,60632,0.017628373,156.0,16980.0,90790.228360909,il +17031,60633,0.0024922810000000003,186.0,16980.0,12835.827851473001,il +17031,60634,0.014715322,156.0,16980.0,75787.336970026,il +17031,60636,0.006235641,156.0,16980.0,32115.004054353,il +17031,60637,0.009188774,156.0,16980.0,47324.327084342,il +17031,60638,0.011385181000000001,166.0,16980.0,58636.33489717301,il +17031,60639,0.017527295,156.0,16980.0,90269.653109735,il +17031,60640,0.013499292,156.0,16980.0,69524.49913503599,il +17031,60641,0.013752567,156.0,16980.0,70828.924398111,il +17031,60642,0.003911629,156.0,16980.0,20145.800759556998,il +17031,60643,0.009656597,156.0,16980.0,49733.724537101,il +17031,60644,0.009238732,156.0,16980.0,47581.622424556,il +17031,60645,0.009242605,156.0,16980.0,47601.569276965,il +17031,60646,0.005419274,156.0,16980.0,27910.523790842,il +17031,60647,0.01694484,156.0,16980.0,87269.87414772,il +17031,60649,0.008911875999999999,156.0,16980.0,45898.23786710799,il +17031,60651,0.012241243,156.0,16980.0,63045.253659619004,il +17031,60652,0.008501949,155.0,16980.0,43787.018304117,il +17031,60653,0.0061909109999999995,156.0,16980.0,31884.634132262996,il +17031,60654,0.0037052129999999997,156.0,16980.0,19082.710264629,il +17031,60655,0.005577474,155.0,16980.0,28725.290651442,il +17031,60656,0.005340271,156.0,16980.0,27503.639933143,il +17031,60657,0.013564547,156.0,16980.0,69860.577589451,il +17031,60659,0.007952219,156.0,16980.0,40955.780717027,il +17031,60660,0.008373182,156.0,16980.0,43123.838251406,il +17031,60661,0.001922025,156.0,16980.0,9898.876581825,il +17031,60706,0.004511898,156.0,16980.0,23237.325972234,il +17031,60707,0.008330001,166.0,16980.0,42901.446040233,il +17031,60712,0.0024279939999999997,156.0,16980.0,12504.734822601999,il +17031,60714,0.005759298,161.0,16980.0,29661.726616434004,il +17031,60803,0.004335497,155.0,16980.0,22328.819720801,il +17031,60804,0.016100202,166.0,16980.0,82919.791647066,il +17031,60805,0.003808034,155.0,16980.0,19612.262371922,il +17031,60827,0.005533519000000001,155.0,16980.0,28498.912159927004,il +17033,62413,0.016851351,179.0,,314.564169117,il +17033,62427,0.086299341,179.0,,1610.949798447,il +17033,62433,0.047336975999999996,179.0,,883.6393309919999,il +17033,62449,0.159219731,179.0,,2972.154718577,il +17033,62451,0.104223051,179.0,,1945.531693017,il +17033,62454,0.566205382,179.0,,10569.355865794001,il +17033,62478,0.019864168,188.0,,370.804424056,il +17035,62420,0.292308637,173.0,,3146.994785942,il +17035,62428,0.172058192,172.0,,1852.378495072,il +17035,62436,0.042784359,172.0,,460.616408994,il +17035,62445,0.079184826,172.0,,852.503836716,il +17035,62447,0.221901663,173.0,,2388.9933038579998,il +17035,62468,0.154318335,173.0,,1661.39119461,il +17035,62469,0.037443987000000005,173.0,,403.12196404200006,il +17037,60111,0.0014272529999999999,171.0,16980.0,149.71455794099998,il +17037,60112,0.041447425,171.0,16980.0,4347.710540225,il +17037,60115,0.43126825700000004,171.0,16980.0,45238.746354529,il +17037,60129,0.002473905,171.0,16980.0,259.505212785,il +17037,60135,0.065710724,171.0,16980.0,6892.857815427999,il +17037,60145,0.025433647,171.0,16980.0,2667.913269359,il +17037,60146,0.025262377000000003,171.0,16980.0,2649.947560169,il +17037,60150,0.016099413,171.0,16980.0,1688.780125461,il +17037,60178,0.21326013100000002,171.0,16980.0,22370.347961507003,il +17037,60520,0.026737205,154.0,16980.0,2804.652592885,il +17037,60548,0.11773885099999999,154.0,16980.0,12350.452253346999,il +17037,60550,0.013834838,171.0,16980.0,1451.233001686,il +17037,60556,0.019305974,171.0,16980.0,2025.138754678,il +17039,61727,0.6244677470000001,172.0,,9765.426627586,il +17039,61735,0.028852876,173.0,,451.201274888,il +17039,61749,0.029297744,172.0,,458.158120672,il +17039,61750,0.009787099,172.0,,153.050654162,il +17039,61777,0.046266285,172.0,,723.51216483,il +17039,61778,0.04391484,175.0,,686.74026792,il +17039,61842,0.17330791199999998,173.0,,2710.1891278559997,il +17039,61882,0.044105497,173.0,,689.721762086,il +17041,61910,0.175997667,173.0,,3425.794588155,il +17041,61911,0.211238857,172.0,,4111.764351505,il +17041,61913,0.060943098,172.0,,1186.25740257,il +17041,61919,0.03924019,173.0,,763.81029835,il +17041,61930,0.031033908,173.0,,604.07501922,il +17041,61941,0.0032908440000000002,173.0,,64.05627846,il +17041,61942,0.043530784,173.0,,847.32671056,il +17041,61943,0.069149379,173.0,,1345.992662235,il +17041,61953,0.252728485,173.0,,4919.359960525,il +17041,61956,0.112846788,173.0,,2196.56272842,il +17043,60101,0.040763335,166.0,16980.0,37621.337901535,il +17043,60103,0.043860917,158.0,16980.0,40480.161378557,il +17043,60106,0.021269364,166.0,16980.0,19629.942692244,il +17043,60108,0.023664272000000004,166.0,16980.0,21840.253578512,il +17043,60126,0.050320101,166.0,16980.0,46441.477935021,il +17043,60137,0.039789364,166.0,16980.0,36722.439612244,il +17043,60139,0.035719891000000004,166.0,16980.0,32966.637521611,il +17043,60143,0.011429866,166.0,16980.0,10548.863358586,il +17043,60148,0.055052747,166.0,16980.0,50809.336313987,il +17043,60157,0.002600721,166.0,16980.0,2400.260026041,il +17043,60172,0.025519702000000002,166.0,16980.0,23552.668889542,il +17043,60181,0.029937394,166.0,16980.0,27629.849607874,il +17043,60184,0.00245,166.0,16980.0,2261.15645,il +17043,60185,0.037554532,166.0,16980.0,34659.866227972,il +17043,60187,0.030880181,166.0,16980.0,28499.967528701,il +17043,60188,0.044282935999999995,166.0,16980.0,40869.65157605599,il +17043,60189,0.03162755,166.0,16980.0,29189.730073549996,il +17043,60190,0.011582666,166.0,16980.0,10689.885687386,il +17043,60191,0.014705194,166.0,16980.0,13571.732351674,il +17043,60502,0.02351459,154.0,16980.0,21702.10891739,il +17043,60504,0.039512869,154.0,16980.0,36467.256570348996,il +17043,60514,0.010507868,163.0,16980.0,9697.932042428,il +17043,60515,0.029693121,163.0,16980.0,27404.404926441,il +17043,60516,0.03042282,163.0,16980.0,28077.859457219998,il +17043,60517,0.033603557,163.0,16980.0,31013.428429997,il +17043,60519,6.55e-05,154.0,16980.0,60.4513255,il +17043,60521,0.019128083,163.0,16980.0,17653.709490443,il +17043,60523,0.010535933,163.0,16980.0,9723.833820293,il +17043,60527,0.029003961,163.0,16980.0,26768.364690081,il +17043,60532,0.029289812000000002,163.0,16980.0,27032.182580852,il +17043,60540,0.046891972000000004,163.0,16980.0,43277.58569021201,il +17043,60555,0.013978613999999999,166.0,16980.0,12901.156411494,il +17043,60559,0.025496834,163.0,16980.0,23531.563532114,il +17043,60561,0.024076936,163.0,16980.0,22221.109850056,il +17043,60563,0.038885037000000004,163.0,16980.0,35887.817233077,il +17043,60565,0.04238177,163.0,16980.0,39115.02555017,il +17045,61917,0.044825580999999996,173.0,,769.251795541,il +17045,61924,0.13127907,173.0,,2252.88012027,il +17045,61932,0.025523256,173.0,,438.00459621600004,il +17045,61933,0.052383720999999994,173.0,,898.957036081,il +17045,61940,0.013837209,173.0,,237.46034364899998,il +17045,61944,0.712732558,173.0,,12231.203427838,il +17045,61949,0.008430233,173.0,,144.67122851300002,il +17045,61955,0.010988372,173.0,,188.571451892,il +17047,62476,0.289564742,179.0,,1851.76652509,il +17047,62806,0.610271353,179.0,,3902.6853024350003,il +17047,62815,0.052267347,179.0,,334.249684065,il +17047,62818,0.047896558,179.0,,306.29848841,il +17049,62401,0.546627737,172.0,,18589.716079896,il +17049,62411,0.12075912400000001,172.0,,4106.776288992,il +17049,62424,0.071386861,172.0,,2427.724368888,il +17049,62426,0.025489051000000002,172.0,,866.8316464080001,il +17049,62443,0.048992701,172.0,,1666.143775608,il +17049,62461,0.019620438,172.0,,667.251855504,il +17049,62467,0.124992701,172.0,,4250.751775608,il +17049,62473,0.042131387,172.0,,1432.804209096,il +17051,62011,0.007715771999999999,172.0,,164.623711392,il +17051,62080,0.109142293,172.0,,2328.659963448,il +17051,62414,0.089404271,172.0,,1907.529526056,il +17051,62418,0.094563072,172.0,,2017.597704192,il +17051,62458,0.088776243,172.0,,1894.129920648,il +17051,62471,0.46487529200000005,172.0,,9918.579230112002,il +17051,62838,0.081464202,172.0,,1738.120213872,il +17051,62880,0.031670554,172.0,,675.722940144,il +17051,62885,0.032388301,172.0,,691.036790136,il +17053,60919,0.035297571,164.0,,457.49181773099997,il +17053,60933,0.022895722,173.0,,296.751452842,il +17053,60936,0.301093417,173.0,,3902.4717777369997,il +17053,60946,0.032655757,164.0,,423.251266477,il +17053,60952,0.050341234000000006,173.0,,652.472733874,il +17053,60957,0.38805313,173.0,,5029.55661793,il +17053,60959,0.077786747,173.0,,1008.194027867,il +17053,60962,0.047332502,173.0,,613.4765584219999,il +17053,61731,0.014236442,175.0,,184.518524762,il +17053,61773,0.030307478,173.0,,392.81522235799997,il +17055,62812,0.268410948,273.0,,10325.500758612,il +17055,62819,0.010042335,273.0,,386.31858511499996,il +17055,62822,0.07608053599999999,273.0,,2926.7421393839995,il +17055,62825,0.004996554,273.0,,192.21243582600002,il +17055,62836,0.019690854,273.0,,757.4874625260001,il +17055,62856,0.009623905,273.0,,370.222001445,il +17055,62860,0.013439008,273.0,,516.985198752,il +17055,62865,0.048661022000000005,273.0,,1871.940855318,il +17055,62874,0.01021463,273.0,,392.94660147,il +17055,62884,0.06685044799999999,273.0,,2571.6698841119996,il +17055,62890,0.068647238,273.0,,2640.790598622,il +17055,62891,0.016072659,273.0,,618.299119071,il +17055,62896,0.29947327,273.0,,11520.43722363,il +17055,62897,0.008910111,273.0,,342.763060059,il +17055,62983,0.034729743,273.0,,1336.0184834670001,il +17055,62999,0.044156739,273.0,,1698.665592591,il +17057,61415,0.052590551,170.0,37900.0,1805.95952134,il +17057,61427,0.061026198,170.0,37900.0,2095.63963932,il +17057,61431,0.008240764,170.0,37900.0,282.98783576,il +17057,61432,0.018318996,170.0,37900.0,629.07432264,il +17057,61433,0.002978925,170.0,37900.0,102.2962845,il +17057,61441,0.027868259,172.0,37900.0,956.99601406,il +17057,61459,0.010718561000000001,172.0,37900.0,368.07538474000006,il +17057,61477,0.01595256,170.0,37900.0,547.8109104,il +17057,61482,0.018680921,172.0,37900.0,641.50282714,il +17057,61484,0.023163227999999998,172.0,37900.0,795.42524952,il +17057,61501,0.042707202,172.0,37900.0,1466.56531668,il +17057,61519,0.006403296,170.0,37900.0,219.88918464,il +17057,61520,0.467886077,170.0,37900.0,16067.207884180001,il +17057,61524,0.0106072,170.0,37900.0,364.25124800000003,il +17057,61531,0.092847796,170.0,37900.0,3188.39331464,il +17057,61542,0.101005039,170.0,37900.0,3468.5130392600004,il +17057,61543,0.004231744,170.0,37900.0,145.31808896,il +17057,61544,0.016425847,170.0,37900.0,564.06358598,il +17057,61553,0.0038976590000000004,170.0,37900.0,133.84561006,il +17057,61563,0.014449176999999999,170.0,37900.0,496.18473817999995,il +17059,62867,0.09658331699999999,179.0,,466.3042544759999,il +17059,62871,0.110517274,179.0,,533.577398872,il +17059,62934,0.172170262,179.0,,831.238024936,il +17059,62954,0.09066615800000001,179.0,,437.73621082400007,il +17059,62979,0.21645352199999998,179.0,,1045.0376042159999,il +17059,62984,0.313609467,179.0,,1514.106506676,il +17061,62016,0.271524647,172.0,,3521.403146943,il +17061,62027,0.036508757999999995,172.0,,473.4820825019999,il +17061,62044,0.154755746,172.0,,2007.027269874,il +17061,62050,0.026162146,172.0,,339.296871474,il +17061,62054,0.057719310999999995,273.0,,748.5617443589999,il +17061,62078,0.005764541,172.0,,74.760332229,il +17061,62081,0.026162146,172.0,,339.296871474,il +17061,62082,0.202941394,172.0,,2631.946938786,il +17061,62092,0.216687606,172.0,,2810.221562214,il +17061,62098,0.001773705,172.0,,23.003180144999998,il +17063,60407,0.032722993,164.0,16980.0,1670.639684622,il +17063,60416,0.176812209,164.0,16980.0,9026.970518286,il +17063,60424,0.047560245999999994,164.0,16980.0,2428.1407992839995,il +17063,60437,0.003530842,170.0,16980.0,180.263607468,il +17063,60444,0.033205347999999996,164.0,16980.0,1695.2658367919998,il +17063,60447,0.27436377300000003,164.0,16980.0,14007.368066742001,il +17063,60450,0.394759691,164.0,16980.0,20154.061264314,il +17063,60474,0.019024098,164.0,16980.0,971.256299292,il +17063,60479,0.018020799,164.0,16980.0,920.033872146,il +17065,62817,0.060220415,179.0,,488.74888814,il +17065,62828,0.17501968,179.0,,1420.45972288,il +17065,62829,0.0,179.0,,0.0,il +17065,62859,0.764759906,179.0,,6206.791397096,il +17067,61450,0.099682044,172.0,,1765.169635152,il +17067,62313,0.021085512999999997,172.0,,373.38226420399997,il +17067,62316,0.030401071,172.0,,538.342165268,il +17067,62321,0.214480951,172.0,,3798.0286803080003,il +17067,62330,0.097394991,172.0,,1724.670500628,il +17067,62334,0.007697886,172.0,,136.314165288,il +17067,62336,0.001004072,172.0,,17.780106976,il +17067,62341,0.19267027399999997,172.0,,3411.8052119919994,il +17067,62354,0.088804596,172.0,,1572.551785968,il +17067,62358,0.049311095,172.0,,873.20087026,il +17067,62367,0.05762258,172.0,,1020.38064664,il +17067,62373,0.016399844,172.0,,290.408437552,il +17067,62379,0.096223573,172.0,,1703.927030684,il +17067,62380,0.027221508999999998,172.0,,482.038481372,il +17069,62919,0.269329237,179.0,,1029.107014577,il +17069,62931,0.369943676,179.0,,1413.554785996,il +17069,62947,0.11495135699999999,179.0,,439.229135097,il +17069,62982,0.24577573,179.0,,939.10906433,il +17071,61418,0.087012362,191.0,,578.284157852,il +17071,61425,0.06020228,191.0,,400.10435287999996,il +17071,61437,0.156044309,191.0,,1037.0704776139999,il +17071,61454,0.080269706,191.0,,533.4724660759999,il +17071,61460,0.05169369099999999,191.0,,343.55627038599994,il +17071,61469,0.360892599,170.0,,2398.492212954,il +17071,61471,0.009632365,172.0,,64.01669779000001,il +17071,61480,0.19425268899999998,191.0,,1291.003371094,il +17073,61234,0.026470834,191.0,19340.0,1294.767903442,il +17073,61235,0.031735751,191.0,19340.0,1552.290788663,il +17073,61238,0.073834197,191.0,19340.0,3611.4520778610004,il +17073,61241,0.142633294,191.0,19340.0,6976.6223094219995,il +17073,61254,0.22990138699999998,191.0,19340.0,11245.166542330999,il +17073,61258,0.004930637,171.0,19340.0,241.172247581,il +17073,61262,0.02346231,191.0,19340.0,1147.61196903,il +17073,61273,0.067754471,191.0,19340.0,3314.0744400229996,il +17073,61274,0.004199398,191.0,19340.0,205.405154374,il +17073,61413,0.018928631,170.0,19340.0,925.8561281030001,il +17073,61419,0.002381748,170.0,19340.0,116.498439924,il +17073,61434,0.06292829700000001,170.0,19340.0,3078.0117911610005,il +17073,61443,0.285454621,170.0,19340.0,13962.441876973002,il +17073,61468,0.001692295,191.0,19340.0,82.775225335,il +17073,61490,0.023692128,170.0,19340.0,1158.8530568639999,il +17075,60911,0.049171084000000004,164.0,,1333.2247715760002,il +17075,60912,0.01958573,164.0,,531.04748322,il +17075,60918,0.029209428,173.0,,791.984430792,il +17075,60924,0.055824969,173.0,,1513.638209466,il +17075,60926,0.00131574,173.0,,35.67497436,il +17075,60927,0.079169956,164.0,,2146.614186984,il +17075,60928,0.029134242999999997,173.0,,789.9458647019999,il +17075,60930,0.034773129,173.0,,942.838619706,il +17075,60931,0.020187211,173.0,,547.356039054,il +17075,60938,0.073643848,173.0,,1996.7792946719999,il +17075,60945,0.006578699999999999,173.0,,178.37487179999997,il +17075,60948,0.056238487000000004,173.0,,1524.8503365180002,il +17075,60951,0.031013872,164.0,,840.910125408,il +17075,60953,0.09206420800000001,173.0,,2496.2289357120003,il +17075,60955,0.060674411,173.0,,1645.125979854,il +17075,60966,0.061125522,173.0,,1657.357403508,il +17075,60968,0.012593512,173.0,,341.460484368,il +17075,60970,0.261193188,173.0,,7081.992099432001,il +17075,60973,0.015450547,173.0,,418.926131358,il +17075,60974,0.011052216,173.0,,299.669784624,il +17077,62901,0.427885949,273.0,16060.0,24282.527605749998,il +17077,62902,0.07455403,273.0,16060.0,4230.941202499999,il +17077,62903,0.052406522000000004,273.0,16060.0,2974.0701235,il +17077,62907,0.032560265,263.0,16060.0,1847.7950387499998,il +17077,62916,0.016206688,273.0,16060.0,919.729544,il +17077,62924,0.048114116,273.0,16060.0,2730.476083,il +17077,62927,0.006250918,273.0,16060.0,354.7395965,il +17077,62932,0.02444876,273.0,16060.0,1387.46713,il +17077,62940,0.0055491180000000005,263.0,16060.0,314.91244650000004,il +17077,62942,0.009107081999999999,263.0,16060.0,516.8269035,il +17077,62950,0.0033294709999999996,263.0,16060.0,188.94747925,il +17077,62958,0.035024726,273.0,16060.0,1987.6532005,il +17077,62966,0.249057466,263.0,16060.0,14134.011195500001,il +17077,62975,0.005304304,263.0,16060.0,301.019252,il +17077,62994,0.010200584,263.0,16060.0,578.883142,il +17079,62432,0.048471463,173.0,,465.81075943,il +17079,62448,0.646867372,172.0,,6216.39544492,il +17079,62459,0.039637336,179.0,,380.91479896000004,il +17079,62475,0.051726142,179.0,,497.08822462,il +17079,62479,0.108683018,172.0,,1044.44380298,il +17079,62480,0.054632105,179.0,,525.01452905,il +17079,62481,0.04998256400000001,173.0,,480.33244004000005,il +17081,62810,0.022085695,273.0,,832.27733038,il +17081,62814,0.051506805999999995,273.0,,1940.9824773039998,il +17081,62816,0.031725015,273.0,,1195.5254652600001,il +17081,62830,0.032969652,273.0,,1242.428365968,il +17081,62846,0.071606377,273.0,,2698.414710868,il +17081,62864,0.624596155,273.0,,23537.28150502,il +17081,62872,0.028255918999999997,273.0,,1064.7960515959999,il +17081,62883,0.023807002,273.0,,897.1430633680001,il +17081,62889,0.024839786000000003,273.0,,936.0624956240001,il +17081,62894,0.028097029,273.0,,1058.808440836,il +17081,62898,0.060510565999999995,273.0,,2280.280169144,il +17083,62022,0.059772189,273.0,41180.0,1301.4198710970002,il +17083,62028,0.072121349,273.0,41180.0,1570.298131777,il +17083,62030,0.00840194,273.0,41180.0,182.93543962,il +17083,62031,0.04223525400000001,273.0,41180.0,919.5881853420002,il +17083,62037,0.124337431,273.0,41180.0,2707.198885163,il +17083,62052,0.693131837,273.0,41180.0,15091.559487001,il +17085,61001,0.048144897,171.0,,1022.356887795,il +17085,61025,0.214619045,193.0,,4557.4354205750005,il +17085,61028,0.094765051,193.0,,2012.335857985,il +17085,61036,0.305872568,193.0,,6495.20398148,il +17085,61041,0.044309939000000007,193.0,,940.9215546650001,il +17085,61059,0.009795315,171.0,,208.00351402500002,il +17085,61075,0.045834680999999995,193.0,,973.299451035,il +17085,61085,0.167675461,171.0,,3560.588414335,il +17085,61087,0.068983043,171.0,,1464.8549181049998,il +17087,62912,0.10415693599999999,263.0,16060.0,1293.3166743119998,il +17087,62923,0.037443562,263.0,16060.0,464.936709354,il +17087,62939,0.24217655300000002,208.0,16060.0,3007.1062586010003,il +17087,62967,0.018449323,179.0,16060.0,229.085243691,il +17087,62972,0.080881208,179.0,16060.0,1004.301959736,il +17087,62985,0.055425813,208.0,16060.0,688.222320021,il +17087,62995,0.461466604,208.0,16060.0,5730.030821868,il +17089,60109,0.001090728,158.0,16980.0,580.706859384,il +17089,60110,0.07553101,158.0,16980.0,40212.93631703,il +17089,60118,0.03040981,158.0,16980.0,16190.274073429999,il +17089,60119,0.019675355,166.0,16980.0,10475.218028064999,il +17089,60120,0.097785322,158.0,16980.0,52061.198788766,il +17089,60123,0.094002339,158.0,16980.0,50047.127290617005,il +17089,60124,0.042895576,158.0,16980.0,22837.733349128,il +17089,60134,0.056458628,166.0,16980.0,30058.742923084,il +17089,60136,0.014866933,158.0,16980.0,7915.199729999001,il +17089,60140,0.033872104,158.0,16980.0,18033.609785912002,il +17089,60144,0.0001325,166.0,16980.0,70.5433975,il +17089,60151,0.0077272719999999994,171.0,16980.0,4114.022794615999,il +17089,60174,0.060306902,166.0,16980.0,32107.575545506003,il +17089,60175,0.049416902,166.0,16980.0,26309.706875506,il +17089,60177,0.044376125,158.0,16980.0,23625.982078375,il +17089,60505,0.148227663,154.0,16980.0,78916.85246418901,il +17089,60506,0.104110778,154.0,16980.0,55428.890539534,il +17089,60510,0.056712107000000005,166.0,16980.0,30193.695903121003,il +17089,60511,0.003710012,154.0,16980.0,1975.2215188359999,il +17089,60539,0.0005242409999999999,154.0,16980.0,279.10748112299996,il +17089,60542,0.034805367999999996,166.0,16980.0,18530.482339304,il +17089,60554,0.023362322999999997,154.0,16980.0,12438.170852168998,il +17091,60901,0.315058648,164.0,28100.0,34612.973186576,il +17091,60910,0.005953543,164.0,28100.0,654.0681410660001,il +17091,60913,0.012501553,164.0,28100.0,1373.445615686,il +17091,60914,0.265904211,164.0,28100.0,29212.768428882002,il +17091,60915,0.089800011,164.0,28100.0,9865.608808482,il +17091,60917,0.004693628,164.0,28100.0,515.651359336,il +17091,60922,0.021196742,164.0,28100.0,2328.716469604,il +17091,60935,0.010735897,164.0,28100.0,1179.467116214,il +17091,60940,0.03045978,164.0,28100.0,3346.37235036,il +17091,60941,0.01934236,164.0,28100.0,2124.99035432,il +17091,60950,0.104723795,164.0,28100.0,11505.16556629,il +17091,60954,0.051869465999999996,164.0,28100.0,5698.483273692,il +17091,60958,0.015828793,164.0,28100.0,1738.982856566,il +17091,60961,0.006432666,164.0,28100.0,706.7055520920001,il +17091,60964,0.044984295,164.0,28100.0,4942.06461729,il +17091,60969,0.000514613,164.0,28100.0,56.536413406,il +17093,60512,0.010610935,154.0,16980.0,1368.70450565,il +17093,60536,0.001039585,164.0,16980.0,134.09606915,il +17093,60538,0.25497611600000003,154.0,16980.0,32889.369202840004,il +17093,60541,0.032800695,164.0,16980.0,4230.96164805,il +17093,60543,0.35871951799999996,154.0,16980.0,46271.23062682,il +17093,60545,0.118826345,154.0,16980.0,15327.41024155,il +17093,60560,0.223026805,154.0,16980.0,28768.22757695,il +17095,61401,0.65870781,170.0,,32737.11944919,il +17095,61410,0.076107787,170.0,,3782.480906113,il +17095,61414,0.018322968999999998,170.0,,910.6332363309999,il +17095,61428,0.019985138,170.0,,993.241373462,il +17095,61430,0.013238686999999999,170.0,,657.949505213,il +17095,61436,0.012710704,170.0,,631.7092780959999,il +17095,61439,0.004732293,170.0,,235.190229807,il +17095,61448,0.075032266,170.0,,3729.028587934,il +17095,61458,0.013082248000000001,170.0,,650.1746433520001,il +17095,61467,0.022879267999999998,170.0,,1137.0767403319999,il +17095,61472,0.010109899,170.0,,502.451870401,il +17095,61474,0.00571004,170.0,,283.78327796,il +17095,61485,0.008741054,170.0,,434.421642746,il +17095,61488,0.020337127,170.0,,1010.734874773,il +17095,61489,0.017012789,170.0,,845.518600511,il +17095,61572,0.023289921,170.0,,1157.485783779,il +17097,60002,0.03300044,451.0,16980.0,22985.9614754,il +17097,60010,0.063196679,158.0,16980.0,44018.698807265006,il +17097,60015,0.037643484,161.0,16980.0,26220.00412794,il +17097,60020,0.013475248,158.0,16980.0,9385.98186568,il +17097,60030,0.050485216,451.0,16980.0,35164.71992656,il +17097,60031,0.050972009000000006,451.0,16980.0,35503.788288815005,il +17097,60035,0.04077267,161.0,16980.0,28399.591698449996,il +17097,60040,0.007358114,161.0,16980.0,5125.18393499,il +17097,60041,0.012199988,158.0,16980.0,8497.71864158,il +17097,60044,0.013716588,161.0,16980.0,9554.08362258,il +17097,60045,0.028975828999999998,161.0,16980.0,20182.679052515,il +17097,60046,0.048385835999999995,451.0,16980.0,33702.42827826,il +17097,60047,0.05846587599999999,158.0,16980.0,40723.52893966,il +17097,60048,0.039845707,451.0,16980.0,27753.929525245,il +17097,60060,0.051021374,451.0,16980.0,35538.17273909,il +17097,60061,0.037029165,451.0,16980.0,25792.109443275003,il +17097,60064,0.021535441000000002,451.0,16980.0,15000.188396935002,il +17097,60069,0.011225031000000002,161.0,16980.0,7818.626967585001,il +17097,60073,0.084614193,451.0,16980.0,58936.746921255006,il +17097,60083,0.013698762,451.0,16980.0,9541.667189669999,il +17097,60084,0.022779162000000002,158.0,16980.0,15866.483603670002,il +17097,60085,0.097152879,451.0,16980.0,67670.380574265,il +17097,60087,0.036582138,451.0,16980.0,25480.73949183,il +17097,60088,0.017362735,451.0,16980.0,12093.752623225,il +17097,60089,0.056758672999999996,161.0,16980.0,39534.402298055,il +17097,60096,0.009328596,451.0,16980.0,6497.69361486,il +17097,60099,0.042418167,451.0,16980.0,29545.737951345,il +17099,60470,0.004455361,170.0,,484.15962450899997,il +17099,60518,0.031761257,171.0,,3451.464036933,il +17099,60531,0.015768571999999998,154.0,,1713.5549506679997,il +17099,60537,0.005800038,154.0,,630.284329422,il +17099,60549,0.0020797660000000003,170.0,,226.00609145400003,il +17099,60551,0.049304802,154.0,,5357.9035285380005,il +17099,60552,0.039452806,154.0,,4287.296975214,il +17099,60557,0.0014074279999999998,170.0,,152.94379333199998,il +17099,61301,0.09043397199999999,170.0,,9827.369303267998,il +17099,61316,0.0026803879999999997,170.0,,291.27508357199997,il +17099,61321,0.002223198,170.0,,241.592703462,il +17099,61325,0.008695574000000001,170.0,,944.9393310060001,il +17099,61332,0.0006902669999999999,170.0,,75.010624623,il +17099,61334,0.0065620209999999995,170.0,,713.0882600489999,il +17099,61341,0.071707112,170.0,,7792.340153928,il +17099,61342,0.078555997,171.0,,8536.601637993,il +17099,61348,0.040187896,170.0,,4367.178470424,il +17099,61350,0.21366908399999998,170.0,,23219.205689196,il +17099,61354,0.09492519099999999,170.0,,10315.425580779,il +17099,61358,0.0027969270000000003,170.0,,303.93926016300003,il +17099,61360,0.032971466,164.0,,3582.976238754,il +17099,61364,0.17080976399999998,170.0,,18561.726244116,il +17099,61370,0.012487561999999999,170.0,,1357.010874978,il +17099,61372,0.001443286,171.0,,156.840446334,il +17099,61373,0.019130263,170.0,,2078.8665499470003,il +17101,62417,0.202543367,179.0,,3175.474907826,il +17101,62439,0.442372986,179.0,,6935.523674508,il +17101,62460,0.071238965,179.0,,1116.8844932700001,il +17101,62466,0.283844682,179.0,,4450.116924396,il +17103,60530,0.013690106,171.0,,466.777854176,il +17103,60553,0.019828025,171.0,,676.0563404,il +17103,61006,0.053883578,171.0,,1837.214475488,il +17103,61021,0.6514397239999999,171.0,,22211.488829503996,il +17103,61031,0.043587713,171.0,,1486.166662448,il +17103,61042,0.017112632,171.0,,583.472300672,il +17103,61057,0.003139673,171.0,,107.050290608,il +17103,61310,0.106013464,171.0,,3614.635068544,il +17103,61318,0.023901113999999998,171.0,,814.9323829439999,il +17103,61324,0.002602252,171.0,,88.72638419200001,il +17103,61331,0.000509136,171.0,,17.359501056,il +17103,61353,0.033970696,171.0,,1158.264850816,il +17103,61367,0.020902868,171.0,,712.7041873280001,il +17103,61378,0.009419019,171.0,,321.15087182400003,il +17105,60420,0.133841404,170.0,,4771.178369792,il +17105,60460,0.037076183,175.0,,1321.691771584,il +17105,60920,0.0055350040000000005,170.0,,197.31182259200003,il +17105,60921,0.042193975,175.0,,1504.1308208,il +17105,60929,0.022334715,175.0,,796.1879203200001,il +17105,60934,0.007203849,175.0,,256.802809152,il +17105,61311,0.005674074,170.0,,202.269389952,il +17105,61313,0.005813145,170.0,,207.22699296,il +17105,61319,0.039885406,170.0,,1421.834953088,il +17105,61333,0.008983951,170.0,,320.259885248,il +17105,61739,0.127305093,175.0,,4538.171955264001,il +17105,61740,0.042722443,175.0,,1522.969648064,il +17105,61741,0.047367396,175.0,,1688.552932608,il +17105,61743,0.005701889,175.0,,203.26093907199999,il +17105,61744,0.051873279,175.0,,1849.178649792,il +17105,61764,0.390120435,175.0,,13907.01326688,il +17105,61769,0.01727255,175.0,,615.7318624000001,il +17105,61775,0.009095208,173.0,,324.225974784,il +17107,61723,0.08911707099999999,175.0,,2550.3523378779996,il +17107,61751,0.002850373,172.0,,81.57197451399999,il +17107,62512,0.01531646,172.0,,438.32645228,il +17107,62518,0.006044164,172.0,,172.97188535200002,il +17107,62519,0.002094852,172.0,,59.950474535999994,il +17107,62541,0.001270648,172.0,,36.363404464000006,il +17107,62543,0.018235516,172.0,,521.863996888,il +17107,62548,0.08633538199999999,172.0,,2470.7459620759996,il +17107,62634,0.026614925,172.0,,761.6659236500001,il +17107,62635,0.024210996000000002,172.0,,692.8702835280001,il +17107,62643,0.019265771,172.0,,551.347834478,il +17107,62656,0.670867818,172.0,,19198.895215523997,il +17107,62666,0.021051547,172.0,,602.453172046,il +17107,62671,0.016724475,172.0,,478.62102554999996,il +17109,61411,0.014439023999999998,172.0,,428.57911036799993,il +17109,61416,0.009560976,172.0,,283.788889632,il +17109,61420,0.036455285,172.0,,1082.06576937,il +17109,61422,0.102894309,172.0,,3054.1088797380003,il +17109,61438,0.029821137999999997,172.0,,885.1510181159999,il +17109,61440,0.022439024,172.0,,666.035110368,il +17109,61455,0.673105691,172.0,,19979.123120262,il +17109,61470,0.017463415,172.0,,518.34908403,il +17109,61475,0.006601626,172.0,,195.94946293200002,il +17109,62326,0.076,172.0,,2255.832,il +17109,62374,0.011219512,172.0,,333.017555184,il +17111,60012,0.032930047000000004,158.0,16980.0,10135.012285378001,il +17111,60013,0.077613097,158.0,16980.0,23887.293316078,il +17111,60014,0.145576772,158.0,16980.0,44804.745425527995,il +17111,60021,0.016672376000000003,158.0,16980.0,5131.323851024001,il +17111,60033,0.041112974,171.0,16980.0,12653.504459876,il +17111,60034,0.006241623000000001,171.0,16980.0,1921.0092772020002,il +17111,60042,0.025303066000000003,158.0,16980.0,7787.625835084001,il +17111,60050,0.098363415,158.0,16980.0,30273.70168821,il +17111,60051,0.070013162,158.0,16980.0,21548.230921388,il +17111,60071,0.010761316000000002,158.0,16980.0,3312.0532705840005,il +17111,60072,0.0030682220000000002,158.0,16980.0,944.3189578280001,il +17111,60081,0.029029408,158.0,16980.0,8934.497017792,il +17111,60097,0.032533372000000005,158.0,16980.0,10012.926033928,il +17111,60098,0.097744361,171.0,16980.0,30083.172962414,il +17111,60102,0.09838445,158.0,16980.0,30280.1757143,il +17111,60142,0.08450683099999999,158.0,16980.0,26009.005404194,il +17111,60152,0.037098141,171.0,16980.0,11417.843248134,il +17111,60156,0.086805743,158.0,16980.0,26716.550746082,il +17111,60180,0.006241623000000001,171.0,16980.0,1921.0092772020002,il +17113,61701,0.20796089899999998,175.0,14010.0,35668.829513783,il +17113,61704,0.216219358,175.0,14010.0,37085.295626086,il +17113,61705,0.07538386400000001,175.0,14010.0,12929.614201688002,il +17113,61720,0.001168156,173.0,14010.0,200.358612652,il +17113,61722,0.002778004,175.0,14010.0,476.47491206800004,il +17113,61724,0.002870991,173.0,14010.0,492.423763347,il +17113,61725,0.009897365,175.0,14010.0,1697.566352705,il +17113,61726,0.014105053000000001,175.0,14010.0,2419.2563754010002,il +17113,61728,0.007619169,175.0,14010.0,1306.817009373,il +17113,61730,0.001749329,175.0,14010.0,300.039662093,il +17113,61732,0.011954715,175.0,14010.0,2050.4368526549997,il +17113,61736,0.010170516,175.0,14010.0,1744.4163927719999,il +17113,61737,0.00276638,175.0,14010.0,474.48119846000003,il +17113,61745,0.026815292,175.0,14010.0,4599.278437964,il +17113,61748,0.015807888,175.0,14010.0,2711.321526096,il +17113,61752,0.025507653999999998,175.0,14010.0,4374.996291118,il +17113,61753,0.01777225,175.0,14010.0,3048.24300325,il +17113,61754,0.006177861999999999,175.0,14010.0,1059.6083566539999,il +17113,61761,0.32093499,175.0,14010.0,55045.80667983,il +17113,61770,0.006613740999999999,173.0,14010.0,1134.3690150969999,il +17113,61772,0.00138319,175.0,14010.0,237.24059923000002,il +17113,61774,0.00650913,175.0,14010.0,1116.42645021,il +17113,61776,0.007834203,175.0,14010.0,1343.698995951,il +17115,61756,0.022635172999999998,172.0,19500.0,2354.261708557,il +17115,62501,0.026856402999999997,172.0,19500.0,2793.307619627,il +17115,62513,0.016575363,172.0,19500.0,1723.986930267,il +17115,62514,0.001697873,172.0,19500.0,176.594072857,il +17115,62521,0.333280177,172.0,19500.0,34664.137929593,il +17115,62522,0.14315597900000002,172.0,19500.0,14889.510219811002,il +17115,62523,0.013498555,172.0,19500.0,1403.971206995,il +17115,62526,0.303018648,172.0,19500.0,31516.666559832,il +17115,62532,0.001031856,172.0,19500.0,107.322310704,il +17115,62535,0.028169675,172.0,19500.0,2929.899727075,il +17115,62537,0.0007129189999999999,172.0,19500.0,74.14999227099999,il +17115,62544,0.014980676000000002,172.0,19500.0,1558.1251300840001,il +17115,62549,0.058759520999999995,172.0,19500.0,6111.519019689,il +17115,62551,0.005393794,172.0,19500.0,561.003120146,il +17115,62554,0.01229785,172.0,19500.0,1279.0870806500002,il +17115,62573,0.017935536999999998,172.0,19500.0,1865.4572678329998,il +17117,62009,0.03577627,172.0,41180.0,1607.28470602,il +17117,62012,0.126735563,273.0,41180.0,5693.721903338,il +17117,62014,0.08147286200000001,273.0,41180.0,3660.2497982120003,il +17117,62023,0.00230751,172.0,41180.0,103.66719426,il +17117,62033,0.089046229,172.0,41180.0,4000.490884054,il +17117,62063,0.021339538999999998,273.0,41180.0,958.7001291139999,il +17117,62069,0.060902492999999995,172.0,41180.0,2736.105400518,il +17117,62074,0.026289839,273.0,41180.0,1181.097306914,il +17117,62079,0.004812244,273.0,41180.0,216.19487394400002,il +17117,62085,0.003786683,172.0,41180.0,170.120520458,il +17117,62088,0.129555854,273.0,41180.0,5820.426296804,il +17117,62093,0.009407542,172.0,41180.0,422.64323189199996,il +17117,62626,0.152059009,172.0,41180.0,6831.403038334,il +17117,62630,0.007198643,172.0,41180.0,323.406235418,il +17117,62640,0.070665036,172.0,41180.0,3174.697407336,il +17117,62649,0.011912275,172.0,41180.0,535.17086665,il +17117,62667,0.008776428000000001,172.0,41180.0,394.28980432800006,il +17117,62672,0.004023351,172.0,41180.0,180.753067026,il +17117,62674,0.027571789,172.0,41180.0,1238.690192614,il +17117,62685,0.047649101,172.0,41180.0,2140.683511526,il +17117,62690,0.078711739,172.0,41180.0,3536.203586314,il +17119,62001,0.0066861740000000005,273.0,41180.0,1758.2364320840002,il +17119,62002,0.115626885,273.0,41180.0,30405.93944091,il +17119,62010,0.04228,273.0,41180.0,11118.20248,il +17119,62018,0.011295018,273.0,41180.0,2970.205703388,il +17119,62021,0.0034249890000000002,273.0,41180.0,900.655657374,il +17119,62024,0.036915425,273.0,41180.0,9707.50165055,il +17119,62025,0.12774092199999998,273.0,41180.0,33591.519294652,il +17119,62034,0.050879701,273.0,41180.0,13379.631453166,il +17119,62035,0.06150089,273.0,41180.0,16172.64303974,il +17119,62040,0.15802229199999998,273.0,41180.0,41554.49003807199,il +17119,62046,0.0028628440000000002,273.0,41180.0,752.8306353040001,il +17119,62048,0.006809027,273.0,41180.0,1790.5425940819998,il +17119,62058,0.00281817,273.0,41180.0,741.08289222,il +17119,62060,0.017072826,273.0,41180.0,4489.572761916,il +17119,62061,0.006220821999999999,273.0,41180.0,1635.8646780519998,il +17119,62062,0.029812296000000002,273.0,41180.0,7839.620229936,il +17119,62067,0.010256353000000001,273.0,41180.0,2697.0721229980004,il +17119,62084,0.0054502,273.0,41180.0,1433.2172931999999,il +17119,62087,0.008085951999999999,273.0,41180.0,2126.3304536319997,il +17119,62090,0.004813599,273.0,41180.0,1265.812874634,il +17119,62095,0.038922022,273.0,41180.0,10235.168437252,il +17119,62097,0.011406703,273.0,41180.0,2999.5750610980003,il +17119,62234,0.12071597199999999,273.0,41180.0,31744.196292951998,il +17119,62249,0.057729679000000006,273.0,41180.0,15180.942767914,il +17119,62281,0.010096272,273.0,41180.0,2654.976262752,il +17119,62294,0.052554967,273.0,41180.0,13820.169452122,il +17121,62801,0.477732974,273.0,,17774.05529767,il +17121,62807,0.015639272,273.0,,581.85911476,il +17121,62849,0.046784147000000005,273.0,,1740.6041891350003,il +17121,62853,0.021988549,273.0,,818.083965545,il +17121,62854,0.038229331,273.0,,1422.3222598549999,il +17121,62870,0.046561365,273.0,,1732.315584825,il +17121,62875,0.027914541,273.0,,1038.5604979050001,il +17121,62881,0.241539867,273.0,,8986.490751735,il +17121,62882,0.05317798,273.0,,1978.4867459,il +17121,62892,0.008332034,273.0,,309.99332497,il +17121,62893,0.02209994,273.0,,822.2282677,il +17123,61369,0.144856543,170.0,37900.0,1656.869138834,il +17123,61375,0.101207138,170.0,37900.0,1157.6072444440001,il +17123,61377,0.12430021,170.0,37900.0,1421.74580198,il +17123,61424,0.011808957,170.0,37900.0,135.070850166,il +17123,61537,0.24090272899999998,170.0,37900.0,2755.445414302,il +17123,61540,0.242302309,170.0,37900.0,2771.453810342,il +17123,61541,0.007960112,170.0,37900.0,91.047761056,il +17123,61565,0.126662001,170.0,37900.0,1448.7599674379999,il +17125,61532,0.041240409,170.0,,550.9306238309999,il +17125,61546,0.240856777,170.0,,3217.605683943,il +17125,61567,0.034526853999999996,172.0,,461.2442425859999,il +17125,62617,0.042774936,172.0,,571.430370024,il +17125,62633,0.036189257999999995,172.0,,483.45229762199995,il +17125,62644,0.316240409,172.0,,4224.655623831,il +17125,62655,0.029411765,172.0,,392.911768635,il +17125,62664,0.195716113,172.0,,2614.571553567,il +17125,62682,0.063043478,170.0,,842.197822602,il +17127,62908,0.035095167000000003,208.0,,483.330639924,il +17127,62910,0.16733885199999998,208.0,,2304.5906697439996,il +17127,62953,0.022146749,208.0,,305.005027228,il +17127,62960,0.7754192320000001,208.0,,10679.073663104002,il +17129,62613,0.315883596,172.0,44100.0,3852.5163368159997,il +17129,62642,0.120224354,172.0,44100.0,1466.2562213840001,il +17129,62673,0.03788002,172.0,44100.0,461.98472392,il +17129,62675,0.47707689799999997,172.0,44100.0,5818.429848008,il +17129,62688,0.048935132,172.0,44100.0,596.812869872,il +17131,61231,0.353208212,191.0,19340.0,5452.475168644,il +17131,61260,0.071956095,191.0,19340.0,1110.786238515,il +17131,61263,0.050342164,191.0,19340.0,777.131985668,il +17131,61272,0.081170811,191.0,19340.0,1253.033809407,il +17131,61276,0.0074530790000000005,191.0,19340.0,115.05318052300001,il +17131,61281,0.16220611199999999,191.0,19340.0,2503.9757509439996,il +17131,61442,0.04797073,191.0,19340.0,740.5241590100001,il +17131,61465,0.078663866,170.0,19340.0,1214.334099442,il +17131,61466,0.022088217,170.0,19340.0,340.975805829,il +17131,61476,0.025408225,191.0,19340.0,392.226769325,il +17131,61486,0.099532489,191.0,19340.0,1536.483032693,il +17133,62236,0.41428012200000003,273.0,41180.0,14349.420585714,il +17133,62244,0.027012377,273.0,41180.0,935.627702149,il +17133,62248,0.011774626000000002,273.0,41180.0,407.83772076200006,il +17133,62279,0.000210799,273.0,41180.0,7.301444963000001,il +17133,62295,0.046586563,273.0,41180.0,1613.618782631,il +17133,62298,0.500135514,273.0,41180.0,17323.193798418,il +17135,62015,0.021413637000000003,172.0,,608.447081718,il +17135,62017,0.03024887,172.0,,859.49139218,il +17135,62019,0.01325285,172.0,,376.5664799,il +17135,62032,0.024684697000000002,172.0,,701.390980558,il +17135,62049,0.301679369,172.0,,8571.917590766,il +17135,62051,0.019727524,172.0,,560.537866936,il +17135,62056,0.289134687,172.0,,8215.472996418,il +17135,62075,0.123490929,172.0,,3508.871256606,il +17135,62076,0.0037768940000000003,172.0,,107.31666611600001,il +17135,62077,0.008093343000000001,172.0,,229.96424800200003,il +17135,62089,0.016894853999999997,172.0,,480.05038155599993,il +17135,62091,0.01281446,172.0,,364.11006643999997,il +17135,62094,0.038713158,172.0,,1099.9956714119999,il +17135,62533,0.026235921000000002,172.0,,745.467459294,il +17135,62538,0.012106293,172.0,,343.98820930200003,il +17135,62560,0.040331827,172.0,,1145.988532378,il +17135,62572,0.017400688,172.0,,494.42314883200004,il +17137,62601,0.010245842,172.0,,344.854550036,il +17137,62628,0.022233187,172.0,,748.3246080460001,il +17137,62631,0.007923838,172.0,,266.70053940400004,il +17137,62638,0.039590166,172.0,,1332.525807228,il +17137,62650,0.776391025,172.0,,26131.76911945,il +17137,62665,0.039445041,172.0,,1327.641189978,il +17137,62668,0.036310336,172.0,,1222.1332890879999,il +17137,62692,0.061591152999999996,172.0,,2073.035027674,il +17137,62695,0.006269411,172.0,,211.015835438,il +17139,61914,0.13827700699999998,172.0,,2005.1548785069997,il +17139,61925,0.05054315,172.0,,732.9262181500001,il +17139,61928,0.050165963,172.0,,727.456629463,il +17139,61937,0.16083283,172.0,,2332.23686783,il +17139,61951,0.60018105,172.0,,8703.22540605,il +17141,60113,0.006834402,171.0,,346.114620486,il +17141,61007,0.010221362,171.0,,517.640435766,il +17141,61010,0.157352526,171.0,,7968.803974218,il +17141,61015,0.022317648,171.0,,1130.2326476639998,il +17141,61020,0.063122455,171.0,,3196.7104885649997,il +17141,61030,0.046409419,171.0,,2350.312206417,il +17141,61043,0.001532196,171.0,,77.595002028,il +17141,61047,0.037075118,171.0,,1877.5952008739998,il +17141,61049,0.011289867,171.0,,571.7527344810001,il +17141,61052,0.016551752,171.0,,838.230376536,il +17141,61054,0.074069594,171.0,,3751.106448942,il +17141,61061,0.128664167,171.0,,6515.939409381,il +17141,61064,0.073384138,171.0,,3716.3929007340002,il +17141,61068,0.288073062,171.0,,14588.884078866,il +17141,61084,0.062195073,171.0,,3149.7450819389996,il +17141,61091,0.000907221,171.0,,45.944393103,il +17143,61451,0.001790564,170.0,37900.0,320.831466956,il +17143,61517,0.017710892,170.0,37900.0,3173.419917668,il +17143,61523,0.06053835900000001,170.0,37900.0,10847.202627261002,il +17143,61525,0.049703015,170.0,37900.0,8905.736524685,il +17143,61526,0.004381742,170.0,37900.0,785.116149818,il +17143,61528,0.016915687,170.0,37900.0,3030.9358809729997,il +17143,61529,0.014600396000000002,170.0,37900.0,2616.0843548840003,il +17143,61533,0.01357258,170.0,37900.0,2431.92131182,il +17143,61536,0.015785089,170.0,37900.0,2828.3564619309996,il +17143,61539,0.001114369,170.0,37900.0,199.671523051,il +17143,61547,0.022384749,170.0,37900.0,4010.8769410709997,il +17143,61552,0.000789795,170.0,37900.0,141.51467830500002,il +17143,61559,0.017651386,170.0,37900.0,3162.7576920940005,il +17143,61562,0.000238021,170.0,37900.0,42.648364758999996,il +17143,61569,0.006404916,170.0,37900.0,1147.626443964,il +17143,61602,0.004744182,170.0,37900.0,850.0577865780001,il +17143,61603,0.090096182,170.0,37900.0,16143.343794577999,il +17143,61604,0.165435091,170.0,37900.0,29642.494170289003,il +17143,61605,0.085000379,170.0,37900.0,15230.282908841,il +17143,61606,0.042573217999999996,170.0,37900.0,7628.226628021999,il +17143,61607,0.057736208,170.0,37900.0,10345.116013232,il +17143,61614,0.151532528,170.0,37900.0,27151.446834512,il +17143,61615,0.125328631,170.0,37900.0,22456.258773949,il +17143,61616,0.031970485,170.0,37900.0,5728.439531815,il +17143,61625,0.002001536,170.0,37900.0,358.63321894399996,il +17145,62238,0.031096152000000002,273.0,,650.407115232,il +17145,62274,0.39470511399999997,273.0,,8255.652164424,il +17145,62832,0.444489099,273.0,,9296.933994684,il +17145,62888,0.099668442,273.0,,2084.665132872,il +17145,62997,0.030041194,273.0,,628.341613704,il +17147,61813,0.106174264,173.0,16580.0,1735.3121708160002,il +17147,61818,0.10976469800000001,172.0,16580.0,1793.9942241120002,il +17147,61830,0.021606719,173.0,16580.0,353.140215336,il +17147,61839,0.039110085,173.0,16580.0,639.2152292400001,il +17147,61854,0.076745528,173.0,16580.0,1254.328909632,il +17147,61855,0.006667949,173.0,16580.0,108.98095845600001,il +17147,61856,0.505481823,173.0,16580.0,8261.594915112,il +17147,61884,0.072065141,173.0,16580.0,1177.832664504,il +17147,61929,0.043790472999999996,172.0,16580.0,715.7114907119999,il +17147,61936,0.018593319,172.0,16580.0,303.889205736,il +17149,62312,0.118705478,172.0,,1847.175943158,il +17149,62314,0.032178826,172.0,,500.734711386,il +17149,62323,0.016457873,172.0,,256.10096175300004,il +17149,62340,0.116310489,172.0,,1809.907519329,il +17149,62343,0.05821665400000001,264.0,,905.9093528940001,il +17149,62345,0.024011299,172.0,,373.639823739,il +17149,62352,0.014247113999999998,172.0,,221.69934095399998,il +17149,62355,0.04630312,172.0,,720.5228503200001,il +17149,62356,0.028555637000000002,172.0,,444.354267357,il +17149,62357,0.029169737,172.0,,453.910277457,il +17149,62361,0.032056006,172.0,,498.823509366,il +17149,62362,0.018238762,172.0,,283.81337548199997,il +17149,62363,0.353598624,172.0,,5502.348188063999,il +17149,62366,0.09758044699999999,172.0,,1518.4493357669999,il +17149,62370,0.014369934,172.0,,223.610542974,il +17151,62928,0.051260504000000005,208.0,,214.11512520800002,il +17151,62938,0.84789916,208.0,,3541.6747913199997,il +17151,62943,0.100840336,208.0,,421.210083472,il +17153,62941,0.14710716599999998,208.0,,784.8167306099999,il +17153,62956,0.149737015,208.0,,798.846975025,il +17153,62963,0.10733070300000001,263.0,,572.6093005050001,il +17153,62964,0.21219592399999998,263.0,,1132.0652545399998,il +17153,62970,0.134615385,263.0,,718.1730789750001,il +17153,62976,0.059335963,263.0,,316.557362605,il +17153,62992,0.113412229,263.0,,605.054241715,il +17153,62996,0.076265615,263.0,,406.87705602499994,il +17155,61326,0.40269986,170.0,,2311.09449654,il +17155,61327,0.232468443,170.0,,1334.136394377,il +17155,61335,0.077314165,170.0,,443.70599293500004,il +17155,61336,0.09975455800000001,170.0,,572.491408362,il +17155,61340,0.042952314000000005,170.0,,246.50333004600003,il +17155,61363,0.046633941,170.0,,267.632187399,il +17155,61560,0.09817671800000001,171.0,,563.436184602,il +17157,62217,0.020897941,273.0,,664.178360862,il +17157,62233,0.270443942,273.0,,8595.249364644,il +17157,62237,0.068030062,273.0,,2162.1314304840002,il +17157,62241,0.027631101,273.0,,878.1716519820001,il +17157,62242,0.040371022,273.0,,1283.071821204,il +17157,62261,0.001788059,273.0,,56.828091138000005,il +17157,62272,0.04864079599999999,273.0,,1545.9017784719997,il +17157,62277,0.038080072,273.0,,1210.260848304,il +17157,62278,0.18280110600000002,273.0,,5809.784750892,il +17157,62280,0.012432598999999999,273.0,,395.13286141799995,il +17157,62286,0.17070376899999998,273.0,,5425.307186357999,il +17157,62288,0.08644148300000001,273.0,,2747.2832127060005,il +17157,62292,0.024725505,273.0,,785.82599991,il +17157,62297,0.007012544,273.0,,222.872673408,il +17159,62419,0.014577258999999999,179.0,,226.13701886699997,il +17159,62421,0.041830397000000005,179.0,,648.914948661,il +17159,62425,0.031816453,179.0,,493.568635389,il +17159,62450,0.775129928,179.0,,12024.590573064,il +17159,62452,0.026682723,179.0,,413.929081899,il +17159,62868,0.10996324,179.0,,1705.85974212,il +17161,61201,0.261478202,191.0,19340.0,37098.265821558,il +17161,61232,0.008371935,191.0,19340.0,1187.801765865,il +17161,61236,0.000837875,191.0,19340.0,118.87686712499999,il +17161,61239,0.008440054,191.0,19340.0,1197.4664214660002,il +17161,61240,0.041811989,191.0,19340.0,5932.243187331,il +17161,61242,0.008228883000000001,191.0,19340.0,1167.5056911570002,il +17161,61244,0.16130109,191.0,19340.0,22885.23734811,il +17161,61256,0.013365123000000001,191.0,19340.0,1896.230286117,il +17161,61257,0.008160763,191.0,19340.0,1157.840893677,il +17161,61259,0.008739782,194.0,19340.0,1239.9915303779999,il +17161,61264,0.072350136,191.0,19340.0,10264.964945544,il +17161,61265,0.297724796,191.0,19340.0,42240.896331684,il +17161,61275,0.032356947999999996,191.0,19340.0,4590.771425292,il +17161,61278,0.003262943,191.0,19340.0,462.943089897,il +17161,61279,0.005926430999999999,191.0,19340.0,840.8361038489999,il +17161,61282,0.053269755,191.0,19340.0,7557.859569645,il +17161,61284,0.014373297,191.0,19340.0,2039.2690050630001,il +17163,62059,0.0017226,273.0,41180.0,447.33510359999997,il +17163,62201,0.028849745,273.0,41180.0,7491.87488007,il +17163,62203,0.031494623,273.0,41180.0,8178.712668378,il +17163,62204,0.030313193,273.0,41180.0,7871.911837398,il +17163,62205,0.030515179,273.0,41180.0,7924.364773794,il +17163,62206,0.05762708,273.0,41180.0,14964.945896879999,il +17163,62207,0.033968002000000004,273.0,41180.0,8821.014567372002,il +17163,62208,0.06294351200000001,273.0,41180.0,16345.548857232001,il +17163,62220,0.069750071,273.0,41180.0,18113.116937706,il +17163,62221,0.11413751800000001,273.0,41180.0,29639.915499348,il +17163,62223,0.062154622,273.0,41180.0,16140.685168692,il +17163,62225,0.01954313,273.0,41180.0,5075.07725718,il +17163,62226,0.109247925,273.0,41180.0,28370.156651549998,il +17163,62232,0.025553176,273.0,41180.0,6635.802062736,il +17163,62239,0.017969161,273.0,41180.0,4666.339543446,il +17163,62240,0.006581705,273.0,41180.0,1709.17664463,il +17163,62243,0.022085109,273.0,41180.0,5735.193615773999,il +17163,62254,0.023979207000000002,273.0,41180.0,6227.064349002,il +17163,62255,0.004874349,273.0,41180.0,1265.800194414,il +17163,62257,0.010206026,273.0,41180.0,2650.362067836,il +17163,62258,0.035263763999999996,273.0,41180.0,9157.505818103999,il +17163,62260,0.02822092,273.0,41180.0,7328.57783112,il +17163,62264,0.01427243,273.0,41180.0,3706.35025698,il +17163,62269,0.122064529,273.0,41180.0,31698.449277894,il +17163,62282,0.0015472910000000001,273.0,41180.0,401.80981062600006,il +17163,62285,0.016905873999999998,273.0,41180.0,4390.218795563999,il +17163,62289,0.0013376829999999999,273.0,41180.0,347.377547538,il +17163,62293,0.016871575,273.0,41180.0,4381.31182545,il +17165,62917,0.09076039300000001,179.0,,2132.052391963,il +17165,62930,0.24232027399999997,179.0,,5692.345556533999,il +17165,62935,0.071770526,179.0,,1685.961426266,il +17165,62946,0.505146413,179.0,,11866.394387782999,il +17165,62965,0.003510732,179.0,,82.470605412,il +17165,62977,0.02968164,179.0,,697.2514052399999,il +17165,62987,0.056810022,179.0,,1334.524226802,il +17167,62515,0.005115141,172.0,44100.0,995.774728752,il +17167,62520,0.008290581,172.0,44100.0,1613.943984432,il +17167,62530,0.007384036,172.0,44100.0,1437.465056192,il +17167,62536,0.003793308,172.0,44100.0,738.450854976,il +17167,62539,0.0065686519999999995,172.0,44100.0,1278.7326221439998,il +17167,62545,0.005920396,172.0,44100.0,1152.5353301119999,il +17167,62558,0.016950869,172.0,44100.0,3299.859569968,il +17167,62561,0.027095056,172.0,44100.0,5274.648741632,il +17167,62563,0.02881192,172.0,44100.0,5608.87409024,il +17167,62615,0.028928403,172.0,44100.0,5631.550068816,il +17167,62625,0.004163015999999999,172.0,44100.0,810.4226507519999,il +17167,62629,0.069565922,172.0,44100.0,13542.537167584,il +17167,62661,0.007784131,172.0,44100.0,1515.352350032,il +17167,62670,0.014600943,172.0,44100.0,2842.394775696,il +17167,62677,0.011491342,172.0,44100.0,2237.0425298239998,il +17167,62684,0.029683012999999998,172.0,44100.0,5778.451506736,il +17167,62689,0.002547442,172.0,44100.0,495.915629024,il +17167,62693,0.00764739,172.0,44100.0,1488.7327060799998,il +17167,62701,0.006107783,172.0,44100.0,1189.0143321760002,il +17167,62702,0.17245116600000002,172.0,44100.0,33571.413387552006,il +17167,62703,0.15654358300000001,172.0,44100.0,30474.652389776,il +17167,62704,0.206773257,172.0,44100.0,40252.963486704,il +17167,62707,0.035066573,172.0,44100.0,6826.479899055999,il +17167,62711,0.084840443,172.0,44100.0,16516.058719696,il +17167,62712,0.051875635999999996,172.0,44100.0,10098.733811392,il +17169,61452,0.029854761,172.0,,202.057022448,il +17169,62311,0.085126412,172.0,,576.135556416,il +17169,62319,0.035099516000000004,172.0,,237.55352428800003,il +17169,62344,0.001882733,172.0,,12.742336944,il +17169,62624,0.062264658,172.0,,421.407205344,il +17169,62639,0.039133943,172.0,,264.858526224,il +17169,62681,0.746637977,172.0,,5053.245828336,il +17171,62610,0.027073857000000003,172.0,,134.042666007,il +17171,62621,0.258826078,172.0,,1281.447912178,il +17171,62663,0.056097033,172.0,,277.73641038299996,il +17171,62694,0.658003032,172.0,,3257.7730114319997,il +17173,61957,0.090393343,172.0,,1955.569582462,il +17173,62422,0.047371407000000004,172.0,,1024.8330190380002,il +17173,62431,0.049829803,172.0,,1078.017958102,il +17173,62438,0.014183056000000001,172.0,,306.836233504,il +17173,62444,0.015648638,172.0,,338.542634492,il +17173,62462,0.04642587,172.0,,1004.3772715800001,il +17173,62463,0.058717852,172.0,,1270.302010168,il +17173,62465,0.045574887,172.0,,985.967105358,il +17173,62534,0.065667549,172.0,,1420.651755066,il +17173,62550,0.131335098,172.0,,2841.303510132,il +17173,62553,0.024347578999999998,172.0,,526.7355240859999,il +17173,62565,0.332072617,172.0,,7184.058996178001,il +17173,62571,0.0784323,172.0,,1696.8043782,il +17175,61421,0.223061084,170.0,37900.0,1191.592310728,il +17175,61426,0.018702813999999998,170.0,37900.0,99.91043238799999,il +17175,61449,0.057824296,170.0,37900.0,308.89738923199997,il +17175,61479,0.011153053999999999,170.0,37900.0,59.579614467999995,il +17175,61483,0.35861359,170.0,37900.0,1915.7137977799998,il +17175,61491,0.330645161,170.0,37900.0,1766.306450062,il +17177,61013,0.010828463,171.0,,481.844946574,il +17177,61018,0.021528017000000003,171.0,,957.9537004660001,il +17177,61019,0.069697491,171.0,,3101.398954518,il +17177,61027,0.0016543489999999998,171.0,,73.615221802,il +17177,61032,0.6423169470000001,171.0,,28581.819507606004,il +17177,61039,0.021742867000000003,171.0,,967.5140957660001,il +17177,61044,0.005951358,171.0,,264.823528284,il +17177,61048,0.08327604,171.0,,3705.61722792,il +17177,61050,0.009560846,449.0,,425.438525308,il +17177,61060,0.030616191,449.0,,1362.359267118,il +17177,61062,0.038737539,171.0,,1723.743010422,il +17177,61067,0.016156755,171.0,,718.9432839899999,il +17177,61070,0.032292025,171.0,,1436.93052845,il +17177,61089,0.015641113999999998,449.0,,695.9982907719999,il +17179,61534,0.013297794,170.0,37900.0,1752.689142582,il +17179,61535,0.012495214,170.0,37900.0,1646.906690842,il +17179,61550,0.13096780800000002,170.0,37900.0,17261.949997824002,il +17179,61554,0.30968544800000003,170.0,37900.0,40817.471102744006,il +17179,61564,0.007083321,170.0,37900.0,933.6029577630001,il +17179,61568,0.031094454,170.0,37900.0,4098.342320562,il +17179,61571,0.18388654899999998,170.0,37900.0,24236.798817846997,il +17179,61610,0.040445616000000004,170.0,37900.0,5330.853525648001,il +17179,61611,0.18317232600000002,170.0,37900.0,24142.662083778003,il +17179,61721,0.004358967,170.0,37900.0,574.524927501,il +17179,61733,0.006118752,170.0,37900.0,806.469869856,il +17179,61734,0.020359026000000002,170.0,37900.0,2683.380703878,il +17179,61747,0.010890054,170.0,37900.0,1435.3417873619999,il +17179,61755,0.034886461,170.0,37900.0,4598.140219183,il +17179,61759,0.01125821,170.0,37900.0,1483.8658526299998,il +17181,62905,0.030866084,263.0,,514.0128968519999,il +17181,62906,0.402481511,263.0,,6702.524602683,il +17181,62920,0.20499969399999998,263.0,,3413.859904182,il +17181,62926,0.146812542,263.0,,2444.869261926,il +17181,62952,0.19198093,263.0,,3197.05842729,il +17181,62961,0.0031171690000000004,263.0,,51.910215357000006,il +17181,62998,0.01974207,263.0,,328.76469171,il +17183,60932,0.001171482,173.0,19180.0,88.749133356,il +17183,60942,0.074758382,173.0,19180.0,5663.545503556,il +17183,60960,0.013904983000000001,173.0,19180.0,1053.413702114,il +17183,60963,0.024129984,173.0,19180.0,1828.039327872,il +17183,61810,0.004405791,173.0,19180.0,333.773914578,il +17183,61811,0.008633313,173.0,19180.0,654.042526254,il +17183,61812,0.004851464000000001,173.0,19180.0,367.53720971200005,il +17183,61814,0.01367578,173.0,19180.0,1036.04974124,il +17183,61817,0.032037487,173.0,19180.0,2427.0959401460004,il +17183,61831,0.001706289,173.0,19180.0,129.265042062,il +17183,61832,0.44462837299999997,173.0,19180.0,33684.156281733995,il +17183,61833,0.028000967999999998,173.0,19180.0,2121.297333744,il +17183,61834,0.11177466800000001,173.0,19180.0,8467.825298344,il +17183,61841,0.017075623999999998,173.0,19180.0,1293.615122992,il +17183,61844,0.009104453,173.0,19180.0,689.735150374,il +17183,61846,0.06262335599999999,173.0,19180.0,4744.220203847999,il +17183,61848,0.002928705,173.0,19180.0,221.87283339,il +17183,61850,0.005322603,173.0,19180.0,403.229758074,il +17183,61857,0.002483033,173.0,19180.0,188.109614014,il +17183,61858,0.038416971,173.0,19180.0,2910.392889018,il +17183,61865,0.019864261,173.0,19180.0,1504.876684838,il +17183,61870,0.016808221,173.0,19180.0,1273.357206518,il +17183,61876,0.007143494,173.0,19180.0,541.176818452,il +17183,61883,0.054550315999999995,173.0,19180.0,4132.6228395279995,il +17185,62410,0.10993750599999999,179.0,,1266.4800691199998,il +17185,62811,0.019980636,179.0,,230.17692671999998,il +17185,62852,0.005369245999999999,179.0,,61.85371391999999,il +17185,62863,0.864712613,179.0,,9961.48930176,il +17187,61412,0.08502869099999999,170.0,,1432.2232712039997,il +17187,61417,0.016576827,170.0,,279.22007398799997,il +17187,61423,0.030081725,170.0,,506.6965759,il +17187,61435,0.0016808670000000002,170.0,,28.312523748000004,il +17187,61447,0.059409958,170.0,,1000.7013325519999,il +17187,61453,0.03350142,170.0,,564.2979184799999,il +17187,61462,0.667767924,170.0,,11247.882911855999,il +17187,61473,0.08746305,170.0,,1473.2276142,il +17187,61478,0.018489538,191.0,,311.437778072,il +17189,62214,0.0918707,273.0,,1275.8084109,il +17189,62263,0.37236482,273.0,,5171.03025534,il +17189,62268,0.052666617,273.0,,731.381310279,il +17189,62271,0.159257342,273.0,,2211.606708354,il +17189,62803,0.079739626,273.0,,1107.344186262,il +17189,62808,0.106368814,273.0,,1477.143720018,il +17189,62831,0.030475627,273.0,,423.215032149,il +17189,62848,0.052962497000000004,273.0,,735.4901958390001,il +17189,62876,0.011761225,273.0,,163.32813157500001,il +17189,62877,0.042532732000000004,273.0,,590.6520492840001,il +17191,62446,0.021876799,179.0,,354.73229578499996,il +17191,62809,0.009211284,273.0,,149.36097006,il +17191,62823,0.108744323,179.0,,1763.2891974450001,il +17191,62833,0.023731849,179.0,,384.811931535,il +17191,62837,0.573146549,179.0,,9293.571292035,il +17191,62842,0.046120386,179.0,,747.8420589899999,il +17191,62843,0.007867971999999999,179.0,,127.57916597999998,il +17191,62850,0.022964242000000003,273.0,,372.36518403,il +17191,62851,0.010362694,273.0,,168.03108321000002,il +17191,62878,0.028337491,172.0,,459.492416565,il +17191,62886,0.01791083,273.0,,290.42410845,il +17191,62895,0.129725581,273.0,,2103.500295915,il +17193,62820,0.009918434,179.0,,134.265841058,il +17193,62821,0.468189233,179.0,,6337.877647120999,il +17193,62827,0.076672104,179.0,,1037.910271848,il +17193,62835,0.064796085,179.0,,877.1446026450001,il +17193,62844,0.142642741,179.0,,1930.9547849169999,il +17193,62861,0.010766721000000002,179.0,,145.74910217700003,il +17193,62862,0.021533442000000003,179.0,,291.49820435400005,il +17193,62869,0.17553017899999998,179.0,,2376.152033123,il +17193,62887,0.02995106,179.0,,405.44749922,il +17195,61037,0.0009539010000000001,171.0,,52.631487675,il +17195,61071,0.242759027,171.0,,13394.229314725,il +17195,61081,0.366453918,171.0,,20219.09492565,il +17195,61230,0.019442228,191.0,,1072.7249299,il +17195,61243,0.004301224,171.0,,237.3200342,il +17195,61250,0.043393805,191.0,,2394.253190875,il +17195,61251,0.005844809,191.0,,322.48733657500003,il +17195,61252,0.09263241900000001,191.0,,5110.993718325,il +17195,61261,0.016198966000000002,171.0,,893.7779490500001,il +17195,61270,0.121526935,171.0,,6705.248638625,il +17195,61277,0.056280135,171.0,,3105.2564486250003,il +17195,61283,0.030212633,171.0,,1666.982025775,il +17197,60401,0.011297983000000001,155.0,16980.0,7804.002671369,il +17197,60403,0.026511554,164.0,16980.0,18312.670344621998,il +17197,60404,0.027298738,164.0,16980.0,18856.412182334,il +17197,60408,0.008204435999999999,164.0,16980.0,5667.156735948,il +17197,60410,0.018577259,164.0,16980.0,12832.111613436999,il +17197,60417,0.022112326,155.0,16980.0,15273.934398218002,il +17197,60421,0.005581455999999999,164.0,16980.0,3855.351661808,il +17197,60423,0.044933409,164.0,16980.0,31037.437732887,il +17197,60431,0.033722568,164.0,16980.0,23293.627788024,il +17197,60432,0.029369817000000003,164.0,16980.0,20286.995504031,il +17197,60433,0.024151453,164.0,16980.0,16682.447099579,il +17197,60435,0.072419502,164.0,16980.0,50023.264069986,il +17197,60436,0.027515141,164.0,16980.0,19005.891039763,il +17197,60440,0.075880499,163.0,16980.0,52413.923520757,il +17197,60441,0.051435667000000004,164.0,16980.0,35528.826930581,il +17197,60442,0.015294904,164.0,16980.0,10564.847873671999,il +17197,60446,0.058218233,164.0,16980.0,40213.836917119,il +17197,60448,0.03879279,164.0,16980.0,26795.84814297,il +17197,60449,0.013652273999999999,164.0,16980.0,9430.212699582,il +17197,60451,0.050753054000000006,164.0,16980.0,35057.316779122004,il +17197,60468,0.008778122,164.0,16980.0,6063.426324646,il +17197,60475,0.014050223,155.0,16980.0,9705.093185689,il +17197,60481,0.016760345,164.0,16980.0,11577.090986334999,il +17197,60484,0.009556592,155.0,16980.0,6601.1490278559995,il +17197,60490,0.032245509,163.0,16980.0,22273.359623187,il +17197,60491,0.033347857,164.0,16980.0,23034.798787751002,il +17197,60503,0.024651067999999998,163.0,16980.0,17027.552663524,il +17197,60544,0.038484887999999995,164.0,16980.0,26583.166991783997,il +17197,60564,0.061744586,163.0,16980.0,42649.640567398,il +17197,60585,0.035391341,163.0,16980.0,24446.321056363,il +17197,60586,0.069266408,164.0,16980.0,47845.286461144,il +17199,62841,0.002066246,273.0,16060.0,137.60578486199998,il +17199,62915,0.00670347,273.0,16060.0,446.43099158999996,il +17199,62918,0.160173502,273.0,16060.0,10667.074712694,il +17199,62921,0.006214511,273.0,16060.0,413.867789067,il +17199,62922,0.039936909,208.0,16060.0,2659.678328673,il +17199,62933,0.021845426,273.0,16060.0,1454.839835322,il +17199,62948,0.207933754,273.0,16060.0,13847.764215138,il +17199,62949,0.013138801,273.0,16060.0,875.0047301970001,il +17199,62951,0.071529968,273.0,16060.0,4763.681278896,il +17199,62959,0.444810726,208.0,16060.0,29623.059919421998,il +17199,62974,0.025646687999999997,208.0,16060.0,1707.9924807359998,il +17201,61016,0.017233714,171.0,40420.0,4869.7650324080005,il +17201,61024,0.008800934,171.0,40420.0,2486.897522248,il +17201,61063,0.014795571,171.0,40420.0,4180.814088612,il +17201,61072,0.04016685,171.0,40420.0,11350.0271382,il +17201,61073,0.066562704,171.0,40420.0,18808.756394688,il +17201,61077,0.00012503299999999998,171.0,40420.0,35.330824875999994,il +17201,61079,0.000590434,171.0,40420.0,166.84011624800002,il +17201,61080,0.036259568,449.0,40420.0,10245.938648895999,il +17201,61088,0.021019436000000002,171.0,40420.0,5939.504069392001,il +17201,61101,0.06788597,171.0,40420.0,19182.674314840002,il +17201,61102,0.061682944,171.0,40420.0,17429.872851968,il +17201,61103,0.08323029700000001,171.0,40420.0,23518.551483884003,il +17201,61104,0.06756644099999999,171.0,40420.0,19092.384366251998,il +17201,61107,0.10733735300000001,171.0,40420.0,30330.530511916004,il +17201,61108,0.09661924699999999,171.0,40420.0,27301.893863283996,il +17201,61109,0.094552729,171.0,40420.0,26717.953738988,il +17201,61111,0.082789208,171.0,40420.0,23393.912082976,il +17201,61112,0.000229227,171.0,40420.0,64.773131844,il +17201,61114,0.054149706,171.0,40420.0,15301.190723832,il +17201,61115,0.078402634,171.0,40420.0,22154.389094648,il +17203,61516,0.019350222,170.0,37900.0,744.190187898,il +17203,61530,0.207385144,170.0,37900.0,7975.825253096,il +17203,61545,0.020037212,170.0,37900.0,770.6111363079999,il +17203,61548,0.342063833,170.0,37900.0,13155.432953346999,il +17203,61561,0.070674109,170.0,37900.0,2718.055558031,il +17203,61570,0.05115214,170.0,37900.0,1967.26015226,il +17203,61729,0.034378131,170.0,37900.0,1322.148540129,il +17203,61738,0.125805067,175.0,37900.0,4838.337071753,il +17203,61742,0.035780736,170.0,37900.0,1376.091325824,il +17203,61760,0.072105338,170.0,37900.0,2773.099194142,il +17203,61771,0.021268069,170.0,37900.0,817.9486656710001,il +18001,46711,0.241511628,180.0,,8640.561514956,in +18001,46733,0.544040698,180.0,,19464.144052346,in +18001,46740,0.125959302,180.0,,4506.445947654,in +18001,46772,0.088488372,180.0,,3165.848485044,in +18003,46704,0.000103413,180.0,23060.0,39.224447487,in +18003,46741,0.012493945,180.0,23060.0,4738.940844555,in +18003,46743,0.005992521999999999,180.0,23060.0,2272.9576020779996,in +18003,46745,0.005769366999999999,180.0,23060.0,2188.3151337329996,in +18003,46748,0.014227476000000001,180.0,23060.0,5396.467419324001,in +18003,46765,0.014891498000000001,180.0,23060.0,5648.330299902001,in +18003,46773,0.00911941,180.0,23060.0,3458.98309359,in +18003,46774,0.047504749000000006,180.0,23060.0,18018.503790951003,in +18003,46788,0.009846023,180.0,23060.0,3734.586677877,in +18003,46797,0.009788874,180.0,23060.0,3712.910119326,in +18003,46798,0.004054885,180.0,23060.0,1538.013825615,in +18003,46802,0.027853522999999998,180.0,23060.0,10564.813420376999,in +18003,46803,0.025521283999999998,180.0,23060.0,9680.197499916,in +18003,46804,0.078321876,180.0,23060.0,29707.409244923998,in +18003,46805,0.057712717999999996,180.0,23060.0,21890.376224681997,in +18003,46806,0.070908784,180.0,23060.0,26895.630862416,in +18003,46807,0.047210838,180.0,23060.0,17907.023642562,in +18003,46808,0.05275705,180.0,23060.0,20010.69630795,in +18003,46809,0.022764506,180.0,23060.0,8634.554361294,in +18003,46814,0.033848766,180.0,23060.0,12838.803095034002,in +18003,46815,0.077690512,180.0,23060.0,29467.933511088002,in +18003,46816,0.052302575999999996,180.0,23060.0,19838.314774224,in +18003,46818,0.056458153,180.0,23060.0,21414.520974747,in +18003,46819,0.026071007,180.0,23060.0,9888.706884093,in +18003,46825,0.079821367,180.0,23060.0,30276.164681733,in +18003,46835,0.09456591,180.0,23060.0,35868.755097090005,in +18003,46845,0.062398968,180.0,23060.0,23667.866163431998,in +18005,47201,0.543737293,183.0,18020.0,45553.766670246994,in +18005,47203,0.336639763,183.0,18020.0,28203.342704377,in +18005,47226,0.002846405,183.0,18020.0,238.46896449500002,in +18005,47232,0.040465775,183.0,18020.0,3390.182163725,in +18005,47244,0.009081387,183.0,18020.0,760.829521473,in +18005,47246,0.05346559099999999,183.0,18020.0,4479.293748388999,in +18005,47247,0.002254944,183.0,18020.0,188.916953376,in +18005,47280,0.011508841,183.0,18020.0,964.199190139,in +18007,47917,0.058854005,184.0,29200.0,514.85483574,in +18007,47921,0.125790074,184.0,29200.0,1100.411567352,in +18007,47942,0.069008393,184.0,29200.0,603.685421964,in +18007,47944,0.35353849299999995,184.0,29200.0,3092.7547367639995,in +18007,47970,0.18961765600000002,184.0,29200.0,1658.7752546880001,in +18007,47971,0.20319137899999998,184.0,29200.0,1777.5181834919997,in +18009,47336,0.205238748,185.0,,2413.197198984,in +18009,47348,0.602652035,185.0,,7085.982627529999,in +18009,47359,0.192109217,185.0,,2258.820173486,in +18011,46052,0.34948178399999996,183.0,26900.0,23709.892671912,in +18011,46071,0.05310929599999999,183.0,26900.0,3603.0939685279996,in +18011,46075,0.102763819,183.0,26900.0,6971.805772417,in +18011,46077,0.445524497,183.0,26900.0,30225.718449971002,in +18011,46147,0.049120603,183.0,26900.0,3332.489069329,in +18013,46160,0.482252232,183.0,26900.0,7278.150685344,in +18013,47448,0.517747768,183.0,26900.0,7813.849314656,in +18015,46913,0.075206455,183.0,29200.0,1523.457158935,in +18015,46915,0.03681523,183.0,29200.0,745.76611411,in +18015,46917,0.104456912,184.0,29200.0,2115.983666384,in +18015,46920,0.068398159,183.0,29200.0,1385.541506863,in +18015,46923,0.51982601,184.0,29200.0,10530.115484569998,in +18015,46929,0.187858539,184.0,29200.0,3805.450424523,in +18015,47997,0.007438694,183.0,29200.0,150.685624358,in +18017,46932,0.084196485,183.0,,3173.2813231650002,in +18017,46947,0.7356403009999999,183.0,,27725.547304388994,in +18017,46950,0.014882821000000001,183.0,,560.9186406690001,in +18017,46961,0.003164888,183.0,,119.281463832,in +18017,46967,0.002641766,183.0,,99.565518774,in +18017,46978,0.052626072,183.0,,1983.4240276080002,in +18017,46988,0.026836158,183.0,,1011.427958862,in +18017,46994,0.07564344,183.0,,2850.9256101600004,in +18017,46998,0.0043680690000000005,183.0,,164.62815254100002,in +18019,47104,0.000322143,205.0,31140.0,38.110161186,in +18019,47106,0.040590031,205.0,31140.0,4801.8818473619995,in +18019,47111,0.140827399,205.0,31140.0,16660.162956498,in +18019,47126,0.040869786,205.0,31140.0,4834.977423372,in +18019,47129,0.166742964,205.0,31140.0,19726.026127128,in +18019,47130,0.39249745700000005,205.0,31140.0,46433.234158014006,in +18019,47141,0.013987791999999999,205.0,31140.0,1654.7837691839998,in +18019,47143,0.025534078999999998,205.0,31140.0,3020.7326138579997,in +18019,47162,0.005705324,205.0,31140.0,674.951239848,in +18019,47163,0.012716175,205.0,31140.0,1504.34893485,in +18019,47172,0.150949474,205.0,31140.0,17857.624673148,in +18019,47177,0.009257375,205.0,31140.0,1095.16597725,in +18021,47834,0.72258574,183.0,45460.0,18949.811031499998,in +18021,47837,0.044374248,183.0,45460.0,1163.7146538,in +18021,47840,0.06825361,188.0,45460.0,1789.95092225,in +18021,47841,0.084950361,188.0,45460.0,2227.823217225,in +18021,47846,0.020758123,183.0,45460.0,544.381775675,in +18021,47853,0.004136582,183.0,45460.0,108.48186295,in +18021,47857,0.016659146,183.0,45460.0,436.88610385,in +18021,47858,0.024706679,188.0,45460.0,647.9326567749999,in +18021,47881,0.013575511,183.0,45460.0,356.017775975,in +18023,46035,0.032318767000000005,184.0,,1047.095732033,in +18023,46039,0.015532125,183.0,,503.22531787500003,in +18023,46041,0.676961677,183.0,,21932.881373123,in +18023,46050,0.066160877,183.0,,2143.546253923,in +18023,46057,0.037366707,183.0,,1210.6439400929999,in +18023,46058,0.067146569,184.0,,2175.4816890310003,in +18023,46065,0.10451327699999999,184.0,,3386.1256615229995,in +18025,47116,0.078078467,179.0,,825.835945459,in +18025,47123,0.010358669000000001,205.0,,109.563642013,in +18025,47137,0.208079762,205.0,,2200.859642674,in +18025,47140,0.322284086,205.0,,3408.798777622,in +18025,47145,0.262074323,205.0,,2771.960114371,in +18025,47175,0.11912469199999999,179.0,,1259.981867284,in +18027,47501,0.595527178,179.0,,19861.426913478,in +18027,47519,0.030767195,179.0,,1026.116720445,in +18027,47529,0.034968737,179.0,,1166.242347687,in +18027,47558,0.155225461,179.0,,5176.924349811,in +18027,47562,0.159691666,179.0,,5325.876752766,in +18027,47568,0.023819764,179.0,,794.412949164,in +18029,47001,0.207069077,327.0,17140.0,10241.222410266,in +18029,47018,0.08771788300000001,327.0,17140.0,4338.351057414001,in +18029,47022,0.063932376,327.0,17140.0,3161.967452208,in +18029,47025,0.458158489,327.0,17140.0,22659.602548962,in +18029,47032,0.064719174,327.0,17140.0,3200.880907692,in +18029,47060,0.118403002,327.0,17140.0,5855.975672916,in +18031,47240,0.793724942,183.0,,21080.540734578,in +18031,47263,0.00901166,183.0,,239.34067793999998,in +18031,47272,0.078566962,183.0,,2086.6599437580003,in +18031,47283,0.118696436,183.0,,3152.458643724,in +18033,46705,0.041194543,180.0,,1790.932756925,in +18033,46706,0.449748064,180.0,,19552.7970824,in +18033,46721,0.12242841300000001,180.0,,5322.575255175,in +18033,46730,0.025095244,180.0,,1091.0157328999999,in +18033,46738,0.210003687,180.0,,9129.910292325,in +18033,46785,0.036942362,180.0,,1606.06918795,in +18033,46793,0.114587686,180.0,,4981.69964885,in +18035,47302,0.233706925,185.0,34620.0,26674.139884875,in +18035,47303,0.2226299,185.0,34620.0,25409.8636365,in +18035,47304,0.27800631,185.0,34620.0,31730.25019185,in +18035,47305,0.03066009,185.0,34620.0,3499.3893721500003,in +18035,47306,0.043419149000000004,185.0,34620.0,4955.644571115001,in +18035,47320,0.030154608,185.0,34620.0,3441.69618408,in +18035,47334,0.028472572999999998,185.0,34620.0,3249.717119355,in +18035,47338,0.023374179,185.0,34620.0,2667.8119201649997,in +18035,47342,0.022999425,185.0,34620.0,2625.039372375,in +18035,47367,0.00020045,185.0,34620.0,22.87836075,in +18035,47383,0.026999704,185.0,34620.0,3081.61121604,in +18035,47396,0.059376689,185.0,34620.0,6776.958399015,in +18037,47432,0.096259695,205.0,,4113.75432552,in +18037,47513,0.052685347,179.0,,2251.560989392,in +18037,47521,0.013322492,179.0,,569.350018112,in +18037,47527,0.032774581000000004,179.0,,1400.654493616,in +18037,47532,0.093799516,179.0,,4008.616115776,in +18037,47541,0.024455842000000002,179.0,,1045.1448637120002,in +18037,47542,0.212576099,179.0,,9084.652166864,in +18037,47546,0.44068468,179.0,,18833.10048448,in +18037,47575,0.024539237999999998,179.0,,1048.7088751679998,in +18037,47580,0.00890251,179.0,,380.45766736,in +18039,46507,0.045788681,187.0,21140.0,9448.082226221,in +18039,46514,0.20319526899999998,187.0,21140.0,41927.515000729,in +18039,46516,0.157254057,187.0,21140.0,32447.959375437,in +18039,46517,0.128799732,187.0,21140.0,26576.665500612,in +18039,46526,0.159975005,187.0,21140.0,33009.402506705,in +18039,46528,0.13366102800000002,187.0,21140.0,27579.750178548,in +18039,46540,0.058005885,187.0,21140.0,11968.992316785,in +18039,46543,0.016182997,187.0,21140.0,3339.2157839770002,in +18039,46550,0.062911463,187.0,21140.0,12981.214186883,in +18039,46553,0.015804131000000003,187.0,21140.0,3261.0401946710003,in +18039,46573,0.018421752,187.0,21140.0,3801.162729432,in +18041,46133,0.031913977999999996,183.0,,737.2767197559999,in +18041,47331,0.968086022,183.0,,22364.723280244,in +18043,47119,0.151733369,205.0,31140.0,11914.407600618,in +18043,47122,0.146031321,205.0,31140.0,11466.671387561999,in +18043,47124,0.061665105,205.0,31140.0,4842.06737481,in +18043,47150,0.640570205,205.0,31140.0,50298.85363701,in +18045,47918,0.400704323,184.0,,6549.912863758,in +18045,47949,0.08610689099999999,183.0,,1407.503240286,in +18045,47952,0.211020577,173.0,,3449.342351642,in +18045,47958,0.012360171000000001,183.0,,202.03935516600004,in +18045,47969,0.010495788,184.0,,171.564150648,in +18045,47987,0.27931225,173.0,,4565.638038499999,in +18047,47010,0.013956617,327.0,17140.0,317.624689686,in +18047,47012,0.558208621,327.0,17140.0,12703.711796718,in +18047,47016,0.053192086,327.0,17140.0,1210.545493188,in +18047,47024,0.187209237,183.0,17140.0,4260.507815646,in +18047,47030,0.12191020699999999,327.0,17140.0,2774.4324909059997,in +18047,47035,0.011770641,327.0,17140.0,267.876247878,in +18047,47036,0.053752592,327.0,17140.0,1223.301488736,in +18049,46511,0.175879605,187.0,,3513.0192302699998,in +18049,46910,0.141067516,187.0,,2817.682564584,in +18049,46922,0.0011989910000000002,187.0,,23.948646234,in +18049,46931,0.0066564680000000005,187.0,,132.956291832,in +18049,46939,0.070947203,183.0,,1417.099432722,in +18049,46975,0.604250217,187.0,,12069.293834358,in +18051,47639,0.125904914,179.0,,4237.833500326,in +18051,47640,0.031705227,179.0,,1067.166235593,in +18051,47648,0.125343498,179.0,,4218.936799182,in +18051,47649,0.044883728,179.0,,1510.741400752,in +18051,47654,0.002422953,179.0,,81.554175027,in +18051,47660,0.144697574,179.0,,4870.375643266,in +18051,47665,0.10876695300000001,179.0,,3660.9868710270002,in +18051,47666,0.054427799000000006,179.0,,1831.9852865410003,in +18051,47670,0.356528677,179.0,,12000.398739143,in +18051,47683,0.005318677,179.0,,179.021349143,in +18053,46928,0.0681659,183.0,,4483.2030771,in +18053,46930,0.0013703220000000002,183.0,,90.12470761800002,in +18053,46933,0.093851823,183.0,,6172.540546887,in +18053,46938,0.045433783,183.0,,2988.134474127,in +18053,46952,0.286595207,183.0,,18849.080169183002,in +18053,46953,0.35808033100000003,183.0,,23550.585289539,in +18053,46957,0.009318189000000001,183.0,,612.8479723410001,in +18053,46986,0.02391973,183.0,,1573.17672237,in +18053,46987,0.014890831,183.0,,979.355064039,in +18053,46989,0.073449252,183.0,,4830.683854788001,in +18053,46991,0.024924632000000002,183.0,,1639.268122008,in +18055,47424,0.273551341,183.0,,8732.305907402,in +18055,47438,0.136620982,188.0,,4361.214987404,in +18055,47441,0.291464282,183.0,,9304.122810004,in +18055,47443,0.041209046,183.0,,1315.475166412,in +18055,47449,0.009745383,183.0,,311.092116126,in +18055,47453,0.023822046,183.0,,760.447352412,in +18055,47457,0.005259413,183.0,,167.890981786,in +18055,47459,0.11941960800000001,183.0,,3812.112726576,in +18055,47465,0.014850107,183.0,,474.04511565399997,in +18055,47471,0.08405779199999999,183.0,,2683.2928362239995,in +18057,46030,0.009147759,183.0,26900.0,3092.043167349,in +18057,46031,0.007596575,183.0,26900.0,2567.725912325,in +18057,46032,0.15886792800000002,183.0,26900.0,53699.10721120801,in +18057,46033,0.12542478699999998,183.0,26900.0,42394.957678656996,in +18057,46034,0.020923101,183.0,26900.0,7072.238292111,in +18057,46037,0.137333459,183.0,26900.0,46420.219810049,in +18057,46038,0.138286283,183.0,26900.0,46742.284803113005,in +18057,46060,0.131336848,183.0,26900.0,44393.299329328,in +18057,46062,0.114309593,183.0,26900.0,38637.899839523,in +18057,46069,0.024113272,183.0,26900.0,8150.551181992,in +18057,46074,0.107685354,183.0,26900.0,36398.834190894,in +18057,46280,0.024357168999999998,183.0,26900.0,8232.991050859,in +18057,46290,0.000617872,183.0,26900.0,208.847532592,in +18059,46055,0.178682118,183.0,26900.0,13967.223799824,in +18059,46117,0.010331043,183.0,26900.0,807.556969224,in +18059,46140,0.593480962,183.0,26900.0,46391.219837616,in +18059,46163,0.191169205,183.0,26900.0,14943.31441644,in +18059,46186,0.026336672000000002,183.0,26900.0,2058.684976896,in +18061,47110,0.020767405,205.0,31140.0,841.391413575,in +18061,47112,0.40165150299999997,205.0,31140.0,16272.910644044998,in +18061,47114,0.007293315,205.0,31140.0,295.488657225,in +18061,47115,0.071054193,205.0,31140.0,2878.7606293950003,in +18061,47117,0.10786689099999999,205.0,31140.0,4370.227088865,in +18061,47135,0.02662678,205.0,31140.0,1078.7839917,in +18061,47136,0.11647053,205.0,31140.0,4718.80352295,in +18061,47142,0.026972903,205.0,31140.0,1092.807165045,in +18061,47160,0.00279371,205.0,31140.0,113.18716065,in +18061,47161,0.079039755,205.0,31140.0,3202.295673825,in +18061,47164,0.10138943800000001,205.0,31140.0,4107.793080570001,in +18061,47166,0.038073576,205.0,31140.0,1542.5509316399998,in +18063,46103,0.001473755,183.0,26900.0,250.996687805,in +18063,46112,0.265039813,183.0,26900.0,45139.195591843,in +18063,46118,0.03537012,183.0,26900.0,6023.92050732,in +18063,46122,0.117821704,183.0,26900.0,20066.332229944,in +18063,46123,0.25480937800000003,183.0,26900.0,43396.839976558,in +18063,46149,0.014494308999999999,183.0,26900.0,2468.5402600989996,in +18063,46165,0.01056668,183.0,26900.0,1799.62183748,in +18063,46167,0.047017077000000004,183.0,26900.0,8007.525400947001,in +18063,46168,0.24666079999999999,183.0,26900.0,42009.047508799995,in +18063,46180,0.006746364,183.0,26900.0,1148.979999204,in +18065,46148,0.11132824300000001,183.0,,5340.638473196001,in +18065,47337,0.0035658879999999997,183.0,,171.062779136,in +18065,47344,0.0025787220000000003,183.0,,123.70645178400001,in +18065,47351,0.010214155,183.0,,489.99344366,in +18065,47352,0.021435622999999997,183.0,,1028.3097065559998,in +18065,47356,0.105808167,183.0,,5075.829387324,in +18065,47360,0.026854967,183.0,,1288.286476924,in +18065,47361,0.0043113,185.0,,206.82168359999997,in +18065,47362,0.6045893179999999,183.0,,29003.358763095996,in +18065,47384,0.037290731,183.0,,1788.9109475320001,in +18065,47385,0.026572919,183.0,,1274.756070268,in +18065,47386,0.023692004,185.0,,1136.552815888,in +18065,47387,0.015975986,183.0,,766.400000392,in +18065,47388,0.005781977,183.0,,277.373000644,in +18067,46901,0.46697059799999996,183.0,29020.0,38545.621041312,in +18067,46902,0.409647895,183.0,29020.0,33813.97584488,in +18067,46936,0.06881269999999999,183.0,29020.0,5680.0755088,in +18067,46979,0.054568807000000004,183.0,29020.0,4504.327605008,in +18069,46702,0.061930727000000005,180.0,,2261.7101500400004,in +18069,46750,0.820311048,180.0,,29957.75947296,in +18069,46792,0.117758225,183.0,,4300.530377,in +18071,47220,0.126880357,183.0,,5612.045070467,in +18071,47229,0.068261326,183.0,,3019.266710306,in +18071,47235,0.033146755,183.0,,1466.114120405,in +18071,47260,0.039596817,183.0,,1751.406812727,in +18071,47264,0.028751968,183.0,,1271.728296608,in +18071,47274,0.677147105,183.0,,29950.893601255,in +18071,47281,0.026215673,183.0,,1159.545432463,in +18073,46310,0.38395173,181.0,16980.0,12886.187962259999,in +18073,46392,0.21677997100000002,181.0,16980.0,7275.569386702001,in +18073,47943,0.02907691,184.0,16980.0,975.87925342,in +18073,47977,0.061020559,184.0,16980.0,2047.972001158,in +18073,47978,0.30917083,184.0,16980.0,10376.39139646,in +18075,47326,0.122412774,180.0,,2501.627449464,in +18075,47369,0.071340251,180.0,,1457.909369436,in +18075,47371,0.663190151,180.0,,13552.953925836,in +18075,47373,0.132681039,185.0,,2711.469713004,in +18075,47381,0.010375786,180.0,,212.039562696,in +18077,47147,0.035918445,205.0,,1160.45312106,in +18077,47230,0.048462907,205.0,,1565.7395993559999,in +18077,47231,0.025215955,205.0,,814.6770741400001,in +18077,47243,0.192231961,205.0,,6210.630195988,in +18077,47250,0.698170732,205.0,,22556.500009456002,in +18079,47223,0.045004330999999995,183.0,,1248.1951202849998,in +18079,47227,0.086920499,183.0,,2410.740039765,in +18079,47265,0.7711369709999999,183.0,,21387.483890685,in +18079,47270,0.018754943,183.0,,520.168344105,in +18079,47273,0.065416337,183.0,,1814.3221066950002,in +18079,47282,0.012766919,183.0,,354.090498465,in +18081,46106,0.042851863,183.0,26900.0,6777.750615120999,in +18081,46124,0.054570016,183.0,26900.0,8631.175720672,in +18081,46131,0.206268797,183.0,26900.0,32624.916815099,in +18081,46142,0.19033873699999998,183.0,26900.0,30105.307015078997,in +18081,46143,0.358216088,183.0,26900.0,56657.963990696,in +18081,46162,0.003007595,183.0,26900.0,475.702278365,in +18081,46164,0.028164347000000003,183.0,26900.0,4454.670271949,in +18081,46181,0.030509252,183.0,26900.0,4825.556861084,in +18081,46184,0.086073304,183.0,26900.0,13613.956273768,in +18083,47512,0.106411174,179.0,,3894.010501356,in +18083,47516,0.03524953,179.0,,1289.92130082,in +18083,47524,0.012165063,179.0,,445.16831542200003,in +18083,47528,0.012244573,179.0,,448.07790436199997,in +18083,47535,0.021812302999999998,179.0,,798.1994159819999,in +18083,47557,0.04778564,179.0,,1748.6677101599998,in +18083,47561,0.04407516400000001,179.0,,1612.8865514160002,in +18083,47578,0.022130344,179.0,,809.837808336,in +18083,47591,0.6736105590000001,179.0,,24650.104796046006,in +18083,47596,0.0021732789999999997,179.0,,79.528971726,in +18083,47597,0.022342371,179.0,,817.596724374,in +18085,46502,0.000289283,180.0,,22.985270048,in +18085,46508,0.0020775810000000002,180.0,,165.07627593600003,in +18085,46510,0.052557528,180.0,,4176.010944768,in +18085,46524,0.030940171000000002,180.0,,2458.3822269760003,in +18085,46538,0.050677186,180.0,,4026.606490816,in +18085,46539,0.03339908,180.0,,2653.7573004799997,in +18085,46542,0.053688362999999996,187.0,,4265.862570528,in +18085,46555,0.033648915,180.0,,2673.60819024,in +18085,46562,0.069625247,180.0,,5532.143625632,in +18085,46567,0.113188692,187.0,,8993.520711551999,in +18085,46580,0.285351742,180.0,,22672.908012352,in +18085,46582,0.17811965800000001,180.0,,14152.675546048002,in +18085,46590,0.064707429,180.0,,5141.393478624,in +18085,46982,0.031729126,180.0,,2521.069435456,in +18087,46565,0.229844357,187.0,,9105.054358198,in +18087,46571,0.144412441,180.0,,5720.7544377740005,in +18087,46746,0.12406521699999999,180.0,,4914.719506238,in +18087,46761,0.32042914100000003,180.0,,12693.479991574,in +18087,46771,0.0,180.0,,0.0,in +18087,46786,0.001083424,180.0,,42.918758335999996,in +18087,46795,0.18016542,180.0,,7137.072947879999,in +18089,46303,0.02984071,181.0,16980.0,14487.45582003,in +18089,46307,0.126898412,181.0,16980.0,61608.290737115996,in +18089,46311,0.04407027,186.0,16980.0,21395.80759311,in +18089,46312,0.057969715,186.0,16980.0,28143.890844495,in +18089,46319,0.03623311,186.0,16980.0,17590.92127323,in +18089,46320,0.027923193,186.0,16980.0,13556.514739148999,in +18089,46321,0.046542052,186.0,16980.0,22595.840451636,in +18089,46322,0.046344391,186.0,16980.0,22499.877419763,in +18089,46323,0.04520733,186.0,16980.0,21947.84226369,in +18089,46324,0.04490982,186.0,16980.0,21803.403241260003,in +18089,46327,0.02370099,186.0,16980.0,11506.664738070001,in +18089,46342,0.062424220999999995,181.0,16980.0,30306.522325953,in +18089,46356,0.036316657,181.0,16980.0,17631.482756901,in +18089,46373,0.031544262999999996,186.0,16980.0,15314.518876658998,in +18089,46375,0.047854358,186.0,16980.0,23232.955828494,in +18089,46376,0.0005359259999999999,181.0,16980.0,260.18832151799995,in +18089,46377,0.000584832,181.0,16980.0,283.931842176,in +18089,46394,0.025182429,186.0,16980.0,12225.893002497,in +18089,46402,0.013114913999999998,181.0,16980.0,6367.198942601999,in +18089,46403,0.02764606,181.0,16980.0,13421.96860758,in +18089,46404,0.034670161,181.0,16980.0,16832.120474372998,in +18089,46405,0.023342347000000003,181.0,16980.0,11332.546072071002,in +18089,46406,0.019468597,181.0,16980.0,9451.867563321,in +18089,46407,0.023118195,181.0,16980.0,11223.721845135,in +18089,46408,0.032049623,181.0,16980.0,15559.867619139,in +18089,46409,0.014977411999999999,181.0,16980.0,7271.428684115999,in +18089,46410,0.077530011,181.0,16980.0,37640.277630423,in +18091,46340,0.0074939080000000005,187.0,33140.0,823.490562304,in +18091,46345,0.001627511,187.0,33140.0,178.843928768,in +18091,46346,0.012128178,187.0,33140.0,1332.7412240639999,in +18091,46348,0.010261596999999999,181.0,33140.0,1127.626371136,in +18091,46350,0.392202657,187.0,33140.0,43098.365572416,in +18091,46360,0.401673486,181.0,33140.0,44139.096029568005,in +18091,46365,0.007291619,187.0,33140.0,801.261428672,in +18091,46371,0.030839961000000003,187.0,33140.0,3388.9416343680005,in +18091,46382,0.01567744,187.0,33140.0,1722.76252672,in +18091,46390,0.028366512000000003,187.0,33140.0,3117.1392706560005,in +18091,46391,0.092437129,187.0,33140.0,10157.731231552001,in +18093,47420,0.009422203,183.0,,427.48535011,in +18093,47421,0.5782190770000001,183.0,,26233.799523490005,in +18093,47436,0.029787684,183.0,,1351.46722308,in +18093,47437,0.00312665,183.0,,141.8561105,in +18093,47446,0.22328087,183.0,,10130.253071899999,in +18093,47451,0.025013204,183.0,,1134.84906548,in +18093,47462,0.092257315,183.0,,4185.71438155,in +18093,47467,0.002471744,183.0,,112.14302528,in +18093,47470,0.036421253,183.0,,1652.43224861,in +18095,46001,0.070251261,183.0,26900.0,9102.385636509,in +18095,46011,0.12334929300000001,183.0,26900.0,15982.244544717001,in +18095,46012,0.136957474,183.0,26900.0,17745.442948706,in +18095,46013,0.11996666800000001,183.0,26900.0,15543.961206092,in +18095,46016,0.127085011,183.0,26900.0,16466.277790259,in +18095,46017,0.041149386,183.0,26900.0,5331.684794634,in +18095,46036,0.083682895,183.0,26900.0,10842.709022255,in +18095,46040,0.080921712,183.0,26900.0,10484.945302128,in +18095,46044,0.021665748999999998,183.0,26900.0,2807.2094321809996,in +18095,46048,0.015472508000000001,183.0,26900.0,2004.7573890520002,in +18095,46051,0.019462451999999998,183.0,26900.0,2521.7304431879998,in +18095,46056,0.016574156,183.0,26900.0,2147.4968187639997,in +18095,46063,0.003545048,183.0,26900.0,459.328324312,in +18095,46064,0.123532901,183.0,26900.0,16006.034449669,in +18095,46070,0.016383487,183.0,26900.0,2122.792027103,in +18097,46107,0.013274413999999998,183.0,26900.0,12804.260804947999,in +18097,46113,0.016100135,183.0,26900.0,15529.900418570001,in +18097,46183,1.5399999999999998e-05,183.0,26900.0,14.854562799999998,in +18097,46201,0.030638876000000002,183.0,26900.0,29553.708289832004,in +18097,46202,0.02056537,183.0,26900.0,19836.98572534,in +18097,46203,0.040321777,183.0,26900.0,38893.660302214004,in +18097,46204,0.008231493000000001,183.0,26900.0,7939.949980926001,in +18097,46205,0.028646789,183.0,26900.0,27632.177027198,in +18097,46208,0.023725162,183.0,26900.0,22884.864212284,in +18097,46214,0.024877447999999996,183.0,26900.0,23996.338546735995,in +18097,46216,0.00215758,183.0,26900.0,2081.16283156,in +18097,46217,0.036172109,183.0,26900.0,34890.965243438004,in +18097,46218,0.028628287000000002,183.0,26900.0,27614.330331034,in +18097,46219,0.038038791,183.0,26900.0,36691.533100362,in +18097,46220,0.037756116,183.0,26900.0,36418.869883512,in +18097,46221,0.02773709,183.0,26900.0,26754.69774638,in +18097,46222,0.037430269,183.0,26900.0,36104.563732558,in +18097,46224,0.038509573,183.0,26900.0,37145.640943485996,in +18097,46225,0.006531332,183.0,26900.0,6300.005283224,in +18097,46226,0.047396872,183.0,26900.0,45718.169587504,in +18097,46227,0.058194025999999996,183.0,26900.0,56132.909987132,in +18097,46228,0.016020986,183.0,26900.0,15453.554717852001,in +18097,46229,0.029557516000000002,183.0,26900.0,28510.647898312003,in +18097,46231,0.010599795,183.0,26900.0,10224.371460690001,in +18097,46234,0.028442235,183.0,26900.0,27434.86792077,in +18097,46235,0.033229206000000004,183.0,26900.0,32052.293981892006,in +18097,46236,0.028932548,183.0,26900.0,27907.815014935997,in +18097,46237,0.039528231000000004,183.0,26900.0,38128.220114442,in +18097,46239,0.030409652000000002,183.0,26900.0,29332.602945464,in +18097,46240,0.02025597,183.0,26900.0,19538.54405454,in +18097,46241,0.03214579,183.0,26900.0,31007.25040978,in +18097,46250,0.019531293999999998,183.0,26900.0,18839.534629108,in +18097,46254,0.041736179,183.0,26900.0,40257.967012178,in +18097,46256,0.024169218,183.0,26900.0,23313.192636876,in +18097,46259,0.011681155,183.0,26900.0,11267.43185221,in +18097,46260,0.034141989,183.0,26900.0,32932.748033598,in +18097,46268,0.025951612000000002,183.0,26900.0,25032.457806184004,in +18097,46278,0.008717694,183.0,26900.0,8408.930713908,in +18099,46501,0.08471768699999999,187.0,,3918.8707652459993,in +18099,46504,0.086823797,187.0,,4016.2952016259997,in +18099,46506,0.229353022,187.0,,10609.412091676,in +18099,46537,0.010838183999999999,187.0,,501.35271547199994,in +18099,46563,0.56368025,187.0,,26074.7210045,in +18099,46570,0.02458706,187.0,,1137.3482214800001,in +18101,47522,0.037351983,179.0,,383.044585665,in +18101,47553,0.65644123,179.0,,6731.80481365,in +18101,47581,0.306206787,183.0,,3140.150600685,in +18103,46911,0.039173405,183.0,,1391.28265198,in +18103,46914,0.04444444400000001,183.0,,1578.4888731040003,in +18103,46919,0.079185385,183.0,,2812.34813366,in +18103,46926,0.044055106,183.0,,1564.6611446959998,in +18103,46951,0.057562144,187.0,,2044.377106304,in +18103,46958,0.017789757,183.0,,631.821009612,in +18103,46959,0.017550165,183.0,,623.31166014,in +18103,46970,0.7002395929999999,183.0,,24869.709384987997,in +18105,47401,0.301061174,183.0,14020.0,44686.811117993995,in +18105,47403,0.231446803,183.0,14020.0,34353.880416093,in +18105,47404,0.16275489,183.0,14020.0,24157.871077590004,in +18105,47405,0.026501595,183.0,14020.0,3933.6582474449997,in +18105,47406,0.026258842999999997,183.0,14020.0,3897.6263253329994,in +18105,47408,0.17840893300000002,183.0,14020.0,26481.416334123,in +18105,47429,0.061166597,183.0,14020.0,9079.019159307001,in +18105,47434,0.0,183.0,14020.0,0.0,in +18105,47458,0.000194202,183.0,14020.0,28.825597062,in +18105,47464,0.001532806,183.0,14020.0,227.51592738600002,in +18105,47468,0.010674157,183.0,14020.0,1584.375797667,in +18107,47916,0.001606675,183.0,,61.596706149999996,in +18107,47933,0.71681049,183.0,,27481.08056562,in +18107,47940,0.045142398,183.0,,1730.669254524,in +18107,47954,0.061675607,183.0,,2364.519421166,in +18107,47955,0.024825728,183.0,,951.7687600639999,in +18107,47965,0.015781699,183.0,,605.0387762619999,in +18107,47967,0.014615564,184.0,,560.3314926319999,in +18107,47968,0.029101557000000004,183.0,,1115.6954922660002,in +18107,47989,0.035061805,183.0,,1344.19948009,in +18107,47990,0.047578325,183.0,,1824.05782385,in +18107,47994,0.00780015,183.0,,299.0421507,in +18109,46111,0.002847293,183.0,26900.0,200.702836277,in +18109,46125,7.7e-05,183.0,26900.0,5.427653,in +18109,46151,0.48958044799999995,183.0,26900.0,34510.036199072,in +18109,46157,0.062271062,183.0,26900.0,4389.424889318,in +18109,46158,0.352833441,183.0,26900.0,24870.876422649002,in +18109,46166,0.032336011,183.0,26900.0,2279.3330793789996,in +18109,47433,0.060054790999999996,183.0,26900.0,4233.202162799,in +18111,46349,0.270079939,181.0,16980.0,3776.797866976,in +18111,46379,0.012752188999999999,181.0,16980.0,178.32661097599998,in +18111,46381,0.008755234,181.0,16980.0,122.43319225600001,in +18111,47922,0.155215074,184.0,16980.0,2170.527594816,in +18111,47948,0.141606395,184.0,16980.0,1980.2238276799999,in +18111,47951,0.215550057,173.0,16980.0,3014.251997088,in +18111,47963,0.185477731,184.0,16980.0,2593.720590304,in +18111,47964,0.01056338,184.0,16980.0,147.71830592,in +18113,46701,0.172589927,180.0,,8240.133474688,in +18113,46710,0.09105799699999999,180.0,,4347.473008767999,in +18113,46732,0.07888101,187.0,,3766.09494144,in +18113,46755,0.328735533,180.0,,15695.149287552002,in +18113,46760,0.029375632999999998,187.0,,1402.510221952,in +18113,46763,0.039612923,180.0,,1891.279395712,in +18113,46767,0.179896118,187.0,,8588.960257792,in +18113,46784,0.042522468,180.0,,2030.192712192,in +18113,46794,0.037328391,180.0,,1782.206699904,in +18115,47040,1.0,327.0,17140.0,5875.0,in +18117,47452,0.35557872799999996,183.0,,6985.699690287999,in +18117,47454,0.519290928,205.0,,10201.989571488,in +18117,47469,0.125130344,205.0,,2458.310738224,in +18119,47427,0.0419524,188.0,14020.0,872.5679676,in +18119,47431,0.09139630000000001,183.0,14020.0,1900.9516437000002,in +18119,47455,0.0047254079999999995,188.0,14020.0,98.28376099199998,in +18119,47460,0.629055495,183.0,14020.0,13083.725240505,in +18119,47833,0.055379473,183.0,14020.0,1151.837658927,in +18119,47868,0.177490924,183.0,14020.0,3691.633728276,in +18121,47832,0.062720905,188.0,45460.0,1062.3039679849999,in +18121,47836,0.0,188.0,45460.0,0.0,in +18121,47859,0.052760105,188.0,45460.0,893.597898385,in +18121,47860,0.024677077000000002,188.0,45460.0,417.95565314900006,in +18121,47862,0.096908939,188.0,45460.0,1641.346699843,in +18121,47872,0.563588458,188.0,45460.0,9545.497713146,in +18121,47874,0.199344515,188.0,45460.0,3376.298050555,in +18123,47118,0.14478099,179.0,,2775.30679731,in +18123,47514,0.076664981,179.0,,1469.591020789,in +18123,47515,0.037734982,179.0,,723.341869958,in +18123,47520,0.131176173,179.0,,2514.516060237,in +18123,47525,0.012685571999999999,179.0,,243.16972966799997,in +18123,47551,0.042423128,179.0,,813.2089406319999,in +18123,47574,0.013099231999999999,179.0,,251.09917820799998,in +18123,47576,0.015902928,179.0,,304.843226832,in +18123,47586,0.49997701899999997,179.0,,9584.059477211,in +18123,47588,0.025554993999999998,179.0,,489.86367998599997,in +18125,47564,0.10049144199999999,179.0,,1244.9884749379999,in +18125,47567,0.518301983,179.0,,6421.243267387,in +18125,47584,0.011862396,179.0,,146.96322404400001,in +18125,47585,0.06346382,179.0,,786.25326598,in +18125,47590,0.035502457,179.0,,439.839939773,in +18125,47598,0.270377902,179.0,,3349.711827878,in +18127,46301,0.003613993,181.0,16980.0,615.784653277,in +18127,46304,0.154922744,181.0,16980.0,26397.131427416,in +18127,46341,0.06425567900000001,181.0,16980.0,10948.460889131002,in +18127,46347,0.030180886,181.0,16980.0,5142.490984654,in +18127,46368,0.24081884,181.0,16980.0,41032.88132876,in +18127,46383,0.25937398899999997,181.0,16980.0,44194.474611720994,in +18127,46385,0.244830932,181.0,16980.0,41716.497672548,in +18127,46393,0.002002936,181.0,16980.0,341.27826210399996,in +18129,47612,0.033052292000000004,179.0,21780.0,840.4206286840001,in +18129,47616,0.012646873999999999,179.0,21780.0,321.57206519799996,in +18129,47620,0.5883935779999999,179.0,21780.0,14961.083507805997,in +18129,47631,0.094223697,179.0,21780.0,2395.825943619,in +18129,47633,0.115481209,179.0,21780.0,2936.3407012430002,in +18129,47638,0.15620235,179.0,21780.0,3971.75715345,in +18131,46960,0.076792598,183.0,,948.618963094,in +18131,46985,0.11858134199999999,183.0,,1464.8353177259999,in +18131,46996,0.491056284,183.0,,6066.018276252,in +18131,47946,0.162914418,183.0,,2012.4818055540002,in +18131,47957,0.15065535900000002,183.0,,1861.0456497270002,in +18133,46105,0.045070355,183.0,26900.0,1693.56365948,in +18133,46120,0.122220621,183.0,26900.0,4592.562054696,in +18133,46121,0.137252077,183.0,26900.0,5157.384045352,in +18133,46128,0.04802382,183.0,26900.0,1804.54306032,in +18133,46135,0.49944772600000004,183.0,26900.0,18767.247752176,in +18133,46171,0.041588627999999996,183.0,26900.0,1562.7342857279998,in +18133,46172,0.055059309,183.0,26900.0,2068.908594984,in +18133,46175,0.014791337,183.0,26900.0,555.799279112,in +18133,47456,0.036546127000000005,183.0,26900.0,1373.2572681520003,in +18135,47340,0.11016555800000001,185.0,,2717.2334880700005,in +18135,47354,0.047385115,185.0,,1168.753861475,in +18135,47355,0.11120996400000001,183.0,,2742.9937620600003,in +18135,47358,0.03786941,185.0,,934.0489976499999,in +18135,47368,0.11353086800000001,185.0,,2800.23885922,in +18135,47380,0.062354944,185.0,,1537.98469376,in +18135,47382,0.009477023000000001,185.0,,233.75077229500002,in +18135,47390,0.192093455,185.0,,4737.985067575,in +18135,47394,0.315913662,185.0,,7792.01047323,in +18137,47006,0.334769571,327.0,,9482.013329004,in +18137,47017,0.012780576,205.0,,361.997034624,in +18137,47023,0.049229963,205.0,,1394.389472012,in +18137,47031,0.15584150900000002,327.0,,4414.054900916,in +18137,47034,0.0029112929999999997,327.0,,82.459462932,in +18137,47037,0.13199802,327.0,,3738.71191848,in +18137,47041,0.189990975,327.0,,5381.3043759,in +18137,47042,0.12247809300000001,205.0,,3469.0695061320002,in +18139,46104,0.054613234000000004,183.0,,905.5420329540001,in +18139,46115,0.11637154400000001,183.0,,1929.556571064,in +18139,46127,0.013482448000000001,183.0,,223.55247028800002,in +18139,46146,0.019136378,183.0,,317.300283618,in +18139,46150,0.058030444,183.0,,962.202791964,in +18139,46155,0.011494253000000001,183.0,,190.586208993,in +18139,46156,0.099782541,183.0,,1654.494312321,in +18139,46173,0.627089158,183.0,,10397.765328798,in +18141,46530,0.112925306,187.0,43780.0,30696.034228756,in +18141,46536,0.010955467,187.0,43780.0,2977.9807727419998,in +18141,46544,0.11208890199999999,187.0,43780.0,30468.677875052,in +18141,46545,0.08889834099999999,187.0,43780.0,24164.880440666,in +18141,46552,0.024470187999999997,187.0,43780.0,6651.633323287999,in +18141,46554,0.017739635,187.0,43780.0,4822.09402351,in +18141,46556,0.02598215,187.0,43780.0,7062.6239059,in +18141,46561,0.048586512000000005,187.0,43780.0,13207.077210912,in +18141,46574,0.033488342000000004,187.0,43780.0,9103.002052492002,in +18141,46595,0.000461095,187.0,43780.0,125.33760947,in +18141,46601,0.021460562000000002,187.0,43780.0,5833.538726212,in +18141,46613,0.039246664,187.0,43780.0,10668.263688464,in +18141,46614,0.109543945,187.0,43780.0,29776.89239357,in +18141,46615,0.046177382,187.0,43780.0,12552.213039532,in +18141,46616,0.02020953,187.0,43780.0,5493.47570178,in +18141,46617,0.033677784,187.0,43780.0,9154.497313584001,in +18141,46619,0.077832069,187.0,43780.0,21156.779987994,in +18141,46628,0.09707651699999999,187.0,43780.0,26387.921310041995,in +18141,46635,0.024666779,187.0,43780.0,6705.071868454,in +18141,46637,0.05451283,187.0,43780.0,14818.00452758,in +18143,47102,0.262671943,205.0,,6270.767295239,in +18143,47138,0.184360279,205.0,,4401.232940567,in +18143,47170,0.552967778,205.0,,13200.999764193999,in +18145,46110,0.014466202,183.0,26900.0,647.0587492579999,in +18145,46126,0.124128578,183.0,26900.0,5552.147165362,in +18145,46130,0.058055152,183.0,26900.0,2596.748893808,in +18145,46144,0.003521378,183.0,26900.0,157.50771656199998,in +18145,46161,0.070379976,183.0,26900.0,3148.025946504,in +18145,46176,0.6567608079999999,183.0,26900.0,29376.254181031996,in +18145,46182,0.034095505,183.0,26900.0,1525.0578431449999,in +18145,47234,0.038592400000000006,183.0,26900.0,1726.1994596000002,in +18147,47523,0.157424991,179.0,,3192.1065425069996,in +18147,47531,0.033279529,179.0,,674.809009533,in +18147,47536,0.0,179.0,,0.0,in +18147,47537,0.047379415,179.0,,960.712397955,in +18147,47550,0.035320927,179.0,,716.2024367790001,in +18147,47552,0.013957463,179.0,,283.015477251,in +18147,47577,0.06157425,179.0,,1248.54106725,in +18147,47579,0.122341436,179.0,,2480.717297772,in +18147,47611,0.07401253299999999,179.0,,1500.7521316409998,in +18147,47615,0.083364983,207.0,,1690.391760291,in +18147,47634,0.108858716,179.0,,2207.328184332,in +18147,47635,0.262485758,207.0,,5322.423714966,in +18149,46366,0.26603703,181.0,,6117.52150485,in +18149,46374,0.052132037,181.0,,1198.776190815,in +18149,46531,0.070600337,187.0,,1623.454749315,in +18149,46532,0.07452777299999999,187.0,,1713.766140135,in +18149,46534,0.535487189,181.0,,12313.527911055,in +18149,46968,0.001215635,181.0,,27.953526825,in +18151,46703,0.516431395,180.0,,17865.42767863,in +18151,46737,0.211801242,180.0,,7327.052165748,in +18151,46742,0.10200451699999999,180.0,,3528.7442610979997,in +18151,46747,0.069649915,180.0,,2409.4691595100003,in +18151,46776,0.039497459,180.0,,1366.375096646,in +18151,46779,0.060615471,180.0,,2096.931603774,in +18153,47838,0.171794135,188.0,45460.0,3550.8129763149996,in +18153,47848,0.080026835,188.0,45460.0,1654.074652615,in +18153,47849,0.015861606,188.0,45460.0,327.84353441400003,in +18153,47850,0.11433774199999999,188.0,45460.0,2363.2467893979997,in +18153,47855,0.025062296,188.0,45460.0,518.012596024,in +18153,47861,0.040875982000000005,188.0,45460.0,844.8656719580001,in +18153,47865,0.015190723,188.0,45460.0,313.97705368699997,in +18153,47879,0.163743531,188.0,45460.0,3384.415042239,in +18153,47882,0.37310715,188.0,45460.0,7711.75168335,in +18155,47011,0.085333605,205.0,,917.421587355,in +18155,47020,0.121236778,205.0,,1303.416600278,in +18155,47038,0.172803092,327.0,,1857.8060420919999,in +18155,47043,0.555329536,205.0,,5970.3478415360005,in +18155,47224,0.065296989,205.0,,702.007928739,in +18157,47901,0.019536032,184.0,29200.0,3823.8266154239996,in +18157,47904,0.090899016,184.0,29200.0,17791.846199712,in +18157,47905,0.221165618,184.0,29200.0,43289.188742376,in +18157,47906,0.40053088200000003,184.0,29200.0,78396.71059562401,in +18157,47907,0.0,184.0,29200.0,0.0,in +18157,47909,0.22444800899999998,184.0,29200.0,43931.657697587994,in +18157,47920,0.013182336000000001,184.0,29200.0,2580.2049899520002,in +18157,47924,0.0007915730000000001,184.0,29200.0,154.936166436,in +18157,47930,0.007250813,184.0,29200.0,1419.216130116,in +18157,47941,0.0072983069999999995,184.0,29200.0,1428.512225724,in +18157,47981,0.004902478,184.0,29200.0,959.571823896,in +18157,47983,0.0013403979999999998,184.0,29200.0,262.35878133599994,in +18157,47992,0.008654535999999999,184.0,29200.0,1693.969640352,in +18159,46045,0.005556347,183.0,,84.167544356,in +18159,46047,0.009759225,183.0,,147.8327403,in +18159,46049,0.06396922599999999,183.0,,969.0058354479999,in +18159,46068,0.2002422,183.0,,3033.2688456,in +18159,46072,0.618535404,183.0,,9369.574299791999,in +18159,46076,0.101937598,183.0,,1544.150734504,in +18161,47003,0.132907801,183.0,17140.0,937.531628254,in +18161,47325,0.07943262400000001,183.0,17140.0,560.317729696,in +18161,47353,0.7876595740000001,183.0,17140.0,5556.150634996001,in +18163,47708,0.001782995,179.0,21780.0,323.526225745,in +18163,47710,0.103408284,179.0,21780.0,18763.536540084002,in +18163,47711,0.175356734,179.0,21780.0,31818.654741034,in +18163,47712,0.145679896,179.0,21780.0,26433.762809096,in +18163,47713,0.056508473,179.0,21780.0,10253.518934323,in +18163,47714,0.18561572899999998,179.0,21780.0,33680.159642779,in +18163,47715,0.14274798,179.0,21780.0,25901.76371898,in +18163,47720,0.095322484,179.0,21780.0,17296.360044284,in +18163,47725,0.093577425,179.0,21780.0,16979.717343675,in +18165,47842,0.627374192,188.0,45460.0,9723.045227616,in +18165,47847,0.077344821,188.0,45460.0,1198.6900358579999,in +18165,47854,0.047124861,188.0,45460.0,730.341095778,in +18165,47884,0.010247373,188.0,45460.0,158.813786754,in +18165,47928,0.13895959800000002,188.0,45460.0,2153.5958498040004,in +18165,47966,0.024672019,188.0,45460.0,382.366950462,in +18165,47974,0.074277136,173.0,45460.0,1151.147053728,in +18167,47802,0.332130032,188.0,45460.0,35550.534365216,in +18167,47803,0.19511478699999998,188.0,45460.0,20884.696570906,in +18167,47804,0.10986043599999999,188.0,45460.0,11759.241348567999,in +18167,47805,0.120282728,188.0,45460.0,12874.822639664,in +18167,47807,0.11666335,188.0,45460.0,12487.4116573,in +18167,47809,0.025799911000000002,188.0,45460.0,2761.5708736180004,in +18167,47863,0.002330804,188.0,45460.0,249.48459855200002,in +18167,47866,0.005618563000000001,188.0,45460.0,601.3997463940001,in +18167,47869,0.0008906319999999999,188.0,45460.0,95.33146801599999,in +18167,47871,0.002330804,188.0,45460.0,249.48459855200002,in +18167,47876,0.003354083,188.0,45460.0,359.014336154,in +18167,47880,0.000407417,188.0,45460.0,43.609100846,in +18167,47885,0.085216452,188.0,45460.0,9121.398589176,in +18169,46940,0.081640249,183.0,,2530.521158004,in +18169,46941,0.030832222000000003,180.0,,955.6755531120001,in +18169,46943,0.008033748,180.0,,249.01405300800002,in +18169,46946,0.00074444,180.0,,23.07466224,in +18169,46962,0.283879773,180.0,,8799.137443908001,in +18169,46974,0.058376501,180.0,,1809.438024996,in +18169,46984,0.006482831,180.0,,200.941829676,in +18169,46990,0.022798474,180.0,,706.661500104,in +18169,46992,0.5072117620000001,180.0,,15721.535774952003,in +18171,47932,0.476876132,173.0,29200.0,3941.38123098,in +18171,47975,0.061981500999999994,184.0,29200.0,512.277105765,in +18171,47982,0.01859445,184.0,29200.0,153.68312924999998,in +18171,47991,0.091351197,184.0,29200.0,755.017643205,in +18171,47993,0.35119672,184.0,29200.0,2902.6408908000003,in +18173,47601,0.228374548,179.0,21780.0,14387.139774904,in +18173,47610,0.081907927,179.0,21780.0,5160.035585146,in +18173,47613,0.051412374000000004,179.0,21780.0,3238.876737252,in +18173,47619,0.027432965,179.0,21780.0,1728.22192907,in +18173,47630,0.590444075,179.0,21780.0,37196.79583685,in +18173,47637,0.020428111000000002,179.0,21780.0,1286.9301367780001,in +18175,47108,0.08782068800000001,205.0,31140.0,2462.140808768,in +18175,47120,0.02831036,205.0,31140.0,793.70925296,in +18175,47125,0.064274279,205.0,31140.0,1801.993686044,in +18175,47165,0.24717872600000002,205.0,31140.0,6929.902762136,in +18175,47167,0.572415948,205.0,31140.0,16048.253518127998,in +18177,47324,0.002406953,183.0,,158.579691452,in +18177,47327,0.068731892,183.0,,4528.331972528,in +18177,47330,0.081851274,183.0,,5392.689336216,in +18177,47335,0.009612956,183.0,,633.3399931040001,in +18177,47339,0.007414011,183.0,,488.464700724,in +18177,47341,0.034752247,183.0,,2289.617041348,in +18177,47345,0.021915162000000002,183.0,,1443.8585332080002,in +18177,47346,0.058613773,183.0,,3861.709820332,in +18177,47357,0.01313424,183.0,,865.33626816,in +18177,47374,0.675863606,183.0,,44528.597817703994,in +18177,47393,0.025703885,183.0,,1693.47475934,in +18179,46714,0.5252325210000001,180.0,,14861.979414216003,in +18179,46731,0.021041836,180.0,,595.399791456,in +18179,46759,0.013509212,180.0,,382.256662752,in +18179,46766,0.030590232000000002,180.0,,865.581204672,in +18179,46770,0.105810376,180.0,,2994.010399296,in +18179,46777,0.228277399,180.0,,6459.337282104,in +18179,46781,0.028291544,180.0,,800.5375290239999,in +18179,46791,0.039042331,180.0,,1104.741797976,in +18179,46799,0.008204548,180.0,,232.15589020800002,in +18181,47923,0.125159403,184.0,,3016.591931106,in +18181,47925,0.007388793,183.0,,178.084688886,in +18181,47926,0.049996249000000006,183.0,,1205.009593398,in +18181,47929,0.02662966,184.0,,641.82806532,in +18181,47950,0.033530868,183.0,,808.160980536,in +18181,47959,0.108694021,183.0,,2619.743294142,in +18181,47960,0.54605806,183.0,,13161.09136212,in +18181,47980,0.037581577000000005,184.0,,905.7911688540001,in +18181,47995,0.06496136799999999,184.0,,1565.6988915359998,in +18183,46723,0.183401234,180.0,23060.0,6229.039511576,in +18183,46725,0.543848213,180.0,23060.0,18471.260706332,in +18183,46764,0.031498079,180.0,23060.0,1069.800755156,in +18183,46783,0.154370853,180.0,23060.0,5243.051651292,in +18183,46787,0.08688162,180.0,23060.0,2950.84734168,in +19001,50002,0.19716407800000002,192.0,,1410.1174858560003,ia +19001,50070,0.202700878,192.0,,1449.716679456,ia +19001,50837,0.046049966,278.0,,329.349356832,ia +19001,50846,0.124780554,192.0,,892.430522208,ia +19001,50849,0.32721134399999996,192.0,,2340.215532288,ia +19001,50858,0.10209318,192.0,,730.1704233600001,ia +19003,50839,0.013181018999999999,278.0,,47.478030438,ia +19003,50841,0.7466315170000001,192.0,,2689.3667242340002,ia +19003,50857,0.071177504,278.0,,256.381369408,ia +19003,50859,0.169009959,192.0,,608.7738723179999,ia +19005,52140,0.04665826,448.0,,638.61160462,ia +19005,52146,0.062771473,448.0,,859.1531509509999,ia +19005,52151,0.11972817699999999,448.0,,1638.7195585989998,ia +19005,52160,0.064312736,448.0,,880.2484176319999,ia +19005,52162,0.248773995,448.0,,3404.969669565,ia +19005,52170,0.038461537999999997,448.0,,526.4230706059999,ia +19005,52172,0.419293821,448.0,,5738.874528027,ia +19007,52544,0.575703125,192.0,,7153.68703125,ia +19007,52549,0.070390625,192.0,,874.67390625,ia +19007,52555,0.02984375,192.0,,370.8384375,ia +19007,52571,0.1309375,192.0,,1627.029375,ia +19007,52572,0.0753125,192.0,,935.8331250000001,ia +19007,52574,0.056875,192.0,,706.72875,ia +19007,52581,0.02515625,192.0,,312.5915625,ia +19007,52593,0.012421875,192.0,,154.35421875,ia +19007,52594,0.023359375,192.0,,290.26359375000004,ia +19009,50025,0.563986204,192.0,,3099.668177184,ia +19009,50042,0.046650935,192.0,,256.39353876,ia +19009,50076,0.28153929899999997,192.0,,1547.3399873039998,ia +19009,50117,0.023234707,192.0,,127.69794967200001,ia +19009,51543,0.084588855,278.0,,464.90034708,ia +19011,52206,0.094076264,190.0,16300.0,2412.5857902800003,ia +19011,52208,0.113497736,190.0,16300.0,2910.64943972,ia +19011,52209,0.039142312,190.0,16300.0,1003.8045912399999,ia +19011,52229,0.029263182000000002,190.0,16300.0,750.4543023900001,ia +19011,52249,0.034165326,190.0,16300.0,876.16978527,ia +19011,52257,0.009018449,190.0,16300.0,231.278124605,ia +19011,52313,0.011076601,190.0,16300.0,284.059432645,ia +19011,52315,0.045466452000000004,190.0,16300.0,1165.9871615400002,ia +19011,52318,0.031620701,190.0,16300.0,810.912877145,ia +19011,52332,0.077236837,190.0,16300.0,1980.738684865,ia +19011,52345,0.055270741,190.0,16300.0,1417.418152945,ia +19011,52346,0.052015118,190.0,16300.0,1333.92770111,ia +19011,52349,0.282677843,190.0,16300.0,7249.2732837349995,ia +19011,52351,0.05444748,190.0,16300.0,1396.3056245999999,ia +19011,52352,0.057553417999999995,190.0,16300.0,1475.95740461,ia +19011,52354,0.013471541,190.0,16300.0,345.477668945,ia +19013,50613,0.334277149,197.0,47940.0,43866.521708972,ia +19013,50626,0.013029193,197.0,47940.0,1709.794939004,ia +19013,50634,0.006109563,197.0,47940.0,801.745733364,ia +19013,50643,0.021667372999999997,197.0,47940.0,2843.3660240439995,ia +19013,50651,0.027898067999999998,197.0,47940.0,3661.0076675039995,ia +19013,50667,0.005587184,197.0,47940.0,733.194981952,ia +19013,50701,0.23546423600000002,197.0,47940.0,30899.500761808,ia +19013,50702,0.146114711,197.0,47940.0,19174.341295108003,ia +19013,50703,0.143676943,197.0,47940.0,18854.437876004,ia +19013,50707,0.06617558,197.0,47940.0,8684.08901224,ia +19015,50036,0.826759785,192.0,11180.0,21689.21619969,ia +19015,50212,0.145807165,192.0,11180.0,3825.1051666099997,ia +19015,50223,0.02743305,192.0,11180.0,719.6786337,ia +19017,50622,0.125636936,197.0,47940.0,3148.712890032,ia +19017,50647,0.079232953,197.0,47940.0,1985.7362680859999,ia +19017,50666,0.043019954000000006,197.0,47940.0,1078.166087148,ia +19017,50668,0.045664942,197.0,47940.0,1144.454776404,ia +19017,50674,0.14454082199999999,197.0,47940.0,3622.4820809639996,ia +19017,50676,0.082422498,197.0,47940.0,2065.672644876,ia +19017,50677,0.47948189399999996,197.0,47940.0,12016.775227428,ia +19019,50607,0.02236744,197.0,,473.630542,ia +19019,50629,0.097364151,197.0,,2061.685897425,ia +19019,50641,0.07065479599999999,197.0,,1496.1153052999998,ia +19019,50644,0.388097013,197.0,,8217.954250275,ia +19019,50648,0.198938643,197.0,,4212.525765525,ia +19019,50650,0.038638656,190.0,,818.1735408,ia +19019,50671,0.00828911,197.0,,175.52190425,ia +19019,50682,0.08056664200000001,197.0,,1705.9986443500002,ia +19019,52210,0.03105127,197.0,,657.5106422499999,ia +19019,52326,0.024779615,190.0,,524.708347625,ia +19019,52329,0.039252664,190.0,,831.1751601999999,ia +19021,50510,0.050316302,196.0,,987.20584524,ia +19021,50565,0.020681265,371.0,,405.7664193,ia +19021,50568,0.082043796,196.0,,1609.6992775200001,ia +19021,50576,0.015474453,196.0,,303.60876786,ia +19021,50585,0.064428224,371.0,,1264.08175488,ia +19021,50588,0.6089051089999999,196.0,,11946.718238579999,ia +19021,51002,0.139951338,196.0,,2745.84525156,ia +19021,51033,0.018199513,371.0,,357.07444506,ia +19023,50602,0.09923810699999999,197.0,,1432.899026973,ia +19023,50604,0.107497279,197.0,,1552.153211481,ia +19023,50605,0.015878097,195.0,,229.263842583,ia +19023,50611,0.021320187,195.0,,307.842180093,ia +19023,50619,0.155003521,197.0,,2238.095839719,ia +19023,50625,0.066713618,195.0,,963.2779303020001,ia +19023,50636,0.110314361,195.0,,1592.829058479,ia +19023,50660,0.08784173099999999,197.0,,1268.346753909,ia +19023,50665,0.195467059,197.0,,2822.348864901,ia +19023,50670,0.140726039,197.0,,2031.943277121,ia +19025,50538,0.0476047,192.0,,460.2422396,ia +19025,50551,0.009440595,192.0,,91.27167245999999,ia +19025,50563,0.25419303,192.0,,2457.5382140399997,ia +19025,50575,0.102139199,192.0,,987.481775932,ia +19025,50579,0.26935824,192.0,,2604.15546432,ia +19025,50586,0.028823942999999998,192.0,,278.669880924,ia +19025,51449,0.216932811,192.0,,2097.306416748,ia +19025,51453,0.071507482,192.0,,691.3343359759999,ia +19027,50058,0.091296031,192.0,,1840.984465115,ia +19027,51401,0.572214252,192.0,,11538.70039158,ia +19027,51430,0.039406982,192.0,,794.64179203,ia +19027,51436,0.043376375,192.0,,874.684601875,ia +19027,51440,0.015638451,192.0,,315.349364415,ia +19027,51443,0.077857484,192.0,,1569.9961648600001,ia +19027,51444,0.013821138,192.0,,278.70324777,ia +19027,51451,0.005930176999999999,192.0,,119.58201920499998,ia +19027,51455,0.112242946,278.0,,2263.37900609,ia +19027,51459,0.0030607359999999997,192.0,,61.71974143999999,ia +19027,51463,0.025155427999999997,192.0,,507.25920561999993,ia +19029,50020,0.09411424,278.0,,1208.05038464,ia +19029,50022,0.599580106,278.0,,7696.210240616,ia +19029,50274,0.018243683,278.0,,234.175914988,ia +19029,50843,0.033881126,278.0,,434.89813333599994,ia +19029,50853,0.048722218,278.0,,625.3983902479999,ia +19029,51535,0.134728155,278.0,,1729.3705975799999,ia +19029,51544,0.050532107,278.0,,648.630125452,ia +19029,51552,0.020198364,278.0,,259.266200304,ia +19031,52216,0.072514904,190.0,,1350.7351168080002,ia +19031,52255,0.094902056,190.0,,1767.740597112,ia +19031,52306,0.10214138,190.0,,1902.58748526,ia +19031,52337,0.04015087,190.0,,747.89025549,ia +19031,52358,0.21444214600000003,194.0,,3994.4138535420007,ia +19031,52721,0.05061443,191.0,,942.79498761,ia +19031,52747,0.111509916,191.0,,2077.095205332,ia +19031,52772,0.313724297,194.0,,5843.742480219,ia +19033,50401,0.6781351459999999,195.0,,28786.836947699998,ia +19033,50428,0.218134679,195.0,,9259.81712355,ia +19033,50433,0.007684582,195.0,,326.2105059,ia +19033,50457,0.007941513,195.0,,337.11722685,ia +19033,50464,0.013407143,195.0,,569.13322035,ia +19033,50467,0.002008736,195.0,,85.2708432,ia +19033,50469,0.035433163,195.0,,1504.1377693499999,ia +19033,50477,0.00492841,195.0,,209.2110045,ia +19033,50479,0.012683063999999999,195.0,,538.3960668,ia +19033,50482,0.019643566,195.0,,833.8693767000001,ia +19035,51005,0.117889386,196.0,,1324.48725171,ia +19035,51012,0.559733544,196.0,,6288.606366839999,ia +19035,51014,0.040581997,196.0,,455.938736295,ia +19035,51029,0.023490227000000002,196.0,,263.912700345,ia +19035,51035,0.13953896,196.0,,1567.7202155999998,ia +19035,51037,0.037075993,196.0,,416.548781355,ia +19035,51049,0.0433868,196.0,,487.45069800000005,ia +19035,51061,0.038303093999999996,196.0,,430.33526108999996,ia +19037,50603,0.04800066099999999,253.0,,572.7918877129999,ia +19037,50630,0.15978189,253.0,,1906.6772933700001,ia +19037,50645,0.09195307300000001,253.0,,1097.2760201090002,ia +19037,50658,0.190102445,253.0,,2268.492476185,ia +19037,50659,0.44051553200000004,253.0,,5256.671843356001,ia +19037,52154,0.069646398,253.0,,831.090467334,ia +19039,50174,0.163168585,192.0,,1532.968856075,ia +19039,50213,0.772963214,192.0,,7261.98939553,ia +19039,50275,0.063868201,192.0,,600.041748395,ia +19041,51047,0.044021979,371.0,,705.056015664,ia +19041,51301,0.7832375420000001,371.0,,12544.332472672,ia +19041,51333,0.033537548,371.0,,537.137368768,ia +19041,51338,0.059306512,371.0,,949.853096192,ia +19041,51341,0.0015789810000000001,371.0,,25.288959696000003,ia +19041,51343,0.025453167000000002,371.0,,407.65792267200004,ia +19041,51357,0.034295459,371.0,,549.276071344,ia +19041,51366,0.018568812,371.0,,297.398092992,ia +19043,52042,0.092800185,190.0,,1628.550446565,ia +19043,52043,0.124696637,190.0,,2188.301282713,ia +19043,52044,0.007280712,193.0,,127.769214888,ia +19043,52047,0.040448398999999996,448.0,,709.828954051,ia +19043,52048,0.022362187000000002,193.0,,392.434019663,ia +19043,52049,0.084941639,193.0,,1490.640822811,ia +19043,52052,0.17803074100000002,193.0,,3124.2614738090006,ia +19043,52066,0.003467006,193.0,,60.842488294,ia +19043,52072,0.015139258000000001,190.0,,265.678838642,ia +19043,52076,0.129781579,190.0,,2277.536929871,ia +19043,52077,0.019761932,190.0,,346.802144668,ia +19043,52156,0.034150006000000004,448.0,,599.2984552940001,ia +19043,52157,0.103258985,448.0,,1812.091927765,ia +19043,52158,0.013752456000000001,448.0,,241.34185034400002,ia +19043,52159,0.130128279,448.0,,2283.621168171,ia +19045,52037,0.022963837,191.0,,1066.187988073,ia +19045,52254,0.017212147,191.0,,799.142773063,ia +19045,52701,0.002146153,191.0,,99.643737637,ia +19045,52727,0.008777766,191.0,,407.54289761399997,ia +19045,52729,0.017791609,191.0,,826.046614261,ia +19045,52730,0.106062882,191.0,,4924.393548378,ia +19045,52731,0.01598884,191.0,,742.34585236,ia +19045,52732,0.578238008,191.0,,26847.012473432,ia +19045,52742,0.162850091,191.0,,7560.966875039,ia +19045,52750,0.011310226000000001,191.0,,525.122482954,ia +19045,52751,0.022684837000000003,191.0,,1053.234297073,ia +19045,52757,0.0045283829999999995,191.0,,210.24829430699998,ia +19045,52774,0.002768537,191.0,,128.540404373,ia +19045,52777,0.026676682,191.0,,1238.571668578,ia +19047,51439,0.060086600999999996,278.0,,1010.6566288199999,ia +19047,51441,0.027937599999999996,278.0,,469.91043199999996,ia +19047,51442,0.580876683,278.0,,9770.34580806,ia +19047,51448,0.028293493,278.0,,475.89655225999996,ia +19047,51454,0.08719378400000001,278.0,,1466.5994468800002,ia +19047,51461,0.067263776,278.0,,1131.37671232,ia +19047,51465,0.050714752,278.0,,853.02212864,ia +19047,51467,0.040334538999999996,192.0,,678.4269459799999,ia +19047,51520,0.012100362,278.0,,203.52808884,ia +19047,51528,0.04519841,278.0,,760.2372562,ia +19049,50003,0.10230686300000001,192.0,19780.0,9560.883267939002,ia +19049,50038,0.001236076,192.0,19780.0,115.515010428,ia +19049,50039,0.00540424,192.0,19780.0,505.04244072,ia +19049,50063,0.035486885,192.0,19780.0,3316.355863905,ia +19049,50066,0.00323392,192.0,19780.0,302.21952576,ia +19049,50069,0.014502336000000001,192.0,19780.0,1355.2868062080001,ia +19049,50109,0.043952569000000004,192.0,19780.0,4107.4994307570005,ia +19049,50146,0.006151635,192.0,19780.0,574.888745655,ia +19049,50167,0.010017966,192.0,19780.0,936.2089765979999,ia +19049,50220,0.128810636,192.0,19780.0,12037.740366108,ia +19049,50233,0.019633489,192.0,19780.0,1834.808447517,ia +19049,50261,0.037671577000000005,192.0,19780.0,3520.5218853810006,ia +19049,50263,0.342910528,192.0,19780.0,32046.017573184,ia +19049,50276,0.039410707999999996,192.0,19780.0,3683.0488947239996,ia +19049,50323,0.20927057100000002,192.0,19780.0,19556.962671663,ia +19051,52537,0.7934687640000001,192.0,,7141.218876000001,ia +19051,52552,0.100698995,192.0,,906.2909549999999,ia +19051,52560,0.037898646,192.0,,341.08781400000004,ia +19051,52584,0.067933595,192.0,,611.402355,ia +19053,50065,0.084447657,192.0,,664.6030605899999,ia +19053,50067,0.029755451000000002,192.0,,234.17539937,ia +19053,50103,0.055655945,192.0,,438.01228714999996,ia +19053,50108,0.056137815,192.0,,441.80460405,ia +19053,50140,0.34104324799999997,192.0,,2684.01036176,ia +19053,50144,0.326828093,192.0,,2572.13709191,ia +19053,50262,0.050716780999999996,192.0,,399.14106646999994,ia +19053,50264,0.05541501,192.0,,436.1161287,ia +19055,50654,0.027781286000000002,190.0,,472.587456146,ia +19055,52035,0.063518121,193.0,,1080.506756331,ia +19055,52038,0.041229953,190.0,,701.362730483,ia +19055,52041,0.116113146,190.0,,1975.200726606,ia +19055,52050,0.030243718,190.0,,514.475886898,ia +19055,52057,0.484278318,190.0,,8238.058467498,ia +19055,52223,0.089531507,190.0,,1523.0204655769999,ia +19055,52237,0.10588458099999999,190.0,,1801.202607391,ia +19055,52330,0.041419371,190.0,,704.5849200810001,ia +19057,52601,0.7341258709999999,191.0,,28606.682815256998,ia +19057,52623,0.051761525,191.0,,2016.9913446750002,ia +19057,52637,0.068165004,191.0,,2656.185710868,ia +19057,52638,0.015383045,191.0,,599.431114515,ia +19057,52650,0.02000051,191.0,,779.35987317,ia +19057,52655,0.10737518800000001,191.0,,4184.088950796,ia +19057,52660,0.0031888570000000002,191.0,,124.26019071900001,ia +19059,51331,0.06858110099999999,371.0,,1183.5726410579998,ia +19059,51347,0.089009514,371.0,,1536.126192612,ia +19059,51351,0.256697601,371.0,,4430.087198058,ia +19059,51355,0.053230608,371.0,,918.6538328639999,ia +19059,51360,0.477090994,371.0,,8233.636374452,ia +19059,51363,0.013190918000000001,371.0,,227.648862844,ia +19059,51364,0.042199265,371.0,,728.27491537,ia +19061,52001,0.44021898600000003,193.0,20220.0,42838.149746646006,ia +19061,52002,0.169289307,193.0,20220.0,16473.711753477,ia +19061,52003,0.137169977,193.0,20220.0,13348.147631847,ia +19061,52032,0.016332891000000002,193.0,20220.0,1589.3699561010003,ia +19061,52033,0.03209909,193.0,20220.0,3123.59454699,ia +19061,52039,0.009461743,193.0,20220.0,920.731673073,ia +19061,52040,0.057863366,193.0,20220.0,5630.742008826,ia +19061,52045,0.025076149,193.0,20220.0,2440.1851353389998,ia +19061,52046,0.026169057000000003,193.0,20220.0,2546.5371057270004,ia +19061,52053,0.011455287,193.0,20220.0,1114.725433257,ia +19061,52065,0.010321901999999999,193.0,20220.0,1004.434605522,ia +19061,52068,0.044374058,193.0,20220.0,4318.083958038,ia +19061,52073,0.013620862,193.0,20220.0,1325.459702082,ia +19061,52078,0.006547324,193.0,20220.0,637.126645764,ia +19063,50514,0.150218613,251.0,,1383.212988504,ia +19063,50531,0.023631064,371.0,,217.594837312,ia +19063,50578,0.060795336,371.0,,559.803453888,ia +19063,51334,0.730168645,371.0,,6723.39288316,ia +19063,51365,0.035186342,371.0,,323.99583713600003,ia +19065,50606,0.041662044,197.0,,818.6591646,ia +19065,50655,0.042494175,448.0,,835.01053875,ia +19065,50662,0.375180295,197.0,,7372.29279675,ia +19065,50664,0.005769444,197.0,,113.3695746,ia +19065,50681,0.022467547,197.0,,441.48729855,ia +19065,52135,0.038444469,448.0,,755.4338158500001,ia +19065,52141,0.076112282,448.0,,1495.6063413000002,ia +19065,52142,0.09780317300000001,448.0,,1921.83234945,ia +19065,52147,0.061133917999999995,448.0,,1201.2814887,ia +19065,52164,0.019194496999999998,448.0,,377.17186604999995,ia +19065,52166,0.00593587,448.0,,116.6398455,ia +19065,52169,0.018417841,448.0,,361.91057565,ia +19065,52175,0.195384445,448.0,,3839.3043442499998,ia +19067,50435,0.03876702,253.0,,606.39372684,ia +19067,50458,0.136094302,195.0,,2128.787071884,ia +19067,50468,0.08610690900000001,195.0,,1346.884270578,ia +19067,50471,0.036119516000000004,195.0,,564.981469272,ia +19067,50616,0.662128089,253.0,,10357.007568138,ia +19067,50620,0.002647504,253.0,,41.412257568,ia +19067,50653,0.038136662,195.0,,596.533667004,ia +19069,50041,0.010107893,192.0,,101.78648251,ia +19069,50227,0.00249858,192.0,,25.1607006,ia +19069,50420,0.037251562,195.0,,375.12322934,ia +19069,50431,0.021237932999999997,195.0,,213.86598530999996,ia +19069,50441,0.6099943210000001,195.0,,6142.6428124700005,ia +19069,50452,0.107552527,195.0,,1083.05394689,ia +19069,50475,0.16876774600000002,195.0,,1699.4912022200003,ia +19069,50633,0.042589438,195.0,,428.87564066,ia +19071,51639,0.097567914,278.0,,679.07268144,ia +19071,51640,0.212629782,278.0,,1479.9032827199999,ia +19071,51645,0.046935002,278.0,,326.66761392,ia +19071,51648,0.035414593,278.0,,246.48556728,ia +19071,51649,0.04181482,278.0,,291.0311472,ia +19071,51650,0.050064002,278.0,,348.44545392000003,ia +19071,51652,0.23197269199999998,278.0,,1614.52993632,ia +19071,51653,0.22215901,278.0,,1546.2267095999998,ia +19071,51654,0.061442185,278.0,,427.6376076,ia +19073,50050,0.079703736,192.0,,708.406805568,ia +19073,50064,0.018240106000000002,192.0,,162.11806212800002,ia +19073,50107,0.127791289,192.0,,1135.808976632,ia +19073,50129,0.542339155,192.0,,4820.310409639999,ia +19073,50217,0.070307318,192.0,,624.8914423839999,ia +19073,50235,0.043002432,192.0,,382.205615616,ia +19073,51462,0.118615963,192.0,,1054.258679144,ia +19075,50609,0.046517979,192.0,47940.0,569.007919128,ia +19075,50621,0.13573054199999998,192.0,47940.0,1660.2559897439999,ia +19075,50624,0.150842057,197.0,47940.0,1845.100041224,ia +19075,50638,0.30013655,197.0,47940.0,3671.2702796,ia +19075,50642,0.046335913,197.0,47940.0,566.780887816,ia +19075,50669,0.19699590399999997,197.0,47940.0,2409.6538977279997,ia +19075,50673,0.015566682,197.0,47940.0,190.411654224,ia +19075,50680,0.10787437400000001,197.0,47940.0,1319.5193427680001,ia +19077,50026,0.056544308,192.0,19780.0,604.402108212,ia +19077,50029,0.051075269000000006,192.0,19780.0,545.9435503410001,ia +19077,50048,0.072117167,192.0,19780.0,770.8603980629999,ia +19077,50115,0.252410085,192.0,19780.0,2698.011398565,ia +19077,50128,0.041249537,192.0,19780.0,440.91630099300005,ia +19077,50164,0.050055617000000004,192.0,19780.0,535.044490113,ia +19077,50216,0.227567668,192.0,19780.0,2432.470803252,ia +19077,50250,0.216907675,192.0,19780.0,2318.526138075,ia +19077,50277,0.032072672999999996,192.0,19780.0,342.82480169699994,ia +19079,50034,0.024320845,192.0,,359.291843185,ia +19079,50075,0.056771221,192.0,,838.6812478329999,ia +19079,50130,0.107851772,192.0,,1593.294227756,ia +19079,50132,0.016326807,192.0,,241.19591981099998,ia +19079,50231,0.011516835,192.0,,170.138203455,ia +19079,50246,0.041528352000000004,192.0,,613.4983440960001,ia +19079,50249,0.086444008,192.0,,1277.037330184,ia +19079,50271,0.042747781,192.0,,631.512968713,ia +19079,50595,0.612492379,192.0,,9048.349914966999,ia +19081,50423,0.255207809,195.0,,2712.85900967,ia +19081,50430,0.041360572000000005,195.0,,439.66288036000003,ia +19081,50432,0.024755963,195.0,,263.15588669,ia +19081,50438,0.413505082,195.0,,4395.55902166,ia +19081,50439,0.016906511000000003,195.0,,179.71621193000001,ia +19081,50447,0.13122672800000001,195.0,,1394.9401186400003,ia +19081,50449,0.076381202,195.0,,811.93217726,ia +19081,50484,0.040656134,195.0,,432.17470441999996,ia +19083,50006,0.08776313,192.0,,1478.45768798,ia +19083,50102,0.007761004,192.0,,130.741873384,ia +19083,50122,0.072187965,192.0,,1216.0784583900002,ia +19083,50126,0.359026154,192.0,,6048.154590284,ia +19083,50206,0.025675101000000002,192.0,,432.52275144600003,ia +19083,50230,0.055815437,192.0,,940.266851702,ia +19083,50258,0.05182862,192.0,,873.10493252,ia +19083,50601,0.14028279800000001,197.0,,2363.204015108,ia +19083,50627,0.16877525,192.0,,2843.1878614999996,ia +19083,50672,0.030884542,197.0,,520.280994532,ia +19085,51529,0.10961824199999999,278.0,36540.0,1540.0266818579998,ia +19085,51545,0.020928881,278.0,36540.0,294.029849169,ia +19085,51546,0.18002713,278.0,36540.0,2529.20114937,ia +19085,51550,0.009624701,278.0,36540.0,135.217424349,ia +19085,51555,0.31554809100000003,278.0,36540.0,4433.135130459001,ia +19085,51556,0.027194626,278.0,36540.0,382.057300674,ia +19085,51557,0.051482462,278.0,36540.0,723.277108638,ia +19085,51563,0.044183192,278.0,36540.0,620.7296644080001,ia +19085,51564,0.027969769,278.0,36540.0,392.947284681,ia +19085,51570,0.062786642,278.0,36540.0,882.089533458,ia +19085,51579,0.150636264,278.0,36540.0,2116.2888729359997,ia +19087,52630,0.021735952000000003,194.0,,433.71918620800005,ia +19087,52641,0.597202593,194.0,,11916.580540722,ia +19087,52644,0.019299186,191.0,,385.09595744399996,ia +19087,52645,0.165066524,191.0,,3293.7374198959997,ia +19087,52647,0.010234416999999999,194.0,,204.217556818,ia +19087,52649,0.041814903,194.0,,834.374574462,ia +19087,52654,0.076563185,194.0,,1527.7417934900002,ia +19087,52659,0.06808324,194.0,,1358.53297096,ia +19089,50628,0.13136612,253.0,,1203.05092696,ia +19089,52134,0.037595628,253.0,,344.300761224,ia +19089,52136,0.636393443,253.0,,5828.091150994,ia +19089,52155,0.160983607,253.0,,1474.287872906,ia +19089,52163,0.033661202,253.0,,308.269287916,ia +19091,50519,0.061012633,192.0,,583.158746214,ia +19091,50520,0.008324356,192.0,,79.564194648,ia +19091,50529,0.078151014,192.0,,746.9673918120001,ia +19091,50541,0.08187249,192.0,,782.53725942,ia +19091,50545,0.022818529,192.0,,218.099500182,ia +19091,50548,0.554597983,192.0,,5300.847521514,ia +19091,50558,0.062089902999999995,192.0,,593.455292874,ia +19091,50570,0.021937127,192.0,,209.675059866,ia +19091,50577,0.04309078400000001,192.0,,411.8617134720001,ia +19091,50582,0.025854471,192.0,,247.117033818,ia +19091,50591,0.04025071,192.0,,384.71628618,ia +19093,51006,0.14681037,196.0,,1007.1191382,ia +19093,51020,0.091319546,196.0,,626.45208556,ia +19093,51025,0.29391203,196.0,,2016.2365258,ia +19093,51431,0.06291873,196.0,,431.62248780000004,ia +19093,51445,0.405039324,196.0,,2778.5697626399997,ia +19095,52203,0.126310565,190.0,,2044.2101839600002,ia +19095,52220,0.01581984,190.0,,256.02829056,ia +19095,52236,0.04832806,190.0,,782.14132304,ia +19095,52251,0.035982381,190.0,,582.338854104,ia +19095,52301,0.219988833,190.0,,3560.299273272,ia +19095,52307,0.015447608,190.0,,250.00408787199999,ia +19095,52308,0.008871518,194.0,,143.576647312,ia +19095,52316,0.098207085,194.0,,1589.38346364,ia +19095,52325,0.053849494000000005,194.0,,871.5002108960001,ia +19095,52334,0.009429865,190.0,,152.61293516,ia +19095,52347,0.081394627,190.0,,1317.290643368,ia +19095,52361,0.286370122,194.0,,4634.614054448,ia +19097,52030,0.022224412000000002,193.0,,432.02034486800005,ia +19097,52031,0.251860247,193.0,,4895.9113414329995,ia +19097,52054,0.044744492999999996,193.0,,869.7881994269999,ia +19097,52060,0.414034396,191.0,,8048.414623844001,ia +19097,52064,0.046469225999999995,191.0,,903.3152842139999,ia +19097,52069,0.073670724,191.0,,1432.0852038360001,ia +19097,52070,0.044498103,191.0,,864.9986242169999,ia +19097,52074,0.018725669,193.0,,364.008279691,ia +19097,52079,0.042871926,193.0,,833.3873695139999,ia +19097,52207,0.021485241000000002,191.0,,417.65159979900005,ia +19097,52309,0.019415562,191.0,,377.419109718,ia +19099,50028,0.042194552,192.0,19780.0,1569.00441612,ia +19099,50054,0.079087597,192.0,19780.0,2940.8722944449996,ia +19099,50106,0.025882225,192.0,19780.0,962.430536625,ia +19099,50127,0.000462183,192.0,19780.0,17.186274855,ia +19099,50135,0.041378935,192.0,19780.0,1538.675697975,ia +19099,50153,0.022375075,192.0,19780.0,832.017163875,ia +19099,50168,0.021206025,192.0,19780.0,788.546039625,ia +19099,50170,0.076205753,192.0,19780.0,2833.710925305,ia +19099,50208,0.56258496,192.0,19780.0,20919.7217376,ia +19099,50228,0.079658529,192.0,19780.0,2962.102400865,ia +19099,50232,0.010195204,192.0,19780.0,379.10866074,ia +19099,50251,0.038768963,192.0,19780.0,1441.623889155,ia +19101,52533,0.07873063400000001,194.0,,1440.37694903,ia +19101,52556,0.786327248,194.0,,14385.857002159999,ia +19101,52557,0.003685999,194.0,,67.435351705,ia +19101,52567,0.043771238,194.0,,800.79479921,ia +19101,52580,0.037666302,194.0,,689.10499509,ia +19101,52635,0.04981858,194.0,,911.4309211,ia +19103,52235,0.005735408000000001,194.0,26980.0,866.8495651200001,ia +19103,52240,0.240575067,194.0,26980.0,36360.51562638,ia +19103,52241,0.14342682,194.0,26980.0,21677.529574800003,ia +19103,52242,0.010916001000000002,194.0,26980.0,1649.8443911400002,ia +19103,52245,0.174468764,194.0,26980.0,26369.20899096,ia +19103,52246,0.16309504,194.0,26980.0,24650.1843456,ia +19103,52317,0.13710192,194.0,26980.0,20721.5841888,ia +19103,52322,0.019085664,194.0,26980.0,2884.6072569599996,ia +19103,52333,0.04595955400000001,194.0,26980.0,6946.326991560001,ia +19103,52338,0.025611684,190.0,26980.0,3870.94991976,ia +19103,52340,0.021381214,194.0,26980.0,3231.5566839599996,ia +19103,52755,0.012642865,194.0,26980.0,1910.8426161,ia +19105,52205,0.45070851700000003,190.0,16300.0,9321.102840077001,ia +19105,52212,0.011021382,190.0,16300.0,227.933201142,ia +19105,52305,0.029762812000000003,190.0,16300.0,615.5247149720001,ia +19105,52310,0.32297221800000003,190.0,16300.0,6679.388440458,ia +19105,52312,0.004063182,190.0,16300.0,84.03066694200001,ia +19105,52320,0.063538016,190.0,16300.0,1314.029708896,ia +19105,52321,0.021636447000000003,190.0,16300.0,447.46336040700004,ia +19105,52323,0.047945552999999995,191.0,16300.0,991.5619815929999,ia +19105,52362,0.048351872000000004,190.0,16300.0,999.965064832,ia +19107,50104,0.006772234,194.0,,69.388309564,ia +19107,50136,0.039737077999999995,194.0,,407.14610118799993,ia +19107,50255,0.007270191999999999,194.0,,74.49038723199999,ia +19107,50268,0.104969625,194.0,,1075.51877775,ia +19107,52231,0.019818743,194.0,,203.062840778,ia +19107,52248,0.18852703899999998,194.0,,1931.6480415939998,ia +19107,52335,0.070411314,194.0,,721.434323244,ia +19107,52355,0.029877502,194.0,,306.124885492,ia +19107,52550,0.042724828,194.0,,437.758587688,ia +19107,52563,0.14231650199999998,194.0,,1458.174879492,ia +19107,52576,0.055771338,194.0,,571.4331291479999,ia +19107,52591,0.291803605,194.0,,2989.8197368300002,ia +19109,50451,0.034832391000000004,251.0,,515.972207883,ia +19109,50480,0.060215202,195.0,,891.967787226,ia +19109,50483,0.04497172,195.0,,666.16608836,ia +19109,50511,0.481100841,195.0,,7126.546757733,ia +19109,50517,0.075458684,195.0,,1117.769486092,ia +19109,50522,0.068009381,195.0,,1007.4229607529999,ia +19109,50539,0.043109394,371.0,,638.5794533220001,ia +19109,50556,0.013036281,251.0,,193.106430453,ia +19109,50559,0.019795833999999998,195.0,,293.235689042,ia +19109,50560,0.040764243,195.0,,603.840731559,ia +19109,50590,0.058835701,371.0,,871.533238913,ia +19109,50598,0.059870327,195.0,,886.859153851,ia +19111,52619,0.020318202,194.0,,683.849724714,ia +19111,52624,0.007823675,194.0,,263.321429475,ia +19111,52625,0.078207561,194.0,,2632.2318805769996,ia +19111,52627,0.36672018700000003,194.0,,12342.701333859,ia +19111,52632,0.368880455,194.0,,12415.409473935,ia +19111,52639,0.060341556,194.0,,2030.915750292,ia +19111,52656,0.072923661,194.0,,2454.391658277,ia +19111,52657,0.00207269,194.0,,69.76052733,ia +19111,52658,0.022712013,191.0,,764.418221541,ia +19113,52202,0.004630589,190.0,16300.0,1049.782309834,ia +19113,52213,0.018288124,190.0,16300.0,4146.027439544,ia +19113,52214,0.016171025,190.0,16300.0,3666.0683936499995,ia +19113,52218,0.008108035,190.0,16300.0,1838.1401827099999,ia +19113,52219,0.0008693619999999999,190.0,16300.0,197.089581572,ia +19113,52227,0.013499878,190.0,16300.0,3060.503341868,ia +19113,52228,0.014878243999999999,190.0,16300.0,3372.9871842639996,ia +19113,52233,0.032224935,190.0,16300.0,7305.58611411,ia +19113,52253,0.015657517,190.0,16300.0,3549.653049002,ia +19113,52302,0.181710075,190.0,16300.0,41194.76426295,ia +19113,52314,0.027580833,190.0,16300.0,6252.740326098,ia +19113,52324,0.009621535,190.0,16300.0,2181.25971371,ia +19113,52328,0.013220602,190.0,16300.0,2997.189797012,ia +19113,52336,0.01058549,190.0,16300.0,2399.79409594,ia +19113,52341,0.004824281,190.0,16300.0,1093.693448386,ia +19113,52401,0.009765678,190.0,16300.0,2213.937796668,ia +19113,52402,0.186516338,190.0,16300.0,42284.372922628,ia +19113,52403,0.103458527,190.0,16300.0,23454.668822061998,ia +19113,52404,0.176953361,190.0,16300.0,40116.388658866,ia +19113,52405,0.114746714,190.0,16300.0,26013.768544084,ia +19113,52411,0.036688859,190.0,16300.0,8317.584468453999,ia +19115,52640,0.12562947300000002,191.0,,1386.3212345550003,ia +19115,52646,0.029154519,191.0,,321.720117165,ia +19115,52653,0.295344112,191.0,,3259.12227592,ia +19115,52737,0.038519304,194.0,,425.06051964,ia +19115,52738,0.331036311,194.0,,3652.9856918850005,ia +19115,52752,0.045675413,194.0,,504.028182455,ia +19115,52754,0.134640869,194.0,,1485.761989415,ia +19117,50049,0.7238007590000001,192.0,,6224.6865274,ia +19117,50068,0.039226963999999996,192.0,,337.35189039999995,ia +19117,50151,0.067065455,192.0,,576.7629129999999,ia +19117,50238,0.153456804,192.0,,1319.7285144,ia +19117,50272,0.016450017,192.0,,141.47014620000002,ia +19119,51230,0.027932488999999998,371.0,,328.346408195,ia +19119,51235,0.11274261599999999,371.0,,1325.28945108,ia +19119,51237,0.139409283,371.0,,1638.756121665,ia +19119,51240,0.19181434600000002,371.0,,2254.7776372300004,ia +19119,51241,0.15443038,371.0,,1815.3291169000001,ia +19119,51242,0.018312236000000003,371.0,,215.26033418000003,ia +19119,51243,0.069704641,371.0,,819.3780549549999,ia +19119,51246,0.285654008,371.0,,3357.86286404,ia +19121,50033,0.001848075,192.0,19780.0,30.19384935,ia +19121,50072,0.154537344,192.0,19780.0,2524.831126272,ia +19121,50155,0.019118022,192.0,19780.0,312.35024343599997,ia +19121,50218,0.009622738,192.0,19780.0,157.216293444,ia +19121,50222,0.032691817000000005,192.0,19780.0,534.1189061460001,ia +19121,50240,0.1858909,192.0,19780.0,3037.0855242,ia +19121,50257,0.064873821,192.0,19780.0,1059.9084874979999,ia +19121,50273,0.531417283,192.0,19780.0,8682.295569654001,ia +19123,50027,0.014855993,192.0,,328.243165335,ia +19123,50143,0.032874874,192.0,,726.37034103,ia +19123,50207,0.100301912,192.0,,2216.17074564,ia +19123,52534,0.017635501,192.0,,389.65639459500005,ia +19123,52543,0.017779269,192.0,,392.83294855500003,ia +19123,52561,0.045238894,192.0,,999.55336293,ia +19123,52577,0.730675229,192.0,,16144.269184755001,ia +19123,52586,0.020319164,192.0,,448.95192858,ia +19123,52595,0.020319164,192.0,,448.95192858,ia +19125,50044,0.027641537999999997,192.0,,919.1640631139999,ia +19125,50057,0.008053285,192.0,,267.795886105,ia +19125,50062,0.020890099999999998,192.0,,694.6584952999999,ia +19125,50116,0.00896155,192.0,,297.99842215,ia +19125,50119,0.011413866000000002,192.0,,379.5452860980001,ia +19125,50138,0.355464729,192.0,,11820.268633437,ia +19125,50163,0.024886467000000002,192.0,,827.5496871510001,ia +19125,50214,0.028428701,192.0,,945.339594353,ia +19125,50219,0.410778081,192.0,,13659.603527493,ia +19125,50225,0.08468059300000001,192.0,,2815.8837590290004,ia +19125,50252,0.006206479,192.0,,206.384046187,ia +19125,50256,0.012594611,192.0,,418.808599583,ia +19127,50005,0.027403907999999998,192.0,,1078.864454052,ia +19127,50051,0.007048908,192.0,,277.50845905200003,ia +19127,50078,0.004367258,192.0,,171.93458020199998,ia +19127,50120,0.008376963000000001,192.0,,329.79265634700005,ia +19127,50141,0.01338271,192.0,,526.86390999,ia +19127,50142,0.023828374,192.0,,938.099256006,ia +19127,50148,0.010011493,192.0,,394.142467917,ia +19127,50158,0.789222322,192.0,,31070.893594818,ia +19127,50162,0.034095262,192.0,,1342.296369678,ia +19127,50234,0.014838463,192.0,,584.175449847,ia +19127,50239,0.001838846,192.0,,72.39352817400001,ia +19127,50247,0.06558549400000001,192.0,,2582.0353132860005,ia +19129,51533,0.056636929,278.0,36540.0,855.7273602610001,ia +19129,51534,0.623682076,278.0,36540.0,9423.212486284001,ia +19129,51540,0.026223304,278.0,36540.0,396.207900136,ia +19129,51541,0.024601243999999998,278.0,36540.0,371.70019559599996,ia +19129,51551,0.117869695,278.0,36540.0,1780.893221755,ia +19129,51554,0.011759935,278.0,36540.0,177.680857915,ia +19129,51561,0.10252771,278.0,36540.0,1549.09117039,ia +19129,51571,0.036699108,278.0,36540.0,554.486822772,ia +19131,50426,0.004312241,195.0,,45.649383226,ia +19131,50454,0.00642436,195.0,,68.00827496,ia +19131,50455,0.055443105,195.0,,586.92070953,ia +19131,50460,0.031769779,195.0,,336.31488049399996,ia +19131,50461,0.491331515,195.0,,5201.23541779,ia +19131,50466,0.133151456,195.0,,1409.541313216,ia +19131,50472,0.20549150800000002,195.0,,2175.3331036880004,ia +19131,50476,0.072076036,195.0,,762.996917096,ia +19133,51010,0.044381061,278.0,,382.342840515,ia +19133,51034,0.200798631,196.0,,1729.880206065,ia +19133,51040,0.404221335,278.0,,3482.3668010250003,ia +19133,51051,0.009811751,278.0,,84.528234865,ia +19133,51060,0.068225898,278.0,,587.7661112699999,ia +19133,51063,0.13359954400000001,278.0,,1150.9600715600002,ia +19133,51523,0.042783799000000004,278.0,,368.582428385,ia +19133,51558,0.04266970900000001,278.0,,367.59954303500007,ia +19133,51572,0.053508272,278.0,,460.97376328,ia +19135,50150,0.134064192,192.0,,1033.232727744,ia +19135,52531,0.790120195,192.0,,6089.456342865,ia +19135,52569,0.075815612,192.0,,584.310921684,ia +19137,50847,0.013298504,278.0,,131.881264168,ia +19137,51532,0.086202802,278.0,,854.873187434,ia +19137,51566,0.7734504870000001,278.0,,7670.308479579001,ia +19137,51573,0.127048207,278.0,,1259.937068819,ia +19139,52720,0.021359835,194.0,,911.2960004400001,ia +19139,52739,0.012501123999999999,194.0,,533.3479543359999,ia +19139,52749,0.023293462,194.0,,993.792262768,ia +19139,52760,0.006565339,194.0,,280.103623096,ia +19139,52761,0.688438709,194.0,,29371.549080776003,ia +19139,52766,0.018526846,194.0,,790.429357744,ia +19139,52769,0.015851246,191.0,,676.277559344,ia +19139,52776,0.11030668199999999,194.0,,4706.124280847999,ia +19139,52778,0.103156759,194.0,,4401.079965976,ia +19141,51009,0.01060095,196.0,,145.79486534999998,ia +19141,51046,0.12363185800000001,196.0,,1700.3089430740001,ia +19141,51058,0.056859640999999995,196.0,,781.9906426729999,ia +19141,51201,0.41109657899999996,196.0,,5653.811250987,ia +19141,51231,0.025400977,196.0,,349.339636681,ia +19141,51245,0.089213189,196.0,,1226.948988317,ia +19141,51248,0.132856061,196.0,,1827.169406933,ia +19141,51346,0.150340745,371.0,,2067.636265985,ia +19143,51232,0.118933245,371.0,,708.60427371,ia +19143,51249,0.53288057,371.0,,3174.90243606,ia +19143,51345,0.07155872099999999,371.0,,426.34685971799996,ia +19143,51350,0.11611727699999999,371.0,,691.826736366,ia +19143,51354,0.160510187,371.0,,956.319694146,ia +19145,50864,0.117015132,278.0,,1767.7475991239999,ia +19145,51601,0.327134111,278.0,,4942.015014877,ia +19145,51630,0.013688345,278.0,,206.789827915,ia +19145,51631,0.014843479,278.0,,224.24043725299998,ia +19145,51632,0.404990181,278.0,,6118.186664367,ia +19145,51636,0.022698394,278.0,,342.904638158,ia +19145,51637,0.012937507,278.0,,195.446918249,ia +19145,51638,0.076123368,278.0,,1149.995720376,ia +19145,51647,0.007566130999999999,278.0,,114.30154101699999,ia +19145,51656,0.00300335,278.0,,45.371608450000004,ia +19147,50515,0.027730375,371.0,,246.41211225,ia +19147,50527,0.023890785,195.0,,212.29351551000002,ia +19147,50528,0.028583617999999998,195.0,,253.994029548,ia +19147,50536,0.478135666,195.0,,4248.713528076,ia +19147,50562,0.040635666,195.0,,361.088528076,ia +19147,50597,0.127453072,195.0,,1132.547997792,ia +19147,51342,0.14057167199999998,371.0,,1249.1198773919998,ia +19147,51358,0.13299914699999998,371.0,,1181.830420242,ia +19149,51001,0.099144353,196.0,,2496.157375481,ia +19149,51008,0.005704312,196.0,,143.61746322399998,ia +19149,51024,0.075688562,196.0,,1905.610925474,ia +19149,51028,0.09948490900000001,196.0,,2504.731553893,ia +19149,51031,0.5173045000000001,196.0,,13024.1753965,ia +19149,51038,0.071687029,196.0,,1804.864329133,ia +19149,51050,0.112596313,196.0,,2834.8373724010003,ia +19149,51062,0.018390022,196.0,,463.005583894,ia +19151,50540,0.14981514199999998,196.0,,991.6264248979999,ia +19151,50546,0.03922199,192.0,,259.61035181,ia +19151,50554,0.24690564199999998,192.0,,1634.268444398,ia +19151,50571,0.065262819,192.0,,431.97459896099997,ia +19151,50573,0.013181161,195.0,,87.246104659,ia +19151,50574,0.329368269,192.0,,2180.088572511,ia +19151,50581,0.15029738,192.0,,994.81835822,ia +19151,50593,0.005947597,196.0,,39.367144543,ia +19153,50007,0.000971271,192.0,19780.0,476.079164631,ia +19153,50009,0.039577254,192.0,19780.0,19399.226397894,ia +19153,50021,0.055455505999999995,192.0,19780.0,27182.126276466,ia +19153,50023,0.073768004,192.0,19780.0,36158.198608644,ia +19153,50032,0.000560504,192.0,19780.0,274.737201144,ia +19153,50035,0.01549986,192.0,19780.0,7597.4268774600005,ia +19153,50073,0.002312838,192.0,19780.0,1133.662986918,ia +19153,50111,0.027851185,192.0,19780.0,13651.564690785,ia +19153,50131,0.042331210999999994,192.0,19780.0,20749.108714970997,ia +19153,50156,0.009844232,192.0,19780.0,4825.2586013519995,ia +19153,50169,0.006288976999999999,192.0,19780.0,3082.611255297,ia +19153,50226,0.012725668999999998,192.0,19780.0,6237.6266427089995,ia +19153,50237,0.006772589,192.0,19780.0,3319.658996829,ia +19153,50265,0.065024545,192.0,19780.0,31872.496001745003,ia +19153,50266,0.058512985,192.0,19780.0,28680.783240585002,ia +19153,50309,0.014180551000000001,192.0,19780.0,6950.753058711,ia +19153,50310,0.064502487,192.0,19780.0,31616.603530407,ia +19153,50311,0.031849583,192.0,19780.0,15611.423452863,ia +19153,50312,0.03272575,192.0,19780.0,16040.88634575,ia +19153,50313,0.038593842999999996,192.0,19780.0,18917.196678722998,ia +19153,50314,0.023326682999999997,192.0,19780.0,11433.830265962999,ia +19153,50315,0.072491188,192.0,19780.0,35532.353201268,ia +19153,50316,0.033941861000000004,192.0,19780.0,16636.976529621003,ia +19153,50317,0.076843694,192.0,19780.0,37665.781894734006,ia +19153,50319,0.0,192.0,19780.0,0.0,ia +19153,50320,0.044939478,192.0,19780.0,22027.579475958,ia +19153,50321,0.018482471,192.0,19780.0,9059.386467831,ia +19153,50322,0.06308605099999999,192.0,19780.0,30922.321844210994,ia +19153,50324,0.010097168,192.0,19780.0,4949.237964048,ia +19153,50325,0.034413332000000005,192.0,19780.0,16868.073226452,ia +19153,50327,0.023029231,192.0,19780.0,11288.030896191,ia +19155,51501,0.37989835299999997,278.0,36540.0,35408.805889717994,ia +19155,51503,0.39822923299999996,278.0,36540.0,37117.353890998,ia +19155,51510,0.04074484,278.0,36540.0,3797.66355704,ia +19155,51521,0.020361675,278.0,36540.0,1897.8302800499998,ia +19155,51525,0.012034341,278.0,36540.0,1121.672787246,ia +19155,51526,0.019147496,278.0,36540.0,1784.661512176,ia +19155,51536,0.00406159,278.0,36540.0,378.56455754,ia +19155,51542,0.012313708999999999,278.0,36540.0,1147.711561054,ia +19155,51548,0.004738522,278.0,36540.0,441.658681532,ia +19155,51549,0.0057163119999999994,278.0,36540.0,532.794576272,ia +19155,51553,0.011701247,278.0,36540.0,1090.626427882,ia +19155,51559,0.018287900000000003,278.0,36540.0,1704.5420074000003,ia +19155,51560,0.022908227000000003,278.0,36540.0,2135.184205762,ia +19155,51575,0.015870287,278.0,36540.0,1479.205970122,ia +19155,51576,0.022338745,278.0,36540.0,2082.10506647,ia +19155,51577,0.011647523,278.0,36540.0,1085.619028738,ia +19157,50112,0.617283304,192.0,,11422.210257216,ia +19157,50157,0.042291164000000006,192.0,,782.5556986560001,ia +19157,50171,0.135258359,192.0,,2502.8206749359997,ia +19157,50242,0.029451839,192.0,,544.976828856,ia +19157,52211,0.127187926,192.0,,2353.485382704,ia +19157,52221,0.012158055,194.0,,224.97264972,ia +19157,52222,0.026621947000000003,192.0,,492.6125072880001,ia +19157,52232,0.009747406,190.0,,180.366000624,ia +19159,50074,0.08701030900000001,192.0,,425.82845224600004,ia +19159,50133,0.08268041200000001,192.0,,404.637936328,ia +19159,50835,0.01814433,192.0,,88.79835102,ia +19159,50845,0.177525773,192.0,,868.811133062,ia +19159,50854,0.5334020620000001,192.0,,2610.4696914280003,ia +19159,50860,0.051752577,192.0,,253.277111838,ia +19159,50863,0.049484535999999996,192.0,,242.17731918399997,ia +19161,50535,0.10328827900000001,196.0,,1004.0653601590001,ia +19161,50561,0.039842647,196.0,,387.310371487,ia +19161,50567,0.032075852,196.0,,311.809357292,ia +19161,50583,0.274258624,196.0,,2666.068083904,ia +19161,51053,0.10238047199999999,196.0,,995.2405683119998,ia +19161,51433,0.055275368,192.0,,537.331852328,ia +19161,51450,0.146762155,192.0,,1426.6749087550002,ia +19161,51458,0.142828324,196.0,,1388.4341376040002,ia +19161,51466,0.10328827900000001,192.0,,1004.0653601590001,ia +19163,52722,0.216433842,191.0,19340.0,37430.717937006,ia +19163,52726,0.027358797,191.0,19340.0,4731.512429571,ia +19163,52728,0.006120341999999999,191.0,19340.0,1058.4703065059998,ia +19163,52745,0.0027323990000000004,191.0,19340.0,472.5492802570001,ia +19163,52746,0.006108739,191.0,19340.0,1056.463648877,ia +19163,52748,0.060315821,191.0,19340.0,10431.199031203,ia +19163,52753,0.032765582,191.0,19340.0,5666.578047826,ia +19163,52756,0.011759178,191.0,19340.0,2033.667520854,ia +19163,52758,0.00127628,191.0,19340.0,220.72369204,ia +19163,52765,0.001943426,191.0,19340.0,336.101922718,ia +19163,52767,0.0010558310000000001,191.0,19340.0,182.598580633,ia +19163,52768,0.009450271,191.0,19340.0,1634.358217553,ia +19163,52773,0.014340743000000001,191.0,19340.0,2480.1311166490004,ia +19163,52801,0.00643361,191.0,19340.0,1112.64781423,ia +19163,52802,0.060130181,191.0,19340.0,10399.093892683,ia +19163,52803,0.12947858199999998,191.0,19340.0,22392.414406825996,ia +19163,52804,0.159883046,191.0,19340.0,27650.653624378,ia +19163,52806,0.161693043,191.0,19340.0,27963.679935549,ia +19163,52807,0.090720286,191.0,19340.0,15689.438421698,ia +19165,51446,0.054651729,278.0,,625.980903966,ia +19165,51447,0.021626887,278.0,,247.714363698,ia +19165,51527,0.048319532000000005,278.0,,553.4519195280001,ia +19165,51530,0.060496834000000006,278.0,,692.9307366360001,ia +19165,51531,0.063906478,278.0,,731.984799012,ia +19165,51537,0.6600097420000001,278.0,,7559.7515848680005,ia +19165,51562,0.042279591,278.0,,484.270435314,ia +19165,51565,0.043643449,278.0,,499.892064846,ia +19165,51578,0.005065757,278.0,,58.023180677999996,ia +19167,51003,0.050479512000000004,196.0,,1759.46339076,ia +19167,51011,0.002353967,371.0,,82.047519785,ia +19167,51022,0.019587329,196.0,,682.716352295,ia +19167,51023,0.09395524599999999,371.0,,3274.81009933,ia +19167,51027,0.039290904,196.0,,1369.48445892,ia +19167,51036,0.029584423,196.0,,1031.165063665,ia +19167,51041,0.207759372,196.0,,7241.45291106,ia +19167,51234,0.038622493,196.0,,1346.186993515,ia +19167,51238,0.033943621,196.0,,1183.104909955,ia +19167,51239,0.08666085400000001,371.0,,3020.5640661700004,ia +19167,51244,0.002266783,196.0,,79.00872146500001,ia +19167,51247,0.146585295,371.0,,5109.2304572250005,ia +19167,51250,0.24891020100000003,196.0,,8675.765055855001,ia +19169,50010,0.341707077,192.0,11180.0,33185.566197009,ia +19169,50011,0.015070726000000001,192.0,11180.0,1463.6236969420002,ia +19169,50012,0.04846174,192.0,11180.0,4706.458803580001,ia +19169,50014,0.30414092800000003,192.0,11180.0,29537.254504576,ia +19169,50046,0.016046601,192.0,11180.0,1558.397749317,ia +19169,50055,0.00908469,192.0,11180.0,882.27783873,ia +19169,50056,0.01443691,192.0,11180.0,1402.0693884700001,ia +19169,50105,0.009607839,192.0,11180.0,933.084500163,ia +19169,50124,0.040775467999999995,192.0,11180.0,3959.9911257559997,ia +19169,50134,0.007535363000000001,192.0,11180.0,731.8118484710001,ia +19169,50154,0.0042656790000000005,192.0,11180.0,414.26994744300004,ia +19169,50161,0.018280046,192.0,11180.0,1775.3032273820002,ia +19169,50201,0.083532868,192.0,11180.0,8112.461541555999,ia +19169,50236,0.014809151000000001,192.0,11180.0,1438.220317667,ia +19169,50243,0.001861204,192.0,11180.0,180.754548868,ia +19169,50244,0.018984285,192.0,11180.0,1843.696806345,ia +19169,50248,0.043471699999999995,192.0,11180.0,4221.8410889,ia +19169,50278,0.007927725,192.0,11180.0,769.916868825,ia +19171,50173,0.049468566,192.0,,833.743211364,ia +19171,50612,0.018826323,197.0,,317.298847842,ia +19171,50632,0.059079602,192.0,,995.727612108,ia +19171,50635,0.095205789,192.0,,1604.598367806,ia +19171,50652,0.005370873000000001,192.0,,90.52069354200002,ia +19171,50675,0.130879692,197.0,,2205.846328968,ia +19171,52215,0.044945726,192.0,,757.515266004,ia +19171,52217,0.0347128,197.0,,585.0495312,ia +19171,52224,0.116180461,197.0,,1958.105489694,ia +19171,52225,0.014755767,190.0,,248.693697018,ia +19171,52339,0.23818408,192.0,,4014.3544843199998,ia +19171,52342,0.18854590699999998,192.0,,3177.7527165779998,ia +19171,52348,0.0038444140000000004,190.0,,64.79375355600001,ia +19173,50833,0.362269416,192.0,,2217.451095336,ia +19173,50836,0.038753682000000005,192.0,,237.21128752200002,ia +19173,50840,0.07936754,192.0,,485.80871234,ia +19173,50848,0.051619904,192.0,,315.965432384,ia +19173,50851,0.325065881,192.0,,1989.728257601,ia +19173,50862,0.031933034,192.0,,195.462101114,ia +19173,51646,0.11099054400000001,278.0,,679.373119824,ia +19175,50149,0.070745848,192.0,,865.999925368,ia +19175,50254,0.021858352,192.0,,267.568086832,ia +19175,50801,0.7377781259999999,192.0,,9031.142040366,ia +19175,50830,0.140943278,192.0,,1725.286665998,ia +19175,50842,0.007364463000000001,192.0,,90.148391583,ia +19175,50861,0.021309934,192.0,,260.854902094,ia +19177,52535,0.136386964,194.0,,960.709774416,ia +19177,52542,0.051578137,194.0,,363.31639702800004,ia +19177,52551,0.061714139,194.0,,434.714395116,ia +19177,52565,0.201437003,194.0,,1418.922249132,ia +19177,52570,0.141647421,192.0,,997.764433524,ia +19177,52573,0.02617398,194.0,,184.36951512,ia +19177,52588,0.00436233,194.0,,30.72825252,ia +19177,52620,0.11508853,194.0,,810.68360532,ia +19177,52626,0.158583526,194.0,,1117.062357144,ia +19177,52651,0.10302797,194.0,,725.72902068,ia +19179,52501,0.8417078290000001,194.0,,29433.681072301002,ia +19179,52530,0.032135355,194.0,,1123.7412289949998,ia +19179,52536,0.025918356,194.0,,906.338990964,ia +19179,52548,0.00272526,194.0,,95.29961694,ia +19179,52553,0.053710327999999995,194.0,,1878.1964598319998,ia +19179,52554,0.038210413,194.0,,1336.179932197,ia +19179,52566,0.00559246,194.0,,195.56273374,ia +19181,50001,0.016263853999999998,192.0,19780.0,837.0355099639999,ia +19181,50047,0.126313182,192.0,19780.0,6500.834224812,ia +19181,50061,0.034632928,192.0,19780.0,1782.418272448,ia +19181,50118,0.019648717,192.0,19780.0,1011.2408691219999,ia +19181,50125,0.42009452799999997,192.0,19780.0,21620.584978048,ia +19181,50139,0.025530949,192.0,19780.0,1313.975821234,ia +19181,50160,0.010278426,192.0,19780.0,528.989472516,ia +19181,50166,0.03178469,192.0,19780.0,1635.83085554,ia +19181,50210,0.03246579,192.0,19780.0,1670.8843481400002,ia +19181,50211,0.264514664,192.0,19780.0,13613.511697424,ia +19181,50229,0.018472271000000002,192.0,19780.0,950.6938992860001,ia +19183,52201,0.059117369,194.0,26980.0,1298.5130100850001,ia +19183,52247,0.21814034,194.0,26980.0,4791.4525681,ia +19183,52327,0.119532725,194.0,26980.0,2625.536304625,ia +19183,52353,0.37067337899999997,194.0,26980.0,8141.840769734999,ia +19183,52356,0.105844871,194.0,26980.0,2324.882591515,ia +19183,52359,0.009951227,194.0,26980.0,218.578701055,ia +19183,52540,0.050385463,194.0,26980.0,1106.716694795,ia +19183,52585,0.040040906,194.0,26980.0,879.49850029,ia +19183,52621,0.026313719,194.0,26980.0,577.980837835,ia +19185,50008,0.140485313,192.0,,904.865901033,ia +19185,50052,0.023627075,192.0,,152.18199007500002,ia +19185,50060,0.419061303,192.0,,2699.173852623,ia +19185,50123,0.107120051,192.0,,689.960248491,ia +19185,50147,0.045657727,192.0,,294.081419607,ia +19185,50165,0.017401022,192.0,,112.079982702,ia +19185,52583,0.048212005,192.0,,310.533524205,ia +19185,52590,0.19843550399999998,192.0,,1278.123081264,ia +19187,50501,0.7683020309999999,192.0,,27585.116121024,ia +19187,50516,0.016371899,192.0,,587.816661696,ia +19187,50518,0.012100969,192.0,,434.473190976,ia +19187,50521,0.007912172,192.0,,284.078623488,ia +19187,50523,0.018753764,192.0,,673.335142656,ia +19187,50524,0.017795543,192.0,,638.931175872,ia +19187,50530,0.032387888,192.0,,1162.8547307519998,ia +19187,50532,0.02442096,192.0,,876.8101478399999,ia +19187,50543,0.037315885,192.0,,1339.78953504,ia +19187,50544,0.011224881,192.0,,403.01812742400006,ia +19187,50557,0.019246564,192.0,,691.028633856,ia +19187,50566,0.012319991,192.0,,442.336956864,ia +19187,50569,0.016673055,192.0,,598.62936672,ia +19187,50594,0.0051743959999999995,192.0,,185.781513984,ia +19189,50424,0.122431795,195.0,,1267.65880543,ia +19189,50436,0.49216908,195.0,,5095.918654319999,ia +19189,50450,0.227770293,195.0,,2358.3336137220003,ia +19189,50453,0.044375211,195.0,,459.460934694,ia +19189,50465,0.013809363,251.0,,142.982144502,ia +19189,50473,0.034355002,195.0,,355.71169070800005,ia +19189,50478,0.065089256,195.0,,673.934156624,ia +19191,52101,0.660634365,448.0,,13206.741590714999,ia +19191,52132,0.089365635,448.0,,1786.508409285,ia +19191,52133,0.029772329,448.0,,595.178629039,ia +19191,52144,0.06489589400000001,448.0,,1297.3338169540002,ia +19191,52161,0.068884997,448.0,,1377.079975027,ia +19191,52165,0.031815527999999996,448.0,,636.0242202479999,ia +19191,52168,0.011870014,448.0,,237.293449874,ia +19191,52171,0.042761238,253.0,,854.839908858,ia +19193,51004,0.009476539,196.0,43580.0,977.0975066730001,ia +19193,51007,0.005068846,196.0,43580.0,522.6335045220001,ia +19193,51016,0.011948678999999999,196.0,43580.0,1231.9924456529998,ia +19193,51018,0.002443395,196.0,43580.0,251.931128265,ia +19193,51019,0.008872876,196.0,43580.0,914.855625732,ia +19193,51026,0.006889415,196.0,43580.0,710.346912405,ia +19193,51030,0.01600184,196.0,43580.0,1649.9017168799999,ia +19193,51039,0.024156071,196.0,43580.0,2490.6600125970003,ia +19193,51044,0.00222301,196.0,43580.0,229.20789207,ia +19193,51048,0.005825819,196.0,43580.0,600.682719633,ia +19193,51052,0.007943428,196.0,43580.0,819.0230307960001,ia +19193,51054,0.053975068,196.0,43580.0,5565.207336276,ia +19193,51055,0.015407758999999998,278.0,43580.0,1588.6478072129999,ia +19193,51056,0.003689047,196.0,43580.0,380.366569029,ia +19193,51101,0.007799699,196.0,43580.0,804.203564793,ia +19193,51103,0.16630415,196.0,43580.0,17147.12199405,ia +19193,51104,0.219656392,196.0,43580.0,22648.111609944,ia +19193,51105,0.09409465,196.0,43580.0,9701.81707755,ia +19193,51106,0.25590487100000003,196.0,43580.0,26385.583534197005,ia +19193,51108,0.051426272,196.0,43580.0,5302.4086271040005,ia +19193,51109,0.028640419,196.0,43580.0,2953.027681833,ia +19193,51111,0.002251756,196.0,43580.0,232.171805892,ia +19195,50434,0.049225664,195.0,,363.334625984,ia +19195,50440,0.077018805,195.0,,568.475799705,ia +19195,50444,0.053512168,195.0,,394.973312008,ia +19195,50446,0.06346792,195.0,,468.45671752,ia +19195,50448,0.08614491199999999,195.0,,635.8355954719999,ia +19195,50456,0.253871681,195.0,,1873.826877461,ia +19195,50459,0.41675885,195.0,,3076.0970718500002,ia +19197,50071,0.082237848,195.0,,1033.071846576,ia +19197,50101,0.0022164479999999998,195.0,,27.843019776,ia +19197,50421,0.23433200899999998,195.0,,2943.6786970579997,ia +19197,50470,0.017655151,195.0,,221.784006862,ia +19197,50525,0.266508713,195.0,,3347.882452706,ia +19197,50533,0.295933965,192.0,,3717.5224683300003,ia +19197,50542,0.070391318,195.0,,884.2557367159999,ia +19197,50599,0.030724549,192.0,,385.961784538,ia +20001,66732,0.024811306,267.0,,306.891043914,ks +20001,66748,0.22057170399999998,201.0,,2728.251406776,ks +20001,66749,0.598442268,201.0,,7402.132412892,ks +20001,66751,0.066002891,201.0,,816.389758779,ks +20001,66755,0.075558054,201.0,,934.577569926,ks +20001,66772,0.014613778999999999,201.0,,180.75783245099998,ks +20003,66015,0.103304262,201.0,,811.7648907959999,ks +20003,66032,0.610244442,268.0,,4795.3008252360005,ks +20003,66033,0.090529419,268.0,,711.380174502,ks +20003,66039,0.072595504,201.0,,570.4554704320001,ks +20003,66091,0.034025304,268.0,,267.370838832,ks +20003,66093,0.089301069,201.0,,701.727800202,ks +20005,66002,0.840525447,268.0,,13509.765509630999,ks +20005,66016,0.026462749,268.0,,425.335764677,ks +20005,66023,0.072851885,268.0,,1170.948347605,ks +20005,66041,0.042581546,268.0,,684.413188858,ks +20005,66058,0.017578373,268.0,,282.53718922900003,ks +20007,67057,0.04631803599999999,201.0,,205.04994537199997,ks +20007,67061,0.04226254,201.0,,187.09626458,ks +20007,67065,0.054642475999999995,201.0,,241.90224125199998,ks +20007,67070,0.233724653,201.0,,1034.699038831,ks +20007,67071,0.04375667,201.0,,193.71077809,ks +20007,67104,0.5013874070000001,201.0,,2219.642050789,ks +20007,67138,0.07171825,201.0,,317.49669274999997,ks +20007,67143,0.0061899680000000006,201.0,,27.402988336000003,ks +20009,67511,0.010107015,201.0,,260.548739685,ks +20009,67525,0.033479489,201.0,,863.067746931,ks +20009,67526,0.115227408,201.0,,2970.447350832,ks +20009,67530,0.703217895,201.0,,18128.254115205,ks +20009,67544,0.111400119,201.0,,2871.783667701,ks +20009,67564,0.009140904,201.0,,235.643364216,ks +20009,67567,0.01742717,201.0,,449.25501542999996,ks +20011,66701,0.821751468,267.0,,11943.335835912,ks +20011,66716,0.024021646,267.0,,349.130602964,ks +20011,66738,0.015178513000000001,267.0,,220.60450794200003,ks +20011,66741,0.011680855,267.0,,169.76954657000002,ks +20011,66754,0.02540751,267.0,,369.27275034,ks +20011,66769,0.025209528999999998,267.0,,366.39529448599995,ks +20011,66779,0.042169867,267.0,,612.896846978,ks +20011,66780,0.034580611000000004,201.0,,502.5946002740001,ks +20013,66424,0.04767789099999999,200.0,,455.99134952399993,ks +20013,66425,0.047780867000000005,200.0,,456.97621198800005,ks +20013,66434,0.491607455,200.0,,4701.73369962,ks +20013,66439,0.266090001,268.0,,2544.884769564,ks +20013,66515,0.041499331,200.0,,396.899601684,ks +20013,66527,0.027185666,200.0,,260.003709624,ks +20013,66532,0.078158789,200.0,,747.5106579960001,ks +20015,66842,0.0069842509999999995,201.0,48620.0,467.32321866099994,ks +20015,67002,0.222198757,201.0,48620.0,14867.541029627,ks +20015,67010,0.209633138,201.0,48620.0,14026.762896717999,ks +20015,67012,0.000241356,201.0,48620.0,16.149371316,ks +20015,67017,0.036324142000000004,201.0,48620.0,2430.484665362,ks +20015,67039,0.049100947,201.0,48620.0,3285.393464717,ks +20015,67041,0.005068485,201.0,48620.0,339.137399835,ks +20015,67042,0.268343088,201.0,48620.0,17955.104361168,ks +20015,67072,0.0029566159999999996,201.0,48620.0,197.83013317599998,ks +20015,67074,0.022159537000000003,201.0,48620.0,1482.7167802070003,ks +20015,67123,0.010830869,201.0,48620.0,724.704275659,ks +20015,67132,0.006320521,201.0,48620.0,422.912380631,ks +20015,67133,0.096467145,201.0,48620.0,6454.713139095,ks +20015,67144,0.040562964,201.0,48620.0,2714.108484204,ks +20015,67154,0.022808182000000003,201.0,48620.0,1526.1182658020002,ks +20017,66840,0.237159163,201.0,,627.997463624,ks +20017,66843,0.054216867,200.0,,143.566263816,ks +20017,66845,0.37888395700000005,200.0,,1003.2847181360002,ks +20017,66850,0.077996195,200.0,,206.53392436000001,ks +20017,66862,0.017438174,200.0,,46.176284752,ks +20017,66869,0.23430564399999998,200.0,,620.441345312,ks +20019,67024,0.280128205,201.0,,910.41666625,ks +20019,67334,0.010897436000000002,340.0,,35.416667000000004,ks +20019,67355,0.051282050999999995,340.0,,166.66666575,ks +20019,67360,0.127884615,340.0,,415.62499875000003,ks +20019,67361,0.529807692,340.0,,1721.874999,ks +20021,66713,0.28386116,267.0,,5659.90766924,ks +20021,66725,0.281530276,267.0,,5613.432173164,ks +20021,66728,0.00146947,267.0,,29.29976233,ks +20021,66739,0.278540664,267.0,,5553.822299496,ks +20021,66770,0.056954649,267.0,,1135.618746411,ks +20021,66773,0.042563973,267.0,,848.6830576469999,ks +20021,66778,0.0,267.0,,0.0,ks +20021,66781,0.048391183,267.0,,964.8717978369999,ks +20021,66782,0.006688624000000001,267.0,,133.36447393600002,ks +20023,67731,0.287584144,103.0,,764.111070608,ks +20023,67756,0.7124158559999999,103.0,,1892.8889293919997,ks +20025,67831,0.38959810899999997,201.0,,776.8586293459999,ks +20025,67840,0.038770686,201.0,,77.308747884,ks +20025,67865,0.5716312060000001,201.0,,1139.8326247640002,ks +20027,67432,0.718574348,200.0,,5750.031932696,ks +20027,67447,0.037940726,200.0,,303.601689452,ks +20027,67458,0.029509452999999998,201.0,,236.13464290599998,ks +20027,67468,0.037557486,200.0,,300.53500297200003,ks +20027,67487,0.176417987,200.0,,1411.696731974,ks +20029,66901,0.655725436,201.0,,5761.2036806959995,ks +20029,66938,0.118250829,201.0,,1038.951783594,ks +20029,66948,0.051320432,201.0,,450.90131555199997,ks +20029,67417,0.018924409,201.0,,166.269857474,ks +20029,67445,0.06596813900000001,201.0,,579.5960692540001,ks +20029,67466,0.08981075599999999,201.0,,789.0773022159999,ks +20031,66839,0.445755842,200.0,,3645.837031718,ks +20031,66852,0.070577015,200.0,,577.249405685,ks +20031,66856,0.20433953300000002,200.0,,1671.293040407,ks +20031,66857,0.124582737,200.0,,1018.9622059229999,ks +20031,66871,0.154744874,200.0,,1265.658324446,ks +20033,67029,0.568767123,201.0,,966.9041091,ks +20033,67127,0.335890411,201.0,,571.0136987,ks +20033,67155,0.095342466,201.0,,162.0821922,ks +20035,67005,0.442115937,201.0,,15433.383128796,ks +20035,67008,0.015858261999999998,201.0,,553.5802098959999,ks +20035,67019,0.034871275,201.0,,1217.2864677,ks +20035,67023,0.00887274,201.0,,309.72960792000003,ks +20035,67038,0.021660752000000002,201.0,,756.1335308160001,ks +20035,67131,0.009238916,201.0,,322.512079728,ks +20035,67146,0.053518112,201.0,,1868.2102536959999,ks +20035,67156,0.41386400799999995,201.0,,14447.164791263998,ks +20037,66711,0.0158017,267.0,,613.3903905999999,ks +20037,66712,0.043984377000000005,267.0,,1707.3855463860002,ks +20037,66724,0.027008399,267.0,,1048.412032382,ks +20037,66734,0.005335306999999999,267.0,,207.10594712599996,ks +20037,66735,0.013095755,267.0,,508.35101759,ks +20037,66743,0.109795012,267.0,,4262.022775816,ks +20037,66746,0.005718224,267.0,,221.970019232,ks +20037,66753,0.0316034,267.0,,1226.7807811999999,ks +20037,66756,0.024251397999999997,267.0,,941.3907675639999,ks +20037,66760,0.0,267.0,,0.0,ks +20037,66762,0.636484313,267.0,,24707.048062034,ks +20037,66763,0.086922115,267.0,,3374.1426600699997,ks +20039,67635,0.06640344599999999,103.0,,187.72254184199997,ks +20039,67643,0.09332376199999999,103.0,,263.826275174,ks +20039,67653,0.113424264,103.0,,320.650394328,ks +20039,67749,0.726848528,103.0,,2054.800788656,ks +20041,67410,0.510572619,200.0,,9428.233982454,ks +20041,67431,0.10706384699999999,200.0,,1977.0409987019998,ks +20041,67441,0.06842619700000001,200.0,,1263.558153802,ks +20041,67449,0.150177497,201.0,,2773.177659602,ks +20041,67451,0.05736482,201.0,,1059.29876612,ks +20041,67480,0.087513505,201.0,,1616.02438333,ks +20041,67482,0.006019447,200.0,,111.155108302,ks +20041,67492,0.012862067,201.0,,237.510929222,ks +20043,66008,0.028250825,268.0,41140.0,214.70627,ks +20043,66017,0.050165017,268.0,41140.0,381.2541292,ks +20043,66024,0.087656766,268.0,41140.0,666.1914216,ks +20043,66035,0.16950495,200.0,41140.0,1288.2376199999999,ks +20043,66087,0.258745875,268.0,41140.0,1966.46865,ks +20043,66090,0.36369637,268.0,41140.0,2764.092412,ks +20043,66094,0.041980197999999996,200.0,41140.0,319.04950479999997,ks +20045,66006,0.066137188,268.0,29940.0,8085.866467692,ks +20045,66025,0.06651578799999999,268.0,29940.0,8132.153725091999,ks +20045,66044,0.241470987,268.0,29940.0,29522.001399632998,ks +20045,66045,0.01816438,268.0,29940.0,2220.75893442,ks +20045,66046,0.16368975,268.0,29940.0,20012.54514525,ks +20045,66047,0.167660842,268.0,29940.0,20498.046882078,ks +20045,66049,0.259206286,268.0,29940.0,31690.301320074002,ks +20045,66050,0.01715478,200.0,29940.0,2097.32624802,ks +20047,67519,0.06424767,201.0,,179.76498066000002,ks +20047,67547,0.633155792,201.0,,1771.5699060160002,ks +20047,67552,0.196737683,201.0,,550.472037034,ks +20047,67563,0.105858855,201.0,,296.19307629,ks +20049,67345,0.042857143,201.0,,108.42857179,ks +20049,67346,0.13320463300000002,201.0,,337.00772149000005,ks +20049,67349,0.4,201.0,,1012.0,ks +20049,67352,0.191119691,201.0,,483.53281823000003,ks +20049,67353,0.232818533,201.0,,589.0308884899999,ks +20051,67601,0.841165022,201.0,,24017.784873165998,ks +20051,67637,0.09568330300000001,201.0,,2732.0453505590003,ks +20051,67660,0.001911581,201.0,,54.581372293,ks +20051,67667,0.00549145,201.0,,156.79737185,ks +20051,67671,0.053246212,201.0,,1520.339091236,ks +20051,67674,0.002502433,201.0,,71.451969449,ks +20053,67439,0.596485241,201.0,,3639.752940582,ks +20053,67450,0.106466473,201.0,,649.658418246,ks +20053,67454,0.09520559599999999,201.0,,580.944546792,ks +20053,67459,0.041119262999999996,201.0,,250.90974282599998,ks +20053,67490,0.160723426,201.0,,980.7343454520001,ks +20055,67846,0.915865776,201.0,,33398.877253392,ks +20055,67851,0.075500896,201.0,,2753.291174432,ks +20055,67868,0.008633328000000001,201.0,,314.831572176,ks +20057,67801,0.8990264090000001,201.0,,30224.368844171004,ks +20057,67834,0.028799627,201.0,,968.214660113,ks +20057,67842,0.013525331000000002,201.0,,454.70810288900003,ks +20057,67843,0.0050137,201.0,,168.5555803,ks +20057,67876,0.043432636,201.0,,1460.1617896839998,ks +20057,67882,0.010202296999999999,201.0,,342.991022843,ks +20059,66042,0.027911746,268.0,,712.977639824,ks +20059,66067,0.57923518,268.0,,14795.983437919998,ks +20059,66076,0.09869745199999999,268.0,,2521.1277138879996,ks +20059,66078,0.051722174,268.0,,1321.191212656,ks +20059,66079,0.027987696,268.0,,714.917706624,ks +20059,66080,0.035013101,268.0,,894.374651944,ks +20059,66092,0.14605248199999998,268.0,,3730.7646002079996,ks +20059,66095,0.033380169,268.0,,852.663036936,ks +20061,66441,0.961979835,200.0,31740.0,30465.901374449997,ks +20061,66514,0.038020165,200.0,31740.0,1204.09862555,ks +20063,67736,0.06987690099999999,201.0,,184.19551103599997,ks +20063,67737,0.150615496,201.0,,397.02244745599995,ks +20063,67738,0.210354815,201.0,,554.49529234,ks +20063,67751,0.08761766800000001,201.0,,230.960172848,ks +20063,67752,0.481535119,201.0,,1269.326573684,ks +20065,67625,0.15907208,201.0,,394.81690256,ks +20065,67642,0.749792875,201.0,,1860.98591575,ks +20065,67650,0.06089478,201.0,,151.14084396,ks +20065,67659,0.030240265,201.0,,75.05633773,ks +20067,67880,1.0,201.0,,7150.0,ks +20069,67835,0.429313929,201.0,,2570.731806852,ks +20069,67837,0.141669142,201.0,,848.314822296,ks +20069,67841,0.051678052,201.0,,309.448175376,ks +20069,67853,0.099049599,201.0,,593.108998812,ks +20069,67867,0.27828927800000003,201.0,,1666.3961966640002,ks +20071,67879,1.0,201.0,,1232.0,ks +20073,66853,0.072744157,201.0,,435.15554717400005,ks +20073,66860,0.199969045,200.0,,1196.21482719,ks +20073,66863,0.004488469,201.0,,26.850021558,ks +20073,66870,0.020739824,201.0,,124.065627168,ks +20073,67045,0.505030181,201.0,,3021.090542742,ks +20073,67047,0.10447299199999999,201.0,,624.9574381439999,ks +20073,67122,0.026930816,201.0,,161.100141312,ks +20073,67137,0.065624516,201.0,,392.565854712,ks +20075,67836,0.076695072,201.0,,194.72878780800002,ks +20075,67857,0.054094109,201.0,,137.344942751,ks +20075,67878,0.8692108190000001,201.0,,2206.9262694410004,ks +20077,67003,0.441025641,201.0,,2397.4153844760003,ks +20077,67009,0.17771883300000002,201.0,,966.0795761880001,ks +20077,67018,0.036074271,201.0,,196.099737156,ks +20077,67036,0.010786914,201.0,,58.637664504,ks +20077,67049,0.024756852000000003,201.0,,134.57824747200002,ks +20077,67058,0.299381079,201.0,,1627.435545444,ks +20077,67150,0.01025641,201.0,,55.75384476,ks +20079,67020,0.046332045999999995,201.0,48620.0,1595.1660117339998,ks +20079,67056,0.084832553,201.0,48620.0,2920.6999672370002,ks +20079,67062,0.12133410000000001,201.0,48620.0,4177.4117289000005,ks +20079,67114,0.59108957,201.0,48620.0,20350.622805529998,ks +20079,67117,0.051452668,201.0,48620.0,1771.463906572,ks +20079,67135,0.0892686,201.0,48620.0,3073.4286294000003,ks +20079,67151,0.015690462,201.0,48620.0,540.2069161979999,ks +20081,67870,0.33769354,201.0,,1339.96796672,ks +20081,67877,0.66230646,201.0,,2628.03203328,ks +20083,67849,0.24014554300000002,201.0,,430.821104142,ks +20083,67854,0.759854457,201.0,,1363.178895858,ks +20085,66416,0.044240463,200.0,45820.0,582.691138173,ks +20085,66418,0.03506132,200.0,45820.0,461.79264572,ks +20085,66419,0.027838387000000003,200.0,45820.0,366.659395177,ks +20085,66436,0.47114588799999996,200.0,45820.0,6205.462490847999,ks +20085,66440,0.130689941,200.0,45820.0,1721.317212911,ks +20085,66509,0.20081258,200.0,45820.0,2644.9024911799997,ks +20085,66516,0.027838387000000003,200.0,45820.0,366.659395177,ks +20085,66540,0.028891731,200.0,45820.0,380.53298900100003,ks +20085,66552,0.033481303,200.0,45820.0,440.982241813,ks +20087,66054,0.152008346,268.0,45820.0,2894.6949328779997,ks +20087,66060,0.072143975,200.0,45820.0,1373.8377159249999,ks +20087,66066,0.134167971,268.0,45820.0,2554.960671753,ks +20087,66070,0.129055816,200.0,45820.0,2457.609904088,ks +20087,66073,0.1362024,200.0,45820.0,2593.7023032,ks +20087,66088,0.130881586,200.0,45820.0,2492.378042198,ks +20087,66097,0.070005216,200.0,45820.0,1333.109328288,ks +20087,66429,0.023578507999999998,200.0,45820.0,449.00552784399997,ks +20087,66512,0.151956182,200.0,45820.0,2893.7015738259997,ks +20089,66936,0.09471831,277.0,,272.69401449,ks +20089,66941,0.063732394,201.0,,183.485562326,ks +20089,66942,0.107042254,201.0,,308.174649266,ks +20089,66949,0.24894366199999998,201.0,,716.7088028979999,ks +20089,66956,0.40915493,201.0,,1177.95704347,ks +20089,66963,0.03943662,201.0,,113.53802897999999,ks +20089,66970,0.036971831000000004,277.0,,106.44190144900001,ks +20091,66018,0.010452713,268.0,28140.0,6296.724763913,ks +20091,66021,0.004540376,268.0,28140.0,2735.1270427759996,ks +20091,66030,0.039980439,268.0,28140.0,24084.256434038998,ks +20091,66031,0.0010884,268.0,28140.0,655.6532484,ks +20091,66061,0.10847321800000001,268.0,28140.0,65344.37499641801,ks +20091,66062,0.136668036,268.0,28140.0,82328.961554436,ks +20091,66083,0.016202045,268.0,28140.0,9760.128110045001,ks +20091,66085,0.013286628,268.0,28140.0,8003.877993828,ks +20091,66202,0.027478274,268.0,28140.0,16552.939735874,ks +20091,66203,0.032753872,268.0,28140.0,19730.965246672004,ks +20091,66204,0.033421175,268.0,28140.0,20132.949241175,ks +20091,66205,0.022808852999999997,268.0,28140.0,13740.075856052998,ks +20091,66206,0.018305832,268.0,28140.0,11027.451502632,ks +20091,66207,0.024574743,268.0,28140.0,14803.849757943,ks +20091,66208,0.036156607,268.0,28140.0,21780.776213407,ks +20091,66209,0.033669079,268.0,28140.0,20282.286858679,ks +20091,66210,0.031736787,268.0,28140.0,19118.272225587003,ks +20091,66211,0.008033104000000001,268.0,28140.0,4839.149882704,ks +20091,66212,0.055214640999999995,268.0,28140.0,33261.354953040995,ks +20091,66213,0.049348149,268.0,28140.0,29727.374305749,ks +20091,66214,0.020609979,268.0,28140.0,12415.471959579001,ks +20091,66215,0.045184722000000004,268.0,28140.0,27219.321717522,ks +20091,66216,0.041985744000000005,268.0,28140.0,25292.254171344004,ks +20091,66217,0.009912758,268.0,28140.0,5971.455331958,ks +20091,66218,0.014086372,268.0,28140.0,8485.644579172,ks +20091,66219,0.020735629,268.0,28140.0,12491.163645228999,ks +20091,66220,0.012172758,268.0,28140.0,7332.881591958,ks +20091,66221,0.029638094,268.0,28140.0,17854.017463694,ks +20091,66223,0.043243940999999994,268.0,28140.0,26050.193302340995,ks +20091,66224,0.023708777,268.0,28140.0,14282.190973577,ks +20091,66226,0.024014412000000002,268.0,28140.0,14466.305803212,ks +20091,66227,0.01051384,268.0,28140.0,6333.54772984,ks +20093,67838,0.256491786,201.0,,984.415474668,ks +20093,67860,0.7435082140000001,201.0,,2853.5845253320003,ks +20095,67035,0.135195035,201.0,,966.9148903199999,ks +20095,67068,0.623817967,201.0,,4461.546099984001,ks +20095,67111,0.03679078,201.0,,263.12765856000004,ks +20095,67112,0.028664303,201.0,,205.007095056,ks +20095,67118,0.103871158,201.0,,742.8865220160001,ks +20095,67142,0.05570331,201.0,,398.39007312,ks +20095,67159,0.015957447,201.0,,114.127660944,ks +20097,67054,0.48374613,201.0,,1197.27167175,ks +20097,67059,0.36648606799999994,201.0,,907.0530182999998,ks +20097,67109,0.149767802,201.0,,370.67530995000004,ks +20099,67330,0.07391001400000001,201.0,,1449.9666546520002,ks +20099,67332,0.005026876,201.0,,98.617253368,ks +20099,67336,0.09013537699999999,267.0,,1768.2758259859997,ks +20099,67341,0.014931316000000002,201.0,,292.922557288,ks +20099,67342,0.043300816,340.0,,849.4754082879999,ks +20099,67354,0.040862035,201.0,,801.6314026299999,ks +20099,67356,0.138861238,201.0,,2724.179767084,ks +20099,67357,0.592972327,201.0,,11632.931111086,ks +20101,67839,0.8104767509999999,201.0,,1244.081812785,ks +20101,67850,0.18952324899999998,201.0,,290.918187215,ks +20103,66007,0.093838635,268.0,28140.0,7672.05912033,ks +20103,66020,0.021572099999999997,268.0,28140.0,1763.6917517999998,ks +20103,66027,0.08240009599999999,268.0,28140.0,6736.867048767999,ks +20103,66043,0.148035208,268.0,28140.0,12103.062535664,ks +20103,66048,0.481670373,268.0,28140.0,39380.406355734,ks +20103,66052,0.034049296,268.0,28140.0,2783.802342368,ks +20103,66086,0.138434292,268.0,28140.0,11318.110845336,ks +20105,67418,0.045199604000000004,201.0,,133.881227048,ks +20105,67423,0.088749588,201.0,,262.876279656,ks +20105,67455,0.688221709,201.0,,2038.512702058,ks +20105,67481,0.177829099,201.0,,526.729791238,ks +20107,66010,0.076930843,267.0,28140.0,746.4599696289999,ks +20107,66014,0.012417971000000002,268.0,28140.0,120.49157261300002,ks +20107,66040,0.315396265,268.0,28140.0,3060.2899592950002,ks +20107,66056,0.185764765,267.0,28140.0,1802.475514795,ks +20107,66072,0.111862696,268.0,28140.0,1085.403739288,ks +20107,66075,0.24543160000000003,267.0,28140.0,2381.4228148,ks +20107,66767,0.052195860999999996,267.0,28140.0,506.45643928299995,ks +20109,67747,0.080814941,103.0,,225.796945154,ks +20109,67748,0.756196944,201.0,,2112.8142615360002,ks +20109,67764,0.162988115,103.0,,455.38879331,ks +20111,66801,0.855528387,200.0,,28399.264806465,ks +20111,66830,0.0037571559999999998,200.0,,124.71879342,ks +20111,66833,0.015118082,200.0,,501.84473199,ks +20111,66835,0.032263836000000004,200.0,,1070.9980360200002,ks +20111,66854,0.020187261,200.0,,670.1161288950001,ks +20111,66864,0.012106393,200.0,,401.871715635,ks +20111,66865,0.036170086000000004,200.0,,1200.6660047700002,ks +20111,66868,0.024868797999999998,200.0,,825.51974961,ks +20113,67107,0.102031096,201.0,,2912.171542032,ks +20113,67428,0.058449290999999994,201.0,,1668.259663722,ks +20113,67443,0.056305923,201.0,,1607.083654266,ks +20113,67456,0.145340727,201.0,,4148.315030034,ks +20113,67460,0.509407002,201.0,,14539.494651084,ks +20113,67464,0.035722791000000004,201.0,,1019.5999007220001,ks +20113,67491,0.013132378,201.0,,374.824332876,ks +20113,67546,0.079610792,201.0,,2272.251225264,ks +20115,66851,0.048906278,201.0,,581.2022077519999,ks +20115,66858,0.033345189,201.0,,396.274226076,ks +20115,66859,0.023297172,201.0,,276.86359204800004,ks +20115,66861,0.258580829,201.0,,3072.974571836,ks +20115,66866,0.154721679,201.0,,1838.712433236,ks +20115,67053,0.051751734,201.0,,615.017606856,ks +20115,67063,0.318335408,201.0,,3783.0979886719997,ks +20115,67073,0.037969056,201.0,,451.224261504,ks +20115,67438,0.021252001,201.0,,252.558779884,ks +20115,67475,0.014227281000000001,201.0,,169.07700740400003,ks +20115,67483,0.037613374,201.0,,446.997336616,ks +20117,66403,0.081607918,200.0,,792.168060026,ks +20117,66406,0.03989496,277.0,,387.26037672,ks +20117,66411,0.128673871,277.0,,1249.037265797,ks +20117,66412,0.014947985,277.0,,145.100090395,ks +20117,66427,0.11271588699999999,200.0,,1094.1331151089998,ks +20117,66438,0.013129987,277.0,,127.452783809,ks +20117,66508,0.44338955700000005,277.0,,4303.982429799001,ks +20117,66518,0.014543985,277.0,,141.178462395,ks +20117,66541,0.018987981,200.0,,184.31633156700002,ks +20117,66544,0.04019796,200.0,,390.20159772,ks +20117,66548,0.09190990800000001,277.0,,892.1694769560002,ks +20119,67844,0.19947128100000003,201.0,,804.4676762730002,ks +20119,67864,0.445806297,201.0,,1797.936795801,ks +20119,67869,0.35472242200000004,201.0,,1430.5955279260002,ks +20121,66013,0.08161409900000001,268.0,28140.0,2794.221907463,ks +20121,66026,0.016329813000000002,268.0,28140.0,559.083807681,ks +20121,66053,0.259318833,268.0,28140.0,8878.298885421002,ks +20121,66064,0.20480453199999998,268.0,28140.0,7011.8927620839995,ks +20121,66071,0.43793272299999997,268.0,28140.0,14993.502637350999,ks +20123,67420,0.7259433959999999,201.0,,4340.415564683999,ks +20123,67430,0.108176101,201.0,,646.784907879,ks +20123,67446,0.087421384,201.0,,522.692454936,ks +20123,67452,0.019968553,201.0,,119.391978387,ks +20123,67478,0.008490566,201.0,,50.765094114,ks +20123,67485,0.05,201.0,,298.95,ks +20125,67301,0.37476128,201.0,,11928.27678112,ks +20125,67333,0.07445094299999999,340.0,,2369.6990647469997,ks +20125,67335,0.09853186900000001,201.0,,3136.1708584010003,ks +20125,67337,0.37559680100000004,340.0,,11954.870579029,ks +20125,67340,0.013487706,340.0,,429.30019427400003,ks +20125,67344,0.027781093,201.0,,884.244409097,ks +20125,67347,0.014442588000000001,340.0,,459.69313345200004,ks +20125,67351,0.007668895,340.0,,244.093258955,ks +20125,67363,0.0029243259999999997,201.0,,93.07837225399999,ks +20125,67364,0.0103545,340.0,,329.57338050000004,ks +20127,66838,0.015718265,201.0,,88.33664929999999,ks +20127,66846,0.640270593,200.0,,3598.32073266,ks +20127,66849,0.088340629,200.0,,496.47433498000004,ks +20127,66872,0.20493434100000002,200.0,,1151.73099642,ks +20127,66873,0.050736172,200.0,,285.13728664,ks +20129,67950,0.695786228,383.0,,1799.998971836,ks +20129,67953,0.040424802999999995,383.0,,104.57896536099999,ks +20129,67954,0.263788969,383.0,,682.4220628029999,ks +20131,66404,0.036467402,200.0,,373.097989862,ks +20131,66408,0.047011027000000004,200.0,,480.96981723700003,ks +20131,66415,0.089572451,200.0,,916.4157461809999,ks +20131,66417,0.038208551,200.0,,390.911685281,ks +20131,66428,0.037047785,200.0,,379.035888335,ks +20131,66522,0.00561037,200.0,,57.39969547,ks +20131,66534,0.355774811,200.0,,3639.932091341,ks +20131,66538,0.324143935,200.0,,3316.316598985,ks +20131,66550,0.066163668,200.0,,676.9204873079999,ks +20133,66720,0.685178485,201.0,,10967.652009395,ks +20133,66733,0.133260974,201.0,,2133.1084108180003,ks +20133,66740,0.030812832000000002,201.0,,493.22100182400004,ks +20133,66771,0.05589725,201.0,,894.7472807500001,ks +20133,66775,0.008502171,201.0,,136.09425119699998,ks +20133,66776,0.08634828800000001,201.0,,1382.177046016,ks +20135,67515,0.010798428999999998,201.0,,29.695679749999996,ks +20135,67516,0.135143979,201.0,,371.64594225,ks +20135,67518,0.021924084,201.0,,60.291231,ks +20135,67521,0.041230366000000004,201.0,,113.38350650000001,ks +20135,67560,0.561191099,201.0,,1543.27552225,ks +20135,67572,0.156086387,201.0,,429.23756425,ks +20135,67584,0.073625654,201.0,,202.4705485,ks +20137,67622,0.113008273,201.0,,605.8373515530001,ks +20137,67629,0.033444816,201.0,,179.297658576,ks +20137,67645,0.158422813,201.0,,849.3047004929999,ks +20137,67654,0.695124098,201.0,,3726.5602893779997,ks +20139,66413,0.116946433,200.0,45820.0,1865.178659917,ks +20139,66414,0.180572698,200.0,45820.0,2879.953960402,ks +20139,66451,0.098432486,200.0,45820.0,1569.899719214,ks +20139,66510,0.046840285999999995,200.0,45820.0,747.0557214139999,ks +20139,66523,0.22469760600000002,200.0,45820.0,3583.7021180940005,ks +20139,66524,0.151505801,200.0,45820.0,2416.3660201489997,ks +20139,66528,0.043014070999999994,200.0,45820.0,686.0314183789999,ks +20139,66537,0.06584793900000001,200.0,45820.0,1050.2087791110002,ks +20139,66543,0.072142681,200.0,45820.0,1150.603619269,ks +20141,67437,0.276043033,201.0,,944.343215893,ks +20141,67473,0.44870112799999995,201.0,,1535.0065588879997,ks +20141,67474,0.071634742,201.0,,245.062452382,ks +20141,67623,0.04513251099999999,201.0,,154.39832013099996,ks +20141,67651,0.12149042199999999,201.0,,415.61873366199995,ks +20141,67673,0.036998163,201.0,,126.570715623,ks +20143,67422,0.242139501,201.0,,1381.163713704,ks +20143,67436,0.134803036,201.0,,768.9165173439999,ks +20143,67467,0.45175280100000004,201.0,,2576.7979769040003,ks +20143,67484,0.171304662,201.0,,977.121792048,ks +20145,67523,0.082988777,201.0,,532.290015678,ks +20145,67529,0.043709392,201.0,,280.352040288,ks +20145,67550,0.846721796,201.0,,5430.873599544,ks +20145,67574,0.026580035,201.0,,170.48434448999998,ks +20147,67621,0.064455687,201.0,,337.361065758,ks +20147,67639,0.029042533,201.0,,152.008617722,ks +20147,67644,0.048529135999999994,201.0,,254.00149782399996,ks +20147,67646,0.136968334,201.0,,716.892260156,ks +20147,67647,0.047030167000000005,277.0,,246.15589407800002,ks +20147,67661,0.620198613,201.0,,3246.119540442,ks +20147,67664,0.053775529,201.0,,281.461118786,ks +20149,66407,0.037793472,200.0,31740.0,921.518227776,ks +20149,66422,0.018896736,200.0,31740.0,460.759113888,ks +20149,66432,0.015126933,200.0,31740.0,368.840007339,ks +20149,66520,0.022809697,200.0,31740.0,556.168841951,ks +20149,66521,0.078784119,200.0,31740.0,1920.9931735769999,ks +20149,66535,0.13571292199999999,200.0,31740.0,3309.0881771259997,ks +20149,66536,0.203617103,200.0,31740.0,4964.795822449,ks +20149,66547,0.409047528,200.0,31740.0,9973.805875224,ks +20149,66549,0.078211491,200.0,31740.0,1907.0307850529998,ks +20151,67021,0.004328536,201.0,,39.666703904,ks +20151,67028,0.042311438,201.0,,387.742017832,ks +20151,67066,0.033329726000000004,201.0,,305.43360906400005,ks +20151,67124,0.8649496809999999,201.0,,7926.398876683999,ks +20151,67134,0.055080619000000004,201.0,,504.758792516,ks +20153,67730,0.689054726,103.0,,1743.30845678,ks +20153,67739,0.075041459,103.0,,189.85489127000002,ks +20153,67744,0.089552239,103.0,,226.56716467,ks +20153,67745,0.146351575,103.0,,370.26948475,ks +20155,67501,0.423405485,201.0,,26250.29325903,ks +20155,67502,0.378139251,201.0,,23443.877283498,ks +20155,67505,0.04004753,201.0,,2482.86676494,ks +20155,67510,0.004688805,201.0,,290.69653239,ks +20155,67514,0.014564198,201.0,,902.951147604,ks +20155,67522,0.031488856,201.0,,1952.2460942880002,ks +20155,67543,0.032580769,201.0,,2019.9425164620002,ks +20155,67561,0.020505492,201.0,,1271.299493016,ks +20155,67566,0.01022866,201.0,,634.15646268,ks +20155,67568,0.003195453,201.0,,198.111695094,ks +20155,67570,0.021212024,201.0,,1315.103063952,ks +20155,67581,0.0059252359999999995,201.0,,367.352781528,ks +20155,67583,0.014018241,201.0,,869.1029055180001,ks +20157,66930,0.041566397000000005,201.0,,192.70181649200003,ks +20157,66935,0.48479545,201.0,,2247.5117062,ks +20157,66939,0.130605994,201.0,,605.4893881840001,ks +20157,66940,0.07678844900000001,201.0,,355.99124956400004,ks +20157,66959,0.040910085,201.0,,189.65915406,ks +20157,66960,0.034784511000000004,201.0,,161.26099299600003,ks +20157,66964,0.028877707000000002,201.0,,133.877049652,ks +20157,66966,0.161671407,201.0,,749.508642852,ks +20159,67427,0.037605828,201.0,,358.646781636,ks +20159,67444,0.051388069,201.0,,490.088014053,ks +20159,67457,0.082299665,201.0,,784.891905105,ks +20159,67512,0.020279583,201.0,,193.406383071,ks +20159,67524,0.062216972,201.0,,593.363261964,ks +20159,67554,0.39505808200000003,201.0,,3767.668928034,ks +20159,67573,0.018409136,201.0,,175.567930032,ks +20159,67579,0.332742666,201.0,,3173.366805642,ks +20161,66442,0.19144977100000002,200.0,31740.0,14211.699400872001,ks +20161,66449,0.011511256999999999,200.0,31740.0,854.5036296239999,ks +20161,66502,0.528142481,200.0,31740.0,39205.072649592,ks +20161,66503,0.18147566,200.0,31740.0,13471.301193120002,ks +20161,66506,0.039815542999999995,200.0,31740.0,2955.5873879759997,ks +20161,66517,0.020167815,200.0,31740.0,1497.09724308,ks +20161,66531,0.021069299,200.0,31740.0,1564.0162033679999,ks +20161,66554,0.006368175,200.0,31740.0,472.72236660000004,ks +20163,67632,0.039838337,201.0,,196.00461804,ks +20163,67657,0.049846035,201.0,,245.2424922,ks +20163,67663,0.518668206,201.0,,2551.84757352,ks +20163,67669,0.360854503,201.0,,1775.40415476,ks +20163,67675,0.030792918,201.0,,151.50115656,ks +20165,67513,0.02571339,201.0,,78.06585204,ks +20165,67520,0.09093759800000001,201.0,,276.08654752800004,ks +20165,67548,0.39573534,201.0,,1201.45249224,ks +20165,67553,0.060520539000000005,201.0,,183.740356404,ks +20165,67556,0.09031044199999999,201.0,,274.18250191199996,ks +20165,67559,0.016933208,201.0,,51.409219488000005,ks +20165,67565,0.176230793,201.0,,535.036687548,ks +20165,67575,0.143618689,201.0,,436.026339804,ks +20167,67626,0.03271896,201.0,,224.32118975999998,ks +20167,67634,0.036290899,201.0,,248.810403544,ks +20167,67640,0.089584226,201.0,,614.189453456,ks +20167,67648,0.077868267,201.0,,533.864838552,ks +20167,67649,0.030290041,201.0,,207.668521096,ks +20167,67658,0.021574511,201.0,,147.91484741600001,ks +20167,67665,0.711673096,201.0,,4879.230746175999,ks +20169,67401,0.9305507479999999,201.0,,50458.183759552,ks +20169,67416,0.020058664,201.0,,1087.660996736,ks +20169,67425,0.01379147,201.0,,747.82866928,ks +20169,67442,0.005338046,201.0,,289.450206304,ks +20169,67448,0.021971615,201.0,,1191.38885176,ks +20169,67470,0.008289457,201.0,,449.487516368,ks +20171,67871,1.0,201.0,,4823.0,ks +20173,67001,0.002934817,201.0,48620.0,1514.488834314,ks +20173,67016,0.00108596,201.0,48620.0,560.4009703199999,ks +20173,67025,0.007356504,201.0,48620.0,3796.2650371679997,ks +20173,67026,0.009345485,201.0,48620.0,4822.6627703700005,ks +20173,67030,0.005567979,201.0,48620.0,2873.311019118,ks +20173,67037,0.055201029000000006,201.0,48620.0,28486.049407218004,ks +20173,67050,0.0037736140000000002,201.0,48620.0,1947.3433157880002,ks +20173,67052,0.018210268,201.0,48620.0,9397.263119256,ks +20173,67055,0.000268571,201.0,48620.0,138.593915982,ks +20173,67060,0.027655007000000002,201.0,48620.0,14271.145122294001,ks +20173,67067,0.0033765970000000003,201.0,48620.0,1742.4658690740002,ks +20173,67101,0.009534263000000001,201.0,48620.0,4920.080147046001,ks +20173,67108,0.00311581,201.0,48620.0,1607.8888240200001,ks +20173,67110,0.017303355,201.0,48620.0,8929.25792091,ks +20173,67147,0.020506741999999998,201.0,48620.0,10582.340155163998,ks +20173,67149,0.001679541,201.0,48620.0,866.713696722,ks +20173,67202,0.003252042,201.0,48620.0,1678.190257764,ks +20173,67203,0.057489719,201.0,48620.0,29667.109572198002,ks +20173,67204,0.04239331599999999,201.0,48620.0,21876.731575271995,ks +20173,67205,0.037841236,201.0,48620.0,19527.667107912,ks +20173,67206,0.031344936000000004,201.0,48620.0,16175.303463312002,ks +20173,67207,0.055101775,201.0,48620.0,28434.83017455,ks +20173,67208,0.034452962000000004,201.0,48620.0,17779.175416404003,ks +20173,67209,0.02603969,201.0,48620.0,13437.57370698,ks +20173,67210,0.018920618,201.0,48620.0,9763.833553956,ks +20173,67211,0.036926537999999995,201.0,48620.0,19055.644522595998,ks +20173,67212,0.08723490800000001,201.0,48620.0,45016.87639413601,ks +20173,67213,0.044989499999999995,201.0,48620.0,23216.471558999998,ks +20173,67214,0.028569705,201.0,48620.0,14743.16770761,ks +20173,67215,0.0119261,201.0,48620.0,6154.3684962,ks +20173,67216,0.045195794000000004,201.0,48620.0,23322.927927348002,ks +20173,67217,0.058994105,201.0,48620.0,30443.43593241,ks +20173,67218,0.04378677,201.0,48620.0,22595.812364340003,ks +20173,67219,0.026074721000000002,201.0,48620.0,13455.651174282,ks +20173,67220,0.027363082,201.0,48620.0,14120.499561444,ks +20173,67223,0.001132668,201.0,48620.0,584.504260056,ks +20173,67226,0.039783509,201.0,48620.0,20529.961551378,ks +20173,67227,0.0005916340000000001,201.0,48620.0,305.307992628,ks +20173,67228,0.005130091,201.0,48620.0,2647.342419822,ks +20173,67230,0.021547941,201.0,48620.0,11119.642569522,ks +20173,67232,0.0012922539999999998,201.0,48620.0,666.8573386679999,ks +20173,67235,0.025708842000000003,201.0,48620.0,13266.842243364,ks +20173,67260,0.0,201.0,48620.0,0.0,ks +20175,67859,0.035229633999999996,201.0,,754.9005973519999,ks +20175,67901,0.964770366,201.0,,20673.099402648,ks +20177,66402,0.016240884,200.0,45820.0,2872.6063575000003,ks +20177,66409,0.019109883,200.0,45820.0,3380.0605556250002,ks +20177,66533,0.010866404,200.0,45820.0,1921.9952074999999,ks +20177,66539,0.015586551,200.0,45820.0,2756.871208125,ks +20177,66542,0.017320254,200.0,45820.0,3063.51992625,ks +20177,66546,0.006817368000000001,200.0,45820.0,1205.821965,ks +20177,66603,0.007577960999999999,200.0,45820.0,1340.351851875,ks +20177,66604,0.12670574,200.0,45820.0,22411.0777625,ks +20177,66605,0.110291486,200.0,45820.0,19507.80658625,ks +20177,66606,0.061244463,200.0,45820.0,10832.614393124999,ks +20177,66607,0.054645205999999995,200.0,45820.0,9665.370811249999,ks +20177,66608,0.032062323999999996,200.0,45820.0,5671.0235575,ks +20177,66609,0.040233099,200.0,45820.0,7116.229385625,ks +20177,66610,0.060271353,200.0,45820.0,10660.495561875,ks +20177,66611,0.056350946,200.0,45820.0,9967.07357375,ks +20177,66612,0.011839515,200.0,45820.0,2094.114215625,ks +20177,66614,0.17996957600000002,200.0,45820.0,31832.118755000003,ks +20177,66615,0.018243032,200.0,45820.0,3226.736285,ks +20177,66616,0.030507584,200.0,45820.0,5396.02892,ks +20177,66617,0.048700282000000004,200.0,45820.0,8613.86237875,ks +20177,66618,0.054583688,200.0,45820.0,9654.489814999999,ks +20177,66619,0.016419846999999998,200.0,45820.0,2904.260438125,ks +20177,66621,0.003853295,200.0,45820.0,681.551553125,ks +20177,66622,0.000559259,200.0,45820.0,98.918935625,ks +20179,67740,0.758166748,201.0,,1911.3383717079998,ks +20179,67757,0.241833252,201.0,,609.661628292,ks +20181,67733,0.05625,103.0,,332.83125,ks +20181,67735,0.883783784,103.0,,5229.348649928,ks +20181,67741,0.059966215999999996,103.0,,354.820100072,ks +20183,66932,0.024684586,201.0,,88.44487163800001,ks +20183,66951,0.20625342800000002,201.0,,739.006032524,ks +20183,66952,0.10586944599999999,201.0,,379.33022501799996,ks +20183,66967,0.551014811,201.0,,1974.2860678130003,ks +20183,67628,0.034009874,201.0,,121.857378542,ks +20183,67638,0.078167855,201.0,,280.07542446499997,ks +20185,67545,0.034267134,201.0,,142.414208904,ks +20185,67557,0.150325163,201.0,,624.7513774280001,ks +20185,67576,0.48024012,201.0,,1995.87793872,ks +20185,67578,0.33516758399999996,201.0,,1392.9564791039998,ks +20187,67855,0.814121037,201.0,,1633.1268002220002,ks +20187,67862,0.185878963,201.0,,372.873199778,ks +20189,67951,0.91274458,201.0,,5006.4040213,ks +20189,67952,0.08725542,201.0,,478.5959787,ks +20191,67004,0.035731166,201.0,48620.0,815.956906776,ks +20191,67013,0.133471973,201.0,48620.0,3047.9659754279996,ks +20191,67022,0.068342944,201.0,48620.0,1560.679469184,ks +20191,67031,0.123215805,201.0,48620.0,2813.75612298,ks +20191,67051,0.020465072,201.0,48620.0,467.34038419200004,ks +20191,67103,0.011012383,201.0,48620.0,251.478778188,ks +20191,67105,0.005718877,201.0,48620.0,130.596275172,ks +20191,67106,0.012855657,201.0,48620.0,293.571783252,ks +20191,67119,0.066405142,201.0,48620.0,1516.427822712,ks +20191,67120,0.047783344000000005,201.0,48620.0,1091.1804435840002,ks +20191,67140,0.043293317000000005,201.0,48620.0,988.6461870120002,ks +20191,67152,0.43170432,201.0,48620.0,9858.39985152,ks +20193,67701,0.806777946,103.0,,6274.3120860419995,ks +20193,67732,0.061836115,103.0,,480.89946635499996,ks +20193,67734,0.045270612,103.0,,352.069549524,ks +20193,67743,0.017830046000000002,103.0,,138.66426774200002,ks +20193,67753,0.06828528099999999,103.0,,531.0546303369999,ks +20195,67631,0.055721765,201.0,,156.188107295,ks +20195,67656,0.012715033999999998,201.0,,35.640240301999995,ks +20195,67672,0.9315632009999999,201.0,,2611.171652403,ks +20197,66401,0.23498653100000003,200.0,45820.0,1628.6916463610003,ks +20197,66423,0.15417525,200.0,45820.0,1068.58865775,ks +20197,66431,0.09126921199999999,200.0,45820.0,632.5869083719999,ks +20197,66501,0.056726350999999994,200.0,45820.0,393.17033878099994,ks +20197,66507,0.20155284399999998,200.0,45820.0,1396.9627617639999,ks +20197,66526,0.128822691,200.0,45820.0,892.870071321,ks +20197,66834,0.132467121,200.0,45820.0,918.129615651,ks +20199,67758,0.711000622,201.0,,1079.298944196,ks +20199,67761,0.136730889,201.0,,207.55748950199998,ks +20199,67762,0.15226849,102.0,,231.14356782000002,ks +20201,66933,0.067831449,277.0,,366.69681329400004,ks +20201,66937,0.118362453,200.0,,639.867420918,ks +20201,66943,0.10054813300000001,277.0,,543.563206998,ks +20201,66944,0.029804728,201.0,,161.124359568,ks +20201,66945,0.171120247,277.0,,925.076055282,ks +20201,66946,0.016615279,277.0,,89.822198274,ks +20201,66953,0.12110311800000001,200.0,,654.683455908,ks +20201,66955,0.013532032,277.0,,73.15416499199999,ks +20201,66958,0.044878383,277.0,,242.612538498,ks +20201,66962,0.052415210999999996,200.0,,283.356630666,ks +20201,66968,0.263788969,277.0,,1426.0431664139999,ks +20203,67861,0.876554583,201.0,,1857.419161377,ks +20203,67863,0.12344541699999999,201.0,,261.580838623,ks +20205,66710,0.063368267,201.0,,540.2144761750001,ks +20205,66714,0.030587375,201.0,,260.757371875,ks +20205,66717,0.061418474,201.0,,523.59249085,ks +20205,66736,0.454545455,201.0,,3875.000003875,ks +20205,66757,0.390080429,201.0,,3325.435657225,ks +20207,66758,0.068544601,201.0,,215.09295793799998,ks +20207,66761,0.068231612,201.0,,214.110798456,ks +20207,66777,0.160250391,201.0,,502.865726958,ks +20207,66783,0.702973396,201.0,,2205.930516648,ks +20209,66012,0.068770857,268.0,28140.0,11376.694102653,ks +20209,66101,0.073416652,268.0,28140.0,12145.243323708,ks +20209,66102,0.188353985,268.0,28140.0,31159.211384565002,ks +20209,66103,0.08072143700000001,268.0,28140.0,13353.666601473002,ks +20209,66104,0.157064762,268.0,28140.0,25983.066512898,ks +20209,66105,0.014746385,268.0,28140.0,2439.4797241650003,ks +20209,66106,0.145387814,268.0,28140.0,24051.360682206,ks +20209,66109,0.13344318300000002,268.0,28140.0,22075.372320507002,ks +20209,66111,0.059401935999999995,268.0,28140.0,9826.802870544,ks +20209,66112,0.07869299099999999,268.0,28140.0,13018.102808138998,ks +20209,66115,0.0,268.0,28140.0,0.0,ks +20209,66118,0.0,268.0,28140.0,0.0,ks +21001,42528,0.075306834,205.0,,1446.041826468,ky +21001,42715,0.010707611,205.0,,205.607546422,ky +21001,42728,0.860245467,205.0,,16518.433457334002,ky +21001,42741,0.019445427,205.0,,373.391089254,ky +21001,42753,0.034294661000000004,205.0,,658.526080522,ky +21003,42120,0.14058784800000002,380.0,14540.0,2996.6299801200003,ky +21003,42153,0.026559417000000002,380.0,14540.0,566.113973355,ky +21003,42164,0.832852734,380.0,14540.0,17752.25602521,ky +21005,40342,1.0,204.0,,22747.0,ky +21007,42022,0.032668197,208.0,,257.68673793600004,ky +21007,42024,0.20819353699999998,208.0,,1642.230619856,ky +21007,42056,0.335158043,208.0,,2643.7266431840003,ky +21007,42060,0.0,208.0,,0.0,ky +21007,42087,0.423980222,208.0,,3344.3559911360003,ky +21009,42123,0.019331513,205.0,,855.4001187370001,ky +21009,42127,0.16286677,205.0,,7206.69170573,ky +21009,42130,0.007698173000000001,205.0,,340.63645707700005,ky +21009,42141,0.7611598909999999,205.0,,33680.564016858996,ky +21009,42156,0.006665191,205.0,,294.928036559,ky +21009,42160,0.042278462,205.0,,1870.779665038,ky +21011,40358,0.062276306,204.0,,778.4538249999999,ky +21011,40360,0.546806649,204.0,,6835.0831124999995,ky +21011,40371,0.24878708300000002,204.0,,3109.8385375000003,ky +21011,40374,0.142129961,204.0,,1776.6245125,ky +21013,40813,0.016865227,377.0,,439.035589264,ky +21013,40845,0.020364855,377.0,,530.13790536,ky +21013,40856,0.026917349,377.0,,700.712429168,ky +21013,40902,0.050595680999999997,377.0,,1317.1067677919998,ky +21013,40939,0.006329114,377.0,,164.759495648,ky +21013,40958,0.010833954,377.0,,282.029490528,ky +21013,40965,0.46221146700000004,377.0,,12032.288908944001,ky +21013,40977,0.391362621,377.0,,10187.951749872,ky +21013,40988,0.014519731999999999,377.0,,377.97766342399996,ky +21015,41005,0.18259460800000002,203.0,17140.0,24391.170331248002,ky +21015,41042,0.387406959,203.0,17140.0,51750.208990179,ky +21015,41048,0.116165349,203.0,17140.0,15517.483484769,ky +21015,41080,0.016476666,203.0,17140.0,2200.969520946,ky +21015,41091,0.150581947,203.0,17140.0,20114.887062207,ky +21015,41092,0.029048802999999998,203.0,17140.0,3880.3681535429996,ky +21015,41094,0.117725668,203.0,17140.0,15725.912457108001,ky +21017,40348,0.02576371,204.0,30460.0,509.81229348,ky +21017,40361,0.97423629,204.0,30460.0,19278.18770652,ky +21019,41101,0.35985369,444.0,26580.0,16811.64468942,ky +21019,41102,0.392870275,444.0,26580.0,18354.113507449998,ky +21019,41129,0.202124983,444.0,26580.0,9442.874955794001,ky +21019,41168,0.045151052000000004,444.0,26580.0,2109.3668473360003,ky +21021,40422,0.822589047,204.0,,24727.026752820002,ky +21021,40440,0.074037898,204.0,,2225.57921388,ky +21021,40464,0.046493455999999996,204.0,,1397.59328736,ky +21021,40468,0.056879599,204.0,,1709.80074594,ky +21023,41002,0.288884055,204.0,17140.0,2398.6043086649997,ky +21023,41004,0.43615401299999995,204.0,17140.0,3621.386769939,ky +21023,41043,0.177398303,203.0,17140.0,1472.938109809,ky +21023,41044,0.09756362800000001,204.0,17140.0,810.0708032840001,ky +21025,41317,0.006782398,204.0,,85.66168674000001,ky +21025,41339,0.8649172390000001,204.0,,10923.90472857,ky +21025,41348,0.079047235,204.0,,998.3665780499999,ky +21025,41366,0.002180057,204.0,,27.53411991,ky +21025,41385,0.04529673,204.0,,572.0976999,ky +21025,41390,0.0017763420000000002,204.0,,22.435199460000003,ky +21027,40111,0.073417302,205.0,,1503.366093054,ky +21027,40115,0.025135344,205.0,,514.696439088,ky +21027,40140,0.032869296,205.0,,673.064574192,ky +21027,40143,0.32791956699999997,205.0,,6714.808973458999,ky +21027,40144,0.079880676,205.0,,1635.716602452,ky +21027,40145,0.038559275,205.0,,789.5782741749999,ky +21027,40146,0.23483593,205.0,,4808.73533861,ky +21027,40152,0.056734063,205.0,,1161.743408051,ky +21027,40170,0.028726107999999997,205.0,,588.2245135159999,ky +21027,40171,0.009556955,205.0,,195.69776753500003,ky +21027,40176,0.054469119,205.0,,1115.3641497630001,ky +21027,40178,0.037896365,205.0,,776.003866105,ky +21029,40047,0.323610064,205.0,31140.0,26431.175587264,ky +21029,40109,0.033066597999999996,205.0,31140.0,2700.7474582479995,ky +21029,40110,0.000946134,205.0,31140.0,77.276440584,ky +21029,40150,0.073702272,205.0,31140.0,6019.706767872,ky +21029,40165,0.568674931,205.0,31140.0,46447.093664356,ky +21031,42261,0.898389922,380.0,14540.0,11570.363805438,ky +21031,42273,0.045048803,380.0,14540.0,580.183533837,ky +21031,42275,0.056561275,380.0,14540.0,728.452660725,ky +21033,42411,0.14224172300000001,208.0,,1813.1552430810002,ky +21033,42445,0.8577582770000001,208.0,,10933.844756919001,ky +21035,42020,0.050011697,208.0,,1950.506194697,ky +21035,42036,0.033765694,208.0,,1316.895831694,ky +21035,42049,0.041719737,208.0,,1627.111462737,ky +21035,42054,0.025057836,208.0,,977.280661836,ky +21035,42071,0.821761847,208.0,,32049.533794847,ky +21035,42076,0.02768319,208.0,,1079.67209319,ky +21037,41001,0.188766044,203.0,17140.0,17665.481461696,ky +21037,41007,0.046567644000000005,203.0,17140.0,4357.986396096,ky +21037,41059,0.028643658,203.0,17140.0,2680.588090272,ky +21037,41071,0.22560135399999998,203.0,17140.0,21112.677112735997,ky +21037,41073,0.06284244900000001,203.0,17140.0,5881.047747216001,ky +21037,41074,0.059218592,203.0,17140.0,5541.912713728,ky +21037,41075,0.17929410699999998,203.0,17140.0,16779.059709488,ky +21037,41076,0.18659607,203.0,17140.0,17462.40661488,ky +21037,41085,0.010784771,203.0,17140.0,1009.2820092640001,ky +21037,41099,0.01168531,203.0,17140.0,1093.55805104,ky +21039,42021,0.324129404,208.0,,1542.85596304,ky +21039,42023,0.47187306799999995,208.0,,2246.1158036799998,ky +21039,42035,0.20399752699999998,208.0,,971.02822852,ky +21041,41008,0.8083293890000001,205.0,,8593.349734459001,ky +21041,41045,0.19167061100000002,205.0,,2037.6502655410002,ky +21043,41132,0.011923405,444.0,26580.0,319.511483785,ky +21043,41142,0.002705011,444.0,26580.0,72.486179767,ky +21043,41143,0.506620159,444.0,26580.0,13575.900400723,ky +21043,41146,0.014984339,444.0,26580.0,401.535332183,ky +21043,41164,0.463767084,204.0,26580.0,12427.566549948,ky +21045,42516,0.036918137999999996,204.0,,596.560191942,ky +21045,42539,0.819126468,204.0,,13236.264596412,ky +21045,42541,0.04984371,204.0,,805.42450989,ky +21045,42565,0.043423165,205.0,,701.674923235,ky +21045,42566,0.050688519,204.0,,819.0757785210001,ky +21047,42215,0.01579942,380.0,17300.0,1113.2429326200001,ky +21047,42217,0.040997858,380.0,17300.0,2888.750072538,ky +21047,42223,0.258296586,380.0,17300.0,18199.835746146,ky +21047,42232,0.010898324,380.0,17300.0,767.906807364,ky +21047,42236,0.008000504,380.0,17300.0,563.723512344,ky +21047,42240,0.525929192,380.0,17300.0,37057.496797512,ky +21047,42254,0.00289782,380.0,17300.0,204.18329502,ky +21047,42262,0.110243165,380.0,17300.0,7767.843649065,ky +21047,42266,0.02693713,380.0,17300.0,1898.01711693,ky +21049,40391,1.0,204.0,30460.0,36263.0,ky +21051,40913,0.018985191000000002,377.0,,377.82428609100003,ky +21051,40914,0.009468318,204.0,,188.428996518,ky +21051,40941,0.013741198999999999,204.0,,273.463601299,ky +21051,40962,0.884680748,204.0,,17606.031565948,ky +21051,40972,0.05103180400000001,204.0,,1015.5839314040002,ky +21051,40983,0.022092741000000003,204.0,,439.66763864100005,ky +21053,42602,0.992734413,205.0,,10143.760232034,ky +21053,42603,0.007265587,204.0,,74.239767966,ky +21055,42037,0.00931677,208.0,,82.04347662,ky +21055,42064,0.99068323,208.0,,8723.95652338,ky +21057,42717,1.0,205.0,,6614.0,ky +21059,42301,0.42757537799999995,207.0,36980.0,43403.604196158,ky +21059,42303,0.408732236,207.0,36980.0,41490.818008596005,ky +21059,42355,0.018744383,207.0,36980.0,1902.761062713,ky +21059,42356,0.000908579,207.0,36980.0,92.230762869,ky +21059,42366,0.056134391,207.0,36980.0,5698.258164801,ky +21059,42376,0.059235410999999995,207.0,36980.0,6013.045806020999,ky +21059,42378,0.028669622999999998,207.0,36980.0,2910.282100353,ky +21061,42163,0.011967516999999999,380.0,14540.0,145.40533154999997,ky +21061,42207,0.160564183,380.0,14540.0,1950.85482345,ky +21061,42210,0.600940305,380.0,14540.0,7301.42470575,ky +21061,42259,0.17894286899999998,380.0,14540.0,2174.1558583499996,ky +21061,42285,0.047585126,380.0,14540.0,578.1592809,ky +21063,41149,0.089810924,204.0,,675.108715708,ky +21063,41171,0.910189076,204.0,,6841.891284292,ky +21065,40336,0.876069268,204.0,,12357.833094407999,ky +21065,40472,0.12393073199999999,204.0,,1748.166905592,ky +21067,40502,0.083787232,204.0,30460.0,27076.011595264,ky +21067,40503,0.09255460900000001,204.0,30460.0,29909.207007568002,ky +21067,40504,0.087795711,204.0,30460.0,28371.359601072,ky +21067,40505,0.079500472,204.0,30460.0,25690.736527744,ky +21067,40506,0.007954425,204.0,30460.0,2570.4883476,ky +21067,40507,0.005399879000000001,204.0,30460.0,1744.9816986080002,ky +21067,40508,0.082458367,204.0,30460.0,26646.586212784,ky +21067,40509,0.12565114300000002,204.0,30460.0,40604.41816273601,ky +21067,40510,0.0063222669999999995,204.0,30460.0,2043.0532255839998,ky +21067,40511,0.10354509699999999,204.0,30460.0,33460.80518574399,ky +21067,40513,0.034706806,204.0,30460.0,11215.573772512,ky +21067,40514,0.050474952000000003,204.0,30460.0,16311.081688704002,ky +21067,40515,0.114554346,204.0,30460.0,37018.466018592,ky +21067,40516,0.010518351,204.0,30460.0,3399.026162352,ky +21067,40517,0.114776344,204.0,30460.0,37090.205116288,ky +21069,41039,0.179439624,204.0,,2616.4091575439998,ky +21069,41041,0.46664900299999995,204.0,,6804.209112742999,ky +21069,41049,0.158508313,204.0,,2311.209711853,ky +21069,41093,0.19540306,329.0,,2849.17201786,ky +21071,41216,0.033584629,204.0,,1195.243361481,ky +21071,41601,0.018637768,204.0,,663.2995253519999,ky +21071,41602,0.026228993,204.0,,933.463631877,ky +21071,41603,0.039238783,204.0,,1396.469048187,ky +21071,41604,0.00981624,204.0,,349.35016536,ky +21071,41605,0.019030417,204.0,,677.273510613,ky +21071,41606,0.025810167000000002,204.0,,918.558033363,ky +21071,41607,0.012329197,204.0,,438.783792033,ky +21071,41612,0.004188262,204.0,,149.056056318,ky +21071,41615,0.021150725,204.0,,752.733152025,ky +21071,41616,0.015208628,204.0,,541.259861892,ky +21071,41619,0.004528559000000001,204.0,,161.16688625100002,ky +21071,41621,0.003717083,204.0,,132.287266887,ky +21071,41622,0.004057379,204.0,,144.39806123099999,ky +21071,41630,0.036568766,204.0,,1301.445813174,ky +21071,41631,0.030914612,204.0,,1100.220126468,ky +21071,41635,0.073294592,204.0,,2608.4812346880003,ky +21071,41636,0.026045757000000003,204.0,,926.9424458730001,ky +21071,41640,0.027564002,204.0,,980.975267178,ky +21071,41642,0.011648605,204.0,,414.562203345,ky +21071,41645,0.035312287000000005,204.0,,1256.728982043,ky +21071,41647,0.044683524,204.0,,1590.241935636,ky +21071,41649,0.057719491,204.0,,2054.178965199,ky +21071,41650,0.011046542,204.0,,393.135383238,ky +21071,41653,0.272341762,204.0,,9692.370967818,ky +21071,41655,0.023689859,204.0,,843.098391951,ky +21071,41659,0.010601538999999998,204.0,,377.29817147099993,ky +21071,41660,0.017747762,204.0,,631.625101818,ky +21071,41663,0.017171876000000003,204.0,,611.1298949640001,ky +21071,41666,0.028009005,204.0,,996.812478945,ky +21071,41667,0.018585413999999998,204.0,,661.4362988459999,ky +21071,41669,0.019527773000000002,204.0,,694.9739132970001,ky +21073,40601,0.9975394470000001,204.0,,50865.533941977,ky +21073,40604,0.002460553,204.0,,125.46605802299999,ky +21075,42041,0.600692042,208.0,,3585.530798698,ky +21075,42050,0.39930795799999996,379.0,,2383.469201302,ky +21077,41046,0.16208932199999998,203.0,17140.0,1437.5701968179999,ky +21077,41086,0.369224846,204.0,17140.0,3274.655159174,ky +21077,41095,0.468685832,203.0,17140.0,4156.774644008,ky +21079,40444,1.0,204.0,,17666.0,ky +21081,41010,0.129130709,203.0,17140.0,3237.1777439210005,ky +21081,41030,0.20869290699999998,203.0,17140.0,5231.722485583,ky +21081,41035,0.407002035,203.0,17140.0,10203.134015415,ky +21081,41052,0.0028064270000000002,203.0,17140.0,70.35431846300001,ky +21081,41097,0.252367923,203.0,17140.0,6326.611461687,ky +21083,42027,0.047738822,208.0,,1779.034940652,ky +21083,42039,0.048508802999999996,208.0,,1807.729052598,ky +21083,42040,0.020686823,208.0,,770.915145918,ky +21083,42051,0.098942559,208.0,,3687.193403694,ky +21083,42061,0.000667317,208.0,,24.868235321999997,ky +21083,42066,0.597633592,208.0,,22271.413439472,ky +21083,42069,0.012935681000000001,208.0,,482.06108814600003,ky +21083,42079,0.039910682,208.0,,1487.3114754120002,ky +21083,42082,0.043349930999999994,208.0,,1615.4785286459999,ky +21083,42085,0.025178379,208.0,,938.297471814,ky +21083,42088,0.06444741,208.0,,2401.69718106,ky +21085,40119,0.067588864,205.0,,1786.170908928,ky +21085,42712,0.05372089,205.0,,1419.68196003,ky +21085,42721,0.125021888,205.0,,3303.953434176,ky +21085,42726,0.175661005,205.0,,4642.193379135,ky +21085,42754,0.571143407,205.0,,15093.606816788999,ky +21085,42762,0.006863947,205.0,,181.393527369,ky +21087,42743,0.858201952,205.0,,9389.587556832,ky +21087,42764,0.04786036,205.0,,523.64019876,ky +21087,42782,0.093937688,205.0,,1027.772244408,ky +21089,41121,0.036804773,444.0,26580.0,1291.773922754,ky +21089,41139,0.243660385,444.0,26580.0,8551.99219273,ky +21089,41144,0.31258181399999996,444.0,26580.0,10970.996507771999,ky +21089,41169,0.161618314,444.0,26580.0,5672.479584772001,ky +21089,41174,0.031416481,329.0,26580.0,1102.655650138,ky +21089,41175,0.16527139300000002,329.0,26580.0,5800.695351514,ky +21089,41183,0.048646839000000004,444.0,26580.0,1707.4067552220001,ky +21091,42348,0.5457330420000001,207.0,36980.0,4759.883592324,ky +21091,42351,0.45426695799999994,207.0,36980.0,3962.1164076759997,ky +21093,40121,0.075256451,205.0,21060.0,8350.305290058,ky +21093,40160,0.19404664,205.0,21060.0,21531.02708112,ky +21093,40162,0.055151688,205.0,21060.0,6119.520997103999,ky +21093,40175,0.11695179900000001,205.0,21060.0,12976.737713442,ky +21093,40177,0.012306298,205.0,21060.0,1365.482213484,ky +21093,42701,0.428008999,205.0,21060.0,47491.022511042,ky +21093,42724,0.04340782,205.0,21060.0,4816.44489156,ky +21093,42732,0.017703944,205.0,21060.0,1964.3942183519998,ky +21093,42740,0.015429041999999999,205.0,21060.0,1711.9756422359999,ky +21093,42776,0.020826688,205.0,21060.0,2310.887647104,ky +21093,42784,0.018375502,205.0,21060.0,2038.9089509159999,ky +21093,42788,0.002535131,205.0,21060.0,281.293065498,ky +21095,40801,0.019295671,204.0,,501.88040271,ky +21095,40806,0.08892149699999999,204.0,,2312.84813697,ky +21095,40807,0.013499633,204.0,,351.12545433,ky +21095,40808,0.003191489,204.0,,83.01062889,ky +21095,40810,0.042993397,204.0,,1118.2582559700002,ky +21095,40815,0.043947175,204.0,,1143.06602175,ky +21095,40818,0.0023110789999999997,204.0,,60.11116479,ky +21095,40819,0.019625825,204.0,,510.46770825,ky +21095,40820,0.032134996,204.0,,835.8312459599999,ky +21095,40823,0.13352898,204.0,,3473.0887697999997,ky +21095,40824,0.01162876,204.0,,302.4640476,ky +21095,40828,0.13506969900000002,204.0,,3513.1628709900006,ky +21095,40829,0.006786499999999999,204.0,,176.51686499999997,ky +21095,40830,0.004585473,204.0,,119.26815273,ky +21095,40831,0.190939105,204.0,,4966.3261210499995,ky +21095,40843,0.010308144,376.0,,268.11482544,ky +21095,40847,0.013646368,204.0,,354.94203168,ky +21095,40849,0.015847395,204.0,,412.19074395,ky +21095,40854,0.03672047,204.0,,955.0994247,ky +21095,40855,0.028613352999999998,204.0,,744.2333115299999,ky +21095,40863,0.019442406000000002,377.0,,505.69698006000004,ky +21095,40865,0.015737344,204.0,,409.32831744000003,ky +21095,40870,0.013976522,204.0,,363.52933722,ky +21095,40873,0.082355099,204.0,,2142.05612499,ky +21095,40927,0.013352898,204.0,,347.30887698,ky +21095,40964,0.0015407189999999999,204.0,,40.07410118999999,ky +21097,41003,0.128287116,204.0,,2422.830472776,ky +21097,41031,0.871712884,204.0,,16463.169527224,ky +21099,42713,0.094710826,205.0,,1802.82057291,ky +21099,42722,0.023035096,205.0,,438.47305236000005,ky +21099,42729,0.072367771,205.0,,1377.5205209849998,ky +21099,42746,0.086307464,205.0,,1642.86257724,ky +21099,42749,0.264260999,205.0,,5030.208115965,ky +21099,42757,0.141522491,205.0,,2693.880616185,ky +21099,42765,0.317795353,205.0,,6049.234544355,ky +21101,42406,0.06663187200000001,179.0,21780.0,3012.4269331200003,ky +21101,42420,0.8346163879999999,179.0,21780.0,37733.006901479996,ky +21101,42451,0.020376653,179.0,21780.0,921.2284821300001,ky +21101,42452,0.05404053599999999,179.0,21780.0,2443.17263256,ky +21101,42458,0.024334551,179.0,21780.0,1100.16505071,ky +21103,40007,0.009106463,205.0,31140.0,146.850822338,ky +21103,40011,0.14443402,205.0,31140.0,2329.1430065199997,ky +21103,40019,0.228986147,205.0,31140.0,3692.630606522,ky +21103,40036,0.010927755,205.0,31140.0,176.22097713000002,ky +21103,40050,0.099122468,205.0,31140.0,1598.448918968,ky +21103,40055,0.104531155,205.0,31140.0,1685.66940553,ky +21103,40057,0.197527457,205.0,31140.0,3185.327771582,ky +21103,40058,0.004580827,205.0,31140.0,73.870416202,ky +21103,40068,0.11038136800000001,205.0,31140.0,1780.0099403680001,ky +21103,40070,0.03708814,205.0,31140.0,598.08334564,ky +21103,40075,0.053314201,205.0,31140.0,859.744805326,ky +21105,42031,0.9279334770000001,208.0,,4064.34862926,ky +21105,42032,0.072066523,208.0,,315.65137073999995,ky +21107,42408,0.142779975,208.0,,6380.2659628500005,ky +21107,42410,0.031632851000000003,208.0,,1413.5455797860002,ky +21107,42413,0.06860266599999999,208.0,,3065.578732876,ky +21107,42431,0.562974007,208.0,,25157.056476802,ky +21107,42436,0.023594996,208.0,,1054.365991256,ky +21107,42440,0.022493032000000003,208.0,,1005.1236279520001,ky +21107,42441,0.035327672000000004,208.0,,1578.6523509920003,ky +21107,42442,0.067651952,208.0,,3023.095127072,ky +21107,42453,0.012618569,208.0,,563.873374334,ky +21107,42464,0.03232428,208.0,,1444.44277608,ky +21109,40402,0.18635891300000001,204.0,,2483.9779513770004,ky +21109,40434,0.0,204.0,,0.0,ky +21109,40447,0.618301915,204.0,,8241.346225035,ky +21109,40481,0.010613033000000001,204.0,,141.461116857,ky +21109,40486,0.18472613899999998,204.0,,2462.2147067309998,ky +21111,40023,0.006504829,205.0,31140.0,4987.6231695530005,ky +21111,40025,6.0299999999999995e-05,205.0,31140.0,46.235447099999995,ky +21111,40041,0.00048365400000000003,205.0,31140.0,370.845090078,ky +21111,40059,0.02460353,205.0,31140.0,18864.92885221,ky +21111,40118,0.012296112,205.0,31140.0,9428.129948784,ky +21111,40202,0.009014804,205.0,31140.0,6912.1640706279995,ky +21111,40203,0.022362391000000002,205.0,31140.0,17146.519835987,ky +21111,40204,0.018548436,205.0,31140.0,14222.143142052,ky +21111,40205,0.03060963,205.0,31140.0,23470.14806991,ky +21111,40206,0.024878647,205.0,31140.0,19075.876737779,ky +21111,40207,0.038344321,205.0,31140.0,29400.776536997,ky +21111,40208,0.021402621,205.0,31140.0,16410.609470097,ky +21111,40209,0.000312805,205.0,31140.0,239.84542338499998,ky +21111,40210,0.017973076,205.0,31140.0,13780.981834532,ky +21111,40211,0.029163694,205.0,31140.0,22361.466520358,ky +21111,40212,0.021966674,205.0,31140.0,16843.101056217998,ky +21111,40213,0.020377526,205.0,31140.0,15624.610703182,ky +21111,40214,0.056973157,205.0,31140.0,43684.566941849,ky +21111,40215,0.025994191,205.0,31140.0,19931.227908587,ky +21111,40216,0.0521831,205.0,31140.0,40011.7572067,ky +21111,40217,0.015927912,205.0,31140.0,12212.838021384,ky +21111,40218,0.043244927,205.0,31140.0,33158.350491739,ky +21111,40219,0.0496681,205.0,31140.0,38083.3633517,ky +21111,40220,0.041757535,205.0,31140.0,32017.882263994998,ky +21111,40222,0.027565752000000002,205.0,31140.0,21136.233306264003,ky +21111,40223,0.029306905,205.0,31140.0,22471.274557085002,ky +21111,40228,0.020328533,205.0,31140.0,15587.044977481,ky +21111,40229,0.048841492,205.0,31140.0,37449.555881444,ky +21111,40231,0.0,205.0,31140.0,0.0,ky +21111,40241,0.037868205,205.0,31140.0,29035.711261185003,ky +21111,40242,0.013889028000000001,205.0,31140.0,10649.509442196,ky +21111,40243,0.01308252,205.0,31140.0,10031.11378764,ky +21111,40245,0.043226084000000005,205.0,31140.0,33143.90248958801,ky +21111,40258,0.033839432,205.0,31140.0,25946.621362024,ky +21111,40272,0.047717154000000005,205.0,31140.0,36587.461849578,ky +21111,40280,0.0008605269999999999,205.0,31140.0,659.815100939,ky +21111,40291,0.047557611,205.0,31140.0,36465.131137527,ky +21111,40299,0.051264786,205.0,31140.0,39307.633519001996,ky +21113,40339,0.0,204.0,30460.0,0.0,ky +21113,40356,0.8504074840000001,204.0,30460.0,46019.80099666001,ky +21113,40390,0.149592516,204.0,30460.0,8095.199003340001,ky +21115,41204,0.023512025,204.0,,521.6848107,ky +21115,41219,0.08706166900000001,204.0,,1931.7243117720002,ky +21115,41222,0.107259618,204.0,,2379.876404184,ky +21115,41226,0.014510278,444.0,,321.954048264,ky +21115,41234,0.027273949,204.0,,605.154380412,ky +21115,41238,0.026781316,204.0,,594.223839408,ky +21115,41240,0.296027587,204.0,,6568.260100355999,ky +21115,41254,0.014152000000000001,204.0,,314.00457600000004,ky +21115,41255,0.053204352999999996,204.0,,1180.4981843639998,ky +21115,41256,0.14568498400000002,204.0,,3232.4584249920003,ky +21115,41257,0.024139012,204.0,,535.596398256,ky +21115,41260,0.039813695,204.0,,883.38626466,ky +21115,41263,0.019794886,204.0,,439.208930568,ky +21115,41265,0.062340454000000003,204.0,,1383.209993352,ky +21115,41268,0.022929822000000002,204.0,,508.76689053600006,ky +21115,41271,0.008509114,204.0,,188.800221432,ky +21115,41274,0.02700524,204.0,,599.19226512,ky +21117,41011,0.16141423,203.0,17140.0,26955.85358154,ky +21117,41014,0.044278855,203.0,17140.0,7394.48022729,ky +21117,41015,0.12777951,203.0,17140.0,21338.922610980004,ky +21117,41016,0.037139116,203.0,17140.0,6202.158093768,ky +21117,41017,0.249741223,203.0,17140.0,41706.284758554,ky +21117,41018,0.172494856,203.0,17140.0,28806.295962288,ky +21117,41051,0.188102513,203.0,17140.0,31412.743465974,ky +21117,41063,0.019049698,203.0,17140.0,3181.261466604,ky +21119,41643,0.0056765159999999995,204.0,,84.046495896,ky +21119,41725,0.01874028,204.0,,277.46858568000005,ky +21119,41740,0.08475894199999999,204.0,,1254.9408952519998,ky +21119,41759,0.021073095,204.0,,312.00824457,ky +21119,41772,0.020528771,204.0,,303.94898342600004,ky +21119,41817,0.016485226000000002,204.0,,244.08025615600002,ky +21119,41822,0.160730949,204.0,,2379.7824308940003,ky +21119,41828,0.056842924,204.0,,841.616332744,ky +21119,41831,0.062286159,204.0,,922.208870154,ky +21119,41834,0.02651633,204.0,,392.60078198,ky +21119,41836,0.102332815,204.0,,1515.13965889,ky +21119,41839,0.11982892699999999,204.0,,1774.1870931619999,ky +21119,41843,0.04385692099999999,204.0,,649.3455723259999,ky +21119,41844,0.124261275,204.0,,1839.81243765,ky +21119,41847,0.033748056,204.0,,499.673717136,ky +21119,41859,0.027604977000000003,204.0,,408.71928946200006,ky +21119,41861,0.007309487,204.0,,108.224264522,ky +21119,41862,0.067418351,204.0,,998.1961049060001,ky +21121,40734,0.159496657,204.0,,4967.523382265,ky +21121,40771,0.063979552,204.0,,1992.6431470399998,ky +21121,40903,0.019071961999999998,204.0,,593.99625649,ky +21121,40906,0.464569406,204.0,,14469.014149870001,ky +21121,40915,0.031970114,204.0,,995.70920053,ky +21121,40921,0.008297286999999999,204.0,,258.41900361499995,ky +21121,40923,0.017774282,204.0,,553.5800128899999,ky +21121,40935,0.115414864,204.0,,3594.59593928,ky +21121,40943,0.023397562,204.0,,728.71706849,ky +21121,40946,0.009280378,204.0,,289.03737281,ky +21121,40949,0.029571372000000002,204.0,,921.00038094,ky +21121,40953,0.024302006,204.0,,756.88597687,ky +21121,40982,0.012858828000000001,204.0,,400.48819806,ky +21121,40995,0.00617381,377.0,,192.28331245,ky +21121,40997,0.013841919,377.0,,431.10656725499996,ky +21123,42716,0.150860421,205.0,21060.0,2172.088341558,ky +21123,42748,0.849139579,205.0,21060.0,12225.911658442,ky +21125,40729,0.095305999,204.0,,5795.843717187,ky +21125,40737,0.017893071,204.0,,1088.131326723,ky +21125,40740,0.062899225,204.0,,3825.090569925,ky +21125,40741,0.46385248,204.0,,28208.26086624,ky +21125,40743,0.005489032,204.0,,333.80450301599996,ky +21125,40744,0.354560194,204.0,,21561.869077722,ky +21127,41124,0.06106728,444.0,,935.36752776,ky +21127,41159,0.033422377,444.0,,511.93054850900006,ky +21127,41180,0.05224576,444.0,,800.24830592,ky +21127,41201,0.00938063,444.0,,143.68310971,ky +21127,41230,0.765856992,444.0,,11730.631546464001,ky +21127,41232,0.04876685099999999,444.0,,746.9618567669999,ky +21127,41264,0.029260111000000002,444.0,,448.177120187,ky +21129,41311,0.9949541279999999,204.0,,7365.645409584,ky +21129,41397,0.005045872,204.0,,37.354590416,ky +21131,40816,0.001476814,204.0,,14.586491877999999,ky +21131,40827,0.10593679199999999,204.0,,1046.3376945839998,ky +21131,40840,0.017327951,204.0,,171.14817202700002,ky +21131,40844,0.009746973,204.0,,96.270852321,ky +21131,40858,0.034065177,204.0,,336.461753229,ky +21131,40868,0.091365561,204.0,,902.417645997,ky +21131,40874,0.038790982,204.0,,383.138529214,ky +21131,40979,0.001969085,204.0,,19.448652545,ky +21131,41714,0.042630698,204.0,,421.06340414600004,ky +21131,41749,0.334646057,204.0,,3305.299104989,ky +21131,41762,0.0,204.0,,0.0,ky +21131,41764,0.072462341,204.0,,715.710542057,ky +21131,41766,0.021364576,204.0,,211.017917152,ky +21131,41775,0.004331988,204.0,,42.787045476,ky +21131,41776,0.13488234699999999,204.0,,1332.2329413189998,ky +21131,41777,0.08900265800000001,204.0,,879.0792530660001,ky +21133,40826,0.026174799,204.0,,564.1454428469999,ky +21133,40862,0.018813136,204.0,,405.479520208,ky +21133,41517,0.006052922,376.0,,130.458627866,ky +21133,41537,0.206985399,376.0,,4461.156304647,ky +21133,41804,0.017340803999999998,204.0,,373.74634861199996,ky +21133,41810,0.013128296999999999,204.0,,282.95418524099995,ky +21133,41812,0.011287881999999999,204.0,,243.287720746,ky +21133,41815,0.042738538,204.0,,921.143709514,ky +21133,41819,0.012064946000000002,204.0,,260.03578113800006,ky +21133,41821,0.019549303,204.0,,421.346127559,ky +21133,41824,0.044947037,204.0,,968.7434884610001,ky +21133,41825,0.028301501,204.0,,609.982251053,ky +21133,41826,0.027156354,204.0,,585.300897762,ky +21133,41832,0.014886917,204.0,,320.857722101,ky +21133,41833,0.021307922000000003,204.0,,459.2496428660001,ky +21133,41835,0.03660382,204.0,,788.9221324600001,ky +21133,41837,0.058729704,204.0,,1265.801310312,ky +21133,41838,0.020408163,204.0,,439.857137139,ky +21133,41840,0.035213284,204.0,,758.9519100519999,ky +21133,41845,0.006993579000000001,204.0,,150.732608187,ky +21133,41848,0.0,204.0,,0.0,ky +21133,41849,0.00347634,204.0,,74.92555602,ky +21133,41855,0.034599812,204.0,,745.729748036,ky +21133,41858,0.29323954,204.0,,6320.19180562,ky +21135,41135,0.007780601999999999,204.0,,103.28749154999998,ky +21135,41141,0.136892381,329.0,,1817.2463577750002,ky +21135,41166,0.09329019300000001,329.0,,1238.4273120750001,ky +21135,41179,0.602110777,329.0,,7993.020564675001,ky +21135,41189,0.159926046,204.0,,2123.01826065,ky +21137,40419,0.151795972,204.0,,3726.439316628,ky +21137,40437,0.20655587,204.0,,5070.74005263,ky +21137,40442,0.053725971,204.0,,1318.9188620789998,ky +21137,40448,0.0018763879999999999,204.0,,46.063449012,ky +21137,40484,0.417592096,204.0,,10251.468364704,ky +21137,40489,0.168453703,204.0,,4135.369954947,ky +21139,42028,0.089248215,208.0,,820.54808871,ky +21139,42045,0.233200336,208.0,,2144.043889184,ky +21139,42047,0.046304074,208.0,,425.71965635600003,ky +21139,42058,0.25283494300000003,208.0,,2324.5644659420004,ky +21139,42078,0.16852163,208.0,,1549.38786622,ky +21139,42081,0.179336413,208.0,,1648.818981122,ky +21139,42083,0.030554388999999998,208.0,,280.917052466,ky +21141,42202,0.082072739,380.0,,2224.335372378,ky +21141,42206,0.22193613,380.0,,6014.912995260001,ky +21141,42256,0.156921646,380.0,,4252.890449892,ky +21141,42265,0.028680757,380.0,,777.305876214,ky +21141,42276,0.510388728,380.0,,13832.555306256001,ky +21143,42038,0.67338403,208.0,,5528.4828863,ky +21143,42055,0.32661597,208.0,,2681.5171136999998,ky +21145,42001,0.429684701,208.0,,28109.113770018,ky +21145,42003,0.42796787299999994,208.0,,27996.802315913996,ky +21145,42053,0.080511764,208.0,,5266.918577352,ky +21145,42086,0.061835662,208.0,,4045.165336716,ky +21147,42631,0.011146679,204.0,,192.068425849,ky +21147,42634,0.105121756,204.0,,1811.3529776359999,ky +21147,42635,0.263061621,204.0,,4532.814791451,ky +21147,42638,0.0,204.0,,0.0,ky +21147,42647,0.19560992300000002,204.0,,3370.554583213,ky +21147,42649,0.143706414,204.0,,2476.205219634,ky +21147,42653,0.281353607,204.0,,4848.004002217,ky +21149,42322,0.001161563,207.0,36980.0,10.694510541,ky +21149,42327,0.426399155,207.0,36980.0,3925.857020085,ky +21149,42350,0.166631468,207.0,36980.0,1534.175925876,ky +21149,42352,0.202534319,207.0,36980.0,1864.7334750329999,ky +21149,42371,0.041921859,207.0,36980.0,385.974555813,ky +21149,42372,0.161351637,208.0,36980.0,1485.564521859,ky +21151,40385,0.0302383,204.0,,2811.7688021,ky +21151,40403,0.261195792,204.0,,24287.813110704,ky +21151,40404,0.00915629,204.0,,851.4159382299999,ky +21151,40461,0.039534135,204.0,,3676.160611245,ky +21151,40475,0.659875483,204.0,,61359.841537721,ky +21153,41464,0.050134218,204.0,,609.682225098,ky +21153,41465,0.9119690509999999,204.0,,11090.455629211,ky +21153,41632,0.037896731,204.0,,460.862145691,ky +21155,40009,0.048569219000000004,205.0,,936.0745577870001,ky +21155,40033,0.661149781,205.0,,12742.339729213,ky +21155,40037,0.137870585,205.0,,2657.1797847049997,ky +21155,40049,0.005774684,205.0,,111.295484732,ky +21155,40060,0.054653260999999995,205.0,,1053.332299253,ky +21155,40062,0.01124001,205.0,,216.62871273,ky +21155,40063,0.015003866999999999,205.0,,289.169528691,ky +21155,40328,0.065738592,204.0,,1266.979883616,ky +21157,42025,0.635284194,208.0,,19757.3384334,ky +21157,42029,0.20146639,208.0,,6265.604729,ky +21157,42044,0.103750324,208.0,,3226.6350764000003,ky +21157,42048,0.059499092,208.0,,1850.4217612000002,ky +21159,41203,0.07571169,204.0,,847.59236955,ky +21159,41214,0.053387557,204.0,,597.673700615,ky +21159,41224,0.50532145,204.0,,5657.07363275,ky +21159,41231,0.088777364,443.0,,993.8625899799999,ky +21159,41250,0.108938306,204.0,,1219.56433567,ky +21159,41262,0.086614173,204.0,,969.6456667350001,ky +21159,41267,0.08124945900000001,204.0,,909.5876935050001,ky +21161,41034,0.055020957999999995,204.0,,939.20775306,ky +21161,41055,0.121612846,204.0,,2075.93128122,ky +21161,41056,0.8233661959999999,204.0,,14054.86096572,ky +21161,41062,0.0,204.0,,0.0,ky +21163,40104,0.049130457,205.0,21060.0,1403.7554174040001,ky +21163,40108,0.5946864070000001,205.0,21060.0,16991.380020804,ky +21163,40117,0.136946712,205.0,21060.0,3912.841455264,ky +21163,40142,0.108908381,205.0,21060.0,3111.730261932,ky +21163,40155,0.054048572999999996,205.0,21060.0,1544.275827756,ky +21163,40157,0.045277088,205.0,21060.0,1293.656958336,ky +21163,40161,0.011002383000000001,205.0,21060.0,314.360087076,ky +21165,40316,0.047790097999999996,204.0,,310.10994592199995,ky +21165,40322,0.509917226,204.0,,3308.852879514,ky +21165,40346,0.134936748,204.0,,875.604557772,ky +21165,40387,0.307355927,204.0,,1994.4326103029998,ky +21167,40310,0.015085725,204.0,,330.875206425,ky +21167,40330,0.891355925,204.0,,19550.109503025,ky +21167,40372,0.093558351,204.0,,2052.015312483,ky +21169,42124,0.002219482,205.0,,22.352403222,ky +21169,42129,0.857459926,205.0,,8635.478914746,ky +21169,42154,0.054747225999999996,205.0,,551.359313046,ky +21169,42214,0.085573366,205.0,,861.809368986,ky +21171,42133,0.102254372,205.0,,1089.0090618,ky +21171,42140,0.070580799,205.0,,751.68550935,ky +21171,42151,0.016855116,205.0,,179.5069854,ky +21171,42157,0.043753072999999996,205.0,,465.97022745,ky +21171,42166,0.20528127,205.0,,2186.2455255,ky +21171,42167,0.56127537,205.0,,5977.5826905,ky +21173,40334,0.002481568,204.0,,69.873510176,ky +21173,40337,0.18658514699999998,204.0,,5253.6779840789995,ky +21173,40353,0.810933285,204.0,,22833.448505745,ky +21175,41352,0.051594024,204.0,,686.664865416,ky +21175,41408,0.037347912999999996,204.0,,497.06337411699997,ky +21175,41421,0.028646234,204.0,,381.252728306,ky +21175,41425,0.082781457,204.0,,1101.738411213,ky +21175,41472,0.7996303709999999,204.0,,10642.280607638999,ky +21177,42321,0.006427197,380.0,,196.813626534,ky +21177,42323,0.028742945,380.0,,880.16646179,ky +21177,42324,0.034876513,380.0,,1067.9885810859998,ky +21177,42325,0.082052788,208.0,,2512.620474136,ky +21177,42326,0.016280056,380.0,,498.527874832,ky +21177,42330,0.292323252,380.0,,8951.522622744,ky +21177,42332,0.004861179,380.0,,148.85902333800001,ky +21177,42337,0.07817037,380.0,,2393.73307014,ky +21177,42339,0.024730025,380.0,,757.28282555,ky +21177,42344,0.035104891,380.0,,1074.981972202,ky +21177,42345,0.354768197,380.0,,10863.711728534001,ky +21177,42367,0.025969789,380.0,,795.246878758,ky +21177,42374,0.0156928,380.0,,480.5449216,ky +21179,40004,0.648135869,205.0,,29965.265631477,ky +21179,40008,0.071249813,205.0,,3294.092604429,ky +21179,40012,0.010951637,205.0,,506.327033421,ky +21179,40013,0.110008342,205.0,,5086.015675686,ky +21179,40020,0.002352891,205.0,,108.78120960300001,ky +21179,40048,0.002909029,205.0,,134.493137757,ky +21179,40051,0.091206605,205.0,,4216.7549689649995,ky +21179,40052,0.012170863,205.0,,562.695509079,ky +21179,40107,0.051014952,205.0,,2358.574275816,ky +21181,40311,0.9809129740000001,204.0,,7130.256408006001,ky +21181,40350,0.019087026,204.0,,138.743591994,ky +21183,42320,0.39150552200000005,207.0,,9393.783494868001,ky +21183,42328,0.058099437000000004,207.0,,1394.037891378,ky +21183,42333,0.061155005,207.0,,1467.35318997,ky +21183,42338,0.000480161,207.0,,11.520983034,ky +21183,42343,0.065825658,207.0,,1579.420838052,ky +21183,42347,0.272556637,207.0,,6539.723948178,ky +21183,42349,0.049543847,207.0,,1188.755064918,ky +21183,42354,0.012265922,207.0,,294.308532468,ky +21183,42361,0.018769916,207.0,,450.365364504,ky +21183,42368,0.05914706,207.0,,1419.17455764,ky +21183,42369,0.010650836,207.0,,255.556158984,ky +21183,42370,0.0,207.0,,0.0,ky +21185,40010,0.012849161999999999,205.0,31140.0,858.311172438,ky +21185,40014,0.377252095,205.0,31140.0,25200.062693905,ky +21185,40026,0.11047486,205.0,31140.0,7379.6101731399995,ky +21185,40031,0.43756983200000005,205.0,31140.0,29229.227207768003,ky +21185,40056,0.055185055999999996,205.0,31140.0,3686.3065557439995,ky +21185,40077,0.006668994,205.0,31140.0,445.482130206,ky +21187,40359,0.678785375,204.0,,7399.439372875,ky +21187,40363,0.001962404,204.0,,21.392166004,ky +21187,41083,0.131171246,203.0,,1429.8977526459998,ky +21187,41098,0.188080975,204.0,,2050.270708475,ky +21189,41314,1.0,204.0,,4415.0,ky +21191,41006,0.32433634899999997,203.0,17140.0,4732.06733191,ky +21191,41033,0.140145336,203.0,17140.0,2044.7204522400002,ky +21191,41040,0.535518315,203.0,17140.0,7813.212215850001,ky +21193,41367,0.006225841,204.0,,160.36521247800002,ky +21193,41701,0.5625491739999999,204.0,,14490.141623891997,ky +21193,41712,0.012862176000000001,204.0,,331.30392940800004,ky +21193,41713,0.003660247,204.0,,94.280642226,ky +21193,41719,0.037902371000000004,204.0,,976.2892722180001,ky +21193,41721,0.018164403,204.0,,467.878692474,ky +21193,41722,0.035678856,204.0,,919.015972848,ky +21193,41723,0.040570588,204.0,,1045.017205704,ky +21193,41727,0.028118907000000002,204.0,,724.2868065060001,ky +21193,41729,0.0040365340000000005,204.0,,103.97304277200001,ky +21193,41731,0.035849896,204.0,,923.421621168,ky +21193,41735,0.0066705440000000005,204.0,,171.819872352,ky +21193,41739,0.004002326,204.0,,103.09191310799999,ky +21193,41745,0.015530394,204.0,,400.03188865199996,ky +21193,41746,0.014230493,204.0,,366.549038694,ky +21193,41751,0.0066705440000000005,204.0,,171.819872352,ky +21193,41754,0.01378579,204.0,,355.09437882,ky +21193,41760,0.00017104,204.0,,4.40564832,ky +21193,41763,0.022337769,204.0,,575.376253902,ky +21193,41773,0.049464645999999994,204.0,,1274.1103516679998,ky +21193,41774,0.081517463,204.0,,2099.726811954,ky +21195,41501,0.395110343,204.0,,22867.406211468,ky +21195,41503,0.009125306,204.0,,528.136210056,ky +21195,41512,0.014621034,204.0,,846.206963784,ky +21195,41513,0.005718297,204.0,,330.952157172,ky +21195,41514,0.054786077,204.0,,3170.798992452,ky +21195,41519,0.018952559,204.0,,1096.898304684,ky +21195,41522,0.087435156,204.0,,5060.397088656,ky +21195,41524,0.0028591479999999997,204.0,,165.476049648,ky +21195,41526,0.0013525310000000001,204.0,,78.27908415600001,ky +21195,41527,0.015134653999999999,204.0,,875.933234904,ky +21195,41528,0.012960331,204.0,,750.092116956,ky +21195,41531,0.016795357,204.0,,972.048081732,ky +21195,41534,0.004588334,204.0,,265.554418584,ky +21195,41535,0.007224914,204.0,,418.149122664,ky +21195,41538,0.0008389119999999999,204.0,,48.552870911999996,ky +21195,41539,0.025937784,204.0,,1501.1751867839998,ky +21195,41540,0.003835025,204.0,,221.9559069,ky +21195,41543,0.00316732,204.0,,183.31181232,ky +21195,41544,0.01290897,204.0,,747.11954772,ky +21195,41547,0.007687171,204.0,,444.90270879599996,ky +21195,41548,0.01556267,376.0,,900.7050889200001,ky +21195,41553,0.03692924,204.0,,2137.3166942400003,ky +21195,41554,0.01398757,204.0,,809.54460132,ky +21195,41555,0.010631923,204.0,,615.333175548,ky +21195,41557,0.027290315,204.0,,1579.45427094,ky +21195,41558,0.013747881000000002,204.0,,795.6723607560001,ky +21195,41559,0.003389889,204.0,,196.193215764,ky +21195,41560,0.0031330790000000004,204.0,,181.330080204,ky +21195,41562,0.052132377,204.0,,3017.213451252,ky +21195,41563,0.007550205999999999,204.0,,436.97572245599997,ky +21195,41564,0.016007807,204.0,,926.467837932,ky +21195,41566,0.015802359,376.0,,914.577329484,ky +21195,41567,0.0030645959999999997,204.0,,177.36655809599998,ky +21195,41568,0.012635038999999999,204.0,,731.2655171639999,ky +21195,41571,0.008491842,204.0,,491.47384759199997,ky +21195,41572,0.058603982,204.0,,3391.764062232,ky +21197,40312,0.394671726,204.0,,4877.747861634,ky +21197,40376,0.003959089,204.0,,48.930380951,ky +21197,40380,0.601369185,204.0,,7432.321757415,ky +21199,42501,0.269271578,204.0,,17496.997866862002,ky +21199,42503,0.363964878,204.0,,23650.073807562,ky +21199,42518,0.04248742900000001,204.0,,2760.7906489910006,ky +21199,42519,0.05594255,204.0,,3635.0909564500002,ky +21199,42533,0.011302302,204.0,,734.412281658,ky +21199,42544,0.08442127599999999,204.0,,5485.610093203999,ky +21199,42553,0.080884501,204.0,,5255.793990479,ky +21199,42567,0.091725485,204.0,,5960.230289815,ky +21201,41064,1.0,204.0,,2108.0,ky +21203,40409,0.25186813199999997,204.0,,4204.93846374,ky +21203,40445,0.047158556,204.0,,787.31209242,ky +21203,40456,0.618649922,204.0,,10328.36044779,ky +21203,40460,0.082323391,204.0,,1374.389012745,ky +21205,40313,0.134698188,204.0,,3294.71767848,ky +21205,40351,0.865301812,204.0,,21165.28232152,ky +21207,42629,0.303370156,205.0,,5437.303305988,ky +21207,42642,0.696629844,205.0,,12485.696694012,ky +21209,40324,0.880465168,204.0,30460.0,50190.036436671995,ky +21209,40370,0.05590965,204.0,30460.0,3187.0736886,ky +21209,40379,0.063625182,204.0,30460.0,3626.889874728,ky +21211,40003,0.042459875,205.0,31140.0,2081.552912,ky +21211,40022,0.025366871000000003,205.0,31140.0,1243.585483904,ky +21211,40065,0.7257533009999999,205.0,31140.0,35579.32982822399,ky +21211,40067,0.144188142,205.0,31140.0,7068.6794734079995,ky +21211,40076,0.062231811,205.0,31140.0,3050.852302464,ky +21213,42134,1.0,380.0,,18572.0,ky +21215,40046,0.07997868799999999,205.0,31140.0,1547.6675914879997,ky +21215,40071,0.920021312,205.0,31140.0,17803.332408512,ky +21217,42718,0.954186237,205.0,,24588.425141253003,ky +21217,42733,0.041265936,205.0,,1063.381904784,ky +21217,42758,0.004547827,205.0,,117.192953963,ky +21219,42204,0.049530893,380.0,,608.932798542,ky +21219,42220,0.6027385679999999,380.0,,7410.067954991999,ky +21219,42234,0.22187473600000002,380.0,,2727.728004384,ky +21219,42280,0.034823768,380.0,,428.123403792,ky +21219,42286,0.091032034,380.0,,1119.147825996,ky +21221,42211,1.0,208.0,17300.0,14651.0,ky +21223,40006,0.592163086,205.0,,5016.213501506,ky +21223,40045,0.407836914,205.0,,3454.786498494,ky +21225,42437,0.5729291320000001,179.0,,8239.293847292001,ky +21225,42459,0.274431592,179.0,,3946.600724552,ky +21225,42461,0.07399282,179.0,,1064.09074442,ky +21225,42462,0.078646457,179.0,,1131.014698117,ky +21227,42101,0.459743605,380.0,14540.0,61098.08613008,ky +21227,42102,0.0007038880000000001,380.0,14540.0,93.54389964800001,ky +21227,42103,0.154331157,380.0,14540.0,20509.993440672,ky +21227,42104,0.25021715699999997,380.0,14540.0,33252.859296671995,ky +21227,42122,0.039964356,380.0,14540.0,5311.103054976,ky +21227,42159,0.012160786000000002,380.0,14540.0,1616.1198162560001,ky +21227,42170,0.012318038,380.0,14540.0,1637.017978048,ky +21227,42171,0.05413946,380.0,14540.0,7194.91767616,ky +21227,42274,0.016421553999999998,380.0,14540.0,2182.358840384,ky +21229,40040,0.025997311000000002,205.0,,314.43747654500004,ky +21229,40069,0.7677274759999999,205.0,,9285.663822219998,ky +21229,40078,0.206275213,205.0,,2494.8987012350003,ky +21231,42633,1.0,204.0,,20333.0,ky +21233,42404,0.19234679100000002,179.0,,2489.3521691220003,ky +21233,42409,0.19764740100000003,179.0,,2557.9526637420004,ky +21233,42450,0.28659599199999997,208.0,,3709.1253284639997,ky +21233,42455,0.225312228,179.0,,2915.990854776,ky +21233,42456,0.094103979,179.0,,1217.893696218,ky +21233,42463,0.00399361,179.0,,51.68530062,ky +21235,40701,0.585615181,204.0,,21236.748923783998,ky +21235,40759,0.048174844,204.0,,1747.012542816,ky +21235,40763,0.00769097,204.0,,278.90533608,ky +21235,40769,0.34928211200000003,204.0,,12666.366509568,ky +21235,40940,0.009236893000000001,204.0,,334.96668775200004,ky +21237,41301,0.806116132,204.0,,5769.373156724,ky +21237,41332,0.10746564300000001,204.0,,769.1316069510001,ky +21237,41360,0.057447072,204.0,,411.148694304,ky +21237,41365,0.028971153,204.0,,207.346542021,ky +21239,40347,0.108848394,204.0,30460.0,2909.952965196,ky +21239,40383,0.891151606,204.0,30460.0,23824.047034804,ky +22001,70516,0.008222581999999999,213.0,29180.0,510.17010018999997,la +22001,70525,0.22722442899999998,213.0,29180.0,14098.139697304998,la +22001,70526,0.29406764399999996,213.0,29180.0,18245.426971979996,la +22001,70531,0.024455234,213.0,29180.0,1517.32499353,la +22001,70534,0.015447991999999999,213.0,29180.0,958.4706636399999,la +22001,70537,0.007143674,213.0,29180.0,443.22925333,la +22001,70543,0.073839766,213.0,29180.0,4581.38828147,la +22001,70556,0.005165678,213.0,29180.0,320.50449151,la +22001,70559,0.048730649,213.0,29180.0,3023.493117205,la +22001,70578,0.295702352,213.0,29180.0,18346.85242984,la +22003,70637,0.022238609,214.0,,569.908832843,la +22003,70638,0.047620895999999996,209.0,,1220.3807017919999,la +22003,70644,0.008732438,214.0,,223.786188626,la +22003,70648,0.34401925,214.0,,8816.18131975,la +22003,70651,0.009042925,214.0,,231.74303897500002,la +22003,70654,0.007024761,214.0,,180.023550147,la +22003,70655,0.117208725,209.0,,3003.707995575,la +22003,70658,0.030699371,214.0,,786.732780617,la +22003,71463,0.413413025,209.0,,10594.535591675,la +22005,70346,0.09387132699999999,210.0,12940.0,11884.485483507999,la +22005,70725,0.014169723,210.0,12940.0,1793.943610692,la +22005,70734,0.061105387000000004,210.0,12940.0,7736.186415748,la +22005,70737,0.35982359999999997,210.0,12940.0,45555.107054399996,la +22005,70769,0.35351770200000004,210.0,12940.0,44756.755144008006,la +22005,70774,0.08660924,210.0,12940.0,10965.07622096,la +22005,70778,0.030903021,210.0,12940.0,3912.446070684,la +22007,70339,0.126587729,212.0,12940.0,2771.131975539,la +22007,70341,0.09623250800000001,210.0,12940.0,2106.6258326280004,la +22007,70372,0.070111231,212.0,12940.0,1534.804957821,la +22007,70380,0.49998804,212.0,12940.0,10945.23818364,la +22007,70390,0.17966750399999998,212.0,12940.0,3933.1013300639997,la +22007,70391,0.005190767,212.0,12940.0,113.63108039699999,la +22007,70393,0.022222222000000003,210.0,12940.0,486.4666618020001,la +22009,71322,0.15084477,209.0,,6055.5124468799995,la +22009,71323,0.02571471,209.0,,1032.29131824,la +22009,71327,0.143487093,209.0,,5760.145861392,la +22009,71331,0.025888124,209.0,,1039.252849856,la +22009,71333,0.014368528,209.0,,576.810188032,la +22009,71339,0.004211465,209.0,,169.06505096,la +22009,71341,0.092008126,209.0,,3693.5742101439996,la +22009,71350,0.10003468300000001,209.0,,4015.7923143520006,la +22009,71351,0.269806273,209.0,,10831.103023312,la +22009,71355,0.065376802,209.0,,2624.486339488,la +22009,71362,0.043254224,209.0,,1736.397568256,la +22009,71369,0.065005202,209.0,,2609.568829088,la +22011,70634,0.6771301609999999,214.0,,25390.349647016996,la +22011,70652,0.055401085999999995,214.0,,2077.3745217419996,la +22011,70653,0.089130265,214.0,,3342.117546705,la +22011,70657,0.12813450099999998,214.0,,4804.659383996999,la +22011,70660,0.043031988,214.0,,1613.570454036,la +22011,70662,0.007171998000000001,214.0,,268.92840900600004,la +22013,71001,0.357655406,219.0,,4735.715230846,la +22013,71008,0.059904862,219.0,,793.200277742,la +22013,71016,0.147061195,219.0,,1947.237282995,la +22013,71028,0.09715391400000001,219.0,,1286.4149752740002,la +22013,71045,0.051761670999999995,219.0,,685.3762857109999,la +22013,71068,0.286462953,219.0,,3793.0559606730003,la +22015,71006,0.10585651300000001,219.0,43340.0,13447.905555007002,la +22015,71037,0.14750697,219.0,43340.0,18739.137961829998,la +22015,71051,0.013834856999999999,219.0,43340.0,1757.5663984229998,la +22015,71064,0.028034429,219.0,43340.0,3561.4658257309998,la +22015,71067,0.028050639,219.0,43340.0,3563.5251279209997,la +22015,71110,0.039583739,219.0,43340.0,5028.678618821,la +22015,71111,0.35297121200000003,219.0,43340.0,44841.109801268,la +22015,71112,0.284161642,219.0,43340.0,36099.610838037996,la +22017,71004,0.00267743,219.0,43340.0,643.12939572,la +22017,71007,0.003079841,219.0,43340.0,739.7901275639999,la +22017,71029,0.000621546,219.0,43340.0,149.297835384,la +22017,71033,0.013873228,219.0,43340.0,3332.404858512,la +22017,71043,0.0016016770000000001,219.0,43340.0,384.72922210800004,la +22017,71044,0.0027053190000000003,219.0,43340.0,649.8284450760001,la +22017,71047,0.046584086,219.0,43340.0,11189.683793544,la +22017,71060,0.009518420999999999,219.0,43340.0,2286.362797884,la +22017,71061,0.007115906,219.0,43340.0,1709.269084824,la +22017,71069,0.002757115,219.0,43340.0,662.27005146,la +22017,71082,0.020299856,219.0,43340.0,4876.1066106240005,la +22017,71101,0.026670704,219.0,43340.0,6406.409783616,la +22017,71103,0.026774295,219.0,43340.0,6431.29275618,la +22017,71104,0.057688247000000005,219.0,43340.0,13856.947682388001,la +22017,71105,0.085076119,219.0,43340.0,20435.624088276003,la +22017,71106,0.143126935,219.0,43340.0,34379.66229474,la +22017,71107,0.134038815,219.0,43340.0,32196.659518260003,la +22017,71108,0.07621111900000001,219.0,43340.0,18306.215628276,la +22017,71109,0.083709515,219.0,43340.0,20107.36034106,la +22017,71115,0.06238968599999999,219.0,43340.0,14986.252135943998,la +22017,71118,0.09753891599999999,219.0,43340.0,23429.237778863997,la +22017,71119,0.044173603,219.0,43340.0,10610.676135012,la +22017,71129,0.05176762099999999,219.0,43340.0,12434.789634683999,la +22019,70601,0.154095364,214.0,29340.0,31348.544470704004,la +22019,70605,0.173744305,214.0,29340.0,35345.84643198,la +22019,70607,0.130488879,214.0,29340.0,26546.135588244,la +22019,70611,0.099053444,214.0,29340.0,20151.036433584002,la +22019,70615,0.06809655099999999,214.0,29340.0,13853.289949235997,la +22019,70630,0.012489951000000001,214.0,29340.0,2540.905671636,la +22019,70633,0.039398377000000005,214.0,29340.0,8015.048223372001,la +22019,70646,0.0037948390000000004,214.0,29340.0,772.0068668040001,la +22019,70647,0.044758049,214.0,29340.0,9105.398456364,la +22019,70661,0.009465564000000001,214.0,29340.0,1925.6364779040002,la +22019,70663,0.130287891,214.0,29340.0,26505.247393476,la +22019,70665,0.054907927999999995,214.0,29340.0,11170.249240607998,la +22019,70668,0.033541021000000004,214.0,29340.0,6823.451148156001,la +22019,70669,0.045877838,214.0,29340.0,9333.203851368,la +22021,71418,0.618976045,217.0,,6139.00441431,la +22021,71435,0.333959605,217.0,,3312.21136239,la +22021,71441,0.047064349000000005,217.0,,466.7842133820001,la +22023,70631,0.166538165,214.0,29340.0,1161.270624545,la +22023,70632,0.21356977600000002,214.0,29340.0,1489.222048048,la +22023,70643,0.072089437,214.0,29340.0,502.67964420100003,la +22023,70645,0.547802621,214.0,29340.0,3819.827676233,la +22025,71340,0.17855442300000002,209.0,,1695.1956919620002,la +22025,71343,0.650699933,209.0,,6177.745163901999,la +22025,71368,0.129892391,209.0,,1233.198360154,la +22025,71401,0.02447386,209.0,,232.35482684,la +22025,71425,0.016379392,209.0,,155.505947648,la +22027,71003,0.080913692,219.0,,1267.9175536399998,la +22027,71038,0.291422483,219.0,,4566.59030861,la +22027,71040,0.6111481089999999,219.0,,9576.690868029998,la +22027,71048,0.0035961640000000002,219.0,,56.35188988,la +22027,71079,0.012919551999999999,219.0,,202.44937983999998,la +22029,71316,0.00200041,209.0,,38.525896190000005,la +22029,71326,0.052369717,209.0,,1008.5883797030001,la +22029,71334,0.532929832,209.0,,10263.695634488,la +22029,71354,0.08612023,259.0,,1658.58950957,la +22029,71373,0.320681165,259.0,,6175.9985567349995,la +22029,71377,0.005898646,209.0,,113.602023314,la +22031,71027,0.056613502999999996,219.0,43340.0,1554.776632889,la +22031,71030,0.062580574,219.0,43340.0,1718.650303762,la +22031,71032,0.083723157,219.0,43340.0,2299.289060691,la +22031,71046,0.041806328,219.0,43340.0,1148.127185864,la +22031,71049,0.129028694,219.0,43340.0,3543.515023322,la +22031,71052,0.334818962,219.0,43340.0,9195.133153406,la +22031,71063,0.023794615,219.0,43340.0,653.471511745,la +22031,71078,0.267634167,219.0,43340.0,7350.037128321,la +22033,70714,0.044670664000000006,210.0,12940.0,19657.727729176004,la +22033,70739,0.03266407,210.0,12940.0,14374.117980130002,la +22033,70770,0.007760085,210.0,12940.0,3414.895245015,la +22033,70791,0.060256234000000006,210.0,12940.0,26516.298077806,la +22033,70801,0.000191691,210.0,12940.0,84.355349769,la +22033,70802,0.054052225999999995,210.0,12940.0,23786.168521334,la +22033,70803,0.0016440279999999999,210.0,12940.0,723.469317652,la +22033,70805,0.061713082,210.0,12940.0,27157.397151838002,la +22033,70806,0.065986654,210.0,12940.0,29038.020972586004,la +22033,70807,0.041163855,210.0,12940.0,18114.524867445,la +22033,70808,0.076125956,210.0,12940.0,33499.912071404,la +22033,70809,0.058567102,210.0,12940.0,25772.980339018002,la +22033,70810,0.08988257300000001,210.0,12940.0,39553.63519180701,la +22033,70811,0.029905981,210.0,12940.0,13160.396092879,la +22033,70812,0.02594137,210.0,12940.0,11415.73334083,la +22033,70814,0.032391193,210.0,12940.0,14254.036000387,la +22033,70815,0.066915789,210.0,12940.0,29446.895191551,la +22033,70816,0.09492967199999999,210.0,12940.0,41774.656530648,la +22033,70817,0.07925164,210.0,12940.0,34875.39744676,la +22033,70818,0.021347562,210.0,12940.0,9394.186786158,la +22033,70819,0.010646718999999999,210.0,12940.0,4685.184516421,la +22033,70820,0.043991854000000004,210.0,12940.0,19359.011279386003,la +22033,70836,0.0,210.0,12940.0,0.0,la +22035,71254,0.919694613,217.0,,6310.024739793,la +22035,71276,0.015834865,259.0,,108.643008765,la +22035,71286,0.064470522,217.0,,442.33225144200003,la +22037,70722,0.23684338600000002,210.0,12940.0,4531.99819111,la +22037,70730,0.188939195,210.0,12940.0,3615.351496325,la +22037,70748,0.34633172700000003,210.0,12940.0,6627.057596145,la +22037,70761,0.026727034,210.0,12940.0,511.42179559,la +22037,70777,0.173604011,210.0,12940.0,3321.912750485,la +22037,70789,0.027554647,210.0,12940.0,527.258170345,la +22039,70515,0.10809819300000001,213.0,,3609.9391552350003,la +22039,70524,0.004402189,213.0,,147.011101655,la +22039,70554,0.172357922,213.0,,5755.89280519,la +22039,70576,0.034483812999999995,209.0,,1151.5869351349997,la +22039,70580,0.006358717,213.0,,212.349354215,la +22039,70585,0.008773807,209.0,,293.001284765,la +22039,70586,0.619852649,213.0,,20699.979213355,la +22039,71367,0.045672709000000006,209.0,,1525.2401170550002,la +22041,71219,0.070677237,217.0,,1414.604898555,la +22041,71243,0.010052334,217.0,,201.19746501,la +22041,71295,0.7250116590000001,217.0,,14511.108354885002,la +22041,71336,0.07637701400000001,217.0,,1528.6859352100003,la +22041,71378,0.11788175599999999,217.0,,2359.4033463399996,la +22043,71407,0.028235402000000003,209.0,10780.0,632.1624153780001,la +22043,71417,0.25837451899999997,209.0,10780.0,5784.747105891,la +22043,71423,0.19838001100000002,209.0,10780.0,4441.5300662790005,la +22043,71432,0.065714809,209.0,10780.0,1471.288858701,la +22043,71454,0.082372323,209.0,10780.0,1844.233939647,la +22043,71467,0.36692293600000003,209.0,10780.0,8215.037614104001,la +22045,70513,0.003197813,213.0,29180.0,223.30328179,la +22045,70544,0.149531944,213.0,29180.0,10441.81564952,la +22045,70552,0.023573625,213.0,29180.0,1646.14623375,la +22045,70560,0.556323881,213.0,29180.0,38848.09661023,la +22045,70563,0.26737273699999997,213.0,29180.0,18670.638224709997,la +22047,70721,0.024430254,210.0,12940.0,794.251987794,la +22047,70740,0.04786455,210.0,12940.0,1556.12438505,la +22047,70757,0.09218466199999999,210.0,12940.0,2997.0155462819994,la +22047,70764,0.482189935,210.0,12940.0,15676.476976785001,la +22047,70772,0.02469389,210.0,12940.0,802.82305779,la +22047,70776,0.178803679,210.0,12940.0,5813.086407969,la +22047,70780,0.038813053,210.0,12940.0,1261.851166083,la +22047,70788,0.111019978,210.0,12940.0,3609.370504758,la +22049,71226,0.135316965,219.0,,2130.4302969600003,la +22049,71247,0.068248023,219.0,,1074.4968741120001,la +22049,71251,0.627687613,219.0,,9882.313779072,la +22049,71268,0.168747399,219.0,,2656.759049856,la +22051,70001,0.089308523,216.0,35380.0,38625.311037839,la +22051,70002,0.04766368,216.0,35380.0,20614.20795424,la +22051,70003,0.094380887,216.0,35380.0,40819.072961291,la +22051,70005,0.05789111,216.0,35380.0,25037.49983723,la +22051,70006,0.03754652,216.0,35380.0,16238.60707436,la +22051,70036,0.002416724,218.0,35380.0,1045.216212932,la +22051,70053,0.037468413,218.0,35380.0,16204.826343609,la +22051,70056,0.092807259,218.0,35380.0,40138.489866687,la +22051,70058,0.088063405,218.0,35380.0,38086.806218665,la +22051,70062,0.038796232,216.0,35380.0,16779.098766376,la +22051,70065,0.11802664800000001,216.0,35380.0,51045.699073464006,la +22051,70067,0.006634505,218.0,35380.0,2869.376970965,la +22051,70072,0.129354468,218.0,35380.0,55944.901928724,la +22051,70094,0.069940271,218.0,35380.0,30248.677625603,la +22051,70121,0.026011946,218.0,35380.0,11249.984561378,la +22051,70123,0.06195037900000001,218.0,35380.0,26793.105264847003,la +22051,70358,0.001739031,212.0,35380.0,752.118734283,la +22053,70532,0.075405405,213.0,,2365.31674404,la +22053,70546,0.570202703,213.0,,17886.118387704,la +22053,70549,0.121317568,213.0,,3805.489473024,la +22053,70581,0.018885135,214.0,,592.38891468,la +22053,70591,0.198074324,214.0,,6213.195395232,la +22053,70640,0.009831081,214.0,,308.381348808,la +22053,70650,0.006283784000000001,214.0,,197.109736512,la +22055,70501,0.127941183,213.0,29180.0,31267.545713370004,la +22055,70503,0.127365186,213.0,29180.0,31126.777806539998,la +22055,70506,0.170659557,213.0,29180.0,41707.48913523,la +22055,70507,0.067819483,213.0,29180.0,16574.40345037,la +22055,70508,0.16660701,213.0,29180.0,40717.0871739,la +22055,70518,0.054304134000000004,213.0,29180.0,13271.38730826,la +22055,70520,0.08063952099999999,213.0,29180.0,19707.49253719,la +22055,70529,0.05142826599999999,213.0,29180.0,12568.553927739998,la +22055,70558,0.0,213.0,29180.0,0.0,la +22055,70583,0.051082668,213.0,29180.0,12484.09323252,la +22055,70592,0.10215299300000001,213.0,29180.0,24965.169959270002,la +22057,70301,0.489131726,212.0,26380.0,47746.104301764,la +22057,70345,0.104493084,212.0,26380.0,10199.987901576,la +22057,70354,0.048202657999999995,212.0,26380.0,4705.254258012,la +22057,70355,0.013065685,212.0,26380.0,1275.3937755900001,la +22057,70357,0.026854841,212.0,26380.0,2621.408449374,la +22057,70373,0.076903973,212.0,26380.0,7506.904420422,la +22057,70374,0.074107268,212.0,26380.0,7233.906858552001,la +22057,70375,0.000917837,212.0,26380.0,89.593740918,la +22057,70394,0.166322928,212.0,26380.0,16235.446293792002,la +22059,71342,0.48876891299999997,209.0,,7278.746652395999,la +22059,71371,0.16263414,209.0,,2421.94761288,la +22059,71465,0.209424782,209.0,,3118.753853544,la +22059,71479,0.045590882,209.0,,678.939414744,la +22059,71480,0.093581284,209.0,,1393.612481328,la +22061,71227,0.08064017799999999,219.0,,3769.2832000759995,la +22061,71235,0.09878679300000001,219.0,,4617.492278406001,la +22061,71245,0.101382109,219.0,,4738.802538878,la +22061,71270,0.639457043,219.0,,29889.501103905997,la +22061,71272,0.033883292999999995,219.0,,1583.7728814059997,la +22061,71275,0.04585058400000001,219.0,,2143.147997328,la +22063,70449,0.028572272000000003,210.0,12940.0,4022.6616026080005,la +22063,70462,0.03622846,210.0,12940.0,5100.56865494,la +22063,70706,0.169816754,210.0,12940.0,23908.330978905997,la +22063,70711,0.033806831,210.0,12940.0,4759.6299296590005,la +22063,70726,0.422611225,210.0,12940.0,59499.011756525,la +22063,70733,0.010188562,210.0,12940.0,1434.437455418,la +22063,70744,0.043796052,210.0,12940.0,6166.002365028,la +22063,70754,0.096865171,210.0,12940.0,13637.550559919,la +22063,70785,0.158114673,210.0,12940.0,22260.806696997002,la +22065,71233,0.024031796,259.0,,263.172197996,la +22065,71282,0.9759682040000001,259.0,,10687.827802004002,la +22067,71220,0.87786503,217.0,33740.0,21836.01475622,la +22067,71223,0.014350062,217.0,33740.0,356.943442188,la +22067,71229,0.056284130999999994,217.0,33740.0,1400.011474494,la +22067,71250,0.006457528000000001,217.0,33740.0,160.624551472,la +22067,71261,0.045043249,217.0,33740.0,1120.405775626,la +22069,71031,0.025578171,219.0,,976.011849018,la +22069,71070,0.043827069,219.0,,1672.3532989020002,la +22069,71411,0.078839202,219.0,,3008.346269916,la +22069,71414,0.002649433,219.0,,101.097064414,la +22069,71416,0.021789729,209.0,,831.452479182,la +22069,71450,0.030010400000000003,219.0,,1145.1368432000002,la +22069,71452,0.0036151140000000004,219.0,,137.945520012,la +22069,71456,0.037711088,219.0,,1438.979695904,la +22069,71457,0.67728916,219.0,,25843.99976728,la +22069,71468,0.02109642,219.0,,804.9971943600001,la +22069,71469,0.057594216,219.0,,2197.680094128,la +22071,70112,0.007162875,218.0,35380.0,2794.552704,la +22071,70113,0.019758859,218.0,35380.0,7708.800285696,la +22071,70114,0.061889192,218.0,35380.0,24145.696923648,la +22071,70115,0.087722765,218.0,35380.0,34224.51042816,la +22071,70116,0.029216113,218.0,35380.0,11398.491190272,la +22071,70117,0.069390835,218.0,35380.0,27072.41793024,la +22071,70118,0.09288896599999999,218.0,35380.0,36240.072751103995,la +22071,70119,0.098178356,218.0,35380.0,38303.696523264,la +22071,70122,0.09572229300000001,218.0,35380.0,37345.47828019201,la +22071,70124,0.05296832,218.0,35380.0,20665.27223808,la +22071,70125,0.048228144,218.0,35380.0,18815.921012736002,la +22071,70126,0.07230372,218.0,35380.0,28208.86253568,la +22071,70127,0.06487393799999999,218.0,35380.0,25310.177667071996,la +22071,70128,0.050045169,218.0,35380.0,19524.822414336,la +22071,70129,0.026588099999999996,218.0,35380.0,10373.187686399999,la +22071,70130,0.036645896000000004,218.0,35380.0,14297.176449024002,la +22071,70131,0.086416458,218.0,35380.0,33714.862589952,la +22071,70139,0.0,218.0,35380.0,0.0,la +22071,70163,0.0,218.0,35380.0,0.0,la +22073,71201,0.132278166,217.0,33740.0,20275.465006314,la +22073,71202,0.18929923199999998,217.0,33740.0,29015.596981728,la +22073,71203,0.24913662399999997,217.0,33740.0,38187.412590096,la +22073,71209,0.001127805,217.0,33740.0,172.86882259499998,la +22073,71225,0.043111468,217.0,33740.0,6608.082703572,la +22073,71238,0.021836092,217.0,33740.0,3347.0143456680003,la +22073,71280,0.030234099,217.0,33740.0,4634.252460621,la +22073,71291,0.202590766,217.0,33740.0,31052.910021714,la +22073,71292,0.130385748,217.0,33740.0,19985.397067692,la +22075,70037,0.689000128,218.0,35380.0,15982.735969215999,la +22075,70038,0.010696101999999999,218.0,35380.0,248.11747809399998,la +22075,70040,0.045437042999999996,218.0,35380.0,1054.003086471,la +22075,70041,0.11419158900000001,218.0,35380.0,2648.902290033,la +22075,70050,0.00359389,218.0,35380.0,83.36746633,la +22075,70082,0.013177598,218.0,35380.0,305.680740806,la +22075,70083,0.109699226,218.0,35380.0,2544.6929455219997,la +22075,70091,0.014204423999999998,218.0,35380.0,329.500023528,la +22077,70715,0.066810967,210.0,12940.0,1451.80231291,la +22077,70732,0.066281866,210.0,12940.0,1440.3049481799999,la +22077,70736,0.022655123,210.0,12940.0,492.29582279,la +22077,70747,0.007840308,210.0,12940.0,170.36989284,la +22077,70749,0.067195767,210.0,12940.0,1460.16401691,la +22077,70752,0.037325637,210.0,12940.0,811.08609201,la +22077,70753,0.05026455,210.0,12940.0,1092.2486715,la +22077,70755,0.09336219300000001,210.0,12940.0,2028.7604538900002,la +22077,70756,0.017508418,210.0,12940.0,380.45792314000005,la +22077,70759,0.07979798,210.0,12940.0,1734.0101054000002,la +22077,70760,0.312025012,210.0,12940.0,6780.30351076,la +22077,70762,0.043386243,210.0,12940.0,942.78306039,la +22077,70773,0.010774411000000001,210.0,12940.0,234.12795103000002,la +22077,70783,0.124771525,210.0,12940.0,2711.28523825,la +22079,71301,0.175058997,209.0,10780.0,22696.048843056,la +22079,71302,0.10044491900000001,209.0,10780.0,13022.482858512001,la +22079,71303,0.163905966,209.0,10780.0,21250.080679968,la +22079,71325,0.008221978000000001,209.0,10780.0,1065.9630037440002,la +22079,71328,0.04924919999999999,209.0,10780.0,6385.060281599999,la +22079,71346,0.020209232,209.0,10780.0,2620.086510336,la +22079,71360,0.282034902,209.0,10780.0,36565.260974496,la +22079,71405,0.046994544000000006,209.0,10780.0,6092.748640512001,la +22079,71409,0.040553742999999996,209.0,10780.0,5257.711672463999,la +22079,71424,0.006891731,209.0,10780.0,893.499140688,la +22079,71427,0.004268815,209.0,10780.0,553.4433271199999,la +22079,71430,0.019157059,209.0,10780.0,2483.674385232,la +22079,71433,0.031625306,209.0,10780.0,4100.157672288,la +22079,71438,0.015669858000000002,209.0,10780.0,2031.5657499840001,la +22079,71447,0.009867876999999999,209.0,10780.0,1279.350517296,la +22079,71455,0.001052173,219.0,10780.0,136.412125104,la +22079,71466,0.004960243,209.0,10780.0,643.0855844639999,la +22079,71472,0.003735213,209.0,10780.0,484.262895024,la +22079,71485,0.016098243,209.0,10780.0,2087.105008464,la +22081,71019,0.959854443,219.0,,8103.091207806,la +22081,71034,0.040145557000000005,219.0,,338.90879219400006,la +22083,71232,0.3041389,217.0,,6119.8829458,la +22083,71259,0.06795412299999999,217.0,,1367.3728630059998,la +22083,71264,0.050274264000000006,217.0,,1011.6187402080001,la +22083,71269,0.576000725,217.0,,11590.28658845,la +22083,71279,0.001631987,217.0,,32.838842414000005,la +22085,71065,0.057414220999999994,219.0,,1371.2812543639998,la +22085,71406,0.005946778000000001,219.0,,142.03284575200001,la +22085,71419,0.09223924,219.0,,2203.04200816,la +22085,71426,0.012492513,219.0,,298.371180492,la +22085,71429,0.138102165,219.0,,3298.43210886,la +22085,71449,0.38606999200000003,219.0,,9220.895688928,la +22085,71462,0.079104988,219.0,,1889.343533392,la +22085,71486,0.228630102,219.0,,5460.601356168,la +22087,70032,0.09850308599999999,218.0,35380.0,4653.679794983999,la +22087,70043,0.5165229570000001,218.0,35380.0,24402.610580508004,la +22087,70075,0.127434674,218.0,35380.0,6020.523738456,la +22087,70085,0.10091040400000001,218.0,35380.0,4767.411126576,la +22087,70092,0.156628879,218.0,35380.0,7399.774759476,la +22089,70030,0.071198681,218.0,35380.0,3780.6499611,la +22089,70031,0.026807442,218.0,35380.0,1423.4751702,la +22089,70039,0.052810268,218.0,35380.0,2804.2252308,la +22089,70047,0.24189496800000002,216.0,35380.0,12844.622800800002,la +22089,70057,0.09280555800000001,218.0,35380.0,4927.9751298,la +22089,70070,0.272293744,218.0,35380.0,14458.7978064,la +22089,70079,0.057245467,216.0,35380.0,3039.7342977,la +22089,70080,0.034519978,218.0,35380.0,1833.0108318,la +22089,70087,0.150423895,216.0,35380.0,7987.5088245,la +22091,70441,0.851974971,210.0,12940.0,8632.210406172,la +22091,70453,0.148025029,210.0,12940.0,1499.789593828,la +22093,70052,0.16983586,216.0,35380.0,3582.8573025600003,la +22093,70071,0.14808503,216.0,35380.0,3124.0017928800003,la +22093,70086,0.101668311,212.0,35380.0,2144.794688856,la +22093,70090,0.322764373,212.0,35380.0,6809.037212808,la +22093,70723,0.058435734,210.0,35380.0,1232.7602444640002,la +22093,70743,0.007310073,216.0,35380.0,154.213300008,la +22093,70763,0.191900619,216.0,35380.0,4048.335458424,la +22095,70049,0.045879145,218.0,35380.0,1965.3249343650002,la +22095,70051,0.039085546,216.0,35380.0,1674.307534002,la +22095,70068,0.765665505,216.0,35380.0,32798.813237685,la +22095,70076,0.005542147,216.0,35380.0,237.408951039,la +22095,70084,0.143827657,216.0,35380.0,6161.145342909,la +22097,70512,0.112783381,213.0,,9262.222381244,la +22097,70535,0.20581935,213.0,,16902.7082994,la +22097,70541,0.003860228,213.0,,317.017364272,la +22097,70550,0.00061362,213.0,,50.39292888000001,la +22097,70570,0.44633613,213.0,,36654.90834012,la +22097,70577,0.045798375999999995,213.0,,3761.1458306239997,la +22097,70584,0.08889682300000001,213.0,,7300.562692052001,la +22097,70589,0.037676276,213.0,,3094.126490224,la +22097,70750,0.016099161,213.0,,1322.127497964,la +22097,71345,0.002030525,213.0,,166.7548351,la +22097,71353,0.020483756000000002,213.0,,1682.2079777440001,la +22097,71356,0.01009684,209.0,,829.1928881599999,la +22097,71358,0.009505534,213.0,,780.632474216,la +22099,70517,0.579263249,213.0,29180.0,30950.614657319,la +22099,70519,0.006213815,213.0,29180.0,332.010349265,la +22099,70582,0.414522936,213.0,29180.0,22148.374993416,la +22101,70340,0.000612963,212.0,,30.248498124,la +22101,70342,0.152659935,212.0,,7533.46247238,la +22101,70392,0.277672033,212.0,,13702.559484484,la +22101,70514,0.077007452,213.0,,3800.1637412960004,la +22101,70523,0.025421815,213.0,,1254.5157266200001,la +22101,70538,0.46662580200000003,213.0,,23027.050077096002,la +22103,70420,0.032805088999999996,216.0,35380.0,8543.068472291,la +22103,70431,0.022743857000000003,216.0,35380.0,5922.932496083001,la +22103,70433,0.150287917,216.0,35380.0,39137.829057222996,la +22103,70435,0.071380415,216.0,35380.0,18588.816293885,la +22103,70437,0.032471962,216.0,35380.0,8456.315872078,la +22103,70445,0.039475563,220.0,35380.0,10280.186640897,la +22103,70447,0.058792969,216.0,35380.0,15310.806194011,la +22103,70448,0.101928965,216.0,35380.0,26544.239136335,la +22103,70452,0.05199559,220.0,35380.0,13540.639552210001,la +22103,70458,0.147289773,220.0,35380.0,38357.055394887,la +22103,70460,0.09305747199999999,220.0,35380.0,24233.933800767998,la +22103,70461,0.110173861,220.0,35380.0,28691.366707759,la +22103,70463,0.000682117,216.0,35380.0,177.636227023,la +22103,70464,0.00275623,216.0,35380.0,717.77466037,la +22103,70471,0.08415822,216.0,35380.0,21916.39949418,la +22105,70401,0.132864639,210.0,25220.0,17904.573022362,la +22105,70402,0.013857048,210.0,25220.0,1867.348074384,la +22105,70403,0.227214835,210.0,25220.0,30619.01673493,la +22105,70422,0.10060915699999999,210.0,25220.0,13557.888779005998,la +22105,70436,0.005014447,210.0,25220.0,675.736848826,la +22105,70442,0.002656419,210.0,25220.0,357.97371160200004,la +22105,70443,0.077159887,210.0,25220.0,10397.912052345999,la +22105,70444,0.074401578,210.0,25220.0,10026.207848123999,la +22105,70446,0.054241902,210.0,25220.0,7309.530229716001,la +22105,70451,0.0,210.0,25220.0,0.0,la +22105,70454,0.214260242,210.0,25220.0,28873.281691435997,la +22105,70455,0.0062589609999999995,210.0,25220.0,843.4450664379999,la +22105,70456,0.018842383,210.0,25220.0,2539.161848314,la +22105,70465,0.004650553,210.0,25220.0,626.699221174,la +22105,70466,0.067967948,210.0,25220.0,9159.224736584,la +22107,71357,0.426703815,217.0,,1849.33433421,la +22107,71366,0.315687955,209.0,,1368.19159697,la +22107,71375,0.25760823,209.0,,1116.47406882,la +22109,70343,0.044692925999999994,212.0,26380.0,4936.8252988859995,la +22109,70344,0.047682589000000004,212.0,26380.0,5267.066463529,la +22109,70352,0.0013934870000000001,212.0,26380.0,153.92596750700002,la +22109,70353,0.012499155,212.0,26380.0,1380.6691604549999,la +22109,70356,0.016721843,212.0,26380.0,1847.111499623,la +22109,70359,0.07131274900000001,212.0,26380.0,7877.277567289001,la +22109,70360,0.24673164,212.0,26380.0,27254.22368604,la +22109,70363,0.21396358399999998,212.0,26380.0,23634.631452224,la +22109,70364,0.263673063,212.0,26380.0,29125.590212043,la +22109,70377,0.039144315,212.0,26380.0,4323.920179215,la +22109,70395,0.035343896,212.0,26380.0,3904.122096056,la +22109,70397,0.006840754,212.0,26380.0,755.636527594,la +22111,71222,0.146038732,219.0,33740.0,3228.624287056,la +22111,71234,0.17068662,217.0,33740.0,3773.53979496,la +22111,71241,0.43996478899999997,217.0,33740.0,9726.741555212,la +22111,71256,0.049339789,219.0,33740.0,1090.804055212,la +22111,71260,0.126628521,217.0,33740.0,2799.503342268,la +22111,71277,0.067341549,219.0,33740.0,1488.786965292,la +22113,70510,0.445478472,213.0,29180.0,26510.869347192,la +22113,70528,0.04439819,213.0,29180.0,2642.1806850899998,la +22113,70533,0.125006451,213.0,29180.0,7439.258905461,la +22113,70542,0.062494624000000006,213.0,29180.0,3719.1175688640005,la +22113,70548,0.18354463,213.0,29180.0,10922.92447593,la +22113,70555,0.137168218,213.0,29180.0,8163.017821398001,la +22113,70575,0.001909415,213.0,29180.0,113.631196065,la +22115,70639,0.006667482,214.0,,316.232003778,la +22115,70656,0.080254465,209.0,,3806.389020485,la +22115,70659,0.033194682,214.0,,1574.390572578,la +22115,71403,0.094364244,209.0,,4475.601728676,la +22115,71439,0.037068755,209.0,,1758.1339808950001,la +22115,71446,0.45116629999999996,209.0,,21398.366442699997,la +22115,71459,0.23770491800000002,214.0,,11274.106555822002,la +22115,71461,0.047956937000000005,209.0,,2274.549564973,la +22115,71474,0.011622216999999999,209.0,,551.230130093,la +22117,70426,0.124970712,216.0,,5772.8970701279995,la +22117,70427,0.416746544,216.0,,19251.189853536,la +22117,70438,0.404903402,216.0,,18704.107751988002,la +22117,70450,0.053379342999999996,216.0,,2465.8053705419998,la +22119,71018,0.033423247,219.0,,1281.44728998,la +22119,71021,0.016380579,219.0,,628.03139886,la +22119,71023,0.083913683,219.0,,3217.25060622,la +22119,71024,0.042864149000000004,219.0,,1643.41147266,la +22119,71039,0.033104463,219.0,,1269.22511142,la +22119,71055,0.47954879799999994,219.0,,18385.90091532,la +22119,71071,0.063217263,219.0,,2423.7498634199997,la +22119,71072,0.033521334,219.0,,1285.20794556,la +22119,71073,0.063732222,219.0,,2443.4933914800004,la +22119,71075,0.15029426199999998,219.0,,5762.282005079999,la +22121,70710,0.19060082399999997,210.0,12940.0,5044.25080716,la +22121,70719,0.167660983,210.0,12940.0,4437.147915095,la +22121,70729,0.037142527,210.0,12940.0,982.976977055,la +22121,70767,0.604595666,210.0,12940.0,16000.62430069,la +22123,71237,0.169771896,217.0,,1838.62963368,la +22123,71253,0.017412502,217.0,,188.57739666,la +22123,71263,0.704771026,217.0,,7632.67021158,la +22123,71266,0.10804457599999999,217.0,,1170.1227580799998,la +22125,70712,0.24855303399999998,210.0,12940.0,3869.4736333119995,la +22125,70775,0.726799766,210.0,12940.0,11314.818757088,la +22125,70782,0.013201535,210.0,12940.0,205.52149688,la +22125,70787,0.011445666,210.0,12940.0,178.186128288,la +22127,71404,0.05539622599999999,219.0,,770.2291263039999,la +22127,71410,0.007849057,219.0,,109.133288528,la +22127,71422,0.128981132,219.0,,1793.353659328,la +22127,71473,0.031924528,219.0,,443.878637312,la +22127,71483,0.7758490570000001,219.0,,10787.405288528002,la +23001,4210,0.21466066,222.0,30340.0,23242.81228282,me +23001,4222,0.036586501,222.0,30340.0,3961.476568777,me +23001,4228,0.0,222.0,30340.0,0.0,me +23001,4236,0.040597892999999996,222.0,30340.0,4395.818060361,me +23001,4240,0.335961059,222.0,30340.0,36376.855585343,me +23001,4250,0.037694055,222.0,30340.0,4081.3991932349995,me +23001,4252,0.045102565,222.0,30340.0,4883.570430504999,me +23001,4253,0.019377536,222.0,30340.0,2098.141465472,me +23001,4254,0.029252447999999997,222.0,30340.0,3167.3673120959998,me +23001,4256,0.027316556000000002,222.0,30340.0,2957.7547340120004,me +23001,4258,0.024012508999999998,222.0,30340.0,2600.0024369929997,me +23001,4263,0.020782919,222.0,30340.0,2250.312120563,me +23001,4274,0.05216671,222.0,30340.0,5648.454858669999,me +23001,4280,0.062767581,222.0,30340.0,6796.285367937,me +23001,4282,0.053721008,222.0,30340.0,5816.749583216,me +23003,4471,0.009800026,221.0,,657.14074343,me +23003,4497,0.004164276,221.0,,279.23552717999996,me +23003,4730,0.14416045,221.0,,9666.678974749999,me +23003,4732,0.024926794,221.0,,1671.46617167,me +23003,4733,0.003296105,221.0,,221.02032077500002,me +23003,4734,0.01046219,221.0,,701.54215045,me +23003,4735,0.009329154000000001,221.0,,625.56642147,me +23003,4736,0.135037302,221.0,,9054.92628561,me +23003,4739,0.012801836,221.0,,858.4271129800001,me +23003,4740,0.016318663,221.0,,1094.2479474650002,me +23003,4741,5.8899999999999995e-05,221.0,,3.9495394999999998,me +23003,4742,0.049044277000000004,221.0,,3288.6639942350002,me +23003,4743,0.066613694,221.0,,4466.78125117,me +23003,4745,0.013728866000000001,221.0,,920.58910963,me +23003,4746,0.00631263,221.0,,423.29340464999996,me +23003,4747,0.019482335,221.0,,1306.387973425,me +23003,4750,0.032784473,221.0,,2198.362837015,me +23003,4756,0.047190218,221.0,,3164.34006799,me +23003,4757,0.044379699999999994,221.0,,2975.8807835,me +23003,4758,0.020129783999999998,221.0,,1349.80266612,me +23003,4760,0.009961889,221.0,,667.994466895,me +23003,4761,0.007710531,221.0,,517.0296562049999,me +23003,4762,0.008004826,221.0,,536.76360743,me +23003,4763,0.011124354,221.0,,745.94355747,me +23003,4764,0.000441443,221.0,,29.600960365000002,me +23003,4766,0.005812328,221.0,,389.74565404000003,me +23003,4768,0.005282596999999999,221.0,,354.22454183499997,me +23003,4769,0.134816581,221.0,,9040.125838955,me +23003,4772,0.012139671999999999,221.0,,814.02570596,me +23003,4773,0.008858282,221.0,,593.99209951,me +23003,4774,0.008063685,221.0,,540.710397675,me +23003,4776,0.014758898999999999,221.0,,989.6579724449999,me +23003,4779,0.0045615740000000005,221.0,,305.87634457,me +23003,4780,0.011448079,221.0,,767.650937345,me +23003,4781,0.008357981,221.0,,560.4444159550001,me +23003,4783,0.007475095,221.0,,501.242495225,me +23003,4785,0.033314204,221.0,,2233.88394922,me +23003,4786,0.028723201,221.0,,1926.034243055,me +23003,4787,0.009123148000000001,221.0,,611.75268914,me +23005,4003,0.0011120610000000001,222.0,38860.0,328.06133118300005,me +23005,4009,0.01821171,222.0,38860.0,5372.50908513,me +23005,4011,0.07047856400000001,222.0,38860.0,20791.387815692004,me +23005,4015,0.013125062,222.0,38860.0,3871.932665186,me +23005,4017,0.001424399,222.0,38860.0,420.201978197,me +23005,4019,7.890000000000001e-05,222.0,38860.0,23.275736700000003,me +23005,4021,0.022251511,222.0,38860.0,6564.262499533001,me +23005,4024,0.001932377,222.0,38860.0,570.0570121310001,me +23005,4029,0.005484793000000001,222.0,38860.0,1618.0303893790003,me +23005,4032,0.028786584,222.0,38860.0,8492.128639752,me +23005,4038,0.059402576,222.0,38860.0,17523.938127728,me +23005,4039,0.025954948,222.0,38860.0,7656.787524844,me +23005,4040,0.010952425,222.0,38860.0,3230.998232275,me +23005,4050,0.000967905,222.0,38860.0,285.534878715,me +23005,4055,0.013454562,222.0,38860.0,3969.136153686,me +23005,4057,0.00021623400000000002,222.0,38860.0,63.789678702,me +23005,4062,0.062707868,222.0,38860.0,18499.009183604,me +23005,4066,0.002357981,222.0,38860.0,695.611468943,me +23005,4069,0.005755944,222.0,38860.0,1698.0207478319999,me +23005,4071,0.017683138,222.0,38860.0,5216.578759414,me +23005,4074,0.067660657,222.0,38860.0,19960.096796971,me +23005,4079,0.013276083000000001,222.0,38860.0,3916.4843132490005,me +23005,4084,0.026655134,222.0,38860.0,7863.344495402001,me +23005,4085,0.007918284,222.0,38860.0,2335.917534852,me +23005,4091,0.0031130840000000003,222.0,38860.0,918.3691192520001,me +23005,4092,0.06321241400000001,222.0,38860.0,18647.851767242002,me +23005,4096,0.029177865,222.0,38860.0,8607.557708595,me +23005,4097,0.01292599,222.0,38860.0,3813.20582797,me +23005,4101,0.059213800999999996,222.0,38860.0,17468.248936403,me +23005,4102,0.060044414000000004,222.0,38860.0,17713.282263242003,me +23005,4103,0.10629790199999999,222.0,38860.0,31358.199983705996,me +23005,4105,0.04052157,222.0,38860.0,11953.98471471,me +23005,4106,0.088631925,222.0,38860.0,26146.683770775002,me +23005,4107,0.031240668,222.0,38860.0,9216.090782004,me +23005,4108,0.003075328,222.0,38860.0,907.230985984,me +23005,4109,0.000343229,222.0,38860.0,101.253584687,me +23005,4110,0.004709097,222.0,38860.0,1389.197742291,me +23005,4260,0.019642974,222.0,38860.0,5794.736258922,me +23007,4234,0.002145119,222.0,,64.780448681,me +23007,4239,0.158636658,222.0,,4790.668434942,me +23007,4285,0.012564268,222.0,,379.428329332,me +23007,4294,0.136368279,222.0,,4118.185657521,me +23007,4936,0.006333208000000001,222.0,,191.256548392,me +23007,4938,0.335557901,222.0,,10133.513052299,me +23007,4940,0.0,222.0,,0.0,me +23007,4947,0.044707004,222.0,,1350.106813796,me +23007,4955,0.053015084000000004,222.0,,1601.002521716,me +23007,4956,0.031325547,222.0,,946.000193853,me +23007,4964,0.004324288,222.0,,130.58917331199999,me +23007,4966,0.058531104,222.0,,1767.580809696,me +23007,4970,0.048588648,222.0,,1467.328580952,me +23007,4982,0.01940822,222.0,,586.10883578,me +23007,4983,0.063229936,222.0,,1909.480837264,me +23007,4984,0.020429705,222.0,,616.956661295,me +23007,4992,0.00483503,222.0,,146.01307097,me +23009,4408,0.002621108,221.0,,144.126865596,me +23009,4416,0.103656352,221.0,,5699.751827423999,me +23009,4421,0.022892271000000002,221.0,,1258.777305477,me +23009,4431,0.00079199,221.0,,43.54915413,me +23009,4472,0.039882333,221.0,,2193.009844671,me +23009,4476,0.022251136,221.0,,1223.523215232,me +23009,4605,0.26314797,221.0,,14469.71742639,me +23009,4607,0.022609417000000003,221.0,,1243.2240125790001,me +23009,4609,0.102298656,221.0,,5625.096197472,me +23009,4612,0.008825027,221.0,,485.26175964899994,me +23009,4613,0.001470838,221.0,,80.87696910599999,me +23009,4614,0.050215910999999995,221.0,,2761.222298157,me +23009,4616,0.013444966000000001,221.0,,739.298345442,me +23009,4617,0.015349513,221.0,,844.0236713310001,me +23009,4624,0.0034885259999999996,221.0,,191.823579162,me +23009,4625,0.001451981,221.0,,79.840079247,me +23009,4627,0.031245875,221.0,,1718.116928625,me +23009,4629,0.0,221.0,,0.0,me +23009,4634,0.034093266000000004,221.0,,1874.6864175420003,me +23009,4635,0.000226283,221.0,,12.442623321,me +23009,4640,0.039467481,221.0,,2170.198377747,me +23009,4642,0.001546265,221.0,,85.024473555,me +23009,4644,0.0,221.0,,0.0,me +23009,4646,0.0012256980000000001,221.0,,67.397455926,me +23009,4650,0.00497822,221.0,,273.73738314,me +23009,4653,0.011446135,221.0,,629.388625245,me +23009,4660,0.020440873999999998,221.0,,1123.9823386379999,me +23009,4662,0.008410175,221.0,,462.45029272500005,me +23009,4664,0.02532481,221.0,,1392.53532747,me +23009,4669,0.0036205240000000004,221.0,,199.08175318800002,me +23009,4673,0.004242801,221.0,,233.298898587,me +23009,4674,0.008957025,221.0,,492.519933675,me +23009,4675,0.003526239,221.0,,193.89730389300001,me +23009,4676,0.019969452,221.0,,1098.060257124,me +23009,4677,0.006166205,221.0,,339.061114335,me +23009,4679,0.032471573,221.0,,1785.514384551,me +23009,4681,0.020252305,221.0,,1113.6134950350001,me +23009,4683,0.001961117,221.0,,107.835940479,me +23009,4684,0.030152175,221.0,,1657.9776467249999,me +23009,4685,0.008466745999999999,221.0,,465.56096230199995,me +23009,4693,0.00741076,221.0,,407.49546011999996,me +23011,4259,0.026399598,222.0,,3228.723634596,me +23011,4265,0.008410345999999999,222.0,,1028.602136492,me +23011,4284,0.008015339,222.0,,980.2919903779999,me +23011,4330,0.21138606100000001,222.0,,25852.938032422,me +23011,4343,0.000131669,222.0,,16.103382038,me +23011,4344,0.023996642000000002,222.0,,2934.837309884,me +23011,4345,0.094143206,222.0,,11513.902380212,me +23011,4346,0.016425685,222.0,,2008.8941268699998,me +23011,4347,0.020622629,222.0,,2522.188771958,me +23011,4349,0.008632537,222.0,,1055.7765401739998,me +23011,4350,0.029806529,222.0,,3645.398109758,me +23011,4351,0.02096003,222.0,,2563.45358906,me +23011,4352,0.01225343,222.0,,1498.6189958599998,me +23011,4355,0.021009406,222.0,,2569.492372612,me +23011,4358,0.034250352000000005,222.0,,4188.886550304001,me +23011,4359,0.00235358,222.0,,287.84754116,me +23011,4360,0.004065275,222.0,,497.19126305000003,me +23011,4363,0.021165762999999997,222.0,,2588.6151464259997,me +23011,4364,0.048692775,222.0,,5955.22376805,me +23011,4901,0.22082507,222.0,,27007.347711140003,me +23011,4910,0.016870068000000002,222.0,,2063.243056536,me +23011,4917,0.023371216,222.0,,2858.346459232,me +23011,4918,0.002526395,222.0,,308.98316129,me +23011,4926,0.000790013,222.0,,96.620169926,me +23011,4927,0.027609306,222.0,,3376.6733424120002,me +23011,4962,0.001563567,222.0,,191.227371234,me +23011,4963,0.059720039,222.0,,7303.880209778,me +23011,4989,0.034003473,222.0,,4158.692754846,me +23013,4547,0.024784672,222.0,,985.7359747840001,me +23013,4563,0.038394897000000004,222.0,,1527.041843484,me +23013,4574,0.036561786,222.0,,1454.135352792,me +23013,4645,0.000652889,221.0,,25.966701308,me +23013,4841,0.180548929,222.0,,7180.792004188,me +23013,4843,0.121387138,222.0,,4827.809252536,me +23013,4847,0.039750898,222.0,,1580.972715256,me +23013,4851,0.002059112,222.0,,81.895002464,me +23013,4853,0.012580669,222.0,,500.358367468,me +23013,4854,0.038595786,222.0,,1535.031600792,me +23013,4855,0.004896668,222.0,,194.750279696,me +23013,4856,0.084976019,222.0,,3379.666227668,me +23013,4858,0.034276674,222.0,,1363.251878328,me +23013,4859,0.022348893999999998,222.0,,888.8602121679999,me +23013,4860,0.038595786,222.0,,1535.031600792,me +23013,4861,0.06985912700000001,222.0,,2778.4371990440004,me +23013,4862,0.10411069,222.0,,4140.69036268,me +23013,4863,0.027145117000000003,222.0,,1079.6155933240002,me +23013,4864,0.118474249,222.0,,4711.957831228,me +23015,4342,0.055508262999999995,222.0,,1922.4731807419998,me +23015,4348,0.087504036,222.0,,3030.6147828239996,me +23015,4353,0.069363313,222.0,,2402.328982442,me +23015,4535,0.024716001,222.0,,856.0139786340001,me +23015,4537,0.060733261,222.0,,2103.4357614739997,me +23015,4538,0.057005312999999995,222.0,,1974.3220104419997,me +23015,4539,0.031085802000000003,222.0,,1076.6256664680002,me +23015,4541,0.001203511,222.0,,41.682399974,me +23015,4543,0.05952975,222.0,,2061.7533614999998,me +23015,4544,0.018316846,222.0,,634.3856443640001,me +23015,4551,0.023395074,222.0,,810.264992916,me +23015,4553,0.05001908,222.0,,1732.36081672,me +23015,4554,0.026741421,222.0,,926.162374914,me +23015,4555,0.048169783,222.0,,1668.312264422,me +23015,4556,0.031760942,222.0,,1100.008465228,me +23015,4558,0.0035518240000000003,222.0,,123.01387241600001,me +23015,4564,0.01767106,222.0,,612.0194920399999,me +23015,4568,0.013003787,222.0,,450.373158958,me +23015,4570,0.0,222.0,,0.0,me +23015,4571,0.011800276,222.0,,408.690758984,me +23015,4572,0.146564124,222.0,,5076.101870615999,me +23015,4573,0.013825696,222.0,,478.839155264,me +23015,4575,0.002054774,222.0,,71.165042716,me +23015,4576,0.017230751000000002,222.0,,596.7698301340001,me +23015,4578,0.12812986199999998,222.0,,4437.649640508,me +23015,4852,0.001115449,222.0,,38.632460666,me +23017,4010,0.024522166,222.0,,1421.6725738500002,me +23017,4022,0.02186125,222.0,,1267.4059687499998,me +23017,4037,0.066331588,222.0,,3845.5738143,me +23017,4041,0.030244003999999998,222.0,,1753.3961318999998,me +23017,4051,0.018626411000000002,222.0,,1079.8661777250002,me +23017,4068,0.026922207000000004,222.0,,1560.814950825,me +23017,4088,0.02370476,222.0,,1374.283461,me +23017,4216,0.006452286,222.0,,374.07128085,me +23017,4217,0.057027079,222.0,,3306.1449050250003,me +23017,4219,0.028522235,222.0,,1653.576574125,me +23017,4220,0.053653107,222.0,,3110.538878325,me +23017,4221,0.016139411,222.0,,935.682352725,me +23017,4224,0.04335727599999999,222.0,,2513.6380760999996,me +23017,4226,0.003426147,222.0,,198.630872325,me +23017,4227,0.0022609089999999997,222.0,,131.076199275,me +23017,4231,0.004852258,222.0,,281.30965755,me +23017,4237,0.003043531,222.0,,176.448709725,me +23017,4238,0.030870102000000003,222.0,,1789.6941634500001,me +23017,4255,0.010869753999999999,222.0,,630.1739881499999,me +23017,4257,0.045513835,222.0,,2638.664584125,me +23017,4261,0.006991425999999999,222.0,,405.32792234999994,me +23017,4267,0.00107828,222.0,,62.513283,me +23017,4268,0.08641889400000001,222.0,,5010.135379650001,me +23017,4270,0.109114941,222.0,,6325.938704474999,me +23017,4271,0.0,222.0,,0.0,me +23017,4275,0.006504461,222.0,,377.09612647499995,me +23017,4276,0.099219117,222.0,,5752.228308074999,me +23017,4281,0.089236335,222.0,,5173.476521625,me +23017,4286,0.00086958,222.0,,50.4139005,me +23017,4289,0.03928764,222.0,,2277.700929,me +23017,4290,0.025096089,222.0,,1454.945759775,me +23017,4292,0.017982921000000002,222.0,,1042.559844975,me +23019,4401,0.289780448,221.0,12620.0,44089.515602304,me +23019,4410,0.007476611,221.0,12620.0,1137.551410428,me +23019,4411,0.0102072,221.0,12620.0,1553.0050655999999,me +23019,4412,0.059312282,221.0,12620.0,9024.245081736,me +23019,4417,0.0021714679999999997,221.0,12620.0,330.38451326399996,me +23019,4418,0.01122792,221.0,12620.0,1708.30557216,me +23019,4419,0.018132408,221.0,12620.0,2758.809612384,me +23019,4422,0.009160474,221.0,12620.0,1393.747798152,me +23019,4427,0.018398965,221.0,12620.0,2799.36572682,me +23019,4428,0.019263651,221.0,12620.0,2930.925972348,me +23019,4429,0.029548868,221.0,12620.0,4495.801168464,me +23019,4430,0.011487976,221.0,12620.0,1747.872572448,me +23019,4434,0.007288071,221.0,12620.0,1108.865426508,me +23019,4435,0.006949998000000001,221.0,12620.0,1057.428295704,me +23019,4444,0.058161534,221.0,12620.0,8849.161075032,me +23019,4448,0.009459539,221.0,12620.0,1439.2499397719998,me +23019,4449,0.009726096,221.0,12620.0,1479.806054208,me +23019,4450,0.007892701,221.0,12620.0,1200.858671748,me +23019,4451,0.001261272,221.0,12620.0,191.900012256,me +23019,4453,0.004843544,221.0,12620.0,736.935532512,me +23019,4455,0.005123104,221.0,12620.0,779.470027392,me +23019,4456,0.019263651,221.0,12620.0,2930.925972348,me +23019,4457,0.037623607999999996,221.0,12620.0,5724.356709983999,me +23019,4459,0.005779746,221.0,12620.0,879.3767944079999,me +23019,4460,0.007957715,221.0,12620.0,1210.7504218200002,me +23019,4461,0.019374175,221.0,12620.0,2947.7419779,me +23019,4462,0.03002347,221.0,12620.0,4568.01091356,me +23019,4468,0.059526828,221.0,12620.0,9056.887826544,me +23019,4469,0.016760612,221.0,12620.0,2550.093594576,me +23019,4473,0.05299292,221.0,12620.0,8062.76679216,me +23019,4474,0.023834136000000002,221.0,12620.0,3626.3161241280004,me +23019,4475,0.003965855,221.0,12620.0,603.39690654,me +23019,4487,0.006007295,221.0,12620.0,913.99791966,me +23019,4488,0.01016169,221.0,12620.0,1546.0808101199998,me +23019,4489,0.00143681,221.0,12620.0,218.60776787999998,me +23019,4493,0.012346161000000001,221.0,12620.0,1878.4437038280003,me +23019,4495,0.0030491570000000003,221.0,12620.0,463.92313923600005,me +23019,4765,0.0069564990000000005,221.0,12620.0,1058.417409852,me +23019,4777,0.002776098,221.0,12620.0,422.377758504,me +23019,4928,0.013210847,221.0,12620.0,2010.003949356,me +23019,4930,0.026369682999999998,221.0,12620.0,4012.0945290839995,me +23019,4932,0.00774967,221.0,12620.0,1179.09679116,me +23019,4933,0.000156034,221.0,12620.0,23.740261032,me +23019,4939,0.006572916,221.0,12620.0,1000.056023568,me +23019,4953,0.02097352,221.0,12620.0,3191.0791209599997,me +23019,4969,0.008256779,221.0,12620.0,1256.252411292,me +23021,4406,0.037740414,221.0,,633.47284899,me +23021,4414,0.076992863,221.0,,1292.3252054549998,me +23021,4415,0.016269505,221.0,,273.083641425,me +23021,4426,0.274948591,221.0,,4615.012099935,me +23021,4441,0.101306399,221.0,,1700.427907215,me +23021,4442,0.001330592,221.0,,22.33398672,me +23021,4443,0.14696988,221.0,,2466.8894358,me +23021,4463,0.19293576899999998,221.0,,3238.4268826649995,me +23021,4464,0.031934196,221.0,,536.0154798599999,me +23021,4479,0.07693238200000001,221.0,,1291.31003187,me +23021,4481,0.030059272,221.0,,504.54488052000005,me +23021,4485,0.012580138000000001,221.0,,211.15761633000002,me +23023,4008,0.08068771799999999,222.0,38860.0,2893.1388166079996,me +23023,4086,0.24861690399999997,222.0,38860.0,8914.407709824,me +23023,4287,0.09178086099999999,222.0,38860.0,3290.8945520159996,me +23023,4357,0.09583794400000001,222.0,38860.0,3436.365320064,me +23023,4530,0.308990836,222.0,38860.0,11079.175415616,me +23023,4548,0.026016399,222.0,38860.0,932.844002544,me +23023,4562,0.060430675,222.0,38860.0,2166.8022828000003,me +23023,4579,0.087638664,222.0,38860.0,3142.371936384,me +23025,4478,0.006104668000000001,221.0,,308.188059312,me +23025,4911,0.042890727999999996,221.0,,2165.2955123519996,me +23025,4912,0.018432542,221.0,,930.548450328,me +23025,4920,0.033210186,221.0,,1676.5830300240002,me +23025,4923,0.010154691,221.0,,512.649420444,me +23025,4924,0.046703677,221.0,,2357.788429668,me +23025,4925,0.001758303,222.0,,88.76616865199999,me +23025,4929,0.016693996000000003,221.0,,842.7796940640002,me +23025,4937,0.12932414,222.0,,6528.79988376,me +23025,4942,0.026335026,221.0,,1329.497452584,me +23025,4943,0.032894087,221.0,,1660.6250881080002,me +23025,4944,0.00073098,222.0,,36.90279432,me +23025,4945,0.020190845,222.0,,1019.31461898,me +23025,4950,0.092518324,221.0,,4670.695068816,me +23025,4957,0.082264852,221.0,,4153.058788368,me +23025,4958,0.036074837,221.0,,1821.202071108,me +23025,4961,0.016338383999999997,221.0,,824.8269778559999,me +23025,4965,0.040855839,221.0,,2062.566176076,me +23025,4967,0.080308987,221.0,,4054.318899708,me +23025,4971,0.040322421000000004,221.0,,2035.6371017640001,me +23025,4975,0.0,222.0,,0.0,me +23025,4976,0.192662544,221.0,,9726.375871295999,me +23025,4978,0.014738131000000002,222.0,,744.039805404,me +23025,4979,0.017464488,221.0,,881.677212192,me +23025,4985,0.0010273230000000001,222.0,,51.86337433200001,me +23027,4354,0.037035161000000004,222.0,,1470.8514191150002,me +23027,4438,0.025357179,221.0,,1007.060363985,me +23027,4496,0.09874354,221.0,,3921.5996911,me +23027,4848,0.018593576,222.0,,738.44387084,me +23027,4849,0.09355051199999999,222.0,,3715.3585840799997,me +23027,4915,0.22750532,221.0,,9035.3737838,me +23027,4921,0.04004965,221.0,,1590.57184975,me +23027,4922,0.026902422000000002,222.0,,1068.42968973,me +23027,4941,0.045014692,222.0,,1787.75849278,me +23027,4949,0.020721451000000002,221.0,,822.952426465,me +23027,4951,0.025813152000000002,221.0,,1025.1693316800001,me +23027,4952,0.047775864,221.0,,1897.41843876,me +23027,4973,0.038200426,222.0,,1517.1299185900002,me +23027,4974,0.06568548,221.0,,2608.6988382,me +23027,4981,0.061277738,221.0,,2433.6453646699997,me +23027,4986,0.04238018,222.0,,1683.1288487000002,me +23027,4987,0.02591448,222.0,,1029.1935732,me +23027,4988,0.059479177,222.0,,2362.215514555,me +23029,4413,0.006243725,221.0,,195.921846775,me +23029,4424,0.024629769,221.0,,772.857521451,me +23029,4454,0.0008157630000000001,221.0,,25.597827177000003,me +23029,4490,0.008345884,221.0,,261.885494036,me +23029,4491,0.0045808229999999995,221.0,,143.74164491699997,me +23029,4492,0.004549448,221.0,,142.757128792,me +23029,4606,0.036772088,221.0,,1153.8713493520002,me +23029,4611,0.014024848999999999,221.0,,440.085736771,me +23029,4619,0.094063755,221.0,,2951.626568145,me +23029,4622,0.034544427999999995,221.0,,1083.969606212,me +23029,4623,0.028551707000000003,221.0,,895.9240139530001,me +23029,4626,0.015185743,221.0,,476.51342959699997,me +23029,4628,0.023751255,221.0,,745.290630645,me +23029,4630,0.043423695,221.0,,1362.592125405,me +23029,4631,0.042388302999999995,221.0,,1330.102559837,me +23029,4637,0.004863203,221.0,,152.602446937,me +23029,4643,0.033038404,221.0,,1036.712079116,me +23029,4648,0.024002258999999998,221.0,,753.166885161,me +23029,4649,0.040631275,221.0,,1274.968778225,me +23029,4652,0.050420432,221.0,,1582.142735728,me +23029,4654,0.100683986,221.0,,3159.3627966940003,me +23029,4655,0.032944277,221.0,,1033.758467983,me +23029,4657,0.009820532,221.0,,308.158473628,me +23029,4658,0.049604669000000004,221.0,,1556.5449085510002,me +23029,4666,0.039250753,221.0,,1231.649378387,me +23029,4667,0.044866968,221.0,,1407.880588872,me +23029,4668,0.051455823,221.0,,1614.632269917,me +23029,4671,0.016409388,221.0,,514.910186052,me +23029,4680,0.037085843,221.0,,1163.7166674970001,me +23029,4686,0.00404744,221.0,,127.00461976000001,me +23029,4691,0.010197038,221.0,,319.972855402,me +23029,4694,0.06880647599999999,221.0,,2159.078410404,me +23031,3901,0.037518094,222.0,38860.0,7790.294556254001,me +23031,3902,0.012766983999999999,222.0,38860.0,2650.9493247439996,me +23031,3903,0.031924846,222.0,38860.0,6628.9069482859995,me +23031,3904,0.038699767,222.0,38860.0,8035.658319647001,me +23031,3905,0.009187502,222.0,38860.0,1907.702102782,me +23031,3906,0.023200165,222.0,38860.0,4817.305460764999,me +23031,3907,0.005726187,222.0,38860.0,1188.9911948669999,me +23031,3908,0.036533367000000004,222.0,38860.0,7585.824857247001,me +23031,3909,0.049221573,222.0,38860.0,10220.416639293,me +23031,3910,0.001447549,222.0,38860.0,300.570521909,me +23031,3911,0.000256029,222.0,38860.0,53.162117589000005,me +23031,4001,0.012629122,222.0,38860.0,2622.323521202,me +23031,4002,0.037074967,222.0,38860.0,7698.283222847,me +23031,4005,0.114942246,222.0,38860.0,23866.722901686,me +23031,4006,0.00075824,222.0,38860.0,157.44171183999998,me +23031,4020,0.006292405,222.0,38860.0,1306.561266605,me +23031,4027,0.030674242,222.0,38860.0,6369.230283122,me +23031,4030,0.013067326,222.0,38860.0,2713.3126379660002,me +23031,4042,0.022417307999999997,222.0,38860.0,4654.752250428,me +23031,4043,0.055848785,222.0,38860.0,11596.497566185,me +23031,4046,0.038492974,222.0,38860.0,7992.719614334,me +23031,4047,0.009349982,222.0,38860.0,1941.439612462,me +23031,4048,0.014795521,222.0,38860.0,3072.156775961,me +23031,4049,0.018350386,222.0,38860.0,3810.292499426,me +23031,4056,0.001698654,222.0,38860.0,352.710215214,me +23031,4061,0.014662583,222.0,38860.0,3044.553396703,me +23031,4063,0.002373192,222.0,38860.0,492.771960072,me +23031,4064,0.040999104,222.0,38860.0,8513.094953664,me +23031,4072,0.09523293699999999,222.0,38860.0,19774.262271616997,me +23031,4073,0.080265088,222.0,38860.0,16666.323137408,me +23031,4076,0.013343049,222.0,38860.0,2770.564037409,me +23031,4083,0.022968755,222.0,38860.0,4769.255256955,me +23031,4087,0.01068921,222.0,38860.0,2219.5182536099996,me +23031,4090,0.050393398,222.0,38860.0,10463.735554118,me +23031,4093,0.04038365,222.0,38860.0,8385.30146965,me +23031,4095,0.005814812,222.0,38860.0,1207.393378492,me +24001,21502,0.573446632,113.0,19060.0,40379.818038912,md +24001,21521,0.014867085,113.0,19060.0,1046.88065736,md +24001,21524,0.009965256,113.0,19060.0,701.713466496,md +24001,21529,0.006154219,113.0,19060.0,433.35548510399997,md +24001,21530,0.026407929,113.0,19060.0,1859.540728464,md +24001,21532,0.202833365,113.0,19060.0,14282.71422984,md +24001,21539,0.037800641,113.0,19060.0,2661.769936656,md +24001,21540,0.001467855,113.0,19060.0,103.36047767999999,md +24001,21542,0.009103396,113.0,19060.0,641.024732736,md +24001,21543,0.002208516,113.0,19060.0,155.51486265600002,md +24001,21545,0.02322982,113.0,19060.0,1635.7510051200002,md +24001,21555,0.020751973,113.0,19060.0,1461.270930768,md +24001,21557,0.020603841,113.0,19060.0,1450.8400678560001,md +24001,21562,0.044049125999999994,113.0,19060.0,3101.7632564159994,md +24001,21766,0.007110345,113.0,19060.0,500.68205351999995,md +24003,20711,0.012958983,113.0,12580.0,7506.283559022,md +24003,20724,0.032440441,226.0,12580.0,18790.606402194,md +24003,20733,0.005099456,113.0,12580.0,2953.778296704,md +24003,20751,0.004097124000000001,113.0,12580.0,2373.193523016,md +24003,20755,0.018833966,223.0,12580.0,10909.273462044,md +24003,20758,0.0008523480000000001,113.0,12580.0,493.708941432,md +24003,20764,0.007640038,113.0,12580.0,4425.369770892,md +24003,20765,0.000759065,113.0,12580.0,439.67625620999996,md +24003,20776,0.005759751,113.0,12580.0,3336.243610734,md +24003,20778,0.003606932,113.0,12580.0,2089.257650088,md +24003,20779,0.001801637,113.0,12580.0,1043.569406058,md +24003,21012,0.03982258,113.0,12580.0,23066.59230372,md +24003,21032,0.015137409,223.0,12580.0,8768.101964706,md +24003,21035,0.015406283,113.0,12580.0,8923.842927222,md +24003,21037,0.03936897,113.0,12580.0,22803.84596898,md +24003,21054,0.020136266,113.0,12580.0,11663.609900244,md +24003,21056,0.000267045,223.0,12580.0,154.68154353,md +24003,21060,0.062846952,223.0,12580.0,36403.091394768,md +24003,21061,0.09887786400000001,223.0,12580.0,57273.42067617601,md +24003,21076,0.031467374,223.0,12580.0,18226.972911516,md +24003,21077,0.0004956790000000001,223.0,12580.0,287.11412988600006,md +24003,21090,0.019194293,223.0,12580.0,11117.987111562,md +24003,21108,0.034638987,223.0,12580.0,20064.078995958003,md +24003,21113,0.061705610999999994,223.0,12580.0,35741.987881974,md +24003,21114,0.048944167999999996,113.0,12580.0,28350.126207311998,md +24003,21122,0.11058759,223.0,12580.0,64056.09210606,md +24003,21140,0.00627555,113.0,12580.0,3635.0119287,md +24003,21144,0.06445653700000001,223.0,12580.0,37335.417752658,md +24003,21146,0.051225022,223.0,12580.0,29671.274393148,md +24003,21226,0.01144451,223.0,12580.0,6629.04930534,md +24003,21240,0.0,223.0,12580.0,0.0,md +24003,21401,0.06782386,113.0,12580.0,39285.88572324,md +24003,21402,0.01172253,113.0,12580.0,6790.08794202,md +24003,21403,0.056436050999999994,113.0,12580.0,32689.679564934,md +24003,21405,0.000643834,113.0,12580.0,372.930543156,md +24003,21409,0.037225296,113.0,12580.0,21562.157103264,md +24005,21013,0.005636835,223.0,12580.0,4663.74817395,md +24005,21030,0.031361012,223.0,12580.0,25947.16049844,md +24005,21031,0.0,223.0,12580.0,0.0,md +24005,21051,0.00040368,223.0,12580.0,333.9927216,md +24005,21052,0.000307041,223.0,12580.0,254.03651216999998,md +24005,21053,0.004039243,223.0,12580.0,3341.9484809099995,md +24005,21057,0.005240495,223.0,12580.0,4335.82834815,md +24005,21071,0.000727847,223.0,12580.0,602.19877239,md +24005,21082,0.0007474189999999999,223.0,12580.0,618.3920580299999,md +24005,21087,0.006614229,223.0,12580.0,5472.41464773,md +24005,21093,0.046382785999999995,223.0,12580.0,38375.725652819994,md +24005,21105,0.0,223.0,12580.0,0.0,md +24005,21111,0.006110241,223.0,12580.0,5055.43009617,md +24005,21117,0.07177301,223.0,12580.0,59382.8352837,md +24005,21120,0.008824681,223.0,12580.0,7301.276318969999,md +24005,21128,0.017645692,223.0,12580.0,14599.516190040002,md +24005,21131,0.009120712,223.0,12580.0,7546.20348744,md +24005,21133,0.039742868,223.0,12580.0,32882.05669716,md +24005,21136,0.041791848,223.0,12580.0,34577.32127976,md +24005,21152,0.006741449,223.0,12580.0,5577.67265913,md +24005,21153,0.000386554,223.0,12580.0,319.82318298,md +24005,21155,0.0031609340000000002,223.0,12580.0,2615.26196358,md +24005,21156,0.00039144699999999995,223.0,12580.0,323.87150439,md +24005,21162,0.005326124000000001,223.0,12580.0,4406.67521388,md +24005,21204,0.026456916,223.0,12580.0,21889.65859092,md +24005,21207,0.058334149,223.0,12580.0,48263.92485813,md +24005,21208,0.044577237,223.0,12580.0,36881.86857669,md +24005,21209,0.034269952,223.0,12580.0,28353.93018624,md +24005,21219,0.011531781000000001,223.0,12580.0,9541.04964597,md +24005,21220,0.049188971,223.0,12580.0,40697.478936269996,md +24005,21221,0.052735235,223.0,12580.0,43631.55138195,md +24005,21222,0.067124578,223.0,12580.0,55536.86209986,md +24005,21227,0.041373489,223.0,12580.0,34231.18359393,md +24005,21228,0.058879728,223.0,12580.0,48715.32055536,md +24005,21234,0.08432989199999999,223.0,12580.0,69772.02274403999,md +24005,21236,0.047185252000000004,223.0,12580.0,39039.661947240005,md +24005,21237,0.037048001000000004,223.0,12580.0,30652.40458737,md +24005,21244,0.043700152,223.0,12580.0,36156.194760239996,md +24005,21250,0.0029542009999999996,223.0,12580.0,2444.2172813699995,md +24005,21252,0.00277805,223.0,12580.0,2298.4752285,md +24005,21286,0.02505627,223.0,12580.0,20730.8061099,md +24009,20615,0.0035357709999999996,113.0,47900.0,327.14721177499996,md +24009,20629,0.004019388,113.0,47900.0,371.89387469999997,md +24009,20639,0.162699223,113.0,47900.0,15053.745608075,md +24009,20657,0.20379584899999997,113.0,47900.0,18856.210928725,md +24009,20676,0.047523348,113.0,47900.0,4397.0977737,md +24009,20678,0.133456566,113.0,47900.0,12348.06876915,md +24009,20685,0.07233823,113.0,47900.0,6693.09473075,md +24009,20688,0.018689078,113.0,47900.0,1729.20694195,md +24009,20689,0.024148567000000003,113.0,47900.0,2234.346161675,md +24009,20714,0.049672753,113.0,47900.0,4595.971471325,md +24009,20732,0.103859257,113.0,47900.0,9609.577753925,md +24009,20736,0.102000021,113.0,47900.0,9437.551943024999,md +24009,20754,0.074261948,113.0,47900.0,6871.0867387,md +24011,21629,0.285245036,223.0,,9528.895672616,md +24011,21632,0.177874886,223.0,,5942.0884417160005,md +24011,21636,0.033639323,223.0,,1123.755224138,md +24011,21639,0.136053025,223.0,,4544.98735315,md +24011,21640,0.042232454,223.0,,1410.817358324,md +24011,21641,0.002991466,223.0,,99.932913196,md +24011,21649,0.062498167,223.0,,2087.813766802,md +24011,21655,0.145643312,223.0,,4865.3604806719995,md +24011,21660,0.11382233,223.0,,3802.34875598,md +24013,21048,0.065668514,223.0,12580.0,11061.664177757999,md +24013,21074,0.093322708,223.0,12580.0,15719.930194476,md +24013,21102,0.070901915,223.0,12580.0,11943.214876004999,md +24013,21104,0.033257823,223.0,12580.0,5602.1805108809995,md +24013,21157,0.232083132,223.0,12580.0,39093.707336004,md +24013,21158,0.131330752,223.0,12580.0,22122.271182144,md +24013,21776,0.035184267000000005,223.0,12580.0,5926.684223349001,md +24013,21784,0.240899593,223.0,12580.0,40578.813742071,md +24013,21787,0.063917772,223.0,12580.0,10766.756940084,md +24013,21791,0.033433525,113.0,12580.0,5631.776985675,md +24015,21901,0.172634783,112.0,37980.0,17756.350605465002,md +24015,21902,0.00206795,223.0,37980.0,212.69899725,md +24015,21903,0.05918042900000001,223.0,37980.0,6087.003024795001,md +24015,21904,0.068330131,223.0,37980.0,7028.095624005,md +24015,21911,0.10962084300000001,223.0,37980.0,11275.051806765001,md +24015,21912,0.011237161,112.0,37980.0,1155.798194655,md +24015,21913,0.00862296,112.0,37980.0,886.9145508,md +24015,21914,0.0075207040000000005,112.0,37980.0,773.54200992,md +24015,21915,0.026649238999999998,112.0,37980.0,2741.0074773449996,md +24015,21916,0.000399934,112.0,37980.0,41.13521157,md +24015,21917,0.025137293999999998,223.0,37980.0,2585.4963743699996,md +24015,21918,0.03758401,223.0,37980.0,3865.70334855,md +24015,21919,0.026298077000000003,112.0,37980.0,2704.888709835,md +24015,21920,0.0050235570000000005,112.0,37980.0,516.6979552350001,md +24015,21921,0.437937123,112.0,37980.0,45044.022786165,md +24015,21930,0.0017558060000000002,112.0,37980.0,180.59342613,md +24017,20601,0.166420827,113.0,47900.0,27169.364953539,md +24017,20602,0.16438477099999999,113.0,47900.0,26836.964559146996,md +24017,20603,0.19793872899999998,113.0,47900.0,32314.883080352996,md +24017,20611,0.009675996,113.0,47900.0,1579.674078972,md +24017,20612,0.0022566820000000003,113.0,47900.0,368.41913327400005,md +24017,20616,0.038489662,113.0,47900.0,6283.706749134,md +24017,20617,0.004960918,113.0,47900.0,809.904589926,md +24017,20622,0.03971886,113.0,47900.0,6484.38192702,md +24017,20625,0.003876702,113.0,47900.0,632.898738414,md +24017,20632,0.002401664,113.0,47900.0,392.08845964799997,md +24017,20637,0.035816943999999996,113.0,47900.0,5847.366826607999,md +24017,20640,0.06314926900000001,113.0,47900.0,10309.560209133002,md +24017,20645,0.006290973,113.0,47900.0,1027.045379061,md +24017,20646,0.132211296,113.0,47900.0,21584.419551072002,md +24017,20658,0.005515633000000001,113.0,47900.0,900.4656966810002,md +24017,20662,0.01887292,113.0,47900.0,3081.13630044,md +24017,20664,0.022068835,113.0,47900.0,3602.8917955949996,md +24017,20675,0.013622037,113.0,47900.0,2223.892894509,md +24017,20677,0.01640822,113.0,47900.0,2678.7567725400004,md +24017,20693,0.0059694909999999995,113.0,47900.0,974.561192187,md +24017,20695,0.049949571,113.0,47900.0,8154.617112747,md +24019,21613,0.544473793,225.0,,17384.503736697,md +24019,21622,0.032778537999999996,225.0,,1046.585939802,md +24019,21626,0.0026413770000000003,225.0,,84.33652623300001,md +24019,21627,0.000541005,225.0,,17.273748645,md +24019,21631,0.08573338,225.0,,2737.38109002,md +24019,21634,0.006364765,225.0,,203.22058168499998,md +24019,21643,0.191420297,225.0,,6111.8586629129995,md +24019,21648,0.008146899,225.0,,260.122338171,md +24019,21659,0.043121281,225.0,,1376.819381049,md +24019,21664,0.013970658,225.0,,446.06913928200004,md +24019,21669,0.007351303000000001,225.0,,234.71975348700002,md +24019,21672,0.004423511,225.0,,141.23828271899998,md +24019,21675,0.003436973,225.0,,109.73911091699999,md +24019,21677,0.01123381,225.0,,358.68431949,md +24019,21835,0.009356204,225.0,,298.734237516,md +24019,21869,0.035006206,225.0,,1117.7131513739998,md +24021,21701,0.14175596699999998,113.0,47900.0,36792.335966948995,md +24021,21702,0.160218362,113.0,47900.0,41584.195202014,md +24021,21703,0.13824876,113.0,47900.0,35882.05091172,md +24021,21704,0.062969613,113.0,47900.0,16343.574145310999,md +24021,21705,0.0,113.0,47900.0,0.0,md +24021,21710,0.018607258,113.0,47900.0,4829.457992126,md +24021,21714,0.000758624,113.0,47900.0,196.898583328,md +24021,21716,0.020246496,113.0,47900.0,5254.917297311999,md +24021,21717,0.000293538,113.0,47900.0,76.186907286,md +24021,21718,0.000533705,113.0,47900.0,138.521531635,md +24021,21727,0.026048636,352.0,47900.0,6760.845327892,md +24021,21754,0.025499682000000003,113.0,47900.0,6618.365964054001,md +24021,21755,0.021275785,113.0,47900.0,5522.066169395,md +24021,21757,0.012168483,113.0,47900.0,3158.2932572010004,md +24021,21758,0.018725435,113.0,47900.0,4860.130477944999,md +24021,21762,0.000636634,113.0,47900.0,165.23644479799998,md +24021,21769,0.042654498,113.0,47900.0,11070.846992406,md +24021,21770,0.020787825,113.0,47900.0,5395.417615275,md +24021,21771,0.11156349,113.0,47900.0,28955.96913903,md +24021,21773,0.020944125,113.0,47900.0,5435.984811375,md +24021,21774,0.048544319,113.0,47900.0,12599.532363493001,md +24021,21777,0.007437566,113.0,47900.0,1930.3979426019998,md +24021,21778,0.0035834509999999997,113.0,47900.0,930.0739566969999,md +24021,21780,0.006244353,113.0,47900.0,1620.7030880910002,md +24021,21788,0.044080254000000006,113.0,47900.0,11440.897684938001,md +24021,21790,0.00020967,113.0,47900.0,54.419219489999996,md +24021,21793,0.0387432,113.0,47900.0,10055.681330399999,md +24021,21798,0.007220272,113.0,47900.0,1873.999936784,md +24023,21520,0.081638679,445.0,,2368.664632506,md +24023,21522,0.006052777,445.0,,175.615271878,md +24023,21523,0.007344529,113.0,,213.094164406,md +24023,21531,0.069939103,445.0,,2029.2131344420002,md +24023,21536,0.152980255,113.0,,4438.569118570001,md +24023,21538,0.015058128999999998,445.0,,436.8965548059999,md +24023,21541,0.04997232,445.0,,1449.89689248,md +24023,21550,0.520834102,445.0,,15111.480635428,md +24023,21561,0.09618010699999999,445.0,,2790.5696244979995,md +24025,21001,0.097830001,223.0,12580.0,24989.793285441,md +24025,21005,0.010894003999999999,223.0,12580.0,2782.7752757639996,md +24025,21009,0.12001008199999999,223.0,12580.0,30655.495356162,md +24025,21010,0.00086816,223.0,12580.0,221.76365855999998,md +24025,21014,0.142750266,223.0,12580.0,36464.270697306,md +24025,21015,0.11678948900000001,223.0,12580.0,29832.823859649,md +24025,21017,0.026392856,223.0,12580.0,6741.817529496,md +24025,21028,0.012086224,223.0,12580.0,3087.317144784,md +24025,21034,0.013902558,223.0,12580.0,3551.2833180780003,md +24025,21040,0.097713979,223.0,12580.0,24960.156509739,md +24025,21047,0.048392904,223.0,12580.0,12361.531790664,md +24025,21050,0.07435768200000001,223.0,12580.0,18994.000647762,md +24025,21078,0.072401322,223.0,12580.0,18494.266093002,md +24025,21084,0.030337582000000002,223.0,12580.0,7749.462283662,md +24025,21085,0.06471990799999999,223.0,12580.0,16532.118019428,md +24025,21130,0.0011842180000000001,223.0,12580.0,302.49783013800004,md +24025,21132,0.013450475,223.0,12580.0,3435.802784475,md +24025,21154,0.023648351,223.0,12580.0,6040.758427791,md +24025,21160,0.011382093999999999,223.0,12580.0,2907.453473454,md +24025,21161,0.020887843,223.0,12580.0,5335.611503763,md +24027,20701,0.0,226.0,12580.0,0.0,md +24027,20723,0.10952213,226.0,12580.0,35670.2625197,md +24027,20759,0.015639776,223.0,12580.0,5093.718645440001,md +24027,20763,0.006594861,226.0,12580.0,2147.88027909,md +24027,20777,0.011285857,226.0,12580.0,3675.69076633,md +24027,20794,0.051813197000000005,226.0,12580.0,16875.040130930003,md +24027,21029,0.033067937,223.0,12580.0,10769.896401529999,md +24027,21036,0.007100476999999999,226.0,12580.0,2312.55435413,md +24027,21042,0.127902223,223.0,12580.0,41656.47500887,md +24027,21043,0.146478944,223.0,12580.0,47706.72727136,md +24027,21044,0.137434028,223.0,12580.0,44760.88857932,md +24027,21045,0.124675017,223.0,12580.0,40605.40628673,md +24027,21046,0.049899969,223.0,12580.0,16251.92090361,md +24027,21075,0.10142290400000001,223.0,12580.0,33032.425603760006,md +24027,21163,0.022340753999999997,223.0,12580.0,7276.160170259999,md +24027,21723,0.0027871320000000003,226.0,12580.0,907.7410210800001,md +24027,21737,0.007190989,226.0,12580.0,2342.03320741,md +24027,21738,0.01066164,226.0,12580.0,3472.3895316,md +24027,21794,0.0071160830000000005,226.0,12580.0,2317.6370722700003,md +24027,21797,0.027066082999999998,223.0,12580.0,8815.152572269999,md +24029,21610,0.015817078999999998,223.0,,307.199308338,md +24029,21620,0.539050975,223.0,,10469.44803645,md +24029,21635,0.078347812,223.0,,1521.671204664,md +24029,21645,0.058105229,223.0,,1128.519757638,md +24029,21650,0.011883298,223.0,,230.797413756,md +24029,21651,0.11207179199999999,223.0,,2176.658344224,md +24029,21661,0.102524176,223.0,,1991.224546272,md +24029,21667,0.009629569000000001,223.0,,187.02548911800002,md +24029,21678,0.07257007,223.0,,1409.45589954,md +24031,20812,0.000309585,113.0,47900.0,325.27724448000004,md +24031,20814,0.027557788,113.0,47900.0,28954.637158144,md +24031,20815,0.02906475,113.0,47900.0,30537.984048000002,md +24031,20816,0.015590678,113.0,47900.0,16380.938286464001,md +24031,20817,0.034941141,113.0,47900.0,36712.237555008,md +24031,20818,0.001923234,113.0,47900.0,2020.718884992,md +24031,20832,0.025193514,226.0,47900.0,26470.522837632,md +24031,20833,0.007382400999999999,226.0,47900.0,7756.600141888,md +24031,20837,0.005929735,113.0,47900.0,6230.30140768,md +24031,20838,0.00024004700000000001,113.0,47900.0,252.214502336,md +24031,20839,9.53e-05,113.0,47900.0,100.13056639999999,md +24031,20841,0.009983864,113.0,47900.0,10489.926098432,md +24031,20842,0.0016307960000000001,113.0,47900.0,1713.457787648,md +24031,20850,0.049122017999999996,113.0,47900.0,51611.914848383996,md +24031,20851,0.01438949,113.0,47900.0,15118.864469119999,md +24031,20852,0.044679242,113.0,47900.0,46943.943418496005,md +24031,20853,0.02969916,226.0,47900.0,31204.55102208,md +24031,20854,0.046860622000000005,113.0,47900.0,49235.893207936,md +24031,20855,0.013623625,113.0,47900.0,14314.179304000001,md +24031,20860,0.002671953,226.0,47900.0,2807.388953664,md +24031,20861,0.001586025,226.0,47900.0,1666.4174352,md +24031,20862,0.00031149,226.0,47900.0,327.27880511999996,md +24031,20866,0.015403973999999999,226.0,47900.0,16184.770634112,md +24031,20868,0.0008230189999999999,226.0,47900.0,864.7361870719999,md +24031,20871,0.019058977,113.0,47900.0,20025.038426176,md +24031,20872,0.012326228,226.0,47900.0,12951.019844864,md +24031,20874,0.058149504000000005,113.0,47900.0,61096.986058752,md +24031,20876,0.027547309,113.0,47900.0,28943.626998592,md +24031,20877,0.0370406,113.0,47900.0,38918.1139328,md +24031,20878,0.061084365,113.0,47900.0,64180.609293120004,md +24031,20879,0.026549017999999997,113.0,47900.0,27894.734624383997,md +24031,20880,0.00043341800000000003,113.0,47900.0,455.387091584,md +24031,20882,0.012812037,226.0,47900.0,13461.453531456,md +24031,20886,0.032482563,113.0,47900.0,34129.039153344,md +24031,20895,0.018705575,113.0,47900.0,19653.7231856,md +24031,20896,0.000884936,113.0,47900.0,929.791635968,md +24031,20899,0.000247668,113.0,47900.0,260.221795584,md +24031,20901,0.034439138,226.0,47900.0,36184.789026944,md +24031,20902,0.04999457,226.0,47900.0,52528.694764160005,md +24031,20903,0.024962993,226.0,47900.0,26228.317189184,md +24031,20904,0.054329707000000005,226.0,47900.0,57083.571188416005,md +24031,20905,0.017263386999999998,226.0,47900.0,18138.433560256,md +24031,20906,0.066845495,226.0,47900.0,70233.75945056,md +24031,20910,0.040834678,226.0,47900.0,42904.506158464,md +24031,20912,0.024994427000000003,226.0,47900.0,26261.344515776003,md +24033,20607,0.012516978,113.0,47900.0,11382.026053806,md +24033,20608,0.000822283,113.0,47900.0,747.724133541,md +24033,20613,0.015437309,113.0,47900.0,14037.561881043,md +24033,20623,0.003269077,113.0,47900.0,2972.659981179,md +24033,20705,0.031056233,226.0,47900.0,28240.271185191,md +24033,20706,0.047238945,226.0,47900.0,42955.648140015,md +24033,20707,0.036274054,226.0,47900.0,32984.976701658,md +24033,20708,0.030182696000000002,226.0,47900.0,27445.940405592002,md +24033,20710,0.010912523,226.0,47900.0,9923.051802021,md +24033,20712,0.01058049,113.0,47900.0,9621.12523023,md +24033,20715,0.029825036,226.0,47900.0,27120.710510771998,md +24033,20716,0.024604987000000002,226.0,47900.0,22373.979013749,md +24033,20720,0.026186043,226.0,47900.0,23811.675923061,md +24033,20721,0.033215562000000004,226.0,47900.0,30203.807346774003,md +24033,20722,0.0067097419999999994,226.0,47900.0,6101.349563633999,md +24033,20735,0.04381387900000001,113.0,47900.0,39841.143149433,md +24033,20737,0.024275182000000003,226.0,47900.0,22074.078422514,md +24033,20740,0.035485197,226.0,47900.0,32267.647732419002,md +24033,20742,0.007486343,226.0,47900.0,6807.533821161001,md +24033,20743,0.043714715,113.0,47900.0,39750.970646805,md +24033,20744,0.060671799000000005,113.0,47900.0,55170.504969273,md +24033,20745,0.031723642,113.0,47900.0,28847.164208934002,md +24033,20746,0.030352055,113.0,47900.0,27599.943116985,md +24033,20747,0.044508028,113.0,47900.0,40472.351577156,md +24033,20748,0.042352042,113.0,47900.0,38511.855295734,md +24033,20762,0.003302503,113.0,47900.0,3003.055145481,md +24033,20769,0.00828857,226.0,47900.0,7537.02049239,md +24033,20770,0.027441752000000003,226.0,47900.0,24953.526020904003,md +24033,20772,0.050081281,113.0,47900.0,45540.261007887,md +24033,20774,0.052158159,113.0,47900.0,47428.822248993005,md +24033,20781,0.012953746,226.0,47900.0,11779.190988942,md +24033,20782,0.036270712000000004,226.0,47900.0,32981.937730824,md +24033,20783,0.05076206,226.0,47900.0,46159.31173362,md +24033,20784,0.03363116,226.0,47900.0,30581.72182932,md +24033,20785,0.041895218,226.0,47900.0,38096.452898286,md +24035,21607,0.018999093999999998,223.0,12580.0,957.1933548139999,md +24035,21617,0.243229167,223.0,12580.0,12254.128662627,md +24035,21619,0.13340126800000002,223.0,12580.0,6720.889283108001,md +24035,21623,0.045289855,223.0,12580.0,2281.748184755,md +24035,21628,0.012024456999999999,223.0,12580.0,605.8041681169999,md +24035,21638,0.11798007199999999,223.0,12580.0,5943.954007431999,md +24035,21644,0.0017436589999999998,223.0,12580.0,87.84728407899999,md +24035,21657,0.019316123,223.0,12580.0,973.165592863,md +24035,21658,0.086956522,223.0,12580.0,4380.956534882,md +24035,21666,0.27995923899999997,113.0,12580.0,14104.626420059,md +24035,21668,0.041100542999999996,223.0,12580.0,2070.6864568829997,md +24037,20606,0.00418639,113.0,15680.0,475.1971289,md +24037,20609,0.010351967,113.0,15680.0,1175.05177417,md +24037,20618,0.004140787,113.0,15680.0,470.02073237,md +24037,20619,0.123430104,113.0,15680.0,14010.55110504,md +24037,20620,0.012449722,113.0,15680.0,1413.16794422,md +24037,20621,0.009540227,113.0,15680.0,1082.91116677,md +24037,20624,0.012860153000000001,113.0,15680.0,1459.7559670300002,md +24037,20626,0.003055426,113.0,15680.0,346.82140526,md +24037,20628,0.002544669,113.0,15680.0,288.84537818999996,md +24037,20630,0.003438495,113.0,15680.0,390.30356745,md +24037,20634,0.066891035,113.0,15680.0,7592.80138285,md +24037,20636,0.105097546,113.0,15680.0,11929.62244646,md +24037,20650,0.12856504400000002,113.0,15680.0,14593.418144440002,md +24037,20653,0.214755429,113.0,15680.0,24376.88874579,md +24037,20659,0.213040742,113.0,15680.0,24182.254624420002,md +24037,20660,0.000237138,113.0,15680.0,26.91753438,md +24037,20667,0.006393594,113.0,15680.0,725.73685494,md +24037,20670,0.014155289,113.0,15680.0,1606.76685439,md +24037,20674,0.009658795999999999,113.0,15680.0,1096.3699339599998,md +24037,20680,0.006794903000000001,113.0,15680.0,771.2894395300001,md +24037,20684,0.01242236,113.0,15680.0,1410.0620836,md +24037,20686,0.013416514,113.0,15680.0,1522.9085041399999,md +24037,20687,0.004095183,113.0,15680.0,464.84422233,md +24037,20690,0.006867869,113.0,15680.0,779.5718101900001,md +24037,20692,0.01161062,113.0,15680.0,1317.9214762000001,md +24039,21817,0.19752729100000002,225.0,41540.0,5059.859086256,md +24039,21821,0.038207079,225.0,41540.0,978.7125356639999,md +24039,21824,0.004672511,225.0,41540.0,119.69104177599999,md +24039,21838,0.07484287099999999,225.0,41540.0,1917.1749835359997,md +24039,21853,0.483501489,225.0,41540.0,12385.374142224,md +24039,21866,0.003307972,225.0,41540.0,84.737010752,md +24039,21867,0.000413497,225.0,41540.0,10.592139152,md +24039,21871,0.081789613,225.0,41540.0,2095.122726608,md +24039,21890,0.11573767800000001,225.0,41540.0,2964.7363596480004,md +24041,21601,0.630404988,223.0,,23439.087858828,md +24041,21612,0.009674559000000001,223.0,,359.709778179,md +24041,21624,0.005562871,223.0,,206.83310665099998,md +24041,21625,0.073096665,223.0,,2717.807101365,md +24041,21647,0.005831609000000001,223.0,,216.82505422900002,md +24041,21652,0.003708581,223.0,,137.888750161,md +24041,21653,0.002902368,223.0,,107.91294460799999,md +24041,21654,0.025798823,223.0,,959.226037963,md +24041,21662,0.012227567,223.0,,454.633168627,md +24041,21663,0.090188385,223.0,,3353.2943426849997,md +24041,21665,0.007067803,223.0,,262.787983343,md +24041,21671,0.021472145,223.0,,798.355823245,md +24041,21673,0.09198892800000001,223.0,,3420.2403319680006,md +24041,21676,0.013168148999999999,223.0,,489.60494796899997,md +24041,21679,0.00690656,223.0,,256.79280736,md +24043,21711,0.007394876999999999,113.0,25180.0,1116.988775973,md +24043,21713,0.069395506,113.0,25180.0,10482.121785794,md +24043,21719,0.006926847,352.0,25180.0,1046.293312503,md +24043,21722,0.037890387000000005,113.0,25180.0,5723.305065963001,md +24043,21733,0.006091079,113.0,25180.0,920.051391871,md +24043,21734,0.0046468709999999995,113.0,25180.0,701.905217679,md +24043,21740,0.41322385899999997,113.0,25180.0,62417.05067809099,md +24043,21742,0.221846312,113.0,25180.0,33509.663581288,md +24043,21746,0.019744188,113.0,25180.0,2982.339853212,md +24043,21750,0.024952696,113.0,25180.0,3769.079778104,md +24043,21756,0.024070124,113.0,25180.0,3635.7681600759997,md +24043,21767,0.006813181999999999,113.0,25180.0,1029.1243279179998,md +24043,21779,0.007100687,113.0,25180.0,1072.5516706629999,md +24043,21781,0.001063097,113.0,25180.0,160.57973875300002,md +24043,21782,0.026764641000000002,113.0,25180.0,4042.772258409,md +24043,21783,0.060322405999999995,113.0,25180.0,9111.639103894,md +24043,21795,0.06175324099999999,113.0,25180.0,9327.765299809,md +24045,21801,0.295405546,225.0,41540.0,30606.673215514,md +24045,21802,0.000876165,225.0,41540.0,90.77857948500001,md +24045,21804,0.39773969,225.0,41540.0,41209.41154121,md +24045,21810,0.007531084,225.0,41540.0,780.2880821560001,md +24045,21814,0.005936266,225.0,41540.0,615.050583994,md +24045,21826,0.05248132,225.0,41540.0,5437.53708388,md +24045,21830,0.037488062999999995,225.0,41540.0,3884.1007193669993,md +24045,21837,0.032152315,225.0,41540.0,3331.269204835,md +24045,21840,0.00343575,225.0,41540.0,355.97462175,md +24045,21849,0.032477185,225.0,41540.0,3364.928660665,md +24045,21850,0.030478741,225.0,41540.0,3157.871876269,md +24045,21856,0.008988078,225.0,41540.0,931.245773502,md +24045,21861,0.008023312,225.0,41540.0,831.2873330079999,md +24045,21865,0.004961655,225.0,41540.0,514.0721128949999,md +24045,21874,0.018429006,225.0,41540.0,1909.410882654,md +24045,21875,0.063595822,225.0,41540.0,6589.099521597999,md +24047,21811,0.44127723,225.0,41540.0,23068.20847548,md +24047,21813,0.049413517000000004,225.0,41540.0,2583.141014692,md +24047,21822,0.037479054,225.0,41540.0,1959.2550269039998,md +24047,21829,0.008583132,225.0,41540.0,448.691808432,md +24047,21841,0.02556321,225.0,41540.0,1336.34236596,md +24047,21842,0.19864084899999998,225.0,41540.0,10384.149022324,md +24047,21851,0.127890523,225.0,41540.0,6685.604980348,md +24047,21862,0.001266058,225.0,41540.0,66.184448008,md +24047,21863,0.088270341,225.0,41540.0,4614.4203461160005,md +24047,21864,0.012008936999999999,225.0,41540.0,627.779190612,md +24047,21872,0.00960715,225.0,41540.0,502.2233734,md +24510,21201,0.027012584,223.0,12580.0,16031.69847816,md +24510,21202,0.033119421,223.0,12580.0,19656.045169290002,md +24510,21205,0.022983396,223.0,12580.0,13640.41569204,md +24510,21206,0.081278936,223.0,12580.0,48238.23572664,md +24510,21210,0.023981235,223.0,12580.0,14232.62316015,md +24510,21211,0.025693167000000003,223.0,12580.0,15248.637682830002,md +24510,21212,0.052559149000000006,223.0,12580.0,31193.329340010005,md +24510,21213,0.049972335,223.0,12580.0,29658.08109915,md +24510,21214,0.033382674,223.0,12580.0,19812.28319226,md +24510,21215,0.092135359,223.0,12580.0,54681.41421291,md +24510,21216,0.049512035999999995,223.0,12580.0,29384.898245639997,md +24510,21217,0.054364087,223.0,12580.0,32264.54199363,md +24510,21218,0.077669061,223.0,12580.0,46095.81101289,md +24510,21223,0.03713915,223.0,12580.0,22041.7141335,md +24510,21224,0.079500797,223.0,12580.0,47182.92801153,md +24510,21225,0.053481322000000005,223.0,12580.0,31740.629793780005,md +24510,21229,0.07510431599999999,223.0,12580.0,44573.66050283999,md +24510,21230,0.055089214000000004,223.0,12580.0,32694.897616860002,md +24510,21231,0.025474052,223.0,12580.0,15118.59512148,md +24510,21239,0.04907696,223.0,12580.0,29126.6849904,md +24510,21251,0.0014707479999999998,223.0,12580.0,872.8742305199999,md +25001,2532,0.061184496,227.0,12700.0,13031.68580304,ma +25001,2534,0.003424816,227.0,12700.0,729.45155984,ma +25001,2536,0.089525887,227.0,12700.0,19068.11867213,ma +25001,2537,0.03020401,227.0,12700.0,6433.1520899,ma +25001,2540,0.038772982000000004,227.0,12700.0,8258.257436180002,ma +25001,2542,0.004201292,227.0,12700.0,894.8331830799999,ma +25001,2543,0.003443303,227.0,12700.0,733.38910597,ma +25001,2553,0.00044832300000000004,227.0,12700.0,95.48831577000001,ma +25001,2556,0.01239127,227.0,12700.0,2639.2165972999996,ma +25001,2559,0.018760226,227.0,12700.0,3995.7405357400003,ma +25001,2561,0.0013911870000000001,227.0,12700.0,296.30891913000005,ma +25001,2562,0.014105989,227.0,12700.0,3004.4345971099997,ma +25001,2563,0.044245293,227.0,12700.0,9423.80495607,ma +25001,2601,0.07032196,227.0,12700.0,14977.8742604,ma +25001,2630,0.009539568,227.0,12700.0,2031.83258832,ma +25001,2631,0.045169669,227.0,12700.0,9620.687800310001,ma +25001,2632,0.046417578,227.0,12700.0,9886.47993822,ma +25001,2633,0.019296364,227.0,12700.0,4109.93256836,ma +25001,2635,0.014471118,227.0,12700.0,3082.20342282,ma +25001,2637,0.000771855,227.0,12700.0,164.39739645,ma +25001,2638,0.014406411000000001,227.0,12700.0,3068.4214788900003,ma +25001,2639,0.014605152,227.0,12700.0,3110.7513244799998,ma +25001,2641,0.000924377,227.0,12700.0,196.88305723,ma +25001,2642,0.022614877000000002,227.0,12700.0,4816.74265223,ma +25001,2643,0.0,227.0,12700.0,0.0,ma +25001,2644,0.020058975,227.0,12700.0,4272.36108525,ma +25001,2645,0.043847810999999993,227.0,12700.0,9339.14526489,ma +25001,2646,0.008633679,227.0,12700.0,1838.88729021,ma +25001,2647,0.00041597,227.0,12700.0,88.59745029999999,ma +25001,2648,0.030680064,227.0,12700.0,6534.54683136,ma +25001,2649,0.065173182,227.0,12700.0,13881.23603418,ma +25001,2650,0.003905492,227.0,12700.0,831.83074108,ma +25001,2651,0.0,227.0,12700.0,0.0,ma +25001,2652,0.0035172529999999997,227.0,12700.0,749.1397164699999,ma +25001,2653,0.027047263,227.0,12700.0,5760.796546369999,ma +25001,2655,0.015682051000000002,227.0,12700.0,3340.1200424900003,ma +25001,2657,0.013680776,227.0,12700.0,2913.8684802400003,ma +25001,2659,0.004732809,227.0,12700.0,1008.04098891,ma +25001,2660,0.028919126,227.0,12700.0,6159.48464674,ma +25001,2663,0.00043445699999999996,227.0,12700.0,92.53499642999999,ma +25001,2664,0.040903671,227.0,12700.0,8712.072886290001,ma +25001,2666,0.002278589,227.0,12700.0,485.31667111,ma +25001,2667,0.01565432,227.0,12700.0,3334.2136167999997,ma +25001,2668,0.012585388999999999,227.0,12700.0,2680.5620031099998,ma +25001,2669,0.000513029,227.0,12700.0,109.27004671,ma +25001,2670,0.005555504,227.0,12700.0,1183.26679696,ma +25001,2671,0.004053392,227.0,12700.0,863.33196208,ma +25001,2672,0.0012987489999999999,227.0,12700.0,276.62054951,ma +25001,2673,0.039212061,227.0,12700.0,8351.77687239,ma +25001,2675,0.030578382999999997,227.0,12700.0,6512.889795169999,ma +25003,1029,0.00511278,230.0,38340.0,638.8111843199999,ma +25003,1201,0.35033142700000003,295.0,38340.0,43771.809815088,ma +25003,1220,0.064471287,230.0,38340.0,8055.300482928,ma +25003,1222,0.006361523000000001,230.0,38340.0,794.8341297120002,ma +25003,1223,0.018864664,295.0,38340.0,2357.026578816,ma +25003,1224,0.001649284,295.0,38340.0,206.068140096,ma +25003,1225,0.02462145,295.0,38340.0,3076.3024488,ma +25003,1226,0.05326401099999999,295.0,38340.0,6655.018590383999,ma +25003,1229,0.000549761,295.0,38340.0,68.689338384,ma +25003,1230,0.06708658,230.0,38340.0,8382.06565152,ma +25003,1235,0.020733853,295.0,38340.0,2590.570529232,ma +25003,1236,0.008953255,230.0,38340.0,1118.65549272,ma +25003,1237,0.020262629,295.0,38340.0,2531.693917776,ma +25003,1238,0.046360581,295.0,38340.0,5792.476432464,ma +25003,1240,0.034878424,295.0,38340.0,4357.849808256,ma +25003,1242,0.003699108,295.0,38340.0,462.181349952,ma +25003,1244,0.000581176,230.0,38340.0,72.61445414399999,ma +25003,1245,0.006353669,230.0,38340.0,793.852819536,ma +25003,1247,0.12230617,230.0,38340.0,15281.422104480002,ma +25003,1253,0.005277708000000001,230.0,38340.0,659.417948352,ma +25003,1254,0.007963684,295.0,38340.0,995.0145336960001,ma +25003,1255,0.0076338280000000005,230.0,38340.0,953.801005632,ma +25003,1256,0.005646833,230.0,38340.0,705.5379023520001,ma +25003,1257,0.015731025,230.0,38340.0,1965.4971876,ma +25003,1258,0.003840475,230.0,38340.0,479.8443084,ma +25003,1259,0.004146771,230.0,38340.0,518.1141558239999,ma +25003,1260,0.003777645,295.0,38340.0,471.99407688,ma +25003,1262,0.008372078,295.0,38340.0,1046.040913632,ma +25003,1264,0.0015393310000000001,295.0,38340.0,192.33017246400001,ma +25003,1266,0.010751759,295.0,38340.0,1343.367776496,ma +25003,1267,0.062476439,230.0,38340.0,7806.056194416,ma +25003,1270,0.006047374,295.0,38340.0,755.583097056,ma +25003,1343,0.00035341800000000004,230.0,38340.0,44.157458592000005,ma +25005,2048,0.042513485999999996,364.0,39300.0,24029.345016461997,ma +25005,2356,0.023191777,227.0,39300.0,13108.386620609,ma +25005,2357,0.002014654,227.0,39300.0,1138.716689918,ma +25005,2375,0.018282177,227.0,39300.0,10333.397237409,ma +25005,2702,0.007811703000000001,227.0,39300.0,4415.307334551,ma +25005,2703,0.079705853,364.0,39300.0,45051.103115100996,ma +25005,2715,0.00629624,227.0,39300.0,3558.74188408,ma +25005,2717,0.008740305,227.0,39300.0,4940.168971185,ma +25005,2718,0.011420546,227.0,39300.0,6455.086748482,ma +25005,2719,0.028673925,227.0,39300.0,16206.989866725,ma +25005,2720,0.054927045,227.0,39300.0,31045.699593765,ma +25005,2721,0.046999043,227.0,39300.0,26564.658087330998,ma +25005,2723,0.02554817,227.0,39300.0,14440.26000289,ma +25005,2724,0.031644017999999996,227.0,39300.0,17885.736921906,ma +25005,2725,0.004331684000000001,227.0,39300.0,2448.3414354280003,ma +25005,2726,0.028244514,227.0,39300.0,15964.279469538,ma +25005,2740,0.07801683599999999,227.0,39300.0,44096.441993411994,ma +25005,2743,0.018756318,227.0,39300.0,10601.389791006,ma +25005,2744,0.019745753,227.0,39300.0,11160.635273401002,ma +25005,2745,0.044053998,227.0,39300.0,24900.068587566,ma +25005,2746,0.027825838,227.0,39300.0,15727.636676846,ma +25005,2747,0.042067972,227.0,39300.0,23777.532929924,ma +25005,2748,0.020241365,227.0,39300.0,11440.763601205,ma +25005,2760,0.048926025,364.0,39300.0,27653.821072425,ma +25005,2763,0.003168696,364.0,39300.0,1791.000847032,ma +25005,2764,0.007582684,227.0,39300.0,4285.861902428,ma +25005,2766,0.035129405,364.0,39300.0,19855.736905885,ma +25005,2767,0.025632263,227.0,39300.0,14487.790796071,ma +25005,2769,0.021617268999999998,364.0,39300.0,12218.447932373,ma +25005,2771,0.027213927000000002,364.0,39300.0,15381.774177159,ma +25005,2777,0.029121228,227.0,39300.0,16459.813126475998,ma +25005,2779,0.011950153,227.0,39300.0,6754.429628201,ma +25005,2780,0.089932994,227.0,39300.0,50831.657069698,ma +25005,2790,0.028079906,227.0,39300.0,15871.240229602,ma +25005,2791,0.000592229,227.0,39300.0,334.737898693,ma +25007,2535,0.08454204,227.0,,1465.28263728,ma +25007,2539,0.248829818,227.0,,4312.718405576,ma +25007,2557,0.270788789,227.0,,4693.311290948,ma +25007,2568,0.23709910399999998,227.0,,4109.401670527999,ma +25007,2575,0.15642877800000002,227.0,,2711.2235802960004,ma +25007,2713,0.0023114710000000003,227.0,,40.062415372000004,ma +25009,1810,0.045573453,227.0,14460.0,35959.003914402,ma +25009,1830,0.034165052,227.0,14460.0,26957.387639768,ma +25009,1832,0.02997233,227.0,14460.0,23649.187429219997,ma +25009,1833,0.011069246000000001,227.0,14460.0,8734.011448364,ma +25009,1834,0.00863757,227.0,14460.0,6815.33640738,ma +25009,1835,0.016850237,227.0,14460.0,13295.409901058001,ma +25009,1840,0.007115853,227.0,14460.0,5614.649956002,ma +25009,1841,0.062490240999999995,227.0,14460.0,49306.924817194,ma +25009,1843,0.032576783,227.0,14460.0,25704.189397621998,ma +25009,1844,0.064015798,227.0,14460.0,50510.641159132,ma +25009,1845,0.039148709,227.0,14460.0,30889.662457106,ma +25009,1860,0.008752755,227.0,14460.0,6906.221288669999,ma +25009,1901,0.00225122,227.0,14460.0,1776.28912148,ma +25009,1902,0.062931783,227.0,14460.0,49655.316467622004,ma +25009,1904,0.02193884,227.0,14460.0,17310.49068056,ma +25009,1905,0.032590862000000005,227.0,14460.0,25715.298207308006,ma +25009,1906,0.036046402000000005,227.0,14460.0,28441.836755668002,ma +25009,1907,0.019133453,227.0,14460.0,15096.944954402,ma +25009,1908,0.004473005,227.0,14460.0,3529.35302717,ma +25009,1913,0.022240878999999998,227.0,14460.0,17548.809720885998,ma +25009,1915,0.05340857,227.0,14460.0,42141.177621380004,ma +25009,1921,0.010584191000000001,227.0,14460.0,8351.286561494002,ma +25009,1922,0.004192722,227.0,14460.0,3308.200210548,ma +25009,1923,0.035140282,227.0,14460.0,27726.877267588003,ma +25009,1929,0.004752007,227.0,14460.0,3749.495091238,ma +25009,1930,0.038457601,227.0,14460.0,30344.354747434,ma +25009,1937,0.00022269,227.0,14460.0,175.70998146,ma +25009,1938,0.017790912,227.0,14460.0,14037.634459007999,ma +25009,1940,0.017257223000000002,227.0,14460.0,13616.535692582002,ma +25009,1944,0.006872685,227.0,14460.0,5422.7821362899995,ma +25009,1945,0.026221149,227.0,14460.0,20689.378080066,ma +25009,1949,0.012515453999999999,227.0,14460.0,9875.118731436,ma +25009,1950,0.023024135,227.0,14460.0,18166.82533559,ma +25009,1951,0.00480576,227.0,14460.0,3791.90803584,ma +25009,1952,0.011808988000000001,227.0,14460.0,9317.693037592,ma +25009,1960,0.067272965,227.0,14460.0,53080.656665810006,ma +25009,1966,0.009230130999999999,227.0,14460.0,7282.887183454,ma +25009,1969,0.008060366999999999,227.0,14460.0,6359.903615477999,ma +25009,1970,0.055231048,227.0,14460.0,43579.174727631995,ma +25009,1982,0.010264234,227.0,14460.0,8098.829609956,ma +25009,1983,0.008384164,227.0,14460.0,6615.390457576,ma +25009,1984,0.006665353000000001,227.0,14460.0,5259.190139002,ma +25009,1985,0.0058629,227.0,14460.0,4626.0274386,ma +25011,1054,0.028105732999999997,230.0,44140.0,1972.4603419399998,ma +25011,1072,0.02177025,230.0,44140.0,1527.836145,ma +25011,1093,0.004011055,230.0,44140.0,281.4958399,ma +25011,1301,0.25105237,230.0,44140.0,17618.8553266,ma +25011,1330,0.019374956000000002,230.0,44140.0,1359.73441208,ma +25011,1337,0.035405003,230.0,44140.0,2484.7231105399997,ma +25011,1338,0.001800014,230.0,44140.0,126.32498251999999,ma +25011,1339,0.020239529,230.0,44140.0,1420.41014522,ma +25011,1340,0.025625399,230.0,44140.0,1798.39050182,ma +25011,1341,0.026022252000000003,230.0,44140.0,1826.2416453600001,ma +25011,1342,0.020395436,230.0,44140.0,1431.3516984799999,ma +25011,1344,0.020678903000000002,230.0,44140.0,1451.2454125400002,ma +25011,1346,0.0060520159999999995,230.0,44140.0,424.73048287999995,ma +25011,1347,0.002480334,230.0,44140.0,174.06984011999998,ma +25011,1349,0.018311955,230.0,44140.0,1285.1330019000002,ma +25011,1350,0.001289774,230.0,44140.0,90.51633932,ma +25011,1351,0.029749841000000003,230.0,44140.0,2087.84384138,ma +25011,1354,0.022790731,230.0,44140.0,1599.4535015800002,ma +25011,1355,0.013450499999999999,231.0,44140.0,943.9560899999999,ma +25011,1360,0.042477499999999994,230.0,44140.0,2981.07095,ma +25011,1364,0.11033945099999999,231.0,44140.0,7743.622671179999,ma +25011,1367,0.008433137,230.0,44140.0,591.83755466,ma +25011,1370,0.057274467,230.0,44140.0,4019.52209406,ma +25011,1373,0.065679257,230.0,44140.0,4609.37025626,ma +25011,1375,0.051860250999999996,230.0,44140.0,3639.5524151799996,ma +25011,1376,0.072610021,230.0,44140.0,5095.77127378,ma +25011,1378,0.010955992,231.0,44140.0,768.89151856,ma +25011,1379,0.011763872,230.0,44140.0,825.5885369599999,ma +25013,1001,0.037583048,230.0,44140.0,17527.681261856,ma +25013,1008,0.0025530279999999997,230.0,44140.0,1190.6607744159999,ma +25013,1009,0.000531081,230.0,44140.0,247.681308132,ma +25013,1010,0.007974746999999999,231.0,44140.0,3719.1987078839998,ma +25013,1011,0.003088375,295.0,44140.0,1440.3316255,ma +25013,1013,0.049194314,230.0,44140.0,22942.850608808003,ma +25013,1020,0.064192554,230.0,44140.0,29937.609794088,ma +25013,1022,0.005330006,230.0,44140.0,2485.765558232,ma +25013,1028,0.03455226,230.0,44140.0,16114.206600720001,ma +25013,1030,0.023723752999999997,230.0,44140.0,11064.094134115998,ma +25013,1034,0.0046474920000000005,230.0,44140.0,2167.460139024,ma +25013,1036,0.011071653,230.0,44140.0,5163.508952916,ma +25013,1040,0.08611617699999999,230.0,44140.0,40162.173699843996,ma +25013,1056,0.045506607000000004,230.0,44140.0,21223.007319804,ma +25013,1057,0.018651822,230.0,44140.0,8698.687529784,ma +25013,1069,0.018551578,230.0,44140.0,8651.936535015999,ma +25013,1071,0.002708727,230.0,44140.0,1263.274428444,ma +25013,1077,0.020746286,230.0,44140.0,9675.486894392,ma +25013,1079,0.001403419,230.0,44140.0,654.515325868,ma +25013,1080,0.005976261,230.0,44140.0,2787.160795092,ma +25013,1081,0.004139873,231.0,44140.0,1930.720850756,ma +25013,1085,0.08945622800000001,230.0,44140.0,41719.879964816006,ma +25013,1086,0.000793422,230.0,44140.0,370.029804984,ma +25013,1089,0.061140438,230.0,44140.0,28514.188350935998,ma +25013,1095,0.031331648,230.0,44140.0,14612.203341055998,ma +25013,1097,0.000125838,230.0,44140.0,58.687319736,ma +25013,1103,0.005095392,230.0,44140.0,2376.348157824,ma +25013,1104,0.05092406,230.0,44140.0,23749.55571032,ma +25013,1105,0.025502554,230.0,44140.0,11893.677114088001,ma +25013,1106,0.034172612000000005,230.0,44140.0,15937.149403664002,ma +25013,1107,0.024702732999999998,230.0,44140.0,11520.662994675999,ma +25013,1108,0.059400028,230.0,44140.0,27702.509858416,ma +25013,1109,0.06377878,230.0,44140.0,29744.63718616,ma +25013,1118,0.031950176000000004,230.0,44140.0,14900.667481472,ma +25013,1119,0.02906229,230.0,44140.0,13553.838311880001,ma +25013,1128,0.00569899,230.0,44140.0,2657.84936428,ma +25013,1129,0.014422368999999999,230.0,44140.0,6726.189075267999,ma +25013,1151,0.018784059,230.0,44140.0,8760.359163948,ma +25013,1199,0.0,230.0,44140.0,0.0,ma +25013,1521,0.00541532,231.0,44140.0,2525.5536190400003,ma +25015,1002,0.184966902,230.0,44140.0,29748.226848659997,ma +25015,1003,0.069136501,230.0,44140.0,11119.22345583,ma +25015,1007,0.092077417,230.0,44140.0,14808.810976109999,ma +25015,1012,0.0034451359999999997,230.0,44140.0,554.0812228799999,ma +25015,1026,0.005869035999999999,230.0,44140.0,943.9170598799999,ma +25015,1027,0.10980141300000001,230.0,44140.0,17659.361252790004,ma +25015,1032,0.003279031,230.0,44140.0,527.36655573,ma +25015,1033,0.038960799,230.0,44140.0,6266.065303169999,ma +25015,1035,0.032667273999999996,230.0,44140.0,5253.87767742,ma +25015,1038,0.017637866999999998,230.0,44140.0,2836.6981496099997,ma +25015,1039,0.0064104140000000006,230.0,44140.0,1030.98688362,ma +25015,1050,0.014900213999999998,230.0,44140.0,2396.40141762,ma +25015,1053,0.010470753000000001,230.0,44140.0,1684.0112049900001,ma +25015,1060,0.097072865,230.0,44140.0,15612.22887795,ma +25015,1062,0.064565544,230.0,44140.0,10384.076441520001,ma +25015,1063,0.0036420009999999997,230.0,44140.0,585.74302083,ma +25015,1066,5.539999999999999e-05,230.0,44140.0,8.909982,ma +25015,1070,0.003715825,230.0,44140.0,597.61613475,ma +25015,1073,0.037773457999999996,230.0,44140.0,6075.105250139999,ma +25015,1075,0.10927849,230.0,44140.0,17575.2595467,ma +25015,1082,0.065125378,230.0,44140.0,10474.11454374,ma +25015,1084,0.001070453,230.0,44140.0,172.16095599000002,ma +25015,1088,0.002559244,230.0,44140.0,411.60321252,ma +25015,1096,0.016579718,230.0,44140.0,2666.51604594,ma +25015,1098,0.007357827,230.0,44140.0,1183.35931641,ma +25015,1243,0.001581071,295.0,44140.0,254.28364893000003,ma +25017,1431,0.002026889,231.0,14460.0,3266.734974411,ma +25017,1432,0.004893533,227.0,14460.0,7886.902242567,ma +25017,1450,0.007124686999999999,227.0,14460.0,11482.850913212998,ma +25017,1460,0.0062634959999999995,227.0,14460.0,10094.870239704,ma +25017,1463,0.007617697,227.0,14460.0,12277.434637203,ma +25017,1464,0.00479014,227.0,14460.0,7720.26384786,ma +25017,1469,0.004811575,227.0,14460.0,7754.810615925,ma +25017,1474,0.0011493060000000001,231.0,14460.0,1852.3353308940002,ma +25017,1701,0.020533674,227.0,14460.0,33094.101852126,ma +25017,1702,0.024681388,227.0,14460.0,39778.968358212,ma +25017,1718,0.000512554,227.0,14460.0,826.082769246,ma +25017,1719,0.003652813,227.0,14460.0,5887.235059287,ma +25017,1720,0.01430107,227.0,14460.0,23049.02021793,ma +25017,1721,0.011080745,227.0,14460.0,17858.825635754998,ma +25017,1730,0.008859678000000001,227.0,14460.0,14279.134172922002,ma +25017,1731,0.001299352,227.0,14460.0,2094.164319048,ma +25017,1741,0.0032695009999999997,227.0,14460.0,5269.451492198999,ma +25017,1742,0.012199158,227.0,14460.0,19661.370749442,ma +25017,1746,0.009225968000000001,227.0,14460.0,14869.483399632001,ma +25017,1748,0.010829826,227.0,14460.0,17454.419734374,ma +25017,1749,0.01252573,231.0,14460.0,20187.70651527,ma +25017,1752,0.025076677999999998,231.0,14460.0,40416.056855922,ma +25017,1754,0.0066827430000000005,227.0,14460.0,10770.570210357,ma +25017,1760,0.022546693,227.0,14460.0,36338.482561407,ma +25017,1770,0.002711555,227.0,14460.0,4370.210481945,ma +25017,1773,0.0030103870000000002,227.0,14460.0,4851.837717513,ma +25017,1775,0.004474916,227.0,14460.0,7212.217642283999,ma +25017,1776,0.011940675,227.0,14460.0,19244.773956825,ma +25017,1778,0.008807351,227.0,14460.0,14194.798799348999,ma +25017,1801,0.025438555,227.0,14460.0,40999.293654945,ma +25017,1803,0.017059278,227.0,14460.0,27494.421293322,ma +25017,1821,0.020814853,227.0,14460.0,33547.277765247,ma +25017,1824,0.016363264,227.0,14460.0,26372.656225535997,ma +25017,1826,0.019607546,227.0,14460.0,31601.462280654,ma +25017,1827,0.002108847,227.0,14460.0,3398.826601053,ma +25017,1850,0.010255489,227.0,14460.0,16528.761365811,ma +25017,1851,0.019275301,227.0,14460.0,31065.983346399003,ma +25017,1852,0.022027203999999998,227.0,14460.0,35501.222659595995,ma +25017,1854,0.018636657,227.0,14460.0,30036.681450243002,ma +25017,1862,0.006445064,227.0,14460.0,10387.503203736,ma +25017,1863,0.005756616,227.0,14460.0,9277.932250584,ma +25017,1864,0.009861459,227.0,14460.0,15893.703608840999,ma +25017,1867,0.015791448,227.0,14460.0,25451.060950151998,ma +25017,1876,0.019422195,227.0,14460.0,31302.732259305,ma +25017,1879,0.007782874,227.0,14460.0,12543.650242926,ma +25017,1880,0.016800164,227.0,14460.0,27076.807518636,ma +25017,1886,0.015253046000000001,227.0,14460.0,24583.318985154,ma +25017,1887,0.014915126,227.0,14460.0,24038.693659074,ma +25017,1890,0.014296656999999999,227.0,14460.0,23041.907790243,ma +25017,2138,0.024483427000000002,227.0,14460.0,39459.914812473005,ma +25017,2139,0.024128485,227.0,14460.0,38887.855146015005,ma +25017,2140,0.013452488,227.0,14460.0,21681.361457112,ma +25017,2141,0.008859048000000001,227.0,14460.0,14278.118802552002,ma +25017,2142,0.002076694,227.0,14460.0,3347.005643106,ma +25017,2143,0.016486832,227.0,14460.0,26571.810647568,ma +25017,2144,0.01593582,227.0,14460.0,25683.74515818,ma +25017,2145,0.016938862,227.0,14460.0,27300.346946537997,ma +25017,2148,0.038680473,227.0,14460.0,62341.279653627,ma +25017,2149,0.028745882,227.0,14460.0,46329.709273518,ma +25017,2155,0.037696345,227.0,14460.0,60755.161540155,ma +25017,2176,0.017725661,227.0,14460.0,28568.430108039,ma +25017,2180,0.013960628999999999,227.0,14460.0,22500.331798671,ma +25017,2420,0.009138966,227.0,14460.0,14729.262363234,ma +25017,2421,0.011968415,227.0,14460.0,19289.482487085,ma +25017,2451,0.011788736999999999,227.0,14460.0,18999.895634162996,ma +25017,2452,0.009638281,227.0,14460.0,15534.007849419,ma +25017,2453,0.018205431,227.0,14460.0,29341.674937269003,ma +25017,2458,0.007894463000000001,227.0,14460.0,12723.498122637002,ma +25017,2459,0.012270399,227.0,14460.0,19776.189797901,ma +25017,2460,0.006149385,227.0,14460.0,9910.957655115,ma +25017,2461,0.004667833,227.0,14460.0,7523.141778267,ma +25017,2462,0.000895235,227.0,14460.0,1442.8493542649999,ma +25017,2464,0.001956278,227.0,14460.0,3152.931296322,ma +25017,2465,0.007542673000000001,227.0,14460.0,12156.518531427,ma +25017,2466,0.00552335,227.0,14460.0,8901.97767165,ma +25017,2468,0.003585985,227.0,14460.0,5779.528438515,ma +25017,2472,0.022309644,227.0,14460.0,35956.430925156,ma +25017,2474,0.017862468,227.0,14460.0,28788.921813131998,ma +25017,2476,0.010600344,227.0,14460.0,17084.563824456,ma +25017,2478,0.016412438999999997,227.0,14460.0,26451.911523860996,ma +25017,2493,0.00760761,227.0,14460.0,12261.17742939,ma +25019,2554,0.9766687690000001,227.0,,11133.047297831,ma +25019,2564,0.022250247999999997,227.0,,253.63057695199996,ma +25019,2584,0.001080984,227.0,,12.322136615999998,ma +25021,2019,0.023897635,364.0,14460.0,16890.250977125,ma +25021,2021,0.032489885,227.0,14460.0,22963.038470875003,ma +25021,2025,0.011865956,227.0,14460.0,8386.5610519,ma +25021,2026,0.035616127000000004,227.0,14460.0,25172.588160425003,ma +25021,2030,0.008408271,227.0,14460.0,5942.755736025,ma +25021,2032,0.006256696999999999,227.0,14460.0,4422.077022175,ma +25021,2035,0.024626528999999998,227.0,14460.0,17405.415033974998,ma +25021,2038,0.046376803,227.0,14460.0,32777.964940325,ma +25021,2052,0.017903564,227.0,14460.0,12653.7914461,ma +25021,2053,0.018600157,227.0,14460.0,13146.125963675,ma +25021,2054,0.011519063999999999,227.0,14460.0,8141.386458599999,ma +25021,2056,0.015893837,227.0,14460.0,11233.366645675002,ma +25021,2062,0.041010509,227.0,14460.0,28985.202498475,ma +25021,2067,0.025809052000000002,227.0,14460.0,18241.1927273,ma +25021,2071,0.002381899,227.0,14460.0,1683.466665725,ma +25021,2072,0.04007376,227.0,14460.0,28323.131724,ma +25021,2081,0.027214877999999998,227.0,14460.0,19234.795398449998,ma +25021,2090,0.022302212000000002,227.0,14460.0,15762.6458863,ma +25021,2093,0.016479481,227.0,14460.0,11647.285183775,ma +25021,2169,0.07946778,227.0,14460.0,56165.8402095,ma +25021,2170,0.027199429,227.0,14460.0,19223.876431475,ma +25021,2171,0.025518337000000002,227.0,14460.0,18035.722633175003,ma +25021,2184,0.052254307,227.0,14460.0,36932.037829925,ma +25021,2186,0.038717088999999996,227.0,14460.0,27364.270577974996,ma +25021,2188,0.02146939,227.0,14460.0,15174.028117250002,ma +25021,2189,0.021913187,227.0,14460.0,15487.692741925,ma +25021,2190,0.02415043,227.0,14460.0,17068.92016325,ma +25021,2191,0.011653888999999999,227.0,14460.0,8236.677397975,ma +25021,2322,0.006294617,227.0,14460.0,4448.877930175,ma +25021,2343,0.015066633000000001,227.0,14460.0,10648.719538575,ma +25021,2368,0.048076152999999996,227.0,14460.0,33979.023036574996,ma +25021,2445,0.029947882000000002,227.0,14460.0,21166.41430055,ma +25021,2446,0.041899507999999995,227.0,14460.0,29613.524766699997,ma +25021,2457,0.0024085829999999997,227.0,14460.0,1702.3262498249999,ma +25021,2467,0.030706268999999998,227.0,14460.0,21702.423272475,ma +25021,2481,0.023098518999999998,227.0,14460.0,16325.455766224999,ma +25021,2482,0.015503408,227.0,14460.0,10957.4211892,ma +25021,2492,0.028450769,227.0,14460.0,20108.292259975,ma +25021,2494,0.014714123,227.0,14460.0,10399.574283325,ma +25021,2762,0.012763382,364.0,14460.0,9020.83931305,ma +25023,2043,0.045729785999999994,227.0,14460.0,23834.455922772,ma +25023,2045,0.020460438,227.0,14460.0,10664.021206476,ma +25023,2047,0.00018057900000000002,227.0,14460.0,94.11813595800001,ma +25023,2050,0.051331675,227.0,14460.0,26754.17167335,ma +25023,2061,0.021565506,227.0,14460.0,11239.984858212001,ma +25023,2066,0.03552901,227.0,14460.0,18517.79107002,ma +25023,2301,0.123518316,227.0,14460.0,64377.993335832005,ma +25023,2302,0.06378577,227.0,14460.0,33245.27089554,ma +25023,2324,0.053775387,227.0,14460.0,28027.839255174,ma +25023,2330,0.022888447000000003,227.0,14460.0,11929.504353294002,ma +25023,2332,0.030822167,227.0,14460.0,16064.575084734,ma +25023,2333,0.028237132,227.0,14460.0,14717.249672664,ma +25023,2338,0.015357106,227.0,14460.0,8004.154361412,ma +25023,2339,0.028258723,227.0,14460.0,14728.502945046,ma +25023,2341,0.020939367,227.0,14460.0,10913.639959134,ma +25023,2346,0.048016472000000004,227.0,14460.0,25026.281239344004,ma +25023,2347,0.022248568,227.0,14460.0,11595.998138736,ma +25023,2351,0.032052855,227.0,14460.0,16706.01213171,ma +25023,2359,0.035927462,227.0,14460.0,18725.465049324,ma +25023,2360,0.11606745,227.0,14460.0,60494.5870749,ma +25023,2364,0.026264497999999997,227.0,14460.0,13689.108886596,ma +25023,2366,0.000388638,227.0,14460.0,202.55890287600002,ma +25023,2367,0.0057805059999999995,227.0,14460.0,3012.811288212,ma +25023,2370,0.035152148,227.0,14460.0,18321.369841896,ma +25023,2379,0.014063606999999999,227.0,14460.0,7329.980095614,ma +25023,2382,0.029365753999999997,227.0,14460.0,15305.489716307999,ma +25023,2538,0.00716822,227.0,14460.0,3736.0906004400003,ma +25023,2558,0.0022493920000000002,227.0,14460.0,1172.3876091840002,ma +25023,2571,0.021447737,227.0,14460.0,11178.603419874,ma +25023,2576,0.008767918000000001,227.0,14460.0,4569.856397436,ma +25023,2738,0.010010383000000001,227.0,14460.0,5217.4316403660005,ma +25023,2739,0.012353991000000002,227.0,14460.0,6438.924817182001,ma +25023,2770,0.010294992,227.0,14460.0,5365.770420383999,ma +25025,2108,0.005191324000000001,227.0,14460.0,4173.3417028680005,ma +25025,2109,0.004900091,227.0,14460.0,3939.2174555369998,ma +25025,2110,0.00311454,227.0,14460.0,2503.80050778,ma +25025,2111,0.010079968,227.0,14460.0,8103.356834976,ma +25025,2113,0.009577623,227.0,14460.0,7699.518173061,ma +25025,2114,0.017189106000000003,227.0,14460.0,13818.442637142001,ma +25025,2115,0.037018385,227.0,14460.0,29759.338830195,ma +25025,2116,0.029400542999999998,227.0,14460.0,23635.302321501,ma +25025,2118,0.035393076,227.0,14460.0,28452.741547932,ma +25025,2119,0.035862355,227.0,14460.0,28829.998220985,ma +25025,2120,0.01898483,227.0,14460.0,15262.037730810001,ma +25025,2121,0.038049782000000004,227.0,14460.0,30588.486098274003,ma +25025,2122,0.031869029,227.0,14460.0,25619.735496303,ma +25025,2124,0.07099090400000001,227.0,14460.0,57070.084661928006,ma +25025,2125,0.043695124,227.0,14460.0,35126.816049468005,ma +25025,2126,0.037632645,227.0,14460.0,30253.146744015,ma +25025,2127,0.046925392999999996,227.0,14460.0,37723.65191045099,ma +25025,2128,0.059679873,227.0,14460.0,47977.067663811,ma +25025,2129,0.024689945,227.0,14460.0,19848.419615115003,ma +25025,2130,0.051349846,227.0,14460.0,41280.500648322,ma +25025,2131,0.042948600999999996,227.0,14460.0,34526.680984107,ma +25025,2132,0.036228622,227.0,14460.0,29124.442826154,ma +25025,2134,0.024702663,227.0,14460.0,19858.643704341,ma +25025,2135,0.056923969000000005,227.0,14460.0,45761.577146883006,ma +25025,2136,0.043523436,227.0,14460.0,34988.794864452,ma +25025,2150,0.050669454,227.0,14460.0,40733.528756778,ma +25025,2151,0.06864450799999999,227.0,14460.0,55183.800492755996,ma +25025,2152,0.023572067999999998,227.0,14460.0,18949.750469675997,ma +25025,2163,0.003053495,227.0,14460.0,2454.726004965,ma +25025,2199,0.0014612520000000001,227.0,14460.0,1174.7107115640001,ma +25025,2203,3.18e-05,227.0,14460.0,25.5642426,ma +25025,2210,0.004064544000000001,227.0,14460.0,3267.5153734080004,ma +25025,2215,0.032581215,227.0,14460.0,26192.266807005,ma +25027,1005,0.006073069,231.0,49340.0,5044.4247189180005,ma +25027,1031,0.001456514,230.0,49340.0,1209.812571708,ma +25027,1037,0.00097101,230.0,49340.0,806.54226822,ma +25027,1068,0.002238919,231.0,49340.0,1859.6953776179998,ma +25027,1074,0.000666809,231.0,49340.0,553.8662251979999,ma +25027,1083,0.003633377,230.0,49340.0,3017.962870494,ma +25027,1092,0.001733946,230.0,49340.0,1440.2536944120002,ma +25027,1094,0.000343139,230.0,49340.0,285.018802458,ma +25027,1331,0.016284489,231.0,49340.0,13526.254822158,ma +25027,1366,0.001544124,231.0,49340.0,1282.583365128,ma +25027,1368,0.0014236610000000001,231.0,49340.0,1182.5241471420002,ma +25027,1420,0.049568947,231.0,49340.0,41173.057895034,ma +25027,1430,0.007608676,231.0,49340.0,6319.933676472,ma +25027,1434,0.002281508,227.0,49340.0,1895.070737976,ma +25027,1436,0.004127399,231.0,49340.0,3428.3084121780003,ma +25027,1438,0.000865148,231.0,49340.0,718.6109620560001,ma +25027,1440,0.025011408,231.0,49340.0,20775.025735776,ma +25027,1451,0.005627719000000001,227.0,49340.0,4674.5072112180005,ma +25027,1452,0.005648404,231.0,49340.0,4691.688627288,ma +25027,1453,0.050593495999999995,231.0,49340.0,42024.07083451199,ma +25027,1462,0.013714599,231.0,49340.0,11391.647650578,ma +25027,1467,0.0004417,227.0,49340.0,366.8857374,ma +25027,1468,0.00489642,231.0,49340.0,4067.07417324,ma +25027,1473,0.009326803,231.0,49340.0,7747.047761465999,ma +25027,1475,0.01313905,231.0,49340.0,10913.5839891,ma +25027,1501,0.02013689,231.0,49340.0,16726.14384558,ma +25027,1503,0.0038256320000000003,231.0,49340.0,3177.654103104,ma +25027,1504,0.01125057,364.0,49340.0,9344.97095454,ma +25027,1505,0.005574179,231.0,49340.0,4630.035709338,ma +25027,1506,0.004174855,231.0,49340.0,3467.72640981,ma +25027,1507,0.016404952,231.0,49340.0,13626.314040144,ma +25027,1510,0.01691236,231.0,49340.0,14047.77828792,ma +25027,1515,0.00262708,231.0,49340.0,2182.11044376,ma +25027,1516,0.010700575,231.0,49340.0,8888.13300765,ma +25027,1518,0.004768655,231.0,49340.0,3960.94975341,ma +25027,1519,0.008202476,231.0,49340.0,6813.157020072,ma +25027,1520,0.019036900000000002,231.0,49340.0,15812.467951800001,ma +25027,1522,0.00386457,231.0,49340.0,3209.9968625399997,ma +25027,1523,0.009429015,231.0,49340.0,7831.947297330001,ma +25027,1524,0.008398382,231.0,49340.0,6975.880853604,ma +25027,1525,0.000486722,231.0,49340.0,404.282001084,ma +25027,1527,0.016585039,231.0,49340.0,13775.898264258,ma +25027,1529,0.003944879,364.0,49340.0,3276.703284738,ma +25027,1531,0.001579412,231.0,49340.0,1311.8943542640002,ma +25027,1532,0.018233809,231.0,49340.0,15145.402899198,ma +25027,1534,0.00767925,231.0,49340.0,6378.553993500001,ma +25027,1535,0.005796855,231.0,49340.0,4814.9952938100005,ma +25027,1536,0.009474036,231.0,49340.0,7869.342730392,ma +25027,1537,0.002785265,231.0,49340.0,2313.5023848299998,ma +25027,1540,0.013973778000000001,231.0,49340.0,11606.927429916,ma +25027,1541,0.004189455999999999,231.0,49340.0,3479.8543216319995,ma +25027,1542,0.002815685,231.0,49340.0,2338.76990607,ma +25027,1543,0.01044748,231.0,49340.0,8677.90673256,ma +25027,1545,0.044615338,231.0,49340.0,37058.481280235996,ma +25027,1550,0.020556688,231.0,49340.0,17074.837299936,ma +25027,1560,0.005355155,231.0,49340.0,4448.109556410001,ma +25027,1561,0.00035774,231.0,49340.0,297.14671428,ma +25027,1562,0.014495787,231.0,49340.0,12040.519589514,ma +25027,1564,0.009797706,231.0,49340.0,8138.190153132,ma +25027,1566,0.006836005,231.0,49340.0,5678.13614511,ma +25027,1568,0.009444833,231.0,49340.0,7845.086076126,ma +25027,1569,0.016961032,231.0,49340.0,14088.206321904001,ma +25027,1570,0.020650382,231.0,49340.0,17152.661597603998,ma +25027,1571,0.014214705,231.0,49340.0,11807.046696509999,ma +25027,1581,0.023097375,231.0,49340.0,19185.18781725,ma +25027,1583,0.009340188000000001,231.0,49340.0,7758.165636936001,ma +25027,1585,0.005565662,230.0,49340.0,4622.9613017639995,ma +25027,1588,0.01189426,231.0,49340.0,9879.63402972,ma +25027,1590,0.011419706000000002,231.0,49340.0,9485.459037132001,ma +25027,1602,0.029025644,231.0,49340.0,24109.338470568,ma +25027,1603,0.023528122999999998,231.0,49340.0,19542.976582506,ma +25027,1604,0.045591215,231.0,49340.0,37869.06618573,ma +25027,1605,0.035068293,231.0,49340.0,29128.495668246,ma +25027,1606,0.024006327,231.0,49340.0,19940.183345394,ma +25027,1607,0.010443829,231.0,49340.0,8674.874131638,ma +25027,1608,0.00442795,231.0,49340.0,3677.9526849,ma +25027,1609,0.025725672,231.0,49340.0,21368.309127984,ma +25027,1610,0.028035166,231.0,49340.0,23286.625653252002,ma +25027,1611,0.002726858,231.0,49340.0,2264.988245676,ma +25027,1612,0.005925835999999999,231.0,49340.0,4922.129749991999,ma +25027,1740,0.006371186,231.0,49340.0,5292.047257692,ma +25027,1745,0.000715481,227.0,49340.0,594.294259182,ma +25027,1747,0.007241201,231.0,49340.0,6014.7008570220005,ma +25027,1756,0.007383567,231.0,49340.0,6132.953188674,ma +25027,1757,0.035119399,227.0,49340.0,29170.945436178,ma +25027,1772,0.011542603,227.0,49340.0,9587.539989066001,ma +26001,48705,0.052810222999999996,246.0,,549.490370315,mi +26001,48721,0.046221424000000004,246.0,,480.93391672,mi +26001,48728,0.02415893,246.0,,251.37366665,mi +26001,48737,0.121393631,246.0,,1263.100730555,mi +26001,48738,0.117899571,246.0,,1226.7450362549998,mi +26001,48740,0.23490066899999998,246.0,,2444.141460945,mi +26001,48742,0.169112509,246.0,,1759.615656145,mi +26001,48745,0.12468803,246.0,,1297.37895215,mi +26001,48762,0.108815014,246.0,,1132.2202206700001,mi +26003,49806,0.056943057000000005,240.0,,518.637363156,mi +26003,49816,0.07836607799999999,240.0,,713.758238424,mi +26003,49822,0.028860029,240.0,,262.857144132,mi +26003,49825,0.017205017,240.0,,156.703294836,mi +26003,49826,0.020646021,240.0,,188.043959268,mi +26003,49839,0.04040404,240.0,,367.99999632000004,mi +26003,49862,0.572205572,240.0,,5211.648349776,mi +26003,49884,0.03984904,240.0,,362.94505632000005,mi +26003,49891,0.065934066,240.0,,600.527473128,mi +26003,49895,0.07958708,240.0,,724.87912464,mi +26005,49010,0.141821287,238.0,,16746.399390247,mi +26005,49070,0.021019811,238.0,,2482.040302691,mi +26005,49078,0.07441126,238.0,,8786.55599206,mi +26005,49080,0.13063059400000002,238.0,,15424.991170114003,mi +26005,49316,0.186430983,236.0,,22013.956903623,mi +26005,49323,0.083893942,236.0,,9906.280565302,mi +26005,49328,0.032669734,238.0,,3857.674860454,mi +26005,49335,0.002884282,236.0,,340.57890284200005,mi +26005,49344,0.027553757999999998,238.0,,3253.5752983979996,mi +26005,49348,0.099096849,236.0,,11701.455026769,mi +26005,49406,0.005961924,236.0,,703.9899478440001,mi +26005,49408,0.07903578,236.0,,9332.62393818,mi +26005,49419,0.06769201,236.0,,7993.140232809999,mi +26005,49450,0.027086472,238.0,,3198.3977002320003,mi +26005,49453,0.019811313,236.0,,2339.3396503530003,mi +26007,49707,0.759179004,246.0,,21564.47960862,mi +26007,49744,0.029504559,246.0,,838.076998395,mi +26007,49747,0.065735187,246.0,,1867.207986735,mi +26007,49753,0.066913983,246.0,,1900.691687115,mi +26007,49766,0.078667268,246.0,,2234.54374754,mi +26009,49611,0.011738229,249.0,,273.782453196,mi +26009,49612,0.051365783,249.0,,1198.055522692,mi +26009,49615,0.167953753,249.0,,3917.353334972,mi +26009,49622,0.110762985,249.0,,2583.4358621399997,mi +26009,49627,0.007634261999999999,249.0,,178.06152688799997,mi +26009,49629,0.089845991,249.0,,2095.567894084,mi +26009,49648,0.098936499,249.0,,2307.594902676,mi +26009,49659,0.294514805,249.0,,6869.26331182,mi +26009,49729,0.06954679799999999,243.0,,1622.1095165519998,mi +26009,49730,0.097700896,243.0,,2278.775698304,mi +26011,48610,0.17398147600000002,246.0,,2589.366307308,mi +26011,48658,0.300744597,246.0,,4475.981837151,mi +26011,48659,0.16411405,246.0,,2442.5094061500004,mi +26011,48703,0.17670561199999998,246.0,,2629.909623396,mi +26011,48749,0.064350142,246.0,,957.723163386,mi +26011,48765,0.044070464000000004,246.0,,655.9007157120001,mi +26011,48766,0.076033658,246.0,,1131.608932014,mi +26013,49908,0.427985585,240.0,,3513.333667265,mi +26013,49919,0.030570398999999998,240.0,,250.95240539099999,mi +26013,49946,0.475829502,240.0,,3906.084381918,mi +26013,49962,0.029824779,240.0,,244.831610811,mi +26013,49970,0.035789735,240.0,,293.79793461500003,mi +26015,48897,0.029939625,236.0,,1842.78391875,mi +26015,49046,0.163344637,238.0,,10053.86240735,mi +26015,49050,0.036370027,238.0,,2238.57516185,mi +26015,49058,0.39423951700000004,236.0,,24265.442271350003,mi +26015,49060,0.0353362,238.0,,2174.9431099999997,mi +26015,49073,0.104395832,236.0,,6425.5634596,mi +26015,49333,0.236374163,236.0,,14548.82973265,mi +26017,48611,0.065341356,246.0,13020.0,6738.392678856,mi +26017,48613,0.010028315,246.0,13020.0,1034.18001269,mi +26017,48631,0.038982618,246.0,13020.0,4020.121463868,mi +26017,48634,0.044694825,246.0,13020.0,4609.19852295,mi +26017,48650,0.070365345,246.0,13020.0,7256.496568469999,mi +26017,48706,0.38755505700000004,246.0,13020.0,39967.002808182006,mi +26017,48708,0.258386424,246.0,13020.0,26646.358361424,mi +26017,48710,0.0,246.0,13020.0,0.0,mi +26017,48732,0.111392953,246.0,13020.0,11487.509671078,mi +26017,48747,0.013253107,246.0,13020.0,1366.739912482,mi +26019,49616,0.141788253,249.0,,2519.010102798,mi +26019,49617,0.19927671800000002,249.0,,3540.3501719880005,mi +26019,49628,0.01041277,249.0,,184.99327182,mi +26019,49635,0.21536351199999998,249.0,,3826.1481541919998,mi +26019,49640,0.09864072800000001,249.0,,1752.4511736480001,mi +26019,49650,0.20270607300000001,249.0,,3601.2760929180004,mi +26019,49683,0.13181194699999998,249.0,,2341.7710504019997,mi +26021,49022,0.18740868600000002,248.0,35660.0,28748.679841086003,mi +26021,49038,0.056583354,248.0,35660.0,8679.943086954001,mi +26021,49084,0.000246511,248.0,35660.0,37.815033911,mi +26021,49085,0.142591735,248.0,35660.0,21873.714740735,mi +26021,49098,0.035738121,248.0,35660.0,5482.263499521,mi +26021,49101,0.018187721,248.0,35660.0,2790.014589121,mi +26021,49102,0.010215186,248.0,35660.0,1567.019747586,mi +26021,49103,0.06380433,248.0,35660.0,9787.648026330002,mi +26021,49104,0.0044492279999999995,248.0,35660.0,682.5160244279999,mi +26021,49106,0.029539264,248.0,35660.0,4531.352636864,mi +26021,49107,0.062168938,187.0,35660.0,9536.777258138,mi +26021,49111,0.021723054,248.0,35660.0,3332.338206654,mi +26021,49113,0.01088257,187.0,35660.0,1669.39712057,mi +26021,49115,0.002765736,248.0,35660.0,424.266668136,mi +26021,49116,0.001352806,248.0,35660.0,207.521793206,mi +26021,49117,0.021686979,181.0,35660.0,3326.804265579,mi +26021,49119,0.001256606,248.0,35660.0,192.76461700599998,mi +26021,49120,0.219395025,187.0,35660.0,33655.416230024995,mi +26021,49125,0.013678369,248.0,35660.0,2098.2754829689998,mi +26021,49126,0.006343156,248.0,35660.0,973.046473556,mi +26021,49127,0.065944769,248.0,35660.0,10115.993509369,mi +26021,49128,0.020262023,181.0,35660.0,3108.214590223,mi +26021,49129,0.003775831,181.0,35660.0,579.216251231,mi +26023,49028,0.145007549,238.0,,6310.293509833001,mi +26023,49036,0.532077427,238.0,,23154.413390759,mi +26023,49082,0.131915181,238.0,,5740.552931577,mi +26023,49089,0.039885526,238.0,,1735.698434942,mi +26023,49094,0.09211979199999999,238.0,,4008.7769884639997,mi +26023,49255,0.058994524000000007,238.0,,2567.264700908,mi +26025,49011,0.016668027,238.0,12980.0,2236.165834293,mi +26025,49014,0.16022382400000001,238.0,12980.0,21495.468004016002,mi +26025,49015,0.20000148399999998,238.0,12980.0,26831.999091955997,mi +26025,49017,0.161730328,238.0,12980.0,21697.579074152,mi +26025,49029,0.011339601999999999,238.0,12980.0,1521.3096647179998,mi +26025,49033,0.011844243999999999,238.0,12980.0,1589.011930796,mi +26025,49037,0.153730269,238.0,12980.0,20624.299158771002,mi +26025,49051,0.019911094,238.0,12980.0,2671.2524599460003,mi +26025,49068,0.109863524,238.0,12980.0,14739.180516316,mi +26025,49092,0.014545562,238.0,12980.0,1951.418052358,mi +26025,49224,0.104661259,238.0,12980.0,14041.249846181001,mi +26025,49245,0.035480782999999995,238.0,12980.0,4760.066366497,mi +26027,49031,0.17565758,187.0,43780.0,9096.77909546,mi +26027,49047,0.35133907200000003,238.0,43780.0,18194.796521664,mi +26027,49061,0.039239598,238.0,43780.0,2032.101061626,mi +26027,49067,0.10430416099999999,238.0,43780.0,5401.599585706999,mi +26027,49095,0.05131516,187.0,43780.0,2657.45819092,mi +26027,49112,0.238330942,187.0,43780.0,12342.444493354,mi +26027,49130,0.039813486,187.0,43780.0,2061.820999482,mi +26029,49712,0.294604593,243.0,,7701.847874799,mi +26029,49713,0.075088825,243.0,,1963.047151975,mi +26029,49720,0.320501081,243.0,,8378.859760583,mi +26029,49727,0.276876305,243.0,,7238.377241615,mi +26029,49782,0.020585327,243.0,,538.162203761,mi +26029,49796,0.01234387,243.0,,322.70579341,mi +26031,49705,0.039150686000000004,243.0,,989.5727393360002,mi +26031,49717,0.006294323,243.0,,159.09530814800002,mi +26031,49721,0.597750829,243.0,,15108.749953804,mi +26031,49749,0.16751290300000002,243.0,,4234.0561362280005,mi +26031,49791,0.015106373999999999,243.0,,381.82870922399997,mi +26031,49795,0.084176073,243.0,,2127.634421148,mi +26031,49799,0.090008812,243.0,,2275.062732112,mi +26033,49710,0.012776296999999999,243.0,,477.181916653,mi +26033,49715,0.08770967199999999,243.0,,3275.8685395279995,mi +26033,49724,0.03101322,243.0,,1158.31275378,mi +26033,49725,0.019308147,243.0,,721.139982303,mi +26033,49726,0.028844646,243.0,,1077.3186834540002,mi +26033,49728,0.007603073,243.0,,283.967173477,mi +26033,49736,0.011861838000000001,243.0,,443.02778746200005,mi +26033,49748,0.004964205,240.0,,185.40809254500002,mi +26033,49752,0.021372211000000002,243.0,,798.2307086390001,mi +26033,49768,0.012724042,240.0,,475.230244658,mi +26033,49774,0.043371479000000004,243.0,,1619.8813691710002,mi +26033,49780,0.050269112000000005,243.0,,1877.5010640880002,mi +26033,49783,0.504232638,243.0,,18832.584796662,mi +26033,49788,0.157208549,243.0,,5871.582096601001,mi +26033,49793,0.0067408680000000006,243.0,,251.764678932,mi +26035,48617,0.260016795,239.0,,8047.519805250001,mi +26035,48622,0.187829894,239.0,,5813.3352193,mi +26035,48625,0.390025192,239.0,,12071.279692400001,mi +26035,48632,0.157329655,239.0,,4869.352822250001,mi +26035,48633,0.0047984640000000005,239.0,,148.5124608,mi +26037,48808,0.100314646,239.0,29620.0,7984.54424837,mi +26037,48820,0.302686335,239.0,29620.0,24092.318834324997,mi +26037,48822,0.050681734000000006,239.0,29620.0,4034.0126177300003,mi +26037,48831,0.061322191,239.0,29620.0,4880.939792645,mi +26037,48835,0.053185370999999995,239.0,29620.0,4233.289604744999,mi +26037,48853,0.01096187,239.0,29620.0,872.5100426500001,mi +26037,48866,0.085022161,239.0,29620.0,6767.3389047949995,mi +26037,48879,0.303802822,239.0,29620.0,24181.18561709,mi +26037,48894,0.032022871,239.0,29620.0,2548.860417245,mi +26039,49733,0.187626947,249.0,,2632.218439463,mi +26039,49738,0.812373053,249.0,,11396.781560537,mi +26041,49807,0.09368608,240.0,,3352.46268672,mi +26041,49818,0.026159974,240.0,,936.108509616,mi +26041,49829,0.45599634,240.0,,16317.37303056,mi +26041,49835,0.024572074,240.0,,879.287096016,mi +26041,49837,0.256997524,240.0,,9196.399398816,mi +26041,49864,0.001883949,240.0,,67.41523101599999,mi +26041,49872,0.005194316,240.0,,185.873403744,mi +26041,49878,0.090994725,240.0,,3256.1552394,mi +26041,49880,0.026321455,240.0,,941.88694572,mi +26041,49894,0.018193562,240.0,,651.038422608,mi +26043,49801,0.443614901,447.0,,11196.396486339001,mi +26043,49802,0.239885862,447.0,,6054.479271018,mi +26043,49815,0.013094633,447.0,,330.495442287,mi +26043,49831,0.034046046,447.0,,859.2881549940001,mi +26043,49834,0.009107611,447.0,,229.86699402899998,mi +26043,49852,0.004182465,447.0,,105.56123413499999,mi +26043,49870,0.129734589,447.0,,3274.3712917710004,mi +26043,49876,0.04053473,447.0,,1023.05605047,mi +26043,49877,0.0008599460000000001,447.0,,21.704177094000002,mi +26043,49881,0.012508306,447.0,,315.697135134,mi +26043,49892,0.072430911,447.0,,1828.083762729,mi +26045,48813,0.17477394899999998,239.0,29620.0,19271.973808331997,mi +26045,48821,0.050543773,239.0,29620.0,5573.360761164,mi +26045,48827,0.13294720599999998,239.0,29620.0,14659.822511207998,mi +26045,48837,0.163915163,239.0,29620.0,18074.597193684,mi +26045,48861,0.011650485,239.0,29620.0,1284.67567998,mi +26045,48876,0.034018084,239.0,29620.0,3751.106086512,mi +26045,48890,0.017742406000000002,239.0,29620.0,1956.4196248080002,mi +26045,48917,0.26887787,239.0,29620.0,29648.624969160002,mi +26045,49021,0.052210509,238.0,29620.0,5757.148406412,mi +26045,49076,0.039501646,239.0,29620.0,4355.767501128,mi +26045,49096,0.027726155,239.0,29620.0,3057.30765954,mi +26045,49284,0.026092754,239.0,29620.0,2877.195798072,mi +26047,49701,0.029655486,243.0,,990.93806469,mi +26047,49706,0.127958454,243.0,,4275.73174041,mi +26047,49716,0.026732505,243.0,,893.266654575,mi +26047,49718,0.01946762,243.0,,650.5105223,mi +26047,49722,0.008740564000000001,243.0,,292.06594606000004,mi +26047,49740,0.198762699,243.0,,6641.655587085,mi +26047,49755,0.055252852000000005,243.0,,1846.27404958,mi +26047,49764,0.005391906,243.0,,180.17053899,mi +26047,49769,0.046256882,243.0,,1545.67371203,mi +26047,49770,0.48178103200000005,243.0,,16098.713184280003,mi +26049,48411,0.00033953900000000003,235.0,22420.0,137.789340207,mi +26049,48420,0.050596067,235.0,22420.0,20532.541737471,mi +26049,48423,0.074455156,235.0,22420.0,30214.870221827998,mi +26049,48430,0.08646782900000001,235.0,22420.0,35089.769089977,mi +26049,48433,0.059468586,235.0,22420.0,24133.125290418,mi +26049,48436,0.008849102,235.0,22420.0,3591.080629926,mi +26049,48437,0.00155954,235.0,22420.0,632.88160602,mi +26049,48438,0.016288529,235.0,22420.0,6610.096819077,mi +26049,48439,0.11394242800000001,235.0,22420.0,46239.318533964004,mi +26049,48451,0.033228037,235.0,22420.0,13484.369379081001,mi +26049,48457,0.019061045,235.0,22420.0,7735.219854585,mi +26049,48458,0.043521937999999996,235.0,22420.0,17661.768225593998,mi +26049,48463,0.010497623999999999,235.0,22420.0,4260.072288312,mi +26049,48464,0.0050860670000000005,235.0,22420.0,2063.992107471,mi +26049,48473,0.051656836,235.0,22420.0,20963.015587668,mi +26049,48502,0.0026858740000000004,235.0,22420.0,1089.9625855620002,mi +26049,48503,0.060655803,235.0,22420.0,24614.913382839,mi +26049,48504,0.064069931,235.0,22420.0,26000.410908903,mi +26049,48505,0.048462822999999995,235.0,22420.0,19666.843590098997,mi +26049,48506,0.068465211,235.0,22420.0,27784.072671543,mi +26049,48507,0.072581835,235.0,22420.0,29454.652206855,mi +26049,48509,0.020660393,235.0,22420.0,8384.256064509,mi +26049,48519,0.017005074,235.0,22420.0,6900.880095162,mi +26049,48529,0.023266651,235.0,22420.0,9441.909442263,mi +26049,48532,0.047128080999999995,235.0,22420.0,19125.187934853,mi +26049,48551,0.0,235.0,22420.0,0.0,mi +26049,48553,0.0,235.0,22420.0,0.0,mi +26049,48554,0.0,235.0,22420.0,0.0,mi +26051,48612,0.346621698,246.0,,8821.175592402,mi +26051,48624,0.587593315,246.0,,14953.662273435,mi +26051,48652,0.06578498599999999,246.0,,1674.1621087139997,mi +26053,49911,0.177465152,250.0,,2480.0754991999997,mi +26053,49938,0.484899329,250.0,,6776.468122775,mi +26053,49947,0.107769747,250.0,,1506.082214325,mi +26053,49959,0.023360867,250.0,,326.468116325,mi +26053,49968,0.12448373800000001,250.0,,1739.6602385500003,mi +26053,49969,0.082021167,456.0,,1146.245808825,mi +26055,49637,0.038868071000000004,249.0,,3618.1509932480003,mi +26055,49643,0.066300762,249.0,,6171.805333056,mi +26055,49649,0.075414443,249.0,,7020.179669984,mi +26055,49666,0.002056943,249.0,,191.476709984,mi +26055,49684,0.410451713,249.0,,38208.129059744,mi +26055,49686,0.336737811,249.0,,31346.249350368,mi +26055,49690,0.070170258,249.0,,6532.008976704,mi +26057,48615,0.087589082,239.0,,3565.839117302,mi +26057,48662,0.048585030999999994,239.0,,1977.9451970409998,mi +26057,48801,0.376053464,239.0,,15309.512572904001,mi +26057,48806,0.04598279,239.0,,1872.0053636900002,mi +26057,48807,0.024957861,239.0,,1016.059479171,mi +26057,48832,0.042020286,239.0,,1710.6878633459999,mi +26057,48847,0.177070704,239.0,,7208.725430544,mi +26057,48856,0.025578851,239.0,,1041.340603061,mi +26057,48871,0.061211817,239.0,,2491.994281887,mi +26057,48874,0.002336103,239.0,,95.105089233,mi +26057,48877,0.069373392,239.0,,2824.2601617120004,mi +26057,48889,0.039240619,239.0,,1597.5248401089998,mi +26059,49227,0.025051498,238.0,,1142.47356629,mi +26059,49232,0.056637207,238.0,,2582.939825235,mi +26059,49233,0.054023523,232.0,,2463.742766415,mi +26059,49242,0.330941148,238.0,,15092.571054540002,mi +26059,49249,0.083239196,232.0,,3796.12353358,mi +26059,49250,0.13848096199999999,238.0,,6315.424272009999,mi +26059,49252,0.054089973,238.0,,2466.773218665,mi +26059,49262,0.02651339,238.0,,1209.14315095,mi +26059,49266,0.071920615,238.0,,3279.939647075,mi +26059,49271,0.044344032,238.0,,2022.30957936,mi +26059,49274,0.077502381,238.0,,3534.496085505,mi +26059,49282,0.005714665,232.0,,260.617297325,mi +26059,49288,0.031541409,232.0,,1438.445957445,mi +26061,49905,0.052266230999999996,240.0,,1865.0681870039998,mi +26061,49913,0.183449027,240.0,,6546.195079468,mi +26061,49916,0.079733224,240.0,,2845.200365216,mi +26061,49917,0.006043283000000001,240.0,,215.64851057200002,mi +26061,49921,0.011705458,240.0,,417.697563272,mi +26061,49922,0.020770382,240.0,,741.170311288,mi +26061,49930,0.198148904,240.0,,7070.745490335999,mi +26061,49931,0.262474479,240.0,,9366.139308635999,mi +26061,49934,0.024009799999999998,240.0,,856.7657032,mi +26061,49942,0.006533279,240.0,,233.133527836,mi +26061,49945,0.07238328599999999,240.0,,2582.925177624,mi +26061,49952,0.0031305290000000004,240.0,,111.70979683600001,mi +26061,49955,0.012113788,240.0,,432.268410992,mi +26061,49958,0.022866476,240.0,,815.967329584,mi +26061,49961,0.002150538,240.0,,76.739797992,mi +26061,49963,0.026350892,240.0,,940.3052301280001,mi +26061,49965,0.015870423,240.0,,566.3201743320001,mi +26063,48413,0.228265348,246.0,,7071.888746388,mi +26063,48432,0.021298848999999998,246.0,,659.8596408689999,mi +26063,48441,0.127032424,246.0,,3935.591527944,mi +26063,48445,0.040474153,246.0,,1253.929734093,mi +26063,48467,0.070108713,246.0,,2172.038037453,mi +26063,48468,0.033216063,246.0,,1029.066847803,mi +26063,48470,0.025387468,246.0,,786.529146108,mi +26063,48475,0.080282717,246.0,,2487.238855377,mi +26063,48720,0.031282685,246.0,,969.1688639849999,mi +26063,48725,0.066337042,246.0,,2055.187898202,mi +26063,48731,0.049919178,246.0,,1546.546053618,mi +26063,48754,0.030363538,246.0,,940.692770778,mi +26063,48755,0.094608729,246.0,,2931.073033149,mi +26063,48759,0.101423093,246.0,,3142.188844233,mi +26065,48819,0.009195581999999999,239.0,29620.0,2688.8433502919997,mi +26065,48823,0.16729037300000002,239.0,29620.0,48916.70880743801,mi +26065,48825,0.041700138,239.0,29620.0,12193.370552028,mi +26065,48840,0.040429867,239.0,29620.0,11821.935690002001,mi +26065,48842,0.071275561,239.0,29620.0,20841.401689766,mi +26065,48854,0.064568271,239.0,29620.0,18880.149850026,mi +26065,48864,0.075537008,239.0,29620.0,22087.474361248,mi +26065,48892,0.015223653,239.0,29620.0,4451.487479118,mi +26065,48895,0.037285213,239.0,29620.0,10902.419992477999,mi +26065,48906,0.085183226,239.0,29620.0,24908.086381756,mi +26065,48910,0.11523214300000001,239.0,29620.0,33694.570006058006,mi +26065,48911,0.130752954,239.0,29620.0,38232.948267324,mi +26065,48912,0.057789142,239.0,29620.0,16897.891855652,mi +26065,48915,0.034813247,239.0,29620.0,10179.602302281999,mi +26065,48933,0.007546516999999999,239.0,29620.0,2206.6468499019998,mi +26065,49251,0.020154522,239.0,29620.0,5893.303159932,mi +26065,49264,0.00712527,239.0,29620.0,2083.47169962,mi +26065,49285,0.018897314,232.0,29620.0,5525.687997483999,mi +26067,48809,0.165589748,236.0,24340.0,10713.159926356,mi +26067,48815,0.038431433,236.0,24340.0,2486.398420801,mi +26067,48846,0.305901312,236.0,24340.0,19790.897182464,mi +26067,48849,0.09198066099999999,236.0,24340.0,5950.872824716999,mi +26067,48851,0.032936843,236.0,24340.0,2130.914931571,mi +26067,48860,0.02653672,236.0,24340.0,1716.84617384,mi +26067,48865,0.033013583,236.0,24340.0,2135.879779351,mi +26067,48870,0.003084951,236.0,24340.0,199.587074847,mi +26067,48873,0.021563963,239.0,24340.0,1395.1237142109999,mi +26067,48875,0.160877907,239.0,24340.0,10408.317949179,mi +26067,48881,0.090154248,236.0,24340.0,5832.709382856,mi +26067,49325,0.029928632,236.0,24340.0,1936.292704504,mi +26069,48730,0.16806912100000002,246.0,,4223.072803367,mi +26069,48739,0.148009016,246.0,,3719.022545032,mi +26069,48743,0.003944403,246.0,,99.111014181,mi +26069,48748,0.06904583,246.0,,1734.9145704100001,mi +26069,48750,0.31851991,246.0,,8003.4497785700005,mi +26069,48761,0.032907588,246.0,,826.868963676,mi +26069,48763,0.18839218600000002,246.0,,4733.730457622,mi +26069,48770,0.071111946,246.0,,1786.8298671419998,mi +26071,49902,0.013092996,240.0,,144.887093736,mi +26071,49903,0.010312976,240.0,,114.123392416,mi +26071,49915,0.035871222,240.0,,396.95094265200004,mi +26071,49920,0.377723971,240.0,,4179.893463086,mi +26071,49927,0.043673212999999995,240.0,,483.28777505799997,mi +26071,49935,0.519325621,240.0,,5746.857321986,mi +26073,48858,0.741217059,239.0,,51790.318346448,mi +26073,48878,0.021698598,239.0,,1516.124439456,mi +26073,48883,0.101490127,239.0,,7091.318153744,mi +26073,48893,0.079703443,239.0,,5569.038969296,mi +26073,48896,0.005754973,239.0,,402.111473456,mi +26073,49310,0.0501358,236.0,,3503.0886176,mi +26075,49201,0.293790998,232.0,27100.0,46568.81109298,mi +26075,49202,0.122205052,232.0,27100.0,19370.72279252,mi +26075,49203,0.24789196600000002,232.0,27100.0,39293.35553066,mi +26075,49230,0.065783483,232.0,27100.0,10427.33989033,mi +26075,49234,0.018274971,232.0,27100.0,2896.76565321,mi +26075,49237,0.019300934,232.0,27100.0,3059.39104834,mi +26075,49240,0.061134587000000004,232.0,27100.0,9690.443385370001,mi +26075,49241,0.015940905,232.0,27100.0,2526.79285155,mi +26075,49246,0.021429807999999998,232.0,27100.0,3396.8388660799997,mi +26075,49254,0.017499086,232.0,27100.0,2773.7801218600002,mi +26075,49259,0.01375432,232.0,27100.0,2180.1972632,mi +26075,49261,0.001378638,232.0,27100.0,218.52790937999998,mi +26075,49263,0.000525806,232.0,27100.0,83.34550906,mi +26075,49269,0.039608595,232.0,27100.0,6278.35839345,mi +26075,49272,0.01508166,232.0,27100.0,2390.5939266,mi +26075,49277,0.021731185,232.0,27100.0,3444.61013435,mi +26075,49283,0.024668005,232.0,27100.0,3910.12547255,mi +26077,49001,0.081794748,238.0,28020.0,21681.006673368,mi +26077,49002,0.082400348,238.0,28020.0,21841.530642968,mi +26077,49004,0.063564652,238.0,28020.0,16848.828047032,mi +26077,49006,0.11300253099999999,238.0,28020.0,29953.128882045996,mi +26077,49007,0.040617867,238.0,28020.0,10766.415534222,mi +26077,49008,0.064903958,238.0,28020.0,17203.832531228,mi +26077,49009,0.175713132,238.0,28020.0,46575.577046712,mi +26077,49012,0.01249243,238.0,28020.0,3311.3184503800003,mi +26077,49024,0.111453594,238.0,28020.0,29542.558347204,mi +26077,49034,0.010652338999999999,238.0,28020.0,2823.5728893739997,mi +26077,49048,0.097517042,238.0,28020.0,25848.452254772,mi +26077,49052,0.003645243,238.0,28020.0,966.229981038,mi +26077,49053,0.029010544,238.0,28020.0,7689.708855903999,mi +26077,49074,0.000524076,238.0,28020.0,138.914729016,mi +26077,49083,0.030718645,238.0,28020.0,8142.468355569999,mi +26077,49087,0.024612183,238.0,28020.0,6523.852899078,mi +26077,49088,0.014192767,238.0,28020.0,3762.019977622,mi +26077,49097,0.0431839,238.0,28020.0,11446.5836374,mi +26079,49633,0.20803167399999997,249.0,,3752.4753356119995,mi +26079,49646,0.47845022600000003,249.0,,8630.285176588,mi +26079,49676,0.200395928,249.0,,3614.741749264,mi +26079,49680,0.113122172,249.0,,2040.4977385359998,mi +26081,49301,0.032137772,236.0,24340.0,21113.07000426,mi +26081,49302,0.013993853999999998,236.0,24340.0,9193.332354569999,mi +26081,49306,0.016704325,236.0,24340.0,10973.989830375,mi +26081,49315,0.035862108,236.0,24340.0,23559.791161139998,mi +26081,49319,0.026625376,236.0,24340.0,17491.67389008,mi +26081,49321,0.027363306,236.0,24340.0,17976.46069323,mi +26081,49326,0.00642377,236.0,24340.0,4220.12782035,mi +26081,49330,0.008814157,236.0,24340.0,5790.504511935,mi +26081,49331,0.027718079,236.0,24340.0,18209.530589445,mi +26081,49341,0.057884885999999997,236.0,24340.0,38027.76528213,mi +26081,49343,0.009492169,236.0,24340.0,6235.927885395,mi +26081,49345,0.022844276,236.0,24340.0,15007.66133958,mi +26081,49418,0.044753527,236.0,24340.0,29401.053330285,mi +26081,49503,0.05874265,236.0,24340.0,38591.27763075,mi +26081,49504,0.062126404,236.0,24340.0,40814.25173982,mi +26081,49505,0.050563933,236.0,24340.0,33218.228604015,mi +26081,49506,0.053075730999999994,236.0,24340.0,34868.36685910499,mi +26081,49507,0.060507057999999996,236.0,24340.0,39750.41428839,mi +26081,49508,0.06437961099999999,236.0,24340.0,42294.50734450499,mi +26081,49509,0.043812194000000006,236.0,24340.0,28782.639909270005,mi +26081,49512,0.026688447,236.0,24340.0,17533.108698885,mi +26081,49519,0.045606561,236.0,24340.0,29961.458281754996,mi +26081,49525,0.046418598,236.0,24340.0,30494.93004909,mi +26081,49534,0.034379942000000004,236.0,24340.0,22586.074796610003,mi +26081,49544,0.016144571,236.0,24340.0,10606.256641305,mi +26081,49546,0.054425448,236.0,24340.0,35755.07019084,mi +26081,49548,0.052511246,236.0,24340.0,34497.52561593,mi +26083,49805,0.186766275,240.0,,395.1974379,mi +26083,49901,0.10618996800000001,240.0,,224.69797228800002,mi +26083,49918,0.04642476,240.0,,98.23479216000001,mi +26083,49950,0.660618997,240.0,,1397.869797652,mi +26085,49304,0.39885714299999997,236.0,,4727.653715979,mi +26085,49623,0.123220779,236.0,,1460.535893487,mi +26085,49642,0.079168831,236.0,,938.3881538429999,mi +26085,49644,0.23085714300000001,249.0,,2736.3497159790004,mi +26085,49656,0.167896104,236.0,,1990.072520712,mi +26087,48003,0.076915492,235.0,19820.0,6738.335507644,mi +26087,48412,0.06207474599999999,235.0,19820.0,5438.1822728219995,mi +26087,48421,0.077938566,235.0,19820.0,6827.963951562,mi +26087,48428,0.062444532000000004,235.0,19820.0,5470.578114924,mi +26087,48440,0.003106203,235.0,19820.0,272.125126221,mi +26087,48444,0.12164727300000001,235.0,19820.0,10657.152645711001,mi +26087,48446,0.38221082700000003,235.0,19820.0,33484.343920989006,mi +26087,48455,0.100359925,235.0,19820.0,8792.231949475,mi +26087,48461,0.09909032599999999,235.0,19820.0,8681.006189881999,mi +26087,48727,0.014212108999999999,246.0,19820.0,1245.080233163,mi +26089,49621,0.217703648,249.0,,4737.449084128,mi +26089,49630,0.08733133400000001,249.0,,1900.4171591740003,mi +26089,49636,0.025049975,249.0,,545.112505975,mi +26089,49653,0.126061969,249.0,,2743.234507409,mi +26089,49654,0.032421289,249.0,,705.519669929,mi +26089,49664,0.11800349800000001,249.0,,2567.874119978,mi +26089,49670,0.131746627,249.0,,2866.938350147,mi +26089,49674,0.005997001,249.0,,130.500738761,mi +26089,49682,0.255684658,249.0,,5563.953842738,mi +26091,49220,0.024571126000000002,232.0,,2419.051925826,mi +26091,49221,0.41374638399999997,232.0,,40733.745251183995,mi +26091,49228,0.053512489,334.0,,5268.3580545390005,mi +26091,49229,0.034360865,232.0,,3382.8615201149996,mi +26091,49235,0.021290901,232.0,,2096.110494351,mi +26091,49236,0.047593823,232.0,,4685.659468173,mi +26091,49238,0.016788232,334.0,,1652.818228632,mi +26091,49247,0.057261318,232.0,,5637.434018418,mi +26091,49248,0.007976448,232.0,,785.289282048,mi +26091,49253,0.028554256,232.0,,2811.195057456,mi +26091,49256,0.03994336,232.0,,3932.4637353599996,mi +26091,49265,0.051923312,232.0,,5111.901989712,mi +26091,49268,0.012346685,232.0,,1215.543484935,mi +26091,49276,0.008679353,334.0,,854.490982203,mi +26091,49279,0.008383929,232.0,,825.406193979,mi +26091,49286,0.149749399,232.0,,14742.978080949,mi +26091,49287,0.021667821,232.0,,2133.2186452710002,mi +26091,49289,0.001650299,232.0,,162.47358684900001,mi +26093,48114,0.12964119699999999,232.0,19820.0,24890.461618014997,mi +26093,48116,0.170812303,232.0,19820.0,32795.108114485,mi +26093,48137,0.032432162,232.0,19820.0,6226.81294319,mi +26093,48139,0.000655889,232.0,19820.0,125.927408555,mi +26093,48143,0.0,232.0,19820.0,0.0,mi +26093,48169,0.131977412,232.0,19820.0,25339.003216939996,mi +26093,48353,0.041452201,232.0,19820.0,7958.6153309950005,mi +26093,48418,0.024886312999999997,235.0,19820.0,4778.047664434999,mi +26093,48816,0.00043101300000000006,232.0,19820.0,82.752340935,mi +26093,48836,0.08695217599999999,232.0,19820.0,16694.38303112,mi +26093,48843,0.286779771,232.0,19820.0,55060.282133145,mi +26093,48855,0.093979561,232.0,19820.0,18043.605814195,mi +26095,49853,0.18044996100000002,240.0,,1124.0228070690002,mi +26095,49868,0.819550039,240.0,,5104.977192931,mi +26097,49719,0.121628397,243.0,,1313.465059203,mi +26097,49745,0.10157425,243.0,,1096.90032575,mi +26097,49757,0.096259902,243.0,,1039.5106816979999,mi +26097,49760,0.07359871700000001,243.0,,794.7925448830001,mi +26097,49762,0.066178682,243.0,,714.6635869180001,mi +26097,49775,0.007821116999999999,243.0,,84.46024248299999,mi +26097,49781,0.36237842200000003,243.0,,3913.3245791780005,mi +26097,49820,0.024766871,240.0,,267.457439929,mi +26097,49827,0.09495638199999999,243.0,,1025.433969218,mi +26097,49838,0.050837260999999995,240.0,,548.991581539,mi +26099,48005,0.006340035999999999,234.0,19820.0,5541.013942991999,mi +26099,48015,0.009571148,234.0,19820.0,8364.915359856,mi +26099,48021,0.037428113,234.0,19820.0,32711.122774836,mi +26099,48026,0.016873717,234.0,19820.0,14747.156193924,mi +26099,48035,0.039791217000000004,234.0,19820.0,34776.409503924006,mi +26099,48036,0.024942852999999997,234.0,19820.0,21799.355122115998,mi +26099,48038,0.050880515999999994,234.0,19820.0,44468.14632955199,mi +26099,48042,0.035303624,234.0,19820.0,30854.378874528,mi +26099,48043,0.018871403999999998,234.0,19820.0,16493.078696687997,mi +26099,48044,0.066376716,234.0,19820.0,58011.391235952,mi +26099,48045,0.028817191000000002,234.0,19820.0,25185.418052652003,mi +26099,48047,0.046609637,234.0,19820.0,40735.517668164,mi +26099,48048,0.00886337,234.0,19820.0,7746.33720564,mi +26099,48050,0.001933135,234.0,19820.0,1689.5058622200002,mi +26099,48051,0.021361309,234.0,19820.0,18669.185949347997,mi +26099,48062,0.011062786000000002,234.0,19820.0,9668.565205992001,mi +26099,48065,0.012885258,234.0,19820.0,11261.354704776,mi +26099,48066,0.054996928,234.0,19820.0,48065.775158016004,mi +26099,48080,0.026047172,234.0,19820.0,22764.499007184,mi +26099,48081,0.023776287000000004,234.0,19820.0,20779.809101964,mi +26099,48082,0.019066216,234.0,19820.0,16663.338929952,mi +26099,48088,0.025180316,234.0,19820.0,22006.891135152,mi +26099,48089,0.036354918,234.0,19820.0,31773.180394296,mi +26099,48091,0.034617748,234.0,19820.0,30254.942455055996,mi +26099,48092,0.031000469,234.0,19820.0,27093.541892868,mi +26099,48093,0.028686932000000002,234.0,19820.0,25071.575333904002,mi +26099,48094,0.022149778999999998,234.0,19820.0,19358.286652188,mi +26099,48095,0.006682398000000001,234.0,19820.0,5840.228744856001,mi +26099,48096,0.004598255,234.0,19820.0,4018.74611886,mi +26099,48310,0.050093199000000005,245.0,19820.0,43780.053316428006,mi +26099,48312,0.04011283,234.0,19820.0,35057.49026076,mi +26099,48313,0.038743382,234.0,19820.0,33860.631053304,mi +26099,48314,0.023753232000000003,245.0,19820.0,20759.659677504,mi +26099,48315,0.031301333,234.0,19820.0,27356.488604676,mi +26099,48316,0.031808536,245.0,19820.0,27799.769824992,mi +26099,48317,0.033118041,234.0,19820.0,28944.240528852002,mi +26099,48397,0.0,234.0,19820.0,0.0,mi +26101,49613,0.028124616,249.0,,690.684319728,mi +26101,49614,0.115609776,249.0,,2839.144879008,mi +26101,49619,0.041552381,249.0,,1020.443372598,mi +26101,49625,0.047652188,249.0,,1170.242432904,mi +26101,49626,0.014778728,249.0,,362.936002224,mi +26101,49634,0.003316003,249.0,,81.434401674,mi +26101,49645,0.061898719000000005,249.0,,1520.1087412020001,mi +26101,49660,0.586891554,249.0,,14412.882783132001,mi +26101,49675,0.042125517,249.0,,1034.5184464860001,mi +26101,49689,0.058050517999999995,249.0,,1425.604621044,mi +26103,49808,0.00348832,240.0,,232.66745568,mi +26103,49814,0.021034272000000003,240.0,,1402.9649081280002,mi +26103,49819,0.00016398099999999997,240.0,,10.937368718999998,mi +26103,49833,0.003801374,240.0,,253.547844426,mi +26103,49841,0.107959035,240.0,,7200.759675464999,mi +26103,49849,0.185089668,240.0,,12345.295765932,mi +26103,49855,0.49267303700000004,240.0,,32860.798894863,mi +26103,49861,0.007841266999999999,240.0,,523.0046676329999,mi +26103,49866,0.120630283,240.0,,8045.919245817,mi +26103,49871,0.008765522,240.0,,584.651551878,mi +26103,49879,0.01395328,240.0,,930.66982272,mi +26103,49885,0.034599961,240.0,,2307.782798739,mi +26105,49402,0.046630301,236.0,,1358.993492344,mi +26105,49405,0.052155552,242.0,,1520.021407488,mi +26105,49410,0.071054021,249.0,,2070.798388024,mi +26105,49411,0.052155552,242.0,,1520.021407488,mi +26105,49431,0.612880521,242.0,,17861.789904024,mi +26105,49454,0.162343832,242.0,,4731.3486398079995,mi +26105,49458,0.002780222,242.0,,81.026789968,mi +26107,49305,0.049179155999999995,236.0,,2136.981865668,mi +26107,49307,0.494865258,236.0,,21503.380055874,mi +26107,49320,0.002192094,236.0,,95.25306058199999,mi +26107,49332,0.066024923,239.0,,2868.980979119,mi +26107,49336,0.10083633199999999,236.0,,4381.641134396,mi +26107,49338,0.038623746,236.0,,1678.317634938,mi +26107,49340,0.067359241,239.0,,2926.961099173,mi +26107,49342,0.045033239,236.0,,1956.8293342670001,mi +26107,49346,0.135886011,236.0,,5904.654835983,mi +26109,49812,0.037573281,447.0,,855.91934118,mi +26109,49821,0.056581985999999994,447.0,,1288.9376410799998,mi +26109,49847,0.045079055,447.0,,1026.9008729,mi +26109,49848,0.003153313,447.0,,71.83247014,mi +26109,49858,0.5237164679999999,447.0,,11930.261141039999,mi +26109,49863,0.007328121999999999,447.0,,166.93461915999998,mi +26109,49873,0.004308048,240.0,,98.13733344,mi +26109,49874,0.04050453,240.0,,922.6931933999999,mi +26109,49886,0.026514479,240.0,,603.99983162,mi +26109,49887,0.11356368800000001,447.0,,2586.9808126400003,mi +26109,49893,0.065597797,447.0,,1494.31781566,mi +26109,49896,0.076079233,240.0,,1733.08492774,mi +26111,48618,0.056933789000000005,246.0,33220.0,4734.386158084,mi +26111,48628,0.025704892000000003,246.0,33220.0,2137.5159991520004,mi +26111,48640,0.365835298,246.0,33220.0,30421.400040488,mi +26111,48642,0.355307584,246.0,33220.0,29545.957455104002,mi +26111,48657,0.08698925099999999,246.0,33220.0,7233.678156155999,mi +26111,48667,0.0,246.0,33220.0,0.0,mi +26111,48880,0.109229185,239.0,33220.0,9083.06210786,mi +26113,49632,0.082728921,236.0,,1250.695827678,mi +26113,49651,0.5959504379999999,236.0,,9009.578721683998,mi +26113,49657,0.28022061,236.0,,4236.37518198,mi +26113,49667,0.04110003,236.0,,621.35025354,mi +26115,48117,0.070970162,334.0,33780.0,10681.009381,mi +26115,48131,0.048521975999999994,334.0,33780.0,7302.557387999999,mi +26115,48133,0.039256543,334.0,33780.0,5908.1097215,mi +26115,48140,0.023365005,334.0,33780.0,3516.4332525,mi +26115,48144,0.06604573,334.0,33780.0,9939.882365,mi +26115,48145,0.024080402,334.0,33780.0,3624.100501,mi +26115,48157,0.008584764,334.0,33780.0,1292.0069819999999,mi +26115,48159,0.01787798,334.0,33780.0,2690.63599,mi +26115,48161,0.18240540100000002,334.0,33780.0,27452.012850500003,mi +26115,48162,0.19451853100000002,334.0,33780.0,29275.038915500005,mi +26115,48166,0.079290993,334.0,33780.0,11933.2944465,mi +26115,48177,0.001236317,334.0,33780.0,186.0657085,mi +26115,48179,0.024976385,233.0,33780.0,3758.9459425,mi +26115,48182,0.15096266,334.0,33780.0,22719.88033,mi +26115,49267,0.026851697999999997,334.0,33780.0,4041.1805489999997,mi +26115,49270,0.041055454,334.0,33780.0,6178.845827,mi +26117,48811,0.079748903,239.0,24340.0,5094.9979148639995,mi +26117,48818,0.037694578,239.0,24340.0,2408.2311992639998,mi +26117,48829,0.051373095,239.0,24340.0,3282.12429336,mi +26117,48834,0.03086281,236.0,24340.0,1971.76320528,mi +26117,48838,0.274184608,236.0,24340.0,17517.106235904,mi +26117,48845,0.013828337,239.0,24340.0,883.464794256,mi +26117,48850,0.067523634,236.0,24340.0,4313.9499289919995,mi +26117,48852,0.002427075,236.0,24340.0,155.0609676,mi +26117,48884,0.069351432,236.0,24340.0,4430.724287616,mi +26117,48885,0.012479961999999999,236.0,24340.0,797.319812256,mi +26117,48886,0.028645482000000003,236.0,24340.0,1830.102554016,mi +26117,48888,0.089562078,236.0,24340.0,5721.942039264,mi +26117,48891,0.041200354,239.0,24340.0,2632.208216352,mi +26117,49322,0.022173281,236.0,24340.0,1416.606576528,mi +26117,49329,0.127376511,236.0,24340.0,8137.830534768,mi +26117,49339,0.031986456,236.0,24340.0,2043.5507009280002,mi +26117,49347,0.019581404,236.0,24340.0,1251.016738752,mi +26119,49709,0.349611436,243.0,,3261.175475008,mi +26119,49746,0.318046628,246.0,,2966.738945984,mi +26119,49756,0.332341936,243.0,,3100.085579008,mi +26121,49303,0.005767428000000001,236.0,34740.0,1001.0294082480001,mi +26121,49318,0.008991243000000001,236.0,34740.0,1560.5740825380003,mi +26121,49415,0.039228799,242.0,34740.0,6808.785727234001,mi +26121,49425,0.021955095,242.0,34740.0,3810.65801877,mi +26121,49437,0.039920434,242.0,34740.0,6928.830047644,mi +26121,49440,0.005618812,242.0,34740.0,975.234723592,mi +26121,49441,0.204643666,242.0,34740.0,35519.182532956,mi +26121,49442,0.23708759199999999,242.0,34740.0,41150.344993071994,mi +26121,49444,0.170342044,242.0,34740.0,29565.587208904,mi +26121,49445,0.120670142,242.0,34740.0,20944.233866372,mi +26121,49451,0.033912934,242.0,34740.0,5886.1323026439995,mi +26121,49457,0.058703158,242.0,34740.0,10188.872321428,mi +26121,49461,0.053158653,242.0,34740.0,9226.534766598,mi +26123,49309,0.038079269,236.0,,1865.1225956199999,mi +26123,49312,0.006415397,236.0,,314.22614505999996,mi +26123,49327,0.20483098800000002,236.0,,10032.621792240001,mi +26123,49337,0.285096352,236.0,,13964.01932096,mi +26123,49349,0.190177638,236.0,,9314.90070924,mi +26123,49412,0.275400355,236.0,,13489.1093879,mi +26125,48009,0.017264793,245.0,19820.0,21711.927440112002,mi +26125,48017,0.00982895,245.0,19820.0,12360.7302568,mi +26125,48025,0.012184358000000001,245.0,19820.0,15322.853671072002,mi +26125,48030,0.013598094,245.0,19820.0,17100.745444896,mi +26125,48033,0.013487454,245.0,19820.0,16961.606351136,mi +26125,48034,0.011325462,245.0,19820.0,14242.719803808,mi +26125,48067,0.020407795,245.0,19820.0,25664.51646728,mi +26125,48069,0.001957922,245.0,19820.0,2462.251380448,mi +26125,48070,0.005195993,245.0,19820.0,6534.397660912,mi +26125,48071,0.024771937999999997,245.0,19820.0,31152.792877791995,mi +26125,48072,0.012588398999999998,245.0,19820.0,15830.969168015998,mi +26125,48073,0.02806328,245.0,19820.0,35291.93191552,mi +26125,48075,0.018072877,245.0,19820.0,22728.160949168003,mi +26125,48076,0.020669233999999998,245.0,19820.0,25993.297970655996,mi +26125,48083,0.018834245,245.0,19820.0,23685.64516408,mi +26125,48084,0.012887538,245.0,19820.0,16207.161588192,mi +26125,48085,0.021257676,245.0,19820.0,26733.313214784,mi +26125,48098,0.015765823,245.0,19820.0,19826.846751632,mi +26125,48165,0.00623847,232.0,19820.0,7845.400056480001,mi +26125,48220,0.018694921,245.0,19820.0,23510.433530864,mi +26125,48237,0.024462965,245.0,19820.0,30764.233376559998,mi +26125,48301,0.012126989,245.0,19820.0,15250.707334576,mi +26125,48302,0.013128488,244.0,19820.0,16510.176452992,mi +26125,48304,0.013189955,244.0,19820.0,16587.47636872,mi +26125,48306,0.022671412000000002,245.0,19820.0,28511.204988608002,mi +26125,48307,0.035809735,245.0,19820.0,45033.74978024,mi +26125,48309,0.024689162,245.0,19820.0,31048.695104608,mi +26125,48320,0.003965838,244.0,19820.0,4987.374415392001,mi +26125,48322,0.026783951,245.0,19820.0,33683.068234384,mi +26125,48323,0.014023444,245.0,19820.0,17635.658799295998,mi +26125,48324,0.014822513,244.0,19820.0,18640.555188592,mi +26125,48326,0.017890115,244.0,19820.0,22498.32238216,mi +26125,48327,0.018322022,244.0,19820.0,23041.481714848,mi +26125,48328,0.021484694,244.0,19820.0,27018.807419295998,mi +26125,48329,0.020160288999999998,244.0,19820.0,25353.256881775997,mi +26125,48331,0.017743415,245.0,19820.0,22313.83480936,mi +26125,48334,0.015551098999999999,245.0,19820.0,19556.813284816,mi +26125,48335,0.01899242,232.0,19820.0,23884.563513279998,mi +26125,48336,0.021224074,232.0,19820.0,26691.055877216,mi +26125,48340,0.021364219,244.0,19820.0,26867.299986896,mi +26125,48341,0.014570089,244.0,19820.0,18323.110804976,mi +26125,48342,0.013466145,244.0,19820.0,16934.80849368,mi +26125,48346,0.019241565,244.0,19820.0,24197.88427896,mi +26125,48348,0.019880000000000002,244.0,19820.0,25000.769920000002,mi +26125,48350,0.005967196,244.0,19820.0,7504.250214464,mi +26125,48356,0.007113756999999999,244.0,19820.0,8946.146983088,mi +26125,48357,0.006835108,244.0,19820.0,8595.722459072,mi +26125,48359,0.007870208,244.0,19820.0,9897.447657472,mi +26125,48360,0.010210044,244.0,19820.0,12839.987973696,mi +26125,48362,0.013158811000000001,244.0,19820.0,16548.310172624002,mi +26125,48363,0.005251723000000001,245.0,19820.0,6604.482817232001,mi +26125,48367,0.003837987,245.0,19820.0,4826.591043408001,mi +26125,48370,0.001567813,245.0,19820.0,1971.6565437919999,mi +26125,48371,0.020273388,244.0,19820.0,25495.488374592,mi +26125,48374,0.013102262,232.0,19820.0,16477.195055008,mi +26125,48375,0.018708034,232.0,19820.0,23526.924229856,mi +26125,48377,0.013562853,244.0,19820.0,17056.426927152,mi +26125,48380,0.006206506999999999,244.0,19820.0,7805.203899087999,mi +26125,48381,0.010968954,244.0,19820.0,13794.381047136,mi +26125,48382,0.019265332,244.0,19820.0,24227.773277887998,mi +26125,48383,0.011055826999999999,244.0,19820.0,13903.631141967999,mi +26125,48386,0.014610247,244.0,19820.0,18373.612863248,mi +26125,48390,0.019520215,244.0,19820.0,24548.31006056,mi +26125,48393,0.01373578,244.0,19820.0,17273.89715552,mi +26125,48442,0.017078753999999998,235.0,19820.0,21477.967770336,mi +26125,48462,0.01143938,244.0,19820.0,14385.98125792,mi +26127,49420,0.236296433,242.0,,6254.057692211,mi +26127,49421,0.21785252300000002,236.0,,5765.902726241001,mi +26127,49436,0.055775273,242.0,,1476.204150491,mi +26127,49446,0.09173905,242.0,,2428.05743635,mi +26127,49449,0.095287378,242.0,,2521.971033526,mi +26127,49452,0.072408058,242.0,,1916.424071086,mi +26127,49455,0.17693587100000002,242.0,,4682.961697757,mi +26127,49459,0.053705415,242.0,,1421.421218805,mi +26129,48635,0.086602794,246.0,,1818.398865618,mi +26129,48654,0.110688862,246.0,,2324.1340354139998,mi +26129,48661,0.559117915,246.0,,11739.798861255,mi +26129,48756,0.24359043,246.0,,5114.66825871,mi +26131,49910,0.05271938599999999,250.0,,301.55488791999994,mi +26131,49912,0.152318986,456.0,,871.2645999199999,mi +26131,49925,0.081581582,250.0,,466.64664904,mi +26131,49929,0.022689356,240.0,,129.78311632,mi +26131,49948,0.088421755,240.0,,505.77243860000004,mi +26131,49953,0.42025358700000004,240.0,,2403.8505176400004,mi +26131,49960,0.029863197,240.0,,170.81748684000002,mi +26131,49967,0.078244912,240.0,,447.56089664,mi +26131,49971,0.073907241,240.0,,422.74941852,mi +26133,49631,0.224045335,236.0,,5256.1035591,mi +26133,49639,0.08537353199999999,236.0,,2002.8630607199998,mi +26133,49655,0.125893552,236.0,,2953.4627299199997,mi +26133,49665,0.15104263099999998,236.0,,3543.46012326,mi +26133,49677,0.26867661800000003,236.0,,6303.15345828,mi +26133,49679,0.049446276,236.0,,1160.0096349599999,mi +26133,49688,0.095522056,236.0,,2240.94743376,mi +26135,48619,0.087409551,246.0,,720.342109791,mi +26135,48621,0.17018813300000002,246.0,,1402.5204040530002,mi +26135,48636,0.10303907400000001,246.0,,849.1450088340001,mi +26135,48647,0.639363242,246.0,,5268.992477322,mi +26137,49735,0.9002106609999999,243.0,,22206.396585548,mi +26137,49751,0.099789339,243.0,,2461.603414452,mi +26139,49401,0.083791559,236.0,24340.0,24452.89066297,mi +26139,49403,0.009031136,236.0,24340.0,2635.55641888,mi +26139,49404,0.030142883999999998,236.0,24340.0,8796.597837719999,mi +26139,49417,0.10807696800000001,242.0,24340.0,31540.101571440002,mi +26139,49423,0.156913407,236.0,24340.0,45792.03956481,mi +26139,49424,0.16691389,236.0,24340.0,48710.4805187,mi +26139,49426,0.126684283,236.0,24340.0,36970.27430789,mi +26139,49428,0.09519604300000001,236.0,24340.0,27781.061228690003,mi +26139,49434,2.07e-05,236.0,24340.0,6.040881,mi +26139,49435,0.014274577,236.0,24340.0,4165.74980591,mi +26139,49448,0.013795078,242.0,24340.0,4025.81761274,mi +26139,49456,0.066046653,242.0,24340.0,19274.39474499,mi +26139,49460,0.029866913,236.0,24340.0,8716.06122079,mi +26139,49464,0.09924591,236.0,24340.0,28962.933915300004,mi +26141,49743,0.053379771,243.0,,672.158076432,mi +26141,49759,0.10754140300000001,243.0,,1354.1613465760001,mi +26141,49765,0.262918473,243.0,,3310.669412016,mi +26141,49776,0.13170801099999999,246.0,,1658.467274512,mi +26141,49777,0.121685976,246.0,,1532.269809792,mi +26141,49779,0.322766366,243.0,,4064.2740806720003,mi +26143,48627,0.003900481,249.0,,93.685653139,mi +26143,48629,0.279168402,249.0,,6705.345847637999,mi +26143,48630,0.001401144,249.0,,33.654077736,mi +26143,48651,0.184231454,249.0,,4425.055293626,mi +26143,48653,0.38417843799999996,249.0,,9227.581902322,mi +26143,48656,0.14712008199999999,246.0,,3533.677249558,mi +26145,48415,0.048729022999999996,246.0,40980.0,9284.779313396999,mi +26145,48417,0.01359807,246.0,40980.0,2590.9626597300003,mi +26145,48601,0.183756298,246.0,40980.0,35012.741264622004,mi +26145,48602,0.156523687,246.0,40980.0,29823.866797292998,mi +26145,48603,0.139184845,246.0,40980.0,26520.141181455,mi +26145,48604,0.064786208,246.0,40980.0,12344.299286112,mi +26145,48607,0.008617320999999999,246.0,40980.0,1641.9357260189997,mi +26145,48609,0.06389009,246.0,40980.0,12173.553858509998,mi +26145,48614,0.007867083,246.0,40980.0,1498.986127737,mi +26145,48616,0.038001657,246.0,40980.0,7240.797723123001,mi +26145,48623,0.070798535,246.0,40980.0,13489.882060364998,mi +26145,48626,0.030608682999999998,246.0,40980.0,5832.147850136999,mi +26145,48637,0.016630284,246.0,40980.0,3168.717683076,mi +26145,48638,0.062118694,246.0,40980.0,11836.033836066,mi +26145,48649,0.0071949940000000006,239.0,40980.0,1370.9269617660002,mi +26145,48655,0.030212724,246.0,40980.0,5756.702218236,mi +26145,48722,0.015801895,246.0,40980.0,3010.877271405,mi +26145,48724,0.002521634,246.0,40980.0,480.469620726,mi +26145,48734,0.039158274,246.0,40980.0,7461.178369686,mi +26147,48001,0.073856575,234.0,19820.0,11752.649066599999,mi +26147,48002,0.020096943,234.0,19820.0,3197.9863457039996,mi +26147,48006,0.025851355,234.0,19820.0,4113.6744184399995,mi +26147,48014,0.025801641,234.0,19820.0,4105.763529048,mi +26147,48022,0.016219239,234.0,19820.0,2580.935063592,mi +26147,48023,0.031810838,234.0,19820.0,5061.995029264001,mi +26147,48027,0.019792443,234.0,19820.0,3149.531869704,mi +26147,48028,0.006400696,234.0,19820.0,1018.529953088,mi +26147,48032,0.011695252,234.0,19820.0,1861.042060256,mi +26147,48039,0.047253294,234.0,19820.0,7519.322167632,mi +26147,48040,0.060520755999999995,234.0,19820.0,9630.546860768,mi +26147,48041,0.027895849,234.0,19820.0,4439.010659672,mi +26147,48049,0.034029331,234.0,19820.0,5415.0193833680005,mi +26147,48054,0.044693015,234.0,19820.0,7111.910090920001,mi +26147,48059,0.09294680599999999,234.0,19820.0,14790.439345167999,mi +26147,48060,0.245693512,234.0,19820.0,39096.717177536004,mi +26147,48063,0.025006214,234.0,19820.0,3979.1888213919997,mi +26147,48064,0.025155357000000003,234.0,19820.0,4002.9216486960004,mi +26147,48074,0.05687298,234.0,19820.0,9050.08356144,mi +26147,48079,0.07545985599999999,234.0,19820.0,12007.775965567998,mi +26147,48097,0.032948049,234.0,19820.0,5242.957141272,mi +26149,49030,0.039875196,238.0,,2430.9514489440003,mi +26149,49032,0.05320504400000001,238.0,,3243.5923024160006,mi +26149,49040,0.053025353,238.0,,3232.6376202919996,mi +26149,49042,0.077316388,238.0,,4713.516278032,mi +26149,49066,0.010585468,238.0,,645.332471152,mi +26149,49072,0.050003267000000004,238.0,,3048.3991693880002,mi +26149,49075,0.001878594,238.0,,114.526604616,mi +26149,49091,0.32437598,238.0,,19775.25724472,mi +26149,49093,0.300264637,238.0,,18305.333330068,mi +26149,49099,0.08947007300000001,238.0,,5454.453530372,mi +26151,48401,0.036576799,234.0,,1505.86681483,mi +26151,48416,0.122350604,235.0,,5037.17436668,mi +26151,48419,0.056899935,234.0,,2342.57032395,mi +26151,48422,0.160841024,234.0,,6621.82495808,mi +26151,48426,0.023205677999999997,246.0,,955.3777632599998,mi +26151,48427,0.06474820099999999,246.0,,2665.6834351699995,mi +26151,48434,0.001598721,246.0,,65.81934357,mi +26151,48450,0.110820435,234.0,,4562.4773089499995,mi +26151,48453,0.12690453699999998,246.0,,5224.65978829,mi +26151,48454,0.028292518,234.0,,1164.80296606,mi +26151,48456,0.016907686,246.0,,696.08943262,mi +26151,48465,0.014921396000000002,246.0,,614.3138733200001,mi +26151,48466,0.035438316,234.0,,1458.9954697199998,mi +26151,48469,0.031296175,234.0,,1288.46352475,mi +26151,48471,0.126541191,246.0,,5209.700833469999,mi +26151,48472,0.042656784,246.0,,1756.1797972800002,mi +26153,49817,0.07803434,240.0,,631.60994796,mi +26153,49836,0.102190645,240.0,,827.1310806299999,mi +26153,49840,0.070219065,240.0,,568.35311211,mi +26153,49854,0.733451747,240.0,,5936.558440218,mi +26153,49883,0.016104204,240.0,,130.347427176,mi +26155,48414,0.038904229,239.0,29620.0,2650.233887938,mi +26155,48429,0.12857142900000001,239.0,29620.0,8758.542886338,mi +26155,48449,0.042551955,235.0,29620.0,2898.72427851,mi +26155,48460,0.033265513999999996,235.0,29620.0,2266.1133447079997,mi +26155,48476,0.006670542,239.0,29620.0,454.410662124,mi +26155,48817,0.090190379,239.0,29620.0,6143.948998238,mi +26155,48841,0.011161168,239.0,29620.0,760.321086496,mi +26155,48848,0.11008574300000001,239.0,29620.0,7499.260984646001,mi +26155,48857,0.040938817,239.0,29620.0,2788.8340916740003,mi +26155,48867,0.39545124299999995,239.0,29620.0,26938.929575645998,mi +26155,48872,0.10220898099999999,239.0,29620.0,6962.680203681999,mi +26157,48435,0.03794698,235.0,,1982.5399701,mi +26157,48701,0.025945145,246.0,,1355.504100525,mi +26157,48723,0.212291292,246.0,,11091.15855054,mi +26157,48726,0.103957076,246.0,,5431.23743562,mi +26157,48729,0.025715698,246.0,,1343.51664201,mi +26157,48733,0.029881041,246.0,,1561.1349870450001,mi +26157,48735,0.018708744,246.0,,977.43833028,mi +26157,48741,0.034981821,246.0,,1827.6252381450001,mi +26157,48744,0.07382893900000001,246.0,,3857.1929180550005,mi +26157,48746,0.141268665,235.0,,7380.581402925,mi +26157,48757,0.06496876,246.0,,3394.2928662,mi +26157,48760,0.02483321,246.0,,1297.4110564500002,mi +26157,48767,0.035546613,246.0,,1857.132796185,mi +26157,48768,0.170126019,246.0,,8888.233862654999,mi +26159,49013,0.07048214,248.0,,5333.87690878,mi +26159,49026,0.028981309,238.0,,2193.218521193,mi +26159,49027,0.00141065,248.0,,106.75376005000001,mi +26159,49043,0.026298554,248.0,,1990.1956710579998,mi +26159,49045,0.066489496,238.0,,5031.725588792,mi +26159,49055,0.079714343,238.0,,6032.542335210999,mi +26159,49056,0.044196180999999994,248.0,,3344.6343895369996,mi +26159,49057,0.082434883,248.0,,6238.4246407910005,mi +26159,49064,0.04807547,238.0,,3638.2073431900003,mi +26159,49065,0.08322837400000001,238.0,,6298.473659198001,mi +26159,49071,0.12495591699999999,238.0,,9456.288930809,mi +26159,49079,0.164038491,238.0,,12413.940883407,mi +26159,49090,0.179694191,248.0,,13598.717292307001,mi +26161,48103,0.131367979,232.0,11460.0,48291.000448378996,mi +26161,48104,0.102511269,232.0,11460.0,37683.244995669,mi +26161,48105,0.086228686,232.0,11460.0,31697.751202286,mi +26161,48108,0.062088164,232.0,11460.0,22823.671174564,mi +26161,48109,0.01312186,232.0,11460.0,4823.60885786,mi +26161,48118,0.030405061,232.0,11460.0,11176.930828661,mi +26161,48130,0.03775795,232.0,11460.0,13879.860177949999,mi +26161,48158,0.017541655,232.0,11460.0,6448.329919655,mi +26161,48160,0.032015061000000004,232.0,11460.0,11768.768438661002,mi +26161,48167,0.052432902999999996,232.0,11460.0,19274.387575703,mi +26161,48176,0.056331047999999995,232.0,11460.0,20707.349575848,mi +26161,48178,0.08134889099999999,232.0,11460.0,29903.933680490998,mi +26161,48189,0.033278876,232.0,11460.0,12233.348096476,mi +26161,48190,0.00037226800000000003,232.0,11460.0,136.84608906800003,mi +26161,48191,0.009726395,232.0,11460.0,3575.432528395,mi +26161,48197,0.161479019,232.0,11460.0,59359.848863419,mi +26161,48198,0.091992915,232.0,11460.0,33816.687546914996,mi +26163,48101,0.015574343000000001,233.0,19820.0,27244.867906649,mi +26163,48111,0.023244506,232.0,19820.0,40662.613859558005,mi +26163,48120,0.0041855370000000005,233.0,19820.0,7321.939852191001,mi +26163,48122,0.005932405,233.0,19820.0,10377.811159915,mi +26163,48124,0.016450054,233.0,19820.0,28776.786814521998,mi +26163,48125,0.011614851,233.0,19820.0,20318.358292893,mi +26163,48126,0.02738677,233.0,19820.0,47908.85439211,mi +26163,48127,0.020321292,233.0,19820.0,35548.909911156,mi +26163,48128,0.006119731999999999,233.0,19820.0,10705.510336075999,mi +26163,48134,0.012408002,233.0,19820.0,21705.851442686,mi +26163,48135,0.015264598,233.0,19820.0,26703.017659114,mi +26163,48138,0.005795753000000001,233.0,19820.0,10138.759940279002,mi +26163,48141,0.014015371,232.0,19820.0,24517.691151253002,mi +26163,48146,0.021000566000000002,233.0,19820.0,36737.193128138,mi +26163,48150,0.014685535,232.0,19820.0,25690.037853505,mi +26163,48152,0.017761344,232.0,19820.0,31070.682796991998,mi +26163,48154,0.021397996000000002,232.0,19820.0,37432.434516628,mi +26163,48164,0.004868797,233.0,19820.0,8517.195950371,mi +26163,48168,0.012717746,232.0,19820.0,22247.699940878,mi +26163,48170,0.022580605,232.0,19820.0,39501.223292515,mi +26163,48173,0.007191881,233.0,19820.0,12581.066684182999,mi +26163,48174,0.017764191000000002,232.0,19820.0,31075.663176513004,mi +26163,48180,0.03505921,233.0,19820.0,61330.583599030004,mi +26163,48183,0.024223845,233.0,19820.0,42375.813683835004,mi +26163,48184,0.010023994,232.0,19820.0,17535.403735942,mi +26163,48185,0.027253534,232.0,19820.0,47675.778928162,mi +26163,48186,0.019504227,232.0,19820.0,34119.582972861,mi +26163,48187,0.028290381,232.0,19820.0,49489.579969683,mi +26163,48188,0.023650476,232.0,19820.0,41372.794637268,mi +26163,48192,0.014313158999999999,233.0,19820.0,25038.624504536998,mi +26163,48193,0.008913127,233.0,19820.0,15592.116325560999,mi +26163,48195,0.016664711999999998,233.0,19820.0,29152.297284215998,mi +26163,48201,0.009083942,234.0,19820.0,15890.930350105999,mi +26163,48202,0.009138033,234.0,19820.0,15985.554062319,mi +26163,48203,0.013061085,234.0,19820.0,22848.317617155,mi +26163,48204,0.013963557,234.0,19820.0,24427.050693051,mi +26163,48205,0.019332273,234.0,19820.0,33818.776446639,mi +26163,48206,0.008964941,234.0,19820.0,15682.756783763001,mi +26163,48207,0.012088008,234.0,19820.0,21146.072178744,mi +26163,48208,0.005236049,234.0,19820.0,9159.645665807,mi +26163,48209,0.018573285,234.0,19820.0,32491.046101754997,mi +26163,48210,0.017041643999999998,234.0,19820.0,29811.680639891998,mi +26163,48211,0.003597364,234.0,19820.0,6293.023531852,mi +26163,48212,0.021728237999999997,234.0,19820.0,38010.141047633995,mi +26163,48213,0.012979093,234.0,19820.0,22704.885485899,mi +26163,48214,0.012006016999999999,234.0,19820.0,21002.641796830998,mi +26163,48215,0.006820643,234.0,19820.0,11931.644087549,mi +26163,48216,0.002948836,234.0,19820.0,5158.5256147479995,mi +26163,48217,0.003921343,234.0,19820.0,6859.773927649,mi +26163,48218,0.004290873,233.0,19820.0,7506.2086464389995,mi +26163,48219,0.027435167000000003,234.0,19820.0,47993.517345281005,mi +26163,48221,0.023812181,234.0,19820.0,41655.672147083,mi +26163,48223,0.014025051,234.0,19820.0,24534.624791493,mi +26163,48224,0.023898727,234.0,19820.0,41807.070786361,mi +26163,48225,0.008146168,234.0,19820.0,14250.441967624001,mi +26163,48226,0.003948674,234.0,19820.0,6907.585221182,mi +26163,48227,0.023787127999999998,234.0,19820.0,41611.845856903994,mi +26163,48228,0.03173572,234.0,19820.0,55516.65963196001,mi +26163,48229,0.005336261,233.0,19820.0,9334.950826523,mi +26163,48230,0.009352121,234.0,19820.0,16360.067406503,mi +26163,48233,0.0,234.0,19820.0,0.0,mi +26163,48234,0.019447858000000002,234.0,19820.0,34020.974257294,mi +26163,48235,0.025481612999999997,234.0,19820.0,44576.081330258996,mi +26163,48236,0.016898728000000002,234.0,19820.0,29561.671535704005,mi +26163,48238,0.015402388999999999,234.0,19820.0,26944.061380427,mi +26163,48239,0.02043403,232.0,19820.0,35746.12734229,mi +26163,48240,0.009904423,232.0,19820.0,17326.233044089,mi +26163,48242,0.0,232.0,19820.0,0.0,mi +26163,48243,0.0,234.0,19820.0,0.0,mi +26165,49601,0.608404454,236.0,,20461.250192474,mi +26165,49618,0.02031877,236.0,,683.34055387,mi +26165,49620,0.07649918,249.0,,2572.74392258,mi +26165,49638,0.024670774,236.0,,829.702800394,mi +26165,49663,0.176425705,236.0,,5933.372884855,mi +26165,49668,0.093681117,249.0,,3150.589645827,mi +27001,55748,0.08726134599999999,251.0,,1386.233742556,mn +27001,55752,0.02172144,251.0,,345.06679584,mn +27001,55760,0.190735524,251.0,,3030.0245342639996,mn +27001,55785,0.012769953,251.0,,202.86347335800002,mn +27001,55787,0.034992175,250.0,,555.88569205,mn +27001,56350,0.031236307,251.0,,496.219973002,mn +27001,56431,0.552989045,251.0,,8784.78396887,mn +27001,56469,0.06829421,251.0,,1084.9218200599998,mn +27003,55005,0.014071216999999999,251.0,33460.0,5022.312842857,mn +27003,55011,0.031941024,251.0,33460.0,11400.422227104,mn +27003,55014,0.08534347099999999,251.0,33460.0,30460.877012790996,mn +27003,55070,0.023771622000000003,251.0,33460.0,8484.591095862,mn +27003,55303,0.15029083,251.0,33460.0,53641.95333442999,mn +27003,55304,0.149085508,251.0,33460.0,53211.748600868,mn +27003,55421,0.085218678,251.0,33460.0,30416.335770438003,mn +27003,55432,0.092295377,251.0,33460.0,32942.158254217,mn +27003,55433,0.10533172199999999,251.0,33460.0,37595.103547962,mn +27003,55434,0.09301369999999999,251.0,33460.0,33198.5428177,mn +27003,55448,0.08457644800000001,251.0,33460.0,30187.110396608005,mn +27003,55449,0.085060403,251.0,33460.0,30359.844099163,mn +27005,56501,0.533972797,322.0,,18380.945591131,mn +27005,56511,0.058816272,322.0,,2024.632531056,mn +27005,56521,0.022977516,322.0,,790.955033268,mn +27005,56544,0.17058878,322.0,,5872.17757394,mn +27005,56554,0.085093915,322.0,,2929.187836045,mn +27005,56569,0.040187521000000004,322.0,,1383.375035383,mn +27005,56570,0.035931283,322.0,,1236.862554709,mn +27005,56575,0.024704685,322.0,,850.409371755,mn +27005,56577,0.000123369,322.0,,4.246731087,mn +27005,56578,0.021743824,322.0,,748.487653552,mn +27005,56591,0.005860038000000001,322.0,,201.72008807400002,mn +27005,56593,0.0,322.0,,0.0,mn +27007,56601,0.7335972609999999,322.0,,34616.98755206799,mn +27007,56630,0.047421357000000004,322.0,,2237.718994116,mn +27007,56647,0.018146801,322.0,,856.311245588,mn +27007,56650,0.015814252,322.0,,746.242923376,mn +27007,56663,0.003445324,322.0,,162.577948912,mn +27007,56666,0.023111492,322.0,,1090.585084496,mn +27007,56667,0.012433126000000001,322.0,,586.694349688,mn +27007,56670,0.031478707,322.0,,1485.417225916,mn +27007,56671,0.070490049,322.0,,3326.284432212,mn +27007,56678,0.025700835,322.0,,1212.7710019800002,mn +27007,56683,0.015150867,322.0,,714.939111996,mn +27007,56685,0.002032955,322.0,,95.93108054,mn +27007,56687,0.001176974,322.0,,55.539049111999994,mn +27009,56329,0.23341088899999998,254.0,41060.0,9543.937840321,mn +27009,56357,0.033503955,254.0,41060.0,1369.9432159950002,mn +27009,56367,0.205180704,254.0,41060.0,8389.633805856,mn +27009,56379,0.527904452,254.0,41060.0,21585.485137828,mn +27011,56210,0.0009527439999999999,251.0,,4.755145304,mn +27011,56211,0.07660061,251.0,,382.31364451,mn +27011,56225,0.141006098,371.0,,703.761435118,mn +27011,56227,0.033917683,251.0,,169.28315585299998,mn +27011,56240,0.20293445100000002,251.0,,1012.8458449410001,mn +27011,56276,0.041158537,371.0,,205.42225816700002,mn +27011,56278,0.5034298779999999,371.0,,2512.6185210979997,mn +27013,56001,0.7273632440000001,251.0,31860.0,49208.305546332005,mn +27013,56010,0.019129228,251.0,31860.0,1294.1496618840001,mn +27013,56024,0.049527804,251.0,31860.0,3350.704524012,mn +27013,56034,0.006728419,251.0,31860.0,455.19773060700004,mn +27013,56037,0.02404731,251.0,31860.0,1626.8726634299999,mn +27013,56055,0.059952328,251.0,31860.0,4055.954846184,mn +27013,56063,0.042241197,251.0,31860.0,2857.743700641,mn +27013,56065,0.041456718,251.0,31860.0,2804.6713428539997,mn +27013,56078,0.007346951,251.0,31860.0,497.043276003,mn +27013,56080,0.011525812,251.0,31860.0,779.755759236,mn +27013,56090,0.010680988,251.0,31860.0,722.600881164,mn +27015,56019,0.030007611,251.0,,750.430335888,mn +27015,56041,0.039901424,251.0,,997.854811392,mn +27015,56073,0.600587105,251.0,,15019.48232184,mn +27015,56083,0.030116333999999998,251.0,,753.1492806719999,mn +27015,56085,0.191099192,251.0,,4779.008593536,mn +27015,56087,0.108288334,251.0,,2708.074656672,mn +27017,55707,0.09079339300000001,250.0,20260.0,3256.8498003030004,mn +27017,55718,0.08846466300000001,250.0,20260.0,3173.3159264730007,mn +27017,55720,0.459193068,250.0,20260.0,16471.714542228,mn +27017,55726,0.028757107999999997,250.0,20260.0,1031.5462210679998,mn +27017,55733,0.130977525,250.0,20260.0,4698.2947992750005,mn +27017,55749,0.011102085,250.0,20260.0,398.24289103499996,mn +27017,55757,0.01987544,250.0,20260.0,712.9519082400001,mn +27017,55767,0.12231248300000001,250.0,20260.0,4387.471077693001,mn +27017,55780,0.005794746999999999,250.0,20260.0,207.86336963699998,mn +27017,55797,0.042729487999999996,250.0,20260.0,1532.749464048,mn +27019,55315,0.05931064900000001,251.0,33460.0,6232.896792761001,mn +27019,55317,0.22816389899999998,251.0,33460.0,23977.515982011,mn +27019,55318,0.29027687399999996,251.0,33460.0,30504.906411785996,mn +27019,55322,0.036787086000000004,251.0,33460.0,3865.9180806540003,mn +27019,55339,0.011387729,251.0,33460.0,1196.725052881,mn +27019,55360,0.029114801000000003,251.0,33460.0,3059.6453222890004,mn +27019,55367,0.010537585,251.0,33460.0,1107.384270065,mn +27019,55368,0.022985369,251.0,33460.0,2415.509442841,mn +27019,55386,0.080249376,251.0,33460.0,8433.326674464,mn +27019,55387,0.140053318,251.0,33460.0,14718.063135302002,mn +27019,55388,0.061483239,251.0,33460.0,6461.212103271,mn +27019,55397,0.029650077,251.0,33460.0,3115.896941853,mn +27021,56435,0.09055332099999999,251.0,,2696.5873460589996,mn +27021,56452,0.066855093,251.0,,1990.8778144470002,mn +27021,56466,0.10834511,254.0,,3226.40903069,mn +27021,56473,0.12639055,251.0,,3763.78418845,mn +27021,56474,0.147842157,251.0,,4402.591593303,mn +27021,56484,0.12682538,322.0,,3776.7329910199996,mn +27021,56626,0.010327209,322.0,,307.533956811,mn +27021,56633,0.162698844,322.0,,4845.008875476,mn +27021,56641,0.011667935,251.0,,347.45943636500004,mn +27021,56655,0.058412146,251.0,,1739.455295734,mn +27021,56662,0.017501902,251.0,,521.189139658,mn +27021,56672,0.072580353,251.0,,2161.370331987,mn +27023,56222,0.164113259,251.0,,1936.5364562000002,mn +27023,56252,0.09625411099999999,251.0,,1135.7985098,mn +27023,56260,0.072190583,251.0,,851.8488794,mn +27023,56262,0.056789925,251.0,,670.121115,mn +27023,56265,0.5873105,251.0,,6930.2639,mn +27023,56295,0.023341622000000003,251.0,,275.43113960000005,mn +27025,55012,0.037299881,256.0,33460.0,2110.389967099,mn +27025,55013,0.126185888,256.0,33460.0,7139.471357152,mn +27025,55032,0.064964423,251.0,33460.0,3675.6220889169995,mn +27025,55045,0.140787133,256.0,33460.0,7965.595198007,mn +27025,55056,0.257467388,256.0,33460.0,14567.247345652002,mn +27025,55069,0.097817225,251.0,33460.0,5534.400773275,mn +27025,55074,0.044063149,256.0,33460.0,2493.048907271,mn +27025,55084,0.030629262,256.0,33460.0,1732.973014698,mn +27025,55092,0.200785651,,33460.0,11360.251347929001,mn +27027,56514,0.058193682999999996,322.0,22020.0,3737.314709626,mn +27027,56525,0.0015839329999999998,322.0,22020.0,101.72334512599998,mn +27027,56529,0.06921785400000001,322.0,22020.0,4445.309019588,mn +27027,56536,0.006145658000000001,322.0,22020.0,394.68644807600003,mn +27027,56546,0.004086546,322.0,22020.0,262.446157212,mn +27027,56547,0.043368074000000006,322.0,22020.0,2785.1844484280005,mn +27027,56549,0.076408908,322.0,22020.0,4907.132889576,mn +27027,56552,0.007143536,322.0,22020.0,458.772168992,mn +27027,56560,0.694744512,322.0,22020.0,44617.882049664,mn +27027,56580,0.02184243,322.0,22020.0,1402.76453946,mn +27027,56585,0.017264865,322.0,22020.0,1108.78416003,mn +27029,56621,0.523538263,322.0,,4616.560403134,mn +27029,56634,0.15294497,322.0,,1348.66874546,mn +27029,56644,0.09049871,322.0,,798.01762478,mn +27029,56652,0.064918315,322.0,,572.4497016700001,mn +27029,56676,0.168099742,322.0,,1482.303524956,mn +27031,55604,0.637168142,250.0,,3480.849559746,mn +27031,55605,0.13594426699999998,250.0,,742.6635306209998,mn +27031,55606,0.039163999,250.0,,213.952926537,mn +27031,55612,0.117115421,250.0,,639.8015449229999,mn +27031,55613,0.034833365,250.0,,190.29467299499998,mn +27031,55615,0.035774807,250.0,,195.437770641,mn +27033,56101,0.520378393,371.0,,5826.156488028,mn +27033,56118,0.041640881,371.0,,466.211303676,mn +27033,56145,0.047299089,371.0,,529.560600444,mn +27033,56159,0.249226417,371.0,,2790.338964732,mn +27033,56174,0.030501282,371.0,,341.492353272,mn +27033,56183,0.110953939,371.0,,1242.240301044,mn +27035,56401,0.43993395399999996,251.0,,28619.903377469996,mn +27035,56425,0.121857615,251.0,,7927.447143825,mn +27035,56441,0.057239757999999995,251.0,,3723.7324566899997,mn +27035,56442,0.033632821,251.0,,2187.983170155,mn +27035,56444,0.04602386,251.0,,2994.0822123,mn +27035,56447,0.01359593,251.0,,884.4832261500001,mn +27035,56448,0.004239431,251.0,,275.79618370500003,mn +27035,56449,0.026611727999999998,251.0,,1731.22596504,mn +27035,56450,0.013878558999999999,251.0,,902.8696557449999,mn +27035,56455,0.029304137999999997,251.0,,1906.3806975899997,mn +27035,56456,0.00077351,251.0,,50.32069305,mn +27035,56465,0.029393389,251.0,,1912.186921395,mn +27035,56468,0.066685509,251.0,,4338.225787995,mn +27035,56472,0.11682979800000001,251.0,,7600.362508890001,mn +27037,55024,0.08342620099999999,256.0,33460.0,35791.592179221,mn +27037,55031,0.00499819,256.0,33460.0,2144.32847199,mn +27037,55033,0.071565322,256.0,33460.0,30703.026009762,mn +27037,55044,0.127507429,251.0,33460.0,54703.364697009005,mn +27037,55065,0.00281937,253.0,33460.0,1209.56893677,mn +27037,55068,0.070184212,251.0,33460.0,30110.500816451997,mn +27037,55075,0.048276945999999994,256.0,33460.0,20711.823649865997,mn +27037,55076,0.051627329000000007,256.0,33460.0,22149.208314909003,mn +27037,55077,0.032084619,256.0,33460.0,13764.975327999,mn +27037,55085,0.00118585,256.0,33460.0,508.75455285,mn +27037,55118,0.067631539,256.0,33460.0,29015.350493319,mn +27037,55120,0.010370233000000001,256.0,33460.0,4449.047731893001,mn +27037,55121,0.020409475,251.0,33460.0,8756.093373975,mn +27037,55122,0.07680163400000001,251.0,33460.0,32949.513820314,mn +27037,55123,0.060987922,256.0,33460.0,26165.099284362,mn +27037,55124,0.12365937099999999,251.0,33460.0,53052.467005791,mn +27037,55150,0.000535776,256.0,33460.0,229.85915529599998,mn +27037,55306,0.038397245,251.0,33460.0,16473.224447145003,mn +27037,55337,0.10753133699999999,251.0,33460.0,46133.201731076995,mn +27039,55924,0.054324853,253.0,40340.0,1137.236472702,mn +27039,55927,0.16814089999999998,253.0,40340.0,3519.8616005999997,mn +27039,55940,0.109393346,253.0,40340.0,2290.040305164,mn +27039,55944,0.28630137,253.0,40340.0,5993.43287958,mn +27039,55955,0.101996086,253.0,40340.0,2135.186064324,mn +27039,55963,0.20512720199999998,253.0,40340.0,4294.132846668,mn +27039,55985,0.074716243,253.0,40340.0,1564.109830962,mn +27041,56308,0.6512932379999999,251.0,,24840.975390557996,mn +27041,56315,0.043185832,251.0,,1647.150818312,mn +27041,56319,0.03373325,251.0,,1286.61988825,mn +27041,56326,0.038745196,251.0,,1477.7805206360001,mn +27041,56327,0.020774904,254.0,,792.375613464,mn +27041,56332,0.040147502,251.0,,1531.265873782,mn +27041,56343,0.024851979,251.0,,947.879331039,mn +27041,56354,0.03601849,251.0,,1373.78122709,mn +27041,56355,0.01441259,251.0,,549.7105951899999,mn +27041,56360,0.096837021,251.0,,3693.460817961,mn +27043,56013,0.293347051,251.0,,4005.0672873030003,mn +27043,56014,0.047187929,253.0,,644.2567946370001,mn +27043,56023,0.038408779,251.0,,524.395059687,mn +27043,56025,0.030315501,251.0,,413.89753515300004,mn +27043,56027,0.049314129000000005,251.0,,673.2858032370001,mn +27043,56033,0.026474623,251.0,,361.458027819,mn +27043,56047,0.008710562,251.0,,118.92530298599999,mn +27043,56051,0.04526749,253.0,,618.03704097,mn +27043,56068,0.06748971200000001,251.0,,921.4370379360001,mn +27043,56097,0.255144033,253.0,,3483.481482549,mn +27043,56098,0.138340192,251.0,,1888.758641376,mn +27045,55922,0.044144802000000004,448.0,40340.0,929.9985437340001,mn +27045,55923,0.194657964,253.0,40340.0,4100.859327587999,mn +27045,55935,0.036329282000000004,253.0,40340.0,765.3489838940001,mn +27045,55939,0.08519775,253.0,40340.0,1794.86099925,mn +27045,55949,0.07416154900000001,448.0,40340.0,1562.3613527830003,mn +27045,55954,0.05887405,448.0,40340.0,1240.2996113499999,mn +27045,55961,0.017477563,253.0,40340.0,368.19981972100004,mn +27045,55962,0.032292695,448.0,40340.0,680.310205565,mn +27045,55965,0.109116675,253.0,40340.0,2298.760992225,mn +27045,55971,0.126121871,448.0,40340.0,2657.009456357,mn +27045,55975,0.17967106100000002,253.0,40340.0,3785.1302420870006,mn +27045,55990,0.041954739000000005,253.0,40340.0,883.8604865130001,mn +27047,56007,0.728245536,253.0,,22052.003075615998,mn +27047,56009,0.046278774,253.0,,1401.367555494,mn +27047,56016,0.032102674,253.0,,972.101071394,mn +27047,56020,0.003027905,253.0,,91.687991305,mn +27047,56029,0.02611568,253.0,,790.8089060799999,mn +27047,56032,0.009255755,253.0,,280.273517155,mn +27047,56035,0.012180436000000001,253.0,,368.83578251600005,mn +27047,56036,0.06465265099999999,253.0,,1957.7469249309997,mn +27047,56042,0.023087775,253.0,,699.1209147750001,mn +27047,56043,0.016102949,253.0,,487.61339866899993,mn +27047,56045,0.033857482,253.0,,1025.238412442,mn +27047,56089,0.005092386,253.0,,154.202540466,mn +27049,55009,0.18418055,253.0,,8534.926687,mn +27049,55018,0.021738099,251.0,,1007.34350766,mn +27049,55026,0.009065452,253.0,,420.09304568,mn +27049,55027,0.072808391,253.0,,3373.94083894,mn +27049,55066,0.431724334,253.0,,20006.10563756,mn +27049,55089,0.043737244,253.0,,2026.78388696,mn +27049,55946,0.08075846,251.0,,3742.3470364,mn +27049,55983,0.039441834,253.0,,1827.7345875600001,mn +27049,55992,0.116545636,253.0,,5400.72477224,mn +27051,56248,0.126434974,251.0,,755.069664728,mn +27051,56274,0.021544268,251.0,,128.662368496,mn +27051,56309,0.2031766,322.0,,1213.3706552,mn +27051,56311,0.119043875,322.0,,710.9300215,mn +27051,56339,0.17203962899999997,251.0,,1027.4206643879998,mn +27051,56531,0.309325366,322.0,,1847.2910857519998,mn +27051,56590,0.048435289000000006,322.0,,289.25554590800004,mn +27053,55111,1.6100000000000002e-05,251.0,33460.0,20.380072300000002,mn +27053,55305,0.016805027,251.0,33460.0,21272.525792761,mn +27053,55311,0.030435197,251.0,33460.0,38526.181076071,mn +27053,55316,0.019759508000000002,251.0,33460.0,25012.434885244,mn +27053,55327,0.002746215,251.0,33460.0,3476.2770342450003,mn +27053,55331,0.014913673999999998,251.0,33460.0,18878.369837182,mn +27053,55340,0.00647645,251.0,33460.0,8198.16889735,mn +27053,55343,0.020330223999999997,251.0,33460.0,25734.871738831996,mn +27053,55344,0.013801303999999999,251.0,33460.0,17470.284059272,mn +27053,55345,0.017682492,251.0,33460.0,22383.258720756003,mn +27053,55346,0.013249155,251.0,33460.0,16771.350112665,mn +27053,55347,0.024531884,251.0,33460.0,31053.513638212,mn +27053,55356,0.004382481,251.0,33460.0,5547.532896483,mn +27053,55357,0.0026065629999999997,251.0,33460.0,3299.4995276089994,mn +27053,55359,0.005125138,251.0,33460.0,6487.620061334,mn +27053,55364,0.012325678,251.0,33460.0,15602.373216553999,mn +27053,55369,0.029706262999999997,251.0,33460.0,37603.465074709,mn +27053,55374,0.012171496,251.0,33460.0,15407.203011128,mn +27053,55375,0.004010346,251.0,33460.0,5076.468411678,mn +27053,55384,0.001476434,251.0,33460.0,1868.933643862,mn +27053,55391,0.013175696,251.0,33460.0,16678.362551728,mn +27053,55401,0.007745424,251.0,33460.0,9804.490752432,mn +27053,55402,0.000329352,251.0,33460.0,416.907923736,mn +27053,55403,0.013390421000000001,251.0,33460.0,16950.170689903003,mn +27053,55404,0.021952767,251.0,33460.0,27788.756437581003,mn +27053,55405,0.013052188999999999,251.0,33460.0,16522.022080327,mn +27053,55406,0.027006868,251.0,33460.0,34186.454809724,mn +27053,55407,0.033638307,251.0,33460.0,42580.815447801,mn +27053,55408,0.025096949,251.0,33460.0,31768.797213007,mn +27053,55409,0.009423665999999999,251.0,33460.0,11928.881640438,mn +27053,55410,0.016433699,251.0,33460.0,20802.482843257,mn +27053,55411,0.025710447999999997,251.0,33460.0,32545.390627663997,mn +27053,55412,0.018727861999999998,251.0,33460.0,23706.533017666,mn +27053,55413,0.011256898000000001,251.0,33460.0,14249.465535014002,mn +27053,55414,0.02803125,251.0,33460.0,35483.16159375,mn +27053,55415,0.003616415,251.0,33460.0,4577.813612845,mn +27053,55416,0.02596957,251.0,33460.0,32873.39839751,mn +27053,55417,0.021376401,251.0,33460.0,27059.167571043,mn +27053,55418,0.024387389,251.0,33460.0,30870.605653927,mn +27053,55419,0.021883345,251.0,33460.0,27700.879084834996,mn +27053,55420,0.017734962,251.0,33460.0,22449.677502966,mn +27053,55422,0.023605985,251.0,33460.0,29881.470870355,mn +27053,55423,0.029210621000000003,251.0,33460.0,36976.060118503,mn +27053,55424,0.008030378000000001,251.0,33460.0,10165.197778654001,mn +27053,55425,0.008423502,251.0,33460.0,10662.831042185999,mn +27053,55426,0.0214321,251.0,33460.0,27129.6737603,mn +27053,55427,0.018538968,251.0,33460.0,23467.422870024,mn +27053,55428,0.025203503999999998,251.0,33460.0,31903.679113871996,mn +27053,55429,0.022277276000000002,251.0,33460.0,28199.533883668002,mn +27053,55430,0.018513943999999997,251.0,33460.0,23435.746414791996,mn +27053,55431,0.014802276000000001,251.0,33460.0,18737.357458668,mn +27053,55435,0.011094643999999999,251.0,33460.0,14044.077444891998,mn +27053,55436,0.01064017,251.0,33460.0,13468.784713309999,mn +27053,55437,0.014677962,251.0,33460.0,18579.995451966,mn +27053,55438,0.01329436,251.0,33460.0,16828.57254548,mn +27053,55439,0.00726189,251.0,33460.0,9192.41262327,mn +27053,55441,0.015009735,251.0,33460.0,18999.967981605,mn +27053,55442,0.010357638,251.0,33460.0,13111.143558834001,mn +27053,55443,0.025636182,251.0,33460.0,32451.381531426,mn +27053,55444,0.013331493,251.0,33460.0,16875.577093599,mn +27053,55445,0.009801451999999999,251.0,33460.0,12407.099404035998,mn +27053,55446,0.019755472,251.0,33460.0,25007.325942896,mn +27053,55447,0.017546876,251.0,33460.0,22211.590156468,mn +27053,55450,7.27e-06,251.0,33460.0,9.20267861,mn +27053,55454,0.008160343,251.0,33460.0,10329.713064149,mn +27053,55455,0.000894417,251.0,33460.0,1132.191498531,mn +27055,55919,0.052526698,448.0,29100.0,976.9965827999999,mn +27055,55921,0.239231516,448.0,29100.0,4449.7061976,mn +27055,55931,0.017372643,448.0,29100.0,323.1311598,mn +27055,55941,0.050278473,448.0,29100.0,935.1795977999999,mn +27055,55943,0.153798988,448.0,29100.0,2860.6611768,mn +27055,55947,0.383015686,448.0,29100.0,7124.091759600001,mn +27055,55974,0.103775995,448.0,29100.0,1930.233507,mn +27057,56433,0.08911051199999999,322.0,,1915.0740133919999,mn +27057,56436,0.002102426,322.0,,45.183237166000005,mn +27057,56458,0.019353099999999998,322.0,,415.91747209999994,mn +27057,56461,0.18037735800000002,322.0,,3876.4898007780002,mn +27057,56467,0.138059299,322.0,,2967.032394809,mn +27057,56470,0.570997305,322.0,,12271.303081755,mn +27059,55006,0.08738494599999999,251.0,33460.0,3547.4792678159997,mn +27059,55008,0.350502766,251.0,33460.0,14229.010288536001,mn +27059,55017,0.018878911,251.0,33460.0,766.408270956,mn +27059,55029,0.0018811729999999999,251.0,33460.0,76.368099108,mn +27059,55040,0.288737599,251.0,33460.0,11721.591569004,mn +27059,55079,0.195418001,256.0,33460.0,7933.189168596,mn +27059,55080,0.057196605,251.0,33460.0,2321.9533765799997,mn +27061,55709,0.08697125,251.0,,3925.0125125,mn +27061,55716,0.008469026,251.0,,382.20714338,mn +27061,55721,0.07947334,251.0,,3586.6318342,mn +27061,55722,0.023848777,251.0,,1076.29530601,mn +27061,55742,0.008152849,251.0,,367.93807537000004,mn +27061,55744,0.45942772,251.0,,20733.9730036,mn +27061,55753,0.020415999,251.0,,921.3740348700001,mn +27061,55764,0.012105061,251.0,,546.30140293,mn +27061,55769,0.052824138,251.0,,2383.95334794,mn +27061,55775,0.037286297999999996,251.0,,1682.7306287399997,mn +27061,55784,0.002642336,251.0,,119.24862368,mn +27061,55786,0.008085097,251.0,,364.88042760999997,mn +27061,55793,0.01420538,251.0,,641.0887994,mn +27061,56628,0.037805732,251.0,,1706.1726851600001,mn +27061,56636,0.11244608099999999,251.0,,5074.691635529999,mn +27061,56637,0.004019964,251.0,,181.42097532,mn +27061,56639,0.009846654,251.0,,444.37949502,mn +27061,56657,0.007407575,251.0,,334.30385974999996,mn +27061,56659,0.001987398,251.0,,89.69127174,mn +27061,56680,0.003297274,251.0,,148.80597562,mn +27061,56681,0.006188035,251.0,,279.26601955,mn +27061,56688,0.003094017,251.0,,139.63298721,mn +27063,56111,0.043165468,371.0,,425.007197928,mn +27063,56137,0.130295763,371.0,,1282.892082498,mn +27063,56143,0.47950211299999995,371.0,,4721.177804598,mn +27063,56150,0.306040882,371.0,,3013.2785241720003,mn +27063,56161,0.040995775,371.0,,403.64440064999997,mn +27065,55007,0.157696377,251.0,,2576.285711049,mn +27065,55051,0.622388257,251.0,,10167.956954609,mn +27065,56358,0.21991536600000003,251.0,,3592.7573343420004,mn +27067,56201,0.53241506,251.0,,22999.798176940003,mn +27067,56209,0.049770432,251.0,,2150.032891968,mn +27067,56216,0.015817263999999998,251.0,,683.2899875359999,mn +27067,56251,0.020707071,251.0,,894.524760129,mn +27067,56253,0.027112029,251.0,,1171.212540771,mn +27067,56273,0.109550046,251.0,,4732.452437154,mn +27067,56279,0.030991736000000002,251.0,,1338.812003464,mn +27067,56281,0.014784206000000001,251.0,,638.6629149940001,mn +27067,56282,0.037672176,251.0,,1627.400331024,mn +27067,56288,0.11134068,251.0,,4809.80603532,mn +27067,56289,0.016184573,251.0,,699.1573690270001,mn +27067,56316,0.033654729,254.0,,1453.850638071,mn +27069,56720,0.00407701,323.0,,17.52298898,mn +27069,56728,0.32955832399999996,323.0,,1416.4416765519998,mn +27069,56729,0.026953567,323.0,,115.846430966,mn +27069,56731,0.016761042,323.0,,72.03895851600001,mn +27069,56732,0.249603624,323.0,,1072.796375952,mn +27069,56733,0.080634202,323.0,,346.565800196,mn +27069,56734,0.10486976199999999,323.0,,450.730237076,mn +27069,56735,0.16806342,323.0,,722.3365791599999,mn +27069,56755,0.019479049,323.0,,83.720952602,mn +27071,55772,0.013426961999999999,251.0,,164.19831829799998,mn +27071,56627,0.02106644,251.0,,257.62149475999996,mn +27071,56629,0.015047457,323.0,,184.015351653,mn +27071,56649,0.7107029859999999,251.0,,8691.186815793999,mn +27071,56653,0.098387221,251.0,,1203.177325609,mn +27071,56654,0.010803303,251.0,,132.113592387,mn +27071,56658,0.0,251.0,,0.0,mn +27071,56660,0.02585076,322.0,,316.12894404,mn +27071,56661,0.066748978,322.0,,816.273251962,mn +27071,56668,0.011652134,251.0,,142.493946686,mn +27071,56669,0.026313759,251.0,,321.790958811,mn +27073,56212,0.071620979,371.0,,474.345743917,mn +27073,56218,0.076533038,251.0,,506.878310674,mn +27073,56232,0.396133735,251.0,,2623.593726905,mn +27073,56256,0.378070036,371.0,,2503.957848428,mn +27073,56257,0.077642212,371.0,,514.224370076,mn +27075,55601,0.007312793000000001,250.0,20260.0,77.81543031300001,mn +27075,55603,0.051579562999999995,250.0,20260.0,548.858129883,mn +27075,55607,0.016283151000000003,250.0,20260.0,173.26900979100003,mn +27075,55609,0.026911076000000003,250.0,20260.0,286.360759716,mn +27075,55614,0.226891576,250.0,20260.0,2414.3532602160003,mn +27075,55616,0.6710218410000001,250.0,20260.0,7140.343410081001,mn +27077,56623,0.745192308,323.0,,2787.01923192,mn +27077,56686,0.254807692,323.0,,952.98076808,mn +27077,56711,0.0,323.0,,0.0,mn +27077,56741,0.0,323.0,,0.0,mn +27079,56017,0.072670036,251.0,33460.0,2099.2193299319997,mn +27079,56028,0.056176288,251.0,33460.0,1622.764431456,mn +27079,56050,0.064378824,251.0,33460.0,1859.711088888,mn +27079,56052,0.032100736,251.0,33460.0,927.2939608319999,mn +27079,56057,0.175489935,251.0,33460.0,5069.377752345001,mn +27079,56058,0.254012592,251.0,33460.0,7337.661745103999,mn +27079,56069,0.205063403,251.0,33460.0,5923.666522461001,mn +27079,56096,0.140108185,251.0,33460.0,4047.305140095,mn +27081,56113,0.04625259599999999,371.0,,260.81838884399997,mn +27081,56136,0.20086841600000002,371.0,,1132.6969978240002,mn +27081,56142,0.17915801399999998,371.0,,1010.2720409459998,mn +27081,56149,0.212950727,371.0,,1200.829149553,mn +27081,56178,0.36077024700000004,371.0,,2034.3834228330002,mn +27083,56115,0.060353103,371.0,,1537.434945822,mn +27083,56132,0.018322968000000002,371.0,,466.75928683200004,mn +27083,56157,0.035268584,371.0,,898.4319088159999,mn +27083,56169,0.027380107999999997,371.0,,697.4808711919999,mn +27083,56229,0.077215243,251.0,,1966.981100182,mn +27083,56239,0.025961017000000003,371.0,,661.3309470580001,mn +27083,56258,0.647063734,371.0,,16483.301559916,mn +27083,56264,0.091280938,371.0,,2325.2906146120004,mn +27083,56291,0.017154305,371.0,,436.98876557000006,mn +27085,55312,0.040363735,251.0,,1448.775540355,mn +27085,55336,0.212703583,251.0,,7634.569704619,mn +27085,55350,0.485124864,251.0,,17412.586743552,mn +27085,55354,0.075542888,251.0,,2711.460878984,mn +27085,55370,0.019598263,251.0,,703.4404538590001,mn +27085,55381,0.05437025,251.0,,1951.51138325,mn +27085,55385,0.033631922,251.0,,1207.150576346,mn +27085,55395,0.078664495,251.0,,2823.504719035,mn +27087,56516,0.04247705,322.0,,234.77065535000003,mn +27087,56557,0.44110782600000004,322.0,,2438.002954302,mn +27087,56566,0.082153415,322.0,,454.06192470499997,mn +27087,56589,0.33623774700000003,322.0,,1858.3860276690002,mn +27087,56651,0.09802396099999999,322.0,,541.778432447,mn +27089,56710,0.064574468,323.0,,602.8672332479999,mn +27089,56713,0.109148936,323.0,,1019.0144664960001,mn +27089,56724,0.015744681,322.0,,146.992341816,mn +27089,56727,0.069893617,322.0,,652.5268083120001,mn +27089,56737,0.08904255300000001,322.0,,831.3012748080001,mn +27089,56738,0.15457446800000002,322.0,,1443.1072332480003,mn +27089,56744,0.053617020999999994,323.0,,500.5685080559999,mn +27089,56757,0.09255319099999999,323.0,,864.076591176,mn +27089,56758,0.039787234,322.0,,371.453616624,mn +27089,56760,0.035851064,322.0,,334.705533504,mn +27089,56762,0.275212766,323.0,,2569.386383376,mn +27091,56031,0.593695184,251.0,,11685.702306672,mn +27091,56039,0.048614243,251.0,,956.874144969,mn +27091,56075,0.006816018,251.0,,134.159682294,mn +27091,56088,0.0888087,251.0,,1748.0216421,mn +27091,56121,0.030271137000000004,251.0,,595.8267895710001,mn +27091,56127,0.021350172999999997,371.0,,420.2354551589999,mn +27091,56162,0.011176263999999998,251.0,,219.98240431199997,mn +27091,56171,0.089811056,251.0,,1767.751015248,mn +27091,56176,0.053826492000000004,251.0,,1059.4668420360001,mn +27091,56181,0.055630732,251.0,,1094.979697956,mn +27093,55324,0.050345140999999996,251.0,,1169.114864302,mn +27093,55325,0.190964329,251.0,,4434.573648038,mn +27093,55355,0.391394205,251.0,,9088.95622851,mn +27093,55382,0.15082875199999998,254.0,,3502.5452789439996,mn +27093,55389,0.105361055,254.0,,2446.69441921,mn +27093,56228,0.041458273,251.0,,962.744015606,mn +27093,56243,0.069648245,251.0,,1617.37154539,mn +27095,55371,0.483115996,251.0,33460.0,12694.839026892,mn +27095,56313,0.002619441,251.0,33460.0,68.831051157,mn +27095,56330,0.049057570999999994,251.0,33460.0,1289.0857931669998,mn +27095,56342,0.075764478,251.0,33460.0,1990.8631884059998,mn +27095,56353,0.265161437,251.0,33460.0,6967.647080049,mn +27095,56359,0.101446387,251.0,33460.0,2665.706711199,mn +27095,56363,0.0051249929999999996,251.0,33460.0,134.669441061,mn +27095,56386,0.017709698,251.0,33460.0,465.357734346,mn +27097,56314,0.035165542,251.0,,1174.036785212,mn +27097,56328,0.005432337,251.0,,181.36400308199998,mn +27097,56338,0.052298295999999994,251.0,,1746.0309102559997,mn +27097,56345,0.467920283,251.0,,15621.986568238,mn +27097,56364,0.180713597,251.0,,6033.304149442,mn +27097,56373,0.101414336,251.0,,3385.8190216959997,mn +27097,56382,0.046351655,251.0,,1547.4963538299999,mn +27097,56384,0.01340405,251.0,,447.5076133,mn +27097,56443,0.043072967000000004,251.0,,1438.034076262,mn +27097,56475,0.054226937,251.0,,1810.4205186820002,mn +27099,55909,0.038467359,253.0,,1541.079336258,mn +27099,55912,0.7265664409999999,253.0,,29107.704759341996,mn +27099,55918,0.021314701000000002,253.0,,853.9095514620001,mn +27099,55926,0.021012007000000003,253.0,,841.7830244340001,mn +27099,55933,0.005902533000000001,253.0,,236.46727704600002,mn +27099,55936,0.044647362,253.0,,1788.6626164440002,mn +27099,55950,0.0038341240000000004,253.0,,153.602675688,mn +27099,55951,0.040233074,253.0,,1611.817410588,mn +27099,55953,0.020734537,253.0,,830.667021294,mn +27099,55967,0.028932499,253.0,,1159.093774938,mn +27099,55970,0.025073151000000002,253.0,,1004.4805753620001,mn +27099,55973,0.006583594,253.0,,263.751942828,mn +27099,55977,0.005120573,253.0,,205.140395526,mn +27099,55982,0.011578045,253.0,,463.83963879000004,mn +27101,56114,0.026034959,371.0,,213.330454046,mn +27101,56122,0.057773689,371.0,,473.397607666,mn +27101,56123,0.043054278,371.0,,352.786753932,mn +27101,56125,0.005611776,371.0,,45.982892543999995,mn +27101,56131,0.20984360600000002,371.0,,1719.4585075640002,mn +27101,56141,0.029898803999999998,371.0,,244.99079997599998,mn +27101,56151,0.07175713,371.0,,587.97792322,mn +27101,56172,0.276724931,371.0,,2267.484084614,mn +27101,56175,0.279300828,371.0,,2288.590984632,mn +27103,56003,0.440645745,251.0,31860.0,15102.692264129999,mn +27103,56021,0.031925166,251.0,31860.0,1094.2031394839998,mn +27103,56054,0.028666264,251.0,31860.0,982.507532336,mn +27103,56074,0.061164755999999994,251.0,31860.0,2096.3608471439998,mn +27103,56082,0.437598069,251.0,31860.0,14998.236216906,mn +27105,56110,0.082491273,371.0,,1784.2037437170002,mn +27105,56117,0.018372221,371.0,,397.372768009,mn +27105,56119,0.04400147,371.0,,951.70779463,mn +27105,56129,0.03403454,371.0,,736.13306566,mn +27105,56153,0.010058791,371.0,,217.56159053899998,mn +27105,56155,0.018050707,371.0,,390.41874170299997,mn +27105,56165,0.019474553999999998,371.0,,421.21512846599995,mn +27105,56167,0.034999081,371.0,,756.995122949,mn +27105,56168,0.040005512,371.0,,865.279219048,mn +27105,56185,0.028431012000000002,371.0,,614.9343585480001,mn +27105,56187,0.670080838,371.0,,14493.178445102,mn +27107,56510,0.371966794,322.0,,2371.28831175,mn +27107,56519,0.037037037,322.0,,236.111110875,mn +27107,56541,0.005906769,322.0,,37.655652375,mn +27107,56545,0.10488505699999999,322.0,,668.6422383749999,mn +27107,56548,0.126277139,322.0,,805.016761125,mn +27107,56550,0.07311622,322.0,,466.11590249999995,mn +27107,56574,0.029374202000000002,322.0,,187.26053775000003,mn +27107,56581,0.034961686,322.0,,222.88074824999998,mn +27107,56584,0.216475096,322.0,,1380.028737,mn +27109,55901,0.36772147200000005,253.0,40340.0,58207.734967296004,mn +27109,55902,0.16833433,253.0,40340.0,26646.146098690002,mn +27109,55904,0.18162635800000002,253.0,40340.0,28750.181086894,mn +27109,55905,0.0,253.0,40340.0,0.0,mn +27109,55906,0.12596515,253.0,40340.0,19939.40148895,mn +27109,55920,0.05246252,253.0,40340.0,8304.449678359999,mn +27109,55929,0.008702314000000001,253.0,40340.0,1377.5153900020002,mn +27109,55934,0.020697395,253.0,40340.0,3276.252746735,mn +27109,55960,0.021402987999999998,253.0,40340.0,3387.9431794839998,mn +27109,55976,0.053087472999999996,253.0,40340.0,8403.375363588999,mn +27111,56324,0.021789738,322.0,,1280.059948548,mn +27111,56361,0.042685539,251.0,,2507.604674094,mn +27111,56515,0.05600149,322.0,,3289.86353154,mn +27111,56518,0.007412236,251.0,,435.439216056,mn +27111,56524,0.011360462,322.0,,667.381700652,mn +27111,56527,0.015979141000000002,251.0,,938.7106171860001,mn +27111,56528,0.031306453,322.0,,1839.128887938,mn +27111,56533,0.0058664680000000006,322.0,,344.631529128,mn +27111,56534,0.02320514,322.0,,1363.20915444,mn +27111,56537,0.351876339,322.0,,20671.327410894,mn +27111,56551,0.037861998,251.0,,2224.240934508,mn +27111,56567,0.062221807999999997,322.0,,3655.282332768,mn +27111,56571,0.034025514,322.0,,1998.862845444,mn +27111,56572,0.098873266,322.0,,5808.408884436,mn +27111,56573,0.115653227,322.0,,6794.164473342,mn +27111,56576,0.015439053999999999,322.0,,906.982666284,mn +27111,56586,0.035887885,322.0,,2108.26969221,mn +27111,56587,0.02320514,322.0,,1363.20915444,mn +27111,56588,0.009349101,251.0,,549.222287346,mn +27113,56701,0.8939165059999999,322.0,,12621.207148214,mn +27113,56725,0.066808569,322.0,,943.270185711,mn +27113,56754,0.039274923999999996,322.0,,554.5226519559999,mn +27115,55030,0.0464686,251.0,,1374.4947194,mn +27115,55036,0.00330902,251.0,,97.87750258000001,mn +27115,55037,0.170396727,251.0,,5040.164787933,mn +27115,55063,0.34189646,251.0,,10112.955390340001,mn +27115,55072,0.16135918900000001,251.0,,4772.843451431,mn +27115,55704,0.035474115,250.0,,1049.288847585,mn +27115,55712,0.02117061,250.0,,626.20547319,mn +27115,55735,0.060380715,250.0,,1786.001168985,mn +27115,55756,0.014374666000000001,250.0,,425.18824561400004,mn +27115,55783,0.08518057300000001,250.0,,2519.556168767,mn +27115,55795,0.059989325999999996,250.0,,1774.4242737539998,mn +27117,56128,0.206194868,371.0,,1881.734365368,mn +27117,56139,0.0452085,371.0,,412.572771,mn +27117,56140,0.004611067,371.0,,42.080597442,mn +27117,56144,0.11096631900000001,371.0,,1012.6786271940001,mn +27117,56164,0.533781075,371.0,,4871.28609045,mn +27117,56170,0.063452285,371.0,,579.06555291,mn +27117,56186,0.035785886,371.0,,326.58199563600004,mn +27119,56517,0.007787565,323.0,24220.0,244.24918866,mn +27119,56523,0.017043278000000002,323.0,24220.0,534.5453711920001,mn +27119,56535,0.039416571,323.0,24220.0,1236.261332844,mn +27119,56540,0.06861994099999999,323.0,24220.0,2152.1958295239997,mn +27119,56542,0.09061023900000001,322.0,24220.0,2841.8995359960004,mn +27119,56556,0.034980212000000004,322.0,24220.0,1097.119369168,mn +27119,56568,0.006000255,322.0,24220.0,188.19199782,mn +27119,56592,0.015830461,322.0,24220.0,496.506578804,mn +27119,56646,0.016532618,322.0,24220.0,518.529030952,mn +27119,56684,0.010213201,322.0,24220.0,320.326836164,mn +27119,56716,0.295991319,323.0,24220.0,9283.471729116,mn +27119,56721,0.324907443,323.0,24220.0,10190.397042252,mn +27119,56722,0.010883442,323.0,24220.0,341.348274888,mn +27119,56723,0.029522532999999997,323.0,24220.0,925.9447250119999,mn +27119,56736,0.031660922,323.0,24220.0,993.013157608,mn +27121,56323,0.052993806,251.0,,596.127323694,mn +27121,56334,0.5462589720000001,254.0,,6144.867176028,mn +27121,56349,0.083472618,254.0,,938.983479882,mn +27121,56381,0.23999606699999998,254.0,,2699.715757683,mn +27121,56385,0.07727853700000001,254.0,,869.3062627130001,mn +27123,55101,0.01442254,256.0,33460.0,7937.026635339999,mn +27123,55102,0.03657671,256.0,33460.0,20128.93162391,mn +27123,55103,0.027806354,256.0,33460.0,15302.420539633998,mn +27123,55104,0.090783849,256.0,33460.0,49960.258565529,mn +27123,55105,0.05329003,256.0,33460.0,29326.62259963,mn +27123,55106,0.115954511,256.0,33460.0,63812.202448031,mn +27123,55107,0.030246662999999997,256.0,33460.0,16645.373828822998,mn +27123,55108,0.031757899,256.0,33460.0,17477.038735579,mn +27123,55109,0.068055489,256.0,33460.0,37452.364761969,mn +27123,55112,0.091501587,251.0,33460.0,50355.244859426995,mn +27123,55113,0.082954527,256.0,33460.0,45651.618253167,mn +27123,55114,0.005843581,256.0,33460.0,3215.8453395009997,mn +27123,55116,0.048239948,256.0,33460.0,26547.456423308,mn +27123,55117,0.09068615699999999,256.0,33460.0,49906.49660639699,mn +27123,55119,0.085315087,256.0,33460.0,46950.683992927,mn +27123,55126,0.053303986,256.0,33460.0,29334.302879505998,mn +27123,55127,0.036857824,256.0,33460.0,20283.634561503997,mn +27123,55130,0.036403257,256.0,33460.0,20033.476795497,mn +27123,55155,0.0,256.0,33460.0,0.0,mn +27125,56715,0.07629108,322.0,,309.3603294,mn +27125,56742,0.22230046899999997,322.0,,901.4284017949999,mn +27125,56748,0.161502347,322.0,,654.8920170849999,mn +27125,56750,0.539906103,323.0,,2189.3192476649997,mn +27127,56152,0.096518442,251.0,,1464.1847651399999,mn +27127,56166,0.014270941,251.0,,216.49017497,mn +27127,56180,0.083143744,371.0,,1261.29059648,mn +27127,56214,0.048466046,251.0,,735.22991782,mn +27127,56224,0.019648396999999998,251.0,,298.06618248999996,mn +27127,56255,0.025991037999999998,251.0,,394.28404645999996,mn +27127,56263,0.035780765,371.0,,542.79420505,mn +27127,56266,0.10175801400000001,251.0,,1543.6690723800002,mn +27127,56283,0.43371251299999997,251.0,,6579.418822209999,mn +27127,56287,0.005377456,251.0,,81.57600752,mn +27127,56292,0.041365047,251.0,,627.5077629900001,mn +27127,56293,0.088728025,251.0,,1346.00413925,mn +27127,56294,0.005239573,251.0,,79.48432241,mn +27129,55310,0.08642302800000001,251.0,,1257.2822113440002,mn +27129,55314,0.07368839999999999,251.0,,1072.0188431999998,mn +27129,55332,0.10957087,251.0,,1594.03701676,mn +27129,55333,0.054719109,251.0,,796.0535977320001,mn +27129,55342,0.119387146,251.0,,1736.844200008,mn +27129,56230,0.054387477999999996,251.0,,791.229029944,mn +27129,56270,0.071963919,251.0,,1046.931093612,mn +27129,56277,0.208794853,251.0,,3037.547521444,mn +27129,56284,0.146249254,251.0,,2127.634147192,mn +27129,56285,0.074815945,251.0,,1088.42236786,mn +27131,55019,0.029293586,251.0,,1961.850041592,mn +27131,55021,0.443687771,251.0,,29714.657399412,mn +27131,55046,0.080701392,251.0,,5404.733625024,mn +27131,55052,0.029426537000000003,251.0,,1970.7540359640002,mn +27131,55053,0.015998464,251.0,,1071.449131008,mn +27131,55057,0.370653234,251.0,,24823.388387448,mn +27131,55087,0.004801016,251.0,,321.533643552,mn +27131,55088,0.025438,251.0,,1703.633736,mn +27133,56116,0.085279075,371.0,,794.374583625,mn +27133,56134,0.053368913,371.0,,497.131424595,mn +27133,56138,0.096508784,371.0,,898.97932296,mn +27133,56146,0.009006004,371.0,,83.89092726,mn +27133,56147,0.021681121,371.0,,201.959642115,mn +27133,56156,0.645875028,371.0,,6016.32588582,mn +27133,56158,0.048587948,371.0,,452.59673562,mn +27133,56173,0.039693129,371.0,,369.74149663500003,mn +27135,56673,0.045486177,323.0,,689.7978742050001,mn +27135,56714,0.07699120599999999,323.0,,1167.5716389899999,mn +27135,56726,0.111343076,323.0,,1688.51774754,mn +27135,56751,0.350224584,323.0,,5311.15581636,mn +27135,56756,0.045612703,323.0,,691.7166409949999,mn +27135,56759,0.01606883,322.0,,243.68380695,mn +27135,56761,0.028025558,323.0,,425.00758707,mn +27135,56763,0.326247865,323.0,,4947.548872725,mn +27137,55602,0.0009872260000000001,250.0,20260.0,196.52707982,mn +27137,55702,0.002751204,250.0,20260.0,547.68218028,mn +27137,55703,0.0031571190000000003,250.0,20260.0,628.4876793300001,mn +27137,55705,0.016542303,250.0,20260.0,3293.07625821,mn +27137,55706,0.008078216,250.0,20260.0,1608.1304591199998,mn +27137,55708,0.003487865,250.0,20260.0,694.32928555,mn +27137,55710,0.006188956,250.0,20260.0,1232.0354709199999,mn +27137,55711,0.00342773,250.0,20260.0,682.3582111,mn +27137,55713,0.00543225,251.0,20260.0,1081.3980075,mn +27137,55717,0.001909305,250.0,20260.0,380.08534635,mn +27137,55719,0.029681932999999997,251.0,20260.0,5908.782402309999,mn +27137,55723,0.011155155,250.0,20260.0,2220.65670585,mn +27137,55724,0.003868724,250.0,20260.0,770.14688668,mn +27137,55725,0.000606367,251.0,20260.0,120.70947869,mn +27137,55731,0.029626807999999998,250.0,20260.0,5897.808668559999,mn +27137,55732,0.0072162730000000005,250.0,20260.0,1436.54346611,mn +27137,55734,0.030032724,250.0,20260.0,5978.61436668,mn +27137,55736,0.007080968000000001,250.0,20260.0,1409.6082997600001,mn +27137,55738,0.002691068,250.0,20260.0,535.7109067600001,mn +27137,55741,0.017830207,250.0,20260.0,3549.4593074900004,mn +27137,55746,0.084600775,251.0,20260.0,16841.47627925,mn +27137,55750,0.010458584,250.0,20260.0,2081.99031688,mn +27137,55751,0.007927877,250.0,20260.0,1578.20247439,mn +27137,55758,0.0007166160000000001,250.0,20260.0,142.65674712000003,mn +27137,55763,0.0026760340000000003,250.0,20260.0,532.71808838,mn +27137,55765,0.003988995,250.0,20260.0,794.0892346500001,mn +27137,55766,0.000110249,250.0,20260.0,21.947268429999998,mn +27137,55768,0.014542794,250.0,20260.0,2895.0340015799998,mn +27137,55771,0.008213521,250.0,20260.0,1635.06562547,mn +27137,55779,0.01976958,250.0,20260.0,3935.5302905999997,mn +27137,55781,0.0037885429999999997,251.0,20260.0,754.18525501,mn +27137,55782,0.002064656,250.0,20260.0,411.01106992000007,mn +27137,55790,0.010042646,250.0,20260.0,1999.1895392200001,mn +27137,55792,0.049145824000000005,250.0,20260.0,9783.459183680001,mn +27137,55798,0.003172153,250.0,20260.0,631.48049771,mn +27137,55802,0.01194694,250.0,20260.0,2378.2773458,mn +27137,55803,0.09041388300000001,250.0,20260.0,17998.691688810002,mn +27137,55804,0.072678891,250.0,20260.0,14468.18683137,mn +27137,55805,0.047887987,250.0,20260.0,9533.06157209,mn +27137,55806,0.043733619,250.0,20260.0,8706.05153433,mn +27137,55807,0.047822841,250.0,20260.0,9520.09295787,mn +27137,55808,0.030263243999999998,250.0,20260.0,6024.50398308,mn +27137,55810,0.041864404,250.0,20260.0,8333.946904280001,mn +27137,55811,0.138016227,250.0,20260.0,27474.890308889997,mn +27137,55812,0.059173435999999996,250.0,20260.0,11779.65590452,mn +27137,55814,0.003227278,250.0,20260.0,642.4542314600001,mn +27139,55020,0.025682821,251.0,33460.0,3827.074205673,mn +27139,55054,0.017943731,251.0,33460.0,2673.849187503,mn +27139,55352,0.064316632,251.0,33460.0,9584.014284216,mn +27139,55372,0.22796756399999998,251.0,33460.0,33970.130614331996,mn +27139,55378,0.204955757,251.0,33460.0,30541.072217841,mn +27139,55379,0.308097965,251.0,33460.0,45910.602058544995,mn +27139,56011,0.063768731,251.0,33460.0,9502.369912503,mn +27139,56071,0.0872668,251.0,33460.0,13003.8876684,mn +27141,55308,0.09566028900000001,254.0,33460.0,9301.815181782002,mn +27141,55309,0.17985467600000002,251.0,33460.0,17488.708984888002,mn +27141,55319,0.050101422,254.0,33460.0,4871.762072436,mn +27141,55330,0.364575695,251.0,33460.0,35450.61143041,mn +27141,55398,0.151332768,251.0,33460.0,14715.295694784001,mn +27141,56304,0.158475149,254.0,33460.0,15409.806538462,mn +27143,55307,0.242953611,251.0,,3611.505427515,mn +27143,55334,0.189078097,251.0,,2810.645911905,mn +27143,55335,0.12720199599999998,251.0,,1890.8576705399998,mn +27143,55338,0.08477686400000001,251.0,,1260.20808336,mn +27143,55366,0.039709336,251.0,,590.2792796399999,mn +27143,55396,0.15641515,251.0,,2325.11120475,mn +27143,56044,0.159864944,251.0,,2376.39239256,mn +27145,55329,0.012262743999999999,254.0,41060.0,1975.2214897999997,mn +27145,55353,0.022562429,254.0,41060.0,3634.243251175,mn +27145,56301,0.223399916,254.0,41060.0,35984.1414697,mn +27145,56303,0.157261405,254.0,41060.0,25330.880810374998,mn +27145,56307,0.035150225,254.0,41060.0,5661.822491875,mn +27145,56310,0.034576604,254.0,41060.0,5569.426489299999,mn +27145,56312,0.016711494,251.0,41060.0,2691.8038960500003,mn +27145,56320,0.052938852,254.0,41060.0,8527.1255859,mn +27145,56321,0.009636834,254.0,41060.0,1552.2530365500002,mn +27145,56325,0.001255593,251.0,41060.0,202.24464247499998,mn +27145,56331,0.014155694,254.0,41060.0,2280.12841105,mn +27145,56335,0.001708116,254.0,41060.0,275.1347847,mn +27145,56340,0.014754808999999999,254.0,41060.0,2376.630859675,mn +27145,56352,0.038368877,254.0,41060.0,6180.266862775001,mn +27145,56356,0.001797346,254.0,41060.0,289.50750695,mn +27145,56362,0.037221633999999997,254.0,41060.0,5995.47469655,mn +27145,56368,0.029178192000000002,254.0,41060.0,4699.8772764000005,mn +27145,56369,0.00425117,254.0,41060.0,684.75720775,mn +27145,56371,0.000669225,254.0,41060.0,107.795416875,mn +27145,56374,0.067700034,254.0,41060.0,10904.782976550001,mn +27145,56375,0.005838188,254.0,41060.0,940.3861321,mn +27145,56376,0.0021861339999999997,254.0,41060.0,352.13153404999997,mn +27145,56377,0.11945977599999999,254.0,41060.0,19241.983419199998,mn +27145,56378,0.05032568900000001,254.0,41060.0,8106.210355675001,mn +27145,56387,0.04662902,254.0,41060.0,7510.7693965,mn +27147,55049,0.071276539,253.0,,2612.213877811,mn +27147,55060,0.772095993,253.0,,28296.546047457,mn +27147,55917,0.09955834599999999,253.0,,3648.7138225539998,mn +27147,56026,0.054648007,253.0,,2002.794808543,mn +27147,56046,0.002421114,253.0,,88.731406986,mn +27149,56207,0.028327474,251.0,,277.75088257,mn +27149,56221,0.070718232,251.0,,693.3922647600001,mn +27149,56235,0.052034154000000006,251.0,,510.19487997000004,mn +27149,56244,0.154495229,251.0,,1514.825720345,mn +27149,56267,0.694424912,251.0,,6808.83626216,mn +27151,56208,0.244110335,251.0,,2261.92636411,mn +27151,56215,0.5135551079999999,254.0,,4758.601630728,mn +27151,56226,0.025807978999999998,254.0,,239.136733414,mn +27151,56231,0.044868,254.0,,415.74688799999996,mn +27151,56249,0.033503019,251.0,,310.438974054,mn +27151,56271,0.138155558,251.0,,1280.149400428,mn +27153,56318,0.046332539000000006,251.0,,1142.7457418960003,mn +27153,56336,0.06271273,254.0,,1546.7467727199999,mn +27153,56347,0.304841729,254.0,,7518.616404056,mn +27153,56389,0.004892784,251.0,,120.67562457599999,mn +27153,56434,0.014550715,251.0,,358.87883476,mn +27153,56437,0.062031995,251.0,,1529.9571246799999,mn +27153,56438,0.124319265,254.0,,3066.21035196,mn +27153,56440,0.063053097,254.0,,1555.141584408,mn +27153,56446,0.059819605,251.0,,1475.39073772,mn +27153,56453,0.038504084,251.0,,949.6647277760001,mn +27153,56479,0.218941457,254.0,,5399.972095448,mn +27155,56219,0.295960187,322.0,,964.5342494329999,mn +27155,56236,0.100995316,251.0,,329.143734844,mn +27155,56296,0.570257611,251.0,,1858.469554249,mn +27155,56583,0.032786885,322.0,,106.852458215,mn +27157,55041,0.328296645,253.0,40340.0,7100.071541415,mn +27157,55932,0.087587861,253.0,40340.0,1894.262669847,mn +27157,55945,0.050843890999999995,253.0,40340.0,1099.600830657,mn +27157,55956,0.086156825,253.0,40340.0,1863.313654275,mn +27157,55957,0.029630877000000003,253.0,40340.0,640.8269768790001,mn +27157,55964,0.185445515,253.0,40340.0,4010.630152905,mn +27157,55968,0.00370386,253.0,40340.0,80.10338021999999,mn +27157,55981,0.170125005,253.0,40340.0,3679.293483135,mn +27157,55991,0.05820952099999999,253.0,40340.0,1258.8973106669998,mn +27159,56464,0.28478624,322.0,,3896.4453356800004,mn +27159,56477,0.17261647,251.0,,2361.73854254,mn +27159,56481,0.12033657099999999,251.0,,1646.4449644219999,mn +27159,56482,0.422260719,251.0,,5777.371157358,mn +27161,56048,0.219838014,251.0,,4091.625116568,mn +27161,56072,0.113705691,253.0,,2116.290320892,mn +27161,56091,0.018039338999999998,251.0,,335.74817746799994,mn +27161,56093,0.648416956,251.0,,12068.336385072002,mn +27163,55001,0.010015991,256.0,33460.0,2628.59667804,mn +27163,55003,0.014139832,256.0,33460.0,3710.85751008,mn +27163,55016,0.11871553800000001,256.0,33460.0,31155.705792720004,mn +27163,55025,0.081876331,256.0,33460.0,21487.62430764,mn +27163,55038,0.07326038900000001,256.0,33460.0,19226.456489160002,mn +27163,55042,0.031909176000000004,256.0,33460.0,8374.244149440001,mn +27163,55043,0.012215594,256.0,33460.0,3205.86048936,mn +27163,55047,0.00786947,256.0,33460.0,2065.2637068,mn +27163,55055,0.011631688000000001,256.0,33460.0,3052.62019872,mn +27163,55071,0.018857533,256.0,33460.0,4948.97096052,mn +27163,55073,0.011943546999999999,256.0,33460.0,3134.4644746799995,mn +27163,55082,0.118994221,256.0,33460.0,31228.84335924,mn +27163,55090,0.000928943,256.0,33460.0,243.79180092,mn +27163,55110,0.13382080699999999,256.0,33460.0,35119.932589079996,mn +27163,55115,0.030233762,256.0,33460.0,7934.54849928,mn +27163,55125,0.14411216300000002,256.0,33460.0,37820.79605772001,mn +27163,55128,0.09571094,256.0,33460.0,25118.379093599997,mn +27163,55129,0.083764075,256.0,33460.0,21983.043843,mn +27165,56022,0.003786513,251.0,,41.261632161,mn +27165,56056,0.007573026,251.0,,82.523264322,mn +27165,56060,0.037684817999999995,251.0,,410.65146174599994,mn +27165,56062,0.319780022,251.0,,3484.642899734,mn +27165,56081,0.526054814,251.0,,5732.419308158,mn +27165,56120,0.08600793400000001,371.0,,937.2284567980001,mn +27165,56160,0.019112874,371.0,,208.27298797799997,mn +27167,56520,0.597005614,322.0,,3705.6138460979996,mn +27167,56522,0.070960699,322.0,,440.453058693,mn +27167,56543,0.035090455,322.0,,217.806454185,mn +27167,56553,0.031191516000000002,322.0,,193.60573981200002,mn +27167,56565,0.005302558000000001,322.0,,32.912977506000004,mn +27167,56579,0.184653774,322.0,,1146.1459752179999,mn +27167,56594,0.07579538400000001,322.0,,470.461948488,mn +27169,55910,0.026283103999999998,253.0,,1326.876222336,mn +27169,55925,0.022556992999999997,448.0,,1138.7672346119998,mn +27169,55952,0.051684762999999995,448.0,,2609.253575292,mn +27169,55959,0.049541247999999996,448.0,,2501.0403640319996,mn +27169,55969,0.020373412,253.0,,1028.531331408,mn +27169,55972,0.106093994,253.0,,5356.049193096,mn +27169,55979,0.023738932,253.0,,1198.436243088,mn +27169,55987,0.699727553,448.0,,35325.045785652,mn +27171,55301,0.101038895,251.0,33460.0,13981.459173415,mn +27171,55302,0.056165272999999995,251.0,33460.0,7771.981981921,mn +27171,55313,0.19304288600000002,251.0,33460.0,26712.695436022004,mn +27171,55320,0.040922336000000004,254.0,33460.0,5662.710088672001,mn +27171,55321,0.04339288,251.0,33460.0,6004.57655576,mn +27171,55328,0.074433042,251.0,33460.0,10299.821052834,mn +27171,55341,0.025544787000000003,251.0,33460.0,3534.8109906990003,mn +27171,55349,0.030723426,251.0,33460.0,4251.415519602,mn +27171,55358,0.040518497,251.0,33460.0,5606.828059369,mn +27171,55362,0.153205372,251.0,33460.0,21200.099761244,mn +27171,55363,0.038071709,251.0,33460.0,5268.248876293001,mn +27171,55373,0.046085139000000004,251.0,33460.0,6377.123279403,mn +27171,55376,0.136679653,251.0,33460.0,18913.320343181003,mn +27171,55390,0.020176105,251.0,33460.0,2791.908881585,mn +27173,56220,0.257213364,371.0,,2497.284551076,mn +27173,56223,0.135914958,251.0,,1319.598327222,mn +27173,56237,0.047076689000000005,251.0,,457.067573501,mn +27173,56241,0.365983295,251.0,,3553.3318111549997,mn +27173,56245,0.05979498900000001,251.0,,580.5495482010001,mn +27173,56280,0.044798785,371.0,,434.951403565,mn +27173,56297,0.08921792,251.0,,866.2167852800001,mn +28001,39120,1.0,259.0,,30693.0,ms +28003,38834,0.7858562109999999,379.0,,29039.744565082998,ms +28003,38846,0.07253799,379.0,,2680.4963444699997,ms +28003,38865,0.141605799,379.0,,5232.759090447,ms +28005,39638,0.304146595,210.0,,3740.090678715,ms +28005,39645,0.470577123,210.0,,5786.686881531,ms +28005,39664,0.225276282,259.0,,2770.222439754,ms +28007,39067,0.07579032,259.0,,1377.41327568,ms +28007,39090,0.643765392,259.0,,11699.792234208,ms +28007,39108,0.094034277,259.0,,1708.978950198,ms +28007,39160,0.12630044699999998,259.0,,2295.3843237779997,ms +28007,39192,0.060109564000000004,259.0,,1092.431216136,ms +28009,38603,0.353392618,379.0,,2918.669632062,ms +28009,38633,0.259227677,262.0,,2140.9613843429997,ms +28009,38642,0.286636618,379.0,,2367.331828062,ms +28009,38647,0.100743087,379.0,,832.0371555329999,ms +28011,38702,0.000908816,379.0,,27.835216448,ms +28011,38725,0.023568616,379.0,,721.859570848,ms +28011,38726,0.016934262,379.0,,518.662576536,ms +28011,38730,0.06373826099999999,379.0,,1952.1754579079998,ms +28011,38732,0.5345046960000001,379.0,,16370.809829088003,ms +28011,38740,0.011632838999999999,379.0,,356.29059289199995,ms +28011,38746,0.014298696999999999,379.0,,437.940491716,ms +28011,38759,0.028021812000000004,379.0,,858.2520579360001,ms +28011,38762,0.073886701,379.0,,2263.001878228,ms +28011,38764,0.009542563,379.0,,292.26961956400004,ms +28011,38769,0.055831566,379.0,,1710.0092034479999,ms +28011,38772,0.001847925,379.0,,56.5982469,ms +28011,38773,0.092275068,379.0,,2826.200782704,ms +28011,38774,0.066434414,379.0,,2034.7532319919999,ms +28011,38781,0.006573766,379.0,,201.341305048,ms +28013,38878,0.19900532899999998,261.0,,2857.915529769,ms +28013,38913,0.027779751000000002,261.0,,398.945004111,ms +28013,38914,0.055346359000000005,261.0,,794.829061599,ms +28013,38915,0.26216696300000003,261.0,,3764.9797556430003,ms +28013,38916,0.36348135,261.0,,5219.95566735,ms +28013,38951,0.092220249,261.0,,1324.374995889,ms +28015,38917,0.418270464,259.0,,4160.536305408,ms +28015,38923,0.155889145,259.0,,1550.629325315,ms +28015,38924,0.08724660000000001,259.0,,867.8419302000001,ms +28015,38943,0.010264305999999999,259.0,,102.09905178199999,ms +28015,38947,0.040030792999999995,259.0,,398.18629797099993,ms +28015,39176,0.288298691,259.0,,2867.707079377,ms +28017,38850,0.138061512,262.0,,2361.266039736,ms +28017,38851,0.380954691,261.0,,6515.468080173,ms +28017,38860,0.31735713600000004,262.0,,5427.759097008001,ms +28017,39756,0.09207334800000001,262.0,,1574.7304708440001,ms +28017,39776,0.071553313,261.0,,1223.776312239,ms +28019,39735,0.583778371,259.0,,4792.820425909999,ms +28019,39745,0.134178905,259.0,,1101.6088100499999,ms +28019,39772,0.28204272399999997,259.0,,2315.5707640399996,ms +28021,39086,0.143194601,259.0,,1287.0330737880001,ms +28021,39096,0.212260967,259.0,,1907.8015713959999,ms +28021,39150,0.644544432,259.0,,5793.165354816,ms +28023,39330,0.191092473,260.0,,2969.768122893,ms +28023,39355,0.484419059,260.0,,7528.356595919,ms +28023,39360,0.23259344899999998,260.0,,3614.734790909,ms +28023,39363,0.09189501800000001,260.0,,1428.1404747380002,ms +28025,39741,0.081997138,262.0,,1583.856717608,ms +28025,39750,0.11006956400000001,262.0,,2126.1036982240003,ms +28025,39755,0.033598105,262.0,,648.98099618,ms +28025,39773,0.774335192,262.0,,14957.058568672,ms +28027,38614,0.769907795,379.0,,17033.44005658,ms +28027,38617,0.028541492,379.0,,631.451969008,ms +28027,38630,0.012196143999999999,379.0,,269.827489856,ms +28027,38631,0.053813915,379.0,,1190.5790554599998,ms +28027,38639,0.046772842,379.0,,1034.8023564080002,ms +28027,38644,0.008843252,379.0,,195.64810724799997,ms +28027,38645,0.054149204000000006,379.0,,1197.996989296,ms +28027,38720,0.024685666000000002,379.0,,546.1456745840001,ms +28027,38767,0.00108969,379.0,,24.108301559999997,ms +28029,39059,0.376255391,259.0,27140.0,10559.607548415,ms +28029,39078,0.027484809,259.0,27140.0,771.361164585,ms +28029,39083,0.307716526,259.0,27140.0,8636.06430219,ms +28029,39144,0.024745773,259.0,27140.0,694.490119245,ms +28029,39191,0.2637975,259.0,27140.0,7403.4768375,ms +28031,39428,0.656570045,258.0,25620.0,12235.83935862,ms +28031,39479,0.343429955,258.0,25620.0,6400.16064138,ms +28033,38632,0.15712971,379.0,32820.0,29060.35421595,ms +28033,38637,0.155933276,379.0,32820.0,28839.07972982,ms +28033,38641,0.013039977,379.0,32820.0,2411.678546265,ms +28033,38651,0.044544147,379.0,32820.0,8238.217266915,ms +28033,38654,0.29929249399999996,379.0,32820.0,55352.65030282999,ms +28033,38671,0.216013805,379.0,32820.0,39950.673165725,ms +28033,38672,0.07785447200000001,379.0,32820.0,14398.795324040002,ms +28033,38680,0.03619212,379.0,32820.0,6693.5516334,ms +28035,39401,0.551531817,258.0,25620.0,41308.078497849,ms +28035,39406,0.025564865,258.0,25620.0,1914.731693905,ms +28035,39425,0.030065631000000002,258.0,25620.0,2251.825565007,ms +28035,39455,0.118031596,258.0,25620.0,8840.212445612,ms +28035,39465,0.27480609100000003,258.0,25620.0,20582.151797627,ms +28037,39630,0.106991959,259.0,,825.2289797669999,ms +28037,39647,0.151560583,259.0,,1168.986776679,ms +28037,39653,0.342783154,259.0,,2643.8864668019996,ms +28037,39661,0.39866430399999997,259.0,,3074.8977767519996,ms +28041,39451,0.793746848,6.0,,10783.844676928,ms +28041,39456,0.110690872,258.0,,1503.846186992,ms +28041,39461,0.095562279,258.0,,1298.309122494,ms +28043,38901,0.859477574,261.0,,17841.035481092,ms +28043,38929,0.065372079,261.0,,1356.993615882,ms +28043,38940,0.075150347,261.0,,1559.970903026,ms +28045,39520,0.434204184,220.0,25060.0,20682.013692288,ms +28045,39525,0.19639930600000002,220.0,25060.0,9354.891743392001,ms +28045,39556,0.199339632,220.0,25060.0,9494.945351424,ms +28045,39572,0.030511906000000002,220.0,25060.0,1453.3431065920001,ms +28045,39576,0.13954497300000002,220.0,25060.0,6646.806153936001,ms +28047,39501,0.10883540400000001,257.0,25060.0,22646.470864320003,ms +28047,39503,0.257859866,257.0,25060.0,53655.48091728,ms +28047,39507,0.077433452,257.0,25060.0,16112.35269216,ms +28047,39530,0.037295972000000004,257.0,25060.0,7760.545853760001,ms +28047,39531,0.082155233,257.0,25060.0,17094.860882639998,ms +28047,39532,0.174063498,257.0,25060.0,36219.13266384,ms +28047,39534,0.012430428,257.0,25060.0,2586.52345824,ms +28047,39540,0.041708281,257.0,25060.0,8678.659110479999,ms +28047,39560,0.081278398,257.0,25060.0,16912.409055840002,ms +28047,39571,0.064491928,257.0,25060.0,13419.480378240001,ms +28047,39574,0.062447542,257.0,25060.0,12994.084539360001,ms +28049,39041,0.014742989,259.0,27140.0,3418.01456976,ms +28049,39056,0.107809654,259.0,27140.0,24994.59018336,ms +28049,39066,0.018034351,259.0,27140.0,4181.08393584,ms +28049,39154,0.04272988900000001,259.0,27140.0,9906.497465760001,ms +28049,39170,0.043415418,259.0,27140.0,10065.430509119999,ms +28049,39175,0.017765921,259.0,27140.0,4118.85112464,ms +28049,39201,0.002068974,259.0,27140.0,479.67093215999995,ms +28049,39202,0.033091196,259.0,27140.0,7671.862880640001,ms +28049,39203,0.02626482,259.0,27140.0,6089.2358688,ms +28049,39204,0.072694911,259.0,27140.0,16853.58816624,ms +28049,39206,0.101809217,259.0,27140.0,23603.448869279997,ms +28049,39209,0.112889172,259.0,27140.0,26172.225636479998,ms +28049,39211,0.101705974,259.0,27140.0,23579.51301216,ms +28049,39212,0.144444123,259.0,27140.0,33487.92547632,ms +28049,39213,0.08655001699999999,259.0,27140.0,20065.75594128,ms +28049,39216,0.016510496,259.0,27140.0,3827.79339264,ms +28049,39217,0.005331428,259.0,27140.0,1236.03826752,ms +28049,39269,0.0,259.0,27140.0,0.0,ms +28049,39272,0.05214145,259.0,27140.0,12088.473768,ms +28051,39063,0.248100773,259.0,27140.0,4220.19414873,ms +28051,39079,0.114862671,259.0,27140.0,1953.81403371,ms +28051,39095,0.469125381,259.0,27140.0,7979.82273081,ms +28051,39169,0.167911175,259.0,27140.0,2856.16908675,ms +28053,38754,0.153964315,259.0,,1241.56823616,ms +28053,39038,0.691716885,259.0,,5578.00496064,ms +28053,39097,0.070660522,259.0,,569.806449408,ms +28053,39115,0.008034976,259.0,,64.79404646399999,ms +28053,39166,0.07562330099999999,259.0,,609.8262992639999,ms +28055,38704,0.0,379.0,,0.0,ms +28055,38745,0.10222222199999999,259.0,,135.64888859399997,ms +28055,39113,0.74,259.0,,981.98,ms +28055,39177,0.157777778,259.0,,209.371111406,ms +28057,38824,0.24502018399999997,262.0,,5731.0221037599995,ms +28057,38843,0.394017603,262.0,,9216.07173417,ms +28057,38847,0.112103765,262.0,,2622.10706335,ms +28057,38855,0.145324598,262.0,,3399.14234722,ms +28057,38856,0.055290848,262.0,,1293.25293472,ms +28057,38876,0.048243002,262.0,,1128.40381678,ms +28059,39452,0.175498608,6.0,25060.0,25204.583585136,ms +28059,39553,0.109728831,6.0,25060.0,15758.925521727,ms +28059,39562,0.109595062,6.0,25060.0,15739.714019254,ms +28059,39563,0.08591157199999999,6.0,25060.0,12338.362235923998,ms +28059,39564,0.254218502,6.0,25060.0,36510.098601734004,ms +28059,39565,0.12551357800000001,6.0,25060.0,18025.883531626,ms +28059,39567,0.070789301,6.0,25060.0,10166.547041717,ms +28059,39581,0.06874454599999999,6.0,25060.0,9872.885462881999,ms +28061,39338,0.20861900100000003,258.0,,3417.8050933830004,ms +28061,39347,0.091740124,260.0,,1502.9784514920002,ms +28061,39348,0.030852106,258.0,,505.450052598,ms +28061,39356,0.027641746000000002,260.0,,452.85472471800006,ms +28061,39366,0.064642507,260.0,,1059.038192181,ms +28061,39422,0.260800958,258.0,,4272.702094914001,ms +28061,39439,0.230982697,258.0,,3784.189524951,ms +28061,39481,0.084720862,258.0,,1387.9818821459999,ms +28063,39069,0.8622681670000001,259.0,,6027.25448733,ms +28063,39668,0.137731833,259.0,,962.74551267,ms +28065,39119,0.33611608,259.0,,3740.29973824,ms +28065,39421,0.166501027,258.0,,1852.8234284559999,ms +28065,39427,0.08937918199999999,258.0,,994.6115372959998,ms +28065,39474,0.361955874,259.0,,4027.844965872,ms +28065,39656,0.046047837,259.0,,512.420330136,ms +28067,39437,0.20472417199999998,258.0,,13941.306664855998,ms +28067,39440,0.315025281,258.0,,21452.591585538,ms +28067,39443,0.33147687,258.0,,22572.91189326,ms +28067,39459,0.055422232,258.0,,3774.1431547360003,ms +28067,39464,0.039438533,258.0,,2685.6852202339996,ms +28067,39477,0.009870953,258.0,,672.192157394,ms +28067,39480,0.044041959000000006,258.0,,2999.169323982,ms +28069,39328,0.504623387,260.0,,4916.041036154,ms +28069,39352,0.033326912,260.0,,324.670776704,ms +28069,39354,0.278751686,260.0,,2715.598925012,ms +28069,39358,0.183298016,260.0,,1785.689271872,ms +28071,38601,0.043974973,261.0,,2375.484066487,ms +28071,38655,0.8439195340000001,261.0,,45587.68930714601,ms +28071,38673,0.014136933999999999,261.0,,763.6630377459999,ms +28071,38677,0.09194947099999999,261.0,,4967.018473949,ms +28071,38949,0.006019086999999999,261.0,,325.145060653,ms +28073,39402,0.626747693,258.0,25620.0,39700.079117699,ms +28073,39475,0.204361997,258.0,25620.0,12944.901975970999,ms +28073,39482,0.16889031,258.0,25620.0,10698.018906329999,ms +28075,39301,0.328421053,260.0,,24344.210553625002,ms +28075,39305,0.257192982,260.0,,19064.42979075,ms +28075,39307,0.214849624,260.0,,15925.728378999998,ms +28075,39309,0.004649123,260.0,,344.616242375,ms +28075,39320,0.016152882,260.0,,1197.33237825,ms +28075,39325,0.084586466,260.0,,6269.97179225,ms +28075,39326,0.005338346,260.0,,395.70489725,ms +28075,39335,0.038433584,260.0,,2848.8894139999998,ms +28075,39342,0.017218045,260.0,,1276.287585625,ms +28075,39364,0.033157895,260.0,,2457.828966875,ms +28077,39140,0.19360641,259.0,,2436.73027626,ms +28077,39654,0.41680974600000004,259.0,,5245.967463156,ms +28077,39663,0.244379037,259.0,,3075.754559682,ms +28077,39665,0.145204807,259.0,,1827.5477009019999,ms +28079,39051,0.683833354,259.0,,15581.826804244,ms +28079,39094,0.16146402699999998,259.0,,3679.1193192219994,ms +28079,39189,0.15470262,259.0,,3525.0538993200003,ms +28081,38801,0.362336316,262.0,,30956.565493776,ms +28081,38804,0.213085104,262.0,,18205.138945344,ms +28081,38826,0.059577495,262.0,,5090.06286282,ms +28081,38849,0.077338607,262.0,,6607.501227652,ms +28081,38857,0.047423252,262.0,,4051.652957872,ms +28081,38862,0.026973256,262.0,,2304.4870996160003,ms +28081,38866,0.140075241,262.0,,11967.468290076,ms +28081,38868,0.065220537,262.0,,5572.1817991319995,ms +28081,38879,0.007970193,262.0,,680.941409148,ms +28083,38930,0.7683985529999999,259.0,,21655.776419199,ms +28083,38941,0.147352844,259.0,,4152.845202452,ms +28083,38944,0.014929300000000001,259.0,,420.7524619,ms +28083,38945,0.00151266,259.0,,42.63129678,ms +28083,38946,0.008451166999999999,259.0,,238.17923956099997,ms +28083,38952,0.014205853000000001,259.0,,400.36355509900005,ms +28083,38954,0.045149622,259.0,,1272.451796826,ms +28083,38958,0.0,261.0,,0.0,ms +28085,39601,0.7279832740000001,259.0,,24862.812756922,ms +28085,39629,0.224831135,259.0,,7678.657753654999,ms +28085,39662,0.04718559,259.0,,1611.52945527,ms +28087,39701,0.221776351,262.0,,12994.985286845,ms +28087,39702,0.38394529200000005,262.0,,22497.27438474,ms +28087,39705,0.221425227,262.0,,12974.411176065,ms +28087,39736,0.004447566,262.0,,260.60512977,ms +28087,39740,0.088667068,262.0,,5195.4468494600005,ms +28087,39743,0.02248863,262.0,,1317.7212748499999,ms +28087,39766,0.057249865999999996,262.0,,3354.55589827,ms +28089,39045,0.015962551000000002,259.0,27140.0,1696.3722198720002,ms +28089,39046,0.267874277,259.0,27140.0,28467.535165344,ms +28089,39071,0.059198093,259.0,27140.0,6291.099739296,ms +28089,39110,0.411343394,259.0,27140.0,43714.285167168,ms +28089,39157,0.237664641,259.0,27140.0,25257.096728352,ms +28089,39174,0.007957046,259.0,27140.0,845.6111925120001,ms +28091,39429,0.63029722,259.0,,15488.29358706,ms +28091,39478,0.080536913,259.0,,1979.033563149,ms +28091,39483,0.24026845600000002,259.0,,5904.116769288001,ms +28091,39643,0.048897410999999995,259.0,,1201.556080503,ms +28093,38611,0.393065722,379.0,32820.0,13872.861592268,ms +28093,38635,0.432441003,379.0,32820.0,15262.572759882,ms +28093,38659,0.08419439199999999,262.0,32820.0,2971.556871248,ms +28093,38661,0.049153035,379.0,32820.0,1734.80721729,ms +28093,38685,0.041145847,261.0,32820.0,1452.2015240179999,ms +28095,38821,0.346846609,262.0,,12227.036660467998,ms +28095,38844,0.005282062,262.0,,186.203249624,ms +28095,38848,0.015766955,262.0,,555.8166976599999,ms +28095,38858,0.174651384,262.0,,6156.810588767999,ms +28095,38870,0.075005282,262.0,,2644.0862010640003,ms +28095,39730,0.295716248,262.0,,10424.589174496,ms +28095,39746,0.08673146,262.0,,3057.4574279199996,ms +28097,38925,0.22339880399999998,261.0,,2183.7233091,ms +28097,38967,0.641673783,259.0,,6272.361228825,ms +28097,39747,0.134927412,259.0,,1318.9154523,ms +28099,39350,0.7714777690000001,260.0,,22463.889677742,ms +28099,39365,0.22852223100000002,260.0,,6654.110322258,ms +28101,39057,0.123981467,260.0,,2605.842473406,ms +28101,39323,0.07855355,260.0,,1651.0385139,ms +28101,39327,0.224583267,260.0,,4720.291105806,ms +28101,39332,0.080364275,260.0,,1689.09633195,ms +28101,39336,0.07264206200000001,260.0,,1526.790859116,ms +28101,39337,0.103797199,260.0,,2181.609528582,ms +28101,39345,0.316078181,260.0,,6643.3312082580005,ms +28103,39341,0.671100703,260.0,,6990.856023151,ms +28103,39361,0.109882904,260.0,,1144.650210968,ms +28103,39739,0.219016393,260.0,,2281.493765881,ms +28105,39759,0.905705669,262.0,,44911.227008703005,ms +28105,39760,0.000225683,262.0,,11.190942921,ms +28105,39762,0.061857574000000005,262.0,,3067.331521938,ms +28105,39769,0.032211075,262.0,,1597.2505760249999,ms +28107,38606,0.461950818,261.0,,15795.022369056,ms +28107,38619,0.151771279,379.0,,5189.363571568,ms +28107,38620,0.088436339,261.0,,3023.8153030880003,ms +28107,38621,0.046402133,379.0,,1586.581731536,ms +28107,38658,0.063873841,261.0,,2183.974371472,ms +28107,38666,0.18756559,261.0,,6413.24265328,ms +28109,39426,0.324590983,220.0,,18026.160240905,ms +28109,39466,0.46489678700000003,220.0,,25818.043066045,ms +28109,39470,0.21051223,258.0,,11690.796693049999,ms +28111,39423,0.218401332,258.0,25620.0,2614.919148036,ms +28111,39462,0.101082431,258.0,25620.0,1210.259946363,ms +28111,39476,0.6805162359999999,258.0,25620.0,8147.820893627999,ms +28113,39635,0.006556792,259.0,,257.60324409599997,ms +28113,39641,0.076941948,259.0,,3022.895253024,ms +28113,39648,0.46912286200000003,259.0,,18430.899002256003,ms +28113,39652,0.182274359,259.0,,7161.195016392,ms +28113,39657,0.036173867,259.0,,1421.198886696,ms +28113,39666,0.228930172,259.0,,8994.208597535999,ms +28115,38841,0.101409443,262.0,,3262.747419082,ms +28115,38863,0.744009866,262.0,,23937.773428684,ms +28115,38864,0.066490486,262.0,,2139.264896564,ms +28115,38869,0.018040874,262.0,,580.4470800759999,ms +28115,38871,0.07004933099999999,262.0,,2253.7671755939996,ms +28117,38829,0.949959928,262.0,,23868.693150928,ms +28117,38859,0.050040072000000005,262.0,,1257.3068490720002,ms +28119,38622,0.11063218400000001,379.0,,751.4137937280001,ms +28119,38623,0.035201149,379.0,,239.086204008,ms +28119,38643,0.301149425,379.0,,2045.4068946000002,ms +28119,38646,0.4125,379.0,,2801.7,ms +28119,38670,0.11637931,379.0,,790.44827352,ms +28119,38964,0.024137931,379.0,,163.944827352,ms +28121,39042,0.256075464,259.0,27140.0,39761.093370744,ms +28121,39047,0.258387071,259.0,27140.0,40120.018901241005,ms +28121,39073,0.132640961,259.0,27140.0,20595.294655431,ms +28121,39145,0.030870283999999998,259.0,27140.0,4793.259866963999,ms +28121,39167,0.0,259.0,27140.0,0.0,ms +28121,39193,0.006388563000000001,259.0,27140.0,991.9585655730001,ms +28121,39208,0.215998721,259.0,27140.0,33538.337408391,ms +28121,39218,0.047104828,259.0,27140.0,7314.013748388,ms +28121,39232,0.052534107999999996,259.0,27140.0,8157.023483268,ms +28123,39074,0.520323797,259.0,,14633.586466828,ms +28123,39092,0.091742485,259.0,,2580.16564814,ms +28123,39117,0.37506486299999997,259.0,,10548.324207012,ms +28123,39359,0.012868855,259.0,,361.92367802,ms +28125,38721,0.211181435,259.0,,912.514980635,ms +28125,38765,0.013924051000000002,259.0,,60.16582437100001,ms +28125,39054,0.05506329099999999,259.0,,237.92848041099998,ms +28125,39061,0.0,259.0,,0.0,ms +28125,39159,0.7198312240000001,259.0,,3110.3907189040006,ms +28127,39044,0.138600842,259.0,27140.0,3694.821246036,ms +28127,39062,0.022430117000000003,259.0,27140.0,597.9420589860001,ms +28127,39082,0.038623384,259.0,27140.0,1029.6221706719998,ms +28127,39111,0.36365344200000005,259.0,27140.0,9694.273456836001,ms +28127,39114,0.36166215799999996,259.0,27140.0,9641.189807964,ms +28127,39149,0.075030057,259.0,27140.0,2000.1512595059999,ms +28129,39116,0.14903397300000001,259.0,,2372.024714268,ms +28129,39152,0.09775192099999999,259.0,,1555.819574636,ms +28129,39153,0.27781369,259.0,,4421.68269004,ms +28129,39168,0.475400417,258.0,,7566.473036972,ms +28131,39561,0.120207989,258.0,25060.0,2204.133686304,ms +28131,39573,0.37404868799999996,258.0,25060.0,6858.556743167999,ms +28131,39577,0.505743323,258.0,25060.0,9273.309570528001,ms +28133,38736,0.017834638,259.0,,447.82776018,ms +28133,38737,0.106931449,259.0,,2685.04868439,ms +28133,38738,0.13778881,259.0,,3459.8770191000003,ms +28133,38749,0.001107504,259.0,,27.809425440000002,ms +28133,38751,0.406835975,259.0,,10215.65133225,ms +28133,38753,0.048233722,259.0,,1211.14875942,ms +28133,38761,0.09849150300000001,259.0,,2473.12164033,ms +28133,38768,0.0027878559999999996,259.0,,70.00306416,ms +28133,38771,0.121367195,259.0,,3047.53026645,ms +28133,38778,0.058621348,259.0,,1471.9820482799998,ms +28135,38920,0.040945704,261.0,,565.419226536,ms +28135,38921,0.312350835,261.0,,4313.252680515,ms +28135,38927,0.099716587,261.0,,1376.986349883,ms +28135,38928,0.009546539,261.0,,131.828157051,ms +28135,38950,0.035501193,259.0,,490.235974137,ms +28135,38953,0.026849642000000003,261.0,,370.76670637800004,ms +28135,38957,0.038559069,379.0,,532.462183821,ms +28135,38962,0.010143198,261.0,,140.067421182,ms +28135,38963,0.351506563,379.0,,4853.9541284669995,ms +28135,38966,0.074880668,379.0,,1034.0271444119999,ms +28137,38618,0.420099358,379.0,32820.0,11897.633917918,ms +28137,38665,0.089491479,379.0,32820.0,2534.488176759,ms +28137,38668,0.490409163,379.0,32820.0,13888.877905323,ms +28139,38625,0.054538866,262.0,,1200.6731349899999,ms +28139,38629,0.107265809,379.0,,2361.4567851350002,ms +28139,38663,0.560563508,379.0,,12340.805628619999,ms +28139,38674,0.03247871,379.0,,715.01880065,ms +28139,38683,0.24515310699999998,379.0,,5397.0456506049995,ms +28141,38827,0.18373093100000001,262.0,,3561.2566355730005,ms +28141,38833,0.139090816,1.0,,2695.997286528,ms +28141,38838,0.044025800999999996,262.0,,853.352100783,ms +28141,38852,0.46534248,1.0,,9019.73328984,ms +28141,38873,0.167809972,1.0,,3252.660687276,ms +28143,38626,0.09718867699999999,379.0,32820.0,936.1213368639999,ms +28143,38664,0.296976138,379.0,32820.0,2860.474161216,ms +28143,38676,0.605835185,379.0,32820.0,5835.40450192,ms +28145,38610,0.105477499,379.0,,3039.334133685,ms +28145,38627,0.040690966,262.0,,1172.51018529,ms +28145,38650,0.135376366,262.0,,3900.86998629,ms +28145,38652,0.567908776,262.0,,16364.29138044,ms +28145,38828,0.150546392,262.0,,4337.99428548,ms +28147,39667,1.0,259.0,,14286.0,ms +28149,39156,0.007987254000000001,259.0,,362.469573774,ms +28149,39180,0.6909399890000001,259.0,,31355.547640809003,ms +28149,39183,0.301072756,259.0,,13662.982740035999,ms +28151,38701,0.47092471,379.0,,20677.833091390003,ms +28151,38703,0.273719315,379.0,,12018.741402335001,ms +28151,38722,0.009434958,379.0,,414.279570822,ms +28151,38723,0.001751905,379.0,,76.924396645,ms +28151,38731,0.00474914,379.0,,208.52998825999998,ms +28151,38744,0.017835659,379.0,,783.145951031,ms +28151,38748,0.073622222,379.0,,3232.678145798,ms +28151,38756,0.12843785,379.0,,5639.577555649999,ms +28151,38760,0.019524242,379.0,,857.289941978,ms +28153,39322,0.077873734,258.0,,1571.725573322,ms +28153,39362,0.17837998800000002,258.0,,3600.243297804,ms +28153,39367,0.7437462779999999,258.0,,15011.031128873998,ms +28155,39737,0.015035563,262.0,,145.679569907,ms +28155,39744,0.51508058,262.0,,4990.61573962,ms +28155,39751,0.13117853599999998,261.0,,1270.9888353039998,ms +28155,39752,0.272170703,262.0,,2637.061941367,ms +28155,39767,0.058521653,259.0,,567.016295917,ms +28155,39771,0.008012965,262.0,,77.637617885,ms +28157,39631,0.331471136,210.0,,2860.59590368,ms +28157,39633,0.12787088800000002,210.0,,1103.5257634400002,ms +28157,39669,0.540657976,210.0,,4665.87833288,ms +28159,39339,0.8628527109999999,259.0,,15492.520426005,ms +28159,39346,0.137147289,259.0,,2462.479573995,ms +28161,38922,0.218679421,261.0,,2647.770429468,ms +28161,38948,0.143882025,261.0,,1742.1235586999999,ms +28161,38961,0.061910455999999996,261.0,,749.6118012479999,ms +28161,38965,0.575528099,261.0,,6968.494222692,ms +28163,39039,0.060318301,259.0,27140.0,1790.85035669,ms +28163,39040,0.10032094800000001,259.0,27140.0,2978.52894612,ms +28163,39088,0.003044039,259.0,27140.0,90.37751791000001,ms +28163,39146,0.070277603,259.0,27140.0,2086.54203307,ms +28163,39162,0.002084505,259.0,27140.0,61.888953449999995,ms +28163,39179,0.044304007,259.0,27140.0,1315.38596783,ms +28163,39194,0.719650597,259.0,27140.0,21366.42622493,ms +29001,63501,0.832920841,264.0,,21108.712873463,mo +29001,63533,0.027420939,264.0,,694.928857077,mo +29001,63540,0.005067767,264.0,,128.432419081,mo +29001,63546,0.076605775,264.0,,1941.420155825,mo +29001,63559,0.057984679000000004,264.0,,1469.505719897,mo +29003,64421,0.082161543,268.0,41140.0,1455.2452496160001,mo +29003,64427,0.052158273,268.0,41140.0,923.827331376,mo +29003,64436,0.064666449,268.0,41140.0,1145.372144688,mo +29003,64449,0.043165468,268.0,41140.0,764.546769216,mo +29003,64459,0.031556573,268.0,41140.0,558.9300209759999,mo +29003,64480,0.013652714,268.0,41140.0,241.816870368,mo +29003,64483,0.06532047099999999,268.0,41140.0,1156.9561823519998,mo +29003,64485,0.647318509,268.0,41140.0,11465.305431408,mo +29005,64446,0.184627122,278.0,,949.537288446,mo +29005,64482,0.420179287,278.0,,2160.982073041,mo +29005,64491,0.336448598,278.0,,1730.355139514,mo +29005,64496,0.007247759,278.0,,37.275224537,mo +29005,64498,0.051497234,278.0,,264.850274462,mo +29007,63345,0.029066587999999997,264.0,,737.942536144,mo +29007,63352,0.047785303,264.0,,1213.173272564,mo +29007,63382,0.207588441,264.0,,5270.255340108,mo +29007,65232,0.01152568,264.0,,292.61396384,mo +29007,65264,0.029487232999999998,264.0,,748.621871404,mo +29007,65265,0.633449712,264.0,,16082.021288256,mo +29007,65280,0.012282841999999999,264.0,,311.836792696,mo +29007,65285,0.028814201,264.0,,731.534934988,mo +29009,64874,0.019522501,267.0,,698.690788289,mo +29009,65623,0.000534514,270.0,,19.129721546000003,mo +29009,65625,0.218132763,270.0,,7806.753455007,mo +29009,65641,0.027031155,270.0,,967.418006295,mo +29009,65647,0.053756872000000004,270.0,,1923.9046920080002,mo +29009,65658,0.031409082000000005,270.0,,1124.0996356980002,mo +29009,65708,0.35097230700000004,270.0,,12560.947895223002,mo +29009,65734,0.079922623,270.0,,2860.3507545469997,mo +29009,65745,0.077530035,21.0,,2774.7224226149997,mo +29009,65747,0.096339849,270.0,,3447.906855861,mo +29009,65772,0.0448483,270.0,,1605.0758087,mo +29011,64748,0.11965738,270.0,,1406.4528445199999,mo +29011,64759,0.692593874,267.0,,8140.748394996001,mo +29011,64762,0.133068005,267.0,,1564.0813307699998,mo +29011,64769,0.054680741,267.0,,642.717429714,mo +29013,64720,0.230506288,268.0,28140.0,3727.747689536,mo +29013,64722,0.033021606,268.0,28140.0,534.025412232,mo +29013,64723,0.051467269,268.0,28140.0,832.3286742680001,mo +29013,64730,0.422508868,268.0,28140.0,6832.813413295999,mo +29013,64745,0.013028055,267.0,28140.0,210.68970546,mo +29013,64752,0.050048370999999994,267.0,28140.0,809.3822558119999,mo +29013,64779,0.16452757199999998,268.0,28140.0,2660.739894384,mo +29013,64780,0.03489197,268.0,28140.0,564.27293884,mo +29015,65325,0.183326221,264.0,,3564.4117149030003,mo +29015,65326,0.111638575,268.0,,2170.588813725,mo +29015,65335,0.0075741409999999995,264.0,,147.264023463,mo +29015,65338,0.146362279,268.0,,2845.721790597,mo +29015,65355,0.551098784,268.0,,10715.013657312,mo +29017,63662,0.144297636,263.0,16020.0,1750.763217588,mo +29017,63750,0.000434631,273.0,16020.0,5.273377923,mo +29017,63751,0.121522949,263.0,16020.0,1474.437940217,mo +29017,63760,0.051286509,263.0,16020.0,622.2592136970001,mo +29017,63764,0.46496870700000004,263.0,16020.0,5641.465322031,mo +29017,63781,0.119349791,263.0,16020.0,1448.071014203,mo +29017,63782,0.026599444,263.0,16020.0,322.731054052,mo +29017,63787,0.071540334,263.0,16020.0,867.998872422,mo +29019,65010,0.034654573,264.0,17860.0,6253.8682072990005,mo +29019,65039,0.015149143,264.0,17860.0,2733.859793209,mo +29019,65201,0.252536041,264.0,17860.0,45573.411566983,mo +29019,65202,0.27155495399999996,264.0,17860.0,49005.62166370199,mo +29019,65203,0.323159343,264.0,17860.0,58318.304515808995,mo +29019,65215,0.0014092229999999998,264.0,17860.0,254.31261024899996,mo +29019,65240,0.048562257000000005,264.0,17860.0,8763.690584991,mo +29019,65255,0.022396573,264.0,17860.0,4041.752753299,mo +29019,65256,0.009478699,264.0,17860.0,1710.554457637,mo +29019,65279,0.009892519,264.0,17860.0,1785.2336562970002,mo +29019,65284,0.011206675,264.0,17860.0,2022.390190525,mo +29021,64401,0.016958501,268.0,41140.0,1481.5624813640002,mo +29021,64440,0.0064027,268.0,41140.0,559.3654828,mo +29021,64443,0.015087442,268.0,41140.0,1318.099282888,mo +29021,64448,0.009539157,268.0,41140.0,833.3789121479999,mo +29021,64484,0.011410216,268.0,41140.0,996.842110624,mo +29021,64501,0.137268686,268.0,41140.0,11992.341483704,mo +29021,64503,0.1322828,268.0,41140.0,11556.754539200001,mo +29021,64504,0.12027773900000001,268.0,41140.0,10507.944389996,mo +29021,64505,0.140783682,268.0,41140.0,12299.425594248,mo +29021,64506,0.262856772,268.0,41140.0,22964.219029008,mo +29021,64507,0.147132304,268.0,41140.0,12854.066606655999,mo +29023,63901,0.794542863,273.0,,33750.591734514,mo +29023,63902,0.0,273.0,,0.0,mo +29023,63932,0.02954818,273.0,,1255.14759004,mo +29023,63937,0.057286364000000006,273.0,,2433.410169992,mo +29023,63940,0.030407927999999997,273.0,,1291.6679655839998,mo +29023,63945,0.028846806000000003,273.0,,1225.354625268,mo +29023,63954,0.016312586,273.0,,692.926028108,mo +29023,63961,0.036901287000000005,273.0,,1567.4928691860002,mo +29023,63962,0.006153985,273.0,,261.40897483,mo +29025,64429,0.5984094520000001,268.0,28140.0,5397.65325704,mo +29025,64624,0.067848216,268.0,28140.0,611.99090832,mo +29025,64625,0.020449898,268.0,28140.0,184.45807996000002,mo +29025,64637,0.026266757999999998,268.0,28140.0,236.92615715999997,mo +29025,64644,0.148329925,268.0,28140.0,1337.9359235,mo +29025,64649,0.024630766000000002,268.0,28140.0,222.16950932,mo +29025,64650,0.028947966000000002,268.0,28140.0,261.11065332000004,mo +29025,64671,0.085117019,268.0,28140.0,767.75551138,mo +29027,63388,0.01478217,264.0,27620.0,661.39863231,mo +29027,65043,0.24122021800000001,264.0,27620.0,10792.916213974,mo +29027,65059,0.019395858999999998,264.0,27620.0,867.8289192369999,mo +29027,65063,0.08398751300000001,264.0,27620.0,3757.8532941590006,mo +29027,65067,0.008492860999999999,264.0,27620.0,379.996079723,mo +29027,65077,0.009112611,264.0,27620.0,407.725553973,mo +29027,65080,0.026786944,264.0,27620.0,1198.528235392,mo +29027,65231,0.074507644,264.0,27620.0,3333.6955154919997,mo +29027,65251,0.49887527,264.0,27620.0,22321.176205609998,mo +29027,65262,0.022838911,264.0,27620.0,1021.881394873,mo +29029,65020,0.360067734,264.0,,16672.93642287,mo +29029,65049,0.145869986,264.0,,6754.50970173,mo +29029,65052,0.077014426,264.0,,3566.1529959299996,mo +29029,65065,0.152071605,264.0,,7041.675669525,mo +29029,65079,0.080752991,264.0,,3739.2672482549997,mo +29029,65324,0.029402709,264.0,,1361.492440245,mo +29029,65567,0.029028852999999997,270.0,,1344.1810381649998,mo +29029,65591,0.04184993,264.0,,1937.86100865,mo +29029,65786,0.049832864000000004,264.0,,2307.51076752,mo +29029,65787,0.034108902,264.0,,1579.4127071100002,mo +29031,63701,0.501533963,263.0,16020.0,39556.485195773,mo +29031,63703,0.109440071,263.0,16020.0,8631.647839841,mo +29031,63739,0.006227235,263.0,16020.0,491.148251685,mo +29031,63743,0.0010444,263.0,16020.0,82.3728724,mo +29031,63744,0.001475215,263.0,16020.0,116.351682265,mo +29031,63745,0.000274155,263.0,16020.0,21.622879004999998,mo +29031,63747,0.00616196,263.0,16020.0,485.99994716000003,mo +29031,63755,0.33099648800000003,263.0,16020.0,26106.024005048002,mo +29031,63766,0.011436181,263.0,16020.0,901.983031651,mo +29031,63769,0.018159506000000002,263.0,16020.0,1432.258397726,mo +29031,63770,0.00177548,263.0,16020.0,140.03388308,mo +29031,63785,0.011475346,263.0,16020.0,905.0720143660001,mo +29033,64622,0.052903652,268.0,,459.15079570800003,mo +29033,64623,0.043774747,268.0,,379.921029213,mo +29033,64633,0.519027717,268.0,,4504.641555843001,mo +29033,64639,0.024637044,264.0,,213.824904876,mo +29033,64643,0.132204136,268.0,,1147.399696344,mo +29033,64668,0.180378355,268.0,,1565.503743045,mo +29033,64682,0.04707435099999999,268.0,,408.5582923289999,mo +29035,63941,0.042828685,273.0,,256.20119367,mo +29035,63943,0.133466135,273.0,,798.3944195700001,mo +29035,63965,0.8237051790000001,273.0,,4927.404380778001,mo +29037,64012,0.272262109,268.0,28140.0,28799.885890019996,mo +29037,64078,0.097139195,268.0,28140.0,10275.3840471,mo +29037,64080,0.13017313,268.0,28140.0,13769.7136914,mo +29037,64083,0.228694163,268.0,28140.0,24191.26856214,mo +29037,64090,0.001101465,268.0,28140.0,116.5129677,mo +29037,64701,0.142439444,268.0,28140.0,15067.24438632,mo +29037,64725,0.025974546,268.0,28140.0,2747.58747588,mo +29037,64734,0.019726236,268.0,28140.0,2086.64124408,mo +29037,64739,0.009152172,268.0,28140.0,968.11675416,mo +29037,64742,0.021618752999999997,268.0,28140.0,2286.83169234,mo +29037,64743,0.00214285,268.0,28140.0,226.670673,mo +29037,64746,0.013538006000000002,268.0,28140.0,1432.0502746800003,mo +29037,64747,0.03603793,268.0,28140.0,3812.0922354000004,mo +29039,64744,0.58595624,270.0,,8407.88608776,mo +29039,64756,0.049720142,267.0,,713.434317558,mo +29039,65785,0.36432361700000004,270.0,,5227.679580333001,mo +29041,64660,0.088100686,264.0,,654.235694236,mo +29041,64676,0.023373652,264.0,,173.57273975200002,mo +29041,64681,0.028931022999999997,264.0,,214.84177679799998,mo +29041,65236,0.247793397,264.0,,1840.113766122,mo +29041,65246,0.00539392,264.0,,40.05524992,mo +29041,65261,0.12585812400000002,264.0,,934.6224288240002,mo +29041,65281,0.457992808,264.0,,3401.0545922079996,mo +29041,65286,0.022556391000000002,264.0,,167.503759566,mo +29043,65610,0.058407373,270.0,44180.0,5174.6012109349995,mo +29043,65620,0.0029812959999999996,270.0,44180.0,264.12791911999994,mo +29043,65629,0.008399683,270.0,44180.0,744.169915385,mo +29043,65630,0.00393957,270.0,44180.0,349.02620415,mo +29043,65631,0.06526908599999999,270.0,44180.0,5782.514674169999,mo +29043,65657,0.00175092,270.0,44180.0,155.1227574,mo +29043,65669,0.024228945,270.0,44180.0,2146.563382275,mo +29043,65714,0.39172098899999996,270.0,44180.0,34704.521020454995,mo +29043,65720,0.010363552,270.0,44180.0,918.1588894399999,mo +29043,65721,0.360003313,270.0,44180.0,31894.493515235,mo +29043,65753,0.06061968400000001,270.0,44180.0,5370.600903980001,mo +29043,65754,0.012315591,270.0,44180.0,1091.099784645,mo +29045,63430,0.112564145,194.0,,765.098493565,mo +29045,63445,0.5537162720000001,194.0,,3763.6095007840004,mo +29045,63453,0.09584505900000001,194.0,,651.458866023,mo +29045,63465,0.058765105,194.0,,399.426418685,mo +29045,63472,0.110081112,194.0,,748.2213182639999,mo +29045,63474,0.069028307,194.0,,469.185402679,mo +29047,64024,0.069200597,268.0,28140.0,17296.550818956002,mo +29047,64048,0.017194138,268.0,28140.0,4297.640404824,mo +29047,64060,0.058538356,268.0,28140.0,14631.545005488,mo +29047,64068,0.15672883199999998,268.0,28140.0,39174.058100735994,mo +29047,64072,0.002050901,268.0,28140.0,512.618603148,mo +29047,64089,0.052638446,268.0,28140.0,13156.874300808,mo +29047,64116,0.063508632,268.0,28140.0,15873.855551136,mo +29047,64117,0.059826795,268.0,28140.0,14953.587756660001,mo +29047,64118,0.174126838,268.0,28140.0,43522.654904424,mo +29047,64119,0.113545736,268.0,28140.0,28380.529621727997,mo +29047,64155,0.09344037699999999,268.0,28140.0,23355.235350395997,mo +29047,64156,0.032353685,268.0,28140.0,8086.73885838,mo +29047,64157,0.081212438,268.0,28140.0,20298.886453224,mo +29047,64158,0.020553866,268.0,28140.0,5137.397698968,mo +29047,64161,0.001223202,268.0,28140.0,305.736893496,mo +29047,64165,0.0008766280000000001,268.0,28140.0,219.11141534400002,mo +29047,64166,0.001162042,268.0,28140.0,290.45007381600004,mo +29047,64167,0.0018184929999999998,268.0,28140.0,454.52868836399995,mo +29049,64454,0.178929638,268.0,28140.0,3647.838529906,mo +29049,64465,0.362223413,268.0,28140.0,7384.648720831,mo +29049,64477,0.270499962,268.0,28140.0,5514.682725293999,mo +29049,64492,0.145624378,268.0,28140.0,2968.844194286,mo +29049,64493,0.042722609,268.0,28140.0,870.985829683,mo +29051,65023,0.023356312,264.0,27620.0,1792.48016444,mo +29051,65040,0.017555818,264.0,27620.0,1347.3212524100002,mo +29051,65053,0.021697191,264.0,27620.0,1665.150923295,mo +29051,65074,0.035021607,264.0,27620.0,2687.7332292150004,mo +29051,65076,0.009594608000000001,264.0,27620.0,736.33819096,mo +29051,65101,0.38581644200000004,264.0,27620.0,29609.482841290002,mo +29051,65109,0.50695802,264.0,27620.0,38906.4932449,mo +29053,65068,0.04170242,264.0,17860.0,738.5081557799999,mo +29053,65233,0.683198902,264.0,17860.0,12098.769355518,mo +29053,65237,0.053601052999999996,264.0,17860.0,949.2210475769999,mo +29053,65276,0.08815285199999999,264.0,17860.0,1561.0988560679998,mo +29053,65287,0.019564098000000002,264.0,17860.0,346.46061148200005,mo +29053,65322,0.033236085,264.0,17860.0,588.577829265,mo +29053,65348,0.080544591,264.0,17860.0,1426.3641620189999,mo +29055,65441,0.2418254,273.0,,5784.463568,mo +29055,65446,0.012356694,273.0,,295.57212047999997,mo +29055,65449,0.009323281,273.0,,223.01288151999998,mo +29055,65453,0.385555605,273.0,,9222.490071600001,mo +29055,65456,0.046125708,273.0,,1103.32693536,mo +29055,65535,0.07574608599999999,273.0,,1811.8463771199997,mo +29055,65565,0.22572155100000002,273.0,,5399.25949992,mo +29055,65586,0.003345675,273.0,,80.028546,mo +29057,65603,0.022751322999999997,270.0,,172.02275320299998,mo +29057,65635,0.079232804,270.0,,599.079231044,mo +29057,65646,0.225396825,270.0,,1704.2253938249999,mo +29057,65661,0.364417989,270.0,,2755.364414829,mo +29057,65682,0.261640212,270.0,,1978.2616429319999,mo +29057,65752,0.046560847,270.0,,352.04656416700004,mo +29059,65590,0.07459526799999999,270.0,44180.0,1259.0189333039998,mo +29059,65622,0.5478206720000001,270.0,44180.0,9246.117302016,mo +29059,65644,0.12011208,270.0,44180.0,2027.25168624,mo +29059,65685,0.043960149000000004,270.0,44180.0,741.959394822,mo +29059,65764,0.095890411,270.0,44180.0,1618.438356858,mo +29059,65767,0.110336239,270.0,44180.0,1862.255041842,mo +29059,65783,0.007285181,270.0,44180.0,122.959284918,mo +29061,64620,0.055810492,268.0,,461.99925277600005,mo +29061,64636,0.033238249,268.0,,275.146225222,mo +29061,64640,0.36599280700000003,268.0,,3029.6884563460003,mo +29061,64647,0.039935508,268.0,,330.58613522400003,mo +29061,64648,0.285005581,268.0,,2359.276199518,mo +29061,64654,0.005705073000000001,268.0,,47.226594294,mo +29061,64670,0.136177601,268.0,,1127.278181078,mo +29061,64689,0.07813468900000001,268.0,,646.798955542,mo +29063,64422,0.040463065,268.0,41140.0,507.690076555,mo +29063,64430,0.081808159,268.0,41140.0,1026.4469709730001,mo +29063,64463,0.181587652,268.0,41140.0,2278.380269644,mo +29063,64469,0.24156560100000002,268.0,41140.0,3030.923595747,mo +29063,64474,0.09592061699999999,268.0,41140.0,1203.5159814989997,mo +29063,64490,0.21212789399999998,268.0,41140.0,2661.568686018,mo +29063,64494,0.09360529199999999,268.0,41140.0,1174.4655987239998,mo +29063,64497,0.05292172,268.0,41140.0,664.00882084,mo +29065,65440,0.028454748999999998,273.0,,443.12580617699996,mo +29065,65501,0.010407061,273.0,,162.069160953,mo +29065,65541,0.015215387,273.0,,236.949221751,mo +29065,65560,0.945922803,273.0,,14730.855811119,mo +29067,65608,0.862271479,270.0,,11369.049450615,mo +29067,65638,0.046888321,270.0,,618.222512385,mo +29067,65755,0.046035806,270.0,,606.98210211,mo +29067,65768,0.044804395,270.0,,590.745948075,mo +29069,63821,0.028535047999999997,18.0,,831.254483288,mo +29069,63829,0.041659865,18.0,,1213.5935273149998,mo +29069,63837,0.049756765999999994,273.0,,1449.4643503459997,mo +29069,63847,0.006366515,273.0,,185.46294846499998,mo +29069,63849,0.0036893140000000004,18.0,,107.47340613400002,mo +29069,63852,0.034966861,18.0,,1018.6196277910001,mo +29069,63855,0.037644063,18.0,,1096.609199253,mo +29069,63857,0.403277939,18.0,,11747.889641009,mo +29069,63863,0.20245519,273.0,,5897.72213989,mo +29069,63876,0.07515753,18.0,,2189.41400643,mo +29069,63880,0.004734075999999999,18.0,,137.90836795599998,mo +29069,63933,0.11175683199999999,273.0,,3255.5882729919995,mo +29071,63013,0.018110716000000002,273.0,41180.0,1882.9168103720003,mo +29071,63014,0.008958862,273.0,41180.0,931.426005554,mo +29071,63015,0.023544947000000004,273.0,41180.0,2447.8975047490003,mo +29071,63037,0.030137125,273.0,41180.0,3133.266474875,mo +29071,63039,0.0056373790000000005,273.0,41180.0,586.1013824930001,mo +29071,63041,0.005931945,273.0,41180.0,616.7265258150001,mo +29071,63055,0.031823261,273.0,41180.0,3308.568976387,mo +29071,63056,0.017785678,273.0,41180.0,1849.123584626,mo +29071,63060,0.021117318,273.0,41180.0,2195.504200506,mo +29071,63061,0.0017166070000000002,273.0,41180.0,178.47047996900002,mo +29071,63068,0.047689182000000004,273.0,41180.0,4958.1011849940005,mo +29071,63069,0.154870493,273.0,41180.0,16101.420545731,mo +29071,63072,0.033580498,273.0,41180.0,3491.263635566,mo +29071,63073,0.009192483000000001,273.0,41180.0,955.7148800610001,mo +29071,63077,0.11293042199999999,273.0,41180.0,11741.037184073999,mo +29071,63079,0.000243779,273.0,41180.0,25.344971293,mo +29071,63084,0.19514474399999998,273.0,41180.0,20288.613599448,mo +29071,63089,0.054941595,273.0,41180.0,5712.112807365001,mo +29071,63090,0.226642966,273.0,41180.0,23563.389246122,mo +29073,63091,0.095576324,273.0,,1405.545420744,mo +29073,65014,0.126479751,264.0,,1860.011218206,mo +29073,65041,0.338255452,264.0,,4974.384677112,mo +29073,65061,0.048224299000000005,264.0,,709.1865410940001,mo +29073,65062,0.00317757,273.0,,46.72934442,mo +29073,65066,0.388286604,273.0,,5710.142798424,mo +29075,64402,0.50378159,268.0,,3310.34882789,mo +29075,64438,0.020106991,268.0,,132.123037861,mo +29075,64453,0.035233352,268.0,,231.518355992,mo +29075,64489,0.39236303299999997,268.0,,2578.217489843,mo +29075,64657,0.048515034000000005,268.0,,318.79228841400004,mo +29077,65604,0.012588791,270.0,44180.0,3689.598399026,mo +29077,65612,0.0036372279999999997,270.0,44180.0,1066.0206056079999,mo +29077,65619,0.025631797999999997,270.0,44180.0,7512.321148627999,mo +29077,65648,0.021218907999999998,270.0,44180.0,6218.964870088,mo +29077,65738,0.065735639,270.0,44180.0,19266.195491954,mo +29077,65757,0.024870111,270.0,44180.0,7289.081352546,mo +29077,65770,0.011778189,270.0,44180.0,3452.022301254,mo +29077,65781,0.029614928999999998,270.0,44180.0,8679.721080894,mo +29077,65802,0.163825483,270.0,44180.0,48014.955510538,mo +29077,65803,0.14333332199999999,270.0,44180.0,42008.990011691996,mo +29077,65804,0.131953446,270.0,44180.0,38673.707674356,mo +29077,65806,0.041746009,270.0,44180.0,12235.170793774,mo +29077,65807,0.203712697,270.0,44180.0,59705.339512942,mo +29077,65809,0.040886491000000004,270.0,44180.0,11983.258101226002,mo +29077,65810,0.079466959,270.0,44180.0,23290.653145474,mo +29079,64641,0.056914679,268.0,,560.60958815,mo +29079,64652,0.044379296,268.0,,437.1360656,mo +29079,64679,0.080873433,268.0,,796.60331505,mo +29079,64683,0.817832592,268.0,,8055.6510312,mo +29081,64424,0.513746693,268.0,,4290.812379936,mo +29081,64426,0.04072242,268.0,,340.11365184000005,mo +29081,64442,0.096744507,268.0,,808.0101224639999,mo +29081,64458,0.016334981999999998,268.0,,136.429769664,mo +29081,64467,0.028068561000000002,268.0,,234.42862147200003,mo +29081,64471,0.049235017,268.0,,411.210861984,mo +29081,64481,0.10790291,268.0,,901.20510432,mo +29081,64632,0.04750949,268.0,,396.79926048,mo +29081,64642,0.099735419,268.0,,832.9902194880001,mo +29083,64726,0.012034598999999998,268.0,,262.64308857599997,mo +29083,64735,0.5484100120000001,268.0,,11968.500101888001,mo +29083,64740,0.070034683,268.0,,1528.436921792,mo +29083,64770,0.040366052,268.0,,880.948718848,mo +29083,64788,0.072374744,268.0,,1579.5064130560002,mo +29083,65323,0.037566337000000005,268.0,,819.8477386880002,mo +29083,65360,0.219213572,268.0,,4784.116995328,mo +29085,65634,0.068119022,270.0,,650.1279459680001,mo +29085,65650,0.184059511,270.0,,1756.663972984,mo +29085,65668,0.18767268899999998,270.0,,1791.1481438159997,mo +29085,65724,0.150690755,270.0,,1438.1925657200002,mo +29085,65732,0.105632306,270.0,,1008.154728464,mo +29085,65735,0.0054197659999999995,268.0,,51.726246704,mo +29085,65774,0.119447396,268.0,,1140.005947424,mo +29085,65779,0.178958555,270.0,,1707.9804489199998,mo +29087,64437,0.145351474,278.0,,639.9825400220001,mo +29087,64451,0.08730158699999999,268.0,,384.38888756099993,mo +29087,64466,0.097959184,268.0,,431.314287152,mo +29087,64470,0.33990929700000005,268.0,,1496.6206346910003,mo +29087,64473,0.32947845800000003,268.0,,1450.6936505740002,mo +29089,65230,0.078094252,264.0,17860.0,781.020614252,mo +29089,65248,0.453236665,264.0,17860.0,4532.819886665,mo +29089,65250,0.063697566,264.0,17860.0,637.0393575659999,mo +29089,65254,0.21481097899999999,264.0,17860.0,2148.324600979,mo +29089,65274,0.190160539,264.0,17860.0,1901.7955505389998,mo +29091,65548,0.139329719,270.0,,5589.490337122999,mo +29091,65775,0.61764416,270.0,,24778.03076672,mo +29091,65777,0.010768851999999999,270.0,,432.01403568399996,mo +29091,65788,0.01020207,270.0,,409.27644219,mo +29091,65789,0.041054707,270.0,,1646.9916807190002,mo +29091,65790,0.022893051,270.0,,918.400526967,mo +29091,65793,0.158107442,270.0,,6342.796250713999,mo +29093,63620,0.12340548900000001,273.0,,1249.480576125,mo +29093,63621,0.109006571,273.0,,1103.691531375,mo +29093,63623,0.08320448400000001,273.0,,842.4454005000001,mo +29093,63636,0.061944337,273.0,,627.1864121250001,mo +29093,63650,0.398144569,273.0,,4031.213761125,mo +29093,63656,0.036432161,273.0,,368.875630125,mo +29093,63663,0.065519907,273.0,,663.389058375,mo +29093,63675,0.018747583999999998,273.0,,189.81928799999997,mo +29093,65439,0.023386162000000002,273.0,,236.78489025000002,mo +29093,65566,0.080208736,273.0,,812.113452,mo +29095,64014,0.036087489,268.0,28140.0,25369.901729379002,mo +29095,64015,0.044799400999999996,268.0,28140.0,31494.471696410998,mo +29095,64016,0.006888020999999999,268.0,28140.0,4842.354531231,mo +29095,64029,0.025498592,268.0,28140.0,17925.790660512,mo +29095,64030,0.036090359,268.0,28140.0,25371.919370949003,mo +29095,64034,0.012513238000000001,268.0,28140.0,8796.943959618,mo +29095,64050,0.032621954,268.0,28140.0,22933.592503494,mo +29095,64052,0.029126283,268.0,28140.0,20476.097338113,mo +29095,64053,0.007836559,268.0,28140.0,5509.187179149,mo +29095,64054,0.00496942,268.0,28140.0,3493.55692362,mo +29095,64055,0.04826350099999999,268.0,28140.0,33929.77210151099,mo +29095,64056,0.024217133,268.0,28140.0,17024.910887463,mo +29095,64057,0.020715723000000002,268.0,28140.0,14563.381141953001,mo +29095,64058,0.010248801,268.0,28140.0,7205.019839811,mo +29095,64063,0.02969024,268.0,28140.0,20872.56531264,mo +29095,64064,0.025515812000000002,268.0,28140.0,17937.896509932,mo +29095,64065,5.6000000000000006e-05,268.0,28140.0,39.368616,mo +29095,64066,5.45e-05,268.0,28140.0,38.314099500000005,mo +29095,64070,0.00494072,268.0,28140.0,3473.38050792,mo +29095,64075,0.017864368999999998,268.0,28140.0,12558.847915059,mo +29095,64081,0.034566385,268.0,28140.0,24300.548885235,mo +29095,64082,0.023404921000000002,268.0,28140.0,16453.916917131002,mo +29095,64086,0.033259096,268.0,28140.0,23381.510338056003,mo +29095,64088,0.001802365,268.0,28140.0,1267.082421015,mo +29095,64101,0.000398931,268.0,28140.0,280.452881241,mo +29095,64102,0.0,268.0,28140.0,0.0,mo +29095,64105,0.006714385,268.0,28140.0,4720.286513235,mo +29095,64106,0.013382851000000001,268.0,28140.0,9408.291464361,mo +29095,64108,0.011191598999999998,268.0,28140.0,7867.817204588999,mo +29095,64109,0.013843487,268.0,28140.0,9732.123639357,mo +29095,64110,0.024647635,268.0,28140.0,17327.558528985002,mo +29095,64111,0.025544512000000002,268.0,28140.0,17958.072925632,mo +29095,64112,0.011985156,268.0,28140.0,8425.696504716001,mo +29095,64113,0.017202832,268.0,28140.0,12093.780127152,mo +29095,64114,0.035021281,268.0,28140.0,24620.345777091003,mo +29095,64120,0.0005496069999999999,268.0,28140.0,386.37976667699996,mo +29095,64123,0.013747342,268.0,28140.0,9664.532646762,mo +29095,64124,0.015248356000000001,268.0,28140.0,10719.761999916002,mo +29095,64125,0.001993221,268.0,28140.0,1401.256288431,mo +29095,64126,0.008822406999999999,268.0,28140.0,6202.249167476999,mo +29095,64127,0.022180862000000003,268.0,28140.0,15593.389975482001,mo +29095,64128,0.016328914,268.0,28140.0,11479.406160054,mo +29095,64129,0.012744274,268.0,28140.0,8959.364809014,mo +29095,64130,0.028694347000000002,268.0,28140.0,20172.441578817,mo +29095,64131,0.03290752,268.0,28140.0,23134.348542720003,mo +29095,64132,0.021262458999999997,268.0,28140.0,14947.742564048998,mo +29095,64133,0.050459058,268.0,28140.0,35473.272823638,mo +29095,64134,0.034259293999999996,268.0,28140.0,24084.660534233997,mo +29095,64136,0.00318571,268.0,28140.0,2239.58917281,mo +29095,64137,0.015277056,268.0,28140.0,10739.938415616001,mo +29095,64138,0.037356033,268.0,28140.0,26261.702115362998,mo +29095,64139,0.0029833740000000004,268.0,28140.0,2097.3447391140003,mo +29095,64145,0.007532338,268.0,28140.0,5295.316469718,mo +29095,64146,0.002161117,268.0,28140.0,1519.2890232870002,mo +29095,64147,0.000833738,268.0,28140.0,586.126985118,mo +29095,64149,0.000509427,268.0,28140.0,358.13278469700003,mo +29097,64755,0.021421238,267.0,27900.0,2598.995964064,mo +29097,64801,0.266053095,267.0,27900.0,32279.689910160003,mo +29097,64804,0.261088296,267.0,27900.0,31677.320777088,mo +29097,64830,0.005206806,267.0,27900.0,631.731358368,mo +29097,64832,0.004847463,267.0,27900.0,588.132990864,mo +29097,64833,0.00049868,267.0,27900.0,60.503847040000004,mo +29097,64834,0.074537988,267.0,27900.0,9043.545008064,mo +29097,64835,0.016104429,267.0,27900.0,1953.918161712,mo +29097,64836,0.176796715,267.0,27900.0,21450.39183752,mo +29097,64841,0.003923438,267.0,27900.0,476.02288566399994,mo +29097,64849,0.001276034,267.0,27900.0,154.818653152,mo +29097,64855,0.019250513,267.0,27900.0,2335.626241264,mo +29097,64857,0.0032267529999999997,267.0,27900.0,391.49548798399996,mo +29097,64859,0.010721618999999998,267.0,27900.0,1300.8325900319999,mo +29097,64862,0.023921971,267.0,27900.0,2902.404897488,mo +29097,64870,0.11112496300000001,267.0,27900.0,13482.569510864001,mo +29099,63010,0.181957836,273.0,41180.0,40955.251684716,mo +29099,63012,0.053948618,273.0,41180.0,12142.808888058,mo +29099,63016,0.038061165,273.0,41180.0,8566.845079365,mo +29099,63019,0.021905888,273.0,41180.0,4930.599176928,mo +29099,63020,0.101019748,273.0,41180.0,22737.625899588,mo +29099,63023,0.029394821,273.0,41180.0,6616.215705501,mo +29099,63028,0.13366887,273.0,41180.0,30086.32292847,mo +29099,63047,0.000348675,273.0,41180.0,78.480117675,mo +29099,63048,0.019581388,273.0,41180.0,4407.398392428,mo +29099,63049,0.08791664099999999,273.0,41180.0,19788.365472921,mo +29099,63050,0.080548986,273.0,41180.0,18130.046317866,mo +29099,63051,0.071539021,273.0,41180.0,16102.074385700998,mo +29099,63052,0.138459362,273.0,41180.0,31164.571658322002,mo +29099,63053,0.000282983,273.0,41180.0,63.694096623,mo +29099,63057,0.000333515,273.0,41180.0,75.06788971499999,mo +29099,63070,0.041032482,273.0,41180.0,9235.632081042,mo +29101,64019,0.050658985999999996,268.0,,2738.7261011319997,mo +29101,64040,0.123900895,268.0,,6698.33018549,mo +29101,64061,0.057754296,268.0,,3122.312750352,mo +29101,64093,0.534913884,268.0,,28918.514396807997,mo +29101,64733,0.024394896,268.0,,1318.836867552,mo +29101,64761,0.0252532,268.0,,1365.2384984,mo +29101,65305,0.076846783,268.0,,4154.490782546,mo +29101,65336,0.10627706,268.0,,5745.55041772,mo +29103,63446,0.14725216900000002,264.0,,582.9713370710001,mo +29103,63458,0.030765185,264.0,,121.799367415,mo +29103,63460,0.121220089,264.0,,479.910332351,mo +29103,63531,0.091506705,264.0,,362.275045095,mo +29103,63537,0.506179332,264.0,,2003.9639753879999,mo +29103,63547,0.103076519,264.0,,408.079938721,mo +29105,65463,0.029349692,270.0,,1048.459047316,mo +29105,65470,0.026873400000000002,270.0,,959.9984682,mo +29105,65536,0.822579284,270.0,,29384.999762332,mo +29105,65543,0.005093283,270.0,,181.947348609,mo +29105,65632,0.06882967,270.0,,2458.80230141,mo +29105,65722,0.047274671,270.0,,1688.793072133,mo +29107,64001,0.019030929,268.0,28140.0,622.463625732,mo +29107,64011,0.099520384,268.0,28140.0,3255.112719872,mo +29107,64020,0.116306954,268.0,28140.0,3804.167851432,mo +29107,64021,0.018354547,268.0,28140.0,600.340523276,mo +29107,64022,0.004703929,268.0,28140.0,153.856109732,mo +29107,64037,0.18271536600000002,268.0,28140.0,5976.2541911280005,mo +29107,64067,0.17054049100000002,268.0,28140.0,5578.038379628,mo +29107,64071,0.017555187,268.0,28140.0,574.195056396,mo +29107,64074,0.02487241,268.0,28140.0,813.52678628,mo +29107,64076,0.269476726,268.0,28140.0,8814.044754008,mo +29107,64096,0.03621718,268.0,28140.0,1184.59152344,mo +29107,64097,0.040705897000000005,268.0,28140.0,1331.408479076,mo +29109,64848,0.016684248999999998,270.0,,639.924370395,mo +29109,64873,0.024984732000000003,267.0,,958.2893958600001,mo +29109,65605,0.351868303,270.0,,13495.908761565,mo +29109,65654,0.004969185,270.0,,190.593090675,mo +29109,65664,0.004580534,270.0,,175.68638156999998,mo +29109,65705,0.10976625400000001,270.0,,4210.08467217,mo +29109,65707,0.06332241400000001,270.0,,2428.7311889700004,mo +29109,65712,0.23840986100000003,270.0,,9144.210218655002,mo +29109,65723,0.093526178,270.0,,3587.19655719,mo +29109,65756,0.020709566000000002,270.0,,794.3154039300001,mo +29109,65769,0.071178724,270.0,,2730.05995902,mo +29111,63435,0.42715645700000004,172.0,,4175.881523632001,mo +29111,63438,0.043465718,172.0,,424.920859168,mo +29111,63440,0.09520146199999999,172.0,,930.6894925119999,mo +29111,63447,0.118665256,172.0,,1160.071542656,mo +29111,63448,0.135109145,172.0,,1320.82700152,mo +29111,63452,0.123954226,172.0,,1211.776513376,mo +29111,63457,0.029618232999999997,172.0,,289.547845808,mo +29111,63473,0.026829502999999998,194.0,,262.285221328,mo +29113,63343,0.082693211,273.0,41180.0,4879.974460743,mo +29113,63347,0.050971922,273.0,41180.0,3008.0060329860003,mo +29113,63349,0.041055497999999996,273.0,41180.0,2422.808103474,mo +29113,63362,0.137966006,273.0,41180.0,8141.787912078,mo +29113,63369,0.036435346,273.0,41180.0,2150.159073498,mo +29113,63370,0.000244154,273.0,41180.0,14.408260002,mo +29113,63377,0.044717814,273.0,41180.0,2638.932357582,mo +29113,63379,0.47414780700000003,273.0,41180.0,27980.884534491,mo +29113,63387,0.00101418,273.0,41180.0,59.84980434,mo +29113,63389,0.130754061,273.0,41180.0,7716.189401793,mo +29115,63557,0.017397098,264.0,,207.37340816,mo +29115,64628,0.44299674299999997,264.0,,5280.52117656,mo +29115,64630,0.04389991099999999,264.0,,523.2869391199999,mo +29115,64631,0.051006811,264.0,,608.0011871199999,mo +29115,64651,0.049304115999999995,264.0,,587.7050627199999,mo +29115,64653,0.052117264,264.0,,621.23778688,mo +29115,64658,0.239783832,264.0,,2858.22327744,mo +29115,64659,0.074252295,268.0,,885.0873564,mo +29115,64674,0.029241931000000002,264.0,,348.56381752000004,mo +29117,64601,0.8093817790000001,268.0,,12324.456348833,mo +29117,64635,0.038028742000000004,268.0,,579.0636544340001,mo +29117,64638,0.054501085,268.0,,829.8880212949999,mo +29117,64656,0.018302603,268.0,,278.693735881,mo +29117,64664,0.030233189,268.0,,460.360768903,mo +29117,64686,0.010642625,268.0,,162.05525087499998,mo +29117,64688,0.038909978,268.0,,592.482235006,mo +29119,64831,0.277271916,267.0,,6332.058745692,mo +29119,64843,0.150508838,267.0,,3437.1703334060003,mo +29119,64847,0.020130334,21.0,,459.716437558,mo +29119,64854,0.18273522600000003,21.0,,4173.124356162,mo +29119,64856,0.16898768100000003,267.0,,3859.1716709970005,mo +29119,64861,0.0727995,267.0,,1662.5221815,mo +29119,64863,0.075611498,21.0,,1726.739779826,mo +29119,64867,0.050169612999999995,267.0,,1145.7234520809998,mo +29119,65730,0.001785395,267.0,,40.773065615,mo +29121,63431,0.014715291,264.0,,222.451054047,mo +29121,63530,0.076583493,264.0,,1157.712663681,mo +29121,63532,0.089379399,264.0,,1351.148374683,mo +29121,63534,0.050415867,264.0,,762.136661439,mo +29121,63538,0.025079973999999998,264.0,,379.133966958,mo +29121,63539,0.014139475,264.0,,213.746443575,mo +29121,63549,0.157325656,264.0,,2378.291941752,mo +29121,63552,0.48355726200000004,264.0,,7309.935129654001,mo +29121,63558,0.045041587,264.0,,680.893670679,mo +29121,65247,0.043761996,264.0,,661.550093532,mo +29123,63645,0.881389807,273.0,,10654.239987016,mo +29123,63655,0.118610193,263.0,,1433.760012984,mo +29125,65013,0.399677561,264.0,,3475.995748017,mo +29125,65058,0.12355268900000001,264.0,,1074.537736233,mo +29125,65443,0.014802873000000001,264.0,,128.740586481,mo +29125,65580,0.10274073,273.0,,893.53612881,mo +29125,65582,0.35922614700000005,264.0,,3124.1898004590003,mo +29127,63401,0.7351567929999999,264.0,,20974.023304289996,mo +29127,63454,0.030663267,172.0,,874.82300751,mo +29127,63461,0.189045995,264.0,,5393.48223735,mo +29127,63463,0.023808735,172.0,,679.26320955,mo +29127,63471,0.021325208999999998,172.0,,608.40821277,mo +29129,64661,0.283199045,192.0,,1024.330945765,mo +29129,64673,0.716800955,268.0,,2592.6690542349997,mo +29131,65017,0.039795364,264.0,,1019.517430316,mo +29131,65026,0.522863093,264.0,,13395.229579567,mo +29131,65032,0.075651938,264.0,,1938.126999622,mo +29131,65047,0.062115175999999994,264.0,,1591.328693944,mo +29131,65064,0.021052155,264.0,,539.335158945,mo +29131,65075,0.04196849,264.0,,1075.19074531,mo +29131,65082,0.052019196,264.0,,1332.679782324,mo +29131,65083,0.01521188,264.0,,389.71315372000004,mo +29131,65486,0.169322709,264.0,,4337.878481871,mo +29133,63820,0.008666004,263.0,,114.21793272,mo +29133,63823,0.083605626,263.0,,1101.92215068,mo +29133,63834,0.478690155,263.0,,6309.1362429,mo +29133,63845,0.40375053299999997,263.0,,5321.43202494,mo +29133,63882,0.025287683,263.0,,333.29166194,mo +29135,65018,0.511823294,264.0,27620.0,8256.733378808001,mo +29135,65025,0.051629514,264.0,27620.0,832.8873198480001,mo +29135,65046,0.09235043,264.0,27620.0,1489.79713676,mo +29135,65050,0.058201775,264.0,27620.0,938.9110343,mo +29135,65081,0.285994986,264.0,27620.0,4613.671114152,mo +29137,63456,0.441953317,264.0,,3820.244472148,mo +29137,65258,0.04473792,264.0,,386.71458048,mo +29137,65263,0.19092956600000002,264.0,,1650.3951685040001,mo +29137,65275,0.266277641,264.0,,2301.703928804,mo +29137,65282,0.012182637,264.0,,105.30671422799999,mo +29137,65283,0.043918919,264.0,,379.635135836,mo +29139,63333,0.05959806,264.0,,688.41719106,mo +29139,63350,0.037268037000000004,273.0,,430.48309538700005,mo +29139,63351,0.147301147,273.0,,1701.475548997,mo +29139,63359,0.108031108,264.0,,1247.867328508,mo +29139,63361,0.32286132300000003,264.0,,3729.3711419730002,mo +29139,63363,0.144606145,264.0,,1670.345580895,mo +29139,63384,0.131439131,264.0,,1518.253402181,mo +29139,65069,0.048895049,264.0,,564.786710999,mo +29141,65011,0.129970354,264.0,,2680.8984919580002,mo +29141,65034,0.048185967999999996,264.0,,993.9319619359999,mo +29141,65037,0.21010776,264.0,,4333.8927655200005,mo +29141,65072,0.060138345999999995,264.0,,1240.473662942,mo +29141,65078,0.18996753100000002,264.0,,3918.4602619370003,mo +29141,65084,0.310197167,264.0,,6398.436963709,mo +29141,65329,0.020093172,264.0,,414.461858844,mo +29141,65354,0.031339702000000004,264.0,,646.4440331540001,mo +29143,63828,0.014006515,263.0,,239.17525014,mo +29143,63833,0.011074918999999999,273.0,,189.11531684399998,mo +29143,63848,0.103517915,18.0,,1767.67191654,mo +29143,63860,0.011074918999999999,263.0,,189.11531684399998,mo +29143,63862,0.106123779,263.0,,1812.169650204,mo +29143,63866,0.019478827,263.0,,332.62044985200004,mo +29143,63867,0.066970684,263.0,,1143.591399984,mo +29143,63868,0.044755699999999995,263.0,,764.2483331999999,mo +29143,63869,0.22514658,263.0,,3844.60300008,mo +29143,63870,0.063452769,273.0,,1083.5194834440001,mo +29143,63873,0.303192182,263.0,,5177.309699832,mo +29143,63874,0.024104235,273.0,,411.60391686,mo +29143,63878,0.007100977,263.0,,121.25628325199999,mo +29145,64840,0.076149068,267.0,27900.0,4434.617124048,mo +29145,64842,0.020273292,267.0,27900.0,1180.635432912,mo +29145,64844,0.122832298,267.0,27900.0,7153.261706328,mo +29145,64850,0.589565217,267.0,27900.0,34333.919977212,mo +29145,64858,0.003006211,267.0,27900.0,175.069703796,mo +29145,64865,0.155975155,267.0,27900.0,9083.36912658,mo +29145,64866,0.032198758,267.0,27900.0,1875.126870888,mo +29147,64423,0.036927622,268.0,,815.805025224,mo +29147,64428,0.037867597999999995,268.0,,836.5709750159999,mo +29147,64431,0.015039613,268.0,,332.255130396,mo +29147,64432,0.006087463,268.0,,134.484232596,mo +29147,64433,0.013517748000000001,268.0,,298.63408881600003,mo +29147,64434,0.020366143,268.0,,449.928831156,mo +29147,64445,0.012801576,278.0,,282.812416992,mo +29147,64455,0.014054877,268.0,,310.50034268400003,mo +29147,64457,0.010742581000000001,268.0,,237.32509945200002,mo +29147,64461,0.028691643,268.0,,633.8557771559999,mo +29147,64468,0.70189338,268.0,,15506.22855096,mo +29147,64475,0.016248154,268.0,,358.954218168,mo +29147,64476,0.012980618999999999,268.0,,286.767834948,mo +29147,64479,0.04274652,268.0,,944.35611984,mo +29147,64487,0.030034466,268.0,,663.521422872,mo +29149,65606,0.31262940000000006,270.0,,3291.674952600001,mo +29149,65690,0.01863354,270.0,,196.19254266000002,mo +29149,65692,0.140392389,270.0,,1478.191463781,mo +29149,65778,0.04525288400000001,270.0,,476.46761563600006,mo +29149,65791,0.48309178700000005,270.0,,5086.473425323001,mo +29151,65001,0.020247374,264.0,27620.0,275.66799700999997,mo +29151,65016,0.120552355,264.0,27620.0,1641.320313325,mo +29151,65024,0.09886479199999999,264.0,27620.0,1346.04414308,mo +29151,65035,0.17578786899999999,264.0,27620.0,2393.3518364349998,mo +29151,65048,0.013893595,264.0,27620.0,189.161295925,mo +29151,65051,0.40774313799999995,264.0,27620.0,5551.422823869999,mo +29151,65054,0.056252118,264.0,27620.0,765.87258657,mo +29151,65085,0.10665876,264.0,27620.0,1452.1590174,mo +29153,65609,0.078324226,270.0,,718.5464493239999,mo +29153,65618,0.02952737,270.0,,270.88409238,mo +29153,65626,0.158565813,270.0,,1454.682768462,mo +29153,65637,0.116096252,270.0,,1065.067015848,mo +29153,65655,0.288371201,270.0,,2645.5173979740002,mo +29153,65676,0.038155497999999996,270.0,,350.03853865199994,mo +29153,65715,0.002971911,270.0,,27.264311514,mo +29153,65729,0.029143897999999998,270.0,,267.366120252,mo +29153,65760,0.046112549,270.0,,423.03652452600005,mo +29153,65761,0.101428434,270.0,,930.504453516,mo +29153,65762,0.039497651,270.0,,362.351450274,mo +29153,65766,0.007477711,270.0,,68.600520714,mo +29153,65773,0.062793596,270.0,,576.0684497039999,mo +29153,65784,0.0015338889999999999,270.0,,14.071897685999998,mo +29155,63826,0.004415946,379.0,,69.79402653,mo +29155,63827,0.050269191,18.0,,794.5045637549999,mo +29155,63830,0.41842598799999997,263.0,,6613.222740339999,mo +29155,63839,0.025951243,379.0,,410.159395615,mo +29155,63851,0.230960015,263.0,,3650.323037075,mo +29155,63853,0.012279958999999998,379.0,,194.08475199499998,mo +29155,63877,0.22206763100000002,379.0,,3509.7789079550002,mo +29155,63879,0.035630028,263.0,,563.13259254,mo +29157,63732,0.055024298,263.0,,1052.944966528,mo +29157,63746,0.001776663,263.0,,33.998223167999996,mo +29157,63748,0.050269112000000005,263.0,,961.9497272320001,mo +29157,63775,0.8865548409999999,263.0,,16965.113437376,mo +29157,63783,0.006375085,263.0,,121.99362656,mo +29159,65301,0.816617182,264.0,,34574.754868698,mo +29159,65332,0.033939218,264.0,,1436.952550902,mo +29159,65333,0.014072948,264.0,,595.834545372,mo +29159,65334,0.024162985,264.0,,1023.0366219150001,mo +29159,65337,0.04960533,264.0,,2100.24006687,mo +29159,65345,0.006783015999999999,264.0,,287.186114424,mo +29159,65350,0.054819321,264.0,,2320.995231819,mo +29161,65401,0.714153661,273.0,,31831.971131753,mo +29161,65436,0.000988865,270.0,,44.076679645,mo +29161,65461,0.00167677,273.0,,74.73866921,mo +29161,65462,0.031192227000000003,273.0,,1390.3311340710002,mo +29161,65529,0.00481534,273.0,,214.63414982,mo +29161,65550,0.062061998,273.0,,2766.289436854,mo +29161,65559,0.18511114,273.0,,8250.95884322,mo +29163,63330,0.00879097,273.0,,160.89233294000002,mo +29163,63334,0.491860213,273.0,,9002.025618325999,mo +29163,63336,0.068808335,273.0,,1259.33014717,mo +29163,63339,0.050683742000000004,273.0,,927.6138460840001,mo +29163,63344,0.074777512,273.0,,1368.5780246240001,mo +29163,63353,0.244410679,273.0,,4473.204247058,mo +29163,63433,0.001790753,264.0,,32.774361406,mo +29163,63441,0.058877795,264.0,,1077.58140409,mo +29165,64018,0.009321611,268.0,28140.0,973.3439773980001,mo +29165,64079,0.14756670300000002,268.0,28140.0,15408.619993854003,mo +29165,64092,0.0009678180000000001,268.0,28140.0,101.05761992400001,mo +29165,64098,0.031774977,268.0,28140.0,3317.8795483860004,mo +29165,64150,0.033751363,268.0,28140.0,3524.249821734,mo +29165,64151,0.272792103,268.0,28140.0,28484.405811054,mo +29165,64152,0.297792357,268.0,28140.0,31094.882333226,mo +29165,64153,0.053321652000000004,268.0,28140.0,5567.7402585360005,mo +29165,64154,0.11099338800000001,268.0,28140.0,11589.707588184001,mo +29165,64163,0.00762029,268.0,28140.0,795.69544122,mo +29165,64164,0.002169949,268.0,28140.0,226.581734682,mo +29165,64439,0.018867348,268.0,28140.0,1970.0907434639998,mo +29165,64444,0.013060443,268.0,28140.0,1363.745337174,mo +29167,65601,0.018323309,270.0,44180.0,589.076061041,mo +29167,65613,0.5505363679999999,270.0,44180.0,17699.193694832,mo +29167,65617,0.039436969,270.0,44180.0,1267.8591163810001,mo +29167,65640,0.027128417999999998,270.0,44180.0,872.1515102819999,mo +29167,65649,0.050071309,270.0,44180.0,1609.742513041,mo +29167,65663,0.087244993,270.0,44180.0,2804.839279957,mo +29167,65674,0.091461524,270.0,44180.0,2940.396535076,mo +29167,65710,0.03460036,270.0,44180.0,1112.36697364,mo +29167,65725,0.097600298,270.0,44180.0,3137.751980402,mo +29167,65727,0.003596453,270.0,44180.0,115.622367497,mo +29169,65452,0.052275785,273.0,,2750.072221495,mo +29169,65457,0.001958213,273.0,,103.01571129099999,mo +29169,65459,0.11670952,273.0,,6139.73771864,mo +29169,65473,0.270437788,273.0,,14226.920713316,mo +29169,65534,0.022527968,273.0,,1185.128812576,mo +29169,65552,0.035247842,270.0,,1854.2832240940002,mo +29169,65556,0.106373559,270.0,,5595.993818313001,mo +29169,65583,0.19556592399999997,273.0,,10288.136563867998,mo +29169,65584,0.19890339999999998,273.0,,10463.711163799999,mo +29171,63551,0.080088988,264.0,,376.097887648,mo +29171,63565,0.7637374859999999,264.0,,3586.5112342559996,mo +29171,63567,0.055617353,264.0,,261.17908968800003,mo +29171,64655,0.043604004,192.0,,204.764402784,mo +29171,64672,0.056952169000000004,192.0,,267.447385624,mo +29173,63436,0.21201979,264.0,,2185.7120151100003,mo +29173,63459,0.573341094,264.0,,5910.573338046,mo +29173,63462,0.212456345,264.0,,2190.2124606049997,mo +29173,63467,0.002182771,264.0,,22.502186239,mo +29175,65239,0.051614114,264.0,,1277.346093272,mo +29175,65243,0.08997747699999999,264.0,,2226.762600796,mo +29175,65244,0.014226727,264.0,,352.083039796,mo +29175,65257,0.054992492000000004,264.0,,1360.9541920160002,mo +29175,65259,0.12304804800000001,264.0,,3045.193091904,mo +29175,65260,0.018956456,264.0,,469.134373088,mo +29175,65270,0.642717718,264.0,,15905.978085064,mo +29175,65278,0.0044669670000000005,264.0,,110.54849931600002,mo +29177,64017,0.027131377999999998,268.0,28140.0,624.510058804,mo +29177,64035,0.057602004000000005,268.0,28140.0,1325.8829280720001,mo +29177,64036,0.017896275,268.0,28140.0,411.93645795,mo +29177,64062,0.30851507899999997,268.0,28140.0,7101.4000884219995,mo +29177,64077,0.080663675,268.0,28140.0,1856.7164711500002,mo +29177,64084,0.080402797,268.0,28140.0,1850.711581346,mo +29177,64085,0.42778879299999995,268.0,28140.0,9846.842437274,mo +29179,63625,0.06483269,273.0,,406.5009663,mo +29179,63629,0.228764479,273.0,,1434.35328333,mo +29179,63633,0.104407979,273.0,,654.63802833,mo +29179,63638,0.43404118399999997,273.0,,2721.4382236799997,mo +29179,63654,0.106821107,273.0,,669.76834089,mo +29179,63665,0.043436293,273.0,,272.34555711,mo +29179,63666,0.017696268,273.0,,110.95560036,mo +29181,63935,0.702928268,273.0,,9340.510825184,mo +29181,63939,0.10597884699999999,273.0,,1408.246918936,mo +29181,63942,0.051010864,273.0,,677.8323608320001,mo +29181,63953,0.126555867,273.0,,1681.674360696,mo +29181,63955,0.013526153,273.0,,179.735521064,mo +29183,63301,0.129481054,273.0,41180.0,52054.232291188004,mo +29183,63303,0.122405907,273.0,41180.0,49209.867543953995,mo +29183,63304,0.105467971,273.0,41180.0,42400.444637361994,mo +29183,63332,0.0032015740000000004,273.0,41180.0,1287.1031826280002,mo +29183,63341,0.00935943,273.0,41180.0,3762.69676746,mo +29183,63348,0.017479623,273.0,41180.0,7027.192997706,mo +29183,63366,0.12678795,273.0,41180.0,50971.545234900004,mo +29183,63367,0.061905614000000005,273.0,41180.0,24887.418751508,mo +29183,63368,0.11967958699999999,273.0,41180.0,48113.826924914,mo +29183,63373,0.00151519,273.0,41180.0,609.13971418,mo +29183,63376,0.190224085,273.0,41180.0,76474.26709986999,mo +29183,63385,0.111490405,273.0,41180.0,44821.595598910004,mo +29183,63386,0.00100161,273.0,41180.0,402.66925542,mo +29185,64724,0.252647682,268.0,,2374.1302677539998,mo +29185,64738,0.111673335,268.0,,1049.394328995,mo +29185,64763,0.16686279099999998,268.0,,1568.0096470269998,mo +29185,64776,0.460225936,268.0,,4324.743120592,mo +29185,64781,0.008590256999999999,268.0,,80.72264502899999,mo +29186,63627,0.20994407199999998,273.0,,3756.7392243679997,mo +29186,63670,0.690799582,273.0,,12361.167720308,mo +29186,63673,0.099256346,273.0,,1776.0930553239998,mo +29187,63036,0.012759752,273.0,,857.6467306799999,mo +29187,63087,0.011884798,273.0,,798.8366975700001,mo +29187,63601,0.22028436,273.0,,14806.413257400001,mo +29187,63624,0.056390813,273.0,,3790.308495795,mo +29187,63628,0.232883704,273.0,,15653.27816436,mo +29187,63637,0.020007291,273.0,,1344.790064565,mo +29187,63640,0.42668611,273.0,,28679.70688365,mo +29187,63653,0.019103171999999998,273.0,,1284.0197059799998,mo +29189,63005,0.017434029,273.0,41180.0,17332.998801945,mo +29189,63011,0.037462646,273.0,41180.0,37245.54996643,mo +29189,63017,0.040503635,273.0,41180.0,40268.916435175,mo +29189,63021,0.05480895400000001,273.0,41180.0,54491.33611157001,mo +29189,63025,0.013971005,273.0,41180.0,13890.043026025,mo +29189,63026,0.042190799,273.0,41180.0,41946.303319795,mo +29189,63031,0.04621816,273.0,41180.0,45950.3257628,mo +29189,63033,0.041902295,273.0,41180.0,41659.471200474996,mo +29189,63034,0.017426232,273.0,41180.0,17325.24698556,mo +29189,63038,0.006897782,273.0,41180.0,6857.80935331,mo +29189,63040,0.008048874000000001,273.0,41180.0,8002.230775170001,mo +29189,63042,0.018950625,273.0,41180.0,18840.806128124997,mo +29189,63043,0.021953602000000003,273.0,41180.0,21826.380876410003,mo +29189,63044,0.010269186,273.0,41180.0,10209.67606713,mo +29189,63045,0.0,273.0,41180.0,0.0,mo +29189,63074,0.014848213999999998,273.0,41180.0,14762.168599869998,mo +29189,63088,0.008163886,273.0,41180.0,8116.576280630001,mo +29189,63105,0.017868735,273.0,41180.0,17765.185680675,mo +29189,63114,0.034588326,273.0,41180.0,34387.886650830005,mo +29189,63117,0.008750641,273.0,41180.0,8699.931035405,mo +29189,63119,0.033254969,273.0,41180.0,33062.256454645,mo +29189,63121,0.024010168,273.0,41180.0,23871.029076439998,mo +29189,63122,0.037706315,273.0,41180.0,37487.806904574994,mo +29189,63123,0.049835182,273.0,41180.0,49546.38712031,mo +29189,63124,0.010552816999999999,273.0,41180.0,10491.663425485,mo +29189,63125,0.032194522,273.0,41180.0,32007.954745010004,mo +29189,63126,0.014406685,273.0,41180.0,14323.198260425,mo +29189,63127,0.004859734,273.0,41180.0,4831.57184147,mo +29189,63128,0.029067761,273.0,41180.0,28899.313325005,mo +29189,63129,0.052311834,273.0,41180.0,52008.68692197,mo +29189,63130,0.028176907999999997,273.0,41180.0,28013.622818139997,mo +29189,63131,0.017180613,273.0,41180.0,17081.051347665,mo +29189,63132,0.013086974,273.0,41180.0,13011.13498567,mo +29189,63133,0.007150223000000001,273.0,41180.0,7108.7874577150005,mo +29189,63134,0.013182491999999999,273.0,41180.0,13106.099458859999,mo +29189,63135,0.021315189,273.0,41180.0,21191.667479745,mo +29189,63136,0.04426101,273.0,41180.0,44004.517447050006,mo +29189,63137,0.019531532,273.0,41180.0,19418.346772060002,mo +29189,63138,0.018111429,273.0,41180.0,18006.473268945,mo +29189,63140,0.000269011,273.0,41180.0,267.452081255,mo +29189,63141,0.020029591,273.0,41180.0,19913.519520154998,mo +29189,63143,0.009329598,273.0,41180.0,9275.53297959,mo +29189,63144,0.008504048,273.0,41180.0,8454.76704184,mo +29189,63146,0.029413771000000002,273.0,41180.0,29243.318197055003,mo +29195,65320,0.0019120460000000001,264.0,,43.520079006,mo +29195,65321,0.020990015,264.0,,477.753731415,mo +29195,65327,0.009602719000000001,264.0,,218.56748715900002,mo +29195,65330,0.017633311999999998,264.0,,401.35181443199997,mo +29195,65339,0.022392182000000004,264.0,,509.6684545020001,mo +29195,65340,0.6735925220000001,264.0,,15331.639393242001,mo +29195,65344,0.009645209,264.0,,219.534602049,mo +29195,65347,0.026726153,264.0,,608.313968433,mo +29195,65349,0.10788187800000001,264.0,,2455.499425158,mo +29195,65351,0.109623964,264.0,,2495.151044604,mo +29197,63535,0.023040321000000002,192.0,,107.36789586000002,mo +29197,63536,0.271975958,264.0,,1267.40796428,mo +29197,63541,0.08665164,264.0,,403.7966424,mo +29197,63548,0.327322815,264.0,,1525.3243178999999,mo +29197,63561,0.291009266,264.0,,1356.10317956,mo +29199,63432,0.10334908599999999,192.0,,506.61721957199995,mo +29199,63543,0.074994863,192.0,,367.624818426,mo +29199,63555,0.650297925,192.0,,3187.7604283500004,mo +29199,63563,0.17135812600000003,264.0,,839.9975336520001,mo +29201,63736,0.087437351,263.0,,3347.1017962799997,mo +29201,63740,0.116638039,263.0,,4464.90413292,mo +29201,63742,0.0015529779999999998,263.0,,59.44799783999999,mo +29201,63758,0.003882444,263.0,,148.61995632,mo +29201,63767,0.016494506000000003,263.0,,631.40968968,mo +29201,63771,0.070331067,263.0,,2692.2732447599997,mo +29201,63774,0.003388315,263.0,,129.7046982,mo +29201,63780,0.151580037,263.0,,5802.48381636,mo +29201,63784,0.004564813,263.0,,174.74104164,mo +29201,63801,0.540483305,263.0,,20689.700915399997,mo +29201,63824,0.003647145,263.0,,139.6127106,mo +29203,65438,0.34724186700000004,270.0,,2835.577085922,mo +29203,65466,0.257991513,270.0,,2106.758695158,mo +29203,65588,0.39476662,270.0,,3223.66421892,mo +29205,63434,0.120140265,264.0,,712.4317714499999,mo +29205,63437,0.23021802100000002,264.0,,1365.1928645300002,mo +29205,63439,0.013111755,172.0,,77.75270714999999,mo +29205,63443,0.048787925,264.0,,289.31239525,mo +29205,63450,0.010519896,264.0,,62.382983280000005,mo +29205,63451,0.035523708,264.0,,210.65558844,mo +29205,63468,0.368043909,264.0,,2182.50038037,mo +29205,63469,0.173654521,172.0,,1029.77130953,mo +29207,63730,0.102193453,263.0,,2966.164973325,mo +29207,63735,0.028005098,263.0,,812.8479694499999,mo +29207,63738,0.00103971,263.0,,30.177582749999996,mo +29207,63822,0.09263482699999999,273.0,,2688.7258536749996,mo +29207,63825,0.15119399,263.0,,4388.40555975,mo +29207,63841,0.439160182,263.0,,12746.62428255,mo +29207,63846,0.056144352,263.0,,1629.5898168,mo +29207,63936,0.031795009,273.0,,922.850136225,mo +29207,63960,0.09783337800000001,273.0,,2839.6137964500003,mo +29209,65611,0.07232195400000001,270.0,,2310.8310742080002,mo +29209,65624,0.055510594,270.0,,1773.674499488,mo +29209,65633,0.146078576,270.0,,4667.502660352,mo +29209,65656,0.164692466,270.0,,5262.253673632001,mo +29209,65681,0.059373160999999994,270.0,,1897.0912402719998,mo +29209,65686,0.187794291,270.0,,6000.403186032,mo +29209,65728,0.0,270.0,,0.0,mo +29209,65737,0.314228958,270.0,,10040.243666016,mo +29211,63544,0.099070264,264.0,,603.2388374960001,mo +29211,63545,0.148148148,264.0,,902.074073172,mo +29211,63556,0.606919677,264.0,,3695.5339132530003,mo +29211,63560,0.026215516,264.0,,159.626276924,mo +29211,63566,0.018289895,264.0,,111.36717065500001,mo +29211,64645,0.019966469,268.0,,121.575829741,mo +29211,64646,0.023014784,264.0,,140.137019776,mo +29211,64667,0.058375248,264.0,,355.446885072,mo +29213,65614,0.01064685,270.0,,595.4570268,mo +29213,65616,0.490040908,270.0,,27407.007902624,mo +29213,65627,0.006413119,270.0,,358.672919432,mo +29213,65653,0.106843638,270.0,,5975.550986064,mo +29213,65672,0.168581075,270.0,,9428.4023626,mo +29213,65679,0.045320567,270.0,,2534.688671176,mo +29213,65680,0.019936047,270.0,,1114.9832366159999,mo +29213,65731,0.010021615,270.0,,560.48888372,mo +29213,65733,0.01418389,270.0,,793.27659992,mo +29213,65739,0.018578395,270.0,,1039.05247556,mo +29213,65740,0.05830758,270.0,,3261.02633424,mo +29213,65744,0.0014291070000000002,270.0,,79.92709629600002,mo +29213,65759,0.025974026,270.0,,1452.675326128,mo +29213,65771,0.023723182000000002,270.0,,1326.7901228960002,mo +29215,65444,0.051050788,270.0,,1296.587913624,mo +29215,65464,0.049737303,270.0,,1263.228021594,mo +29215,65468,0.006698774,270.0,,170.135462052,mo +29215,65479,0.007267951,270.0,,184.591419498,mo +29215,65483,0.19067425600000001,270.0,,4842.744753888001,mo +29215,65484,0.005647986,270.0,,143.447548428,mo +29215,65542,0.26790718,270.0,,6804.30655764,mo +29215,65555,0.053196147,270.0,,1351.075741506,mo +29215,65557,0.004991243,270.0,,126.76758971400001,mo +29215,65564,0.007005254,270.0,,177.919441092,mo +29215,65570,0.027889667000000003,270.0,,708.3417624660001,mo +29215,65571,0.08292469400000001,270.0,,2106.1213782120003,mo +29215,65589,0.0031961470000000003,270.0,,81.17574150600001,mo +29215,65689,0.24181260899999998,270.0,,6141.5566433819995,mo +29217,64728,0.030953948999999998,267.0,,636.506053287,mo +29217,64741,0.011145448,267.0,,229.183847224,mo +29217,64750,0.027711637,270.0,,569.834391631,mo +29217,64765,0.0015198339999999999,267.0,,31.252346541999998,mo +29217,64767,0.028927504,267.0,,594.836264752,mo +29217,64771,0.023304118999999998,267.0,,479.20259899699994,mo +29217,64772,0.686306297,267.0,,14112.516385211,mo +29217,64778,0.039718324,267.0,,816.727896412,mo +29217,64783,0.050002532999999995,270.0,,1028.2020860789999,mo +29217,64784,0.05704443,267.0,,1173.00461409,mo +29217,64790,0.043365925,267.0,,891.733515775,mo +29219,63357,0.159778211,273.0,41180.0,5695.933443939,mo +29219,63381,0.02080024,273.0,41180.0,741.50775576,mo +29219,63383,0.491353214,273.0,41180.0,17516.250725886,mo +29219,63390,0.328068335,273.0,41180.0,11695.308074415,mo +29221,63030,0.00923336,273.0,,228.34099279999998,mo +29221,63071,0.02919371,273.0,,721.9604483,mo +29221,63080,0.36898134299999996,273.0,,9124.90861239,mo +29221,63622,0.0228933,273.0,,566.151309,mo +29221,63626,0.044238655,273.0,,1094.02193815,mo +29221,63630,0.107704424,273.0,,2663.5304055200004,mo +29221,63631,0.033674606,273.0,,832.7730063800001,mo +29221,63648,0.034000489,273.0,,840.8320929700001,mo +29221,63660,0.101539798,273.0,,2511.07920454,mo +29221,63664,0.246476387,273.0,,6095.36105051,mo +29221,63674,0.002063927,273.0,,51.04091471,mo +29223,63763,0.01005269,273.0,,129.40827837,mo +29223,63934,0.013519135,273.0,,174.031824855,mo +29223,63944,0.10891569599999999,273.0,,1402.071754608,mo +29223,63951,0.009983361,273.0,,128.515806153,mo +29223,63952,0.031267332,273.0,,402.50436483600004,mo +29223,63956,0.099972268,273.0,,1286.9430059640001,mo +29223,63957,0.409317804,273.0,,5269.148090892,mo +29223,63964,0.038754853,273.0,,498.891222669,mo +29223,63966,0.16132834199999999,273.0,,2076.7797465659996,mo +29223,63967,0.11688851900000001,273.0,,1504.705905087,mo +29225,65652,0.093951239,270.0,44180.0,3719.7174544880004,mo +29225,65706,0.354520189,270.0,44180.0,14036.163322888,mo +29225,65713,0.055629618,270.0,44180.0,2202.487835856,mo +29225,65742,0.30040445600000004,270.0,44180.0,11893.613221952002,mo +29225,65746,0.19549449800000002,270.0,44180.0,7740.0181648160005,mo +29227,64420,0.029104137999999998,268.0,,58.586629794,mo +29227,64441,0.061846294,268.0,,124.496589822,mo +29227,64456,0.6498408370000001,268.0,,1308.1296048810002,mo +29227,64486,0.222828558,268.0,,448.553887254,mo +29227,64499,0.036380172999999995,268.0,,73.23328824899998,mo +29229,65660,0.00761189,270.0,,139.21385621,mo +29229,65662,0.063496652,270.0,,1161.290268428,mo +29229,65667,0.153779448,270.0,,2812.4723244720003,mo +29229,65702,0.014645662,270.0,,267.854512318,mo +29229,65704,0.171556583,270.0,,3137.598346487,mo +29229,65711,0.443802091,270.0,,8116.696442299,mo +29229,65717,0.145107675,270.0,,2653.8742680749997,mo +29510,63101,0.010923565,273.0,41180.0,3283.36147344,mo +29510,63102,0.007270265,273.0,41180.0,2185.26717264,mo +29510,63103,0.027439387000000003,273.0,41180.0,8247.621186912002,mo +29510,63104,0.06577591299999999,273.0,41180.0,19770.660825887997,mo +29510,63106,0.037685803,273.0,41180.0,11327.447922528,mo +29510,63107,0.03134703,273.0,41180.0,9422.164889279999,mo +29510,63108,0.068388716,273.0,41180.0,20556.006700416,mo +29510,63109,0.087738654,273.0,41180.0,26372.133664704,mo +29510,63110,0.060144018,273.0,41180.0,18077.848354368,mo +29510,63111,0.069832199,273.0,41180.0,20989.883046624,mo +29510,63112,0.061914514000000004,273.0,41180.0,18610.016960064,mo +29510,63113,0.037560283,273.0,41180.0,11289.719623008,mo +29510,63115,0.060160534,273.0,41180.0,18082.812667584,mo +29510,63116,0.146297153,273.0,41180.0,43973.413060128005,mo +29510,63118,0.09355882900000001,273.0,41180.0,28121.538585504004,mo +29510,63120,0.028707802,273.0,41180.0,8628.876293952,mo +29510,63139,0.072448305,273.0,41180.0,21776.221723680002,mo +29510,63147,0.032807029,273.0,41180.0,9861.005548704,mo +29510,63155,0.0,273.0,41180.0,0.0,mo +30001,59724,0.007132212,276.0,,67.420800036,mt +30001,59725,0.8515009579999999,276.0,,8049.238555974,mt +30001,59732,0.034170747,276.0,,323.016071391,mt +30001,59736,0.010964445,276.0,,103.646898585,mt +30001,59739,0.023632106,276.0,,223.394298018,mt +30001,59746,0.014051522,276.0,,132.82903746600002,mt +30001,59761,0.031190121,276.0,,294.840213813,mt +30001,59762,0.027357887999999997,276.0,,258.61411526399996,mt +30003,59016,0.09077775099999999,274.0,,1209.0688655689999,mt +30003,59022,0.189341039,274.0,,2521.833298441,mt +30003,59025,0.00369211,274.0,,49.17521309,mt +30003,59031,0.03050004,274.0,,406.23003276,mt +30003,59034,0.44538084899999997,274.0,,5932.027527830999,mt +30003,59035,0.014607914,274.0,,194.562806566,mt +30003,59050,0.123685689,274.0,,1647.369691791,mt +30003,59066,0.047034272,274.0,,626.449468768,mt +30003,59075,0.021269765,274.0,,283.292000035,mt +30003,59089,0.033710571,274.0,,448.99109514900005,mt +30005,59523,0.34132295700000004,275.0,,2280.378675717,mt +30005,59526,0.414319066,275.0,,2768.0656799460003,mt +30005,59527,0.16918287899999998,275.0,,1130.310814599,mt +30005,59529,0.029260700000000004,275.0,,195.4907367,mt +30005,59535,0.011984436000000001,274.0,,80.068016916,mt +30005,59542,0.024124514,275.0,,161.175878034,mt +30005,59547,0.009805447,275.0,,65.51019140700001,mt +30007,59643,0.074941452,274.0,,467.40983612400004,mt +30007,59644,0.861826698,274.0,,5375.213115426,mt +30007,59647,0.06323185,274.0,,394.37704845,mt +30009,59007,0.027165711000000002,274.0,13740.0,291.352250475,mt +30009,59008,0.049300734000000006,274.0,13740.0,528.7503721500001,mt +30009,59013,0.015796358,274.0,13740.0,169.41593955,mt +30009,59014,0.174363618,274.0,13740.0,1870.04980305,mt +30009,59026,0.016601268,274.0,13740.0,178.04859929999998,mt +30009,59029,0.074655398,274.0,13740.0,800.6791435499999,mt +30009,59041,0.178388168,274.0,13740.0,1913.2131018000002,mt +30009,59068,0.358587383,274.0,13740.0,3845.8496826749997,mt +30009,59070,0.08713150199999999,274.0,13740.0,934.4853589499999,mt +30009,59071,0.01800986,274.0,13740.0,193.1557485,mt +30011,59311,0.11307692300000001,370.0,,141.572307596,mt +30011,59324,0.727692308,274.0,,911.0707696159999,mt +30011,59332,0.159230769,370.0,,199.356922788,mt +30013,59401,0.167611415,275.0,24500.0,13637.870392890001,mt +30013,59404,0.337397381,275.0,24500.0,27452.675302446,mt +30013,59405,0.382830825,275.0,24500.0,31149.412906949998,mt +30013,59412,0.01880131,275.0,24500.0,1529.7873894600002,mt +30013,59414,0.012546423000000001,275.0,24500.0,1020.8522538180001,mt +30013,59421,0.020719312,275.0,24500.0,1685.847540192,mt +30013,59443,0.004911063,275.0,24500.0,399.593552058,mt +30013,59463,0.001075059,275.0,24500.0,87.47325059399999,mt +30013,59465,0.0004886630000000001,275.0,24500.0,39.760553658000006,mt +30013,59472,0.008698202,275.0,24500.0,707.737903932,mt +30013,59477,0.005827306,275.0,24500.0,474.144579996,mt +30013,59480,0.008282838,275.0,24500.0,673.9413967080001,mt +30013,59483,0.007329945,275.0,24500.0,596.40830487,mt +30013,59485,0.007623143000000001,275.0,24500.0,620.264653338,mt +30013,59487,0.015857115,275.0,24500.0,1290.23001909,mt +30015,59420,0.05299589,275.0,,298.63184014999996,mt +30015,59440,0.024875622000000003,275.0,,140.17412997000002,mt +30015,59442,0.401687216,275.0,,2263.50746216,mt +30015,59446,0.13238157,275.0,,745.9701469500001,mt +30015,59450,0.10880380699999999,275.0,,613.109452445,mt +30015,59460,0.034825871,275.0,,196.24378308500002,mt +30015,59520,0.244430024,275.0,,1377.36318524,mt +30017,59301,0.970854102,274.0,,11069.678471004,mt +30017,59336,0.017740982,274.0,,202.282676764,mt +30017,59338,0.011404916999999999,274.0,,130.038863634,mt +30019,59222,0.078250863,274.0,,132.24395847,mt +30019,59253,0.052934407,274.0,,89.45914783,mt +30019,59263,0.8567318759999999,274.0,,1447.8768704399997,mt +30019,59276,0.012082853999999999,274.0,,20.420023259999997,mt +30021,59259,0.035060976,274.0,,301.980186288,mt +30021,59315,0.009364111,274.0,,80.653088043,mt +30021,59330,0.93945993,274.0,,8091.5683770900005,mt +30021,59339,0.016114983,274.0,,138.798348579,mt +30023,59711,0.949157962,276.0,,8675.30377268,mt +30023,59756,0.050842038,276.0,,464.69622732,mt +30025,59313,0.8350738209999999,274.0,,2376.620094566,mt +30025,59344,0.151242348,274.0,,430.435722408,mt +30025,59354,0.013683831,274.0,,38.944183026000005,mt +30027,59032,0.042294994,274.0,,467.3596837,mt +30027,59424,0.006513786,275.0,,71.9773353,mt +30027,59430,0.031587401,274.0,,349.04078105,mt +30027,59441,0.0052645669999999995,274.0,,58.173465349999994,mt +30027,59451,0.017489069,274.0,,193.25421244999998,mt +30027,59457,0.8053894890000001,274.0,,8899.553853450001,mt +30027,59464,0.037833497,274.0,,418.06014185,mt +30027,59471,0.024895155,274.0,,275.09146275,mt +30027,59489,0.028732042000000003,274.0,,317.4890641,mt +30029,59901,0.542515065,276.0,,56316.318837390005,mt +30029,59911,0.081664665,276.0,,8477.28221499,mt +30029,59912,0.147335921,276.0,,15294.352615326,mt +30029,59913,0.005053162,276.0,,524.548534572,mt +30029,59916,0.001677769,276.0,,174.162488814,mt +30029,59919,0.005708386,276.0,,592.564717116,mt +30029,59920,0.016767763,276.0,,1740.5944059780002,mt +30029,59922,0.021205413,276.0,,2201.249101878,mt +30029,59925,0.013670343,276.0,,1419.063625458,mt +30029,59926,0.0038817020000000003,276.0,,402.943957812,mt +30029,59927,0.004070327,276.0,,422.524364562,mt +30029,59928,0.001856466,276.0,,192.712309596,mt +30029,59932,0.012310258000000001,276.0,,1277.878641948,mt +30029,59936,0.003980979,276.0,,413.249506074,mt +30029,59937,0.13830178,276.0,,14356.554574680002,mt +30031,59086,0.008231262,274.0,,941.9362357079999,mt +30031,59714,0.18998389300000001,274.0,,21740.616811562002,mt +30031,59715,0.33072068,274.0,,37845.690295119995,mt +30031,59716,0.024459677000000003,274.0,,2799.0186778180005,mt +30031,59718,0.336395475,274.0,,38495.07978615,mt +30031,59730,0.018972169,274.0,,2171.061187346,mt +30031,59741,0.043235195,274.0,,4947.57630463,mt +30031,59752,0.031632768,274.0,,3619.864173312,mt +30031,59758,0.013709406,274.0,,1568.822166204,mt +30031,59760,0.002659475,274.0,,304.33436215,mt +30033,59058,0.025641026,274.0,,32.256410708000004,mt +30033,59077,0.111405836,274.0,,140.148541688,mt +30033,59312,0.022988506000000002,274.0,,28.919540548000004,mt +30033,59318,0.126436782,274.0,,159.05747175599998,mt +30033,59322,0.034482759,274.0,,43.379310822,mt +30033,59337,0.6790450929999999,274.0,,854.2387269939999,mt +30035,59411,0.049492664000000006,275.0,,680.672607992,mt +30035,59417,0.558653916,275.0,,7683.167306748001,mt +30035,59427,0.344842689,275.0,,4742.621501817,mt +30035,59434,0.04701073099999999,275.0,,646.5385834429999,mt +30037,59046,0.562678063,274.0,,461.958689723,mt +30037,59074,0.43732193700000005,274.0,,359.04131027700004,mt +30039,59832,0.28409976600000003,276.0,,959.9731093140001,mt +30039,59837,0.19914263399999999,276.0,,672.9029602859999,mt +30039,59858,0.516757599,276.0,,1746.1239270209999,mt +30041,59501,0.723930215,275.0,,11933.26566406,mt +30041,59521,0.21390009699999998,275.0,,3525.929198948,mt +30041,59525,0.016934705,275.0,,279.15167722,mt +30041,59528,0.015570836000000001,275.0,,256.669660624,mt +30041,59530,0.0040347790000000005,275.0,,66.509297036,mt +30041,59532,0.009547082,275.0,,157.374099688,mt +30041,59540,0.016082287,275.0,,265.100418908,mt +30043,59631,0.031641564,274.0,,386.69155364399995,mt +30043,59632,0.204404506,274.0,,2498.0274678260002,mt +30043,59634,0.6873813440000001,274.0,,8400.487405024001,mt +30043,59638,0.076572586,274.0,,935.793573506,mt +30045,59418,0.091780131,274.0,,184.202722917,mt +30045,59447,0.105395865,275.0,,211.529501055,mt +30045,59452,0.259707514,274.0,,521.2329805979999,mt +30045,59462,0.08673726699999999,274.0,,174.081694869,mt +30045,59469,0.079677257,275.0,,159.912254799,mt +30045,59479,0.376701967,275.0,,756.040847769,mt +30047,59821,0.09557605,276.0,,2911.0553308999997,mt +30047,59824,0.054362706,276.0,,1655.779299348,mt +30047,59855,0.036313855,276.0,,1106.04739559,mt +30047,59860,0.356473809,276.0,,10857.479274521998,mt +30047,59863,0.001368975,276.0,,41.69624055,mt +30047,59864,0.258880323,276.0,,7884.976877934001,mt +30047,59865,0.13423157300000002,276.0,,4088.4252504340006,mt +30047,59910,0.022227826000000003,276.0,,677.015124308,mt +30047,59914,0.007493335,276.0,,228.23199743,mt +30047,59915,0.014086029,276.0,,429.032271282,mt +30047,59929,0.009258592,276.0,,281.998195136,mt +30047,59931,0.009726926,276.0,,296.262712108,mt +30049,59410,0.008992726,275.0,,624.382951632,mt +30049,59601,0.466140239,274.0,,32365.049074248,mt +30049,59602,0.394598438,274.0,,27397.758747216,mt +30049,59633,0.003822279,274.0,,265.388475528,mt +30049,59635,0.10100890400000001,274.0,,7013.250222528,mt +30049,59636,0.000385191,274.0,,26.744581512,mt +30049,59639,0.016563208,275.0,,1150.016657856,mt +30049,59640,0.000992607,275.0,,68.91868922399999,mt +30049,59648,0.007496406999999999,275.0,,520.490530824,mt +30051,59444,0.093461861,275.0,,218.42036915699998,mt +30051,59461,0.016345348,275.0,,38.199078275999995,mt +30051,59522,0.743922883,275.0,,1738.5477775709999,mt +30051,59531,0.127829003,275.0,,298.736380011,mt +30051,59545,0.018440905,275.0,,43.096394985,mt +30053,59917,0.24852774,276.0,,4965.5842452,mt +30053,59918,0.033577849,276.0,,670.88542302,mt +30053,59923,0.47949168299999995,276.0,,9580.243826339998,mt +30053,59930,0.026139064,276.0,,522.25849872,mt +30053,59933,0.004081,276.0,,81.53838,mt +30053,59934,0.025880773,276.0,,517.09784454,mt +30053,59935,0.18230189100000002,276.0,,3642.3917821800005,mt +30055,59214,0.075968992,274.0,,126.412402688,mt +30055,59215,0.713178295,274.0,,1186.72868288,mt +30055,59274,0.210852713,274.0,,350.858914432,mt +30057,59710,0.022833095,276.0,,196.364617,mt +30057,59720,0.01101361,274.0,,94.717046,mt +30057,59721,0.044949857,276.0,,386.5687702,mt +30057,59729,0.198782235,274.0,,1709.527221,mt +30057,59735,0.022833095,274.0,,196.364617,mt +30057,59740,0.025877507,274.0,,222.54656020000002,mt +30057,59745,0.007611031999999999,274.0,,65.45487519999999,mt +30057,59747,0.015848854,274.0,,136.3001444,mt +30057,59749,0.172277937,276.0,,1481.5902581999999,mt +30057,59751,0.019430516000000002,276.0,,167.1024376,mt +30057,59754,0.099212034,276.0,,853.2234924,mt +30057,59755,0.019251433000000002,276.0,,165.5623238,mt +30057,59759,0.34007879700000004,276.0,,2924.6776542000002,mt +30059,59053,0.185253456,274.0,,344.94193507200004,mt +30059,59642,0.023502303999999998,274.0,,43.761290048,mt +30059,59645,0.79124424,274.0,,1473.2967748800002,mt +30061,59820,0.379909216,276.0,,1670.460822752,mt +30061,59830,0.034931912,276.0,,153.595617064,mt +30061,59842,0.003355042,276.0,,14.752119674,mt +30061,59866,0.16854154300000002,276.0,,741.077164571,mt +30061,59867,0.014012236,276.0,,61.611801692,mt +30061,59872,0.399250049,276.0,,1755.502465453,mt +30063,59801,0.287059341,276.0,33540.0,34332.2971836,mt +30063,59802,0.170874725,276.0,33540.0,20436.61711,mt +30063,59803,0.15719560400000002,276.0,33540.0,18800.5942384,mt +30063,59804,0.072914286,276.0,33540.0,8720.548605599999,mt +30063,59808,0.167191209,276.0,33540.0,19996.0685964,mt +30063,59823,0.018162637,276.0,33540.0,2172.2513851999997,mt +30063,59825,0.021336264,276.0,33540.0,2551.8171744,mt +30063,59826,0.003683516,276.0,33540.0,440.5485136,mt +30063,59834,0.023894505,276.0,33540.0,2857.782798,mt +30063,59846,0.010320879,276.0,33540.0,1234.3771284,mt +30063,59847,0.050215385,276.0,33540.0,6005.760046,mt +30063,59851,0.000914286,276.0,33540.0,109.3486056,mt +30063,59868,0.016237363,276.0,33540.0,1941.9886148,mt +30065,59015,0.078967495,274.0,,365.856404335,mt +30065,59054,0.047801147,274.0,,221.462714051,mt +30065,59059,0.032695985,274.0,,151.48049850499999,mt +30065,59072,0.8405353729999999,274.0,,3894.2003831089996,mt +30067,59018,0.033943754,274.0,,563.669978924,mt +30067,59020,0.003008502,274.0,,49.959184212000004,mt +30067,59027,0.044342708,274.0,,736.355009048,mt +30067,59030,0.083257031,274.0,,1382.566256786,mt +30067,59047,0.8194898629999999,274.0,,13608.448664978,mt +30067,59065,0.010922171000000001,274.0,,181.37357162600003,mt +30067,59081,0.001308044,274.0,,21.721378664,mt +30067,59082,0.0037279270000000002,274.0,,61.905955762000005,mt +30069,59087,1.0,274.0,,487.0,mt +30071,59261,0.113605748,275.0,,449.197127592,mt +30071,59524,0.151998204,275.0,,601.000898616,mt +30071,59537,0.008980692,275.0,,35.509656168,mt +30071,59538,0.654018859,275.0,,2585.990568486,mt +30071,59544,0.051863493,274.0,,205.06825132199998,mt +30071,59546,0.019533004,275.0,,77.233497816,mt +30073,59416,0.042649585999999996,275.0,,252.10170284599997,mt +30073,59425,0.547726918,275.0,,3237.6138122979996,mt +30073,59432,0.016559913,275.0,,97.885645743,mt +30073,59448,0.11607561300000001,275.0,,686.122948443,mt +30073,59456,0.064521169,275.0,,381.384629959,mt +30073,59486,0.21246680199999998,275.0,,1255.8912666219999,mt +30075,59062,0.0046388340000000005,274.0,,7.802518788000001,mt +30075,59314,0.054340623,274.0,,91.40092788599999,mt +30075,59317,0.7183565279999999,274.0,,1208.2756800959999,mt +30075,59343,0.08482438699999999,274.0,,142.67461893399997,mt +30075,59351,0.137839629,274.0,,231.846255978,mt +30077,59713,0.028763856,274.0,,198.18296784,mt +30077,59722,0.804967027,276.0,,5546.22281603,mt +30077,59728,0.043636874000000006,274.0,,300.65806186000003,mt +30077,59731,0.014031149,274.0,,96.67461661,mt +30077,59733,0.04237407,276.0,,291.9573423,mt +30077,59843,0.03858566,276.0,,265.8551974,mt +30077,59854,0.027641363999999998,276.0,,190.44899795999999,mt +30079,59326,0.16359616800000001,274.0,,176.19307293600002,mt +30079,59349,0.836403832,274.0,,900.806927064,mt +30081,59827,0.005234384,276.0,,229.297425504,mt +30081,59828,0.134488775,276.0,,5891.4152776500005,mt +30081,59829,0.053693149,276.0,,2352.082085094,mt +30081,59833,0.131580784,276.0,,5764.027823904,mt +30081,59840,0.31848319199999997,276.0,,13951.474708751999,mt +30081,59841,0.021984412999999998,276.0,,963.0491958779999,mt +30081,59870,0.23545422800000002,276.0,,10314.307911768,mt +30081,59871,0.006932651,276.0,,303.691709706,mt +30081,59875,0.092148424,276.0,,4036.653861744,mt +30083,59217,0.010595914,274.0,,114.467658942,mt +30083,59221,0.158514877,274.0,,1712.436216231,mt +30083,59243,0.020767992,274.0,,224.356617576,mt +30083,59262,0.063660253,274.0,,687.721713159,mt +30083,59270,0.746460965,274.0,,8064.017804895,mt +30085,59201,0.474825651,274.0,,5224.981463604,mt +30085,59212,0.05085899,324.0,,559.65232596,mt +30085,59213,0.064891988,274.0,,714.071435952,mt +30085,59218,0.07875489,274.0,,866.6188095599999,mt +30085,59226,0.03410444,324.0,,375.28525776,mt +30085,59255,0.29656404199999997,274.0,,3263.3907181679997,mt +30087,59003,0.133578675,274.0,,1193.7926184750002,mt +30087,59012,0.018897951,274.0,,168.890988087,mt +30087,59039,0.003879053,274.0,,34.667096661,mt +30087,59043,0.297891387,274.0,,2662.255325619,mt +30087,59323,0.25064650899999996,274.0,,2240.0278509329996,mt +30087,59327,0.267654665,274.0,,2392.029741105,mt +30087,59333,0.001392481,274.0,,12.444602697,mt +30087,59347,0.02605928,274.0,,232.89178536,mt +30089,59831,0.036465517,276.0,,441.706807421,mt +30089,59844,0.057586207,440.0,,697.541725391,mt +30089,59845,0.111637931,276.0,,1352.270258203,mt +30089,59848,0.012758621000000001,276.0,,154.54517617300002,mt +30089,59853,0.060517241,440.0,,733.045340233,mt +30089,59856,0.037155172,276.0,,450.060598436,mt +30089,59859,0.25836206899999997,276.0,,3129.539741797,mt +30089,59873,0.304741379,276.0,,3691.3323238269995,mt +30089,59874,0.120775862,276.0,,1462.958016406,mt +30091,59211,0.039988969,274.0,,132.323498421,mt +30091,59219,0.082184225,274.0,,271.947600525,mt +30091,59242,0.016822945,274.0,,55.667125004999995,mt +30091,59247,0.088527303,274.0,,292.936845627,mt +30091,59252,0.029233315,274.0,,96.733039335,mt +30091,59254,0.594870381,274.0,,1968.426090729,mt +30091,59256,0.015719801000000002,274.0,,52.016821509,mt +30091,59257,0.009376724,274.0,,31.027579715999998,mt +30091,59258,0.025923882999999998,274.0,,85.782128847,mt +30091,59275,0.097352454,274.0,,322.139270286,mt +30093,59701,0.9729620309999999,276.0,,33970.969312365,mt +30093,59703,0.001445881,276.0,,50.482935115,mt +30093,59727,0.006188369,276.0,,216.066903635,mt +30093,59743,0.0029785140000000002,276.0,,103.99481631,mt +30093,59748,0.006188369,276.0,,216.066903635,mt +30093,59750,0.010236835,276.0,,357.419094025,mt +30095,59001,0.146765642,274.0,13740.0,1415.114320164,mt +30095,59019,0.481866384,274.0,13740.0,4646.1556745279995,mt +30095,59028,0.058006363,274.0,13740.0,559.297352046,mt +30095,59061,0.025768823,274.0,13740.0,248.462991366,mt +30095,59063,0.206892895,274.0,13740.0,1994.8612935899998,mt +30095,59067,0.020254506999999998,274.0,13740.0,195.29395649399999,mt +30095,59069,0.060445387,274.0,13740.0,582.814421454,mt +30097,59011,0.859649123,274.0,,3212.508772651,mt +30097,59033,0.07922149099999999,274.0,,296.05071186699996,mt +30097,59052,0.037828947,274.0,,141.366774939,mt +30097,59055,0.023300439,274.0,,87.073740543,mt +30099,59419,0.017333333,275.0,,106.547997951,mt +30099,59422,0.437166667,275.0,,2687.263502049,mt +30099,59433,0.08783333300000001,275.0,,539.9114979510001,mt +30099,59436,0.334166667,275.0,,2054.1225020489996,mt +30099,59467,0.0195,275.0,,119.8665,mt +30099,59468,0.10400000000000001,275.0,,639.288,mt +30101,59454,0.034699631,275.0,,164.33745241600002,mt +30101,59466,0.028844069,275.0,,136.605510784,mt +30101,59474,0.7881153759999999,275.0,,3732.5144207359995,mt +30101,59482,0.127738018,275.0,,604.967253248,mt +30101,59484,0.020602906,275.0,,97.57536281600001,mt +30103,59010,0.158134243,274.0,,110.061433128,mt +30103,59038,0.7417519909999999,274.0,,516.2593857359999,mt +30103,59076,0.10011376599999999,274.0,,69.679181136,mt +30105,59223,0.045631983,274.0,,337.494146268,mt +30105,59225,0.066092341,274.0,,488.818954036,mt +30105,59230,0.620944945,274.0,,4592.50881322,mt +30105,59231,0.065823126,274.0,,486.82783989599994,mt +30105,59240,0.004172836,274.0,,30.862295056,mt +30105,59241,0.065419303,274.0,,483.841164988,mt +30105,59244,0.003230583,274.0,,23.893391868,mt +30105,59248,0.083187508,274.0,,615.254809168,mt +30105,59250,0.02315251,274.0,,171.23596396000002,mt +30105,59260,0.022344865,274.0,,165.26262154,mt +30107,59036,0.70835393,274.0,,1505.96045518,mt +30107,59078,0.09045971300000001,274.0,,192.317349838,mt +30107,59085,0.060306476,274.0,,128.211567976,mt +30107,59453,0.14087988099999998,274.0,,299.510627006,mt +30109,59353,1.0,274.0,,969.0,mt +30111,59002,0.0014029589999999998,274.0,13740.0,226.29728669999997,mt +30111,59006,0.006111086999999999,274.0,13740.0,985.7183330999999,mt +30111,59024,0.002445699,274.0,13740.0,394.49124869999997,mt +30111,59037,0.010781296000000001,274.0,13740.0,1739.0230448000002,mt +30111,59044,0.075077258,274.0,13740.0,12109.961715399999,mt +30111,59057,0.004758685,274.0,13740.0,767.5758905,mt +30111,59064,0.001718941,274.0,13740.0,277.2651833,mt +30111,59079,0.021025423999999997,274.0,13740.0,3391.4008911999995,mt +30111,59088,0.009081315,274.0,13740.0,1464.8161094999998,mt +30111,59101,0.261885653,274.0,13740.0,42242.1558289,mt +30111,59102,0.296719478,274.0,13740.0,47860.8518014,mt +30111,59105,0.199447664,274.0,13740.0,32170.9082032,mt +30111,59106,0.10954454400000001,274.0,13740.0,17669.5349472,mt +31001,68901,0.842838303,277.0,,26433.937696989,ne +31001,68925,0.016983499,277.0,,532.653479137,ne +31001,68950,0.012415967,277.0,,389.401973021,ne +31001,68955,0.068094825,277.0,,2135.657996475,ne +31001,68956,0.046479462,277.0,,1457.735366706,ne +31001,68973,0.013187943999999998,277.0,,413.61348767199996,ne +31003,68636,0.20857418100000003,278.0,,1313.600191938,ne +31003,68720,0.045279383,278.0,,285.169554134,ne +31003,68726,0.10661528599999999,278.0,,671.463071228,ne +31003,68735,0.12524084800000002,278.0,,788.7668607040001,ne +31003,68756,0.308606294,278.0,,1943.6024396120001,ne +31003,68761,0.057964033,278.0,,365.057479834,ne +31003,68764,0.122029544,278.0,,768.542068112,ne +31003,68773,0.02569043,278.0,,161.79832814,ne +31005,69121,1.0,103.0,,463.0,ne +31007,69345,1.0,103.0,,745.0,ne +31009,68821,0.128514056,278.0,,59.75903603999999,ne +31009,68833,0.763052209,277.0,,354.81927718500003,ne +31009,69157,0.108433735,277.0,,50.421686775000005,ne +31011,68620,0.507761362,278.0,,2636.296991504,ne +31011,68627,0.124368805,278.0,,645.72283556,ne +31011,68652,0.112399476,278.0,,583.578079392,ne +31011,68655,0.037965214,278.0,,197.115391088,ne +31011,68660,0.217505143,278.0,,1129.286702456,ne +31013,69301,0.863034132,103.0,,9306.097045356,ne +31013,69348,0.13696586800000002,103.0,,1476.9029546440001,ne +31015,68719,0.066603235,278.0,,127.811607965,ne +31015,68722,0.29733587100000003,278.0,,570.587536449,ne +31015,68746,0.188392008,278.0,,361.524263352,ne +31015,68755,0.138915319,371.0,,266.57849716100003,ne +31015,68777,0.30875356800000003,278.0,,592.4980969920001,ne +31017,69210,0.7286047290000001,278.0,,2153.026974195,ne +31017,69214,0.116550117,278.0,,344.40559573499996,ne +31017,69217,0.154845155,278.0,,457.567433025,ne +31019,68812,0.010064687,278.0,,499.80229173299995,ne +31019,68836,0.035156093,278.0,,1745.816422287,ne +31019,68840,0.064687211,278.0,,3212.3022110489997,ne +31019,68845,0.41604725,278.0,,20660.49038775,ne +31019,68847,0.33806099100000003,278.0,,16787.770752069002,ne +31019,68849,0.02049098,278.0,,1017.5615758199999,ne +31019,68858,0.0063280969999999995,278.0,,314.246968923,ne +31019,68861,0.0018281170000000002,278.0,,90.78246210300001,ne +31019,68866,0.019345896,278.0,,960.6978494640001,ne +31019,68869,0.042287757999999995,278.0,,2099.9677745219997,ne +31019,68870,0.012455302,278.0,,618.517842018,ne +31019,68876,0.033247619,278.0,,1651.043511921,ne +31021,68019,0.0610096,278.0,,394.0610064,ne +31021,68020,0.080520285,278.0,,520.080520815,ne +31021,68038,0.202849179,278.0,,1310.202847161,ne +31021,68045,0.28352431100000003,278.0,,1831.2835247490002,ne +31021,68061,0.372096624,278.0,,2403.372094416,ne +31023,68001,0.012463436000000001,277.0,,99.90690297600001,ne +31023,68014,0.030522701,277.0,,244.669971216,ne +31023,68036,0.023146382000000004,277.0,,185.54139811200002,ne +31023,68624,0.13035737,277.0,,1044.94467792,ne +31023,68626,0.078850312,277.0,,632.064100992,ne +31023,68632,0.5123998470000001,277.0,,4107.397173552001,ne +31023,68635,0.057484420999999994,277.0,,460.79511873599995,ne +31023,68658,0.09080503599999999,277.0,,727.8931685759999,ne +31023,68667,0.012463436000000001,277.0,,99.90690297600001,ne +31023,68669,0.051507058,277.0,,412.88057692800004,ne +31025,68016,0.017445918,278.0,36540.0,457.92045566400003,ne +31025,68037,0.105218268,278.0,36540.0,2761.7690984640003,ne +31025,68048,0.493370551,278.0,36540.0,12949.990222647999,ne +31025,68058,0.010312476,278.0,36540.0,270.681870048,ne +31025,68304,0.013956733999999998,277.0,36540.0,366.336354032,ne +31025,68307,0.019810809,278.0,36540.0,519.994114632,ne +31025,68347,0.107040397,277.0,36540.0,2809.596340456,ne +31025,68349,0.041249903,277.0,36540.0,1082.727453944,ne +31025,68366,0.039699155,277.0,36540.0,1042.02342044,ne +31025,68403,0.005854075,277.0,36540.0,153.65776060000002,ne +31025,68407,0.026013802000000003,277.0,36540.0,682.810274896,ne +31025,68409,0.033767543,278.0,36540.0,886.3304686639999,ne +31025,68413,0.022098162,278.0,36540.0,580.0325561760001,ne +31025,68455,0.015662557,278.0,36540.0,411.11079613600003,ne +31025,68463,0.048499651,277.0,36540.0,1273.0188394479999,ne +31027,68717,0.028703477999999998,196.0,,241.166622156,ne +31027,68727,0.099002676,278.0,,831.820483752,ne +31027,68736,0.07723181700000001,371.0,,648.9017264340001,ne +31027,68739,0.36280710299999996,371.0,,3048.3052794059995,ne +31027,68745,0.174288494,196.0,,1464.371926588,ne +31027,68749,0.007540744,278.0,,63.357331088,ne +31027,68771,0.18036974,278.0,,1515.46655548,ne +31027,68774,0.023230358,371.0,,195.181467916,ne +31027,68792,0.04682559,371.0,,393.42860718000003,ne +31029,69023,0.075476558,103.0,,296.170013592,ne +31029,69027,0.007212776999999999,103.0,,28.302936947999996,ne +31029,69033,0.622359608,103.0,,2442.139101792,ne +31029,69045,0.294951056,103.0,,1157.387943744,ne +31031,69135,0.017301675,278.0,,98.429229075,ne +31031,69201,0.7272225290000001,277.0,,4137.168967481,ne +31031,69211,0.077857537,277.0,,442.93152799300003,ne +31031,69212,0.036812074,277.0,,209.423888986,ne +31031,69216,0.025952512,277.0,,147.643840768,ne +31031,69218,0.043254187,370.0,,246.07306984299998,ne +31031,69219,0.031290263,277.0,,178.01030620699999,ne +31031,69220,0.003681207,277.0,,20.942386623,ne +31031,69221,0.036628014,277.0,,208.376771646,ne +31033,69131,0.062241918,103.0,,554.57548938,ne +31033,69141,0.041091751,103.0,,366.12750141000004,ne +31033,69149,0.07654345900000001,103.0,,682.0022196900001,ne +31033,69156,0.07060126900000001,103.0,,629.0573067900001,ne +31033,69162,0.7495216029999999,103.0,,6678.237482729999,ne +31035,68452,0.009397944,277.0,,58.295446632,ne +31035,68933,0.131864905,277.0,,817.958005715,ne +31035,68934,0.015712188000000002,277.0,,97.462702164,ne +31035,68935,0.083113069,277.0,,515.550367007,ne +31035,68938,0.073861968,277.0,,458.165787504,ne +31035,68941,0.11615271699999999,277.0,,720.4953035509999,ne +31035,68944,0.20117474300000002,277.0,,1247.886930829,ne +31035,68954,0.0020558000000000004,277.0,,12.752127400000003,ne +31035,68975,0.022907489,277.0,,142.095154267,ne +31035,68979,0.277826725,277.0,,1723.359175175,ne +31035,68980,0.065932452,277.0,,408.978999756,ne +31037,68629,0.110562685,278.0,,1184.015793665,ne +31037,68633,0.11729336800000001,278.0,,1256.0946779120002,ne +31037,68643,0.087409136,278.0,,936.064437424,ne +31037,68659,0.01435879,278.0,,153.76828211,ne +31037,68661,0.670376021,278.0,,7179.056808889,ne +31039,68004,0.100031723,196.0,,884.880621658,ne +31039,68641,0.126467167,278.0,,1118.7285592819999,ne +31039,68716,0.107327905,278.0,,949.42264763,ne +31039,68788,0.465898276,278.0,,4121.336149496,ne +31039,68791,0.200274929,278.0,,1771.632021934,ne +31041,68813,0.042071494,277.0,,453.404490838,ne +31041,68814,0.07836846900000001,277.0,,844.5769904130001,ne +31041,68822,0.41979835,277.0,,4524.16681795,ne +31041,68825,0.11374885400000001,277.0,,1225.8713995580001,ne +31041,68828,0.027222731,278.0,,293.379371987,ne +31041,68855,0.036846929,278.0,,397.099353833,ne +31041,68856,0.062786434,277.0,,676.649399218,ne +31041,68860,0.027497709,277.0,,296.342809893,ne +31041,68874,0.081301558,278.0,,876.186890566,ne +31041,68881,0.0018331810000000001,277.0,,19.756191637,ne +31041,69120,0.10852429,277.0,,1169.56627333,ne +31043,68030,0.037439675,196.0,43580.0,749.76693155,ne +31043,68731,0.142900686,196.0,43580.0,2861.729137836,ne +31043,68741,0.034290069,196.0,43580.0,686.692921794,ne +31043,68743,0.029514858999999997,196.0,43580.0,591.064566334,ne +31043,68776,0.755854712,196.0,43580.0,15136.746462512,ne +31045,69337,0.78986237,370.0,,6784.127895930001,ne +31045,69339,0.16985565600000002,370.0,,1458.8902293840001,ne +31045,69354,0.01510574,103.0,,129.74320086,ne +31045,69367,0.025176234,370.0,,216.238673826,ne +31047,68834,0.006825075999999999,277.0,,161.03766821999997,ne +31047,68850,0.514577014,277.0,,12141.44464533,ne +31047,68863,0.051988541,277.0,,1226.669624895,ne +31047,68878,0.017736771000000002,278.0,,418.49911174500005,ne +31047,69029,0.01714695,277.0,,404.58228525000004,ne +31047,69130,0.215158409,277.0,,5076.662660355,ne +31047,69138,0.17627232899999998,277.0,,4159.145602754999,ne +31047,69171,0.00029491099999999997,277.0,,6.958425044999999,ne +31049,69122,0.384899683,103.0,,690.510031302,ne +31049,69129,0.615100317,103.0,,1103.489968698,ne +31051,68710,0.10374197199999999,196.0,43580.0,584.6897541919999,ne +31051,68728,0.027785535,196.0,43580.0,156.59927526,ne +31051,68732,0.025691147999999997,196.0,43580.0,144.79531012799998,ne +31051,68733,0.19142697600000003,196.0,43580.0,1078.882436736,ne +31051,68751,0.012845573999999998,196.0,43580.0,72.39765506399999,ne +31051,68757,0.12203295199999999,196.0,43580.0,687.777717472,ne +31051,68770,0.197849763,196.0,43580.0,1115.081264268,ne +31051,68784,0.276598715,196.0,43580.0,1558.9103577399999,ne +31051,68785,0.042027367,196.0,43580.0,236.86624041200002,ne +31053,68025,0.8140335890000001,278.0,,29765.138181785005,ne +31053,68031,0.043067311,278.0,,1574.756226715,ne +31053,68044,0.015005474,278.0,,548.67515681,ne +31053,68057,0.03871519,278.0,,1415.6209223499998,ne +31053,68063,0.006808533,278.0,,248.95400914500001,ne +31053,68072,0.0018423089999999999,278.0,,67.364028585,ne +31053,68621,0.015726377,278.0,,575.034975005,ne +31053,68649,0.055242571,278.0,,2019.9446086149999,ne +31053,68664,0.009558647,278.0,,349.511927555,ne +31055,68007,0.018783013,278.0,36540.0,10731.242468251,ne +31055,68010,0.001617521,278.0,36540.0,924.133420367,ne +31055,68022,0.041424712,278.0,36540.0,23667.056432824,ne +31055,68064,0.006112431999999999,278.0,36540.0,3492.1974372639997,ne +31055,68069,0.005093394,278.0,36540.0,2909.993513838,ne +31055,68102,0.014142525,278.0,36540.0,8080.0063806749995,ne +31055,68104,0.065682136,278.0,36540.0,37525.977714472,ne +31055,68105,0.042249648,278.0,36540.0,24138.364642896002,ne +31055,68106,0.036219889,278.0,36540.0,20693.400522703,ne +31055,68107,0.056221435,278.0,36540.0,32120.823794245,ne +31055,68108,0.027562557999999997,278.0,36540.0,15747.233574465998,ne +31055,68110,0.016689222,278.0,36540.0,9535.003137594,ne +31055,68111,0.038603037,278.0,36540.0,22054.957320099,ne +31055,68112,0.02080132,278.0,36540.0,11884.355751640001,ne +31055,68114,0.031990971,278.0,36540.0,18277.305488517,ne +31055,68116,0.05463267,278.0,36540.0,31213.11945309,ne +31055,68117,0.015560552,278.0,36540.0,8890.163492504,ne +31055,68118,0.018213286000000002,278.0,36540.0,10405.742050522002,ne +31055,68122,0.021338696,278.0,36540.0,12191.373169592,ne +31055,68124,0.028782887000000004,278.0,36540.0,16444.440481049,ne +31055,68127,0.040339176000000004,278.0,36540.0,23046.860406552,ne +31055,68130,0.038238196,278.0,36540.0,21846.513806092,ne +31055,68131,0.024266409,278.0,36540.0,13864.054654743,ne +31055,68132,0.02618407,278.0,36540.0,14959.66616089,ne +31055,68134,0.052245928,278.0,36540.0,29849.509306456,ne +31055,68135,0.052156065999999994,278.0,36540.0,29798.168719581998,ne +31055,68137,0.046699628,278.0,36540.0,26680.758366356,ne +31055,68142,0.00713147,278.0,36540.0,4074.40136069,ne +31055,68144,0.042912832000000005,278.0,36540.0,24517.259568064004,ne +31055,68152,0.011371173,278.0,36540.0,6496.658156571,ne +31055,68154,0.041613423,278.0,36540.0,23774.872122320998,ne +31055,68164,0.052377127,278.0,36540.0,29924.466837529002,ne +31055,68178,0.0027425970000000003,278.0,36540.0,1566.919716219,ne +31057,69021,0.7231004590000001,103.0,,1224.2090770870002,ne +31057,69030,0.17083120899999998,106.0,,289.217236837,ne +31057,69037,0.072412035,103.0,,122.593575255,ne +31057,69041,0.033656298,103.0,,56.980112514000005,ne +31059,68351,0.15742715,277.0,,859.8670933,ne +31059,68354,0.169154229,277.0,,923.920398798,ne +31059,68361,0.394811656,277.0,,2156.461265072,ne +31059,68365,0.050284293,277.0,,274.652808366,ne +31059,68406,0.08102345400000001,277.0,,442.550105748,ne +31059,68416,0.044953802,277.0,,245.537666524,ne +31059,68436,0.089907605,277.0,,491.07533851,ne +31059,68444,0.012437811000000002,277.0,,67.935323682,ne +31061,68929,0.065252855,277.0,,194.388255045,ne +31061,68932,0.15497553,277.0,,461.67210387,ne +31061,68939,0.38042414399999996,277.0,,1133.2835249759999,ne +31061,68947,0.20130505699999998,278.0,,599.6877648029999,ne +31061,68960,0.036867863,277.0,,109.829363877,ne +31061,68972,0.034257749,277.0,,102.05383427099999,ne +31061,68981,0.126916803,278.0,,378.08515613699996,ne +31063,69025,0.43779160200000006,103.0,,1150.0785384540002,ne +31063,69028,0.311041991,277.0,,817.1073103570001,ne +31063,69038,0.216951788,103.0,,569.932347076,ne +31063,69039,0.029548988999999998,277.0,,77.625194103,ne +31063,69042,0.00466563,277.0,,12.25661001,ne +31065,68922,0.267749589,277.0,,1251.997078164,ne +31065,68926,0.109509034,277.0,,512.064242984,ne +31065,68936,0.048183975,277.0,,225.3082671,ne +31065,68946,0.0021901810000000002,277.0,,10.241286356000002,ne +31065,68948,0.056944697999999995,277.0,,266.273407848,ne +31065,68967,0.161890856,277.0,,757.001642656,ne +31065,69022,0.33016973899999996,277.0,,1543.873699564,ne +31065,69046,0.023361927,277.0,,109.24037065200001,ne +31067,68301,0.067905373,277.0,,1460.8482893490002,ne +31067,68309,0.005267695,277.0,,113.32392253500001,ne +31067,68310,0.658413945,277.0,,14164.459198784998,ne +31067,68318,0.020352457,277.0,,437.84240744100003,ne +31067,68328,0.023560962,277.0,,506.866975506,ne +31067,68331,0.049659994000000006,277.0,,1068.335450922,ne +31067,68357,0.017287616000000002,277.0,,371.908483008,ne +31067,68381,0.010248061,277.0,,220.466536293,ne +31067,68415,0.031175175,277.0,,670.671539775,ne +31067,68422,0.022507423,277.0,,484.202190999,ne +31067,68458,0.008428310999999999,277.0,,181.31825454299997,ne +31067,68466,0.08519298900000001,277.0,,1832.7567723570003,ne +31069,69147,0.270300334,103.0,,496.54171355799997,ne +31069,69148,0.089543938,103.0,,164.492214106,ne +31069,69154,0.640155729,103.0,,1175.966074173,ne +31071,68823,1.0,278.0,,1969.0,ne +31073,68937,0.785245073,277.0,,1562.63769527,ne +31073,68976,0.21475492699999998,277.0,,427.36230472999995,ne +31075,69333,0.291832669,103.0,,181.811752787,ne +31075,69350,0.446215139,277.0,,277.992031597,ne +31075,69366,0.261952191,277.0,,163.196214993,ne +31077,68665,0.328076923,278.0,,772.9492305880001,ne +31077,68842,0.25576923100000004,278.0,,602.5923082360001,ne +31077,68875,0.265,278.0,,624.34,ne +31077,68882,0.151153846,278.0,,356.11846117600004,ne +31079,68801,0.484597901,278.0,24260.0,29731.535020053,ne +31079,68803,0.39943904399999997,278.0,24260.0,24506.783666532,ne +31079,68810,0.015506875,278.0,24260.0,951.393301875,ne +31079,68824,0.024082402000000003,278.0,24260.0,1477.5276099060002,ne +31079,68832,0.035511066,278.0,24260.0,2178.710432298,ne +31079,68883,0.040862711,278.0,24260.0,2507.049907983,ne +31081,68818,0.62102883,277.0,,5790.47281092,ne +31081,68841,0.054494064,277.0,,508.10265273600004,ne +31081,68843,0.08705483300000001,277.0,,811.6992628920001,ne +31081,68846,0.026229508,278.0,,244.563932592,ne +31081,68854,0.09643866599999999,277.0,,899.1941217839999,ne +31081,68865,0.11475409800000001,278.0,,1069.9672097520001,ne +31083,68920,0.585653456,277.0,,1979.5086812799998,ne +31083,68966,0.21159515199999998,277.0,,715.1916137599999,ne +31083,68969,0.013429413999999999,277.0,,45.39141932,ne +31083,68971,0.10121192300000001,277.0,,342.09629974,ne +31083,68977,0.08811005599999999,277.0,,297.81198928,ne +31085,69032,1.0,277.0,,922.0,ne +31087,69024,0.39394914700000006,103.0,,1088.087544014,ne +31087,69040,0.18925008,103.0,,522.7087209599999,ne +31087,69043,0.162214355,103.0,,448.03604851,ne +31087,69044,0.254586418,103.0,,703.167686516,ne +31089,68711,0.035650247999999995,278.0,,358.891046616,ne +31089,68713,0.22898428399999998,278.0,,2305.184787028,ne +31089,68725,0.054424639000000004,278.0,,547.892840813,ne +31089,68734,0.008859825,278.0,,89.191858275,ne +31089,68742,0.019407236,278.0,,195.372644812,ne +31089,68763,0.490243645,278.0,,4935.282774215,ne +31089,68766,0.049150933,278.0,,494.802442511,ne +31089,68780,0.11327919,278.0,,1140.38160573,ne +31091,69152,1.0,277.0,,682.0,ne +31093,68820,0.055253912,278.0,24260.0,356.11146284,ne +31093,68831,0.122804216,278.0,24260.0,791.47317212,ne +31093,68835,0.095336953,278.0,24260.0,614.446662085,ne +31093,68838,0.03720856,278.0,24260.0,239.8091692,ne +31093,68872,0.135899074,278.0,24260.0,875.8695319300001,ne +31093,68873,0.553497285,278.0,24260.0,3567.2900018249998,ne +31095,68338,0.047160597,277.0,,332.293566462,ne +31095,68342,0.07939165599999999,277.0,,559.3936081759999,ne +31095,68350,0.02776615,277.0,,195.6402929,ne +31095,68352,0.6849448859999999,277.0,,4826.121666755999,ne +31095,68377,0.055671829000000006,277.0,,392.263707134,ne +31095,68424,0.093065439,277.0,,655.739083194,ne +31095,68440,0.011999441999999999,277.0,,84.548068332,ne +31097,68329,0.120872755,277.0,,612.945740605,ne +31097,68332,0.023556671,277.0,,119.45587864100001,ne +31097,68348,0.065842827,277.0,,333.88897571700005,ne +31097,68443,0.178219734,277.0,,903.752271114,ne +31097,68450,0.611508013,277.0,,3100.957133923,ne +31099,68924,0.19412155399999997,278.0,,1260.8194932299998,ne +31099,68945,0.050813683,277.0,,330.03487108499996,ne +31099,68959,0.6472932579999999,278.0,,4204.16971071,ne +31099,68982,0.107771504,278.0,,699.97591848,ne +31101,69127,0.117405378,103.0,,943.234806852,ne +31101,69144,0.018799801,103.0,,151.03760123400002,ne +31101,69146,0.036479084,103.0,,293.072960856,ne +31101,69153,0.687749004,103.0,,5525.375498136001,ne +31101,69155,0.139566733,103.0,,1121.279132922,ne +31103,68753,0.189580318,371.0,,152.801736308,ne +31103,68778,0.810419682,278.0,,653.1982636920001,ne +31105,69128,0.033606774,104.0,,122.059803168,ne +31105,69133,0.122519185,104.0,,444.98967992,ne +31105,69145,0.843874041,104.0,,3064.950516912,ne +31107,68718,0.179256794,371.0,,1493.567607608,ne +31107,68724,0.017415418999999998,278.0,,145.10527110799998,ne +31107,68729,0.21175818100000002,278.0,,1764.3691640920001,ne +31107,68730,0.19767054899999997,371.0,,1646.9910142679998,ne +31107,68760,0.148419301,278.0,,1236.629615932,ne +31107,68783,0.11214642300000001,278.0,,934.403996436,ne +31107,68786,0.11613976699999999,278.0,,967.676538644,ne +31107,68789,0.017193566,278.0,,143.256791912,ne +31109,68317,0.006112047,277.0,30700.0,1950.2930772299999,ne +31109,68336,0.001735679,277.0,30700.0,553.83781211,ne +31109,68339,0.004195366,277.0,30700.0,1338.69933694,ne +31109,68358,0.0062251730000000005,277.0,30700.0,1986.3904525700002,ne +31109,68368,0.001877895,277.0,30700.0,599.21751555,ne +31109,68372,0.01103142,277.0,30700.0,3520.0158078,ne +31109,68402,0.004483029,277.0,30700.0,1430.48972361,ne +31109,68404,0.002992996,277.0,30700.0,955.03509364,ne +31109,68419,0.000843598,277.0,30700.0,269.18368582,ne +31109,68428,0.004389296,277.0,30700.0,1400.58046064,ne +31109,68430,0.004906445,277.0,30700.0,1565.5975350499998,ne +31109,68438,0.00035553900000000004,277.0,30700.0,113.44893951000002,ne +31109,68461,0.00197486,277.0,30700.0,630.1580774,ne +31109,68462,0.014082595,277.0,30700.0,4493.61523855,ne +31109,68502,0.08522604199999999,277.0,30700.0,27194.777741779995,ne +31109,68503,0.050286209000000005,277.0,30700.0,16045.826429810002,ne +31109,68504,0.056275433,277.0,30700.0,17956.927915969998,ne +31109,68505,0.054769239000000004,277.0,30700.0,17476.31647251,ne +31109,68506,0.09404665300000001,277.0,30700.0,30009.34650577,ne +31109,68507,0.04632356,277.0,30700.0,14781.3847604,ne +31109,68508,0.053625048,277.0,30700.0,17111.21656632,ne +31109,68510,0.070348332,277.0,30700.0,22447.44925788,ne +31109,68512,0.044151537000000005,277.0,30700.0,14088.313941330001,ne +31109,68514,0.000407254,277.0,30700.0,129.95067886,ne +31109,68516,0.14370258800000002,277.0,30700.0,45854.05880492001,ne +31109,68517,0.002033039,277.0,30700.0,648.72241451,ne +31109,68520,0.004916141,277.0,30700.0,1568.69143169,ne +31109,68521,0.112964585,277.0,30700.0,36045.86942765,ne +31109,68522,0.043178652000000005,277.0,30700.0,13777.87606668,ne +31109,68523,0.0048288720000000005,277.0,30700.0,1540.84476648,ne +31109,68524,0.019641939,277.0,30700.0,6267.546315510001,ne +31109,68526,0.022130716,277.0,30700.0,7061.690168440001,ne +31109,68527,0.002268988,277.0,30700.0,724.01138092,ne +31109,68528,0.021429333,277.0,30700.0,6837.885866969999,ne +31109,68531,0.0007175430000000001,277.0,30700.0,228.96079587000003,ne +31109,68532,0.001522355,277.0,30700.0,485.76825694999997,ne +31111,69101,0.831158122,277.0,,29019.054671508,ne +31111,69123,0.025590718999999998,277.0,,893.4743631659999,ne +31111,69132,0.004066081,277.0,,141.963152034,ne +31111,69143,0.036651597,277.0,,1279.653857658,ne +31111,69151,0.022861042,277.0,,798.170420388,ne +31111,69165,0.054792573,277.0,,1913.0278937219998,ne +31111,69169,0.016747704,103.0,,584.7293374559999,ne +31111,69170,0.008132162,277.0,,283.926304068,ne +31113,69163,1.0,277.0,,748.0,ne +31115,68879,1.0,278.0,,664.0,ne +31117,69167,1.0,277.0,,494.0,ne +31119,68701,0.786861163,278.0,,27618.039960137,ne +31119,68715,0.042241179000000004,278.0,,1482.6231417210001,ne +31119,68748,0.075822788,278.0,,2661.304036012,ne +31119,68752,0.018607768,278.0,,653.114049032,ne +31119,68758,0.03298884,278.0,,1157.87529516,ne +31119,68781,0.043478261,278.0,,1526.0434828389998,ne +31121,68628,0.14146165,278.0,24260.0,1097.03509575,ne +31121,68816,0.037083936,278.0,24260.0,287.58592368,ne +31121,68826,0.72105644,278.0,24260.0,5591.792692200001,ne +31121,68827,0.100397974,278.0,24260.0,778.58628837,ne +31123,69125,0.066129032,103.0,,306.970966544,ne +31123,69331,0.016733871,103.0,,77.67862918200001,ne +31123,69334,0.385282258,103.0,,1788.4802416359998,ne +31123,69336,0.531854839,103.0,,2468.870162638,ne +31125,68623,0.046431797999999996,278.0,,163.393497162,ne +31125,68638,0.33206865399999996,278.0,,1168.5495934259998,ne +31125,68640,0.28870822,278.0,,1015.9642261800001,ne +31125,68663,0.130623306,278.0,,459.66341381399997,ne +31125,68864,0.202168022,278.0,,711.429269418,ne +31127,68305,0.584838062,278.0,,4077.490968264,ne +31127,68320,0.051017484,278.0,,355.693898448,ne +31127,68321,0.047578103,278.0,,331.714534116,ne +31127,68378,0.103468042,278.0,,721.3791888239999,ne +31127,68379,0.0075953,278.0,,52.9544316,ne +31127,68414,0.033533964,278.0,,233.798797008,ne +31127,68421,0.17196904600000001,278.0,,1198.968188712,ne +31129,68943,0.063113949,277.0,,261.796660452,ne +31129,68957,0.148821218,277.0,,617.310412264,ne +31129,68961,0.203585462,277.0,,844.472496376,ne +31129,68964,0.013015717,277.0,,53.989194116,ne +31129,68974,0.042730845,277.0,,177.24754506000002,ne +31129,68978,0.528732809,277.0,,2193.1836917319997,ne +31131,68324,0.006877129,277.0,,110.11658954800001,ne +31131,68344,0.026198585,277.0,,419.49174302,ne +31131,68346,0.033796175,278.0,,541.1443541,ne +31131,68382,0.001768405,278.0,,28.31570086,ne +31131,68410,0.574534975,278.0,,9199.454019699999,ne +31131,68417,0.021155358,277.0,,338.739592296,ne +31131,68418,0.075451926,277.0,,1208.136239112,ne +31131,68446,0.18745087800000002,277.0,,3001.4634585360004,ne +31131,68448,0.025609117,278.0,,410.053181404,ne +31131,68454,0.047157452999999995,277.0,,755.085137436,ne +31133,68323,0.086679174,277.0,,226.492681662,ne +31133,68345,0.088180113,277.0,,230.414635269,ne +31133,68380,0.040525328,277.0,,105.892682064,ne +31133,68420,0.49043152,277.0,,1281.49756176,ne +31133,68441,0.081425891,277.0,,212.765853183,ne +31133,68447,0.212757974,277.0,,555.936586062,ne +31135,69134,0.13686067,103.0,,395.66419697,ne +31135,69140,0.67372134,103.0,,1947.72839394,ne +31135,69150,0.111463845,103.0,,322.241975895,ne +31135,69168,0.077954145,103.0,,225.365433195,ne +31137,68923,0.00999001,277.0,,90.24975034,ne +31137,68927,0.142413142,277.0,,1286.560324828,ne +31137,68940,0.071595072,277.0,,646.789880448,ne +31137,68949,0.701076701,277.0,,6333.526916834,ne +31137,68958,0.074925075,277.0,,676.8731275499999,ne +31139,68747,0.018879509,278.0,,134.950730332,ne +31139,68765,0.20306983899999997,278.0,,1451.5432091719997,ne +31139,68767,0.521565618,278.0,,3728.151037464,ne +31139,68769,0.256485035,278.0,,1833.3550301799999,ne +31141,68601,0.8564949690000001,278.0,,28666.886612430004,ne +31141,68631,0.01336537,278.0,,447.3389339,ne +31141,68634,0.01468689,278.0,,491.5702083,ne +31141,68642,0.056855384,278.0,,1902.94970248,ne +31141,68644,0.017359964,278.0,,581.03799508,ne +31141,68647,0.020183211,278.0,,675.53207217,ne +31141,68653,0.021054212000000003,278.0,,704.6844756400001,ne +31143,68651,0.300759598,278.0,,1567.8597843740001,ne +31143,68654,0.111476083,277.0,,581.124820679,ne +31143,68662,0.278587559,278.0,,1452.2769450669998,ne +31143,68666,0.30917676,278.0,,1611.73844988,ne +31145,69001,0.825627722,103.0,,8854.031690728,ne +31145,69020,0.040025943,277.0,,429.238212732,ne +31145,69026,0.020105624,103.0,,215.612711776,ne +31145,69034,0.1068285,277.0,,1145.628834,ne +31145,69036,0.007412212,103.0,,79.488561488,ne +31147,68337,0.034700706,277.0,,272.92105269,ne +31147,68355,0.606518776,278.0,,4770.27017324,ne +31147,68376,0.18701202100000003,277.0,,1470.849545165,ne +31147,68431,0.035444292999999995,278.0,,278.76936444499995,ne +31147,68433,0.025777667999999997,278.0,,202.74135881999996,ne +31147,68437,0.031974222000000004,278.0,,251.47725603000004,ne +31147,68442,0.036435742,278.0,,286.56711083,ne +31147,68457,0.042136572000000004,278.0,,331.40413878000004,ne +31149,68714,0.847202296,278.0,,1149.653515672,ne +31149,68759,0.152797704,278.0,,207.346484328,ne +31151,68333,0.551264723,277.0,,7841.189419951999,ne +31151,68341,0.06861041400000001,277.0,,975.9145287360001,ne +31151,68343,0.063654502,277.0,,905.4216364480001,ne +31151,68359,0.10787153199999999,277.0,,1534.3646711679999,ne +31151,68445,0.006758061,277.0,,96.126659664,ne +31151,68453,0.023106134,277.0,,328.661650016,ne +31151,68464,0.034047757000000005,277.0,,484.2952955680001,ne +31151,68465,0.144686876,277.0,,2058.026124224,ne +31153,68005,0.129413677,278.0,36540.0,24225.722679692,ne +31153,68028,0.076144152,278.0,36540.0,14253.880677792002,ne +31153,68046,0.155846703,278.0,36540.0,29173.879414788,ne +31153,68059,0.016805734,278.0,36540.0,3145.9661818639997,ne +31153,68113,0.004752005,278.0,36540.0,889.55632798,ne +31153,68123,0.179264896,278.0,36540.0,33557.671471616,ne +31153,68128,0.10702657900000001,278.0,36540.0,20034.947482484004,ne +31153,68133,0.062711893,278.0,36540.0,11739.415522028,ne +31153,68136,0.09979210000000001,278.0,36540.0,18680.681951600003,ne +31153,68138,0.069492466,278.0,36540.0,13008.711665336,ne +31153,68147,0.062773534,278.0,36540.0,11750.954470664,ne +31153,68157,0.035976262,278.0,36540.0,6734.612341352,ne +31155,68003,0.218970688,277.0,36540.0,4724.949505664,ne +31155,68015,0.056399342000000005,278.0,36540.0,1216.9850016760001,ne +31155,68017,0.081938667,277.0,36540.0,1768.0725565260002,ne +31155,68018,0.020895811,278.0,36540.0,450.889809758,ne +31155,68033,0.016349037,278.0,36540.0,352.779520386,ne +31155,68040,0.030521428,278.0,36540.0,658.591373384,ne +31155,68041,0.060752636,278.0,36540.0,1310.920379608,ne +31155,68042,0.004159814,277.0,36540.0,89.760466492,ne +31155,68050,0.033230143999999996,277.0,36540.0,717.0400472319999,ne +31155,68065,0.069846184,277.0,36540.0,1507.140958352,ne +31155,68066,0.266131373,278.0,36540.0,5742.5827665940005,ne +31155,68070,0.028296411,277.0,36540.0,610.579956558,ne +31155,68073,0.08469575300000001,278.0,36540.0,1827.5649582340002,ne +31155,68648,0.027812712000000003,278.0,36540.0,600.1426995360001,ne +31157,69341,0.29084233,103.0,,10359.22210994,ne +31157,69352,0.020989752,103.0,,747.612986736,ne +31157,69353,0.000657642,103.0,,23.423892755999997,ne +31157,69355,0.004274675,103.0,,152.25537415000002,ne +31157,69356,0.052118156,103.0,,1856.344480408,ne +31157,69357,0.098536746,103.0,,3509.6818190279996,ne +31157,69358,0.050446649,103.0,,1796.8087440820002,ne +31157,69361,0.482134049,103.0,,17172.650557282,ne +31159,68313,0.035592101,277.0,30700.0,615.173873684,ne +31159,68314,0.032831163,277.0,30700.0,567.4538212919999,ne +31159,68360,0.033011224,277.0,30700.0,570.565995616,ne +31159,68364,0.006602245,277.0,30700.0,114.11320257999999,ne +31159,68405,0.20809075100000002,277.0,30700.0,3596.6405402840005,ne +31159,68423,0.06782306,277.0,30700.0,1172.2537690400002,ne +31159,68434,0.5106536220000001,277.0,30700.0,8826.137202648002,ne +31159,68439,0.032771142,277.0,30700.0,566.4164183280001,ne +31159,68456,0.072624692,277.0,30700.0,1255.245176528,ne +31161,69335,0.0073542930000000005,103.0,,38.580621078,ne +31161,69340,0.024820738999999998,103.0,,130.209596794,ne +31161,69343,0.418091561,370.0,,2193.308329006,ne +31161,69347,0.234969664,370.0,,1232.6508573439999,ne +31161,69351,0.045596617,103.0,,239.199852782,ne +31161,69360,0.262180548,370.0,,1375.399154808,ne +31161,69365,0.006986578,370.0,,36.651588188,ne +31163,68817,0.10666666699999999,278.0,,320.10666766699995,ne +31163,68844,0.105641026,278.0,,317.028719026,ne +31163,68852,0.177777778,278.0,,533.511111778,ne +31163,68853,0.511452991,278.0,,1534.8704259909998,ne +31163,68871,0.098461538,278.0,,295.483075538,ne +31165,69346,1.0,103.0,,1166.0,ne +31167,68768,0.183398262,278.0,,1085.71771104,ne +31167,68779,0.816601738,278.0,,4834.28228896,ne +31169,68303,0.054218009000000005,277.0,,271.252699027,ne +31169,68315,0.016113744,277.0,,80.617061232,ne +31169,68322,0.090995261,277.0,,455.249290783,ne +31169,68325,0.036966825,201.0,,184.94502547500002,ne +31169,68326,0.049478673,277.0,,247.541801019,ne +31169,68327,0.057061611,201.0,,285.479239833,ne +31169,68335,0.10843601900000001,277.0,,542.5054030570001,ne +31169,68340,0.16834123199999998,277.0,,842.2111836959999,ne +31169,68362,0.005118483,277.0,,25.607770449,ne +31169,68370,0.392796209,277.0,,1965.159433627,ne +31169,68375,0.020473934,277.0,,102.431091802,ne +31171,69142,0.097532315,277.0,,70.41833143,ne +31171,69161,0.11163337300000001,277.0,,80.599295306,ne +31171,69166,0.790834313,277.0,,570.982373986,ne +31173,68039,0.188178869,196.0,,1359.404149656,ne +31173,68047,0.245168571,196.0,,1771.097756904,ne +31173,68055,0.044293977000000005,196.0,,319.979689848,ne +31173,68062,0.041613767999999995,196.0,,300.61786003199995,ne +31173,68067,0.175624207,196.0,,1268.7092713680001,ne +31173,68071,0.305120609,196.0,,2204.191279416,ne +31175,68815,0.138201988,277.0,,574.643866104,ne +31175,68837,0.041137046000000003,278.0,,171.04783726800002,ne +31175,68859,0.123180032,278.0,,512.182573056,ne +31175,68862,0.6974809340000001,278.0,,2900.1257235720004,ne +31177,68002,0.147517197,278.0,36540.0,3057.883976613,ne +31177,68008,0.644937661,278.0,36540.0,13368.912774869,ne +31177,68023,0.12075451400000001,278.0,36540.0,2503.1203207060003,ne +31177,68029,0.045034394000000005,278.0,36540.0,933.5179532260001,ne +31177,68034,0.037564488,278.0,36540.0,778.674271752,ne +31177,68068,0.004191745,278.0,36540.0,86.89068210500001,ne +31179,68723,0.060065117,196.0,,563.711123045,ne +31179,68740,0.125519255,278.0,,1177.998208175,ne +31179,68787,0.717637813,196.0,,6735.030875005,ne +31179,68790,0.096777815,278.0,,908.259793775,ne +31181,68928,0.090540541,277.0,,315.71486646700004,ne +31181,68930,0.41,277.0,,1429.6699999999998,ne +31181,68942,0.085135135,277.0,,296.866215745,ne +31181,68952,0.026756757000000003,277.0,,93.300811659,ne +31181,68970,0.387567568,277.0,,1351.448109616,ne +31183,68622,0.422187982,278.0,,330.57318990600004,ne +31183,68637,0.5778120179999999,278.0,,452.42681009399996,ne +31185,68316,0.036205648,277.0,,495.257058992,ne +31185,68319,0.041491673,277.0,,567.564594967,ne +31185,68367,0.023606082999999996,277.0,,322.90760935699996,ne +31185,68371,0.109558291,277.0,,1498.647862589,ne +31185,68401,0.050543085,277.0,,691.378859715,ne +31185,68460,0.051918899000000004,277.0,,710.1986194210001,ne +31185,68467,0.6866763220000001,277.0,,9393.045408638001,ne +32001,89406,1.0,280.0,,24909.0,nv +32003,89002,0.016320502,279.0,29820.0,36993.92669093,nv +32003,89004,0.000162024,279.0,29820.0,367.26223116,nv +32003,89005,0.007321416999999999,279.0,29820.0,16595.565735155,nv +32003,89007,0.000523892,279.0,29820.0,1187.51385478,nv +32003,89011,0.012058859,279.0,29820.0,27333.996578185,nv +32003,89012,0.016377468,279.0,29820.0,37123.05237762,nv +32003,89014,0.018536072,279.0,29820.0,42015.992443480005,nv +32003,89015,0.019960198999999998,279.0,29820.0,45244.082476284995,nv +32003,89018,0.002258526,279.0,29820.0,5119.43476209,nv +32003,89019,0.001109419,279.0,29820.0,2514.7366885849997,nv +32003,89021,0.001587552,279.0,29820.0,3598.52793168,nv +32003,89025,0.000546772,279.0,29820.0,1239.37629398,nv +32003,89026,0.0,279.0,29820.0,0.0,nv +32003,89027,0.008359863,279.0,29820.0,18949.426860045,nv +32003,89029,0.003598607,279.0,29820.0,8157.016466005,nv +32003,89030,0.022590866,279.0,29820.0,51207.05482519,nv +32003,89031,0.031844894,279.0,29820.0,72183.29890321,nv +32003,89032,0.020560667,279.0,29820.0,46605.172298905,nv +32003,89039,6.54e-05,279.0,29820.0,148.24316100000001,nv +32003,89040,0.001695879,279.0,29820.0,3844.074367485,nv +32003,89044,0.009528114,279.0,29820.0,21597.51892551,nv +32003,89046,0.000147549,279.0,29820.0,334.45153153499996,nv +32003,89052,0.025487682,279.0,29820.0,57773.311104630004,nv +32003,89054,1.87e-05,279.0,29820.0,42.3875705,nv +32003,89074,0.023064797,279.0,29820.0,52281.321331855004,nv +32003,89081,0.016837391,279.0,29820.0,38165.566740565,nv +32003,89084,0.012708821,279.0,29820.0,28807.275193015,nv +32003,89085,0.001796735,279.0,29820.0,4072.686175525,nv +32003,89086,0.0028295779999999997,279.0,29820.0,6413.846896269999,nv +32003,89101,0.019424167,279.0,29820.0,44029.050701404994,nv +32003,89102,0.018040662,279.0,29820.0,40893.039165329996,nv +32003,89103,0.024349781,279.0,29820.0,55194.013839415005,nv +32003,89104,0.018071478999999998,279.0,29820.0,40962.892521484995,nv +32003,89106,0.012148508999999998,279.0,29820.0,27537.207577934998,nv +32003,89107,0.017820271999999998,279.0,29820.0,40393.47784648,nv +32003,89108,0.034402254,279.0,29820.0,77980.10517561,nv +32003,89109,0.003662576,279.0,29820.0,8302.01595784,nv +32003,89110,0.033419372,279.0,29820.0,75752.19180298,nv +32003,89113,0.014300108999999998,279.0,29820.0,32414.271571934998,nv +32003,89115,0.02886123,279.0,29820.0,65420.18295945,nv +32003,89117,0.025709472,279.0,29820.0,58276.04582448,nv +32003,89118,0.010321423,279.0,29820.0,23395.724335445,nv +32003,89119,0.024410014,279.0,29820.0,55330.54488401,nv +32003,89120,0.011731076000000002,279.0,29820.0,26591.005935340003,nv +32003,89121,0.030042088999999998,279.0,29820.0,68096.853767635,nv +32003,89122,0.023315537,279.0,29820.0,52849.677450955,nv +32003,89123,0.028080061,279.0,29820.0,63649.495469615,nv +32003,89124,0.00049074,279.0,29820.0,1112.3677191000002,nv +32003,89128,0.017160971,279.0,29820.0,38899.030380265,nv +32003,89129,0.026482237000000002,279.0,29820.0,60027.68384145501,nv +32003,89130,0.016704783,279.0,29820.0,37864.982197845005,nv +32003,89131,0.022744017999999998,279.0,29820.0,51554.206760869994,nv +32003,89134,0.01139769,279.0,29820.0,25835.31488835,nv +32003,89135,0.012912402,279.0,29820.0,29268.735299429998,nv +32003,89138,0.007703363,279.0,29820.0,17461.328462545,nv +32003,89139,0.018905878,279.0,29820.0,42854.237250770006,nv +32003,89141,0.015412328999999999,279.0,29820.0,34935.357329235,nv +32003,89142,0.016518013,279.0,29820.0,37441.627837295004,nv +32003,89143,0.006144294000000001,279.0,29820.0,13927.363374210001,nv +32003,89144,0.009239086,279.0,29820.0,20942.37482249,nv +32003,89145,0.011386017,279.0,29820.0,25808.855524155,nv +32003,89146,0.008837529,279.0,29820.0,20032.159547235,nv +32003,89147,0.024812505,279.0,29820.0,56242.877271075,nv +32003,89148,0.024731727000000002,279.0,29820.0,56059.776566805005,nv +32003,89149,0.018383853000000002,279.0,29820.0,41670.955352895005,nv +32003,89156,0.013691703000000001,279.0,29820.0,31035.188565645003,nv +32003,89161,9.76e-05,279.0,29820.0,221.231384,nv +32003,89166,0.010377455,279.0,29820.0,23522.732910325,nv +32003,89169,0.010080489,279.0,29820.0,22849.595623635,nv +32003,89178,0.017330466,279.0,29820.0,39283.22723919,nv +32003,89179,0.003237672,279.0,29820.0,7338.87968748,nv +32003,89183,0.018915683,279.0,29820.0,42876.462391345,nv +32003,89191,0.00029323,279.0,29820.0,664.6688394500001,nv +32005,89410,0.22843822800000002,280.0,,11171.771540340002,nv +32005,89411,0.012984092,77.0,,634.98701926,nv +32005,89413,0.011675459,77.0,,570.988322395,nv +32005,89423,0.211528238,280.0,,10344.788479390001,nv +32005,89444,0.054185581,280.0,,2649.9458388049998,nv +32005,89448,0.029485135,77.0,,1441.970527175,nv +32005,89449,0.063202879,77.0,,3090.936797495,nv +32005,89460,0.278472989,280.0,,13618.721527045,nv +32005,89705,0.11002739999999998,280.0,,5380.889996999999,nv +32007,89801,0.49884707,423.0,,26328.15066046,nv +32007,89815,0.273806575,423.0,,14450.96341535,nv +32007,89822,0.039485469,423.0,,2083.964082882,nv +32007,89823,0.001467365,423.0,,77.44458997,nv +32007,89825,0.030147689,151.0,,1591.134730042,nv +32007,89826,0.0,423.0,,0.0,nv +32007,89828,0.007260600000000001,423.0,,383.1999468,nv +32007,89830,0.0030490709999999996,423.0,,160.92386923799998,nv +32007,89831,0.0,151.0,,0.0,nv +32007,89832,0.025745592999999997,151.0,,1358.800907354,nv +32007,89833,0.002058123,423.0,,108.623615694,nv +32007,89834,0.0028013340000000004,151.0,,147.84880585200003,nv +32007,89835,0.033006192999999996,423.0,,1742.0008541539999,nv +32007,89883,0.082324917,423.0,,4344.944469426,nv +32009,89010,0.5046632120000001,280.0,,440.57098407600006,nv +32009,89013,0.37616580299999997,280.0,,328.39274601899996,nv +32009,89047,0.11917098400000001,280.0,,104.036269032,nv +32011,89316,0.731034483,280.0,,1483.268966007,nv +32011,89821,0.268965517,423.0,,545.731033993,nv +32013,89404,0.0015862229999999999,280.0,,26.697719312999997,nv +32013,89414,0.010140494,280.0,,170.674654514,nv +32013,89421,0.032744165,280.0,,551.117041115,nv +32013,89425,0.024133243,280.0,,406.186612933,nv +32013,89426,0.008157716,280.0,,137.302517996,nv +32013,89438,0.006118286999999999,280.0,,102.97688849699999,nv +32013,89445,0.917119873,280.0,,15436.044582462999,nv +32013,89446,0.0,280.0,,0.0,nv +32015,89310,0.060990235,280.0,,337.39798002,nv +32015,89820,0.939009765,280.0,,5194.60201998,nv +32017,89001,0.27850792399999996,279.0,,1443.5065700919997,nv +32017,89008,0.255894859,423.0,,1326.303054197,nv +32017,89017,0.019713954,279.0,,102.17742358199999,nv +32017,89042,0.19134132199999998,423.0,,991.7220719259999,nv +32017,89043,0.25454194,423.0,,1319.2908750200002,nv +32019,89403,0.309028934,280.0,,17772.253994339997,nv +32019,89408,0.390835896,280.0,,22476.97237896,nv +32019,89428,0.002566262,280.0,,147.58572762,nv +32019,89429,0.14257449,280.0,,8199.4589199,nv +32019,89430,0.0076987869999999995,280.0,,442.75724037,nv +32019,89447,0.14729563,280.0,,8470.971681300001,nv +32021,89415,0.702415895,280.0,,3164.383606975,nv +32021,89420,0.0,280.0,,0.0,nv +32021,89422,0.025062091,280.0,,112.904719955,nv +32021,89427,0.272522014,280.0,,1227.71167307,nv +32023,89003,0.020191602,279.0,,939.373899846,nv +32023,89020,0.032246975,279.0,,1500.226017925,nv +32023,89022,0.0,280.0,,0.0,nv +32023,89045,0.047006784,280.0,,2186.896612032,nv +32023,89048,0.490649065,279.0,,22826.466450994998,nv +32023,89049,0.05853502,280.0,,2723.22473546,nv +32023,89060,0.207233223,279.0,,9641.111233628999,nv +32023,89061,0.133571691,279.0,,6214.155780393,nv +32023,89314,0.006852769,423.0,,318.811372187,nv +32023,89409,0.003712871,280.0,,172.733897533,nv +32027,89418,0.062627291,280.0,,421.168531975,nv +32027,89419,0.937372709,280.0,,6303.8314680250005,nv +32029,89440,1.0,280.0,39900.0,4123.0,nv +32031,89402,3.53e-05,280.0,39900.0,16.644620699999997,nv +32031,89405,0.00032011400000000003,280.0,39900.0,150.93983316600003,nv +32031,89412,0.00043049900000000004,280.0,39900.0,202.988457981,nv +32031,89424,0.000607114,280.0,39900.0,286.265786166,nv +32031,89431,0.085218881,280.0,39900.0,40182.321550239,nv +32031,89433,0.047253308,280.0,39900.0,22280.832534852,nv +32031,89434,0.056947255999999995,280.0,39900.0,26851.713201863997,nv +32031,89436,0.092806697,280.0,39900.0,43760.120962743,nv +32031,89439,0.0029914140000000004,280.0,39900.0,1410.508537866,nv +32031,89441,0.028329025,280.0,39900.0,13357.673538975001,nv +32031,89442,0.0024836470000000003,280.0,39900.0,1171.086749793,nv +32031,89450,0.000134669,280.0,39900.0,63.498992210999994,nv +32031,89451,0.01886026,280.0,39900.0,8892.97093494,nv +32031,89501,0.008949958000000001,280.0,39900.0,4220.075246202,nv +32031,89502,0.101050196,280.0,39900.0,47647.087367723994,nv +32031,89503,0.064237035,280.0,39900.0,30288.982506165,nv +32031,89506,0.09283981300000001,280.0,39900.0,43775.73578594701,nv +32031,89508,0.028026572000000003,280.0,39900.0,13215.061202868,nv +32031,89509,0.07717186599999999,280.0,39900.0,36388.001084453994,nv +32031,89510,0.0034748979999999997,280.0,39900.0,1638.4804300619999,nv +32031,89511,0.056715449,280.0,39900.0,26742.411797031,nv +32031,89512,0.05832264400000001,280.0,39900.0,27500.234776236004,nv +32031,89519,0.018727799,280.0,39900.0,8830.513056681,nv +32031,89521,0.06916459,280.0,39900.0,32612.41831221,nv +32031,89523,0.07655150599999999,280.0,39900.0,36095.489557614,nv +32031,89704,0.008349468,280.0,39900.0,3936.932801892,nv +32033,89301,0.813445897,423.0,,7792.8116932600005,nv +32033,89311,0.012457531,423.0,,119.34314698000001,nv +32033,89317,0.028621435,423.0,,274.1933473,nv +32033,89318,0.130855554,423.0,,1253.59620732,nv +32033,89319,0.014619581999999999,423.0,,140.05559556,nv +32510,89701,0.47288738700000005,280.0,16180.0,26441.971131492002,nv +32510,89702,0.0,280.0,16180.0,0.0,nv +32510,89703,0.175573741,280.0,16180.0,9817.381301756,nv +32510,89706,0.351538872,280.0,16180.0,19656.647566752,nv +33001,3218,0.015239427,282.0,,934.222593381,nh +33001,3220,0.13025166,282.0,,7984.817512979999,nh +33001,3225,0.06413841299999999,282.0,,3931.8771321389995,nh +33001,3226,0.017389025,282.0,,1065.9993995749999,nh +33001,3237,0.042520098,282.0,,2606.609567694,nh +33001,3246,0.285284865,282.0,,17488.818079095,nh +33001,3249,0.12507864400000002,282.0,,7667.696113132001,nh +33001,3253,0.110485844,282.0,,6773.113694732,nh +33001,3256,0.040772457000000005,282.0,,2499.4739314710005,nh +33001,3269,0.052009787,282.0,,3188.355972461,nh +33001,3809,0.063963649,282.0,,3921.1635746469997,nh +33001,3810,0.03005942,282.0,,1842.73262426,nh +33001,3837,0.022806711,282.0,,1398.1198044330001,nh +33003,3227,0.020597951,282.0,,1007.44578341,nh +33003,3254,0.086157925,282.0,,4213.98411175,nh +33003,3259,0.007069368,282.0,,345.76278888,nh +33003,3812,0.012139957,222.0,,593.76529687,nh +33003,3813,0.056849502,222.0,,2780.5091428200003,nh +33003,3814,0.049506617,282.0,,2421.36863747,nh +33003,3816,0.032317112,282.0,,1580.6299479200002,nh +33003,3817,0.016095436,222.0,,787.2277747600001,nh +33003,3818,0.083065076,222.0,,4062.71286716,nh +33003,3830,0.044078352,282.0,,2155.87219632,nh +33003,3832,0.0067958509999999995,222.0,,332.38507240999996,nh +33003,3836,0.028466831,282.0,,1392.31270421,nh +33003,3838,0.024911107000000002,222.0,,1218.4022433700002,nh +33003,3845,0.022218013999999998,222.0,,1086.68306474,nh +33003,3846,0.020324434,222.0,,994.06806694,nh +33003,3847,0.007090408,222.0,,346.79185528,nh +33003,3849,0.030760167,222.0,,1504.47976797,nh +33003,3850,0.005785941,282.0,,282.99037431,nh +33003,3853,0.011319405,282.0,,553.63209855,nh +33003,3860,0.092469861,222.0,,4522.70090151,nh +33003,3864,0.037892655,282.0,,1853.3297560499998,nh +33003,3872,0.069452334,282.0,,3396.9136559400004,nh +33003,3875,0.022449452,222.0,,1098.0026973200002,nh +33003,3882,0.032338151,282.0,,1581.65896541,nh +33003,3883,0.002461655,282.0,,120.39954605,nh +33003,3886,0.043552358,282.0,,2130.14582978,nh +33003,3890,0.003134928,282.0,,153.32932848,nh +33003,3894,0.13069915199999999,282.0,,6392.495524319999,nh +33005,3431,0.330315099,281.0,,25132.024307415,nh +33005,3441,0.002399886,281.0,,182.59532631,nh +33005,3443,0.00716074,281.0,,544.8249029,nh +33005,3444,0.019186114,281.0,,1459.77548369,nh +33005,3445,0.009923852,281.0,,755.05627942,nh +33005,3446,0.077055794,281.0,,5862.790086489999,nh +33005,3447,0.031068792,281.0,,2363.86903932,nh +33005,3448,0.009573599,281.0,,728.407279915,nh +33005,3450,0.01194754,281.0,,909.0285809,nh +33005,3451,0.051448364,281.0,,3914.4487749400005,nh +33005,3452,0.068844293,282.0,,5238.018032905,nh +33005,3455,0.029771557,281.0,,2265.168914345,nh +33005,3456,0.010546525,281.0,,802.4323546249999,nh +33005,3457,0.010325995,281.0,,785.6533295749999,nh +33005,3461,0.079209205,282.0,,6026.632362425001,nh +33005,3462,0.017447819,281.0,,1327.517308615,nh +33005,3464,0.013672863,281.0,,1040.299781355,nh +33005,3465,0.026139297000000002,281.0,,1988.8084122450002,nh +33005,3466,0.02202706,281.0,,1675.9288601,nh +33005,3467,0.02185842,281.0,,1663.0978857,nh +33005,3470,0.066496296,281.0,,5059.37068116,nh +33005,3602,0.03331301,281.0,,2534.62036585,nh +33005,3604,0.003489564,281.0,,265.50347694,nh +33005,3608,0.037957113,281.0,,2887.966942605,nh +33005,3609,0.008821202,281.0,,671.16115417,nh +33007,3570,0.32335627699999997,281.0,,10206.094170950999,nh +33007,3575,0.002491668,281.0,,78.644517084,nh +33007,3576,0.087426418,281.0,,2759.440031334,nh +33007,3579,0.010714174,281.0,,338.171473962,nh +33007,3581,0.09592923699999999,281.0,,3027.8145074309996,nh +33007,3582,0.07658766,281.0,,2417.33631258,nh +33007,3583,0.029308251,281.0,,925.056326313,nh +33007,3584,0.114803625,281.0,,3623.546815875,nh +33007,3588,0.049210453,281.0,,1553.2295280390001,nh +33007,3590,0.029277105,281.0,,924.073265115,nh +33007,3592,0.033014607,281.0,,1042.040040741,nh +33007,3593,0.013143551000000002,281.0,,414.84990021300007,nh +33007,3595,0.020556265,281.0,,648.817392195,nh +33007,3597,0.013548447,281.0,,427.629632661,nh +33007,3598,0.100632261,281.0,,3176.256053943,nh +33009,3215,0.002033288,282.0,,182.764125168,nh +33009,3217,0.023799471000000003,282.0,,2139.239250306,nh +33009,3222,0.06505411,282.0,,5847.45373146,nh +33009,3223,0.037588053999999996,282.0,,3378.6398218439995,nh +33009,3238,0.001388858,281.0,,124.838890188,nh +33009,3240,0.013555254,281.0,,1218.427561044,nh +33009,3241,0.00835537,282.0,,751.0307878200001,nh +33009,3245,0.024221684,282.0,,2177.190288024,nh +33009,3251,0.013655252,281.0,,1227.415981272,nh +33009,3262,0.009988667,281.0,,897.8413219619999,nh +33009,3264,0.081187085,282.0,,7297.582322310001,nh +33009,3266,0.024543898999999997,282.0,,2206.152905514,nh +33009,3279,0.009466456,281.0,,850.901864016,nh +33009,3282,0.009677563,282.0,,869.877427818,nh +33009,3285,0.027799382,282.0,,2498.775250452,nh +33009,3293,0.002166619,281.0,,194.748715434,nh +33009,3561,0.065898536,281.0,,5923.355806895999,nh +33009,3574,0.028532698999999998,281.0,,2564.6901823139997,nh +33009,3580,0.014510789,281.0,,1304.316780054,nh +33009,3585,0.029621564,281.0,,2662.563901704,nh +33009,3586,0.006988734,281.0,,628.189344324,nh +33009,3740,0.007288726999999999,281.0,,655.1545151219999,nh +33009,3741,0.044810115,281.0,,4027.80199689,nh +33009,3748,0.054043243,281.0,,4857.730940298,nh +33009,3750,0.00976645,281.0,,877.8671247,nh +33009,3755,0.120941757,281.0,,10870.970769702,nh +33009,3765,0.005233217,281.0,,470.392943262,nh +33009,3766,0.10435323699999999,281.0,,9379.895060981999,nh +33009,3768,0.018688474,281.0,,1679.832173964,nh +33009,3771,0.010299771,281.0,,925.8052161059999,nh +33009,3774,0.023499477999999997,281.0,,2112.274079508,nh +33009,3777,0.016744072,281.0,,1505.0576557919999,nh +33009,3779,0.008966466999999999,281.0,,805.9598527619999,nh +33009,3780,0.0059554230000000005,281.0,,535.309151778,nh +33009,3784,0.044487900000000004,281.0,,3998.8393794000003,nh +33009,3785,0.024888336,281.0,,2237.112969696,nh +33011,3031,0.027712575,282.0,31700.0,11556.836589375,nh +33011,3033,0.012886968,282.0,31700.0,5374.1878302000005,nh +33011,3043,0.004069441,282.0,31700.0,1697.058633025,nh +33011,3045,0.033270658,282.0,31700.0,13874.69615245,nh +33011,3047,0.004293224,282.0,31700.0,1790.3817386,nh +33011,3048,0.008523204,282.0,31700.0,3554.3891480999996,nh +33011,3049,0.01916748,282.0,31700.0,7993.318347,nh +33011,3051,0.061608366,282.0,31700.0,25692.228831149998,nh +33011,3052,0.020420176,282.0,31700.0,8515.7238964,nh +33011,3054,0.062792955,282.0,31700.0,26186.232058874997,nh +33011,3055,0.037668476,282.0,31700.0,15708.6962039,nh +33011,3057,0.006161323000000001,282.0,31700.0,2569.4257240750003,nh +33011,3060,0.071965615,282.0,31700.0,30011.460595375,nh +33011,3062,0.067956985,282.0,31700.0,28339.761669625,nh +33011,3063,0.040818461,282.0,31700.0,17022.318698525,nh +33011,3064,0.034786056,282.0,31700.0,14506.655003400001,nh +33011,3070,0.01367264,282.0,31700.0,5701.8326959999995,nh +33011,3071,0.012930751,282.0,31700.0,5392.446435775,nh +33011,3076,0.033071199,227.0,31700.0,13791.516762975001,nh +33011,3082,0.004062143,282.0,31700.0,1694.015184575,nh +33011,3084,0.003179175,282.0,31700.0,1325.795454375,nh +33011,3086,0.009214011999999999,282.0,31700.0,3842.4733542999993,nh +33011,3101,0.00656997,282.0,31700.0,2739.84173925,nh +33011,3102,0.07920936599999999,282.0,31700.0,33032.285856149996,nh +33011,3103,0.091558769,282.0,31700.0,38182.295642225,nh +33011,3104,0.07930423,282.0,31700.0,33071.84651575,nh +33011,3109,0.025662044,282.0,31700.0,10701.7138991,nh +33011,3110,0.054457047,282.0,31700.0,22709.950025175,nh +33011,3244,0.019196669,282.0,31700.0,8005.490889725,nh +33011,3281,0.021918548,282.0,31700.0,9140.5824797,nh +33011,3440,0.00733375,282.0,31700.0,3058.35709375,nh +33011,3442,0.003422417,282.0,31700.0,1427.2334494250001,nh +33011,3449,0.004341872,282.0,31700.0,1810.6691708,nh +33011,3458,0.016793436000000002,282.0,31700.0,7003.2826479000005,nh +33013,3046,0.018392264,282.0,,2784.4232392239996,nh +33013,3106,0.092929676,282.0,,14068.716579316,nh +33013,3216,0.016671465,281.0,,2523.909757815,nh +33013,3221,0.014329085,281.0,,2169.294507235,nh +33013,3224,0.015277813999999999,282.0,,2312.9235392739997,nh +33013,3229,0.037098589,282.0,,5616.392487299,nh +33013,3230,0.00837499,281.0,,1267.8981110900002,nh +33013,3231,0.0016422829999999998,282.0,,248.62686565299998,nh +33013,3233,0.000660839,281.0,,100.045077049,nh +33013,3234,0.030836976000000002,282.0,,4668.440633616,nh +33013,3235,0.056910675,282.0,,8615.763998925,nh +33013,3242,0.032387657,282.0,,4903.199780887,nh +33013,3243,0.0060914969999999995,282.0,,922.1978223269999,nh +33013,3255,0.012830747,281.0,,1942.459619077,nh +33013,3257,0.030725745,281.0,,4651.601261295,nh +33013,3258,0.017430448,282.0,,2638.812953168,nh +33013,3260,0.004815619,282.0,,729.041376029,nh +33013,3263,0.026721453,282.0,,4045.387491123,nh +33013,3268,0.0074197180000000005,282.0,,1123.278527738,nh +33013,3273,0.002604099,282.0,,394.237151709,nh +33013,3275,0.07551885700000001,282.0,,11432.875280087,nh +33013,3276,0.054064487,282.0,,8184.876751417,nh +33013,3278,0.019288648999999998,282.0,,2920.1278607589998,nh +33013,3287,0.010246277,281.0,,1551.194121307,nh +33013,3301,0.215943888,282.0,,32691.961148208,nh +33013,3303,0.103601246,282.0,,15684.296233186,nh +33013,3304,0.051277185999999995,282.0,,7762.904465725999,nh +33013,3307,0.03590777,282.0,,5436.11320807,nh +33015,3032,0.017649315,282.0,14460.0,5467.210658235,nh +33015,3034,0.01321814,282.0,14460.0,4094.57000966,nh +33015,3036,0.016515301,282.0,14460.0,5115.928275469,nh +33015,3037,0.014273494,282.0,14460.0,4421.4859628859995,nh +33015,3038,0.110864571,282.0,14460.0,34342.407294099,nh +33015,3042,0.022676993,282.0,14460.0,7024.6294446169995,nh +33015,3044,0.015237078000000001,282.0,14460.0,4719.974414982001,nh +33015,3053,0.082822317,282.0,14460.0,25655.786314773002,nh +33015,3077,0.034049903,282.0,14460.0,10547.604402407,nh +33015,3079,0.095483283,227.0,14460.0,29577.761091627002,nh +33015,3087,0.047549907999999995,282.0,14460.0,14729.487451251998,nh +33015,3261,0.014234163999999999,282.0,14460.0,4409.302748116,nh +33015,3290,0.015928629,222.0,14460.0,4934.195476701,nh +33015,3291,0.000347415,222.0,14460.0,107.618397135,nh +33015,3801,0.073992744,282.0,14460.0,22920.658316136,nh +33015,3811,0.022604887999999997,227.0,14460.0,7002.293550871999,nh +33015,3819,0.014742176000000001,282.0,14460.0,4566.669117344,nh +33015,3826,0.007567738,227.0,14460.0,2344.250632522,nh +33015,3827,0.010392939,282.0,14460.0,3219.4103210910002,nh +33015,3833,0.072419546,282.0,14460.0,22433.330344874,nh +33015,3840,0.012916611000000001,282.0,14460.0,4001.1656728590006,nh +33015,3841,0.02109724,282.0,14460.0,6535.27093756,nh +33015,3842,0.050512764,282.0,14460.0,15647.288391516,nh +33015,3844,0.00768245,282.0,14460.0,2379.78485405,nh +33015,3848,0.020287699,282.0,14460.0,6284.500231530999,nh +33015,3854,0.0025564470000000003,282.0,14460.0,791.9080307430002,nh +33015,3856,0.005473418000000001,282.0,14460.0,1695.4952204420001,nh +33015,3857,0.029707221000000002,282.0,14460.0,9202.376141949,nh +33015,3858,0.016013844,282.0,14460.0,4960.592442036,nh +33015,3862,0.014634018,282.0,14460.0,4533.165121842,nh +33015,3865,0.025161335,227.0,14460.0,7794.201581615,nh +33015,3870,0.017433,282.0,14460.0,5400.202977,nh +33015,3871,0.00037691199999999997,282.0,14460.0,116.755653328,nh +33015,3873,0.020300809,282.0,14460.0,6288.561303121,nh +33015,3874,0.029064832000000002,227.0,14460.0,9003.383943808001,nh +33015,3885,0.024210861,282.0,14460.0,7499.774201109,nh +33017,3820,0.243975857,222.0,14460.0,31871.298127480997,nh +33017,3823,0.014125041000000001,222.0,14460.0,1845.1964809530002,nh +33017,3824,0.127872066,222.0,14460.0,16704.311597778,nh +33017,3825,0.071566355,222.0,14460.0,9348.927652715,nh +33017,3835,0.053544483,222.0,14460.0,6994.676447739,nh +33017,3839,0.030630182000000002,222.0,14460.0,4001.3125652060003,nh +33017,3851,0.031672448,222.0,14460.0,4137.466899584,nh +33017,3852,0.004441299,222.0,14460.0,580.180212267,nh +33017,3855,0.020993109,222.0,14460.0,2742.392807997,nh +33017,3861,0.034410342000000003,222.0,14460.0,4495.126206486,nh +33017,3867,0.167377067,222.0,14460.0,21864.968393411,nh +33017,3868,0.040477265,222.0,14460.0,5287.666558745,nh +33017,3869,0.019281925,222.0,14460.0,2518.855708525,nh +33017,3878,0.09301837199999999,222.0,14460.0,12151.268989475999,nh +33017,3884,0.030303502000000003,222.0,14460.0,3958.637376766,nh +33017,3887,0.016310689,222.0,14460.0,2130.714236137,nh +33019,3280,0.027647143,282.0,,1192.863631878,nh +33019,3284,0.020022802,281.0,,863.903815092,nh +33019,3601,0.009263218,281.0,,399.67080382800003,nh +33019,3603,0.125647238,281.0,,5421.175730748,nh +33019,3605,0.021637927,281.0,,933.5899983420001,nh +33019,3607,0.01045081,281.0,,450.91064825999996,nh +33019,3743,0.32483017399999997,281.0,,14015.122687403998,nh +33019,3745,0.036720346,281.0,,1584.3360485160001,nh +33019,3746,0.006341741,281.0,,273.620757186,nh +33019,3751,0.013847323,281.0,,597.456598158,nh +33019,3752,0.018336421000000002,281.0,,791.1432204660001,nh +33019,3753,0.06826279,281.0,,2945.26633734,nh +33019,3754,0.006341741,281.0,,273.620757186,nh +33019,3770,0.012184694,281.0,,525.720807324,nh +33019,3773,0.181891597,281.0,,7847.894844162,nh +33019,3781,0.04517600099999999,281.0,,1949.1637391459997,nh +33019,3782,0.071398033,281.0,,3080.539531818,nh +34001,8037,0.08870006,283.0,12100.0,23387.5448202,nj +34001,8201,0.036926058,283.0,12100.0,9736.293712859999,nj +34001,8203,0.033415325,283.0,12100.0,8810.61874275,nj +34001,8205,0.10297406099999999,283.0,12100.0,27151.170663869998,nj +34001,8215,0.050417412,283.0,12100.0,13293.55902204,nj +34001,8217,9.32e-05,283.0,12100.0,24.574044,nj +34001,8221,0.025439773,283.0,12100.0,6707.704946909999,nj +34001,8225,0.031097197000000004,283.0,12100.0,8199.397932990001,nj +34001,8232,0.07231291,283.0,12100.0,19066.744979699997,nj +34001,8234,0.156831395,283.0,12100.0,41351.73391965,nj +34001,8240,0.008545766,283.0,12100.0,2253.26212122,nj +34001,8241,0.004297108,283.0,12100.0,1133.01846636,nj +34001,8244,0.039210643999999996,283.0,12100.0,10338.67050348,nj +34001,8310,0.004733154,283.0,12100.0,1247.99071518,nj +34001,8317,0.005884764000000001,283.0,12100.0,1551.6357238800001,nj +34001,8319,0.004319469,283.0,12100.0,1138.91439123,nj +34001,8326,0.005582886,283.0,12100.0,1472.0395516199999,nj +34001,8330,0.103641175,283.0,12100.0,27327.06861225,nj +34001,8340,0.004662343,283.0,12100.0,1229.31997881,nj +34001,8341,0.008590489,283.0,12100.0,2265.05423463,nj +34001,8346,0.002590191,283.0,12100.0,682.9556609699999,nj +34001,8350,0.002344216,283.0,12100.0,618.09943272,nj +34001,8401,0.143008348,283.0,12100.0,37707.01111716,nj +34001,8402,0.022644603,283.0,12100.0,5970.70247301,nj +34001,8403,0.0036039059999999996,283.0,12100.0,950.2418950199999,nj +34001,8406,0.038133572000000004,283.0,12100.0,10054.67892924,nj +34003,7010,0.026755942999999997,284.0,35620.0,24941.943576486,nj +34003,7020,0.013101089,284.0,35620.0,12212.861367978,nj +34003,7022,0.015343027,284.0,35620.0,14302.800455454,nj +34003,7024,0.039793591,284.0,35620.0,37095.66511738201,nj +34003,7026,0.034082832,284.0,35620.0,31772.084156064,nj +34003,7031,0.016907545,289.0,35620.0,15761.24726409,nj +34003,7057,0.012451626,284.0,35620.0,11607.430660452,nj +34003,7070,0.019814,284.0,35620.0,18470.650427999997,nj +34003,7071,0.023688197999999997,284.0,35620.0,22082.185551995997,nj +34003,7072,0.006656996,284.0,35620.0,6205.664985192,nj +34003,7073,0.010178506,284.0,35620.0,9488.423650212,nj +34003,7074,0.002945164,284.0,35620.0,2745.487771128,nj +34003,7075,0.009151623000000001,284.0,35620.0,8531.161263846001,nj +34003,7401,0.007270976,292.0,35620.0,6778.018369152001,nj +34003,7407,0.02162583,291.0,35620.0,20159.641977659998,nj +34003,7410,0.035571006,292.0,35620.0,33159.362935212004,nj +34003,7417,0.011702163,292.0,35620.0,10908.779752926,nj +34003,7423,0.004409682,292.0,35620.0,4110.714379764,nj +34003,7430,0.028306482,292.0,35620.0,26387.359133364,nj +34003,7432,0.007809686,292.0,35620.0,7280.204908572,nj +34003,7436,0.013988187,292.0,35620.0,13039.815897773999,nj +34003,7446,0.016043028,292.0,35620.0,14955.342787656,nj +34003,7450,0.027186051,292.0,35620.0,25342.891114301998,nj +34003,7452,0.012716143000000001,292.0,35620.0,11854.013936886,nj +34003,7458,0.012362379,292.0,35620.0,11524.234428558,nj +34003,7463,0.010696786000000002,292.0,35620.0,9971.565302772002,nj +34003,7481,0.018330126999999998,292.0,35620.0,17087.381049654,nj +34003,7495,0.0,292.0,35620.0,0.0,nj +34003,7601,0.047721557000000005,284.0,35620.0,44486.130878514006,nj +34003,7603,0.008991408000000001,284.0,35620.0,8381.808520416002,nj +34003,7604,0.013001088999999999,284.0,35620.0,12119.641167978,nj +34003,7605,0.009796785,284.0,35620.0,9132.58257057,nj +34003,7606,0.002774197,284.0,35620.0,2586.111991794,nj +34003,7607,0.010380656,284.0,35620.0,9676.868284512,nj +34003,7608,0.000115054,284.0,35620.0,107.253568908,nj +34003,7620,0.001635486,284.0,35620.0,1524.603320172,nj +34003,7621,0.02943229,284.0,35620.0,27436.83960258,nj +34003,7624,0.009222591,284.0,35620.0,8597.317775382,nj +34003,7626,0.009387106999999999,284.0,35620.0,8750.679919613998,nj +34003,7627,0.005332264000000001,284.0,35620.0,4970.747165328001,nj +34003,7628,0.019025827,284.0,35620.0,17735.913981054,nj +34003,7630,0.00818388,284.0,35620.0,7629.0293037599995,nj +34003,7631,0.030363473999999998,284.0,35620.0,28304.891189748,nj +34003,7632,0.005860221,284.0,35620.0,5462.909736642,nj +34003,7640,0.00511936,284.0,35620.0,4772.27763072,nj +34003,7641,0.0036752729999999997,284.0,35620.0,3426.096841146,nj +34003,7642,0.011177431000000002,284.0,35620.0,10419.623533062002,nj +34003,7643,0.011641948000000001,284.0,35620.0,10852.647209496,nj +34003,7644,0.026341964,284.0,35620.0,24556.031524727998,nj +34003,7645,0.009073128,284.0,35620.0,8457.988067856,nj +34003,7646,0.017825826,284.0,35620.0,16617.270648851998,nj +34003,7647,0.0058193609999999995,284.0,35620.0,5424.819962922,nj +34003,7648,0.006256996,284.0,35620.0,5832.784185192,nj +34003,7649,0.008746246,284.0,35620.0,8153.268013691999,nj +34003,7650,0.022081744,284.0,35620.0,20584.645920288,nj +34003,7652,0.02861616,284.0,35620.0,26676.041584320003,nj +34003,7656,0.009466677,284.0,35620.0,8824.855232754,nj +34003,7657,0.012094637,284.0,35620.0,11274.644800674,nj +34003,7660,0.013907542,284.0,35620.0,12964.638467484001,nj +34003,7661,0.012397863,284.0,35620.0,11557.312684326,nj +34003,7662,0.00603549,284.0,35620.0,5626.29584898,nj +34003,7663,0.014965606999999999,284.0,35620.0,13950.968776614,nj +34003,7666,0.043594670999999995,284.0,35620.0,40639.039495542,nj +34003,7670,0.01579249,284.0,35620.0,14721.79076298,nj +34003,7675,0.029079601,284.0,35620.0,27108.062211402,nj +34003,7676,0.009923666999999999,284.0,35620.0,9250.862224733999,nj +34003,7677,0.00625377,284.0,35620.0,5829.77690154,nj +34005,8010,0.025181812,283.0,37980.0,11214.694792388,nj +34005,8011,4.5299999999999997e-05,283.0,37980.0,20.1743097,nj +34005,8015,0.044371191,283.0,37980.0,19760.665540659,nj +34005,8016,0.075683636,283.0,37980.0,33705.631608964,nj +34005,8019,0.002526111,283.0,37980.0,1125.001007739,nj +34005,8022,0.020174901999999998,283.0,37980.0,8984.872430798,nj +34005,8036,0.013400846999999999,283.0,37980.0,5968.053810603,nj +34005,8041,0.0022157279999999997,283.0,37980.0,986.7722490719999,nj +34005,8042,0.000482566,283.0,37980.0,214.910285534,nj +34005,8046,0.071422098,283.0,37980.0,31807.759922202,nj +34005,8048,0.027701126,283.0,37980.0,12336.668762973999,nj +34005,8052,0.042431863,283.0,37980.0,18896.987755187,nj +34005,8053,0.102387911,283.0,37980.0,45598.353775939,nj +34005,8054,0.094061941,283.0,37980.0,41890.391362409,nj +34005,8055,0.061974670999999995,283.0,37980.0,27600.357755178997,nj +34005,8057,0.04690863,283.0,37980.0,20890.71146187,nj +34005,8060,0.055198351,283.0,37980.0,24582.530419499,nj +34005,8064,0.000434989,283.0,37980.0,193.721916161,nj +34005,8065,0.016364213,283.0,37980.0,7287.785895337,nj +34005,8068,0.016269059,283.0,37980.0,7245.409156590999,nj +34005,8073,0.00045991099999999997,283.0,37980.0,204.82090393899998,nj +34005,8075,0.065092095,283.0,37980.0,28988.699416155003,nj +34005,8077,0.04349215,283.0,37980.0,19369.18551035,nj +34005,8088,0.054065565999999995,283.0,37980.0,24078.045752534,nj +34005,8224,0.001218877,283.0,37980.0,542.825653073,nj +34005,8505,0.040956977,356.0,37980.0,18240.148749973,nj +34005,8511,0.001964249,283.0,37980.0,874.776327901,nj +34005,8515,0.014490587,283.0,37980.0,6453.368429863,nj +34005,8518,0.012265797,283.0,37980.0,5462.560428153,nj +34005,8554,0.008942205,283.0,37980.0,3982.402054545,nj +34005,8562,0.010104443000000001,283.0,37980.0,4500.003585607001,nj +34005,8640,0.017564965,283.0,37980.0,7822.539597784999,nj +34005,8641,0.010145223,283.0,37980.0,4518.164917827,nj +34007,8002,0.043440988,283.0,37980.0,22001.600633348,nj +34007,8003,0.057245599,283.0,37980.0,28993.235771129002,nj +34007,8004,0.023489701,283.0,37980.0,11896.852355171,nj +34007,8007,0.009627555999999999,283.0,37980.0,4876.077914875999,nj +34007,8009,0.025117947,283.0,37980.0,12721.511735037,nj +34007,8012,0.073658471,283.0,37980.0,37305.879465841004,nj +34007,8021,0.08485482,283.0,37980.0,42976.50554022,nj +34007,8026,0.004251851,283.0,37980.0,2153.4392278210003,nj +34007,8029,0.008505619,283.0,37980.0,4307.849360549,nj +34007,8030,0.025447816,283.0,37980.0,12888.580817336,nj +34007,8031,0.021892141,283.0,37980.0,11087.734544411,nj +34007,8033,0.030704613999999998,283.0,37980.0,15550.996557194,nj +34007,8034,0.035372636,283.0,37980.0,17915.214327556,nj +34007,8035,0.014729009,283.0,37980.0,7459.815917239,nj +34007,8043,0.056045030999999995,283.0,37980.0,28385.182895600996,nj +34007,8045,0.005381458,283.0,37980.0,2725.5524147180004,nj +34007,8049,0.010530858,283.0,37980.0,5333.574182118,nj +34007,8059,0.010762917,283.0,37980.0,5451.105335907,nj +34007,8078,0.015950673000000002,283.0,37980.0,8078.553304983001,nj +34007,8081,0.09557746199999999,283.0,37980.0,48407.21275660199,nj +34007,8083,0.018656745,283.0,37980.0,9449.100296895,nj +34007,8084,0.013328986000000001,283.0,37980.0,6750.744868406001,nj +34007,8089,0.008045338,283.0,37980.0,4074.7303821980004,nj +34007,8091,0.010523187,283.0,37980.0,5329.689043077,nj +34007,8095,6.9e-05,283.0,37980.0,34.946498999999996,nj +34007,8102,0.014939972,283.0,37980.0,7566.662558812,nj +34007,8103,0.027279353,283.0,37980.0,13816.201193263,nj +34007,8104,0.043038242000000004,283.0,37980.0,21797.621463982003,nj +34007,8105,0.054723639000000004,283.0,37980.0,27715.936167969,nj +34007,8106,0.018397837,283.0,37980.0,9317.970903227,nj +34007,8107,0.024807257000000003,283.0,37980.0,12564.156260047,nj +34007,8108,0.035004411,283.0,37980.0,17728.719043581,nj +34007,8109,0.042930842999999996,283.0,37980.0,21743.226985053,nj +34007,8110,0.035667984,283.0,37980.0,18064.799524464,nj +34009,8202,0.015844753,283.0,36140.0,1458.335221367,nj +34009,8204,0.197216835,283.0,36140.0,18151.640276565002,nj +34009,8210,0.173953133,283.0,36140.0,16010.472408187,nj +34009,8212,0.001992517,283.0,36140.0,183.38927216300002,nj +34009,8223,0.044354711,283.0,36140.0,4082.363245729,nj +34009,8226,0.118724365,283.0,36140.0,10927.271830235,nj +34009,8230,0.056617172,283.0,36140.0,5210.987893708,nj +34009,8242,0.034349729,283.0,36140.0,3161.5147074310003,nj +34009,8243,0.020720062,283.0,36140.0,1907.053786418,nj +34009,8246,0.000922069,283.0,36140.0,84.866308691,nj +34009,8247,0.010428920999999999,283.0,36140.0,959.8674599189999,nj +34009,8248,0.002564836,283.0,36140.0,236.06494060400001,nj +34009,8251,0.099392706,283.0,36140.0,9148.005267534,nj +34009,8260,0.134993058,283.0,36140.0,12424.626065262,nj +34009,8270,0.08792513199999999,283.0,36140.0,8092.541224147999,nj +34011,8302,0.289007985,283.0,47220.0,43214.496973095,nj +34011,8311,0.014350986999999999,283.0,47220.0,2145.8600331489997,nj +34011,8314,0.019245107,283.0,47220.0,2877.663114389,nj +34011,8316,0.00244706,283.0,47220.0,365.90154062,nj +34011,8320,0.006952454,283.0,47220.0,1039.579589258,nj +34011,8321,0.000936765,283.0,47220.0,140.071660155,nj +34011,8323,0.003906374000000001,283.0,47220.0,584.1083850980001,nj +34011,8324,0.00179706,283.0,47220.0,268.70899062,nj +34011,8327,0.019672068,283.0,47220.0,2941.505311836,nj +34011,8329,0.0015803929999999998,283.0,47220.0,236.31142411099998,nj +34011,8332,0.230170211,283.0,47220.0,34416.661140197,nj +34011,8345,0.003606865,283.0,47220.0,539.323702855,nj +34011,8348,0.00119804,283.0,47220.0,179.13932708000002,nj +34011,8349,0.010565691,283.0,47220.0,1579.856078157,nj +34011,8352,0.00391912,283.0,47220.0,586.01425624,nj +34011,8353,0.002383335,283.0,47220.0,356.37293254499997,nj +34011,8360,0.26890258300000003,283.0,47220.0,40208.196528241,nj +34011,8361,0.11935790199999999,283.0,47220.0,17847.229012353997,nj +34013,7003,0.061454279,289.0,35620.0,49100.432564025,nj +34013,7004,0.009230103,289.0,35620.0,7374.621544425,nj +34013,7006,0.032142313,289.0,35620.0,25680.904529175,nj +34013,7009,0.015777168,289.0,35620.0,12605.562802800001,nj +34013,7017,0.044987150999999996,289.0,35620.0,35943.608970224996,nj +34013,7018,0.036205271000000004,289.0,35620.0,28927.106397225005,nj +34013,7021,0.002744731,289.0,35620.0,2192.971450725,nj +34013,7028,0.009675807,289.0,35620.0,7730.727897825,nj +34013,7039,0.037391297000000004,289.0,35620.0,29874.711520575,nj +34013,7040,0.030810237,289.0,35620.0,24616.609107075,nj +34013,7041,0.008907786,285.0,35620.0,7117.09831935,nj +34013,7042,0.032771839,289.0,35620.0,26183.880065024998,nj +34013,7043,0.016080598999999998,289.0,35620.0,12847.996586024998,nj +34013,7044,0.017150793,289.0,35620.0,13703.054837175001,nj +34013,7050,0.038179463,289.0,35620.0,30504.436450424997,nj +34013,7052,0.059439797999999995,289.0,35620.0,47490.91260705,nj +34013,7068,0.007364189,289.0,35620.0,5883.802906275,nj +34013,7078,0.016489791,285.0,35620.0,13174.930764225,nj +34013,7079,0.020740347,289.0,35620.0,16571.018744325,nj +34013,7102,0.016848621,289.0,35620.0,13461.626963475,nj +34013,7103,0.040882645,289.0,35620.0,32664.211288875,nj +34013,7104,0.064526364,289.0,35620.0,51554.951676900004,nj +34013,7105,0.06551220099999999,289.0,35620.0,52342.61079397499,nj +34013,7106,0.04228271,289.0,35620.0,33782.82822225,nj +34013,7107,0.04724463,289.0,35620.0,37747.27825425,nj +34013,7108,0.027758297,289.0,35620.0,22178.185345575002,nj +34013,7109,0.045349758,289.0,35620.0,36233.32289805,nj +34013,7110,0.035792302000000005,289.0,35620.0,28597.154490450004,nj +34013,7111,0.068032821,289.0,35620.0,54356.52315847499,nj +34013,7112,0.032175048,289.0,35620.0,25707.0589758,nj +34013,7114,0.016051641000000002,289.0,35620.0,12824.859867975001,nj +34015,8014,0.002012087,356.0,37980.0,586.797004332,nj +34015,8020,0.010067779,356.0,37980.0,2936.1267964440003,nj +34015,8027,0.017767318,356.0,37980.0,5181.5895522480005,nj +34015,8028,0.076808125,283.0,37980.0,22400.014342500002,nj +34015,8039,0.00048099199999999996,356.0,37980.0,140.274582912,nj +34015,8051,0.038218642000000004,356.0,37980.0,11145.931878312002,nj +34015,8056,0.017458895,356.0,37980.0,5091.64230222,nj +34015,8061,0.01080579,356.0,37980.0,3151.35737244,nj +34015,8062,0.05989264,356.0,37980.0,17466.84995904,nj +34015,8063,0.011279438000000001,356.0,37980.0,3289.490180568,nj +34015,8066,0.031440699,356.0,37980.0,9169.239693564,nj +34015,8071,0.034635071,356.0,37980.0,10100.833566156001,nj +34015,8074,5.5100000000000004e-05,356.0,37980.0,16.0691436,nj +34015,8080,0.135808543,283.0,37980.0,39606.660246348,nj +34015,8085,0.076117847,356.0,37980.0,22198.704427692002,nj +34015,8086,0.029395566,356.0,37980.0,8572.805285976001,nj +34015,8090,0.02944697,356.0,37980.0,8587.79654292,nj +34015,8093,0.033210454,356.0,37980.0,9685.363962744,nj +34015,8094,0.14810504,283.0,37980.0,43192.761445439995,nj +34015,8096,0.131028,356.0,37980.0,38212.481808000004,nj +34015,8097,0.011797146000000001,356.0,37980.0,3440.472470856,nj +34015,8312,0.030331847999999998,283.0,37980.0,8845.858823327999,nj +34015,8322,0.039870903,283.0,37980.0,11627.790667308,nj +34015,8328,0.004549226,283.0,37980.0,1326.718073736,nj +34015,8343,0.019415907,283.0,37980.0,5662.377453852,nj +34017,7002,0.09766223800000001,289.0,35620.0,65667.209871058,nj +34017,7029,0.028250261000000002,289.0,35620.0,18995.221244051,nj +34017,7030,0.07958201200000001,284.0,35620.0,53510.22863069201,nj +34017,7032,0.062101518,289.0,35620.0,41756.501789538,nj +34017,7047,0.092681913,284.0,35620.0,62318.484163983005,nj +34017,7086,0.021427363999999997,284.0,35620.0,14407.566707323998,nj +34017,7087,0.10242420699999999,284.0,35620.0,68869.11496893699,nj +34017,7093,0.09558785,284.0,35620.0,64272.41004935,nj +34017,7094,0.028999552999999997,284.0,35620.0,19499.038441222998,nj +34017,7302,0.065462116,289.0,35620.0,44016.137639356,nj +34017,7304,0.06615457599999999,289.0,35620.0,44481.741511215994,nj +34017,7305,0.096518109,289.0,35620.0,64897.907828619005,nj +34017,7306,0.079184184,289.0,35620.0,53242.732663944,nj +34017,7307,0.064392767,289.0,35620.0,43297.116995897006,nj +34017,7310,0.018967113,289.0,35620.0,12753.316077183,nj +34017,7311,0.00060422,289.0,35620.0,406.27209002,nj +34019,7830,0.053956665,356.0,35620.0,6710.644382715,nj +34019,7979,0.003446709,356.0,35620.0,428.670645039,nj +34019,8530,0.058421720999999996,356.0,35620.0,7265.967862490999,nj +34019,8551,0.040396997999999996,356.0,35620.0,5024.215038257999,nj +34019,8559,0.040028827,356.0,35620.0,4978.425242817,nj +34019,8801,0.070422535,356.0,35620.0,8758.521100484999,nj +34019,8802,0.03160789,346.0,35620.0,3931.1048871899998,nj +34019,8804,0.019896912,346.0,35620.0,2474.598842352,nj +34019,8809,0.047102414,356.0,35620.0,5858.174331594,nj +34019,8822,0.24376850600000002,356.0,35620.0,30317.732859726002,nj +34019,8825,0.033895251,356.0,35620.0,4215.586262121,nj +34019,8826,0.041995017999999995,356.0,35620.0,5222.962383677999,nj +34019,8827,0.031999561,356.0,35620.0,3979.817401131,nj +34019,8829,0.027871344,356.0,35620.0,3466.386924624,nj +34019,8833,0.065894813,356.0,35620.0,8195.403787623,nj +34019,8848,0.065448307,346.0,35620.0,8139.871389897,nj +34019,8858,0.001151514,356.0,35620.0,143.214947694,nj +34019,8867,0.039926992,356.0,35620.0,4965.759922032,nj +34019,8887,0.007864764,356.0,35620.0,978.1485634439999,nj +34019,8889,0.074903257,356.0,35620.0,9315.792976347,nj +34021,8512,0.028416668,288.0,45940.0,10441.13632324,nj +34021,8520,0.069484909,288.0,45940.0,25530.84011387,nj +34021,8525,0.012279693999999999,288.0,45940.0,4511.927966419999,nj +34021,8534,0.033769158,356.0,45940.0,12407.80172394,nj +34021,8540,0.12558731199999998,288.0,45940.0,46144.546048159995,nj +34021,8542,0.015200866,288.0,45940.0,5585.25419438,nj +34021,8550,0.049359855999999994,288.0,45940.0,18136.291890079996,nj +34021,8560,0.00929184,356.0,45940.0,3414.1007712000005,nj +34021,8561,0.000820698,356.0,45940.0,301.54906614000004,nj +34021,8608,0.00229026,356.0,45940.0,841.5102318,nj +34021,8609,0.032722768,356.0,45940.0,12023.32664624,nj +34021,8610,0.07820482599999999,356.0,45940.0,28734.799217179996,nj +34021,8611,0.068241039,356.0,45940.0,25073.80495977,nj +34021,8618,0.101897351,356.0,45940.0,37440.14367793,nj +34021,8619,0.053891647,356.0,45940.0,19801.40785721,nj +34021,8620,0.030909539,356.0,45940.0,11357.09191477,nj +34021,8628,0.023890006000000002,356.0,45940.0,8777.90490458,nj +34021,8629,0.036182523,356.0,45940.0,13294.54442589,nj +34021,8638,0.057177004000000003,356.0,45940.0,21008.54657972,nj +34021,8648,0.081364513,356.0,45940.0,29895.76301159,nj +34021,8690,0.047897987,356.0,45940.0,17599.157363410002,nj +34021,8691,0.041119535,356.0,45940.0,15108.550745049999,nj +34023,7001,0.022633312000000003,289.0,35620.0,18673.885665344,nj +34023,7008,0.029278533,289.0,35620.0,24156.604994046,nj +34023,7064,0.005117129000000001,288.0,35620.0,4221.948686998,nj +34023,7067,0.022351431,288.0,35620.0,18441.316363722002,nj +34023,7077,0.00286579,288.0,35620.0,2364.45442898,nj +34023,7080,0.02949118,285.0,35620.0,24332.05195316,nj +34023,7095,0.024157695,288.0,35620.0,19931.59615209,nj +34023,8536,0.024470484,288.0,35620.0,20189.666470008,nj +34023,8810,0.011187461000000001,288.0,35620.0,9230.348947582,nj +34023,8812,0.017830209,285.0,35620.0,14711.027897958,nj +34023,8816,0.057686697,288.0,35620.0,47595.101600214,nj +34023,8817,0.055415577,288.0,35620.0,45721.286790774,nj +34023,8820,0.047964275,288.0,35620.0,39573.50066005,nj +34023,8824,0.015207973999999999,288.0,35620.0,12547.521444388,nj +34023,8828,0.0028225190000000003,288.0,35620.0,2328.7531711780002,nj +34023,8830,0.022179583,288.0,35620.0,18299.531109146,nj +34023,8831,0.062031126,288.0,35620.0,51179.524879812,nj +34023,8832,0.0033454820000000003,288.0,35620.0,2760.2300698840004,nj +34023,8837,0.021274597000000003,288.0,35620.0,17552.861550014004,nj +34023,8840,0.020265758999999998,288.0,35620.0,16720.507652057997,nj +34023,8846,0.016886896000000002,288.0,35620.0,13932.736187552002,nj +34023,8850,0.010493885,288.0,35620.0,8658.10574587,nj +34023,8852,0.022318051000000002,288.0,35620.0,18413.775794162,nj +34023,8854,0.07038494099999999,288.0,35620.0,58071.94019134199,nj +34023,8857,0.049866972,288.0,35620.0,41143.343652264004,nj +34023,8859,0.027584774,288.0,35620.0,22759.148805988,nj +34023,8861,0.066611692,288.0,35620.0,54958.775824904,nj +34023,8863,0.015540544,288.0,35620.0,12821.912313728,nj +34023,8872,0.02512697,288.0,35620.0,20731.30812214,nj +34023,8879,0.028105265,288.0,35620.0,23188.58615143,nj +34023,8882,0.019810794,288.0,35620.0,16345.133319228,nj +34023,8884,0.010252803000000001,288.0,35620.0,8459.198148786001,nj +34023,8901,0.071284982,288.0,35620.0,58814.529818883995,nj +34023,8902,0.050856028,288.0,35620.0,41959.376173736,nj +34023,8904,0.017298591000000002,288.0,35620.0,14272.410087642002,nj +34025,7701,0.037348756000000004,283.0,35620.0,23111.223469020002,nj +34025,7702,0.006398798000000001,283.0,35620.0,3959.5442084100005,nj +34025,7703,8.92e-05,283.0,35620.0,55.196514,nj +34025,7704,0.009302362,283.0,35620.0,5756.25509379,nj +34025,7711,0.002457464,283.0,35620.0,1520.6664358799999,nj +34025,7712,0.060173431,283.0,35620.0,37235.018235645,nj +34025,7716,0.013041777,283.0,35620.0,8070.186398714999,nj +34025,7717,0.0027564290000000003,283.0,35620.0,1705.6644830550001,nj +34025,7718,0.011174416999999999,283.0,35620.0,6914.673367514999,nj +34025,7719,0.033388639,283.0,35620.0,20660.722870005,nj +34025,7720,0.006610108000000001,283.0,35620.0,4090.3017798600004,nj +34025,7721,0.004700487,283.0,35620.0,2908.637853165,nj +34025,7722,0.015799771,283.0,35620.0,9776.819295945,nj +34025,7723,0.001087858,283.0,35620.0,673.1610911099999,nj +34025,7724,0.03303489,283.0,35620.0,20441.82475755,nj +34025,7726,0.068668117,283.0,35620.0,42491.487459015,nj +34025,7727,0.011706606999999999,283.0,35620.0,7243.989878564999,nj +34025,7728,0.086150547,283.0,35620.0,53309.527730865,nj +34025,7730,0.026595395,283.0,35620.0,16457.097449025,nj +34025,7731,0.060236042000000004,283.0,35620.0,37273.76160939,nj +34025,7732,0.007566485,283.0,35620.0,4682.1030855750005,nj +34025,7733,0.025930158,283.0,35620.0,16045.45211961,nj +34025,7734,0.020159031,283.0,35620.0,12474.307587645,nj +34025,7735,0.029091991,283.0,35620.0,18001.978570845,nj +34025,7737,0.006165574,283.0,35620.0,3815.22636333,nj +34025,7738,0.009876814,283.0,35620.0,6111.72311913,nj +34025,7739,0.009178706,283.0,35620.0,5679.73737927,nj +34025,7740,0.048349429000000006,283.0,35620.0,29918.384918055002,nj +34025,7746,0.029007466000000003,283.0,35620.0,17949.67492347,nj +34025,7747,0.048751702,283.0,35620.0,30167.30943909,nj +34025,7748,0.042881962999999995,283.0,35620.0,26535.144294584996,nj +34025,7750,0.005026062,283.0,35620.0,3110.1020352900005,nj +34025,7751,0.030859172999999997,283.0,35620.0,19095.501956534998,nj +34025,7753,0.058849217999999995,283.0,35620.0,36415.60185231,nj +34025,7755,0.009158358,283.0,35620.0,5667.14613861,nj +34025,7756,0.004903971,283.0,35620.0,3034.552734945,nj +34025,7757,0.008870349,283.0,35620.0,5488.927609455,nj +34025,7758,0.006437929,283.0,35620.0,3983.758275555,nj +34025,7760,0.013879193,283.0,35620.0,8588.375232435,nj +34025,7762,0.012885251,283.0,35620.0,7973.328892545001,nj +34025,7764,0.012392192,283.0,35620.0,7668.22644864,nj +34025,8501,0.00973594,356.0,35620.0,6024.5509923,nj +34025,8510,0.009004962,283.0,35620.0,5572.22546079,nj +34025,8514,0.00789832,283.0,35620.0,4887.4409244,nj +34025,8535,0.0073739569999999996,283.0,35620.0,4562.967721815,nj +34025,8555,0.001255341,283.0,35620.0,776.7987340950001,nj +34025,8720,0.001205253,283.0,35620.0,745.804530135,nj +34025,8730,0.007370827,283.0,35620.0,4561.030893465,nj +34025,8736,0.02033434,283.0,35620.0,12582.7879203,nj +34025,8750,0.004878927,283.0,35620.0,3019.055632965,nj +34027,7005,0.031155702,285.0,35620.0,15323.77625019,nj +34027,7034,0.018501471999999998,285.0,35620.0,9099.856495839998,nj +34027,7035,0.021779064,291.0,35620.0,10711.92373308,nj +34027,7045,0.021991652999999996,285.0,35620.0,10816.484569784998,nj +34027,7046,0.008850325,285.0,35620.0,4352.988099624999,nj +34027,7054,0.060920285,285.0,35620.0,29963.337575825,nj +34027,7058,0.010460225,285.0,35620.0,5144.809365125,nj +34027,7082,0.010716158,285.0,35620.0,5270.68873151,nj +34027,7405,0.036367238999999996,291.0,35620.0,17887.044665954996,nj +34027,7438,0.023791438999999998,285.0,35620.0,11701.700314954998,nj +34027,7440,0.008604711999999999,291.0,35620.0,4232.184573639999,nj +34027,7444,0.02294521,291.0,35620.0,11285.48681245,nj +34027,7457,0.008722358000000001,291.0,35620.0,4290.048170510001,nj +34027,7801,0.051653038,285.0,35620.0,25405.28847511,nj +34027,7803,0.007347751,285.0,35620.0,3613.954590595,nj +34027,7828,0.031721231,285.0,35620.0,15601.928861195001,nj +34027,7834,0.036846081,285.0,35620.0,18122.560709445002,nj +34027,7836,0.024200107000000002,285.0,35620.0,11902.701627415001,nj +34027,7842,0.00019195,285.0,35620.0,94.40964775,nj +34027,7847,0.003572741,285.0,35620.0,1757.234797145,nj +34027,7849,0.018400337,285.0,35620.0,9050.113751765,nj +34027,7850,0.011772913000000001,285.0,35620.0,5790.448394485001,nj +34027,7852,0.008429274,285.0,35620.0,4145.89627053,nj +34027,7853,0.02667894,285.0,35620.0,13121.903244300001,nj +34027,7856,0.010377665999999999,285.0,35620.0,5104.203133769999,nj +34027,7857,0.006681087,285.0,35620.0,3286.0592355149997,nj +34027,7866,0.047122612,285.0,35620.0,23177.02109914,nj +34027,7869,0.053291834,285.0,35620.0,26211.322093730003,nj +34027,7870,5.7799999999999995e-05,285.0,35620.0,28.428641,nj +34027,7876,0.02146534,285.0,35620.0,10557.6201523,nj +34027,7878,0.001657372,285.0,35620.0,815.17013134,nj +34027,7885,0.020747076,285.0,35620.0,10204.34559522,nj +34027,7926,2.27e-05,285.0,35620.0,11.1648815,nj +34027,7927,0.008006159,285.0,35620.0,3937.789273355,nj +34027,7928,0.039124709,285.0,35620.0,19243.292498105002,nj +34027,7930,0.017252767,285.0,35620.0,8485.687185114999,nj +34027,7932,0.020431288,285.0,35620.0,10049.026846359999,nj +34027,7933,0.006668703000000001,285.0,35620.0,3279.9682270350004,nj +34027,7935,0.0008668689999999999,285.0,35620.0,426.36518330499996,nj +34027,7936,0.022943146,285.0,35620.0,11284.47164437,nj +34027,7940,0.035409555,285.0,35620.0,17416.012578975,nj +34027,7945,0.018573711,285.0,35620.0,9135.386886795,nj +34027,7946,0.006553120999999999,285.0,35620.0,3223.119798245,nj +34027,7950,0.039520993,285.0,35620.0,19438.202802084998,nj +34027,7960,0.092686924,285.0,35620.0,45587.600134780005,nj +34027,7961,0.0,285.0,35620.0,0.0,nj +34027,7970,0.000367388,285.0,35620.0,180.69795086000002,nj +34027,7976,0.001347776,285.0,35620.0,662.89688672,nj +34027,7980,0.004650136,285.0,35620.0,2287.14614092,nj +34027,7981,0.018553071,285.0,35620.0,9125.235205995,nj +34029,8005,0.040666295,283.0,35620.0,24692.00499587,nj +34029,8006,0.000582568,283.0,35620.0,353.727133648,nj +34029,8008,0.011720794,283.0,35620.0,7116.702025684,nj +34029,8050,0.042219245,283.0,35620.0,25634.934494570003,nj +34029,8087,0.042258196,283.0,35620.0,25658.584996456,nj +34029,8092,0.005886646,283.0,35620.0,3574.2890381559996,nj +34029,8527,0.095278659,283.0,35620.0,57851.867843574,nj +34029,8533,0.011183951000000001,283.0,35620.0,6790.738471886,nj +34029,8701,0.170643314,283.0,35620.0,103612.23125440399,nj +34029,8721,0.035348669,283.0,35620.0,21463.216935434,nj +34029,8722,0.018984266,283.0,35620.0,11526.980535476,nj +34029,8723,0.055791047999999996,283.0,35620.0,33875.543270928,nj +34029,8724,0.069305271,283.0,35620.0,42081.190277406,nj +34029,8731,0.033795717999999995,283.0,35620.0,20520.286829547997,nj +34029,8732,0.002298095,283.0,35620.0,1395.37111067,nj +34029,8733,0.004594497,283.0,35620.0,2789.714255442,nj +34029,8734,0.014604843999999999,283.0,35620.0,8867.856808984,nj +34029,8735,0.006560664,283.0,35620.0,3983.543331504,nj +34029,8738,0.001971248,283.0,35620.0,1196.914188128,nj +34029,8740,0.0029348559999999996,283.0,35620.0,1782.0034752159997,nj +34029,8741,0.0044708709999999995,283.0,35620.0,2714.650279006,nj +34029,8742,0.041138785,283.0,35620.0,24978.894309009997,nj +34029,8751,0.007415888000000001,283.0,35620.0,4502.823371168,nj +34029,8752,0.0037325,283.0,35620.0,2266.321745,nj +34029,8753,0.106735265,283.0,35620.0,64808.15861429,nj +34029,8755,0.043751873,283.0,35620.0,26565.524759377997,nj +34029,8757,0.057577703,283.0,35620.0,34960.375173758,nj +34029,8758,0.012996008,283.0,35620.0,7890.994113488,nj +34029,8759,0.055552263,283.0,35620.0,33730.556361917996,nj +34031,7011,0.079836325,284.0,35620.0,40063.94362945,nj +34031,7012,0.02420746,284.0,35620.0,12147.93282196,nj +34031,7013,0.053558085,284.0,35620.0,26876.83956321,nj +34031,7014,0.009878933000000001,284.0,35620.0,4957.505431658001,nj +34031,7055,0.139507385,284.0,35620.0,70008.43298501,nj +34031,7403,0.015896517,291.0,35620.0,7977.285540041999,nj +34031,7420,0.010135296,291.0,35620.0,5086.1550504960005,nj +34031,7421,0.014620662,291.0,35620.0,7337.028328812,nj +34031,7424,0.053554110999999995,291.0,35620.0,26874.845306686,nj +34031,7435,0.0052246459999999995,291.0,35620.0,2621.863203596,nj +34031,7442,0.021957821000000002,291.0,35620.0,11019.005481146001,nj +34031,7456,0.024139891,291.0,35620.0,12114.024940966001,nj +34031,7465,0.013561423999999999,291.0,35620.0,6805.475160223999,nj +34031,7470,0.107692491,291.0,35620.0,54042.891988566,nj +34031,7480,0.032591933,291.0,35620.0,16355.479369657998,nj +34031,7501,0.063649661,291.0,35620.0,31941.054780985996,nj +34031,7502,0.033368972000000004,291.0,35620.0,16745.417742872003,nj +34031,7503,0.036220767,291.0,35620.0,18176.522620542,nj +34031,7504,0.022850125,291.0,35620.0,11466.78682825,nj +34031,7505,0.0048152590000000006,291.0,35620.0,2416.4221629340004,nj +34031,7506,0.037365459,292.0,35620.0,18750.958828133997,nj +34031,7508,0.045002703,291.0,35620.0,22583.526435678,nj +34031,7512,0.021518625,291.0,35620.0,10798.60550925,nj +34031,7513,0.024736085,291.0,35620.0,12413.210591210001,nj +34031,7514,0.037846389,291.0,35620.0,18992.302006314,nj +34031,7522,0.03995294,291.0,35620.0,20049.42406844,nj +34031,7524,0.026310037,291.0,35620.0,13203.060627562001,nj +34033,8001,0.01514001,283.0,37980.0,944.50952385,nj +34033,8023,0.004834886,112.0,37980.0,301.62436311,nj +34033,8038,0.001286204,112.0,37980.0,80.23983654,nj +34033,8067,0.024654817000000002,112.0,37980.0,1538.0907585450002,nj +34033,8069,0.19460414399999998,112.0,37980.0,12140.379523439999,nj +34033,8070,0.19203173699999998,112.0,37980.0,11979.899912744999,nj +34033,8072,0.005160311,112.0,37980.0,321.926001735,nj +34033,8079,0.156560413,112.0,37980.0,9767.021365005001,nj +34033,8098,0.141714835,112.0,37980.0,8840.879981475,nj +34033,8318,0.189350855,283.0,37980.0,11812.653089175,nj +34033,8344,0.07466179,283.0,37980.0,4657.77576915,nj +34035,7059,0.053239468,285.0,35620.0,17512.271167111998,nj +34035,7069,0.020185323999999998,285.0,35620.0,6639.6393646159995,nj +34035,7920,0.091134176,285.0,35620.0,29977.129048384,nj +34035,7921,0.025808476,285.0,35620.0,8489.285244584,nj +34035,7924,0.025606082999999998,285.0,35620.0,8422.711305522,nj +34035,7931,0.010706588000000001,285.0,35620.0,3521.7608171920006,nj +34035,7934,0.005407265,285.0,35620.0,1778.63330551,nj +34035,7939,0.000715122,285.0,35620.0,235.227939948,nj +34035,7977,0.002138619,285.0,35620.0,703.464502146,nj +34035,8502,0.037790139,288.0,35620.0,12430.461581826,nj +34035,8528,0.000290097,288.0,35620.0,95.42276659800001,nj +34035,8553,0.002017183,288.0,35620.0,663.520072922,nj +34035,8558,0.025629695,288.0,35620.0,8430.47809513,nj +34035,8805,0.040390888,288.0,35620.0,13285.936353392,nj +34035,8807,0.130705373,288.0,35620.0,42993.441162382005,nj +34035,8821,0.001271702,285.0,35620.0,418.306025668,nj +34035,8823,0.031374282,288.0,35620.0,10320.068075388,nj +34035,8835,0.03468678,288.0,35620.0,11409.66129252,nj +34035,8836,0.012703531,288.0,35620.0,4178.623265954,nj +34035,8844,0.133309496,288.0,35620.0,43850.025757264,nj +34035,8853,0.017685771,288.0,35620.0,5817.451398114,nj +34035,8869,0.026300965,288.0,35620.0,8651.28162131,nj +34035,8873,0.18109447399999998,288.0,35620.0,59568.12971071599,nj +34035,8876,0.074409772,288.0,35620.0,24475.903943048,nj +34035,8880,0.015348133,288.0,35620.0,5048.522780222,nj +34035,8890,5.0600000000000003e-05,288.0,35620.0,16.6440604,nj +34037,7416,0.037780467000000005,285.0,35620.0,5307.702247896001,nj +34037,7418,0.016024705,292.0,35620.0,2251.27875604,nj +34037,7419,0.061344573,285.0,35620.0,8618.176371624,nj +34037,7422,0.0443531,285.0,35620.0,6231.0783128,nj +34037,7439,0.01666458,285.0,35620.0,2341.17351504,nj +34037,7460,0.023696254,285.0,35620.0,3329.039331952,nj +34037,7461,0.128823603,285.0,35620.0,18098.170338264,nj +34037,7462,0.043469794000000006,285.0,35620.0,6106.984419472001,nj +34037,7821,0.063681509,285.0,35620.0,8946.487836392,nj +34037,7822,0.005028586,285.0,35620.0,706.4559899679999,nj +34037,7826,0.040138269,285.0,35620.0,5638.945135272,nj +34037,7827,0.028363171,285.0,35620.0,3984.685167448,nj +34037,7843,0.079643617,285.0,35620.0,11188.972465096,nj +34037,7848,0.03518619,285.0,35620.0,4943.23746072,nj +34037,7851,0.000452086,285.0,35620.0,63.512657968,nj +34037,7860,0.176835121,285.0,35620.0,24843.212479048,nj +34037,7871,0.140876907,285.0,35620.0,19791.514910616,nj +34037,7874,0.057595738,285.0,35620.0,8091.510040144,nj +34037,7881,4.1700000000000004e-05,285.0,35620.0,5.8583496,nj +34039,7016,0.041537597,289.0,35620.0,23109.068252577003,nj +34039,7023,0.013222042,285.0,35620.0,7355.964068322,nj +34039,7027,0.00753806,285.0,35620.0,4193.73183846,nj +34039,7033,0.014192563,289.0,35620.0,7895.904691983,nj +34039,7036,0.075844988,289.0,35620.0,42195.676468908,nj +34039,7060,0.079982746,285.0,35620.0,44497.68089238599,nj +34039,7062,0.021946293999999998,285.0,35620.0,12209.623150254,nj +34039,7063,0.023769065,285.0,35620.0,13223.705391165,nj +34039,7065,0.051082792,289.0,35620.0,28419.451584072,nj +34039,7066,0.027138059,289.0,35620.0,15098.014882119,nj +34039,7076,0.041953286,285.0,35620.0,23340.333086526,nj +34039,7081,0.030260075,285.0,35620.0,16834.920385575002,nj +34039,7083,0.09597894800000001,289.0,35620.0,53397.023909268006,nj +34039,7088,0.005449179,285.0,35620.0,3031.601694039,nj +34039,7090,0.052296812000000005,285.0,35620.0,29094.860684892003,nj +34039,7092,0.012001063999999999,285.0,35620.0,6676.683946824,nj +34039,7201,0.048334722000000004,289.0,35620.0,26890.587572202003,nj +34039,7202,0.071719405,289.0,35620.0,39900.445497105,nj +34039,7203,0.037537242,289.0,35620.0,20883.506751522,nj +34039,7204,0.023598615,289.0,35620.0,13128.877067715,nj +34039,7205,0.038081639,289.0,35620.0,21186.377122899,nj +34039,7206,0.048108615,289.0,35620.0,26764.794977715,nj +34039,7208,0.05468659,289.0,35620.0,30424.39216719,nj +34039,7901,0.040586209,285.0,35620.0,22579.772101268998,nj +34039,7922,0.021574087000000002,285.0,35620.0,12002.549135667,nj +34039,7974,0.021579305,285.0,35620.0,12005.452123005,nj +34041,7820,0.000324266,285.0,10900.0,34.134509021999996,nj +34041,7823,0.070563862,346.0,10900.0,7428.046061154,nj +34041,7825,0.085471086,285.0,10900.0,8997.284809962,nj +34041,7832,0.032723834,285.0,10900.0,3444.739833678,nj +34041,7833,0.001342101,285.0,10900.0,141.278945967,nj +34041,7838,0.028472347000000002,285.0,10900.0,2997.1985516490004,nj +34041,7840,0.268645289,285.0,10900.0,28279.483637163,nj +34041,7846,0.000315259,285.0,10900.0,33.186369153,nj +34041,7863,0.034498289,346.0,10900.0,3631.531388163,nj +34041,7865,0.018230949,285.0,10900.0,1919.117308383,nj +34041,7880,0.002368943,285.0,10900.0,249.371522781,nj +34041,7882,0.130318861,346.0,10900.0,13718.275540887002,nj +34041,8808,0.001279049,346.0,10900.0,134.641651083,nj +34041,8865,0.259827058,346.0,10900.0,27351.214914486,nj +34041,8886,0.065618807,346.0,10900.0,6907.4949564690005,nj +35001,87008,0.003782457,293.0,10740.0,2568.7459802969997,nm +35001,87022,0.0012652689999999999,293.0,10740.0,859.2707485489999,nm +35001,87047,0.006529559,293.0,10740.0,4434.360637639,nm +35001,87059,0.015269258999999999,293.0,10740.0,10369.674441338999,nm +35001,87102,0.029535796,293.0,10740.0,20058.379315316,nm +35001,87104,0.020004005,293.0,10740.0,13585.139879604998,nm +35001,87105,0.087707015,293.0,10740.0,59563.675733815,nm +35001,87106,0.037259425,293.0,10740.0,25303.657965424998,nm +35001,87107,0.045727678,293.0,10740.0,31054.626411038,nm +35001,87108,0.055250569000000006,293.0,10740.0,37521.82166984901,nm +35001,87109,0.05835515,293.0,10740.0,39630.20782315,nm +35001,87110,0.05748296,293.0,10740.0,39037.88527816,nm +35001,87111,0.086333464,293.0,10740.0,58630.868405144,nm +35001,87112,0.062360105,293.0,10740.0,42350.056867704996,nm +35001,87113,0.023022554,293.0,10740.0,15635.099895034,nm +35001,87114,0.10186823699999999,293.0,10740.0,69180.858979677,nm +35001,87116,0.005844266999999999,293.0,10740.0,3968.9644493069995,nm +35001,87117,0.000535477,293.0,10740.0,363.653675717,nm +35001,87120,0.09230084599999999,293.0,10740.0,62683.442836366,nm +35001,87121,0.11703366400000001,293.0,10740.0,79480.018929344,nm +35001,87122,0.027325655,293.0,10740.0,18557.426149255,nm +35001,87123,0.06520658900000001,293.0,10740.0,44283.16392826901,nm +35003,87820,0.030503597,293.0,,107.586186619,nm +35003,87821,0.16949640300000002,293.0,,597.813813381,nm +35003,87824,0.023884892,293.0,,84.242014084,nm +35003,87827,0.031654676,293.0,,111.646042252,nm +35003,87829,0.196546763,293.0,,693.220433101,nm +35003,87830,0.452086331,293.0,,1594.508489437,nm +35003,88039,0.09582733800000001,293.0,,337.98302112600004,nm +35005,88201,0.406142875,293.0,,26242.921868125002,nm +35005,88203,0.47052522,293.0,,30402.9870903,nm +35005,88230,0.074681685,293.0,,4825.557076274999,nm +35005,88232,0.036851126,293.0,,2381.13550649,nm +35005,88253,0.011799094,293.0,,762.39845881,nm +35006,87005,0.013604300000000001,293.0,,362.89470250000005,nm +35006,87007,0.033725227,293.0,,899.6204302250001,nm +35006,87014,0.020691972,293.0,,551.9583531,nm +35006,87020,0.375277125,293.0,,10010.517309375,nm +35006,87021,0.12032247199999999,293.0,,3209.6019405999996,nm +35006,87026,0.13812563,293.0,,3684.50118025,nm +35006,87034,0.068323816,293.0,,1822.5377918,nm +35006,87038,0.022539469,293.0,,601.240335575,nm +35006,87040,0.015754115,293.0,,420.241017625,nm +35006,87049,0.044877393,293.0,,1197.104458275,nm +35006,87051,0.04202217,293.0,,1120.94138475,nm +35006,87315,0.006315082,293.0,,168.45481235,nm +35006,87321,0.070943903,293.0,,1892.428612525,nm +35006,87357,0.027477326,293.0,,732.95767105,nm +35007,87710,0.121044946,293.0,,1445.397700186,nm +35007,87714,0.09427227,293.0,,1125.70517607,nm +35007,87718,0.030017848,293.0,,358.443122968,nm +35007,87728,0.037968522000000005,293.0,,453.38212120200006,nm +35007,87729,0.00235275,293.0,,28.094187749999996,nm +35007,87740,0.58112932,293.0,,6939.265210119999,nm +35007,87747,0.11544702300000001,293.0,,1378.552901643,nm +35007,87749,0.017767321000000003,293.0,,212.15958006100004,nm +35009,88101,0.9339043340000001,400.0,,45718.352766636,nm +35009,88103,0.006200195,400.0,,303.52434603,nm +35009,88112,0.003437928,400.0,,168.30032731199998,nm +35009,88120,0.004391805,400.0,,214.99642197000003,nm +35009,88124,0.020607699,400.0,,1008.829296846,nm +35009,88135,0.031458039,400.0,,1539.996841206,nm +35011,88119,0.959223301,293.0,,1676.7223301479999,nm +35011,88134,0.027669903,400.0,,48.366990443999995,nm +35011,88136,0.013106796,293.0,,22.910679408,nm +35013,87936,0.001223115,393.0,29740.0,266.877577425,nm +35013,87937,0.013070547,393.0,29740.0,2851.928002665,nm +35013,87940,0.004686211,393.0,29740.0,1022.507809145,nm +35013,87941,0.004331268,393.0,29740.0,945.0610212600001,nm +35013,88001,0.17651234600000001,393.0,29740.0,38514.11133547001,nm +35013,88002,0.005611941,393.0,29740.0,1224.497466495,nm +35013,88003,0.002398266,393.0,29740.0,523.2896498700001,nm +35013,88004,0.003928359,393.0,29740.0,857.148292005,nm +35013,88005,0.130868556,393.0,29740.0,28554.86457642,nm +35013,88007,0.11199900199999999,393.0,29740.0,24437.622241389996,nm +35013,88008,0.03998868,393.0,29740.0,8725.330032599999,nm +35013,88011,0.14963258599999998,393.0,29740.0,32649.082102269997,nm +35013,88012,0.139310451,393.0,29740.0,30396.843855945,nm +35013,88021,0.092040636,393.0,29740.0,20082.80657202,nm +35013,88024,0.0012039289999999998,393.0,29740.0,262.691288155,nm +35013,88027,0.001400587,393.0,29740.0,305.601080465,nm +35013,88032,0.001208726,393.0,29740.0,263.73796957,nm +35013,88033,0.0,393.0,29740.0,0.0,nm +35013,88044,0.016917365,393.0,29740.0,3691.284456175,nm +35013,88046,0.003141728,393.0,29740.0,685.5093409599999,nm +35013,88047,0.011036818,393.0,29740.0,2408.17850351,nm +35013,88048,0.012283916,393.0,29740.0,2680.28905162,nm +35013,88052,0.000959306,393.0,29740.0,209.31577267,nm +35013,88063,0.066964371,393.0,29740.0,14611.290930345,nm +35013,88072,0.009281288,393.0,29740.0,2025.13063516,nm +35015,88210,0.320197472,293.0,,18718.74421312,nm +35015,88220,0.63810037,400.0,,37303.3476302,nm +35015,88250,0.005214943,293.0,,304.86556778,nm +35015,88254,0.000504111,293.0,,29.47032906,nm +35015,88255,0.000382429,293.0,,22.35679934,nm +35015,88256,0.029429659,400.0,,1720.45786514,nm +35015,88263,0.0031637320000000003,400.0,,184.95177272,nm +35015,88268,0.0030072840000000003,400.0,,175.80582264,nm +35017,88022,0.048024511,293.0,,1296.565747978,nm +35017,88023,0.089208736,293.0,,2408.4574545279997,nm +35017,88025,0.009084755,293.0,,245.27021549,nm +35017,88026,0.053119099,293.0,,1434.1094348020001,nm +35017,88028,0.009690406,293.0,,261.621581188,nm +35017,88034,0.001567566,293.0,,42.321146868,nm +35017,88038,0.012148633999999998,293.0,,327.98882073199997,nm +35017,88040,0.0037407820000000002,293.0,,100.99363243600001,nm +35017,88041,0.039794791,293.0,,1074.379767418,nm +35017,88043,0.056040472,293.0,,1512.980663056,nm +35017,88049,0.012718658,293.0,,343.378328684,nm +35017,88051,0.00406142,293.0,,109.65021715999998,nm +35017,88053,0.007445937,293.0,,201.025407126,nm +35017,88055,0.0013894329999999998,293.0,,37.51191213399999,nm +35017,88061,0.6330115070000001,293.0,,17090.044665986003,nm +35017,88065,0.018953294,293.0,,511.70103141199996,nm +35019,87711,0.140076989,293.0,,602.3310527000001,nm +35019,87724,0.004491018,293.0,,19.3113774,nm +35019,88353,0.032506416,293.0,,139.77758880000002,nm +35019,88417,0.0,293.0,,0.0,nm +35019,88431,0.013045338,293.0,,56.0949534,nm +35019,88435,0.80988024,293.0,,3482.485032,nm +35021,87730,0.056511057,293.0,,35.319410625,nm +35021,87733,0.341523342,383.0,,213.45208875,nm +35021,87743,0.601965602,293.0,,376.22850125,nm +35023,88009,0.011230803999999999,293.0,,47.146915191999994,nm +35023,88020,0.152876461,293.0,,641.7753832779999,nm +35023,88045,0.7907403159999999,293.0,,3319.527846568,nm +35023,88056,0.045152418,293.0,,189.549850764,nm +35025,88114,0.00021390099999999998,400.0,,15.20194407,nm +35025,88231,0.048655277999999996,400.0,,3457.93060746,nm +35025,88240,0.582665488,400.0,,41410.03623216,nm +35025,88242,0.102301571,400.0,,7270.57265097,nm +35025,88252,0.030159997999999997,400.0,,2143.4710578599997,nm +35025,88260,0.21592562,400.0,,15345.8338134,nm +35025,88262,0.00018538099999999998,400.0,,13.175027669999999,nm +35025,88264,0.000385021,293.0,,27.36344247,nm +35025,88265,0.001925106,400.0,,136.81728342,nm +35025,88267,0.017582636999999998,400.0,,1249.59801159,nm +35027,87011,0.002403969,293.0,,47.050481268000006,nm +35027,88301,0.06061071,293.0,,1186.27281612,nm +35027,88312,0.13907217,293.0,,2721.92051124,nm +35027,88316,0.108587796,293.0,,2125.280343312,nm +35027,88318,0.013503146,293.0,,264.28357351200003,nm +35027,88323,0.0,293.0,,0.0,nm +35027,88324,0.013707738999999998,293.0,,268.28786770799996,nm +35027,88336,0.023579357000000002,293.0,,461.495175204,nm +35027,88338,0.0044499,293.0,,87.09344279999999,nm +35027,88341,0.030177485,293.0,,590.63373642,nm +35027,88343,0.000255741,293.0,,5.005362851999999,nm +35027,88345,0.43056621100000003,293.0,,8427.041881692001,nm +35027,88346,0.147000153,293.0,,2877.086994516,nm +35027,88348,0.017799601,293.0,,348.373790772,nm +35027,88351,0.008286021,293.0,,162.174003012,nm +35027,88355,0.0,293.0,,0.0,nm +35028,87544,1.0,293.0,,19369.0,nm +35029,88029,0.05133072,393.0,,1217.00004048,nm +35029,88030,0.94866928,393.0,,22491.99995952,nm +35031,87045,0.024965012,293.0,,1781.678011404,nm +35031,87301,0.341014151,293.0,,24337.156914417,nm +35031,87305,0.048290194,293.0,,3446.326275198,nm +35031,87310,0.016271081,293.0,,1161.218237727,nm +35031,87311,0.05684276,293.0,,4056.6972529199998,nm +35031,87312,0.007124783000000001,293.0,,508.4743883610001,nm +35031,87313,0.083843424,293.0,,5983.653640608,nm +35031,87316,0.016794131,293.0,,1198.546747077,nm +35031,87317,0.023975458999999998,293.0,,1711.056582453,nm +35031,87319,0.025883882999999996,293.0,,1847.2550780609997,nm +35031,87320,0.007633696,293.0,,544.793982432,nm +35031,87322,0.002431473,293.0,,173.526933591,nm +35031,87323,0.05828468,293.0,,4159.60275756,nm +35031,87325,0.043667567000000004,293.0,,3116.4232540890002,nm +35031,87326,0.026717935,293.0,,1906.778867145,nm +35031,87327,0.13514468699999999,293.0,,9644.870877128998,nm +35031,87328,0.034083037999999996,293.0,,2432.4041729459996,nm +35031,87347,0.00220529,293.0,,157.38493143,nm +35031,87375,0.044826758,293.0,,3199.1512381860002,nm +35033,87712,0.067822651,293.0,,306.626205171,nm +35033,87713,0.037313433,293.0,,168.694030593,nm +35033,87715,0.102941176,293.0,,465.397056696,nm +35033,87722,0.150131694,293.0,,678.745388574,nm +35033,87723,0.093503073,293.0,,422.72739303300006,nm +35033,87732,0.336040386,293.0,,1519.238585106,nm +35033,87734,0.046532045999999994,293.0,,210.37137996599998,nm +35033,87735,0.016461808999999997,293.0,,74.42383848899999,nm +35033,87736,0.033143108,293.0,,149.83999126799998,nm +35033,87750,0.0,293.0,,0.0,nm +35033,87752,0.07791922700000001,293.0,,352.27282526700003,nm +35033,87753,0.038191396,293.0,,172.663301316,nm +35035,88081,0.233608588,393.0,,15766.24360412,nm +35035,88310,0.49933938899999997,393.0,,33700.415363609995,nm +35035,88311,0.017327278,393.0,,1169.41799222,nm +35035,88314,0.000770713,393.0,,52.01542037,nm +35035,88317,0.022763556,393.0,,1536.3123944400002,nm +35035,88325,0.011120286000000002,393.0,,750.5081021400001,nm +35035,88330,0.053385632,393.0,,3602.99630368,nm +35035,88337,0.029438481000000002,393.0,,1986.80308269,nm +35035,88339,0.007129094,393.0,,481.14255406,nm +35035,88340,0.051334985,293.0,,3464.59813765,nm +35035,88342,0.001252408,393.0,,84.52501592,nm +35035,88344,0.00034406800000000005,293.0,,23.221149320000002,nm +35035,88347,0.001624002,393.0,,109.60389498,nm +35035,88349,0.000192678,393.0,,13.00383822,nm +35035,88350,0.004142582,393.0,,279.58285917999996,nm +35035,88352,0.06622625900000001,393.0,,4469.6102199100005,nm +35035,88354,0.0,393.0,,0.0,nm +35037,88121,0.011356844,293.0,,93.728033532,nm +35037,88401,0.774775852,383.0,,6394.225106555999,nm +35037,88411,0.005499103000000001,400.0,,45.384097059000005,nm +35037,88426,0.117274357,383.0,,967.8652683209999,nm +35037,88427,0.025224148,400.0,,208.174893444,nm +35037,88430,0.011117753000000001,383.0,,91.75481550900001,nm +35037,88434,0.054751943,400.0,,451.867785579,nm +35039,87012,0.0057597180000000005,293.0,,224.173984278,nm +35039,87017,0.007815147,293.0,,304.173336387,nm +35039,87029,0.005872654000000001,293.0,,228.56956633400003,nm +35039,87064,0.001897319,293.0,,73.845552799,nm +35039,87510,0.016669302,293.0,,648.785903142,nm +35039,87511,0.06541232799999999,293.0,,2545.9132180879997,nm +35039,87515,0.008199128,293.0,,319.118260888,nm +35039,87516,0.002303887,293.0,,89.669585927,nm +35039,87518,0.00020328400000000003,293.0,,7.912016564000001,nm +35039,87520,0.02794028,293.0,,1087.46363788,nm +35039,87522,0.059562261,293.0,,2318.2227603809997,nm +35039,87523,0.017143632,293.0,,667.2473010719999,nm +35039,87527,0.017188806,293.0,,669.005518326,nm +35039,87528,0.07916789,293.0,,3081.29344669,nm +35039,87530,0.025071714,293.0,,975.8161805939999,nm +35039,87531,0.011519436000000001,293.0,,448.347968556,nm +35039,87532,0.42364420799999997,293.0,,16488.656219567998,nm +35039,87533,0.003004088,293.0,,116.922109048,nm +35039,87537,0.056693695999999995,293.0,,2206.575342016,nm +35039,87539,0.0004969169999999999,293.0,,19.340506556999998,nm +35039,87548,0.030289341,293.0,,1178.891441061,nm +35039,87549,0.011700133,293.0,,455.380876493,nm +35039,87551,0.006708378,293.0,,261.096780138,nm +35039,87554,0.0,293.0,,0.0,nm +35039,87566,0.081584713,293.0,,3175.358614673,nm +35039,87575,0.017505026,293.0,,681.313116946,nm +35039,87578,0.005533847,293.0,,215.38285908699999,nm +35039,87581,0.000722788,293.0,,28.131631748,nm +35039,87582,0.01039008,293.0,,404.39230368,nm +35041,88113,0.004046243,400.0,,74.85549549999999,nm +35041,88115,0.004939569,400.0,,91.38202650000001,nm +35041,88116,0.023646873,400.0,,437.4671505,nm +35041,88118,0.017656332,400.0,,326.642142,nm +35041,88125,0.0039411459999999995,400.0,,72.91120099999999,nm +35041,88126,0.0027850759999999996,400.0,,51.52390599999999,nm +35041,88130,0.9299001579999999,400.0,,17203.152922999998,nm +35041,88132,0.013084603,400.0,,242.0651555,nm +35043,87001,0.026249571,293.0,10740.0,3852.072045108,nm +35043,87004,0.079337487,293.0,10740.0,11642.617542275999,nm +35043,87013,0.037499387,293.0,10740.0,5502.9600434760005,nm +35043,87018,0.004247594,293.0,10740.0,623.3259243120001,nm +35043,87024,0.017193643999999998,293.0,10740.0,2523.132869712,nm +35043,87025,0.007583988000000001,293.0,10740.0,1112.935071024,nm +35043,87027,0.0021658520000000002,293.0,10740.0,317.83444929600006,nm +35043,87041,0.005411126,293.0,10740.0,794.071918248,nm +35043,87043,0.031520513,293.0,10740.0,4625.572241724,nm +35043,87044,0.002018659,293.0,10740.0,296.234170932,nm +35043,87046,0.001135495,293.0,10740.0,166.63162026,nm +35043,87048,0.063594754,293.0,10740.0,9332.402959992001,nm +35043,87052,0.021854783,293.0,10740.0,3207.1456956839997,nm +35043,87053,0.009329287,293.0,10740.0,1369.0542086760001,nm +35043,87072,0.004506936,293.0,10740.0,661.383844128,nm +35043,87083,0.0036588190000000002,293.0,10740.0,536.9243706120001,nm +35043,87124,0.38396568299999995,293.0,10740.0,56346.19604888399,nm +35043,87144,0.298726423,293.0,10740.0,43837.505122404,nm +35045,87037,0.005441088,293.0,22140.0,674.466386304,nm +35045,87364,0.007785556999999999,293.0,22140.0,965.0820746059999,nm +35045,87401,0.37993998799999995,293.0,22140.0,47096.601032504,nm +35045,87402,0.07884777,293.0,22140.0,9773.811873659999,nm +35045,87410,0.138323665,293.0,22140.0,17146.32486607,nm +35045,87412,0.005969194000000001,293.0,22140.0,739.9293498520001,nm +35045,87413,0.135667133,293.0,22140.0,16817.026472414,nm +35045,87415,0.010962191999999999,293.0,22140.0,1358.8513959359998,nm +35045,87416,0.043128625999999996,293.0,22140.0,5346.138221708,nm +35045,87417,0.045633127,293.0,22140.0,5656.591156666001,nm +35045,87418,0.007665533,293.0,22140.0,950.204139614,nm +35045,87419,0.0029205840000000004,293.0,22140.0,362.02975147200004,nm +35045,87420,0.096867373,293.0,22140.0,12007.485822334002,nm +35045,87421,0.012674535,293.0,22140.0,1571.11000953,nm +35045,87455,0.013930786,293.0,22140.0,1726.832370988,nm +35045,87461,0.010114023,293.0,22140.0,1253.714063034,nm +35045,87499,0.0041288259999999995,293.0,22140.0,511.80101330799994,nm +35047,87538,0.021513513999999997,293.0,,586.824121378,nm +35047,87552,0.142810811,293.0,,3895.4504916470005,nm +35047,87560,0.043963964,293.0,,1199.205046028,nm +35047,87562,0.009225225,293.0,,251.636462325,nm +35047,87565,0.013513513999999999,293.0,,368.60812137799996,nm +35047,87569,0.016576577,293.0,,452.159290829,nm +35047,87573,0.0013693689999999998,293.0,,37.352278213,nm +35047,87583,0.00645045,293.0,,175.94892465,nm +35047,87701,0.68609009,293.0,,18714.47938493,nm +35047,87731,0.008792793,293.0,,239.841014661,nm +35047,87742,0.017333333,293.0,,472.801324241,nm +35047,87745,0.027711712000000003,293.0,,755.892368224,nm +35047,87746,0.001981982,293.0,,54.06252301400001,nm +35047,88416,0.001261261,293.0,,34.403416297,nm +35047,88421,0.001405405,293.0,,38.335232185,nm +35049,87010,0.006881,293.0,42140.0,1034.613398,nm +35049,87015,0.087811093,293.0,42140.0,13203.100321294001,nm +35049,87056,0.0073374619999999995,293.0,42140.0,1103.2461113959998,nm +35049,87501,0.108127074,293.0,42140.0,16257.770592492001,nm +35049,87505,0.208875808,293.0,42140.0,31406.148739264,nm +35049,87506,0.089991211,293.0,42140.0,13530.898503538001,nm +35049,87507,0.333469591,293.0,42140.0,50139.820763578,nm +35049,87508,0.132169695,293.0,42140.0,19872.77100081,nm +35049,87535,0.007644041,293.0,42140.0,1149.342716678,nm +35049,87540,0.006560795,293.0,42140.0,986.4680146100001,nm +35049,87567,0.009388136,293.0,42140.0,1411.581352688,nm +35049,87574,0.001744095,293.0,42140.0,262.23863601,nm +35051,87901,0.57780186,393.0,,6235.05987126,nm +35051,87930,0.06457148,393.0,,696.79084068,nm +35051,87931,0.069357898,393.0,,748.441077318,nm +35051,87933,0.012462747,393.0,,134.485502877,nm +35051,87935,0.141786327,393.0,,1530.016254657,nm +35051,87939,0.01155965,393.0,,124.74018315,nm +35051,87942,0.09139348,393.0,,986.22704268,nm +35051,87943,0.013185225,393.0,,142.281762975,nm +35051,88042,0.017881333,393.0,,192.957464403,nm +35053,87006,0.077214673,293.0,,1284.620514701,nm +35053,87028,0.042748003,293.0,,711.198525911,nm +35053,87062,0.079605762,293.0,,1324.4010623939998,nm +35053,87801,0.56826267,293.0,,9454.18604079,nm +35053,87823,0.06700880599999999,293.0,,1114.8255054219999,nm +35053,87825,0.11996267599999999,293.0,,1995.8190406119998,nm +35053,87828,0.020411733999999997,293.0,,339.59001855799994,nm +35053,87831,0.016037791000000003,293.0,,266.82072886700007,nm +35053,87832,0.008747886,293.0,,145.538579382,nm +35055,87512,0.0019009110000000001,293.0,,62.203510653,nm +35055,87513,0.024168729,293.0,,790.873319067,nm +35055,87514,0.026129986,293.0,,855.051531878,nm +35055,87517,0.010439925,293.0,,341.62566577499996,nm +35055,87519,0.01454348,293.0,,475.90629604,nm +35055,87521,0.025194617000000002,293.0,,824.443452091,nm +35055,87524,0.0027759340000000003,293.0,,90.836888282,nm +35055,87525,0.0028664529999999997,293.0,,93.798941519,nm +35055,87529,0.13991310099999998,293.0,,4578.376404023,nm +35055,87543,0.002564722,293.0,,83.92539800600001,nm +35055,87553,0.044324422,293.0,,1450.428061106,nm +35055,87556,0.071751856,293.0,,2347.935983888,nm +35055,87557,0.193078269,293.0,,6318.100196487,nm +35055,87558,0.013246032,293.0,,433.449905136,nm +35055,87564,0.008569186999999999,293.0,,280.40950620099994,nm +35055,87571,0.366061191,293.0,,11978.620353093,nm +35055,87577,0.01161668,293.0,,380.13261964000003,nm +35055,87579,0.026793796,293.0,,876.773386508,nm +35055,87580,0.014060708,293.0,,460.108547884,nm +35057,87016,0.241107872,293.0,10740.0,3727.7688089920002,nm +35057,87032,0.020553936000000002,293.0,10740.0,317.78440449600004,nm +35057,87035,0.555685131,293.0,10740.0,8591.447810391,nm +35057,87036,0.117930029,293.0,10740.0,1823.316178369,nm +35057,87061,0.027186589,293.0,10740.0,420.331852529,nm +35057,87063,0.017492711,293.0,10740.0,270.454804771,nm +35057,87070,0.01377551,293.0,10740.0,212.98316011,nm +35057,88321,0.0062682219999999995,293.0,10740.0,96.912980342,nm +35059,88410,0.024952471,383.0,,101.28207978900001,nm +35059,88414,0.009743346,293.0,,39.548241414,nm +35059,88415,0.842680608,293.0,,3420.440587872,nm +35059,88418,0.050617870999999995,293.0,,205.457938389,nm +35059,88419,0.031368821,293.0,,127.32604443899999,nm +35059,88422,0.014496198,293.0,,58.840067682,nm +35059,88424,0.014258555,293.0,,57.875474745,nm +35059,88436,0.011882128999999998,293.0,,48.229561610999994,nm +35061,87002,0.288340622,293.0,10740.0,22112.265619936,nm +35061,87023,0.008281601,293.0,10740.0,635.099417488,nm +35061,87031,0.590891568,293.0,10740.0,45314.292566783995,nm +35061,87042,0.047549417000000004,293.0,10740.0,3646.4696908960004,nm +35061,87068,0.064936791,293.0,10740.0,4979.872628208,nm +36001,12007,0.0,295.0,10580.0,0.0,ny +36001,12009,0.027447136,295.0,10580.0,8385.264730816,ny +36001,12023,0.007288724,295.0,10580.0,2226.748914344,ny +36001,12041,0.002179103,295.0,10580.0,665.7290411179999,ny +36001,12045,0.0016223729999999999,295.0,10580.0,495.64468573799996,ny +36001,12046,0.00350091,295.0,10580.0,1069.5490104599999,ny +36001,12047,0.071503957,295.0,10580.0,21844.887887242003,ny +36001,12053,0.015783128,295.0,10580.0,4821.840302768001,ny +36001,12054,0.056865029000000004,295.0,10580.0,17372.607549674,ny +36001,12059,0.00565952,295.0,10580.0,1729.0173171200001,ny +36001,12067,0.005584379,295.0,10580.0,1706.061290774,ny +36001,12077,0.023304107999999997,295.0,10580.0,7119.544818647999,ny +36001,12084,0.016937575,295.0,10580.0,5174.53078795,ny +36001,12085,0.001482337,295.0,10580.0,452.862847522,ny +36001,12110,0.075281524,295.0,10580.0,22998.957271144,ny +36001,12120,0.00212787,295.0,10580.0,650.07705222,ny +36001,12143,0.016394506,295.0,10580.0,5008.619950036,ny +36001,12147,0.001806811,295.0,10580.0,551.9916013659999,ny +36001,12158,0.023403157999999997,295.0,10580.0,7149.805187947999,ny +36001,12159,0.026794772,295.0,10580.0,8185.963614632001,ny +36001,12161,0.0006796889999999999,295.0,10580.0,207.64906763399998,ny +36001,12183,0.008849618,295.0,10580.0,2703.611396708,ny +36001,12186,0.020653663,295.0,10580.0,6309.817968478,ny +36001,12189,0.059986816,295.0,10580.0,18326.332208896,ny +36001,12193,0.006243575,295.0,10580.0,1907.4496239500002,ny +36001,12202,0.032870985,295.0,10580.0,10042.283143409999,ny +36001,12203,0.10673848400000001,295.0,10580.0,32609.247292904,ny +36001,12204,0.026053602999999998,295.0,10580.0,7959.532038117999,ny +36001,12205,0.09294319,295.0,10580.0,28394.702204139998,ny +36001,12206,0.054457085999999995,295.0,10580.0,16636.966515516,ny +36001,12207,0.005765401,295.0,10580.0,1761.364597906,ny +36001,12208,0.074786274,295.0,10580.0,22847.655424644,ny +36001,12209,0.032047845,295.0,10580.0,9790.80893457,ny +36001,12210,0.033151058,295.0,10580.0,10127.847125347998,ny +36001,12211,0.036723695,295.0,10580.0,11219.30916467,ny +36001,12222,0.021015707999999998,295.0,10580.0,6420.424888248,ny +36001,12469,0.002066391,295.0,10580.0,631.2948488459999,ny +36003,14707,0.0032966790000000003,304.0,,151.947231789,ny +36003,14708,0.0048365759999999995,304.0,,222.922624416,ny +36003,14709,0.031448587,304.0,,1449.496823417,ny +36003,14711,0.041533823,304.0,,1914.3354358929998,ny +36003,14714,0.012622811999999999,299.0,,581.7980278919999,ny +36003,14715,0.061595853,304.0,,2839.014460623,ny +36003,14717,0.010952783999999998,304.0,,504.82476734399995,ny +36003,14721,0.002277311,299.0,,104.963541301,ny +36003,14727,0.11332335699999999,299.0,,5223.186847486999,ny +36003,14735,0.063569523,304.0,,2929.982884593,ny +36003,14739,0.059557117,299.0,,2745.047079647,ny +36003,14744,0.049189928,299.0,,2267.212971448,ny +36003,14754,0.012883076,299.0,,593.793855916,ny +36003,14774,0.0016049620000000001,304.0,,73.974303542,ny +36003,14777,0.015073633000000001,299.0,,694.758818603,ny +36003,14802,0.09219858199999999,304.0,,4249.524842962,ny +36003,14803,0.018023294,304.0,,830.711643754,ny +36003,14804,0.03040753,304.0,,1401.5134652299998,ny +36003,14806,0.043702692,304.0,,2014.300776972,ny +36003,14813,0.050426183,304.0,,2324.193200653,ny +36003,14822,0.021948945,304.0,,1011.648823995,ny +36003,14880,0.033856031,304.0,,1560.4583248210001,ny +36003,14884,0.005205283,304.0,,239.916698753,ny +36003,14895,0.202875919,304.0,,9350.753982629,ny +36003,14897,0.01758952,304.0,,810.71856632,ny +36005,10451,0.033159551,297.0,35620.0,47027.107345057004,ny +36005,10452,0.052778615999999993,297.0,35620.0,74851.00266151199,ny +36005,10453,0.055226143,297.0,35620.0,78322.102585601,ny +36005,10454,0.026503082,297.0,35620.0,37586.856413974,ny +36005,10455,0.029333555,297.0,35620.0,41601.053035885,ny +36005,10456,0.065363123,297.0,35620.0,92698.43858046099,ny +36005,10457,0.051721351,297.0,35620.0,73351.582037657,ny +36005,10458,0.058246702000000004,297.0,35620.0,82605.88050331401,ny +36005,10459,0.033543191,297.0,35620.0,47571.188278537,ny +36005,10460,0.041281205,297.0,35620.0,58545.293899435004,ny +36005,10461,0.034928596,297.0,35620.0,49535.979347372,ny +36005,10462,0.053248974000000004,297.0,35620.0,75518.067669618,ny +36005,10463,0.049505534000000004,303.0,35620.0,70209.094857538,ny +36005,10464,0.0030760590000000003,297.0,35620.0,4362.488406213,ny +36005,10465,0.03066693,297.0,35620.0,43492.05479451,ny +36005,10466,0.050281833,297.0,35620.0,71310.047533431,ny +36005,10467,0.071963398,297.0,35620.0,102058.994787386,ny +36005,10468,0.054560843,297.0,35620.0,77378.569468501,ny +36005,10469,0.05124683,297.0,35620.0,72678.61303381,ny +36005,10470,0.010705849,297.0,35620.0,15183.109992743,ny +36005,10471,0.015190206999999999,303.0,35620.0,21542.857898848997,ny +36005,10472,0.047726776,297.0,35620.0,67686.447810632,ny +36005,10473,0.041353355,297.0,35620.0,58647.617534485005,ny +36005,10474,0.008413027,297.0,35620.0,11931.413782589,ny +36005,10475,0.029975268,297.0,35620.0,42511.134904476,ny +36007,13744,0.005749873000000001,296.0,13780.0,1095.2818080240002,ny +36007,13746,0.01006102,296.0,13780.0,1916.50357776,ny +36007,13748,0.019010297,296.0,13780.0,3621.233454936,ny +36007,13754,0.016263639,296.0,13780.0,3098.028065832,ny +36007,13760,0.21807261,296.0,13780.0,41540.21533368,ny +36007,13777,0.00177074,296.0,13780.0,337.30472112,ny +36007,13787,0.017616846000000002,296.0,13780.0,3355.7977608480005,ny +36007,13790,0.08992036699999999,296.0,13780.0,17128.750869096,ny +36007,13794,0.00035213599999999996,296.0,13780.0,67.077682368,ny +36007,13795,0.017224466,296.0,13780.0,3281.0540794080002,ny +36007,13797,0.011036938999999999,296.0,13780.0,2102.4044362319996,ny +36007,13802,0.002827147,296.0,13780.0,538.537577736,ny +36007,13813,0.0030635809999999997,296.0,13780.0,583.5754175279999,ny +36007,13826,7.55e-05,296.0,13780.0,14.381844000000001,ny +36007,13833,0.019855423,296.0,13780.0,3782.219816424,ny +36007,13850,0.111606896,296.0,13780.0,21259.774405248,ny +36007,13862,0.022280129,296.0,13780.0,4244.097212952,ny +36007,13865,0.030862179,296.0,13780.0,5878.874753352,ny +36007,13901,0.09656064,296.0,13780.0,18393.64319232,ny +36007,13902,0.030932606,296.0,13780.0,5892.290251728,ny +36007,13903,0.093044314,296.0,13780.0,17723.825285232,ny +36007,13904,0.050043514000000004,296.0,13780.0,9532.688894832001,ny +36007,13905,0.13176918,296.0,13780.0,25100.447559840002,ny +36009,14041,0.002246674,299.0,,171.010084858,ny +36009,14042,0.05367656,299.0,,4085.6987175199997,ny +36009,14060,0.003911378,299.0,,297.722359226,ny +36009,14065,0.02386076,299.0,,1816.20946892,ny +36009,14101,0.026689404,299.0,,2031.517364268,ny +36009,14129,0.019895245,299.0,,1514.3663636649999,ny +36009,14138,0.027149566,299.0,,2066.543515222,ny +36009,14168,0.000433094,299.0,,32.965815998000004,ny +36009,14171,0.026472857000000002,299.0,,2015.0344562690002,ny +36009,14173,0.005237728,299.0,,398.68014217599995,ny +36009,14706,0.08376304400000001,299.0,,6375.791620148,ny +36009,14719,0.046341034,299.0,,3527.3404849780004,ny +36009,14726,0.024754016,351.0,,1884.201435872,ny +36009,14729,0.01214016,299.0,,924.0725587200001,ny +36009,14731,0.015090611,299.0,,1148.652037487,ny +36009,14737,0.05888722,299.0,,4482.31852474,ny +36009,14741,0.024483333,299.0,,1863.597857961,ny +36009,14743,0.024090841,299.0,,1833.722544397,ny +36009,14748,0.008377658,299.0,,637.682193986,ny +36009,14753,0.015537239,351.0,,1182.648020963,ny +36009,14755,0.041685276,299.0,,3172.958153292,ny +36009,14760,0.24582132199999998,299.0,,18711.181566674,ny +36009,14770,0.037584419,299.0,,2860.813221023,ny +36009,14772,0.055598414000000006,351.0,,4231.984478438,ny +36009,14778,0.018568896,299.0,,1413.4086568320001,ny +36009,14779,0.091829415,299.0,,6989.779581555,ny +36009,14783,0.004885839,351.0,,371.895407163,ny +36009,14788,0.000987995,299.0,,75.203215415,ny +36011,13021,0.505484012,307.0,,38707.943702912,ny +36011,13024,0.022851156,307.0,,1749.850121856,ny +36011,13026,0.022997042000000002,307.0,,1761.021488192,ny +36011,13033,0.050410472000000005,307.0,,3860.2323038720006,ny +36011,13034,0.026352436,307.0,,2017.964139136,ny +36011,13064,0.00213525,307.0,,163.508904,ny +36011,13071,0.011869869,304.0,,908.9470885439999,ny +36011,13081,0.014654978,304.0,,1122.219595328,ny +36011,13092,0.032877548,307.0,,2517.631115648,ny +36011,13111,0.021432076,307.0,,1641.182651776,ny +36011,13113,0.004031777,307.0,,308.737355552,ny +36011,13117,0.00350128,307.0,,268.11401728,ny +36011,13118,0.08009177599999999,307.0,,6133.107838976,ny +36011,13140,0.059800268,307.0,,4579.265322368,ny +36011,13147,0.015212,307.0,,1164.874112,ny +36011,13156,0.025145555,307.0,,1925.54601968,ny +36011,13160,0.02725428,307.0,,2087.0237452799997,ny +36011,13166,0.073898224,307.0,,5658.830401024,ny +36013,14048,0.11057984800000001,299.0,,14032.914450744001,ny +36013,14062,0.025334227999999997,299.0,,3214.9895358839995,ny +36013,14063,0.11447202199999999,299.0,,14526.843007865999,ny +36013,14135,0.000959393,299.0,,121.749849879,ny +36013,14136,0.035497559,299.0,,4504.746729777,ny +36013,14701,0.30989969300000003,351.0,,39327.200740779,ny +36013,14710,0.025490227,351.0,,3234.786276981,ny +36013,14712,0.024788231,351.0,,3145.700878593,ny +36013,14716,0.021418654,299.0,,2718.0914485619996,ny +36013,14718,0.015506295,299.0,,1967.7953543849999,ny +36013,14720,0.004656568,351.0,,590.932448904,ny +36013,14722,0.002098186,351.0,,266.26609795800005,ny +36013,14723,0.008611141,351.0,,1092.779626323,ny +36013,14724,0.018415675,351.0,,2337.0044045249997,ny +36013,14728,0.008057345,351.0,,1022.501252535,ny +36013,14732,0.001037393,351.0,,131.648283879,ny +36013,14733,0.029982996,351.0,,3804.932141388,ny +36013,14736,0.0021059860000000002,351.0,,267.25594135800003,ny +36013,14738,0.025326427999999998,351.0,,3213.9996924839998,ny +36013,14740,0.008416143000000001,351.0,,1068.033795129,ny +36013,14742,0.002152785,351.0,,273.19487485499997,ny +36013,14747,0.017167683,351.0,,2178.6304757489997,ny +36013,14750,0.034967162,351.0,,4437.437759286,ny +36013,14752,0.002051386,299.0,,260.32703755800003,ny +36013,14756,0.000545996,351.0,,69.288530388,ny +36013,14757,0.025724225,351.0,,3264.481325175,ny +36013,14767,0.016738686000000003,351.0,,2124.1894694580005,ny +36013,14769,0.007901346,351.0,,1002.704511438,ny +36013,14775,0.019733866,351.0,,2504.2867969979998,ny +36013,14781,0.016294088999999998,351.0,,2067.7687763669996,ny +36013,14782,0.018992871,351.0,,2410.252308513,ny +36013,14784,0.008111945,299.0,,1029.430156335,ny +36013,14787,0.036963948999999996,351.0,,4690.836019947,ny +36015,14814,0.021810003999999997,300.0,21300.0,1820.1756938239998,ny +36015,14816,0.007186712,300.0,21300.0,599.7742366719999,ny +36015,14825,0.008911998,359.0,21300.0,743.759705088,ny +36015,14838,0.021250772999999997,300.0,21300.0,1773.5045114879997,ny +36015,14845,0.24333682399999998,300.0,21300.0,20307.917983744,ny +36015,14861,0.015587073,300.0,21300.0,1300.834764288,ny +36015,14864,0.014908857,300.0,21300.0,1244.233569792,ny +36015,14871,0.058052925,300.0,21300.0,4844.8649088,ny +36015,14872,0.007674551,300.0,21300.0,640.487328256,ny +36015,14889,0.01973966,359.0,21300.0,1647.39306496,ny +36015,14894,0.014908857,300.0,21300.0,1244.233569792,ny +36015,14901,0.189960021,300.0,21300.0,15853.303512576,ny +36015,14903,0.090238447,300.0,21300.0,7530.939832832,ny +36015,14904,0.18418923399999998,300.0,21300.0,15371.696712703999,ny +36015,14905,0.10224406300000001,300.0,21300.0,8532.880521728,ny +36017,13124,0.0018660789999999999,307.0,,88.091991353,ny +36017,13136,0.008079725,307.0,,381.41957807499995,ny +36017,13155,0.011633216000000002,296.0,,549.1692277120001,ny +36017,13411,0.06330772400000001,295.0,,2988.5677268680006,ny +36017,13460,0.084946301,307.0,,4010.060031307,ny +36017,13464,0.027355925,307.0,,1291.391151475,ny +36017,13485,0.020030572,307.0,,945.583212404,ny +36017,13730,0.053262660999999996,296.0,,2514.370437827,ny +36017,13733,0.096500109,296.0,,4555.480645563,ny +36017,13778,0.110317035,296.0,,5207.736271244999,ny +36017,13780,0.020566573,296.0,,970.886211611,ny +36017,13801,0.028050741,296.0,,1324.191330387,ny +36017,13809,0.030691045,296.0,,1448.832161315,ny +36017,13815,0.257776984,296.0,,12168.878083688,ny +36017,13830,0.103150497,296.0,,4869.425511879,ny +36017,13832,0.013161813,296.0,,621.329706291,ny +36017,13841,0.012586108,296.0,,594.152400356,ny +36017,13843,0.041669147999999996,295.0,,1967.0754696359998,ny +36017,13844,0.015047743999999998,296.0,,710.3588510079999,ny +36019,12901,0.41007778100000003,424.0,,33005.110203785,ny +36019,12903,0.015169107,424.0,,1220.885576895,ny +36019,12910,0.025044632999999997,424.0,,2015.7172870049997,ny +36019,12911,0.000312122,424.0,,25.121139170000003,ny +36019,12912,0.026455423,424.0,,2129.264720155,ny +36019,12918,0.027566576000000002,424.0,,2218.6958693600004,ny +36019,12919,0.038965255,424.0,,3136.1185486749996,ny +36019,12921,0.0307627,424.0,,2475.9359095,ny +36019,12923,0.007353584,424.0,,591.85320824,ny +36019,12924,0.0010986680000000001,424.0,,88.42629398000001,ny +36019,12929,0.04889072,424.0,,3934.9695991999997,ny +36019,12933,0.000649213,424.0,,52.251908305,ny +36019,12934,0.012072862,424.0,,971.6842980700001,ny +36019,12935,0.020612507,424.0,,1658.9976258949998,ny +36019,12952,0.0061550369999999995,424.0,,495.38815294499994,ny +36019,12955,0.0047567320000000005,424.0,,382.84557502,ny +36019,12958,0.029489243999999998,424.0,,2373.4418033399998,ny +36019,12959,0.013833227,424.0,,1113.367275095,ny +36019,12962,0.07279923099999999,424.0,,5859.246107034999,ny +36019,12972,0.075333658,424.0,,6063.2294641299995,ny +36019,12978,0.0037829129999999997,424.0,,304.467752805,ny +36019,12979,0.027753847999999998,424.0,,2233.76845628,ny +36019,12981,0.028727667999999998,424.0,,2312.1463589799996,ny +36019,12985,0.015943169,424.0,,1283.185956965,ny +36019,12992,0.056394122000000005,424.0,,4538.88090917,ny +36021,12017,0.006418354,295.0,,381.641747194,ny +36021,12024,0.0,295.0,,0.0,ny +36021,12029,0.018845379,295.0,,1120.565080719,ny +36021,12037,0.07585947900000001,295.0,,4510.680480819001,ny +36021,12060,0.026475709,295.0,,1574.272132849,ny +36021,12075,0.048649755999999995,295.0,,2892.763141516,ny +36021,12106,0.041429108,295.0,,2463.4161907879998,ny +36021,12115,0.002167901,295.0,,128.905561361,ny +36021,12125,0.023642074,295.0,,1405.7813621139999,ny +36021,12130,0.012444095,295.0,,739.9383327950001,ny +36021,12132,0.004557714,295.0,,271.006232154,ny +36021,12136,0.011931993,295.0,,709.488235773,ny +36021,12165,0.003260387,295.0,,193.86587140700001,ny +36021,12172,0.0046259940000000005,295.0,,275.06622923400005,ny +36021,12173,0.035847189,295.0,,2131.509705129,ny +36021,12174,0.0053941480000000005,295.0,,320.741434228,ny +36021,12184,0.11728858699999999,295.0,,6974.096671606999,ny +36021,12195,0.002065481,295.0,,122.815565741,ny +36021,12502,0.02087672,295.0,,1241.35064792,ny +36021,12503,0.008876446999999999,110.0,,527.802415067,ny +36021,12513,0.006042812,295.0,,359.311644332,ny +36021,12516,0.027994947000000003,230.0,,1664.6075435670002,ny +36021,12517,0.007766891,230.0,,461.827105751,ny +36021,12521,0.024427297999999997,295.0,,1452.4715663779998,ny +36021,12523,0.025809976000000002,295.0,,1534.686982936,ny +36021,12526,0.062118057000000004,295.0,,3693.6017872770003,ny +36021,12529,0.046601345,230.0,,2770.962575045,ny +36021,12530,0.001997201,295.0,,118.75556866100001,ny +36021,12534,0.306698303,295.0,,18236.587794683,ny +36021,12565,0.019886655,295.0,,1182.480392955,ny +36023,13040,0.050302767000000005,307.0,,2393.4559566270004,ny +36023,13045,0.603943208,307.0,,28736.221779848,ny +36023,13077,0.147456962,307.0,,7016.149708922,ny +36023,13087,0.001364003,307.0,,64.90062674299999,ny +36023,13101,0.047554095,307.0,,2262.6713941949997,ny +36023,13141,0.011924691000000001,307.0,,567.388722471,ny +36023,13158,0.031806064,307.0,,1513.364331184,ny +36023,13784,0.002190671,307.0,,104.234316851,ny +36023,13803,0.087626842,307.0,,4169.372769202,ny +36023,13863,0.015830698,307.0,,753.240441538,ny +36025,12167,0.065700089,296.0,,2899.6734280150004,ny +36025,12406,0.022132072000000003,295.0,,976.7989977200001,ny +36025,12421,0.00657721,295.0,,290.28516335,ny +36025,12430,0.027533066000000002,295.0,,1215.1718679100002,ny +36025,12434,0.01809933,296.0,,798.81392955,ny +36025,12438,0.0007681410000000001,295.0,,33.901903035000004,ny +36025,12455,0.041983725,295.0,,1852.951702875,ny +36025,12459,0.004704865999999999,295.0,,207.64926090999998,ny +36025,12474,0.025972778999999998,295.0,,1146.3086011649998,ny +36025,12760,0.009985837,296.0,,440.72491599499995,ny +36025,13731,0.021123887,295.0,,932.302752745,ny +36025,13739,0.019107516,295.0,,843.31021866,ny +36025,13740,0.013130416,295.0,,579.51091016,ny +36025,13750,0.022060059,296.0,,973.620703965,ny +36025,13751,0.002520464,295.0,,111.24067864,ny +36025,13752,0.018507405,295.0,,816.8243196750001,ny +36025,13753,0.138673516,295.0,,6120.35562866,ny +36025,13755,0.027557071000000002,296.0,,1216.231328585,ny +36025,13756,0.009937829,296.0,,438.606082915,ny +36025,13757,0.031637821,295.0,,1396.335229835,ny +36025,13774,0.004608848,296.0,,203.41150647999999,ny +36025,13775,0.042463812999999996,296.0,,1874.1403867549998,ny +36025,13782,0.015962937,295.0,,704.524224495,ny +36025,13783,0.063971771,296.0,,2823.394113085,ny +36025,13786,0.009217696,296.0,,406.82301295999997,ny +36025,13788,0.023764373,296.0,,1048.8406023549999,ny +36025,13804,0.008473559,296.0,,373.980526465,ny +36025,13806,0.006913272,295.0,,305.11725972,ny +36025,13838,0.102834922,296.0,,4538.61928247,ny +36025,13839,0.025732735,296.0,,1135.714259225,ny +36025,13842,0.013034398,295.0,,575.27315573,ny +36025,13846,0.00842555,296.0,,371.86164925,ny +36025,13847,0.002016371,296.0,,88.99253408499999,ny +36025,13856,0.144242541,296.0,,6366.144547035,ny +36025,13860,0.000624115,296.0,,27.545315525,ny +36027,12501,0.009168589,110.0,39100.0,2697.5639184019997,ny +36027,12504,0.005051323,295.0,39100.0,1486.190150414,ny +36027,12507,0.000795802,295.0,39100.0,234.139272836,ny +36027,12508,0.066587761,295.0,39100.0,19591.317865898,ny +36027,12512,0.000522667,295.0,39100.0,153.778039406,ny +36027,12514,0.009795789000000001,295.0,39100.0,2882.0974480020004,ny +36027,12522,0.016297091,110.0,39100.0,4794.897519838,ny +36027,12524,0.053831317000000004,295.0,39100.0,15838.142425106002,ny +36027,12527,0.0,295.0,39100.0,0.0,ny +36027,12531,0.011205304,111.0,39100.0,3296.8021322719997,ny +36027,12533,0.08567016,295.0,39100.0,25205.703134879997,ny +36027,12538,0.047195133,295.0,39100.0,13885.657640994,ny +36027,12540,0.02721577,295.0,39100.0,8007.36941786,ny +36027,12545,0.016017211,110.0,39100.0,4712.551785998,ny +36027,12546,0.009492305,110.0,39100.0,2792.8069924899996,ny +36027,12564,0.023587451000000002,111.0,39100.0,6939.852658318001,ny +36027,12567,0.009950903,110.0,39100.0,2927.734778854,ny +36027,12569,0.034624152000000005,295.0,39100.0,10187.048753136001,ny +36027,12570,0.024690109,295.0,39100.0,7264.274489762,ny +36027,12571,0.033717072,295.0,39100.0,9920.169489696,ny +36027,12572,0.028986094,295.0,39100.0,8528.230604492,ny +36027,12574,0.001365678,295.0,39100.0,401.807049804,ny +36027,12578,0.00743873,295.0,39100.0,2188.60826314,ny +36027,12580,0.014951645,295.0,39100.0,4399.04308861,ny +36027,12581,0.007799539,110.0,39100.0,2294.764765502,ny +36027,12582,0.021149462,295.0,39100.0,6222.552410716,ny +36027,12583,0.008312089,295.0,39100.0,2445.566201402,ny +36027,12585,0.0029336790000000002,295.0,39100.0,863.1411680220001,ny +36027,12590,0.11704703300000001,295.0,39100.0,34437.343955194,ny +36027,12592,0.004191451,110.0,39100.0,1233.200330318,ny +36027,12594,0.014691997,111.0,39100.0,4322.649973346,ny +36027,12601,0.14007135199999998,295.0,39100.0,41211.513042736,ny +36027,12603,0.143611999,295.0,39100.0,42253.235121781996,ny +36027,12604,0.002033343,295.0,39100.0,598.2461107739999,ny +36029,14001,0.010307331,299.0,15380.0,9469.365604362,ny +36029,14004,0.013488366000000002,299.0,15380.0,12391.788820932,ny +36029,14006,0.010739097,299.0,15380.0,9866.029892094,ny +36029,14025,0.0034789540000000002,299.0,15380.0,3196.1219977080004,ny +36029,14026,0.000634696,299.0,15380.0,583.096484592,ny +36029,14030,0.001915961,299.0,15380.0,1760.197202622,ny +36029,14031,0.011119051000000001,299.0,15380.0,10215.094391802002,ny +36029,14032,0.009666159,299.0,15380.0,8880.319605618,ny +36029,14033,0.0018932929999999999,299.0,15380.0,1739.3720656859998,ny +36029,14034,0.003022361,299.0,15380.0,2776.649095422,ny +36029,14035,8.31e-05,299.0,15380.0,76.3441362,ny +36029,14043,0.026359307000000002,299.0,15380.0,24216.348059514003,ny +36029,14047,0.006798154,299.0,15380.0,6245.477676108,ny +36029,14051,0.021802018,299.0,15380.0,20029.557540636,ny +36029,14052,0.017933396,299.0,15380.0,16475.446771992,ny +36029,14055,0.001686046,299.0,15380.0,1548.973832292,ny +36029,14057,0.008941871,299.0,15380.0,8214.914771442,ny +36029,14059,0.010949583,299.0,15380.0,10059.403801266,ny +36029,14061,0.000419892,299.0,15380.0,385.755620184,ny +36029,14068,0.007158678000000001,299.0,15380.0,6576.6917959560005,ny +36029,14069,0.000778258,299.0,15380.0,714.987181116,ny +36029,14070,0.0073907519999999996,299.0,15380.0,6789.898643904,ny +36029,14072,0.022556529,299.0,15380.0,20722.728305358,ny +36029,14075,0.045843822,299.0,15380.0,42116.810959044,ny +36029,14080,0.004488206,299.0,15380.0,4123.3238286119995,ny +36029,14081,0.0033785679999999998,299.0,15380.0,3103.8971787359997,ny +36029,14085,0.007886204,299.0,15380.0,7245.0713872080005,ny +36029,14086,0.035265557999999995,299.0,15380.0,32398.538665715994,ny +36029,14091,0.00119923,299.0,15380.0,1101.73499946,ny +36029,14102,0.001255359,299.0,15380.0,1153.300824018,ny +36029,14111,0.003602007,299.0,15380.0,3309.171034914,ny +36029,14112,1.9399999999999997e-05,299.0,15380.0,17.822818799999997,ny +36029,14127,0.032703027,299.0,15380.0,30044.336310954004,ny +36029,14134,0.00012413299999999999,299.0,15380.0,114.04123536599998,ny +36029,14139,0.002631613,299.0,15380.0,2417.668126326,ny +36029,14141,0.008092371999999999,299.0,15380.0,7434.4783411439985,ny +36029,14150,0.044067105,299.0,15380.0,40484.53749771,ny +36029,14169,0.000101465,299.0,15380.0,93.21609843,ny +36029,14170,0.002746031,299.0,15380.0,2522.784171762,ny +36029,14201,0.012607564,299.0,15380.0,11582.594261928,ny +36029,14202,0.003749887,299.0,15380.0,3445.028686674,ny +36029,14203,0.001798305,299.0,15380.0,1652.10640011,ny +36029,14204,0.009335858,299.0,15380.0,8576.871416316,ny +36029,14206,0.021446891000000003,299.0,15380.0,19703.301655482002,ny +36029,14207,0.025698705,299.0,15380.0,23609.45168091,ny +36029,14208,0.011663076000000001,299.0,15380.0,10714.891247352001,ny +36029,14209,0.007998463,299.0,15380.0,7348.203955026001,ny +36029,14210,0.015892223,299.0,15380.0,14600.217054546001,ny +36029,14211,0.023639182,299.0,15380.0,21717.363781764,ny +36029,14212,0.01154434,299.0,15380.0,10605.80824668,ny +36029,14213,0.026086215,299.0,15380.0,23965.45789293,ny +36029,14214,0.021345426,299.0,15380.0,19610.085557052,ny +36029,14215,0.04313557,299.0,15380.0,39628.73443014,ny +36029,14216,0.024049359,299.0,15380.0,22094.194212018,ny +36029,14217,0.024798472999999998,299.0,15380.0,22782.406742045998,ny +36029,14218,0.020455988,299.0,15380.0,18792.957087576,ny +36029,14219,0.013052283000000001,299.0,15380.0,11991.158496666001,ny +36029,14220,0.025884364,299.0,15380.0,23780.016975528,ny +36029,14221,0.058375826,299.0,15380.0,53629.988097852,ny +36029,14222,0.015151743999999998,299.0,15380.0,13919.937516287999,ny +36029,14223,0.024285751,299.0,15380.0,22311.368015202002,ny +36029,14224,0.043813443,299.0,15380.0,40251.497710986,ny +36029,14225,0.035974732999999995,299.0,15380.0,33050.05915656599,ny +36029,14226,0.032058617000000005,299.0,15380.0,29452.315555134002,ny +36029,14227,0.023580893,299.0,15380.0,21663.813560886,ny +36029,14228,0.023858302999999997,299.0,15380.0,21918.670682705997,ny +36029,14261,0.006191523000000001,299.0,15380.0,5688.164563146001,ny +36031,12851,0.009970738,295.0,,367.77067113,ny +36031,12852,0.011596401999999999,424.0,,427.73328776999995,ny +36031,12855,0.006556844,424.0,,241.84919094,ny +36031,12857,0.017042376,295.0,,628.60803876,ny +36031,12858,0.003061667,295.0,,112.929587295,ny +36031,12870,0.042700769000000006,295.0,,1575.0178645650003,ny +36031,12872,0.0012734369999999999,295.0,,46.970723744999994,ny +36031,12883,0.13235612900000002,424.0,,4881.955818165001,ny +36031,12913,0.031483689,424.0,,1161.275868765,ny +36031,12928,0.050341389,424.0,,1856.842133265,ny +36031,12932,0.03235071,424.0,,1193.25593835,ny +36031,12936,0.011081608,424.0,,408.74511108,ny +36031,12941,0.036441964,424.0,,1344.16184214,ny +36031,12942,0.02292186,424.0,,845.4728061,ny +36031,12943,0.01010621,424.0,,372.76755584999995,ny +36031,12944,0.11108702699999999,424.0,,4097.444990895,ny +36031,12946,0.129782161,424.0,,4787.015008485,ny +36031,12950,0.019914381999999998,424.0,,734.5419800699999,ny +36031,12956,0.037119324,424.0,,1369.14626574,ny +36031,12960,0.029776742000000002,424.0,,1098.3151286700001,ny +36031,12961,0.005744012,424.0,,211.86788262,ny +36031,12964,0.0050395579999999995,424.0,,185.88409682999998,ny +36031,12974,0.043405224000000006,424.0,,1601.0016872400001,ny +36031,12975,0.007152921,424.0,,263.835491085,ny +36031,12977,0.05009754,424.0,,1847.8477629000001,ny +36031,12987,0.0053646909999999996,424.0,,197.87662753499998,ny +36031,12993,0.037579928,424.0,,1386.13564428,ny +36031,12996,0.056329251,424.0,,2077.704423135,ny +36031,12997,0.032486182,424.0,,1198.25282307,ny +36031,12998,0.009835266,424.0,,362.77378641,ny +36033,12914,0.016908166999999998,424.0,,845.7803296739999,ny +36033,12916,0.038540124,424.0,,1927.854082728,ny +36033,12917,0.024968602000000003,424.0,,1248.9794092440002,ny +36033,12920,0.043845015,424.0,,2193.21534033,ny +36033,12926,0.041089471,424.0,,2055.377518362,ny +36033,12930,0.014171369,424.0,,708.880220118,ny +36033,12937,0.038333927000000004,424.0,,1917.5396963940002,ny +36033,12939,0.003955236,424.0,,197.848815192,ny +36033,12945,0.010890958999999999,424.0,,544.7875510979999,ny +36033,12953,0.291843965,424.0,,14598.618817229999,ny +36033,12957,0.035597128,424.0,,1780.639536816,ny +36033,12966,0.050330852999999995,424.0,,2517.649928766,ny +36033,12969,0.007685531,424.0,,384.445631682,ny +36033,12970,0.018445273,424.0,,922.669446006,ny +36033,12976,0.003992727,424.0,,199.724189994,ny +36033,12980,0.023918871,424.0,,1196.4697651620002,ny +36033,12983,0.13817084400000001,424.0,,6911.581958568001,ny +36033,12986,0.11380208800000001,424.0,,5692.608045936,ny +36033,12989,0.019195081,424.0,,960.176341782,ny +36033,13655,0.06431476900000001,424.0,,3217.1533749180003,ny +36035,12025,0.108524952,295.0,,5793.387512616,ny +36035,12032,0.017130233999999998,295.0,,914.4632816219998,ny +36035,12078,0.469545135,295.0,,25065.727941705,ny +36035,12095,0.245566824,295.0,,13109.093765591999,ny +36035,12117,0.062134752,295.0,,3316.939466016,ny +36035,12134,0.084064665,295.0,,4487.624011695,ny +36035,13470,0.013033437,300.0,,695.763967371,ny +36037,14005,0.034027215,299.0,,1949.0788752,ny +36037,14013,0.02945691,299.0,,1687.2918048,ny +36037,14020,0.390493765,299.0,,22367.4828592,ny +36037,14036,0.081558388,299.0,,4671.66446464,ny +36037,14040,0.03757998,299.0,,2152.5812544,ny +36037,14054,0.025369505,299.0,,1453.1652464000001,ny +36037,14058,0.033647792999999995,299.0,,1927.3455830399998,ny +36037,14125,0.064380939,299.0,,3687.74018592,ny +36037,14143,0.016211648000000002,299.0,,928.6031974400001,ny +36037,14416,0.06084542,304.0,,3485.2256576,ny +36037,14422,0.040235931,299.0,,2304.7141276800003,ny +36037,14482,0.14123105,299.0,,8089.7145439999995,ny +36037,14525,0.044961454000000005,299.0,,2575.3920851200005,ny +36039,12015,0.061901526,295.0,,2921.009208888,ny +36039,12042,0.004036161,295.0,,190.458365268,ny +36039,12051,0.132225448,295.0,,6239.454440224,ny +36039,12058,0.034101439,295.0,,1609.1787035319999,ny +36039,12083,0.077428389,295.0,,3653.690820132,ny +36039,12087,0.021684067,295.0,,1023.2277535960001,ny +36039,12124,0.013900043,295.0,,655.9152290840001,ny +36039,12176,0.010646403,295.0,,502.382464764,ny +36039,12192,0.040238051000000004,295.0,,1898.7531505880002,ny +36039,12405,0.013426411999999999,295.0,,633.5655294559999,ny +36039,12407,0.0028211940000000004,295.0,,133.12650247200003,ny +36039,12413,0.057968328,295.0,,2735.409461664,ny +36039,12414,0.21010687600000003,295.0,,9914.523264688001,ny +36039,12418,0.011799592,295.0,,556.799147296,ny +36039,12422,0.006321946,295.0,,298.319987848,ny +36039,12423,0.022425402999999997,295.0,,1058.209916764,ny +36039,12424,0.005683573000000001,295.0,,268.19644272400006,ny +36039,12427,0.008072321,295.0,,380.916683348,ny +36039,12431,0.023249109,295.0,,1097.078955492,ny +36039,12436,0.000803114,295.0,,37.897343432,ny +36039,12439,0.00597187,295.0,,281.80060155999996,ny +36039,12442,0.016165235,295.0,,762.80510918,ny +36039,12444,0.010008031,295.0,,472.25896682800004,ny +36039,12450,0.0031712690000000004,295.0,,149.64584157200002,ny +36039,12451,0.031630321,295.0,,1492.571587348,ny +36039,12452,0.005189349,295.0,,244.875000612,ny +36039,12454,0.0074751340000000005,295.0,,352.736623192,ny +36039,12460,0.0076810609999999994,295.0,,362.45390646799996,ny +36039,12463,0.032824695,295.0,,1548.93170766,ny +36039,12468,0.02201355,295.0,,1038.7753974,ny +36039,12470,0.009884475,295.0,,466.4286063,ny +36039,12473,0.016165235,295.0,,762.80510918,ny +36039,12482,0.00759869,295.0,,358.56698372,ny +36039,12485,0.03093017,295.0,,1459.53286196,ny +36039,12492,0.004324458,295.0,,204.06252410399998,ny +36039,12496,0.030127057000000002,295.0,,1421.6355657160002,ny +36041,12108,0.11627907,295.0,,513.48837312,ny +36041,12139,0.045922872999999996,300.0,,202.79540716799997,ny +36041,12164,0.102148955,295.0,,451.08978528,ny +36041,12190,0.25051516,295.0,,1106.27494656,ny +36041,12812,0.030615249,424.0,,135.196939584,ny +36041,12842,0.238740065,295.0,,1054.2761270400001,ny +36041,12847,0.12157786300000001,424.0,,536.887843008,ny +36041,12864,0.007065057,295.0,,31.199291711999997,ny +36041,13353,0.002943774,300.0,,12.999705984,ny +36041,13360,0.047983515,300.0,,211.89520223999997,ny +36041,13436,0.036208419,424.0,,159.896378304,ny +36043,13324,0.035844343,300.0,46540.0,2197.939268417,ny +36043,13329,0.065157854,300.0,46540.0,3995.414449426,ny +36043,13331,0.00180576,300.0,46540.0,110.72739744,ny +36043,13339,0.09624702800000001,295.0,46540.0,5901.771509932,ny +36043,13340,0.121512625,300.0,46540.0,7451.032652375,ny +36043,13350,0.14787672699999999,300.0,46540.0,9067.653022912998,ny +36043,13357,0.163346074,300.0,46540.0,10016.217911606,ny +36043,13361,0.012234027,300.0,46540.0,750.178301613,ny +36043,13365,0.127441539,300.0,46540.0,7814.587729940999,ny +36043,13406,0.010684082,300.0,46540.0,655.137224158,ny +36043,13407,0.077572456,300.0,46540.0,4756.665429464,ny +36043,13416,0.035302615,300.0,46540.0,2164.721049185,ny +36043,13420,0.014039787,300.0,46540.0,860.905699053,ny +36043,13431,0.02668011,300.0,46540.0,1635.99766509,ny +36043,13454,0.00859241,300.0,46540.0,526.87798879,ny +36043,13472,0.000993168,300.0,46540.0,60.900068592,ny +36043,13475,0.00024076799999999998,295.0,46540.0,14.763652991999999,ny +36043,13491,0.054428627,300.0,46540.0,3337.508979013,ny +36045,13601,0.324913426,307.0,48060.0,35686.541231284,ny +36045,13602,0.03460366,307.0,48060.0,3800.65839244,ny +36045,13603,0.082808708,307.0,48060.0,9095.211634472,ny +36045,13605,0.041590023999999996,307.0,48060.0,4567.9986960159995,ny +36045,13606,0.023454838999999998,307.0,48060.0,2576.1387867259996,ny +36045,13607,0.010768845,307.0,48060.0,1182.78532173,ny +36045,13608,0.013333679,307.0,48060.0,1464.491299286,ny +36045,13612,0.020052333000000002,307.0,48060.0,2202.4279427220004,ny +36045,13615,0.010034801999999999,307.0,48060.0,1102.162442868,ny +36045,13616,0.019249203,307.0,48060.0,2114.216962302,ny +36045,13618,0.013497759,307.0,48060.0,1482.512862006,ny +36045,13619,0.09188493699999999,307.0,48060.0,10092.090170458,ny +36045,13622,0.020242321,307.0,48060.0,2223.295084714,ny +36045,13624,0.04935361,307.0,48060.0,5420.70440074,ny +36045,13628,0.001804883,307.0,48060.0,198.237519422,ny +36045,13634,0.034966364,307.0,48060.0,3840.495623576,ny +36045,13636,0.0023403020000000003,307.0,48060.0,257.04472986800005,ny +36045,13637,0.03503545,307.0,48060.0,3848.0836153000005,ny +36045,13638,0.00312616,307.0,48060.0,343.35865744,ny +36045,13640,0.00312616,307.0,48060.0,343.35865744,ny +36045,13641,0.0005613269999999999,307.0,48060.0,61.652789717999994,ny +36045,13643,0.000310889,307.0,48060.0,34.146182426,ny +36045,13650,0.014568598,307.0,48060.0,1600.127392732,ny +36045,13651,0.001321278,307.0,48060.0,145.12124785199998,ny +36045,13656,0.026840074,307.0,48060.0,2947.9526877159997,ny +36045,13659,0.004136549000000001,307.0,48060.0,454.3337228660001,ny +36045,13661,0.011813778,307.0,48060.0,1297.554492852,ny +36045,13665,0.006070969,307.0,48060.0,666.7988091459999,ny +36045,13673,0.019516913,307.0,48060.0,2143.6206224420002,ny +36045,13674,0.0012521910000000002,307.0,48060.0,137.533146294,ny +36045,13675,0.001960327,307.0,48060.0,215.310555718,ny +36045,13679,0.017176611,307.0,48060.0,1886.5758925740001,ny +36045,13682,0.007642685,307.0,48060.0,839.42666429,ny +36045,13685,0.021762222,307.0,48060.0,2390.231891148,ny +36045,13691,0.024853839,307.0,48060.0,2729.796552726,ny +36045,13692,0.000552691,307.0,48060.0,60.704263294,ny +36045,13693,0.003471593,307.0,48060.0,381.298945562,ny +36047,11201,0.024155752000000003,303.0,35620.0,61836.382012056005,ny +36047,11203,0.02901128,303.0,35620.0,74266.06270584,ny +36047,11204,0.029598418999999997,303.0,35620.0,75769.081593357,ny +36047,11205,0.017711834,303.0,35620.0,45340.576992102,ny +36047,11206,0.033970625,303.0,35620.0,86961.504849375,ny +36047,11207,0.035363686,303.0,35620.0,90527.605882458,ny +36047,11208,0.037935255,303.0,35620.0,97110.573080265,ny +36047,11209,0.026072894,303.0,35620.0,66744.079569282,ny +36047,11210,0.025777209,303.0,35620.0,65987.154650727,ny +36047,11211,0.039459432,303.0,35620.0,101012.31835509601,ny +36047,11212,0.029425008,303.0,35620.0,75325.166254224,ny +36047,11213,0.025490752999999998,303.0,35620.0,65253.85507695899,ny +36047,11214,0.035738194,303.0,35620.0,91486.310035182,ny +36047,11215,0.026975327,303.0,35620.0,69054.220513281,ny +36047,11216,0.021650702999999997,303.0,35620.0,55423.69956180899,ny +36047,11217,0.015921195,303.0,35620.0,40756.714844085,ny +36047,11218,0.028648692000000003,303.0,35620.0,73337.87259687601,ny +36047,11219,0.034619284,303.0,35620.0,88622.008969452,ny +36047,11220,0.036775203,303.0,35620.0,94140.952485309,ny +36047,11221,0.032234969,303.0,35620.0,82518.393848007,ny +36047,11222,0.014031353,303.0,35620.0,35918.902638759,ny +36047,11223,0.031448272,303.0,35620.0,80504.525837616,ny +36047,11224,0.017959071,303.0,35620.0,45973.479730113,ny +36047,11225,0.022640418,303.0,35620.0,57957.273959453996,ny +36047,11226,0.038556999,303.0,35620.0,98702.177411097,ny +36047,11228,0.017300414,303.0,35620.0,44287.381699842,ny +36047,11229,0.032150378,303.0,35620.0,82301.849093334,ny +36047,11230,0.034249775,303.0,35620.0,87676.10177182501,ny +36047,11231,0.014551588,303.0,35620.0,37250.653775964005,ny +36047,11232,0.010613105,303.0,35620.0,27168.519328814997,ny +36047,11233,0.029537282999999998,303.0,35620.0,75612.579363549,ny +36047,11234,0.036784047,303.0,35620.0,94163.592267441,ny +36047,11235,0.0300406,303.0,35620.0,76901.0220618,ny +36047,11236,0.038577762,303.0,35620.0,98755.328677086,ny +36047,11237,0.018959937,303.0,35620.0,48535.599606111,ny +36047,11238,0.020970898,303.0,35620.0,53683.464702894,ny +36047,11239,0.005092383,303.0,35620.0,13036.006518848999,ny +36047,11425,0.0,301.0,35620.0,0.0,ny +36049,13305,0.009764706,307.0,,256.772708976,ny +36049,13312,0.015333333000000001,307.0,,403.20532456800004,ny +36049,13325,0.041843137,307.0,,1100.307130552,ny +36049,13327,0.080627451,307.0,,2120.179451496,ny +36049,13343,0.06949019599999999,307.0,,1827.3141940159996,ny +36049,13345,0.006823529,307.0,,179.431518584,ny +36049,13367,0.337921569,307.0,,8885.985578423999,ny +36049,13368,0.041686275,307.0,,1096.1822874,ny +36049,13404,0.006196078000000001,307.0,,162.93206708800003,ny +36049,13433,0.072313725,307.0,,1901.5617126,ny +36049,13473,0.025176471000000002,307.0,,662.040481416,ny +36049,13489,0.026627451,300.0,,700.195451496,ny +36049,13620,0.08803921599999999,307.0,,2315.079223936,ny +36049,13626,0.08803921599999999,307.0,,2315.079223936,ny +36049,13648,0.090117647,307.0,,2369.733645512,ny +36051,14414,0.10960532199999999,304.0,40380.0,6895.709228307999,ny +36051,14423,0.07148039,304.0,40380.0,4497.11725646,ny +36051,14435,0.042446787,304.0,40380.0,2670.497157318,ny +36051,14437,0.17656319899999998,304.0,40380.0,11108.297101885999,ny +36051,14454,0.172688965,304.0,40380.0,10864.55354401,ny +36051,14462,0.008010866,304.0,40380.0,503.995623524,ny +36051,14480,0.016407613,304.0,40380.0,1032.2685642820002,ny +36051,14481,0.026378749,304.0,40380.0,1659.592614586,ny +36051,14485,0.061570994000000004,304.0,40380.0,3873.677516516,ny +36051,14486,0.005711022,299.0,40380.0,359.30323810799996,ny +36051,14487,0.09122200400000001,304.0,40380.0,5739.141159656001,ny +36051,14510,0.073656752,304.0,40380.0,4634.040895328,ny +36051,14517,0.047278003,304.0,40380.0,2974.448280742,ny +36051,14533,0.03119453,304.0,40380.0,1962.5726604200001,ny +36051,14539,0.0026394179999999997,304.0,40380.0,166.056344052,ny +36051,14545,0.002778335,304.0,40380.0,174.79616819,ny +36051,14560,0.033062188,304.0,40380.0,2080.074495832,ny +36051,14592,0.002963558,304.0,40380.0,186.44928801199998,ny +36051,14836,0.012872953000000001,304.0,40380.0,809.8889650420001,ny +36051,14846,0.01146835,304.0,40380.0,721.5197719,ny +36053,13030,0.051896385999999996,307.0,45060.0,3681.5815192259997,ny +36053,13032,0.15423089199999998,307.0,45060.0,10941.293709372,ny +36053,13035,0.113220339,307.0,45060.0,8031.964068999,ny +36053,13037,0.12078030099999999,307.0,45060.0,8568.275333241,ny +36053,13052,0.01946914,307.0,45060.0,1381.16026074,ny +36053,13061,0.013725616000000001,307.0,45060.0,973.7089246560001,ny +36053,13072,0.009440358000000001,307.0,45060.0,669.708436878,ny +36053,13082,0.056028142,307.0,45060.0,3974.6924216220004,ny +36053,13122,0.016488647,307.0,45060.0,1169.7211068269999,ny +36053,13134,0.002660697,307.0,45060.0,188.752505877,ny +36053,13163,0.006050528,307.0,45060.0,429.230506848,ny +36053,13310,0.007982091,307.0,45060.0,566.257517631,ny +36053,13314,0.004771346,307.0,45060.0,338.484056586,ny +36053,13332,0.037595139,307.0,45060.0,2667.036755799,ny +36053,13334,0.014339623000000001,307.0,45060.0,1017.2671952430001,ny +36053,13346,0.077326511,307.0,45060.0,5485.620016851,ny +36053,13355,0.011474256,307.0,45060.0,813.995194896,ny +36053,13364,0.001355932,307.0,45060.0,96.191172012,ny +36053,13402,0.022692677,307.0,45060.0,1609.841199057,ny +36053,13408,0.048289095,307.0,45060.0,3425.676688395,ny +36053,13409,0.032222577999999995,307.0,45060.0,2285.9019058979998,ny +36053,13418,0.004144547,307.0,45060.0,294.01830872700003,ny +36053,13421,0.17001599,307.0,45060.0,12061.10434659,ny +36053,13484,0.0037991690000000002,307.0,45060.0,269.516848029,ny +36055,14420,0.028113475,304.0,40380.0,20853.73235075,ny +36055,14428,0.009994559,304.0,40380.0,7413.6640294300005,ny +36055,14445,0.01058034,304.0,40380.0,7848.178801800001,ny +36055,14450,0.055131969,304.0,40380.0,40895.240645130005,ny +36055,14464,0.010150409,304.0,40380.0,7529.268883930001,ny +36055,14467,0.01351059,304.0,40380.0,10021.750344299999,ny +36055,14468,0.023900148,304.0,40380.0,17728.41278196,ny +36055,14472,0.01131391,304.0,40380.0,8392.3190207,ny +36055,14506,0.001808398,304.0,40380.0,1341.41538446,ny +36055,14511,0.0007402880000000001,304.0,40380.0,549.12342976,ny +36055,14514,0.009164254,304.0,40380.0,6797.76868958,ny +36055,14526,0.027327507,304.0,40380.0,20270.72486739,ny +36055,14534,0.042056684000000004,304.0,40380.0,31196.386490680004,ny +36055,14543,0.004514278,304.0,40380.0,3348.55599206,ny +36055,14546,0.00619101,304.0,40380.0,4592.3054877,ny +36055,14559,0.025442527000000003,304.0,40380.0,18872.503252790004,ny +36055,14580,0.070652488,304.0,40380.0,52407.89602376,ny +36055,14586,0.015984039,304.0,40380.0,11856.480609029999,ny +36055,14604,0.00301355,304.0,40380.0,2235.3609834999997,ny +36055,14605,0.016753884,304.0,40380.0,12427.52853468,ny +36055,14606,0.037885007000000005,304.0,40380.0,28101.961642390004,ny +36055,14607,0.022504215,304.0,40380.0,16692.951560550002,ny +36055,14608,0.01614795,304.0,40380.0,11978.0648715,ny +36055,14609,0.05648490900000001,304.0,40380.0,41898.810948930004,ny +36055,14610,0.01887667,304.0,40380.0,14002.1475059,ny +36055,14611,0.022342991,304.0,40380.0,16573.36043407,ny +36055,14612,0.046028174000000005,304.0,40380.0,34142.31862798001,ny +36055,14613,0.018242522,304.0,40380.0,13531.75554394,ny +36055,14614,0.001655235,304.0,40380.0,1227.8036659499999,ny +36055,14615,0.022320151,304.0,40380.0,16556.41840727,ny +36055,14616,0.037103069,304.0,40380.0,27521.94349213,ny +36055,14617,0.030349117999999998,304.0,40380.0,22512.06525886,ny +36055,14618,0.030366584,304.0,40380.0,22525.021013679998,ny +36055,14619,0.019618302,304.0,40380.0,14552.26787454,ny +36055,14620,0.032973042,304.0,40380.0,24458.413364340002,ny +36055,14621,0.044691355999999995,304.0,40380.0,33150.707140119994,ny +36055,14622,0.016090178,304.0,40380.0,11935.21133506,ny +36055,14623,0.034820403,304.0,40380.0,25828.73033331,ny +36055,14624,0.048212762,304.0,40380.0,35762.78046874,ny +36055,14625,0.013599264,304.0,40380.0,10087.52605728,ny +36055,14626,0.040173047,304.0,40380.0,29799.161073190004,ny +36055,14627,0.0031707429999999997,304.0,40380.0,2351.9620351099998,ny +36057,12010,0.56661848,295.0,,27889.52820408,ny +36057,12068,0.061900172999999996,295.0,,3046.788415233,ny +36057,12069,0.0042765929999999995,295.0,,210.498184053,ny +36057,12070,0.037344898,295.0,,1838.153224458,ny +36057,12072,0.05790467,295.0,,2850.12576207,ny +36057,12086,0.030217242999999998,295.0,,1487.3229177029998,ny +36057,12166,0.023952937,295.0,,1178.987512077,ny +36057,12177,0.00612376,295.0,,301.41759096,ny +36057,13317,0.079388026,295.0,,3907.558027746,ny +36057,13410,0.005641891,295.0,,277.699516911,ny +36057,13428,0.035216641,295.0,,1733.398286661,ny +36057,13452,0.09141468900000001,300.0,,4499.522407269001,ny +36059,11001,0.02034802,301.0,35620.0,27610.716690480003,ny +36059,11003,0.03305029,301.0,35620.0,44846.73170796,ny +36059,11010,0.018304237,301.0,35620.0,24837.458486988002,ny +36059,11020,0.00418249,301.0,35620.0,5675.321060759999,ny +36059,11021,0.013278385,301.0,35620.0,18017.759287740002,ny +36059,11023,0.00672864,301.0,35620.0,9130.25310336,ny +36059,11024,0.005915215,301.0,35620.0,8026.497198659999,ny +36059,11030,0.013565347,301.0,35620.0,18407.144912628,ny +36059,11040,0.030577889,301.0,35620.0,41491.871453436004,ny +36059,11042,0.000381156,301.0,35620.0,517.199724144,ny +36059,11050,0.022001885,301.0,35620.0,29854.885801739998,ny +36059,11096,0.006068554,301.0,35620.0,8234.566567896001,ny +36059,11501,0.014160446,301.0,35620.0,19214.649028104,ny +36059,11507,0.005320116,301.0,35620.0,7218.993083183999,ny +36059,11509,0.001572085,303.0,35620.0,2133.19986654,ny +36059,11510,0.02444946,301.0,35620.0,33176.059061039996,ny +36059,11514,0.003356653,301.0,35620.0,4554.723015372,ny +36059,11516,0.005600506,301.0,35620.0,7599.461003544,ny +36059,11518,0.0073755819999999995,301.0,35620.0,10008.104229768,ny +36059,11520,0.031695799999999996,301.0,35620.0,43008.791719199995,ny +36059,11530,0.020776638,301.0,35620.0,28192.318741512,ny +36059,11542,0.020279383,301.0,35620.0,27517.581497892003,ny +36059,11545,0.009046972,301.0,35620.0,12276.053434128,ny +36059,11547,0.000566622,301.0,35620.0,768.862990728,ny +36059,11548,0.002163533,301.0,35620.0,2935.749852492,ny +36059,11549,0.002118262,301.0,35620.0,2874.3205460880004,ny +36059,11550,0.042096532,301.0,35620.0,57121.794587568,ny +36059,11552,0.018384557,301.0,35620.0,24946.446622667998,ny +36059,11553,0.018889114,301.0,35620.0,25631.092125336,ny +36059,11554,0.02727819,301.0,35620.0,37014.43068756,ny +36059,11556,0.0,301.0,35620.0,0.0,ny +36059,11557,0.005461771999999999,301.0,35620.0,7411.209509327999,ny +36059,11558,0.005999917,303.0,35620.0,8141.431375308,ny +36059,11559,0.00597363,301.0,35620.0,8105.761914119999,ny +36059,11560,0.004647617,301.0,35620.0,6306.463050108,ny +36059,11561,0.027500166,303.0,35620.0,37315.635249384,ny +36059,11563,0.016038478000000002,301.0,35620.0,21762.995721672003,ny +36059,11565,0.006349675,301.0,35620.0,8616.0263997,ny +36059,11566,0.024388855,301.0,35620.0,33093.82268202,ny +36059,11568,0.003434783,301.0,35620.0,4660.739487492,ny +36059,11569,0.0007885980000000001,303.0,35620.0,1070.067552552,ny +36059,11570,0.020242143,301.0,35620.0,27467.049648132,ny +36059,11572,0.021793053,301.0,35620.0,29571.516648972,ny +36059,11575,0.012081614,301.0,35620.0,16393.831995336,ny +36059,11576,0.008834489000000001,301.0,35620.0,11987.730151836002,ny +36059,11577,0.009352189,301.0,35620.0,12690.209706636,ny +36059,11579,0.003803525,301.0,35620.0,5161.0943571,ny +36059,11580,0.031919236000000004,301.0,35620.0,43311.97739006401,ny +36059,11581,0.015534651000000002,301.0,35620.0,21079.340773524003,ny +36059,11590,0.033997337999999995,301.0,35620.0,46131.803868311996,ny +36059,11596,0.007711467,301.0,35620.0,10463.874647507999,ny +36059,11598,0.010014465,301.0,35620.0,13588.86790566,ny +36059,11709,0.00489807,301.0,35620.0,6646.30873668,ny +36059,11710,0.024999287999999998,301.0,35620.0,33922.133870112,ny +36059,11714,0.016585385,301.0,35620.0,22505.10695574,ny +36059,11732,0.00274841,301.0,35620.0,3729.3834908400004,ny +36059,11735,0.024427554,301.0,35620.0,33146.334283896,ny +36059,11753,0.00919739,301.0,35620.0,12480.15922836,ny +36059,11756,0.031470173,301.0,35620.0,42702.633027851996,ny +36059,11758,0.039009316,301.0,35620.0,52932.677103984,ny +36059,11762,0.016506525,301.0,35620.0,22398.0999291,ny +36059,11765,0.000527923,301.0,35620.0,716.351388852,ny +36059,11771,0.006936741999999999,301.0,35620.0,9412.631701608,ny +36059,11783,0.015527349,301.0,35620.0,21069.432514476,ny +36059,11791,0.01907312,301.0,35620.0,25880.77428288,ny +36059,11793,0.022809468,301.0,35620.0,30950.714556431998,ny +36059,11797,0.006379612,301.0,35620.0,8656.648633488,ny +36059,11801,0.029455597000000003,301.0,35620.0,39969.00650362801,ny +36059,11803,0.020458278,301.0,35620.0,27760.328416872,ny +36059,11804,0.0035895809999999997,301.0,35620.0,4870.788608844,ny +36061,10001,0.01413479,303.0,35620.0,23021.41728174,ny +36061,10002,0.046240197999999996,303.0,35620.0,75311.68792378799,ny +36061,10003,0.033716567,303.0,35620.0,54914.37497230201,ny +36061,10004,0.001867045,303.0,35620.0,3040.86739377,ny +36061,10005,0.005445136999999999,303.0,35620.0,8868.527302722,ny +36061,10006,0.002129714,303.0,35620.0,3468.677970084,ny +36061,10007,0.004330336,303.0,35620.0,7052.844225215999,ny +36061,10009,0.03571618,303.0,35620.0,58171.15666308,ny +36061,10010,0.020797699,303.0,35620.0,33873.337147494,ny +36061,10011,0.031120707999999997,303.0,35620.0,50686.48384384799,ny +36061,10012,0.014435071,303.0,35620.0,23510.486748126,ny +36061,10013,0.017701783000000002,303.0,35620.0,28831.000182798005,ny +36061,10014,0.018952852,303.0,35620.0,30868.623769512,ny +36061,10016,0.031481415,303.0,35620.0,51273.969498989994,ny +36061,10017,0.009742794,303.0,35620.0,15868.147044564,ny +36061,10018,0.005972941,303.0,35620.0,9728.164844346,ny +36061,10019,0.026946987000000002,303.0,35620.0,43888.719408822006,ny +36061,10020,0.0,303.0,35620.0,0.0,ny +36061,10021,0.028495869,303.0,35620.0,46411.392815514,ny +36061,10022,0.019191473,303.0,35620.0,31257.267223938,ny +36061,10023,0.038497016,303.0,35620.0,62700.320941296006,ny +36061,10024,0.036379634,303.0,35620.0,59251.728173604,ny +36061,10025,0.057222960999999996,303.0,35620.0,93199.37991846599,ny +36061,10026,0.024270971000000002,303.0,35620.0,39530.276093526,ny +36061,10027,0.039799878,303.0,35620.0,64822.30009786799,ny +36061,10028,0.029468854,303.0,35620.0,47996.099322924,ny +36061,10029,0.049078994,303.0,35620.0,79935.252001764,ny +36061,10030,0.018425048,303.0,35620.0,30008.986227888,ny +36061,10031,0.037152226000000003,303.0,35620.0,60510.053399556,ny +36061,10032,0.039624766,303.0,35620.0,64537.094132795995,ny +36061,10033,0.03675329,303.0,35620.0,59860.30394274,ny +36061,10034,0.026458027999999998,303.0,35620.0,43092.348951768,ny +36061,10035,0.022038902000000003,303.0,35620.0,35894.891920812006,ny +36061,10036,0.016911927,303.0,35620.0,27544.556976462,ny +36061,10037,0.01303417,303.0,35620.0,21228.83088402,ny +36061,10038,0.014058332,303.0,35620.0,22896.889678392,ny +36061,10039,0.017095672,303.0,35620.0,27843.823560432,ny +36061,10040,0.02748219,303.0,35620.0,44760.40774614,ny +36061,10044,0.007203045,303.0,35620.0,11731.64260977,ny +36061,10065,0.017331827,303.0,35620.0,28228.450625862002,ny +36061,10069,0.003135378,303.0,35620.0,5106.6089608679995,ny +36061,10075,0.01329129,303.0,35620.0,21647.603770740003,ny +36061,10103,0.0,303.0,35620.0,0.0,ny +36061,10110,0.0,303.0,35620.0,0.0,ny +36061,10111,0.0,303.0,35620.0,0.0,ny +36061,10112,0.0,303.0,35620.0,0.0,ny +36061,10115,0.0,303.0,35620.0,0.0,ny +36061,10119,0.0,303.0,35620.0,0.0,ny +36061,10128,0.036536866,303.0,35620.0,59507.812875396005,ny +36061,10152,0.0,303.0,35620.0,0.0,ny +36061,10153,0.0,303.0,35620.0,0.0,ny +36061,10154,0.0,303.0,35620.0,0.0,ny +36061,10162,0.000976684,303.0,35620.0,1590.731090904,ny +36061,10165,0.0,303.0,35620.0,0.0,ny +36061,10167,0.0,303.0,35620.0,0.0,ny +36061,10168,0.0,303.0,35620.0,0.0,ny +36061,10169,0.0,303.0,35620.0,0.0,ny +36061,10170,0.0,303.0,35620.0,0.0,ny +36061,10171,0.0,303.0,35620.0,0.0,ny +36061,10172,0.0,303.0,35620.0,0.0,ny +36061,10173,0.0,303.0,35620.0,0.0,ny +36061,10174,0.0,303.0,35620.0,0.0,ny +36061,10177,0.0,303.0,35620.0,0.0,ny +36061,10199,9.13e-05,303.0,35620.0,148.7008578,ny +36061,10271,0.0,303.0,35620.0,0.0,ny +36061,10278,0.0,303.0,35620.0,0.0,ny +36061,10279,2.65e-05,303.0,35620.0,43.160709,ny +36061,10280,0.005786114,303.0,35620.0,9423.878588484,ny +36061,10282,0.0034486079999999997,303.0,35620.0,5616.768541248,ny +36063,14008,0.006215173,299.0,15380.0,1300.717620613,ny +36063,14012,0.011244027,299.0,15380.0,2353.161214587,ny +36063,14028,0.008049003,299.0,15380.0,1684.5033968430002,ny +36063,14067,0.025182082999999997,299.0,15380.0,5270.131512323,ny +36063,14092,0.052382325,299.0,15380.0,10962.625358325,ny +36063,14094,0.232395465,299.0,15380.0,48635.955310665,ny +36063,14105,0.021599497000000002,299.0,15380.0,4520.364331657001,ny +36063,14108,0.028745764,299.0,15380.0,6015.942235684,ny +36063,14109,0.005345521,299.0,15380.0,1118.715980401,ny +36063,14120,0.21002557,299.0,15380.0,43954.36131517,ny +36063,14126,0.002509701,299.0,15380.0,525.232734981,ny +36063,14131,0.023816162999999998,299.0,15380.0,4984.270408803,ny +36063,14132,0.027375117999999997,299.0,15380.0,5729.092070157999,ny +36063,14172,0.014075121000000001,299.0,15380.0,2945.6553980010003,ny +36063,14174,0.025876859,299.0,15380.0,5415.534928379,ny +36063,14301,0.059523865999999995,299.0,15380.0,12457.214200346,ny +36063,14302,0.000515174,299.0,15380.0,107.816129894,ny +36063,14303,0.02743656,299.0,15380.0,5741.95071336,ny +36063,14304,0.13883703,299.0,15380.0,29055.95247543,ny +36063,14305,0.07884998,299.0,15380.0,16501.80266438,ny +36065,13054,0.007180624,307.0,46540.0,1642.000470704,ny +36065,13123,0.002203783,307.0,46540.0,503.941262393,ny +36065,13157,0.002380603,307.0,46540.0,544.374868613,ny +36065,13162,0.002415105,307.0,46540.0,552.2644754549999,ny +36065,13301,0.00046577,300.0,46540.0,106.50809167,ny +36065,13303,0.004800021,307.0,46540.0,1097.625602091,ny +36065,13304,0.00687011,300.0,46540.0,1570.9949238099998,ny +36065,13308,0.013395206000000002,307.0,46540.0,3063.0951512260003,ny +36065,13309,0.025112777000000003,300.0,46540.0,5742.563829367001,ny +36065,13313,0.002087341,300.0,46540.0,477.314353811,ny +36065,13316,0.026648092999999998,307.0,46540.0,6093.646074402999,ny +36065,13318,0.005628057,300.0,46540.0,1286.973422247,ny +36065,13319,0.003497589,300.0,46540.0,799.797174219,ny +36065,13321,0.0039547340000000005,300.0,46540.0,904.3329785140002,ny +36065,13322,0.003890044,300.0,46540.0,889.540251524,ny +36065,13323,0.047857888,300.0,46540.0,10943.711106848,ny +36065,13328,0.006701916,300.0,46540.0,1532.5338336359998,ny +36065,13338,0.004834522,300.0,46540.0,1105.5149802619999,ny +36065,13341,0.00046145800000000004,300.0,46540.0,105.52206231800001,ny +36065,13352,0.000138006,300.0,46540.0,31.557970026000003,ny +36065,13354,0.017009238,300.0,46540.0,3889.519462698,ny +36065,13362,0.000746095,307.0,46540.0,170.610289745,ny +36065,13363,0.009828614,307.0,46540.0,2247.518991994,ny +36065,13403,0.031301483,300.0,46540.0,7157.741419092999,ny +36065,13413,0.07065043900000001,300.0,46540.0,16155.706536569001,ny +36065,13417,0.014305183,300.0,46540.0,3271.180501793,ny +36065,13424,0.010643712,300.0,46540.0,2433.9082667519997,ny +36065,13425,0.009112708,307.0,46540.0,2083.812051068,ny +36065,13435,0.001237741,300.0,46540.0,283.035472211,ny +36065,13438,0.014029171000000002,300.0,46540.0,3208.0645617410005,ny +36065,13440,0.177868153,307.0,46540.0,40673.288414663,ny +36065,13441,0.000534773,307.0,46540.0,122.287076683,ny +36065,13456,0.017086866000000003,300.0,46540.0,3907.2707350860005,ny +36065,13461,0.013071754,307.0,46540.0,2989.131058934,ny +36065,13469,0.0039935479999999995,300.0,46540.0,913.2086147079999,ny +36065,13471,0.014287932,307.0,46540.0,3267.235698372,ny +36065,13476,0.016112199,307.0,46540.0,3684.392657529,ny +36065,13477,0.0061973309999999995,307.0,46540.0,1417.149877101,ny +36065,13478,0.011903016,307.0,46540.0,2721.8745717360002,ny +36065,13480,0.014654511,300.0,46540.0,3351.061684881,ny +36065,13483,0.001397311,307.0,46540.0,319.524503681,ny +36065,13486,0.0037261620000000003,307.0,46540.0,852.0651907020001,ny +36065,13490,0.007577391,307.0,46540.0,1732.729577361,ny +36065,13492,0.048595358,300.0,46540.0,11112.349109218,ny +36065,13494,0.0014318120000000002,300.0,46540.0,327.41388185200003,ny +36065,13495,0.009474973000000001,300.0,46540.0,2166.6515508830003,ny +36065,13501,0.162355417,300.0,46540.0,37125.975560807,ny +36065,13502,0.140343462,300.0,46540.0,32092.479799002,ny +36067,13020,0.00023940599999999998,307.0,45060.0,110.253166368,ny +36067,13027,0.071710728,307.0,45060.0,33024.798144384,ny +36067,13029,0.015763781,307.0,45060.0,7259.6625363680005,ny +36067,13031,0.033627802000000005,307.0,45060.0,15486.544399456003,ny +36067,13039,0.036644315,307.0,45060.0,16875.733098319997,ny +36067,13041,0.024926492,307.0,45060.0,11479.347507776001,ny +36067,13051,0.000650748,307.0,45060.0,299.68767494400004,ny +36067,13057,0.0299736,307.0,45060.0,13803.6820608,ny +36067,13060,0.0061135519999999995,307.0,45060.0,2815.4618754559997,ny +36067,13063,0.004326715,307.0,45060.0,1992.57340552,ny +36067,13066,0.02731402,307.0,45060.0,12578.871002560001,ny +36067,13078,0.023085243999999998,307.0,45060.0,10631.401248831999,ny +36067,13080,0.007245289,307.0,45060.0,3336.6584525920002,ny +36067,13084,0.008126737,307.0,45060.0,3742.589937136,ny +36067,13088,0.04785068,307.0,45060.0,22036.57795904,ny +36067,13090,0.064765785,307.0,45060.0,29826.457434480002,ny +36067,13104,0.033767093,307.0,45060.0,15550.691805104,ny +36067,13108,0.013167316,307.0,45060.0,6063.917702848,ny +36067,13110,0.0044355359999999995,307.0,45060.0,2042.6885230079997,ny +36067,13112,0.004011135,307.0,45060.0,1847.23997928,ny +36067,13116,0.007626160999999999,307.0,45060.0,3512.060673008,ny +36067,13120,0.004896936,307.0,45060.0,2255.176142208,ny +36067,13138,0.0,307.0,45060.0,0.0,ny +36067,13152,0.017864022,307.0,45060.0,8226.882323616,ny +36067,13153,0.000831391,307.0,45060.0,382.878834448,ny +36067,13159,0.011639472,307.0,45060.0,5360.302761215999,ny +36067,13164,0.005630388,307.0,45060.0,2592.951324864,ny +36067,13202,0.014322993000000001,307.0,45060.0,6596.139320304001,ny +36067,13203,0.035971802000000004,307.0,45060.0,16566.022031456003,ny +36067,13204,0.040759917,307.0,45060.0,18771.083056176,ny +36067,13205,0.038041574,307.0,45060.0,17519.209991072,ny +36067,13206,0.035606163999999996,307.0,45060.0,16397.635494592,ny +36067,13207,0.028587223,307.0,45060.0,13165.216633744,ny +36067,13208,0.049487345,307.0,45060.0,22790.30801816,ny +36067,13209,0.028162822,307.0,45060.0,12969.768090016,ny +36067,13210,0.061448927,307.0,45060.0,28298.951453456,ny +36067,13211,0.013374076,307.0,45060.0,6159.136472128001,ny +36067,13212,0.046464304000000005,307.0,45060.0,21398.112992512004,ny +36067,13214,0.018902172,307.0,45060.0,8704.979466816,ny +36067,13215,0.032411186,307.0,45060.0,14926.258666208001,ny +36067,13219,0.032169604,307.0,45060.0,14815.003390912,ny +36067,13224,0.018055546000000002,307.0,45060.0,8315.084488288001,ny +36067,13290,0.0,307.0,45060.0,0.0,ny +36069,14424,0.255748505,304.0,40380.0,28075.303633385003,ny +36069,14425,0.109323097,304.0,40380.0,12001.161619368999,ny +36069,14432,0.05810327,304.0,40380.0,6378.40267079,ny +36069,14456,0.177170222,304.0,40380.0,19449.215460493997,ny +36069,14466,0.013674614,304.0,40380.0,1501.158101078,ny +36069,14469,0.056017937999999996,304.0,40380.0,6149.481179826,ny +36069,14471,0.024461135,304.0,40380.0,2685.270016895,ny +36069,14475,0.002583598,304.0,40380.0,283.619637646,ny +36069,14504,0.017282423999999998,304.0,40380.0,1897.2126594479998,ny +36069,14512,0.041023843,304.0,40380.0,4503.474413010999,ny +36069,14532,0.040497896,304.0,40380.0,4445.737529192,ny +36069,14537,0.001051893,304.0,40380.0,115.47365786099999,ny +36069,14548,0.034730937,304.0,40380.0,3812.6580710490002,ny +36069,14561,0.027875175,304.0,40380.0,3060.0530859749997,ny +36069,14564,0.139578874,304.0,40380.0,15322.550051097998,ny +36069,14585,0.000876578,304.0,40380.0,96.228103106,ny +36071,10910,0.0,292.0,39100.0,0.0,ny +36071,10911,0.0,284.0,39100.0,0.0,ny +36071,10914,0.001070229,308.0,39100.0,411.97395126,ny +36071,10915,0.000265525,308.0,39100.0,102.21119350000001,ny +36071,10916,0.011815866000000001,292.0,39100.0,4548.39945804,ny +36071,10917,0.0050260109999999995,308.0,39100.0,1934.7126743399997,ny +36071,10918,0.033290885,292.0,39100.0,12814.993271899999,ny +36071,10919,0.004039775,308.0,39100.0,1555.0709884999999,ny +36071,10921,0.010596619,292.0,39100.0,4079.06251786,ny +36071,10922,0.004232145,308.0,39100.0,1629.1218963,ny +36071,10924,0.036276688,292.0,39100.0,13964.348278720001,ny +36071,10925,0.010507207,292.0,39100.0,4044.6442625799996,ny +36071,10926,0.009393627,292.0,39100.0,3615.98277738,ny +36071,10928,0.010992196999999999,308.0,39100.0,4231.33631318,ny +36071,10930,0.024357862999999997,308.0,39100.0,9376.31578322,ny +36071,10932,0.000281782,308.0,39100.0,108.46916308,ny +36071,10933,0.001143384,308.0,39100.0,440.13423695999995,ny +36071,10940,0.13294678699999998,308.0,39100.0,51176.536187779995,ny +36071,10941,0.035699577,308.0,39100.0,13742.19517038,ny +36071,10950,0.137896933,292.0,39100.0,53082.04538902,ny +36071,10953,0.00026010599999999997,308.0,39100.0,100.12520363999998,ny +36071,10958,0.009117265,308.0,39100.0,3509.5999890999997,ny +36071,10963,0.011585564,308.0,39100.0,4459.74700616,ny +36071,10969,0.0037363170000000003,308.0,39100.0,1438.2578659800001,ny +36071,10973,0.00575214,308.0,39100.0,2214.2287716,ny +36071,10975,0.000696326,292.0,39100.0,268.04373044,ny +36071,10979,0.000463314,292.0,39100.0,178.34809116,ny +36071,10985,0.000512084,308.0,39100.0,197.12161496,ny +36071,10987,0.009054946999999999,292.0,39100.0,3485.6112981799997,ny +36071,10988,0.002408692,308.0,39100.0,927.2018984800001,ny +36071,10990,0.054215888,292.0,39100.0,20869.863926719998,ny +36071,10992,0.024252195,308.0,39100.0,9335.6399433,ny +36071,10996,0.018080091,308.0,39100.0,6959.75022954,ny +36071,10998,0.008553701,308.0,39100.0,3292.66166294,ny +36071,12518,0.016224125,308.0,39100.0,6245.3146775,ny +36071,12520,0.007984719,308.0,39100.0,3073.63773186,ny +36071,12543,0.009198548,292.0,39100.0,3540.88906712,ny +36071,12549,0.030440555,308.0,39100.0,11717.7872417,ny +36071,12550,0.14898667,308.0,39100.0,57350.9287498,ny +36071,12553,0.071705321,308.0,39100.0,27602.24626574,ny +36071,12575,0.005494744,308.0,39100.0,2115.14675536,ny +36071,12577,0.005343015,308.0,39100.0,2056.7401941,ny +36071,12586,0.032862794,308.0,39100.0,12650.20392236,ny +36071,12729,0.004852606,285.0,39100.0,1867.96215364,ny +36071,12746,0.002720277,285.0,39100.0,1047.14342838,ny +36071,12771,0.039983201,285.0,39100.0,15391.13339294,ny +36071,12780,0.005681695,285.0,39100.0,2187.1116733,ny +36073,14098,0.072170327,299.0,40380.0,2912.2170351040004,ny +36073,14103,0.26187518600000004,299.0,40380.0,10567.187505472002,ny +36073,14411,0.352181258,299.0,40380.0,14211.218122816,ny +36073,14470,0.18751863300000002,304.0,40380.0,7566.7518788160005,ny +36073,14476,0.056494087000000005,304.0,40380.0,2279.6493986240002,ny +36073,14477,0.033513863,304.0,40380.0,1352.3513997759999,ny +36073,14479,0.003627149,299.0,40380.0,146.36271644800001,ny +36073,14571,0.032619497000000004,299.0,40380.0,1316.261942944,ny +36075,13028,0.009097994,307.0,45060.0,1065.593449256,ny +36075,13036,0.072176874,307.0,45060.0,8453.644190376,ny +36075,13042,0.021362647999999998,307.0,45060.0,2502.0787843519997,ny +36075,13044,0.021502112,307.0,45060.0,2518.413365888,ny +36075,13069,0.20108289899999998,307.0,45060.0,23551.633462476,ny +36075,13074,0.033455023,307.0,45060.0,3918.386113852,ny +36075,13076,0.018983551,307.0,45060.0,2223.4294273240002,ny +36075,13083,0.016973625,307.0,45060.0,1988.0188544999999,ny +36075,13103,0.002354485,307.0,45060.0,275.76670114,ny +36075,13114,0.050207145,307.0,45060.0,5880.46165098,ny +36075,13115,0.0015176999999999999,307.0,45060.0,177.75909479999999,ny +36075,13126,0.298084417,307.0,45060.0,34912.839256708,ny +36075,13131,0.030649329,307.0,45060.0,3589.772009796,ny +36075,13132,0.027868247000000002,307.0,45060.0,3264.0405616280004,ny +36075,13135,0.054875097000000005,307.0,45060.0,6427.190861028001,ny +36075,13142,0.05199557,307.0,45060.0,6089.929140679999,ny +36075,13144,0.016292711,307.0,45060.0,1908.2674831640002,ny +36075,13145,0.012847123,307.0,45060.0,1504.706434252,ny +36075,13167,0.026375159,307.0,45060.0,3089.164122716,ny +36075,13302,0.014126913,307.0,45060.0,1654.600558212,ny +36075,13437,0.0034701999999999997,307.0,45060.0,406.4437048,ny +36075,13493,0.014701177,307.0,45060.0,1721.8606549479998,ny +36077,12064,0.006411013,296.0,,381.410396409,ny +36077,12116,0.028107233,296.0,,1672.183612869,ny +36077,12155,0.030519797999999997,296.0,,1815.714342414,ny +36077,12197,0.034130211,296.0,,2030.508643023,ny +36077,13315,0.026032088999999998,295.0,,1548.727070877,ny +36077,13320,0.035463027,295.0,,2109.8018653110003,ny +36077,13326,0.094208155,295.0,,5604.725765415,ny +36077,13333,0.000573617,295.0,,34.126196181,ny +36077,13335,0.025627182999999998,295.0,,1524.6379982189999,ny +36077,13337,0.010038297,295.0,,597.208403421,ny +36077,13342,0.00340796,296.0,,202.74976428,ny +36077,13348,0.023940074,295.0,,1424.266822482,ny +36077,13415,0.001113492,296.0,,66.244979556,ny +36077,13439,0.059352487999999995,295.0,,3531.057568584,ny +36077,13450,0.0007085860000000001,295.0,,42.155906898000005,ny +36077,13468,0.007946281999999999,295.0,,472.74815502599995,ny +36077,13488,0.0025475339999999997,296.0,,151.560440262,ny +36077,13776,0.008671739,296.0,,515.907768327,ny +36077,13796,0.023619522999999996,296.0,,1405.1962818389998,ny +36077,13807,0.02156125,295.0,,1282.74344625,ny +36077,13808,0.025880248999999998,296.0,,1539.6936537569998,ny +36077,13810,0.018794392,296.0,,1118.134763256,ny +36077,13820,0.371113323,296.0,,22078.644925239,ny +36077,13825,0.053869384000000006,296.0,,3204.8512623120005,ny +36077,13834,0.004268385,296.0,,253.93902880500002,ny +36077,13849,0.073119295,296.0,,4350.086217435,ny +36077,13859,0.003188636,296.0,,189.701521548,ny +36077,13861,0.005786783,296.0,,344.273081019,ny +36079,10509,0.195105568,111.0,35620.0,19182.77944576,ny +36079,10512,0.247789385,111.0,35620.0,24362.6523332,ny +36079,10516,0.055561125,308.0,35620.0,5462.769810000001,ny +36079,10524,0.042377639,308.0,35620.0,4166.56946648,ny +36079,10537,0.021113629,308.0,35620.0,2075.8920032799997,ny +36079,10541,0.267238787,111.0,35620.0,26274.91753784,ny +36079,10579,0.08504601699999999,308.0,35620.0,8361.724391439999,ny +36079,12563,0.08576785,111.0,35620.0,8432.695012,ny +36081,11004,0.006626991,301.0,35620.0,14936.296681278,ny +36081,11005,0.000760838,301.0,35620.0,1714.820813004,ny +36081,11101,0.013069101000000001,303.0,35620.0,29455.897841658003,ny +36081,11102,0.013398406000000002,303.0,35620.0,30198.104550348,ny +36081,11103,0.015721376000000002,303.0,35620.0,35433.749068608005,ny +36081,11104,0.011362108999999999,303.0,35620.0,25608.580266521996,ny +36081,11105,0.016261662,303.0,35620.0,36651.476991996,ny +36081,11106,0.01668841,303.0,35620.0,37613.30638578,ny +36081,11109,0.002601814,303.0,35620.0,5864.119298412,ny +36081,11351,0.0,301.0,35620.0,0.0,ny +36081,11354,0.024012727,301.0,35620.0,54121.276850766,ny +36081,11355,0.035172119,301.0,35620.0,79272.961785102,ny +36081,11356,0.010162778,301.0,35620.0,22905.458497524003,ny +36081,11357,0.017357895,301.0,35620.0,39122.230508910005,ny +36081,11358,0.01617814,301.0,35620.0,36463.23026412,ny +36081,11359,0.0,301.0,35620.0,0.0,ny +36081,11360,0.008535393,301.0,35620.0,19237.563796194,ny +36081,11361,0.011852369,301.0,35620.0,26713.556689602,ny +36081,11362,0.008143881,301.0,35620.0,18355.151342898,ny +36081,11363,0.003024212,301.0,35620.0,6816.144409896,ny +36081,11364,0.016011095,301.0,35620.0,36086.734554509996,ny +36081,11365,0.019568197,301.0,35620.0,44103.937354026,ny +36081,11366,0.006372943000000001,301.0,35620.0,14363.708564094002,ny +36081,11367,0.018193991,301.0,35620.0,41006.672167278,ny +36081,11368,0.048906355,301.0,35620.0,110227.97946758999,ny +36081,11369,0.014841779,301.0,35620.0,33451.262333382,ny +36081,11370,0.014144018000000001,301.0,35620.0,31878.608121444002,ny +36081,11371,0.0,301.0,35620.0,0.0,ny +36081,11372,0.026902954,301.0,35620.0,60635.438096532,ny +36081,11373,0.040876882,301.0,35620.0,92130.687510756,ny +36081,11374,0.018554617,301.0,35620.0,41819.471962386,ny +36081,11375,0.031968248,301.0,35620.0,72051.891500784,ny +36081,11377,0.037594273,303.0,35620.0,84732.15295523399,ny +36081,11378,0.016216856,301.0,35620.0,36550.490630448,ny +36081,11379,0.016465683000000002,301.0,35620.0,37111.311355014004,ny +36081,11385,0.0464233,301.0,35620.0,104631.5260914,ny +36081,11411,0.009030438,301.0,35620.0,20353.324929804,ny +36081,11412,0.016294723,301.0,35620.0,36725.991791334,ny +36081,11413,0.018463264,301.0,35620.0,41613.575272512004,ny +36081,11414,0.01271065,301.0,35620.0,28648.0001877,ny +36081,11415,0.008427075,301.0,35620.0,18993.43040535,ny +36081,11416,0.011799732,301.0,35620.0,26594.920366056,ny +36081,11417,0.013888665,301.0,35620.0,31303.07871957,ny +36081,11418,0.016755402,301.0,35620.0,37764.296840915995,ny +36081,11419,0.021584482999999998,301.0,35620.0,48648.359685414,ny +36081,11420,0.021093353,301.0,35620.0,47541.422405874,ny +36081,11421,0.01783641,301.0,35620.0,40200.73536978,ny +36081,11422,0.013956092,301.0,35620.0,31455.049602936,ny +36081,11423,0.013659413,301.0,35620.0,30786.377265354,ny +36081,11424,0.0,301.0,35620.0,0.0,ny +36081,11426,0.009048709,301.0,35620.0,20394.505169322,ny +36081,11427,0.010456411,301.0,35620.0,23567.265583638,ny +36081,11428,0.008234364000000001,301.0,35620.0,18559.087176312,ny +36081,11429,0.011920666000000002,301.0,35620.0,26867.488429428005,ny +36081,11430,8.609999999999999e-05,301.0,35620.0,194.0571738,ny +36081,11432,0.026993872000000002,301.0,35620.0,60840.354358176,ny +36081,11433,0.015873195,301.0,35620.0,35775.92753631,ny +36081,11434,0.028619951,301.0,35620.0,64505.305520958005,ny +36081,11435,0.025794541,301.0,35620.0,58137.232589178,ny +36081,11436,0.008733759,301.0,35620.0,19684.652592222003,ny +36081,11451,0.0,301.0,35620.0,0.0,ny +36081,11691,0.029186773,301.0,35620.0,65782.841820234,ny +36081,11692,0.009131361,301.0,35620.0,20580.791040737997,ny +36081,11693,0.005619935,301.0,35620.0,12666.535459230001,ny +36081,11694,0.009289271,301.0,35620.0,20936.697757518,ny +36081,11697,0.001539947,301.0,35620.0,3470.8218655260002,ny +36083,12018,0.045766419,295.0,10580.0,7263.771425166,ny +36083,12022,0.003693058,295.0,10580.0,586.140007412,ny +36083,12028,0.005805161999999999,295.0,10580.0,921.3604816679998,ny +36083,12033,0.049515715999999994,295.0,10580.0,7858.837349223999,ny +36083,12040,0.001018559,295.0,10580.0,161.659573126,ny +36083,12052,0.009979379,295.0,10580.0,1583.867158606,ny +36083,12061,0.058270324000000005,295.0,10580.0,9248.316203336,ny +36083,12062,0.010810473000000001,295.0,10580.0,1715.7734117220002,ny +36083,12063,0.002499531,295.0,10580.0,396.71056313400004,ny +36083,12089,0.000718615,295.0,10580.0,114.05426111,ny +36083,12090,0.038361557000000004,295.0,10580.0,6088.516157698001,ny +36083,12094,0.015934511999999998,295.0,10580.0,2529.0301375679996,ny +36083,12121,0.009979379,295.0,10580.0,1583.867158606,ny +36083,12123,0.034318565,295.0,10580.0,5446.83672541,ny +36083,12138,0.020621134,295.0,10580.0,3272.862661676,ny +36083,12140,0.009698182,295.0,10580.0,1539.237257948,ny +36083,12144,0.12667624800000002,295.0,10580.0,20105.294025072002,ny +36083,12153,0.006417546999999999,295.0,10580.0,1018.5545545579998,ny +36083,12154,0.017540461,295.0,10580.0,2783.916727154,ny +36083,12156,0.007192401,295.0,10580.0,1141.534732314,ny +36083,12168,0.012828845,295.0,10580.0,2036.1173053300001,ny +36083,12169,0.00138724,295.0,10580.0,220.17440936000003,ny +36083,12180,0.33391864,295.0,10580.0,52997.56302896,ny +36083,12182,0.09328251,295.0,10580.0,14805.24029214,ny +36083,12185,0.01413485,295.0,10580.0,2243.3985829,ny +36083,12196,0.021064799999999998,295.0,10580.0,3343.2786671999997,ny +36083,12198,0.048565894000000005,295.0,10580.0,7708.087300316,ny +36085,10301,0.081697782,303.0,35620.0,38899.827014826,ny +36085,10302,0.038396882,303.0,35620.0,18282.406586126,ny +36085,10303,0.054728845,303.0,35620.0,26058.756444835,ny +36085,10304,0.08661445599999999,303.0,35620.0,41240.866923208,ny +36085,10305,0.089217276,303.0,35620.0,42480.181446468,ny +36085,10306,0.11209004,303.0,35620.0,53370.88791572,ny +36085,10307,0.032128175,303.0,35620.0,15297.605629025002,ny +36085,10308,0.063669977,303.0,35620.0,30316.013858711,ny +36085,10309,0.070725436,303.0,35620.0,33675.421273348,ny +36085,10310,0.049065494,303.0,35620.0,23362.191509642,ny +36085,10311,0.0,303.0,35620.0,0.0,ny +36085,10312,0.130227525,303.0,35620.0,62006.924436075,ny +36085,10314,0.19143811100000002,303.0,35620.0,91151.91648587301,ny +36087,10901,0.072718622,292.0,35620.0,23690.927142758,ny +36087,10913,0.017331612,284.0,35620.0,5646.448541868,ny +36087,10920,0.02782944,284.0,35620.0,9066.525428160001,ny +36087,10923,0.025469127,284.0,35620.0,8297.561416203,ny +36087,10927,0.037323208,284.0,35620.0,12159.490611111998,ny +36087,10931,0.0031419340000000003,292.0,35620.0,1023.6075359260001,ny +36087,10952,0.12924253800000002,292.0,35620.0,42105.79721248201,ny +36087,10954,0.07215017,284.0,35620.0,23505.73173413,ny +36087,10956,0.097684175,284.0,35620.0,31824.429689075,ny +36087,10960,0.048454366,284.0,35620.0,15785.899444773999,ny +36087,10962,0.016417145,284.0,35620.0,5348.525252405,ny +36087,10964,0.003963718,284.0,35620.0,1291.3357235019998,ny +36087,10965,0.047938434,284.0,35620.0,15617.814474426,ny +36087,10968,0.007300285,284.0,35620.0,2378.352549865,ny +36087,10970,0.031064056,292.0,35620.0,10120.327740184,ny +36087,10974,0.009808889,292.0,35620.0,3195.6281384209997,ny +36087,10976,0.007281748,284.0,35620.0,2372.313399172,ny +36087,10977,0.200447347,292.0,35620.0,65303.540731782996,ny +36087,10980,0.043075697,284.0,35620.0,14033.588249933002,ny +36087,10983,0.019086399,284.0,35620.0,6218.138843811,ny +36087,10984,0.00858857,284.0,35620.0,2798.06163173,ny +36087,10986,0.00553314,284.0,35620.0,1802.6361474599998,ny +36087,10989,0.028731548,284.0,35620.0,9360.422291372,ny +36087,10993,0.016784785,284.0,35620.0,5468.298320365,ny +36087,10994,0.022633046,284.0,35620.0,7373.597423294,ny +36089,12922,0.000362312,424.0,,39.03549488,ny +36089,12927,0.002433994,424.0,,262.23851356,ny +36089,12965,0.005536871999999999,424.0,,596.5425892799999,ny +36089,12967,0.011018004,424.0,,1187.07975096,ny +36089,12973,0.000798945,424.0,,86.07833430000001,ny +36089,13613,0.023912599,424.0,,2576.34341626,ny +36089,13614,0.003093588,307.0,,333.30317112,ny +36089,13617,0.102506457,424.0,,11044.04567718,ny +36089,13621,0.004357035,307.0,,469.42695090000007,ny +36089,13623,0.000120771,307.0,,13.01186754,ny +36089,13625,0.017307371000000002,424.0,,1864.6961515400003,ny +36089,13630,0.013479868,307.0,,1452.32097832,ny +36089,13633,0.003084298,307.0,,332.30226652,ny +36089,13635,0.010934393999999998,307.0,,1178.0716095599998,ny +36089,13639,0.002656955,307.0,,286.2603317,ny +36089,13642,0.09170212400000001,307.0,,9879.98683976,ny +36089,13646,0.01885881,307.0,,2031.8481894,ny +36089,13647,0.00034373199999999997,424.0,,37.03368568,ny +36089,13652,0.015755932,424.0,,1697.54411368,ny +36089,13654,0.025287527,307.0,,2724.47815898,ny +36089,13658,0.021255644,307.0,,2290.08308456,ny +36089,13660,0.014473904,424.0,,1559.4184169599998,ny +36089,13662,0.149281879,424.0,,16083.62964346,ny +36089,13664,0.0027126959999999997,307.0,,292.26586704,ny +36089,13666,0.002118132,307.0,,228.20754168,ny +36089,13667,0.028966389,424.0,,3120.83875086,ny +36089,13668,0.030573568,424.0,,3293.99621632,ny +36089,13669,0.146615633,307.0,,15796.368299419999,ny +36089,13670,0.004031883,307.0,,434.39507442,ny +36089,13672,0.007088311,424.0,,763.69462714,ny +36089,13676,0.15807956,424.0,,17031.4917944,ny +36089,13677,0.001040486,424.0,,112.10196164,ny +36089,13678,0.002564055,424.0,,276.2512857,ny +36089,13680,0.013563479,307.0,,1461.32922746,ny +36089,13681,0.008221698000000001,307.0,,885.8057425200001,ny +36089,13684,0.01028409,307.0,,1108.0078566,ny +36089,13687,0.0046728970000000005,424.0,,503.45792278000005,ny +36089,13690,0.007757195,307.0,,835.7601893,ny +36089,13694,0.013386968,307.0,,1442.31193232,ny +36089,13695,0.00170937,307.0,,184.1675238,ny +36089,13696,0.000436633,424.0,,47.04283942,ny +36089,13697,0.017613943,424.0,,1897.72621882,ny +36091,12019,0.064728128,295.0,10580.0,14878.601686463999,ny +36091,12020,0.150082766,295.0,10580.0,34498.474841058,ny +36091,12027,0.017113993,295.0,10580.0,3933.8737729590002,ny +36091,12065,0.192304759,295.0,10580.0,44203.748818017,ny +36091,12074,0.012986896000000001,295.0,10580.0,2985.2068752480004,ny +36091,12118,0.06826756099999999,295.0,10580.0,15692.186374142997,ny +36091,12148,0.019801092,295.0,10580.0,4551.538410396,ny +36091,12151,0.003552892,295.0,10580.0,816.6784137960001,ny +36091,12170,0.022703517000000003,295.0,10580.0,5218.698528171,ny +36091,12188,0.049130394,295.0,10580.0,11293.259756022,ny +36091,12803,0.038242933,295.0,10580.0,8790.635308179,ny +36091,12822,0.027467622,295.0,10580.0,6313.789995786,ny +36091,12831,0.07728437,295.0,10580.0,17764.817141310003,ny +36091,12833,0.018760346,295.0,10580.0,4312.309412598001,ny +36091,12835,0.010443349000000001,295.0,10580.0,2400.539531187,ny +36091,12850,0.014373063,295.0,10580.0,3303.835380369,ny +36091,12859,0.011165591,295.0,10580.0,2566.556244033,ny +36091,12863,0.003270275,295.0,10580.0,751.715222325,ny +36091,12866,0.175751513,295.0,10580.0,40398.770032718996,ny +36091,12871,0.020150998,295.0,10580.0,4631.968853274,ny +36091,12884,0.00241794,295.0,10580.0,555.7949422199999,ny +36093,12008,0.003623404,295.0,10580.0,562.7110177960001,ny +36093,12056,0.016320192,295.0,10580.0,2534.5094974080002,ny +36093,12137,0.010483478000000001,295.0,10580.0,1628.0736499220002,ny +36093,12150,0.005325035,295.0,10580.0,826.972610465,ny +36093,12302,0.163065078,295.0,10580.0,25323.843548322002,ny +36093,12303,0.16797958,295.0,10580.0,26087.06079442,ny +36093,12304,0.135850875,295.0,10580.0,21097.505036625,ny +36093,12305,0.030099837,295.0,10580.0,4674.474586263,ny +36093,12306,0.158257672,295.0,10580.0,24577.258203928,ny +36093,12307,0.036382784,295.0,10580.0,5650.209972416,ny +36093,12308,0.091757202,295.0,10580.0,14249.801713398,ny +36093,12309,0.180854862,295.0,10580.0,28086.579213738,ny +36095,12031,0.00586208,295.0,10580.0,181.71861792,ny +36095,12035,0.027571102000000004,295.0,10580.0,854.6765908980001,ny +36095,12036,0.007214868,296.0,10580.0,223.653693132,ny +36095,12043,0.263181628,295.0,10580.0,8158.367286372,ny +36095,12066,0.057461267999999996,295.0,10580.0,1781.2418467319999,ny +36095,12071,0.012819273999999999,295.0,10580.0,397.38467472599996,ny +36095,12076,0.048764775999999996,295.0,10580.0,1511.6592912239998,ny +36095,12092,0.022739717000000003,295.0,10580.0,704.9084872830001,ny +36095,12093,0.052565465,296.0,10580.0,1629.476849535,ny +36095,12122,0.138918414,295.0,10580.0,4306.331915586,ny +36095,12131,0.002737785,296.0,10580.0,84.868597215,ny +36095,12149,0.076915644,295.0,10580.0,2384.308048356,ny +36095,12157,0.136180629,295.0,10580.0,4221.463318371,ny +36095,12160,0.02808645,295.0,10580.0,870.6518635499999,ny +36095,12175,0.018359262,295.0,10580.0,569.118762738,ny +36095,12187,0.01926112,295.0,10580.0,597.07545888,ny +36095,12194,0.003897317,295.0,10580.0,120.812929683,ny +36095,13459,0.077463201,295.0,10580.0,2401.2817677989997,ny +36097,14805,0.062201233,300.0,,1107.617356031,ny +36097,14812,0.19386050800000001,359.0,,3452.074065956,ny +36097,14815,0.046708518,359.0,,831.7385800259999,ny +36097,14818,0.122617059,300.0,,2183.441969613,ny +36097,14824,0.027126649,300.0,,483.044238743,ny +36097,14841,0.030467085,300.0,,542.5273825950001,ny +36097,14865,0.17168692,300.0,,3057.2289844399997,ny +36097,14869,0.07498704099999999,300.0,,1335.2942390869998,ny +36097,14878,0.027875367,300.0,,496.37666016900005,ny +36097,14891,0.242469619,300.0,,4317.656505533,ny +36099,13148,0.270798223,304.0,,9211.472353568,ny +36099,13165,0.269623615,304.0,,9171.51688784,ny +36099,14521,0.060185894000000004,304.0,,2047.283370304,ny +36099,14541,0.10865124400000001,304.0,,3695.880715904,ny +36099,14588,0.017338236,304.0,,589.777435776,ny +36099,14847,0.061156222999999996,304.0,,2080.290081568,ny +36099,14860,0.03018232,304.0,,1026.68179712,ny +36099,14886,0.182064246,304.0,,6193.097391936,ny +36101,14529,0.001446935,304.0,,138.007213365,ny +36101,14572,0.051481535999999994,304.0,,4910.257422143999,ny +36101,14801,0.056399019,359.0,,5379.282033201001,ny +36101,14807,0.030888922000000003,304.0,,2946.154491438,ny +36101,14808,0.006416843,304.0,,612.0320684970001,ny +36101,14809,0.023895401,304.0,,2279.119451979,ny +36101,14810,0.127235934,304.0,,12135.636148986,ny +36101,14819,0.007811353,304.0,,745.039037787,ny +36101,14820,0.008744522,304.0,,834.0437638379999,ny +36101,14821,0.033405331,359.0,,3186.1670654490003,ny +36101,14823,0.03733722,304.0,,3561.1867063799996,ny +36101,14826,0.020970076,304.0,,2000.104878804,ny +36101,14827,0.0019397320000000002,359.0,,185.009698428,ny +36101,14830,0.20731016800000002,359.0,,19773.036513672003,ny +36101,14839,0.0081993,304.0,,782.0410347,ny +36101,14840,0.028435422999999998,304.0,,2712.142210317,ny +36101,14843,0.13537232400000002,304.0,,12911.676890796001,ny +36101,14855,0.011260931,304.0,,1074.056337849,ny +36101,14856,0.002526894,304.0,,241.012622826,ny +36101,14858,0.014490322,359.0,,1382.072422038,ny +36101,14870,0.100289387,359.0,,9565.501442673,ny +36101,14873,0.027030428,304.0,,2578.1351922119998,ny +36101,14874,0.002264768,304.0,,216.011307072,ny +36101,14877,0.0048755429999999995,304.0,,465.02441579699996,ny +36101,14879,0.021913729,304.0,,2090.109558291,ny +36101,14885,0.007612137,304.0,,726.038014923,ny +36101,14893,0.0,304.0,,0.0,ny +36101,14898,0.020445823999999998,359.0,,1950.1022472959999,ny +36103,6390,0.000123502,111.0,35620.0,182.363176702,ny +36103,11701,0.018997029,301.0,35620.0,28051.032018429,ny +36103,11702,0.009305163,301.0,35620.0,13740.012990963,ny +36103,11703,0.010765591000000001,301.0,35620.0,15896.482436191001,ny +36103,11704,0.027187299999999998,301.0,35620.0,40144.7943673,ny +36103,11705,0.005105422,301.0,35620.0,7538.671230622,ny +36103,11706,0.046413112,301.0,35620.0,68533.647592312,ny +36103,11713,0.0065530269999999995,301.0,35620.0,9676.206221227,ny +36103,11715,0.003260991,301.0,35620.0,4815.182571591,ny +36103,11716,0.006719721,301.0,35620.0,9922.346748320999,ny +36103,11717,0.042553507000000004,301.0,35620.0,62834.55098970701,ny +36103,11718,0.002071188,301.0,35620.0,3058.3182719879997,ny +36103,11719,0.002432246,301.0,35620.0,3591.456875846,ny +36103,11720,0.019271703,301.0,35620.0,28456.615921503002,ny +36103,11721,0.004107283,301.0,35620.0,6064.818185083,ny +36103,11722,0.021949602999999998,301.0,35620.0,32410.805739402997,ny +36103,11724,0.002132602,301.0,35620.0,3149.002245802,ny +36103,11725,0.019961424,301.0,35620.0,29475.058639823998,ny +36103,11726,0.01387406,301.0,35620.0,20486.45087006,ny +36103,11727,0.020126768,301.0,35620.0,29719.205755568,ny +36103,11729,0.018504371000000002,301.0,35620.0,27323.572722971003,ny +36103,11730,0.009353754,301.0,35620.0,13811.762510154002,ny +36103,11731,0.020487151000000002,301.0,35620.0,30251.347653751003,ny +36103,11733,0.011165791000000001,301.0,35620.0,16487.418156391002,ny +36103,11738,0.011710413999999999,301.0,35620.0,17291.609022814,ny +36103,11739,0.000693096,301.0,35620.0,1023.426246696,ny +36103,11740,0.006121107,301.0,35620.0,9038.432717307,ny +36103,11741,0.018322155,301.0,35620.0,27054.512395155,ny +36103,11742,0.008480467,301.0,35620.0,12522.266052667,ny +36103,11743,0.028302867000000002,301.0,35620.0,41792.041715067004,ny +36103,11746,0.046222797999999995,301.0,35620.0,68252.629749598,ny +36103,11747,0.012769966,301.0,35620.0,18856.144565566003,ny +36103,11749,0.002257454,301.0,35620.0,3333.358833854,ny +36103,11751,0.009825491,301.0,35620.0,14508.329836091001,ny +36103,11752,0.006454495,301.0,35620.0,9530.713771495,ny +36103,11754,0.012205772,301.0,35620.0,18023.055140972,ny +36103,11755,0.008442674,301.0,35620.0,12466.460871074001,ny +36103,11757,0.029772068,301.0,35620.0,43961.465380868,ny +36103,11763,0.019583495,301.0,35620.0,28917.008300495,ny +36103,11764,0.008586422,301.0,35620.0,12678.719311622,ny +36103,11766,0.008377886,301.0,35620.0,12370.794845486,ny +36103,11767,0.010651536999999999,301.0,35620.0,15728.070185736999,ny +36103,11768,0.014278985,301.0,35620.0,21084.363529985,ny +36103,11769,0.005875453,301.0,35620.0,8675.699775253,ny +36103,11770,3.85e-05,301.0,35620.0,56.8491385,ny +36103,11772,0.03101991,301.0,35620.0,45804.03012591,ny +36103,11776,0.016646443,301.0,35620.0,24580.154380243,ny +36103,11777,0.006040797,301.0,35620.0,8919.846890997,ny +36103,11778,0.007856209,301.0,35620.0,11600.486065608999,ny +36103,11779,0.02568773,301.0,35620.0,37930.52780573,ny +36103,11780,0.010631291000000001,301.0,35620.0,15698.174921891,ny +36103,11782,0.010065746,301.0,35620.0,14863.090609346,ny +36103,11784,0.016866452,301.0,35620.0,24905.019889652,ny +36103,11786,0.004124155,301.0,35620.0,6089.731397155,ny +36103,11787,0.02301253,301.0,35620.0,33980.32481053,ny +36103,11788,0.010951856000000001,301.0,35620.0,16171.521521456001,ny +36103,11789,0.005655444,301.0,35620.0,8350.834265844,ny +36103,11790,0.011941221,301.0,35620.0,17632.418869821002,ny +36103,11792,0.0058633059999999996,301.0,35620.0,8657.763502906,ny +36103,11794,0.001992228,301.0,35620.0,2941.725857028,ny +36103,11795,0.016859703,301.0,35620.0,24895.054309503,ny +36103,11796,0.002582068,301.0,35620.0,3812.684190868,ny +36103,11798,0.010145381,301.0,35620.0,14980.679729981,ny +36103,11901,0.018549588,301.0,35620.0,27390.340190387997,ny +36103,11930,0.000602663,301.0,35620.0,889.892788463,ny +36103,11931,2.97e-05,301.0,35620.0,43.8550497,ny +36103,11932,0.000768007,301.0,35620.0,1134.039904207,ny +36103,11933,0.00492793,301.0,35620.0,7276.586365929999,ny +36103,11934,0.005403041999999999,301.0,35620.0,7978.137220241999,ny +36103,11935,0.002158922,301.0,35620.0,3187.8663841220005,ny +36103,11937,0.010787187,301.0,35620.0,15928.371111387,ny +36103,11939,0.00064383,301.0,35620.0,950.68002183,ny +36103,11940,0.003647019,301.0,35620.0,5385.191902419,ny +36103,11941,0.0013524479999999998,301.0,35620.0,1997.0260692479997,ny +36103,11942,0.003102396,301.0,35620.0,4581.001035996,ny +36103,11944,0.002781156,301.0,35620.0,4106.657730756,ny +36103,11946,0.010220967,301.0,35620.0,15092.290093167,ny +36103,11947,0.00034486099999999996,301.0,35620.0,509.2220974609999,ny +36103,11948,0.000622234,301.0,35620.0,918.7913466340001,ny +36103,11949,0.010030653,301.0,35620.0,14811.272250453001,ny +36103,11950,0.010719699,301.0,35620.0,15828.718263099,ny +36103,11951,0.008362364,301.0,35620.0,12347.875044764001,ny +36103,11952,0.003267065,301.0,35620.0,4824.151446065,ny +36103,11953,0.009043987,301.0,35620.0,13354.360248187,ny +36103,11954,0.002466665,301.0,35620.0,3642.280005665,ny +36103,11955,0.002554398,301.0,35620.0,3771.826641198,ny +36103,11956,0.000143073,301.0,35620.0,211.261734873,ny +36103,11957,0.000527751,301.0,35620.0,779.277654351,ny +36103,11958,0.00047106199999999996,301.0,35620.0,695.5706202619999,ny +36103,11959,0.000529101,301.0,35620.0,781.271065701,ny +36103,11960,0.00046971199999999995,301.0,35620.0,693.577208912,ny +36103,11961,0.008996071,301.0,35620.0,13283.607434671,ny +36103,11962,0.000208536,301.0,35620.0,307.924466136,ny +36103,11963,0.005014314000000001,301.0,35620.0,7404.141066714001,ny +36103,11964,0.0013861910000000002,301.0,35620.0,2046.8510167910003,ny +36103,11965,0.000465663,301.0,35620.0,687.5984514630001,ny +36103,11967,0.018659592,301.0,35620.0,27552.772206792,ny +36103,11968,0.007198881,301.0,35620.0,10629.874883481,ny +36103,11970,0.00017816700000000002,301.0,35620.0,263.08157036700004,ny +36103,11971,0.00420784,301.0,35620.0,6213.30075184,ny +36103,11972,0.0007902769999999999,301.0,35620.0,1166.923808477,ny +36103,11973,2.8999999999999997e-05,301.0,35620.0,42.821428999999995,ny +36103,11975,0.000150497,301.0,35620.0,222.22402069700001,ny +36103,11976,0.001347049,301.0,35620.0,1989.053900449,ny +36103,11977,0.001656816,301.0,35620.0,2446.456162416,ny +36103,11978,0.002063765,301.0,35620.0,3047.357462765,ny +36103,11980,0.0037819940000000003,301.0,35620.0,5584.496122394001,ny +36105,12701,0.15250613300000002,295.0,,11503.842624456001,ny +36105,12719,0.016843099,285.0,,1270.508643768,ny +36105,12720,0.001482298,295.0,,111.81270273599999,ny +36105,12721,0.083874438,308.0,,6326.816607215999,ny +36105,12722,0.001206826,308.0,,91.033298832,ny +36105,12723,0.020476696000000003,296.0,,1544.5981326720002,ny +36105,12724,0.003358126,295.0,,253.310160432,ny +36105,12726,0.016606981,360.0,,1252.697790792,ny +36105,12732,0.009038081,285.0,,681.760525992,ny +36105,12733,0.021539227999999997,295.0,,1624.7470464959997,ny +36105,12734,0.011845264,295.0,,893.511954048,ny +36105,12736,0.000760825,296.0,,57.3905514,ny +36105,12737,0.023375702999999998,285.0,,1763.276028696,ny +36105,12738,0.004302599,295.0,,324.55364776799996,ny +36105,12740,0.025684415,295.0,,1937.42679228,ny +36105,12741,0.0022955939999999998,296.0,,173.16124660799997,ny +36105,12742,0.0011805910000000001,295.0,,89.05434031200001,ny +36105,12743,0.005417601,285.0,,408.66047863200004,ny +36105,12745,0.001875828,296.0,,141.497457696,ny +36105,12747,0.026130416,295.0,,1971.069539712,ny +36105,12748,0.028334186,295.0,,2137.304318352,ny +36105,12749,0.0043419520000000005,295.0,,327.522123264,ny +36105,12750,0.0054700719999999994,295.0,,412.618471104,ny +36105,12751,0.01214697,295.0,,916.27024104,ny +36105,12752,0.0032925370000000003,360.0,,248.36265098400003,ny +36105,12754,0.086681621,295.0,,6538.568035272,ny +36105,12758,0.051263888,295.0,,3866.937599616,ny +36105,12759,0.026235357,295.0,,1978.9854492240001,ny +36105,12762,0.009300434,295.0,,701.550337488,ny +36105,12763,0.008500256,295.0,,641.1913105919999,ny +36105,12764,0.020765285,360.0,,1566.36697812,ny +36105,12765,0.014363858,295.0,,1083.494536656,ny +36105,12766,0.0059291909999999995,296.0,,447.25073551199995,ny +36105,12767,0.0017840039999999998,296.0,,134.570989728,ny +36105,12768,0.010415437,295.0,,785.657243784,ny +36105,12769,0.002098829,308.0,,158.318869128,ny +36105,12770,0.00384348,285.0,,289.92138336,ny +36105,12775,0.02605171,295.0,,1965.1325887199998,ny +36105,12776,0.029042541,295.0,,2190.736952712,ny +36105,12777,0.011150027,295.0,,841.068836664,ny +36105,12778,0.008237902,295.0,,621.401423664,ny +36105,12779,0.025697532999999998,295.0,,1938.4163092559997,ny +36105,12781,0.003148243,308.0,,237.478265976,ny +36105,12783,0.026130416,295.0,,1971.069539712,ny +36105,12784,0.000603413,295.0,,45.516649416,ny +36105,12785,0.014678682,308.0,,1107.242340624,ny +36105,12786,0.0035548909999999997,295.0,,268.15253791199996,ny +36105,12787,0.004945365,295.0,,373.03877268,ny +36105,12788,0.035640733,295.0,,2688.451771656,ny +36105,12789,0.025605709,295.0,,1931.489841288,ny +36105,12790,0.051893537,308.0,,3914.4332829840005,ny +36105,12791,0.0063620740000000005,295.0,,479.903965968,ny +36105,12792,0.002689124,360.0,,202.84600156800002,ny +36107,13732,0.157031785,296.0,13780.0,7569.403132355001,ny +36107,13734,0.040849212,359.0,13780.0,1969.054566036,ny +36107,13736,0.043367039,296.0,13780.0,2090.421380917,ny +36107,13743,0.072029972,359.0,13780.0,3472.0607403159997,ny +36107,13811,0.086875076,296.0,13780.0,4187.639288427999,ny +36107,13812,0.049993957,359.0,13780.0,2409.858709271,ny +36107,13827,0.227913628,296.0,13780.0,10986.120610484,ny +36107,13835,0.02570197,296.0,13780.0,1238.9120599100002,ny +36107,13845,0.00277968,359.0,13780.0,133.98891504,ny +36107,13864,0.020364178,304.0,13780.0,981.614472134,ny +36107,14859,0.016194658,359.0,13780.0,780.631099574,ny +36107,14883,0.09406598699999999,359.0,13780.0,4534.262771360999,ny +36107,14892,0.162832857,359.0,13780.0,7849.032205971,ny +36109,13053,0.051673687999999995,304.0,27060.0,5280.0174398399995,ny +36109,13062,0.00041505,304.0,27060.0,42.409808999999996,ny +36109,13068,0.053541412000000004,304.0,27060.0,5470.86147816,ny +36109,13073,0.067186171,307.0,27060.0,6865.082952780001,ny +36109,13102,0.00033204,307.0,27060.0,33.9278472,ny +36109,14817,0.026521676,304.0,27060.0,2709.98485368,ny +36109,14850,0.669101625,304.0,27060.0,68368.8040425,ny +36109,14853,0.027912092000000003,304.0,27060.0,2852.05756056,ny +36109,14854,0.000134891,304.0,27060.0,13.783162379999998,ny +36109,14867,0.057567394,304.0,27060.0,5882.2363189200005,ny +36109,14881,0.003361903,304.0,27060.0,343.51924854,ny +36109,14882,0.04225206,304.0,27060.0,4317.3154908,ny +36111,12401,0.18813251600000003,295.0,28740.0,33407.255263668005,ny +36111,12404,0.017599991000000002,295.0,28740.0,3125.2832018430004,ny +36111,12409,0.004104535,295.0,28740.0,728.8545935550001,ny +36111,12410,0.00250744,295.0,28740.0,445.25364312,ny +36111,12411,0.0020709,295.0,28740.0,367.7359257,ny +36111,12412,0.002991892,295.0,28740.0,531.279238116,ny +36111,12416,0.001495946,295.0,28740.0,265.639619058,ny +36111,12417,0.002283846,295.0,28740.0,405.54938575799997,ny +36111,12419,0.0028747720000000003,295.0,28740.0,510.48188835600007,ny +36111,12420,0.001692921,308.0,28740.0,300.617060733,ny +36111,12428,0.03738268,295.0,28740.0,6638.15463564,ny +36111,12429,0.001565154,295.0,28740.0,277.929091242,ny +36111,12432,0.002294494,295.0,28740.0,407.44018306199996,ny +36111,12433,0.002922685,295.0,28740.0,518.989943505,ny +36111,12435,0.001639685,295.0,28740.0,291.163784505,ny +36111,12440,0.010641979,295.0,28740.0,1889.728136967,ny +36111,12441,0.00036200800000000003,295.0,28740.0,64.28284658400001,ny +36111,12443,0.017983294,295.0,28740.0,3193.347465462,ny +36111,12446,0.026096539,295.0,28740.0,4634.040719846999,ny +36111,12448,0.002470174,295.0,28740.0,438.636207702,ny +36111,12449,0.018276095,295.0,28740.0,3245.3410174349997,ny +36111,12453,0.001549183,295.0,28740.0,275.093072859,ny +36111,12456,0.004530427,295.0,28740.0,804.481513671,ny +36111,12457,0.004754021,295.0,28740.0,844.1857710329999,ny +36111,12458,0.014927518,295.0,28740.0,2650.724153814,ny +36111,12461,0.009146033000000001,295.0,28740.0,1624.0885179090003,ny +36111,12464,0.003476344,295.0,28740.0,617.304833112,ny +36111,12465,0.001059407,295.0,28740.0,188.122079211,ny +36111,12466,0.012787411,295.0,28740.0,2270.6989335030003,ny +36111,12471,0.00134156,295.0,28740.0,238.22483388,ny +36111,12472,0.007836415,295.0,28740.0,1391.5357207949999,ny +36111,12475,0.00167695,295.0,28740.0,297.78104235,ny +36111,12477,0.096688156,295.0,28740.0,17169.205925388,ny +36111,12480,0.003902236,295.0,28740.0,692.9317532279999,ny +36111,12481,0.007442465,295.0,28740.0,1321.580837445,ny +36111,12483,0.0015172410000000001,295.0,28740.0,269.421036093,ny +36111,12484,0.014219473,295.0,28740.0,2524.994479029,ny +36111,12486,0.008294249,295.0,28740.0,1472.834677677,ny +36111,12487,0.018542278,295.0,28740.0,3292.6079312939996,ny +36111,12489,0.005738895999999999,295.0,28740.0,1019.0729794079999,ny +36111,12490,0.00014906200000000002,295.0,28740.0,26.469386526000005,ny +36111,12491,0.008171805,295.0,28740.0,1451.091929265,ny +36111,12493,0.001240411,295.0,28740.0,220.263502503,ny +36111,12494,0.003343253,295.0,28740.0,593.671464969,ny +36111,12495,0.000968905,295.0,28740.0,172.05136756500002,ny +36111,12498,0.026644875,295.0,28740.0,4731.4103883749995,ny +36111,12515,0.007980153,295.0,28740.0,1417.059708669,ny +36111,12525,0.015214996000000001,295.0,28740.0,2701.7724847080003,ny +36111,12528,0.06852071700000001,295.0,28740.0,12167.429279841002,ny +36111,12542,0.029477057999999997,308.0,28740.0,5234.329620234,ny +36111,12547,0.015433265,295.0,28740.0,2740.531165845,ny +36111,12548,0.0064575890000000006,295.0,28740.0,1146.693451497,ny +36111,12561,0.099717314,295.0,28740.0,17707.102598922,ny +36111,12566,0.058576135999999994,308.0,28740.0,10401.540197928,ny +36111,12589,0.090592576,308.0,28740.0,16086.795498047999,ny +36111,12725,0.000692075,295.0,28740.0,122.893833975,ny +36113,12801,0.224496168,295.0,24020.0,14355.182966592,ny +36113,12804,0.410121919,295.0,24020.0,26224.835988536,ny +36113,12808,0.00512028,295.0,24020.0,327.41118431999996,ny +36113,12810,0.011661125,295.0,24020.0,745.6589769999999,ny +36113,12811,0.00043709699999999995,295.0,24020.0,27.949730567999996,ny +36113,12814,0.021136765,295.0,24020.0,1351.56930116,ny +36113,12815,0.016734573,295.0,24020.0,1070.0755359119999,ny +36113,12817,0.03307888,295.0,24020.0,2115.19590272,ny +36113,12824,0.015142291,295.0,24020.0,968.258655704,ny +36113,12836,0.010896205,424.0,24020.0,696.7469325200001,ny +36113,12843,0.006556456,295.0,24020.0,419.24602246399996,ny +36113,12845,0.0725425,295.0,24020.0,4638.65762,ny +36113,12846,0.050625205,295.0,24020.0,3237.17810852,ny +36113,12853,0.02461793,295.0,24020.0,1574.16891592,ny +36113,12856,0.002138653,295.0,24020.0,136.754027432,ny +36113,12860,0.009319534,295.0,24020.0,595.9282820960001,ny +36113,12862,7.809999999999999e-05,295.0,24020.0,4.994026399999999,ny +36113,12874,0.0023884229999999998,424.0,24020.0,152.72532031199998,ny +36113,12878,0.009694188000000001,295.0,24020.0,619.8851574720001,ny +36113,12885,0.06918621900000001,295.0,24020.0,4424.0435877360005,ny +36113,12886,0.004027537,295.0,24020.0,257.53682592800004,ny +36115,12057,0.031774767,295.0,24020.0,1944.742839468,ny +36115,12809,0.05451339,295.0,24020.0,3336.4375215600003,ny +36115,12816,0.066624009,295.0,24020.0,4077.655846836,ny +36115,12819,0.005040889000000001,295.0,24020.0,308.522570356,ny +36115,12821,0.043167489,295.0,24020.0,2642.0229967560003,ny +36115,12823,0.0073662530000000006,295.0,24020.0,450.844148612,ny +36115,12827,0.057197702999999996,295.0,24020.0,3500.728214412,ny +36115,12828,0.13337287,295.0,24020.0,8162.95313548,ny +36115,12832,0.102518884,295.0,24020.0,6274.565776336,ny +36115,12834,0.098102254,295.0,24020.0,6004.250353816,ny +36115,12837,0.016527249,295.0,24020.0,1011.5337477960001,ny +36115,12838,0.008271428,295.0,24020.0,506.24447931200007,ny +36115,12839,0.20701978899999998,295.0,24020.0,12670.439165955999,ny +36115,12841,0.001669892,295.0,24020.0,102.204069968,ny +36115,12844,0.00419814,295.0,24020.0,256.94296056,ny +36115,12849,0.0053998380000000006,295.0,24020.0,330.491684952,ny +36115,12861,0.009551158,424.0,24020.0,584.569074232,ny +36115,12865,0.05755665099999999,295.0,24020.0,3522.6972678039997,ny +36115,12873,0.013359136,295.0,24020.0,817.632559744,ny +36115,12887,0.076768213,295.0,24020.0,4698.521708452,ny +36117,13143,0.028579878,304.0,40380.0,2569.845470004,ny +36117,13146,0.02486217,304.0,40380.0,2235.55660206,ny +36117,14433,0.045943263,304.0,40380.0,4131.126322434,ny +36117,14489,0.07311843900000001,304.0,40380.0,6574.6637980020005,ny +36117,14502,0.11137280599999999,304.0,40380.0,10014.419969908,ny +36117,14505,0.052016223,304.0,40380.0,4677.194739714,ny +36117,14513,0.147546524,304.0,40380.0,13267.088345032002,ny +36117,14516,0.025918337000000003,304.0,40380.0,2330.5250263660005,ny +36117,14519,0.124321413,304.0,40380.0,11178.732814134,ny +36117,14522,0.097494772,304.0,40380.0,8766.534908696,ny +36117,14542,0.0006337000000000001,304.0,40380.0,56.9810366,ny +36117,14551,0.057307619000000004,304.0,40380.0,5152.9864852420005,ny +36117,14555,0.011237616,304.0,40380.0,1010.463955488,ny +36117,14568,0.064056526,304.0,40380.0,5759.834704868,ny +36117,14589,0.078430958,304.0,40380.0,7052.354881443999,ny +36117,14590,0.057159756,304.0,40380.0,5139.690940008,ny +36119,10501,0.0014406689999999999,308.0,35620.0,1393.855901514,ny +36119,10502,0.005753375,308.0,35620.0,5566.42483275,ny +36119,10503,0.00017879200000000002,308.0,35620.0,172.98233275200002,ny +36119,10504,0.008530332,308.0,35620.0,8253.147391991999,ny +36119,10505,0.0009559680000000001,308.0,35620.0,924.9047758080001,ny +36119,10506,0.005883593,308.0,35620.0,5692.411529058,ny +36119,10507,0.007304626,308.0,35620.0,7067.269482756,ny +36119,10510,0.01072854,308.0,35620.0,10379.92682124,ny +36119,10511,0.0022302470000000003,308.0,35620.0,2157.7773539820005,ny +36119,10514,0.012803765,308.0,35620.0,12387.71946009,ny +36119,10517,0.00043406099999999996,308.0,35620.0,419.956621866,ny +36119,10518,0.001272212,308.0,35620.0,1230.872743272,ny +36119,10519,0.000227365,308.0,35620.0,219.97700168999998,ny +36119,10520,0.013592308999999999,308.0,35620.0,13150.640511353999,ny +36119,10522,0.011396166999999999,308.0,35620.0,11025.859949501999,ny +36119,10523,0.009380884,308.0,35620.0,9076.061555304,ny +36119,10526,0.001624628,308.0,35620.0,1571.837337768,ny +36119,10527,0.000799912,308.0,35620.0,773.9196594719999,ny +36119,10528,0.013567506000000002,308.0,35620.0,13126.643460036003,ny +36119,10530,0.013219224,308.0,35620.0,12789.678535344,ny +36119,10532,0.005134321,308.0,35620.0,4967.486373426,ny +36119,10533,0.007803796,308.0,35620.0,7550.219452776,ny +36119,10535,0.000441295,308.0,35620.0,426.95556027000003,ny +36119,10536,0.011216341999999999,308.0,35620.0,10851.878183051998,ny +36119,10538,0.017098902,297.0,35620.0,16543.290278411998,ny +36119,10543,0.021408507,308.0,35620.0,20712.858973542,ny +36119,10545,0.000133319,308.0,35620.0,128.986932414,ny +36119,10546,0.0015460839999999999,308.0,35620.0,1495.845546504,ny +36119,10547,0.007996023,308.0,35620.0,7736.200228637999,ny +36119,10548,0.003944787,308.0,35620.0,3816.605091222,ny +36119,10549,0.017016224,308.0,35620.0,16463.298817344,ny +36119,10550,0.039083057000000004,308.0,35620.0,37813.092145842005,ny +36119,10552,0.020224141,308.0,35620.0,19566.977762346,ny +36119,10553,0.010778147,308.0,35620.0,10427.921891382,ny +36119,10560,0.004986534,111.0,35620.0,4824.501564204,ny +36119,10562,0.032835679,308.0,35620.0,31768.716446574,ny +36119,10566,0.024752844,308.0,35620.0,23948.525087064,ny +36119,10567,0.021251417999999998,308.0,35620.0,20560.874423507998,ny +36119,10570,0.013324638,308.0,35620.0,12891.667212828,ny +36119,10573,0.040162008,308.0,35620.0,38856.983712048,ny +36119,10576,0.0050547429999999996,308.0,35620.0,4890.494180958,ny +36119,10577,0.0065863580000000005,308.0,35620.0,6372.340883148,ny +36119,10578,0.000897059,308.0,35620.0,867.909964854,ny +36119,10580,0.017973225,308.0,35620.0,17389.20302685,ny +36119,10583,0.041352575,308.0,35620.0,40008.86442795,ny +36119,10588,0.0029020079999999998,308.0,35620.0,2807.7101520479996,ny +36119,10589,0.00904397,308.0,35620.0,8750.09523882,ny +36119,10590,0.007296358,308.0,35620.0,7059.270143148,ny +36119,10591,0.023849582999999997,308.0,35620.0,23074.614649998,ny +36119,10594,0.00538959,308.0,35620.0,5214.460662539999,ny +36119,10595,0.008620244,308.0,35620.0,8340.137791464002,ny +36119,10596,0.0013538570000000002,308.0,35620.0,1309.8647706420002,ny +36119,10597,0.00087949,308.0,35620.0,850.91185194,ny +36119,10598,0.030479348,308.0,35620.0,29488.952066088,ny +36119,10601,0.012000752,308.0,35620.0,11610.799564511999,ny +36119,10603,0.018440357,308.0,35620.0,17841.156039642003,ny +36119,10604,0.01141477,308.0,35620.0,11043.85846362,ny +36119,10605,0.01926714,308.0,35620.0,18641.07355284,ny +36119,10606,0.017155743,308.0,35620.0,16598.284286958,ny +36119,10607,0.007434844,308.0,35620.0,7193.256179064,ny +36119,10701,0.061297677,308.0,35620.0,59305.870283562,ny +36119,10703,0.022585638999999998,308.0,35620.0,21851.741246333997,ny +36119,10704,0.033301778,308.0,35620.0,32219.670025667998,ny +36119,10705,0.04209668,308.0,35620.0,40728.790480079995,ny +36119,10706,0.009026401,308.0,35620.0,8733.097125906,ny +36119,10707,0.010661364,308.0,35620.0,10314.933638184,ny +36119,10708,0.022669351,308.0,35620.0,21932.733108606,ny +36119,10709,0.009986503,308.0,35620.0,9662.001571518002,ny +36119,10710,0.027294167,308.0,35620.0,26407.270337502003,ny +36119,10801,0.043157029000000006,297.0,35620.0,41754.684499674004,ny +36119,10803,0.012963954,297.0,35620.0,12542.703278724,ny +36119,10804,0.015246908,297.0,35620.0,14751.474971448,ny +36119,10805,0.019858288999999998,297.0,35620.0,19213.013757234,ny +36121,14009,0.13200692,299.0,,5261.66382428,ny +36121,14011,0.23405832899999998,299.0,,9329.330935610998,ny +36121,14024,0.038729609,304.0,,1543.723485131,ny +36121,14037,0.025012358,299.0,,996.9675775219999,ny +36121,14039,0.002273851,304.0,,90.633427009,ny +36121,14066,0.031784478,304.0,,1266.897508602,ny +36121,14082,0.014928324,304.0,,595.028066316,ny +36121,14113,0.012926347,304.0,,515.231265073,ny +36121,14130,0.004078102,304.0,,162.549067618,ny +36121,14145,0.044117647,299.0,,1758.4852917730002,ny +36121,14167,0.040064261000000004,304.0,,1596.921379199,ny +36121,14427,0.050519031,304.0,,2013.638056629,ny +36121,14530,0.131413742,304.0,,5238.020342378,ny +36121,14536,0.013865546000000001,304.0,,552.666798014,ny +36121,14549,0.00175482,304.0,,69.94537038,ny +36121,14550,0.039273356,304.0,,1565.3966968040002,ny +36121,14569,0.146193772,304.0,,5827.137558148,ny +36121,14591,0.036999506,304.0,,1474.763309654,ny +36123,14415,0.007818459,304.0,40380.0,194.78126906699998,ny +36123,14418,0.050839054,304.0,40380.0,1266.5533523020001,ny +36123,14441,0.01266209,304.0,40380.0,315.45064817,ny +36123,14478,0.058199847,304.0,40380.0,1449.932788311,ny +36123,14507,0.047139587999999996,304.0,40380.0,1174.388555844,ny +36123,14527,0.49393592700000005,304.0,40380.0,12305.425749351001,ny +36123,14544,0.07726926,304.0,40380.0,1925.0090743800001,ny +36123,14837,0.22040427199999998,304.0,40380.0,5490.931628335999,ny +36123,14842,0.031731503,304.0,40380.0,790.5269342390001,ny +37001,27201,0.00047965599999999996,312.0,15500.0,81.306008904,nc +37001,27215,0.243996897,312.0,15500.0,41359.670013573,nc +37001,27217,0.222797283,312.0,15500.0,37766.144644047,nc +37001,27244,0.09199329699999999,312.0,15500.0,15593.691781172998,nc +37001,27253,0.18087179,312.0,15500.0,30659.39625111,nc +37001,27258,0.041516897999999997,312.0,15500.0,7037.487863081999,nc +37001,27302,0.185532152,312.0,15500.0,31449.369553368,nc +37001,27340,0.000242789,312.0,15500.0,41.154920601,nc +37001,27349,0.032569239,312.0,15500.0,5520.779133651,nc +37003,28636,0.134663945,320.0,25860.0,5049.493945665,nc +37003,28678,0.17667759100000002,320.0,25860.0,6624.879629727001,nc +37003,28681,0.688658465,315.0,25860.0,25822.626462105003,nc +37005,28623,0.127138515,320.0,,1415.9416415550002,nc +37005,28627,0.08423795,320.0,,938.15804915,nc +37005,28644,0.09700390800000001,320.0,,1080.3325233960002,nc +37005,28663,0.053582284,320.0,,596.745896908,nc +37005,28668,0.02726878,320.0,,303.69240286,nc +37005,28675,0.6107685629999999,320.0,,6802.129486130999,nc +37007,28007,0.028124631,311.0,16740.0,687.534729426,nc +37007,28091,0.075195966,311.0,16740.0,1838.2405848360002,nc +37007,28102,0.0026785359999999996,311.0,16740.0,65.47949105599999,nc +37007,28119,0.09662425699999999,311.0,16740.0,2362.076586622,nc +37007,28133,0.09386694,311.0,16740.0,2294.67121524,nc +37007,28135,0.236302044,311.0,16740.0,5776.639767623999,nc +37007,28170,0.46720762600000004,311.0,16740.0,11421.357625196,nc +37009,28615,0.06466369,320.0,,1759.0463590699999,nc +37009,28617,0.08501061300000001,320.0,,2312.5437054390004,nc +37009,28626,0.090536485,320.0,,2462.864001455,nc +37009,28629,0.0,320.0,,0.0,nc +37009,28631,0.029934861,320.0,,814.3180237830001,nc +37009,28640,0.174156481,320.0,,4737.578752643,nc +37009,28643,0.12885164300000002,320.0,,3505.1512445290005,nc +37009,28672,0.000585523,320.0,,15.927982169,nc +37009,28684,0.086730586,375.0,,2359.332130958,nc +37009,28693,0.06656664,320.0,,1810.81230792,nc +37009,28694,0.272963478,320.0,,7425.425492034,nc +37011,28616,0.021808741,309.0,,382.896065737,nc +37011,28622,0.18251839,375.0,,3204.47537323,nc +37011,28646,0.026655127999999997,309.0,,467.98408229599994,nc +37011,28647,0.006144526,309.0,,107.879442982,nc +37011,28652,0.0,375.0,,0.0,nc +37011,28657,0.7530073559999999,309.0,,13220.550149291998,nc +37011,28662,0.009865859,309.0,,173.214886463,nc +37013,27806,0.053799705,314.0,,2528.26333677,nc +37013,27808,0.039158269,314.0,,1840.2036933860002,nc +37013,27810,0.08227477400000001,314.0,,3866.4207293560003,nc +37013,27814,0.040168023,314.0,,1887.656072862,nc +37013,27817,0.156976392,314.0,,7376.948565647999,nc +37013,27821,0.005412283,314.0,,254.34482730200003,nc +37013,27860,0.041723045,314.0,,1960.73277673,nc +37013,27865,0.043782943,314.0,,2057.535623342,nc +37013,27889,0.536704566,314.0,,25221.894374604002,nc +37015,27847,0.042121121,314.0,,798.068879587,nc +37015,27849,0.10497137699999999,314.0,,1988.8926800189997,nc +37015,27872,0.028924375,314.0,,548.030133125,nc +37015,27924,0.207773426,314.0,,3936.683102422,nc +37015,27957,0.07821633,314.0,,1481.96480451,nc +37015,27967,0.017896956999999998,314.0,,339.093644279,nc +37015,27983,0.520096415,314.0,,9854.266775005,nc +37017,28320,0.31796762300000003,319.0,,10404.536559806002,nc +37017,28332,0.011347972,319.0,,371.328339784,nc +37017,28337,0.321173265,319.0,,10509.43157733,nc +37017,28392,0.05218785099999999,319.0,,1707.6908604219998,nc +37017,28399,0.06379227400000001,319.0,,2087.4107898280004,nc +37017,28433,0.172303254,319.0,,5638.107077387999,nc +37017,28434,0.032793717,319.0,,1073.076007674,nc +37017,28448,0.028434044,319.0,,930.4187877679999,nc +37019,28420,0.029495017999999998,319.0,34820.0,4212.478470759999,nc +37019,28422,0.06446713400000001,319.0,34820.0,9207.196077880002,nc +37019,28451,0.256480082,319.0,34820.0,36630.48531124,nc +37019,28452,0.00716472,319.0,34820.0,1023.2653104000001,nc +37019,28456,0.029149822000000002,319.0,34820.0,4163.17757804,nc +37019,28461,0.152630004,319.0,34820.0,21798.617171280002,nc +37019,28462,0.097107264,319.0,34820.0,13868.85944448,nc +37019,28465,0.055630135,319.0,34820.0,7945.0958807,nc +37019,28467,0.080936783,365.0,34820.0,11559.39134806,nc +37019,28468,0.039068433,365.0,34820.0,5579.75360106,nc +37019,28469,0.047007924000000006,319.0,34820.0,6713.671705680001,nc +37019,28470,0.09273479,319.0,34820.0,13244.3827078,nc +37019,28479,0.048127891,319.0,34820.0,6873.62539262,nc +37021,28701,0.012915218000000001,309.0,11700.0,3373.3387046380003,nc +37021,28704,0.076353614,309.0,11700.0,19942.876794274,nc +37021,28709,0.009221722,309.0,11700.0,2408.630790902,nc +37021,28711,0.05367186400000001,309.0,11700.0,14018.607830024002,nc +37021,28715,0.105428878,309.0,11700.0,27537.074073698,nc +37021,28730,0.037047126,309.0,11700.0,9676.375887066,nc +37021,28748,0.050527184,309.0,11700.0,13197.245716144002,nc +37021,28757,0.000464691,309.0,11700.0,121.37310698099999,nc +37021,28778,0.039815245,309.0,11700.0,10399.383656795,nc +37021,28787,0.08538305,309.0,11700.0,22301.28421255,nc +37021,28801,0.054813562999999996,309.0,11700.0,14316.809333533,nc +37021,28803,0.135225215,309.0,11700.0,35319.609131065,nc +37021,28804,0.088888266,309.0,11700.0,23216.815084806,nc +37021,28805,0.079390133,309.0,11700.0,20735.988228403,nc +37021,28806,0.17085423100000002,309.0,11700.0,44625.587449121005,nc +37023,28612,0.1532214,315.0,25860.0,13864.238379,nc +37023,28619,0.019087477,311.0,25860.0,1727.1303563449999,nc +37023,28628,0.006134817,311.0,25860.0,555.1089162449999,nc +37023,28637,0.021533952999999998,315.0,25860.0,1948.4997372049997,nc +37023,28655,0.677984203,311.0,25860.0,61347.400608455,nc +37023,28666,0.001552332,315.0,25860.0,140.46276102,nc +37023,28671,0.007165566,315.0,25860.0,648.37623951,nc +37023,28690,0.113320252,315.0,25860.0,10253.78300222,nc +37025,28025,0.26937438,311.0,16740.0,58306.89267414001,nc +37025,28027,0.311596624,311.0,16740.0,67446.024054672,nc +37025,28075,0.091484804,311.0,16740.0,19802.160280212,nc +37025,28081,0.135387291,311.0,16740.0,29304.985298822998,nc +37025,28083,0.125477788,311.0,16740.0,27160.043645964,nc +37025,28107,0.036257872999999996,311.0,16740.0,7848.125384468999,nc +37025,28124,0.03042124,311.0,16740.0,6584.76866172,nc +37027,28611,0.014538812,309.0,25860.0,1194.770492536,nc +37027,28630,0.250325309,315.0,25860.0,20571.233243002,nc +37027,28638,0.146364046,315.0,25860.0,12027.904572188,nc +37027,28645,0.583103949,315.0,25860.0,47918.31632092199,nc +37027,28667,0.005667884000000001,315.0,25860.0,465.77537135200004,nc +37029,27921,0.485019841,430.0,47260.0,5270.710612147,nc +37029,27974,0.11964285699999999,430.0,47260.0,1300.158927019,nc +37029,27976,0.39533730200000006,430.0,47260.0,4296.130460834001,nc +37031,28511,0.007793781,314.0,,541.457347413,nc +37031,28512,0.0445595,314.0,,3095.6821435,nc +37031,28516,0.155159594,314.0,,10779.402473962,nc +37031,28520,0.004433918,314.0,,308.037585214,nc +37031,28524,0.004186059000000001,314.0,,290.81807690700003,nc +37031,28528,0.00812426,314.0,,564.4167149799999,nc +37031,28531,0.018740877,314.0,,1301.9849478209999,nc +37031,28553,0.004488998,314.0,,311.86415805400003,nc +37031,28557,0.20935804600000002,314.0,,14544.731529758,nc +37031,28570,0.29729283100000004,314.0,,20653.824848063003,nc +37031,28575,0.006664646999999999,314.0,,463.01302103099994,nc +37031,28577,0.005342734,314.0,,371.175759182,nc +37031,28579,0.0076285419999999994,314.0,,529.9776983659999,nc +37031,28581,0.003924431,314.0,,272.641994863,nc +37031,28584,0.168888216,314.0,,11733.171030168001,nc +37031,28589,0.002506128,314.0,,174.10823054399998,nc +37031,28594,0.050907439000000006,314.0,,3536.6925096470004,nc +37033,27212,0.112486695,312.0,,2542.64925378,nc +37033,27291,0.097193435,312.0,,2196.96040474,nc +37033,27305,0.101506918,312.0,,2294.462374472,nc +37033,27311,0.207103244,312.0,,4681.361727376,nc +37033,27314,0.075009803,312.0,,1695.521587012,nc +37033,27315,0.09293597,312.0,,2100.72466588,nc +37033,27379,0.313763935,312.0,,7092.31998674,nc +37035,28601,0.313094553,315.0,25860.0,49954.549025702996,nc +37035,28602,0.176239063,315.0,25860.0,28119.118740713002,nc +37035,28609,0.035047987999999995,315.0,25860.0,5591.941533387999,nc +37035,28610,0.061279482,315.0,25860.0,9777.202632582,nc +37035,28613,0.134627146,315.0,25860.0,21479.895771446,nc +37035,28650,0.06724999200000001,315.0,25860.0,10729.803473592001,nc +37035,28658,0.16639317,315.0,25860.0,26548.196666670003,nc +37035,28673,0.038190681000000004,315.0,25860.0,6093.361344231001,nc +37035,28682,0.007877925,315.0,25860.0,1256.9308116749999,nc +37037,27207,0.062174222,313.0,20500.0,4630.11431234,nc +37037,27208,0.036467383,312.0,20500.0,2715.72601201,nc +37037,27252,0.049537988,312.0,20500.0,3689.0939663599997,nc +37037,27312,0.40214816,312.0,20500.0,29947.973475199997,nc +37037,27344,0.371149897,313.0,20500.0,27639.53282959,nc +37037,27559,0.043930659000000004,312.0,20500.0,3271.51617573,nc +37037,27562,0.034591692,318.0,20500.0,2576.04330324,nc +37039,28901,0.178731206,309.0,,5113.857266072,nc +37039,28905,0.109827649,309.0,,3142.388693188,nc +37039,28906,0.711441144,144.0,,20355.754012128,nc +37041,27932,0.87631042,314.0,,12218.396186060001,nc +37041,27980,0.12368958,314.0,,1724.60381394,nc +37043,28902,0.123309752,144.0,,1384.891824712,nc +37043,28904,0.7843646459999999,144.0,,8809.199339226,nc +37043,28909,0.09232560199999999,144.0,,1036.9088360619999,nc +37045,28017,0.007591791,311.0,,743.593153077,nc +37045,28020,0.021922482000000004,311.0,,2147.2413444540002,nc +37045,28073,0.056501458,311.0,,5534.148306726,nc +37045,28086,0.263627844,311.0,,25821.556436268,nc +37045,28089,0.002284908,311.0,,223.799883876,nc +37045,28090,0.089216708,311.0,,8738.508898476,nc +37045,28150,0.29041496899999997,311.0,,28445.274968642996,nc +37045,28152,0.266902528,311.0,,26142.301910016,nc +37045,28169,0.001537311,311.0,,150.575000517,nc +37047,28423,0.045090505999999995,319.0,,2502.8838070479997,nc +37047,28424,0.0009365980000000001,319.0,,51.988681784,nc +37047,28430,0.042146912,319.0,,2339.490791296,nc +37047,28431,0.13630368699999998,319.0,,7565.9450579959985,nc +37047,28432,0.034214499999999995,319.0,,1899.1784659999996,nc +37047,28436,0.037750636000000004,319.0,,2095.462303088,nc +37047,28438,0.030945964,319.0,,1717.748569712,nc +37047,28439,0.017795363,319.0,,987.7850094040001,nc +37047,28442,0.030276965,319.0,,1680.61377322,nc +37047,28450,0.049620582,319.0,,2754.3392656560004,nc +37047,28455,0.036584667,319.0,,2030.741695836,nc +37047,28463,0.18619186899999998,367.0,,10335.138264451998,nc +37047,28472,0.352141751,319.0,,19546.684314508,nc +37049,28519,0.002321118,314.0,35100.0,237.07667140200002,nc +37049,28523,0.021104316,314.0,35100.0,2155.573731924,nc +37049,28526,0.02694282,314.0,35100.0,2751.91269198,nc +37049,28527,0.009070214,314.0,35100.0,926.422587746,nc +37049,28530,0.057644065999999994,314.0,35100.0,5887.707257173999,nc +37049,28532,0.19823238,314.0,35100.0,20247.25706082,nc +37049,28533,0.028996117000000002,314.0,35100.0,2961.634394263,nc +37049,28560,0.246306298,314.0,35100.0,25157.478971422002,nc +37049,28562,0.344578851,314.0,35100.0,35194.939262289,nc +37049,28586,0.064803821,314.0,35100.0,6618.997473119,nc +37051,28301,0.055316862,318.0,22180.0,18559.305052758,nc +37051,28303,0.092448305,318.0,22180.0,31017.238362245,nc +37051,28304,0.11441789999999999,318.0,22180.0,38388.23521109999,nc +37051,28305,0.017930835,318.0,22180.0,6015.956520015,nc +37051,28306,0.13183014,318.0,22180.0,44230.19844126001,nc +37051,28307,0.056039753,318.0,22180.0,18801.841489276998,nc +37051,28308,0.0019078029999999998,318.0,22180.0,640.0850767269999,nc +37051,28310,0.020335233,318.0,22180.0,6822.653688597001,nc +37051,28311,0.11201978800000001,318.0,22180.0,37583.647052092005,nc +37051,28312,0.060333095999999996,318.0,22180.0,20242.296705864,nc +37051,28314,0.18263993399999998,318.0,22180.0,61277.34161640599,nc +37051,28342,0.00073232,318.0,22180.0,245.69995088,nc +37051,28348,0.112120364,318.0,22180.0,37617.391205276,nc +37051,28356,0.015369286999999999,318.0,22180.0,5156.534112083,nc +37051,28391,0.018807733,318.0,22180.0,6310.163691097,nc +37051,28395,0.007750646999999999,318.0,22180.0,2600.411824323,nc +37053,27916,0.033873005,430.0,47260.0,940.4162378149999,nc +37053,27917,0.028093543,430.0,47260.0,779.961034309,nc +37053,27923,0.026103265,430.0,47260.0,724.704946195,nc +37053,27927,0.03567191,430.0,47260.0,990.35923733,nc +37053,27929,0.06548781,430.0,47260.0,1818.1380690299998,nc +37053,27939,0.09748536,430.0,47260.0,2706.4860496799997,nc +37053,27941,0.018907643000000002,430.0,47260.0,524.9328926090001,nc +37053,27947,0.054770927000000004,430.0,47260.0,1520.605246301,nc +37053,27950,0.079343208,430.0,47260.0,2202.805483704,nc +37053,27956,0.016190148,430.0,47260.0,449.48707892400006,nc +37053,27958,0.420561105,430.0,47260.0,11676.037958115,nc +37053,27964,0.024993302000000002,430.0,47260.0,693.8890434260001,nc +37053,27965,0.026524285,430.0,47260.0,736.3937244550001,nc +37053,27966,0.028246641,430.0,47260.0,784.2114940829999,nc +37053,27973,0.043747847,430.0,47260.0,1214.571476261,nc +37055,27915,0.018606083,430.0,,688.592525747,nc +37055,27920,0.037128228,430.0,,1374.078590052,nc +37055,27936,0.027811197000000003,430.0,,1029.2645897730001,nc +37055,27943,0.014297306000000001,430.0,,529.128997754,nc +37055,27948,0.311071319,430.0,,11512.438444871,nc +37055,27949,0.210738368,430.0,,7799.216261312,nc +37055,27953,0.0283428,430.0,,1048.9386852,nc +37055,27954,0.20673736,430.0,,7651.14295624,nc +37055,27959,0.08136314,430.0,,3011.16844826,nc +37055,27968,0.003497384,430.0,,129.434684456,nc +37055,27972,0.001958535,430.0,,72.483421815,nc +37055,27978,0.005679752,430.0,,210.20194176799998,nc +37055,27981,0.051257659000000004,430.0,,1896.9947019310002,nc +37055,27982,0.00151087,430.0,,55.915787830000006,nc +37057,27239,0.06532924,313.0,49180.0,10949.768587159999,nc +37057,27292,0.285709139,320.0,49180.0,47887.423078651,nc +37057,27295,0.277508755,320.0,49180.0,46512.964916795,nc +37057,27299,0.042839437,320.0,49180.0,7180.2751961330005,nc +37057,27360,0.328613429,320.0,49180.0,55078.568221261005,nc +37059,27006,0.35112054600000003,320.0,49180.0,15044.110913916002,nc +37059,27014,0.020601645,320.0,49180.0,882.69808167,nc +37059,27028,0.628277809,320.0,49180.0,26919.191004414,nc +37061,28325,0.007373088000000001,318.0,,433.10256220800005,nc +37061,28341,0.080423122,318.0,,4724.134609402,nc +37061,28349,0.047161195,314.0,,2770.2957554950003,nc +37061,28398,0.128946014,314.0,,7574.417808374,nc +37061,28453,0.062056825999999995,314.0,,3645.280016066,nc +37061,28458,0.11664092699999999,314.0,,6851.604692907,nc +37061,28464,0.04495259,319.0,,2640.56008919,nc +37061,28466,0.154336671,319.0,,9065.890391211,nc +37061,28508,0.044819740999999996,314.0,,2632.7564060809996,nc +37061,28518,0.141350736,314.0,,8303.083583376001,nc +37061,28521,0.047775619000000005,314.0,,2806.387635679,nc +37061,28572,0.12416347,314.0,,7293.48639127,nc +37063,27503,0.021346431000000003,312.0,20500.0,6862.6214093280005,nc +37063,27701,0.077077212,312.0,20500.0,24779.398731456004,nc +37063,27703,0.172589672,312.0,20500.0,55485.508471936,nc +37063,27704,0.132507767,312.0,20500.0,42599.656997296,nc +37063,27705,0.16535725199999998,312.0,20500.0,53160.372230976,nc +37063,27707,0.172606538,312.0,20500.0,55490.930688544,nc +37063,27709,0.003083223,318.0,20500.0,991.2191958239999,nc +37063,27712,0.071177258,312.0,20500.0,22882.634319904,nc +37063,27713,0.18425464600000002,312.0,20500.0,59235.657633248,nc +37065,27801,0.389090407,318.0,40580.0,20027.261429104,nc +37065,27819,0.0057958440000000005,314.0,40580.0,298.32368236800005,nc +37065,27852,0.061782912,314.0,40580.0,3180.090046464,nc +37065,27864,0.09681425699999999,314.0,40580.0,4983.223436304,nc +37065,27878,0.040413199999999996,318.0,40580.0,2080.1482303999996,nc +37065,27881,0.002957063,314.0,40580.0,152.205946736,nc +37065,27886,0.403146315,314.0,40580.0,20750.747125679998,nc +37067,27009,0.006579564,320.0,49180.0,2515.3344193800003,nc +37067,27012,0.069643016,320.0,49180.0,26624.17680172,nc +37067,27023,0.033171547999999995,320.0,49180.0,12681.316942659998,nc +37067,27040,0.029914714,320.0,49180.0,11436.24558863,nc +37067,27045,0.023758411,320.0,49180.0,9082.721733245,nc +37067,27050,0.010125331,320.0,49180.0,3870.863414645,nc +37067,27051,0.019459898,320.0,49180.0,7439.42170591,nc +37067,27101,0.049881512,320.0,49180.0,19069.45263004,nc +37067,27103,0.08868979,320.0,49180.0,33905.663268050004,nc +37067,27104,0.070692299,320.0,49180.0,27025.312446205,nc +37067,27105,0.10272332099999999,320.0,49180.0,39270.61200169499,nc +37067,27106,0.122545653,320.0,49180.0,46848.590413635,nc +37067,27107,0.120667588,320.0,49180.0,46130.615554460004,nc +37067,27109,0.006513667,320.0,49180.0,2490.142325765,nc +37067,27110,0.006592237,320.0,49180.0,2520.179243915,nc +37067,27127,0.101131655,320.0,49180.0,38662.126048225,nc +37067,27284,0.137909797,320.0,49180.0,52722.225844115,nc +37069,27508,0.022228555,318.0,39580.0,1548.996855175,nc +37069,27525,0.240105276,318.0,39580.0,16731.73615806,nc +37069,27549,0.429902939,318.0,39580.0,29957.786304215,nc +37069,27596,0.307763231,318.0,39580.0,21446.480752235002,nc +37071,28006,0.004893601,311.0,16740.0,1098.7553389290001,nc +37071,28012,0.10445745199999999,311.0,16740.0,23453.727240107997,nc +37071,28016,0.059332632999999996,311.0,16740.0,13321.896754857,nc +37071,28021,0.06363045099999999,311.0,16740.0,14286.881532578998,nc +37071,28032,0.014990063,311.0,16740.0,3365.703855327,nc +37071,28034,0.078802432,311.0,16740.0,17693.431254528,nc +37071,28052,0.16055194,311.0,16740.0,36048.56653626,nc +37071,28054,0.16979793399999998,311.0,16740.0,38124.560323086,nc +37071,28056,0.156454232,311.0,16740.0,35128.512256728,nc +37071,28077,0.002110252,311.0,16740.0,473.812771308,nc +37071,28098,0.016504532,311.0,16740.0,3705.746065428,nc +37071,28101,0.0037566120000000003,311.0,16740.0,843.4683357480001,nc +37071,28120,0.096048281,311.0,16740.0,21565.624484649,nc +37071,28164,0.06866958599999999,311.0,16740.0,15418.313474993998,nc +37073,27926,0.132352941,430.0,47260.0,1530.264703842,nc +37073,27935,0.153094186,314.0,47260.0,1770.074978532,nc +37073,27937,0.38643318600000004,430.0,47260.0,4467.940496532001,nc +37073,27938,0.10719143099999999,314.0,47260.0,1239.3473252219999,nc +37073,27946,0.08942536599999999,430.0,47260.0,1033.936081692,nc +37073,27979,0.13150289,430.0,47260.0,1520.4364141800002,nc +37075,28702,0.06462781299999999,309.0,,545.5233695329999,nc +37075,28733,0.001154068,309.0,,9.741487988000001,nc +37075,28771,0.9342181190000001,309.0,,7885.735142479,nc +37077,27507,0.032001808,312.0,20500.0,1934.285280944,nc +37077,27509,0.10925114699999999,312.0,20500.0,6603.467078121,nc +37077,27522,0.20617786100000002,312.0,20500.0,12462.008452423,nc +37077,27565,0.441089556,312.0,20500.0,26660.776033308,nc +37077,27572,0.119715617,312.0,20500.0,7235.971038330999,nc +37077,27581,0.08399388099999999,312.0,20500.0,5076.842149282999,nc +37077,27582,0.007770129000000001,312.0,20500.0,469.649907147,nc +37079,27888,0.069047619,314.0,,1454.764284711,nc +37079,28538,0.060636982,314.0,,1277.560573758,nc +37079,28551,0.467037724,314.0,,9840.017806956,nc +37079,28554,0.005194805,314.0,,109.44934654500001,nc +37079,28580,0.39808287,314.0,,8387.207988029999,nc +37081,27214,0.020599691,313.0,24660.0,11065.618413234,nc +37081,27235,0.00871371,313.0,24660.0,4680.778455539999,nc +37081,27249,0.023800646,313.0,24660.0,12785.088214404,nc +37081,27260,0.049259134,320.0,24660.0,26460.726047316002,nc +37081,27262,0.04661653,320.0,24660.0,25041.187886220003,nc +37081,27265,0.09587375199999999,320.0,24660.0,51500.886856847996,nc +37081,27282,0.03410336,320.0,24660.0,18319.43830464,nc +37081,27283,0.006084491,313.0,24660.0,3268.4303684340002,nc +37081,27301,0.016876717,313.0,24660.0,9065.733577758,nc +37081,27310,0.013939641000000001,313.0,24660.0,7488.012714534,nc +37081,27313,0.013641344,313.0,24660.0,7327.775321856,nc +37081,27358,0.029034226,313.0,24660.0,15596.431317324,nc +37081,27377,0.015075463,313.0,24660.0,8098.146761562,nc +37081,27401,0.04226828,313.0,24660.0,22705.42104072,nc +37081,27403,0.043155522,313.0,24660.0,23182.024374828,nc +37081,27405,0.093676681,313.0,24660.0,50320.677439494,nc +37081,27406,0.121355185,313.0,24660.0,65188.85014719,nc +37081,27407,0.096158663,313.0,24660.0,51653.933638362,nc +37081,27408,0.03459096,313.0,24660.0,18581.36434704,nc +37081,27409,0.033523976000000004,313.0,24660.0,18008.208283824002,nc +37081,27410,0.10616116800000001,313.0,24660.0,57027.01925923201,nc +37081,27455,0.055490860999999995,313.0,24660.0,29808.247766813998,nc +37083,27823,0.14350151,318.0,,7176.5105151,nc +37083,27839,0.06371176,318.0,,3186.2251176000004,nc +37083,27843,0.01916991,314.0,,958.6871990999999,nc +37083,27844,0.053744862000000004,318.0,,2687.78054862,nc +37083,27850,0.13175221,318.0,,6588.928022100001,nc +37083,27870,0.46909897799999994,318.0,,23459.639889779995,nc +37083,27874,0.06849514400000001,318.0,,3425.4421514400005,nc +37083,27890,0.050525627000000004,318.0,,2526.78660627,nc +37085,27501,0.154569073,318.0,22180.0,21017.684270248,nc +37085,27505,0.042541148,312.0,22180.0,5784.575140448,nc +37085,27521,0.044348167,318.0,22180.0,6030.286355992,nc +37085,27546,0.154670673,318.0,22180.0,21031.499431848002,nc +37085,28323,0.028295451,318.0,22180.0,3847.502245176,nc +37085,28326,0.16970739399999998,318.0,22180.0,23076.132606543997,nc +37085,28334,0.179831055,318.0,22180.0,24452.707534679997,nc +37085,28339,0.053390519000000004,318.0,22180.0,7259.829211544001,nc +37085,28390,0.17264652100000002,318.0,22180.0,23475.783339496003,nc +37087,28716,0.294627641,309.0,11700.0,18360.310704197,nc +37087,28721,0.167971012,309.0,11700.0,10467.449554804,nc +37087,28745,0.007627525,309.0,11700.0,475.32447542499995,nc +37087,28751,0.056039974000000006,309.0,11700.0,3492.2430597580005,nc +37087,28785,0.12923774400000002,309.0,11700.0,8053.708492848001,nc +37087,28786,0.34449610399999997,309.0,11700.0,21467.963712967998,nc +37089,28726,0.027408573999999998,309.0,11700.0,3218.2325333579997,nc +37089,28729,0.027851335,309.0,11700.0,3270.220201695,nc +37089,28731,0.071131168,309.0,11700.0,8352.008353055999,nc +37089,28732,0.14882711099999998,309.0,11700.0,17474.832892287,nc +37089,28735,0.002494785,309.0,11700.0,292.93017034499996,nc +37089,28739,0.18284303300000002,309.0,11700.0,21468.880405761003,nc +37089,28742,0.022648899,309.0,11700.0,2659.365773883,nc +37089,28759,0.063757504,309.0,11700.0,7486.214847168001,nc +37089,28790,0.028166376,309.0,11700.0,3307.211370792,nc +37089,28791,0.127327685,309.0,11700.0,14950.434789645,nc +37089,28792,0.297543531,309.0,11700.0,34936.668779427004,nc +37091,27805,0.13650056300000002,314.0,,3231.9238301510004,nc +37091,27818,0.048452074000000005,314.0,,1147.199756098,nc +37091,27855,0.234239466,314.0,,5546.087836482,nc +37091,27910,0.42946321600000004,314.0,,10168.400565232001,nc +37091,27922,0.028526839,314.0,,675.429967003,nc +37091,27942,0.037926905,314.0,,897.9953296849999,nc +37091,27986,0.08489093699999999,314.0,,2009.9627153489996,nc +37093,28376,1.0,312.0,22180.0,55234.0,nc +37095,27824,0.40261569399999997,314.0,,1987.7136812779997,nc +37095,27826,0.18410462800000002,314.0,,908.9245484360001,nc +37095,27875,0.085311871,314.0,,421.18470712699997,nc +37095,27885,0.214486922,314.0,,1058.921933914,nc +37095,27960,0.113480885,430.0,,560.255129245,nc +37097,28115,0.219152702,311.0,16740.0,39843.276139812,nc +37097,28117,0.232500873,311.0,16740.0,42270.053716638,nc +37097,28166,0.055606527999999995,320.0,16740.0,10109.600429568,nc +37097,28625,0.23392152100000002,320.0,16740.0,42528.336046926,nc +37097,28634,0.030958286,320.0,16740.0,5628.402144516001,nc +37097,28660,0.01111657,320.0,16740.0,2021.0591254199999,nc +37097,28677,0.20448451199999998,320.0,16740.0,37176.511188672,nc +37097,28689,0.012259008,320.0,16740.0,2228.761208448,nc +37099,28707,0.004116179,309.0,,180.856672902,nc +37099,28717,0.042190835999999995,309.0,,1853.7809521679999,nc +37099,28723,0.287669471,309.0,,12639.621216798001,nc +37099,28725,0.001414937,309.0,,62.169501906,nc +37099,28736,0.01551285,309.0,,681.6036033,nc +37099,28779,0.46669753799999997,309.0,,20505.756424643998,nc +37099,28783,0.046538551,309.0,,2044.810853838,nc +37099,28789,0.135859638,309.0,,5969.4007744440005,nc +37101,27504,0.097654793,318.0,39580.0,20442.956711827002,nc +37101,27520,0.261221103,318.0,39580.0,54683.764480917,nc +37101,27524,0.089511533,318.0,39580.0,18738.254806687,nc +37101,27527,0.148971479,318.0,39580.0,31185.540442381,nc +37101,27542,0.064020429,318.0,39580.0,13401.972586431,nc +37101,27555,0.0043224890000000005,318.0,39580.0,904.8655247710001,nc +37101,27568,0.0038336359999999996,318.0,39580.0,802.5295266039999,nc +37101,27569,0.051085125,318.0,39580.0,10694.108982375,nc +37101,27576,0.11644989900000001,318.0,39580.0,24377.505406761004,nc +37101,27577,0.162929515,318.0,39580.0,34107.501740585,nc +37103,28573,0.35847738799999995,314.0,35100.0,3376.4985175719994,nc +37103,28585,0.641522612,314.0,35100.0,6042.501482428001,nc +37105,27330,0.553943138,312.0,,34222.053122501995,nc +37105,27332,0.44605686200000005,312.0,,27556.946877498005,nc +37107,28501,0.425333488,314.0,,23796.983320112,nc +37107,28504,0.50694815,314.0,,28363.24204435,nc +37107,28525,0.067718362,314.0,,3788.7746355380004,nc +37109,28033,0.043688247,311.0,16740.0,3762.038637417,nc +37109,28037,0.24713660699999998,311.0,16740.0,21281.180365376997,nc +37109,28080,0.09758885099999999,311.0,16740.0,8403.473548461,nc +37109,28092,0.48800570200000004,311.0,16740.0,42022.659004922,nc +37109,28168,0.123580593,311.0,16740.0,10641.648443823,nc +37111,28749,0.000640898,309.0,,29.324928888,nc +37111,28752,0.676059139,309.0,,30933.761964084002,nc +37111,28761,0.169528608,309.0,,7756.950987648,nc +37111,28762,0.153771354,309.0,,7035.962073624,nc +37113,28734,0.7766500390000001,309.0,,27849.117098462004,nc +37113,28741,0.10807070199999999,309.0,,3875.199232316,nc +37113,28763,0.079524812,309.0,,2851.600708696,nc +37113,28775,0.00769874,144.0,,276.06141892,nc +37113,28781,0.028055708,309.0,,1006.021577464,nc +37115,28743,0.09006436400000001,309.0,11700.0,1959.3502388200002,nc +37115,28753,0.450412474,309.0,11700.0,9798.72337187,nc +37115,28754,0.45952316200000004,309.0,11700.0,9996.926389310001,nc +37117,27825,0.001756641,314.0,,39.41902404,nc +37117,27840,0.018251928,314.0,,409.57326432,nc +37117,27841,0.001028278,314.0,,23.07455832,nc +37117,27846,0.138303342,314.0,,3103.5269944799998,nc +37117,27857,0.046872322,314.0,,1051.81490568,nc +37117,27861,0.002527849,314.0,,56.72493156,nc +37117,27871,0.184532991,314.0,,4140.92031804,nc +37117,27892,0.60672665,314.0,,13614.946026000001,nc +37119,28031,0.025695996000000002,311.0,16740.0,28531.703334576003,nc +37119,28036,0.016679003,311.0,16740.0,18519.631055068003,nc +37119,28078,0.056245783,311.0,16740.0,62452.842628748,nc +37119,28105,0.04284475099999999,311.0,16740.0,47572.92634135599,nc +37119,28134,0.010339223,311.0,16740.0,11480.218293388,nc +37119,28202,0.011926273000000001,311.0,16740.0,13242.408783188,nc +37119,28203,0.014921644,311.0,16740.0,16568.336945264,nc +37119,28204,0.006292992,311.0,16740.0,6987.461425152,nc +37119,28205,0.045420901,311.0,16740.0,50433.369950756,nc +37119,28206,0.011153335,311.0,16740.0,12384.17243726,nc +37119,28207,0.008926224,311.0,16740.0,9911.286375743999,nc +37119,28208,0.03714971,311.0,16740.0,41249.403396760004,nc +37119,28209,0.021236158999999998,311.0,16740.0,23579.696562603996,nc +37119,28210,0.045200997,311.0,16740.0,50189.198224932,nc +37119,28211,0.028811144,311.0,16740.0,31990.626607264,nc +37119,28212,0.042758660999999996,311.0,16740.0,47477.33579331599,nc +37119,28213,0.038107929,311.0,16740.0,42313.367612723996,nc +37119,28214,0.03869933,311.0,16740.0,42970.03326148,nc +37119,28215,0.058515939,311.0,16740.0,64973.523964284,nc +37119,28216,0.047832357,311.0,16740.0,53110.944589091996,nc +37119,28217,0.027520729,311.0,16740.0,30557.806569524,nc +37119,28226,0.037085142,311.0,16740.0,41177.709930552,nc +37119,28227,0.052186452,311.0,16740.0,57945.540096912,nc +37119,28244,0.0,311.0,16740.0,0.0,nc +37119,28262,0.040280766,311.0,16740.0,44725.990212696,nc +37119,28269,0.071876734,311.0,16740.0,79808.762857304,nc +37119,28270,0.032806842999999995,311.0,16740.0,36427.274966107994,nc +37119,28273,0.036946649,311.0,16740.0,41023.933397044,nc +37119,28277,0.06700516299999999,311.0,16740.0,74399.584768028,nc +37119,28278,0.025533173,311.0,16740.0,28350.911839588,nc +37119,28280,0.0,311.0,16740.0,0.0,nc +37119,28282,0.0,311.0,16740.0,0.0,nc +37121,28705,0.40904142600000004,309.0,,6120.895898664001,nc +37121,28777,0.590958574,309.0,,8843.104101335999,nc +37123,27209,0.177464244,312.0,,4822.235902212,nc +37123,27229,0.124468496,312.0,,3382.182441808,nc +37123,27306,0.24008504100000003,313.0,,6523.830819093001,nc +37123,27356,0.106146115,312.0,,2884.308382895,nc +37123,27371,0.351836104,313.0,,9560.442453992,nc +37125,27242,0.023675741,312.0,,2388.40875208,nc +37125,27281,0.033593366,312.0,,3388.89876208,nc +37125,27325,0.073831215,312.0,,7448.092969200001,nc +37125,27376,0.098172495,312.0,,9903.6412956,nc +37125,28315,0.149473569,312.0,,15078.89364072,nc +37125,28327,0.17666248399999998,312.0,,17821.711385919996,nc +37125,28350,0.001396541,312.0,,140.88305608000002,nc +37125,28373,0.028389067999999996,312.0,,2863.8891798399995,nc +37125,28374,0.187551143,312.0,,18920.15930584,nc +37125,28387,0.169396105,312.0,,17088.6790724,nc +37125,28394,0.057858272999999995,312.0,,5836.742580239999,nc +37127,27557,0.07569808900000001,318.0,40580.0,7138.178396522001,nc +37127,27803,0.188203598,318.0,40580.0,17747.222884204,nc +37127,27804,0.299847763,318.0,40580.0,28275.044355374,nc +37127,27807,0.06425023,318.0,40580.0,6058.66818854,nc +37127,27809,0.050909419000000004,318.0,40580.0,4800.656392862001,nc +37127,27816,0.02582028,318.0,40580.0,2434.80076344,nc +37127,27856,0.165137615,318.0,40580.0,15572.14681927,nc +37127,27882,0.076489323,318.0,40580.0,7212.790180254,nc +37127,27891,0.053643684000000004,318.0,40580.0,5058.4921138320005,nc +37129,28401,0.107219509,319.0,48900.0,25140.079933757002,nc +37129,28403,0.18070411,319.0,48900.0,42370.23478403,nc +37129,28405,0.142773867,319.0,48900.0,33476.616917091,nc +37129,28409,0.15094373,319.0,48900.0,35392.22920429,nc +37129,28411,0.16779131100000003,319.0,48900.0,39342.532064103005,nc +37129,28412,0.16875403,319.0,48900.0,39568.26367619,nc +37129,28428,0.028850655,319.0,48900.0,6764.699629815,nc +37129,28429,0.033231468,319.0,48900.0,7791.881996364,nc +37129,28449,0.008531986,319.0,48900.0,2000.520353378,nc +37129,28480,0.011199336,319.0,48900.0,2625.9419099280003,nc +37131,27820,0.11040647199999999,318.0,,2151.0492939759997,nc +37131,27831,0.159742335,318.0,,3112.259912805,nc +37131,27832,0.149855188,318.0,,2919.628627804,nc +37131,27842,0.072705483,318.0,,1416.520925289,nc +37131,27845,0.143613303,318.0,,2798.017982349,nc +37131,27853,0.032058324,318.0,,624.592326492,nc +37131,27862,0.03240787,314.0,,631.40253121,nc +37131,27866,0.051333267,318.0,,1000.1260409610001,nc +37131,27869,0.09627484300000001,314.0,,1875.7227661690004,nc +37131,27876,0.067212624,318.0,,1309.503553392,nc +37131,27897,0.084390293,314.0,,1644.1760785190002,nc +37133,28445,0.037536941000000004,319.0,27340.0,7429.987027658,nc +37133,28454,0.012909448,319.0,27340.0,2555.270318224,nc +37133,28460,0.054103121,314.0,27340.0,10709.063564498,nc +37133,28539,0.080577031,314.0,27340.0,15949.256362077998,nc +37133,28540,0.25156146,314.0,27340.0,49793.572269480006,nc +37133,28543,0.026577062000000002,314.0,27340.0,5260.610498156,nc +37133,28544,0.034514592999999996,314.0,27340.0,6831.749509234,nc +37133,28546,0.23899241300000001,314.0,27340.0,47305.680244394,nc +37133,28547,0.131105942,314.0,27340.0,25950.847947596,nc +37133,28555,0.024586232000000003,314.0,27340.0,4866.549589616001,nc +37133,28574,0.09343490300000001,314.0,27340.0,18494.317830014003,nc +37133,28582,0.014100851999999999,314.0,27340.0,2791.094443176,nc +37135,27231,0.0134523,312.0,20500.0,1997.3436948,nc +37135,27243,0.03036533,312.0,20500.0,4508.52273708,nc +37135,27278,0.17854622,312.0,20500.0,26509.82856072,nc +37135,27510,0.106412286,312.0,20500.0,15799.670576135999,nc +37135,27514,0.221377028,312.0,20500.0,32869.175609328,nc +37135,27516,0.284746065,312.0,20500.0,42277.95674694,nc +37135,27517,0.16510077199999998,312.0,20500.0,24513.502223471998,nc +37137,28510,0.14307472599999999,314.0,35100.0,1820.7689630759999,nc +37137,28515,0.245978106,314.0,35100.0,3130.317376956,nc +37137,28529,0.162398858,314.0,35100.0,2066.687866908,nc +37137,28537,0.013898144,314.0,35100.0,176.867780544,nc +37137,28552,0.013898144,314.0,35100.0,176.867780544,nc +37137,28556,0.097001428,314.0,35100.0,1234.440172728,nc +37137,28571,0.263588767,314.0,35100.0,3354.430648842,nc +37137,28583,0.026558782000000003,314.0,35100.0,337.98705973200003,nc +37137,28587,0.033603046,314.0,35100.0,427.63236339599996,nc +37139,27909,1.0,430.0,,39824.0,nc +37141,28421,0.030000757000000003,319.0,48900.0,1891.8477364200003,nc +37141,28425,0.22020745,319.0,48900.0,13886.281797,nc +37141,28435,0.038953664,319.0,48900.0,2456.41805184,nc +37141,28443,0.419026348,319.0,48900.0,26423.80150488,nc +37141,28457,0.195014385,319.0,48900.0,12297.6071181,nc +37141,28478,0.096797396,319.0,48900.0,6104.043791759999,nc +37143,27919,0.074339623,430.0,,1000.8343444489999,nc +37143,27944,0.903320755,430.0,,12161.407324565,nc +37143,27985,0.022339623,430.0,,300.758344449,nc +37145,27343,0.041592035,312.0,20500.0,1642.46946215,nc +37145,27541,0.097934886,312.0,20500.0,3867.44864814,nc +37145,27573,0.29391002,312.0,20500.0,11606.5066898,nc +37145,27574,0.38165103799999994,312.0,20500.0,15071.399490619997,nc +37145,27583,0.18491202199999998,312.0,20500.0,7302.17574878,nc +37147,27812,0.015971226,314.0,24780.0,2886.671329692,nc +37147,27827,0.00033538400000000004,314.0,24780.0,60.61797492800001,nc +37147,27828,0.05487001,314.0,24780.0,9917.315347419999,nc +37147,27829,0.008558079,314.0,24780.0,1546.804314618,nc +37147,27834,0.326467595,314.0,24780.0,59006.40605549,nc +37147,27837,0.037372207000000005,314.0,24780.0,6754.727437594001,nc +37147,27858,0.344936855,314.0,24780.0,62344.57704641,nc +37147,27879,0.001960263,314.0,24780.0,354.301855146,nc +37147,27884,0.007523014000000001,314.0,24780.0,1359.724596388,nc +37147,28513,0.059681038,314.0,24780.0,10786.870170196,nc +37147,28590,0.142324328,314.0,24780.0,25723.983691376,nc +37149,28722,0.311244594,369.0,,6450.232966056,nc +37149,28756,0.226573763,369.0,,4695.5146644120005,nc +37149,28773,0.146852475,309.0,,3043.3706919,nc +37149,28782,0.31532916899999996,369.0,,6534.881698355999,nc +37151,27203,0.145133762,313.0,24660.0,20850.932185254,nc +37151,27205,0.231026659,313.0,24660.0,33190.907018553,nc +37151,27233,0.024383061,313.0,24660.0,3503.041224687,nc +37151,27248,0.028439096,313.0,24660.0,4085.759605032,nc +37151,27263,0.14743619800000002,320.0,24660.0,21181.716258066004,nc +37151,27298,0.067279311,313.0,24660.0,9665.816773437,nc +37151,27316,0.047902709,313.0,24660.0,6882.038493903,nc +37151,27317,0.11137363,313.0,24660.0,16000.71530121,nc +37151,27341,0.035225926,313.0,24660.0,5060.803110641999,nc +37151,27350,0.040299317,320.0,24660.0,5789.681975439,nc +37151,27355,0.016565489,313.0,24660.0,2379.914108163,nc +37151,27370,0.10493484199999999,320.0,24660.0,15075.673945613999,nc +37153,28330,0.010087929,311.0,,452.23176914100003,nc +37153,28338,0.105945971,312.0,,4749.451933959,nc +37153,28345,0.27507781800000003,311.0,,12331.463503122,nc +37153,28347,0.052916184000000005,312.0,,2372.179612536,nc +37153,28367,0.001522278,312.0,,68.242200462,nc +37153,28379,0.554449822,311.0,,24855.431070438,nc +37155,28340,0.066845716,312.0,,8731.7216525,nc +37155,28357,0.018564793,318.0,,2425.0260856249997,nc +37155,28358,0.268296566,312.0,,35046.23893375,nc +37155,28360,0.10335232300000001,312.0,,13500.397191875001,nc +37155,28364,0.10509666599999999,312.0,,13728.25199625,nc +37155,28369,0.019831519,312.0,,2590.492169375,nc +37155,28371,0.050177549,318.0,,6554.442338125,nc +37155,28372,0.09706022800000001,312.0,,12678.492282500001,nc +37155,28375,0.000934469,312.0,,122.065013125,nc +37155,28377,0.089522175,312.0,,11693.834109374999,nc +37155,28383,0.061287352999999996,312.0,,8005.660485625,nc +37155,28384,0.077519434,312.0,,10125.97606625,nc +37155,28386,0.04151121,312.0,,5422.40180625,nc +37157,27025,0.11658049699999999,313.0,24660.0,10609.99103197,nc +37157,27027,0.04486306599999999,313.0,24660.0,4082.987636659999,nc +37157,27048,0.082508318,313.0,24660.0,7509.08202118,nc +37157,27288,0.242528794,313.0,24660.0,22072.54554194,nc +37157,27320,0.395536217,313.0,24660.0,35997.75110917,nc +37157,27326,0.029403635,313.0,24660.0,2676.02482135,nc +37157,27357,0.088579473,313.0,24660.0,8061.61783773,nc +37159,27013,0.049662843,320.0,16740.0,7056.494036184,nc +37159,27054,0.019330866999999998,311.0,16740.0,2746.684230296,nc +37159,28023,0.126468231,311.0,16740.0,17969.618006327997,nc +37159,28039,0.00069617,311.0,16740.0,98.91740295999999,nc +37159,28071,0.021443662999999998,311.0,16740.0,3046.8871883439997,nc +37159,28072,0.010458744,311.0,16740.0,1486.0620174720002,nc +37159,28088,0.022228877999999997,311.0,16740.0,3158.4568172639997,nc +37159,28125,0.018310897,311.0,16740.0,2601.758732936,nc +37159,28138,0.080237669,311.0,16740.0,11400.809912872,nc +37159,28144,0.20365408399999999,311.0,16740.0,28936.801487391996,nc +37159,28146,0.222580201,311.0,16740.0,31625.975599688,nc +37159,28147,0.20138748399999998,311.0,16740.0,28614.744826591996,nc +37159,28159,0.023540269,311.0,16740.0,3344.7897416719998,nc +37161,28018,0.066543935,311.0,,4460.373419115,nc +37161,28019,0.0,311.0,,0.0,nc +37161,28040,0.109580118,311.0,,7345.0457294220005,nc +37161,28043,0.298449338,311.0,,20004.760676802,nc +37161,28076,0.005324648,311.0,,356.905830792,nc +37161,28114,0.10109750099999999,311.0,,6776.464394528999,nc +37161,28139,0.295971111,311.0,,19838.647599219,nc +37161,28160,0.050782412,311.0,,3403.894293948,nc +37161,28167,0.036691921,311.0,,2459.422772709,nc +37161,28720,0.001982582,311.0,,132.890488878,nc +37161,28746,0.033576436,311.0,,2250.594928644,nc +37163,28318,0.072276606,318.0,,4591.805055786,nc +37163,28328,0.45017858299999997,318.0,,28600.295556572997,nc +37163,28344,0.06943250200000001,318.0,,4411.116284562,nc +37163,28366,0.092003439,318.0,,5845.070483109001,nc +37163,28382,0.116178319,318.0,,7380.924784389,nc +37163,28385,0.042363912999999996,318.0,,2691.421756803,nc +37163,28393,0.034823732,318.0,,2212.3865176920003,nc +37163,28441,0.063132482,318.0,,4010.869713942,nc +37163,28444,0.032442622000000004,318.0,,2061.1122182820004,nc +37163,28447,0.027167802,318.0,,1725.997628862,nc +37165,28343,0.039099922,312.0,,1361.5765838060001,nc +37165,28351,0.130834354,312.0,,4556.044709342001,nc +37165,28352,0.7173888829999999,312.0,,24981.633072709,nc +37165,28363,0.039712599,312.0,,1382.9118349770001,nc +37165,28396,0.072964242,312.0,,2540.833799166,nc +37167,28001,0.421195136,311.0,,26453.581711616003,nc +37167,28009,0.01933308,311.0,,1214.23342248,nc +37167,28097,0.096174552,311.0,,6040.338912912,nc +37167,28109,0.005383495,311.0,,338.11578697000004,nc +37167,28127,0.12445373400000001,311.0,,7816.4412176040005,nc +37167,28128,0.111723352,311.0,,7016.896845712,nc +37167,28129,0.083713345,311.0,,5257.70034607,nc +37167,28137,0.05142821,311.0,,3230.00015726,nc +37167,28163,0.08659509800000001,311.0,,5438.691724988001,nc +37169,27016,0.029886239,320.0,49180.0,1362.543522249,nc +37169,27019,0.088673222,320.0,49180.0,4042.7008642019996,nc +37169,27021,0.37575251200000004,320.0,49180.0,17130.932774592,nc +37169,27022,0.023544787,320.0,49180.0,1073.4303841170001,nc +37169,27042,0.013068535,320.0,49180.0,595.807579185,nc +37169,27043,0.151980633,320.0,49180.0,6928.949039103,nc +37169,27046,0.041176597,320.0,49180.0,1877.282233827,nc +37169,27052,0.21222443600000002,320.0,49180.0,9675.524261676,nc +37169,27053,0.063693039,320.0,49180.0,2903.8293410490005,nc +37171,27007,0.029575205,320.0,,2122.996940515,nc +37171,27017,0.122491744,320.0,,8792.824859552,nc +37171,27024,0.041750109,320.0,,2996.948074347,nc +37171,27030,0.47536504799999996,320.0,,34123.129240584,nc +37171,27041,0.10539648,320.0,,7565.67552384,nc +37171,27047,0.017705335,320.0,,1270.942062305,nc +37171,28621,0.139242185,320.0,,9995.221765855,nc +37171,28676,0.053421042,320.0,,3834.722657886,nc +37171,28683,0.015052851,320.0,,1080.538803333,nc +37173,28713,0.5202941,309.0,,7425.1171011,nc +37173,28719,0.4797059,309.0,,6845.8828989,nc +37175,28708,0.011135196000000002,309.0,,382.8837144600001,nc +37175,28712,0.5943819220000001,309.0,,20437.82238797,nc +37175,28718,0.01077887,309.0,,370.63144495,nc +37175,28747,0.06660332,309.0,,2290.1551581999997,nc +37175,28766,0.036285892,309.0,,1247.69039642,nc +37175,28768,0.21937821100000002,309.0,,7543.319785235,nc +37175,28772,0.031505182,309.0,,1083.30568307,nc +37175,28774,0.029931407,309.0,,1029.191429695,nc +37177,27925,1.0,314.0,,4016.0,nc +37179,28079,0.162517142,311.0,16740.0,38981.199162978,nc +37179,28103,0.050418049000000006,311.0,16740.0,12093.222815091001,nc +37179,28104,0.137513824,311.0,16740.0,32983.928310816,nc +37179,28108,0.000522008,311.0,16740.0,125.20831687200001,nc +37179,28110,0.236761778,311.0,16740.0,56789.443309302,nc +37179,28112,0.11943817699999999,311.0,16740.0,28648.321697042997,nc +37179,28173,0.251758461,311.0,16740.0,60386.532696999,nc +37179,28174,0.04107056,311.0,16740.0,9851.14345104,nc +37181,27536,0.355671555,312.0,,15839.832701925,nc +37181,27537,0.532348546,312.0,,23708.142496110002,nc +37181,27544,0.108882584,312.0,,4849.08587844,nc +37181,27556,0.0030973159999999997,312.0,,137.93896805999998,nc +37183,27502,0.036466184,318.0,39580.0,40541.681190024,nc +37183,27511,0.031256083,318.0,39580.0,34749.294092163,nc +37183,27513,0.04057723,318.0,39580.0,45112.18180203,nc +37183,27518,0.018898500000000002,318.0,39580.0,21010.6152585,nc +37183,27519,0.049892945999999994,318.0,39580.0,55469.03153790599,nc +37183,27523,0.010527936000000002,318.0,39580.0,11704.548655296001,nc +37183,27526,0.042934677000000004,318.0,39580.0,47733.09943619701,nc +37183,27529,0.044209364,318.0,39580.0,49150.246730004,nc +37183,27539,0.021217017999999997,318.0,39580.0,23588.253148697997,nc +37183,27540,0.033967508,318.0,39580.0,37763.750661588,nc +37183,27545,0.024611958,318.0,39580.0,27362.615038038,nc +37183,27560,0.029695315,318.0,39580.0,33014.093099715,nc +37183,27571,0.006033035,318.0,39580.0,6707.293024635,nc +37183,27587,0.060278747,318.0,39580.0,67015.560043467,nc +37183,27591,0.019100386,318.0,39580.0,21235.064239746,nc +37183,27592,0.014112086999999999,318.0,39580.0,15689.267955206999,nc +37183,27597,0.021309361000000002,318.0,39580.0,23690.916494721,nc +37183,27601,0.00945604,318.0,39580.0,10512.856486440001,nc +37183,27603,0.048708790999999994,318.0,39580.0,54152.534190950995,nc +37183,27604,0.043238862999999995,318.0,39580.0,48071.281567743,nc +37183,27605,0.004970192,318.0,39580.0,5525.665628112,nc +37183,27606,0.042177831,318.0,39580.0,46891.667570391,nc +37183,27607,0.026739454,318.0,39580.0,29727.882118494,nc +37183,27608,0.010007378,318.0,39580.0,11125.812572658,nc +37183,27609,0.029757782000000003,318.0,39580.0,33083.54147410201,nc +37183,27610,0.071044782,318.0,39580.0,78984.817881102,nc +37183,27612,0.035079238,318.0,39580.0,38999.728718118,nc +37183,27613,0.038867991,318.0,39580.0,43211.916542151,nc +37183,27614,0.0301353,318.0,39580.0,33503.2512633,nc +37183,27615,0.039345999,318.0,39580.0,43743.347194239,nc +37183,27616,0.048311357,318.0,39580.0,53710.682569676996,nc +37183,27617,0.017070665,318.0,39580.0,18978.499591065,nc +37185,27551,0.09566649,312.0,,1887.5955141900001,nc +37185,27553,0.14482272,312.0,,2857.49708832,nc +37185,27563,0.280002352,312.0,,5524.726407312,nc +37185,27589,0.479508438,312.0,,9461.180990178,nc +37187,27928,0.14614622900000002,314.0,,1692.3733318200002,nc +37187,27962,0.621142103,314.0,,7192.82555274,nc +37187,27970,0.23271166899999998,314.0,,2694.80112702,nc +37189,28604,0.133724494,375.0,,7512.240899438,nc +37189,28605,0.060040284000000006,309.0,,3372.8830342680003,nc +37189,28607,0.62217357,375.0,,34951.84464189,nc +37189,28618,0.045205359,375.0,,2539.501452543,nc +37189,28679,0.030475522999999997,375.0,,1712.0234555709999,nc +37189,28692,0.069025309,375.0,,3877.6347836930004,nc +37189,28698,0.03935546,375.0,,2210.8716764200003,nc +37191,27530,0.312439707,318.0,24140.0,38471.013562617,nc +37191,27531,0.0062624609999999995,318.0,24140.0,771.1030853909999,nc +37191,27534,0.259124381,318.0,24140.0,31906.244156911,nc +37191,27830,0.038917294,318.0,24140.0,4791.925327514,nc +37191,27863,0.103342659,318.0,24140.0,12724.684945329,nc +37191,28333,0.089033057,318.0,24140.0,10962.729341467,nc +37191,28365,0.13574828,318.0,24140.0,16714.82146468,nc +37191,28578,0.055132163,318.0,24140.0,6788.478362353,nc +37193,28606,0.026733567000000003,320.0,,1828.8967856040001,nc +37193,28624,0.021193751,320.0,,1449.906893412,nc +37193,28635,0.050048275999999996,320.0,,3423.902657712,nc +37193,28649,0.015733076000000002,320.0,,1076.331195312,nc +37193,28651,0.11742825900000001,320.0,,8033.502054708,nc +37193,28654,0.049066937000000005,320.0,,3356.767294044,nc +37193,28659,0.33601354899999997,320.0,,22987.358914187997,nc +37193,28665,0.037623261,320.0,,2573.882531532,nc +37193,28669,0.042150082,320.0,,2883.571409784,nc +37193,28670,0.056822678,320.0,,3887.353047336,nc +37193,28685,0.031323698999999997,320.0,,2142.916895988,nc +37193,28697,0.21586286600000001,320.0,,14767.610388792002,nc +37195,27813,0.010134264,318.0,,828.992929464,nc +37195,27822,0.10390998300000001,318.0,,8499.940519383,nc +37195,27851,0.065792868,318.0,,5381.922395268,nc +37195,27873,0.006166546,318.0,,504.429629346,nc +37195,27880,0.039824585,318.0,,3257.690877585,nc +37195,27883,0.036483349,314.0,,2984.374431549,nc +37195,27893,0.483643913,318.0,,39562.555727312996,nc +37195,27896,0.254044492,318.0,,20781.093490092,nc +37197,27011,0.138545529,320.0,49180.0,5218.594440843,nc +37197,27018,0.19865059699999998,320.0,49180.0,7482.572037198999,nc +37197,27020,0.147223939,320.0,49180.0,5545.484110313,nc +37197,27055,0.363900906,320.0,49180.0,13707.055426302,nc +37197,28642,0.15167902800000002,320.0,49180.0,5713.293947676001,nc +37199,28714,0.9573667359999999,309.0,,17298.659552783996,nc +37199,28740,0.042633264000000004,309.0,,770.340447216,nc +38001,58639,0.860055607,321.0,,1905.8832251120002,nd +38001,58649,0.139944393,321.0,,310.116774888,nd +38003,58031,0.041292975,322.0,,430.066334625,nd +38003,58062,0.013172646000000001,322.0,,137.19310809,nd +38003,58063,0.036715247,322.0,,382.389297505,nd +38003,58065,0.004484305,322.0,,46.704036575,nd +38003,58072,0.708800448,322.0,,7382.15666592,nd +38003,58429,0.032511211,322.0,,338.604262565,nd +38003,58461,0.040078475,322.0,,417.417317125,nd +38003,58479,0.021207025,322.0,,220.871165375,nd +38003,58480,0.030923019,322.0,,322.063242885,nd +38003,58481,0.024009716,322.0,,250.06119214,nd +38003,58492,0.046804933,322.0,,487.473377195,nd +38005,58332,0.044789489,324.0,,306.001788848,nd +38005,58335,0.29486413899999997,322.0,,2014.5117976479999,nd +38005,58343,0.009405793,324.0,,64.26037777600001,nd +38005,58346,0.096894595,324.0,,661.98387304,nd +38005,58348,0.112720215,324.0,,770.10450888,nd +38005,58351,0.07345476299999999,322.0,,501.84294081599995,nd +38005,58357,0.056285458,322.0,,384.542249056,nd +38005,58370,0.189608838,322.0,,1295.407581216,nd +38005,58379,0.052851597,322.0,,361.082110704,nd +38005,58381,0.051060018,322.0,,348.842042976,nd +38005,58386,0.018065094,324.0,,123.420722208,nd +38007,58627,0.33647058799999996,321.0,,312.244705664,nd +38007,58645,0.663529412,321.0,,615.755294336,nd +38009,58318,0.624156762,324.0,,3920.952778884,nd +38009,58711,0.042402827000000004,324.0,,266.37455921400004,nd +38009,58748,0.022004497,324.0,,138.232250154,nd +38009,58750,0.085929971,324.0,,539.812077822,nd +38009,58760,0.050754899000000006,324.0,,318.84227551800006,nd +38009,58762,0.033087054,324.0,,207.852873228,nd +38009,58783,0.056858335999999995,324.0,,357.184066752,nd +38009,58793,0.08480565400000001,324.0,,532.7491184280001,nd +38011,58623,0.803035651,321.0,,2428.379808624,nd +38011,58651,0.19696434899999998,321.0,,595.620191376,nd +38013,58721,0.239015817,324.0,,505.518452955,nd +38013,58727,0.11599297,324.0,,245.32513155,nd +38013,58737,0.084358524,324.0,,178.41827826000002,nd +38013,58752,0.07776801400000001,324.0,,164.47934961,nd +38013,58772,0.066344464,324.0,,140.31854136,nd +38013,58773,0.41652021100000003,324.0,,880.940246265,nd +38015,58477,0.001610099,321.0,13900.0,153.967326974,nd +38015,58494,0.002683498,321.0,13900.0,256.61217974799996,nd +38015,58501,0.322556407,321.0,13900.0,30844.778975782,nd +38015,58503,0.356636826,321.0,13900.0,34103.753123076,nd +38015,58504,0.29090187,321.0,13900.0,27817.78222062,nd +38015,58505,0.0,321.0,13900.0,0.0,nd +38015,58521,0.006601404,321.0,13900.0,631.265858904,nd +38015,58532,0.002865975,321.0,13900.0,274.06172535,nd +38015,58558,0.011517572,321.0,13900.0,1101.379340072,nd +38015,58560,0.001545695,321.0,13900.0,147.80863007,nd +38015,58572,0.003080655,321.0,13900.0,294.59071503,nd +38017,58002,0.00021197099999999998,322.0,22020.0,38.562400233,nd +38017,58004,0.001449425,322.0,22020.0,263.68374427500004,nd +38017,58005,0.0052706359999999996,322.0,22020.0,958.849913028,nd +38017,58006,0.002423347,322.0,22020.0,440.862556281,nd +38017,58007,0.000590082,322.0,22020.0,107.349487686,nd +38017,58011,0.002555113,322.0,22020.0,464.83382229899996,nd +38017,58012,0.015731702,322.0,22020.0,2861.958422946,nd +38017,58021,0.002480636,322.0,22020.0,451.284743028,nd +38017,58029,0.000549979,322.0,22020.0,100.053829617,nd +38017,58036,0.001598378,322.0,22020.0,290.781720894,nd +38017,58038,0.00202232,322.0,22020.0,367.90652136000006,nd +38017,58042,0.00754503,322.0,22020.0,1372.6144926900001,nd +38017,58047,0.023528805,322.0,22020.0,4280.430792015,nd +38017,58048,0.002285852,322.0,22020.0,415.84905339600004,nd +38017,58051,0.010598561000000001,322.0,22020.0,1928.1220128030002,nd +38017,58052,0.0030420729999999997,322.0,22020.0,553.423046379,nd +38017,58059,0.007722626999999999,322.0,22020.0,1404.923471721,nd +38017,58064,0.0031394659999999996,322.0,22020.0,571.1410731179999,nd +38017,58071,0.002388973,322.0,22020.0,434.609135079,nd +38017,58078,0.200335717,322.0,22020.0,36445.674643791,nd +38017,58079,0.002881663,322.0,22020.0,524.240777949,nd +38017,58102,0.17135867800000001,322.0,22020.0,31174.084777794003,nd +38017,58103,0.282689399,322.0,22020.0,51427.703534277,nd +38017,58104,0.233924561,322.0,22020.0,42556.257910803004,nd +38017,58105,0.013675008,322.0,22020.0,2487.798480384,nd +38019,58239,0.003683241,323.0,,13.856352642,nd +38019,58249,0.6240463039999999,323.0,,2347.662195648,nd +38019,58260,0.048145225,323.0,,181.12233645,nd +38019,58269,0.06445672200000001,323.0,,242.48618816400003,nd +38019,58281,0.036306235,323.0,,136.58405607,nd +38019,58311,0.017890029,323.0,,67.30228909799999,nd +38019,58323,0.019994738,323.0,,75.22020435600001,nd +38019,58352,0.131807419,323.0,,495.859510278,nd +38019,58355,0.019994738,323.0,,75.22020435600001,nd +38019,58372,0.033675349,323.0,,126.686662938,nd +38021,58436,0.311904762,371.0,,1519.600000464,nd +38021,58439,0.02014652,371.0,,98.15384544000001,nd +38021,58441,0.08003663,322.0,,389.93846135999996,nd +38021,58456,0.10384615400000001,321.0,,505.93846228800004,nd +38021,58474,0.484065934,322.0,,2358.369230448,nd +38023,58730,0.641481481,324.0,,1452.314072984,nd +38023,58765,0.27308642,324.0,,618.26765488,nd +38023,58833,0.039506173,324.0,,89.441975672,nd +38023,58844,0.045925926,324.0,,103.976296464,nd +38025,58625,0.106216216,321.0,,469.900539584,nd +38025,58626,0.094324324,321.0,,417.290809376,nd +38025,58636,0.294594595,321.0,,1303.28648828,nd +38025,58640,0.422972973,321.0,,1871.2324325519999,nd +38025,58642,0.08189189200000001,321.0,,362.28973020800004,nd +38027,58356,0.7516059959999999,322.0,,1718.9229128519999,nd +38027,58374,0.24839400399999997,322.0,,568.0770871479999,nd +38029,58524,0.026491993999999998,321.0,,85.860552554,nd +38029,58542,0.075400291,321.0,,244.37234313099998,nd +38029,58544,0.16943231399999997,321.0,,549.1301296739999,nd +38029,58549,0.074526929,321.0,,241.541776889,nd +38029,58552,0.48558952,321.0,,1573.79563432,nd +38029,58573,0.16855895199999998,321.0,,546.2995634319999,nd +38031,58421,0.848667513,322.0,,2724.22271673,nd +38031,58443,0.06884517799999999,322.0,,220.99302138,nd +38031,58445,0.08248731,322.0,,264.78426509999997,nd +38033,58621,0.7157173000000001,321.0,,1260.3781653,nd +38033,58632,0.095991561,321.0,,169.041138921,nd +38033,58654,0.188291139,321.0,,331.580695779,nd +38035,58201,0.557334487,323.0,24220.0,38707.437456637,nd +38035,58202,0.024245892999999998,323.0,24220.0,1683.9015147429998,nd +38035,58203,0.238606385,323.0,24220.0,16571.452044635,nd +38035,58204,0.03276057,323.0,24220.0,2275.25434707,nd +38035,58205,0.004717969,323.0,24220.0,327.66766501899997,nd +38035,58214,0.004299214,323.0,24220.0,298.584711514,nd +38035,58228,0.011264498999999999,323.0,24220.0,782.330720049,nd +38035,58235,0.006141734,323.0,24220.0,426.549568034,nd +38035,58240,0.015745174,322.0,24220.0,1093.518079474,nd +38035,58244,0.0016471020000000001,323.0,24220.0,114.39288100200001,nd +38035,58251,0.028349687999999998,323.0,24220.0,1968.9141812879998,nd +38035,58256,0.012157843,323.0,24220.0,844.3743541929999,nd +38035,58258,0.004620259,323.0,24220.0,320.881607809,nd +38035,58266,0.002331067,323.0,24220.0,161.894934217,nd +38035,58267,0.018816041000000002,323.0,24220.0,1306.7928634910002,nd +38035,58275,0.010399073,323.0,24220.0,722.226018923,nd +38035,58278,0.026563002000000002,323.0,24220.0,1844.8270519020002,nd +38037,58529,0.280510018,321.0,,637.879780932,nd +38037,58533,0.464936248,321.0,,1057.265027952,nd +38037,58562,0.18715847,321.0,,425.59836078,nd +38037,58564,0.034153005,321.0,,77.66393337,nd +38037,58569,0.033242258999999996,321.0,,75.592896966,nd +38039,58056,0.067769262,322.0,,151.19322352199998,nd +38039,58416,0.156514724,322.0,,349.184349244,nd +38039,58425,0.544171037,322.0,,1214.045583547,nd +38039,58448,0.110931827,322.0,,247.488906037,nd +38039,58452,0.01573215,322.0,,35.09842665,nd +38039,58464,0.09197257,322.0,,205.19080367,nd +38039,58484,0.012908431000000001,322.0,,28.798709561000003,nd +38041,58646,0.4296875,321.0,,1073.7890625,nd +38041,58647,0.436789773,321.0,,1091.537642727,nd +38041,58650,0.13352272699999998,321.0,,333.67329477299995,nd +38043,58428,0.11759259300000001,321.0,,291.62963064,nd +38043,58475,0.08379629599999999,321.0,,207.81481408,nd +38043,58478,0.050925925999999996,321.0,,126.29629648,nd +38043,58482,0.45833333299999995,321.0,,1136.66666584,nd +38043,58487,0.193981481,321.0,,481.07407288,nd +38043,58488,0.09537037,321.0,,236.5185176,nd +38045,58049,0.09862033699999999,322.0,,399.01788350199996,nd +38045,58415,0.05850792,322.0,,236.72304431999999,nd +38045,58431,0.030148186,322.0,,121.979560556,nd +38045,58433,0.281553398,322.0,,1139.165048308,nd +38045,58454,0.09989780300000001,322.0,,404.186510938,nd +38045,58458,0.29688298399999996,322.0,,1201.188553264,nd +38045,58466,0.083546244,322.0,,338.028103224,nd +38045,58490,0.050843127,322.0,,205.711291842,nd +38047,58440,0.063946407,321.0,,118.30085294999999,nd +38047,58442,0.28440925699999997,322.0,,526.15712545,nd +38047,58561,0.651644336,321.0,,1205.5420216,nd +38049,58710,0.084748504,324.0,,486.88015548,nd +38049,58712,0.017467249,324.0,,100.349345505,nd +38049,58713,0.0029112079999999998,324.0,,16.72488996,nd +38049,58731,0.043021187,324.0,,247.156719315,nd +38049,58736,0.10205401900000001,324.0,,586.3003391550001,nd +38049,58741,0.09380559599999999,324.0,,538.91314902,nd +38049,58744,0.01536471,324.0,,88.27025895,nd +38049,58768,0.048196668,324.0,,276.88985765999996,nd +38049,58788,0.20329936899999998,324.0,,1167.954874905,nd +38049,58789,0.04868187,324.0,,279.67734315,nd +38049,58790,0.286268802,324.0,,1644.61426749,nd +38049,58792,0.054180818,324.0,,311.26879941,nd +38051,58413,0.347625797,321.0,,868.021615109,nd +38051,58460,0.07406095,321.0,,184.93019215,nd +38051,58495,0.484408221,321.0,,1209.567327837,nd +38051,58581,0.093905032,321.0,,234.480864904,nd +38053,58634,0.031692281,321.0,,476.14482974400005,nd +38053,58757,0.077884866,321.0,,1170.142226784,nd +38053,58831,0.063905531,324.0,,960.116697744,nd +38053,58835,0.036554658,321.0,,549.1971817919999,nd +38053,58838,0.013111053000000001,274.0,,196.98046027200002,nd +38053,58847,0.036294174,321.0,,545.283670176,nd +38053,58854,0.740557437,321.0,,11126.134933488,nd +38055,58531,0.034449296000000004,321.0,,325.5458472,nd +38055,58540,0.274429888,324.0,,2593.3624416000002,nd +38055,58559,0.020766618,321.0,,196.2445401,nd +38055,58565,0.022998544,321.0,,217.33624079999998,nd +38055,58575,0.076079573,321.0,,718.95196485,nd +38055,58576,0.09257641900000001,321.0,,874.84715955,nd +38055,58577,0.183891315,321.0,,1737.77292675,nd +38055,58579,0.147404173,321.0,,1392.96943485,nd +38055,58716,0.014944202,324.0,,141.22270890000001,nd +38055,58723,0.024648229,324.0,,232.92576405,nd +38055,58759,0.075982533,324.0,,718.03493685,nd +38055,58775,0.01436196,324.0,,135.720522,nd +38055,58778,0.017467249,324.0,,165.06550305000002,nd +38057,58523,0.43689092399999996,321.0,,3576.8259947879997,nd +38057,58541,0.057531995,321.0,,471.014443065,nd +38057,58545,0.41951391299999996,321.0,,3434.5604057309997,nd +38057,58571,0.057531995,321.0,,471.014443065,nd +38057,58580,0.028531172999999996,321.0,,233.58471335099998,nd +38059,58520,0.007767849,321.0,13900.0,243.630816036,nd +38059,58535,0.020903723,321.0,13900.0,655.624368172,nd +38059,58554,0.8126243329999999,321.0,13900.0,25487.149580211997,nd +38059,58563,0.06918437599999999,321.0,13900.0,2169.8987688639995,nd +38059,58566,0.0032523920000000002,321.0,13900.0,102.00802268800001,nd +38059,58570,0.013356911,321.0,13900.0,418.926156604,nd +38059,58631,0.03681834,321.0,13900.0,1154.7704157599999,nd +38059,58638,0.036092077,321.0,13900.0,1131.991903028,nd +38061,58763,0.402628781,324.0,,4245.720495645,nd +38061,58769,0.01836281,324.0,,193.63583145,nd +38061,58770,0.158016816,324.0,,1666.28732472,nd +38061,58771,0.058277762000000004,324.0,,614.53900029,nd +38061,58776,0.020005798999999998,324.0,,210.96115045499997,nd +38061,58784,0.321252537,324.0,,3387.608002665,nd +38061,58794,0.021455494,324.0,,226.24818423,nd +38063,58212,0.165788658,323.0,,477.305546382,nd +38063,58224,0.023241401000000002,323.0,,66.911993479,nd +38063,58254,0.131701271,323.0,,379.167959209,nd +38063,58259,0.10907964099999999,323.0,,314.040286439,nd +38063,58272,0.07902076200000001,323.0,,227.500773798,nd +38063,58344,0.286334056,323.0,,824.355747224,nd +38063,58361,0.070653858,323.0,,203.412457182,nd +38063,58380,0.134180353,323.0,,386.305236287,nd +38065,58530,1.0,321.0,13900.0,1959.0,nd +38067,58216,0.022446043,323.0,,152.65553844299998,nd +38067,58220,0.295251799,323.0,,2008.0074849989999,nd +38067,58222,0.043741007,323.0,,297.48258860699997,nd +38067,58225,0.13294964,323.0,,904.1905016400001,nd +38067,58238,0.02647482,323.0,,180.05525082,nd +38067,58241,0.023453237000000002,323.0,,159.505464837,nd +38067,58262,0.012805755,323.0,,87.091939755,nd +38067,58265,0.064316547,323.0,,437.416836147,nd +38067,58271,0.08805755400000001,323.0,,598.8794247540001,nd +38067,58276,0.080431655,323.0,,547.0156856550001,nd +38067,58282,0.21007194199999998,323.0,,1428.699277542,nd +38069,58368,0.944714615,324.0,,3755.240594625,nd +38069,58385,0.055285385,324.0,,219.759405375,nd +38071,58301,0.871886424,322.0,,10043.259718056,nd +38071,58321,0.009436368,323.0,,108.697522992,nd +38071,58325,0.0030604440000000003,322.0,,35.253254436000006,nd +38071,58327,0.029329253,322.0,,337.843665307,nd +38071,58330,0.026183797,323.0,,301.611157643,nd +38071,58338,0.006035875,322.0,,69.527244125,nd +38071,58345,0.010881578000000001,323.0,,125.34489698200001,nd +38071,58362,0.0015302220000000001,322.0,,17.626627218000003,nd +38071,58377,0.02558871,322.0,,294.75635049,nd +38071,58382,0.01606733,322.0,,185.07957427000002,nd +38073,58027,0.250094805,322.0,,1304.9946924899998,nd +38073,58033,0.098028062,322.0,,511.510427516,nd +38073,58054,0.579256731,322.0,,3022.561622358,nd +38073,58068,0.072620402,322.0,,378.933257636,nd +38075,58740,0.335207612,324.0,,780.028113124,nd +38075,58761,0.38711072700000004,324.0,,900.8066617290001,nd +38075,58782,0.20588235300000002,324.0,,479.08823543100004,nd +38075,58787,0.07179930799999999,324.0,,167.07698971599999,nd +38077,58001,0.001822295,322.0,,29.479266215,nd +38077,58008,0.01313309,322.0,,212.45399693,nd +38077,58015,0.016023627,322.0,,259.21421397899996,nd +38077,58018,0.022998618,322.0,,372.048643386,nd +38077,58030,0.042415483,322.0,,686.1552684909999,nd +38077,58041,0.095387709,322.0,,1543.086968493,nd +38077,58053,0.073960035,322.0,,1196.451486195,nd +38077,58057,0.005843910999999999,322.0,,94.53694824699998,nd +38077,58058,0.005655398000000001,322.0,,91.487373446,nd +38077,58061,0.022621591,322.0,,365.949477607,nd +38077,58075,0.580055297,322.0,,9383.554539569,nd +38077,58076,0.022307402,322.0,,360.866842154,nd +38077,58077,0.043043860999999996,322.0,,696.320539397,nd +38077,58081,0.054731682999999996,322.0,,885.394435891,nd +38079,58316,0.462966647,323.0,,6563.015187872,nd +38079,58329,0.222929514,324.0,,3160.2487904639997,nd +38079,58353,0.007492871999999999,323.0,,106.218953472,nd +38079,58366,0.08620118,323.0,,1221.98792768,nd +38079,58367,0.116238976,323.0,,1647.803723776,nd +38079,58369,0.073668855,323.0,,1044.3296884800002,nd +38079,58384,0.030501956,324.0,,432.395728256,nd +38081,58013,0.033036849,322.0,,128.777637402,nd +38081,58017,0.070393901,322.0,,274.395426098,nd +38081,58032,0.18678526,322.0,,728.08894348,nd +38081,58040,0.29021601,322.0,,1131.26200698,nd +38081,58043,0.036594663,322.0,,142.645996374,nd +38081,58060,0.297331639,322.0,,1158.998728822,nd +38081,58067,0.060228717,322.0,,234.77153886600001,nd +38081,58069,0.025412961,322.0,,99.059721978,nd +38083,58430,0.09151973099999999,321.0,,120.34844626499999,nd +38083,58444,0.16708648199999998,321.0,,219.71872383,nd +38083,58463,0.544920235,321.0,,716.570109025,nd +38083,58758,0.196473552,321.0,,258.36272088,nd +38085,58528,0.191556857,321.0,,810.28550511,nd +38085,58538,0.636408004,321.0,,2692.00585692,nd +38085,58568,0.17203513899999998,321.0,,727.7086379699999,nd +38087,58620,0.108333333,321.0,,81.24999975,nd +38087,58643,0.16770833300000001,321.0,,125.78124975000001,nd +38087,58653,0.723958333,321.0,,542.96874975,nd +38089,58601,0.841210483,321.0,,26488.876899187002,nd +38089,58622,0.060398466,321.0,,1901.8872958739998,nd +38089,58630,0.023380052000000002,321.0,,736.2144574280001,nd +38089,58641,0.002733958,321.0,,86.089603462,nd +38089,58652,0.040160895,321.0,,1264.6264226550002,nd +38089,58655,0.016120923,321.0,,507.63174434699994,nd +38089,58656,0.015995223,321.0,,503.673577047,nd +38091,58046,0.44149318,322.0,,834.4221102,nd +38091,58230,0.445082556,322.0,,841.20603084,nd +38091,58277,0.113424264,322.0,,214.37185896,nd +38093,58401,0.805679838,322.0,,16680.795365952,nd +38093,58402,0.011774125,322.0,,243.771484,nd +38093,58405,0.020157302,322.0,,417.33678060799997,nd +38093,58420,0.016107003,322.0,,333.47939011200003,nd +38093,58424,0.013705082,322.0,,283.750017728,nd +38093,58426,0.011397353,322.0,,235.97079651200002,nd +38093,58455,0.018508925,322.0,,383.20878319999997,nd +38093,58467,0.034521735,322.0,,714.73800144,nd +38093,58472,0.022559224,322.0,,467.06617369599996,nd +38093,58476,0.012433476,322.0,,257.42268710400003,nd +38093,58483,0.013516696000000002,321.0,,279.84967398400005,nd +38093,58496,0.008854141999999999,321.0,,183.31615596799998,nd +38093,58497,0.010785099,322.0,,223.29468969599998,nd +38095,58317,0.101913876,323.0,,223.089474564,nd +38095,58324,0.668421053,323.0,,1463.173685017,nd +38095,58331,0.038755981,323.0,,84.836842409,nd +38095,58339,0.012440191000000001,323.0,,27.231578099000004,nd +38095,58363,0.06507177,323.0,,142.44210453,nd +38095,58365,0.113397129,323.0,,248.226315381,nd +38097,58009,0.0017426660000000001,322.0,,14.004063976000001,nd +38097,58016,0.017281441,322.0,,138.873659876,nd +38097,58035,0.034562881000000004,322.0,,277.747311716,nd +38097,58045,0.32718559399999997,322.0,,2629.2634333839997,nd +38097,58218,0.138396747,323.0,,1112.1562588919999,nd +38097,58219,0.004792332,322.0,,38.511179952,nd +38097,58223,0.03180366,322.0,,255.57421175999997,nd +38097,58257,0.302207377,322.0,,2428.538481572,nd +38097,58274,0.142027302,322.0,,1141.331398872,nd +38099,58210,0.030451777000000003,323.0,,324.037359057,nd +38099,58227,0.045359513,323.0,,482.670577833,nd +38099,58229,0.010180893,323.0,,108.334882413,nd +38099,58231,0.031633488,323.0,,336.61194580800003,nd +38099,58233,0.020725389,323.0,,220.538864349,nd +38099,58237,0.478501954,323.0,,5091.739292514,nd +38099,58243,0.056267612,323.0,,598.743659292,nd +38099,58250,0.019089174,323.0,,203.127900534,nd +38099,58261,0.11644396,323.0,,1239.08017836,nd +38099,58270,0.166803018,323.0,,1774.950914538,nd +38099,58273,0.024543223,323.0,,261.164435943,nd +38101,58701,0.473857341,324.0,,32052.184402581,nd +38101,58702,0.0,324.0,,0.0,nd +38101,58703,0.325787742,324.0,,22036.608656622,nd +38101,58704,0.06889139,324.0,,4659.88251099,nd +38101,58705,0.0075744459999999994,324.0,,512.343101886,nd +38101,58707,0.007430171,324.0,,502.58419661100004,nd +38101,58718,0.012133541000000001,324.0,,820.7248467810001,nd +38101,58722,0.025767544,324.0,,1742.942443704,nd +38101,58725,0.006131694,324.0,,414.753913854,nd +38101,58733,0.004919783,324.0,,332.77904190299995,nd +38101,58734,0.0055690209999999995,324.0,,376.694149461,nd +38101,58735,0.004443675,324.0,,300.574620675,nd +38101,58746,0.019448292,324.0,,1315.501919172,nd +38101,58756,0.0024815329999999997,324.0,,167.85337365299998,nd +38101,58779,0.00708391,324.0,,479.16275630999996,nd +38101,58781,0.011614151000000001,324.0,,785.5927877910001,nd +38101,58785,0.016865766,324.0,,1140.8172780060002,nd +38103,58341,0.607746479,321.0,,2330.100000486,nd +38103,58418,0.077934272,322.0,,298.799998848,nd +38103,58422,0.038967136,322.0,,149.399999424,nd +38103,58423,0.008450704,321.0,,32.399999136,nd +38103,58438,0.168779343,322.0,,647.100001062,nd +38103,58451,0.040140845,321.0,,153.89999973000002,nd +38103,58486,0.057981221,322.0,,222.30000131399999,nd +38105,58755,0.002547844,324.0,,95.770908116,nd +38105,58795,0.0060511309999999995,324.0,,227.455963159,nd +38105,58801,0.87920901,324.0,,33048.587476889996,nd +38105,58830,0.008077825,324.0,,303.637363925,nd +38105,58843,0.016908422,324.0,,635.570674558,nd +38105,58845,0.009699181,324.0,,364.582514609,nd +38105,58849,0.022872695,324.0,,859.7617323549999,nd +38105,58852,0.0458612,324.0,,1723.8766468,nd +38105,58853,0.005674744000000001,324.0,,213.30795221600002,nd +38105,58856,0.003097947,324.0,,116.448729783,nd +39001,45144,0.17529182100000001,327.0,,4855.232858058001,oh +39001,45616,0.058204852,329.0,,1612.157990696,oh +39001,45618,0.000517908,327.0,,14.345015784,oh +39001,45650,0.018325963,327.0,,507.592523174,oh +39001,45660,0.288673758,327.0,,7995.685749084,oh +39001,45679,0.11274451199999999,327.0,,3122.7974933759997,oh +39001,45693,0.34624118600000003,327.0,,9590.188369828002,oh +39003,45801,0.20046121600000003,330.0,30620.0,20517.405918816003,oh +39003,45804,0.138409069,330.0,30620.0,14166.306621218999,oh +39003,45805,0.205736046,330.0,30620.0,21057.290044146,oh +39003,45806,0.093727635,330.0,30620.0,9593.117169885001,oh +39003,45807,0.10962281,330.0,30620.0,11220.00422631,oh +39003,45808,0.003207309,330.0,30620.0,328.271283459,oh +39003,45809,0.001440197,330.0,30620.0,147.405603147,oh +39003,45817,0.060894689,330.0,30620.0,6232.632313839,oh +39003,45820,0.004311754,330.0,30620.0,441.312333654,oh +39003,45833,0.09370112800000001,330.0,30620.0,9590.404151928002,oh +39003,45850,0.030208784,330.0,30620.0,3091.8992511839997,oh +39003,45854,0.004055523,330.0,30620.0,415.08683457300003,oh +39003,45887,0.037975243,330.0,30620.0,3886.804096293,oh +39003,45896,0.016248597,330.0,30620.0,1663.060151547,oh +39005,44805,0.58077583,329.0,,31062.21449172,oh +39005,44837,0.077972158,328.0,,4170.262898472,oh +39005,44838,0.004616773,329.0,,246.92348713200002,oh +39005,44840,0.045884705,329.0,,2454.09756222,oh +39005,44842,0.09537792099999999,329.0,,5101.192726763999,oh +39005,44859,0.038172395,329.0,,2041.61237418,oh +39005,44864,0.065766897,329.0,,3517.476719148,oh +39005,44866,0.035271434,329.0,,1886.457376056,oh +39005,44874,0.005854987,329.0,,313.148124708,oh +39005,44880,0.0503069,329.0,,2690.6142396,oh +39007,44003,0.042741177000000005,335.0,,4156.194792657,oh +39007,44004,0.318173088,328.0,,30939.469250208,oh +39007,44010,0.015719615,328.0,,1528.591082215,oh +39007,44030,0.16122966800000002,351.0,,15678.134145988002,oh +39007,44032,0.015325361000000001,328.0,,1490.253429001,oh +39007,44041,0.144772091,328.0,,14077.782900930999,oh +39007,44047,0.09221499999999999,328.0,,8967.078814999999,oh +39007,44048,0.025565856,328.0,,2486.049403296,oh +39007,44076,0.050767784,335.0,,4936.710083944,oh +39007,44082,0.024908766000000002,351.0,,2422.153314606,oh +39007,44084,0.037898929,328.0,,3685.329754889,oh +39007,44085,0.034856097,335.0,,3389.4417283770003,oh +39007,44093,0.012231983,335.0,,1189.450258903,oh +39007,44099,0.023594586,328.0,,2294.361137226,oh +39009,45701,0.54892917,329.0,,35859.89588859,oh +39009,45711,0.018941316,329.0,,1237.379350332,oh +39009,45716,0.007287487,329.0,,476.069663249,oh +39009,45719,0.015666559,329.0,,1023.449299793,oh +39009,45723,0.053518442,443.0,,3496.199260534,oh +39009,45732,0.068231785,329.0,,4457.377818695,oh +39009,45735,0.024014882,443.0,,1568.820196414,oh +39009,45740,0.005888411999999999,329.0,,384.67229072399994,oh +39009,45761,0.028335101,329.0,,1851.0471430270002,oh +39009,45764,0.144796519,329.0,,9459.122196713,oh +39009,45766,0.015374445,329.0,,1004.366368515,oh +39009,45778,0.012622419,329.0,,824.5847660129999,oh +39009,45780,0.048829236,329.0,,3189.867500172,oh +39009,45782,0.007564227,329.0,,494.14825722899997,oh +39011,45819,0.006126884,330.0,,279.729015904,oh +39011,45865,0.11340516,330.0,,5177.62598496,oh +39011,45869,0.11123185099999999,330.0,,5078.401389256,oh +39011,45870,0.005687598,329.0,,259.67297428800003,oh +39011,45871,0.046425599000000005,330.0,,2119.607147944,oh +39011,45884,0.00365301,330.0,,166.78182456,oh +39011,45885,0.294575973,330.0,,13449.160623288,oh +39011,45888,0.00434662,330.0,,198.44928271999999,oh +39011,45895,0.414547304,330.0,,18926.571711424,oh +39013,43713,0.10256335800000001,329.0,48540.0,6872.360366148,oh +39013,43718,0.042471042,357.0,48540.0,2845.814640252,oh +39013,43719,0.039030975,329.0,48540.0,2615.30951085,oh +39013,43759,0.000827358,329.0,48540.0,55.437950148000006,oh +39013,43901,0.028797862999999996,357.0,48540.0,1929.6296081779997,oh +39013,43902,0.001683746,329.0,48540.0,112.82108447600001,oh +39013,43905,0.001553111,357.0,48540.0,104.067755666,oh +39013,43906,0.125453595,357.0,48540.0,8406.14358657,oh +39013,43912,0.091691584,357.0,48540.0,6143.886277504001,oh +39013,43927,0.001799866,357.0,48540.0,120.601821196,oh +39013,43928,0.00030481599999999996,357.0,48540.0,20.424500895999998,oh +39013,43933,0.027215722999999997,357.0,48540.0,1823.616735338,oh +39013,43934,0.0067640140000000005,357.0,48540.0,453.22952208400005,oh +39013,43935,0.12874851199999998,357.0,48540.0,8626.922795072,oh +39013,43940,0.001480535,357.0,48540.0,99.20472821,oh +39013,43942,0.040163149,357.0,48540.0,2691.171961894,oh +39013,43947,0.076886231,357.0,48540.0,5151.838794386,oh +39013,43950,0.238714547,357.0,48540.0,15995.306936282,oh +39013,43951,0.000928963,357.0,48540.0,62.246094778,oh +39013,43967,0.0,357.0,48540.0,0.0,oh +39013,43972,0.0017563210000000001,357.0,48540.0,117.68404492600001,oh +39013,43977,0.033224954,357.0,48540.0,2226.271267724,oh +39013,43983,0.006589834,329.0,48540.0,441.55841700400003,oh +39013,43985,0.0013499,357.0,48540.0,90.4513994,oh +39015,45101,0.042951583,204.0,17140.0,1865.473152856,oh +39015,45107,0.186098486,327.0,17140.0,8082.629443952001,oh +39015,45115,0.0026856479999999997,327.0,17140.0,116.64306393599999,oh +39015,45118,0.067216317,327.0,17140.0,2919.339079944,oh +39015,45121,0.17362806600000003,327.0,17140.0,7541.014162512001,oh +39015,45130,0.075648875,327.0,17140.0,3285.581939,oh +39015,45131,0.004263231,327.0,17140.0,185.16064879200002,oh +39015,45142,0.069413665,327.0,17140.0,3014.77429828,oh +39015,45154,0.16891409699999999,327.0,17140.0,7336.277060903999,oh +39015,45167,0.069488788,327.0,17140.0,3018.037040416,oh +39015,45168,0.031307516,327.0,17140.0,1359.748034912,oh +39015,45171,0.10838372800000001,327.0,17140.0,4707.322074496001,oh +39017,45011,0.191806012,327.0,17140.0,73487.404601608,oh +39017,45013,0.14477997,327.0,17140.0,55470.12902598,oh +39017,45014,0.11770738,327.0,17140.0,45097.69932892,oh +39017,45015,0.031445545,327.0,17140.0,12047.85743803,oh +39017,45042,0.071508146,332.0,17140.0,27397.202009563996,oh +39017,45044,0.14678524699999998,332.0,17140.0,56238.41882409799,oh +39017,45050,0.023550603,332.0,17140.0,9023.036729802,oh +39017,45053,0.009905588,327.0,17140.0,3795.167552792,oh +39017,45056,0.075048924,327.0,17140.0,28753.794447816003,oh +39017,45062,0.0018415270000000001,327.0,17140.0,705.551605618,oh +39017,45064,0.00821439,327.0,17140.0,3147.21209826,oh +39017,45067,0.040186085,332.0,17140.0,15396.655490390001,oh +39017,45069,0.137220583,327.0,17140.0,52573.870847122,oh +39019,44607,0.008257945,335.0,15940.0,222.25433173,oh +39019,44615,0.478404083,326.0,15940.0,12875.767489861999,oh +39019,44620,0.095430295,326.0,15940.0,2568.41095963,oh +39019,44644,0.22959870100000002,326.0,15940.0,6179.4194387140005,oh +39019,44651,0.030433774,326.0,15940.0,819.094593436,oh +39019,44675,0.08466713099999999,326.0,15940.0,2278.731163734,oh +39019,44695,0.073208072,326.0,15940.0,1970.322049808,oh +39021,43009,0.070349021,330.0,,2735.521681585,oh +39021,43044,0.13955089,330.0,,5426.43635765,oh +39021,43070,0.004559924,330.0,,177.31264474,oh +39021,43072,0.16349766300000002,330.0,,6357.606625755001,oh +39021,43078,0.586366113,330.0,,22800.846304004997,oh +39021,43084,0.021967937000000003,330.0,,854.2232302450001,oh +39021,45389,0.013708452,330.0,,533.05315602,oh +39023,43010,0.0019262110000000002,330.0,44220.0,258.27214951300004,oh +39023,43153,0.005497111,330.0,44220.0,737.069134213,oh +39023,45319,0.002800415,330.0,44220.0,375.488044445,oh +39023,45323,0.036842495,330.0,44220.0,4939.952257085,oh +39023,45341,0.028574604,330.0,44220.0,3831.368628132,oh +39023,45344,0.119306564,330.0,44220.0,15996.982020812,oh +39023,45349,0.002815232,330.0,44220.0,377.474752256,oh +39023,45368,0.036353534,330.0,44220.0,4874.390899322,oh +39023,45369,0.025870498999999998,330.0,44220.0,3468.7941174169996,oh +39023,45372,0.0023633129999999997,330.0,44220.0,316.880096979,oh +39023,45502,0.11689880000000001,330.0,44220.0,15674.1418004,oh +39023,45503,0.23976144600000002,330.0,44220.0,32147.933964018,oh +39023,45504,0.130678619,330.0,44220.0,17521.781271377,oh +39023,45505,0.14757001,330.0,44220.0,19786.62965083,oh +39023,45506,0.10274114699999999,330.0,44220.0,13775.841213200998,oh +39025,45102,0.104631987,327.0,17140.0,21598.971812436,oh +39025,45103,0.15194693,327.0,17140.0,31366.10086604,oh +39025,45106,0.057844945999999994,327.0,17140.0,11940.816512888,oh +39025,45112,0.00039242300000000003,327.0,17140.0,81.00709504400001,oh +39025,45120,0.012847165,327.0,17140.0,2652.0145766200003,oh +39025,45122,0.049104202,327.0,17140.0,10136.482210456,oh +39025,45140,0.265973698,327.0,17140.0,54904.418530744,oh +39025,45147,0.000892294,327.0,17140.0,184.194465832,oh +39025,45150,0.152381397,327.0,17140.0,31455.787019916,oh +39025,45153,0.008427740999999999,327.0,17140.0,1739.7217191479997,oh +39025,45156,0.000341034,327.0,17140.0,70.398966552,oh +39025,45157,0.04818855,327.0,17140.0,9947.4659994,oh +39025,45158,0.0017425429999999998,327.0,17140.0,359.70966640399996,oh +39025,45160,0.004041017,327.0,17140.0,834.179057276,oh +39025,45176,0.044072785,327.0,17140.0,9097.85686198,oh +39025,45245,0.09717128800000001,327.0,17140.0,20058.874639264002,oh +39027,45113,0.09622561,327.0,,4038.39640048,oh +39027,45146,0.038863418,327.0,,1631.019926624,oh +39027,45148,0.039103316,327.0,,1641.0879658879999,oh +39027,45159,0.100570423,327.0,,4220.739512464001,oh +39027,45164,0.006423926,327.0,,269.599326368,oh +39027,45166,0.001839215,327.0,,77.18817512,oh +39027,45169,0.120295341,327.0,,5048.554871088,oh +39027,45177,0.59667875,327.0,,25041.413780000003,oh +39029,43920,0.20588181,357.0,,20975.85644823,oh +39029,43945,0.029455231000000002,357.0,,3000.987299973,oh +39029,43962,0.000849759,357.0,,86.575996197,oh +39029,43968,0.057377200999999996,357.0,,5845.761369483,oh +39029,44408,0.092762271,335.0,,9450.898456293,oh +39029,44413,0.06808231599999999,335.0,,6936.430601027999,oh +39029,44423,0.022380063999999998,335.0,,2280.148060512,oh +39029,44427,0.012986533,335.0,,1323.106941639,oh +39029,44431,0.041693606,335.0,,4247.869660098,oh +39029,44432,0.12265161699999999,335.0,,12496.114694811,oh +39029,44441,0.016228548,335.0,,1653.413155884,oh +39029,44445,0.033288382000000005,335.0,,3391.5202233060004,oh +39029,44455,0.015378788999999999,335.0,,1566.837159687,oh +39029,44460,0.23329577199999998,335.0,,23768.873138675997,oh +39029,44490,0.008959415,335.0,,912.812078445,oh +39029,44493,0.000267859,335.0,,27.290278497000003,oh +39029,44625,0.017715626,326.0,,1804.9211237580002,oh +39029,44634,0.020745202,326.0,,2113.5834153660003,oh +39031,43805,0.0024569279999999997,329.0,,89.9235648,oh +39031,43811,0.02532759,329.0,,926.9897940000001,oh +39031,43812,0.565396748,329.0,,20693.5209768,oh +39031,43824,0.124848338,329.0,,4569.4491708000005,oh +39031,43836,0.003275904,329.0,,119.8980864,oh +39031,43843,0.032213055,329.0,,1178.997813,oh +39031,43844,0.106739869,329.0,,3906.6792054000002,oh +39031,43845,0.139741568,329.0,,5114.5413888,oh +39033,44820,0.39850804,329.0,,16535.69261176,oh +39033,44825,0.002319816,334.0,,96.258445104,oh +39033,44827,0.158748209,329.0,,6587.098184246,oh +39033,44833,0.376583502,329.0,,15625.955831988,oh +39033,44854,0.03884555,329.0,,1611.8572517,oh +39033,44856,0.005981487,329.0,,248.195821578,oh +39033,44881,0.0,329.0,,0.0,oh +39033,44887,0.019013396000000002,329.0,,788.941853624,oh +39035,44017,0.015008956,328.0,17460.0,18537.141304832,oh +39035,44022,0.013183553,328.0,17460.0,16282.637170816,oh +39035,44040,0.002304978,328.0,17460.0,2846.813788416,oh +39035,44070,0.025286475,328.0,17460.0,31230.617251199998,oh +39035,44101,0.000484339,328.0,17460.0,598.193537408,oh +39035,44102,0.036138053999999996,328.0,17460.0,44633.098629887994,oh +39035,44103,0.013116063999999998,328.0,17460.0,16199.283396607998,oh +39035,44104,0.015594133,328.0,17460.0,19259.877032575998,oh +39035,44105,0.029545482999999997,328.0,17460.0,36490.798779776,oh +39035,44106,0.020447053,328.0,17460.0,25253.582642816,oh +39035,44107,0.040228735,328.0,17460.0,49685.38419392,oh +39035,44108,0.017419536,328.0,17460.0,21514.381166592,oh +39035,44109,0.031955269,328.0,17460.0,39467.057994368,oh +39035,44110,0.015178078000000001,328.0,17460.0,18746.019151616,oh +39035,44111,0.033999816,328.0,17460.0,41992.220746752006,oh +39035,44112,0.017395716000000002,328.0,17460.0,21484.961751552004,oh +39035,44113,0.016164223999999998,328.0,17460.0,19963.980464128,oh +39035,44114,0.005214189,328.0,17460.0,6439.898836608,oh +39035,44115,0.006577485,328.0,17460.0,8123.6675539200005,oh +39035,44116,0.016148344,328.0,17460.0,19944.367520768,oh +39035,44117,0.007631120999999999,328.0,17460.0,9424.983875712,oh +39035,44118,0.030833349,328.0,17460.0,38081.406016128,oh +39035,44119,0.010407734,328.0,17460.0,12854.300846848,oh +39035,44120,0.027215097,328.0,17460.0,33612.604281984,oh +39035,44121,0.026369489,328.0,17460.0,32568.217518208,oh +39035,44122,0.026473503,328.0,17460.0,32696.682297215997,oh +39035,44123,0.013112888,328.0,17460.0,16195.360807936,oh +39035,44124,0.029963127000000003,328.0,17460.0,37006.619190144,oh +39035,44125,0.022183527999999997,328.0,17460.0,27398.254294016,oh +39035,44126,0.012999346,328.0,17460.0,16055.128262912,oh +39035,44127,0.0034737440000000004,328.0,17460.0,4290.323949568001,oh +39035,44128,0.022859221000000002,328.0,17460.0,28232.783798912,oh +39035,44129,0.022451106000000002,328.0,17460.0,27728.732389632,oh +39035,44130,0.03953081,328.0,17460.0,48823.39656832,oh +39035,44131,0.01630238,328.0,17460.0,20134.613071360003,oh +39035,44132,0.01175515,328.0,17460.0,14518.456620800001,oh +39035,44133,0.023998609,328.0,17460.0,29640.010014848,oh +39035,44134,0.029801151,328.0,17460.0,36806.567167872,oh +39035,44135,0.021946122000000002,328.0,17460.0,27105.040790784,oh +39035,44136,0.020466109,328.0,17460.0,25277.118174848,oh +39035,44137,0.017989627,328.0,17460.0,22218.484598144,oh +39035,44138,0.017768102,328.0,17460.0,21944.885273344,oh +39035,44139,0.019224295,328.0,17460.0,23743.388474239997,oh +39035,44140,0.012220433000000001,328.0,17460.0,15093.114626176,oh +39035,44141,0.010981001,328.0,17460.0,13562.326867072,oh +39035,44142,0.014827131,328.0,17460.0,18312.574338432,oh +39035,44143,0.019247321,328.0,17460.0,23771.827242112002,oh +39035,44144,0.017227389,328.0,17460.0,21277.065787008,oh +39035,44145,0.025708087999999997,328.0,17460.0,31751.339662335995,oh +39035,44146,0.023203022,328.0,17460.0,28657.402787584,oh +39035,44147,0.015372608000000001,328.0,17460.0,18986.277707776,oh +39035,44149,0.015066918,328.0,17460.0,18608.728548096,oh +39037,45303,0.052469374000000006,330.0,,2681.867113262,oh +39037,45304,0.13645119,330.0,,6974.42967447,oh +39037,45308,0.07972494,330.0,,4074.98085822,oh +39037,45328,0.010863703,330.0,,555.2764514390001,oh +39037,45331,0.42455119799999996,330.0,,21700.085383373997,oh +39037,45332,0.015891055,330.0,,812.239494215,oh +39037,45346,0.037329532,330.0,,1908.024369116,oh +39037,45348,0.019762694,330.0,,1010.130578422,oh +39037,45350,0.00204176,330.0,,104.36047888,oh +39037,45351,0.00408352,330.0,,208.72095776,oh +39037,45352,0.004661376,330.0,,238.25691148800001,oh +39037,45358,0.006703136,330.0,,342.61739036800003,oh +39037,45362,0.02197781,330.0,,1123.35180253,oh +39037,45380,0.103725248,330.0,,5301.708601024,oh +39037,45388,0.016430388,330.0,,839.806421844,oh +39037,45390,0.063333077,185.0,,3237.1435647010003,oh +39039,43512,0.747153168,180.0,,28456.822709616,oh +39039,43519,0.008901363,180.0,,339.02621258100004,oh +39039,43526,0.157444534,180.0,,5996.589966458,oh +39039,43536,0.004303662,180.0,,163.91357459399998,oh +39039,43549,0.035017375,180.0,,1333.7067616250001,oh +39039,43556,0.047179898,180.0,,1796.9407751259998,oh +39041,43003,0.015231926000000002,329.0,18140.0,3186.1685849020005,oh +39041,43015,0.281129139,329.0,18140.0,58805.74990860299,oh +39041,43021,0.062483843,329.0,18140.0,13070.182827211,oh +39041,43032,9.63e-05,329.0,18140.0,20.1437451,oh +39041,43035,0.13691499,329.0,18140.0,28639.466863229998,oh +39041,43061,0.021684585,329.0,18140.0,4535.916436545,oh +39041,43065,0.21685598899999997,329.0,18140.0,45361.28521105299,oh +39041,43066,0.006280318000000001,329.0,18140.0,1313.6980782860003,oh +39041,43074,0.067055955,329.0,18140.0,14026.563499035,oh +39041,43082,0.17049619100000002,329.0,18140.0,35663.881744807004,oh +39041,43240,0.021770756000000002,329.0,18140.0,4553.941427812,oh +39043,43438,0.002592669,328.0,,192.547155954,oh +39043,44089,0.19928894100000002,331.0,,14800.392492306002,oh +39043,44814,0.036913441,328.0,,2741.4136093059997,oh +39043,44816,0.00020536,328.0,,15.25126576,oh +39043,44824,0.050621214000000005,328.0,,3759.435078924,oh +39043,44839,0.157408358,328.0,,11690.089115228,oh +39043,44846,0.044742787,328.0,,3322.867819342,oh +39043,44870,0.508227231,328.0,,37744.003537446,oh +39045,43046,0.027458833,329.0,18140.0,4326.798151141999,oh +39045,43102,0.032414677,329.0,18140.0,5107.7103135980005,oh +39045,43105,0.054932073,329.0,18140.0,8655.866470902,oh +39045,43107,0.024483886,329.0,18140.0,3858.0238525639998,oh +39045,43112,0.035620129,329.0,18140.0,5612.806207046,oh +39045,43130,0.441264605,329.0,18140.0,69531.82886827,oh +39045,43136,0.004970251,329.0,18140.0,783.182331074,oh +39045,43147,0.295333727,329.0,18140.0,46536.916698297995,oh +39045,43148,0.016927665,329.0,18140.0,2667.35988471,oh +39045,43150,0.015544638999999999,329.0,18140.0,2449.430945786,oh +39045,43154,0.027156296,329.0,18140.0,4279.126185904,oh +39045,43155,0.019225505,329.0,18140.0,3029.43972487,oh +39045,43157,0.004667714,329.0,18140.0,735.510365836,oh +39047,43106,0.060874229,329.0,,1736.437382225,oh +39047,43128,0.097996399,329.0,,2795.347281475,oh +39047,43142,0.0039075970000000005,329.0,,111.46420442500002,oh +39047,43160,0.837221775,329.0,,23881.751131874997,oh +39049,43002,0.002875576,329.0,18140.0,3786.4319514559998,oh +39049,43004,0.020076036999999998,329.0,18140.0,26435.242175972,oh +39049,43016,0.027849462000000002,329.0,18140.0,36670.946185272005,oh +39049,43017,0.03122043,329.0,18140.0,41109.68852508,oh +39049,43026,0.047748847999999997,329.0,18140.0,62873.582097087994,oh +39049,43054,0.020701228999999998,329.0,18140.0,27258.467493123997,oh +39049,43068,0.042415515,329.0,18140.0,55850.88386934,oh +39049,43081,0.047290322999999995,329.0,18140.0,62269.81655218799,oh +39049,43085,0.020135177,329.0,18140.0,26513.115125812,oh +39049,43109,6.3e-05,329.0,18140.0,82.955628,oh +39049,43110,0.029813364,329.0,18140.0,39256.925927184,oh +39049,43119,0.021928571,329.0,18140.0,28874.577435676,oh +39049,43123,0.050262673,329.0,18140.0,66183.676248788,oh +39049,43125,0.010407834,329.0,18140.0,13704.577866504,oh +39049,43126,0.00038248800000000006,329.0,18140.0,503.6433689280001,oh +39049,43201,0.025695084,329.0,18140.0,33834.156027504,oh +39049,43202,0.016237327,329.0,18140.0,21380.597751212,oh +39049,43203,0.006427035,329.0,18140.0,8462.83689846,oh +39049,43204,0.032613671000000004,329.0,18140.0,42944.24697127601,oh +39049,43205,0.009773425,329.0,18140.0,12869.2160093,oh +39049,43206,0.017417051,329.0,18140.0,22934.006406556,oh +39049,43207,0.036301843,329.0,18140.0,47800.669581308,oh +39049,43209,0.02190169,329.0,18140.0,28839.181717640004,oh +39049,43210,0.009623656,329.0,18140.0,12672.006779935999,oh +39049,43211,0.018013057,329.0,18140.0,23718.800883091997,oh +39049,43212,0.016397849,329.0,18140.0,21591.966057843998,oh +39049,43213,0.025768817000000003,329.0,18140.0,33931.244397652,oh +39049,43214,0.020145161,329.0,18140.0,26526.261617716,oh +39049,43215,0.01109063,329.0,18140.0,14603.65359628,oh +39049,43217,0.00187404,329.0,18140.0,2467.65341424,oh +39049,43219,0.023445469,329.0,18140.0,30871.961978564,oh +39049,43220,0.020390936999999998,329.0,18140.0,26849.888640372,oh +39049,43221,0.025278802000000003,329.0,18140.0,33286.01420631201,oh +39049,43222,0.003478495,329.0,18140.0,4580.3291622199995,oh +39049,43223,0.01994086,329.0,18140.0,26257.24705016,oh +39049,43224,0.0343149,329.0,18140.0,45184.350464400006,oh +39049,43227,0.018660522,329.0,18140.0,24571.354306631998,oh +39049,43228,0.041752687999999996,329.0,18140.0,54978.102440127994,oh +39049,43229,0.041238863,329.0,18140.0,54301.520288428,oh +39049,43230,0.044675115,329.0,18140.0,58826.22572694,oh +39049,43231,0.016764977,329.0,18140.0,22075.384054612,oh +39049,43232,0.034832565,329.0,18140.0,45865.988959140006,oh +39049,43235,0.032774962000000005,329.0,18140.0,43156.627863272006,oh +39051,43502,0.140494462,334.0,45780.0,5918.469706211999,oh +39051,43515,0.182436598,334.0,45780.0,7685.324127348,oh +39051,43521,0.058289577,334.0,45780.0,2455.506720702,oh +39051,43533,0.036181204,334.0,45780.0,1524.1693997040002,oh +39051,43540,0.028868434,334.0,45780.0,1216.1116506839999,oh +39051,43553,0.002954869,334.0,45780.0,124.476811494,oh +39051,43558,0.26916944800000003,334.0,45780.0,11339.032166448002,oh +39051,43567,0.281605408,334.0,45780.0,11862.909417408,oh +39053,45614,0.15104558,329.0,,4515.96075084,oh +39053,45620,0.029896067999999998,329.0,,893.832641064,oh +39053,45623,0.096262209,329.0,,2878.047524682,oh +39053,45631,0.457988981,329.0,,13692.954553938,oh +39053,45658,0.09356999699999999,329.0,,2797.5557703059994,oh +39053,45674,0.020379414,329.0,,609.3037197719999,oh +39053,45685,0.035061357,329.0,,1048.264451586,oh +39053,45686,0.115796394,329.0,,3462.080587812,oh +39055,44021,0.070274164,328.0,17460.0,6581.105184436,oh +39055,44023,0.196652861,328.0,17460.0,18416.343779789,oh +39055,44024,0.268243821,328.0,17460.0,25120.765592829,oh +39055,44026,0.123677576,328.0,17460.0,11582.281314824,oh +39055,44046,0.027832801,328.0,17460.0,2606.5139808490003,oh +39055,44062,0.16345158199999998,328.0,17460.0,15307.077202718,oh +39055,44064,0.019403052,328.0,17460.0,1817.0764167480002,oh +39055,44065,0.05089362099999999,328.0,17460.0,4766.136713028999,oh +39055,44072,0.049745644000000006,328.0,17460.0,4658.629814956001,oh +39055,44080,0.00103543,325.0,17460.0,96.96698407,oh +39055,44086,0.028789448,328.0,17460.0,2696.103015752,oh +39057,45301,0.000859396,330.0,19430.0,145.183782052,oh +39057,45305,0.073782467,332.0,19430.0,12464.588627579,oh +39057,45307,0.002181544,332.0,19430.0,368.54349872800003,oh +39057,45314,0.039730546,332.0,19430.0,6711.9592496019995,oh +39057,45316,0.00071396,332.0,19430.0,120.61426052,oh +39057,45324,0.271232044,330.0,19430.0,45821.127817228,oh +39057,45335,0.044827427,332.0,19430.0,7573.011035099001,oh +39057,45370,0.016388023999999998,332.0,19430.0,2768.5436104879996,oh +39057,45384,0.013571848999999999,332.0,19430.0,2292.787454513,oh +39057,45385,0.255405932,332.0,19430.0,43147.511934284,oh +39057,45387,0.036068196000000004,332.0,19430.0,6093.252827652001,oh +39057,45430,0.048185682,330.0,19430.0,8140.344560034,oh +39057,45432,0.09795794199999999,330.0,19430.0,16548.720847654,oh +39057,45433,0.018073763,330.0,19430.0,3053.3272999309997,oh +39057,45434,0.081021227,330.0,19430.0,13687.483025699,oh +39059,43722,0.007663411,329.0,,297.91510262500003,oh +39059,43723,0.129852241,329.0,,5048.0058688750005,oh +39059,43725,0.49065865299999994,329.0,,19074.355135374997,oh +39059,43732,0.036263461000000004,329.0,,1409.7420463750002,oh +39059,43733,0.0,329.0,,0.0,oh +39059,43736,0.000876534,329.0,,34.07525925,oh +39059,43749,0.059504132,329.0,,2313.2231315,oh +39059,43750,0.00288004,329.0,,111.961555,oh +39059,43755,0.049661908,329.0,,1930.6066735,oh +39059,43768,0.012446782,329.0,,483.86865025,oh +39059,43772,0.04708239400000001,329.0,,1830.3280667500003,oh +39059,43773,0.091860756,329.0,,3571.0868895,oh +39059,43778,0.028750313,329.0,,1117.668417875,oh +39059,43780,0.042499374000000006,329.0,,1652.1631642500001,oh +39061,45001,0.000921174,327.0,17140.0,753.0348733019999,oh +39061,45002,0.016827498,327.0,17140.0,13756.025272554,oh +39061,45030,0.023211388,327.0,17140.0,18974.682982524,oh +39061,45033,0.00030220299999999997,327.0,17140.0,247.04279301899996,oh +39061,45041,0.000105589,327.0,17140.0,86.316156597,oh +39061,45051,0.000211178,327.0,17140.0,172.632313194,oh +39061,45052,0.004450518,327.0,17140.0,3638.1783010139998,oh +39061,45111,0.000393228,327.0,17140.0,321.453272844,oh +39061,45174,0.002852118,327.0,17140.0,2331.5294578139997,oh +39061,45202,0.017118778,327.0,17140.0,13994.138807994,oh +39061,45203,0.002947998,327.0,17140.0,2409.908769054,oh +39061,45204,0.0070065019999999995,327.0,17140.0,5727.626209446,oh +39061,45205,0.022492897,327.0,17140.0,18387.335989281,oh +39061,45206,0.013137949,327.0,17140.0,10739.918582876999,oh +39061,45207,0.008657089,327.0,17140.0,7076.936516097,oh +39061,45208,0.022456487,327.0,17140.0,18357.571797351,oh +39061,45209,0.013449862,327.0,17140.0,10994.899038726,oh +39061,45211,0.045149639000000005,327.0,17140.0,36908.610842247006,oh +39061,45212,0.027342712,327.0,17140.0,22351.928806776003,oh +39061,45213,0.015260653,327.0,17140.0,12475.171789869,oh +39061,45214,0.009455682,327.0,17140.0,7729.764731586,oh +39061,45215,0.037397946,327.0,17140.0,30571.811110458002,oh +39061,45216,0.010831981000000001,327.0,17140.0,8854.852004013,oh +39061,45217,0.008777242,327.0,17140.0,7175.158349466,oh +39061,45218,0.004751508,327.0,17140.0,3884.2294992839998,oh +39061,45219,0.021881209,327.0,17140.0,17887.297564857,oh +39061,45220,0.016794728999999998,327.0,17140.0,13729.237499816998,oh +39061,45223,0.014542161999999999,327.0,17140.0,11887.824796625999,oh +39061,45224,0.025974908999999997,327.0,17140.0,21233.786784957,oh +39061,45225,0.011430319,327.0,17140.0,9343.977163886999,oh +39061,45226,0.0064882659999999995,327.0,17140.0,5303.982271817999,oh +39061,45227,0.022320556000000002,327.0,17140.0,18246.451874988,oh +39061,45229,0.015886906,327.0,17140.0,12987.116708538,oh +39061,45230,0.033713252,327.0,17140.0,27559.673252196,oh +39061,45231,0.048632864000000005,327.0,17140.0,39756.053232672006,oh +39061,45232,0.008312408,327.0,17140.0,6795.169104984,oh +39061,45233,0.019449018999999998,327.0,17140.0,15899.047908986999,oh +39061,45236,0.029717859,327.0,17140.0,24293.547350307,oh +39061,45237,0.024507585,327.0,17140.0,20034.289032704997,oh +39061,45238,0.055360223,327.0,17140.0,45255.487576479,oh +39061,45239,0.03617821,327.0,17140.0,29574.70986333,oh +39061,45240,0.032964419,327.0,17140.0,26947.522493187,oh +39061,45241,0.029572219,327.0,17140.0,24174.490582587,oh +39061,45242,0.027459223999999997,327.0,17140.0,22447.174220951998,oh +39061,45243,0.018296035,327.0,17140.0,14956.514619554999,oh +39061,45244,0.034713314,327.0,17140.0,28377.196935522003,oh +39061,45246,0.017241358000000002,327.0,17140.0,14094.344648334001,oh +39061,45247,0.027360917000000002,327.0,17140.0,22366.810902741003,oh +39061,45248,0.030734912000000003,327.0,17140.0,25124.960717376,oh +39061,45249,0.015967008,327.0,17140.0,13052.597930784,oh +39061,45251,0.027309943,327.0,17140.0,22325.141034039,oh +39061,45252,0.005262462,327.0,17140.0,4301.920598526,oh +39061,45255,0.026417897000000003,327.0,17140.0,21595.917514281,oh +39063,44804,0.013589117,334.0,,1029.824053611,oh +39063,45814,0.046434302000000004,334.0,,3518.9307084660004,oh +39063,45816,0.004770648,334.0,,361.534017384,oh +39063,45840,0.8069622540000001,334.0,,61154.02049488201,oh +39063,45841,0.011825423,334.0,,896.166031209,oh +39063,45858,0.041634742,334.0,,3155.205652986,oh +39063,45867,0.016090093,334.0,,1219.355517819,oh +39063,45868,0.00939673,334.0,,712.11238959,oh +39063,45881,0.018099548,334.0,,1371.638046084,oh +39063,45889,0.023621932999999998,334.0,,1790.1409485389997,oh +39063,45890,0.007054776,334.0,,534.632089608,oh +39063,45897,0.0005204340000000001,334.0,,39.440049822000006,oh +39065,43326,0.416225055,329.0,,13054.898850075,oh +39065,43340,0.05587015099999999,329.0,,1752.3672861149998,oh +39065,43345,0.022469187999999998,329.0,,704.7460816199999,oh +39065,45810,0.24922024,330.0,,7816.7928276,oh +39065,45812,0.059746237,330.0,,1873.940723505,oh +39065,45835,0.015716319,330.0,,492.942345435,oh +39065,45836,0.040698907,329.0,,1276.521218055,oh +39065,45843,0.124670684,329.0,,3910.29600366,oh +39065,45859,0.015383218,330.0,,482.49463257,oh +39067,43907,0.378349974,357.0,,5690.38360896,oh +39067,43973,0.149829217,329.0,,2253.4314236799996,oh +39067,43974,0.004926432,357.0,,74.09353727999999,oh +39067,43976,0.109104046,357.0,,1640.92485184,oh +39067,43986,0.153179191,357.0,,2303.81503264,oh +39067,43988,0.148646873,357.0,,2235.64896992,oh +39067,44693,0.0026931159999999997,326.0,,40.504464639999995,oh +39067,44699,0.053271150999999996,326.0,,801.19811104,oh +39069,43516,0.09948479800000001,334.0,,2686.6864547880004,oh +39069,43523,0.000725637,334.0,,19.596552822,oh +39069,43524,0.047238952,180.0,,1275.735137712,oh +39069,43527,0.072055729,180.0,,1945.9370173739999,oh +39069,43532,0.144111458,334.0,,3891.8740347479998,oh +39069,43534,0.063094115,334.0,,1703.91966969,oh +39069,43535,0.026086641,334.0,,704.495826846,oh +39069,43545,0.514549017,334.0,,13895.910753102,oh +39069,43548,0.021297438999999998,180.0,,575.1586376339999,oh +39069,43555,0.011356215,334.0,,306.68594228999996,oh +39071,45123,0.203522505,329.0,,8784.234838305,oh +39071,45132,0.009272202,327.0,,400.197510522,oh +39071,45133,0.553629671,327.0,,23895.210230031003,oh +39071,45135,0.109612338,327.0,,4730.978120418,oh +39071,45155,0.008643183,327.0,,373.048421463,oh +39071,45172,0.004449725,327.0,,192.054580725,oh +39071,45697,0.11087037599999999,327.0,,4785.276298536,oh +39073,43111,0.010906895,329.0,18140.0,308.27248027999997,oh +39073,43127,0.009057629000000001,329.0,18140.0,256.004826056,oh +39073,43135,0.147714836,329.0,18140.0,4175.012124704,oh +39073,43138,0.68336038,329.0,18140.0,19314.497780319998,oh +39073,43144,0.015133789,329.0,18140.0,427.741412296,oh +39073,43149,0.09110465300000001,329.0,18140.0,2574.981912392,oh +39073,43152,0.029701476,329.0,18140.0,839.482517664,oh +39073,43158,0.013020341999999999,329.0,18140.0,368.006946288,oh +39075,43006,0.015590041,329.0,,685.3382023600001,oh +39075,43804,0.09011282,329.0,,3961.3595671999997,oh +39075,44610,0.003808254,326.0,,167.41084584,oh +39075,44611,0.050483172,326.0,,2219.24024112,oh +39075,44624,0.126338839,326.0,,5553.85536244,oh +39075,44628,0.022183082000000003,326.0,,975.1682847200001,oh +39075,44633,0.062693388,326.0,,2756.00133648,oh +39075,44637,0.078093017,326.0,,3432.96902732,oh +39075,44638,0.03458371,326.0,,1520.2998916,oh +39075,44654,0.500856857,326.0,,22017.667433720002,oh +39075,44661,0.003641643,326.0,,160.08662628,oh +39075,44687,0.0065454369999999994,326.0,,287.73741051999997,oh +39075,44690,0.005069739,326.0,,222.86572644,oh +39077,44826,0.032125294,328.0,,1871.812380204,oh +39077,44847,0.059582353,328.0,,3471.6253798979997,oh +39077,44850,0.000766161,329.0,,44.641136826,oh +39077,44851,0.083368969,328.0,,4857.576347754,oh +39077,44855,0.023822251000000003,328.0,,1388.027276766,oh +39077,44857,0.416827026,328.0,,24286.843496916,oh +39077,44865,0.057159148,329.0,,3330.434917368,oh +39077,44889,0.125988882,328.0,,7340.868198612,oh +39077,44890,0.200359917,329.0,,11674.170923922,oh +39079,45621,0.009360799999999999,329.0,,303.4116104,oh +39079,45640,0.48709482,329.0,,15788.204400659999,oh +39079,45656,0.19279006399999998,329.0,,6248.904344432,oh +39079,45672,0.046258709,329.0,,1499.383534817,oh +39079,45692,0.26449560699999997,329.0,,8573.096109691,oh +39081,43903,0.031228704,357.0,48260.0,2040.0150888,oh +39081,43908,0.023688187000000003,357.0,48260.0,1547.4308157750002,oh +39081,43910,0.047524517999999995,357.0,48260.0,3104.5391383499996,oh +39081,43913,0.023643743999999998,357.0,48260.0,1544.5275768,oh +39081,43917,0.05007259,357.0,48260.0,3270.99194175,oh +39081,43925,0.00629611,357.0,48260.0,411.29338574999997,oh +39081,43926,0.003496193,357.0,48260.0,228.388807725,oh +39081,43930,0.011777428999999999,357.0,48260.0,769.3605494249999,oh +39081,43932,0.012384818,357.0,48260.0,809.0382358500001,oh +39081,43938,0.07881248,357.0,48260.0,5148.425256,oh +39081,43939,0.006503511,357.0,48260.0,424.841856075,oh +39081,43943,0.044872745,357.0,48260.0,2931.312067125,oh +39081,43944,0.032902729,357.0,48260.0,2149.370771925,oh +39081,43948,0.008681224,357.0,48260.0,567.1009578,oh +39081,43952,0.274036325,357.0,48260.0,17901.422930625,oh +39081,43953,0.172676365,357.0,48260.0,11280.083543625,oh +39081,43961,0.005377618000000001,357.0,48260.0,351.29289585000004,oh +39081,43963,0.020517911,357.0,48260.0,1340.332536075,oh +39081,43964,0.128025836,357.0,48260.0,8363.2877367,oh +39081,43970,0.00118515,357.0,48260.0,77.41992375000001,oh +39081,43971,0.016295813,357.0,48260.0,1064.523984225,oh +39083,43005,0.0033633409999999997,329.0,,209.610137802,oh +39083,43014,0.058682775,329.0,,3657.22790355,oh +39083,43019,0.15553361699999999,329.0,,9693.166078674,oh +39083,43022,0.075298685,329.0,,4692.76464657,oh +39083,43028,0.13946989699999998,329.0,,8692.042920834,oh +39083,43037,0.005036645,329.0,,313.89378969,oh +39083,43050,0.477025535,329.0,,29729.18539227,oh +39083,43822,0.085589505,329.0,,5334.10913061,oh +39085,44045,0.002076947,328.0,17460.0,478.007275103,oh +39085,44057,0.084828271,328.0,17460.0,19523.141742379,oh +39085,44060,0.263323812,328.0,17460.0,60603.712007988,oh +39085,44077,0.245371499,328.0,17460.0,56472.005123350995,oh +39085,44081,0.030932143999999998,328.0,17460.0,7119.0020094559995,oh +39085,44092,0.07261477599999999,328.0,17460.0,16712.218081624,oh +39085,44094,0.15568395599999998,328.0,17460.0,35830.506789444,oh +39085,44095,0.145168594,328.0,17460.0,33410.406740506005,oh +39087,45619,0.125295274,444.0,26580.0,7450.432877862001,oh +39087,45638,0.358706246,444.0,26580.0,21329.749505898002,oh +39087,45645,0.038934866,444.0,26580.0,2315.183936958,oh +39087,45659,0.04251945099999999,444.0,26580.0,2528.3341148129994,oh +39087,45669,0.165848985,444.0,26580.0,9861.878195055,oh +39087,45678,0.017939442,444.0,26580.0,1066.733039646,oh +39087,45680,0.21436476899999998,444.0,26580.0,12746.772259046998,oh +39087,45688,0.010043445,444.0,26580.0,597.213370035,oh +39087,45696,0.026347522999999998,444.0,26580.0,1566.702760149,oh +39089,43001,0.017057285,329.0,18140.0,3016.7855396699997,oh +39089,43008,0.015867523999999997,329.0,18140.0,2806.3620296879994,oh +39089,43011,0.046874146,329.0,18140.0,8290.255209852,oh +39089,43013,0.004910798,329.0,18140.0,868.533555876,oh +39089,43023,0.084157364,329.0,18140.0,14884.239711768,oh +39089,43025,0.030958061000000002,329.0,18140.0,5475.304584582001,oh +39089,43030,0.0006859339999999999,329.0,18140.0,121.31565910799999,oh +39089,43031,0.081389349,329.0,18140.0,14394.683042838,oh +39089,43033,0.0018089220000000001,329.0,18140.0,319.929562764,oh +39089,43055,0.37577015799999997,329.0,18140.0,66459.461684196,oh +39089,43056,0.115570691,329.0,18140.0,20440.063551642,oh +39089,43062,0.178828328,329.0,18140.0,31627.935746736002,oh +39089,43071,0.012055433,329.0,18140.0,2132.147991246,oh +39089,43080,0.031892872999999995,329.0,18140.0,5640.637304525999,oh +39089,43721,0.000491687,329.0,18140.0,86.960746194,oh +39089,43740,0.0016814479999999999,329.0,18140.0,297.38425617599995,oh +39091,43060,0.055738551,329.0,,2545.6911012719997,oh +39091,43310,0.056373522,329.0,,2574.6914967840003,oh +39091,43311,0.375942535,329.0,,17170.047458520003,oh +39091,43318,0.09002698599999999,329.0,,4111.712504591999,oh +39091,43319,0.018374474,329.0,,839.1989765279999,oh +39091,43324,0.058794349,329.0,,2685.255507528,oh +39091,43331,0.089431701,329.0,,4084.524648072,oh +39091,43333,0.010100008,329.0,,461.28756537600003,oh +39091,43336,0.0,329.0,,0.0,oh +39091,43343,0.020080959,330.0,,917.1375594479999,oh +39091,43347,0.02978411,329.0,,1360.29987192,oh +39091,43348,0.034447177999999995,329.0,,1573.2715136159998,oh +39091,43357,0.07780379400000001,329.0,,3553.4548795680003,oh +39091,43358,0.051353282,329.0,,2345.407095504,oh +39091,43360,0.031748551,329.0,,1450.019821272,oh +39093,44001,0.07080245,331.0,17460.0,21936.935490850003,oh +39093,44011,0.076351379,328.0,17460.0,23656.176809706998,oh +39093,44012,0.079672023,331.0,17460.0,24685.021902159,oh +39093,44028,0.03015722,328.0,17460.0,9343.70194426,oh +39093,44035,0.212166093,331.0,17460.0,65736.057092469,oh +39093,44039,0.110636786,331.0,17460.0,34278.927316738,oh +39093,44044,0.051602354,331.0,17460.0,15988.112146882,oh +39093,44049,0.00075058,328.0,17460.0,232.55445314000002,oh +39093,44050,0.021391521,331.0,17460.0,6627.799125993,oh +39093,44052,0.095752523,331.0,17460.0,29667.291458659,oh +39093,44053,0.063313407,331.0,17460.0,19616.582831031,oh +39093,44054,0.042263668,331.0,17460.0,13094.679047443999,oh +39093,44055,0.066825048,331.0,17460.0,20704.605096984,oh +39093,44074,0.038118726,328.0,17460.0,11810.439232757999,oh +39093,44090,0.040196222999999996,328.0,17460.0,12454.116360758999,oh +39095,43412,0.010211015,334.0,45780.0,4373.86785322,oh +39095,43434,0.00014243600000000002,334.0,45780.0,61.01217572800001,oh +39095,43504,0.002944452,334.0,45780.0,1261.250125296,oh +39095,43528,0.037171084,334.0,45780.0,15922.159489232,oh +39095,43537,0.063271868,334.0,45780.0,27102.378114064,oh +39095,43542,0.008609196,334.0,45780.0,3687.731888208,oh +39095,43547,0.000417967,334.0,45780.0,179.035328516,oh +39095,43560,0.075362569,334.0,45780.0,32281.405706012003,oh +39095,43566,0.018507318999999998,334.0,45780.0,7927.573079011999,oh +39095,43571,0.017573314,334.0,45780.0,7527.493905272,oh +39095,43604,0.020828323,334.0,45780.0,8921.770500404,oh +39095,43605,0.060934519000000006,334.0,45780.0,26101.179344612003,oh +39095,43606,0.058886712,334.0,45780.0,25224.005311776,oh +39095,43607,0.049308486,334.0,45780.0,21121.191361128,oh +39095,43608,0.034021151,334.0,45780.0,14572.891988547999,oh +39095,43609,0.051220862,334.0,45780.0,21940.353795976,oh +39095,43610,0.010140965,334.0,45780.0,4343.86207582,oh +39095,43611,0.043382221,334.0,45780.0,18582.687600908,oh +39095,43612,0.069317219,334.0,45780.0,29691.892124212,oh +39095,43613,0.076245204,334.0,45780.0,32659.480642992,oh +39095,43614,0.07380278,334.0,45780.0,31613.27320744,oh +39095,43615,0.092900858,334.0,45780.0,39793.896722584,oh +39095,43616,0.047587581,334.0,45780.0,20384.045146188,oh +39095,43617,0.01697088,334.0,45780.0,7269.4425062400005,oh +39095,43620,0.013690186000000002,334.0,45780.0,5864.163792728001,oh +39095,43623,0.046550834000000006,334.0,45780.0,19939.956642232002,oh +39097,43029,0.010706068000000001,329.0,18140.0,478.89312770800007,oh +39097,43064,0.270846407,329.0,18140.0,12115.230631517,oh +39097,43140,0.46616083799999997,329.0,18140.0,20851.840444578,oh +39097,43143,0.10957080599999999,329.0,18140.0,4901.211723185999,oh +39097,43151,0.00600909,329.0,18140.0,268.79260479,oh +39097,43162,0.136706791,329.0,18140.0,6115.031468221,oh +39099,44401,0.012649236999999999,335.0,49660.0,2892.6654648709996,oh +39099,44405,0.034723312,335.0,49660.0,7940.631158096,oh +39099,44406,0.094766885,335.0,49660.0,21671.575562455,oh +39099,44429,0.011084967,335.0,49660.0,2534.943508461,oh +39099,44436,0.016100218,335.0,49660.0,3681.8461528939997,oh +39099,44442,0.017159041,335.0,49660.0,3923.980973003,oh +39099,44443,0.007285403,335.0,49660.0,1666.047814249,oh +39099,44449,0.005507625,325.0,49660.0,1259.5002078750001,oh +39099,44451,0.01227451,335.0,49660.0,2806.9717703300003,oh +39099,44452,0.015006536000000001,335.0,49660.0,3431.739672088,oh +39099,44454,0.0042788670000000004,335.0,49660.0,978.5041421610001,oh +39099,44471,0.046806099999999996,335.0,49660.0,10703.759366299999,oh +39099,44502,0.040679739,335.0,49660.0,9302.764753737,oh +39099,44503,0.004923747,335.0,49660.0,1125.977235201,oh +39099,44504,0.020910675,335.0,49660.0,4781.915891025,oh +39099,44505,0.078366013,335.0,49660.0,17920.974950879,oh +39099,44506,0.012535948,335.0,49660.0,2866.758196484,oh +39099,44507,0.023568627,335.0,49660.0,5389.744328241,oh +39099,44509,0.051899782,335.0,49660.0,11868.597847105999,oh +39099,44510,0.011333333000000001,335.0,49660.0,2591.7405904390002,oh +39099,44511,0.086997821,335.0,49660.0,19894.922699743,oh +39099,44512,0.14275817,335.0,49660.0,32646.36659011,oh +39099,44514,0.094374728,335.0,49660.0,21581.895923224,oh +39099,44515,0.116174292,335.0,49660.0,26567.085617435998,oh +39099,44609,0.017145969,326.0,49660.0,3920.991628827,oh +39099,44672,0.020688453,326.0,49660.0,4731.097497399,oh +39101,43302,0.82489197,329.0,,53694.69300321,oh +39101,43314,0.046311707,329.0,,3014.5679437510003,oh +39101,43322,0.005420591999999999,329.0,,352.84259505599994,oh +39101,43332,0.02647692,329.0,,1723.4621535600002,oh +39101,43337,0.017544395,329.0,,1142.017303735,oh +39101,43341,0.014475271000000001,329.0,,942.2388152030001,oh +39101,43342,0.043685392,329.0,,2843.6132214560002,oh +39101,43356,0.021193752000000003,329.0,,1379.5648989360002,oh +39103,44212,0.252078884,328.0,17460.0,45310.171083464,oh +39103,44215,0.013194665,328.0,17460.0,2371.68825509,oh +39103,44233,0.045025446,328.0,17460.0,8093.1438167159995,oh +39103,44235,0.010882901,328.0,17460.0,1956.157923146,oh +39103,44251,0.00523697,326.0,17460.0,941.32440962,oh +39103,44253,0.018244195,328.0,17460.0,3279.3210744700004,oh +39103,44254,0.028172854,328.0,17460.0,5063.957815084,oh +39103,44256,0.357363566,328.0,17460.0,64234.671534236004,oh +39103,44273,0.040737037999999996,326.0,17460.0,7322.319632348,oh +39103,44274,0.0013972829999999998,325.0,17460.0,251.15603011799996,oh +39103,44275,0.018630436,328.0,17460.0,3348.746349256,oh +39103,44280,0.026360931,328.0,17460.0,4738.271903526,oh +39103,44281,0.182674831,325.0,17460.0,32835.070172926,oh +39105,45741,0.030426988999999998,329.0,,696.991037023,oh +39105,45743,0.085673576,443.0,,1962.524605432,oh +39105,45760,0.17571356300000002,329.0,,4025.070587641,oh +39105,45769,0.324401342,329.0,,7431.061541194,oh +39105,45770,0.027393483,329.0,,627.502515081,oh +39105,45771,0.15778829800000002,329.0,,3614.4565422860005,oh +39105,45772,0.074596682,443.0,,1708.7861945739999,oh +39105,45775,0.053270212000000004,329.0,,1220.260746284,oh +39105,45776,0.036126304,329.0,,827.5452457279999,oh +39105,45779,0.034609551,329.0,,792.800984757,oh +39107,45310,0.00662658,330.0,,272.82955176,oh +39107,45822,0.459295619,330.0,,18910.119225468,oh +39107,45826,0.011878758,330.0,,489.072224376,oh +39107,45828,0.153343969,330.0,,6313.477891668,oh +39107,45846,0.10546079300000001,330.0,,4342.0317693960005,oh +39107,45860,0.056792244000000006,330.0,,2338.2502699680003,oh +39107,45862,0.037403362,330.0,,1539.971220264,oh +39107,45866,0.00348509,330.0,,143.48812548,oh +39107,45882,0.070560805,180.0,,2905.1294634600004,oh +39107,45883,0.095152779,330.0,,3917.6302169880005,oh +39109,45312,0.012577935,330.0,19430.0,1345.675531845,oh +39109,45318,0.055532026,330.0,19430.0,5941.204865662,oh +39109,45326,0.01049967,330.0,19430.0,1123.3281942899998,oh +39109,45337,0.018891526000000002,330.0,19430.0,2021.1476921620003,oh +39109,45339,0.013641691000000001,330.0,19430.0,1459.4835950170002,oh +39109,45356,0.248298482,330.0,19430.0,26564.709693734,oh +39109,45359,0.019088518,330.0,19430.0,2042.223275266,oh +39109,45361,0.003230668,330.0,19430.0,345.639477316,oh +39109,45371,0.195681937,330.0,19430.0,20935.423393819,oh +39109,45373,0.35447713399999997,330.0,19430.0,37924.445135258,oh +39109,45383,0.068080412,330.0,19430.0,7283.719038644001,oh +39111,43716,0.137289377,329.0,,1874.549153558,oh +39111,43747,0.06439560400000001,329.0,,879.2575770160001,oh +39111,43754,0.11853479900000001,329.0,,1618.474145546,oh +39111,43786,0.002564103,329.0,,35.010262362,oh +39111,43793,0.359047619,329.0,,4902.4361898259995,oh +39111,43914,0.014212454,357.0,,194.05684691599998,oh +39111,43915,0.085860806,357.0,,1172.343445124,oh +39111,43931,0.027472527000000004,357.0,,375.10988365800006,oh +39111,43946,0.156483516,357.0,,2136.6259274639997,oh +39111,45734,0.034139194,329.0,,466.136554876,oh +39113,45309,0.022643577,330.0,19430.0,12039.295524399,oh +39113,45315,0.007401623,330.0,19430.0,3935.3467280010004,oh +39113,45322,0.038741105,330.0,19430.0,20598.141894135,oh +39113,45325,0.004124957,330.0,19430.0,2193.1860124590003,oh +39113,45327,0.017031378,332.0,19430.0,9055.362274686,oh +39113,45342,0.066732928,332.0,19430.0,35481.030289536,oh +39113,45345,0.011755947,330.0,19430.0,6250.484192589,oh +39113,45354,0.0008300889999999999,330.0,19430.0,441.3475301429999,oh +39113,45377,0.027815247,330.0,19430.0,14789.005231689001,oh +39113,45402,0.018300175,330.0,19430.0,9729.965145225,oh +39113,45403,0.025774613,330.0,19430.0,13704.026662130998,oh +39113,45404,0.019676375,330.0,19430.0,10461.672794625,oh +39113,45405,0.030664125,330.0,19430.0,16303.716628875,oh +39113,45406,0.035373422,330.0,19430.0,18807.588622914,oh +39113,45409,0.028385023,330.0,19430.0,15091.947723800999,oh +39113,45410,0.029269722,330.0,19430.0,15562.330681014,oh +39113,45414,0.037141,330.0,19430.0,19747.386867,oh +39113,45415,0.024609576,330.0,19430.0,13084.591634712,oh +39113,45416,0.011175248999999998,330.0,19430.0,5941.734615062999,oh +39113,45417,0.05339508,330.0,19430.0,28389.46989996,oh +39113,45419,0.027482119,332.0,19430.0,14611.885404753,oh +39113,45420,0.045773193,330.0,19430.0,24337.011666591,oh +39113,45424,0.09248205599999999,330.0,19430.0,49171.506908471994,oh +39113,45426,0.028634412999999997,330.0,19430.0,15224.545144730999,oh +39113,45428,0.000609824,330.0,19430.0,324.235493088,oh +39113,45429,0.046856313,332.0,19430.0,24912.892490030998,oh +39113,45431,0.051123259000000004,330.0,19430.0,27181.572207933,oh +39113,45439,0.018540464,332.0,19430.0,9857.723682767999,oh +39113,45440,0.037559685,332.0,19430.0,19969.996238595002,oh +39113,45449,0.032610101,332.0,19430.0,17338.366770387,oh +39113,45458,0.058375610999999994,332.0,19430.0,31037.553485757,oh +39113,45459,0.049111750999999995,332.0,19430.0,26112.079553936997,oh +39115,43728,0.127072261,329.0,,1843.564362588,oh +39115,43756,0.383437773,329.0,,5562.915210684,oh +39115,43758,0.242722297,329.0,,3521.415084876,oh +39115,43787,0.246767669,329.0,,3580.105341852,oh +39117,43315,0.28311142300000003,329.0,18140.0,10001.760351744,oh +39117,43317,0.0059565519999999995,329.0,18140.0,210.433069056,oh +39117,43320,0.059331932000000004,329.0,18140.0,2096.0784936960004,oh +39117,43321,0.009966519,329.0,18140.0,352.097183232,oh +39117,43334,0.245931636,329.0,18140.0,8688.272836608001,oh +39117,43338,0.395701939,329.0,18140.0,13979.358100992,oh +39119,43701,0.640598714,329.0,,55229.21812751,oh +39119,43720,0.015336575,329.0,,1322.242813625,oh +39119,43727,0.013400779,329.0,,1155.348161485,oh +39119,43734,0.020026272,329.0,,1726.56504048,oh +39119,43735,0.005046897,329.0,,435.118224855,oh +39119,43738,0.0011868269999999999,329.0,,102.322289805,oh +39119,43746,0.013999953999999998,329.0,,1207.00603411,oh +39119,43762,0.069101007,329.0,,5957.543318505001,oh +39119,43767,0.011361278999999998,329.0,,979.5126689849999,oh +39119,43771,0.021835319,329.0,,1882.532027585,oh +39119,43777,0.05557348,329.0,,4791.267578200001,oh +39119,43802,0.011614777,329.0,,1001.3679990549999,oh +39119,43821,0.050572673,329.0,,4360.123002695,oh +39119,43830,0.066542991,329.0,,5737.003969064999,oh +39119,43842,0.003802457,329.0,,327.828830255,oh +39121,43711,0.010010356,329.0,,144.389374944,oh +39121,43717,0.012340351999999999,329.0,,177.99723724799998,oh +39121,43724,0.804193994,329.0,,11599.694169456001,oh +39121,43779,0.07378322400000001,329.0,,1064.249222976,oh +39121,43788,0.065067311,329.0,,938.5308938640001,oh +39121,45727,0.034604763999999996,329.0,,499.13911593599994,oh +39123,43408,0.007040416999999999,334.0,45780.0,285.31289892499996,oh +39123,43416,0.077940026,334.0,45780.0,3158.51955365,oh +39123,43430,0.117444589,334.0,45780.0,4759.441969225,oh +39123,43432,0.033324641,334.0,45780.0,1350.4810765250002,oh +39123,43433,0.002216428,334.0,45780.0,89.82074469999999,oh +39123,43439,0.0013820079999999999,334.0,45780.0,56.005874199999994,oh +39123,43440,0.123546284,334.0,45780.0,5006.713159100001,oh +39123,43445,0.032307692,334.0,45780.0,1309.2692183,oh +39123,43446,0.002294654,328.0,45780.0,92.99085335000001,oh +39123,43449,0.214315515,334.0,45780.0,8685.136245375,oh +39123,43452,0.356558018,334.0,45780.0,14449.51367945,oh +39123,43456,0.007588005,328.0,45780.0,307.503902625,oh +39123,43458,0.013585398,334.0,45780.0,550.54825395,oh +39123,43468,0.010456323,334.0,45780.0,423.742489575,oh +39125,45813,0.203706833,180.0,,3803.613985776,oh +39125,45821,0.06681313700000001,180.0,,1247.5348940640001,oh +39125,45849,0.061066982,180.0,,1140.242687904,oh +39125,45851,0.042025800999999995,180.0,,784.7057562719999,oh +39125,45855,0.008675568,180.0,,161.990205696,oh +39125,45861,0.011661315,180.0,,217.74007368,oh +39125,45873,0.127485775,180.0,,2380.4143908,oh +39125,45879,0.32702383,180.0,,6106.18895376,oh +39125,45880,0.151540758,180.0,,2829.569033376,oh +39127,43076,0.21646702,329.0,18140.0,7821.81930068,oh +39127,43730,0.05878875099999999,329.0,18140.0,2124.2727286339996,oh +39127,43731,0.138270526,329.0,18140.0,4996.267186484,oh +39127,43739,0.056012544000000004,329.0,18140.0,2023.9572648960002,oh +39127,43748,0.070741864,329.0,18140.0,2556.186513776,oh +39127,43760,0.054958614,329.0,18140.0,1985.874558276,oh +39127,43761,0.001259575,329.0,18140.0,45.51348305,oh +39127,43764,0.224924168,329.0,18140.0,8127.409886512,oh +39127,43766,0.039663771,329.0,18140.0,1433.210701314,oh +39127,43782,0.017299882,329.0,18140.0,625.1139361879999,oh +39127,43783,0.121613285,329.0,18140.0,4394.37444019,oh +39129,43103,0.195502345,329.0,18140.0,11428.480581665,oh +39129,43113,0.432375302,329.0,18140.0,25275.363029014003,oh +39129,43116,0.027763962000000003,329.0,18140.0,1622.9979266340001,oh +39129,43117,0.003765809,329.0,18140.0,220.137896713,oh +39129,43137,0.04042916,329.0,18140.0,2363.36740612,oh +39129,43145,0.038883757000000005,329.0,18140.0,2273.027782949,oh +39129,43146,0.218043911,329.0,18140.0,12746.192905327,oh +39129,43156,0.003570414,329.0,18140.0,208.715691198,oh +39129,43164,0.03966534,329.0,18140.0,2318.71678038,oh +39131,45613,0.10601830300000001,329.0,,2944.3403109160004,oh +39131,45624,0.0,329.0,,0.0,oh +39131,45642,0.0,329.0,,0.0,oh +39131,45646,0.019350085,327.0,,537.39056062,oh +39131,45661,0.269737863,329.0,,7491.159931236,oh +39131,45690,0.604893749,329.0,,16799.109197228,oh +39133,44201,0.038636376,325.0,10420.0,6277.097463216,oh +39133,44202,0.113549995,328.0,10420.0,18448.01348767,oh +39133,44231,0.048835178,325.0,10420.0,7934.056028948,oh +39133,44234,0.023240804,325.0,10420.0,3775.840462664,oh +39133,44240,0.21997807800000002,325.0,10420.0,35738.958420348004,oh +39133,44241,0.09257373699999999,325.0,10420.0,15040.084755441998,oh +39133,44243,0.026267617000000004,325.0,10420.0,4267.594663522001,oh +39133,44255,0.045752725,325.0,10420.0,7433.26221985,oh +39133,44260,0.073255549,325.0,10420.0,11901.536023834,oh +39133,44265,0.0,325.0,10420.0,0.0,oh +39133,44266,0.188586022,325.0,10420.0,30638.816650252,oh +39133,44272,0.028799234,325.0,10420.0,4678.896351044,oh +39133,44285,0.0001391,325.0,10420.0,22.5990206,oh +39133,44288,0.019590824,325.0,10420.0,3182.842811984,oh +39133,44411,0.012952979,325.0,10420.0,2104.418686214,oh +39133,44412,0.014633305,325.0,10420.0,2377.41453013,oh +39133,44444,0.053208477000000004,335.0,10420.0,8644.568424282,oh +39135,45003,0.013738178,327.0,,561.644192996,oh +39135,45070,0.004604281,327.0,,188.232215842,oh +39135,45311,0.154230961,327.0,,6305.270147602,oh +39135,45320,0.372872076,330.0,,15243.756211032,oh +39135,45321,0.021179691,330.0,,865.8681274620001,oh +39135,45330,0.021055251,330.0,,860.780771382,oh +39135,45338,0.12466401199999999,330.0,,5096.514138584,oh +39135,45347,0.11147337,183.0,,4557.25431234,oh +39135,45378,0.009009457,330.0,,368.324621074,oh +39135,45381,0.135141862,330.0,,5524.869602284,oh +39135,45382,0.032030861,330.0,,1309.485659402,oh +39137,45827,0.058261809000000005,330.0,,1972.8031145490002,oh +39137,45830,0.164724606,330.0,,5577.739883766,oh +39137,45831,0.09290627,330.0,,3145.89920847,oh +39137,45844,0.090149491,330.0,,3052.551914751,oh +39137,45853,0.035923379,330.0,,1216.401536319,oh +39137,45856,0.14809867599999998,330.0,,5014.769268036,oh +39137,45864,0.004774626,330.0,,161.673610986,oh +39137,45875,0.324077758,330.0,,10973.596963638,oh +39137,45876,0.020036378,330.0,,678.451795458,oh +39137,45877,0.061047007,330.0,,2067.112704027,oh +39139,44813,0.077074608,329.0,31900.0,9337.897057632,oh +39139,44822,0.022753232,329.0,31900.0,2756.645069728,oh +39139,44843,0.017596716000000002,329.0,31900.0,2131.912530264,oh +39139,44875,0.111216872,329.0,31900.0,13474.368910288,oh +39139,44878,0.025807412999999998,329.0,31900.0,3126.6713146019997,oh +39139,44901,0.021743448999999998,329.0,31900.0,2634.305820146,oh +39139,44902,0.040143025,329.0,31900.0,4863.48805085,oh +39139,44903,0.19536824,329.0,31900.0,23669.64374896,oh +39139,44904,0.11208594699999999,329.0,31900.0,13579.660822838,oh +39139,44905,0.11355096099999999,329.0,31900.0,13757.153128994,oh +39139,44906,0.139457697,329.0,31900.0,16895.857822338,oh +39139,44907,0.12320184099999999,329.0,31900.0,14926.395844514,oh +39141,43101,0.003654783,329.0,,280.197593478,oh +39141,43115,0.019145935,329.0,,1467.84225271,oh +39141,45601,0.727789177,329.0,,55796.685043882004,oh +39141,45612,0.061464477999999996,329.0,,4712.235670348,oh +39141,45617,0.00357784,329.0,,274.29868144,oh +39141,45628,0.065170557,329.0,,4996.365922962001,oh +39141,45644,0.060002565,329.0,,4600.15664829,oh +39141,45647,0.033072582999999996,329.0,,2535.542648278,oh +39141,45673,0.004706335,329.0,,360.81587910999997,oh +39141,45681,0.021415748,329.0,,1641.859736168,oh +39143,43407,0.011169503999999999,334.0,,653.6170350719999,oh +39143,43410,0.153676437,328.0,,8992.837740366,oh +39143,43420,0.461688143,334.0,,27017.066752074,oh +39143,43431,0.07458593200000001,334.0,,4364.619568776,oh +39143,43435,0.020607658,334.0,,1205.918930844,oh +39143,43442,0.017926364,334.0,,1049.014968552,oh +39143,43464,0.021097951,328.0,,1234.609896618,oh +39143,43469,0.045168309000000004,334.0,,2643.1591060620003,oh +39143,44811,0.19407970300000002,328.0,,11357.156060154,oh +39145,45629,0.036465119,329.0,,2746.3339723659997,oh +39145,45630,0.00102179,329.0,,76.95509206,oh +39145,45636,0.0015326839999999999,329.0,,115.43256277599998,oh +39145,45648,0.16458477,329.0,,12395.53736778,oh +39145,45652,0.052622168,329.0,,3963.1859607519996,oh +39145,45653,0.048305105999999993,329.0,,3638.0507532839997,oh +39145,45657,0.024586814,329.0,,1851.7313095959998,oh +39145,45662,0.386862339,329.0,,29136.150199446,oh +39145,45663,0.078703349,329.0,,5927.464026586001,oh +39145,45671,0.00349963,329.0,,263.57113382,oh +39145,45682,0.026694255,329.0,,2010.45112107,oh +39145,45684,0.026732572000000003,329.0,,2013.3369276080002,oh +39145,45694,0.148389404,329.0,,11175.799572856,oh +39147,44802,0.015769837,334.0,,870.1480659859999,oh +39147,44807,0.035154631,329.0,,1939.762229318,oh +39147,44809,0.005322942,334.0,,293.709293676,oh +39147,44815,0.010446895,334.0,,576.43877231,oh +39147,44818,0.039698201,334.0,,2190.4673347780003,oh +39147,44828,0.001210513,328.0,,66.793686314,oh +39147,44830,0.30992455,334.0,,17101.0168199,oh +39147,44836,0.038636929,334.0,,2131.908468362,oh +39147,44841,0.010264489,334.0,,566.373974042,oh +39147,44853,0.022751016000000002,334.0,,1255.355560848,oh +39147,44861,0.0010778539999999998,334.0,,59.47382801199999,oh +39147,44867,0.042401127999999996,334.0,,2339.6094407839996,oh +39147,44883,0.467341016,334.0,,25786.942580848,oh +39149,45302,0.08783527699999999,330.0,,4267.91610943,oh +39149,45306,0.049896838,330.0,,2424.48735842,oh +39149,45317,0.025811612999999997,330.0,,1254.1862756699998,oh +39149,45333,0.028801213,330.0,,1399.45093967,oh +39149,45334,0.044570298,330.0,,2165.67077982,oh +39149,45336,0.003389616,330.0,,164.70144144,oh +39149,45340,0.01448482,330.0,,703.8174038000001,oh +39149,45353,0.0029896000000000002,330.0,,145.264664,oh +39149,45360,0.009537244,330.0,,463.41468596,oh +39149,45363,0.035748874,330.0,,1737.03778766,oh +39149,45365,0.636489957,330.0,,30927.047010629998,oh +39149,45845,0.06044465,330.0,,2937.0055435,oh +39151,44601,0.093141474,326.0,15940.0,34518.789113244,oh +39151,44608,0.006539206999999999,326.0,15940.0,2423.469349442,oh +39151,44613,0.005394377,326.0,15940.0,1999.188482462,oh +39151,44614,0.033856952,326.0,15940.0,12547.589552912,oh +39151,44626,0.008083522,326.0,15940.0,2995.8017543319997,oh +39151,44632,0.026357911,326.0,15940.0,9768.399964066,oh +39151,44640,0.000630059,326.0,15940.0,233.503645754,oh +39151,44641,0.054262818,326.0,15940.0,20110.125927708,oh +39151,44643,0.00961175,326.0,15940.0,3562.1722205,oh +39151,44646,0.12533882400000002,326.0,15940.0,46451.320207344004,oh +39151,44647,0.051402082,326.0,15940.0,19049.920001692,oh +39151,44652,8.58e-05,326.0,15940.0,31.797994799999998,oh +39151,44657,0.025692997999999998,326.0,15940.0,9521.979216787999,oh +39151,44662,0.026864639,326.0,15940.0,9956.196401234,oh +39151,44666,0.007150498000000001,326.0,15940.0,2650.017461788,oh +39151,44669,0.003611444,326.0,15940.0,1338.4228150640001,oh +39151,44670,0.000461149,326.0,15940.0,170.904586294,oh +39151,44688,0.007549981999999999,326.0,15940.0,2798.068629092,oh +39151,44689,0.002107346,326.0,15940.0,780.995071676,oh +39151,44702,0.002541684,326.0,15940.0,941.9633405039999,oh +39151,44703,0.021665983,326.0,15940.0,8029.543295698,oh +39151,44704,0.009357045,326.0,15940.0,3467.77701927,oh +39151,44705,0.05215011,326.0,15940.0,19327.14366666,oh +39151,44706,0.046686024000000007,326.0,15940.0,17302.120610544003,oh +39151,44707,0.023599057000000003,326.0,15940.0,8745.952118542002,oh +39151,44708,0.068478019,326.0,15940.0,25378.364709514,oh +39151,44709,0.051522732,326.0,15940.0,19094.633615592,oh +39151,44710,0.025623289,326.0,15940.0,9496.144643134001,oh +39151,44714,0.022633861,326.0,15940.0,8388.244689766001,oh +39151,44718,0.031891705,326.0,15940.0,11819.257223229999,oh +39151,44720,0.102096353,326.0,15940.0,37837.520999918,oh +39151,44721,0.037934907999999996,326.0,15940.0,14058.904514247999,oh +39151,44730,0.015676402,326.0,15940.0,5809.768639612,oh +39153,44056,0.021612559,328.0,10420.0,11692.675382267,oh +39153,44067,0.037466894,328.0,10420.0,20270.076723622,oh +39153,44087,0.037695685,328.0,10420.0,20393.855628905,oh +39153,44203,0.07402228200000001,325.0,10420.0,40047.016851666005,oh +39153,44216,0.017461366000000002,325.0,10420.0,9446.826003758002,oh +39153,44221,0.053361495999999994,325.0,10420.0,28869.263035447995,oh +39153,44223,0.032437142,325.0,10420.0,17548.915504846,oh +39153,44224,0.072415251,325.0,10420.0,39177.592189263,oh +39153,44236,0.046706409000000004,325.0,10420.0,25268.774452317004,oh +39153,44250,0.002031668,325.0,10420.0,1099.1587996839999,oh +39153,44262,0.009241346,325.0,10420.0,4999.688323498,oh +39153,44264,0.00562461,325.0,10420.0,3042.9871299300003,oh +39153,44278,0.032856288,325.0,10420.0,17775.678939743997,oh +39153,44286,0.011335245,325.0,10420.0,6132.514903185001,oh +39153,44301,0.027564797999999998,325.0,10420.0,14912.914060374,oh +39153,44302,0.009384112,325.0,10420.0,5076.926585456,oh +39153,44303,0.014214357,325.0,10420.0,7690.151923641,oh +39153,44304,0.009202909,325.0,10420.0,4978.893406817,oh +39153,44305,0.041045193,325.0,10420.0,22205.983000509,oh +39153,44306,0.038738975,325.0,10420.0,20958.289081675,oh +39153,44307,0.012356571,325.0,10420.0,6685.065546423,oh +39153,44308,0.0017260029999999998,325.0,10420.0,933.7900610389999,oh +39153,44310,0.048794818,325.0,10420.0,26398.630870634,oh +39153,44311,0.015460814,325.0,10420.0,8364.501364582,oh +39153,44312,0.05685743,325.0,10420.0,30760.60877659,oh +39153,44313,0.044989558,325.0,10420.0,24339.935742253998,oh +39153,44314,0.034983133,325.0,10420.0,18926.329733729,oh +39153,44319,0.041451526,325.0,10420.0,22425.814435838,oh +39153,44320,0.035543215,325.0,10420.0,19229.341376795,oh +39153,44321,0.028088272999999997,325.0,10420.0,15196.120840548998,oh +39153,44333,0.034369972,325.0,10420.0,18594.601661636,oh +39153,44685,0.050960100999999994,325.0,10420.0,27570.077122312996,oh +39155,44402,0.017452422,335.0,49660.0,3455.125793028,oh +39155,44403,0.021107266,335.0,49660.0,4178.689879084,oh +39155,44404,0.007817906999999999,335.0,49660.0,1547.7423204179997,oh +39155,44410,0.09030060599999999,335.0,49660.0,17877.172172243998,oh +39155,44417,0.009385813,335.0,49660.0,1858.146942862,oh +39155,44418,0.008277465,335.0,49660.0,1638.72285591,oh +39155,44420,0.079995675,335.0,49660.0,15837.06376245,oh +39155,44425,0.077605969,335.0,49660.0,15363.964106806,oh +39155,44428,0.016463019,335.0,49660.0,3259.2497235059996,oh +39155,44430,0.025827206000000002,335.0,49660.0,5113.115280644,oh +39155,44437,0.023821367000000003,335.0,49660.0,4716.0113104580005,oh +39155,44438,0.02324827,335.0,49660.0,4602.55300498,oh +39155,44439,0.000794766,328.0,49660.0,157.343004084,oh +39155,44440,0.026816608999999998,335.0,49660.0,5308.991350165999,oh +39155,44446,0.108942474,335.0,49660.0,21567.777347676,oh +39155,44450,0.011034818,335.0,49660.0,2184.607058732,oh +39155,44470,0.021372189,335.0,49660.0,4231.137745086,oh +39155,44473,0.019512327,335.0,49660.0,3862.933425498,oh +39155,44481,0.051995026,335.0,49660.0,10293.663277324,oh +39155,44483,0.13427768199999998,335.0,49660.0,26583.489816267997,oh +39155,44484,0.117884948,335.0,49660.0,23338.154695352,oh +39155,44485,0.08705125400000001,335.0,49660.0,17233.884959396,oh +39155,44491,0.019014922,328.0,49660.0,3764.460168028,oh +39157,43832,0.079798035,329.0,,7340.381845545,oh +39157,43837,0.018003149,326.0,,1656.0556670629999,oh +39157,43840,0.013605516000000002,326.0,,1251.5306002920001,oh +39157,44612,0.059916391,326.0,,5511.529058917,oh +39157,44621,0.048601987,326.0,,4470.750978169,oh +39157,44622,0.194310223,326.0,,17874.014483101,oh +39157,44629,0.028894077,326.0,,2657.879460999,oh +39157,44653,0.007307671,326.0,,672.210732277,oh +39157,44656,0.030794289,326.0,,2832.6742622429997,oh +39157,44663,0.270525001,326.0,,24884.783266987,oh +39157,44671,0.003148922,326.0,,289.659888014,oh +39157,44678,0.003735273,326.0,,343.59655745099997,oh +39157,44680,0.048373962,326.0,,4449.775642494,oh +39157,44681,0.08672566400000001,326.0,,7977.633654368001,oh +39157,44682,0.011184103,326.0,,1028.792082661,oh +39157,44683,0.09286063300000001,326.0,,8541.971047771001,oh +39157,44697,0.002215104,326.0,,203.76077164799997,oh +39159,43036,0.006102521999999999,329.0,18140.0,359.97556773599996,oh +39159,43040,0.772285508,329.0,18140.0,45555.577545903994,oh +39159,43045,0.044797035,329.0,18140.0,2642.48750058,oh +39159,43067,0.032953621,329.0,18140.0,1943.8681955480001,oh +39159,43077,0.008340114000000001,329.0,18140.0,491.96664463200005,oh +39159,43344,0.135521201,329.0,18140.0,7994.124604588001,oh +39161,45832,0.122675956,180.0,,3468.6626559,oh +39161,45838,0.002769967,330.0,,78.320816925,oh +39161,45863,0.05367859999999999,180.0,,1517.7624149999997,oh +39161,45874,0.106349939,180.0,,3007.044525225,oh +39161,45886,0.021068536000000002,180.0,,595.7128554000001,oh +39161,45891,0.625550846,180.0,,17687.45017065,oh +39161,45894,0.026650438999999998,330.0,,753.5411627249999,oh +39161,45898,0.036639107000000004,180.0,,1035.970750425,oh +39161,45899,0.004616611,180.0,,130.53467602499998,oh +39163,45622,0.008935509,329.0,,116.92113526499999,oh +39163,45634,0.124708625,329.0,,1631.812358125,oh +39163,45651,0.38973064,329.0,,5099.6254244,oh +39163,45654,0.076210826,329.0,,997.21865821,oh +39163,45695,0.042540793,329.0,,556.646276405,oh +39163,45698,0.01974877,329.0,,258.41265545,oh +39163,45710,0.338124838,329.0,,4424.36350523,oh +39165,45005,0.15000789,332.0,17140.0,35192.15100978,oh +39165,45032,0.001740552,332.0,17140.0,408.336980304,oh +39165,45034,0.006087151999999999,327.0,17140.0,1428.058033504,oh +39165,45036,0.18276279199999998,327.0,17140.0,42876.51652878399,oh +39165,45039,0.120222446,327.0,17140.0,28204.426276492,oh +39165,45040,0.26063817100000003,327.0,17140.0,61146.23619294201,oh +39165,45054,0.013991364,327.0,17140.0,3282.401977128,oh +39165,45065,0.02278498,327.0,17140.0,5345.40187796,oh +39165,45066,0.118759235,332.0,17140.0,27861.154049470002,oh +39165,45068,0.054521372,332.0,17140.0,12790.822913943999,oh +39165,45152,0.055735933,327.0,17140.0,13075.761353666001,oh +39165,45162,0.012748111999999999,327.0,17140.0,2990.7325714239996,oh +39167,45714,0.150472832,443.0,,9014.977837952,oh +39167,45715,0.039108832,329.0,,2343.049233952,oh +39167,45721,0.000544959,329.0,,32.649038649000005,oh +39167,45724,0.033867607,329.0,,2029.042202977,oh +39167,45729,0.021654111,329.0,,1297.319444121,oh +39167,45742,0.045520115,443.0,,2727.155609765,oh +39167,45744,0.044029492,329.0,,2637.850895212,oh +39167,45745,0.025933643,329.0,,1553.7104857729998,oh +39167,45746,0.006651707,329.0,,398.510418077,oh +39167,45750,0.43125500899999997,329.0,,25836.918844198997,oh +39167,45767,0.039894214,329.0,,2390.102254954,oh +39167,45768,0.023224876000000002,329.0,,1391.425546036,oh +39167,45773,0.001121975,329.0,,67.218644225,oh +39167,45784,0.054527969,329.0,,3266.8251507590003,oh +39167,45786,0.057974034,329.0,,3473.282350974,oh +39167,45787,0.001009777,329.0,,60.496749847,oh +39167,45788,0.020804616,329.0,,1246.425349176,oh +39167,45789,0.002404231,329.0,,144.039883441,oh +39169,44214,0.018402767,326.0,,2129.3841695700003,oh +39169,44217,0.032446342,326.0,,3754.3662328200003,oh +39169,44230,0.069397993,325.0,,8030.04177003,oh +39169,44270,0.071435529,325.0,,8265.805060589999,oh +39169,44276,0.014571223999999999,325.0,,1686.0363290399998,oh +39169,44287,0.062408675999999996,326.0,,7221.307899959999,oh +39169,44606,0.07076988,326.0,,8188.782814799999,oh +39169,44618,0.055094652,326.0,,6375.00218292,oh +39169,44627,0.055435594000000005,326.0,,6414.452581740001,oh +39169,44645,0.018662532,326.0,,2159.4415777199997,oh +39169,44659,0.001104004,326.0,,127.74430284,oh +39169,44667,0.108858006,326.0,,12595.95987426,oh +39169,44676,0.035733999999999995,326.0,,4134.781139999999,oh +39169,44677,0.019993831,326.0,,2313.48618501,oh +39169,44691,0.36568496899999997,326.0,,42313.40776299,oh +39171,43501,0.022448716,180.0,,823.6882874720001,oh +39171,43505,0.001341762,180.0,,49.231931304,oh +39171,43506,0.36619791,180.0,,13436.53371372,oh +39171,43517,0.10667010699999999,180.0,,3913.9395660439995,oh +39171,43518,0.06512708,180.0,,2389.64281936,oh +39171,43531,0.007947362,180.0,,291.604606504,oh +39171,43543,0.200877306,180.0,,7370.590111752,oh +39171,43554,0.061179203,180.0,,2244.787316476,oh +39171,43557,0.08576957800000001,180.0,,3147.0573559760005,oh +39171,43570,0.082440975,180.0,,3024.9242547,oh +39173,43402,0.248169062,334.0,45780.0,32464.732183654,oh +39173,43403,0.042319290999999995,334.0,45780.0,5536.082690746999,oh +39173,43406,0.014770594,334.0,45780.0,1932.2447952979999,oh +39173,43413,0.011708773,334.0,45780.0,1531.7065575410002,oh +39173,43437,0.004446564,334.0,45780.0,581.686162788,oh +39173,43443,0.014770594,334.0,45780.0,1932.2447952979999,oh +39173,43447,0.02804105,334.0,45780.0,3668.24603785,oh +39173,43450,0.027971812999999998,334.0,45780.0,3659.1886612209996,oh +39173,43451,0.009623965,334.0,45780.0,1258.978229405,oh +39173,43457,0.011816475,334.0,45780.0,1545.795810075,oh +39173,43460,0.04998923,334.0,45780.0,6539.44110091,oh +39173,43462,0.009162384,334.0,45780.0,1198.595587728,oh +39173,43463,0.000300028,334.0,45780.0,39.248762876,oh +39173,43465,0.040565283,334.0,45780.0,5306.628626211,oh +39173,43466,0.015839924,334.0,45780.0,2072.1313379079998,oh +39173,43467,0.000653907,334.0,45780.0,85.542152019,oh +39173,43511,0.008269994000000001,334.0,45780.0,1081.855805098,oh +39173,43522,0.025317722,334.0,45780.0,3311.988438874,oh +39173,43525,0.008431548,334.0,45780.0,1102.989814716,oh +39173,43529,0.00252331,334.0,45780.0,330.09184426999997,oh +39173,43541,0.001077022,334.0,45780.0,140.892786974,oh +39173,43551,0.298789119,334.0,45780.0,39086.696180223,oh +39173,43565,0.003861895,334.0,45780.0,505.201518215,oh +39173,43569,0.02227898,334.0,45780.0,2914.46932666,oh +39173,43619,0.056128258,334.0,45780.0,7342.530326786,oh +39173,44817,0.011585685,334.0,45780.0,1515.604554645,oh +39173,45872,0.031587531,334.0,45780.0,4132.186042827,oh +39175,43316,0.25101578199999997,334.0,,5465.115605703999,oh +39175,43323,0.029896068999999997,329.0,,650.897214268,oh +39175,43330,0.005089603,329.0,,110.810836516,oh +39175,43351,0.42825371,329.0,,9323.939774120001,oh +39175,43359,0.034985672,329.0,,761.7080507840001,oh +39175,44844,0.021042727,334.0,,458.142252244,oh +39175,44849,0.10786536099999999,329.0,,2348.444639692,oh +39175,44882,0.121851076,329.0,,2652.941626672,oh +40001,74457,0.020228057,340.0,,448.94149705800004,ok +40001,74931,0.050897810999999994,340.0,,1129.626017334,ok +40001,74960,0.589671895,340.0,,13087.17803763,ok +40001,74964,0.118353794,21.0,,2626.744104036,ok +40001,74965,0.220848442,21.0,,4901.510321748,ok +40003,73716,0.083096472,339.0,,473.81608334400005,ok +40003,73719,0.013208494,201.0,,75.314832788,ok +40003,73722,0.08343086400000001,339.0,,475.72278652800003,ok +40003,73726,0.08276208,339.0,,471.90938016,ok +40003,73728,0.329209162,339.0,,1877.150641724,ok +40003,73739,0.052833974000000006,339.0,,301.25931974800005,ok +40003,73741,0.286239759,339.0,,1632.139105818,ok +40003,73749,0.069219194,339.0,,394.687844188,ok +40005,74525,0.7498222609999999,339.0,,10316.054666838,ok +40005,74533,0.066829923,391.0,,919.4460806339999,ok +40005,74540,0.016904969,340.0,,232.57856350199998,ok +40005,74555,0.058061457999999996,339.0,,798.809539164,ok +40005,74569,0.101745794,339.0,,1399.818633852,ok +40005,74576,0.006635595,340.0,,91.29251601,ok +40007,73844,0.050175029,339.0,,266.479579019,ok +40007,73931,0.080902373,383.0,,429.672503003,ok +40007,73932,0.448074679,339.0,,2379.724620169,ok +40007,73938,0.147024504,339.0,,780.8471407440001,ok +40007,73950,0.273823415,201.0,,1454.276157065,ok +40009,73627,0.020203337,339.0,,441.624743483,ok +40009,73644,0.637295794,339.0,,13930.648761046,ok +40009,73645,0.06239138,339.0,,1363.81317542,ok +40009,73662,0.280109489,339.0,,6122.913320051,ok +40011,73040,0.17937352199999998,339.0,,1691.312938938,ok +40011,73043,0.015267928,339.0,,143.961293112,ok +40011,73646,0.043242710999999996,339.0,,407.735522019,ok +40011,73724,0.115543735,339.0,,1089.461877315,ok +40011,73744,0.015563436000000002,339.0,,146.747638044,ok +40011,73755,0.080772262,339.0,,761.6016583979999,ok +40011,73763,0.156520883,339.0,,1475.835405807,ok +40011,73772,0.393715524,339.0,,3712.343675796,ok +40013,73449,0.067335834,391.0,,3231.78335283,ok +40013,74701,0.547770286,391.0,,26290.23487657,ok +40013,74720,0.010210939,391.0,,490.07401730500004,ok +40013,74723,0.030329308,391.0,,1455.6551374599999,ok +40013,74726,0.050837904,391.0,,2439.9652024800002,ok +40013,74729,0.063411885,391.0,,3043.453420575,ok +40013,74730,0.104060529,391.0,,4994.385089355,ok +40013,74731,0.0311748,391.0,,1496.234526,ok +40013,74733,0.068528194,391.0,,3289.01067103,ok +40013,74741,0.021614239,391.0,,1037.375400805,ok +40013,74747,0.004054025,391.0,,194.572929875,ok +40013,74753,0.000672058,391.0,,32.25542371,ok +40015,73005,0.322749007,336.0,,9282.906939334,ok +40015,73006,0.10701057300000001,336.0,,3077.838100626,ok +40015,73009,0.04404337,339.0,,1266.77540794,ok +40015,73015,0.101387299,336.0,,2916.101493838,ok +40015,73017,0.052798168,339.0,,1518.580908016,ok +40015,73029,0.054953195999999996,339.0,,1580.5638233519999,ok +40015,73033,0.016297394,339.0,,468.745646228,ok +40015,73038,0.064785507,339.0,,1863.3607523340002,ok +40015,73042,0.037578288,339.0,,1080.826719456,ok +40015,73047,0.172907266,339.0,,4973.158784692,ok +40015,73053,0.025489932000000003,339.0,,733.1414241840001,ok +40017,73014,0.014717503,339.0,36420.0,2182.693999918,ok +40017,73036,0.158952071,339.0,36420.0,23573.545841726,ok +40017,73064,0.178752697,339.0,36420.0,26510.097481282,ok +40017,73078,0.081436343,339.0,36420.0,12077.498284958,ok +40017,73090,0.008190741999999999,339.0,36420.0,1214.736183052,ok +40017,73099,0.521806522,339.0,36420.0,77387.038051732,ok +40017,73128,0.036144121,339.0,36420.0,5360.390009026,ok +40019,73401,0.73410381,339.0,,35318.46840291,ok +40019,73425,0.00081676,336.0,,39.295140360000005,ok +40019,73437,0.002143995,339.0,,103.149743445,ok +40019,73438,0.071058112,339.0,,3418.6768264320003,ok +40019,73443,0.079327807,339.0,,3816.540122577,ok +40019,73458,0.018275003,339.0,,879.2286693330001,ok +40019,73463,0.07046596200000001,339.0,,3390.187897782,ok +40019,73481,0.020623188,339.0,,992.202197868,ok +40019,73487,0.0031853640000000004,339.0,,153.25104740400002,ok +40021,74427,0.02678274,340.0,,1303.16778018,ok +40021,74441,0.130027316,340.0,,6326.739114612,ok +40021,74451,0.10089053699999999,340.0,,4909.030858808999,ok +40021,74452,0.008572253,340.0,,417.100114221,ok +40021,74464,0.69741722,340.0,,33934.229673539994,ok +40021,74471,0.036309934,340.0,,1766.732458638,ok +40023,74727,0.121126949,391.0,,1777.174595728,ok +40023,74735,0.099176872,391.0,,1455.123065984,ok +40023,74738,0.045907783,391.0,,673.5589921760001,ok +40023,74743,0.5619353539999999,391.0,,8244.715513887999,ok +40023,74756,0.047313123,391.0,,694.178140656,ok +40023,74759,0.097303085,391.0,,1427.63086312,ok +40023,74760,0.022418524,391.0,,328.924584128,ok +40023,74761,0.00481831,391.0,,70.69424432,ok +40025,73933,0.69276831,383.0,,1480.44587847,ok +40025,73937,0.111469369,383.0,,238.210041553,ok +40025,73946,0.025794565,383.0,,55.122985404999994,ok +40025,73947,0.169967757,383.0,,363.221096709,ok +40027,73019,0.0,339.0,36420.0,0.0,ok +40027,73026,0.039354822000000005,339.0,36420.0,11177.320415508002,ok +40027,73051,0.039587037,339.0,36420.0,11243.272726518,ok +40027,73068,0.047425262999999995,339.0,36420.0,13469.438645682,ok +40027,73069,0.09294712,339.0,36420.0,26398.283339679998,ok +40027,73071,0.162383369,339.0,36420.0,46119.150163166,ok +40027,73072,0.177682946,339.0,36420.0,50464.444225244006,ok +40027,73160,0.226128434,339.0,36420.0,64223.641054076,ok +40027,73165,0.025581776,339.0,36420.0,7265.582528864,ok +40027,73170,0.143513002,339.0,36420.0,40759.701750028,ok +40027,73173,0.011473731000000001,339.0,36420.0,3258.7002362340004,ok +40027,74857,0.033922501,339.0,36420.0,9634.465199014001,ok +40029,74534,0.029680791,340.0,,163.095946545,ok +40029,74535,0.018853836000000002,339.0,,103.60182882000001,ok +40029,74538,0.766287101,340.0,,4210.747619995,ok +40029,74556,0.06701512,340.0,,368.2480844,ok +40029,74572,0.118163151,339.0,,649.306514745,ok +40031,73501,0.169077728,336.0,30020.0,20415.966578272,ok +40031,73503,0.089242074,336.0,30020.0,10775.891193426001,ok +40031,73505,0.399489905,336.0,30020.0,48238.006538844995,ok +40031,73507,0.18435598399999997,336.0,30020.0,22260.800712015996,ok +40031,73527,0.043333497,336.0,30020.0,5232.476429253,ok +40031,73528,0.004584297,336.0,30020.0,553.549278453,ok +40031,73538,0.049336548,336.0,30020.0,5957.338834452,ok +40031,73540,0.004805721,336.0,30020.0,580.286005029,ok +40031,73541,0.022257212999999998,336.0,30020.0,2687.5362125369998,ok +40031,73543,0.012539159,336.0,30020.0,1514.0909100909998,ok +40031,73552,0.012399743999999999,336.0,30020.0,1497.256688256,ok +40031,73557,0.00323115,336.0,30020.0,390.15813134999996,ok +40031,73567,0.00534698,336.0,30020.0,645.6424880200001,ok +40033,73531,0.079980211,420.0,30020.0,453.167875526,ok +40033,73548,0.049637203,336.0,30020.0,281.244392198,ok +40033,73562,0.096470976,420.0,30020.0,546.604550016,ok +40033,73568,0.174802111,336.0,30020.0,990.4287609260001,ok +40033,73572,0.599109499,336.0,30020.0,3394.554421334,ok +40035,74301,0.689967599,340.0,,9757.521785058001,ok +40035,74332,0.10074403,340.0,,1424.72207226,ok +40035,74333,0.06774271,267.0,,958.0174048199999,ok +40035,74349,0.018720749,340.0,,264.74883235799996,ok +40035,74369,0.12282491300000001,267.0,,1736.989919646,ok +40037,74010,0.157975006,340.0,46140.0,11298.688379132,ok +40037,74028,0.025290216,340.0,46140.0,1808.806828752,ok +40037,74030,0.055836887,340.0,46140.0,3993.565832014,ok +40037,74039,0.055807273,340.0,46140.0,3991.4477795059997,ok +40037,74041,0.04222933,340.0,46140.0,3020.32614026,ok +40037,74044,0.108890073,340.0,46140.0,7788.035801106001,ok +40037,74046,0.001880479,340.0,46140.0,134.495619038,ok +40037,74050,0.005271263000000001,340.0,46140.0,377.01127228600006,ok +40037,74052,0.015088249,340.0,46140.0,1079.141744978,ok +40037,74066,0.48923537100000003,340.0,46140.0,34991.092204662,ok +40037,74068,0.000207297,340.0,46140.0,14.826296034,ok +40037,74071,0.002191424,340.0,46140.0,156.735027328,ok +40037,74131,0.040097133,340.0,46140.0,2867.827146426,ok +40039,73048,0.076717329,339.0,,2225.0326929870002,ok +40039,73096,0.43059882299999996,339.0,,12488.657663468999,ok +40039,73601,0.322162434,339.0,,9343.677073302,ok +40039,73620,0.049781302,339.0,,1443.807101906,ok +40039,73625,0.020548161000000002,339.0,,595.9583134830001,ok +40039,73639,0.018502785,339.0,,536.6362733550001,ok +40039,73654,0.026621354,339.0,,772.099130062,ok +40039,73669,0.055067812,339.0,,1597.131751436,ok +40041,74331,0.16450532199999998,267.0,,7075.209393897999,ok +40041,74338,0.122000137,21.0,,5247.103892233,ok +40041,74342,0.070401349,267.0,,3027.891619141,ok +40041,74344,0.349203455,267.0,,15018.891396095,ok +40041,74346,0.170453768,267.0,,7331.0461079120005,ok +40041,74347,0.06670921,21.0,,2869.09641289,ok +40041,74359,0.012580623,340.0,,541.0800146070001,ok +40041,74364,0.042094947,340.0,,1810.461575523,ok +40041,74368,0.002051189,21.0,,88.21958770100001,ok +40043,73658,0.055905314000000005,339.0,,273.43289077400004,ok +40043,73659,0.055401662000000004,339.0,,270.96952884200005,ok +40043,73663,0.348526819,339.0,,1704.644671729,ok +40043,73667,0.13246033699999998,339.0,,647.8635082669999,ok +40043,73835,0.059179048,339.0,,289.444723768,ok +40043,73859,0.348526819,339.0,,1704.644671729,ok +40045,73832,0.25183954399999997,339.0,,971.8488002959999,ok +40045,73840,0.175409447,339.0,,676.905055973,ok +40045,73843,0.203892713,339.0,,786.821979467,ok +40045,73858,0.36885829600000003,339.0,,1423.4241642640002,ok +40047,73701,0.381165775,339.0,21420.0,23272.457558399998,ok +40047,73703,0.488925785,339.0,21420.0,29851.85272896,ok +40047,73705,0.0053194919999999995,339.0,21420.0,324.78690355199996,ok +40047,73720,0.002353472,339.0,21420.0,143.69358643200002,ok +40047,73727,0.0032722940000000002,339.0,21420.0,199.793182464,ok +40047,73730,0.012138113,339.0,21420.0,741.104627328,ok +40047,73733,0.00540009,339.0,21420.0,329.70789504,ok +40047,73735,0.011187053,339.0,21420.0,683.0367079680001,ok +40047,73736,0.0071732540000000004,339.0,21420.0,437.970196224,ok +40047,73738,0.019359727,339.0,21420.0,1182.027491712,ok +40047,73743,0.001918241,339.0,21420.0,117.120122496,ok +40047,73753,0.006673544,339.0,21420.0,407.459902464,ok +40047,73754,0.017086853,339.0,21420.0,1043.254896768,ok +40047,73773,0.032884132,339.0,21420.0,2007.7735633920001,ok +40047,74640,0.005142176,339.0,21420.0,313.960697856,ok +40049,73052,0.22042744399999997,339.0,,6108.264900683999,ok +40049,73057,0.07538070200000001,339.0,,2088.8746331220004,ok +40049,73074,0.036170845,339.0,,1002.330285795,ok +40049,73075,0.31592508199999997,339.0,,8754.599947301998,ok +40049,73098,0.14514584,339.0,,4022.13637224,ok +40049,73433,0.099164272,339.0,,2747.9411413919997,ok +40049,74872,0.10778581599999999,339.0,,2986.852747176,ok +40051,73002,0.020131991000000002,339.0,36420.0,1124.0495854940002,ok +40051,73004,0.02250961,339.0,36420.0,1256.80156474,ok +40051,73011,0.007243962,339.0,36420.0,404.45937430799995,ok +40051,73018,0.449170055,339.0,36420.0,25078.96085087,ok +40051,73059,0.06479568,339.0,36420.0,3617.8019971199997,ok +40051,73067,0.051907651,339.0,36420.0,2898.211785934,ok +40051,73079,0.010999267,339.0,36420.0,614.133073678,ok +40051,73082,0.069662023,339.0,36420.0,3889.5093921820003,ok +40051,73089,0.281958981,339.0,36420.0,15742.897745154,ok +40051,73092,0.021620781000000002,339.0,36420.0,1207.1746863540002,ok +40053,73758,0.021035965,201.0,,91.148836345,ok +40053,73759,0.353992309,339.0,,1533.848674897,ok +40053,73761,0.079167609,339.0,,343.033249797,ok +40053,73766,0.294503506,339.0,,1276.083691498,ok +40053,73771,0.08731056300000001,339.0,,378.31666947900004,ok +40053,74636,0.064465053,339.0,,279.327074649,ok +40053,74643,0.099524994,339.0,,431.24179900200005,ok +40055,73547,0.395554047,339.0,,2259.404716464,ok +40055,73554,0.564398439,339.0,,3223.843883568,ok +40055,73673,0.040047514,339.0,,228.751399968,ok +40057,73544,0.08999253199999999,339.0,,238.75018739599997,ok +40057,73550,0.863704257,339.0,,2291.407393821,ok +40057,73571,0.046303211,339.0,,122.84241878299999,ok +40059,73834,0.36396439700000005,339.0,,1342.3006961360002,ok +40059,73848,0.5792638920000001,339.0,,2136.3252336960004,ok +40059,73851,0.036083713999999996,339.0,,133.07673723199997,ok +40059,73855,0.020687996,339.0,,76.297329248,ok +40061,74462,0.554486942,16.0,,7001.506616634,ok +40061,74472,0.05348819999999999,16.0,,675.3955014,ok +40061,74552,0.08751942,16.0,,1105.10771634,ok +40061,74941,0.20411333899999998,16.0,,2577.339131553,ok +40061,74943,0.011984908,16.0,,151.333433316,ok +40061,74944,0.088407191,16.0,,1116.317600757,ok +40063,74531,0.074378982,339.0,,987.678501978,ok +40063,74570,0.079533252,340.0,,1056.122053308,ok +40063,74827,0.025127067000000003,339.0,,333.662322693,ok +40063,74839,0.055623165999999995,340.0,,738.6200213139999,ok +40063,74848,0.566325435,339.0,,7520.235451365,ok +40063,74850,0.023408977,339.0,,310.847805583,ok +40063,74883,0.17560312100000003,339.0,,2331.8338437590005,ok +40065,73521,0.811555521,339.0,,19907.45693013,ok +40065,73526,0.09361384800000001,339.0,,2296.3476914400003,ok +40065,73532,0.018408761000000003,339.0,,451.56690733000005,ok +40065,73537,0.02268713,339.0,,556.5152989,ok +40065,73539,0.007261452,339.0,,178.12341756,ok +40065,73549,0.008321231,339.0,,204.11979643,ok +40065,73556,0.005220395,339.0,,128.05628935000001,ok +40065,73560,0.032931664,339.0,,807.8137179199999,ok +40067,73456,0.335716555,339.0,,2014.9707631100002,ok +40067,73520,0.026056562000000002,336.0,,156.391485124,ok +40067,73565,0.158563711,336.0,,951.699393422,ok +40067,73569,0.085795996,391.0,,514.947567992,ok +40067,73573,0.393867175,336.0,,2363.99078435,ok +40069,73432,0.097379875,339.0,,1079.455914375,ok +40069,73447,0.11257147699999999,339.0,,1247.854822545,ok +40069,73450,0.114705129,339.0,,1271.5063549650001,ok +40069,73455,0.057437910999999994,339.0,,636.699243435,ok +40069,73460,0.393360075,339.0,,4360.396431374999,ok +40069,73461,0.066911325,339.0,,741.7120376249999,ok +40069,74530,0.013570026,339.0,,150.42373821,ok +40069,74748,0.056243065999999994,391.0,,623.4543866099999,ok +40069,74836,0.018008023,339.0,,199.61893495500001,ok +40069,74856,0.06981309200000001,339.0,,773.87812482,ok +40071,74601,0.397558431,339.0,,17308.898968878,ok +40071,74604,0.26287562600000003,339.0,,11445.079004788002,ok +40071,74631,0.156135225,339.0,,6797.81542605,ok +40071,74632,0.0125,339.0,,544.225,ok +40071,74641,0.013292988,339.0,,578.750111544,ok +40071,74646,0.00475793,339.0,,207.15075634,ok +40071,74647,0.074833055,339.0,,3258.08154859,ok +40071,74653,0.078046745,339.0,,3397.99918381,ok +40073,73016,0.100616378,339.0,,1586.2171991700002,ok +40073,73734,0.047960082,339.0,,756.09069273,ok +40073,73742,0.25735251,339.0,,4057.1623201499997,ok +40073,73750,0.43938949200000005,339.0,,6926.975341380001,ok +40073,73756,0.020487232,339.0,,322.98121248,ok +40073,73762,0.12574112099999998,339.0,,1982.3087725649998,ok +40073,73764,0.008453185,339.0,,133.264461525,ok +40075,73041,0.037883666,339.0,,329.89096352800004,ok +40075,73062,0.139085641,336.0,,1211.157761828,ok +40075,73559,0.057845031,339.0,,503.714529948,ok +40075,73564,0.050761966,339.0,,442.035199928,ok +40075,73566,0.199828289,336.0,,1740.104740612,ok +40075,73651,0.425842455,339.0,,3708.23609814,ok +40075,73655,0.088752951,339.0,,772.860697308,ok +40077,74563,0.24231576300000002,16.0,,2440.846680699,ok +40077,74578,0.757684237,16.0,,7632.153319301,ok +40079,74571,0.06911181599999999,16.0,,3445.4313630479996,ok +40079,74577,0.004321967,16.0,,215.463020851,ok +40079,74901,0.037113402000000004,16.0,,1850.214429906,ok +40079,74902,0.08132434599999999,16.0,,4054.2626211379998,ok +40079,74930,0.044825535,16.0,,2234.687396355,ok +40079,74932,0.047521808,16.0,,2369.104694224,ok +40079,74935,0.003965107,16.0,,197.672479271,ok +40079,74937,0.10888184,16.0,,5428.08636952,ok +40079,74939,0.023076923,16.0,,1150.453842319,ok +40079,74940,0.057196669000000006,16.0,,2851.425539657,ok +40079,74942,0.0030729579999999998,16.0,,153.196175174,ok +40079,74949,0.005888184,16.0,,293.54363695200004,ok +40079,74951,0.025911975,16.0,,1291.789689675,ok +40079,74953,0.23893735100000002,16.0,,11911.743759403002,ok +40079,74956,0.034476606,16.0,,1718.762238918,ok +40079,74959,0.141752577,16.0,,7066.791221181,ok +40079,74966,0.072620936,16.0,,3620.3715224079997,ok +40081,74026,0.026650139,339.0,36420.0,929.476897903,ok +40081,74079,0.13163929300000002,339.0,36420.0,4591.183621961,ok +40081,74824,0.044778432,340.0,36420.0,1561.737372864,ok +40081,74832,0.027951657999999997,340.0,36420.0,974.8699760659999,ok +40081,74834,0.238983576,339.0,36420.0,8335.030180152,ok +40081,74855,0.14626588199999999,339.0,36420.0,5101.315166513999,ok +40081,74864,0.159559963,339.0,36420.0,5564.972829551,ok +40081,74869,0.021196157,339.0,36420.0,739.258367689,ok +40081,74875,0.039293461,340.0,36420.0,1370.4380392970002,ok +40081,74881,0.163681438,339.0,36420.0,5708.717513126,ok +40083,73027,0.039058717,340.0,36420.0,1875.248061887,ok +40083,73028,0.11785403,339.0,36420.0,5658.28983433,ok +40083,73044,0.75938539,339.0,36420.0,36458.851959290005,ok +40083,73050,0.030924174,339.0,36420.0,1484.7005179139999,ok +40083,73056,0.011168856000000001,339.0,36420.0,536.227945416,ok +40083,73058,0.006230027,339.0,36420.0,299.109826297,ok +40083,73063,0.020110397,339.0,36420.0,965.520270367,ok +40083,73073,0.015268408,339.0,36420.0,733.051536488,ok +40085,73430,0.14270455,339.0,,1463.1497511500002,ok +40085,73441,0.017624439,339.0,,180.70337306699997,ok +40085,73448,0.67239906,339.0,,6894.10756218,ok +40085,73453,0.053727835999999994,339.0,,550.8715025079999,ok +40085,73459,0.113544115,339.0,,1164.167811095,ok +40087,73010,0.45617401,339.0,36420.0,18463.186880740002,ok +40087,73065,0.19425824,339.0,36420.0,7862.40800576,ok +40087,73080,0.21811289399999997,339.0,36420.0,8827.901271755998,ok +40087,73093,0.07059313,339.0,36420.0,2857.18634362,ok +40087,73095,0.044172715,339.0,36420.0,1787.8464669100001,ok +40087,74831,0.016689011,339.0,36420.0,675.471031214,ok +40089,74722,0.008046385,22.0,,264.17891232,ok +40089,74724,0.011803336999999999,22.0,,387.52716038399996,ok +40089,74728,0.335522423,22.0,,11015.872191936,ok +40089,74734,0.034226718999999996,22.0,,1123.7316382079998,ok +40089,74736,0.033191338,391.0,,1089.7380092160001,ok +40089,74740,0.06771388,22.0,,2223.18210816,ok +40089,74745,0.281002248,22.0,,9225.865806336,ok +40089,74750,0.009407171,391.0,,308.85623827200004,ok +40089,74754,0.0074843209999999995,391.0,,245.725227072,ok +40089,74755,0.003283635,391.0,,107.80830432,ok +40089,74764,0.112826884,391.0,,3704.332255488,ok +40089,74766,0.04603005599999999,22.0,,1511.2587985919997,ok +40089,74957,0.035439593,16.0,,1163.552717376,ok +40089,74963,0.014022008999999998,16.0,,460.3705994879999,ok +40091,74426,0.46150914600000004,340.0,,9043.733225016002,ok +40091,74428,0.062261814000000006,340.0,,1220.0825071440001,ok +40091,74432,0.44197789600000004,340.0,,8660.998850016002,ok +40091,74438,0.006383384000000001,340.0,,125.08879286400001,ok +40091,74459,0.004049162,340.0,,79.34737855200001,ok +40091,74845,0.023818598,340.0,,466.749246408,ok +40093,73718,0.080427522,339.0,,613.581565338,ok +40093,73729,0.071476286,339.0,,545.292585894,ok +40093,73737,0.47040748200000004,339.0,,3588.7386801780003,ok +40093,73747,0.06346025400000001,339.0,,484.13827776600004,ok +40093,73760,0.045557782000000005,339.0,,347.56031887800003,ok +40093,73768,0.22257849,339.0,,1698.05130021,ok +40093,73838,0.046092184,339.0,,351.637271736,ok +40095,73439,0.464704446,339.0,,7867.910975226,ok +40095,73440,0.017342452,339.0,,293.62505481200003,ok +40095,73446,0.517953102,339.0,,8769.463969962,ok +40097,74330,0.08546284900000001,340.0,,3512.5230939000003,ok +40097,74337,0.126051929,340.0,,5180.7342819000005,ok +40097,74340,0.00523399,340.0,,215.116989,ok +40097,74350,0.019191297,340.0,,788.7623067,ok +40097,74352,0.173337438,340.0,,7124.1687018,ok +40097,74361,0.425646552,340.0,,17494.0732872,ok +40097,74365,0.11491687199999999,340.0,,4723.0834392,ok +40097,74366,0.039716748999999996,340.0,,1632.3583838999998,ok +40097,74367,0.010442323,340.0,,429.1794753,ok +40099,73030,0.325984605,339.0,,4587.581346165,ok +40099,73032,0.015992826,339.0,,225.06704029800002,ok +40099,73086,0.649204095,339.0,,9136.249228935,ok +40099,73444,0.008818474,339.0,,124.102384602,ok +40101,74401,0.24381382699999998,340.0,,16578.608794518997,ok +40101,74403,0.466699232,340.0,,31734.147678304,ok +40101,74422,0.012517364,340.0,,851.1431999079999,ok +40101,74423,0.014975042,340.0,,1018.257930874,ok +40101,74436,0.087285716,340.0,,5935.166830852,ok +40101,74450,0.028179334,340.0,,1916.110173998,ok +40101,74455,0.047214887000000004,340.0,,3210.470671339,ok +40101,74463,0.032743592,340.0,,2226.466025224,ok +40101,74468,0.004823765,340.0,,328.001548705,ok +40101,74469,0.039032805,340.0,,2654.1136415849996,ok +40101,74470,0.022714436,340.0,,1544.513504692,ok +40103,73061,0.153228041,340.0,,1705.5813243710002,ok +40103,73077,0.6287983739999999,339.0,,6999.1547009939995,ok +40103,73757,0.021520273,339.0,,239.542158763,ok +40103,74630,0.06945599,339.0,,773.1146246899999,ok +40103,74644,0.048766971,339.0,,542.825154201,ok +40103,74651,0.07823035,340.0,,870.7820258500001,ok +40105,74027,0.100885124,340.0,,1016.5185094240001,ok +40105,74042,0.038260207000000004,340.0,,385.50984573200003,ok +40105,74048,0.591320072,340.0,,5958.141045472,ok +40105,74072,0.171599886,340.0,,1729.0404513360002,ok +40105,74083,0.09793471,340.0,,986.7901379599999,ok +40107,74829,0.121999669,339.0,,1463.142030317,ok +40107,74833,0.069028307,340.0,,827.856485851,ok +40107,74859,0.49925509,340.0,,5987.56629437,ok +40107,74860,0.14765767300000002,339.0,,1770.8584722890002,ok +40107,74880,0.16205926199999998,340.0,,1943.5767291659997,ok +40109,73003,0.029516854,339.0,36420.0,23537.742952636,ok +40109,73007,0.002871375,339.0,36420.0,2289.7320517499998,ok +40109,73008,0.024741008,339.0,36420.0,19729.320973472,ok +40109,73012,0.046009229000000006,339.0,36420.0,36689.323518386,ok +40109,73013,0.063874339,339.0,36420.0,50935.569646126,ok +40109,73020,0.029295602,339.0,36420.0,23361.309085268,ok +40109,73025,0.015914189,339.0,36420.0,12690.515391026,ok +40109,73034,0.054575680999999994,339.0,36420.0,43520.503602553996,ok +40109,73045,0.013804358000000001,339.0,36420.0,11008.064417372001,ok +40109,73049,0.007160713000000001,339.0,36420.0,5710.196010442,ok +40109,73054,0.005220793,339.0,36420.0,4163.237845162,ok +40109,73066,0.000403386,339.0,36420.0,321.673711524,ok +40109,73084,0.008407541999999999,339.0,36420.0,6704.459847227999,ok +40109,73097,0.000204138,339.0,36420.0,162.78658189200002,ok +40109,73102,0.00610702,339.0,36420.0,4869.94538668,ok +40109,73103,0.006019008,339.0,36420.0,4799.761625472001,ok +40109,73104,0.002795587,339.0,36420.0,2229.296123758,ok +40109,73105,0.006611863000000001,339.0,36420.0,5272.524359542001,ok +40109,73106,0.015503468999999999,339.0,36420.0,12362.993298546,ok +40109,73107,0.030960487000000002,339.0,36420.0,24688.944990358003,ok +40109,73108,0.018526419,339.0,36420.0,14773.596408845999,ok +40109,73109,0.028290805,339.0,36420.0,22560.04979437,ok +40109,73110,0.040806772000000005,339.0,36420.0,32540.707423048003,ok +40109,73111,0.013896036,339.0,36420.0,11081.171571624,ok +40109,73112,0.040748097999999996,339.0,36420.0,32493.918780531996,ok +40109,73114,0.022384256,339.0,36420.0,17849.966799104,ok +40109,73115,0.025709133999999998,339.0,36420.0,20501.337562155997,ok +40109,73116,0.011252025,339.0,36420.0,8972.747303850001,ok +40109,73117,0.006943129,339.0,36420.0,5536.687130986,ok +40109,73118,0.017219693,339.0,36420.0,13731.568667762001,ok +40109,73119,0.039261681,339.0,36420.0,31308.599326554,ok +40109,73120,0.04372582,339.0,36420.0,34868.45554588,ok +40109,73121,0.004349234,339.0,36420.0,3468.2270655560005,ok +40109,73122,0.015633041,339.0,36420.0,12466.318416794,ok +40109,73127,0.030723344,339.0,36420.0,24499.839099296,ok +40109,73129,0.024159154,339.0,36420.0,19265.330810836,ok +40109,73130,0.025185955,339.0,36420.0,20084.13683947,ok +40109,73131,0.004673165999999999,339.0,36420.0,3726.5414560439995,ok +40109,73132,0.034469945,339.0,36420.0,27487.50612113,ok +40109,73134,0.006812334000000001,339.0,36420.0,5432.3867509560005,ok +40109,73135,0.027858081,339.0,36420.0,22214.980964154,ok +40109,73139,0.021468692,339.0,36420.0,17119.864936328002,ok +40109,73141,0.0031781929999999997,339.0,36420.0,2534.3991567619996,ok +40109,73142,0.017482505,339.0,36420.0,13941.14389217,ok +40109,73145,0.004005745,339.0,36420.0,3194.3172583299997,ok +40109,73149,0.006212144,339.0,36420.0,4953.7748384960005,ok +40109,73150,0.005830760999999999,339.0,36420.0,4649.647067274,ok +40109,73151,0.002274853,339.0,36420.0,1814.0451272019998,ok +40109,73159,0.041336063,339.0,36420.0,32962.782062342,ok +40109,73162,0.036362192,339.0,36420.0,28996.448215328,ok +40109,73169,0.0027466920000000002,339.0,36420.0,2190.3055883280003,ok +40109,73179,0.006477401,339.0,36420.0,5165.299789034,ok +40111,74047,0.172347191,340.0,46140.0,6629.334701815001,ok +40111,74421,0.11110587699999999,340.0,46140.0,4273.687558805,ok +40111,74431,0.020939819,340.0,46140.0,805.450137835,ok +40111,74437,0.231350842,340.0,46140.0,8898.91013753,ok +40111,74445,0.069791544,340.0,46140.0,2684.53173996,ok +40111,74447,0.386079378,340.0,46140.0,14850.54327477,ok +40111,74456,0.004381109,340.0,46140.0,168.51935768500002,ok +40111,74460,0.00400424,340.0,46140.0,154.02309160000001,ok +40113,74001,0.009733444,340.0,46140.0,457.11173057200006,ok +40113,74002,0.062122272,340.0,46140.0,2917.448259936,ok +40113,74035,0.134327883,340.0,46140.0,6308.4403693290005,ok +40113,74054,0.025446911000000003,340.0,46140.0,1195.063281293,ok +40113,74056,0.163878109,340.0,46140.0,7696.207632967,ok +40113,74060,0.014313888,340.0,46140.0,672.2231221440001,ok +40113,74070,0.482950569,340.0,46140.0,22680.807571947,ok +40113,74084,0.016731344,340.0,46140.0,785.7541082719999,ok +40113,74633,0.010846746,340.0,46140.0,509.39573239800006,ok +40113,74637,0.054265539,340.0,46140.0,2548.472508057,ok +40113,74652,0.025383294,340.0,46140.0,1192.075636122,ok +40115,74339,0.07831345299999999,267.0,,2437.662851531,ok +40115,74343,0.10190384400000001,267.0,,3171.960952188,ok +40115,74354,0.595607536,267.0,,18539.475773072,ok +40115,74358,0.008140346,267.0,,253.38454994199998,ok +40115,74360,0.0009635510000000001,267.0,,29.992451977,ok +40115,74363,0.095657374,267.0,,2977.527080498,ok +40115,74370,0.119413895,267.0,,3716.9963096650004,ok +40117,74020,0.449698005,340.0,46140.0,7364.2545298800005,ok +40117,74034,0.007443109,340.0,46140.0,121.888352984,ok +40117,74038,0.129522299,340.0,46140.0,2121.0571684240003,ok +40117,74045,0.0214752,340.0,46140.0,351.6778752,ok +40117,74058,0.24074187100000002,340.0,46140.0,3942.3888794960003,ok +40117,74081,0.11121957199999999,340.0,46140.0,1821.3317110719997,ok +40117,74650,0.039899945,340.0,46140.0,653.40149932,ok +40119,74023,0.138171854,340.0,,11300.246907536,ok +40119,74032,0.026019375,340.0,,2127.968565,ok +40119,74059,0.068673691,340.0,,5616.409144744,ok +40119,74062,0.012318586000000001,340.0,,1007.4632374240001,ok +40119,74074,0.397832123,340.0,,32536.302347432,ok +40119,74075,0.301793227,340.0,,24681.857276968,ok +40119,74078,0.028238175,340.0,,2309.4309042,ok +40119,74085,0.026952969,340.0,,2204.321616696,ok +40121,74425,0.034739216,340.0,,1516.5057352640001,ok +40121,74430,0.011131903,340.0,,485.952093562,ok +40121,74442,0.021616045,340.0,,943.62682843,ok +40121,74501,0.6721366540000001,340.0,,29341.453493716006,ok +40121,74522,0.006381652,340.0,,278.584636408,ok +40121,74528,0.004654287,340.0,,203.17824469800001,ok +40121,74546,0.017081713999999998,340.0,,745.6851429559999,ok +40121,74547,0.08245765599999999,340.0,,3599.6065150239997,ok +40121,74553,0.029964973,340.0,,1308.090931342,ok +40121,74554,0.041696656,340.0,,1820.225821024,ok +40121,74560,0.014586631999999999,340.0,,636.7648333279999,ok +40121,74561,0.046614845999999995,16.0,,2034.9244872839997,ok +40121,74565,0.016937767,340.0,,739.401280618,ok +40123,74820,0.8122403690000001,339.0,,31095.810286796004,ok +40123,74825,0.054157959000000006,339.0,,2073.383302356,ok +40123,74842,0.003302629,339.0,,126.437848636,ok +40123,74843,0.009546663,339.0,,365.48444629200003,ok +40123,74844,0.010475527,339.0,,401.045075668,ok +40123,74865,0.046211007000000005,339.0,,1769.1421919880001,ok +40123,74871,0.064065846,339.0,,2452.696848264,ok +40125,74801,0.301430143,339.0,,21881.416940656,ok +40125,74804,0.28340735300000003,339.0,,20573.106568976003,ok +40125,74826,0.015387959,339.0,,1117.042719728,ok +40125,74840,0.027203955,339.0,,1974.7895013599998,ok +40125,74851,0.146450448,339.0,,10631.130921216001,ok +40125,74852,0.019095736999999998,339.0,,1386.1977403039998,ok +40125,74854,0.026932322999999998,339.0,,1955.0711912159998,ok +40125,74873,0.16111858099999998,339.0,,11695.920031951999,ok +40125,74878,0.018973502,339.0,,1377.324457184,ok +40127,74521,0.016730903999999998,340.0,,185.64611078399997,ok +40127,74523,0.527505256,339.0,,5853.198320576,ok +40127,74536,0.136387526,339.0,,1513.355988496,ok +40127,74543,0.033987386,339.0,,377.124035056,ok +40127,74549,0.00648213,16.0,,71.92571448,ok +40127,74557,0.043535389,339.0,,483.068676344,ok +40127,74558,0.035914506,339.0,,398.507358576,ok +40127,74562,0.080325858,339.0,,891.295720368,ok +40127,74567,0.00840925,339.0,,93.309038,ok +40127,74574,0.110721794,340.0,,1228.569026224,ok +40129,73628,0.448509485,339.0,,1607.009484755,ok +40129,73638,0.055284553,339.0,,198.084553399,ok +40129,73642,0.036585366,339.0,,131.085366378,ok +40129,73650,0.305691057,339.0,,1095.291057231,ok +40129,73660,0.092682927,339.0,,332.082927441,ok +40129,73666,0.061246612,339.0,,219.446610796,ok +40131,74015,0.116284274,340.0,46140.0,10751.527689766,ok +40131,74016,0.074991115,340.0,46140.0,6933.603501785,ok +40131,74017,0.373507615,340.0,46140.0,34534.140575285004,ok +40131,74019,0.239373955,340.0,46140.0,22132.276505345,ok +40131,74036,0.09711856199999999,340.0,46140.0,8979.485123957998,ok +40131,74053,0.059748055,340.0,46140.0,5524.245417245,ok +40131,74080,0.038976425,340.0,46140.0,3603.721279075,ok +40133,74830,0.01026974,339.0,,249.12335291999997,ok +40133,74837,0.010866323,339.0,,263.59526333400004,ok +40133,74849,0.13043848800000002,339.0,,3164.1768419040004,ok +40133,74867,0.031363191,339.0,,760.808287278,ok +40133,74868,0.572846977,339.0,,13896.121968066,ok +40133,74884,0.244215281,339.0,,5924.174286498001,ok +40135,74435,0.078562845,340.0,22900.0,3265.7789038050005,ok +40135,74936,0.026195626,16.0,22900.0,1088.925977194,ok +40135,74945,0.01074261,16.0,22900.0,446.55955509,ok +40135,74946,0.003268445,16.0,22900.0,135.865990205,ok +40135,74948,0.285075703,16.0,22900.0,11850.311898007001,ok +40135,74954,0.124825763,16.0,22900.0,5188.882142147,ok +40135,74955,0.363422254,16.0,22900.0,15107.099676526,ok +40135,74962,0.10790675300000001,16.0,22900.0,4485.575815457,ok +40137,73055,0.22375345600000002,336.0,,9653.395352208001,ok +40137,73434,0.014316296000000001,339.0,,617.6479583280001,ok +40137,73442,0.009209705,336.0,,397.334302815,ok +40137,73491,0.016345553,336.0,,705.196193079,ok +40137,73529,0.12130942800000001,336.0,,5233.652652204,ok +40137,73533,0.615065561,336.0,,26535.773498223,ok +40139,73901,0.008643648,201.0,,172.726017984,ok +40139,73939,0.07984861900000001,383.0,,1595.6149534770002,ok +40139,73942,0.628603467,383.0,,12561.383081061,ok +40139,73944,0.024809606,383.0,,495.770356698,ok +40139,73945,0.134747465,201.0,,2692.658593095,ok +40139,73949,0.071158249,383.0,,1421.955289767,ok +40139,73951,0.052188945,201.0,,1042.891687935,ok +40141,73530,0.060445531,336.0,,438.23009974999997,ok +40141,73542,0.611382776,336.0,,4432.5251260000005,ok +40141,73546,0.14072263,336.0,,1020.2390674999999,ok +40141,73551,0.008964955,336.0,,64.99592375,ok +40141,73553,0.009644118,336.0,,69.9198555,ok +40141,73555,0.021733225,336.0,,157.56588125,ok +40141,73570,0.147106764,339.0,,1066.524039,ok +40143,74008,0.042902820999999994,340.0,46140.0,27953.418828191996,ok +40143,74011,0.041653325,340.0,46140.0,27139.3072104,ok +40143,74012,0.092973487,340.0,46140.0,60577.061401823994,ok +40143,74021,0.02964685,340.0,46140.0,19316.4644112,ok +40143,74033,0.017869722,340.0,46140.0,11643.053108544002,ok +40143,74037,0.02743082,340.0,46140.0,17872.60563264,ok +40143,74055,0.067579985,340.0,46140.0,44031.874386719996,ok +40143,74063,0.047214251,340.0,46140.0,30762.539667552,ok +40143,74073,0.008129912,340.0,46140.0,5297.060423424,ok +40143,74103,0.003178097,340.0,46140.0,2070.695456544,ok +40143,74104,0.017058071,340.0,46140.0,11114.220276192,ok +40143,74105,0.037300196,340.0,46140.0,24303.017304192,ok +40143,74106,0.026918512000000002,340.0,46140.0,17538.810330624,ok +40143,74107,0.029389207,340.0,46140.0,19148.596599264,ok +40143,74108,0.011336305,340.0,46140.0,7386.1921953599995,ok +40143,74110,0.022059032000000003,340.0,46140.0,14372.606417664001,ok +40143,74112,0.031113778999999998,340.0,46140.0,20272.244935008,ok +40143,74114,0.024088903,340.0,46140.0,15695.172927455998,ok +40143,74115,0.03476993,340.0,46140.0,22654.417431359998,ok +40143,74116,0.0060225980000000005,340.0,46140.0,3924.0357720960005,ok +40143,74117,3.570000000000001e-05,340.0,46140.0,23.260406400000004,ok +40143,74119,0.004701618,340.0,46140.0,3063.3486111360003,ok +40143,74120,0.007428466999999999,340.0,46140.0,4840.032530783999,ok +40143,74126,0.01559561,340.0,46140.0,10161.35088672,ok +40143,74127,0.023417244,340.0,46140.0,15257.552162688,ok +40143,74128,0.019367925,340.0,46140.0,12619.2102696,ok +40143,74129,0.028991572,340.0,46140.0,18889.516719744,ok +40143,74130,0.003023213,340.0,46140.0,1969.780476576,ok +40143,74132,0.013778704,340.0,46140.0,8977.542148608,ok +40143,74133,0.06860609,340.0,46140.0,44700.435151679994,ok +40143,74134,0.024206555,340.0,46140.0,15771.829323360002,ok +40143,74135,0.03104974,340.0,46140.0,20230.52019648,ok +40143,74136,0.047410834000000006,340.0,46140.0,30890.623714368005,ok +40143,74137,0.042058406,340.0,46140.0,27403.238546112,ok +40143,74145,0.027670592,340.0,46140.0,18028.829558784,ok +40143,74146,0.024021886,340.0,46140.0,15651.507867072,ok +40145,74014,0.483785349,340.0,46140.0,39326.427234860996,ok +40145,74429,0.18347649800000002,340.0,46140.0,14914.621045922002,ok +40145,74434,0.103549368,340.0,46140.0,8417.424575352,ok +40145,74446,0.005573786,340.0,46140.0,453.08749015399997,ok +40145,74454,0.039740372999999996,340.0,46140.0,3230.4551807969997,ok +40145,74458,0.00113406,340.0,46140.0,92.18660334,ok +40145,74467,0.18274056600000002,340.0,46140.0,14854.797869574002,ok +40145,74477,0.0,340.0,46140.0,0.0,ok +40147,74003,0.271193565,340.0,,13973.790823755002,ok +40147,74006,0.519516995,340.0,,26769.152201365003,ok +40147,74022,0.035613978,340.0,,1835.081444406,ok +40147,74029,0.09497697699999999,340.0,,4893.878693879,ok +40147,74051,0.038728291,340.0,,1995.552650357,ok +40147,74061,0.038690077999999996,340.0,,1993.5836491059997,ok +40147,74082,0.001280116,340.0,,65.960537132,ok +40149,73021,0.022561317999999997,339.0,,246.27934728799997,ok +40149,73024,0.073488111,339.0,,802.1962196759999,ok +40149,73622,0.021250702000000003,339.0,,231.97266303200004,ok +40149,73624,0.218592024,339.0,,2386.150533984,ok +40149,73626,0.096611122,339.0,,1054.6070077519998,ok +40149,73632,0.312394683,339.0,,3410.100359628,ok +40149,73641,0.056075640999999996,339.0,,612.121697156,ok +40149,73647,0.057011796,339.0,,622.340765136,ok +40149,73661,0.037727017,339.0,,411.828117572,ok +40149,73664,0.10428758699999999,339.0,,1138.4032996919998,ok +40151,73717,0.8088116879999999,339.0,,7111.881172584,ok +40151,73731,0.013229035,339.0,,116.322904755,ok +40151,73746,0.003336017,339.0,,29.333597481,ok +40151,73860,0.17462326,339.0,,1535.46232518,ok +40153,73801,0.7361111109999999,339.0,,14877.541664420998,ok +40153,73841,0.062997725,339.0,,1273.247019975,ok +40153,73842,0.026023891,339.0,,525.968861001,ok +40153,73852,0.11144292800000001,339.0,,2252.373017808,ok +40153,73853,0.031143345,339.0,,629.438145795,ok +40153,73857,0.032281001000000004,339.0,,652.4313112110001,ok +41001,97814,0.773966633,151.0,,12479.437990492,or +41001,97819,0.001743028,151.0,,28.104583471999998,or +41001,97833,0.054531873,151.0,,879.271920252,or +41001,97834,0.056025896,151.0,,903.361547104,or +41001,97837,0.003610558,151.0,,58.216637192,or +41001,97840,0.007158865,151.0,,115.42953926000001,or +41001,97870,0.039467131,151.0,,636.368020244,or +41001,97877,0.015998506000000003,151.0,,257.95991074400007,or +41001,97884,0.009835657,151.0,,158.59013346799998,or +41001,97905,0.008901892,151.0,,143.534106608,or +41001,97907,0.02875996,151.0,,463.72559504000003,or +41003,97326,0.013779771000000001,342.0,18700.0,1282.2490308630001,or +41003,97330,0.52806761,342.0,18700.0,49138.27531333,or +41003,97331,0.034300726000000004,342.0,18700.0,3191.7854564780005,or +41003,97333,0.284938908,342.0,18700.0,26514.420206124,or +41003,97370,0.105653176,342.0,18700.0,9831.344986328,or +41003,97456,0.033259807999999995,342.0,18700.0,3094.9249138239993,or +41005,97004,0.010549881,344.0,38900.0,4411.823085747,or +41005,97009,0.021209943,344.0,38900.0,8869.722433341,or +41005,97011,0.0013922939999999999,344.0,38900.0,582.239250978,or +41005,97013,0.059087346,344.0,38900.0,24709.559961701998,or +41005,97015,0.057662499000000006,344.0,38900.0,24113.707469313,or +41005,97017,0.008526546999999999,344.0,38900.0,3565.6911102889994,or +41005,97022,0.009440553,344.0,38900.0,3947.9165374110003,or +41005,97023,0.025121387000000002,344.0,38900.0,10505.437465369001,or +41005,97027,0.03147185,344.0,38900.0,13161.118535950001,or +41005,97028,0.000415685,344.0,38900.0,173.834063095,or +41005,97034,0.047520791,344.0,38900.0,19872.577025917,or +41005,97035,0.065142322,344.0,38900.0,27241.672210214,or +41005,97038,0.039031805,344.0,38900.0,16322.593437535,or +41005,97042,0.007882987,344.0,38900.0,3296.562684569,or +41005,97045,0.140150899,344.0,38900.0,58609.284000112995,or +41005,97049,0.0041067659999999995,344.0,38900.0,1717.3961532419999,or +41005,97055,0.046055877,344.0,38900.0,19259.969034999,or +41005,97067,0.00489807,344.0,38900.0,2048.30919909,or +41005,97068,0.07435499999999999,344.0,38900.0,31094.294384999997,or +41005,97070,0.060947912,344.0,38900.0,25487.624475544,or +41005,97086,0.077627892,344.0,38900.0,32462.975271804,or +41005,97089,0.034211363,344.0,38900.0,14306.747258881001,or +41005,97222,0.092622596,344.0,38900.0,38733.565553452,or +41005,97267,0.080567735,344.0,38900.0,33692.379396445,or +41007,97102,0.008259447,344.0,,332.227996128,or +41007,97103,0.472530082,344.0,,19007.050018368,or +41007,97110,0.029897615,344.0,,1202.60166576,or +41007,97121,0.037259869,344.0,,1498.740970656,or +41007,97138,0.27161178,344.0,,10925.31223872,or +41007,97145,0.010053832,344.0,,404.405338368,or +41007,97146,0.170387376,344.0,,6853.661812224001,or +41009,97016,0.118253815,344.0,38900.0,6191.06023051,or +41009,97018,0.039887966000000004,344.0,38900.0,2088.294571964,or +41009,97048,0.146397528,344.0,38900.0,7664.4961809119995,or +41009,97051,0.311184083,344.0,38900.0,16291.731481382,or +41009,97053,0.062159552,344.0,38900.0,3254.301185408,or +41009,97054,0.038651728999999996,344.0,38900.0,2023.5726200659997,or +41009,97056,0.22086150300000001,344.0,38900.0,11562.983128062,or +41009,97064,0.062603825,344.0,38900.0,3277.5606540500003,or +41011,97411,0.119558524,342.0,,7709.970537188,or +41011,97414,0.00318949,342.0,,205.68064163,or +41011,97420,0.438381255,342.0,,28269.891991185003,or +41011,97423,0.105837399,342.0,,6825.136349313,or +41011,97449,0.032747541,342.0,,2111.7906764669997,or +41011,97458,0.070658267,342.0,,4556.539664029,or +41011,97459,0.212006379,342.0,,13671.655362573,or +41011,97466,0.017621145,342.0,,1136.3347776150001,or +41013,97751,0.003504358,341.0,,85.520352632,or +41013,97752,0.0,341.0,,0.0,or +41013,97753,0.10679306300000001,341.0,,2606.177909452,or +41013,97754,0.889702579,341.0,,21712.301737916,or +41015,97406,0.000577598,343.0,,13.24143415,or +41015,97415,0.624650109,343.0,,14320.103748824999,or +41015,97444,0.254676323,343.0,,5838.454704774999,or +41015,97450,0.013151464,342.0,,301.4973122,or +41015,97465,0.088994535,342.0,,2040.199714875,or +41015,97476,0.017949971000000002,342.0,,411.503085175,or +41017,97701,0.380753535,341.0,13460.0,75271.92784122,or +41017,97702,0.266132229,341.0,13460.0,52612.212615468,or +41017,97707,0.035622373,341.0,13460.0,7042.258163116,or +41017,97712,0.000396362,341.0,13460.0,78.357596504,or +41017,97739,0.06752675400000001,341.0,13460.0,13349.499051768002,or +41017,97756,0.20956964,341.0,13460.0,41430.241270880004,or +41017,97759,0.039999107,341.0,13460.0,7907.503461044,or +41019,97410,0.006820119,342.0,,756.89680662,or +41019,97416,0.010767634,342.0,,1194.99202132,or +41019,97417,0.022387782999999998,342.0,,2484.59615734,or +41019,97429,0.007765299,342.0,,861.79288302,or +41019,97435,0.019802438999999998,342.0,,2197.6746802199996,or +41019,97436,0.008534416,342.0,,947.14948768,or +41019,97441,0.00353979,342.0,,392.84589420000003,or +41019,97442,0.017402424,343.0,,1931.32101552,or +41019,97443,0.020330628,342.0,,2256.29309544,or +41019,97447,0.003456392,342.0,,383.59038416,or +41019,97457,0.09441602699999999,342.0,,10478.29067646,or +41019,97462,0.034888246,342.0,,3871.89754108,or +41019,97467,0.04616553599999999,342.0,,5123.45118528,or +41019,97469,0.026668891,342.0,,2959.71352318,or +41019,97470,0.18782201,342.0,,20844.4866698,or +41019,97471,0.28123725899999996,342.0,,31211.711003819997,or +41019,97473,0.002863338,342.0,,317.77325124,or +41019,97479,0.088494755,342.0,,9821.147909899999,or +41019,97481,0.007589236,342.0,,842.25341128,or +41019,97484,0.00170503,342.0,,189.22422939999998,or +41019,97486,0.005170688,342.0,,573.8429542399999,or +41019,97494,0.00033359300000000003,342.0,,37.022151140000005,or +41019,97495,0.017217095,342.0,,1910.7532031000003,or +41019,97496,0.067941732,342.0,,7540.173417360001,or +41019,97499,0.01667964,342.0,,1851.1064471999998,or +41021,97812,0.45866666700000003,344.0,,876.970667304,or +41021,97823,0.541333333,344.0,,1035.029332696,or +41023,97817,0.000838926,341.0,,6.0394282740000005,or +41023,97820,0.140939597,341.0,,1014.624158803,or +41023,97825,0.043064877,341.0,,310.02404952300003,or +41023,97845,0.39946868,341.0,,2875.77502732,or +41023,97848,0.032158837,341.0,,231.51146756300002,or +41023,97856,0.046979865999999995,341.0,,338.20805533399994,or +41023,97864,0.033137584,341.0,,238.557467216,or +41023,97865,0.150447427,341.0,,1083.071026973,or +41023,97869,0.116470917,341.0,,838.474131483,or +41023,97873,0.036493289,341.0,,262.715187511,or +41025,97710,0.018983808,341.0,,140.347292544,or +41025,97720,0.608598548,341.0,,4499.369065364001,or +41025,97721,0.028894472,341.0,,213.616831496,or +41025,97722,0.014377443,341.0,,106.292436099,or +41025,97732,0.0180067,341.0,,133.1235331,or +41025,97736,0.01451703,341.0,,107.32440279000001,or +41025,97738,0.24958124,341.0,,1845.15410732,or +41025,97758,0.013819095,341.0,,102.164569335,or +41025,97904,0.033221664,341.0,,245.60776195199998,or +41027,97014,0.051837157,344.0,,1212.056404974,or +41027,97031,0.8263325859999999,344.0,,19321.308525851997,or +41027,97041,0.121830257,344.0,,2848.635069174,or +41029,97501,0.214688867,343.0,32780.0,47434.217030448,or +41029,97502,0.133218474,343.0,32780.0,29433.822519456,or +41029,97503,0.058079489000000005,343.0,32780.0,12832.314617616,or +41029,97504,0.22428248,343.0,32780.0,49553.86826112,or +41029,97520,0.117825385,343.0,32780.0,26032.81186344,or +41029,97522,0.002918567,343.0,32780.0,644.839867248,or +41029,97524,0.069621951,343.0,32780.0,15382.552341744,or +41029,97525,0.020947781000000002,343.0,32780.0,4628.286525264,or +41029,97530,0.030927398,343.0,32780.0,6833.223023711999,or +41029,97535,0.025419779,343.0,32780.0,5616.347651376,or +41029,97536,0.004387266,343.0,32780.0,969.3400991039999,or +41029,97537,0.035474714,343.0,32780.0,7837.925210015999,or +41029,97539,0.015600213,343.0,32780.0,3446.773461072,or +41029,97540,0.039301802999999996,343.0,32780.0,8683.497562031998,or +41029,97541,0.007305833,343.0,32780.0,1614.179966352,or +41031,97711,0.001653925,341.0,,40.782482650000006,or +41031,97730,0.008710673,341.0,,214.787774834,or +41031,97734,0.116803881,341.0,,2880.150097698,or +41031,97741,0.453579829,341.0,,11184.371423482,or +41031,97760,0.261577477,341.0,,6449.977427866,or +41031,97761,0.157674213,341.0,,3887.930744154,or +41033,97497,0.017877799,343.0,24420.0,1564.0750011129999,or +41033,97523,0.063975262,343.0,24420.0,5597.003746594,or +41033,97526,0.40649373,343.0,24420.0,35562.91695651,or +41033,97527,0.410261696,343.0,24420.0,35892.564997952,or +41033,97531,0.012311745,343.0,24420.0,1077.117634815,or +41033,97532,0.028918284,343.0,24420.0,2529.973912308,or +41033,97534,0.007822253000000001,343.0,24420.0,684.3454482110001,or +41033,97538,0.018897096999999998,343.0,24420.0,1653.250325239,or +41033,97543,0.0073985,343.0,24420.0,647.2725694999999,or +41033,97544,0.026043635,343.0,24420.0,2278.4794952449997,or +41035,97601,0.347404255,343.0,,23706.17155269,or +41035,97603,0.447644101,343.0,,30546.338164038,or +41035,97604,0.002352031,341.0,,160.49789137800002,or +41035,97621,0.00437911,343.0,,298.82170818000003,or +41035,97622,0.00772147,343.0,,526.8976698600001,or +41035,97623,0.040170212999999996,343.0,,2741.134994694,or +41035,97624,0.053524178,343.0,,3652.3828583639997,or +41035,97625,0.00493617,343.0,,336.83436846,or +41035,97626,0.000495164,343.0,,33.789001032,or +41035,97627,0.009748549,343.0,,665.2214866620001,or +41035,97632,0.024974855,343.0,,1704.2341554900001,or +41035,97633,0.018878143,343.0,,1288.206722034,or +41035,97634,0.002382979,343.0,,162.609721002,or +41035,97639,0.013261122,343.0,,904.912443036,or +41035,97731,0.005384913000000001,342.0,,367.45569329400007,or +41035,97733,0.00660735,341.0,,450.8723493,or +41035,97737,0.010135396999999999,341.0,,691.6192204859999,or +41037,97620,0.021101845,343.0,,166.05041830500002,or +41037,97630,0.647333839,343.0,,5093.869979091,or +41037,97635,0.017437453000000002,343.0,,137.215317657,or +41037,97636,0.05446045,343.0,,428.54928105,or +41037,97637,0.012509477,343.0,,98.437074513,or +41037,97638,0.058882992,341.0,,463.35026404800004,or +41037,97640,0.013899419,343.0,,109.374528111,or +41037,97641,0.162496841,341.0,,1278.687641829,or +41037,97735,0.011877685,341.0,,93.46550326500001,or +41039,97401,0.121268783,342.0,21660.0,46332.800114461,or +41039,97402,0.139530913,342.0,21660.0,53310.157337171004,or +41039,97403,0.035285828,342.0,21660.0,13481.550446476,or +41039,97404,0.093194044,342.0,21660.0,35606.368808948,or +41039,97405,0.125387857,342.0,21660.0,47906.562360419,or +41039,97408,0.035415905,342.0,21660.0,13531.248575635,or +41039,97412,0.001243852,342.0,21660.0,475.23480208399997,or +41039,97413,0.002587971,342.0,21660.0,988.7783160570001,or +41039,97419,0.003097435,342.0,21660.0,1183.427698145,or +41039,97424,0.048382857,342.0,21660.0,18485.493025419,or +41039,97426,0.02611005,342.0,21660.0,9975.78847335,or +41039,97430,0.000940341,342.0,21660.0,359.273264847,or +41039,97431,0.006452311999999999,342.0,21660.0,2465.215488904,or +41039,97434,0.002520223,342.0,21660.0,962.894040941,or +41039,97437,0.007896698,342.0,21660.0,3017.0677147660003,or +41039,97438,0.0029754890000000004,342.0,21660.0,1136.836155763,or +41039,97439,0.039058033,342.0,21660.0,14922.785494210999,or +41039,97448,0.034928119,342.0,21660.0,13344.881641973001,or +41039,97451,0.000918662,342.0,21660.0,350.990434354,or +41039,97452,0.004471363,342.0,21660.0,1708.3602473209999,or +41039,97453,0.002517513,342.0,21660.0,961.858639371,or +41039,97454,0.003764075,342.0,21660.0,1438.128843025,or +41039,97455,0.007753072,342.0,21660.0,2962.192959824,or +41039,97461,0.002195033,342.0,21660.0,838.6496732109999,or +41039,97463,0.010476539,342.0,21660.0,4002.739826113,or +41039,97477,0.100350934,342.0,21660.0,38340.780300578,or +41039,97478,0.106879124,342.0,21660.0,40834.986269308,or +41039,97480,0.0008590439999999999,342.0,21660.0,328.21236394799996,or +41039,97487,0.024058642999999998,342.0,21660.0,9192.013555081,or +41039,97488,0.00326816,342.0,21660.0,1248.65608672,or +41039,97489,0.00260423,342.0,21660.0,994.9903434099999,or +41039,97490,0.000699159,342.0,21660.0,267.125581653,or +41039,97492,0.002013468,342.0,21660.0,769.279678356,or +41039,97493,0.000894273,342.0,21660.0,341.672202291,or +41041,97324,0.026604582,342.0,,1329.218125884,or +41041,97341,0.051937396,344.0,,2594.896178952,or +41041,97343,0.004164017,344.0,,208.042617354,or +41041,97357,0.003569158,344.0,,178.32227199599998,or +41041,97364,0.010994646,344.0,,549.314503452,or +41041,97365,0.23156448100000002,344.0,,11569.424599722,or +41041,97366,0.034378782000000004,344.0,,1717.6327062840003,or +41041,97367,0.193452442,344.0,,9665.270907204,or +41041,97368,0.07191647400000001,344.0,,3593.0908739880006,or +41041,97369,0.004410166,344.0,,220.340713692,or +41041,97376,0.021866218,344.0,,1092.4799837159999,or +41041,97380,0.059568009000000005,344.0,,2976.1368656580003,or +41041,97388,0.016779143,344.0,,838.319542566,or +41041,97390,0.020061126999999998,344.0,,1002.2940271739999,or +41041,97391,0.11402843,344.0,,5697.08841966,or +41041,97394,0.10313634599999999,344.0,,5152.898118851999,or +41041,97498,0.031568583,344.0,,1577.2295438459998,or +41043,97321,0.20202933,342.0,10540.0,26213.103538170002,or +41043,97322,0.27837806800000003,342.0,10540.0,36119.27594493201,or +41043,97327,0.025584867999999997,342.0,10540.0,3319.6110381319995,or +41043,97329,0.001730674,342.0,10540.0,224.553220826,or +41043,97345,0.004441551,342.0,10540.0,576.286800699,or +41043,97348,0.011042616000000002,342.0,10540.0,1432.7683833840001,or +41043,97355,0.227445725,342.0,10540.0,29510.855373025,or +41043,97358,0.020591952,342.0,10540.0,2671.785180048,or +41043,97360,0.016701765,345.0,10540.0,2167.037306985,or +41043,97374,0.038235632,342.0,10540.0,4961.035016368,or +41043,97377,0.008500211,342.0,10540.0,1102.893877039,or +41043,97386,0.10812114699999999,342.0,10540.0,14028.610702102998,or +41043,97389,0.013079603,342.0,10540.0,1697.065409647,or +41043,97446,0.044116859,342.0,10540.0,5724.118338391,or +41045,97901,0.023694343,151.0,,724.359759853,or +41045,97903,0.004508507,151.0,,137.829567497,or +41045,97906,0.010168822,151.0,,310.871057362,or +41045,97908,0.0011189,151.0,,34.2058919,or +41045,97909,0.004113601,151.0,,125.756896171,or +41045,97910,0.019383288999999998,151.0,,592.566528019,or +41045,97911,0.002566887,151.0,,78.472302477,or +41045,97913,0.16279988199999998,151.0,,4976.955192621999,or +41045,97914,0.6322111429999999,151.0,,19327.326852652997,or +41045,97918,0.136275381,151.0,,4166.074672551,or +41045,97920,0.0031592459999999997,151.0,,96.581309466,or +41047,97002,0.017088497,344.0,41420.0,5943.686849546,or +41047,97020,0.002972425,344.0,41420.0,1033.86291865,or +41047,97026,0.013352323999999999,344.0,41420.0,4644.178629032,or +41047,97032,0.015130471000000001,344.0,41420.0,5262.650162278001,or +41047,97071,0.086872672,344.0,41420.0,30215.879029696,or +41047,97137,0.004069392,344.0,41420.0,1415.4077866559999,or +41047,97301,0.16350699,345.0,41420.0,56870.674247819996,or +41047,97302,0.113226409,345.0,41420.0,39382.183125562,or +41047,97303,0.11982000300000001,345.0,41420.0,41675.553803454,or +41047,97305,0.128539708,345.0,41420.0,44708.424157144,or +41047,97306,0.095114665,345.0,41420.0,33082.59255097,or +41047,97317,0.072293633,345.0,41420.0,25145.026842794,or +41047,97325,0.020488503999999998,345.0,41420.0,7126.2704842719995,or +41047,97342,0.00045117199999999996,345.0,41420.0,156.925742696,or +41047,97346,0.002645105,345.0,41420.0,920.01513089,or +41047,97350,0.00065759,345.0,41420.0,228.72163862,or +41047,97352,0.019332561,342.0,41420.0,6724.212701898001,or +41047,97362,0.012954231,344.0,41420.0,4505.714717958,or +41047,97373,0.00065759,344.0,41420.0,228.72163862,or +41047,97375,0.004694545,344.0,41420.0,1632.8472528099999,or +41047,97381,0.046656464,344.0,41420.0,16227.957995552,or +41047,97383,0.029346804,345.0,41420.0,10207.346673672,or +41047,97384,0.0,345.0,41420.0,0.0,or +41047,97385,0.010456568000000001,345.0,41420.0,3636.9825686240006,or +41047,97392,0.019671677,345.0,41420.0,6842.163350786,or +41049,97818,0.37379162200000005,344.0,,4337.104190066,or +41049,97836,0.164876477,344.0,,1913.061762631,or +41049,97839,0.02792696,344.0,,324.03651688,or +41049,97843,0.055585392000000004,344.0,,644.957303376,or +41049,97844,0.377819549,344.0,,4383.840227047,or +41051,97019,0.003895627,344.0,38900.0,3166.579885085,or +41051,97024,0.013115528999999999,344.0,38900.0,10661.023325294998,or +41051,97030,0.047224998,344.0,38900.0,38387.07574929,or +41051,97060,0.028559086,344.0,38900.0,23214.39585053,or +41051,97080,0.056491637000000004,344.0,38900.0,45919.509593635004,or +41051,97201,0.02292028,344.0,38900.0,18630.864199400003,or +41051,97202,0.054091608,344.0,38900.0,43968.63402084,or +41051,97203,0.043408950999999994,344.0,38900.0,35285.182865104995,or +41051,97204,0.001389491,344.0,38900.0,1129.4547068050001,or +41051,97205,0.009200954,344.0,38900.0,7479.041463670001,or +41051,97206,0.06530353400000001,344.0,38900.0,53082.30412957001,or +41051,97208,0.0,344.0,38900.0,0.0,or +41051,97209,0.022212903,344.0,38900.0,18055.869268065,or +41051,97210,0.015232606999999999,344.0,38900.0,12381.900762984998,or +41051,97211,0.044163065999999994,344.0,38900.0,35898.16901342999,or +41051,97212,0.033725464,344.0,38900.0,27413.91203972,or +41051,97213,0.041488928,344.0,38900.0,33724.48256944,or +41051,97214,0.033103983,344.0,38900.0,26908.738101464998,or +41051,97215,0.023591025,344.0,38900.0,19176.082626375002,or +41051,97216,0.021309734,344.0,38900.0,17321.72383057,or +41051,97217,0.043974853,344.0,38900.0,35745.179135315004,or +41051,97218,0.019764873,344.0,38900.0,16065.975842414999,or +41051,97219,0.054080239,344.0,38900.0,43959.392672345,or +41051,97220,0.038773105,344.0,38900.0,31516.912264775,or +41051,97221,0.015572401000000001,344.0,38900.0,12658.104014855002,or +41051,97227,0.006011442,344.0,38900.0,4886.43068691,or +41051,97230,0.050692408,344.0,38900.0,41205.57730484,or +41051,97231,0.0050766940000000005,344.0,38900.0,4126.61610137,or +41051,97232,0.015687349,344.0,38900.0,12751.540071395,or +41051,97233,0.051849475,344.0,38900.0,42146.105001125,or +41051,97236,0.051620840999999994,344.0,38900.0,41960.258711054994,or +41051,97239,0.02231522,344.0,38900.0,18139.0381531,or +41051,97266,0.044151697000000004,344.0,38900.0,35888.927664935,or +41053,97304,0.396341768,345.0,41420.0,34119.081098279996,or +41053,97338,0.269328866,345.0,41420.0,23185.17542961,or +41053,97344,0.016865873,345.0,41420.0,1451.898677205,or +41053,97347,0.025867674,344.0,41420.0,2226.81871629,or +41053,97351,0.132338968,345.0,41420.0,11392.40006028,or +41053,97361,0.151167734,345.0,41420.0,13013.27438139,or +41053,97371,0.008089118000000001,345.0,41420.0,696.3517230300001,or +41055,97029,0.20872274100000002,344.0,,371.52647898000004,or +41055,97033,0.028660436,344.0,,51.01557608,or +41055,97039,0.32024922100000003,344.0,,570.04361338,or +41055,97050,0.12024922099999999,344.0,,214.04361337999998,or +41055,97065,0.32211838,344.0,,573.3707164,or +41057,97107,0.066124578,344.0,,1787.744090808,or +41057,97108,0.019369438,344.0,,523.672125768,or +41057,97112,0.077439399,344.0,,2093.651591364,or +41057,97118,0.033139,344.0,,895.946004,or +41057,97122,0.013462719,344.0,,363.978070884,or +41057,97130,0.013922983,344.0,,376.421768388,or +41057,97131,0.10206351599999999,344.0,,2759.3892185759996,or +41057,97134,0.006712182,344.0,,181.470552552,or +41057,97135,0.031719853,344.0,,857.577945708,or +41057,97136,0.060601410999999994,344.0,,1638.419747796,or +41057,97141,0.529917153,344.0,,14326.840148508,or +41057,97147,0.012312058999999998,344.0,,332.86882712399995,or +41057,97149,0.03321571,344.0,,898.01993556,or +41059,97801,0.27210354,344.0,,21210.470942999997,or +41059,97810,0.013735121000000001,344.0,,1070.65268195,or +41059,97813,0.018880919,440.0,,1471.76763605,or +41059,97826,0.013215343999999999,344.0,,1030.1360648,or +41059,97835,0.003586465,344.0,,279.56494675,or +41059,97838,0.338596081,344.0,,26393.56451395,or +41059,97859,0.001598316,344.0,,124.5887322,or +41059,97862,0.146785176,440.0,,11441.904469199999,or +41059,97868,0.025469099,344.0,,1985.3162670499999,or +41059,97875,0.041062425,344.0,,3200.81602875,or +41059,97880,0.0042491809999999994,344.0,,331.22365894999996,or +41059,97882,0.105384895,344.0,,8214.75256525,or +41059,97886,0.015333437,440.0,,1195.24141415,or +41061,97824,0.070540697,344.0,,1892.959603995,or +41061,97827,0.09162978599999999,344.0,,2458.88530731,or +41061,97841,0.023475082,344.0,,629.9538254700001,or +41061,97850,0.661150664,344.0,,17741.97806844,or +41061,97867,0.027823743999999997,151.0,,746.65017024,or +41061,97876,0.033981143,344.0,,911.883972405,or +41061,97883,0.091398884,344.0,,2452.68905214,or +41063,97828,0.449451184,440.0,,3239.644134272,or +41063,97842,0.019352975,440.0,,139.4962438,or +41063,97846,0.257654535,440.0,,1857.17388828,or +41063,97857,0.08434431,440.0,,607.9537864800001,or +41063,97885,0.189196996,440.0,,1363.731947168,or +41065,97001,0.014090674,341.0,,375.96736366799996,or +41065,97021,0.038411018,344.0,,1024.882782276,or +41065,97037,0.035067468,344.0,,935.6701811759999,or +41065,97040,0.061537237,344.0,,1641.936557634,or +41065,97057,0.000557258,341.0,,14.868757956000001,or +41065,97058,0.8147912270000001,344.0,,21740.259518814,or +41065,97063,0.035545118,344.0,,948.414838476,or +41067,97005,0.044564292,344.0,38900.0,26809.521552864,or +41067,97006,0.12274646300000001,344.0,38900.0,73843.29016909601,or +41067,97007,0.12234366199999999,344.0,38900.0,73600.968309904,or +41067,97008,0.050176541,344.0,38900.0,30185.805653272,or +41067,97062,0.048288938,344.0,38900.0,29050.238789296,or +41067,97106,0.008637470999999999,344.0,38900.0,5196.233453831999,or +41067,97109,0.0008157139999999999,344.0,38900.0,490.72701668799994,or +41067,97113,0.025007373,344.0,38900.0,15044.235537816,or +41067,97116,0.045112034,344.0,38900.0,27139.038758128,or +41067,97117,0.0010735739999999999,344.0,38900.0,645.853529808,or +41067,97119,0.007835239,344.0,38900.0,4713.617100488001,or +41067,97123,0.082195013,344.0,38900.0,49447.862260696,or +41067,97124,0.091179668,344.0,38900.0,54852.958831456,or +41067,97125,0.000498867,344.0,38900.0,300.114396264,or +41067,97133,0.007223453,344.0,38900.0,4345.571537176,or +41067,97140,0.042845225,344.0,38900.0,25775.3445982,or +41067,97144,0.000128087,344.0,38900.0,77.056114504,or +41067,97223,0.083465775,344.0,38900.0,50212.3425138,or +41067,97224,0.058355594000000004,344.0,38900.0,35106.258505648,or +41067,97225,0.04401655,344.0,38900.0,26480.0043476,or +41067,97229,0.113490465,344.0,38900.0,68274.95582028,or +41069,97750,0.197763802,341.0,,263.421384264,or +41069,97830,0.512928022,344.0,,683.220125304,or +41069,97874,0.28930817600000003,341.0,,385.35849043200005,or +41071,97101,0.038753046,344.0,38900.0,4150.4512266,or +41071,97111,0.034120785,344.0,38900.0,3654.3360735,or +41071,97114,0.049038397000000004,344.0,38900.0,5252.012318700001,or +41071,97115,0.038415978999999996,344.0,38900.0,4114.3513508999995,or +41071,97127,0.039533114,344.0,38900.0,4233.9965094,or +41071,97128,0.367499061,344.0,38900.0,39359.1494331,or +41071,97132,0.284542119,344.0,38900.0,30474.460944899998,or +41071,97148,0.035969837000000005,344.0,38900.0,3852.3695427000007,or +41071,97378,0.08036634299999999,344.0,38900.0,8607.2353353,or +41071,97396,0.031761318,344.0,38900.0,3401.6371578,or +42001,17301,0.046394856,363.0,23900.0,4779.087721704,pa +42001,17304,0.031245296000000002,352.0,23900.0,3218.5466956640003,pa +42001,17306,0.00377395,352.0,23900.0,388.75081554999997,pa +42001,17307,0.064124895,352.0,23900.0,6605.441309055,pa +42001,17316,0.090155474,363.0,23900.0,9286.825221265999,pa +42001,17320,0.084822485,352.0,23900.0,8737.479357365,pa +42001,17325,0.300281702,352.0,23900.0,30931.717841317997,pa +42001,17340,0.117024708,363.0,23900.0,12054.598146372,pa +42001,17343,0.00020428799999999998,352.0,23900.0,21.043502592,pa +42001,17344,0.038965228,363.0,23900.0,4013.769171052,pa +42001,17350,0.13844268099999998,363.0,23900.0,14260.842127128999,pa +42001,17353,0.037158893,352.0,23900.0,3827.7004090369996,pa +42001,17372,0.047405544,352.0,23900.0,4883.197681896,pa +42003,15006,0.000389704,357.0,38300.0,473.89760068,pa +42003,15007,0.000278833,357.0,38300.0,339.07347548499996,pa +42003,15014,0.002591407,357.0,38300.0,3151.267525315,pa +42003,15015,0.000993704,357.0,38300.0,1208.38878068,pa +42003,15017,0.013602403,357.0,38300.0,16541.134156135002,pa +42003,15018,0.00070246,357.0,38300.0,854.2229707,pa +42003,15020,0.00018533700000000002,357.0,38300.0,225.378132165,pa +42003,15024,0.007175185,357.0,38300.0,8725.347843325,pa +42003,15025,0.013457608000000001,357.0,38300.0,16365.05692036,pa +42003,15028,0.000124937,357.0,38300.0,151.929014165,pa +42003,15030,0.000901035,357.0,38300.0,1095.699106575,pa +42003,15031,0.000273868,357.0,38300.0,333.03581205999996,pa +42003,15034,0.001471939,357.0,38300.0,1789.944061255,pa +42003,15035,0.0017424979999999999,357.0,38300.0,2118.95598041,pa +42003,15037,0.008734828,357.0,38300.0,10621.94391526,pa +42003,15044,0.023013214,357.0,38300.0,27985.10381863,pa +42003,15045,0.0036330990000000003,357.0,38300.0,4418.011873455001,pa +42003,15046,0.00214544,357.0,38300.0,2608.9515848,pa +42003,15047,0.00011004399999999999,357.0,38300.0,133.81845597999998,pa +42003,15049,0.000701632,357.0,38300.0,853.21608544,pa +42003,15051,0.00034088699999999995,357.0,38300.0,414.5339319149999,pa +42003,15056,0.000961435,357.0,38300.0,1169.1482245749999,pa +42003,15064,0.000263112,357.0,38300.0,319.95603204,pa +42003,15065,0.009563051999999999,357.0,38300.0,11629.101569339999,pa +42003,15071,0.008561902,357.0,38300.0,10411.65811759,pa +42003,15075,0.00014893100000000001,357.0,38300.0,181.10679789500003,pa +42003,15076,0.000690049,357.0,38300.0,839.130636205,pa +42003,15082,0.000134866,357.0,38300.0,164.00312497000002,pa +42003,15084,0.008188746,357.0,38300.0,9957.88362957,pa +42003,15086,0.000283797,357.0,38300.0,345.10992286500004,pa +42003,15088,0.00041452599999999997,357.0,38300.0,504.08226966999996,pa +42003,15090,0.019475265,357.0,38300.0,23682.798626925,pa +42003,15101,0.020748628999999998,357.0,38300.0,25231.266552305,pa +42003,15102,0.024474396000000002,357.0,38300.0,29761.96688382,pa +42003,15104,0.007079207,357.0,38300.0,8608.634276314999,pa +42003,15106,0.016004336,357.0,38300.0,19461.99277112,pa +42003,15108,0.034356822999999995,357.0,38300.0,41779.442825034996,pa +42003,15110,0.004587088,357.0,38300.0,5578.10542696,pa +42003,15112,0.002368837,357.0,38300.0,2880.612389665,pa +42003,15116,0.01180447,357.0,38300.0,14354.76672115,pa +42003,15120,0.015343246000000001,357.0,38300.0,18658.07758207,pa +42003,15122,0.016255864,357.0,38300.0,19767.862137879998,pa +42003,15126,0.006535607,357.0,38300.0,7947.592214314999,pa +42003,15129,0.00863223,357.0,38300.0,10497.18013035,pa +42003,15131,0.00657284,357.0,38300.0,7992.8692178,pa +42003,15132,0.01761445,357.0,38300.0,21419.963850250002,pa +42003,15133,0.005282101,357.0,38300.0,6423.272510545,pa +42003,15135,0.004390995,357.0,38300.0,5339.647514775,pa +42003,15136,0.018609808000000002,357.0,38300.0,22630.36396936,pa +42003,15137,0.008192055,357.0,38300.0,9961.907522475,pa +42003,15139,0.005336709,357.0,38300.0,6489.678295905001,pa +42003,15140,0.0026724920000000003,357.0,38300.0,3249.8705341400005,pa +42003,15142,0.001017698,357.0,38300.0,1237.56656441,pa +42003,15143,0.017482066,357.0,38300.0,21258.97894897,pa +42003,15144,0.003321998,357.0,38300.0,4039.69905791,pa +42003,15145,0.005850523000000001,357.0,38300.0,7114.499241535001,pa +42003,15146,0.023066994,357.0,38300.0,28050.50271873,pa +42003,15147,0.014289142,357.0,38300.0,17376.23968339,pa +42003,15148,0.0022199060000000002,357.0,38300.0,2699.50559177,pa +42003,15201,0.010124854,357.0,38300.0,12312.27808243,pa +42003,15202,0.016188845,357.0,38300.0,19686.364018025,pa +42003,15203,0.008089458,357.0,38300.0,9837.14495361,pa +42003,15204,0.007106510999999999,357.0,38300.0,8641.837168995,pa +42003,15205,0.018468323000000002,357.0,38300.0,22458.311842535004,pa +42003,15206,0.024833486000000002,357.0,38300.0,30198.636482870003,pa +42003,15207,0.009369441,357.0,38300.0,11393.661880844998,pa +42003,15208,0.008128346,357.0,38300.0,9884.43451157,pa +42003,15209,0.01005949,357.0,38300.0,12232.79251705,pa +42003,15210,0.022021992,357.0,38300.0,26779.73326164,pa +42003,15211,0.008748893,357.0,38300.0,10639.047588185002,pa +42003,15212,0.022045987000000003,357.0,38300.0,26808.912261415004,pa +42003,15213,0.023205997000000003,357.0,38300.0,28219.536621865,pa +42003,15214,0.010935703,357.0,38300.0,13298.306954635,pa +42003,15215,0.010318465,357.0,38300.0,12547.717770925,pa +42003,15216,0.018844789,357.0,38300.0,22916.111439505003,pa +42003,15217,0.022966879,357.0,38300.0,27928.758373555,pa +42003,15218,0.011173166000000002,357.0,38300.0,13587.072648470003,pa +42003,15219,0.013652873999999999,357.0,38300.0,16602.50916333,pa +42003,15220,0.014693738999999999,357.0,38300.0,17868.247842254998,pa +42003,15221,0.025077567999999998,357.0,38300.0,30495.451178559997,pa +42003,15222,0.004054244,357.0,38300.0,4930.14314498,pa +42003,15223,0.005395454,357.0,38300.0,6561.11485943,pa +42003,15224,0.009314005,357.0,38300.0,11326.249210225,pa +42003,15225,0.0008563560000000001,357.0,38300.0,1041.36743202,pa +42003,15226,0.011487576999999999,357.0,38300.0,13969.410572964998,pa +42003,15227,0.023690851000000002,357.0,38300.0,28809.140904295004,pa +42003,15228,0.014654024,357.0,38300.0,17819.95261508,pa +42003,15229,0.011380842,357.0,38300.0,13839.61600989,pa +42003,15232,0.009366131,357.0,38300.0,11389.636771895,pa +42003,15233,0.003513127,357.0,38300.0,4272.120522715,pa +42003,15234,0.011293138000000001,357.0,38300.0,13732.963999210002,pa +42003,15235,0.028747072999999998,357.0,38300.0,34957.734386284996,pa +42003,15236,0.024126062,357.0,38300.0,29338.377064790002,pa +42003,15237,0.034938483,357.0,38300.0,42486.767559735,pa +42003,15238,0.010771878,357.0,38300.0,13099.08838251,pa +42003,15239,0.017070023,357.0,38300.0,20757.916119035,pa +42003,15241,0.01707085,357.0,38300.0,20758.921788249998,pa +42003,15243,0.010848826,357.0,38300.0,13192.660613170001,pa +42003,15260,0.0,357.0,38300.0,0.0,pa +42003,15290,0.0,357.0,38300.0,0.0,pa +42005,15673,0.027719217999999997,357.0,38300.0,1794.4035772299999,pa +42005,15686,0.017366257,357.0,38300.0,1124.204646895,pa +42005,15736,0.019056962,357.0,38300.0,1233.65243507,pa +42005,16201,0.367697092,357.0,38300.0,23802.87125062,pa +42005,16210,0.020330209,357.0,38300.0,1316.0760796149998,pa +42005,16212,0.007180279,357.0,38300.0,464.81536106500005,pa +42005,16218,0.019891878,357.0,38300.0,1287.7007223300002,pa +42005,16222,0.05539669,357.0,38300.0,3586.1047271499997,pa +42005,16223,0.0036736309999999997,357.0,38300.0,237.812502785,pa +42005,16226,0.159322883,357.0,38300.0,10313.766831005,pa +42005,16228,0.009893757,357.0,38300.0,640.472359395,pa +42005,16229,0.11325638199999999,357.0,38300.0,7331.6518887699995,pa +42005,16236,0.004759022,357.0,38300.0,308.07528917,pa +42005,16238,0.009330188,357.0,38300.0,603.98972018,pa +42005,16244,0.005927905,357.0,38300.0,383.74293017499997,pa +42005,16245,0.004362437,357.0,38300.0,282.40235919500003,pa +42005,16249,0.039387172000000005,357.0,38300.0,2549.72857942,pa +42005,16250,0.011918429,357.0,38300.0,771.5395013149999,pa +42005,16253,0.001502849,357.0,38300.0,97.286930015,pa +42005,16259,0.038385272000000005,357.0,38300.0,2484.8705829200003,pa +42005,16262,0.05946690599999999,357.0,38300.0,3849.5901599099993,pa +42005,16263,0.004174581,357.0,38300.0,270.241501035,pa +42007,15001,0.192788123,357.0,38300.0,31603.564215267,pa +42007,15003,0.070567493,357.0,38300.0,11568.058559997,pa +42007,15005,0.057764792,357.0,38300.0,9469.324587768,pa +42007,15009,0.095450213,357.0,38300.0,15647.057966877,pa +42007,15010,0.17279597300000002,357.0,38300.0,28326.271057917,pa +42007,15026,0.021238155,357.0,38300.0,3481.549510995,pa +42007,15027,0.013836885,357.0,38300.0,2268.266721165,pa +42007,15042,0.052544031,357.0,38300.0,8613.490457799,pa +42007,15043,0.01250989,357.0,38300.0,2050.73375781,pa +42007,15050,0.016453496,357.0,38300.0,2697.2051457840003,pa +42007,15052,0.020590233,357.0,38300.0,3375.336305457,pa +42007,15059,0.026477606,357.0,38300.0,4340.447473974,pa +42007,15061,0.078635375,357.0,38300.0,12890.618388374998,pa +42007,15066,0.078386174,357.0,38300.0,12849.767117646,pa +42007,15074,0.049541159,357.0,38300.0,8121.232653711,pa +42007,15077,0.000934504,357.0,38300.0,153.192306216,pa +42007,15081,0.0022988789999999998,357.0,38300.0,376.85293559099995,pa +42007,16115,0.019556048,357.0,38300.0,3205.803392592,pa +42007,16123,0.013332253,357.0,38300.0,2185.542902037,pa +42007,16136,0.0042987170000000005,357.0,38300.0,704.6843790930001,pa +42009,15521,0.039234991000000004,347.0,,1878.885249008,pa +42009,15522,0.24150571899999998,347.0,,11565.225871472,pa +42009,15533,0.031253928,347.0,,1496.688104064,pa +42009,15534,0.021953161000000002,113.0,,1051.292973968,pa +42009,15535,0.045477397,113.0,,2177.821587536,pa +42009,15537,0.165109556,347.0,,7906.766417727999,pa +42009,15539,0.014265365,347.0,,683.13979912,pa +42009,15545,0.054212577000000005,354.0,,2596.131887376,pa +42009,15550,0.03699359,347.0,,1771.54903792,pa +42009,15554,0.044618543,347.0,,2136.692787184,pa +42009,15559,0.037705811,347.0,,1805.655877168,pa +42009,16633,0.0066823080000000005,347.0,,320.002365504,pa +42009,16650,0.039737735,347.0,,1902.9606536800002,pa +42009,16655,0.030122753,347.0,,1442.5183956639999,pa +42009,16659,0.006305249000000001,347.0,,301.945764112,pa +42009,16664,0.043298839000000006,347.0,,2073.4948020320003,pa +42009,16667,0.032112782,347.0,,1537.816904416,pa +42009,16670,0.001131174,347.0,,54.169660512,pa +42009,16672,0.004336168,347.0,,207.65041318399997,pa +42009,16678,0.054149734000000005,347.0,,2593.122461792,pa +42009,16679,0.015941179,347.0,,763.391179952,pa +42009,16694,0.002367087,347.0,,113.355062256,pa +42009,16695,0.023126231,347.0,,1107.468950128,pa +42009,17211,0.008358121,113.0,,400.25369844799997,pa +42011,18056,0.001609276,346.0,39740.0,677.769117264,pa +42011,19503,0.003317176,346.0,39740.0,1397.075112864,pa +42011,19504,0.012330563000000001,346.0,39740.0,5193.189235332001,pa +42011,19505,0.008325415,358.0,39740.0,3506.3650830599995,pa +42011,19506,0.017228148999999998,358.0,39740.0,7255.876145435999,pa +42011,19507,0.007608578,352.0,39740.0,3204.459144792,pa +42011,19508,0.03690028,358.0,39740.0,15541.06952592,pa +42011,19510,0.020374535,358.0,39740.0,8581.020658739999,pa +42011,19511,0.00022611599999999997,358.0,39740.0,95.23191902399999,pa +42011,19512,0.041631887,358.0,39740.0,17533.852056468,pa +42011,19518,0.037492032,358.0,39740.0,15790.294165248,pa +42011,19519,0.0,358.0,39740.0,0.0,pa +42011,19522,0.034179666000000004,358.0,39740.0,14395.244851224003,pa +42011,19523,0.0011137439999999998,358.0,39740.0,469.0688780159999,pa +42011,19526,0.027049782,358.0,39740.0,11392.394386248001,pa +42011,19529,0.008099299,346.0,39740.0,3411.1331640360004,pa +42011,19530,0.038851136,358.0,39740.0,16362.699842304,pa +42011,19533,0.019599966,358.0,39740.0,8254.800080424,pa +42011,19534,0.004353944,358.0,39740.0,1833.7244708160001,pa +42011,19535,2.4100000000000003e-05,358.0,39740.0,10.150052400000002,pa +42011,19536,0.001363915,358.0,39740.0,574.43189706,pa +42011,19538,5.2900000000000005e-05,358.0,39740.0,22.2795756,pa +42011,19539,0.011592076000000002,346.0,39740.0,4882.165096464,pa +42011,19540,0.02747796,358.0,39740.0,11572.72754544,pa +42011,19541,0.01034603,358.0,39740.0,4357.37537892,pa +42011,19543,0.015070421,358.0,39740.0,6347.118790044,pa +42011,19544,0.00031512,352.0,39740.0,132.71719968,pa +42011,19545,0.001515461,358.0,39740.0,638.2576166040001,pa +42011,19547,0.010771803,358.0,39740.0,4536.695638692,pa +42011,19550,0.0013807539999999999,352.0,39740.0,581.523877656,pa +42011,19551,0.011714757,358.0,39740.0,4933.833917147999,pa +42011,19554,0.0009886580000000001,358.0,39740.0,416.387157912,pa +42011,19555,0.008291738,358.0,39740.0,3492.181543032,pa +42011,19559,0.0010103080000000001,358.0,39740.0,425.50535851200004,pa +42011,19560,0.01864258,358.0,39740.0,7851.58356312,pa +42011,19562,0.006141226999999999,346.0,39740.0,2586.4637282279996,pa +42011,19564,0.000435394,358.0,39740.0,183.37227861600002,pa +42011,19565,0.021360788,358.0,39740.0,8996.394917231999,pa +42011,19567,0.013271111,358.0,39740.0,5589.314193204,pa +42011,19601,0.08033628799999999,358.0,39740.0,33834.752399232,pa +42011,19602,0.041025703,358.0,39740.0,17278.549178292,pa +42011,19604,0.068121189,358.0,39740.0,28690.192443996,pa +42011,19605,0.047152495999999995,358.0,39740.0,19858.933825343996,pa +42011,19606,0.083720818,358.0,39740.0,35260.194592152,pa +42011,19607,0.055672757,358.0,39740.0,23447.361029148,pa +42011,19608,0.054597501,358.0,39740.0,22994.501911164,pa +42011,19609,0.024815077999999997,358.0,39740.0,10451.217510792,pa +42011,19610,0.037138423999999996,358.0,39740.0,15641.367205535998,pa +42011,19611,0.025361125,358.0,39740.0,10681.192849500001,pa +42013,16601,0.253551575,347.0,11020.0,30889.934830674996,pa +42013,16602,0.23053958600000002,347.0,11020.0,28086.407222794,pa +42013,16617,0.022022141000000002,347.0,11020.0,2682.935415889,pa +42013,16625,0.029600418,347.0,11020.0,3606.189324522,pa +42013,16631,0.0007126910000000001,347.0,11020.0,86.82643183900001,pa +42013,16635,0.09731394800000001,347.0,11020.0,11855.660970892,pa +42013,16637,0.019424779,347.0,11020.0,2366.501400791,pa +42013,16648,0.118164109,347.0,11020.0,14395.815235361,pa +42013,16662,0.043680018,347.0,11020.0,5321.492912922,pa +42013,16665,0.002328123,347.0,11020.0,283.632896967,pa +42013,16673,0.044242250999999996,347.0,11020.0,5389.9891970789995,pa +42013,16682,0.000182132,347.0,11020.0,22.188959428,pa +42013,16686,0.105066439,347.0,11020.0,12800.139196930999,pa +42013,16693,0.03317179,347.0,11020.0,4041.28600391,pa +42015,16914,0.033652347,359.0,,2030.0105280809998,pa +42015,16925,0.057373147,300.0,,3460.920346481,pa +42015,16926,0.015791978999999998,359.0,,952.6195492169999,pa +42015,16947,0.080995453,359.0,,4885.888711318999,pa +42015,17724,0.07905839099999999,359.0,,4769.039320293,pa +42015,18810,0.091764204,359.0,,5535.492077892,pa +42015,18814,0.0034473140000000004,359.0,,207.952322422,pa +42015,18817,0.003792045,359.0,,228.747530535,pa +42015,18829,0.012558071,359.0,,757.540516933,pa +42015,18831,0.024410262999999998,359.0,,1472.500294949,pa +42015,18832,0.03045127,359.0,,1836.91196021,pa +42015,18833,0.032339084,359.0,,1950.7905641319999,pa +42015,18837,0.051430635,359.0,,3102.450195105,pa +42015,18840,0.176962096,359.0,,10674.884517008,pa +42015,18845,0.004383013,359.0,,264.39649319899996,pa +42015,18846,0.016382947,359.0,,988.2685118809999,pa +42015,18848,0.139353547,359.0,,8406.224015681,pa +42015,18850,0.039545611,359.0,,2385.509892353,pa +42015,18851,0.012738643999999999,359.0,,768.4332220119999,pa +42015,18853,0.06712412,359.0,,4049.12829076,pa +42015,18854,0.02644582,359.0,,1595.29119986,pa +42017,18077,0.003878724,346.0,37980.0,2436.88592748,pa +42017,18081,0.000252076,346.0,37980.0,158.37178852,pa +42017,18901,0.044672813,356.0,37980.0,28066.58822351,pa +42017,18902,0.034710104,356.0,37980.0,21807.31704008,pa +42017,18912,0.000644014,356.0,37980.0,404.61467578,pa +42017,18913,0.00011058799999999999,356.0,37980.0,69.47912276,pa +42017,18914,0.034405986,356.0,37980.0,21616.248824219998,pa +42017,18917,0.003452633,346.0,37980.0,2169.18573491,pa +42017,18920,0.00060661,356.0,37980.0,381.11486470000006,pa +42017,18923,0.001481559,356.0,37980.0,930.81907293,pa +42017,18925,0.010881568000000001,356.0,37980.0,6836.562727360001,pa +42017,18929,0.015651504,356.0,37980.0,9833.37041808,pa +42017,18930,0.004555264,346.0,37980.0,2861.93571328,pa +42017,18932,0.000684672,356.0,37980.0,430.15887743999997,pa +42017,18935,2.9299999999999997e-05,346.0,37980.0,18.408310999999998,pa +42017,18938,0.022860888,356.0,37980.0,14362.810103759999,pa +42017,18940,0.047226103,356.0,37980.0,29670.74373181,pa +42017,18942,0.0051797629999999996,356.0,37980.0,3254.2897000099997,pa +42017,18944,0.041812153,346.0,37980.0,26269.32136531,pa +42017,18947,0.00975129,356.0,37980.0,6126.4429683,pa +42017,18950,0.00026833900000000003,356.0,37980.0,168.58934353,pa +42017,18951,0.056764348,346.0,37980.0,35663.33691796,pa +42017,18954,0.014879011000000001,356.0,37980.0,9348.036240970001,pa +42017,18955,0.002797235,346.0,37980.0,1757.41883345,pa +42017,18960,0.01984085,346.0,37980.0,12465.4108295,pa +42017,18962,0.000539931,346.0,37980.0,339.22244937,pa +42017,18966,0.061228539000000005,356.0,37980.0,38468.05419753,pa +42017,18970,0.001179067,346.0,37980.0,740.77242409,pa +42017,18972,0.00557658,356.0,37980.0,3503.5979166,pa +42017,18974,0.066959617,356.0,37980.0,42068.71857259,pa +42017,18976,0.033565189,356.0,37980.0,21088.00129303,pa +42017,18977,0.006726374,356.0,37980.0,4225.97899298,pa +42017,18980,0.0008245339999999999,356.0,37980.0,518.02997618,pa +42017,19007,0.034030311,356.0,37980.0,21380.22349197,pa +42017,19020,0.089165107,356.0,37980.0,56019.761774889994,pa +42017,19021,0.015734445,356.0,37980.0,9885.47976015,pa +42017,19030,0.019063478999999998,356.0,37980.0,11977.011951329998,pa +42017,19047,0.057694590999999996,356.0,37980.0,36247.78068757,pa +42017,19053,0.042906652,356.0,37980.0,26956.96225204,pa +42017,19054,0.026903867999999997,356.0,37980.0,16902.89314836,pa +42017,19055,0.022922687,356.0,37980.0,14401.63656149,pa +42017,19056,0.02527269,356.0,37980.0,15878.0729463,pa +42017,19057,0.028408195,356.0,37980.0,17848.01667265,pa +42017,19067,0.083900776,356.0,37980.0,52712.340537519995,pa +42019,16001,0.204215067,357.0,38300.0,38362.412981151,pa +42019,16002,0.078977537,357.0,38300.0,14836.167258061,pa +42019,16020,0.005920567,357.0,38300.0,1112.196272651,pa +42019,16022,0.0016751379999999998,357.0,38300.0,314.679698714,pa +42019,16023,0.024252862000000004,357.0,38300.0,4555.972885286001,pa +42019,16024,0.00135058,357.0,38300.0,253.71050474,pa +42019,16025,0.027414686,357.0,38300.0,5149.931009158,pa +42019,16027,0.0014343370000000002,357.0,38300.0,269.44450846100005,pa +42019,16029,0.004140733,357.0,38300.0,777.849116249,pa +42019,16030,0.001821713,357.0,38300.0,342.214252189,pa +42019,16033,0.032340639,357.0,38300.0,6075.286058066999,pa +42019,16034,0.009867612,357.0,38300.0,1853.6605170359999,pa +42019,16035,0.000481602,357.0,38300.0,90.470380506,pa +42019,16037,0.024828691,357.0,38300.0,4664.144090423,pa +42019,16038,0.019091342,357.0,38300.0,3586.365868726,pa +42019,16040,0.004957362,357.0,38300.0,931.255323786,pa +42019,16041,0.011511341000000001,357.0,38300.0,2162.439940873,pa +42019,16045,0.005737349,357.0,38300.0,1077.778221697,pa +42019,16046,0.08615969300000001,357.0,38300.0,16185.356809129002,pa +42019,16048,0.0007276380000000001,357.0,38300.0,136.68898121400002,pa +42019,16050,0.007789393,357.0,38300.0,1463.260843229,pa +42019,16051,0.015248993999999998,357.0,38300.0,2864.569269882,pa +42019,16052,0.012903799999999998,357.0,38300.0,2424.0175413999996,pa +42019,16053,0.024655942,357.0,38300.0,4631.692672526,pa +42019,16055,0.042025032999999996,357.0,38300.0,7894.528524148999,pa +42019,16056,0.024148166000000002,357.0,38300.0,4536.305427598,pa +42019,16057,0.076538117,357.0,38300.0,14377.914892801,pa +42019,16059,0.04240193900000001,357.0,38300.0,7965.331446967001,pa +42019,16061,0.012830513,357.0,38300.0,2410.250358589,pa +42019,16063,0.035518167,357.0,38300.0,6672.194225451,pa +42019,16066,0.159033445,357.0,38300.0,29874.909743584998,pa +42021,15714,0.035512492,354.0,27780.0,4623.442358464,pa +42021,15722,0.017247652,354.0,27780.0,2245.5063091839997,pa +42021,15737,0.000475183,354.0,27780.0,61.865025136,pa +42021,15738,0.001514645,354.0,27780.0,197.19466184,pa +42021,15760,0.001202807,354.0,27780.0,156.59584894399998,pa +42021,15762,0.0067416559999999995,354.0,27780.0,877.709677952,pa +42021,15773,0.003987081,354.0,27780.0,519.086049552,pa +42021,15775,0.00580614,354.0,27780.0,755.9129788800001,pa +42021,15901,0.025370307999999998,354.0,27780.0,3303.0111391359997,pa +42021,15902,0.083246093,354.0,27780.0,10837.975339855999,pa +42021,15904,0.11739985900000001,354.0,27780.0,15284.522442928,pa +42021,15905,0.14744774800000002,354.0,27780.0,19196.517207616,pa +42021,15906,0.08285258200000001,354.0,27780.0,10786.743355744002,pa +42021,15909,0.03848981,354.0,27780.0,5011.06534352,pa +42021,15921,0.000616253,354.0,27780.0,80.231210576,pa +42021,15922,0.0016854139999999999,354.0,27780.0,219.427419488,pa +42021,15925,0.001529495,354.0,27780.0,199.12801304,pa +42021,15927,0.007090619,354.0,27780.0,923.1418688480001,pa +42021,15930,0.001009764,354.0,27780.0,131.46319468800002,pa +42021,15931,0.06547871,354.0,27780.0,8524.80421232,pa +42021,15934,0.002190296,354.0,27780.0,285.159016832,pa +42021,15938,0.01716598,354.0,27780.0,2234.87326816,pa +42021,15940,0.029854846,347.0,27780.0,3886.862110432,pa +42021,15942,0.015740431000000003,354.0,27780.0,2049.2781927520005,pa +42021,15943,0.026573115,354.0,27780.0,3459.60698808,pa +42021,15945,0.0007350480000000001,354.0,27780.0,95.69736921600001,pa +42021,15946,0.050087241,354.0,27780.0,6520.958080271999,pa +42021,15948,0.005167613,354.0,27780.0,672.7818716959999,pa +42021,15951,0.003571296,354.0,27780.0,464.954168832,pa +42021,15952,0.012971006,354.0,27780.0,1688.721213152,pa +42021,15955,0.018376211,354.0,27780.0,2392.435662512,pa +42021,15956,0.017990125,354.0,27780.0,2342.170354,pa +42021,15958,0.016215614,354.0,27780.0,2111.143217888,pa +42021,15960,0.003519323,354.0,27780.0,458.187700016,pa +42021,15962,0.001277054,354.0,27780.0,166.26221436799997,pa +42021,16613,0.010238705,347.0,27780.0,1332.9974813600002,pa +42021,16619,0.00235364,347.0,27780.0,306.42509888,pa +42021,16624,0.001403274,354.0,27780.0,182.69504860799998,pa +42021,16630,0.035245202,347.0,27780.0,4588.643338784001,pa +42021,16636,0.005798716,347.0,27780.0,754.946433472,pa +42021,16639,0.01134499,347.0,27780.0,1477.0269380799998,pa +42021,16640,0.005813565,347.0,27780.0,756.87965448,pa +42021,16641,0.018242566,347.0,27780.0,2375.0361526720003,pa +42021,16646,0.01730705,354.0,27780.0,2253.2394536,pa +42021,16668,0.024449642,354.0,27780.0,3183.1477912640003,pa +42021,16699,0.00166314,347.0,27780.0,216.52752288,pa +42023,15832,0.050032349000000004,351.0,,222.49385600300002,pa +42023,15834,0.9236575370000001,351.0,,4107.505067039,pa +42023,15861,0.026310114,351.0,,117.001076958,pa +42025,18030,0.011800468,346.0,10900.0,757.377637176,pa +42025,18071,0.156087295,346.0,10900.0,10017.99476769,pa +42025,18210,0.116414653,346.0,10900.0,7471.7252588460005,pa +42025,18212,0.003102104,346.0,10900.0,199.099238928,pa +42025,18216,0.016180826000000002,346.0,10900.0,1038.517774332,pa +42025,18229,0.137038192,346.0,10900.0,8795.385238944,pa +42025,18230,0.001761496,346.0,10900.0,113.056336272,pa +42025,18232,0.059360873,346.0,10900.0,3809.8995508860003,pa +42025,18235,0.297100546,346.0,10900.0,19068.507243372,pa +42025,18240,0.0591894,346.0,10900.0,3798.8940708,pa +42025,18244,0.004427124,346.0,10900.0,284.141672568,pa +42025,18250,0.046110677999999995,346.0,10900.0,2959.4755353959995,pa +42025,18254,0.01462198,346.0,10900.0,938.46792036,pa +42025,18255,0.071441933,346.0,10900.0,4585.286143806,pa +42025,18624,0.0053624319999999994,362.0,10900.0,344.171610624,pa +42027,16677,0.0016085820000000001,347.0,44300.0,261.20958807,pa +42027,16801,0.27303697899999996,350.0,44300.0,44337.10983491499,pa +42027,16802,0.07101615900000001,350.0,44300.0,11531.958979215002,pa +42027,16803,0.15841784,350.0,44300.0,25724.6809484,pa +42027,16820,0.006299771,350.0,44300.0,1022.988313835,pa +42027,16823,0.18488299600000002,350.0,44300.0,30022.225305460004,pa +42027,16826,0.00264835,350.0,44300.0,430.05231475,pa +42027,16827,0.029021762000000003,350.0,44300.0,4712.698822370001,pa +42027,16828,0.026575249,350.0,44300.0,4315.421808865,pa +42027,16829,0.004293631,350.0,44300.0,697.221269935,pa +42027,16832,0.004104025999999999,350.0,44300.0,666.4322620099999,pa +42027,16835,0.001247722,350.0,44300.0,202.61133697,pa +42027,16841,0.038636558,350.0,44300.0,6273.997470830001,pa +42027,16844,0.016844243000000002,350.0,44300.0,2735.2523995550005,pa +42027,16851,0.005682026999999999,350.0,44300.0,922.6759543949998,pa +42027,16852,0.002079536,350.0,44300.0,337.68545336,pa +42027,16853,0.001100931,350.0,44300.0,178.77468043500002,pa +42027,16854,0.003804328,350.0,44300.0,617.76580228,pa +42027,16859,0.003351723,350.0,44300.0,544.269539355,pa +42027,16865,0.010917565,350.0,44300.0,1772.8487925250001,pa +42027,16866,0.06091206,347.0,44300.0,9891.2048631,pa +42027,16868,0.001816536,350.0,44300.0,294.97819836,pa +42027,16870,0.044661097000000004,350.0,44300.0,7252.292236345001,pa +42027,16872,0.0108931,350.0,44300.0,1768.8760435,pa +42027,16874,0.0084894,350.0,44300.0,1378.551219,pa +42027,16875,0.024801527,350.0,44300.0,4027.3959618950003,pa +42027,16882,0.002856304,350.0,44300.0,463.82092504,pa +42029,19087,0.061192638,356.0,37980.0,32125.461830982,pa +42029,19301,0.011962051000000001,356.0,37980.0,6279.9451924390005,pa +42029,19310,0.005850963000000001,355.0,37980.0,3071.691214407,pa +42029,19311,0.016828253999999997,355.0,37980.0,8834.648239205999,pa +42029,19312,0.022248152,356.0,37980.0,11680.035070328,pa +42029,19316,0.00038833,355.0,37980.0,203.86897837,pa +42029,19320,0.10158825099999999,355.0,37980.0,53332.714304238994,pa +42029,19330,0.010111445,355.0,37980.0,5308.397399105,pa +42029,19333,0.012216603000000001,356.0,37980.0,6413.582192367001,pa +42029,19335,0.090778184,356.0,37980.0,47657.548039976,pa +42029,19341,0.032095756,356.0,37980.0,16849.918846684002,pa +42029,19343,0.014763973,355.0,37980.0,7750.923421297,pa +42029,19344,0.022132954,355.0,37980.0,11619.557387506,pa +42029,19345,0.001280188,356.0,37980.0,672.084617932,pa +42029,19348,0.043732651,356.0,37980.0,22959.160715839,pa +42029,19350,0.021794791,355.0,37980.0,11442.025532299,pa +42029,19352,0.020271199,355.0,37980.0,10642.156491811,pa +42029,19355,0.04817522,356.0,37980.0,25291.46057258,pa +42029,19358,0.001588623,355.0,37980.0,834.009600147,pa +42029,19362,0.010932698000000001,355.0,37980.0,5739.546190322,pa +42029,19363,0.03180776,355.0,37980.0,16698.724114639997,pa +42029,19365,0.0135451,355.0,37980.0,7111.028503899999,pa +42029,19367,0.0,355.0,37980.0,0.0,pa +42029,19372,0.00309735,355.0,37980.0,1626.07467915,pa +42029,19374,0.002129312,356.0,37980.0,1117.865377568,pa +42029,19375,4.270000000000001e-05,356.0,37980.0,22.417030300000004,pa +42029,19380,0.09494019,356.0,37980.0,49842.55540791,pa +42029,19382,0.10118877300000001,356.0,37980.0,53122.992748497,pa +42029,19383,0.005832383000000001,356.0,37980.0,3061.9369187870006,pa +42029,19390,0.026374856000000002,355.0,37980.0,13846.509276584002,pa +42029,19425,0.029041141,356.0,37980.0,15246.279572449,pa +42029,19442,0.0,356.0,37980.0,0.0,pa +42029,19457,0.000117056,358.0,37980.0,61.453112384,pa +42029,19460,0.077872249,356.0,37980.0,40882.074130261004,pa +42029,19465,0.032725631,358.0,37980.0,17180.596293059,pa +42029,19475,0.020882493999999998,356.0,37980.0,10963.079642566,pa +42029,19520,0.010470047,358.0,37980.0,5496.659504483,pa +42031,16028,0.043213844,357.0,,1661.0537356720001,pa +42031,16036,0.003955501,351.0,,152.041547438,pa +42031,16049,0.072954265,351.0,,2804.21603807,pa +42031,16054,0.008974042,351.0,,344.944226396,pa +42031,16213,0.002595797,357.0,,99.777245086,pa +42031,16214,0.246897404,357.0,,9490.242414952,pa +42031,16224,0.030729295,357.0,,1181.17264121,pa +42031,16230,0.010284302,357.0,,395.30800027600003,pa +42031,16232,0.10395550099999999,357.0,,3995.841547438,pa +42031,16233,0.025908529,357.0,,995.872037702,pa +42031,16235,0.030630407999999998,357.0,,1177.371622704,pa +42031,16240,0.034783684,357.0,,1337.0152455920002,pa +42031,16242,0.107540173,357.0,,4133.629169774,pa +42031,16248,0.077181706,357.0,,2966.7104152280003,pa +42031,16254,0.080049444,357.0,,3076.940528472,pa +42031,16255,0.04118665,357.0,,1583.1324527,pa +42031,16258,0.050506799000000005,357.0,,1941.380339962,pa +42031,16260,0.007144623,357.0,,274.625018874,pa +42031,16326,0.009517923000000001,357.0,,365.84992427400005,pa +42031,16331,0.001557478,357.0,,59.866339364,pa +42031,16332,0.001063041,357.0,,40.861169958,pa +42031,16334,0.008504326,357.0,,326.889282788,pa +42031,16361,0.0008652660000000001,357.0,,33.259094508000004,pa +42033,15721,0.0028215959999999996,354.0,,223.62559097999997,pa +42033,15753,0.006076275,347.0,,481.575175125,pa +42033,15757,0.020381112,347.0,,1615.30503156,pa +42033,15801,0.24873356300000002,357.0,,19713.378535565,pa +42033,15848,0.016706475,357.0,,1324.0716761249998,pa +42033,15849,0.016811465,357.0,,1332.392658575,pa +42033,15856,0.011023911,357.0,,873.7000663050001,pa +42033,15866,0.003609019,357.0,,286.032800845,pa +42033,16616,0.0016010920000000001,347.0,,126.89454646000002,pa +42033,16620,0.00450143,347.0,,356.76083465,pa +42033,16627,0.028058479,347.0,,2223.774753145,pa +42033,16645,0.002139164,347.0,,169.53944281999998,pa +42033,16651,0.074175175,347.0,,5878.753494625,pa +42033,16656,0.015459723,347.0,,1225.260346365,pa +42033,16661,0.011299509,347.0,,895.5425857949999,pa +42033,16666,0.042297697999999995,347.0,,3352.3040549899997,pa +42033,16671,0.006719335999999999,347.0,,532.54097468,pa +42033,16680,0.005223234,347.0,,413.96741067,pa +42033,16692,0.008845377,354.0,,701.040354135,pa +42033,16821,0.003976482,347.0,,315.15608091,pa +42033,16825,0.003018452,347.0,,239.22741326,pa +42033,16830,0.175477047,347.0,,13907.433359985,pa +42033,16833,0.069844353,347.0,,5535.514197015,pa +42033,16834,0.002598493,347.0,,205.94356271499998,pa +42033,16836,0.014344208999999998,347.0,,1136.850284295,pa +42033,16837,0.0019160610000000002,347.0,,151.85741455500002,pa +42033,16838,0.024055748999999998,347.0,,1906.5383869949999,pa +42033,16839,0.010000262,347.0,,792.5707648099999,pa +42033,16840,0.007257408000000001,347.0,,575.18587104,pa +42033,16843,0.008228562,347.0,,652.15468131,pa +42033,16845,0.012467519,347.0,,988.113218345,pa +42033,16847,0.003451534,347.0,,273.55132717,pa +42033,16849,0.004186462,347.0,,331.79804581,pa +42033,16855,0.002388514,347.0,,189.30167707,pa +42033,16858,0.049476364,347.0,,3921.24922882,pa +42033,16860,0.002965957,347.0,,235.066922035,pa +42033,16861,0.00389774,347.0,,308.9153837,pa +42033,16863,0.009186593,347.0,,728.083428215,pa +42033,16871,0.000524948,347.0,,41.60475374,pa +42033,16876,0.004068348,347.0,,322.43692074,pa +42033,16878,0.023832647000000002,347.0,,1888.8564379850002,pa +42033,16879,0.00566944,347.0,,449.3314672,pa +42033,16881,0.03068322,347.0,,2431.7986011000003,pa +42035,16822,0.057008086,350.0,,2202.336378352,pa +42035,16848,0.010134770999999999,350.0,,391.526473272,pa +42035,17721,0.041428571000000004,350.0,,1600.4685548720001,pa +42035,17729,0.001428571,350.0,,55.188554872,pa +42035,17745,0.505471698,350.0,,19527.382637136,pa +42035,17747,0.092695418,350.0,,3581.009388176,pa +42035,17748,0.00574124,350.0,,221.79558368,pa +42035,17750,0.004420485,350.0,,170.77217652,pa +42035,17751,0.190889488,350.0,,7374.442700416,pa +42035,17760,0.021347709,350.0,,824.704694088,pa +42035,17764,0.05884097,350.0,,2273.14435304,pa +42035,17778,0.0022102429999999998,350.0,,85.38610757599999,pa +42035,17779,0.008382749,350.0,,323.842359368,pa +42037,17814,0.071055858,350.0,14100.0,4616.072759112,pa +42037,17815,0.433050098,350.0,14100.0,28132.666566472,pa +42037,17820,0.077998916,350.0,14100.0,5067.121579024,pa +42037,17846,0.054931425,350.0,14100.0,3568.5650937,pa +42037,17859,0.040118617,350.0,14100.0,2606.265834788,pa +42037,17878,0.020330187,350.0,14100.0,1320.730268268,pa +42037,17888,0.003892105,358.0,14100.0,252.84670921999998,pa +42037,17920,0.005032648,358.0,14100.0,326.940944672,pa +42037,17945,0.002395141,358.0,14100.0,155.597939924,pa +42037,18603,0.273274215,350.0,14100.0,17752.98610326,pa +42037,18631,0.017920789,350.0,14100.0,1164.206136596,pa +42039,16110,0.003189025,351.0,,269.883996725,pa +42039,16111,0.014557621000000001,351.0,,1231.9969076090001,pa +42039,16131,0.010853876,351.0,,918.552672004,pa +42039,16134,0.040103392,351.0,,3393.909961568,pa +42039,16314,0.060546722000000004,351.0,,5124.008536138001,pa +42039,16316,0.058062639000000006,351.0,,4913.783075931001,pa +42039,16327,0.033870805,351.0,,2866.4523563449998,pa +42039,16328,0.002215533,351.0,,187.498342257,pa +42039,16335,0.30732133100000003,351.0,,26008.296921199002,pa +42039,16354,0.121988609,351.0,,10323.773991061,pa +42039,16360,0.016034643,351.0,,1356.9958024470002,pa +42039,16403,0.074701518,351.0,,6321.914766821999,pa +42039,16404,0.041065694,351.0,,3475.348617526,pa +42039,16406,0.035000951,351.0,,2962.095482179,pa +42039,16422,0.005236715,351.0,,443.177953735,pa +42039,16424,0.052725218,351.0,,4462.082474121999,pa +42039,16433,0.056540859000000006,351.0,,4784.996356311,pa +42039,16434,0.035437343999999996,351.0,,2999.0269853759996,pa +42039,16435,0.019995748,351.0,,1692.220157492,pa +42039,16440,0.010551757,351.0,,892.984643153,pa +42041,17007,0.021963925,352.0,25420.0,5564.99967725,pa +42041,17011,0.134608754,352.0,25420.0,34105.82000098,pa +42041,17013,0.13455313900000002,352.0,25420.0,34091.72882843,pa +42041,17015,0.07748920200000001,352.0,25420.0,19633.43911074,pa +42041,17025,0.063181506,352.0,25420.0,16008.29817522,pa +42041,17027,0.008141928,352.0,25420.0,2062.92029736,pa +42041,17043,0.021155663999999998,352.0,25420.0,5360.21058768,pa +42041,17050,0.139476855,352.0,25420.0,35339.25075135,pa +42041,17055,0.133600282,352.0,25420.0,33850.30345034,pa +42041,17065,0.015397735,352.0,25420.0,3901.3241169499997,pa +42041,17070,0.058291159,352.0,25420.0,14769.23095583,pa +42041,17072,0.0007304010000000001,352.0,25420.0,185.06170137000004,pa +42041,17081,0.001379234,352.0,25420.0,349.45651858,pa +42041,17093,0.005268524,352.0,25420.0,1334.88592588,pa +42041,17240,0.014774855,352.0,25420.0,3743.50501135,pa +42041,17241,0.044157722,352.0,25420.0,11188.242023140001,pa +42041,17257,0.108403315,352.0,25420.0,27466.14792155,pa +42041,17266,0.0018315629999999998,352.0,25420.0,464.06311730999994,pa +42041,17324,0.015594238,352.0,25420.0,3951.11208206,pa +42043,17005,0.0011929430000000001,352.0,25420.0,331.99484395700006,pa +42043,17018,0.016527613,352.0,25420.0,4599.618170287,pa +42043,17023,0.012852758,352.0,25420.0,3576.909698642,pa +42043,17028,0.014326394,352.0,25420.0,3987.0211238059997,pa +42043,17030,0.0033867759999999998,352.0,25420.0,942.5363740239999,pa +42043,17032,0.029915902999999997,352.0,25420.0,8325.565888997,pa +42043,17033,0.06488427,352.0,25420.0,18057.227456729997,pa +42043,17034,0.009850088,352.0,25420.0,2741.269640312,pa +42043,17036,0.083535543,352.0,25420.0,23247.858081357,pa +42043,17048,0.014725272,352.0,25420.0,4098.028472328,pa +42043,17057,0.084418246,352.0,25420.0,23493.513443554002,pa +42043,17061,0.026237355,352.0,25420.0,7301.829659145,pa +42043,17080,0.00094549,352.0,25420.0,263.12892151,pa +42043,17097,0.003109777,352.0,25420.0,865.4478293230001,pa +42043,17098,0.008520492,352.0,25420.0,2371.244403108,pa +42043,17101,0.006888044,352.0,25420.0,1916.9357571560001,pa +42043,17102,0.027674057000000002,352.0,25420.0,7701.662389043,pa +42043,17103,0.044615322,352.0,25420.0,12416.399497278,pa +42043,17104,0.073522948,352.0,25420.0,20461.362905452002,pa +42043,17109,0.08690385199999999,352.0,25420.0,24185.255107748,pa +42043,17110,0.094105828,352.0,25420.0,26189.557826572,pa +42043,17111,0.120413357,352.0,25420.0,33510.916839743,pa +42043,17112,0.131829413,352.0,25420.0,36687.993808487,pa +42043,17113,0.039618257999999996,352.0,25420.0,11025.721583142,pa +42043,17120,0.0,352.0,25420.0,0.0,pa +42045,19008,0.036966585,356.0,37980.0,20950.701148995002,pa +42045,19010,0.037380802000000005,356.0,37980.0,21185.457391094,pa +42045,19013,0.062834662,356.0,37980.0,35611.356184514,pa +42045,19014,0.037512355,356.0,37980.0,21260.014659185,pa +42045,19015,0.029626245,356.0,37980.0,16790.585475015,pa +42045,19017,0.000462216,356.0,37980.0,261.959531352,pa +42045,19018,0.041746962,356.0,37980.0,23659.965472614,pa +42045,19022,0.007018567,356.0,37980.0,3977.751791549,pa +42045,19023,0.039370107,356.0,37980.0,22312.890031929,pa +42045,19026,0.055238325,356.0,37980.0,31306.154978774997,pa +42045,19029,0.007139454,356.0,37980.0,4046.264136138,pa +42045,19032,0.011786498999999999,356.0,37980.0,6679.962948752999,pa +42045,19033,0.015789998,356.0,37980.0,8948.933996505999,pa +42045,19036,0.022797897999999997,356.0,37980.0,12920.640297805998,pa +42045,19041,0.011110953,356.0,37980.0,6297.099279891,pa +42045,19043,0.004143941,356.0,37980.0,2348.566129927,pa +42045,19050,0.050381506,356.0,37980.0,28553.567380982,pa +42045,19060,0.020102825,356.0,37980.0,11393.215760275001,pa +42045,19061,0.035320387,356.0,37980.0,20017.723371089,pa +42045,19063,0.06363998400000001,356.0,37980.0,36067.77001204801,pa +42045,19064,0.04386071,356.0,37980.0,24857.925810369998,pa +42045,19070,0.012474488999999998,356.0,37980.0,7069.879217282999,pa +42045,19073,0.034783505,356.0,37980.0,19713.447108235,pa +42045,19074,0.010470962,356.0,37980.0,5934.386300614,pa +42045,19076,0.011615835,356.0,37980.0,6583.239638745,pa +42045,19078,0.019981938,356.0,37980.0,11324.703415686,pa +42045,19079,0.01650821,356.0,37980.0,9355.97849287,pa +42045,19081,0.0179713,356.0,37980.0,10185.1803611,pa +42045,19082,0.07291629599999999,356.0,37980.0,41325.092009112,pa +42045,19083,0.06450041599999999,356.0,37980.0,36555.417266751996,pa +42045,19085,0.01593044,356.0,37980.0,9028.52907868,pa +42045,19086,0.020509931000000002,356.0,37980.0,11623.941864457001,pa +42045,19094,0.0067021269999999996,356.0,37980.0,3798.410370869,pa +42045,19113,0.00016533099999999998,356.0,37980.0,93.70084825699999,pa +42045,19317,0.017617527,356.0,37980.0,9984.680574669,pa +42045,19319,0.001327981,356.0,37980.0,752.629247807,pa +42045,19342,0.033526634,356.0,37980.0,19001.119239598,pa +42045,19373,0.008766098,356.0,37980.0,4968.159743206,pa +42047,15821,0.004152403,351.0,,124.19837373,pa +42047,15823,0.041270445,357.0,,1234.3990099500002,pa +42047,15827,0.011157601000000001,357.0,,333.72384591,pa +42047,15841,0.01201344,357.0,,359.3219904,pa +42047,15845,0.095727146,351.0,,2863.19893686,pa +42047,15846,0.112939014,351.0,,3378.00590874,pa +42047,15853,0.20067833100000002,351.0,,6002.288880210001,pa +42047,15857,0.401610245,351.0,,12012.16242795,pa +42047,15860,0.033631292,357.0,,1005.91194372,pa +42047,15868,0.041492329,357.0,,1241.03556039,pa +42047,15870,0.03505769,351.0,,1048.5755079,pa +42047,16728,0.0017116770000000002,351.0,,51.19625907,pa +42047,16734,0.008558386999999999,351.0,,255.98135516999997,pa +42049,16401,0.024328436000000002,351.0,21500.0,6562.060385408001,pa +42049,16407,0.03938651,351.0,21500.0,10623.64456928,pa +42049,16410,0.006117007,351.0,21500.0,1649.9280640959998,pa +42049,16411,0.005991732,351.0,21500.0,1616.1378888959998,pa +42049,16412,0.038112282000000004,351.0,21500.0,10279.949599296002,pa +42049,16415,0.034085581000000004,351.0,21500.0,9193.835591968002,pa +42049,16417,0.028143959,351.0,21500.0,7591.213773152,pa +42049,16421,0.009567443,351.0,21500.0,2580.607265504,pa +42049,16423,0.015308624,351.0,21500.0,4129.164534272,pa +42049,16426,0.012989243999999999,351.0,21500.0,3503.5628056319997,pa +42049,16427,0.000533314,351.0,21500.0,143.84971859200002,pa +42049,16428,0.045199277,351.0,21500.0,12191.510586656,pa +42049,16438,0.027263454,351.0,21500.0,7353.716920512,pa +42049,16441,0.036601822,351.0,21500.0,9872.536244416,pa +42049,16442,0.010659126000000001,351.0,21500.0,2875.064737728,pa +42049,16443,0.004484851,351.0,21500.0,1209.689890528,pa +42049,16444,0.0043810509999999995,351.0,21500.0,1181.692124128,pa +42049,16501,0.0068364440000000005,351.0,21500.0,1843.9803672320002,pa +42049,16502,0.055908513,351.0,21500.0,15080.091394464,pa +42049,16503,0.060078386,351.0,21500.0,16204.822899007999,pa +42049,16504,0.056015892000000005,351.0,21500.0,15109.054517376002,pa +42049,16505,0.059219357,351.0,21500.0,15973.118724896,pa +42049,16506,0.086325322,351.0,21500.0,23284.356452416,pa +42049,16507,0.033570163,351.0,21500.0,9054.812925664,pa +42049,16508,0.057433291,351.0,21500.0,15491.366714848,pa +42049,16509,0.098666714,351.0,21500.0,26613.175433792,pa +42049,16510,0.09211303400000001,351.0,21500.0,24845.464434752004,pa +42049,16511,0.041687993,351.0,21500.0,11244.418975904,pa +42049,16546,0.0031068240000000002,351.0,21500.0,837.997423872,pa +42049,16563,0.005884353,351.0,21500.0,1587.174765984,pa +42051,15401,0.25051524199999997,357.0,38300.0,32385.107394307997,pa +42051,15410,0.009731915,357.0,38300.0,1258.08357971,pa +42051,15413,0.004718745,357.0,38300.0,610.01104113,pa +42051,15417,0.064924524,357.0,38300.0,8393.052915576,pa +42051,15420,0.002610031,357.0,38300.0,337.409147494,pa +42051,15421,0.000310339,357.0,38300.0,40.118763886,pa +42051,15422,0.0015039510000000001,357.0,38300.0,194.42176157400002,pa +42051,15425,0.15115104,357.0,38300.0,19539.899544959997,pa +42051,15428,0.016241078,357.0,38300.0,2099.5491173719997,pa +42051,15430,0.0030079020000000002,357.0,38300.0,388.84352314800003,pa +42051,15431,0.032720877999999995,357.0,38300.0,4229.958782571999,pa +42051,15433,0.005848698,357.0,38300.0,756.084585252,pa +42051,15435,0.005021127,357.0,38300.0,649.101171798,pa +42051,15436,0.022559263,357.0,38300.0,2916.3261650619997,pa +42051,15437,0.021755563999999998,357.0,38300.0,2812.428780536,pa +42051,15438,0.016145589,357.0,38300.0,2087.204872386,pa +42051,15440,0.001281143,357.0,38300.0,165.618480182,pa +42051,15442,0.015198656999999999,357.0,38300.0,1964.7911850179999,pa +42051,15443,0.00024668,357.0,38300.0,31.88931032,pa +42051,15444,0.002936285,357.0,38300.0,379.58530708999996,pa +42051,15445,0.021421352999999997,357.0,38300.0,2769.2239877219995,pa +42051,15446,0.0022837770000000003,357.0,38300.0,295.23298789800003,pa +42051,15447,0.000732082,357.0,38300.0,94.639168468,pa +42051,15449,0.003684282,357.0,38300.0,476.28187126800003,pa +42051,15450,0.017697284,357.0,38300.0,2287.798691816,pa +42051,15451,0.009158981,445.0,38300.0,1184.018109794,pa +42051,15454,0.001145867,357.0,38300.0,148.130810558,pa +42051,15455,0.004082152,357.0,38300.0,527.716117648,pa +42051,15456,0.020617654,357.0,38300.0,2665.3266031959997,pa +42051,15458,0.018405493999999998,357.0,38300.0,2379.351831356,pa +42051,15459,0.012970581,357.0,38300.0,1676.758888194,pa +42051,15460,0.0009708039999999999,357.0,38300.0,125.49971629599999,pa +42051,15461,0.033946318999999996,357.0,38300.0,4388.376442405999,pa +42051,15462,0.00537921,357.0,38300.0,695.3919935399999,pa +42051,15463,0.000262595,357.0,38300.0,33.94670603,pa +42051,15464,0.013280921000000001,357.0,38300.0,1716.877781354,pa +42051,15466,0.003533091,357.0,38300.0,456.736805934,pa +42051,15467,0.0009946760000000001,445.0,38300.0,128.58574522400002,pa +42051,15468,0.018206558,357.0,38300.0,2353.6345788920003,pa +42051,15469,0.015739761,357.0,38300.0,2034.7418635140002,pa +42051,15470,0.006254526,357.0,38300.0,808.5475941239999,pa +42051,15472,0.001448249,357.0,38300.0,187.220941226,pa +42051,15473,0.03096229,357.0,38300.0,4002.61907746,pa +42051,15474,0.014920147,445.0,38300.0,1928.787083278,pa +42051,15475,0.01088574,357.0,38300.0,1407.24315276,pa +42051,15476,0.000437658,357.0,38300.0,56.577800292,pa +42051,15478,0.046558817,357.0,38300.0,6018.844508858,pa +42051,15480,0.014760998999999999,357.0,38300.0,1908.2133847259997,pa +42051,15482,0.003159093,357.0,38300.0,408.388588482,pa +42051,15484,0.000541104,357.0,38300.0,69.95067849600001,pa +42051,15486,0.01829409,357.0,38300.0,2364.95019066,pa +42051,15489,0.003819558,357.0,38300.0,493.76954089199995,pa +42051,15490,0.004249258,357.0,38300.0,549.318578692,pa +42051,15492,0.000915102,357.0,38300.0,118.298895948,pa +42051,15631,0.009851275999999999,357.0,38300.0,1273.513853624,pa +42053,16217,0.007895056,357.0,,57.215470831999994,pa +42053,16239,0.63014697,351.0,,4566.67509159,pa +42053,16321,0.00704482,351.0,,51.05381054,pa +42053,16322,0.012146241,351.0,,88.023808527,pa +42053,16353,0.323090004,351.0,,2341.433258988,pa +42053,16370,0.01967691,351.0,,142.59856677,pa +42055,17201,0.18033393399999997,352.0,16540.0,27956.628786217996,pa +42055,17202,0.206614455,352.0,16540.0,32030.819115285,pa +42055,17210,0.000998171,352.0,16540.0,154.743455617,pa +42055,17214,0.0065195240000000005,352.0,16540.0,1010.7022471480001,pa +42055,17217,0.001528668,352.0,16540.0,236.984814036,pa +42055,17219,0.0026804040000000004,352.0,16540.0,415.53499090800005,pa +42055,17220,0.002785107,352.0,16540.0,431.766782889,pa +42055,17221,0.004055507,352.0,16540.0,628.713083689,pa +42055,17222,0.08098449,352.0,16540.0,12554.782531230001,pa +42055,17224,0.012752858,352.0,16540.0,1977.037317166,pa +42055,17225,0.140079016,352.0,16540.0,21716.029613432,pa +42055,17235,0.006840614,352.0,16540.0,1060.479866578,pa +42055,17236,0.059457497000000005,352.0,16540.0,9217.517387419,pa +42055,17237,0.013911575,352.0,16540.0,2156.669737525,pa +42055,17244,0.01696891,352.0,16540.0,2630.63921057,pa +42055,17246,0.001221538,352.0,16540.0,189.37137152600002,pa +42055,17247,0.0027432259999999997,352.0,16540.0,425.2740971019999,pa +42055,17250,0.000663121,352.0,16540.0,102.801659267,pa +42055,17251,0.00095629,352.0,16540.0,148.25076983,pa +42055,17252,0.025757005,352.0,16540.0,3993.031214135,pa +42055,17254,0.000614259,352.0,16540.0,95.226729993,pa +42055,17256,0.001472826,352.0,16540.0,228.327796302,pa +42055,17261,0.001982382,352.0,16540.0,307.322734314,pa +42055,17262,0.010903101,352.0,16540.0,1690.275038727,pa +42055,17263,0.0026524829999999998,352.0,16540.0,411.20648204099996,pa +42055,17265,0.004334715,352.0,16540.0,671.997862305,pa +42055,17268,0.205399897,352.0,16540.0,31842.529832219,pa +42055,17271,0.001996342,352.0,16540.0,309.486911234,pa +42055,17272,0.002792087,352.0,16540.0,432.848871349,pa +42057,15536,0.03021978,347.0,,439.0934034,pa +42057,16689,0.033447802,352.0,,485.99656305999997,pa +42057,16691,0.021978022000000003,352.0,,319.34065966000003,pa +42057,17212,0.053914835,352.0,,783.38255255,pa +42057,17215,0.020879121,352.0,,303.37362813,pa +42057,17223,0.01875,352.0,,272.4375,pa +42057,17228,0.077953297,352.0,,1132.66140541,pa +42057,17229,0.083791209,352.0,,1217.4862667700002,pa +42057,17233,0.360027473,352.0,,5231.199182689999,pa +42057,17238,0.110714286,352.0,,1608.67857558,pa +42057,17267,0.188324176,352.0,,2736.3502772800002,pa +42059,15310,0.006446608,357.0,,233.579947664,pa +42059,15315,0.0159159,445.0,,576.6808047,pa +42059,15316,0.002915686,445.0,,105.644050838,pa +42059,15320,0.146693773,445.0,,5315.155477109,pa +42059,15322,0.054836294,445.0,,1986.883440502,pa +42059,15325,0.012598973000000001,445.0,,456.49858870900005,pa +42059,15327,0.047399957,445.0,,1717.442641981,pa +42059,15334,0.003611171,445.0,,130.84355884299998,pa +42059,15337,0.016771881000000002,445.0,,607.6955642730001,pa +42059,15338,0.046222982999999995,445.0,,1674.7973430389998,pa +42059,15341,0.021854269,445.0,,791.845728677,pa +42059,15344,0.037663171,445.0,,1364.6496748430002,pa +42059,15346,0.011421998999999999,445.0,,413.853289767,pa +42059,15349,0.04138134,445.0,,1499.37009222,pa +42059,15351,0.017119623,445.0,,620.295300159,pa +42059,15352,0.02455596,445.0,,889.73609868,pa +42059,15353,0.0026749409999999997,445.0,,96.92113725299998,pa +42059,15357,0.035763962999999996,445.0,,1295.835671379,pa +42059,15359,0.0045474,445.0,,164.7659442,pa +42059,15362,0.019206077,445.0,,695.8937879409999,pa +42059,15364,0.020623796,445.0,,747.262000468,pa +42059,15370,0.395383052,445.0,,14325.914123116001,pa +42059,15380,0.014391183,445.0,,521.435733639,pa +42061,16611,0.055199822999999995,347.0,,2491.9408095119998,pa +42061,16621,0.015787149,347.0,,712.695054456,pa +42061,16622,0.0037315079999999997,347.0,,168.45519715199998,pa +42061,16623,0.013027158,347.0,,588.098020752,pa +42061,16634,0.007507176,347.0,,338.903953344,pa +42061,16638,0.000706558,347.0,,31.896854352000002,pa +42061,16647,0.015897549,347.0,,717.6789520560001,pa +42061,16652,0.401435195,347.0,,18122.39044308,pa +42061,16657,0.028549348999999998,347.0,,1288.8318112559998,pa +42061,16669,0.044027379000000005,347.0,,1987.5719975760003,pa +42061,16674,0.01552219,347.0,,700.73374536,pa +42061,16683,0.007683815,347.0,,346.87814436,pa +42061,16685,0.002693751,347.0,,121.606695144,pa +42061,16877,0.045241775,350.0,,2042.3946905999999,pa +42061,17052,0.033693972,347.0,,1521.0806719680002,pa +42061,17060,0.025921837000000003,347.0,,1170.2154095280002,pa +42061,17066,0.119032899,347.0,,5373.621192456,pa +42061,17213,0.012298521000000001,352.0,,555.2044320240001,pa +42061,17239,0.0054537430000000005,352.0,,246.203773992,pa +42061,17243,0.030227423,347.0,,1364.586783912,pa +42061,17249,0.009538529,347.0,,430.607353176,pa +42061,17253,0.00624862,347.0,,282.08770128,pa +42061,17255,0.023161846,352.0,,1045.618375824,pa +42061,17260,0.024420402,347.0,,1102.434627888,pa +42061,17264,0.05299183,347.0,,2392.26317352,pa +42063,15681,0.049120033,357.0,,4129.668534409,pa +42063,15701,0.37530604,357.0,,31553.10470092,pa +42063,15710,0.002591043,357.0,,217.83675813899998,pa +42063,15712,0.002272652,354.0,,191.068671596,pa +42063,15713,0.003798733,357.0,,319.37087950899996,pa +42063,15716,0.009518791,357.0,,800.273315743,pa +42063,15717,0.10894458900000001,357.0,,9159.298430997002,pa +42063,15723,0.00014272700000000002,357.0,,11.999487071,pa +42063,15724,0.024516101000000002,354.0,,2061.142159373,pa +42063,15725,0.017390732,357.0,,1462.091011436,pa +42063,15727,0.002173841,357.0,,182.761334393,pa +42063,15728,0.037317611,357.0,,3137.403509603,pa +42063,15729,0.01554626,357.0,,1307.0207169799999,pa +42063,15731,0.004644115999999999,357.0,,390.44476446799996,pa +42063,15732,0.016468496000000003,357.0,,1384.5558642080002,pa +42063,15734,0.005127192,357.0,,431.058413016,pa +42063,15739,0.005643205,357.0,,474.441173965,pa +42063,15741,0.0005709080000000001,354.0,,47.997948284,pa +42063,15742,0.010869206999999999,357.0,,913.8068401109999,pa +42063,15745,0.0022287360000000003,357.0,,187.37652172800003,pa +42063,15746,0.001361396,354.0,,114.456645908,pa +42063,15747,0.022045826,357.0,,1853.458729298,pa +42063,15748,0.073548302,357.0,,6183.426394046,pa +42063,15750,0.004369641,357.0,,367.368827793,pa +42063,15752,0.000603845,357.0,,50.767060685,pa +42063,15754,0.007037537,357.0,,591.666848201,pa +42063,15756,0.003019224,357.0,,253.835219352,pa +42063,15759,0.032212378,357.0,,2708.191255594,pa +42063,15761,0.001954261,357.0,,164.30058505300002,pa +42063,15765,0.018104366,357.0,,1522.088362718,pa +42063,15771,0.009705434,357.0,,815.9649526820001,pa +42063,15772,0.018126324,357.0,,1523.934437652,pa +42063,15774,0.029676229,357.0,,2494.969600717,pa +42063,15777,0.001053984,357.0,,88.611596832,pa +42063,15783,0.001218669,357.0,,102.457158837,pa +42063,15920,0.007893899000000001,354.0,,663.6637706270001,pa +42063,15929,0.00035132800000000004,354.0,,29.537198944000004,pa +42063,15949,0.0059945319999999995,354.0,,503.97828883599993,pa +42063,15954,0.022979041000000002,354.0,,1931.9169139930002,pa +42063,15957,0.007070474,354.0,,594.435960602,pa +42063,15961,0.008794177,354.0,,739.352842921,pa +42063,16211,0.0013833539999999998,357.0,,116.30272084199999,pa +42063,16246,0.00262398,357.0,,220.60587054,pa +42063,16256,0.024680786,357.0,,2074.987721378,pa +42065,15711,0.009274056999999999,357.0,,402.72592522499997,pa +42065,15715,0.010151941,357.0,,440.84803792499997,pa +42065,15730,0.002273495,357.0,,98.72652037499999,pa +42065,15733,0.0035790659999999997,357.0,,155.42094104999998,pa +42065,15744,0.003646595,357.0,,158.35338787499998,pa +42065,15764,0.003961733,357.0,,172.038255525,pa +42065,15767,0.323286438,357.0,,14038.713570150001,pa +42065,15770,0.005357344,357.0,,232.6426632,pa +42065,15776,0.001148002,357.0,,49.851986849999996,pa +42065,15778,0.004299381,357.0,,186.70061992499998,pa +42065,15780,0.0033539670000000002,357.0,,145.646016975,pa +42065,15781,0.002205965,357.0,,95.79403012499999,pa +42065,15784,0.001598199,357.0,,69.401791575,pa +42065,15824,0.11824423199999999,357.0,,5134.755774599999,pa +42065,15825,0.20207090600000002,357.0,,8774.929093050001,pa +42065,15828,0.0050647159999999995,357.0,,219.9352923,pa +42065,15829,0.028362408999999998,357.0,,1231.637610825,pa +42065,15840,0.045334834000000004,357.0,,1968.6651664500002,pa +42065,15847,0.006752954,357.0,,293.24702745,pa +42065,15851,0.150545864,357.0,,6537.4541442,pa +42065,15863,0.005830051,357.0,,253.16996467500002,pa +42065,15864,0.036105796,357.0,,1567.8941913,pa +42065,15865,0.027552054,357.0,,1196.44794495,pa +42067,17035,0.039134728,352.0,,969.0932694640001,pa +42067,17049,0.152769051,352.0,,3783.0200099129997,pa +42067,17056,0.001032223,352.0,,25.560938149000002,pa +42067,17058,0.08221883099999999,352.0,,2035.9849120529998,pa +42067,17059,0.357777578,352.0,,8859.646164014,pa +42067,17076,0.00062831,352.0,,15.55884053,pa +42067,17082,0.143254645,352.0,,3547.4147741350002,pa +42067,17086,0.10811417300000001,352.0,,2677.2312659990002,pa +42067,17094,0.11507046,352.0,,2849.48980098,pa +42069,18403,0.033575441,360.0,42540.0,7039.897016233999,pa +42069,18407,0.062141925,360.0,42540.0,13029.54598245,pa +42069,18411,0.101666378,360.0,42540.0,21316.796140772,pa +42069,18414,0.024333893,360.0,42540.0,5102.184680882,pa +42069,18420,0.000266583,360.0,42540.0,55.895523942,pa +42069,18424,0.024132786,360.0,42540.0,5060.017771764,pa +42069,18433,0.030979762999999997,360.0,42540.0,6495.650827261999,pa +42069,18434,0.01823522,360.0,42540.0,3823.45151828,pa +42069,18444,0.063675947,360.0,42540.0,13351.190511277999,pa +42069,18446,0.015466497,360.0,42540.0,3242.922291978,pa +42069,18447,0.046979426,360.0,42540.0,9850.364167124,pa +42069,18452,0.022823255,360.0,42540.0,4785.44316887,pa +42069,18471,0.0031007820000000003,360.0,42540.0,650.1533650680001,pa +42069,18503,0.005415845999999999,360.0,42540.0,1135.5620942039998,pa +42069,18504,0.096021364,360.0,42540.0,20133.183475335998,pa +42069,18505,0.096372131,360.0,42540.0,20206.730195294,pa +42069,18507,0.024156171,360.0,42540.0,5064.920998254001,pa +42069,18508,0.061650851,360.0,42540.0,12926.580532574,pa +42069,18509,0.064279267,360.0,42540.0,13477.691028958001,pa +42069,18510,0.062871521,360.0,42540.0,13182.523294154,pa +42069,18512,0.056146144,360.0,42540.0,11772.386597056,pa +42069,18517,0.024792229,360.0,42540.0,5198.285823346,pa +42069,18518,0.037592895,360.0,42540.0,7882.252666230001,pa +42069,18519,0.022233966,360.0,42540.0,4661.8845870840005,pa +42069,18653,0.001089717,360.0,42540.0,228.485322258,pa +42071,17022,0.056718579000000005,355.0,29540.0,30952.689806196002,pa +42071,17501,0.00789078,355.0,29540.0,4306.18802472,pa +42071,17502,0.005104598,355.0,29540.0,2785.701638952,pa +42071,17505,0.0034098709999999996,355.0,29540.0,1860.8484416039998,pa +42071,17507,5.5700000000000005e-05,355.0,29540.0,30.396826800000003,pa +42071,17508,0.000983795,355.0,29540.0,536.88054258,pa +42071,17509,0.00940731,355.0,29540.0,5133.79484244,pa +42071,17512,0.032856904,355.0,29540.0,17930.801078496,pa +42071,17516,0.007955748,355.0,29540.0,4341.6426215520005,pa +42071,17517,0.030629443,355.0,29540.0,16715.222151732,pa +42071,17518,0.003049765,355.0,29540.0,1664.3299548599998,pa +42071,17519,0.013266386000000002,355.0,29540.0,7239.785233464001,pa +42071,17520,0.008716797,355.0,29540.0,4756.965326028,pa +42071,17522,0.063070555,355.0,29540.0,34419.11555682,pa +42071,17527,0.011712732,355.0,29540.0,6391.918957968,pa +42071,17529,0.00811167,355.0,29540.0,4426.73299908,pa +42071,17532,0.005286506999999999,355.0,29540.0,2884.973746068,pa +42071,17535,0.004928257,355.0,29540.0,2689.468123068,pa +42071,17536,0.005058192,355.0,29540.0,2760.376771008,pa +42071,17538,0.011944759,355.0,29540.0,6518.541660516,pa +42071,17540,0.01999703,355.0,29540.0,10912.85919972,pa +42071,17543,0.082074509,355.0,29540.0,44790.029349516,pa +42071,17545,0.040645592,355.0,29540.0,22181.275048608,pa +42071,17547,0.013700741,355.0,29540.0,7476.823181484,pa +42071,17550,0.001650177,355.0,29540.0,900.541193148,pa +42071,17551,0.021181297,355.0,29540.0,11559.142124028001,pa +42071,17552,0.036836634,355.0,29540.0,20102.635253016,pa +42071,17554,0.014467358,355.0,29540.0,7895.184477192,pa +42071,17555,0.013793551999999999,355.0,29540.0,7527.472371647999,pa +42071,17557,0.026540196000000002,355.0,29540.0,14483.621921904001,pa +42071,17560,0.008620274,355.0,29540.0,4704.290408376,pa +42071,17562,0.008438364,355.0,29540.0,4605.017755536001,pa +42071,17563,0.007573366999999999,355.0,29540.0,4132.968132708,pa +42071,17565,0.0051194479999999995,355.0,29540.0,2793.805640352,pa +42071,17566,0.023327083999999998,355.0,29540.0,12730.149588815999,pa +42071,17569,0.011955896,355.0,29540.0,6524.619388704,pa +42071,17570,0.000382381,355.0,29540.0,208.674488844,pa +42071,17572,0.009082472,355.0,29540.0,4956.522949728,pa +42071,17576,0.000503035,355.0,29540.0,274.51827234,pa +42071,17578,0.013342491000000001,355.0,29540.0,7281.317558484001,pa +42071,17579,0.011697882,355.0,29540.0,6383.814956568,pa +42071,17581,0.00157036,355.0,29540.0,856.98314064,pa +42071,17582,0.004219182,355.0,29540.0,2302.5088777680003,pa +42071,17584,0.018719951999999998,355.0,29540.0,10215.927085247999,pa +42071,17601,0.097082026,355.0,29540.0,52979.991556824,pa +42071,17602,0.094795166,355.0,29540.0,51731.997170184,pa +42071,17603,0.119714885,355.0,29540.0,65331.28590174,pa +42071,17606,0.000772186,355.0,29540.0,421.400432664,pa +42071,19501,0.0020381270000000003,355.0,29540.0,1112.254818948,pa +42073,16101,0.338159826,335.0,,28916.723040912,pa +42073,16102,0.0621129,335.0,,5311.3983048,pa +42073,16105,0.159149344,335.0,,13609.178704128,pa +42073,16112,0.01653013,335.0,,1413.52447656,pa +42073,16116,0.030124809,335.0,,2576.032667208,pa +42073,16117,0.17668918600000003,357.0,,15109.045673232002,pa +42073,16120,0.022244892000000002,335.0,,1902.2052047040002,pa +42073,16132,0.003664109,335.0,,313.325288808,pa +42073,16140,0.000208188,335.0,,17.802572255999998,pa +42073,16141,0.018913883,357.0,,1617.363963096,pa +42073,16142,0.072532712,335.0,,6202.417268544,pa +42073,16143,0.027876377999999997,335.0,,2383.7648355359997,pa +42073,16155,0.001290766,335.0,,110.37598219200001,pa +42073,16156,0.030072762000000003,335.0,,2571.582024144,pa +42073,16157,0.03201932,357.0,,2738.0360918399997,pa +42073,16160,0.008410797,357.0,,719.224073064,pa +42075,17003,0.08163193099999999,352.0,30140.0,11574.836392283,pa +42075,17010,0.00213574,352.0,30140.0,302.83298182000004,pa +42075,17016,0.0062940669999999995,352.0,30140.0,892.4546421309999,pa +42075,17026,0.026555306,352.0,30140.0,3765.3565036580003,pa +42075,17038,0.062084963,352.0,30140.0,8803.213158659,pa +42075,17039,0.00045260699999999994,352.0,30140.0,64.17650435099999,pa +42075,17041,0.0017538520000000002,352.0,30140.0,248.68393663600003,pa +42075,17042,0.269244641,352.0,30140.0,38177.005381313,pa +42075,17046,0.21792324100000002,352.0,30140.0,30899.990111113002,pa +42075,17064,0.0057000209999999996,352.0,30140.0,808.2230776529999,pa +42075,17067,0.10791143,352.0,30140.0,15301.08539399,pa +42075,17073,0.039878928,352.0,30140.0,5654.552837904,pa +42075,17077,0.000657695,352.0,30140.0,93.256547135,pa +42075,17078,0.151276847,352.0,30140.0,21449.997966671,pa +42075,17083,0.00036067099999999996,352.0,30140.0,51.140623102999996,pa +42075,17087,0.01880441,352.0,30140.0,2666.33370713,pa +42075,17088,0.007333649,352.0,30140.0,1039.860092657,pa +42077,18011,0.014803581000000001,346.0,10900.0,5467.228927758,pa +42077,18016,0.0,346.0,10900.0,0.0,pa +42077,18018,0.084520425,346.0,10900.0,31214.914320149997,pa +42077,18031,0.026399232999999998,346.0,10900.0,9749.711933093999,pa +42077,18032,0.024856146000000003,346.0,10900.0,9179.822128428,pa +42077,18034,0.024070045,346.0,10900.0,8889.50087931,pa +42077,18036,0.035885383,346.0,10900.0,13253.117878794,pa +42077,18037,0.02084359,346.0,10900.0,7697.91297162,pa +42077,18041,0.01402542,346.0,10900.0,5179.84006356,pa +42077,18046,0.000140281,346.0,10900.0,51.808298357999995,pa +42077,18049,0.046448782,346.0,10900.0,17154.371270676,pa +42077,18051,0.009713775,346.0,10900.0,3587.4719554499998,pa +42077,18052,0.072967121,346.0,10900.0,26948.071193477997,pa +42077,18053,0.005677397,346.0,10900.0,2096.764905246,pa +42077,18059,0.002961775,346.0,10900.0,1093.83681945,pa +42077,18062,0.068811637,346.0,10900.0,25413.376153565998,pa +42077,18066,0.01675957,346.0,10900.0,6189.6108732600005,pa +42077,18068,0.0,346.0,10900.0,0.0,pa +42077,18069,0.020615964,346.0,10900.0,7613.846592552,pa +42077,18078,0.019853685,346.0,10900.0,7332.32323683,pa +42077,18079,0.002146559,346.0,10900.0,792.762876762,pa +42077,18080,0.029072507,346.0,10900.0,10737.000140226,pa +42077,18087,0.001344577,346.0,10900.0,496.576488486,pa +42077,18092,0.008297734000000001,346.0,10900.0,3064.5025254120005,pa +42077,18101,0.011772989,346.0,10900.0,4347.976751501999,pa +42077,18102,0.13123653400000002,346.0,10900.0,48468.01426381201,pa +42077,18103,0.12263441800000001,346.0,10900.0,45291.097986924,pa +42077,18104,0.118619215,346.0,10900.0,43808.21124537,pa +42077,18105,7.15e-05,346.0,10900.0,26.406237,pa +42077,18106,0.018768495,346.0,10900.0,6931.54303641,pa +42077,18109,0.046681701,346.0,10900.0,17240.392449918,pa +42077,18195,0.0,346.0,10900.0,0.0,pa +42079,18201,0.08624935,346.0,42540.0,27377.00992895,pa +42079,18202,0.03717524,346.0,42540.0,11800.053155079999,pa +42079,18219,0.0046611840000000005,346.0,42540.0,1479.5390417280003,pa +42079,18221,0.0009741210000000001,346.0,42540.0,309.20256545700005,pa +42079,18222,0.029632943999999998,346.0,42540.0,9406.000185648,pa +42079,18223,0.000561627,346.0,42540.0,178.26995745899998,pa +42079,18224,0.019276168,346.0,42540.0,6118.583418056,pa +42079,18225,0.001231136,346.0,42540.0,390.78349571200005,pa +42079,18234,0.0006758560000000001,346.0,42540.0,214.52818395200003,pa +42079,18239,0.0013072889999999999,346.0,42540.0,414.955752513,pa +42079,18246,0.000783739,346.0,42540.0,248.772082163,pa +42079,18249,0.011930598999999998,346.0,42540.0,3786.9749427829993,pa +42079,18251,5.7100000000000006e-05,346.0,42540.0,18.124510700000002,pa +42079,18256,0.0011169069999999999,346.0,42540.0,354.52526921899994,pa +42079,18602,0.000799604,362.0,42540.0,253.80790286799999,pa +42079,18612,0.058875604000000005,362.0,42540.0,18688.117594868003,pa +42079,18617,0.006019241,362.0,42540.0,1910.609420497,pa +42079,18618,0.01192108,362.0,42540.0,3783.9534503600003,pa +42079,18621,0.021484597999999997,362.0,42540.0,6819.576643365999,pa +42079,18622,0.000548934,350.0,42540.0,174.240983478,pa +42079,18634,0.041611139,362.0,42540.0,13208.082907963,pa +42079,18635,0.012032136,350.0,42540.0,3819.204512712,pa +42079,18640,0.054633260999999995,362.0,42540.0,17341.525806837,pa +42079,18641,0.021014988999999998,360.0,42540.0,6670.514763412999,pa +42079,18642,0.013231541999999999,362.0,42540.0,4199.916367014,pa +42079,18643,0.039954816000000004,362.0,42540.0,12682.337830272001,pa +42079,18644,0.023061595,362.0,42540.0,7320.142300115001,pa +42079,18651,0.027005672999999997,362.0,42540.0,8572.059706641,pa +42079,18655,0.018067243,350.0,42540.0,5734.850071331,pa +42079,18656,0.0067014430000000005,362.0,42540.0,2127.151932731,pa +42079,18660,0.011378491999999999,350.0,42540.0,3611.7267951639997,pa +42079,18661,0.01715341,362.0,42540.0,5444.78394197,pa +42079,18701,0.01118811,362.0,42540.0,3551.29631187,pa +42079,18702,0.12641675900000002,362.0,42540.0,40126.828391503004,pa +42079,18704,0.0972915,362.0,42540.0,30881.9760555,pa +42079,18705,0.045774155999999996,362.0,42540.0,14529.495275051999,pa +42079,18706,0.050476589,362.0,42540.0,16022.127450613001,pa +42079,18707,0.051006486,362.0,42540.0,16190.325766662,pa +42079,18708,0.027446725,362.0,42540.0,8712.057109325,pa +42079,18709,0.009271599,362.0,42540.0,2942.963139783,pa +42081,17701,0.374180374,350.0,48700.0,42394.262193826,pa +42081,17702,0.09029889999999999,350.0,48700.0,10230.775071099999,pa +42081,17723,0.00025848900000000004,350.0,48700.0,29.286545211000004,pa +42081,17727,0.0007410019999999999,350.0,48700.0,83.95478559799999,pa +42081,17728,0.043245245999999994,350.0,48700.0,4899.6431265539995,pa +42081,17737,0.054954807,350.0,48700.0,6226.324678293,pa +42081,17739,0.000292954,350.0,48700.0,33.191395246,pa +42081,17740,0.107927864,350.0,48700.0,12228.119063336,pa +42081,17742,0.000137861,350.0,48700.0,15.619513439,pa +42081,17744,0.026986273999999998,350.0,48700.0,3057.5178579259996,pa +42081,17752,0.040057212,350.0,48700.0,4538.4420623880005,pa +42081,17754,0.107453967,350.0,48700.0,12174.427007133,pa +42081,17756,0.10548083300000001,350.0,48700.0,11950.872898067,pa +42081,17762,0.004833748,350.0,48700.0,547.6588146519999,pa +42081,17763,0.001387225,350.0,48700.0,157.171205275,pa +42081,17771,0.027623881,350.0,48700.0,3129.758093419,pa +42081,17774,0.012054213999999999,350.0,48700.0,1365.7303919859999,pa +42081,17776,0.002085146,350.0,48700.0,236.244956654,pa +42083,16333,0.007930577,351.0,,322.179690625,pa +42083,16701,0.416945884,351.0,,16938.4265375,pa +42083,16724,0.002579246,351.0,,104.78186875,pa +42083,16725,0.007544896,351.0,,306.5114,pa +42083,16726,0.017620827,351.0,,715.846096875,pa +42083,16727,0.0044835479999999995,351.0,,182.14413749999997,pa +42083,16729,0.022056165,299.0,,896.0317031249999,pa +42083,16730,0.001446306,351.0,,58.756181250000004,pa +42083,16731,0.058744124,299.0,,2386.4800375,pa +42083,16732,0.006821743000000001,351.0,,277.133309375,pa +42083,16733,0.005664698,351.0,,230.12835625,pa +42083,16735,0.138435579,351.0,,5623.945396875,pa +42083,16738,0.060431480999999995,351.0,,2455.0289156249996,pa +42083,16740,0.025961191,351.0,,1054.673384375,pa +42083,16743,0.09374472699999999,351.0,,3808.3795343749994,pa +42083,16744,0.00501386,351.0,,203.6880625,pa +42083,16745,0.01337833,351.0,,543.49465625,pa +42083,16749,0.09981921199999999,351.0,,4055.1554874999997,pa +42083,16750,0.011377606,351.0,,462.21524375,pa +42085,16113,0.004562291,351.0,49660.0,499.224130384,pa +42085,16114,0.005961765999999999,351.0,49660.0,652.360282784,pa +42085,16121,0.043542353,335.0,49660.0,4764.578434672,pa +42085,16124,0.018482408999999998,351.0,49660.0,2022.4191224159997,pa +42085,16125,0.16090238199999998,351.0,49660.0,17606.582247968,pa +42085,16127,0.146189228,357.0,49660.0,15996.610084672,pa +42085,16130,0.019863225,351.0,49660.0,2173.5135324000003,pa +42085,16133,0.014657175,357.0,49660.0,1603.8467172,pa +42085,16137,0.118955431,351.0,49660.0,13016.579081744,pa +42085,16145,0.025386488999999998,351.0,49660.0,2777.8911723359997,pa +42085,16146,0.124814569,335.0,49660.0,13657.709398256,pa +42085,16148,0.151451256,335.0,49660.0,16572.402236544,pa +42085,16150,0.065206236,335.0,49660.0,7135.127168064,pa +42085,16151,0.001268858,351.0,49660.0,138.843517792,pa +42085,16153,0.022102386,351.0,49660.0,2418.5314856640002,pa +42085,16154,0.022942071,351.0,49660.0,2510.413177104,pa +42085,16159,0.042656018,335.0,49660.0,4667.592113631999,pa +42085,16161,0.00634429,335.0,49660.0,694.21758896,pa +42085,16311,0.004711568,351.0,49660.0,515.558616832,pa +42087,17002,0.016112135,352.0,,743.38168463,pa +42087,17004,0.103566041,352.0,,4778.329999658,pa +42087,17009,0.041631747000000004,352.0,,1920.8055430860002,pa +42087,17029,0.0040647,352.0,,187.53712860000002,pa +42087,17044,0.440978042,352.0,,20345.844901796,pa +42087,17051,0.102790815,352.0,,4742.56262247,pa +42087,17063,0.071195106,352.0,,3284.7998006279995,pa +42087,17075,0.001969494,347.0,,90.868514172,pa +42087,17084,0.092670969,352.0,,4275.653167722,pa +42087,17099,0.02388535,352.0,,1102.0222783,pa +42087,17841,0.10113560199999999,352.0,,4666.194405075999,pa +42089,18058,0.060293977,346.0,20700.0,10266.315757766999,pa +42089,18301,0.182374504,346.0,20700.0,31053.089170584,pa +42089,18302,0.102408416,346.0,20700.0,17437.183400736,pa +42089,18321,0.011098773000000001,346.0,20700.0,1889.7991774830002,pa +42089,18322,0.013522711000000001,346.0,20700.0,2302.525524681,pa +42089,18323,0.000782108,346.0,20700.0,133.170311268,pa +42089,18325,0.012877919,346.0,20700.0,2192.736146049,pa +42089,18326,0.025314037,346.0,20700.0,4310.246394027,pa +42089,18327,0.003128433,346.0,20700.0,532.681415343,pa +42089,18330,0.050025075,346.0,20700.0,8517.819545325001,pa +42089,18331,0.003761284,346.0,20700.0,640.437587964,pa +42089,18332,0.016179491,346.0,20700.0,2754.898112061,pa +42089,18333,0.003420977,346.0,20700.0,582.493174767,pa +42089,18334,0.030938052,346.0,20700.0,5267.853052092,pa +42089,18335,0.005474758000000001,346.0,20700.0,932.1925194180001,pa +42089,18342,0.003122463,346.0,20700.0,531.664897473,pa +42089,18344,0.022746812,346.0,20700.0,3873.1224260520003,pa +42089,18346,0.014645126000000001,346.0,20700.0,2493.6402491460003,pa +42089,18347,0.014621245,362.0,20700.0,2489.574007395,pa +42089,18349,0.000597029,346.0,20700.0,101.65672485900001,pa +42089,18350,0.00878827,346.0,20700.0,1496.3875211700001,pa +42089,18352,0.004877728,346.0,20700.0,830.5356242879999,pa +42089,18353,0.074389836,346.0,20700.0,12666.431765556,pa +42089,18354,0.00551655,346.0,20700.0,939.3084850500001,pa +42089,18355,0.009271863,346.0,20700.0,1578.729384873,pa +42089,18356,0.00046568300000000005,346.0,20700.0,79.29231009300001,pa +42089,18357,0.000710465,346.0,20700.0,120.971586015,pa +42089,18360,0.161699384,346.0,20700.0,27532.715813064002,pa +42089,18370,0.006083727,346.0,20700.0,1035.8822800169999,pa +42089,18372,0.016328748,346.0,20700.0,2780.312250708,pa +42089,18466,0.10431293900000001,346.0,20700.0,17761.468436469,pa +42089,18610,0.030221617000000003,362.0,20700.0,5145.864948207,pa +42091,18054,0.00580338,346.0,37980.0,4822.115492700001,pa +42091,18070,0.00137455,346.0,37980.0,1142.13421325,pa +42091,18073,0.012769171999999999,346.0,37980.0,10610.096552379999,pa +42091,18074,0.007056354,346.0,37980.0,5863.23038391,pa +42091,18076,0.003481035,346.0,37980.0,2892.444197025,pa +42091,18915,0.000800167,356.0,37980.0,664.8707628049999,pa +42091,18936,0.0,356.0,37980.0,0.0,pa +42091,18964,0.017386568999999998,346.0,37980.0,14446.760980634997,pa +42091,18969,0.019104756,346.0,37980.0,15874.42833174,pa +42091,19001,0.021428341,356.0,37980.0,17805.129962015,pa +42091,19002,0.040276299,356.0,37980.0,33466.180983585,pa +42091,19003,0.016828313,356.0,37980.0,13982.897696395,pa +42091,19004,0.012057086000000002,356.0,37980.0,10018.413613690002,pa +42091,19006,0.027747797,356.0,37980.0,23056.060744255003,pa +42091,19009,0.000996177,356.0,37980.0,827.738411955,pa +42091,19012,0.008314291,356.0,37980.0,6908.469106265,pa +42091,19025,0.006855381999999999,356.0,37980.0,5696.23973453,pa +42091,19027,0.024810131000000003,356.0,37980.0,20615.109999865002,pa +42091,19031,0.005772366,356.0,37980.0,4796.34549489,pa +42091,19034,0.0071841330000000005,356.0,37980.0,5969.403871695001,pa +42091,19035,0.004841939,356.0,37980.0,4023.239744185,pa +42091,19038,0.038383192000000003,356.0,37980.0,31893.169980680002,pa +42091,19040,0.025538345,356.0,37980.0,21220.193935675,pa +42091,19044,0.020283296,356.0,37980.0,16853.69489584,pa +42091,19046,0.021682657999999997,356.0,37980.0,18016.445772069997,pa +42091,19066,0.006819405,356.0,37980.0,5666.345905575,pa +42091,19072,0.011950397,356.0,37980.0,9929.764123255,pa +42091,19075,0.009564784,356.0,37980.0,7947.52249736,pa +42091,19090,0.022940593999999998,356.0,37980.0,19061.683663509997,pa +42091,19095,0.008701348000000001,356.0,37980.0,7230.080573420001,pa +42091,19096,0.016875453999999998,356.0,37980.0,14022.067860409998,pa +42091,19401,0.052247786,356.0,37980.0,43413.46910419,pa +42091,19403,0.057270848,356.0,37980.0,47587.20666592,pa +42091,19405,0.0066494480000000005,356.0,37980.0,5525.126084920001,pa +42091,19406,0.030005632,356.0,37980.0,24932.12971328,pa +42091,19422,0.023559637999999997,356.0,37980.0,19576.05660877,pa +42091,19426,0.050573019000000004,356.0,37980.0,42021.880082385,pa +42091,19428,0.020907302,356.0,37980.0,17372.19084133,pa +42091,19435,0.000177401,358.0,37980.0,147.405151915,pa +42091,19436,0.0007927230000000001,356.0,37980.0,658.685431545,pa +42091,19437,0.00128647,356.0,37980.0,1068.94722005,pa +42091,19438,0.030821926,346.0,37980.0,25610.40064229,pa +42091,19440,0.02369486,356.0,37980.0,19688.414596900002,pa +42091,19444,0.013535843999999998,356.0,37980.0,11247.13581726,pa +42091,19446,0.069965587,356.0,37980.0,58135.455722105,pa +42091,19453,0.002061825,356.0,37980.0,1713.201319875,pa +42091,19454,0.036270502999999996,356.0,37980.0,30137.705000244998,pa +42091,19456,0.000781558,356.0,37980.0,649.40826557,pa +42091,19462,0.019318134,356.0,37980.0,16051.72731261,pa +42091,19464,0.058204997,358.0,37980.0,48363.405082255,pa +42091,19468,0.032330458,356.0,37980.0,26863.86250907,pa +42091,19472,1.49e-05,358.0,37980.0,12.3806335,pa +42091,19473,0.020380061,356.0,37980.0,16934.098385815,pa +42091,19474,0.0007232510000000001,346.0,37980.0,600.960104665,pa +42091,19477,0.000157552,356.0,37980.0,130.91232008,pa +42091,19492,0.000426756,358.0,37980.0,354.59796173999996,pa +42091,19525,0.020213824,358.0,37980.0,16795.969568959998,pa +42093,17821,0.98842281,350.0,14100.0,18018.9478263,pa +42093,17822,0.0,350.0,14100.0,0.0,pa +42093,17884,0.01157719,350.0,14100.0,211.0521737,pa +42095,18013,0.061294984000000004,346.0,10900.0,18712.43919044,pa +42095,18014,0.03813555,346.0,10900.0,11642.21138175,pa +42095,18015,0.114093868,346.0,10900.0,34831.14649238,pa +42095,18017,0.13152804,346.0,10900.0,40153.5376914,pa +42095,18020,0.071545379,346.0,10900.0,21841.731028015,pa +42095,18035,0.00023118599999999998,346.0,10900.0,70.57761801,pa +42095,18038,0.00965883,346.0,10900.0,2948.69591655,pa +42095,18040,0.056327877,346.0,10900.0,17196.055929945,pa +42095,18042,0.144005304,346.0,10900.0,43962.65923164,pa +42095,18045,0.08956431599999999,346.0,10900.0,27342.642210059996,pa +42095,18055,0.039543067,346.0,10900.0,12071.905209095,pa +42095,18063,0.001849491,346.0,10900.0,564.621859935,pa +42095,18064,0.088078603,346.0,10900.0,26889.076316855,pa +42095,18067,0.061740357,346.0,10900.0,18848.404886745,pa +42095,18072,0.022105496000000002,346.0,10900.0,6748.476346360001,pa +42095,18083,0.00151971,346.0,10900.0,463.94466735000003,pa +42095,18085,0.0032842059999999996,346.0,10900.0,1002.6188287099999,pa +42095,18086,0.002311864,346.0,10900.0,705.7774012399999,pa +42095,18088,0.029279073,346.0,10900.0,8938.461800805,pa +42095,18091,0.018321518999999998,346.0,10900.0,5593.284927915,pa +42095,18343,0.014126167,346.0,10900.0,4312.506892595,pa +42095,18351,0.001455114,346.0,10900.0,444.22447748999997,pa +42097,17017,0.017015678,350.0,,1545.755236554,pa +42097,17730,0.002174528,350.0,,197.540647104,pa +42097,17749,0.003664079,350.0,,332.855928597,pa +42097,17772,0.028018788,350.0,,2545.310758284,pa +42097,17777,0.07958771,350.0,,7229.986339530001,pa +42097,17801,0.173733881,350.0,,15782.506951683,pa +42097,17823,0.013079783000000001,350.0,,1188.2067270690002,pa +42097,17824,0.042087981,350.0,,3823.398457983,pa +42097,17830,0.021397351000000002,350.0,,1943.7995568930003,pa +42097,17832,0.008034879,350.0,,729.912512997,pa +42097,17834,0.036423337,350.0,,3308.805203091,pa +42097,17836,0.001880966,350.0,,170.872594338,pa +42097,17840,0.005034031,350.0,,457.306478133,pa +42097,17847,0.12420901599999999,350.0,,11283.519640487999,pa +42097,17850,0.008622002,350.0,,783.248527686,pa +42097,17851,0.083143062,350.0,,7552.965181266,pa +42097,17857,0.080240068,350.0,,7289.248497324,pa +42097,17860,0.02782308,350.0,,2527.53205644,pa +42097,17865,0.0015221689999999999,350.0,,138.278398467,pa +42097,17866,0.112662274,350.0,,10234.578956982,pa +42097,17867,0.001293844,350.0,,117.536670492,pa +42097,17868,0.012275208000000001,350.0,,1115.116720344,pa +42097,17872,0.099789071,350.0,,9065.138576853,pa +42097,17881,0.016287212,350.0,,1479.579199716,pa +42099,17006,0.022237756,352.0,25420.0,1028.985445632,pa +42099,17020,0.206409192,352.0,25420.0,9550.966132223999,pa +42099,17021,0.02033728,352.0,25420.0,941.04662016,pa +42099,17024,0.044912403,352.0,25420.0,2078.1867116159997,pa +42099,17037,0.022390668,352.0,25420.0,1036.060989696,pa +42099,17040,0.049084712999999995,352.0,25420.0,2271.2478399359998,pa +42099,17047,0.060749705,352.0,25420.0,2811.01034976,pa +42099,17053,0.105115995,352.0,25420.0,4863.92732064,pa +42099,17062,0.093472847,352.0,25420.0,4325.175576384,pa +42099,17068,0.091310236,352.0,25420.0,4225.107240192,pa +42099,17069,0.002796103,352.0,25420.0,129.38127801599998,pa +42099,17071,0.002577657,352.0,25420.0,119.27334470400001,pa +42099,17074,0.154921578,352.0,25420.0,7168.531257216,pa +42099,17090,0.12368386599999999,352.0,25420.0,5723.099847551999,pa +42101,19102,0.003133153,356.0,37980.0,4963.114873792,pa +42101,19103,0.015370028999999999,356.0,37980.0,24347.109617855996,pa +42101,19104,0.034467221,356.0,37980.0,54598.283966144,pa +42101,19106,0.007853508,356.0,37980.0,12440.459296512001,pa +42101,19107,0.00869185,356.0,37980.0,13768.4466784,pa +42101,19109,0.0,356.0,37980.0,0.0,pa +42101,19111,0.043321535999999994,356.0,37980.0,68624.085602304,pa +42101,19112,0.0,356.0,37980.0,0.0,pa +42101,19114,0.020140519,356.0,37980.0,31903.871089215998,pa +42101,19115,0.021881301000000002,356.0,37980.0,34661.38118726401,pa +42101,19116,0.022156093999999998,356.0,37980.0,35096.670886016,pa +42101,19118,0.006929490999999999,356.0,37980.0,10976.757231423999,pa +42101,19119,0.018652319,356.0,37980.0,29546.467044416,pa +42101,19120,0.047578613,356.0,37980.0,75367.568023232,pa +42101,19121,0.019503988,356.0,37980.0,30895.565247232,pa +42101,19122,0.014080467,356.0,37980.0,22304.360877888,pa +42101,19123,0.009951584,356.0,37980.0,15763.945957376,pa +42101,19124,0.043767044000000005,356.0,37980.0,69329.79878681601,pa +42101,19125,0.015658784,356.0,37980.0,24804.516018175997,pa +42101,19126,0.010067086,356.0,37980.0,15946.908517503998,pa +42101,19127,0.003859801,356.0,37980.0,6114.171811264,pa +42101,19128,0.024311922000000003,356.0,37980.0,38511.640411008004,pa +42101,19129,0.00675243,356.0,37980.0,10696.281275520001,pa +42101,19130,0.017395123000000002,356.0,37980.0,27554.988119872003,pa +42101,19131,0.028540441,356.0,37980.0,45209.885132224,pa +42101,19132,0.020432447,356.0,37980.0,32366.303724608,pa +42101,19133,0.017400835,356.0,37980.0,27564.03629344,pa +42101,19134,0.039035266,356.0,37980.0,61834.359601024,pa +42101,19135,0.022403599,356.0,37980.0,35488.734646336,pa +42101,19136,0.021875588999999997,356.0,37980.0,34652.333013696,pa +42101,19137,0.005382905,356.0,37980.0,8526.86602592,pa +42101,19138,0.020561277,356.0,37980.0,32570.378689728,pa +42101,19139,0.028475709,356.0,37980.0,45107.345501375996,pa +42101,19140,0.032789267999999996,356.0,37980.0,51940.299025151995,pa +42101,19141,0.022074862,356.0,37980.0,34967.994199168,pa +42101,19142,0.017860939,356.0,37980.0,28292.870476096,pa +42101,19143,0.041407501,356.0,37980.0,65592.131664064,pa +42101,19144,0.027007182,356.0,37980.0,42781.104747648,pa +42101,19145,0.02958821,356.0,37980.0,46869.61828544,pa +42101,19146,0.024669851,356.0,37980.0,39078.622854463996,pa +42101,19147,0.024788526,356.0,37980.0,39266.611649664,pa +42101,19148,0.033377567000000004,356.0,37980.0,52872.202292288006,pa +42101,19149,0.037844706,356.0,37980.0,59948.436365183996,pa +42101,19150,0.014274028000000001,356.0,37980.0,22610.973889792003,pa +42101,19151,0.021053113,356.0,37980.0,33349.478391232,pa +42101,19152,0.023523715,356.0,37980.0,37263.07007776,pa +42101,19153,0.008370729,356.0,37980.0,13259.770462656,pa +42101,19154,0.021737875,356.0,37980.0,34434.185224,pa +42103,18324,0.154535122,346.0,35620.0,8624.450623698,pa +42103,18328,0.12371291400000001,285.0,35620.0,6904.294017426,pa +42103,18336,0.06410408599999999,285.0,35620.0,3577.5849355739997,pa +42103,18337,0.246866041,285.0,35620.0,13777.346882169,pa +42103,18340,0.004206884,285.0,35620.0,234.781989156,pa +42103,18371,0.01465624,346.0,35620.0,817.9500981599999,pa +42103,18425,0.020186256,360.0,35620.0,1126.574761104,pa +42103,18426,0.071686655,360.0,35620.0,4000.760528895,pa +42103,18428,0.203491035,360.0,35620.0,11356.631172315,pa +42103,18435,0.015674034,360.0,35620.0,874.752163506,pa +42103,18451,0.013282216999999999,360.0,35620.0,741.267248553,pa +42103,18457,0.00366406,360.0,35620.0,204.48752453999998,pa +42103,18458,0.043663380999999994,285.0,35620.0,2436.8096302289996,pa +42103,18464,0.020271073,360.0,35620.0,1131.308313057,pa +42105,16720,0.072984177,351.0,,1206.136509102,pa +42105,16746,0.075378058,351.0,,1245.697786508,pa +42105,16748,0.156478076,299.0,,2585.956683976,pa +42105,16915,0.348981141,351.0,,5767.262336166,pa +42105,16922,0.11052723800000001,359.0,,1826.5731351880002,pa +42105,16923,0.090967478,351.0,,1503.328541428,pa +42105,16927,0.034214982000000005,351.0,,565.436792532,pa +42105,16937,0.012144567,351.0,,200.70111424200002,pa +42105,16941,0.005430023000000001,351.0,,89.73656009800001,pa +42105,16948,0.09289426099999999,351.0,,1535.1705572859998,pa +42107,17901,0.161135459,358.0,,22777.947348781003,pa +42107,17921,0.052648081,358.0,,7442.280082079,pa +42107,17922,0.032490472,358.0,,4592.820631448,pa +42107,17923,0.003734697,358.0,,527.9330332229999,pa +42107,17925,0.0029055390000000004,358.0,,410.72408750100004,pa +42107,17929,0.010890543999999999,358.0,,1539.4764092959997,pa +42107,17930,0.0030727640000000004,358.0,,434.3628462760001,pa +42107,17931,0.061044182,358.0,,8629.144523338,pa +42107,17933,0.001017287,358.0,,143.802673033,pa +42107,17934,0.002877668,358.0,,406.784270812,pa +42107,17935,0.010402804,358.0,,1470.529970636,pa +42107,17936,0.00598527,358.0,,846.07178193,pa +42107,17938,0.01642988,358.0,,2322.51140692,pa +42107,17941,0.005629917,358.0,,795.839437203,pa +42107,17943,0.00073161,358.0,,103.41965799,pa +42107,17944,0.0010730289999999999,358.0,,151.68230641099998,pa +42107,17946,0.0014283820000000002,358.0,,201.91465113800004,pa +42107,17948,0.033284792,358.0,,4705.104912328,pa +42107,17949,0.002243605,358.0,,317.153759195,pa +42107,17951,0.001797671,358.0,,254.116974889,pa +42107,17952,0.001372641,358.0,,194.03515911899999,pa +42107,17953,0.0033932790000000003,358.0,,479.67052616100005,pa +42107,17954,0.031173573,358.0,,4406.665105707,pa +42107,17957,0.002452637,358.0,,346.702313683,pa +42107,17959,0.009434291,358.0,,1333.621941469,pa +42107,17960,0.027557327000000003,358.0,,3895.4761873930006,pa +42107,17961,0.045088107,358.0,,6373.609717413,pa +42107,17963,0.061678245,358.0,,8718.775034955,pa +42107,17964,0.005448756,358.0,,770.230699404,pa +42107,17965,0.014444081000000001,358.0,,2041.8008460790002,pa +42107,17967,0.017217233000000002,346.0,,2433.810839647,pa +42107,17968,0.001902187,358.0,,268.891252133,pa +42107,17970,0.021871669,358.0,,3091.757258171,pa +42107,17972,0.07830322099999999,358.0,,11068.865017339,pa +42107,17974,0.0017001229999999998,358.0,,240.32768715699996,pa +42107,17976,0.04550617,358.0,,6432.70668503,pa +42107,17978,0.002104251,352.0,,297.45481710900003,pa +42107,17979,0.001330834,358.0,,188.125363406,pa +42107,17980,0.021572057000000002,358.0,,3049.4044054630003,pa +42107,17981,0.019140323,358.0,,2705.656918957,pa +42107,17982,0.003219086,358.0,,455.046777874,pa +42107,17983,0.010326159,358.0,,1459.695510081,pa +42107,17985,0.008396101,346.0,,1186.864441259,pa +42107,18211,0.009838419000000001,346.0,,1390.749071421,pa +42107,18214,0.013371052,358.0,,1890.118539668,pa +42107,18218,0.015064208,346.0,,2129.461378672,pa +42107,18220,0.002118186,346.0,,299.42465477400003,pa +42107,18231,0.003058828,346.0,,432.392867252,pa +42107,18237,0.023592695,346.0,,3335.039772505,pa +42107,18241,0.004710178,346.0,,665.826051902,pa +42107,18242,0.000912771,346.0,,129.028395789,pa +42107,18245,0.002438701,346.0,,344.732334659,pa +42107,18248,0.003901922,346.0,,551.571791998,pa +42107,18252,0.07369755900000001,346.0,,10417.813242681,pa +42107,19549,0.0018394779999999999,358.0,,260.026770602,pa +42109,17045,0.08089094299999999,352.0,,3265.729150796,pa +42109,17812,0.032407172000000005,350.0,,1308.3423479840003,pa +42109,17813,0.054122009000000006,350.0,,2185.0137473480004,pa +42109,17827,0.017397267,350.0,,702.362463324,pa +42109,17842,0.21994209399999998,350.0,,8879.502218967998,pa +42109,17853,0.08376085700000001,350.0,,3381.5933188040003,pa +42109,17861,0.004088993,350.0,,165.080825396,pa +42109,17862,0.012266978000000001,350.0,,495.24243581600007,pa +42109,17864,0.057347487999999995,350.0,,2315.232785536,pa +42109,17870,0.388860669,350.0,,15699.082928868,pa +42109,17876,0.048915528,350.0,,1974.817696416,pa +42111,15411,0.008365407,354.0,,614.414047929,pa +42111,15424,0.027151572000000002,354.0,,1994.2015086840001,pa +42111,15501,0.210130129,354.0,,15433.427584663,pa +42111,15502,0.001780431,354.0,,130.767315657,pa +42111,15510,0.03356636,354.0,,2465.3484429200003,pa +42111,15520,0.003665593,354.0,,269.226809071,pa +42111,15530,0.067800382,354.0,,4979.734656754001,pa +42111,15531,0.053072553,354.0,,3898.0198001910003,pa +42111,15532,0.001466237,354.0,,107.690708939,pa +42111,15538,0.00941272,354.0,,691.33604584,pa +42111,15540,0.0030895709999999997,354.0,,226.91972123699998,pa +42111,15541,0.04820255,354.0,,3540.33268985,pa +42111,15542,0.013759066,354.0,,1010.562120502,pa +42111,15544,0.0016757000000000002,354.0,,123.07513790000002,pa +42111,15546,0.004058335,354.0,,298.072530745,pa +42111,15547,0.006087503,354.0,,447.10883284100004,pa +42111,15551,0.009831645,354.0,,722.104830315,pa +42111,15552,0.077226193,354.0,,5672.032197271,pa +42111,15555,0.00130914,354.0,,96.15240558,pa +42111,15557,0.044864242,354.0,,3295.143982174,pa +42111,15558,0.030136412,354.0,,2213.429052164,pa +42111,15560,0.002408818,354.0,,176.920455646,pa +42111,15561,0.0025004579999999997,354.0,,183.65113872599997,pa +42111,15562,0.0027099209999999997,354.0,,199.03556768699997,pa +42111,15563,0.041408111000000004,354.0,,3041.3015286170003,pa +42111,15564,0.000877124,354.0,,64.422126428,pa +42111,15622,0.015343126,357.0,,1126.906575322,pa +42111,15924,0.014099442,354.0,,1035.561716574,pa +42111,15926,0.032964156,354.0,,2421.1183657320003,pa +42111,15928,0.019309821,354.0,,1418.2484229870001,pa +42111,15935,0.045649725999999995,354.0,,3352.8354255219997,pa +42111,15936,0.017359202,354.0,,1274.981309294,pa +42111,15937,0.009124709,354.0,,670.182501923,pa +42111,15953,0.002120807,354.0,,155.76691172900001,pa +42111,15963,0.137472835,354.0,,10096.967312244999,pa +42113,17731,0.042038435,350.0,,255.00514671,pa +42113,17758,0.149107756,350.0,,904.487647896,pa +42113,17768,0.061770762,359.0,,374.701442292,pa +42113,18614,0.38315030899999997,359.0,,2324.189774394,pa +42113,18616,0.101235415,350.0,,614.09402739,pa +42113,18619,0.047185999000000006,350.0,,286.23026993400003,pa +42113,18626,0.08939601900000001,350.0,,542.276251254,pa +42113,18628,0.03620453,359.0,,219.61667898,pa +42113,18632,0.089910776,359.0,,545.398767216,pa +42115,18413,0.004501274,360.0,,181.52737787200002,pa +42115,18421,0.128187372,360.0,,5169.540338016,pa +42115,18430,0.000148394,360.0,,5.984433232,pa +42115,18441,0.00380877,360.0,,153.60007656,pa +42115,18465,0.03437786,360.0,,1386.3903380800002,pa +42115,18470,0.049860262999999995,360.0,,2010.7646862639997,pa +42115,18801,0.198303366,296.0,,7997.178144048,pa +42115,18812,0.041574951,296.0,,1676.6346239279999,pa +42115,18816,0.0036356440000000004,359.0,,146.618251232,pa +42115,18818,0.029728192,296.0,,1198.878526976,pa +42115,18821,0.03242401,360.0,,1307.59547528,pa +42115,18822,0.081740163,296.0,,3296.417293464,pa +42115,18823,0.006677714,296.0,,269.29885019200003,pa +42115,18824,0.037766181,359.0,,1523.0345473680002,pa +42115,18825,0.00249796,360.0,,100.73773088,pa +42115,18826,0.037469393999999996,296.0,,1511.0657212319998,pa +42115,18828,0.007320753,359.0,,295.231326984,pa +42115,18830,0.013726412,296.0,,553.558743136,pa +42115,18834,0.086686617,360.0,,3495.897890376,pa +42115,18842,0.006702446,360.0,,270.296242288,pa +42115,18843,0.007048698000000001,296.0,,284.25989294400006,pa +42115,18844,0.048574184000000006,359.0,,1958.8996923520003,pa +42115,18847,0.137239384,360.0,,5534.589877951999,pa +42117,16901,0.24191928899999998,359.0,,9819.745859798999,pa +42117,16911,0.009730324,359.0,,394.96358148400003,pa +42117,16912,0.052261642999999997,359.0,,2121.352351013,pa +42117,16917,0.028330305,359.0,,1149.955410255,pa +42117,16920,0.048914603,359.0,,1985.492650373,pa +42117,16921,0.010853973000000001,359.0,,440.57361804300007,pa +42117,16928,0.032872717,359.0,,1334.3364557470002,pa +42117,16929,0.060127188,359.0,,2440.622688108,pa +42117,16930,0.029884288,350.0,,1213.0331342079999,pa +42117,16932,0.018480444,359.0,,750.139702404,pa +42117,16933,0.162164101,359.0,,6582.403023691,pa +42117,16935,0.030553696,359.0,,1240.205074336,pa +42117,16936,0.046380415,300.0,,1882.627425265,pa +42117,16938,0.015970164,359.0,,648.244926924,pa +42117,16939,0.007220044,359.0,,293.068806004,pa +42117,16940,0.006407191,359.0,,260.07428988099997,pa +42117,16942,0.020010518999999997,359.0,,812.2469767289999,pa +42117,16943,0.011666826000000002,359.0,,473.56813416600005,pa +42117,16946,0.058979631,359.0,,2394.042201921,pa +42117,16950,0.078679354,359.0,,3193.673658214,pa +42117,17765,0.028593287000000002,359.0,,1160.6301126170001,pa +42119,17810,0.122528144,350.0,,5504.331812912,pa +42119,17829,0.004848843,350.0,,217.824574089,pa +42119,17835,0.007863558,350.0,,353.254616034,pa +42119,17837,0.42041573600000004,350.0,,18886.336108328003,pa +42119,17844,0.21400261399999998,350.0,,9613.639428722,pa +42119,17845,0.043070370999999996,350.0,,1934.8502764329999,pa +42119,17855,0.023147953,350.0,,1039.875492619,pa +42119,17856,0.067504322,350.0,,3032.4966572060002,pa +42119,17880,0.0028038959999999997,350.0,,125.959420008,pa +42119,17885,0.004511532,350.0,,202.671552036,pa +42119,17886,0.030927182999999997,350.0,,1389.3418419089999,pa +42119,17887,0.004891006,350.0,,219.718662538,pa +42119,17889,0.053484842000000005,350.0,,2402.6995571660004,pa +42121,16301,0.316914997,351.0,,16057.449067995998,pa +42121,16317,0.025781297,351.0,,1306.286756396,pa +42121,16319,0.026716266000000002,351.0,,1353.659765688,pa +42121,16323,0.308937914,351.0,,15653.266226552,pa +42121,16341,0.035270246,351.0,,1787.0728243279998,pa +42121,16342,0.045157055,351.0,,2288.01766274,pa +42121,16343,0.008971732,351.0,,454.579716976,pa +42121,16344,0.009687879,351.0,,490.865453172,pa +42121,16346,0.063259663,351.0,,3205.240604884,pa +42121,16362,0.020469872,351.0,,1037.167474496,pa +42121,16364,0.027352842000000002,351.0,,1385.9137984560002,pa +42121,16372,0.008812588,351.0,,446.51620878399996,pa +42121,16373,0.066999542,351.0,,3394.732794056,pa +42121,16374,0.035668106,351.0,,1807.231594808,pa +42123,16312,7.82e-05,351.0,,3.0647362,pa +42123,16313,0.044779232,351.0,,1754.942881312,pa +42123,16329,0.013501538,351.0,,529.1387757580001,pa +42123,16340,0.045352656,351.0,,1777.415941296,pa +42123,16345,0.09015795199999999,351.0,,3533.3802968319997,pa +42123,16347,0.060496272999999996,351.0,,2370.909435143,pa +42123,16350,0.067247042,351.0,,2635.478823022,pa +42123,16351,0.039774801,351.0,,1558.8142259909998,pa +42123,16352,0.006698639,351.0,,262.526361049,pa +42123,16365,0.46403065200000004,351.0,,18185.825282532,pa +42123,16371,0.082103946,351.0,,3217.7357476859997,pa +42123,16402,0.023484335,351.0,,920.374572985,pa +42123,16405,0.020226242,351.0,,792.6866502219999,pa +42123,16416,0.004691654,351.0,,183.870611914,pa +42123,16420,0.018532034,351.0,,726.288944494,pa +42123,16436,0.018844811,351.0,,738.546987901,pa +42125,15004,0.001982212,357.0,38300.0,410.05028538000005,pa +42125,15019,0.007942905,357.0,38300.0,1643.109042825,pa +42125,15021,0.034109972999999995,357.0,38300.0,7056.159564644999,pa +42125,15022,0.047320031,357.0,38300.0,9788.858212815,pa +42125,15033,0.022315111000000002,357.0,38300.0,4616.215437015,pa +42125,15038,0.001654186,357.0,38300.0,342.19318689,pa +42125,15053,0.000543585,357.0,38300.0,112.448711025,pa +42125,15054,0.0018978620000000002,357.0,38300.0,392.60122263000005,pa +42125,15055,0.005576435,357.0,38300.0,1153.5692262750001,pa +42125,15057,0.073435552,357.0,38300.0,15191.24546448,pa +42125,15060,0.003528618,357.0,38300.0,729.94756257,pa +42125,15063,0.052765255999999996,357.0,38300.0,10915.284682439999,pa +42125,15067,0.010440585,357.0,38300.0,2159.791616025,pa +42125,15078,0.002179027,357.0,38300.0,450.764420355,pa +42125,15301,0.229383593,357.0,38300.0,47451.436965945,pa +42125,15311,0.007624250999999999,357.0,38300.0,1577.190683115,pa +42125,15312,0.018055464,357.0,38300.0,3735.04356036,pa +42125,15313,0.001804141,357.0,38300.0,373.213627965,pa +42125,15314,0.016954236,357.0,38300.0,3507.2380301400003,pa +42125,15317,0.18069991300000002,357.0,38300.0,37380.487502745,pa +42125,15321,0.007211876,357.0,38300.0,1491.88472874,pa +42125,15323,0.021710606,357.0,38300.0,4491.16451019,pa +42125,15324,0.002530483,357.0,38300.0,523.468365795,pa +42125,15329,0.006499591999999999,357.0,38300.0,1344.53809908,pa +42125,15330,0.024231717000000003,357.0,38300.0,5012.6941372050005,pa +42125,15331,0.002985033,357.0,38300.0,617.498851545,pa +42125,15332,0.038013477000000004,357.0,38300.0,7863.657919605001,pa +42125,15333,0.010637401000000001,357.0,38300.0,2200.5059578650003,pa +42125,15340,0.006373068000000001,357.0,38300.0,1318.3647118200001,pa +42125,15342,0.023847458999999998,357.0,38300.0,4933.204606034999,pa +42125,15345,0.006405871,357.0,38300.0,1325.150504415,pa +42125,15347,0.003003777,357.0,38300.0,621.376329105,pa +42125,15348,0.0013355329999999999,445.0,38300.0,276.275034045,pa +42125,15350,0.001836943,357.0,38300.0,379.999213695,pa +42125,15358,0.002895997,357.0,38300.0,599.080419405,pa +42125,15360,0.008280303000000001,357.0,38300.0,1712.9048800950002,pa +42125,15361,0.00108717,357.0,38300.0,224.89742205,pa +42125,15363,0.002338354,357.0,38300.0,483.72360021,pa +42125,15366,0.0008528660000000001,357.0,38300.0,176.42812509,pa +42125,15367,0.043936682000000005,357.0,38300.0,9088.961721930002,pa +42125,15368,0.0016495000000000001,445.0,38300.0,341.22381750000005,pa +42125,15376,0.007614879000000001,357.0,38300.0,1575.2519443350002,pa +42125,15377,0.0027835309999999997,357.0,38300.0,575.8151403149999,pa +42125,15378,0.0006654230000000001,357.0,38300.0,137.65272889500002,pa +42125,15379,0.000496724,357.0,38300.0,102.75481026000001,pa +42125,15412,0.002179027,357.0,38300.0,450.764420355,pa +42125,15419,0.020421935,357.0,38300.0,4224.583583775,pa +42125,15423,0.011658966000000002,357.0,38300.0,2411.8320015900003,pa +42125,15427,0.005304641999999999,357.0,38300.0,1097.3447673299997,pa +42125,15429,0.0015557779999999998,357.0,38300.0,321.83601596999995,pa +42125,15432,0.002286807,357.0,38300.0,473.060330055,pa +42125,15434,0.001209009,357.0,38300.0,250.101646785,pa +42125,15477,0.004053459000000001,357.0,38300.0,838.5187960350002,pa +42125,15483,0.001893176,357.0,38300.0,391.63185324,pa +42127,18405,0.059997383,360.0,,3081.525588263,pa +42127,18415,0.025364215,360.0,,1302.7314466149999,pa +42127,18417,0.022768909,360.0,,1169.433935149,pa +42127,18427,0.003053302,360.0,,156.82064402199998,pa +42127,18431,0.26341271899999996,360.0,,13529.140660558998,pa +42127,18436,0.275996685,360.0,,14175.465738285002,pa +42127,18437,0.003576725,360.0,,183.704172725,pa +42127,18438,0.024470033999999998,360.0,,1256.805416274,pa +42127,18439,0.010948268,360.0,,562.313992748,pa +42127,18443,0.009748757,360.0,,500.705908277,pa +42127,18445,0.060520805999999996,360.0,,3108.4091169659996,pa +42127,18453,0.021591206,360.0,,1108.9459313660002,pa +42127,18454,0.000327139,360.0,,16.802186179,pa +42127,18455,0.0019410279999999998,360.0,,99.693139108,pa +42127,18456,0.007633255,360.0,,392.051610055,pa +42127,18459,0.000174474,360.0,,8.961159114,pa +42127,18460,0.002900637,360.0,,148.97961695700002,pa +42127,18461,0.007197069,296.0,,369.648660909,pa +42127,18462,0.007873156999999999,360.0,,404.37321667699996,pa +42127,18463,0.006411934,360.0,,329.323342174,pa +42127,18469,0.005125185,360.0,,263.234626785,pa +42127,18472,0.162326616,360.0,,8337.257324376,pa +42127,18473,0.016640496,360.0,,854.6725150560001,pa +42129,15012,0.040941712000000005,357.0,38300.0,14284.522375088001,pa +42129,15062,0.019639808999999998,357.0,38300.0,6852.309720290999,pa +42129,15068,0.099704487,357.0,38300.0,34786.795809813,pa +42129,15072,2.3899999999999998e-05,357.0,38300.0,8.338686099999999,pa +42129,15083,0.001885124,357.0,38300.0,657.717878476,pa +42129,15085,0.020128348,357.0,38300.0,7022.760488852,pa +42129,15087,0.000400921,357.0,38300.0,139.880935979,pa +42129,15089,0.017353763,357.0,38300.0,6054.710556937001,pa +42129,15448,0.000839013,357.0,38300.0,292.730796687,pa +42129,15479,0.005190729,357.0,38300.0,1811.0401573709999,pa +42129,15601,0.153876585,357.0,38300.0,53687.386629915,pa +42129,15610,0.009946021999999999,357.0,38300.0,3470.1571297779997,pa +42129,15611,0.0019594670000000003,357.0,38300.0,683.6560768330002,pa +42129,15612,0.001006285,357.0,38300.0,351.091830215,pa +42129,15613,0.037301564,357.0,38300.0,13014.478378036001,pa +42129,15615,0.0007832560000000001,357.0,38300.0,273.27723514400003,pa +42129,15616,0.0,357.0,38300.0,0.0,pa +42129,15617,0.000908046,357.0,38300.0,316.81634135400003,pa +42129,15618,0.006127980999999999,357.0,38300.0,2138.0464429189997,pa +42129,15620,0.001531995,357.0,38300.0,534.511523505,pa +42129,15621,0.000241615,357.0,38300.0,84.299231885,pa +42129,15623,0.001590408,357.0,38300.0,554.891760792,pa +42129,15624,0.000825738,357.0,38300.0,288.099162462,pa +42129,15625,6.9e-05,357.0,38300.0,24.074030999999998,pa +42129,15626,0.013657858,357.0,38300.0,4765.212998342,pa +42129,15627,0.017446692,357.0,38300.0,6087.1333921079995,pa +42129,15628,0.001932916,357.0,38300.0,674.392459484,pa +42129,15629,0.002118773,357.0,38300.0,739.237780927,pa +42129,15632,0.025749203999999998,357.0,38300.0,8983.871526395998,pa +42129,15633,0.001656785,357.0,38300.0,578.050629715,pa +42129,15634,0.00062395,357.0,38300.0,217.69553105,pa +42129,15635,0.000281441,357.0,38300.0,98.194483459,pa +42129,15636,0.010511558999999998,357.0,38300.0,3667.4724235409994,pa +42129,15637,0.00406231,357.0,38300.0,1417.33589669,pa +42129,15638,0.00050447,357.0,38300.0,176.00907853,pa +42129,15639,0.0053553459999999995,357.0,38300.0,1868.474864054,pa +42129,15640,0.001640855,357.0,38300.0,572.492668645,pa +42129,15641,0.0012319689999999999,357.0,38300.0,429.83275213099995,pa +42129,15642,0.116983907,357.0,38300.0,40815.568168393,pa +42129,15644,0.049661076,357.0,38300.0,17326.699755324,pa +42129,15646,0.000427472,357.0,38300.0,149.144553328,pa +42129,15647,0.000570847,357.0,38300.0,199.16794745299998,pa +42129,15650,0.071671893,357.0,38300.0,25006.251795807,pa +42129,15655,0.000873529,357.0,38300.0,304.773394571,pa +42129,15656,0.026856382999999998,357.0,38300.0,9370.165172317,pa +42129,15658,0.023216234,357.0,38300.0,8100.120826365999,pa +42129,15660,0.000913356,357.0,38300.0,318.66899504400004,pa +42129,15661,0.0015930629999999998,357.0,38300.0,555.818087637,pa +42129,15662,0.00049916,357.0,38300.0,174.15642484,pa +42129,15663,0.001131075,357.0,38300.0,394.630936425,pa +42129,15665,0.003966725999999999,357.0,38300.0,1383.9867346739998,pa +42129,15666,0.042386089,357.0,38300.0,14788.464066011,pa +42129,15668,0.033050742,357.0,38300.0,11531.370833058001,pa +42129,15670,0.008881325,357.0,38300.0,3098.6854111750004,pa +42129,15671,0.0018320220000000002,357.0,38300.0,639.1906437780001,pa +42129,15672,0.009611479000000001,357.0,38300.0,3353.435411621,pa +42129,15675,0.002740068,357.0,38300.0,956.006985132,pa +42129,15676,0.00189309,357.0,38300.0,660.49720791,pa +42129,15677,0.0009956639999999998,357.0,38300.0,347.3861739359999,pa +42129,15678,0.001922296,357.0,38300.0,670.687152104,pa +42129,15679,0.007147542,357.0,38300.0,2493.770256258,pa +42129,15680,0.000430127,357.0,38300.0,150.070880173,pa +42129,15683,0.020773538,357.0,38300.0,7247.866634662,pa +42129,15684,0.001845298,357.0,38300.0,643.822626902,pa +42129,15687,0.003276399,357.0,38300.0,1143.132334701,pa +42129,15688,0.0030825759999999996,357.0,38300.0,1075.507683824,pa +42129,15689,0.00076998,357.0,38300.0,268.64525202,pa +42129,15690,0.022456873999999998,357.0,38300.0,7835.180881726,pa +42129,15691,0.000207098,357.0,38300.0,72.25628510199999,pa +42129,15692,0.00304275,357.0,38300.0,1061.61243225,pa +42129,15693,0.000568192,357.0,38300.0,198.241620608,pa +42129,15695,0.001295691,357.0,38300.0,452.065294209,pa +42129,15696,0.00100363,357.0,38300.0,350.16550336999995,pa +42129,15697,0.007662632,357.0,38300.0,2673.484642168,pa +42129,15698,0.001346138,357.0,38300.0,469.66620206199997,pa +42129,15779,0.002031155,357.0,38300.0,708.667948345,pa +42129,15923,0.004152584,354.0,38300.0,1448.832405016,pa +42129,15944,0.008180376999999999,354.0,38300.0,2854.1253549229996,pa +42131,18419,0.166851938,360.0,42540.0,4470.630826772001,pa +42131,18615,0.072686198,362.0,42540.0,1947.5539892119998,pa +42131,18623,0.097930936,359.0,42540.0,2623.961499184,pa +42131,18625,0.0129451,360.0,42540.0,346.8510094,pa +42131,18629,0.058019865999999996,359.0,42540.0,1554.5842896039999,pa +42131,18630,0.11166493300000001,359.0,42540.0,2991.950214802,pa +42131,18636,0.047584895999999995,362.0,42540.0,1274.9897034239998,pa +42131,18657,0.432316133,359.0,42540.0,11583.478467601999,pa +42133,17019,0.041675731,352.0,49620.0,18714.820411398,pa +42133,17302,0.005809949,363.0,49620.0,2609.004078042,pa +42133,17309,0.004724549000000001,363.0,49620.0,2121.5965248420002,pa +42133,17311,0.00039427900000000004,363.0,49620.0,177.05413918200003,pa +42133,17313,0.025174932999999997,363.0,49620.0,11305.005063113998,pa +42133,17314,0.013901729,363.0,49620.0,6242.682621282,pa +42133,17315,0.058915235,363.0,49620.0,26456.357598630002,pa +42133,17317,0.0015793810000000001,363.0,49620.0,709.233673098,pa +42133,17318,0.00122589,363.0,49620.0,550.4957116200001,pa +42133,17319,0.027062486,352.0,49620.0,12152.625838188,pa +42133,17321,0.005320499,363.0,49620.0,2389.212639942,pa +42133,17322,0.013391886,363.0,49620.0,6013.733543388,pa +42133,17327,0.017148865,363.0,49620.0,7700.835019169999,pa +42133,17329,0.005558426,363.0,49620.0,2496.055662708,pa +42133,17331,0.117005656,363.0,49620.0,52542.325872048,pa +42133,17339,0.015714506,352.0,49620.0,7056.7246353479995,pa +42133,17345,0.017740284,363.0,49620.0,7966.416452471999,pa +42133,17347,0.015175205,363.0,49620.0,6814.54720689,pa +42133,17349,0.016210753,363.0,49620.0,7279.5683206740005,pa +42133,17352,0.002836995,363.0,49620.0,1273.97530071,pa +42133,17355,0.000620876,363.0,49620.0,278.809334808,pa +42133,17356,0.049012942999999996,363.0,49620.0,22009.654157694,pa +42133,17360,0.015487909,363.0,49620.0,6954.969439722,pa +42133,17361,0.014753734,363.0,49620.0,6625.2822825719995,pa +42133,17362,0.030137407999999997,363.0,49620.0,13533.444161664,pa +42133,17363,0.021313719,363.0,49620.0,9571.096026702,pa +42133,17364,0.008456601999999999,363.0,49620.0,3797.5047809159996,pa +42133,17365,0.0054995109999999995,363.0,49620.0,2469.599410638,pa +42133,17366,0.012082155,363.0,49620.0,5425.588359990001,pa +42133,17368,0.016756852,363.0,49620.0,7524.798445416,pa +42133,17370,0.011422758,363.0,49620.0,5129.480861964,pa +42133,17371,0.000591418,363.0,49620.0,265.58098424400004,pa +42133,17401,0.040257232999999996,363.0,49620.0,18077.832536513997,pa +42133,17402,0.084919513,363.0,49620.0,38133.786668754,pa +42133,17403,0.089825339,363.0,49620.0,40336.787080662005,pa +42133,17404,0.080247081,363.0,49620.0,36035.593699698,pa +42133,17406,0.053726162,363.0,49620.0,24126.162855396,pa +42133,17407,0.00504405,363.0,49620.0,2265.0710049,pa +42133,17408,0.0532775,363.0,49620.0,23924.687595,pa +44001,2806,0.33102997100000003,364.0,39300.0,16048.001964109002,ri +44001,2809,0.455043546,364.0,39300.0,22060.056066534,ri +44001,2885,0.213926483,364.0,39300.0,10370.941969357,ri +44003,2816,0.200435983,364.0,39300.0,32930.028519036,ri +44003,2817,0.036838699,364.0,39300.0,6052.303536108,ri +44003,2818,0.11107176,364.0,39300.0,18248.20159392,ri +44003,2827,0.01257877,364.0,39300.0,2066.59128084,ri +44003,2886,0.177122515,364.0,39300.0,29099.812234380002,ri +44003,2888,0.117037516,364.0,39300.0,19228.327578672,ri +44003,2889,0.16690073800000002,364.0,39300.0,27420.456047496,ri +44003,2893,0.17801402,364.0,39300.0,29246.27937384,ri +44005,2835,0.066157087,364.0,39300.0,5430.3060151340005,ri +44005,2837,0.042190791,227.0,39300.0,3463.1045068619997,ri +44005,2840,0.27939813399999996,364.0,39300.0,22933.557634987996,ri +44005,2841,0.019644899,364.0,39300.0,1612.492599718,ri +44005,2842,0.192560939,364.0,39300.0,15805.786994998,ri +44005,2871,0.20631959100000002,364.0,39300.0,16935.124668462002,ri +44005,2872,0.003346374,364.0,39300.0,274.677070668,ri +44005,2878,0.190382185,227.0,39300.0,15626.950509170001,ri +44007,2802,0.001057339,364.0,39300.0,675.566664609,ri +44007,2814,0.012090852,364.0,39300.0,7725.220159211999,ri +44007,2815,0.000327759,364.0,39300.0,209.415385629,ri +44007,2825,0.008666713000000001,364.0,39300.0,5537.431603803001,ri +44007,2826,0.000789459,364.0,39300.0,504.409828329,ri +44007,2828,0.012390248000000001,364.0,39300.0,7916.513544888001,ri +44007,2830,0.009352171,364.0,39300.0,5975.3919692009995,ri +44007,2831,0.005516757,364.0,39300.0,3524.827066767,ri +44007,2838,0.00554512,364.0,39300.0,3542.94906672,ri +44007,2839,0.003249229,364.0,39300.0,2076.033134199,ri +44007,2857,0.013761164,364.0,39300.0,8792.434275684,ri +44007,2858,0.0011471580000000001,364.0,39300.0,732.9548080980001,ri +44007,2859,0.011388061000000001,364.0,39300.0,7276.185202791001,ri +44007,2860,0.074261123,364.0,39300.0,47447.733579513,ri +44007,2861,0.039463483,364.0,39300.0,25214.442656673,ri +44007,2863,0.030484769,364.0,39300.0,19477.663941938998,ri +44007,2864,0.054559320999999994,364.0,39300.0,34859.641525850995,ri +44007,2865,0.027493965,364.0,39300.0,17566.746551415,ri +44007,2876,0.00045854800000000003,364.0,39300.0,292.98053218800004,ri +44007,2895,0.065455743,364.0,39300.0,41821.703330733,ri +44007,2896,0.019000586,364.0,39300.0,12140.063413566,ri +44007,2903,0.016611725,364.0,39300.0,10613.746065975001,ri +44007,2904,0.048095529000000005,364.0,39300.0,30729.724439499005,ri +44007,2905,0.040163122999999995,364.0,39300.0,25661.464341512998,ri +44007,2906,0.044430298,364.0,39300.0,28387.894731438,ri +44007,2907,0.048503653,364.0,39300.0,30990.487514943,ri +44007,2908,0.059168437000000004,364.0,39300.0,37804.548620847,ri +44007,2909,0.063931977,364.0,39300.0,40848.121996587004,ri +44007,2910,0.034892186,364.0,39300.0,22293.699293166,ri +44007,2911,0.024997952,364.0,39300.0,15971.966469312,ri +44007,2912,0.002143042,364.0,39300.0,1369.255968102,ri +44007,2914,0.034044424,364.0,39300.0,21752.037870744,ri +44007,2915,0.026230201,364.0,39300.0,16759.288555131003,ri +44007,2916,0.014300076,364.0,39300.0,9136.761858756001,ri +44007,2917,0.021750297999999998,364.0,39300.0,13896.939651437999,ri +44007,2919,0.046097458,364.0,39300.0,29453.094937398,ri +44007,2920,0.058616919,364.0,39300.0,37452.166673589,ri +44007,2921,0.019563135,364.0,39300.0,12499.493408684999,ri +44009,2804,0.015874273,364.0,39300.0,1993.443580521,ri +44009,2807,0.00655091,364.0,39300.0,822.64362507,ri +44009,2808,0.020318119,364.0,39300.0,2551.488429663,ri +44009,2812,0.009568923,364.0,39300.0,1201.636643571,ri +44009,2813,0.061627667000000004,364.0,39300.0,7739.0175388590005,ri +44009,2822,0.052130036,364.0,39300.0,6546.333530772,ri +44009,2832,0.03421999,364.0,39300.0,4297.243684229999,ri +44009,2833,0.00906196,364.0,39300.0,1137.9737509200002,ri +44009,2836,0.0014812820000000002,364.0,39300.0,186.01494971400004,ri +44009,2852,0.174514029,364.0,39300.0,21914.948219733,ri +44009,2873,0.0015050460000000001,364.0,39300.0,188.99916154200002,ri +44009,2874,0.047210912,364.0,39300.0,5928.604696224,ri +44009,2875,0.004325027,364.0,39300.0,543.123915579,ri +44009,2879,0.162576639,364.0,39300.0,20415.886595703,ri +44009,2881,0.06207126,364.0,39300.0,7794.72261702,ri +44009,2882,0.11050997300000001,364.0,39300.0,13877.510879421001,ri +44009,2891,0.167020484,364.0,39300.0,20973.931319268,ri +44009,2892,0.041079831000000004,364.0,39300.0,5158.681937487,ri +44009,2894,0.005338951999999999,364.0,39300.0,670.449575304,ri +44009,2898,0.013014686000000001,364.0,39300.0,1634.3452238220002,ri +45001,29620,0.635461963,366.0,,15585.975566501,sc +45001,29628,0.12239214300000001,366.0,,3001.9120913610004,sc +45001,29638,0.157570724,366.0,,3864.737147548,sc +45001,29639,0.080226706,366.0,,1967.720418062,sc +45001,29659,0.0043484629999999995,366.0,,106.65475200099999,sc +45003,29105,0.007023155,145.0,12260.0,1200.06054116,sc +45003,29129,0.018261481,145.0,12260.0,3120.3757814319997,sc +45003,29137,0.011826788000000001,145.0,12260.0,2020.8669191360002,sc +45003,29164,0.033196879,145.0,12260.0,5672.417108488,sc +45003,29801,0.181066905,145.0,12260.0,30939.26419116,sc +45003,29803,0.248944608,145.0,12260.0,42537.663058176004,sc +45003,29805,0.037891773999999996,145.0,12260.0,6474.643206927999,sc +45003,29809,0.016425738999999998,145.0,12260.0,2806.6988744079995,sc +45003,29816,0.006210823000000001,145.0,12260.0,1061.255747656,sc +45003,29828,0.004407062,145.0,12260.0,753.043498064,sc +45003,29829,0.075981834,145.0,12260.0,12983.167939248,sc +45003,29831,0.02770884,145.0,12260.0,4734.66490848,sc +45003,29834,0.010291672,145.0,12260.0,1758.558577984,sc +45003,29841,0.207688371,145.0,12260.0,35488.127329512005,sc +45003,29842,0.047729308,145.0,12260.0,8155.602316576,sc +45003,29850,0.001279263,145.0,12260.0,218.59022733600003,sc +45003,29851,0.046872202,145.0,12260.0,8009.146900144,sc +45003,29856,0.017193297,145.0,12260.0,2937.853044984,sc +45005,29810,0.45546689700000004,145.0,,3957.096401136,sc +45005,29827,0.445007548,145.0,,3866.225577024,sc +45005,29836,0.043670477,145.0,,379.40910417599997,sc +45005,29849,0.055855079,145.0,,485.268926352,sc +45007,29621,0.231819623,368.0,24860.0,46956.919195634,sc +45007,29624,0.09115108400000001,368.0,24860.0,18463.381272872,sc +45007,29625,0.163187286,368.0,24860.0,33054.890277588,sc +45007,29626,0.07119231599999999,368.0,24860.0,14420.573144327998,sc +45007,29627,0.10931447,368.0,24860.0,22142.520414259998,sc +45007,29654,0.052706101,368.0,24860.0,10676.042406358,sc +45007,29655,0.039164269,368.0,24860.0,7933.036000102,sc +45007,29669,0.068292517,368.0,24860.0,13833.195658486,sc +45007,29670,0.052655127999999995,368.0,24860.0,10665.717417423999,sc +45007,29684,0.022173263,368.0,24860.0,4491.371806753999,sc +45007,29689,0.022280873,368.0,24860.0,4513.1690731339995,sc +45007,29697,0.076063071,368.0,24860.0,15407.183535618,sc +45009,29003,0.461767627,366.0,,6495.223441382001,sc +45009,29042,0.360051071,366.0,,5064.478364686,sc +45009,29081,0.093417506,366.0,,1314.010639396,sc +45009,29843,0.084763796,366.0,,1192.287554536,sc +45011,29812,0.509191176,366.0,,10624.783078416,sc +45011,29817,0.198170732,366.0,,4135.030493912,sc +45011,29826,0.005335365999999999,145.0,,111.32774695599998,sc +45011,29853,0.287302726,145.0,,5994.858680716,sc +45013,29902,0.086785334,149.0,25940.0,16673.371938748,sc +45013,29904,0.003904408,149.0,25940.0,750.1226737759999,sc +45013,29905,0.016906305,149.0,25940.0,3248.07312921,sc +45013,29906,0.137910045,149.0,25940.0,26495.553665490002,sc +45013,29907,0.081164523,149.0,25940.0,15593.490487806,sc +45013,29909,0.10325294199999999,149.0,25940.0,19837.161722923996,sc +45013,29910,0.22493117899999998,149.0,25940.0,43214.227971837994,sc +45013,29915,0.002440255,149.0,25940.0,468.82667111,sc +45013,29920,0.064121124,149.0,25940.0,12319.078585128,sc +45013,29926,0.141891225,149.0,25940.0,27260.42592945,sc +45013,29928,0.08974654300000001,149.0,25940.0,17242.285334246004,sc +45013,29935,0.021540048,149.0,25940.0,4138.317101856,sc +45013,29940,0.022187126,149.0,25940.0,4262.635021372001,sc +45013,29941,0.0032189429999999997,149.0,25940.0,618.4297670459999,sc +45015,29410,0.14330089,365.0,16700.0,32659.275937229995,sc +45015,29431,0.043593942999999996,365.0,16700.0,9935.364767300998,sc +45015,29434,0.0028615,365.0,16700.0,652.1558805,sc +45015,29436,0.02655045,365.0,16700.0,6051.03340815,sc +45015,29445,0.376720194,365.0,16700.0,85857.169253958,sc +45015,29450,0.022264475,365.0,16700.0,5074.229703825,sc +45015,29453,0.0071286480000000004,365.0,16700.0,1624.668779736,sc +45015,29461,0.23301769,365.0,16700.0,53106.36267483,sc +45015,29468,0.013786655,365.0,16700.0,3142.075181085,sc +45015,29469,0.0055221919999999996,365.0,16700.0,1258.5462121439998,sc +45015,29479,0.042407927000000005,365.0,16700.0,9665.063418789001,sc +45015,29492,0.082845435,365.0,16700.0,18881.054554545,sc +45017,29030,0.186912264,366.0,17900.0,2720.134177992,sc +45017,29135,0.813087736,366.0,17900.0,11832.865822008,sc +45019,29401,0.024966351,365.0,16700.0,10271.306599506,sc +45019,29403,0.056763633,365.0,16700.0,23352.899197998002,sc +45019,29404,0.005137460999999999,365.0,16700.0,2113.5822801659997,sc +45019,29405,0.076963374,365.0,16700.0,31663.193843844,sc +45019,29406,0.088133009,365.0,16700.0,36258.448700654,sc +45019,29407,0.088991413,365.0,16700.0,36611.601256678005,sc +45019,29409,0.006913918000000001,365.0,16700.0,2844.4273487080004,sc +45019,29412,0.104447885,365.0,16700.0,42970.48657631,sc +45019,29414,0.102489892,365.0,16700.0,42164.956508152,sc +45019,29418,0.059211772,365.0,16700.0,24360.078271432,sc +45019,29423,0.0026841359999999997,365.0,16700.0,1104.2696552159998,sc +45019,29424,0.001011413,365.0,16700.0,416.101376678,sc +45019,29426,0.004896278,365.0,16700.0,2014.3581468679997,sc +45019,29429,0.008000539000000001,365.0,16700.0,3291.4697478340004,sc +45019,29438,0.006509353000000001,365.0,16700.0,2677.986880318,sc +45019,29439,0.00601402,365.0,16700.0,2474.20391212,sc +45019,29449,0.021434184,365.0,16700.0,8818.151902704,sc +45019,29451,0.011488618999999999,365.0,16700.0,4726.486788314,sc +45019,29455,0.057116331,365.0,16700.0,23498.001271386,sc +45019,29458,0.00828581,365.0,16700.0,3408.8319488599996,sc +45019,29464,0.13324464,365.0,16700.0,54817.64436384,sc +45019,29466,0.099240403,365.0,16700.0,40828.097236618,sc +45019,29470,0.012707501999999999,365.0,16700.0,5227.942567812,sc +45019,29482,0.005570554,365.0,16700.0,2291.759338924,sc +45019,29487,0.00777751,365.0,16700.0,3199.7142790599996,sc +45021,29340,0.40861258899999997,369.0,,23413.5013497,sc +45021,29341,0.39766240799999997,369.0,,22786.0559784,sc +45021,29702,0.193725003,369.0,,11100.4426719,sc +45023,29014,0.053858374,366.0,16740.0,1736.609411256,sc +45023,29055,0.12332742699999999,366.0,16740.0,3976.5695561879998,sc +45023,29706,0.59323639,366.0,16740.0,19128.31415916,sc +45023,29712,0.067177858,311.0,16740.0,2166.082853352,sc +45023,29714,0.088653999,311.0,16740.0,2858.559543756,sc +45023,29724,0.001191422,366.0,16740.0,38.416210967999994,sc +45023,29729,0.07255453,366.0,16740.0,2339.4482653200002,sc +45025,29101,0.06575323799999999,366.0,,3001.6353146999995,sc +45025,29520,0.316179985,367.0,,14433.61631525,sc +45025,29584,0.053827071,367.0,,2457.20579115,sc +45025,29709,0.161162574,367.0,,7357.0715031,sc +45025,29718,0.09804948,311.0,,4475.958761999999,sc +45025,29727,0.032796959,367.0,,1497.18117835,sc +45025,29728,0.22127136600000002,311.0,,10101.0378579,sc +45025,29741,0.050959328,367.0,,2326.2933232,sc +45027,29001,0.065838147,366.0,44940.0,2221.708270515,sc +45027,29102,0.55714193,366.0,44940.0,18800.75442785,sc +45027,29111,0.05396197,366.0,44940.0,1820.9466776499999,sc +45027,29148,0.22421961199999998,366.0,44940.0,7566.290806939999,sc +45027,29162,0.098838341,367.0,44940.0,3335.299817045,sc +45029,29082,0.012670095,365.0,,477.371169315,sc +45029,29435,0.124399875,365.0,,4687.014090375,sc +45029,29446,0.02599358,365.0,,979.3601136599999,sc +45029,29452,0.013749609,365.0,,518.044018293,sc +45029,29474,0.060680094000000004,365.0,,2286.2439016380004,sc +45029,29475,0.0572711,365.0,,2157.8032347,sc +45029,29481,0.04553847900000001,365.0,,1715.7532732830002,sc +45029,29488,0.626573109,365.0,,23607.395027792998,sc +45029,29493,0.004658959,365.0,,175.53559824299998,sc +45029,29929,0.0284651,365.0,,1072.4795727,sc +45031,29069,0.068445982,367.0,22500.0,4559.7344288760005,sc +45031,29079,0.000155807,366.0,22500.0,10.379550726,sc +45031,29532,0.323688885,367.0,22500.0,21563.50614093,sc +45031,29540,0.083870867,367.0,22500.0,5587.309417806,sc +45031,29550,0.49783428399999996,366.0,22500.0,33164.724331512,sc +45031,29593,0.026004176,367.0,22500.0,1732.346196768,sc +45033,29536,0.508640407,367.0,,15502.850964953,sc +45033,29543,0.018487929,367.0,,563.493587991,sc +45033,29547,0.111944091,367.0,,3411.9439495889997,sc +45033,29563,0.069631512,367.0,,2122.298854248,sc +45033,29565,0.24891994899999997,367.0,,7586.831125571,sc +45033,29567,0.016963151,367.0,,517.019879329,sc +45033,29592,0.025412961,367.0,,774.561638319,sc +45035,29420,0.105000395,365.0,16700.0,17095.009309555,sc +45035,29437,0.014819597,365.0,16700.0,2412.763767973,sc +45035,29448,0.010723425,365.0,16700.0,1745.870100825,sc +45035,29456,0.14215388,365.0,16700.0,23143.931048920003,sc +45035,29471,0.00675729,365.0,16700.0,1100.14762761,sc +45035,29472,0.042921564,365.0,16700.0,6988.016913276,sc +45035,29477,0.032351397999999996,365.0,16700.0,5267.098756981999,sc +45035,29483,0.380553866,365.0,16700.0,61957.594369594,sc +45035,29485,0.26471858600000003,365.0,16700.0,43098.56826807401,sc +45037,29824,0.234620196,145.0,12260.0,6395.74654296,sc +45037,29832,0.149164203,145.0,12260.0,4066.2161737799997,sc +45037,29838,0.011598816999999999,145.0,12260.0,316.18375141999996,sc +45037,29847,0.15652717800000002,145.0,12260.0,4266.930872280001,sc +45037,29860,0.44808960700000006,145.0,12260.0,12214.922686820002,sc +45039,29015,0.076222673,366.0,17900.0,1703.3480735310002,sc +45039,29065,0.02294343,366.0,17900.0,512.71683021,sc +45039,29130,0.25940951100000004,366.0,17900.0,5797.024342317,sc +45039,29180,0.6414243860000001,366.0,17900.0,14333.910753942002,sc +45041,29114,0.012026741,367.0,22500.0,1663.214093113,sc +45041,29161,0.07681970099999999,367.0,22500.0,10623.626910392999,sc +45041,29501,0.31732041699999997,367.0,22500.0,43883.192428181,sc +45041,29505,0.16952043100000003,367.0,22500.0,23443.488964283002,sc +45041,29506,0.14204925300000001,367.0,22500.0,19644.417345129,sc +45041,29530,0.015860563,367.0,22500.0,2193.4048389590002,sc +45041,29541,0.0654956,367.0,22500.0,9057.583010800001,sc +45041,29555,0.039729859,367.0,22500.0,5494.361390687,sc +45041,29560,0.090674671,367.0,22500.0,12539.672276603,sc +45041,29583,0.034006412,367.0,22500.0,4702.848734716,sc +45041,29591,0.03649635,367.0,22500.0,5047.18973055,sc +45043,29440,0.52229836,365.0,,32737.6612048,sc +45043,29510,0.19645398,365.0,,12313.7354664,sc +45043,29585,0.28124766,365.0,,17628.6033288,sc +45045,29601,0.022465081,368.0,24860.0,11761.413436902001,sc +45045,29605,0.07008305,368.0,24860.0,36691.420163099996,sc +45045,29607,0.077274443,368.0,24860.0,40456.416437105996,sc +45045,29609,0.05509815,368.0,24860.0,28846.1956473,sc +45045,29611,0.057142318,368.0,24860.0,29916.403450356,sc +45045,29613,0.003618347,368.0,24860.0,1894.356625074,sc +45045,29614,0.00401661,368.0,24860.0,2102.86403262,sc +45045,29615,0.071123065,368.0,24860.0,37235.91169623,sc +45045,29617,0.053533409000000004,368.0,24860.0,28026.988014678,sc +45045,29635,0.0023121929999999997,368.0,24860.0,1210.530147606,sc +45045,29644,0.039981125,368.0,24860.0,20931.79814475,sc +45045,29650,0.06584749,368.0,24860.0,34473.92660958,sc +45045,29651,0.08964326199999999,368.0,24860.0,46932.01267400399,sc +45045,29661,0.011107965,368.0,24860.0,5815.4862120299995,sc +45045,29662,0.029626273999999998,368.0,24860.0,15510.598742507998,sc +45045,29673,0.055279351,368.0,24860.0,28941.061981241997,sc +45045,29680,0.060458664,368.0,24860.0,31652.649867888,sc +45045,29681,0.109397886,368.0,24860.0,57274.388032212,sc +45045,29683,0.00038693800000000003,368.0,24860.0,202.57829439600002,sc +45045,29687,0.077782182,368.0,24860.0,40722.239128644,sc +45045,29690,0.043822197,368.0,24860.0,22942.760661774,sc +45047,29646,0.41264495700000003,366.0,,29219.802050127004,sc +45047,29649,0.38945179799999996,366.0,,27577.471268177997,sc +45047,29653,0.068554527,366.0,,4854.414611397,sc +45047,29666,0.096784585,366.0,,6853.413248435,sc +45047,29819,0.023324939,366.0,,1651.662255529,sc +45047,29848,0.009239194000000001,366.0,,654.236566334,sc +45049,29911,0.069163086,365.0,,1329.452839092,sc +45049,29916,0.062901576,149.0,,1209.094093872,sc +45049,29918,0.23372212,365.0,,4492.60659064,sc +45049,29921,0.008062206,365.0,,154.97172373200002,sc +45049,29922,0.032862697,149.0,,631.686761734,sc +45049,29923,0.015428688000000001,145.0,,296.570240736,sc +45049,29924,0.17593615699999998,365.0,,3381.844809854,sc +45049,29932,0.009044404,145.0,,173.85153368800002,sc +45049,29939,0.015674238,365.0,,301.290202836,sc +45049,29944,0.163085738,365.0,,3134.834055836,sc +45049,29945,0.214119091,149.0,,4115.797167202,sc +45051,29511,0.014989131999999999,365.0,34820.0,5307.366847691999,sc +45051,29526,0.139396527,365.0,34820.0,49357.661676687,sc +45051,29527,0.077909819,365.0,34820.0,27586.386621339003,sc +45051,29544,0.015936099,365.0,34820.0,5642.669870019,sc +45051,29545,0.004341016,367.0,34820.0,1537.071286296,sc +45051,29566,0.052918913,365.0,34820.0,18737.581633953,sc +45051,29568,0.045292072,367.0,34820.0,16037.062145832,sc +45051,29569,0.052870812999999996,367.0,34820.0,18720.550337852997,sc +45051,29572,0.028243662000000003,365.0,34820.0,10000.544084622,sc +45051,29575,0.056297930999999996,365.0,34820.0,19934.027706410998,sc +45051,29576,0.09330479400000001,365.0,34820.0,33037.454764314,sc +45051,29577,0.09564665800000001,365.0,34820.0,33866.664311298,sc +45051,29579,0.12106745699999999,365.0,34820.0,42867.68624201699,sc +45051,29581,0.0155994,367.0,34820.0,5523.4511514,sc +45051,29582,0.049747325,365.0,34820.0,17614.582583325002,sc +45051,29588,0.136438383,365.0,34820.0,48310.239091022995,sc +45053,29912,0.0,149.0,25940.0,0.0,sc +45053,29927,0.386767939,149.0,25940.0,11631.272229547,sc +45053,29934,0.045972417,149.0,25940.0,1382.528496441,sc +45053,29936,0.546312213,149.0,25940.0,16429.247181549,sc +45053,29943,0.020947432,149.0,25940.0,629.9521225359999,sc +45055,29009,0.028679202999999997,366.0,17900.0,1908.6296388529997,sc +45055,29020,0.296888001,366.0,17900.0,19758.193354551,sc +45055,29032,0.06610917,366.0,17900.0,4399.63137267,sc +45055,29045,0.357990792,366.0,17900.0,23824.645198392,sc +45055,29074,0.001553226,311.0,17900.0,103.368743526,sc +45055,29078,0.241207633,366.0,17900.0,16052.609183783,sc +45055,29175,0.007571975,366.0,17900.0,503.922508225,sc +45057,29058,0.050537180999999994,311.0,16740.0,4953.2501841719995,sc +45057,29067,0.12001904199999999,311.0,16740.0,11763.306344503999,sc +45057,29707,0.312311338,311.0,16740.0,30610.258860056,sc +45057,29720,0.51713244,311.0,16740.0,50685.18470928,sc +45059,29325,0.256515074,368.0,24860.0,17312.971889482,sc +45059,29332,0.041389882,366.0,24860.0,2793.527305826,sc +45059,29351,0.021906473,368.0,24860.0,1478.5335821889998,sc +45059,29355,0.015296619,366.0,24860.0,1032.4147061669998,sc +45059,29360,0.34039922899999997,368.0,24860.0,22974.565162896997,sc +45059,29370,0.019565827,368.0,24860.0,1320.5563617110001,sc +45059,29384,0.0683238,366.0,24860.0,4611.378233400001,sc +45059,29645,0.15894967599999998,368.0,24860.0,10727.990482267998,sc +45059,29692,0.077653419,368.0,24860.0,5241.062208567,sc +45061,29010,0.805959537,366.0,,13562.687088636,sc +45061,29046,0.009243099999999999,367.0,,155.5428868,sc +45061,29080,0.18479736300000002,366.0,,3109.7700245640003,sc +45063,29006,0.03620802,366.0,17900.0,10817.145975,sc +45063,29033,0.042358655,366.0,17900.0,12654.64818125,sc +45063,29036,0.073517143,366.0,17900.0,21963.246471249997,sc +45063,29053,0.060297162,366.0,17900.0,18013.7771475,sc +45063,29054,0.031276704,366.0,17900.0,9343.91532,sc +45063,29070,0.053751347000000005,366.0,17900.0,16058.21491625,sc +45063,29072,0.202930418,366.0,17900.0,60625.4623775,sc +45063,29073,0.157244813,366.0,17900.0,46976.88788375,sc +45063,29123,0.028794157999999997,366.0,17900.0,8602.254702499999,sc +45063,29160,0.026456848999999998,366.0,17900.0,7903.983638749999,sc +45063,29169,0.081636927,366.0,17900.0,24389.03194125,sc +45063,29170,0.072804467,366.0,17900.0,21750.33451625,sc +45063,29172,0.032793253,366.0,17900.0,9796.98433375,sc +45063,29212,0.099930083,366.0,17900.0,29854.11229625,sc +45065,29821,0.151985172,145.0,,1438.235682636,sc +45065,29835,0.5962345139999999,366.0,,5642.167205981999,sc +45065,29840,0.031509121,366.0,,298.170812023,sc +45065,29844,0.015120476,366.0,,143.085064388,sc +45065,29845,0.095893084,366.0,,907.4362538920001,sc +45065,29899,0.109257633,366.0,,1033.904981079,sc +45067,29519,0.007922443000000001,367.0,,242.87833505100005,sc +45067,29546,0.10302651199999999,367.0,,3158.4837783839994,sc +45067,29571,0.491330484,367.0,,15062.718647988,sc +45067,29574,0.39772056,367.0,,12192.91920792,sc +45069,29512,0.670600819,367.0,,17514.752190642,sc +45069,29516,0.038284217999999995,367.0,,999.9072057239998,sc +45069,29525,0.08269096,367.0,,2159.72249328,sc +45069,29570,0.125474864,367.0,,3277.152497952,sc +45069,29594,0.0029137309999999997,367.0,,76.100826258,sc +45069,29596,0.080035407,367.0,,2090.364760026,sc +45071,29037,0.015650489,366.0,,601.60479716,sc +45071,29075,0.077181892,366.0,,2966.87192848,sc +45071,29108,0.532473491,366.0,,20468.28099404,sc +45071,29122,0.0010195760000000001,366.0,,39.19250144000001,sc +45071,29126,0.051870922,366.0,,1993.91824168,sc +45071,29127,0.21255607699999998,366.0,,8170.6555998799995,sc +45071,29145,0.027401101,366.0,,1053.29832244,sc +45071,29178,0.081846452,369.0,,3146.17761488,sc +45073,29643,0.027199541,368.0,,2163.614688386,sc +45073,29658,0.006396061,368.0,,508.781068306,sc +45073,29664,0.027147435,368.0,,2159.46986451,sc +45073,29665,0.0018237239999999999,368.0,,145.06994930399998,sc +45073,29672,0.158312274,368.0,,12593.108147604,sc +45073,29676,0.069106115,368.0,,5497.115023789999,sc +45073,29678,0.29515671,368.0,,23478.535653659997,sc +45073,29686,0.012179871,368.0,,968.860018566,sc +45073,29691,0.14476460900000002,368.0,,11515.445587514001,sc +45073,29693,0.18775239,368.0,,14934.951614939999,sc +45073,29696,0.070161269,368.0,,5581.048303873999,sc +45075,29018,0.032596412000000005,366.0,,2808.9958041000004,sc +45075,29038,0.023797246,366.0,,2050.72767405,sc +45075,29039,0.04075923,366.0,,3512.42664525,sc +45075,29047,0.035800099,366.0,,3085.073531325,sc +45075,29048,0.052937627,365.0,,4561.900006725,sc +45075,29059,0.061605135,365.0,,5308.8225086249995,sc +45075,29107,0.030029075,366.0,,2587.755538125,sc +45075,29112,0.042141642,366.0,,3631.55599935,sc +45075,29113,0.013286521,366.0,,1144.965947175,sc +45075,29115,0.315365626,366.0,,27176.63282055,sc +45075,29117,0.011585933999999999,366.0,,998.4178624499999,sc +45075,29118,0.18906138600000003,366.0,,16292.364938550003,sc +45075,29133,0.010082835,366.0,,868.888306125,sc +45075,29142,0.05690932,366.0,,4904.160651,sc +45075,29146,0.01858577,366.0,,1601.62872975,sc +45075,29163,0.026024467000000003,366.0,,2242.6584437250003,sc +45075,29432,0.039431675,366.0,,3398.024593125,sc +45077,29630,0.109223283,368.0,24860.0,13858.687040172,sc +45077,29631,0.110711498,368.0,24860.0,14047.517712232,sc +45077,29634,0.037416926,368.0,24860.0,4747.609238584,sc +45077,29640,0.221007171,368.0,24860.0,28042.273885164,sc +45077,29642,0.236057107,368.0,24860.0,29951.869964587997,sc +45077,29657,0.115767051,368.0,24860.0,14688.986499084,sc +45077,29667,0.00191863,368.0,24860.0,243.44344891999998,sc +45077,29671,0.128701387,368.0,24860.0,16330.146788108,sc +45077,29682,0.026765978,368.0,24860.0,3396.174352552,sc +45077,29685,0.012430968999999998,368.0,24860.0,1577.2910705959998,sc +45079,29016,0.053658327,366.0,17900.0,22308.932375193,sc +45079,29044,0.014770616,366.0,17900.0,6141.016537544,sc +45079,29052,0.005328225,366.0,17900.0,2215.257497775,sc +45079,29061,0.03686344,366.0,17900.0,15326.306950959999,sc +45079,29063,0.098664284,366.0,17900.0,41020.564051556,sc +45079,29147,0.0,366.0,17900.0,0.0,sc +45079,29201,0.053615419000000004,366.0,17900.0,22291.092988021002,sc +45079,29202,0.000691584,366.0,17900.0,287.532272256,sc +45079,29203,0.099744568,366.0,17900.0,41469.701847112,sc +45079,29204,0.047222054000000006,366.0,17900.0,19632.993948986004,sc +45079,29205,0.062484856,366.0,17900.0,25978.641245704,sc +45079,29206,0.04841592,366.0,17900.0,20129.35448328,sc +45079,29207,0.030023322,366.0,17900.0,12482.466331398,sc +45079,29208,0.0019182620000000002,366.0,17900.0,797.5346908580001,sc +45079,29209,0.084782126,366.0,17900.0,35248.931923634,sc +45079,29210,0.101730979,366.0,17900.0,42295.570098061,sc +45079,29223,0.128397343,366.0,17900.0,53382.350928337,sc +45079,29225,0.00330143,366.0,17900.0,1372.59923537,sc +45079,29229,0.12838724699999998,366.0,17900.0,53378.15342547299,sc +45081,29138,0.929514321,366.0,17900.0,19029.946693833,sc +45081,29166,0.07048567900000001,366.0,17900.0,1443.0533061670003,sc +45083,29301,0.120518204,369.0,43900.0,38539.91386614,sc +45083,29302,0.057241420999999994,369.0,43900.0,18304.947814484996,sc +45083,29303,0.084687464,369.0,43900.0,27081.780675240003,sc +45083,29306,0.054294626,369.0,43900.0,17362.60697541,sc +45083,29307,0.061167107000000005,369.0,43900.0,19560.323311995002,sc +45083,29316,0.09018949999999999,369.0,43900.0,28841.249257499996,sc +45083,29320,0.003432865,369.0,43900.0,1097.778734025,sc +45083,29322,0.027952365,369.0,43900.0,8938.747041524999,sc +45083,29323,0.042156393,369.0,43900.0,13480.982135505,sc +45083,29324,0.001134162,369.0,43900.0,362.68799516999997,sc +45083,29329,0.000833744,369.0,43900.0,266.61882504,sc +45083,29330,0.030335455,369.0,43900.0,9700.823477175,sc +45083,29331,0.000654843,369.0,43900.0,209.408968755,sc +45083,29333,0.001961155,369.0,43900.0,627.1479516750001,sc +45083,29334,0.04606857599999999,369.0,43900.0,14732.039576159998,sc +45083,29335,0.020046987,369.0,43900.0,6410.725737795,sc +45083,29338,8.78e-05,369.0,43900.0,28.077123,sc +45083,29346,0.0009890160000000001,369.0,43900.0,316.27248156,sc +45083,29349,0.10379944199999999,369.0,43900.0,33193.504559969995,sc +45083,29356,0.028553201,369.0,43900.0,9130.885381785,sc +45083,29365,0.037842527,369.0,43900.0,12101.472496695,sc +45083,29368,0.000324046,369.0,43900.0,103.62505010999999,sc +45083,29369,0.045795162,369.0,43900.0,14644.60588017,sc +45083,29372,0.014055506,369.0,43900.0,4494.73998621,sc +45083,29373,0.00164386,369.0,43900.0,525.6817701,sc +45083,29374,0.01267831,369.0,43900.0,4054.33336335,sc +45083,29375,0.000253161,369.0,43900.0,80.957090385,sc +45083,29376,0.026470529,369.0,43900.0,8464.878116265,sc +45083,29377,0.004732426,369.0,43900.0,1513.3588484099998,sc +45083,29378,0.000590709,369.0,43900.0,188.899877565,sc +45083,29385,0.026443525,369.0,43900.0,8456.242642125,sc +45083,29388,0.05306595,369.0,43900.0,16969.69482075,sc +45085,29040,0.096007235,366.0,44940.0,10245.988126434999,sc +45085,29051,0.018150577,366.0,44940.0,1937.047728017,sc +45085,29062,0.0011847160000000002,366.0,44940.0,126.43407623600001,sc +45085,29104,0.012434998999999999,366.0,44940.0,1327.0755282789999,sc +45085,29125,0.019525208999999998,366.0,44940.0,2083.749829689,sc +45085,29128,0.047669003,366.0,44940.0,5087.283669163,sc +45085,29150,0.358272666,366.0,44940.0,38235.217188186005,sc +45085,29152,0.016522722,366.0,44940.0,1763.321414562,sc +45085,29153,0.135057653,366.0,44940.0,14413.487785813,sc +45085,29154,0.259244856,366.0,44940.0,27666.870277176004,sc +45085,29168,0.035930364,366.0,44940.0,3834.524376444,sc +45087,29031,0.042719615,369.0,,1166.92900334,sc +45087,29321,0.120111312,369.0,,3280.9605985919998,sc +45087,29353,0.15790463300000002,369.0,,4313.322955028,sc +45087,29364,0.02173586,369.0,,593.73675176,sc +45087,29379,0.65752858,369.0,,17961.05069128,sc +45089,29056,0.07466967099999999,367.0,,2267.568568928,sc +45089,29518,0.035576496,367.0,,1080.387030528,sc +45089,29554,0.293011028,367.0,,8898.158898304,sc +45089,29556,0.41274881399999996,367.0,,12534.355983551999,sc +45089,29564,0.026119021,367.0,,793.182429728,sc +45089,29580,0.045614394,367.0,,1385.217916992,sc +45089,29590,0.112260576,367.0,,3409.129171968,sc +45091,29704,0.014288036,311.0,16740.0,4014.638067244,sc +45091,29708,0.131861584,311.0,16740.0,37050.336010736,sc +45091,29710,0.136020707,311.0,16740.0,38218.962232153,sc +45091,29715,0.124061779,311.0,16740.0,34858.754601641,sc +45091,29717,0.005416531,311.0,16740.0,1521.9314638489998,sc +45091,29726,0.0060084809999999995,311.0,16740.0,1688.256982899,sc +45091,29730,0.216417506,311.0,16740.0,60808.774418374,sc +45091,29732,0.226608323,311.0,16740.0,63672.179988217,sc +45091,29733,0.007165296999999999,311.0,16740.0,2013.2979857629998,sc +45091,29742,0.010055403000000001,311.0,16740.0,2825.357079537,sc +45091,29743,0.0033311670000000003,311.0,16740.0,935.9879724930001,sc +45091,29745,0.118765186,311.0,16740.0,33370.523197094,sc +46003,57359,0.244309997,371.0,,672.096801747,sd +46003,57368,0.336214347,371.0,,924.925668597,sd +46003,57375,0.18928262699999998,371.0,,520.7165068769999,sd +46003,57383,0.230193028,371.0,,633.261020028,sd +46005,57322,0.022112759,371.0,,408.046741827,sd +46005,57324,0.018471917,371.0,,340.862284401,sd +46005,57348,0.031375489,371.0,,578.971898517,sd +46005,57350,0.835466081,371.0,,15416.855592693,sd +46005,57379,0.004443969,371.0,,82.004559957,sd +46005,57381,0.027252771000000002,371.0,,502.89538326300004,sd +46005,57384,0.048883654000000006,371.0,,902.0500672620001,sd +46005,57386,0.011993361000000001,371.0,,221.31349053300002,sd +46007,57551,0.7043027159999999,370.0,,2369.97863934,sd +46007,57574,0.048519988,370.0,,163.26975962,sd +46007,57714,0.24717729600000002,370.0,,831.7516010400001,sd +46009,57059,0.17266287,371.0,,1191.54646587,sd +46009,57062,0.324211696,371.0,,2237.384914096,sd +46009,57063,0.126684262,371.0,,874.248092062,sd +46009,57066,0.221141825,371.0,,1526.0997343249999,sd +46009,57315,0.155299347,371.0,,1071.720793647,sd +46011,57002,0.031927497,371.0,,1119.920812269,sd +46011,57006,0.779380405,371.0,,27338.326466185,sd +46011,57026,0.035481578,371.0,,1244.5873115059999,sd +46011,57061,0.002191683,371.0,,76.877664591,sd +46011,57071,0.09119180199999999,371.0,,3198.7348387539996,sd +46011,57220,0.022064921,371.0,,773.9712339170001,sd +46011,57276,0.037762113,371.0,,1324.581637701,sd +46013,57401,0.8490541690000001,371.0,,32976.414869791006,sd +46013,57426,0.001316163,371.0,,51.118454757,sd +46013,57427,0.020000516,371.0,,776.800040924,sd +46013,57432,0.010090583,371.0,,391.908153137,sd +46013,57433,0.005961444000000001,371.0,,231.53652351600002,sd +46013,57439,0.0015484270000000002,371.0,,60.13935625300001,sd +46013,57441,0.013806808,371.0,,536.242615912,sd +46013,57445,0.051227128,371.0,,1989.610424392,sd +46013,57446,0.010271233000000001,371.0,,398.924418487,sd +46013,57449,0.005032388,371.0,,195.452917532,sd +46013,57474,0.00554853,371.0,,215.49935667000003,sd +46013,57479,0.014168108,371.0,,550.2751466120001,sd +46013,57481,0.011974503000000001,371.0,,465.07772201700004,sd +46015,57325,0.617705439,371.0,,3271.985710383,sd +46015,57355,0.231242557,371.0,,1224.8918244289998,sd +46015,57370,0.151052005,371.0,,800.1224704849999,sd +46017,57339,0.936952715,371.0,,1838.30122683,sd +46017,57341,0.063047285,371.0,,123.69877317,sd +46019,57717,0.78377584,370.0,,8173.99823536,sd +46019,57760,0.11345155300000001,370.0,,1183.1862462370002,sd +46019,57762,0.063387871,370.0,,661.0721066589999,sd +46019,57788,0.039384736000000004,370.0,,410.743411744,sd +46021,57632,0.521381579,321.0,,717.4210527040001,sd +46021,57646,0.22861842100000002,321.0,,314.578947296,sd +46021,57648,0.25,321.0,,344.0,sd +46023,57329,0.032175164,371.0,,298.971623888,sd +46023,57342,0.060341282999999996,371.0,,560.691201636,sd +46023,57356,0.20148026300000002,371.0,,1872.1546037960002,sd +46023,57361,0.022203947,371.0,,206.31907552400003,sd +46023,57367,0.023848684,371.0,,221.601971728,sd +46023,57369,0.258532072,371.0,,2402.280013024,sd +46023,57380,0.401418586,371.0,,3729.9815011120004,sd +46025,57217,0.061456752999999996,371.0,,229.602429208,sd +46025,57225,0.4820435,371.0,,1800.914516,sd +46025,57236,0.034901366,371.0,,130.391503376,sd +46025,57258,0.031360647,371.0,,117.163377192,sd +46025,57271,0.072331816,371.0,,270.23166457599996,sd +46025,57278,0.206373293,371.0,,771.0106226480001,sd +46025,57434,0.111532625,371.0,,416.685887,sd +46027,57004,0.221060759,371.0,,3110.3248791299998,sd +46027,57010,0.023697807999999997,196.0,,333.42815856,sd +46027,57069,0.710934252,371.0,,10002.84492564,sd +46027,57073,0.044307180999999994,371.0,,623.4020366699999,sd +46029,57201,0.908623603,371.0,,25449.638496427,sd +46029,57235,0.03224415,371.0,,903.1263973499999,sd +46029,57243,0.028038391,371.0,,785.327293519,sd +46029,57245,0.006326610999999999,371.0,,177.20204749899997,sd +46029,57263,0.014989755,371.0,,419.848047795,sd +46029,57272,0.00977749,371.0,,273.85771741,sd +46031,57621,0.085096596,321.0,,347.704691256,sd +46031,57634,0.042088315999999994,321.0,,171.972859176,sd +46031,57639,0.077736891,321.0,,317.632936626,sd +46031,57641,0.081416743,321.0,,332.668811898,sd +46031,57642,0.45929162799999995,321.0,,1876.6655920079997,sd +46031,57644,0.051517939000000006,321.0,,210.50229875400004,sd +46031,57645,0.039098436,321.0,,159.756209496,sd +46031,57657,0.052897884000000006,321.0,,216.14075402400002,sd +46031,57658,0.087166513,321.0,,356.162372118,sd +46031,57660,0.023689052000000002,321.0,,96.793466472,sd +46033,57730,0.703721782,370.0,,6313.791828104,sd +46033,57738,0.014276998,370.0,,128.09322605600002,sd +46033,57744,0.259060403,370.0,,2324.289935716,sd +46033,57773,0.022940817999999998,370.0,,205.82501909599998,sd +46035,57301,0.885271838,371.0,,17506.250596449998,sd +46035,57331,0.020567648,371.0,,406.72523920000003,sd +46035,57334,0.046456995,371.0,,918.687076125,sd +46035,57363,0.04770351900000001,371.0,,943.3370882250001,sd +46037,57219,0.085740236,371.0,,465.05504006399997,sd +46037,57239,0.041053587999999995,371.0,,222.67466131199998,sd +46037,57261,0.075386013,371.0,,408.89373451200004,sd +46037,57273,0.211444142,371.0,,1146.873026208,sd +46037,57274,0.470299728,371.0,,2550.905724672,sd +46037,57422,0.045231608,371.0,,245.336241792,sd +46037,57468,0.070844687,371.0,,384.261582288,sd +46039,57213,0.15732253300000001,371.0,,684.5103410830001,sd +46039,57218,0.07631635,371.0,,332.05243885000004,sd +46039,57226,0.40503091,371.0,,1762.28948941,sd +46039,57237,0.150287785,371.0,,653.902152535,sd +46039,57238,0.113835003,371.0,,495.29609805300004,sd +46039,57268,0.097207418,371.0,,422.94947571800003,sd +46041,57625,0.6847826090000001,321.0,,4034.7391322280005,sd +46041,57630,0.004503106,321.0,,26.532300552,sd +46041,57633,0.066304348,321.0,,390.665218416,sd +46041,57636,0.032298137000000005,321.0,,190.30062320400003,sd +46041,57652,0.06568323,370.0,,387.00559116,sd +46041,57656,0.13183229800000001,321.0,,776.7558998160001,sd +46041,57661,0.014596273,370.0,,86.001240516,sd +46043,57313,0.422419461,371.0,,1233.887245581,sd +46043,57328,0.366206443,371.0,,1069.689020003,sd +46043,57330,0.153846154,371.0,,449.38461583400004,sd +46043,57344,0.050624589000000005,371.0,,147.87442446900002,sd +46043,57364,0.006903353,371.0,,20.164694113,sd +46045,57428,0.17852555899999997,321.0,,683.5743654109999,sd +46045,57448,0.12740816900000002,321.0,,487.84587910100004,sd +46045,57451,0.5437965579999999,371.0,,2082.197020582,sd +46045,57471,0.150269715,371.0,,575.382738735,sd +46047,57722,0.026599112999999997,370.0,,178.55984556899998,sd +46047,57735,0.156048132,370.0,,1047.551110116,sd +46047,57747,0.74920836,370.0,,5029.4357206800005,sd +46047,57763,0.035465484,370.0,,238.079794092,sd +46047,57766,0.027739075,370.0,,186.21241047499998,sd +46047,57782,0.004939835,370.0,,33.161112355,sd +46049,57435,0.09394171800000001,371.0,,215.97200968200002,sd +46049,57438,0.595858896,371.0,,1369.8796019039999,sd +46049,57460,0.13880368099999998,371.0,,319.10966261899995,sd +46049,57466,0.08665644199999999,371.0,,199.22316015799996,sd +46049,57470,0.036042945,371.0,,82.862730555,sd +46049,57473,0.048696319,371.0,,111.95283738100001,sd +46051,57216,0.145003353,371.0,,1022.563645356,sd +46051,57246,0.026156942000000002,371.0,,184.45875498400002,sd +46051,57251,0.023205902,371.0,,163.648020904,sd +46051,57252,0.644802146,371.0,,4547.144733592,sd +46051,57259,0.057947686,371.0,,408.647081672,sd +46051,57264,0.038765929,371.0,,273.377331308,sd +46051,57265,0.025217975,371.0,,177.8371597,sd +46051,57269,0.038900067,371.0,,274.32327248400003,sd +46053,57317,0.146549786,371.0,,613.3108544099999,sd +46053,57335,0.06360980000000001,371.0,,266.207013,sd +46053,57523,0.212856822,371.0,,890.80580007,sd +46053,57529,0.086311531,371.0,,361.213757235,sd +46053,57533,0.435828276,371.0,,1823.94133506,sd +46053,57538,0.053944707,371.0,,225.758598795,sd +46053,57571,0.000899078,371.0,,3.76264143,sd +46055,57552,0.27919708,371.0,,530.19525492,sd +46055,57553,0.044251825,370.0,,84.034215675,sd +46055,57567,0.676551095,371.0,,1284.770529405,sd +46057,57221,0.125232068,371.0,,771.930467152,sd +46057,57223,0.210126582,371.0,,1295.220251448,sd +46057,57234,0.228185654,371.0,,1406.536371256,sd +46057,57241,0.204219409,371.0,,1258.808437076,sd +46057,57242,0.06835443,371.0,,421.33670651999995,sd +46057,57248,0.163881857,371.0,,1010.1677665479999,sd +46059,57362,0.680236376,371.0,,2170.634275816,sd +46059,57371,0.053512804000000004,371.0,,170.75935756400003,sd +46059,57373,0.16710439900000001,371.0,,533.2301372090001,sd +46059,57467,0.099146422,371.0,,316.376232602,sd +46061,57311,0.487856709,371.0,,1684.569216177,sd +46061,57321,0.138433515,371.0,,478.01092729500004,sd +46061,57332,0.274438373,371.0,,947.635701969,sd +46061,57340,0.09927140300000001,371.0,,342.784154559,sd +46063,57650,0.024330900000000003,321.0,,31.581508200000002,sd +46063,57651,0.10462287099999999,321.0,,135.800486558,sd +46063,57720,0.588807786,370.0,,764.2725062280001,sd +46063,57724,0.188969992,370.0,,245.283049616,sd +46063,57755,0.093268451,321.0,,121.062449398,sd +46063,57776,0.0,370.0,,0.0,sd +46065,57501,0.948782819,371.0,,16628.367685794,sd +46065,57522,0.031033901000000003,371.0,,543.900148926,sd +46065,57536,0.02018328,371.0,,353.73216528,sd +46067,57029,0.310967014,371.0,,2267.260499074,sd +46067,57045,0.15745700599999998,371.0,,1148.0190307459998,sd +46067,57052,0.051592895,371.0,,376.163797445,sd +46067,57366,0.343247815,371.0,,2502.619819165,sd +46067,57376,0.136735269,371.0,,996.936846279,sd +46069,57345,0.8696307459999999,371.0,,1131.3896005459999,sd +46069,57346,0.046721929,371.0,,60.785229629,sd +46069,57540,0.083647325,371.0,,108.82516982499999,sd +46071,57521,0.057377049000000006,370.0,,191.86885185600002,sd +46071,57543,0.28950819699999997,370.0,,968.115410768,sd +46071,57547,0.043606557000000004,370.0,,145.82032660800002,sd +46071,57577,0.536065574,370.0,,1792.6032794559999,sd +46071,57750,0.073442623,370.0,,245.592131312,sd +46073,57312,0.198909208,371.0,,400.40423570400003,sd +46073,57358,0.011228746000000001,371.0,,22.603465698,sd +46073,57382,0.441450112,371.0,,888.639075456,sd +46073,57385,0.348411935,371.0,,701.353225155,sd +46075,57531,0.167638484,371.0,,151.377551052,sd +46075,57559,0.746355685,371.0,,673.9591835550001,sd +46075,57562,0.08600583099999999,370.0,,77.66326539299999,sd +46077,57051,0.044982699,371.0,,222.169550361,sd +46077,57212,0.35449827,371.0,,1750.86695553,sd +46077,57214,0.008304498,371.0,,41.015915622,sd +46077,57231,0.283737024,371.0,,1401.3771615360001,sd +46077,57233,0.026297578,371.0,,129.883737742,sd +46077,57249,0.14377162599999999,371.0,,710.088060814,sd +46077,57353,0.138408304,371.0,,683.5986134560001,sd +46079,57016,0.059995238,371.0,,767.759060686,sd +46079,57042,0.7410522970000001,371.0,,9483.246244709,sd +46079,57050,0.025712245,371.0,,329.039599265,sd +46079,57054,0.039282597,371.0,,502.699393809,sd +46079,57057,0.017617649,371.0,,225.45305425299998,sd +46079,57075,0.086739148,371.0,,1110.000876956,sd +46079,57076,0.029600825,371.0,,378.801757525,sd +46081,57732,0.08427748,370.0,,2178.06719312,sd +46081,57754,0.150586365,370.0,,3891.75401706,sd +46081,57759,0.020950108999999998,370.0,,541.4346169959999,sd +46081,57779,0.007592924,370.0,,196.231527856,sd +46081,57783,0.6172530310000001,370.0,,15952.287333164002,sd +46081,57793,0.09214867800000001,370.0,,2381.490434232,sd +46081,57799,0.027191412999999998,370.0,,702.734877572,sd +46083,57013,0.104906445,371.0,43620.0,6412.72116996,sd +46083,57027,0.002328482,371.0,43620.0,142.33544769600002,sd +46083,57032,0.167692308,371.0,43620.0,10250.695403424,sd +46083,57034,0.017255717,371.0,43620.0,1054.807468776,sd +46083,57039,0.074033264,371.0,43620.0,4525.505361792,sd +46083,57064,0.13291060300000002,371.0,43620.0,8124.559340184001,sd +46083,57077,0.034158004,371.0,43620.0,2088.010468512,sd +46083,57108,0.46671517700000004,371.0,43620.0,28529.365339656004,sd +46085,57365,0.153456098,371.0,,580.2175065380001,sd +46085,57544,0.135041366,371.0,,510.591404846,sd +46085,57548,0.409661062,371.0,,1548.928475422,sd +46085,57568,0.177475314,371.0,,671.034162234,sd +46085,57569,0.071257006,371.0,,269.422739686,sd +46085,57576,0.053109154000000006,371.0,,200.80571127400003,sd +46087,57012,0.217699437,371.0,43620.0,1216.069055082,sd +46087,57048,0.214791932,371.0,43620.0,1199.827732152,sd +46087,57058,0.37216064,371.0,43620.0,2078.88933504,sd +46087,57319,0.14210430699999999,371.0,43620.0,793.7946589019999,sd +46087,57374,0.053243685,371.0,43620.0,297.41922440999997,sd +46089,57437,0.6031468529999999,321.0,,1434.8863632869998,sd +46089,57456,0.35664335700000005,371.0,,848.4545463030001,sd +46089,57457,0.04020979,321.0,,95.65909041,sd +46091,57232,0.060965284,371.0,,300.86367654000003,sd +46091,57247,0.062447079,322.0,,308.176334865,sd +46091,57270,0.198772227,322.0,,980.940940245,sd +46091,57421,0.027307367000000003,371.0,,134.76185614500002,sd +46091,57430,0.519686706,322.0,,2564.65389411,sd +46091,57454,0.130821338,322.0,,645.60330303,sd +46093,57626,0.042214257000000005,370.0,39660.0,1196.014329324,sd +46093,57706,0.12086818,370.0,39660.0,3424.4372757600004,sd +46093,57718,0.286937475,370.0,39660.0,8129.5125417,sd +46093,57741,0.003345281,370.0,39660.0,94.778501292,sd +46093,57758,0.0036240540000000003,370.0,39660.0,102.67669792800001,sd +46093,57769,0.15834329,370.0,39660.0,4486.18209228,sd +46093,57785,0.36057347700000003,370.0,39660.0,10215.767750364,sd +46093,57787,0.017084827,370.0,39660.0,484.047318564,sd +46093,57792,0.00700916,370.0,39660.0,198.58352112,sd +46095,57560,0.276522593,370.0,,569.913064173,sd +46095,57579,0.647347741,371.0,,1334.183694201,sd +46095,57585,0.076129666,371.0,,156.903241626,sd +46097,57323,0.119956379,371.0,,265.823335864,sd +46097,57337,0.089967285,371.0,,199.36750356,sd +46097,57349,0.7900763359999999,371.0,,1750.8091605759998,sd +46099,57003,0.01073591,371.0,43620.0,2073.46924194,sd +46099,57005,0.059926180999999995,371.0,43620.0,11573.783041253999,sd +46099,57018,0.007542612,371.0,43620.0,1456.734826008,sd +46099,57020,0.0076670259999999995,371.0,43620.0,1480.7633994839998,sd +46099,57022,0.025043545,371.0,43620.0,4836.76002003,sd +46099,57030,0.015023017,371.0,43620.0,2901.455365278,sd +46099,57033,0.028340522000000003,371.0,43620.0,5473.5183759480005,sd +46099,57035,0.00598225,371.0,43620.0,1155.3758715,sd +46099,57041,0.000492473,371.0,43620.0,95.113280382,sd +46099,57055,0.006381413000000001,371.0,43620.0,1232.467818342,sd +46099,57068,0.007485589,371.0,43620.0,1445.721745926,sd +46099,57103,0.18679239399999997,371.0,43620.0,36075.96222279599,sd +46099,57104,0.135020528,371.0,43620.0,26077.054654752,sd +46099,57105,0.11664351199999999,371.0,43620.0,22527.828046608,sd +46099,57106,0.240751877,371.0,43620.0,46497.373012518,sd +46099,57107,0.052368017,371.0,43620.0,10114.044595278001,sd +46099,57110,0.088774727,371.0,43620.0,17145.418124418,sd +46099,57117,0.000176253,371.0,43620.0,34.040446902,sd +46099,57197,0.004852154,371.0,43620.0,937.115910636,sd +46101,57017,0.251719395,371.0,,1655.30674152,sd +46101,57024,0.083906465,371.0,,551.76891384,sd +46101,57028,0.6024759279999999,371.0,,3961.8817025279996,sd +46101,57065,0.061898212,371.0,,407.042642112,sd +46103,57701,0.409277066,370.0,39660.0,46565.498184150005,sd +46103,57702,0.311873247,370.0,39660.0,35483.378677425004,sd +46103,57703,0.146020594,370.0,39660.0,16613.49308235,sd +46103,57719,0.072167905,370.0,39660.0,8210.903391375,sd +46103,57725,0.002446522,370.0,39660.0,278.35304055,sd +46103,57745,0.020074023,370.0,39660.0,2283.921966825,sd +46103,57751,0.008961617,370.0,39660.0,1019.607974175,sd +46103,57761,0.013057077,370.0,39660.0,1485.568935675,sd +46103,57767,0.001245665,370.0,39660.0,141.725535375,sd +46103,57775,0.0024285979999999997,370.0,39660.0,276.31373744999996,sd +46103,57780,0.00041223400000000004,370.0,39660.0,46.901923350000004,sd +46103,57790,0.009346967,370.0,39660.0,1063.4511704249999,sd +46103,57791,0.002688485,370.0,39660.0,305.882380875,sd +46105,57620,0.17909896600000003,321.0,,513.1185375900001,sd +46105,57638,0.670974889,321.0,,1922.343056985,sd +46105,57640,0.059453470999999994,321.0,,170.33419441499998,sd +46105,57649,0.090472674,321.0,,259.20421101,sd +46107,57442,0.704341025,371.0,,1516.446226825,sd +46107,57450,0.224481815,321.0,,483.309347695,sd +46107,57455,0.03441533,371.0,,74.09620549,sd +46107,57475,0.03676183,321.0,,79.14821999,sd +46109,57224,0.017918261,322.0,,186.242404834,sd +46109,57227,0.031105295,371.0,,323.30843623000004,sd +46109,57255,0.032514596,322.0,,337.95671082399997,sd +46109,57256,0.010267766999999999,371.0,,106.72317019799999,sd +46109,57257,0.065935172,322.0,,685.330177768,sd +46109,57260,0.09160459,251.0,,952.13810846,sd +46109,57262,0.5730823429999999,322.0,,5956.617873142,sd +46109,57266,0.06130461,371.0,,637.20011634,sd +46109,57279,0.116267365,371.0,,1208.48299181,sd +46111,57314,1.0,371.0,,2344.0,sd +46115,57424,0.04057357,371.0,,258.69708232,sd +46115,57429,0.013361577,371.0,,85.193414952,sd +46115,57436,0.07479224400000001,371.0,,476.87534774400007,sd +46115,57440,0.101352452,371.0,,646.223233952,sd +46115,57461,0.054749877999999995,371.0,,349.08522212799994,sd +46115,57465,0.051979795,371.0,,331.42317292,sd +46115,57469,0.567052306,371.0,,3615.525503056,sd +46115,57476,0.069089131,371.0,,440.512299256,sd +46115,57477,0.027049047000000003,371.0,,172.46472367200002,sd +46117,57532,0.965585054,371.0,,2991.382497292,sd +46117,57537,0.034414946,371.0,,106.617502708,sd +46119,57520,0.08606921,371.0,,119.72227111,sd +46119,57564,0.91393079,371.0,,1271.27772889,sd +46121,57555,0.452536825,371.0,,4605.467268025,sd +46121,57563,0.027107201,371.0,,275.869984577,sd +46121,57566,0.12418166900000001,371.0,,1263.796845413,sd +46121,57570,0.206526187,371.0,,2101.817005099,sd +46121,57572,0.189648118,371.0,,1930.048896886,sd +46123,57528,0.157127031,371.0,,854.928175671,sd +46123,57534,0.055760709000000006,371.0,,303.39401766900005,sd +46123,57541,0.038404727,371.0,,208.960119607,sd +46123,57580,0.7381831609999999,371.0,,4016.4545790009997,sd +46123,57584,0.010524371999999999,371.0,,57.26310805199999,sd +46125,57014,0.17677338399999998,371.0,43620.0,1482.068051456,sd +46125,57015,0.103452605,371.0,43620.0,867.34664032,sd +46125,57021,0.026365347999999997,371.0,43620.0,221.04707763199997,sd +46125,57036,0.07934714400000001,371.0,43620.0,665.246455296,sd +46125,57043,0.168110483,371.0,43620.0,1409.438289472,sd +46125,57047,0.030257376000000002,371.0,43620.0,253.67784038400004,sd +46125,57053,0.22272441899999998,371.0,43620.0,1867.3215288959998,sd +46125,57070,0.19296924,371.0,43620.0,1617.85410816,sd +46127,57001,0.12601626,371.0,43580.0,2007.69105432,sd +46127,57025,0.238004145,196.0,43580.0,3791.88203814,sd +46127,57038,0.125936553,196.0,43580.0,2006.421162396,sd +46127,57049,0.5100430420000001,196.0,43580.0,8126.005745144001,sd +46129,57420,0.011971831,321.0,,65.066901485,sd +46129,57452,0.047711268,321.0,,259.31074158,sd +46129,57472,0.182922535,321.0,,994.183977725,sd +46129,57601,0.6832746479999999,321.0,,3713.5977118799997,sd +46129,57631,0.074119718,321.0,,402.84066733000003,sd +46135,57031,0.034586986,371.0,,789.067498604,sd +46135,57037,0.044172892000000005,371.0,,1007.7603580880001,sd +46135,57040,0.014810657,371.0,,337.890328798,sd +46135,57046,0.037566389,371.0,,857.039598646,sd +46135,57067,0.019819509,371.0,,452.162278326,sd +46135,57072,0.024007945,371.0,,547.71725723,sd +46135,57078,0.825035623,371.0,,18822.362703122,sd +46137,57622,0.231822972,370.0,,638.904110832,sd +46137,57623,0.561643836,370.0,,1547.890412016,sd +46137,57748,0.206533193,370.0,,569.205479908,sd +47001,37705,0.053656819,377.0,28940.0,4130.394612982,tn +47001,37710,0.013627559,377.0,28940.0,1049.0222367019999,tn +47001,37716,0.365885046,377.0,28940.0,28165.099070988,tn +47001,37754,0.07264870400000001,377.0,28940.0,5592.351936512001,tn +47001,37769,0.07806721700000001,377.0,28940.0,6009.4582302260005,tn +47001,37828,0.017122499,377.0,28940.0,1318.055728022,tn +47001,37830,0.398992157,377.0,28940.0,30713.618261546002,tn +47003,37020,0.11634182900000001,380.0,,5783.701345077,tn +47003,37144,0.063868066,5.0,,3175.073165058,tn +47003,37160,0.6777211390000001,380.0,,33691.550983107,tn +47003,37180,0.07968016,380.0,,3961.13979408,tn +47003,37183,0.062388806,380.0,,3101.534712678,tn +47005,38221,0.203040107,374.0,,3281.12812912,tn +47005,38320,0.6322568829999999,380.0,,10217.271229279999,tn +47005,38333,0.011293572,380.0,,182.50412352,tn +47005,38341,0.153409438,380.0,,2479.0965180800004,tn +47007,37367,1.0,373.0,,15064.0,tn +47009,37701,0.063625866,377.0,28940.0,8467.839254208,tn +47009,37737,0.046502804,377.0,28940.0,6188.965178752001,tn +47009,37777,0.09952985800000001,377.0,28940.0,13246.229741504001,tn +47009,37801,0.21759320399999998,377.0,28940.0,28959.044333952,tn +47009,37803,0.265242494,377.0,28940.0,35300.593041472,tn +47009,37804,0.212355658,377.0,28940.0,28261.989811904,tn +47009,37853,0.029330254,377.0,28940.0,3903.504844352,tn +47009,37878,0.002664137,377.0,28940.0,354.564665056,tn +47009,37882,0.022187397,377.0,28940.0,2952.876291936,tn +47009,37886,0.040968327,377.0,28940.0,5452.3927037759995,tn +47011,37310,0.043363373,373.0,17420.0,4688.01425503,tn +47011,37311,0.257306038,373.0,17420.0,27817.35576818,tn +47011,37312,0.319694778,373.0,17420.0,34562.20244958,tn +47011,37323,0.28907061300000003,373.0,17420.0,31251.423971430002,tn +47011,37336,0.040618972999999996,373.0,17420.0,4391.317171029999,tn +47011,37353,0.049946225,373.0,17420.0,5399.68638475,tn +47013,37714,0.128350351,377.0,28940.0,5113.734684542,tn +47013,37729,0.04855349900000001,377.0,28940.0,1934.4685071580002,tn +47013,37757,0.25311104,377.0,28940.0,10084.450055680001,tn +47013,37762,0.075648798,377.0,28940.0,3013.9994099160003,tn +47013,37766,0.47614869200000004,377.0,28940.0,18970.716186664,tn +47013,37819,0.01818762,377.0,28940.0,724.6311560400001,tn +47015,37016,0.06903024,380.0,34980.0,1013.2258627200001,tn +47015,37026,0.15634341300000001,380.0,34980.0,2294.808616014,tn +47015,37149,0.188599235,380.0,34980.0,2768.25957133,tn +47015,37190,0.586027112,380.0,34980.0,8601.705949936,tn +47017,38201,0.350310361,374.0,,9727.067793887001,tn +47017,38220,0.055451218,374.0,,1539.7139702059999,tn +47017,38235,0.011013847,374.0,,305.821489649,tn +47017,38258,0.044373707000000005,374.0,,1232.1247222690001,tn +47017,38317,0.078847684,374.0,,2189.363641628,tn +47017,38318,0.009231259,374.0,,256.324368653,tn +47017,38321,0.072958778,374.0,,2025.846388726,tn +47017,38342,0.048480025,374.0,,1346.144854175,tn +47017,38344,0.25516473,374.0,,7085.15905791,tn +47017,38348,0.030240331000000002,374.0,,839.683270877,tn +47017,38387,0.007512335,374.0,,208.595005945,tn +47017,38390,0.036415725,374.0,,1011.1554360750001,tn +47019,37643,0.780647711,375.0,27740.0,44021.505071001,tn +47019,37658,0.09838885900000001,375.0,27740.0,5548.246147869,tn +47019,37682,0.015971915,375.0,27740.0,900.672258765,tn +47019,37687,0.10499151400000001,375.0,27740.0,5920.576465974001,tn +47021,37015,0.44683759799999995,380.0,34980.0,18171.544597866,tn +47021,37035,0.086153529,380.0,34980.0,3503.6055638430003,tn +47021,37082,0.167122369,380.0,34980.0,6796.365380122999,tn +47021,37143,0.105112464,380.0,34980.0,4274.608573488,tn +47021,37146,0.19477404,380.0,34980.0,7920.87588468,tn +47023,38332,0.061643065999999996,374.0,27180.0,1066.240112602,tn +47023,38340,0.7230838390000001,374.0,27180.0,12507.181163183,tn +47023,38347,0.028658125,374.0,27180.0,495.699588125,tn +47023,38352,0.036749831000000004,374.0,27180.0,635.661826807,tn +47023,38356,0.149865138,374.0,27180.0,2592.217291986,tn +47025,37715,0.021770768,377.0,,695.7719745119999,tn +47025,37724,0.072054412,377.0,,2302.786953108,tn +47025,37730,0.0,377.0,,0.0,tn +47025,37752,0.19480828100000003,377.0,,6225.8778524790005,tn +47025,37825,0.246161157,377.0,,7867.064416563,tn +47025,37851,0.001485046,377.0,,47.460585114000004,tn +47025,37870,0.143247498,377.0,,4578.046788582,tn +47025,37879,0.320472839,377.0,,10241.991461601001,tn +47027,38551,0.79410041,380.0,,6047.074622149999,tn +47027,38575,0.20589959,380.0,,1567.92537785,tn +47029,37713,0.044693047,377.0,,1609.128464188,tn +47029,37722,0.148976823,377.0,,5363.761535292,tn +47029,37727,0.066181154,377.0,,2382.786268616,tn +47029,37753,0.022180377999999997,377.0,,798.5823295119999,tn +47029,37821,0.612549497,377.0,,22054.232089988003,tn +47029,37843,0.105419101,377.0,,3795.509312404,tn +47031,37018,0.03521352,380.0,,1990.2681504,tn +47031,37342,0.067329866,380.0,,3805.4840263200003,tn +47031,37355,0.443804811,380.0,,25083.847917720002,tn +47031,37360,0.024238752000000002,380.0,,1369.97426304,tn +47031,37388,0.429413052,380.0,,24270.425699040003,tn +47033,38001,0.323041698,374.0,27180.0,4596.88336254,tn +47033,38006,0.346978422,374.0,27180.0,4937.5029450600005,tn +47033,38021,0.001387636,374.0,27180.0,19.746060280000002,tn +47033,38034,0.19322833600000003,374.0,27180.0,2749.6392212800006,tn +47033,38050,0.042669812,374.0,27180.0,607.19142476,tn +47033,38337,0.09269409599999999,374.0,27180.0,1319.03698608,tn +47035,37723,0.016054457,380.0,,971.61573764,tn +47035,38555,0.36435360200000005,380.0,,22050.679993040005,tn +47035,38558,0.159333602,380.0,,9642.869593039999,tn +47035,38571,0.255128252,380.0,,15440.36181104,tn +47035,38572,0.20223111100000002,380.0,,12239.026837720001,tn +47035,38578,0.0028989759999999997,380.0,,175.44602751999997,tn +47037,37013,0.139134405,380.0,34980.0,96579.31242431999,tn +47037,37072,0.045562645,380.0,34980.0,31627.03665088,tn +47037,37076,0.055411105999999995,380.0,34980.0,38463.286763264,tn +47037,37080,0.010452966999999999,380.0,34980.0,7255.864325247999,tn +47037,37115,0.057583059000000006,380.0,34980.0,39970.934906496004,tn +47037,37138,0.034462502,380.0,34980.0,23921.938988288,tn +47037,37189,0.0054064130000000005,380.0,34980.0,3752.829145472,tn +47037,37201,0.001951486,380.0,34980.0,1354.6122979840002,tn +47037,37203,0.020243111,380.0,34980.0,14051.634041984002,tn +47037,37204,0.021005499,380.0,34980.0,14580.841097856,tn +47037,37205,0.035253337999999995,380.0,34980.0,24470.893052671996,tn +47037,37206,0.036227657999999996,380.0,34980.0,25147.211434751996,tn +47037,37207,0.054879142,380.0,34980.0,38094.027144448,tn +47037,37208,0.025008036,380.0,34980.0,17359.178141184002,tn +47037,37209,0.05517926099999999,380.0,34980.0,38302.352947584,tn +47037,37210,0.025510132,380.0,34980.0,17707.705067008003,tn +47037,37211,0.109286058,380.0,34980.0,75860.261444352,tn +47037,37212,0.029913776,380.0,34980.0,20764.468127744,tn +47037,37213,0.000142237,380.0,34980.0,98.732960128,tn +47037,37214,0.042885753,380.0,34980.0,29768.888130432,tn +47037,37215,0.031880908,380.0,34980.0,22129.941002752,tn +47037,37216,0.026468806,380.0,34980.0,18373.162872064,tn +47037,37217,0.044403417,380.0,34980.0,30822.365490048,tn +47037,37218,0.021617116000000002,380.0,34980.0,15005.391368704002,tn +47037,37219,0.0016129629999999998,380.0,34980.0,1119.628588672,tn +47037,37220,0.008197094,380.0,34980.0,5689.963617536,tn +47037,37221,0.057499139000000005,380.0,34980.0,39912.682342016,tn +47037,37228,0.0017153729999999999,380.0,34980.0,1190.7158757119998,tn +47037,37240,0.001106601,380.0,34980.0,768.140444544,tn +47037,37243,0.0,380.0,34980.0,0.0,tn +47037,37246,0.0,380.0,34980.0,0.0,tn +47039,38311,0.079405163,374.0,,926.102416069,tn +47039,38329,0.340722035,374.0,,3973.8410942049995,tn +47039,38363,0.5357276470000001,374.0,,6248.191546961001,tn +47039,38380,0.044145155,374.0,,514.864942765,tn +47041,37012,0.114761344,380.0,,2351.45993856,tn +47041,37059,0.055882931,380.0,,1145.04125619,tn +47041,37095,0.124287959,380.0,,2546.66027991,tn +47041,37166,0.7050677670000001,380.0,,14446.838545830002,tn +47043,37029,0.13216439,380.0,34980.0,7130.00451172,tn +47043,37036,0.111711059,380.0,34980.0,6026.588210932,tn +47043,37051,0.062065939,380.0,34980.0,3348.333277172,tn +47043,37055,0.5153590779999999,380.0,34980.0,27802.591539943995,tn +47043,37165,0.000820423,380.0,34980.0,44.260180004,tn +47043,37181,0.037453255,380.0,34980.0,2020.5282007399999,tn +47043,37187,0.140425857,380.0,34980.0,7575.694133435999,tn +47045,38007,0.000983311,379.0,,36.538853449,tn +47045,38024,0.74646964,379.0,,27738.06535276,tn +47045,38030,0.014886236,379.0,,553.157643524,tn +47045,38047,0.002321707,379.0,,86.272310413,tn +47045,38059,0.21204009699999998,379.0,,7879.197964423,tn +47045,38070,0.0060364369999999995,379.0,,224.30796248299998,tn +47045,38259,0.017262571,379.0,,641.4598757890001,tn +47047,38028,0.19743742399999997,379.0,32820.0,8121.193561391999,tn +47047,38036,0.014740482,379.0,32820.0,606.320246106,tn +47047,38046,0.001530742,379.0,32820.0,62.964010686,tn +47047,38057,0.10913626400000001,379.0,32820.0,4489.101947112001,tn +47047,38060,0.268248434,379.0,32820.0,11033.862835721999,tn +47047,38066,0.07815290400000001,379.0,32820.0,3214.663400232,tn +47047,38068,0.30447600399999997,379.0,32820.0,12524.011472531998,tn +47047,38076,0.026277745,379.0,32820.0,1080.882485085,tn +47049,38504,0.05272901,380.0,,976.69945223,tn +47049,38553,0.15388749599999998,380.0,,2850.4580884079996,tn +47049,38556,0.71175206,380.0,,13183.78340738,tn +47049,38565,0.081631434,380.0,,1512.059051982,tn +47051,37306,0.060999317000000004,380.0,,2574.6591719360003,tn +47051,37318,0.041664477000000005,380.0,,1758.5742452160002,tn +47051,37324,0.149293333,380.0,,6301.372999264,tn +47051,37330,0.183339463,380.0,,7738.392054304,tn +47051,37345,0.066253349,380.0,,2796.421354592,tn +47051,37375,0.10565859300000001,380.0,,4459.637893344,tn +47051,37376,0.009220827,380.0,,389.192666016,tn +47051,37398,0.38357064,380.0,,16189.749573120002,tn +47053,38233,0.044852117000000004,379.0,27180.0,2203.7190645610003,tn +47053,38316,0.055146045,374.0,27180.0,2709.490628985,tn +47053,38330,0.080035293,374.0,27180.0,3932.3740509689997,tn +47053,38343,0.28374478399999997,374.0,27180.0,13941.232472271999,tn +47053,38355,0.12168894,374.0,27180.0,5978.94268902,tn +47053,38358,0.21381959899999997,374.0,27180.0,10505.598357666999,tn +47053,38369,0.031764122,374.0,27180.0,1560.6666062259999,tn +47053,38382,0.1689491,374.0,27180.0,8300.9761303,tn +47055,38449,0.087318815,5.0,,2572.76156516,tn +47055,38455,0.005811918,5.0,,171.242351952,tn +47055,38460,0.046530355,380.0,,1370.97037972,tn +47055,38472,0.10619004300000001,380.0,,3128.7834269520004,tn +47055,38473,0.04124361,380.0,,1215.20172504,tn +47055,38477,0.09481128800000001,380.0,,2793.519789632,tn +47055,38478,0.618093971,380.0,,18211.520761543998,tn +47057,37708,0.274267217,377.0,34100.0,6395.91150044,tn +47057,37709,0.18407166,377.0,34100.0,4292.5511112,tn +47057,37848,0.009533945,377.0,34100.0,222.3315974,tn +47057,37861,0.386235644,377.0,34100.0,9007.01521808,tn +47057,37888,0.145891535,377.0,34100.0,3402.1905961999996,tn +47059,37616,0.068364651,377.0,,4721.878079919,tn +47059,37641,0.13962359400000002,375.0,,9643.662013986,tn +47059,37743,0.390224716,377.0,,26952.430909404004,tn +47059,37745,0.258764509,377.0,,17872.605872121,tn +47059,37809,0.03580016,377.0,,2472.68125104,tn +47059,37810,0.023347285,377.0,,1612.573627665,tn +47059,37818,0.083875085,377.0,,5793.168245865,tn +47061,37301,0.087376509,380.0,,1173.2043863430001,tn +47061,37305,0.063519941,380.0,,852.882247807,tn +47061,37313,0.106183681,380.0,,1425.7282847870001,tn +47061,37339,0.185290889,380.0,,2487.9007666029997,tn +47061,37356,0.19151116,380.0,,2571.4203453200003,tn +47061,37365,0.076033663,373.0,,1020.903993101,tn +47061,37366,0.062349067,380.0,,837.1609226090001,tn +47061,37387,0.22773509,380.0,,3057.79905343,tn +47063,37813,0.255225312,377.0,34100.0,16572.800409408,tn +47063,37814,0.511601151,377.0,34100.0,33220.309139034005,tn +47063,37860,0.05954716400000001,377.0,34100.0,3866.6355471760003,tn +47063,37877,0.131587875,377.0,34100.0,8544.52707525,tn +47063,37891,0.042038498,377.0,34100.0,2729.727829132,tn +47065,37302,0.013712566,373.0,16860.0,5043.536625064,tn +47065,37308,0.008049165,373.0,16860.0,2960.51508366,tn +47065,37315,0.004364609,373.0,16860.0,1605.320648636,tn +47065,37341,0.031249042,373.0,16860.0,11493.522643768001,tn +47065,37343,0.116096936,373.0,16860.0,42700.917448544,tn +47065,37350,0.005551917,373.0,16860.0,2042.017280268,tn +47065,37351,0.001045165,373.0,16860.0,384.41586766,tn +47065,37363,0.111598545,373.0,16860.0,41046.39124518,tn +47065,37373,0.008442146999999999,373.0,16860.0,3105.0554351879996,tn +47065,37377,0.043732493,373.0,16860.0,16084.985855371999,tn +47065,37379,0.076734626,373.0,16860.0,28223.302381304,tn +47065,37402,0.011703062,373.0,16860.0,4304.433015848,tn +47065,37403,0.020064382,373.0,16860.0,7379.759957128,tn +47065,37404,0.035596929,373.0,16860.0,13092.692873916,tn +47065,37405,0.045048008,373.0,16860.0,16568.837534432,tn +47065,37406,0.038843907999999996,373.0,16860.0,14286.944738031998,tn +47065,37407,0.029362171,373.0,16860.0,10799.523942484,tn +47065,37408,0.004710211,373.0,16860.0,1732.434446644,tn +47065,37409,0.007500105,373.0,16860.0,2758.56861942,tn +47065,37410,0.01049067,373.0,16860.0,3858.5103886800002,tn +47065,37411,0.047397539,373.0,16860.0,17433.004434356,tn +47065,37412,0.058885993,373.0,16860.0,21658.503769372,tn +47065,37415,0.06679859,373.0,16860.0,24568.788596360002,tn +47065,37416,0.04282111,373.0,16860.0,15749.77554244,tn +47065,37419,0.018261124,373.0,16860.0,6716.514451696,tn +47065,37421,0.14193899,373.0,16860.0,52205.72827795999,tn +47067,37765,0.09921169,376.0,,656.7813878000001,tn +47067,37869,0.90078831,377.0,,5963.2186122,tn +47069,38008,0.337449035,374.0,,8453.09832675,tn +47069,38039,0.06731287,379.0,,1686.1873934999999,tn +47069,38042,0.027925225,379.0,,699.5268862500001,tn +47069,38044,0.029694592000000002,374.0,,743.8495296000001,tn +47069,38052,0.156742826,379.0,,3926.4077913,tn +47069,38061,0.022732517999999997,379.0,,569.4495758999999,tn +47069,38067,0.044849604,379.0,,1123.4825802,tn +47069,38075,0.256481268,379.0,,6424.8557634,tn +47069,38381,0.056812062,374.0,,1423.1421531,tn +47071,38326,0.106833114,379.0,,2740.4830403280002,tn +47071,38327,0.016381954,379.0,,420.229884008,tn +47071,38361,0.042794569000000005,379.0,,1097.7662839880002,tn +47071,38365,0.002321507,379.0,,59.551297564,tn +47071,38370,0.030836618,379.0,,791.020924936,tn +47071,38372,0.766184845,379.0,,19654.173643939997,tn +47071,38376,0.00718353,379.0,,184.27191155999998,tn +47071,38475,0.027463862999999998,379.0,,704.5030136759999,tn +47073,37642,0.274667575,376.0,28700.0,15597.27291395,tn +47073,37645,0.090391025,376.0,28700.0,5132.94474565,tn +47073,37711,0.085391205,377.0,28700.0,4849.02496713,tn +47073,37731,0.009694993,376.0,28700.0,550.539872498,tn +47073,37811,0.065804093,377.0,28700.0,3736.751225098,tn +47073,37857,0.35609834799999995,377.0,28700.0,20221.400789527997,tn +47073,37873,0.07969248400000001,376.0,28700.0,4525.417396424001,tn +47073,37881,0.038260277,377.0,28700.0,2172.6480897220003,tn +47075,38012,0.859123683,379.0,,14866.276210631999,tn +47075,38069,0.140876317,379.0,,2437.723789368,tn +47077,38328,0.021070987000000003,374.0,,592.4529414790001,tn +47077,38345,0.071605028,374.0,,2013.318572276,tn +47077,38351,0.6489864129999999,374.0,,18247.550974321,tn +47077,38368,0.073821115,374.0,,2075.6282904550003,tn +47077,38371,0.036547263999999996,374.0,,1027.5994218879998,tn +47077,38374,0.072658577,374.0,,2042.9412095090001,tn +47077,38388,0.075310615,374.0,,2117.508561955,tn +47079,38222,0.100935283,374.0,,3264.751728635,tn +47079,38224,0.027556337,374.0,,891.309720265,tn +47079,38231,0.048804217999999996,374.0,,1578.5724312099999,tn +47079,38236,0.019741385,374.0,,638.535097825,tn +47079,38242,0.6363379570000001,374.0,,20582.351219165,tn +47079,38251,0.082825937,208.0,,2679.004932265,tn +47079,38256,0.083798883,374.0,,2710.474870635,tn +47081,37025,0.227548188,380.0,,5729.208277464,tn +47081,37033,0.295265277,380.0,,7434.189144305999,tn +47081,37098,0.265942057,380.0,,6695.889111146001,tn +47081,37137,0.112288384,380.0,,2827.196932352,tn +47081,37140,0.051999844,380.0,,1309.252072232,tn +47081,38454,0.04695625,380.0,,1182.2644625,tn +47083,37061,0.596635418,380.0,,4893.007063018,tn +47083,37175,0.124566585,380.0,,1021.570563585,tn +47083,37178,0.278797997,380.0,,2286.4223733970002,tn +47085,37078,0.022549545,380.0,,419.01564519,tn +47085,37101,0.36272094299999996,380.0,,6740.080562826,tn +47085,37134,0.163310123,380.0,,3034.6287055860003,tn +47085,37185,0.451419389,380.0,,8388.275086398,tn +47087,38545,0.171562367,380.0,,2022.034057462,tn +47087,38562,0.7089186890000001,380.0,,8355.315668554002,tn +47087,38564,0.038952746,380.0,,459.09706435600003,tn +47087,38588,0.08056619799999999,380.0,,949.5532096279999,tn +47089,37725,0.315124996,377.0,34100.0,17172.73665702,tn +47089,37760,0.239786952,377.0,34100.0,13067.18994924,tn +47089,37820,0.146533482,377.0,34100.0,7985.342101589999,tn +47089,37871,0.176625659,377.0,34100.0,9625.215287205,tn +47089,37890,0.12192891199999999,377.0,34100.0,6644.5160594399995,tn +47091,37640,0.19936658699999998,375.0,,3546.332849556,tn +47091,37680,0.024333597000000002,375.0,,432.84602343600005,tn +47091,37683,0.6825019790000001,375.0,,12140.345202452001,tn +47091,37688,0.04824492,376.0,,858.1806369599999,tn +47091,37691,0.045552916,375.0,,810.295269808,tn +47093,37721,0.02835223,377.0,28940.0,13334.42234799,tn +47093,37806,0.006262691,377.0,28940.0,2945.424992283,tn +47093,37849,0.059404463,377.0,28940.0,27938.691206919,tn +47093,37902,0.005156348,377.0,28940.0,2425.097496924,tn +47093,37909,0.034821262,377.0,28940.0,16376.892195006,tn +47093,37912,0.050081768,377.0,28940.0,23554.106553384,tn +47093,37914,0.043608346,377.0,28940.0,20509.572032298,tn +47093,37915,0.011596843,377.0,28940.0,5454.146021859,tn +47093,37916,0.02800979,377.0,28940.0,13173.36836427,tn +47093,37917,0.053310797,377.0,28940.0,25072.760869461,tn +47093,37918,0.09832182699999999,377.0,28940.0,46242.033421850996,tn +47093,37919,0.06285958900000001,377.0,28940.0,29563.681881357003,tn +47093,37920,0.0898245,377.0,28940.0,42245.6300685,tn +47093,37921,0.058844706,377.0,28940.0,27675.430212977997,tn +47093,37922,0.079516195,377.0,28940.0,37397.500219035,tn +47093,37923,0.066409105,377.0,28940.0,31233.065399864998,tn +47093,37924,0.026341496000000002,377.0,28940.0,12388.748008248001,tn +47093,37931,0.062438125,377.0,28940.0,29365.461883124997,tn +47093,37932,0.039663707,377.0,28940.0,18654.357030291,tn +47093,37934,0.05750129,377.0,28940.0,27043.60420377,tn +47093,37938,0.037674924,377.0,28940.0,17719.006531212,tn +47095,38077,0.008474576,379.0,,59.457625216,tn +47095,38079,0.656031904,379.0,,4602.719838464,tn +47095,38080,0.33549351899999996,379.0,,2353.8225293039995,tn +47097,38037,0.060303313,379.0,,1545.7548221289999,tn +47097,38040,0.17235678899999998,379.0,,4418.021572436999,tn +47097,38041,0.17307554100000003,379.0,,4436.445342453001,tn +47097,38063,0.594264357,379.0,,15232.778262981,tn +47099,38456,0.11967837699999999,380.0,,5282.842917534,tn +47099,38457,0.01741018,380.0,,768.52016556,tn +47099,38464,0.49362069700000005,380.0,,21789.404806974002,tn +47099,38468,0.11631152300000001,380.0,,5134.223248266001,tn +47099,38469,0.091370221,380.0,,4033.264295382,tn +47099,38481,0.022726266000000002,1.0,,1003.1828337720001,tn +47099,38483,0.123333186,380.0,,5444.173496412,tn +47099,38486,0.01554955,380.0,,686.3882361,tn +47101,38462,1.0,380.0,,12268.0,tn +47103,37328,0.039565095,5.0,,1359.69405477,tn +47103,37334,0.71450824,5.0,,24554.79017584,tn +47103,37335,0.09109318,5.0,,3130.50822388,tn +47103,37348,0.024424437,5.0,,839.370201942,tn +47103,37359,0.023614443,5.0,,811.5339481379999,tn +47103,38453,0.010529923,5.0,,361.871333818,tn +47103,38459,0.01239914,5.0,,426.10884524,tn +47103,38488,0.083865541,5.0,,2882.123182006,tn +47105,37742,0.105558704,377.0,28940.0,5707.348007872,tn +47105,37771,0.296670273,377.0,28940.0,16040.368320563999,tn +47105,37772,0.212044717,377.0,28940.0,11464.833758756,tn +47105,37774,0.30585750300000003,377.0,28940.0,16537.103472204002,tn +47105,37846,0.079868803,377.0,28940.0,4318.346440604,tn +47107,37303,0.47721253799999996,377.0,,25671.171269172,tn +47107,37309,0.051148267000000004,373.0,,2751.4698749980003,tn +47107,37329,0.114846437,377.0,,6178.049231978,tn +47107,37331,0.146843749,377.0,,7899.312633705999,tn +47107,37370,0.098067117,373.0,,5275.422491898,tn +47107,37826,0.11188189300000001,377.0,,6018.5745520420005,tn +47109,38310,0.208229253,379.0,,5350.242426582,tn +47109,38315,0.11962253699999999,374.0,,3073.581465678,tn +47109,38334,0.071260061,374.0,,1830.9560073339999,tn +47109,38339,0.024562864,379.0,,631.118227616,tn +47109,38357,0.09616985800000001,379.0,,2470.9883314520002,tn +47109,38359,0.011656953000000001,374.0,,299.513750382,tn +47109,38367,0.110845129,379.0,,2848.054744526,tn +47109,38375,0.305648071,379.0,,7853.321536274,tn +47109,38379,0.052005273,379.0,,1336.223484462,tn +47111,37083,0.755128525,380.0,34980.0,18577.67197205,tn +47111,37150,0.244871475,380.0,34980.0,6024.32802795,tn +47113,38301,0.353441386,374.0,27180.0,34631.600765824005,tn +47113,38305,0.561171318,374.0,27180.0,54985.810422912,tn +47113,38313,0.033140458,374.0,27180.0,3247.234636672,tn +47113,38362,0.014183264,374.0,27180.0,1389.732939776,tn +47113,38366,0.020129365,374.0,27180.0,1972.35570016,tn +47113,38391,0.011615143999999999,374.0,27180.0,1138.098269696,tn +47113,38392,0.006319065,374.0,27180.0,619.16726496,tn +47115,37340,0.022114387000000003,373.0,16860.0,639.2605850090001,tn +47115,37347,0.291561713,373.0,16860.0,8428.174437691,tn +47115,37374,0.089013187,373.0,16860.0,2573.1041966089997,tn +47115,37380,0.23714624399999998,373.0,16860.0,6855.186475307999,tn +47115,37396,0.00733442,373.0,16860.0,212.01607894,tn +47115,37397,0.352830049,373.0,16860.0,10199.258226443,tn +47117,37019,0.015119744,380.0,,519.7411999999999,tn +47117,37034,0.199922746,380.0,,6872.344393750001,tn +47117,37047,0.058795939000000005,380.0,,2021.1104031250002,tn +47117,37091,0.610169959,380.0,,20974.592340625,tn +47117,38451,0.115991612,380.0,,3987.2116625,tn +47119,38401,0.8210518990000001,380.0,34980.0,79138.72938891301,tn +47119,38461,0.017322944,380.0,34980.0,1669.706603328,tn +47119,38474,0.119897036,380.0,34980.0,11556.515608932,tn +47119,38482,0.023584248999999998,380.0,34980.0,2273.215008363,tn +47119,38487,0.018143871000000002,380.0,34980.0,1748.8332940770001,tn +47121,37322,0.7202929770000001,377.0,,8947.479360294,tn +47121,37880,0.279707023,377.0,,3474.520639706,tn +47123,37354,0.37351668600000004,377.0,,17385.334149870003,tn +47123,37385,0.177440775,377.0,,8258.980872375,tn +47123,37874,0.325643662,377.0,,15157.08424779,tn +47123,37885,0.123398878,377.0,,5743.60077651,tn +47125,37010,0.025991526,380.0,17300.0,5432.046993318,tn +47125,37040,0.268194857,380.0,17300.0,56050.847749001005,tn +47125,37042,0.406179435,380.0,17300.0,84888.658658955,tn +47125,37043,0.25041977,380.0,17300.0,52335.97899161,tn +47125,37052,0.014753796000000001,380.0,17300.0,3083.4400874280004,tn +47125,37142,0.011232466000000002,380.0,17300.0,2347.5067667380004,tn +47125,37171,0.002800221,380.0,17300.0,585.226587453,tn +47125,37191,0.020427928999999997,380.0,17300.0,4269.294165496999,tn +47127,37352,1.0,380.0,,6488.0,tn +47129,37719,0.01112113,377.0,28940.0,238.02554539,tn +47129,37726,0.118124436,377.0,28940.0,2528.217303708,tn +47129,37733,0.005710850999999999,377.0,28940.0,122.22934395299998,tn +47129,37770,0.160805531,377.0,28940.0,3441.720779993,tn +47129,37829,0.105440337,377.0,28940.0,2256.739532811,tn +47129,37845,0.040456868,377.0,28940.0,865.898345804,tn +47129,37872,0.098166516,377.0,28940.0,2101.057941948,tn +47129,37887,0.460174331,377.0,28940.0,9849.111206393,tn +47131,38232,0.061709454000000004,379.0,,1855.541572326,tn +47131,38240,0.084347619,379.0,,2536.248555711,tn +47131,38253,0.030275136,379.0,,910.3430643840001,tn +47131,38254,0.002216085,379.0,,66.635459865,tn +47131,38257,0.155807848,208.0,,4684.986181512,tn +47131,38260,0.124646279,379.0,,3747.988963251,tn +47131,38261,0.540997579,379.0,,16267.256202951,tn +47133,38541,0.088211836,380.0,,1961.919444476,tn +47133,38542,0.000903919,380.0,,20.104062479,tn +47133,38543,0.03238156,380.0,,720.1982759599999,tn +47133,38554,0.052533631,380.0,,1168.400487071,tn +47133,38568,0.11400010599999999,380.0,,2535.4763575459997,tn +47133,38570,0.499973414,380.0,,11119.908700774,tn +47133,38573,0.11245812699999999,380.0,,2501.1812026069997,tn +47133,38580,0.083745414,380.0,,1862.581752774,tn +47133,38589,0.015791992,380.0,,351.22969407200003,tn +47135,37096,0.7133045029999999,380.0,,5760.647166227999,tn +47135,37097,0.28669549699999997,380.0,,2315.352833772,tn +47137,38549,0.756740443,380.0,,3820.025756264,tn +47137,38577,0.243259557,380.0,,1227.9742437359998,tn +47139,37307,0.278144928,373.0,17420.0,4681.735428096,tn +47139,37317,0.153217391,373.0,17420.0,2578.9551253120003,tn +47139,37325,0.099072464,377.0,17420.0,1667.587714048,tn +47139,37326,0.027768116000000002,373.0,17420.0,467.392928512,tn +47139,37333,0.029971014,373.0,17420.0,504.472107648,tn +47139,37361,0.078202899,373.0,17420.0,1316.311195968,tn +47139,37362,0.20452173899999998,373.0,17420.0,3442.509910848,tn +47139,37369,0.052521739000000005,377.0,17420.0,884.0459108480001,tn +47139,37391,0.07657971,373.0,17420.0,1288.98967872,tn +47141,38501,0.44339688,380.0,,35580.3826356,tn +47141,38505,0.02345465,380.0,,1882.11838925,tn +47141,38506,0.329012132,380.0,,26401.57853234,tn +47141,38544,0.083419988,380.0,,6694.03693706,tn +47141,38548,0.009173888,380.0,,736.15864256,tn +47141,38574,0.09678798400000001,380.0,,7766.751776080001,tn +47141,38582,0.014754477,380.0,,1183.9730068650001,tn +47143,37321,0.5330082110000001,373.0,,17678.283334237003,tn +47143,37332,0.070176889,377.0,,2327.556877463,tn +47143,37337,0.048217336,380.0,,1599.224383112,tn +47143,37338,0.09772965199999999,373.0,,3241.3993678839997,tn +47143,37381,0.25086791199999997,377.0,,8320.536037303998,tn +47145,37748,0.304304666,377.0,28940.0,16244.391680412,tn +47145,37763,0.277050808,377.0,28940.0,14789.526232655999,tn +47145,37840,0.18633697300000002,377.0,28940.0,9947.040292686,tn +47145,37854,0.232307553,377.0,28940.0,12401.041794246,tn +47147,37032,0.070609879,380.0,34980.0,5070.707240627,tn +47147,37049,0.053804261,380.0,34980.0,3863.845395193,tn +47147,37073,0.209055469,380.0,34980.0,15012.900395297,tn +47147,37141,0.019316971000000002,380.0,34980.0,1387.2096384230001,tn +47147,37172,0.426258231,380.0,34980.0,30610.882342802997,tn +47147,37188,0.22095519,380.0,34980.0,15867.45505947,tn +47149,37037,0.026839772,380.0,34980.0,8918.453639020001,tn +47149,37085,0.015011058,380.0,34980.0,4987.94940753,tn +47149,37086,0.114160765,380.0,34980.0,37933.909798025,tn +47149,37118,0.003445872,380.0,34980.0,1145.01157752,tn +47149,37127,0.059493827,380.0,34980.0,19768.906304695,tn +47149,37128,0.17019537699999998,380.0,34980.0,56553.370846444996,tn +47149,37129,0.193609292,380.0,34980.0,64333.463592219996,tn +47149,37130,0.190376911,380.0,34980.0,63259.391871635,tn +47149,37132,0.007962532,380.0,34980.0,2645.8299456199998,tn +47149,37153,0.021909473,380.0,34980.0,7280.189235805,tn +47149,37167,0.19699512,380.0,34980.0,65458.5234492,tn +47151,37732,0.007194555,377.0,,158.76943974,tn +47151,37755,0.159271067,377.0,,3514.793906556,tn +47151,37756,0.135748751,377.0,,2995.703437068,tn +47151,37841,0.38648113,377.0,,8528.86557684,tn +47151,37847,0.10921075300000001,377.0,,2410.0628972040004,tn +47151,37852,0.11709460599999999,377.0,,2584.043765208,tn +47151,37892,0.084999138,377.0,,1875.760977384,tn +47153,37327,1.0,373.0,16860.0,15026.0,tn +47155,37738,0.055769732999999995,377.0,,5479.37626725,tn +47155,37764,0.09779531400000001,377.0,,9608.3896005,tn +47155,37862,0.23517659600000002,377.0,,23106.100557,tn +47155,37863,0.069303054,377.0,,6809.0250555,tn +47155,37865,0.216422705,377.0,,21263.530766249998,tn +47155,37876,0.325532598,377.0,,31983.5777535,tn +47157,38002,0.042698180999999995,379.0,32820.0,40015.283495045995,tn +47157,38016,0.050668084,379.0,32820.0,47484.405609944,tn +47157,38017,0.057686309000000005,379.0,32820.0,54061.64746029401,tn +47157,38018,0.039485606,379.0,32820.0,37004.567432596,tn +47157,38029,0.0,379.0,32820.0,0.0,tn +47157,38053,0.028163082000000002,379.0,32820.0,26393.482905612003,tn +47157,38054,0.000287519,379.0,32820.0,269.45303115400003,tn +47157,38103,0.014900068999999998,379.0,32820.0,13963.838064454,tn +47157,38104,0.024950506,379.0,32820.0,23382.765905996002,tn +47157,38105,0.006587477,379.0,32820.0,6173.559470182,tn +47157,38106,0.025493716,379.0,32820.0,23891.843848856,tn +47157,38107,0.017102614,379.0,32820.0,16027.988351924,tn +47157,38108,0.01898475,379.0,32820.0,17791.862218500002,tn +47157,38109,0.047660272999999996,379.0,32820.0,44665.587406317994,tn +47157,38111,0.046218434,379.0,32820.0,43314.344918044,tn +47157,38112,0.018123253,379.0,32820.0,16984.496520998,tn +47157,38114,0.028418772000000002,379.0,32820.0,26633.106880152,tn +47157,38115,0.043326267,379.0,32820.0,40603.904339322,tn +47157,38116,0.042181496,379.0,32820.0,39531.063880336,tn +47157,38117,0.027458607000000003,379.0,32820.0,25733.272887762003,tn +47157,38118,0.04102081,379.0,32820.0,38443.308424459996,tn +47157,38119,0.024345761,379.0,32820.0,22816.019453326,tn +47157,38120,0.015526033,379.0,32820.0,14550.470242478,tn +47157,38122,0.026200313,379.0,32820.0,24554.042532958,tn +47157,38125,0.039806015,379.0,32820.0,37304.84385349,tn +47157,38126,0.006797546,379.0,32820.0,6370.4289946359995,tn +47157,38127,0.046922909000000006,379.0,32820.0,43974.554935894004,tn +47157,38128,0.048283055,379.0,32820.0,45249.237522129995,tn +47157,38131,0.0,379.0,32820.0,0.0,tn +47157,38132,0.0,379.0,32820.0,0.0,tn +47157,38133,0.023610519,379.0,32820.0,22126.975649154,tn +47157,38134,0.047587067000000004,379.0,32820.0,44596.981232122,tn +47157,38135,0.031525252000000004,379.0,32820.0,29544.394315832003,tn +47157,38138,0.026494197999999997,379.0,32820.0,24829.461562867997,tn +47157,38139,0.016735523000000002,379.0,32820.0,15683.963147818002,tn +47157,38141,0.023701761000000002,379.0,32820.0,22212.484549326,tn +47157,38152,0.001048225,379.0,32820.0,982.36083035,tn +47159,37030,0.400760327,380.0,34980.0,8078.125911339001,tn +47159,37057,0.039888788,380.0,34980.0,804.038299716,tn +47159,37145,0.11870177,380.0,34980.0,2392.6715778899998,tn +47159,37151,0.021618248,380.0,34980.0,435.759024936,tn +47159,38547,0.10979346300000001,380.0,34980.0,2213.1068336910002,tn +47159,38552,0.01197231,380.0,34980.0,241.32585267,tn +47159,38560,0.066954153,380.0,34980.0,1349.5948620210002,tn +47159,38563,0.19927371800000002,380.0,34980.0,4016.760333726,tn +47159,38567,0.024001362000000002,380.0,34980.0,483.79545383400006,tn +47159,38569,0.00703586,380.0,34980.0,141.82183002,tn +47161,37023,0.100641774,380.0,17300.0,1380.30193041,tn +47161,37028,0.056738622999999995,380.0,17300.0,778.1702144449999,tn +47161,37050,0.096630688,380.0,17300.0,1325.2898859200002,tn +47161,37058,0.565781797,380.0,17300.0,7759.697345855,tn +47161,37079,0.180207118,380.0,17300.0,2471.54062337,tn +47163,37617,0.083454675,376.0,28700.0,13214.8808769,tn +47163,37618,0.07828614099999999,376.0,28700.0,12396.453855067999,tn +47163,37620,0.23447333899999998,376.0,28700.0,37128.384283971995,tn +47163,37656,0.023472002999999998,376.0,28700.0,3716.7447310439998,tn +47163,37660,0.235032913,376.0,28700.0,37216.991707724,tn +47163,37663,0.08838253199999999,376.0,28700.0,13995.197177135999,tn +47163,37664,0.161482088,376.0,28700.0,25570.365670624,tn +47163,37665,0.033935426,376.0,28700.0,5373.606836248,tn +47163,37686,0.049639587,375.0,28700.0,7860.329322275999,tn +47163,37694,0.011841298,375.0,28700.0,1875.045855704,tn +47165,37022,0.039002669,380.0,34980.0,7460.547534326999,tn +47165,37031,0.025294795,380.0,34980.0,4838.464271985,tn +47165,37048,0.039201509,380.0,34980.0,7498.582246047001,tn +47165,37066,0.30324831399999996,380.0,34980.0,58006.247246861996,tn +47165,37075,0.39239469,380.0,34980.0,75058.43348727,tn +47165,37148,0.144502088,380.0,34980.0,27640.792898904,tn +47165,37186,0.056355935,380.0,34980.0,10779.932314605001,tn +47167,38004,0.178200866,379.0,32820.0,10976.995144734,tn +47167,38011,0.165457842,379.0,32820.0,10192.037609358,tn +47167,38015,0.036852356,379.0,32820.0,2270.068277244,tn +47167,38019,0.268258285,379.0,32820.0,16524.442097715,tn +47167,38023,0.11836405800000001,379.0,32820.0,7291.107608742001,tn +47167,38049,0.06871831,379.0,32820.0,4232.97917769,tn +47167,38058,0.16414828199999998,379.0,32820.0,10111.370022918,tn +47169,37074,1.0,380.0,34980.0,11284.0,tn +47171,37650,0.66159244,375.0,27740.0,11831.257604519998,tn +47171,37657,0.056080584,375.0,27740.0,1002.8890836720001,tn +47171,37692,0.282326976,375.0,27740.0,5048.853311808,tn +47173,37779,0.20137270100000002,377.0,28940.0,4021.815584372,tn +47173,37807,0.695286195,377.0,28940.0,13886.25588654,tn +47173,37866,0.103341103,377.0,28940.0,2063.928509116,tn +47175,38585,1.0,380.0,,5872.0,tn +47177,37110,0.775070028,380.0,,31992.565545756002,tn +47177,37357,0.13195611599999998,380.0,,5446.752600131999,tn +47177,37394,0.002054155,380.0,,84.78935593499999,tn +47177,38581,0.09091970099999999,380.0,,3752.8924981769997,tn +47179,37601,0.269720293,375.0,27740.0,34895.062906875,tn +47179,37604,0.268473813,375.0,27740.0,34733.799556875,tn +47179,37614,0.014582317,375.0,27740.0,1886.587261875,tn +47179,37615,0.16383705699999998,375.0,27740.0,21196.419249374998,tn +47179,37659,0.209258494,375.0,27740.0,27072.81766125,tn +47179,37681,0.045466491,375.0,27740.0,5882.227273125,tn +47179,37690,0.028661536,375.0,27740.0,3708.08622,tn +47181,38425,0.219496599,380.0,,3659.6667951269997,tn +47181,38450,0.176655235,380.0,,2945.372733155,tn +47181,38452,0.077312097,1.0,,1289.0245932809999,tn +47181,38463,0.128698483,1.0,,2145.789807059,tn +47181,38471,0.020752193999999998,1.0,,346.00133056199996,tn +47181,38485,0.377085392,380.0,,6287.144740816,tn +47183,38225,0.17541030300000002,374.0,,5846.074578384,tn +47183,38226,0.008411599,374.0,,280.341771472,tn +47183,38229,0.090472125,374.0,,3015.254982,tn +47183,38230,0.11687695699999999,374.0,,3895.275222896,tn +47183,38237,0.506055719,374.0,,16865.825002832,tn +47183,38241,0.031559308,374.0,,1051.8086170240001,tn +47183,38255,0.07121399,374.0,,2373.4198587200003,tn +47185,38559,0.039702952,380.0,,1085.67722244,tn +47185,38579,0.034305379,380.0,,938.0805887549999,tn +47185,38583,0.87263177,380.0,,23862.115750650002,tn +47185,38587,0.053359899,380.0,,1459.126438155,tn +47187,37014,0.011060258,380.0,34980.0,2636.898230296,tn +47187,37027,0.222699786,380.0,34980.0,53094.301379832,tn +47187,37046,0.02059357,380.0,34980.0,4909.754210839999,tn +47187,37060,0.009468679,380.0,34980.0,2257.446697748,tn +47187,37062,0.04740803,380.0,34980.0,11302.64324836,tn +47187,37064,0.22880352899999998,380.0,34980.0,54549.506955947996,tn +47187,37067,0.11955015699999999,380.0,34980.0,28502.192030683997,tn +47187,37069,0.08175219,380.0,34980.0,19490.70312228,tn +47187,37135,0.050009492999999995,380.0,34980.0,11922.863245116,tn +47187,37174,0.140870844,380.0,34980.0,33585.299659728,tn +47187,37179,0.063574265,380.0,34980.0,15156.86766718,tn +47187,38476,0.0042092,380.0,34980.0,1003.5237903999999,tn +47189,37087,0.375035025,380.0,34980.0,54251.441611425005,tn +47189,37090,0.120878065,380.0,34980.0,17485.858248705,tn +47189,37122,0.45603669799999996,380.0,34980.0,65968.90062258599,tn +47189,37184,0.048050212,380.0,34980.0,6950.799517284,tn +48001,75763,0.107259028,416.0,,6192.5999815800005,tx +48001,75779,0.002240441,416.0,,129.351861135,tx +48001,75801,0.27127589,416.0,,15662.113509150002,tx +48001,75803,0.367930165,416.0,,21242.448076275,tx +48001,75832,0.0020080989999999997,416.0,,115.93759576499998,tx +48001,75839,0.08845592099999999,416.0,,5107.002598935,tx +48001,75853,0.008928571,416.0,,515.491046685,tx +48001,75861,0.151901885,416.0,,8770.055330475,tx +48003,79714,1.0,400.0,,18705.0,tx +48005,75901,0.353968416,397.0,,30694.37119344,tx +48005,75904,0.38722330200000005,397.0,,33578.06863293,tx +48005,75941,0.100344487,397.0,,8701.372190205,tx +48005,75949,0.08528030699999999,397.0,,7395.0818215049985,tx +48005,75969,0.045078845,397.0,,3909.012044175,tx +48005,75980,0.028104642000000003,397.0,,2437.09403103,tx +48007,78358,0.025339898,390.0,,595.74100198,tx +48007,78382,0.9746601020000001,390.0,,22914.258998020003,tx +48009,76351,0.331874189,420.0,48660.0,2838.519938517,tx +48009,76366,0.298476005,420.0,48660.0,2552.865270765,tx +48009,76370,0.041666667000000004,420.0,48660.0,356.37500285100003,tx +48009,76379,0.098897536,420.0,48660.0,845.8706254079999,tx +48009,76389,0.229085603,420.0,48660.0,1959.3691624589999,tx +48011,79019,0.972131148,383.0,11100.0,1834.411476276,tx +48011,79094,0.027868852000000003,383.0,11100.0,52.588523724000005,tx +48013,78008,0.00445696,412.0,41700.0,227.98687488000002,tx +48013,78011,0.0389984,412.0,41700.0,1994.8851552,tx +48013,78012,0.00650311,412.0,41700.0,332.65358583,tx +48013,78026,0.120236624,412.0,41700.0,6150.464027472,tx +48013,78050,0.008994956,412.0,41700.0,460.118984268,tx +48013,78052,0.14914608699999998,412.0,41700.0,7629.2697883109995,tx +48013,78064,0.325013675,412.0,41700.0,16625.424517275,tx +48013,78065,0.217479387,412.0,41700.0,11124.723083211,tx +48013,78069,0.129170803,412.0,41700.0,6607.474085859,tx +48015,77418,0.317529746,397.0,26420.0,9536.053331872,tx +48015,77473,0.002752883,397.0,26420.0,82.674582256,tx +48015,77474,0.39228581,397.0,26420.0,11781.127445920001,tx +48015,77485,0.136879454,397.0,26420.0,4110.763762528,tx +48015,78931,0.00773866,397.0,26420.0,232.40743712,tx +48015,78940,0.071789068,397.0,26420.0,2155.969290176,tx +48015,78944,0.016425535,397.0,26420.0,493.29166712000006,tx +48015,78950,0.054598844,397.0,26420.0,1639.712483008,tx +48017,79324,0.005025808,400.0,,35.180656,tx +48017,79344,0.012496604,400.0,,87.47622799999999,tx +48017,79347,0.982477588,400.0,,6877.343116,tx +48019,78003,0.44746223799999996,412.0,41700.0,10341.747244655999,tx +48019,78055,0.085233136,412.0,41700.0,1969.908239232,tx +48019,78063,0.449901492,412.0,41700.0,10398.123283104,tx +48019,78883,0.013368983999999999,412.0,41700.0,308.983958208,tx +48019,78885,0.00403415,412.0,41700.0,93.23727480000001,tx +48021,78602,0.337530635,385.0,12420.0,29946.730529105003,tx +48021,78612,0.167232075,385.0,12420.0,14837.331390225001,tx +48021,78621,0.28366191399999996,385.0,12420.0,25167.335995821995,tx +48021,78650,0.020185678999999998,385.0,12420.0,1790.9339979169997,tx +48021,78659,0.036954763,385.0,12420.0,3278.737437649,tx +48021,78662,0.027743236,385.0,12420.0,2461.463127628,tx +48021,78953,0.009537492,385.0,12420.0,846.194902716,tx +48021,78957,0.117154206,385.0,12420.0,10394.272618938,tx +48023,76380,1.0,420.0,,3509.0,tx +48025,78102,0.8978760729999999,390.0,,29239.334317244997,tx +48025,78104,0.0021615189999999998,390.0,,70.389866235,tx +48025,78125,0.002443456,390.0,,79.57114464,tx +48025,78142,0.004824259,390.0,,157.101994335,tx +48025,78145,0.0045423220000000005,390.0,,147.92071593000003,tx +48025,78146,0.016446338,390.0,,535.57499697,tx +48025,78162,0.012655848999999999,390.0,,412.13772268499997,tx +48025,78389,0.051406553,390.0,,1674.054398445,tx +48025,78391,0.007643631,390.0,,248.914843515,tx +48027,76501,0.047905131,413.0,28660.0,17385.921763044,tx +48027,76502,0.115826571,413.0,28660.0,42036.242453604,tx +48027,76504,0.067479485,413.0,28660.0,24489.924614140004,tx +48027,76508,2.2800000000000002e-05,413.0,28660.0,8.274667200000001,tx +48027,76513,0.10811088199999999,413.0,28660.0,39236.033738968,tx +48027,76534,0.008146239,413.0,28660.0,2956.465642836,tx +48027,76541,0.051888433,413.0,28660.0,18831.557658092,tx +48027,76542,0.142158568,413.0,28660.0,51592.75613283201,tx +48027,76543,0.086617586,413.0,28660.0,31435.600781464,tx +48027,76544,0.072882748,413.0,28660.0,26450.898435151998,tx +48027,76548,0.086477871,413.0,28660.0,31384.894854804,tx +48027,76549,0.147604601,413.0,28660.0,53569.252213324,tx +48027,76554,0.006098986999999999,413.0,28660.0,2213.4687579879997,tx +48027,76559,0.016677406999999998,413.0,28660.0,6052.631258068,tx +48027,76569,0.006549496,413.0,28660.0,2376.969286304,tx +48027,76571,0.02206071,413.0,28660.0,8006.3611160400005,tx +48027,76579,0.013492475,413.0,28660.0,4896.7429969,tx +48029,78002,0.003807795,412.0,41700.0,7629.12290343,tx +48029,78015,0.007855103,412.0,41700.0,15738.123036062001,tx +48029,78023,0.016107664,412.0,41700.0,32272.574637856,tx +48029,78073,0.004620374,412.0,41700.0,9257.168809196,tx +48029,78101,0.003208232,412.0,41700.0,6427.866056528001,tx +48029,78109,0.020787786000000003,412.0,41700.0,41649.45179144401,tx +48029,78112,0.004418788,412.0,41700.0,8853.280372551999,tx +48029,78148,0.011300251,412.0,41700.0,22640.663092054,tx +48029,78150,1.4000000000000001e-05,412.0,41700.0,28.049756000000002,tx +48029,78152,0.001129506,412.0,41700.0,2263.026264324,tx +48029,78201,0.024302034,412.0,41700.0,48690.437428836,tx +48029,78202,0.005940035,412.0,41700.0,11901.18088439,tx +48029,78203,0.00332669,412.0,41700.0,6665.20305626,tx +48029,78204,0.006344247,412.0,41700.0,12711.041453838,tx +48029,78205,0.000635931,412.0,41700.0,1274.1220987739998,tx +48029,78207,0.028368046,412.0,41700.0,56836.912035484005,tx +48029,78208,0.002613865,412.0,41700.0,5237.0196762099995,tx +48029,78209,0.021844554,412.0,41700.0,43766.743544916,tx +48029,78210,0.0190795,412.0,41700.0,38226.808543,tx +48029,78211,0.016920762,412.0,41700.0,33901.660388148,tx +48029,78212,0.015183901000000001,412.0,41700.0,30421.765584154004,tx +48029,78213,0.022824429,412.0,41700.0,45729.976020666,tx +48029,78214,0.013999842,412.0,41700.0,28049.439438468,tx +48029,78215,0.0015451470000000002,412.0,41700.0,3095.7854524380004,tx +48029,78216,0.02169908,412.0,41700.0,43475.27853032,tx +48029,78217,0.017643978,412.0,41700.0,35350.662697812004,tx +48029,78218,0.018890383,412.0,41700.0,37847.902421182,tx +48029,78219,0.008778866,412.0,41700.0,17588.932089764,tx +48029,78220,0.008493632,412.0,41700.0,17017.450368128,tx +48029,78221,0.020534245,412.0,41700.0,41141.46870673,tx +48029,78222,0.013287017,412.0,41700.0,26621.256058418,tx +48029,78223,0.028621068,412.0,41700.0,57343.855275672,tx +48029,78224,0.010804079,412.0,41700.0,21646.555696765998,tx +48029,78225,0.0072295630000000005,412.0,41700.0,14484.819866902,tx +48029,78226,0.0036934940000000003,412.0,41700.0,7400.114677676001,tx +48029,78227,0.02592927,412.0,41700.0,51950.69262558,tx +48029,78228,0.032277673,412.0,41700.0,64670.060849842,tx +48029,78229,0.016506679,412.0,41700.0,33072.022737166,tx +48029,78230,0.023571544,412.0,41700.0,47226.861267376,tx +48029,78231,0.004434894,412.0,41700.0,8885.549613276,tx +48029,78232,0.019603726999999998,412.0,41700.0,39277.125645757995,tx +48029,78233,0.025201897999999997,412.0,41700.0,50493.36354549199,tx +48029,78234,0.002821166,412.0,41700.0,5652.3584239639995,tx +48029,78235,0.000610993,412.0,41700.0,1224.157469122,tx +48029,78236,0.003575555,412.0,41700.0,7163.81752247,tx +48029,78237,0.020443843,412.0,41700.0,40960.343418022,tx +48029,78238,0.013015811,412.0,41700.0,26077.880192294,tx +48029,78239,0.015199487,412.0,41700.0,30452.992976798,tx +48029,78240,0.03091437,412.0,41700.0,61938.60967098,tx +48029,78242,0.018103262,412.0,41700.0,36270.862993147995,tx +48029,78243,0.00022029,412.0,41700.0,441.36291066,tx +48029,78244,0.016871924,412.0,41700.0,33803.810817896,tx +48029,78245,0.039577895,412.0,41700.0,79296.44983883,tx +48029,78247,0.027699902999999998,412.0,41700.0,55498.251455262,tx +48029,78248,0.007465439,412.0,41700.0,14957.410170206,tx +48029,78249,0.030917487,412.0,41700.0,61944.854748798,tx +48029,78250,0.031675512999999995,412.0,41700.0,63463.60077320199,tx +48029,78251,0.031228698,412.0,41700.0,62568.382792692,tx +48029,78252,0.0063141130000000005,412.0,41700.0,12650.666357602002,tx +48029,78253,0.022878982000000003,412.0,41700.0,45839.27590202801,tx +48029,78254,0.030414561,412.0,41700.0,60937.215349794,tx +48029,78255,0.00763897,412.0,41700.0,15305.08889938,tx +48029,78256,0.005956141999999999,412.0,41700.0,11933.452128668,tx +48029,78257,0.0033879970000000002,412.0,41700.0,6788.034941338001,tx +48029,78258,0.024116554,412.0,41700.0,48318.818232916,tx +48029,78259,0.013772278,412.0,41700.0,27593.502676012,tx +48029,78260,0.014389506000000002,412.0,41700.0,28830.152304324,tx +48029,78261,0.008898363000000001,412.0,41700.0,17828.350782102003,tx +48029,78263,0.0027058259999999997,412.0,41700.0,5421.268505603999,tx +48029,78264,0.005805472,412.0,41700.0,11631.576647488,tx +48031,78606,0.520396493,412.0,,6208.850557983,tx +48031,78635,0.044224171,412.0,,527.638584201,tx +48031,78636,0.354746474,412.0,,4232.4801812939995,tx +48031,78663,0.080632863,412.0,,962.030688453,tx +48033,79351,0.840895698,400.0,,549.945786492,tx +48033,79738,0.159104302,400.0,,104.054213508,tx +48035,76634,0.391875034,418.0,,7322.18501029,tx +48035,76637,0.030265227999999998,418.0,,565.50578518,tx +48035,76649,0.034441612,418.0,,643.54152022,tx +48035,76652,0.073330802,394.0,,1370.18603537,tx +48035,76665,0.136844389,418.0,,2556.9374084650003,tx +48035,76671,0.093399143,418.0,,1745.1629869550002,tx +48035,76689,0.182187992,418.0,,3404.1826305199997,tx +48035,76690,0.057655801,418.0,,1077.298641685,tx +48037,75501,0.38420877700000006,22.0,45500.0,35825.547411365005,tx +48037,75503,0.275660201,22.0,45500.0,25703.935442244998,tx +48037,75559,0.05541081,22.0,45500.0,5166.78097845,tx +48037,75561,0.054670998,22.0,45500.0,5097.79720851,tx +48037,75567,0.056558054,22.0,45500.0,5273.755745230001,tx +48037,75569,0.035918385,22.0,45500.0,3349.2098093249997,tx +48037,75570,0.118198291,22.0,45500.0,11021.399644295,tx +48037,75573,0.0011043560000000001,22.0,45500.0,102.97567522000001,tx +48037,75574,0.018270128,22.0,45500.0,1703.59808536,tx +48039,77422,0.036215722,397.0,26420.0,13554.240978607999,tx +48039,77430,0.0056267819999999994,397.0,26420.0,2105.901938448,tx +48039,77480,0.021870637999999998,397.0,26420.0,8185.392460431999,tx +48039,77486,0.020225927,397.0,26420.0,7569.836342728,tx +48039,77511,0.125342982,397.0,26420.0,46911.365815248,tx +48039,77515,0.087060007,397.0,26420.0,32583.426459847997,tx +48039,77531,0.043166295,397.0,26420.0,16155.59023188,tx +48039,77534,0.006158973000000001,397.0,26420.0,2305.0818708720003,tx +48039,77541,0.049948386,397.0,26420.0,18693.882737903998,tx +48039,77566,0.079165396,397.0,26420.0,29628.757768544,tx +48039,77577,0.0042307840000000005,397.0,26420.0,1583.430142976,tx +48039,77578,0.05431556,397.0,26420.0,20328.35874784,tx +48039,77581,0.132678658,397.0,26420.0,49656.845257712004,tx +48039,77583,0.09869065,397.0,26420.0,36936.3574316,tx +48039,77584,0.235303242,397.0,26420.0,88065.532563888,tx +48041,77801,0.06891442099999999,388.0,17780.0,15795.943351830998,tx +48041,77802,0.11912643,388.0,17780.0,27305.088146730002,tx +48041,77803,0.14579856800000002,388.0,17780.0,33418.635569848004,tx +48041,77807,0.050695299000000006,388.0,17780.0,11619.920179089002,tx +48041,77808,0.054443077,388.0,17780.0,12478.952122247,tx +48041,77840,0.273428168,388.0,17780.0,62672.743815448004,tx +48041,77845,0.287594036,388.0,17780.0,65919.716585596,tx +48043,79830,0.855360243,406.0,,7871.880316329,tx +48043,79831,0.00043402800000000004,406.0,,3.9943596840000004,tx +48043,79834,0.023111978999999998,406.0,,212.69954273699997,tx +48043,79842,0.047092014,406.0,,433.38780484200004,tx +48043,79852,0.074001736,406.0,,681.037976408,tx +48045,79255,0.401910828,400.0,,621.354140088,tx +48045,79257,0.598089172,400.0,,924.645859912,tx +48047,78353,0.036877524,390.0,,261.57227773200003,tx +48047,78355,0.9631224759999999,390.0,,6831.427722267999,tx +48049,76432,0.031014762999999997,382.0,,1174.342986232,tx +48049,76801,0.6734672159999999,382.0,,25500.162666623997,tx +48049,76802,0.137864078,382.0,,5220.085449392,tx +48049,76823,0.07554196,382.0,,2860.3207734400003,tx +48049,76827,0.010400319,382.0,,393.797678616,tx +48049,76857,0.042452454,382.0,,1607.4197182560001,tx +48049,76890,0.02925921,382.0,,1107.87072744,tx +48051,77836,0.66938248,388.0,17780.0,12345.42107864,tx +48051,77878,0.016969152,388.0,17780.0,312.962070336,tx +48051,77879,0.313648368,388.0,17780.0,5784.616851024,tx +48053,78605,0.15946341,385.0,,7678.96050855,tx +48053,78608,0.01156175,413.0,,556.75607125,tx +48053,78611,0.347452761,385.0,,16731.587705955,tx +48053,78654,0.48152208,385.0,,23187.695762400002,tx +48055,78616,0.20263659899999997,385.0,12420.0,8847.924458735999,tx +48055,78622,0.004769359,385.0,12420.0,208.249291376,tx +48055,78644,0.44695005600000004,385.0,12420.0,19515.627245184,tx +48055,78648,0.199334736,385.0,12420.0,8703.751912704001,tx +48055,78655,0.08511470900000001,385.0,12420.0,3716.4486537760004,tx +48055,78656,0.052756445,385.0,12420.0,2303.55741448,tx +48055,78661,0.008438095999999999,385.0,12420.0,368.44102374399995,tx +48057,77978,0.034921807,397.0,,743.48527103,tx +48057,77979,0.814134797,397.0,,17332.92982813,tx +48057,77982,0.044794020999999996,397.0,,953.66470709,tx +48057,77983,0.106149375,417.0,,2259.92019375,tx +48059,76443,0.161673351,382.0,10180.0,2254.2115329929998,tx +48059,76469,0.006133522,382.0,10180.0,85.51969724599999,tx +48059,79504,0.251946214,382.0,10180.0,3512.886061802,tx +48059,79510,0.580246914,382.0,10180.0,8090.3827219019995,tx +48061,78520,0.147988145,396.0,15180.0,62623.107402634996,tx +48061,78521,0.21839478399999998,396.0,15180.0,92416.591981792,tx +48061,78526,0.110963841,396.0,15180.0,46955.791849083,tx +48061,78535,0.001771191,396.0,15180.0,749.502497133,tx +48061,78550,0.123807943,396.0,15180.0,52390.940583709,tx +48061,78552,0.09141197400000001,396.0,15180.0,38682.165153762006,tx +48061,78559,0.030133966,396.0,15180.0,12751.579454458,tx +48061,78566,0.04326971,396.0,15180.0,18310.14029273,tx +48061,78567,0.001173681,396.0,15180.0,496.658373003,tx +48061,78575,0.029614701,396.0,15180.0,12531.845719263,tx +48061,78578,0.027687017999999997,396.0,15180.0,11716.121597934,tx +48061,78583,0.017360996,396.0,15180.0,7346.531150348,tx +48061,78586,0.13345346800000002,396.0,15180.0,56472.569879284005,tx +48061,78592,0.0019917010000000002,396.0,15180.0,842.814170263,tx +48061,78593,0.014245406,396.0,15180.0,6028.128739178001,tx +48061,78597,0.006731476,396.0,15180.0,2848.5115785880002,tx +48063,75451,0.079554216,416.0,,1041.682904304,tx +48063,75686,0.9204457840000001,416.0,,12052.317095696002,tx +48065,79039,0.164220342,383.0,11100.0,973.169746692,tx +48065,79068,0.592471076,383.0,11100.0,3510.983596376,tx +48065,79080,0.08962182699999999,383.0,11100.0,531.0989468019999,tx +48065,79097,0.153686755,383.0,11100.0,910.7477101300001,tx +48067,75551,0.37215542799999995,22.0,,11174.338881127998,tx +48067,75555,0.058267991,22.0,,1749.554697766,tx +48067,75556,0.046035895,22.0,,1382.27378327,tx +48067,75560,0.02986583,22.0,,896.75141158,tx +48067,75562,0.0061683219999999995,399.0,,185.210036372,tx +48067,75563,0.164105245,399.0,,4927.424086370001,tx +48067,75565,0.006028925,22.0,,181.02450205,tx +48067,75566,0.025439972,399.0,,763.8605992720001,tx +48067,75572,0.14542603199999998,22.0,,4366.562036832,tx +48067,75656,0.14650636,399.0,,4398.99996536,tx +48069,79027,0.7004331420000001,400.0,,5274.2615592600005,tx +48069,79043,0.202179684,400.0,,1522.41302052,tx +48069,79063,0.09347492,400.0,,703.8661476,tx +48069,79085,0.003912254,383.0,,29.459272620000004,tx +48071,77514,0.13982296,397.0,26420.0,6129.41909752,tx +48071,77523,0.605689386,397.0,26420.0,26551.605614082,tx +48071,77560,0.016717367,397.0,26420.0,732.839217179,tx +48071,77580,0.019594946000000002,397.0,26420.0,858.9836478020001,tx +48071,77597,0.026939626,397.0,26420.0,1180.952384962,tx +48071,77661,0.020334895,397.0,26420.0,891.4207921149999,tx +48071,77665,0.17090081899999998,397.0,26420.0,7491.779202502999,tx +48073,75759,0.001035034,416.0,,54.490399964,tx +48073,75764,0.0037351209999999997,416.0,,196.639180166,tx +48073,75766,0.60769975,416.0,,31992.961038499998,tx +48073,75780,0.005355174,416.0,,281.928490404,tx +48073,75784,0.0215332,416.0,,1133.6368472,tx +48073,75785,0.25347073800000003,416.0,,13344.220472748002,tx +48073,75925,0.091870486,397.0,,4836.613605956,tx +48073,75976,0.015300497,397.0,,805.509965062,tx +48075,79201,0.9916426909999999,383.0,,7244.941500446,tx +48075,79259,0.008357309,383.0,,61.058499554,tx +48077,76228,0.146202254,420.0,48660.0,1530.883801634,tx +48077,76357,0.09102883099999999,420.0,48660.0,953.1628894009999,tx +48077,76365,0.646714474,420.0,48660.0,6771.747257254,tx +48077,76377,0.116054442,420.0,48660.0,1215.2060621819999,tx +48079,79314,0.021349862,400.0,,60.911156286,tx +48079,79346,0.774104683,400.0,,2208.520660599,tx +48079,79379,0.204545455,400.0,,583.568183115,tx +48081,76933,0.41170763299999996,411.0,,1394.4537529709999,tx +48081,76945,0.553686934,411.0,,1875.337645458,tx +48081,76949,0.0022639070000000003,411.0,,7.667853009000001,tx +48081,76953,0.032341527,411.0,,109.54075194900001,tx +48083,76828,0.02524478,382.0,,206.3760765,tx +48083,76834,0.628524242,382.0,,5138.18567835,tx +48083,76845,0.02996343,382.0,,244.95104025,tx +48083,76873,0.004246785,382.0,,34.717467375000005,tx +48083,76878,0.21906334800000002,382.0,,1790.8428699,tx +48083,76882,0.027486139,411.0,,224.699186325,tx +48083,76884,0.017459007,382.0,,142.72738222499999,tx +48083,76888,0.015217648,382.0,,124.4042724,tx +48083,79519,0.00471865,382.0,,38.574963749999995,tx +48083,79538,0.02807597,382.0,,229.52105475,tx +48085,75002,0.080104617,391.0,19100.0,82886.65034841,tx +48085,75009,0.013549148,391.0,19100.0,14019.709910040001,tx +48085,75013,0.046152886,391.0,19100.0,47755.77573078,tx +48085,75023,0.056802940999999996,391.0,19100.0,58775.70714093,tx +48085,75024,0.048650305,391.0,19100.0,50339.93009265,tx +48085,75025,0.060918405999999994,391.0,19100.0,63034.102240379994,tx +48085,75035,0.079202551,391.0,19100.0,81953.25559623,tx +48085,75069,0.042929275999999995,391.0,19100.0,44420.20975548,tx +48085,75070,0.111446597,391.0,19100.0,115317.13731380999,tx +48085,75071,0.06006853400000001,391.0,19100.0,62154.714185820005,tx +48085,75074,0.058035197999999996,391.0,19100.0,60050.76042653999,tx +48085,75075,0.041888779,391.0,19100.0,43343.57629467,tx +48085,75078,0.026755625,391.0,19100.0,27684.847856250002,tx +48085,75082,0.02675449,391.0,19100.0,27683.6734377,tx +48085,75093,0.053796054,391.0,19100.0,55664.39095542,tx +48085,75094,0.026517343999999998,391.0,19100.0,27438.291357119997,tx +48085,75098,0.064408664,391.0,19100.0,66645.57690072,tx +48085,75164,0.0007295960000000001,391.0,19100.0,754.9348690800001,tx +48085,75166,0.004875696,391.0,19100.0,5045.02892208,tx +48085,75173,0.00468734,391.0,19100.0,4850.1313182,tx +48085,75252,0.030081356,391.0,19100.0,31126.08149388,tx +48085,75407,0.018815173,391.0,19100.0,19468.62395829,tx +48085,75409,0.017450159,391.0,19100.0,18056.20302207,tx +48085,75424,0.003520895,391.0,19100.0,3643.17568335,tx +48085,75442,0.010984784,391.0,19100.0,11366.285548319998,tx +48085,75454,0.010873586000000001,391.0,19100.0,11251.225641780002,tx +48087,79095,0.9337495659999999,383.0,,2726.54873272,tx +48087,79230,0.06104752,383.0,,178.2587584,tx +48087,79251,0.005202914,383.0,,15.19250888,tx +48089,77412,0.002540298,397.0,,54.598624914,tx +48089,77434,0.220082213,397.0,,4730.227004009,tx +48089,77442,0.036672671000000004,397.0,,788.2057178030001,tx +48089,77460,0.003556418,397.0,,76.438092074,tx +48089,77470,0.021477068,397.0,,461.606622524,tx +48089,77475,0.041060459,397.0,,882.512445287,tx +48089,78933,0.059766293,397.0,,1284.5569354489999,tx +48089,78934,0.295321232,397.0,,6347.339239376,tx +48089,78935,0.064477391,397.0,,1385.812564763,tx +48089,78943,0.01307099,397.0,,280.93478806999997,tx +48089,78951,0.0,397.0,,0.0,tx +48089,78962,0.24197496699999999,397.0,,5200.767965731,tx +48091,78070,0.10404828,412.0,41700.0,16253.27777052,tx +48091,78130,0.475184348,412.0,41700.0,74228.071816732,tx +48091,78132,0.183354582,412.0,41700.0,28641.635899637997,tx +48091,78133,0.117867142,412.0,41700.0,18411.908384677998,tx +48091,78163,0.071150803,412.0,41700.0,11114.395785827,tx +48091,78266,0.042494442,412.0,41700.0,6638.014290378,tx +48091,78623,0.005900404000000001,412.0,41700.0,921.6962084360001,tx +48093,76442,0.616410256,382.0,,8404.75384056,tx +48093,76444,0.282840237,382.0,,3856.526631495,tx +48093,76452,0.00852071,382.0,,116.17988085000002,tx +48093,76455,0.076765286,382.0,,1046.69467461,tx +48093,76474,0.015463511000000001,382.0,,210.844972485,tx +48095,76837,0.781644815,411.0,,2130.76376569,tx +48095,76862,0.045053635,411.0,,122.81620901000001,tx +48095,76866,0.17330154899999997,411.0,,472.4200225739999,tx +48097,76238,0.009750035,391.0,,402.257193995,tx +48097,76240,0.757326336,391.0,,31245.012644352,tx +48097,76250,0.028090043,391.0,,1158.910904051,tx +48097,76252,0.078276481,391.0,,3229.452776617,tx +48097,76253,0.008120425,391.0,,335.02437422500003,tx +48097,76263,0.004364038,391.0,,180.047115766,tx +48097,76272,0.11407264199999999,391.0,,4706.294990994,tx +48099,76522,0.513313484,413.0,28660.0,38986.672423284,tx +48099,76528,0.23855097100000003,413.0,28660.0,18118.184798421004,tx +48099,76538,0.012193393,413.0,28660.0,926.100391743,tx +48099,76539,0.121451864,413.0,28660.0,9224.390522664,tx +48099,76561,0.015014887,413.0,28660.0,1140.3956825369999,tx +48099,76566,0.004140082,418.0,28660.0,314.443367982,tx +48099,76596,0.018672905,413.0,28660.0,1418.225807655,tx +48099,76597,0.039940451,413.0,28660.0,3033.517193901,tx +48099,76598,0.007174252,413.0,28660.0,544.891613652,tx +48099,76599,0.02954771,413.0,28660.0,2244.1781222100003,tx +48101,79248,1.0,383.0,,1398.0,tx +48103,79731,1.0,406.0,,4797.0,tx +48105,76943,0.9938010709999999,411.0,,3442.5269099439997,tx +48105,79942,0.006198929000000001,393.0,,21.473090056000004,tx +48107,79322,0.342533859,400.0,31180.0,1965.116749083,tx +48107,79343,0.286130636,400.0,31180.0,1641.531458732,tx +48107,79357,0.371335505,400.0,31180.0,2130.3517921850002,tx +48109,79855,1.0,393.0,,2171.0,tx +48111,79022,0.9460518640000001,383.0,,6893.8799329680005,tx +48111,79051,0.0,383.0,,0.0,tx +48111,79087,0.053948135999999994,383.0,,393.12006703199995,tx +48113,75001,0.005673617,391.0,19100.0,14952.908381371999,tx +48113,75006,0.019341739,391.0,19100.0,50975.462602324,tx +48113,75019,0.016111938,391.0,19100.0,42463.270390008,tx +48113,75038,0.011405105,391.0,19100.0,30058.336709180003,tx +48113,75039,0.007298919,391.0,19100.0,19236.417807204,tx +48113,75040,0.023887062999999997,391.0,19100.0,62954.73672950799,tx +48113,75041,0.012200925,391.0,19100.0,32155.7330523,tx +48113,75042,0.014818732,391.0,19100.0,39055.005285711995,tx +48113,75043,0.023239136,391.0,19100.0,61247.114754176,tx +48113,75044,0.015848682,391.0,19100.0,41769.454989911996,tx +48113,75048,0.009468889,391.0,19100.0,24955.408461723997,tx +48113,75050,0.016232596999999998,391.0,19100.0,42781.269115052,tx +48113,75051,0.015689065,391.0,19100.0,41348.78183253999,tx +48113,75052,0.036128082,394.0,19100.0,95216.138160312,tx +48113,75060,0.018406727,391.0,19100.0,48511.223516132006,tx +48113,75061,0.020751066000000002,391.0,19100.0,54689.766460056,tx +48113,75062,0.018393489,391.0,19100.0,48476.334555324,tx +48113,75063,0.014733248999999999,391.0,19100.0,38829.713471484,tx +48113,75080,0.01955885,391.0,19100.0,51547.6621166,tx +48113,75081,0.014868281,391.0,19100.0,39185.592467996,tx +48113,75088,0.009922778,391.0,19100.0,26151.640183448002,tx +48113,75089,0.013001661000000001,391.0,19100.0,34266.085592076,tx +48113,75104,0.018662797,391.0,19100.0,49186.100098252,tx +48113,75115,0.019983615,391.0,19100.0,52667.13707034,tx +48113,75116,0.007581465999999999,391.0,19100.0,19981.074946456,tx +48113,75134,0.008448773,391.0,19100.0,22266.876421868,tx +48113,75137,0.0074082309999999995,391.0,19100.0,19524.511332195998,tx +48113,75141,0.0022240579999999997,391.0,19100.0,5861.540443927999,tx +48113,75146,0.007181285999999999,391.0,19100.0,18926.394153576,tx +48113,75149,0.02079532,391.0,19100.0,54806.39858512,tx +48113,75150,0.023621916,391.0,19100.0,62255.937568656,tx +48113,75159,0.007363977,391.0,19100.0,19407.879207132,tx +48113,75172,0.0016241670000000001,391.0,19100.0,4280.518115172001,tx +48113,75180,0.008968476,391.0,19100.0,23636.561993616,tx +48113,75181,0.010924361,391.0,19100.0,28791.328205276,tx +48113,75182,0.002351903,391.0,19100.0,6198.477986948,tx +48113,75201,0.00601063,391.0,19100.0,15841.111535080001,tx +48113,75202,0.0007787989999999999,391.0,19100.0,2052.5372252839998,tx +48113,75203,0.00654395,391.0,19100.0,17246.6849282,tx +48113,75204,0.011648693,391.0,19100.0,30700.316780588,tx +48113,75205,0.009410261999999999,391.0,19100.0,24800.896065192,tx +48113,75206,0.014515004,391.0,19100.0,38254.525282064,tx +48113,75207,0.002955198,391.0,19100.0,7788.471612168,tx +48113,75208,0.011241326999999999,391.0,19100.0,29626.697169731997,tx +48113,75209,0.005366485,391.0,19100.0,14143.45708126,tx +48113,75210,0.003244553,391.0,19100.0,8551.071344348,tx +48113,75211,0.029884833,391.0,19100.0,78761.955528828,tx +48113,75212,0.009955307,391.0,19100.0,26237.370883412,tx +48113,75214,0.012824644,391.0,19100.0,33799.554456304,tx +48113,75215,0.006309441,391.0,19100.0,16628.632706556,tx +48113,75216,0.020481758,391.0,19100.0,53980.000917127996,tx +48113,75217,0.032867642999999995,391.0,19100.0,86623.19900878798,tx +48113,75218,0.008160931,391.0,19100.0,21508.264225396,tx +48113,75219,0.008858029,391.0,19100.0,23345.477157964,tx +48113,75220,0.016297655,391.0,19100.0,42952.73051498,tx +48113,75223,0.005722031999999999,391.0,19100.0,15080.506888511998,tx +48113,75224,0.01410083,391.0,19100.0,37162.96307828,tx +48113,75225,0.008055023,391.0,19100.0,21229.141996868,tx +48113,75226,0.0017678989999999999,391.0,19100.0,4659.326100884,tx +48113,75227,0.022314337000000004,391.0,19100.0,58809.79219289201,tx +48113,75228,0.027840818,391.0,19100.0,73374.921292088,tx +48113,75229,0.012024286,391.0,19100.0,31690.198141576002,tx +48113,75230,0.010542336999999999,391.0,19100.0,27784.497840891996,tx +48113,75231,0.01553512,391.0,19100.0,40943.05732192,tx +48113,75232,0.012081401,391.0,19100.0,31840.725637916,tx +48113,75233,0.006086657,391.0,19100.0,16041.481910011998,tx +48113,75234,0.012760722,391.0,19100.0,33631.087002552,tx +48113,75235,0.007239914,391.0,19100.0,19080.909185624,tx +48113,75236,0.0073556559999999995,391.0,19100.0,19385.949078496,tx +48113,75237,0.007857203,391.0,19100.0,20707.784221748,tx +48113,75238,0.012565171000000002,391.0,19100.0,33115.709213236005,tx +48113,75240,0.010793868,391.0,19100.0,28447.411815888,tx +48113,75241,0.011605195,391.0,19100.0,30585.67710562,tx +48113,75243,0.025662905,391.0,19100.0,67634.99673398,tx +48113,75244,0.005182282,391.0,19100.0,13657.987127512,tx +48113,75246,0.0008915139999999999,391.0,19100.0,2349.599411224,tx +48113,75247,0.00027611599999999997,391.0,19100.0,727.7081358559999,tx +48113,75248,0.013930243,391.0,19100.0,36713.378310388,tx +48113,75249,0.006234171,391.0,19100.0,16430.257417236,tx +48113,75251,0.0009130739999999999,391.0,19100.0,2406.421136184,tx +48113,75253,0.009037694,391.0,19100.0,23818.987140104,tx +48113,75254,0.010147454,391.0,19100.0,26743.777376264,tx +48113,75270,0.0,391.0,19100.0,0.0,tx +48113,75390,0.0,391.0,19100.0,0.0,tx +48115,79331,0.981788338,400.0,,12496.201966064,tx +48115,79377,0.018211662,400.0,,231.798033936,tx +48117,79025,0.002574882,383.0,,47.753761572,tx +48117,79045,0.997425118,383.0,,18498.246238428,tx +48119,75415,0.038291012,391.0,,204.129384972,tx +48119,75432,0.707174526,391.0,,3769.947398106,tx +48119,75441,0.02458686,391.0,,131.07255066,tx +48119,75448,0.145908908,391.0,,777.840388548,tx +48119,75450,0.028415961,391.0,,151.485488091,tx +48119,75469,0.055622733,391.0,,296.524789623,tx +48121,75007,0.062960976,391.0,19100.0,55859.418634032,tx +48121,75010,0.03334914,391.0,19100.0,29587.59045198,tx +48121,75022,0.029511699,391.0,19100.0,26182.985934693,tx +48121,75028,0.053846189,391.0,19100.0,47772.715804123,tx +48121,75034,0.11814578099999999,391.0,19100.0,104819.763923667,tx +48121,75056,0.068151997,391.0,19100.0,60464.92880237901,tx +48121,75057,0.016241793,391.0,19100.0,14409.832442151,tx +48121,75065,0.014259767,391.0,19100.0,12651.365100769,tx +48121,75067,0.077677692,391.0,19100.0,68916.192086244,tx +48121,75068,0.070260633,391.0,19100.0,62335.725422031006,tx +48121,75077,0.042679165,391.0,19100.0,37865.253942154995,tx +48121,75287,0.063169308,391.0,19100.0,56044.252242755996,tx +48121,76201,0.032187779,391.0,19100.0,28557.222843253,tx +48121,76205,0.025429094,391.0,19100.0,22560.870200458,tx +48121,76207,0.016507675,391.0,19100.0,14645.724813724999,tx +48121,76208,0.028414794,391.0,19100.0,25209.804140358,tx +48121,76209,0.028588595,391.0,19100.0,25364.001604165,tx +48121,76210,0.050909982,391.0,19100.0,45167.692400274,tx +48121,76226,0.028890158,391.0,19100.0,25631.550408706,tx +48121,76227,0.036832073,391.0,19100.0,32677.672990111,tx +48121,76247,0.016413293,391.0,19100.0,14561.988442651,tx +48121,76249,0.00984107,391.0,19100.0,8731.066191490001,tx +48121,76258,0.007914292,391.0,19100.0,7021.615262444,tx +48121,76259,0.006954356,391.0,19100.0,6169.953323692,tx +48121,76262,0.042797718,391.0,19100.0,37970.434993626,tx +48121,76266,0.018064981,391.0,19100.0,16027.377598067002,tx +48123,77954,0.738708081,417.0,,14892.35491296,tx +48123,77994,0.027904962000000002,417.0,,562.56403392,tx +48123,78141,0.030008662000000002,417.0,,604.97462592,tx +48123,78164,0.203378295,417.0,,4100.106427199999,tx +48125,79220,0.098296199,400.0,,217.332895989,tx +48125,79229,0.17518567100000002,400.0,,387.33551858100003,tx +48125,79243,0.031891656000000004,400.0,,70.512451416,tx +48125,79370,0.6946264740000001,400.0,,1535.8191340140002,tx +48127,78827,0.098779343,412.0,,1000.042068532,tx +48127,78830,0.083286385,412.0,,843.19136174,tx +48127,78834,0.802723005,412.0,,8126.767702620001,tx +48127,78836,0.015211268,412.0,,153.998877232,tx +48129,79226,0.8591758079999999,383.0,,2816.378298624,tx +48129,79237,0.119478209,383.0,,391.649569102,tx +48129,79240,0.021345983,383.0,,69.972132274,tx +48131,78341,0.17774590899999998,390.0,,1983.1111067129998,tx +48131,78349,0.050868905,390.0,,567.544373085,tx +48131,78357,0.241859288,390.0,,2698.4240762160002,tx +48131,78376,0.05525561,390.0,,616.48684077,tx +48131,78384,0.474270289,390.0,,5291.433614373,tx +48133,76435,0.024448982,382.0,,448.88330952,tx +48133,76437,0.298727815,382.0,,5484.6426834,tx +48133,76445,0.008638291,382.0,,158.59902276,tx +48133,76448,0.29040364399999996,382.0,,5331.810903839999,tx +48133,76454,0.08130464400000001,382.0,,1492.7532638400003,tx +48133,76466,0.012774200000000001,382.0,,234.53431200000003,tx +48133,76470,0.18213706100000002,382.0,,3344.0364399600003,tx +48133,76471,0.101565363,382.0,,1864.7400646800002,tx +48135,79741,0.001242297,406.0,36220.0,206.498334231,tx +48135,79758,0.014181866999999999,406.0,36220.0,2357.352478341,tx +48135,79759,9.84e-05,406.0,36220.0,16.3563432,tx +48135,79761,0.20885352,406.0,36220.0,34716.258654959995,tx +48135,79762,0.269867529,406.0,36220.0,44858.190272967,tx +48135,79763,0.23957269899999997,406.0,36220.0,39822.492745876996,tx +48135,79764,0.133362443,406.0,36220.0,22167.905362789,tx +48135,79765,0.090909091,406.0,36220.0,15111.181833293,tx +48135,79766,0.041912154,406.0,36220.0,6966.763974342,tx +48137,78828,0.023622047,412.0,,45.637794804,tx +48137,78833,0.44794400700000003,412.0,,865.427821524,tx +48137,78880,0.528433946,412.0,,1020.9343836720001,tx +48139,75101,0.0034453590000000003,391.0,19100.0,636.791922534,tx +48139,75119,0.158648971,391.0,19100.0,29322.454714046,tx +48139,75125,0.035478793,391.0,19100.0,6557.403395018,tx +48139,75152,0.028554462000000003,391.0,19100.0,5277.606993612,tx +48139,75154,0.223802668,391.0,19100.0,41364.551915768,tx +48139,75165,0.24368490899999998,391.0,19100.0,45039.306990834,tx +48139,75167,0.065332967,391.0,19100.0,12075.230958742,tx +48139,76041,0.003182055,391.0,19100.0,588.12649743,tx +48139,76064,0.010128795,391.0,19100.0,1872.06466467,tx +48139,76065,0.19967955399999998,391.0,19100.0,36905.97324760399,tx +48139,76623,0.00106442,391.0,19100.0,196.73249092,tx +48139,76651,0.018044717,391.0,19100.0,3335.132864242,tx +48139,76670,0.008952331,391.0,19100.0,1654.6235294059998,tx +48141,79821,0.008928689,393.0,21340.0,7493.295098982,tx +48141,79835,0.012900176999999999,393.0,21340.0,10826.318745125998,tx +48141,79836,0.006916691,393.0,21340.0,5804.749921458,tx +48141,79838,0.007608836999999999,393.0,21340.0,6385.625146205999,tx +48141,79849,0.015251088000000001,393.0,21340.0,12799.292590944002,tx +48141,79853,0.0031313659999999996,393.0,21340.0,2627.9613391079997,tx +48141,79901,0.012098242,393.0,21340.0,10153.304419596001,tx +48141,79902,0.02451511,393.0,21340.0,20574.01188618,tx +48141,79903,0.019569843,393.0,21340.0,16423.755899634,tx +48141,79904,0.041124237,393.0,21340.0,34513.022411406004,tx +48141,79905,0.026787259,393.0,21340.0,22480.885668642,tx +48141,79906,0.006132655999999999,393.0,21340.0,5146.757956127999,tx +48141,79907,0.063578421,393.0,21340.0,53357.42688319799,tx +48141,79908,0.007049153000000001,393.0,21340.0,5915.917065414001,tx +48141,79911,0.006840316,393.0,21340.0,5740.653119208,tx +48141,79912,0.095783516,393.0,21340.0,80385.166400808,tx +48141,79915,0.042298499,393.0,21340.0,35498.507703762,tx +48141,79916,0.003626608,393.0,21340.0,3043.587244704,tx +48141,79920,7.16e-06,393.0,21340.0,6.00894408,tx +48141,79922,0.009828479000000001,393.0,21340.0,8248.433059002002,tx +48141,79924,0.071277953,393.0,21340.0,59819.166719814006,tx +48141,79925,0.047389355,393.0,21340.0,39770.94751149,tx +48141,79927,0.049198483,393.0,21340.0,41289.236475954,tx +48141,79928,0.068407932,393.0,21340.0,57410.536035816,tx +48141,79930,0.033626382,393.0,21340.0,28220.537576916002,tx +48141,79932,0.034227833,393.0,21340.0,28725.298111254,tx +48141,79934,0.031372132999999996,393.0,21340.0,26328.686154654,tx +48141,79935,0.020804966,393.0,21340.0,17460.318055908,tx +48141,79936,0.134079499,393.0,21340.0,112524.610581762,tx +48141,79938,0.09563912,393.0,21340.0,80263.98379056,tx +48143,76401,0.7504454559999999,394.0,,32042.520080287995,tx +48143,76402,0.021802613,394.0,,930.9279698739999,tx +48143,76433,0.037542071,394.0,,1602.9713475580002,tx +48143,76446,0.19020985899999998,394.0,,8121.580559581999,tx +48145,76519,0.025541401000000002,413.0,47380.0,441.78961309700003,tx +48145,76570,0.17343949,413.0,47380.0,2999.98285853,tx +48145,76632,0.110318471,418.0,47380.0,1908.178592887,tx +48145,76656,0.159171975,413.0,47380.0,2753.197651575,tx +48145,76661,0.513375796,418.0,47380.0,8879.861143412001,tx +48145,76680,0.016878981,418.0,47380.0,291.95573435700004,tx +48145,76685,0.001273885,418.0,47380.0,22.034388845,tx +48147,75413,0.007334306999999999,391.0,,260.47057879799996,tx +48147,75418,0.42860976100000003,391.0,,15221.647052154001,tx +48147,75438,0.027071346,391.0,,961.411781844,tx +48147,75439,0.032408097999999996,391.0,,1150.941192372,tx +48147,75446,0.101308846,391.0,,3597.882356844,tx +48147,75447,0.037446707,391.0,,1329.8823523980002,tx +48147,75449,0.040279061,391.0,,1430.4705723539998,tx +48147,75452,0.128559077,391.0,,4565.647060578,tx +48147,75475,0.00441251,391.0,,156.70588013999998,tx +48147,75476,0.034644167000000003,391.0,,1230.3529468380002,tx +48147,75479,0.054232134,391.0,,1926.000006876,tx +48147,75488,0.01687487,391.0,,599.29413318,tx +48147,75490,0.07507230000000001,391.0,,2666.1176622000003,tx +48147,75492,0.011746817,391.0,,417.176458938,tx +48149,78932,0.024207267,397.0,,613.557389382,tx +48149,78938,0.016879662,397.0,,427.831913052,tx +48149,78941,0.13708727699999998,397.0,,3474.6141228419997,tx +48149,78945,0.456361495,397.0,,11566.93845227,tx +48149,78949,0.02904872,397.0,,736.26885712,tx +48149,78954,0.047236882,397.0,,1197.266011172,tx +48149,78956,0.234788677,397.0,,5950.953807242,tx +48149,78963,0.05439002,397.0,,1378.56944692,tx +48151,79534,0.026307447999999997,382.0,,100.75752583999999,tx +48151,79543,0.373692552,382.0,,1431.24247416,tx +48151,79546,0.538827258,382.0,,2063.70839814,tx +48151,79560,0.061172742,382.0,,234.29160186000001,tx +48153,79231,0.016514708,400.0,,94.332012096,tx +48153,79235,0.596937898,400.0,,3409.7092733759996,tx +48153,79241,0.378462068,400.0,,2161.775332416,tx +48153,79258,0.008085326,400.0,,46.183382112000004,tx +48155,79227,1.0,420.0,,1155.0,tx +48157,77053,0.044400625,397.0,26420.0,36039.454505,tx +48157,77406,0.06722379099999999,397.0,26420.0,54564.744469207995,tx +48157,77407,0.073396365,397.0,26420.0,59574.94871412,tx +48157,77417,0.0038060140000000004,397.0,26420.0,3089.2958916320003,tx +48157,77441,0.016228659,397.0,26420.0,13172.607766391999,tx +48157,77444,0.0009070139999999999,397.0,26420.0,736.212379632,tx +48157,77451,8.9e-05,397.0,26420.0,72.24023199999999,tx +48157,77459,0.09980883800000001,397.0,26420.0,81013.63609854401,tx +48157,77461,0.016291806000000002,397.0,26420.0,13223.863428528002,tx +48157,77464,0.000248281,397.0,26420.0,201.52670832799998,tx +48157,77469,0.07006969099999999,397.0,26420.0,56874.72734840799,tx +48157,77471,0.059040575,397.0,26420.0,47922.5262406,tx +48157,77476,0.000268373,397.0,26420.0,217.83514362399998,tx +48157,77477,0.052473335,397.0,26420.0,42591.97633948,tx +48157,77478,0.036276248999999997,397.0,26420.0,29444.995998312,tx +48157,77479,0.132243195,397.0,26420.0,107340.21446316001,tx +48157,77481,2.01e-05,397.0,26420.0,16.3149288,tx +48157,77489,0.052451807999999996,397.0,26420.0,42574.503131904,tx +48157,77494,0.165026292,397.0,26420.0,133949.860900896,tx +48157,77498,0.073917324,397.0,26420.0,59997.804882912,tx +48157,77545,0.035812696,397.0,26420.0,29068.735590848,tx +48159,75457,0.776829708,416.0,,8331.4986183,tx +48159,75480,0.223170292,416.0,,2393.5013817,tx +48161,75838,0.033271826000000004,418.0,,656.0205932420001,tx +48161,75840,0.382135855,418.0,,7534.572653035,tx +48161,75848,0.0070349440000000004,391.0,,138.707990848,tx +48161,75859,0.104659209,391.0,,2063.565623853,tx +48161,75860,0.378964364,418.0,,7472.040364988,tx +48161,76693,0.093933802,418.0,,1852.0927740339998,tx +48163,78005,0.033757833,412.0,,685.486556898,tx +48163,78017,0.277845159,412.0,,5641.923798654,tx +48163,78057,0.029714979,412.0,,603.392363574,tx +48163,78061,0.65868203,412.0,,13375.19730118,tx +48165,79342,0.022915924,400.0,,492.509038608,tx +48165,79359,0.149921067,400.0,,3222.103571964,tx +48165,79360,0.8271630090000001,400.0,,17777.387389428,tx +48167,77510,0.042378550999999993,397.0,26420.0,14499.355060588998,tx +48167,77517,0.015521362,397.0,26420.0,5310.463273318001,tx +48167,77518,0.030545263,397.0,26420.0,10450.725737557,tx +48167,77539,0.125912012,397.0,26420.0,43079.409873667995,tx +48167,77546,0.152440419,397.0,26420.0,52155.812516241,tx +48167,77550,0.061322102999999996,397.0,26420.0,20980.682998317,tx +48167,77551,0.0625,397.0,26420.0,21383.6875,tx +48167,77554,0.025070331,397.0,26420.0,8577.537978009,tx +48167,77563,0.030533827000000003,397.0,26420.0,10446.813035953,tx +48167,77565,0.022714537000000003,397.0,26420.0,7771.528974643001,tx +48167,77568,0.044517062,397.0,26420.0,15231.023075618,tx +48167,77573,0.248519052,397.0,26420.0,85028.059932228,tx +48167,77590,0.09005191900000001,397.0,26420.0,30810.273514741002,tx +48167,77591,0.041303577,397.0,26420.0,14131.564531203001,tx +48167,77617,9.719999999999999e-05,397.0,26420.0,33.255910799999995,tx +48167,77623,0.001255089,397.0,26420.0,429.414895371,tx +48167,77650,0.0053176890000000004,397.0,26420.0,1819.3887967710002,tx +48169,79330,0.022749118999999998,400.0,,141.704262251,tx +48169,79356,0.9772508809999999,400.0,,6087.295737748999,tx +48171,78058,0.040984206,412.0,,1106.081751528,tx +48171,78618,0.012101492,412.0,,326.595066096,tx +48171,78624,0.8023179290000001,412.0,,21652.956267852,tx +48171,78631,0.104416496,412.0,,2817.992394048,tx +48171,78671,0.027749342000000003,412.0,,748.899241896,tx +48171,78675,0.012430535,412.0,,335.47527858,tx +48173,79739,1.0,400.0,,1409.0,tx +48175,77960,0.00880088,417.0,47020.0,67.39713904,tx +48175,77963,0.8976897690000001,417.0,47020.0,6874.508251002,tx +48175,77993,0.029231495,417.0,47020.0,223.85478871,tx +48175,78107,0.064277856,417.0,47020.0,492.23982124799994,tx +48177,78122,0.018343365,412.0,,382.22069650500003,tx +48177,78140,0.18801949,412.0,,3917.76211313,tx +48177,78159,0.053597019,417.0,,1116.801084903,tx +48177,78614,0.027562816,412.0,,574.326396992,tx +48177,78629,0.5754753029999999,412.0,,11991.178888610999,tx +48177,78632,0.04561956599999999,385.0,,950.5748967419999,tx +48177,78677,0.000907614,412.0,,18.911952917999997,tx +48177,78959,0.090474826,412.0,,1885.223949362,tx +48179,79054,0.030893246,383.0,,676.129581956,tx +48179,79057,0.059607843,383.0,,1304.577251898,tx +48179,79065,0.9094989109999999,383.0,,19905.293166146,tx +48181,75020,0.170023741,391.0,43300.0,23159.273809092,tx +48181,75021,0.067670765,391.0,43300.0,9217.57024218,tx +48181,75058,0.019386351,391.0,43300.0,2640.653642412,tx +48181,75076,0.059331005,391.0,43300.0,8081.59485306,tx +48181,75090,0.18584887100000003,391.0,43300.0,25314.846416652003,tx +48181,75092,0.18581106600000002,391.0,43300.0,25309.696921992003,tx +48181,75414,0.021768059,391.0,43300.0,2965.070852508,tx +48181,75459,0.039959776,391.0,43300.0,5443.001008512,tx +48181,75489,0.008483419,391.0,43300.0,1155.5434688280002,tx +48181,75491,0.037147091,391.0,43300.0,5059.879559292,tx +48181,75495,0.064752227,391.0,43300.0,8820.030344124,tx +48181,76233,0.025155378,391.0,43300.0,3426.464348136,tx +48181,76245,0.015636105,391.0,43300.0,2129.82513426,tx +48181,76264,0.011401956999999999,391.0,43300.0,1553.0833668839998,tx +48181,76268,0.002064147,391.0,43300.0,281.161591164,tx +48181,76271,0.013163665,391.0,43300.0,1793.04913698,tx +48181,76273,0.072396377,391.0,43300.0,9861.255303924,tx +48183,75601,0.11678578699999999,399.0,30980.0,14475.014369714998,tx +48183,75602,0.16029833,399.0,30980.0,19868.176511849997,tx +48183,75603,0.043071269,399.0,30980.0,5338.468436205,tx +48183,75604,0.224333748,399.0,30980.0,27805.04639586,tx +48183,75605,0.21709974199999998,399.0,30980.0,26908.42752219,tx +48183,75641,0.0009621230000000001,399.0,30980.0,119.25033523500001,tx +48183,75662,0.185928412,399.0,30980.0,23044.897025339997,tx +48183,75693,0.051520588,399.0,30980.0,6385.71927966,tx +48185,77363,0.099121454,397.0,,2862.62759152,tx +48185,77830,0.097277178,388.0,,2809.36490064,tx +48185,77831,0.106297364,397.0,,3069.86787232,tx +48185,77861,0.080410435,388.0,,2322.2533628,tx +48185,77868,0.570987861,388.0,,16490.12942568,tx +48185,77873,0.043055462,397.0,,1243.44174256,tx +48185,77876,0.002850245,388.0,,82.3150756,tx +48187,78108,0.17234634399999998,412.0,41700.0,28755.470457368,tx +48187,78123,0.011127155,412.0,41700.0,1856.532430285,tx +48187,78124,0.029307967,412.0,41700.0,4889.9463700490005,tx +48187,78154,0.18492205899999997,412.0,41700.0,30853.690777972995,tx +48187,78155,0.225417153,412.0,41700.0,37610.175726591,tx +48187,78638,0.010628924,412.0,41700.0,1773.404082628,tx +48187,78666,0.365719874,385.0,41700.0,61019.263817278,tx +48187,78670,0.000530524,385.0,41700.0,88.516337828,tx +48189,79021,0.004318604,400.0,,144.267285224,tx +48189,79032,0.002173602,400.0,,72.61134841200001,tx +48189,79041,0.085313885,400.0,,2849.99564231,tx +48189,79072,0.769140569,400.0,,25693.909848014002,tx +48189,79250,0.037780638,400.0,,1262.099993028,tx +48189,79311,0.10127270099999999,400.0,,3383.1158496059998,tx +48191,79233,0.03767457,383.0,,111.66742547999999,tx +48191,79239,0.06690483900000001,383.0,,198.305942796,tx +48191,79245,0.779473855,383.0,,2310.36050622,tx +48191,79261,0.115946736,383.0,,343.666125504,tx +48193,76436,0.026794798999999998,418.0,,226.710794339,tx +48193,76457,0.425551159,394.0,,3600.588356299,tx +48193,76531,0.535895986,418.0,,4534.215937546,tx +48193,76565,0.011758055,418.0,,99.484903355,tx +48195,79040,0.323814134,383.0,,1748.272509466,tx +48195,79062,0.03065505,383.0,,165.50661495,tx +48195,79081,0.6455308160000001,383.0,,3485.220875584,tx +48197,79225,0.252736318,420.0,,994.011938694,tx +48197,79252,0.747263682,420.0,,2938.988061306,tx +48199,77374,0.006116853,386.0,13140.0,352.34296650600004,tx +48199,77376,0.009403783,386.0,13140.0,541.6767083660001,tx +48199,77519,0.019844618,386.0,13140.0,1143.089686036,tx +48199,77585,0.017542009,386.0,13140.0,1010.4548024180001,tx +48199,77625,0.176211067,386.0,13140.0,10150.109881334,tx +48199,77656,0.281955284,386.0,13140.0,16241.188268967999,tx +48199,77657,0.379877663,386.0,13140.0,21881.713144126,tx +48199,77659,0.083895803,386.0,13140.0,4832.566044406,tx +48199,77663,0.025152921,386.0,13140.0,1448.8585554420001,tx +48201,77002,0.00293842,397.0,26420.0,13849.728446500001,tx +48201,77003,0.002138371,397.0,26420.0,10078.837493575,tx +48201,77004,0.008002435,397.0,26420.0,37718.076946375004,tx +48201,77005,0.006182135,397.0,26420.0,29138.411448875002,tx +48201,77006,0.004900325,397.0,26420.0,23096.824330624997,tx +48201,77007,0.008117842,397.0,26420.0,38262.02764465,tx +48201,77008,0.007401586999999999,397.0,26420.0,34886.085046775,tx +48201,77009,0.007851087,397.0,26420.0,37004.724634275,tx +48201,77010,0.00018664200000000002,397.0,26420.0,879.7044046500001,tx +48201,77011,0.0038547409999999996,397.0,26420.0,18168.647123824998,tx +48201,77012,0.00421525,397.0,26420.0,19867.84320625,tx +48201,77013,0.0044833040000000005,397.0,26420.0,21131.2688258,tx +48201,77014,0.007893308,397.0,26420.0,37203.7259291,tx +48201,77015,0.012158791,397.0,26420.0,57308.333590075,tx +48201,77016,0.006535499,397.0,26420.0,30803.930824175,tx +48201,77017,0.0070845990000000005,397.0,26420.0,33392.017581675005,tx +48201,77018,0.006113498,397.0,26420.0,28814.902960850002,tx +48201,77019,0.004616032,397.0,26420.0,21756.8590264,tx +48201,77020,0.005575224,397.0,26420.0,26277.8426598,tx +48201,77021,0.0057713930000000005,397.0,26420.0,27202.450911725,tx +48201,77022,0.006122592,397.0,26420.0,28857.7659384,tx +48201,77023,0.00629516,397.0,26420.0,29671.135007,tx +48201,77024,0.008309897,397.0,26420.0,39167.245277525,tx +48201,77025,0.006269394,397.0,26420.0,29549.69147505,tx +48201,77026,0.004845762,397.0,26420.0,22839.65117865,tx +48201,77027,0.003672646,397.0,26420.0,17310.37420795,tx +48201,77028,0.0036204640000000003,397.0,26420.0,17064.4234828,tx +48201,77029,0.003916882,397.0,26420.0,18461.53785265,tx +48201,77030,0.00237373,397.0,26420.0,11188.16095225,tx +48201,77031,0.003796929,397.0,26420.0,17896.160378925,tx +48201,77032,0.0030514440000000004,397.0,26420.0,14382.447291300003,tx +48201,77033,0.006474656,397.0,26420.0,30517.157991199998,tx +48201,77034,0.008776068,397.0,26420.0,41364.4607061,tx +48201,77035,0.008341292,397.0,26420.0,39315.2201159,tx +48201,77036,0.016635598999999997,397.0,26420.0,78408.98465667499,tx +48201,77037,0.004430689,397.0,26420.0,20883.277230925,tx +48201,77038,0.006791212,397.0,26420.0,32009.189299899997,tx +48201,77039,0.006145976,397.0,26420.0,28967.9823302,tx +48201,77040,0.010455846,397.0,26420.0,49281.80034795,tx +48201,77041,0.007553369,397.0,26420.0,35601.482941925,tx +48201,77042,0.009205431,397.0,26420.0,43388.188068075004,tx +48201,77043,0.005509835,397.0,26420.0,25969.643051375002,tx +48201,77044,0.009935111,397.0,26420.0,46827.407054074996,tx +48201,77045,0.008071722,397.0,26420.0,38044.64909565,tx +48201,77046,0.00021002599999999998,397.0,26420.0,989.9207964499999,tx +48201,77047,0.006429186999999999,397.0,26420.0,30302.847816774996,tx +48201,77048,0.0038369859999999997,397.0,26420.0,18084.962038449998,tx +48201,77049,0.007628069,397.0,26420.0,35953.568319425,tx +48201,77050,0.001082393,397.0,26420.0,5101.669986725,tx +48201,77051,0.003692133,397.0,26420.0,17402.222772225,tx +48201,77054,0.004915915,397.0,26420.0,23170.305067375,tx +48201,77055,0.009674202,397.0,26420.0,45597.65814165,tx +48201,77056,0.004721695,397.0,26420.0,22254.883085874997,tx +48201,77057,0.008986311,397.0,26420.0,42355.404294075,tx +48201,77058,0.003661603,397.0,26420.0,17258.324959974998,tx +48201,77059,0.003668748,397.0,26420.0,17292.0016671,tx +48201,77060,0.009706247,397.0,26420.0,45748.696641275,tx +48201,77061,0.005544478,397.0,26420.0,26132.92676935,tx +48201,77062,0.005707086,397.0,26420.0,26899.35112095,tx +48201,77063,0.008435912,397.0,26420.0,39761.1949274,tx +48201,77064,0.010780629,397.0,26420.0,50812.608181425,tx +48201,77065,0.008285213,397.0,26420.0,39050.901563225,tx +48201,77066,0.007947006,397.0,26420.0,37456.82205495,tx +48201,77067,0.007486247,397.0,26420.0,35285.115141275,tx +48201,77068,0.002379793,397.0,26420.0,11216.737841724998,tx +48201,77069,0.004032072,397.0,26420.0,19004.465759400002,tx +48201,77070,0.011527413,397.0,26420.0,54332.443878225,tx +48201,77071,0.006183434,397.0,26420.0,29144.534058049998,tx +48201,77072,0.013384955,397.0,26420.0,63087.643025375,tx +48201,77073,0.00903871,397.0,26420.0,42602.377810750004,tx +48201,77074,0.008960978,397.0,26420.0,42236.00163185,tx +48201,77075,0.00951246,397.0,26420.0,44835.3155295,tx +48201,77076,0.0075750209999999995,397.0,26420.0,35703.535854825,tx +48201,77077,0.012586638999999998,397.0,26420.0,59324.92026467499,tx +48201,77078,0.00333682,397.0,26420.0,15727.517126499999,tx +48201,77079,0.007311514,397.0,26420.0,34461.54172405,tx +48201,77080,0.009923635,397.0,26420.0,46773.316936375,tx +48201,77081,0.011276031,397.0,26420.0,53147.598813075005,tx +48201,77082,0.012022815,397.0,26420.0,56667.434509875,tx +48201,77083,0.017320891,397.0,26420.0,81638.988572575,tx +48201,77084,0.023319416000000003,397.0,26420.0,109911.98641820002,tx +48201,77085,0.003956722,397.0,26420.0,18649.31672065,tx +48201,77086,0.006317678,397.0,26420.0,29777.26965935,tx +48201,77087,0.007982948,397.0,26420.0,37626.2283821,tx +48201,77088,0.012342401999999999,397.0,26420.0,58173.751906649995,tx +48201,77089,0.011663172,397.0,26420.0,54972.3201669,tx +48201,77090,0.008526852,397.0,26420.0,40189.8247029,tx +48201,77091,0.005862981999999999,397.0,26420.0,27634.139635149997,tx +48201,77092,0.008451935,397.0,26420.0,39836.716533875006,tx +48201,77093,0.010149466999999999,397.0,26420.0,47837.73654777499,tx +48201,77094,0.002102428,397.0,26420.0,9909.426453099999,tx +48201,77095,0.015563166000000002,397.0,26420.0,73354.25938695001,tx +48201,77096,0.00731173,397.0,26420.0,34462.55980225,tx +48201,77098,0.0029336559999999998,397.0,26420.0,13827.274166199999,tx +48201,77099,0.011552963000000001,397.0,26420.0,54452.869331975,tx +48201,77201,0.0,397.0,26420.0,0.0,tx +48201,77336,0.0026900690000000002,397.0,26420.0,12679.169469425002,tx +48201,77338,0.009264325,397.0,26420.0,43665.774630625005,tx +48201,77339,0.008921788,397.0,26420.0,42051.2864251,tx +48201,77345,0.006236699,397.0,26420.0,29395.589314175002,tx +48201,77346,0.014283305,397.0,26420.0,67321.858539125,tx +48201,77373,0.012794933,397.0,26420.0,60306.677582225,tx +48201,77375,0.011429112,397.0,26420.0,53869.1193174,tx +48201,77377,0.008014776999999999,397.0,26420.0,37776.24880352499,tx +48201,77379,0.017318726,397.0,26420.0,81628.78422395,tx +48201,77388,0.010715023,397.0,26420.0,50503.385781475,tx +48201,77389,0.007653835,397.0,26420.0,36075.011851375,tx +48201,77396,0.012509557,397.0,26420.0,58961.607747024995,tx +48201,77401,0.004175193,397.0,26420.0,19679.041546725,tx +48201,77429,0.019128416999999998,397.0,26420.0,90158.44605652499,tx +48201,77433,0.017810448,397.0,26420.0,83946.4298196,tx +48201,77447,0.0032952479999999998,397.0,26420.0,15531.5747796,tx +48201,77449,0.026591929,397.0,26420.0,125336.403753925,tx +48201,77450,0.015953988,397.0,26420.0,75196.3304901,tx +48201,77493,0.006984349,397.0,26420.0,32919.506750425,tx +48201,77502,0.008286729,397.0,26420.0,39058.046963925,tx +48201,77503,0.005572842,397.0,26420.0,26266.61551965,tx +48201,77504,0.0051694620000000005,397.0,26420.0,24365.354481150003,tx +48201,77505,0.005201290999999999,397.0,26420.0,24515.374902574997,tx +48201,77506,0.008350819,397.0,26420.0,39360.123963175,tx +48201,77507,0.0,397.0,26420.0,0.0,tx +48201,77520,0.007788295,397.0,26420.0,36708.765530874996,tx +48201,77521,0.012931125,397.0,26420.0,60948.594740625,tx +48201,77530,0.007128336,397.0,26420.0,33598.1642772,tx +48201,77532,0.006410781999999999,397.0,26420.0,30216.099070149998,tx +48201,77536,0.007148473000000001,397.0,26420.0,33693.076502725,tx +48201,77547,0.002171282,397.0,26420.0,10233.95773265,tx +48201,77562,0.0022474979999999997,397.0,26420.0,10593.18851085,tx +48201,77571,0.008089261,397.0,26420.0,38127.316102825,tx +48201,77586,0.00487759,397.0,26420.0,22989.66688675,tx +48201,77587,0.0036895340000000004,397.0,26420.0,17389.972840550003,tx +48201,77598,0.005731986,397.0,26420.0,27016.71291345,tx +48203,75642,0.001336496,219.0,30980.0,88.947818288,tx +48203,75650,0.178695128,399.0,30980.0,11892.696853784,tx +48203,75651,0.035200663,399.0,30980.0,2342.709724639,tx +48203,75661,0.054909269000000004,219.0,30980.0,3654.3765797570004,tx +48203,75670,0.339884045,219.0,30980.0,22620.302846885003,tx +48203,75672,0.300617423,219.0,30980.0,20006.991352918998,tx +48203,75692,0.08935697599999999,219.0,30980.0,5946.974823727999,tx +48205,79018,0.31409002,383.0,,1751.3659515200002,tx +48205,79044,0.68590998,383.0,,3824.6340484800003,tx +48207,76388,0.044965615,382.0,,254.41544967000002,tx +48207,79521,0.66319873,382.0,,3752.37841434,tx +48207,79539,0.029800741000000002,382.0,,168.612592578,tx +48207,79544,0.099982366,382.0,,565.700226828,tx +48207,79547,0.130664786,382.0,,739.301359188,tx +48207,79548,0.031387762,382.0,,177.591957396,tx +48209,78610,0.24717773399999998,385.0,12420.0,56898.089767194,tx +48209,78619,0.031482771,385.0,12420.0,7247.050539261,tx +48209,78620,0.118742659,385.0,12420.0,27333.491417869,tx +48209,78640,0.39842304799999995,385.0,12420.0,91713.39984216799,tx +48209,78676,0.09050945,385.0,12420.0,20834.460804950002,tx +48209,78737,0.113664339,385.0,12420.0,26164.507858749002,tx +48211,79014,1.0,383.0,,3819.0,tx +48213,75124,0.042776234,391.0,,3539.177272458,tx +48213,75143,0.152853174,391.0,,12646.613057238,tx +48213,75147,0.075357982,391.0,,6234.893356734,tx +48213,75148,0.064757427,391.0,,5357.835237699001,tx +48213,75156,0.172130797,391.0,,14241.585751389,tx +48213,75163,0.030465912,391.0,,2520.658161144,tx +48213,75751,0.180113272,391.0,,14902.031785464,tx +48213,75752,0.07717461,391.0,,6385.19570757,tx +48213,75756,0.049273349,416.0,,4076.729076213,tx +48213,75758,0.086759991,416.0,,7178.261375366999,tx +48213,75770,0.03444112,391.0,,2849.5549454399998,tx +48213,75778,0.033896132,391.0,,2804.4642732840002,tx +48215,78501,0.074823196,402.0,32580.0,64999.43412757199,tx +48215,78503,0.025941000000000002,402.0,32580.0,22535.128287000003,tx +48215,78504,0.065929745,402.0,32580.0,57273.630989715,tx +48215,78516,0.04132029,402.0,32580.0,35895.22516503,tx +48215,78537,0.055741245,396.0,32580.0,48422.809720215,tx +48215,78538,0.0135674,396.0,32580.0,11786.0953518,tx +48215,78539,0.041584009,402.0,32580.0,36124.319706363,tx +48215,78541,0.052602518,402.0,32580.0,45696.175604226,tx +48215,78542,0.088968659,402.0,32580.0,77287.696853913,tx +48215,78543,0.010734775,396.0,32580.0,9325.374185925,tx +48215,78549,0.00101367,402.0,32580.0,880.58222469,tx +48215,78557,0.016508336999999998,402.0,32580.0,14340.907910258999,tx +48215,78558,0.001177317,402.0,32580.0,1022.743519119,tx +48215,78560,0.005985479,402.0,32580.0,5199.627505653,tx +48215,78562,0.00490117,396.0,32580.0,4257.68068719,tx +48215,78563,0.00022369,402.0,32580.0,194.32106883,tx +48215,78565,0.00013185899999999999,402.0,32580.0,114.54683631299999,tx +48215,78570,0.040744582,396.0,32580.0,35395.103595474,tx +48215,78572,0.09443611800000001,402.0,32580.0,82037.31675942602,tx +48215,78573,0.04572581,402.0,32580.0,39722.33122767,tx +48215,78574,0.07304073900000001,402.0,32580.0,63451.001254473005,tx +48215,78576,0.012916343,402.0,32580.0,11220.517578501,tx +48215,78577,0.091636459,402.0,32580.0,79605.233388513,tx +48215,78579,0.006642421999999999,396.0,32580.0,5770.318488354,tx +48215,78589,0.049009347,402.0,32580.0,42574.762804329,tx +48215,78595,0.007126299,402.0,32580.0,6190.665825393,tx +48215,78596,0.077567522,396.0,32580.0,67383.449334054,tx +48217,76055,0.083970177,418.0,,3077.4230168729996,tx +48217,76621,0.027027027000000002,418.0,,990.513512523,tx +48217,76622,0.033115874,418.0,,1213.6636662259998,tx +48217,76627,0.048897172999999995,394.0,,1792.0324932769997,tx +48217,76628,0.001056229,418.0,,38.709736621,tx +48217,76631,0.018390805,418.0,,674.004612445,tx +48217,76636,0.04361603,394.0,,1598.48388347,tx +48217,76645,0.32491457,418.0,,11907.79407593,tx +48217,76650,0.004597701,418.0,,168.501143949,tx +48217,76660,0.018235477,418.0,,668.311996573,tx +48217,76666,0.008853681,418.0,,324.478554969,tx +48217,76673,0.052718235,418.0,,1932.070594515,tx +48217,76676,0.009226468,418.0,,338.140825732,tx +48217,76692,0.325380553,418.0,,11924.871886897,tx +48219,79313,0.07065511599999999,400.0,,1626.5514254359998,tx +48219,79336,0.785327558,400.0,,18079.025712718,tx +48219,79353,0.0023461470000000002,400.0,,54.01065008700001,tx +48219,79358,0.049088612000000004,400.0,,1130.068936852,tx +48219,79367,0.032439993,400.0,,746.801078853,tx +48219,79372,0.054547915999999995,400.0,,1255.747574236,tx +48219,79380,0.005594658000000001,400.0,,128.79462181800002,tx +48221,76048,0.40608162700000006,394.0,,25032.089733161003,tx +48221,76049,0.492978852,394.0,,30388.695373836003,tx +48221,76462,0.056775322999999996,394.0,,3499.801235689,tx +48221,76476,0.044164197,394.0,,2722.413595671,tx +48223,75420,0.02195859,391.0,,814.31235156,tx +48223,75431,0.054258534000000004,391.0,,2012.1234748560003,tx +48223,75433,0.058511472,391.0,,2169.839427648,tx +48223,75437,0.030464466000000003,391.0,,1129.7442571440001,tx +48223,75471,0.033307219,391.0,,1235.164909396,tx +48223,75478,0.021242306000000002,391.0,,787.7496757040001,tx +48223,75481,0.008192501,391.0,,303.810707084,tx +48223,75482,0.559664242,391.0,,20754.588750328,tx +48223,75494,0.21240067199999998,416.0,,7876.666520448,tx +48225,75835,0.464294673,416.0,,10663.920049463999,tx +48225,75844,0.250898905,416.0,,5762.64605004,tx +48225,75847,0.077598461,397.0,,1782.2814522479998,tx +48225,75849,0.0032611420000000003,416.0,,74.90190945600001,tx +48225,75851,0.203946818,416.0,,4684.250515824,tx +48225,75858,0.0,397.0,,0.0,tx +48227,79511,0.031166398999999997,400.0,,1142.684852936,tx +48227,79713,0.010272873,400.0,,376.644615672,tx +48227,79720,0.94588015,400.0,,34679.7498196,tx +48227,79733,0.005992509,400.0,,219.709349976,tx +48227,79748,0.006688068,400.0,,245.211325152,tx +48229,79837,0.07093646299999999,393.0,21340.0,346.59555821799995,tx +48229,79839,0.524878796,393.0,21340.0,2564.557797256,tx +48229,79847,0.039806073,393.0,21340.0,194.49247267799998,tx +48229,79851,0.36437866799999996,393.0,21340.0,1780.3541718479999,tx +48231,75135,0.09352639900000001,391.0,19100.0,9221.141783006002,tx +48231,75401,0.228446554,391.0,19100.0,22523.459545076,tx +48231,75402,0.212065814,391.0,19100.0,20908.416865516,tx +48231,75422,0.039965132,391.0,19100.0,3940.3222244080002,tx +48231,75423,0.033911643,391.0,19100.0,3343.484529942,tx +48231,75428,0.13258350800000002,391.0,19100.0,13071.938387752001,tx +48231,75453,0.034843881,391.0,19100.0,3435.397603314,tx +48231,75474,0.17850527300000002,391.0,19100.0,17599.548886162003,tx +48231,75496,0.046151797,391.0,19100.0,4550.290273418,tx +48233,79007,0.667051436,383.0,,13966.722966968002,tx +48233,79036,0.237094838,383.0,,4964.291718044,tx +48233,79078,0.011496906000000001,383.0,,240.72221782800003,tx +48233,79083,0.08435682,383.0,,1766.26309716,tx +48235,76930,0.065934066,411.0,41660.0,101.27472537599999,tx +48235,76941,0.934065934,411.0,41660.0,1434.7252746240001,tx +48237,76427,0.108169656,394.0,,966.49587636,tx +48237,76458,0.857529177,420.0,,7662.023196495,tx +48237,76459,0.034301167,420.0,,306.480927145,tx +48239,77957,0.595837367,417.0,,8794.55953692,tx +48239,77961,0.020951459,417.0,,309.24353484,tx +48239,77962,0.256119486,417.0,,3780.3236133600003,tx +48239,77969,0.008781635,417.0,,129.61693259999998,tx +48239,77970,0.020951459,417.0,,309.24353484,tx +48239,77971,0.07004563700000001,417.0,,1033.8736021200002,tx +48239,77991,0.027312958,417.0,,403.13926008,tx +48241,75931,0.055793068,386.0,,1982.271912972,tx +48241,75951,0.435132156,386.0,,15459.810370524,tx +48241,75956,0.22881880000000002,386.0,,8129.703145200001,tx +48241,77612,0.25578769100000004,386.0,,9087.880873539001,tx +48241,77615,0.024468285,386.0,,869.333697765,tx +48243,79734,0.961832061,406.0,,2187.206106714,tx +48243,79854,0.038167939,393.0,,86.793893286,tx +48245,77613,0.0037917420000000003,386.0,13140.0,953.8695762300001,tx +48245,77619,0.06205384,386.0,13140.0,15610.5742596,tx +48245,77622,0.005087155,386.0,13140.0,1279.750147575,tx +48245,77627,0.085190158,386.0,13140.0,21430.86209727,tx +48245,77629,0.0027640729999999997,386.0,13140.0,695.3440242449999,tx +48245,77640,0.062195587999999996,386.0,13140.0,15646.233095219999,tx +48245,77642,0.154118745,386.0,13140.0,38770.882085925,tx +48245,77651,0.050607742000000004,386.0,13140.0,12731.136616230002,tx +48245,77655,0.001299351,386.0,13140.0,326.871234315,tx +48245,77701,0.054686915999999995,386.0,13140.0,13757.314023539999,tx +48245,77702,0.010875171999999999,386.0,13140.0,2735.8126441799996,tx +48245,77703,0.054371921,386.0,13140.0,13678.072306364998,tx +48245,77705,0.158485351,386.0,13140.0,39869.367324315,tx +48245,77706,0.11730380800000001,386.0,13140.0,29509.532459520004,tx +48245,77707,0.073271568,386.0,13140.0,18432.56200392,tx +48245,77708,0.050863674000000005,386.0,13140.0,12795.520149810001,tx +48245,77713,0.053033196,386.0,13140.0,13341.29595174,tx +48247,78361,1.0,412.0,,5200.0,tx +48249,78332,0.681760384,390.0,,27599.023865088002,tx +48249,78342,0.010054629,390.0,,407.031491178,tx +48249,78372,0.145380051,390.0,,5885.275224582,tx +48249,78375,0.06960535,390.0,,2817.7637787,tx +48249,78383,0.093199586,390.0,,3772.905640452,tx +48251,76009,0.11734099199999999,394.0,19100.0,20630.541190464,tx +48251,76028,0.387100912,394.0,19100.0,68058.921045104,tx +48251,76031,0.093996598,394.0,19100.0,16526.199870566,tx +48251,76033,0.146725037,394.0,19100.0,25796.755830229,tx +48251,76035,0.009223990999999999,394.0,19100.0,1621.7344256469999,tx +48251,76044,0.021247525,394.0,19100.0,3735.676102925,tx +48251,76050,0.034804673,394.0,19100.0,6119.253192841,tx +48251,76058,0.103365586,394.0,19100.0,18173.427233762,tx +48251,76059,0.029060592000000003,394.0,19100.0,5109.346103664,tx +48251,76061,0.00021749400000000002,394.0,19100.0,38.239142598,tx +48251,76084,0.047140507000000005,391.0,19100.0,8288.102519219,tx +48251,76093,0.009776092,394.0,19100.0,1718.8031671640001,tx +48253,79501,0.245961154,382.0,10180.0,4939.637855782,tx +48253,79503,0.008531494,382.0,10180.0,171.33799400200002,tx +48253,79520,0.20784171399999998,382.0,10180.0,4174.085142262,tx +48253,79525,0.200308586,382.0,10180.0,4022.797332638,tx +48253,79533,0.037393356,382.0,10180.0,750.970768548,tx +48253,79553,0.299963696,382.0,10180.0,6024.170906768,tx +48255,78113,0.177883486,412.0,,2775.160265086,tx +48255,78116,0.016502232,412.0,,257.451321432,tx +48255,78117,0.023960536,412.0,,373.808322136,tx +48255,78118,0.238254639,412.0,,3717.0106230389997,tx +48255,78119,0.45055203200000005,412.0,,7029.062251232001,tx +48255,78144,0.002525253,412.0,,39.396472053,tx +48255,78151,0.09032182300000001,412.0,,1409.1107606230003,tx +48257,75114,0.059955727,391.0,19100.0,8163.212053958,tx +48257,75126,0.41965257200000006,391.0,19100.0,57137.37628808801,tx +48257,75142,0.17876974399999998,391.0,19100.0,24340.215724576,tx +48257,75157,0.002251154,391.0,19100.0,306.503621716,tx +48257,75158,0.036196676000000004,391.0,19100.0,4928.322224104,tx +48257,75160,0.237468578,391.0,19100.0,32332.296769012002,tx +48257,75161,0.065705549,391.0,19100.0,8946.073318546,tx +48259,78004,0.023109088,412.0,41700.0,1096.087152928,tx +48259,78006,0.8147809090000001,412.0,41700.0,38645.873294779005,tx +48259,78013,0.151990499,412.0,41700.0,7209.061358069,tx +48259,78027,0.010119504,412.0,41700.0,479.978194224,tx +48261,78338,0.088850174,390.0,,35.895470296,tx +48261,78385,0.9111498259999999,390.0,,368.10452970399996,tx +48263,79518,0.040053405,400.0,,30.52069461,tx +48263,79528,0.959946595,400.0,,731.47930539,tx +48265,78010,0.06746343099999999,412.0,,3548.5764705999995,tx +48265,78024,0.023178608,412.0,,1219.1947808,tx +48265,78025,0.095551397,412.0,,5026.0034822,tx +48265,78028,0.813806563,412.0,,42806.2252138,tx +48265,78029,0.0,412.0,,0.0,tx +48267,76849,0.93651943,412.0,,4061.68476791,tx +48267,76854,0.06348057,412.0,,275.31523209,tx +48267,76874,0.0,411.0,,0.0,tx +48269,79236,1.0,400.0,,272.0,tx +48271,78832,1.0,412.0,,3667.0,tx +48273,78363,0.9531826859999999,390.0,,29243.644806479995,tx +48273,78379,0.046817314000000006,390.0,,1436.3551935200003,tx +48275,76363,0.142818132,420.0,,523.2856356479999,tx +48275,76371,0.375750956,420.0,,1376.7515027840002,tx +48275,79505,0.078372474,420.0,,287.156744736,tx +48275,79529,0.40305843799999996,420.0,,1476.8061168319998,tx +48277,75411,0.026000977,391.0,,1296.382712243,tx +48277,75416,0.063130697,391.0,,3147.633421723,tx +48277,75421,0.010009766,391.0,,499.076922994,tx +48277,75435,0.025858561000000002,391.0,,1289.2819928990002,tx +48277,75460,0.471822103,391.0,,23524.578233477,tx +48277,75462,0.2362264,391.0,,11778.0120776,tx +48277,75468,0.016215007,391.0,,808.464034013,tx +48277,75470,0.008829753000000001,391.0,,440.242654827,tx +48277,75473,0.074707031,391.0,,3724.8178586289996,tx +48277,75477,0.024495443,391.0,,1221.318292537,tx +48277,75486,0.042704264000000006,391.0,,2129.1918987760005,tx +48279,79031,0.10967597400000001,400.0,,1414.0523327820001,tx +48279,79064,0.17784082399999998,400.0,,2292.9017438319997,tx +48279,79082,0.017843811,400.0,,230.060255223,tx +48279,79312,0.073615052,400.0,,949.118865436,tx +48279,79326,0.008137972,400.0,,104.92287299600001,tx +48279,79339,0.49708824799999995,400.0,,6408.958781463999,tx +48279,79369,0.01007914,400.0,,129.95035202,tx +48279,79371,0.105718979,400.0,,1363.034796247,tx +48281,76525,0.069667117,418.0,28660.0,1492.826983076,tx +48281,76550,0.830918808,413.0,28660.0,17804.928217824,tx +48281,76853,0.099414075,413.0,28660.0,2130.2447991,tx +48283,78001,0.0,412.0,,0.0,tx +48283,78014,0.758997169,412.0,,5707.65871088,tx +48283,78019,0.198139911,412.0,,1490.01213072,tx +48283,78021,0.04286292,412.0,,322.3291584,tx +48285,77964,0.33582723299999995,397.0,,6768.262053881999,tx +48285,77975,0.06931694099999999,397.0,,1397.0136289139998,tx +48285,77984,0.162898856,417.0,,3283.063543824,tx +48285,77987,0.010919238000000001,417.0,,220.06632265200003,tx +48285,77995,0.42103773200000005,417.0,,8485.594450728002,tx +48287,77853,0.070371269,385.0,,1213.130306291,tx +48287,78942,0.5234773110000001,385.0,,9024.225364329,tx +48287,78946,0.075649114,397.0,,1304.1150762460002,tx +48287,78947,0.284396991,413.0,,4902.719727848999,tx +48287,78948,0.046105314,385.0,,794.809508046,tx +48289,75831,0.268026149,416.0,,4664.727097196,tx +48289,75833,0.153380818,388.0,,2669.439756472,tx +48289,75846,0.141916285,416.0,,2469.91102414,tx +48289,75850,0.032881257000000004,388.0,,572.2653968280001,tx +48289,75855,0.14479461400000002,416.0,,2520.0054620560004,tx +48289,77855,0.009513123,388.0,,165.566392692,tx +48289,77865,0.11088886699999999,388.0,,1929.9098412679998,tx +48289,77871,0.138598888,388.0,,2412.175046752,tx +48291,77327,0.2945223,397.0,26420.0,25982.4627837,tx +48291,77368,0.002122545,397.0,26420.0,187.248797355,tx +48291,77369,0.007301043,397.0,26420.0,644.090712417,tx +48291,77533,0.009193433,386.0,26420.0,811.035465827,tx +48291,77535,0.438458981,397.0,26420.0,38680.412844839004,tx +48291,77538,0.013170008,386.0,26420.0,1161.844935752,tx +48291,77561,0.001010127,397.0,26420.0,89.112393813,tx +48291,77564,0.021455606000000002,386.0,26420.0,1892.7921057140002,tx +48291,77575,0.212765957,397.0,26420.0,18769.999960583,tx +48293,76635,0.053624978,418.0,,1256.808609386,tx +48293,76642,0.297671547,418.0,,6976.528047039,tx +48293,76653,0.05525665900000001,418.0,,1295.0503169830001,tx +48293,76667,0.48932792399999997,418.0,,11468.378554788,tx +48293,76678,0.011377668,418.0,,266.658404916,tx +48293,76686,0.009040395,418.0,,211.87973761499998,tx +48293,76687,0.083700829,418.0,,1961.6963292730002,tx +48295,79005,0.47562391200000004,383.0,,1537.692107496,tx +48295,79024,0.137840975,339.0,,445.639872175,tx +48295,79034,0.169762043,339.0,,548.840685019,tx +48295,79046,0.195589089,339.0,,632.339524737,tx +48295,79056,0.021183981,383.0,,68.487810573,tx +48297,78022,0.45839499100000003,390.0,,5595.627655137,tx +48297,78060,0.013090495,390.0,,159.795672465,tx +48297,78071,0.5050654520000001,390.0,,6165.333972564001,tx +48297,78075,0.023449061,412.0,,286.242687627,tx +48299,76831,0.001494892,412.0,,32.58117114,tx +48299,76885,0.013370982,385.0,,291.42055269,tx +48299,78607,0.001702516,385.0,,37.10633622,tx +48299,78609,0.084876671,385.0,,1849.8870444450001,tx +48299,78639,0.349181962,385.0,,7610.42086179,tx +48299,78643,0.26015281100000004,385.0,,5670.030515745001,tx +48299,78657,0.240511585,385.0,,5241.949995075,tx +48299,78672,0.048708579,385.0,,1061.603479305,tx +48301,79754,1.0,406.0,,169.0,tx +48303,79329,0.01024265,400.0,31180.0,3181.04956785,tx +48303,79350,0.00139793,400.0,31180.0,434.15372217,tx +48303,79363,0.018587164,400.0,31180.0,5772.596936316,tx +48303,79364,0.025841822,400.0,31180.0,8025.668816718,tx +48303,79366,0.003498137,400.0,31180.0,1086.412909953,tx +48303,79382,0.023993375,400.0,31180.0,7451.598480375001,tx +48303,79401,0.027478261,400.0,31180.0,8533.896040509,tx +48303,79403,0.060114285999999996,400.0,31180.0,18669.633688734,tx +48303,79404,0.034451346,400.0,31180.0,10699.520075874001,tx +48303,79406,0.02279089,400.0,31180.0,7078.14391641,tx +48303,79407,0.073093168,400.0,31180.0,22700.472092592,tx +48303,79410,0.033656315,400.0,31180.0,10452.608093235,tx +48303,79411,0.025056729,400.0,31180.0,7781.843268801,tx +48303,79412,0.054956522,400.0,31180.0,17067.792081018,tx +48303,79413,0.073477433,400.0,31180.0,22819.812889376997,tx +48303,79414,0.061641407999999995,400.0,31180.0,19143.910441152,tx +48303,79415,0.057119669000000005,400.0,31180.0,17739.598481661,tx +48303,79416,0.111953623,400.0,31180.0,34769.324741487,tx +48303,79423,0.127691925,400.0,31180.0,39657.153455325,tx +48303,79424,0.15295735,400.0,31180.0,47503.811232149994,tx +48305,79373,0.642314567,400.0,31180.0,3822.413988217,tx +48305,79381,0.357685433,400.0,31180.0,2128.586011783,tx +48307,76825,0.795273748,411.0,,6349.465604032,tx +48307,76836,0.001871783,411.0,,14.944315472,tx +48307,76842,0.03111839,412.0,,248.44922576,tx +48307,76852,0.024099204,411.0,,192.408044736,tx +48307,76858,0.029948526,411.0,,239.109031584,tx +48307,76872,0.104819841,411.0,,836.881610544,tx +48307,76887,0.012868507,411.0,,102.74215988799999,tx +48309,76524,0.011644971,418.0,47380.0,2988.3673929330002,tx +48309,76557,0.020505275,413.0,47380.0,5262.125186325,tx +48309,76624,0.0076143240000000004,418.0,47380.0,1954.010667852,tx +48309,76630,0.005027431,418.0,47380.0,1290.154425513,tx +48309,76633,0.020908735,418.0,47380.0,5365.662301905,tx +48309,76638,0.01211963,418.0,47380.0,3110.1758094899997,tx +48309,76640,0.012487491000000002,418.0,47380.0,3204.5774028930005,tx +48309,76643,0.056749455,418.0,47380.0,14563.215390464999,tx +48309,76654,0.000628923,418.0,47380.0,161.396107029,tx +48309,76655,0.034222924,418.0,47380.0,8782.389425652,tx +48309,76657,0.039147512,418.0,47380.0,10046.151971976,tx +48309,76664,0.014880563999999999,418.0,47380.0,3818.6949753719996,tx +48309,76682,0.011142623,418.0,47380.0,2859.4533421290002,tx +48309,76691,0.025979677000000003,418.0,47380.0,6666.982650771,tx +48309,76701,0.007918897,418.0,47380.0,2032.1711048309999,tx +48309,76704,0.029816505,418.0,47380.0,7651.600962615,tx +48309,76705,0.12353004,418.0,47380.0,31700.64945492,tx +48309,76706,0.152670155,418.0,47380.0,39178.673186565,tx +48309,76707,0.060985788,418.0,47380.0,15650.355873924,tx +48309,76708,0.108645521,418.0,47380.0,27880.939535583,tx +48309,76710,0.09764134,418.0,47380.0,25057.013594819997,tx +48309,76711,0.038653076,418.0,47380.0,9919.268322348,tx +48309,76712,0.100876933,418.0,47380.0,25887.341177259,tx +48309,76798,0.006202213000000001,418.0,47380.0,1591.630506699,tx +48311,78007,0.285496183,412.0,,212.123663969,tx +48311,78072,0.714503817,412.0,,530.8763360309999,tx +48313,75852,0.331033459,388.0,,4728.481928356,tx +48313,77864,0.5340158770000001,388.0,,7627.882787068002,tx +48313,77872,0.134950664,388.0,,1927.635284576,tx +48315,75630,0.22,399.0,,2167.88,tx +48315,75657,0.78,399.0,,7686.12,tx +48317,79749,0.068945869,406.0,33260.0,397.88660999900003,tx +48317,79782,0.87711301,406.0,33260.0,5061.81918071,tx +48317,79783,0.053941120999999995,406.0,33260.0,311.29420929099996,tx +48319,76820,0.034997427000000005,412.0,,149.57900299800002,tx +48319,76856,0.939269171,412.0,,4014.436436854,tx +48319,76869,0.025733402000000002,385.0,,109.98456014800001,tx +48321,77414,0.652318151,397.0,,23902.894007093,tx +48321,77415,0.002311353,397.0,,84.69490797899999,tx +48321,77419,0.039483345,397.0,,1446.7882108350002,tx +48321,77428,0.0,397.0,,0.0,tx +48321,77440,0.000625425,397.0,,22.917448274999998,tx +48321,77456,0.04318150900000001,397.0,,1582.3000342870002,tx +48321,77457,0.010768185,397.0,,394.578602955,tx +48321,77458,0.002365738,397.0,,86.68773753400001,tx +48321,77465,0.190373895,397.0,,6975.870634485,tx +48321,77468,0.00114208,397.0,,41.849237439999996,tx +48321,77482,0.05128484,397.0,,1879.23039212,tx +48321,77483,0.0061454790000000006,397.0,,225.18878699700002,tx +48323,78852,0.986120268,412.0,,57906.954377496,tx +48323,78860,0.00039904199999999995,412.0,,23.432544324,tx +48323,78877,0.01348069,412.0,,791.61307818,tx +48325,78009,0.193586058,412.0,41700.0,9985.943215872001,tx +48325,78016,0.22516169600000002,412.0,41700.0,11614.740926464001,tx +48325,78039,0.039233741,412.0,41700.0,2023.8332957440002,tx +48325,78056,0.043478261,412.0,41700.0,2242.7826154239997,tx +48325,78059,0.132725476,412.0,41700.0,6846.5109539840005,tx +48325,78066,0.014372979,412.0,41700.0,741.415748736,tx +48325,78850,0.029307402000000003,412.0,41700.0,1511.7930247680001,tx +48325,78861,0.31362288899999996,412.0,41700.0,16177.923106175998,tx +48325,78886,0.008511498000000001,412.0,41700.0,439.05711283200003,tx +48327,76841,0.012094823000000001,411.0,,25.858731574000004,tx +48327,76848,0.030962748,411.0,,66.198355224,tx +48327,76859,0.956942429,411.0,,2045.942913202,tx +48329,79701,0.191869441,406.0,33260.0,33928.656990912,tx +48329,79703,0.144453681,406.0,33260.0,25544.033318592,tx +48329,79705,0.257780222,406.0,33260.0,45583.792216704,tx +48329,79706,0.162004888,406.0,33260.0,28647.648354816003,tx +48329,79707,0.243891768,406.0,33260.0,43127.869118976,tx +48331,76518,0.07802448599999999,413.0,,1936.8018159779997,tx +48331,76520,0.328740403,413.0,,8160.323023669001,tx +48331,76523,0.0,413.0,,0.0,tx +48331,76556,0.05694127400000001,413.0,,1413.4532445020002,tx +48331,76567,0.380576883,413.0,,9447.059966709,tx +48331,76577,0.12666528300000002,413.0,,3144.2123199090006,tx +48331,77857,0.02905167,413.0,,721.14960441,tx +48333,76844,0.778898697,382.0,,3795.573350481,tx +48333,76864,0.172761665,382.0,,841.8675935450001,tx +48333,76870,0.048339639000000004,382.0,,235.559060847,tx +48335,79512,0.895647127,400.0,,7653.304700215001,tx +48335,79532,0.080789321,400.0,,690.344747945,tx +48335,79565,0.023563552,400.0,,201.35055184,tx +48337,76230,0.470185917,420.0,,9318.144503106,tx +48337,76239,0.058472209000000004,391.0,,1158.8022379620002,tx +48337,76251,0.032318659,420.0,,640.491184062,tx +48337,76255,0.262209806,391.0,,5196.473935307999,tx +48337,76261,0.011318755,391.0,,224.31508659,tx +48337,76265,0.077160197,391.0,,1529.160784146,tx +48337,76270,0.08833445699999999,391.0,,1750.6122688259998,tx +48339,77301,0.061875455,397.0,26420.0,37582.594487905,tx +48339,77302,0.034875256,397.0,26420.0,21182.916617096,tx +48339,77303,0.037064611000000004,397.0,26420.0,22512.711139901003,tx +48339,77304,0.05659049,397.0,26420.0,34372.55431159,tx +48339,77306,0.024347605,397.0,26420.0,14788.516148555002,tx +48339,77316,0.044483783,397.0,26420.0,27019.049440152998,tx +48339,77318,0.028272267,397.0,26420.0,17172.320525397,tx +48339,77354,0.067425128,397.0,26420.0,40953.415921048,tx +48339,77355,0.051606997,397.0,26420.0,31345.625514827,tx +48339,77356,0.04917867,397.0,26420.0,29870.68154997,tx +48339,77357,0.046616152,397.0,26420.0,28314.231179432,tx +48339,77362,0.010955963,397.0,26420.0,6654.553322533001,tx +48339,77365,0.063936132,397.0,26420.0,38834.231151612,tx +48339,77372,0.024334737999999998,397.0,26420.0,14780.700848557999,tx +48339,77378,0.029781468999999998,397.0,26420.0,18088.996237379,tx +48339,77380,0.047572040999999995,397.0,26420.0,28894.829555030996,tx +48339,77381,0.067108949,397.0,26420.0,40761.371642059,tx +48339,77382,0.073274436,397.0,26420.0,44506.232956476,tx +48339,77384,0.032952447999999995,397.0,26420.0,20015.020343168,tx +48339,77385,0.04700769900000001,397.0,26420.0,28552.053303309003,tx +48339,77386,0.100739711,397.0,26420.0,61188.393804000996,tx +48341,79013,0.16978022,383.0,,3555.1978068000003,tx +48341,79029,0.731868132,383.0,,15325.31868408,tx +48341,79086,0.09835164800000001,383.0,,2059.4835091200002,tx +48341,79105,0.0,383.0,,0.0,tx +48343,75568,0.182256152,399.0,,2257.789210976,tx +48343,75571,0.22020456600000002,416.0,,2727.8941636080003,tx +48343,75638,0.428179662,399.0,,5304.289652856,tx +48343,75668,0.16935962100000002,399.0,,2098.026984948,tx +48345,79234,0.021699819,400.0,,26.039782799999998,tx +48345,79244,0.773056058,400.0,,927.6672695999999,tx +48345,79256,0.205244123,400.0,,246.2929476,tx +48347,75760,0.03594182,397.0,,2343.55043128,tx +48347,75788,0.0016378170000000002,397.0,,106.79221966800002,tx +48347,75937,0.013898906,397.0,,906.2642668240001,tx +48347,75943,0.020194735,397.0,,1316.77750094,tx +48347,75944,0.019007693,397.0,,1239.377614372,tx +48347,75946,0.053236567,397.0,,3471.237114668,tx +48347,75961,0.23506431100000003,397.0,,15327.133334444,tx +48347,75962,0.047917417999999996,397.0,,3124.4073232719998,tx +48347,75964,0.296264575,397.0,,19317.6353483,tx +48347,75965,0.274687462,397.0,,17910.721272248,tx +48347,75978,0.002148696,397.0,,140.10357398399998,tx +48349,75102,0.023167922999999997,391.0,,1161.0141252989997,tx +48349,75105,0.003739937,391.0,,187.41946288100002,tx +48349,75109,0.089660059,391.0,,4493.134536667,tx +48349,75110,0.575025097,391.0,,28816.232685961,tx +48349,75144,0.064267858,391.0,,3220.655167954,tx +48349,75153,0.007814499,391.0,,391.60798838700003,tx +48349,75155,0.055410114,391.0,,2776.767042882,tx +48349,76626,0.023463181,391.0,,1175.810389453,tx +48349,76639,0.028954982999999997,391.0,,1451.0210630789998,tx +48349,76641,0.033226384,391.0,,1665.0737813919998,tx +48349,76648,0.054898333,418.0,,2751.120161629,tx +48349,76679,0.027085015,391.0,,1357.311356695,tx +48349,76681,0.013286616999999999,391.0,,665.832237721,tx +48351,75928,0.125413907,214.0,,1705.002065665,tx +48351,75932,0.174979305,386.0,,2378.843651475,tx +48351,75933,0.15200745,386.0,,2066.54128275,tx +48351,75966,0.47795943700000004,386.0,,6497.858546015001,tx +48351,75977,0.040873344,386.0,,555.67311168,tx +48351,77614,0.028766556000000002,386.0,,391.08132882,tx +48353,79506,0.046184227,411.0,,679.5547160780001,tx +48353,79535,0.010001274000000001,382.0,,147.15874563600002,tx +48353,79537,0.001911071,382.0,,28.119498694,tx +48353,79545,0.11925086,382.0,,1754.65715404,tx +48353,79556,0.822652567,382.0,,12104.509870838,tx +48355,78330,0.002495538,390.0,18580.0,904.118444172,tx +48355,78335,0.0,390.0,18580.0,0.0,tx +48355,78339,0.000916048,390.0,18580.0,331.878694112,tx +48355,78343,0.011875317,390.0,18580.0,4302.356097198,tx +48355,78351,0.001015981,390.0,18580.0,368.083820414,tx +48355,78373,0.011586623,390.0,18580.0,4197.763993162001,tx +48355,78380,0.067837543,390.0,18580.0,24577.134803642,tx +48355,78401,0.014995433999999998,390.0,18580.0,5432.755765595999,tx +48355,78402,0.000641234,390.0,18580.0,232.31523079599998,tx +48355,78404,0.051010013,390.0,18580.0,18480.621649822,tx +48355,78405,0.042543505,390.0,18580.0,15413.25660047,tx +48355,78406,0.005757225,390.0,18580.0,2085.8080741500003,tx +48355,78407,0.008544233,390.0,18580.0,3095.524350502,tx +48355,78408,0.032719581,390.0,18580.0,11854.107878813998,tx +48355,78409,0.007433871,390.0,18580.0,2693.246860074,tx +48355,78410,0.077905747,390.0,18580.0,28224.784703618,tx +48355,78411,0.072170729,390.0,18580.0,26147.022092326002,tx +48355,78412,0.111780104,390.0,18580.0,40497.260998576,tx +48355,78413,0.113195815,390.0,18580.0,41010.164599610005,tx +48355,78414,0.110042388,390.0,18580.0,39867.696918072004,tx +48355,78415,0.11225478400000001,390.0,18580.0,40669.234714496,tx +48355,78416,0.04340126,390.0,18580.0,15724.016090439998,tx +48355,78417,0.012652571000000001,390.0,18580.0,4583.950557874001,tx +48355,78418,0.085023165,390.0,18580.0,30803.38254051,tx +48355,78419,0.002201292,390.0,18580.0,797.5148838480001,tx +48357,79033,0.007437855,383.0,,73.15874178,tx +48357,79070,0.9830690940000001,383.0,,9669.467608584,tx +48357,79093,0.009493051,383.0,,93.37364963600001,tx +48359,79001,0.073260073,383.0,11100.0,154.725274176,tx +48359,79010,0.364835165,383.0,11100.0,770.5318684800001,tx +48359,79092,0.372893773,383.0,11100.0,787.5516485759999,tx +48359,79098,0.189010989,383.0,11100.0,399.19120876799997,tx +48361,77611,0.099202519,386.0,13140.0,8273.093274524,tx +48361,77630,0.333540173,386.0,13140.0,27815.916267508,tx +48361,77632,0.26760433899999997,386.0,13140.0,22317.131455243998,tx +48361,77662,0.299652969,386.0,13140.0,24989.859002724,tx +48363,76067,0.6971891709999999,394.0,,20350.254712318998,tx +48363,76449,0.086428695,394.0,,2522.767178355,tx +48363,76453,0.043973099,394.0,,1283.530786711,tx +48363,76463,0.013174685,394.0,,384.55588046500003,tx +48363,76472,0.05859631,394.0,,1710.36769259,tx +48363,76475,0.030763925,394.0,,897.968206825,tx +48363,76484,0.031764097000000005,394.0,,927.1622273330001,tx +48363,76486,0.038110019,394.0,,1112.393344591,tx +48365,75631,0.140450189,219.0,,3257.601683666,tx +48365,75633,0.604100735,219.0,,14011.512447590001,tx +48365,75639,0.12574103,219.0,,2916.43744982,tx +48365,75643,0.107911745,219.0,,2502.90501353,tx +48365,75669,0.0217963,219.0,,505.54338220000005,tx +48367,76008,0.15439389,394.0,19100.0,22059.490215420003,tx +48367,76066,0.021059982,394.0,19100.0,3009.008108196,tx +48367,76082,0.163367873,394.0,19100.0,23341.674958494,tx +48367,76085,0.095851796,394.0,19100.0,13695.112908888,tx +48367,76086,0.20157411100000003,394.0,19100.0,28800.505831458006,tx +48367,76087,0.233521836,394.0,19100.0,33365.132884008,tx +48367,76088,0.101955139,394.0,19100.0,14567.146350042,tx +48367,76487,0.027594352000000003,394.0,19100.0,3942.6258250560004,tx +48367,76490,0.000681023,394.0,19100.0,97.303204194,tx +48369,79009,0.18347844600000002,400.0,,1762.31047383,tx +48369,79035,0.549692079,383.0,,5279.792418794999,tx +48369,79053,0.016139308,400.0,,155.01805334000002,tx +48369,79325,0.250690168,400.0,,2407.87906364,tx +48371,79730,0.016301611,406.0,,257.940390853,tx +48371,79735,0.864425982,406.0,,13677.812313186,tx +48371,79743,0.01944864,406.0,,307.73583071999997,tx +48371,79744,0.08308157099999999,411.0,,1314.5996979329998,tx +48371,79781,0.016742195,411.0,,264.911751485,tx +48373,75934,0.004271893,397.0,,219.37452122899998,tx +48373,75939,0.10286049300000001,397.0,,5282.1948970290005,tx +48373,75960,0.014909746000000001,397.0,,765.6601863380001,tx +48373,77326,0.00096327,397.0,,49.46680431,tx +48373,77335,0.060979185,397.0,,3131.464087305,tx +48373,77350,0.0040206059999999995,397.0,,206.47017991799999,tx +48373,77351,0.7065376720000001,397.0,,36282.829070216,tx +48373,77360,0.10545713400000001,397.0,,5415.540202302001,tx +48375,79012,0.011088876000000001,383.0,11100.0,1302.00037554,tx +48375,79058,0.0,383.0,11100.0,0.0,tx +48375,79101,0.017638011000000002,383.0,11100.0,2070.967061565,tx +48375,79102,0.085957398,383.0,11100.0,10092.68788617,tx +48375,79103,0.090918863,383.0,11100.0,10675.238299145,tx +48375,79104,0.05778454,383.0,11100.0,6784.7717641,tx +48375,79106,0.22339000399999998,383.0,11100.0,26229.337319659997,tx +48375,79107,0.28812886600000004,383.0,11100.0,33830.65080139,tx +48375,79108,0.132992095,383.0,11100.0,15615.266834425001,tx +48375,79111,0.019291833,383.0,11100.0,2265.150571695,tx +48375,79124,0.07280951299999999,383.0,11100.0,8548.928968895,tx +48377,79843,0.32583321600000004,406.0,,2184.385880064,tx +48377,79845,0.6594009279999999,406.0,,4420.623821312,tx +48377,79846,0.014765856,406.0,,98.990298624,tx +48379,75440,0.638406437,416.0,,7989.0181526179995,tx +48379,75472,0.36159356299999995,391.0,,4524.981847382,tx +48381,79015,0.168326444,383.0,11100.0,23180.739582571998,tx +48381,79016,0.001046684,383.0,11100.0,144.141993692,tx +48381,79091,0.001001176,383.0,11100.0,137.87495048800002,tx +48381,79109,0.33639500899999997,383.0,11100.0,46325.965874416994,tx +48381,79110,0.145155296,383.0,11100.0,19989.771278048,tx +48381,79118,0.176313095,383.0,11100.0,24280.605251735,tx +48381,79119,0.124342978,383.0,11100.0,17123.644529314002,tx +48381,79121,0.047419317999999995,383.0,11100.0,6530.2565397339995,tx +48383,76932,1.0,411.0,,3849.0,tx +48385,78873,0.933007335,412.0,,3220.74132042,tx +48385,78879,0.066992665,412.0,,231.25867958000003,tx +48387,75412,0.044138252999999995,391.0,,530.674215819,tx +48387,75417,0.2045773,391.0,,2459.6328779,tx +48387,75426,0.36003425200000005,391.0,,4328.691811796,tx +48387,75436,0.168067881,391.0,,2020.680133263,tx +48387,75550,0.061497742,391.0,,739.3873520660001,tx +48387,75554,0.161684571,391.0,,1943.933597133,tx +48389,79718,0.058454839,406.0,,933.8745078640001,tx +48389,79770,0.004552352,406.0,,72.728375552,tx +48389,79772,0.915418618,406.0,,14624.727841168,tx +48389,79780,0.016494029,406.0,,263.508607304,tx +48389,79785,0.005080161,406.0,,81.160652136,tx +48391,77950,0.021750952,417.0,,151.125614496,tx +48391,77990,0.11935834699999999,417.0,,829.301794956,tx +48391,78340,0.059815117,390.0,,415.595432916,tx +48391,78377,0.5046220770000001,417.0,,3506.1141909960006,tx +48391,78393,0.294453507,417.0,,2045.862966636,tx +48393,79059,1.0,383.0,,854.0,tx +48395,76629,0.10300076,388.0,17780.0,1758.63497624,tx +48395,77837,0.118321094,388.0,17780.0,2020.214358956,tx +48395,77856,0.33856672600000004,388.0,17780.0,5780.6882797240005,tx +48395,77859,0.431881489,388.0,17780.0,7373.944543186,tx +48395,77867,0.008229931999999999,388.0,17780.0,140.51785896799998,tx +48397,75032,0.34075644,391.0,19100.0,35750.4619026,tx +48397,75087,0.354685309,391.0,19100.0,37211.809193735004,tx +48397,75132,0.017977836,391.0,19100.0,1886.14466394,tx +48397,75189,0.286580415,391.0,19100.0,30066.584239724998,tx +48399,76821,0.43504704,411.0,,4465.32281856,tx +48399,76861,0.18312268399999998,411.0,,1879.5712285759998,tx +48399,76865,0.013684311000000001,411.0,,140.45576810400001,tx +48399,76875,0.04960562599999999,411.0,,509.15214526399996,tx +48399,79567,0.31854034,411.0,,3269.49804976,tx +48401,75652,0.38177844899999996,416.0,30980.0,20771.038296294,tx +48401,75654,0.28048753,416.0,30980.0,15260.204557179999,tx +48401,75667,0.025728254,416.0,30980.0,1399.771387124,tx +48401,75681,0.048392547,397.0,30980.0,2632.844912082,tx +48401,75682,0.011422263,416.0,30980.0,621.439640778,tx +48401,75684,0.171379007,416.0,30980.0,9324.046254842,tx +48401,75691,0.08081194900000001,399.0,30980.0,4396.654897294001,tx +48403,75930,0.18726314800000002,397.0,,1974.128106216,tx +48403,75948,0.579443571,397.0,,6108.494125482,tx +48403,75959,0.062667529,397.0,,660.641090718,tx +48403,75968,0.17062575100000002,397.0,,1798.7366670420001,tx +48405,75929,0.219038937,397.0,,1804.223724069,tx +48405,75972,0.780961063,397.0,,6432.776275931,tx +48407,77328,0.474570211,397.0,,13695.621719249,tx +48407,77331,0.22938950600000002,397.0,,6619.951753654001,tx +48407,77359,0.014152488999999999,397.0,,408.42668005099995,tx +48407,77364,0.046211602000000004,397.0,,1333.620622118,tx +48407,77371,0.235676191,397.0,,6801.3791960690005,tx +48409,78336,0.159888151,390.0,18580.0,10669.336316230001,tx +48409,78352,0.006808808,390.0,18580.0,454.35175784,tx +48409,78359,0.028871024,390.0,18580.0,1926.56343152,tx +48409,78362,0.142383782,390.0,18580.0,9501.26977286,tx +48409,78368,0.135966445,390.0,18580.0,9073.04087485,tx +48409,78370,0.067752534,390.0,18580.0,4521.12659382,tx +48409,78374,0.25005242899999996,390.0,18580.0,16685.998587169997,tx +48409,78387,0.132555051,390.0,18580.0,8845.398553230001,tx +48409,78390,0.07572177599999999,390.0,18580.0,5052.914112479999,tx +48411,76824,0.001919721,413.0,,11.623910655000001,tx +48411,76832,0.119895288,382.0,,725.96596884,tx +48411,76871,0.12216404900000001,382.0,,739.703316695,tx +48411,76877,0.756020942,382.0,,4577.706803810001,tx +48413,76936,1.0,411.0,,2793.0,tx +48415,79517,0.011671362,400.0,,194.946759486,tx +48415,79526,0.056057034000000006,400.0,,936.320638902,tx +48415,79527,0.010981429,400.0,,183.422808587,tx +48415,79549,0.921290174,400.0,,15388.309776322,tx +48417,76430,0.813333333,382.0,,2655.533332245,tx +48417,76464,0.18666666699999998,382.0,,609.4666677549999,tx +48419,75935,0.529365139,397.0,,13379.174523086001,tx +48419,75954,0.101834378,219.0,,2573.762069572,tx +48419,75973,0.100286857,397.0,,2534.6500238179997,tx +48419,75974,0.12874613099999999,397.0,,3253.9297148939995,tx +48419,75975,0.139767495,397.0,,3532.48366863,tx +48421,79084,1.0,383.0,,3022.0,tx +48423,75647,0.052561326,399.0,46340.0,12233.701187826,tx +48423,75701,0.146906407,416.0,46340.0,34192.613135657,tx +48423,75702,0.114743124,416.0,46340.0,26706.576854124,tx +48423,75703,0.17291225899999998,416.0,46340.0,40245.501194508994,tx +48423,75704,0.042779687999999996,416.0,46340.0,9957.015161688,tx +48423,75705,0.014691053999999999,416.0,46340.0,3419.3575095539995,tx +48423,75706,0.039279456000000004,416.0,46340.0,9142.332663456002,tx +48423,75707,0.058503868,416.0,46340.0,13616.833780868,tx +48423,75708,0.034783291,416.0,46340.0,8095.845763541,tx +48423,75709,0.020679053,416.0,46340.0,4813.070264803,tx +48423,75750,0.014393514,416.0,46340.0,3350.104777014,tx +48423,75757,0.051276117,416.0,46340.0,11934.567507867001,tx +48423,75762,0.052470410999999995,416.0,46340.0,12212.540630660998,tx +48423,75771,0.084666755,416.0,46340.0,19706.271893005,tx +48423,75789,0.032944327,416.0,46340.0,7667.825053577,tx +48423,75791,0.054982974000000004,416.0,46340.0,12797.342181474001,tx +48423,75792,0.011426375,416.0,46340.0,2659.5002076250003,tx +48425,76043,0.8625488840000001,394.0,,7873.346213152001,tx +48425,76070,0.09811364199999999,394.0,,895.5813241759998,tx +48425,76077,0.039337474,394.0,,359.072462672,tx +48427,78536,0.004281888,402.0,,276.751267104,tx +48427,78545,0.008906328,402.0,,575.642697624,tx +48427,78548,0.011319756,402.0,,731.629789548,tx +48427,78582,0.663023169,402.0,,42853.176481977,tx +48427,78584,0.300043597,402.0,,19392.717804901,tx +48427,78585,0.004531016,402.0,,292.85315712799996,tx +48427,78588,0.003176383,402.0,,205.299162439,tx +48427,78591,0.004717862,402.0,,304.929574646,tx +48429,76424,0.986674132,382.0,,9241.189920312,tx +48429,76429,0.013325868000000001,382.0,,124.81007968800002,tx +48431,76951,1.0,411.0,41660.0,1291.0,tx +48433,79502,0.942920682,382.0,,1272.9429207,tx +48433,79540,0.057079318,382.0,,77.0570793,tx +48435,76950,1.0,411.0,,3776.0,tx +48437,79042,0.132438592,383.0,,979.648265024,tx +48437,79052,0.15320334300000002,400.0,,1133.245128171,tx +48437,79088,0.714358065,383.0,,5284.1066068049995,tx +48439,75054,0.005417427,394.0,19100.0,11390.221528905,tx +48439,76001,0.016394912,394.0,19100.0,34470.548403680004,tx +48439,76002,0.018444722,394.0,19100.0,38780.30467583,tx +48439,76006,0.012619778,394.0,19100.0,26533.27254167,tx +48439,76010,0.029375852,394.0,19100.0,61763.169467780004,tx +48439,76011,0.011532727,394.0,19100.0,24247.731508405,tx +48439,76012,0.013712433000000001,394.0,19100.0,28830.596068995004,tx +48439,76013,0.017197211,394.0,19100.0,36157.394085665,tx +48439,76014,0.018417724,394.0,19100.0,38723.54097586,tx +48439,76015,0.008279214,394.0,19100.0,17407.17162321,tx +48439,76016,0.015953266,394.0,19100.0,33541.98106399,tx +48439,76017,0.024122451,394.0,19100.0,50717.815064265,tx +48439,76018,0.016162628000000002,394.0,19100.0,33982.16780942,tx +48439,76020,0.014368535,394.0,19100.0,30210.060365525,tx +48439,76021,0.018206325,394.0,19100.0,38279.071407375,tx +48439,76022,0.006893148000000001,394.0,19100.0,14492.947067220002,tx +48439,76034,0.013244806999999999,394.0,19100.0,27847.405389605,tx +48439,76036,0.013039011000000001,394.0,19100.0,27414.716212665004,tx +48439,76039,0.018029563999999998,394.0,19100.0,37907.42875345999,tx +48439,76040,0.016303221,394.0,19100.0,34277.766700815,tx +48439,76051,0.026719861,391.0,19100.0,56178.908550415,tx +48439,76052,0.011585703999999999,394.0,19100.0,24359.116445559997,tx +48439,76053,0.015760205,394.0,19100.0,33136.067415575,tx +48439,76054,0.0061733709999999995,394.0,19100.0,12979.605128064999,tx +48439,76060,0.004176029,394.0,19100.0,8780.163612935,tx +48439,76063,0.036449835,394.0,19100.0,76636.324835025,tx +48439,76092,0.015744413999999998,391.0,19100.0,33102.86660120999,tx +48439,76102,0.0047969829999999995,394.0,19100.0,10085.728712244998,tx +48439,76103,0.007390318000000001,394.0,19100.0,15538.254449770002,tx +48439,76104,0.009335702,394.0,19100.0,19628.45349053,tx +48439,76105,0.011116041,394.0,19100.0,23371.642943115,tx +48439,76106,0.020382973999999998,394.0,19100.0,42855.508579609996,tx +48439,76107,0.015205982,394.0,19100.0,31970.80524473,tx +48439,76108,0.021994702999999997,394.0,19100.0,46244.192978044994,tx +48439,76109,0.01197692,394.0,19100.0,25181.6539538,tx +48439,76110,0.01621153,394.0,19100.0,34084.98499795,tx +48439,76111,0.01136972,394.0,19100.0,23905.0068458,tx +48439,76112,0.02126372,394.0,19100.0,44707.2902558,tx +48439,76114,0.01294681,394.0,19100.0,27220.86222715,tx +48439,76115,0.010446185,394.0,19100.0,21963.260655275,tx +48439,76116,0.025795817000000002,394.0,19100.0,54236.092179755,tx +48439,76117,0.016229359,394.0,19100.0,34122.470737885,tx +48439,76118,0.008303155999999999,394.0,19100.0,17457.51003734,tx +48439,76119,0.025578305,394.0,19100.0,53778.769937075,tx +48439,76120,0.009586834,394.0,19100.0,20156.462287510003,tx +48439,76123,0.017347992,394.0,19100.0,36474.41339988,tx +48439,76126,0.011626965,394.0,19100.0,24445.868316975,tx +48439,76127,0.0010437530000000001,394.0,19100.0,2194.5063387950004,tx +48439,76129,0.001487437,394.0,19100.0,3127.3586040550003,tx +48439,76131,0.020611693,394.0,19100.0,43336.393707895004,tx +48439,76132,0.013783239,394.0,19100.0,28979.466746085,tx +48439,76133,0.026167166000000002,394.0,19100.0,55016.85902249,tx +48439,76134,0.013490845,394.0,19100.0,28364.703975174998,tx +48439,76135,0.011833271000000001,394.0,19100.0,24879.629776565,tx +48439,76137,0.030594837000000003,394.0,19100.0,64326.103715055004,tx +48439,76140,0.015618593,394.0,19100.0,32838.326061395,tx +48439,76148,0.012014616,394.0,19100.0,25260.910359240002,tx +48439,76155,0.002798622,391.0,19100.0,5884.144734330001,tx +48439,76164,0.007989877,394.0,19100.0,16798.836240655,tx +48439,76177,0.004768457,394.0,19100.0,10025.752369355001,tx +48439,76179,0.030709451000000002,394.0,19100.0,64567.081369265004,tx +48439,76180,0.018829316000000002,394.0,19100.0,39588.919329740005,tx +48439,76182,0.015807069,394.0,19100.0,33234.599678535,tx +48439,76244,0.039163388,394.0,19100.0,82341.61072082,tx +48439,76248,0.020057979,394.0,19100.0,42172.201717185,tx +48441,79508,0.010844575,382.0,10180.0,1496.9200655500001,tx +48441,79530,0.003282535,382.0,10180.0,453.10143619,tx +48441,79536,0.033089856,382.0,10180.0,4567.5251831040005,tx +48441,79541,0.0066803669999999996,382.0,10180.0,922.117778478,tx +48441,79561,0.004855982,382.0,10180.0,670.290619388,tx +48441,79562,0.025833011,382.0,10180.0,3565.833840374,tx +48441,79563,0.007968965,382.0,10180.0,1099.98811481,tx +48441,79566,0.002550069,382.0,10180.0,351.99622434599996,tx +48441,79601,0.18568706,382.0,10180.0,25631.12764004,tx +48441,79602,0.167327921,382.0,10180.0,23096.942247314,tx +48441,79603,0.156422308,382.0,10180.0,21591.596862472,tx +48441,79605,0.201014602,382.0,10180.0,27746.849572468,tx +48441,79606,0.171519258,382.0,10180.0,23675.489258772002,tx +48441,79607,0.022163896000000002,382.0,10180.0,3059.3712204640005,tx +48441,79699,0.000759595,382.0,10180.0,104.84993623,tx +48443,78851,0.039520957999999995,406.0,,30.668263407999994,tx +48443,79848,0.960479042,406.0,,745.331736592,tx +48445,79316,0.9005880479999999,400.0,,11110.554748175999,tx +48445,79345,0.07747933900000001,400.0,,955.8626052430001,tx +48445,79378,0.021932612999999997,400.0,,270.58264658099995,tx +48447,76483,0.770065076,420.0,,1155.8676790759998,tx +48447,76491,0.22993492399999998,420.0,,345.132320924,tx +48449,75455,0.869007634,416.0,,28460.0000135,tx +48449,75487,0.06067175599999999,416.0,,1987.0000089999999,tx +48449,75493,0.016274808999999998,416.0,,532.9999947499999,tx +48449,75558,0.054045802000000004,416.0,,1770.0000155,tx +48451,76901,0.261454465,411.0,41660.0,31165.372228000004,tx +48451,76903,0.27169801600000004,411.0,41660.0,32386.403507200004,tx +48451,76904,0.305483766,411.0,41660.0,36413.6649072,tx +48451,76905,0.10927311,411.0,41660.0,13025.354712,tx +48451,76908,0.02168518,411.0,41660.0,2584.873456,tx +48451,76934,0.009926917,411.0,41660.0,1183.2885064,tx +48451,76935,0.016362298,411.0,41660.0,1950.3859216,tx +48451,76937,0.000256731,411.0,41660.0,30.602335200000002,tx +48451,76939,8.56e-05,411.0,41660.0,10.20352,tx +48451,76940,0.000984134,411.0,41660.0,117.3087728,tx +48451,76955,0.001540384,411.0,41660.0,183.6137728,tx +48451,76957,0.0,411.0,41660.0,0.0,tx +48451,76958,0.001249422,411.0,41660.0,148.93110240000001,tx +48453,78617,0.024154103,385.0,12420.0,30771.216133261998,tx +48453,78645,0.009518533000000001,385.0,12420.0,12126.173189482,tx +48453,78652,0.004655234,385.0,12420.0,5930.553975236,tx +48453,78653,0.019287421000000003,385.0,12420.0,24571.287132634003,tx +48453,78660,0.075977417,385.0,12420.0,96791.734296818,tx +48453,78669,0.010239146999999999,385.0,12420.0,13044.202277237999,tx +48453,78701,0.007973273000000001,385.0,12420.0,10157.583031442002,tx +48453,78702,0.019782209,385.0,12420.0,25201.624284385998,tx +48453,78703,0.017668576999999998,385.0,12420.0,22508.954343457997,tx +48453,78704,0.041009029,385.0,12420.0,52243.616530666004,tx +48453,78705,0.028712917,385.0,12420.0,36578.935463818,tx +48453,78712,0.00072738,385.0,12420.0,926.64866052,tx +48453,78719,0.001535111,385.0,12420.0,1955.660798894,tx +48453,78721,0.010565623,385.0,12420.0,13460.117683342,tx +48453,78722,0.006013575,385.0,12420.0,7661.017925550001,tx +48453,78723,0.029238154,385.0,12420.0,37248.063240915995,tx +48453,78724,0.020957858,385.0,12420.0,26699.347030532,tx +48453,78725,0.006669909,385.0,12420.0,8497.157250186,tx +48453,78726,0.011728586000000001,385.0,12420.0,14941.679049044002,tx +48453,78727,0.024958451,385.0,12420.0,31795.918485254,tx +48453,78728,0.018167594,385.0,12420.0,23144.679046676,tx +48453,78730,0.007769437,385.0,12420.0,9897.905343897999,tx +48453,78731,0.022984374,385.0,12420.0,29281.035194795997,tx +48453,78732,0.015096526,385.0,12420.0,19232.279683804,tx +48453,78733,0.007283107,385.0,12420.0,9278.343295077999,tx +48453,78734,0.015854355,385.0,12420.0,20197.71896967,tx +48453,78735,0.015159114,385.0,12420.0,19312.013916756,tx +48453,78736,0.007651872,385.0,12420.0,9748.132941888,tx +48453,78738,0.013185038,385.0,12420.0,16797.131900252,tx +48453,78739,0.017179708999999998,385.0,12420.0,21886.158999385996,tx +48453,78741,0.044586725,385.0,12420.0,56801.436660650004,tx +48453,78742,0.000700315,385.0,12420.0,892.1690955099999,tx +48453,78744,0.041417546,385.0,12420.0,52764.048396884,tx +48453,78745,0.053091155,385.0,12420.0,67635.68927687,tx +48453,78746,0.024100818,385.0,12420.0,30703.333494372,tx +48453,78747,0.017056224,385.0,12420.0,21728.844789696,tx +48453,78748,0.04313281,385.0,12420.0,54949.21583074,tx +48453,78749,0.031948914,385.0,12420.0,40701.446785956,tx +48453,78750,0.026090119,385.0,12420.0,33237.611460526,tx +48453,78751,0.013367728999999998,385.0,12420.0,17029.871830466,tx +48453,78752,0.01803565,385.0,12420.0,22976.5884601,tx +48453,78753,0.049973569,385.0,12420.0,63664.028121826006,tx +48453,78754,0.02064407,385.0,12420.0,26299.59555278,tx +48453,78756,0.00703952,385.0,12420.0,8968.024662079999,tx +48453,78757,0.020995073,385.0,12420.0,26746.757228642,tx +48453,78758,0.040149705,385.0,12420.0,51148.87728357,tx +48453,78759,0.035966422000000005,385.0,12420.0,45819.56717258801,tx +48455,75845,0.218119872,397.0,,3195.674244672,tx +48455,75856,0.006814073,397.0,,99.83298352300001,tx +48455,75862,0.698372966,397.0,,10231.862324866,tx +48455,75926,0.076693089,397.0,,1123.6304469390002,tx +48457,75936,0.052063522,386.0,,1128.320648784,tx +48457,75938,0.133558387,386.0,,2894.477363064,tx +48457,75942,0.010555344,386.0,,228.75541516799998,tx +48457,75979,0.5635222520000001,386.0,,12212.654245344002,tx +48457,77616,0.026768733,386.0,,580.131981576,tx +48457,77624,0.029431343,386.0,,637.836065496,tx +48457,77660,0.057293647999999996,386.0,,1241.6679394559999,tx +48457,77664,0.12680677099999998,386.0,,2748.1563411119996,tx +48459,75640,0.122902482,399.0,30980.0,5131.547330945999,tx +48459,75644,0.35884308200000004,416.0,30980.0,14982.775202746001,tx +48459,75645,0.27228864,399.0,30980.0,11368.867585920001,tx +48459,75683,0.10381708,399.0,30980.0,4334.6745412400005,tx +48459,75755,0.142148716,416.0,30980.0,5935.135339148001,tx +48461,79752,0.67402096,406.0,,2464.89465072,tx +48461,79755,0.030612245,411.0,,111.94897996499999,tx +48461,79778,0.295366795,411.0,,1080.1563693150001,tx +48463,78801,0.8311740740000001,412.0,,22226.425912834,tx +48463,78802,0.009212023,412.0,,246.338707043,tx +48463,78838,0.005725401,412.0,,153.10294814099998,tx +48463,78870,0.031085991,412.0,,831.270485331,tx +48463,78881,0.077880134,412.0,,2082.592663294,tx +48463,78884,0.044922377,412.0,,1201.269283357,tx +48465,78837,0.0048151470000000005,412.0,,236.06258167500002,tx +48465,78840,0.9822696479999999,412.0,,48155.769493199994,tx +48465,78843,0.011772626999999999,412.0,,577.153038675,tx +48465,78871,0.0011425769999999999,412.0,,56.014837424999996,tx +48467,75103,0.28065612,416.0,,15882.329830800001,tx +48467,75117,0.07329903900000001,391.0,,4147.992617010001,tx +48467,75127,0.03377657,416.0,,1911.4160963,tx +48467,75140,0.141512181,416.0,,8008.17432279,tx +48467,75169,0.267747258,391.0,,15151.81733022,tx +48467,75754,0.122372125,416.0,,6925.03855375,tx +48467,75790,0.080636708,416.0,,4563.23130572,tx +48469,77901,0.465721321,417.0,47020.0,42885.482122964,tx +48469,77904,0.30385338100000003,417.0,47020.0,27980.034736004003,tx +48469,77905,0.158163596,417.0,47020.0,14564.336574063998,tx +48469,77951,0.020303691000000002,417.0,47020.0,1869.6450820440002,tx +48469,77968,0.034537875,417.0,47020.0,3180.3856815000004,tx +48469,77973,0.0,417.0,47020.0,0.0,tx +48469,77974,0.003833942,417.0,47020.0,353.044715128,tx +48469,77976,0.001069184,417.0,47020.0,98.454739456,tx +48469,77977,0.006490701,417.0,47020.0,597.689710884,tx +48469,77988,0.006026308,417.0,47020.0,554.926545872,tx +48471,77320,0.493024154,397.0,,35976.465541534,tx +48471,77334,0.004315099,397.0,,314.877089129,tx +48471,77340,0.425526635,397.0,,31051.104082585,tx +48471,77342,0.0,397.0,,0.0,tx +48471,77358,0.075548693,397.0,,5512.863676903,tx +48471,77367,0.00158542,397.0,,115.68968282,tx +48473,77423,0.27676100600000003,397.0,26420.0,15289.938537476002,tx +48473,77445,0.314504314,397.0,26420.0,17375.105331244,tx +48473,77446,0.14222925,397.0,26420.0,7857.5971455,tx +48473,77466,0.009325365,397.0,26420.0,515.1891147900001,tx +48473,77484,0.25718006600000004,397.0,26420.0,14208.169926236002,tx +48475,79719,0.05182874,406.0,,621.84122252,tx +48475,79742,0.040734963,406.0,,488.73808607399997,tx +48475,79756,0.838793552,406.0,,10063.845036896,tx +48475,79777,0.020454151,406.0,,245.40890369800002,tx +48475,79788,0.048188594,406.0,,578.166750812,tx +48477,77426,0.059297819,397.0,,2127.724341358,tx +48477,77833,0.841287804,397.0,,30187.088983128,tx +48477,77835,0.065550117,397.0,,2352.069298194,tx +48477,77880,0.03386426,397.0,,1215.11737732,tx +48479,78040,0.15461081599999998,412.0,29700.0,42773.391468031994,tx +48479,78041,0.17380799100000002,412.0,29700.0,48084.328326132,tx +48479,78043,0.164897119,412.0,29700.0,45619.117765588,tx +48479,78044,0.001676995,412.0,29700.0,463.94402074,tx +48479,78045,0.242656713,412.0,29700.0,67131.464964876,tx +48479,78046,0.25861022699999997,412.0,29700.0,71545.036520004,tx +48479,78344,0.0012982,412.0,29700.0,359.1496264,tx +48479,78369,0.001445305,412.0,29700.0,399.84651886,tx +48479,78371,0.000996635,412.0,29700.0,275.72106602,tx +48481,77420,0.052600832,397.0,,2185.880174592,tx +48481,77432,0.00250712,397.0,,104.18587871999999,tx +48481,77435,0.10364384300000001,397.0,,4307.0235397080005,tx +48481,77436,0.0011683660000000001,397.0,,48.552617496,tx +48481,77437,0.41150841,397.0,,17100.64348596,tx +48481,77443,0.005963537,397.0,,247.820743572,tx +48481,77448,0.004430056,397.0,,184.095407136,tx +48481,77453,0.008568021,397.0,,356.052680676,tx +48481,77454,0.000365115,397.0,,15.17271894,tx +48481,77455,0.055180975,397.0,,2293.1005971,tx +48481,77467,0.00031643299999999997,397.0,,13.149689747999998,tx +48481,77488,0.35374729200000005,397.0,,14700.322466352001,tx +48483,79003,0.032008632,383.0,,161.835643392,tx +48483,79011,0.033806868999999996,383.0,,170.927529664,tx +48483,79061,0.073008452,383.0,,369.130733312,tx +48483,79079,0.46628304299999995,383.0,,2357.5270654079995,tx +48483,79096,0.394893005,383.0,,1996.5790332800002,tx +48485,76301,0.109025605,420.0,48660.0,14416.45574915,tx +48485,76302,0.094738443,420.0,48660.0,12527.264317890002,tx +48485,76305,0.031514309,420.0,48660.0,4167.137079069999,tx +48485,76306,0.11007560000000001,420.0,48660.0,14555.296588000001,tx +48485,76308,0.138251651,420.0,48660.0,18281.01581173,tx +48485,76309,0.099170143,420.0,48660.0,13113.26800889,tx +48485,76310,0.132965473,420.0,48660.0,17582.02449479,tx +48485,76311,0.063607925,420.0,48660.0,8410.87592275,tx +48485,76354,0.08704814,420.0,48660.0,11510.3755522,tx +48485,76360,0.025583652000000002,420.0,48660.0,3382.92630396,tx +48485,76367,0.108019059,420.0,48660.0,14283.36017157,tx +48487,76364,0.011972275,420.0,,152.873979475,tx +48487,76373,0.014729049,420.0,,188.075226681,tx +48487,76384,0.9679426590000001,420.0,,12359.659812771,tx +48487,79247,0.005356018000000001,420.0,,68.39099384200001,tx +48489,78561,0.031606027,396.0,,675.041524666,tx +48489,78569,0.187982359,396.0,,4014.9272235219996,tx +48489,78580,0.6761760379999999,396.0,,14441.767819603998,tx +48489,78590,0.016813671000000002,396.0,,359.10638521800007,tx +48489,78594,0.083379272,396.0,,1780.814491376,tx +48489,78598,0.004042631,396.0,,86.342512898,tx +48491,76511,0.005066408,413.0,12420.0,2991.9723108079997,tx +48491,76527,0.006774227,385.0,12420.0,4000.526529077,tx +48491,76530,0.0037487370000000002,413.0,12420.0,2213.820384087,tx +48491,76537,0.010362856,385.0,12420.0,6119.794973656,tx +48491,76573,4.23e-05,413.0,12420.0,24.9803073,tx +48491,76574,0.035013977,413.0,12420.0,20677.539131327,tx +48491,76578,0.002655585,413.0,12420.0,1568.258377335,tx +48491,78613,0.146671869,385.0,12420.0,86617.218909819,tx +48491,78615,0.002261756,413.0,12420.0,1335.6822675560002,tx +48491,78626,0.061882687,413.0,12420.0,36544.882690537,tx +48491,78628,0.060631267,385.0,12420.0,35805.855358117,tx +48491,78633,0.047566818,385.0,12420.0,28090.631936717997,tx +48491,78634,0.056928538,413.0,12420.0,33619.205044438,tx +48491,78641,0.12082453800000001,385.0,12420.0,71353.05174043801,tx +48491,78642,0.021747092000000003,385.0,12420.0,12842.766927692002,tx +48491,78664,0.114436778,385.0,12420.0,67580.753684678,tx +48491,78665,0.08900168,385.0,12420.0,52560.03112568,tx +48491,78681,0.10482293300000001,385.0,12420.0,61903.287906083,tx +48491,78717,0.055610867,385.0,12420.0,32841.053117717,tx +48491,78729,0.053949055999999995,385.0,12420.0,31859.668969855997,tx +48493,78114,0.523997549,412.0,41700.0,26760.554827429998,tx +48493,78121,0.296775365,412.0,41700.0,15156.31789055,tx +48493,78143,0.005650486999999999,412.0,41700.0,288.57037109,tx +48493,78147,0.048812035999999996,412.0,41700.0,2492.8306785199998,tx +48493,78160,0.108607348,412.0,41700.0,5546.5772623600005,tx +48493,78161,0.016157215,412.0,41700.0,825.14897005,tx +48495,79745,0.8989677420000001,406.0,,7200.731613420001,tx +48495,79789,0.10103225800000001,406.0,,809.2683865800001,tx +48497,76023,0.105590664,394.0,19100.0,7389.657029376,tx +48497,76071,0.072861276,394.0,19100.0,5099.123539584,tx +48497,76073,0.093323205,394.0,19100.0,6531.13117872,tx +48497,76078,0.164341937,394.0,19100.0,11501.306119007999,tx +48497,76225,0.049053676,391.0,19100.0,3432.9724611839997,tx +48497,76234,0.261624994,391.0,19100.0,18309.563580096,tx +48497,76426,0.19800876,391.0,19100.0,13857.44505984,tx +48497,76431,0.055195487,391.0,19100.0,3862.800962208,tx +48499,75410,0.150910576,416.0,,6872.316720463999,tx +48499,75497,0.088764726,416.0,,4042.256857314,tx +48499,75765,0.19218301100000001,416.0,,8751.822137929,tx +48499,75773,0.359486598,416.0,,16370.660186322,tx +48499,75783,0.20865508800000002,416.0,,9501.944052432002,tx +48501,79323,0.802331858,400.0,,6990.717478754,tx +48501,79355,0.19421353800000002,400.0,,1692.182556594,tx +48501,79376,0.0034546040000000004,400.0,,30.099964652000004,tx +48503,76372,0.063021167,394.0,,1135.01121767,tx +48503,76374,0.20878768399999997,420.0,,3760.2661888399994,tx +48503,76450,0.695958948,394.0,,12534.22065348,tx +48503,76460,0.018601668000000002,420.0,,335.01604068,tx +48503,76481,0.013630531999999999,394.0,,245.48588131999998,tx +48505,78067,0.046157134,412.0,,654.462002986,tx +48505,78076,0.9390982259999999,412.0,,13315.473746454,tx +48505,78564,0.01474464,412.0,,209.06425056,tx +48507,78829,0.10490777300000001,412.0,,1242.1080323200001,tx +48507,78839,0.759469697,412.0,,8992.12121248,tx +48507,78872,0.13562253,412.0,,1605.7707552,tx +49001,84713,0.530111412,422.0,,3557.04757452,ut +49001,84731,0.033875339,422.0,,227.30352469,ut +49001,84751,0.29975910899999997,423.0,,2011.3836213899997,ut +49001,84752,0.13625414,423.0,,914.2652793999999,ut +49003,84301,0.013770826000000002,421.0,36260.0,771.799713996,ut +49003,84302,0.48154444799999996,421.0,36260.0,26988.640132607998,ut +49003,84306,0.00812271,423.0,36260.0,455.24540466,ut +49003,84307,0.021477955,421.0,36260.0,1203.75346593,ut +49003,84309,0.007933809,423.0,36260.0,444.658259214,ut +49003,84311,0.011976273999999999,421.0,36260.0,671.2222526039999,ut +49003,84312,0.085250671,421.0,36260.0,4777.959106866,ut +49003,84313,0.001681212,421.0,36260.0,94.225207752,ut +49003,84314,0.023385847999999997,421.0,36260.0,1310.6832370079999,ut +49003,84316,0.004684726,421.0,36260.0,262.56015339600003,ut +49003,84324,0.011409573000000001,421.0,36260.0,639.460928358,ut +49003,84329,0.0016623220000000001,421.0,36260.0,93.16649881200001,ut +49003,84330,0.006573728,421.0,36260.0,368.431159488,ut +49003,84331,0.0050058559999999995,421.0,36260.0,280.558205376,ut +49003,84334,0.006460388,423.0,36260.0,362.078905848,ut +49003,84336,0.003475764,421.0,36260.0,194.802669144,ut +49003,84337,0.234651857,421.0,36260.0,13151.297977422,ut +49003,84340,0.070932034,421.0,36260.0,3975.4567775640003,ut +49005,84304,0.0,423.0,30860.0,0.0,ut +49005,84305,0.006441276,423.0,30860.0,826.344856764,ut +49005,84308,0.001888242,423.0,30860.0,242.240677938,ut +49005,84318,0.036996469,423.0,30860.0,4746.240011541,ut +49005,84319,0.067314609,423.0,30860.0,8635.723874001,ut +49005,84320,0.02184966,423.0,30860.0,2803.07103174,ut +49005,84321,0.381367709,423.0,30860.0,48925.282019901,ut +49005,84325,0.019274784,423.0,30860.0,2472.742764576,ut +49005,84326,0.014893408,423.0,30860.0,1910.660418912,ut +49005,84327,0.00687451,423.0,30860.0,881.92401339,ut +49005,84328,0.01338118,423.0,30860.0,1716.65820102,ut +49005,84332,0.06187876,423.0,30860.0,7938.36424164,ut +49005,84333,0.023459979,423.0,30860.0,3009.657245931,ut +49005,84335,0.10532468,423.0,30860.0,13511.99787252,ut +49005,84338,0.003408645,423.0,30860.0,437.291658405,ut +49005,84339,0.044157075999999996,423.0,30860.0,5664.8671229639995,ut +49005,84341,0.19148901399999999,423.0,30860.0,24565.934117046,ut +49007,84501,0.661672234,423.0,,13539.798924342,ut +49007,84520,0.052711731,423.0,,1078.640151453,ut +49007,84526,0.186382393,423.0,,3813.942907959,ut +49007,84529,0.01129888,423.0,,231.20898144,ut +49007,84539,0.013165651,423.0,,269.40871641300004,ut +49007,84542,0.07476911,423.0,,1530.00029793,ut +49009,84023,0.362728785,423.0,,344.59234575,ut +49009,84046,0.637271215,423.0,,605.40765425,ut +49011,84010,0.13918616,423.0,36260.0,49478.03534296,ut +49011,84014,0.05157402,423.0,36260.0,18333.58420362,ut +49011,84015,0.197481087,421.0,36260.0,70200.774287847,ut +49011,84025,0.06980489200000001,423.0,36260.0,24814.312813052,ut +49011,84037,0.11434254099999999,421.0,36260.0,40646.600817221,ut +49011,84040,0.071165899,421.0,36260.0,25298.124942419003,ut +49011,84041,0.15422633,421.0,36260.0,54824.53001473,ut +49011,84054,0.060103593,423.0,36260.0,21365.685343233,ut +49011,84056,0.010022774,421.0,36260.0,3562.905724294,ut +49011,84075,0.085581147,421.0,36260.0,30422.471716706998,ut +49011,84087,0.046511558,423.0,36260.0,16533.975149398,ut +49013,84001,0.031322506,423.0,,624.508124628,ut +49013,84002,0.01450116,423.0,,289.12412808,ut +49013,84007,0.029537748,423.0,,588.923619624,ut +49013,84021,0.178118865,423.0,,3551.33393037,ut +49013,84027,0.021015527000000003,423.0,,419.00757732600005,ut +49013,84031,0.01021774,423.0,,203.72130012,ut +49013,84051,0.020569338,423.0,,410.111461044,ut +49013,84052,0.06987328200000001,423.0,,1393.1334965160002,ut +49013,84053,0.048009995,423.0,,957.22328031,ut +49013,84066,0.54394967,423.0,,10845.26852046,ut +49013,84072,0.019989291,423.0,,398.546483958,ut +49013,84073,0.012894878,423.0,,257.098077564,ut +49015,84513,0.153688525,423.0,,1538.7295123,ut +49015,84516,0.016198283,423.0,,162.177209396,ut +49015,84518,0.080698673,423.0,,807.955114076,ut +49015,84521,0.081381733,423.0,,814.793910796,ut +49015,84522,0.028786105,423.0,,288.20648325999997,ut +49015,84523,0.171252927,423.0,,1714.584305124,ut +49015,84525,0.093676815,423.0,,937.89227178,ut +49015,84528,0.23350897699999998,423.0,,2337.8918777239996,ut +49015,84537,0.140807963,423.0,,1409.769325556,ut +49017,84712,0.021896343999999998,423.0,,110.59843354399999,ut +49017,84716,0.049216552999999996,423.0,,248.59280920299997,ut +49017,84718,0.059059863,423.0,,298.311368013,ut +49017,84726,0.17356368,423.0,,876.67014768,ut +49017,84735,0.047609482,423.0,,240.475493582,ut +49017,84736,0.048613900999999994,423.0,,245.54881395099997,ut +49017,84759,0.421454399,423.0,,2128.766169349,ut +49017,84764,0.05423865,423.0,,273.95942114999997,ut +49017,84776,0.12434712699999999,423.0,,628.0773384769999,ut +49019,84515,0.0,105.0,,0.0,ut +49019,84532,0.9856708209999999,423.0,,9614.233188033999,ut +49019,84540,0.014329179,105.0,,139.766811966,ut +49021,84714,0.0069312919999999995,423.0,,380.10512198799995,ut +49021,84719,0.001551481,423.0,,85.081666559,ut +49021,84720,0.43387064299999994,423.0,,23793.032191476996,ut +49021,84721,0.4651622,423.0,,25509.029885800002,ut +49021,84742,0.004291759,423.0,,235.355771801,ut +49021,84753,0.000241789,423.0,,13.259466971,ut +49021,84756,0.007032037,423.0,,385.62987704299996,ut +49021,84760,0.010195446,423.0,,559.108063194,ut +49021,84761,0.065484586,423.0,,3591.109211654,ut +49021,84772,0.005238767,423.0,,287.288743513,ut +49023,84628,0.048851112,422.0,39340.0,587.043812904,ut +49023,84639,0.093405567,422.0,39340.0,1122.4546986389998,ut +49023,84645,0.28694190199999997,422.0,39340.0,3448.1808363339997,ut +49023,84648,0.57080142,422.0,39340.0,6859.32066414,ut +49025,84533,0.025161463999999998,423.0,,198.42330510399998,ut +49025,84710,0.021528525,423.0,,169.77394815,ut +49025,84729,0.031754575,423.0,,250.41657845,ut +49025,84741,0.804763186,423.0,,6346.362484796,ut +49025,84755,0.006324004,423.0,,49.871095544,ut +49025,84758,0.078713671,423.0,,620.736009506,ut +49025,84762,0.031754575,423.0,,250.41657845,ut +49027,84624,0.45659805299999995,422.0,,6021.615122963999,ut +49027,84631,0.24461464800000002,422.0,,3225.9779778240004,ut +49027,84635,0.058401149000000006,422.0,,770.1943530120001,ut +49027,84636,0.039093665,422.0,,515.56725402,ut +49027,84637,0.061033988,422.0,,804.916233744,ut +49027,84638,0.025211425,422.0,,332.48827289999997,ut +49027,84640,0.007579384000000001,422.0,,99.95691619200001,ut +49027,84649,0.079463858,422.0,,1047.969359304,ut +49027,84656,0.024892293,422.0,,328.27956008399997,ut +49027,84728,0.003111537,422.0,,41.034949956000005,ut +49029,84018,0.010446844,423.0,36260.0,126.657536656,ut +49029,84050,0.9895531559999999,421.0,36260.0,11997.342463343999,ut +49031,84723,0.452316076,423.0,,668.975476404,ut +49031,84732,0.017983651,423.0,,26.597819829,ut +49031,84740,0.09264305199999999,423.0,,137.019073908,ut +49031,84743,0.009264305,423.0,,13.701907095000001,ut +49031,84750,0.427792916,423.0,,632.705722764,ut +49033,84028,0.33744680899999996,423.0,,837.8804267469999,ut +49033,84038,0.11531914900000001,423.0,,286.337446967,ut +49033,84064,0.368085106,423.0,,913.955318198,ut +49033,84086,0.179148936,423.0,,444.826808088,ut +49035,84006,0.000927738,423.0,41620.0,1076.581501506,ut +49035,84020,0.042244609,423.0,41620.0,49022.207334133,ut +49035,84044,0.024466974,423.0,41620.0,28392.381907638,ut +49035,84047,0.02988279,423.0,41620.0,34677.09517923,ut +49035,84065,0.037573836,423.0,41620.0,43602.069526332,ut +49035,84070,0.025276182999999997,423.0,41620.0,29331.417971970997,ut +49035,84081,0.042556529,423.0,41620.0,49384.170843173,ut +49035,84084,0.034206886,423.0,41620.0,39694.936169182,ut +49035,84088,0.03336203,423.0,41620.0,38714.53400711,ut +49035,84092,0.026350077000000003,423.0,41620.0,30577.604303649005,ut +49035,84093,0.020938718000000002,423.0,41620.0,24298.063099766,ut +49035,84094,0.025858135,423.0,41620.0,30006.736604995,ut +49035,84095,0.061317156,423.0,41620.0,71154.69655717199,ut +49035,84096,0.042831909,423.0,41620.0,49703.731984233,ut +49035,84101,0.0042429979999999996,423.0,41620.0,4923.731870125999,ut +49035,84102,0.016129808,423.0,41620.0,18717.626006095998,ut +49035,84103,0.019529732,423.0,41620.0,22663.023612884,ut +49035,84104,0.02318543,423.0,41620.0,26905.23083291,ut +49035,84105,0.020031477,423.0,41620.0,23245.267075449,ut +49035,84106,0.032125046000000004,423.0,41620.0,37279.09200510201,ut +49035,84107,0.030281155,423.0,41620.0,35139.372664735,ut +49035,84108,0.019992264,423.0,41620.0,23199.762859368,ut +49035,84109,0.02178803,423.0,41620.0,25283.63616911,ut +49035,84111,0.010813807,423.0,41620.0,12548.741753659,ut +49035,84112,0.001772595,423.0,41620.0,2056.984824015,ut +49035,84113,0.000221017,423.0,41620.0,256.476304429,ut +49035,84115,0.024024048,423.0,41620.0,27878.394188976,ut +49035,84116,0.031228500000000003,423.0,41620.0,36238.7068545,ut +49035,84117,0.02249386,423.0,41620.0,26102.70741682,ut +49035,84118,0.065127031,423.0,41620.0,75575.816472547,ut +49035,84119,0.048044530999999994,423.0,41620.0,55752.65142004699,ut +49035,84120,0.046434135,423.0,41620.0,53883.888316995,ut +49035,84121,0.036318137,423.0,41620.0,42144.909945869,ut +49035,84123,0.034613273,423.0,41620.0,40166.522680301,ut +49035,84124,0.019876408999999998,423.0,41620.0,23065.320430732998,ut +49035,84128,0.023933146000000002,423.0,41620.0,27772.908144802004,ut +49035,84180,0.0,423.0,41620.0,0.0,ut +49037,84511,0.311246669,423.0,,4764.564009052,ut +49037,84512,0.054760903,423.0,,838.279903124,ut +49037,84530,0.027205161000000002,423.0,,416.456604588,ut +49037,84531,0.064016267,423.0,,979.961015236,ut +49037,84534,0.18945449399999997,293.0,,2900.1693941519998,ut +49037,84535,0.222268966,423.0,,3402.493331528,ut +49037,84536,0.131047539,423.0,,2006.0757270119998,ut +49039,84621,0.0030669679999999998,422.0,,94.88892295199999,ut +49039,84622,0.059687910999999996,422.0,,1846.684278429,ut +49039,84623,0.009672744,422.0,,299.265026616,ut +49039,84627,0.24795254600000002,422.0,,7671.403820694,ut +49039,84629,0.08890836199999999,422.0,,2750.735811918,ut +49039,84630,0.015301136000000002,422.0,,473.40184670400004,ut +49039,84632,0.038185434,422.0,,1181.4191425259999,ut +49039,84634,0.114185568,422.0,,3532.787288352,ut +49039,84642,0.123420175,422.0,,3818.496794325,ut +49039,84643,0.013851908999999999,422.0,,428.56421255099997,ut +49039,84646,0.062249334,422.0,,1925.932144626,ut +49039,84647,0.148394055,422.0,,4591.163667645,ut +49039,84662,0.044521587,422.0,,1377.453380193,ut +49039,84665,0.017660342,422.0,,546.3933211379999,ut +49039,84667,0.01294193,422.0,,400.41037227000004,ut +49041,84620,0.043611794,422.0,,942.8869862800001,ut +49041,84652,0.038225287999999996,422.0,,826.4307265599999,ut +49041,84654,0.125354375,422.0,,2710.1615874999998,ut +49041,84657,0.031421281,423.0,,679.32809522,ut +49041,84701,0.418635419,423.0,,9050.89775878,ut +49041,84711,0.033925534,423.0,,733.47004508,ut +49041,84724,0.057078057,423.0,,1234.02759234,ut +49041,84730,0.013891513999999999,423.0,,300.33453268,ut +49041,84739,0.025656776000000003,423.0,,554.69949712,ut +49041,84744,0.014458513999999999,423.0,,312.59307268,ut +49041,84754,0.181487431,423.0,,3923.7582582200002,ut +49041,84766,0.016254016,423.0,,351.41182592,ut +49043,84017,0.097560398,423.0,,4111.682973710001,ut +49043,84024,0.0016816670000000002,423.0,,70.873855715,ut +49043,84033,0.029677877999999998,423.0,,1250.7741683099998,ut +49043,84036,0.171648508,423.0,,7234.12636966,ut +49043,84055,0.032946471,423.0,,1388.529020295,ut +49043,84060,0.20104216,423.0,,8472.9218332,ut +49043,84061,0.006845097,423.0,,288.486613065,ut +49043,84098,0.458597821,423.0,,19327.605166045,ut +49045,84022,0.009089381,423.0,41620.0,656.7895816790001,ut +49045,84029,0.162997815,423.0,41620.0,11778.059114085,ut +49045,84034,0.002291441,423.0,41620.0,165.577235219,ut +49045,84069,0.008386673,423.0,41620.0,606.0126043070001,ut +49045,84071,0.015291548,423.0,41620.0,1104.951966932,ut +49045,84074,0.776844228,423.0,41620.0,56133.987071052,ut +49045,84080,0.0056369440000000005,423.0,41620.0,407.319936496,ut +49045,84083,0.01946197,423.0,41620.0,1406.3024902299999,ut +49047,84026,0.042996571,423.0,,1536.439468114,ut +49047,84035,0.011547818,423.0,,412.649728412,ut +49047,84039,0.026671356,423.0,,953.074235304,ut +49047,84063,0.0068583490000000006,423.0,,245.076243166,ut +49047,84076,0.013159823000000001,423.0,,470.253115082,ut +49047,84078,0.885195932,423.0,,31631.591434088,ut +49047,84085,0.013570152,423.0,,484.915811568,ut +49049,84003,0.083001747,422.0,39340.0,52808.616502545,ut +49049,84004,0.017731287,422.0,39340.0,11281.265384445,ut +49049,84005,0.050699945999999996,422.0,39340.0,32257.08014331,ut +49049,84013,0.001782825,422.0,39340.0,1134.295663875,ut +49049,84042,0.018387938,422.0,39340.0,11699.04973343,ut +49049,84043,0.10612233800000001,422.0,39340.0,67518.74571743,ut +49049,84045,0.045485862,422.0,39340.0,28939.697409570002,ut +49049,84057,0.068104608,422.0,39340.0,43330.53527088,ut +49049,84058,0.065682143,422.0,39340.0,41789.278251605,ut +49049,84062,0.081338004,422.0,39340.0,51750.08497494,ut +49049,84097,0.036871142,422.0,39340.0,23458.711030370003,ut +49049,84601,0.058370517999999996,422.0,39340.0,37137.36651973,ut +49049,84604,0.07904823,422.0,39340.0,50293.25061405,ut +49049,84606,0.060806592,422.0,39340.0,38687.28206112,ut +49049,84626,0.00033513,422.0,39340.0,213.22143555,ut +49049,84633,0.002264256,422.0,39340.0,1440.59891616,ut +49049,84651,0.0439395,422.0,39340.0,27955.8477825,ut +49049,84653,0.015456823,422.0,39340.0,9834.171781405,ut +49049,84655,0.021103003999999998,422.0,39340.0,13426.469749939999,ut +49049,84660,0.070630845,422.0,39340.0,44937.815668575,ut +49049,84663,0.056931329,422.0,39340.0,36221.704106315,ut +49049,84664,0.015905932,422.0,39340.0,10119.91064602,ut +49051,84032,0.780759071,422.0,,26616.857489461,ut +49051,84049,0.189142222,422.0,,6448.047490202,ut +49051,84082,0.030098707000000002,422.0,,1026.095020337,ut +49053,84722,0.004227948,423.0,41100.0,750.6975350879999,ut +49053,84725,0.01057921,423.0,41100.0,1878.4022107600001,ut +49053,84733,0.000965143,423.0,41100.0,171.366930508,ut +49053,84737,0.109223029,423.0,41100.0,19393.204137124,ut +49053,84738,0.053033039000000004,423.0,41100.0,9416.334272684,ut +49053,84745,0.026849649,423.0,41100.0,4767.316277844,ut +49053,84746,0.005809536999999999,423.0,41100.0,1031.5181515719999,ut +49053,84757,0.006917894,423.0,41100.0,1228.313587064,ut +49053,84763,0.001986326,423.0,41100.0,352.684099256,ut +49053,84765,0.041650581,423.0,41100.0,7395.3105600359995,ut +49053,84767,0.0033624329999999997,423.0,41100.0,597.020153748,ut +49053,84770,0.258122766,423.0,41100.0,45831.245839896,ut +49053,84774,0.012521949,423.0,41100.0,2223.347176644,ut +49053,84779,0.003736037,423.0,41100.0,663.3557855720001,ut +49053,84780,0.154871169,423.0,41100.0,27498.305282964,ut +49053,84781,0.0015255479999999998,423.0,41100.0,270.87020068799995,ut +49053,84782,0.00580331,423.0,41100.0,1030.41251036,ut +49053,84783,0.005286491999999999,423.0,41100.0,938.6483735519998,ut +49053,84784,0.018157138,423.0,41100.0,3223.908794728,ut +49053,84790,0.27537080199999997,423.0,41100.0,48893.73811991199,ut +49055,84715,0.103192279,423.0,,279.754268369,ut +49055,84734,0.104305865,423.0,,282.773200015,ut +49055,84747,0.477728285,423.0,,1295.121380635,ut +49055,84749,0.106533036,423.0,,288.811060596,ut +49055,84773,0.096510765,423.0,,261.640683915,ut +49055,84775,0.11172977,423.0,,302.89940647000003,ut +49057,84067,0.152968573,421.0,36260.0,39804.411286049,ut +49057,84310,0.015592345,421.0,36260.0,4057.330869485,ut +49057,84315,0.034941881,421.0,36260.0,9092.331680653,ut +49057,84317,0.008152323000000001,421.0,36260.0,2121.340424799,ut +49057,84401,0.151242613,421.0,36260.0,39355.294056569,ut +49057,84403,0.14804900000000001,421.0,36260.0,38524.274437,ut +49057,84404,0.24631912600000003,421.0,36260.0,64095.438733838004,ut +49057,84405,0.12630034,421.0,36260.0,32864.990372420005,ut +49057,84414,0.116433799,421.0,36260.0,30297.588139187003,ut +50001,5443,0.19470667600000002,424.0,,7160.727423252001,vt +50001,5456,0.03343448,424.0,,1229.61987096,vt +50001,5472,0.047061137,424.0,,1730.767435449,vt +50001,5473,0.039728029,424.0,,1461.0777225329998,vt +50001,5487,0.046976849,424.0,,1727.667575673,vt +50001,5491,0.163042257,424.0,,5996.205085689,vt +50001,5734,0.039531355,424.0,,1453.8446428349998,vt +50001,5740,0.0006181159999999999,424.0,,22.732452132,vt +50001,5747,0.009075073000000001,281.0,,333.75395972100006,vt +50001,5748,0.009075073000000001,281.0,,333.75395972100006,vt +50001,5753,0.293436727,424.0,,10791.722508879,vt +50001,5760,0.033603057,424.0,,1235.819627289,vt +50001,5766,0.014975275,424.0,,550.745688675,vt +50001,5769,0.031327265,424.0,,1152.122824905,vt +50001,5770,0.026494717999999997,424.0,,974.3962438859999,vt +50001,5778,0.016913913,424.0,,622.0429784009999,vt +50003,5152,0.009932848000000001,281.0,,352.31811856,vt +50003,5201,0.397229994,295.0,,14089.74788718,vt +50003,5250,0.100867375,295.0,,3577.76579125,vt +50003,5251,0.04029099,295.0,,1429.1214152999999,vt +50003,5252,0.006994964,295.0,,248.11137308000002,vt +50003,5253,0.01345831,424.0,,477.36625569999995,vt +50003,5254,0.007022943,295.0,,249.10378821,vt +50003,5255,0.112534975,295.0,,3991.61556325,vt +50003,5257,0.07884723,295.0,,2796.7112481000004,vt +50003,5260,0.014689424,295.0,,521.03386928,vt +50003,5261,0.070565193,295.0,,2502.94739571,vt +50003,5262,0.06457750400000001,295.0,,2290.56406688,vt +50003,5340,0.016843872,281.0,,597.45213984,vt +50003,5350,0.01913822,230.0,,678.8326634,vt +50003,5352,0.02697258,230.0,,956.7174126,vt +50003,5776,0.020033576,295.0,,710.59094072,vt +50005,5042,0.017744149,281.0,,532.2002609570001,vt +50005,5046,0.038066222999999996,281.0,,1141.7202264389998,vt +50005,5050,0.005289765,281.0,,158.655921645,vt +50005,5069,0.018346781,281.0,,550.275002533,vt +50005,5819,0.306170277,281.0,,9182.965118061,vt +50005,5821,0.035823094,281.0,,1074.4420583419999,vt +50005,5828,0.068331715,281.0,,2049.473127995,vt +50005,5832,0.029428503999999998,281.0,,882.6491204719999,vt +50005,5836,0.037195755,281.0,,1115.6122797149999,vt +50005,5843,0.083163146,424.0,,2494.3122379779998,vt +50005,5850,0.010244735,281.0,,307.270336855,vt +50005,5851,0.217315612,281.0,,6517.947150716,vt +50005,5862,0.007934648,281.0,,237.98389746400002,vt +50005,5866,0.023268271,281.0,,697.885252103,vt +50005,5867,0.029629382000000003,281.0,,888.674054326,vt +50005,5871,0.050520607,281.0,,1515.264565751,vt +50005,5873,0.021527336,281.0,,645.669388648,vt +50007,5401,0.17575543899999999,424.0,15540.0,28784.171266785997,vt +50007,5403,0.11364258099999999,424.0,15540.0,18611.700060694,vt +50007,5404,0.043961655,424.0,15540.0,7199.77608597,vt +50007,5405,0.026302832,424.0,15540.0,4307.720007968001,vt +50007,5408,0.057821248,424.0,15540.0,9469.617069951999,vt +50007,5439,0.009020893,424.0,15540.0,1477.387730182,vt +50007,5445,0.023336392999999997,424.0,15540.0,3821.8944271819996,vt +50007,5446,0.096603792,424.0,15540.0,15821.189431007999,vt +50007,5452,0.130353116,424.0,15540.0,21348.451219783998,vt +50007,5461,0.028162935,424.0,15540.0,4612.35651669,vt +50007,5462,0.011330825,424.0,15540.0,1855.69453355,vt +50007,5465,0.032910454,424.0,15540.0,5389.876693396,vt +50007,5468,0.083242658,424.0,15540.0,13632.983071292,vt +50007,5477,0.027378773999999998,424.0,15540.0,4483.931333076,vt +50007,5482,0.047408317,424.0,15540.0,7764.249708358,vt +50007,5489,0.019999149,424.0,15540.0,3275.340628326,vt +50007,5494,0.011081595,424.0,15540.0,1814.87713953,vt +50007,5495,0.061687345,424.0,15540.0,10102.78324003,vt +50009,5824,0.184932545,281.0,,1139.739274835,vt +50009,5837,0.051083826,281.0,,314.829619638,vt +50009,5846,0.170228892,281.0,,1049.120661396,vt +50009,5858,0.06533272700000001,281.0,,402.64559650100006,vt +50009,5901,0.0021221770000000003,281.0,,13.078976851000002,vt +50009,5902,0.030923147,281.0,,190.579354961,vt +50009,5903,0.137031984,281.0,,844.528117392,vt +50009,5904,0.038653934,281.0,,238.224195242,vt +50009,5905,0.107776262,281.0,,664.225102706,vt +50009,5906,0.190389571,281.0,,1173.370926073,vt +50009,5907,0.021524936,281.0,,132.658180568,vt +50011,5441,0.019400428,424.0,15540.0,958.4199440560001,vt +50011,5444,0.03608137,424.0,15540.0,1782.49184074,vt +50011,5447,0.001648822,424.0,15540.0,81.455104444,vt +50011,5448,0.020149893000000002,424.0,15540.0,995.445013986,vt +50011,5450,0.10997858699999999,424.0,15540.0,5433.162154973999,vt +50011,5454,0.10815845800000001,424.0,15540.0,5343.244142116001,vt +50011,5455,0.021862955,424.0,15540.0,1080.07370291,vt +50011,5457,0.034089936,424.0,15540.0,1684.1110182720001,vt +50011,5459,0.037194861,424.0,15540.0,1837.5005231220002,vt +50011,5471,0.015182013000000001,424.0,15540.0,750.0218062260001,vt +50011,5476,0.068137045,424.0,15540.0,3366.1062970899998,vt +50011,5478,0.316959315,424.0,15540.0,15658.42407963,vt +50011,5481,0.0,424.0,15540.0,0.0,vt +50011,5483,0.032376874,424.0,15540.0,1599.482329348,vt +50011,5485,0.00235546,424.0,15540.0,116.36443492000001,vt +50011,5488,0.176423983,424.0,15540.0,8715.697608166,vt +50013,5440,0.245082556,424.0,15540.0,1773.17229266,vt +50013,5458,0.31486001399999997,424.0,15540.0,2278.0122012899997,vt +50013,5463,0.063603733,424.0,15540.0,460.17300825499996,vt +50013,5474,0.137257717,424.0,15540.0,993.059582495,vt +50013,5486,0.23919598,424.0,15540.0,1730.5829153,vt +50015,5442,0.015314369,424.0,,388.403026578,vt +50015,5464,0.133586552,424.0,,3388.022131824,vt +50015,5492,0.028567965,424.0,,724.54072833,vt +50015,5652,0.030103442999999997,424.0,,763.4835213659999,vt +50015,5653,0.018829804,424.0,,477.56148904799994,vt +50015,5655,0.11847422,424.0,,3004.74316764,vt +50015,5656,0.144941005,424.0,,3675.9937688100003,vt +50015,5657,0.003272992,424.0,,83.009623104,vt +50015,5661,0.235655406,424.0,,5976.692406972,vt +50015,5672,0.179246808,424.0,,4546.057544496,vt +50015,5680,0.092007435,424.0,,2333.49256647,vt +50017,5033,0.089875493,281.0,,2596.682743756,vt +50017,5036,0.037979981,281.0,,1097.317611052,vt +50017,5038,0.04823353,281.0,,1393.5631487599999,vt +50017,5039,0.039375022,281.0,,1137.623135624,vt +50017,5040,0.022111394,281.0,,638.8423954479999,vt +50017,5041,0.016949744,424.0,,489.71200364799995,vt +50017,5043,0.0351899,281.0,,1016.7065908000001,vt +50017,5045,0.065880794,281.0,,1903.4279002480002,vt +50017,5051,0.054580965,281.0,,1576.95324078,vt +50017,5058,0.00927702,281.0,,268.03166184,vt +50017,5060,0.156767691,281.0,,4529.332128372,vt +50017,5061,0.050465595,281.0,,1458.0519707400001,vt +50017,5070,0.018344784,281.0,,530.017499328,vt +50017,5072,0.016740488,281.0,,483.66617929600005,vt +50017,5075,0.035992048,281.0,,1039.882250816,vt +50017,5076,0.014055034,424.0,,406.078042328,vt +50017,5077,0.041118823,281.0,,1188.005034116,vt +50017,5079,0.023750567,281.0,,686.201381764,vt +50017,5081,0.018693544,281.0,,540.093873248,vt +50017,5083,0.010044293000000001,281.0,,290.199713356,vt +50017,5086,0.024378335,424.0,,704.33885482,vt +50017,5649,0.012415862,424.0,,358.719084904,vt +50017,5675,0.039619154,424.0,,1144.6765973679999,vt +50017,5679,0.11815994099999999,424.0,,3413.8770153719997,vt +50019,5820,0.020014743999999998,281.0,,541.1386335279999,vt +50019,5822,0.057758937999999996,281.0,,1561.6284067059999,vt +50019,5825,0.002764467,281.0,,74.742894279,vt +50019,5826,0.035385182,424.0,,956.7091657340001,vt +50019,5827,0.013453741000000002,424.0,,363.74879541700005,vt +50019,5829,0.060117950999999996,281.0,,1625.409041187,vt +50019,5830,0.052156285,281.0,,1410.1494775449999,vt +50019,5833,0.011131588999999999,281.0,,300.96477179299995,vt +50019,5839,0.028271286,281.0,,764.370759582,vt +50019,5841,0.013969775,424.0,,377.700806675,vt +50019,5842,0.020899373,424.0,,565.056347801,vt +50019,5845,0.04861776599999999,281.0,,1314.4785393419997,vt +50019,5847,0.027792112,424.0,,751.415332144,vt +50019,5853,0.018872097,281.0,,510.24488658900003,vt +50019,5855,0.263435311,281.0,,7122.500503507,vt +50019,5857,0.086877995,281.0,,2348.920350815,vt +50019,5859,0.06376704799999999,281.0,,1724.0696767759998,vt +50019,5860,0.09524511599999999,281.0,,2575.1422012919998,vt +50019,5868,0.012311095,281.0,,332.855075515,vt +50019,5872,0.030040546,281.0,,812.206242202,vt +50019,5874,0.019941025,281.0,,539.145492925,vt +50019,5875,0.017176557,281.0,,464.40257160899995,vt +50021,5701,0.330981494,424.0,,19260.144117354,vt +50021,5730,0.004610046,424.0,,268.26318678599995,vt +50021,5732,0.013086583,424.0,,761.521351353,vt +50021,5733,0.09803370800000001,424.0,,5704.679502228,vt +50021,5735,0.06958030400000001,424.0,,4048.9474700640008,vt +50021,5736,0.008955717,424.0,,521.1421279470001,vt +50021,5737,0.015234633000000001,424.0,,886.5185289030001,vt +50021,5738,0.019778586,424.0,,1150.935697926,vt +50021,5739,0.023512888,424.0,,1368.2384656079998,vt +50021,5742,0.010343688,424.0,,601.909548408,vt +50021,5743,0.063813615,424.0,,3713.3780704650003,vt +50021,5744,0.010508923,424.0,,611.524738293,vt +50021,5751,0.011996034,424.0,,698.061214494,vt +50021,5757,0.013962327,424.0,,812.481770457,vt +50021,5758,0.010575016999999999,424.0,,615.370814247,vt +50021,5759,0.0279577,424.0,,1626.8865207,vt +50021,5761,0.013945803,424.0,,811.520222373,vt +50021,5762,0.006064111,281.0,,352.876683201,vt +50021,5763,0.043820225,424.0,,2549.9427129749997,vt +50021,5764,0.055072703,424.0,,3204.735660273,vt +50021,5765,0.028023793999999998,424.0,,1630.732596654,vt +50021,5773,0.03726041,424.0,,2168.22051831,vt +50021,5774,0.017101785,424.0,,995.169970935,vt +50021,5775,0.009005288,424.0,,524.026714008,vt +50021,5777,0.05677462,424.0,,3303.77191242,vt +50023,5602,0.198033944,424.0,,11566.964635096,vt +50023,5640,0.002033272,424.0,,118.761384248,vt +50023,5641,0.275281465,424.0,,16078.915089185,vt +50023,5647,0.017207192,424.0,,1005.054877528,vt +50023,5648,0.007376911,424.0,,430.877994599,vt +50023,5650,0.020383129,424.0,,1190.558181761,vt +50023,5651,0.023861536000000003,424.0,,1393.7284562240002,vt +50023,5654,0.017190388,424.0,,1004.073372692,vt +50023,5658,0.025508318,424.0,,1489.915346062,vt +50023,5660,0.02883549,424.0,,1684.25213541,vt +50023,5663,0.11085531800000001,424.0,,6474.948269062001,vt +50023,5664,0.002940682,424.0,,171.762294938,vt +50023,5667,0.036968577,424.0,,2159.297613993,vt +50023,5669,0.011342631,281.0,,662.511734079,vt +50023,5673,0.042429844,424.0,,2478.284758196,vt +50023,5674,0.027104688,424.0,,1583.157721392,vt +50023,5676,0.081700555,424.0,,4772.047716995,vt +50023,5677,0.039119476,424.0,,2284.929473684,vt +50023,5678,0.004419425,424.0,,258.134194825,vt +50023,5681,0.006805579,424.0,,397.507063811,vt +50023,5682,0.02060158,424.0,,1203.31768622,vt +50025,5101,0.10321778699999999,281.0,,4358.061402714,vt +50025,5141,0.0033069090000000002,281.0,,139.624311798,vt +50025,5146,0.015948215,281.0,,673.36553373,vt +50025,5148,0.022069515,281.0,,931.8190623300001,vt +50025,5154,0.012172241,281.0,,513.936359502,vt +50025,5155,0.020427787,281.0,,862.502022714,vt +50025,5158,0.024414841,281.0,,1030.843416702,vt +50025,5301,0.38324968299999995,281.0,,16181.568115625998,vt +50025,5341,0.009099864000000001,281.0,,384.214457808,vt +50025,5342,0.013860875,295.0,,585.23386425,vt +50025,5343,0.018551526999999998,281.0,,783.2825729939999,vt +50025,5345,0.055889113,281.0,,2359.750129086,vt +50025,5346,0.11986960000000002,281.0,,5061.134251200001,vt +50025,5353,0.020849946,281.0,,880.3264200120001,vt +50025,5354,0.054012852,281.0,,2280.530637144,vt +50025,5355,0.015455697,281.0,,652.5704387339999,vt +50025,5356,0.020263615,295.0,,855.5703525299999,vt +50025,5358,0.004221585999999999,295.0,,178.24380409199998,vt +50025,5359,0.01144519,281.0,,483.23881217999997,vt +50025,5360,0.004409212,281.0,,186.165749064,vt +50025,5361,0.027416858,295.0,,1157.594578476,vt +50025,5362,0.001289929,281.0,,54.463382238,vt +50025,5363,0.038557156,295.0,,1627.960240632,vt +50027,5001,0.166756292,281.0,,9181.934950104,vt +50027,5031,0.0022944000000000003,281.0,,126.33425280000002,vt +50027,5032,0.041370904,281.0,,2277.964716048,vt +50027,5034,0.0059511009999999994,281.0,,327.679523262,vt +50027,5035,0.012422026000000001,281.0,,683.9815956120001,vt +50027,5037,0.009554026,281.0,,526.063779612,vt +50027,5048,0.052197605,281.0,,2874.10452651,vt +50027,5052,0.0027963000000000003,281.0,,153.9698706,vt +50027,5053,0.008460601,281.0,,465.857612262,vt +50027,5055,0.057700580999999994,281.0,,3177.1093910219997,vt +50027,5056,0.0074926509999999995,281.0,,412.56034936199995,vt +50027,5059,0.007241701,281.0,,398.74254046199997,vt +50027,5062,0.012439951000000001,281.0,,684.968581962,vt +50027,5065,0.017333477,281.0,,954.415910574,vt +50027,5067,0.003423675,281.0,,188.51439285,vt +50027,5068,0.057216605999999996,281.0,,3150.460759572,vt +50027,5071,0.001595325,281.0,,87.84178515,vt +50027,5084,0.00476805,281.0,,262.5383691,vt +50027,5089,0.081594608,281.0,,4492.762305696,vt +50027,5091,0.060783681,281.0,,3346.871043222,vt +50027,5142,0.013282426000000002,281.0,,731.3569404120001,vt +50027,5143,0.078690758,281.0,,4332.870516996,vt +50027,5149,0.037463254,281.0,,2062.801691748,vt +50027,5150,0.012583351000000001,281.0,,692.8644727620001,vt +50027,5151,0.027640353,281.0,,1521.9331168859999,vt +50027,5153,0.010862551000000002,281.0,,598.1137831620001,vt +50027,5156,0.16333261599999999,281.0,,8993.420502191999,vt +50027,5161,0.010539901,281.0,,580.3480288620001,vt +50027,5767,0.019807127,281.0,,1090.6200268740001,vt +50027,5772,0.012404101,281.0,,682.994609262,vt +51001,23301,0.048256062999999995,430.0,,1559.4429319079998,va +51001,23302,0.008185206,225.0,,264.51311709600003,va +51001,23303,0.027182212,225.0,,878.420362992,va +51001,23306,0.023700446,430.0,,765.903612936,va +51001,23308,0.05867082,430.0,,1896.00621912,va +51001,23336,0.088540712,225.0,,2861.2816489919996,va +51001,23337,0.014721153,225.0,,475.72878034800004,va +51001,23356,0.042147699999999996,225.0,,1362.0450732,va +51001,23357,0.023517195,430.0,,759.98167362,va +51001,23358,0.002596054,430.0,,83.894081064,va +51001,23359,0.034451164,225.0,,1113.323815824,va +51001,23389,0.007879787,430.0,,254.64319669199998,va +51001,23395,0.016248244,225.0,,525.0782531039999,va +51001,23401,0.009284711,430.0,,300.044720676,va +51001,23407,0.023456111,430.0,,758.007683076,va +51001,23409,0.005925110999999999,430.0,,191.475887076,va +51001,23410,0.052745709,430.0,,1704.530332044,va +51001,23414,0.005344816999999999,430.0,,172.72310617199997,va +51001,23415,0.045476758,225.0,,1469.626911528,va +51001,23416,0.007727078,225.0,,249.708252648,va +51001,23417,0.09391607099999999,430.0,,3034.9917504359996,va +51001,23418,0.033595993,430.0,,1085.688109788,va +51001,23420,0.11776922599999999,430.0,,3805.830307416,va +51001,23421,0.11862439699999999,430.0,,3833.466013452,va +51001,23422,0.0046728970000000005,430.0,,151.009339452,va +51001,23423,0.009254169,430.0,,299.057725404,va +51001,23426,0.002443345,225.0,,78.95913702,va +51001,23427,0.006597031,225.0,,213.189653796,va +51001,23440,0.016003909,225.0,,517.182323244,va +51001,23441,0.003726101,430.0,,120.412679916,va +51001,23442,0.027945757999999998,225.0,,903.095115528,va +51001,23480,0.009590129000000001,430.0,,309.91460876400004,va +51001,23488,0.009803922,225.0,,316.823543352,va +51003,22901,0.36207625600000004,427.0,,39585.79706848,va +51003,22904,0.052545815999999995,427.0,,5744.834063279999,va +51003,22911,0.18287388,427.0,,19993.601300399998,va +51003,22931,0.003341481,427.0,,365.32411773,va +51003,22932,0.08036055,427.0,,8785.8189315,va +51003,22936,0.050483174000000006,427.0,,5519.325413420001,va +51003,22937,0.022895331,427.0,,2503.1465382300003,va +51003,22940,0.014624135,427.0,,1598.85667955,va +51003,22942,0.091942287,427.0,,10052.05023771,va +51003,22943,0.003042398,427.0,,332.62537334,va +51003,22946,0.002145148,427.0,,234.52903084,va +51003,22947,0.039118014,427.0,,4276.77247062,va +51003,22959,0.014675701000000001,427.0,,1604.4943903300002,va +51003,24590,0.07987582900000001,427.0,,8732.824384570002,va +51005,24422,0.292249915,432.0,,4342.8337369,va +51005,24426,0.662585963,432.0,,9846.027410179999,va +51005,24448,0.012534751,432.0,,186.26639986,va +51005,24457,0.011705604,432.0,,173.94527544,va +51005,24474,0.020923767,432.0,,310.92717762,va +51007,23002,0.8000161020000001,431.0,40060.0,10516.21166079,va +51007,23083,0.19998389800000002,431.0,40060.0,2628.7883392100002,va +51009,24521,0.324837518,428.0,31340.0,10266.48975639,va +51009,24572,0.531986747,428.0,31340.0,16813.441138935003,va +51009,24574,0.123677839,428.0,31340.0,3908.838101595,va +51009,24595,0.019497897,428.0,31340.0,616.231034685,va +51011,24522,0.815703573,428.0,31340.0,12978.659550003,va +51011,24593,0.18429642699999998,428.0,31340.0,2932.3404499969997,va +51013,22201,0.161673011,426.0,47900.0,38290.959271262,va +51013,22202,0.107278192,426.0,47900.0,25407.981549664,va +51013,22203,0.10426391300000001,426.0,47900.0,24694.073682746002,va +51013,22204,0.238498372,426.0,47900.0,56486.431421224,va +51013,22205,0.082513737,426.0,47900.0,19542.718498554,va +51013,22206,0.086768176,426.0,47900.0,20550.348340192002,va +51013,22207,0.14332897,426.0,47900.0,33946.31991274,va +51013,22209,0.054709165,426.0,47900.0,12957.428056929999,va +51013,22211,0.005102744,426.0,47900.0,1208.5440944480001,va +51013,22213,0.01586372,426.0,47900.0,3757.1951722400004,va +51013,22214,0.0,426.0,47900.0,0.0,va +51015,22843,0.049860046,427.0,,3767.3253556679997,va +51015,22939,0.120481685,427.0,,9103.35515523,va +51015,22952,0.041341952,427.0,,3123.715209216,va +51015,24411,0.001409614,427.0,,106.507614612,va +51015,24421,0.07915987,427.0,,5981.16145746,va +51015,24430,0.074689382,427.0,,5643.380325156,va +51015,24431,0.047544252,427.0,,3592.348592616,va +51015,24432,0.005719004000000001,427.0,,432.11650423200007,va +51015,24437,0.014680118,427.0,,1109.2003558440001,va +51015,24440,0.068587769,427.0,,5182.354650102001,va +51015,24459,0.010612376000000001,427.0,,801.8499058080001,va +51015,24467,0.048430295,427.0,,3659.29622961,va +51015,24476,0.00340321,427.0,,257.13974118,va +51015,24477,0.219517107,427.0,,16586.273570706,va +51015,24479,0.030628889,427.0,,2314.257595062,va +51015,24482,0.105801567,427.0,,7994.154799386,va +51015,24485,0.004832960999999999,427.0,,365.16886723799996,va +51015,24486,0.073299905,427.0,,5538.39422199,va +51017,24412,0.0049086979999999995,427.0,,20.356370606,va +51017,24445,0.537011585,427.0,,2226.987042995,va +51017,24460,0.286078932,427.0,,1186.369331004,va +51017,24484,0.10877675199999999,427.0,,451.09719054399994,va +51017,24487,0.063224033,427.0,,262.190064851,va +51019,24095,0.062963673,432.0,31340.0,4973.941275981,va +51019,24104,0.045142216,428.0,31340.0,3566.0996373519997,va +51019,24121,0.151523447,428.0,31340.0,11969.897742659,va +51019,24122,0.022297353,432.0,31340.0,1761.4239949409998,va +51019,24174,0.037805579,428.0,31340.0,2986.527324263,va +51019,24523,0.27491855800000004,428.0,31340.0,21717.741326326002,va +51019,24526,0.018697473,428.0,31340.0,1477.0442745809999,va +51019,24536,0.003545129,428.0,31340.0,280.054555613,va +51019,24551,0.340537655,428.0,31340.0,26901.453132035,va +51019,24556,0.042486790999999996,428.0,31340.0,3356.329028627,va +51019,24570,8.209999999999999e-05,428.0,31340.0,6.485653699999999,va +51021,24314,0.241587302,432.0,,1517.16825656,va +51021,24315,0.562857143,432.0,,3534.74285804,va +51021,24318,0.092857143,432.0,,583.14285804,va +51021,24366,0.102698413,432.0,,644.94603364,va +51023,24064,0.170925474,432.0,40220.0,5712.158415606,va +51023,24066,0.17450218399999998,432.0,40220.0,5831.688487095999,va +51023,24077,0.026034322999999998,432.0,40220.0,870.0410403369999,va +51023,24083,0.11466107199999999,432.0,40220.0,3831.8583651679996,va +51023,24085,0.071809334,432.0,40220.0,2399.796132946,va +51023,24090,0.169687382,432.0,40220.0,5670.782619058,va +51023,24130,0.000653437,432.0,40220.0,21.837211102999998,va +51023,24175,0.271726794,432.0,40220.0,9080.837728686,va +51025,23821,0.114823925,431.0,,1863.707126675,va +51025,23843,0.033115364,431.0,,537.495473084,va +51025,23845,0.027416162,431.0,,444.991725422,va +51025,23856,0.054592357,431.0,,886.088546467,va +51025,23857,0.039474474,431.0,,640.710187494,va +51025,23868,0.43379926799999996,431.0,,7040.995918907999,va +51025,23876,0.016617674,431.0,,269.72146669399996,va +51025,23887,0.02321675,431.0,,376.83106925000004,va +51025,23889,0.036294919,431.0,,589.102830289,va +51025,23893,0.013318135,431.0,,216.166649185,va +51025,23920,0.18573399699999998,431.0,,3014.6485053069996,va +51025,23938,0.021596976,431.0,,350.54051745600003,va +51027,24239,0.010567354,376.0,,221.95670341599998,va +51027,24603,0.040781779,376.0,,856.580486116,va +51027,24607,0.015132861000000001,376.0,,317.85061244400003,va +51027,24614,0.382579255,376.0,,8035.69467202,va +51027,24620,0.133066585,376.0,,2794.9305513399995,va +51027,24622,0.045039499000000004,376.0,,946.009636996,va +51027,24628,0.018826306,376.0,,395.427731224,va +51027,24631,0.12937314,376.0,,2717.35343256,va +51027,24634,0.024315174,376.0,,510.71591469599997,va +51027,24646,0.040268801,376.0,,845.805896204,va +51027,24656,0.144249513,376.0,,3029.8167710519997,va +51027,24657,0.015799733,376.0,,331.857591932,va +51029,23004,0.057321739000000003,427.0,,982.953180372,va +51029,23123,0.130365217,427.0,,2235.502741116,va +51029,23921,0.113182609,427.0,,1940.855379132,va +51029,23936,0.587130435,431.0,,10068.112699379999,va +51029,24562,0.033321738999999996,427.0,,571.4011803719999,va +51029,24599,0.078678261,427.0,,1349.174819628,va +51031,24517,0.135123465,428.0,,7416.251376525,va +51031,24528,0.090325192,428.0,,4957.49816292,va +51031,24538,0.135771151,428.0,,7451.799622635001,va +51031,24550,0.209742275,428.0,,11511.704763375,va +51031,24554,0.10446633400000001,428.0,,5733.634741590001,va +51031,24571,0.055188234,428.0,,3029.0062230900003,va +51031,24588,0.269383349,428.0,,14785.105109865,va +51033,22427,0.153456948,431.0,,4714.9647273,va +51033,22514,0.066757939,431.0,,2051.137675775,va +51033,22535,0.016131432,431.0,,495.6382482,va +51033,22538,0.002321498,431.0,,71.32802605,va +51033,22546,0.48340724399999996,431.0,,14852.687571899998,va +51033,22580,0.157474925,431.0,,4838.417070625,va +51033,23015,0.12045001300000001,431.0,,3700.826649425,va +51035,24312,0.073069519,432.0,,2176.814040529,va +51035,24317,0.167358289,320.0,,4985.770787599,va +51035,24325,0.038802139,320.0,,1155.954522949,va +51035,24328,0.066823529,320.0,,1990.739752439,va +51035,24343,0.41886631,320.0,,12478.44624121,va +51035,24351,0.023871657999999997,320.0,,711.1605634779999,va +51035,24352,0.053176470999999996,320.0,,1584.180247561,va +51035,24381,0.158032086,320.0,,4707.933874026,va +51036,23030,1.0,431.0,40060.0,6963.0,va +51037,23923,0.195188628,431.0,,2318.84090064,va +51037,23934,0.028899477000000003,431.0,,343.32578676,va +51037,23937,0.16824181800000002,312.0,,1998.7127978400001,va +51037,23958,0.28844802,428.0,,3426.7624776000002,va +51037,23959,0.10653753,428.0,,1265.6658564000002,va +51037,23962,0.036866359,312.0,,437.97234492,va +51037,23963,0.00945091,428.0,,112.27681079999999,va +51037,23964,0.082090135,312.0,,975.2308038,va +51037,23967,0.080137468,312.0,,952.03311984,va +51037,23976,0.004139655,312.0,,49.1791014,va +51041,23112,0.157118538,431.0,40060.0,55431.734443476,va +51041,23113,0.074111291,431.0,40060.0,26146.611687382,va +51041,23114,0.054794359,431.0,40060.0,19331.559443918,va +51041,23120,0.029628557000000003,431.0,40060.0,10453.014166714001,va +51041,23234,0.133590065,431.0,40060.0,47130.842112130005,va +51041,23235,0.095624136,431.0,40060.0,33736.386429072,va +51041,23236,0.07513979400000001,431.0,40060.0,26509.469602788,va +51041,23237,0.06872051900000001,431.0,40060.0,24244.736544238003,va +51041,23806,0.005044982,431.0,40060.0,1779.879739564,va +51041,23831,0.108657745,431.0,40060.0,38334.66975149,va +51041,23832,0.108906004,431.0,40060.0,38422.256023208,va +51041,23836,0.040197307,431.0,40060.0,14181.690304214,va +51041,23838,0.048466704000000006,431.0,40060.0,17099.150104608,va +51043,20130,0.014090123999999999,435.0,47900.0,205.98352275599999,va +51043,20135,0.211152466,435.0,47900.0,3086.837900454,va +51043,22611,0.59849794,435.0,47900.0,8749.44138486,va +51043,22620,0.168549781,435.0,47900.0,2464.029248439,va +51043,22646,0.00770969,435.0,47900.0,112.70795810999999,va +51045,24127,0.9873834340000001,432.0,40220.0,5066.264399854001,va +51045,24131,0.012616566000000001,432.0,40220.0,64.73560014600001,va +51047,20106,0.094103378,426.0,47900.0,4950.30819969,va +51047,22701,0.625816003,427.0,47900.0,32921.050837815,va +51047,22713,0.027949203,427.0,47900.0,1470.267823815,va +51047,22714,0.018406878,427.0,47900.0,968.29381719,va +51047,22718,0.01430457,427.0,47900.0,752.4919048500001,va +51047,22724,0.04278885599999999,426.0,47900.0,2250.9077698799997,va +51047,22726,0.013270075,427.0,47900.0,698.072295375,va +51047,22729,0.02138551,427.0,47900.0,1124.98475355,va +51047,22733,0.019619734,427.0,47900.0,1032.09610707,va +51047,22735,0.052259837,427.0,47900.0,2749.128725385,va +51047,22736,0.013145222,427.0,47900.0,691.50440331,va +51047,22737,0.054328827,427.0,47900.0,2857.967944335,va +51047,22741,0.00262191,427.0,47900.0,137.92557555,va +51049,23027,0.19696422100000002,431.0,,1956.2486429720002,va +51049,23040,0.803035779,431.0,,7975.751357028,va +51051,24217,0.019903287,376.0,,284.97526326599996,va +51051,24220,0.06286355,376.0,,900.0803089000001,va +51051,24226,0.081645525,376.0,,1169.00062695,va +51051,24228,0.44109608200000006,376.0,,6315.613702076001,va +51051,24237,0.0646156,376.0,,925.1661608,va +51051,24256,0.24921157800000002,376.0,,3568.2113738040002,va +51051,24269,0.028943864,376.0,,414.418244752,va +51051,24272,0.051720512999999996,376.0,,740.534305134,va +51053,23805,0.552047782,431.0,,15757.651889408002,va +51053,23833,0.065443686,431.0,,1868.024573184,va +51053,23840,0.082167235,431.0,,2345.38155584,va +51053,23841,0.09331626800000001,431.0,,2663.6195537920003,va +51053,23850,0.036063709,431.0,,1029.402509696,va +51053,23872,0.078412969,431.0,,2238.219787136,va +51053,23885,0.078868032,431.0,,2251.209105408,va +51053,23894,0.013680319,431.0,,390.491025536,va +51057,22436,0.040770204,431.0,,446.55604441199995,va +51057,22437,0.10775628300000001,431.0,,1180.254567699,va +51057,22438,0.031459048999999996,431.0,,344.57096369699997,va +51057,22454,0.146266498,431.0,,1602.056952594,va +51057,22476,0.034803833,431.0,,381.20638284899997,va +51057,22504,0.03968541,431.0,,434.67429573,va +51057,22509,0.0036159829999999997,431.0,,39.605861798999996,va +51057,22560,0.583438799,431.0,,6390.4051654469995,va +51057,23115,0.012203941000000001,431.0,,133.66976577300002,va +51059,20120,0.035669871,426.0,,40932.318408372,va +51059,20121,0.025724392999999998,426.0,,29519.564148076,va +51059,20124,0.013471182,426.0,,15458.612422824,va +51059,20151,0.019703771999999998,426.0,,22610.708890703998,va +51059,20170,0.036851943,426.0,,42288.783854675996,va +51059,20171,0.043028123,426.0,,49376.148042436005,va +51059,20190,0.01641397,426.0,,18835.55582204,va +51059,20191,0.025700461,426.0,,29492.101412252003,va +51059,20194,0.01061643,426.0,,12182.69315076,va +51059,22003,0.050929119,426.0,,58442.793784308,va +51059,22015,0.038335731,426.0,,43991.478065892,va +51059,22027,0.0018154170000000002,426.0,,2083.249100844,va +51059,22030,0.050826553,426.0,,58325.096017195996,va +51059,22031,0.028056914,426.0,,32196.206636248,va +51059,22032,0.026650051,426.0,,30581.786324132,va +51059,22033,0.03433395,426.0,,39399.3063114,va +51059,22035,0.0,426.0,,0.0,va +51059,22039,0.015339591999999999,426.0,,17602.672686944,va +51059,22041,0.024456849,426.0,,28065.016846668,va +51059,22042,0.029475743,426.0,,33824.358316276,va +51059,22043,0.021689278,426.0,,24889.140561895998,va +51059,22044,0.011529267,426.0,,13230.202819044,va +51059,22060,0.008425792,426.0,,9668.865945344,va +51059,22066,0.015668657,426.0,,17980.285304523997,va +51059,22079,0.030421059,426.0,,34909.138676388,va +51059,22101,0.025039766,426.0,,28733.932757512,va +51059,22102,0.021150807,426.0,,24271.227858324,va +51059,22124,0.01556951,426.0,,17866.51094932,va +51059,22150,0.023812392999999998,426.0,,27325.482964075996,va +51059,22151,0.015564382,426.0,,17860.626405224,va +51059,22152,0.025298745,426.0,,29031.119447340003,va +51059,22153,0.026793643,426.0,,30746.562739076,va +51059,22180,0.020887554,426.0,,23969.136616728,va +51059,22181,0.013076303000000001,426.0,,15005.476134196,va +51059,22182,0.022886736,426.0,,26263.261935552,va +51059,22185,0.0,426.0,,0.0,va +51059,22303,0.012396803999999999,426.0,,14225.729287728,va +51059,22306,0.030153533,426.0,,34602.144030556,va +51059,22307,0.008514683,426.0,,9770.871212356,va +51059,22308,0.01139764,426.0,,13079.156624480001,va +51059,22309,0.031047566000000002,426.0,,35628.075507112,va +51059,22310,0.027517588,426.0,,31577.312792816,va +51059,22312,0.028877441,426.0,,33137.787625612,va +51059,22315,0.024880787999999997,426.0,,28551.500415215996,va +51061,20115,0.10128678599999999,426.0,47900.0,7213.847472492,va +51061,20119,0.062067652,426.0,47900.0,4420.582310744,va +51061,20137,0.02248212,426.0,47900.0,1601.22155064,va +51061,20139,0.0029751440000000003,426.0,47900.0,211.89570596800002,va +51061,20144,0.014128268000000001,426.0,47900.0,1006.2435034960001,va +51061,20184,0.009599601,435.0,47900.0,683.7027824219999,va +51061,20186,0.220556337,426.0,47900.0,15708.463433813999,va +51061,20187,0.259599601,426.0,47900.0,18489.202782422002,va +51061,20198,0.031876539,426.0,47900.0,2270.3108606580004,va +51061,22639,0.008236605,426.0,47900.0,586.6274813099999,va +51061,22643,0.004001055,426.0,47900.0,284.96313921,va +51061,22712,0.132621058,426.0,47900.0,9445.536992876001,va +51061,22720,0.010903975,431.0,47900.0,776.60290745,va +51061,22728,0.04663501,426.0,47900.0,3321.43868222,va +51061,22734,0.044949584,426.0,47900.0,3201.399271648,va +51061,22742,0.028080666,426.0,47900.0,1999.961193852,va +51063,24072,0.080057023,432.0,,1260.818055227,va +51063,24079,0.135054022,432.0,,2126.965792478,va +51063,24091,0.567527011,432.0,,8937.982896239,va +51063,24105,0.022283914,432.0,,350.94936158599995,va +51063,24380,0.195078031,432.0,,3072.283910219,va +51065,22963,0.634092259,427.0,16820.0,17291.69590293,va +51065,22974,0.22173827,427.0,16820.0,6046.8026229,va +51065,23022,0.046723420999999994,427.0,16820.0,1274.1476906699997,va +51065,23055,0.039160562,427.0,16820.0,1067.9085257400002,va +51065,23084,0.058285487999999996,427.0,16820.0,1589.44525776,va +51067,24065,0.123232399,432.0,40220.0,6906.190104758,va +51067,24067,0.045212866,432.0,40220.0,2533.819436372,va +51067,24088,0.094743392,432.0,40220.0,5309.609174464,va +51067,24092,0.046193295,432.0,40220.0,2588.76463839,va +51067,24101,0.121196124,432.0,40220.0,6792.073181208,va +51067,24102,0.030789245,432.0,40220.0,1725.49086829,va +51067,24137,0.050416682000000004,432.0,40220.0,2825.451692644,va +51067,24151,0.383253516,432.0,40220.0,21478.293543672,va +51067,24176,0.026151062000000003,432.0,40220.0,1465.5578166040002,va +51067,24184,0.078811418,432.0,40220.0,4416.749487556,va +51069,22602,0.351011167,435.0,,31349.860358271002,va +51069,22603,0.18676098,435.0,,16680.183406739998,va +51069,22624,0.032575544,435.0,,2909.419561272,va +51069,22625,0.036763326,435.0,,3283.442935038,va +51069,22637,0.028376032000000002,435.0,,2534.348546016,va +51069,22645,0.051555462,435.0,,4604.572977606001,va +51069,22654,0.01171875,435.0,,1046.63671875,va +51069,22655,0.24535473,435.0,,21913.367000489998,va +51069,22656,0.03907423,435.0,,3489.83670399,va +51069,22663,0.016809779,435.0,,1501.331791827,va +51071,24086,0.008338498,432.0,13980.0,139.41968656,va +51071,24093,0.007718745,432.0,13980.0,129.0574164,va +51071,24124,0.28210040000000003,432.0,13980.0,4716.718688000001,va +51071,24128,0.11194996900000001,432.0,13980.0,1871.8034816800002,va +51071,24134,0.281311623,432.0,13980.0,4703.53033656,va +51071,24136,0.17798185800000002,432.0,13980.0,2975.8566657600004,va +51071,24147,0.07121528,432.0,13980.0,1190.7194816,va +51071,24150,0.043326385,432.0,13980.0,724.4171572,va +51071,24167,0.016057243,432.0,13980.0,268.47710295999997,va +51073,23061,0.606308444,429.0,47260.0,22644.407766512,va +51073,23062,0.06774598700000001,429.0,47260.0,2530.1771224760005,va +51073,23072,0.325945569,429.0,47260.0,12173.415111012,va +51075,23038,0.10919006,431.0,40060.0,2593.59149518,va +51075,23039,0.061597571,431.0,40060.0,1463.1271039629999,va +51075,23063,0.286360538,431.0,40060.0,6801.921859114,va +51075,23065,0.104418417,431.0,40060.0,2480.250659001,va +51075,23103,0.322054905,431.0,40060.0,7649.770158465,va +51075,23129,0.039164653,431.0,40060.0,930.278002709,va +51075,23153,0.077213856,431.0,40060.0,1834.060721568,va +51077,24292,0.033820998,376.0,,525.9165188999999,va +51077,24326,0.110671256,320.0,,1720.9380308,va +51077,24330,0.267986231,320.0,,4167.18589205,va +51077,24348,0.379432014,320.0,,5900.167817699999,va +51077,24363,0.11617900199999999,320.0,,1806.5834810999997,va +51077,24378,0.091910499,376.0,,1429.20825945,va +51079,22923,0.223358497,427.0,16820.0,4426.742052043,va +51079,22935,0.038448034,427.0,16820.0,762.001585846,va +51079,22968,0.47445575799999995,427.0,16820.0,9403.238667802,va +51079,22973,0.26373771100000004,427.0,16820.0,5227.017694309001,va +51081,23847,0.8506601579999999,431.0,,9643.083551087999,va +51081,23867,0.111949406,431.0,,1269.058466416,va +51081,23879,0.037390436,431.0,,423.857982496,va +51083,24520,0.066021645,312.0,,2238.8600035950003,va +51083,24534,0.044377132,312.0,,1504.872923252,va +51083,24539,0.003558405,312.0,,120.669071955,va +51083,24558,0.17753793699999998,312.0,,6020.488981606999,va +51083,24577,0.14139513,312.0,,4794.8502534300005,va +51083,24589,0.092195036,312.0,,3126.425865796,va +51083,24592,0.39386542799999996,312.0,,13356.370528907999,va +51083,24597,0.031996236000000004,312.0,,1085.024358996,va +51083,24598,0.049053053,312.0,,1663.4380802829999,va +51085,23005,0.171945244,431.0,40060.0,18529.851164904,va +51085,23047,0.020104056000000002,431.0,40060.0,2166.5336988960003,va +51085,23069,0.028317422000000002,431.0,40060.0,3051.655299252,va +51085,23111,0.369490327,431.0,40060.0,39818.494579482,va +51085,23116,0.31003687399999996,431.0,40060.0,33411.433763484,va +51085,23146,0.031105723,431.0,40060.0,3352.1393448179997,va +51085,23192,0.069000354,431.0,40060.0,7435.892149164,va +51087,23059,0.09703378900000001,431.0,40060.0,32100.524009402005,va +51087,23060,0.105561956,431.0,40060.0,34921.795160008,va +51087,23075,0.025924298999999998,431.0,40060.0,8576.224746582,va +51087,23150,0.034825417000000004,431.0,40060.0,11520.874801106002,va +51087,23223,0.14181564,431.0,40060.0,46915.16639352,va +51087,23227,0.070421601,431.0,40060.0,23296.733199618,va +51087,23228,0.09931570199999999,431.0,40060.0,32855.421904236,va +51087,23229,0.098014515,431.0,40060.0,32424.96582327,va +51087,23230,0.017970755,431.0,40060.0,5945.049227590001,va +51087,23231,0.101268865,431.0,40060.0,33501.56338157,va +51087,23233,0.085886672,431.0,40060.0,28412.857057695997,va +51087,23238,0.07176975299999999,431.0,40060.0,23742.726147953996,va +51087,23250,0.0,431.0,40060.0,0.0,va +51087,23294,0.050191034,431.0,40060.0,16604.097485812003,va +51089,24054,0.098047773,312.0,,4957.001259561001,va +51089,24055,0.195222717,312.0,,9869.874903369,va +51089,24078,0.099764336,312.0,,5043.785535152,va +51089,24089,0.037458904,312.0,,1893.809809528,va +51089,24112,0.42946088299999996,312.0,,21712.253861831,va +51089,24148,0.115155218,312.0,,5821.902356426001,va +51089,24165,0.019638648999999998,312.0,,992.8711774929999,va +51089,24168,0.00525152,312.0,,265.50109664,va +51091,24413,0.08809747,427.0,,192.93345929999998,va +51091,24433,0.04873477,427.0,,106.7291463,va +51091,24442,0.045923149,427.0,,100.57169631000001,va +51091,24458,0.166822868,427.0,,365.34208092,va +51091,24465,0.650421743,427.0,,1424.42361717,va +51093,23304,0.000823096,429.0,47260.0,30.544269464000003,va +51093,23314,0.176821615,429.0,47260.0,6561.673311035,va +51093,23315,0.027697182999999997,430.0,47260.0,1027.8147639469998,va +51093,23430,0.35697676799999994,429.0,47260.0,13247.050883711998,va +51093,23487,0.121488981,430.0,47260.0,4508.334595929,va +51093,23851,0.27289750399999996,430.0,47260.0,10126.953475935998,va +51093,23898,0.043294854,430.0,47260.0,1606.628737086,va +51095,23168,0.07331784200000001,429.0,,5610.501223366001,va +51095,23185,0.485310164,429.0,,37137.389679772,va +51095,23188,0.441371994,429.0,,33775.109096862,va +51097,23023,0.075113122,431.0,40060.0,527.66968205,va +51097,23085,0.10226244300000001,431.0,40060.0,718.3936620750001,va +51097,23091,0.016440422,429.0,40060.0,115.49396455,va +51097,23108,0.033484163,429.0,40060.0,235.22624507499998,va +51097,23110,0.08898944199999999,429.0,40060.0,625.15083005,va +51097,23126,0.044494720999999994,431.0,40060.0,312.575415025,va +51097,23148,0.29864253399999996,431.0,40060.0,2097.96380135,va +51097,23156,0.245098039,429.0,40060.0,1721.813723975,va +51097,23161,0.023831071000000002,431.0,40060.0,167.41327377500002,va +51097,23177,0.071644042,431.0,40060.0,503.29939505000004,va +51099,22448,0.025048244,431.0,,672.194675984,va +51099,22485,0.974951756,431.0,,26163.805324015997,va +51101,23009,0.39505949100000004,431.0,40060.0,6774.480151668001,va +51101,23086,0.22256447399999998,431.0,40060.0,3816.535600152,va +51101,23106,0.063054901,431.0,40060.0,1081.2654423479999,va +51101,23181,0.31932113300000003,431.0,40060.0,5475.718788684,va +51103,22480,0.056278139000000005,431.0,,596.717107817,va +51103,22482,0.253543438,431.0,,2688.3210731140002,va +51103,22503,0.314323829,431.0,,3332.775558887,va +51103,22576,0.182841421,431.0,,1938.667586863,va +51103,22578,0.193013173,431.0,,2046.518673319,va +51105,24221,0.02373548,376.0,,555.95614804,va +51105,24243,0.09073447400000001,376.0,,2125.273584502,va +51105,24248,0.105369066,377.0,,2468.059632918,va +51105,24263,0.280664045,376.0,,6573.993926034999,va +51105,24265,0.031098509,376.0,,728.420376307,va +51105,24277,0.313454678,376.0,,7342.048922794,va +51105,24281,0.11424128800000001,376.0,,2675.873688824,va +51105,24282,0.04070246,376.0,,953.37372058,va +51107,20105,0.055873730999999996,426.0,47900.0,23105.910970277997,va +51107,20117,0.00623403,426.0,47900.0,2578.00829814,va +51107,20118,2.09e-05,426.0,47900.0,8.6429442,va +51107,20129,0.001614682,426.0,47900.0,667.732364916,va +51107,20132,0.04864163,426.0,47900.0,20115.16238694,va +51107,20141,0.01845649,426.0,47900.0,7632.459961619999,va +51107,20147,0.167730928,426.0,47900.0,69363.112503264,va +51107,20148,0.125699565,426.0,47900.0,51981.546710970004,va +51107,20152,0.089332651,426.0,47900.0,36942.445829238,va +51107,20158,0.011621527,426.0,47900.0,4805.943032526,va +51107,20164,0.107718596,426.0,47900.0,44545.732752648,va +51107,20165,0.08555199599999999,426.0,47900.0,35379.001321847994,va +51107,20166,0.029534564,426.0,47900.0,12213.664527432,va +51107,20175,0.08810988199999999,426.0,47900.0,36436.784382515994,va +51107,20176,0.138520346,426.0,47900.0,57283.426844147994,va +51107,20180,0.019509429,426.0,47900.0,8067.890249801999,va +51107,20197,0.005829053000000001,426.0,47900.0,2410.534919514,va +51109,23024,0.239006445,431.0,,8984.491273995,va +51109,23093,0.39103405,427.0,,14699.360973550001,va +51109,23102,0.095391547,431.0,,3585.863643277,va +51109,23117,0.274567958,431.0,,10321.284109178,va +51111,23944,0.388912996,431.0,,4743.182899216,va +51111,23952,0.023323931000000003,431.0,,284.45866247600003,va +51111,23974,0.587763072,431.0,,7168.358426112,va +51113,22709,0.059404097,427.0,47900.0,787.757730317,va +51113,22711,0.0010707639999999999,427.0,47900.0,14.199401403999998,va +51113,22715,0.056052142,427.0,47900.0,743.307455062,va +51113,22719,0.012616387,427.0,47900.0,167.305908007,va +51113,22722,0.009729981,427.0,47900.0,129.029278041,va +51113,22723,0.005074488,427.0,47900.0,67.292785368,va +51113,22727,0.260428305,427.0,47900.0,3453.5397526050006,va +51113,22730,0.008147114,427.0,47900.0,108.03887875400001,va +51113,22731,0.001396648,427.0,47900.0,18.520949127999998,va +51113,22732,0.009078211999999999,427.0,47900.0,120.38616933199998,va +51113,22738,0.073882682,427.0,47900.0,979.7582460020001,va +51113,22743,0.013547486000000001,427.0,47900.0,179.653211846,va +51113,22948,0.00716946,427.0,47900.0,95.07420906,va +51113,22960,0.48170391100000004,427.0,47900.0,6387.875563771,va +51113,22989,0.000698324,427.0,47900.0,9.260474563999999,va +51115,23021,0.019349164,429.0,47260.0,170.930514776,va +51115,23025,0.029243624,429.0,47260.0,258.338174416,va +51115,23035,0.14654793300000002,429.0,47260.0,1294.6044401220001,va +51115,23045,0.014182058,429.0,47260.0,125.284300372,va +51115,23050,0.09366754599999999,429.0,47260.0,827.4591013639999,va +51115,23056,0.051781003,429.0,47260.0,457.433380502,va +51115,23064,0.028364116,429.0,47260.0,250.568600744,va +51115,23066,0.014621812,429.0,47260.0,129.169087208,va +51115,23068,0.019349164,429.0,47260.0,170.930514776,va +51115,23076,0.091358839,429.0,47260.0,807.063983726,va +51115,23109,0.23944591,429.0,47260.0,2115.26516894,va +51115,23119,0.040677221,429.0,47260.0,359.342570314,va +51115,23125,0.028034301,429.0,47260.0,247.655015034,va +51115,23128,0.078825858,429.0,47260.0,696.347629572,va +51115,23130,0.036939314,429.0,47260.0,326.32189987600003,va +51115,23138,0.058707124000000006,429.0,47260.0,518.618733416,va +51115,23163,0.008905013,429.0,47260.0,78.666884842,va +51117,23915,0.039574253,431.0,,1210.4576765109998,va +51117,23917,0.09212936599999999,431.0,,2817.9609178419996,va +51117,23919,0.076432316,431.0,,2337.835249492,va +51117,23924,0.188301434,312.0,,5759.575961758,va +51117,23927,0.124786811,312.0,,3816.854188057,va +51117,23950,0.117901585,431.0,,3606.255780395,va +51117,23968,0.018223738,312.0,,557.409474206,va +51117,23970,0.259143453,431.0,,7926.420796911001,va +51117,24529,0.06768365900000001,312.0,,2070.240077833,va +51117,24580,0.015823384,312.0,,483.989846408,va +51119,23032,0.025020576,429.0,,264.767735232,va +51119,23043,0.17061728399999998,431.0,,1805.4720992879998,va +51119,23070,0.031358025,431.0,,331.83062055,va +51119,23071,0.13506172800000002,431.0,,1429.2232056960002,va +51119,23079,0.024444444,429.0,,258.671106408,va +51119,23092,0.056790123,431.0,,600.9530815859999,va +51119,23149,0.239588477,429.0,,2535.325263614,va +51119,23169,0.089382716,431.0,,945.847900712,va +51119,23175,0.148148148,429.0,,1567.7037021360002,va +51119,23176,0.027242798,431.0,,288.28328843599996,va +51119,23180,0.052345679000000006,429.0,,553.921975178,va +51121,24060,0.46207851200000005,432.0,,45530.906179920006,va +51121,24073,0.252627565,432.0,,24892.657117275,va +51121,24087,0.035832697999999996,432.0,,3530.77489743,va +51121,24138,0.016619144,432.0,,1637.5673540399998,va +51121,24141,0.18629189999999998,432.0,,18356.272366499998,va +51121,24149,0.02925964,432.0,,2883.0986274,va +51121,24162,0.017290541,432.0,,1703.723457435,va +51125,22920,0.19886582600000002,427.0,16820.0,2969.0667821800002,va +51125,22922,0.11330727300000001,428.0,16820.0,1691.6775858900003,va +51125,22938,0.074271871,427.0,16820.0,1108.87903403,va +51125,22949,0.069867313,427.0,16820.0,1043.11898309,va +51125,22958,0.12608049300000002,427.0,16820.0,1882.3817604900003,va +51125,22964,0.018168805,428.0,16820.0,271.26025864999997,va +51125,22967,0.09370698699999999,428.0,16820.0,1399.0453159099998,va +51125,22969,0.090238397,427.0,16820.0,1347.25926721,va +51125,22971,0.08286076099999999,427.0,16820.0,1237.1111617299998,va +51125,22976,0.04343996,427.0,16820.0,648.5586028,va +51125,24464,0.00803832,427.0,16820.0,120.0121176,va +51125,24553,0.078731487,428.0,16820.0,1175.4611009100001,va +51125,24581,0.002422507,427.0,16820.0,36.16802951,va +51127,23011,0.05474168,429.0,40060.0,1264.04013288,va +51127,23089,0.220197792,429.0,40060.0,5084.587215072,va +51127,23124,0.178054085,431.0,40060.0,4111.446876735,va +51127,23140,0.27407772199999997,431.0,40060.0,6328.728678701999,va +51127,23141,0.27292872100000004,431.0,40060.0,6302.197096611001,va +51131,23307,0.04767082,430.0,,558.2253022,va +51131,23310,0.38044659999999997,430.0,,4455.029686,va +51131,23313,0.008614201,430.0,,100.87229371000001,va +51131,23316,0.036798528,430.0,,430.91076288,va +51131,23347,0.056703185999999996,430.0,,663.99430806,va +51131,23350,0.28761395,430.0,,3367.9593545000002,va +51131,23354,0.01246132,430.0,,145.92205719999998,va +51131,23398,0.0021744579999999998,430.0,,25.462903179999998,va +51131,23405,0.07175713,430.0,,840.2759923,va +51131,23408,0.006439741999999999,430.0,,75.40937881999999,va +51131,23413,0.08605837599999999,430.0,,1007.7435829599999,va +51131,23486,0.003261688,430.0,,38.19436648,va +51133,22432,0.018852894,431.0,,228.02575292999998,va +51133,22435,0.21596742800000002,431.0,,2612.1260416600003,va +51133,22473,0.457426093,431.0,,5532.568594835,va +51133,22511,0.09293680300000001,431.0,,1124.070632285,va +51133,22530,0.003983006,431.0,,48.17445757,va +51133,22539,0.203044787,431.0,,2455.826698765,va +51133,22579,0.0077889890000000005,431.0,,94.207821955,va +51135,23824,0.409572479,431.0,,6238.608000128,va +51135,23922,0.2695999,431.0,,4106.5456768,va +51135,23930,0.320827621,431.0,,4886.846323072,va +51137,22433,0.019238358,427.0,,712.8004022580001,va +51137,22508,0.697859116,431.0,,25856.378106916,va +51137,22542,0.11242107300000001,427.0,,4165.313175723,va +51137,22567,0.15188437300000002,427.0,,5627.467904023,va +51137,22972,0.01859708,427.0,,689.0404110799999,va +51139,22650,0.026550942999999997,435.0,,634.6206395859999,va +51139,22835,0.497498824,435.0,,11891.216891248001,va +51139,22849,0.222839796,427.0,,5326.316803992,va +51139,22851,0.25311043699999997,435.0,,6049.845665173999,va +51141,24053,0.153850539,320.0,,2709.000290712,va +51141,24076,0.075813715,320.0,,1334.9278937200002,va +51141,24082,0.037564841,320.0,,661.441720328,va +51141,24120,0.077922818,320.0,,1372.064979344,va +51141,24133,0.136863706,320.0,,2409.896135248,va +51141,24171,0.485891809,320.0,,8555.582972872,va +51141,24185,0.032092573,320.0,,565.086025384,va +51143,24069,0.047454467,312.0,,2864.066901318,va +51143,24139,0.009618227,428.0,,580.498472358,va +51143,24161,0.011005253000000001,312.0,,664.2110395620001,va +51143,24527,0.07503581299999999,312.0,,4528.711457801999,va +51143,24530,0.029900634,312.0,,1804.6228644359999,va +51143,24531,0.18979512899999998,312.0,,11454.895215665998,va +51143,24549,0.092294049,312.0,,5570.315033346,va +51143,24557,0.171263558,428.0,,10336.440779532,va +51143,24563,0.125673617,428.0,,7584.905480418,va +51143,24565,0.021919552999999998,312.0,,1322.9327017619999,va +51143,24566,0.027695036,312.0,,1671.506202744,va +51143,24569,0.023533959,428.0,,1420.368561486,va +51143,24586,0.139407444,312.0,,8413.796875176,va +51143,24594,0.035403261,312.0,,2136.728414394,va +51145,23139,0.9009307520000001,431.0,40060.0,26714.398658304002,va +51145,23160,0.09906924800000001,431.0,40060.0,2937.6013416960004,va +51147,23901,0.601459359,431.0,,13714.476303918,va +51147,23909,0.01520448,431.0,,346.69255296,va +51147,23942,0.045918887,431.0,,1047.042461374,va +51147,23943,0.00285084,431.0,,65.00485368,va +51147,23947,0.14006448300000002,431.0,,3193.7503413660006,va +51147,23954,0.068284405,431.0,,1557.0210028100003,va +51147,23960,0.043678941,431.0,,995.967212682,va +51147,23966,0.082538605,431.0,,1882.04527121,va +51149,23801,0.210918308,431.0,,8089.349866724,va +51149,23830,0.051900955,431.0,,1990.557327115,va +51149,23842,0.264534997,431.0,,10145.710739941,va +51149,23875,0.47264574,431.0,,18127.382066219998,va +51153,20109,0.08693712,426.0,,40889.570335200006,va +51153,20111,0.076432155,426.0,,35948.717621925,va +51153,20112,0.057439949000000004,426.0,,27016.018412915,va +51153,20136,0.065410484,426.0,,30764.83999214,va +51153,20143,0.00246824,426.0,,1160.8996604,va +51153,20155,0.074958898,426.0,,35255.79329083,va +51153,20169,0.05305434,426.0,,24953.3130039,va +51153,20181,0.020166542,426.0,,9485.030531569999,va +51153,22025,0.037839223,426.0,,17797.110949705,va +51153,22026,0.033831536,426.0,,15912.15548456,va +51153,22125,0.001896018,426.0,,891.76362603,va +51153,22134,0.01608626,426.0,,7565.9310971,va +51153,22172,0.021567204,426.0,,10143.81089334,va +51153,22191,0.150829508,426.0,,70940.39664518,va +51153,22192,0.124776342,426.0,,58686.68081457,va +51153,22193,0.176306181,426.0,,82922.967640635,va +51155,24058,0.004642685,432.0,13980.0,157.976642495,va +51155,24084,0.371517986,432.0,13980.0,12641.642509622001,va +51155,24132,0.015303666,432.0,13980.0,520.737842982,va +51155,24301,0.489167068,432.0,13980.0,16644.887822836,va +51155,24324,0.060423687999999996,432.0,13980.0,2056.0368315759997,va +51155,24347,0.058944907000000005,432.0,13980.0,2005.7183504890002,va +51157,22623,0.162490056,435.0,47900.0,1197.5517127199998,va +51157,22627,0.159307876,426.0,47900.0,1174.09904612,va +51157,22640,0.11256961,435.0,47900.0,829.6380257,va +51157,22716,0.124502784,426.0,47900.0,917.58551808,va +51157,22740,0.219371519,427.0,47900.0,1616.7680950299998,va +51157,22747,0.173428799,426.0,47900.0,1278.17024863,va +51157,22749,0.048329356,427.0,47900.0,356.18735372,va +51159,22460,0.167132476,431.0,,1508.036330948,va +51159,22548,0.049189490999999995,431.0,,443.83677729299995,va +51159,22572,0.7836780320000001,431.0,,7071.126882736001,va +51161,24018,0.43550910200000004,432.0,,41018.860280972,va +51161,24019,0.311672209,432.0,,29355.158676873998,va +51161,24020,0.007103211,432.0,,669.023031246,va +51161,24059,0.010104404,432.0,,951.6933951440001,va +51161,24070,0.022213467,432.0,,2092.197602862,va +51161,24179,0.21339760600000002,432.0,,20099.066918716002,va +51163,24415,0.001148889,432.0,,25.933871396999997,va +51163,24435,0.081930133,432.0,,1849.408892209,va +51163,24439,0.043370553,427.0,,979.003492869,va +51163,24450,0.5721466270000001,432.0,,12915.065811271003,va +51163,24472,0.06821527299999999,427.0,,1539.8233574289998,va +51163,24473,0.039564858,432.0,,893.097539634,va +51163,24483,0.020787707,427.0,,469.240910111,va +51163,24555,0.088069508,432.0,,1987.9930040840002,va +51163,24578,0.03428715,432.0,,773.9638369500001,va +51163,24579,0.050479302000000004,432.0,,1139.469284046,va +51165,22811,0.01007589,427.0,,825.69903372,va +51165,22812,0.144816853,427.0,,11867.451469644,va +51165,22815,0.149213022,427.0,,12227.708726856,va +51165,22820,0.0035137259999999996,427.0,,287.942818248,va +51165,22821,0.083045871,427.0,,6805.443036707999,va +51165,22827,0.160861264,427.0,,13182.258862272,va +51165,22830,0.028382563,427.0,,2325.894272724,va +51165,22831,0.017953696,427.0,,1471.2694798080001,va +51165,22832,0.018001829,427.0,,1475.2138828920001,va +51165,22834,0.017055208999999998,427.0,,1397.640267132,va +51165,22840,0.070001765,427.0,,5736.50463822,va +51165,22841,0.045566127000000005,427.0,,3734.0529753960004,va +51165,22846,0.043287821,427.0,,3547.350355308,va +51165,22850,0.017857428999999998,427.0,,1463.3805916919998,va +51165,22853,0.064338088,427.0,,5272.377635424,va +51165,24441,0.099924591,427.0,,8188.620383267999,va +51165,24471,0.026104257000000002,427.0,,2139.191652636,va +51167,24224,0.227785829,376.0,,6055.914049794,va +51167,24225,0.076081153,376.0,,2022.693533658,va +51167,24260,0.20536191,376.0,,5459.75173926,va +51167,24266,0.35004957700000006,376.0,,9306.418054122001,va +51167,24280,0.036534208,376.0,,971.2984538879999,va +51167,24649,0.104187324,376.0,,2769.924195864,va +51169,24244,0.261286456,376.0,28700.0,5634.903710096,va +51169,24245,0.036311981,376.0,28700.0,783.104182246,va +51169,24250,0.063301816,376.0,28700.0,1365.166963856,va +51169,24251,0.373196609,376.0,28700.0,8048.358069694,va +51169,24258,0.07328983,376.0,28700.0,1580.56847378,va +51169,24271,0.109024726,376.0,28700.0,2351.227240916,va +51169,24290,0.083588583,376.0,28700.0,1802.671380978,va +51171,22641,0.010916881000000002,435.0,,476.15068169600005,va +51171,22644,0.054994644,435.0,,2398.646392704,va +51171,22652,0.030517127,435.0,,1331.035011232,va +51171,22657,0.237071814,435.0,,10340.124239424,va +51171,22660,0.044556372999999996,435.0,,1943.3707647679998,va +51171,22664,0.20441233399999997,435.0,,8915.648359743998,va +51171,22810,0.018483488,435.0,,806.175812608,va +51171,22824,0.150921895,435.0,,6582.60937232,va +51171,22842,0.118399161,435.0,,5164.097806176,va +51171,22844,0.11065022699999999,427.0,,4826.120300832,va +51171,22845,0.00020511900000000003,435.0,,8.946470304000002,va +51171,22847,0.018870935,427.0,,823.07470096,va +51173,24311,0.051583394000000005,376.0,,1552.8664929760002,va +51173,24319,0.22850427199999998,376.0,,6878.892604287999,va +51173,24354,0.45529333299999997,376.0,,13706.150496631999,va +51173,24370,0.210716895,376.0,,6343.42140708,va +51173,24375,0.053902106,376.0,,1622.668999024,va +51175,23827,0.12309167300000001,430.0,,2170.229286663,va +51175,23828,0.021166752999999996,430.0,,373.19102214299994,va +51175,23829,0.18651818,430.0,,3288.50203158,va +51175,23837,0.33984807100000003,430.0,,5991.861339801,va +51175,23844,0.038277159,431.0,,674.864590329,va +51175,23866,0.15487867800000002,430.0,,2730.6659718180003,va +51175,23874,0.061287706,430.0,,1080.563544486,va +51175,23878,0.07493178,430.0,,1321.12221318,va +51177,22407,0.464178927,431.0,,63228.132541305,va +51177,22408,0.23893405199999998,431.0,,32546.40189318,va +51177,22534,0.025990403,431.0,,3540.2827446449996,va +51177,22551,0.152365468,431.0,,20754.46222362,va +51177,22553,0.11853115,431.0,,16145.72059725,va +51179,22405,0.217740006,431.0,47900.0,33288.527597292,va +51179,22406,0.18240914,431.0,47900.0,27887.07414148,va +51179,22554,0.39408478799999996,431.0,47900.0,60248.470559015994,va +51179,22556,0.205766065,431.0,47900.0,31457.92754933,va +51181,23839,0.129676601,430.0,,832.783131622,va +51181,23846,0.178662016,429.0,,1147.3674667520002,va +51181,23881,0.321972099,431.0,,2067.704819778,va +51181,23883,0.31848446399999997,429.0,,2045.3072278079999,va +51181,23899,0.051204819000000006,431.0,,328.837347618,va +51183,23882,0.145809414,431.0,40060.0,1627.087250826,va +51183,23884,0.0029144220000000003,431.0,40060.0,32.522035098,va +51183,23888,0.187229533,430.0,40060.0,2089.294358747,va +51183,23890,0.327475051,431.0,40060.0,3654.294094109,va +51183,23891,0.30098030600000003,431.0,40060.0,3358.639234654,va +51183,23897,0.035591274,431.0,40060.0,397.163026566,va +51185,24316,0.0,376.0,,0.0,va +51185,24377,0.006852535999999999,376.0,,278.17869892,va +51185,24601,0.000559848,376.0,,22.727029560000002,va +51185,24602,0.015138282,376.0,,614.53855779,va +51185,24604,0.005307356,376.0,,215.45211682000001,va +51185,24605,0.194491098,432.0,,7895.36612331,va +51185,24606,0.003806965,432.0,,154.543744175,va +51185,24609,0.160609114,376.0,,6519.92698283,va +51185,24612,0.005128205,376.0,,208.17948197500002,va +51185,24613,0.013548315,432.0,,549.993847425,va +51185,24630,0.16072108400000001,432.0,,6524.472404980001,va +51185,24635,0.03202329,432.0,,1299.98545755,va +51185,24637,0.081513828,376.0,,3309.05384766,va +51185,24639,0.069465905,376.0,,2819.9684134749996,va +51185,24641,0.12430858800000001,376.0,,5046.307129860001,va +51185,24651,0.126525585,432.0,,5136.306123075,va +51187,22610,0.045017561,435.0,47900.0,1808.0853200039999,va +51187,22630,0.830415054,435.0,47900.0,33352.790228856,va +51187,22642,0.124567385,435.0,47900.0,5003.12445114,va +51191,24202,0.21149103100000002,376.0,,11365.528005940001,va +51191,24210,0.31350896899999997,376.0,,16847.971994059997,va +51191,24211,0.174588939,376.0,,9382.40958186,va +51191,24236,0.058893870999999993,376.0,,3164.9566275399998,va +51191,24270,0.011266816,376.0,,605.47869184,va +51191,24340,0.113901345,376.0,,6121.0582803,va +51191,24361,0.11634902800000001,376.0,,6252.5967647200005,va +51193,22443,0.493694319,431.0,,8893.903156785,va +51193,22469,0.0816846,431.0,,1471.548069,va +51193,22488,0.062709707,431.0,,1129.715371605,va +51193,22520,0.352944579,431.0,,6358.2965906849995,va +51193,22529,0.008966794,431.0,,161.53679391,va +51195,24216,0.066478957,376.0,,2485.182849531,va +51195,24219,0.28978646,376.0,,10833.08723418,va +51195,24230,0.219644681,376.0,,8210.977109823,va +51195,24246,0.009119677,376.0,,340.920885291,va +51195,24279,0.13370542900000001,376.0,,4998.310052307001,va +51195,24283,0.05289911,376.0,,1977.52742913,va +51195,24293,0.22836568399999999,376.0,,8536.994364971999,va +51197,24313,0.027411062000000003,432.0,,786.2589024080002,va +51197,24322,0.00479433,432.0,,137.52056172000002,va +51197,24323,0.034081434,432.0,,977.5918528560001,va +51197,24350,0.044677599000000005,432.0,,1281.5322497160003,va +51197,24360,0.20949138399999997,432.0,,6009.050858655999,va +51197,24368,0.188299055,432.0,,5401.1700936199995,va +51197,24374,0.025013897,432.0,,717.498621548,va +51197,24382,0.46623124,432.0,,13373.376888159999,va +51199,23665,0.108583247,429.0,,7414.06410516,va +51199,23690,0.066709901,429.0,,4554.95204028,va +51199,23691,0.002488914,429.0,,169.94304792,va +51199,23692,0.319019158,429.0,,21782.628108240002,va +51199,23693,0.4361208,429.0,,29778.328223999997,va +51199,23696,0.06707798,429.0,,4580.0844744,va +51510,22301,0.090329324,426.0,47900.0,14401.023466672,va +51510,22302,0.118335475,426.0,47900.0,18865.9881083,va +51510,22304,0.32094237,426.0,47900.0,51167.200164359994,va +51510,22305,0.118382074,426.0,47900.0,18873.417293672002,va +51510,22311,0.126164149,426.0,47900.0,20114.097946772,va +51510,22314,0.22584660899999998,426.0,47900.0,36006.273179651995,va +51520,24201,1.0,376.0,,16762.0,va +51530,24416,1.0,432.0,,6478.0,va +51540,22902,0.37725609600000004,427.0,,17831.386633536004,va +51540,22903,0.622743904,427.0,,29434.613366464,va +51550,23320,0.23861568,430.0,47260.0,58421.4700128,va +51550,23321,0.14918051400000001,430.0,47260.0,36524.61114519001,va +51550,23322,0.275766836,430.0,47260.0,67517.37329206,va +51550,23323,0.166326878,430.0,47260.0,40722.641175130004,va +51550,23324,0.10141534199999999,430.0,47260.0,24830.025258569996,va +51550,23325,0.068694749,430.0,47260.0,16818.878871415,va +51570,23834,1.0,431.0,,17370.0,va +51590,24540,0.526084494,312.0,,21066.527477736,va +51590,24541,0.47391550600000004,312.0,,18977.472522264,va +51610,22046,1.0,426.0,,14617.0,va +51630,22401,1.0,431.0,,29036.0,va +51640,24333,1.0,320.0,,6347.0,va +51650,23651,0.0036471740000000004,429.0,47260.0,490.58137474000006,va +51650,23661,0.09830513699999999,429.0,47260.0,13223.023977869998,va +51650,23663,0.10598259199999999,429.0,47260.0,14255.718449919998,va +51650,23664,0.074897327,429.0,47260.0,10074.43945477,va +51650,23666,0.397894446,429.0,47260.0,53520.78193146,va +51650,23669,0.31927332399999997,429.0,47260.0,42945.45481123999,va +51660,22801,0.550952652,427.0,,29209.305798432,va +51660,22802,0.405466569,427.0,,21496.215622104,va +51660,22807,0.04358077900000001,427.0,,2310.478579464,va +51670,23860,1.0,431.0,,22529.0,va +51680,24501,0.269066575,428.0,,22108.662334599998,va +51680,24502,0.443569579,428.0,,36447.225167272,va +51680,24503,0.19030918800000002,428.0,,15637.325359584001,va +51680,24504,0.09705465699999999,428.0,,7974.787056375999,va +51683,20110,1.0,426.0,,41085.0,va +51700,23601,0.13937749300000002,429.0,47260.0,24979.931182925004,va +51700,23602,0.214646134,429.0,47260.0,38469.953366149995,va +51700,23603,0.021611195,429.0,47260.0,3873.266423875,va +51700,23604,0.037222912000000004,429.0,47260.0,6671.2764032000005,va +51700,23605,0.07569912200000001,429.0,47260.0,13567.175140450001,va +51700,23606,0.155812027,429.0,47260.0,27925.410539074997,va +51700,23607,0.125493145,429.0,47260.0,22491.508912625,va +51700,23608,0.230137972,429.0,47260.0,41246.4780317,va +51710,23502,0.088113619,430.0,47260.0,21388.876103298,va +51710,23503,0.130623147,430.0,47260.0,31707.723949074,va +51710,23504,0.09388742300000001,430.0,47260.0,22790.420833866003,va +51710,23505,0.120215642,430.0,47260.0,29181.385370363998,va +51710,23507,0.027342096,430.0,47260.0,6637.075067232,va +51710,23508,0.091342552,430.0,47260.0,22172.673757583998,va +51710,23509,0.055665494,430.0,47260.0,13512.353344548,va +51710,23510,0.034337438,430.0,47260.0,8335.138374995999,va +51710,23511,0.056528714,430.0,47260.0,13721.893093788,va +51710,23513,0.12645363,430.0,47260.0,30695.607053460004,va +51710,23517,0.018001401,430.0,47260.0,4369.696081542,va +51710,23518,0.121025929,430.0,47260.0,29378.076057318,va +51710,23523,0.032879735,430.0,47260.0,7981.29263337,va +51710,23551,0.003583179,430.0,47260.0,869.788036818,va +51720,24273,1.0,376.0,,3981.0,va +51730,23803,1.0,431.0,,31346.0,va +51735,23662,1.0,429.0,,12271.0,va +51740,23701,0.251544942,430.0,47260.0,23745.339434916,va +51740,23702,0.116009695,430.0,47260.0,10951.08318861,va +51740,23703,0.272172152,430.0,47260.0,25692.506804496,va +51740,23704,0.18801607399999998,430.0,47260.0,17748.341353451997,va +51740,23707,0.160033994,430.0,47260.0,15106.888965612,va +51740,23708,0.004994177,430.0,47260.0,471.440320446,va +51740,23709,0.007228966,430.0,47260.0,682.399932468,va +51750,24142,1.0,432.0,,18249.0,va +51760,23173,0.012226569,431.0,40060.0,2817.4416540839998,va +51760,23219,0.024436608,431.0,40060.0,5631.074201087999,va +51760,23220,0.18888093,431.0,40060.0,43524.96598548,va +51760,23221,0.082280015,431.0,40060.0,18960.27753654,va +51760,23222,0.144068544,431.0,40060.0,33198.579005184,va +51760,23224,0.222849744,431.0,40060.0,51352.603608384,va +51760,23225,0.236707257,431.0,40060.0,54545.873474052,va +51760,23226,0.08855033300000001,431.0,40060.0,20405.184535188004,va +51770,24011,0.004244474,432.0,40220.0,420.809885782,va +51770,24012,0.290645869,432.0,40220.0,28815.503390267,va +51770,24013,0.081181554,432.0,40220.0,8048.5828082220005,va +51770,24014,0.166722557,432.0,40220.0,16529.374468651,va +51770,24015,0.145720555,432.0,40220.0,14447.172984365001,va +51770,24016,0.08027134,432.0,40220.0,7958.34146162,va +51770,24017,0.23121365100000002,432.0,40220.0,22923.215001093,va +51775,24153,1.0,432.0,,25301.0,va +51790,24401,1.0,427.0,,24932.0,va +51800,23432,0.016520861,430.0,47260.0,1521.7034649880002,va +51800,23433,0.012662629,430.0,47260.0,1166.329431932,va +51800,23434,0.55580978,430.0,47260.0,51194.52721624,va +51800,23435,0.33667563899999997,430.0,47260.0,31010.519757011996,va +51800,23436,0.011641992,430.0,47260.0,1072.320599136,va +51800,23437,0.046825930999999994,430.0,47260.0,4313.042852547999,va +51800,23438,0.019863167,430.0,47260.0,1829.556586036,va +51810,23451,0.095044683,430.0,47260.0,42767.636188242,va +51810,23452,0.13181295,430.0,47260.0,59312.4003633,va +51810,23453,0.080295604,430.0,47260.0,36130.934114296004,va +51810,23454,0.132646169,430.0,47260.0,59687.327249606,va +51810,23455,0.110435895,430.0,47260.0,49693.28141673,va +51810,23456,0.12046340300000001,430.0,47260.0,54205.399301522004,va +51810,23457,0.009472028,430.0,47260.0,4262.166327272,va +51810,23459,0.002955148,430.0,47260.0,1329.739766152,va +51810,23460,0.004508268,430.0,47260.0,2028.603385032,va +51810,23461,0.000955424,430.0,47260.0,429.91595897599996,va +51810,23462,0.14144495599999998,430.0,47260.0,63646.55263114399,va +51810,23464,0.169965471,430.0,47260.0,76480.042847754,va +51820,22980,1.0,427.0,,22630.0,va +51830,23187,1.0,429.0,,14954.0,va +51840,22601,1.0,435.0,,28078.0,va +53001,99105,0.002072014,440.0,,41.405055762,wa +53001,99169,0.111796666,440.0,,2234.032776678,wa +53001,99341,0.038861774,440.0,,776.574829842,wa +53001,99344,0.828759554,440.0,,16561.102167582,wa +53001,99371,0.018509992,440.0,,369.885170136,wa +53003,99401,0.013590236,440.0,30300.0,306.894709352,wa +53003,99402,0.07054405700000001,440.0,30300.0,1593.0258951740002,wa +53003,99403,0.915865707,440.0,30300.0,20682.079395474,wa +53005,99320,0.049841595999999995,440.0,28420.0,10187.123806439999,wa +53005,99336,0.26873323600000004,440.0,28420.0,54926.38610604001,wa +53005,99337,0.160667311,440.0,28420.0,32838.791695290005,wa +53005,99338,0.081263922,440.0,28420.0,16609.53301758,wa +53005,99345,0.000754549,344.0,28420.0,154.22227010999998,wa +53005,99346,0.002408356,440.0,28420.0,492.24388283999997,wa +53005,99350,0.072441897,442.0,28420.0,14806.39932783,wa +53005,99352,0.16306016199999998,440.0,28420.0,33327.86651117999,wa +53005,99353,0.08202363900000001,440.0,28420.0,16764.811575210002,wa +53005,99354,0.118805331,440.0,28420.0,24282.62160309,wa +53007,98801,0.571204264,440.0,48300.0,44096.9691808,wa +53007,98811,0.001345842,440.0,48300.0,103.8990024,wa +53007,98815,0.10184855300000001,440.0,48300.0,7862.708291600001,wa +53007,98816,0.080750505,440.0,48300.0,6233.938986,wa +53007,98817,0.001464592,440.0,48300.0,113.0665024,wa +53007,98821,0.0041298870000000005,440.0,48300.0,318.8272764,wa +53007,98822,0.025188352,440.0,48300.0,1944.5407744000001,wa +53007,98826,0.09563393099999999,440.0,48300.0,7382.939473199999,wa +53007,98828,0.032973123,440.0,48300.0,2545.5250956,wa +53007,98831,0.039082188999999996,440.0,48300.0,3017.1449907999995,wa +53007,98836,0.016268852,440.0,48300.0,1255.9553744,wa +53007,98847,0.029911992999999998,440.0,48300.0,2309.2058595999997,wa +53007,98852,0.000197918,440.0,48300.0,15.2792696,wa +53009,98305,0.0040763729999999995,439.0,,315.23000046299995,wa +53009,98326,0.00863928,439.0,,668.08416168,wa +53009,98331,0.085511782,439.0,,6612.711613842,wa +53009,98350,0.005930465,439.0,,458.608788915,wa +53009,98357,0.021631075,439.0,,1672.752660825,wa +53009,98362,0.31217126,439.0,,24140.51570706,wa +53009,98363,0.185185672,439.0,,14320.593201432,wa +53009,98381,0.004378813,439.0,,338.61798810299996,wa +53009,98382,0.372475279,439.0,,28803.885800349,wa +53011,98601,0.007505392,344.0,38900.0,3664.440095472,wa +53011,98604,0.079556293,344.0,38900.0,38842.644050613,wa +53011,98606,0.019457309,344.0,38900.0,9499.856003469,wa +53011,98607,0.068298205,344.0,38900.0,33345.983907405,wa +53011,98629,0.018664668,344.0,38900.0,9112.856168987999,wa +53011,98642,0.041425724,344.0,38900.0,20225.736911484,wa +53011,98660,0.02652664,344.0,38900.0,12951.39324024,wa +53011,98661,0.10103709300000001,344.0,38900.0,49330.451323413006,wa +53011,98662,0.069662236,344.0,38900.0,34011.959766876,wa +53011,98663,0.03075621,344.0,38900.0,15016.44272661,wa +53011,98664,0.049133035,344.0,38900.0,23988.762141435,wa +53011,98665,0.057044414,344.0,38900.0,27851.421735774,wa +53011,98671,0.049992267,344.0,38900.0,24408.274432347,wa +53011,98675,0.014795975,344.0,38900.0,7224.001629975,wa +53011,98682,0.124971001,344.0,38900.0,61015.966499240996,wa +53011,98683,0.07139144,344.0,38900.0,34856.22805704,wa +53011,98684,0.06322444,344.0,38900.0,30868.763810040004,wa +53011,98685,0.063550948,344.0,38900.0,31028.178402468,wa +53011,98686,0.043006710999999996,344.0,38900.0,20997.639585350997,wa +53013,99328,0.963126461,440.0,,3838.058947085,wa +53013,99359,0.036873539,440.0,,146.941052915,wa +53015,98581,0.004349963,344.0,31020.0,481.075458059,wa +53015,98603,0.01116707,344.0,31020.0,1234.99977251,wa +53015,98611,0.086860143,344.0,31020.0,9606.123794799,wa +53015,98616,0.000871848,344.0,31020.0,96.42028586400001,wa +53015,98625,0.062003209000000004,344.0,31020.0,6857.1208929370005,wa +53015,98626,0.22324865300000002,344.0,31020.0,24689.738281229,wa +53015,98632,0.47344110899999997,344.0,31020.0,52359.272567636996,wa +53015,98645,0.012567591000000001,344.0,31020.0,1389.887591463,wa +53015,98649,0.010063348,344.0,31020.0,1112.935845364,wa +53015,98674,0.115427066,344.0,31020.0,12765.425510137999,wa +53017,98802,0.767040938,440.0,48300.0,33311.820896402,wa +53017,98813,0.073827504,440.0,48300.0,3206.254671216,wa +53017,98830,0.014432631000000001,440.0,48300.0,626.7947316990001,wa +53017,98843,0.044937400999999995,440.0,48300.0,1951.5863880289999,wa +53017,98845,0.007278418,440.0,48300.0,316.094415322,wa +53017,98850,0.04672595400000001,440.0,48300.0,2029.2614562660003,wa +53017,98858,0.045757154,440.0,48300.0,1987.187441066,wa +53019,99118,0.12211006199999999,440.0,,931.333442874,wa +53019,99121,0.028492347999999997,440.0,,217.31113819599997,wa +53019,99138,0.17811787699999998,440.0,,1358.505047879,wa +53019,99140,0.06870726099999999,440.0,,524.0302796469999,wa +53019,99146,0.011885379,440.0,,90.649785633,wa +53019,99150,0.067404754,440.0,,514.096058758,wa +53019,99160,0.025398893,440.0,,193.717356911,wa +53019,99166,0.497883426,440.0,,3797.3568901020003,wa +53021,99301,0.877538743,440.0,28420.0,83560.994185946,wa +53021,99326,0.069530632,440.0,28420.0,6620.8458403039995,wa +53021,99330,0.012722958000000001,440.0,28420.0,1211.505506676,wa +53021,99335,0.002863223,440.0,28420.0,272.641820506,wa +53021,99343,0.037344445,440.0,28420.0,3556.01274179,wa +53023,99347,1.0,440.0,,2225.0,wa +53025,98823,0.119465969,440.0,,11675.767548277001,wa +53025,98824,0.004730168,440.0,,462.293509144,wa +53025,98832,0.002242844,440.0,,219.19987265199998,wa +53025,98837,0.457901506,440.0,,44752.087885898,wa +53025,98848,0.133305696,440.0,,13028.365587168,wa +53025,98851,0.045654092,440.0,,4461.911373436,wa +53025,98853,0.000170073,440.0,,16.621744509,wa +53025,98857,0.038659821000000004,440.0,,3778.3402857930005,wa +53025,98860,0.002657398,440.0,,259.715478734,wa +53025,99115,0.013478321000000001,440.0,,1317.276746293,wa +53025,99123,0.010608331,440.0,,1036.784013623,wa +53025,99133,0.016752235,440.0,,1637.246183255,wa +53025,99135,0.003305803,440.0,,323.086044599,wa +53025,99321,0.007302529,442.0,,713.698066757,wa +53025,99349,0.09703753300000001,440.0,,9483.769212689002,wa +53025,99357,0.04672768099999999,440.0,,4566.836447172999,wa +53027,98520,0.32436649300000003,439.0,,24347.273331073004,wa +53027,98526,0.003160811,439.0,,237.253634471,wa +53027,98535,0.007532146,439.0,,565.370410906,wa +53027,98536,0.0007128639999999999,439.0,,53.50828470399999,wa +53027,98537,0.027156077,439.0,,2038.362295697,wa +53027,98541,0.137340614,438.0,,10308.923827454,wa +53027,98547,0.01701458,439.0,,1277.1313893800002,wa +53027,98550,0.14740141,439.0,,11064.09723601,wa +53027,98552,0.005702911,439.0,,428.06620257099996,wa +53027,98557,0.045233228,438.0,,3395.251326908,wa +53027,98559,0.0,438.0,,0.0,wa +53027,98562,0.0,439.0,,0.0,wa +53027,98563,0.106754721,439.0,,8013.116112981,wa +53027,98568,0.036894066,438.0,,2769.305488026,wa +53027,98569,0.082154194,439.0,,6166.575955834,wa +53027,98571,0.006348523000000001,439.0,,476.52648490300004,wa +53027,98575,0.002111691,439.0,,158.505638151,wa +53027,98583,0.0014660779999999998,438.0,,110.04528075799999,wa +53027,98587,0.010141497,439.0,,761.230906317,wa +53027,98595,0.038508097000000005,439.0,,2890.456268917,wa +53029,98236,0.076498114,437.0,,6513.125924074,wa +53029,98239,0.089090597,437.0,,7585.262519176999,wa +53029,98249,0.049487971,437.0,,4213.455338911,wa +53029,98253,0.020958891,437.0,,1784.460938631,wa +53029,98260,0.068315449,437.0,,5816.445643309,wa +53029,98277,0.473222598,437.0,,40290.645216318,wa +53029,98278,0.021203881,437.0,,1805.3196322210001,wa +53029,98282,0.2012225,437.0,,17132.2848725,wa +53031,98320,0.038504864,439.0,,1240.6652229439999,wa +53031,98325,0.050315754000000004,439.0,,1621.2239096340002,wa +53031,98339,0.107219662,439.0,,3454.7247293019996,wa +53031,98358,0.03160949,439.0,,1018.4893772899999,wa +53031,98365,0.16938044,439.0,,5457.60715724,wa +53031,98368,0.5409796889999999,439.0,,17430.906559269,wa +53031,98376,0.061990101,439.0,,1997.383044321,wa +53033,98001,0.014993176,439.0,42660.0,33776.357015632,wa +53033,98002,0.015858529,439.0,42660.0,35725.808677678,wa +53033,98003,0.022913707999999998,439.0,42660.0,51619.58893565599,wa +53033,98004,0.016100258,439.0,42660.0,36270.371417755996,wa +53033,98005,0.008623661,439.0,42660.0,19427.228274901998,wa +53033,98006,0.017357156999999998,439.0,42660.0,39101.890860773994,wa +53033,98007,0.013407231,439.0,42660.0,30203.568666642,wa +53033,98008,0.011736726999999999,439.0,42660.0,26440.287324513996,wa +53033,98010,0.002520692,439.0,42660.0,5678.569565144,wa +53033,98011,0.015215603000000001,439.0,42660.0,34277.436557546,wa +53033,98014,0.0031760259999999998,439.0,42660.0,7154.894204331999,wa +53033,98019,0.005427874,439.0,42660.0,12227.816845468,wa +53033,98022,0.009750964,439.0,42660.0,21966.796181848003,wa +53033,98023,0.023108102999999998,439.0,42660.0,52057.518492546,wa +53033,98024,0.003059757,439.0,42660.0,6892.965493974,wa +53033,98027,0.013901718,439.0,42660.0,31317.540079476003,wa +53033,98028,0.010347474,439.0,42660.0,23310.603172668,wa +53033,98029,0.013201807,439.0,42660.0,29740.793177074,wa +53033,98030,0.01737508,439.0,42660.0,39142.26747256,wa +53033,98031,0.016888864,439.0,42660.0,38046.928819648,wa +53033,98032,0.017470668999999998,439.0,42660.0,39357.60865115799,wa +53033,98033,0.017957344,439.0,42660.0,40453.981331008,wa +53033,98034,0.019815808,439.0,42660.0,44640.695577856,wa +53033,98038,0.016345663,439.0,42660.0,36823.215384466,wa +53033,98039,0.001498169,439.0,42660.0,3375.048156158,wa +53033,98040,0.011715126999999999,439.0,42660.0,26391.627233313997,wa +53033,98042,0.022025377000000002,439.0,42660.0,49618.372848814004,wa +53033,98045,0.0067992040000000005,439.0,42660.0,15317.124385528,wa +53033,98047,0.003227496,439.0,42660.0,7270.844893871999,wa +53033,98050,0.000253678,439.0,42660.0,571.4812321960001,wa +53033,98051,0.001991278,439.0,42660.0,4485.915235396,wa +53033,98052,0.031148581,439.0,42660.0,70170.962602342,wa +53033,98053,0.010190764,439.0,42660.0,22957.569705448,wa +53033,98055,0.011135621000000002,439.0,42660.0,25086.126547622003,wa +53033,98056,0.016256048999999998,439.0,42660.0,36621.334578318,wa +53033,98057,0.006140653,439.0,42660.0,13833.552546646,wa +53033,98058,0.020001471,439.0,42660.0,45058.953842322,wa +53033,98059,0.017629677,439.0,42660.0,39715.819011414,wa +53033,98065,0.007145253000000001,439.0,42660.0,16096.697343846,wa +53033,98070,0.004612154,439.0,42660.0,10390.177512428001,wa +53033,98072,0.011127349,439.0,42660.0,25067.491534918,wa +53033,98074,0.013049233,439.0,42660.0,29397.077216206002,wa +53033,98075,0.010839663999999999,439.0,42660.0,24419.399945248,wa +53033,98077,0.006503246999999999,439.0,42660.0,14650.397783153998,wa +53033,98092,0.021019858,439.0,42660.0,47353.157744956,wa +53033,98101,0.005878703000000001,439.0,42660.0,13243.436301746002,wa +53033,98102,0.011694907,439.0,42660.0,26346.075981274,wa +53033,98103,0.023610862000000003,439.0,42660.0,53190.12491808401,wa +53033,98104,0.00650003,439.0,42660.0,14643.150583460001,wa +53033,98105,0.022454607,439.0,42660.0,50585.334466674,wa +53033,98106,0.012027168999999999,439.0,42660.0,27094.589834158,wa +53033,98107,0.011819907,439.0,42660.0,26627.673731273997,wa +53033,98108,0.011020271000000002,439.0,42660.0,24826.268143922003,wa +53033,98109,0.01339804,439.0,42660.0,30182.86334728,wa +53033,98112,0.011684796,439.0,42660.0,26323.298102472003,wa +53033,98115,0.0245548,439.0,42660.0,55316.6114536,wa +53033,98116,0.012154468,439.0,42660.0,27381.366729975998,wa +53033,98117,0.016135643999999998,439.0,42660.0,36350.088361607995,wa +53033,98118,0.022259293,439.0,42660.0,50145.334603126,wa +53033,98119,0.011815312,439.0,42660.0,26617.322197984,wa +53033,98121,0.008336435,439.0,42660.0,18780.17071217,wa +53033,98122,0.017748243,439.0,42660.0,39982.922362026,wa +53033,98125,0.019519851,439.0,42660.0,43973.968975482,wa +53033,98126,0.011180658000000001,439.0,42660.0,25187.585090556004,wa +53033,98133,0.021712876000000002,439.0,42660.0,48914.376221032006,wa +53033,98134,0.000369487,439.0,42660.0,832.373662834,wa +53033,98136,0.0076319280000000005,439.0,42660.0,17193.070023696,wa +53033,98144,0.014634718,439.0,42660.0,32968.829285476,wa +53033,98146,0.012877817,439.0,42660.0,29010.914336894,wa +53033,98148,0.005404896,439.0,42660.0,12176.052420672,wa +53033,98154,0.0,439.0,42660.0,0.0,wa +53033,98155,0.0160975,439.0,42660.0,36264.158245,wa +53033,98158,0.0,439.0,42660.0,0.0,wa +53033,98164,7.120000000000001e-05,439.0,42660.0,160.39807840000003,wa +53033,98166,0.009748207,439.0,42660.0,21960.585261874,wa +53033,98168,0.015045106,439.0,42660.0,33893.343984892,wa +53033,98174,0.0,439.0,42660.0,0.0,wa +53033,98177,0.009935248,439.0,42660.0,22381.947859936,wa +53033,98178,0.012536822,439.0,42660.0,28242.726938804,wa +53033,98188,0.011459152,439.0,42660.0,25814.971360864,wa +53033,98195,2.34e-05,439.0,42660.0,52.7150988,wa +53033,98198,0.017504216,439.0,42660.0,39433.182728912,wa +53033,98199,0.010089200999999999,439.0,42660.0,22728.770407181997,wa +53033,98224,0.00011718799999999999,437.0,42660.0,263.999017016,wa +53033,98288,8.32e-05,437.0,42660.0,187.43146240000002,wa +53035,98110,0.09166587300000001,439.0,14740.0,24884.809540929004,wa +53035,98310,0.079756167,439.0,14740.0,21651.645923991,wa +53035,98311,0.106128203,439.0,14740.0,28810.941653019003,wa +53035,98312,0.119363749,439.0,14740.0,32404.035032277003,wa +53035,98314,0.008964663000000001,439.0,14740.0,2433.663958599,wa +53035,98315,0.024139442,439.0,14740.0,6553.206738066,wa +53035,98337,0.026817792000000003,439.0,14740.0,7280.306447616001,wa +53035,98340,0.01109439,439.0,14740.0,3011.8273364700003,wa +53035,98342,0.005192876,439.0,14740.0,1409.7256263479999,wa +53035,98345,0.0016077720000000002,439.0,14740.0,436.46668815600003,wa +53035,98346,0.038502715,439.0,14740.0,10452.447549195,wa +53035,98353,0.000175255,439.0,14740.0,47.577000615,wa +53035,98359,0.019057053,441.0,14740.0,5173.475349069,wa +53035,98364,0.00036193900000000003,439.0,14740.0,98.256666147,wa +53035,98366,0.12808077,439.0,14740.0,34770.470874210005,wa +53035,98367,0.11100866699999999,439.0,14740.0,30135.855856490998,wa +53035,98370,0.11889132300000001,439.0,14740.0,32275.784128779003,wa +53035,98380,0.016336793999999998,439.0,14740.0,4434.998477562,wa +53035,98383,0.08115439599999999,439.0,14740.0,22031.227345307998,wa +53035,98392,0.011700162,439.0,14740.0,3176.278078626,wa +53037,98068,0.008752735,439.0,,419.562352225,wa +53037,98922,0.145625865,442.0,,6980.575838774999,wa +53037,98925,0.011945697,442.0,,572.616985695,wa +53037,98926,0.7496092529999999,442.0,,35932.519542555,wa +53037,98934,0.029294868999999998,442.0,,1404.249545515,wa +53037,98940,0.006385924,442.0,,306.10926694,wa +53037,98941,0.014379494,442.0,,689.28104489,wa +53037,98943,0.019269415,442.0,,923.679408025,wa +53037,98946,0.0116331,442.0,,557.6326485000001,wa +53037,98950,0.003103648,442.0,,148.77336688,wa +53039,98602,0.007399871,344.0,,165.942107175,wa +53039,98605,0.050827860999999995,344.0,,1139.814782925,wa +53039,98613,0.018314679,344.0,,410.706676575,wa +53039,98617,0.068448802,344.0,,1534.96438485,wa +53039,98619,0.022800851,344.0,,511.309083675,wa +53039,98620,0.336092868,344.0,,7536.8825649,wa +53039,98628,0.021320877000000002,344.0,,478.12066672500004,wa +53039,98635,0.07372121,344.0,,1653.1981342499998,wa +53039,98650,0.042364259,344.0,,950.018508075,wa +53039,98670,0.001988715,344.0,,44.596933875,wa +53039,98672,0.310008325,344.0,,6951.936688125,wa +53039,98673,0.026778281,344.0,,600.502951425,wa +53039,99322,0.009296087,442.0,,208.464750975,wa +53039,99356,0.010637313999999998,344.0,,238.54176644999995,wa +53041,98336,0.010035750999999999,438.0,,809.9553559569999,wa +53041,98355,0.011708376000000001,441.0,,944.9479018320001,wa +53041,98356,0.028664454,438.0,,2313.422088978,wa +53041,98361,0.010674157,438.0,,861.479188999,wa +53041,98377,0.019382022,438.0,,1564.264849554,wa +53041,98531,0.322420838,438.0,,26021.618572466,wa +53041,98532,0.30822267600000003,438.0,,24875.727511932004,wa +53041,98533,0.004583759000000001,438.0,,369.94143761300006,wa +53041,98538,0.004328396,438.0,,349.33185597199997,wa +53041,98542,0.007150153,438.0,,577.067398171,wa +53041,98544,0.00075332,438.0,,60.79819724,wa +53041,98564,0.029826352999999996,438.0,,2407.195471571,wa +53041,98565,0.009818693,438.0,,792.437255951,wa +53041,98570,0.058209908,438.0,,4697.947044955999,wa +53041,98572,0.008682329,438.0,,700.724726603,wa +53041,98582,0.003038815,438.0,,245.25364220499998,wa +53041,98585,0.008146067,438.0,,657.444629369,wa +53041,98591,0.039747191,438.0,,3207.8765440370003,wa +53041,98593,0.018105209,344.0,,1461.217102763,wa +53041,98596,0.09650153199999999,438.0,,7788.349143123999,wa +53043,99008,0.100604875,440.0,,1100.516727625,wa +53043,99029,0.094111368,440.0,,1029.484254552,wa +53043,99032,0.06351183099999999,440.0,,694.7559193089999,wa +53043,99103,0.046788828,440.0,,511.822989492,wa +53043,99117,0.039227895,440.0,,429.113943405,wa +53043,99122,0.34024195,440.0,,3721.90669105,wa +53043,99134,0.052659669000000006,440.0,,576.044119191,wa +53043,99144,0.002223804,440.0,,24.326191956,wa +53043,99147,0.011385873999999999,440.0,,124.55007568599999,wa +53043,99154,0.002401708,440.0,,26.272283811999998,wa +53043,99159,0.133428216,440.0,,1459.5712548239999,wa +53043,99185,0.11341398300000001,440.0,,1240.635560037,wa +53045,98524,0.076373293,439.0,,5099.292027023999,wa +53045,98528,0.164844352,439.0,,11006.327694336,wa +53045,98546,0.053423602,439.0,,3566.9870583360002,wa +53045,98548,0.039424291,438.0,,2632.281061488,wa +53045,98555,0.005393177,438.0,,360.091641936,wa +53045,98560,0.0029342820000000003,439.0,,195.91614057600003,wa +53045,98584,0.609084799,438.0,,40667.373859632,wa +53045,98588,0.022785765,439.0,,1521.3599575199999,wa +53045,98592,0.025736439,438.0,,1718.370559152,wa +53047,98812,0.125560007,440.0,,5304.031375701,wa +53047,98814,0.015786854,440.0,,666.884073522,wa +53047,98819,0.0049541329999999995,440.0,,209.27744031899996,wa +53047,98827,0.009386778,440.0,,396.525663054,wa +53047,98829,0.019650603,440.0,,830.100422529,wa +53047,98833,0.0038400459999999997,440.0,,162.21506317799998,wa +53047,98834,0.004053381,440.0,,171.226973583,wa +53047,98840,0.10394197300000001,440.0,,4390.820765439,wa +53047,98841,0.220968545,440.0,,9334.374246435,wa +53047,98844,0.103657525,440.0,,4378.804828575,wa +53047,98846,0.029938133,440.0,,1264.676552319,wa +53047,98849,0.025552895,440.0,,1079.430943485,wa +53047,98855,0.13914239,440.0,,5877.79198077,wa +53047,98856,0.064569654,440.0,,2727.6158939220004,wa +53047,98859,0.004219309,440.0,,178.236270087,wa +53047,98862,0.053973973,440.0,,2280.022541439,wa +53047,99116,0.036788584,440.0,,1554.060153912,wa +53047,99124,0.007466755,440.0,,315.418131465,wa +53047,99155,0.026548462999999998,440.0,,1121.486722509,wa +53049,98527,0.014449331000000001,438.0,,324.69091690100004,wa +53049,98577,0.333881023,438.0,,7502.640467833,wa +53049,98586,0.079253854,438.0,,1780.913353234,wa +53049,98590,0.019378534,439.0,,435.45503751399997,wa +53049,98614,0.00744213,344.0,,167.23210323,wa +53049,98624,0.079060552,344.0,,1776.5696639920002,wa +53049,98631,0.170540763,344.0,,3832.221485373,wa +53049,98638,0.062629875,344.0,,1407.3559211250001,wa +53049,98640,0.21577345,344.0,,4848.64519495,wa +53049,98641,0.001063161,344.0,,23.890290830999998,wa +53049,98644,0.016527328,344.0,,371.385587488,wa +53051,99119,0.08718647300000001,440.0,,1196.5471554520002,wa +53051,99139,0.107300264,440.0,,1472.588823136,wa +53051,99152,0.010818175,440.0,,148.4686337,wa +53051,99153,0.029729946,440.0,,408.013778904,wa +53051,99156,0.663514705,440.0,,9106.07581142,wa +53051,99180,0.10145043699999999,440.0,,1392.305797388,wa +53053,98303,0.001393619,441.0,42660.0,1261.19732262,wa +53053,98304,0.000744359,441.0,42660.0,673.63000782,wa +53053,98321,0.018536195,441.0,42660.0,16774.8857511,wa +53053,98323,0.000945125,441.0,42660.0,855.3192225,wa +53053,98327,0.011072641000000001,441.0,42660.0,10020.51865218,wa +53053,98328,0.011314498999999999,441.0,42660.0,10239.395305019998,wa +53053,98329,0.013305718999999999,441.0,42660.0,12041.409580619998,wa +53053,98330,0.000120929,441.0,42660.0,109.43832642,wa +53053,98332,0.02151011,441.0,42660.0,19466.2193478,wa +53053,98333,0.004334661,441.0,42660.0,3922.78151178,wa +53053,98335,0.029964578,441.0,42660.0,27117.343798439997,wa +53053,98338,0.032296279,441.0,42660.0,29227.486569419998,wa +53053,98349,0.005102502,441.0,42660.0,4617.6622599600005,wa +53053,98351,0.001441756,441.0,42660.0,1304.76034488,wa +53053,98354,0.008321798,441.0,42660.0,7531.06075404,wa +53053,98360,0.015689078000000002,441.0,42660.0,14198.301808440003,wa +53053,98371,0.025013531000000002,441.0,42660.0,22636.745284380002,wa +53053,98372,0.029923486000000003,441.0,42660.0,27080.15636028,wa +53053,98373,0.029431551,441.0,42660.0,26634.96502398,wa +53053,98374,0.046945132,441.0,42660.0,42484.40555736,wa +53053,98375,0.036363252,441.0,42660.0,32908.015794959996,wa +53053,98385,0.000353395,441.0,42660.0,319.8154071,wa +53053,98387,0.058597763,441.0,42660.0,53029.803559739994,wa +53053,98388,0.007794641,441.0,42660.0,7053.9942121799995,wa +53053,98390,0.012933538999999999,441.0,42660.0,11704.594124219999,wa +53053,98391,0.059936200999999995,441.0,42660.0,54241.063180979996,wa +53053,98394,0.0015756,441.0,42660.0,1425.8864879999999,wa +53053,98396,0.000804237,441.0,42660.0,727.81840026,wa +53053,98402,0.007326188000000001,441.0,42660.0,6630.05361624,wa +53053,98403,0.009563963,441.0,42660.0,8655.19523574,wa +53053,98404,0.041209807,441.0,42660.0,37294.05113886,wa +53053,98405,0.027329968,441.0,42660.0,24733.07444064,wa +53053,98406,0.027124506,441.0,42660.0,24547.13543988,wa +53053,98407,0.024937217,441.0,42660.0,22567.68264066,wa +53053,98408,0.024104802,441.0,42660.0,21814.363713960003,wa +53053,98409,0.029464425,441.0,42660.0,26664.715336499998,wa +53053,98416,0.001154109,441.0,42660.0,1044.4455628199999,wa +53053,98418,0.011117255,441.0,42660.0,10060.8934299,wa +53053,98421,0.0017564070000000002,441.0,42660.0,1589.51320686,wa +53053,98422,0.024669529,441.0,42660.0,22325.430354419997,wa +53053,98424,0.013352682,441.0,42660.0,12083.91015636,wa +53053,98430,0.0,441.0,42660.0,0.0,wa +53053,98433,0.022200462999999997,441.0,42660.0,20090.975005739998,wa +53053,98438,0.000571771,441.0,42660.0,517.44131958,wa +53053,98439,0.006289485,441.0,42660.0,5691.8581353,wa +53053,98443,0.006647576,441.0,42660.0,6015.923328479999,wa +53053,98444,0.039877239,441.0,42660.0,36088.103750220005,wa +53053,98445,0.038161925,441.0,42660.0,34535.7788865,wa +53053,98446,0.012238491,441.0,42660.0,11075.589585180001,wa +53053,98447,0.00086294,441.0,42660.0,780.9434411999999,wa +53053,98465,0.008227873,441.0,42660.0,7446.06050754,wa +53053,98466,0.033419862,441.0,42660.0,30244.30671276,wa +53053,98467,0.019001126,441.0,42660.0,17195.63900748,wa +53053,98498,0.033456257999999996,441.0,42660.0,30277.244364839997,wa +53053,98499,0.036670858,441.0,42660.0,33186.39307284,wa +53053,98558,0.000353395,441.0,42660.0,319.8154071,wa +53053,98580,0.013143698,441.0,42660.0,11894.78381604,wa +53055,98222,0.004345165,437.0,,76.39669103,wa +53055,98243,0.039902081,437.0,,701.558388142,wa +53055,98245,0.223133415,437.0,,3923.13170253,wa +53055,98250,0.491064871,437.0,,8633.902561922001,wa +53055,98261,0.164075887,437.0,,2884.782245234,wa +53055,98279,0.038433293,437.0,,675.734157526,wa +53055,98280,0.025520196000000002,437.0,,448.696086072,wa +53055,98286,0.011321909,437.0,,199.061804038,wa +53055,98297,0.002203182,437.0,,38.736345924000005,wa +53057,98221,0.16979112100000002,437.0,34580.0,21937.861788805003,wa +53057,98232,0.036018461,437.0,34580.0,4653.765253505,wa +53057,98233,0.12224231199999999,437.0,34580.0,15794.317921959999,wa +53057,98235,0.000777149,437.0,34580.0,100.411536545,wa +53057,98237,0.034583115,437.0,34580.0,4468.311373574999,wa +53057,98238,0.0,437.0,34580.0,0.0,wa +53057,98255,0.001871501,437.0,34580.0,241.807286705,wa +53057,98257,0.031894815,437.0,34580.0,4120.969572075,wa +53057,98263,0.000602687,437.0,34580.0,77.870173835,wa +53057,98267,0.0027438109999999996,437.0,34580.0,354.51410025499996,wa +53057,98273,0.242621053,437.0,34580.0,31347.853152865002,wa +53057,98274,0.13985503800000001,437.0,34580.0,18069.970184790003,wa +53057,98283,0.0031958259999999997,437.0,34580.0,412.91669833,wa +53057,98284,0.213803112,437.0,34580.0,27624.431085959997,wa +53059,98610,0.389937107,344.0,38900.0,4711.610063881,wa +53059,98639,0.12760038699999998,344.0,38900.0,1541.7954761209999,wa +53059,98648,0.378326076,344.0,38900.0,4571.313976308,wa +53059,98651,0.10413643,344.0,38900.0,1258.28048369,wa +53061,98012,0.083852391,439.0,42660.0,68933.625150453,wa +53061,98020,0.026453393999999998,439.0,42660.0,21746.885499702,wa +53061,98021,0.040031554,439.0,42660.0,32909.260006982,wa +53061,98026,0.047810585,439.0,42660.0,39304.269148555,wa +53061,98036,0.051763885,439.0,42660.0,42554.209872455,wa +53061,98037,0.03827294,439.0,42660.0,31463.533334019998,wa +53061,98043,0.027499971,439.0,42660.0,22607.258659593,wa +53061,98087,0.051054452,439.0,42660.0,41970.997063516,wa +53061,98201,0.038379681,437.0,42660.0,31551.283295523,wa +53061,98203,0.046344857,437.0,42660.0,38099.319077131004,wa +53061,98204,0.05582002,437.0,42660.0,45888.689501659996,wa +53061,98207,0.0018184920000000001,437.0,42660.0,1494.951358836,wa +53061,98208,0.074595916,437.0,42660.0,61324.034413028,wa +53061,98223,0.055817417,437.0,42660.0,45886.549619611,wa +53061,98241,0.002500589,437.0,42660.0,2055.6917068870002,wa +53061,98251,0.005006385,437.0,42660.0,4115.663999955001,wa +53061,98252,0.012500342,437.0,42660.0,10276.318652385999,wa +53061,98256,0.00042696199999999997,437.0,42660.0,350.998201846,wa +53061,98258,0.04290313,437.0,42660.0,35269.93381979,wa +53061,98270,0.06635087099999999,437.0,42660.0,54545.92308429299,wa +53061,98271,0.037209442,437.0,42660.0,30589.249707686,wa +53061,98272,0.040894589,437.0,42660.0,33618.746408887004,wa +53061,98275,0.027679607000000002,437.0,42660.0,22754.934361381,wa +53061,98290,0.04684862,437.0,42660.0,38513.45407546,wa +53061,98292,0.029349704,437.0,42660.0,24127.892713432,wa +53061,98294,0.009277302,437.0,42660.0,7626.7122600659995,wa +53061,98296,0.039536903,437.0,42660.0,32502.615828948998,wa +53063,99001,0.013698023,440.0,44060.0,7161.299028354,wa +53063,99003,0.009059475,440.0,44060.0,4736.27541105,wa +53063,99004,0.041128324,440.0,44060.0,21501.805530552,wa +53063,99005,0.018380901,440.0,44060.0,9609.498280998001,wa +53063,99006,0.026305927000000003,440.0,44060.0,13752.686023746002,wa +53063,99009,0.007397094,440.0,44060.0,3867.185949012,wa +53063,99011,0.006282794,440.0,44060.0,3284.6321376120004,wa +53063,99012,0.001658351,440.0,44060.0,866.982586098,wa +53063,99016,0.029304258,440.0,44060.0,15320.207473884,wa +53063,99018,0.000360686,440.0,44060.0,188.565919428,wa +53063,99019,0.02338215,440.0,44060.0,12224.1412557,wa +53063,99020,0.0,440.0,44060.0,0.0,wa +53063,99021,0.01939848,440.0,44060.0,10141.48654704,wa +53063,99022,0.017101371,440.0,44060.0,8940.562556058001,wa +53063,99023,0.00126341,440.0,44060.0,660.50822118,wa +53063,99025,0.009875553,440.0,44060.0,5162.919357294,wa +53063,99027,0.01292023,440.0,44060.0,6754.67040354,wa +53063,99030,0.002089563,440.0,44060.0,1092.419357274,wa +53063,99031,0.002669885,440.0,44060.0,1395.81053823,wa +53063,99036,0.003461783,440.0,44060.0,1809.813228834,wa +53063,99037,0.029564194,440.0,44060.0,15456.101494812,wa +53063,99039,0.000145081,440.0,44060.0,75.848056638,wa +53063,99201,0.02729731,440.0,44060.0,14270.97907338,wa +53063,99202,0.041563565,440.0,44060.0,21729.34865487,wa +53063,99203,0.042200308,440.0,44060.0,22062.236621784,wa +53063,99204,0.013174121,440.0,44060.0,6887.404110558,wa +53063,99205,0.08721961199999999,440.0,44060.0,45598.23871437599,wa +53063,99206,0.07654813,440.0,44060.0,40019.20926774,wa +53063,99207,0.059861850999999994,440.0,44060.0,31295.655979097995,wa +53063,99208,0.108731835,440.0,44060.0,56844.78587433,wa +53063,99212,0.04008858,440.0,44060.0,20958.22944684,wa +53063,99216,0.052605808,440.0,44060.0,27502.211210783997,wa +53063,99217,0.035496377,440.0,44060.0,18557.434902846002,wa +53063,99218,0.033283898,440.0,44060.0,17400.755306603998,wa +53063,99223,0.063680291,440.0,44060.0,33291.928774218,wa +53063,99224,0.04280078,440.0,44060.0,22376.16218244,wa +53065,99013,0.038481185,440.0,44060.0,1759.4752217550001,wa +53065,99026,0.19789715600000002,440.0,44060.0,9048.451663788,wa +53065,99034,2.13e-05,440.0,44060.0,0.9738998999999999,wa +53065,99040,0.015409501,440.0,44060.0,704.568614223,wa +53065,99101,0.029797378,440.0,44060.0,1362.4255142939999,wa +53065,99109,0.111399625,440.0,44060.0,5093.525053875,wa +53065,99110,0.039758216,440.0,44060.0,1817.864910168,wa +53065,99114,0.265047676,440.0,44060.0,12118.774889748,wa +53065,99126,0.022965265,440.0,44060.0,1050.040811595,wa +53065,99129,0.017154776,440.0,44060.0,784.367823048,wa +53065,99131,0.00293717,440.0,44060.0,134.29622390999998,wa +53065,99137,0.008172995,440.0,44060.0,373.693850385,wa +53065,99141,0.10814319800000001,440.0,44060.0,4944.631442154,wa +53065,99148,0.039247403,440.0,44060.0,1794.509007369,wa +53065,99151,0.002809467,440.0,44060.0,128.457259641,wa +53065,99157,0.014175038000000001,440.0,44060.0,648.125262474,wa +53065,99167,0.01047165,440.0,44060.0,478.79525295,wa +53065,99173,0.039800783,440.0,44060.0,1819.811201109,wa +53065,99181,0.036310233,440.0,44060.0,1660.2127834589999,wa +53067,98501,0.15267340599999998,438.0,36500.0,44357.120685616,wa +53067,98502,0.127505688,438.0,36500.0,37044.992568768,wa +53067,98503,0.144063108,438.0,36500.0,41855.519145888,wa +53067,98506,0.063650253,438.0,36500.0,18492.689905608,wa +53067,98512,0.108742567,438.0,36500.0,31593.630445912,wa +53067,98513,0.127480041,438.0,36500.0,37037.54119197599,wa +53067,98516,0.08989883800000001,438.0,36500.0,26118.848797168004,wa +53067,98530,0.002524466,438.0,36500.0,733.448253776,wa +53067,98576,0.018763122,438.0,36500.0,5451.362413392,wa +53067,98579,0.049075034000000003,438.0,36500.0,14258.064078224,wa +53067,98589,0.027791111,438.0,36500.0,8074.318225496,wa +53067,98597,0.087832367,438.0,36500.0,25518.464578712,wa +53069,98612,0.7322418140000001,344.0,,3286.3012612320003,wa +53069,98621,0.10503778300000001,344.0,,471.40957010400007,wa +53069,98643,0.09697733,344.0,,435.23425704,wa +53069,98647,0.065743073,344.0,,295.054911624,wa +53071,99323,0.065117281,440.0,47460.0,3956.5259935599997,wa +53071,99324,0.161227803,440.0,47460.0,9796.201310280001,wa +53071,99329,0.002534455,440.0,47460.0,153.9934858,wa +53071,99348,0.022545057,440.0,47460.0,1369.83766332,wa +53071,99360,0.026239067,440.0,47460.0,1594.2857109200002,wa +53071,99361,0.02948582,440.0,47460.0,1791.5584231999999,wa +53071,99362,0.6867214420000001,440.0,47460.0,41725.194815920004,wa +53071,99363,0.006129075,440.0,47460.0,372.402597,wa +53073,98220,0.004015147,439.0,13380.0,920.4604043090001,wa +53073,98225,0.232594037,439.0,13380.0,53321.485200139,wa +53073,98226,0.207080835,439.0,13380.0,47472.660181244995,wa +53073,98229,0.15021125,439.0,13380.0,34435.47842875,wa +53073,98230,0.079538142,439.0,13380.0,18233.880439074,wa +53073,98240,0.01460562,439.0,13380.0,3348.29456814,wa +53073,98244,0.01297811,439.0,13380.0,2975.19278317,wa +53073,98247,0.043989405,439.0,13380.0,10084.439128035001,wa +53073,98248,0.114135554,439.0,13380.0,26165.233347838,wa +53073,98262,0.00394986,439.0,13380.0,905.4935554200001,wa +53073,98264,0.096904467,439.0,13380.0,22215.058346349,wa +53073,98266,0.018620767,439.0,13380.0,4268.754972449,wa +53073,98276,0.003077813,439.0,13380.0,705.579396811,wa +53073,98281,0.005554053000000001,439.0,13380.0,1273.2499880910002,wa +53073,98295,0.012744943,439.0,13380.0,2921.739947921,wa +53075,99017,0.0030338440000000004,440.0,,152.00771977600002,wa +53075,99033,0.017998073,440.0,,901.775449592,wa +53075,99102,0.011048931000000001,440.0,,553.595638824,wa +53075,99111,0.089149909,440.0,,4466.767040536,wa +53075,99113,0.014738741000000001,440.0,,738.4698790640001,wa +53075,99125,0.012360863,440.0,,619.328679752,wa +53075,99128,0.006477666,440.0,,324.556977264,wa +53075,99130,0.017547096,440.0,,879.1796979840001,wa +53075,99136,0.00024598700000000003,440.0,,12.324932648,wa +53075,99143,0.01514872,440.0,,759.01146688,wa +53075,99149,0.005555214,440.0,,278.338442256,wa +53075,99158,0.012012381,440.0,,601.868337624,wa +53075,99161,0.02679212,440.0,,1342.39238048,wa +53075,99163,0.7099194390000001,440.0,,35569.803571656004,wa +53075,99164,0.0,440.0,,0.0,wa +53075,99170,0.02039645,440.0,,1021.9437308,wa +53075,99171,0.021892872999999997,440.0,,1096.9205087919997,wa +53075,99174,0.001024947,440.0,,51.353944488,wa +53075,99176,0.003197835,440.0,,160.22432484,wa +53075,99179,0.01086444,440.0,,544.35190176,wa +53075,99333,0.000594469,440.0,,29.785274776,wa +53077,98901,0.12858968199999998,442.0,49420.0,32259.679292385994,wa +53077,98902,0.185633285,442.0,49420.0,46570.379107805005,wa +53077,98903,0.057147421,442.0,49420.0,14336.744948533,wa +53077,98908,0.147133046,442.0,49420.0,36911.708649158,wa +53077,98921,0.002503594,442.0,49420.0,628.084137562,wa +53077,98923,0.00505111,442.0,49420.0,1267.18711903,wa +53077,98930,0.06514534400000001,442.0,49420.0,16343.207885312002,wa +53077,98932,0.020611723000000002,442.0,49420.0,5170.924784179,wa +53077,98933,0.004504073,442.0,49420.0,1129.950305729,wa +53077,98935,0.013663951,442.0,49420.0,3427.916379223,wa +53077,98936,0.025726721,442.0,49420.0,6454.1396774330005,wa +53077,98937,0.015468775,442.0,49420.0,3880.697990575,wa +53077,98938,0.014210988999999999,442.0,49420.0,3565.1534433969996,wa +53077,98939,0.000415269,442.0,49420.0,104.179779837,wa +53077,98942,0.06847149,442.0,49420.0,17177.64811077,wa +53077,98944,0.090991854,442.0,49420.0,22827.399388542,wa +53077,98947,0.013168823,442.0,49420.0,3303.702132479,wa +53077,98948,0.052216099999999994,442.0,49420.0,13099.609655299999,wa +53077,98951,0.051589203,442.0,49420.0,12942.338124219,wa +53077,98952,0.009990417,442.0,49420.0,2506.325884041,wa +53077,98953,0.02776713,442.0,49420.0,6966.02320449,wa +54001,26238,0.05054982,445.0,,831.0895906200001,wv +54001,26250,0.29589317800000003,445.0,,4864.779739498001,wv +54001,26267,0.016719031000000002,445.0,,274.877588671,wv +54001,26275,0.028893627,445.0,,475.04012150700004,wv +54001,26349,0.004544434,445.0,,74.715039394,wv +54001,26405,0.07461849200000001,445.0,,1226.802626972,wv +54001,26416,0.458763465,445.0,,7542.530128065,wv +54001,26440,0.070017953,445.0,,1151.165165273,wv +54003,25401,0.125174672,435.0,25180.0,14917.190836912,wv +54003,25403,0.11226435800000001,435.0,25180.0,13378.655807218001,wv +54003,25404,0.194779628,435.0,25180.0,23212.083048388,wv +54003,25405,0.12022674300000001,435.0,25180.0,14327.541190053002,wv +54003,25413,0.074095883,435.0,25180.0,8830.080472993,wv +54003,25419,0.099354045,435.0,25180.0,11840.120896695,wv +54003,25420,0.036920508,435.0,25180.0,4399.853858867999,wv +54003,25427,0.122116272,435.0,25180.0,14552.718250512,wv +54003,25428,0.11506789099999999,435.0,25180.0,13712.755638360999,wv +54005,25009,0.063076642,443.0,16620.0,1353.435507394,wv +54005,25021,0.011418653999999999,443.0,16620.0,245.01005887799997,wv +54005,25024,0.016077464,443.0,16620.0,344.97414504799997,wv +54005,25028,0.015803416,443.0,16620.0,339.09389711200004,wv +54005,25049,0.023157029,443.0,16620.0,496.88037125299996,wv +54005,25051,0.013017265,443.0,16620.0,279.311455105,wv +54005,25053,0.212569654,443.0,16620.0,4561.107065878,wv +54005,25081,0.047364575,443.0,16620.0,1016.301685775,wv +54005,25093,0.012697543,443.0,16620.0,272.451180151,wv +54005,25108,0.018406869,443.0,16620.0,394.956188133,wv +54005,25114,0.017995798,443.0,16620.0,386.135837686,wv +54005,25130,0.151000274,443.0,16620.0,3240.012879218,wv +54005,25142,0.014570201999999999,443.0,16620.0,312.632824314,wv +54005,25148,0.025349411000000002,443.0,16620.0,543.922311827,wv +54005,25149,0.012149446999999999,443.0,16620.0,260.690684279,wv +54005,25154,0.026582625,443.0,16620.0,570.383384625,wv +54005,25165,0.028957705,443.0,16620.0,621.345476185,wv +54005,25169,0.017447703000000002,443.0,16620.0,374.375363271,wv +54005,25181,0.05444414,443.0,16620.0,1168.20791198,wv +54005,25193,0.030876038999999997,443.0,16620.0,662.5071688229999,wv +54005,25203,0.0027861509999999997,443.0,16620.0,59.78244200699999,wv +54005,25204,0.005755001,443.0,16620.0,123.485056457,wv +54005,25205,0.018863616,443.0,16620.0,404.756608512,wv +54005,25206,0.017219329,443.0,16620.0,369.47514235299997,wv +54005,25208,0.040970129,443.0,16620.0,879.096057953,wv +54005,25209,0.062437197,443.0,16620.0,1339.714936029,wv +54005,25529,0.03900612,443.0,16620.0,836.9543168399999,wv +54007,25063,0.109170906,443.0,,1523.698335042,wv +54007,26335,0.114464458,443.0,,1597.5804403060001,wv +54007,26601,0.34167468700000003,443.0,,4768.753606459,wv +54007,26615,0.009418397,443.0,,131.452566929,wv +54007,26619,0.027430221,443.0,,382.843594497,wv +54007,26621,0.053004262,443.0,,739.7804847340001,wv +54007,26623,0.09067785,443.0,,1265.59075245,wv +54007,26624,0.17654338,443.0,,2464.01595466,wv +54007,26627,0.028667675,443.0,,400.114739975,wv +54007,26629,0.02612402,443.0,,364.61294714,wv +54007,26631,0.022824143999999998,443.0,,318.556577808,wv +54009,26030,0.033354511,357.0,48260.0,731.764616829,wv +54009,26032,0.059085133,357.0,48260.0,1296.268732887,wv +54009,26035,0.107475646,357.0,48260.0,2357.908197594,wv +54009,26037,0.341857264,357.0,48260.0,7500.006514896,wv +54009,26070,0.440703092,357.0,48260.0,9668.585135388,wv +54009,26075,0.017524354,357.0,48260.0,384.466802406,wv +54011,25504,0.142035554,444.0,26580.0,13059.45901253,wv +54011,25510,0.052251809,444.0,26580.0,4804.292578505,wv +54011,25537,0.014099863999999998,444.0,26580.0,1296.4119954799999,wv +54011,25541,0.10619260900000001,444.0,26580.0,9763.879434505001,wv +54011,25545,0.052422845999999995,444.0,26580.0,4820.01857547,wv +54011,25559,0.020567202,444.0,26580.0,1891.05138789,wv +54011,25701,0.22314986,444.0,26580.0,20517.5138777,wv +54011,25702,0.077137695,444.0,26580.0,7092.425366775001,wv +54011,25703,0.078837376,444.0,26580.0,7248.70253632,wv +54011,25705,0.233305183,444.0,26580.0,21451.245050935,wv +54013,25234,0.129733604,443.0,,922.2761908360001,wv +54013,25235,0.144307729,443.0,,1025.883645461,wv +54013,25261,0.023294707999999997,443.0,,165.60207917199997,wv +54013,25268,0.10751403699999999,443.0,,764.317289033,wv +54013,26136,0.075857126,443.0,,539.268308734,wv +54013,26137,0.069406284,443.0,,493.409272956,wv +54013,26141,0.047784016,443.0,,339.696569744,wv +54013,26147,0.23473898,443.0,,1668.75940882,wv +54013,26151,0.09329829199999999,443.0,,663.2575578279999,wv +54013,26636,0.074065225,443.0,,526.529684525,wv +54015,25019,0.07908351799999999,443.0,16620.0,672.842571144,wv +54015,25030,0.034491254,443.0,16620.0,293.451589032,wv +54015,25043,0.171470806,443.0,16620.0,1458.873617448,wv +54015,25088,0.016013797,443.0,16620.0,136.245384876,wv +54015,25111,0.075880759,443.0,16620.0,645.593497572,wv +54015,25113,0.09288002,443.0,16620.0,790.2232101599999,wv +54015,25125,0.110618379,443.0,16620.0,941.141168532,wv +54015,25133,0.120965755,443.0,16620.0,1029.17664354,wv +54015,25141,0.02020202,443.0,16620.0,171.87878616,wv +54015,25164,0.163217541,443.0,16620.0,1388.654838828,wv +54015,25211,0.025868441000000002,443.0,16620.0,220.08869602800002,wv +54015,25285,0.06947524,443.0,16620.0,591.0953419199999,wv +54015,26617,0.019832471,443.0,16620.0,168.73466326800002,wv +54017,26339,0.043612425,445.0,,368.43776640000004,wv +54017,26411,0.191524378,445.0,,1617.997945344,wv +54017,26436,0.043612425,445.0,,368.43776640000004,wv +54017,26456,0.7212507709999999,445.0,,6093.1265134079995,wv +54019,25002,0.0,443.0,13220.0,0.0,wv +54019,25031,0.014967346000000001,443.0,13220.0,634.705274476,wv +54019,25036,0.005368721999999999,443.0,13220.0,227.666025132,wv +54019,25040,0.011318473999999999,443.0,13220.0,479.97120844399996,wv +54019,25057,0.010040206999999999,443.0,13220.0,425.76501804199995,wv +54019,25059,0.010412066999999999,443.0,13220.0,441.53411320199996,wv +54019,25085,0.021777024,443.0,13220.0,923.4764797439999,wv +54019,25090,0.0045320379999999995,443.0,13220.0,192.18560342799998,wv +54019,25115,0.002161434,443.0,13220.0,91.65777020399999,wv +54019,25118,0.018314082,443.0,13220.0,776.6269612919999,wv +54019,25119,0.003974249,443.0,13220.0,168.532003094,wv +54019,25136,0.044228043,443.0,13220.0,1875.534391458,wv +54019,25139,0.008854905,443.0,13220.0,375.50110143,wv +54019,25152,0.005368721999999999,443.0,13220.0,227.666025132,wv +54019,25161,0.01103958,443.0,13220.0,468.14442948,wv +54019,25173,0.008111186,443.0,13220.0,343.96295351599997,wv +54019,25185,0.020219861999999998,443.0,13220.0,857.4434679719999,wv +54019,25186,0.025565342999999997,443.0,13220.0,1084.1239352579998,wv +54019,25812,0.040091106,443.0,13220.0,1700.103441036,wv +54019,25831,0.044413972999999995,443.0,13220.0,1883.4189390379997,wv +54019,25837,0.007902015,443.0,13220.0,335.09284809,wv +54019,25840,0.18374509,443.0,13220.0,7791.89428654,wv +54019,25846,0.007506914,443.0,13220.0,318.338195084,wv +54019,25854,0.022776396,443.0,13220.0,965.855848776,wv +54019,25855,0.003904525,443.0,13220.0,165.57528714999998,wv +54019,25862,0.0030213590000000004,443.0,13220.0,128.12374975400002,wv +54019,25864,0.007297743000000001,443.0,13220.0,309.46808965800005,wv +54019,25868,0.009180282,443.0,13220.0,389.29903849199997,wv +54019,25879,0.00818091,443.0,13220.0,346.91966945999997,wv +54019,25901,0.261672903,443.0,13220.0,11096.501124618,wv +54019,25904,0.009435935999999999,443.0,13220.0,400.14030201599996,wv +54019,25907,0.002161434,443.0,13220.0,91.65777020399999,wv +54019,25917,0.048899528,443.0,13220.0,2073.633384368,wv +54019,25936,0.001115579,443.0,13220.0,47.307243074,wv +54019,25938,0.030980547,443.0,13220.0,1313.761076082,wv +54019,25942,0.004485556,443.0,13220.0,190.214487736,wv +54019,25976,0.057219885,443.0,13220.0,2426.4664433099997,wv +54019,26680,0.007506914,443.0,13220.0,318.338195084,wv +54019,26690,0.012248123,443.0,13220.0,519.393903938,wv +54021,25267,0.078983329,443.0,,617.886582767,wv +54021,26342,0.025143482,443.0,,196.697459686,wv +54021,26351,0.662202788,443.0,,5180.412410524,wv +54021,26384,0.084039355,443.0,,657.439874165,wv +54021,26430,0.064225198,443.0,,502.43372395399996,wv +54021,26443,0.053566548,443.0,,419.05110500399996,wv +54021,26611,0.019677508,443.0,,153.937145084,wv +54021,26638,0.012161793,443.0,,95.141706639,wv +54023,26707,0.022976029,445.0,,265.786703472,wv +54023,26720,0.021076436,445.0,,243.81221164800002,wv +54023,26731,0.034916327000000004,435.0,,403.91207073600003,wv +54023,26739,0.083039349,435.0,,960.599189232,wv +54023,26833,0.193668024,435.0,,2240.3517016319997,wv +54023,26847,0.5876074170000001,435.0,,6797.442599856001,wv +54023,26855,0.056716418,435.0,,656.095523424,wv +54025,24901,0.25405742800000003,443.0,,8806.138569336,wv +54025,24910,0.135247607,443.0,,4687.952553833999,wv +54025,24916,0.019324802,443.0,,669.836286924,wv +54025,24925,0.016489804,443.0,,571.5695862480001,wv +54025,24931,0.035060341,443.0,,1215.261539742,wv +54025,24938,0.037193092000000004,443.0,,1289.1869549040002,wv +54025,24957,0.006632335,443.0,,229.88999576999998,wv +54025,24966,0.040470246,443.0,,1402.779666852,wv +54025,24970,0.114024136,443.0,,3952.304602032,wv +54025,24977,0.014305035,443.0,,495.84112317,wv +54025,24986,0.137380358,443.0,,4761.877968996,wv +54025,24991,0.02093737,443.0,,725.73111894,wv +54025,25958,0.02247191,443.0,,778.9213444200001,wv +54025,25962,0.08778089900000001,443.0,,3042.6615211380004,wv +54025,25972,0.008557012,443.0,,296.603149944,wv +54025,25981,0.011522056000000001,443.0,,399.377505072,wv +54025,25984,0.038545567999999995,443.0,,1336.0664780159998,wv +54027,25431,0.012924922,113.0,49020.0,299.53506735,wv +54027,25434,0.10923382400000001,113.0,49020.0,2531.4938712000003,wv +54027,25437,0.012965438999999999,435.0,49020.0,300.47404882499995,wv +54027,25444,0.007374093000000001,435.0,49020.0,170.89460527500003,wv +54027,26704,0.21976419100000003,435.0,49020.0,5093.035126425,wv +54027,26711,0.10923382400000001,435.0,49020.0,2531.4938712000003,wv +54027,26714,0.016247316,435.0,49020.0,376.53154830000005,wv +54027,26722,0.030671367,113.0,49020.0,710.808930225,wv +54027,26755,0.028807585,435.0,49020.0,667.615782375,wv +54027,26757,0.266156153,435.0,49020.0,6168.168845775001,wv +54027,26761,0.023621409,435.0,49020.0,547.426153575,wv +54027,26763,0.067906487,113.0,49020.0,1573.732836225,wv +54027,26808,0.031805843,435.0,49020.0,737.100411525,wv +54027,26817,0.011263725,435.0,49020.0,261.03682687500003,wv +54027,26823,0.008832705,435.0,49020.0,204.697938375,wv +54027,26852,0.03277825,435.0,49020.0,759.63594375,wv +54027,26865,0.010412868,435.0,49020.0,241.3182159,wv +54029,26034,0.131794089,357.0,48260.0,3796.98770409,wv +54029,26047,0.187973527,357.0,48260.0,5415.51731287,wv +54029,26050,0.05010032,357.0,48260.0,1443.3902191999998,wv +54029,26056,0.0031743179999999998,357.0,48260.0,91.45210157999999,wv +54029,26062,0.626957746,357.0,48260.0,18062.65266226,wv +54031,26801,0.07462577,435.0,,1028.04460752,wv +54031,26810,0.04769592,435.0,,657.05899392,wv +54031,26812,0.104490754,427.0,,1439.464627104,wv +54031,26818,0.077854417,435.0,,1072.522448592,wv +54031,26836,0.512621074,435.0,,7061.867915424,wv +54031,26845,0.05319929599999999,435.0,,732.873501696,wv +54031,26851,0.129512768,435.0,,1784.167891968,wv +54033,26301,0.40274155100000003,445.0,,27086.785754056003,wv +54033,26323,0.006354404,445.0,,427.371795424,wv +54033,26330,0.20915422600000003,445.0,,14066.876623856002,wv +54033,26361,0.0034685609999999998,445.0,,233.28153861599998,wv +54033,26366,0.00045785,445.0,,30.7931596,wv +54033,26369,0.009323492,445.0,,627.060777952,wv +54033,26385,0.054900383,445.0,,3692.3801590479998,wv +54033,26386,0.031758144,445.0,,2135.925732864,wv +54033,26404,0.007283978000000001,445.0,,489.89122436800005,wv +54033,26408,0.039652589,445.0,,2666.874525784,wv +54033,26422,0.006437649,445.0,,432.97052114400003,wv +54033,26426,0.10753926400000001,445.0,,7232.660739584001,wv +54033,26431,0.077182419,445.0,,5190.980772264,wv +54033,26438,0.002303124,445.0,,154.898907744,wv +54033,26448,0.022448527000000003,445.0,,1509.7981319120001,wv +54033,26451,0.010169820999999999,445.0,,683.981481176,wv +54033,26568,0.008824019,445.0,,593.468221864,wv +54035,25239,0.07372814,443.0,16620.0,2106.85532864,wv +54035,25241,0.071177795,443.0,16620.0,2033.97666992,wv +54035,25244,0.0195416,443.0,16620.0,558.4207616,wv +54035,25245,0.017918654,443.0,16620.0,512.0434567039999,wv +54035,25248,0.09790673,443.0,16620.0,2797.78271648,wv +54035,25252,0.039281929,443.0,16620.0,1122.520403104,wv +54035,25262,0.027457605,443.0,16620.0,784.62852048,wv +54035,25264,0.010863805,444.0,16620.0,310.44409168000004,wv +54035,25271,0.318958665,443.0,16620.0,9114.56281104,wv +54035,25275,0.07299947,443.0,16620.0,2086.0328547199997,wv +54035,26164,0.250165607,443.0,16620.0,7148.732385632,wv +54037,25414,0.31223920899999996,435.0,47900.0,17843.221837513996,wv +54037,25425,0.235469294,435.0,47900.0,13456.128274924,wv +54037,25430,0.147410703,435.0,47900.0,8423.932033638,wv +54037,25432,0.002094984,435.0,47900.0,119.719955664,wv +54037,25438,0.116366847,435.0,47900.0,6649.899838662,wv +54037,25442,0.028550652000000003,435.0,47900.0,1631.5555591920001,wv +54037,25443,0.137005038,435.0,47900.0,7829.289901548,wv +54037,25446,0.020863272,435.0,47900.0,1192.2525417119998,wv +54039,25015,0.023461995,443.0,16620.0,4179.14439738,wv +54039,25025,0.000652762,443.0,16620.0,116.272578488,wv +54039,25035,0.005949769000000001,443.0,16620.0,1059.7966533560002,wv +54039,25039,0.003804214,443.0,16620.0,677.621814536,wv +54039,25045,0.027501632,443.0,16620.0,4898.700698368,wv +54039,25054,0.0029588329999999997,443.0,16620.0,527.039169292,wv +54039,25061,0.004547935,443.0,16620.0,810.09637394,wv +54039,25064,0.049545742000000004,443.0,16620.0,8825.285748008,wv +54039,25067,0.006335006,443.0,16620.0,1128.4166087439999,wv +54039,25071,0.061407827000000005,443.0,16620.0,10938.207776548,wv +54039,25075,0.004151997,443.0,16620.0,739.570313628,wv +54039,25083,0.004248307,443.0,16620.0,756.7254360679999,wv +54039,25086,0.0038202659999999997,443.0,16620.0,680.4810609839999,wv +54039,25102,0.001037999,443.0,16620.0,184.892533876,wv +54039,25103,0.001214566,443.0,16620.0,216.34335418400002,wv +54039,25107,0.002632452,443.0,16620.0,468.902880048,wv +54039,25110,0.001920834,443.0,16620.0,342.146635416,wv +54039,25112,0.0005618040000000001,443.0,16620.0,100.07077569600001,wv +54039,25126,0.00013376299999999999,443.0,16620.0,23.826400611999997,wv +54039,25132,0.000690216,443.0,16620.0,122.944034784,wv +54039,25134,0.001621205,443.0,16620.0,288.77551941999997,wv +54039,25143,0.044050766,443.0,16620.0,7846.498642984,wv +54039,25156,0.000914938,443.0,16620.0,162.972416312,wv +54039,25160,0.000599257,443.0,16620.0,106.742053868,wv +54039,25162,0.0022632670000000002,443.0,16620.0,403.142171108,wv +54039,25177,0.124281694,443.0,16620.0,22137.552462056,wv +54039,25201,0.000171216,443.0,16620.0,30.497678783999998,wv +54039,25202,0.006335006,443.0,16620.0,1128.4166087439999,wv +54039,25214,0.002691308,443.0,16620.0,479.38654619199997,wv +54039,25301,0.013708012,443.0,16620.0,2441.725929488,wv +54039,25302,0.076025426,443.0,16620.0,13541.952980823999,wv +54039,25303,0.037833471,443.0,16620.0,6739.049188404,wv +54039,25304,0.04357457,443.0,16620.0,7761.67670668,wv +54039,25305,0.0,443.0,16620.0,0.0,wv +54039,25306,0.038791212,443.0,16620.0,6909.645846288,wv +54039,25309,0.072194459,443.0,16620.0,12859.565814916,wv +54039,25311,0.056790335,443.0,16620.0,10115.72163154,wv +54039,25312,0.079032413,443.0,16620.0,14077.569533212,wv +54039,25313,0.06322165,443.0,16620.0,11261.293184600001,wv +54039,25314,0.073639097,443.0,16620.0,13116.890514028,wv +54039,25315,0.018357606999999998,443.0,16620.0,3269.9303892679995,wv +54039,25320,0.037325172000000004,443.0,16620.0,6648.508937328001,wv +54041,26321,0.016693383,443.0,,265.541643381,wv +54041,26338,0.044718368,443.0,,711.335079776,wv +54041,26343,0.016195899,443.0,,257.628165393,wv +54041,26372,0.032557625,443.0,,517.894140875,wv +54041,26376,0.030014925,443.0,,477.447411975,wv +54041,26378,0.24531535,443.0,,3902.23127245,wv +54041,26412,0.035818915,443.0,,569.771480905,wv +54041,26447,0.078713172,443.0,,1252.090427004,wv +54041,26452,0.499972362,443.0,,7953.060362334,wv +54043,25003,0.112853994,443.0,16620.0,2303.237163546,wv +54043,25501,0.047820926,443.0,16620.0,975.977278734,wv +54043,25506,0.210954723,444.0,16620.0,4305.374941707,wv +54043,25521,0.034381889,443.0,16620.0,701.699972601,wv +54043,25523,0.133330507,444.0,16620.0,2721.1423173629996,wv +54043,25524,0.145836866,444.0,16620.0,2976.3845981940003,wv +54043,25540,0.0054688819999999996,444.0,16620.0,111.61441273799998,wv +54043,25557,0.076182805,444.0,16620.0,1554.8148672450002,wv +54043,25564,0.053077835999999996,443.0,16620.0,1083.2655549239998,wv +54043,25565,0.021663558,444.0,16620.0,442.131555222,wv +54043,25567,0.029379345,443.0,16620.0,599.6030521050001,wv +54043,25571,0.089621842,444.0,16620.0,1829.0921733779999,wv +54043,25573,0.039426827000000005,443.0,16620.0,804.6621122430001,wv +54045,25022,0.010623395,443.0,,340.150484505,wv +54045,25047,0.003706514,443.0,,118.678871766,wv +54045,25076,0.009952136,443.0,,318.657442584,wv +54045,25121,0.025858042999999997,443.0,,827.9486788169999,wv +54045,25183,0.001284147,443.0,,41.117102793,wv +54045,25505,0.015380574,443.0,,492.47059890599996,wv +54045,25508,0.26339598399999997,443.0,,8433.676011696,wv +54045,25547,0.02527434,443.0,,809.25909246,wv +54045,25601,0.152871819,443.0,,4894.802772561,wv +54045,25606,0.042785431,443.0,,1369.9467151889999,wv +54045,25607,0.033650479,443.0,,1077.454687101,wv +54045,25611,0.035168106,443.0,,1126.047586014,wv +54045,25617,0.023756713,443.0,,760.6661935469999,wv +54045,25624,0.005486808,443.0,,175.682105352,wv +54045,25625,0.039137287,443.0,,1253.136792453,wv +54045,25628,0.006333178,443.0,,202.782026382,wv +54045,25630,0.019057903,443.0,,610.2149961570001,wv +54045,25632,0.008434509,443.0,,270.06454367099997,wv +54045,25634,0.010419099,443.0,,333.609130881,wv +54045,25635,0.04272706,443.0,,1368.0777341399998,wv +54045,25637,0.022589307000000003,443.0,,723.287020833,wv +54045,25638,0.029914779,443.0,,957.841308801,wv +54045,25639,0.010039692,443.0,,321.46089814799996,wv +54045,25644,0.013512725,443.0,,432.663941775,wv +54045,25646,0.027667523,443.0,,885.886418937,wv +54045,25647,0.021538641,443.0,,689.6457461790001,wv +54045,25649,0.040771655,443.0,,1305.4676214449998,wv +54045,25652,0.039020546,443.0,,1249.3988623740001,wv +54045,25653,0.011323838000000001,443.0,,362.577968922,wv +54045,25654,0.008317768,443.0,,266.326613592,wv +54047,24801,0.25720793,432.0,,4533.032558319999,wv +54047,24808,0.028779957999999998,432.0,,507.21797979199994,wv +54047,24811,0.030229307999999996,432.0,,532.761324192,wv +54047,24813,0.009938403,432.0,,175.154414472,wv +54047,24815,0.037010197,432.0,,652.267711928,wv +54047,24816,0.007660851999999999,432.0,,135.01485564799998,wv +54047,24817,0.039701848,376.0,,699.705369152,wv +54047,24826,0.004141001,432.0,,72.981001624,wv +54047,24828,0.042238211,443.0,,744.406230664,wv +54047,24830,0.007298514,432.0,,128.629010736,wv +54047,24831,0.0049692009999999995,432.0,,87.57719842399999,wv +54047,24836,0.032610384,432.0,,574.725407616,wv +54047,24843,0.0028987009999999996,432.0,,51.08670642399999,wv +54047,24844,0.061752679000000005,432.0,,1088.329214696,wv +54047,24848,0.007505564,432.0,,132.278059936,wv +54047,24850,0.025829493999999998,376.0,,455.21900225599995,wv +54047,24853,0.021792018,432.0,,384.062525232,wv +54047,24861,0.006987939,432.0,,123.155436936,wv +54047,24862,0.028107045,432.0,,495.35856108,wv +54047,24866,0.016098142,432.0,,283.713654608,wv +54047,24868,0.059371602999999995,432.0,,1046.3651312719999,wv +54047,24871,0.012474766000000002,432.0,,219.85527598400003,wv +54047,24872,0.026191832,432.0,,461.60484716800005,wv +54047,24873,0.033024484,376.0,,582.0235060159999,wv +54047,24878,0.029090533,432.0,,512.691553592,wv +54047,24879,0.040271236,432.0,,709.7402632640001,wv +54047,24881,0.017029867,432.0,,300.134376008,wv +54047,24884,0.014700554,432.0,,259.08256369599997,wv +54047,24887,0.0027434129999999997,432.0,,48.349910711999996,wv +54047,24888,0.004296289,432.0,,75.717797336,wv +54047,24892,0.07189813099999999,432.0,,1267.1326607439998,wv +54047,24894,0.016149904,432.0,,284.625908096,wv +54049,26554,0.733253046,445.0,,41114.964795312,wv +54049,26559,0.021904562000000002,445.0,,1228.2326004640001,wv +54049,26560,0.004241282,445.0,,237.817164304,wv +54049,26563,0.009599609,445.0,,538.269275848,wv +54049,26571,0.041522672999999996,445.0,,2328.259320456,wv +54049,26572,0.003560582,445.0,,199.648953904,wv +54049,26574,0.012112961,445.0,,679.197949192,wv +54049,26576,0.009494886,445.0,,532.3972477919999,wv +54049,26582,0.079589486,445.0,,4462.741658992,wv +54049,26585,0.0077495030000000005,445.0,,434.530132216,wv +54049,26586,0.0038049359999999996,445.0,,213.35037139199997,wv +54049,26587,0.00614375,445.0,,344.49235,wv +54049,26588,0.044961078,445.0,,2521.057565616,wv +54049,26591,0.022061647,445.0,,1237.040670584,wv +54051,26031,0.059255562000000005,357.0,48540.0,1809.1315634220002,wv +54051,26033,0.085104107,357.0,48540.0,2598.313490817,wv +54051,26036,0.024386766,357.0,48540.0,744.552352746,wv +54051,26038,0.10874215599999999,357.0,48540.0,3320.0067648359995,wv +54051,26039,0.032123503,357.0,48540.0,980.7626700929999,wv +54051,26040,0.071163719,357.0,48540.0,2172.699504789,wv +54051,26041,0.568561038,357.0,48540.0,17358.737051178,wv +54051,26055,0.050663149000000005,357.0,48540.0,1546.7966021190002,wv +54053,25106,0.021158088,444.0,,561.0278614079999,wv +54053,25123,0.121677694,444.0,,3226.405734104,wv +54053,25187,0.023438376,444.0,,621.491978016,wv +54053,25247,0.022952412999999998,444.0,,608.606183108,wv +54053,25253,0.08336137,444.0,,2210.41008692,wv +54053,25260,0.051399948,444.0,,1362.921021168,wv +54053,25265,0.057605323,444.0,,1527.462744668,wv +54053,25287,0.04893275,444.0,,1297.500799,wv +54053,25502,0.042091884,444.0,,1116.1083961440002,wv +54053,25503,0.064034989,444.0,,1697.951768324,wv +54053,25515,0.075885014,444.0,,2012.167031224,wv +54053,25520,0.070389892,444.0,,1866.458376272,wv +54053,25550,0.31707225899999997,444.0,,8407.488019643999,wv +54055,24701,0.324934739,432.0,,19092.515394161997,wv +54055,24712,0.036166276000000004,432.0,,2125.0580452080003,wv +54055,24714,0.0041635,432.0,,244.63893299999998,wv +54055,24715,0.007253081,432.0,,426.176533398,wv +54055,24724,0.002147837,432.0,,126.202606446,wv +54055,24729,0.003006972,432.0,,176.683660776,wv +54055,24731,0.004064369,432.0,,238.814193702,wv +54055,24733,0.01040875,432.0,,611.5973325,wv +54055,24736,0.00814526,432.0,,478.59918708,wv +54055,24737,0.003006972,432.0,,176.683660776,wv +54055,24738,0.0044113270000000005,432.0,,259.200751866,wv +54055,24740,0.506757427,432.0,,29776.052895666002,wv +54055,24747,0.050391567000000005,432.0,,2960.9076937860004,wv +54055,25820,0.007666126999999999,443.0,,450.44629026599995,wv +54055,25841,0.007302647,443.0,,429.088932426,wv +54055,25922,0.004262630999999999,432.0,,250.46367229799995,wv +54055,25971,0.015910518000000002,432.0,,934.8702166440002,wv +54057,26710,0.077009332,113.0,19060.0,2069.086732176,wv +54057,26717,0.036786515,113.0,19060.0,988.38008502,wv +54057,26719,0.105331694,113.0,19060.0,2830.051954392,wv +54057,26726,0.476524633,113.0,19060.0,12803.263839444,wv +54057,26743,0.043405917999999995,113.0,19060.0,1166.2302048239999,wv +54057,26750,0.026007379,113.0,19060.0,698.7662589720001,wv +54057,26753,0.21156767699999998,113.0,19060.0,5684.400345636,wv +54057,26767,0.023366852,113.0,19060.0,627.820579536,wv +54059,24846,0.002118236,432.0,,49.617560063999996,wv +54059,24851,0.022684383,443.0,,531.358987392,wv +54059,25608,0.038012709,443.0,,890.409695616,wv +54059,25621,0.073021375,443.0,,1710.452688,wv +54059,25650,0.011631042,443.0,,272.445527808,wv +54059,25651,0.031927595,443.0,,747.8719852800001,wv +54059,25661,0.24267282899999998,443.0,,5684.3683464959995,wv +54059,25666,0.023839784,443.0,,558.423100416,wv +54059,25670,0.208357404,443.0,,4880.563831296,wv +54059,25671,0.052994415999999996,443.0,,1241.3412003839999,wv +54059,25672,0.014789139,204.0,,346.420791936,wv +54059,25674,0.10344694800000001,443.0,,2423.141309952,wv +54059,25676,0.050144425,443.0,,1174.5830111999999,wv +54059,25678,0.054265357,443.0,,1271.111722368,wv +54059,25688,0.011361448,443.0,,266.130557952,wv +54059,25690,0.011245908,443.0,,263.424148992,wv +54059,25692,0.040362026,443.0,,945.440097024,wv +54059,25696,0.007124976,443.0,,166.895437824,wv +54061,26501,0.210273635,445.0,34060.0,22207.41913962,wv +54061,26505,0.375725834,445.0,34060.0,39681.156780408,wv +54061,26508,0.31806709899999996,445.0,34060.0,33591.702459588,wv +54061,26521,0.002144294,445.0,34060.0,226.46317792800002,wv +54061,26534,0.023852897999999997,445.0,34060.0,2519.1522635759998,wv +54061,26541,0.025741015,445.0,34060.0,2718.56007618,wv +54061,26543,0.002761016,445.0,34060.0,291.596421792,wv +54061,26570,0.036329652000000004,445.0,34060.0,3836.8472070240005,wv +54061,26590,0.0051045579999999995,445.0,34060.0,539.102579496,wv +54063,24918,0.165363985,432.0,,2195.206900875,wv +54063,24941,0.081072797,443.0,,1076.2413801750001,wv +54063,24945,0.023295019,432.0,,309.241377225,wv +54063,24951,0.138007663,432.0,,1832.0517263250001,wv +54063,24963,0.288735632,432.0,,3832.9655148,wv +54063,24974,0.024597701,443.0,,326.534480775,wv +54063,24976,0.09026819900000001,443.0,,1198.3103417250002,wv +54063,24983,0.176858238,443.0,,2347.79310945,wv +54063,24984,0.011800766,443.0,,156.65516865,wv +54065,25411,0.889183313,435.0,25180.0,15902.154369692,wv +54065,25422,0.110816687,435.0,25180.0,1981.845630308,wv +54067,26202,0.020719248,443.0,,507.538699008,wv +54067,26205,0.14736411900000002,443.0,,3609.831459024,wv +54067,26261,0.102002452,443.0,,2498.6520641919997,wv +54067,26610,0.050102166,443.0,,1227.302658336,wv +54067,26651,0.376174908,443.0,,9214.780546368,wv +54067,26656,0.013199836999999999,443.0,,323.343207152,wv +54067,26660,0.014793625,443.0,,362.384638,wv +54067,26662,0.050183899000000004,443.0,,1229.304789904,wv +54067,26676,0.017041275,443.0,,417.44307240000006,wv +54067,26678,0.044503474,443.0,,1090.157099104,wv +54067,26679,0.076420106,443.0,,1871.986916576,wv +54067,26681,0.060237025,443.0,,1475.5661644,wv +54067,26684,0.007437679,443.0,,182.193384784,wv +54067,26691,0.019820188,443.0,,485.51532524799995,wv +54069,26003,0.874379672,357.0,48540.0,36208.936597192,wv +54069,26059,0.05631403,357.0,48540.0,2332.02029633,wv +54069,26060,0.042853187,357.0,48540.0,1774.593326857,wv +54069,26074,0.026453111,357.0,48540.0,1095.449779621,wv +54071,26802,0.148820586,427.0,,1037.130663834,wv +54071,26804,0.119942816,445.0,,835.881484704,wv +54071,26807,0.37069335200000003,427.0,,2583.3619700880004,wv +54071,26814,0.061329521,435.0,,427.40543184899997,wv +54071,26815,0.107791279,427.0,,751.197423351,wv +54071,26866,0.09621158,435.0,,670.49850102,wv +54071,26884,0.095210865,435.0,,663.524518185,wv +54073,26134,0.148519101,443.0,,1107.95249346,wv +54073,26170,0.851480899,443.0,,6352.0475065400005,wv +54075,24915,0.058726996,445.0,,484.32153601199997,wv +54075,24920,0.028484351,445.0,,234.910442697,wv +54075,24924,0.056499824000000004,427.0,,465.95404852800004,wv +54075,24927,0.017934591,427.0,,147.906571977,wv +54075,24934,0.039854648,427.0,,328.681282056,wv +54075,24944,0.057437580999999995,445.0,,473.68773050699997,wv +54075,24946,0.169733912,443.0,,1399.795572264,wv +54075,24954,0.457742351,427.0,,3775.001168697,wv +54075,26209,0.028601571,427.0,,235.877156037,wv +54075,26264,0.066463486,445.0,,548.124369042,wv +54075,26291,0.018520689,427.0,,152.740122183,wv +54077,26374,0.036784417,445.0,34060.0,1229.776629144,wv +54077,26410,0.031482695,445.0,34060.0,1052.5294592399998,wv +54077,26425,0.033776136,445.0,34060.0,1129.2037787519998,wv +54077,26444,0.107255614,445.0,34060.0,3585.769687248,wv +54077,26519,0.06314410000000001,445.0,34060.0,2111.0335512,wv +54077,26520,0.035861082999999995,445.0,34060.0,1198.9077268559997,wv +54077,26525,0.224310478,445.0,34060.0,7499.147900496,wv +54077,26537,0.149550247,445.0,34060.0,4999.763857704,wv +54077,26542,0.07523679,445.0,34060.0,2515.31636328,wv +54077,26547,0.078393995,445.0,34060.0,2620.8680408399996,wv +54077,26705,0.020819682,445.0,34060.0,696.043608624,wv +54077,26716,0.022696134,445.0,34060.0,758.777151888,wv +54077,26764,0.120688628,445.0,34060.0,4034.862211296,wv +54079,25011,0.011942389,443.0,26580.0,674.14785905,wv +54079,25033,0.040804739,443.0,26580.0,2303.42751655,wv +54079,25070,0.028445975,443.0,26580.0,1605.7752887499998,wv +54079,25082,0.029808657000000002,443.0,26580.0,1682.6986876500002,wv +54079,25109,0.010352594,443.0,26580.0,584.4039313,wv +54079,25124,0.030054697000000002,443.0,26580.0,1696.58764565,wv +54079,25159,0.096920718,443.0,26580.0,5471.1745311,wv +54079,25168,0.049870356,443.0,26580.0,2815.1815962,wv +54079,25213,0.117588054,443.0,26580.0,6637.8456483,wv +54079,25526,0.43320022,443.0,26580.0,24454.152419000002,wv +54079,25560,0.151011602,443.0,26580.0,8524.6049329,wv +54081,25007,0.009854349,443.0,13220.0,722.924896989,wv +54081,25008,0.001769709,443.0,13220.0,129.827621949,wv +54081,25044,0.00370493,443.0,13220.0,271.79736973,wv +54081,25048,0.000751171,443.0,13220.0,55.106655731000004,wv +54081,25060,0.006149419000000001,443.0,13220.0,451.12752725900003,wv +54081,25062,0.001527806,443.0,13220.0,112.08137596600001,wv +54081,25140,0.01512528,443.0,13220.0,1109.60566608,wv +54081,25174,0.007155225,443.0,13220.0,524.914461225,wv +54081,25180,0.001273172,443.0,13220.0,93.401171092,wv +54081,25801,0.41142544299999995,443.0,13220.0,30182.581923922997,wv +54081,25813,0.102337543,443.0,13220.0,7507.584492023,wv +54081,25817,0.013240986000000001,443.0,13220.0,971.3719739460001,wv +54081,25818,0.005258199,443.0,13220.0,385.746736839,wv +54081,25823,0.029104706,443.0,13220.0,2135.150336866,wv +54081,25825,0.02943573,443.0,13220.0,2159.43458853,wv +54081,25827,0.025246995,443.0,13220.0,1852.144800195,wv +54081,25832,0.051257894000000005,443.0,13220.0,3760.3303617340002,wv +54081,25836,0.007066103000000001,443.0,13220.0,518.376382183,wv +54081,25839,0.007358933000000001,443.0,13220.0,539.8586838130001,wv +54081,25843,0.012400693,443.0,13220.0,909.727239173,wv +54081,25844,0.017607965,443.0,13220.0,1291.737920365,wv +54081,25849,0.003844979,443.0,13220.0,282.071504419,wv +54081,25853,0.000165512,443.0,13220.0,12.142125832000001,wv +54081,25857,0.000547464,443.0,13220.0,40.162506504,wv +54081,25865,0.017900793999999998,443.0,13220.0,1313.2201486339998,wv +54081,25871,0.009077714,443.0,13220.0,665.950176754,wv +54081,25873,0.005678346,443.0,13220.0,416.569140906,wv +54081,25878,0.008733958,443.0,13220.0,640.731892838,wv +54081,25880,0.084207578,443.0,13220.0,6177.552129658,wv +54081,25902,0.000929415,443.0,13220.0,68.182813815,wv +54081,25906,0.005818395,443.0,13220.0,426.84327559499997,wv +54081,25908,0.001960684,443.0,13220.0,143.83773892399998,wv +54081,25911,0.001196781,443.0,13220.0,87.79705094100001,wv +54081,25915,0.00281371,443.0,13220.0,206.41657931,wv +54081,25918,0.05701263,443.0,13220.0,4182.50354943,wv +54081,25920,0.003322978,443.0,13220.0,243.776989058,wv +54081,25921,0.028811876,443.0,13220.0,2113.668035236,wv +54081,25932,0.004621613,443.0,13220.0,339.046151293,wv +54081,25989,0.00430332,443.0,13220.0,315.69585852,wv +54083,26224,0.009101565,445.0,,261.169407675,wv +54083,26230,0.0033786109999999997,443.0,,96.94924264499998,wv +54083,26241,0.47117837700000004,445.0,,13520.463528015001,wv +54083,26253,0.151727229,445.0,,4353.812836155,wv +54083,26254,0.007791490999999999,445.0,,223.576834245,wv +54083,26257,0.043439288,445.0,,1246.49036916,wv +54083,26259,0.0018272079999999999,445.0,,52.43173356,wv +54083,26263,0.011204578,445.0,,321.51536570999997,wv +54083,26268,0.0014824520000000002,445.0,,42.53896014000001,wv +54083,26270,0.017479142,445.0,,501.56397969,wv +54083,26273,0.06174584599999999,445.0,,1771.7970509699999,wv +54083,26276,0.007825967,445.0,,224.566123065,wv +54083,26278,0.024201889,445.0,,694.4732048550001,wv +54083,26280,0.062228504000000004,445.0,,1785.6469222800001,wv +54083,26282,0.00048265900000000003,445.0,,13.849900005,wv +54083,26283,0.054471489000000005,445.0,,1563.0593768550002,wv +54083,26285,0.01623802,445.0,,465.94998389999995,wv +54083,26293,0.018961594,445.0,,544.10293983,wv +54083,26294,0.032648418,445.0,,936.84635451,wv +54083,26296,0.0025856720000000002,445.0,,74.19585804,wv +54085,26148,0.029151055,443.0,,278.50917947,wv +54085,26161,0.038197935,443.0,,364.94307099,wv +54085,26178,0.034451247000000004,443.0,,329.147213838,wv +54085,26325,0.024033629,443.0,,229.617291466,wv +54085,26327,0.006945079,443.0,,66.353284766,wv +54085,26337,0.122087179,443.0,,1166.4209081660001,wv +54085,26346,0.08781869699999999,443.0,,839.0198311379999,wv +54085,26362,0.30759389600000003,443.0,,2938.7520823840005,wv +54085,26415,0.338755369,443.0,,3236.468795426,wv +54085,26421,0.010965913999999998,443.0,,104.76834235599999,wv +54087,25005,0.011295362,443.0,,154.610915056,wv +54087,25243,0.043499159,443.0,,595.416488392,wv +54087,25251,0.016822879,443.0,,230.27156775199998,wv +54087,25259,0.054794521,443.0,,750.027403448,wv +54087,25266,0.048305695999999995,443.0,,661.208366848,wv +54087,25270,0.073780341,443.0,,1009.905307608,wv +54087,25276,0.625971321,443.0,,8568.295441848,wv +54087,25286,0.12553072199999998,443.0,,1718.2645227359997,wv +54089,24935,0.040259092999999996,443.0,,506.17757628899994,wv +54089,24962,0.007673144000000001,443.0,,96.474439512,wv +54089,24981,0.040857,443.0,,513.695061,wv +54089,25951,0.577777778,443.0,,7264.400002793999,wv +54089,25969,0.117289487,443.0,,1474.680720051,wv +54089,25977,0.027603388,443.0,,347.057397324,wv +54089,25978,0.058096662,443.0,,730.449331326,wv +54089,25979,0.081714001,432.0,,1027.3901345729998,wv +54089,25985,0.048729447,443.0,,612.675337131,wv +54091,26347,0.184006683,445.0,,3071.991572685,wv +54091,26354,0.7935145809999999,445.0,,13247.725929794999,wv +54091,26424,0.01359356,445.0,,226.94448419999998,wv +54091,26435,0.008885176,445.0,,148.33801332,wv +54093,26260,0.231825038,445.0,,1585.451434882,wv +54093,26269,0.142533937,445.0,,974.789595143,wv +54093,26271,0.058220210999999994,445.0,,398.168023029,wv +54093,26287,0.466214178,445.0,,3188.4387633419997,wv +54093,26292,0.10120663699999999,445.0,,692.1521904429999,wv +54095,26146,0.126449325,443.0,,1086.326151075,wv +54095,26149,0.281134907,357.0,,2415.229986037,wv +54095,26175,0.507843405,443.0,,4362.8826923550005,wv +54095,26320,0.084572364,357.0,,726.561179124,wv +54097,26201,0.799582212,443.0,,19330.699557312,wv +54097,26218,0.121078215,443.0,,2927.18692584,wv +54097,26228,0.000723095,443.0,,17.48154472,wv +54097,26234,0.05146025,443.0,,1244.103004,wv +54097,26236,0.0061864780000000005,443.0,,149.564292128,wv +54097,26237,0.020969751000000002,443.0,,506.96470017600006,wv +54099,25507,0.019136837,444.0,26580.0,754.029651474,wv +54099,25511,0.024611246,444.0,26580.0,969.732314892,wv +54099,25512,0.02140211,444.0,26580.0,843.2859382199999,wv +54099,25514,0.081880177,444.0,26580.0,3226.242734154,wv +54099,25517,0.038698412,444.0,26580.0,1524.7948296240002,wv +54099,25530,0.133627504,444.0,26580.0,5265.190912608,wv +54099,25534,0.006607046,444.0,26580.0,260.330826492,wv +54099,25535,0.07229996,444.0,26580.0,2848.76302392,wv +54099,25555,0.042190708,444.0,26580.0,1662.398276616,wv +54099,25570,0.14212227800000002,444.0,26580.0,5599.901997756001,wv +54099,25669,0.024823615,444.0,26580.0,978.10007823,wv +54099,25699,0.002595625,443.0,26580.0,102.27281624999999,wv +54099,25704,0.39000448299999996,444.0,26580.0,15366.956639166,wv +54101,26203,0.014719626000000001,443.0,,119.435045364,wv +54101,26206,0.36401869200000003,443.0,,2953.6476668880005,wv +54101,26208,0.103971963,443.0,,843.628507782,wv +54101,26215,0.004205607,443.0,,34.124295198,wv +54101,26217,0.027219626,443.0,,220.860045364,wv +54101,26222,0.057126168,443.0,,463.521727152,wv +54101,26266,0.019275701,443.0,,156.40303791399998,wv +54101,26288,0.398481308,443.0,,3233.2773331119997,wv +54101,26298,0.010981308,443.0,,89.102333112,wv +54103,26155,0.474575246,357.0,,7149.47608099,wv +54103,26159,0.203458492,357.0,,3065.10218198,wv +54103,26167,0.06149102099999999,357.0,,926.3622313649998,wv +54103,26348,0.003809178,445.0,,57.38526657,wv +54103,26377,0.027147953,357.0,,408.983911945,wv +54103,26419,0.071286051,357.0,,1073.924358315,wv +54103,26437,0.029626942000000003,357.0,,446.32988123000007,wv +54103,26562,0.030836205,445.0,,464.547428325,wv +54103,26575,0.042566056,445.0,,641.25763364,wv +54103,26581,0.055202854,357.0,,831.63099551,wv +54105,26138,0.02462022,443.0,37620.0,143.31430062,wv +54105,26143,0.8395320409999999,443.0,37620.0,4886.916010661,wv +54105,26152,0.019032652,443.0,37620.0,110.789067292,wv +54105,26160,0.116815086,443.0,37620.0,679.980615606,wv +54107,26101,0.351594287,443.0,37620.0,29364.451661666,wv +54107,26104,0.186336345,443.0,37620.0,15562.43886171,wv +54107,26105,0.13524919800000001,443.0,37620.0,11295.742518564,wv +54107,26133,0.018210433999999998,443.0,37620.0,1520.8990268119999,wv +54107,26142,0.027828621,443.0,37620.0,2324.190768678,wv +54107,26150,0.069997085,443.0,37620.0,5846.01654503,wv +54107,26169,0.007274846999999999,443.0,37620.0,607.5806717459999,wv +54107,26180,0.025706791,443.0,37620.0,2146.979770738,wv +54107,26181,0.073214806,443.0,37620.0,6114.754167507999,wv +54107,26184,0.029868843,443.0,37620.0,2494.5860296739997,wv +54107,26187,0.07471874099999999,329.0,37620.0,6240.359810837999,wv +54109,24716,0.019428783999999998,432.0,,396.23062089599995,wv +54109,24719,0.001164795,432.0,,23.75482923,wv +54109,24726,0.026184597,432.0,,534.008671218,wv +54109,24818,0.039556446,443.0,,806.7141597240001,wv +54109,24822,0.035735918,443.0,,728.798311692,wv +54109,24823,0.023575455,443.0,,480.79782926999997,wv +54109,24827,0.059218189000000004,443.0,,1207.6957464660002,wv +54109,24834,0.014117318,443.0,,287.908583292,wv +54109,24839,0.079439035,443.0,,1620.07967979,wv +54109,24845,0.013278666000000001,443.0,,270.80511440400005,wv +54109,24847,0.013325257,443.0,,271.755291258,wv +54109,24849,0.008013791,443.0,,163.433253654,wv +54109,24854,0.013837766999999999,443.0,,282.20742019799997,wv +54109,24857,0.038531426,443.0,,785.809901844,wv +54109,24860,0.013651400000000001,443.0,,278.40665160000003,wv +54109,24867,0.020220845,443.0,,412.38391293,wv +54109,24869,0.022690211000000002,443.0,,462.744163134,wv +54109,24870,0.12971159699999998,443.0,,2645.3383092179997,wv +54109,24874,0.15426548,443.0,,3146.0901991200003,wv +54109,24880,0.010017239,443.0,,204.291572166,wv +54109,24882,0.013977543,443.0,,285.058011942,wv +54109,24898,0.002702325,443.0,,55.11121605,wv +54109,25810,0.009691096,443.0,,197.640211824,wv +54109,25811,0.0019102639999999998,443.0,,38.957924016,wv +54109,25826,0.016027582,432.0,,326.866507308,wv +54109,25845,0.027675535,443.0,,564.41486079,wv +54109,25848,0.013511625,443.0,,275.55608025,wv +54109,25870,0.002189815,443.0,,44.65908711,wv +54109,25875,0.032754042000000004,443.0,,667.985932548,wv +54109,25876,0.00437963,443.0,,89.31817422,wv +54109,25882,0.09658482,443.0,,1969.75081908,wv +54109,25913,0.011554769,443.0,,235.647958986,wv +54109,25916,0.011787728,443.0,,240.398924832,wv +54109,25928,0.019289009,443.0,,393.380049546,wv +55001,53910,0.207026848,449.0,,4186.08286656,wi +55001,53934,0.300629765,449.0,,6078.7338483,wi +55001,53936,0.167915147,449.0,,3395.24427234,wi +55001,53952,0.215048061,449.0,,4348.27179342,wi +55001,54613,0.10938017900000001,449.0,,2211.66721938,wi +55003,54514,0.10275485300000001,450.0,,1599.071022386,wi +55003,54517,0.005405091,250.0,,84.114026142,wi +55003,54527,0.051726142,450.0,,804.962221804,wi +55003,54546,0.070498663,250.0,,1097.100193606,wi +55003,54806,0.669127049,250.0,,10412.955136538,wi +55003,54846,0.02673486,250.0,,416.04789131999996,wi +55003,54850,0.011740091000000001,250.0,,182.699296142,wi +55003,54855,0.054573986,250.0,,849.2803701319999,wi +55003,54861,0.007439265,250.0,,115.76984193,wi +55005,54728,0.138531315,251.0,,6267.7108158599995,wi +55005,54733,0.027835212,251.0,,1259.376331728,wi +55005,54762,0.028946842,251.0,,1309.670919448,wi +55005,54805,0.02961382,251.0,,1339.84767208,wi +55005,54812,0.12383556800000001,251.0,,5602.816438592,wi +55005,54813,0.012339092,251.0,,558.269878448,wi +55005,54822,0.09833477800000001,450.0,,4449.058695832001,wi +55005,54826,0.015384957,251.0,,696.076994508,wi +55005,54829,0.118811001,251.0,,5375.484929244,wi +55005,54841,0.006958803,450.0,,314.844082932,wi +55005,54857,0.001022699,450.0,,46.270993556,wi +55005,54868,0.342004046,450.0,,15473.631057224,wi +55005,54889,0.056381867,251.0,,2550.941190548,wi +55007,54814,0.210359575,250.0,,3162.9665697,wi +55007,54821,0.099556471,250.0,,1496.9310979559998,wi +55007,54827,0.020038016999999998,250.0,,301.29162361199997,wi +55007,54832,0.030413432999999997,250.0,,457.2963785879999,wi +55007,54839,0.016711548,250.0,,251.274835728,wi +55007,54844,0.017107556,250.0,,257.229212016,wi +55007,54847,0.17376841399999998,250.0,,2612.7818729039996,wi +55007,54856,0.133929986,250.0,,2013.771269496,wi +55007,54865,0.035323935,250.0,,531.13068666,wi +55007,54891,0.262791066,250.0,,3951.3264683760003,wi +55009,54115,0.174916178,447.0,24580.0,46272.675560476004,wi +55009,54126,0.014307148,447.0,24580.0,3784.841546216,wi +55009,54155,0.02679624,447.0,24580.0,7088.73092208,wi +55009,54162,0.034401457999999996,447.0,24580.0,9100.630502236,wi +55009,54173,0.016098412,447.0,24580.0,4258.7061073039995,wi +55009,54180,0.013078525,447.0,24580.0,3459.81916055,wi +55009,54229,0.018701104,447.0,24580.0,4947.227454368,wi +55009,54301,0.08397124800000001,447.0,24580.0,22213.921888416004,wi +55009,54302,0.119176478,447.0,24580.0,31527.183843076,wi +55009,54303,0.10609029800000001,447.0,24580.0,28065.339613516004,wi +55009,54304,0.105688412,447.0,24580.0,27959.023887304,wi +55009,54307,0.004229374,447.0,24580.0,1118.847056708,wi +55009,54311,0.13664130300000002,447.0,24580.0,36147.363578226,wi +55009,54313,0.14590382300000002,447.0,24580.0,38597.689144066004,wi +55011,54610,0.225588277,253.0,,2939.640837587,wi +55011,54622,0.28195012,448.0,,3674.0920137200005,wi +55011,54629,0.362265746,448.0,,4720.684936126,wi +55011,54756,0.130195857,253.0,,1696.582212567,wi +55013,54830,0.19865418399999998,251.0,,3062.0555921759997,wi +55013,54840,0.32131363399999996,251.0,,4952.728354475999,wi +55013,54845,0.00870392,251.0,,134.16222288,wi +55013,54872,0.199897601,251.0,,3081.221621814,wi +55013,54893,0.271430661,251.0,,4183.832208654,wi +55015,53014,0.312818865,446.0,11540.0,15668.784128985,wi +55015,53061,0.20017675699999998,446.0,11540.0,10026.653581372999,wi +55015,53088,0.016229462,446.0,11540.0,812.917522118,wi +55015,54110,0.217169485,446.0,11540.0,10877.802334165,wi +55015,54123,0.010364359,446.0,11540.0,519.140377951,wi +55015,54129,0.11927047800000001,446.0,11540.0,5974.138972542,wi +55015,54160,0.01120797,446.0,11540.0,561.39600933,wi +55015,54169,0.112762624,452.0,11540.0,5648.167073536,wi +55017,54724,0.11400286400000001,251.0,20740.0,7371.197180512,wi +55017,54726,0.028796462999999998,450.0,20740.0,1861.9217046539998,wi +55017,54727,0.077797148,450.0,20740.0,5030.207995383999,wi +55017,54729,0.5027084239999999,450.0,20740.0,32504.121278991995,wi +55017,54732,0.048113443,450.0,20740.0,3110.918997494,wi +55017,54745,0.030072847000000003,450.0,20740.0,1944.4501413260002,wi +55017,54748,0.020593363,450.0,20740.0,1331.525664854,wi +55017,54757,0.05339019999999999,251.0,20740.0,3452.1035515999993,wi +55017,54766,0.027846957999999998,450.0,20740.0,1800.5286103639999,wi +55017,54768,0.096678289,450.0,20740.0,6251.024810162,wi +55019,54405,0.080002129,450.0,,2781.994033846,wi +55019,54420,0.033294299,450.0,,1157.775953426,wi +55019,54421,0.09450684,450.0,,3286.3808541599997,wi +55019,54422,0.037313036,450.0,,1297.523513864,wi +55019,54425,0.05389365,450.0,,1874.0977851,wi +55019,54436,0.06249002,450.0,,2173.02795548,wi +55019,54437,0.080747325,450.0,,2807.9074795499996,wi +55019,54446,0.085245116,450.0,,2964.313663784,wi +55019,54456,0.157608985,450.0,,5480.69484439,wi +55019,54460,0.069516155,450.0,,2417.3547739699998,wi +55019,54488,0.031404695,450.0,,1092.0668639300002,wi +55019,54493,0.016314473,450.0,,567.3194841019999,wi +55019,54498,0.065390962,450.0,,2273.905312588,wi +55019,54746,0.019348486,450.0,,672.8242521640001,wi +55019,54771,0.11292383,450.0,,3926.81326442,wi +55021,53555,0.158560003,449.0,31540.0,9122.274092596,wi +55021,53901,0.274110256,449.0,31540.0,15770.111248191999,wi +55021,53911,0.024105595,449.0,31540.0,1386.84309154,wi +55021,53923,0.03933705,449.0,31540.0,2263.1391605999997,wi +55021,53925,0.14439120800000002,449.0,31540.0,8307.114978656002,wi +55021,53928,0.001976174,449.0,31540.0,113.69324256799999,wi +55021,53932,0.049460280999999995,449.0,31540.0,2845.548886492,wi +55021,53935,0.005238726,449.0,31540.0,301.394384232,wi +55021,53954,0.123510878,449.0,31540.0,7105.827833096,wi +55021,53955,0.107104905,449.0,31540.0,6161.95939446,wi +55021,53960,0.06463580599999999,449.0,31540.0,3718.6271907919995,wi +55021,53969,0.007569119,449.0,31540.0,435.466554308,wi +55023,53821,0.520609432,448.0,,8397.950747592,wi +55023,53826,0.077506638,448.0,,1250.259577578,wi +55023,54626,0.093311417,448.0,,1505.206467627,wi +55023,54628,0.054810975,448.0,,884.155837725,wi +55023,54631,0.105070173,448.0,,1694.886960663,wi +55023,54645,0.003856366,448.0,,62.207039946,wi +55023,54654,0.004172462,448.0,,67.305984522,wi +55023,54655,0.118851941,448.0,,1917.200660271,wi +55023,54657,0.021810596,448.0,,351.826724076,wi +55025,53508,0.010836136000000001,449.0,31540.0,5924.061370520001,wi +55025,53515,0.004233072,449.0,31540.0,2314.19929704,wi +55025,53517,0.0035408009999999997,449.0,31540.0,1935.738202695,wi +55025,53523,0.009714504,449.0,31540.0,5310.87076428,wi +55025,53527,0.020628188999999998,449.0,31540.0,11277.327785354999,wi +55025,53528,0.011836715,449.0,31540.0,6471.072906925,wi +55025,53529,0.004117694,449.0,31540.0,2251.12272133,wi +55025,53531,0.008710141999999999,449.0,31540.0,4761.791080689999,wi +55025,53532,0.028559052999999997,449.0,31540.0,15613.091479834999,wi +55025,53558,0.022443985,449.0,31540.0,12270.014379575,wi +55025,53559,0.011774297,449.0,31540.0,6436.949298415,wi +55025,53560,0.0071288869999999996,449.0,31540.0,3897.326878465,wi +55025,53562,0.048460924,449.0,31540.0,26493.34484618,wi +55025,53571,0.00030452400000000003,449.0,31540.0,166.48174818,wi +55025,53572,0.020183698,449.0,31540.0,11034.32677811,wi +55025,53575,0.031195739,449.0,31540.0,17054.554532605,wi +55025,53589,0.038190333,449.0,31540.0,20878.464099435,wi +55025,53590,0.075779184,449.0,31540.0,41428.10099688,wi +55025,53593,0.043970614000000005,449.0,31540.0,24038.514820730004,wi +55025,53597,0.035909241,449.0,31540.0,19631.402508495,wi +55025,53598,0.005059638,449.0,31540.0,2766.07879641,wi +55025,53703,0.06330126700000001,449.0,31540.0,34606.486162565,wi +55025,53704,0.086571817,449.0,31540.0,47328.379494814995,wi +55025,53705,0.047602205,449.0,31540.0,26023.887462475002,wi +55025,53706,0.011484903999999999,449.0,31540.0,6278.73959228,wi +55025,53711,0.09392957,449.0,31540.0,51350.82627115,wi +55025,53713,0.043558278,449.0,31540.0,23813.092791209998,wi +55025,53714,0.030813665,449.0,31540.0,16845.676587175,wi +55025,53715,0.026913489,449.0,31540.0,14713.469868855,wi +55025,53716,0.034727082,449.0,31540.0,18985.12209399,wi +55025,53717,0.023979845,449.0,31540.0,13109.661362275,wi +55025,53718,0.025547859,449.0,31540.0,13966.886776005,wi +55025,53719,0.058903638,449.0,31540.0,32202.32437641,wi +55025,53726,0.010089012,449.0,31540.0,5515.61241534,wi +55025,53792,0.0,449.0,31540.0,0.0,wi +55027,53003,0.001971316,451.0,,173.158426124,wi +55027,53006,0.019325544,451.0,,1697.536459416,wi +55027,53016,0.003964782,449.0,,348.262486098,wi +55027,53032,0.053524558,449.0,,4701.543650162,wi +55027,53034,0.018727504,449.0,,1645.005223856,wi +55027,53035,0.027941746,451.0,,2454.375026894,wi +55027,53039,0.05049006,449.0,,4434.9963803400005,wi +55027,53047,0.000498366,449.0,,43.775971074,wi +55027,53048,0.037045241,451.0,,3254.016924199,wi +55027,53050,0.07396865799999999,451.0,,6497.332950061999,wi +55027,53059,0.020300127,451.0,,1783.1428555530001,wi +55027,53078,0.018749653999999998,451.0,,1646.9508577059999,wi +55027,53091,0.020543773,451.0,,1804.5444765470002,wi +55027,53098,0.130350518,449.0,,11449.859150602,wi +55027,53557,0.00382081,449.0,,335.61612959,wi +55027,53579,0.019668863,449.0,,1727.6932570570002,wi +55027,53916,0.25000276899999996,449.0,,21959.993226190996,wi +55027,53922,0.009967329,449.0,,875.520212031,wi +55027,53933,0.048673790999999994,449.0,,4275.457127649,wi +55027,53956,0.036746221,449.0,,3227.7513064190002,wi +55027,53963,0.153718368,452.0,,13502.467726752,wi +55029,54202,0.048719759,447.0,,1347.978292012,wi +55029,54204,0.059868446,447.0,,1656.440163928,wi +55029,54209,0.047456240999999996,447.0,,1313.019275988,wi +55029,54210,0.032033892,447.0,,886.313723856,wi +55029,54211,0.010182466999999999,447.0,,281.72849695599996,wi +55029,54212,0.043331227,447.0,,1198.888388636,wi +55029,54213,0.048979895,447.0,,1355.1757348600001,wi +55029,54234,0.058270467,447.0,,1612.227280956,wi +55029,54235,0.620238582,447.0,,17160.761086776,wi +55029,54246,0.030919022999999997,447.0,,855.4675283639999,wi +55031,54820,0.017909498,250.0,20260.0,772.7948387,wi +55031,54836,0.02334144,250.0,20260.0,1007.1831360000001,wi +55031,54838,0.026636969,250.0,20260.0,1149.38521235,wi +55031,54842,0.0033182570000000002,250.0,20260.0,143.18278955000002,wi +55031,54849,0.041705492999999996,250.0,20260.0,1799.5920229499998,wi +55031,54854,0.024864201000000002,250.0,20260.0,1072.8902731500002,wi +55031,54864,0.030114321,250.0,20260.0,1299.43295115,wi +55031,54873,0.063933271,250.0,20260.0,2758.72064365,wi +55031,54874,0.087297439,250.0,20260.0,3766.8844928500002,wi +55031,54880,0.680879111,250.0,20260.0,29379.93363965,wi +55033,54725,0.06307660799999999,251.0,,2861.6595517439996,wi +55033,54730,0.113761134,251.0,,5161.115127312,wi +55033,54734,0.019613203,251.0,,889.8117937039999,wi +55033,54737,0.013166586999999999,253.0,,597.341719016,wi +55033,54739,0.12016219,251.0,,5451.51823592,wi +55033,54749,0.028679469,251.0,,1301.130149592,wi +55033,54751,0.59156245,251.0,,26838.005231599996,wi +55033,54763,0.025945921,251.0,,1177.114543928,wi +55033,54765,4.5600000000000004e-05,251.0,,2.0687808000000003,wi +55033,54772,0.023986879,251.0,,1088.2367264719999,wi +55035,54701,0.355809726,251.0,20740.0,37234.064586996,wi +55035,54703,0.39094737799999996,251.0,20740.0,40911.07931818799,wi +55035,54720,0.067446912,251.0,20740.0,7058.049553152,wi +55035,54722,0.03628142,251.0,20740.0,3796.70547732,wi +55035,54738,0.029693665,251.0,20740.0,3107.32326759,wi +55035,54741,0.014283813999999999,251.0,20740.0,1494.743999844,wi +55035,54742,0.043090837,251.0,20740.0,4509.283728702,wi +55035,54755,0.062446247,251.0,20740.0,6534.749963562001,wi +55037,54120,0.0663729,447.0,,285.0716055,wi +55037,54121,0.822362985,447.0,,3532.049020575,wi +55037,54542,0.111264115,240.0,,477.879373925,wi +55039,53010,0.07891295200000001,451.0,22540.0,8159.835975656001,wi +55039,53019,0.019535152,451.0,22540.0,2019.993322256,wi +55039,53049,0.032201592,451.0,22540.0,3329.741217576,wi +55039,53057,0.01543658,451.0,22540.0,1596.18868174,wi +55039,53065,0.023026146,451.0,22540.0,2380.972574838,wi +55039,53079,0.014633343,451.0,22540.0,1513.131566229,wi +55039,53919,0.02810302,452.0,22540.0,2905.9365770599998,wi +55039,53931,0.002605373,452.0,22540.0,269.403384319,wi +55039,54932,0.014046361,451.0,22540.0,1452.435866483,wi +55039,54935,0.433614467,451.0,22540.0,44837.036731201,wi +55039,54937,0.19940889899999997,451.0,22540.0,20619.478383297,wi +55039,54971,0.10894168300000001,452.0,22540.0,11264.896847249001,wi +55039,54974,0.015179132,451.0,22540.0,1569.567786196,wi +55039,54979,0.014355298999999998,451.0,22540.0,1484.3809824969999,wi +55041,54103,0.060376919,447.0,,543.633778676,wi +55041,54511,0.14797580300000002,456.0,,1332.3741302120002,wi +55041,54520,0.495114007,456.0,,4458.006519028,wi +55041,54541,0.14274081,456.0,,1285.23825324,wi +55041,54566,0.153792462,456.0,,1384.747327848,wi +55043,53554,0.023457076,449.0,,1206.608532364,wi +55043,53569,0.025288154,449.0,,1300.7973536060001,wi +55043,53801,0.016383331,448.0,,842.742163309,wi +55043,53802,0.000558961,448.0,,28.752394878999997,wi +55043,53804,0.026560271,448.0,,1366.233779969,wi +55043,53805,0.099225165,449.0,,5104.0432624350005,wi +55043,53806,0.03189931,193.0,,1640.86860709,wi +55043,53807,0.093230793,193.0,,4795.698761127001,wi +55043,53808,0.023649821,193.0,,1216.5231424190001,wi +55043,53809,0.081935932,449.0,,4214.702406148001,wi +55043,53810,0.006861725,193.0,,352.960272275,wi +55043,53811,0.062892718,193.0,,3235.138521202,wi +55043,53813,0.113507575,449.0,,5838.716150425,wi +55043,53816,0.016267683999999998,449.0,,836.7933972759998,wi +55043,53817,0.003045372,448.0,,156.65089030800002,wi +55043,53818,0.314251571,193.0,,16164.786560669001,wi +55043,53820,0.044408465,193.0,,2284.327031135,wi +55043,53825,0.011853822,449.0,,609.748749858,wi +55043,53827,0.004722254,449.0,,242.908023506,wi +55045,53502,0.075935403,449.0,31540.0,2806.57249488,wi +55045,53520,0.19710109399999998,449.0,31540.0,7284.8564342399995,wi +55045,53522,0.032176018,449.0,31540.0,1189.22562528,wi +55045,53550,0.035424264,449.0,31540.0,1309.2807974399998,wi +55045,53566,0.46443783899999996,449.0,31540.0,17165.62252944,wi +55045,53570,0.076333773,449.0,31540.0,2821.29625008,wi +55045,53574,0.11859161,449.0,31540.0,4383.1459056,wi +55047,53926,0.08246515,449.0,,1559.66338195,wi +55047,53939,0.011787723,452.0,,222.941205099,wi +55047,53946,0.213793103,452.0,,4043.468957039,wi +55047,53947,0.007434581,452.0,,140.610230453,wi +55047,54923,0.431205674,452.0,,8155.392912362,wi +55047,54941,0.115725116,452.0,,2188.709118908,wi +55047,54968,0.137588652,452.0,,2602.2141752760003,wi +55049,53503,0.07723403400000001,449.0,31540.0,1828.747457052,wi +55049,53506,0.042989855,449.0,31540.0,1017.91378669,wi +55049,53507,0.085357795,449.0,31540.0,2021.10187001,wi +55049,53526,0.024876588999999998,449.0,31540.0,589.0278743419999,wi +55049,53533,0.274808567,449.0,31540.0,6506.917249426,wi +55049,53543,0.067866444,449.0,31540.0,1606.941661032,wi +55049,53544,0.031056866000000002,449.0,31540.0,735.364473148,wi +55049,53553,0.022155712,449.0,31540.0,524.602948736,wi +55049,53565,0.18330936399999997,449.0,31540.0,4340.399120792,wi +55049,53573,0.123566681,449.0,31540.0,2925.811872718,wi +55049,53580,0.022894236000000002,449.0,31540.0,542.0897200080001,wi +55049,53582,0.043883857000000005,449.0,31540.0,1039.0819660460002,wi +55051,54525,0.04263905900000001,250.0,,242.48832853300004,wi +55051,54534,0.400772065,250.0,,2279.1907336550003,wi +55051,54536,0.031584489,250.0,,179.62098894300001,wi +55051,54547,0.243902439,450.0,,1387.073170593,wi +55051,54550,0.115634322,250.0,,657.612389214,wi +55051,54559,0.155465871,250.0,,884.134408377,wi +55051,54565,0.010001755,250.0,,56.879980685,wi +55053,54611,0.062397198,450.0,,1288.065358314,wi +55053,54615,0.5673051410000001,450.0,,11710.880025663002,wi +55053,54635,0.090942856,450.0,,1877.333376408,wi +55053,54641,0.000212235,448.0,,4.381167104999999,wi +55053,54642,0.11317451099999999,448.0,,2336.261430573,wi +55053,54643,0.00010611799999999999,450.0,,2.1905938739999997,wi +55053,54659,0.071151907,450.0,,1468.788816201,wi +55053,54754,0.09471003300000001,450.0,,1955.0992112190002,wi +55055,53036,0.039847403999999996,451.0,,3377.8245896759995,wi +55055,53038,0.055420553,449.0,,4697.944857257,wi +55055,53094,0.24967991399999998,449.0,,21165.116629866,wi +55055,53137,0.02143921,449.0,,1817.38039249,wi +55055,53156,0.038763032,449.0,,3285.903459608,wi +55055,53178,0.035771211000000004,451.0,,3032.2897852590004,wi +55055,53538,0.242912388,449.0,,20591.440218372,wi +55055,53549,0.136526352,449.0,,11573.202332687999,wi +55055,53551,0.113663087,449.0,,9635.106221903,wi +55055,53594,0.065976849,449.0,,5592.791512881,wi +55057,53929,0.06811582599999999,449.0,,1817.8070484619998,wi +55057,53944,0.055142652,449.0,,1471.591953924,wi +55057,53948,0.215988705,449.0,,5764.090570335,wi +55057,53950,0.147872879,449.0,,3946.283521873,wi +55057,53965,0.275393591,449.0,,7349.428763017,wi +55057,53968,0.05903194,449.0,,1575.3853827799999,wi +55057,54618,0.061429447000000005,449.0,,1639.367652089,wi +55057,54637,0.005594182,449.0,,149.29193503399998,wi +55057,54646,0.11143077900000001,449.0,,2973.753199173,wi +55059,53104,0.033928271,451.0,16980.0,5752.911559031,wi +55059,53140,0.181899112,451.0,16980.0,30842.995329832,wi +55059,53142,0.204995238,451.0,16980.0,34759.197550518,wi +55059,53143,0.146084553,451.0,16980.0,24770.242891233,wi +55059,53144,0.169740962,451.0,16980.0,28781.447257682,wi +55059,53158,0.10474809,451.0,16980.0,17761.19088849,wi +55059,53168,0.051751507999999995,451.0,16980.0,8775.037447988,wi +55059,53170,0.01434948,451.0,16980.0,2433.11217828,wi +55059,53179,0.045376728,451.0,16980.0,7694.123376408,wi +55059,53181,0.046808564000000004,451.0,16980.0,7936.906920404001,wi +55059,53192,0.00031749400000000003,451.0,16980.0,53.834600134000006,wi +55061,54201,0.24900408,447.0,24580.0,5088.14937072,wi +55061,54205,0.09388049,447.0,24580.0,1918.3539326599998,wi +55061,54216,0.303479722,447.0,24580.0,6201.304639348,wi +55061,54217,0.35363570899999996,447.0,24580.0,7226.1920777059995,wi +55063,54601,0.434817245,448.0,29100.0,51315.39198592,wi +55063,54603,0.118792883,448.0,29100.0,14019.460880128001,wi +55063,54614,0.024156037999999998,448.0,29100.0,2850.7989806079995,wi +55063,54636,0.12684489599999998,448.0,29100.0,14969.727246335999,wi +55063,54644,0.012729033,448.0,29100.0,1502.229558528,wi +55063,54650,0.20680823399999998,448.0,29100.0,24406.680543743998,wi +55063,54653,0.00807771,448.0,29100.0,953.29902336,wi +55063,54669,0.067773961,448.0,29100.0,7998.411781375999,wi +55065,53504,0.125086778,449.0,,2084.5711553700003,wi +55065,53510,0.094540865,193.0,,1575.523515225,wi +55065,53516,0.143641527,449.0,,2393.786047455,wi +55065,53530,0.278131903,449.0,,4635.068163495001,wi +55065,53541,0.06027137900000001,449.0,,1004.4225310350001,wi +55065,53586,0.140801515,449.0,,2346.457247475,wi +55065,53587,0.074534553,449.0,,1242.118325745,wi +55065,53599,0.002461344,449.0,,41.018297759999996,wi +55065,53803,0.080530136,193.0,,1342.03471644,wi +55067,54409,0.670335977,446.0,,12863.077062653001,wi +55067,54418,0.049092237000000004,446.0,,942.030935793,wi +55067,54424,0.080394407,446.0,,1542.688275923,wi +55067,54428,0.050292154000000006,446.0,,965.0561431060001,wi +55067,54430,0.008660267,446.0,,166.18186346299998,wi +55067,54462,0.018572621,446.0,,356.390024369,wi +55067,54465,0.028537145,456.0,,547.599275405,wi +55067,54485,0.016903172,446.0,,324.354967508,wi +55067,54491,0.07721202,446.0,,1481.6214517800001,wi +55069,54435,0.067164179,456.0,48140.0,1853.261191147,wi +55069,54442,0.036994515,456.0,48140.0,1020.789652395,wi +55069,54452,0.5900944,456.0,48140.0,16282.4747792,wi +55069,54487,0.30574690600000004,456.0,48140.0,8436.474377258,wi +55071,53015,0.031603319,451.0,,2496.0617379389996,wi +55071,53042,0.079272736,451.0,,6261.039962016,wi +55071,53063,0.018851515,447.0,,1488.911506215,wi +55071,54207,0.0016689,446.0,,131.8113909,wi +55071,54208,0.074830172,447.0,,5910.161814732,wi +55071,54214,0.002585619,447.0,,204.214774239,wi +55071,54220,0.45905319299999997,447.0,,36256.480236332995,wi +55071,54227,0.018451919,447.0,,1457.351014539,wi +55071,54228,0.032837365,447.0,,2593.527925065,wi +55071,54230,0.05521472400000001,447.0,,4360.914116244001,wi +55071,54232,0.00943751,447.0,,745.38397731,wi +55071,54241,0.166478622,447.0,,13148.648044181999,wi +55071,54245,0.025597631000000003,447.0,,2021.726494011,wi +55071,54247,0.024116776,447.0,,1904.767085256,wi +55073,54401,0.24319461,456.0,48140.0,32999.563020120004,wi +55073,54403,0.193793103,456.0,48140.0,26296.173732276,wi +55073,54408,0.008212446,446.0,48140.0,1114.363222632,wi +55073,54411,0.041371383,450.0,48140.0,5613.765702035999,wi +55073,54417,0.000214031,456.0,48140.0,29.042294452,wi +55073,54426,0.036504162,450.0,48140.0,4953.322750104,wi +55073,54427,0.009076496,456.0,48140.0,1231.607895232,wi +55073,54440,0.022742767,456.0,48140.0,3086.011539764,wi +55073,54448,0.035568767,456.0,48140.0,4826.397131764,wi +55073,54455,0.14216409,456.0,48140.0,19290.52970028,wi +55073,54471,0.014680935,456.0,48140.0,1992.08543202,wi +55073,54474,0.031145462000000002,456.0,48140.0,4226.190029704,wi +55073,54476,0.149948474,456.0,48140.0,20346.808334008,wi +55073,54479,0.031557668999999997,450.0,48140.0,4282.123221948,wi +55073,54484,0.039825604,450.0,48140.0,5404.015857968,wi +55075,54102,0.018822606000000002,447.0,,759.4921521000001,wi +55075,54104,0.027206171,447.0,,1097.76899985,wi +55075,54112,0.054158295,447.0,,2185.28720325,wi +55075,54114,0.12173491300000001,447.0,,4912.00373955,wi +55075,54119,0.018060463,447.0,,728.7396820499999,wi +55075,54125,0.012194277,447.0,,492.03907695,wi +55075,54143,0.346566895,447.0,,13983.97421325,wi +55075,54151,0.076629945,447.0,,3092.01828075,wi +55075,54156,0.035150927,447.0,,1418.33990445,wi +55075,54157,0.130949906,447.0,,5283.8287071,wi +55075,54159,0.027159981,447.0,,1095.90523335,wi +55075,54161,0.064874477,447.0,,2617.68514695,wi +55075,54177,0.066491143,447.0,,2682.91762005,wi +55077,53920,0.028520626,449.0,,444.180229324,wi +55077,53930,0.09665718300000001,449.0,,1505.338968042,wi +55077,53949,0.425746799,452.0,,6630.580647626,wi +55077,53953,0.01571835,452.0,,244.79758289999998,wi +55077,53964,0.257539118,449.0,,4010.914223732,wi +55077,54960,0.17581792300000001,452.0,,2738.1883328020003,wi +55078,54135,0.73698324,446.0,,3357.69564144,wi +55078,54150,0.26301676,446.0,,1198.30435856,wi +55079,53110,0.019227847,451.0,33340.0,18184.274831922,wi +55079,53129,0.014893749,451.0,33340.0,14085.405666773999,wi +55079,53130,0.007957724000000001,451.0,33340.0,7525.826487624001,wi +55079,53132,0.037661388999999997,451.0,33340.0,35617.354773413994,wi +55079,53154,0.037559743,451.0,33340.0,35521.225508418,wi +55079,53172,0.022099083,451.0,33340.0,20899.677369258,wi +55079,53202,0.026031837000000002,451.0,33340.0,24618.985078662,wi +55079,53203,0.001624239,451.0,33340.0,1536.085052514,wi +55079,53204,0.04015643,451.0,33340.0,37976.97991818,wi +55079,53205,0.009965493,451.0,33340.0,9424.625832918,wi +55079,53206,0.023856405,451.0,33340.0,22561.62247503,wi +55079,53207,0.039027846,451.0,33340.0,36909.648686196,wi +55079,53208,0.031090032000000004,451.0,33340.0,29402.651603232003,wi +55079,53209,0.048211607999999996,451.0,33340.0,45594.971187407995,wi +55079,53210,0.028490202000000003,451.0,33340.0,26943.924776652002,wi +55079,53211,0.037418277,451.0,33340.0,35387.437434102,wi +55079,53212,0.032414572999999995,451.0,33340.0,30655.304464997997,wi +55079,53213,0.028893642,451.0,33340.0,27325.468474092002,wi +55079,53214,0.037158399,451.0,33340.0,35141.664052674,wi +55079,53215,0.063856698,451.0,33340.0,60390.939572748,wi +55079,53216,0.035956462,451.0,33340.0,34004.960981412005,wi +55079,53217,0.030581802,451.0,33340.0,28922.005278252003,wi +55079,53218,0.044828999,451.0,33340.0,42395.949908274,wi +55079,53219,0.036066491,451.0,33340.0,34109.018267466,wi +55079,53220,0.027118506,451.0,33340.0,25646.676205356,wi +55079,53221,0.042134858,451.0,33340.0,39848.030716908,wi +55079,53222,0.02777868,451.0,33340.0,26271.01992168,wi +55079,53223,0.029965639,451.0,33340.0,28339.283908914,wi +55079,53224,0.023478113999999998,451.0,33340.0,22203.862840764,wi +55079,53225,0.028125534,451.0,33340.0,26599.048767684002,wi +55079,53226,0.019812573,451.0,33340.0,18737.265412998,wi +55079,53227,0.025035288,451.0,33340.0,23676.522779087998,wi +55079,53228,0.015707963999999998,451.0,33340.0,14855.429961863998,wi +55079,53233,0.015693293,451.0,33340.0,14841.555215718,wi +55079,53235,0.009930912,451.0,33340.0,9391.921682112,wi +55079,53295,0.000189669,451.0,33340.0,179.374904694,wi +55081,54619,0.086259795,448.0,,3989.774298135,wi +55081,54638,0.033726962,449.0,,1559.9731733859999,wi +55081,54648,0.036839201,448.0,,1703.9235638530001,wi +55081,54656,0.386800574,448.0,,17890.686949222,wi +55081,54660,0.354530405,448.0,,16398.094822465,wi +55081,54666,0.062024059000000006,448.0,,2868.7988009270002,wi +55081,54670,0.039819005,448.0,,1841.7484382649998,wi +55083,54101,0.078677376,447.0,24580.0,2984.23287168,wi +55083,54124,0.101512575,447.0,24580.0,3850.3719697499996,wi +55083,54138,0.022864513,447.0,24580.0,867.25097809,wi +55083,54139,0.094272146,447.0,24580.0,3575.74249778,wi +55083,54141,0.067157179,447.0,24580.0,2547.2717994699997,wi +55083,54149,0.03766782,447.0,24580.0,1428.7404126,wi +55083,54153,0.205165035,447.0,24580.0,7781.9097775499995,wi +55083,54154,0.16702820000000002,447.0,24580.0,6335.379626000001,wi +55083,54171,0.10810810800000001,447.0,24580.0,4100.54053644,wi +55083,54174,0.091458052,447.0,24580.0,3469.00391236,wi +55083,54175,0.026088996,446.0,24580.0,989.55561828,wi +55085,54463,0.018833652,456.0,,670.38384294,wi +55085,54501,0.632823454,456.0,,22525.350845129997,wi +55085,54529,0.038655194,456.0,,1375.9316304299998,wi +55085,54531,0.042415550999999996,450.0,,1509.7815378449998,wi +55085,54539,0.038814532,450.0,,1381.60326654,wi +55085,54548,0.15423836800000001,450.0,,5490.114708960001,wi +55085,54562,0.061217336,456.0,,2179.03107492,wi +55085,54564,0.013001912,456.0,,462.80305763999996,wi +55087,54106,0.032859239,446.0,11540.0,6173.758119515,wi +55087,54113,0.022192108,446.0,11540.0,4169.56421158,wi +55087,54130,0.159758311,446.0,11540.0,30016.190262235,wi +55087,54136,0.039119029,446.0,11540.0,7349.8787636649995,wi +55087,54140,0.058812194000000005,446.0,11540.0,11049.92906969,wi +55087,54165,0.048555337000000004,447.0,11540.0,9122.819492245,wi +55087,54170,0.022229405,446.0,11540.0,4176.571758425001,wi +55087,54911,0.167391899,446.0,11540.0,31450.426943615003,wi +55087,54913,0.128670711,446.0,11540.0,24175.296536235,wi +55087,54914,0.19289106600000003,446.0,11540.0,36241.33793541,wi +55087,54922,0.008373325,446.0,11540.0,1573.2221676249999,wi +55087,54931,0.002007857,446.0,11540.0,377.246212445,wi +55087,54942,0.060291668,446.0,11540.0,11327.90004218,wi +55087,54944,0.05684785,446.0,11540.0,10680.858297249999,wi +55089,53004,0.037404256000000004,451.0,33340.0,3337.2451245760003,wi +55089,53012,0.203869945,451.0,33340.0,18189.480362845,wi +55089,53021,0.055927737000000005,451.0,33340.0,4989.928622877001,wi +55089,53024,0.189957795,451.0,33340.0,16948.224427695,wi +55089,53074,0.144626069,451.0,33340.0,12903.682502249,wi +55089,53080,0.064893593,451.0,33340.0,5789.871261053,wi +55089,53092,0.23354771,451.0,33340.0,20837.36023391,wi +55089,53097,0.069772895,451.0,33340.0,6225.207464795,wi +55091,54721,0.168839808,253.0,,1230.335680896,wi +55091,54736,0.54989356,253.0,,4007.07437172,wi +55091,54759,0.18919638100000002,253.0,,1378.674028347,wi +55091,54769,0.09207025,253.0,,670.9159117500001,wi +55093,54003,0.023141381000000003,256.0,33460.0,989.3866032740001,wi +55093,54011,0.140001235,256.0,33460.0,5985.61280119,wi +55093,54014,0.042823907,253.0,33460.0,1830.893319878,wi +55093,54021,0.136233555,256.0,33460.0,5824.529410470001,wi +55093,54022,0.47478948299999996,256.0,33460.0,20299.149556181997,wi +55093,54723,0.023635503,253.0,33460.0,1010.512295262,wi +55093,54740,0.038212102000000005,251.0,33460.0,1633.7202089080001,wi +55093,54750,0.021864899,253.0,33460.0,934.811891846,wi +55093,54761,0.023923741000000002,253.0,33460.0,1022.8356227140001,wi +55093,54767,0.075374194,251.0,33460.0,3222.5482902760004,wi +55095,54001,0.176202876,256.0,,7714.690519908,wi +55095,54004,0.05402468,256.0,,2365.36256444,wi +55095,54005,0.066659119,256.0,,2918.536207177,wi +55095,54006,0.015872297,256.0,,694.936779551,wi +55095,54009,0.06111174,256.0,,2675.65531242,wi +55095,54020,0.156187026,256.0,,6838.336559358,wi +55095,54024,0.108185215,256.0,,4736.673268345,wi +55095,54026,0.04347333900000001,256.0,,1903.3932014370002,wi +55095,54810,0.050469829,256.0,,2209.720523107,wi +55095,54824,0.049450923,256.0,,2165.109761709,wi +55095,54837,0.08477301,251.0,,3711.61669683,wi +55095,54853,0.094622439,256.0,,4142.854246737,wi +55095,54858,0.038967508,256.0,,1706.1144027639998,wi +55097,54406,0.04981192,450.0,,3525.28920224,wi +55097,54407,0.022554955,450.0,,1596.25927526,wi +55097,54423,0.034530387,450.0,,2443.784548764,wi +55097,54443,0.031665099,450.0,,2241.002386428,wi +55097,54458,0.0011167269999999999,450.0,,79.03300324399999,wi +55097,54467,0.20669742600000002,450.0,,14628.390232872001,wi +55097,54473,0.039291172,450.0,,2780.714824784,wi +55097,54481,0.42698659899999997,450.0,,30218.695584428,wi +55097,54482,0.139252968,450.0,,9855.211051296,wi +55097,54909,0.030945103999999998,450.0,,2190.046900288,wi +55097,54921,0.017147643,450.0,,1213.572990396,wi +55099,54459,0.094548745,450.0,,1262.320294495,wi +55099,54513,0.032647214,456.0,,435.87295411400004,wi +55099,54515,0.03377818,450.0,,450.97248118,wi +55099,54524,0.042599713,450.0,,568.748768263,wi +55099,54537,0.037171077000000004,450.0,,496.27104902700006,wi +55099,54552,0.313654528,450.0,,4187.601603328,wi +55099,54555,0.356028048,450.0,,4753.330468848,wi +55099,54556,0.089572495,450.0,,1195.882380745,wi +55101,53105,0.143324747,451.0,39540.0,28136.224408317,wi +55101,53108,0.015833511,451.0,39540.0,3108.2923779210005,wi +55101,53126,0.034935407,451.0,39540.0,6858.204683577001,wi +55101,53139,0.012390812,451.0,39540.0,2432.452694532,wi +55101,53167,0.004401426,451.0,39540.0,864.048339486,wi +55101,53177,0.039946931,451.0,39540.0,7842.021971540999,wi +55101,53182,0.047059906,451.0,39540.0,9238.377206766,wi +55101,53185,0.09165520699999999,451.0,39540.0,17992.925341377,wi +55101,53402,0.161158025,451.0,39540.0,31637.093045775004,wi +55101,53403,0.12677461199999998,451.0,39540.0,24887.250856331997,wi +55101,53404,0.076121904,451.0,39540.0,14943.567096144001,wi +55101,53405,0.120320156,451.0,39540.0,23620.170144516,wi +55101,53406,0.126077357,451.0,39540.0,24750.372030027,wi +55103,53518,0.07779438799999999,449.0,,1342.108781776,wi +55103,53540,0.011787029,449.0,,203.349824308,wi +55103,53556,0.149781509,449.0,,2584.0305932680003,wi +55103,53581,0.5825092,449.0,,10049.448718399999,wi +55103,53924,0.083774149,449.0,,1445.271618548,wi +55103,54664,0.094353726,448.0,,1627.790480952,wi +55105,53501,0.001326903,449.0,27500.0,216.75491266199998,wi +55105,53505,0.0026719820000000003,449.0,27500.0,436.47894762800007,wi +55105,53511,0.298044182,449.0,27500.0,48686.709306428,wi +55105,53521,0.022514935,449.0,27500.0,3677.90469199,wi +55105,53525,0.024926384,449.0,27500.0,4071.824531936,wi +55105,53534,0.07289482900000001,449.0,27500.0,11907.661896466001,wi +55105,53536,0.052845873,449.0,27500.0,8632.584738042,wi +55105,53537,0.00514402,449.0,27500.0,840.29624308,wi +55105,53545,0.142384547,449.0,27500.0,23259.085290638,wi +55105,53546,0.18605722,449.0,27500.0,30393.19111588,wi +55105,53548,0.109508864,449.0,27500.0,17888.710969855998,wi +55105,53563,0.06789622299999999,449.0,27500.0,11091.119611941998,wi +55105,53576,0.013784036000000001,449.0,27500.0,2251.6774167440003,wi +55107,54526,0.064023885,450.0,,907.7306415300001,wi +55107,54530,0.068253442,450.0,,967.6973006759999,wi +55107,54563,0.062945762,450.0,,892.445013636,wi +55107,54731,0.056642893,450.0,,803.082936954,wi +55107,54819,0.196550008,450.0,,2786.686013424,wi +55107,54848,0.475783712,450.0,,6745.661468736001,wi +55107,54895,0.075800299,450.0,,1074.696639222,wi +55109,54002,0.079612327,256.0,33460.0,7219.803098648999,wi +55109,54007,0.013884569,256.0,33460.0,1259.1499089029999,wi +55109,54013,0.04322132,251.0,33460.0,3919.61184684,wi +55109,54015,0.043793623,256.0,33460.0,3971.5122890009998,wi +55109,54016,0.396668201,256.0,33460.0,35972.649144087,wi +55109,54017,0.218781492,256.0,33460.0,19840.637165004,wi +55109,54023,0.051681450999999996,256.0,33460.0,4686.8357468369995,wi +55109,54025,0.091580925,256.0,33460.0,8305.199345474999,wi +55109,54027,0.012416487,256.0,33460.0,1126.0139565690001,wi +55109,54028,0.02969755,256.0,33460.0,2693.18171685,wi +55109,54082,0.018662055,256.0,33460.0,1692.405781785,wi +55111,53561,0.028836911,449.0,,1858.308218662,wi +55111,53577,0.022669016,449.0,,1460.836729072,wi +55111,53578,0.100528677,449.0,,6478.269003234,wi +55111,53583,0.095786607,449.0,,6172.6805282939995,wi +55111,53588,0.065427748,449.0,,4216.294936615999,wi +55111,53913,0.328868952,449.0,,21192.973004784,wi +55111,53937,0.018263377,449.0,,1176.928540634,wi +55111,53941,0.047869273,449.0,,3084.791690666,wi +55111,53943,0.016933675,449.0,,1091.23988435,wi +55111,53951,0.036654917999999995,449.0,,2362.1162257559995,wi +55111,53959,0.223822493,449.0,,14423.569093906,wi +55111,53961,0.014338353,449.0,,923.992144026,wi +55113,54828,0.042398185,250.0,,702.0291472299999,wi +55113,54835,0.055475935,450.0,,918.57053173,wi +55113,54843,0.691329273,250.0,,11447.030102334,wi +55113,54862,0.012301445,450.0,,203.68732631,wi +55113,54867,0.027946972,450.0,,462.745962376,wi +55113,54876,0.086587842,250.0,,1433.721487836,wi +55113,54896,0.083960349,450.0,,1390.215458742,wi +55115,54107,0.097915987,446.0,,4004.6659523129997,wi +55115,54111,0.061459354,446.0,,2513.626119246,wi +55115,54127,0.002530199,446.0,,103.48260890099999,wi +55115,54128,0.04440091400000001,446.0,,1815.9529816860002,wi +55115,54137,0.029464577000000002,447.0,,1205.0717347230002,wi +55115,54166,0.45203504200000005,446.0,,18487.781182758,wi +55115,54414,0.095603439,456.0,,3910.085051661,wi +55115,54416,0.051501795999999996,446.0,,2106.3719546039997,wi +55115,54450,0.011617151000000001,446.0,,475.12985874900005,wi +55115,54486,0.055147459,446.0,,2255.4759256410002,wi +55115,54499,0.080857547,456.0,,3306.992814753,wi +55115,54928,0.01047448,446.0,,428.39575751999996,wi +55115,54948,0.006992056,446.0,,285.968098344,wi +55117,53001,0.015842013999999998,451.0,43100.0,1827.2178947599998,wi +55117,53011,0.018967014,451.0,43100.0,2187.65539476,wi +55117,53013,0.028576389,451.0,43100.0,3296.00070726,wi +55117,53020,0.03234375,451.0,43100.0,3730.528125,wi +55117,53023,0.021493056,451.0,43100.0,2479.00907904,wi +55117,53031,0.0,451.0,43100.0,0.0,wi +55117,53044,0.020564236,451.0,43100.0,2371.87898024,wi +55117,53070,0.042934028,451.0,43100.0,4952.01078952,wi +55117,53073,0.128064236,451.0,43100.0,14770.92898024,wi +55117,53075,0.028628472000000002,451.0,43100.0,3302.0079604800003,wi +55117,53081,0.36980034700000003,451.0,43100.0,42652.77202298,wi +55117,53083,0.17564236100000002,451.0,43100.0,20258.589917740002,wi +55117,53085,0.09953125,451.0,43100.0,11479.934375,wi +55117,53093,0.017612847,451.0,43100.0,2031.46577298,wi +55119,54433,0.101791757,450.0,,2070.7497126509998,wi +55119,54447,0.024185942999999998,450.0,,492.01463844899996,wi +55119,54451,0.636878016,450.0,,12956.009479488,wi +55119,54470,0.111222056,450.0,,2262.590285208,wi +55119,54480,0.078437899,450.0,,1595.662179357,wi +55119,54490,0.047484329000000006,450.0,,965.9737048470001,wi +55121,54612,0.167345598,448.0,,4961.629635102,wi +55121,54616,0.089454665,448.0,,2652.241362585,wi +55121,54625,0.007785808000000001,448.0,,230.84142139200003,wi +55121,54627,0.056504599,448.0,,1675.304855751,wi +55121,54630,0.13695795,448.0,,4060.6662595499997,wi +55121,54661,0.11767411300000001,448.0,,3488.9197763370003,wi +55121,54747,0.088370565,448.0,,2620.098881685,wi +55121,54758,0.146944809,251.0,,4356.7666420410005,wi +55121,54760,0.009165572,448.0,,271.75004422800004,wi +55121,54770,0.067049934,251.0,,1987.9634931660003,wi +55121,54773,0.11274638599999999,448.0,,3342.8175985139997,wi +55123,54621,0.045361353,448.0,,1398.127622166,wi +55123,54623,0.06919528400000001,448.0,,2132.7370434480003,wi +55123,54624,0.047699897000000005,448.0,,1470.2062253340002,wi +55123,54632,0.034757817,448.0,,1071.305435574,wi +55123,54634,0.141754229,449.0,,4369.148846238,wi +55123,54639,0.082585853,448.0,,2545.4611611660002,wi +55123,54651,0.047219375,448.0,,1455.39557625,wi +55123,54652,0.032195028,448.0,,992.3151530160001,wi +55123,54658,0.083034341,448.0,,2559.284458302,wi +55123,54665,0.257400051,448.0,,7933.584371922,wi +55123,54667,0.158796771,448.0,,4894.434075762,wi +55125,54512,0.034333168,450.0,,762.02466376,wi +55125,54519,0.053296975999999996,456.0,,1182.92638232,wi +55125,54521,0.321517105,456.0,,7136.072145475001,wi +55125,54538,0.124938027,450.0,,2772.9995092649997,wi +55125,54540,0.03660552,456.0,,812.4595164000001,wi +55125,54545,0.034002644,450.0,,754.68868358,wi +55125,54554,0.039662866,456.0,,880.3173108699999,wi +55125,54557,0.036894727999999995,450.0,,818.8784879599999,wi +55125,54558,0.08647331,450.0,,1919.27511545,wi +55125,54560,0.022682201000000003,450.0,,503.4314511950001,wi +55125,54561,0.0,456.0,,0.0,wi +55125,54568,0.209593456,450.0,,4651.926755920001,wi +55127,53114,0.028874262,451.0,,2999.111845416,wi +55127,53115,0.15571580699999998,451.0,,16173.889441475998,wi +55127,53120,0.091201239,451.0,,9472.890292452,wi +55127,53121,0.181066692,451.0,,18807.035164656,wi +55127,53125,0.016842513,451.0,,1749.398140284,wi +55127,53128,0.087126125,451.0,,9049.6163515,wi +55127,53147,0.16121382199999998,451.0,,16744.957263496,wi +55127,53184,0.040780176,451.0,,4235.755320768,wi +55127,53190,0.18661310600000003,449.0,,19383.130094008004,wi +55127,53191,0.027683671,451.0,,2875.447539428,wi +55127,53195,0.001171232,451.0,,121.65352537599999,wi +55127,53585,0.021711354,451.0,,2255.1149172719997,wi +55129,54801,0.384287524,251.0,,6040.99987728,wi +55129,54817,0.120493031,450.0,,1894.15044732,wi +55129,54859,0.09779979300000001,251.0,,1537.4127459600002,wi +55129,54870,0.08852666699999999,450.0,,1391.63920524,wi +55129,54871,0.17238797399999997,251.0,,2709.9389512799994,wi +55129,54875,0.062320009,251.0,,979.67054148,wi +55129,54888,0.074185002,251.0,,1166.18823144,wi +55131,53002,0.017708519,451.0,33340.0,2408.960673646,wi +55131,53017,0.042818500999999995,451.0,33340.0,5824.771965034,wi +55131,53022,0.141497236,451.0,33340.0,19248.435002023998,wi +55131,53027,0.17058290199999998,451.0,33340.0,23205.074490667997,wi +55131,53033,0.037096487000000004,451.0,33340.0,5046.383512558001,wi +55131,53037,0.074133524,451.0,33340.0,10084.679803816001,wi +55131,53040,0.0605939,451.0,33340.0,8242.8305926,wi +55131,53076,0.030334106,451.0,33340.0,4126.469775604,wi +55131,53086,0.06109179,451.0,33340.0,8310.56056086,wi +55131,53090,0.159138874,451.0,33340.0,21648.297585716,wi +55131,53095,0.20500416100000002,451.0,33340.0,27887.536037474,wi +55133,53005,0.04954841,451.0,33340.0,20027.368225180002,wi +55133,53007,0.004550617,451.0,33340.0,1839.350290166,wi +55133,53018,0.01968049,451.0,33340.0,7954.81469702,wi +55133,53029,0.053151705,451.0,33340.0,21483.81285759,wi +55133,53045,0.053340177999999995,451.0,33340.0,21559.993267243997,wi +55133,53046,0.002918843,451.0,33340.0,1179.790502914,wi +55133,53051,0.09127521400000001,451.0,33340.0,36893.258948372,wi +55133,53058,0.008166312,451.0,33340.0,3300.806977776,wi +55133,53066,0.08659316199999999,451.0,33340.0,35000.782894075994,wi +55133,53069,0.001569777,451.0,33340.0,634.500723846,wi +55133,53072,0.062882835,451.0,33340.0,25417.11614133,wi +55133,53089,0.047492572999999996,451.0,33340.0,19196.403021454,wi +55133,53103,0.009304586,451.0,33340.0,3760.895052028,wi +55133,53118,0.018088394,451.0,33340.0,7311.292678012001,wi +55133,53119,0.014304066,451.0,33340.0,5781.674869068001,wi +55133,53122,0.015305945,451.0,33340.0,6186.63235711,wi +55133,53146,0.020444299,451.0,33340.0,8263.544767202,wi +55133,53149,0.048873877,451.0,33340.0,19754.723335646002,wi +55133,53150,0.063540008,451.0,33340.0,25682.744153583997,wi +55133,53151,0.077769677,451.0,33340.0,31434.347904045997,wi +55133,53153,0.006036078,451.0,33340.0,2439.770655444,wi +55133,53183,0.007236349,451.0,33340.0,2924.9177931020004,wi +55133,53186,0.08260796200000001,451.0,33340.0,33389.973024476,wi +55133,53188,0.088777955,451.0,33340.0,35883.87185509,wi +55133,53189,0.06617614200000001,451.0,33340.0,26748.264244116002,wi +55133,53702,0.000364545,449.0,33340.0,147.34835991,wi +55135,54929,0.147567733,446.0,,7524.478705670001,wi +55135,54933,0.0059999319999999995,446.0,,305.93653267999997,wi +55135,54940,0.067987898,446.0,,3466.70291902,wi +55135,54945,0.056531937000000004,446.0,,2882.56346763,wi +55135,54946,0.00163171,446.0,,83.2008929,wi +55135,54949,0.057279804000000004,446.0,,2920.6972059600002,wi +55135,54950,0.049308223,446.0,,2514.22629077,wi +55135,54961,0.231991705,446.0,,11829.25703795,wi +55135,54962,0.019682497,446.0,,1003.61052203,wi +55135,54977,0.02651528,446.0,,1352.0141271999998,wi +55135,54981,0.25927185,446.0,,13220.271631500002,wi +55135,54983,0.076231431,446.0,,3887.0406666900003,wi +55137,54930,0.07522667200000001,450.0,,1838.7655436960001,wi +55137,54943,0.09194371,450.0,,2247.38010353,wi +55137,54965,0.064601436,452.0,,1579.052900148,wi +55137,54966,0.093549301,450.0,,2286.625564343,wi +55137,54967,0.016622592,452.0,,406.30601625599996,wi +55137,54970,0.173970533,452.0,,4252.361738119001,wi +55137,54982,0.33429354,452.0,,8171.13699822,wi +55137,54984,0.149792218,452.0,,3661.371184574,wi +55139,54901,0.182876206,452.0,36780.0,31437.699944842003,wi +55139,54902,0.104178937,452.0,36780.0,17909.088522859,wi +55139,54904,0.10121989699999999,452.0,36780.0,17400.408833578997,wi +55139,54915,0.20282145399999998,446.0,36780.0,34866.427692777994,wi +55139,54927,0.00227111,452.0,36780.0,390.41970676999995,wi +55139,54947,0.011666533,452.0,36780.0,2005.558688431,wi +55139,54952,0.12583929800000002,452.0,36780.0,21632.656201286,wi +55139,54956,0.20607734,452.0,36780.0,35426.13728738,wi +55139,54963,0.032163067999999996,452.0,36780.0,5529.056530675999,wi +55139,54964,0.004612898,452.0,36780.0,792.989456486,wi +55139,54980,0.00048532,452.0,36780.0,83.42990524000001,wi +55139,54985,0.001955417,452.0,36780.0,336.14987021900004,wi +55139,54986,0.023832522000000002,452.0,36780.0,4096.977359454,wi +55141,54410,0.030172205,450.0,,2202.540792795,wi +55141,54412,0.024500556,450.0,,1788.516087444,wi +55141,54413,0.001680936,450.0,,122.70664706400001,wi +55141,54441,0.01139167,450.0,,831.58051833,wi +55141,54449,0.313125816,450.0,,22857.871442184,wi +55141,54454,0.016990761,450.0,,1240.308562239,wi +55141,54457,0.09597059,450.0,,7005.75709941,wi +55141,54466,0.033763847,450.0,,2464.727067153,wi +55141,54469,0.019893097,450.0,,1452.1761879029998,wi +55141,54475,0.020122866,450.0,,1468.949095134,wi +55141,54489,0.019227979,450.0,,1403.623239021,wi +55141,54494,0.32113142699999997,450.0,,23442.273039573,wi +55141,54495,0.092028249,450.0,,6717.970148751,wi +56001,82051,0.001048905,104.0,,40.7814264,wy +56001,82052,0.000314672,104.0,,12.23444736,wy +56001,82055,0.006739216,104.0,,262.02071808,wy +56001,82058,0.001232464,104.0,,47.91820032,wy +56001,82063,0.005611643,104.0,,218.18067984,wy +56001,82070,0.533263406,104.0,,20733.28122528,wy +56001,82072,0.444342468,104.0,,17276.03515584,wy +56001,82073,0.001258686,104.0,,48.93771168,wy +56001,82083,0.006004982,104.0,,233.47370016,wy +56001,82084,0.00018355799999999998,104.0,,7.13673504,wy +56003,82410,0.192912382,274.0,,2274.43698378,wy +56003,82411,0.049630322000000004,274.0,,585.14149638,wy +56003,82412,0.044446333,274.0,,524.02226607,wy +56003,82420,0.074700433,274.0,,880.71810507,wy +56003,82421,0.026174896,274.0,,308.60202384,wy +56003,82422,0.0011897680000000001,274.0,,14.027364720000001,wy +56003,82423,0.012322597,274.0,,145.28341863,wy +56003,82426,0.23183479199999998,274.0,,2733.33219768,wy +56003,82428,0.015297017,274.0,,180.35183043,wy +56003,82431,0.300331435,274.0,,3540.9076186499997,wy +56003,82432,0.021755757999999997,274.0,,256.50038681999996,wy +56003,82434,0.010622929,274.0,,125.24433291,wy +56003,82441,0.018781338,274.0,,221.43197502,wy +56005,82716,0.37358514299999995,274.0,,17312.309111763,wy +56005,82718,0.552108661,274.0,,25585.267459401,wy +56005,82725,0.013205332,274.0,,611.948290212,wy +56005,82727,0.021023728,274.0,,974.2605792479999,wy +56005,82731,0.001865515,274.0,,86.44983061500001,wy +56005,82732,0.038211621,274.0,,1770.764728761,wy +56007,82301,0.5979408310000001,457.0,,8849.5242988,wy +56007,82321,0.038120682999999995,103.0,,564.1861084,wy +56007,82323,0.009318389,103.0,,137.9121572,wy +56007,82324,0.014792128,457.0,,218.9234944,wy +56007,82325,0.064186107,104.0,,949.9543836000001,wy +56007,82327,0.0622312,457.0,,921.02176,wy +56007,82329,0.023849863,104.0,,352.9779724,wy +56007,82331,0.145379904,457.0,,2151.6225792,wy +56007,82332,0.012250748999999998,103.0,,181.31108519999998,wy +56007,82334,0.02873713,457.0,,425.309524,wy +56007,82335,0.003193014,457.0,,47.256607200000005,wy +56009,82229,7.140000000000001e-05,457.0,,0.9868908000000002,wy +56009,82633,0.708791209,457.0,,9796.912090798,wy +56009,82637,0.291137434,457.0,,4024.1016127479998,wy +56011,82710,0.036976171,370.0,,280.427280864,wy +56011,82711,0.016707751,370.0,,126.711583584,wy +56011,82712,0.034374144,370.0,,260.693508096,wy +56011,82714,0.010545056,370.0,,79.973704704,wy +56011,82720,0.114215283,370.0,,866.208706272,wy +56011,82721,0.4213914000000001,457.0,,3195.8323776000007,wy +56011,82729,0.36579019399999996,457.0,,2774.1528312959995,wy +56013,82501,0.491266593,457.0,,19287.617707773,wy +56013,82510,0.010804471999999999,457.0,,424.19437519199994,wy +56013,82512,0.004541371,457.0,,178.298766831,wy +56013,82513,0.039549855,457.0,,1552.766857155,wy +56013,82514,0.043018265,457.0,,1688.940102165,wy +56013,82515,0.012476295,457.0,,489.831817995,wy +56013,82516,0.012126959,457.0,,476.11653729899996,wy +56013,82520,0.337982833,457.0,,13269.544006413,wy +56013,82523,0.022083042,457.0,,867.002311962,wy +56013,82642,0.001322487,457.0,,51.922162107,wy +56013,82649,0.024827827,457.0,,974.765315847,wy +56015,82212,0.040802626,457.0,,539.043492086,wy +56015,82217,0.003132926,457.0,,41.389085386,wy +56015,82219,0.000596748,103.0,,7.883637828,wy +56015,82221,0.034238401,104.0,,452.323515611,wy +56015,82223,0.09406236,457.0,,1242.65783796,wy +56015,82240,0.7824108609999999,457.0,,10336.429884670999,wy +56015,82243,0.011039833,457.0,,145.84723376300002,wy +56015,82244,0.033716246,457.0,,445.42532590599996,wy +56017,82430,0.016619901,457.0,,73.34362311299999,wy +56017,82443,0.983380099,457.0,,4339.656376887,wy +56019,82639,0.10107398599999999,457.0,,853.5698117699999,wy +56019,82640,0.00548926,457.0,,46.3568007,wy +56019,82834,0.8934367540000001,457.0,,7545.073387530001,wy +56021,82001,0.36990730299999997,104.0,16940.0,36805.776648499996,wy +56021,82005,0.005872844,104.0,16940.0,584.347978,wy +56021,82007,0.219300579,104.0,16940.0,21820.4076105,wy +56021,82009,0.35039595700000004,104.0,16940.0,34864.397721500005,wy +56021,82050,0.00228161,104.0,16940.0,227.020195,wy +56021,82053,0.010292824,104.0,16940.0,1024.135988,wy +56021,82054,0.015295995,104.0,16940.0,1521.9515025,wy +56021,82059,0.002025824,104.0,16940.0,201.56948799999998,wy +56021,82060,0.00627187,104.0,16940.0,624.051065,wy +56021,82061,0.0,104.0,16940.0,0.0,wy +56021,82081,0.001002681,104.0,16940.0,99.7667595,wy +56021,82082,0.017352514,104.0,16940.0,1726.575143,wy +56023,83101,0.162690144,423.0,,3226.14555552,wy +56023,83110,0.238956033,423.0,,4738.49813439,wy +56023,83111,0.037091061,423.0,,735.51573963,wy +56023,83112,0.022869347999999998,423.0,,453.49917084,wy +56023,83114,0.054698896,423.0,,1084.67910768,wy +56023,83116,0.035007292999999995,423.0,,694.1946201899999,wy +56023,83118,0.053552824000000006,423.0,,1061.95249992,wy +56023,83119,0.017972494,423.0,,356.39455602,wy +56023,83120,0.040529277,423.0,,803.69556291,wy +56023,83121,0.0,423.0,,0.0,wy +56023,83122,0.050166700999999994,423.0,,994.8056808299999,wy +56023,83123,0.024848927000000003,423.0,,492.75422241000007,wy +56023,83124,0.0066159619999999995,423.0,,131.19452646,wy +56023,83126,0.018649719,423.0,,369.82392776999995,wy +56023,83127,0.187382788,423.0,,3715.80068604,wy +56023,83128,0.048968535,423.0,,971.04604905,wy +56025,82601,0.35748384899999996,457.0,16220.0,28547.945213442,wy +56025,82604,0.336627525,457.0,16220.0,26882.400891449997,wy +56025,82609,0.21892940800000002,457.0,16220.0,17483.264664064,wy +56025,82620,0.00305033,457.0,16220.0,243.59325314,wy +56025,82630,0.0,457.0,16220.0,0.0,wy +56025,82635,0.002132751,457.0,16220.0,170.317229358,wy +56025,82636,0.055612732000000005,457.0,16220.0,4441.121552056001,wy +56025,82638,0.0,457.0,16220.0,0.0,wy +56025,82643,0.004439099,457.0,16220.0,354.497567942,wy +56025,82644,0.021352312999999998,457.0,16220.0,1705.153011554,wy +56025,82646,0.0,457.0,16220.0,0.0,wy +56025,82648,0.00037199199999999997,457.0,16220.0,29.706537135999998,wy +56027,82222,0.012308998,457.0,,28.999999287999998,wy +56027,82224,0.005093379,457.0,,12.000000924,wy +56027,82225,0.85229202,457.0,,2007.99999912,wy +56027,82227,0.115449915,457.0,,271.99999974,wy +56027,82242,0.014855688,103.0,,35.000000928,wy +56029,82190,0.035865612000000005,274.0,,1047.060676728,wy +56029,82414,0.520735328,274.0,,15202.347165632,wy +56029,82433,0.031928736,274.0,,932.127518784,wy +56029,82435,0.40049377799999997,274.0,,11692.015354931998,wy +56029,82440,0.006706035,274.0,,195.77598579,wy +56029,82450,0.00427051,274.0,,124.67326894,wy +56031,82201,0.7340063520000001,457.0,,6160.5153123360005,wy +56031,82210,0.046279492,457.0,,388.42377635599996,wy +56031,82213,0.056488203,457.0,,474.105487779,wy +56031,82214,0.15176951,457.0,,1273.80149743,wy +56031,82215,0.011456443,457.0,,96.153926099,wy +56033,82801,0.84520421,274.0,,25766.05034185,wy +56033,82831,0.008803866,274.0,,268.38585501,wy +56033,82832,0.026345402999999996,457.0,,803.1396104549999,wy +56033,82833,0.0031111409999999996,274.0,,94.84313338499999,wy +56033,82835,0.008373601999999999,457.0,,255.26925696999996,wy +56033,82836,0.030052294,274.0,,916.14418259,wy +56033,82837,0.0019527370000000002,457.0,,59.529187445000005,wy +56033,82838,0.008208115,274.0,,250.224385775,wy +56033,82839,0.045243927,274.0,,1379.2611145950002,wy +56033,82842,0.021149136000000002,274.0,,644.7314109600001,wy +56033,82844,0.00059575,274.0,,18.161438750000002,wy +56033,82845,0.00095982,274.0,,29.2601127,wy +56035,82922,0.023171102000000002,423.0,,227.79510376200002,wy +56035,82923,0.034503692999999995,423.0,,339.2058058829999,wy +56035,82925,0.027825559,423.0,,273.553070529,wy +56035,82941,0.527673783,423.0,,5187.560960673,wy +56035,83113,0.238793888,423.0,,2347.582712928,wy +56035,83115,0.148031974,423.0,,1455.3023363940001,wy +56037,82322,0.004465399,457.0,,189.078389857,wy +56037,82336,0.00362672,457.0,,153.56620496,wy +56037,82901,0.664619081,423.0,,28141.965746783,wy +56037,82929,0.002878709,423.0,,121.89317518700001,wy +56037,82932,0.006165424,423.0,,261.062548432,wy +56037,82934,0.00113335,423.0,,47.98943905,wy +56037,82935,0.294716323,423.0,,12479.173264789,wy +56037,82938,0.005372079,423.0,,227.469941097,wy +56037,82942,0.003196047,423.0,,135.330218121,wy +56037,82943,0.0059160869999999996,423.0,,250.50487184099998,wy +56037,82945,0.007910783000000001,423.0,,334.96628456900004,wy +56039,83001,0.772436475,423.0,,18124.4494494,wy +56039,83011,0.0017570729999999998,423.0,,41.227960872,wy +56039,83012,0.010182015,423.0,,238.91079996000002,wy +56039,83013,0.019012435,423.0,,446.10777484000005,wy +56039,83014,0.150973148,423.0,,3542.433944672,wy +56039,83025,0.028428546000000002,423.0,,667.047403344,wy +56039,83414,0.017210308,423.0,,403.822666912,wy +56041,82930,0.6874939409999999,423.0,,13905.252450666,wy +56041,82933,0.021085797000000003,423.0,,426.4813301220001,wy +56041,82936,0.0,423.0,,0.0,wy +56041,82937,0.212069801,423.0,,4289.323795026,wy +56041,82939,0.073630635,423.0,,1489.25322351,wy +56041,82944,0.005719825,423.0,,115.68918045000001,wy +56043,82401,0.9144062690000001,274.0,,7136.9409295450005,wy +56043,82442,0.08559373099999999,274.0,,668.059070455,wy +56045,82701,0.7553352609999999,457.0,,5232.207352947,wy +56045,82715,0.0,457.0,,0.0,wy +56045,82723,0.033870302000000005,457.0,,234.61958195400004,wy +56045,82730,0.210794438,457.0,,1460.173072026,wy diff --git a/safegraph_patterns/tests/sample_filtered_data.csv b/safegraph_patterns/tests/sample_filtered_data.csv new file mode 100644 index 000000000..30c5831c5 --- /dev/null +++ b/safegraph_patterns/tests/sample_filtered_data.csv @@ -0,0 +1,85 @@ +timestamp,zip,bars_visit_num,restaurants_visit_num +2020-06-08,23188,3.0, +2020-06-08,28078,5.0, +2020-06-08,30519,101.0, +2020-06-08,32822,6.0, +2020-06-08,46176,24.0, +2020-06-08,46714,6.0, +2020-06-08,46825,7.0, +2020-06-08,46835,21.0, +2020-06-08,48124,5.0, +2020-06-08,60056,1.0, +2020-06-09,23188,0.0, +2020-06-09,28078,4.0, +2020-06-09,30519,124.0, +2020-06-09,32822,17.0, +2020-06-09,46176,23.0, +2020-06-09,46714,14.0, +2020-06-09,46825,18.0, +2020-06-09,46835,23.0, +2020-06-09,48124,9.0, +2020-06-09,60056,1.0, +2020-06-10,23188,1.0, +2020-06-10,28078,3.0, +2020-06-10,30519,136.0, +2020-06-10,32822,6.0, +2020-06-10,46176,16.0, +2020-06-10,46714,7.0, +2020-06-10,46825,22.0, +2020-06-10,46835,23.0, +2020-06-10,48124,5.0, +2020-06-10,60056,2.0, +2020-06-11,23188,2.0, +2020-06-11,28078,5.0, +2020-06-11,30519,141.0, +2020-06-11,32822,7.0, +2020-06-11,46176,17.0, +2020-06-11,46714,13.0, +2020-06-11,46825,18.0, +2020-06-11,46835,20.0, +2020-06-11,48124,3.0, +2020-06-11,60056,2.0, +2020-06-12,23188,4.0, +2020-06-12,28078,9.0, +2020-06-12,30519,120.0, +2020-06-12,32822,11.0, +2020-06-12,46176,26.0, +2020-06-12,46714,10.0, +2020-06-12,46825,13.0, +2020-06-12,46835,26.0, +2020-06-12,48124,11.0, +2020-06-12,60056,2.0, +2020-06-13,23188,3.0, +2020-06-13,28078,6.0, +2020-06-13,30519,182.0, +2020-06-13,32822,3.0, +2020-06-13,46176,24.0, +2020-06-13,46714,10.0, +2020-06-13,46825,17.0, +2020-06-13,46835,18.0, +2020-06-13,48124,7.0, +2020-06-13,60056,6.0, +2020-06-14,23188,1.0, +2020-06-14,28078,6.0, +2020-06-14,30519,128.0, +2020-06-14,32822,2.0, +2020-06-14,46176,17.0, +2020-06-14,46714,6.0, +2020-06-14,46825,4.0, +2020-06-14,46835,20.0, +2020-06-14,48124,4.0, +2020-06-14,60056,3.0, +2020-06-08,29512,,2.0 +2020-06-08,38501,,5.0 +2020-06-09,29512,,2.0 +2020-06-09,38501,,11.0 +2020-06-10,29512,,3.0 +2020-06-10,38501,,8.0 +2020-06-11,29512,,4.0 +2020-06-11,38501,,19.0 +2020-06-12,29512,,2.0 +2020-06-12,38501,,16.0 +2020-06-13,29512,,11.0 +2020-06-13,38501,,10.0 +2020-06-14,29512,,5.0 +2020-06-14,38501,,8.0 diff --git a/safegraph_patterns/tests/sample_raw_data.csv b/safegraph_patterns/tests/sample_raw_data.csv new file mode 100644 index 000000000..597a9b092 --- /dev/null +++ b/safegraph_patterns/tests/sample_raw_data.csv @@ -0,0 +1,101 @@ +safegraph_place_id,location_name,street_address,city,region,postal_code,iso_country_code,safegraph_brand_ids,brands,date_range_start,date_range_end,raw_visit_counts,raw_visitor_counts,visits_by_day,visits_by_each_hour,poi_cbg,visitor_home_cbgs,visitor_daytime_cbgs,visitor_country_of_origin,distance_from_home,median_dwell,bucketed_dwell_times,related_same_day_brand,related_same_week_brand,device_type +sg:64737d12f42940ba9cd99b2ffa107b62,Wings Etc.,657 N Main St,Bluffton,IN,46714,US,SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,66,56,"[6,14,7,13,10,10,6]","[0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,5,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,2,1,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,1,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,1,2,0,0]",181790404002.0,"{""181790404003"":6,""181790405002"":5,""181790403001"":4,""181790402002"":4,""181790405003"":4,""181790407005"":4,""181790407001"":4,""181790403002"":4,""391079673002"":4,""181790401003"":4,""181790401002"":4}","{""181790405002"":5,""181790405003"":4,""181790407005"":4,""181790404001"":4,""181790406001"":4,""180010304002"":4,""180030108162"":4,""181790403001"":4,""180030103041"":4,""181790404003"":4,""181790407001"":4,""181790406004"":4,""181790404002"":4,""181790401004"":4,""180030039012"":4,""181790402003"":4,""391079673002"":4}","{""US"":53}",7126.0,47.0,"{""<5"":0,""5-20"":14,""21-60"":33,""61-240"":13,"">240"":6}","{""McDonald's"":20,""Chrysler"":15,""Walmart"":12,""Marathon"":9,""CITGO"":9,""Chevrolet"":9,""Phillips 66"":9,""Dairy Queen"":8,""Toyota"":8,""Advance Auto Parts"":7}","{""Walmart"":27,""Lowe's"":25,""Marathon"":22,""Kroger"":20,""McDonald's"":16,""CVS"":10,""Phillips 66"":10,""Hardee's"":8,""Shell Oil"":8,""Speedway"":8,""Pak-A-Sak"":7,""YMCA"":7,""Dairy Queen"":7,""NAPA Auto Parts"":7,""Dollar General"":7,""Murphy USA"":6,""KFC"":6,""Sunoco"":6,""Parkview Health"":5,""maurices"":5}","{""android"":34,""ios"":20}" +sg:8b6eecd287364127a3e69c659aaeec3d,Bar Louie,7015 S Semoran Blvd,Orlando,FL,32822,US,SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,52,45,"[6,17,6,7,11,3,2]","[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,1,2,2,4,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,1,0,0,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0]",120950135071.0,"{""120090649011"":4,""120950141003"":4,""120950120002"":4,""120950172002"":4,""480291817221"":4,""120950167041"":4,""483396920022"":4,""120950178041"":4}","{""120950178041"":5,""040138152002"":4,""120950167341"":4,""120950136061"":4,""120090643013"":4,""120950167331"":4,""120950135121"":4,""120950167041"":4,""120950168021"":4,""120950172002"":4,""120950135112"":4}","{""US"":39}",17117.0,34.0,"{""<5"":1,""5-20"":14,""21-60"":22,""61-240"":15,"">240"":0}","{""Mission BBQ"":33,""Lowe's"":24,""Walt Disney Parks and Resorts"":18,""Big Lots Stores"":16,""PetSmart"":16,""Wendy's"":16,""McDonald's"":13,""Primerica"":8,""Chick-fil-A"":7}","{""McDonald's"":20,""Chili's Grill & Bar"":17,""Target"":15,""Wawa"":15,""7-Eleven"":14,""Chick-fil-A"":14,""Publix Super Markets"":12,""Sonny’s Real Pit Bar-B-Q"":11,""Outback Steakhouse"":11,""Denny's"":11,""Walgreens"":10,""Ross Stores"":10,""Your Pie"":9,""Hyatt Regency"":9,""Walmart"":8,""Lowe's"":7,""Shell Oil"":7,""First Watch Restaurants"":7,""Starbucks"":7,""Holiday Inn Express"":6}","{""android"":14,""ios"":26}" +sg:e7509e96e99e472f8c6314a779d4a239,Wings Etc.,497 E DuPont Rd,Fort Wayne,IN,46825,US,SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,99,91,"[7,18,22,18,13,17,4]","[0,0,0,0,0,0,0,0,0,0,3,1,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,2,4,0,0,0,8,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,4,1,1,0,2,6,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,0,2,3,1,0,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,1,1,1,0,1,2,0,2,2,0,0,0,0,0,0,0,0,0,0,0,3,3,2,0,1,2,0,0,3,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0]",180030103081.0,"{""180030103043"":7,""180030103052"":6,""180030108133"":6,""261550315004"":5,""180030108162"":4,""180030041032"":4,""180030103082"":4,""180030112052"":4,""180030116051"":4,""180030103081"":4,""171978803142"":4,""180330206021"":4,""260490132044"":4,""180030104001"":4,""180330202001"":4,""180030116082"":4,""180330206011"":4,""180030106031"":4,""180030103072"":4,""180030107072"":4,""180030103062"":4}","{""180330204004"":7,""180030108133"":6,""180030103081"":5,""260490132044"":4,""180030103051"":4,""180030033011"":4,""180030103052"":4,""180030116082"":4,""180030103043"":4,""180030109003"":4,""180030108162"":4,""181139720001"":4,""180030103082"":4,""180030041032"":4,""180039800021"":4,""180910427001"":4,""181830501003"":4,""180030107051"":4,""180330202001"":4,""180030103063"":4,""261550315004"":4,""171978803142"":4,""180030116081"":4,""180030103072"":4}","{""US"":88}",5805.0,28.0,"{""<5"":3,""5-20"":39,""21-60"":34,""61-240"":20,"">240"":3}","{""Kroger"":28,""Walgreens"":10,""Starbucks"":9,""Walmart"":9,""McDonald's"":8,""Chase"":8,""Jeep"":7,""Goodwill Industries"":7,""Shoe Carnival"":6,""Fred Meyer Jewelers"":6,""Michaels Stores"":6,""Panera Bread"":6,""Meijer"":5,""Smoothie King"":5,""YMCA"":5,""Chevrolet"":5,""Kohl's"":5}","{""Kroger"":22,""Starbucks"":21,""Marathon"":17,""Walmart"":15,""Fred Meyer Jewelers"":14,""Meijer"":13,""Lassus Handy Dandy"":10,""Menard's"":9,""Taco Bell"":9,""Sunoco"":9,""Target"":9,""Lowe's"":8,""BP"":8,""Walgreens"":8,""Kohl's"":8,""Shell Oil"":8,""Subway"":8,""Applebee's"":7,""Hobby Lobby Stores"":7,""KFC"":7}","{""android"":47,""ios"":40}" +sg:3312b92058be426fa112ba7026048b25,Bar Louie,200 E Rand Rd,Mount Prospect,IL,60056,US,SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,17,14,"[1,1,2,2,2,6,3]","[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0]",170318027021.0,"{""170318057013"":7,""170318051112"":4,""170318050012"":4}","{""170318026081"":4,""170318032002"":4}","{""US"":13}",5153.0,89.0,"{""<5"":0,""5-20"":7,""21-60"":0,""61-240"":6,"">240"":4}","{""Little Caesars"":50,""Starbucks"":48,""Chick-fil-A"":48}","{""Jewel-Osco"":28,""McDonald's"":27,""The Home Depot"":24,""Starbucks"":24,""Chipotle Mexican Grill"":21,""Chick-fil-A"":18,""Mariano's"":14,""Nordstrom Rack"":14,""Portillo's Restaurants"":14,""Tropical Smoothie Café"":14,""Dunkin'"":12,""BP"":12,""Dairy Queen"":12,""Walgreens"":11,""Shell Oil"":10,""Lucky Strike Entertainment"":7,""Charter Fitness"":7,""Art Van Furniture"":7,""Neiman Marcus"":7,""Just Tires"":7}","{""android"":5,""ios"":6}" +sg:36b12d9bc9b544f9848beaacc433c394,Fox & Hound,8711 Lindholm Dr,Huntersville,NC,28078,US,SG_BRAND_4cd6dbf9ce65d11b096b61ef178f8681,Fox & Hound,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,38,33,"[5,4,3,5,9,6,6]","[1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,2,2,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0]",371190062093.0,"{""370250413021"":4,""371190063042"":4,""371190063043"":4,""371190062081"":4,""450910610051"":4,""371190055151"":4,""421298021032"":4}","{""370250413021"":5,""370030407003"":4,""421298021032"":4,""371190062081"":4,""370710327032"":4,""371190063042"":4,""370970601003"":4,""371190055151"":4,""371190063043"":4}","{""US"":30}",11273.0,60.0,"{""<5"":1,""5-20"":10,""21-60"":9,""61-240"":16,"">240"":2}","{""Shell Oil"":38,""Starbucks"":32,""Lowe's"":24,""Cook Out"":20,""Zaxby's"":20,""Dollar Tree"":19,""Midwood Smokehouse"":17,""Country Inn & Suites By Radisson"":17,""Mellow Mushroom"":17,""Hardee's"":16,""Lowe's Foods"":12}","{""Starbucks"":23,""Harris Teeter"":21,""Chick-fil-A"":20,""QuikTrip"":14,""Exxon Mobil"":13,""BP"":13,""Lowe's"":11,""Circle K"":11,""Shell Oil"":11,""Wendy's"":9,""Barnes and Noble"":9,""Subway"":9,""Olive Garden"":9,""Petco"":9,""Chipotle Mexican Grill"":8,""Pilot Flying J"":8,""Sam's Club"":7,""CVS"":7,""Burger King"":7,""Dollar Tree"":6}","{""android"":21,""ios"":9}" +sg:33bb985bd5234c06aac3b14ed1311c7c,Smokey Bones,3333 Buford Dr # VB01C,Buford,GA,30519,US,SG_BRAND_5adccacd732b8234aca4df341560e223,Smokey Bones,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,932,820,"[101,124,136,141,120,182,128]","[0,0,0,0,0,0,0,0,1,0,2,7,17,17,15,15,3,15,4,3,2,0,0,0,0,0,0,0,0,0,0,0,0,2,2,11,20,24,13,17,13,10,7,3,2,0,0,0,0,0,0,0,0,0,0,1,0,0,1,12,18,28,17,21,11,11,9,3,4,0,0,0,0,0,0,0,0,0,0,2,1,1,6,12,20,11,17,19,15,20,11,3,3,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,14,12,17,15,16,18,13,3,6,0,1,0,0,0,0,0,0,0,0,0,0,0,2,16,18,29,24,25,24,17,16,5,6,0,0,0,0,0,0,0,0,0,0,0,0,1,1,6,10,20,23,23,29,10,2,0,2,0,1,0]",131350506063.0,"{""131350506063"":14,""131350506061"":12,""131350506072"":12,""131390016042"":11,""131390016052"":9,""131350502132"":9,""131350505471"":8,""131350506103"":8,""131570101031"":8,""131350501031"":7,""131350505461"":7,""131390016071"":7,""131350506071"":7,""130131801051"":7,""131390013021"":7,""131350506092"":7,""131570101022"":7,""131350501063"":7,""131350507241"":6,""131350502131"":6,""131390016072"":6,""131350506102"":6,""132971105051"":6,""131350501071"":6,""131350507211"":6,""131570107031"":6,""132231202042"":6,""131570101032"":6,""483396926022"":5,""131350506062"":5,""131350502123"":5,""131350501053"":5,""131350501061"":5,""131570101011"":5,""130311104043"":5,""131350505381"":5,""131350501081"":5,""131350506082"":5,""131350506052"":5,""131879602013"":5,""131210106043"":4,""131570101012"":4,""131350504362"":4,""132971106032"":4,""132819601001"":4,""131350506093"":4,""132971105042"":4,""131350507281"":4,""131350507262"":4,""131390014032"":4,""130131803022"":4,""132190301001"":4,""132171004002"":4,""132971105082"":4,""131390016073"":4,""131350505351"":4,""131350505403"":4,""131350501092"":4,""131350505362"":4,""471570211413"":4,""131350505262"":4,""131350501032"":4,""130670302282"":4,""131350501082"":4,""130570905012"":4,""131350502141"":4,""131350505482"":4,""131350506081"":4,""132110101001"":4,""131390016081"":4,""131350505312"":4,""370459503014"":4,""131390004003"":4,""131350507131"":4,""131350505361"":4,""131350505221"":4,""130591506002"":4,""130570904001"":4,""132971101001"":4,""131350501033"":4,""131350502102"":4,""131171304033"":4,""131350504323"":4,""131350506104"":4,""131350507311"":4,""131350505463"":4,""131171301011"":4,""131350505383"":4,""131879602023"":4,""131171303053"":4,""131350505421"":4,""131350505321"":4,""131350505451"":4,""250173201023"":4,""130131801041"":4,""131350506101"":4,""130859701002"":4,""131390001022"":4,""131171305082"":4,""131171301021"":4,""130131801031"":4,""130570905021"":4,""131350506053"":4,""132971101003"":4,""120710019111"":4,""130759601001"":4,""131350504161"":4,""131350505492"":4,""131390016041"":4,""131390015012"":4,""131350507242"":4,""131210101131"":4,""131570104004"":4,""131350505281"":4,""131350504291"":4,""131390016062"":4,""131390002032"":4,""130131805021"":4,""130131803032"":4,""131570107023"":4,""131390015022"":4,""131570101021"":4,""170318133021"":4,""130131805031"":4,""131350502162"":4,""131510701041"":4,""131350506091"":4,""131350502171"":4,""131171303042"":4,""131390008002"":4,""131350505113"":4,""131171304063"":4,""131350505443"":4,""131350505233"":4,""131350502101"":4,""191630102011"":4,""131350502082"":4,""131198904004"":4,""131350505402"":4,""131390015021"":4,""131350505231"":4,""131350507243"":4,""131390014041"":4,""130490101003"":4,""131171306131"":4,""131171306091"":4,""131350502091"":4,""130131801081"":4,""131350502081"":4,""131390002013"":4,""131350505372"":4,""131350507203"":4,""131390006002"":4,""131350504283"":4,""130131805022"":4,""131350506051"":4,""131350501091"":4}","{""131350506063"":17,""131350506072"":12,""131350506061"":11,""131350505461"":10,""131570101031"":9,""130131801031"":8,""131350506071"":8,""131350506093"":7,""131350506092"":7,""131350502132"":7,""131390016042"":6,""131350505471"":6,""131350504161"":6,""131570101022"":6,""131350502131"":6,""131570101032"":6,""131570101011"":6,""131350501063"":6,""131390016072"":6,""131570101012"":6,""132219602021"":5,""131350507261"":5,""131390016052"":5,""131350506082"":5,""131350506102"":5,""131350506062"":5,""132971105042"":5,""130131805031"":5,""131350501081"":5,""131350506103"":5,""131350507262"":5,""131879602012"":5,""131350501053"":5,""131350501071"":5,""131390014021"":4,""131350506101"":4,""131198901011"":4,""130890231142"":4,""131390014041"":4,""131350505221"":4,""131350501082"":4,""131570107023"":4,""130131803032"":4,""131350504291"":4,""131390015021"":4,""131350505112"":4,""261251753005"":4,""131570101021"":4,""131390007011"":4,""131350505492"":4,""131350505491"":4,""131390002013"":4,""131210085002"":4,""131350503142"":4,""131350507242"":4,""130890218081"":4,""131350505301"":4,""131390007021"":4,""120860093123"":4,""131350507241"":4,""131350505332"":4,""131350505381"":4,""130131802061"":4,""131390016071"":4,""131570105003"":4,""131390013022"":4,""131790102051"":4,""131390013013"":4,""484391132163"":4,""132579701005"":4,""131210116143"":4,""131390004003"":4,""131350505281"":4,""131390005002"":4,""131350502081"":4,""130859702011"":4,""120710101052"":4,""131350503042"":4,""130591304002"":4,""131390016062"":4,""131390002032"":4,""130890233112"":4,""130890218101"":4,""130771705033"":4,""131350505312"":4,""132971106022"":4,""132190301001"":4,""131350502162"":4,""131350507312"":4,""131350505361"":4,""132470602021"":4,""132190303002"":4,""131171306091"":4,""132150014001"":4,""450070009001"":4,""131570107021"":4,""130131801072"":4,""131350507271"":4,""132971105031"":4,""130490101003"":4,""131390006002"":4,""131350505321"":4,""131350504362"":4,""191630102011"":4,""131350507132"":4,""121319503011"":4,""131350505443"":4,""131171306061"":4,""131570104004"":4,""131350505383"":4,""131390006003"":4,""131350502171"":4,""131350505254"":4,""132971101003"":4,""131350506053"":4,""131350507273"":4,""130131802042"":4,""131210101082"":4,""130771705013"":4,""130570905012"":4,""132971106032"":4,""131390014032"":4,""131350501091"":4,""131350505463"":4,""131171305102"":4,""131350505432"":4,""131350505203"":4,""132971105051"":4,""132971101001"":4,""130591507003"":4,""131350505113"":4,""131350505322"":4,""131350503141"":4,""130670306013"":4,""131171301021"":4,""130570903002"":4,""131350501033"":4,""131198904003"":4,""132070502001"":4,""131570102002"":4,""131350505372"":4,""131350507211"":4,""131198904004"":4,""130890232081"":4,""131350505481"":4,""131350505482"":4,""131350504302"":4,""130890234191"":4,""130131803022"":4,""130131801051"":4,""131390015022"":4,""130591509001"":4,""131390008002"":4,""131350503092"":4,""131390016081"":4,""370459503014"":4,""481830104002"":4,""131350506104"":4,""191279501001"":4,""131350501032"":4,""132971105073"":4,""131350506081"":4,""130131801082"":4,""131350501031"":4,""130131803021"":4,""131350501092"":4,""131350506052"":4,""130131804022"":4,""131350506051"":4,""010399617003"":4,""131350507281"":4,""131350505111"":4,""131570104001"":4}","{""US"":790}",18116.0,24.0,"{""<5"":11,""5-20"":322,""21-60"":449,""61-240"":123,"">240"":27}","{""Barnes and Noble"":9}","{""Chick-fil-A"":20,""QuikTrip"":18,""Walmart"":18,""Target"":13,""McDonald's"":12,""Starbucks"":12,""Zaxby's"":10,""Kroger"":10,""Publix Super Markets"":9,""Barnes and Noble"":9,""Chevron"":9,""Waffle House"":9,""RaceTrac"":8,""Shell Oil"":8,""LOFT"":7,""The Home Depot"":6,""Wendy's"":5,""Dollar Tree"":5,""Dunkin'"":5}","{""android"":253,""ios"":564}" +sg:8370999264854f08951897f207c24951,Wings Etc.,10134 Maysville Rd,Fort Wayne,IN,46835,US,SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,151,125,"[21,23,23,20,26,18,20]","[0,0,0,0,0,0,1,0,0,1,1,2,4,2,1,2,1,2,2,2,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,2,0,1,1,1,3,0,4,2,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,3,7,4,3,0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,1,2,0,0,0,3,3,4,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,2,0,2,3,5,5,4,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,1,1,1,1,2,2,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,4,2,1,4,3,2,2,0,0,0,0,0]",180030108083.0,"{""180030108151"":10,""180030003003"":7,""180330208002"":7,""180030108121"":5,""180030109005"":5,""180030119001"":5,""180030101003"":4,""180030108042"":4,""180030109002"":4,""171978832132"":4,""180030109001"":4,""180030108041"":4,""180030008005"":4,""180030102011"":4,""180030112012"":4,""180030112051"":4,""390399582004"":4,""180030108161"":4,""180030102022"":4,""181830503004"":4,""390030139003"":4,""180030108082"":4,""180030109004"":4,""180030109003"":4,""180030102014"":4,""180030101002"":4,""180030108111"":4,""180030108122"":4,""180030102012"":4}","{""180330208002"":6,""180030108121"":5,""180030102011"":5,""180030108151"":5,""180030108083"":4,""180030103064"":4,""180030102013"":4,""180030008001"":4,""180030102014"":4,""450450029041"":4,""180030102023"":4,""180030109005"":4,""390399583003"":4,""180030109001"":4,""180030112012"":4,""180030109003"":4,""180030109002"":4,""180030108111"":4,""180030108082"":4,""180030112042"":4,""180030112051"":4,""180030108122"":4}","{""US"":121}",8296.0,22.0,"{""<5"":9,""5-20"":60,""21-60"":53,""61-240"":21,"">240"":8}","{""Meijer"":16,""Michaels Stores"":11,""Dollar General"":8,""Walmart"":8,""Speedway"":7,""Marathon"":7,""Bob Evans"":5,""Marshalls"":5,""Cracker Barrel"":5,""Casey's General Stores"":5}","{""Marathon"":27,""Menard's"":26,""Meijer"":23,""McDonald's"":14,""Lassus Handy Dandy"":14,""Kroger"":13,""Walmart"":13,""Shell Oil"":11,""Subway"":10,""Kohl's"":10,""Speedway"":10,""Lowe's"":10,""Dollar General"":9,""Dairy Queen"":8,""Wendy's"":8,""Arby's"":8,""Starbucks"":7,""Murphy USA"":7,""Sunoco"":7,""Culver's"":6}","{""android"":58,""ios"":61}" +sg:9aaabb11ec964ab49ef8a4f4fcb20d7e,Bar Louie,22269 Michigan Ave,Dearborn,MI,48124,US,SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,44,31,"[5,9,5,3,11,7,4]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,0,0,1,1,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,2,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0]",261635749002.0,"{""261635718001"":6,""261635746002"":4,""261635859004"":4,""261635591001"":4,""261635750003"":4,""261635748005"":4,""261635717001"":4,""261635207002"":4,""261635682002"":4}","{""261635753001"":4,""260937422012"":4,""261635207002"":4}","{""US"":31}",8780.0,73.5,"{""<5"":0,""5-20"":7,""21-60"":10,""61-240"":21,"">240"":6}","{""Wendy's"":19,""bd's Mongolian Grill"":10,""Sonic"":9}","{""The Home Depot"":22,""Target"":21,""Kroger"":21,""Marathon"":18,""Wendy's"":13,""BP"":11,""Red Olive"":10,""Buffalo Wild Wings"":9,""Chili's Grill & Bar"":9,""Panera Bread"":9,""7-Eleven"":8,""Gordon Food Service Store"":6,""On The Border"":6,""BJ's Restaurants"":6,""Macy's"":6,""Sunglass Hut"":6,""Ford Motor Company"":6,""Cracker Barrel"":6,""Michaels Stores"":6,""Chipotle Mexican Grill"":6}","{""android"":8,""ios"":18}" +sg:acf026eac33e46c9bc8409130505533a,Wings Etc.,2541 E. St Rd 44,Shelbyville,IN,46176,US,SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,147,118,"[24,23,16,17,26,24,17]","[0,0,0,0,0,0,0,0,0,2,0,3,1,3,0,2,5,1,4,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,0,3,2,2,4,6,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,3,2,0,2,5,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,3,2,0,3,2,4,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,4,0,2,0,1,0,1,1,6,8,0,0,0,0,0,0,0,0,0,0,0,1,1,0,2,0,0,0,1,4,2,5,1,4,3,0,0,0,0,0,0,0,0,0,0,0,1,1,0,2,4,0,1,2,1,1,0,4,0,0,0]",181457105002.0,"{""181457107004"":9,""391650308001"":7,""181399745001"":7,""181457105002"":5,""181457105001"":4,""181457108004"":4,""181457107002"":4,""180319690004"":4,""181457106022"":4,""181457106014"":4,""181457106013"":4,""181457108005"":4,""181457108003"":4,""180190509042"":4,""180419545003"":4,""181457104002"":4,""181457108002"":4,""181399745003"":4,""180816106052"":4,""180319693002"":4,""181457102003"":4,""181457106011"":4,""181457104001"":4}","{""181457105002"":12,""181457107004"":9,""181457102003"":4,""390610216031"":4,""180319693002"":4,""181457108005"":4,""180571105122"":4,""181457101001"":4,""181457105001"":4,""181457103002"":4,""181457109002"":4,""180594103004"":4,""180190509042"":4,""180559548001"":4,""181457104002"":4,""181399745001"":4,""181457108003"":4,""180419545003"":4,""181457108001"":4,""181457107002"":4,""181457106022"":4,""181457109001"":4,""180319690004"":4,""180594108002"":4,""181457106013"":4}","{""US"":109}",11370.0,41.0,"{""<5"":1,""5-20"":37,""21-60"":71,""61-240"":29,"">240"":9}","{""Pet Valu"":13,""ALDI"":12,""Dairy Queen"":12,""Cato Fashions"":9,""Burger King"":9,""Speedway"":8,""Marathon"":8,""Big Lots Stores"":7,""Fazoli's"":6,""Holiday Inn Express"":6,""Applebee's"":6,""Walmart"":6,""Target"":6,""Starbucks"":5}","{""Walmart"":39,""Taco Bell"":17,""Kroger"":16,""Speedway"":15,""Cato Fashions"":14,""Pet Valu"":14,""Wendy's"":13,""Dairy Queen"":13,""Applebee's"":13,""McDonald's"":12,""Shell Oil"":12,""Burger King"":11,""Sunoco"":10,""Big Lots Stores"":9,""ALDI"":8,""Marathon"":8,""Planet Fitness"":8,""Dollar General"":8,""Circle K"":7,""BP"":7}","{""android"":54,""ios"":59}" +sg:c913578bc53c4be3aa942e14fddb9e4b,The Brass Tap,4904 Courthouse St,Williamsburg,VA,23188,US,SG_BRAND_0c7d56c25057eb37e0079b11b1a41939,The Brass Tap,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,14,14,"[3,0,1,2,4,3,1]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0]",510950802052.0,"{""510950801014"":4,""511498504002"":4,""510950802063"":4,""510950802032"":4,""510950801012"":4}","{""511990510001"":4,""510950801012"":4,""510950802032"":4,""518303701002"":4,""510950802051"":4,""516500108002"":4,""511498504002"":4}","{""US"":13}",6846.0,26.5,"{""<5"":0,""5-20"":4,""21-60"":5,""61-240"":5,"">240"":0}","{""Simon mall"":50,""SunTrust Banks"":33,""Bank of America"":33,""LongHorn Steakhouse"":25,""Walmart"":25}","{""Simon mall"":35,""Target"":31,""Dunkin'"":27,""Chick-fil-A"":25,""Reebok"":14,""Build A Bear Workshop"":14,""Hallmark Cards"":14,""Ace Hardware"":14,""Panera Bread"":14,""GameStop"":13,""Sunoco"":13,""McDonald's"":12,""Wendy's"":12,""Subway"":11,""Shell Oil"":10,""American Family Fitness"":7,""Cole Haan"":7,""G.H. Bass and Co"":7,""CAVA"":7,""SunTrust Banks"":7}","{""android"":4,""ios"":10}" +sg:00113a39ec1e4df782ff3ebb1dfedcf1,Walgreens,115 W Main St,Beulaville,NC,28518,US,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,Walgreens,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,89,71,"[11,15,14,8,19,11,11]","[0,0,0,0,0,0,0,1,0,0,0,0,1,0,3,1,0,3,1,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,2,1,1,3,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,3,1,5,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,3,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,2,3,1,2,1,1,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,3,1,2,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,1,1,2,0,2,1,1,0,0,0,0,0]",370610905022.0,"{""370610905012"":10,""370610905021"":8,""370610905013"":8,""370610903004"":6,""370610905022"":6,""371070110011"":4,""370610906002"":4,""370610906001"":4,""370610905023"":4,""370850712031"":4,""370610905011"":4}","{""370610905013"":10,""370610905021"":9,""370610905012"":7,""370610905022"":6,""370610905023"":6,""131299709003"":4,""131299709002"":4,""370610903004"":4,""370610905011"":4,""370610906002"":4,""371330028001"":4,""371330001022"":4}","{""US"":71}",7631.0,13.0,"{""<5"":2,""5-20"":57,""21-60"":15,""61-240"":13,"">240"":2}","{""Speedway"":10,""Roses"":9,""Family Dollar Stores"":8,""Burger King"":8,""Friendly Mart Food Stores"":8,""Short Stop Food Marts"":8,""Shell Oil"":7,""Subway"":6,""Pizza Hut"":5}","{""Speedway"":30,""Walmart"":28,""Family Dollar Stores"":19,""Dollar General"":18,""Bojangles'"":18,""Hardee's"":18,""HWY 55 Burgers Shakes and Fries"":15,""McDonald's"":15,""CARQUEST Auto Parts"":14,""Exxon Mobil"":12,""Handy Mart"":10,""Dollar Tree"":10,""Food Lion"":9,""Pizza Hut"":9,""United States Postal Service (USPS)"":8,""Lowe's"":7,""Piggly Wiggly"":7,""Subway"":6,""Texas Roadhouse"":5}","{""android"":22,""ios"":46}" +sg:001174e40670474faa3bc2d421b7dc38,Krispy Krunchy Chicken,6030 N 20800 W,Plymouth,UT,84330,US,SG_BRAND_c2f2dcd3e397d5a16d749a0e84941a42,Krispy Krunchy Chicken,2020-06-08 00:00:00-06:00,2020-06-15 00:00:00-06:00,9,6,"[3,3,0,1,2,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",490039601002.0,"{""490039603004"":4,""490039601002"":4,""040219414002"":4}",{},"{""US"":4}",,206.0,"{""<5"":0,""5-20"":0,""21-60"":1,""61-240"":4,"">240"":4}","{""Love's Travel Stops and Country Stores"":50}","{""Love's Travel Stops and Country Stores"":49,""TravelCenters of America"":33,""Burger King"":31,""McDonald's"":24,""Kent's Market"":17,""Applied Industrial Technologies"":17,""Capriotti's Sandwich Shop"":17,""Arctic Circle"":17,""TacoTime"":17,""Beacon Roofing Supply"":17,""A&W Restaurants"":17,""CEFCO"":17,""Taco John's"":17,""Maverik"":17,""Papa Murphy's"":16,""Gulf Oil"":16,""In-N-Out Burger"":16,""CrossFit"":16,""O'Reilly Auto Parts"":16,""QuikTrip"":16}","{""android"":4,""ios"":5}" +sg:00135f26f4d743ce9a6ab0c3cfe3054a,DVS Shelby Township,50625 Van Dyke Ave,Shelby Township,MI,48317,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,68,46,"[15,19,9,7,6,6,6]","[0,0,0,0,0,0,1,0,1,0,0,0,4,1,1,3,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,3,1,2,1,1,2,0,0,2,1,1,2,3,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,1,0,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0]",260992258004.0,"{""260873400002"":4,""260992238002"":4,""260992241001"":4,""260992155002"":4,""260992259001"":4,""260992270003"":4,""260992153002"":4,""261476440003"":4,""260992200013"":4}","{""260992258003"":4,""260992221022"":4,""260992241001"":4,""260992221012"":4,""260992261002"":4,""260992120003"":4,""260992255002"":4,""260992254002"":4,""261476440003"":4}","{""US"":44}",8458.0,30.5,"{""<5"":1,""5-20"":29,""21-60"":13,""61-240"":14,"">240"":11}","{""Burger King"":24,""Fifth Third Bank"":11,""Rite Aid"":6}","{""McDonald's"":23,""Target"":17,""Taco Bell"":14,""Marathon"":14,""Kroger"":13,""Dairy Queen"":13,""Burger King"":13,""Mobil"":12,""The Home Depot"":9,""BP"":9,""Costco Wholesale Corp."":9,""Starbucks"":8,""Tim Hortons"":8,""Sears Home Services"":6,""Wendy's"":6,""Culver's"":6,""Dollar Tree"":6,""Meijer"":6,""KFC"":6,""Walgreens"":5}","{""android"":12,""ios"":34}" +sg:001efb5671db4df5a43b5a9e04e6829a,Leach Norma Tax Service,218 SE 9th,Boise City,OK,73933,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,1,1,"[0,0,0,0,0,1,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",400259503002.0,{},{},,,172.0,"{""<5"":0,""5-20"":0,""21-60"":0,""61-240"":1,"">240"":0}",{},{},"{""android"":4,""ios"":0}" +sg:001f341b52be4cc8b655c834f5475530,Woodford Cedar Run Wildlife Refuge,4 Saw Mill Rd,Medford,NJ,8055,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,8,8,"[0,3,0,1,1,1,2]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0]",340057038044.0,"{""340230029023"":4}","{""340057024002"":4,""340076034001"":4}","{""US"":7}",25657.0,23.0,"{""<5"":0,""5-20"":4,""21-60"":2,""61-240"":2,"">240"":0}",{},"{""McDonald's"":28,""ShopRite"":25,""Wawa"":24,""Dunkin'"":23,""Doggie Style"":12,""Fulton Financial"":12,""PrimoHoagies"":12,""Lane Bryant"":12,""Lidl"":12,""Acme Markets"":12,""DaVita"":12,""Royal Farms"":12,""Barnes and Noble"":12,""CITGO"":12,""Dick's Sporting Goods"":12,""PetSmart"":12,""Ross Stores"":11,""Sunoco"":11,""Goodwill Industries"":11,""Wendy's"":10}","{""android"":4,""ios"":0}" +sg:00209306cbe14822b331e3c7c75a5de5,Hoskins Florist & Greenhouse,Richmond Rd,Manchester,KY,40962,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,21,11,"[3,5,5,3,4,0,1]","[0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0]",210519503003.0,"{""210519506002"":4,""210519502003"":4,""211259708003"":4}","{""211219302001"":4,""210519504003"":4}","{""US"":14}",13166.0,137.0,"{""<5"":0,""5-20"":4,""21-60"":2,""61-240"":6,"">240"":9}","{""Kroger"":33,""Walgreens"":19,""McDonald's"":17}","{""Walmart"":48,""McDonald's"":45,""Dollar General"":32,""IGA"":27,""Arby's"":26,""Marathon"":26,""Cheddar's Scratch Kitchen"":18,""Cracker Barrel"":18,""Speedway"":17,""Kroger"":16,""Dairy Queen"":16,""Dollar Tree"":15,""Walgreens"":15,""Merle Norman Cosmetics"":9,""Weight Watchers"":9,""Kawasaki Motors"":9,""Fazoli's"":9,""Krystal"":9,""Save-A-Lot"":9,""Krispy Krunchy Chicken"":9}","{""android"":0,""ios"":10}" +sg:00225477b1fd474d820d250971eecc31,Smart Start,11306 E Montgomery Dr Ste 4,Spokane Valley,WA,99206,US,SG_BRAND_1ca1028282a158e653e0e4ea14500b3b,Smart Start,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,14,10,"[4,4,1,4,1,0,0]","[0,0,0,0,0,0,0,0,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",530630117022.0,"{""530630132014"":4,""530630135003"":4,""530630135002"":4,""530630105032"":4}","{""530630119002"":4,""530630132014"":4}","{""US"":9}",12962.0,10.0,"{""<5"":3,""5-20"":7,""21-60"":2,""61-240"":2,"">240"":0}","{""Goodwill Industries"":99,""Starbucks"":98,""Chevron"":49,""Rite Aid"":25,""Subway"":24}","{""76"":30,""Starbucks"":25,""WinCo Foods"":20,""Chevron"":18,""Costco Wholesale Corp."":18,""Taco Bell"":17,""Subway"":17,""Lowe's"":16,""McDonald's"":11,""MultiCare"":10,""Applied Industrial Technologies"":10,""Yoke's Fresh Mart"":10,""TacoTime"":10,""Spencer's"":10,""Pure Barre"":10,""Maverik"":10,""Safeway Fuel Station"":10,""Fred Meyer"":10,""Fred Meyer Jewelers"":10,""Safeway"":9}","{""android"":5,""ios"":4}" +sg:002df987d1cd462d949f09e70ede492e,Pavilion Shopping Center,2431 Spring Forest Rd,Raleigh,NC,27615,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,145,136,"[23,26,21,26,26,15,8]","[0,0,0,0,0,0,0,3,2,2,1,2,2,2,5,1,0,1,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,2,3,2,2,1,5,2,1,2,1,2,2,0,0,0,0,0,0,0,0,0,0,2,1,3,3,5,3,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,1,5,2,4,0,0,2,3,0,2,2,0,0,0,0,0,0,0,0,0,0,1,4,2,3,4,3,1,0,1,2,0,1,1,0,2,1,1,0,0,0,0,0,0,0,1,0,0,1,1,0,2,2,2,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,2,0,2,0,0,0]",371830540181.0,"{""371830534082"":8,""371830538082"":5,""371830505001"":4,""371830541053"":4,""371830525072"":4,""371830527042"":4,""371830528072"":4,""371830537122"":4,""371830534131"":4,""371830542081"":4,""370630018092"":4,""371830541043"":4,""371830538041"":4,""371830527072"":4,""371830540134"":4,""371830536081"":4,""371830520011"":4,""371010411032"":4,""371830540141"":4,""371830537073"":4,""371830540161"":4,""371830542091"":4,""371830541151"":4,""371830539004"":4,""371830541041"":4,""371830542052"":4}","{""371830541121"":7,""371830542031"":5,""371830538062"":5,""371830541041"":4,""371830541132"":4,""371830541043"":4,""371910011023"":4,""371830531082"":4,""371830542091"":4,""371830535222"":4,""371830542102"":4,""371830534211"":4,""371830534131"":4,""371830537171"":4,""371830542071"":4,""371830515022"":4,""371830521011"":4,""371830527052"":4,""371830540013"":4,""371830527072"":4,""371830537122"":4,""371830541053"":4,""371830540161"":4,""371830540141"":4,""371830540181"":4,""371830537203"":4,""371830536081"":4,""371639702004"":4,""371830537073"":4}","{""US"":131}",10168.0,21.0,"{""<5"":2,""5-20"":70,""21-60"":48,""61-240"":22,"">240"":3}","{""Walmart"":22,""Bojangles'"":15,""Chili's Grill & Bar"":15,""Burger King"":14,""Valero Energy"":12,""CVS"":12,""Target"":8,""NextCare Urgent Care"":8,""K & G Fashion Superstore"":8,""Dollar Tree"":8}","{""Food Lion"":20,""Sheetz"":19,""Chick-fil-A"":13,""Bojangles'"":12,""BP"":11,""Harris Teeter"":11,""McDonald's"":11,""Taco Bell"":10,""Exxon Mobil"":10,""Walmart"":9,""Dollar Tree"":8,""Cook Out"":8,""Lowe's"":8,""Target"":7,""Wendy's"":5,""Sam's Club"":5}","{""android"":61,""ios"":71}" +sg:003b8c9397cc4c40afc3f82a8135004c,Sunoco,410 Dayton Ave,Xenia,OH,45385,US,SG_BRAND_8d819ffb9fa80295260ecf779927ef25,Sunoco,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,25,20,"[7,0,3,5,4,5,1]","[0,0,0,0,0,0,0,0,0,0,0,2,1,0,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0]",390572402003.0,"{""390572402003"":5,""390572405002"":4,""390572403013"":4}","{""390572402002"":4,""390572403021"":4,""390572401002"":4,""390572403013"":4}","{""US"":19}",1822.0,9.0,"{""<5"":1,""5-20"":21,""21-60"":0,""61-240"":3,"">240"":0}","{""Dollar General"":58,""Kroger"":19}","{""Speedway"":29,""Marathon"":24,""Kroger"":23,""McDonald's"":21,""Walmart"":19,""Bob Evans"":15,""Goodwill Industries"":14,""Wendy's"":12,""Dollar Tree"":12,""Dollar General"":11,""Kettering Health Network"":10,""Frisch's Big Boy"":10,""Ramada"":10,""Rural King"":10,""Cellular Sales"":10,""Chipotle Mexican Grill"":9,""Pizza Hut"":9,""Circle K"":9,""Burger King"":7,""Starbucks"":5}","{""android"":16,""ios"":5}" +sg:0040d483373d4c89b939dffe1a8c59ff,Brooklawn Liquors,496 Ashley Blvd,New Bedford,MA,2745,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,54,29,"[9,10,4,9,5,10,7]","[0,0,0,0,0,0,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1,1,0,1,0,1,0,1,2,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,1,2,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,1,2,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,2,1,0,0]",250056505001.0,"{""250056527003"":4,""250056505003"":4,""250056509002"":4}","{""250056505001"":4,""250056520003"":4,""250056554001"":4,""250056402005"":4,""250056508001"":4}","{""US"":24}",4450.0,93.5,"{""<5"":1,""5-20"":18,""21-60"":4,""61-240"":14,"">240"":17}","{""Cumberland Farms"":25,""Planet Fitness"":16,""Taco Bell"":13,""Dollar General"":13,""McDonald's"":9}","{""Stop & Shop"":31,""Dunkin'"":26,""CVS"":18,""Wendy's"":18,""Cumberland Farms"":17,""Mobil"":13,""Market Basket"":10,""Dollar General"":10,""Domino's Pizza"":10,""AutoZone"":9,""Dollar Tree"":7,""Walgreens"":7,""Subway"":7,""Best Western"":7,""7-Eleven"":5}","{""android"":22,""ios"":6}" +sg:0041a87099564f4bb7410a8137540b61,Wilsons,549 S Chillicothe Rd Ste 405,Aurora,OH,44202,US,SG_BRAND_1a4ca99fd2d3fc173dd9103d8fe9e390,Wilsons,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,37,37,"[5,8,2,7,2,8,5]","[0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,0]",391336003023.0,"{""390351208021"":4,""391535301011"":4,""390351841085"":4,""390351159002"":4,""391336004022"":4}","{""391535331021"":4,""390351841085"":4,""390299507003"":4,""391535306062"":4}","{""US"":37}",23760.0,22.0,"{""<5"":1,""5-20"":13,""21-60"":18,""61-240"":5,"">240"":0}","{""Simon mall"":100,""Target"":48,""Starbucks"":48,""Buffalo Wild Wings"":20,""Kate Spade"":14,""Harry and David"":14,""Penn Station"":14,""A&W Restaurants"":14,""Dairy Queen"":14,""OshKosh B'gosh"":12,""Nike"":12,""Sunglass Hut"":12,""Marshalls"":12,""Culver's"":12,""Cracker Barrel"":12,""The Home Depot"":11,""McDonald's"":9}","{""Simon mall"":99,""Giant Eagle"":21,""McDonald's"":21,""Target"":20,""Sunoco"":15,""Starbucks"":14,""Harry and David"":13,""Dick's Sporting Goods"":13,""CVS"":11,""Cleveland Clinic"":11,""Sunglass Hut"":11,""Olive Garden"":10,""Chipotle Mexican Grill"":10,""ALDI"":10,""Speedway"":9,""Dunkin'"":9,""Walmart"":8,""Dewey's Pizza"":8,""Acme Fresh Market"":8,""Tommy Hilfiger"":8}","{""android"":9,""ios"":26}" +sg:00571ce9ee694dc8b7ebf842e786e8ff,Pathways Adult Living,921 W Cannon St,Fort Worth,TX,76104,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,38,11,"[7,8,6,8,5,2,2]","[0,0,0,0,0,0,1,0,1,0,0,2,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,1,1,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0]",484391234002.0,"{""484391113111"":4,""484391110133"":4,""483671406021"":4}","{""484391234002"":4,""483671406021"":4,""221119605002"":4}","{""US"":8}",15485.0,259.0,"{""<5"":0,""5-20"":5,""21-60"":1,""61-240"":12,"">240"":20}","{""Valero Energy"":49,""Shell Oil"":18,""Party City"":17}","{""McDonald's"":18,""On The Border"":18,""TownePlace Suites by Marriott"":18,""Pizza Hut"":17,""QuikTrip"":17,""Valero Energy"":17,""Exxon Mobil"":16,""Burger King"":16,""Dollar Tree"":15,""Lowe's"":14,""Starbucks"":14,""Sam's Southern Eatery"":9,""Central Market"":9,""See's Candies"":9,""Super 1 Foods & Discount Pharmacy"":9,""Embassy Suites Hotels"":9,""Roady's"":9,""Atwoods Ranch & Home"":9,""Famous Footwear"":9,""Jason's Deli"":9}","{""android"":6,""ios"":4}" +sg:005f06ec525d4ae886180145430a5a4f,Mit E 62,100 Main St # E 62,Cambridge,MA,2142,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,11,8,"[1,1,1,2,4,0,2]","[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0]",250173531022.0,{},"{""250173383003"":4}","{""US"":7}",14477.0,13.0,"{""<5"":0,""5-20"":7,""21-60"":3,""61-240"":1,"">240"":0}","{""Blue Bottle Coffee"":100,""Adecco"":25}","{""Mobil"":24,""Dollar Tree"":22,""Blue Bottle Coffee"":12,""Adecco"":12,""B.GOOD"":12,""Mohegan Sun"":12,""sweetgreen"":12,""Shaw's"":12,""Stop & Shop"":12,""Marshalls"":12,""Ford Motor Company"":12,""Domino's Pizza"":12,""Ace Hardware"":12,""Circle K"":11,""Dunkin'"":11,""BP"":10,""CVS"":10,""Costco Wholesale Corp."":10,""Wendy's"":10,""Walmart"":9}","{""android"":4,""ios"":6}" +sg:005ffe7dc628465fbf0fb5b0da645fbf,B & B Towing,4308 E Trent Ave,Spokane,WA,99212,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,24,10,"[8,4,4,2,4,0,2]","[0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1]",530630122001.0,{},{},"{""US"":7}",21932.0,26.5,"{""<5"":0,""5-20"":8,""21-60"":12,""61-240"":1,"">240"":3}","{""Love's Travel Stops and Country Stores"":75,""ConocoPhillips"":33}","{""ConocoPhillips"":30,""Love's Travel Stops and Country Stores"":29,""Shari's"":20,""Holiday Station"":20,""TravelCenters of America"":20,""76"":20,""Pilot Flying J"":19,""GCR Tire Centers"":10,""Ryerson"":10,""Platt Electric Supply"":10,""Zip's Drive In"":10,""American Tire Distributors (ATD)"":10,""Herc Rentals"":10,""Rosauers"":10,""Autograph Collection Hotels"":10,""TacoTime"":10,""Guitar Center"":10,""Maverik"":10,""Dutch Bros Coffee"":10,""Days Inn"":10}","{""android"":8,""ios"":4}" +sg:006461fed2e04ec6a46a3e326161a3b8,Erie Insurance Group,8000 Regency Pkwy Ste 200,Cary,NC,27518,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,9,4,"[1,1,2,2,2,0,1]","[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0]",371830534052.0,"{""371830534051"":4}",{},"{""US"":4}",,494.0,"{""<5"":0,""5-20"":0,""21-60"":1,""61-240"":2,"">240"":6}",{},{},"{""android"":4,""ios"":0}" +sg:006502b0a2844ea6b40eb748f459a1c0,Ibarra's Appliances,3323 E Belmont Ave,Fresno,CA,93702,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,7,2,"[1,2,3,1,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",60190025021.0,{},{},{},,317.0,"{""<5"":0,""5-20"":1,""21-60"":0,""61-240"":2,"">240"":4}",{},{},"{""android"":0,""ios"":4}" +sg:0067fcb9db6640ae882bde986a1f6ba9,County of Lubbock,916 Main St Ste 442,Lubbock,TX,79401,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,402,221,"[74,89,75,73,73,11,7]","[0,1,0,0,0,0,1,10,8,3,6,7,7,6,6,9,6,0,0,0,3,0,0,1,0,0,0,0,0,1,4,11,17,8,9,4,8,10,10,6,1,0,0,0,0,0,0,0,0,0,0,0,1,0,4,6,9,4,5,12,8,7,4,4,2,1,1,3,2,2,0,0,0,0,0,0,0,1,1,10,13,9,1,4,2,12,6,7,3,0,0,2,1,1,0,0,1,1,0,0,0,0,2,9,7,3,5,5,13,7,6,8,4,1,0,1,0,0,0,0,1,0,2,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,3,0,0,1,0,1,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,1,0,1,0,0]",483030007001.0,"{""483030104081"":15,""483030104071"":7,""483030017062"":7,""483030104082"":6,""483030104061"":6,""483030002012"":6,""483030101012"":5,""483030013001"":5,""483030105043"":5,""483030009002"":5,""481899508001"":4,""483030104051"":4,""483030105111"":4,""483030019013"":4,""483059505002"":4,""483030104033"":4,""483030017092"":4,""483030104031"":4,""483030103023"":4,""483030104034"":4,""483030019041"":4,""483030103011"":4,""483030016022"":4,""483030004055"":4,""481079501003"":4,""483030018032"":4,""483030021011"":4,""483030002022"":4,""483030104072"":4,""483030101021"":4,""483030018043"":4,""483030018031"":4,""481872107093"":4,""483030004042"":4,""483030105051"":4,""483030017023"":4,""483030105091"":4,""483030017072"":4,""483030003023"":4,""483030001001"":4,""483030102004"":4,""483030105084"":4,""483030017055"":4,""483030017052"":4,""483030022022"":4,""481899509001"":4,""483030003024"":4,""483030001002"":4,""483030103012"":4,""481210203092"":4,""483030104022"":4,""483030022044"":4,""484459504004"":4,""483030102001"":4}","{""483030104081"":11,""483030013001"":6,""483030023001"":6,""483030104082"":5,""483030007001"":5,""483030002022"":5,""483030020012"":4,""483030104061"":4,""483030004042"":4,""483030107001"":4,""483030018043"":4,""483030017062"":4,""483030102001"":4,""483030017071"":4,""483030104072"":4,""483030105042"":4,""483030018044"":4,""483030016023"":4,""483030024004"":4,""483030019032"":4,""484910216013"":4,""483030017091"":4,""483030105061"":4,""483030018032"":4,""481899506003"":4,""483030105084"":4,""481079501003"":4,""483030105083"":4,""483030104051"":4,""483030104052"":4,""483030024003"":4,""483030104071"":4,""483030022032"":4,""483030009002"":4,""483030001001"":4,""483030105101"":4,""483030003023"":4,""483030104022"":4,""483030103011"":4,""483030002012"":4,""483030105085"":4,""483750145001"":4,""481079503001"":4,""483030021011"":4,""481350025031"":4,""483030104034"":4,""483030104073"":4,""483030101021"":4,""483030017072"":4,""483030022022"":4,""483030105091"":4,""483030004021"":4}","{""US"":216}",10878.0,45.5,"{""<5"":6,""5-20"":113,""21-60"":97,""61-240"":107,"">240"":79}","{""Slim Chikens"":14,""Ross Stores"":14,""CVS"":14,""Five Guys"":12,""Phillips 66"":7,""Sonic"":6}","{""Phillips 66"":41,""Sonic"":24,""Walmart"":18,""United Supermarkets"":17,""Chick-fil-A"":13,""Valero Energy"":12,""Goodwill Industries"":11,""The Home Depot"":11,""Whataburger"":9,""ALON"":9,""Market Street"":8,""Rosa's Cafe"":7,""Dollar General"":7,""Starbucks"":7,""McDonald's"":7,""Academy Sports + Outdoors"":6,""Subway"":6,""Sam's Club"":6,""Murphy USA"":6,""Taco Bell"":6}","{""android"":113,""ios"":107}" +sg:007c7ee4ceae42b7b74adc9b73dfd43d,Meetinghouse Brook,1086 N Colony Rd,Wallingford,CT,6492,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,23,20,"[2,3,2,7,2,4,3]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0]",90091754004.0,"{""090091705001"":4,""090075851003"":4,""360870101012"":4,""090091758001"":4,""090091862004"":4,""090034056007"":4,""090091757001"":4,""090091756001"":4}","{""090091705001"":4,""090091758001"":4,""090091756005"":4,""090091753001"":4,""090093433003"":4,""090091754001"":4}","{""US"":17}",5922.0,20.0,"{""<5"":0,""5-20"":13,""21-60"":9,""61-240"":1,"">240"":0}","{""DiBella's Subs"":100,""Subaru"":50,""Lowe's"":32,""McDonald's"":30}","{""DiBella's Subs"":100,""Dunkin'"":28,""McDonald's"":26,""The Home Depot"":26,""Stop & Shop"":25,""Cumberland Farms"":20,""Lowe's"":16,""Target"":15,""Walgreens"":12,""Big Y Foods"":10,""Gulf Oil"":10,""Best Buy"":10,""Hallmark Cards"":10,""IHOP"":9,""Chipotle Mexican Grill"":9,""Kohl's"":9,""Mobil"":9,""Costco Wholesale Corp."":8,""Starbucks"":5}","{""android"":8,""ios"":11}" +sg:00840d8e5ad340a591f595846426c06d,The Coffee Scene,2817 Reilly Rd Womack Army Medical Center,Fort Bragg,NC,28310,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,997,516,"[200,202,203,186,160,20,26]","[2,1,1,0,1,3,19,31,24,19,10,13,17,13,14,4,4,4,4,1,9,3,1,2,1,0,0,1,0,6,13,39,21,18,16,16,15,12,11,4,2,4,3,3,10,5,1,1,0,0,0,1,0,7,18,37,14,12,20,12,17,12,11,8,8,1,5,1,10,6,2,1,1,0,0,0,0,4,18,29,10,18,18,10,18,8,13,7,4,4,8,3,7,4,0,2,0,1,0,1,0,5,10,28,16,14,6,14,10,12,7,8,3,4,4,1,9,2,0,5,0,0,1,0,0,0,2,3,0,1,1,0,2,1,2,0,1,0,1,0,5,0,0,0,0,0,0,0,0,0,5,2,0,0,0,2,1,0,2,2,2,0,2,1,5,0,2,0]",370510034061.0,"{""370850714022"":12,""370510025042"":9,""370510032013"":9,""370510034061"":9,""370850713032"":8,""370939701022"":8,""370510034031"":7,""370850713013"":7,""370510032014"":7,""370939703004"":7,""371559602013"":6,""370850712042"":6,""370510034012"":6,""370510031021"":6,""370510033072"":6,""370510034032"":6,""370510034082"":6,""370510027004"":5,""370939701012"":5,""370510030012"":5,""370510024023"":5,""370510034051"":5,""370850712011"":5,""370510033122"":4,""370510016042"":4,""370510033143"":4,""370850711021"":4,""370510033124"":4,""370850712041"":4,""371559615003"":4,""370939701025"":4,""370510033093"":4,""370510033092"":4,""370510032045"":4,""371830531082"":4,""370510033131"":4,""483396939003"":4,""370510026002"":4,""370850713034"":4,""371010404003"":4,""370510028002"":4,""370510025021"":4,""370939701031"":4,""370510033103"":4,""371259505013"":4,""370510036001"":4,""370510026001"":4,""370510030014"":4,""370850713022"":4,""370510027002"":4,""370510017004"":4,""370510019031"":4,""370510031042"":4,""370939701011"":4,""370510023002"":4,""371950011002"":4,""370510025012"":4,""370510037003"":4,""371050305012"":4,""370510034041"":4,""370510033041"":4,""370510023003"":4,""371010415033"":4,""370850714023"":4,""370510034042"":4,""370510033043"":4,""370510006005"":4,""370510033046"":4,""370510021002"":4,""371259506021"":4,""370510016013"":4,""370510033104"":4,""371259506022"":4,""370510032052"":4,""370510033091"":4,""371259508013"":4,""370510037002"":4,""370510031033"":4,""010970063012"":4,""370510032043"":4,""370510025023"":4,""370850713033"":4,""370510033053"":4,""371259505024"":4,""370850713012"":4,""370510016012"":4,""370510034081"":4,""370510016041"":4,""371259505021"":4,""370850708022"":4,""370510035001"":4,""370510031032"":4}","{""370510034061"":50,""370850714022"":9,""370850713032"":9,""370939701022"":8,""370510032014"":7,""370510033132"":7,""370510032013"":7,""370510034041"":6,""370510034032"":6,""370850712042"":6,""370510031021"":6,""370510034031"":6,""370510034012"":6,""370510034082"":5,""370510033072"":5,""370510037002"":5,""370510033053"":5,""370510025042"":5,""370510024023"":5,""371950011002"":4,""370839310001"":4,""370510025023"":4,""370510032045"":4,""370850712041"":4,""370510030013"":4,""370510023003"":4,""370510007021"":4,""370939703004"":4,""370850713021"":4,""371650105005"":4,""370510016011"":4,""371259505024"":4,""370510021003"":4,""370510023002"":4,""371259508013"":4,""370510033111"":4,""370510028002"":4,""371259505014"":4,""370850708011"":4,""370510033143"":4,""370850714023"":4,""370510035004"":4,""371010404003"":4,""370850713034"":4,""370510011002"":4,""370510032033"":4,""370939701031"":4,""370510025013"":4,""370510031042"":4,""450790115021"":4,""371259505013"":4,""370510025022"":4,""370510022002"":4,""371259505022"":4,""370510034051"":4,""370519801001"":4,""370510033104"":4,""370850712032"":4,""370510029003"":4,""370510027004"":4,""370510032052"":4,""370510033091"":4,""370510033103"":4,""370939701012"":4,""371830501001"":4,""370939701032"":4,""370510035001"":4,""370510017004"":4,""370510019031"":4,""370510031033"":4,""370510030011"":4,""370850713022"":4,""370510016013"":4,""370510033122"":4,""370510032051"":4,""420599704004"":4,""370939701011"":4,""370510034081"":4,""370850713031"":4,""370510033092"":4,""370850712021"":4,""370510032044"":4,""370510033043"":4,""370510030012"":4,""450910611031"":4,""370850714021"":4,""370850713013"":4,""371259505021"":4,""370510034042"":4,""370510033052"":4}","{""US"":476}",15755.0,117.0,"{""<5"":13,""5-20"":147,""21-60"":208,""61-240"":305,"">240"":324}","{""Mellow Mushroom"":6}","{""Walmart"":18,""Food Lion"":12,""Lowe's"":10,""McDonald's"":8,""Chick-fil-A"":6,""BP"":5}","{""android"":281,""ios"":237}" +sg:0088560726124d33b88142a3b90e8c5b,Liberty Elementary,17901 205th Ave NW,Big Lake,MN,55309,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,37,18,"[2,5,12,17,1,0,0]","[0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,4,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,3,3,0,2,4,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",271410304021.0,"{""271410304032"":4,""271410304033"":4,""271410304025"":4}","{""271410304032"":4,""271410304031"":4,""271410304021"":4,""271410304022"":4}","{""US"":16}",3465.0,99.0,"{""<5"":0,""5-20"":7,""21-60"":6,""61-240"":17,"">240"":7}","{""Kwik Trip"":25,""Snap Fitness"":9}","{""Holiday Station"":39,""Kwik Trip"":27,""Taco Bell"":19,""The Home Depot"":18,""Target"":18,""Coborn's"":17,""Walmart"":12,""Camping World"":11,""Cub Foods"":11,""Jimmy John's"":11,""Anytime Fitness"":11,""Dairy Queen"":9,""Starbucks"":7,""Quillin's Quality Food"":6,""Leeann Chinn"":6,""Slumberland Furniture"":6,""Runnings"":6,""Ferrellgas"":6,""SuperAmerica"":6,""Quick Lane"":5}","{""android"":6,""ios"":16}" +sg:00a3b9fcbbd44473958fb7264329022c,Browning Oil Tools,6 Ridgeway Rd,Natchez,MS,39120,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,8,3,"[0,1,1,3,1,1,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0]",280010009001.0,{},"{""480679507003"":4}","{""US"":4}",,390.0,"{""<5"":0,""5-20"":1,""21-60"":2,""61-240"":0,"">240"":5}",{},{},"{""android"":4,""ios"":0}" +sg:00a895cf05be4d32a84209a17ca164e6,Starbucks,5494 Crossings Drive Pad 8,Rocklin,CA,95677,US,SG_BRAND_f116acfe9147494063e58da666d1d57e,Starbucks,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,282,224,"[30,34,39,48,41,53,37]","[0,0,0,0,0,1,0,0,1,2,1,4,2,2,5,5,0,3,1,1,1,1,0,0,0,0,0,0,0,1,1,2,4,3,2,2,5,4,1,4,2,3,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,8,4,3,2,4,2,3,3,3,0,1,1,0,0,0,0,0,0,0,0,0,4,4,6,4,4,3,7,0,3,2,3,4,0,4,0,0,0,0,0,0,0,0,0,0,1,5,4,2,5,1,1,4,4,3,1,5,2,2,0,1,0,0,0,0,0,0,0,0,0,0,3,6,5,7,4,3,5,7,2,5,2,2,2,0,0,0,0,0,0,0,0,0,0,3,5,0,4,8,4,3,0,5,2,3,0,0,0,0,0,0]",60610206025.0,"{""060610206012"":9,""060610212032"":9,""060610206044"":8,""060610206025"":7,""060610211091"":7,""060610212041"":7,""060610235001"":6,""060610211031"":6,""060610206021"":6,""060610212031"":5,""060610206024"":5,""320310033092"":5,""060610206023"":4,""060610211061"":4,""060610212033"":4,""060855113021"":4,""060610233002"":4,""060990002011"":4,""060670096372"":4,""060670081272"":4,""060610211232"":4,""060610234001"":4,""060730208062"":4,""060170306011"":4,""060610224002"":4,""060670081251"":4,""060816111001"":4,""060610210342"":4,""060670081451"":4,""060610238001"":4,""060610207152"":4,""060610206022"":4,""060610205012"":4,""060610218022"":4,""060610232001"":4,""060610211034"":4,""060670081303"":4,""060610207102"":4,""060610206043"":4,""060610205023"":4,""060610202002"":4}","{""060610212032"":10,""060610206025"":9,""060610211031"":8,""060610207111"":8,""060610235001"":8,""060610211091"":7,""060610206012"":7,""060610206021"":6,""060610212033"":5,""060610213043"":5,""060610205022"":5,""060610207171"":5,""060610206022"":4,""060670074303"":4,""060610224002"":4,""060670057023"":4,""060670081401"":4,""060610205012"":4,""060855113021"":4,""060610213092"":4,""060670081303"":4,""060610218022"":4,""060610205023"":4,""060610211232"":4,""060610203002"":4,""060610206023"":4,""060170306032"":4,""060570001035"":4,""060610211092"":4,""320310033092"":4,""060610213041"":4,""060890122001"":4,""060816111001"":4,""060170306011"":4,""060610233002"":4,""060610212041"":4,""060570004011"":4,""060610218013"":4,""060610212031"":4,""060610211231"":4,""060670081451"":4,""060670096372"":4,""060610238001"":4}","{""US"":219}",8980.0,10.0,"{""<5"":10,""5-20"":208,""21-60"":43,""61-240"":14,"">240"":7}","{""Walmart"":15,""Target"":7,""Westfield"":7,""Cabela's"":6}","{""Target"":23,""In-N-Out Burger"":16,""Walmart"":14,""Chick-fil-A"":14,""Westfield"":13,""Dutch Bros Coffee"":13,""ARCO"":13,""Raley's"":12,""Chevron Extra Mile"":12,""Chevron"":11,""Safeway"":10,""Costco Wholesale Corp."":9,""Taco Bell"":8,""T.J. Maxx"":7,""76"":7,""Bass Pro Shops"":7,""Jamba"":5}","{""android"":76,""ios"":148}" +sg:00a90077229541d0980a59c6be44bd77,Huddle House,1141 Cottingham Blvd N,Bennettsville,SC,29512,US,SG_BRAND_742b3596bb250ce50b41e37d11296a2a,Huddle House,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,29,25,"[2,2,3,4,2,11,5]","[0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,5,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,2,0,0,0,0,1,0,0,0,0,0,0]",450699602001.0,"{""390970405002"":4,""511430114002"":4,""371939610013"":4,""450699602001"":4,""450259504003"":4,""370570604002"":4,""370810126171"":4}","{""371939610013"":5,""450699603015"":4}","{""US"":22}",41118.0,23.0,"{""<5"":3,""5-20"":9,""21-60"":15,""61-240"":2,"">240"":0}","{""Pilot Flying J"":27,""Mobil"":25,""Walmart"":10,""Mellow Mushroom"":9,""State Farm"":9,""Bojangles'"":9}","{""Walmart"":48,""Food Lion"":31,""Pilot Flying J"":27,""McDonald's"":23,""Chick-fil-A"":20,""Burger King"":17,""Dollar General"":16,""Bojangles'"":16,""Shell Oil"":12,""Kohl's"":11,""Marathon"":11,""BP"":10,""Sam's Club"":10,""Wendy's"":9,""Dunham's Sports"":8,""State Farm"":8,""IGA"":8,""Cook Out"":8,""Best Western"":8,""Hardee's"":7}","{""android"":8,""ios"":15}" +sg:00b7de47f9da499492b202bb18ebc6b2,Daemen College,4380 Main St,Amherst,NY,14226,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,104,38,"[18,18,18,16,21,7,6]","[0,0,0,0,0,1,1,0,2,2,1,1,2,3,1,2,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,1,2,1,1,3,0,3,0,0,3,1,0,0,2,0,0,0,0,0,0,0,0,1,1,1,3,0,0,2,2,1,0,1,1,0,0,0,3,1,1,0,0,0,0,0,0,1,1,0,3,2,0,0,1,1,1,0,0,0,1,1,4,0,0,0,0,0,1,0,0,1,1,1,2,0,0,3,0,3,0,1,1,1,0,1,3,1,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,2,0,0,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,2,0,0,0]",360290094011.0,"{""360290095025"":5,""360290095011"":5,""360290019002"":4}","{""360290095025"":5,""360290142041"":4,""360290164004"":4,""360290095013"":4,""360290095011"":4,""360290094011"":4,""360290142071"":4}","{""US"":33}",3341.0,94.5,"{""<5"":2,""5-20"":26,""21-60"":17,""61-240"":29,"">240"":30}","{""Burn Boot Camp"":8,""Trinity Health"":8,""M&T Bank"":7,""Speedway"":6}","{""Tops Friendly Markets"":21,""Tim Hortons"":13,""Speedway"":12,""Kwik Fill"":8,""Dollar Tree"":8,""Family Dollar Stores"":6,""Target"":6,""Dairy Queen"":6,""CVS"":6,""Dash's Market"":5,""Mighty Taco"":5,""LA Fitness"":5,""Moe's Southwest Grill"":5}","{""android"":14,""ios"":23}" +sg:00c0d0993fbc4b9e80e65f9e344260a7,Extreme Aventura,2900 W Overland Rd Ste 102,Boise,ID,83705,US,,,2020-06-08 00:00:00-06:00,2020-06-15 00:00:00-06:00,10,5,"[2,3,3,1,1,0,0]","[0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",160010015002.0,"{""160010017002"":4}",{},{},,269.0,"{""<5"":0,""5-20"":2,""21-60"":0,""61-240"":1,"">240"":7}",{},"{""Walmart"":44,""Jacksons Food Stores"":20,""Fred Meyer"":20,""Dutch Bros Coffee"":20,""Chevron Extra Mile"":20,""Fred Meyer Jewelers"":20,""Jack in the Box"":19,""Little Caesars"":19,""Goodwill Industries"":19,""Family Dollar Stores"":18,""Burger King"":17,""Lowe's"":16,""Shell Oil"":16}","{""android"":4,""ios"":4}" +sg:00c99b09c1524acaa3dd04be4daaca87,Dollar Tree,1400 Berlin Rd Ste 108,Cherry Hill,NJ,8003,US,SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,Dollar Tree,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,20,9,"[2,3,3,2,2,5,3]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0]",340076035041.0,"{""340076075032"":4,""340076013002"":4}",{},"{""US"":9}",6304.0,21.0,"{""<5"":0,""5-20"":10,""21-60"":4,""61-240"":5,"">240"":1}","{""Ryder"":50,""TGI Fridays"":33,""Hibbett Sports"":33,""Valero Energy"":33}","{""Wawa"":33,""ShopRite"":22,""Dunkin'"":20,""The Home Depot"":18,""Virtua"":11,""1-800-Flowers"":11,""PrimoHoagies"":11,""A.C. Moore"":11,""Friendly's"":11,""Ryder"":11,""iLoveKickboxing"":11,""Ben & Jerry's"":11,""Boston Market"":11,""Farmers Insurance Group"":11,""Wild Birds Unlimited"":11,""BMW"":11,""TGI Fridays"":11,""Cadillac"":11,""Wegmans Food Markets"":11,""Hibbett Sports"":11}","{""android"":6,""ios"":0}" +sg:00cf6104c5af4b49b0bc0daf07cc1b3a,Quick Trip,4777 S 129th East Ave,Tulsa,OK,74134,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,15,9,"[2,2,5,0,5,1,0]","[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",401430090091.0,"{""401430016004"":4,""401430076252"":4}","{""401430075232"":4}","{""US"":11}",10365.0,87.0,"{""<5"":0,""5-20"":4,""21-60"":3,""61-240"":6,"">240"":2}",{},"{""QuikTrip"":88,""Walmart"":40,""Kum & Go"":33,""Whataburger"":32,""Charleston's"":22,""Jo-Ann Fabric and Craft Stores"":22,""CVS"":20,""Dollar Tree"":19,""Sonic"":19,""Subway"":19,""Target"":18,""Fox & Hound"":11,""Zio's Italian Kitchen"":11,""10 Gym"":11,""Louie's Grill & Bar"":11,""HD Supply"":11,""Avis Rent A Car"":11,""Golf Galaxy"":11,""barre3"":11,""Mazzio's Italian Eatery"":11}","{""android"":0,""ios"":8}" +sg:00d2ad35166745a686d153a4d58393b9,Jasper First Nazarene,400 14th Ave W,Jasper,AL,35501,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,61,26,"[7,6,13,8,8,0,19]","[0,0,0,0,0,0,2,1,0,0,0,0,1,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,2,5,0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,2,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3,8,0,0,0,0,0,2,0,1,2,0,0,0,0]",11270202001.0,"{""011270202003"":7,""011270209003"":4,""011270206001"":4,""011270203001"":4,""011270203004"":4,""011270202002"":4,""010939647005"":4}","{""011270202001"":6,""011270203004"":5,""011270202003"":5,""011270204003"":4,""010939647005"":4,""011270207002"":4,""011270202002"":4,""011270203001"":4}","{""US"":28}",3386.0,70.0,"{""<5"":5,""5-20"":13,""21-60"":11,""61-240"":20,"">240"":12}","{""Johnny Brusco's"":17,""Jimmy's Egg"":14,""LabCorp"":12,""Zaxby's"":12}","{""Jack's Family Restaurants"":34,""Walmart"":30,""Dollar General"":19,""Chick-fil-A"":15,""Chevron"":13,""Walgreens"":12,""Express Oil Change"":12,""Jim N Nick's"":12,""Sunoco"":10,""Dairy Queen"":9,""Sonic"":8,""Jimmy's Egg"":8,""Belk"":8,""Hyundai Motor"":8,""Krispy Kreme Doughnuts"":8,""Buffalo Wild Wings"":7,""Shell Oil"":7,""Zaxby's"":7,""Planet Fitness"":7,""Love's Travel Stops and Country Stores"":7}","{""android"":4,""ios"":22}" +sg:00d5781d40db4e3ca6f1a54550719590,Pita 360,5895 Katella Ave,Cypress,CA,90630,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,7,7,"[2,0,1,2,1,0,1]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0]",60591101131.0,"{""060591100062"":4}","{""060591100062"":4}","{""US"":8}",4640.0,9.0,"{""<5"":0,""5-20"":5,""21-60"":2,""61-240"":0,"">240"":0}",{},"{""Kimpton Hotels & Restaurants"":14,""Just Tires"":14,""Ono Hawaiian BBQ"":14,""Pieology Pizzeria"":14,""WaBa Grill"":14,""The Habit Burger Grill"":14,""Famous Footwear"":14,""Edward Jones"":14,""Smart & Final"":14,""Chevron Extra Mile"":14,""In-N-Out Burger"":14,""Denny's"":14,""ARCO"":14,""Chili's Grill & Bar"":14,""Pilot Flying J"":13,""Chevron"":12,""The Home Depot"":10,""Shell Oil"":10}","{""android"":8,""ios"":0}" +sg:00d6eca7c1904e9aa97a9d57de7fd597,El Nuevo Frutilandia,3077 24th St,San Francisco,CA,94110,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,5,5,"[1,1,1,0,0,2,0]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",60750229012.0,"{""060014506041"":4}","{""060014506041"":4}","{""US"":4}",4887.0,6.0,"{""<5"":0,""5-20"":4,""21-60"":1,""61-240"":0,"">240"":0}","{""Outback Steakhouse"":100}","{""Kelly-Moore Paints"":40,""World Market"":40,""Outback Steakhouse"":40,""The Home Depot"":36,""HD Supply"":20,""99 Ranch Market"":20,""Sephora"":20,""24 Hour Fitness"":20,""Ferguson"":20,""Nordstrom Rack"":20,""Boston Market"":20,""Kaiser Permanente"":20,""Best Western"":20,""Holiday Inn Express"":20,""Safeway"":19,""Chipotle Mexican Grill"":19,""Pizza Hut"":19,""Costco Wholesale Corp."":18,""Starbucks"":15,""Target"":15}","{""android"":4,""ios"":0}" +sg:00da4eef51034edfbf5901727f645fff,Maverik,1349 E 1450 S,St George,UT,84790,US,SG_BRAND_857fcc0687933d1589554945329fe236,Maverik,2020-06-08 00:00:00-06:00,2020-06-15 00:00:00-06:00,101,92,"[16,10,12,27,14,16,6]","[0,0,0,0,1,0,1,0,1,4,1,2,0,1,0,0,0,0,0,0,3,1,1,0,0,0,0,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,2,0,1,0,0,1,0,0,0,1,1,0,0,0,2,2,3,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,2,1,0,5,3,4,4,0,0,1,0,1,0,0,1,0,2,1,1,1,0,0,1,0,0,1,4,0,3,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,3,0,2,7,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0]",490532717012.0,"{""490532717021"":19,""490532717012"":9,""490532708011"":8,""490532717011"":5,""490211102002"":4,""490399723004"":4,""490532708021"":4,""490532701004"":4,""490532707004"":4,""490532712002"":4,""490532717022"":4,""490211107022"":4,""490532715002"":4,""490479683011"":4,""490532711004"":4,""490532711001"":4,""490532705002"":4,""320030033051"":4,""490532706002"":4}","{""490532717021"":17,""490532708011"":10,""490532717011"":9,""490532717012"":8,""490532717022"":7,""490532711004"":4,""490532718001"":4,""490532715002"":4,""160779602001"":4,""490532711003"":4,""490532716002"":4,""080590120422"":4,""060610213041"":4}","{""US"":90}",4904.0,8.0,"{""<5"":9,""5-20"":74,""21-60"":9,""61-240"":2,"">240"":7}","{""Walmart"":10,""Hungry Howie's Pizza & Subs"":10,""Ford Motor Company"":10,""Subway"":9,""Panda Express"":7,""Target"":7,""Hobby Lobby Stores"":7,""McDonald's"":7,""Olive Garden"":6,""United States Postal Service (USPS)"":6,""Pilot Flying J"":6,""Dollar Tree"":5}","{""Walmart"":27,""Chevron"":18,""Smith's Food & Drug Stores"":16,""Phillips 66"":14,""Target"":12,""Starbucks"":11,""Sinclair Oil"":11,""Harmons"":10,""McDonald's"":9,""Costco Wholesale Corp."":9,""Wendy's"":8,""The Home Depot"":8,""Taco Bell"":8,""Dairy Queen"":8,""Red Lion Hotels"":8,""In-N-Out Burger"":7,""Dollar Tree"":7,""Lin's Fresh Market"":7,""Costa Vida"":6,""Build A Bear Workshop"":6}","{""android"":53,""ios"":38}" +sg:00eb92f85e864b7a81292c007d2c0d55,Braun Kevin F Dr Dntst,56 Church Hill Rd,Newtown,CT,6470,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,1,1,"[0,0,0,1,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",90012301003.0,"{""090093461013"":4}",{},{},,9.0,"{""<5"":0,""5-20"":1,""21-60"":0,""61-240"":0,"">240"":0}",{},{},"{""android"":0,""ios"":0}" +sg:00f793a072c140e2995a45281c25445f,Tom Thumb Food Stores,3871 E Co Hwy 30 A,Panama City Beach,FL,32407,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,840,571,"[128,98,119,133,124,128,110]","[1,0,0,0,0,1,1,3,3,5,12,7,13,3,10,8,5,6,6,7,14,13,7,3,2,0,0,0,0,1,0,2,2,3,7,5,6,3,10,5,7,4,6,6,13,10,6,0,2,0,0,0,2,0,0,0,3,5,8,10,2,9,7,8,6,8,9,11,7,16,3,3,2,0,0,1,1,2,2,3,4,10,11,8,4,10,8,12,4,18,4,6,12,3,6,2,1,0,0,0,0,2,1,1,5,9,5,7,11,7,3,6,10,12,11,10,6,11,5,1,0,2,0,0,3,0,2,2,4,4,5,3,1,6,8,18,9,13,5,8,10,15,7,3,2,0,1,0,0,1,3,0,3,8,4,8,10,7,7,7,6,9,3,5,4,16,5,1]",121319506021.0,"{""121319506021"":21,""121319506015"":10,""220659601002"":7,""120910207003"":6,""121319506023"":6,""010730108022"":6,""484530017711"":5,""221030406012"":5,""121319505021"":5,""220919511001"":5,""131210114143"":5,""121319506016"":5,""120050005001"":4,""484199502001"":4,""482014224022"":4,""517700029004"":4,""131210089043"":4,""131350501071"":4,""120050024003"":4,""010730107051"":4,""483970404011"":4,""130670309014"":4,""121319501013"":4,""481130006034"":4,""121319503022"":4,""120910220022"":4,""211110103171"":4,""211110103162"":4,""280490002003"":4,""471870503061"":4,""280890303021"":4,""120050013011"":4,""120050023002"":4,""010890102002"":4,""131210115032"":4,""051474902002"":4,""132859602021"":4,""484391131121"":4,""120910202001"":4,""011210115001"":4,""280890302014"":4,""121030268112"":4,""320030058041"":4,""120599604003"":4,""130159610001"":4,""120050002021"":4,""470631007001"":4,""050510119001"":4,""171670036041"":4,""010399616003"":4,""011150401042"":4,""121319502002"":4,""132551607001"":4,""484199506001"":4,""120379703041"":4,""121319506011"":4,""484530016044"":4,""171430034013"":4,""130570909022"":4,""471570213524"":4,""010810408002"":4,""121319506022"":4,""281210208023"":4,""011210115002"":4,""121319505022"":4,""420710119011"":4,""131210114163"":4,""401430054022"":4,""010770117002"":4,""484391130011"":4,""130470303041"":4,""120910210021"":4,""050310008022"":4,""471130016102"":4,""131350506062"":4,""220659602001"":4,""470650110021"":4,""170190106033"":4,""471490414032"":4,""121319504002"":4,""011170302163"":4,""130670313132"":4,""120990053004"":4,""220330017001"":4,""281039501003"":4,""471470806032"":4,""011170303311"":4,""482014312021"":4,""450070112011"":4,""210039204001"":4,""481576746031"":4,""011250104072"":4,""131390002042"":4,""120910219003"":4,""484530017682"":4,""484530019101"":4,""010690402011"":4,""471570215403"":4,""121319503013"":4,""471570215402"":4,""131210114253"":4,""120910221001"":4,""470930058091"":4,""470090111013"":4,""480913109031"":4,""481210215253"":4,""121319506033"":4,""121130108092"":4,""481130007012"":4,""471870501012"":4,""471870512021"":4,""130890212101"":4,""131131404073"":4,""280330709001"":4,""131350507261"":4}","{""121319506021"":16,""121319506023"":14,""280719505022"":8,""121319506015"":8,""471570215402"":7,""121319505021"":6,""180190507012"":6,""121319506014"":5,""471870511001"":5,""131390002042"":5,""133130014001"":5,""401091063022"":5,""471570213521"":5,""121319505011"":5,""131390002031"":4,""471570096004"":4,""010730129111"":4,""121319506022"":4,""131210115032"":4,""280819503022"":4,""280730201001"":4,""481130079062"":4,""471130016102"":4,""470930058091"":4,""051430105072"":4,""470539671001"":4,""011210113005"":4,""130131801051"":4,""281210208023"":4,""280890303021"":4,""471490421002"":4,""131390002041"":4,""470370188042"":4,""280330709001"":4,""121319506011"":4,""281059506012"":4,""010610501001"":4,""120570039002"":4,""401370009013"":4,""050619503003"":4,""050450305021"":4,""280330707102"":4,""080310040023"":4,""482014550001"":4,""121319506012"":4,""484391216083"":4,""010890102002"":4,""010399621002"":4,""470370180004"":4,""130470307001"":4,""281139504002"":4,""121319506031"":4,""484530019101"":4,""470930070002"":4,""390690006003"":4,""010030111021"":4,""471490401051"":4,""470650110021"":4,""120910210021"":4,""010330209022"":4,""010730107051"":4,""120050027053"":4,""130570908042"":4,""471870501012"":4,""130570908041"":4,""050070213111"":4,""390170111212"":4,""010030113003"":4,""280719502011"":4,""120050023002"":4,""121319505012"":4,""120599602005"":4,""280179504004"":4,""551010015026"":4,""370710324013"":4,""470370191062"":4,""480897504004"":4,""471870503061"":4,""450070112011"":4,""132551607001"":4,""180571108061"":4,""121319505022"":4,""121090209022"":4,""483290101143"":4,""121339702002"":4,""010770109004"":4,""120599602004"":4,""121319501013"":4,""010330204001"":4,""484530016044"":4,""010730023051"":4,""281279502004"":4,""051190015022"":4,""120599604003"":4,""211999304021"":4,""120010022044"":4,""051474902002"":4,""211110107021"":4,""130890212103"":4,""280890304001"":4,""281039501003"":4,""471890310002"":4,""120050004001"":4,""120050002021"":4,""481130135001"":4,""010730108052"":4,""481130135002"":4,""121319506016"":4}","{""US"":545}",462391.0,10.0,"{""<5"":51,""5-20"":533,""21-60"":101,""61-240"":77,"">240"":78}","{""Publix Super Markets"":8}","{""Publix Super Markets"":33,""Chick-fil-A"":17,""Simon mall"":16,""McDonald's"":11,""Shell Oil"":11,""Exxon Mobil"":6,""Sonic"":6,""Marathon"":6,""Waffle House"":6,""Target"":6,""CEFCO"":5,""Whataburger"":5,""Love's Travel Stops and Country Stores"":5}","{""android"":124,""ios"":443}" +sg:00fcb20534a441a2b603ccb4c03e0ddc,Grace Community Church,20076 County Road 36,Goshen,IN,46526,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,89,68,"[2,2,17,5,3,13,47]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,3,5,0,6,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,3,4,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,2,10,9,14,4,1,0,1,1,0,0,0,0,0,0,0,0]",180390004003.0,"{""180879703002"":8,""180390010002"":7,""180879703004"":6,""180390002001"":5,""180390004003"":5,""180859610001"":4,""180390019021"":4,""180859624001"":4,""180390003011"":4,""180879704012"":4,""180390021011"":4,""180390009003"":4,""181139721001"":4,""180390012002"":4,""180879701004"":4,""180390019014"":4,""180390013002"":4,""180390008011"":4,""180859615003"":4,""180390006003"":4,""390170111123"":4,""180390029003"":4,""181410116023"":4}","{""180390002001"":8,""180390004003"":6,""180390012002"":4,""180879704021"":4,""180390006003"":4,""180390017025"":4,""180390010003"":4,""181519714002"":4,""180879703004"":4,""180879704012"":4,""180390008024"":4,""180859615003"":4,""180390021011"":4}","{""US"":67}",14601.0,86.0,"{""<5"":0,""5-20"":9,""21-60"":17,""61-240"":48,"">240"":15}","{""Edward Jones"":8,""BP"":8,""Target"":7}","{""Goodwill Industries"":22,""BP"":17,""Walmart"":16,""Meijer"":15,""Dollar General"":15,""Dairy Queen"":14,""Burger King"":14,""Phillips 66"":12,""Target"":10,""Buffalo Wild Wings"":10,""Wendy's"":9,""Speedway"":9,""McDonald's"":9,""Pizza Hut"":8,""Marathon"":7,""Starbucks"":7,""CVS"":6,""Lowe's"":6,""Parkview Health"":6,""Edward Jones"":6}","{""android"":36,""ios"":31}" +sg:010a133c5cdc46f8a673d0b2fc3d6354,Duvalls Structures,12056 Loop 107,Adkins,TX,78101,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,28,10,"[3,5,5,4,3,5,3]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0]",480291419002.0,"{""484930004033"":4,""480291308003"":4}","{""480291318023"":8,""484930002022"":4,""484930004033"":4,""480291419002"":4}","{""US"":8}",16537.0,47.5,"{""<5"":0,""5-20"":8,""21-60"":7,""61-240"":6,"">240"":7}","{""Popeyes Louisiana Kitchen"":33,""Lowe's"":24}","{""Dollar General"":36,""Buc-ee's"":30,""H-E-B"":29,""Shell Oil"":26,""Chevrolet"":19,""Texas Roadhouse"":19,""Chili's Grill & Bar"":19,""Whataburger"":19,""Circle K"":19,""Valero Energy"":19,""7-Eleven"":19,""Burger King"":17,""Sonic"":17,""Gucci"":10,""Bubba's 33"":10,""Staybridge Suites"":10,""Bill Miller Bar-B-Q"":10,""Ferguson"":10,""Cato Fashions"":10,""Residence Inn by Marriott"":10}","{""android"":4,""ios"":4}" +sg:011d796608464054bee18ec8eef5dc01,Davidson County Airport,Davidson County Airport,Lexington,NC,27292,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,103,48,"[11,11,19,15,11,13,23]","[0,0,0,1,0,0,1,2,1,1,2,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,1,2,1,1,0,0,0,0,0,0,0,1,0,1,2,0,0,1,1,0,0,0,0,1,1,2,1,1,1,1,1,0,1,1,1,0,2,2,1,0,1,0,0,0,0,0,0,1,3,0,1,1,0,2,1,2,0,1,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,1,1,1,2,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,0,2,1,0,0,0,0,1,0,1,2,1,0,0,0,0,1,0,0,1,1,0,2,3,4,0,0,2,2,1,1,0,2,1,0,1,1]",370570618031.0,"{""370970612042"":4,""370670027031"":4,""371679312021"":4,""370810144122"":4,""370570618031"":4}","{""370570618031"":10,""370570613001"":4,""370570618022"":4,""370810163052"":4,""371590502012"":4,""370810144122"":4,""370570615004"":4,""371970502002"":4,""482015423021"":4,""370570618041"":4,""515500210092"":4}","{""US"":40}",30149.0,41.0,"{""<5"":3,""5-20"":33,""21-60"":26,""61-240"":22,"">240"":19}","{""Sheetz"":25,""ALDI"":15,""Subway"":13,""Lowe's"":13,""BP"":13,""Waffle House"":8,""Little Caesars"":8,""CrossFit"":8,""Harrah's"":8,""Ollie's Bargain Outlet"":8,""Hyatt Place"":7,""Belk"":7,""Candlewood Suites"":7,""Food Lion"":6,""Target"":5}","{""Food Lion"":16,""BP"":13,""Walmart"":11,""Sheetz"":10,""CITGO"":10,""Subway"":9,""Chick-fil-A"":9,""Cook Out"":8,""McDonald's"":8,""Lowe's"":6,""Exxon Mobil"":6,""Starbucks"":6,""Panera Bread"":5,""Little Caesars"":5,""ALDI"":5,""QuikTrip"":5,""Walgreens"":5,""Circle K"":5}","{""android"":19,""ios"":30}" +sg:011e14d1e036461d9f1d37432b411e02,Com Kitchen,501 E 28th St,Tucson,AZ,85713,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,5,3,"[0,0,0,2,2,0,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",40190023006.0,{},{},{},,68.0,"{""<5"":0,""5-20"":2,""21-60"":0,""61-240"":1,"">240"":2}",{},{},"{""android"":4,""ios"":0}" +sg:011e15759d5f4ada9f5032612956579f,Kaiser Permanente,2103 E Gonzales Rd,Oxnard,CA,93036,US,SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,Kaiser Permanente,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,20,17,"[5,3,5,2,5,0,0]","[0,0,0,0,0,0,0,0,1,1,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",61110049021.0,"{""061110015031"":4,""061110053051"":4,""061110029011"":4}","{""061110052033"":4,""061110029011"":4,""061110050041"":4,""061110031001"":4}","{""US"":15}",7438.0,46.5,"{""<5"":0,""5-20"":3,""21-60"":11,""61-240"":3,"">240"":3}","{""Costco Wholesale Corp."":33,""Smart & Final"":20,""Edible Arrangements"":20}","{""Starbucks"":19,""Vons"":18,""Ralphs"":18,""ARCO"":17,""Jack in the Box"":17,""CVS"":15,""Costco Wholesale Corp."":15,""Target"":13,""Planet Beauty"":12,""99 Cents Only Stores"":12,""Trader Joe's"":12,""Chevron"":10,""Wendy's"":9,""Souplantation"":6,""Sharky's Woodfired Mexican Grill"":6,""Superior Pool Products"":6,""Citibank"":6,""Kelly-Moore Paints"":6,""Bentley's Pet Stuff"":6,""United Way"":6}","{""android"":7,""ios"":6}" +sg:0123318e2e5a4911872e9971d771eb90,Savage Fire Department Station 2,14321 Oconnell Rd,Savage,MN,55378,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,21,11,"[1,6,2,3,3,3,3]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0]",271390802053.0,"{""271230375002"":4,""271390802054"":4,""271230425042"":4,""271390802033"":4,""271390802053"":4}","{""271390802054"":5}","{""US"":8}",990.0,40.0,"{""<5"":0,""5-20"":5,""21-60"":6,""61-240"":6,"">240"":4}",{},"{""Speedway"":26,""Subway"":24,""Target"":14,""Granite City Food & Brewery"":9,""Sleep Number"":9,""Lifetime Fitness"":9,""Perkins Restaurant & Bakery"":9,""Cub Foods"":9,""ULTA Beauty"":9,""Holiday Station"":9,""Wells Fargo"":9,""Quality Inn"":9,""Kwik Trip"":9,""Raising Cane's"":9,""Chipotle Mexican Grill"":8,""Hobby Lobby Stores"":8,""Arby's"":8,""Taco Bell"":6}","{""android"":4,""ios"":8}" +sg:0123e4a665174fe29407655c2c614d11,BP,125 S Bloomington Rd,Grand Ridge,IL,61325,US,SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,BP,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,25,21,"[2,4,5,3,2,5,4]","[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0]",170999640002.0,"{""170999635004"":5,""170999635003"":4,""170999641004"":4,""170999639001"":4,""170999640002"":4}","{""170999635004"":4}","{""US"":16}",11068.0,6.0,"{""<5"":3,""5-20"":15,""21-60"":3,""61-240"":2,"">240"":2}","{""Ace Hardware"":25,""Super Wash"":20,""Casey's General Stores"":20}","{""Walmart"":32,""Kroger"":27,""Casey's General Stores"":23,""Circle K"":23,""Menard's"":18,""Marathon"":18,""McDonald's"":15,""Shell Oil"":15,""Blain’s Farm & Fleet"":14,""Thorntons"":14,""Culver's"":14,""Dairy Queen"":12,""Burger King"":12,""Super Wash"":10,""Big R"":10,""Staples"":9,""Family Dollar Stores"":8,""Dunkin'"":8,""Dollar Tree"":7,""The Home Depot"":5}","{""android"":8,""ios"":11}" +sg:012ff58002cd4ab39e511adf0f4bed63,Desoto Parish Dialysis Center,1410 McArthur Dr,Mansfield,LA,71052,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,4,2,"[0,2,1,0,0,0,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0]",220319506003.0,"{""220319503002"":4}",{},"{""US"":4}",,33.5,"{""<5"":1,""5-20"":0,""21-60"":3,""61-240"":0,"">240"":0}",{},{},"{""android"":0,""ios"":0}" +sg:013c2f6954924a95a7ef5d1d265e3da1,Rio Grande Elementary,15 Eastside School Rd,Belen,NM,87002,US,,,2020-06-08 00:00:00-06:00,2020-06-15 00:00:00-06:00,11,3,"[1,4,1,4,1,0,0]","[0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",350619709014.0,"{""350619710002"":5}",{},"{""US"":4}",,361.0,"{""<5"":0,""5-20"":1,""21-60"":2,""61-240"":2,"">240"":6}",{},{},"{""android"":0,""ios"":0}" +sg:0145b1ee82a545748ce1a6d47bcd47c0,Fruteria Cano,506 S Nursery Rd,Irving,TX,75060,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,23,21,"[3,3,2,5,4,3,3]","[0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0]",481130149021.0,"{""481130151004"":4,""481130085002"":4,""481130147014"":4}","{""481130147031"":4}","{""US"":18}",6309.0,11.0,"{""<5"":1,""5-20"":18,""21-60"":1,""61-240"":3,"">240"":0}","{""O'Reilly Auto Parts"":33,""Sonic"":24}","{""Dollar General"":15,""Starbucks"":14,""Little Caesars"":13,""QuikTrip"":13,""Sonic"":11,""Target"":10,""Pizza Patrón"":10,""El Rancho Supermercado"":9,""99 Cents Only Stores"":9,""Papa John's"":9,""O'Reilly Auto Parts"":9,""ALDI"":9,""7-Eleven"":8,""Exxon Mobil"":8,""Wendy's"":7,""Walgreens"":6,""The Home Depot"":5,""Shell Oil"":5}","{""android"":20,""ios"":4}" +sg:01468b434e9c4dc28923f62027fa7a2d,Topper Fine Jewelers,1315 Burlingame Ave,Burlingame,CA,94010,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,1,1,"[0,0,0,1,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",60816055002.0,{},{},,,29.0,"{""<5"":0,""5-20"":0,""21-60"":1,""61-240"":0,"">240"":0}",{},{},"{""android"":0,""ios"":0}" +sg:01495c71bd8d4231865878d1373e6493,Quality Diamond Tools,6970 Wallis Rd,West Palm Beach,FL,33413,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,35,17,"[5,8,6,9,6,1,0]","[0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,2,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",120990032011.0,"{""120990077621"":4,""120990048102"":4,""120860100152"":4,""120990059352"":4,""120990078175"":4,""120990078091"":4,""120990038005"":4}","{""120090650221"":4,""120990040101"":4,""120990038005"":4,""120850014101"":4,""120860100152"":4}","{""US"":15}",12251.0,16.0,"{""<5"":2,""5-20"":17,""21-60"":10,""61-240"":5,"">240"":1}","{""Jersey Mike's"":25,""Dunkin'"":16,""McDonald's"":13}","{""7-Eleven"":46,""Publix Super Markets"":40,""McDonald's"":20,""The Home Depot"":19,""Wawa"":17,""Dunkin'"":16,""Dollar Tree"":15,""Taco Bell"":15,""Walmart"":13,""Shell Oil"":13,""Duffy's Sports Grill"":12,""Whit's Frozen Custard"":12,""Cold Stone Creamery"":12,""KFC"":11,""Sunoco"":11,""Chevron"":10,""Lowe's"":8,""Starbucks"":7,""Sur La Table"":6,""SoBol Acai Bowls & Beyond"":6}","{""android"":7,""ios"":7}" +sg:014a084ceac2440ebd153ff7b3602f2b,Samis Cafe,9700 Kingston Pike Ste 5,Knoxville,TN,37922,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,89,74,"[13,12,15,15,13,21,0]","[0,0,0,0,0,1,0,1,3,4,1,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,2,3,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,2,5,1,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,2,2,3,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,2,4,2,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,5,5,2,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",470930057061.0,"{""470930058031"":8,""470930052013"":6,""470930059042"":5,""470930058071"":4,""470930057071"":4,""470930058092"":4,""470930061032"":4,""470930059081"":4,""470930058132"":4,""470930058091"":4,""470930057081"":4,""470930059031"":4,""470930059061"":4,""470930059043"":4,""470930059032"":4,""470930046112"":4,""470930044033"":4,""470930062081"":4,""470930057124"":4}","{""470930056042"":7,""470930044011"":5,""470930058071"":5,""470930057101"":4,""470930057071"":4,""470930057072"":4,""470930058031"":4,""470930059071"":4,""471550801021"":4,""470930044033"":4,""470930057061"":4,""471050602021"":4,""470930060032"":4,""470930064012"":4,""470930057012"":4,""470631005001"":4,""470930059031"":4,""470930057042"":4}","{""US"":68}",7852.0,48.0,"{""<5"":1,""5-20"":11,""21-60"":46,""61-240"":23,"">240"":8}","{""Target"":18,""Food City"":13,""Chili's Grill & Bar"":9,""Toyota"":8,""Infiniti"":8,""Workout Anytime"":8,""BMW"":8,""Office Depot"":8,""Walgreens"":7,""Subway"":7,""Lowe's"":7,""The Home Depot"":7,""Fitness Together"":7,""Northwestern Mutual"":7,""Taco Bell"":7,""Genesis Auto"":7,""Subaru"":7,""CrossFit"":6,""Wendy's"":6}","{""Chick-fil-A"":25,""Weigel's"":17,""The Home Depot"":17,""Lowe's"":14,""Starbucks"":13,""Ingles Markets"":12,""Target"":12,""Cracker Barrel"":12,""Food City"":11,""Kroger"":9,""The ChopHouse"":8,""Texas Roadhouse"":8,""Simon mall"":7,""Kohl's"":7,""Publix Super Markets"":7,""Walgreens"":6,""Waffle House"":6,""Dunkin'"":6,""Chili's Grill & Bar"":6,""Planet Fitness"":6}","{""android"":25,""ios"":50}" +sg:014d714f42d447cba530534908714607,Kawasaki Motors,15202 Smokey Point Blvd,Marysville,WA,98271,US,SG_BRAND_aa04b54ae641914a733f61abf6c58a5f,Kawasaki Motors,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,20,12,"[4,5,2,2,6,1,0]","[0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",530610528031.0,"{""530610538023"":5,""530610533012"":4,""530610526072"":4,""530299715001"":4,""530610534003"":4}","{""530770003002"":6,""530610526072"":4,""530610528031"":4,""530610533012"":4}","{""US"":9}",21762.0,13.0,"{""<5"":1,""5-20"":13,""21-60"":2,""61-240"":4,"">240"":0}","{""Walmart"":92,""Chevron"":49,""Love's Travel Stops and Country Stores"":20}","{""Chevron"":56,""Shell Oil"":29,""L&W Supply"":25,""The Home Depot"":21,""Haggen"":17,""Coastal Farm and Ranch"":17,""Sunglass Hut"":16,""Fred Meyer Jewelers"":16,""Lowe's"":13,""Starbucks"":12,""Pagliacci"":8,""BMC (Building Materials and Construction Services)"":8,""HD Supply"":8,""UW Medicine"":8,""CosmoProf"":8,""Johnstone Supply"":8,""Cycle Gear"":8,""Grocery Outlet"":8,""FIAT"":8,""Fastenal"":8}","{""android"":7,""ios"":6}" +sg:014f26c379a84ce08fc224ff0ae2088f,Taco Bell,3221 Express Ct,Appleton,WI,54915,US,SG_BRAND_748ba381dd81bb8de615319837ffa350,Taco Bell,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,221,195,"[38,19,35,27,38,27,37]","[1,0,0,0,0,0,0,0,0,0,1,1,2,2,4,1,0,1,6,5,3,3,6,2,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,2,2,1,1,1,5,3,1,0,1,0,0,0,0,0,0,0,2,2,1,1,0,0,6,3,0,4,2,4,3,5,0,0,0,0,0,0,0,0,1,0,1,1,2,3,2,0,4,3,3,0,1,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,3,3,3,0,1,0,2,3,4,7,9,3,3,5,0,0,0,0,0,0,0,0,1,0,2,0,2,1,0,0,0,1,1,3,4,4,4,1,0,0,0,0,0,0,0,0,2,0,2,0,2,0,6,5,3,3,0,3,4,2]",550870106012.0,"{""550150207001"":13,""550150203081"":13,""550870121004"":8,""550870120002"":7,""550150203062"":7,""550870121003"":6,""550090214003"":6,""550870133001"":6,""550870121001"":6,""550870116004"":5,""550870120003"":5,""550870121005"":4,""550150203061"":4,""550150203042"":4,""550150202004"":4,""550870106022"":4,""550150203031"":4,""550870117002"":4,""551351012002"":4,""550870115023"":4,""550870116002"":4,""550870124001"":4,""550150203063"":4,""040210017061"":4,""550150201004"":4,""550870116001"":4,""550870106011"":4,""550870119005"":4,""550870115012"":4,""550870106013"":4,""550870117003"":4,""551332033042"":4,""550150203041"":4,""550150208002"":4,""550150203043"":4,""550870106023"":4,""550870133002"":4,""551390037024"":4,""550870120004"":4}","{""550150207001"":13,""550150203081"":12,""550870120002"":8,""550870120003"":8,""550150208002"":7,""550870120004"":7,""550870116004"":6,""550870133001"":5,""551390024005"":5,""551390037024"":5,""550150203062"":5,""550870124001"":4,""550870115023"":4,""550870119002"":4,""550870122002"":4,""550870116003"":4,""550870116001"":4,""550870117002"":4,""550090215001"":4,""550150201004"":4,""550870110004"":4,""550870115022"":4,""550150202004"":4,""550870106022"":4,""550870118001"":4,""550870115012"":4,""550150203082"":4,""551332033042"":4,""550870121003"":4,""550150208001"":4,""550870107002"":4,""550150203032"":4,""261112902002"":4,""550150203063"":4,""550150202002"":4,""550870106012"":4,""550870121005"":4,""550831013002"":4,""550870106011"":4,""551351012002"":4,""550870125042"":4}","{""US"":194}",4918.0,10.0,"{""<5"":10,""5-20"":179,""21-60"":29,""61-240"":3,"">240"":0}","{""Kwik Trip"":18,""Culver's"":11,""Target"":7,""Mills Fleet Farm"":6,""Advance Auto Parts"":5}","{""Kwik Trip"":40,""McDonald's"":23,""Culver's"":17,""Festival Foods Wisconsin"":14,""Pick 'n Save"":12,""BP"":11,""Target"":11,""Walmart"":11,""Panda Express"":11,""Dunkin'"":9,""Menard's"":7,""Mills Fleet Farm"":7,""MotoMart"":6,""Dairy Queen"":6,""Walgreens"":6,""Dollar Tree"":5,""Starbucks"":5,""Kohl's"":5}","{""android"":71,""ios"":122}" +sg:01535557e5724c19a8ea21712baec52f,Nation's Giant Hamburgers & Great Pies,3574 N Tracy Blvd,Tracy,CA,95376,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,96,82,"[12,11,8,15,16,23,11]","[0,0,0,0,0,0,0,0,0,0,1,0,0,2,1,0,0,5,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,1,0,1,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,0,1,5,0,2,1,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,2,0,2,1,0,1,3,2,2,1,0,0,0,0,1,0,1,1,1,0,2,0,1,0,2,0,5,1,1,2,1,2,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,2,0,0,3,0,0,1,1,0,1]",60770053051.0,"{""060014379002"":8,""060014403351"":4,""060770022022"":4,""060990012003"":4,""060710091181"":4,""060770053031"":4,""060770051105"":4,""060770025041"":4,""060990023022"":4,""060770038011"":4,""060770051352"":4,""060770053052"":4,""060990028011"":4,""060770052092"":4,""060990004041"":4,""060670093222"":4,""060990009111"":4,""060770051301"":4,""060770053022"":4,""060770051291"":4,""060990023014"":4,""060770052063"":4,""060770039002"":4,""060133040052"":4,""060770052064"":4,""060770054051"":4}","{""060770053031"":4,""060770038031"":4,""060770053053"":4,""060770051291"":4,""060770054051"":4,""061070013024"":4,""060770051323"":4,""060816066001"":4,""060770022022"":4,""060710091181"":4,""060770053052"":4,""060770048004"":4,""060133040052"":4,""060770053051"":4,""060670095041"":4,""060770051301"":4,""060014403351"":4,""060014379002"":4}","{""US"":80}",23285.0,17.0,"{""<5"":2,""5-20"":55,""21-60"":21,""61-240"":7,"">240"":11}","{""In-N-Out Burger"":18,""FoodMaxx Supermarkets"":14,""Wendy's"":13,""Raley's"":9,""Chevron Extra Mile"":9,""Staples"":9,""ARCO"":9,""Kaiser Permanente"":9,""Costco Wholesale Corp."":8,""Taco Bell"":8,""Shell Oil"":7,""Texas Roadhouse"":7,""Lincoln"":7,""WinCo Foods"":7,""McDonald's"":6}","{""Costco Wholesale Corp."":21,""ARCO"":18,""In-N-Out Burger"":14,""McDonald's"":14,""Starbucks"":14,""Jack in the Box"":13,""Target"":12,""Safeway"":12,""Save Mart Supermarkets"":11,""Carl's Jr."":10,""The Home Depot"":9,""Chevron Extra Mile"":8,""WinCo Foods"":8,""76"":8,""Michaels Stores"":8,""Chevron"":8,""Shell Oil"":8,""Togo's Eateries"":7,""Raley's"":7,""Walmart"":7}","{""android"":48,""ios"":34}" +sg:016211e978f04946b05502fe0ef247e5,Rock Hill Bi Lo Plaza,781 Albright Rd,Rock Hill,SC,29730,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,235,208,"[29,28,37,39,42,45,15]","[0,0,0,0,0,0,0,0,1,3,0,2,2,3,7,2,4,2,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,2,4,3,2,3,3,2,3,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,1,3,2,3,4,2,5,3,7,1,4,1,1,0,0,0,0,0,0,0,0,0,0,1,1,4,3,4,0,3,8,5,2,5,2,0,0,0,1,0,0,0,0,0,0,0,0,1,1,4,2,4,2,2,6,3,5,5,7,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,3,5,2,8,3,3,7,3,2,2,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,3,1,3,1,0,2,0,0,0,0]",450910613011.0,"{""450910612011"":13,""450910613012"":12,""450910602002"":11,""450910603003"":7,""120860114015"":7,""450910604022"":7,""450910612031"":6,""450910605012"":5,""450910616022"":5,""450910612032"":5,""450910604021"":5,""450910612022"":5,""540810008044"":4,""450230209001"":4,""450910604011"":4,""450910604012"":4,""450910613011"":4,""450910602003"":4,""450910611011"":4,""450910615022"":4,""371790210141"":4,""450910612012"":4,""450910609012"":4,""450910609011"":4,""450910612021"":4,""450910615023"":4,""131050004004"":4,""450910613023"":4,""450910614031"":4,""450910608031"":4,""450910609051"":4,""450910609042"":4,""371190038082"":4,""450910605021"":4,""450910609052"":4}","{""450910602002"":11,""450910603003"":9,""450910612011"":9,""450910612031"":8,""450910604022"":7,""450910613012"":7,""450910609011"":6,""450910609012"":6,""450910612032"":6,""450910615022"":6,""450570107003"":5,""450910604011"":5,""450910613022"":4,""371790210141"":4,""450910609052"":4,""450910609042"":4,""450910612021"":4,""450910612022"":4,""450230209002"":4,""450399602001"":4,""450910608031"":4,""450570103002"":4,""450910605012"":4,""450910609074"":4,""450910614031"":4,""450910615023"":4,""450630210321"":4,""450910609051"":4,""450570112022"":4,""450230203003"":4,""450910616024"":4,""450910613011"":4,""450910601022"":4,""450230206021"":4,""450230206012"":4,""450910604012"":4,""450910605021"":4,""130950107001"":4,""450910604021"":4,""450910603002"":4,""450910612012"":4}","{""US"":201}",7055.0,15.0,"{""<5"":10,""5-20"":132,""21-60"":71,""61-240"":15,"">240"":7}","{""Roses Express"":57,""Advance Auto Parts"":25,""Family Dollar Stores"":17,""Walmart"":10,""Lowe's"":9,""Food Lion"":8,""QuikTrip"":7,""The Home Depot"":6,""Dollar General"":6}","{""Roses Express"":61,""Walmart"":36,""QuikTrip"":27,""McDonald's"":26,""Advance Auto Parts"":25,""Family Dollar Stores"":23,""Food Lion"":20,""Dollar General"":19,""BP"":15,""Burger King"":12,""Lowe's"":12,""BI-LO"":11,""Bojangles'"":11,""Exxon Mobil"":11,""Dollar Tree"":10,""Circle K"":9,""Sam's Club"":9,""Shell Oil"":9,""Wendy's"":8,""Chick-fil-A"":8}","{""android"":120,""ios"":90}" +sg:016babe5a24f4afc8010ecbd373f22da,Secure Accounting And Tax Solutions,1433 W 29th St,Loveland,CO,80538,US,,,2020-06-08 00:00:00-06:00,2020-06-15 00:00:00-06:00,5,4,"[0,0,2,1,0,2,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",80690018062.0,{},"{""080690018082"":4}","{""US"":4}",,75.0,"{""<5"":0,""5-20"":1,""21-60"":1,""61-240"":3,"">240"":0}",{},{},"{""android"":0,""ios"":0}" +sg:016dacddd51847b4ba2a026575971fdb,Casey's Carry Out Pizza,200 Roosevelt Rd,Walkerton,IN,46574,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,8,7,"[0,1,2,1,2,0,2]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0]",181410122002.0,"{""181499536001"":4,""180990202021"":4}","{""180990202021"":6}","{""US"":5}",5831.0,8.0,"{""<5"":2,""5-20"":6,""21-60"":0,""61-240"":0,"">240"":0}","{""ALDI"":50}","{""McDonald's"":34,""Family Express"":29,""Casey's General Stores"":28,""Taco Bell"":25,""Subway"":25,""Lowe's"":25,""Dollar General"":24,""Lassus Handy Dandy"":14,""The Book Rack"":14,""Plato's Closet"":14,""Michaels Stores"":14,""ALDI"":13,""Love's Travel Stops and Country Stores"":13,""AutoZone"":13,""Goodwill Industries"":13,""United States Postal Service (USPS)"":13,""Speedway"":13,""Marathon"":13,""Walmart"":13,""Kroger"":12}","{""android"":4,""ios"":5}" +sg:0182ac2b3b50410aa3c8c9273a5ccc5c,Artsystems of Florida,1740 State Road 436 Ste 124,Winter Park,FL,32792,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,16,16,"[3,1,5,3,1,2,1]","[0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0]",121170222082.0,"{""121170222015"":4,""121170221063"":4,""120950168071"":4}","{""121170222082"":4,""121170208072"":4,""121170222063"":4,""121170222015"":4}","{""US"":11}",4159.0,11.5,"{""<5"":0,""5-20"":10,""21-60"":6,""61-240"":0,"">240"":0}","{""McDonald's"":97,""Starbucks"":18}","{""7-Eleven"":17,""Publix Super Markets"":17,""AutoNation"":12,""Ram"":12,""Jeep"":12,""Dodge"":12,""Chrysler"":12,""Advance Auto Parts"":12,""Wawa"":12,""Ross Stores"":11,""BP"":10,""McDonald's"":10,""Walgreens"":9,""The Home Depot"":8,""Shell Oil"":8,""Ladybird Academy"":6,""The Zoo Health Club"":6,""Adventist Health"":6,""Smart Center"":6,""Tire Kingdom"":6}","{""android"":4,""ios"":10}" +sg:0198fadc4ec4452a8f1d36371c01dc19,Stoughton Tumblers,191 Business Park Cir Unnit A,Stoughton,WI,53589,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,35,9,"[7,9,9,5,3,1,1]","[0,0,0,0,0,1,0,2,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,1,2,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,2,0,0,0,0,2,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0]",550250122012.0,"{""551050030013"":4,""551270009014"":4,""550250123002"":4}","{""550250121002"":5,""550250122012"":5}","{""US"":8}",13136.0,87.0,"{""<5"":0,""5-20"":7,""21-60"":6,""61-240"":18,"">240"":4}","{""Kwik Trip"":25,""CITGO"":25}","{""Kwik Trip"":44,""Piggly Wiggly"":33,""BP"":31,""Culver's"":22,""Menard's"":21,""Ho-Chunk Gaming Wisconsin"":11,""Steinhafels"":11,""HomeTown Pharmacy RX"":11,""Tobacco Outlet Plus Grocery"":11,""BMO Harris Bank"":11,""Pizza Ranch"":11,""Chuck E. Cheese's"":11,""Edward Jones"":11,""A&W Restaurants"":11,""Jimmy John's"":11,""Chevrolet"":11,""CITGO"":10,""Ace Hardware"":10,""Goodwill Industries"":10,""United States Postal Service (USPS)"":10}","{""android"":8,""ios"":4}" +sg:019b7f41397245a9ac0f7fa4da6e082b,Saugatuck Kitchens,2 Remer St,Bridgeport,CT,6606,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,13,8,"[1,2,1,2,4,2,1]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0]",90012572002.0,"{""090010721002"":4}",{},"{""US"":4}",2620.0,90.0,"{""<5"":0,""5-20"":3,""21-60"":2,""61-240"":4,"">240"":4}","{""Carvel"":50}","{""BJ's Wholesale Club"":25,""Dunkin'"":23,""The Home Depot"":21,""Allied Building Products"":12,""Romantix"":12,""Carvel"":12,""TD Bank"":12,""Restaurant Depot"":12,""Edible Arrangements"":12,""Stop & Shop"":12,""Staples"":12,""Ford Motor Company"":12,""Advance Auto Parts"":12,""Kohl's"":11,""Mobil"":11,""Exxon Mobil"":10,""BP"":10,""Taco Bell"":9}","{""android"":5,""ios"":4}" +sg:01a02dee98954f14b09bdeaffa0474ce,Jim Falk Lexus Of Beverly Hills,9230 Wilshire Blvd,Beverly Hills,CA,90212,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,28,13,"[7,7,3,2,5,1,3]","[0,0,0,0,0,0,0,2,0,0,0,1,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,4,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0]",60377009021.0,"{""060375431007"":4,""060371943002"":4,""060379200313"":4}","{""060377009021"":5,""060375416052"":4}","{""US"":8}",24353.0,163.0,"{""<5"":0,""5-20"":4,""21-60"":3,""61-240"":9,"">240"":12}","{""Starbucks"":32,""The Coffee Bean & Tea Leaf"":25,""Lowe's"":15}","{""Starbucks"":26,""Northgate González Markets"":15,""Pavilions"":15,""76"":15,""Chipotle Mexican Grill"":15,""Jack in the Box"":15,""Chevron"":13,""Costco Wholesale Corp."":13,""The Home Depot"":11,""Alice and Olivia"":8,""Fig and Olive"":8,""Red O Restaurant"":8,""Bristol Farms"":8,""Turner's Outdoorsman"":8,""BMC (Building Materials and Construction Services)"":8,""Bloomingdale's"":8,""Winchell's Donut House"":8,""Smart Center"":8,""Tutti Frutti"":8,""Sephora"":8}","{""android"":4,""ios"":4}" +sg:01a6507ff4da4b578ff4a542d920bae5,Free People,825 Dulaney Valley Rd,Towson,MD,21204,US,SG_BRAND_9bc509d2ba7f504f28d0ffbd303f1fdc,Free People,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,1,1,"[0,0,1,0,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",240054909002.0,{},{},{},,90.0,"{""<5"":0,""5-20"":0,""21-60"":0,""61-240"":1,"">240"":0}",{},{},"{""android"":0,""ios"":4}" +sg:01a990f2f6d24d57973f899236cfa63a,Domino's Pizza,407 W University Ave,Urbana,IL,61802,US,SG_BRAND_da46ad6f82825669a56b44d32564dff8,Domino's Pizza,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,7,6,"[1,1,0,0,2,2,1]","[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0]",170190054015.0,"{""170190109003"":4,""170190056005"":4}",{},"{""US"":5}",16404.0,6.0,"{""<5"":1,""5-20"":3,""21-60"":1,""61-240"":1,"">240"":1}",{},"{""Walmart"":34,""Circle K"":32,""Marathon"":32,""Jackson Hewitt Tax Service"":17,""Shoe Dept Encore"":17,""Red Roof Inn"":17,""Macy's"":17,""Schnucks"":17,""Thorntons"":17,""Pet Supplies Plus"":16,""Krispy Krunchy Chicken"":16,""Sally Beauty Supply"":16,""Staples"":16,""Big Lots Stores"":16,""O'Reilly Auto Parts"":16,""Ross Stores"":16,""Dunkin'"":15,""Burger King"":14}","{""android"":4,""ios"":4}" +sg:01b4651680f449c6b61cafc3f4a11b09,Layland Museum,201 N Caddo St,Cleburne,TX,76031,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,7,7,"[0,1,3,1,0,1,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0]",482511308004.0,"{""482511305002"":4}",{},"{""US"":10}",13746.0,29.0,"{""<5"":1,""5-20"":2,""21-60"":1,""61-240"":3,"">240"":0}","{""H-E-B"":100}","{""H-E-B"":42,""Quest Diagnostics"":28,""Chevron"":27,""Exxon Mobil"":27,""Walgreens"":25,""Chick-fil-A"":25,""Shell Oil"":24,""Pallio's Pizza Cafe"":14,""Abercrombie"":14,""Cotton Patch Cafe"":14,""Pizza Inn"":14,""Pacific Sales"":14,""Sweet Frog"":14,""Golden Chick"":14,""Cicis"":14,""Burkes Outlet"":14,""CEFCO"":14,""Schlotzsky's"":14,""AT&T"":14,""Chicken Express"":14}","{""android"":0,""ios"":4}" +sg:01bd49290453479f8179b824437d2709,The Oceanfront Inn,2901 Atlantic Ave,Virginia Beach,VA,23451,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,606,295,"[72,132,81,73,69,123,56]","[0,0,0,0,0,0,0,0,1,1,4,5,1,2,11,3,3,7,5,1,8,10,6,4,0,0,2,1,2,0,0,2,1,1,4,2,12,12,9,11,8,10,6,9,23,10,4,3,0,0,1,1,0,0,1,1,2,3,5,6,8,6,4,10,4,1,3,5,12,2,5,1,3,1,1,0,1,0,2,0,1,3,6,3,3,5,3,2,5,1,6,2,17,3,2,3,2,3,0,0,0,0,0,1,1,0,2,2,8,2,1,3,5,5,7,4,12,3,4,4,1,3,0,0,0,0,0,0,1,4,5,12,11,8,8,11,11,8,6,4,19,4,3,4,0,0,4,1,0,0,0,1,1,3,2,5,3,3,9,7,6,2,1,2,3,2,0,1]",518100440042.0,"{""261476460003"":7,""360470399002"":5,""370350115012"":4,""370010215002"":4,""510030108005"":4,""510872001192"":4,""540259502002"":4,""421110204004"":4,""518100440014"":4,""511790102051"":4,""370810160071"":4,""511752002002"":4,""510853201004"":4,""511390305005"":4,""518100434002"":4,""340170106005"":4,""390351381092"":4,""371270111025"":4,""421330207203"":4,""515500210103"":4,""510411002063"":4,""515500215024"":4,""340090218044"":4,""510872012022"":4,""240450101014"":4,""515500210062"":4,""510411010131"":4,""517000321242"":4,""371399603001"":4,""510411010091"":4,""511179301012"":4,""518100454171"":4,""518100440042"":4,""240135052072"":4,""517100057011"":4,""516800002022"":4,""518100440012"":4,""518100440013"":4,""511455004001"":4,""370710332021"":4,""510594213002"":4,""511019501023"":4,""484391114042"":4,""371830535131"":4,""510030113021"":4,""510853207012"":4,""240338013113"":4,""471319652002"":4,""511479301002"":4,""170219587003"":4,""518100456012"":4,""010730112102"":4,""518100404041"":4,""370010211012"":4}","{""261476460003"":5,""511479303004"":5,""510932801051"":4,""518100454144"":4,""515500215024"":4,""170219587003"":4,""250056136001"":4,""421330207203"":4,""371270115003"":4,""510853207012"":4,""510030113021"":4,""010730112102"":4,""515500208051"":4,""371830535131"":4,""471870503031"":4,""240338013113"":4,""421330217112"":4,""540779643001"":4,""510853209002"":4,""390351381092"":4,""511790102142"":4,""130670305051"":4,""510411010091"":4,""510411009281"":4,""511539012092"":4,""510853208042"":4,""240378755002"":4,""510594901011"":4,""471319652002"":4,""518100440012"":4,""120810020133"":4,""510872001192"":4,""370710332021"":4,""530610519282"":4,""510411002062"":4,""515500210041"":4,""518100454261"":4,""130730303025"":4,""511019501023"":4,""511610312021"":4,""515500216015"":4,""370810160071"":4,""518000752022"":4,""518100460094"":4,""510230405013"":4,""240317032124"":4,""510010901001"":4,""391517135011"":4,""360670125002"":4,""510594214003"":4,""180118106033"":4,""510050803011"":4,""515500209031"":4,""518100456012"":4,""371270111025"":4,""517000321292"":4,""511019503001"":4,""518100458013"":4,""517308110003"":4,""517000321242"":4,""518100436002"":4,""371570402003"":4,""518100418013"":4}","{""US"":269}",219998.0,62.0,"{""<5"":5,""5-20"":153,""21-60"":136,""61-240"":152,"">240"":160}","{""Econo Lodge"":15,""Taco Bell"":13,""7-Eleven"":11,""Chick-fil-A"":7,""Hilton International"":7}","{""McDonald's"":18,""Walmart"":17,""7-Eleven"":16,""Chick-fil-A"":16,""Exxon Mobil"":14,""Hyatt House"":14,""Taco Bell"":12,""Food Lion"":11,""Sheetz"":11,""Wawa"":10,""Ramada"":9,""Econo Lodge"":9,""Wendy's"":9,""Starbucks"":8,""BP"":8,""Hardee's"":7,""Target"":6,""Cook Out"":6,""Sunoco"":6,""CITGO"":5}","{""android"":111,""ios"":181}" +sg:01c0bccd507f4ac18a33a4843b2839bc,Anthonys Car Emporium,5349 S Suncoast Blvd,Homosassa,FL,34446,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,2,2,"[0,0,1,1,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",120174515023.0,{},"{""121010310132"":4}","{""US"":4}",,8.5,"{""<5"":0,""5-20"":2,""21-60"":0,""61-240"":0,"">240"":0}",{},{},"{""android"":0,""ios"":0}" +sg:01c28657df0e46c597c08f2b6abface5,Fairview Park,Worden Ave,Klamath Falls,OR,97601,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,9,7,"[1,1,1,3,1,1,1]","[0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0]",410359719004.0,"{""410359717002"":4,""410359719003"":4}",{},{},909.0,28.0,"{""<5"":0,""5-20"":4,""21-60"":2,""61-240"":2,"">240"":1}","{""Walmart"":92}","{""Holiday Market"":43,""Circle K"":27,""Dollar Tree"":26,""Office Depot"":14,""GameStop"":13,""United States Postal Service (USPS)"":13,""Chevron"":12,""Wendy's"":12,""Starbucks"":10,""McDonald's"":5}","{""android"":5,""ios"":4}" +sg:01ccc8d81f6a474aa8ffd34579488e2d,Urner's,4110 Wible Rd,Bakersfield,CA,93313,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,55,38,"[7,8,11,9,3,8,9]","[0,0,0,0,0,0,0,0,1,1,0,0,0,0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,2,1,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,1,1,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,3,1,1,0,1,1,0,0,0,0,0,0]",60290031123.0,"{""060290032023"":5,""060290038122"":4,""060290038061"":4,""060290005052"":4,""060290038051"":4,""060290017003"":4,""060390005032"":4,""060290051042"":4,""060290038052"":4,""060290031141"":4,""060290028213"":4,""060290019013"":4,""060290051041"":4}","{""060290038051"":4,""060290005071"":4,""060290001015"":4,""060290038072"":4,""060290038052"":4,""060290031141"":4,""060290028041"":4,""060290038131"":4}","{""US"":36}",10659.0,39.0,"{""<5"":0,""5-20"":18,""21-60"":14,""61-240"":17,"">240"":6}","{""Rite Aid"":33,""Chevron"":21,""Taco Bell"":19,""Subway"":15,""U-Haul"":14,""Kaiser Permanente"":14,""Popeyes Louisiana Kitchen"":14,""Mobil"":11,""Walmart"":6}","{""Chevron"":30,""Lowe's"":25,""Rite Aid"":20,""The Home Depot"":20,""Walmart"":18,""Jack in the Box"":15,""Subway"":15,""Target"":14,""Fastrip"":13,""Fairfield Inn & Suites by Marriott"":13,""Taco Bell"":13,""Shell Oil"":11,""Costco Wholesale Corp."":11,""Albertsons"":10,""ARCO"":10,""Panda Express"":10,""Kohl's"":9,""Starbucks"":9,""Yard House"":8,""Wienerschnitzel"":8}","{""android"":21,""ios"":19}" +sg:01da9e00aefa47e4be55881eb842c291,Pickford Park,3000 Medford Dr,Toledo,OH,43614,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,36,27,"[1,5,7,4,6,7,6]","[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,1,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,2,1,1]",390950045031.0,"{""390950045031"":4,""390950045033"":4,""390950080001"":4}","{""390950080001"":4,""390950072022"":4,""390950045031"":4}","{""US"":21}",6190.0,26.5,"{""<5"":0,""5-20"":12,""21-60"":12,""61-240"":8,"">240"":4}","{""S&G"":20,""Biggby Coffee"":20,""Speedway"":19,""GameStop"":16,""United States Postal Service (USPS)"":16}","{""Kroger"":24,""Sunoco"":17,""Arby's"":17,""Taco Bell"":15,""Rite Aid"":14,""Speedway"":13,""S&G"":11,""Rally's Drive-In Restaurants"":11,""Lowe's"":11,""Shell Oil"":10,""Menard's"":10,""Burger King"":9,""PS Food Mart"":7,""Fifth Third Bank"":7,""U-Haul"":7,""Marco's Pizza"":7,""Ram"":7,""Jeep"":7,""Dodge"":7,""Chrysler"":7}","{""android"":12,""ios"":10}" +sg:01e6373da5bb4ad79662517baceb136f,Stone Hill Middle,23415 Evergreen Ridge Dr,Ashburn,VA,20148,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,16,16,"[3,0,3,4,4,1,1]","[0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0]",511076119003.0,"{""510430102001"":5,""511076110212"":4,""511076119001"":4}","{""511076119001"":6,""240054015043"":4,""511076110212"":4,""510594222021"":4}","{""US"":14}",3028.0,16.0,"{""<5"":3,""5-20"":5,""21-60"":3,""61-240"":4,"">240"":1}","{""Harris Teeter"":25}","{""Harris Teeter"":19,""Chick-fil-A"":15,""Lidl"":12,""Potbelly Sandwich Works"":12,""Royal Farms"":12,""Sunoco"":11,""Dairy Queen"":10,""McDonald's"":10,""Taco Bell"":9,""Target"":8,""The Compass School"":6,""Winwood Children's Center"":6,""The Body Shop"":6,""Lotte Plaza, Lotte Market"":6,""Elevation Burger"":6,""Robeks"":6,""Baja Fresh"":6,""Bar Louie"":6,""Martin's Foods"":6,""Century 21 Real Estate"":6}","{""android"":4,""ios"":11}" +sg:01e63d1fc5784427bdc297bafe9b445c,Dick's Sporting Goods,863 W Oglethorpe Hwy Ste 101,Hinesville,GA,31313,US,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,Dick's Sporting Goods,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,278,250,"[29,34,38,46,52,50,29]","[0,0,0,0,0,0,0,0,0,1,1,2,4,2,5,1,7,1,2,0,2,1,0,0,0,0,0,0,0,0,0,1,0,2,2,2,3,7,7,1,1,2,3,0,3,0,0,0,0,0,0,0,0,0,1,2,0,2,1,4,2,5,7,3,7,2,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,1,8,5,3,8,8,3,2,1,3,0,0,1,0,0,0,0,0,0,0,1,1,0,0,4,1,10,4,5,8,8,4,2,0,2,1,1,0,0,0,0,0,0,0,0,0,1,2,3,3,9,9,2,6,6,6,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,3,6,5,0,4,1,1,2,1,0,0,0]",131790104002.0,"{""131839702003"":21,""131790102062"":15,""131839701003"":13,""131790101011"":11,""131790103002"":9,""131839701001"":7,""131839701002"":6,""131790104001"":6,""131790102072"":5,""131790102051"":5,""131790102081"":5,""131790102021"":5,""131790101012"":5,""131790102042"":5,""133059702002"":4,""420110103031"":4,""132679503001"":4,""133059702001"":4,""131790102082"":4,""130019503002"":4,""131790101032"":4,""131099703004"":4,""132679504004"":4,""133059706001"":4,""131790101022"":4,""131790104003"":4,""131790101031"":4,""133059703002"":4,""133059706002"":4,""482013139002"":4,""133059701004"":4,""133059702004"":4,""131790101021"":4,""133059701001"":4}","{""131839702003"":21,""131839701003"":15,""131790102062"":12,""131790101011"":8,""131790102072"":8,""131839701001"":7,""131790103002"":7,""133059705003"":7,""131790101032"":7,""131790104003"":7,""131790101021"":6,""120310166011"":5,""131790102021"":5,""131790102081"":5,""131030302022"":4,""390210102003"":4,""131790102052"":4,""130510108033"":4,""131790102061"":4,""131790102082"":4,""130299203051"":4,""131790105011"":4,""132679503003"":4,""131790104001"":4,""131790102041"":4,""130510043001"":4,""133059703003"":4,""133059702004"":4,""131839702001"":4,""131790101022"":4,""133059702002"":4,""420110103031"":4,""420750025001"":4,""133059704001"":4,""131790102071"":4,""131790104002"":4,""131839701002"":4,""132679503001"":4,""133059706002"":4,""131911101001"":4,""131790102022"":4,""133059701001"":4,""131790102042"":4,""131790101012"":4,""132679503002"":4,""133059705002"":4}","{""US"":240}",8697.0,18.0,"{""<5"":6,""5-20"":165,""21-60"":89,""61-240"":16,"">240"":2}","{""Walmart"":30,""Chick-fil-A"":14,""Parker's Corp"":10,""Enmarket"":9,""Parker's"":7,""Flash Foods"":7,""Kroger"":6,""GameStop"":6,""T.J. Maxx"":6}","{""Walmart"":39,""Chick-fil-A"":27,""Enmarket"":18,""Kroger"":16,""Parker's Market"":16,""GameStop"":15,""McDonald's"":14,""Parker's Corp"":14,""Hobby Lobby Stores"":14,""Wayback Burgers"":14,""Zaxby's"":13,""Dairy Queen"":13,""T.J. Maxx"":10,""Wendy's"":10,""Flash Foods"":10,""Lowe's"":9,""Sonic"":8,""Five Below"":7,""Starbucks"":7,""Cook Out"":7}","{""android"":70,""ios"":181}" +sg:01f0b3d18e4145eab6cb29590cbb2b19,Northern California Nursing Academy,355 Gellert Blvd Ste 130 & 279,Daly City,CA,94015,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,3,3,"[0,0,0,3,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",60816016041.0,{},{},"{""US"":4}",,80.0,"{""<5"":0,""5-20"":0,""21-60"":1,""61-240"":2,"">240"":0}",{},{},"{""android"":0,""ios"":4}" +sg:01f87b43292847e299db154790a3ecfc,Captain D's Seafood Restaurant,1020 S Jefferson Ave,Cookeville,TN,38501,US,SG_BRAND_333bf091c233ba3400a6cf3ef8d3005b,Captain D's Seafood Restaurant,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,77,74,"[5,11,8,19,16,10,8]","[0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,2,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,6,4,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,3,4,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,1,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,1,0,0,0,2,0,0,0,0,0]",471410006001.0,"{""470879603001"":5,""120570139161"":4,""471410003011"":4,""471379251002"":4,""471410001002"":4,""471339505002"":4,""471410008003"":4,""170099705001"":4,""471410006001"":4,""471410011002"":4,""471410004002"":4,""471410006002"":4,""471410009001"":4,""471599750002"":4,""471339505001"":4,""471410010002"":4,""471410004001"":4,""471410012001"":4,""471251018032"":4,""470110109002"":4}","{""470879603001"":5,""471410009001"":4,""471339506001"":4,""471410013001"":4,""471410011002"":4,""471410006002"":4,""471339503013"":4,""471410004002"":4,""471410001002"":4,""471410011003"":4,""471410012001"":4,""471379251002"":4}","{""US"":72}",16330.0,10.0,"{""<5"":1,""5-20"":66,""21-60"":9,""61-240"":1,"">240"":0}","{""Wendy's"":24,""Cracker Barrel"":20,""Big Lots Stores"":12,""Food Lion"":12,""Dunham's Sports"":10,""Mapco"":10,""Subway"":8,""Sherwin-Williams"":6,""Panda Express"":6,""KFC"":6,""Love's Travel Stops and Country Stores"":6,""McDonald's"":6,""Dunkin'"":5,""Pet Supplies Plus"":5,""Five Below"":5}","{""Dollar General"":28,""Walmart"":26,""McDonald's"":21,""Pet Supplies Plus"":17,""Shell Oil"":17,""Burger King"":15,""Lowe's"":15,""Speedway"":15,""Marathon"":13,""Taco Bell"":13,""Exxon Mobil"":13,""Dairy Queen"":13,""Chick-fil-A"":11,""Pilot Flying J"":11,""Sonic"":10,""Kroger"":10,""Food Lion"":9,""Arby's"":8,""Wendy's"":8,""ULTA Beauty"":8}","{""android"":29,""ios"":46}" +sg:01fb836339394e3f9af50bad852e6b97,Hammonton Family Eye Care,80 S White Horse Pike,Hammonton,NJ,8037,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,112,101,"[12,22,11,13,24,15,15]","[0,0,0,0,0,0,0,2,1,0,2,1,0,1,1,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,1,4,0,1,4,4,1,1,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,2,2,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,1,3,3,2,4,2,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,3,3,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,1,0,1,1,4,0,1,1,1,0,0,0,0]",340010109002.0,"{""340010109002"":8,""340010108001"":8,""340010109001"":6,""340010109003"":6,""420171052021"":6,""340010110002"":6,""340010110001"":5,""340010112024"":4,""340010107001"":4,""110010013011"":4,""340076115001"":4,""340010111002"":4,""340110305013"":4,""340010112011"":4,""340076090002"":4,""340010111001"":4,""340010114041"":4,""340076092054"":4,""340076089012"":4,""340010107003"":4}","{""340010109002"":10,""340010108001"":8,""340010109001"":8,""340010110002"":8,""340010109003"":5,""340010112011"":4,""340076115001"":4,""340155016053"":4,""340076089012"":4,""340076092054"":4,""340057047002"":4,""340057038014"":4,""340010110001"":4,""340010111002"":4,""340057039003"":4,""340076092052"":4}","{""US"":97}",5679.0,19.5,"{""<5"":1,""5-20"":59,""21-60"":29,""61-240"":13,"">240"":10}","{""Wendy's"":17,""Exxon Mobil"":8,""Wawa"":8,""ShopRite"":8}","{""ShopRite"":33,""Wawa"":22,""Wendy's"":9,""McDonald's"":9,""Walmart"":8,""Dunkin'"":7,""Taco Bell"":7,""TD Bank"":6,""Chick-fil-A"":5}","{""android"":31,""ios"":69}" +sg:01fd0260081e41119a01ba43fac33fc6,American Job Centers,2631 Temple Ave N Rm 37 B,Fayette,AL,35555,US,SG_BRAND_700e77161890059903a952ff1d792d08,American Job Centers,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,6,5,"[1,2,1,0,0,1,1]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0]",10570202001.0,{},"{""010570203002"":4}","{""US"":4}",5483.0,14.5,"{""<5"":0,""5-20"":4,""21-60"":1,""61-240"":1,"">240"":0}","{""McDonald's"":47}","{""Walmart"":44,""Jack's Family Restaurants"":40,""McDonald's"":31,""Visiting Angels"":20,""Lenny's Sub Shop"":20,""Hibbett Sports"":20,""Texaco"":20,""O'Reilly Auto Parts"":19,""PetSmart"":19,""Publix Super Markets"":19,""Wendy's"":17,""Dollar Tree"":17,""Taco Bell"":17,""Chick-fil-A"":16}","{""android"":4,""ios"":4}" +sg:020007739a044529a37e6a646c00d231,Geo E Nettels Elem,2012 S Homer St,Pittsburg,KS,66762,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,26,21,"[4,5,4,4,8,1,0]","[0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,1,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",200379576004.0,"{""290119602004"":5,""200379570001"":4,""200379576004"":4,""290970106006"":4,""200379573002"":4}","{""200379576004"":4,""200379566001"":4,""200910529043"":4,""200219584002"":4,""200379570001"":4,""291450205023"":4}","{""US"":19}",6312.0,29.5,"{""<5"":1,""5-20"":11,""21-60"":5,""61-240"":6,"">240"":3}","{""Taco Bell"":32,""Subway"":19,""Sherwin-Williams"":14,""Sonic"":13}","{""Walmart"":27,""Sonic"":21,""Subway"":20,""PETE'S"":19,""Gordmans"":19,""McDonald's"":15,""YMCA"":14,""Braum's Ice Cream and Dairy Stores"":14,""Freddy's Frozen Custard"":14,""Casey's General Stores"":14,""Freeman Health System"":10,""Weight Watchers"":9,""Applebee's"":9,""Chili's Grill & Bar"":9,""Planet Fitness"":9,""O'Reilly Auto Parts"":9,""Ross Stores"":9,""Wendy's"":7,""Dollar General"":5,""The Home Depot"":5}","{""android"":9,""ios"":10}" +sg:020cbad8b25c4745915d2d3c66eb131c,Jimbo's,808 Nmain St,Gore,OK,74435,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,52,39,"[8,5,5,6,5,7,16]","[0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,2,0,1,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,3,0,0,1,1,6,1,0,0,1,0,0,0,0]",401350302022.0,"{""400173008021"":8,""401350302022"":6,""401350302023"":5,""400173010081"":4,""401010014005"":4}","{""401350302022"":9,""290154607001"":4,""401350302023"":4,""400173008021"":4,""401010014005"":4,""401091073032"":4}","{""US"":34}",73687.0,30.5,"{""<5"":0,""5-20"":17,""21-60"":27,""61-240"":8,"">240"":0}","{""Love's Travel Stops and Country Stores"":33,""Sonic"":32,""McDonald's"":17,""Phillips 66"":16,""Del Rancho USA"":12,""Shell Oil"":11,""Valero Energy"":6}","{""Sonic"":43,""Harps Food Store"":28,""Gambino's Pizza"":21,""Phillips 66"":20,""Daylight Donuts"":18,""Walmart"":17,""Love's Travel Stops and Country Stores"":17,""Valero Energy"":17,""Braum's Ice Cream and Dairy Stores"":15,""McDonald's"":14,""Shell Oil"":11,""Kum & Go"":10,""Sinclair Oil"":10,""Lowe's"":9,""Del Rancho USA"":8,""Casey's General Stores"":7,""QuikTrip"":7,""Dollar General"":6,""Burger King"":5,""Tote-a-Poke"":5}","{""android"":10,""ios"":26}" +sg:0225cf3d205941a18d895fdf9583a330,PT Company,1801 Truman Blvd,Caruthersville,MO,63830,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,28,10,"[4,5,5,6,4,3,1]","[0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0]",291554703002.0,"{""291554705002"":4,""291554704004"":4}","{""291554704004"":6,""291554704003"":4}","{""US"":9}",13494.0,73.5,"{""<5"":0,""5-20"":7,""21-60"":4,""61-240"":7,"">240"":10}","{""Dollar Tree"":32}","{""Walmart"":44,""Sonic"":37,""Hays Store"":20,""Casey's General Stores"":19,""Dollar Tree"":17,""Imo's Pizza"":10,""Roady's"":10,""Krispy Krunchy Chicken"":10,""Sherwin-Williams"":10,""Tractor Supply Co."":9,""Popeyes Louisiana Kitchen"":9,""T.J. Maxx"":9,""Pilot Flying J"":9,""Arby's"":9,""Dairy Queen"":8,""Sam's Club"":8,""Burger King"":7,""Lowe's"":6,""Dollar General"":6}","{""android"":4,""ios"":6}" +sg:022bcecfcd9a4e379ac03919d8c8b17b,Holiday Inn Express,2030 N Jackson St,Tullahoma,TN,37388,US,SG_BRAND_ae28744c5d427b6128434ff7c0bb6a7e,Holiday Inn Express,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,68,32,"[9,7,6,11,26,6,3]","[0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,2,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,2,1,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,7,0,0,2,6,3,5,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,2,2,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1]",470319708022.0,"{""471650206012"":4,""130470301002"":4,""471179552003"":4,""470519607002"":4,""471190110012"":4,""450910611042"":4,""471650206031"":4,""260490128022"":4}","{""120530404001"":5,""471650205032"":4,""471650206031"":4,""470319708023"":4,""471650206012"":4,""132551606002"":4}","{""US"":27}",113423.0,162.5,"{""<5"":0,""5-20"":10,""21-60"":18,""61-240"":11,"">240"":29}","{""Chick-fil-A"":38,""GMC (General Motors Company)"":33,""Buick"":33,""Jersey Mike's"":20}","{""Chick-fil-A"":24,""Jersey Mike's"":18,""Kroger"":17,""Shell Oil"":14,""BP"":14,""Taco Bell"":13,""Sonic"":12,""Walmart"":12,""Goodwill Industries"":11,""Marathon"":11,""Dairy Queen"":10,""Chuy's"":9,""Waffle House"":9,""Chili's Grill & Bar"":9,""Speedway"":8,""Starbucks"":8,""Exxon Mobil"":7,""McDonald's"":7,""Petsense"":6,""Carrabba's Italian Grill"":6}","{""android"":11,""ios"":19}" +sg:02357e01e1974cda849ace4a352244e7,Kay Jewelers,1202 N Main St Ste 120,Suffolk,VA,23434,US,SG_BRAND_f0092e116c279998dd8888daa03c0e9f,Kay Jewelers,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,18,17,"[1,3,3,3,1,3,4]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0]",518000754012.0,"{""518000756011"":4,""518000754052"":4}","{""511752001001"":8,""518000754012"":4}","{""US"":16}",9205.0,7.5,"{""<5"":0,""5-20"":12,""21-60"":5,""61-240"":1,"">240"":0}","{""Chick-fil-A"":98,""Carter's"":33,""NAPA Auto Parts"":33,""Rite Aid"":33,""CITGO"":33,""Little Caesars"":33,""McDonald's"":30}","{""Walmart"":49,""Food Lion"":35,""7-Eleven"":28,""Lowe's"":25,""KFC"":23,""Exxon Mobil"":22,""Burger King"":21,""McDonald's"":20,""Chick-fil-A"":20,""Dollar Tree"":15,""Taco Bell"":15,""Subway"":14,""Dollar General"":13,""Zero's Subs"":12,""Sweet Frog"":12,""Bojangles'"":11,""Anytime Fitness"":11,""Hardee's"":11,""Tractor Supply Co."":11,""Little Caesars"":11}","{""android"":5,""ios"":9}" +sg:024708842c0449e388921f6c8824b1c8,Snowy's Chocolates,105 N 2nd Ave,Elizabeth,PA,15037,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,10,9,"[1,1,0,1,3,3,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0]",420034940001.0,"{""420034950001"":4,""420034961021"":4}","{""420034940001"":4}","{""US"":6}",3132.0,14.0,"{""<5"":0,""5-20"":8,""21-60"":1,""61-240"":0,"">240"":1}","{""GNC (General Nutrition Centers)"":100,""Sheetz"":100,""Kwik Fill"":33}","{""Giant Eagle"":44,""Speedway"":43,""Sheetz"":33,""Dollar General"":29,""Crazy Mocha"":22,""Select Specialty Hospital"":22,""GNC (General Nutrition Centers)"":22,""Chick-fil-A"":18,""Starbucks"":18,""Atria's Restaurant and Tavern"":11,""Coen"":11,""Eat'n Park"":11,""UPMC"":11,""Fox's Pizza Den"":11,""Martin's Foods"":11,""Cardsmart"":11,""Kwik Fill"":11,""Select Medical"":11,""Merle Norman Cosmetics"":11,""DaVita"":11}","{""android"":6,""ios"":7}" +sg:025c6f62892a423a9c83f504a63b050d,La Poblanita Mexican Restaurant,2624 6th St,Bremerton,WA,98312,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,52,37,"[6,3,13,10,6,8,6]","[0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,0,0,0,1,0,2,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0,0]",530350811001.0,"{""530350811001"":4,""530350917002"":4,""530350804003"":4,""530530725052"":4}","{""530350807001"":4,""530350928011"":4,""530350806004"":4,""530350811001"":4}","{""US"":22}",3746.0,16.5,"{""<5"":2,""5-20"":27,""21-60"":5,""61-240"":13,"">240"":5}","{""Motel 6"":17,""AutoZone"":16,""United States Postal Service (USPS)"":12,""76"":8}","{""Safeway Pharmacy"":11,""76"":8,""United States Postal Service (USPS)"":7,""Grocery Outlet"":5,""ampm"":5,""Safeway Fuel Station"":5,""Fred Meyer"":5}","{""android"":35,""ios"":0}" +sg:025ce77d67484f1a8a43d558f9da1c15,Leslie B Wardell DDS,550 Pennsylvania Ave Glen Ellyn Smiles,Glen Ellyn,IL,60137,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,11,8,"[5,0,2,1,3,0,0]","[0,0,0,0,0,0,0,2,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",170438422001.0,"{""170438411102"":4,""170438417051"":4}","{""170317709014"":4,""170938901026"":4}","{""US"":8}",9030.0,10.0,"{""<5"":0,""5-20"":7,""21-60"":1,""61-240"":1,"">240"":2}","{""Dunkin'"":32}","{""Walgreens"":22,""The Home Depot"":21,""McDonald's"":16,""Tod's"":12,""Papa Severio's Pizzeria"":12,""El Famous Burrito"":12,""Urban Outfitters"":12,""Giordano's"":12,""Nordstrom"":12,""YWCA"":12,""Republic Services"":12,""Bucky's Convenience Stores"":12,""Jiffy Lube"":12,""Pacific Sales"":12,""Batteries Plus Bulbs"":12,""Allstate Insurance"":12,""T-Mobile"":12,""Volkswagen"":12,""Hooters"":12,""Einstein Brothers"":12}","{""android"":4,""ios"":7}" +sg:026781460a4345e49e28cecf44890ecf,University Heights Church of Christ,445 Columbia Ave,Lexington,KY,40508,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,9,5,"[1,3,3,1,1,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",210670008022.0,"{""211110111144"":4}","{""210670023023"":4}","{""US"":4}",7368.0,26.0,"{""<5"":0,""5-20"":3,""21-60"":2,""61-240"":2,"">240"":2}",{},"{""Starbucks"":35,""Insomnia Cookies"":20,""Wilsons"":20,""Ralph Lauren"":20,""Cellular Sales"":20,""Einstein Brothers"":20,""Trader Joe's"":20,""Sherwin-Williams"":20,""Olive Garden"":19,""Culver's"":19,""Meijer"":19,""Murphy USA"":19,""KFC"":19,""Speedway"":19,""Costco Wholesale Corp."":18,""Dollar Tree"":17,""Subway"":17,""Chick-fil-A"":16,""McDonald's"":11}","{""android"":0,""ios"":0}" +sg:026fe3243ca94b069ec38d4f9b1b1c14,The Attic Orlando,68 E Pine St,Orlando,FL,32801,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,54,43,"[2,0,13,3,7,13,16]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,8,1,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,3,0,3,5,5,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,3,2,0,3,0,0,0]",120950189005.0,"{""121170216122"":6,""120950171041"":4,""120690313061"":4,""120950163011"":4,""120090605002"":4,""120810020071"":4,""120690313053"":4}","{""121170213142"":5,""121050149021"":4,""260650008002"":4,""120950148051"":4,""120810020071"":4,""120990076132"":4,""120950163011"":4,""120950165101"":4}","{""US"":41}",19560.0,87.5,"{""<5"":1,""5-20"":6,""21-60"":9,""61-240"":28,"">240"":10}","{""Pinch A Penny"":14,""Bar Louie"":13,""Ace Hardware"":9,""Target"":8,""Starbucks"":7,""American Eagle Outlet"":7}","{""Publix Super Markets"":19,""McDonald's"":19,""7-Eleven"":15,""Miller's Ale House"":12,""Wawa"":11,""Simon mall"":11,""Chili's Grill & Bar"":9,""Subway"":8,""Chick-fil-A"":8,""Shell Oil"":7,""Starbucks"":7,""Target"":7,""CKO Kickboxing"":7,""Crunch"":7,""Moe's Southwest Grill"":7,""Honda"":7,""Planet Fitness"":6,""Academy Sports + Outdoors"":6,""Walgreens"":6,""Ross Stores"":6}","{""android"":10,""ios"":35}" +sg:02718f64e4aa41a8af249e1705d8eec8,Elevation Motorsports,1978 Lomita Blvd,Lomita,CA,90717,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,6,5,"[1,0,1,1,0,2,1]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0]",60376700022.0,"{""060290028204"":4}","{""060376507012"":4,""060710044043"":4}","{""US"":4}",6482.0,373.5,"{""<5"":0,""5-20"":3,""21-60"":0,""61-240"":0,"">240"":3}",{},"{""In-N-Out Burger"":40,""McDonald's"":31,""CDI (Center for Diagnostic Imaging)"":20,""Bruster's Ice Cream"":20,""Einstein Brothers"":20,""Ralphs"":20,""76"":20,""CrossFit"":19,""Panda Express"":19,""Domino's Pizza"":19,""O'Reilly Auto Parts"":19,""Jack in the Box"":19,""United States Postal Service (USPS)"":19,""Chevron"":18,""Costco Wholesale Corp."":18,""Starbucks"":15}","{""android"":0,""ios"":4}" +sg:02739d864bf1400ebab461bb8eed6904,Custom Welding & Design,13195 Lake Charles Hwy,Leesville,LA,71446,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,7,5,"[2,1,0,1,1,1,1]","[0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",221159509003.0,"{""221159508004"":4}",{},"{""US"":5}",14595.0,45.0,"{""<5"":0,""5-20"":2,""21-60"":4,""61-240"":1,"">240"":0}","{""Walmart"":92}","{""Shop Rite"":40,""Sonic"":37,""Northern Tool + Equipment"":20,""Brookshire Brothers"":20,""Super 1 Foods & Discount Pharmacy"":20,""Marco's Pizza"":20,""Save-A-Lot"":20,""Ollie's Bargain Outlet"":20,""Tractor Supply Co."":19,""Ace Hardware"":19,""Family Dollar Stores"":18,""Chevron"":18,""Exxon Mobil"":18,""Taco Bell"":17,""Subway"":17,""Lowe's"":16,""Dollar General"":16,""McDonald's"":11}","{""android"":0,""ios"":4}" +sg:0276a1d9f15f45c4a8caf6645f5252f2,First Prosperity Bank,8300 Highway 6,Hitchcock,TX,77563,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,7,7,"[0,2,2,0,3,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",481677232001.0,"{""481677238003"":4,""481677218003"":4}","{""481677218003"":4}","{""US"":7}",8335.0,7.0,"{""<5"":0,""5-20"":6,""21-60"":0,""61-240"":1,"">240"":0}","{""KFC"":33}","{""Walmart"":41,""Dollar General"":39,""H-E-B"":28,""Kroger"":27,""Sonic"":25,""McDonald's"":19,""Bills Khakis"":14,""American Furniture Warehouse (AFW)"":14,""BMW"":14,""Pier 1 Imports"":14,""Dickey's Barbecue Pit"":14,""Cato Fashions"":14,""Miracle-Ear"":14,""U-Haul"":14,""Chicken Express"":14,""State Farm"":14,""Fairfield Inn & Suites by Marriott"":14,""Best Western"":14,""Party City"":14,""Texaco"":14}","{""android"":5,""ios"":0}" +sg:027cecf5f7344bc3a93f91a5137248aa,Hansen Dam Golf Course,10400 Glenoaks Blvd,Pacoima,CA,91331,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,232,135,"[34,27,38,37,27,47,22]","[0,0,1,1,0,0,1,1,2,2,3,3,3,6,1,1,1,4,2,0,2,0,0,0,0,0,0,1,0,0,1,2,3,2,3,1,1,2,0,1,0,2,3,5,0,0,0,0,0,0,0,0,0,3,1,0,0,4,4,6,2,1,0,7,2,4,2,2,0,0,0,0,0,1,0,0,0,4,3,3,2,3,1,1,0,2,1,1,3,5,4,2,0,1,0,0,0,0,0,0,0,1,1,0,5,0,1,1,1,1,1,1,2,2,5,1,1,1,2,0,0,0,0,0,0,1,2,2,0,0,1,4,1,14,1,6,4,6,3,0,0,0,1,1,0,0,0,0,1,1,1,2,0,2,2,3,1,3,0,3,0,1,1,1,0,0,0,0]",60379800211.0,"{""060373005022"":7,""060371131011"":6,""060371042012"":6,""060710008152"":5,""060372944211"":4,""060371031011"":4,""060375436023"":4,""060371153012"":4,""060371194001"":4,""060371047031"":4,""060371082012"":4,""060371041031"":4,""060372127022"":4,""060373001002"":4,""060371042042"":4,""060379203031"":4,""060373002002"":4,""060371193401"":4,""060371064061"":4,""060371047041"":4,""060379102091"":4,""510411009122"":4,""060373006004"":4,""060371011221"":4,""060371152012"":4,""061110079045"":4,""060371151013"":4,""060371398011"":4,""060371041051"":4}","{""060371042012"":6,""060371047031"":5,""060373002002"":4,""060371190025"":4,""060371031011"":4,""060372127022"":4,""060371046202"":4,""060371153012"":4,""060374816051"":4,""060372060312"":4,""060379102091"":4,""060371398011"":4,""060371193401"":4,""060373203001"":4,""060371193102"":4,""060379106013"":4,""060371959011"":4,""060371190023"":4,""060371131011"":4,""060371011221"":4,""060374605023"":4,""060371437001"":4,""060373102012"":4}","{""US"":119}",12855.0,13.0,"{""<5"":18,""5-20"":120,""21-60"":61,""61-240"":27,"">240"":6}","{""McDonald's"":13,""In-N-Out Burger"":9,""Grocery Outlet"":6,""Dick's Sporting Goods"":6,""Panera Bread"":6}","{""Costco Wholesale Corp."":14,""7-Eleven"":10,""McDonald's"":9,""Subway"":9,""ARCO"":9,""Vallarta Supermarkets"":9,""Chevron"":8,""Starbucks"":7,""Jack in the Box"":7,""99 Cents Only Stores"":6,""76"":6,""Panda Express"":6,""Little Caesars"":6,""Food 4 Less"":5}","{""android"":68,""ios"":70}" +sg:028725ed9d684e6b8ec4e970025146f0,Bradley University Hillel House,702 N Duryea Pl,Peoria,IL,61606,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,9,5,"[0,0,0,3,3,3,0]","[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",171430019001.0,{},"{""170978656001"":5}","{""US"":6}",223637.0,103.0,"{""<5"":0,""5-20"":2,""21-60"":2,""61-240"":5,"">240"":0}",{},"{""Shake Shack"":20,""Hucks"":20,""Lexus"":20,""Gordmans"":20,""Thorntons"":20,""Moe's Southwest Grill"":20,""GMC (General Motors Company)"":20,""Hy-Vee"":20,""Buick"":20,""In-N-Out Burger"":20,""Hardee's"":19,""Panda Express"":19,""Menard's"":19,""Wendy's"":17,""Chick-fil-A"":16,""Lowe's"":16,""The Home Depot"":16,""Shell Oil"":16,""McDonald's"":11}","{""android"":4,""ios"":5}" +sg:0289bfd88cae45c8a246c5190c15e8b9,Big Oaks Golf Course,6117 123rd Pl,Pleasant Prairie,WI,53158,US,,,2020-06-08 00:00:00-05:00,2020-06-15 00:00:00-05:00,94,56,"[10,9,3,19,22,14,17]","[0,0,0,0,0,0,0,0,0,1,0,0,2,0,2,0,1,2,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,2,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,1,1,0,4,2,2,4,1,0,0,0,0,0,0,0,1,0,0,2,1,1,3,1,1,1,0,1,5,3,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,2,2,0,1,2,1,0,1,3,0,0,0,1,0,0,0,1,0,0,0,0,0,1,1,3,2,2,1,1,2,0,2,0,1,0,0,0,0,0]",550590026024.0,"{""550590026024"":6,""550590026022"":4,""170978604003"":4,""550590020003"":4,""170978660001"":4,""170978615091"":4,""550590026023"":4,""170978601031"":4,""551010009031"":4,""170438451003"":4,""550590024003"":4,""170978608112"":4,""170978610071"":4,""550590006024"":4,""550590019001"":4,""170438411092"":4,""550590006013"":4}","{""170438411092"":6,""550590003001"":4,""550590026024"":4,""170978660001"":4,""040138156001"":4,""550590026022"":4,""550590023005"":4,""170318024024"":4}","{""US"":48}",10407.0,20.0,"{""<5"":1,""5-20"":49,""21-60"":25,""61-240"":13,"">240"":6}","{""McDonald's"":8,""Kwik Trip"":8,""Best Buy"":7}","{""Kwik Trip"":16,""Jewel-Osco"":11,""McDonald's"":11,""Subway"":9,""Culver's"":8,""Menard's"":8,""Meijer"":6,""Simon mall"":6,""Walgreens"":6,""Fresh Thyme"":5,""Cadillac"":5}","{""android"":23,""ios"":35}" +sg:028b121de75e428e9cf7c437ce9444f7,Golden Saba Seafood,646 Washington St,San Francisco,CA,94111,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,45,23,"[8,3,10,7,8,9,0]","[0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,2,0,1,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,2,0,1,0,1,0,0,0,1,2,0,0,1,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,2,1,0,0,0,1,0,0,0,0,0,0,0,2,0,0,1,0,0,0,4,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",60750611001.0,"{""060750312021"":4,""240317060081"":4,""210670042053"":4,""060750351002"":4,""060070001042"":4}","{""060750263022"":5,""530250103002"":4,""060750312021"":4,""240317012112"":4,""060070001042"":4,""060750427001"":4,""060750179021"":4}","{""US"":21}",225607.0,63.0,"{""<5"":0,""5-20"":12,""21-60"":9,""61-240"":6,"">240"":18}","{""Starbucks"":38,""The Home Depot"":32,""sweetgreen"":17,""OfficeMax"":17}","{""Hilton International"":35,""sweetgreen"":17,""Starbucks"":13,""Chevron"":11,""Chevron Extra Mile"":8,""Safeway"":8,""Jack in the Box"":8}","{""android"":10,""ios"":9}" +sg:0293139cc84a477cbf68d897c7547928,UCSF Buchanan Dental Center,100 Buchanan St,San Francisco,CA,94102,US,,,2020-06-08 00:00:00-07:00,2020-06-15 00:00:00-07:00,32,20,"[6,6,8,4,3,2,3]","[0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,2,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0]",60750168013.0,"{""060816102021"":6,""060816095001"":4,""060750124022"":4,""060730085074"":4,""060750327002"":4,""060552010042"":4}","{""060411060023"":7,""060816102021"":4,""060816060002"":4,""060750168013"":4}","{""US"":16}",23236.0,36.0,"{""<5"":1,""5-20"":11,""21-60"":8,""61-240"":3,"">240"":9}",{},"{""Shell Oil"":11,""Starbucks"":10,""Peet's Coffee and Tea"":10,""Safeway"":9,""ARCO"":9,""Costco Wholesale Corp."":8,""Taco Bell"":7,""Target"":5}","{""android"":13,""ios"":7}" +sg:02b799f28f6845bcaa2ebba050a73b38,Furniture Dock,113 Peake Rd,Roebuck,SC,29376,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,29,14,"[4,4,5,10,3,3,0]","[0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1,0,0,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",450830220071.0,"{""450830224032"":4,""450910618021"":4,""450830228011"":4}","{""450830220071"":5,""450830224032"":4,""450910618012"":4,""450830230021"":4,""450830238022"":4}","{""US"":13}",16282.0,146.0,"{""<5"":0,""5-20"":6,""21-60"":5,""61-240"":7,"">240"":11}","{""Rainbow Shops"":33,""QuikTrip"":25,""Spinx"":12,""Dairy Queen"":12}","{""QuikTrip"":49,""Circle K"":27,""Chick-fil-A"":25,""Ingles Markets"":21,""Bojangles'"":21,""Starbucks"":17,""Red Lobster"":14,""Cracker Barrel"":14,""CITGO"":14,""Zaxby's"":14,""Academy Sports + Outdoors"":13,""Marathon"":13,""Family Dollar Stores"":12,""BP"":12,""Wendy's"":12,""Lowe's"":10,""AC Hotel"":7,""Applied Industrial Technologies"":7,""Rapid Fired Pizza"":7,""Clothes Mentor"":7}","{""android"":7,""ios"":8}" +sg:02be8dece5bc493390b5c4848edb0dc4,True Value Elizabethtown,924 N Mulberry St,Elizabethtown,KY,42701,US,,,2020-06-08 00:00:00-04:00,2020-06-15 00:00:00-04:00,1,1,"[1,0,0,0,0,0,0]","[0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",210930011002.0,{},{},{},,4.0,"{""<5"":1,""5-20"":0,""21-60"":0,""61-240"":0,"">240"":0}",{},{},"{""android"":4,""ios"":0}" diff --git a/safegraph_patterns/tests/test_process.py b/safegraph_patterns/tests/test_process.py new file mode 100644 index 000000000..81111784d --- /dev/null +++ b/safegraph_patterns/tests/test_process.py @@ -0,0 +1,57 @@ +import pytest + +from os import listdir +from os.path import join + +import numpy as np +import pandas as pd +from delphi_safegraph.process import ( + construct_signals, + aggregate, + ) +from delphi_safegraph.run import METRICSS + +metric_names, naics_codes, _ = (list(x) for x in zip(*METRICS)) + +map_df = pd.read_csv( + join("../static", "mapping_and_pop_info.csv"), dtype={"fips": int} + ).rename({ + "fips":"county", "hrrnum":"hrr", + "cbsa_id":"msa", "state_id":"state" + }, axis = 1) +brand_df = pd.read_csv( + join("../static", f"brand_info/brand_info_202004.csv") + ) + +class TestProcess: + def test_construct_signals_present(self): + + df = pd.read_csv('sample_raw_data.csv', + parse_dates=["date_range_start", "date_range_end"]) + df = construct_signals(df, metric_names, naics_codes, brand_df) + assert set(["timestamp", "zip", "bars_visit_num", + "restaurants_visit_num"]) == set(df.columns) + assert df["timestamp"].unique().shape[0] == 7 + + def test_aggregate_county(self): + + df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) + df_export = aggregate(df, metric_names, "county", map_df) + + assert np.all(df_export[f'{metric_names[0]}_num'].dropna().values > 0) + assert np.all(df_export[f'{metric_names[1]}_num'].dropna().values >= 0) + assert set(["timestamp", "geo_id", "bars_visit_num", "bars_visit_prop", + "restaurants_visit_num", "restaurants_visit_prop", + "population"]) == set(df_export.columns) + + def test_aggregate_state(self): + + df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) + df_export = aggregate(df, metric_names, "state", map_df) + + assert np.all(df_export[f'{metric_names[0]}_num'].dropna().values > 0) + assert np.all(df_export[f'{metric_names[1]}_num'].dropna().values >= 0) + assert set(["timestamp", "geo_id", "bars_visit_num", "bars_visit_prop", + "restaurants_visit_num", "restaurants_visit_prop", + "population"]) == set(df_export.columns) + From e833515fed0f3ea4c0fe78eb7bcee464ebf32627 Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Tue, 18 Aug 2020 12:16:20 -0400 Subject: [PATCH 02/23] fixed an error in unit tests --- safegraph_patterns/tests/test_process.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/safegraph_patterns/tests/test_process.py b/safegraph_patterns/tests/test_process.py index 81111784d..cc87bb499 100644 --- a/safegraph_patterns/tests/test_process.py +++ b/safegraph_patterns/tests/test_process.py @@ -1,15 +1,14 @@ import pytest -from os import listdir from os.path import join import numpy as np import pandas as pd -from delphi_safegraph.process import ( +from delphi_safegraph_patterns.process import ( construct_signals, aggregate, ) -from delphi_safegraph.run import METRICSS +from delphi_safegraph_patterns.run import METRICS metric_names, naics_codes, _ = (list(x) for x in zip(*METRICS)) From 5f7ffa187750606950a3f2321951c54642efb13a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Tue, 18 Aug 2020 12:17:53 -0400 Subject: [PATCH 03/23] removed unused files --- .../delphi_safegraph_patterns/DETAILS.md | 67 - .../static/brand_info/brand_info_202008.csv | 6100 ----------------- 2 files changed, 6167 deletions(-) delete mode 100644 safegraph_patterns/delphi_safegraph_patterns/DETAILS.md delete mode 100644 safegraph_patterns/static/brand_info/brand_info_202008.csv diff --git a/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md b/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md deleted file mode 100644 index 5c94727d6..000000000 --- a/safegraph_patterns/delphi_safegraph_patterns/DETAILS.md +++ /dev/null @@ -1,67 +0,0 @@ -# Patterns Data in Safegraph Mobility Datasets - -We import raw mobility data from Safegraph Weekly Patterns, calculate some -statistics upon it, and aggregate the data from the Zip Code level to County, -HRR, MSA and State levels. For detailed information see the files `DETAILS.md` -contained in this directory. - -## Running the Indicator - -The indicator is run by directly executing the Python module contained in this -directory. The safest way to do this is to create a virtual environment, -installed the common DELPHI tools, and then install the module and its -dependencies. To do this, run the following code from this directory: - -``` -python -m venv env -source env/bin/activate -pip install ../_delphi_utils_python/. -pip install . -``` - -One must also install the -[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html). -Please refer to OS-specific instructions to install this command line -interface, and verify that it is installed by calling `which aws`. -If `aws` is not installed prior to running the pipeline, it will raise -a `FileNotFoundError`. - -All of the user-changable parameters are stored in `params.json`. To execute -the module and produce the output datasets (by default, in `receiving`), run -the following: - -``` -env/bin/python -m delphi_safegraph_patterns -``` - -Once you are finished with the code, you can deactivate the virtual environment -and (optionally) remove the environment itself. - -``` -deactivate -rm -r env -``` - -## Testing the code - -To do a static test of the code style, it is recommended to run **pylint** on -the module. To do this, run the following from the main module directory: - -``` -env/bin/pylint delphi_safegraph_patterns -``` - -The most aggressive checks are turned off; only relatively important issues -should be raised and they should be manually checked (or better, fixed). - -Unit tests are also included in the module. To execute these, run the following -command from this directory: - -``` -(cd tests && ../env/bin/pytest --cov=delphi_safegraph_patterns --cov-report=term-missing) -``` - -The output will show the number of unit tests that passed and failed, along -with the percentage of code covered by the tests. None of the tests should -fail and the code lines that are not covered by unit tests should be small and -should not include critical sub-routines. diff --git a/safegraph_patterns/static/brand_info/brand_info_202008.csv b/safegraph_patterns/static/brand_info/brand_info_202008.csv deleted file mode 100644 index 909de0087..000000000 --- a/safegraph_patterns/static/brand_info/brand_info_202008.csv +++ /dev/null @@ -1,6100 +0,0 @@ -safegraph_brand_id,brand_name,parent_safegraph_brand_id,naics_code,top_category,sub_category,stock_symbol,stock_exchange -SG_BRAND_12b20c8402b220acfe0e65dd113dbbc7,&pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6462594f4a598a94,1 Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_407913c3eaadbdf961cbb276649f6618,1-800-Flowers,,453110,Florists,Florists,FLWS,NASDAQ -SG_BRAND_8353f72dc7eca10f,1-Stop Convenience Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_98d0a05f33b79c60dffb8f23a236748f,10 Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1d114312ec5fbd09,10 Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2f0603252b995371,10 Spot/MadRag,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_70be6421bf9bd7b8c5bd2219c2351bac,1000 Degrees Neapolitan Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b2b68c24c94ff775,10Box Cost-Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3199b7c24d61c3dee29450e382f8c9ea,16 Handles,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_31eb6e3befe2fa0b,21c Museum Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1dff6738894adf75487b2c1ba5f54873,24 Hour Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_16f0443d83aeb0b,24/7 Travel Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3367b83ed9c0f9c5,2nd and Charles,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_b40626a171c6ce8e967992998f5ed81b,2nd Wind Exercise Equipment,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_3f0458a9adba4821,30 Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c9feda216bc7fe6cadd88b5282f1a252,32° A Yogurt Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4e65e7d1c4a96bf6,4 Brothers,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_52084b69a9bb91de,4 Sons Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3b54aa029dabc38a,4 Wheel Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_47e5077eb5e7e2a1,5 Napkin Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1044eb50228f888c,5 Star Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_0c3cc4d6912a4cc4,5 Star Quality Care,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_ba391088dbe9fc5d537af44d9fd3f29d,5 Star Rental Purchase,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, -SG_BRAND_77202d314aaa383b1b39b199f03cbd85,5.11 Tactical,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_676fe5694744273e,54th Street,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_30f920cc8fd37865434a7d6bf1f9d0da,6th Ave Express,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_8531352a80af4bf07a701c06119c4004,7 For All Mankind,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2e2448f12fc87fe452e9166153797a7f,7-Eleven,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_fbd7939d674997cdb4692d34de8633c4,76,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE -SG_BRAND_a1be1aed39d245471c663320b84f10ea,800 Degrees Woodfired Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d005a2566278a1288029eec56fc08af5,84 Lumber,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_f5659fbd731a6e1762fe9123f8e65832,85 Degrees C Bakery Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0ccab9d8aebd3d3b49d24cfc0fbbda59,99 Cents Only Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NDN,NYSE -SG_BRAND_47491621daa95546cc094e97c4e5cfb1,99 Ranch Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ce0e03f64d207cfbd5c35b5351d99cd5,99 Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_97858bdf52f48f41c812f88338ecf1e0,9Round,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_376457600f0788425db552999cade1ce,[comfort zone],SG_BRAND_17c01d3273015313f138934a3f183da7,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, -SG_BRAND_357cce5297b9923a1f3c28e10884495d,[solidcore],,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_a4c63e5a7b60df283a73f66f76fc6b02,A Pea in the Pod,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ -SG_BRAND_94e653a1ebf957df2f57126f1dc8e73a,A World of Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_f72c910fe39a23942fcab6266cce935f,A&I Products,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_862f8dbbfb698679,A&W (Canada),,722511,Restaurants and Other Eating Places,Full-Service Restaurants,AW.UN,TSX -SG_BRAND_40b4494c27453f1487b6f99e4979be16,A&W Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a1fce9b2678cec84c7a555d3f2e0754d,A'GACI,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_063350df8b92c0594de6fc315ee5e48a,A+ Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_7bbb814ff6dcc6ad017655e6326e1813,A-1 Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_26a3d99abb73b1cb,A-EZ Out Bailbonds,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_9a5e793437182467644e9d53445c1490,A.C. Moore,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_97adbcaca691fcc210b491d83bb3412d,A.R.E. Accessories,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_1c6e791993dd6876871d4a561de9ad36,A1 Medical Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, -SG_BRAND_b1d21ba5beb3e781,AAA,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_4a3c8f98f6aee259c4e69d527df194f5,AAA Approved Auto Repair,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_05ff976a687708af0e453186738e5d96,AAMCO Transmissions,,811113,Automotive Repair and Maintenance,Automotive Transmission Repair,, -SG_BRAND_ed1f3fc797846c8ed53b280291041300,AAON Heating and Cooling Products,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",AAON,NASDAQ -SG_BRAND_b72e1f8bbbb37a22201c712c9c5fa62d,Aaron's,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,AAN,NYSE -SG_BRAND_faa9096ceee3f8943ec22bde486bd15f,Abbey Carpet and Floor,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_4029190e439330df,Abbott's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_41683187f977260f,Abby's Legendary Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f72748da444de7f,ABC Carpet & Home,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_a165baa2c2a10727faf4931bad5cb9c9,ABC Fine Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_fa92b7f5e563c27,ABC Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_9da2eb2293f706865ee25e1e3aa53197,ABC Supply,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, -SG_BRAND_704be6d1177559b6,ABC Warehouse,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_45f58ab7240a3379,Abe & Louie's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4bedc5294f99a03c,Abel's Qwik Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7cced0ecbfbf09fc,Abercrombie,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE -SG_BRAND_6d8684d641d51f2d,Abercrombie & Fitch Co.,,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE -SG_BRAND_10c677d74daf4ae96824ac1eb4bab56d,ABF Freight System,,488510,Freight Transportation Arrangement,Freight Transportation Arrangement,, -SG_BRAND_ef49f15bf0289d69,Abington Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_20ccc30c3978ee175f064b6339cae019,ABRA Auto Body and Glass,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_d094eaf9028f1cb4,Abrazo,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_641d4b48fe723227,Abt Electronics,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_befc5f08e61aaa0fedcdd7355e3259bc,Abuelo's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a5fbcaa336dd9228,AC Hotel,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_2d558e88d5b55b08,Academy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_cebb2b4363445dce8031918685aab2c4,Academy Sports + Outdoors,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_f274acd790fdf9e91eedb14c2ce66e11,Acapulco Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_31cabebc80ebf4ee0e6c96bbad491f06,Acceptance Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,FACO,OTCMKTS -SG_BRAND_50e1397e0fc04f10,Access Community Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2f3a1f2057560021,Access Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_09eb0b80506fefcc9e069d143c97af4e,AccuQuest Hearing Centers,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, -SG_BRAND_55ec81055d66b1a5c2f693401a8bd2b4,ACDelco,SG_BRAND_09fcf13a3339566e,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,GM,NYSE -SG_BRAND_1f80a87e178e0d5e04c8217210b2b9cb,ACE Cash Express,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,AACE,NASDAQ -SG_BRAND_0042ddcf1dfda78309cac2609a8e56e0,Ace Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_7008731995577bc3,Ace Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_3bbe733ca58f4f40,Ace Rent-To-Own,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_913be21441c343ce4a75490b2aff0261,Acelero Learning,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_227fbb906a299b8c,Acme Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_fae25d7f7192889e606c10c2b1a20adb,Acme Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1fe6c9cdcfd75b8fb8270e90a899b5c6,Acme Tools,,423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,, -SG_BRAND_a451a05b35c501a2b6515f696b992e6d,ACO Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_5c802af4a870afe9,Acorn Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_74773d9621a1f10780471b0f1894dd4f,Action Day Primary Plus,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, -SG_BRAND_2e786020370e513f,Action Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1392d90368aedca08af9cd73f30c06f2,Acura,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE -SG_BRAND_1e6d3ebea02faae3,Adagio Teas,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_70ff92a4441ae8d6,Adam's Hometown Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2b91f1285d21960f,Adams Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_6c45f33124a9a9ee,Addition Elle,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE -SG_BRAND_2b7ffb4504ed949560cfa8ac5f346cf6,Adecco,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_4db6adde7999319bfb67bee86942f8e9,Adidas,,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS -SG_BRAND_195f1c5a12a7b06d,Adirondack Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,ADKT,OTCMKTS -SG_BRAND_dc0bbdb488807ce,Advance America,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,Advance Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE -SG_BRAND_722797bc787fadc1,Advance Financial,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_d916dbf73e3f5319ef65924990f1babf,Advanced Building Products,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_ffcf5315f4ba9b125c3307d8418f8d21,Advanced Radiology,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_2ff9e046aa80438dc89f7a77e428ce10,Advantage Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_a70de5c35e77fdc0,AdventHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c7436c4a31a1f53a,AdventHealth Centra Care,SG_BRAND_a70de5c35e77fdc0,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_11a39d057ffd22289fad8e73895aab0b,Adventist Health,,813212,Grantmaking and Giving Services,Voluntary Health Organizations,, -SG_BRAND_76a6c4298e548305,Adventure Dental And Vision,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_cc0a6aec28510b3c,Adventure Island,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_7d3d756f6ab4c311,Adventure Landing,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_2aecf74a4fca848d,Advocate Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_f3acb89e9a6bbccca1f502417ed86473,AERA Engine Builders Association,,813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,, -SG_BRAND_ed45067a557a14cf,aerie,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448120,Clothing Stores,Women's Clothing Stores,AEO,NYSE -SG_BRAND_3bc902230be0f2e3,Aerosports Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_c7116409a864ba3e7de36e1b6af828f2,Aerotek,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_3306c5c2ad7478dd,Affinia Hotel & Suites,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_9a365a7eb3a9372db79503c93542a80a,Affordable Dental Care,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_2f710d01fd2710d87d8fae13eaf3d133,Affordable Dentures,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_32136f606c3d1c4d1be6905f268339a6,Affordable Home Furnishings,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_3f0b62787ceada5594a084e88094450e,Affordable Insurance Agency,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_a7de75bd0dab5cf7bbede566d05ad676,Afirme Mexico,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_b385d14787f0b2727d480270415a68ba,AG Jeans,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_5959fcd790c7fdf8,Against All Odds,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_8311e1795d2e1b27c096b2994bbbbb08,AGCO,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,AGCO,NYSE -SG_BRAND_30a1d306114e84e9,Agent Provocateur,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_617aef18ff54ba7c,Aglamesis Bros Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_8f86954eaa7c5e93a82ebbb4bf5d38db,Agland Co-op,,813990,"Business, Professional, Labor, Political, and Similar Organizations","Other Similar Organizations (except Business, Professional, Labor, and Political Organizations)",, -SG_BRAND_973e35296eaa9cbf071097ff29dae70d,Agri Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_09a477890bf86c70502cd1005f642d36,Agway,SG_BRAND_b171fe50c25853ab56e1f134afc569ac,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_4a1b28630dbe4e5fcc7664005a06ed2c,Ahern Rentals,,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",, -SG_BRAND_e5919360e313d7e4,Ahold Delhaize,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b92265c50f53d19c9ff7d51de8b19ae6,AIM Mail Centers,,561431,Business Support Services,Private Mail Centers,, -SG_BRAND_f65a7f441703711f95020392584b87f8,Aio Wireless,,811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,, -SG_BRAND_178667c7fe5b931f,Air Time,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_12a001aa50a4e145,Air U Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_29acc421f7cb3a4b,Airborne,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_51ee124bd1b84993ce9298180f9d6cc5,Aire Serv,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, -SG_BRAND_7159747f7911f6fbcbf38ae6d6d2c2f0,Airgas,,424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,ARG,NYSE -SG_BRAND_1faa49d859155d,Airheads Adventure Arena,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_4e8055d6360cb6fe4e8d312ca37e8004,AJ Wright,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_04c84ebc56e7fbba4c731e9261820e6e,AJ's Fine Foods,SG_BRAND_989f6147079aefc986c51ea3b9a6039a,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6846a5bba33b194b,aka.,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_560069ca5b21fb485c309d20165ab91b,Akin's Natural Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7009d88a4e0b4b9,Akira,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_53ed9ca055813fdf0a8585e5300ef667,Al and Ed's Autosound,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_4d46cff2a6a67a7bf617e441737d09d8,Al's Beef,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f1f017b4f6b6550246101e43f418c65b,Al's Formal Wear,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_791eefb06bf05a40af4077f354ae7596,Alabama Farmers Cooperative,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_2f36cd3178a2d43a1edbdbc9fd8f64f7,Alamo Drafthouse Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_2b49f9e689320124edcf2d64cc85e571,Alamo Industrial,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,ALG,NYSE -SG_BRAND_aee25fc720cb8a6433eca11a512a6757,Alamo Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_489a806735a1ff46711ff1f3b13ca0bf,Alaska Commercial Company,SG_BRAND_1b123f515d08bb0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NWC,TSE -SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,Albertsons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b1cee15316c1cf1a,Albertsons Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_43c9d246e29acfebd217d14740993446,Alcoa,,331313,Alumina and Aluminum Production and Processing,Alumina Refining and Primary Aluminum Production,AA,NYSE -SG_BRAND_41267d9fb3826d417e32077a3b0a35e5,ALDI,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,ALDO,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_a793ed7a12379358db9303978c6f4dd4,Alex and Ani,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_5ed999a3d316130e7283d5fb07081fca,Alfa Romeo,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_978f38b5082c6e3f,Alfred,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_5a17f5c67b0713be,Aliberto's Real Fresh Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7b12a81e13e07aac,Alice and Olivia,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_310b0172ef6d6ebd,Alila Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_71f8c12641ae274f,All India Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e98b9d628c02fc1159b9b63fae64c91,All Tune & Lube,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_7518addcbb462c3a,Allbirds,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,Allegra Network,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_144bf6e93b2a9180,Allegro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4959b9c7b6ef23e4dd6392edae9a968c,Allen Edmonds,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_224cd064261102fa,Alliance Bank Minnesota,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_b9732f6e7c8c8f49,Alliance Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_b1548d44966c9ff54d6228dd280e752e,Allied Building Products,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ -SG_BRAND_47846c6a01657407153655f2f0506f55,Allied Cash Advance,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_3e364569d3cba1e3,Allied Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_2b42b6e3326b00bf,Allina Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_214ff0a1160dd989,AllSaints,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_5a9e6695c8055aeb6c210e6bfb45d6b5,Allstate Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,ALL,NYSE -SG_BRAND_4c5d9138d9303e105b26178be842275e,Allsup's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f539f9dedcf133c96f08baca718c9fa8,Alltel,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_eea773e3cd25f00a,Alo Yoga,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_232e3a254ee6887688ed8957d9068679,Aloft Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_7975b2f7c429df3c,Aloha Petroleum,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_da84065c579e60ad,Aloha Poke,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f5edb995de0f09b9ee3f9045be82afcb,ALON,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_a87468d01e929f7b6f3b52165af9a144,Alphagraphics,,323117,Printing and Related Support Activities,Books Printing,, -SG_BRAND_716bfdab184fc881,Alta Convenience,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7c5cecad9d417901def8c96e22e85abf,Alta Mere,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, -SG_BRAND_2b1113c8169fd677,Altabank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_1ff1aeb10c3ab999,AltaMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_fb55f793ae6f3aa03333de50d261bbc3,Altar'd State,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_726fb04193daaa46070c8527e02ea8bc,Altierus,,611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools",, -SG_BRAND_50132dc29ce2ba73bc0e600eb1bc2187,Altitude Trampoline Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_da51bb12ab90a9617408308562624f9e,Altoz,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_223ca1aa5a3dae726fb034683d090055,Aluma,,336214,Motor Vehicle Body and Trailer Manufacturing,Travel Trailer and Camper Manufacturing,, -SG_BRAND_c8a0c64c1bd85383eee777b204a8d3a0,Alumacraft Boat,,441222,Other Motor Vehicle Dealers,Boat Dealers,, -SG_BRAND_4c2f3879bf182311,Aman,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_07454b1c96395af57611f456fb9d1544,Amana,SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,443141,Electronics and Appliance Stores,Household Appliance Stores,WHR,NYSE -SG_BRAND_a052094d8f55cb2762426643d8ac0534,Amato's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_eee5e1cd7f209f022732b6617d6abc3f,Amazing Lash Studio,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_c8aee687ca946b69,Amazon,,454110,Electronic Shopping and Mail-Order Houses,Electronic Shopping and Mail-Order Houses,AMZN,NASDAQ -SG_BRAND_843d199a3265aaed,Amazon 4-Star,SG_BRAND_c8aee687ca946b69,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,AMZN,NASDAQ -SG_BRAND_e9f31d664bfa3bdc62694c9d0dc03bcf,Amazon Books,SG_BRAND_c8aee687ca946b69,451211,Book Stores and News Dealers,Book Stores,AMZN,NASDAQ -SG_BRAND_fc2573e1b20d6dd1,Amazon Distribution,SG_BRAND_c8aee687ca946b69,493110,Warehousing and Storage,General Warehousing and Storage,AMZN,NASDAQ -SG_BRAND_ebbdf13bef1cb60b,Amazon Go,SG_BRAND_c8aee687ca946b69,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,AMZN,NASDAQ -SG_BRAND_e5eedf3ad2b51dd7fa2f1a1e1cde18c2,AMC Entertainment,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE -SG_BRAND_5bd1c34b834731ba,AMC Entertainment inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE -SG_BRAND_4dab48a331f833cf,AmCare – Doctors Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_392f5c5f48278262,Amegy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_056e27928a57f859238f604c338ea918,Amerex,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,, -SG_BRAND_6b0cd1ce1bcee01a,America First,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_542107fde8b1346b588d305b8c480c61,America's Best Contacts & Eyeglasses,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_8d1330d266bd897,America's Best Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_21308ade311878e6,America's Food Basket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_11766d2c71f86895,America's Mattress,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_af3e12bf6e4c372441003cb838fd571e,America's Taco Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a65744f1b170bb5c9f62575c39b81e14,America's Thrift Store,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_e2ecfe2d7aca912837fb5b1974f8345e,America's Tire,SG_BRAND_bf97a394be0995faf90bede5ed452758,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_6980414328db21c5,American 1 Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_9a1aa63fa596baa7359a35ab7cd6e0a9,American Academy of Urgent Care Medicine (AAUCM),,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_86cac750f56930c3a88f9f9a5dc7616f,American Bodyworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_66359aed65b2ca75,American Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_95a1de80f566759aafdc2a957a76de5a,American Eagle Outfitters,,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE -SG_BRAND_642f6b0510afef11,American Eagle Outlet,SG_BRAND_95a1de80f566759aafdc2a957a76de5a,448140,Clothing Stores,Family Clothing Stores,AEO,NYSE -SG_BRAND_da62850d12062590,American Family Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_75d4ffecdab36bf8611e7f27e42796f2,American Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_097c17a157a8b638a36292e76e151b0f,American Forge & Foundry,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,, -SG_BRAND_93a539a657e509488e549bc83b15fbf9,American Freight,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_555e6b292d8061866506daaef7e19d3d,American Furniture Warehouse (AFW),,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_8e7e7acbc1702953de4c7157f6e97cb9,American Girl,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_215bd1119fc3d0b01a2d5a7748d0d476,American Home Fitness,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_700e77161890059903a952ff1d792d08,American Job Centers,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_abd4f2cf23cf602b87ebbe9a0df1b586,American Lubefast (ALF),,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_2dd6d8f10feec96933e9dc0a696b9fd3,American Mattress,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_70522299371c500d,American National Bank & Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,AMNB,NASDAQ -SG_BRAND_bc182e7f8a9fd5c820e3bce804f4dee0,American Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_4e7fd95c3fc9ab8,American Sale,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,American Signature Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_4dec1b13aceec8f264e341ee1be403f5,American Speedy Printing,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_b1526ff61943a94b088b07219a6e14ec,American Standard Brands,,327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",ASD,NYSE -SG_BRAND_0e82955483a61e98d9fd211d8f19b07f,American Tire Depot,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_efd042146af58088c5fe07faaed82bd3,American Tire Distributors (ATD),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_cf683d31f5a0b627e69d8c6b01ccd6bf,American TV & Appliance,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_7a9041e35763156f729408e8e3ffa47e,Americas Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_10201be4eab1a450,AmeriCash Loans,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_3d6b29efd16692aedfed87724bf05e42,AmericInn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_af299b410f6f40f2832dcb33e06819e0,Ameris Bank,,522110,Depository Credit Intermediation,Commercial Banking,ABCB,NASDAQ -SG_BRAND_1f0d195118f3ae59,Amerisleep,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_76921e7b7f4c82a0,AMES,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_7a7f78029cb813e6,AMF,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_b7919fc9aaad5fefd42735f912403c9c,Amigos,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d34d381f5c016b80375b7885a7bd8543,Amigos/Kings Classic,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bc0f1ef1fddb0800,AMITA Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_bb53d58f962a5f91,Amnesia,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_58e1840a9ec1dca1,Amorino Gelato,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_db57f3767efde48f,ampm,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_586eac2437641853,Amscot,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_7279a3b23815694d,AmStar Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_8600ba93ae70c64076266f8c3f3aec18,Amtrak,,482111,Rail Transportation,Line-Haul Railroads,, -SG_BRAND_85bcd33678a8dae3e99a1b357c0e3596,Anchor Blue,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_4822315efd2da1af,Andale Mexican Family Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f322046b2e2422a176b5ad9e554a048,Andaz,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_70a33a0ac439557d,Andiamo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cb7d114f36c4df5,Andy's Frozen Custard,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b290bd5623fb4011,Angelika Film Center,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_55f76fe855942dbf0f8f790e448e3741,Angelo Caputo's Fresh Markets!,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1c684a32cfe90de7,Angilo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_38f8032cc1695a53dc31ee5ee0a189c0,Anixter,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",AXE,NYSE -SG_BRAND_17623624bd5b70d6,Ann Inc.,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_75686c13988a01c9,Ann Taylor,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_69b0bb26f6f38880,Anna's House Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b82c67a94b66fe291a27143c96d4ef6f,Anna's Taqueria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_205eb1605f92ebbd,Annie Sez,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_11c7ddc5f69e994968d262ee91df8eee,Another Broken Egg Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4064fa6241c025a856091e2b9dcae9e7,Anthony's Coal Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d4d172b4db8b7b4d9ef955065bfa945a,Anthony's Pizza and Pasta,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_28f2287e0d72291b,Anthony's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d6aa3de01533f04082e6dc4b7e2f7305,Anthropologie,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ -SG_BRAND_e4248bc7c3ca6174f442e750501dfe99,ANY LAB TEST NOW,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_6daa255524fe5ac244c3bed9cfbde479,Anytime Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_68060c8a8bce8e18,Apollo Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_266960d748e80d82,Apoyo Financiero,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_2817cee1c4513d8c,Apple Market,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_aa55d5b692887ce4ff82e8f98bd569ad,Apple Retail Store,,443142,Electronics and Appliance Stores,Electronics Stores,AAPL,NASDAQ -SG_BRAND_532a1ea21bbef4dbdc2cae21e89a610a,Applebee's,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE -SG_BRAND_3e6c8654531b9bb7,AppleCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_4bb455c37f382fb2,AppleOne Employment Services,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_7b1eae85ec336da6,Applewhite Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_c65ac48f82773e6c25d72180c1b0a676,Appliance & Furniture RentAll,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, -SG_BRAND_14ecda6371110981014e128691265520,Applied Industrial Technologies,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,AIT,NYSE -SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,Approved Cash Advance,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_d8d7a49164a1b72e7e26ac483582acdf,Apricot Lane,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_5061f54f7ccb30a6aaa583871fa04f19,Aprilaire,,333413,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Industrial and Commercial Fan and Blower and Air Purification Equipment Manufacturing,, -SG_BRAND_adeb70d56b658224,Aqua-Aston Hospitality,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_7e7c6a75b448fdd7,Aquarium Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4a51c286f84408c1,Aquatica by Seaworld,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_a9c1759e6ee271fbc39fbddf32a2f75b,Aramark Uniform & Career Apparel,,561790,Services to Buildings and Dwellings,Other Services to Buildings and Dwellings,, -SG_BRAND_f004042e34f9a89a218a216365ccd2c4,Arby's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_68da9ccac5f8f7e4487cc6b092611680,ARC Document Solutions,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),ARC,NYSE -SG_BRAND_e67fa52c72e5fbbb2e6a9cc85d833a5e,ARC Thrift Stores,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_49f362e1a97ccf64,ARcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3db1b1b75af34ece,Arclight Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_99b3a2abb4050d5bef6da28efdc9552f,ARCO,SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE -SG_BRAND_263ab4737b063101e85bd364a3ba77f6,Arctic Cat,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",ACAT,NASDAQ -SG_BRAND_443964ea0c09422d8b208c3ef7a01fb9,Arctic Circle,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3019aa0f7c297c9e9e53b2f8c9260f03,Arden's Garden,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_74590f0568820363,Ardene,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_568674125759e88de1527a38fceb0a4c,Argo Tea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7ed14090eb859530,Argonaut Liquor,,312120,Beverage Manufacturing,Breweries,, -SG_BRAND_d81b0ce23bf8a368,Argos,SG_BRAND_65e9719b182ef753,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_798924b2f5bfd9e6bc541b061d30b907,Arhaus,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_6a2db7d70cf80a03d7b5021e1b9e8a2f,Ariat,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_c915f2d611122e3d19f2c9c1b129ef1f,Ariens,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_8556827a446e9dcc733d8f3bd5cd7110,Aritzia,,448120,Clothing Stores,Women's Clothing Stores,ATZAF,OTCMKTS -SG_BRAND_552e074f1162a8b30485fafcbaedabd2,Arizona Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_5d743d6aa544adc,Arlan's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_734adb0084b47015,Arlo Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_d5167d48829ad4a25ba59270f12bb0f5,Armadillo Willy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_74e8f36eab339485e1e4cd77445dc737,Armani Exchange (A/X),SG_BRAND_cffd8e5634652b989687ccd942c05785,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_98567a842853508791a2ced78ad749c1,Armstrong McCall,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE -SG_BRAND_643881af0e62227c,Arnold Motor Supply,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_363d9092903dcdf1,Aroma Espresso Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f689b72a5a740b8,Aroma Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_60a1139ea97245a0,Around the Clock Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_747aa894b4e4c385b88b8b6503a6ebda,Art Van Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_027887944d90b26620b7a74537136b06,Arteagas Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5f1f359a0bfcc1a3,Arthur Murray Dance Centers,,611610,Other Schools and Instruction,Fine Arts Schools,, -SG_BRAND_1c6d6c909e0cfe06231244705c6defdb,Arvest Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_3087c2c140a9cb9b54e2ce2e739c00a7,Ascend Resort Collection,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_6c6c46d79d7e982d,Ascension Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1f87a8392acf7f95,ASDA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_46f27ef73712065fc801247705bf2f3b,Ashley Furniture HomeStore,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_819ba48428fc5a034e06f6ff768548f7,Ashley Stewart,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2942cb3528ed9ad8,Asian Food Markets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_93273bfc3e6338d387eb6831f99f7c1c,ASICS,,424340,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Footwear Merchant Wholesalers,ASCCF,OTCMKTS -SG_BRAND_d8e896c4769bca66,ASK,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d5ab4bc0c781489e2a30874e90683bf8,Aspen Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5b144b5c079189f2,Aspen Creek Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_71be0361fb378ace285a2057f188c675,Aspen Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_8d4d02424861c2a316479e7b0473c33f,Aspirus Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_daf15eebaa81697339c57393693dc2f8,Associated Bank,,522110,Depository Credit Intermediation,Commercial Banking,ASB,NYSE -SG_BRAND_bbce9d966be9a97f8636f8c33b7e3509,Associated Grocers of New England,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1d39b019e6319878ba436773290859a3,Associated Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_76a638755187d90d,Aston Hotels & Resorts,SG_BRAND_adeb70d56b658224,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2fa3cf424791add1,Aston Martin,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, -SG_BRAND_1c59069183a6a3fb,Astro,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_11a4fde510c7bb2965c5cb354ee086d7,At Home,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,HOME,NYSE -SG_BRAND_eb8521bbd57f34d554ae6ec0b674d7ba,At The Beach,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_5deb800ce9500e72e355137ab8b48fb6,AT&T,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE -SG_BRAND_175daf46cee56cdb,AT&T inc,,525990,Other Investment Pools and Funds,Other Financial Vehicles,T,NYSE -SG_BRAND_43d74cb900844e84,ATB Financial,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_579a2f8f0bf87517cf22c11bf8827644,Athleta,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE -SG_BRAND_e82b8ec3cdfb7fefc757d20ed3e7d136,Athletico Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_0f6312930cd009ca4e8d974d0a302ec3,ATI Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_20cdbe025bb0f8ac8a88299c11cddf6a,Atlanta Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_498c56451d61f0da,Atlantic Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2f2089e498018422,Atlantic Union Bank,,522110,Depository Credit Intermediation,Commercial Banking,AUB,NASDAQ -SG_BRAND_b4547aac8ad2b6d145a0dbc61f9a71e6,AtlantiCare Physician Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_0f471c29398c03827695077ae7a0d6e2,ATM Anthony Thomas Melillo,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_26d04e54c2ae3b1c,Atmosphere Ltd,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_3232c37e7a0291c,Atomic Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_806e1386d5fb55e0,Atria Senior Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_7d3117669a3eb7b87a3904e5c1818348,Atria's Restaurant and Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bef68bae7c0797009c3335c452cd438d,Atrium Health,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_3f0b923c9c8132b7,Attic Salt,SG_BRAND_346f800349b8b8cb,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_02e2aff95ca5fc2743f4c6982c094a4e,Atwoods Ranch & Home,,444210,Lawn and Garden Equipment and Supplies Stores,Outdoor Power Equipment Stores,, -SG_BRAND_2ec5b29d57656d008d02e09c2394b642,Au Bon Pain,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_11afc576251c4f87,Aubree's Pizzeria & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0e1559062ff3c03b155685c5d89d0127,Aubuchon Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_4d9fa555e7c23996e99f1fb0e286aea8,Audi,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS -SG_BRAND_63371916b5e2b534637dcd003d245d22,Audibel,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_9317f943d55e0a62eab871d84971aa40,Audiologists,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_13748449b7b69d12,Augusta Health Urgent Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_ce748140d1750c3620f9e803e4af0170,Auntie Anne's,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2c195cd62bd03201d9b0157a94e6c314,Aurelio's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7ceb411f1dd927f12a577a8ef96474f6,Aurifil,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, -SG_BRAND_4bffef1169b49923216e5ad94468ff15,Aurora Healthcare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_8dec87ebe111e2b4,Authentic Brands Group,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_670b02f220e28efc2a40dae1786bba78,Auto Service Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_1fe9ef9dd90e0752,Auto Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ -SG_BRAND_11af9d3184e3f62cc3664b7ec731af24,Auto Value,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,Auto Wares,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_d7902726df908587522500d0e478a2fa,Autobell Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_b9579b602f7a1d2c,Autograph Collection Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_6cce40323161f6a58a3d7209cc6fabfe,Automatic Transmission Rebuilders Association (ATRA),,336350,Motor Vehicle Parts Manufacturing,Motor Vehicle Transmission and Power Train Parts Manufacturing,, -SG_BRAND_02239f872313979956fec2581f68d1bf,AutoNation,,441110,Automobile Dealers,New Car Dealers,AN,NYSE -SG_BRAND_4a06e9564747a054,Autopart International,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_87681bc51c663efbbf7272e0f1262e9b,AutoZone,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AZO,NYSE -SG_BRAND_8644629d00533c1,Avalon Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_8acb9465e5dff7534577e5d44c27d773,Aveda,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,611511,Technical and Trade Schools,Cosmetology and Barber Schools,EL,NYSE -SG_BRAND_1dc37a5030f45641,Avenue,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_78f9844853c1ef3d,Avera Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_6c55147fc9266eb8,avid hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_f35a8740b65be2b1aa45f588f2809377,Avis Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ -SG_BRAND_ae8340c3ef56b9d3,Away,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_5b3b4df9bb09fd58,Axiom Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_3570a3b8679bd931,Ayerco,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_29a1f9ce6b40cfa92ff20c8123f89e3b,Azteca Mexican Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3496cfebb9e7f746ed962ca33db7e5f4,Aéropostale,,448140,Clothing Stores,Family Clothing Stores,ARO,NYSE -SG_BRAND_2dd7e7efd007f82c,B Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_170e431ef7631fee,B&B Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_3c691d7e5e8a9191,B&H,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_1c9455c4daae0289,B&R Stores Inc,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a309c5c72d695cc,B-Bop's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7aa2fb3acd993dfe1c9c942c19d8d8ec,B.GOOD,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e06556ee7a25d1a73e9b4b34b4f9791c,B1 Advantage Tire & Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_953b7a501bb5c8396f606535a5a9778a,BAB Steering Hydraulics,,336330,Motor Vehicle Parts Manufacturing,Motor Vehicle Steering and Suspension Components (except Spring) Manufacturing,, -SG_BRAND_624c28f71bdf5c2bfbf58fd534f22beb,Baber's Rent to Own,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_7007fdf67b5bd472,Babes Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c16b2df5a2be6582dabc4258c766b3dd,Babies 'R' Us,SG_BRAND_00db0391d05de9dc3d3ce6815e06a18f,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_59a490da2db2545f,Babin's Seafood House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_59e88e5703cfe421,Bach To Rock,,611610,Other Schools and Instruction,Fine Arts Schools,, -SG_BRAND_6ee7e675c921dc40,Backwoods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_fad43b0448a3da51f678107ab45fb8e4,Backyard Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2e1bab3274f93aaa,Bad Axe Throwing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3d18feffe987bad2,Bad Daddy's Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9e71caab6eeb7dcbb52e112de81feb67,Badcock Home Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_fccdfc85412b42d,BADMAASH,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8cb37f1ad938c9b54cdde4bc86e71900,Baer's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_5895069705900d66,Bagels-4-U,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9dc7cbae95ea6061f9ae5c7f6d28714d,Bagger Dave's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDVB,OTCMKTS -SG_BRAND_937314be333bc6e,Baggin's Gourmet Sandwiches,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5d6f860e16974f1,Bagnbaggage,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_80e76d65cd47172346878dbd13e5cee5,Bagni Volpi Noemi,,423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,, -SG_BRAND_6aa30a997db385b158900ff1a2b0ca4d,Bahama Breeze,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_6f77afb4a1d3c85a,Bahama Buck's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1f4dc539cb7c2e85,Bailey's Health & Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_62df7c3a8b8d2cf7f085116aa9c364f5,Bailey's Sports Grille,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ -SG_BRAND_3c2dc902b7bc068f,Baily Banks and Biddle,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_6d7424be5a5b47bd,BAIRD / Hilliard Lyons,,525990,Other Investment Pools and Funds,Other Financial Vehicles,, -SG_BRAND_65995c2920aeb4a414fdcd071b68aa7d,Baja Fresh,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3dd1c1b845f218584d537dcfde624389,Baja Sol,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_845a5d33e2569fc,Baked by Melissa,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_64dde9276423b8ab39f6c9f21ee4c7c0,Baker Bros American Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b4e4d4c1f2abdb7bb04755635692ce3a,Baker Distributing,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_a69f20501a15e39acd8c178a293d476f,Baker's Drive Thru,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4468731175593672,Baker's Ribs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_07b31e179ade840fafc9e51bd0a9faae,Baker's Square,SG_BRAND_5f2a59160ba477d032f3ff04029265f6,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3020039b42af70809bbe2d8693fa649e,Baker's Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_55c0201fba01add463f1413096be5ec8,Bakers shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_543bc0dbffea90f8,Baldinos Giant Jersey Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d23ade974e8d4fce1b3d272f0a50a845,Baldwin Filters,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_6c0c05c3c44425ab,Balenciaga,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_08928c2dc5721e9e,Ballad Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_718b7eae0cff22a7,Ballard Designs,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_3580cf342ea2ed75,Ballpark,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6e848882c68978dc,Balls Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2c9fcf03e737a9c4f882534ef6a57b8c,Ballston Spa National Bank (BSNB),,522110,Depository Credit Intermediation,Commercial Banking,BSPA,OTCMKTS -SG_BRAND_878089949cfb5636e5ca4c7899fe7066,Bally boutiques,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_5d2758b0af610b24084e8e844cd93030,Banana Republic,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE -SG_BRAND_17aa80ed1abae2b6,Banc of California,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_aba8fd15b3a4f97bfcc35159cc96a760,BancorpSouth,,522110,Depository Credit Intermediation,Commercial Banking,BXS,NYSE -SG_BRAND_026b6c1ed1b788f2,Bandanas BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6ddde12f8cfb9c45,Bandier,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_36762205aa90feb3,Bandits' Grill and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0db907d4b7af66e7236e05df173d90a7,Banfield Pet Hospital,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, -SG_BRAND_508c9b100106de89fe7785d7ae83884a,Bang & Olufsen,,443142,Electronics and Appliance Stores,Electronics Stores,BO,CPH -SG_BRAND_6b57c662f902a05d9c7c7bd5d224ccc4,Bangor Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_79497404d349efa4,Bank Newport,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_73971897e96ce01fa107640e730f905a,Bank of America,,522110,Depository Credit Intermediation,Commercial Banking,BAC,NYSE -SG_BRAND_eda9a217fa7b74fccf6a91be4439160c,Bank of North Carolina (BNC Bank),,522110,Depository Credit Intermediation,Commercial Banking,BNCN,NASDAQ -SG_BRAND_7fd8ed54dd3704bd171886a6eb170711,Bank of the West,SG_BRAND_319dffa1d60df708,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS -SG_BRAND_76bcc0fb0f1517f185e244b11035a665,Bank OZK,,522110,Depository Credit Intermediation,Commercial Banking,OZK,NASDAQ -SG_BRAND_5472f21f8bffd8d18f06fa5fea2df0f4,bankESB,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_946ee72d8fdd9b91bcc1ff1e739332a4,BankFive,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_850a8eaee850fbc06e74a5e3708d247b,BankUnited,,522110,Depository Credit Intermediation,Commercial Banking,BKU,NYSE -SG_BRAND_4d186eeb85f69e,Banner Bank,,522110,Depository Credit Intermediation,Commercial Banking,BANR,NASDAQ -SG_BRAND_1c41ae685e207bfe,Banner Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_8af697460704445f59701fd329c4ff3e,Banzai Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a1b44e4ffdeec408e0796d708e35bd92,Baptist Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_721eb961a8044181,Baptist Health Kentucky,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_6e6687432efaacf6,Baptist Health North Florida,,621112,Offices of Physicians,"Offices of Physicians, Mental Health Specialists",, -SG_BRAND_346b3066debbef6465f15524b63e81b7,Baptist Health South Florida,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_bf0140c66ed04441,Baptist Memorial Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_ba6151a8175e1253f2aafd6884eaf403,Bar Harbor Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,BHB,NYSEAMERICAN -SG_BRAND_9c06c89d90550f13e98482c82d934052,Bar Louie,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_699c39c1dab4d4e7d9e7b49399f802f7,Barbacoa,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2ddef662a295b0cb,Barbeques Galore,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_6cb287154920b33985925f121c2239ac,Barberitos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4f5777abc936ff71b2480f83ff5d7d3b,Barbour,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_312588ebe872ef0a3df338dc633cf098,Barcelona Wine Bar & Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8719b489630c3de6c010430dfd0435ed,BareBurger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_48b61e1d1b757b5bab70f0f55d7c5994,Bargain Hunt,,452210,Department Stores,Department Stores,, -SG_BRAND_4745a69a2bf707ee,Bargain Town,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_0031e43e4f12b969239801d340f7c141,Barnes and Noble,,451211,Book Stores and News Dealers,Book Stores,BKS,NYSE -SG_BRAND_d1e609cfd201e1de,Barnes and Noble College,SG_BRAND_0031e43e4f12b969239801d340f7c141,451211,Book Stores and News Dealers,Book Stores,BKS,NYSE -SG_BRAND_7a9a02c2f5654eb3,Barney's Beanery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8c43cf1e208f3db22255401005035872,Barneys New York,,452210,Department Stores,Department Stores,, -SG_BRAND_43f880498d997b57,Barons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2fd4a6c3072990c,Barre Bohemian,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_57f28a8f084bde95,Barre Forte,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3d32fb6a6154128a,Barre Soul,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_cd1c8cc4a8e16999ef5964f7ab913d95,barre3,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_82fb627e236b248,Barro's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b39f517061f443562df3f614ef50bae8,Barry's Bootcamp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3f62cf7c4b0f06509f827a174c632fd1,Bartell Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_2a8e22bb6ec20c4f31919bab595db1a6,Bartlett Tree Experts,,561730,Services to Buildings and Dwellings,Landscaping Services,, -SG_BRAND_27798f863ac3d51b,Barton's Home,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_9146ebb47a22f437740df18d5695dad4,Barton's Home Outlet,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_abc9b3641272d8733461161ea5f64cfc,Barton's Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_989f6147079aefc986c51ea3b9a6039a,Bashas' Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_963fde2041e158441c414f9defe1a2cf,Baskin Robbins,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,Bass Pro Shops,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_8686bd9a1746ec9eb657bf28d36de163,Bassett Furniture,,442110,Furniture Stores,Furniture Stores,BSET,NASDAQ -SG_BRAND_2510a0370bec7d4b218a1ab12aa09d01,Bath & Body Works,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_822e6e6367748c6a9b6dcf692799b232,Bath Fitter,,236118,Residential Building Construction,Residential Remodelers,, -SG_BRAND_ddfff702b633bc58f173c17a8809a433,Batteries Plus Bulbs,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_4e5dd3ac06dc96c1,Battery Giant,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_211105451129ebd4,Battery Source,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_234d87f983050a9e21840aff36a88905,Battery Systems,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_51b53d0d8aaea80b,Battery Warehouse,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_54cc3d9ff8318d4b,BayCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_da41dbd96583719bcc7c0cd07e20e780,BayCoast Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_44b2f60cc848c2dd,Bayhealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_e270f01532b9cd43760cb4656e7f7200,Baylor Scott & White Health,,621498,Outpatient Care Centers,All Other Outpatient Care Centers,, -SG_BRAND_cbd129e1de213232b916931a7fff7b1a,Baymont Inn & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_03545c6f2f5f740c,Baystate Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1d9c056b78c5fb21fe25ba611b6a32f8,BB&T (Branch Banking and Trust),,522110,Depository Credit Intermediation,Commercial Banking,BBT,NYSE -SG_BRAND_171715760808fad662a86e8c2028b0a0,BBVA Compass Bancshares,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_15d83be487a6c47b,BCBG,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_e1f0fd62deacaf3d9222dfbec0cac932,BCBGeneration,SG_BRAND_15d83be487a6c47b,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_60fe45f466c1cc8be5d7def236752cff,bd's Mongolian Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7129c169923a67e35b45205b16f6c79e,Beach Bum Tanning & Airbrush Salon,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_3df7b1d6c69d9400,Beach Hut Deli,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_507e8b5c37d83683,Beacon & Bridge,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1b2818c0478264ea,Beacon Roofing Supply,,444110,Building Material and Supplies Dealers,Home Centers,BECN,NASDAQ -SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,Bealls Florida,,452210,Department Stores,Department Stores,, -SG_BRAND_1441d41702198a2e,Bealls Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,, -SG_BRAND_34a4826e2c2094cd,Beard Papa,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_6361da4998eb4d40,Beard Papas,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_47ed07aa2016511deaab77a9f2f53520,Beauty Brands,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_5ff6876cafc4d0c3,Beauty Supply Outlet,SG_BRAND_2f65554b99c708fa,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",RGS,NYSE -SG_BRAND_1ca3f0565814e569,Beavertails,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_62c71fb5f0c6720f,Beck's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_aa5547d0b577e7c6bd7a271c25f16ced,Becker Tire,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_673f0624905f68d4,Becks Prime,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,Bed Bath & Beyond,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,BBBY,NASDAQ -SG_BRAND_b54e99e2dbc4f01476139d2316430353,BedMart,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_75e05927181770e7a9362d389df6d7f3,Bedzzz Express,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_dfc7c3c1c8071b0b,Beebe Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_004007a04c81cea5a72ee68b3c5d45bb,Beef 'O' Brady's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_134ee343dcc7c637,Beef Jerky Outlet,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_24abeab161c4f1fa,Beefsteak,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d2e172bb56635e,Beermiscuous,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_81c0b4dd000f6eac,Beggar's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a1f53ce03174fe30ae8a10aaf21c18b9,Bekins Van Lines,,484210,Specialized Freight Trucking,Used Household and Office Goods Moving,, -SG_BRAND_871640b1694b4b85,Bel-Air,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bbcd3448f8da0eb0a14e1f7b807d1754,Belk,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_235c6cf8b1099948,Bell,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),BCE,NYSE -SG_BRAND_8488d07e6c068b3019a6bffb54c1a88b,Bellacino's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4048b35c9f6bea19,Bellagios Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_45d8e56e50077bb3,bellagreen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f05446436e3106f9f3b73d454e31bae,Belle Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_50b5cbac4283549a5020bad7f4708c69,Belle Étoile,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_62c5c0cdd6d4a972,BellStores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2a5f7b286fcd0352,Belmond,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_5340dd683b246723,Below the Belt,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_6a6422bb281e5be96347840ee30ae463,Beltone,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, -SG_BRAND_2ec3d4d51f3e29b3,Ben & Florentine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_618343c29fedc43238864550bf2477a9,Ben & Jerry's,SG_BRAND_9a77daacc4bcf5a9,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,UL,NYSE -SG_BRAND_380df5d8bb8ac6fd161f03c03c60f684,Ben Bridge Jeweler,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_5d774cd336f78c1fc2bd9900dfa826ed,Bendix,,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,, -SG_BRAND_41a1e97dba126247,Beneficial Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_30e84aab44d33138,Benefit Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_b367560055f0c6e17704a0cb9acda26d,Benihana,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ -SG_BRAND_40576c940a552cc6,Benito's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_07f6c58a7aca24c379d8c86427309e28,Bennigan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f2a519448aef56f1aaf0da19e1c4a9b8,Benny's,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_7b3c6796f437d140,Bensi Ristorante,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7faf36d737e4dd34,Bentley,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_1e8cb2c9bf1caabd,Bentley Motors,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, -SG_BRAND_298b8014da335621303db1a76500a6dc,Bentley's Pet Stuff,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_dcb657b5f186fff7e0f5c09b222db75d,Benzer Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_78241de8ecf5b7cc,Bergman luggage,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_512a8fda81eeeaec,Berkot's Super Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a1b72a95d339ee1e19dcfd56ac43140c,Berkshire Bank,,522110,Depository Credit Intermediation,Commercial Banking,BHLB,NYSE -SG_BRAND_1c59aed12dca8e40,Berluti,,316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,, -SG_BRAND_7221c80edae42327d9c2354727644af1,Bernie & Phyl's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_4f5264fbd919fdd50ece0eb9069e2134,Berry Blendz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1d4f65c46b5af8a98494e2aec40239a3,Bertucci's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2c648ef84225e10f0499e7d255eacf71,Best Buy,,443142,Electronics and Appliance Stores,Electronics Stores,BBY,NYSE -SG_BRAND_431e4254199cef2d,Best Cuts,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_4cf263cc65cea2cdc5c4f540d2fc3770,Best Distributing,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ -SG_BRAND_fc76db896a9b558bb3bcbf5a0514eda6,Best Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5bf2fa04d611103553a596795dbb88e8,Best Friends Pet Care,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_fe7c0048b5569f16e592765369c170f7,Best Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bfb7ed689faace10536955b165cb8114,Best One Tire & Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_57671a22de5753d1,Best Value Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_afc74daf1bb2ac39,Best Western,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_838509b10cc694a6975423f9b982952a,Bestway Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_67d7808fe6a7157e1e8c1750152b1f96,Betsey Johnson,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2bef7d3fc2abe9bd,BetterMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_8358e022175f433616a7de081dd5d940,Betts Spring Manufacturing,,332613,Spring and Wire Product Manufacturing,Spring Manufacturing,, -SG_BRAND_37f30ee36c9a1017,Beverly Tire and Auto,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_b4b8691ac4da1a5475ea5ab6e914eeee,Beverly's Fabric & Crafts,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, -SG_BRAND_5aa9bb4bd21c56e38ca07e2124e34ae6,BevMo,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_57d62955c361a6468ab95b0bd2b3bfe1,BFGoodrich,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GR-AL,NYSE -SG_BRAND_5a6e0f5da980797f87ccff17f876dda0,bfresh,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_25e04fae32468b591567a6a753fba971,BI-LO,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5bcd17ad6125ba051e0c4c2afe761e04,Bi-Mart,,452210,Department Stores,Department Stores,, -SG_BRAND_10bb1db253f0e1af,Biaggi's Ristorante Italiano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f8072649fdeb99aa1e3376d8590e0546,BIBIBOP Asian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bf07b75f65e273c9,Bickford Senior Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_547d5dc4f8beb6a450792eae6052d2b2,Big 10 Tires,SG_BRAND_8d641cc772014028b61fa819e4227c45,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_198bc3789d4a47d26f96d5895f6afa18,Big 5 Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,BGFV,NASDAQ -SG_BRAND_eaf4e34eafc88698,Big Air Trampoline Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_0479059c073d74ea88fe3aef4339b1a9,Big Apple Bagels,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4248c9024684636f,Big Apple Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e8b5e26dc832113,Big Catch Seafood House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_336a51a1ff9dfee930ffefeba7cbc8fb,Big City Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_281950ad9736aea4,Big City Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1ee6d99dfb4c004,Big D,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_43bfee4b6927af68,Big League Barbers,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_c4d65e0c51ea2fe6cef625aabba41ab6,Big Lots Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BIG,NYSE -SG_BRAND_b2b252163a0fd81,Big M Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_670cc71e3c7e81e1,Big Mama's & Papa's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9a3ac6282b90f27a0b4c4dd5dbaec91a,Big O Tires,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_6968f3f59e6dde16d8116950b4569979,Big R,,452210,Department Stores,Department Stores,, -SG_BRAND_a6f2ca935a1cca27ec66a0732b5e8d13,Big R Rural King Supply,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_3d22b49e7b76ed53,Big Red Liquors,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_4a8ee7a51fedea60,Big Red Stores,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_417962e848acbc88,Big River,,213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,, -SG_BRAND_256ecadad19011e7,Big Saver Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5b8767bd3bbf6ca,Big Sky Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7a218c302bdd40c632bee3f017813f17,Big Y Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e993b6432f42a99ab21f8c4ef61e8571,BigFoot Java,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fbef84b2e2cecc4e561d415a026f75b2,Biggby Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_20ad51a76131b134,Biker Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_87f7979e7dc3432d9ee07e79b7af9018,Bikram Yoga,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_38c6119171236327,Bill Gray's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_16b6f2aed301e6cd47edc745def1e732,Bill Miller Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f1156f5e6773b54,Bill's Dollar Store,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_3c6b30df5ec64ffe06047e33e731c4a8,Billabong,,448140,Clothing Stores,Family Clothing Stores,BBG,ASX -SG_BRAND_064a9cf34b85294b3bb96ca7e6893295,Billy Goat,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_3ecc67bc2f6473ebb61767ff0c80dc0b,Billy Sims BBQ,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_12857e733394a996,Binny's Beverage Depot,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_13e756ad0e0b1bf6,Binson's,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",, -SG_BRAND_6552d1a4f6ba7fcf886f6926f9c1b136,Binswanger Glass,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_d6c198a8da9e945c,Biomat USA,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ -SG_BRAND_6e464a8a408735fb,Biotest Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, -SG_BRAND_35b139d13f96382a,Birdies Food & Fuel,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3789cbcbc8f78916,Birk's,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_b6ba70cd44ebfa680688857ee17b270b,Birkenstock,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_3c9af3de6fce1c0785be81b42733f73c,Biscuits & Bath,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_abf0193c1b46063f6a1bdc962235b86a,Biscuits Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0ae4964b477d1ec62d8b3f4ab798a694,Biscuitville,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5c096ada703df3c785a15617f784fd7f,BJ's Optical,SG_BRAND_f114e3e39748c95944856cc06c40af68,621320,Offices of Other Health Practitioners,Offices of Optometrists,BJ,NYSE -SG_BRAND_84521dbb1dcccaaef24cf1f9a9e70342,BJ's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BJRI,NASDAQ -SG_BRAND_f114e3e39748c95944856cc06c40af68,BJ's Wholesale Club,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BJ,NYSE -SG_BRAND_0751c517d916bf1925f4359e15688cbc,BJC HealthCare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_6fe578f80063f115,BK Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1b0fd8bddf878868fabfd19d4014fc32,Black Angus Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1a8024eac13e5f2a023635e98dc9dc8f,Black Bear Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_234814760a93a7e2,Black Walnut Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5322a64e7bebb336134d657af05c2cdf,Black's Tire & Auto Service,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_2c78ed7371738204f73513aae586d300,Black-eyed Pea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6067b373b686bd74,BlackFinn Ameripub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_76c6b4cfd9db55c2,Blackjack Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_28e309f5b1279c66,Blackstone Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a4415648e7495a0757f9a694fc265465,Blain’s Farm & Fleet,,452210,Department Stores,Department Stores,, -SG_BRAND_4e0694f703d9a336,Blair's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_80346201f2110990c1aabf32fa17ba6c,Blake's Lotaburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_72905c858ddd2bd8,Blarney Castle Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_2b621b16020bf52cc90015398199b794,Blast Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3ec55915632329d9d8fdaacd011d8e16,Blaze Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_95513549d50f1f5699b8b0f59146d8be,Blenders in the Grass,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_75b0f3a48d07e8cd3cd44b9f3864d892,blendz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_bdf62344eddf9cf41293370594a433d6,Blick Art Materials,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_5c6780f28680f816f7d4e173a6fe5f25,Blimpie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_10299982b2ff662abed058f75f3cc3a5,Blink Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_168c33823ce220bb,Bliss Spa,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_6e2a5480cffedf5,Blo Blow Dry Bar,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_909735b16bfdc72da386ce52f69e6f06,Blockbuster Express,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, -SG_BRAND_dc2b6b0cbd66bec8e02d299674d6a096,Bloomingdale's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE -SG_BRAND_8ff0715c7f474bce4ffe232914af22fd,Blue Bottle Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_0d548590dec2010ff5fd131a77e7ca46,Blue Buffalo,,311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,BUFF,NASDAQ -SG_BRAND_cbb4f55dde240616166631a9637d392d,Blue Coast Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_35b176a0f65f1e02,Blue Federal Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_68119a2e2bf4449e,Blue Martini Lounge,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_4e9b5b14c4c3a624,Blue Moon Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4a6500a205429330,"Blue Nile, Inc",,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,NILE,NASDAQ -SG_BRAND_758cffe594eae7da,Blue Sushi Sake Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2b129178688cb28,Blue Water Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_08ca2147b6230db00c5e96ff8a50de2b,BlueLine Rental,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_5bf21772d8a1248290b2a477e0586e66,Bluemercury,SG_BRAND_b287a66a7943c47f,812112,Personal Care Services,Beauty Salons,M,NYSE -SG_BRAND_60880d52b47fb692,Bluenotes,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1eec926d41b3653400077447ff048e56,BluePearl Veterinary Partners,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, -SG_BRAND_eb64bac5d3664799,Bluestone Lane,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c2d5f6a3c08a96d3dbb2b9dc38404d51,BMC (Building Materials and Construction Services),,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,BMCH,NASDAQ -SG_BRAND_0a993a39464394a219350180b62377ab,BMO Harris Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,BMW,,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS -SG_BRAND_f5fdac82f767d0c0b61e56f5f711f3a3,BMW Motorrad,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS -SG_BRAND_319dffa1d60df708,BNP Paribas,,522110,Depository Credit Intermediation,Commercial Banking,BNPQF,OTCMKTS -SG_BRAND_768255e9ab7c9f35,Boa Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_29ef451d7a4dfb7d,boards Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_8125123123f1ed7b7bda7e85e570dd52,Bob Evans,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOBE,NASDAQ -SG_BRAND_bb147f228a7a547615c177b1ea4e35cf,Bob Sumerel Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_1cea0fdb197dbb4d3dc497db673f5d09,Bob's Big Boy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11126e8062018d7b6b1ede4745827e72,Bob's Discount Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_1aab5669f249d3bb75e3b96a3d71cd7f,Bob's Steak & Chop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dcc609f3b2b586c6d9320069462b39df,Bob's Stores,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_3cb8a9183076df2c,Boba Guys,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_49a2108a98455aab6739a2f693b740f3,Boba Loca,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_69e3ed842b6bdde8eb864327838b3a65,Bobbi Brown Professional Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE -SG_BRAND_b64e4f484fa29480c3a25cb9b87f78e8,Bobbie Noonan's Child Care,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_fb4bc01ae09b9205ad6542406e56ca34,Bobby's Burger Palace,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_49e21e9ed34888bb,Bobby's Cheesburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d44f7295a4c4656200a0c882cde807f6,Bobcat,SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",, -SG_BRAND_00cb82f6b8af6028a8b00cf30e262dd1,Boca Grande,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3744b5e7688bca96,Body Alive,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2ef9d96827d074fd3f9e0c270aa4ce13,Body Central,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_98790dcc199c2a8eaec4db668230a38e,Body Renew,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1992892f3444380b,Body Xchange,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_118fdb9d6900eec6,Bodyplex,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_518acb73c4ea3977d023d150f4b2ff93,Bogs,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_6d90103904cade07,Boiling Point,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1cc8b9ee56a8a480,Boing,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_5ff2ed1403c599806b54c528cbd6f672,Bojangles',,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BOJA,NASDAQ -SG_BRAND_4407774fef8e68e8,Bolla Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_38dd22ff0c05b35906802b50a251400b,Boloco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_259ba30e331a9119b65cf5ef27f1cc6f,Bolthouse Farms,,311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,, -SG_BRAND_145c1489fa573d560d97e55303667793,Bomgaars,,452210,Department Stores,Department Stores,, -SG_BRAND_c76fdb9e127604e9c58d8aaef9246b87,Bon Secours,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_02086779a96c564871b78a5c0d96211e,Bonanza & Ponderosa Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9975c127b70b004f0011bacb5df73907,Bonchon,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_14a052961049ef6d84c2f31ae326167f,Bond Auto Parts,,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,, -SG_BRAND_c3cfae86210de4835016de71d0401834,Bond No. 9,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_472a7f0c6a47c9663c8b614fb93a4265,Bonefish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_88274be9beb0dd1dea7038bf0b4d2405,Bonobos,SG_BRAND_f49758461e68a211,448110,Clothing Stores,Men's Clothing Stores,WMT,NYSE -SG_BRAND_3d35a70179080013cf208fbe91246ffb,BonWorth,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2d6116d993998781,Bookmans Entertainment Exchange,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,, -SG_BRAND_2b7d2267996b135f,Books & Co.,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_229ee69a5884bc460cd214c5fda70e75,Books-A-Million,,451211,Book Stores and News Dealers,Book Stores,BAMM,NASDAQ -SG_BRAND_3d746fe6d055008e,BoomBozz Craft Pizza & Taphouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_273bdffb28758acb,Boomerjack's Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6bb60504571d218f,Boomers! Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_17826ed16868e0de,Boone Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_828bf870d4d7227c8c54c013e3649586,Boost Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE -SG_BRAND_7a078d9c122f784fdeff16d1ed112b8a,Booster Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_07e8ec336a446041019b1f98c594d1e5,Boot Barn,,448210,Shoe Stores,Shoe Stores,BOOT,NYSE -SG_BRAND_76820949bebf90ec,Bordger Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7336820884dad9e7,BoRics Hair Care,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_aec7f8ed7ff504db42b1965b3e45c8ba,Born Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_7a9572745ccd4fe4,Bosch Service,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_7ba034de225a6e348f84f981cb346ffc,Boscov's,,452210,Department Stores,Department Stores,, -SG_BRAND_20383fe03b614c5fb3a4da13e1d0b873,Bose,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_4b1f617663eba179f50e9dcfa243fa14,Bosley,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_0579026a42b1c55c,Bosleys by Pet Valu,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_8bffeb3df93530d5,Bosselman Boss Shop,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_c9cec0d93b4b40ec72841ede99b12cd8,Boston Cedar,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, -SG_BRAND_be602894365fceae6cce80217257828d,Boston Market,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_564161f754cde475,Boston Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BPF.UN,TSE -SG_BRAND_4ba76c81210ff70cdd8266e4e13d8986,Boston Proper,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_6cf9617f959650f0,Boston Sports Clubs,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b9ad3aaa749076b2aff8b1d90fe36da3,Boston's Restaurant & Sports Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8bdfb953dba680d2be0913fec2355417,Bottega Veneta,,452210,Department Stores,Department Stores,, -SG_BRAND_38627c168778d09d,Bottle King,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_e3166903b4258e5,Bottled Blonde,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_203f0048d6d2138edfdc76d6f0c8b2c4,Bouari Clinic,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_45eebcb79e9515f7,Bouchon,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_a4ebc475b7db33c940c2f5d320d9e30e,Boudin Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a697c1c7223bdd38,Boulevard Tire Center,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_3042bbf7b3423c97,Bounce Trampoline Sports,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_62a92f2d1103650175350c8e800c6ddc,BounceU,,713120,Amusement Parks and Arcades,Amusement Arcades,, -SG_BRAND_4ec3e4507509269d,Bounty Land,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_5fcede4ab7f81e5a67f9ea5af3d7f616,Bourgault,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_439623d8f66c8b865ce39ce83e780b9c,Bow Tie Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_13b3fa163c7401812a787fc0d01e739b,Bowlero,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_23869a8c71b92f18,Bowlero Corporation,,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_22b6f7034163e73a7af263167f5fdb8d,Bowlmor Lanes,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_567783053074d251,Boyer's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f30b03559d204ae5fa8ea7c6d0f38fb6,Boys & Girls Clubs of America,,624110,Individual and Family Services,Child and Youth Services,, -SG_BRAND_5cfdb867e96374c7883b31d6928cc4cb,BP,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,BP,NYSE -SG_BRAND_2aaae98da742ed2a,Bradley Petroleum,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_0e78df38766ab033340e36932a816a2c,Brake Check,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, -SG_BRAND_d51ada9ef2b95e8c32201334b7ea5d1f,Brake Masters,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, -SG_BRAND_5343edf904cdae05,Brakes Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_5f489f3dc049e222,Brandon's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8c5be8b83b528b53490e3f25c8475175,BrandsMart USA,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_04b408783cf4532c71289d33e7b50ab7,Brandy Melville,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_5ea7ecf22e879941,Brann's Steakhouse & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7ba162f42836ec0f701516e65e15aa2b,Brassica,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2dd33d7407feca02e4d46470ee63bb31,Braum's Ice Cream and Dairy Stores,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_67b30b7d974b327f,Bravo Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9e22b8f6c75ac697d0e248131afb3bb2,Bravo! Cucina Italiana,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f9e97431d4ad1f0,Breadeaux Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5a8c4497bfd6b36,Breaux Mart Supermarket,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_56155f5d129cf823,Breguet,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_35729fcdf06e94b4,Bremer Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_53abe19b39b7e0ed,Brendans,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_16d951ef6fde6d7a,Brewer Convenience & Gas,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_19d0469a27edece2,BRGR,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b54ef4cef606c1e98f866bb9017f5af8,brick house TAVERN + TAP,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_73fa4c26478b19df85a1669364f41ac6,BrickTop's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0fa1baac13a25977,Bridgestone,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,BRDCY,OTCMKTS -SG_BRAND_2659438b2f6f2220,Brigatine Seafood and Oyster Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_29594994c165f98e829941d2edaa72b6,Briggs & Stratton,,333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,BGG,NYSE -SG_BRAND_f4126e6456dd9891e1286e51109163a5,Bright Now Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_59393c770fe5936dc960a1e67f550324,Brighton Collectibles,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_4fbceba7e8661373844d9401dbce327e,Brightside Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_8d6dc20840396155be8928ebff1aeca3,BrightStar Care,,621610,Home Health Care Services,Home Health Care Services,, -SG_BRAND_562b59445dedbf0447f9ca6cabe43877,Brine,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, -SG_BRAND_94fbff158ee2c15,Brinker International,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE -SG_BRAND_71440e9728015bc2b06511e96e0a7b3e,Brio Tuscan Grille,SG_BRAND_7bd968c25d8d9f8e,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1c434221699ed9c346e3ae3787a33f65,Bristol County Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_dfcff0e38af6a5dbc58ba32629fb0011,Bristol Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_38b30e284cd0678a,Bristol Seafood Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_31cc1fc9f2fa620d,British Beer Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2c8437a51acacbf4,Brixx Wood Fired Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4cadeaa89da461db,Broadway Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8e7a68ed9f042f1fdef09bdaf48217b6,Brook Furniture Rental,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_37c4f78003d2e62d,Brookdale Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),BKD,NYSE -SG_BRAND_33c0442a00079334e6fd111637c6b22e,Brookline Bank,,522110,Depository Credit Intermediation,Commercial Banking,BRKL,NASDAQ -SG_BRAND_7b44561310ffda45,Brooklyn Fare,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b691d9321aec436a6ed2c74f58f805e0,Brooklyn Water Bagels,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4c043e06a027edf4d04048f1276c75be,Brooks Brothers,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_e86eb170cf4cae70700c081a5cf3efbe,Brookshire Brothers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6676053d0293abb124289e710fa5701c,Brookshire's Grocery Company,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f0dc774873f7d3d2bf2a6226cad31128,Brookstone,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,BKST,NASDAQ -SG_BRAND_15a11a4124665452bed8caeacce8d6d8,Brother USA,,423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,, -SG_BRAND_110551dc6596116a,Brother's Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_76f9a8bce90a97f8,Brothers Bar & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_618cf7b01382e36,Brothers Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3f7319ac174bb3ae,Brotoloc,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_4194719c0f3961e8,Broulim's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8f2af8edd834606f,Brow Art 23,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_7492829093fa680,Brown Jug,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_43bb7edfed1a842a1e5d0ea27652f9ff,Brown's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e00b02daac0822fc58a16761236ce450,Brown's Shoe Fit Co.,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_718581b85eae956832d1cae3f600c3eb,BRP (Bombardier Recreational Products),,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ -SG_BRAND_51da2a22f584d0f11bb45e1307bbaefe,Bruegger's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e493c51ea313d2d2,Brunello Cucinelli,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_9492b0d5789b2780bd4255ddcfd2dcab,Brunswick Bowling & Billiards,,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_708b39ef89023061,Brunswick Zone,SG_BRAND_23869a8c71b92f18,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_69937f496e10e1db,Brush32 Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_354321524b494d7eb4a6f8a666094346,Bruster's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_7858e6b8c230e4f3,Btone Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_31fa073826a61704,Bubba Gump Shrimp,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_435a3dd3e40ed018b38dcd07f6bb76ef,Bubba's 33,SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ -SG_BRAND_30efaa06f5abb311,Bubbakoo's Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e92b4c038724b29f563ef2f557eeb89a,BUBBLES Salons,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_9a20e6c4c0b8bb14229292af949b700d,Buc-ee's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_97ce1ca16b4b366b5b6e1103d09f921f,Buca di Beppo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_753e54ed760a5950,Buche Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_141e6d487cdd031e17b7827347662d13,Buchheit,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_b10c26146a856b8f0bd9891c39d2de0e,Buck Stove,,333414,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Heating Equipment (except Warm Air Furnaces) Manufacturing,, -SG_BRAND_1f5077c53c828dad4305c372482f40dd,Buckeye CheckSmart,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_33b8da0acfa1cc7c,Buckhorn Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_828d3b9a394290e9b734079bcc24a736,Buckle,,448140,Clothing Stores,Family Clothing Stores,BKE,NYSE -SG_BRAND_de29f7adc4d24d5ca6bc0c25cc3cc22e,Bucky's Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_37db306ad5d7a509fccd4f47be99055b,Buddy's,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_aa6f650163738741,Buddy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f212049ce79d2b949fd242043004288,Budget Host,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_364ec78b715ac98a,Budget Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_33fdab5dc995faeef38615470f3999f7,Budget Rent A Car,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,CAR,NASDAQ -SG_BRAND_59a8cc13cced389c58c1eb6996132d9a,Budget Truck Rental,SG_BRAND_f35a8740b65be2b1aa45f588f2809377,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",CAR,NASDAQ -SG_BRAND_4b4dbae13f5dbafe,Buds Chicken & Seafood,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5f7530a2d9648f69,Buehler's Fresh Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_257ec6e58898a290,Buffalo Exchange,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_f5c3315bd88c63a7a421a97165d8b108,Buffalo Wild Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8e8069ac6a61327a6ce3587cbce54616,Buffalo Wings & Rings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b9fc43229d35709,Buford Oil,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_4cde3d2795beab885ee879d833cabda1,Buick,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE -SG_BRAND_1419669f8ef8c5a1ff3c31851c535cc5,Build A Bear Workshop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",BBW,NYSE -SG_BRAND_764ff6f1443f4f0c067b43a0934dc9dc,Builders FirstSource,,423710,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Hardware Merchant Wholesalers,BLDR,NASDAQ -SG_BRAND_46720676ad3be13f,Bulgari (Bvlgari),,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_3e1995a86be3ca76,Bull Chicks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_370c59731fea9b3ef95787614fa88927,Bullritos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3626a665400bb61bf4e9f7562b668da0,Bumper to Bumper,SG_BRAND_ca801c3c9b25449359e1e7762517c4e6,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_3c24f84180d4787,Buona,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4476771a6c90eeeec43dd09d7c6d1eea,Burberry,SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS -SG_BRAND_a7026e8e3830f6f3bba3e037ef21caff,Burberry Group PLC,,448140,Clothing Stores,Family Clothing Stores,BURBY,OTCMKTS -SG_BRAND_2a24f8a85f2fb19e,Burgatory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0443c67f60776afdde44ac1eb3509b5c,Burger 21,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_60d8d6d29e2c4b14f4ea1983baefd36e,Burger King,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,QSR,NYSE -SG_BRAND_6f0aabdbc439acf8,Burger Lounge,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0e82168a9b4a71b840ed7c9d280a3c43,Burger Street,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b0821066ff9ef60cc51c11a37d906263,BurgerFi,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6c4bd3589452bf859b0027ff8b7f0224,Burgerim,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ff89bf3a2171c880a2ee7ac3e7c293e1,Burgerville,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4b76f091173d7c93,Burke Williams Spa,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_9b96a40fff2a3551,Burkes Outlet,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,452210,Department Stores,Department Stores,, -SG_BRAND_626752d99d0ba157d38c3a4c9c756e2d,Burlington,,448140,Clothing Stores,Family Clothing Stores,BURL,NYSE -SG_BRAND_810752aaa64a56d4c9c357a185ee5749,Burn Boot Camp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1d520a6610bc7554,Burrito Bandito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4a2f6c4d2ab92c2281b7a985b8c46ec2,Burrito Beach,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c1db24e6454aaf9c51e3139f51fd7e81,Burton Snowboards,,339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,, -SG_BRAND_5e61c7b673e3df41,Busch Gardens,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_2d20a17374374fd,Busch's Fresh Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3e5cddad8f14e7c1,Busey,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_1af41a6613168448c268a51b68e05ca3,Bush's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_889e9161f82ce841a63c6f257e97d14a,Busy Body Houston,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_43f3591f4c98a373,Butera Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b604f248ce36e41c0be82f39b54d9a76,Butler Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_3e82593bfe1ce611651203f7ea34203e,Buy Buy Baby,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,448130,Clothing Stores,Children's and Infants' Clothing Stores,BBBY,NASDAQ -SG_BRAND_5442d036d136d2b7,Buy For Less,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_48f69535b6757d,Buy Low Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_810076653b638d3a30ab790a9283ccc2,Buzztime,,515120,Radio and Television Broadcasting,Television Broadcasting,, -SG_BRAND_66dac3ae2f5a41c3,by CHLOE,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_41d83f3bf53c11ce,Byline Bank,,522110,Depository Credit Intermediation,Commercial Banking,BY,NYSE -SG_BRAND_a351868effbbbae,Byrne Dairy,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_7aa5f9ff994fd9d7,C and O,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2886968eb232f0ed,C and R Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9c84e38c2b316c88489d5190a17be5ef,C Spire Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_5f2858b0f2d5703cbcf41bfb2e71854b,C Town Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9fadd52779d0ba82125fc51894f2a814,C-A-L Ranch Stores,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_3ce7ba39f0f68252,C-Store,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_e127ea2680323bd0,C.H. MARTIN,,452210,Department Stores,Department Stores,, -SG_BRAND_80fa3bff84a14c472c0859678aaf6c08,C.H.I. Overhead Doors,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, -SG_BRAND_150767ecb601d243e0fbc3b423847370,C2 Education,,611710,Educational Support Services,Educational Support Services,, -SG_BRAND_44175d751d7568f3,C2 Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2d5384374d66192d,CAA,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_f640e41a24d21d8aecd1e9ff1f3255e3,Cabela's,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_499b4de8687c2783,Cabo Cantina,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_966b5e2a1c953d51f55ca3381dcce774,Cabot,,325180,Basic Chemical Manufacturing,Other Basic Inorganic Chemical Manufacturing,, -SG_BRAND_3762f1a75ba1ba70,Cabrera's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_10a24beeada1f19af62fae46ccc3a65a,Cacharel,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_a4fd55e2f13c498,Cactus Salon,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_47a9d140de5a3f1f,Cadence Academy Preschool,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_f2e3f2b2db112d8291803d38d52123e1,Cadillac,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE -SG_BRAND_46b82787167a9d3b,Cadillac Bar,SG_BRAND_6a57a11137078fd,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,Caesars Entertainment,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721120,Traveler Accommodation,Casino Hotels,WH,NYSE -SG_BRAND_6d55b76b1fda4987,Cafe Bizou,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_74477ea1b225c507,Cafe Express,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3d57edc5c66d976,Cafe Gratitude,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8c968d314720d5,Cafe Metro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0987fe3791128ba218e22b80327a074a,Cafe Rio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3e713677a0593c60fdc9c00b56611955,Caffe Bene,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e64e302a402aaa92,Caffè Nero,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6c48ab392e20caaf,Café Brazil,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_18551f3ddd27c52a,Café D'Avignon,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_e536b7b257deb6e9b8fcb335378dffb2,Café Zupas,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_702f8df587f693bc,Calgary Co-Op,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_5a93a9db89d23d490c0a4bef6744e1e2,Caliber Collision,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_4bcfc8b36c7e04ca,CaliBurger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7e6c7e28f9f78bc5,Calico Corners,,811420,Personal and Household Goods Repair and Maintenance,Reupholstery and Furniture Repair,, -SG_BRAND_18565f9ed11a93e8,California Bank Trust,,522110,Depository Credit Intermediation,Commercial Banking,ZION,NASDAQ -SG_BRAND_12d9f6174d549f7ae5845d74225a1da0,California Check Cashing Stores,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ -SG_BRAND_3ce1c2e6f0aa24fac09e54a74c3ea46f,California Closets,,236118,Residential Building Construction,Residential Remodelers,, -SG_BRAND_902ea806733f0fb453442024d583b463,California Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_23c67bd0d21a88a9,California Fish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_636dc65eb6cf6fc4,California Parking,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_940459d41dd90460e3266eb7bc8b4670,California Pizza Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2692e84aa556a567394090242122a8ca,California Tortilla,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f2eda821393836d59d51d94c8da7dc12,Call It Spring,SG_BRAND_97f9b8b5f3ff0c65246e0c2b8acfae30,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_ba56feb34cfc3912b55a4c2429a44319,Calvin Klein,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE -SG_BRAND_c50a4b4a5058502993ceacf8f10d4cd5,Calypso St. Barth,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_6560b7e58454953e6059e3105aac32ac,Cambria Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_2396cacb5aecaba8379a842eed34d7a5,Camden National Bank,,522110,Depository Credit Intermediation,Commercial Banking,CAC,NASDAQ -SG_BRAND_8c1849d6c93cee1491df8f3e95ec8d2c,Camille's Sidewalk Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c2c7a49cbaaf4fe85a80cd61a76eaef8,Camp Bow Wow,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_bc0d30f8f60a45f,Camp Run-A-Mutt,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_61cf2b3c0c0ba09d,Camper,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,Camping World,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE -SG_BRAND_84d82593e2a45126,Canada Goose,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,GOOS,NYSE -SG_BRAND_e9265cdf9eab9508,Canada's Best Value Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_1f8108ad0bba4b95,Canadian Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,CTC.A,TSE -SG_BRAND_1bb795832a344833,Canandaigua National Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,CNND,OTCMKTS -SG_BRAND_bbd24761e3a496b3042ccc905181eba2,Candlewood Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_7ad2919362c44f42df10adb59417403e,Candy Bouquet,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_99a65246388b72b744bb4a030507978d,Cantina Laredo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_313e2dd7e882d88d,Canyon Ranch,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2cc81d4697dbde67,Cap n' Cork,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_6b39212991a008db5c598d72d14bb1c3,Capi Europe,,327110,Clay Product and Refractory Manufacturing,"Pottery, Ceramics, and Plumbing Fixture Manufacturing",, -SG_BRAND_2ac63a2ee8431ddbe86460e79e0230c0,Capital Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_50e321488c6192a84d23361748ff050b,Capital City Bank Group,,522110,Depository Credit Intermediation,Commercial Banking,CCBG,NASDAQ -SG_BRAND_9f25192d7666db74,Capital Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_69d59a17f8e7d182ae0e0368c9eec9ac,Capital One,,522110,Depository Credit Intermediation,Commercial Banking,COF,NYSE -SG_BRAND_8d0bf6d3339e4a9cc597cb57573f332b,Capitol Building Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE -SG_BRAND_df1ef253098a933f405b37881023350a,Capitol Federal,,522110,Depository Credit Intermediation,Commercial Banking,CFFN,NASDAQ -SG_BRAND_5667c25c70c50f54156b99750f649d87,Capitol Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,GMS,NYSE -SG_BRAND_695c00b28b0c8fb1,Capri,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_69579a9540cd05a2a08e66204792944c,Capriotti's Sandwich Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_333bf091c233ba3400a6cf3ef8d3005b,Captain D's Seafood Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b1aa11e73fd3c0d0b58792099bb4c84f,Car Mart,,441120,Automobile Dealers,Used Car Dealers,CRMT,NASDAQ -SG_BRAND_7b15be981308ff7354939c8c2cc732c8,Car Toys,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_22cd5a10a578de4f,Caraluzzi's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2e6d90505cb0089d,Carbone's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,Cardenas Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3277adbfdc02389821004ead7f3ee8c5,Cardinal Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_137e699c352a2a85,Cardsmart,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_6de18340b4d389ee,CareConnect Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_4f0ee74481c3339a,CareNow,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2a7cfe3cd6a97f54,CarePoint Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d291460fd07719fbcda87641527e2b79,CareSpot,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_000b4281ac65a291,CareWell Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_6bd3d560a3af0bf611d53602e6c2d9e6,Carhartt,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_5c69146ffd3664b0,Caribbean Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7303ca634fe70d6fb5aa008ecc384e9b,Caribou Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,CBOU,NASDAQ -SG_BRAND_a9ecc89d97cef851492e57cd04f9d51b,Carl's Jr.,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE -SG_BRAND_642f909368b117d3,Carlie C's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_be1cc50fa2920207,Carlos O'Kelly's Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_25b5996b2df86456,Carlton Cards,,511191,"Newspaper, Periodical, Book, and Directory Publishers",Greeting Card Publishers,, -SG_BRAND_7be2784a24c8c39e,Carlton Hair,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_916f090f9779bcd7dbdb478a8a698dc7,Carlton-Bates (CBC),SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,WCC,NYSE -SG_BRAND_bb945e2ff54a105f7bdac3ca9b7e9e19,CarMax,,441120,Automobile Dealers,Used Car Dealers,KMX,NYSE -SG_BRAND_62deebeddb87cec4,Carnitas Michoacan Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9a29ae0f9cd1b2ee3ab5d8fbef869867,Carolina Ale House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e38f46c18d349fc5,Carolina Alliance Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_f1e0051560003dfdfec14a93da364dd7,Carolina Herrera,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_9f7cb872da58aafaaea99355aac1b0db,Carolina Shoe,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_087b8f9bbd049319,Carpet Mart,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_f2072cdb25da965e8abf0ca4dad1f7f3,Carpet One Floor & Home,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_6c0ee38dcd039a6679a8b201531a64f3,Carpetland USA,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_dadf6a7adb16083f7a1e66d03c570244,CarpetsPlus Color Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_ed5a1ef3e85b774022eb505cf6f184ee,CARQUEST Auto Parts,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,AAP,NYSE -SG_BRAND_efb08490f8b720394cf365718437b670,Carrabba's Italian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_914419aa32f04011357d3b604a86d7eb,Carrier,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, -SG_BRAND_5e03ebdd3757feb747a7cbffd992e87d,Carrier Enterprise,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_1d581c7a17e57ac6f40a0d2f9c0ccaf6,Carrows,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5cf75ce3377da3dadbfcd6edff69c152,Carrs,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b058f62b85e1f2f6112bc10ee018d33d,CARSTAR Auto Body Repair Experts,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_778eeb104b3f59cf,Carter Lumber,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_e84600785db54c257448cd6b0e5343cb,Carter's,,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE -SG_BRAND_47a00b6dd9f82a93412731ddad6b2922,Cartier,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_791e8423bcc40200509559faeac989e2,Cartridge World,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, -SG_BRAND_78ca22ee9c41db35c89a671a8bfb89ee,Carvel,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_0c155b0c37fe61bfb07932fcdc9126a2,CarX Auto Service,SG_BRAND_462c6e01a2086f21,811111,Automotive Repair and Maintenance,General Automotive Repair,MNRO,NASDAQ -SG_BRAND_da33e2da422e343,Casa Raul,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_8e0d380ebcdc0a3f,Case IH,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_261083e60d0e8eee7f82c0194f16bc52,Casey's General Stores,,445120,Grocery Stores,Convenience Stores,CASY,NASDAQ -SG_BRAND_8e4dd7bd1eafa28b,Cash America,,523930,Other Financial Investment Activities,Investment Advice,, -SG_BRAND_374a56c33ef07271,Cash Saver Cost Plus Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1c85e5504d8ecdc6,Cash Tyme,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_9db7d0103cabe6efd5b804f4882d4cef,Cash Wise,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f048be400becf80ba07728a8bd83a592,Cash1,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ -SG_BRAND_291546b7bd1d1e2571ae40f5d836a0a5,Cashland,SG_BRAND_8e4dd7bd1eafa28b,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_f8b80c73c9edb0d76073446f1acdbc3b,Cashmax Title & Loan,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_65de20583cd8fc08,Casper,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_387f780ad82d3008,Caspers Hot Dogs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_324eb812c9bc4e6a,Cassano's The Pizza King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_473e6c6e77f4c292,Castle Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_2162647748ee0782b2017f0e049fc9fe,Castrol Premium Lube Express,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_e1eb06f05d36c5144e0a171bb6b9ce83,Casual Male XL,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ -SG_BRAND_669bacbbcc484199,Catch Air,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,Caterpillar,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,CAT,NYSE -SG_BRAND_3f30d99bbee75e43,Cathay Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_9e89e9d82244829b00e5f3ad47aa69f8,Catherines,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,Cato Fashions,,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE -SG_BRAND_5fdb2bbb75ddaf0a,Caudalie,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_3d7b4d8df364c085,Cauldron Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_d80d7686921e3199bab40fd496bc2a62,CAVA,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_58a96f03a343f0d9481881c0b80896a2,Cavender's,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_63d020ea94328e9e,CB&S Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_96d495d6079a5d50e1b6bc3fc9255f09,CB2,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_a61a40943e07257e084ea3f62dfdb1c8,CBA,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_63ab57202b2cb5e3,CC Food Marts,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_300ff69bfa1bf3b6,CD One Price Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_b4bafe3fd184b08890c3082104431f37,CDI (Center for Diagnostic Imaging),,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, -SG_BRAND_33a28071b9c19b7c,CEFCO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_53b869e8a654fc2f,Celebration! Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_b7719fa4115115a219c11b376179d343,Celebree Learning Centers,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_41951f09851d0ae6,Celine,,316998,Other Leather and Allied Product Manufacturing,All Other Leather Good and Allied Product Manufacturing,, -SG_BRAND_4fa1fe7c3384a1fe5f6f14d5d42f1077,Cellcom,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_3fa1fef046915c7e,Cellular Advantage,,517911,Other Telecommunications,Telecommunications Resellers,, -SG_BRAND_1eb85fc4c9551b5a,Cellular Sales,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_12ae7a29e2ebfa2c120d259e16fb74bb,CellularOne,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_5956ce26fe2414b2,CENEX,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CHSCP,NASDAQ -SG_BRAND_4c049cba5c994d17f5ed628b6a483398,Centennial BANK,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_e02095d09f2501bdb7bbc77fdc3a00cd,Centennial Bank (CB),,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_36d2c24348848e1672c984780dc83f3e,CenterState Bank,,522110,Depository Credit Intermediation,Commercial Banking,CSFL,NASDAQ -SG_BRAND_7d1561a6513f51d3,Centerstone Hotel,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_603edb6da3b1705f,Centier Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7e6e571b08b5ece97993fbea82c65d40,Centinela Feed & Pet Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_1b78ad882549981e,Central Bank Iowa,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_73663e9ed093cee8,Central Florida Educators Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4483c45376aa36ea5ff255243b62169c,Central Market,SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a74abfa0be56a5a,Central Oil & Supply,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_8c1073582b48c3a2,Centura Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_fee525dcba8f1cda,Century 21 Department Stores,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_7a4fda2c61e310a6f246892a610ce350,Century 21 Real Estate,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, -SG_BRAND_d8b6ea000a5d2552,Century Park,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_f59683c3ac381c6538368e4a4331a9fa,Century Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_78a4d7ff38d7940227fd162bfe339ba3,Cequent,,441210,Other Motor Vehicle Dealers,Recreational Vehicle Dealers,, -SG_BRAND_43b9d38d2c3065a4,Cermak Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_92be4756d943439c73f20ec165bacca9,CertainTeed,,423390,Lumber and Other Construction Materials Merchant Wholesalers,Other Construction Material Merchant Wholesalers,, -SG_BRAND_7070df542b789bae,Certified Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_77f2519cdf06a285,CertiFit,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_276df43d298ebf6e2b28c613f04d4d60,CFC Farm & Home Centers,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_e0e7fd0ecfc4583d,CH by Carolina Herrera,SG_BRAND_f1e0051560003dfdfec14a93da364dd7,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_711deb6d3baac044,Cha Cha Matcha,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_109274b83b814bb1,Chaise Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_fa5a196bf0e6998460a719161b988b35,Chamberlin's Natural Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_715cfca12a0b4231,Chambers Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_c54a1f41ac25317f8d3b5df91735f39f,Chamilia,SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_dfb9369570afea1,Champion,SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,448140,Clothing Stores,Family Clothing Stores,HBI,NYSE -SG_BRAND_eb2914718ba75f00,Champlain Farms,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1386f25af3e8899c,Champps,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ -SG_BRAND_f648cb098b18c9c4c0763e6cdafa32a6,Champs Sports,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,FL,NYSE -SG_BRAND_b4ae0ad33b13c13a4094c0fd4e93cded,Chanel,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_7db3127f8b05bfa6,Chanello's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_103b6b9a08a7cd8a,Chang's Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3156f455f509045b,Changing Hands Bookstore,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_9a5149c0663c197a0da18c412cfb21e6,Charles Schwab,,523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,SCHW,NYSE -SG_BRAND_76a9f13d0ffb4786,Charles Tyrwhitt,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_740785088fda66fe,Charleston's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3599fb9e83f56221da41c416b48c8949,Charley's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c3711ef870902ed54f50e477cb3d1256,Charlie Brown's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5a9cb1dbb2bb90eedc56869575ecfac6,Charlotte Russe,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_278a3e38d55b55ac21d4b8e252041b16,Charming Charlie,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_22eaf08abd557bdf,Charo Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fe6c732ad6ac8f8c8a0b572b97b7a958,Chart House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a63fadbe5134e929f812ea335359b8cf,Charter Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_60b418001d888fb130a4828b4e7ba779,Charter One,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_cd8e7918010a87cc619849e00265c9a6,Chase,,522110,Depository Credit Intermediation,Commercial Banking,JPM,NYSE -SG_BRAND_43fa8c34abd3fcd4,Chaumet,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_bd3f59cbb2e26f7879f234237610494f,Chavez Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5d37b86d9dd8c164,Cheba Hut,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_55261a749d933e87bc4fce63819bed25,Check 'n Go,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_17b786cc843578811a65d2a2ab8802c0,Check Cashing... and MORE!,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_2ef8341c9635f007,Check City,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_e6f6030b78b1cc1527f78b12a81acafc,Check Into Cash,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,Checkers Drive-In Restaurants,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_415e73704ff7b0184ebfaccd6091171f,CheckFreePay,,541219,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Other Accounting Services,, -SG_BRAND_6a3ff6377d059510,Checkmate,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_2df03671c8d49a3797c353bc99f5b966,CheckSmart,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,CCFI,NASDAQ -SG_BRAND_2e9687e07264cc789fec538c3ec8c797,Cheddar's Scratch Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_994154cbc0e9e523eecb3e87d72c2162,Cheeburger Cheeburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_20cd3e0a91a0622d,Cheezie's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_579e6442796de6d6,Chef TK,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e41fb9b14469d4a7e2030bc57d3e51b1,Chelsea Groton Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_52fedc65a7003d10,Chemical Bank,,522110,Depository Credit Intermediation,Commercial Banking,CHFC,NASDAQ -SG_BRAND_2949c71e98c06026,Chemung Canal Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,CHMG,NASDAQ -SG_BRAND_2762cb87a6da58cc501717a64e02c06d,Cherokee Nation Entertainment,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_79f2cdbc8a60548b2e8c89ee285be14c,Cherry on Top,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f0acdf92d625d2255f930e05efb178c9,Cherryberry,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_bf54fecf8f926be7d84e6ac87950f0b0,Chevrolet,SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE -SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,Chevron,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CVX,NYSE -SG_BRAND_9068e65ac967694,Chevron Extra Mile,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_0b1db0a0474c5ec47f60248dcd8a01bc,Chevys Fresh Mex,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_58b14a39f9a5cf1d,Chi-Chi's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e94fc2eb432ba6132ef39c34f20ddbc8,Chicago Pneumatic,,333991,Other General Purpose Machinery Manufacturing,Power-Driven Handtool Manufacturing,, -SG_BRAND_4b56bb21dd2aebd521e2ffff47f524fb,Chick-fil-A,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d2701d7dd638ec07860acde6bef3c08f,Chicken Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1654fa16cd17d35b2368a3786d672174,Chicken Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bef0cbe2b7ed392,Chickenuevo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d8cb9790f23d976415364377d1e0f868,Chico's,,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE -SG_BRAND_942d54e559d5b6ca,Chico's Off The Rack,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE -SG_BRAND_463f458859b01ce3,Chief Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_90483ddacd2cc268f742373d1355b115,Childcare Network,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_515a4e0e2bcdd5208b11b76d93d72197,Children of America,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_51799e4fa12108f6,Children's Learning Adventure,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_134c5fe6e47f265e,Children's Lighthouse,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_00e1f4751e732a63453136374ec6ebda,Children's Medical Center,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_5a25bd56ca81e32a8e43614cf45909d8,Children's Orchard,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_aea3237a4729d013,Children’s Paradise Preschool & Infant Centers,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_7c17256da6defb067363a08e6f6dc43c,Childtime Learning Centers,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_072efa4069c7217d82229845c60e6a0d,Chili's Grill & Bar,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE -SG_BRAND_591eb73bc6caafec,Chillers Microcreamery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1b2c086bd2352ab7,Chima Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f3dfcdef49d521c,Chin Chin Chinese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_359b2f57c629ec54,China Buffet,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_16c3a6be6b740f2f,China House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_34697442201d43bc,Chinese Gourmet Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4fe587a5683bfa7c7568a1301a524c01,Chip & Pepper,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, -SG_BRAND_87bd111b6dd52ef32eaf3abf6d509065,Chipotle Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CMG,NYSE -SG_BRAND_8b367c8f17b8535,Cho Cho San,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1669b4d79a008dc333400cd028a4ba1c,Choctaw Casinos,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_6e65151bef0cb3f7,Choice Bank North Dakota,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_43d104f5bf19b83c,Choice Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_2228db7ada984322,Choice One Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_618065d60e930934,Choice Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_16bb86d2a8040116,Choices Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5f2e809eb48577fc,Chompie's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6784bf17fb13350c,Chopard,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_896c54f75eb6de8d509d97e03d717991,Chopt Creative Salad,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6f1522a5e5c77d5b6bdcb1dc66a3c95f,Christian Brothers Automotive,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, -SG_BRAND_075d0774ba9a9753,Christian Louboutin,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_dd817c35ceb83953ee4df31ed33f524f,Christie Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_583b035d438ff6f5,Christopher & Banks,,448120,Clothing Stores,Women's Clothing Stores,CBKC,OTCMKTS -SG_BRAND_665def8b3e99148592f9484770c91303,CHRISTUS Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_bd2a86cc6defab4,Chrome Hearts,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_80f012ea758493b5cddf723de97d81bf,Chronic Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6de27f14a548638fb353767a3eb4bba8,Chrysler,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_5750cf750a595b5e,CHS Inc.,,493130,Warehousing and Storage,Farm Product Warehousing and Storage,CHSCP,NASDAQ -SG_BRAND_4c4feaf67ef9a176,Chu's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b2987293da161bcc73bdd31a98d3e85b,Chuck & Don's Pet Food Outlet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_9f98865dd23c60224183580b02814871,Chuck E. Cheese's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CEC,NYSE -SG_BRAND_64a676078ef12934,Chuckles,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_159578034de6b88cdfe47f0d14457fb4,Church's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_944843e7836810bc1a92d24b42719f47,Chuy's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUY,NASDAQ -SG_BRAND_41825c68e4f7a0a08333cffbec93c67a,Chuze Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6723e15b38254560,CIBC,,524127,Insurance Carriers,Direct Title Insurance Carriers,CM,NYSE -SG_BRAND_02a28721f6f21182d697d2944f3c25da,Cicis,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f64c50a5acc13e76,Ciel Spa,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_d107089fe2c5e07b24ba1fe05b03e559,Cincinnati Bell,,517911,Other Telecommunications,Telecommunications Resellers,CBB,NYSE -SG_BRAND_3e83dfb420f261060adf01a8f7a92c3e,CineArts,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_a45f67cbccd443db,Cinebarre,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON -SG_BRAND_179679658aff8ad3,Cinema Cafe,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_47f43363c1a09a12,Cinema West,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_d71d8c1d8fafc4a,Cinemagic Stadium Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_83114d418ebaa064,Cinemark Theatres,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_8db0ffdb473ce49c,Cinemark Theatres inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_3db9401174aad31a,Cineplex,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CPXGF,OTCMKTS -SG_BRAND_21e05a5002b59c090bd6671bd4ad3863,Cinnabon,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_5a3545caf3651628,Cinnaholic,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_48a7b93f9c5dd8a4572ebb15077d597f,CinéBistro,SG_BRAND_d936b4a580aee6bf316fb2e71c832510,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_cef9f05a49756a852ce6da59a0b210eb,Cinépolis,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7bf2e0dbc299067e,Circle A Food Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4cbffa4318cebdb09227afca3fe16846,Circle K,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS -SG_BRAND_390d3d6d9041fdfdac272667ae49187c,Circuit City,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, -SG_BRAND_8ac632e264cde62c,CircusTrix,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_7c5460a754eed20d94ec7348d148e8a4,CITGO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4c267c1630be9746,Citi Trends,,452210,Department Stores,Department Stores,CTRN,NASDAQ -SG_BRAND_f18df0996f4a2ce4365c0873ed2c90d3,Citibank,,522110,Depository Credit Intermediation,Commercial Banking,C,NYSE -SG_BRAND_549ffe46e1ae90c72c4cb6dadeb884ba,CitiFinancial,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, -SG_BRAND_f58dee45923c7d70f0bf747fee3f4b97,Citizens Bank,,522110,Depository Credit Intermediation,Commercial Banking,CFG,NYSE -SG_BRAND_59705902a5de6b87,Citizens Bank Indiana,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_6cd11dbee859dc8eff50e766811a7ba6,Citizens of Humanity,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2049647531a7761b8bf87eefebc2046a,Citizens Trust Bank,,522110,Depository Credit Intermediation,Commercial Banking,CZBS,OTCMKTS -SG_BRAND_6e539e9d709ef2c8,City Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4a0eee888fbfaa8c,City Barbeque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_440829dceb4ba730,City Blue,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_54d42cf52041f247,City Convenience,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ba17da2ac6bf60f9aae4e9184a54fd9d,City Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_4408b345220f10dc,City Gear,,452210,Department Stores,Department Stores,, -SG_BRAND_321f289ce391a187a471ffdb0ada092c,City Looks Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_2498ae44737bcc4f1b56b2b3572d4445,City Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_6c7e79c2627423b9a3d636acab345697,City Mattress,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_1893312b738a8f53,City National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_2b69939b1904debc,City Sports Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_06e704a47267ae1b,CityMD,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_57629d965397ea03,CityVet,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, -SG_BRAND_c0df4bbabd3f8c58,"CKE Restaurant Holdings, Inc.",,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE -SG_BRAND_a876d34a7b91c754035dd0f35f4fe3f6,CKO Kickboxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_f87327d50c5c6f10bacf38d2644702fc,CLAAS,,333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,, -SG_BRAND_fc0b06f058ccbf668683d4be2a630d38,Claim Jumper Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_773253c441b75634,Claire's,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_f3fa6e6d550a3ade753f90094c3cf839,Clarins,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_85858a492d6aafd617f26f8998de6a71,Clarion,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_c2f6bf295fb0dcdc3f6fd385ebc8eead,Clarisonic,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, -SG_BRAND_7a1f4af0b6f3c32b,Clark's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_014a719b7e64084e,Clark's Pump-n-Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2c0dd716742ea615,Clark's Rx,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_222d2cab36e5e7f7d9a08339db1b29e6,Clarks,SG_BRAND_038364e576c66156241f93a47bd3dc7a,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_038364e576c66156241f93a47bd3dc7a,Clarks UK,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_037307e7be2a963dbeb6e7c1eafff895,Clarkson Eyecare,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_2aab5611589b2822,Claro's,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_a9e398c95ca1ad2a,Classic Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_3cef97861195f39c,Classic Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_3895e3dcc52f3744,Clean Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_10f744f0079a03f8,Clear Choice,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_8c97a899311d1874,ClearChoiceMD,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5778688562842d4a,Cleats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d11e464dff74380d,Clement,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_ee29546cfe755c13,Cleo,SG_BRAND_9d569b1231bd2263,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_d4f0f11b99dc066f,Cleveland Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_30d762fe7557c39f,Clicks Billiards,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_13808039af87819a,Cliff's Local Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4a1983113e344ee6,Cliffs Check Cashing,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_dba4fbfd239860b521d87651a0a44b04,Clinique,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE -SG_BRAND_39498543223c2996,Clipper Petroleum,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_68e8600a05174c81a9d58fbe284e0e11,Clopay,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, -SG_BRAND_61c0104f83a4daa8833acd383385b5bd,Clothes Mentor,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_de2dcd3eccd62421510b6eb404c8a1b5,Club Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4198edce29c1cc19240565253d2b82fc,Club Metro USA,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5e563793e00ae7876a212039a719f318,Club Monaco,SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,448140,Clothing Stores,Family Clothing Stores,RL,NYSE -SG_BRAND_5fa25d11e985b8c72f25a2ac289a93f0,Club Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6757822cca6f3165,Cluck-U Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4b8ec952a3dc9497,CMX Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_3874a628545efda1,CN Brown,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4ca73eedcd36fd97,Co-op,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,Coach,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TPR,NYSE -SG_BRAND_64c7f989ce7fb270298fe1c3d426e000,Coast Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_1676d4ffeea80183,Coast Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1b1972e7b18c20b4ecd18fe08d67476f,Coastal Farm and Ranch,,452210,Department Stores,Department Stores,, -SG_BRAND_d936b4a580aee6bf316fb2e71c832510,Cobb Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_5ccfeac84f7e5b3c,Cobblestone Auto Spa,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_a9368d6ef4317958,Cobblestone Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_53e289c6675648ba,Cobblestone Inn & Suites,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_ae857eaab7e71b080a4f1939cb05828e,Coborn's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_59fedcb76a670e70,COBS Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_99a772b5e4802c8c,Coco di Mama,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_cd36b1b651890098b1b10ab72c0a35fa,Coco's Bakery Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_96f2cf3ee3e58944,Code 3 Emergency Room & Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_65f37f064eb12908,Cody's Original Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_20f93f87dc2a2974,Coen,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2f522c31bdee43401dc46de356a6b73f,Coffee Beanery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c6df7a92ee39d2b13fa8bced76d7c749,Coffee Culture,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4ef8cf88e3e64710,Coffee Cup Fuel Stops,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_784d5701ab6488c9,CoGo's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_8994a41b872b4310059292cdc1cf9950,Cohen’s Fashion Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_b6a5ab55619b29eb,Cohn Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d80916a3abfa82b,Cohoes,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_677f765d7f255c69e00500b3ceb29eff,Cold Stone Creamery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4513f2470e03b11bb6c3bc30bc835e28,Coldwater Creek,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_53a70ede37719e4c,Coldwell Banker,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, -SG_BRAND_984e8b62792a3f7d315410bae2477047,Cole Haan,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_9e41132e5c717608d763faa0de61a204,Cole Hersee,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, -SG_BRAND_8a0e58f4de98d8c3039fd0bf50dd8602,Colonial Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE -SG_BRAND_97456a6b8c54e93b01539f9826e3e567,Color Me Mine,,611610,Other Schools and Instruction,Fine Arts Schools,, -SG_BRAND_f5a08f1896ab30bbeb15e822750d069e,Colorama Rental Center,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_6423e01f241f8af9f8c1c68222ec8c4e,Colortyme,SG_BRAND_9253e13a376344832320449173132b9d,532289,Consumer Goods Rental,All Other Consumer Goods Rental,RCII,NASDAQ -SG_BRAND_f5064e60e619fc11fa1168b727f29866,Colton's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e58f282768e86c3b0b9d301c98687525,Columbia Bank,,522110,Depository Credit Intermediation,Commercial Banking,COLB,NASDAQ -SG_BRAND_e26a47c89f50e9f9206e4cec893a57c9,Columbia Sportswear,,448190,Clothing Stores,Other Clothing Stores,COLM,NASDAQ -SG_BRAND_5b6664e29e3855655d53f5ad83637421,Comerica Bank,,522110,Depository Credit Intermediation,Commercial Banking,CMA,NYSE -SG_BRAND_bf68a4c828afbdf3ba44b1d1879eca11,Comet Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_48d6696e48853d20a2288efdcfdec98a,ComForcare Senior Services,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_ff92e46aa39fabd07aa152fc013beab0,Comfort Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_004070295ea36aacb87aa0c8b643303c,Comfort Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_c552419a0a84dabfc592a331b124252f,Comfort Keepers,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, -SG_BRAND_7d6d5ffb4cbf34a3658e52d4ec66f2e0,Comfort Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_786ca0df1b69d81e,Coming Attractions Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_9a84fb28f609207a78b97485e6b4e36e,Commerce Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBSH,NASDAQ -SG_BRAND_30efbcb99cb0ffd9,Common Cents,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,Community Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE -SG_BRAND_bdb566e32f987e4b861b3409d248dd39,Community Choice Financial,,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ -SG_BRAND_55e396dcd003cef3,Community Financial Michigan,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_15c6755c5265c436,Community Financial Services Center (CFSC),,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_b5847f6096e76656,"Community Health Centers, Inc",,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_53b7c7a8a368c2f5,Community Health MedCheck,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1d31cef74a032132,Community Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_cf1c5ecb980fb5,Community National Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_680c968da5fd62df,Community Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_994b93c3e84760be5b2238122f3a6064,CommunityAmerica,,522130,Depository Credit Intermediation,Credit Unions,, -SG_BRAND_70099120e8f049592bbe54ecb0753066,Compare Foods Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dd8cef50546027d5,Complete Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c4c6bd3f2b3b8146a7544065700755c4,Complete Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_7b6113c9da934fc76c871770a2f066af,Concentra,SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_963f25243532b74ec4b9cd788525a785,Concord Pet Foods and Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_4f8bf6ab2b09b779,Concord Rx,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_3f717108cf5c69468cb3ed6bdaf2fa75,Conn's,,443142,Electronics and Appliance Stores,Electronics Stores,CONN,NASDAQ -SG_BRAND_37c0a315bdf0466a,Connie's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a0ccd5fb65a3df0d5a340321693f0a16,ConocoPhillips,SG_BRAND_73ec7f2366612562515e7201b08b9d0b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE -SG_BRAND_8d1c9ed52acf93d1c9c763db5a7334bf,Conrad's Tire Express & Total Car Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_0b5a5ca4a9c666d6,Consulate Health Care,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_f53417e220ce4e2,Consumers National Bank,,522110,Depository Credit Intermediation,Commercial Banking,CBKM,OTCMKTS -SG_BRAND_f62b1d7597deaf0f,Continental Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_84573df983f6aec9,Continental Loans,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_c8ebcbd085cff8ad1eb9a05c32884732,Continental Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_dfb5ca581b7a54acf57bbc00281bba63,Convenient Care Association,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_08647ef229721286,ConvenientMD,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_570a1a0929d046aa325751f41b1b7732,Conway National Bank (CNB),,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_112adbba73827e9d193b93ac13757b3d,Cook Out,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_10e24896f0b4091,Cookie Cutters Haircuts for Kids,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_aa7bcf1705df640edd8bf1f6f3c9df2e,Cookies by Design,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_7d059acda6b4a1adfaa82cf0418d871e,Cool Cuts 4 Kids,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_4fb5e40371d79c47,Cool River Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3d7c243c33274708,Coolgreens,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a39aa665da0b578a36c7c3b56f65d57d,Cooper Industries,,335311,Electrical Equipment Manufacturing,"Power, Distribution, and Specialty Transformer Manufacturing",CBE,NYSE -SG_BRAND_3919eae50f1d3c4a,Cooper's Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4667f28c0f37203d,Cooper's Hawk Winery and Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_363498b602562adb,Copart,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,CPRT,NASDAQ -SG_BRAND_7536d92e687cdf78,Copeland's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_28c1f08b2dbc0687,Copper Branch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_41d5afb22f090f86,Cora,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_70d7b7d09486de3a6a176914cbf7a1e7,CORA Health Services,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_95955894f5ce13ff,Coral,,713290,Gambling Industries,Other Gambling Industries,, -SG_BRAND_9fca3db9f5db63f56daab9648a03a362,Corcoran & Matterhorn,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_322f58803cc74f24,Core Evolution,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b14e212191a7b29fa577eb5593b67d72,CoreLife Eatery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_0f2d55b86cd3a2f5e7f1a5643c629ff2,CorePower Yoga,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_4c292cf9ef9b2695,Corky's Kitchen & Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_beca42ed12cc720c,Cornbread,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4b79b06bbabac0aa67fdcd1d4fade45a,Corner Bakery Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_653a7d153be66b4d,Corner Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1686b9c0a52d87ac,Corner Pantry,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_498b244102a0db33,Cornerstone Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_a461c3f80bad268fce3411b913003b11,CORT,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,CORT,NASDAQ -SG_BRAND_ef23ef1d426ae1a73a7eed399cef707d,COS,SG_BRAND_318848b77682c5ecffe061bb49b18986,448120,Clothing Stores,Women's Clothing Stores,HNNMY,OTCMKTS -SG_BRAND_512bb075a070b4dcb3ee4365ed554cb5,Cos Bar,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_b7c33cc9299bac2b87700ab503f54b38,Cosi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a93e2c2206ef28d35a9d8a0da71b9d5c,CosmoProf,SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,SBH,NYSE -SG_BRAND_0745a8b3a29b440c,Cost Cutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_293593263dd55578,Cost Less Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2d1440c1b6b40fd2,Cost U-Less Insurance Center,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_5d14f234946020549952bb9ad5a1e8e2,Cost-U-Less,,561510,Travel Arrangement and Reservation Services,Travel Agencies,, -SG_BRAND_27f2602cf47ce49a,Costa Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_cd4fa1ed589d2459,Costa Express,SG_BRAND_27f2602cf47ce49a,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_9f8a0346fbc8993fd8538808ef54244b,Costa Vida,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e1d5079f68018134,Costco Gasoline,SG_BRAND_60b7b54d19fca719281e76d485a141ad,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,COST,NASDAQ -SG_BRAND_60b7b54d19fca719281e76d485a141ad,Costco Wholesale Corp.,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,COST,NASDAQ -SG_BRAND_225c0cc23acd6744,Cottage Inn Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fb97763befaca179b4c6b3ace9d18f2c,Cottman Transmission and Total Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_98ee512578f2e405856c1836bb828115,Cotton On,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_23679c52e055cdc2bc65421060cc3f47,Cotton Patch Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_34b9037f0ff5aae3,Couche-Tard,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,ANCUF,OTCMKTS -SG_BRAND_1404e45b9498a77e,Country Cookin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e48984d0f952834b08ddd923992fe3b1,Country Fair,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4beb87afb75cdfcf,Country Financial,,523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,, -SG_BRAND_1ab3a0f9c738e3ef,Country Hearth Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_68e6552d6136643f39a34ecb02ce8229,Country Home Learning Center,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_25091d208ecec1da38f53e7c8c99a76e,Country Inn & Suites By Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_5d154bc48c6e5bc93bbc8cd11c3cf387,Country Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f53623aa7c8a058,Country Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5cc4c8855789ec54,Country Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2e4b673e2892dde3b5ce01e2c7ff82bb,CountryMax Stores,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_7f24bc4ec6c09af3,Countryside Cooperative,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_0b1b476f0b6e837f9c1f1ee2aee9cf3d,County Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4e1a8999463dceb4,County Mart Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_47f194237d8eafaf,County National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_2c2bf4588dcd1ba4c4fded5ddab543f4,Courtyard by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_074abe40db09cb293b5f35dfefc99616,Cousins Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6a1ffbd5a44d94ab632c08cd7c7f10f4,Covance,SG_BRAND_292aceea9c8f3df19cf714bcd597a903,541715,Scientific Research and Development Services,"Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology)",LH,NYSE -SG_BRAND_9ce998d076ed75b7,Covenant Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c8cd2dffe17f98526f4928c662875ce3,Covenant HealthCare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_a64b6b8e7d3bea0,Covenient Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b3c5faad4542b7ad44e594e3b2c15ce1,Cowboy Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5e17d8ca4fc5e2bf,Cowboy Maloney's Electric City,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_abf7e3a15c0c16a407b4328435653ff5,Cox Communications,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,COX,NYSE -SG_BRAND_dfccbd2d0c1e2dc616a5db7f5d8e70c7,CoxHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_18e58a6982dbed95,Coyote Ugly Saloon,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_fd5034d3434fff484f5faf5a372ae7e3,CPR Cell Phone Repair,,811212,Electronic and Precision Equipment Repair and Maintenance,Computer and Office Machine Repair and Maintenance,, -SG_BRAND_501910e8a69fae1e,Crabby Joes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e3b134120f0b06bee9b741faee9930f4,Crabtree & Evelyn,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_4c72c81de7cea539cb09bb1344c7b367,Cracker Barrel,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CBRL,NASDAQ -SG_BRAND_9bfa6d8ecdfa221325fa0e535d971238,Cracker Barrel Convenience Stores,SG_BRAND_34b9037f0ff5aae3,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ANCUF,OTCMKTS -SG_BRAND_4761d26855feb770,Craft Republic,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_0539f6bd91666e2ae405849f58919ea2,Craft Warehouse,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_fc76add27944e4229739874698959dd9,Crane & Co,,322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,, -SG_BRAND_563811d2e4dff0abab300e7e427143ae,Crate and Barrel,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_25d3f576e0ebef6d,Crave America,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1c1607c5b4abd346,Crayolia Experience,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_345be7218d41f7b5b35d92edee4a5532,Crazy 8,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_65edef53f1cab63d,Crazy Mocha,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_653bfede6d41b8d6,Crazy Tokyo Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_225847e2cd1681e7,Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2b3dfc783b7169ef,Creamistry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_9f6f621c14131d1995cfca0edea67068,Creative Kids,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_3277b079ff14788e,Creme de la Crepe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_788e1712c945fc6f,Creno's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11c04fe7f7a95cf107329f57b4eb2f75,Crescent Electric Supply (CESCO),,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, -SG_BRAND_faa0944c56cdbe87,CRESCO Equipment Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_0ca91f875fdc87465a5c637945f5a519,CresCom Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7c5686d14d356abd,Crest Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_247184f5fcf8c0afea1291676dc6df8f,Cricket Wireless,SG_BRAND_175daf46cee56cdb,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),T,NYSE -SG_BRAND_7d42ff983359345ed8f903282898db5f,Crispers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_25c578377db55ace,Cristina's Fine Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a36a826a38d9157,Cristy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_023f61b40dc0229204fc814b8aa201c5,Crocs,,448210,Shoe Stores,Shoe Stores,CROX,NASDAQ -SG_BRAND_11d217b58e98e0ec,Cronies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_77845d597f95684,Crosby Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1f4f6ebb54b3cf38,Crosby's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ae6abf1aa02c01cfe560b9315db66b07,CrossFit,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_71f3b7dfe576427c,Crossroads,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_e31ffd24e99177e1,Croutons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_574c49dac09100720a98d45ed869259f,Crown Fried Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_455017860b8a8128,Crown Trophy,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_269acf3877b50afe,Crown Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_da408c6d88f7781789bb631ce082fed8,Crowne Plaza Hotels and Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_74fee8e7a12206b6,Cruisin Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2c64806e1883eccf,Cruizers Convenience Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_67fa9c9dabb58458822d4e7c5e90affb,Crumbs Bake Shop,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,CRMBQ,OTCMKTS -SG_BRAND_29b2c5160da9da73ea41638c0dbd8e57,Crunch,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_571b13a614596860,Crutchfield,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_390bbaeb87241b3fad32964da6f324cd,Crème de la Crème,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_7b3a0aabce934a6,CSL Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, -SG_BRAND_d2e8721c5669019d65b0c71cc873b11a,Cub Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_121aafbb0314b4c4,Cubby's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3609f80e8ab3db987d9be5010a726c20,CubeSmart,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,CUBE,NYSE -SG_BRAND_689592f254b386418c4b938efa5e6ded,Culebra Meat Market,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_ca20054401456822996bd112996a2ad5,Culinary Dropout,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_13597b19cef141e816268ebc434c4462,Culligan,,221310,"Water, Sewage and Other Systems",Water Supply and Irrigation Systems,, -SG_BRAND_5ed6fb98105c38f3,Cultures,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_45a25d9dcf4904822b396a1155397713,Culver's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_eaaebb5d9c01bbb6cad56de3436ad428,Cumberland Farms,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_43727112f3ee5925739c94275378786f,Cups Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_0d2268d462cd08b20b7508c3fc0fde5e,Curacao,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_a864abfbcbdd871bbe19d07963c15358,Curio Collection,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_279ee8660e6b99ee,Curry Up Now,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_56e7bebbcd38b821d0c781ad5014cc5e,Curves,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_f7f764db9abfd929,Curzon,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7347c16df97ce761,CUT Steakhouse,SG_BRAND_a4fa429c1ee373170a93767a515b910d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6594638d9b94fbd8,Cutter Point Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_7fe91be347711115,CV's Family Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_72f1a850d966375fa159121c7c8b09a1,CVS,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,CVS,NYSE -SG_BRAND_4ca81624987b6e96994a013abd06ec05,Cycle Gear,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_46d5853ab178e35cdd230f7b0f439817,CycleBar,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e23881689010b283603f25cbb2541de4,D&B Supply,,452210,Department Stores,Department Stores,, -SG_BRAND_00622ccf65722570a774037f170bb631,D&W Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_e5cb26a28f465114f9ccfb11edb3c9de,D'Agostino,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bfbea5c01e3ccdbfd47f22f6b2cd193e,D'Angelo Sandwich Shops,SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_586bff9df85a9978,Dacotah Bank,,522110,Depository Credit Intermediation,Commercial Banking,DBIN,OTCMKTS -SG_BRAND_4daa852e338f29b4,Daily Grill,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_1489633504e87939,Daily's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_91866618f21af23b2e061aa0745787de,Daily's (First Coast Energy),,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,Dairy Queen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_927a3f9287b584093fd6c2ef5f217784,DAISO,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_a6fe911de804b00ef4f2037e8e31eab3,Dakine,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_3dd775d02f9bbad1,Dakota Watch Company,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_61622b91b8a493c4,Dalia's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_370b8c6559932802,Dallas BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a2e1482743a5436b69066bc74c73a260,Daltile,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, -SG_BRAND_1117ba21057d48fc,Dan's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0e75ad388dd35be4e264183691e9fd6b,Dan's Supermarket,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_1795d69d22498e2f,Dandy Mini Marts,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_646f7b99b07b3c1c08f1abc5c363c317,Daniel's Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_3e3ebd29bbef4ee2,Danier,,448190,Clothing Stores,Other Clothing Stores,DL,TSE -SG_BRAND_e71f2650eebab3,Danny's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e0c75a5fd4298ddf9cdd6b02a835e78f,Dansko,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_7f7d981a4c1a1e3329fd073f4a19e989,Daphne's California Greek,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1aeb7b950dfb9113,Dara's Corner Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f6f68e02176e520d,Darden Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_2766ab2d25700785,Dari Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2972157507949e2f8029e78b71536d2a,Darque Tan,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_689963ee57370c0b,Dash In,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7376a01882a9c24d,Dash's Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_21f863eea981ecdc,Davanni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0c103b031d7be8f424350e2fed2ace4c,Dave & Buster's,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),PLAY,NASDAQ -SG_BRAND_43ce209720e5e2a0dcf6a93bb96b31c9,Dave's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c4d7b317c93acd9413ed47da3ced71ac,Dave's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b92c305d60e23cd1d4c33e460372680e,David's Bridal,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_d1ed1d1f9451925f25df33f0a6878980,DavidBartonGym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_99f4a8ddad1ef49bcefb5ad9792ad978,DAVIDsTEA,,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,DTEA,NASDAQ -SG_BRAND_17c01d3273015313f138934a3f183da7,Davines,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_626c9c971ceaa01f,Davio's Northern Italian Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_63127da07a4b5f0f,Davis Food & Drug,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_b92d75d5850ea7f89a9d03198bfeb0a3,DaVita,,621492,Outpatient Care Centers,Kidney Dialysis Centers,DVA,NYSE -SG_BRAND_a7d172ff64836747b19e982dd56dcf77,Daylight Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_f0f5c15118ea292fadac17e2fc7d4ead,Days Inn,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_6e6d1ea8e83a27ed,Daz Bog Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_d32708c81dbbd4ab3e381f962f00f77e,DCH Auto Group,,441120,Automobile Dealers,Used Car Dealers,, -SG_BRAND_51d31b8708961b702d3d2602e8d828a3,dd's DISCOUNTS,SG_BRAND_3a1ab671c974b3489458052270d1a69d,448140,Clothing Stores,Family Clothing Stores,ROST,NASDAQ -SG_BRAND_77779d8d712c6be1,DDS Dentures + Implant Solutions,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_4bbb274e9351fd7f,De Beers Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_263ae91aa141e8b0,De Felice Bros. Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_161fc1174c6c6d1b,Dead River Company,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_6e884e4fefd9596cd2e690805edd6bbf,Dean & DeLuca,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_078d2267d8fdb875864904dcd71e96fe,Deb Shops,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2b32f6568bd127236d6a273810cacd31,Debbie Brooks,,316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,, -SG_BRAND_27e1d7b005a292f4,DeCicco and Sons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5338659322078dcc,DECIEM,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, -SG_BRAND_3576fbc0e01f8e1c,Define Body & Mind,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6117faf4f6c7014f,Defy Gravity,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_3a2d5c4cb3e75fcb,Deka Lash,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_5a8bd73f6bf340b2,Del Frisco's Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DFRG,NASDAQ -SG_BRAND_509deb2234a57e81,Del Rancho USA,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2a809e7affa8473a,Del Sol,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_22445dbfa062276fb029fe9b9262b9ed,Del Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,TACO,NASDAQ -SG_BRAND_1e594259ae79c99d,Delano,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2fbf20f748fe35bd,DelFrisco's Double Eagle Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1e554a08d4c451f0,Delia's Specializing in Tamales,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9bc9c3b7fc7e5c28,Delta Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_b872bbf5890bc0bcc8b5b5f27b32f6ba,Delta Lloyd Bank Belgium,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_40ec2faad52dff18de0cabf093892bc7,Delta Sonic,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_771bff5c64b07d46,Denihan Hospitality Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_811b11d8e7fade7d0af1ea6e8f2db4ba,Denny's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DENN,NASDAQ -SG_BRAND_6796e1f109c35dbdd949246c6a39922d,DentalWorks,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_29d57ef5598446925e134cb5790b92ee,Department of Veterans Affairs,,923140,Administration of Human Resource Programs,Administration of Veterans' Affairs,, -SG_BRAND_c9ec85d6cec5b936759b147ae02609ce,Deseret Industries (D.I.),,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_4348bf623c85e55a21a024080829e9d8,Desert Financial Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, -SG_BRAND_ad86b7edeaf53fd2,Desert Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_9e2b12e1d7655ca9d64cc7eb364f02f6,Desert Moon Fresh Mexican Grille,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6df5e464b74aa7e5,Desert Sun Tanning Salons,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_56ba924726f686f2dda0febc313cd9c1,Design Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_7d36f64cb0612046b1546c530615cfdc,Design Within Reach (DWR),,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_1e12a4956c6af0e0,Desigual,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_75ab2a94702a9223,Destination Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ -SG_BRAND_972af9fefe811ff,Destination Maternity Corporation,,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ -SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,Destination XL,,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ -SG_BRAND_d2105c7f6d15c4b54ed2ad9ef3f339d6,Detroit Diesel,,333618,"Engine, Turbine, and Power Transmission Equipment Manufacturing",Other Engine Equipment Manufacturing,, -SG_BRAND_5af62a332e8d4893,Devon Seafood Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_878f9e5d7305d9a11084dfd9a7356553,DeVons Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_2ea3bdd72b1bccc8,Dewey's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f26bc8850144508afde6eccc8d24d010,Diamond Mowers,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_33ad0a246f406f38,Diamonds Direct,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_44a74be4f9ba3e1d,DiBella's Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5781af0717398601,DiCarlo's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_259446a52c83c56,Dick's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2e716ee49a517a84,Dick's Fresh Market Wisconsin,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7dbf5767129e4998,"Dick's Homecare, Inc.",,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",, -SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,Dick's Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE -SG_BRAND_574923598fef15717fc7e10fee02fe02,Dickey's Barbecue Pit,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ddce6a8b5fc27a9,Dicks Wings and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fad29676442aa7a1d03af40b89aa9458,Dierbergs Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_167d93cb5ba497350eb0e71773a0a199,DIESEL,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_c22278870ba834501cbd8412ba9e234c,Dig Inn,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_aef6344f67438aa6,Dignity Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_373ffceb51a02e693129fdb75074bd37,Dillard's,,452210,Department Stores,Department Stores,DDS,NYSE -SG_BRAND_d78ceac2bccbf42aeee568ea6b0db8e8,Dillons Supermarkets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_6d65a080580e7563,Dilworth Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3d906b78b1dcabc4,Dine Brands,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE -SG_BRAND_7490f04e154bdcfe,Dino Palmieri Salon & Spa,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_369d424173a20f41,Dion's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,Dior,,448120,Clothing Stores,Women's Clothing Stores,CHDRY,OTCMKTS -SG_BRAND_ab6111d1a110e1f71a00e420d65a57d6,Dippin' Dots,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2596cedb290b7df0,dipson theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_1a5bf1e228f01317,Diptyque Paris,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_8942798ec69f4c101e663c3ec0d7d6c6,DipYourCar,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_51e04da6f8582c2948be57a58a342380,Direct General,,551112,Management of Companies and Enterprises,Offices of Other Holding Companies,DRCT,NASDAQ -SG_BRAND_bbec8920db450d0,Direct Tools Factory Outlet,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_598e2effdd3cf28d5ed15ea3d604cc14,DirecTV,SG_BRAND_175daf46cee56cdb,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,T,NYSE -SG_BRAND_3e8285c6ff869e74097145fee59725a0,Dirt Cheap,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_7c5fb3f9a2feb094,Discount Car & Truck Rentals,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",, -SG_BRAND_05cc8e612954fb188085186845b42387,Discount Drug Mart,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_bf97a394be0995faf90bede5ed452758,Discount Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_ab49c885a5e8c9d1175a501c0de154e9,Discount Tire Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_ccea1982b6190bd0,Discovery Cove,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_1024f34d21a9f7e4,Discovery Point,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_e08c182e7dfece70,Disney,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE -SG_BRAND_283c3a0dc47bb6500c180fd20199d285,Disney Store,SG_BRAND_e08c182e7dfece70,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",DIS,NYSE -SG_BRAND_7ae2304eb48f4fea,District Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dce7bc7d65be874528267f7bae598343,Ditch Witch,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_2b418ffeacf40fa,Ditka's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_69d4a2b66d1aea33,Divine's Auto Repair Shops,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_d67267aafeae4d2011854a16f01f6db3,Dixie Chopper,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_6bd2a0751147936a,DixieLine,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_92c0d04faca572533efaf20c0f6a6d90,Dixon,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_1f8b63e8e2fcf118,DIY Home Center,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_acafddf0ad6cc898f2ff1c5341a4fa38,DKNY,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_379e13a2bb6f9fffccb9f2145bc860dd,Do It Best,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_e9bff04b46ea70adf226cfe8d6347bbf,Dobbs Tire & Auto Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_584710fc31dce08b,Dockers,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_35dd7a80f805ce35,Docs Bail Bonds,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_4673559ad459969e10413f4c8b908ce9,Doctors Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3f1aa9f86e7805f,Doctors on Duty,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_f0049acd3951499d61b0f23667fa9bbc,Dodge,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_d82d2e47f9101958,Dodge's Southern Style,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4de4615bdaf3da3,Dog Haus,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_37225e33be569f601e9600f0ad9bf4a0,Doggie Style,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_c6ed32efcf2d78adcfe0119f002fb61c,Dogtopia,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_421add18af92a58f,Dolce & Gabbana,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_1bd2fc8628582736e62df228da27ddcb,Dolce Hotels and Resorts,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_23fcab998e0c5499,Dollar Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4ab7a0eb2c6fa9cdcb33a9ffacd66da6,Dollar Castle,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_a4efb9d8ddf0f71207d49f713c5bc1e9,Dollar General,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DG,NYSE -SG_BRAND_4874f10dbd3dcd00,Dollar Loan Center,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_1475e9d7e556cf99fadde01870982e61,Dollar Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,Dollar Tree,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ -SG_BRAND_36576148eaf3b474,Dollarama,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DOL,TSE -SG_BRAND_7ef922af811bfa9f4a9cdc96b3b2df77,Dolphin Carpet & Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_18dbacdbca617be2,Domino,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_da46ad6f82825669a56b44d32564dff8,Domino's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,DPZ,NYSE -SG_BRAND_faca8fc6ddf5901,Don Cuco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_77f04f8fdc110101,Don Roberto Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_347cc31bd2745d83,Don's and Ben's,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_08357fa97d7ebd203189f227d2b5f932,Donatos Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cb5195cec93fd3a,Donelan's Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_10e968e6419c661f,Donovan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_753344fe7d654c5d,Donut Connection,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_64d4703ff955a09994a52bcf1161cd93,Doodle Bugs! Children's Center,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_492d5131f0913906d15d755510719140,Dooney and Bourke,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_06161f77a7093ecc70f91e8c1a264e46,Doosan,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_8926e89fe93da63d63ce0161ffce6f09,Dos Coyotes Border Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_60487ecc0a675a44,Dos Toros Taqueria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f55a7d7db65955ae71e696256a674911,Doshi Diagnostics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_4c72d232d1a1406e6c26251bbf6c3b25,Dots,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_7fa804c5902b63aa,Double Kwik,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_33041f17c37e681f,Double Quick,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_64d68926e545ae22,Doublebee's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6dc57d172a06a0989b087038f3394d5b,DoubleDave's Pizzaworks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_610cb460e84b3eb9a41cca2865261183,DoubleTree by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_ed8d30b4f2b0ac05,Doug Ashy Building Materials,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_59c34b29a6db9ea90614bbdfd15b859d,Dr G's Weight Loss,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_75cd46eff65b055c,Dr Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_492a752a96415e0d884eeb0f8f08e5ae,Dr. Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_58ad2340761f7211,Dr. Martens,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_6425027efc556f76,Draeger Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_46c409ba84e6c99a,Dragonfly Hot Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c994aa0ba90d36cb6f24e3f25a9480de,Drayer Physical Therapy Institute,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_69d1bb34387e4270,Dream Dinners,,311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,, -SG_BRAND_27c150ea9f238294,Dream Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1e1a600b8e0df14754dae21a44ba3dae,Dressbarn,,448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ -SG_BRAND_2729b78930953537,Driver's Edge,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_546c171aef26367c,DriveTime,,441120,Automobile Dealers,Used Car Dealers,, -SG_BRAND_236a6096518290b4,Drnk Coffee + Tea,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_03619c9c1267a05a7eec9c29d569e68d,Drug Emporium West Virginia,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_72612947f0672cd276b5f1d00c2de2d8,Drug Emporium​ and Vitamins Plus,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_06fdda1299d64c0d,Drury Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_576802d87ea138f88d2eb653d8ebec7e,Dry Goods,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_4274b1fc9eb5e1d479f07d20e2eec710,Drybar,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_495194b7f2a9ee0fd399b3520fdf4e8a,DryClean USA,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_5c86a42a67f4dda45e700158726465ad,DSW (Designer Shoe Warehouse),,448210,Shoe Stores,Shoe Stores,DBI,NYSE -SG_BRAND_ed2b7ad81adeb71c9859f1041a51c817,DTR/VILLA,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_e18162f6fbe7ffc48f73af49ba89959f,Duane Reade by Walgreens,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ -SG_BRAND_7c03fb7335626fa8,Duchess,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_45b2d33fc93994a57f2e79d8a98b83d3,Duck Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_9efe45aca7ff5b79,Duck Thru,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_58f3628b0fc549a6,Duffy's Sports Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_237c06e0f084413d251445c375b8b558,Duke's Chowder House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_51b2f2e8adb8c34d2b4553efe4c8b8c6,Duluth Trading,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),DLTH,NASDAQ -SG_BRAND_637bde207c3be956,Dulux Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, -SG_BRAND_d56e09d34d1e9d23bb930bd30d1eccd4,Dunham's Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_9b4045db0fbb461cf9ed78916d9b16b4,Dunkin',,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,DNKN,NASDAQ -SG_BRAND_ed96ded9bb31872260ed3d62e15e182b,Dunlop Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ -SG_BRAND_3f619fd7096d635d480ec114e08a1b20,Dunn Bros Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c8940e7448885f8f802c48df285c943f,Dunn Edwards,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, -SG_BRAND_5dd2c80eadc7d2888feb6056fb826780,Dunn Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_ed66f31cae043de5794b99704402cd96,Durasol Awnings,,238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors",, -SG_BRAND_508cdadf5691226e,Dustin's Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a60bfd215b6074b84ab05cdf2d981a0d,Dutch Bros Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1652a227da3c78f1f710f8afa34ac195,DVF (Diane von Furstenberg),,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_6c82654dfc92e650,DXP Enterprises,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,DXPE,NASDAQ -SG_BRAND_4628ec74440e1d02,Dylan's Candy Bar,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_11d440e1c2afe2d9378038be42b1db4e,Dynamic Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6575110c3e310d68,Dynamite,SG_BRAND_480693eccff8d78c,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_680b37bba342420a,Dyno's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2e342803541e8c3e,Dysart's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7615a5e3559d245b,Dyson,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_e5f0a6582ca02e893fe14ce69aaa920d,E-Z Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_410b996d77cd6d5c,Eagle Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_9931d6a05b351d3f9d739774e05a4401,Eagle Transmission,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_25dcc8eed36bf3f8,EagleRider,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_83ec6d5e51c841ad91678f2a4638a349,Earl of Sandwich,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_524cdb8c51e95b6e,Earl's Rib Palace,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cc5b5ee2ca6419c9089c3b668852ce50,Earls Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e081cb636e190662e9b7ef28213979e,Earth Fare,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_579f3967b3c39d5f,Earth Origins Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_629e7d94b18432f73dc6b772bb6af65f,Earthbar,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_372d9f1b0176688d,Earthbound Trading Co.,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_669ba243af77c74d,EarthWise Pet Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_d435d9a52552728e95ec5bcc3e780ad4,East Coast Metal Distributors,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_6e5fe751a8a6c970,East Coast Salon Services,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_817dccbfc4bc71d323772d168154e4e2,East Coast Wings + Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3aa2d9a48ee3da2e,East Hampton Sandwich Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_da748f0b49eeb0a3e19f6d8156f62345,East of Chicago,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e7c264ce3900208e884e223d1a46f1c8,Eastern Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_1b7c368365514f8a69eecee2d3d11c46,Eastern Mountain Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_2178a5b737a08058,EastWest Bank,,522110,Depository Credit Intermediation,Commercial Banking,EWBC,NASDAQ -SG_BRAND_a111abb3a230bba5652f31a6b0368e48,easyhome,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_d14f555248722668962c97183df9b801,easymoney,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522291,Nondepository Credit Intermediation,Consumer Lending,CCFI,NASDAQ -SG_BRAND_625f51252c751e79,EAT,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_8b8c67c4790d18e913bd84c7ef331e2d,Eat'n Park,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_75f169edc193d363,Eataly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_82c4bc8129950b3,Eaton Apothecary,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_1a52cd5cf6fe4102,EB Games,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE -SG_BRAND_9569da87adf5503139590d6fa34ad176,Eberjey,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_8faa4a904e38f01baf687717979f71d7,Eblens,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_d61484f1331c7f66061e43b859556409,ECHO,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_c00d4020cb088e257a1325cf210fbfed,Econo Lodge,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_1b5a4c60d5f7ae9ff8672d2f54606433,Econo Lube N' Tune,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_4627588de5d515f764883436c8eaf42e,Econofoods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_a7a8c34b2c0d705d5de2d86987d62990,Eddie Bauer,,448140,Clothing Stores,Family Clothing Stores,EBHI,NASDAQ -SG_BRAND_74fe448c16e64786,Eddie Merlot's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_325d0aacdda3f77a8e3eafb3da2cae82,Eddie V's Prime Seafood,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a6b1895cff5043f62d7d7a0263bf834e,Edible Arrangements,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_bdfc43e007fe086f,Edition Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_4cd2c5ced846d049,Educational Outfitters,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_16cb9e812f0a6fcb61b6a4e1baada7ec,EduKids,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_ce49fd2da39027552888496287fa81a5,Edward Jones,,523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,, -SG_BRAND_1229d6e664920a0b,Edward-Elmhurst Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_fe5379811520e01,Edwards Food Giant,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2f828ec838f5d1480d0cd84955a15c5c,Edwards Theatres,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON -SG_BRAND_83acfb1482dde0d1a48fc4a026c6a5c8,Edwin Watts Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_201b33621941aff2,Eegee's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_aaa324af620903ed6eccddea0b6bc866,EESCO,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,238290,Building Equipment Contractors,Other Building Equipment Contractors,WCC,NYSE -SG_BRAND_7b1c93cd8e043a25,EG Group,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_51410110c376ff68,Egg Harbor Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1192c0771ea2a344,Eggspectation,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f4ffc87094ac369a9d8526d1bfdbe790,Eighteen Eight Fine Mens Salons,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_8e66c99aa833dd0ced592ee5ba50e743,Eileen Fisher,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_ca8a7a8d62bbdf5,Eileen's Cookies,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,Einstein Brothers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ -SG_BRAND_eb6849761e4e7c836e6cb61cbcf29e50,El Ahorro Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5dfe49c710f48e04,El Borrego De Oro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_82df1ebc3643f3c6,El Burrito Loco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_60574271b77ea7c60ef77d28c874dd45,El Chico,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6abd9100d70ba616,El Compadre,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f1a559d32d2ca4f4413766397af8933,El Famous Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a9681e593ad44a0f6f7ce29de95057cd,El Fenix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2db7d8c7194f8e0f,El Gallogiro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_356bef9a3ee4ada7,El Gringo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_27b435603b8e30a2,El Mezquite Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_191069fd8b387216,El Nopal Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_539fbe31c959eebe,El Pato Fresh Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2ffc71f922bc5080,El Pescador,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_713a6a36381ce4b4,El Pollo Inka,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_721f5ab43639a6dc48805d22d4844f7c,El Pollo Loco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,LOCO,NASDAQ -SG_BRAND_d3bf94531212a99b7612ddd784e12ca8,El Pollo Regio,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_670606878c514f85,El Rancho Grande,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f920a39d13fb171880fca11bf83edfa4,El Rancho Supermercado,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_60d1a644d1264f4b82258fc18a185844,El Río Grande,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_13531a63644bf598b3c04addea3fb9df,El Super,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_996fb1e129adc04df3e2477a6a31556f,El Torito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7d7dba9b0737590,El Torito Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9318a1749c97fce40b4e627bf05f4791,Electronic Express,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_aa705f6455de353113ed4355e1085bb3,Electronics Expo,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_4f105f0bf779b27f7b1db18170a4954f,Element by Westin,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_ab243d7172e838bce42fae1e4990d8e1,Elements Therapeutic Massage,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_32e2d3edd7102ceb830c2830f11e7dc4,Elephant Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5626f201881dffa8,Elevate,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_0602005fe4811cb3e19caf93139e98b7,Elevation Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7d8481a826aa614cea4de8d1b163dc71,Elie Tahari,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_257b607b469a219858aca44f7703edb9,Elixir Juice Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2301619176c61d10,Elizabeth Grady,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_0d62132cdbd6b368390f1a948aa443b7,ELLE Time & Jewelry,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_11f251f52a587a8d7a1f6b434345851f,Elmcroft Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_01e2eeffab0e5bc98cd18bf8d8774d1d,Elmer's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1829840cf57a778e,Elrod's Cost Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3ba938ba8dab4da,Emack & Bolio's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1e45f611b9bafb3d37a329882f431295,Emagine Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_1e0e18c370035f0d9c0ff6fd07d0d9c0,Embassy Suites Hotels,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_6235fe70234d36ea,EmbroidMe,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, -SG_BRAND_1096135ed1dc5146,EMC Seafood and Raw Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b2c817954b0f1f52e56beffbce29f653,Emerald City Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_9d94c0d9865461beff7a67b926713345,Emerson Climate Technologies,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_74b2188d7759381c,EMG,,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_4ffb52f2fcfb2348,Emory Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_e711df93f3cb21b0,Empire,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_145fc914f4f7ce13,Empire Eatery,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_14b013c1006c43dc,EmUrgentCare,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_6afec58ddc0716233e8a8e528bbe9b42,Encompass Health,,621610,Home Health Care Services,Home Health Care Services,, -SG_BRAND_30939b69626f9d79,Energy North Group,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7669ce3ebdf32771,Engineering for Kids,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_6285bea781470671,English Color and Supply,,424950,Miscellaneous Nondurable Goods Merchant Wholesalers,"Paint, Varnish, and Supplies Merchant Wholesalers",, -SG_BRAND_75f8072f84074197,Enmarket,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_60234761ca6d6981,Enterprise Bank & Trust,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_64e40d2c0ca6cc06,Enterprise Car Sales,SG_BRAND_9f497514e036d97886867c3fe21baf6a,441120,Automobile Dealers,Used Car Dealers,, -SG_BRAND_9f497514e036d97886867c3fe21baf6a,Enterprise Rent-A-Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_ba3709b3fd488978,Enterprise Truck Rental,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",, -SG_BRAND_18806a46af85365f,EoS Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6a7e180eabbe882ef704dd844affc39a,EP Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_51f67c8eddefcdf6,Epic Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_63613ae9e2c52df6,Epic Wings N' Things,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,Equinox Fitness Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_0e8e4c2022808099,Equinox Hotels,SG_BRAND_0cf9d52fc56badb790a6c3965f24eb8c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_a1dce3387cad75f7701366fe0b86f2f4,Erbert & Gerbert's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_427d1360f433e5e64e87184c256106be,Erdos At Home,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_58d9ef7f883f4505,Erewhon Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b2718d6a326a180e7f535828d8a5d091,Erik's DeliCafé,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_0678214fa406315efb61a7cffe52cd80,Ermenegildo Zenga,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_4ae9696b77a1b3de1aa306be1ae3c05b,ESCADA,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2ed790550cb16f43,Escape Outdoors,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_74d07f7fd78591d7,Eskimo Hut,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_1bcbe568f9739d3f,Esporta Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_62bcfc5611bec78f,Espresso Royale,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_f36ffc6cd3a63b34,Essentia Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_72fd44e857509cdd,Esso,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE -SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,Estée Lauder,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE -SG_BRAND_39cb6c22e32fb3194f7a5b8e798b0c68,Ethan Allen,,442110,Furniture Stores,Furniture Stores,ETH,NYSE -SG_BRAND_3bc43ee8b28c0cc5,Eugene Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_7a192883da39caff,Eureka Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_56379b04c603444892186f13788555d3,Eureka!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c26a5430c9ce31679edfa74c24d44669,European Wax Center (EWC),,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_90d6b1b36c15f313aff5a872531c04a8,EVEN Hotels,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_5700a31a28da3f56,Evereve,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_c328270267da071b,Everyman,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_5b555bdaa5cc469,Everything but Water,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_086e93d57d8c77bfd047e7d9d9fd7178,Evinrude,SG_BRAND_718581b85eae956832d1cae3f600c3eb,336612,Ship and Boat Building,Boat Building,DOOO,NASDAQ -SG_BRAND_e937478771160f8c69690f788e05fc51,Evolution Fresh,,311411,Fruit and Vegetable Preserving and Specialty Food Manufacturing,"Frozen Fruit, Juice, and Vegetable Manufacturing",, -SG_BRAND_6b41a739cd29d440,EW James and Sons Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_733252e77e9a480b,Ewing,,561730,Services to Buildings and Dwellings,Landscaping Services,, -SG_BRAND_522177b5fdc04d97f9b0be1d5f04a40d,ExamOne,SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,DGX,NYSE -SG_BRAND_170d294b55b3e0bd,Excel Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_78b187faa17bcdd0,Executive Residency by Best Western,SG_BRAND_afc74daf1bb2ac39,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_5e66f92099c8ddd1,Exer More Than Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_8196e62d8f6c463,Exhale,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_d76e6320c05053adc7d08c99ab6768d3,Exmark Manufacturing,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_54784cf0f028a82b,Exotic Thai,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b144fa061545497bebee8c414efc99a9,Express,,448140,Clothing Stores,Family Clothing Stores,EXPR,NYSE -SG_BRAND_ebb052acad0f1ee8c75830232699bde0,Express Employment Professionals,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_6fff9671fa24a8c5,Express Lane,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_9c7014ce69e620eae4f9650e64c1c9bb,Express Oil Change,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_fb9c429d1285f59c,Express Parking,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_5bc7f37ab824eb50efca20041fff198d,Express Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,, -SG_BRAND_d39682a4fb74f036,ExpressCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_dfc82adbea8b049f,Expressions Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_797d3ae0369e285ee3daadc1900f20c2,Extended Stay America,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,STAY,NYSE -SG_BRAND_2ced1d123f3e9d4a,ExtendiCare,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_6b569697506b3c2d,Extra Foods,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_25f99d0cc5d6078042c8f466f6a8fa83,Extra Space Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,EXR,NYSE -SG_BRAND_36f850f4742bb886,Extreme Pita,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7eceb920a8be2d1b,Extreme Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,Exxon Mobil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE -SG_BRAND_2bb751eb0cea731e,Exxpress Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_334ab875c3541dd6,Eye Care Associates of Kentucky,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_9842bf8212f4d6ec0d789fe0ab00f182,Eye Level,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_ad11086bd64b5f760aa727a30784bac8,Eye-Mart,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_21330cc8f59c04e0,EyeCare Associates,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_a38b21a3912334f3b94948b8e8516b65,eyecarecenter,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_5de579562826b9154f3ec7ec52feaf7b,Eyeglass World,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_99f70689eeddcb7398f8a28474159397,Eyemart Express,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_6bb4be9e4400c5e4,EZ GO,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_985500a401c168,EZ Mart,SG_BRAND_72905c858ddd2bd8,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_82873926cebb6895cd6177e1bd0f9c83,EZ Rentals,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_989f44a98739de0,EZ Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2dc50f07ce8e4982,Ezells Famous Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_8ce3994bcdc16ac8ce77f6a2541cb92b,EZMONEY,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_cb8de9441038f5cd444af4249de13de2,EZPAWN,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, -SG_BRAND_13fb6536f2c18d1b34f0ad3d45ef2961,F&M Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMBM,OTCMKTS -SG_BRAND_63d23751f78de069,F.L. Roberts,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_69e26c2c38d1753,F45 Training,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_538af4753a9c721d,Fabletics,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_48314cd2f9ed4be3,Fabricland,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, -SG_BRAND_82460f4f9ff9577c9e9a963c233b1060,Factory Connection,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_31de2e192f8dd779,Fademasters,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_36e231a2ea3e9ee5,Fado Irish Pub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6c8517821cbe4f42e48d9214f49b8b0b,Fairfield Inn & Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_10c3234a47d40c19,Fairfield National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_2228ce4e18b639c3ab2251297f397a1c,Fairmont Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1f75ba87763cbaf7,Fairplay,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_11a1572395bf98db,Fairview Health Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_90f01ffd91f30e324884705ed14a22c0,Fairway Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_eb6d973fd2e6c7e47737adaef2677602,Falken Tire,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, -SG_BRAND_1d5cae7139ccd537c1384193a137c6f5,Fallas,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_16a6f9c02e4105a7,Familia Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_cf2218e8e176be76b154f4e397b8ac47,Family Christian,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_6db086b96ff72a99a60c4a182d90fe10,Family Dollar Stores,SG_BRAND_6b1e006c89aa3f8b054a05fa90581501,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,DLTR,NASDAQ -SG_BRAND_59da748386cff69f,Family Express,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7cd88ca9d12983b48e2745f5835f5a52,Family Fare,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_8dab8f68f764340,Family Fare North Carolina,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_a2e1ccbcb44b71e2b8a12fc568612dda,Family Farm & Home,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_3356a85932854382,Family Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_62cdae1e8c7c5c49,Family Foods Canada,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f62858ef2fada2b92798dd22647ebe13,Family Footwear Center,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_50bf751c588eaa03c26305342596eaf6,Family Fresh Market,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_a5a119a2fdc2abb8,Family Health Care Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_57dfd4ceab4f921f,Family Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_b21bb81be1e10d506142f8e632eeda75,Family Thrift Center,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_58f09cb75b2b1f09ceccc9c22051d72e,Family Video,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, -SG_BRAND_f28c509064c7777747a4132afaf17faa,Famous Dave's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DAVE,NASDAQ -SG_BRAND_b9d5a5d63e4c2cbbd81051ab8ccd109f,Famous Footwear,,448210,Shoe Stores,Shoe Stores,CAL,NYSE -SG_BRAND_aeab866d007f06cf,Famous Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_93bdc716aa879a51,Famous Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ -SG_BRAND_6ce661dfa5b6c1e8,Famous Sams,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_40bfa20864946b5d,Fannie May,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_ba4953bbc3ecea3ac23754b1b0f08ab2,Fantastic Sams,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_25eef5d78b51ce04,Fanzz,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_28c563a39ff149af901f63171b82db19,Fareway Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_508033ea0a1c17ca,Farm Boy,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_aae613b021d7abbd3edd97e58678a54e,Farm Fresh,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_33e76585535a593201d9f7a4fe49b72a,Farm King,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_778cb22191dd0edc,Farm Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_742cf5dfae9725aad923d871be1529be,Farm Supply Company,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_63262adf78da9be8a85f5f23188eade7,Farmer Boys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_09a5ea6dd2c89227ac4b00bb56febe28,Farmers & Merchants Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMBL,OTCMKTS -SG_BRAND_455608b63fab8b6e1bbd15a9d045e7f7,Farmers Home Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_ee53498a2846250eb753e44e4042a679,Farmers Insurance Group,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_14b83c7d5a058e6b,Farmers State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_b5ed1ed0da21da91ef0c7b0cee0e391f,Farrell’s eXtreme Bodyshaping,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_d4b42cf1829ef26e,Fas Mart,SG_BRAND_424a47b33a953161,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5f02e4e95d184879,Fast Auto Loans,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_f75ddfc010aa9a8,Fast Eddie's Billiards,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_653db51c2244b7f0,Fast Pace Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_765df28c4b057da6,Fast Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_123f9f2f1c916ac8,Fast Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1f789d93af6256a6,Fast Track Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_7f6f2c801cf5a496c96d6ad6976fa4bb,Fast-Fix,,811219,Electronic and Precision Equipment Repair and Maintenance,Other Electronic and Precision Equipment Repair and Maintenance,, -SG_BRAND_50660a822ab2e47648b72750d4256f7b,Fastenal,,444130,Building Material and Supplies Dealers,Hardware Stores,FAST,NASDAQ -SG_BRAND_4d0f1884e1362472,Fastest Labs,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_73d3b4a6bf66a8f58ceac859871b1639,FastFrame,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_1248a42c18201bea,FastLane,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_33717708342ea32b,FastMed,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_7fc4428a9d2e5baf,Fastrac,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a3c881ddc55c53778902f4eb1363fc6a,Fastrip,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_14c8cdb3bcb5ef6bd17e74a33cd5670b,FASTSIGNS,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, -SG_BRAND_3a455da03b9b0d3,Fat Mos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_347ea7e394abcea1,Fat Tuesday,,445299,Specialty Food Stores,All Other Specialty Food Stores,FAT,NASDAQ -SG_BRAND_2dc4aa06b09f0f344834948f9b730785,Fatburger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_26eaab71e1222477,Father's Office Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f2f97fad9a658e5c36bb8e02187ad3a9,FATZ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_731831cb47dd1858dbdcf06e3b19aec8,Fazoli's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2dbad6e5a2b4c7ef027f2dbc2884191b,Federal Mogul,,339991,Other Miscellaneous Manufacturing,"Gasket, Packing, and Sealing Device Manufacturing",FDML,NASDAQ -SG_BRAND_a8cc46412bb566d8f9244cf5807512ba,Federated Car Care Center,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_3bc5375f2e51a278,Federico's Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_51f62da8d76022e2,FedEx,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,FDX,NYSE -SG_BRAND_d08ff75739fd37f9bdfd79229d24b18f,Feeders Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_cab3e1ee0f5e480ce850765ad9f5528a,Feel Rite Fresh Market,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_e6ea0b3f88e22276c807f9f50199057b,Ferguson,,423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,FERGY,OTCMKTS -SG_BRAND_414b70f8f9d4018c4a85feb9441904c8,Ferragamo,,448210,Shoe Stores,Shoe Stores,SFRGY,OTCMKTS -SG_BRAND_0911054d8ad47cc256400031197f3e97,Ferrari,,441110,Automobile Dealers,New Car Dealers,RACE,NYSE -SG_BRAND_dee73bcfb8c0d77741bdcb1477b29baf,Ferrellgas,,454310,Direct Selling Establishments,Fuel Dealers,FGP,NYSE -SG_BRAND_f87eb669657376982ea0184c3c27c0bc,Ferris,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE -SG_BRAND_7be63867c5bf6648,Festival Foods Minnesota,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7273d677486f8733,Festival Foods Wisconsin,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_76bdb26dab80b8d7,FFO Home,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_6c05c565775c901522d586265cecf151,FIAT,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_3118e9dbb4e557ce,Fiat Chrysler Automobiles,,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_a4da839adc12a6e53da59c200bbf6abc,Fidelity,,523999,Other Financial Investment Activities,Miscellaneous Financial Investment Activities,, -SG_BRAND_1dcc1e0ef96dbee3,Fido,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,, -SG_BRAND_6ab5791f4e04b1cc4658a8a5ad1e5ce4,Field & Stream,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE -SG_BRAND_2b72d37442b34f6fa9f8645fc3944990,Fiesta Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e9c772a37bc4c300c824f282f6fedd99,Fiesta Fresh Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_71c8563f7c1b724d,Fiesta Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_53f2ba12360c2b4aeac1f9163e3e9d0b,Fiesta Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1fe4ebe7ad3d1484,Fiesta Salons,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_dfa5d1a8cb415413d7488ee070dca730,Fifth Third Bank,,522110,Depository Credit Intermediation,Commercial Banking,FITB,NASDAQ -SG_BRAND_26080e8df764abc,Fig and Olive,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6402e0194b6a6481,Figaro's PIzza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_245e7682dd780311,Filibertos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bed20f7e98adec7943666c1f930e97eb,Filson,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_7238cd9c52a0a3e1,Fine Fare Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_41f7e14448347875,Fine Wine and Good Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_4aa1fc7f186104ae5dfd83ed025d6986,Finish Line,,448210,Shoe Stores,Shoe Stores,FINL,NASDAQ -SG_BRAND_1bc74b3ce2e4fb8f,FinishMaster,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_bcbd794eb55c3162,Fink's,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_7f70878a2d33031a,Finley's Barber Shop,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_3ad7920882040f79,Fire and Ice,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8dd31d8de4dba95e6ded256afaa61c2d,Fire Mountain,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_e3557c64d144d5066977b3187e7d6859,Firebirds Wood Fired Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8dd5a72dc21491c1ed188f60c7bc94d0,Fired Pie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a508445847685e426174fb21affa82bb,Firehouse Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2d261ba9475736d23c0c4bd48eab76b0,FireMark,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_4e396add4590776c,Firenza Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c8cd3015bd66459919ee3d72cfb148f6,Firestone Complete Auto Care,SG_BRAND_0fa1baac13a25977,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,BRDCY,OTCMKTS -SG_BRAND_ebdd9e19ef62bcd61c8b7b7761e05411,First American Financial,,524127,Insurance Carriers,Direct Title Insurance Carriers,FAF,NYSE -SG_BRAND_e5b8469206e452cd7307f2b70f578fad,First Bank,,522110,Depository Credit Intermediation,Commercial Banking,FRBA,NASDAQ -SG_BRAND_4cab5c28cedf861a,First Bank Tennessee,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_6955ba65f8646e0d,First Cash Advance,SG_BRAND_238df7e9b8c830c1,522291,Nondepository Credit Intermediation,Consumer Lending,FCFS,NASDAQ -SG_BRAND_7d5cd74a60a6c4d4,First Cash Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ -SG_BRAND_3385bd69e1678519,First Choice Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_e4f69179ebee860115d0e0dfc7a249b5,First Choice Emergency Room,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_f2d8149d22f2ac09,First Choice HairCutters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_d4f82fec590aeae82c525da824297f50,First Citizens Bancshares,,522110,Depository Credit Intermediation,Commercial Banking,FCNCA,NASDAQ -SG_BRAND_e7ee3cc7b8911396010954272237018a,First Convenience Bank (FCB),,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_6306bba0c18d164f,First Financial Bank,,522110,Depository Credit Intermediation,Commercial Banking,FFIN,NASDAQ -SG_BRAND_186bce691b86261c82d885de394b2e4b,First Horizon Bank,,522110,Depository Credit Intermediation,Commercial Banking,FHN,NYSE -SG_BRAND_76b3adfdeb5a9329,First Knox National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_46d5c682d3cf330f,First Republic Bank,,522110,Depository Credit Intermediation,Commercial Banking,FRC,NYSE -SG_BRAND_bec30db0b0fb2958461c01a4511b959e,First Student,,485410,School and Employee Bus Transportation,School and Employee Bus Transportation,, -SG_BRAND_2a6f5c53fd1f69f3,First United Bank West Texas,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_35c251c1a25a81cf,First United Security Bank,,522110,Depository Credit Intermediation,Commercial Banking,FUSB,NASDAQ -SG_BRAND_5bc8e7226ee1d2007b08dec6d1879c7d,First Virginia,SG_BRAND_bdb566e32f987e4b861b3409d248dd39,522110,Depository Credit Intermediation,Commercial Banking,CCFI,NASDAQ -SG_BRAND_1f3cb3b10de6892,First Volunteer Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_8bf93b60eab0307bac61499d0de26371,First Watch Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_238df7e9b8c830c1,"FirstCash, Inc.",,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ -SG_BRAND_6a9159ed4b65adae,FirstLight,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_cd194409f5cb8ebdd2b71c32f32013dc,FirstMerit Bank,,522110,Depository Credit Intermediation,Commercial Banking,FMER,NASDAQ -SG_BRAND_7d90238cf0eb7701,Fish City Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f64dd5c7555be45,Fish Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,Fisher Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_3ee53b258f504ad0,Fishers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_86c707e4d3cec5d,Fit 36,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2eb7ae8e54e4e272,Fit 4 Life Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1ad9a406805b8bf3,Fit Body Boot Camp,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_15d8c44d5962c67e,Fit Republic,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_0cfb328cad95bc34,Fit Republic USA,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_27d98bff27de846dfd88dd9baec859a7,Fitness 19,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_34ef97de45389d08595b7118838a8aff,Fitness Connection,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c9a1894c503c9be54443cf7dcf7322ec,Fitness Evolution,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c7c47b59706c550401f78be19cd5d10e,Fitness Factory Health Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_a41afb5cb94639b72ad3601f83114800,Fitness For $10,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c8c9e5abd3f648c5888eb790561c94b3,Fitness Formula Clubs (FFC),,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_dc2ada2bcd02aa241bb18c1ccc180723,Fitness Headquarters,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_4426cd9141981449,Fitness Premier,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_a25b790ab857f8e59b7244822d0502cf,Fitness Together,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b219177af6eb3b280972603f3fcf152e,Fitness Unlimited,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_99118e6bbb7094968732ed362d64c787,Fitwize 4 Kids,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_99bae980539ef4310d6bba65fbc64883,Fitworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_64e6f1d7a062800d9d8b437b704f9c3c,FitZone for Women,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3f25071e778c22839c918302c0f22bf7,Five Below,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FIVE,NASDAQ -SG_BRAND_87b52f7d201822f23c1015f8e9beb4b1,Five Guys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_67563d5e2da839ed,Five Star Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_91f780542205658734272a26f182d806,Fix Auto Worldwide,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_7c4d096dba6a68ef,Flagship Premium Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_28c09a2fd633723c,Flagstar Bank,,522110,Depository Credit Intermediation,Commercial Banking,FBC,NYSE -SG_BRAND_4d1a9271f8ec9241,Flanigan's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BDL,NYSEAMERICAN -SG_BRAND_2c482f00c9720be8,Flash Foods,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS -SG_BRAND_5fc3f6b68c530aa5,Flavor of India,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1cfa4883eb7f3e3892fe04191346c192,Fleet Feet Sports,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_3087255e4447487,FleetPride,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_930a53414b8a84982438a553fa0158da,Fleming’s Prime Steakhouse and Wine Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c6f38a20af7a167077ee8d4f6f56b148,Fletcher's Tire and Auto Service,,326212,Rubber Product Manufacturing,Tire Retreading,, -SG_BRAND_2cd372c185d7836c,Flight Deck,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_57d78df0bf053bd6,Flight Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_66538109a69748b1,Flipper's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4660970002703be2,Flips Patio Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2645e1762d7fdfbf,Floor and Decor,,442210,Home Furnishings Stores,Floor Covering Stores,FND,NYSE -SG_BRAND_f50518547f6b40b532ecf450355f0ef9,Flooring America,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_17b1cf0ea1fe75f3dd28149bb9d6af49,Floors To Go,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_623132f939a66be3,Florida Tile,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_173fd93dc2ff72de,Flower Child,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d1a42ed2a65575165bc7ed8047f37952,Floyd's 99 Barbershop,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_af452350d64b3c08,Fly High Adventure Parks,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_5ca1de498b639ad7,Flyers Energy,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_3cfcd2b742e54089,Flying Biscuit Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_12ec635d7ce55895,Flying J Travel Plaza,SG_BRAND_70ee541161859d65,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_b5fb310e15b4741a5966db5941131444,Flying Saucer Draught Emporium,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_5eda4fbb81aa8306f70b52433dd6d29e,Flynn's Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_3b3333a5b2850448a28f062179445f48,Flywheel,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_f541bcb6ec62de093416a7c8de510e84,"FNB Bank, N.A.",,522110,Depository Credit Intermediation,Commercial Banking,FNB,NYSE -SG_BRAND_3626cf91f0dde442,FOCUS Brands Inc.,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_61b1e7f9dca4976db881a446f1783193,Fogo de Chão,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ecacc24c03d85f28f90b088bb880d310,Food 4 Less,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_230e87706d264607cbf0e8195d57fe18,Food Basics,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9b717b43a6f815b3c972587291ef1bc8,Food Bazaar Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0c6c4ce554bb53513678968c086c5457,Food City,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3a448550c130c482,Food City Arizona,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6d60fa634a66dc94,Food Country USA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_eacdfebc6e2f3ee,Food Depot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4e346fc7fe5867fb,Food Dynasty,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_52a3a8316a4edea2,Food Fair,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6b39e55006338c63,Food Giant,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4a7b846050a07f86,Food Giant Alabama,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_352ba9d09066af4a,Food King Cost Plus Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7e98d750c0dde403bb1d17623945992d,Food Lion,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3ca39897f1275b2a,Food Pride,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ffb7e3d744f0a5c9adc770a1e6386ee6,Food Pyramid,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_70869ece06e88963,Food Rite,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_30e17fcd03c554a2,Food Source,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_47175df7b4e35bc2,Food Town,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_723cf40d550989bb,Food Universe Marketplace,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7d05335f3fb85d10,Food World,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_750d45758a2c9ec1,Food-N-Fun,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d3974af9f9a465756409666ba5c11afd,Foodarama,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,FSM,AMEX -SG_BRAND_7bd968c25d8d9f8e,FoodFirst Global Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a15b481d2c11e7f988ecba7e8c6c284f,Foodland,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_44af1b941d98b515,Foodland Canada,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_26f624a277c29a8c,Foodland Hawaii,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4fbc1604aff2a5fc,foodland market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8f2ed1ab590803b785195703c3b27e99,FoodMaxx Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_717eed43f3cd35cfd2b3ed16b2e650f4,Foods Co.,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_6370839ae545be53e6ac733009a92d31,Foodtown,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,Foot Locker,,448210,Shoe Stores,Shoe Stores,FL,NYSE -SG_BRAND_cb5ce3058eeb180d79b51be3dcd9573c,Foot Solutions,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_13529703fae8683ad31772653e7914a2,Footaction,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE -SG_BRAND_aef2c0e56a5406b4c27006ca3767a7d7,For Eyes Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_80ca06abfa1a5104af9a770f485dad07,Ford Motor Company,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE -SG_BRAND_8310c2e3461b8b5a,Ford Motor Company inc,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,F,NYSE -SG_BRAND_5d5465a2e4bc9c8d,Ford's Garage,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_796a6b9ac4adcd05,Forest Hills Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_88461a3df4ffdc97,Forever 21,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_4ad20df6272a6b8d,Forever Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3b7658a11dbaaeb8,Forman Mills,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_460af12b88a0e532,Fortino's,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_468cf000dbb98bdf,Forward,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_32af5b2bda3a84b5,Forward Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_22fc4f79e25284f0112eb399bdb020a4,Fossil,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,FOSL,NASDAQ -SG_BRAND_649b98069bedae1e,Foster Blue Water Oil,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_c77645baba64e3580eeedad72c9fd653,Fosters Freeze,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_956a1e0bbb3deda859969a4d1e04125f,Foundation Building Materials (FBM),,444190,Building Material and Supplies Dealers,Other Building Material Dealers,FBM,NYSE -SG_BRAND_2c3134294b6fdf81,Four Brothers Pizza Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3818864a076acaa8,Four n 20,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_250ca707e8ea8be292656eb89b8abd86,Four Points By Sheraton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_6f317a0dc5ad99e19170fa4428f6aca4,Four Seasons Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_157e04e0919cf635c64f5c7ba3edf444,Four Winds Casinos,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_4cd6dbf9ce65d11b096b61ef178f8681,Fox & Hound,SG_BRAND_43caff3e4791af2b,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ -SG_BRAND_1cdf9912438107af,Fox Convenience,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_57bb52a4446333b,Fox Rent A Car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_aad7dec02069b7c9e704040eed91fd7d,Fox's Pizza Den,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_42caa3f5565190895ca23cffd7d99d47,Foxworth-Galbraith Lumber Company,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, -SG_BRAND_4bc4e4d911821d46,Fractured Prune,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_50f19efaf9b23400,Fragrance Outlet,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_10fda0b6156ded42,Francesca's,,448120,Clothing Stores,Women's Clothing Stores,FRAN,NASDAQ -SG_BRAND_5c5330b929078776,Francesca's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_97000ff82e1283fbe44b6ff10b75259d,Franciscan Alliance,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_76c15150b0bb875c,Franklin Synergy Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_35136f09a9b09e13,Fred Astaire Dance Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,Fred Meyer,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_28097aa5f869e2a56106d285f9107e11,Fred Meyer Jewelers,SG_BRAND_605bde5ed94e94da51adbfe6cf14e0c4,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE -SG_BRAND_e2aec86de8b92b5ab8e16b968c948248,fred's,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,FRED,NASDAQ -SG_BRAND_19c4152a71673864,Fred's Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_1330b29481085f7ca652e349c499900c,Freddy's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6240cf4952b2f042,Frederic Malle,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_9bc509d2ba7f504f28d0ffbd303f1fdc,Free People,SG_BRAND_7e90833c32ca65339c2d5e505ec17249,448120,Clothing Stores,Women's Clothing Stores,URBN,NASDAQ -SG_BRAND_4cfedcbb1f04698f92f71a082a4132e9,Freebirds World Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_74c858f90e3f3f9a,Freedom,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4c674ac35bb162f2,Freedom Express,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5342b56b5fb244de,Freedom Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5bbcaf4b4d45f642,Freedom Valu Center,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7a9e79dcd0175827,Freehand,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_9a1038e46769c571f2bb05253088677e,Freeman Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_4f35805991e67d975d44d2200d8136ad,Freeway Insurance Services,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_05dfc342d2c7e2dcece0bc400f2e50a4,Freightliner Trucks,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_5476c8e70c99fe1b,Fremont,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_61b9b7fbf37d54c0,French Connection,,448140,Clothing Stores,Family Clothing Stores,FCCN,LON -SG_BRAND_30d28d22e965c313,Frenchys Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1edc3a4b590741a663bbd69890909969,Fresca's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f5e36f10e287e9b4cd87e96a9baf098c,Fresco y Más,SG_BRAND_25e04fae32468b591567a6a753fba971,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e5014d09354c41dedf58bc47f2cdf944,Fresenius Kidney Care,,621492,Outpatient Care Centers,Kidney Dialysis Centers,FMS,NYSE -SG_BRAND_fe8965a9748c1bc48af1711be837124e,Fresh,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_5b9dd7a700d706fa573fe9894a0b049c,Fresh and Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ae4bef91c62ac950e32e42e6687946c2,Fresh City,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_9c8b959d1a0f26e,Fresh Foods,SG_BRAND_5294233e5c7e4164,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE -SG_BRAND_2c0c58e0ba98ea34,Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ef791ff7fd09ccf82d160311909beb1d,Fresh Thyme,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_77042d0a15b3eb3a,Fresh to Order,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6941ee98f89b15bb,Fresh&co.,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_23680e8297ebb2cc2eee5f33e9dadc62,FreshBerry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6468e1b2ef97aa57,Freshie's Lobster Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_77ffe09435537cd2,Freshies Deli,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_cc759ce657fee52c1a1e47715fa23aba,Freshii,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,FRHHF,OTCMKTS -SG_BRAND_929631349ba04c8765dc0d8fe4274303,Freshpet,,311111,Animal Food Manufacturing,Dog and Cat Food Manufacturing,FRPT,NASDAQ -SG_BRAND_742603016ec97bf8,Frida Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a4b2088dac34d882a1007064a13c61b5,Fridley Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_2df67b1d26714b15,Friendly Express,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_46a7cd9ce6587168,Friendly Mart Food Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_61fb4dba034c89576124d7b79f20a9d0,Friendly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1e2e9e08a2c61b04,Friendship Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_eb2b494e06a4be9a4f811b1fb8864be1,Frigidaire,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_02cd4f0a80615d2e1529a2eebc67e08f,Frisch's Big Boy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,FRS,NYSE -SG_BRAND_c00ef3166cb0c9d5,Fritou,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1dafe722d041ba6f,Frontgate,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_c7c05fd33a848c557264a82eeba2de40,Froots,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_f12886e0e0db9eb2aa5b9b3efe8788ed,Frost Bank,,522110,Depository Credit Intermediation,Commercial Banking,CFR,NYSE -SG_BRAND_35b3434b8fba9b1ba55cc19225ba141e,Froyo Premium Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4fd42ec9c52e0f33e49ae1cf16e370be,FroyoWorld,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c180ba86764bfb975633ff96b1f1ef35,FroZenYo,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_a603e2ceaae1e36241c6df3019f072f2,Fruitful Yield,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_6f393305ccfd484c,Fruits & Passion,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_7fdba5242275f5296e5f7cc47be591c8,Fruth Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_782d938676a29e08f574f066d1c1c916,Frutta Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_70d2d47e84ab9b1f887f572886e48542,Fry's Electronics,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_bffdaf530693cc431090606647e1377c,Fry's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_193898e4896bc4b21195c1b67b561309,Frye,SG_BRAND_8dec87ebe111e2b4,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_a2ce3a155d8af3334d121c7396155d88,Fuddruckers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_346f800349b8b8cb,Fuego,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_3d2bb16ea6237d91,Fuel Body Lab,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_19deeb23f9343164c8352e0672688d37,Fulton Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ -SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,Fulton Financial,,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ -SG_BRAND_384b815a52b0284a,Fundamental Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5475d3e322e2cfb40d7a3abf7abcfcd7,Furla,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_a7f83b9bcb06afe6cc7217a577749343,Furniture Row,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_54ae65d96e5b6c6bec769f9cb44d80a2,Furr's Fresh Buffet,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1721eaaa59918929,Fusian,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3955b1877c96d2bd,Fusion Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6da10992c6c59a5b94d993e161a5fd7d,Future Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c566b6d1c120c4d1f9ff0097661ff238,Fuzzy's Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7ad125fd27f565e6,FYE,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_3b9c50b86f9a94ef,G By GUESS,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_4148da250c09720e,G&M,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_38bf5261ce1b0073,G&W Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6282e9b68f8b7451656feddf4a3052ad,G.H. Bass and Co,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448210,Shoe Stores,Shoe Stores,PVH,NYSE -SG_BRAND_a1819225445fb951f097798ca3c7750e,G3 Boats,,336612,Ship and Boat Building,Boat Building,, -SG_BRAND_e366f76d048e832,Gabe's,,452210,Department Stores,Department Stores,, -SG_BRAND_2f07ed6494f84bed,Gabriel's Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_32a04cfe3213396,Gadabout's,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_170eab03c9c717a4,Gala Fresh Farms,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7eabb57cf534aa03a761928d3a93d898,Galaxy Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7952899e84d51ba7,Galvanize,,611519,Technical and Trade Schools,Other Technical and Trade Schools,, -SG_BRAND_146f1ed78b324031,Gambino's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_312feb8d5c07198893fe324dab218928,Game X Change,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_2207a58020b5fe85,Games Workshop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GMWKF,OTCMKTS -SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,GameStop,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE -SG_BRAND_e070bb063a8d0c3725b4ad85450af6db,GameStop Ireland,SG_BRAND_548fcc570f3cdce01c20a3c8f1e624f6,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",GME,NYSE -SG_BRAND_1cbe3535c970f32a,GameWorks,,713120,Amusement Parks and Arcades,Amusement Arcades,, -SG_BRAND_a7900b5105a34e5860afc331ef871229,Gander Outdoors,SG_BRAND_8b66c8e8f078b099b1c0b02a08e14522,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,CWH,NYSE -SG_BRAND_453af3f623b289bd,Gandolfo's New York Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_59dcabd7cd2395a2,Gap,SG_BRAND_775ccb8f3508c66f,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE -SG_BRAND_775ccb8f3508c66f,Gap INC,,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE -SG_BRAND_842a116566a9461883980b9817711cef,GARAGE,SG_BRAND_480693eccff8d78c,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_fe2b069cc885bb096d501a5811a19d71,Garbanzo Fresh Mediterranean,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a9a537f2ceb1a64,Garden Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d0d87751120e48f31d15a5611c5a0fd7,Garmin,,334511,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing","Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing",GRMN,NASDAQ -SG_BRAND_26babe6ae66436140e2092abbf1ff979,Gasser True Value Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_1818cedf1c2bed8c63664cc8313b443c,GATE,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_59fb4171b05bf886f63eeeb983380942,Gateway Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_5f4eecb8c3ee449a,Gators Dockside,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3212c8176030a3c5,Gatten Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_051b3172fbb9d6062c7273f7c6d0d4bf,Gatti's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e31c6cf7776cb912,Gaylord Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_3856f56f151cdde1,Gaz-Bah,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_0e00314b3dd2205380142530d12f1326,GCR Tire Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_56be9a733d201645518ddaecaf1563ed,GE Appliances,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_22967a367767e81fb03b73ec8c1e1838,Gebo's,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_a42997fdbbcaa3172ec5a760b09b4499,Geico,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_4849346a21a0fc9aecc7853144908f6c,Geisinger,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3e915ea56af0e340,Geisslers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e29fef73bfc647b2b169a9669fa478d3,Gelson's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5493167b2b3cabd469a59b7d75d47325,Gemaire,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_b46a821ac82deb7f,Gene Juarez Salons & Spas,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_1ec33dfd64b77049,Gene's Heartland Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f28f88dcd25b085c72ea9e7a5b6d8cbd,Generac Power Systems,,335312,Electrical Equipment Manufacturing,Motor and Generator Manufacturing,GNRC,NYSE -SG_BRAND_09fcf13a3339566e,General Motors,,441110,Automobile Dealers,New Car Dealers,GM,NYSE -SG_BRAND_13f89141c8fee24a,Genesis Auto,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_5d643420556b2667,Genesis Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_f69f246ab439a6bd9e84e79856f6fe68,Genesis Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_289ffeb2a745ccf51ca89a297f47e382,Genesis HealthCare,,621498,Outpatient Care Centers,All Other Outpatient Care Centers,GEN,NYSE -SG_BRAND_8e077d8494214bfaccde43777d7a9323,Genghis Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_609b1bdbe05b8448,Genisys Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_2cc2e55bc0eecbddfa686303e762afa7,Genius 3D Mammography,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_79bfc9b11ccaef5b24065e3dda9418c8,Gentiva Health Services,,621610,Home Health Care Services,Home Health Care Services,GTIV,NASDAQ -SG_BRAND_ef7da218b538b88b7027be771b81c523,Genuardi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_51438a643c51841a,George Webb,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7a4bfe0f8655304,George's Greek Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a34bf07981b6c1b221151bf76aa6d0af,Georgia Boot,SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ -SG_BRAND_a78dc126a7c52e77c7c7a951547d0bfa,Georgia Farm Bureau Auto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_cacb98f6bd8ad7b8fddfc60e4dab5388,Georgia Theatre Company,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7d60d6dcda1fb8a5,Georgios Oven Fresh Pizza Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3876eccf813d63d4abce7a4d55ba5eef,Geox,,448210,Shoe Stores,Shoe Stores,GEO,BIT -SG_BRAND_bc70ac72c2842e9d4480ad19788205eb,Gerber Collision,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_8798495c47e8240475c0e350728fae58,Gerbes Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_4a2f237ca8b08408,Gerrity's Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_aa4c23b9549b25c,Gertrude Hawk Chocolates,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_ea7113264d4897fff66cfa2b54fa616f,Get Air,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7e4af82d35cba88e3e7e08a1df460def,Get in Shape for Women,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3dc0f5fa37de36083a9f98fd6ac330df,Get It Now!,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_2985b3264c4b015b,Get-n-Go,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_77e00d4d1af0a3db,GetGo,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_0bfd865b7df719679b90d8a19e4da1d4,Ghirardelli Chocolate,SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS -SG_BRAND_0b9e5ed5779d101fc49f352af5f65b5f,Giant Bicycles,,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",9921,TPE -SG_BRAND_2f3a0cec435bfb6b,Giant Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_b383276b7ba564c03eab20de61f06b92,Giant Eagle,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_446f6886a10039cb,Giant Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_dfa196ec5ba2cf36,Giant Food,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_66bde8c0f4a4dfdaea9291efa4b3c7a1,Giant Food Stores,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_62328ccf415e038f,Giardino Gourmet Salads,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f1a5014231dfa4eedd0c884c88abe0c3,Gift-ology,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_5482886528e4f7e22569946e738bcdf8,Gigi's Cupcakes,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_229bb7e6c30d53d4,Gino's East,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11d61c355d025948f7316be305240f53,Gino's Pizza & Spaghetti House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1caff9ff863276b9,Gionino's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e2698030228f627d241f5b17b3da5b42,Giordano's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GRDZF,OTCMKTS -SG_BRAND_cffd8e5634652b989687ccd942c05785,Giorgio Armani,,424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,, -SG_BRAND_bd83b3155dd31a49,Giovanni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b27db557fd442c75,Git 'N Go Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f3f773257fdd4264,Git N Go Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d8d6c120e618afb,Giunta's Meat Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_34de9390d0e4258808ed7bf6368f2177,Glass America,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, -SG_BRAND_59034ea8c523772d5719a2b5203669b3,Glastron,,336612,Ship and Boat Building,Boat Building,, -SG_BRAND_5af64a2dd0efa1d6,Glen Ivy,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_d694f46734a4524c8e51d2d1d2261acb,Glens Falls National Bank and Trust,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_519908c0abcb12ad718186b495c62edb,Glik's,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_6da4014a7042645,Global Pet Foods,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_2cd5189bcd688141e56f5ea52cfa5937,Global Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,SELF,NASDAQ -SG_BRAND_12f50eaaf046de68,Globo Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_41dac50831cc331d40648d3c47121db1,Gloria Jean's Gourmet Coffees,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_f5615512a8e531f,Gloria's Latin Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_50b9f0631cf5ab6b,Glory Days Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_78bc717bd8a1a1f9,Glory Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_30f39351294fed60,Glossier,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_432e7a266973e1b0c0d0606f6594da65,GMC (General Motors Company),SG_BRAND_09fcf13a3339566e,441110,Automobile Dealers,New Car Dealers,GM,NYSE -SG_BRAND_825716a5d0abf460d1757065168afcb8,GMS (Gypsum Management & Supply),,444190,Building Material and Supplies Dealers,Other Building Material Dealers,GMS,NYSE -SG_BRAND_4709e5fc9280fbd74e23d1d4f930841b,GNC (General Nutrition Centers),,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,GNC,NYSE -SG_BRAND_1c00d705e0d7a718,Go Chicken Go,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_712d15a1b8802f5d,Go Loco Street Tacos & Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3723405978f82efafce4fd284fe4ca10,Go Roma,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7e07590850f6a09f,Gobble Stop,SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_646faf2f465c72d091023a362c303c51,Godfather's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e1fd0fa41775a60fe233aca3d18de774,Godiva,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_1fe30651be2737b1,Goin Postal,,541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,, -SG_BRAND_734f5ddc846874cf030fcd019a74777c,Gold Star Chili,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1ff28a605439972fe65ea61ab6bbd087,Gold's Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_66dd3addc911442,Golden 1 Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, -SG_BRAND_3ff898349441b12c962d1fb1fa323cfb,Golden Chick,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2c4663803c2868ca,Golden China,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_37b906124bc3dbe4910fb6222a8b37eb,Golden Corral,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_722a057b42728ce7,Golden Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0fa741f76fc2f1c7ee8954f48881f714,Golden Krust Caribbean Bakery and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b70340776e3994a410b680c852fd4a23,Golden Living,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_31de33643fd0afafc7ae1eeecbb8598d,Golden Nugget,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_39d57708de0ae588,Golden Pantry,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_60fb535c19ba1a84cc06207015be49e1,Goldfish Swim School,,611620,Other Schools and Instruction,Sports and Recreation Instruction,, -SG_BRAND_62ff1ff8ce25bfef,Goldman Sachs,,523110,Securities and Commodity Contracts Intermediation and Brokerage,Investment Banking and Securities Dealing,GS,NYSE -SG_BRAND_bdc18693c79a39df41b8391da02c1c0e,Golf Galaxy,SG_BRAND_87748feb2bf7404a6bcfe5be735f2b75,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,DKS,NYSE -SG_BRAND_8fb99b9cc188fd7,Golf USA,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_04b7ded5c8a92e1e,Golfers' Warehouse,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_42f00ab637a3e0f4,Golfland,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_e8cd1a01f5da6188a17e771172050e79,Golfsmith,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_77f605854551482e,GolfTec,,713910,Other Amusement and Recreation Industries,Golf Courses and Country Clubs,, -SG_BRAND_d8a81bf290900fcac2f9307e486b97e9,GoMart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_545acd2b28ca3bed,Gondolier Italian Restaurant & Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_288f3a034e9c4805,Goo-Goo Express Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_5e12e83b9120546d,Good 2 Go Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4cdf5b2c8fb8f387,Good Day Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_f6b0f729d9edf263a2ff3f06cabd6728,Good Earth Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_14f2e883f35d769e,Good Fortune Supermarket Group,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_10ef923224a6c1b486ec28417ab74d0d,Good Times Burgers and Frozen Custard,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,GTIM,NASDAQ -SG_BRAND_5264aedfccfe9aa0,Good To Go,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_cac3765bc90922e0f3161158565db563,Goodcents Deli Fresh Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3f04f310923440bfb7f300417d460b4f,Goodman,,333415,"Ventilation, Heating, Air-Conditioning, and Commercial Refrigeration Equipment Manufacturing",Air-Conditioning and Warm Air Heating Equipment and Commercial and Industrial Refrigeration Equipment Manufacturing,, -SG_BRAND_1edbc927b32ce53af718201f569dfae0,Goodrich Quality Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_4ca6f6678c8c72c48310ae8b261c9b6e,Goodwill Industries,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_2ec957254f0cf188,Goody Goody Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_4b76770989b17a0268a5428efec0ae56,Goodyear Auto Service Centers,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,811111,Automotive Repair and Maintenance,General Automotive Repair,GT,NASDAQ -SG_BRAND_7bc3d0016a136896,Goodyear Commercial Tire & Service Center,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ -SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,Goodyear Tire & Rubber Co,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,GT,NASDAQ -SG_BRAND_fae48665591f2eb,Goorin Bros.,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_3fea35d115751af5,Goose Creek,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_e63be0fbaa85c8e95236434423e8794f,Gordmans,SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,452210,Department Stores,Department Stores,SSI,NYSE -SG_BRAND_e4f6f8ed167af0568ab5ca829f543ce6,Gordon Biersch Restaurant & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c471ef7810735e2,Gordon Food Service Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_57e9ee7bcf46c84ae6d7947713511074,Gordon's Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_58b2e817dbfc473f,Gordy's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3b2f953b9d6735b4,Gore Mutual,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_bdf121be63d33868,gorjana,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_8018f6c174d0b206,Goshen Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3f5b43368e46e97ae7e1db0a822c19f4,GoSmart Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_326bd9931e65f8860fb6b296c9fa079e,Gotta Eatta Pita,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7402fe6e206259c5,Gourmanoff,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e2469589d17de5c7690e355465897cfa,GoWireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_424a47b33a953161,GPM Investments,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2b9bee725ae4767a,Grabbagreen,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1fc57613a0ad8ba7,Gracie Barra,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7925115ce60ba734,Graduate Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_eec0d85eaa1a861,Grady's BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5fb1a9ef3d0e9c86654e960cdead18d7,Grady-White Boats,,336612,Ship and Boat Building,Boat Building,, -SG_BRAND_7909423aac2c52b4,Graeter's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_37a34546734be0ac,Graffiti Junktion American Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4bc85f9dccbcbffbf8672cf291857209,Grainger,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,GWW,NYSE -SG_BRAND_eaee99c7f3d6f11167b344cf366ad7ae,Grand Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_fd135054ed43231d66a2017c3f5dfa7e,Grand Lux Cafe,SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ -SG_BRAND_1cbdf3c75485b223900fb4d8fc2ad707,Grandys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8ecb28d3352968e0a4099f0e47bd7996,Granite City Electric,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, -SG_BRAND_23b3731fa46c4e7ea314419858fa96df,Granite City Food & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,GCFB,OTCMKTS -SG_BRAND_1eb952e914a8c8b7,Granite Transformations,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_1c5f5a8cad1251fa,Grant's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4607c7b9b441f486,Grauls Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e2060e5241bf08e47e00f199e1bee668,Graybar,,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,, -SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,Grease Monkey,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_a4f371ce2d9a04dd1f63c4d187c138a7,Great American Cookies,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_d0d47c6b30bce1091e9bf1fda1cad5fa,Great Canadian Dollar Store,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_2455d18c3dd9107af26c64a7f7248edd,Great Clips,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_65d164e8513ffd26,Great Expressions,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_5d2564f24e50f2d114deaa19321c8086,Great Harvest Bread Co.,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_1954fdcc5aeff318,Great Khans Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1cc6411c3b4aae2e,Great Lakes Ace Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_2eee92736b009e7e,Great Maple,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_12f4998c5d762579,Great Southern Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_594867867cf3ae3c2048a4f1960b7e97,Great Steak,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_16e8e24a269674b8,Great Valu Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_396d105f46eef4897ffba873aa8da6b2,Great Western Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4867e8e023353717,Great Wolf Lodge,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_4aefbc12a77d904860d0863142f3ae40,Great Wraps Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3a77048004d55dd4156db7e307fb8418,Greatwall Supermarket (GW),,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0829c0b3c4181b52,Green Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE -SG_BRAND_7e384048fdc88819,Green Cactus Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c6fe7e672ae08b485a3d72e561b03d28,Green Dot MoneyPak,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,GDOT,NYSE -SG_BRAND_255a657997121455,Green Dragon,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_47b51dce5fb6725c9b9e874168188002,Green Leaf's & Bananas,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_905de1bb92457baf,Green Mill Restaurant and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6787b3466a569caf,Green Valley Grocery,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_ab527ee73f2234087df51874af66ff6b,Green's Natural Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_52a532a67c47ef8dcb783c268aac19d0,Greenberg Dental & Orthodontic,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_f1d6fa11add5a90e738607dbd04514ce,Greenville Health System,SG_BRAND_de855d293f0e97fd,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_35964dba3c310afc,Greer's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9c9f42ad5c33f50d,Gregg's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d2a4976fd5c9db02,Gresham Petroleum,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_00534653800d6b45f86fff2a56176689,Gretchen Scott,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_22b83f20de1114bf,Greulich's Automotive Repair,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_48214cd2e471ddf84b599837b35fb6b9,Greyhound,,485210,Interurban and Rural Bus Transportation,Interurban and Rural Bus Transportation,, -SG_BRAND_3bb370e5a4a93cf0,GRIFOLS,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ -SG_BRAND_7c2a877b1ccfacb7,Grill Kabob,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_287b3280e9ff288e,Grimaldi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_929a7f678808c12,Grimaldi's New Jersey,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2d6c71821cb1cb826553dd9503d4eb20,Gristedes,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7ef63f527e21f2194321617c31cb7d05,Grizzly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9e6a116e2102e9ed04a7e0d2cc691f19,GRK Fresh,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_875a8a43639ba6e,Grocery Depot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3d7134273e99583d03e4c0f621182f1f,Grocery Outlet,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,GO,NASDAQ -SG_BRAND_4e24464f65455183,Grotto Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5ceb6ce74b02b96,Grotto Ristorante,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5c81caf67bb9835975b32f39df0f1f19,Groucho's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f0ce14ba436219f8cfab41be26c72520,Ground Round,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_480693eccff8d78c,Groupe Dynamite,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_87fa549ddad11b2750b8dfc5403f4de7,Gruppo Papino Italy,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_b5d40770cb8c055d1acc1380b173b406,GT Pie,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_217d8735e8c763f387a1478d6e42245e,GTS Interior Supply,SG_BRAND_825716a5d0abf460d1757065168afcb8,238310,Building Finishing Contractors,Drywall and Insulation Contractors,GMS,NYSE -SG_BRAND_24b4b388e8fb734a395ec5c3d0ad258c,Gucci,,448140,Clothing Stores,Family Clothing Stores,GUC,NYSE -SG_BRAND_44fc6c9812b78f5e76f9b25892fe6ad9,GUESS,,448140,Clothing Stores,Family Clothing Stores,GES,NYSE -SG_BRAND_a8bb4fe603a702d4,GuestHouse,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_53660335a48dfb675f45d1b5433e2cb4,GuideOne Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_67dcb5602c4aa979,Guiseppe Zanotti Design,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,Guitar Center,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ -SG_BRAND_8ee85aecc2a6b56be4a4e056c81d0b56,Gulf Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,GOCLCORP,NSE -SG_BRAND_c5940a0bab27741,Gus's Barbecue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_104d3f67c36c07eaf29b59f36117782e,Guthrie’s,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6b42d429b1b6d421a878a845ada4ff0d,Gym Source,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_c06be1a728f7a2deaa66389369ae6c19,Gymboree Play and Music,,624190,Individual and Family Services,Other Individual and Family Services,, -SG_BRAND_599cadb74b8a0f28,Gyu-Kaku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2cac9b3b6bcc0575b1171b1ea252aee7,H Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_41d78fc46c70499,H&E Equipment Services,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,HEES,NASDAQ -SG_BRAND_318848b77682c5ecffe061bb49b18986,H&M (Hennes & Mauritz),,448140,Clothing Stores,Family Clothing Stores,HNNMY,OTCMKTS -SG_BRAND_c19468cebc69ba51b37529f1fdd814f7,H&R Block,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,HRB,NYSE -SG_BRAND_9abc7c4d28421b3c6ffd639114e2f8a4,H-E-B,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_149f436e1f68aeb25c21e211f84fb7e6,H2O Plus,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_cec86c6d3aff8dec59ed81b51073cd5e,Haagen Dazs,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_05493512a233650d705c891fe74ddaf2,Haas Door,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, -SG_BRAND_78de657ea66ed5e1ca8e746054ec250c,Habitat for Humanity,,813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,, -SG_BRAND_2f5fca98dd441186,Hacienda Mexican Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_58dded6e042bf72d,Haffner's Oil,SG_BRAND_30939b69626f9d79,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2acf61adbd21bbcc,Haggar,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_f6b50194a860b29a8886acacc5db4b84,Haggen,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bcb47425bf755932c3916df1f9ad497d,Hair Club,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_a16f6a821435c82234075ef879104d53,Hair Cuttery,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_7dbf167eea76ff68,Hairmasters,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_ce7dcab1485c63453a9abd2a8aecc34b,Hale and Hearty,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1d438dd4b7f737a7dc01e40a66443f7e,Haley And The Hound,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, -SG_BRAND_9729594feb67a8a3cfce3720c5c06bed,Half Price Books,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_c3acec9f05408b261028c840bd70c189,Hallmark Cards,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_45449177f06b34e8,Halo Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b6766b490c59a423e6011e11abb0dfba,Hampton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_125872f5fe8dbc54,Hamrick's,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_58fcb1911a06baf9,Han-Dee Hugo's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7e286118c9a4013a,Hancock and Whitney Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_29f5270ab464e721,Hancock Whitney Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4a5506963fa82dff6489e603cd43d4d3,Hand and Stone,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_275cc4ab28966d75,Handel's Home Made Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_310510c639859ef4c4712f57728d4d9d,Handle With Care Packaging Store,,488991,Other Support Activities for Transportation,Packing and Crating,, -SG_BRAND_5036bd121573b41a,HandPicked,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_6feaef7379c85a79,Handy Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7a856aef9207d055956f7796e8d91e70,Handy Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7736e5c92ecfa25e,Handy Mart Virginia,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_47e25eca71e70ef9,Handy Pantry,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b25af76821d74697c7bf6f194a5ec6aa,Hanesbrands,,448150,Clothing Stores,Clothing Accessories Stores,HBI,NYSE -SG_BRAND_555de4c36078415823d904cb67e77f0f,Hanger Prosthetics & Orthotics,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",HNGR,NYSE -SG_BRAND_b392299b1fc53d3161d5eceea5dd5eae,Hankook Tire,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,161390,KRX -SG_BRAND_18d00e450329718e93dd90eef03a3f07,Hanna Andersson,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_3a1d49b3a3282962e946cf7ff639a2bb,Hannaford Supermarkets,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c05f7b02e698ffb3af6dd826c8d3434e,Hannoush Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_3346f4a9b7536c4390b0a5fb10013780,Happy Joe's Pizza & Ice Cream,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a33b39ee416f7612dee474663a961884,Happy Nails & Spa,,812113,Personal Care Services,Nail Salons,, -SG_BRAND_57d07697656990c4,Happy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d587d3baacdacd5cf966e1611a1a799d,Harbor Freight Tools,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_a7440c01f032574cec79aba972190301,Hard Rock Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_15d636bd40c8490e98738d5eb37b6572,Hard Rock Hotel,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_2b6b8e67fe1433e4f73bbe2c306fb330,Hardee's,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE -SG_BRAND_a9fd3c6e57be83ce,Hardee's Red Burrito,SG_BRAND_c0df4bbabd3f8c58,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,CKR,NYSE -SG_BRAND_147af67ad81ec66,Harding's Friendly Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5991ef8636ba1bd78cc4507823bcaf54,Harkins Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_981160b245cef646e73a24fb0f042968,Harley Davidson,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HOG,NYSE -SG_BRAND_dddd4c05389164b95f0deae0f35d44e6,Harmon Face Values,SG_BRAND_6e7bcf9086fc3b43babdfdf51a97759f,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",BBBY,NASDAQ -SG_BRAND_d816f097aec509c7fb7dfd56c2483be8,Harmons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_263a3411557ec9c777a3ef1d1433d33f,Harps Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7acd2f0c00415c4004c303a5e1781a92,Harrah's,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_5dd8e59f63efbf0dacc7dfd8bc3623f4,Harris Teeter,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_7ff0aa0290b25b16d466f4ecede47bc0,Harry and David,SG_BRAND_407913c3eaadbdf961cbb276649f6618,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",FLWS,NASDAQ -SG_BRAND_5bf326b3117adc66,Harry Winston,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_86d411ad8b7863e2,Hartford HealthCare Medical Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_79ec29557335b6e9,Hartig Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_33290e30588253bbc23f97a110a0c91e,Hartstrings,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_4a71f56bc3c9d731,Hartz Chicken Buffet,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_361141114cbff1cc,Haru Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3c1afd2a11ba808a7134ee2c90670643,Harvest Seasonal Grill & Wine Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7219b820ada53f71,Harvest Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f9d66234a256a0786e1e4bab1636ecfd,Harveys Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_adbce8064815ae279bd19436221997db,Hastings Entertainment,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_59dddb7fb4f4a9a8,Hat Club,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_3551b9eeb4283380,Hat Creek Burger Company,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_28557271652b2570dd65e1a9993458b3,Haute Hippie,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_47faa292a791862997d7fbc85676dac7,Havertys,,442110,Furniture Stores,Furniture Stores,HVT,NYSE -SG_BRAND_ddc5189c540bb2564ecb9e431a0863ed,Havoline Xpress Lube,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE -SG_BRAND_473b7233ac0d6f2cbbcbef3e9f5c6fb1,Hawthorn Suites by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_6238d15873c211b2,Hawthorne Appliances,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_c5f0fd3744d448b,Hays Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a82c1d304cccdda563a2695e5a6c4d8a,Hayward Pool Products,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, -SG_BRAND_6927d30fbe7d1b68,HCOA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_332e20a0c492ca0f391c2cf877c0007c,HD Supply,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,HDS,NASDAQ -SG_BRAND_4b430de106efdf4d851f19050e73fc2c,Head Start Haircare,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_f6f2d5eaf3cf4d6cc45996d66cedfc42,Health Diagnostic Laboratory,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_102c570f10f65fef82fad50e8839dbb6,Health Mart,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_7ebc99f3983ac0bc,Health Mart Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_2bbc5a5c40bb1164,HealthCare Partners Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_5f772800913cfc162e49fe322e54df3c,Healthtrax Fitness & Wellness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5530027ad3aa8290,Healthworks Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_57d63d49fa65367a,Healthy Back,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_35bd79cf72d887f9,Hearing Life,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, -SG_BRAND_42e5752812155b17,Heartland Bank and Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,HLAN,OTCMKTS -SG_BRAND_df4a1883a693cb1e2bc2fe7abc36622c,Heartland Coop,,424510,Farm Product Raw Material Merchant Wholesalers,Grain and Field Bean Merchant Wholesalers,, -SG_BRAND_ced7f7a81b6240249578e83ca76d1e1b,HearUSA,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_71579da9b41d7b85aa07ad3adcbddf86,Heidi's Brooklyn Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_58051d0ef2a2ae9f39e85ba5df1f7dd4,Heights Finance,,523920,Other Financial Investment Activities,Portfolio Management,, -SG_BRAND_bc9b495f1e4360ebce69e47248f7cd4f,Heine Brothers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_70733183d960e85c23aeb00ff0874db1,Heinen's Grocery Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8f5696351d40139b803a68a8cef76cea,Helena Chemical,,115112,Support Activities for Crop Production,"Soil Preparation, Planting, and Cultivating",, -SG_BRAND_e5d4af033295e2a8e5093704bc6b3f89,Helzberg Diamonds,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_9795cc5a4cc7f77fcd567116a736bfb0,Hen House,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6abb529f464ed69,Henny Penny,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_3ff71beb39ce4854defd31ce87c11f37,Henry Ford Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_4595bb0f8c459456b681118e8be7ed6f,Herc Rentals,,532412,Commercial and Industrial Machinery and Equipment Rental and Leasing,"Construction, Mining, and Forestry Machinery and Equipment Rental and Leasing",HRI,NYSE -SG_BRAND_c933dc8934f3d362d7f3d547879eecf6,Hercules Tire & Rubber,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_6a5a483730df31ff,Hereford House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e5e0bebf85dacd5cd09e70822f7a33a3,Heritage Cooperative​,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_40f101f1fd07985c,Heritage's Dairy Stores,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_1a833c2641a4cf3c229316a14b6e32b7,Hermès,,452210,Department Stores,Department Stores,HESAY,OTCMKTS -SG_BRAND_c490d7f33b6b586,Hero Certified Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f373520f32c8e017a3a42344b5706960,Hertz,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,HRI,NYSE -SG_BRAND_cf7559ac09e3d959d67b692219867145,Hertz 24/7,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_257fc0d312d95b32,HG Hill Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_06a25051c50971df274335c59f568547,Hi-Health,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_eb9f08128f2b5cc,Hi-School Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_5f1902cc4941fe58,Hibachi Japanese Steak House and Sushi Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_79e682683f0417dbc20e5e6d913b9952,Hibachi-San,SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_84a7459cf07e4365f4e55cf6a211e783,Hibbett Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,HIBB,NASDAQ -SG_BRAND_76d4a8357cca7ea343367efa56444787,Hibdon Tires Plus,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_3be74022d9f0c451,Hickory Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ff7cb708263e81c2a3c29990c15f6e55,High Tech Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dcd331cebf10f17f,High's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1e0787f3bb53a691,Highland Park Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_4504a971d37aaa23,Highs Dairy Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_205bc178b166265f6abdab59b4abd45f,Hildebrandt Learning Centers,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_4746288f030e6fcd,Hill City Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_16577e42ae4dcfdaf59d6af47d9b0165,Hillstone Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_637c43cc5ec7f019f6680f204b7ef1b8,Hilton Garden Inn,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,Hilton International,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_7dd1af396f2089e3,Hitchcock's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_410f124af4d8613490473aca6c09b094,Ho-Chunk Gaming Wisconsin,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_929590c3215214e0,Hoag Health Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_fb9953f67f9b9a08c5c56870e34ed930,Hobby Lobby Stores,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_16796ff81048518284f5586519b13b2f,HobbyTown USA,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_25cb0602d482dcdb,Hobee's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f780964192bf58ef77b680a58d65394,Hoka One One,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_6d9f8beb0cb21ae3,Hokulia,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_57ca62a1a4b820d5,Holiday Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d1cdd6825cadec85,Holiday Hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_e2c9f71790c5253598b8bd87e981ffe9,Holiday Inn,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_774c3aacc712631892816cc5fb59229a,Holiday Inn Club Vacations,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_ae28744c5d427b6128434ff7c0bb6a7e,Holiday Inn Express,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_ceae73b01eeb28df,Holiday Inn Resort,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_50af7e3d1b4a1027,Holiday Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_79cf48402c8f38b5,Holiday Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f3272b4c3f47fee9,Holiday Retirement,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_1e46ae654a5319f15f003146f644c7eb,Holiday Station,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_11285ffb7a81b3e6,Holler & Dash Biscuit House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f6c6d3220f6da7d783d2d378ea2d4c4,Hollister,SG_BRAND_6d8684d641d51f2d,448140,Clothing Stores,Family Clothing Stores,ANF,NYSE -SG_BRAND_d02a8122ff94535b1d05b2e02bb9a687,Hollywood Feed,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_da97ff5c2b44cf9,Hollywood Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_deb58315e4fb6940a8909d4b6183660d,Hollywood Tans,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_207e9e144c696c8b38a2ec4d599c184d,Hollywood Video,,532282,Consumer Goods Rental,Video Tape and Disc Rental,, -SG_BRAND_347e47a0b3c1de06,Hollywood Wax Museum,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_10ff1d1e7686c359,Holtzman Corp,,213112,Support Activities for Mining,Support Activities for Oil and Gas Operations,, -SG_BRAND_3abc98d628318c2e,Home Centric,SG_BRAND_cda599446d0bcdf5d553d1d4a52f9519,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_33a2fa78f9b6cee0,Home Choice Stores,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_33e20ce7b6aaceb8,Home Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_a16505a3f7732186edbb5b18418e40f7,Home Instead Senior Care,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_91ae8d960110124be3a3292c655e15d5,Home of Economy,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_538553f2812478ad,Home Run Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_33771ce6f9c48f5bba6e82e000e33246,Home Treasures,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_c94ccdeb7117b2e2a42c436f8faa3ec9,Home2 Suites,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_987e008616ad15e30f9327d99bf1c3b2,HomeGoods,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE -SG_BRAND_471c836ba3d7c50c1cbde81b56b92e82,Homeland,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3bffe2002ded64d6,Homemade Ice Cream & Pie Kitchen,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_d2cd07fad14cd3b152d48fa399af4575,HomeSense,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TJX,NYSE -SG_BRAND_9ae3ad357f4f3fffe30c49183f072e8d,HomeSmart,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, -SG_BRAND_1dff3004b76926c3250e58f2f1d5994f,HomeTown Buffet,SG_BRAND_4c486f41fa703b7e,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6532f54cddd18ec3,Hometown Community Banks,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_79176583bbec8599,HomeTown Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_1c78198ab986d2c1,HomeTown Pharmacy RX,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_1ef4d0886000df8a,Hometown Urgent Care & Occupational Health,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_514af954f65291e3,HomeTowne Studios,SG_BRAND_5596332340ca64ad125f8982d64f1ab7,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_c4fa8961c27a77fbbd372f168b8769b9,Homewatch CareGivers,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_7ccd77936c08cd1bd6e26a5ee386cf07,Homewood Suites by Hilton,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,Honda,SG_BRAND_8e9a1a96135cddd8,441110,Automobile Dealers,New Car Dealers,HMC,NYSE -SG_BRAND_8e9a1a96135cddd8,Honda Motor Company,,336211,Motor Vehicle Body and Trailer Manufacturing,Motor Vehicle Body Manufacturing,HMC,NYSE -SG_BRAND_8ea29dd18bd0fab374beab3eee6e02a2,Honda Powersports,SG_BRAND_2ab3343875e56dc0a15cbb6a98570cf2,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",HMC,NYSE -SG_BRAND_21cce9cd89ba0e05,Honduras' Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7ead35272bb8c49845dcb32e8a5365b3,Honest 1 Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_e68bd26a316405fcf81fa71070229af4,Honey Dew Donuts,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_37f38a69e2126ddd,Honey Farms,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_874b160a0d8474f3d9395539d8430c93,honeygrow,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_56c96d91ddc9a7e1,Honolulu Cookie,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_109461c56973d3e435e5476731734b87,Hooters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4b537f27427c11be,Hop Li Seafood Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b4dc0dfb36a2c49b1edbb69b60e9ea4c,HopCat,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_6285694916ca6359914c61a4cbb027a6,Hopdoddy Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_529bb44322386d53,Hopewell Health Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2503e80838443c8b,Horizon Distributors,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_556d4eaaf6935c731d78ff240f7b50fa,Hornbacher's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e450824a5c7c0de10544b77a99aa2d59,Horseshoe,SG_BRAND_a488d5a9f39967875e43e7d01e5cb7a4,721120,Traveler Accommodation,Casino Hotels,WH,NYSE -SG_BRAND_20ff4148c74a49d0,Hoss's Steak and Sea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_155ca589b8320d3,Hot 'n Juicy Crawfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4c0843163784be81407e483c0fdee7c3,Hot Dog on a Stick,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_433e293f0b32e2c1,Hot Head Burritos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4c5b49dd26955c39f3f1f3c2b57f0ea8,Hot Topic,,448140,Clothing Stores,Family Clothing Stores,HOTT,NASDAQ -SG_BRAND_5543841724464c47,HotBox Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1f3dc373be7554bded1417831eb3da95,Hotel Indigo,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_29dd610f6be3d9f6,Hotel RL,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_328e52ee086674fc,HotSpot,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_815c109a8abc8aab648155af511bb673,Houlihan's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_64ac8b6633ec773d,House Of Air,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_562c6ba5e91dcbdd,House of Blues,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a8ec4e8e260b15eb3d15adb7df238b38,House of Jerky,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_144e2af916940169,House of Joy Chinese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_38108b760f1e1191,Houston's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bda999ce50561085db2413cce28bc279,Howard Bank,,522110,Depository Credit Intermediation,Commercial Banking,HBMD,NASDAQ -SG_BRAND_4f7df55683db6c787ce4492327c22ef9,Howard Johnson (HoJo),SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_b6a6737ef0ccfbf6d4d1afddc7829b33,HSBC Bank,,522110,Depository Credit Intermediation,Commercial Banking,HSBC,NYSE -SG_BRAND_26d489e6f425ebba,Hucks,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_742b3596bb250ce50b41e37d11296a2a,Huddle House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5645d9bfd06b8fce00b2b2441ed02ee3,Hudson Jeans,,424320,"Apparel, Piece Goods, and Notions Merchant Wholesalers",Men's and Boys' Clothing and Furnishings Merchant Wholesalers,, -SG_BRAND_5eac1fc36e561026,Huey Magoo's Chicken Tenders,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_508303919380e7e454da9bc520078fc5,Hugo Boss,,448140,Clothing Stores,Family Clothing Stores,BOSSy,OTCMKTS -SG_BRAND_23a9df38c5722b4c,Hugo's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1b070bedeb990e87a4f7eec98301ce59,HuHot Mongolian Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6c2024827e40886b,Hull's Environmental Services,,562910,Remediation and Other Waste Management Services,Remediation Services,, -SG_BRAND_108fb4774270da55,Human Bean,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_11eea835ca3670befe1a68ddb01c0880,Hungry Howie's Pizza & Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a7c6de39a84c06bb660507e29a361acd,Hunter Boot,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_b1ce6c02802253f14fa6f51303a54205,Hunter Douglas,,442291,Home Furnishings Stores,Window Treatment Stores,HDUGF,OTCMKTS -SG_BRAND_5bf7d08e516249bb,Huntington Learning Centers,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_17c1730b3d7d463bc5c5e381f911673f,Huntsville Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_e73dc485a863bf72,Hurley,SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,448140,Clothing Stores,Family Clothing Stores,NKE,NYSE -SG_BRAND_5272051804d081392473b86970bb48ec,Hurricane Grill & Wings,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_ac81e653a13df8a7,Husky,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_9c1a1d36748860b3d1f63175ad13551c,Husqvarna,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",HUSQF,OTCMKTS -SG_BRAND_b2dae23c6a7bcd31811d7a2f0de166d3,Husqvarna Spain,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,HUSQF,OTCMKTS -SG_BRAND_6cfd762c6c93c6c054313193d729778f,Hustler Turf Equipment,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_535212e7296d2b8e,Hutch's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f0e9d786ed31c81418ed504c2f2ad342,HWY 55 Burgers Shakes and Fries,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_43835c791edf307b,Hy-Miller,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_8f8c9465b9550499b0540b26e9470dec,Hy-Vee,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_be782e39b8ed91a49c69f5de17585343,Hyatt Centric,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_646a180dfe6abc046f3216cd98039022,Hyatt Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_aa46139151bb34df13cff17fe6a1af14,Hyatt House,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_23471c0e8e8cd0b37e02cc1ec7b54910,Hyatt Place,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_dd7aa93e7d4a748f2e21856e959f2c52,Hyatt Regency,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_1ce42e9dbe540f0e,Hyperion Public,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_df98d265fc651a91faa09d4e82f096cc,Hyundai Motor,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS -SG_BRAND_924283bfc67ffd62,Hyundai Motor Company,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,HYMTF,OTCMKTS -SG_BRAND_a3876b6ea08a7639373764ab6bee63a3,I Dream of Falafel,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4b68a2acd7790a22,i Fratelli Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_63e39d47dfe44c71,I Love Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_98c76e885978ea7905766429ab81c642,IBC Bank,,522110,Depository Credit Intermediation,Commercial Banking,IBOC,NASDAQ -SG_BRAND_7b3a69340a4d0b1a,IBERIA BANK,,522110,Depository Credit Intermediation,Commercial Banking,IBKC,NASDAQ -SG_BRAND_b209f647ad26a228bf32e673ba871ede,Ice House America,,312113,Beverage Manufacturing,Ice Manufacturing,, -SG_BRAND_ab0564936e3e43aeb75da067d0a3eb1d,Iceland Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_695355865f0a16cf0f59fe6a04ba5913,Icing,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_5286d0c08b4c8983,Icon Cinema,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_10a9215a7d097f42,IDA Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_21508ef5d4686c17,Idaho Pizza Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11cdae4b0e7d8552,ideal dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_3835d05bac602b4f,Ideal Image,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,, -SG_BRAND_1ab5333e52e6eaa5,iFly Indoor Skydiving,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_5294233e5c7e4164,IGA,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IGA,NYSE -SG_BRAND_2ead5f3ce811920a989327e6f5c6ef73,IHOP,SG_BRAND_3d906b78b1dcabc4,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DIN,NYSE -SG_BRAND_8666046b19d72850006237688d8698fe,"IHRSA (International Health, Racquet & Sportsclub Association)",,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_218b824f5987332dbaf58e9e04d9e75d,III Forks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fe1164dcc2e55b6b92995e4fc3b353c6,IKEA,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_48b111bca01e8a87bc7c006f70d5cc67,IKO Group,,325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,, -SG_BRAND_28b7f989e2cb9338f1db71b68672f650,IL Fornaio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0627c91fe34047e02d634491e185814c,Illegal Pete's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_38f6188cdd7b3915,Illinois Ayer Oil Company,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6bc74d6296de6000,iLoveKickboxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2dfcf3646907779a,IM=X Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_a5c896dd857950b81a70ec2a18a6fd54,Image Sun,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_32c968bb1e341ec64fd75b776fdcc269,IMAX,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IMAX,NYSE -SG_BRAND_34acf72821153bd3,ImmediateClinic,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_29f1e6edaeb6f495,Imo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11feca234029d8c9,Impark,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_4b71da982ddf765573ace33493ba2e04,In-N-Out Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7035f3670d111e4c996f4a243954e4a5,In-Shape Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2c4786987def03f9,Independent Bank Michigan,,522110,Depository Credit Intermediation,Commercial Banking,IBCP,NASDAQ -SG_BRAND_45acab02c3ac8bab,Independent Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_41fdf42e0c471739a77f7c0d03be4ece,Independent Community Bankers of America (ICBA),,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_569ac68b31a09938,Independent Grocers,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_62d2d2d4df8da9cfde8838e95d3823c8,Indian Motorcycle,SG_BRAND_71f76d30fae4bd35087d25694b18a702,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",PII,NYSE -SG_BRAND_daa2e9fefbfbf5ce66928a21d8554a14,IndieBound,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_a6cf0eb1a406ad7a,Indigo,,451211,Book Stores and News Dealers,Book Stores,IDG,TSE -SG_BRAND_1d3d8a806ff33177,Indochino,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_2e4dc5566eb23c1d,Industrial Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_371353dddaa6339d,Industrious Office,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, -SG_BRAND_3a24904ae5256f6c04dd74b14382ef3b,Infiniti,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS -SG_BRAND_f40383f206d40b5583d147d7b26f4175,Infinity Auto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_e092603330cf86134b1426d0d3238169,Ingles Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,IMKTA,NASDAQ -SG_BRAND_2844aab68f1c947f,Inglot,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_1f8835cec381ae03,Inland Sun Stop,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_9418adcd1d1a913,InnSuites Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_4d79edf966b887be,Inova,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_71ad970d8cd5e1ab,Insomnia Cookies,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_b43d12c69ac82a47,Inspira Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1d61bc5b383fa7892dffbc5bd06387ab,Insty-Prints,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_16672173d452e9e5,Insure One Insurance Agency,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_714773b72fe5fddd0f27426485ff3532,INTEGRIS Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1b7486caf479ff898709dc06de834e07,Intelligentsia Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e725a2b0860f3da0dcccd5f6da5c44bd,Interceramic USA,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, -SG_BRAND_70b1db807a0fc63d,InterContinental Hotels Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_d967f05785d000fd,InterContintinental Hotels & Resorts,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_95a39e3df89151b1ea3444e2d6ebdcfb,Interim HealthCare,,621610,Home Health Care Services,Home Health Care Services,, -SG_BRAND_d252feed614551038102d9543ddbe962,Interlink Supply,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_2c7991d057faf86a6fdf9be618f54ec5,Intermix,SG_BRAND_59dcabd7cd2395a2,448120,Clothing Stores,Women's Clothing Stores,GPS,NYSE -SG_BRAND_d0ad5bedcd860c78dd348c9a28ff3ab0,Intermountain Farmers Association (IFA),,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_64eace4888ee471d,Intermountain Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_4bc53bddaed9ceb9,International Trucks,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_23c9be9e1c33c68,Interstate Batteries,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_23a16ee5295d69e5aa6b206cc4a4b6cb,InTown Suites,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_cdd094bb07e632d714bc8e283e0ed732,Investors Bank,,522110,Depository Credit Intermediation,Commercial Banking,ISBC,NASDAQ -SG_BRAND_28d32c3cc3041e961b18d4dd4675cf0a,iPic Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),IPIC,NASDAQ -SG_BRAND_19f3be753274dc57,Iron Hill Brewery and Restaurant,,312120,Beverage Manufacturing,Breweries,, -SG_BRAND_32a48357877de16c86af20c2d8bd5c89,Iron Mountain,,518210,"Data Processing, Hosting, and Related Services","Data Processing, Hosting, and Related Services",IRM,NYSE -SG_BRAND_65d77b7ad3b9cb34,Irontribe Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5e4d614d1c5e99716f23462a4e6aba4d,Irving Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_69137a650fe9215d,Isaacs Restauants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d168cf6e250fca4,Island Haircutting Co,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_416f2d4a118a9939,Island Pacific Seafood Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ec7269b9dc5acdbfde008ecca2398130,Islands Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6546e757c18817cbd926088c2507040c,Isuzu,,441110,Automobile Dealers,New Car Dealers,ISUZY,OTCMKTS -SG_BRAND_c2ea0afa26fde4302c3e1c24bc20281f,It's Fashion,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448140,Clothing Stores,Family Clothing Stores,CATO,NYSE -SG_BRAND_14f3ddf5460d0cdf,It'sugar,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_44629235ff6eaeb6,Italian Village Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5ff0d991b6f56a47,IU Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_18b27886b5547c25,Ivar's Seafood Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_72cce07b677d5bd4e58d6c22ec729ea2,ivivva,SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,448140,Clothing Stores,Family Clothing Stores,LULU,NASDAQ -SG_BRAND_e786ddbda941052,IWC Schaffhausen,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_8cabc8d87d611e12d9540a047e399a7a,IZOD,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE -SG_BRAND_598725381b85e66e2f1bc1938f1dd82c,Izzo's Illegal Burrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5d56eec83a472a30,J & H Oil Company,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_61f356f4371bd755,J Gumbo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_57e54c7e8c306011,J Mclaughlin,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_62f5fe672986f34b,J&H,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,J. Alexander's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE -SG_BRAND_6ac0bed8f09c7ae2,J. Christopher's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_66f47acbc3562835,J. Gilberts,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,J.Crew,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_aafe8d414a51acb8cfe80c5d71a954fe,J.D. Byrider,,441120,Automobile Dealers,Used Car Dealers,, -SG_BRAND_486fa54c2990efccbdaaf3c34c2156bf,J.Jill,,448120,Clothing Stores,Women's Clothing Stores,JILL,NYSE -SG_BRAND_e80a1cf75a25a63,Jabz Boxing,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4941482324b30ad4733c1566b12af9c6,Jack in the Box,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JACK,NASDAQ -SG_BRAND_31ff090fa56943bf,Jack Stack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9a297a75f34fe018f12e8d12d1060893,Jack Williams Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_c90bb4adc6458defe5faf1b09bffcbfe,Jack's Carpet,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_69674d11140294a,Jack's Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_8379d083202f6b51942ffa9edd354d2c,Jack's Family Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_17d5a3461da21b9a,Jack's Urban Eats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9c7cdd9323b9093a,Jackson Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_83bae7a11a4b9f1fb651baa1b26a2ec4,Jackson Hewitt Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,JTX,NYSE -SG_BRAND_639a7685248d757c,Jacksons Food Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3df86c3810e714594cd757b398775b4f,Jaeger Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_52fec04c029fcbbe,Jaggers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b94705c817b09f287e31606604e526ba,Jaguar,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_61f81c7f1af323c2,Jakes Uptown,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d3a2bc5695cfc85f68248eb8399304a4,Jamba,SG_BRAND_3626cf91f0dde442,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,JMBA,NASDAQ -SG_BRAND_9f5a31eb19b7cb34d888bd39ca955b90,James Avery Craftsman,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_633354780c6bae06906bc35dbe672c66,James Perse,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_bc41532748c97d467be6c07841a55910,Jameson Inn,SG_BRAND_8e9486e4a533d2e2,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_269c13b7d1a64c4fd4e9de4a18a76c59,Janie and Jack,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_68076fbd1de7f5571ce0f448b636d318,Jared The Galleria of Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_6a2cd8c7085aae86c23aaaa7a3340b5d,Jasmin Mediterranean Bistro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_28e0c2355d121568,Jasmine Thai Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5316c2350728c936bf8a900eb6fb964e,Jason's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_143b35df5e0a7467e281013165b585f2,Jay C,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_c50f7c7cdd1a67e679e05e8ab3f83478,JCPenney,,452210,Department Stores,Department Stores,JCP,NYSE -SG_BRAND_486efa2e407aa50d68c1617ef7586efd,JCPenney Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,JCP,NYSE -SG_BRAND_200a72814ef3bae,Jean Coutu,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,PJC.A,TSX -SG_BRAND_d18161418758fd04bc86d5da7aa7b544,Jean-Claude Biguine,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_ee92098e8d8fb93a9ac3870c3e94e201,Jeep,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_1d75dcdc2744e241,Jefferson Bank Texas,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_73e0f905310a71178587fc78b2203bbb,Jefferson Dental Clinics (JDC),,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_6aa8d4d501a7e1d67c6dbf8c8138b897,Jeffrey,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_964dd1161c33b716d643f952a8a94b94,JEI Learning Center,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_c7e17b15114226c2fc9e572f7d7e00b5,JELD-WEN,,332322,Architectural and Structural Metals Manufacturing,Sheet Metal Work Manufacturing,JELD,NYSE -SG_BRAND_6bf6ed795a6d71755e135dfd581dbcff,Jennifer Convertibles,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_320873f4bd349bf196f0654214381734,Jenny Craig,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_752a3c58a1ca29,Jensen's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_56fda4e2d1f40eb7,Jeremiah's Italian Ice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6d3303356d43549927ad8dee0068504c,Jerome's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_2f71bd1ddc6bb0d5,Jerry's Artarama,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_17d6a29e4b29f9d5,Jerry's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_152f3607ac78b997,Jerry's Restaurant & Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_58b819fef14736381e4c9a688de6e883,Jerry's Subs & Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2a0aa0b1b936bcf7,Jersey Giant Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2e5e0487913bda7532010357c3b014d8,Jersey Mike's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_792bc40e2108cf2457a8b7263c0158b1,Jersey Strong,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_9b9ade9c81b043ef364a2de64e43a038,Jessica McClintock,,315240,Cut and Sew Apparel Manufacturing,"Women’s, Girls’, and Infants’ Cut and Sew Apparel Manufacturing",, -SG_BRAND_26d27b62b664dde1,Jet,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6d9bf684160930e73a7ef7bbf70313ef,Jet's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_551fe333050a845e6da8be88d9789a4c,Jetro Cash & Carry,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,, -SG_BRAND_5f0f84f03b60ceb7b549163ce91da6f4,Jewel-Osco,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c5a2da64abf8db51f3ff05b471d75e7e,Jiffy Lube,SG_BRAND_2591c98b70119fe624898b1e424b5e91,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,RDS.A,NYSE -SG_BRAND_1c439967a26d75fa,Jiffy Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_cfe9cf188b61f54,Jiffy Trip,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3e5f29f05fe46453,Jim Massey's,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_cc8edd33471be40af218d25205810b09,Jim N Nick's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6f11eae90997524e,Jim's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9b483b7b1d91c71,Jimano's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11901deae1e5cf36,Jimbo's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3f153db2d4b4dd010731da57114066aa,Jimboy's Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_570bd5f7b8acf0f8606df8b31cc9dee6,Jimmy Choo,SG_BRAND_89896b299191a09f8ffde872a296da04,448210,Shoe Stores,Shoe Stores,CPRI,NYSE -SG_BRAND_6ad1354d5dc0a2d0,Jimmy G's Time Saver,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_b922740707b8b9758f47fec986a44e00,Jimmy Jazz,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_a04f493d784143c9b21b2689e32fd0d1,Jimmy John's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6fae85dec0d1366a3d40173668577e47,Jimmy's Egg,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ecc2942292c1753,Jimmy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_43a6927e37076b51,Jinky's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_52fca59f420f243f,Jinya Ramen Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_37725b567b0fbc1e,Jittery Joes,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2f375aa23485777a,JJ's Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fc2ca63576d488a82f8b72b767377db5,Jo-Ann Fabric and Craft Stores,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, -SG_BRAND_180cbca76050537,Joan's on Third,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_de2964761e22975c4320153e719859ee,Jockey,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_04cd5efc86f7d5fd,Joe & The Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_55627ad336961618,Joe Fresh,SG_BRAND_1b47663a692f81de,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_c217cdb41b970bf2,Joe V's Smart Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6074932eca2ea0cb175ec2d01d312b10,Joe's Crab Shack,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d6929ccd477e6992,Joe's Kwik Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_68f771d6809fbfa8,Joe's Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_745bb640b019790cda4fb060e1167d53,Joey Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e16bb3b801ef62207574cb693cf57797,John Deere,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_7d912199f2c825c0d454a1b955cf83ad,John Hardy,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_5919051b164ffb193823f5229068bcda,John Medeiros Jewelry Collection,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_ef6cef6ac88ad743c7c00ccc20b17b58,John Robshaw Textiles,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, -SG_BRAND_7ac4f7c39b47316c91c565be6e7d0202,Johnnie’s New York Pizzeria,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_95d73693be1b43d2dfa50b443153cd97,Johnny Brusco's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5b7f363dd767064f7479438cbb6475ba,Johnny Carino's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4fb5976b025ce999,Johnny Quik,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_5012c561ce5db27f33b232ca3abb1226,Johnny Rockets,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f1dc36974c30535,Johnny's Markets,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7ffbc784cd14c4f6,Johnny's Pizza New York Style,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_21e9d45f6d154ad1,Johnnys Pizza House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_25225d143d137db1920f737ceb6c9ee2,Johnson Controls,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,JCI,NYSE -SG_BRAND_741246e5c113d722bcfb4f4337bd24b0,Johnson Fitness & Wellness,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_9e1966dcde8d1a4e43bbcad084560d20,Johnston & Murphy,,448150,Clothing Stores,Clothing Accessories Stores,GCO,NYSE -SG_BRAND_6d82cc5be04172de7ae9303a0e0ae6f4,Johnstone Supply,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_f6a37663025ef6bcd787dcead07df418,Joker Norway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2057abedd8c238c1,Jolley Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ec756eb1401f7d3fc10117d3a81e94b7,Jollibee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,JBFCF,OTCMKTS -SG_BRAND_575b84243c33ef9a,Jon Smith Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_907e13b3c61970f115ea1e5fdda5653b,Jonathan Adler,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_c13db6a05a3112f72ffa8abbc2f4b4e7,JONS International Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5fbd70684a4a154c,Jordan Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_5fe0e33e59c0932c,Jordan's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_2a0805f1bc56076b,Jordan's Kwik Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_24441018dff01789c1b5d27a196963c9,Jos. A. Bank Clothiers,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE -SG_BRAND_c57d94423083959cb5a017cc3d228965,Jose Peppers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_91b01a0acf4f8515a71bacf7b643fe8c,Journeys,,448210,Shoe Stores,Shoe Stores,GCO,NYSE -SG_BRAND_c828151df812508ad922edc85c8342b4,Joyalukkas,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_8f5762df8c09ecb,JR Crickets,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f868c4e3e00e68,Jr. Food Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_53223c30f3dfa973,Jreck Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6fb875e34729cd087c8b44647eb3ece2,Juan Pollo,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1a8fedf75ee1d6051297bcccad40067a,Juan Valdez Café,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_86a5c003c7226385,Jubilee Food Stores,SG_BRAND_4746288f030e6fcd,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_3f115afd8ca92c6b2bd73503f551cddb,Jude Connally,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_64dd84f6f69cdee2,Judes Barbershop,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_e345121bc1bd019c,Jugo Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_948ffc9401d21d0ae06e1306b62e2e7b,Juice Generation,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_c0bca08bc6a7fbcf59559b9a67e51e08,Juice It Up!,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_ca5c65afc3a91598be32bf118b4fd9c3,Juice Press,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1a6a8352693b9b933ed960ebcea3991b,Juice Served Here,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_efa3a9d13edb8328,Juice Shop,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1972c89476d513d354710bda8cc57c16,Juice Stop,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3d44f39c9a294613,Jules Thin Crust,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_416c59a76b866de3,Jump Craze,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_08e7e465c2527e4253c4097765d532b1,Jump!Zone,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_7a1170a4a62e3dc8,Jumping World,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_70f8a9d844011561c74336e2c0d54f74,Jumpstreet,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_853042b9d931c7d10892b25d1adf3865,Junior Academy Children's Centers,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_7fc6a791329e7615,Junior's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3d9042a5a525b68a,Juniors Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_45716ec14514e9e6ac413877df793ff3,Just Brakes,SG_BRAND_8d641cc772014028b61fa819e4227c45,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, -SG_BRAND_2b48ca1a12deb2a0,Just Fitness 4 U,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3bfdc3cccefc0f7166655b6966d54525,Just Massage Studio,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_fcc6dd7686cfffc04d325dbe5ab994f1,Just Salad,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_45779cb5089ede6,Just Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_6d841cdb3a9f8949a098dd696afed2d3,Just Tires,SG_BRAND_f43cf89a8c39504ff9a8649cab7f9a69,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,GT,NASDAQ -SG_BRAND_9356dde89548c684efc100c9217745c3,Just$ave Foods,SG_BRAND_a28736bb3983154d7ba9d0f06721a935,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3a6a592c1b06e64a,Just-A-Buck,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1c0095372fd2dcc6,Just-a-Cut,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_8cec7d6c891fc360bfd61e14b8512896,Justice,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_967b5877fe025b1d1a29a7435d69821b,JW Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_f8d01126cce9445a8d3524c8997cb83b,JW Tumbles,,711219,Spectator Sports,Other Spectator Sports,, -SG_BRAND_2edbb782e3e3d3a3,JYSK,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_5fdf8f27fe30e45e35d112bc9793cb7c,K & G Fashion Superstore,SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,448140,Clothing Stores,Family Clothing Stores,TLRD,NYSE -SG_BRAND_5efc930c2281a2d,K Bob's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_787ebcffe172203ef593166e2fdaddfe,K&M Tire,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_2252d4502568f466,K1 Speed,,711219,Spectator Sports,Other Spectator Sports,, -SG_BRAND_b3bb30fb775dce61968636f131f94946,KaBloom,,453110,Florists,Florists,, -SG_BRAND_777b2ce4d6b93920,Kabuki Japanese Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e60bc2632185dce0,Kahala Brands,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_0c9818695d20f06b7c6cd8ccb3bf3905,Kahoots Pet Products,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_44a7d876ec26be342fe11b05f75c0f90,Kaiser Permanente,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_bc93117372df62e,Kal Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_36247abecd386d27,Kamas Foodtown,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3ca2fb8ccbe1ede4,Kangaroo Express,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS -SG_BRAND_7fc804bb764f9c2b2c4e09e7365f6003,Karastan,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_897152a3da8d5e2,Karate America,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1433d400378639cb1848f16d274659d9,Karen Millen UK,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_39243d95b0bcafa4,Karns Quality Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_48d53ab1654563b,Katahdin Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,KTHN,OTCQX -SG_BRAND_f50d476b34b7991f27edf2bd743e0268,Kate Spade,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448140,Clothing Stores,Family Clothing Stores,TPR,NYSE -SG_BRAND_0e64a8c2519b9512b3150dd850839c93,Katherine Way Collections,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_5c51aa79f91794b6,Katie's Korner,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_39cf462615c1110b,Katsur Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_8c490815c5af8cca,Katsuya Restaurant,SG_BRAND_9d569b1231bd2263,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_aa04b54ae641914a733f61abf6c58a5f,Kawasaki Motors,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, -SG_BRAND_f0092e116c279998dd8888daa03c0e9f,Kay Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_7e738f2bb7219151,Kaya Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fb296ceca1bd725,Kayes Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1c359f08c6ee9374,Kayn Daves Cantinas,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c773c88944859625a8d2aa4774494b3b,KEEN,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_4549133202cec8b6,Keith's Superstores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_e3b3710bf8b9ddb5,Keke's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4350d71004464755,Keller Williams,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, -SG_BRAND_7511487dc915401b,Kelley's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_43caff3e4791af2b,Kelly Companies,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),KELYA,NASDAQ -SG_BRAND_439bb8e420c8fb87,Kelly Express Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1e2f76af0313e0e2e747fa3a264e5d24,Kelly Services,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_4dee92e5836ba2493be3190508071c8a,Kelly-Moore Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, -SG_BRAND_6717adaf4ea3a54e,Kellys Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b6d0981cbda853b2c0815552b5a2f689,Ken Towery's Tire & AutoCare,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ -SG_BRAND_60225b29f928b142,Kendra Scott,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_52d289c0a104ae10,KenJo Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3bdcdce50c1ac094,Kent Kwik,SG_BRAND_445fc19dcd78b55e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7526589dd9f7a7e9,Kent's Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_3372ce431170e194,Kenworth,,336120,Motor Vehicle Manufacturing,Heavy Duty Truck Manufacturing,, -SG_BRAND_3071792a380ed797,Kerbys Koney Island,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_191f5bd288d630e2863588df9d5dcec1,Kessler Institute for Rehabilitation,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_6236b5e32e7266ee94b56814c08d8550,Kettering Health Network,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_8b71edf8ab42fbd4cf967c77a70f430c,Keva Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_b718bb44f07c2ad4,Key Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6e7a3e30c8db1d0b,Key West Inn,SG_BRAND_a9368d6ef4317958,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_19f61781f19ddf667e60cc8396365a00,KeyBank,,522110,Depository Credit Intermediation,Commercial Banking,KEY,NYSE -SG_BRAND_724372e7b3577ade20cda04ee7f1a888,Keystone Automotive,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ -SG_BRAND_75e52dcc790fbad91ae83227c0fb6e2f,KFC,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE -SG_BRAND_133a0527eca7180956b02dc61b3fbb8d,Kia Motors,SG_BRAND_924283bfc67ffd62,441110,Automobile Dealers,New Car Dealers,HYMTF,OTCMKTS -SG_BRAND_4a8f3120b610705,Kickin Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_222726b8d31ab5e9,Kicks Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3c6fd4b5c0701a2f,KicksUSA,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5523dfdbfe2ca92f510aa545510772ab,Kid Care Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3d6a46e3a9c97f037e59ceb5ae01bbc4,Kid to Kid,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_7a9a31109c10d349a547269ac4a8dbed,Kiddie Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_85c1441772dd54763af5e7abc0f1b261,Kids 'R' Kids,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_44d2de0c8beb0bea2909e0de15ae40dd,Kids Country,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_68570f77ebb9a7d792123a4c93256e88,Kids Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE -SG_BRAND_3c0bc2b6bf0a54dab6ce20709cb6be4a,Kids Kare Schools,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_40600ab18fe6a6f97705b36c8f6456aa,Kidville,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_58c65052f7bebf911dc62ffc10517810,Kiehl's,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_c69afddb977068c2f32a8d1cfcc7a8d3,KIKO Milano,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_288312a68fe1f939,Kilwins,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_1cb0062bafc09481,Kim's Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_54e3714a8ada6b2802050bf8ee85c467,Kimbrell's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_300de9770d1d4f612e9176ab8e87a0d3,Kimpton Hotels & Restaurants,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_5d1a436d5cf0ea9a,Kinder's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bb687a854c6bcb1,KinderCare,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_3e1a99648ad565d,King Cash Saver,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f98176d2bb33664409b27d0b02e05e1c,King Kullen Grocery Co.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_99ea1e6b64134396,King Pawn,SG_BRAND_238df7e9b8c830c1,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,FCFS,NASDAQ -SG_BRAND_a8ab89887e8babbed43e20893ec5f8ab,King Soopers,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_2f54c01d4a43f1a3,King's Fish House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_49760e91c0928df22e7fd0977c61ec82,King's Variety Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_3f850607b30c7cab,Kings County Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7f947048fe10ddf0,Kings Family Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e36713da22685ebd978693ee38a07730,Kings Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_53e59cd075803122158b7e73892b940e,Kinney Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_27e0fecc37194fa1bf49f90d86e23bee,Kinnikinnick Foods,,424450,Grocery and Related Product Merchant Wholesalers,Confectionery Merchant Wholesalers,, -SG_BRAND_b1ebdfbde4e67330d09f7af6da97f67e,Kinze Manufacturing,,333111,"Agriculture, Construction, and Mining Machinery Manufacturing",Farm Machinery and Equipment Manufacturing,, -SG_BRAND_11328d95d667623e82890358738f32b0,KIOTI Tractor,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_f4f34a3a31297e803d441e5d1a98bf3a,Kipling UK,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_711579b85806419f,Kirby Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_543ea0e2c9bb3d317e9712f42f35e1d2,Kirkland's,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),KIRK,NASDAQ -SG_BRAND_e6cffe8259d765b4fa6c273e7317dd85,Kit Heath,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_3c385b34bb7af151c1dd9cd880af7f98,Kitchen Collection,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_8814672c191124d5,Kitchen United,,531120,Lessors of Real Estate,Malls,, -SG_BRAND_7f3eb1b5494564fc,Kittle's Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_45d2e7aa614dc254,Kiwi Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_30ae19b63b508121,Klingensmith's,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_00212215412d108904aad380c025632e,Kloeckner Metals,,332313,Architectural and Structural Metals Manufacturing,Plate Work Manufacturing,, -SG_BRAND_98f6b474794d85f694762c9b52bbc351,Kmart,SG_BRAND_e9301d5c735afc317688baa02d272807,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SHLDQ,OTCMKTS -SG_BRAND_1d7c3ec8d0fd0105,Kmart Pharmacy,SG_BRAND_98f6b474794d85f694762c9b52bbc351,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,SHLDQ,OTCMKTS -SG_BRAND_2d6c9bf6eb14f7302b91caed55fd023f,Kneaders Bakery & Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6ee068db5302d8c2,Knights Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_8e9d7ca9af5aeac20d3ae8a34feb8c54,Knights Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_766c4abf9968b668d347b7ca153aa277,Knockouts,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_53bc7a34e7657fbef4c86f77e21aea47,Knowledge Beginnings,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_d81c9fa1e5f95625f4def4b9cbe4634c,KOA (Kampgrounds of America),,721211,RV (Recreational Vehicle) Parks and Recreational Camps,RV (Recreational Vehicle) Parks and Campgrounds,, -SG_BRAND_bf3359c4f2a220bd69b85200a412dacd,Kobelco Construction Machinery America,,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,, -SG_BRAND_64a77880c7f7c1d3133d10e574c97a8b,Kohl's,,452210,Department Stores,Department Stores,KSS,NYSE -SG_BRAND_f33f05cac36a8065711afc0a286a8b86,KOI Auto Parts,SG_BRAND_cd20640cb4711cf48d9caf7fc71f3ae7,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_11e2989c04da1ac0,Kojax,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c6b821113612e735fd5303fe77ddf130,Komatsu,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_ac68729d02488d1033f39f3f78acce4f,Kona Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,KONAQ,OTCMKTS -SG_BRAND_ce15d37ce108c08c6164752f85687138,Kool Smiles,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_983fe38a5acf282d38b4bb795a48ab2d,KORT,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_6aab34e38bc1f77f,Kosama,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_914a420f7e7917e91a81614a90888dc1,Kost Tire And Auto Care Centers,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_c30cdeda7eed27dda40adf66cb96e058,Kowalski's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c64271cfd417df590524e2fbca493e4a,Kreation Organic,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6a9fdbe4915d412c2a7bb93b30dad3da,Kriser's,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_c00d0bf3a8d7b6744a18e2554adf5921,Krispy Kreme Doughnuts,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,KKD,NYSE -SG_BRAND_c2f2dcd3e397d5a16d749a0e84941a42,Krispy Krunchy Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_24a5538ac5f263f5,Krist Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1f852a23da4b7250,Kroger,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_f29bd2583c8336be,Kroger Fuel Center,SG_BRAND_1f852a23da4b7250,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,KR,NYSE -SG_BRAND_1c565248e8bf2d4b,Kruse and Muer Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4fbd8dfba9f0bd21095df5889dcdd169,Krystal,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,KRYS,NASDAQ -SG_BRAND_f2b745378ca0b346f87b9a7bf9bceabb,Kuehne + Nagel,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,KHNGF,OTCMKTS -SG_BRAND_280ba509d1d5b0d6,Kuhn's Quality Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8cbbed97825f0c668434665662369635,Kum & Go,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f83a3ac014ac87d7a95457db71ebebdc,Kumho Tire,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, -SG_BRAND_250f7d5c78955662db4119ba06c76e85,Kumon Institute of Education,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, -SG_BRAND_1787efe66e79ef11,Kwik Chek,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_be1038508e6ada19a0772286c0f6074a,Kwik Fill,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_a9139cbac83ec7fa,Kwik Kar,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_2c894a9a029aceb5,Kwik King Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6d316edac0e17f6459b8ec822c067eaf,Kwik Kopy,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_cf488806b67f2d5e2a6f55428d9707da,Kwik Shop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_6f84f496a66230e20079fd7dc80a62c6,Kwik Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_103dc52ffb2ee2eb,Kwik Stop Iowa,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_962d9816e6d7856c,Kwik Trip,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_9b5ee7723abc0f6b758c4ceff6449891,Kühl Clothing,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_220086477ac300a3,L&L Food Stores,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7020be8a9facd1c11f4de92b6bdabc2a,L&L Hawaiian Barbecue,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e8ebaa85a52424d6b69ed29975d09a8d,L&W Supply,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_b581ece69c7ca08c57e57d8aa919224d,L'Occitane,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",LCCTF,OTC -SG_BRAND_9d4bab70ec7b5fcd97a45f2129f5f76f,L.A. Tan,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_db9a1f765d2a6a91634c2f6050e1d787,L.L.Bean,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_206e3f29cf9b6af1,La Bella Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_9d1ba54bd307089bd5ff46252bff8f6b,La Bou Bakery and Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_81518700d136b414e6a33cf45a0ed1af,La Carreta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_32bd4900c26c5f06,La Chiquita Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_858f70e89e8f91ce,La Clínica,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c0517e48a7a92b790d3e790dabd0054f,La Colombe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6895f59263193465799cc04bd328daa8,La Familia Pawn and Jewelry,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_3b8b7777e67a491a,La Fiesta Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8a028bda2e1a2b9bd1ad429cd59d4cfa,LA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2cbb53e626d8321e40215a0bf0299f9a,La Madeleine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_77b4f479d063718b,La Mesa Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1e88e5064215c3d7483ed5e28ea1f67e,La Michoacana Meat Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5a33345f9514e0d0,La Parrilla,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_55bbd37af91f586a,La Pergoletta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9fa908d38c44268e388fb1976738aed7,La Petite Academy,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_e7f4bffa64d42aa7d1f497d4b80078d9,La Quinta Inns & Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_6bbd2333b3cdbe85,La Rosa Chicken & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cdf5b83d5cbd8acb8bb2bdd7bf87a8d1,La Salsa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ce5d245733fc10c204ed012f61f92c91,La Senza,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_2df3f9909d5140fb,La Verde's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a4b6e5c37c2c14ca7141456566978d42,La-Z-Boy,,442110,Furniture Stores,Furniture Stores,LZB,NYSE -SG_BRAND_1b0fe60020958ee5,Labamba Burritos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_292aceea9c8f3df19cf714bcd597a903,LabCorp,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,LH,NYSE -SG_BRAND_237f872c09242c52,Label Shopper,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_de4d8ed92194f7513b30e608919863fe,Labor Finders,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_5cfecb6b71b53f28ce4c4de5f87e805b,Labor Ready,,561311,Employment Services,Employment Placement Agencies,LRW,NYSE -SG_BRAND_3f4bcbc1f84f23a51d938bfa86efad94,Lacoste,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2149c854535a2ca8ed8a3691f6625888,LaCrosse Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_22ef9f21b5a65984,Lacrosse Unlimited,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_4f55a2acbb4569c89b0174a2813a97b4,Ladies Workout Express,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_776a3d74500ddfcf,Ladurée Paris,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_2de0d4529d4a8a6425c54b6ad7f3df19,Lady Foot Locker,SG_BRAND_3bbe7681bc7a60ed3d22764734cb699a,448210,Shoe Stores,Shoe Stores,FL,NYSE -SG_BRAND_7dc149b7189379b4,Lady Jane's Haircuts For Men,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_fc2cdd223ca0c566319597bb0d9f6272,Ladybird Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_21b6bfda091cd9a8,LaFaive Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_754ee00cc67811bd58c18aca89910e68,Lafonn,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_59438de906afb92,Lake After Hours,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_ff99eee2f98b221f706afa616b9d686f,Lakeshore Learning Materials,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_51e50ac8fc767b3a,LaMar's Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_2ff0ba90379b492d9618c3cffce52cac,Lamborghini,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS -SG_BRAND_e5df4d4482d6a0c9f5d4c439b946b621,Lamps Plus,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_89ede26d6a5e8208ad28607464dfa1f3,Land Rover,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_7179bdc86f84fce3,Landis Supermarket,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_d79833f02786ca48a703d9715627635c,Landmark Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_82b3b982557948376edcfe3de6e5db9e,Landry's Seafood,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a57a11137078fd,"Landry's, Inc.",,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ffa549d5128e982f0e10e2a236048c5f,Land’s End,,448140,Clothing Stores,Family Clothing Stores,LE,NASDAQ -SG_BRAND_bdf1834156412cd956851be9db5f0f82,Lane Bryant,,448120,Clothing Stores,Women's Clothing Stores,ASNA,NASDAQ -SG_BRAND_cbd8429d348ad12be75a67b368f2151b,Lanier,,423420,Professional and Commercial Equipment and Supplies Merchant Wholesalers,Office Equipment Merchant Wholesalers,, -SG_BRAND_d67c481d6f32ed1a2b26b64b94c21b1d,Lapels Dry Cleaning,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_bd82269bc5d9db03fde2c005c77207ad,LaRosa's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3346fe575efb74643754dc0bcbbf91f7,Larry's Giant Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_25c45665c77bb2c4,Larsen's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1434fc14896347bc,Las Vegas Athletic Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1018885da100a9fa004dea6dc9510a08,Laser Quest,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_b47f45911b5fe8a8af2e765fd3c8e71f,Lassens Natural Foods and Vitamins,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_78ec74ef9a1c2d87,Lassus Handy Dandy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_ac9054e7b969d8bf862f05eeb7a8ce4a,Last Call,SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_d1f3ef8a4dd77b76de3655edb35636b2,Launch Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_d89b8b56b678e2b0f5d1467ff18a2562,Lava Propane,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_d3ec314aaed14ed84893a4bfe3439eee,LaVida Massage,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_db39b092aca9d0c,Lawlers Tasty Barbecue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_280b5df930227e91,Lawrence Brothers Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_472a104c34f4312b,Lawtons Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_a2eed081000bc0a05ab89d3c33982b9a,LAZ Parking,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_2ea4a51fb1200598,Lazy Acres Natural Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3d35806ed359a748,Lazy Dog Restaurant & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_64059be37dbf879,LCBO,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_d84573086a57f28fbbdb4a7e6b4e2264,Le Boulanger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_61e2c2e19117734e,Le Creuset,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_47efb6004ce70bc1e7287781c645d3dc,Le Labo,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE -SG_BRAND_75aac0c3a10a6bba,Le Macaron,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_1803b978b37fc181e6dc531a8b362d4a,Le Meridien,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_840d43c25b920579c3d90c8224eb422a,Le Pain Quotidien,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_067f51fafc874111580d98380b550434,Le Peep,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_86f4fbf96a10b42cbe48802745b38208,Learning Express Toys,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_42ae1371486111bff2aec5314cb415e3,Lebakkens,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_20555580a21dce24,Lebanese Taverna,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0a5e6a43b943ec3ec7a91f53ffbe789e,LEDO Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_03ab07df90f0db13d51c99aa6b80fd15,Lee Myles Transmission & AutoCare,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_5a0fee3506b43d20,Lee's Discount Liquor,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_85492949bbaf495ca71f1c1c510a66d3,LEE's Famous Recipes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1e8fed16d7ca0ea7,Lee's Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7d426621bbb58557,Lee's Hoagie House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f2e0c732ac1325a,Lee's Kar-Go,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4f59330f5c007075,Lee's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4cae1816967e9b8f76cedba78e148a3a,Lee's Sandwiches,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_bee52e5042d9645870655254dd73add1,Leeann Chinn,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6fe47a710aa1acf3,Lees Deli,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_5e88a920456a13a5,Leevers Supermarkets Inc.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_74879f2f48359525157554ebbc898ece,Legal Sea Foods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,LEGO,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_06d600a1ad9324b9,LEGOLAND,SG_BRAND_045ab0f2a6744cab9df05f98d3b0d0af,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_d9a878dfc106dd33,Lehigh Valley Health Netowrk,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_14bc54fdf6a91a16,Leizler Oil Company,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_eb06ea30f30856dfe0d176208a5d3aa9,LEMONADE LA,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_cb4f1be2ca466ca2c0ac67985cea27e9,LendNation,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_0f61bed28c961728f0ca7f0eed0c4d82,Lennox,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",LII,NYSE -SG_BRAND_4848e8e6887514370644708cad5b3c30,Lenny's Sub Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_05fd8990d3865f6da0b51737b673fafc,LensCrafters,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_463f1ae3de3fd818,Lenwich,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6b873d284c36253691b946c32163c7db,Leo's Coney Island,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_385ca961d90b31f1,Leon's,,442110,Furniture Stores,Furniture Stores,LNF,TSE -SG_BRAND_19f27589aab05bce,Leon's Style Salons,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_6361590033d6330e,Leonard,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_5401e154274ea76d,Leppinks Food Centers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_12955480f7f4ce30,Les 5 Saisons,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fbba8af033768509e73fec38b9ce7489,Les Schwab,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_589115bb992485091b6cf7236b111811,Leslie's Swimming Pool Supplies,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, -SG_BRAND_7bed41230dc08a72,Let's Yo Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_725fe6567b0dd2e5,Levels Barber Shop,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_f010ccce6197e56866c8c6e4f7adec39,Levi Strauss & Co.,,448140,Clothing Stores,Family Clothing Stores,LEVI,NYSE -SG_BRAND_5a9c085706dc9b0a,Levin Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_db7d36e82c342df9e80d334e6d87c206,Lewis Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_559a2eae9b8546bd,Lexington Hotels Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_2a972164e25bd335636cbd451a40b853,Lexus,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE -SG_BRAND_66d704cb9368188d46157f623a1f0324,Liberty Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_e9ec1ccdd1fc27c6ebff4cc7930bc3b0,Liberty Mutual Insurance,,524126,Insurance Carriers,Direct Property and Casualty Insurance Carriers,, -SG_BRAND_1ba9f12459f6629c184df828c51f48b4,Liberty Tax Service,,541213,"Accounting, Tax Preparation, Bookkeeping, and Payroll Services",Tax Preparation Services,TAXA,OTCMKTS -SG_BRAND_60cccf0fa7281760ebdf37aacd7146aa,Liberty Travel,,561510,Travel Arrangement and Reservation Services,Travel Agencies,, -SG_BRAND_649c050275dadbedd71206a6efaba10f,Lidl,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6679f28598318625b9e60f581a6df901,LIDS,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_e92d16c1430ab22081cb5c4a7e1fcc95,Life Care Centers of America,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_505c1a39be10b52e,Life Care Services,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_7266145cfe83f5f1,Life Church,,813110,Religious Organizations,Religious Organizations,, -SG_BRAND_76f36c743b5efa06d2e1a8563c4d9384,Life Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,LSI,NYSE -SG_BRAND_0da4884e9cc2b3df1b8c4df2ad97bb87,LifePoint Hospitals,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,LPNT,NASDAQ -SG_BRAND_e992d80ce4aa56283b26fea4004c5486,Lifetime Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7c1d72d709c477e74347f2e8a52229d5,LifeWay Christian Stores,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_6aa3f3d2cd850c522c81580e49186565,LiftMaster,,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, -SG_BRAND_3db698df52943568,Lightbridge Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_698786da99a145c2,Lightshade Dispensary,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_985ae6f2ebbf46bcb1d850e2d4cb3299,Lilly Pulitzer,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_d49d23f7cd240b5840ac72bb89e1f586,Lime Fresh Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5284d83b5384ed64,Lin's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dedfe1286c7b77b0170c1abccae29bb3,Lincare,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,LNCR,NASDAQ -SG_BRAND_aa45997477591e27601c436bcb228d6f,Lincoln,SG_BRAND_8310c2e3461b8b5a,441110,Automobile Dealers,New Car Dealers,F,NYSE -SG_BRAND_84e3d872d0fde79f5d6367af1260968f,Lincoln Fried Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_702563f965a1b6da,Lincoln Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_ae0f21a66f3facd56c9d3fee29a87d83,Lindberg Nutrition,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_bb15854c7f404e99bdd91e7667f2c005,Lindt,,445292,Specialty Food Stores,Confectionery and Nut Stores,LDSVF,OTCMKTS -SG_BRAND_4363bc29f5028463,LINE,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_c823fcb1082f93a0f5656ddcdbf41df3,LINE-X,,332812,"Coating, Engraving, Heat Treating, and Allied Activities","Metal Coating, Engraving (except Jewelry and Silverware), and Allied Services to Manufacturers",, -SG_BRAND_c78eae792bb939f1e832fb7740b6bc97,Links of London,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_634433363e85b237,Lion's Choice,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f5fdeaaf1fbc048,Lions Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1ecb8a188a3821dd,Lipton Mart Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_306d0b64414a688d,Liquid Highway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_43464b12e3ee38bf,Liquor Barn,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_14230025cc620c70,Liquor Barn Party Market,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_7d13e43b1863232c,Liquor Depot,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_6a5ae1b8176df62a417ff5c38defa2dc,Lithia Auto Stores,,441110,Automobile Dealers,New Car Dealers,LAD,NYSE -SG_BRAND_3654ed70612445d52bf3b6f6546d1f23,Little Caesars,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_518f7416de462dd4,Little General Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2e54bcd03cd52ba7,Little General Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_b423ce554bf55be,Little Greek Fresh Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a501d64c00248771f13a1ee59fcfb5cc,Little Sprouts,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_55598e0edacdb570b6320f8171627a96,Littman Jewelers,SG_BRAND_1f852a23da4b7250,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,KR,NYSE -SG_BRAND_54e3ed00f1124205,Living Spaces,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_43c6655eacfd4ca8,LivWell,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_6f81a6d887b57803ffe742ad76e80556,LKQ,,423930,Miscellaneous Durable Goods Merchant Wholesalers,Recyclable Material Merchant Wholesalers,LKQ,NASDAQ -SG_BRAND_f18c1113a403dcb71167a729abf26dcc,LKQ Pick Your Part,SG_BRAND_6f81a6d887b57803ffe742ad76e80556,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,LKQ,NASDAQ -SG_BRAND_e5668bf4ffb3cda2db8765b3ebbbd04d,LL Flooring,,442210,Home Furnishings Stores,Floor Covering Stores,LL,NYSE -SG_BRAND_37ead80146ba8f8f41d416dff99f6136,LLumar,,238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,, -SG_BRAND_1b2c1b9226af80acbaf57d252171c785,Loaf 'N Jug,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1b47663a692f81de,Loblaws,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b10826d49e8b8b533113294b677ce9f0,Local Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_31bc89018aa4801b,Locali,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_460be363779b166d397081848a3e39f5,Loctite,,325520,"Paint, Coating, and Adhesive Manufacturing",Adhesive Manufacturing,, -SG_BRAND_56bafb9772a09aeb,Loews Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_35b7168c01f2e791,LOFT,SG_BRAND_17623624bd5b70d6,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_6d7555d934650526,LOFT Outlet,SG_BRAND_35b7168c01f2e791,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_4b1cd8d8f2899d84bb64b48a7802f7a2,Logan's Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3546cdc906032e3,Lola's Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9abb4821250dc776638279e8fe87ccde,LOLË,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_179031390bea88ac,Lone Star National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,Lone Star Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_290f637801d52214fff348be4e835e80,Long John Silver's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_bb161f7e4fb160e8c7cc30cca4d418dd,Long's Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,LDG,NYSE -SG_BRAND_3e058dca3e8d9467,Longchamp,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_50141adbd06ef88fa67f6227406d6b83,LongHorn Steakhouse,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_32d247af6b53bbb9,LookAfter Hair Company,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_65be713e247e06c0,Loomis Express,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,, -SG_BRAND_1d259b84ec21d1b8,Loop Neighborhood Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4a5004fccb085d21c68ef89920adacb2,Lord and Taylor,,452210,Department Stores,Department Stores,, -SG_BRAND_e5b647985d150065859a4d866c7daa8e,Lorna Jane,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_77b18e2f67bc17367af8232f5a149ac4,Los Altos Ranch Market,SG_BRAND_bff60e9da98cdea8b5f778f376fb956c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_13470030a777f65c,Los Balcones,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_53beeab6b457db59,Los Compadres,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f6ab1e40728f79acab99c8646a7a1517,Los Cucos Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_069c49ad070bd5b8,Los Tres Amigos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3bb4d7476e12a253,Lost Pizza Co.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_37fdf61ed058f6bf,Lotsa Stone Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6ffa1cfe0b2be877,LOTTE Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_11abdd1d8b16cb4a,"Lotte Plaza, Lotte Market",,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2ec7042c5a40e0b9,Lotus Dealers,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,, -SG_BRAND_1b9be6a86c752f028c419753b5894ee2,Lou & Grey,SG_BRAND_17623624bd5b70d6,452210,Department Stores,Department Stores,, -SG_BRAND_32b83e65c4d1761e,Lou Malnati's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_681a58f031be4e92,Louie's Grill & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4ccf66c9210503d0543aa2d178a28c51,Louis Vuitton International,,448140,Clothing Stores,Family Clothing Stores,LVMUY,OTCMKTS -SG_BRAND_8c4efb3d085bcbbe363bc4e4b9d96777,Louisiana Fried Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_713f82b79c6e82475dc9837c1f76c06e,Love Culture,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_625ab5873d4bcf9c9d7e1f9aca9d7956,Love Heals,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_a890863e98c0d1a96e42033251df22b3,Love's Travel Stops and Country Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_eb0867c9d7af9db2b1c109e639d60482,LovelinksAmerica,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_23521024d1d99c7,Lover's Lane,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_d5e782f0d31e59,Lovesac,,442110,Furniture Stores,Furniture Stores,LOVE,NASDAQ -SG_BRAND_1c2ba1ab86f5fe94,Loving Hut Vegan Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f8a39fb928268edb1ab256922e436d7,Lowe's,,444130,Building Material and Supplies Dealers,Hardware Stores,LOW,NYSE -SG_BRAND_a28736bb3983154d7ba9d0f06721a935,Lowe's Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3354020c8d1520194fa15623ee4e3a4d,Lowe's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,LOW,NYSE -SG_BRAND_24e66431aad31242,Lowes Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_67a2e4715125ae95,Loya Insurance Group Fred Loya Insurance,,524128,Insurance Carriers,"Other Direct Insurance (except Life, Health, and Medical) Carriers",, -SG_BRAND_2724c6c3776c6a9c6f995b501f9ab53d,Loyal Companion,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_f58dcf87fd118ac9dcb9b193f009a072,Luber-finer,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_74907732fb78c04484336adaa865ba89,Luby's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,LUB,NYSE -SG_BRAND_a2757a48f33203e126f8df7b75fca16c,Lucchese Boot,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_f0297f7e9e4e12dd135a55cbfb99bf49,Lucille Roberts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_89c6c732c44d93c,Lucille's Smokehouse Bar-B-Que,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3e8b1409cb5affc2,Lucky Baldwin's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_109c7226264f4814,Lucky Boy Burger's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_8f2def621f471c2988f395e3a0043426,Lucky Brand,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_5be7dbd421198d0b,Lucky Strike Entertainment,,713950,Other Amusement and Recreation Industries,Bowling Centers,, -SG_BRAND_a909f280ad99ed072dde139389334541,Lucky Supermarkets,SG_BRAND_d9f00504bd845ddbb968cc04b6791783,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dc676f7ffb0f36d,Lucky Wishbone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fe114709520095760789f99a5070c851,Lucky's Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3519f8c619e384b4,Lucky's Steak House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f0e557d2bf0e550,Lucky's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_30e11041f82c8f3c,Luke's Lobster,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cdaff31f461d856a3b89eaffcbace55d,Luke's Locker,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_bca53afa4f695b363941026d0cbd0d7f,LUKOIL North America,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,LUKOY,OTCMKTS -SG_BRAND_44427b89ae7ee3ac12514dd4cc220a1c,lululemon athletica,,448190,Clothing Stores,Other Clothing Stores,LULU,NASDAQ -SG_BRAND_70d57371a53c0bbc,Lumberjacks Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ca7600ff57ad9dade2fa7711ac546c6a,Luna Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1883b2c48ea5f665,Lunardi's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1fcee866e2fe938c,Lunchbox Wax,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_cd1592422436fa87f4e048f62c145659,Lund Boats,,336612,Ship and Boat Building,Boat Building,, -SG_BRAND_08d04937c62e495c42a054d0e876e37f,Lunds & Byerlys,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dab63acecc38fe9cbf6008a27a11c5b2,Lupe Tortilla,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_73f7c3d6ad6e4a0c7697a7e6fcd3a8d6,LUSH,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_54d9234c7df5c9bc2e15f97edd3d2b8c,Luvo,,311412,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Frozen Specialty Food Manufacturing,, -SG_BRAND_3bf28d210e2c36bc,Luxe Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_de678b439c86094c100c1f2553d7d9fb,LYFE Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1e71d7ff4c2367f1,Lync Cycling,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_33377424ec423fe1,Lynns Dakotamart Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4fe7d8a2d8670b70,M&H Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_a6ff46012f19fcf9,M&S,,452210,Department Stores,Department Stores,, -SG_BRAND_528b789fac605691485c939ca81af840,M&T Bank,,522110,Depository Credit Intermediation,Commercial Banking,MTB,NYSE -SG_BRAND_761ca6433a57f3f00d3f9c4a6219ee42,MAACO,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_58e2e2ddc4008302e9cdd190f7f7f1e8,MAC Cosmetics,SG_BRAND_c8d730eddd8e2fe0d8840cc6f7fac45b,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",EL,NYSE -SG_BRAND_1c488d52796e5123,MAC'D,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6f30a635edc4f149f28bf8463f03788a,Mac's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_eac6db8a25f8a03b5c00b7c8bc1fd0ad,Macaroni Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_293d0f15c22d5bd6,Macey's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1f85a6e12c929ea,Mach-1,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_309d9b9d43abfe5a9ef665f263348b02,Mack Trucks,SG_BRAND_3df7453748507d4ea82277d2d0420de5,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS -SG_BRAND_7759913829c08df8,Mackenzie River,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c4dcaa7cf7557d16a01eae1dcfc5fabd,Macy's,SG_BRAND_b287a66a7943c47f,452210,Department Stores,Department Stores,M,NYSE -SG_BRAND_b287a66a7943c47f,Macy's Inc,,452210,Department Stores,Department Stores,M,NYSE -SG_BRAND_af0f3cb4003168fe73ba0c5c707a2aca,Mad Greens,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3a1e4df6a9359c4e,Madame Tussauds,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_25c3900e3c529c8be2fd639ae1932728,Madewell,SG_BRAND_607ff0ea5b20110e1bfa15a23857eec0,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_1bd8530e004ad35a7c4c0be99cd2136a,Maggiano's Little Italy,SG_BRAND_94fbff158ee2c15,722511,Restaurants and Other Eating Places,Full-Service Restaurants,EAT,NYSE -SG_BRAND_6f5c42061327f0cc,Magicuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_357dbc7cc134681d4b7b20ceb35cbe83,Magnum Boots,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_a47370a8b7b4235,Maid Rite,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_55673b0d8681b9b70d2291c2747f4288,Main Event Entertainment,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c123f4bfa30e571b20f37887488c5309,MainStay Suites,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_565abf566af47c23,Malbec Argentinan Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_46ee73a39467ed6a,Malco Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_3dcae272c920586f,Malibu Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4936754f896f1477,Malin & Goetz,,325620,"Soap, Cleaning Compound, and Toilet Preparation Manufacturing",Toilet Preparation Manufacturing,, -SG_BRAND_e55262ffa03395e,Malone's Cost Plus,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_635f50319a4cddf8,Malvern National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7ede92e0120743d7,Mama Deluca's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_538a85d6f12a6bb1eaac51da7a8545e1,Mama Fu's Asian House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c3b822ecc973261,Mamoun's Falafel,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e1ec8d81a1250f3b7dbafec6f79ea467,Manchu Wok,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_573e8b987f0dbca2,Mandarin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11149b21b8f0a912,Mandarin Express Gourmet Chinese,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1e817d9a00135172,Mandarin Oriental Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAORF,OTCMKTS -SG_BRAND_99abeb7cde8305d04dc4517fe7d34f41,Mandee,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_29f77190890d48633ba6dd9934704761,Manhattan Bagel,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAGL,NASDAQ -SG_BRAND_66fff1e96999ae66,Manpuku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4473d13aa58fbe37,Mapco,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d7927990aeef0811,Maple Street Biscuit Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f378e0ed46d1028d,Maplefields,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_df97beee553caba30f86799ca015f153,Marantec America,,335999,Other Electrical Equipment and Component Manufacturing,All Other Miscellaneous Electrical Equipment and Component Manufacturing,, -SG_BRAND_faaaac9cb18c500a97c03eec92d6b8fc,Marathon,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f388018e24ec12a7c71a397a5aea6e5c,Marazzi,,327120,Clay Product and Refractory Manufacturing,Clay Building Material and Refractories Manufacturing,, -SG_BRAND_f311d7713c7aaccd892d0f8b6d8ec08f,Marble Slab Creamery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_e3ce51b5d9dfdc54239c9bf190cd7071,Marbles: The Brain Store,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_9aa4326876937a06c077c2eecd160e8f,Marc's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_341d70aade9bdfa9,Marche Richelieu,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dfd09d2081eb0c5ee1430ff7e55b27fc,Marco's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a6f6390f0895160f0924d226e97a90aa,Marcus Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE -SG_BRAND_8e3b240075e32843372ef29d5710b316,Mardel,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_c46a73b3a7c6415,Marden's Surplus & Salvage,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_79449345fa6b880e,Margaritas Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3854f82dcfd9760f,Maria Empanada,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_771abce25678f8b35c16b7c6bd7416d4,Maria's Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8718c900474392e658676db63daa80e4,Mariano's,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_d52b45d735bff720ebb1433f66553049,Marie Callender's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dfb55775fdaf1f819cd1015d9ba135ee,Marine Layer,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2376f23ec8af8ca43e2a4cb3aecd945d,Marinello Schools of Beauty,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_bcf753ca70f0c7b9a004898750a34011,MarineMax,,441222,Other Motor Vehicle Dealers,Boat Dealers,HZO,NYSE -SG_BRAND_1e4576355ae4b6dbea2be84abab38339,Mariner Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_523f7b422d750d51,Mario Tricoci,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_1ffd3f9aca867752,Mariscos El Paisa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_238d1a11cf1a0a26,"Maritime Energy, Maritime Farms",,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_41c065064fd1847c,Mark's Feed Store Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_356b1d4e8e96334a,Mark's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_056eb60d75ec2634906001360d4d2ef4,Market Basket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_826a45dbf90276a8d206b59dc03996ec,Market Basket Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e386b0686a23e51,Market Broiler Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6f5098fe9e355e54,Market District,SG_BRAND_b383276b7ba564c03eab20de61f06b92,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_67c73d9d54fd137b,Market Express,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5cdd3b3566d43e22,Market Fresh,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1edd8c787800d4a,Market of Choice,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_312263c64ddea25e,Market Square Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5b7482d6c331cb1d,Market Street,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b14ba08fd54857d,Marketplace Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_cb05206b0ac967e6,Marlo Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_d88b64432dfd99c4f4b2e8ea6384cccf,Marlow's Tavern,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_733366f73b963ec4,Marmalade Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_924be73a903e05f85b91be0fbcdf503d,Marquee Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_02f92da3a9b57d43,Marriott Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_38120988bcd2b824,Marriott Vacation Club,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_73da09f8eae520fe92c7fceb0039e9f2,Mars Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_15e176c52f90c94e,Marshall Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_abfd923a6acfc93e81ba94b0310b47b2,Marshalls,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,448140,Clothing Stores,Family Clothing Stores,TJX,NYSE -SG_BRAND_78f47949e518ef6ec969649507b3e1d2,Marshfield Clinic,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_5a82553a8d6f8cb5,Marston's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_27e156f57b8fd43184fe629d5fc60b7d,Martin's Foods,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bcf0499b1206245602c7bea223fed55d,Martin's Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3c4ae7583a9f8453d91415526126f2ee,Martinizing Dry Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_26a719f1617b7942,Marukai,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f3c0dfec75964115,MARVIN'S,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_64f59b4d3932544a,Mary Browns Chicken and Taters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_31b6bf28b4260a63,Mary's Pizza Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_964383dd4958d4ee67bd67966c3df5eb,Maryland Fried Chicken,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d20d40a51d7593f23de13889a3052735,Maryland SportsCare & Rehab & Professional SportsCare & Rehab,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_57b34585fe1ab98b4be4cc399fc30c6f,Mascoma Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_c8e33a48e3b0fe1f27c5a2ca67c26161,Maserati,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_0b62e14629148af1696b618f3c5dbd63,Massage Envy,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_7c30c02d31e2d307d7ac540e35911b16,Massage Green,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_48cf94832e223f5f6db8bf8e9c3f5af7,Massage Heights,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_0eb9a210812f86d07cb6c6b046dc457a,MassageLuXe,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_490b5d5c8c4fd070,Massey's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6e0d90a0423fd2160e3b8903c2dc446f,Master Tile,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_1e0a400aca5026fd1858b921d0ea08cd,MasterCuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_427a61f3aa086553f22511938eaf9773,Mastro's Restaurants,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_358a39138c87a230,Matchbox PIzza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_41d66d16ecbbe70d,Matherne's Super Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_49852cbdd9ddbaf36f2f0af9372a8da8,Mathis Brothers Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_831e11d71a0041f2d81c15ad76112d3c,Mathnasium,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_1a11a7c592f69bca98876c223bd9e4c8,Matouk,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, -SG_BRAND_1f4a5d283343d8ad,Matt the Miller's Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4b3b04f953d9c06053aba73ef4672702,Mattress Firm,,442110,Furniture Stores,Furniture Stores,MFRM,NASDAQ -SG_BRAND_7d1db5e19fd79e88,Mattress King,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_4dba4e2505975f51917f8fcb604a22b4,Mattress One,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_43714f56660476c14491570aa8cb6407,Mattress Warehouse,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_2aa667329bfef95d,Mattress Warehouse Inc,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_83be7c01a435f2731cae6de05b822a0c,Maui Divers Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_c35867c4eff5dbc676b59f3ea1940189,Maui Tacos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a30778528a6e9eaf3c29e53495196218,Maui Wowi,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f8f168c7e78af79a796297500e221a15,maurices,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_8082c3fae6b11bfa,Maverick Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_857fcc0687933d1589554945329fe236,Maverik,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_6e94fef414696888e1cada422b27692a,Mavis Discount Tire,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_f6f1d538e2e2445ed6927ea53a08f44f,Max & Erma's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6dd2e677a6c56251,Max Arnold & Sons LLC,,424710,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum Bulk Stations and Terminals,, -SG_BRAND_5f34483b2ff55768,Max Brenner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_45e5a2a121a953429d0c02b453a8af61,Max Mara,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_f0a328c235cb9b62592fcdb1d573d81e,Max Muscle,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_6102595d5f12b4ce,Max Studio,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_45e8e98425969231,Max's Mexican Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_79c086debeb9b3e8,Maxem Health Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_713328d86e74f0ef,Maxi,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6f89a45a934bf67,Maxor Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_48ef5a40201820f9,Maxway,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_5c406c6f1a68aae2,Maynard's Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_afffabf7ac4a5606f816bc852590dd01,Mayo Clinic Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_59f209acd683bb3b,Mayors,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_b7d0308621091afe8588693966373120,Mazda,,441110,Automobile Dealers,New Car Dealers,MZDAY,OTCMKTS -SG_BRAND_d913b90c0306899829d5830395db7c5f,Mazzio's Italian Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a7b1ab4c6661237b2868db054a99f47f,McAlister's Deli,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6fd257316a0387f2,McCaffrey's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_61d22f6575a06f47,McCarthy Tire,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_352a54b580210b3e,McClure Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1acb147cff4bf1d08d2e89f3df9b99db,McCormick & Schmick's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_89deb8287ae6a7ab779085a325a5f3ce,McCoy's Building Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_1e16ec3528e9b20e,McCraw Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_5179b21fc1d50950b99b4eecaa48c614,McDonald's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MCD,NYSE -SG_BRAND_182e37246f1e3f23,McKay's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_49b6b1cda514e269f33b01b89cd2dfcc,McKesson,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MCK,NYSE -SG_BRAND_6ce3a31c82278a3b,McKinnons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_47581eefc1614b13,McMenamins,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3b756e7ee1518c75,McQuade's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_68461493a754df6f,MD Now Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_11578ef312c914ca,Me-N-Ed's Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_10ed1370e8d52c43,MEA Primary Care Plus,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_59e4f77574e18b11,Meadows Farms Nursery,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_dd01056921209e74,Meatheads Burgers & Fries,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4ac57c83e87e38cb,MEDcare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_2e2ad802d159200a41babd8acf3742f6,MEDCO,,423450,Professional and Commercial Equipment and Supplies Merchant Wholesalers,"Medical, Dental, and Hospital Equipment and Supplies Merchant Wholesalers",MHS,NYSE -SG_BRAND_f47affe08d7e827c610433b0f56f704d,MedExpress Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_954a849392fc5c9e6ed40daa6bd5dfab,Media Markt Spain,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_e3d6fe8c53ad0246befb2e6ee562a297,Medicap Pharmacy,SG_BRAND_e6b579afa8461d8a315125f18c697f19,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_bc4c3ea6b717f96b2a17ad860a537903,Medieval Times Entertainment,,711190,Performing Arts Companies,Other Performing Arts Companies,, -SG_BRAND_bd6627ae2f615f963f3682eb4b5a21b7,Medifast,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_371ed8ab7223e0b8,Mediterranean Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_83acfebea16b1911,MedMen,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,MMNFF,OTCMKTS -SG_BRAND_92461b74ceddfe,MedPost Urgent Care,SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,THC,NYSE -SG_BRAND_150aaf3ce4078184,MedSpring Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_cfa0ea75ca111c3c7cf96ed9824ecd3e,MedStar Health,,621999,Other Ambulatory Health Care Services,All Other Miscellaneous Ambulatory Health Care Services,, -SG_BRAND_3f22cc50d8b65e414af190e0def11b73,Meeks,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_1b407d3f72eada198e552ea3ef2dfb1e,Megaplex Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_da8801acf8224dcb0fc1554dfaabec5e,Meijer,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_db6b48fc042f3d3381391caa74ab3e14,Meineke Car Care Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_e376951db984cbcf0294ac7941405c35,Mellow Mushroom,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_221db6d9bf01e1c2,Melrose Family Fashions,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2e7e8f35587e1cc0,Melt Shop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4236172d27616607,Members Cooperative Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_c61c7072ba0c1825,Memorial Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_ac634d3e660e5304,Memorial Hermann,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3ea69e592d6b7424,MemorialCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c4572aee90f89411155f29bd22165de3,Memphis Wood Fire Grills,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, -SG_BRAND_ea4bcf22d2b43e23fdcaca9f9b16be77,Menard's,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_886d7e61ac617c15ba305e27aeba5f52,Menchie's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_d731526b9cef36525d608a32502ef2b9,Mendocino Farms,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_40318796f2b514b0,Mercantil Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_28a0f1ea96b87186959b09d3f4dc4af9,Mercedes Benz,,441110,Automobile Dealers,New Car Dealers,DMLRY,OTCMKTS -SG_BRAND_25a42b46e8e0429e6288cff02115fa47,Merchants Bank,SG_BRAND_4bc55c30e696d18d0a971b7a84aa2ea2,522110,Depository Credit Intermediation,Commercial Banking,CBU,NYSE -SG_BRAND_c4a9c8a49f522eb6,Mercy Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_b432a8615c6b965d,MercyOne,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_85c69c700c32ab8a,Merit Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_7b50eee467c9515dd6779b8da48bdf7c,Merle Norman Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_46eb4db202c30c131d0c74610899d4a7,Merlin 200000 Miles Shops,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_26f4590def10248783a1c773fe230cc7,Merrell,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE -SG_BRAND_44f5944cc1e9f835,Merrill Lynch,,523930,Other Financial Investment Activities,Investment Advice,MTTX,NASDAQ -SG_BRAND_a1e3846a69b269eb0b003d83ed9d69a0,Merrimack County Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_748b33cb2d7ba90c3e71ce53809ba261,Merritt Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_8336974f8bff28246a804c3d31ea932f,Merry Maids,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE -SG_BRAND_22bc7cb5808d58ec49154013c14dda7f,Met Foodmarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6d8338e40765960e7e7a8c4c63c01594,Metabolic Research Center,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_267ebbdaa164564c880d080271397617,Metalsmiths Sterling,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_3e62099930e819f,Metro Dentalcare,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_e9c05760667278bb793180dfbd8f3223,Metro Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7f760941f862734b2d6d5e6a9fd4de09,Metro Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_f98082e677a8192c0eb7efebda95207c,Metro Mattress,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_26e4288a03430d18,MetroHealth System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_466c5e58583e5f0e529c4c6eb71c4fdf,MetroPCS Wireless,SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ -SG_BRAND_31f3280ea1096155,Metropolitan Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4733f947843c042310f0cea56354b254,Mettler,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, -SG_BRAND_10e4a5a43a173542,Mexican Inn Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7aa60456496e5d94,Mexican Villa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7bf4ea17257d00a6,Mexico Lindo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cfbd063ef837319f95f6c3c3bd106695,Mezeh Mediterranean Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_af897618ee5115cae1abfaae4bf8b116,Mezza Mediterranean Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ef04821a308726904ad8512924634b7e,MFA Inc,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,MFA,NYSE -SG_BRAND_4b265686de98393b,MFA Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_51ea13820ab33db608fdc6af3f8186e4,MGM Resorts,,721120,Traveler Accommodation,Casino Hotels,MGM,NYSE -SG_BRAND_49838ba4bc87007a,MGM Wine & Spirits,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_4180a2e85825d616,Mi Casita,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_900258b7aa4c18c2713e2b08ffd0633e,Mi Cocina,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_50b23a4633cf2129,Mi Ranchito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,Miami Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6fac238101fdcd8c,Miceli's Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_89896b299191a09f8ffde872a296da04,Michael Kors,,448140,Clothing Stores,Family Clothing Stores,CPRI,NYSE -SG_BRAND_89e08dc506539722a8c06916c897026e,Michaels Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_48c0d010c19c15aff729182501465b8e,Michaels Stores,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",MIK,NASDAQ -SG_BRAND_5e8d20aea751ef7c,Michigan Urgent Care & Occupational Health,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_21a8569d4e6a9212,Mickey Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f4ec2c3e5e5bdc50dcf0937dd89ec2dc,Mickey Shorr,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_94d059a5e14d4c2641f05bd48d94a7f4,Micro Center,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_5f532a3fc4f1ea403f37070f59a7a53a,Microsoft Store,,443142,Electronics and Appliance Stores,Electronics Stores,MSFT,NASDAQ -SG_BRAND_3eea9f8779347c94,Microtel Inn and Suites,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_51580924229c9320eff44d32c7e74640,Mid America Clinical Laboratories,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_94c6de8e7f0a3881c14ed4bbbcb514ab,Midas,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_20ce5dfb5cdd4d32,MidFirst Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_52a86b883a2c9afd,MidiCi Neopolitan Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e70329116af07d5,Midland State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7a2f899064b0f64f,Midori Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c02a0180e2875db8d36a494437fe23e2,Midtown Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b93a797674f7257fdaa173f6572fb63a,Midwest Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_4eb65fc6607ee873,Midwest Petroleum,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_57487ba49f13c225,Midwest Vision Centers,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_3a10c1ca8b7824f7,Midwood Smokehouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_054f9e874f9d5821,"Mighty Fine Burgers, Fries & Shakes",,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c75c3d7e2fa484d43255abdeffb45dc6,Mighty Flame Propane Exchange,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_2a7f101eff6b1854,Mighty Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3d49ea15026df307,Mighty Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7699da4304557b31,Milio's Sandwiches,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2215fe2bdbf3937a,MIllennium Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_cccc4b6e19911a19fb31b3cb470a5f16,Miller Paint,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, -SG_BRAND_a5a8e0af54c372f976a8552b19d42660,Miller's Ale House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5aec83dbe42d652e,Miller's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4c0781e7d4a221a8,Miller's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_281ca1bf597586208d719aacdd67fa73,Mills Fleet Farm,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_748a0a1a6412865e,Milo's Hamburgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_260cf7dfdf6ee3b2b430331f20c8211f,Mimi's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_44c6c370fd1859325f7119e96a81584e,MINI,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS -SG_BRAND_1d8c5f2d089054f1,Mini Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d18fb10536240a9460e8078c4f6e1811,Mini U Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_e1e142a56327163,MiniLuxe,,812113,Personal Care Services,Nail Salons,, -SG_BRAND_205f9fcbaa95603e,Minit Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_e5e8b55e4dba4fb7,Minit-Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_26445288810e5750,MinitMan Food Stores,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5f5fd959b8f4d004f14b7d54d2f89b94,Minnieland Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_7addbb50380d485c29258638e50c38ac,MinuteClinic,SG_BRAND_72f1a850d966375fa159121c7c8b09a1,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),CVS,NYSE -SG_BRAND_39e3a9ec8e2a01da,Minuteman Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_da6d31429170ed4b9b599780c5e63159,Minuteman Press,,323113,Printing and Related Support Activities,Commercial Screen Printing,, -SG_BRAND_aff67914c57e7582a9ef26f7e3e80183,Mirabito Energy Products,,221210,Natural Gas Distribution,Natural Gas Distribution,, -SG_BRAND_dbd5107585ce3c5233c7dc508e7cedad,Miracle-Ear,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, -SG_BRAND_513aa9820be8fdfc,Miraval Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_37d919842ad8bc5b87fa470376af6d3a,Mission BBQ,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6eb12b87205a0a78,Mister Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_84867ff4b1513634091d5a1c3eb4296a,Mitchell Gold + Bob Williams,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_416cca15361bbe54,Mitchell's Fish Market,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e03de6e9590dc665,Mitchell's Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_11eb670fec8a79bd,Mitchell's Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f815564f1fb658fbc1d8df4eb059ea77,Mitsubishi Motors,,441110,Automobile Dealers,New Car Dealers,MMTOF,OTCMKTS -SG_BRAND_109b1f619cedc25a,Mitsuwa Market Place,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_454235bf4095c78a,Mixt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_160ebfc25995f0fa,MJM Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_ab49d1ea4009e85e1da3e0071bd568b5,MJR Digital Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_325036e8d93d80a8,MNI Source,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_5b0bdabac6b05c2e37cd904ce2c6fadf,Mobil,SG_BRAND_a144a8c10e1fe8006125571afd1a1e80,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,XOM,NYSE -SG_BRAND_e71f02f39f72dd887145ef15a9fceb97,Mobile Mini,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,MINI,NASDAQ -SG_BRAND_2ba1bf1377e1eda4,Mobydick House of Kabob,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_20b34dbdde8940a2,Mod Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_64e49e1011d505c4f87a72c2c29be07b,MOD Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3efbddcc0ee96975aacd4e18fc1a3a9a,Modell's Sporting Goods,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_b3e899a755e995956df23d01ea766056,Modern Acupuncture,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_423a871bdf1f1eedddf1314aa20f67e2,Modern Market,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_27c76400ab1bde32,Modo Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_795bc17a580defad,Moe's Orignal Bar B Que,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f42806be078e8ad6edf966cbbf372579,Moe's Southwest Grill,SG_BRAND_3626cf91f0dde442,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fae9a73856d0261bc4185eaa7409c6cf,Mohawk,,423220,Furniture and Home Furnishing Merchant Wholesalers,Home Furnishing Merchant Wholesalers,, -SG_BRAND_6c9aa50e3979894f5eaf96f21e955096,Mohegan Sun,,721120,Traveler Accommodation,Casino Hotels,, -SG_BRAND_f8c9b0b85d14062315db8988a76340ea,Moleskine,,322230,Converted Paper Product Manufacturing,Stationery Product Manufacturing,, -SG_BRAND_3cdf51e28ad4674e,Mollie Stone's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_23db07228f1b1649,Mom's Organic Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5f04ad68a5926150,Momma Goldberg's Deli,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_47db3a68d6365ffd,Monarch Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_aaff7547d7ca1821,Moncler,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_d136c29c8966aa743f29c9f8179289e2,Money Mart,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_1a3d18277cd2e8d5932bb0d5c4653085,Moneytree,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_c2ae41f41239abb0,Monical's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_70e80b1628563335,Monkey Joe's,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_462c6e01a2086f21,Monro,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ -SG_BRAND_00ec034a0e1b5ad448338d6cca4f465a,Monroe,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_6c171239d07f223d3f86699d42c336dd,Monsanto Asgrow and DEKALB,,111421,"Greenhouse, Nursery, and Floriculture Production",Nursery and Tree Production,, -SG_BRAND_1b8e221389c746b9,Montage,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_308f18a586a941517358ea4356ac9c4d,Montana Mike's,SG_BRAND_5a3ecd02bd631b54,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5a40df22f64943e2d6e2d37ef55a26c8,Montblanc,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MLCMB,EPA -SG_BRAND_6106e970c819201e,Montefiore,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2434b3797899472d,Monterrey Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7d031823753b8a59,Montgomery Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_730cd1c680f99dd4,Moosejaw,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_dd7dc37651251aa6361e616ef2f8ed07,MOOYAH,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ddb2ab7b49460f5afa866065a96c96ec,Mor Furniture for Less,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_b1a48b2577d967619db83f8d4172b23b,Morgan Buildings,,321992,Other Wood Product Manufacturing,Prefabricated Wood Building Manufacturing,, -SG_BRAND_1aa704ea288c16e3fdaafce3333e7eb4,Morgan Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_4f981c92c6b18e0e,Morgenthal Frederics,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_512ef2658762ed7867313f26e137fa42,Morrisons,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7a4a890ad1a00d6b,Mortenson Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_eb46b8c03a20103570adf067bf65fb77,Morton Building,,236115,Residential Building Construction,New Single-Family Housing Construction (except For-Sale Builders),, -SG_BRAND_0f47631937472b7c15b5c95e9b4c402a,Morton Williams Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a0a615905acfba510a89b4d65f7fa55e,Morton's The Steakhouse,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0675cbdec40ff92d,Moser's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,Motel 6,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_728cd6bd3a1790e6b8c51648580c33a9,Mother's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_31ccd8f9ee06db07,Motherhood Maternity,SG_BRAND_972af9fefe811ff,448120,Clothing Stores,Women's Clothing Stores,DEST,NASDAQ -SG_BRAND_5fadde6ba5908b1a,Motion Industries,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_7fb70038e68e9600,MotoMart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_11adac1cfd113915,Mountain Hardwear,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1e8f4e48e8ede5113518c2d5acea36fa,Mountain Mike's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1ad74e2c885cc4b6,Mountaineer Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f12379d2e0571cb0c196babad0ad667e,Mountainside Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5d94444c35b56a9b00bd6e8d22c9b573,Movado,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,MOV,NYSE -SG_BRAND_bbdcf2d34e46de723877b32d7fa190a1,Movie Gallery,,532282,Consumer Goods Rental,Video Tape and Disc Rental,MOVI,NASDAQ -SG_BRAND_3ac7d71f1abc0f6cace017f8ec7d23d2,Movie Tavern by Marcus,SG_BRAND_a6f6390f0895160f0924d226e97a90aa,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),MCS,NYSE -SG_BRAND_54c0d79d060b5846,Moxie's,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_3baebb140e1eaa8d,Moxy Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_6f152897c9477af1,Moye's Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_173677f73724eb74,Mr Chow,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4fd85383b50e7bfc,Mr Handyman,,236118,Residential Building Construction,Residential Remodelers,, -SG_BRAND_2daa4cfee1741a7eb4d8935072d3c40a,Mr Jim's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5e6fb31b2cd58f99fdccd4b80ec32fab,Mr. Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5508049bfd2bb2ad,Mr. Gas,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_f53e25d77610a90b0174f9db5ef22ab1,Mr. Hero,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dac102e29e5bc42b,Mr. Mac,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_11a17397cbfcea0bd26ebd70fd5b2336,Mr. Payroll,SG_BRAND_8e4dd7bd1eafa28b,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities",, -SG_BRAND_29f8ce6666d4687c,Mr. Pickle's Sandwich Shop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f2c023640bfc32ed6cff80f66e643120,Mr. Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_7e4ede93ace5fa5f,Mr. Submarine,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c4bff7ee5f31b2c5f667c068f2bd50ce,Mr. Tire,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ -SG_BRAND_4883a09589280ea9,Mr. Transmission,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_5bb4fd8e9e6b1fcf24c2f99ccb53f610,Mrs. Fields Gifts,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_7ed80027369ca26538908b5e30b6c570,Mrs. Winner's Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_596b3dca24b888f078e6f03fde7fea17,MSC Industrial Supply,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_6351c180fa642ab1,MTY Group Inc,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_298ec32192733964,Muchas Gracias Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_efa564e879e607a3ddab88327795737f,Mucho Burrito,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_32e418672908887a75d9d2eace0fe499,Mud Bay,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_893188b2ead2375714717edcca604bac,Mueller Inc,,332311,Architectural and Structural Metals Manufacturing,Prefabricated Metal Building and Component Manufacturing,, -SG_BRAND_4fbe4fcb8e82e5c5,MugShot's Grill & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5426ec60ec662b89,Muji,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_d10e4a3611161b1f,Mulligan Family Fun Center,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_9d4960379a521976155013ed0fa2671f,Multi-Specialty HealthCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_faf821654491145e08d946a04db4f3d8,MultiCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1b955d79ab01142e,Murale,SG_BRAND_1b47663a692f81de,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_ba2c83002440d2359dca80a9852be5e6,Murdoch's Ranch & Home Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_00ae747ff5ad20e83df439ab616ecc35,Murphy USA,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,MUSA,NYSE -SG_BRAND_b91a40ef08c49985213bb051150ba2b9,Murphy's Deli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2bdcba67b27c18f120b5543aba2f7020,Muscle Maker Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MMB,NYSE -SG_BRAND_468fdca1732445b45f09ee804f275130,Music & Arts,SG_BRAND_b8d60bbefba7f1fa856b0308e2926870,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,GTRC,NASDAQ -SG_BRAND_5a393a755473cbb0,Music Go Round,SG_BRAND_6078c00b7e4eb7c3,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,WINA,NASDAQ -SG_BRAND_1b322400dec2206db69d03f474d8ba8d,Mustard Seed Market & Café,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_4583646522636fb6,Mutts and Co,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_5d9c4d15214bcc7dbc4ced56842b5a58,Mutual of Omaha Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_3459612970a68a5d,Muvfitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4ce9947c43d48d84,Muvico Theaters,SG_BRAND_5bd1c34b834731ba,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),AMC,NYSE -SG_BRAND_e1dafc481f64ce,MVP Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_70ad43ef2f231e93b96e0168a0f2a8f1,My Favorite Muffin,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a20d9bc06bfee379b473b2a9ae408370,My Fit Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4e3427b794f658470157d1f5f565e86f,My Gym Children's Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_61ef7639973e2f79,My Salon Suite,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_1617da4d9d55dc44df9681ca9dac5c2b,MyEyeDr.,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_050ddbb5d122b659d1a7d274cb860407,MyEyeLab,SG_BRAND_1a21718075662c354a39d31c6d5161a3,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_a9ff455fc3b0b8f505d5960bcbe6c444,Na Hoku,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_3ec5a0f4f4a5e19fa7f66a7b417c8269,Naartjie Kids,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_9e7798957983da852cb2d3716212036a,Naf Naf Middle Eastern Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2232a92d0a865f03,Nail Garden,,812113,Personal Care Services,Nail Salons,, -SG_BRAND_73f44049752a8258,Nails Plus,,812113,Personal Care Services,Nail Salons,, -SG_BRAND_558e1250f39e9ec5303ed0b6f3fb6796,Nambé,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_414d2de83c559468,Nancy's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2b8aba8c57818c33,Nando's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0360b31f1dbd135a,Nanticoke Health Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_dddd21f70594bf6e,NAPA Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_1b2055b23db7f6c8,Napa Fayette Pat Services,,423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,, -SG_BRAND_e17d03cf7333517e1912b40ecfd766b8,Napoleon Grills,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, -SG_BRAND_2c746632e7ef613a,Nashville Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_897e9525928c6537946e8b836dfc1c89,Nathan's Famous,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,NATH,NASDAQ -SG_BRAND_40ff3f31adb8051,National Bank,,522110,Depository Credit Intermediation,Commercial Banking,NTIOF,OTCMKTS -SG_BRAND_6460e41dfb47afa0,National Bank of Arizona,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_1dfcb76f6403d3c7,National Bank Virginia,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_eb3c8d85c6411e34ceb6681425832b72,National Car Rental,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_e0d979d6470fda5ae0d86489b79b612d,National Cash Advance,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_031a86b036bad01a966b3d7a5e8470e4,National Glass Association (NGA),,238150,"Foundation, Structure, and Building Exterior Contractors",Glass and Glazing Contractors,, -SG_BRAND_e9878bebd1957e5e99c21180cdf8e604,National Pest Management Association (NPMA),,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,, -SG_BRAND_a4389960f6a9eefcb1bba5e35cea4159,National Shooting Sports Foundation (NSSF),,511120,"Newspaper, Periodical, Book, and Directory Publishers",Periodical Publishers,, -SG_BRAND_7f044785a50c420953458855434e0adf,National Tire & Battery (NTB),,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_f511111aeaa30c6b,National Tire Wholesale,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_fa7dd3a3021189f989c83e0a10c9dc23,National TV Sales & Rental,,532210,Consumer Goods Rental,Consumer Electronics and Appliances Rental,, -SG_BRAND_4e866c95d852db7a3121e52a7db1a347,Nationwide Vision,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_7aeb6d2f859ca2d68975bcc29c1f1da5,Native Foods Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d0bdea475ee7d058649f7015aacdbf87,Native Grill & Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7e9c842e3c130af3,Native Roots,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_82eb09495f4ea52db09e563fe80b3ca1,Natural Balance Pet Foods,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_5b4f9ae82e10ba6112a8f8fd78134a40,Natural Body,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_73df4257112c7cd3,Natural Chicken Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3b6f1da512f40dfae0a7c0784e41f171,Natural Grocers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,NGVC,NYSE -SG_BRAND_16692a1340694885718cd230ca3d1e22,Naturalizer,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_c9b3a94cc4ef0508d609ffd6cb591e10,Natuzzi,,442110,Furniture Stores,Furniture Stores,NTZ,NYSE -SG_BRAND_71354dc837539464f44ecff3e19fe7e6,Nautica,SG_BRAND_8dec87ebe111e2b4,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_7d320b59e29d69a0,Navarro,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_8ff42c8c88d1d1924b925f83853cd7d9,Navis Pack & Ship,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,, -SG_BRAND_baa77b2fa3dbd0c5f6e3039638bae389,Navistar,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_be82c0a3c3953343b719c69862917553,Navy Exchange,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_b9fc6ca936ba09958d5076dd5ebfac69,Navy Federal Credit Union,,522130,Depository Credit Intermediation,Credit Unions,, -SG_BRAND_4255a706c2b8f064ce8b58c3f6b93504,NBT Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_f5f1b56fb5de5dd0,NCG Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_8a3c51f7bb10e8a5b5af449c125b4656,Neal Tire & Auto,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_757849bdf86f6213,Nebraska Furniture Mart,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_42501d88a10c4010,Needler's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1b9e62f0eb87b4c2,Needs,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_77d47d1ee922f9fd18daba73359bc3ea,Neiman Marcus,,452210,Department Stores,Department Stores,, -SG_BRAND_bba476f84bdebbd026a91fdbf3bc3416,Nestlé Café,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_4a554af07e7e6645,Net Cost Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4aee0ba8deb6ed0f68f1345844d493fb,Neuhaus,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_16e49361edce36b2,Nevada State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_17d359918fd3a6a893423f72a0898e3f,New Balance,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_1855dc120288a8a,New Dixie,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_7b7f221ef3163a3d,New Hampshire Liquor and Wine Outlet,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_d10d1ea2eaa3078cd700d9e4bf0851e3,New Horizon Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_745e627524cb090e,New Leaf Community Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e59c3bbbdf6e494d6f0dc3846a2a7547,New Seasons Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f95182d04db27cd4adae94aa64946098,New York & Company,,448120,Clothing Stores,Women's Clothing Stores,RTW,NYSE -SG_BRAND_cec9553e6d836eb0,New York Fries,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_81cb6bdd4195aa20f26134b2788c1909,New York Health & Racquet Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_911ca522dc0ffcaf22d3d7001ff65a51,New York Life Insurance,,524113,Insurance Carriers,Direct Life Insurance Carriers,, -SG_BRAND_a040be730f9cb3f,New York New York Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_66125ed42a91f36b,New York Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_544a3df0e8a2eaf1,New York Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6059e5c465c225a7,Newbury Comics,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_32aa08f83e65bdd7e73d5921faae71c6,Newcomer Funeral Home & Cremation Services,,812210,Death Care Services,Funeral Homes and Funeral Services,, -SG_BRAND_3cd74d76cdc8a690,NewDominion Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4c4cd85cde056a31b1c1a526a024587a,Newk's Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8ecd88beeac06b4dcc7674e0b5b88f5b,Newport Creamery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fb60d65e2f7f8462,Newport Dental,SG_BRAND_48c88330807a6d74,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_2c5b883513346eaa0fb5621bb47da9ae,Next Generation Children's Centers,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_ee1741d5c38de6bdee4a31e7d99ab464,NextCare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_7ca0e93e68b53a3590a90a9f163b707e,NHC (National Health Care Corporation),,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_dcca5765a722a437d5b90fbe36c0eeff,Nice N Easy Grocery Shoppes,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_136227df6515730d,Nicholas Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1dc2f1729eee4943,Nick's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1a6f9d0ae77431c5,Nick-N-Willy's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_22c3699d3443ae80,Night Lite Pediatrics Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_41fd220f05ed0d8c56e3b83af87d45d7,Nike,,448210,Shoe Stores,Shoe Stores,NKE,NYSE -SG_BRAND_8ded51290967b4c,Ninja Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8928603cd5f39e8583cf8becbc180bd2,Nissan,SG_BRAND_bbb7a0b6aada6560,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS -SG_BRAND_bbb7a0b6aada6560,Nissan Motor Company,,441110,Automobile Dealers,New Car Dealers,NSANY,OTCMKTS -SG_BRAND_60a3a8e0f9af2689,Nittany MinitMart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_15f9aa77d1dd796c,Niyjia Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_408efc0c179505c3,No Frills Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6f0f653d828996fa,No Grease!,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_895cb4aeaa99ccfad8d0525d95648593,Noah's New York Bagels,SG_BRAND_865a3b4c9e4f9d136714c4c6a5eded67,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BAGL,NASDAQ -SG_BRAND_12e55cc365b8f06d,Nob Hill Foods,SG_BRAND_5f5a067a91b7712,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_24d619241fb82b71,Nofrills,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d982694dee007d107504f70d50e43da4,Nomination Worldwide,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_6e4e612dc06a882cd34b8d0466e84a56,Noodles & Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,NDLS,NASDAQ -SG_BRAND_6f90e678bcb218bf125add1cce152959,Norbys Farm Fleet,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_3745a5a959c9ad71d1b9514de87a5fa5,NorCal Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, -SG_BRAND_b01106779ddb0e8b,Nordstrom,,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE -SG_BRAND_f8828b5b30d5d492d1517b87aec09f96,Nordstrom Rack,SG_BRAND_b01106779ddb0e8b,448140,Clothing Stores,Family Clothing Stores,JWN,NYSE -SG_BRAND_937b376f37f41f2b277838c1b57b6351,NORMS,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ed8964e548536ebfd6088fb350583cb4,Nortek Security & Control,,334310,Audio and Video Equipment Manufacturing,Audio and Video Equipment Manufacturing,, -SG_BRAND_01c7aa8a05a201d0,North 40 Outfitters,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_141c6c2b765459332da36a2e8db80b75,North Coast Roofing Systems,SG_BRAND_1b2818c0478264ea,444190,Building Material and Supplies Dealers,Other Building Material Dealers,BECN,NASDAQ -SG_BRAND_54c385a865aaeb93,North Italia Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a8c33208b111ea54b3199e8f9e835630,North Shore Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d0cb686da2055f4bf1d56755eb6577a3,Northeast Georgia Health System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_48ea4160b06472de,Northeast Georgia Physicians Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_39802b10785469c2,Northern Lights Pizza Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_16ab8140b3a59e193cd6cd2624364801,Northern Tool + Equipment,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_d225fa0c7d2ae449ba60aba604fe7d97,Northgate González Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c58dac900c1368e5,NorthMart/Northern Store,SG_BRAND_1b123f515d08bb0,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE -SG_BRAND_2b136b6fead3603b,Northside Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_31a5f0e7c078767f,Northwell Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_a69832ebe8d9a3f9103b8cd9d27c57fb,Northwestern Mutual,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_8d7694adeee12064,Norton Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_6aba94cc637d072bce1f1837c324fa2f,Norway Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_573cbcaebab6b5f,Not Your Average Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_06e63dbcb0f18f13ff92bd23dd7f2213,Nothing Bundt Cakes,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_3fa02aac9962c960,Nouria Energy Corporation,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7238d42c44f66d1e6b5b403deeecb4d3,NovaCare Rehabilitation,,622310,Specialty (except Psychiatric and Substance Abuse) Hospitals,Specialty (except Psychiatric and Substance Abuse) Hospitals,, -SG_BRAND_5a0efb92e9973e60,Novant Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_58e4f7bad13800c5e4f3679e95dabd54,NOVUS Glass,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, -SG_BRAND_21c314976c5d31f16d07937ea81031ef,NRCA (National Roofing Contractors Associatio,,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, -SG_BRAND_2996ea925e94b6e35fc3caf50dddbc7c,NrGize Lifestyle Cafe,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_11c34964f8cff0d9580b5627b82c71b3,nTelos,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_5913cf619a3a07a3,NuCara,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_bc9afd4e2584c40671a111828fa78961,Nudie Jeans,,315190,Apparel Knitting Mills,Other Apparel Knitting Mills,, -SG_BRAND_74052a4dad620fde22b548cd6a084f59,Nugget Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5a550938d4a50ba7673cd56a2b9da0fb,Numero Uno Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1774ad834f86060d92b99123ae1311a3,Nurse Mates,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_e5365e24fc5005c37f902e505406f767,Nutraceutical,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_db4b8827270aefe87284232e54bd04ab,Nutrien Ag Solutions,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_bd024d556e6d1b4618e9d50cbcf23a01,Nutrishop,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_bf89947b9145e75d3202f2c4561007a0,Nutrition City,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_122a246f7ef28715,Nutrition Smart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bd591027e1d8660ef0eff0cd46c008db,Nutrition Zone,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_63fb6c3de5ee627b,NYCB,,522110,Depository Credit Intermediation,Commercial Banking,NYCB,NYSE -SG_BRAND_7026142612839b89,NYPD Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1810f1efe2d4be0cec83c66170d68a95,NYX Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_a1602487fdedebfd951608a6646770a1,Nékter Juice Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_c1b9d1472316228fa64358d9d4e866bc,O'Charley's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CHUX,NASDAQ -SG_BRAND_8e5762f2bca5e0a62ef5da4b78de3ed5,O'Reilly Auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,ORLY,NASDAQ -SG_BRAND_76825b1034c09c4547bafc7c6f631f17,O2 Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_17442654b28414a947bc676e080f1616,O2B Kids,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_63413f91a4c2e0fa31c5551426870f76,Oakley,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),OO,NYSE -SG_BRAND_117d91c6a02aaac1,Oasis Stop'N Go,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_65a950db43adb276,Oberweis Dairy,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_412f21bb0f0232e1,Obicá,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_56d29db6ceb39da85aa918449ac88680,Oboz Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_4c80f87df195e554,Ocean Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_3dbba66d2cde4dc7,Ocean Prime,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f91b513c6a49e54d11ec0e6a929b55d,Ocean State Job Lot,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_542d01c0cb646cc8,Ocean State Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_b5043703dafdca112f25dacf8cf78b3a,OceanFirst Bank,,522110,Depository Credit Intermediation,Commercial Banking,OCFC,NASDAQ -SG_BRAND_b520cc3a3e43a32d,Ochsner,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5075841ea4301026,Octapharma Plasma,,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,, -SG_BRAND_784f6c6c44c5b507,Odells's Superfods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0661749fc43e9bc6bdb08b200f7b3da9,Off Broadway Shoe Warehouse,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_2bd54c48e76ff240,Off/Aisle,,452210,Department Stores,Department Stores,, -SG_BRAND_9575df69ce667567,Office Depot,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ -SG_BRAND_0a7d639630e7333ab41d8dcc8d189e7b,OfficeMax,SG_BRAND_9575df69ce667567,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,ODP,NASDAQ -SG_BRAND_7860c3886252c4cd,Oggi's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_148e9eaf8e744c19,Ohenry's Coffees,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_5713aa76b4e2694a7dfe51510c54c8fa,Ohio State University Wexner Medical,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_cb504401eada7bd5630f78ea6366f675,OhioHealth,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_840f5058f3fa7010c3142d2a8539807f,Oil Changer,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_6f926df094aa19f90e76a982126e8362,Oilstop,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,CVX,NYSE -SG_BRAND_2db9cc48ee5e27be,OK Tire Stores,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_f420b6f4624d45ed7886dc6db3429442,Olan Mills Portrait Studios,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, -SG_BRAND_fc5a7fe7f7266eb156ec047f0a734399,Old Chicago Pizza and Taproom,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a5b2a4e3c09e0829eda2bd41b8727808,Old Country Buffet,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_442f969140249cbc1ff09b17b3b6c149,Old Dominion Freight Line,,488510,Freight Transportation Arrangement,Freight Transportation Arrangement,ODFL,NASDAQ -SG_BRAND_b9051db14066a865167ed2cea172b3e2,Old Navy,SG_BRAND_59dcabd7cd2395a2,448140,Clothing Stores,Family Clothing Stores,GPS,NYSE -SG_BRAND_f8ab1224308699cecbd1681b5d667075,Old Time Pottery,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_0e658c1f1513878b3e103361691cca44,Oldcastle,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_2431c86af80e87e8f21aa6f4dd439838,Olga's Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_29e52fe03f73e6ce21a527123c4d97b0,Olive Garden,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_2d9e2f442f9982a4e218d7ceafb62255,Oliver Peoples,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_36d27fc42bfdcda,Oliveto,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_991d5f52e030a7f58ca30d121b7c5c69,Ollie's Bargain Outlet,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,OLLI,NASDAQ -SG_BRAND_61098b99c11ac5960cef4b0d6cd468dd,Olympia Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_9dcdbb68a8a63caa29379592f4d2017f,Olympus,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,OCPNY,OTCMKTS -SG_BRAND_96d46be1284ec09b880b644f1200a2a4,Omaha Steaks,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_f36b7f9b8c409989,Ombudsman,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, -SG_BRAND_d2413eec482054e,Omega Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_0fa34a93258ade56,Omni Family Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_61b35895d846b8e4fbbf32b8ee1be5a6,Omni Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_bd3153c1adf543ebe54535cec7183cb2,On The Border,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_734e03b4e879287439d21ecf3aa9d4f2,On The Run Convenience,SG_BRAND_34b9037f0ff5aae3,445120,Grocery Stores,Convenience Stores,ANCUF,OTCMKTS -SG_BRAND_95e2ae894d30fd4735314ac047037d0e,Once Upon a Child,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ -SG_BRAND_2e5216894e201da619a4b6dfa458698f,Oncolab,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_42a2d83db06b7f0e6e7b48a6bebe975c,OnCue,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_8cd9a02f90edf94a263d1e0f3fe214c5,One Hour Heating & Air Conditioning,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_00f0efce83a7ff22,One Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_109d4852764fbd37,One Stop,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_641cc4146b01ab4e5e94e47baeb106be,Onelife Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_98fb0ace0d6a940ed8d53f890f79b735,OneMain Financial,,523930,Other Financial Investment Activities,Investment Advice,OMF,NYSE -SG_BRAND_64717bbc183c85b2,OneWest Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_0f943ff8f5fed0bd6eb1f4c3225ba5cc,Ono Hawaiian BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7672305090f0ed85,OPA!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cdb179dbe41c5c3,Open Sesame,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a8e125314bdcc1c,Orange Julius,SG_BRAND_d6fdfe0213b3ad6f7bec024ed7719b7e,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_0fc6daac5e179697fe5e1b1822578618,Orange Leaf Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_77e0833237097990,Orange Shoe Personal Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_80987f2551041e24748e1fd78c94adf1,Orangetheory Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4926561d9ccce7aa8d98f9c3ed7d5e71,Oreck,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_1eca6d1be584f782,Oregano's Pizza Bistro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_307935efe89ead1f,Original ChopShop,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6d1f51f5f9332c8e,Original Italian Pie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1216373ee9d0e13,Original Roadhouse Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0eeb43f6c59c85b6cdde070a05a3cef8,Original Tommy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_822476109ed542a5519e3cd35de9d904,Origins,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_39919f7f9eeea90a,Oritani Bank,,522110,Depository Credit Intermediation,Commercial Banking,ORIT,NASDAQ -SG_BRAND_bf10d1663255cb005b401daed9c0355b,Orkin,,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,, -SG_BRAND_563b8b8f9cc1eac2d1a2282af58e4236,Orscheln Farm & Home,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_66811905e1046d49,Ortho Mattress,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_e3e08f3a4b59cd36ffd3d1c1d2e1b40c,Orvis,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,7827,TYO -SG_BRAND_53aa5a42ebf89f4,OSF HealthCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_34e0f7d7aa0633e1a2f38bd9ffbefe9f,OshKosh B'gosh,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE -SG_BRAND_a78ad4253f30026780f728464a7feac9,Oticon,,446199,Health and Personal Care Stores,All Other Health and Personal Care Stores,, -SG_BRAND_58b5581231c02274,Our Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_bbda8c58ab2c6658e3afa3d31a8486f1,Outback Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BLMN,NASDAQ -SG_BRAND_286c599e65433a21,Outrigger Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_4c486f41fa703b7e,Ovation Brands,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c1c400f98386429797e9d2966f977ba6,Owen's Market,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_7716221de5c733a,Owens Healthcare,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_5cc6b20a088e85be,Oxford Learning,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_286a8100d1278b904f0d6fa2b5f02006,OXXO Care Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_c00da3269110666a,P. Terrys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5c67f7e33cda67620d999c4c50e8dcda,P.C. Richard & Son,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_37174149c640145af6f74c2e1e6ed9d3,P.F. Chang's China Bistro,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,PFCB,NASDAQ -SG_BRAND_bccf728f1ed5a35c,Pacific Medical Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5eb2d5649dc22723,Pacific Power Batteries,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_c9deba94693f0dc718bbb1912d6f135d,Pacific Sales,SG_BRAND_2c648ef84225e10f0499e7d255eacf71,443141,Electronics and Appliance Stores,Household Appliance Stores,BBY,NYSE -SG_BRAND_6e10daf79d293a59a426b906402666f3,Pacific Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_1208c18e36b8fd1a,Pacific West Bank,,522110,Depository Credit Intermediation,Commercial Banking,PWBO,OTCMKTS -SG_BRAND_72e8d257cbc09631,Pacifica Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_76b526f32c160c30b78e44391979dca5,PACK-RAT,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_53577319eb5518dd0225614a160a547a,PacSun,,448140,Clothing Stores,Family Clothing Stores,PSUN,OTC -SG_BRAND_15377ecb541ea17a,Padow's Hams & Deli,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_c8f7dad2bc6276dc33ca13254934ccdb,Page Plus Cellular,,517911,Other Telecommunications,Telecommunications Resellers,, -SG_BRAND_8b5de7daf246183,Pagliacci,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ed132ba0b2d778d230d944b64ea20eb5,Painting with a Twist,,611610,Other Schools and Instruction,Fine Arts Schools,, -SG_BRAND_718dfe8e6a18ef0,Paisano's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_9627d34e0f900b605b86c0483b8a887b,Pak N Save,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_772ee8293fb7a846,Pak-A-Sak,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_5dc31d6358b90758,PakMail,,488991,Other Support Activities for Transportation,Packing and Crating,, -SG_BRAND_8dc77ec076bb07392e65e99da5035d7a,Pal's Sudden Service,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fb8949405ee193aa4312969079ec9b78,Paladin Heavy Attachments,,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_93496224cfdc42adbbd2a27da2072cf4,Paladin Light Attachments,SG_BRAND_fb8949405ee193aa4312969079ec9b78,423810,"Machinery, Equipment, and Supplies Merchant Wholesalers",Construction and Mining (except Oil Well) Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_b24c75a4014c967,Pallio's Pizza Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_da7574da1d7a935706093ca3394b6ab1,Palm Beach Tan,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_d28013864dd8dade,Palmetto Moon,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_331e613bbf48d85bd73771ddfcdceca0,Pamida,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_23e0dea8add43f7c,Panago Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_80d5e78e7a23a17724ce3e26e74572d4,Pancheros,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_317cfd028226ab35,Pancho Villa's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4a453a402f10c481d2fe4cefaa1d2b09,Panda Express,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_effc6d5ad147d76cc5636626d7efcae8,Panda Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5aca36eebd9f699e43279800c61b7115,Pandini's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_56ea1d0515eb72429fee0c0afcfe8578,Pandora,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,PANDY,OTCMKTS -SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,Panera Bread,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_22618045df5751f1,Panini Kabob Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4a2511dbe1db98de,Paninis Bar & Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7055f9a8bba57f76,PanIQ Escape Room,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_1ca5b4f944099e1a08d005b0e04e3543,Papa Gino's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2bc3b742e1d5eb8993fb301179f1700b,Papa John's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PZZA,NASDAQ -SG_BRAND_c84f3e1418c1e4a400bc97e55dd04c31,Papa Murphy's,SG_BRAND_6351c180fa642ab1,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX -SG_BRAND_66082645ac8c8925,Papa Razzi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7b5e85293239654c,Papa Severio's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_019ed65b3584fd1c978e0c3e39ca86b2,Papa Vino's Italian Kitchen,SG_BRAND_196a8e1068d8286d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c5d1baf1d92db653ad78c1519bc6f4ab,Papaya Clothing,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_645ad08457e1133ea886ff8abac40acb,Paper Source,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, -SG_BRAND_2785a5e5b4b75931266dfd551a4b766c,Pappadeaux Seafood Kitchen,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7e5ab8c5d0e68000,Pappas Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,Pappas Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_080a407bb4550516602efcf9f8220818,Pappasito's Cantina,SG_BRAND_f29c30d14092197eebc99a93d2adb4dd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b276db333537c66ca679a08db0547130,Papyrus,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, -SG_BRAND_30a7c624815235e9,Par Mar Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_734b15e1bff979be,Paradis,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_72d8c47bc25ee3e2e9751bfbad6c5e2d,Paradise Bakery & Cafe,SG_BRAND_0a8f7236f12142a7d24ed321dcb194d7,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3cd0b7b8d47c9a3,Paragon Theaters,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_756853c94edc4d1ae0f236f876c0dcf1,Parcel Plus,,561990,Other Support Services,All Other Support Services,, -SG_BRAND_be1d40bed004757df4369d291725b8dd,Paris Baguette,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6e6ed17b33882c45,Park & Shop,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_235efbcf715fea0a,Park Avenue BBQ Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_416288d2d347088eee8b3e454e6578ff,Park Hyatt,SG_BRAND_646a180dfe6abc046f3216cd98039022,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,H,NYSE -SG_BRAND_5e0c739e95bd5179a5f0ed7683f6cedd,Park Inn by Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2b18e4fd0b6de0e2,Park National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_3ad9d7826f3afaba,Park National Family of Community Banks,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4d5017439d81e956,Park Place,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_e35fd8868651adc271f72ea260906377,Parker Hannifin,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_2b76e0f61de1be02,Parker Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_75d79844c4f4bd03,Parker's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4e46d90be4603b72,Parker's Corp,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_23335b01d15a570d,Parker's Market,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_25e5063333a11a1b,Parkland Fuel,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7cd9d1074db078a68d99607dcce4369c,ParkSterling,,522110,Depository Credit Intermediation,Commercial Banking,PSTB,NASDAQ -SG_BRAND_25838da5a104342e,Parkview Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3b375e27788cfd99,Parry's Pizzeria & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_534956a5c67746cc,Partners Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_1e64ae3401df7bf17592bf5cfdf326b3,Parts Plus,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_f0522c7c6ecb0594fd2a2e2f693eb3d9,Party City,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",PRTY,NYSE -SG_BRAND_1a78aa58aafc68de,Party Land,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_2c1c384e3fca6b6,Pastosa Ravioli,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_5426a22ba6700908,Pat's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_aa822dba516e0cd7f81de5bd9624bfbc,Patagonia,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448140,Clothing Stores,Family Clothing Stores,WWW,NYSE -SG_BRAND_d67f600f1c75736d,Patel Brothers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6c813d1389a6298,Patene,,444190,Building Material and Supplies Dealers,Other Building Material Dealers,, -SG_BRAND_4d76ff99c54a1297,Patient First,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_91af38dc479f56d7554a0e362c5e1f03,Patio Enclosures,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_87df2536310c2a9bce50ec61ea2d5fc2,Paul Davis Restoration,,561720,Services to Buildings and Dwellings,Janitorial Services,, -SG_BRAND_bbe1d5c1792b2684c41bad0c79748dc6,Paul Green,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_5df60c7d99f2eab58a3322ae42abbaa3,Paul Martin's American Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5ab7866580eb49c8,Paulmac's Pets,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_195e682a76ed05e0c4c727b58a9311c5,Pavilions,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d9ef05728d282af64359a06446d6edf0,PawnMart,,522298,Nondepository Credit Intermediation,All Other Nondepository Credit Intermediation,, -SG_BRAND_fac05edd473b3e269cfac3efd862c56d,PawsPlus,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_4b6b4a3aa01321f8a4a18d8aa07e31c4,Pay Less Super Markets,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_56d71909a5171cf3cab4783743acd591,Pay-O-Matic,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_3902751e1b431af32e855a1519dbf2a3,Payless Car Rental,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_a9a5ac69829b8c28d7f2db19710624ff,PCC Natural Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_13f5f649639cdfbf8b356b5b04f18bf0,PDQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0cc880c8e3a6de2c390104acb07e349b,Peachwave Yogurt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4044dd3381110ff61224cf4148d1e9b9,Pear Tree Inn,SG_BRAND_06fdda1299d64c0d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_12296f1d4dc0772a7d874115bd3c84c9,Pearle Vision,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_7730d57d852a0d31,Peck's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_070cec3ea14c3b1c02b157458b34684d,Peerless Tires 4 Less,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_8421bf6b31aaf51cc6dfa83a155940a3,Peet's Coffee and Tea,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_d3dd048f1302cb7e61d707e01a4e19a8,Pei Wei Asian Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_766c193b2261f1bf,Pelican State Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_416bc0ad0febdf2ea2593a044afe2e63,Pella,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_6811c58408a5c572,Pendleton Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_77035f644d167655,Pendry,SG_BRAND_1b8e221389c746b9,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_99625fa1cac27bb6a2b33b7638afe47f,Penguin,,511130,"Newspaper, Periodical, Book, and Directory Publishers",Book Publishers,, -SG_BRAND_b0ce663aa17cb44d9691b1013ce5cbaa,Penn Cycle,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_d2cb83d0d920c3430ff4d93ec4b3aaa6,Penn Station,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c06eb5de7607707b,Penningtons,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE -SG_BRAND_af6c27c59994df4f43b61e2dbf21f434,Pennzoil,,811191,Automotive Repair and Maintenance,Automotive Oil Change and Lubrication Shops,, -SG_BRAND_5c7bf1d6802e8c6f,Penseys,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_8384e92891a6984a46c67e0a4a30e98c,Penske Automotive Group,,441120,Automobile Dealers,Used Car Dealers,PAG,NYSE -SG_BRAND_28a17457e5bc33c99581072edfe18a6a,People's United Bank,SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,522110,Depository Credit Intermediation,Commercial Banking,PBCT,NASDAQ -SG_BRAND_ba500255b247ba611331ca6702c1af31,Peoples Bancorp,,551111,Management of Companies and Enterprises,Offices of Bank Holding Companies,PEBO,NASDAQ -SG_BRAND_64af8ee8aa0e4e7b,Peoples National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_7a6878fa59429255fdfb0384e0315e98,PeoplesBank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_8d641cc772014028b61fa819e4227c45,Pep Boys,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_7f96cecff07b77cf,Pepe's Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_282b35a25659d0dd,Pepper Palace,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_4318f0a8748edbbb,Pepperjax Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_49a7a17651fb4055,Perfect Look Salon,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_82f0f32ea90f53c1edf87fcb313c56a6,Perfect Teeth,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_22d9abe3d56f9145dca1f95a92de287a,Performance Bicycle,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_0845ba5d066902ebe2ce88eb23433b40,Perfumania,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",PERF,NASDAQ -SG_BRAND_d1cfc90288a050428014409f080279a2,Perkins Restaurant & Bakery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_597afd2cc2783c0d,Perko's Cafe Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7f58e3f5cfb96960,Perry & Sons Market & Grille,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_6ec47fb544d1ff01710a0671dfdc42d7,Perry's Steakhouse & Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0f66e73b02e40ff224ebc1d31d002a71,Pet Club Food and Supplies,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_29a84b46d87cd728,Pet Depot,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_2b7d255cbe8eb758271fa1c3821f37d2,Pet Extreme,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_f53eb2f1d0542b0a6868fc11136266a1,Pet Food Express,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_5bbc97c3a7a0fe95,Pet Pantry Warehouse,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_3e8327f3adffadbfc8d69520d105ae20,Pet Paradise Resort and Day Spa,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_5f1fcc8c188a4bd5682c1a44ce573b43,Pet Planet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_f4108607d19faf23c47490a61fcf1a8c,Pet Pros,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_5405d7c00b3b78ed38b451796af65a0f,Pet Supermarket,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_b4cf3a5fc649dcb5ee9e82ca7632ffc7,Pet Supplies Plus,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_c3721b7f7bffe146b60737b80bd9f47d,Pet Valu,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_d171f02113d358e58b8758971e4ce571,Pet's Barn,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,Petco,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ -SG_BRAND_6e6d5925aad467b19d755eb15309a2c7,Pete and Mac's,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_c3bd1556ff3cb91c,PETE'S,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_67b4606f3b785360,Pete's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4a9d9c82411b3de6f13a94c63fc25b44,Peter Millar,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_6b19a9de26cbe3198be73f6fde0fbfac,Peter Piper Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1d86c306ba9b0950,Peterbilt,,441110,Automobile Dealers,New Car Dealers,PCAR,NASDAQ -SG_BRAND_4b4a46d208062727,Peterson's Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b3a13e58198df8d42715811429b5f550,Petland,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_469f153466454f2c807af0feb6543e89,PetPeople,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_e655e5ed588dfc1a8fbefb56cbb249e6,Petro Home Services,,221210,Natural Gas Distribution,Natural Gas Distribution,, -SG_BRAND_3fee72208d8794e5,Petro Serve USA,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6e2ef19cc8181d3b,Petro's Chili & Chips,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_478fdeabe681351e,Petro-Canada,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PCZ,NYSE -SG_BRAND_25d73ef28f0d646,Petros Restarants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_70fe988f690f3687,Pets Warehouse,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_385994f897239bb06ac1cdf964372f23,Petsense,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_d9a3806438bfe925df89671009a2363b,PetSmart,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETM,NASDAQ -SG_BRAND_fce64412e68b485394315c6c499c2cce,PGA TOUR Superstore,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_32f843e59089676f,Pharmaca,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_3d0743fea9b5a53,Phenix Salon Suites,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_25aeb2f2ea8eef2b,Phil's BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d377c76bed2ca765,Philadelphia Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7e1373d43a40e0886cbf9203889790fe,Phillip Gavriel,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_73ec7f2366612562515e7201b08b9d0b,Phillips 66,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,PSX,NYSE -SG_BRAND_64096d66e67578ea,Philly Connection,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1a942d1a793ebaec8744103cb992bfb9,Philly Pretzel Factory,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_69f08c4d6807f426,Philly's Best Cheesesteaks,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8c4be949044c75e68c4e12bbf9aa2acb,Philz Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3a2eed544acf0611,Pho Hoa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3180239ee34ed8eb,Phoenix,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_427b43419ae3c949,Phoenix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_17c7dff1a7042629,Phoenix Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_5bec1930c973b857,Physicans Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_c9bb49ed72726853567505da0ad05e0e,Physician's Weight Loss Centers,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_e4a74e4313f2d35,PhysicianOne Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_5e9f65c554a618ae,Physicians Care,SG_BRAND_7f61dcd7f2b05fd0,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d14cd4ed2f34f176277146f518dfd74c,Physiotherapy Associates,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_e01e12265b28ac8,Physique57,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_79c309802910ebf7c2a72b8db9264ca3,Piada Italian Street Food,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b715298a142e1ec2afd5bd91491e2472,Piaget,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, -SG_BRAND_6463c903ddfe600f,PIC – Physicians Immediate Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_d58e9a84782497d,Pic-N-Pac,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_b36662e9b4a5a036ac5ea923b922d596,Piccadilly Restaurants,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_3709ac8755375db59e4af8ddfb4f91ed,Pick 'n Save,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_98d9f0509b17a17d9fc5583a9b2f9b9f,Pick Up Stix,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6b26a4e50ad89954,Pickleman's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_9bbd85018bfe82deb9634e6af619eb1f,Picture Me,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, -SG_BRAND_d092be5e7ea4048c8fc7bf8d333a0d3c,Picture People,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, -SG_BRAND_1c29f22bfb290458,Picture Show Entertainment,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_2c3083c74ff148b25d9fd3a5e5ca44ff,Pie Five Pizza Co,SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RAVE,NASDAQ -SG_BRAND_514700c1d7609fea,Pie Zoni's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_956459e2bc3a0d1f,Piedmont Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_f372f9969f6e1ae119a13ff4fc78fd2d,Pieology Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fb47be4fe8ceea2ad5c6e80e96705a83,Pier 1 Imports,,442110,Furniture Stores,Furniture Stores,PIR,NYSE -SG_BRAND_5a8d780be57bce08,Pier 49 Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_713244b4002f1f9d90630aa42d4dc9d2,Piercing Pagoda,SG_BRAND_1387c4b21a20509d,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_51d7953e9d86d8b7,Pies & Pints,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_303b3231aea41d82f470d14d1af20ed6,Piggly Wiggly,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_78bda34b14ea54f8dc10f30a18ef3dfa,Pigtails & Crewcuts,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_390125cc210d65ac,Pilates Proworks,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c4f98f7b0308a552ac5f6d6802412fcb,Pillar Lasers,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_70ee541161859d65,Pilot Flying J,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_dcef5094cf7163405ff81ec074b0e1bf,Pinch A Penny,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_7fb2cf6ac5a4edb3,Pincho Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e3d7ec598491c171f5113373234fad12,Pinecrest Schools,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, -SG_BRAND_5ca62fdd3c311e58,Pink Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5c2eb026c1d4ad95,Pink Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_04d0d7a918ea9bfa51c4c1577bc66947,Pinkberry,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3ddf1b35295434005907a8cb2cacdf6d,Pinot's Palette,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_5fc1cd51b8579c7e,Pinstripes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11496f7439a9122c,Pioneer Bank,,522110,Depository Credit Intermediation,Commercial Banking,PBFS,NASDAQ -SG_BRAND_5ee818ccf638c43,Pioneer Bank New Mexico,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_23700ad89252400d65a4c382edc20243,Pioneer Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f2d889c8b3e9565428e81f474ee0634f,PIP Printing and Marketing,,541810,"Advertising, Public Relations, and Related Services",Advertising Agencies,, -SG_BRAND_df8c4eafe5f7e1bc,Pirate's Dinner Adventure,,711110,Performing Arts Companies,Theater Companies and Dinner Theaters,, -SG_BRAND_fe91df46fb3a8d30e80a38dda20ec3c6,Pirch,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_e204050c93ada3ca5f2fe4dacc4ff4af,Pirelli Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,PIRC,BIT -SG_BRAND_78fefdcc68adba68,Pirtek,,332510,Hardware Manufacturing,Hardware Manufacturing,, -SG_BRAND_fcd66f84865d4bf,Pit Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_a79fcc3798864f47,Pit Stop Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_73323887e47473b9,Pita Jungle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bd24e51034479e400ca242c0e7016c60,Pita Pit,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_10d02a4d7e9b82b8,Pita Pouch,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_34d7756ccaa4d5de,Pitfire Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_60a9b95d710d51b8,Pittsburgh Blue,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c96d8b53e8252722a5ff32ee90d31628,PIVOT Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_6d62d31bb11d439c,Pizza 73,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1a0387931a98f2ed,Pizza 9,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_716e21825db7e396,Pizza Boli's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6851c5405c602942,Pizza Cucinova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_65acf07afa778a9e,Pizza Depot,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e0ba831ff263321b607cc915cff4cda6,Pizza Factory,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a11bbd21720b2d5009647b0f6f0a14c0,Pizza Five85,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_27d17f416fb26d5d,Pizza Fusion,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_635dc70cc6312d1d,Pizza Guys,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1f2a4b730dc533366115ba7f5168b074,Pizza Hut,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE -SG_BRAND_05a3a51dc493846fb5d9c8d144b6187f,Pizza Inn,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RAVE,NASDAQ -SG_BRAND_27ea8c18d3438dc32681a373006c7477,Pizza Joe's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_84c1c636e9945ee8fa14664918695ffd,Pizza King,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_48ac37fc5cc6d312,Pizza Loca,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_19d16c424de77a9e,Pizza My Heart,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9fcf570619130b2b,Pizza Nova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e502ac8044275374331373ec90b098e2,Pizza Patrón,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5a090925a0646b36,Pizza Pie Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2430f065c1f923fd,Pizza Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,PZRIF,OTCMKTS -SG_BRAND_3e09021a95e9a0311fda23fd69295042,Pizza Plus,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f53ecbf2df960409015ffe87f91281e6,Pizza Pro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_48f70a49e270a43561136fef89ec4951,Pizza Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_11eb79cdf1763342,Pizza Shoppe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0b42eb8397275ba8363ed208c6a898b1,Pizza Studio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_35b8bec713aea7be,Pizza Time,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b2a7f06be78e8899a4468eb6043e0e29,PizzaFire,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5e4234b7d8f1a282cee29c69a17bd146,PizzaRev,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_457f285041d3b02c,Pizzeria Limone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_93e43b14a05847f38ae411633464884f,Pizzeria Locale,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_34988ab0416af6f9,Pizzicato,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_31052fa99154c3e3,PJ's Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_67a73153d057e30a,PKSA Karate,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_236b2595ccdd6db3ae7cbd28596d9f55,Plaid Pantry,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2d3b83c8d86a9869f133e566dd13f9b6,PlainsCapital Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_b3f873b58fb95d03449d26986257971b,Planet Beach,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_5fda78369027788cb79d6348b3db52c7,Planet Beauty,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_55996cb8243864af8733b75cce143693,Planet Blue,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_c31fc3155fb9ca076972bb72985724fb,Planet Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,PLNT,NYSE -SG_BRAND_1de0faac203bc5d76fc180d2cd81d167,Planet Smoothie,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_9eea06fd0ff171b0ece9897f482dd9c1,Planet Sub,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_45fd706488b1c64a,Planet Wings,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ce992da6345c524a22db401bc1a5d69a,Planned Parenthood,,621410,Outpatient Care Centers,Family Planning Centers,, -SG_BRAND_053cebbdc5c9a2d4,PlasmaCare,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ -SG_BRAND_e75c84525f49039dbdf30696eadd03c0,Plateau Telecommunications,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_ab9f5c33031a41b8c877ad3dd5dc7660,Plato's Closet,SG_BRAND_6078c00b7e4eb7c3,453310,Used Merchandise Stores,Used Merchandise Stores,WINA,NASDAQ -SG_BRAND_e4391be29252fc46aa342532b08e867c,Platt Electric Supply,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",, -SG_BRAND_d6080580b709ba5ef619b3d803b34ce2,Play It Again Sports,SG_BRAND_6078c00b7e4eb7c3,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,WINA,NASDAQ -SG_BRAND_fe01e40065eb2519808115f9e1922b4c,Play N Trade,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_4471e4e92b3499bf,Plaza Azteca Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_09173ef7e4bcd1addd7507ce2554a138,Plaza Tire Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_766d0b03bb5448c6,Plex Hiwire,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_4059c12f57ca29bc,Plow & Hearth,,811411,Personal and Household Goods Repair and Maintenance,Home and Garden Equipment Repair and Maintenance,, -SG_BRAND_c5d14ca9034b55005bb28c0185f4b1df,PLS Financial Services,,523930,Other Financial Investment Activities,Investment Advice,, -SG_BRAND_694277bded2fd376,Pluckers Wing Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1040df5856d18f505124392b6df376f4,Ply Gem,,238190,"Foundation, Structure, and Building Exterior Contractors","Other Foundation, Structure, and Building Exterior Contractors",, -SG_BRAND_539b23a0a9034b53,PM Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_8d118958765f090,PMG Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_497acb260184e50118775402a5fd6e23,PNC Financial Services,,522110,Depository Credit Intermediation,Commercial Banking,PNC,NYSE -SG_BRAND_41c4a4d2bca23c054e93f08d7899c743,PODS,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_1757565a9045d17c,Points Tire & Auto Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_cb639fee2cac7035,Poke Bar,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_10c49b5f83f3a1c5,Poke Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_40cbfdaab871cf38,Pokeatery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_71f76d30fae4bd35087d25694b18a702,Polaris,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",PII,NYSE -SG_BRAND_498fbe3761627982e03711e0b95cfdd1,Polaris Pool,SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,, -SG_BRAND_671126422e1486cd,Polito's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_821d4425273bf5ae8a220486b0974f81,Pollo Campero,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7079c42698203d70df4a030591fe99b8,Pollo Tropical,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7c523034f2c42b1b,Polly's Pies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b32dcb03e408513a17f757b9b1c5695e,Pom Pom at Home,,314120,Textile Furnishings Mills,Curtain and Linen Mills,, -SG_BRAND_c8bffafbe36a3f42acd25709ee81781a,POM Wonderful,,311421,Fruit and Vegetable Preserving and Specialty Food Manufacturing,Fruit and Vegetable Canning,, -SG_BRAND_66e97b2565f3a14f,Pomp's Tire Service,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_38198dd232f636dff4a4799dfef61797,Pontiac,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_43ebfa67fd163e08,Pontillo's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cd773f0c970d7eac,PoolCorp,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, -SG_BRAND_2001dcdaa38a17c,Pop Physique,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5725c57624e4d885d0bf718123615aa9,Popeyes Louisiana Kitchen,SG_BRAND_af6efd1c6e8b04bb,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PLKI,NASDAQ -SG_BRAND_35ec44890aeee5cc,Popingo's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_39bd1e4e59bb37377cdd7b131f01dc40,Popular Community Bank,,522110,Depository Credit Intermediation,Commercial Banking,BPOP,NASDAQ -SG_BRAND_d599eae7a636d54c1c707514b1a76d77,Porsche,SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS -SG_BRAND_55c13c03bec69a26,Porsche Design,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_56da8d7c45459042,Port City Java,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_53f82ce3b8399c273b24ef0e0858752a,Port of Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b14eadd6e1e55f7b,Porters,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_481e91e018e72401,Porters Thriftway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a84b23af0bf699bc6c47f5d9ab535543,Portillo's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ec24f87328fa68618c63c7e473ec2516,Portrait Innovations,,541921,"Other Professional, Scientific, and Technical Services","Photography Studios, Portrait",, -SG_BRAND_14e796dfa4aa4358,Ports Via Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_750c44cf5feb72dd1601471cc27346ea,PostalAnnex+,,541860,"Advertising, Public Relations, and Related Services",Direct Mail Advertising,, -SG_BRAND_a15b78cd3b4f8a32ded3276cdd4acad4,PostNet,,561990,Other Support Services,All Other Support Services,, -SG_BRAND_14223a0f5c0343028b9744ebb74e584d,Potbelly Sandwich Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,PBPB,NASDAQ -SG_BRAND_d047c33f8493ecedcbb92c566094c59b,Pottery Barn,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE -SG_BRAND_c9e0f6b05480d3e8e87019974ebb5cd4,Pottery Barn Kids,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE -SG_BRAND_67db410f91aa5b8d,Pottery Barn Teen,SG_BRAND_d047c33f8493ecedcbb92c566094c59b,442110,Furniture Stores,Furniture Stores,WSM,NYSE -SG_BRAND_43578c2dc66c6721,Pour Boy Oil,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_562ecd5a0ef8e121,Powell's Books,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_2140189fdf79eca0be730dcc6d31af39,Power Finance Texas,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_4f0cb4e8eac67055f83b63d4cdd1fc8d,Powerhouse Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b873bcfb04fb1cb99617cd050a187a3d,PPG Pittsburgh Paints,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,PPG,NYSE -SG_BRAND_5d763b2b0a9259a40809888b1aec55b6,Prada,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_7c3a4dc0fc8b74fc,Prairie Life Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_176374b208ace015,"Prairieland FS, Inc.",,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_832aee914b26c5a95d18b2f811fd8f61,Praxair,,424690,Chemical and Allied Products Merchant Wholesalers,Other Chemical and Allied Products Merchant Wholesalers,PX,NYSE -SG_BRAND_c578fdc54746d5b7f271a46eedc169c2,Precision Tune Auto Care,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_a612cd13f29beed4dc9db5c1b735b5da,Premier Home Furnishings,SG_BRAND_4d9a54cd3f7d9b32,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_7fcf8b78c6d05d33,Premier Rental Purchase,SG_BRAND_4d9a54cd3f7d9b32,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_61f319517171f711,Premiere Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_396dea43936f127f,Prenger Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_300f7efb4390a30,Presidente Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bc9bccf393752400ce3fd236f13731e4,Presidente Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ef28a87619493738e21f2ea4bebe11a9,Pressed Juicery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3252dda3cd896fac,Prestige Preschool Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_67ba20016e573eb6,Presto Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dc0f15ca936ea290fa731e767c89b64a,Pret A Manger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_592386bc585f383,Pretty Kitty,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_930b411a8d999aa086093b0d9a0145df,Pretzelmaker,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_4ddc49e63af96dd8,Prevea Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_24f95258245153a6,Prezzo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6ddb6b6c8076ea69,Pri Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7d421165d3b52701,Price C Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_cdc9c3cedf502f57,Price Chopper,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_11c3dca162d085812b85a046a1c40563,Price Chopper New England,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b2fd93364efe4c1fb2d68cb440ed5485,Price Cutter,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5a0979481d303da64cde2859ee5508ef,Price Less Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e36d85e97a3924170277fdc8e0df0453,PriceRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4ff65e20eb4dedfe,Pride,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_66739066f2c3ef9a,Pride Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_1f8883d3d36cf577,Pride Staff,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_dbc77e09f01f6ac,Primanti Bros.,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_06fe650d18ad76f5ee1e9fd346830bb3,Primark Stores EU,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1a3199a6e1f4f63e,Primary Health Medical Group,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_affa7443cc56115f,Prime Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_8f0572de082ff57a9abbc4bd60826253,Primerica,,523930,Other Financial Investment Activities,Investment Advice,PRI,NYSE -SG_BRAND_447e8ddad45095ab,PrimoHoagies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_671f0a1e19481c25,Primos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6ff66da1518bb61132995a7578bdb189,Primrose Schools,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_de855d293f0e97fd,Prisma Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5b00e38e507ebd68,Pro Cuts,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_6fe947ced3835172,Pro Image Sports,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_3e6a220ec6d4633a,Pro Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_cae3387f38b41e8da34f81a4e4cb366c,Pro Scan Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, -SG_BRAND_1b0a0c35f83c00b64c7e7937d44e3d9c,Pro-Cuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_cab1308e610afe0bf763ec05dc9edc28,Progressive Waste Solutions,,562219,Waste Treatment and Disposal,Other Nonhazardous Waste Treatment and Disposal,, -SG_BRAND_a6d5028ad12bd7f1,ProHealth,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_79b7e89d5262c00ea83d2fc025e0a595,ProHEALTH Care Associates,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_e534bc70bdac768a69613385bd2f4f31,Project Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1b8b68ffa67e8336,ProMedica,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5a2dc61ec30f7357,Promptu Immediate Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_a6e5a8da0193bd69c8b4455d56e53468,Pronto (National Pronto Association),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_bb0ed605e96a5dd8b0c0e49c648e4e7c,Pronto Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_140833668ca1652a,Propark,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_39386da23b9d1b55,Proper Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_5ec45d2cc24bed1baff97fd5de492d68,ProSource Wholesale Flooring,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_8b8e896e217e3e59b67d4da4202c5224,Protein Bar & Kitchen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1bee56d1065af8f2,Providence Health & Services,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_c9bf983b35126af,Provigo,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0bcf22ae71884bde08d76736332bea6b,Provino's Italian Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_592e57dee5f87271,PruittHealth,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_1d478d340d2bb879,PS Food Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_9d76fdc2dd982c079579b3062d620815,PT Solutions Physical Therapy,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_a31aaa83f438de8,Public School Restaurant and Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1a2e7806afb9c1c7d60fd00219204dde,Public Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,PSA,NYSE -SG_BRAND_8816cf3aede474ecbdb03d62efaad185,Publix Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7fb64b3ff5a3af4f,Puccini's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2017b7d0fd92f05ed953672386947601,Pulp Juice and Smoothie Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_94e676c2fd6dd11e6fbd5694105794d7,PUMA,,448210,Shoe Stores,Shoe Stores,PMMAF,OTCMKTS -SG_BRAND_35004b0060996679,Pump & Pantry,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_60d90da77f54ec0f146da4c812c5bb8f,Pump It Up,,713120,Amusement Parks and Arcades,Amusement Arcades,, -SG_BRAND_455c348d8652cc1cbafd25cf0c804572,Punch Bowl Social,,713120,Amusement Parks and Arcades,Amusement Arcades,, -SG_BRAND_5f31876c367cecb8b8db3b2a14e6d2cb,Purcell Tire & Rubber,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_5c009b6db1eacf4a65d273d0f19b3c73,Pure Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_72738e5f736a827b,Pure Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_76e8ec7a807445d4ef80d35d2ed37532,PureBeauty Salons & Boutiques,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_5c78f57037645fb5220697ccc78b9a8d,PUREBEAUTY | Trade Secret,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_1912d074ad7936860178d907d110bd60,Purina Mills,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_31d4779c75d18c55392fbd4fe987d4b3,Putt Putt Fun Center,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_9844f56098987d277d93d1f16d61be5f,QBE Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,QBIEY,OTCMKTS -SG_BRAND_ef6473af242b9d8860555eb606b1ca6a,QC Supply,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_a8a4c5ffbc96276d7bbbabfa5bb2a076,Qdoba Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_42d5b0416d0686b72e492f2a0eed218c,QFC (Quality Food Centers),SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_56ff2e5271c4723,Qik-N-EZ,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ebaa606f6506c7210bfe441dc317e820,Quaker Steak & Lube,SG_BRAND_27a15966382ba3e78015b40d2e1fa976,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TA,NASDAQ -SG_BRAND_9f18ade53828e57,Quality Dairy,,424430,Grocery and Related Product Merchant Wholesalers,Dairy Product (except Dried or Canned) Merchant Wholesalers,, -SG_BRAND_196a8e1068d8286d,Quality Dining Inc (QDI),,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_661b51693f879a20,Quality Foods,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, -SG_BRAND_651e8ed61dd14af7a20c84019dc47d2b,Quality Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_97b92017a03a9c55,Quality of Life Health Services,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, -SG_BRAND_70e39dccaa7f4fb1,Quality Oil/Quality Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_7b084b361448eb34,Quality Plus,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_a4eb5bae8cb542a1cdbf83d9bdcc98ae,Quarles Fleet Fueling,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_91fada511f103594c33c715188cb9f20,Queen City,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_3406bd03e8189a9665ab9e3dead8226c,Quest Diagnostics,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,DGX,NYSE -SG_BRAND_d57825fb7926a6df09e009d9fec465ef,Quick Lane,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_29dd603b65978d69,Quick Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_45789ca8cd5333ce,Quick Quack Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_6241cb18d96b87aa,Quick Shop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_1f4bb7e62b5c865f49efd4bb51d5af7c,Quick Weight Loss Center,,812191,Personal Care Services,Diet and Weight Reducing Centers,, -SG_BRAND_601eeaf874044db9a43e75afff89610c,QuickChek,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_50f6c9d7ca642d25,Quickly,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_118be42d2540a7d6,Quik Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_59466f179cf6122e6f8ac4cb9574e63e,Quik Stop,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7045c7860c77ee4770cc730052be2c2a,Quik-Lend Cash,SG_BRAND_2f56c53432c72dc7dd15fd26d7c9c54c,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_7732de3aeaa5886f,QuikE,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_16d1be2e0123eee3fec37575026358d9,QuikTrip,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6f30cae859040bcb,Quillin's Quality Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a6b9c3bed128c3bc3670fd20dbaadeac,Quiznos,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ecfba3ce28f1b98,Qwench Juice,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_72fd9b3f5c87a024ebc90a86049e7e08,R Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_23f03aa7fff568b0,R+D Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d2dc91203b2e22a,R-Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6f1e419edf353905,R.E. Michel,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_fbf8df1c3a2a1233ab2583c11aeb1d89,Ra Sushi,SG_BRAND_b367560055f0c6e17704a0cb9acda26d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,BNHN,NASDAQ -SG_BRAND_14820a1ca040114bf511d5d5339a2791,Raben Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_093c316deb8511f8852224f993dfa984,Race Brothers Farm and Home Supply,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,RaceTrac,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_58188567547a3af7668c84f3516a0bfb,RaceWay,SG_BRAND_5d4a51cfb61704bc0775f828ae014f30,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_6085a08ea13936bb,Rachelle-Bery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b68625fa612b400cf39fff24d91a9b90,Rack Room Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5a8248d0f7dbf7d9,Radiator,,423140,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Parts (Used) Merchant Wholesalers,, -SG_BRAND_c01285d1f03561f1cf277f0e832a1d75,Radisson,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2888e97304c6a2cdd30a1cbc77cc9e54,Radisson Blu,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,Radisson Hotel Group (formerly Carlson Rezidor Hotel Group),,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_2c5cc37752704216,Radisson Red,SG_BRAND_d984a630cb6a99ed5e92d3b4d7dd7f36,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1ace6e615ad6f164ed29dc189df3402d,Rag & Bone,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2935530f2cf4801f,Ragstock,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_4ca5e8fb3abded90a4ae19c472d461da,Rainbow Shops,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_6374b6e31555422425c699d36b989235,Rainforest Cafe,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8017619598f197e2494560ec1e052c69,Raising Cane's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3c9ffd11765dcd22,Rajbhog Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f5a067a91b7712,Raley's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_165bf44d6f055b25,Rally,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_c9d830782ede12dd874be6339b79c17a,Rally's Drive-In Restaurants,SG_BRAND_e32aa8be5a97cbed25cfdb82713e7edd,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_790c6eabf25d3b854cd9c3ec7ead2fe5,Ralph Lauren,,448140,Clothing Stores,Family Clothing Stores,RL,NYSE -SG_BRAND_5c2551f3e24165ee,Ralph's Italian ices & Ice Cream,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_5de385daebaef4e582bb3da40e9dcd5c,Ralphs,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_a79fa98d177070d8,Ram,SG_BRAND_3118e9dbb4e557ce,441110,Automobile Dealers,New Car Dealers,FCAU,NYSE -SG_BRAND_960f53aa910fbff14ccd1822cc414287,Ram Restaurant and Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_755df91abf3f0c56d706d7a68f441ce5,Ramada,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_430e38c9f32fc713,Ramen Yamadaya,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7df3cb7454a96825,Ramey's Marketplace,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1e8673ea429f28b5,Ramona Tire & Service Center,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_d381193dc1f482a,Ramunito's Brick Oven Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_37c3c6814c3311f6d43f70b6dfee7d7f,Ranch One,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX -SG_BRAND_9ef317a5a21f46f5fbf017ea5b52ec29,Rancho Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1c18ae7aefd183082f6d66bf917c778b,Rancho San Miguel Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5f364c288ff8b60e83b0795d2dfeee36,Randall's Food Markets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b6a2fd99dc6a8284818b61208f81428f,Randolph-Brooks Federal Credit Union (RBFCU),,522130,Depository Credit Intermediation,Credit Unions,, -SG_BRAND_4f9edafdca8658f8aba5a066069fc022,Randstad,,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS -SG_BRAND_95a9f31b01d5dbda5b395f48f2a36316,Ranger Boats,SG_BRAND_fd1e7be2531695078ea8e5d52f95aa74,336612,Ship and Boat Building,Boat Building,, -SG_BRAND_4037845ed26a27b093d7da2f901a26a9,Rapid Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f68ad9d6387c821d7a2cc4dc440a8087,Rapid Refill,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,, -SG_BRAND_1be6e978f710d5d5,Rapid Roberts,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7e579871dc62c92d,Rapid Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_9f3c04a2db270a148c1de2a0dea9a7af,RapidXchange,,454310,Direct Selling Establishments,Fuel Dealers,, -SG_BRAND_3465f641a4548515,Rascal House Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d23b5a42767cf84f5a535b5a54fa5678,Rave Cinemas,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_2aec4dc2e04b4bc,Rax,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_54921565d09ad66c2977781184732ffe,Ray's Food Place,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1d33d996f84ed96d957d92254c1ff53b,Raymond James Financial,,523930,Other Financial Investment Activities,Investment Advice,RJF,NYSE -SG_BRAND_def6d8fa7584b0c820ff2079e625327d,Raymour and Flanigan Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_ac4d8b5d16f1876d3280dd6d2adb01c1,RC Willey Home Furnishings,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_1835f17081a6e113,RDO Equipment Co,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_89d515c4629a3611,Reading Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_70a9567c853bfe0e,Real Canadian Superstore,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_75f138d04554c120,Realo Discount Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_7e9e12c5e02342de,Ream's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_20b3e9fa515f049c,Reasor's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_65ed72f435ddd53cb3efb0b018ce2af4,Rebecca,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_aec6d751ec3aad6fcdead192ba47b700,Rebecca Minkoff,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_7b1ed1580850ca3d,Rebecca Taylor,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_bfaf46323fb38a0,Rebounderz,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_56324d752ddef929,Red Apple Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_f758fc42d7832ff62815e743713f9087,Red Hot and Blue Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4e26140f6ce48c53,Red Lion Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_c586c3045452d17f,Red Lion Inn & Suites,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_555bc88c634b70fc1811399c472524bc,Red Lobster,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6fd78859d199d2811a6fb1225910294c,Red Mango,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2d5d94799c5a173d,Red O Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_43c37828eea455d9,Red Olive,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e70fc8a184e89d79,Red Robin Gourmet Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,RRGB,NASDAQ -SG_BRAND_5596332340ca64ad125f8982d64f1ab7,Red Roof Inn,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_729e1119b32d21b5390ab07cd23db08d,Red Wing Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_7977c05a8011ecc,Red's Savoy Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bf042760ab63ffd13a7af0c01fbc3868,RedBrick Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_691fac1802b512370aba6a4aaf6314a3,Reddy Ice,,312113,Beverage Manufacturing,Ice Manufacturing,, -SG_BRAND_2955eebac1737126,Redi Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f12c449ad7996c8faa951a9736f7a08f,RediClinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_7b81f0304b97323a7cda9e4c40e66335,Redlands Grill,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE -SG_BRAND_13d0e2952c54b4418e6960f6efa67c71,RedMax,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_23c9aa8354e8efa6,Redneck Heaven,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0355fa435a191f7e087cc2614782be13,Redner's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6eec518e124a7268,Redrock Canyon Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_36800efc87eab039,Redstone,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_88b1432e046d3580de43f0d2ccc09bce,Reebok,SG_BRAND_4db6adde7999319bfb67bee86942f8e9,448210,Shoe Stores,Shoe Stores,ADDYY,OTCMKTS -SG_BRAND_dd1e82c38674d0a23acc338bbc4c2b83,Reeds Jewelers,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_4191381fa35830a4,Reel Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_618e25b628ca3a46,Reforming Indy Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6cdab01ceb7ce1a3aa0ed865233aa6cb,Regal Entertainment Group,SG_BRAND_e47221f86f8daf82,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON -SG_BRAND_e47221f86f8daf82,Regal Entertainment Group inc,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CINE,LON -SG_BRAND_024ec2525e0db48ed1f9f6013a43907b,Regal Nails Salon & Spa,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_44fca72a05d33c5ef67c2e1381c0d413,Regency Beauty Institute,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_52fd98d222d8a6fd,Regency Hospital Company,SG_BRAND_067d3dc3c5235609,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE -SG_BRAND_143d14644f1e7e03,Regency Pacific,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_2620f31b293577da,Regina Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e651ef829b02536122f02e77537d18fa,Regional Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,RF,NYSE -SG_BRAND_fdb30999f82136215abf97c7bd020043,Regions Bank,,522110,Depository Credit Intermediation,Commercial Banking,RF,NYSE -SG_BRAND_2f65554b99c708fa,Regis Corporation,,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_7bdaf386ef829f4e,Regis Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_bea0184aac2ef216c834b3e24a88c38e,REI,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,REI,NYSEAMERICAN -SG_BRAND_58226a0e41d4cc4c,Reid's,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_5680246793034d75,Relax and Wax,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_f0eb6ecd25936765018866832242a5b3,Relax The Back,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_f31214ffa210f1ae373e7066856bf4f9,Reliable Beauty,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_ef2f6df1036f30c0b18d02f147ac8d1c,Rembrandt Charms,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_96d1e09b0fae1176e4bf323bf418bb72,Remington Arms,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_039ea5d4e06fd7b0528ae2793bb8818b,Remke Markets,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,, -SG_BRAND_aa9fc7f96c254ba2c9b154634c0fc307,Renaissance Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_902a1f0263e4b9be9b6512f9c58b84e6,Renasant Bank,,522110,Depository Credit Intermediation,Commercial Banking,RNST,NASDAQ -SG_BRAND_d7694603918f4ff69d9496762dfc7297,Renewal By Anderson,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_f9613c02f3280c9e1f932797be12a106,Rent 1st,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_e1676df366c0c6eb8bc617f81b4a759c,Rent A Wheel,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_dd1a73ad9a2ade954c989c8bf3a3011f,Rent A Wreck,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_d74566a656b266e1cfce524881896052,Rent King,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_a2b9898bac4bf2928e41f495241330f7,Rent One,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_f10afe4f0834b5f7dd95c0feceabbf7c,RENT-2-OWN,,532289,Consumer Goods Rental,All Other Consumer Goods Rental,, -SG_BRAND_9253e13a376344832320449173132b9d,Rent-A-Center,,532310,General Rental Centers,General Rental Centers,RCII,NASDAQ -SG_BRAND_4ffd28c1d78708fd,Renys,,452210,Department Stores,Department Stores,, -SG_BRAND_e82130d211d31390d2fb5bd864eff50b,Republic Services,,562211,Waste Treatment and Disposal,Hazardous Waste Treatment and Disposal,RSG,NYSE -SG_BRAND_7e071baa024a365a452b8ff5e4fb26a7,Residence Inn by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_16283fcd03ab7a58,Restaurant Amir,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_af6efd1c6e8b04bb,Restaurant Brands International,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,QSR,NYSE -SG_BRAND_7c25fd3f2c88048da5110b04786f7e60,Restaurant Depot,SG_BRAND_551fe333050a845e6da8be88d9789a4c,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,, -SG_BRAND_45ef2cf3d02e104e53493945a2b3c191,Restoration Hardware,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,RH,NYSE -SG_BRAND_83df0976e154b9350581650968aa2b54,Retro Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1c832b88309e5da3,Rev Cycle Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_783dd6e285cf34d0,Revelator Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_338b4b1c4feb1a5b,Rexall,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_a9199aeea4ad3377a928ed016e2bf67a,Rexel,,423690,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,Other Electronic Parts and Equipment Merchant Wholesalers,RXEEY,OTCMKTS -SG_BRAND_7e9684f3ab05f6d9,Rey Del Pollo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f0cd34bb9e3442e,Rhodes 101,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f3811919e5414cdd7d72439bc029b777,Ria Money Transfer,,522320,Activities Related to Credit Intermediation,"Financial Transactions Processing, Reserve, and Clearinghouse Activities",, -SG_BRAND_6ddf53982d73002cf3bd72c03e49452c,RibCrib,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_73d34855d503952b,Rice King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_60d327a02719f9b5,Richard's Whole Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1bcf1b486cba69b5,Richard'sFoodporium,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_673dc89211c2bf0e,Richland Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_49ab6b19540b4993,Ricky's,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_5de03971d00651cf,Riddle's Jewelry,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_328bcfcba54b02fe,Ride Indoor Cycling,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_81dc607c0ddee5a,Ridley's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6d361b518424f873,Riesbeck's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_933b043e46cbd35fe0f3ebb5a77c791e,Right at Home,,621610,Home Health Care Services,Home Health Care Services,HOME,NYSE -SG_BRAND_62e6612bd7b05f7e,Righttime Medical Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3980d312910a130f,Riley Rose,SG_BRAND_88461a3df4ffdc97,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_f3b168bbd6cb5c925590ac88e880398e,Ring Power,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_64758a79aa364b98,Rinkov Eyecare Centers,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_22ab7d8911251085,Rio Grande Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ee7523fdf834df39febc0ed5b248c352,Rio Ranch Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ac1ecbfb50b496f6,Ripley's Entertainment Inc,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,, -SG_BRAND_15294874e87bd7c80a8c3262adc6e7d6,Ris Roofing & Insulation Supply,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, -SG_BRAND_3908fd3077838082,Rising Roll Gourmet Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_0c60bb005d8d68ca62b8eee9658b0a23,Rita's Italian Ice,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c7706c9b14f2ca266c2a309dba059031,Rite Aid,SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,RAD,NYSE -SG_BRAND_4ee28bb33f9574fc240077bfd6240cb8,RiteCheck,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_83336c747e2de42,Ritter's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4167ab3b6305b456,Rituals Cosmetics,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_32b85fdb53765e47,Ritzman Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_50d0958e2b135ac3cf44dbf321dedaab,Riviera Fitness Centers,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3cb5211af9550ad8d98ca74077406016,RNR Tire Express,,423130,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Tire and Tube Merchant Wholesalers,, -SG_BRAND_a7debc799fc7db0cf14f3f2506b1b8a4,Road Ranger,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2a0a92cbe6862bed,Road Runner Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_37d81d07757147da,Roadrunner Markets,SG_BRAND_424a47b33a953161,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_fd82082115187cedf929c941ca41ce27,Roady's,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, -SG_BRAND_967bc8e3bc77ab5e6d2ddeb22b8f6df8,Robeks,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_9cfcd83fb00470d2a0384c8578593a2e,Robert Wayne Footwear,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_90106d9ec0a3850,Robin's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_49ccb5e882acbfdb,Robinson's Taekwondo,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e5e71d48c9520d6,Roca Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5c670b37336beeb5,Rocco's Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1006678755cfe2bc,Roche Brothers Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_dbeac57353692520e327d7dbf6579209,Rochester Big & Tall,SG_BRAND_4e2b9be38687bae290ca6aa7227a71cf,448110,Clothing Stores,Men's Clothing Stores,DXLG,NASDAQ -SG_BRAND_31e2651b7397e1e0e3bd8305a5f985ce,Rock & Brews,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2cbda91073e79599,Rock and Reilly's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ab72289b6411a6674cc754c0506ac947,Rock Bottom Restaurant & Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_66241b8c5b9b8e49,Rock n Joe Coffee Bar,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_733134c59cc988d6,Rock's Discount Vitamins,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_7ecb2d688572378e,Rocket Fizz,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_1c540ed95835c08eb0126cba4d99e3d6,Rockin' Jump,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_6913ef2707ecf0a6989493596e649c1a,Rockland Trust,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_11f0d2db6eb303df,Rockler,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_a2d37b7be9f80fde2cc8d43cb74333c2,Rocky Boots,,316210,Footwear Manufacturing,Footwear Manufacturing,RCKY,NASDAQ -SG_BRAND_2034fa949f3cd3a17c3af5af5db4897d,Rocky Mountain Chocolate Factory,,445292,Specialty Food Stores,Confectionery and Nut Stores,RMCF,NASDAQ -SG_BRAND_67816b283b95f849,Rocky Mountain High Dispensary,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_22423ef7d37320f9,Rocky Mountain Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_b966b6a3ce93646d,Rocky Rococo Pizza and Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3bb358cc7d06b434,Rocky Top Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7b2e86980ff423a5,RocOne,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_157f367cf4a483f0,ROCS,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_8f8c477cc1997e9819b1034f3c3aa16a,Rodda Paint,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,, -SG_BRAND_6615e62073020a0b,Rodeo Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_61f9ea58114ff6510327c10141b22cd1,Rodeway Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_5404253e29563a7d,Rodizio Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f7b5ff748883f5e,Rogan's Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5a9e327943b4e5609c11f7cabf3ad14e,Roger Dunn Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_133c044f40d6fce5,Rogers & Hollands,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_8c8a50cf61983351,Rogers Jewelry Co.,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_83b48dda8302d3652a572c03a89fde8d,Rogy's Learning Place,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_495b086776e9efccc306e291f4948925,Rolex,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, -SG_BRAND_a678b1f7a753a9dab9379b18a6451a99,Rolls‑Royce Motor Cars,SG_BRAND_71913f59e458e026d6609cdb5a7cc53d,441110,Automobile Dealers,New Car Dealers,BMWYY,OTCMKTS -SG_BRAND_9fb0158640de6cb692a0946314f5a605,Roly Poly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7211bbce5d6ab162,Roma Pizza & Pasta,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d07a345ae93aed458709c355f6da5562,Romantix,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_1ffa1888685b828b,Romeo's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_40b76c31b1610ba6,Romp & Roll,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_53bd150cb82c07a5,Ron's Hamburgers & Chili,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_12ed73d18609637f,Ronzio Pizza & Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_48107276841a0cd44c9060d5d29db9a2,Roof Depot,SG_BRAND_1b2818c0478264ea,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",BECN,NASDAQ -SG_BRAND_1a6d9b353775104105f10788fefc075a,Roofline Supply & Delivery,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, -SG_BRAND_675cf1d502b80c1e6400e38c66fe9781,Room & Board,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,Rooms To Go,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_238b09c8cb8148de,Rooms To Go: Kids,SG_BRAND_e59ed11bc7f1131ebb21e25874349bb8,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_2e6ff9a2555e88b16a5e435cb01c9b46,Roosters,SG_BRAND_2f65554b99c708fa,812111,Personal Care Services,Barber Shops,RGS,NYSE -SG_BRAND_6de0d6fa121f2f1642763ef3942754d7,Roosters Wings,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_342138c646e7fb7f,Rosa Mexicano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d977c8c05ed1b003e3f7597d772be398,Rosa's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_944d5e24cfc93afa,Rosati's Chicago Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4577a092757ed8fa,Rosauers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_64b758d4a1ec6dba,Roscoe's House of Chicken n Waffles,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_263563440700202,Rosebud Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e4f89e59d1f7c8e0,RoseMart,SG_BRAND_73c6ff45bae24a75,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2bbe346929a64e3cda11cf21e6192933,Roses,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_fdf4ed272e37e611,Roses Discount Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_f41793d1e1727544,Roses Express,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_68286d30ae97cc33,Rosewood Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_3a1ab671c974b3489458052270d1a69d,Ross Stores,,452210,Department Stores,Department Stores,ROST,NASDAQ -SG_BRAND_63b2fbf21fce2fbe,Rosti Tuscan Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cd81a468b2dc4b2e6178db75e74733fe,Rotary,,333517,Metalworking Machinery Manufacturing,Machine Tool Manufacturing,, -SG_BRAND_6abc3a453c89d17a,Roth's Fresh Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c64cd055bf1f95765d2d17c7290548c0,Roti Mediterranean Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c54f0f7a7ab56c1,Rotolo's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b36730c95154dd18b8608027ba2d1328,Rotten Robbie,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1e8ffc45e9df08e42243d12b15482c39,Round One Entertainment,,713120,Amusement Parks and Arcades,Amusement Arcades,4680,TYO -SG_BRAND_c4d28539c4592fd977f874c69367741b,Round Table Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d3ad0d41f6428016729e93fec4548cb,Rouses Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b3a32739ed4a3a2486e9b825eb6adac1,Roy Rogers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_23d87dc0ad46a5a3,Royal Bank,,522110,Depository Credit Intermediation,Commercial Banking,RY,NYSE -SG_BRAND_3ee4129a1d8aea1d,Royal Beauty Supply,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_258e16202f8cbafe86fbdc439f710b24,Royal Farms,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d5078a0e190bce08bab1b308a9e412de,Roy’s Hawaiian Fusion Cuisine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_394e71458cbe658f,RP Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_ee503cad5c797dfa42f6d3615f069279,RSG Roofing Supply Group,SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ -SG_BRAND_b1abdaa4651c2d4c1edec388f608cd25,Rubio's Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_499b25cbcb9d9c0dfe899d7a46bb9911,Ruby Tequila's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9ddf5dd71dc4f56204ea904e25839b41,Ruby Tuesday,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_985289eb52941ee391a86c66c1771d9f,Ruby's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a3c1479f3c756544b86ba04afd7c253e,Rudy's Texas Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a220cb98c26a80f5fbe3bb99ca22d0e3,rue21,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_eee055b222427d6,Ruler Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f489f553f052fde5,Rumble,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_594f66edde05c274019ce1d8746f8018,Run On!,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_1b9460f6551d2219,Running Room,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_4b2d06fa655c2c0a881c8e1cdf2b2673,Runnings,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_7043119d4dc60640fd43f518b838e65a,Runza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7f56e1fb582f19bcd7e51fdbef2910c2,Rural King,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_3571d3d6a1b47c261079b3c5e451d997,Rush Truck Centers,,423110,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Automobile and Other Motor Vehicle Merchant Wholesalers,RUSHA,NASDAQ -SG_BRAND_1037de0148e78728,Rush's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2687d4e75b592254,Russ's Market,SG_BRAND_1c9455c4daae0289,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5ff90f852e2996975407cf8417ca26c0,Russell Athletic,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_2dee45f56d32d8a9,Russell Cellular,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_38722c0bda0454db,Russells,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4f625c6bc923bafa6553489baf0068c9,Russo’s New York Pizzeria,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_35c4a8ffa7dac5fd,Rusty Bucket,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b26d63c9af2dbcd423d65125a4137ea2,Ruth's Chris Steak House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,RUTH,NASDAQ -SG_BRAND_1c33dd7475012ba979f49e73625d9853,Rutter's Farm Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_504136d2507913c5,RW & CO,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE -SG_BRAND_5adbe6c59f83f6b3,RX Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_b02a906f6d87c0a210433654c0a3a456,Ryan's,SG_BRAND_4c486f41fa703b7e,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_024866cc1eabddfcffe23e6367792b1a,Ryder,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",R,NYSE -SG_BRAND_e33ff4645123c4d1e461d570ba4430c7,Ryerson,,423510,Metal and Mineral (except Petroleum) Merchant Wholesalers,Metal Service Centers and Other Metal Merchant Wholesalers,RYI,NYSE -SG_BRAND_53fa830e4c743803,S&G,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5560e0079bf710d1,S&S Food Stores,SG_BRAND_6172447248d28c6,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_13a4bb95ce793dbe,Sabon,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_4786be141af28f3a,Sabor Cocina Mexicana,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_28ef16c6bf5aa143,Sabor Tropical,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_29712aaeb12af64e,Saddle Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f55885bc75d5eee88b1a9a0c1690b0a,Safeguard Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_4609ecf117b47680a9688a468ddee8db,Safelite,,811122,Automotive Repair and Maintenance,Automotive Glass Replacement Shops,, -SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,Safeway,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_53730eed44cca260,Safeway Community Market,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_01b97aeabf5d692f,Safeway Fuel Station,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2e6163ca2b39e204,Safeway Pharmacy,SG_BRAND_7cde1ae4542b0a76a2e5efeccc69e55f,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_55225587811aa9cc,Sage,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4869c54fdd48aa61,Sage Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_6c35acf8476948d6,Sagebrush Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a6be388149d0cb3,Saguaro,SG_BRAND_4b10a4735801c6cf,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_1891f38ea8e5356a,Sahara Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9bcac1d1e0229c12443b290d81eec55c,Sail to Sable,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_65e9719b182ef753,Sainsbury's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_04bd5fe383991d4f,Saint Alphonsus,SG_BRAND_5df451361743558ac71e8dd07d7dfb74,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3d459942728f7a636ce726527858d8f8,Saint Laurent,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_aedecb570a3c03e9,Saint Luke's Health System,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_6ecf8122d1c58574,Saints Pub & Patio,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5ba83c85fede24bd,Saje,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_cce6fca5ef2f4ab,Sajj Mediterranean,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6cecb02cfbc9c22f,Sake2Me Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,Saks Fifth Avenue,,452210,Department Stores,Department Stores,, -SG_BRAND_ca5c953852e314a9,Saks Off Fifth,SG_BRAND_c8bb13bf059b36b833c4b52648d0ee5a,452210,Department Stores,Department Stores,, -SG_BRAND_66f9f3f0d1e8a736,Sakura Japanese Steak Searood & Sushi,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6008fe60378861fb,Sal's Italian Ristorante,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_35707f6cf823a5b4,Sal's Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5b53763229bf80198bbde318b24317cb,Salad Creations,SG_BRAND_4c3bbc22559be9af93fa112467ecb14a,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_b325b6edc2eda31cacd6422dfb5a3443,Saladworks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_91e85d972b64d8946eb12f51526966d4,Salata,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_57bdb072ef4ee4c0fcd12ab460b8466f,Sally Beauty Supply,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",SBH,NYSE -SG_BRAND_771d26b0b1a39811,Salo-Salo Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6507d284979e1b46cfe632f2e0d26a7d,Salon Cielo,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_dbba78df3e2fd97,Salon Lofts,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_76ef2d77f11497adebb70beae6adb814,Salon Plaza,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_374b76a1430a9686,Salon Republic,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_944758de96f94754dd3bc6f50880682d,SalonCentric,,423850,"Machinery, Equipment, and Supplies Merchant Wholesalers",Service Establishment Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_a3b50dd4fcfbf19bc76ab4adcbadf1aa,Saloniki Greek,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_32df5a08f2b467d0,Salons by JC,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_c9b8138fa6407bc8ea73c7844520af63,Salsarita's Fresh Cantina,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_350303f6215e85a3,Salt Creek Grille,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_66be7ea5b0316cf2141f3698be930f31,Saltgrass Steak House,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_69eb0a94d30aafee,Salvatore's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6f36b55443609fc1,Sam & Louie's New York Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e77e976e421f93da6285ced7b17c8d3c,Sam Ash Music,,451140,"Sporting Goods, Hobby, and Musical Instrument Stores",Musical Instrument and Supplies Stores,, -SG_BRAND_1c7d78d2398624b050f71616d6e1b390,Sam Edelman,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5e72a730cb4d0ef1,Sam Moon,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,Sam's Club,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE -SG_BRAND_4b5bfd27bae4de88,Sam's Club Fuel Center,SG_BRAND_1fdf499b6898e2c4f4c47e72ae249f4e,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,WMT,NYSE -SG_BRAND_4a40e99c23968dd6,Sam's Italian Foods,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c05957d9180aabae,sam's mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_5ca47f87800543f9,Sam's Southern Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_369b61451bb7273d,Samba Brazilian Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3d4fd9a07fad4127,Sammy's Woodfired Pizza and Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,Samsonite,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB -SG_BRAND_212010fea9188aa9,Samsung Experience Stores,,443142,Electronics and Appliance Stores,Electronics Stores,SSNLF,OTCMKTS -SG_BRAND_ef6c9ffef7c841f34646fcbac7bf2118,"Samuel, Son & Co.",,331221,Steel Product Manufacturing from Purchased Steel,Rolled Steel Shape Manufacturing,, -SG_BRAND_a525a9c8e9171874655b3ca665704a43,Samurai Sam's Teriyaki Grill,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX -SG_BRAND_58b28eb4f917c64,San Diego Style Sombrero Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_774b0ef5e4cf08f8,San Felipe Mexican Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3f1b71fbbc2c1535,San Francisco Soup Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b961cb125034d18d56098e8f74425754,Sandella's Flatbread Café,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e6889a412f9036f0cfcd8a8713357308,Sandri,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_58d090f74825be5c4847396d272dcb4a,Sandy Spring Bank,,522110,Depository Credit Intermediation,Commercial Banking,SASR,NASDAQ -SG_BRAND_5d28421ad9bfe970,Sanford Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_b3bad5035b7bd7b449ae470898e31438,Sanita Footwear,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_5c463968c526017ef24e3e02e8fd68c8,Santa Fe Cattle Co,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7d798e198436df181b8821779fc990c7,Santander Bank,,522110,Depository Credit Intermediation,Commercial Banking,SAN,NYSE -SG_BRAND_926210c9b6becd3e1e13f6ce9e8c45d7,Santiago's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_034735fee3a5a0335e0a799672670bf6,Sapp Bros,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_287b8e28f4112fc4,SAQ,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_8831f71d1672696c363a6bb5018e89c5,Sara Blaine,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_b1ef4763d7b80de48511e8cea6e7b33f,Sarku Japan,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_27873c0874e1ae3c,Sarpino's Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_283961e6f8b40ca97ae164161197126c,SAS San Antonio Shoemakers,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_0b8ba9790429b8b805cc67bed6e189c6,Sassoon Salon,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_3e32895b93ed68ba,Satellite Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_0bc54c51c1ad7108b45d1b446dece3ef,Saturday's,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_08eb1bb404eefe849d0642fd24b0266a,Sauce Pizza & Wine,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2433d3e3915789f1,Sav Mor,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_9139250c80bbe177da751eb8abbca349,Sav-on Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_67dac667dd2ec950,Save a Step,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d9f00504bd845ddbb968cc04b6791783,Save Mart Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c5a2c9092cad648bc1ee9c9be08f83ab,Save-A-Lot,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,Savers Thrift Stores,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_2be49c6021367f2e,SavMor Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_34779efeca27dcc3,SavOn,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7b815043d2f0ad2f90783d230d69b0bd,Saxbys Coffee,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_393c9244872b98dc,Sayle Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_b9753c942e2efa5e5051a57e7d12c9bb,Sbarro,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_9d569b1231bd2263,sbe,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_6bf9f722444396c007dda907e772ff8f,Scag Power Equipment,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_70dfcc7fcd98d9b6,Scandinavian Designs,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_7e538ceea6366a202ce2a6803e6472fd,Scheels,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_f9bb41aa24408b82a9f8f86e35ff381f,Schewels,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_5a271fc87ecf09bd2c9ad0cfbb8b4904,Schlotzsky's,SG_BRAND_3626cf91f0dde442,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,BUNZ,NASDAQ -SG_BRAND_19ca66f40f89366f,Schmizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_104f52142f3b3ec,Schnippers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e77f97f5214c0423484bf5765b7eda9c,Schnucks,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4e5195556d5aa1df,Schoolyard,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a5c24c81ea4e1133,Schoop's hamburgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1522f8d5f9acafec,Schrader Oil,,424720,Petroleum and Petroleum Products Merchant Wholesalers,Petroleum and Petroleum Products Merchant Wholesalers (except Bulk Stations and Terminals),, -SG_BRAND_bc57adaf4d35381e,Schuykill Valley Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_8c6b47fd39ba8a37def4559704e717f4,Scooter’s Coffee and Yogurt,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e900105064fd80dd,Scotch and Soda,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_40dca7b8ae2781f0,Scotia Bank,,522110,Depository Credit Intermediation,Commercial Banking,BNS,NYSE -SG_BRAND_a171194925053f44024a82de9d20148a,SCOUT,,316992,Other Leather and Allied Product Manufacturing,Women's Handbag and Purse Manufacturing,, -SG_BRAND_da247d7b88fb5c21,SCP Distributors,,423910,Miscellaneous Durable Goods Merchant Wholesalers,Sporting and Recreational Goods and Supplies Merchant Wholesalers,, -SG_BRAND_2adc829fdd6fbdee,Scramblers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7bab2011649fd28a,Scrubs & Beyond,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_d180fdc4d43994eb1ce6a2d00b2d4b82,SDH Fine European Linens,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_b281c00432cab231,Sea Mar Community Health Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_80d806bb8fc16f617ffdaff4195d513e,Sea-Doo,SG_BRAND_718581b85eae956832d1cae3f600c3eb,441222,Other Motor Vehicle Dealers,Boat Dealers,DOOO,NASDAQ -SG_BRAND_6a419f17d2e4e22a,Seabra Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_fe2455da90a33830f1c192a7af38bbef,Seacoast National Bank,,522110,Depository Credit Intermediation,Commercial Banking,SBCF,NASDAQ -SG_BRAND_3151579c478552580b9876f820d0dd85,Seafood City,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6fc53b088dfdee32,Seal Master,,238140,"Foundation, Structure, and Building Exterior Contractors",Masonry Contractors,, -SG_BRAND_e5f80727089bda09d7e6020702fe2612,Sealy,,337910,Other Furniture Related Product Manufacturing,Mattress Manufacturing,ZZ,NYSE -SG_BRAND_e9301d5c735afc317688baa02d272807,Sears,,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS -SG_BRAND_424646695a0e0439,Sears Auto,SG_BRAND_e9301d5c735afc317688baa02d272807,811111,Automotive Repair and Maintenance,General Automotive Repair,SHLDQ,OTCMKTS -SG_BRAND_a8979906f979fbdd,Sears Home Appliance Showroom,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS -SG_BRAND_5c7f85555964e8af,Sears Home Services,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS -SG_BRAND_305b0a21405390e3,Sears Hometown Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS -SG_BRAND_42025830320875a9,Sears Outlet Store,SG_BRAND_e9301d5c735afc317688baa02d272807,452210,Department Stores,Department Stores,SHLDQ,OTCMKTS -SG_BRAND_460f64146692aa571f576b2d825533cf,Seasons 52,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_31c552fd85106ee7,Seasons Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5a8c6560d880a0ce,Seaworld Parks and Entertainment,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_6f7bb31f092091a09afd34b6dd226a20,Sebago,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_6bfba6ace8c15753,Second Cup,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SCUPF,OTCMKTS -SG_BRAND_6cca75c762a345e5,Second National Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_c5e99edbbd392276ed84982d590c6fe6,Securitas,,561621,Investigation and Security Services,Security Systems Services (except Locksmiths),SCTBF,OTCMKTS -SG_BRAND_9fe8449289467279c329982bb06d75c2,Security Finance,,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_322db8903177df56,Security National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_65493c5db856c6f78f468cb252ef9ee0,Security Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_5ee5ff07b48ee2df4d13b01814a4522a,Sedano's Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_861672770a2e5494d97bb9058c420a0c,See's Candies,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_8f451a9ae6dde1a81a344d003f0887f3,Seiko Watch,,423940,Miscellaneous Durable Goods Merchant Wholesalers,"Jewelry, Watch, Precious Stone, and Precious Metal Merchant Wholesalers",, -SG_BRAND_3dad567e64f25968,Seip Drug,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_067d3dc3c5235609,Select Medical,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),SEM,NYSE -SG_BRAND_611c50cafb149930287ddcb3a8dc5c29,Select Physical Therapy,,621399,Offices of Other Health Practitioners,Offices of All Other Miscellaneous Health Practitioners,, -SG_BRAND_1354b30cefed5f4f,Select Specialty Hospital,SG_BRAND_067d3dc3c5235609,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,SEM,NYSE -SG_BRAND_7b39ecbedb655443,Selecto,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_79f207dcd3c93d5f,Self Made Training Facility,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_35c2787257d1d9c23a04ac4f22be329c,Sellers Bros.,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_327368675548443e,Sendik's Food Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_17a1ffaea08ce14a,Senick's Food Mart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bea60d0372a2b796b7e7889cf18478a6,Senior Helpers,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_0268ea466434672b,Senior Lifestyle,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_313a9226d3dc7224,Senor Fish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_db125cb627cd1eeaceb81934f31472e8,Sentry Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0a6156d4e69eed9ea8ba461b0e8afb39,Sephora,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",CHDRY,OTCMKTS -SG_BRAND_d1003c658578613,Servatii,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_5bf6feaed2572937a3b05373dd790150,Service King,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,ServiceMaster,,561720,Services to Buildings and Dwellings,Janitorial Services,SERV,NYSE -SG_BRAND_21c475a908456337,Sesame Place,SG_BRAND_5a8c6560d880a0ce,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SEAS,NYSE -SG_BRAND_1272c7745bccaae5,Settebello,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0464ba65cb52aadd2abd254abd91c685,SFERRA Linens,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_2c07b7ebf1a0b248,Shade Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_ee06025b756a570f54e52dc67d62a34c,Shake Shack,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SHAK,NYSE -SG_BRAND_4c71d64ed7f9fe540fd4a1f45631422e,Shakey's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_23780096320ec6fd,Shane Co,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_c9dbeca59f39877d31755cae4e2b7d9c,Shane's Rib Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8449b5e890d4688dcb5ee3d9745f34a1,Shari's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_263b895304005e5506e0003e6b01eff7,Sharkey's Cuts for Kids,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_ba5c7a99e4ca700537da52660eba820d,Sharky's Woodfired Mexican Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c07a5471a40d4ae9,Sharp Shopper,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6435de807f5317d4,Sharpe's,,452210,Department Stores,Department Stores,, -SG_BRAND_c94c93b562ff75567c3425b1cc8d7764,Shaw Floors,,238330,Building Finishing Contractors,Flooring Contractors,, -SG_BRAND_571cf07bf41af1d7a3133571053547b6,Shaw's,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8b1fed2af91859b9f7ccbdc2224242d3,Sheetz,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_2591c98b70119fe624898b1e424b5e91,Shell Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,RDS.A,NYSE -SG_BRAND_b2f9ed59197409a6f07cfbaa8adfeea5,Sheraton Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_739edde2613c107f7930d838af736899,Sherwin-Williams,,444120,Building Material and Supplies Dealers,Paint and Wallpaper Stores,SHW,NYSE -SG_BRAND_68d05f5ab0afc57f,Sherwood Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_0e077a144f9b51bf297ca6d0a612637b,Shiekh Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_367b65a8f8d1a3f42d90068d57a32f4e,Shield Healthcare,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_5aa504ccd7e54a4a,Shinola,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_9f671ba3a5368d9,Shipley Donuts,,445291,Specialty Food Stores,Baked Goods Stores,, -SG_BRAND_284e4dcd527e329204f4b10e8c307ea2,Shoe Carnival,,448210,Shoe Stores,Shoe Stores,SCVL,NASDAQ -SG_BRAND_170e453703d1388,Shoe Dept Encore,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5636e488eea156d5,Shoe Palace,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_139254c4e342d3ccceff63823ca18dc4,Shoe Sensation,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_60ef405583046498133c783878be1020,Shoe Show Mega,SG_BRAND_ada6c5c64f172213,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_ada6c5c64f172213,"Shoe Show, Inc.",,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_3854b91e2ff2aad8,Shoe Station,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_d6f8e0dc4758bfd54b55920c269d55a9,Shoney's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_69f2e968861ddc0cd61a50eb3ef8ac35,SHOP 'n SAVE Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6e108994e07c7891,Shop Rite,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5b658b26228bd62c,Shop Smart Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_244b32a08bbd8058,Shop-A-Lott,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_9b5e53901578a5b02e598a17c1414bad,ShopHouse,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3b8f37f52b523c2be4ab4a73b0ad1566,Shopko,,446130,Health and Personal Care Stores,Optical Goods Stores,SKO,NYSE -SG_BRAND_4a7ed5a58c062288,Shoppers Drug Mart,SG_BRAND_1b47663a692f81de,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_0f9dc3780faacdca17d31d7bdbe08d99,SHOPPERS Food & Pharmacy,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f802e5b700ec6e8d,Shoppers Value Foods,SG_BRAND_7fe91be347711115,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_41c3b191bd451b25020cabcbe5afdc10,Shoppers World,,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_89f9e4c00d1686f9ea25fd28dd9ee424,ShopRite,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SRGHY,OTCMKTS -SG_BRAND_4183e4ab1ff9cde7,Short Stop Food Marts,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c5472bc60b4ed6cbdaed3a9434c92a0c,Showcase Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_f64c22900e15a0fa565af4eb5159bf9e,Showmars,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_47378ccdbcea6db9,ShowPlace Icon Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_9d6c8a14645aa102317ca1c070b66792,Shred-it,,561499,Business Support Services,All Other Business Support Services,, -SG_BRAND_3c3f2d6b613fac3e,Shred415,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5cebf185d7e01223,Shrimp Basket,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_db268efdf3da517,Shuckin' Shack Oyster Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7a6dcc6064fb02eeeb3cbc4280c2acaf,Shula's Steak Houses,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fcfe592ad09b82b8479df19fa4bac122,Shun Fat Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_db6ee5f0ca1c23534e205fe45779f1d9,Sierra Trading Post,SG_BRAND_6ac3d7996fd37353f8027aee42005f19,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,TJX,NYSE -SG_BRAND_58ae15008ec56ca,Sigel's Beverages,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_e8de50875985fb8f7ccb852b493124a2,Sign-A-Rama,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, -SG_BRAND_6139bed0c2432a78,SIGNAL Food Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_114999760c003080,Signature Bank,,522110,Depository Credit Intermediation,Commercial Banking,SBNY,NASDAQ -SG_BRAND_57f38cac3cc4f36e,Signature HealthCARE,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),, -SG_BRAND_280cebbac295b433,Signature Inn,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_016d2c38631de45e,Signature Style Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_f0e95f58be371a1e8b847a3439db2e09,Signoria,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_b633654b9642d2df868fc09480a7bc12,Signs By Tomorrow,,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, -SG_BRAND_3c270d66a1a6f79b9c81ab2e2f61e6f1,Signs Now,SG_BRAND_cf92bba151e7cda8e395f7cc45662af9,339950,Other Miscellaneous Manufacturing,Sign Manufacturing,, -SG_BRAND_3d7364b575cdeb25be37fcf636763136,Silver Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7a9c526d7382d71b,Silver Fox,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3cf176179f0f9ae5d6078510cc52a428,Silver Mine Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_0a3c99595c9d3fddfece9c4e7607e5b3,Simon mall,,531120,Lessors of Real Estate,Malls,, -SG_BRAND_354a24fb7314f212,Simons Sportswear,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_4a772e2bf6b53db8,Simonson,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_37da3afd178e707a5355dc2272fea197,Simonton Windows,SG_BRAND_1040df5856d18f505124392b6df376f4,332321,Architectural and Structural Metals Manufacturing,Metal Window and Door Manufacturing,, -SG_BRAND_36e547dab3145611bc3295c20646b27d,Simple Simon’s Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_22743fe7d88b8cd38a7bebc163fb507f,SimpleFLOORS,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_eb8ff728e4ed6eb2d3533347f02a7bea,SimpleTire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_5204212cce147a548eccae0b1523e7ac,Simplicity,SG_BRAND_29594994c165f98e829941d2edaa72b6,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,BGG,NYSE -SG_BRAND_f105f4e4a3e1935fc84ee4e6f8359a1f,Simply Fashion,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_f2f774486bf5671c782add365642c873,Simply Mac,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_27e685bc2246ceb2dca0be8e0e4eace0,Simply Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_a57232142367eb326bf60ca1d7660233,Sinclair Oil,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_30d65bf813b72373,Singas Famous Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4ecb87b14bd729aab2982c2b16f56938,Sir Speedy,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_a4f691ea367787a4,Sirens,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_71b74b7d7bc13765aab63e9cb524909f,Sirloin Stockade,SG_BRAND_5a3ecd02bd631b54,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_65a78f88e628caabfc4d54c90fc0ab28,Sit 'n Sleep,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_6430792187c67213ba069c35882997ae,Site for Sore Eyes,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_747d08db3ae17cd95646be2a0c8077c0,SiteOne Landscape Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,SITE,NYSE -SG_BRAND_0dd52fbf1cd77fc38e06650435ada07d,Six Flags,,713110,Amusement Parks and Arcades,Amusement and Theme Parks,SIX,NYSE -SG_BRAND_b71c59c965bccc59f4b202ea20986e40,Sixt rent a car,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,SIX2,ETR -SG_BRAND_5105a8211a90de10,Sixty,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_a8c1450cf22e7c25d87f78aefb5c3a1f,Sizzler,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f366fe78cc37ed6e2e82320c00b34dd2,Skagit Farmers Supply,,423840,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Supplies Merchant Wholesalers,, -SG_BRAND_73bcd2a79c09921b15bd63688ddb850f,Skechers,,448210,Shoe Stores,Shoe Stores,SKX,NYSE -SG_BRAND_504582a2305d8c9b,Skip Hop,SG_BRAND_e84600785db54c257448cd6b0e5343cb,448130,Clothing Stores,Children's and Infants' Clothing Stores,CRI,NYSE -SG_BRAND_23c5a611ea356acb,Skippers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_09b52e507a188bcd,Sky High Sports,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_42a58df4764e2483,Sky Zone,SG_BRAND_8ac632e264cde62c,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_5b4b2938078d40ae4ae2f7b922602335,Skyline Chili,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_75fe97fb973fa35,Slack's Hoagie Shack,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_58a0cef2948b9da9,Slapfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7f670b88e9430cb,Slaters 5050,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3b17925dfe831ec07004700c32813f96,Sleep America,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_c6e070bb62f3edf8b51ea53f94216e50,Sleep Doctor,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_7c1ff425b29030c2a951a927f41116e6,Sleep Experts,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_1c20cb37a43a5c4eb19eb019b5524b50,Sleep Inn,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_27485c230d0d715dd88b11a7e0e1a426,Sleep Number,,442110,Furniture Stores,Furniture Stores,SNBR,NASDAQ -SG_BRAND_7f3da1e6630d22bf,Sleep Outfitters,SG_BRAND_2aa667329bfef95d,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_078a411168f87a418b30a50d8ea648f6,Sleep Train,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_63343bb727315298,Slim Chikens,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0c66f0c159837624,SLS,SG_BRAND_9d569b1231bd2263,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_231910c412e767bd,SLT,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5d1d7ae81885883f04334c7fef3139bc,Slumberland Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_b30c1793e7a85ff88c1f59db32b9b728,Smallcakes,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_9f9092dddca125105759b25f3f85907f,Smart & Final,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFS,NYSE -SG_BRAND_7619dff29f89d34d,Smart Center,,441110,Automobile Dealers,New Car Dealers,, -SG_BRAND_5b96833af34bba601c6e8767ad682f55,Smart Foodservice,SG_BRAND_9f9092dddca125105759b25f3f85907f,445120,Grocery Stores,Convenience Stores,SFS,NYSE -SG_BRAND_1ca1028282a158e653e0e4ea14500b3b,Smart Start,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_25db715faa998550,SmartCare Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_920b907c29fe21f628faec927628d5f3,SmartStyle Family Hair Salons,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_2bd05fb6d7df5c82c51988933c7cbdc8,Smashburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_48c88330807a6d74,Smile Brands Inc,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_7c8ad84dce1fdac1,Smile Doctors,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_20dc612d8efcfda2362830db86a1614a,SmileCare,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_21da230452dce862,Smiling Moose Deli,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5743e8ce194da95f21870de9ffb6f978,Smith & Wollensky,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cdba32615cfc644689f7fbf26738f60e,Smith's Food & Drug Stores,SG_BRAND_1f852a23da4b7250,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,KR,NYSE -SG_BRAND_cccba30814981f5c1f5b434e019e7715,Smithfield's Chicken 'N Bar-B-Q,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_46486f2aec233636,Smoke's Poutinerie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2a27c695480ef50e,Smoker Friendly,,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, -SG_BRAND_1528300ddb10d1f4,Smokers Choice,,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, -SG_BRAND_5adccacd732b8234aca4df341560e223,Smokey Bones,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_86d570758820923a7e1b376b73c33460,Smoothie Factory,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_19800a6b4d6fb62e6752413f3ac722ef,Smoothie King,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_7b6fd04f8e20421fe7f99023471c7f8d,Snap Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_44f1227687bb042f,Snap Kitchen,,311991,Other Food Manufacturing,Perishable Prepared Food Manufacturing,, -SG_BRAND_7bb91e907c7919bd,Snappy Salads,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d76abc0e8b75eca,Snappy Tomato Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b962c0ecc6b0fb3,Snappy's,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2a78e9dc74a9acc4,Snarf's Sandwiches,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1f68776b05670a87fa804e8d475c1cc1,Sneaky Pete's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6e7e9585d480eb4c7ce3ca97be9676fe,Snip-its,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_4938f664b79004d7,Snooze Eatery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_738b3c15081e4325,Snuffer's Restaurant & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2c45303e1713f9bc,Sobik's Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_51f42faca956b764,SoBol Acai Bowls & Beyond,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1cec29c56a3256b3,Soccer Post,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_16d1bd5001e18b3fc2596bdc77738082,SodaStream,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,SODA,NASDAQ -SG_BRAND_2c81e4faac8941e3,Soelberg's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6b1484b52fd5f6ba,Sofi's Crepes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8e481a3fe76b613b224bfa5792c98289,Soft Surroundings,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_50983207b0133f490055f2c3c99da870,Sola Salon Studios,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_6ae26f5118139a40,Soldier Fit,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7b637ca5c2629486f3f76fc16ff6ba62,Solstice Sunglasses,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_b4ac58321385e7e2e9312c5c3e46d429,Soma Intimates,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448150,Clothing Stores,Clothing Accessories Stores,CHS,NYSE -SG_BRAND_3085582422fb690b,Somerset Trust Company,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_3e92180fd0762dea,Sonesta Hotels & Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_bb5459bf19132d4dc1340654c17331df,Sonic,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SONC,NASDAQ -SG_BRAND_5418b165749fce420e3078220aac2eeb,Sonic Automotive,,441110,Automobile Dealers,New Car Dealers,SAH,NYSE -SG_BRAND_72f73c88f89a18d9f628fd34d87eb935,Sonny’s Real Pit Bar-B-Q,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6dd91b412bd10613,Sono Bello,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_691d8667d8088000839b66daad67c2a7,Sonus,,334510,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Electromedical and Electrotherapeutic Apparatus Manufacturing,, -SG_BRAND_638615abecd9973cac4c477b252834a3,SOREL,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_07d4942054d5cc86a7454e165c9a158c,Sotheby’s International Realty,,531210,Offices of Real Estate Agents and Brokers,Offices of Real Estate Agents and Brokers,, -SG_BRAND_01e9b7353083bb45c018b3c8ee7612c5,SoulCycle,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_14d7601c94ced580,Soulman's Barbque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7cb9cdbd09778ea0ea6a0b0f6acabd70,Souper Salad,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_bafb8ec6e0ec5eb0ad6355bb7255a624,Souplantation,SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_3575b6f7cc2fa202,Source for Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_5314a5fd1add6c1f,Sourdough Fuel,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_4136233213baca5e8a6d8b69820d152e,South Philly Cheesesteaks & Fries,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f460ba2d17c90287d092da17832ac5c,South State Bank,,522110,Depository Credit Intermediation,Commercial Banking,SSB,NASDAQ -SG_BRAND_54440f1163471c870384b47ec38ec273,South Texas Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_4f7ca1844d0931d1,Southern Arizona Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_0643a0b7346780ffb48a202b9d593148,Southern Shingles,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, -SG_BRAND_b171fe50c25853ab56e1f134afc569ac,Southern States Cooperative,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_e0ef51a5b3b089aa9ade7179483fdbb0,Southern Tire Mart (STM),,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_6172447248d28c6,Southwest Georgia Oil Co,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_24a438ad77235b12,Southwest Institute of Healing Arts,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, -SG_BRAND_41e1196cd5b064bc,Spa Gregorie's,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_2626d934eec688301446a95b9697c984,Space NK,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_ffaa058475e2fc02e4e5ac295249b79c,Spaghetti Warehouse Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_542f65dbb1240371,Spangles,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7f663a26dc79a5cc,Sparkle,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_045e011490885c991dd838dae4fbe91b,Spartan Mowers,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_2f52eaab3edfa154fca397a25258afe0,SpartanNash,,424410,Grocery and Related Product Merchant Wholesalers,General Line Grocery Merchant Wholesalers,SPTN,NASDAQ -SG_BRAND_686fb8346d6c7705d7d8a8ecd307ebad,Spartina 449,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_a12f2c0adc5f2ee,Spavia,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_956bf83fb00e1e3234edc3c8ebc4573d,"Spec's Wine, Spirits & Finer Foods",,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_c31b13b933c192b3c74ba472dd6112fc,Specialty's Cafe and Bakery,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_468215f4003fc34f,Specks Pet Supply,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_1732bc687c153b0755734ef69e13e263,SpectraCell Laboratories,,621511,Medical and Diagnostic Laboratories,Medical Laboratories,, -SG_BRAND_13ebffae8c8f4a84b3c4dd481cd1b292,Spectrum Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_94b79668c2f8c48c87809a5e205cbbdf,SpeeDee Oil Change & Auto Service,SG_BRAND_e8eaa2fbebd5cdaffc07dac0b45e5455,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_93b3d23529ebed78cdf4bfe2e58f1979,Speedway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,ISCA,NASDAQ -SG_BRAND_7d64c184eca742a1,Speedy Cash,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_3180f7efabf2286e,Speedy Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1f0fa917750f98d2,SpeedyQ Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_16a3a32632a65ca7,SpeedZone,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_13e41b06e3cf22f4ef6b7546456e14e7,Spencer's,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",SPENCERS,NSE -SG_BRAND_b0e6b2edd3acb350c17401997e96c9a3,Sperry Top-Sider,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE -SG_BRAND_40bfac78e255df7f6f23279acf7dda67,Spherion Staffing Services,SG_BRAND_4f9edafdca8658f8aba5a066069fc022,561311,Employment Services,Employment Placement Agencies,RANJY,OTCMKTS -SG_BRAND_530e53bfb1a2d525acde6af2fb025fa2,Spicy Pickle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_150561daec385ac7,Spiller Furniture and Mattress,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_6d35cf0ff06e8ef3,Spin! Neapolitan Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ab2f1d6fd13d0e00bb4c4959831623d2,Spinx,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_61239fbb30965837,Spire Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_6e6d67ae838cd729a2f3dd60add6f171,SpireWorks,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_68a6615a3cdd6ba5,Spirit of Math,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,, -SG_BRAND_7d1a3bf9b8ec06e6,Spirits Unlimited,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_819641545522250a5b984ecfbb2c3c39,Spitz,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_24b28530a77f0cefc0e7b977a6d58ced,Splendid,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_a008e88ff2df2936fdfdd684d28a74f4,Sport and Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_66b7bca1fd5b3082752c2508bc56009d,Sport Clips,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_1ae011d5ddda673f145c7230e61d18e6,Sports Clubs Network,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_259944bbd180417d,Sportsman's Warehouse,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,SPWH,NASDAQ -SG_BRAND_86292a9c78260a32,Spotlight Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_3df6b09b9c81d273,Spring Creek Barbeque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6e3df01bca219dec8e30a7d3b9b5dcda,Spring Market,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_26cd93ab847fa2cd941ad9e3325cd188,SpringHill Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_401aa7068968e7c4,Sprinkles,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,Sprint,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE -SG_BRAND_7b80b243344992ed,Sprint Food Store,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6c5e12807893e125,Sprint Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5fbd6eabefed0d40,Sprouts Farmers Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SFM,NASDAQ -SG_BRAND_4481ba215bf96744,Spumoni,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3947813608335db,Spunk Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_52e0d5f761200cf3,Squeeze In Breakfast & Lunch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,SRS Distribution,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, -SG_BRAND_bb91c79b7e30900c4c0e1a9bfe33956f,SSM Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_4fcc17678861d2f7079d8a402a6dcc3f,SSM Rehabilitation Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_b1c527500491d3b79f817ad32830d13c,St. Elizabeth Healthcare,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_46f7e2cb0c4af7c3,St. Joseph Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_7d315a02b783a82c,St. Joseph's Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_7cff41cfa579f611,St. Luke’s Care Now,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_5ba80a18f3272c17718a78d4c0e3a89d,St. Regis,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_01dcf1d0738a8f9b92237df7f8a4bb0a,Staffmark,,561311,Employment Services,Employment Placement Agencies,, -SG_BRAND_9a8c2b9d518bc163e99611fbacea63b2,Stage Stores,,452210,Department Stores,Department Stores,SSI,NYSE -SG_BRAND_184be19457d11c4ff8e8eeb825cb4ead,STAINMASTER,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_7ead887c29d46135,Stamart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_571e88ba0862e132,Stan's Donuts,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5f254a5fa629b36,Standard Bank Pennsylvania,,522110,Depository Credit Intermediation,Commercial Banking,STND,NASDAQ -SG_BRAND_1e93aee75ec6b75936461257310d4abe,Standard Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_1a21718075662c354a39d31c6d5161a3,Stanton Optical,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_a4d18fc84a927940d1294e253001ce3d,Staples,,453210,"Office Supplies, Stationery, and Gift Stores",Office Supplies and Stationery Stores,SPLS,NASDAQ -SG_BRAND_9d9362460bab2d260ba7a0f08b4bbd39,Star Market,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f116acfe9147494063e58da666d1d57e,Starbucks,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,SBUX,NASDAQ -SG_BRAND_1594ca470863198d,Starbuds,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_3fcd022a1581a0b1f9f7b45f65de192c,StarChild Academy,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, -SG_BRAND_2c0e238eb099eb6c,Starcycle,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1b7ced88de965a5d,Starlight Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7005df4c0c45ca26,Starr Western Wear,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1eeccf353a7dd8a1ad3b37c746fc6d82,State Farm,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,STFGX,MUTF -SG_BRAND_244944f899074aa119d51ec704cc5d70,State RDA,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_dbb345fcfaac76abfe5df7948729a24a,Stater Bros. Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,HGN.BL,AMEX -SG_BRAND_8e9486e4a533d2e2,Stay Inns,SG_BRAND_4e26140f6ce48c53,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,RLH,NYSE -SG_BRAND_45b0d5fc3ce65a34ccc73e2849a1e881,Staybridge Suites,SG_BRAND_70b1db807a0fc63d,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,IHG,NYSE -SG_BRAND_874cb469d80d29bc5ffec4dea96b77e2,Steak 'n Shake,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,SNS,NYSE -SG_BRAND_ee96302f6582b352fd0769c2e44039ab,Steak Escape Sandwich Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e9d2f3e3beed64c3067979d39b0bcec2,Steak-Out,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_110c4ddec55f2d3f5e75f4ecfbe3446d,Steel City Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_030e06d600359f81e616cc9bfc10ddcc,Stein Mart,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,SMRT,NASDAQ -SG_BRAND_5f062df48ec0e1b6017f7a0d80bf0748,Steinhafels,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_18628726075c6884,Stella Barra Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_80153e472423f1973b5fb53dcda5a2b0,Stepping Stone School,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_81f69714318b9a3b21f8c43081dd8e98,Sterling Auto,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_6a06cf0c5f6b84c6,Sterling Optical,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_27bfb94d1977e2b5,Sterling Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_00d34d8f9d7d7da01a25de78aa8baf9e,Steve Madden,,448210,Shoe Stores,Shoe Stores,SHOO,NASDAQ -SG_BRAND_46f3073bdf0ac406,Stevi B's Pizza Buffet,,722514,Restaurants and Other Eating Places,"Cafeterias, Grill Buffets, and Buffets",, -SG_BRAND_5dec4c4d92aa4746,Stew Leonard's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_94f4399a33fa6e79,Steward Health Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_b27af477716f5829b713cb67586b2f13,Stewart's Shops,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_982a3e1ee61f1fbdeb38e4c8da76ee60,Sticky Fingers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_12e010fe05bdf681,Stine,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_549f164d394f3b2e,Stinker Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5cc18fa64e5cd1fc,Stir Crazy,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ecad570fe17f53fa,Stitches,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_8a8b1fe45a2c2b03,STK Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d2b324b18aa51a7b5d78b24262ad3728,Stock Building Supply,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_5a3ecd02bd631b54,Stockade Companies,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_213821354f709005,Stokes Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_424248e2c2d0c5d4,Stone Fire Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_31b6c3b57fc420f1,Stonewood Grill & Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_500ca3fab748506108763573b32c241a,Stoney River,SG_BRAND_92d6d62f5a19b7040f34b70d98b8cb41,722511,Restaurants and Other Eating Places,Full-Service Restaurants,JAX,NYSE -SG_BRAND_d4fc0458d6c0c5206a0b5d5311104ab3,Stop & Shop,SG_BRAND_e5919360e313d7e4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4c3548f431ac9b2a,Stop 'n Save,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_137d94a3bb89dc36,Stop to Save,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7651737de39c0a1e,Stop-A-Minit,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3555e73344dc6fb6,Stop-N-Go,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_343375203e02b93e,Stor America Self Storage,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_29e46f1526330e4b591d75531238b056,Storage Pros,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_66f5c1cda55387e4,StorQuest,,531130,Lessors of Real Estate,Lessors of Miniwarehouses and Self-Storage Units,, -SG_BRAND_5f9f3f24feb287c4,Strack & Van Til,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_a7abeb469cd27ad1d4d4d76791894214,Strauss Auto,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_10c5536315f34e89,Straw Hat Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_27ba4dcb9560618,Street Corner,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_117f0c1e4915e9a8,Streets of New York,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_8da1e55044e932b9d446ccf23f691318,Stretch Zone,,621610,Home Health Care Services,Home Health Care Services,, -SG_BRAND_0a709c04407e19505297cb0ffd19a951,Stride Rite,SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,448210,Shoe Stores,Shoe Stores,WWW,NYSE -SG_BRAND_0af0475670e94f690f5f1e208fd0e4f9,Stripes Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_3b0cb6fdd884f5f3fc682e1e17cd505b,Stuart Weitzman,SG_BRAND_a8cbabe59e3a59c537527f6020a63a04,448210,Shoe Stores,Shoe Stores,TPR,NYSE -SG_BRAND_6f869b4198e2e5fc,Stuckey's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_d0925efb189f101787c04895fa8e1ec8,Studio 6,SG_BRAND_efc6bd8205d5d857fcbb3d2be569d983,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_18d80020db9ced0e,Studio Barr,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c804564820fc56b825e8c7601c71b7dd,Studio Movie Grill,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7e4a54bc75a6708e,Studio Three,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_2ccad6c0ffdbf6e9,Sturdevants' auto Parts,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_2d91252e0a206a595fbb81f3768084c6,Sturdy Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_c5d4a3ff062e5da9,Style America,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_506005aeef1b7ae6,Style Encore,SG_BRAND_6078c00b7e4eb7c3,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ -SG_BRAND_f42931e177900b6,Style Houston Salons,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_47c3eeb22defe6131d872e9da02ba588,Sub Station II,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5e3f2112d7abf152,Sub Zero Ice Cream & Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_074b8e83bfbb30f1d33f3a4ca2c0c214,Sub Zero Wolf,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_0b9c5120ea86155f02d81e6f2f90c900,Subaru,,441110,Automobile Dealers,New Car Dealers,FUJHY,OTCMKTS -SG_BRAND_505013e5ed3c72e5,Submarina California Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8956cee4e5d00996ab4e920c4b33034b,Suburban Extended Stay,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_6360f6446bf78d2c679f728051869f91,Suburban Propane,,454310,Direct Selling Establishments,Fuel Dealers,SPH,NYSE -SG_BRAND_de80593878cb1673c62a7f338dc7e4e1,Subway,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_753ba4ede2e39f46,Sudden Service,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_1af713027f87ef6f,Sugarfish,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_54a6181a80a2052,SuitSupply,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_afd52c62e4f2d482e3671e66ff1997d1,Sulky of America,,451130,"Sporting Goods, Hobby, and Musical Instrument Stores","Sewing, Needlework, and Piece Goods Stores",, -SG_BRAND_957ad7556e401072ab9c88b51bd34a12,Sullivan Tire and Auto Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_1e2a078272a7d783,Sullivan's Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4df71bbaa796cdc6,Sullivan's Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_44c408c7a5317d00,Summer Fresh Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e42192d3d43014da2b4f20f4fa436fe8,Summit Medical Center,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_28999d16bf7fb49d241aaea6258bed8d,Sun & Ski Sports,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_4916f4ecc1bb4e37,Sun Devil Auto,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_13d0f977c4e39208,Sun Fresh,SG_BRAND_6e848882c68978dc,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_abfbaef7ed69ab00ff4641c916b601ae,Sun Loan,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_4dafa8ce84e4f95e77eaf16d47eaca75,Sun Mart Foods,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_27e6f01a32de28232af76c45ffed037f,Sun Tan City,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_b16311027de231dd,Sunbelt Credit,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_e041f2b64a1e73aa7c891441509f3655,Sunbelt Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_7242148dfd400ad24f5356ec7d0c9d44,Suncoast Roofers Supply,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,, -SG_BRAND_6b8fb01508ae8bb4,Sunflower,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b0ffae6c1ddaa860aed409f076c37b4c,Sunglass Hut,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_1bd2e5f037801fc8,Sunnin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8d819ffb9fa80295260ecf779927ef25,Sunoco,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,SUN,NYSE -SG_BRAND_1a082bd9a80a22fa,Sunrise Conveneince Store,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_48fc448afb2d482b,Sunrise Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_3dd09df1ba410ff6ef021dc2a54f2481,Sunrise Preschools,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_b3a25b02264a11bc,Sunrise Records,,512250,Sound Recording Industries,Record Production and Distribution,, -SG_BRAND_516ba83a8efa5bf6bdc8bf2383baf9e1,Sunrise Senior Living,,623110,Nursing Care Facilities (Skilled Nursing Facilities),Nursing Care Facilities (Skilled Nursing Facilities),SRZ,NYSE -SG_BRAND_6a3b35b110397544b07a6507ade026f2,Sunset Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_450c4dcb78c6932b,Sunshine Food,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_57e5449663e1a0b0,Sunstone Yoga,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_18f903c720d5377987bc73cb76a89871,SunTrust Banks,,522110,Depository Credit Intermediation,Commercial Banking,STI,NYSE -SG_BRAND_a5378f5fac5ca6d28d289e06ed25a9af,Super 1 Foods & Discount Pharmacy,SG_BRAND_6676053d0293abb124289e710fa5701c,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f16d2a87d56b89d8,Super 10,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_43bdfa786f5809e475a7382797eae3fd,Super 8,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_6ff3e6bb09c04d09,Super A Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4b128a93fa7c753a,Super Chix,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_850622eb907c2514,Super Dollar,SG_BRAND_fdf4ed272e37e611,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_630a74655b3ea79303b8f4fa295b9689,Super Dollar Stores,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_6b26ecc54b625df5,Super Duper Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ae14dd763e01efcdb62b7f2d60adde43,Super King Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3f3cdda418fd85045a62459086d765a4,Super Mex,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7f59f92ce3cf5e8b,Super One Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_408d7f2b1724623f,Super Quik,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d3e13aa7e044fde98f4e59efb5889390,Super Runners,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5a8ecf40a0e7f1ab,Super Saver,SG_BRAND_1c9455c4daae0289,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_3f9595a0fa925f13,Super Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_78764cdda07283e6,Super Subby's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_429f63ed94805627,Super Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_521f7895c292a2fd,Super Thrift Drugs,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_386bdab900a5e9d65fefc3e91df07af5,Super Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_66575b77b220bc66,Super1Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c662514f0034e025a5af8c9cd2c042e7,SuperAmerica,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_9a7f178c79535a,Superba Food and Bread,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_10734d1c1022bb717d2d1f2e03135434,Supercuts,SG_BRAND_2f65554b99c708fa,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_6fe98d3a329c2652,Superdry,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_88ba6f6fda3e692270cc4aca2308d02f,Superfresh,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_463fa8f01a957810d630f14e61f00ae0,Superior Distribution,SG_BRAND_b8d39d16c717bf799df8e4fa60255deb,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, -SG_BRAND_89e0ac5a5ad3b486281dc81cde4e8627,Superior Grocers,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2225c534d38fe724,Superior Pool Products,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_1f9fc0f000b8f1b0,Superlo Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1c3f5a68b116d537,Supermercado Mi Tierra,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_12d8cc02f8482516,Supermercado Nuestra Familia,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1747bd74c5196e99,Supermercados Econo,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_121160236f279022,Supermercados Mr.Special,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_728d5ec13318e980,Superpumper,SG_BRAND_25e5063333a11a1b,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_603348d1a4d77f00,SUPERVALU,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_02f92084d9f17e0a6c8892bf0d462c36,Supplement Superstores,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_05286b13e4cd9b9707add15e0b00e9e2,Sur La Table,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_292982d226c68c93,Surf City Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4de9ed8cca6134c2227cb29e9972ccea,Surf City Squeeze,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_81e1914962e6a4ef80fe58a431d51926,Surf Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1ec9c207bfbb9658,Surge,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_c00683f2bf27e151432cccdb3c15b111,Surplus Warehouse,SG_BRAND_27798f863ac3d51b,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_a9c2e155e8b85611,Surterra Wellness,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_201c7275db1eea4d,Sushi Roku,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c6ef0b5fb00020681beb203dfcf7c94b,Sutherland Lumber,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_42241040b2464313,Sutter Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_101186a9a44bc0354ed997696a6aefba,Suzuki,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",SZKMF,OTCMKTS -SG_BRAND_296fa7d68007d8dd,Suzy,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1aa3e99a053ad8d9dafa8bad478ee946,SVS Vision,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_c33caca1ca57315,Swami's Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5eb9f857b50211fc4cf3fa5ae3fb61a0,Swarovski,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_d4f638f58f0365e16f503d63e3cdb609,Swatch,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,SWGAY,OTCMKTS -SG_BRAND_3fa2b41fce097e5b,Sweat Fitness Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_941a708604d0d3d03e95336dcf911085,Sweaty Betty,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_5691d1d3f1bbf3cc,Sweet & Sassy,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_4bdb9818d1b8ec67,Sweet CeCe's,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_c21778f7b42c43a3cac69ca3f6409372,Sweet Factory,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_5210f3e6393aa617,Sweet Frog,SG_BRAND_e60bc2632185dce0,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,MTY,TSX -SG_BRAND_c2aed8f1b2c6acb544efe76d85db85a4,Sweet Tomatoes,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a5ea795ab3769f0392e3658d9e64e003,sweetgreen,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4b82ec32253bafc4,Swerve Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_773e5c61cba7322,Swiss Farms,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_c0f474776f0a518a809c938bb46afab1,Sylvan Learning,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,SLVN,NASDAQ -SG_BRAND_7c501b7b2e9f40ad,Synovus,,522110,Depository Credit Intermediation,Commercial Banking,SNV,NYSE -SG_BRAND_4aa37867419943da,T&T,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_379927a340a265a9,T-Bird Mini Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4b82356db1a8f4a2db26dd5b7e30abba,T-Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),TMUS,NASDAQ -SG_BRAND_6ac3d7996fd37353f8027aee42005f19,T.J. Maxx,,452210,Department Stores,Department Stores,TJX,NYSE -SG_BRAND_748ba381dd81bb8de615319837ffa350,Taco Bell,SG_BRAND_4914f935d7b914d3,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE -SG_BRAND_62e219693b40c048bf2dad225524695a,Taco Bueno,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_79a702dbde154a54f28d505028e1708e,Taco Cabana,SG_BRAND_7079c42698203d70df4a030591fe99b8,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5decf63a87f7b91c915c7e221f840ac7,Taco Casa,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7a64dc973cbcc4f3cd3b08c3a3ea6842,TACO DEL MAR,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f92cba702cf7f997b776d807b54cbe79,Taco John's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_0c1f44463c391444e9661642ec0761b4,Taco Mac,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a630e83180e5729a,Taco Maker,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4f91efcb90b5e17a3d6ce7acca841c87,Taco Mayo,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_56fed2fb145e1820,Taco Palenque,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_693b36175514d607,Taco Shack,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_99dae8a57b370f25c69f642c6fc4319b,Taco Tico,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_21a415c825b40c20,Taco Time Northwest,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_794665b7b1353d3a,Tacodeli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d0e991123ab7960f,Tacolicious,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2f9e380f3c33c93e,Tacos El Gordo,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1150bcface0b66ea9e245dcefe959162,TacoTime,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_f5975334d57475f6dbc8bb4b1cbf88c2,Tag Heuer,SG_BRAND_fbeee3fab23d28f979cc8ca99c07b5d9,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,CHDRY,OTCMKTS -SG_BRAND_e09926ab09389693838aa7b6a4a51ad4,Tahoe Joe's Famous Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a6111ecac4e9bf6,Take 5 Oil Change,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_fc3844062a563161e27e2c9db9ad4665,Talbots,,448120,Clothing Stores,Women's Clothing Stores,TLB,NYSE -SG_BRAND_dca899911102f86b,Talecris Plasma Resources,SG_BRAND_3bb370e5a4a93cf0,621991,Other Ambulatory Health Care Services,Blood and Organ Banks,GRFS,NASDAQ -SG_BRAND_861e8bb24a4eaf74,TalkTime,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_5f363dd1fc284e47,Tamale Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c65749e66d4be65604489fe96a1012a0,Tamarack Materials,SG_BRAND_825716a5d0abf460d1757065168afcb8,423320,Lumber and Other Construction Materials Merchant Wholesalers,"Brick, Stone, and Related Construction Material Merchant Wholesalers",GMS,NYSE -SG_BRAND_bd60dc54b754d9dc4431b65d58f8c632,TAMKO Building Products,,324122,Petroleum and Coal Products Manufacturing,Asphalt Shingle and Coating Materials Manufacturing,, -SG_BRAND_dfd7c20bc32b86e,TaMolly's Mexican Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_56e323495e92d917a538ec84d43fab18,Tandy Leather Factory,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,TLF,NASDAQ -SG_BRAND_74b13c1bfa9312a3bfd0caa1da8b35ba,TangerOutlets,,531120,Lessors of Real Estate,Malls,SKT,NYSE -SG_BRAND_3059716d0a91e0e1,Tapout Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_47cdddc43aa6759b,Taps Fish House and Brewery,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f735ae4d111d2c3482266866ea53e7ca,Taqueria del Sol,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_42aefbae01d2dfd981f7da7d823d689e,Target,,452210,Department Stores,Department Stores,TGT,NYSE -SG_BRAND_5810170bb4a1154f,Taste,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_106b44d46c19a8c0,Taste of Philly,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,Tastee Freez,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_e402d3d94d8b09d4a64bd139283bd048,Tasti DLite,SG_BRAND_e60bc2632185dce0,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_107b9d75a4e4db89d7b8811fae4d60c4,Taziki's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c8659d9232accbd66985df5375f59855,TCBY,SG_BRAND_6351c180fa642ab1,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,MTY,TSX -SG_BRAND_36437ba2287c7c96,TCC,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_27501713cae44c7a12ea7b766781676a,TCF Bank,,522110,Depository Credit Intermediation,Commercial Banking,TCF,NYSE -SG_BRAND_90d91b406b3010d68287a1bf29e73641,TD Ameritrade,,523120,Securities and Commodity Contracts Intermediation and Brokerage,Securities Brokerage,AMTD,NASDAQ -SG_BRAND_a270529277e11434ce7a40cff6c21217,TD Bank,,522110,Depository Credit Intermediation,Commercial Banking,TD,NYSE -SG_BRAND_383d1229347828a7,Tea Station,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1a70a72732d25de9,Teal's Market,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_6f227b9c18f3649b,Team Rehab,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",, -SG_BRAND_08dc7bc5c525f5e482b57ea659eed11d,Ted Baker,,448140,Clothing Stores,Family Clothing Stores,TED,LON -SG_BRAND_82eab43cc07082b91b4ab64436d2cf1a,Ted's Café Escondido,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_cfd1a00ac7511bd50d3da98da435ab23,Ted's Montana Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3b18e03842469999,Teddy's Bigger Burgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_89a14d7a1309892f90d490c859468a30,TEMPOE,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,, -SG_BRAND_4c0bb3e7d813b2889a0544ef789a648a,Tempur-Pedic,,442110,Furniture Stores,Furniture Stores,TPX,NYSE -SG_BRAND_f18e4548675a2e1,Ten Thousand Villages,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_2056bcd07ae0b83fd73cbfd2eeb25f2e,Tender Greens,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3103aa34fd8b7fba005a36a481d015bf,Tenet Healthcare,,621340,Offices of Other Health Practitioners,"Offices of Physical, Occupational and Speech Therapists, and Audiologists",THC,NYSE -SG_BRAND_3e795ba76395e5f043687c8d0a9706e8,Tennessee Farmers Co-op,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, -SG_BRAND_25e9f89ee6d135a1,Teresa's Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_701fa49261c8c7c8,Teri Yaki Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_416a92ce8c95ff05,Teriyaki Madness,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e8b683a8c69af4284fc2d2ee150bc4f3,Terminix,SG_BRAND_d15e749f4404e8ffa9ff7b2805f05b5d,561710,Services to Buildings and Dwellings,Exterminating and Pest Control Services,SERV,NYSE -SG_BRAND_5c5a3dc312ed15ea,Terrain's Greenhouse Cafe,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_765f47692855865a,Terrible Herbst,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_736e28af7b81b10a,Terroni,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ca581f73c944ade30fde59bdb3e85d41,Terry's Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_220dead10dd6a5c7,Tesco,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b787109f60140e84,Tesco Bank,SG_BRAND_220dead10dd6a5c7,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_e1f043a973f4574f,Tesco Express,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6fec1ae6a8fa91d1,Tesco Extra,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d6355b56ac295732,Tesco Metro,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_01655ff382eb79ba,Tesco Superstore,SG_BRAND_220dead10dd6a5c7,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_bc250e0d83c37b0953ada14e7bbc1dfd,Tesla Motors,,441110,Automobile Dealers,New Car Dealers,TSLA,NASDAQ -SG_BRAND_aa6a15d0d5bfb705afa3d12997f3a804,Teuscher Chocolates of Switzerland,,445292,Specialty Food Stores,Confectionery and Nut Stores,, -SG_BRAND_ffc2e4f5b587c173b8034acac77ed1fa,Teva,,448210,Shoe Stores,Shoe Stores,TEVA,NYSE -SG_BRAND_5416bc709f25c04c6092dbbae7013250,Texaco,SG_BRAND_0a1e9bfcb49a6541809c358da5cb205c,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,CVX,NYSE -SG_BRAND_78aae9bb39a22124,Texadelphia,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c54319fdd968c45ed0d0efd9bb2fb63e,Texas Car Title & Payday Loan Services,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_6be55ad67ceb5067bdab4e4d3c4a7df3,Texas de Brazil,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_473fea6203e222f4,Texas Family Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_aca4fbe00d3d8517673a5aca6e4aa1f1,Texas Farm Bureau Insurance,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_7f05a2ff5536df74,Texas Health Resources,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d40731d9c382535c23768d0caa026179,Texas Land & Cattle,SG_BRAND_7cd1e714da9293c436d39bd8d23ba1b2,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7f678f7dd8d25eae,Texas MedClinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_3be0437d8da28bc7385efa8b8ff9aa41,Texas Roadhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,TXRH,NASDAQ -SG_BRAND_1fdd5a6542bcfe6b161be9f9c599edff,Texas Steakhouse & Saloon,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ff13ed822d136072eceb608b5cc145e1,Texas Tool Traders,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_b8c2e09ccbcbcf622f7612372a827752,TForce Logistics,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,DDMX,NASDAQ -SG_BRAND_aeff93462d04a731,TGF Hair Salon,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_2790ea7c68267a4a937d481540e3c3e6,TGI Fridays,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_71b1a9dc19902a6c,Thai BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_28a9b67fc644e963,Thai Express,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_42fba5cce630e68f,Thai Original Barbeque & Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2b2de6e5e806bd0b,The Art of Shaving,,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_e410910a55c3c756497dd75b42aeffc4,The Association of Pool & Spa Professionals,,813910,"Business, Professional, Labor, Political, and Similar Organizations",Business Associations,, -SG_BRAND_5c19fee48031bf83e0961a606fbf5662,The Athlete's Foot,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_f712fed0e54d3879,The Baked Bear,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_12b47438ce89b276,The Bank of Tampa,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_a7bd12304f2a327187932c8caa384a3c,The Bar Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_7865bdf090089821,The Barbers,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_aadbb723ed9a5d53,The Bargain! Shop,SG_BRAND_56324d752ddef929,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_169759edcca53e9a,The Barkan Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_6f2dd06dff349e79,The Barre Code,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_238235f57cdaf4015ba8e998c2641240,The Bay Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_31667d4e1f42fdcd710142faf48bd9a4,The Better Health Store,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_f09e0c7afddd306e,The Big Apple Food Stores,SG_BRAND_3874a628545efda1,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_33380594a4d5a524,The Big Screen Store,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_1a12adf6e3b665ca,The Black Dog,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_def598b5aac8735,The Blazing Onion,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b38d3f8fe487c2221c530f36d0610016,The Body Shop,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_2aef7eac822eb842,The Boiling Crab,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7c19a70212e0ccdda8db2a73b5d84ddf,The Book Rack,,451211,Book Stores and News Dealers,Book Stores,, -SG_BRAND_0c7d56c25057eb37e0079b11b1a41939,The Brass Tap,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_9cdd257ef76506a77da2138fa08adffb,The Broken Yolk Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f8d7dcd58d8bf69,The Buckeye Corner,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_97899a373a27905d915c4c9c65ac95c7,The Burger Joint,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4dbcb20da98e22da,The Camp Transformation Center,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3cc21f15ae914a3cb5919df560a5b117,The Cape Cod Five Cents Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_dc52dbcf11b7f0307f8ce2b817acdfa4,The Capital Grille,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_a053237d26cf3f778c77847dbcfbed65,The Cash Store,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_e5b46100379c3529be5f67422662b5e7,The Cat Rental Store,SG_BRAND_b36725e851150ae2a6e85ce2e48d8193,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,CAT,NYSE -SG_BRAND_e661d1eb09e37e4e6a32cfa1944dafce,The Center for Medical Weight Loss,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_a676cc95ab05a9f67d645437541771a2,The Check Cashing Store,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_5b9eaeead5c471385e9db74b48e7813c,The Cheesecake Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,CAKE,NASDAQ -SG_BRAND_d4280bff0e12c76fbaa974480d17715d,The Children's Courtyard,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_0d8733e06e21c591cff917fd0f7fffb8,The Children's Place,,448130,Clothing Stores,Children's and Infants' Clothing Stores,PLCE,NASDAQ -SG_BRAND_0f28dc5297faa20538af54b933c3e48b,The Children's Workshop,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_cf648053225811b,The ChopHouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e6df1254351679290dc9f935d1cde5e8,The Christ Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_a225ac045017a21c8ce14bc0728c3493,The Cleaning Authority,,561720,Services to Buildings and Dwellings,Janitorial Services,, -SG_BRAND_382a54468d25a8f,The Coffee Bean & Tea Leaf,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_009de65a8ea116c85bd1a948b4c69c98,The Columbia Bank,SG_BRAND_443de6c2649471fe3de0f49aa8fe4a6b,522110,Depository Credit Intermediation,Commercial Banking,FULT,NASDAQ -SG_BRAND_1fe673b225ac9f06,The Comfy Cow,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_c5945455a80b7df9ae933374061c1f18,The Compass School,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_21b3fdc752056767b2598d5e93ce889a,The Container Store,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,TCS,NYSE -SG_BRAND_7021443754cb6a75,The Cookie Corner,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_d7ff6f6ac44b1ef0abf49d26f19aaaef,The Counter,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a4874c3429557e37f02c1114a410d03c,The Dailey Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_feee19a667eafeee0f37c03bbde7997a,The Dump,,562212,Waste Treatment and Disposal,Solid Waste Landfill,, -SG_BRAND_367615af9d86c3ee076f90f0e058a03d,The Edge Fitness Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_68fdd09a6f017f28,The Everett Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_79aa24ac7be7115da80670ca05ed242d,The Exchange,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_347f308bd110cf91,The Expressway,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_26093cef1643d55f,The EyeDoctors Optometrists,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_7563d50667ecfa1fa05542887aa06123,The Family Center Superstores,,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_ec3c24dac2bbf15511d9de9e0d80ee86,The Flame Broiler,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_19ff995f2758f48c,The Floor Trader Outlet,,238330,Building Finishing Contractors,Flooring Contractors,, -SG_BRAND_8bbbbddd74a8c55a0e7b8a4900a84af8,The Food Emporium,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_64a0989950c25fa3,The Fresh Grocer,SG_BRAND_ce8c4f0fd8517b73,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_780fbf14eff9e74b9f36782864893db6,The Fresh Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,TFM,NASDAQ -SG_BRAND_2a55c06e9d66201f,The Fresh Works,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e07b56a3af9931ee3ffa7b81f065f13d,The Frullati Cafe and Bakery,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_1f2a2e25728123a9,The Fuzzy Peach,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2f71af3851d37fcb,The Garage Burgers & Beer,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b5e39c3aa02f293d32711bbbd0a7cc27,The Gardner School,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_c480d1c506174ceb76e75a9ec238db19,The Goddard School,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_2de4349106208bd9c5a94327a8328a2b,The Golf Mart,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_7cb5fe5b782c710b,The Good Samaritan Society,,623312,Continuing Care Retirement Communities and Assisted Living Facilities for the Elderly,Assisted Living Facilities for the Elderly,, -SG_BRAND_c74f9f3ba98f4252,The Grand Theatre,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_369a3a4efbfb866451440930bd5ea2a0,The Grasshopper,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_3dcc30c62460bc25,The Green Solution,,424210,Drugs and Druggists' Sundries Merchant Wholesalers,Drugs and Druggists' Sundries Merchant Wholesalers,, -SG_BRAND_519bae9085e0bee5,The Green Turtle,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1bdafbd85f67a1b5,The Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f06de432fc340ee71aa12222d087ce84,The Habit Burger Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,HABT,NASDAQ -SG_BRAND_a6b6bc682c404279c671e3c1f8bddca1,The Halal Guys,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_8cebb51fb05f1bf005e53bfec08d6c10,The Home Depot,,444130,Building Material and Supplies Dealers,Hardware Stores,HD,NYSE -SG_BRAND_38a47ecd809d6bc33da5d07aeb102184,The Honey Baked Ham Co.,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_147fae0f27a09e0c,The Hoxton,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_ddd255657c835c7c6fada0aa91c0cd5e,The Hummus & Pita Co,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fa02b785b4cd9620961cdc921c695a6a,The Hummus Factory,,722320,Special Food Services,Caterers,, -SG_BRAND_02b0271b467f602df85bda877aaff678,The Huntington National Bank,,522110,Depository Credit Intermediation,Commercial Banking,HBAN,NASDAQ -SG_BRAND_57260b104813b2675ac576b073265137,The Ink Well,,323111,Printing and Related Support Activities,Commercial Printing (except Screen and Books),, -SG_BRAND_5823bf6b7770c294,The James Hotel,SG_BRAND_771bff5c64b07d46,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_3f3f25c2f0c2ac4e,The Jerky Outlet,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_75400c1d55d84876,The Jewelry Exchange,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_3b0e9fc4f07998b208aaeafdaf8c6620,The Joint,,621310,Offices of Other Health Practitioners,Offices of Chiropractors,JYNT,NASDAQ -SG_BRAND_bb17262f1cb7c73a,The Juice Shop Kitchen & Juicery,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1439fb0625fdeefed049e877c7ecaffb,The Kebab Shop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a3d561c910801c5d08791ee3d310df6d,The Keg Steakhouse & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_445fc19dcd78b55e,The Kent Companies,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_48bde759a9d97916,The Lash Lounge,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_2a82d70020246cf51d52526824787b50,The Learning Experience,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_73acdfdaafe6ff0a,The Little Beet,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_055835f8cec8b6e04ba47ac4906f8f5c,The Little Clinic,SG_BRAND_1f852a23da4b7250,621498,Outpatient Care Centers,All Other Outpatient Care Centers,KR,NYSE -SG_BRAND_3e7a63f572a5734cad6676b9e32cbc4c,The Little Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b03564beb831763984ac671dc54a0cce,The Loop Pizza Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3997a8f3a0b830dbd07b6db4fd6e9daa,The Luxury Collection,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_0ce21d5668f8efe62ffec7ff25900593,The Malvern School,,611110,Elementary and Secondary Schools,Elementary and Secondary Schools,, -SG_BRAND_409682a96a98cfb4,The Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_61de2409142ceccf,The Markette,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_99fcc6273635bbb31252d3306fbac64b,The Mattress Factory,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_58043e3cbd84985ab2dc9a365c6a3b52,THE MAX Challenge,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e6b579afa8461d8a315125f18c697f19,The Medicine Shoppe,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_3e7ea2d5ef6b7289a85276f18e27b882,The Melt,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5b5952be425493ae354f91be4127d2df,The Melting Pot Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c8183f6cce7bf3cc6815bdee54fdf21e,The Men's Wearhouse,,448110,Clothing Stores,Men's Clothing Stores,TLRD,NYSE -SG_BRAND_142856710eed4cc3,The Natural Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3b50b0335cd7ba141a82b28b5dd28c91,The North Face,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_1b123f515d08bb0,The North West Company,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,NWC,TSE -SG_BRAND_4673ceec4f2402b2,The Oceanaire Seafood Room,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6cdef17bddede3e9b11a95bc35b83896,The Office Beer Bar & Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a3ac07e7e26ec97a361f4f7155c1a492,The Office Tavern Grill,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_481941885b6085ab,The Old Spaghetti Factory,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3435d9b39736abe4,The Oops Co.,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_6761573c0cde168f,The Original Buscemis,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f00d69ef51c9f51,The Original Dave's Cosmic Subs,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_99844761d9a1455cd84cb9c5c35ff84a,The Original Mattress Factory,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_4fb670e93bdb8672,The Original Mel's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_89adcbee80f3dd6877da674d74acd976,The Original Pancake House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b19328c91905a082,The Original Pizza King,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e8ba8b704eab2f5,The Other Place,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_03d79486902d515829018ef9db1f3415,The Palm Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f6896aebc6a294f,The Paper Store,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_347359cbfc7840a6a6a2ce7ab3e9087c,The Parking Spot,,812930,Other Personal Services,Parking Lots and Garages,, -SG_BRAND_dd5e8538923b1ec725cb4a3eefb8e3e8,The Peanut Gallery Preschool,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_6e900baf9252f8ee,The Perfect Pita,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d092f030b5fbe0c6,The Pie Hole,,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,, -SG_BRAND_7512d3d3a6bdc2c2,The PilatesBarre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1ebaf17c26c329a6,The Pizza Press,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_18104fe029ccbdbd,The Pod Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_4d9a54cd3f7d9b32,The Premier Companies,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_be55084abeb9c86,The Pride,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_565e5c0874460019,The Primary Health Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_25a3bc91b9c29636,The Prime Rib,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1bbc59a51cf7174c50aa97daaf4db6fd,THE RED DOOR By Elizabeth Arden,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_2f696e23890fee94c69d32d67a042962,The Ritz-Carlton,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_735ce9f87fe98351,The Riverwinds Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_159cf69754637d53,The Rock Wood Fired Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d1a0236b6b2467c,The Rockerfeller,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_197da33ad4743176f6f79c4ef57b4147,The Roof Center,SG_BRAND_1b2818c0478264ea,238160,"Foundation, Structure, and Building Exterior Contractors",Roofing Contractors,BECN,NASDAQ -SG_BRAND_0a8319bc26b1f4bc74fb4a1fa0eefe26,The Salvation Army,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_5c5fdd13bb5c9bb1,The Sandwich Spot,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_417cf24bf1de9cab,The Six,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5813c4f1b2c44860,The Source,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_679cad82275339db,The Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_b8811cc7f6b790bbbd59fb48b86d9c6a,The Sunshine House,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_4b10a4735801c6cf,The Sydell Group,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_481c509d0f3e4ec3,The Taco House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3a492018844fa022,The Teahouse Tapioca & Tea,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_623c9670c67edf86,The Tile Shop,,238330,Building Finishing Contractors,Flooring Contractors,TTS,NASDAQ -SG_BRAND_e4f78288fe530eeb6352e6bd86fce5a2,The Tire Choice & Total Car Care,SG_BRAND_462c6e01a2086f21,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,MNRO,NASDAQ -SG_BRAND_76cc6f7235ae184e,The Uniform Outlet,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_d100d4d8528c773aac249aa76b9eed07,The UPS Store,,492110,Couriers and Express Delivery Services,Couriers and Express Delivery Services,UPS,NYSE -SG_BRAND_3407202de2fb184d,The Varsity,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_25178bf9665a0217555d90868ad225e9,The Vitamin Shoppe,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE -SG_BRAND_d6966cd546d3058fe7927013fa5f416b,The Walking Company,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5dca71f1eff08c5c,The Woodhouse Day Spa,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_736c6dba6707c4fa,The Yard,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, -SG_BRAND_4167196e19c5cac5,The Zoo Health Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3f95ba01ebfd1014,Thee Dollar Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d88365c20375014de85c502008b50db9,Theisen's,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_700172587c791cceb2ca5c6744e211db,Theory,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_d551d9b904376cfe32577a4295482c46,Thermador,,443141,Electronics and Appliance Stores,Household Appliance Stores,, -SG_BRAND_326003cb0cde041efacb7b2f9e9a8ecb,Things Remembered,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_484889433de7984a,Think Kitchen,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_42468524a477d307,Thirsty Lion Gastro Pub,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d8c3dc16c8970aaba935b5c5477e1fc5,Thomas Sabo,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_be923465dedf384dda38dcfe5511ed2c,Thomasville,SG_BRAND_8dec87ebe111e2b4,337121,Household and Institutional Furniture and Kitchen Cabinet Manufacturing,Upholstered Household Furniture Manufacturing,, -SG_BRAND_3e6910510262cc0b,Thompson Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_5d0bb36db902c2b4a3cddf28192ed763,Thorntons,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_bf47e8892102ed3b,Three Bears Alaska,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_be44236f06192a1d33f6432d6d92128b,Three Dog Bakery,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_3326a08f19b298eb,Thriftway,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_236ad7fb05363431837efe08cc11a189,Thrifty Car Rental International,,532111,Automotive Equipment Rental and Leasing,Passenger Car Rental,, -SG_BRAND_70f57b243f49fee2,Thrifty White Pharmacy,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_3ce39fc19f210f9d,Thrify Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_3078224ee4011642,Thrifyway Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_585f42e9fd3433de,ThunderCloud Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fe348ce1e0816a97,Thyme Maternity,SG_BRAND_1e8a4bf699e898be,448190,Clothing Stores,Other Clothing Stores,RET.A,TSE -SG_BRAND_d39158ca09fb3c99,Ticknors,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_527215696df19ae1,Tide Dry Cleaners,,812320,Drycleaning and Laundry Services,Drycleaning and Laundry Services (except Coin-Operated),, -SG_BRAND_5409a77e42ebdf8f,Tietgens,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d93b029d657e265b,Tiff's Treats,,311811,Bakeries and Tortilla Manufacturing,Retail Bakeries,, -SG_BRAND_7a5ba55adf83be247a3826c8d1339ccb,Tiffany & Co.,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,TIF,NYSE -SG_BRAND_3819b4b88d9159eb,Tiger Rock Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e0709c433db5128,Tiger Schilmann's Martial Arts,,611620,Other Schools and Instruction,Sports and Recreation Instruction,, -SG_BRAND_8612f98e1e2e5ec8f34a7071ad8858ea,Tijuana Flats,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2e43ed6f3ae8aa69ac7fe257f663f95b,Tile For Less,,442210,Home Furnishings Stores,Floor Covering Stores,, -SG_BRAND_31301655c7e42851d12b09cca0e8a305,Tilly's,,448140,Clothing Stores,Family Clothing Stores,TLYS,NYSE -SG_BRAND_48aeb2ed11bd5182c256d19201877626,Tilted Kilt,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c4c485492c7ab7cb854a7c2b9772cfa1,Tim Hortons,SG_BRAND_af6efd1c6e8b04bb,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,QSR,NYSE -SG_BRAND_2bae96e0429201fc,Timber Lodge Steakhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1ea02eb629898ff9c708f92ae2ff719d,Timberland,,448210,Shoe Stores,Shoe Stores,TBL,NYSE -SG_BRAND_2add66c563fc063a,Timbermart,,423310,Lumber and Other Construction Materials Merchant Wholesalers,"Lumber, Plywood, Millwork, and Wood Panel Merchant Wholesalers",, -SG_BRAND_3e33d29274752d70,Timbuk2,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,, -SG_BRAND_bd07948d565776ae4bac997d8c53b62e,Time & Again,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_27b503cdfcde35c8,Time Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_7b2d90c593a6c074,Times,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_23b6a81f143db6f3,Times Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b6990bee8584deea7ad1927df389c568,Timewise Food Store,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_191774375c0659661c8f77f0573e0844,Timex,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_695324363648c313a961b52e685c49c1,Timken,,333612,"Engine, Turbine, and Power Transmission Equipment Manufacturing","Speed Changer, Industrial High-Speed Drive, and Gear Manufacturing",TKR,NYSE -SG_BRAND_e2ecb7126cc92ce0703f5f81534f0f01,Timothy's World Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_2da466e5e6d84ba6,Tin Drum Asian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5e8b94b533ddbe4c,Tin Fish Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4f1982406972c48a7038b8caa1a08bef,Tin Star,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b163a6b6f8c9b5afdb277820ec516700,Tinseltown,SG_BRAND_8db0ffdb473ce49c,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),CNK,NYSE -SG_BRAND_5be92b9d9b018065,Tio's Mexican Food,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5560e8e7bb7ddc6a,Tioga State Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_e6150699cbedfa649edaef6a092c799e,Tire Barn,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ -SG_BRAND_c72eab782ab8dc033523461de16d6eb1,Tire Discounters,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_bc406a64fab678239c6554ce7ec498c6,Tire Factory,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_fa8904768ce7b74cf669f92649a2fcf7,Tire King,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_95af7b95a45755c490a3b06b29c75d90,Tire Kingdom,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_3bae325ae1f111c35db51a05cdaeb1eb,Tire Warehouse,SG_BRAND_462c6e01a2086f21,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,MNRO,NASDAQ -SG_BRAND_643a1e74751ea8ca,Tires Plus,,441320,"Automotive Parts, Accessories, and Tire Stores",Tire Dealers,, -SG_BRAND_116ecdbeff77e915eb77f46a8b3b6afa,Tisco,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_566d750fc39e325b,Tisol Pet Nutrition & Supply Stores,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_e2bb3f9679fec6d4836fcf8abcc3eeac,Titan,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,TWI,NYSE -SG_BRAND_73c2d855c962b5bf,Titan Machinery,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_5cf3dea725de658c1e71e85ac54ccc1b,TITLE Boxing Club,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e0acb7b67d1dfbd28585972f62d1f31d,Title Nine,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_6377867d8602c31f,TitleMax,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_1f00063893c59b09ba0e28f9cdeb6ceb,Tobacco Outlet Plus Grocery,SG_BRAND_962d9816e6d7856c,453991,Other Miscellaneous Store Retailers,Tobacco Stores,, -SG_BRAND_e1650ebec6b4ba15,Tod's,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_5b302322d276255d,ToddPilates and Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_026161684784dddee1b6716334739746,Togo's Eateries,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_e0ac1e7d32459b81ff7325ee29a49805,Tokyo Joe's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2a36d24e26453dbf,Tom and Chee,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4136d00c8d0f3e42,Tom James,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_07762e54770874ce98be0527a5ab333e,TOM N TOMS Coffee,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1165af0dea6af7854daf87616d60f747,Tom Thumb,SG_BRAND_7b1c93cd8e043a25,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_598b94208d36f21a7da5462f8f8c8788,Tom Thumb Food & Pharmacy,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_591c1ac6368b6464,Tom's Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7d023b66e8009ff3,Tomlinson Sales,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_4ca5d251e2f5236f5979563fbe27c7eb,Tommy Bahama,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1428e3360a85e36f654fcd0166e3e607,Tommy Hilfiger,SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,448140,Clothing Stores,Family Clothing Stores,PVH,NYSE -SG_BRAND_ec7fb7a03d7fe6cbe56a5e532c104888,Toni & Guy,,611511,Technical and Trade Schools,Cosmetology and Barber Schools,, -SG_BRAND_4e2bda6243b4276fb25e6b4ee75eb7b0,Tony Roma's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_364ae1cd15e3261e,Tony Sacco's Coal Oven Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b6c0d7ebe927d648e2ee3233e897ea28,Tony's Finer Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7d291eb5f5972320,TooJay's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_36eff33d25bfbeac,Toot'n Totum,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_16e4295c5086d048,Top Star Express,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_cf2323f7315065eff715fd30cd477363,Topgolf,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_176ca424868705e,Topman,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_c407d485b2792acc7d7f3f18952577c8,Toppers Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7dc5f4dcd3a2c203,Tops Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_150c4370ef437ba8bebaec34e13afe3d,Tops Friendly Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_0244923b47825c91bad59473ab4ac348,Topshop,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_2e93877c348601cf6be654e7405e0ca5,Torchy's Tacos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_82120d7699852ad,Torrance Memorial Physican Network,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_7952f2bb94aeba1bf78fa01c4a34834a,Torrid,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_9de883124bf136f31583d438731182a0,Tory Burch,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_451ea132210dd9e4,Toscanova,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_04be971d21da393a74f8722098739684,Tossed,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d72727706c7a7433,Total Access Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_e04e666f974d20c5,Total Pet,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_2d33116f68e4b47313d867392a293b0c,Total Wine & More,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_26009f7664889bc27abfb0613e5959cd,Totaline,,423730,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Warm Air Heating and Air-Conditioning Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_e27e45dc9a84e306,Tote,,713290,Gambling Industries,Other Gambling Industries,, -SG_BRAND_1b6fafeeec05b688,Tote-a-Poke,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ae68768d6bb74bd49cb12476e131fd63,Tots And Tykes Pediatrics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_1a7a46d0fb75a2c613f21e699813badf,Tourneau,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_25cb76f25c77b86f,Tower Health Urgent Care,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_6f9a745d098c4d0f,Town & Counrty Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_60ecc465665f8015,Town & Country Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2875d61cc09b560b3987421c0b1651ec,Town Fair Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_231cdcceb59deea5,Town Sports International,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5a5e5b9eb6cdd8390e26c7eb067c4c3a,Towncare Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_d72259892f88aa110d949d9d44d239cf,TownePlace Suites by Marriott,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_dabbcb51925639380ceaaa444334ad11,TownPump Convenience Stores,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_5e887f6fc80f12da7973f9f81ea76150,Toyo Tire,,326211,Rubber Product Manufacturing,Tire Manufacturing (except Retreading),5105,TSE -SG_BRAND_5166fd3fee463b7c9992293e84f098f0,Toyota,SG_BRAND_3e5e223b1c342058,441110,Automobile Dealers,New Car Dealers,TM,NYSE -SG_BRAND_3e5e223b1c342058,Toyota Motor Corporation,,336111,Motor Vehicle Manufacturing,Automobile Manufacturing,TM,NYSE -SG_BRAND_00db0391d05de9dc3d3ce6815e06a18f,Toys 'R' Us,,451120,"Sporting Goods, Hobby, and Musical Instrument Stores","Hobby, Toy, and Game Stores",, -SG_BRAND_974825b578ac6df2330cf472fc2d9e57,Tractor Supply Co.,,444130,Building Material and Supplies Dealers,Hardware Stores,TSCO,NASDAQ -SG_BRAND_c277e90262fd6057,Trade Fair Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7fc1f4535e992e55,Tradehome Shoes,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_00bc98e3ce50a8142b86c47f40b85735,Trademark Hotels,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_88b90c11892dd21eddc97bdb0fc449f0,Trader Joe's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7baa23773d234f39,Tradewinds Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_27a15966382ba3e78015b40d2e1fa976,TravelCenters of America,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TA,NASDAQ -SG_BRAND_6c0e7e2f43ddbce9815298c1002428f3,Travelers,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,TRV,NYSE -SG_BRAND_6437599b41150ccc0b9c63702c5f7ba7,Travelodge,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_2b35fec93c54a3b5,Travinia Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_fd449577b0890721,Tread Quarters Discount Tire,SG_BRAND_462c6e01a2086f21,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,MNRO,NASDAQ -SG_BRAND_12d0336a7f170c0c,Trejo's Tacos,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_384b9a02d950ebb7,Tresierras Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_669b6e6ec918848b,Trexcon,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2e511958d4d180bd,Tri Counties Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_749c5abd4fa1adfcfddd0ccd53c97a9b,Tribute Equine Nutrition,,311119,Animal Food Manufacturing,Other Animal Food Manufacturing,, -SG_BRAND_855abd978b753650c09c1557ab3928b1,Tribute Portfolio,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_af5f1969ec935bf7b7a73719286708ab,TriHealth,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_b466c7413fb7eaa6e70078ade0d264fd,Trina Turk,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_5df451361743558ac71e8dd07d7dfb74,Trinity Health,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_3fb3d19afd9e3a87,Tristan Medical Care Centers,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_91e839a055cb35a22625cbce214ad769,TriState Imaging,,621512,Medical and Diagnostic Laboratories,Diagnostic Imaging Centers,, -SG_BRAND_1238de9e0f59267201956dbdfeb8ba45,Triumph Motorcycles,,441228,Other Motor Vehicle Dealers,"Motorcycle, ATV, and All Other Motor Vehicle Dealers",, -SG_BRAND_321fb519b4bdd1052f599b2740228cc1,Tropical Smoothie Café,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3cd2bdcd39d3a533,Tropical Supermarket,SG_BRAND_b718bb44f07c2ad4,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1a70655ccbec80ed,Tru Fit Athletic Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4f3a9a472b36d7a,Trucchi's Supermarkets,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_2de08fc550a95a71,True Food Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5362ea8f2454e3fe,True North Energy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,TNEN,OTCMKTS -SG_BRAND_bfdeb379cc482c327cf8c4f21bc59b1c,True Religion Apparel,,448110,Clothing Stores,Men's Clothing Stores,TRLG,NASDAQ -SG_BRAND_0b1f746a0c413ffd,True Value Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_3a6e3c8851716ab0,Trufusion,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_ba77673d5e7728b8999442b502cea534,TruGreen,,561730,Services to Buildings and Dwellings,Landscaping Services,, -SG_BRAND_6ff85c925331e43d,TRUMP Hotels,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_a182dde2647eb16fe2172d0504d4ad2c,Trunk Club,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_ccb189c1e56ccd53eb1e7385d3762ae0,Trustco Bank,,522110,Depository Credit Intermediation,Commercial Banking,TRST,NASDAQ -SG_BRAND_a5f35de4c9eba1527cc042bfbc518a63,TRYP by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_24e0a7d87fbc6f7b,TSO - Texas State Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_7b6318e28c57a71e7c67f65f7c29c906,Tubby's Grilled Submarines,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_399141eb2c47ee5b45c6102be34b9073,Tuesday Morning,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,TUE,NASDAQ -SG_BRAND_dac1f497346ea310da919c24b77001a5,Tuffy Auto Service Centers,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_cd0e685b829463614dc72d796d1f6c57,Tumbleweed Tex Mex Grill & Margarita Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_e53a3d6e7f4c168854ae8f9f1a53df2a,Tumi,SG_BRAND_7fa5b1ec73cb58328931673199f80b5e,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,SAMC,OTCBB -SG_BRAND_f31ffe7d8d5bac1d2baff78a6e70afb9,Tupelo Honey,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8dbe0559f6cb1a94cc26662d0788c2d5,Turkey Hill,SG_BRAND_7b1c93cd8e043a25,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_68b0bec4d74fc632,Turner's Outdoorsman,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_32eb92a7712b2c101b8001ac5c2e3ea6,Tutor Time,SG_BRAND_d4280bff0e12c76fbaa974480d17715d,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_5cd68643065cff4d7af73f3a0687dc2b,Tutoring Club,,611691,Other Schools and Instruction,Exam Preparation and Tutoring,YOGA,OTCMKTS -SG_BRAND_64e7fd714c1ce1d17a3d448d744ed79c,Tutti Frutti,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_374fe5914caae134,Tuxedo by Sarno,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_9b326b03e5d239688d5c40843097262a,Tuxedo Junction,,448110,Clothing Stores,Men's Clothing Stores,, -SG_BRAND_a0b9d6979de96b1adb43b52f9c3bcc10,TVC Communications,SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,517919,Other Telecommunications,All Other Telecommunications,WCC,NYSE -SG_BRAND_1c21fbd5249f1c20bd89119ab5c678ba,Twice Daily,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_27bd9495ed500776,Twin Liquors,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_4ce6c8df738224f699c40f16946fee96,Twin Peaks Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8905e7e75cc4ceb632c880404f3e33e4,Twisted Root Burger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7cb0a596d8d745f1,Twitch Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_42bfde79ee500bbc633530f73a43bce4,Two Men And A Truck,,484210,Specialized Freight Trucking,Used Household and Office Goods Moving,, -SG_BRAND_261db52898e7ebd1,Tyler's,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_fc4533b640af7e29f67bb02cba1776d9,U GRO Learning Centres,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_1810c5cb6aacb849,U Save Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_1b71ced68ecb91a8bc1fcc6fd3db7b7d,U-Haul,,532120,Automotive Equipment Rental and Leasing,"Truck, Utility Trailer, and RV (Recreational Vehicle) Rental and Leasing",UHAL,NASDAQ -SG_BRAND_725003634e97f009,U-Save-It Pharmacy,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_d07c67d34f3c54a,U-STOP Convenience Shops,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_486a4a2db1ad7c0f,U-Swirl Frozen Yogurt,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_45eb256adbce8449,U.N.I. Urgent Care Center,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_41ebe46287b861ac09853796d613f1af,U.S. AutoForce,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_115e6cd3ceacb40f8be99ae3d3f62649,U.S. Bank,,522110,Depository Credit Intermediation,Commercial Banking,USB,NYSE -SG_BRAND_6809e83bfca0c851ba242f11186c98e2,U.S. Cellular,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),USM,NYSE -SG_BRAND_5812cb0afc1bfb58,U.S. Polo Assn.,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_6164e1beb7da981c8b952aa5c414aa75,uBreakiFix,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_2802aee2135c6b6,UBS,,522110,Depository Credit Intermediation,Commercial Banking,UBS,NYSE -SG_BRAND_551d23c68a5f5ac,UCBI,,522110,Depository Credit Intermediation,Commercial Banking,UCBI,NASDAQ -SG_BRAND_be296f7e2e67113ee810d223d515af0e,UDF (United Dairy Farmers),,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d2101987bb1be95164488fe2041f055e,UFC Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1ad29e20d6ec5188,UGG,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_5bf5f53ff558c158,UHR Rents Rent To Own,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_1f689f9b6876bf4,UHS (Universal Health Services Inc),,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_0bbbdeb36c035e0329396ddcbb31cf63,Ukrop's Super Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_22944c74a4b7468ec2ab7b1e2112015f,ULTA Beauty,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",ULTA,NASDAQ -SG_BRAND_29ae60103f217dc5,Ultimart,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_47133379d9065b1af73d1f4b3495c780,Ultimate Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_428a59952bc85cfef88a854caf441fcf,Ultra Body Fitness (UBF),,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_aaac77a0f013c36cd59dfced6f1439c6,Ultra Diamonds,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_0b57cda0ba7ff08b1e186dc591c6faeb,Ultra Mobile,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_6b521824ef65ce2f,Ultra Tan,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_a3d201392e0fb690,Ultramar,SG_BRAND_25e5063333a11a1b,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_11720e124d65e898,Ultrastar Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_021b67e9295ceab9f132b6f58dc3d14d,Umami Burger,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7b1d14f80642f1f6b54ca80e2662b251,UMB Bank,,522110,Depository Credit Intermediation,Commercial Banking,UMBF,NASDAQ -SG_BRAND_66f28251402c05d8,Umpqua Bank,,522110,Depository Credit Intermediation,Commercial Banking,UMPQ,NASDAQ -SG_BRAND_799b7d0e980c62c6,Unbank Company,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_1e207a89dceae6f7,Uncle Dan's,,339920,Other Miscellaneous Manufacturing,Sporting and Athletic Goods Manufacturing,, -SG_BRAND_c74e5dbc804f7d23211e1f4ffac4aca4,Uncle Ed's Oil Shoppe,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_0e4454eb3fe3880fe24478dd6080efaa,Uncle Giuseppe's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_e9fe429ed938983aac177d49f99ed0e1,Uncle Julio's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_48e0b7edc5ce94fb,Uncle Louie G,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_aaab1e0f2e9b04cfc37ea26d5a22a249,Uncle Maddio's Pizza Joint,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a27802d0f31943aebf20df097a2906d7,Under Armour,,448190,Clothing Stores,Other Clothing Stores,UAA,NYSE -SG_BRAND_2b1d00d100c61510fdee2ed742076cbb,UNFI (United Natural Foods),,424490,Grocery and Related Product Merchant Wholesalers,Other Grocery and Related Products Merchant Wholesalers,UNFI,NYSE -SG_BRAND_eb209fcc90a7b9d,Uni K Wax,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_78e731dfc41e5a17,Uni Mart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_895fee750a61b7bceb45eb1433a8cc46,UniBank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_479a6fab8b2bf110,Unico Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_9a77daacc4bcf5a9,Unilever,,311999,Other Food Manufacturing,All Other Miscellaneous Food Manufacturing,UL,NYSE -SG_BRAND_5c22f8be0b58bb3d,UniMart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_d635492fdc36f4412e130c3a4fe23a7a,Union Bank,,522110,Depository Credit Intermediation,Commercial Banking,UNB,NASDAQ -SG_BRAND_26014f1a9ac94f71500c94aee9366748,Union Savings Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_1a300c393a271586,UniPrix,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_24fdc423822298896dcd7ae0548f1498,Uniqlo,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1e73f005a301232c,unita golf,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_3edd0a114c0d2e78145a9fb327e89ff2,United Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_2b6054362116995b,United Bank Ohio,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_dc5ee4ee5695bfa64781376146d9b7fa,United Check Cashing,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_8623a5c2e308cd14a14bde487ea8fe9c,United Financial Bancorp,,522110,Depository Credit Intermediation,Commercial Banking,UBNK,NASDAQ -SG_BRAND_20b8f297607c385e,United Grocery Outlet,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8ed1742b8a8ba56a,United National Bank,SG_BRAND_3ad9d7826f3afaba,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_25ac38f4c45a0186b72a542922ce11ca,United Pacific,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_bbaecca4473233eccb80fde76de6f093,United Refrigeration,,423740,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Refrigeration Equipment and Supplies Merchant Wholesalers,, -SG_BRAND_0cb10408942cd39e3d3779ce5294bd91,United Rentals,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,URI,NYSE -SG_BRAND_27ee73cd1fb6f5e432852fea401eacce,United States Postal Service (USPS),,491110,Postal Service,Postal Service,, -SG_BRAND_31d6211f468120df,United Super Markets Oklahoma,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d37d8388d59fd76f234b610c62ab432d,United Supermarkets,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6a5def827cd84dc1,United Taekwondo Center,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_c0ff5592dbe6d0e876adc36ee4f1b0ae,United Way,,813219,Grantmaking and Giving Services,Other Grantmaking and Giving Services,, -SG_BRAND_59af87c37beaa0f5,UnityPoint Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_8a98b65ffebc68995699817a9ceba55b,University of Alabama at Birmingham (UAB) Health System,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_33fb6f3d858ecf64,University of Florida Health,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_0c506e30249aff4bd40c279d2c1daac9,Unleashed by Petco,SG_BRAND_c5bc0c313e3f7af2ff0291d8846671ab,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,PETC,NASDAQ -SG_BRAND_152775c09797418faaafa9b8a39bd84d,Uno Chicago Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_58ef98cdaa898785b12dd9d85b3b3155,Uno de 50,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_338bdbdb25bad40e,Uno Due Go,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_68d52ab077614f0e,Untuck It,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_60b7e0b18d89e709,UPMC,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_b72d7c3920975c6fa580804f44b41fb2,Uptown Cheapskate,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_64aaba94f12d1c16,Uptown Grocery,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_5d3b237bf6a030f2,Uptown Jungle Fun Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_97e1dc0386c809d36bc3a0e7afc8ddbd,Urban Air Trampoline Park,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_298b1bda7be58a5a,Urban Bar-B-Q Company,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_657410c3e4ee6765,Urban Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5cef0f374424fd8a,Urban Cookhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_74e59cff881f55c7,Urban Kids,SG_BRAND_61f8292d7c28ad94,448130,Clothing Stores,Children's and Infants' Clothing Stores,, -SG_BRAND_7e90833c32ca65339c2d5e505ec17249,Urban Outfitters,,448140,Clothing Stores,Family Clothing Stores,URBN,NASDAQ -SG_BRAND_53156ee104eef07d,Urban Planet,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_43fd896b3b31e0a,Urban Plates,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_54188e079748d6cd,Urban Zen,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_7f61dcd7f2b05fd0,Urgent Team,,621493,Outpatient Care Centers,Freestanding Ambulatory Surgical and Emergency Centers,, -SG_BRAND_1413415c05463c5d,Urth Caffe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_bbf02c201c04a513065a6838ddab273a,USA Insurance Company,,524210,"Agencies, Brokerages, and Other Insurance Related Activities",Insurance Agencies and Brokerages,, -SG_BRAND_37b63830acb6199d,USA Vein Clinics,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_bef9c68ae2104128f47c12fde02582a3,USA Weightlifting,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_054e7e69d42086ee,USA2GO,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_01b4c8b1942693d43f4955ce540d1734,USAA,,522120,Depository Credit Intermediation,Savings Institutions,USISX,MUTF -SG_BRAND_4c3c1476fbe96902,UW Medicine,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_6ef4f004d083e2ba,V's Barber Shop,,812111,Personal Care Services,Barber Shops,, -SG_BRAND_fefdc14e57c6a128239c677ca53b3095,Valentino,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_7bb0fac51a728e6c,Valentino's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_efcbcd9984a46b4d7bed503b4ac5bc95,Valero Energy,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,VLO,NYSE -SG_BRAND_afac6b64334a0fe03c01516f857b82c4,Vallarta Supermarkets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7ab42a2d544f0ffa,Valley Bank,,522110,Depository Credit Intermediation,Commercial Banking,VLY,NASDAQ -SG_BRAND_dcf455e18440acf289e212893d0a1283,Valley Child Care and Learning Center,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_2d8cda8b4cd5230d53e2ba4b4bd27222,Valley Coop,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_19d7fc16e3f0c779,Valley Dairy,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_f0939f7ddb048c1111c9add5899ec3fb,Valspar,,325510,"Paint, Coating, and Adhesive Manufacturing",Paint and Coating Manufacturing,, -SG_BRAND_14409b9c9dcca1c69544bd42321f48f8,Valu Home Centers,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_3fd50390a02e7415eb76bcf03d8ef62e,Valu Land,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_6175f233a2829a64,Valu-Mart,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b7251451a2dd6d6c8c573b074400f38f,Value City Furniture,SG_BRAND_caad5d7ac54e1eb12cee70b71259f792,452210,Department Stores,Department Stores,, -SG_BRAND_b7bd3bbc7abb917d513d27d4e4ad0526,Value Pawn and Jewelry,,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_93cbc2be3bfff841c387f1a7e8d6bd32,Value Village Thrift Stores,SG_BRAND_c5c2b077a5954c9d1ed3341f1f7ebd0a,453310,Used Merchandise Stores,Used Merchandise Stores,, -SG_BRAND_92293091ff906b,ValuMarket Supermarket,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_39e16e9497a95ca0,Valvoline,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,VVV,NYSE -SG_BRAND_634589fe8c8538b868733c835d8bdbd4,Van Cleef & Arpels,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_5bfb00c0521f20361e4a3f7d16a5bab4,Van Heusen,,448110,Clothing Stores,Men's Clothing Stores,PVH,NYSE -SG_BRAND_1d771e92a63501dd,Van Zeeland's,,811198,Automotive Repair and Maintenance,All Other Automotive Repair and Maintenance,, -SG_BRAND_6ed5a65670e9e4d6b43ea2b803c8b7d6,Van's Golf Shops,SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_7bddda86e64944f3379f34a4d23f1e0e,Vanderbilt's,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_82181bb7e68bce732e65594d50337fac,Vanilla Caffè,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_336d95866bf50e8249657647cb15b68c,Vans,,448210,Shoe Stores,Shoe Stores,VANS,NASDAQ -SG_BRAND_00ef5e29de18fd5694b172ee2345cf26,Vapiano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_205f5ed4b8f19b24,Vasa Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_78d28703914b85dcf9278d43d02d6ca9,Vasque,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_c39dfdb0de5b019aadc70cd17c9ed43f,VCA Animal Hospitals,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,WOOF,NASDAQ -SG_BRAND_f33c2a96468947ca841e83c459ad5361,Veeder Root,,334519,"Navigational, Measuring, Electromedical, and Control Instruments Manufacturing",Other Measuring and Controlling Device Manufacturing,, -SG_BRAND_65ef32e27496600e,Vees Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_ea7c746f65bf8f89d8770da5c3f95e3e,Veggie Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_42319a6429c4aa78,Velvet Taco,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_eef566751037346f,Venture Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_ef48dfbcd178a0981e051d7b7581d6f4,Vera Bradley,,448320,"Jewelry, Luggage, and Leather Goods Stores",Luggage and Leather Goods Stores,VRA,NASDAQ -SG_BRAND_b8e12212e9f2dc9,Vera Wang,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_15c3baca363761ee,VERC,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_5525ff59adcaac313923ab89d0a618c5,Verizon Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),VZ,NYSE -SG_BRAND_1d9a83ef9adcf284,Verlo,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_d3adc7f1cc5584c35ec8f34d961dc435,Vermeer,,423830,"Machinery, Equipment, and Supplies Merchant Wholesalers",Industrial Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_35f3e17b7df6bf82b3e9551980cf8164,Versace,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_a5207260a55dd58b6277bdac45be0c2f,VERSATEX Trimboard,,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",, -SG_BRAND_8926cf5e6e8571a6687e5841310727f6,Versona,SG_BRAND_87c0e9019227fe8598e8a80bf4a9a8de,448120,Clothing Stores,Women's Clothing Stores,CATO,NYSE -SG_BRAND_33071c645364fdd7,Verve Coffee Roasters,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7c52b02af2d3f789d72484b8b4e89f31,VF Outlet,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_01722c94c896b3cc3fe231b813e4238c,VG's Grocery,SG_BRAND_2f52eaab3edfa154fca397a25258afe0,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,SPTN,NASDAQ -SG_BRAND_69965f30ffae02cc,Via Vite Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5a2c4735ff4f363f1fb0c86bde6c9a72,Viaero Wireless,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_6a1c92b2784b861e,Vibra Healthcare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2c738ce16fcf389236fde24d6c8d87ef,Vibram FiveFingers,,316210,Footwear Manufacturing,Footwear Manufacturing,, -SG_BRAND_ce4a0da59b1a7df,Vic & Anthony's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2c77e3e0de6e42e5335b61881aac36a3,Victoria's Secret,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_8a4f3bca8d9c165a4ae19cd6b3d2323a,Victory Lane,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_4ff42843b7f6e97c,Victory Martial Arts,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_4a5a8e8ee900961720df7e1ba787c219,Victory Motorcycles,SG_BRAND_71f76d30fae4bd35087d25694b18a702,336991,Other Transportation Equipment Manufacturing,"Motorcycle, Bicycle, and Parts Manufacturing",PII,NYSE -SG_BRAND_5dd255b909f6b859,Victra,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_89ff9f1a5d32fe10caf1474596167b0f,VIDA Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_dfeee065e0b599d5,Videotron,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,, -SG_BRAND_51265bb9c72da76b,Vie Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_1b5e77e64f4967bb,Viewhouse,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a16d89f12856c3e8bfd15d0887b5915e,Viktor&Rolf,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_21a54ae990b9deb4,Vilebrequin,,448150,Clothing Stores,Clothing Accessories Stores,, -SG_BRAND_ba6e3906460ff00a7c9283ae0308d62e,Villa Italian Kitchen,SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1ee217c070a22e1844b7a5ba7dab02c9,Villa Restaurant Group,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5ae4092d806fd229,Village Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_5f2a59160ba477d032f3ff04029265f6,Village Inn,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4fdae8bf71ed01e4,Village Inn Pizza Parlor,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2a60bca95486589e,Village Market Food Center,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_4a1db81aa8a21878,Village Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_735d82550754eab9,VIM,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_b3279be05141b6fe267b60654066b178,Vince.,,448150,Clothing Stores,Clothing Accessories Stores,VNCE,NYSE -SG_BRAND_ad55dc335c5f5c3a482d1f2ac6158858,vineyard vines,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_4dc512db338932ec,Vinny's Italian Grill and Pizzeria,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_56496dbfa4cd173162d2a776aa96d943,Vino 100,,445310,"Beer, Wine, and Liquor Stores","Beer, Wine, and Liquor Stores",, -SG_BRAND_c942d6722d2aeab87c91190ece0ca27e,VIP Petcare,,541940,"Other Professional, Scientific, and Technical Services",Veterinary Services,, -SG_BRAND_65845363f1428a43b21ea98cbb78fc01,VIP Tires & Service,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_4b288e79a537bfde,Virgin Hotel,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_6462467e9fe86858c95334f330c1868b,Virgin Mobile,SG_BRAND_1d08fdad0400ce91f60e43105b4df9c1,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),S,NYSE -SG_BRAND_1fd81b76ab1df2d1ef4b3a92e5d00ded,Virnig Manufacturing,,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,, -SG_BRAND_49419b47834bb9062445b36e8fb6b5c2,Virtua,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_71351a74d5ab168f,Visionworks,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_40de5eacba5b3d875c350bdd1774cd0e,Visiting Angels,,624120,Individual and Family Services,Services for the Elderly and Persons with Disabilities,, -SG_BRAND_452d3fb18659d83d,Vista Optical,,621320,Offices of Other Health Practitioners,Offices of Optometrists,, -SG_BRAND_41bc6b33df2181381133475122ba61e2,Vitality Bowls,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_40ca8fe742a4c3798ebb332604c74045,Vitamin Discount Center,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,, -SG_BRAND_5278bc7d62630be7b9a1427734dcba1f,Vitamin World,,446191,Health and Personal Care Stores,Food (Health) Supplement Stores,VSI,NYSE -SG_BRAND_79c3aefbbe567394,Vito's Pizza & Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7e707ecd0eca69220b1b85c6c9cf77aa,Viva Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_dc7bd62f1c009bb350c97722c0e0dcff,Vocelli Pizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_4ae7e62b3427ba334779a5649ad4c60a,Vodafone Spain,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_335aedbe9f285a36,Volcom,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_7bd9ba9c7afb18529ac23979f477ff77,Volkswagen,,441110,Automobile Dealers,New Car Dealers,VWAPY,OTCMKTS -SG_BRAND_3df7453748507d4ea82277d2d0420de5,Volvo,,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS -SG_BRAND_c68b47edbcfb8034efd8ae567e354e24,Volvo Construction Equipment N.A.,SG_BRAND_3df7453748507d4ea82277d2d0420de5,333120,"Agriculture, Construction, and Mining Machinery Manufacturing",Construction Machinery Manufacturing,VLVLY,OTCMKTS -SG_BRAND_e79ba8c9826b5c84,Volvo Trucks,SG_BRAND_3df7453748507d4ea82277d2d0420de5,441110,Automobile Dealers,New Car Dealers,VLVLY,OTCMKTS -SG_BRAND_7c0be7892d543d89,Von Hanson's,,445210,Specialty Food Stores,Meat Markets,, -SG_BRAND_6465aae76d61e2b6db760004bd76f661,Von Maur,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_98047fcf61c54f7a26c2141cc23a5b9b,Vons,SG_BRAND_942c238b1dddf5d40a05dbad6851b58b,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7cef44a79fe5f89daf2c156d09396611,VooDoo BBQ & Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1c9f6a844264483,Vowells Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ea9e29765ee4c1001f290c90eb411bb7,W Hotels,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_ebfabb568992ac314954deef9e583133,WaBa Grill,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7d55f8ddf947e2b4446a8240c916ae25,Waffle House,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_d9494f985ce328b9e7e8c05b649645ed,Wag N' Wash Natural Food & Bakery,,812910,Other Personal Services,Pet Care (except Veterinary) Services,, -SG_BRAND_4086109307808093,Wag-A-bag,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_827d0a4a9d09e528a2665fee434b8f09,Wagamama,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1d655f28c3f03776,Wagner Oil,,211120,Oil and Gas Extraction,Crude Petroleum Extraction ,, -SG_BRAND_6e1fcfa2a22f0302,Wahlburgers,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_c133eedd581d64a939a1c442e2d67276,Wahoo's Fish Taco,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_d2c6b8374d090e9a,Waitrose,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_ce8c4f0fd8517b73,Wakefern Food Corp,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_b8ecc934ae2d23d0b8176ec2d060fb39,Waldbaum's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_6f60999101083272ce1b42a5df7a0b1a,Waldorf Astoria Hotels & Resorts,SG_BRAND_20a9e31c88c5de210b9ae0bee5faf4f3,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,HLT,NYSE -SG_BRAND_63ea689e38887d2a25b1f57a6f86748f,Walgreens,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,WBA,NASDAQ -SG_BRAND_23c53e6078358bcb,Walk-On's Bistreaux & Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b11cf47622c4daae675d270c8e1358ed,Walker Manufacturing,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_04a8ca7bf49e7ecb4a32451676e929f0,Walmart,SG_BRAND_f49758461e68a211,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,WMT,NYSE -SG_BRAND_f49758461e68a211,Walmart inc,,445210,Specialty Food Stores,Meat Markets,WMT,NYSE -SG_BRAND_68e4f1cacc63e88d,Walnut Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_434e9aa0a55d5fb7,Walt Disney Parks and Resorts,SG_BRAND_e08c182e7dfece70,713110,Amusement Parks and Arcades,Amusement and Theme Parks,DIS,NYSE -SG_BRAND_4944bc53b0994618,Walt's Food Center,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_f0813f31657204ea952f5b09216088bb,Walter E. Smithe,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_1098c70eb4cac3a1f93309c89b79f16c,Warby Parker,,446130,Health and Personal Care Stores,Optical Goods Stores,, -SG_BRAND_638c56c336bc6e4,Warehouse Discount Groceries,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7139324e5d92a334,Warehouse Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_7e8c37eabfc14035,Wash-N-fill Express,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_59f435d04ceac571,Washington Federal,,522110,Depository Credit Intermediation,Commercial Banking,WAFD,NASDAQ -SG_BRAND_8d68ce3ae492d738dceccf2c6bcd23bb,Washington Regional,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_ae874622d6ce6a54,Washington Sports Club,SG_BRAND_231cdcceb59deea5,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_e7688ed072176eba06d65f27fd0be4fa,Washington Trust,,522110,Depository Credit Intermediation,Commercial Banking,WASH,NASDAQ -SG_BRAND_7bd98076570d4b8,Water Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_05bb5c1ce0c58af07462ed901459f6c8,WaterFurnace,,238220,Building Equipment Contractors,"Plumbing, Heating, and Air-Conditioning Contractors",, -SG_BRAND_1b29fd93a75dc1c2e8f02ea05220581b,Watermill Express,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_41ce68c6585cfa67,Waterway Carwash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_5c9f1701ea1cb5ff5445ae5bcf40ab4a,Waterworks,,423720,"Hardware, and Plumbing and Heating Equipment and Supplies Merchant Wholesalers",Plumbing and Heating Equipment and Supplies (Hydronics) Merchant Wholesalers,, -SG_BRAND_fa5bda016924cdc09a52f985ffb8b6e9,Wawa,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_e141580b8fd477a6a621ce4773280a16,Waxing Poetic,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_df6c3c50d2c08cf,Waxing The City,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_9b2a68ad318785b8673bc8e7a48377e3,Wayback Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_79089f5ba57abc79,Wayfield,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_99600b9d61b79411,we care hair,SG_BRAND_016d2c38631de45e,812112,Personal Care Services,Beauty Salons,RGS,NYSE -SG_BRAND_116691bed968d698,Weathervane Seafood Restaurants,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_20e1fbf8833fdf8d,Webber & Judd Pharmacies,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_ee8873aaffa96fb781ef85b25fc51dd9,Weber,,335220,Household Appliance Manufacturing,Major Household Appliance Manufacturing,, -SG_BRAND_2e4f9194bf811d15,Weber Grill Restaurant,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a891d3a5ae81b16b3d50fee0dbd6d76,Webster Bank,,522110,Depository Credit Intermediation,Commercial Banking,WBS,NYSE -SG_BRAND_2c735d85b25cc38,Webster University,,611310,"Colleges, Universities, and Professional Schools","Colleges, Universities, and Professional Schools",, -SG_BRAND_7fe44d80fd371cf1b3010e4ee111de5f,Wee Forest Folk,,339999,Other Miscellaneous Manufacturing,All Other Miscellaneous Manufacturing,, -SG_BRAND_3b19ceabae84acf2746e113cb24bdb0a,Wegmans Food Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2af0bb5161ade057,Weigel's,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_b0980641a37b38460ec96d65bd20fd9d,Weight Watchers,,812191,Personal Care Services,Diet and Weight Reducing Centers,WW,NASDAQ -SG_BRAND_0c602088abaadd6b3cccb1f215100b24,Weis Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WMK,NYSE -SG_BRAND_226ab990c9c3b470,Weldon Barber,,812112,Personal Care Services,Beauty Salons,, -SG_BRAND_cfef6bf4adc5adc3,WellNow Urgent Care,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d8326a9cc6413b12d8df3c617490e882,Wells Fargo,,522110,Depository Credit Intermediation,Commercial Banking,WFC,NYSE -SG_BRAND_213a5e3b4c44479d,WellStreet,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d4e598bc3d0cab4,Wellwise,SG_BRAND_1b47663a692f81de,453998,Other Miscellaneous Store Retailers,All Other Miscellaneous Store Retailers (except Tobacco Stores),, -SG_BRAND_962f9b1d1de0bf5b87f4782eafcfd5e5,Wendy's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WEN,NASDAQ -SG_BRAND_4ccc3abc3bb521c7,Wesco Convenience Store,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_4c854aab67eb25b387f7090c73d4a7d4,WESCO Distribution,,423610,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers",WCC,NYSE -SG_BRAND_33e9989a91a84d94,Wesselman's,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_257ad0d193e766cf,West America,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_4a3481e9dad083a5,West Coast Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_baad614ebcf27444a29c358f9ef22b73,West Elm,SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE -SG_BRAND_c2ac0880db6acc61a3d795465960ab2d,"West End Roofing, Siding & Windows",SG_BRAND_1b2818c0478264ea,423330,Lumber and Other Construction Materials Merchant Wholesalers,"Roofing, Siding, and Insulation Material Merchant Wholesalers",BECN,NASDAQ -SG_BRAND_4d44f834804274ae23459395fc257c0e,West Marine,,441222,Other Motor Vehicle Dealers,Boat Dealers,, -SG_BRAND_2c9c19e2bf21cf8e,West49,SG_BRAND_61f8292d7c28ad94,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_e5c3d8f947863b5e0e7dcf424e8fbe0c,WestCoast Hooters,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_81aa70dfcca0c51,Westconsin Credit Union,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_10db2637d7e73734b4ce6118a7cd55ea,Western Beef,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_406f35a7fdba7979,Western Convenience Stores,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_ceb02793776f9b553cb75f730d27a0c2,Western Dental,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_7eb7882b9bd29f996457e6f3ab75a18d,Western Reserve Farm,,111998,Other Crop Farming,All Other Miscellaneous Crop Farming,, -SG_BRAND_0fd2354a625aba281005091361c46864,Western Sizzlin,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_9ee39f394d21a7f4848ab78a78da00c3,Western Union,,522390,Activities Related to Credit Intermediation,Other Activities Related to Credit Intermediation,WU,NYSE -SG_BRAND_4f881579635210fd,Westfield,,531120,Lessors of Real Estate,Malls,, -SG_BRAND_c2ab4e87f4699bc03bf33c1b73e08b99,Westfield Bank,,522110,Depository Credit Intermediation,Commercial Banking,WFD,NASDAQ -SG_BRAND_49b1ec09aee243af,Westgate Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,, -SG_BRAND_28dbf13d072410ff2588b16cf15982a7,Westin Hotels & Resorts,SG_BRAND_02f92da3a9b57d43,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,MAR,NASDAQ -SG_BRAND_a00392f7f4c907e2,Westjet,SG_BRAND_1e8a4bf699e898be,448120,Clothing Stores,Women's Clothing Stores,RET.A,TSE -SG_BRAND_19606ff7ddd39544,Westlake Hardware,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_3eca33694ae289c,Westshore Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_66894ac8a56f5e21,Westside Pizza,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_b4ca2bd7086ce1d4,Wetzel's Pretzels,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_7c3b72a5a18806ec,WeWork,,531190,Lessors of Real Estate,Lessors of Other Real Estate Property,, -SG_BRAND_192bcb587e44017ce9165cdb4e883e3c,WG&R Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_c81e8621fe7764954e8d95f76a8b375c,Whataburger,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_55bc87a50ddc288506952aa9f62aa5ba,Whatcom Farmers Coop (WFC),,444220,Lawn and Garden Equipment and Supplies Stores,"Nursery, Garden Center, and Farm Supply Stores",, -SG_BRAND_fefd0cf73113a35e1aeedd172b73a08a,Wheel Works,,811118,Automotive Repair and Maintenance,Other Automotive Mechanical and Electrical Repair and Maintenance,, -SG_BRAND_9e8584c0f567e0b15460e01935fe79bd,Which Wich,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_fc6a7ca252c98d7b3f29c76295222b57,Whirlpool,,423620,Household Appliances and Electrical and Electronic Goods Merchant Wholesalers,"Household Appliances, Electric Housewares, and Consumer Electronics Merchant Wholesalers",WHR,NYSE -SG_BRAND_1963c7c5ebe8e9c5,Whit's Frozen Custard,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_3f1009a9c86ebe582858dfea02b90412,White Castle,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_5ba752ff1dc13c0e005948eec1bf6529,White House Black Market,SG_BRAND_d8cb9790f23d976415364377d1e0f868,448120,Clothing Stores,Women's Clothing Stores,CHS,NYSE -SG_BRAND_46fe0d75e6391f0b,White House Clinic,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_6f8d7f82fda0378,White Oak Station,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_7cc04c91d79ddb0a,Whole Body Method,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_44378a5463f4125c5d84db81855413b8,Whole Foods Market,SG_BRAND_c8aee687ca946b69,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,AMZN,NASDAQ -SG_BRAND_70f89c7838689669,Whole Hog Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_19f9ad41192cd51,Wholesale Club,SG_BRAND_1b47663a692f81de,452311,"General Merchandise Stores, including Warehouse Clubs and Supercenters",Warehouse Clubs and Supercenters,, -SG_BRAND_a8acf8bc59bb0faa8ce9b3caf6acbde3,WhyNotLeaseIt,,532490,Commercial and Industrial Machinery and Equipment Rental and Leasing,Other Commercial and Industrial Machinery and Equipment Rental and Leasing,, -SG_BRAND_20bc34aab003d167,Wi-Not Stop,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_654e11e75c9fb0f9,Wichcraft,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a8538498c68190d305f7b19f24efd71c,Wienerschnitzel,SG_BRAND_ec8a89c763c4ba313e8bdb3fd1dcd9cf,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2aaf656045f781213c6401de17338648,Wilco Farm Stores,,423820,"Machinery, Equipment, and Supplies Merchant Wholesalers",Farm and Garden Machinery and Equipment Merchant Wholesalers,, -SG_BRAND_4e74d92c2f2b23c898c727235d34ccc9,WilcoHess,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_0c59af0522c6846a83f31368e0da0749,Wild Birds Unlimited,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_52c271319d6f148ace71da8703d37e00,Wild by Nature,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1cca66744ef3df91,Wild Willy's Burgers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_6960fc02dd86a159b2a624e56f2bfa37,Wild Wing Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_aed1cc3c69cf6e75afb4eb2bae47daf2,Wildflower Bread,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_eb80b4c151fd6869d5770e1ba635c3e4,Willamette Dental Group,,621210,Offices of Dentists,Offices of Dentists,, -SG_BRAND_6087d061177dbd29,Willamette Graystone,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_27a054d265344f40,William Bros Health Care,,446110,Health and Personal Care Stores,Pharmacies and Drug Stores,, -SG_BRAND_593e4da55a675cdd,Williams Chicken,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c4d6524d6bc18a40975d1c40acbb634a,Williams Controls,,335314,Electrical Equipment Manufacturing,Relay and Industrial Control Manufacturing,WMCO,OTCBB -SG_BRAND_325ffc672d5dcc99,Williams Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_f9893c1c90135fb1e80f223a749f7e71,Williams-Sonoma,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,WSM,NYSE -SG_BRAND_4ef737e6a06e1928,Willie G's,SG_BRAND_6a57a11137078fd,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_61679c7d2a73f72d,Willie Jewel's Old School Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f280d79ae46ddf0de59eb70249a87459,Willy's Mexicana Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_38d8d13c2d045a6c3a25651ee1af6f02,Wilson Auto Electric,,811111,Automotive Repair and Maintenance,General Automotive Repair,, -SG_BRAND_1a4ca99fd2d3fc173dd9103d8fe9e390,Wilsons,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_65ef8bd0570628addfc698e4aa093999,Winchell's Donut House,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_f801ae9cb86bb0ad9ea77609279e1064,Winchester Ammunition,SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,, -SG_BRAND_02760044d64a2495aa2a83da2d5dd5dd,Winchester Repeating Arms,,332992,Other Fabricated Metal Product Manufacturing,Small Arms Ammunition Manufacturing,, -SG_BRAND_d719d6545d4fc3ac7a08d9a467d70462,WinCo Foods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_1f97491e1e854c139e1b9b20da4bcd44,Wind & Fire Jewelry,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_4938b4c36c89f767a20971cf8a6e97ef,Window World,,444110,Building Material and Supplies Dealers,Home Centers,, -SG_BRAND_84600b4dc77027ff378d0e56a7de3099,Windsor,,448120,Clothing Stores,Women's Clothing Stores,, -SG_BRAND_97128256a48657bb2569e108b5caf971,WinField Solutions,,424910,Miscellaneous Nondurable Goods Merchant Wholesalers,Farm Supplies Merchant Wholesalers,, -SG_BRAND_9d178fa5ceaea1e7452a642a68c72b15,Wing Zone,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_1b9586d4be2f38a1513992a0138d4707,Wingate by Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_7052b8a0f9ac6fa7,Wingers,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_9e84f447e9e4aab09d77910604ae7c90,Wings Etc.,,722410,Drinking Places (Alcoholic Beverages),Drinking Places (Alcoholic Beverages),, -SG_BRAND_788975e85812be769bfbf49d3756465f,Wings N' Things,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WGTG,OTCBB -SG_BRAND_264a088371f85f4c,Wings Over,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_13dc10b474e8f041,Wings Pizza n Things,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_42428c9a997ab86d,Wings To Go,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f0d6a9105f01c1e7fe9b106cfd4b5815,Wingstop,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,WING,NASDAQ -SG_BRAND_6610521beef20485,Winking Lizard Tavern,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6078c00b7e4eb7c3,Winmark Corporation,,448120,Clothing Stores,Women's Clothing Stores,WINA,NASDAQ -SG_BRAND_69933e9e773fb8443e447830e200e714,Winn Dixie,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,WINN,NASDAQ -SG_BRAND_8f8dd83fc18fa2dd35ea6941d1b951a1,WinWholesale,,423990,Miscellaneous Durable Goods Merchant Wholesalers,Other Miscellaneous Durable Goods Merchant Wholesalers,, -SG_BRAND_44bd22c0474235853975addf0a662606,Winwood Children's Center,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_61b34ca9b5791922,Wireless Plus,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_45032d1d85efde23,Wireless Toyz,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_764673497bbecda8,Wireless World,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_82704766f0120ec,Wireless Zone,,517312,Wired and Wireless Telecommunications Carriers,Wireless Telecommunications Carriers (except Satellite),, -SG_BRAND_63d7656a3cd9e41a38a7a26c9d133c40,WIX Filters,,336390,Motor Vehicle Parts Manufacturing,Other Motor Vehicle Parts Manufacturing,, -SG_BRAND_c5fa301ef1a2f1a,Wok Box,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_50aa2bf0b4ef7029,Wok'nFire,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_1c03a250dc06e83a,Wokcano,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_8e80eb14a004d52256e3c230a5e82edf,Wolf Furniture,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_a4fa429c1ee373170a93767a515b910d,Wolfgang Puck,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_7b5f17f02b8f6a6a89b529b6f791f3cc,Wolverine,,448210,Shoe Stores,Shoe Stores,WWW,NYSE -SG_BRAND_2ba4820668dbb456,Won 'n' South Mongolian BBQ,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_564be8cd51854b0d,Wong's Wok,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a0a3fb2006f184c,Wood Ranch,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6efcbe7d1cb72fcb,Woodcraft,,444130,Building Material and Supplies Dealers,Hardware Stores,, -SG_BRAND_bcdbe93764dc5b8db078dfe65cba2d07,Woodforest National Bank,,522110,Depository Credit Intermediation,Commercial Banking,, -SG_BRAND_84b176e53e4788892956738d7f09105b,Woodman's Market,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_33c5f17a32effc27,Woods,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_2eee422e38784e182bba7c49739419c9,WoodSpring Hotels,SG_BRAND_43d104f5bf19b83c,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,CHH,NYSE -SG_BRAND_737451862165bd35,Woody's Bar-B-Q,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_2177d0a68ecbaa93,Woody's Diner,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_ac4415b7de923a9bda3767c67bd194e5,Woof Gang Bakery & Grooming,,453910,Other Miscellaneous Store Retailers,Pet and Pet Supplies Stores,, -SG_BRAND_7b3849052cf03be9c04d65cfd2bca7fd,Woolrich,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_8bd5e5c0923018089c990214bc6d506d,Work 'N Gear,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_fe8bc810dd111738d34d20f9ffc28d25,Work Boot Warehouse,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_1f684121e396ac4,Work Out World,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_69569162dd57e16a,Work World,,448190,Clothing Stores,Other Clothing Stores,, -SG_BRAND_4874977b0f9d0156287d04d29f8f201c,Worknet Occupational Medicine,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_d8099a10dde0d6fade3dc945c046412e,Workout Anytime,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_331d4bc97b9ba5a6,World Finance,,522291,Nondepository Credit Intermediation,Consumer Lending,, -SG_BRAND_4b4374a573512d140da3c0de4254290b,World Gym,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_a62d2567c2572e1fa80dbfb5ca20623b,World Market,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_bad38997ab2703817307feecd409bbb9,World of Beer,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_53d2f1a129518fc9,World Wide Stereo,,443142,Electronics and Appliance Stores,Electronics Stores,, -SG_BRAND_623a2ecf2e5df2c4e9894a5f5612e037,World Wrapps,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_a8acdf8c5afe62963d8d918db84d1622,WORLDPAC,SG_BRAND_f6690ed6fac1b97d75d2ea16f2eb0e6d,423120,Motor Vehicle and Motor Vehicle Parts and Supplies Merchant Wholesalers,Motor Vehicle Supplies and New Parts Merchant Wholesalers,AAP,NYSE -SG_BRAND_8fcdb2b852cae2d67f951fc28ac6200e,Worldwide Golf Shops,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_7fe15362d784cf7f7671b75671ebc66b,Wow Bao,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_a96b0e25dc4ee89ce580e4328a5ffc4d,Wright Manufacturing distributor,,333112,"Agriculture, Construction, and Mining Machinery Manufacturing",Lawn and Garden Tractor and Home Lawn and Garden Equipment Manufacturing,, -SG_BRAND_88214b93cb66c6aa015b8486e3e65cba,WSS,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_63d44015e0355081,Wundabar Pilates,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_0b1eb589591333d5,Wyndham,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_521a725e4798f7d8,Wyndham Garden,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_3e72cae65aeb79d8,Wyndham Grand,SG_BRAND_0aba43027dab3087acff1cb8f463fa22,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_0aba43027dab3087acff1cb8f463fa22,Wyndham Hotels and Resorts,,721110,Traveler Accommodation,Hotels (except Casino Hotels) and Motels,WH,NYSE -SG_BRAND_93a17d0a98f98e860d9a0485715e65e1,XFINITY by Comcast,,515210,Cable and Other Subscription Programming,Cable and Other Subscription Programming,CMCSA,NASDAQ -SG_BRAND_d93b031ddbdfb0b63aeba2b84ae74a14,Xperience Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_459dd2423346c9bf94d3f763e4fea24a,Xplor,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_35c35f138fc4ef65,Xscape Theatres,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_81f6774cbc9ba9c6f39a12dc57bc3b4b,XSport Fitness,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_b40df8d23846027,Xtend Barre,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3045ac8f0422d32c,Xtramart,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_52e1d2048c287aa1,Y Not Stop,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_6a1724e32bfd672b058cc061f4152cc9,YAFO Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_5f1683f03cce0e4d2043cb6773b99eb3,Yale New Haven Hospital,,622110,General Medical and Surgical Hospitals,General Medical and Surgical Hospitals,, -SG_BRAND_75141ad5972de6faf5999724e6fe0096,Yalla Mediterranean,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_2343ddd08768f1b3,Yang Chow,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_12944d7f6c09aec427d6129b6e252578,Yankee Candle,,453220,"Office Supplies, Stationery, and Gift Stores","Gift, Novelty, and Souvenir Stores",, -SG_BRAND_f11834742cfd0b8aca116c2612c7377a,Yard House,SG_BRAND_f6f68e02176e520d,722511,Restaurants and Other Eating Places,Full-Service Restaurants,DRI,NYSE -SG_BRAND_2f784ab2861cbbe4,YCMC & Shoe City,,448210,Shoe Stores,Shoe Stores,, -SG_BRAND_7983b21020750192,Yesway Convience,,447110,Gasoline Stations,Gasoline Stations with Convenience Stores,, -SG_BRAND_792ad7d20e910d2f,Yia Yia Mary's,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_61f8292d7c28ad94,YM Inc.,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,YMCA,,624190,Individual and Family Services,Other Individual and Family Services,, -SG_BRAND_5aa841297ae2b2a,Yo Fresh Yogurt Cafe,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_58c1be611e2f1e6663ad63e4aeae38fc,Yoforia,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_1d72d706f02bc25b,Yoga Pod,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_3789066f2367a5be,Yoga Six,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_0853eb104dc7c0e477792607ed8ebafb,YogaWorks,,611699,Other Schools and Instruction,All Other Miscellaneous Schools and Instruction,, -SG_BRAND_22fc0cf76738471bd8ffb9a61dca8979,Yogen Früz,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_ef734f817c737b2a4cb10a9f526e15d3,Yogli Mogli,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ad4b7377a6cecd3a31e7a57724306c2a,Yogurt Mountain,SG_BRAND_229ee69a5884bc460cd214c5fda70e75,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,BAMM,NASDAQ -SG_BRAND_cb318222f9b1d7571e485719f549ac99,Yogurtini,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_6e31407e083eb8a9ceaa78350e2002bc,Yogurtland,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_ecbb193e6fb5b95d50b2a29310144c6c,Yogurtville,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_270e8ce100b517d3,Yojie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_65af8ac12df215b5,Yoke's Fresh Mart,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_44d0ee94fa4ad783e08ed095b30039a7,Yokohama Tire,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_517cc076529fb4fb,Yolanda's Mexican Cafe,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_6a907f3634e087c8,Yoshinoya,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_314aaa383512b2dd65dfd4ef3ba421c2,Youfit Health Clubs,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_575ca02bee4a1446,Young's Environmental Cleanup,,562910,Remediation and Other Waste Management Services,Remediation Services,, -SG_BRAND_1956b507441a350c,Your Dollar Store with More,,452319,"General Merchandise Stores, including Warehouse Clubs and Supercenters",All Other General Merchandise Stores,, -SG_BRAND_e2799b0b0f08d4c02b0562ea178a0872,Your Pie,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_4368536e30860fd6e2d14bbec792c333,Youthland Academy,,624410,Child Day Care Services,Child Day Care Services,, -SG_BRAND_cc123d8b58c9c40c6838b70dcc4b67b3,Yukon Gear & Axle,,441310,"Automotive Parts, Accessories, and Tire Stores",Automotive Parts and Accessories Stores,, -SG_BRAND_96536ecbb4ad76007300b068ceac63b9,Yum Yum Donuts,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_4914f935d7b914d3,Yum! Brands Inc.,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,YUM,NYSE -SG_BRAND_afd9d0a1f52015187cb69273629bbd1b,Yves Delorme,,442299,Home Furnishings Stores,All Other Home Furnishings Stores,, -SG_BRAND_f86a9a0af792be4,Yves Rocher,,446120,Health and Personal Care Stores,"Cosmetics, Beauty Supplies, and Perfume Stores",, -SG_BRAND_6bf727b5f0f37ee043ba3bc71f31f971,YWCA,SG_BRAND_8c40d09d7a855232f6ae8762ffd5966a,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_326538ba506384a724c404cfeebd2f69,Z Gallerie,,442110,Furniture Stores,Furniture Stores,, -SG_BRAND_3965498b5af92a77,Z Tejas,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_25f357bb96359636,Z Ultimate Self Defense Studios,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_13fdd0663ee6be9fe1449badd59df11a,Zaba's Mexican Grill,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_3ea0e7f159582acd,Zacks,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_1387c4b21a20509d,Zales,,448310,"Jewelry, Luggage, and Leather Goods Stores",Jewelry Stores,, -SG_BRAND_f8c2475361c649af0f3bf7c2e2aa5160,Zara,,448140,Clothing Stores,Family Clothing Stores,, -SG_BRAND_c217d906186c81541d1880684f8a902c,ZAX,,314999,Other Textile Product Mills,All Other Miscellaneous Textile Product Mills,, -SG_BRAND_5271fc9e8c38fe53392a2ecabc642130,Zaxby's,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_15d1544a57059c04434e1e5ae9b11389,Zebco,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,, -SG_BRAND_25de4f248201b735,Zehrs,SG_BRAND_1b47663a692f81de,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_8f9f7f1a185d8c8c5f3cf4a86be9d29c,Zen Massage,,812199,Personal Care Services,Other Personal Care Services,, -SG_BRAND_2f67ea94f34c82aa,Zero's Subs,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_dbe072d5c8fa41fa,Zia Finance,SG_BRAND_9fe8449289467279c329982bb06d75c2,522310,Activities Related to Credit Intermediation,Mortgage and Nonmortgage Loan Brokers,, -SG_BRAND_c87a813db9466ff699a7314bb6129b12,Ziebart,,811121,Automotive Repair and Maintenance,"Automotive Body, Paint, and Interior Repair and Maintenance",, -SG_BRAND_217a168d3526570d,Zinburger Wine & Burger Bar,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_59b58ec13237e55d,Zinga,,722515,Restaurants and Other Eating Places,Snack and Nonalcoholic Beverage Bars,, -SG_BRAND_b71f1db3ddaec3c4dabf4f57a475857e,Zinzi,,339910,Other Miscellaneous Manufacturing,Jewelry and Silverware Manufacturing,, -SG_BRAND_14a7dc99e87783cd88ae3296bdbe17ce,Zio's Italian Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_446620ec28ebffea,Zion Market,,445299,Specialty Food Stores,All Other Specialty Food Stores,, -SG_BRAND_37ec24b862739100,Zip City Usa,,713990,Other Amusement and Recreation Industries,All Other Amusement and Recreation Industries,, -SG_BRAND_63644c774ad5b3da,Zip's Drive In,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_79b040f298b5ac9,ZIPS Car Wash,,811192,Automotive Repair and Maintenance,Car Washes,, -SG_BRAND_cbc75face0479d9f9b0ac290bea83bde,Zodiac Marine & Pool,,333318,Commercial and Service Industry Machinery Manufacturing,Other Commercial and Service Industry Machinery Manufacturing,, -SG_BRAND_73e4c43add73dbdd,Zoom Tan,,812990,Other Personal Services,All Other Personal Services,, -SG_BRAND_3e2306a7610bc353,ZoomCare,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_2c87fee2cbc80f24,Zoomerz,,445120,Grocery Stores,Convenience Stores,, -SG_BRAND_2913b9f7652c8f6b,Zounds Hearing,,621111,Offices of Physicians,Offices of Physicians (except Mental Health Specialists),, -SG_BRAND_f123c784458e71559e558f55ad62272a,Zoup!,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_f2591587bf035639083d2543fecca153,Zoës Kitchen,,722511,Restaurants and Other Eating Places,Full-Service Restaurants,, -SG_BRAND_bdaf26884662a81293a4e6ebf3ac4883,zpizza,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, -SG_BRAND_c65ca96294828df77475223a87f4a72e,Zumiez,,451110,"Sporting Goods, Hobby, and Musical Instrument Stores",Sporting Goods Stores,ZUMZ,NASDAQ -SG_BRAND_6ca66e72514cc6e2,Zupan's Markets,,445110,Grocery Stores,Supermarkets and Other Grocery (except Convenience) Stores,, -SG_BRAND_d385da0a807531e8,Zurich Cinemas,,512131,Motion Picture and Video Industries,Motion Picture Theaters (except Drive-Ins),, -SG_BRAND_7d888cdc65d41f7a,Zyn22,,713940,Other Amusement and Recreation Industries,Fitness and Recreational Sports Centers,, -SG_BRAND_68d46898e47928c896b5b9640067bf8f,Überrito,,722513,Restaurants and Other Eating Places,Limited-Service Restaurants,, \ No newline at end of file From 870fd2041effa54b271a206cb564f6f25655f33a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Tue, 18 Aug 2020 13:08:31 -0400 Subject: [PATCH 04/23] changed format of intermediate output dataframes --- .../delphi_safegraph_patterns/process.py | 88 +++++----- .../delphi_safegraph_patterns/run.py | 12 +- .../tests/sample_filtered_data.csv | 156 ++++++++---------- safegraph_patterns/tests/test_process.py | 27 +-- 4 files changed, 137 insertions(+), 146 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index aac64d1ba..0ed06a93f 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -2,6 +2,7 @@ import re import glob from datetime import timedelta +from itertools import product import numpy as np import pandas as pd @@ -38,9 +39,9 @@ def construct_signals(df, metric_names, naics_codes, brand_df): Returns ------- - pd.DataFrame - Dataframe with columns: timestamp, county_fips, and - {each metric described above}. + dict{key(str): value(pd.DataFrame)} + Keys are metrics + Values are Dataframes with columns: timestamp, Zip Codes, {metric}_num. """ result_dfs = {} for metric, naics_code in zip(metric_names, naics_codes): @@ -58,7 +59,8 @@ def construct_signals(df, metric_names, naics_codes, brand_df): start_date = filtered_df.loc[idx]["date_range_start"].date() tempt_df = pd.DataFrame({ - "timestamp": [pd.to_datetime(start_date) + timedelta(days=i) for i in range(7)], + "timestamp": [pd.to_datetime(start_date) \ + + timedelta(days=i) for i in range(7)], metric_count_name: visits, "zip": filtered_df.loc[idx]["postal_code"] }) @@ -69,16 +71,16 @@ def construct_signals(df, metric_names, naics_codes, brand_df): filtered_df["raw_visit_counts"].sum() result_dfs[metric] = result_dfs[metric].groupby( ["timestamp", "zip"]).sum().reset_index() - result_df = pd.merge(result_dfs[metric_names[0]], - result_dfs[metric_names[1]], - on=["timestamp", "zip"], how="outer") +# result_df = pd.merge(result_dfs[metric_names[0]], +# result_dfs[metric_names[1]], +# on=["timestamp", "zip"], how="outer") # problematic_set = set(result_df["zip"]) - set(map_df["zip"]) # result_df[result_df["zip"].isin(problematic_set)].sum() # Can have ~30k visits in restaurants missed in those zips in one week. # only ~200 visits missed for bars. - return result_df + return result_dfs -def aggregate(df, metric_names, geo_res, map_df): +def aggregate(df, metric, geo_res, map_df): """ Aggregate signals to appropriate resolution. @@ -87,8 +89,8 @@ def aggregate(df, metric_names, geo_res, map_df): df: pd.DataFrame Zip Code-level data with prepared metrics (output of construct_metrics(). - metric_names: List[str] - Names of metrics to be exported. + metric: str + Name of metric to be exported. geo_resolution: str One of ('county', 'hrr, 'msa', 'state') map_df: pd.DataFrame @@ -103,17 +105,13 @@ def aggregate(df, metric_names, geo_res, map_df): df = df.copy() # Add pop info df = df.merge(map_df[["zip", geo_res, "population"]], on="zip" - ).drop("zip", axis=1) + ).drop("zip", axis=1).dropna() df = df.groupby(["timestamp", geo_res]).sum().reset_index() - # Keep NANs - df.loc[df["bars_visit_num"] == 0, "bars_visit_num"] = np.nan - df.loc[df["restaurants_visit_num"] == 0, "restaurants_visit_num"] = np.nan - for metric in metric_names: - metric_count_name = "_".join([metric, "num"]) - metric_prop_name = "_".join([metric, "prop"]) - df[metric_prop_name] = df[metric_count_name] / df["population"] \ - * INCIDENCE_BASE + metric_count_name = "_".join([metric, "num"]) + metric_prop_name = "_".join([metric, "prop"]) + df[metric_prop_name] = df[metric_count_name] / df["population"] \ + * INCIDENCE_BASE return df.rename({geo_res: "geo_id"}, axis=1) def process(fname, sensors, metrics, geo_resolutions, @@ -145,33 +143,37 @@ def process(fname, sensors, metrics, geo_resolutions, if ".csv.gz" in fname: df = pd.read_csv(fname, parse_dates=["date_range_start", "date_range_end"]) - df = construct_signals(df, metric_names, naics_codes, brand_df) + dfs = construct_signals(df, metric_names, naics_codes, brand_df) print("Finished pulling data from " + fname) else: files = glob.glob(f'{fname}/**/*.csv.gz', recursive=True) - dfs = [] + dfs_dict = {"bars_visit": [], "restaurants_visit": []} for fn in files: df = pd.read_csv(fn, parse_dates=["date_range_start", "date_range_end"]) - df = construct_signals(df, metric_names, naics_codes, brand_df) - dfs.append(df) - df = pd.concat(dfs).groupby(["timestamp", "zip"]).sum().reset_index() + dfs = construct_signals(df, metric_names, naics_codes, brand_df) + dfs_dict["bars_visit"].append(dfs["bars_visit"]) + dfs_dict["restaurants_visit"].append(dfs["restaurants_visit"]) + dfs = {} + dfs["bars_visit"] = pd.concat(dfs_dict["bars_visit"] + ).groupby(["timestamp", "zip"]).sum().reset_index() + dfs["restaurants_visit"] = pd.concat(dfs_dict["restaurants_visit"] + ).groupby(["timestamp", "zip"]).sum().reset_index() print("Finished pulling data from " + fname) - for geo_res in geo_resolutions: - df_export = aggregate(df, metric_names, geo_res, map_df) - for sensor in sensors: - for metric, wip in zip(metric_names, wips): - df_export["val"] = df_export["_".join([metric, sensor])] - df_export["se"] = np.nan - df_export["sample_size"] = np.nan - - if wip: - metric = "wip_" + metric - create_export_csv( - df_export, - export_dir=export_dir, - start_date=df["timestamp"].min(), - metric=metric, - geo_res=geo_res, - sensor=sensor, - ) + for geo_res, sensor in product(geo_resolutions, sensors): + for metric, wip in zip(metric_names, wips): + df_export = aggregate(dfs[metric], metric, geo_res, map_df) + df_export["val"] = df_export["_".join([metric, sensor])] + df_export["se"] = np.nan + df_export["sample_size"] = np.nan + + if wip: + metric = "wip_" + metric + create_export_csv( + df_export, + export_dir=export_dir, + start_date=df_export["timestamp"].min(), + metric=metric, + geo_res=geo_res, + sensor=sensor, + ) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py index a8a3df734..d1bb72b6f 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/run.py +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -63,12 +63,12 @@ def run_module(): # Why call subprocess rather than using a native Python client, e.g. boto3? # Because boto3 does not have a simple rsync-like call that can perform # the following behavior elegantly. - subprocess.run( - f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' - f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', - env=env_vars, - shell=True, - ) +# subprocess.run( +# f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' +# f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', +# env=env_vars, +# shell=True, +# ) brand_df = pd.read_csv( join(static_file_dir, f"brand_info/brand_info_{ver[0]}.csv") diff --git a/safegraph_patterns/tests/sample_filtered_data.csv b/safegraph_patterns/tests/sample_filtered_data.csv index 30c5831c5..df6b09fe7 100644 --- a/safegraph_patterns/tests/sample_filtered_data.csv +++ b/safegraph_patterns/tests/sample_filtered_data.csv @@ -1,85 +1,71 @@ -timestamp,zip,bars_visit_num,restaurants_visit_num -2020-06-08,23188,3.0, -2020-06-08,28078,5.0, -2020-06-08,30519,101.0, -2020-06-08,32822,6.0, -2020-06-08,46176,24.0, -2020-06-08,46714,6.0, -2020-06-08,46825,7.0, -2020-06-08,46835,21.0, -2020-06-08,48124,5.0, -2020-06-08,60056,1.0, -2020-06-09,23188,0.0, -2020-06-09,28078,4.0, -2020-06-09,30519,124.0, -2020-06-09,32822,17.0, -2020-06-09,46176,23.0, -2020-06-09,46714,14.0, -2020-06-09,46825,18.0, -2020-06-09,46835,23.0, -2020-06-09,48124,9.0, -2020-06-09,60056,1.0, -2020-06-10,23188,1.0, -2020-06-10,28078,3.0, -2020-06-10,30519,136.0, -2020-06-10,32822,6.0, -2020-06-10,46176,16.0, -2020-06-10,46714,7.0, -2020-06-10,46825,22.0, -2020-06-10,46835,23.0, -2020-06-10,48124,5.0, -2020-06-10,60056,2.0, -2020-06-11,23188,2.0, -2020-06-11,28078,5.0, -2020-06-11,30519,141.0, -2020-06-11,32822,7.0, -2020-06-11,46176,17.0, -2020-06-11,46714,13.0, -2020-06-11,46825,18.0, -2020-06-11,46835,20.0, -2020-06-11,48124,3.0, -2020-06-11,60056,2.0, -2020-06-12,23188,4.0, -2020-06-12,28078,9.0, -2020-06-12,30519,120.0, -2020-06-12,32822,11.0, -2020-06-12,46176,26.0, -2020-06-12,46714,10.0, -2020-06-12,46825,13.0, -2020-06-12,46835,26.0, -2020-06-12,48124,11.0, -2020-06-12,60056,2.0, -2020-06-13,23188,3.0, -2020-06-13,28078,6.0, -2020-06-13,30519,182.0, -2020-06-13,32822,3.0, -2020-06-13,46176,24.0, -2020-06-13,46714,10.0, -2020-06-13,46825,17.0, -2020-06-13,46835,18.0, -2020-06-13,48124,7.0, -2020-06-13,60056,6.0, -2020-06-14,23188,1.0, -2020-06-14,28078,6.0, -2020-06-14,30519,128.0, -2020-06-14,32822,2.0, -2020-06-14,46176,17.0, -2020-06-14,46714,6.0, -2020-06-14,46825,4.0, -2020-06-14,46835,20.0, -2020-06-14,48124,4.0, -2020-06-14,60056,3.0, -2020-06-08,29512,,2.0 -2020-06-08,38501,,5.0 -2020-06-09,29512,,2.0 -2020-06-09,38501,,11.0 -2020-06-10,29512,,3.0 -2020-06-10,38501,,8.0 -2020-06-11,29512,,4.0 -2020-06-11,38501,,19.0 -2020-06-12,29512,,2.0 -2020-06-12,38501,,16.0 -2020-06-13,29512,,11.0 -2020-06-13,38501,,10.0 -2020-06-14,29512,,5.0 -2020-06-14,38501,,8.0 +timestamp,zip,bars_visit_num +6/8/20,23188,3 +6/8/20,28078,5 +6/8/20,30519,101 +6/8/20,32822,6 +6/8/20,46176,24 +6/8/20,46714,6 +6/8/20,46825,7 +6/8/20,46835,21 +6/8/20,48124,5 +6/8/20,60056,1 +6/9/20,23188,0 +6/9/20,28078,4 +6/9/20,30519,124 +6/9/20,32822,17 +6/9/20,46176,23 +6/9/20,46714,14 +6/9/20,46825,18 +6/9/20,46835,23 +6/9/20,48124,9 +6/9/20,60056,1 +6/10/20,23188,1 +6/10/20,28078,3 +6/10/20,30519,136 +6/10/20,32822,6 +6/10/20,46176,16 +6/10/20,46714,7 +6/10/20,46825,22 +6/10/20,46835,23 +6/10/20,48124,5 +6/10/20,60056,2 +6/11/20,23188,2 +6/11/20,28078,5 +6/11/20,30519,141 +6/11/20,32822,7 +6/11/20,46176,17 +6/11/20,46714,13 +6/11/20,46825,18 +6/11/20,46835,20 +6/11/20,48124,3 +6/11/20,60056,2 +6/12/20,23188,4 +6/12/20,28078,9 +6/12/20,30519,120 +6/12/20,32822,11 +6/12/20,46176,26 +6/12/20,46714,10 +6/12/20,46825,13 +6/12/20,46835,26 +6/12/20,48124,11 +6/12/20,60056,2 +6/13/20,23188,3 +6/13/20,28078,6 +6/13/20,30519,182 +6/13/20,32822,3 +6/13/20,46176,24 +6/13/20,46714,10 +6/13/20,46825,17 +6/13/20,46835,18 +6/13/20,48124,7 +6/13/20,60056,6 +6/14/20,23188,1 +6/14/20,28078,6 +6/14/20,30519,128 +6/14/20,32822,2 +6/14/20,46176,17 +6/14/20,46714,6 +6/14/20,46825,4 +6/14/20,46835,20 +6/14/20,48124,4 +6/14/20,60056,3 \ No newline at end of file diff --git a/safegraph_patterns/tests/test_process.py b/safegraph_patterns/tests/test_process.py index cc87bb499..201e54137 100644 --- a/safegraph_patterns/tests/test_process.py +++ b/safegraph_patterns/tests/test_process.py @@ -7,6 +7,7 @@ from delphi_safegraph_patterns.process import ( construct_signals, aggregate, + INCIDENCE_BASE ) from delphi_safegraph_patterns.run import METRICS @@ -27,30 +28,32 @@ def test_construct_signals_present(self): df = pd.read_csv('sample_raw_data.csv', parse_dates=["date_range_start", "date_range_end"]) - df = construct_signals(df, metric_names, naics_codes, brand_df) - assert set(["timestamp", "zip", "bars_visit_num", - "restaurants_visit_num"]) == set(df.columns) - assert df["timestamp"].unique().shape[0] == 7 + dfs = construct_signals(df, metric_names, naics_codes, brand_df) + assert set(["timestamp", "zip", + "bars_visit_num"]) == set(dfs["bars_visit"].columns) + assert set(["timestamp", "zip", "restaurants_visit_num"]) == \ + set(dfs["restaurants_visit"].columns) + assert dfs["bars_visit"]["timestamp"].unique().shape[0] == 7 + assert dfs["restaurants_visit"]["timestamp"].unique().shape[0] == 7 def test_aggregate_county(self): df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) - df_export = aggregate(df, metric_names, "county", map_df) + df_export = aggregate(df, "bars_visit", "county", map_df) - assert np.all(df_export[f'{metric_names[0]}_num'].dropna().values > 0) - assert np.all(df_export[f'{metric_names[1]}_num'].dropna().values >= 0) + assert np.all(df_export["bars_visit_num"].values >= 0) + assert np.all(df_export["bars_visit_prop"].dropna().values <= INCIDENCE_BASE) assert set(["timestamp", "geo_id", "bars_visit_num", "bars_visit_prop", - "restaurants_visit_num", "restaurants_visit_prop", "population"]) == set(df_export.columns) def test_aggregate_state(self): df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) - df_export = aggregate(df, metric_names, "state", map_df) + df_export = aggregate(df, "bars_visit", "state", map_df) - assert np.all(df_export[f'{metric_names[0]}_num'].dropna().values > 0) - assert np.all(df_export[f'{metric_names[1]}_num'].dropna().values >= 0) + assert np.all(df_export["bars_visit_num"].values >= 0) + assert np.all(df_export["bars_visit_prop"].dropna().values <= INCIDENCE_BASE) assert set(["timestamp", "geo_id", "bars_visit_num", "bars_visit_prop", - "restaurants_visit_num", "restaurants_visit_prop", "population"]) == set(df_export.columns) + From b9a788fff76977dec08dfc47a9d2db0f625c86c3 Mon Sep 17 00:00:00 2001 From: Jingjing Tang <31444565+jingjtang@users.noreply.github.com> Date: Tue, 18 Aug 2020 13:43:48 -0400 Subject: [PATCH 05/23] uncommented code for pulling raw data --- .../delphi_safegraph_patterns/run.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py index d1bb72b6f..d4bce78d3 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/run.py +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -63,12 +63,12 @@ def run_module(): # Why call subprocess rather than using a native Python client, e.g. boto3? # Because boto3 does not have a simple rsync-like call that can perform # the following behavior elegantly. -# subprocess.run( -# f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' -# f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', -# env=env_vars, -# shell=True, -# ) + subprocess.run( + f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' + f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', + env=env_vars, + shell=True, + ) brand_df = pd.read_csv( join(static_file_dir, f"brand_info/brand_info_{ver[0]}.csv") @@ -86,4 +86,4 @@ def run_module(): with mp.Pool(n_core) as pool: pool.map(process_file, files) - \ No newline at end of file + From ad1d4d5759414de64fea12752cad0a8912556c6a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Fri, 28 Aug 2020 19:00:19 -0400 Subject: [PATCH 06/23] Added code for using geomap utils --- .../delphi_safegraph_patterns/process.py | 32 ++++++++++++------- .../delphi_safegraph_patterns/run.py | 3 +- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index 0ed06a93f..2dd67055b 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -7,7 +7,7 @@ import numpy as np import pandas as pd -from delphi_utils import create_export_csv +from delphi_utils import create_export_csv, GeoMapper INCIDENCE_BASE = 100000 @@ -66,16 +66,8 @@ def construct_signals(df, metric_names, naics_codes, brand_df): }) tempt_dfs.append(tempt_df) result_dfs[metric] = pd.concat(tempt_dfs) - # Sanity Check - assert result_dfs[metric][metric_count_name].sum() == \ - filtered_df["raw_visit_counts"].sum() result_dfs[metric] = result_dfs[metric].groupby( ["timestamp", "zip"]).sum().reset_index() -# result_df = pd.merge(result_dfs[metric_names[0]], -# result_dfs[metric_names[1]], -# on=["timestamp", "zip"], how="outer") -# problematic_set = set(result_df["zip"]) - set(map_df["zip"]) -# result_df[result_df["zip"].isin(problematic_set)].sum() # Can have ~30k visits in restaurants missed in those zips in one week. # only ~200 visits missed for bars. return result_dfs @@ -103,13 +95,31 @@ def aggregate(df, metric, geo_res, map_df): signals. """ df = df.copy() + metric_count_name = "_".join([metric, "num"]) + metric_prop_name = "_".join([metric, "prop"]) + + ############################ Use GeoMapper in utils ##################### +# gmpr = GeoMapper() +# df = gmpr.add_population_column(df, "zip") +# if geo_res == "county": +# df = gmpr.zip_to_fips(df, date_col = "timestamp", +# count_cols = [metric_count_name, "population"]) +# elif geo_res == "hrr": +# df = gmpr.zip_to_hrr(df, date_col = "timestamp", +# count_cols = [metric_count_name, "population"]) +# elif geo_res == "msa": +# df = gmpr.zip_to_msa(df, date_col = "timestamp", +# count_cols = [metric_count_name, "population"]) +# else: +# df = gmpr.zip_to_state_id(df, date_col = "timestamp", +# count_cols = [metric_count_name, "population"]) + + ############################ Use mapping file in ./static ############### # Add pop info df = df.merge(map_df[["zip", geo_res, "population"]], on="zip" ).drop("zip", axis=1).dropna() df = df.groupby(["timestamp", geo_res]).sum().reset_index() - metric_count_name = "_".join([metric, "num"]) - metric_prop_name = "_".join([metric, "prop"]) df[metric_prop_name] = df[metric_count_name] / df["population"] \ * INCIDENCE_BASE return df.rename({geo_res: "geo_id"}, axis=1) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py index d4bce78d3..833691a46 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/run.py +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -23,7 +23,7 @@ ] VERSIONS = [ # relaese version, access dir -# ("202004", "weekly-patterns/v2", "main-file/*.csv.gz"), + ("202004", "weekly-patterns/v2", "main-file/*.csv.gz"), ("202006", "weekly-patterns-delivery/weekly", "patterns/*/*/*") ] SENSORS = [ @@ -86,4 +86,3 @@ def run_module(): with mp.Pool(n_core) as pool: pool.map(process_file, files) - From bcda25faef8958a664de77f9ee5f043023aab3b4 Mon Sep 17 00:00:00 2001 From: Chua Eu Jing Date: Wed, 7 Oct 2020 16:29:39 -0400 Subject: [PATCH 07/23] Reduce df memory usage, and vectorize more --- .../delphi_safegraph_patterns/process.py | 47 ++++++++++++------- 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index 2dd67055b..13437b62d 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -50,24 +50,31 @@ def construct_signals(df, metric_names, naics_codes, brand_df): brand_df["naics_code"] == naics_code, "safegraph_brand_id"] filtered_df = df[df["safegraph_brand_ids"].isin(selected_brand_id)] metric_count_name = "_".join([metric, "num"]) - result_dfs[metric] = pd.DataFrame(columns=[ - "timestamp", metric_count_name, "zip"]) - tempt_dfs = [] - for idx in filtered_df.index: - visits = list(map(int, re.split(r"\[|,|\]", - filtered_df.loc[idx]["visits_by_day"])[1:-1])) - start_date = filtered_df.loc[idx]["date_range_start"].date() - - tempt_df = pd.DataFrame({ - "timestamp": [pd.to_datetime(start_date) \ - + timedelta(days=i) for i in range(7)], - metric_count_name: visits, - "zip": filtered_df.loc[idx]["postal_code"] - }) - tempt_dfs.append(tempt_df) - result_dfs[metric] = pd.concat(tempt_dfs) - result_dfs[metric] = result_dfs[metric].groupby( - ["timestamp", "zip"]).sum().reset_index() + + # Create wide df of visit counts for each day of week, along with zip and date info + # The counts end up as object by default, so explicitly cast as ints + visits_df = pd.DataFrame( + filtered_df["visits_by_day"].str[1:-1].str.split(",").tolist(), + index=filtered_df.index).astype("int") + visits_df["zip"] = filtered_df["postal_code"] + # Just keep date only + visits_df["start_date"] = pd.to_datetime(filtered_df["date_range_start"], utc=True) + visits_df["start_date"] = visits_df["start_date"].dt.normalize().dt.tz_localize(None) + + # Turn df into long format and calculate actual dates from start_date and day of week + visits_long = visits_df.melt( + id_vars=["zip", "start_date"], + var_name="day_of_week", + value_name=metric_count_name) + visits_long[metric_count_name] = visits_long[metric_count_name].astype("int") + day_offsets = pd.to_timedelta(visits_long["day_of_week"], "d") + visits_long["timestamp"] = visits_long["start_date"] + day_offsets + visits_long.drop(["start_date", "day_of_week"], axis=1, inplace=True) + + # Aggregate sum across same timestamps and zips + result_dfs[metric] = visits_long.groupby( + ["timestamp", "zip"]).sum().reset_index() + # Can have ~30k visits in restaurants missed in those zips in one week. # only ~200 visits missed for bars. return result_dfs @@ -150,8 +157,11 @@ def process(fname, sensors, metrics, geo_resolutions, None """ metric_names, naics_codes, wips = (list(x) for x in zip(*metrics)) + used_cols = ["safegraph_brand_ids", "visits_by_day", "date_range_start", "date_range_end", "postal_code"] + if ".csv.gz" in fname: df = pd.read_csv(fname, + usecols=used_cols, parse_dates=["date_range_start", "date_range_end"]) dfs = construct_signals(df, metric_names, naics_codes, brand_df) print("Finished pulling data from " + fname) @@ -160,6 +170,7 @@ def process(fname, sensors, metrics, geo_resolutions, dfs_dict = {"bars_visit": [], "restaurants_visit": []} for fn in files: df = pd.read_csv(fn, + usecols=used_cols, parse_dates=["date_range_start", "date_range_end"]) dfs = construct_signals(df, metric_names, naics_codes, brand_df) dfs_dict["bars_visit"].append(dfs["bars_visit"]) From 81be4f4ae4ca9ca95f34ed116d4247d1f56bfa4a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Mon, 12 Oct 2020 03:00:27 -0400 Subject: [PATCH 08/23] update code for geomapping using utils --- .../delphi_safegraph_patterns/process.py | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index 13437b62d..273c230b6 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -11,6 +11,13 @@ INCIDENCE_BASE = 100000 +GEO_KEY_DICT = { + "county": "fips", + "msa": "msa", + "hrr": "hrr", + "state": "state_id" +} + def construct_signals(df, metric_names, naics_codes, brand_df): """ Construct Zip Code level signals. @@ -107,19 +114,11 @@ def aggregate(df, metric, geo_res, map_df): ############################ Use GeoMapper in utils ##################### # gmpr = GeoMapper() -# df = gmpr.add_population_column(df, "zip") -# if geo_res == "county": -# df = gmpr.zip_to_fips(df, date_col = "timestamp", -# count_cols = [metric_count_name, "population"]) -# elif geo_res == "hrr": -# df = gmpr.zip_to_hrr(df, date_col = "timestamp", -# count_cols = [metric_count_name, "population"]) -# elif geo_res == "msa": -# df = gmpr.zip_to_msa(df, date_col = "timestamp", -# count_cols = [metric_count_name, "population"]) -# else: -# df = gmpr.zip_to_state_id(df, date_col = "timestamp", -# count_cols = [metric_count_name, "population"]) +# geo_key = GEO_KEY_DICT[geo_res] +# df = gmpr.add_population_column(df, "zip") +# df = gmpr.replace_geocode(df, "zip", geo_key, +# date_col="timestamp", +# data_cols=[metric_count_name, "population"]) ############################ Use mapping file in ./static ############### # Add pop info From eec5f5063bd6612f6a9246ded98ae77c4d750eed Mon Sep 17 00:00:00 2001 From: Addison Hu Date: Mon, 12 Oct 2020 10:01:09 -0400 Subject: [PATCH 09/23] fix typo in documentation --- safegraph_patterns/DETAILS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safegraph_patterns/DETAILS.md b/safegraph_patterns/DETAILS.md index 5debd2148..4144570c1 100644 --- a/safegraph_patterns/DETAILS.md +++ b/safegraph_patterns/DETAILS.md @@ -5,7 +5,7 @@ Patterns** dataset, calculate functions of the raw data, and then aggregate he data to the county, hrr, msa and state levels. ## Brand Information -Safegraph provides daily number of visits to pionts of interest(POIS) in Weekly +Safegraph provides daily number of visits to points of interest (POIs) in Weekly Patterns datasets which is documanted [here](https://docs.safegraph.com/docs/weekly-patterns). Base information such as location name, address, category, and brand association for POIs are provided in **Places Schema** dataset which is documented [here] From 0c502f74fc105d394e08c9595ebb8d2702ecca8a Mon Sep 17 00:00:00 2001 From: Addison Hu Date: Mon, 12 Oct 2020 10:01:26 -0400 Subject: [PATCH 10/23] fix typo in documentation --- safegraph_patterns/DETAILS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safegraph_patterns/DETAILS.md b/safegraph_patterns/DETAILS.md index 4144570c1..65b046a2a 100644 --- a/safegraph_patterns/DETAILS.md +++ b/safegraph_patterns/DETAILS.md @@ -9,7 +9,7 @@ Safegraph provides daily number of visits to points of interest (POIs) in Weekly Patterns datasets which is documanted [here](https://docs.safegraph.com/docs/weekly-patterns). Base information such as location name, address, category, and brand association for POIs are provided in **Places Schema** dataset which is documented [here] -(https://docs.safegraph.com/docs/places-schema). Safegraph do not update there +(https://docs.safegraph.com/docs/places-schema). Safegraph does not update their list of POIs frequently but there does exist versioning issue. The release version can be found in `release-metadata` in Weekly Patterns dataset and there are correspounding `brand_info.csv` provided in Places Schema dataset. To save From 37edbf5761b0018be55a6e16d19716e51c9d064b Mon Sep 17 00:00:00 2001 From: Addison Hu Date: Mon, 12 Oct 2020 10:01:51 -0400 Subject: [PATCH 11/23] fix typo in documentation --- safegraph_patterns/DETAILS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safegraph_patterns/DETAILS.md b/safegraph_patterns/DETAILS.md index 65b046a2a..f307b41c7 100644 --- a/safegraph_patterns/DETAILS.md +++ b/safegraph_patterns/DETAILS.md @@ -13,7 +13,7 @@ for POIs are provided in **Places Schema** dataset which is documented [here] list of POIs frequently but there does exist versioning issue. The release version can be found in `release-metadata` in Weekly Patterns dataset and there are correspounding `brand_info.csv` provided in Places Schema dataset. To save -storage space, we won't donwload the whole Places Schema dataset, but only add +storage space, we do not download the whole Places Schema dataset, but only add new necesary `brand_info.csv` in `./statics` with suffix YYYYMM(release version). ## Geographical Levels From 3a0f9a977c27a451ea42c3524ba3636ae29abce0 Mon Sep 17 00:00:00 2001 From: Addison Hu Date: Mon, 12 Oct 2020 10:02:20 -0400 Subject: [PATCH 12/23] fix typo in documentation --- safegraph_patterns/delphi_safegraph_patterns/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index 273c230b6..a93277d59 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -27,7 +27,7 @@ def construct_signals(df, metric_names, naics_codes, brand_df): - bars_visit_num defined as: number of visits by day in bars (naics_code = 722410) - restaurants_visit_num defined as: - number of visits by day in bars (naics_code = 722511) + number of visits by day in restaurants (naics_code = 722511) Documentation for the weekly patterns metrics: https://docs.safegraph.com/docs/weekly-patterns From a2d576857e091b7c1542f25bfa9f90e80e95df54 Mon Sep 17 00:00:00 2001 From: Addison Hu Date: Mon, 12 Oct 2020 10:02:43 -0400 Subject: [PATCH 13/23] fix typo in documentation --- safegraph_patterns/delphi_safegraph_patterns/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index a93277d59..c61650c87 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -52,7 +52,7 @@ def construct_signals(df, metric_names, naics_codes, brand_df): """ result_dfs = {} for metric, naics_code in zip(metric_names, naics_codes): - # Bar or restaurances + # Bar or restaurants selected_brand_id = brand_df.loc[ brand_df["naics_code"] == naics_code, "safegraph_brand_id"] filtered_df = df[df["safegraph_brand_ids"].isin(selected_brand_id)] From 1633036839f6c414b4f779aa79a998e1012d357c Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Thu, 15 Oct 2020 21:27:49 -0400 Subject: [PATCH 14/23] uncomment code for using geo utils --- .../delphi_safegraph_patterns/process.py | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index c61650c87..ed7d87082 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -112,19 +112,12 @@ def aggregate(df, metric, geo_res, map_df): metric_count_name = "_".join([metric, "num"]) metric_prop_name = "_".join([metric, "prop"]) - ############################ Use GeoMapper in utils ##################### -# gmpr = GeoMapper() -# geo_key = GEO_KEY_DICT[geo_res] -# df = gmpr.add_population_column(df, "zip") -# df = gmpr.replace_geocode(df, "zip", geo_key, -# date_col="timestamp", -# data_cols=[metric_count_name, "population"]) - - ############################ Use mapping file in ./static ############### - # Add pop info - df = df.merge(map_df[["zip", geo_res, "population"]], on="zip" - ).drop("zip", axis=1).dropna() - df = df.groupby(["timestamp", geo_res]).sum().reset_index() + gmpr = GeoMapper() + geo_key = GEO_KEY_DICT[geo_res] + df = gmpr.add_population_column(df, "zip") + df = gmpr.replace_geocode(df, "zip", geo_key, + date_col="timestamp", + data_cols=[metric_count_name, "population"]) df[metric_prop_name] = df[metric_count_name] / df["population"] \ * INCIDENCE_BASE From 6358975c3dea77c60b5c123f555fb404beb6838a Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Thu, 15 Oct 2020 21:37:02 -0400 Subject: [PATCH 15/23] fixed errors in geo mapping functions --- .../delphi_safegraph_patterns/process.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index ed7d87082..7278f66a1 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -86,7 +86,7 @@ def construct_signals(df, metric_names, naics_codes, brand_df): # only ~200 visits missed for bars. return result_dfs -def aggregate(df, metric, geo_res, map_df): +def aggregate(df, metric, geo_res): """ Aggregate signals to appropriate resolution. @@ -99,8 +99,6 @@ def aggregate(df, metric, geo_res, map_df): Name of metric to be exported. geo_resolution: str One of ('county', 'hrr, 'msa', 'state') - map_df: pd.DataFrame - population information and mapping info among different geo levels Returns ------- @@ -121,10 +119,10 @@ def aggregate(df, metric, geo_res, map_df): df[metric_prop_name] = df[metric_count_name] / df["population"] \ * INCIDENCE_BASE - return df.rename({geo_res: "geo_id"}, axis=1) + return df.rename({geo_key: "geo_id"}, axis=1) def process(fname, sensors, metrics, geo_resolutions, - export_dir, brand_df, map_df): + export_dir, brand_df): """ Process an input census block group-level CSV and export it. Assumes that the input file has _only_ one date of data. @@ -141,8 +139,6 @@ def process(fname, sensors, metrics, geo_resolutions, List of geo resolutions to export the data. brand_df: pd.DataFrame mapping info from naics_code to safegraph_brand_id - map_df: pd.DataFrame - population information and mapping info among different geo levels Returns ------- @@ -175,7 +171,7 @@ def process(fname, sensors, metrics, geo_resolutions, print("Finished pulling data from " + fname) for geo_res, sensor in product(geo_resolutions, sensors): for metric, wip in zip(metric_names, wips): - df_export = aggregate(dfs[metric], metric, geo_res, map_df) + df_export = aggregate(dfs[metric], metric, geo_res) df_export["val"] = df_export["_".join([metric, sensor])] df_export["se"] = np.nan df_export["sample_size"] = np.nan From 0909ca79ca127e0fa8bfd4a1744e7c452d736e0e Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Thu, 15 Oct 2020 21:39:06 -0400 Subject: [PATCH 16/23] fixed errors in geo mapping function and updated the unit tests --- .../delphi_safegraph_patterns/process.py | 12 ++++-------- safegraph_patterns/tests/test_process.py | 10 ++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/process.py b/safegraph_patterns/delphi_safegraph_patterns/process.py index ed7d87082..7278f66a1 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/process.py +++ b/safegraph_patterns/delphi_safegraph_patterns/process.py @@ -86,7 +86,7 @@ def construct_signals(df, metric_names, naics_codes, brand_df): # only ~200 visits missed for bars. return result_dfs -def aggregate(df, metric, geo_res, map_df): +def aggregate(df, metric, geo_res): """ Aggregate signals to appropriate resolution. @@ -99,8 +99,6 @@ def aggregate(df, metric, geo_res, map_df): Name of metric to be exported. geo_resolution: str One of ('county', 'hrr, 'msa', 'state') - map_df: pd.DataFrame - population information and mapping info among different geo levels Returns ------- @@ -121,10 +119,10 @@ def aggregate(df, metric, geo_res, map_df): df[metric_prop_name] = df[metric_count_name] / df["population"] \ * INCIDENCE_BASE - return df.rename({geo_res: "geo_id"}, axis=1) + return df.rename({geo_key: "geo_id"}, axis=1) def process(fname, sensors, metrics, geo_resolutions, - export_dir, brand_df, map_df): + export_dir, brand_df): """ Process an input census block group-level CSV and export it. Assumes that the input file has _only_ one date of data. @@ -141,8 +139,6 @@ def process(fname, sensors, metrics, geo_resolutions, List of geo resolutions to export the data. brand_df: pd.DataFrame mapping info from naics_code to safegraph_brand_id - map_df: pd.DataFrame - population information and mapping info among different geo levels Returns ------- @@ -175,7 +171,7 @@ def process(fname, sensors, metrics, geo_resolutions, print("Finished pulling data from " + fname) for geo_res, sensor in product(geo_resolutions, sensors): for metric, wip in zip(metric_names, wips): - df_export = aggregate(dfs[metric], metric, geo_res, map_df) + df_export = aggregate(dfs[metric], metric, geo_res) df_export["val"] = df_export["_".join([metric, sensor])] df_export["se"] = np.nan df_export["sample_size"] = np.nan diff --git a/safegraph_patterns/tests/test_process.py b/safegraph_patterns/tests/test_process.py index 201e54137..288f9dfad 100644 --- a/safegraph_patterns/tests/test_process.py +++ b/safegraph_patterns/tests/test_process.py @@ -13,12 +13,6 @@ metric_names, naics_codes, _ = (list(x) for x in zip(*METRICS)) -map_df = pd.read_csv( - join("../static", "mapping_and_pop_info.csv"), dtype={"fips": int} - ).rename({ - "fips":"county", "hrrnum":"hrr", - "cbsa_id":"msa", "state_id":"state" - }, axis = 1) brand_df = pd.read_csv( join("../static", f"brand_info/brand_info_202004.csv") ) @@ -39,7 +33,7 @@ def test_construct_signals_present(self): def test_aggregate_county(self): df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) - df_export = aggregate(df, "bars_visit", "county", map_df) + df_export = aggregate(df, "bars_visit", "county") assert np.all(df_export["bars_visit_num"].values >= 0) assert np.all(df_export["bars_visit_prop"].dropna().values <= INCIDENCE_BASE) @@ -49,7 +43,7 @@ def test_aggregate_county(self): def test_aggregate_state(self): df = pd.read_csv('sample_filtered_data.csv', parse_dates=["timestamp"]) - df_export = aggregate(df, "bars_visit", "state", map_df) + df_export = aggregate(df, "bars_visit", "state") assert np.all(df_export["bars_visit_num"].values >= 0) assert np.all(df_export["bars_visit_prop"].dropna().values <= INCIDENCE_BASE) From 424ceb4b8609eedd9ee0e507820f4d0c6d5cfd42 Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Fri, 16 Oct 2020 13:34:41 -0400 Subject: [PATCH 17/23] deleted extra keyword argument in process --- safegraph_patterns/delphi_safegraph_patterns/run.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py index 833691a46..947d5fbfa 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/run.py +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -51,12 +51,6 @@ def run_module(): 'AWS_SECRET_ACCESS_KEY': params["aws_secret_access_key"], 'AWS_DEFAULT_REGION': params["aws_default_region"], } - map_df = pd.read_csv( - join(static_file_dir, "mapping_and_pop_info.csv"), dtype={"fips": int} - ).rename({ - "fips":"county", "hrrnum":"hrr", - "cbsa_id":"msa", "state_id":"state" - }, axis=1) for ver in VERSIONS: # Update raw data @@ -78,7 +72,7 @@ def run_module(): recursive=True) process_file = partial(process, brand_df=brand_df, - map_df=map_df, metrics=METRICS, + metrics=METRICS, sensors=SENSORS, geo_resolutions=GEO_RESOLUTIONS, export_dir=export_dir, From 3495bee6146e05eb1ef6b61db62e69a381452f3d Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Fri, 16 Oct 2020 14:33:06 -0400 Subject: [PATCH 18/23] added a dry-run mode --- .../delphi_safegraph_patterns/run.py | 14 ++++++++------ safegraph_patterns/params.json.template | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/safegraph_patterns/delphi_safegraph_patterns/run.py b/safegraph_patterns/delphi_safegraph_patterns/run.py index 947d5fbfa..be2618f2d 100644 --- a/safegraph_patterns/delphi_safegraph_patterns/run.py +++ b/safegraph_patterns/delphi_safegraph_patterns/run.py @@ -46,6 +46,7 @@ def run_module(): n_core = int(params["n_core"]) aws_endpoint = params["aws_endpoint"] static_file_dir = params["static_file_dir"] + env_vars = { 'AWS_ACCESS_KEY_ID': params["aws_access_key_id"], 'AWS_SECRET_ACCESS_KEY': params["aws_secret_access_key"], @@ -57,12 +58,13 @@ def run_module(): # Why call subprocess rather than using a native Python client, e.g. boto3? # Because boto3 does not have a simple rsync-like call that can perform # the following behavior elegantly. - subprocess.run( - f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' - f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', - env=env_vars, - shell=True, - ) + if not bool(params["test"]): + subprocess.run( + f'aws s3 sync s3://sg-c19-response/{ver[1]}/ ' + f'{raw_data_dir}/{ver[1]}/ --endpoint {aws_endpoint}', + env=env_vars, + shell=True, + ) brand_df = pd.read_csv( join(static_file_dir, f"brand_info/brand_info_{ver[0]}.csv") diff --git a/safegraph_patterns/params.json.template b/safegraph_patterns/params.json.template index bfbcdbad1..47aa2e73e 100644 --- a/safegraph_patterns/params.json.template +++ b/safegraph_patterns/params.json.template @@ -7,5 +7,6 @@ "aws_access_key_id": "", "aws_secret_access_key": "", "aws_default_region": "", - "aws_endpoint": "" + "aws_endpoint": "", + "test": "False" } From 7b7934b82067f4955df2b62bb08bbfb49754efd7 Mon Sep 17 00:00:00 2001 From: Jingjing Tang Date: Fri, 16 Oct 2020 15:16:44 -0400 Subject: [PATCH 19/23] updated unit tests --- safegraph_patterns/tests/cache/.gitignore | 0 safegraph_patterns/tests/conftest.py | 17 ++++++++ safegraph_patterns/tests/receiving/.gitignore | 0 .../weekly/patterns/2020/08/05/16/_SUCCESS | 0 .../2020/08/05/16/patterns-part1.csv.gz | Bin 0 -> 541889 bytes .../2020/08/05/16/patterns-part2.csv.gz | Bin 0 -> 546760 bytes .../2020/08/05/16/patterns-part3.csv.gz | Bin 0 -> 559760 bytes .../2020/08/05/16/patterns-part4.csv.gz | Bin 0 -> 542190 bytes .../weekly/patterns/2020/08/12/19/_SUCCESS | 0 .../2020/08/12/19/patterns-part1.csv.gz | Bin 0 -> 563995 bytes .../2020/08/12/19/patterns-part2.csv.gz | Bin 0 -> 563533 bytes .../2020/08/12/19/patterns-part3.csv.gz | Bin 0 -> 548053 bytes .../2020/08/12/19/patterns-part4.csv.gz | Bin 0 -> 551158 bytes .../2019-07-22-weekly-patterns.csv.gz | Bin 0 -> 2501768 bytes .../2019-07-29-weekly-patterns.csv.gz | Bin 0 -> 2517934 bytes .../{ => test_data}/sample_filtered_data.csv | 0 .../tests/{ => test_data}/sample_raw_data.csv | 0 safegraph_patterns/tests/test_process.py | 2 +- safegraph_patterns/tests/test_run.py | 39 ++++++++++++++++++ 19 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 safegraph_patterns/tests/cache/.gitignore create mode 100644 safegraph_patterns/tests/conftest.py create mode 100644 safegraph_patterns/tests/receiving/.gitignore create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/_SUCCESS create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part1.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part2.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part3.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part4.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/12/19/_SUCCESS create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/12/19/patterns-part1.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/12/19/patterns-part2.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/12/19/patterns-part3.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/12/19/patterns-part4.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns/v2/main-file/2019-07-22-weekly-patterns.csv.gz create mode 100644 safegraph_patterns/tests/test_data/safegraph/weekly-patterns/v2/main-file/2019-07-29-weekly-patterns.csv.gz rename safegraph_patterns/tests/{ => test_data}/sample_filtered_data.csv (100%) rename safegraph_patterns/tests/{ => test_data}/sample_raw_data.csv (100%) create mode 100644 safegraph_patterns/tests/test_run.py diff --git a/safegraph_patterns/tests/cache/.gitignore b/safegraph_patterns/tests/cache/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/safegraph_patterns/tests/conftest.py b/safegraph_patterns/tests/conftest.py new file mode 100644 index 000000000..934b86d0c --- /dev/null +++ b/safegraph_patterns/tests/conftest.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + +import pytest + +import os +from os.path import join + +from delphi_safegraph_patterns.run import run_module + + +@pytest.fixture(scope="session") +def run_as_module(): + # Clean receiving directory + for fname in os.listdir("receiving"): + if ".csv" in fname: + os.remove(join("receiving", fname)) + run_module() diff --git a/safegraph_patterns/tests/receiving/.gitignore b/safegraph_patterns/tests/receiving/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/_SUCCESS b/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/_SUCCESS new file mode 100644 index 000000000..e69de29bb diff --git a/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part1.csv.gz b/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part1.csv.gz new file mode 100644 index 0000000000000000000000000000000000000000..2556d9607bd783c673c1bc1ec4c558e63d003ad8 GIT binary patch literal 541889 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 l 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

VTHw&!pNua*T!s_`Qm9c+a3C`GtF5 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

  • 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

    ^|jV__9wJNl+-n%xUECCGC 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 z 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

    $D^!)5*DLEn}3k!cZ{SKtqYKNMRQ=f5u& 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 L12&|oIMg5jwd{V7 literal 0 HcmV?d00001 diff --git a/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part2.csv.gz b/safegraph_patterns/tests/test_data/safegraph/weekly-patterns-delivery/weekly/patterns/2020/08/05/16/patterns-part2.csv.gz new file mode 100644 index 0000000000000000000000000000000000000000..4aa6833a8afe8a2684c4545ed0b851d9e47caa8a GIT binary patch literal 546760 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�{WNW2LSW$r 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�nohKqoY`NXYTT76*<4&jnasVWw#26dxl#^moqaWhyut&K zx|ghabr>jaY?Aft34X@V#4$hxkYjqZ)ncqH&@>LObF-mn*689fT%*ukO-g@>7qTpY z#|MY9yEfK8Tu7R4sj;%?u9V!x{L>Chp9xneFoZVf|&e7#68+DY|UjDvQRW zF#O~F+m};DO`ez%DkSdrXYVuJ9;4uFbDDX^mexz7nqY9f z0Ch&@#7h<)Ugdmq>Jmw3M#}laaQ@*i!PTzaEIrCZqv8R9-g}AY1fevZCxz>^5L$>% zTdw6=TT3@~&8(APlybFvb2vbdaS7+2T>Nmq+bmvxdsu!RdLJKx1Qe(8>pa`DGhC9D zkVdgJ8#r@vkSnPe@PPIj5Be0;dv{n%$T}gybFhmMhk?7lh>H@DPOc$}Y6$0IFW8vl zQ_jgHb52ZBg?pZKb`di*$}~3Nm5PheA37PZ-1D&O>3QbUJ;j)3Lb{P?om7c7q{@I;z8W)BzU2_Q z_q{}xm*DTns^k;1|<_U3V_B+roX!<%MPK2}(qeE12VDGg8agcAQiv>KkV za(GT?W)V93m|@E8xX`9r36^DO_^~=sO~OmDtQUiT9Ie)#k@`YftVEW=5>{2!3yl&) zV^jUM8P-syg|6mRzFHx;&cU(#no;R&_X!9;UOXx;s7cbq(lGx}`L6bNg#=b|b@$ME zj}^&O?N`D{V`aN)qtgyg0=`CuD|68vqgS>tTE;){X*FKSw0l_nF&EFsy4K#uV4d|= z2~Fe?pDDwX030%or4phw)$)+xd5RPr^VR94Pd?0^*Qs;l%4ZrLNaBNZ>c#49Qe2oH zAG61;XaRwEGA6<`)4?_0W(lC!E2FX?l-4zxSb~B8weW}MAD;j4DrWO$nLlMfJdh1R zpn4H9dtTV%vlq|)j!AW2+TQLX+Qu8}saC&2Wzsr>DUInyrj1GZ;(qmPj24&aS9xxa zS0Ud#d-d!^BFK$TH-lfA#r$al<(5^6nTyOHxb(qiM(rqC_~KWl&J|zcZl8_ zk&z@pX$tFnIf+U&Edam*NS!1r4f1q+G;7isKqjOG7{zs2Q)I9{5$A zTOfZ&o}v%TEk2YTYc6O#JiGRm!uBbK&o@DQ3KHnVtw9DYPTI4|;0t&renM{hDiy~+R zDuO$@RR=^I2{LqSVi}CKZ=%`h9WNwR6DgZSo|la8TJ+QzT(w7v<{3b?x5gzx{Vr}1 znustm6XOA{8ZsX0xsfUwz`Sh-aub+#8IA@BWZPk3lb5X2vStR^!Mo{4>~_9})tRGTAobDNTPZ5=>3Fz<6tl(0+r!~}vjr%L&HwlR zqT@7FnnXmXOk&XNF!sMPu6vn5W_UY1W8mm&5!HAPvOuPmSCG34@;7?%DMRjfwT@i@ zW(B|hc07zWcw3HT^mHATOh^*$FQGSPZ>~-jNEGq}>S?$UMtP#R4bz7A7J{Fguc*~) zq6V#uT&;!D-Fn$T*IqiEe(_=Z+u-)u+D+rQd}UAP#rxrK+}h=jKQ94TFHZ>X6dg8} zchamBC2FlHrN-&BE7=WB{IqZLl)wp-&MGyKB+C_4>2kJ|1~}&>U5X@!Dik9h{9r!( z0p>0oxb%uF2;^>bDt6_KA{u;-2kJF3Mjx0rK4sIGWKl{)q7UNXt0(|{@C&RU@Tc~L zM05q6i?sJrE@Kbal)FktC6%h%%n|E2YhjO{42K zSgoNgdi!x(v@2C=qC5q}T@(0D8AZme_bY=LLnfH!bWhaeFC6iT1)7CM$j#$ei2N0L zv5?=(iwjjfmP{y(arQLD?#D@Rk&We>Fv~(3zG%YSzVSkoe;+SIg}Ug0Qd1Y}P-%W4 z#W5NMar=zvH4ZQ8Nn}l(f;$?Fk_og{@EQ}S*ElayO@d?>hL=X_NyvAU^|haz1^FIsV~#gn0N)S)AVAT*-*2n3%+*$RpJ zyuEy`#cZRz7b}|Lao#xUL}Ss$PsH^SqJF=m-YcR${j#q)Ja+v(!1+Ng?x^^=T|Q;} zLes~5Zu!@oiJ9?pBPOt6^I{TRmgxn|d^i=(H8JBMaIbve^(oUhEE;Eb7z=Sdx+cnu z#1X$j)JO=wPnvL{Nb3+&*?QHda^vg{cdU<1OiP {h~sE+nKri`aEx zr0ZUoFpMCQ25d3)N{@(5$_aWoNgpJvS<;7KcMj`ElGG(cE3I{9)} zavl=R{GDB!OZ??Mz}#cg4qL^+ymR*JIpyo4s;eeel*yr_O#^cHZ-<-RpPEd1gU$N;B;bEHVRuhm(i1&=hIZX};b)>;ae^0A;6i-k3VT zChXg--Jch)>=zFZ;KAw;{%UZFrML?<%bM~80AM|_>Eu1=40 zWfnl`S;&j1*<#J&@kuB&-LD5I&GEjgw{|@w;@#Ni-Qjq?`4-^p7H{v*_jWoF~n%YHqLZW(n@BTrfX?eUBA*|nGhM4)Nlb3V?V5p9&aWb)2QXG z-R+h?Z(+&ZVdH}~9n15K1pwC$?!fE&VZ+z`dPP@upk&a-I{nIKH+;frrAJ8F$bVwI zL&tsp!COYI9xLPm8f%V}PP3$q>s6*WDVSclh7@(6-9=y(%X$$5$ij0_gX%40F(yfFK%XG%v|v+hEp2*GKB@j{AtI&#f>tj?wv28pC@`vCZ}v)Bo4{Yl5HRo5WLWhsb@h5jzPt<=7LG(Bg;14H zM94#42u&aznOOAybh)MmlcxwT+!CTz6s-TWzxNoxCzghUUnTY`MEafbwgUiyN$`X^ zj8VgVwchsb9?y@yu>W>IL>=xdegG1S`}0F$*$N_W|K*L-$`?Kf0H+7Exkuqð#w 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

    Jc90J$+6*fTbZ17lb*WH!wPG7zMPn7`DyKfb~ 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