diff --git a/.gitignore b/.gitignore index b6e4761..798f451 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.ipynb_checkpoints # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -20,7 +21,6 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg @@ -50,6 +50,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +cover/ # Translations *.mo @@ -72,6 +73,7 @@ instance/ docs/_build/ # PyBuilder +.pybuilder/ target/ # Jupyter Notebook @@ -82,7 +84,9 @@ profile_default/ ipython_config.py # pyenv -.python-version +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. @@ -127,3 +131,11 @@ dmypy.json # Pyre type checker .pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +.vscode/ diff --git a/data_preprossing.ipynb b/data_preprossing.ipynb new file mode 100644 index 0000000..812a8d7 --- /dev/null +++ b/data_preprossing.ipynb @@ -0,0 +1,49 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "\n", + "df = pd.read_csv(\"responses_clean.csv\", sep=\"|\")\n", + "\n", + "labels = [\"Very Low\", \"Low\", \"Mid\", \"High\", \"Very High\"]\n", + "\n", + "df['SalaryUSD'] = pd.qcut(df['SalaryUSD'], q = 5, labels=labels)\n", + "\n", + "df.to_csv(\"responses_discretized.csv\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python (default)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/responses_discret.csv b/responses_discret.csv deleted file mode 100644 index 0608bc6..0000000 --- a/responses_discret.csv +++ /dev/null @@ -1,10340 +0,0 @@ -SalaryUSD|Country|PrimaryDatabase|YearsWithThisDatabase|EmploymentStatus|JobTitle|ManageStaff|YearsWithThisTypeOfJob|HowManyCompanies|OtherPeopleOnYourTeam|PopulationOfLargestCityWithin20Miles|EmploymentSector|CareerPlansThisYear|Gender|DatabaseServers|Education|EducationIsComputerRelated|Certifications|HoursWorkedPerWeek|TelecommuteDaysPerWeek -65000|Sweden|M|4|E|D|Y|4|1|0|t|PB|S|M|||||| -145000|USA|M|15|E|DBAP|N|25|5|0|m|PB|S|M|||||| -105000|USA|M|12|E|DBAG|Y|6|4|1|C|PB|S|M|||||| -46482|UK|M|10|E|DBAP|N|5|2|0|C|E|S|M|||||| -98800|USA|M|5|E|D|N|5|1|0|c|PB|S|M|||||| -2500|Pakistan|M|14|E|M|Y|14|1|1|m|PB|S|M|||||| -100800|USA|M|14|E|DA|N|14|3|6|m|PB||M|||||| -160000|USA|P|2|EC|M|Y|9|2|1|m|PB|S|F|||||| -105000|USA|M|10|E|DBAG|N|2|1|4|c|PB|S|M|||||| -61100|UK|M|10|E|DT|Y|10|4|0|C|PB|S||||||| -18000|Paraguay|M|5|E|DBAG|N|5|2|0|t|PB|S|F|||||| -120000|USA|M|6|EC|DT|N|6|4|0|T|PB|C|M|||||| -15500|India|M|13|E|DBAP|Y|13|4|6|m|PB|C|M|||||| -36000|Serbia-and-Montenegro|M|20|E|A|Y|20|1|0|m|PB|SR|M|||||| -120000|USA|M|20|E|M|Y|5|2|0|C|PB|S|M|||||| -55250|Germany|M|2|E|DBAD|N|7|3|2|c|E|S|M|||||| -146000|USA|M|11|E|DT|Y|10|2|0|m|PB|S|M|||||| -185000|USA||8|EC|A|N|20|6|1|m|PB|S|M|||||| -95000|Canada|M|16|E|DBAG|N|16|2|0|m|PB|SE|M|||||| -7500|India|M|4|E|DBAP|N|4|2|3|m|PB||M|||||| -65000|USA|M|5|E|DA|N|7|1|2|T|PB|SR|M|||||| -60000|Canada|M|8|E|DBAG|N|8|2|2|m|SG|SE|M|||||| -74000|USA|M|2|E|DBAG|N|3|2|3|C|LG|S|M|||||| -70000|UK|M|5|E|E|Y|5|1|1|C|PB|S|M|||||| -73000|USA||5|E|AN|N|5|1|0|c|PB|C|M|||||| -42509|UK|M|3|E|DBAG|N|1|2|1|c|NP|SE|M|||||| -132000|UK|M|23|IC|A|N|23|6|6|T|PB|C|M|||||| -90000|Canada|M|25|E|DBAG|N|15|4|0|c|PB|S|M|||||| -98500|UK|M|11|E|DBAP|N|10|3|5|m|PB|S|M|||||| -146000|USA|M|18|E|A|Y|18|1|0|c|PB|S|M|||||| -20344|India|A|6|E|DBAG|N|6|3|6|m|PB|S|M|||||| -100000|USA|M|6|E|A|N|2|2|6|C|PB|S|M|||||| -120000|USA|M|8|E|DBAG|N|6|4|0|m|PB|S|M|||||| -15000|Dominican-Republic|M|5|E|DBAG|N|4|2|3|m|SG|SE|M|||||| -125000|USA|M|20|EC|A|Y|2|1|0|m|PB|SR|F|||||| -57000|Slovakia|M|6|IC|DT|N|6|5|2|C|PB|C|M|||||| -146000|USA|M|12|E|DBAP|N|6|1|0|m|PB|SR||||||| -52000|USA|MA|5|E|AN|N|5|1|2|c|PB|SE|M|||||| -118000|USA|M|25|E|DBAD|Y|20|1|0|m|PB|S|M|||||| -100000|USA|M|15|E|DBAP|Y|14|1|6|c|PB|SR|M|||||| -125000|USA|M|6|E|DA|N|6|3|6|T|PB|S||||||| -64864|Canada|M|14|E|A|N|3|1|1|m|SG|C|M|||||| -47000|Brazil|M|8|E|DBAP|Y|3|5|5|m|PB|S|M|||||| -100000|USA|M|5|E|DBAG|N|4|1|0|m|PB|S|M|||||| -90000|Germany|M|5|E|DBAG|N|5|1|1|T|PB|S|M|||||| -52000|USA|O|2|E|AN|N|5|2|2|C|PB||M|||||| -9716|India|M|8|E|DBAG|N|8|1|2|m|PB|SR|M|||||| -66792|Canada|M|15|E|D|N|17|3|2|T|LG|S|M|||||| -52000|USA|M|10|E|AN|N|15|3|1|c|PB|S|M|||||| -115000|USA|A|6|E|E|N|2|5|6|C|PB|C|M|||||| -75000|USA|M|1|E|AN|N|1|1|4|m|PB|S|M|||||| -136500|USA|M|23|E|DBAG|N|23|1|2|m|PB|S|M|||||| -177000|USA|M|10|E|M|Y|14|4|0|m|PB|S|M|||||| -156000|USA|M|15|IC|DT|N|15|1|5|m|PB|S|M|||||| -120000|USA|M|23|E|DBAG|N|23|4|2|m|PB|SE|M|||||| -50000|USA|M|2|E|DBAG|N|5|2|0|T|NP|S|M|||||| -127000|USA|M|20|E|DBAG|N|20|6|2|m|PB|SR|M|||||| -119000|USA|M|15|E|DBAG|N|15|2|0|m|NP|S|M|||||| -138000|USA|M|20|E|A|Y|2|1|0|m|PB|S|M|||||| -78800|France|M|14|E|E|Y|4|2|0|C|PB|S|M|||||| -85000|Canada|M|20|E|M|Y|5|4|2|m|PB|S|M|||||| -116000|USA|M|15|E|DBAD|N|20|3|0|C|PB|S|F|||||| -105000|USA|M|10|E|DBAG|N|5|2|1|C|NP|SE|M|||||| -118000|USA|M|9|E|DBAG|Y|9|1|0|C|PB|S|M|||||| -75000|USA|M|10|E|DBAD|N|10|2|1|m|PB|S|M|||||| -130000|USA|M|12|E|M|Y|2|3|0|c|PB|SR|M|||||| -99000|USA|M|7|E|DT|Y|5|2|1|m|PB|S|M|||||| -115000|USA|M|20|E|DBAP|N|20|3|3|T|NP|S|M|||||| -80000|USA|M|6|EC|DBAG|N|1|1|0|C|PB|S|M|||||| -83000|USA|M|6|E|DBAD|N|1|1|0|t|PB|S|M|||||| -110000|USA|M|22|E|DBAP|N|21|5|3|c|PB|S|M|||||| -85000|USA|M|2|E|DBAG|N|2|1|1|T|PB||M|||||| -110000|USA|M|18|E|DBAP|N|18|1|1|C|PB|S|F|||||| -100000|USA|M|5|E|DBAG|Y|1|2|1|m|PB||M|||||| -145000|USA|M|15|EC|DBAG|N|20|6|4|c|SG|S|M|||||| -73000|USA|M|6|E|DBAG|Y|2|2|0|T|E|C|M|||||| -55854|UK|M|4|E|DBAG|N|4|2|2|C|PB|S|M|||||| -130000|USA|M|9|E|M|Y|4|1|6|C|PB|S|M|||||| -150000|USA|M|22|E|DBAG|N|13|2|1|m|PB|S|M|||||| -103900|USA|M|10|E|M|Y|4|2|6|C|PB|SR|M|||||| -100000|USA|M|13|E|DA|N|17|2|0|C|PB|S|M|||||| -110000|USA|M|16|E|A|N|6|1|0|T|PB|SR|M|||||| -165000|USA|M|30|E|DBAG|N|6|5|1|m|PB|S|M|||||| -103000|USA|M|15|E|DBAP|Y|14|2|6|T|PB|S|M|||||| -10200|USA|M|25|E|A|N|15|3|0|c|E|S|M|||||| -32000|Poland|M|13|E|DBAP|Y|13|1|2|m|PB|S|M|||||| -162500|USA|M|22|E|M|Y|11|3|6|C|PB|C|M|||||| -75736|USA|M|2|E|DBAP|N|3|1|4|C|PB|S|F|||||| -81000|USA|M|8|E|D|Y|6|2|2|C|PB||F|||||| -91000|USA|M|18|E|DBAG|Y|12|1|2|T|PB|S|M|||||| -85185|Canada|M|24|E|M|Y|2|1|6|C|PB|S|M|||||| -158567|USA|M|22|E|DA|Y|22|2|0|C|PB|S|M|||||| -95000|USA|A|1|E|D|N|3|1|2|c|E|S|F|||||| -130000|USA|M|13|E|DBAG|N|8|3|2|m|SG|SE|M|||||| -90000|USA|M|2|E|DBAP|Y|1|1|0|c|PB|SR|M|||||| -110000|USA|M|12|E|DBAG|N|8|4|1|m|PB|SR|M|||||| -130000|USA|M|8|E|M|Y|3|2|0|t|PB|S|M|||||| -95000|USA|M|17|E|DT|N|7|2|3|m|PB|S|M|||||| -75000|Romania|M|3|E|A|Y|22|2|0|m|PB|C|M|||||| -120000|USA|M|15|IC|DBAG|N|30|6|6|C|SG|S|M|||||| -72000|USA|MS|1|E|DBAP|N|1|1|0|C|PB|S||||||| -85000|USA|M|9|E|DBAG|N|7|1|0|c|LG|S|M|||||| -140000|USA|M|13|E|DBAG|Y|13|4|1|c|PB|S|M|||||| -140000|USA|M|20|IC|DT|N|20|6|0|m|PB|S|M|||||| -44000|UK|M|10|E|DBAP|N|10|3|2|t|E|SR|M|||||| -135000|USA|M|17|E|DBAG|N|17|6|6|C|PB|S|M|||||| -120000|USA|M|7|EC|DBAG|N|7|2|2|C|PB|SR|M|||||| -110000|USA|M|8|E|DBAG|Y|8|4|3|m|NP|S|M|||||| -66000|UK|M|15|E|M|Y|13|1|0|T|PB|C|M|||||| -155000|Ireland|M|20|E|M|Y|20|2|1|m|PB|S|M|||||| -117000|USA|M|13|E|DT|N|13|2|0|T|E|S|M|||||| -65000|UK|M|17|E|DBAG|N|27|6|0|m|E|S|M|||||| -145000|USA|M|20|EC|D|N|7|5|2|m|PB|S|M|||||| -145700|USA|M|20|E|DBAG|N|19|2|2|c|NP|S|M|||||| -85000|USA|M|8|E|AN|N|8|1|1|C|E|S|M|||||| -115000|USA|M|6|E|DBAG|Y|5|1|2|m|PB|S|M|||||| -64000|UK|M|10|E|DT|N|2|2|0|C|PB|S|M|||||| -42000|South-Africa|M|14|E|D|N|14|3|0|t|PB|SE|M|||||| -130000|USA|M|13|E|DBAG|Y|6|3|0|m|PB|S|M|||||| -56000|UK|M|8|E|DBAG|N|8|1|0|C|PB|S|M|||||| -150000|USA|M|15|E|E|N|21|1|0|C|PB|S|M|||||| -131229|USA|M|13|E|D|N|10|3|0|c|PB|S|M|||||| -100000|USA|M|15|E|DBAG|N|15|2|1|m|E|SE|F|||||| -80000|USA|M|12|E|DA|N|12|2|0|m|E|S|M|||||| -140000|USA|M|10|E|D|N|12|2|1|m|PB|S|M|||||| -29900|India|M|13|EC|DBAD|N|13|1|0|C|PB|SR|M|||||| -95000|USA|O|20|E|DBAG|N|10|2|1|c|NP|S|M|||||| -25000|Portugal|M|2|E|DBAD|N|2|1|0|C|PB|S|M|||||| -180000|USA|M|15|IC|DA|Y|20|4|1|C|PB|S|M|||||| -116000|USA|M|20|E|DBAG|N|5|6|0|m|PB|S|M|||||| -105000|USA|M|17|E|D|N|17|1|1|m|PB|S|M|||||| -89000|USA|M|15|EC|DBAD|N|15|2|1|m|PB|S|F|||||| -100000|USA|M|8|E|DA|N|8|3|6|c|PB|S|M|||||| -82000|Canada|M|9|E|DBAP|N|9|3|1|m|PB|SR|M|||||| -58000|USA|M|1|E|DBAD|N|1|1|1|c|PB|SE|M|||||| -115000|USA|M|25|E|DBAD|N|25|6|1|c|PB||M|||||| -110000|USA|M|13|E|DBAG|N|13|2|0|m|PB|S|M|||||| -202000|USA|M|20|E|E|N|1|1|3|m|PB||M|||||| -113300|USA|MS|3|E|DBAP|Y|22|4|0|m|PB|SE|M|||||| -53000|UK|M|3|E||N|3|1|0|C|SG|S|M|||||| -145000|USA|M|22|EC|DBAG|N|3|5|4|T|PB|S|M|||||| -180000|UK|M|15|E|A|N|15|6|0|c|FG|SE|M|||||| -127500|USA|M|25|E|DBAD|N|10|3|0|T|PB|S|M|||||| -106000|USA|M|6|E|DT|N|6|2|6|C|PB||M|||||| -76650|USA|M|15|E|DBAG|N|15|1|4|m|PB|S|M|||||| -130000|USA|M|14|E|DBAD|N|2|4|5|c|PB|S|M|||||| -96000|USA|M|1|E|DBAG|N|17|3|0|m|PB|S|M|||||| -110000|USA|M|8|E|DBAG|Y|6|1|6|C|PB|S|M|||||| -90000|USA|M|18|E|M|Y|2|1|5|C|SG|S|M|||||| -110000|USA|M|8|E|DT|N|8|4|4|C|PB|S|M|||||| -137000|USA|M|20|E|DBAG|N|11|2|6|m|PB||M|||||| -65000|Romania|M|12|IC|DBAG|N|6|1|0|C|PB|S|M|||||| -110000|USA|M|20|E|DA|N|24|1|1|m|PB|S|M|||||| -118000|USA|M|16|E|DBAG|N|16|3|5|C|PB|S|M|||||| -86000|USA|M|12|E|DBAG|N|12|1|0|c|E|S|M|||||| -90347|USA|M|6|E|DA|N|8|1|2|C|PB|S|M|||||| -59000|USA|M|1|E||N|2|1|0|T|PB|C|M|||||| -160000|USA|M|8|IC|D|N|8|6|3|m|NP|S|M|||||| -200000|USA|M|25|E|M|Y|10|6|0|C|PB|S|M|||||| -50000|UK|M|8|E|DBAG|N|2|1|1|T|PB|SR|M|||||| -102500|USA|M|14|E|DBAG|N|10|2|0|m|PB|S|M|||||| -105000|USA|M|20|E|DBAP|N|20|2|0|c|PB|S|M|||||| -90000|CostaRica|M|15|E|DBAG|Y|15|2|1|t|PB|SE|M|||||| -119000|USA|M|14|E|DBAP|N|14|3|2|m|PB|SR|M|||||| -98259|USA|M|23|E|DA|N|32|2|0|t|LG|S|M|||||| -75000|Canada|M|8|E|DA|N|16|3|1|m|PB|S|M|||||| -90000|USA|M|18|E|M|Y|2|1|0|C|SG|S|M|||||| -115000|USA|M|20|E|DBAG|N|6|5|2|m|LG|S|M|||||| -118500|USA|M|25|E|DBAD|N|15|3|0|m|PB|S|M|||||| -137700|USA|M|27|E|A|N|30|5|0|c|PB|S|M|||||| -78200|USA|M|5|E|DBAD|N|1|2|2|c|PB|S|M|||||| -55000|UK|M|15|E|DBAP|N|8|3|0|c|PB|C|M|||||| -100000|Israel|M|5|E|DBAD|N|4|3|1|C|PB|S|M|||||| -102000|USA|M|8|E|DBAP|N|6|1|6|C|PB|S|M|||||| -90000|Ireland|M|23|E|DBAG|N|14|4|1|c|PB|S|M|||||| -172000|USA|M|21|E|DBAG|Y|17|2|0|c|PB|SR|M|||||| -92000|USA|M|25|E|DBAG|N|25|2|0|C|PB|S|F|||||| -68000|Ireland|M|4|E|DBAG|N|4|1|1|c|PB||M|||||| -90000|USA|M|10|E|DBAG|N|4|2|0|m|PB|S|M|||||| -79773|UK|M|20|E|DBAG|N|4|1|1|m|PB|SR|M|||||| -100000|USA|M|10|E|DBAP|N|27|4|1|m|FG|S|M|||||| -63000|USA|M|4|E|D|N|4|1|0|C|PB|SR|M|||||| -129000|USA|M|15|E|DT|Y|3|5|1|m|PB|SR|M|||||| -82000|UK|M|23|E|M|Y|5|1|0|c|PB|SE|M|||||| -57000|Canada|M|2|E|DBAG|N|2|1|0|t|PB|S|M|||||| -108000|USA|M|23|EC|D|N|12|2|0|T|SG|S|M|||||| -109000|USA|M|15|E|DBAG|N|15|3|1|c|PB|SE|M|||||| -94000|USA|M|7|E|DBAG|N|7|1|0|m|PB|S|M|||||| -93000|USA|M|7|E|DBAD|N|7|1|0|c|PB|S|M|||||| -112000|USA|M|20|E|DA|N|20|4|0|C|E|S|M|||||| -120000|USA|M|21|E|DT|N|25|4|1|c|PB|C|M|||||| -41200|UK|M|5|E|AN|N|3|1|5|c|PB|C|M|||||| -106000|USA|M|10|E|DBAG|Y|2|1|3|c|FG|SE|M|||||| -81000|USA|M|7|E|DBAP|N|7|1|6|m|PB|SE||||||| -110000|USA|M|20|E|E|N|25|3|3|T|PB|S|M|||||| -121000|USA|O|20|E|DBAP|Y|32|6|5|m|E|S|M|||||| -102000|USA|M|9|E|A|N|32|4|0|c|SG||M|||||| -50000|Argentina|M|9|E|DT|Y|12|1|1|m|PB|S|M|||||| -75000|USA|M|10|E|DT|N|6|2|2|C|PB|S|M|||||| -155000|USA|M|25|E|DBAG|Y|15|3|2|m|PB|S|M|||||| -135000|USA|M|14|E|M|Y|1|4|0|C|PB||M|||||| -140000|USA|M|15|E|DA|N|25|6|3|C|PB|S|M|||||| -115000|USA|M|5|E|D|Y|5|1|1|C|PB|S|M|||||| -56000|UK|M|10|P|D|N|10|1|0|C|PB|C|F|||||| -90000|USA|M|15|E|DBAG|N|1|3|0|c|PB||M|||||| -105000|USA|M|7|E|DBAG|N|7|3|6|C|PB|SE|M|||||| -76500|USA|M|7|E|DBAD|N|5|1|1|C|PB|S|M|||||| -145000|USA|M|20|E||Y|6|4|0|m|PB|S|M|||||| -107000|USA||13|E|DBAG|N|13|4|0|m|PB|SE|M|||||| -70000|USA|M|5|E|M|Y|2|1|1|C|PB|S|M|||||| -73800|USA|M|2|E|DBAP|N|2|1|0|C|PB|C|M|||||| -65000|USA|M|4|E|AN|N|4|1|2|C|PB|SR|F|||||| -97500|USA|M|6|E|DBAG|N|6|2|0|m|PB|S|M|||||| -124000|USA|M|20|E|DBAG|N|7|2|0|T|PB|S|M|||||| -54000|India|M|13|E|DBAP|N|8|4|6|m|PB|S|M|||||| -93000|USA|M|8|E|DA|N|35|6|0|m|SG|SR|M|||||| -25000|Peru|M|8|EC|DBAP|N|8|2|0|m|PB||M|||||| -112000|USA|M|25|E|DA|Y|25|6|2|C|PB|S|M|||||| -150000|USA|M|20|E|DBAD|Y|20|5|1|C|PB|S|M|||||| -113000|Australia|M|11|E|DBAP|N|1|6|3|m|PB|SR|M|||||| -128000|USA|M|24|E|DBAG|N|25|5|1|C|PB|S|F|||||| -145352|Canada|M|15|E|DBAP|N|17|1|4|C|LG|S|M|||||| -150000|USA|M|15|E|DBAD|N|15|2|1|m|PB|S|M|||||| -122000|USA|M|14|E|DBAD|N|11|1|0|C|SG|S|M|||||| -245000|USA|M|20|E|M|Y|24|1|0|m|PB|S|M|||||| -185000|USA|M|10|E|DBAG|Y|4|1|0|m|PB|SR|M|||||| -143000|USA|M|23|E|M|Y|35|5|0|t|PB|S|M|||||| -80000|USA|M|4|E|DBAG|N|4|2|2|C|PB|S|M|||||| -62000|Germany|M|11|E|DBAP|Y|11|2|1|m|PB|S|M|||||| -27800|India|M|9|E|DBAP|N|9|4|6|m|PB|SE|M|||||| -92000|USA|M|18|E|DT|Y|13|1|6|c|PB|S|F|||||| -88000|USA|M|8|E|D|N|20|3|0|c|NP|S|M|||||| -63000|Canada|M|6|E|DBAG|N|6|1|5|m|PB|S|M|||||| -90000|USA|M|7|E|DA|N|42|6|6|C|E|S|M|||||| -32000|India|M|12|E|DBAD|N|14|4|0|m|PB|SE|M|||||| -208000|USA|M|17|IC|A|N|28|6|0|m|PB|C|M|||||| -72000|USA|M|20|E|DA|N|25|1|0|C|LG|S|M|||||| -10000|Venezuela|M|17|E|DBAD|N|17|6|0|m|PB|S|M|||||| -36000|Spain|M|15|E|E|N|4|3|0|C|PB|SE|M|||||| -153000|USA|M|21|E|DBAP|Y|21|5|0|m|PB|S|M|||||| -82000|USA|M|8|E|AN|N|8|1|4|T|PB|S|M|||||| -81000|USA|M|5|E|DBAG|N|5|2|0|C|NP|S|M|||||| -88000|USA|M|4|E|DBAP|N|4|1|0|m|PB|S|M|||||| -98000|USA|M|20|EC|DBAD|Y|20|2|2|c|PB|S|M|||||| -110000|USA|M|7|E|DBAP|Y|5|2|5|m|PB|SR|M|||||| -125000|USA|M|10|E|DT|N|10|1|0|T|PB|S|M|||||| -50532|UK|M|3|E|DBAG|N|2|2|0|t|NP|S|M|||||| -117000|USA|M|10|E|M|Y|5|1|0|m|NP|S|M|||||| -70000|UK|M|2|E|DBAG|N|2|1|0|m|PB|S|M|||||| -80000|USA|M|22|E|DT|N|1|5|1|m|SG|S|M|||||| -115000|USA|M|15|E|DBAG|N|1|4|0|m|NP|S|F|||||| -73000|USA|M|7|E|DS|N|2|1|0|c|PB|S|F|||||| -100000|Canada|M|20|IC|DA|N|25|2|0|m|PB|S|M|||||| -92000|USA|M|10|E|E|N|25|5|1|C|PB||M|||||| -135000|USA|M|20|E|M|Y|3|1|3|C|PB|S|F|||||| -151800|USA|A|15|E|A|N|2|1|6|m|PB|S|M|||||| -105000|USA|A|2|E|DBAG|N|15|5|0|C|PB|||||||| -154000|USA|M|20|E|A|N|27|2|0|C|PB|S|M|||||| -950000|Belgium|M|15|E|E|N|15|1|1|c|PB|S|M|||||| -85000|USA|M|8|E|E|N|8|2|1|c|PB|SR|M|||||| -147000|USA|M|20|EC|DBAP|N|20|1|0|m|NP|S|M|||||| -61000|Canada|M|15|E|DBAD|N|7|2|0|m|PB|S|F|||||| -99000|USA|M|10|EC|DBAD|N|1|1|0|C|PB|S|M|||||| -75000|USA|M|3|E|D|N|8|6|2|C|PB|SE|F|||||| -69000|USA|M|3|E|DBAG|N|3|1|3|m|PB|C|M|||||| -95000|Canada|M|15|E|E|Y|5|1|1|m|PB|S|F|||||| -108000|USA|M|15|E|DBAG|N|25|2|2|T|E|C|M|||||| -82000|USA|M|7|E|DBAP|N|2|1|1|c|PB|S|M|||||| -91000|USA|M|20|E|DBAG|N|5|3|0|c|NP|S|M|||||| -96000|USA|M|25|EC||N|35|4|1|C|PB|S|M|||||| -80000|Israel|M|14|E|DBAP|N|14|3|1|C|PB|SR|M|||||| -77000|USA|M|12|E|D|N|12|3|2|C|PB|C|M|||||| -158700|USA|M|16|E|A|N|25|3|0|C|SG|S|F|||||| -51000|Poland|M|8|E|D|N|8|4|0|C|PB|SR|M|||||| -145000|USA|M|21|E|A|N|15|5|0|C|PB|S|M|||||| -60000|France|M|10|E|DBAP|N|24|6|0|m|PB|SE|M|||||| -200000|USA|M|24|E|A|Y|18|6|0|C|PB|S|M|||||| -66500|UK|M|9|E|DBAP|N|3|4|0|m|PB|S|M|||||| -52000|Canada|M|8|E|DA|N|8|1|3|T|PB|S|M|||||| -140000|USA|M|10|E|DBAP|N|10|6|5|m|PB|S|M|||||| -70000|UK|M|11|E|DA|N|9|3|6|T|PB|S|M|||||| -123000|USA|M|5|E|DBAD|N|5|1|0|m|E|S|F|||||| -120000|USA|M|7|E|DBAG|N|8|2|1|t|PB||M|||||| -90000|USA|M|7|E|E|N|7|4|2|C|PB|S|M|||||| -140000|Canada|M|21|IC|DT|N|21|6|2|t|PB|S|M|||||| -45000|Malaysia|M|9|E|DBAP|Y|9|5|1|m|PB||M|||||| -94000|USA|M|14|E|DT|N|20|1|0|c|PB|C|M|||||| -145000|USA|M|12|E|DBAG|Y|12|1|1|m|PB|S||||||| -70000|USA|M|15|E|DT|N|15|2|5|T|PB|SR|M|||||| -80000|USA|M|7|EC|DT|N|7|4|3|T|PB|C|M|||||| -165000|USA|M|20|E|A|N|9|1|0|C|PB|S|M|||||| -140000|USA|M|23|EC|A|N|20|6|0|T|SG|S|M|||||| -164000|USA|M|20|E|M|Y|20|3|0|C|PB|S|M|||||| -125000|USA|M|19|E|M|Y|15|2|0|t|E|S|M|||||| -117500|USA|M|20|E|DBAG|N|20|6|0|c|PB|S|M|||||| -115000|USA|M|25|E|DBAG|N|22|3|0|C|PB|S|F|||||| -612000|Sweden|M|20|E|DBAG|N|2|6|2|C|PB|SR|M|||||| -155000|USA|M|16|E|DBAG|N|6|2|4|C|PB|S|M|||||| -79000|USA|M|3|E|DBAG|N|3|2|2|c|PB||M|||||| -112000|USA|M|15|E|E|N|20|2|2|m|PB|SR|M|||||| -120000|USA|M|20|E|M|Y|20|1|1|c|PB|C|F|||||| -144000|USA|M|20|E|DBAG|Y|4|4|1|m|PB|S|M|||||| -125000|USA|MS|5|E|DBAG|N|5|2|1|C|PB|SE|M|||||| -300000|USA|M|15|IC|DBAD|N|10|4|0|T|PB|S|M|||||| -85000|USA|M|20|E|DBAG|N|15|2|0|c|LG|S|M|||||| -92000|USA|M|5|E|DBAG|N|16|2|0|m|LG|S|M|||||| -75500|USA|M|5|E|DBAP|N|5|1|0|m|PB|S|M|||||| -89500|USA|M|20|E|DBAG|N|20|4|0|C|PB|S|M|||||| -102000|USA|M|6|E|DBAG|N|3|3|3|c|E|SR|M|||||| -130000|USA|M|18|E|DBAG|N|18|6|5|C|E|C|M|||||| -76500|USA|P|1|E|DA|N|2|1|5|C|PB|S|M|||||| -61000|Netherlands|M|1|E|DBAP|N|20|1|3|c|LG|S|M|||||| -34000|Russia|M|14|E|DBAP|Y|5|3|4|m|PB|SR|M|||||| -140000|USA|M|25|E|DT|N|25|4|6|m|PB|S|M|||||| -60000|USA|M|6|E|M|N|6|1|0|c|PB|SE|M|||||| -160000|USA|M|20|E|E|N|20|4|0|m|PB|SE|M|||||| -71000|Ireland|M|15|E|DBAP|N|15|2|1|m|PB|SR|M|||||| -125000|USA|M|10|E|DA|Y|15|2|2|m|PB|S|M|||||| -51000|Canada|M|7|E|DBAD|Y|2|2|0|m|PB|S|F|||||| -64000|USA|M|15|E|DBAP|N|18|1|6|T|E|S|M|||||| -70000|USA|M|5|E|AN|N|5|3|2|c|SG|SR|M|||||| -82000|USA|M|15|E|DBAG|N|15|4|0|C|PB|C|M|||||| -90500|Canada|M|5|E|DBAG|Y|5|1|2|m|PB|SE|M|||||| -40000|Italy|M|29|E|DBAG|Y|15|5|0|c|PB|SR|M|||||| -168000|USA|M|15|E|A|N|4|2|0|C|PB|S|M|||||| -32000|India|M|10|E|A|N|3|4|1|m|PB|S|M|||||| -104000|Canada|M|25|E|A|Y|25|1|6|m|PB|S|M|||||| -79000|USA|M|4|E|DT|N|4|2|1|m|PB|C|M|||||| -127000|USA|M|20|E|D|N|20|5|1|C|PB|SR|M|||||| -93000|USA|M|10|E|DBAG|N|0|2|0|T|PB|S|M|||||| -80000|USA|M|8|E|DBAG|N|8|2|0|c|PB|SE|M|||||| -88000|Canada|O|15|E|DBAD|N|15|1|2|C|PB|S|M|||||| -119000|USA|M|25|E|DBAG|Y|25|6|3|C|PB|S|M|||||| -92000|USA|M|6|E|DBAD|N|7|2|3|c|PB|S|M|||||| -110000|USA|M|20|E|D|N|17|2|0|t|NP|S|M|||||| -275000|USA|M|16|E|M|Y|10|3|0|C|PB|S|M|||||| -80000|USA|M|6|EC|DBAG|N|6|3|4|C|PB|SR|M|||||| -135000|USA|M|10|E|DT|Y|12|1|1|m|PB|S|M|||||| -107300|Poland|M|7|IC|A|N|7|4|0|C|PB|C|M|||||| -125860|USA|M|25|E|D|N|20|3|0|C|PB|S|F|||||| -106000|USA|M|11|E|A|N|10|1|0|c|SG|S|M|||||| -90000|USA|M|10|E|DBAP|N|4|1|0|C|PB|S|M|||||| -85000|USA|M|20|E|DT|N|5|2|1|c|NP|S|M|||||| -130000|USA|M|15|E|DBAG|N|5|2|1|m|PB|SE|F|||||| -90000|USA|M|20|E|DBAP|N|20|5|5|c|PB|S|F|||||| -200000|USA|M|24|EC|AN|Y|24|3|3|C|PB|SE|M|||||| -81112|USA|M|4|E|DBAD|N|3|1|1|m|PB|S|M|||||| -130000|USA|M|33|E|DBAG|N|33|6|0|m|PB|S|F|||||| -45000|Portugal|M|9|E|DBAD|Y|10|2|1|C|PB|SE|M|||||| -105000|USA|M|10|E|A|Y|6|2|0|m|PB|S|M|||||| -125000|Germany|M|15|E|D|N|15|6|2|m|PB|S|M|||||| -135000|USA|A|1|E|A|N|5|1|5|C|PB|SR|F|||||| -53000|UK|M|20|E|DBAD|Y|25|1|0|C|PB||M|||||| -120000|USA|RDS|3|E|DS|Y|3|1|0|C|PB||M|||||| -72000|Poland|M|8|E|DBAG|N|8|2|3|C|PB||M|||||| -170000|USA|M|16|EC|DBAG|N|16|4|0|C|PB|SR|M|||||| -176000|USA|M|15|E|DBAD|N|10|1|1|c|PB|S|M|||||| -113000|USA|M|8|E|E|N|7|2|0|m|PB|S|M|||||| -100000|USA|M|20|E|DBAP|N|20|4|0|c|PB|S|M|||||| -152000|USA|M|21|E|DBAP|N|21|5|4|c|PB|S|M|||||| -40000|UK|M|4|E|DBAP|N|4|2|0|m|PB|C|F|||||| -65147|UK|M|4|E|DBAD|N|3|2|4|m|PB|SR|M|||||| -154000|USA|M|10|E|DBAD|N|35|3|2|m|FG|SR|F|||||| -160000|UK|M|16|IC|DBAG|N|16|6|1|t|PB|SR|M|||||| -88000|USA|M|14|E|A|N|7|1|0|t|PB|C|M|||||| -98500|USA|M|15|E|DBAD|N|23|4|0|C|FG|S|M|||||| -67500|UK|M|13|E|DBAP|N|13|5|1|c|NP|SE|M|||||| -90000|USA|O|10|E|DBAG|N|20|1|2|C|NP|S|M|||||| -145000|USA|M|11|E|A|N|2|1|0|m|PB|S|M|||||| -95000|USA|M|20|E|DA|N|20|2|0|m|PB|SR|M|||||| -63000|USA|M|5|E|AN|N|5|1|3|m|PB|S|M|||||| -113000|USA|M|15|E|DBAG|N|15|4|2|T|PB|S|M|||||| -125000|USA|M|18|E|DBAP|N|18|2|1|c|PB|C|M|||||| -101000|USA|M|20|E|DBAG|N|1|6|1|T|PB|S|M|||||| -120000|USA|M|20|EC|M|Y|3|1|2|T|PB|S|M|||||| -110000|USA|M|7|E|DBAP|N|7|4|3|C|PB|S|M|||||| -102000|USA|M|15|E|DBAG|N|10|4|1|c|PB|SE|M|||||| -76000|USA|M|6|E|DBAG|N|6|2|1|C|PB|SR|M|||||| -92000|USA|M|17|E|DBAP|Y|19|1|6|T|SG|S|M|||||| -115000|USA|M|20|E|DBAG|N|20|6|2|m|PB|S|M|||||| -155000|USA|M|10|EC|A|N|2|2|6|c|FG|S|M|||||| -195000|USA|M|20|IC|DBAG|N|25|2|0|m|PB|S|M|||||| -145000|Netherlands|M|22|IC|DBAG|N|15|6|6|c|PB|SE|M|||||| -90000|USA|M|11|E|DBAP|N|11|4|6|C|PB|SR|M|||||| -136000|USA|M|21|E|A|Y|21|6|0|t|PB|S|M|||||| -101000|USA|M|10|E|DBAG|N|8|3|1|c|PB|S|M|||||| -68000|USA||3|E|A|N|1|3|2|T|PB||M|||||| -75000|Canada|P|5|E|DBAD|N|20|6|3|c|PB|S|M|||||| -32000|UK|M|3|E|DT|N|2|1|6|C|PB||M|||||| -69000|USA|M|15|E|DBAG|Y|7|1|2|c|SG|SR|M|||||| -74000|Canada|M|22|E|DBAG|N|20|2|1|m|PB|SR|M|||||| -70000|Finland|M|10|E|DBAP|N|1|2|5|t|PB|S|M|||||| -137000|USA|M|15|E|A|Y|2|4|0|c|PB|S|M|||||| -94000|USA|M|11|E|DBAP|N|7|3|3|m|PB|S|M|||||| -59791|UK|M|10|E|DBAP|N|2|1|1|C|PB|S|M|||||| -92000|USA|M|1|E|AN|N|2|1|1|m|PB|C|M|||||| -67272|Netherlands|M|13|E|DT|N|3|1|4|c|PB|SE|M|||||| -113000|USA|M|25|E|DBAD|N|11|3|1|m|PB|SR|M|||||| -90000|USA|M|3|E|DT|N|3|1|6|c|PB|S|M|||||| -130000|USA|M|20|E|DBAG|N|20|4|0|C|LG|S|F|||||| -120000|USA|A|4|E|AN|N|4|1|2|C|PB|SE|M|||||| -124000|USA|M|25|E|E|N|25|6|4|C|PB|S|M|||||| -109000|USA|M|12|E|DBAG|N|6|3|3|m|PB|SE|F|||||| -94000|USA|M|9|EC|DT|N|1|1|0|c|PB|SR|M|||||| -132134|USA|M|8|E|E|N|8|4|1|C|NP|S|F|||||| -122000|USA|M|15|E|DBAG|N|21|3|0|m|NP|S|M|||||| -96000|USA|P|7|E|DT|N|1|2|5|c|PB|SE|M|||||| -90000|UK|M|10|E|DBAG|N|7|2|6|c|PB|C|M|||||| -122000|USA|M|6|E|DBAP|N|6|1|3|T|LG|S|M|||||| -84000|USA|M|3|E|DBAP|N|3|1|4|C|PB|S|M|||||| -69000|USA|M|9|E|DBAD|N|9|1|1|m|PB|SE|M|||||| -6500|Sweden|M|13|E|DBAP|N|13|2|4|C|PB|S|M|||||| -157000|USA|M|15|E|DT|N|15|4|6|m|PB|S|M|||||| -104000|USA|M|18|IC|DA|N|1|6|0|C|PB|C|M|||||| -92000|Canada|M|18|E|DBAG|N|7|1|0|m|PB|S|M|||||| -98000|USA|M|20|E|DBAG|N|20|1|0|c|LG|S|F|||||| -115000|USA|M|14|E|DBAP|N|10|4|6|C|PB|S|M|||||| -25000|India|M|10|E|DBAG|N|10|4|5|c|PB|C|M|||||| -128000|USA|M|10|E|DBAG|N|10|3|1|C|PB|S|M|||||| -16500|Turkey|M|6|E|DBAP|Y|6|1|2|m|PB||M|||||| -110000|USA|M|23|E|M|Y|15|2|0|C|LG|S|M|||||| -54000|USA|M|1|E|DBAG|N|1|1|2|c|PB|S|M|||||| -75035|USA|M|10|E|DBAG|N|14|1|3|C|PB|SE|M|||||| -218000|USA|M|18|IC|DA|N|33|6|4|c|PB|S|M|||||| -130000|USA|M|15|E|DBAG|N|24|1|5|m|PB|S|M|||||| -170000|USA|M|7|E|A|Y|7|1|0|m|PB|S|M|||||| -125500|USA|M|10|E|A|N|4|2|0|m|PB|SR|M|||||| -102000|USA|MS|3|E|DBAP|Y|10|1|1|m|PB|S|F|||||| -65000|USA|M|3|E|DT|N|3|1|6|m|PB|S|M|||||| -115000|USA|M|7|E|DBAG|N|7|3|0|c|PB|S|M|||||| -83000|USA|M|4|E|E|N|4|1|6|m|PB|S|M|||||| -124800|USA|A|2|E|A|N|2|1|0|C|NP|S|M|||||| -55000|USA|M|2|E|AN|N|2|2|4|C|PB|SE|M|||||| -173000|USA|M|20|E|DBAG|Y|6|4|0|m|PB|S|F|||||| -80000|USA|M|4|E|DBAG|N|4|2|2|C|PB|S|M|||||| -103000|USA|M|12|E|D|Y|2|1|0|c|SG|SE|M|||||| -74500|USA|M|5|E|DBAP|N|5|1|6|m|PB|C|M|||||| -60000|Austria|M|5|E|DBAP|Y|1|1|4|T|PB|SR|M|||||| -99500|USA|M|10|E|DBAG|N|10|2|2|c|PB|S|M|||||| -62000|Spain|M|5|E|DBAP|N|1|4|2|m|PB||M|||||| -92000|USA|M|8|E|DA|N|8|1|0|C|PB|S|M|||||| -104000|USA|M|8|E|M|Y|8|1|0|C|E|S|M|||||| -75000|USA|M|7|E|DT|N|1|4|2|m|PB|SR|M|||||| -80000|USA|M|7|E|D|N|7|3|0|c|PB|S|M|||||| -93000|USA|M|5|E|DBAP|N|3|2|5|T|PB|S|M|||||| -98080|USA|M|5|E|DBAD|N|2|2|0|c|FG|S|M|||||| -160000|USA|O|11|E|AN|N|14|3|1|m|LG|S|M|||||| -94000|USA|M|17|E|DBAD|Y|11|1|0|t|PB|S|M|||||| -150000|USA|MS|8|E|M|Y|10|2|5|C|PB|C|M|||||| -93000|USA|M|13|E|DBAG|N|7|2|0|m|PB|S|M|||||| -110000|UK|M|15|E|DBAP|N|15|1|6|m|PB|S|M|||||| -100500|USA|M|14|E|DBAG|N|10|2|0|C|LG|S|M|||||| -12475|India|M|7|EC|DBAP|N|7|2|1|m|PB|SR|F|||||| -148000|USA|M|11|E|DBAG|N|1|4|1|C|PB|S|M|||||| -87000|USA|M|5|E|A|Y|1|1|0|C|PB|S|M|||||| -150128|USA|M|22|EC|A|N|7|5|0|m|PB|S|M|||||| -120000|USA|M|17|E|M|Y|10|5|2|m|PB||M|||||| -80000|USA|M|7|E|DBAG|Y|23|3|0|c|SG|C|M|||||| -80000|New-Zealand|M|15|E|DBAP|N|15|1|0|C|LG|S|M|||||| -55400|Sweden|M|1|E|DBAD|N|1|1|0|C|PB|C|M|||||| -150000|USA|M|20|E|E|N|1|3|3|m|PB|S|M|||||| -29440|Honduras|M|3|E|DBAG|N|3|1|1|t|PB|SR|M|||||| -56700|New-Zealand|M|13|E|D|N|15|2|1|T|LG|C|M|||||| -87000|USA|M|5|E|DA|N|9|1|2|m|PB|S|M|||||| -90000|USA|M|20|E|DBAP|N|20|5|6|m|PB|S|F|||||| -132000|USA|M|7|E|DBAG|N|10|3|6|m|PB|SR|M|||||| -100000|USA|M|15|E|E|N|15|6|2|m|PB|SE|M|||||| -98000|USA|M|5|E|DBAP|N|5|3|2|C|SG|S|M|||||| -100000|USA|M|20|E|M|Y|25|3|0|m|FG|S|M|||||| -67450|New-Zealand|M|12|E|DBAP|N|12|2|3|T|PB|S|M|||||| -74500|Canada|M|10|E|E|N|15|3|4|c|PB|S|M|||||| -60000|Germany|M|1|E|D|N|1|1|2|C|PB|S|M|||||| -88000|USA|M|4|EC|DBAP|N|2|2|2|m|PB|SR|M|||||| -108000|USA|M|6|E|DS|N|3|1|5|c|PB|SR|M|||||| -90000|USA|M|5|E|DBAG|Y|3|1|0|m|PB|S||||||| -68000|USA|M|1|E|DBAP|N|1|1|4|m|PB|S|M|||||| -75000|Netherlands|M|12|EC|D|N|12|4|6|C|PB||M|||||| -130|USA|M|20|IC|DBAP|Y|20|6|4|c|PB|S|M|||||| -126000|USA|M|5|E|DA|N|30|5|0|m|PB|S|M|||||| -41000|UAE|M|8|E|DBAD|N|8|5|4|C|PB|C|M|||||| -109000|USA|M|3|E|AN|N|3|1|3|m|PB|S|M|||||| -150000|USA|M|13|E|M|N|8|3|0|m|PB|S|M|||||| -70000|Guernsey|M|7|E|DBAG|N|7|1|0|t|PB|SE|M|||||| -35221|Turkey|M|4|E|M|N|10|1|4|m|PB||M|||||| -135000|USA|M|20|E|DT|N|20|2|2|C|PB|SR|M|||||| -156000|USA|M|11|E|M|Y|3|1|0|C|PB|S|M|||||| -50000|Canada|M|20|E|DBAP|N|20|2|0|t|SG||M|||||| -80000|USA|M|8|E|D|N|1|4|1|c|PB|S|M|||||| -55000|UK|M|15|E|DT|N|15|4|2|C|LG|S|F|||||| -78000|USA|M|3|EC|E|N|9|1|5|C|PB|C|M|||||| -115000|USA|M|8|E|D|N|20|3|1|m|PB||M|||||| -165166|USA|M|16|E|E|N|5|1|4|c|PB|S|M|||||| -88000|USA|M|5|E|DBAD|N|5|1|4|C|PB|S|M|||||| -102000|New-Zealand|M|25|E|A|Y|15|4|0|T|FG|SR|F|||||| -175000|USA|A|10|E|M|Y|6|1|0|m|PB|S|M|||||| -102500|USA||10|E|E|N|10|3|6|c|PB|S|M|||||| -155000|USA|M|10|E|DBAP|N|1|3|0|m|PB|S|M|||||| -130500|USA|M|23|E|DT|N|23|6|1|m|PB|SR|M|||||| -60000|Australia|M|3|E|DBAP|N|3|1|6|m|PB|S|M|||||| -123200|USA|M|15|E|D|N|4|2|1|C|PB|S|M|||||| -90000|UK|M|13|E|DBAP|Y|4|6|2|m|FG|C|M|||||| -80000|Norway|M|8|E|DBAG|N|8|2|0|T|PB|S||||||| -115000|USA|O|10|E|A|N|1|1|0|m|SG|S|M|||||| -65000|Canada|M|6|E|AN|N|6|2|0|m|PB|C|M|||||| -130000|USA|M|12|E|D|N|10|6|6|m|PB|SE|M|||||| -135590|Australia|M|17|EC|DT|N|17|2|4|m|PB|SE|M|||||| -49640|New-Zealand|M|8|E|DT|Y|8|1|2|T|PB|S|M|||||| -122000|USA|M|20|E|DT|N|20|1|0|m|PB|S|M|||||| -108000|USA|M|22|E|DBAP|N|5|2|6|C|PB|S|M|||||| -64000|USA|MA|4|E|A|N|5|2|0|m|PB|C|M|||||| -114000|USA|M|22|IC|DT|N|5|2|6|m|PB|S|F|||||| -115000|USA|M|20|E|DBAP|N|20|5|0|C|PB|S|M|||||| -125000|USA|M|15|E|A|N|5|3|0|C|PB|SR|M|||||| -125000|USA|M|21|E|DBAP|N|21|4|0|m|PB|S|M|||||| -75000|USA|M|3|EC|AN|N|3|1|4|m|PB|SE|M|||||| -75370|USA|O|3|E|AN|N|3|1|2|c|E|SR|M|||||| -100000|USA|M|7|E|D|N|7|2|1|C|PB|S|M|||||| -46500|UK|M|0|E|E|N|4|2|3|c|PB|S|M|||||| -72987|Canada|M|8|E|DT|N|20|5|0|c|PB|S|F|||||| -42500|UK|M|3|E|AN|N|3|2|1|c|PB|C|M|||||| -80000|USA|M|10|E|DBAG|N|10|3|6|c|PB|S|M|||||| -100000|USA|M|4|E|DT|N|3|2|2|m|PB|C|M|||||| -142041|USA|M|18|E|DBAG|N|13|2|1|C|PB|S|M|||||| -81000|USA|M|3|E|DBAG|N|7|2|1|t|PB|S|M|||||| -80000|USA|M|4|E|DBAG|N|4|1|6|C|PB|SR|M|||||| -105000|USA|M|9|E|DBAP|N|7|2|3|C|PB||M|||||| -118500|USA|M|11|E|DBAG|N|8|3|2|t|PB|S|M|||||| -117000|USA|M|13|E|DBAG|N|2|1|0|t|PB|S|F|||||| -67600|USA|M|3|E|AN|N|3|1|0|c|PB|C|M|||||| -200000|USA|M|7|E|DBAD|Y|5|1|1|m|PB|S|M|||||| -31234|UK|M|2|E|D|N|2|1|3|C|PB|C|M|||||| -109000|USA|M|10|E|M|Y|5|1|5|m|PB|SE|M|||||| -107000|USA|M|20|E|DBAP|N|20|4|1|C|PB|S|F|||||| -83000|New-Zealand|M|20|E|DBAG|N|12|4|1|m|PB|S|M|||||| -85000|UK|M|15|E|M|Y|5|1|0|C|PB|S|M|||||| -100000|USA|M|8|E|DBAG|N|5|3|2|c|PB||M|||||| -53090|UK|M|3|E|DBAG|N|3|1|6|c|PB|SR|M|||||| -110000|USA|M|17|E|M|Y|3|1|0|c|PB|S|M|||||| -99750|USA|M|3|E|E|N|2|1|6|c|PB|S|M|||||| -169000|New-Zealand|M|13|IC|M|Y|4|3|0|m|PB|S|M|||||| -140000|New-Zealand|M|22|E|DA|N|22|1|0|m|PB|S|M|||||| -33000|UK|O|1|E|D|N|4|2|2|c|FG|SE|M|||||| -169298|USA|M|23|E|E|N|14|4|1|C|NP|S|M|||||| -56000|USA|M|6|EC|DBAG|N|6|2|1|c|PB||M|||||| -50000|UK|O|2|E|AN|Y|2|1|0|C|PB|S|M|||||| -105000|USA|M|9|E|DT|N|7|2|5|c|PB|S|M|||||| -75000|USA|M|10|E|DBAG|N|10|1|1|c|E|SE|F|||||| -18200|Paraguay||2|E|DT|Y|6|2|3|C|PB|SR|M|||||| -90000|USA|M|5|E|DBAD|N|5|1|1|T|NP|S|M|||||| -14400|Brazil|M|1|E|DBAG|N|1|1|4|T|PB|S|M|||||| -80000|USA|M|1|E|E|N|1|1|1|C|PB|S|M|||||| -75000|USA||4|E|D|N|4|1|3|c|PB|SR|M|||||| -138500|USA|M|20|E|A|N|7|3|0|C|NP|S|M|||||| -63576|Poland|M|10|EC|DT|Y|6|1|0|c|PB|S|M|||||| -32900|Poland|M|4|E|DBAG|Y|4|2|2|c|PB|S|M|||||| -90000|USA|M|10|E|DBAG|N|12|1|1|m|NP|S|M|||||| -95000|USA|M|20|E|DT|N|10|4|6|T|PB|S|M|||||| -93000|USA|M|25|E|DBAD|N|10|3|1|m|SG|S|M|||||| -85000|UK|M|18|E|DBAD|N|20|2|1|c|PB|S|M|||||| -97000|Germany|M|17|E|DBAD|N|3|2|1|C|PB|S|M|||||| -80000|USA|M|5|E|DBAG|N|7|2|1|C|SG|S|M|||||| -86000|USA|M|5|E|AN|N|5|2|2|c|PB|S|F|||||| -161433|USA|M|23|E|DBAG|Y|23|3|0|m|PB|SE|M|||||| -85000|USA|M|20|E|DT|N|10|1|2|t|PB|S|M|||||| -125000|USA|M|24|E|M|Y|3|1|0|m|PB|S|M|||||| -135000|USA|M|5|E|M|Y|2|1|0|T|PB|S|F|||||| -111000|USA|M|14|E|DT|Y|14|1|1|m|PB|S|M|||||| -198000|Canada|M|20|E|DBAG|Y|15|4|2|C|PB|S|M|||||| -62792|Canada|M|13|E|D|N|12|2|0|C|SG|S|M|||||| -14900|India|M|6|E|DBAP|N|6|4|6|C|PB|S|M|||||| -92000|USA|M|5|E|D|N|1|1|2|C|PB|S|M|||||| -85000|USA||1|E|D|N|1|2|6|T|PB|C|M|||||| -145000|USA|M|12|E|DBAG|N|15|4|0|c|PB|S|M|||||| -70000|UK|O|5|E|AN|Y|5|3|4|c|FG|S|M|||||| -102500|USA|M|10|E|DBAG|N|4|2|0|m|PB|S|M|||||| -37243|UK|M|3|E|DBAG|N|10|1|1|C|PB|SR|M|||||| -105000|USA|M|15|E|DBAP|N|6|1|2|c|PB|S|M|||||| -73500|USA|M|4|E|DA|Y|3|1|3|c|PB|SE|M|||||| -100000|UK|M|10|IC|DBAP|N|7|5|2|c|PB|SR|M|||||| -80000|USA|M|11|E|M|Y|7|1|1|m|PB|S|M|||||| -95000|USA|M|7|E|DT|N|7|2|6|m|PB|SR|M|||||| -102000|Luxembourg|M|5|E|DBAG|N|5|3|4|C|PB|SR|M|||||| -90000|USA|M|10|E|AN|N|10|4|6|m|PB|S|M|||||| -49000|USA|O|2|E||N|2|1|6|m|PB|SR|M|||||| -70000|Canada|M|5|EC|D|Y|5|2|3|T|PB|S|M|||||| -94300|USA|M|5|E|DBAG|N|5|1|2|C|PB|S|M|||||| -86174|USA|M|4|E|DBAG|N|4|1|3|t|NP|S|M|||||| -100009|USA|M|6|E|DBAG|N|6|2|6|T|PB|S|M|||||| -105000|USA|M|6|EC|A|N|3|1|2|C|PB|SR|M|||||| -300000|USA|M|14|E|M|Y|8|3|6|C|PB|S|M|||||| -124000|USA||2|E|AN|N|9|3|3|m|PB|SE|M|||||| -69000|USA|O|10|E||N|10|2|4|T|E|SR|M|||||| -78300|PuertoRico|M|4|IC|DBAG|N|4|1|1|C|LG||M|||||| -113000|USA|MDB|5|E|DA|Y|6|1|0|C|PB|S|M|||||| -19750|Guatemala|M|14|EC|DBAD|N|8|2|6|m|PB|C|M|||||| -40000|USA|M|1|E||N|1|1|3|C|PB|C|M|||||| -56500|Australia|M|5|P|DBAG|N|5|1|0|c|PB|SR|M|||||| -165000|USA|M|15|E|M|Y|15|4|0|C|PB|SR|M|||||| -205000|New-Zealand|M|20|IC|DBAD|N|10|6|0|C|PB||M|||||| -75000|Netherlands|M|6|E|D|N|6|2|2|C|PB|S|M|||||| -128000|USA|M|20|E|DBAP|N|15|3|4|t|PB|S|M|||||| -155000|USA|M|15|EC|DBAP|N|1|5|2|m|FG||M|||||| -106000|USA|M|16|EC|DBAG|N|10|2|1|m|PB|S|M|||||| -97300|USA|M|5|E|A|N|5|1|0|C|PB|S|M|||||| -95000|USA|M|6|E|D|Y|6|1|1|T|PB|S|M|||||| -130000|USA|M|25|E|DBAP|N|11|3|6|m|PB|S|M|||||| -60000|UK|M|15|E|DT|N|5|2|3|c|PB|S|M|||||| -115000|Canada|M|15|IC|A|Y|10|2|0|m|PB|S|M|||||| -85000|USA|O|5|E|AN|N|1|2|0|c|PB|S|M|||||| -66500|UK|M|9|E|DBAG|N|0|3|0|m|PB|S|M|||||| -40000|Greece|M|6|E|DBAD|N|20|2|1|t|PB|S|M|||||| -68000|USA|M|6|E|DT|Y|6|1|3|m|PB|S|M|||||| -1850000|USA|P|4|E|E|N|4|4|6|C|PB|S|M|||||| -95000|USA|M|21|E|M|Y|5|3|0|m|PB|SE|M|||||| -14150|Brazil|M|12|E|AN|N|12|1|2|C|PB|S|M|||||| -105000|Canada|M|11|E|DBAP|N|5|1|6|C|PB|S|M|||||| -65000|Australia|M|15|E|AN|N|17|2|1|m|PB|C|M|||||| -135000|USA|M|12|E|DT|N|6|3|0|C|PB||M|||||| -100000|UK|M|4|E|DA|N|9|2|0|C|PB|C|M|||||| -105000|USA|RDS|5|E|E|N|5|3|0|m|PB|S|M|||||| -130000|USA|M|25|E|DBAP|N|15|2|4|m|NP|S|M|||||| -120000|USA|O|7|EC|DBAG|N|7|3|0|m|PB|C|F|||||| -85746|UK|M|16|E|DT|N|6|5|2|c|PB|S|M|||||| -86000|USA|M|20|E|DBAG|Y|20|1|3|T|SG||M|||||| -66000|USA|M|1|E|E|N|1|1|2|m|PB|C|M|||||| -63300|USA|M|1|E|AN|N|5|2|4|T|NP|S|F|||||| -140000|Denmark|M|13|E|A|N|7|2|0|C|PB|S|M|||||| -83500|USA|M|15|E|DT|N|5|2|2|c|PB|SR|M|||||| -23000|Lithuania|M|1|E|DBAD|N|1|1|3|C|PB|S|M|||||| -14000|Greece|M|2|E|DT|N|2|1|6|m|PB|S|M|||||| -81000|USA|M|4|E|DBAP|Y|1|1|0|m|LG|||||||| -82000|USA|M|6|E|DBAD|N|6|1|0|C|PB|S|M|||||| -101000|USA|M|6|E|A|N|4|1|0|c|LG|C|M|||||| -71000|Australia|M|11|E||N|11|2|0|T|PB|S|M|||||| -147000|USA|M|20|E|M|Y|20|5|1|C|PB|S|M|||||| -75000|Poland|M|10|E|A|Y|3|6|6|m|PB|S|M|||||| -70000|USA|A|1|E|DBAD|N|1|2|0|c|PB|S|M|||||| -62500|UK|M|18|E|D|N|5|1|6|C|PB|S|M|||||| -100000|Canada|A|3|E|M|Y|2|2|0|C|NP|SE|M|||||| -57000|Sweden|M|4|E|DBAG|N|10|2|0|m|PB|SR|M|||||| -88000|USA|M|7|E|DBAG|N|7|3|1|T|PB|C|M|||||| -79019|USA|M|13|E||N|13|1|0|C|FG|S|M|||||| -75000|USA|M|6|E|AN|N|6|1|0|C|LG|S|M|||||| -53000|UK|M|7|E|DBAG|N|3|1|2|C|LG|S||||||| -116000|USA||1|E|DS|N|1|1|2|C|PB|S|M|||||| -105000|USA|M|15|E|DBAD|N|22|4|5|c|PB|S|M|||||| -85000|USA|M|3|EC|AN|N|1|3|1|m|PB||M|||||| -63822|UK|M|8|E|DT|N|2|2|2|C|PB|SR|M|||||| -43000|Canada|M|5|E||N|12|1|0|m|NP|C|M|||||| -100000|USA|M|10|E|AN|N|10|1|0|C|PB|S|M|||||| -128000|USA|M|17|E|DT|N|2|3|3|m|PB|C|F|||||| -116000|USA|M|15|E|DBAG|Y|5|5|1|C|PB|S|M|||||| -87400|Australia|M|20|E|DT|N|22|1|6|c|SG|S|M|||||| -170000|USA|P|5|EC|AN|Y|10|2|6|m|PB|S|M|||||| -15000|Ukraine|M|8|E|DBAG|N|15|4|0|c|PB|C|M|||||| -78000|USA|M|8|E|DBAP|N|8|1|1|T|NP|S|M|||||| -140000|Canada|M|13|IC|D|N|15|6|4|m|PB|C|M|||||| -45000|Ukraine|M|12|E|DBAD|N|12|2|2|m|PB|SR|M|||||| -95000|USA|M|6|E|DA|Y|6|1|0|C|PB|S|M|||||| -300000|USA|M|14|E|M|Y|14|2|0|m|PB|S|M|||||| -90000|USA|MDB|2|E|AN|N|3|2|4|C|PB|S|M|||||| -133000|USA|RDS|5|E|AN|N|7|3|4|m|PB|SE|M|||||| -110000|USA|M|9|E|DBAP|N|9|1|6|m|PB|S|M|||||| -85000|USA|M|7|E|AN|N|7|1|2|m|PB|SE|M|||||| -13|Brazil|O|7|E|DBAG|N|12|2|1|C|PB|S|M|||||| -75000|USA|O|2|E|AN|N|2|1|0|C|PB|S|F|||||| -90500|UK|M|30|E|DBAP|N|15|3|1|c|PB|S|M|||||| -32|Italy|M|1|E|DT|N|3|2|0|T|PB|SE|M|||||| -87920|Canada|M|20|E|DBAP|N|20|4|1|m|PB|S|M|||||| -130000|USA|M|10|E|DBAP|N|1|1|1|m|NP|S|M|||||| -88600|USA|M|3|E|DBAD|N|2|2|2|T|PB|SE|M|||||| -65000|USA|M|3|E|DBAG|N|5|1|1|m|PB|S|M|||||| -124000|USA|M|16|E|A|N|6|1|0|C|E|S|F|||||| -115000|USA|RDS|1|E|AN|N|1|1|2|m|PB|S|M|||||| -130000|USA|O|5|E|DBAP|N|5|1|0|c|PB|SE|M|||||| -68676|Australia|M|3|E|AN|N|3|1|0|T|PB|S|M|||||| -75000|USA|MS|1|E|DBAG|N|1|1|2|C|PB|S|M|||||| -95000|USA|M|10|E|E|Y|10|1|3|m|PB|SE|M|||||| -275000|USA|M|12|IC|E|N|4|3|0|C|PB||M|||||| -63000|USA|M|3|EC|DBAD|N|3|1|0|T|PB||M|||||| -117000|USA|M|10|E|DBAG|N|20|6|0|m|PB|SE|M|||||| -109000|USA|M|10|E|M|Y|2|1|1|C|SG|SE|M|||||| -102000|USA|M|15|E|DBAD|N|12|2|6|T|PB|S|M|||||| -83000|Australia|M|20|E|DBAG|N|20|4|0|m|E|S|M|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -165000|USA|M|20|E|A|N|25|6|3|m|PB|SR|M|||||| -156000|USA|M|11|IC|DBAP|Y|11|1|6|m|PB|S|M|||||| -46500|UK|M|3|E|AN|Y|5|2|6|C|LG|S|M|||||| -76000|USA|M|6|E|DBAG|N|6|2|1|C|PB|SR|M|||||| -109000|USA|M|12|E|D|N|1|3|6|m|SG|S|M|||||| -33600|Philippines|M|15|E|DBAP|N|15|3|0|m|PB|S|M|||||| -30000|UK|M|1|E|DBAG|Y|1|1|2|c|PB|SE|M|||||| -85000|Netherlands|M|21|E|A|N|21|2|0|C|PB|SE|M|||||| -96000|Hungary|M|6|IC|D|N|1|1|0|T|PB|SR|M|||||| -99400|USA|M|20|E|DBAG|N|2|1|5|c|PB|S|M|||||| -85000|USA|M|5|E|DT|N|4|2|5|m|PB|S|M|||||| -55000|New-Zealand|M|1|E|DBAG|N|1|1|4|c|PB|S|F|||||| -53200|UK|M|6|E|D|N|4|2|3|C|PB|SE|M|||||| -120000|Ireland|M|20|IC|D|Y|10|2|1|c|PB|S|M|||||| -102000|USA|M|9|E|DBAG|Y|4|1|3|c|SG|S|M|||||| -110000|USA||1|E|E|N|8|2|2|m|PB|S|M|||||| -116500|USA|M|20|E|M|Y|8|2|0|c|PB|C|M|||||| -71000|Sweden|M|20|IC|DBAD|N|10|4|1|m|PB|S|M|||||| -110000|USA|M|23|E|DT|N|20|6|0|C|PB|S|M|||||| -180000|USA|M|20|IC|A|N|20|2|0|m|PB|S|M|||||| -110000|USA|M|12|E|DT|Y|18|1|3|T|PB|S|M|||||| -150000|USA|M|20|IC|DA|N|25|1|0|t|PB|S|M|||||| -53000|New-Zealand|M|1|E|D|N|1|1|5|m|PB|S|M|||||| -52684|UK|M|5|E|DBAP|N|5|2|2|C|PB|S|M|||||| -96000|USA|M|7|E|DBAD|N|7|2|0|c|PB|S|M|||||| -135000|USA|M|20|E|DBAD|N|24|2|0|C|PB|S|M|||||| -46500|UK|M|3|E|AN|N|3|2|6|m|PB|C|M|||||| -75000|USA|M|6|IC|DBAD|Y|3|2|4|C|PB|C|M|||||| -96000|USA|M|11|E|DBAG|N|11|1|0|m|E|S|M|||||| -67000|USA|O|6|E|AN|N|6|1|1|C|PB|C|M|||||| -73000|USA|M|4|E|DT|N|4|1|0|T|E|S|M|||||| -90000|USA|M|15|E|DBAG|N|15|1|1|c|PB|C|M|||||| -82500|USA|M|14|E|DA|N|14|6|1|T|E|SE|M|||||| -85000|USA|M|2|E|AN|N|2|1|3|m|PB|S|M|||||| -145700|Ireland|M|25|IC|DBAG|N|20|6|1|m|LG|S|M|||||| -110000|USA|M|15|E|DBAG|N|3|3|0|c|PB|S|M|||||| -60000|Germany|M|12|E||N|7|1|2|C|PB|S|M|||||| -21600|Estonia|MS|2|E|DBAG|N|2|2|3|c|PB|S|M|||||| -115193|Caymans|M|10|E|DA|Y|10|1|0|t|PB|S|M|||||| -101000|USA|M|6|E|DBAP|N|6|3|2|m|PB|S|M|||||| -90000|Australia|M|6|EC|DBAP|N|1|3|0|m|SG|S|M|||||| -76000|USA|M|6|E|DT|N|8|2|0|c|PB|C|M|||||| -152000|USA|M|15|E|DBAP|N|6|3|6|m|PB||M|||||| -60000|Ireland|O|4|E|D|N|10|4|6|t|PB|S|M|||||| -140000|Australia|M|20|E|DBAG|N|25|5|6|m|PB|S|M|||||| -200000|USA|M|10|IC|DS|N|12|3|0|m|PB||M|||||| -110000|UK||2|E|E|N|6|4|6|m|PB|S|M|||||| -96000|UK|M|12|EC|A|N|3|2|2|C|PB|S|M|||||| -125000|USA|M|5|IC|E|Y|5|2|4|C|PB|S|F|||||| -73950|Australia|M|10|E|DBAP|N|2|1|0|m|LG|S|M|||||| -119000|USA||1|E||N|1|1|0|C|PB|C|F|||||| -106500|USA|M|3|E|DBAP|N|12|1|6|T|FG|S|M|||||| -90000|USA|M|5|E|DBAP|N|3|1|0|C|PB|SR|M|||||| -55000|Croatia|M|9|E|DT|N|9|2|2|C|PB|SE|M|||||| -80000|USA|M|10|E|E|N|15|1|6|C|PB|S|M|||||| -120000|USA|A|8|E|E|Y|1|1|4|C|PB|SE|M|||||| -115000|Australia|M|10|E|M|Y|8|1|0|m|PB|S|M|||||| -130000|USA|M|15|E|M|Y|1|2|0|m|PB|S|M|||||| -63000|USA|M|1|E|AN|N|1|1|1|T|PB|SR|M|||||| -85000|USA|M|9|E|AN|N|9|3|3|c|PB|SR|M|||||| -114000|USA|M|20|IC|DBAG|N|20|4|1|m|LG|SR|M|||||| -95000|USA|M|6|E|DT|N|3|2|1|m|PB|S|M|||||| -83000|USA|M|7|E|AN|N|3|2|6|m|PB|SE|M|||||| -120000|USA|M|5|E|DT|Y|5|1|0|C|PB|S|M|||||| -105000|USA|M|6|E|DBAD|N|6|3|0|m|NP|S|M|||||| -82000|USA|M|6|E|AN|N|6|2|1|m|E|S|F|||||| -102000|USA|M|10|E|DT|N|3|2|6|m|PB||M|||||| -33251|UK|M|2|E|DT|N|2|1|2|C|NP|SE|M|||||| -168000|USA|M|22|E|DBAD|N|22|4|0|m|PB|S|M|||||| -65000|USA|M|3|E|E|N|2|3|3|m|PB|S|M|||||| -85000|USA|M|6|E|DBAP|Y|6|1|0|c|PB||M|||||| -58000|USA|M|2|E|DBAG|N|2|1|0|m|PB|S|M|||||| -78500|USA|M|12|E|E|N|12|2|0|c|E|S|M|||||| -94138|USA|M|0|E|M|Y|0|1|0|m|E|S|M|||||| -61000|USA|A|1|E|DBAP|N|1|1|6|m|PB|S|M|||||| -137000|USA|M|20|E|M|Y|13|1|0|C|LG|S|M|||||| -115000|USA|M|8|E|DBAG|N|6|2|0|t|PB|S|M|||||| -95000|USA|M|10|E|DBAG|N|4|2|3|C|PB|S|M|||||| -65000|USA|M|2|E|AN|N|4|1|0|c|NP|S|M|||||| -110000|Israel|M|15|E|DBAD|N|10|2|0|C|PB|S|M|||||| -148000|USA|M|21|E|DBAG|Y|12|2|0|m|PB|S|M|||||| -71500|Australia|M|8|E|DBAG|N|5|1|0|c|PB|S|M|||||| -98000|USA|M|8|E|DA|N|3|1|0|c|PB|S|M|||||| -117000|USA|M|15|E|DBAP|N|15|4|1|m|LG|S|M|||||| -40500|UK|M|3|EC|DT|N|3|1|6|C|PB|C|M|||||| -90000|USA|P|1|E|E|N|1|2|4|m|PB|S|M|||||| -100000|USA|M|15|E|DT|N|15|3|1|c|PB|S|F|||||| -2700|Russia|M|20|E|DT|N|20|3|6|m|PB|S|F|||||| -105000|USA|M|10|E|A|N|3|1|0|T|PB|S|M|||||| -320000|USA|P|20|E|E|N|37|3|6|m|PB|S|M|||||| -35000|Russia|M|20|E|DT|N|20|3|6|m|PB|S|F|||||| -150000|USA|M|7|E|DBAG|N|13|4|2|m|PB|SE|M|||||| -48000|USA|M|2|E|AN|N|3|2|5|m|PB||M|||||| -155000|USA|M|15|E|A|Y|2|1|0|m|PB|C|M|||||| -70000|USA|M|2|E|DBAP|N|2|1|5|m|SG|S|M|||||| -145000|USA|M|15|E|DA|Y|12|4|3|m|NP|S|M|||||| -72000|Canada|M|3|E|AN|N|7|2|3|m|PB|S|M|||||| -85000|USA|M|7|E|AN|N|7|1|2|m|PB|SE|M|||||| -117000|USA|P|2|EC|DS|N|15|2|1|C|PB|S|M|||||| -118000|USA|M|6|E|M|Y|6|1|0|m|PB|S|F|||||| -145000|USA|M|15|E|A|Y|15|1|0|m|PB|S|M|||||| -28000|USA|M|1|P|DT|N|1|1|1|C|E|S|M|||||| -70000|USA|M|5|E|DBAP|N|5|1|0|c|PB|S|M|||||| -89500|USA|M|8|E|D|N|8|1|0|C|NP|S|M|||||| -135000|USA|MS|1|E|DS|N|1|1|0|C|FG|S|M|||||| -107000|USA|M|9|E|E|N|2|2|6|C|PB|S|M|||||| -90000|USA|M|4|E|M|Y|5|1|0|m|PB|S|M|||||| -120000|USA|M|19|E|A|N|6|1|0|m|PB||M|||||| -90000|USA|O|3|E|AN|N|5|2|5|C|NP|S|M|||||| -90000|Australia|M|21|IC|A|Y|21|3|0|C|PB|S|M|||||| -34000|Canada|O|3|E|D|N|2|2|1|c|PB|C|M|||||| -120000|USA|M|4|E|D|N|4|1|0|m|PB|S|M|||||| -150000|USA|RDS|11|E|E|N|1|2|2|m|PB|S|M|||||| -40000|USA|M|2|E|DBAD|N|2|1|2|C|PB|||||||| -75000|USA|M|5|E|AN|N|5|2|2|c|PB|S|F|||||| -90000|USA|M|18|E|DBAG|N|18|1|0|C|PB|S|F|||||| -116000|USA|M|10|E|DBAG|N|10|1|3|m|PB|S|M|||||| -62000|USA|M|3|EC|DA|N|2|1|0|C|PB|S|M|||||| -106000|USA|M|13|E|DBAG|N|13|2|2|m|PB|S|M|||||| -113000|Australia|M|3|E|M|Y|3|2|0|C|PB|S|M|||||| -140000|USA|M|21|E|DBAG|N|19|2|0|m|PB|S|M|||||| -82500|USA|M|1|E|DBAG|N|1|1|1|c|PB|S|M|||||| -95000|USA|M|12|E|DBAG|N|12|2|1|T|PB|S||||||| -85000|USA||2|E|AN|N|5|1|2|c|PB|S|M|||||| -13750|Philippines|M|6|E|DT|N|6|1|3|C|PB||M|||||| -40000|UK|M|4|E|DT|N|3|1|1|m|PB|SE|M|||||| -78000|USA|M|5|E|AN|N|5|2|2|C|PB|S|M|||||| -70000|USA|M|5|E|D|N|3|1|0|C|PB|S|M|||||| -75000|Australia|M|7|E|DBAG|N|5|1|4|m|PB|SR|M|||||| -150000|USA|M|15|IC|DS|Y|25|5|0|C|PB|SR|M|||||| -97441|USA|M|8|E|DT|N|8|1|1|m|PB|C|M|||||| -85000|USA|M|1|E|DBAG|N|1|1|1|C|PB|SR|M|||||| -160000|USA|M|8|E|M|Y|6|1|0|C|PB|SR|M|||||| -125000|USA|M|8|E|DBAP|N|20|2|0|m|PB|SE|M|||||| -91300|UK|M|8|E|M|Y|5|1|0|m|NP|S|M|||||| -64000|USA|M|2|E|E|N|2|1|4|c|PB|S|F|||||| -83820|UK||3|E|AN|Y|10|1|0|c|PB|SE|M|||||| -80000|USA|MS|1|E|E|N|5|2|6|m|PB|SE|M|||||| -115000|USA|RDS|6|E|A|Y|16|2|0|c|PB|SE|M|||||| -126000|USA|M|20|E|DBAG|N|23|5|0|m|PB|S|M|||||| -69300|USA|M|5|E|E|N|5|1|2|m|PB||M|||||| -155000|USA|M|3|E|DS|N|10|3|0|C|PB|S|M|||||| -110000|USA|M|10|E|DA|Y|7|3|0|m|PB|S|F|||||| -125000|USA|M|20|E|DT|N|20|4|1|m|PB|S|M|||||| -20000|Indonesia|M|6|E|E|N|4|1|1|m|PB|C|M|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -100000|USA|O|5|E|M|Y|5|1|0|m|PB|SE|M|||||| -117000|USA|M|7|E|DBAP|N|7|2|3|C|PB|S|M|||||| -72200|Canada|M|15|E|DBAG|N|15|3|1|c|SG|S|M|||||| -75000|USA|P|2|E|DA|N|2|1|1|m|PB|SR|M|||||| -52000|USA||3|E|DBAP|N|3|1|1|T|PB|S|M|||||| -94000|USA|M|3|E||N|3|1|1|m|PB|S|M|||||| -110250|USA|M|10|E|DBAG|N|10|3|3|C|PB|S|M|||||| -94000|USA|M|3|E||N|3|1|1|m|PB|S|M|||||| -102500|USA|M|30|E|AN|N|30|6|2|C|PB|S|M|||||| -63552|Canada|M|3|E|D|N|3|2|5|m|SG|S|M|||||| -100000|USA|RDS|10|E|DBAD|N|5|1|4|C|PB|S|M|||||| -121000|USA|M|7|E|DA|N|6|1|6|C|PB|S|M|||||| -87000|USA|M|7|E|D|Y|6|1|0|m|PB|SE|M|||||| -130000|USA|M|14|E|DBAP|N|14|4|3|C|PB||M|||||| -100000|USA|M|8|E|DT|N|5|3|5|m|PB|S|M|||||| -165000|USA|O|13|E|DBAD|N|13|3|6|m|PB|SR|M|||||| -85000|USA|M|3|E|D|N|1|2|0|C|PB|SE|M|||||| -11000|Russia|M|4|E|DT|N|4|1|3|c|PB|SE|M|||||| -156000|USA|P|3|IC|DBAP|N|8|1|4|m|PB|SE||||||| -85000|USA|M|4|E|D|N|5|2|3|m|FG|S|M|||||| -36000|Brazil|M|15|EC|DT|N|15|5|0|m|PB|SE|M|||||| -105000|USA|M|20|E|M|Y|5|2|0|c|PB|SE|M|||||| -103000|USA|M|6|EC|DT|Y|6|1|3|C|PB|S|M|||||| -92000|USA|M|10|E|DA|N|1|2|2|c|PB|S|M|||||| -103000|USA|M|6|EC|DT|Y|6|1|3|C|PB|S|M|||||| -75000|USA|M|5|E|AN|N|5|1|0|m|PB|S|M|||||| -200000|USA|M|10|E|A|Y|10|1|0|m|PB|S|M|||||| -110000|USA|M|15|E|DT|N|11|4|6|m|NP|C|M|||||| -120000|USA|M|15|E|DBAG|N|15|4|0|C|PB|S|M|||||| -70000|USA|M|2|E|DS|N|2|2|0|C|PB|SE|M|||||| -123500|USA|M|5|E|E|N|5|3|2|m|PB|S|M|||||| -65000|USA|M|1|E|AN|N|1|1|3|m|PB|C|M|||||| -101000|USA|M|10|E|DBAP|N|20|2|1|C|PB|S|M|||||| -155000|USA|MDB|3|E|DA|N|3|1|1|m|PB|SR|M|||||| -80000|Australia|M|7|E|DBAP|N|7|1|1|t|PB|S|M|||||| -133086|UK|M|14|EC|DT|Y|14|5|0|t|E|S|M|||||| -70000|USA|M|10|E|DT|N|4|2|0|C|PB|S|M|||||| -140000|USA|P|2|EC|A|Y|2|1|0|m|FG|SR|M|||||| -85000|USA|M|8|E|D|Y|10|1|0|C|PB|S|F|||||| -3311|Indonesia|M|6|E|DBAG|N|6|5|2|c|E|SE|M|||||| -88300|USA|M|3|E|AN|N|8|2|6|C|PB|S|M|||||| -81500|USA|M|5|E|D|N|5|1|3|c|SG|SE|F|||||| -108000|USA|M|3|E|E|N|6|1|6|c|PB|S|M|||||| -195000|USA|M|7|E|AN|N|7|2|2|c|PB|SE|M|||||| -97000|USA|M|20|E|A|Y|6|2|0|C|PB|C|M|||||| -73000|USA|M|5|E|AN|N|1|1|6|m|PB|S|M|||||| -158400|Australia|M|7|E|E|N|7|1|3|m|SG|S|M|||||| -60000|UK|M|1|E|DA|N|1|1|4|m|PB|SR|F|||||| -70000|USA|DB2|2|E|AN|N|2|1|0|C|PB|SE|M|||||| -70000|USA|M|6|E|DBAP|N|6|1|6|C|PB||M|||||| -100000|USA|M|7|E|DBAG|N|4|2|1|m|PB|S|M|||||| -165000|USA|M|10|E|A|Y|6|3|0|m|PB|C|M|||||| -7000|Brazil|M|1|E|DBAP|N|1|1|4|c|PB||M|||||| -205000|Australia|M|15|E|M|Y|7|3|3|m|SG|SE|M|||||| -82000|Canada|M|4|E|DBAG|N|4|5|0|m|PB|C|M|||||| -50000|USA|M|2|E|D|N|2|1|1|m|PB|C|M|||||| -93000|USA|M|18|E|A|N|25|2|3|c|E|S|F|||||| -110000|USA|M|7|E|DBAP|N|7|2|2|t|PB|S|M|||||| -73500|USA|M|10|E|M|Y|1|1|0|c|E|S|M|||||| -149000|USA|M|22|E|DBAP|N|20|5|0|m|PB|S|M|||||| -36000|Thailand|M|6|E|DBAG|Y|6|3|2|m|PB|SE|M|||||| -163000|USA|M|14|E|DT|N|10|4|5|C|PB|S|M|||||| -65000|USA|M|1|E|DT|Y|1|1|2|m|PB|SR|M|||||| -97500|USA|MS|3|E||N|5|2|6|c|PB|SR|M|||||| -135000|USA|M|10|E|DA|Y|2|2|0|C|PB|S|NB|||||| -87500|Canada|M|8|E|D|N|8|2|0|m|PB|SE|NB|||||| -97000|USA|M|2|E|DS|N|4|2|1|C|PB||M|||||| -67500|USA|M|5|E|DT|N|5|2|0|C|PB|S|M|||||| -87500|Canada|M|8|E|D|N|8|2|0|m|PB|SE|NB|||||| -135000|USA|M|10|E|DA|Y|2|2|0|C|PB|S|NB|||||| -109000|USA|M|6|EC|DT|N|9|2|1|c|PB||M|||||| -30000|UK|M|2|E|D|Y|3|2|3|T|PB|SE|M|||||| -2500|Turkey|M|9|E|DBAG|N|9|2|6|m|PB|S|M|||||| -69000|USA|DB2|2|E|E|N|7|2|1|c|PB|S|M|||||| -125000|USA|M|15|E|A|N|5|1|0|T|PB|S|M|||||| -2500|India|O|1|E|DBAP|N|1|1|6|C|PB|C|M|||||| -82000|USA|M|3|E|DS|Y|6|2|0|T|E|S|M|||||| -100000|USA|O|13|E|AN|N|20|1|0|C|PB|S|M|||||| -99999|USA|M|7|EC|AN|N|5|3|3|c|FG|SE|M|||||| -75000|Canada|M|4|E|DBAP|Y|4|1|6|m|PB|S|M|||||| -70000|USA|M|3|E|E|N|1|1|4|t|PB|S|M|||||| -93700|USA|M|6|E|D|N|3|1|1|m|PB|SE|M|||||| -85000|USA|M|3|E|D|N|3|1|6|C|NP|SE|M|||||| -147000|USA|M|10|E|A|N|5|1|0|m|PB|S|F|||||| -75000|USA|RDS|2|E|AN|N|2|1|6|m|PB|S|M|||||| -133000|USA|M|23|E|DBAG|N|23|6|0|T|PB|S|M|||||| -125000|USA|M|13|E|E|N|5|2|0|c|PB|SE|M|||||| -155000|USA|M|7|E||N|10|3|6|m|PB|S|M|||||| -77000|Canada|M|14|E|DBAG|Y|13|2|0|c|PB|SE|M|||||| -65000|USA|M|4|E|DT|N|8|2|2|C|NP|SE|M|||||| -135000|USA||10|E|D|N|10|2|6|m|PB|S|M|||||| -100000|USA|M|19|E||N|20|2|4|C|PB|S|M|||||| -110000|USA|M|4|E|DBAG|N|4|2|2|m|NP|S|M|||||| -76000|Australia|M|10|E|D|N|10|2|1|m|PB|S|M|||||| -68000|Canada|M|7|E|D|Y|7|1|0|m|FG|SR|M|||||| -109000|USA|M|6|E|M|Y|1|1|0|m|PB|S|M|||||| -16963|India|A|4|E|AN|Y|4|2|4|c|PB|S|M|||||| -150000|USA|M|16|E|DBAG|N|9|5|2|C|PB|SE|M|||||| -95500|USA|M|1|E|DT|N|1|1|6|C|PB|S|M|||||| -150000|USA|P|3|E|DBAP|N|19|5|0|T|PB|S|M|||||| -148000|USA|O|34|E|M|Y|34|5|1|C|PB|SR|M|||||| -91500|New-Zealand|M|12|EC|D|N|12|6|6|C|PB|S|M|||||| -125000|USA|M|8|EC|A|Y|8|3|3|m|PB|S|M|||||| -130000|USA|M|7|E|A|N|2|1|1|m|PB|SE|M|||||| -80000|USA|M|4|E|AN|N|4|1|1|C|PB|S|M|||||| -122000|USA|M|20|E|DBAD|Y|15|1|0|m|PB|S|F|||||| -89000|USA|M|7|E|M|Y|3|1|0|C|PB|S|M|||||| -71000|USA|M|5|E|DBAD|N|5|3|3|T|PB|SR|M|||||| -106000|USA|M|11|E|DS|N|1|1|6|c|PB|S|M|||||| -106000|USA|M|10|E|DBAP|N|6|2|2|C|PB|S|M|||||| -105000|USA|M|6|E|DBAD|N|4|3|6|C|PB|S|M|||||| -90000|USA|M|3|E|DT|N|6|3|2|m|NP|S|M|||||| -95000|USA|M|16|E|A|N|16|2|1|c|PB|S|M|||||| -65000|USA|MA|6|E|D|N|6|1|6|C|PB|S|M|||||| -200000|USA|M|2|E|DA|N|2|1|3|m|PB||M|||||| -132800|USA|M|15|E|M|Y|1|2|0|C|PB|S|M|||||| -10000|USA|O|1|P|AN|N|1|2|1|c|LG|C|M|||||| -111000|USA|M|5|E|AN|N|5|1|0|c|PB|S|M|||||| -67000|USA|M|1|E|AN|N|1|1|4|t|PB|S|M|||||| -70000|USA|M|10|EC|D|N|6|2|2|c|PB|S|M|||||| -98000|USA|M|10|E|DBAG|N|6|3|0|C|PB|S|M|||||| -250000|USA|M|7|E|DA|N|7|4|2|m|PB|S|M|||||| -60000|USA|M|3|E|AN|N|3|1|0|C|PB|C|M|||||| -155000|USA|M|13|E|A|Y|8|2|0|m|PB|S|M|||||| -150000|USA|M|10|EC|DT|N|3|3|6|c|PB|C|M|||||| -115000|USA|M|10|E|DBAG|N|10|2|0|m|PB|S|M|||||| -125000|USA|P|3|E|E|N|4|3|4|C|PB|SE|M|||||| -83000|USA|MS|5|E|DBAD|N|10|3|0|C|PB|S|M|||||| -103000|USA|M|8|E|E|N|8|1|2|m|PB|SR|M|||||| -65000|Canada|M|10|E|DBAG|N|2|5|1|m|PB||M|||||| -119523|USA|M|18|E|E|N|10|2|6|m|LG|S|M|||||| -50000|Sweden|M|15|E|DBAD|N|2|2|1|m|PB|S|M|||||| -113600|USA|M|10|EC|AN|N|7|3|6|t|PB|SE|M|||||| -37000|Philippines|M|7|E|DBAP|Y|7|2|6|m|PB||F|||||| -130000|USA|M|5|E|D|Y|4|3|2|m|PB|S|M|||||| -120000|USA|M|10|E|DBAP|Y|7|3|5|m|PB|S|M|||||| -127000|USA|M|22|E|DBAP|Y|5|4|0|C|NP|S|M|||||| -115000|USA|M|24|IC|DBAG|N|22|6|0|m|PB|S|M|||||| -115000|USA|M|24|IC|DBAG|N|22|6|0|m|PB|S|M|||||| -119500|USA|O|21|E|DBAG|Y|33|6|6|c|PB|SE|M|||||| -125000|USA|M|15|E|DBAG|Y|4|2|0|c|PB|S|M|||||| -155000|USA|M|13|EC|A|N|6|2|0|c|PB||M|||||| -118000|USA|M|8|E|D|N|8|3|0|m|PB|S|M|||||| -82000|USA|M|7|E||N|1|1|6|C|PB|S|M|||||| -90000|USA|M|4|E|DBAG|Y|4|1|3|C|PB|SE|M|||||| -118500|USA|M|15|E|DT|N|15|1|1|c|PB|S|M|||||| -128000|USA|M|10|E|DBAP|Y|9|2|6|C|PB|S|M|||||| -84000|USA|M|5|E|DBAG|N|5|1|1|C|SG|S|F|||||| -90000|USA|M|6|E|AN|N|8|1|2|C|PB|SR||||||| -70000|Canada|M|5|E|M|Y|5|1|0|m|PB|S|M|||||| -62875|Canada|O|1|E|AN|N|1|1|5|c|E|S|M|||||| -101000|USA|M|3|E|DBAD|N|3|2|2|c|PB|S|M|||||| -140000|USA|M|20|EC|D|Y|15|3|6|m|PB|C|M|||||| -34000|India|M|8|E|D|N|8|4|0|m|PB||F|||||| -140000|USA|O|8|E|M|Y|7|4|6|m|PB|S||||||| -73000|Netherlands|M|3|E|E|N|3|1|3|c|PB|S|M|||||| -141000|USA|O|15|E|E|N|15|1|4|m|PB|S||||||| -115000|USA|M|4|E|AN|N|6|1|1|m|PB|SE|M|||||| -161000|Switzerland|M|13|E|DBAD|N|14|1|0|C|PB|S|M|||||| -101000|USA|M|20|E|DBAG|N|20|1|2|c|LG|S|M|||||| -76000|USA|M|3|E|E|N|3|2|0|c|PB|S|M|||||| -128000|USA|M|4|E|M|N|4|1|0|m|PB|C|M|||||| -92000|USA|M|6|E|DBAG|N|6|2|1|C|PB|S|M|||||| -71000|Canada|M|10|E|DBAG|Y|7|3|0|C|PB|S|M|||||| -20000|India|M|9|E|DBAP|Y|9|2|6|m|PB|C|M|||||| -94000|Denmark|M|4|EC|E|N|4|1|6|m|PB|S|M|||||| -110000|USA|M|10|E|DBAG|N|7|2|6|m|PB|SR|M|||||| -72000|USA|M|4|E|DBAP|N|4|1|2|C|PB|SE|M|||||| -67000|USA|M|2|E|E|N|2|1|5|C|PB|S|M|||||| -75000|Canada|M|15|E|DBAP|N|15|1|0|T|PB|S|M|||||| -103000|Norway|M|22|E|DA|N|22|1|2|T|PB|S|M|||||| -140000|USA|M|18|E|DBAG|Y|8|2|0|m|PB|SR|M|||||| -70000|USA|M|2|E|D|N|2|2|1|m|PB|C|M|||||| -25000|India|M|10|E|DBAP|N|10|3|3|C|PB|C|M|||||| -75000|USA|O|1|E||N|1|1|0|C|NP|SR|F|||||| -103000|Israel|M|12|E|DBAP|N|12|3|4|C|PB|S|F|||||| -95000|USA|M|8|E|DBAP|Y|5|4|1|m|PB|S|M|||||| -30000|India|MS|3|E|A|Y|2|1|0|m|PB|C|M|||||| -70000|Canada|MS|4|E|D|Y|1|1|6|m|PB|S|M|||||| -74000|Sweden|M|7|EC|DT|N|7|1|1|C|PB|S|M|||||| -61200|Austria|M|8|E|DBAD|N|8|2|0|T|PB||M|||||| -115000|USA|M|10|E|DA|N|10|4|2|m|PB|S|M|||||| -30000|Croatia|M|6|E|DBAP|N|5|1|2|T|PB||M|||||| -110000|USA|M|7|EC|DBAG|N|6|2|1|C|FG|S|M|||||| -125000|USA|M|9|E|D|Y|10|1|0|m|PB|C|M|||||| -46000|Netherlands|O|2|E|D|N|1|1|0|c|PB|SE|M|||||| -45000|Slovenia|M|4|E|DBAG|N|3|2|2|c|PB|S|M|||||| -120000|USA|M|10|E|DBAP|N|10|6|6|c|PB|SR|M|||||| -136000|USA|P|2|E|E|N|6|2|2|C|PB|S|M|||||| -55000|USA|M|3|E|E|N|3|3|2|m|PB||M|||||| -47000|Sweden|M|5|E|DBAG|N|5|1|1|T|PB|S|M|||||| -59736|UK|M|6|E|DBAG|N|1|2|0|c|PB|S|M|||||| -36000|Hungary|M|15|E|DBAP|N|6|3|6|m|PB|S|M|||||| -90000|Germany|M|15|E|DBAG|N|19|1|1|c|PB|S|M|||||| -125000|USA|M|8|E|M|Y|2|1|0|C|PB|S|M|||||| -45000|Netherlands|M|10|EC|DBAG|N|5|1|0|c|PB|S|M|||||| -200000|USA|P|10|IC|DA|N|10|6|3|m|PB|S|M|||||| -38000|Netherlands|M|4|E|DBAP|N|4|1|0|c|PB|S|M|||||| -90000|Switzerland|M|4|E|E|Y|33|5|6|C|SG|S|M|||||| -111000|USA|M|10|EC|D|N|10|3|6|C|PB|S|M|||||| -110000|USA|A|6|E|A|N|3|4|1|C|PB|SR|F|||||| -88500|UK|M|9|E|DT|N|9|4|2|m|PB|S|M|||||| -100000|Germany|M|10|E|DA|N|30|4|1|t|PB|SR|M|||||| -113000|USA|M|12|E|DBAG|N|9|1|1|c|FG|S|M|||||| -77000|Canada|M|10|E|D|N|10|3|1|c|PB|S|M|||||| -41000|UAE|M|8|E|DBAD|N|8|5|4|C|PB|C|M|||||| -79917|UK|M|10|E|DBAP|N|10|4|1|C|PB||M|||||| -2574|Romania|M|1|E|E|N|6|3|4|T|PB|S|M|||||| -30000|Ukraine|M|16|IC|A|Y|25|4|0|m|PB|S|M|||||| -54|Germany|M|1|E|A|N|1|1|0|C|PB|S|M|||||| -102714|Germany|M|5|E||Y|4|1|0|c|PB|S|M|||||| -52000|UK|M|6|E|DBAD|N|4|1|3|C|FG||M|||||| -71701|Romania|M|8|E|M|Y|9|1|0|m|PB|S|M|||||| -70000|Sweden|M|2|E|DBAG|N|2|6|6|m|PB||M|||||| -110000|USA|M|5|E|D|N|5|3|5|m|PB||M|||||| -97|Denmark|M|4|EC|A|Y|4|1|1|m|PB|S|M|||||| -88000|Poland|M|11|IC|DBAG|N|11|5|0|m|PB|S|M|||||| -110000|USA|M|5|E|D|N|5|3|5|m|PB||M|||||| -19000|Bosnia|M|16|E|DA|N|18|2|6|c|PB|SE|M|||||| -57000|Germany|M|19|E|DBAG|N|19|2|1|m|PB|S|M|||||| -66000|Sweden|M|7|EC|DBAP|N|7|2|1|c|PB|SR|M|||||| -54000|Spain|M|15|E|DBAG|N|15|2|0|m|PB|S|M|||||| -84491|Belgium|M|4|E|DBAG|N|4|2|2|m|PB|S|M|||||| -62000|Romania|M|5|E|DT|N|6|5|6|m|PB|S|M|||||| -39000|Cyprus|M|10|E|DBAD|Y|10|3|0|c|PB|S|M|||||| -88000|USA|M|5|E|DBAP|N|5|2|5|c|PB|S|M|||||| -83000|Norway|M|13|E|DBAP|N|3|1|6|C|PB|S|M|||||| -80000|USA|M|5|E|AN|N|2|1|6|m|PB|SE|M|||||| -108000|USA|M|8|E|D|N|8|1|1|m|FG|S|F|||||| -61000|Germany|M|5|E|DBAP|N|5|2|2|T|PB||M|||||| -65500|Germany|M|3|EC|D|N|3|1|6|C|PB|SR|F|||||| -131000|USA|M|6|E|DBAP|N|6|1|0|C|FG|S|M|||||| -39514|Bulgaria|M|5|E|A|N|2|3|0|m|PB|C|M|||||| -36000|Spain|M|2|E|M|Y|2|1|0|m|PB|S|M|||||| -70000|Sweden|M|3|E|E|N|3|1|0|c|PB|S|M|||||| -64800|USA|MA|4|E|AN|N|6|1|0|m|NP|S|F|||||| -75700|UK|M|8|E|DBAG|N|8|2|0|C|PB|S|M|||||| -39169|South-Africa|M|10|E|DBAP|N|10|4|0|m|SG|SE|M|||||| -75220|Luxembourg|M|15|E|DBAG|N|14|6|3|T|PB|SE|M|||||| -83600|Sweden|M|7|E|DS|N|4|2|1|c|PB|S|M|||||| -55000|Netherlands|M|3|E|DA|Y|8|2|2|c|PB|S|M|||||| -55000|Germany|M|5|E|DBAG|N|5|2|1|T|PB|S|M|||||| -116000|USA|M|10|E|DBAD|N|10|1|3|m|PB|S|M|||||| -100000|Luxembourg|M|5|E|DBAG|N|5|4|3|c|PB|S|M|||||| -66164|UK|A|2|E|DBAG|Y|3|2|0|m|PB|S|M|||||| -34000|Germany|M|2|E|DBAG|Y|4|1|1|T|PB|S|M|||||| -40000|Greece|M|6|E|DBAG|N|7|2|0|m|PB|S|M|||||| -85000|USA|M|3|E|M|Y|10|1|0|C|PB|S|M|||||| -79000|Germany|M|3|E|DBAP|Y|6|1|1|t|PB|S|M|||||| -97000|Denmark|M|5|E|E|N|6|3|1|c|PB|S|M|||||| -80000|Netherlands|RDS|3|E|DBAG|N|21|6|3|C|PB|C|M|||||| -70000|UK|M|8|E|DA|N|2|3|1|c|PB|S|M|||||| -62400|Sweden|M|4|E|DBAG|N|4|1|0|c|PB|S|M|||||| -83000|UK|M|18|E|M|Y|10|1|0|c|PB|S|M|||||| -135000|USA|A|2|E|M|Y|5|2|0|C|NP|S|M|||||| -56000|South-Africa|M|17|E|DT|N|8|1|0|m|PB|SE|M|||||| -72700|Germany|M|4|E|DBAG|N|4|1|1|c|PB|S|M|||||| -50200|Spain|M|13|EC|DBAG|Y|6|2|1|t|PB|S|M|||||| -83000|Singapore|M|3|E|E|N|6|1|3|m|LG||M|||||| -25000|India|M|10|E|M|Y|3|2|3|m|PB|SR|M|||||| -60000|UK|M|22|E|D|N|15|6|2|C|PB|S|M|||||| -62000|UK|M|5|E|DBAP|N|20|4|0|T|PB|SR|M|||||| -77034|UK|M|10|E|D|Y|3|3|2|m|NP|SR|M|||||| -32600|India|M|8|E|M|Y|8|1|6|m|PB|S|M|||||| -87000|Australia|M|15|E|DBAG|N|10|5|0|m|SG|SE|M|||||| -97500|UK|M|30|E|DBAG|N|30|1|1|m|NP|S|F|||||| -40000|UK|M|8|E|DS|N|10|2|0|c|PB|S|M|||||| -53000|UK|M|15|E|M|Y|20|1|2|T|PB|S|M|||||| -29370|Hungary|M|2|E|DBAD|N|2|1|2|C|PB|S|F|||||| -36707|UK|M|4|E|D|N|4|1|2|C|PB|SE|M|||||| -65000|Netherlands|M|5|E|DBAP|N|20|3|1|C|NP|S|M|||||| -105000|Australia|M|5|IC|DA|N|3|1|1|C|LG|S|M|||||| -69000|USA|M|3|E|E|N|3|1|0|C|SG|S|F|||||| -168000|USA|M|20|E|A|N|2|1|0|m|PB|S|M|||||| -28500|Indonesia|M|13|E|AN|N|13|4|3|m|SG|C|F|||||| -54000|France|O|12|E|E|N|3|4|3|c|PB|S|M|||||| -85000|Germany|M|5|EC|AN|N|5|2|6|T|PB|S|M|||||| -39000|Netherlands|M|3|E|DT|N|3|2|3|c|PB||M|||||| -75000|France|M|14|E|DBAG|N|10|4|0|C|PB|SR|M|||||| -70000|Norway|M|4|EC|E|N|10|3|5|C|PB|S|M|||||| -45000|UK|M|6|E|E|N|6|1|3|c|PB|S|M|||||| -7200|Indonesia|M|4|E|DA|N|7|1|6|m|PB||M|||||| -66000|UK|M|18|E|DT|N|7|2|1|C|PB|S|M|||||| -106000|UK|M|10|E|M|Y|10|1|2|m|PB|S|M|||||| -49000|UK|M|8|E|DBAG|N|1|1|0|T|PB|SR|M|||||| -97000|USA|M|15|E|M|Y|15|3|1|c|E|SR|M|||||| -64000|UK|M|25|E|DBAD|N|15|3|1|c|NP|S||||||| -72700|Germany|M|4|E|DBAG|N|4|1|1|c|PB|S|M|||||| -33000|UK|M|5|E|DT|N|3|1|0|C|PB||M|||||| -82000|USA|M|8|E|DBAD|N|8|2|0|c|PB|S|M|||||| -124000|USA|M|20|EC|DBAG|Y|1|5|2|C|PB|S|M|||||| -32570|UK|M|2|E|DT|N|2|1|1|C|PB|C|M|||||| -55000|Australia|M|2|E|DA|N|2|1|6|m|PB|S|M|||||| -120000|USA|M|12|E|DBAP|N|15|1|6|c|PB|S|M|||||| -28500|Spain|M|4|E|DA|N|5|3|2|c|PB|SR|M|||||| -67000|USA|P|1|E|D|N|2|2|0|m|PB|S|F|||||| -66000|UK|M|10|E|DA|N|10|1|0|C|PB||M|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -164716|USA|M|13|E|A|Y|1|1|0|m|PB|S|M|||||| -24236|Spain|M|2|E|DBAG|N|2|1|1|C|PB|S|M|||||| -79000|Belgium|M|25|IC|DBAG|N|25|2|0|m|PB|S|M|||||| -82000|UK|M|27|E|A|Y|13|1|3|c|NP|S|M|||||| -32858|UK|M|2|E|AN|N|2|1|1|c|FG|SE|F|||||| -32858|UK|M|2|E|AN|N|2|1|1|c|FG|SE|F|||||| -103000|USA|M|23|E|DA|N|25|5|0|C|PB|S|M|||||| -79000|USA|M|5|EC|AN|N|5|2|0|c|PB|S|M|||||| -51000|Sweden|M|5|E|DT|N|5|2|2|c|PB|SR|M|||||| -52700|Poland|M|7|E|DBAD|N|10|2|1|c|PB|S|M|||||| -67200|Brazil|M|10|EC|DBAG|N|10|3|0|T|PB||M|||||| -25000|Brazil|M|7|E|DBAG|N|7|3|4|m|PB|SR|M|||||| -86928|Sweden|M|12|E|DBAP|N|0|2|5|m|PB|S|M|||||| -49000|USA|M|1|E|DBAG|N|1|1|0|c|PB|SE|F|||||| -50000|UK|M|15|E|DA|N|10|2|0|t|PB|S|M|||||| -123000|USA|M|22|E|A|N|10|3|1|m|E|S|M|||||| -81600|USA|M|1|E|DBAG|N|1|2|0|c|LG|S|M|||||| -26000|Bulgaria|M|3|E|DBAG|N|3|3|1|m|PB||M|||||| -55000|Romania|M|15|E|DBAD|Y|3|1|0|m|PB|S|M|||||| -25000|Brazil|M|10|E|DA|N|7|3|4|C|PB|S|M|||||| -68000|UK|M|19|E|DBAP|N|19|3|1|m|SG|S|M|||||| -56000|USA|M|1|E|AN|N|2|2|1|C|PB||M|||||| -45500|Spain|M|5|E|DBAG|N|5|3|4|c|PB|S|M|||||| -43500|UK|M|4|E|DT|N|4|1|3|C|LG|S|F|||||| -73000|USA|M|6|E|DBAD|N|2|1|4|m|PB|S|M|||||| -135000|USA||2|E|M|Y|3|2|4|m|PB||M|||||| -76500|USA|M|5|E|DBAG|N|3|2|2|C|PB||M|||||| -46980|Canada|M|7|E|AN|N|7|2|0|C|PB|S|M|||||| -35000|Poland||1|E||N|21|2|0|m|PB|SE|M|||||| -148000|USA|M|15|E|M|Y|8|2|2|m|PB|SE|M|||||| -170000|USA|M|22|E|DT|N|19|4|0|m|PB|S|M|||||| -22000|India|M|7|E|DBAG|N|6|3|2|m|PB|C|M|||||| -145000|USA|M|23|E|DBAG|N|21|5|1|m|PB||M|||||| -140000|UK|M|20|IC|DBAP|N|3|5|0|C|PB|S|M|||||| -125000|USA|A|2|EC|DBAD|N|25|4|0|c|FG|S|M|||||| -48000|Sweden|M|5|E|DT|N|5|2|2|m|PB||M|||||| -41400|UK|M|2|E|D|N|1|1|1|c|FG|S|M|||||| -145000|USA|M|20|E|DBAG|Y|7|3|1|c|PB|S|M|||||| -83000|USA|M|5|E|DBAP|N|9|1|1|c|E|S|F|||||| -100800|Sweden|A|2|E|DBAD|N|20|1|1|m|PB|S|M|||||| -56000|USA|M|5|E|D|N|2|1|6|c|PB|S|M|||||| -92000|USA|M|5|E|DT|N|5|1|3|c|PB|SR|F|||||| -135000|USA|M|14|E|M|Y|1|4|0|C|PB||M|||||| -67000|UK|M|3|E|DBAG|N|3|2|0|m|PB|S|M|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -119000|USA|M|20|E|DBAP|N|20|1|2|m|LG|S|M|||||| -50|South-Africa|M|4|E|DBAP|N|4|1|1|m|PB||M|||||| -10000|Brazil|M|3|EC|DBAP|N|2|2|2|c|PB|||||||| -114000|USA|M|18|E|DBAP|N|11|4|3|C|PB|S|M|||||| -100000|USA|M|14|E|D|N|14|1|2|m|PB|S|M|||||| -85500|USA|M|3|E|DBAD|N|3|1|5|m|PB|S|M|||||| -69000|USA|M|10|E||N|15|2|1|c|PB|S|F|||||| -121404|USA|M|20|E|DBAG|N|15|1|0|m|PB|S|M|||||| -70000|USA|M|11|E|DT|N|11|3|0|m|E|S|M|||||| -25000|Indonesia|M|12|IC|DA|N|12|4|2|m|PB|S|M|||||| -115000|USA|M|7|E|DBAG|N|7|4|4|m|PB|S|M|||||| -97000|USA|M|9|E|DT|N|7|3|1|t|PB||M|||||| -92000|Finland|M|10|E|E|N|3|1|1|C|PB|SR|M|||||| -83000|USA|M|3|E|E|N|5|2|3|C|PB||M|||||| -26400|Brazil|M|10|E|DBAG|N|10|4|6|m|PB|S|M|||||| -150000|USA||4|E|E|N|3|1|1|c|NP||M|||||| -140000|USA|M|10|E|M|Y|3|4|6|m|PB|SE|M|||||| -15000|Brazil|M|3|E|DBAG|N|3|1|1|T|PB|S|M|||||| -39000|Spain|M|10|E|DBAD|N|6|3|0|C|PB|S|M|||||| -109000|USA|M|9|E|DBAG|N|9|3|0|m|FG|S|F|||||| -150000|USA|A|2|E|A|N|20|3|3|C|PB|SR|M|||||| -95000|USA|M|8|E|DBAP|N|5|2|4|T|PB||M|||||| -59331|UK|M|12|E|DBAP|N|2|6|2|c|PB|S|M|||||| -80000|South-Africa|M|15|E|DT|N|11|2|0|c|PB|S|M|||||| -123000|USA|M|6|E|A|N|2|1|2|c|PB|C|F|||||| -130000|USA|M|10|E|DBAG|N|10|1|5|C|PB|S|M|||||| -87000|USA|M|9|E|DBAP|N|9|3|6|C|PB|S|M|||||| -131000|USA|M|20|E|DA|N|20|6|6|m|PB|SE|M|||||| -80000|Indonesia|RDS|2|E||N|20|2|6|m|PB|S|M|||||| -61000|UK|M|11|E|E|Y|1|2|4|c|PB|SR|M|||||| -21000|Slovenia|M|12|IC|DA|N|15|3|6|c|PB|SR|M|||||| -13500|Argentina|M|7|E|DBAP|N|2|1|0|m|PB|C|M|||||| -90000|USA|M|1|E|DBAG|N|6|3|6|m|PB|S|M|||||| -53000|PuertoRico|M|2|E|D|N|4|2|6|C|PB|S|M|||||| -125000|USA|M|20|E|DBAG|Y|20|3|2|C|PB|S|M|||||| -134400|USA|A|3|E|E|N|10|3|0|m|PB|S|M|||||| -50000|USA|MA|5|E|DA|N|25|3|1|T|PB|S|M|||||| -54252|Canada|M|7|E|DBAD|N|3|1|0|m|PB|S|F|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -57000|USA|M|21|E|AN|N|9|4|0|T|PB|SE|M|||||| -13000|Indonesia|M|12|E|DBAP|Y|3|2|0|C|PB|SE|M|||||| -126900|USA|M|10|E|DBAG|Y|25|4|0|c|PB|S|M|||||| -105000|USA|M|20|EC|DBAD|N|6|2|0|C|PB|S|M|||||| -111000|USA|M|13|E|E|Y|5|2|0|t|PB|S|M|||||| -140000|USA|M|20|E|M|Y|10|2|0|C|PB|S|M|||||| -115000|USA|M|10|E|D|N|25|5|3|m|PB|S|M|||||| -82000|USA|M|15|E|DBAG|N|15|3|0|c|SG|SR|M|||||| -95000|USA|M|2|E|E|N|2|2|0|C|PB|S|M|||||| -106000|USA|M|15|E|D|Y|22|4|3|m|PB|S|M|||||| -45000|Ukraine|M|5|E|DBAP|N|5|5|0|m|PB|S|NB|||||| -70000|USA|M|3|E|DBAG|N|1|1|0|C|PB|S|M|||||| -66500|Canada|M|14|E|DBAG|N|14|2|2|C|E|SE|M|||||| -70000|UK|M|20|EC|DBAP|N|20|3|4|C|PB|S|M|||||| -63000|USA|M|3|E|DA|N|3|1|0|t|E|SR|M|||||| -142041|USA|M|18|E|DBAG|N|13|2|1|C|PB|S|M|||||| -132000|USA|M|22|E|A|N|10|3|1|c|NP|S|M|||||| -120000|USA|M|6|E|DBAG|N|6|2|0|C|PB|S|M|||||| -42500|UK|M|20|E|DT|N|10|2|1|C|PB||M|||||| -62500|USA|A|1|E|E|N|1|2|0|m|PB|SR|M|||||| -42000|Brazil|O|10|E|AN|N|16|1|0|C|E|S|M|||||| -88000|USA||2|E|DBAG|N|2|1|3|m|PB|SE|M|||||| -130000|USA|M|15|E|A|N|7|3|1|m|PB|S|M|||||| -74000|Canada|M|20|E|DBAP|N|20|2|2|m|PB|S|M|||||| -215000|USA|M|15|E|M|Y|31|4|0|m|PB|SR|M|||||| -215000|USA|M|10|E|A|Y|11|1|0|m|PB|C|M|||||| -105000|USA|M|15|E|DBAG|N|1|3|1|T|PB|S|M|||||| -110000|USA|M|16|E|DBAP|N|14|6|6|C|PB|S|M|||||| -79500|Norway|M|8|EC|E|Y|8|2|6|c|PB|S|M|||||| -79500|Norway|M|8|EC|E|Y|8|2|6|c|PB|S|M|||||| -99000|USA|M|20|E|D|N|12|1|2|t|E|S|F|||||| -66000|USA|M|5|E|DBAP|N|5|1|0|c|PB|S|M|||||| -142000|USA|M|15|E|DBAG|N|8|3|6|m|PB|S|M|||||| -120000|USA|M|12|E|DT|N|13|1|0|m|E|S|M|||||| -130000|USA|M|20|E|DT|N|20|3|3|m|PB|SR|M|||||| -67000|USA|M|5|E|D|N|5|2|0|C|NP|S|F|||||| -115000|USA|M|20|E|DBAG|N|4|5|0|C|PB|S|M|||||| -91440|USA|M|1|EC|DBAD|N|7|2|1|C|PB|SR|M|||||| -195000|USA|M|22|E|A|N|25|6|0|m|PB|S|M|||||| -130800|Luxembourg|M|20|E|E|Y|2|3|1|c|PB|S|M|||||| -105384|USA|M|20|E|DBAP|N|23|2|1|T|SG|S|M|||||| -165000|USA|M|20|E|DBAG|N|10|4|0|c|PB|S|M|||||| -24000|Colombia|M|5|EC|DA|N|5|2|6|c|PB|SR||||||| -10000|Brazil|M|14|E|AN|N|14|2|6|C|LG|C|M|||||| -82000|USA|M|10|E|E|N|2|2|4|T|PB|S|M|||||| -126000|USA|M|11|E|DBAP|Y|7|1|4|C|PB|SE|M|||||| -107000|USA|M|25|E|DT|N|25|2|0|T|PB|S|M|||||| -175000|USA|M|20|E|A|Y|23|1|1|C|PB|S|M|||||| -49200|Chile|M|22|EC|DA|N|23|2|1|m|NP|S|M|||||| -130000|USA|M|15|E|E|N|1|4|1|c|PB|SE|M|||||| -66000|USA|M|1|E|DBAP|N|1|1|0|C|NP|S|M|||||| -108000|USA|M|12|E|AN|Y|5|5|2|c|PB|S|F|||||| -110000|USA|M|15|E|D|N|15|4|1|c|PB|S|M|||||| -135000|USA|M|13|E|DBAP|N|12|5|0|m|PB|S|M|||||| -78600|Canada|M|20|E|A|Y|20|2|1|m|PB|S|M|||||| -100000|Netherlands|M|25|E|DBAG|N|25|1|2|C|PB|SE|M|||||| -50000|USA|M|2|E|D|N|2|1|1|C|PB|S|F|||||| -108000|USA|M|6|E|DBAG|N|4|1|0|c|PB|S|M|||||| -109000|USA|M|9|E|DBAP|N|9|1|1|m|PB|S|M|||||| -100000|Netherlands|A|6|IC|D|N|7|2|2|m|PB|S|M|||||| -159000|USA|M|14|E|M|Y|30|2|0|m|PB|S|M|||||| -129780|USA|M|8|E|AN|Y|4|2|2|m|PB|S|M|||||| -105000|USA|M|10|E|DBAD|N|4|1|1|c|PB|S|F|||||| -144000|USA|M|19|E|A|N|20|2|4|m|SG|||||||| -175000|USA|A|5|E|M|Y|10|1|1|m|PB|S|M|||||| -167000|USA|M|22|E|DT|Y|12|3|1|C|PB|S|M|||||| -120000|USA|M|15|E|DA|N|17|3|3|T|PB|S|M|||||| -80000|USA|M|15|E|M|Y|20|1|1|C|PB|C|M|||||| -165000|USA|M|7|E|DT|N|7|1|6|c|PB|S|M|||||| -68000|UK|M|15|E|DBAG|N|12|5|6|c|PB|S|M|||||| -130000|USA|M|20|E|DBAG|Y|13|2|3|m|PB|S|M|||||| -65674|Netherlands|M|10|E|DA|N|32|2|1|C|PB||M|||||| -280000|USA|M|23|E|A|N|7|3|6|C|PB|S|M|||||| -280000|USA|M|23|E|A|N|7|3|6|C|PB|S|M|||||| -78000|UK|M|6|IC|A|N|1|1|0|c|LG|C|M|||||| -160000|USA|M|25|E|A|Y|15|2|1|m|PB|S|M|||||| -104000|USA|M|12|E|DBAG|Y|11|1|0|m|PB|SR|M|||||| -120000|USA|M|20|E|DBAG|N|20|6|3|m|PB|S|M|||||| -30000|Indonesia|M|10|E|M|Y|10|2|0|m|PB|C|F|||||| -101200|USA|M|12|E|E|N|8|1|1|T|PB|C|M|||||| -120000|Australia|M|15|E|M|Y|5|2|6|m|PB|S|M|||||| -60000|Canada|M|7|E|DA|Y|5|1|1|m|PB|S|M|||||| -165730|Australia|M|3|E|M|Y|1|1|0|m|PB|S|M|||||| -180000|USA|A|3|E|E|N|15|3|6|m|PB|C|M|||||| -210000|USA|M|20|IC|A|Y|25|3|0|m|PB|S|M|||||| -113000|USA|M|10|E|A|N|5|1|0|c|PB|S|M|||||| -124000|Australia|M|20|IC|D|N|20|6|4|m|PB|S|M|||||| -110000|USA|M|10|E|DT|N|5|2|3|C|PB|SE|M|||||| -93938|USA|M|11|E|DBAP|Y|3|5|1|C|PB|S|M|||||| -100800|Romania|M|14|EC|DBAG|N|1|6|0|C|PB|S|M|||||| -250000|USA|M|20|E|DA|Y|20|3|6|t|PB|S|M|||||| -78000|UK|M|11|E|D|N|11|4|3|c|PB|S|M|||||| -73000|UK|M|15|E|DBAD|Y|7|5|0|m|PB||M|||||| -11000|USA|P|7|E|DT|N|17|1|5|c|PB|S|M|||||| -180000|Switzerland|O|15|IC|AN|Y|3|3|0|C|PB|SE|M|||||| -95000|Iceland|M|25|E|A|N|15|3|6|c|PB|S|M|||||| -121000|USA|M|12|EC|DBAD|N|24|6|3|m|PB|S|M|||||| -50000|UK|M|25|E|D|N|4|3|6|c|PB|S|M|||||| -62160|UK|M|8|E|DBAG|N|8|2|0|C|PB|S|M|||||| -106000|USA|M|15|E|DA|Y|10|4|2|c|PB|SE|M|||||| -160000|USA|M|22|E|A|Y|15|5|0|C|PB|S|M|||||| -30000|Macedonia|M|14|E|DBAD|N|14|5|4|c|PB|S|M|||||| -110000|USA|M|17|E|M|Y|15|4|0|m|PB|S|F|||||| -70000|USA|M|3|E|DBAD|N|3|1|0|C|PB|SR|M|||||| -100000|USA|A|2|EC|E|N|8|4|4|C|PB|SE|M|||||| -30000|India|M|10|E|DBAD|N|1|3|1|C|PB|SR|M|||||| -25000|Brazil|M|5|E|DT|Y|5|1|3|m|PB|SR|M|||||| -63000|UK|M|17|E|DT|Y|30|1|3|m|SG||M|||||| -1100|Turkey|P|2|E|DBAG|N|2|1|6|m|PB||M|||||| -94100|USA|M|10|E|E|N|3|3|6|m|PB|SE|M|||||| -260000|USA|A|25|E|A|Y|25|5|2|m|PB|S|M|||||| -98000|USA|M|7|E|DBAP|N|4|2|6|m|PB||M|||||| -116000|USA|M|10|E|DBAD|N|10|1|3|m|PB|S|M|||||| -94500|USA|M|25|E|DBAG|N|5|1|0|c|PB|S|M|||||| -71900|Poland|M|14|E|DBAG|N|10|4|3|m|PB|C|M|||||| -108000|UK|M|19|EC|A|N|6|1|1|m|PB|C|M|||||| -92000|USA|M|8|E|DBAG|Y|6|2|1|C|PB|SE|NB|||||| -11600|USA|M|20|E|DBAG|N|20|3|3|c|PB|S|M|||||| -117000|USA|M|9|E|DBAD|N|1|5|2|c|PB|SR|M|||||| -87360|USA|M|4|E|DBAG|N|4|2|3|m|NP|S|M|||||| -146000|Australia|M|15|IC|M|Y|4|1|0|m|FG|C|M|||||| -101000|USA|M|20|E|DT|N|20|2|0|C|PB|SR|M|||||| -113000|USA|M|12|E|DBAP|N|12|4|0|c|PB|SR|M|||||| -50000|India|M|9|E|A|Y|9|1|0|m|PB|C|M|||||| -115000|USA|M|20|E|DBAP|Y|15|2|5|C|PB|S|F|||||| -31000|India|M|13|E|M|Y|2|1|0|C|PB||M|||||| -70000|USA|M|3|E|DT|N|3|2|3|C|PB||F|||||| -95000|Singapore|M|13|E|DBAG|N|2|6|2|m|PB|S|M|||||| -107000|USA|M|15|E|DBAG|N|2|5|0|m|NP|S|M|||||| -142000|USA|M|25|E|D|N|18|4|3|m|PB|S|M|||||| -2000|Brazil|M|13|E|DBAG|Y|20|1|3|C|PB||M|||||| -121000|USA|M|16|E|DBAD|N|16|2|6|C|PB|S|M|||||| -94000|USA|M|8|E|DBAP|N|8|1|1|C|PB|SE|M|||||| -94000|USA|M|8|EC|DBAG|Y|1|1|3|c|FG|S|M|||||| -880000|USA|M|6|E|DBAG|N|6|2|3|C|PB|S|F|||||| -114440|USA|M|10|E|DBAP|N|7|3|6|m|PB|S|M|||||| -105000|USA|M|6|E|DBAP|N|6|2|6|C|PB||M|||||| -65789|UK|M|15|E|DA|N|15|2|1|c|PB|S|M|||||| -112000|USA|M|10|E|DBAG|N|10|3|1|m|PB|SR|M|||||| -43000|Portugal|M|13|E|DBAG|N|13|5|2|C|LG|SR|M|||||| -114440|USA|M|10|E|DBAP|N|7|3|6|m|PB|S|M|||||| -89000|Netherlands|M|14|P|DBAP|N|10|5|1|C|PB|S|F|||||| -124000|USA|M|20|E|DBAG|N|5|2|0|C|PB|S|M|||||| -53064|France|M|20|E|E|N|15|2|2|c|PB|SE|M|||||| -27000|Poland|M|2|E|AN|N|2|1|1|m|PB|S|M|||||| -128000|USA|M|5|E|DBAD|N|2|3|3|t|PB|SR|M|||||| -115000|USA|M|20|E|DBAP|N|20|3|0|m|PB|SE|M|||||| -113000|USA|MS|5|E|DA|Y|23|2|2|T|PB|S|M|||||| -115000|USA|M|4|E|E|N|4|2|3|T|FG|S|M|||||| -58240|USA|M|6|E|DBAG|N|6|2|3|T|NP|S|M|||||| -70000|Canada|M|15|E|A|N|15|3|6|C|LG|SE|M|||||| -45000|Spain|M|20|E|DBAG|N|10|6|2|m|PB||M|||||| -80000|Norway|M|3|EC|DBAG|N|3|1|6|C|PB|S|M|||||| -75000|Sweden|M|20|EC|DBAP|N|10|1|5|C|PB|S|M|||||| -35000|Spain|M|5|E|DA|Y|5|1|0|T|PB|S|M|||||| -95000|PuertoRico|M|20|E|DBAP|N|10|6|5|C|PB|S|F|||||| -54197|Sweden|M|3|E|DT|N|6|1|1|T|PB|S|M|||||| -38538|UK|M|2|E|DBAP|N|2|1|0|m|PB|S|M|||||| -84000|Netherlands|M|21|E|DBAG|N|1|6|1|c|LG|SE|M|||||| -44970|UK|M|3|E|DT|N|1|1|6|m|PB|SE|M|||||| -136000|USA|M|23|E|DBAD|N|23|6|0|m|PB|S|M|||||| -71200|Jersey|M|13|E|AN|N|10|3|5|T|PB|S|M|||||| -33000|Spain|M|8|E|DBAG|N|3|2|1|m|PB|S|M|||||| -50736|UK|M|16|E|D|N|14|1|0|C|FG|SE|M|||||| -360000|USA|M|22|IC|DBAG|N|22|6|0|T|PB|S|M|||||| -44188|Latvia|M|10|E|DT|Y|10|2|0|C|PB|S|M|||||| -150000|USA|M|7|E|A|Y|12|1|2|C|PB|S|M|||||| -103000|USA|M|11|E|DBAG|N|11|3|1|T|NP|S||||||| -130000|USA|M|8|E|M|Y|7|2|3|m|PB|SR|M|||||| -131000|USA|M|10|E|DBAG|N|10|3|0|C|PB|SE|F|||||| -162000|USA|M|11|EC|DBAP|N|3|3|1|C|FG|S|M|||||| -125000|USA|M|18|E|DBAP|Y|5|3|0|T|PB|S|M|||||| -141000|USA|M|10|E|DT|N|10|3|2|C|PB|S|F|||||| -120000|USA|M|20|E|DBAG|Y|17|6|3|C|FG|S|M|||||| -82000|USA|M|2|E|DBAP|N|2|1|5|m|PB|S|M|||||| -130000|USA|M|25|E|DBAG|N|12|2|0|C|PB|S|M|||||| -100000|USA|M|15|E|E|N|3|4|2|c|PB|S|M|||||| -71000|Canada|M|12|E|DBAG|N|20|3|2|C|SG|S|M|||||| -120000|USA|M|10|E|D|N|10|1|6|c|E|SR|M|||||| -53000|CzechRepublic|M|15|E|DBAG|N|2|3|6|m|PB|S|M|||||| -97500|USA|M|10|E|D|N|4|2|0|C|PB|S|M|||||| -174000|USA|M|23|E|DBAG|N|20|6|0|m|PB|S|M|||||| -140000|USA|M|22|E|A|N|10|1|0|C|PB|S|M|||||| -120000|USA|M|10|EC|DT|N|8|3|5|c|E|S|M|||||| -115000|USA|M|12|E|E|N|9|5|3|m|PB|S|M|||||| -110000|USA|M|30|E|DBAG|N|25|6|6|m|PB||M|||||| -90000|USA|M|5|EC|D|N|4|2|0|T|SG|SR|M|||||| -160000|USA|M|20|E|A|Y|12|3|0|m|PB|S|M|||||| -115000|USA|M|8|E|DT|Y|8|4|1|T|PB|SR|F|||||| -110000|USA|O|20|E|DBAG|N|20|3|1|C|FG|S|M|||||| -98000|USA|M|20|IC|DA|N|20|2|0|c|PB|S|M|||||| -66700|UK|M|10|E|D|N|8|3|6|C|PB|S|M|||||| -80000|USA|M|5|E|DA|Y|6|3|1|m|NP|S|M|||||| -58000|PuertoRico|M|5|E|D|Y|5|1|0|T|PB|S|M|||||| -86000|Canada|M|15|E|D|Y|15|6|3|m|PB|C|M|||||| -99000|USA|M|18|E|M|Y|5|1|0|T|SG|S|M|||||| -122000|Canada|O|15|E|DBAG|N|10|3|0|m|PB|S|M|||||| -36000|Ukraine|M|8|E|DBAG|N|8|1|0|m|PB|S|M|||||| -134000|USA|M|14|E|DBAP|N|8|2|6|m|PB|SE|M|||||| -133000|USA|M|30|E|A|Y|15|4|1|C|PB|S|M|||||| -80000|USA|M|2|E|AN|N|1|2|1|m|PB|C|M|||||| -109000|USA|A|14|E|E|N|9|2|4|m|PB|S|M|||||| -90000|USA|M|10|E|DBAG|N|10|1|4|c|PB|S|M|||||| -115000|USA|M|15|E|E|N|8|4|0|C|PB|S|F|||||| -230000|USA|M|20|E|DBAP|N|30|6|4|m|PB|S|M|||||| -87000|Australia|M|8|P|D|Y|9|2|3|c|PB|S|M|||||| -89000|USA|M|3|E|D|N|1|1|3|m|PB|S|F|||||| -125000|USA|M|18|E|DBAP|N|5|1|1|m|PB|S|M|||||| -165000|USA|M|25|E|M|Y|17|3|0|C|PB|SE|M|||||| -87000|USA|P|1|E|DS|N|4|2|1|C|NP|S|M|||||| -15000|India|M|7|EC|E|N|7|5|0|m|PB|C|M|||||| -110500|USA|M|22|E|DBAG|N|22|2|6|m|PB|S|M|||||| -225000|Australia|M|28|IC||Y|33|2|0|T|PB|S|M|||||| -310000|USA|M|20|E|A|N|10|4|6|m|PB|SE|M|||||| -130000|USA|M|14|E|M|Y|1|1|0|C|PB|S|M|||||| -115000|Germany|M|20|E|A|N|1|1|2|m|NP|S|M|||||| -73000|UK|M|5|E|DBAG|N|2|1|2|C|PB|S|M|||||| -84000|Norway|M|3|E|DT|N|3|1|3|C|PB|S|M|||||| -67200|Sweden|M|20|E|DT|N|35|6|3|C|SG|S|F|||||| -95000|Norway|M|8|E|DBAG|N|8|2|6|C|PB||M|||||| -36000|India|M|7|EC|DBAP|N|7|4|2|t|SG|SR|M|||||| -56000|UK|M|10|E|DBAG|N|5|1|1|m|PB|S|M|||||| -54000|Bosnia|M|25|IC|DBAG|N|6|3|0|C|PB|S|M|||||| -80000|UK|A|12|E|E|N|2|4|3|T|PB|S|M|||||| -71000|Norway|M|8|E|E|N|14|2|5|c|FG|S|M|||||| -68000|Lithuania|M|4|E|DT|Y|4|1|0|C|PB||M|||||| -70000|UK|M|12|E|DBAP|N|8|4|6|T|PB|S|M|||||| -120000|USA|M|9|E|M|Y|11|3|6|C|PB|S|F|||||| -145000|USA|M|23|E|DBAP|N|20|2|3|C|PB|S|M|||||| -115000|USA|M|12|E|E|N|25|2|4|C|PB|S|F|||||| -60000|CostaRica|M|6|E|DBAG|N|6|4|0|t|PB|S||||||| -126000|USA|M|8|E|M|Y|4|1|0|c|PB|S|M|||||| -55000|Belgium|M|10|EC|D|N|10|1|0|C|PB|C|M|||||| -60000|UK|M|12|E|DBAG|N|12|2|1|T|LG||M|||||| -210965|USA|M|20|IC|A|Y|5|6|0|c|PB||M|||||| -93000|USA|M|6|E|A|Y|8|2|0|m|PB|S|M|||||| -138000|USA|M|10|EC|D|N|6|4|6|m|PB|C|M|||||| -117300|USA|M|10|E|D|Y|6|3|1|m|NP|SE|M|||||| -7475|India|M|1|E|DT|N|1|1|1|c|PB|SR|M|||||| -49200|Sweden|M|12|E|DA|N|12|1|2|C|PB|S|M|||||| -169000|USA|M|20|IC|DA|N|5|5|0|m|PB|S|M|||||| -21000|CostaRica|M|3|E|D|N|3|2|1|C|PB|SR|M|||||| -110000|USA|M|6|E|M|Y|5|1|0|m|PB|SE|M|||||| -105000|USA|M|9|E|DBAG|N|5|3|0|C|PB|S|M|||||| -108000|USA|M|8|E|DBAG|N|8|2|0|T|PB|S|M|||||| -80000|USA|O|15|E|DA|N|22|2|1|c|E|S|M|||||| -107500|Ireland|M|13|E|AN|Y|5|1|6|m|FG|S|M|||||| -162000|UK|M|21|IC|DBAG|N|21|6|0|m|PB|S|M|||||| -126000|USA|M|20|E|M|Y|15|2|6|m|PB|S|M|||||| -124000|USA|M|20|EC|DBAG|N|20|5|6|m|PB|C|F|||||| -99000|Sweden|M|17|EC|DBAP|N|20|3|1|c|PB|S|M|||||| -100000|USA|M|15|E|DBAP|N|15|2|1|m|E|S|M|||||| -64900|UK|M|15|E|A|Y|1|3|0|C|SG|S|M|||||| -79200|Sweden|M|13|E|DBAP|N|13|6|3|m|FG|C|M|||||| -90000|USA|M|10|E|E|N|2|2|3|t|PB||F|||||| -138000|USA|M|18|E|DT|Y|7|2|0|m|PB|SR|M|||||| -73000|USA|M|14|E|DBAG|N|14|3|2|c|SG|S|M|||||| -15348|Romania|M|8|E|DBAG|N|8|2|0|m|PB|C|M|||||| -60000|Canada|M|2|E|DBAP|N|2|1|0|c|PB|S|M|||||| -134330|USA|M|20|E|E|N|27|1|6|c|PB|C|M|||||| -105000|USA|M|5|E|DBAG|Y|15|1|1|c|PB|S|M|||||| -78000|USA|M|8|E|DT|N|6|2|1|m|PB|S|M|||||| -105000|USA|MS|4|E|M|Y|8|1|0|c|PB|SE||||||| -56025|UK|M|6|E|DBAG|N|3|1|0|c|LG|SR|M|||||| -82000|USA|M|8|E|DBAG|N|4|1|4|m|PB|S|M|||||| -106000|USA|M|7|E|DBAP|N|7|4|6|C|PB|SR|M|||||| -120000|USA|M|10|E|E|N|5|3|2|C|NP|S|M|||||| -75000|Canada|M|18|E|DBAD|N|18|4|0|m|PB|S|M|||||| -41330|Brazil|M|10|EC|DBAG|Y|10|5|6|C|PB|S|M|||||| -132000|USA|M|11|E|DBAG|N|8|3|0|m|PB|SR|M|||||| -54700|France|P|1|E|E|N|3|3|4|C|PB|S|M|||||| -130000|USA|M|15|E|DBAP|N|15|4|1|t|PB|C|M|||||| -47000|France|M|2|E|DBAP|N|2|1|1|c|PB|S|F|||||| -153000|USA|M|22|E|DBAG|N|18|1|2|C|PB|S|F|||||| -114400|USA|M|8|E|DBAP|N|8|3|2|C|PB|S|M|||||| -55000|Canada|M|8|E|DBAP|N|8|2|0|m|PB|SR|M|||||| -58000|Sweden|M|3|E|DBAP|N|3|1|0|C|FG|S|M|||||| -165000|USA|M|20|E|DT|N|3|3|0|m|NP|C|M|||||| -96|USA|M|9|E|DBAG|N|7|2|2|C|PB|C|F|||||| -104000|USA|M|12|E|DBAP|N|12|3|5|m|PB|S|M|||||| -120000|USA|M|21|E|DBAG|N|20|4|3|C|PB|S|M|||||| -15000|Mexico|M|6|E|DBAP|N|4|2|4|c|PB|SE|M|||||| -82695|Canada|M|20|E|DBAP|N|4|2|6|m|PB|S|M|||||| -80000|USA|M|15|E|DBAP|N|9|1|0|c|PB|S|M|||||| -230000|USA|M|20|E|DBAP|N|30|6|4|m|PB|S|M|||||| -91000|USA|M|7|E|DT|N|6|3|4|C|PB|S|M|||||| -115000|USA|M|10|E|DBAG|Y|10|2|6|T|PB|SE|M|||||| -121000|Australia|M|20|E|DBAP|Y|15|3|6|C|PB|S|M|||||| -60000|USA|M|5|E|DBAG|N|5|2|1|C|PB|S|M|||||| -19000|India|M|9|E|DBAP|Y|1|4|6|C|PB|SR|M|||||| -225000|USA|M|30|E|DBAG|Y|35|6|3|m|PB|S|M|||||| -81700|France|M|12|EC|DBAP|N|12|6|3|m|PB|SR|M|||||| -87000|Norway|M|1|E|DBAP|N|6|1|2|m|PB|S|M|||||| -45000|Spain|P|10|E|DA|N|11|2|3|m|PB|S|M|||||| -6000|Turkey|M|3|IC|DBAP|N|3|6|3|m|PB|S|M|||||| -87000|UK|M|15|E|DBAP|Y|4|1|1|C|PB|S|M|||||| -170000|USA|A|20|E|A|N|7|3|6|C|PB|S|M|||||| -127500|USA|M|23|EC|DBAG|N|23|5|6|C|FG|S|M|||||| -78890|USA|M|10|E|DT|N|4|3|1|c|LG|SE|M|||||| -35000|Mexico|M|6|E|DBAP|Y|1|2|4|C|PB|SE|M|||||| -120000|USA|M|9|E|D|N|9|1|3|T|PB|S|F|||||| -71000|UK|M|12|E|DBAD|N|12|4|2|C|PB|S|M|||||| -108000|USA|DB2|9|E|DBAD|Y|25|1|0|c|E|S|M|||||| -110000|USA|M|8|E|AN|N|8|1|2|m|PB|S|M|||||| -87000|USA|M|2|E|AN|N|2|1|0|m|LG|S||||||| -65000|USA|M|3|E|DT|N|3|2|0|t|E|SE|M|||||| -93000|USA|M|10|E|DBAP|N|7|2|3|C|PB|S|M|||||| -29000|UK|M|4|E|AN|N|4|2|6|T|PB|C|M|||||| -60000|France|M|10|E|DBAG|Y|13|1|6|m|PB|SR|M|||||| -370000|USA|M|20|E|DBAP|Y|12|5|4|m|PB|SR|M|||||| -45000|USA|M|2|E|DT|N|2|1|5|c|PB||M|||||| -102000|USA|M|10|E|DBAP|N|10|2|0|m|PB|S|M|||||| -114000|USA|M|11|E|DBAG|Y|11|1|0|m|PB|S|M|||||| -147000|USA|M|10|E|M|Y|16|4|0|C|PB|S|M|||||| -110000|USA|M|7|E|DBAG|N|7|4|0|C|PB|C|M|||||| -120000|USA|M|20|E|DBAG|N|20|6|0|C|PB|C|M|||||| -10000|Mexico|MS|1|EC|DS|N|0|1|4|m|PB|SR|M|||||| -119274|USA|M|24|E|DBAD|N|11|1|2|m|PB|S|M|||||| -139000|USA|O|7|EC|M|Y|7|2|4|m|PB|S|M|||||| -115000|USA|M|3|E|DBAG|N|10|2|0|c|PB|S|M|||||| -20000|Russia|M|12|E|DBAG|N|10|2|0|m|PB|SR|M|||||| -89000|USA|M|6|E|DA|N|6|1|0|T|PB|S|M|||||| -110000|USA|M|15|E|DT|N|11|3|0|C|PB|S||||||| -110000|USA|M|13|E|E|Y|1|2|2|m|PB|S|M|||||| -97000|USA|M|12|E|E|N|12|1|6|C|PB|S|M|||||| -132057|USA|M|21|E|DBAD|N|15|4|2|m|PB|S|M|||||| -118000|USA|M|16|E|A|N|2|1|1|c|PB|S|M|||||| -95000|USA|M|15|E|DT|N|5|2|0|C|PB|S|M|||||| -135000|USA|M|11|E|A|N|1|1|1|m|PB|S|F|||||| -145000|Switzerland|M|7|E|D|N|10|2|0|C|PB|SE|M|||||| -60943|Sweden|M|11|IC|DT|N|8|3|1|C|PB|S|M|||||| -61234|France|O|12|E|DBAP|N|11|3|1|m|PB|C|M|||||| -75000|Sweden|M|7|E|DBAG|Y|7|2|2|c|PB|S|M|||||| -79000|Canada|M|10|E|DBAG|N|5|1|0|m|PB|S|M|||||| -305000|Australia|M|12|E|DBAP|N|12|4|5|m|PB|S|M|||||| -125000|USA|M|14|E|DBAP|N|30|6|6|m|PB|S|M|||||| -69900|USA|M|8|E|DA|N|10|1|6|c|NP|SE|M|||||| -66632|Canada|M|5|E|DT|N|6|2|5|t|PB|SR|M|||||| -70500|USA|M|2|E|AN|N|2|1|0|T|PB||F|||||| -109000|USA|M|7|E|DBAG|N|7|2|0|c|PB|S|M|||||| -140000|USA|M|12|EC|A|N|7|3|0|m|PB|C|M|||||| -127059|USA|M|22|E|DBAP|N|1|6|6|C|PB|S|M|||||| -95000|USA|M|8|E|DA|N|4|4|2|c|PB|S|M|||||| -107000|USA|MS|9|E|E|N|20|3|0|c|PB|SR|M|||||| -112000|USA|M|5|E|M|Y|5|2|3|m|PB||M|||||| -89000|USA|MA|25|E|DA|N|25|2|3|c|PB|S|F|||||| -92000|USA|M|20|E|DT|N|20|3|3|C|SG|S|M|||||| -105000|USA|M|5|E|DBAG|N|5|1|1|c|PB|S|M|||||| -110000|USA|M|12|E|DBAG|Y|6|1|1|C|PB|S|M|||||| -80000|USA|M|4|E|AN|N|4|2|2|m|PB|C|M|||||| -95000|Austria|M|10|E|DBAG|N|25|3|5|c|PB|S||||||| -42309|Romania|M|8|EC|D|N|5|1|5|T|PB|C|M|||||| -147000|Ireland|M|10|E|DBAG|N|10|2|2|m|PB|S|M|||||| -50400|Sweden|M|6|E|DA|N|6|2|2|t|PB|SR|M|||||| -67869|Netherlands|A|1|E|DS|N|4|2|1|C|SG|S|F|||||| -85000|USA|M|2|E|DT|N|2|1|0|T|NP|SE|M|||||| -97100|USA|M|7|E|DBAP|N|7|1|0|c|PB|S|M|||||| -80000|Sweden|M|15|E|DT|N|8|3|0|m|PB|S|M|||||| -103500|USA|M|9|E|DBAP|N|3|3|1|C|PB|S|M|||||| -137000|Australia|M|10|E|DBAG|N|7|3|2|c|PB|C|M|||||| -109700|USA|M|20|E|A|N|17|2|6|t|FG|S|M|||||| -109700|USA|M|20|E|A|N|17|2|6|t|FG|S|M|||||| -109700|USA|M|20|E|A|N|17|2|6|t|FG|S|M|||||| -115000|USA|M|20|E|DT|N|20|4|2|m|PB|S|M|||||| -96000|South-Africa|M|23|E|DT|N|23|5|2|m|PB|S|M|||||| -145000|USA|M|29|E|DA|N|31|6|2|T|PB||M|||||| -115000|USA|M|13|E|DBAG|N|17|3|0|c|PB|S|M|||||| -150000|USA|M|20|E|A|N|15|1|4|m|PB|S|M|||||| -116000|USA|M|10|E|DBAD|N|10|1|3|m|PB|S|M|||||| -140000|USA|M|8|E|E|N|8|1|4|m|PB||M|||||| -95000|USA|M|10|E|DBAP|N|10|1|6|T|PB|S|M|||||| -51000|UK|M|4|E|DT|N|4|2|1|m|SG|S|M|||||| -97850|USA|M|22|E|E|N|1|1|0|T|NP|S|M|||||| -115000|USA|M|15|E|DBAD|N|20|4|1|c|PB|S|M|||||| -150000|USA|M|20|E|DS|Y|6|2|0|C|PB|SR|M|||||| -32000|Latvia|M|1|E|DT|N|1|2|1|C|PB|S|M|||||| -166850|USA|M|18|E|DA|N|18|1|1|c|FG|S|M|||||| -110000|USA|M|6|E|M|Y|5|1|0|C|PB|S|M|||||| -135000|USA|M|11|E|DBAP|N|11|5|6|C|PB|S|M|||||| -103000|Germany|M|10|E|DBAP|N|10|1|1|m|PB|S|M|||||| -103000|USA|M|18|E|DT|N|16|3|5|T|PB||M|||||| -126000|USA|M|10|E|DBAG|N|20|4|1|m|PB|S|F|||||| -75000|Germany|M|6|EC||N|1|1|6|C|PB|S|M|||||| -70000|USA|M|6|E|DBAG|N|5|2|0|T|PB|S|M|||||| -100000|USA|M|10|E|DBAG|N|5|1|0|t|LG|S|M|||||| -102000|USA|M|9|E|DT|N|1|1|1|m|PB|||||||| -129000|UK||13|EC|E|Y|10|2|1|m|PB|S|M|||||| -70|Norway|M|20|E||Y|4|1|2|C|PB|S|M|||||| -73000|Germany|MDB|3|E|D|N|5|1|0|m|PB|C|M|||||| -90000|Ireland|M|15|E|DBAG|N|2|2|0|t|PB|S|M|||||| -195000|USA|M|14|EC|D|N|20|3|0|m|PB|S|M|||||| -52000|Canada|M|2|E|DBAD|N|2|1|0|C|PB|S|M|||||| -100000|USA|M|25|E|DT|N|25|4|6|T|PB|S|F|||||| -104000|USA|M|6|E|DBAP|N|5|1|4|m|PB|S|M|||||| -130000|Israel|M|10|E|E|N|1|5|2|c|PB|S|M|||||| -130000|Israel|M|10|E|E|N|1|5|2|c|PB|S|M|||||| -89000|USA|O|3|E|DBAG|N|6|1|4|c|PB|S|M|||||| -85000|USA|M|13|EC|DT|N|13|5|2|m|PB|SE|M|||||| -205000|USA|M|13|E|A|N|13|2|2|m|PB|SE|M|||||| -72000|Mexico|M|14|E|DBAP|N|12|5|6|m|PB|S|M|||||| -74000|USA|M|8|E|DA|N|8|1|1|c|PB|S|M|||||| -91000|Norway|A|2|EC|DT|N|9|1|2|c|PB|C|M|||||| -122000|Iceland|M|22|E|A|N|21|3|0|c|PB|S|M|||||| -180000|Spain|M|11|IC|A|Y|2|3|0|c|PB|S|M|||||| -56500|Sweden|M|10|EC|DBAP|N|5|2|4|c|PB|SR|M|||||| -95000|USA|M|20|E|DBAG|N|27|3|1|C|PB|S|M|||||| -165000|USA|M|15|E|DT|N|7|1|0|m|PB|SR|M|||||| -132000|USA|A|3|E|DBAG|N|10|3|0|C|PB|S|M|||||| -154000|USA|M|21|E|M|Y|21|3|6|C|PB|S|M|||||| -50847|UK|M|2|E|DBAG|Y|12|1|5|c|SG|S|M|||||| -18327|India|M|11|E|AN|N|11|1|3|c|PB|SE||||||| -15000|India|M|4|E|DBAP|N|1|2|6|m|PB|C|M|||||| -60000|Belgium|A|4|EC|M|Y|6|1|6|C|PB|SE|M|||||| -97000|USA|M|15|E|DBAP|N|9|4|0|C|SG|S|M|||||| -110000|USA|M|10|E|M|Y|10|1|1|c|PB|S|M|||||| -135000|USA|M|8|E|DBAG|N|8|4|0|m|PB|S|M|||||| -65000|Germany|M|6|E|AN|Y|6|1|1|c|PB|S|M|||||| -55000|UK|M|5|E|DBAP|N|5|2|1|c|PB|S|M|||||| -112000|USA|O|9|E|DBAD|N|9|4|5|C|PB|S|M|||||| -100000|USA|M|10|E|DBAP|N|10|2|6|m|PB|SR|M|||||| -108000|USA|M|13|E|DBAG|N|13|6|2|c|PB|S|M|||||| -80000|Iceland|M|15|E|D|N|15|3|0|c|PB|S|M|||||| -74250|UK|M|20|E|DBAD|N|18|3|0|c|PB|S|M|||||| -88000|USA|M|14|E|DBAP|N|14|1|0|c|E|S|M|||||| -13598|India|A|3|E|A|Y|15|2|2|m|PB|C|M|||||| -70000|UK|M|15|E|DBAG|N|2|3|1|C|PB|S|F|||||| -70200|Sweden|M|13|E|DBAG|N|13|5|0|C|FG|S|M|||||| -86000|Netherlands|M|18|E|DBAG|N|5|5|1|C|PB|SE|M|||||| -103000|USA|M|20|E|DBAP|N|20|5|4|c|NP|SR|M|||||| -95000|USA|M|20|E|DBAG|N|12|2|0|c|E|S|M|||||| -99500|USA|M|8|E|AN|N|12|2|1|m|NP|S|M|||||| -73000|USA|M|12|E|DBAG|N|5|1|6|c|PB|S|M|||||| -180000|USA|M|20|EC|DBAP|N|20|6|6|m|PB|S|F|||||| -95000|USA|M|3|E||Y|2|1|0|c|PB|S|M|||||| -89347|USA|M|2|E|DBAP|N|2|1|4|m|PB|S|F|||||| -62000|Romania|M|15|E|DBAG|N|15|5|0|C|PB||M|||||| -95000|USA|M|8|E|DBAG|N|8|2|5|c|PB|S|M|||||| -45000|USA|MS|3|E|M|N|3|1|0|C|PB|S|M|||||| -125000|USA|M|20|E|DBAG|Y|10|2|1|m|PB|S|M|||||| -85000|Ireland|M|16|E|DBAP|N|4|6|6|c|PB|S|F|||||| -120000|USA|M|23|E|DBAD|N|3|3|5|c|PB|S|F|||||| -77309|USA|M|8|E|DBAG|N|8|2|3|C|PB|SE|M|||||| -120000|USA|M|20|E|E|N|15|6|1|c|PB|S|M|||||| -110000|USA|M|20|E|DBAG|N|12|3|1|C|PB|S|M|||||| -105000|USA|M|18|E|DBAP|N|20|2|1|m|E|SR|F|||||| -150000|USA|MS|2|EC|DA|N|5|2|0|C|FG|C|F|||||| -120000|USA|A|4|E|DS|N|4|1|1|c|PB|S|NB|||||| -192000|USA|M|20|EC|DBAD|N|12|2|3|c|PB|S|M|||||| -80000|Sweden|M|30|E|DT|Y|2|6|0|c|PB|S|M|||||| -50400|Sweden|M|9|E|DBAP|N|8|1|3|t|SG|S|M|||||| -26922|India|M|12|EC|DBAG|Y|12|4|6|m|PB|C|M|||||| -45000|Romania|M|10|E|DT|N|3|2|4|C|PB|S|F|||||| -137300|USA|M|8|E|D|N|2|3|2|m|NP|S|M|||||| -145000|USA|M|10|E|DBAG|N|15|2|0|m|PB|SE|M|||||| -138000|USA|M|11|E|DBAG|N|8|2|1|m|PB|SR|M|||||| -150000|USA|M|10|E|DA|Y|10|4|5|C|PB|SR|M|||||| -120000|New-Zealand|M|25|E|E|N|30|2|6|c|PB|S|M|||||| -135000|USA|M|12|E|E|N|14|6|2|m|PB||F|||||| -76000|Canada|M|9|E|DBAG|N|9|1|6|c|PB|SE|M|||||| -200000|USA|M|17|E|A|N|5|3|2|C|PB|SE|M|||||| -32000|India|M|10|E|D|Y|10|4|4|m|PB|C|M|||||| -63800|USA|M|10|E|DBAG|N|7|1|3|C|E|SE|M|||||| -32000|India|M|10|E|D|Y|10|4|4|m|PB|C|M|||||| -82000|USA|M|5|E|DT|N|5|2|2|C|PB|S|M|||||| -65000|Netherlands|M|10|E|E|Y|10|3|4|c|LG|C|M|||||| -130000|USA|M|10|E|DBAG|N|6|3|4|m|PB|S|M|||||| -149800|USA|M|15|E|DBAG|N|15|4|2|c|PB||M|||||| -75000|Greece|M|20|E|E|Y|21|5|4|m|PB||M|||||| -100500|USA|M|19|E|E|N|19|3|3|c|PB|S|M|||||| -150000|USA|M|12|E|DBAG|N|12|3|4|m|PB|SE|M|||||| -150000|USA|M|15|E|DT|N|15|2|4|m|PB|S|M|||||| -110000|UK|M|21|E|DBAP|N|21|6|4|m|PB|S|M|||||| -21000|Bangladesh|M|10|E|DBAD|Y|9|1|0|m|PB|C|M|||||| -132000|USA|M|20|E|A|Y|18|2|0|c|PB|S|M|||||| -103000|Australia|M|21|E|A|Y|5|2|0|m|NP||M|||||| -90100|USA|M|4|E|DBAP|N|4|2|6|c|SG|S|F|||||| -125000|USA|M|17|E|DBAD|N|6|4|6|m|PB|S|F|||||| -135000|USA|M|15|E|DBAG|N|15|2|1|m|PB|C|M|||||| -140000|USA|M|15|E|A|N|20|3|0|m|PB|S|M|||||| -135000|USA|A|4|E|E|N|8|2|0|m|PB|SE|M|||||| -75000|UK|M|10|E|M|Y|4|1|0|c|PB|SE|M|||||| -93693|Canada|M|20|E|DBAD|Y|10|4|0|C|PB|SE|M|||||| -46000|UK|M|6|E|DBAP|N|6|1|1|T|FG|SR||||||| -131000|USA|P|4|E|E|N|10|4|1|m|PB|S|M|||||| -12000|Argentina|M|15|E|A|N|15|2|2|m|PB|SE|M|||||| -135000|USA|M|20|E|DBAG|N|20|6|4|C|PB|S|M|||||| -95000|USA|M|9|EC|DBAP|N|9|1|6|C|PB|S|M|||||| -120000|USA|RDS|2|E|E|N|14|1|3|C|PB||M|||||| -37014|UK|M|10|E|DBAG|Y|3|1|1|C|E|S|F|||||| -147000|USA|M|18|E|M|Y|10|2|0|C|PB|C|M|||||| -62000|Norway|M|3|E|DBAD|N|1|2|0|C|PB|S|M|||||| -100000|USA|M|12|E|E|N|12|3|2|C|LG|S|M|||||| -115000|USA|M|20|E|D|N|20|5|1|c|PB|S|M|||||| -140695|USA|M|15|E|A|N|20|3|0|m|NP|S|M|||||| -68000|Canada|M|15|E|DBAP|N|10|1|0|c|PB|SE|F|||||| -88000|USA|M|10|E|D|N|6|3|0|C|E|SR|M|||||| -126500|USA|M|10|E|A|N|1|1|0|C|PB|S|M|||||| -95000|USA|M|7|E|A|N|7|1|1|T|NP|S|M|||||| -54000|Romania|M|8|EC|D|N|1|1|4|m|PB|S|M|||||| -81600|USA|M|1|E|DT|N|1|1|1|C|PB|S|M|||||| -53000|Poland|M|6|IC|E|Y|11|6|3|C|PB|S|M|||||| -150000|USA|M|25|EC|E|N|9|5|2|C|PB|S|M|||||| -105000|USA|M|15|E|M|Y|6|2|0|c|E|SE|M|||||| -205000|USA|M|20|E|DBAP|N|13|6|0|m|PB|C|F|||||| -100000|USA|M|15|E|DT|N|15|4|0|m|PB|C|M|||||| -5991|India|M|1|E|E|N|2|1|5|m|PB|C|M|||||| -126000|USA|M|20|E|DT|N|20|4|1|m|PB|S|F|||||| -100000|USA|M|7|E|DBAP|N|7|1|2|T|SG||F|||||| -80000|China|M|17|E|DBAP|N|15|2|0|m|PB|S|M|||||| -108000|USA|M|8|E|DBAG|N|10|1|2|m|PB|S|M|||||| -4200|Iran|M|6|E|DBAD|N|6|1|0|m|PB|S|M|||||| -120000|Denmark|M|15|E|E|N|5|1|6|m|PB||M|||||| -140000|USA|M|12|E|A|N|4|4|4|C|PB|S|M|||||| -15000|India|M|5|E|DBAP|N|5|2|6|t|NP|C|M|||||| -125000|Ireland|M|20|E|DT|Y|20|3|0|C|PB|S|M|||||| -85000|Norway|M|14|E|DT|N|14|1|6|T|PB|S|M|||||| -69000|UK|M|15|E|DBAP|N|15|5|6|C|PB|SE|M|||||| -120000|USA|M|12|E|DBAG|N|1|3|0|m|PB|SR|M|||||| -104100|USA|M|10|E|DBAG|N|7|2|0|C|PB|C|M|||||| -95000|USA|M|15|E|AN|Y|20|1|0|m|PB|SR|M|||||| -73000|USA|M|2|E|AN|N|2|2|2|m|FG|S|M|||||| -40000|Brazil|M|20|E|DBAG|Y|20|6|3|m|PB|S|M|||||| -79000|Bulgaria|M|15|E|DBAG|Y|15|3|1|m|PB||M|||||| -125000|USA|M|18|E|DBAP|N|18|3|0|c|PB|S|F|||||| -120000|USA|M|18|E|M|Y|4|2|0|C|PB|C|F|||||| -142000|USA|M|20|EC|DBAG|N|20|4|6|C|PB|S|M|||||| -110000|USA|M|15|EC|A|N|7|4|1|m|LG|SE|M|||||| -55000|UK|M|5|E|DBAG|N|2|1|0|C|LG|S|M|||||| -112750|USA|M|4|E|DT|N|4|1|2|C|PB|SR|M|||||| -71114|USA|M|3|E|DT|N|2|2|1|m|PB|C|M|||||| -110000|USA|M|2|E|DT|N|10|3|2|C|PB||M|||||| -10200|USA|M|15|E|DBAG|N|15|4|0|m|PB|SR|M|||||| -110000|USA|M|7|E|DBAG|N|7|1|6|m|PB|||||||| -150000|USA|M|15|E|DBAG|N|18|4|5|C|PB|SE|M|||||| -130000|USA|M|10|E|DA|N|10|3|6|C|PB|C|M|600||||| -75700|USA|M|3|E|DBAG|N|2|2|3|c|PB|S|M|4||||| -59288|UK|M|6|E|DBAG|Y|6|1|0|m|PB|SR|M|15||||| -45000|UK|M|18|E|DBAG|N|29|1|1|C|FG|S|F|80||||| -195000|USA|M|13|IC|DT|N|19|3|0|m|PB|S|M|68||||| -90000|USA|M|7|E|DA|Y|16|1|0|T|SG|SE|M|9||||| -75000|USA|M|5|E|E|N|3|1|3|c|PB|S|M|6||||| -93698|Qatar|P|6|E|DBAG|Y|13|2|0|C|NP|S|M|50||||| -23300|Brazil|M|7|E|DBAG|N|7|3|0|m|PB|SR|M|30||||| -115000|USA|M|8|E|DBAD|N|8|2|3|c|PB|SR|M|5||||| -90000|USA|M|15|E|DA|N|6|3|6|c|PB|SR|M|200||||| -220000|USA|M|12|E|DBAD|N|6|3|0|m|PB||M|3||||| -66000|UK|M|10|E|DBAG|N|3|2|2|T|PB|SE|M|15||||| -150000|USA|M|20|E|E|N|20|1|2|t|PB|S|M|10||||| -135000|USA|M|13|E|M|Y|1|2|0|c|NP|S|M|20||||| -110000|Israel|M|10|E|DBAG|N|8|3|2|C|PB|C|M|12||||| -106000|USA|M|9|E|DBAD|N|9|2|0|t|FG|S|M|60||||| -93000|USA|M|7|E|DBAP|N|3|1|5|C|PB|S|M|15||||| -86000|USA|M|11|E|DBAG|N|15|2|0|m|E|S|M|320||||| -110000|USA|M|18|E|DT|N|10|4|4|m|FG|C|M|10||||| -115000|USA|M|18|E|A|Y|5|1|0|C|PB|SE|M|3||||| -140000|USA|M|11|EC|DBAG|N|3|5|1|C|PB|S|M|10||||| -42000|Romania|M|2|EC|D|N|4|2|0|t|PB|SR|M|25||||| -94000|USA|M|7|E|DA|Y|2|2|1|m|PB|SR|M|10||||| -135000|USA|M|18|E|DBAD|N|19|5|2|c|PB|S|M|2||||| -63000|Netherlands|M|15|E|DA|N|15|2|0|c|PB|S|M|15||||| -155000|USA|M|15|E||Y|5|3|0|m|PB|S|M|2||||| -545000|USA|M|20|IC|DT|N|20|6|3|m|PB||M|20||||| -65700|Canada|M|14|E|DBAG|N|14|2|2|C|E|S|M|5||||| -130000|USA|M|15|E|M|Y|5|1|0|C|NP|S|M|28||||| -135000|Ireland|M|18|E|D|Y|15|3|0|m|PB|S|M|200||||| -145000|USA|M|13|E|A|N|10|5|6|m|PB|S|M|1||||| -122000|USA|M|20|E|DBAP|N|6|6|1|m|PB|S|M|2500||||| -118000|USA|M|12|E|DBAG|N|12|5|3|m|LG|SR|M|167||||| -52000|USA|M|10|E|DBAG|N|10|2|1|T|SG||M|470||||| -115000|USA|M|14|EC|D|N|5|1|6|C|PB|S|M|25||||| -80000|Austria|M|15|IC|DT|N|20|2|0|m|PB|C|M|25||||| -135000|USA|M|7|E|E|N|1|1|6|m|PB|S|M|5||||| -92500|USA|M|10|E|DBAP|N|7|2|2|C|PB|S|M|20||||| -80000|USA|M|1|E|DT|N|1|2|0|c|SG||M|25||||| -120000|USA|M|21|E|DBAP|N|16|3|0|C|PB|S|M|4||||| -140000|USA|M|18|E|DBAP|N|18|6|0|m|PB|S|M|50||||| -175000|Canada|M|15|IC|DBAP|N|10|5|4|m|PB|SR|M|100||||| -320000|USA||1|E|M|Y|2|1|0|C|PB|S|M|100||||| -45760|USA|M|1|EC|DBAP|N|1|1|2|m|PB|S|M|500||||| -132000|USA|M|20|E|DBAG|Y|20|2|0|C|PB|S|M|250||||| -108000|USA|M|20|E|A|N|3|2|0|c|LG|S|M|25||||| -135000|USA|M|13|E|A|N|3|1|0|C|PB|S|M|15||||| -125000|USA|M|10|E|DBAG|N|10|3|0|m|PB|S|M|60||||| -95000|USA|M|7|E|DBAG|N|7|2|0|C|PB|S|M|25||||| -85500|Denmark|M|4|E|DT|N|4|2|6|m|FG|S|M|25||||| -48000|USA|M|2|E|DBAD|N|2|2|6|C|PB|SE|M|3||||| -125000|USA|M|5|E|DA|N|5|3|6|m|PB|S|M|5||||| -106486|Switzerland|O|4|EC|DBAP|N|4|2|6|C|PB||M|1||||| -120000|USA|M|7|E|D|N|21|2|6|m|PB|S|M|1000||||| -97000|USA|M|15|E|A|N|5|3|0|C|PB|||20||||| -35000|Slovakia|M|5|E|DT|N|2|2|3|C|PB|S|M|1||||| -93567|USA|M|7|E|DBAG|N|21|2|0|c|LG|S|M|3||||| -77000|USA|M|7|E|DBAP|N|5|1|0|c|PB|SE|M|40||||| -90000|USA|M|5|E|DA|N|9|2|2|c|PB|S|M|50||||| -204000|UK|A|1|E|M|Y|19|3|0|c|PB|S|M|5||||| -49500|Sweden|M|8|EC|DBAP|N|3|2|4|c|PB|SR|M|0||||| -135000|USA|M|20|E|DBAG|N|1|5|6|C|PB|S|F|300||||| -120000|USA|M|25|E||N|3|1|6|m|PB|S|F|100||||| -110000|USA|M|22|E|DBAD|N|2|3|5|c|PB|S|F|10||||| -135000|USA|M|13|E|M|Y|1|2|0|c|NP|S|M|800||||| -82000|USA|M|9|E|DBAD|N|9|1|0|C|PB|SR|M|12||||| -123600|USA|M|15|EC|DBAG|N|15|3|0|C|FG|S|M|5||||| -101000|USA|M|6|E|DBAD|N|6|2|0|m|PB|SE|M|9||||| -36221|UK|M|2|E|DBAG|N|2|1|1|c|PB|S|M|5||||| -98000|USA|M|7|E|D|N|5|2|4|C|NP|S|M|40||||| -110000|USA|M|10|E|DBAD|N|10|3|1|m|PB|S|M|10||||| -80000|USA|M|10|E|DBAP|N|3|2|1|C|PB|S|M|200||||| -160000|USA|M|7|EC|A|Y|7|1|0|m|PB|S|M|47||||| -264000|USA|M|24|E|M|Y|7|1|0|m|PB|C|M|50||||| -126000|USA|M|17|E|DBAP|N|7|2|3|c|PB|S|M|300||||| -35000|Canada|M|1|E|AN|N|1|1|0|C|SG|S|M|95||||| -160000|UK|M|15|E|A|N|10|5|0|c|FG|S|M|2||||| -150000|USA|M|24|E|DBAG|N|24|6|0|m|PB|SE|M|12||||| -120000|USA|M|8|E|DBAG|Y|1|3|1|m|PB||M|20||||| -104000|USA|M|13|EC|DT|N|8|6|0|C|PB|S|F|20||||| -85000|USA|M|3|E|DBAG|N|3|2|1|c|PB|S|M|1||||| -112000|USA|M|19|E|DBAP|N|16|1|5|c|NP|S|M|6||||| -104000|USA|M|13|E|DBAP|Y|13|2|4|c|E|S|M|500||||| -47840|USA|M|4|E|DBAG|N|22|1|0|T|NP|C|M|40||||| -123000|USA|M|25|E|DBAG|N|1|6|1|m|PB|SR|M|15||||| -9546|India|M|7|E|DBAP|Y|2|3|6|c|PB|SR|M|10||||| -20000|India|M|10|E|DT|N|10|4|0|m|PB|SE|M|3500||||| -72000|UK|M|12|E|A|N|1|1|0|m|PB|S|M|10||||| -95000|USA|M|7|E|DBAG|N|10|1|0|T|PB|S|M|4||||| -100500|USA|M|22|E|DBAG|N|22|2|6|m|PB|S|M|16||||| -67800|UK|M|16|E|DBAP|N|6|2|1|m|NP|SR|M|200||||| -60000|USA|M|2|E|AN|N|2|1|4|T|PB|S|M|12||||| -115000|USA|M|19|E|DBAG|N|15|6|0|m|NP|S|M|15000||||| -65000|UK|M|10|E|D|N|8|3|6|C|PB|S|M|20||||| -100000|USA|M|7|E|DBAP|N|7|2|0|C|PB|S|M|5||||| -46130|UK|M|5|E|M|Y|1|1|0|m|PB|S|M|20||||| -86000|USA|M|5|E|DBAP|N|5|1|4|C|PB|S|M|10||||| -85000|USA|M|30|E||N|30|3|0|m|LG|S|M|60||||| -162000|USA|M|22|E|M|Y|22|4|0|m|PB|C|M|40||||| -91000|Canada|M|23|E|M|Y|1|1|6|m|PB|S|M|65||||| -139000|USA|M|8|E|DBAG|N|8|1|1|m|NP|SE|F|150||||| -82000|USA|M|12|E||N|15|3|0|m|PB|S|M|800||||| -90000|USA|M|10|E|M|Y|20|1|0|C|E|S|M|1||||| -105000|USA|M|20|E|E|N|20|2|1|m|PB|S|M|6||||| -105000|USA|M|20|E|M|Y|5|4|0|T|PB|SR|M|1200||||| -63000|Canada|M|8|E|M|Y|8|1|0|m|PB|S|M|20||||| -168000|USA|M|22|E|M|Y|10|3|0|C|PB|C|M|3||||| -78000|USA|M|6|E|DT|N|6|1|2|m|PB|C|M|25||||| -80000|USA|M|3|E|DBAP|N|1|1|1|C|PB|S|M|2||||| -145600|USA|M|14|E|A|N|10|2|0|C|PB|S|M|14||||| -62000|UK|M|6|E|DBAP|N|6|1|1|C|PB|S|M|60||||| -115000|USA|M|9|E|D|N|25|3|2|m|PB|S|M|30||||| -119500|USA|M|15|E|DBAG|N|7|1|2|m|PB|S|M|19||||| -90000|USA|M|8|E|E|N|7|2|0|C|PB||M|50||||| -71585|Canada|M|18|E|DBAG|Y|8|2|4|m|SG|S|M|3||||| -120000|USA|M|3|E|DBAP|N|2|1|0|m|PB|SR|M|300||||| -107814|USA|M|10|E|DBAG|N|13|2|0|m|PB|S|M|10||||| -57000|Canada|M|4|E|DBAP|N|3|2|0|m|PB|S|M|30||||| -66000|USA|M|9|E|DBAG|N|9|1|0|T|PB|SR|M|3||||| -73855|USA|M|6|E|DBAG|N|6|1|0|T|E|S|F|15||||| -82400|USA|M|4|E|DT|N|4|2|3|C|PB|C|F|5||||| -75000|USA|M|10|E|DBAD|N|4|1|0|T|PB|SR|M|15||||| -79000|UK|M|25|E|A|Y|12|1|4|c|SG|S|M|10||||| -72000|USA|M|5|E|DT|Y|5|1|0|C|PB|S|M|350||||| -135000|USA|M|20|E|DBAG|N|20|3|1|m|PB|S|M|2||||| -124000|USA|M|20|E|M|Y|1|1|0|C|PB|S|F|80||||| -156000|USA|M|15|IC|DT|N|10|2|4|C|PB|S|M|60||||| -82500|Canada|M|10|E|DBAD|N|15|2|2|m|PB|C|M|4||||| -125000|USA|M|20|E|DBAG|N|23|5|0|C|PB|S|F|3||||| -100093|USA|M|14|E|DT|N|10|2|3|m|PB|S|M|53||||| -115000|USA|M|20|E|DBAG|N|18|5|2|m|LG|S|M|4||||| -118000|USA|M|15|E|DBAG|N|12|4|0|C|PB|S|M|60||||| -110000|USA|M|6|IC|DBAG|N|6|1|3|m|PB|C|M|140||||| -65890|UK|M|10|E|E|N|2|2|0|C|PB|S|M|102||||| -139000|USA|M|10|E|E|N|3|2|0|m|PB|SE|M|20||||| -92000|USA|M|8|E|DBAD|N|1|2|0|T|PB|S|M|8||||| -77500|Ireland|M|14|E|DBAG|N|6|2|0|t|PB|S|M|1||||| -80000|USA|M|7|E|DBAG|N|4|2|0|C|NP|S|M|30||||| -78000|USA|M|11|E|DT|N|10|1|2|c|PB|S|M|10||||| -90000|USA|M|10|E|AN|N|5|1|0|C|PB|S|M|4||||| -190000|USA|P|1|E|M|Y|8|1|4|m|PB||M|30||||| -96000|USA|M|14|E|M|Y|14|2|0|c|PB|S|M|4||||| -60000|USA|M|13|E|DBAG|N|13|1|1|c|PB|S|M|2||||| -104000|USA|M|20|E|DA|N|20|3|6|m|PB|S|M|4||||| -112000|USA|M|25|E|DBAP|N|20|4|2|C|NP|C|M|8||||| -100000|USA|M|15|E|DBAG|N|1|1|0|T|PB|S|M|200||||| -91000|USA|M|30|E|DBAG|N|30|1|0|T|PB|S|M|30||||| -95000|USA|M|3|EC|E|N|7|2|1|C|PB|S|M|12||||| -103000|USA|M|12|E||N|10|1|0|T|PB|C|M|30||||| -127500|USA|M|20|E|DBAG|N|15|3|0|T|PB|S|M|3||||| -100200|USA|M|15|E|DBAG|N|15|6|0|m|NP|S|F|6||||| -127000|USA|M|20|E|D|N|20|5|1|c|PB|S|M|9||||| -107000|USA|M|6|E|A|Y|4|1|0|m|PB|S|M|12||||| -129000|USA|M|14|E|DBAD|N|14|2|4|C|PB|S|F|4||||| -140000|USA|M|13|E|M|Y|12|1|0|m|PB|S|M|30||||| -141000|USA|M|11|E|DA|N|31|6|6|m|PB|S|M|350||||| -31200|USA|M|7|IC||N|7|2|0|T|PB|C|M|1||||| -135000|USA|M|15|E|DBAG|N|5|2|2|c|PB|SR|M|450||||| -425000|USA|M|24|IC|DA|Y|26|3|6|m|PB|S|M|5000||||| -125000|USA|M|7|E|DBAG|Y|7|1|0|C|PB|S|M|28||||| -87000|USA|M|7|E|DA|N|3|3|1|C|PB|S|M|10||||| -93000|USA|M|3|E|AN|N|3|1|0|C|PB|S|M|4||||| -72000|USA|M|4|EC|D|N|4|1|3|C|PB|SE|M|100||||| -91660|USA|M|6|EC||N|14|2|3|m|PB|C|M|100||||| -149000|USA|M|12|E|E|N|15|1|0|C|PB|S|M|200||||| -108000|USA|M|20|E|DBAP|N|20|4|0|C|PB|SR|F|150||||| -120000|USA|M|12|E|DBAP|N|18|3|1|C|LG|S|M|350||||| -110000|USA|M|8|E|DBAG|N|5|2|4|c|PB|S|M|38||||| -120000|USA|M|20|E|DBAG|N|12|2|0|m|PB|S|F|400||||| -80000|Germany|M|15|E||Y|1|1|1|T|PB|SR||30||||| -57500|Netherlands|M|7|E|D|N|3|1|4|c|NP|S|M|6||||| -70000|USA|M|10|E|AN|N|5|2|0|m|PB|S|M|8||||| -137500|USA|M|10|E|M|Y|8|3|3|m|PB|SE|M|2||||| -118000|USA|M|25|E|DBAD|N|15|3|1|C|PB|S|M|200||||| -95000|USA|M|9|E|DBAG|N|9|2|1|C|PB|C|M|20||||| -167000|USA|M|20|E|DBAP|Y|25|6|1|m|PB|S|M|70||||| -137000|UK|M|20|IC|DBAG|N|1|6|0|m|PB||M|50||||| -107000|USA|M|25|E|DBAG|N|14|5|0|C|PB|S|M|25||||| -116000|USA|M|10|E|DBAP|N|10|1|2|C|PB|S|M|18||||| -106575|USA|M|13|E|DBAP|N|1|4|2|T|PB|S|F|100||||| -90000|USA|M|17|E|M|Y|2|1|0|C|SG|S|M|63||||| -93000|USA|M|5|EC|DBAG|N|5|3|5|c|PB|S|M|110||||| -97000|USA|M|20|E|DBAP|N|23|3|5|m|PB|S||100||||| -137000|USA|M|20|E|DBAG|Y|25|2|2|C|PB|S|M|50||||| -110000|USA|M|24|E|DBAP|Y|24|2|5|C|PB|S|M|40||||| -26000|Peru|M|8|E|DBAP|N|5|2|0|m|PB|SE|M|100||||| -65000|USA|M|1|EC||N|1|1|1|m|PB|S|M|200||||| -125000|USA|M|20|E|DBAG|N|7|2|0|C|PB|S|M|3||||| -115000|USA|M|15|E|DBAP|N|7|2|4|m|LG|SE|M|15||||| -85000|USA|M|3|E|DBAG|N|3|1|0|c|PB|SR|M|800||||| -30000|Greece|M|20|E|DBAG|N|20|1|3|m|PB|C|M|10||||| -130000|USA|M|30|E|M|Y|12|3|0|c|PB|S|M|10||||| -83200|USA|M|8|E|DA|N|8|1|2|T|PB|S|M|3||||| -98259|USA|M|23|E|DT|N|15|2|0|t|LG|S|M|3||||| -60000|Russia|O|5|E|DT|N|5|2|4|m|PB|S|M|10||||| -120000|USA|M|5|IC|DBAG|N|5|3|6|m|PB|S|M|5||||| -130000|USA|M|14|EC|DBAD|N|6|3|5|C|FG|S|M|3000||||| -105000|USA|O|15|E|DBAG|N|35|5|1|C|PB|S|M|125||||| -130000|USA|M|12|E|DBAP|Y|5|4|3|C|PB|S|M|65||||| -145000|USA|M|8|E||Y|3|2|0|m|PB|S|M|20||||| -120000|USA|M|10|E|DBAP|N|10|1|1|T|PB|SR|M|40||||| -105000|Ireland|M|20|E|E|Y|9|3|1|m|PB|SE|NB|140||||| -103000|USA|M|22|E|E|N|22|1|0|c|NP|S|M|20||||| -95000|USA|M|4|E|M|Y|4|1|4|c|PB|S|F|6||||| -100000|USA|M|5|E|D|Y|5|1|0|m|PB||M|2||||| -82804|USA|M|15|E|DBAG|N|15|4|0|c|PB|S|M|4||||| -78000|USA|M|5|E|DBAP|N|10|3|0|c|LG|S|F|7||||| -110000|USA|M|8|E|DBAG|N|15|3|0|c|PB|S|M|28||||| -66000|Canada|M|19|E|DT|N|10|2|0|m|SG|SE|M|50||||| -150000|USA|O|22|IC|DBAP|N|20|5|0|C|PB|S|M|5||||| -153300|USA|M|22|E|DBAG|Y|22|6|2|m|PB||M|40||||| -67000|USA|M|15|E|AN|N|15|2|1|c|E|S|M|100||||| -114000|USA|M|18|E|DBAG|N|10|4|0|C|NP|S|M|5||||| -120000|USA|M|8|EC|DA|N|20|2|0|t|PB|S|M|80||||| -105000|USA|M|15|E|DBAG|N|6|2|0|T|LG|S|M|2||||| -125000|USA|O|20|E|DBAG|Y|7|3|0|C|PB|S|M|25||||| -116300|USA|M|25|E|DBAG|N|10|2|1|m|PB|S|M|65||||| -105000|USA|M|15|E|DBAD|N|15|6|0|C|PB|S|M|200||||| -135000|USA|M|19|E|DBAG|Y|3|4|0|t|PB|S|M|12||||| -106000|USA|M|16|E|DBAD|N|10|2|2|c|E|S|M|10||||| -78000|USA|M|5|EC|DBAD|N|1|1|3|m|PB|SR|M|30||||| -120000|USA|M|25|E|DBAG|N|8|2|0|m|PB|S|M|20||||| -110000|USA|M|12|E|DBAG|N|8|2|5|m|PB|S|M|17||||| -125000|USA|M|10|E|M|Y|10|2|3|c|PB|S|M|90||||| -92500|USA|M|8|E|DBAG|N|1|1|0|t|PB|S|M|300||||| -130000|USA|M|18|E|DT|N|15|4|6|m|PB|S|M|10||||| -137000|USA|M|18|E|M|Y|3|6|0|C|PB|S|M|6||||| -140000|USA|A|3|E|DBAD|N|18|2|0|C|PB|S|M|100||||| -70000|UK|M|15|E|DBAP|Y|15|3|1|m|PB|C|M|0||||| -112000|USA|M|16|E|DBAG|N|16|2|6|C|PB|S|M|130||||| -100000|USA|M|14|E|DBAG|N|25|4|0|c|PB|S|M|4000||||| -75000|South-Africa|M|12|EC|DBAP|N|3|2|3|C|PB|SR|M|8||||| -36000|UK|M|5|E|D|Y|5|1|1|c|PB||M|150||||| -90000|USA|M|12|E|DBAG|N|10|1|1|m|NP|S|M|5||||| -209000|USA|M|25|E|A|Y|20|4|0|m|PB|S|M|60||||| -162788|USA|M|16|E|A|Y|17|1|1|c|FG|S|M|200||||| -90000|USA|M|5|E|DBAG|N|5|1|0|m|PB|S|M|5||||| -68000|USA|M|5|E|DBAD|N|5|1|2|C|PB|S|M|4||||| -120000|USA|M|20|E|A|N|7|2|0|C|PB|S|M|5||||| -95000|USA|M|8|E|D|N|4|3|5|C|PB|SE|M|10||||| -106500|USA|M|15|E|DT|N|7|2|5|m|NP|SE|M|250||||| -350000|USA|M|12|IC|A|N|40|6|0|m|PB|S|M|12||||| -101000|USA|M|10|E|D|N|10|4|1|m|LG|S|M|6||||| -110000|USA|M|22|E|D|N|20|5|2|C|PB|C|M|7||||| -129000|USA|M|22|E|A|N|5|1|0|m|PB|C|M|50||||| -72695|South-Africa|M|15|IC|A|Y|5|2|0|C|PB|S|M|60||||| -185000|USA|M|18|IC|DA|N|32|3|0|c|PB|S|M|4||||| -60000|USA|M|1|E|DT|Y|1|1|2|C|PB|SR|M|0||||| -110000|USA|M|10|E|DT|N|1|1|1|m|PB|SE|F|5||||| -115500|USA|M|15|E|DBAG|Y|15|1|3|c|FG|S|M|2||||| -110000|USA|M|20|E|DBAP|N|20|3|3|m|PB|S|M|50||||| -89000|USA|M|5|E|DBAG|N|5|1|0|c|PB|S|M|165||||| -90000|USA|M|10|E|DBAG|N|5|3|0|C|PB|S|M|25||||| -70000|UK|M|30|E|DS|N|15|3|3|m|FG|S|M|115||||| -77000|USA|M|2|E|DBAG|N|2|2|5|T|PB|S|M|6||||| -65000|Brazil|M|3|EC|DBAG|N|5|1|6|m|PB|S|M|40||||| -133000|France|O|20|E|DBAP|Y|12|2|2|m|PB|S|M|150||||| -115000|USA|M|10|E|DBAG|N|10|2|1|m|PB|S|M|4000||||| -110000|USA|M|15|E|DBAG|N|20|5|0|C|PB|S|M|5||||| -145000|USA|M|20|EC|DBAG|N|20|6|6|m|PB|S|F|18||||| -138000|USA|M|18|E|DBAP|N|4|1|4|m|PB|S|M|1000||||| -158566|USA|M|31|E|DA|Y|15|2|1|C|PB|S|M|73||||| -91371|USA|M|18|E|DBAG|Y|14|2|0|t|PB||M|8||||| -92000|USA|M|3|E|DBAD|N|8|1|1|C|PB|S|M|33||||| -97000|USA|M|20|E|DBAG|Y|24|5|1|c|SG|S|F|6||||| -123000|USA|M|8|E|DBAP|Y|38|6|0|C|PB|S|M|5||||| -95290|New-Zealand|M|18|E|DBAG|N|18|6|1|C|PB|S|M|85||||| -33000|Turkey|M|9|E|DBAP|N|6|4|6|m|PB|SR|M|10||||| -105000|USA|M|25|E|M|Y|25|2|1|C|PB|S|M|150||||| -47000|Spain|M|8|E|DBAG|N|2|1|6|m|PB|S|M|25||||| -93000|Canada|M|20|E|DBAG|N|15|3|1|C|NP|S|M|100||||| -139000|USA|M|22|E|DT|Y|12|3|2|C|PB|S|M|45||||| -70000|Canada|M|15|E|DBAP|N|8|1|4|c|PB|S|M|85||||| -135000|USA|M|19|E|DBAG|Y|10|1|1|c|PB|S|M|80||||| -106000|USA|MDB|2|E|DA|N|5|1|1|T|PB|C|M|100||||| -140000|USA|M|25|E|DBAG|Y|8|3|1|m|PB|S|M|100||||| -56850|Canada|M|15|E|DBAG|N|7|2|0|m|PB|S|F|30||||| -105387|UK|M|15|IC|DBAP|N|15|6|3|m|PB|S|M|14||||| -80000|USA|M|12|E|DBAD|N|10|1|0|C|PB|S|M|444||||| -81000|Canada|M|20|E|DBAP|N|20|6|0|C|PB|S|M|20||||| -86174|USA|M|20|E|DBAG|N|12|2|1|C|E|S|M|100||||| -86200|USA|M|10|E|DBAP|N|10|4|0|c|E|S|M|8||||| -75000|USA|M|3|E|DA|N|1|1|3|C|PB|S|M|17||||| -92000|USA|M|11|E|DBAD|N|6|2|0|m|PB|S|M|10||||| -105000|USA|M|20|E|DBAP|N|20|6|0|c|SG|S|M|10||||| -179000|USA|M|20|E|DBAG|N|8|6|6|m|PB|SR|M|10||||| -80000|UK|M|15|E|DBAP|Y|2|1|0|T|PB|SE|M|100||||| -70000|USA|M|1|E|AN|N|5|2|0|c|NP|S|M|300||||| -90000|USA|M|7|E|DBAP|N|7|1|1|c|PB|C|M|7||||| -84000|Canada|M|20|E|DBAD|N|30|5|0|m|PB||M|10||||| -70000|USA|M|3|E|DBAP|N|1|1|6|m|PB|S|M|4||||| -118450|USA|M|9|E|DBAG|N|7|3|2|C|PB|S|M|50||||| -105000|USA|M|9|E|DBAP|N|6|2|1|m|PB|C|M|50||||| -123000|USA|M|13|E|DBAG|N|5|1|6|C|SG|C|M|150||||| -40000|Ecuador|M|10|E|DBAG|Y|5|2|0|c|PB|SR|M|30||||| -220000|USA|M|15|IC|A|N|15|5|2|m|PB||NB|15||||| -120000|USA|M|20|E|DT|N|20|3|3|m|PB|C|F|25||||| -110000|USA|M|10|E|DBAG|N|10|6|5|m|PB|S|F|15||||| -85000|USA|O|3|E||N|3|1|0|m|PB|S|M|6000||||| -95000|USA|M|15|E|A|N|10|2|0|m|PB|S|M|2||||| -145000|UK|MS|10|E|DS|Y|12|1|2|C|PB|S|M|10||||| -98966|USA|M|25|E|DBAP|N|25|3|2|C|NP|S|M|20||||| -110000|USA|M|19|E|DBAG|Y|19|4|0|T|E|S|M|200||||| -115000|USA|M|25|E|DBAG|Y|25|6|4|C|PB|S||6||||| -75|Canada|M|4|E|DBAG|N|19|4|1|C|PB|S|M|75||||| -125000|USA|M|20|IC|DBAD|N|20|6|0|m|PB||M|4||||| -145000|USA|M|18|E|M|Y|2|1|0|C|PB|S|M|30||||| -79060|UK|M|12|E|DBAG|N|7|4|0|C|PB|S|M|100||||| -30000|Brazil|M|18|IC|DBAD|Y|23|6|0|m|PB|SE|M|200||||| -200000|USA|M|15|IC|DBAD|N|30|3|1|c|PB|S|M|8||||| -130000|USA|M|20|E|DBAP|N|2|2|1|m|PB|S|M|15||||| -141750|USA|M|20|E|A|Y|7|1|0|c|PB|S|M|4||||| -85000|USA|M|11|E|DBAD|N|11|4|1|c|PB||M|1400||||| -145000|USA|M|25|E|E|Y|25|2|2|m|PB|S|M|20||||| -61813|Canada|M|7|E|DBAP|N|3|2|2|c|SG|C|M|350||||| -82000|USA|M|15|E|DBAP|N|6|3|3|c|SG|S|M|27||||| -78000|Canada|M|14|E|E|N|2|1|2|m|PB|SE|M|16||||| -85000|USA|M|12|E|M|Y|15|1|4|m|LG|S|M|500||||| -115000|USA|M|8|E|DBAG|N|8|4|0|m|PB|SR|M|10||||| -90000|USA|M|23|EC|DBAD|N|1|6|0|m|PB|SR|F|10||||| -105000|USA|M|14|E|AN|N|14|3|6|T|PB||M|3||||| -85000|Canada|M|20|E|E|N|10|2|0|m|PB|C|M|10||||| -150000|USA|M|16|E|A|Y|4|6|0|m|PB|S|M|5||||| -25000|Serbia-and-Montenegro|M|12|E|DT|N|12|4|2|c|PB|SR|M|50||||| -180000|USA|M|10|E|A|Y|4|1|1|C|PB|S|M|3||||| -178000|New-Zealand|M|12|IC|DBAP|Y|4|2|0|m|PB|SR|M|12||||| -70000|USA|M|0|E|DBAG|N|0|1|2|c|PB|S|M|1300||||| -160000|USA|M|12|EC|DBAG|N|6|3|6|m|PB|C|M|12||||| -32600|Portugal|M|5|E|DBAG|N|5|2|0|c|PB|S|M|500||||| -100000|USA|M|16|E|DBAG|N|16|4|0|C|PB||M|3||||| -171000|USA|M|20|E|A|N|20|5|1|m|PB|S|M|34||||| -99350|USA||5|E|DBAP|Y|30|4|1|C|NP|S|M|30||||| -102000|USA|M|18|E|DBAG|Y|18|1|1|C|NP|S|F|150||||| -107000|USA|M|15|E|DBAP|N|10|3|3|C|PB|S|M|5||||| -77000|USA|M|6|E|DT|N|4|2|3|C|PB||F|130||||| -63000|USA|M|5|E|DBAP|N|5|1|0|c|PB|SR|M|10||||| -833600|Canada|M|18|EC|E|N|18|4|6|m|PB|S|M|80||||| -130000|USA|M|19|E|DBAD|N|13|3|0|T|PB||M|4||||| -128000|USA|M|8|E|M|Y|3|1|6|m|PB|S|M|90||||| -65000|USA|M|8|E|DBAG|N|2|2|0|T|PB|SR|M|100||||| -38197|UK|M|4|E|DBAP|N|4|1|0|c|PB|S|M|12||||| -87400|USA|M|12|E|DBAD|N|3|1|3|C|PB||M|67||||| -100000|USA|M|5|E|DBAG|Y|5|2|0|T|PB|S|M|6||||| -71000|USA|M|10|E|DBAP|N|4|3|4|T|E|S|M|20||||| -92000|USA|M|7|E|DBAP|N|8|3|1|c|PB|S|M|74||||| -100000|USA|M|7|E|DBAG|Y|7|3|1|m|NP|S|M|20||||| -80000|USA|M|8|E|D|N|7|2|3|C|PB|SE|M|50||||| -100000|USA|M|20|E|E|N|20|3|3|m|PB|SE|M|5||||| -80000|USA|M|5|EC|DBAG|N|1|1|0|C|NP|S|M|40||||| -90000|USA|M|10|E|DBAP|N|10|1|6|T|PB|S|M|35||||| -50273|Romania|M|7|E|M|Y|7|1|0|m|PB|S|M|150||||| -130000|USA|M|15|E|DT|N|15|3|0|C|PB|S|M|60||||| -195000|USA|M|25|IC|A|N|16|2|2|m|PB|S|M|7||||| -118000|USA|M|25|E|DBAP|N|19|3|3|c|NP|S|M|110||||| -70000|Canada|M|20|E|DBAP|N|20|3|1|m|PB|S|M|284||||| -80000|Sweden|M|12|E|DBAG|N|12|2|4|C|PB|S|M|50||||| -91000|USA|M|5|E|DA|N|10|1|3|m|PB|S|M|12||||| -135000|USA|M|25|E|E|N|25|1|0|C|PB||M|3||||| -80000|USA|M|20|EC|DA|N|25|4|0|c|PB|SE|M|18||||| -83000|USA|M|14|E|D|N|25|3|1|C|LG|S|M|6||||| -90000|USA|M|8|E|DBAP|N|8|1|3|c|PB|S|M|20||||| -130000|USA|M|20|E|A|N|5|1|0|m|E|S|M|350||||| -75000|USA|M|8|E|A|N|2|1|0|c|PB|SR|M|5||||| -60000|USA|M|6|E|DBAG|N|8|2|4|C|PB|S|M|3||||| -164000|USA|M|20|E|DBAG|N|20|2|4|m|PB|S|F|650||||| -165000|Uruguay|M|8|EC|DA|Y|8|2|1|C|PB|S|M|300||||| -60000|Canada|M|6|E|DA|N|15|2|2|m|PB|S|M|8||||| -130000|USA|M|18|E|DBAP|N|8|3|0|m|PB|S|M|10||||| -134391|USA|M|20|E|DBAD|N|20|5|0|m|PB|S|M|16||||| -72135|USA|M|13|E|DBAG|N|5|3|2|C|SG|S|M|20||||| -63000|CzechRepublic|M|25|IC|DT|Y|25|3|1|T|PB|S|M|60||||| -113000|USA|M|20|E|DBAP|N|20|6|0|m|PB||M|25||||| -100000|USA|M|16|E|DBAG|Y|8|1|0|m|PB|S|M|42||||| -225000|USA|M|15|IC|M|Y|25|5|0|m|PB|S|M|4||||| -94000|USA|M|24|E||N|35|5|1|C|PB|S|M|5||||| -92700|USA|M|6|E|D|N|6|2|0|m|PB|S|M|1000||||| -40000|USA|M|8|E|M|Y|8|1|0|c|PB|C|M|30||||| -91800|South-Africa|M|23|E|DT|N|23|4|3|m|PB|S|M|1||||| -135000|USA|M|15|E|D|Y|25|3|3|c|PB|S|M|5||||| -40000|Bulgaria|M|9|E|DT|Y|9|1|5|t|PB|S|M|8||||| -130000|USA|M|1|E|DBAG|N|13|6|1|m|PB|S|M|12||||| -83420|Canada|O|15|EC|DBAG|N|15|2|6|m|PB||M|10||||| -135000|USA|M|12|E|DBAG|N|12|6|1|C|PB|S|M|100||||| -132000|USA|M|6|E|DBAG|N|19|3|0|m|PB|S|M|150||||| -200000|USA|M|20|E|M|Y|10|2|0|C|PB|C|M|7||||| -125000|USA|M|9|E|DBAG|Y|9|1|0|C|E|S|M|70||||| -105000|USA|M|16|E|M|Y|3|1|0|c|PB|S|M|6||||| -84000|Canada|M|14|E|DBAG|Y|8|1|1|c|PB|S|M|11||||| -140000|USA|M|10|E|DBAG|Y|6|1|0|m|PB|S|M|18||||| -20000|Argentina|M|20|E|DBAP|N|11|2|4|m|PB|SE|M|150||||| -77000|Austria|M|7|E|DBAP|Y|7|2|4|T|PB|SE|M|3000||||| -132000|Poland|M|3|IC||N|3|6|1|C|PB|C|M|30||||| -155000|USA|M|20|E|DBAG|N|7|6|1|m|PB|SR|M|10||||| -138000|USA|M|23|E|A|N|21|6|0|m|PB|S|M|50||||| -92000|USA|M|20|E|DT|N|20|3|2|m|PB|SR|M|8||||| -135000|USA|M|19|E|A|N|4|1|3|m|PB|S|M|4||||| -115000|USA|M|15|E|A|N|17|2|1|c|PB|S|M|850||||| -51000|Ukraine|M|20|IC|DA|Y|14|4|6|m|PB||M|15||||| -50000|Poland|O|2|E|DA|N|13|4|6|C|PB|SE|NB|1||||| -128000|USA|M|15|E|DBAG|N|15|2|0|m|PB|S|M|3||||| -80000|Poland|M|8|E|DBAG|Y|2|3|4|m|PB|SE|M|25||||| -120000|USA|M|20|E|DBAG|Y|12|1|1|T|PB|S|M|2500||||| -106400|USA|M|22|E|DBAD|N|21|1|0|c|PB|S|M|9||||| -105000|USA|M|6|E|D|N|6|4|0|C|PB|S|M|8||||| -149000|USA|M|16|E|DBAD|Y|16|1|6|C|PB|S|M|10||||| -116000|USA|M|22|E|DBAD|N|20|3|1|T|NP|S|M|100||||| -87000|USA|M|7|E|DBAD|N|7|1|5|c|PB|S|M|500||||| -144760|USA|M|8|IC|DBAP|N|8|5|0|C|PB|SR|M|42||||| -82000|USA|M|4|E|DBAP|Y|4|1|2|T|NP|SE|M|50||||| -118000|USA|M|14|E|DT|N|6|2|6|C|PB|S|M|20||||| -104000|USA|M|16|E|DBAG|N|16|2|1|T|PB|S|F|8||||| -95000|USA|M|18|E|E|N|12|2|2|c|E|S|M|10||||| -101000|USA|M|4|E|DBAG|N|2|1|1|m|PB|SR|M|12||||| -68800|USA|M|4|E|DBAP|N|4|2|4|C|PB|S|M|8||||| -105000|USA|M|14|E|M|Y|4|2|0|t|PB|S|M|300||||| -68600|Canada|M|13|E|DBAG|N|13|6|0|m|E|S|F|300||||| -109000|USA|M|15|E|DBAG|Y|12|1|0|m|PB|S|M|15||||| -103000|USA|M|11|EC|DBAG|N|11|1|2|m|PB|C|M|8||||| -80000|Canada|M|8|E|DBAP|N|8|3|2|m|PB|S|M|12||||| -150|USA|M|24|E|M|Y|10|2|0|m|PB|S|M|120||||| -105000|USA|M|14|E|AN|N|17|2|2|C|NP|S|M|200||||| -75000|USA|M|6|E|DT|N|2|3|1|m|PB|C|M|45||||| -24000|Portugal|M|7|E|DBAD|N|7|1|3|T|PB|C|M|5||||| -114830|USA|M|12|E|DT|N|8|2|0|C|E|S|M|40||||| -67000|USA|M|10|E|A|N|10|1|2|C|E|S|M|18||||| -210000|USA|M|21|E|DBAD|Y|21|2|1|C|PB|S|M|10||||| -49000|UK|M|6|E|DBAG|N|1|1|1|c|PB|S|M|90||||| -75000|USA|M|0|E|DBAG|N|2|2|0|C|PB|S|M|70||||| -90000|USA|M|11|E|E|N|11|3|5|c|PB|S|M|45||||| -51000|USA|M|2|E|DBAG|N|2|1|0|T|SG|SE|M|50||||| -118000|USA|M|20|E|DBAD|N|4|1|1|T|PB||M|120||||| -145000|USA|M|14|E|DBAD|N|14|2|1|m|PB|S|M|100||||| -55000|USA|M|4|E|DT|N|4|1|0|T|PB|SE|F|25||||| -92000|USA|M|6|E|E|N|6|2|4|c|PB|S|M|4||||| -103000|USA|M|19|E|DT|Y|19|5|0|C|PB|S|M|10||||| -68000|South-Africa|M|20|E|DBAD|N|20|1|2|C|PB|S|M|5||||| -134000|USA|M|20|E|DBAG|N|22|2|0|m|PB|S|M|3||||| -135000|USA|M|11|E|DBAG|N|11|6|1|C|NP|S|M|35||||| -60000|UK|M|5|E|DBAP|N|3|2|2|T|PB|S|M|50||||| -74000|USA|M|3|E|DA|N|2|1|6|C|PB||M|100||||| -92880|USA|M|4|E|DBAD|Y|4|1|0|c|FG|SR|M|9||||| -61500|Bulgaria|M|15|E|DBAG|N|15|2|1|m|PB|S|M|6||||| -95000|USA|M|3|E|DBAD|Y|3|1|1|m|PB|SR|M|60||||| -152000|USA|O|7|E|AN|Y|10|4|6|m|PB|SE|M|5||||| -125000|USA|M|6|E|DBAG|N|20|3|0|m|NP|S|M|5||||| -97000|USA|M|15|E|DBAD|N|18|3|0|c|PB||M|25||||| -87000|UK|M|22|E|M|Y|5|1|0|c|PB|S|M|12||||| -87996|USA|M|12|E|DBAG|N|6|2|1|c|E|S|M|20||||| -15115|Brazil|M|6|E|DBAP|N|6|1|2|C|PB|SR|M|51||||| -126000|USA|M|20|E|DBAD|N|15|3|0|m|PB|C|M|30||||| -120000|USA|M|20|E|D|Y|10|6|0|C|PB|S|M|500||||| -38000|UK|M|8|E|A|N|2|3|0|C|FG|S|M|20||||| -122000|USA|M|15|E|DT|N|18|1|0|m|PB||M|34||||| -81000|Netherlands|M|14|P|DBAP|N|13|5|1|C|PB|SR|F|3||||| -97000|USA|M|7|E|DA|N|7|2|3|T|PB|S|M|25||||| -91000|USA|M|5|E|DBAG|N|5|2|3|C|PB|S|M|20||||| -130000|USA|M|20|E|DBAD|N|10|2|0|m|PB|S|M|100||||| -115000|USA|M|17|E|A|Y|1|1|0|c|E|S|M|3||||| -49000|South-Africa|M|11|E|DBAG|Y|11|3|1|m|PB||M|2||||| -78000|USA|O|2|E|DBAG|N|3|1|6|m|SG|SR|F|32||||| -180000|USA|M|20|E|DBAG|Y|20|3|1|m|PB|S|M|200||||| -147200|USA|M|19|E|DBAP|N|19|6|4|m|PB|SE|M|50||||| -23000|Brazil|M|6|E|AN|N|6|1|1|m|PB|SR|M|300||||| -72500|UK|M|5|E|AN|N|10|2|3|m|PB|SE|M|3||||| -75736|USA|O|2|E|DBAP|N|2|1|5|C|PB|S|F|6||||| -115000|USA|M|20|E|DBAD|N|20|4|0|C|PB||M|500||||| -91000|Canada|M|30|EC|DBAG|N|5|6|5|C|FG|S|M|10||||| -58743|UK|M|20|E|DA|Y|10|1|1|c|PB||M|75||||| -140000|USA|M|25|E|DBAG|N|6|2|0|m|NP|SE|M|2||||| -124000|USA|M|12|E|DBAG|N|9|1|3|C|NP|SR|M|25||||| -16400|Colombia|M|9|E|DBAG|N|9|4|1|t|PB|SR|F|29||||| -43500|UK|M|3|E|DA|N|3|2|3|m|PB|S|M|30||||| -100000|USA|M|12|E|DBAG|N|12|1|0|C|PB|S|F|1||||| -110000|Caymans|M|8|E|DBAG|Y|8|1|0|t|PB|S|M|50||||| -123200|USA|M|22|E|A|Y|5|4|0|T|PB|S|M|4||||| -67000|Germany|M|10|E|DBAD|Y|5|1|2|c|PB|S|M|8||||| -115000|USA|M|15|E|DBAP|N|30|5|0|m|NP|S|F|20||||| -59524|Netherlands|M|12|E|DT|N|2|1|3|c|PB|SR|M|20||||| -186000|USA|M|20|E|DBAG|Y|25|2|0|C|PB|SE|M|25||||| -94000|USA|M|6|E|DBAP|N|5|2|4|C|PB|S|M|12||||| -128000|USA|M|14|E|DBAG|N|14|6|0|c|PB|SR|M|1700||||| -35000|Netherlands|M|8|EC||N|8|1|0|T|PB|SE|M|10||||| -79000|UK|M|7|E|DT|Y|1|4|0|m|SG|C|M|600||||| -76000|UK|M|10|E|DBAD|N|3|1|0|m|PB|S|M|10||||| -135000|USA|M|20|E|DS|Y|3|3|0|c|PB|S|M|7||||| -79500|New-Zealand|M|10|E|DBAP|N|10|4|1|c|PB||M|25||||| -100000|USA|M|19|E|D|N|10|2|0|c|NP||M|100||||| -95000|USA|M|3|E|A|N|1|2|3|C|PB|S|F|10||||| -115000|USA|M|20|E|DBAP|N|20|6|3|m|PB|S|M|500||||| -46109|New-Zealand|M|8|E|DBAD|Y|8|1|1|T|PB|S|M|200||||| -107000|USA|M|20|E|A|N|1|1|0|c|PB|S|M|12||||| -120000|USA|M|12|E|DBAG|N|10|3|6|C|PB||M|15||||| -125000|USA|M|17|E|DBAG|Y|9|2|3|C|PB|S|M|1000||||| -127750|USA|M|14|E|D|N|14|6|0|C|PB|SE|M|35||||| -65500|UK|M|5|E|DBAG|N|10|2|0|T|PB|S|M|6||||| -105000|USA|M|5|E|DT|N|3|1|6|C|PB|S|M|28||||| -86500|USA|M|20|E|DBAG|N|3|2|0|c|LG|S|M|25||||| -123600|USA|M|10|E|DBAG|Y|2|1|0|T|PB|C|M|15||||| -114000|USA|M|20|E|DBAD|N|13|3|0|c|PB|||25||||| -102000|UK|M|15|EC|A|Y|11|2|0|C|PB|S|M|3||||| -105000|USA|M|20|E|DBAP|N|17|4|0|C|PB|S|M|2||||| -106000|USA|O|1|E|A|N|19|5|6|C|PB|C|F|6||||| -86500|USA|M|15|E|DT|N|6|2|0|m|PB|S|M|1000||||| -92500|USA|M|7|E|DBAD|Y|7|1|0|C|PB|S|M|3||||| -80000|USA|M|4|E|D|N|4|1|1|C|E|C|M|2||||| -40000|USA|M|25|E|A|N|25|5|0|c|PB|C|M|1||||| -150000|USA|M|22|E|A|Y|4|1|0|C|PB|S|M|5||||| -160000|USA|M|7|E|M|Y|1|1|0|C|PB|SE|M|7||||| -78000|USA|M|12|E|DBAP|N|12|1|0|T|E|S|M|20||||| -135000|USA|O|25|E|DBAG|Y|3|4|2|c|PB|SE|F|80||||| -112000|UK|O|13|EC|DBAP|N|13|2|4|c|PB|S|M|8||||| -65000|Denmark|M|15|E|DS|Y|5|2|1|T|PB|S|M|200||||| -100000|UK|M|10|IC|E|N|4|6|0|c|PB|SR|M|1||||| -67000|Netherlands|M|15|E|DBAP|Y|15|4|3|C|PB|C|M|250||||| -140000|USA||4|E|DA|N|4|1|3|C|PB|S|M|45||||| -140000|USA|M|16|E|A|Y|5|3|0|C|PB|S|M|1000||||| -105617|UK|M|12|E|E|N|1|2|6|m|PB|S|M|78||||| -95000|USA|M|9|E|DBAG|N|1|1|0|c|SG|S|M|1800||||| -143000|Australia|M|13|E|AN|Y|23|2|1|m|PB|S|M|20||||| -62000|USA|M|5|E|D|N|5|1|6|c|PB|S|F|2||||| -93000|USA|M|25|E|DBAP|N|25|3|0|C|E|S|M|5||||| -114000|USA|M|12|E|DT|Y|5|1|2|m|PB|S|M|40||||| -170000|USA|M|3|E|M|Y|3|1|4|m|NP|SE|F|12||||| -153000|USA|M|10|E|A|N|2|1|0|m|PB|SR|M|5||||| -46000|Mexico|M|10|E|DBAP|N|10|6|4|m|PB|SR|M|25||||| -103000|Australia|M|22|E|M|N|8|4|0|m|NP|S|M|50||||| -105800|USA|M|19|E|DBAP|N|19|1|1|C|E|SR|F|1||||| -110000|USA|O|15|E|M|Y|15|2|4|C|E|S|M|100||||| -100280|USA|M|15|E|DT|N|15|2|3|m|PB|SE|M|25||||| -51600|Poland|M|10|E|DT|N|3|2|0|C|PB|S|M|3||||| -130000|USA|M|15|E|DBAP|N|25|3|1|m|PB|SE|M|35||||| -113000|UK|M|9|EC|DT|N|4|5|1|m|NP|S|M|35||||| -140000|USA|M|20|E|DT|N|20|1|1|c|PB|S|M|3||||| -126000|USA|M|4|E|DBAD|N|20|5|4|C|SG|S|F|6||||| -144000|USA|M|21|E|DBAG|N|21|6|2|m|FG|S|M|50||||| -105000|USA|M|30|E|DBAG|N|15|3|0|m|PB|S|M|30||||| -87500|USA|M|10|E|DBAG|N|1|1|0|c|PB|S|M|7||||| -100000|USA|M|9|E|DA|N|9|1|0|C|PB|SE|M|5||||| -32500|Australia|M|4|P|DBAG|Y|4|1|0|c|PB|S|M|3||||| -145000|USA|M|19|E|DBAG|N|13|1|2|c|NP|S|M|40||||| -69500|Australia|M|8|E|D|N|5|1|2|c|E|S|M|18||||| -85000|Australia|M|18|EC|D|N|18|1|0|m|PB|S|M|5||||| -185000|USA||20|EC|A|N|15|5|5|C|PB|S|M|13||||| -55000|Slovenia|M|14|E|M|Y|10|1|1|C|PB|S|M|100||||| -117500|USA|M|5|E|E|N|5|1|4|m|PB|S|M|20||||| -120000|USA|M|15|E|DBAP|N|15|4|6|T|PB|S|M|2||||| -118000|USA|M|6|EC|DBAP|N|3|3|6|C|PB|S|M|500||||| -115000|USA|M|20|E|M|Y|20|2|6|c|NP|S|M|100||||| -105000|UK|M|13|EC|M|Y|10|2|0|T|PB|SE|M|50||||| -107000|USA|A|2|E|DBAP|Y|20|2|0|m|NP|SE|F|1000||||| -103000|USA|M|9|E|DBAG|N|9|3|1|C|PB|SR|M|28||||| -60000|Slovenia|M|10|E|DBAG|N|12|1|1|C|PB|S|M|4||||| -135|USA|O|12|E|M|Y|2|5|0|C|PB|C|F|100||||| -51200|Italy|M|8|E|DBAP|N|8|3|5|m|PB|SR|M|300||||| -130000|USA|M|14|E|DBAG|N|2|2|0|m|PB|SE|M|2||||| -100000|USA|M|10|E|DBAP|Y|10|1|1|T|PB|S|M|28||||| -106000|USA|M|4|E|DBAG|N|4|1|1|m|PB|S|F|200||||| -79000|New-Zealand|M|10|E|D|N|30|2|1|C|FG|C|M|12||||| -120000|Denmark|M|19|E|DBAG|N|4|1|6|m|PB|C|M|5||||| -105000|USA|M|10|E|D|N|4|1|3|m|PB|S|M|1000||||| -160000|USA|M|17|EC|DBAG|N|6|6|0|m|PB|S|M|6||||| -80000|Netherlands|M|13|E|DBAG|N|13|2|0|C|PB||M|200||||| -100200|USA|DB2|5|E|DBAG|N|5|1|6|T|PB|S|M|30||||| -124000|USA|M|21|EC|AN|N|22|4|2|c|PB||M|50||||| -80000|USA|M|5|E|A|Y|5|1|0|m|PB|S|M|20||||| -120000|USA|M|12|E|E|Y|3|2|0|m|PB|S|M|20||||| -59000|Portugal|M|13|E|DBAG|N|4|3|4|C|PB|S|M|40||||| -78000|USA|M|10|E|DT|N|3|3|1|C|PB|S|M|250||||| -185000|USA|M|20|E|DBAG|N|15|6|1|m|PB|S|M|100||||| -110000|USA|M|12|E|DBAG|N|12|4|0|C|PB|S|M|500||||| -130000|USA|M|20|E|M|Y|20|2|4|m|SG|S|M|19||||| -160000|USA|M|20|E|E|N|20|6|0|m|PB|S|M|6||||| -50000|UK|M|18|E|DBAP|Y|25|6|4|c|SG|S|F|100||||| -65000|Australia|MS|16|E|A|Y|23|3|0|m|PB|C|M|120||||| -72000|New-Zealand|M|10|E|D|N|10|2|1|c|FG|SR|M|4||||| -120000|USA|M|8|EC|DBAP|N|8|2|2|m|PB|SR|F|6||||| -73000|SaudiArabia|M|6|E|DBAP|Y|1|2|2|m|PB|S|M|50||||| -60000|Australia|M|6|EC|DBAG|N|5|2|2|m|PB|SR|M|14||||| -70000|New-Zealand|M|6|E|DBAP|N|6|3|6|c|PB|S|M|24||||| -88300|Canada|M|20|E|DT|Y|10|2|2|m|PB|S|M|700||||| -55000|Sweden|M|6|EC|DBAG|N|6|2|0|m|PB|C|M|7||||| -72000|UK|M|12|E|DBAG|N|12|2|3|c|PB|S|M|2000||||| -96000|USA|M|5|E|DBAG|N|3|2|0|c|PB|S|M|400||||| -62500|Australia|M|5|E|DA|N|5|1|3|m|PB|SR|M|17||||| -200000|USA|M|15|E|A|N|2|1|1|m|PB|C|M|2||||| -115000|USA|M|10|EC|D|N|5|2|2|c|PB|S|M|300||||| -75000|Australia|O|8|E|DBAP|N|8|2|2|C|PB||M|100||||| -130000|USA|M|24|EC|DBAD|N|14|2|3|m|PB|S|M|2||||| -200000|USA|M|12|E|M|Y|4|1|0|m|PB|C|M|15||||| -120000|USA|M|20|EC|DBAG|N|2|2|0|T|PB|S|M|9||||| -240000|USA|M|24|IC|DBAD|N|37|6|0|m|PB|SE|M|25||||| -131720|USA|M|18|E|DBAP|N|1|6|3|m|PB|S|M|40||||| -97000|USA|M|8|E|DT|N|8|1|6|m|LG|SE|M|60||||| -40000|UK|M|7|E|DBAG|N|2|1|2|c|SG|SE|M|5||||| -121200|USA|M|14|EC|E|N|9|4|3|m|PB|C|M|20||||| -125000|USA|M|10|E|DBAP|N|8|4|3|c|PB|S|M|0||||| -200000|Italy|M|20|IC|DBAP|Y|20|4|2|t|PB|S|M|70||||| -36048|Greece|M|6|E|DT|N|20|1|5|C|PB|SR|M|90||||| -105000|USA|M|20|E|D|Y|1|4|3|m|PB|SE|M|3||||| -59000|USA|M|3|E||N|3|1|0|c|FG|SR|M|10||||| -155000|USA|A|4|E|E|Y|12|4|6|m|PB|SR|F|6||||| -26000|India|M|13|E|D|N|13|6|6|m|PB||M|4||||| -145000|USA|M|15|EC|DBAG|N|15|3|1|m|PB|SR|M|3||||| -90000|Australia|M|10|EC|DBAP|N|3|1|2|m|PB|SR|M|1500||||| -70000|UK|M|8|E|DA|Y|12|2|0|C|PB|S|M|150||||| -156000|USA|M|20|E|M|Y|12|2|0|m|LG|S|M|4||||| -235000|USA|O|22|E|A|N|5|3|6|t|PB|SE|F|85||||| -60000|UK|M|5|E|DT|N|5|1|2|C|PB|SE|M|100000||||| -65000|Australia|O|4|E|DBAP|N|4|1|1|m|SG|SR|M|100||||| -50100|Canada|M|4|E|DA|N|4|1|1|C|PB|SE|M|10||||| -104310|USA|M|10|E|DBAG|N|5|3|0|m|PB|S|M|2||||| -140000|USA|M|20|E|DBAP|N|20|5|4|m|PB|SR|M|9||||| -400000|USA|M|10|IC|A|N|20|3|0|m|PB|S|M|500||||| -170000|USA|A|8|EC|D|N|7|3|1|C|PB|S|F|150||||| -200000|USA|M|10|E|DBAD|N|20|1|0|C|PB|S|M|100||||| -110000|USA|M|20|E|D|Y|10|2|0|m|PB|C|M|800||||| -158000|USA|M|19|E|A|N|8|1|0|m|PB|S|M|3||||| -165000|USA|M|20|E|DT|N|20|5|0|m|PB|S|M|10||||| -125000|USA|M|20|E|A|N|10|3|0|m|PB|S|M|10||||| -83000|USA|M|15|E|DBAG|N|15|1|0|C|E|S|M|72||||| -135000|USA|M|10|E|A|N|20|6|0|C|NP|S|M|10||||| -110000|Australia|MS|2|IC|A|N|2|1|0|m|PB|C|M|3||||| -130000|USA|M|12|E|DBAG|N|1|4|2|m|PB||M|0||||| -150000|USA|M|18|E|DBAP|N|14|4|4|m|PB|S|M|40||||| -61000|UK|M|13|E|DBAG|N|10|4|6|C|PB|C|M|700||||| -87000|USA|M|1|E|DBAP|N|1|2|0|C|NP|S|M|100||||| -85000|USA|M|19|E|DBAG|N|15|4|1|c|PB|S|M|20||||| -125000|USA|M|10|E|DT|N|10|6|2|m|PB|S|M|50||||| -118000|USA|M|20|E|E|N|20|3|6|C|PB|S|M|20||||| -80000|USA|M|5|E|DBAG|N|1|1|1|c|PB|S|M|100||||| -150000|USA|M|6|E|DT|N|6|1|6|c|PB|S|M|17||||| -90000|UK|P|1|E|DBAP|N|6|4|0|m|PB|S|M|20||||| -45000|New-Zealand|M|8|P|DBAG|N|5|2|0|c|PB|SR|F|20||||| -135000|USA|M|11|E|DBAP|Y|11|1|1|m|PB|S|F|24||||| -116000|USA|O|18|EC|DBAP|N|18|4|6|m|PB|S|M|1000||||| -83000|Australia|M|5|E|DBAD|N|5|1|0|m|PB|S|M|500||||| -110000|USA|P|2|E|E|N|3|2|1|C|PB|S|M|60||||| -112000|USA|M|16|E|M|N|8|2|0|m|PB|C|M|2||||| -122500|USA|M|10|E|DBAP|N|10|1|0|C|NP|SR|M|15||||| -165000|USA|M|15|E|A|N|12|3|0|m|PB|SR|M|25||||| -110000|USA|M|9|E|DT|N|4|2|1|C|PB|S|M|5||||| -101000|USA|M|15|EC|DA|N|15|6|2|c|PB|S|M|6||||| -87600|USA|M|3|E|DBAD|Y|3|1|0|C|PB|C|F|4||||| -137500|USA|M|15|E|DBAP|N|14|6|1|C|PB|SE|M|12||||| -92000|USA|M|16|E|DBAG|Y|18|1|3|c|SG|S|M|160||||| -98000|Australia|M|10|E|E|N|4|1|3|C|PB||M|85||||| -150000|USA|M|25|E|E|N|25|6|0|m|PB|S|M|10||||| -129000|USA|M|10|E|DBAP|Y|3|2|1|C|PB|S|M|100||||| -70000|Australia|M|8|E|DA|N|8|2|3|m|PB|S|M|70||||| -145000|USA|M|19|EC|DBAP|N|19|6|4|c|PB|S|M|10||||| -70000|Australia|M|7|E|DBAP|N|10|2|1|C|SG|S|M|300||||| -120000|USA|M|7|E|DT|N|7|2|5|C|PB||F|150||||| -134000|USA|O|15|E|DBAD|N|10|2|1|C|PB|SR|M|50||||| -125000|USA|M|15|E|M|Y|15|2|0|c|PB||M|15||||| -135000|USA|M|2|E|DBAD|N|18|5|0|m|PB|S|M|300||||| -122000|USA|M|15|E|DBAP|Y|6|1|5|C|PB|S|M|2||||| -145000|USA|M|19|EC|A|N|8|2|6|t|PB|S|M|300||||| -162000|USA|M|19|EC|DBAP|N|4|1|3|m|PB|S|F|50||||| -84500|USA|O|1|E|DBAP|N|4|1|4|c|PB|S|M|100||||| -179800|USA|M|30|E|A|Y|20|2|0|m|PB||M|150||||| -134000|USA|MS|7|EC|DBAP|N|30|6|2|m|FG||M|0||||| -101000|USA|M|20|E|A|N|1|1|0|C|E|S|M|20||||| -103000|Vanuatu|M|19|E|DT|N|4|4|5|m|PB|S|M|30||||| -112000|USA|M|15|E|DBAG|N|10|4|1|m|PB|SR|M|20||||| -125000|USA||5|E|DBAG|N|25|6|4|m|PB|S|M|24||||| -177400|USA|M|12|EC|DBAP|N|5|2|3|C|PB|S|M|270||||| -106000|USA|M|9|E|DBAG|N|9|2|3|T|PB|SE|M|100||||| -135000|USA|M|10|E|A|Y|3|3|3|C|PB|S|M|25||||| -107000|USA|M|6|E|DBAG|N|8|3|0|C|PB|S|M|15||||| -120000|Uruguay|M|15|IC|DBAD|N|5|1|0|m|PB|SR|M|10||||| -127000|USA|M|13|E|DBAP|N|12|2|6|c|PB|C|M|20||||| -110000|USA|M|5|E|DBAG|N|5|4|2|C|PB|S|M|360||||| -106000|USA|M|10|E|DS|N|1|1|6|C|PB|S|M|18||||| -128000|USA|M|22|E|DBAG|Y|13|3|2|m|PB|S|M|100||||| -275000|USA|M|25|IC|A|Y|25|3|2|m|PB|C|M|82||||| -34000|India|M|9|E|DBAG|Y|3|4|3|m|PB|C|M|25||||| -165000|USA|M|15|E|D|N|15|6|2|m|PB|S|M|300||||| -100000|USA|M|5|E|DBAP|N|5|1|6|m|PB|SE|M|15||||| -99000|USA|M|20|E|DBAP|N|6|3|4|C|PB|C|F|600||||| -104000|USA|M|20|E|DBAG|N|8|2|3|C|NP|S|M|200||||| -240000|USA|M|22|IC|A|N|15|3|0|m|PB||M|200||||| -150000|USA|M|15|EC|DBAG|N|15|5|1|t|FG|S|M|48||||| -180000|USA|M|20|IC|DBAG|N|22|6|0|m|PB|S|M|10||||| -125000|USA|M|12|E|A|N|1|1|2|m|PB|S|M|15||||| -110000|USA|M|15|E|DBAD|N|10|2|0|m|NP|SR|M|200||||| -148500|USA|A|15|EC|M|Y|3|1|0|m|PB|C|M|7||||| -150000|USA|M|10|E|A|N|10|1|0|m|PB|S|M|20||||| -107000|USA|M|10|E|D|N|6|3|3|c|PB|S|M|4||||| -115000|USA|M|8|E|DBAG|N|12|3|3|C|PB|SE|M|5||||| -101000|USA|M|22|E|DBAG|N|8|2|4|m|PB|SE|M|50||||| -103000|USA|M|20|E|DT|Y|22|3|2|c|PB|S|F|70||||| -153000|USA|M|14|IC|DBAP|N|8|2|3|m|PB|SR|M|10||||| -76000|Australia|M|14|E|D|N|5|3|2|m|SG|S|M|15||||| -24000|Brazil|M|5|E|DBAG|Y|5|3|2|m|PB|SE|M|6||||| -400000|USA|M|10|IC|DBAD|N|10|4|0|m|PB|S|M|300||||| -100000|USA|M|10|E|DBAG|N|9|1|1|m|LG|S|F|0||||| -73000|USA|M|8|E|DBAP|N|8|1|0|C|PB|||15||||| -85000|USA|M|10|E|DT|N|10|4|3|C|PB|SR|F|4||||| -101250|USA|M|9|E|A|Y|9|1|0|T|PB|SR|M|5||||| -170000|USA|M|23|E|DBAP|Y|10|2|3|m|PB|S|M|10||||| -50000|Taiwan|M|14|E|DBAG|N|14|4|6|m|PB|S|M|50||||| -132000|USA|M|10|E|A|N|15|4|6|C|PB|SE|M|200||||| -66000|South-Africa|M|9|E|E|N|9|5|6|m|PB|S|M|350||||| -113100|USA|M|12|E|D|Y|6|2|1|C|NP|SR|M|1000000||||| -77000|Canada|M|15|E|DT|N|15|2|0|m|PB|S|M|6||||| -103000|Ukraine||3|E|D|N|2|2|4|m|PB|S|M|10||||| -60000|USA|M|5|E||N|16|4|6|c|PB|C|M|10||||| -56000|South-Africa|M|19|E|DT|N|9|1|0|m|PB|S|M|100||||| -200000|USA|M|20|EC|A|Y|10|1|0|m|PB|S|M|50||||| -90000|USA|M|5|E|DBAG|N|8|1|0|m|PB|SR|M|100||||| -76125|USA|M|3|E|E|N|3|1|0|m|PB|S|M|7||||| -48000|Ukraine|M|9|E|DBAD|N|9|6|6|C|PB||M|6||||| -72791|Australia|M|10|E|DBAG|N|2|3|0|m|PB|SR|M|500||||| -30000|India|M|8|E|D|N|10|4|2|m|PB|S|M|20||||| -190000|USA|M|15|E|DT|N|15|3|5|m|PB|SR|M|2||||| -90000|USA|M|8|EC|DBAG|N|8|1|6|C|PB|S|M|10||||| -81000|USA|M|5|E|DBAG|N|5|1|2|C|PB|S|M|10000||||| -265000|USA|M|16|EC|A|Y|16|2|6|m|NP|S|M|300||||| -67000|USA|M|5|E|DA|N|5|2|1|m|LG|C|M|20||||| -12500|Maldives|M|4|E|DBAP|Y|4|1|0|T|LG|SR|M|15||||| -41000|Poland|M|20|E|DBAG|N|15|2|2|C|PB|S|M|16||||| -134000|USA|M|20|EC|DBAP|Y|20|4|0|m|PB|SE|F|50||||| -80000|USA|M|7|E|DBAG|N|7|2|1|T|PB|S|M|60||||| -33000|Turkey||8|E|DA|N|8|1|1|m|PB|S|M|10||||| -76500|USA|M|11|E|DBAP|N|11|1|6|c|PB|S|M|15||||| -15000|India|M|6|E|DBAP|Y|6|4|6|m|PB||M|2000||||| -150000|USA|M|8|E|DA|Y|1|1|0|m|PB|SR|NB|800||||| -132000|USA|M|20|E|DBAG|N|3|2|2|C|PB|SE|M|8||||| -1556|India|M|7|E|DBAD|N|7|5|1|C|PB|C|M|10||||| -110000|USA|M|8|E|DBAP|N|8|2|3|T|PB|SE|M|30||||| -145000|USA|M|20|E|DBAG|N|20|5|0|m|PB|S|M|120||||| -145000|USA|M|10|E|D|N|10|3|1|c|PB|C|M|20||||| -75000|Israel|M|25|E|DBAD|N|25|3|5|t|PB|S|M|1||||| -22900|South-Africa|M|3|E|DBAG|Y|3|1|0|C|PB|S|M|100||||| -105000|USA|M|9|E|DBAG|N|5|2|0|C|PB|SE|M|3||||| -142000|USA|M|15|E|E|N|4|1|3|T|PB|S|M|12||||| -110000|USA|M|20|E|DBAP|N|6|5|4|C|PB|C|M|2200||||| -48000|South-Africa|M|20|E|D|Y|7|2|2|m|PB|C|M|350||||| -66000|South-Africa|M|15|E|M|Y|10|2|0|m|PB|S|M|5||||| -84500|USA|M|4|E|DBAP|N|4|1|0|c|PB|S|M|5||||| -130000|Switzerland|M|21|E|DBAG|Y|20|3|1|c|PB|S|M|50||||| -100|South-Africa|M|1|E|D|N|2|1|3|T|PB|S|M|80||||| -68500|Canada|M|17|E|DBAG|N|14|5|0|m|PB|SR|M|100||||| -125|USA|M|20|E|DBAG|N|24|3|3|m|PB|S|M|70||||| -40899|South-Africa||6|E|AN|Y|6|2|2|m|PB|S|M|100||||| -46000|South-Africa|M|30|E|AN|Y|30|3|1|m|PB|S|F|3||||| -22000|India|M|8|E|DT|N|9|3|6|m|PB|SR|M|4||||| -29500|Spain|M|10|E|DBAD|Y|5|2|1|C|PB|SR|M|2||||| -23000|India|M|12|E|DBAP|Y|12|3|1|m|PB|SE|F|30||||| -107000|USA|M|20|E|DBAP|N|20|2|0|C|PB||NB|50||||| -109000|USA|M|15|E|DA|N|13|3|2|C|NP|S|M|150||||| -4500|South-Africa|M|16|E|DT|N|16|2|6|m|PB||M|5||||| -12000|Turkey|M|5|E|DBAD|Y|2|1|0|m|PB|SR|F|5||||| -136500|USA|M|4|E|DBAG|N|4|1|6|c|PB|SE|M|60||||| -63000|UK|M|10|E|DBAG|N|2|2|1|m|PB||M|40||||| -41934|South-Africa|M|15|E|DT|Y|5|2|0|t|PB|SE|M|30||||| -30147|India|M|9|E|DBAG|Y|9|3|1|m|PB||M|5||||| -100000|Sweden|M|20|IC|DBAG|N|20|4|0|m|PB||M|25||||| -90000|Israel|M|19|E|DBAD|N|19|1|0|T|PB|S|M|15||||| -68200|Netherlands|M|20|E|E|N|15|1|0|c|PB|C|M|5||||| -90000|Germany|M|16|E|E|Y|2|2|3|C|PB|S|M|400||||| -120000|Australia|M|19|E|E|Y|15|3|4|m|PB|S|M|10||||| -120000|USA|M|15|E|M|Y|10|2|6|C|PB|SE|M|1400||||| -73000|Netherlands|M|15|E|DBAG|N|15|4|1|C|PB|S|M|750||||| -70000|South-Africa|M|19|EC|DBAG|N|20|6|1|m|PB|SR|M|10||||| -140000|Switzerland|M|30|E|DBAG|N|1|6|0|T|PB|SE|M|70||||| -132000|USA|M|19|E|DBAG|N|25|2|1|m|LG|S|M|500||||| -46800|Austria|M|4|E|DBAP|N|8|1|1|c|PB|S|M|140||||| -62400|Lithuania|M|4|E|DT|Y|4|1|0|C|PB||M|14||||| -89114|Germany|M|11|E|D|N|11|2|0|c|PB|S|M|8||||| -56000|UK|M|10|E|DBAP|N|12|2|1|T|PB|S|M|8||||| -33400|Poland|M|8|E|E|Y|8|1|4|C|PB|S|M|53||||| -47000|CzechRepublic|M|10|E|DBAP|N|7|2|3|c|PB|C|M|100||||| -5000|Iran|M|10|EC|DBAG|Y|3|1|1|m|PB|SR|M|950||||| -85100|Australia|M|20|E|DBAP|N|20|2|6|m|SG|S|M|10||||| -66000|UK|M|25|E|M|Y|22|3|0|C|PB|S|M|500||||| -19000|Indonesia|M|7|EC|DBAG|N|5|2|0|c|PB|S|M|6||||| -79000|Norway|M|2|E|DT|N|2|1|1|C|PB|S|M|60||||| -61000|Netherlands|M|8|E|DT|N|8|3|0|C|PB|S|M|10||||| -110000|Germany|M|8|E|DA|N|25|3|1|c|PB|SR|M|3||||| -71400|Netherlands|M|20|E|DBAP|N|20|6|0|c|PB|C|M|50||||| -60000|Sweden|M|10|EC|DBAP|N|10|3|6|m|PB|S|M|55||||| -45000|Sweden|M|5|EC|DA|Y|5|2|2|C|PB|S|M|10||||| -102000|Australia|A|4|IC|DT|N|1|3|6|m|PB|C|M|3||||| -80000|Sweden|M|16|EC|DA|Y|1|3|2|C|PB|S|M|5||||| -103000|Germany|M|10|E|M|Y|30|1|2|c|PB|S|M|30||||| -58170|UK|M|19|E|DBAG|N|19|1|6|c|PB|S|M|50||||| -72704|UK|M|20|E|M|Y|5|2|0|c|PB|S|M|800||||| -79000|UK|M|10|E|DBAG|N|7|2|6|m|PB|SE|M|4||||| -83000|Germany|M|18|E|DT|N|18|2|2|c|PB|SR|M|200||||| -68000|UK|M|14|E|DBAG|N|14|2|0|C|PB|SR|M|20||||| -62000|UK|M|5|E|DBAP|N|2|2|0|c|LG|S|M|30||||| -65000|Germany|M|10|E|DBAG|N|10|1|0|m|PB|S|F|70||||| -55000|Sweden|M|6|E|A|Y|2|1|0|C|PB|SR|M|2||||| -68697|UK|M|10|E|DBAP|N|19|1|6|m|PB|S|M|5||||| -72400|Germany|M|12|E|DBAD|N|7|2|0|c|PB|S|M|2000||||| -64000|UK|M|9|E|D|N|9|3|1|T|PB|C|M|2||||| -45|Italy|M|22|E|DBAD|Y|20|6|0|c|PB|SR|M|3||||| -102000|Iceland|M|20|E|DBAP|N|10|3|5|c|PB|S||6||||| -50000|Lithuania||6|E|DBAP|N|6|3|1|c|FG|S|M|200||||| -120|Denmark|M|20|E|DT|Y|13|1|2|m|PB|S|M|15||||| -34320|Philippines|M|12|E|A|N|10|2|2|m|PB|S|M|10||||| -55000|Latvia|M|20|E|DBAG|N|10|2|0|C|PB|S|M|24||||| -45000|Italy|M|6|E|DBAG|Y|3|1|0|T|PB|C|M|10||||| -49745|CzechRepublic|M|14|E|E|N|7|2|6|m|PB|S|M|50||||| -59000|Italy|M|20|E|DBAG|Y|10|3|2|C|PB|SE|M|500||||| -45000|Germany|M|17|E|DBAG|N|17|1|1|C|PB|S|M|30||||| -71310|UK|M|11|E|DT|N|6|1|3|C|PB|S|M|8||||| -38000|UK|M|5|E|DBAG|N|1|1|0|T|PB|SR|M|6||||| -37842|Italy|M|15|E|DBAG|N|9|2|2|c|PB|S|F|6||||| -43945|UK|M|2|E|DBAG|N|1|2|3|c|PB|SR|F|5||||| -34000|UK|M|2|E|AN|Y|15|1|5|c|E|SR|M|8||||| -40000|Italy|M|8|E|DBAG|N|8|2|2|c|PB|S|M|12||||| -447|Armenia|M|1|E|DBAP|N|1|2|3|t|PB|SR|F|105||||| -31600|UK|M|1|E|DT|N|1|1|1|C|PB|S|M|35||||| -54000|Ukraine|M|14|E|DBAG|Y|14|6|2|m|PB|S|M|3||||| -62000|Australia|M|14|E||N|14|1|3|T|PB|SE|M|10||||| -35000|Germany|M|4|E||N|4|1|6|c|PB|S|M|10||||| -59000|UK|M|10|E|DBAG|N|15|6|1|c|PB|S|M|50||||| -53000|Romania|M|8|E|E|N|13|1|1|C|PB|SR|M|60||||| -34000|Romania|M|10|E|A|N|7|2|1|C|PB||M|2||||| -66000|UK|M|15|E|DBAG|N|3|1|0|t|PB|S|M|100||||| -40142|UK|M|4|E|DBAG|N|5|1|0|c|FG||M|72||||| -45000|UK|M|5|E|DBAG|N|2|1|6|c|PB|S|M|96||||| -133333|South-Africa|M|10|E|DT|N|20|1|0|C|PB|SE|M|200||||| -70000|Germany|M|18|E|DBAP|N|22|3|0|C|PB|SR|M|20||||| -72320|Ireland|M|5|E|DBAG|N|7|4|3|C|PB|S|M|15||||| -163000|USA|M|12|E|DBAG|Y|12|3|6|c|PB|S|M|50||||| -63600|Germany|M|3|E|DA|N|8|3|6|T|PB|SR|M|250||||| -40200|Ukraine|P|1|E|E|N|5|5|6|m|PB|C|M|3||||| -141000|USA|M|22|E|DBAG|N|25|3|4|m|NP|S|F|2||||| -66000|Switzerland|M|4|EC|DT|N|4|3|2|T|PB|S|M|500||||| -31000|Italy|M|7|EC|DBAP|N|7|1|1|m|PB|SR|M|2||||| -34500|Italy|M|0|E|DBAD|N|0|1|0|m|PB|S|M|10||||| -33000|UK|M|2|E|D|N|3|1|3|c|PB|S|M|30||||| -69000|Luxembourg|M|7|E|DBAP|N|3|3|0|c|PB|SR|M|3||||| -78000|Germany|M|18|E|DBAD|N|8|1|0|m|PB|S|M|8||||| -145000|USA|A|5|EC|M|Y|1|1|2|m|PB|S|M|5||||| -66000|UK|M|8|E|M|Y|4|1|0|C|PB|S|M|4||||| -48659|UK|M|6|E|DT|N|6|1|3|T|SG|SR|M|8||||| -10000|India|M|5|E|DBAP|N|5|1|6|m|PB|S|M|15||||| -127000|USA|M|9|E|DBAP|Y|2|2|3|C|PB||M|400||||| -130000|USA|M|10|E|DBAG|N|10|3|1|c|PB|S|M|15||||| -57000|Sweden|M|11|EC|D|N|9|2|1|C|PB|S|M|30||||| -78000|USA|M|4|E|DBAG|Y|1|2|0|c|PB|S|M|6||||| -43000|UK|M|5|E|DBAP|N|13|1|3|c|PB|S|M|40||||| -106000|Swaziland|M|4|E|DBAP|N|4|1|1|T|LG|S|M|15||||| -70000|USA|M|15|E|AN|N|4|2|2|c|LG|S|F|10||||| -40000|Portugal|M|7|E|DBAG|N|7|6|1|C|PB|||50||||| -123000|USA|M|14|E|DBAG|N|4|3|1|c|FG|S|M|250||||| -77000|USA|M|8|E|DBAG|N|3|4|4|C|SG|S|M|6||||| -543000|Sweden|M|22|E|DBAP|N|22|5|0|t|PB|SR|F|12||||| -140000|USA|M|15|E|D|N|15|3|0|c|PB|S|M|120||||| -20400|India|M|9|E|M|Y|9|1|0|C|PB|SE|M|10||||| -110000|USA|M|15|E|DBAD|N|25|3|3|C|LG|S|M|4||||| -64000|Sweden|M|9|E|DBAP|N|9|1|0|T|PB|C|M|25||||| -66757|Germany|M|11|EC|DBAG|N|10|4|2|C|PB|SR|M|80||||| -8000|Sweden|M|28|E|A|N|27|5|2|m|PB|SE|M|3000||||| -48500|Greece|M|6|E|A|Y|2|2|0|m|PB|SE|M|15000||||| -109000|USA|M|9|E|DBAP|N|9|1|1|m|PB|S|M|7||||| -97000|USA|M|4|E|DBAG|N|4|1|0|c|PB|S|M|250||||| -60000|USA|M|4|E|DBAG|N|1|1|0|t|PB|C|M|50||||| -83515|Germany|M|17|E|DBAG|N|17|6|2|C|PB|C|M|14||||| -24000|Romania|M|4|E|DT|N|4|1|5|C|PB|SE|F|3000||||| -67512|Sweden|M|13|E|DS|N|10|3|5|C|PB|S|M|10||||| -93000|USA|M|10|E|DBAG|N|10|2|0|c|PB|S|M|12||||| -14109|India|M|9|E|DBAP|Y|9|2|2|m|PB||M|100||||| -108000|USA|M|15|E|DBAD|N|5|2|4|m|PB||F|100||||| -74000|USA|M|7|E|M|Y|5|1|1|C|PB|SR|M|250||||| -85000|Sweden|M|10|EC|D|N|10|3|6|m|PB|S|F|5||||| -90000|UK|DB2|12|E|DBAP|N|12|4|6|c|PB|SR|M|1||||| -142500|USA|M|29|E|E|N|2|1|3|m|PB|S|M|80||||| -61000|Germany|M|6|EC|DBAG|N|6|1|0|C|PB|S|M|6000||||| -260000|USA|M|21|E|M|Y|12|3|0|C|PB|SE|M|9||||| -110000|USA|M|15|E|D|N|4|2|2|m|PB|S|F|100||||| -125000|Switzerland|M|25|E|DBAP|N|12|1|0|C|LG|S|M|5||||| -85000|USA|M|20|E|DT|N|8|3|0|t|PB|SR|M|500||||| -108000|USA|M|18|P|DBAP|N|45|6|0|m|PB|S|M|18||||| -60000|USA|M|25|E|DBAP|N|25|3|0|c|E|S|M|26||||| -72000|Ukraine|MS|19|E|DA|N|20|6|2|c|PB|S|M|14||||| -58500|USA|M|4|E|DBAD|N|2|1|6|T|PB|S|F|5||||| -150000|USA|M|15|IC|DBAD|Y|7|2|0|T|PB|S|M|215||||| -86000|Netherlands|M|5|E|DBAG|N|5|2|0|C|PB|C|M|3||||| -31400|Belgium|M|1|EC|DBAG|N|1|1|6|T|PB|S|M|12||||| -132000|USA|M|18|E|DBAP|N|18|6|0|m|PB|S|F|500||||| -138500|USA|M|11|E|DBAG|N|20|1|0|m|NP|C|F|25||||| -134000|USA|M|15|E|A|Y|15|1|0|m|PB|S|M|6||||| -125000|USA|M|12|E|DBAG|N|8|3|2|m|PB|S|M|6||||| -95000|USA|M|10|E|DBAG|N|2|2|0|t|FG|S|M|50||||| -85000|PuertoRico|M|20|E|DBAG|N|20|4|2|C|PB|C|M|13||||| -89000|USA|M|8|E|DBAG|N|8|2|2|T|PB|SR|M|85||||| -70000|USA|M|6|E|D|N|3|2|1|c|PB|S|F|200||||| -90000|Australia|M|18|E|DA|Y|4|1|0|c|SG|SE|M|3||||| -63300|USA|M|2|E|DBAP|N|2|1|4|c|LG|S|M|6||||| -54000|Ukraine|P|8|E|DA|N|4|3|3|m|PB|C|M|100||||| -140000|USA|M|15|E|DBAP|N|5|1|6|m|E|S|M|10||||| -80753|USA|M|10|E|DBAG|N|8|2|0|C|PB|S|M|500||||| -120000|USA|M|8|E|E|N|3|5|2|m|PB|S|M|20||||| -80000|USA|M|15|E|DBAG|N|10|1|1|T|PB|S|M|8||||| -125000|USA|M|18|E|E|N|18|3|6|c|PB|SE|M|50||||| -75000|USA|M|18|E|E|N|18|3|2|C|PB|SR|F|0||||| -109000|USA|M|15|E|DBAG|Y|17|3|0|m|PB||M|23||||| -46800|Italy|MDB|4|E|DS|N|4|1|0|m|PB|S|M|2||||| -76500|Sweden|M|20|E|DS|N|20|6|2|m|PB|SR|M|2||||| -99800|USA|M|4|E|DBAP|N|4|2|1|C|E|S|M|3||||| -40000|Slovenia|M|20|E|D|Y|20|2|1|c|PB|SR|M|15||||| -90000|USA|M|8|EC|D|N|1|1|6|c|PB|SE|M|20||||| -70000|USA|M|5|E|DBAG|N|5|1|1|C|NP||F|5||||| -97000|USA|M|22|E|DBAG|N|17|3|0|c|PB|S|M|18||||| -34500|Russia|M|12|E|DBAP|Y|12|2|1|m|PB||M|45||||| -40000|Romania|M|7|E|DBAG|Y|7|2|6|c|PB|S|M|40||||| -95000|USA|M|8|E|DBAG|N|1|1|5|c|PB|S|M|90||||| -60000|USA|M|20|IC|E|N|20|3|0|c|PB|S|M|75||||| -107000|USA|M|19|E|DBAG|N|18|2|1|m|PB||M|5||||| -50316|Sweden|M|19|E|DBAP|N|19|4|1|c|FG|S|M|40||||| -120000|USA|A|1|EC|D|N|7|2|2|C|PB|S|M|70||||| -38000|Belgium|M|2|EC|DBAD|N|2|2|5|T|PB||M|2||||| -120000|USA|M|8|E|DBAG|N|8|3|5|m|PB|SR|M|60||||| -141000|USA|M|8|E|A|Y|15|3|2|m|PB|S|M|50||||| -200000|USA|M|24|E|M|Y|20|5|0|m|PB|SE||100||||| -195000|USA|M|20|E|M|Y|7|2|0|m|PB|S|F|30||||| -150000|USA|M|20|EC|A|Y|12|3|2|C|PB|S|M|50||||| -52000|Austria|M|5|E|DT|N|3|1|1|C|PB|C|F|250||||| -113000|USA|M|12|E|DBAD|N|12|1|4|T|PB|S|M|1000||||| -68500|Germany|M|19|IC|DA|Y|19|1|1|C|PB|SE|M|250||||| -127000|USA|M|6|E|DBAP|N|4|2|2|m|PB||M|11||||| -110000|USA|M|14|E|DBAG|N|5|1|1|C|SG|S|F|1300||||| -110000|USA|M|6|E|DT|N|6|3|6|C|PB|S|M|38||||| -105000|USA|M|6|EC|DBAG|N|5|2|1|c|FG|S|M|500||||| -90000|USA|M|15|E|DBAP|N|3|3|1|m|PB|S|M|40||||| -113000|Australia|M|10|E|DBAP|N|2|5|6|m|PB|S|M|300||||| -76000|USA|M|14|E|DBAG|Y|12|3|0|c|NP|S|M|400||||| -74750|UK|M|10|E|DBAP|N|5|4|2|T|PB|S|M|20||||| -130000|USA|M|19|E|DBAG|N|19|5|0|m|PB||M|120||||| -147000|Switzerland|M|10|E|E|Y|10|1|2|C|PB|S|M|20||||| -28000|Spain|M|4|E|DT|N|5|1|0|C|E|C|M|15||||| -153000|USA|M|20|E|E|N|20|5|6|T|PB|S|M|6||||| -115000|USA|M|19|E|DBAG|N|19|1|0|m|PB|S|M|10||||| -44000|Ukraine|O|7|EC|DBAP|N|10|4|1|m|PB|SR|M|30||||| -30000|Brazil|M|10|EC|DBAG|Y|2|2|3|m|PB|SR|M|20||||| -108000|USA|M|10|E|DA|Y|10|1|3|T|SG|S|M|40||||| -132000|USA|M|21|E|M|Y|7|2|0|c|PB|S|M|6||||| -40000|Netherlands|M|10|E|DBAD|N|10|1|1|T|PB|S|M|3||||| -33800|Hungary|M|18|E|DBAP|N|5|3|4|m|PB|S|M|2||||| -85000|USA|M|10|E|DBAP|N|10|2|1|T|PB|SE|M|300||||| -144000|USA|M|15|E||Y|10|2|0|m|PB|S|M|100||||| -140000|USA|M|5|E|A|Y|5|2|2|m|PB|S|M|30||||| -2200|Ukraine|P|3|E|M|Y|5|2|1|m|PB|S|M|100||||| -85000|USA|M|8|E|DBAP|N|8|3|1|C|PB|S|M|1||||| -50000|Italy|M|8|E|DBAG|Y|10|2|1|T|PB|S|M|150||||| -30000|Bulgaria|M|4|E|DT|N|4|3|1|c|PB|SE|M|30||||| -100000|USA|M|10|E|AN|N|10|2|0|C|PB||F|5||||| -87428|USA|M|9|E|DBAG|N|4|1|0|T|LG|S|M|3||||| -109000|USA|M|14|E|DT|N|19|2|2|C|PB|S|M|12||||| -114000|USA|M|40|IC|DBAG|N|40|6|0|m|PB|SR|M|6||||| -60000|USA|M|12|EC|DBAP|Y|12|6|5|m|PB|C|M|100||||| -96000|USA|M|8|E|M|Y|3|1|4|C|PB|C|M|120||||| -102000|USA|M|5|E|DBAP|N|3|3|3|c|SG||M|100||||| -120000|Denmark|M|5|E|E|N|10|1|2|c|PB|S|M|50||||| -112500|USA|M|14|EC|D|N|10|3|6|m|PB|SR|M|10||||| -92000|USA|M|8|E|DBAG|N|8|2|0|C|PB|S|F|1||||| -106000|USA|M|19|E|DBAG|N|19|5|4|C|PB|SE|F|25||||| -63000|UK|M|15|E|DBAP|Y|7|3|6|T|PB|SR|M|210||||| -70000|USA|M|2|E|DT|N|2|1|0|m|PB|SR|M|2000||||| -77850|New-Zealand|M|4|E|AN|N|2|1|0|T|PB||M|3||||| -130000|USA|M|20|E|DT|N|15|3|1|m|PB|SR|M|2||||| -121000|USA|M|20|E|DBAG|Y|10|1|0|T|PB|S|M|30||||| -55000|Sweden|M|10|E|DBAP|N|2|1|2|m|FG|SR|M|20||||| -99500|USA|M|15|E|DA|N|10|2|1|C|PB|S||200||||| -76000|USA|M|4|E|DA|N|4|1|0|T|PB|SR|M|4||||| -61000|Portugal|M|17|E|A|N|4|2|6|m|PB|S|M|3||||| -19000|Argentina|M|10|E|DBAG|N|8|3|0|m|PB||M|40||||| -92000|USA|M|8|E|DBAG|N|8|4|0|m|PB|S|F|15||||| -93000|USA|M|6|E|DBAD|N|6|2|0|c|PB|S|M|6||||| -155000|USA|M|15|E|DBAG|Y|2|2|0|C|PB|S|M|4||||| -92000|Germany|M|10|E|DBAP|Y|4|2|4|C|PB|S|M|66||||| -120240|USA|M|9|E|DBAG|Y|6|2|5|c|SG|S|M|280||||| -150000|Canada|M|19|E|DS|Y|3|6|0|m|PB|S|M|90||||| -110000|USA|M|4|E|DBAD|N|4|2|2|C|PB|SR|M|10||||| -107000|USA|M|1|E|DT|N|1|2|1|m|NP|S|M|40||||| -144|USA|M|20|E|DBAD|N|35|2|0|T|PB|S|M|3||||| -105000|USA|M|7|EC|DBAP|N|7|2|0|m|LG|SE||15||||| -100000|USA|M|15|E|DA|Y|25|2|0|T|PB|S|M|50||||| -94000|USA|M|20|E|DBAP|Y|10|5|2|c|PB|S|M|2||||| -185000|USA|M|20|E|M|Y|2|2|6|c|PB|S|M|300||||| -80000|USA|M|15|E|A|Y|2|1|0|T|PB|SE|M|75||||| -45000|Bulgaria|M|9|E|DT|N|9|4|3|m|PB||M|600||||| -46270|Australia|M|16|E|DT|N|16|5|0|c|LG|SR|F|20||||| -91000|Canada|M|19|E|DBAG|Y|6|2|1|c|PB|S|M|2||||| -100001|USA|M|10|EC|D|N|14|3|1|c|PB||M|10||||| -145000|USA|M|18|E|DBAG|Y|8|3|1|C|PB|SE|M|3||||| -100000|Belgium|M|16|E|DBAD|N|16|2|0|c|PB|C|M|98||||| -199000|USA|M|20|E|DT|N|20|1|1|m|PB||M|10||||| -140000|USA|M|8|EC|DBAD|N|8|2|2|c|PB|SE|M|2||||| -48000|USA|M|2|E|DT|N|2|2|0|t|E|SR|M|52||||| -130000|USA|M|23|E|M|Y|23|2|4|m|PB|S|M|2||||| -65000|USA|M|10|E|DBAG|N|10|1|1|m|SG|C|M|20||||| -87000|USA|M|6|E|DBAG|N|6|3|1|c|SG|S|M|5||||| -150000|USA|M|19|E|DBAP|N|19|3|3|m|PB|SE|M|15||||| -120000|USA|M|15|E|E|N|10|5|0|m|PB|S|F|12||||| -108000|Canada|M|25|E|DBAG|N|14|1|1|c|PB|S|M|1||||| -143000|USA|M|20|E|DBAP|Y|2|4|4|m|FG|SR|M|12||||| -77000|USA|M|4|E|DBAP|N|4|1|2|C|PB|S|M|25||||| -100000|Sweden|M|10|E|A|N|10|1|0|m|PB|SE|M|100||||| -130000|USA|M|12|E|M|Y|12|1|0|c|E|C|M|80||||| -92000|USA|M|1|E|AN|N|14|2|3|c|PB|S|M|50||||| -150000|USA|M|9|E|DBAG|N|6|3|6|m|PB|S|M|12||||| -145000|USA|M|20|E|DBAG|N|25|3|6|m|PB|S|M|40||||| -125000|USA|M|18|E|M|Y|12|2|0|T|E|S|M|75||||| -142500|USA|M|9|E|M|Y|6|2|0|C|PB|S|M|30||||| -97500|USA|M|13|E|DBAG|N|13|4|4|T|PB|S|M|7||||| -122000|USA|M|19|E|DT|N|19|6|3|T|PB|SR|M|50||||| -85000|USA|M|4|E|M|Y|3|2|0|C|PB|C|M|20||||| -160000|USA|M|12|E|DBAG|N|12|4|3|C|PB|SR|M|5||||| -125000|USA|M|19|E|A|N|1|1|0|T|PB|S|M|160||||| -140000|USA|M|20|E|A|N|5|3|1|c|PB|S|M|6||||| -105000|USA|M|12|E|DBAP|N|12|3|3|m|PB|SR|M|10||||| -63000|Sweden|M|4|EC|D|N|4|1|2|m|PB|S|M|100||||| -67000|UK|M|9|E|DBAP|N|9|2|0|T|PB|S|F|2||||| -18680|India|M|8|E|DBAG|N|8|2|1|m|PB|SE|M|50||||| -40000|Greece|M|5|E|DBAP|N|6|2|0|m|PB|S|M|650||||| -67000|Austria|M|3|E|AN|N|2|3|0|m|PB|C|M|10||||| -64000|Germany|M|5|E|DBAP|N|9|1|0|c|PB|S|M|2||||| -15000|Russia|M|5|E|DBAP|N|5|1|1|m|PB|S|M|70||||| -36060|Poland|M|2|EC|DT|N|3|2|6|t|PB|S|M|10||||| -44000|Spain|M|10|E|DBAG|N|10|2|2|m|PB|S|M|3||||| -87000|UK|A|5|IC|A|N|24|6|0|c|PB|S|M|200||||| -50000|Spain|M|15|E|DBAP|Y|20|1|0|m|PB|S|M|8||||| -100000|UK|M|15|E|A|Y|6|2|0|m|PB||M|40||||| -21600|Ukraine|M|5|E|DBAG|N|3|1|1|C|PB|S|M|20||||| -44000|UK|M|10|E|E|N|10|1|0|m|E|C|M|50||||| -73000|Germany|M|15|EC|DBAG|N|5|2|1|m|PB|SR|M|12||||| -110000|USA|M|8|E|DT|N|8|2|1|C|PB|SE|M|100||||| -53700|France|M|25|EC|DBAG|N|20|1|0|c|PB||M|3||||| -49000|France|M|13|EC|DBAD|N|10|3|0|C|PB|S|M|5||||| -104000|USA|A|1|E|E|N|1|1|3|c|PB|S|M|20||||| -90000|Netherlands|O|33|E|DBAG|N|20|4|2|C|LG|S|M|20||||| -125000|USA|P|7|E|E|N|30|6|0|m|PB|S|M|14||||| -107000|USA|M|10|E|DBAP|N|10|4|1|c|PB|SE|M|4||||| -80500|France|M|20|E|DBAD|Y|10|1|0|m|PB|S|F|120||||| -92000|USA|M|7|E|DBAG|N|5|1|1|c|LG|S|M|56||||| -30000|Brazil|M|7|E|DBAP|N|7|3|6|m|PB|S|M|15||||| -97000|USA|M|10|E|DBAP|N|10|2|2|C|PB|S|F|15||||| -99000|USA|M|10|E|DBAG|N|10|3|0|T|PB|S||50||||| -64000|UK|M|11|EC|DBAP|N|10|4|1|c|PB|SE|M|110||||| -133000|UK|M|22|E|M|Y|10|4|2|m|PB|SR|M|150||||| -92000|USA|M|17|E|DA|Y|17|1|1|T|E|S|M|10||||| -142500|USA|M|20|EC|DBAG|Y|18|1|4|m|NP|S|M|3||||| -86000|Norway|M|15|E|DT|N|9|1|2|T|PB||M|50||||| -96000|USA|M|15|E|DBAP|N|15|1|0|C|E|S|M|1||||| -70000|Germany|M|8|E|DBAG|N|15|3|1|m|PB|S|M|50||||| -30000|Portugal|M|10|EC|DT|N|3|1|3|C|PB|SE|M|3||||| -80000|USA|M|10|E|DBAG|N|10|1|0|C|LG|S|M|8||||| -105000|USA|M|19|E||N|5|1|3|m|PB||M|10||||| -39000|UK|M|4|E|DA|N|2|1|0|t|PB|S|M|7||||| -101900|USA|M|5|E|DBAP|N|5|2|4|c|PB|SE|M|4||||| -82000|USA|M|2|E|DBAG|N|2|1|1|c|PB|S|M|300||||| -103000|USA|M|5|E|D|N|9|3|0|c|NP|S|M|56||||| -98000|USA|M|15|E|DT|N|15|3|0|c|PB|S|M|5||||| -130000|USA|M|10|E|DBAG|N|10|2|0|C|PB|S|F|10||||| -133800|USA|M|19|E|DBAD|Y|14|1|3|C|PB|SE|M|125||||| -91350|USA|M|20|E|E|N|10|2|5|C|PB|S|M|3500||||| -123500|Denmark|M|15|E|A|Y|3|1|0|c|PB|S|M|10||||| -60000|USA|M|1|E|DBAG|N|1|1|4|C|PB||M|3||||| -740000|Canada|M|4|E|DBAP|N|2|2|1|c|PB|C|F|20||||| -1631|Mexico|M|5|E|DA|N|10|1|3|t|PB|S|M|1200||||| -132000|USA|M|11|E|DBAP|N|11|5|6|C|PB|S|M|3||||| -74200|Romania|M|19|E|DBAP|Y|3|2|0|m|PB||M|800||||| -125000|USA|M|8|E|M|Y|3|1|0|c|PB|S|M|200||||| -200000|USA|M|17|IC|DBAG|N|30|5|0|t|PB|SE|M|50||||| -75000|USA|M|9|E|DBAG|N|9|3|5|c|PB|S|M|20||||| -56854|Sweden|M|10|EC|DT|N|10|3|6|C|PB|C|M|300||||| -102000|Ireland|M|19|EC|D|Y|2|1|2|m|PB|SE|M|1000||||| -65000|France|M|12|EC|A|N|2|1|0|m|PB|C|M|1||||| -123000|USA|M|8|E|DBAG|N|8|2|1|m|PB|SE|M|40||||| -85000|USA|M|3|E|DBAP|N|5|2|0|m|PB|S|M|20||||| -134000|USA|M|12|E|M|Y|12|1|0|m|PB|SR|M|80||||| -51000|Canada|M|3|E|A|N|3|2|2|C|PB|S|M|7||||| -96000|USA|M|6|EC|DBAP|N|6|3|1|c|LG|SR|M|3||||| -39100|Poland|M|5|E|DBAP|N|5|2|6|m|PB|S|M|35||||| -105000|USA|M|7|E|DBAG|N|6|2|6|m|PB|S|M|1000||||| -70000|USA|M|5|E|E|Y|19|4|0|t|PB|S|M|2500||||| -85000|Ireland|M|16|E|DBAP|N|12|4|2|C|PB|SR|M|20||||| -60000|USA|P|0|E|E|N|1|1|0|C|PB|S|M|120||||| -83000|USA|M|23|E|DBAP|N|2|6|0|t|LG|S|M|5||||| -50000|Portugal|M|8|E|M|Y|5|1|5|C|PB|S|M|12||||| -100000|USA|M|22|E|DBAP|Y|20|4|0|C|PB|SE|F|20||||| -135000|USA|M|13|E|DA|N|14|4|4|m|NP|SE|M|20||||| -100000|USA|M|15|E|DBAG|N|20|4|0|c|PB|S|M|6||||| -37142|India|M|12|E|DBAG|N|5|3|2|m|PB|S|M|6||||| -74000|USA|M|3|E|DBAP|N|8|1|4|C|PB|SR|M|80||||| -27380|Brazil|M|9|E|DBAD|N|9|1|2|C|PB|C|M|1000||||| -90000|USA|M|15|EC|DBAD|N|15|2|1|c|PB|S|M|400||||| -72000|Germany|M|18|E|DA|Y|22|1|0|c|PB|S|M|10||||| -66493|Singapore|M|16|E|DA|N|16|2|3|m|PB|S|M|1||||| -85000|Sweden|M|13|EC|DBAP|Y|13|3|5|m|PB|S|M|15||||| -30000|Philippines|M|15|E|A|Y|10|3|1|c|PB|S|M|500||||| -60000|UK|M|5|EC|DBAP|Y|1|1|1|C|PB|S|M|7||||| -26000|Philippines|M|10|E|DBAP|N|10|5|2|c|PB|S|M|10||||| -107800|USA|O|3|E|DBAG|Y|5|2|1|C|SG|S|M|90||||| -120000|USA|M|25|E|DT|N|10|3|0|m|PB|S|F|10||||| -125000|USA|M|19|E|DBAP|N|5|2|0|c|PB|S|M|20||||| -66000|Canada|M|4|E||Y|4|1|0|m|PB|S|M|12||||| -92000|USA|M|14|E|D|N|10|3|3|c|PB|S|F|1||||| -150000|UK|M|25|IC|DBAP|N|20|6|6|c|PB||M|12||||| -118000|USA|M|10|E|E|N|5|1|0|c|PB||F|500||||| -151000|USA|M|10|E|A|Y|10|1|0|m|PB||M|150||||| -30000|Georgia|M|5|E|A|Y|6|1|5|m|LG|C|M|4||||| -88000|USA|M|5|E|A|N|3|2|0|m|PB||M|3||||| -83000|Canada|M|14|E|DBAD|Y|10|3|3|c|PB|SE|M|5||||| -40000|Spain|M|3|E|DT|Y|5|2|3|c|PB|S||200||||| -11300|India|M|5|EC|DBAP|N|7|1|6|m|PB|SR|M|10||||| -110000|USA|M|10|E|DBAG|N|3|2|1|C|PB|S|M|25||||| -60600|UK|M|4|E|DBAD|N|3|1|2|c|PB|SR|M|6||||| -110000|USA|M|15|E|DA|N|15|1|6|c|PB|S|M|30||||| -81000|UK|M|5|E|A|N|2|1|0|c|PB|SR|M|50||||| -180000|USA|M|20|E|DBAP|N|18|3|2|m|PB|SE|M|400||||| -106000|Ireland|M|10|E|DBAP|N|2|3|4|m|PB|S|M|120||||| -111000|USA|M|7|E|D|N|6|1|6|T|PB|C|M|500||||| -125000|USA|M|20|E|DBAG|N|20|6|2|m|PB|S|M|10||||| -93000|USA|O|11|E|D|N|14|3|3|m|PB|S|M|175||||| -74000|Ireland|M|9|E|DBAP|N|9|5|1|m|PB|SE|M|2||||| -120000|USA|M|18|E|A|N|18|2|0|T|PB||M|20||||| -125000|USA|M|20|E|DT|N|20|3|3|C|PB||F|12||||| -86612|UK|M|8|E|DT|N|3|1|5|m|PB|SE|M|5||||| -120000|USA|M|15|E|DBAG|N|10|5|3|m|E|S|M|4||||| -115000|Canada|M|15|E|A|N|3|1|0|m|PB|S|M|20||||| -107000|USA|M|12|E|DBAP|N|9|3|0|c|PB|C|M|300||||| -320000|USA|M|20|E|A|N|4|6|6|m|PB|S|F|90||||| -20000|India|M|7|EC|DBAG|Y|7|3|6|C|PB|C|M|500||||| -67200|Brazil|M|10|E|DBAG|N|2|4|1|m|PB|SR|M|2000||||| -82000|USA|M|6|E|D|N|5|3|0|c|PB|C|M|10||||| -103000|USA|M|4|E|DBAP|N|3|1|6|C|PB|S|M|3||||| -139000|USA|M|10|E|DBAP|N|10|5|0|m|PB|S|M|900||||| -85000|USA|M|1|E|AN|N|1|1|2|c|PB|S|M|96||||| -94000|USA|M|5|E|DBAG|N|5|2|2|c|PB|S|M|3||||| -150000|USA|M|25|E|A|N|20|1|0|C|PB|S|M|35||||| -115000|USA|M|15|E|DBAG|Y|20|5|3|C|SG|SE|M|6||||| -320000|USA|M|20|E|A|N|4|6|6|m|PB|S|F|255||||| -125000|USA|M|12|E|DT|N|12|6|6|m|PB|S|M|500||||| -103000|USA|M|2|E|A|N|2|1|0|C|PB|C|M|16||||| -137900|USA|M|15|E||Y|20|3|1|c|SG|SE|M|3||||| -64000|New-Zealand|RDS|3|E|AN|N|10|2|6|c|PB|SE|F|500||||| -135000|USA||16|E|DS|N|16|4|6|m|PB|C|M|5||||| -75000|USA|M|4|E|E|Y|1|1|2|C|E|S||6||||| -600000|India|M|16|IC|DBAD|N|6|1|0|m|PB|S|M|10||||| -220000|USA|M|26|E|A|N|26|3|2|m|PB|S|NB|100||||| -82500|USA|M|11|E|D|N|3|1|2|C|PB|C|M|2000||||| -115000|USA|M|5|E|DBAP|N|10|5|2|m|PB|SR|M|1||||| -140000|USA|M|5|E|E|N|8|3|0|m|PB|S|M|11||||| -55000|Canada|M|6|E|DA|N|6|4|4|T|PB|C|M|3||||| -265000|Canada|M|15|E||N|10|3|6|m|PB|S|M|2||||| -95000|USA|M|5|E|DBAP|N|5|2|0|C|PB|S|M|300||||| -80000|France|M|10|IC|D|N|10|6|3|m|PB|S|M|15||||| -107000|UK|A|4|E|A|N|1|2|6|c|PB|S|M|700||||| -100000|USA|M|19|E|E|N|19|5|2|c|PB|S|M|10000||||| -130000|Switzerland|M|4|E|DBAP|N|9|2|5|C|FG|S|F|10||||| -105000|USA||2|E|D|N|6|2|6|T|PB||M|100||||| -125000|USA|DB2|5|E|DA|N|8|2|6|m|PB|S|M|11||||| -105000|UK|M|20|E|A|Y|20|1|0|m|PB|S|M|2||||| -160000|USA|M|15|E|D|Y|7|4|3|m|PB|SR|M|10||||| -82000|Canada|RDS|0|E|D|N|11|3|1|m|PB|S|M|80||||| -168000|USA|M|15|IC|DA|Y|1|2|0|C|PB|SE|M|6||||| -61500|USA|M|7|E|DBAG|N|7|1|2|t|PB|S|F|3||||| -74000|USA|M|3|E|DBAD|Y|3|1|2|T|PB|S|F|120||||| -145000|USA|M|12|E|DBAG|N|5|3|1|m|PB|SR|M|70||||| -145000|USA|M|26|IC|DBAG|N|15|6|3|m|PB|S|M|14||||| -1850000|USA|M|16|E|M|N|5|1|4|C|PB|SE|F|78||||| -132000|USA|M|17|IC|DA|N|25|4|0|t|PB|S|M|10||||| -110000|USA|M|25|E|DT|N|15|2|2|c|PB|SR|M|10||||| -118000|USA||5|E|D|N|7|3|6|m|PB|S|M|4||||| -73000|USA|M|2|E|D|N|3|2|0|C|NP|SE|M|1000||||| -118000|USA|M|20|E|DBAG|N|18|2|1|T|PB|S|M|4||||| -47000|Italy|M|10|E|DBAG|N|1|4|2|c|PB||M|120||||| -80424|Australia|M|3|E|D|Y|3|1|1|T|NP||M|500||||| -100000|USA|M|9|E|DBAG|N|5|2|2|C|PB|SR|M|2||||| -130000|USA|M|15|E|DBAP|N|20|2|5|m|NP|S|M|16||||| -85000|USA|M|2|E|D|N|1|1|1|C|PB|SR|M|1000||||| -150000|USA|M|14|E|DT|N|8|3|6|C|PB|S|M|4||||| -65000|USA|M|5|E|DA|N|8|1|6|T|PB|S|M|100||||| -78600|Australia|M|20|E|AN|N|22|1|6|C|SG||M|1||||| -300000|USA|M|21|E|DS|N|7|1|6|m|PB|SR|M|10||||| -208000|USA|M|16|EC|A|N|16|6|0|T|PB|S|M|100||||| -166400|USA||1|EC|A|N|28|1|4|m|PB|SR|M|6||||| -107000|USA|M|10|E|DBAG|N|10|2|0|C|PB|S|M|1||||| -162000|USA|M|20|IC|DBAD|N|10|3|0|c|PB|S|M|20||||| -45000|CzechRepublic|M|12|E|DBAP|N|12|4|1|m|PB|SR|M|2||||| -61000|UK|M|4|E|D|Y|2|2|0|c|NP|S|F|80||||| -85000|UK|O|20|E|A|N|8|1|0|C|PB|SE|M|5||||| -65000|Sweden|M|20|EC|DT|N|10|1|5|C|PB|S|M|2000||||| -107000|USA|M|1|E|E|N|2|2|6|m|PB|SR|F|150||||| -20000|India|M|5|E|DBAP|N|5|2|2|m|PB|SR|M|1||||| -12000|Russia|M|1|E||N|1|1|0|c|SG|C|M|50||||| -75000|Netherlands|O|25|IC|DBAG|N|25|6|0|c|PB||M|1||||| -61538|UK|M|7|E|DT|N|7|2|0|c|PB|SE|M|100||||| -175000|USA|M|10|E|A|Y|3|2|0|m|PB|SR|M|10||||| -170000|USA|M|20|E|DT|N|10|3|0|m|PB||M|10||||| -131000|USA|M|12|E|DT|N|12|5|6|C|PB|SE|M|5||||| -85000|USA|M|12|E|DBAG|N|3|2|0|m|NP||M|200||||| -130000|USA|M|17|E|DBAP|N|6|2|0|m|PB|S|M|25||||| -123000|USA|M|8|EC|A|N|2|2|2|C|PB|S|F|30||||| -76000|UK|M|11|E|DBAD|N|11|5|0|c|PB|S|M|50||||| -86000|Canada|M|20|E|DBAP|N|12|5|1|m|PB|S|M|200||||| -19933|South-Africa|M|2|E|DBAG|N|2|1|4|C|PB|S|M|150||||| -14000|Macedonia|M|5|E|DBAP|N|5|2|2|C|PB|SE|M|70||||| -72500|Sweden|M|7|E|E|N|1|1|6|C|PB|SE|M|50||||| -130000|USA|M|20|E|DBAG|N|1|5|1|C|PB|S|M|200||||| -155000|USA|M|10|E|M|Y|3|1|0|m|PB|S|M|15||||| -45000|UK|M|6|E|D|N|2|2|2|m|PB|S|M|30||||| -115000|USA|M|10|E|DBAP|N|10|5|0|m|PB||M|10||||| -98750|USA|M|23|E|DBAP|N|20|5|1|C|LG|S|M|20||||| -56500|USA|M|5|E|DBAG|N|5|1|0|t|PB|S|M|71||||| -77000|Sweden|M|15|E|DBAG|N|2|3|0|m|PB|C|M|125||||| -95000|USA|RDS|2|E|DBAD|N|8|1|1|C|PB|S|F|8||||| -56372|Canada|M|3|E|DA|N|10|1|0|c|SG|S|M|50||||| -69000|UK|P|1|E|DT|N|15|6|1|T|PB|C|M|6||||| -36479|Lithuania|M|1|E|AN|N|3|2|1|c|PB|S|M|5||||| -95000|USA|M|7|E|DBAP|N|7|2|6|c|PB|SE|M|4||||| -50342|UK|M|4|E|DBAP|N|4|1|0|T|PB|SE|M|35||||| -18000|Pakistan|M|8|EC|DBAP|Y|8|4|2|C|PB|C|M|30||||| -70000|USA|M|6|EC|DBAG|N|3|2|0|C|PB|S|M|75||||| -59800|Sweden|M|20|IC|D|Y|20|3|0|m|PB|S|M|75||||| -65000|UK|M|1|E|AN|N|15|5|0|T|PB|S|M|10||||| -86000|UK|M|12|IC|DBAG|N|10|6|6|m|PB|C|M|3||||| -125000|USA|M|10|E|DBAP|N|10|2|2|c|NP|S|M|250||||| -51000|Sweden|M|6|EC|DBAP|N|5|2|1|c|PB|S|M|150||||| -26000|Croatia|M|5|E|DT|Y|5|1|2|T|PB|SE|M|180||||| -75000|USA|A|5|E|A|N|5|1|0|t|PB||M|20||||| -98000|USA|M|25|E|A|N|44|3|0|c|E|S|M|5||||| -98000|USA|M|6|E|DBAG|N|15|1|0|c|PB|S|M|20||||| -70000|Netherlands|M|10|EC|DT|N|10|4|1|c|E|S|M|75||||| -115000|USA|M|16|E|E|N|2|1|3|m|PB|C|M|4||||| -215000|USA|M|23|E|A|N|10|3|0|m|PB|S|M|1||||| -104000|USA|M|10|E|DBAG|N|28|4|1|c|PB|S|M|25||||| -137000|USA|M|10|E|DBAD|N|11|4|6|C|PB|SR|M|102||||| -95000|USA|M|8|E|AN|N|6|2|2|c|PB||M|5||||| -87000|USA|M|25|E|DT|Y|25|3|0|m|PB|C|M|8||||| -103000|USA|M|7|E|DBAP|Y|2|1|0|c|LG|SE|M|20||||| -97000|USA|M|12|E|DT|N|9|2|6|C|E|S|M|5||||| -131000|USA|M|20|E|DBAP|N|20|3|4|m|PB|C|M|12||||| -95000|USA|M|7|E|D|N|6|1|0|m|LG|S|M|100||||| -92220|USA|M|3|E|DBAP|N|3|2|0|c|FG||M|5||||| -133360|UK|M|13|E|A|Y|10|1|2|C|PB|S|M|7||||| -121000|USA|M|15|E|E|Y|5|1|0|c|PB|S|M|35||||| -127000|Luxembourg|M|22|E|A|N|21|1|4|c|PB|C|M|6||||| -180000|USA|M|20|E|A|N|10|2|1|C|PB|S|M|65||||| -125000|USA|M|10|E|A|N|1|1|2|m|PB|S|M|150||||| -95000|USA|M|12|E|AN|Y|20|3|0|C|PB|S|M|1000||||| -122645|USA|M|10|E|DBAP|N|22|4|1|T|PB|S|M|3||||| -108000|USA|M|11|E|D|N|3|2|0|C|PB|S|M|321||||| -79000|USA|M|5|E|DBAD|N|4|2|0|m|SG|S|F|3||||| -64000|USA|M|8|E|E|Y|16|2|0|c|E|S|M|5||||| -95000|USA|M|3|EC|DBAG|N|3|3|0|c|PB|C|M|12||||| -96000|SaudiArabia|M|10|E|DBAP|Y|10|5|5|c|SG|C|M|4||||| -31000|India|M|11|E|M|Y|5|2|0|C|PB||M|250||||| -110000|USA|M|20|E|D|N|20|2|0|c|NP|S|F|1000||||| -95000|USA|M|5|E|DBAP|N|3|1|5|C|NP|S|F|8||||| -135000|USA|M|20|E|A|N|7|3|0|m|PB|S|M|750||||| -95000|USA|M|1|E||N|5|3|0|c|PB|S|M|3||||| -118000|USA|M|20|E|DBAG|N|30|3|0|m|PB|S|M|10||||| -84000|Ireland|M|8|EC|A|N|8|2|1|m|PB|S|M|105||||| -129000|USA|O|6|EC|DA|Y|7|1|2|m|PB|S|M|100||||| -97000|USA|M|10|E|DBAP|N|10|2|2|C|PB|S|F|8||||| -90000|USA|M|2|E|DBAP|N|1|2|5|m|PB||M|50||||| -81000|USA|M|6|E|DBAG|N|1|1|1|c|PB|S|M|300||||| -83000|USA|M|9|E|E|Y|9|1|5|T|PB|S|M|100||||| -59100|USA|M|17|E|DT|N|17|2|0|T|E|SR|F|120||||| -80000|Canada|M|20|E|M|Y|5|2|2|m|PB|S|M|3||||| -120000|USA|M|19|E|M|Y|1|1|1|C|PB|S|M|5||||| -43000|Portugal|M|8|E|DBAG|N|2|3|6|m|PB||M|2||||| -28000|Canada|M|0|E|DBAD|N|0|1|1|T|PB|S|M|300||||| -94000|USA|M|3|E|DBAD|Y|1|1|0|C|PB|S|M|15||||| -220000|UK|A|15|IC|DS|N|3|3|1|m|PB||M|12||||| -70000|USA|M|4|E|DBAP|N|5|2|0|c|NP|S|F|50||||| -124000|Australia|M|4|E|D|N|4|1|0|m|PB|S|M|200||||| -110000|USA|M|15|E|E|Y|15|2|1|c|PB|S|M|4||||| -143000|USA|M|20|E|DBAG|N|6|4|0|m|PB|C|M|10||||| -80000|USA|M|5|E|DT|N|5|2|1|C|PB|SE|F|4||||| -125000|USA|M|24|E|M|Y|16|2|0|C|PB|SR|M|4||||| -105560|USA|M|20|E|DBAD|N|20|3|0|m|PB|C|M|21||||| -92000|Australia|M|5|E||N|6|2|0|m|PB|S|M|40||||| -120000|USA|M|6|E|A|N|3|2|0|m|PB|S|M|1||||| -95000|USA|M|13|E|D|N|9|3|0|c|PB|S|M|10||||| -70000|Australia|M|9|E|DBAP|N|12|2|4|m|PB|SE|M|5||||| -160000|USA|M|18|E|DBAG|Y|25|5|0|m|NP|S|M|250||||| -80000|France|M|15|E|M|Y|6|1|5|m|PB|C|M|5||||| -110000|USA|M|10|E|A|N|3|1|0|C|PB|SE|M|30||||| -83000|Ireland|M|6|E|DBAP|N|8|3|6|m|PB|S|M|20||||| -150000|USA|M|8|IC|DBAP|N|7|1|0|m|PB|S|M|200||||| -158995|USA|DB2|12|E|DBAG|N|12|3|3|T|PB|S|M|64||||| -14000|Canada|O|30|E|A|N|8|1|1|m|PB|SR|M|20||||| -135000|USA|M|9|E|DBAG|N|9|3|1|m|PB|SE|M|20||||| -115000|USA|M|8|E|DBAP|N|8|2|3|m|PB|SE|F|50||||| -53000|Germany|M|4|E|E|N|20|3|0|C|PB|SR|M|50||||| -80000|Australia|M|15|E|DA|N|1|4|2|m|PB||M|8||||| -114000|Canada|M|18|E|M|Y|12|2|1|m|PB|S|M|3||||| -70000|USA|M|12|E|AN|N|12|1|0|C|PB|C|M|4||||| -22000|India|M|8|E|D|Y|1|4|3|C|PB|S|M|6||||| -96000|USA|M|20|E|DBAP|N|1|2|3|m|PB|S|M|3||||| -105000|USA|M|10|E|E|N|10|1|3|C|PB||M|50||||| -75000|Netherlands|M|2|E||N|2|1|3|T|PB|SE|M|25||||| -32000|CzechRepublic|M|9|E|DT|N|9|1|6|c|PB|S|M|20||||| -152000|UK|M|22|E|A|N|10|4|0|m|PB|SE|M|50||||| -100000|USA|M|17|E|DBAG|N|10|3|0|m|PB|S|F|20||||| -85000|USA|M|2|E|AN|N|2|1|0|T|PB|S|F|32||||| -85000|USA|M|4|E|D|Y|4|2|2|m|PB|SE|M|1||||| -76000|USA|M|2|E|AN|N|2|1|4|m|NP|C|F|1||||| -70000|UK|M|9|E|DBAG|N|6|2|0|C|PB|S|M|2||||| -100000|USA|M|5|EC|A|N|3|2|1|C|PB|S|M|30||||| -12600|Brazil|M|6|E|DBAG|N|8|2|1|t|PB|S|M|10||||| -84526|Germany|M|9|E|DBAP|N|9|1|1|m|PB|S|M|7000||||| -85000|South-Africa|M|16|E|DA|N|25|5|5|C|PB|S|M|400||||| -66000|Poland|M|10|IC|E|N|15|1|0|m|PB|S|M|20||||| -70000|USA||1|E|DBAG|N|5|1|0|C|PB|C|M|4||||| -120000|USA|M|25|E|DBAP|N|5|1|2|T|PB|S|M|2||||| -103000|Canada|M|20|E|DBAG|N|15|3|1|C|SG|S|M|20||||| -67000|USA|M|2|E|D|N|2|1|1|C|PB|SR|M|49||||| -57438|Sweden|M|20|EC|DBAG|N|20|4|1|C|PB|S|M|5||||| -145000|USA|M|10|E|M|N|7|2|0|C|PB|S|M|30||||| -120000|USA|DB2|1|E|DT|N|10|3|1|m|PB|S|F|50||||| -143000|USA|M|15|E|DBAD|N|15|1|3|t|NP|SE|M|5||||| -101230|USA|M|7|E|E|N|9|2|0|c|PB|SE|F|200||||| -50000|Poland|M|15|E|DBAG|N|11|3|1|C|PB|SE|M|20||||| -65000|UK|M|1|E|DBAD|N|1|1|1|m|PB|||20||||| -28000|Spain|M|6|E|DA|N|9|1|0|c|PB|SE|M|2||||| -30000|Hungary|M|4|E|DBAP|N|4|2|6|m|PB|S|M|8||||| -90000|USA|M|8|E|D|N|3|6|5|C|PB||M|1200||||| -105000|USA|M|16|E|DBAP|N|16|3|0|c|PB|SE|M|50000||||| -125000|USA|M|19|E|DA|N|14|1|6|m|PB|S|M|30||||| -120000|USA|M|8|E|A|N|5|1|1|T|PB|S|F|120||||| -105000|USA|M|10|E|DBAG|N|10|3|1|C|PB|SE|F|4||||| -70000|Germany|M|12|E|DA|N|15|3|3|T|NP|SE|M|20||||| -115000|USA|M|20|E|DBAP|N|21|6|1|C|PB|S|M|10||||| -80000|USA|M|5|E|DA|N|1|2|3|c|PB|SR|M|14||||| -79000|USA|M|5|E|DBAG|N|3|1|3|C|PB|S|M|8||||| -140000|USA|M|13|E|DS|Y|3|1|3|C|PB|C|M|4000||||| -104104|USA|M|20|E|DBAG|N|18|3|0|c|NP|S|M|120||||| -110000|USA|M|16|E|DBAG|N|18|4|0|C|FG|S|F|60||||| -72500|USA|M|5|E|DBAG|N|5|2|4|C|PB|SR|M|17||||| -125000|USA|M|19|E|DBAP|Y|15|5|0|m|PB|SE|M|4000||||| -102000|USA|M|10|E|DBAG|N|3|3|6|m|PB|S|M|12||||| -55000|USA|M|1|E|D|N|3|1|1|c|PB|S|M|1100||||| -82400|UK|M|15|E|M|Y|5|1|0|c|PB|S|M|5||||| -105000|USA|A|2|E|DT|N|30|6|1|m|PB|S|M|10||||| -98000|UK|M|18|E|DBAG|N|18|6|0|m|PB|SR|F|12||||| -130000|USA|M|14|E|DBAP|Y|11|1|1|m|LG|S|M|4||||| -84000|USA|M|6|E|DBAG|N|4|1|0|C|PB|SE|F|62||||| -95000|USA|M|13|E|DBAG|N|13|2|0|m|PB|S|M|6||||| -78000|USA|M|9|E|DBAG|Y|4|2|1|C|PB|SE|M|24||||| -115000|USA|M|15|EC|E|Y|15|6|1|m|PB|SR|M|55||||| -134000|USA|M|20|E|A|Y|1|1|0|m|PB|S|M|50||||| -100000|USA|M|13|E|DBAG|N|3|2|0|C|PB|SR|M|10||||| -50000|USA|M|1|E|AN|N|1|1|6|C|PB||M|6||||| -94500|USA|M|25|E|DBAG|N|25|2|1|c|PB|C|M|3||||| -105000|Norway||15|E|DBAP|N|15|1|1|t|PB|S|M|3||||| -75000|USA|M|3|E|AN|N|3|1|4|C|PB|SE|M|55||||| -137000|USA|M|20|E|DBAD|N|20|5|0|C|PB|S|F|2||||| -95500|USA|M|8|E|DT|N|8|3|1|c|PB|SE|M|50||||| -71400|USA|M|11|E|DBAD|N|2|1|5|c|PB|S|M|20||||| -125000|USA|M|20|IC|A|N|20|6|0|m|PB|S|M|300||||| -83000|USA|M|7|E|DBAP|N|7|1|0|C|NP|S|M|100||||| -33000|UK|M|1|E|DBAG|N|1|1|2|c|PB|SE|F|60||||| -115000|South-Africa|M|24|EC|DBAD|Y|15|3|2|m|PB|S|M|30||||| -14059|India|M|6|E|DT|N|6|3|0|C|PB|C|M|40||||| -50000|CostaRica|M|9|E|E|N|3|1|6|C|PB||M|3||||| -36000|Slovakia|M|5|E|DT|Y|3|4|3|C|PB|S|M|10||||| -88000|Ireland|M|20|E|DA|Y|23|6|6|c|PB|C|M|15||||| -135000|USA|O|18|E|M|Y|5|3|4|C|PB||M|10||||| -55000|Poland|M|10|IC|DBAG|N|10|3|3|C|PB|SR|M|50||||| -134000|USA|M|15|E|DBAD|N|10|4|3|m|PB|SR|M|500||||| -125400|USA||5|EC|D|Y|5|2|6|C|PB|SE|M|10||||| -92000|Sweden|M|12|EC|DBAP|N|12|2|6|m|PB|S|M|12||||| -70022|Luxembourg|M|2|E|DBAG|Y|2|1|1|C|SG|S|M|800||||| -98000|USA|M|6|E|DBAG|N|7|2|3|c|PB|S||150||||| -148000|USA|M|8|E|M|Y|5|3|0|m|PB|S|M|20||||| -61000|Canada|M|10|E|DBAD|N|7|2|0|m|PB|SE|M|75||||| -112000|USA|M|25|E|DBAG|N|25|3|0|m|PB|S|M|4||||| -58200|UK|M|20|E|D|N|20|6|2|C|PB|SR|M|20||||| -36000|Ukraine|M|6|E|DBAG|N|6|1|0|m|PB|S|M|6||||| -36000|Serbia-and-Montenegro|M|12|E|DA|Y|12|2|0|m|PB||M|11||||| -2000|Turkey|M|7|E|DBAG|Y|7|6|1|m|PB|SR|F|5||||| -77000|USA|M|2|E|AN|N|2|1|3|C|PB|S|M|50||||| -94000|USA|M|17|E|M|Y|4|1|0|T|SG|S|M|2||||| -80000|USA|MS|3|E|DS|N|1|2|3|c|PB|S|M|52||||| -80000|Australia|M|6|E|DBAP|N|5|3|2|c|PB|SR|M|2||||| -45600|Ukraine|M|12|E|DT|N|1|2|1|m|PB|S|M|100||||| -70500|UK|M|10|E|M|Y|1|1|0|C|E|S|M|2||||| -85358|UK|M|13|E|DT|Y|13|6|0|c|E|S|M|20||||| -60000|USA|M|2|E|D|N|2|1|3|c|PB|S|M|5||||| -70000|Norway|M|7|E|AN|N|7|1|6|c|PB|SE|M|6||||| -46000|Russia|MS|1|E|DA|N|1|1|1|m|PB|S|M|8||||| -100000|Russia|P|3|E|DA|N|5|4|2|m|PB|SE|M|3||||| -106956|USA|M|20|E|D|N|20|2|4|m|PB|SR|M|3||||| -122000|USA|M|20|E|DBAG|Y|23|3|1|T|PB|S|F|4||||| -76000|Australia|M|2|E|DBAG|N|2|1|1|m|PB|SE|M|80||||| -110000|USA|M|25|E|DBAG|N|22|6|1|c|PB|S|M|10||||| -125000|USA|M|5|E|AN|N|5|1|4|m|PB|S|M|30||||| -108000|USA|M|15|E|DBAG|N|15|2|3|m|PB|S|M|2||||| -32000|SaudiArabia|M|8|E|DA|N|9|2|2|m|PB|SR|M|100||||| -150000|USA|M|20|E|A|N|20|2|3|C|PB|S|M|5||||| -72165|UK|M|15|E|DBAG|N|1|3|6|T|PB|SE|M|300||||| -90000|USA|M|6|E|DT|N|3|3|2|m|PB|S|M|300||||| -167000|USA|M|9|EC|A|N|1|1|6|c|FG|S|M|7||||| -92500|USA|M|2|E|AN|N|2|1|4|m|PB|S|M|10000||||| -110000|USA|O|7|E|DBAG|N|1|1|0|m|PB|S|M|3||||| -92500|USA|M|2|E|AN|N|2|1|4|m|PB|S|M|5||||| -92500|USA|M|2|E|AN|N|2|1|4|m|PB|S|M|3||||| -60000|USA|M|1|E|DBAG|Y|1|1|1|C|PB|SR|M|3||||| -85000|USA|M|4|E|E|N|4|1|0|m|PB|S|M|5||||| -135000|USA|O|5|E|DS|Y|6|2|3|m|PB|SR|M|3||||| -80000|USA|MS|2|E|DA|N|1|1|2|m|PB|C|M|2||||| -34132|UK|M|5|E|DT|N|5|1|1|c|PB|SR|M|3||||| -33000|Spain|M|1|E|AN|Y|1|1|1|m|PB|SE|F|100||||| -127000|USA|M|10|E|D|N|4|2|0|m|PB|S|M|3||||| -110000|USA|O|11|EC|DA|Y|4|3|0|C|PB|S|M|8||||| -115000|USA|M|6|E|DT|N|6|3|0|m|PB|S|M|20||||| -155000|USA|M|10|E|M|Y|25|3|0|T|PB|S|M|6||||| -115000|USA|M|6|E|DT|N|6|3|0|m|PB|S|M|1||||| -46820|USA|M|3|E|DBAD|Y|3|1|0|T|E|S|M|6||||| -55000|Germany|M|5|E|D|N|1|2|3|C|PB|S|M|3||||| -150000|USA|M|12|E|DT|N|12|4|5|m|PB|S|M|5||||| -28800|Germany|M|2|E|DA|Y|2|1|4|c|PB|S|M|50||||| -83500|USA|O|5|E|DBAP|N|5|2|6|c|PB|SE|M|10||||| -105000|USA||3|E|M|Y|8|1|6|m|PB|SE|M|1500||||| -55000|USA|M|2|E|AN|N|1|1|1|c|PB|S|M|3||||| -65672|UK|M|11|E|DBAG|N|9|4|2|C|PB||M|1||||| -70000|USA|M|6|E|AN|N|6|2|4|m|PB|SR|M|50||||| -113000|USA|M|9|E|M|Y|2|1|1|m|PB|S|M|8||||| -122000|USA|M|3|E|AN|Y|3|3|2|m|PB|S|M|25||||| -61000|USA|M|3|E|AN|N|3|1|0|c|PB|S|M|10||||| -72500|USA|M|4|E|AN|N|4|3|0|C|LG|S|M|3||||| -165000|USA|SQLI|12|E|DA|Y|15|2|6|m|NP|S|M|8||||| -80000|USA|M|19|E|DBAG|N|19|1|0|m|PB|S|M|50||||| -65000|USA|RDS|5|E|AN|N|5|2|2|m|PB|SE|M|3||||| -60000|USA|M|1|E|AN|N|1|1|0|C|PB|S|M|3||||| -75000|USA||6|E|DBAD|N|6|1|6|C|PB|C|M|3||||| -107500|USA|RDS|1|E|AN|Y|2|2|1|C|PB|SE|M|192||||| -64000|USA|M|2|E|AN|N|2|1|3|C|PB|SR|M|3||||| -81500|UK|O|5|E|DBAD|N|3|2|6|m|PB|S|M|2||||| -65000|USA|M|4|E|AN|N|4|2|3|C|E|S|F|2500||||| -90000|USA|M|4|E|DT|N|9|2|6|C|PB|S|M|4||||| -80000|USA|M|4|E|AN|N|4|1|1|m|PB|C|M|6||||| -90000|USA|MS|1|E|AN|N|5|1|0|C|PB|S|M|3||||| -85000|USA|M|3|E|E|N|5|2|6|m|PB|S|M|1||||| -123000|USA|M|8|E|D|N|8|3|0|m|NP|S|M|45||||| -115500|USA|M|10|E|DBAD|N|8|3|1|m|PB|S|M|4||||| -80000|Ireland|M|15|E|DT|Y|4|1|0|c|PB|SE|M|50||||| -45000|Canada|M|1|E||N|1|1|5|c|PB|SE|M|3||||| -90000|USA|O|2|E|AN|N|7|2|1|c|SG|S|F|3||||| -9000|India|MS|1|E|AN|N|3|2|3|m|PB|C|M|1||||| -67000|USA|M|3|E|AN|N|3|1|6|m|NP|S|M|1||||| -90000|USA|M|20|E|DT|N|8|4|0|C|PB|SR|M|6||||| -85000|Canada|O|3|E|AN|N|2|3|1|m|SG|C|M|8||||| -207000|USA|O|5|E|M|Y|10|2|0|C|PB|SE|M|2||||| -95000|USA|M|1|E|DS|N|2|1|4|m|NP|S|M|10||||| -140000|USA|M|20|E|DBAP|N|16|1|3|C|PB|S|M|7||||| -98000|USA|M|15|E|D|N|14|3|0|C|NP|S|M|135||||| -17000|Turkey|MS|1|E|AN|N|1|1|5|m|PB|S|M|1||||| -50000|Canada|M|4|E|DT|N|4|1|6|C|PB|SR|M|3||||| -90000|USA|O|15|E|M|Y|10|1|6|m|LG|SE|M|15||||| -90000|USA|O|15|E|M|Y|10|1|6|m|LG|SE|M|2||||| -94000|USA|M|19|E|DT|N|18|1|0|C|PB|S|M|2||||| -150000|USA|M|11|E|A|N|7|2|6|C|PB|S|M|2||||| -87000|USA|M|7|E|AN|N|7|1|0|c|PB|S|M|80||||| -99000|USA|M|6|E|DT|N|4|2|2|m|PB|S|F|35||||| -117000|USA|M|12|E|D|N|17|2|1|m|PB||M|6||||| -66000|UK|M|15|E|DBAD|N|15|3|1|c|NP|S|M|4||||| -66000|Sweden|M|3|EC|DT|N|6|1|6|c|PB|S|M|6||||| -81000|USA|M|5|E|AN|N|10|3|3|C|PB|S|M|50||||| -57000|USA|M|3|E|AN|N|3|1|0|m|PB|S|M|3||||| -140000|USA|P|4|IC|E|N|1|2|0|C|PB|S|M|1||||| -87600|USA|P|5|E|AN|N|3|1|3|C|PB|C|M|2||||| -129000|USA|M|8|E|DBAG|N|8|4|5|C|NP|SE|F|3||||| -72000|USA|O|2|E|AN|N|2|1|1|m|PB|S|M|300||||| -81000|Denmark|M|5|E|DA|N|4|3|0|m|PB|SE|M|3||||| -72000|USA|M|5|E|DT|N|5|1|0|c|PB|SE|F|22||||| -112000|USA|M|10|E|M|Y|8|1|0|C|PB|SE|M|6||||| -83000|USA|M|6|E|DBAG|Y|0|1|0|t|PB|S|M|3||||| -49000|USA|M|3|E|DBAG|N|1|1|1|c|PB|S|M|5||||| -68000|USA|O|5|E|AN|N|6|2|0|c|SG|S|M|10||||| -132500|USA|M|8|E|D|N|1|3|0|m|PB|SE|M|3||||| -68000|USA|O|5|E|AN|N|6|2|0|c|SG|S|M|12||||| -75000|USA|M|2|E|AN|N|2|1|1|C|PB|SR|M|3||||| -100000|USA|P|2|E|DA|N|7|4|2|c|PB|S|M|2||||| -85000|USA|M|6|E|AN|N|7|2|4|C|PB|S|M|5||||| -85000|USA|M|2|E|E|N|4|3|1|c|PB|SE|M|4||||| -71000|Canada|M|20|E|DBAG|N|20|2|1|m|PB|SR|M|2||||| -91000|USA|M|4|E||N|4|1|6|c|PB||M|20||||| -83000|USA|O|2|E|DA|N|2|1|4|m|FG||M|42||||| -60000|USA|M|1|E|AN|N|1|1|0|C|PB|S|F|4||||| -88000|USA|O|6|E|DA|N|6|1|6|c|PB|S|M|2||||| -95000|USA|M|7|E|DBAG|N|6|2|1|C|PB|S|M|12||||| -90000|USA|M|4|E|E|N|3|1|4|m|PB|S|M|20||||| -135500|USA||4|EC|E|N|2|1|1|m|PB|S|M|2||||| -160000|USA|M|11|E|M|Y|5|2|2|c|PB|S|M|40||||| -80000|UK|M|5|E|DBAG|N|5|1|5|c|PB|S|M|150||||| -52500|UK|M|7|E|DT|N|3|2|0|t|PB|S|M|10||||| -52000|USA|M|5|E|AN|N|5|3|3|m|PB|SR|F|9||||| -155000|USA|P|3|E|E|N|3|2|6|m|PB|S|M|3||||| -45000|USA|M|1|E|AN|N|2|1|2|c|PB|S|M|1||||| -77040|USA|M|4|E|AN|N|4|2|1|C|PB||M|4||||| -115000|USA||0|E|DT|N|8|3|1|C|NP|S|M|4||||| -97700|USA|M|10|E|AN|N|1|1|2|m|PB|S|M|1||||| -57000|USA||1|E|M|N|1|1|0|T|PB|S|M|2||||| -51700|USA|O|2|E|DT|N|2|1|1|c|PB|S|M|1||||| -90000|USA|M|6|E|AN|Y|1|1|0|m|PB|S|M|5||||| -146000|UK|P|13|E|M|Y|1|1|0|m|PB|S|M|2||||| -72000|Austria|M|8|E|DA|N|8|3|1|T|PB|SE|M|10||||| -45000|UK|M|5|E|DA|Y|5|1|6|c|PB|C|M|50||||| -60000|USA|M|2|E|DA|N|2|1|1|t|PB|S|M|7||||| -144000|USA||6|E|DS|N|6|1|0|m|PB|SR|M|4||||| -87600|USA|M|20|E|D|N|6|2|4|m|PB|SR|M|65||||| -140000|USA|M|17|E|E|N|14|3|1|m|PB|S|M|6||||| -52000|USA|M|2|E|D|N|2|1|3|m|NP|SR|M|30||||| -140000|USA|M|17|E|E|N|14|3|1|m|PB|S|M|9||||| -71000|USA|M|1|E|DT|N|1|1|0|C|E|SE|M|30||||| -81000|USA|M|15|E|AN|N|15|1|6|C|PB|S|M|7||||| -78000|USA|M|4|E|D|N|4|1|0|C|PB|S|F|7||||| -67017|USA|M|4|E|D|N|2|2|0|C|NP|S|F|1||||| -78000|USA|M|4|E|D|N|4|1|0|C|PB|S|F|15||||| -103000|USA|M|10|E|M|Y|6|1|4|m|PB|S|M|1||||| -80000|USA|M|8|E|DBAG|N|3|3|2|m|PB|S|M|5||||| -65000|USA|M|3|E|AN|N|8|2|1|C|NP|SE|M|30||||| -30000|USA|MS|1|P|D|N|1|1|2|c|PB|SR|M|3||||| -110000|USA||1|E|AN|N|2|2|6|m|PB|S|M|2||||| -58|Belgium|M|4|E|DBAP|Y|3|1|1|C|PB|S|F|4||||| -58|Belgium|M|4|E|DBAP|Y|3|1|1|C|PB|S|F|40||||| -145000|USA|M|20|E|A|N|18|1|1|m|PB|S|M|40||||| -95000|USA|O|3|E|D|N|5|2|6|m|PB|S|M|3||||| -85000|USA|M|5|EC|AN|N|5|5|0|c|PB|S|M|6||||| -75000|Canada|M|4|E|AN|N|1|2|2|m|PB|SE|M|5||||| -79063|USA|O|1|E||N|1|1|1|C|FG|SE|M|5||||| -92000|Canada|M|6|E|DT|N|12|3|1|m|PB|S|F|2||||| -76000|UK|M|7|E|D|N|1|1|0|m|NP|SR|M|4||||| -80000|USA|M|2|E|DBAG|N|2|1|6|C|PB|S|M|15||||| -74000|USA|M|4|E|AN|N|3|2|1|C|PB|SE|M|330||||| -90000|Austria|P|5|E|M|Y|2|1|0|m|PB|C|M|6||||| -60000|USA|M|1|E|DBAG|N|1|1|3|C|PB|S|M|3||||| -60000|USA|M|1|E|DBAG|N|1|1|3|C|PB|S|M|3||||| -106500|USA|O|7|E|DBAG|N|11|3|6|T|FG|SR|M|3||||| -100000|USA|P|15|E|E|N|2|1|2|T|FG|S|M|300||||| -145500|USA|M|19|E|A|Y|10|2|0|m|PB|SR|F|8||||| -80000|USA|M|5|E|DBAG|N|13|2|1|c|PB|SR|F|20||||| -116000|USA|M|4|E|DT|N|4|2|6|m|PB|S|F|3||||| -85000|USA|M|5|E|DT|N|3|2|5|m|PB|S|M|4||||| -55000|USA|M|3|EC|AN|N|1|2|6|C|PB||M|10||||| -125800|USA|O|7|E|DT|N|9|3|3|m|E|S|M|3||||| -95000|USA|M|10|E|DT|N|3|2|1|C|NP|C|F|5||||| -42000|Netherlands|M|1|E|E|N|1|2|0|c|PB|SE|M|20||||| -88500|USA|O|3|E|E|N|3|1|4|T|PB|C|M|1||||| -81000|USA|M|3|E|AN|N|3|2|1|C|PB|SE|F|10||||| -81000|USA|M|3|E|AN|N|3|2|1|C|PB|SE|F|2||||| -100000|USA|M|15|E||Y|21|1|2|m|PB|S|M|2||||| -60000|USA|M|2|E|DT|N|2|1|5|m|PB|C|M|10||||| -130000|USA|M|6|E|DT|N|6|2|6|m|NP||M|20||||| -75000|USA|O|3|E|AN|N|3|1|1|C|PB|S|M|5||||| -142000|USA|P|8|E|M|Y|8|1|2|C|PB|SE|M|2||||| -40000|USA|P|1|E|DA|N|1|1|0|C|NP||M|0||||| -65000|UK|M|1|E|DS|Y|3|2|1|m|PB|S|M|2||||| -97500|USA|O|15|E|AN|N|10|1|2|C|E|C|M|8||||| -120000|USA|M|3|EC|E|N|2|1|1|C|FG|S|M|1||||| -165000|USA|M|26|E|DBAG|N|12|5|1|C|PB|S|M|2||||| -98000|USA|M|15|E|D|N|5|2|0|m|PB|C|M|100||||| -140000|USA|M|17|E|DBAP|N|11|2|6|m|PB|S|M|3||||| -65000|USA|M|5|E|DBAG|N|5|1|0|T|PB|S|M|1000||||| -101|Australia|M|10|E|M|Y|2|1|0|m|PB|C|M|4||||| -103000|USA|M|4|E|D|N|4|3|6|m|PB|C|M|8700||||| -60000|UK|M|7|E|DBAG|N|7|1|3|m|PB|SR|M|100||||| -90000|USA|M|7|E|DA|N|7|1|6|c|PB|S|M|500||||| -105000|USA|M|7|EC|M|N|10|3|4|C|PB|C|M|1||||| -54000|New-Zealand|M|1|E|DBAD|N|1|1|1|c|PB|||20||||| -140000|USA|O|6|E|DBAG|N|6|2|1|m|PB|C|F|8||||| -75000|USA||1|E|D|N|1|1|3|m|PB|SE|M|3||||| -82000|USA|O|5|E|AN|N|15|3|6|c|PB|SE|M|2||||| -71500|USA|M|2|E|M|N|5|2|1|C|PB|SR|M|6||||| -80000|USA|O|10|E|AN|N|10|1|6|m|PB|S|M|15||||| -71500|USA|M|2|E|M|N|5|2|1|C|PB|SR|M|2||||| -140000|USA|M|20|E|DBAG|Y|20|4|0|m|PB|S|M|15||||| -145000|USA|RDS|1|E|D|N|5|3|6|m|PB|S|M|46||||| -68000|USA|MS|3|E|D|N|4|3|2|T|PB|S|M|5||||| -87000|USA|M|10|E|AN|N|13|2|2|m|PB|SR|M|7||||| -100000|USA|M|8|E|DT|N|7|3|4|m|PB|S|M|4||||| -31000|UK|M|3|E|AN|N|3|1|3|T|PB|C|M|15||||| -62000|USA|M|1|E|DBAP|Y|1|1|6|c|PB|SR|M|1||||| -110400|USA|M|5|E|M|Y|7|1|3|m|PB|S|M|255||||| -58000|USA|A|1|E|DBAG|N|1|1|4|m|PB||M|4||||| -60000|Canada|M|0|E|AN|N|0|2|0|m|PB|SE|M|100||||| -73000|USA|M|3|E|AN|N|4|1|2|m|PB|S|M|2||||| -80000|USA|M|6|E|DBAG|N|6|2|0|C|PB||M|2||||| -72000|USA|M|3|E|D|Y|3|2|4|c|PB||M|250||||| -33000|UK|O|1|E|AN|N|1|1|2|c|PB|SE|M|3||||| -50000|USA|M|1|E|AN|N|1|1|0|c|PB||M|1||||| -63000|USA|M|2|E|AN|N|2|1|1|m|PB||F|1||||| -57000|USA|M|3|E|AN|N|4|2|4|C|PB|S|M|6||||| -66000|USA|O|8|E|AN|N|3|1|1|C|E|S|M|3||||| -53580|Canada|MS|5|E|DA|N|6|4|3|C|PB|SR|M|5||||| -120000|USA|M|13|E|DBAG|N|13|3|5|m|PB|SE|M|2||||| -111000|USA|O|5|E|DBAD|N|4|1|0|m|SG|S|M|50||||| -56000|Australia|P|1|E|DA|N|3|2|0|t|E|S||30||||| -55000|USA|M|1|E|AN|N|1|1|5|T|PB|S|M|8||||| -75000|USA|M|7|E|DA|Y|8|1|1|T|NP|S|M|61||||| -54000|USA|M|4|E|DT|N|4|1|4|m|PB|S|M|3||||| -62000|USA|M|9|E|DT|N|9|2|4|C|PB|S|M|4||||| -97000|USA|M|20|E|DBAP|N|6|4|1|c|NP|S|M|80||||| -135000|USA|MS|2|E||N|1|2|0|m|PB|S|M|150||||| -64000|USA|O|2|E|AN|N|2|1|3|c|PB|S|M|1||||| -60000|UK|M|6|E|AN|N|6|1|1|m|PB|C|M|5||||| -109000|USA||2|E|AN|N|2|1|0|C|PB||M|6||||| -70000|USA|M|2|E|DT|N|1|1|1|c|PB||M|5||||| -91000|USA|O|11|E|DBAD|N|7|2|5|C|PB|S|M|8||||| -144000|USA|M|4|E|AN|N|11|4|4|m|PB|S|M|15||||| -60600|USA|M|1|E|DS|N|1|1|0|m|PB|S|F|5||||| -55000|USA|M|1|E|AN|N|2|2|5|m|PB|S|M|4||||| -105000|USA|M|6|E|D|Y|6|3|4|m|PB|SE|M|2||||| -67000|USA|O|2|E||N|2|1|0|C|NP|S|M|15||||| -58000|USA|M|3|E|AN|Y|3|1|0|c|PB|SR|M|5||||| -55000|USA|MA|1|E|AN|N|2|2|1|T|PB|S|M|3||||| -92000|USA|M|5|E|DT|N|3|1|2|C|PB|SE|M|1||||| -125000|USA||4|E|AN|Y|11|1|6|m|PB|S|M|3||||| -50000|USA|M|2|E|DT|N|1|1|6|m|PB|C|M|3||||| -77500|USA|M|1|E|AN|N|1|1|1|C|PB|S|F|136||||| -91000|USA||10|E|DS|N|3|4|0|m|PB|S|M|2||||| -93500|USA|O|10|E|AN|N|10|2|5|C|PB|SE|F|3||||| -150000|USA|RDS|3|E|M|Y|1|2|0|m|PB|S|M|3||||| -100000|USA|M|6|E|AN|N|6|3|5|m|PB|S|M|0||||| -95000|USA|M|2|E|AN|N|2|2|4|C|PB|S|M|2||||| -80000|USA|M|13|E|DA|N|15|1|3|c|PB|S|M|3||||| -105000|USA|M|4|E|DT|N|4|1|3|c|PB|SE|M|7||||| -68000|USA|M|2|E|AN|N|2|1|2|m|PB|SE|M|6||||| -57000|USA|RDS|0|E|AN|N|0|1|4|C|PB|S|M|2||||| -125000|USA|M|10|E|M|Y|6|1|0|C|PB|S|M|4||||| -140000|USA|M|13|E|D|N|13|4|4|m|PB|S|M|5||||| -83000|USA|M|7|E|DS|N|3|2|0|m|NP|S|M|10||||| -101000|USA|M|8|E|M|Y|4|1|0|C|E|S|M|8||||| -49000|Australia||1|E|AN|N|1|1|1|m|PB|SE|M|10||||| -95000|USA|M|3|E|DA|N|3|2|3|C|PB|S|M|3||||| -155000|USA|M|8|E|M|Y|4|1|0|m|PB|S|M|1||||| -47000|USA|M|1|E|DT|N|1|1|6|c|NP|C|M|6||||| -135000|USA|M|16|E|DBAG|N|22|5|3|C|PB|S|M|2||||| -102990|USA|M|8|E|DT|N|8|3|1|m|LG||M|32||||| -100000|USA|M|3|E|D|N|1|2|6|m|NP|S|M|20||||| -115000|USA|M|10|E|DBAP|Y|8|1|2|m|NP|SE|M|5||||| -145000|USA|P|8|E|M|Y|1|3|2|m|PB||M|65||||| -165000|USA|M|20|E|A|Y|5|1|0|m|PB|S|F|2||||| -54000|USA||3|E|AN|Y|1|2|0|c|PB|SE|NB|19||||| -230000|USA|M|6|IC|D|N|3|2|0|C|PB|S|M|3||||| -97500|USA|DB2|15|E|DBAG|N|8|4|0|m|PB|SE|M|2||||| -30000|USA|MS|1|E|AN|N|1|1|3|C|PB|S|M|2||||| -105000|USA|M|4|E|DT|Y|4|2|0|C|PB|SR|F|3||||| -66660|Canada||2|E|AN|N|3|2|1|m|PB|C|M|6||||| -50000|USA|M|1|E||N|1|1|6|C|PB|S|F|10||||| -130000|USA|M|20|E|DBAG|N|20|6|2|C|E|S|M|1||||| -82500|USA|M|6|E|DBAD|N|6|1|1|C|PB|S|F|40||||| -117000|USA|M|2|E|AN|N|3|2|0|m|PB|S|M|20||||| -68000|USA|O|2|E|D|N|2|1|1|c|PB|S|M|1||||| -62000|USA|P|2|E|AN|N|2|1|3|c|PB|SR|M|4||||| -100000|Canada|M|7|E|AN|N|7|2|1|m|PB|S|M|1||||| -98000|USA|M|5|E|AN|N|5|1|1|c|PB|SR|M|1||||| -100000|Canada|M|7|E|AN|N|7|2|1|m|PB|S|M|2||||| -130000|USA||10|E|D|N|10|2|6|m|PB|SR|M|1||||| -80000|Canada|MS|5|E|AN|N|3|3|4|c|PB|S|F|10||||| -115000|USA|RDS|3|E|D|N|3|1|5|m|PB|SE|M|0||||| -115000|USA|M|1|E|DS|N|1|1|4|m|PB|S|M|4||||| -44000|UK|M|4|E|D|N|2|1|0|c|PB|S|M|6||||| -55000|USA|M|1|E|DBAG|N|1|1|2|C|PB||M|5||||| -87000|Israel|M|13|E|DBAG|N|9|2|6|C|FG|SE|M|110||||| -50000|USA|M|1|E|E|N|1|1|4|t|PB|S|M|200||||| -148000|USA|C|5|E|DS|N|7|2|1|m|PB|SE|F|5||||| -148000|USA|C|5|E|DS|N|7|2|1|m|PB|SE|F|0||||| -81000|USA|M|4|E|AN|Y|3|1|1|C|E|S|M|0||||| -85000|USA|M|10|E|DBAG|N|10|4|0|C|E|S|M|10||||| -66000|Netherlands|M|20|E|DBAP|N|20|1|0|C|PB|C|M|15||||| -81619|Denmark|M|3|E|DA|N|3|1|1|C|PB|S|M|8||||| -56500|Romania|M|6|E|DS|N|2|1|0|C|PB|C|M|6||||| -85000|USA|M|6|E|DT|Y|6|1|0|c|PB|S|F|3||||| -66400|UK|M|2|E|D|Y|11|2|0|T|FG|C|M|1||||| -32237|UK|M|1|E|AN|N|1|1|1|c|PB||M|11||||| -100000|USA|M|20|E|DBAG|N|20|3|0|c|FG|S|M|100||||| -85000|USA|M|3|E|AN|N|3|1|0|m|PB|SE|M|15||||| -103000|USA|M|10|EC||N|10|2|6|C|PB|S|M|3||||| -44000|France|M|1|EC|D|N|1|1|6|m|PB|S|M|5||||| -74000|UK||1|E|DS|N|3|2|1|m|PB||M|7||||| -78000|USA|M|2|E|DBAP|N|2|1|2|C|PB|S|F|4||||| -60000|USA|M|1|EC|DA|Y|1|2|1|T|FG|SR|M|60||||| -122000|USA|M|5|EC|A|N|5|3|6|m|PB|S|M|2||||| -100000|USA|M|6|E|AN|N|11|3|2|m|NP|C|M|10||||| -142000|USA|O|5|E|AN|Y|5|1|3|m|FG|SR|M|2||||| -95000|USA|M|3|E|E|N|1|1|6|C|PB|S|M|3||||| -53000|USA|M|2|E|AN|N|2|1|4|C|PB|S|M|20||||| -115000|USA|M|10|E|DBAG|N|7|3|1|C|LG|S|M|4||||| -40000|USA|MS|1|E|AN|N|1|1|0|c|PB|S|M|50||||| -55000|USA|P|0|E|AN|N|0|1|1|m|PB|S|M|7||||| -116000|USA|M|15|E|DBAP|N|9|1|1|T|NP|S|M|1||||| -53500|UK|M|5|E|D|N|5|1|1|C|PB|C|M|300||||| -185000|USA|M|15|E|E|N|15|2|0|C|PB|C|M|12||||| -75000|USA|MA|1|E|AN|N|1|1|3|m|PB|SE|M|2||||| -64000|USA|M|6|E|DA|N|3|2|1|m|NP|C|M|3||||| -128500|USA|M|18|E|DT|Y|4|2|0|m|PB|C|M|12||||| -100000|USA|M|7|E|DT|N|5|2|0|C|PB|S|M|7||||| -90000|USA|MS|1|EC|AN|N|1|1|1|C|FG|S|M|5||||| -56000|Belgium|M|10|E|DA|Y|22|2|1|c|PB|S|M|10||||| -105000|Austria|M|20|IC|DBAG|Y|25|4|1|c|PB|S|M|5||||| -64422|UK|M|10|E|DBAG|N|7|3|2|m|PB|S|M|6||||| -40000|Netherlands|O|15|E|M|N|15|2|0|C|NP|S|M|12||||| -84000|Canada|M|15|E|DBAG|N|15|6|4|C|LG|C|M|2||||| -88000|USA||4|E|AN|N|4|1|6|T|PB|S|M|150||||| -49620|UK|M|3|E|DBAP|N|9|4|0|m|PB|S|M|5||||| -53000|USA|M|1|E|DBAG|N|1|1|3|t|FG|SE|F|21||||| -158000|USA|O|15|E|DBAP|N|4|1|0|T|NP|S|M|50||||| -120000|USA|M|20|E|M|Y|9|2|0|m|LG|SR|M|40||||| -87500|USA|M|10|E|DA|N|10|3|1|C|PB||M|40||||| -125000|USA|M|6|E|E|N|4|2|2|c|PB|S|M|2||||| -58000|USA|M|1|E|D|N|1|1|0|C|E|S|M|9||||| -39000|Portugal|M|15|EC|DA|Y|15|1|0|C|PB|S|M|3||||| -110000|USA||4|E|DBAG|N|4|1|6|c|PB|SE|M|4||||| -79500|USA|O|2|E|AN|N|2|1|0|m|PB|S|M|500||||| -110000|USA|O|30|E|DBAG|N|25|3|0|c|NP|S|M|4||||| -70000|USA|M|3|E|AN|N|3|1|2|m|PB|C|M|45||||| -100000|Spain|M|2|E||Y|3|1|1|m|PB|S|M|3||||| -100000|USA||6|E|DA|N|6|1|6|m|PB||M|1||||| -115000|USA|M|15|E|DBAP|N|5|1|2|T|PB|S|M|1||||| -128500|USA|M|15|E|A|N|15|4|2|C|PB|S|M|500||||| -52922|UK|M|4|E|DBAD|Y|2|2|2|C|PB|S|M|46|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|18|E|DBAD|N|18|4|1|m|PB|S|M|94|Bachelors (4 years)|No|YesValid|44|zero -73000|UK|M|10|E|DBAP|N|8|3|2|m|PB|S|M|10|None (no degree completed)||N|40|zero -65000|USA|M|3|E|DT|N|3|1|0|c|PB|S|M|3500|None (no degree completed)||YesValid|45|zero -70000|Sweden|M|15|E|DBAD|N|10|5|5|C|PB|C|M|1000|Masters|Yes|YesExpired|38|zero -116500|USA|M|12|EC|A|N|2|1|0|m|PB||M|100|Masters|Yes|YesValid|30|five -67000|UK|M|3|IC|DA|N|3|1|0|C|PB|S|M|2|Bachelors (4 years)|No|N|37|zero -124000|USA|M|18|E|DBAG|N|15|3|6|m|PB|SR|M|25|Bachelors (4 years)|No|YesExpired|40|four -33172|Serbia-and-Montenegro|O|12|E|DBAG|N|14|2|5|m|PB|C|M|200|Masters|Yes|N|40|five -115000|USA|M|14|E|DBAD|Y|17|2|2|c|PB|SR|M|8|Bachelors (4 years)|No|N|45|four -115000|UK|M|18|E|M|Y|5|1|0|m|PB||M|15|Masters|Yes|YesValid|35|zero -122000|USA|M|20|E|DBAG|N|20|5|2|m|PB|SR|M|166|Bachelors (4 years)|Yes|YesExpired|40|zero -45000|Poland|M|1|IC|D|N|6|2|3|C|PB|S|M|4|Masters|Yes|YesValid|45|five -108000|Australia|M|10|E|DBAP|N|1|2|0|m|PB|S|M|100|Bachelors (4 years)|No|YesValid|38|five -130000|USA|M|9|E|M|Y|3|1|0|m|NP|S|M|30|None (no degree completed)||N|45|zero -115000|USA|M|15|E|DBAD|N|6|2|1|C|PB|S|M|70|Bachelors (4 years)|Yes|YesValid|55|zero -79000|USA|M|3|E|DBAD|N|3|1|6|c|PB|S|M|20|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|6|E|DBAD|Y|6|4|0|m|PB|S|M|250|Bachelors (4 years)|Yes|YesValid|40|one -85000|USA|M|10|E|DBAG|N|4|1|2|c|LG|S|M|25|Masters|Yes|YesExpired|38|one -30000|Romania|M|6|E|DT|N|6|2|6|m|PB|SR|M|6|Masters|Yes|N|40|zero -63000|UK|M|16|E|DBAP|N|16|2|0|m|NP|SR|M|25|None (no degree completed)||N|35|three -135000|USA|M|12|E|DBAP|N|12|2|0|C|PB||M|25|Bachelors (4 years)|Yes|YesValid|40|one -106000|USA|M|8|E|DBAG|N|7|3|5|m|PB|S|M|40|Bachelors (4 years)|Yes|YesExpired|35|one -61000|USA|M|1|E|DBAP|N|1|1|2|m|PB|C|M|30|Associates (2 years)|Yes|N|40|zero -83000|USA|M|6|E|DBAD|N|6|1|5|c|PB|S|M|41|Bachelors (4 years)|Yes|N|40|zero -104000|Switzerland|M|4|E|DBAG|N|4|1|1|T|PB|C|M|12|Bachelors (4 years)|Yes|YesValid|42|zero -65000|USA|M|4|E|DA|N|4|2|0|t|PB|C|M|30|Associates (2 years)|Yes|YesValid|40|one -120000|USA|M|18|E|E|N|16|5|4|m|PB|S|M|150|Bachelors (4 years)|Yes|N|45|five -100000|USA|M|8|E|DBAP|N|8|1|1|m|E|C|M|90|Masters|Yes|YesValid|40|zero -75000|Sweden|M|16|EC|DBAG|N|10|1|0|T|PB|S|M|150|None (no degree completed)||YesValid|40|one -54410|Ireland|M|3|E|DBAP|N|3|2|0|T|PB|SE|M|10|Masters|Yes|N|45|zero -71000|Germany|M|5|EC|D|N|0|1|6|c|PB||M|40|Masters|No|N|45|one -107000|USA|M|15|E|DBAD|N|20|5|0|C|PB|S|M|20|Bachelors (4 years)|No|YesValid|40|five -35000|Spain|M|7|EC|DBAG|N|13|2|6|m|PB||M|40|None (no degree completed)||N|40|five -85000|USA|M|8|E|AN|N|5|6|3|m|E|S|M|11|Bachelors (4 years)|Yes|N|40|five -90000|USA|M|2|E|DBAD|N|2|1|1|c|PB|S|M|4|Bachelors (4 years)|No|N|50|zero -99100|USA|M|12|E|DBAP|N|4|3|6|c|PB|S|M|318|None (no degree completed)||YesExpired|40|zero -20750|UK|M|1|E|DBAP|N|1|1|5|C|PB|S|M|500|None (no degree completed)|No|YesValid|40|zero -260000|USA|M|23|E|M|Y|6|2|6|m|PB|SE|M|170|Masters|Yes|YesExpired|50|three -70800|UK|M|11|E|DBAD|N|11|4|1|c|PB|S|M|100|None (no degree completed)||N|40|one -85000|USA|M|4|E|DBAG|N|4|2|1|C|PB|S|M|200|Bachelors (4 years)|Yes|N|60|zero -105000|USA|M|4|E|DBAP|Y|4|1|0|m|PB|SE|M|20|Bachelors (4 years)|Yes|YesValid|50|zero -167000|USA|M|20|E|A|Y|10|2|0|m|PB|S|M|15|Bachelors (4 years)|Yes|N|50|one -108000|USA|M|10|E|DBAG|N|3|2|4|C|PB|C|M|4000|Bachelors (4 years)|Yes|YesExpired|50|one -82000|UK|M|11|E|DBAG|N|7|1|3|m|PB|S|M|100|Bachelors (4 years)|No|YesExpired|38|zero -38000|Spain|M|11|E|AN|N|20|3|0|m|PB||M|3|None (no degree completed)|Yes|N|38|zero -70000|UK|M|10|EC|D|N|10|4|6|m|PB|C|M|10|Bachelors (4 years)|Yes|YesExpired|48|zero -82000|USA|O|5|E|DBAP|N|5|2|1|C|NP|S|M|15|Bachelors (4 years)|Yes|N|40|zero -118000|USA|M|16|E|DT|N|17|2|0|m|PB|S|M|3|None (no degree completed)||N|40|five -44000|Italy|M|7|E|DBAG|N|7|2|0|m|PB|SR|M|30|Bachelors (4 years)|No|YesValid|40|zero -72000|USA|M|20|E|DA|N|17|1|1|t|E|S|M|40|Associates (2 years)||N|45|five -92000|USA|M|10|E|DBAP|N|13|2|3|C|NP|S|F|200|Masters|Yes|N|40|three -115000|USA|M|10|E|M|Y|10|3|6|c|PB|SE|M|50|None (no degree completed)||YesValid|50|two -45000|USA|M|1|E|DT|N|1|1|1|C|PB|SR|M|50|Bachelors (4 years)|No|YesValid|45|zero -110000|USA|M|15|E|DBAG|N|15|2|0|m|NP|S|M|20|Masters|No|YesExpired|40|zero -240000|USA|M|19|IC|D|N|3|6|5|m|PB|S|M|25|Masters|Yes|YesExpired|50|one -130000|USA|M|20|E|A|Y|20|3|0|m|PB|SE|M|10|Masters|Yes|N|50|one -105000|USA|M|5|E|DT|N|5|3|0|m|PB|S|M|25|Bachelors (4 years)|No|N|40|one -500000|USA|M|22|IC|DT|Y|20|1|1|m|PB|S|M|20|Bachelors (4 years)|Yes|YesValid|60|zero -97000|USA|M|10|E|DBAP|N|1|4|1|C|NP|S|M|6|Bachelors (4 years)|No|N|40|five -97000|USA|M|11|E|DBAP|N|7|1|2|m|PB|SR|M|125|Bachelors (4 years)|Yes|N|50|zero -110000|USA|M|18|E|DBAG|N|18|1|0|m|PB|S|M|25|None (no degree completed)||N|45|two -115000|USA|M|20|E|DT|N|25|5|4|m|PB|S|F|15|Bachelors (4 years)|Yes|N|42|zero -120000|USA|M|18|E|D|N|4|5|3|m|PB|S|M|30|Masters|No|YesValid|45|zero -101000|USA|M|8|E|DBAG|Y|8|1|2|C|PB|S|M|500|Bachelors (4 years)|Yes|YesExpired|50|zero -62000|UK|M|8|E|M|Y|8|1|0|C|PB|S|M|2|Doctorate/PhD|No|N|45|zero -145000|USA|M|20|E|A|N|20|2|0|C|PB|S|M|20|None (no degree completed)||N|45|five -92000|USA|M|4|E|DBAG|N|3|2|6|m|PB|C|F|350|Masters|Yes|YesValid|65|two -85000|USA|M|3|E|E|N|3|1|0|c|PB|S|F|12|Bachelors (4 years)|Yes|YesValid|40|zero -56000|USA|M|10|E|E|N|7|4|0|t|E|SR|M|8|None (no degree completed)||N|45|zero -74000|USA|M|3|EC|DBAD|N|2|2|6|C|PB|SE|F|100|Bachelors (4 years)|No|N|40|four -89000|USA|M|10|E|DBAD|N|10|2|0|t|PB|S|M|7|Bachelors (4 years)|Yes|N|50|zero -120500|USA|M|18|E|DBAG|N|14|3|3|C|PB|S|M|75|Associates (2 years)|No|YesExpired|45|four -47500|UK|M|10|E|DBAG|N|3|1|2|c|PB|S|M|30|Bachelors (4 years)|Yes|N|40|zero -104000|USA|M|15|E|DA|Y|25|2|1|m|PB|SE|M|6|None (no degree completed)||YesValid|60|one -99600|USA|M|11|E|DA|N|4|2|0|T|PB|SR|M|4|Associates (2 years)|Yes|YesValid|42|two -126000|USA|M|18|E|A|N|32|6|0|m|PB|S|M|38|Bachelors (4 years)|No|YesExpired|55|zero -105000|USA|M|20|E|DBAP|N|20|5|0|C|PB|S|F|405|Masters|No|N|43|zero -100000|USA|M|15|E|D|N|15|1|0|m|PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -162000|USA|M|16|E|DBAG|N|16|6|0|m|PB||M|100|None (no degree completed)||N|60|one -102104|USA|M|15|E|DBAD|N|6|1|0|T|PB|S|F|20|Associates (2 years)|No|YesValid|40|one -119500|USA|M|13|E|DBAG|N|13|1|2|c|PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|50|zero -112000|USA|M|16|E|DT|N|12|2|1|c|PB|S|M|10|Bachelors (4 years)|Yes|N|40|one -118000|USA|M|12|E|DBAP|N|12|2|0|m|PB|C|M|30|Bachelors (4 years)|No|N|40|zero -82000|USA|MS|5|E|DBAP|N|2|1|5|c|PB|S|M|2000|None (no degree completed)||YesValid|50|five -94000|USA|M|3|E|DBAG|N|3|2|1|c|PB|S|M|40|Bachelors (4 years)|Yes|YesExpired|45|zero -129000|USA|M|18|E|DBAP|N|11|1|0|m|PB|S|M|150|Associates (2 years)|Yes|YesExpired|40|five -39000|UK|M|7|E|DBAG|N|2|2|1|C|PB||M|50|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|6|E|DBAD|N|6|2|1|T|PB|S|M|6|Bachelors (4 years)|No|N|40|two -125000|USA|M|20|E|DBAG|N|32|6|0|c|PB|SE|M|10|Bachelors (4 years)|Yes|N|55|four -110000|USA|M|19|E|DT|N|19|5|1|m|PB|S|M|100|None (no degree completed)||YesExpired|45|two -115000|USA|M|21|E|DBAP|N|21|6|4|C|LG|S|M|150|None (no degree completed)||YesExpired|40|zero -38000|USA|M|5|E|DBAP|Y|5|1|0|c|PB|SR|M|1|Associates (2 years)|Yes|N|43|zero -104000|USA|M|13|E|DBAP|N|10|1|2|C|PB|S|F|150|Masters|Yes|YesExpired|40|zero -107000|USA|M|15|E|DA|N|22|6|4|m|PB|S|M|25|Bachelors (4 years)|Yes|N|40|zero -88002|USA|M|5|E|DBAG|N|1|1|0|T|PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -64000|Canada|M|7|E|DBAG|N|7|2|0|m|PB|S|M|50|Bachelors (4 years)|No|YesExpired|40|zero -110000|USA|M|2|E|AN|N|8|2|2|C|NP|C|M|6|Bachelors (4 years)|Yes|YesExpired|40|two -113000|USA|M|24|E|DBAG|Y|24|5|1|C|PB|S|M|15|Bachelors (4 years)|Yes|YesExpired|40|zero -61400|Finland|M|7|E|DBAG|N|4|1|0|C|PB|S|M|3|Bachelors (4 years)|No|N|40|two -116500|USA|M|13|E|DBAP|Y|3|4|0|C|NP|SR|M|309|Bachelors (4 years)|No|YesExpired|55|zero -67000|Canada|M|14|E|A|Y|2|1|0|c|PB|S|F|30|Masters|Yes|YesExpired|40|zero -116500|USA|M|11|EC|DBAP|Y|11|3|6|T|PB|S|M|1000|None (no degree completed)||N|40|zero -78000|USA|M|5|E|DBAD|N|21|3|0|c|SG|S|M|7|Bachelors (4 years)|Yes|N|40|zero -73000|Canada|M|22|E|DBAD|N|25|3|1|C|NP|SR|M|20|None (no degree completed)||YesExpired|40|one -148000|USA|M|15|E|M|Y|10|3|1|m|PB||M|20|Masters|Yes|YesValid|60|zero -92500|USA|M|11|E|DBAG|N|2|3|1|C|NP|S|M|10|Masters|Yes|YesValid|40|zero -152000|USA|M|20|E|DBAG|N|15|4|1|m|PB||M|140|Bachelors (4 years)|Yes|YesExpired|50|one -111000|USA|M|18|E|DBAP|N|15|1|5|c|NP|S|M|515|None (no degree completed)||YesExpired|42|zero -117000|USA|M|11|E|DT|N|15|3|2|C|PB|S|M|20|Bachelors (4 years)|No|N|45|zero -110000|USA|M|2|E|DBAP|N|1|1|0|C|PB|S|M|5|Bachelors (4 years)|No|N|44|zero -120000|USA|M|20|E|D|Y|10|3|1|c|PB|S|M|80|Bachelors (4 years)|Yes|YesExpired|45|zero -85000|USA|M|25|E|DBAP|N|13|5|0|m|LG||M|30|None (no degree completed)||YesExpired|40|zero -65000|USA|M|4|E|DBAG|N|4|1|0|m|SG|S|M|10|Associates (2 years)|Yes|N|40|zero -98000|USA|M|20|E|DBAP|N|10|3|2|C|NP|SR|M|200|Bachelors (4 years)|No|YesExpired|40|one -140000|USA||3|IC|DBAP|N|13|3|3|C|PB|SE|M|100|Bachelors (4 years)|No|YesValid|50|four -30000|Slovenia|M|25|E|DT|Y|30|2|2|T|PB|S|M|10|None (no degree completed)|No|YesExpired|50|five -71500|USA|M|19|E|DBAG|N|19|1|2|c|LG|SR|M|50|None (no degree completed)||YesValid|40|zero -63000|USA|M|7|E|D|N|7|2|1|C|PB||M|17|Bachelors (4 years)|Yes|YesExpired|40|one -160000|USA|M|8|E|DA|Y|8|1|6|m|PB|S|M|250|Bachelors (4 years)|No|N|45|zero -125000|USA|M|8|EC|A|Y|3|2|6|m|PB|S|M|10|Bachelors (4 years)|Yes|YesValid|50|zero -110000|USA|M|9|E|E|N|1|4|0|c|PB|S|F|50|Bachelors (4 years)|No|N|40|one -170000|USA|M|15|E|DBAP|N|25|6|0|m|PB|S|M|15|Bachelors (4 years)|No|YesValid|40|zero -115000|Canada|M|17|IC|A|Y|17|2|2|c|PB|S|M|10|None (no degree completed)||YesValid|70|zero -96000|USA|M|24|E|A|Y|4|1|5|c|E|SR|M|30|Bachelors (4 years)|No|YesExpired|50|zero -102000|USA|M|20|E|DBAD|Y|26|1|1|C|PB|S|M|10|Bachelors (4 years)|No|YesExpired|50|zero -108000|USA|M|15|E|DBAG|N|10|3|1|C|PB|S|M|22|Bachelors (4 years)|Yes|N|45|one -90000|USA|M|10|E|DT|N|10|3|3|C|PB|S|M|5|Bachelors (4 years)|No|N|40|five -130000|USA|M|10|E|DBAP|N|6|2|0|C|PB|SE|M|35|Associates (2 years)|Yes|YesValid|40|one -55168|Canada|M|10|E|DBAP|N|15|1|3|C|SG|S|M|600|None (no degree completed)|Yes|N|35|zero -150000|USA|P|1|E|DBAG|N|15|6|1|c|PB|S|M|10|None (no degree completed)||N|50|zero -98000|USA|M|10|E|D|N|7|2|3|C|PB|S|M|500|Bachelors (4 years)|Yes|YesValid|42|zero -158500|USA|M|16|E|DS|Y|16|1|1|c|FG|S|M|7|Doctorate/PhD|No|N|48|zero -89814|USA|M|10|E|DBAP|Y|2|1|0|c|LG|S|M|20|Masters|Yes|YesExpired|40|zero -125000|USA|M|23|E|M|Y|1|3|3|C|PB|S|M|17|None (no degree completed)||YesValid|45|zero -116500|USA|M|15|E|DBAD|N|15|2|6|C|PB|SE|M|200|Bachelors (4 years)|Yes|N|45|two -70000|USA|M|20|E|DBAG|N|25|3|0|c|E|S|M|14|None (no degree completed)||N|40|zero -128000|USA|M|10|E|DT|N|7|3|0|m|PB|S|M|1|None (no degree completed)||N|40|five -67000|USA|M|15|E|DT|N|2|2|1|C|PB|S|M|150|Bachelors (4 years)|No|YesValid|40|zero -65000|USA|M|2|E|DBAG|N|2|2|4|m|PB|S|M|300|Bachelors (4 years)|Yes|YesExpired|40|two -750000|USA|M|3|E|DBAG|N|3|1|0|C|PB||M|90|Associates (2 years)|No|N|45|zero -125000|USA|A|1|E|DBAG|N|9|3|0|C|PB|S|M|225|None (no degree completed)||YesExpired|40|one -110000|USA|M|19|E|DT|N|1|2|1|t|PB|S|M|150|Bachelors (4 years)|No|N|40|zero -99000|USA|M|5|E|DBAG|Y|10|2|0|m|E|S|M|20|Bachelors (4 years)|No|YesExpired|50|two -72000|Canada|O|13|E|DBAG|N|13|1|1|C|LG|S|F|30|Bachelors (4 years)|No|YesExpired|35|zero -88050|USA|M|12|E|DBAG|N|3|1|3|m|PB|SR|M|450|None (no degree completed)||N|50|zero -152000|USA|M|18|E|M|N|18|1|3|C|PB|S|M|24|Masters|No|YesExpired|50|zero -95000|USA|M|6|E|DBAD|N|10|2|0|T|FG|S|F|3|Masters|Yes|N|40|zero -105000|USA|M|15|E|DT|N|15|2|1|m|PB|S|M|3|Bachelors (4 years)|Yes|N|50|five -140000|USA|M|17|E|DBAD|N|3|2|1|C|PB||M|10|Associates (2 years)|Yes|YesExpired|40|one -90000|USA|M|8|E|D|N|8|4|2|c|PB|S|M|4|Masters|No|YesExpired|45|two -120000|USA|M|10|E|E|N|10|1|0|m|PB|SR|M|65|None (no degree completed)||N|48|one -74813|USA|M|4|E|A|Y|4|1|0|m|PB|S|M|20|None (no degree completed)||YesValid|42|zero -48650|Canada|M|7|E|DBAG|N|3|1|0|m|PB|S|F|15|None (no degree completed)||N|40|one -75000|New-Zealand|M|11|E|DBAP|N|11|1|0|C|LG|S|M|78|None (no degree completed)||N|40|zero -35000|Slovenia|M|5|EC|D|Y|3|2|3|c|PB|SE|M|50|Bachelors (4 years)|Yes|N|48|zero -70180|USA|M|30|E|DBAG|N|4|5|2|C|SG|S|M|1500|Associates (2 years)|No|N|40|zero -88000|USA|M|10|E|DBAG|N|5|2|1|C|E|S|M|30|Bachelors (4 years)|Yes|N|40|two -165000|New-Zealand|M|20|IC|DBAG|N|12|6|0|m|PB|S|M|60|Associates (2 years)||YesExpired|40|one -140321|USA|M|23|E|DA|Y|8|1|1|m|PB|S|M|12|None (no degree completed)||YesExpired|40|five -66050|USA|M|3|E|DBAG|N|3|1|5|C|PB|S|M|500|Bachelors (4 years)|Yes|N|40|one -98500|USA|M|8|EC|DBAD|N|8|2|1|C|PB|S|M|15|Bachelors (4 years)|Yes|N|45|zero -30236|Portugal|M|10|E|DBAP|N|10|6|6|C|PB|SE|M|600|Bachelors (4 years)|No|YesValid|37|zero -120000|USA|M|17|E|D|N|17|4|2|C|PB|S|M|40|Associates (2 years)|No|YesValid|50|zero -81000|USA|M|5|E|AN|N|5|2|0|C|PB|S|M|3|None (no degree completed)|Yes|N|40|zero -104000|USA|M|10|E|D|N|2|1|0|C|PB|SE|M|3|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|2|E|D|N|2|1|2|c|PB|SR|M|3|Bachelors (4 years)|No|N|40|zero -115000|USA|M|10|E|DBAG|N|10|3|0|C|PB|S|M|40|Bachelors (4 years)|Yes|N|40|three -120000|USA|M|10|E|DBAG|N|1|3|1|c|PB|S|M|6|Associates (2 years)|No|N|45|five -122000|USA|SAP|8|E|DBAP|N|29|6|6|m|PB|SR|M|250|Bachelors (4 years)|Yes|YesValid|45|zero -80000|USA|M|7|E|DBAD|N|7|1|1|m|PB||M|2|Masters|Yes|N|50|zero -96000|USA|M|10|E|DBAG|N|7|1|1|C|PB|S|F|35|Bachelors (4 years)|No|N|50|one -154000|USA|M|22|E|DBAG|Y|22|6|2|m|PB|S|M|12|Bachelors (4 years)|No|N|45|two -120000|USA|M|20|E|DBAG|N|25|3|0|m|NP|S|M|30|Associates (2 years)|Yes|N|45|zero -69000|New-Zealand|RDS|6|E|DA|Y|18|4|0|c|PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|40|zero -91000|USA|M|8|E|A|N|2|1|0|C|NP||M|35|Masters|Yes|N|40|zero -94000|Germany|M|10|E|DBAG|N|2|3|4|C|PB|SE|M|400|None (no degree completed)||N|45|zero -250000|USA|M|20|IC|DBAG|N|25|6|0|T|PB|S|M|50|Masters|Yes|YesValid|50|five -63500|Poland|M|10|E|M|N|1|1|0|m|PB|S|M|1|Bachelors (4 years)|Yes|N|40|zero -90000|USA|M|17|E|DBAG|N|6|2|0|c|PB|S|M|15|None (no degree completed)||YesExpired|35|zero -77624|USA|M|9|E|DBAG|N|10|2|0|C|PB|SR|M|23|Bachelors (4 years)|Yes|N|40|zero -70000|USA|M|6|E|DBAP|N|6|2|0|c|PB|SE|M|62|Bachelors (4 years)|Yes|N|37|zero -90500|Germany|M|15|E|E|Y|16|2|2|C|PB|S|M|20|Bachelors (4 years)|Yes|N|40|two -26400|Netherlands|M|7|EC|DBAG|N|5|1|0|T|PB|S|M|400|Bachelors (4 years)|No|YesValid|45|zero -153027|USA|M|18|E|A|N|18|1|0|C|PB|S|M|14|None (no degree completed)||YesExpired|40|five -121000|USA|M|10|E|M|Y|1|1|0|m|PB|S|M|3|Bachelors (4 years)|Yes|N|40|one -102000|USA|M|10|E|DBAG|N|8|3|6|m|PB|SR|M|25|Bachelors (4 years)|No|YesExpired|42|three -180000|Belgium|M|10|IC|DBAP|Y|10|2|1|C|PB|SE|M|12|None (no degree completed)||N|40|one -81471|USA|M|11|E|DBAG|N|11|2|6|T|PB|S|M|800|Bachelors (4 years)|No|N|45|zero -102200|USA|A|2|E|DBAG|N|12|4|1|c|PB|SR|M|3|None (no degree completed)||N|40|five -86000|USA|M|10|E|DBAG|N|10|3|0|C|PB|SR|M|15|Bachelors (4 years)|Yes|N|45|one -47500|UK|M|2|E|DBAP|N|1|1|6|c|PB|S|M|450|None (no degree completed)||YesValid|40|zero -83018|USA|M|20|E|DBAG|Y|5|1|0|C|PB|S|F|60|Bachelors (4 years)|Yes|N|40|one -96000|USA|M|17|E|DBAG|N|12|2|0|t|PB|S|M|105|Bachelors (4 years)|Yes|YesValid|40|four -150000|USA|M|6|E|DT|Y|1|1|0|m|PB|S|M|1|None (no degree completed)||N|40|zero -240000|USA|M|22|IC|DBAD|N|2|1|0|m|PB|S|M|40|Masters|No|N|48|zero -82900|Australia|M|20|E|DBAG|N|21|1|6|c|SG|S|M|10|Masters|Yes|YesExpired|40|zero -95000|USA|M|10|E|D|N|3|1|2|C|PB|S|M|6|Bachelors (4 years)|Yes|YesValid|42|zero -110000|USA|M|13|E|DBAP|N|28|5|0|m|PB|S|F|60|None (no degree completed)||N|40|zero -90250|USA|M|6|E|DBAD|N|6|2|0|c|PB|S|M|4|Bachelors (4 years)|Yes|N|40|zero -104000|USA|M|20|E|DBAG|N|18|1|6|m|PB||M|250|Bachelors (4 years)|Yes|N|45|two -165000|USA|M|16|E|M|Y|8|2|0|m|PB|S|M|100|Bachelors (4 years)|Yes|YesValid|45|zero -75000|USA|M|4|E|AN|N|1|1|0|T|PB|S|M|12|Bachelors (4 years)|No|N|41|zero -105000|USA|M|15|E|AN|N|20|3|6|m|PB|SR|M|5|Bachelors (4 years)|No|YesExpired|40|five -104000|USA|M|8|E|D|N|3|1|0|m|PB|S|M|30|Bachelors (4 years)|No|N|40|zero -67000|USA|M|3|E|DT|N|3|1|6|m|PB|S|M|8|Masters|Yes|YesExpired|40|two -43700|UK|M|5|E|DBAP|N|2|1|6|m|PB|SE|M|100|None (no degree completed)||YesValid|35|zero -100000|Australia|M|8|E|DBAG|N|8|4|0|t|NP||M|30|Bachelors (4 years)|Yes|YesValid|38|one -164000|USA|M|10|E|M|Y|6|3|0|m|PB||M|50|Bachelors (4 years)|No|YesValid|70|zero -90000|Australia|M|20|E|D|N|15|4|0|m|PB|S|M|10|Bachelors (4 years)|Yes|YesExpired|40|zero -25000|Peru|M|7|EC|DBAD|N|5|6|0|m|PB|SE|M|3|Bachelors (4 years)|Yes|YesValid|48|four -54330|Germany|M|4|E|DBAP|N|4|2|0|m|SG|SE|M|1000|Masters|Yes|YesValid|40|zero -88000|USA|M|5|E|DBAP|N|5|2|4|C|NP|S|M|60|Bachelors (4 years)|No|YesExpired|40|zero -58250|Poland|M|11|EC|DBAG|N|11|3|6|m|PB|SE|M|100|Bachelors (4 years)|Yes|YesValid|40|two -71000|USA|RDS|2|E|DBAD|N|12|2|6|T|PB|S|M|50|None (no degree completed)||YesExpired|45|two -85654|USA|M|3|E|DT|N|3|1|6|m|PB|S|M|8|Masters|Yes|YesExpired|40|two -105000|USA|M|8|E|D|N|25|5|2|m|PB|S|M|15|Bachelors (4 years)|No|N|40|one -106000|USA|M|15|E|A|N|15|1|0|C|LG|S|M|2|None (no degree completed)||N|40|one -87000|USA|M|3|E|DA|N|10|1|5|m|PB|S|M|3|Bachelors (4 years)|No|N|45|zero -72000|Australia|M|5|E|DA|N|10|1|5|m|PB|S|M|2|Bachelors (4 years)|No|N|40|zero -71000|USA|M|4|E|DS|Y|2|1|0|C|PB|S|M|1|Masters|Yes|N|37|zero -65000|USA|M|18|E|M|N|6|3|0|C|PB|C|M|2|None (no degree completed)||N|40|zero -40000|USA|M|2|EC|DT|N|2|1|0|C|PB|SE|M|2|Bachelors (4 years)|Yes|N|35|zero -68000|USA|M|4|E|DT|Y|4|1|0|C|PB|S|M|2|Bachelors (4 years)|No|N|35|one -119000|USA|M|20|E|DBAG|Y|9|1|0|t|PB|S|M|100|Associates (2 years)|Yes|YesExpired|43|five -101000|USA|M|12|E|DBAP|N|12|3|5|m|PB|S|M|385|Bachelors (4 years)|No|YesValid|45|five -125000|UK|M|20|IC|A|Y|25|4|0|m|PB|S|M|30|Bachelors (4 years)|No|YesValid|45|one -125000|USA|M|20|EC|DBAP|Y|15|3|0|C|PB|S|M|999|Bachelors (4 years)|Yes|YesValid|50|five -22000|Croatia|M|7|E|M|Y|7|1|0|c|PB|S|M|20|Masters|No|N|45|zero -133700|USA|M|20|E|DA|N|28|1|0|C|PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|42|zero -150000|USA|M|20|EC|A|Y|10|4|6|C|PB|S|M|10|None (no degree completed)||YesExpired|45|one -129800|USA|M|17|E|DBAG|N|10|1|2|C|PB||M|3500|Associates (2 years)|Yes|YesExpired|45|zero -100000|USA|M|8|E|A|Y|8|1|3|c|PB||M|200|Bachelors (4 years)|Yes|N|45|zero -87000|Australia|M|5|E|DBAG|N|3|1|0|m|PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|37|one -119000|USA|O|5|EC|DA|Y|6|2|3|m|PB|S|M|6|Bachelors (4 years)|Yes|N|45|zero -165000|USA|M|14|E|D|N|14|2|0|C|PB|SR|M|2|Masters|Yes|YesValid|40|zero -200000|USA|M|5|E|A|N|14|4|3|m|PB||M|20|Bachelors (4 years)|No|YesValid|45|two -70000|Australia|M|6|E|DBAG|N|6|1|1|T|PB|S|M|100|Bachelors (4 years)||YesValid|38|zero -107000|HK|M|10|E|DBAG|Y|3|3|1|m|PB||M|10|Bachelors (4 years)|Yes|YesValid|45|two -51000|Taiwan|M|13|E|DBAG|N|10|4|6|m|PB|S|M|100|Masters|Yes|YesExpired|40|zero -110000|USA|M|17|E|DBAG|N|17|2|1|m|PB|SR|M|20|Masters|Yes|N|50|zero -78052|USA|M|10|E|DT|N|10|2|1|C|PB|S|M|6|Associates (2 years)|Yes|N|40|zero -119000|Australia|M|8|E|DBAP|N|8|4|1|m|PB|S|M|150|None (no degree completed)||YesExpired|40|zero -125000|USA|M|18|E|DA|Y|20|1|0|C|PB|S|M|11|None (no degree completed)||N|36|five -94000|Australia|M|15|E|DBAG|N|15|3|2|C|PB|SR|M|120|None (no degree completed)||N|38|zero -127000|Australia|M|3|E|DBAG|N|3|1|0|m|PB|S|M|10|Doctorate/PhD|Yes|N|38|five -91000|USA|M|5|EC|D|Y|5|2|2|C|PB|SR|M|100|Bachelors (4 years)|No|YesValid|44|one -11800|India|M|8|E|DBAG|Y|8|3|2|m|PB|SE|M|37|Masters|Yes|YesExpired|47|zero -55000|USA|M|1|E|DBAP|N|1|1|4|c|PB|S|M|30|Bachelors (4 years)|Yes|N|44|zero -135000|Switzerland|M|10|E|DBAD|N|25|2|0|C|PB|S|M|10|Masters|Yes|N|42|zero -80000|Netherlands|M|5|E|DA|Y|11|1|1|C|PB|S|M|3|Masters|Yes|YesExpired|45|four -90000|USA|M|10|E|DBAP|N|8|5|0|C|PB|S|M|50|Masters|No|YesValid|40|zero -130000|Switzerland|M|22|E|DBAG|Y|20|2|2|c|PB|S|M|52|None (no degree completed)||N|42|zero -54000|South-Africa|M|15|EC|D|Y|20|2|6|m|PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|one -63400|Germany|M|6|E|AN|N|15|4|5|C|PB|S|M|20|Associates (2 years)|No|YesValid|40|zero -82970|Australia|M|10|E|DA|Y|5|1|0|c|PB|S|M|2|Bachelors (4 years)|No|N|38|zero -48000|Slovenia|M|15|E|DBAP|N|15|2|6|C|PB|SR|M|35|Bachelors (4 years)|No|N|45|zero -70000|Belgium|M|15|E|DBAD|Y|15|1|0|c|PB|C|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -70000|Germany|M|18|IC|DT|N|10|3|0|m|PB|SR|M|5|None (no degree completed)||N|35|five -75000|Germany|M|4|EC|DBAP|N|6|2|2|C|PB||M|20|Associates (2 years)|No|YesValid|45|one -60000|UK|M|18|E|DBAG|N|6|2|2|m|E||M|200|None (no degree completed)|Yes|N|37|one -58000|Romania|M|12|E|DBAG|N|10|4|0|m|PB|S|M|150|Masters|Yes|YesValid|40|zero -63000|Bulgaria|M|15|E|M|Y|1|1|0|m|PB|S|M|35|Bachelors (4 years)|Yes|N|45|zero -42000|Germany|M|7|E|DBAD|N|7|2|0|C|PB|S|M|20|None (no degree completed)||N|45|zero -86000|Denmark|M|3|E|M|Y|6|1|0|C|PB|S|M|2|Masters|No|N|40|zero -45170|UK|M|4|E|D|N|4|1|1|C|PB|C|M|10|None (no degree completed)|No|N|40|zero -36000|UK|M|10|E|E|N|14|1|0|T|E|C|M|16|Masters|Yes|N|37|zero -28495|UK|M|2|E|DBAP|N|2|1|1|c|FG|SR|M|250|None (no degree completed)||YesValid|40|zero -65000|UK|M|8|E|DBAG|N|6|1|0|c|E|S||10|None (no degree completed)||YesValid|40|zero -89000|UK|M|6|IC|DBAG|N|1|1|4|m|FG|S|M|200|Bachelors (4 years)|Yes|YesExpired|38|zero -21000|Poland|M|3|E|DBAG|N|7|3|0|C|PB||M|23|Associates (2 years)|Yes|N|40|zero -35000|UK|M|3|E|DBAD|N|28|2|1|c|LG|S|M|10|None (no degree completed)||N|37|zero -72000|UK|M|25|E|A|N|11|1|3|C|SG|S|M|350|Bachelors (4 years)|No|YesExpired|41|zero -47000|UK|M|6|E|DT|N|2|3|5|c|PB|SE|M|60|Associates (2 years)||YesValid|40|zero -50140|UK|M|22|E|DT|N|22|5|1|c|PB|S|M|5|Masters|Yes|N|38|zero -65180|UK|M|13|E|DT|N|13|5|1|c|PB|S|M|7|Bachelors (4 years)|Yes|YesValid|40|zero -9100|Denmark|M|20|E|DBAD|N|20|4|0|C|PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|37|one -41000|Romania|M|15|E|A|N|5|2|2|c|PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -50000|Poland|M|7|E|DBAG|N|7|3|1|m|PB|SR|M|50|Masters|Yes|YesValid|40|two -35169|UK|M|4|E|DBAG|N|3|1|0|c|LG|S|M|107|Associates (2 years)|Yes|YesValid|38|zero -65000|Greece|M|15|EC|DBAG|N|12|1|1|m|PB|SR|M|400|Bachelors (4 years)|Yes|YesValid|40|zero -56000|Australia|M|12|E|DT|N|12|1|0|m|NP|SR|M|2|None (no degree completed)|Yes|N|35|five -152000|USA|M|15|E|A|N|4|2|0|m|PB|SR|M|12|Masters|No|YesExpired|45|three -125000|USA|M|18|E|DBAG|N|19|3|0|m|PB|S|M|50|None (no degree completed)||N|45|zero -47000|UK|M|5|E|DBAG|Y|2|2|1|t|NP|S|M|6|None (no degree completed)||N|40|one -65000|France|M|12|E|DBAD|N|8|3|0|m|PB|S|M|3|Masters|No|N|38|zero -71000|Denmark|M|6|E|DBAP|N|12|3|1|c|LG|S|M|60|Associates (2 years)|Yes|YesValid|40|two -59530|UK|M|9|E|DBAG|Y|6|3|3|C|NP|S|M|6|None (no degree completed)||N|38|zero -75000|USA|M|8|E|DBAG|N|3|2|1|C|SG|S|M|22|Bachelors (4 years)|No|YesExpired|40|zero -165000|USA|M|18|E|DT|N|12|3|1|m|PB|S|M|8|Masters|Yes|YesValid|40|two -130090|Australia|M|15|E|DT|N|10|2|2|m|PB|SR|M|4|Associates (2 years)|Yes|N|38|zero -110000|USA|M|10|E|DBAP|N|7|1|1|T|NP|S|M|250|Bachelors (4 years)|Yes|YesValid|40|two -164000|USA|M|18|E|DBAP|Y|20|4|1|m|E|S|F|40|Masters|Yes|YesValid|45|zero -80104|USA|M|7|E|DBAG|N|7|2|6|c|FG||M|400|Masters|Yes|YesValid|45|zero -20000|Brazil|M|10|E|DT|N|14|4|1|m|PB|S|M|10|Associates (2 years)|Yes|N|44|three -123585|USA|M|12|E|D|N|8|2|0|c|PB|S|M|30|Masters|Yes|N|40|zero -70000|Canada|M|15|E|DBAG|N|6|3|1|c|SG|SE|M|40|Bachelors (4 years)||YesExpired|40|zero -80000|USA|M|4|E|DT|N|3|2|0|C|PB|S|F|15|Bachelors (4 years)|Yes|YesValid|40|zero -50000|Greece|M|23|EC|A|N|30|6|1|m|PB||M|450|Bachelors (4 years)|Yes|YesValid|60|five -38150|Germany|M|1|E|DBAG|N|1|1|1|T|PB|S|M|15|Associates (2 years)||N|40|zero -70000|USA|M|10|E|DBAD|N|1|1|3|c|PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -40800|Poland|M|7|E|DBAG|N|5|2|1|c|PB|SR|M|15|Bachelors (4 years)|Yes|YesValid|40|one -51000|Netherlands|M|5|E|AN|N|3|1|0|m|E|S|M|4|Masters|Yes|N|36|zero -31500|UK|M|3|E|DBAP|N|5|1|1|c|FG|SR|M|15|None (no degree completed)||N|40|zero -65000|USA|M|1|E|DBAG|N|1|1|2|C|PB|S|F|55|Bachelors (4 years)|Yes|N|45|one -72000|USA|M|4|E|DT|N|4|2|1|c|PB|SE|M|2|Bachelors (4 years)|Yes|N|45|zero -80000|USA|M|3|E|AN|N|2|2|2|c|PB|S|M|4|Masters|No|YesValid|45|zero -130000|USA|M|24|EC|DBAG|N|0|1|0|c|PB|C|M|5|Bachelors (4 years)|No|YesExpired|40|one -120000|USA|M|20|E|DBAP|N|15|3|0|m|PB|S|M|50|Bachelors (4 years)|Yes|YesValid|80|zero -113000|USA|M|12|E|DBAG|N|12|2|0|T|E|S|M|15|None (no degree completed)||YesExpired|40|zero -65000|USA|M|2|E|E|Y|2|1|4|m|PB|SE|M|50|Bachelors (4 years)|No|YesValid|50|one -102000|USA|M|14|E|DBAP|N|10|2|0|C|PB|S|M|15|Associates (2 years)||N|40|zero -57000|UK|M|4|E|DBAP|N|4|2|0|T|LG|S|M|70|None (no degree completed)||N|40|zero -89000|USA|M|8|IC|DT|N|3|1|0|m|PB|S|M|5|Bachelors (4 years)|No|N|40|zero -112000|USA|M|20|E|M|Y|20|3|1|m|PB|SE|M|25|Bachelors (4 years)|No|N|45|two -140000|USA|M|20|E|DBAG|N|17|4|0|C|PB|C|M|6|Bachelors (4 years)|Yes|N|42|zero -100000|USA|M|18|E|D|N|9|2|0|c|NP|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|zero -138500|USA|M|15|E|A|N|15|3|1|c|PB|S|M|1100|None (no degree completed)||YesExpired|50|one -113000|USA|M|8|E|DBAG|N|2|5|6|m|PB|SE|M|1500|Masters|Yes|YesExpired|40|five -93000|USA|M|7|E|DT|N|6|2|1|m|PB|SE|M|20|Bachelors (4 years)|No|N|35|zero -72000|UK|M|11|E|M|Y|6|1|6|c|PB|S|M|100|Bachelors (4 years)|Yes|YesValid|44|zero -40000|UK|M|6|E|AN|N|2|1|2|C|PB|SR|M|80|Bachelors (4 years)|Yes|N|38|zero -112000|Canada|M|20|E|A|Y|10|2|0|m|PB|S|M|30|Bachelors (4 years)|Yes|YesExpired|40|five -150000|UK|M|18|E|M|Y|18|1|1|c|PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -84000|Canada|M|20|E|DBAP|N|12|5|1|m|PB|S|M|100|Bachelors (4 years)|Yes|YesValid|50|zero -61903|UK|M|16|E|D|N|21|2|3|m|PB|SR|M|8|Bachelors (4 years)|Yes|N|42|zero -143547|USA|M|25|E|A|N|5|1|0|m|PB|S|M|50|Bachelors (4 years)|Yes|N|40|five -75000|USA|M|5|E|DT|N|5|1|2|m|PB|SR|M|2|Bachelors (4 years)|Yes|YesExpired|50|one -40000|UK|M|3|E|DT|N|3|2|5|c|PB|S|F|16|Bachelors (4 years)||N|37|zero -118000|USA|M|12|E|DBAP|N|12|2|0|m|PB|C|M|30|Bachelors (4 years)|No|N|40|zero -90000|USA|M|3|E|DA|N|8|1|0|C|PB|S|M|50|Bachelors (4 years)|No|N|40|five -153000|USA|M|17|E|A|N|17|4|0|m|PB||M|2|Bachelors (4 years)|No|YesValid|60|zero -110000|Ireland|M|17|E|M|Y|5|2|6|m|PB|SR|M|450|Bachelors (4 years)|Yes|N|70|zero -125000|USA|M|22|E|DBAD|N|22|4|0|m|NP|S|M|10|Bachelors (4 years)|No|YesExpired|40|five -54000|USA|M|4|E||N|4|1|0|t|PB||M|125|Associates (2 years)|Yes|N|40|zero -69990|USA|M|4|E|DBAG|N|4|1|4|C|PB|S|M|50|Associates (2 years)|Yes|N|40|one -130000|USA|M|20|E|A|Y|4|3|3|C|PB|S|F|12|Bachelors (4 years)|Yes|N|44|five -122800|Australia|M|8|E|E|N|3|1|1|C|PB||M|1000|None (no degree completed)||YesValid|55|three -83000|USA|M|10|E|DBAG|N|10|1|0|c|E|S|M|17|Associates (2 years)|No|N|40|zero -92000|USA|M|5|E|DBAD|Y|5|1|3|m|PB|S|M|1000|Bachelors (4 years)|No|N|35|zero -103000|USA|M|8|E|DBAG|N|8|3|0|m|FG|S|M|20|Bachelors (4 years)|Yes|YesValid|50|two -97000|USA|M|15|E|AN|N|6|2|0|C|SG|C|M|2|Bachelors (4 years)|No|YesExpired|40|zero -47500|UK|M|16|E|D|Y|7|2|1|C|PB|S|M|9|Masters|No|YesExpired|40|zero -74000|USA|M|8|E|DBAG|N|8|1|0|c|SG|S|F|17|Bachelors (4 years)|No|N|40|zero -38000|Mexico|M|14|E|DBAG|N|8|2|0|m|PB|SR|M|50|Bachelors (4 years)|Yes|YesValid|45|zero -127500|USA|M|20|E|DBAP|Y|0|1|6|m|PB||F|1000|Masters|Yes|YesValid|60|five -120000|USA|M|13|E|DT|N|13|1|0|C|PB|SE|M|8|Masters|Yes|N|40|zero -32000|Brazil|M|15|E|DA|N|10|1|0|C|PB|S|M|5|Bachelors (4 years)|Yes|YesValid|42|zero -165000|UK|M|19|IC|A|N|5|3|0|m|PB|C|M|500|Bachelors (4 years)|No|YesExpired|50|three -125000|USA|M|12|E|DBAG|N|12|5|1|c|NP|S|M|60|Masters|Yes|YesValid|45|zero -125000|USA|M|13|E|D|N|12|6|0|C|PB||M|5|Associates (2 years)|Yes|YesExpired|37|zero -78600|USA|M|4|E|DA|N|4|1|4|c|PB|S|M|110|Bachelors (4 years)|Yes|N|42|zero -56000|South-Africa|M|15|E|DT|N|15|1|1|m|PB|S|M|85|Bachelors (4 years)|No|N|40|three -95000|Canada|M|18|E|DBAP|N|17|3|3|C|PB|SR|M|70|Associates (2 years)|Yes|N|38|two -130000|USA|M|8|E|DT|N|8|4|6|m|PB|S|M|30|Masters|Yes|YesExpired|45|zero -120000|Norway|M|10|EC|DBAG|N|20|3|4|C|PB|S|M|20|None (no degree completed)||YesValid|60|four -76000|UK|M|5|E|DBAG|N|5|3|1|m|PB|SR|M|9|Bachelors (4 years)|No|N|40|zero -62100|Macedonia|M|11|IC|DBAP|Y|9|1|0|C|PB||M|40|Bachelors (4 years)|Yes|YesValid|50|five -90000|UK|M|18|IC|D|N|25|6|0|c|PB|S|M|5|Bachelors (4 years)|No|YesValid|35|three -110000|Norway|SAP|15|E|DBAP|N|15|1|1|t|PB|S|M|50|Bachelors (4 years)|Yes|N|45|two -54772|UK|M|19|E|AN|N|19|6|1|C|PB|S|F|45|Associates (2 years)|No|YesExpired|40|zero -83000|USA|M|4|E|DBAP|N|4|1|6|C|NP|SR|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -56000|Sweden|M|10|E|DBAP|N|1|2|3|m|PB||M|120|None (no degree completed)||N|40|zero -27000|Belgium|M|2|EC|DBAG|N|2|1|6|T|PB||M|20|Bachelors (4 years)|Yes|YesValid|40|zero -34000|Hungary|M|18|E|DBAG|N|1|3|0|m|PB|SR|M|12|Bachelors (4 years)|No|YesValid|40|zero -69600|Ukraine|M|10|E|DBAP|Y|10|6|0|m|PB||M|58|Masters|Yes|YesValid|40|zero -142000|USA|M|11|E|DS|Y|2|1|0|m|PB|C|M|150|Masters|Yes|YesValid|40|zero -31500|Ukraine|M|13|EC|DT|N|13|3|0|m|PB|S|M|7|Masters|Yes|N|40|three -3500|Ukraine|M|12|E|DT|N|15|5|3|c|PB|SR||5|Masters|No|N|40|one -123600|USA|M|15|E|DBAP|N|6|2|0|c|PB|S|M|50|None (no degree completed)||YesValid|45|zero -41000|Netherlands|M|7|E|DT|N|7|1|0|c|PB|S|M|3|Bachelors (4 years)|Yes|YesValid|38|zero -97000|USA|M|18|E|DBAG|N|7|2|1|c|PB||M|6|Bachelors (4 years)|Yes|N|45|zero -108000|USA|M|8|E|M|Y|3|2|0|c|PB|S|M|30|Bachelors (4 years)|No|N|42|zero -2900|Ukraine|M|8|E|DBAP|N|8|3|2|m|PB|S|M|140|Masters||N|40|zero -2900|Ukraine|M|8|E|DBAP|N|8|3|2|m|PB|S|M|140|Masters||N|40|zero -35000|Ukraine|M|8|E|DBAG|N|8|3|3|m|PB|S|M|140|Masters|Yes|N|40|zero -83000|Canada|M|16|E|DBAP|N|22|3|1|m|SG|S|M|18|Bachelors (4 years)|Yes|N|40|zero -31000|Ukraine|M|6|E|DBAP|N|6|4|3|m|PB|S|M|120|Masters||YesValid|40|five -151500|USA|M|22|E|DT|N|30|2|0|C|PB|S|M|12|Bachelors (4 years)|No|YesExpired|36|zero -85000|USA|M|13|E|DBAP|N|13|1|0|C|E|S|M|45|Bachelors (4 years)|Yes|YesExpired|40|zero -95000|USA|M|5|E|DBAP|N|5|4|0|m|PB|SR|F|55|Bachelors (4 years)|Yes|YesValid|40|zero -36000|CzechRepublic|P|5|EC|DA|Y|15|2|4|m|PB|S|M|10|None (no degree completed)|Yes|N|40|zero -77000|USA|M|6|E|DBAP|N|6|1|1|c|NP|S|M|62|Bachelors (4 years)|Yes|YesValid|40|one -83000|USA|M|7|E|D|N|4|1|0|C|PB|SR|M|6|Masters|Yes|YesValid|50|three -2400|Ukraine|M|8|E|DA|N|6|2|2|m|PB|SE|M|10|Doctorate/PhD|Yes|YesExpired|40|five -98000|USA|M|4|E|E|N|4|1|0|C|NP|S|M|6|None (no degree completed)||YesValid|40|two -143000|USA|M|15|E|DBAP|N|22|5|4|C|PB|C|M|27|Bachelors (4 years)|Yes|N|40|one -84000|USA|M|7|E|DBAG|N|3|2|1|C|PB|S|M|6|Bachelors (4 years)|Yes|N|40|zero -95000|USA|A|1|E|DA|N|15|2|6|c|PB||M|30|None (no degree completed)||N|40|five -131500|USA|M|14|E|DBAG|Y|3|3|0|T|PB|SE|M|6|Bachelors (4 years)|Yes|N|40|one -85000|USA|M|2|E|DBAG|N|2|2|0|C|PB|S|M|5|Masters|Yes|N|40|zero -59850|UK|M|16|E|AN|N|12|2|0|c|PB|SE|M|17|Masters|Yes|N|38|zero -65770|UK|M|5|E|DBAP|N|5|1|6|c|PB||M|2000|Bachelors (4 years)|Yes|N|50|zero -107000|USA|M|11|E|DT|N|11|3|2|c|NP|C|M|3|Masters|Yes|N|40|two -80000|USA|M|7|E|DBAG|N|7|2|0|T|PB|S|M|10|None (no degree completed)||N|40|zero -105000|USA|M|14|E|DBAP|N|14|3|3|T|PB|S|M|800|None (no degree completed)|No|YesValid|40|zero -64000|New-Zealand|M|10|IC|DA|Y|2|1|0|T|PB|S|M|5|Bachelors (4 years)|No|N|45|one -138000|USA|M|15|E|DT|N|15|3|4|m|PB|SR|M|10|Bachelors (4 years)|Yes|N|50|one -115000|USA|M|13|E|DBAG|N|9|3|0|m|PB|S|F|19|Bachelors (4 years)|No|N|40|one -79000|Australia|M|10|E|DBAG|N|10|1|1|m|NP|C|M|100|Bachelors (4 years)|Yes|YesExpired|38|zero -120000|USA|M|18|E|DBAD|N|18|2|0|m|PB|S|F|20|Bachelors (4 years)|No|YesValid|50|zero -43000|USA|M|1|E|AN|N|1|1|1|C|PB|SR|M|2|Bachelors (4 years)|No|N|40|zero -3300|Ukraine|P|3|E|DBAG|Y|8|3|0|m|PB||M|10|Bachelors (4 years)|Yes|YesValid|35|five -48000|Poland|M|15|E|DBAP|Y|18|2|3|C|PB|S|M|100|Bachelors (4 years)|Yes|YesValid|40|zero -55000|Spain|M|15|E|DBAG|N|19|2|0|m|PB|S|M|50|None (no degree completed)||YesExpired|40|zero -66000|Sweden|M|6|E|DBAP|N|2|1|4|c|PB|SR|M|250|Associates (2 years)|No|YesExpired|40|zero -11100|USA|M|6|E|D|N|5|1|4|T|PB|C|M|30|Bachelors (4 years)|Yes|N|50|zero -117000|USA|M|15|E|A|N|6|1|0|T|PB|S|M|50|Bachelors (4 years)|No|N|43|zero -105000|USA|M|13|E|DBAP|N|13|1|1|C|SG|S|M|40|Bachelors (4 years)|Yes|N|40|zero -105000|Canada|M|20|E|DBAG|N|18|2|2|m|SG|S|M|50|Bachelors (4 years)|Yes|YesExpired|50|zero -45000|UK|M|4|E|DT|Y|2|2|2|c|LG|S|M|4|None (no degree completed)||YesValid|40|zero -150000|USA|M|14|E|M|Y|1|1|1|C|PB|S|M|64|Bachelors (4 years)|Yes|YesExpired|45|two -77700|USA|M|6|E|DBAP|N|6|1|1|C|PB|S|M|70|Associates (2 years)|Yes|N|80|zero -175000|USA|M|1|E|M|Y|7|1|0|m|PB|S|M|15|Masters|Yes|N|55|zero -31000|Serbia-and-Montenegro|M|7|E|DBAP|N|7|3|4|m|PB|S|M|400|Bachelors (4 years)|Yes|N|45|two -115000|USA|M|8|E|DBAG|N|5|3|2|C|PB|S|M|23|Bachelors (4 years)|Yes|YesExpired|45|four -16000|India|M|7|E|DT|N|2|3|3|C|PB|SR|M|10|Masters|Yes|N|45|zero -139000|USA|M|15|E|DBAP|N|15|3|2|m|PB|C|M|30|Masters|Yes|YesExpired|45|zero -160000|USA|M|10|E|DBAG|N|10|2|0|m|FG|S|M|60|None (no degree completed)||YesValid|40|five -100000|USA|M|18|E|E|N|4|1|2|m|PB|C|M|10|Bachelors (4 years)|No|YesValid|40|two -35000|Ukraine|M|15|EC|DBAP|N|2|3|0|C|PB|S|M|15|Masters|Yes|YesValid|40|five -132000|USA|M|18|E|A|Y|13|2|1|T|PB|C|F|0|Bachelors (4 years)|No|N|45|zero -79500|Sweden|M|13|EC|DBAG|N|13|3|0|m|PB||M|6|Masters|No|N|40|zero -250000|New-Zealand|M|20|IC|DBAD|N|1|6|1|C|PB|SR|M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -35362|New-Zealand|M|8|E|DBAD|N|8|1|0|T|E|S|M|8|Bachelors (4 years)|Yes|YesValid|60|zero -100000|USA|M|4|E|DBAP|Y|1|3|6|m|PB|S|M|1000|Associates (2 years)|Yes|YesValid|40|five -12000|Ukraine|M|6|E|DBAG|N|10|4|0|c|PB||M|10|Masters|Yes|N|42|zero -32200|Greece|M|5|E|DBAG|Y|20|2|1|c|PB|SE|M|10|Masters|Yes|N|40|zero -76000|USA|M|7|E|DBAG|N|7|3|2|C|PB|S|M|150|Bachelors (4 years)|Yes|YesValid|42|zero -80000|USA|M|5|E|DBAG|N|1|1|4|c|PB|S|M|120|Bachelors (4 years)|Yes|YesValid|45|one -70000|USA|M|4|E|DA|N|4|2|5|C|PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|50|zero -85000|USA|M|15|E|D|N|10|5|0|C|PB|SR|F|1|Bachelors (4 years)|Yes|N|40|two -160000|USA|M|15|E|M|Y|10|2|3|m|PB||M|180|Masters|Yes|YesExpired|50|three -122000|USA|M|9|E|DBAP|N|23|3|1|c|PB|S|M|200|None (no degree completed)||N|42|five -120000|USA|M|7|EC|DBAG|N|5|3|1|m|PB|S|M|20|None (no degree completed)||N|40|one -85000|USA|M|7|E||N|7|1|0|C|PB||F|5|Masters|Yes|N|41|zero -95000|USA|M|10|E|DT|N|10|4|1|T|PB|S|M|10|Masters|Yes|YesValid|45|five -105607|USA|M|5|E|DBAG|N|6|5|0|m|PB|SE|M|20|None (no degree completed)||YesValid|50|zero -144000|USA|M|15|E||Y|10|2|0|m|PB|S|M|50|Bachelors (4 years)|No|N|65|five -115000|USA|O|5|E|D|N|6|3|2|m|FG|SR|M|30|Bachelors (4 years)|No|YesValid|40|five -164000|USA|M|20|E|A|N|30|3|0|m|PB|SR|M|30|None (no degree completed)|No|N|50|five -92000|USA|M|20|E|DT|N|6|2|5|m|PB|S|M|15|Bachelors (4 years)|Yes|YesExpired|40|zero -93000|USA|M|5|E||N|15|3|1|m|PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|45|zero -80000|USA|M|2|E|DBAP|N|2|2|1|C|PB|S|M|70|Bachelors (4 years)|Yes|YesValid|48|one -56000|USA|M|1|E|DBAG|N|1|5|0|T|SG|S|M|100|Associates (2 years)|Yes|N|40|zero -116000|USA|M|18|E|DBAG|N|22|3|0|c|PB|S|F|70|Bachelors (4 years)|Yes|YesExpired|45|one -112000|USA|M|13|EC|D|N|8|3|2|C|PB|S|M|2|Bachelors (4 years)|Yes|YesValid|44|five -118000|USA|M|15|E|DBAG|N|15|5|0|m|PB|SE|F|8|Bachelors (4 years)|Yes|YesExpired|50|one -107000|USA|M|15|E|DBAG|N|3|4|2|m|PB|S|M|120|Masters|No|N|49|two -64000|Guernsey|M|10|E|DBAG|N|1|2|0|t|PB|S|M|70|Bachelors (4 years)|Yes|YesExpired|36|zero -85216|Germany|M|8|E|DBAP|N|8|1|1|m|PB|S|M|350|None (no degree completed)||N|38|zero -264000|Israel|M|7|E|DBAD|N|10|2|0|m|PB|SR|M|10|Bachelors (4 years)|Yes|N|45|zero -123000|USA|M|25|E|DBAG|N|20|2|1|T|PB|S|M|125|Bachelors (4 years)|No|N|44|zero -59000|USA|M|10|E|DBAG|N|11|1|1|T|E|SE|F|75|Masters|Yes|YesValid|40|two -129000|USA|M|24|IC|A|Y|24|6|3|t|PB||M|8|None (no degree completed)||N|40|four -105000|USA|M|15|E|DBAG|N|22|1|0|c|PB|SR|M|45|Bachelors (4 years)|Yes|N|40|one -98000|Germany|M|13|E|D|N|8|2|3|C|PB|S|M|20|Masters|Yes|YesValid|40|zero -105000|USA|M|5|E|D|N|1|1|3|C|PB|SR|M|20|Bachelors (4 years)|Yes|N|32|zero -138000|USA|M|18|IC|DBAD|N|3|3|6|m|PB|S|M|30|Masters|Yes|N|40|one -80000|USA|M|12|E|D|N|10|2|1|T|PB|S|M|15|None (no degree completed)||YesExpired|40|five -43500|UK|M|20|E|DBAG|N|27|1|1|C|FG|S|F|50|None (no degree completed)||N|40|zero -86708|Netherlands|M|5|EC|DT|N|18|2|2|C|PB|S||12|None (no degree completed)||YesValid|40|zero -97000|Australia|M|15|E|DBAP|N|13|3|1|t|PB|S|M|100|None (no degree completed)||YesExpired|50|five -105000|USA|M|18|E|D|N|18|3|2|C|PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|40|five -88000|USA|M|9|E|DBAG|N|8|2|3|C|PB|S|M|500|Masters|Yes|N|40|zero -71000|USA|M|17|E|M|Y|18|1|0|T|PB|S|F|3|Bachelors (4 years)|No|N|41|one -125000|USA|M|17|EC|DBAG|N|15|2|6|C|PB|S|M|500|None (no degree completed)||N|45|five -96000|USA|M|16|IC|DT|N|2|2|3|C|PB|SR|M|6|Bachelors (4 years)|Yes|N|40|one -135600|USA|M|24|E|M|Y|10|2|0|c|PB|SE|M|500|Masters|Yes|YesExpired|45|one -85000|USA|M|8|E|DBAP|N|8|1|6|T|PB|S|M|136|Bachelors (4 years)|Yes|YesExpired|45|four -106500|USA|M|8|EC|E|Y|2|1|1|c|FG|C|M|30|None (no degree completed)||YesValid|50|zero -44000|USA|M|1|E|AN|N|1|1|0|T|PB|S|F|3|Associates (2 years)|No|N|40|zero -119000|USA|M|10|E|DBAP|N|4|1|5|C|SG|S|M|350|Masters|No|N|45|zero -105000|USA|M|20|E|DT|N|20|6|0|m|PB|S|M|1|Bachelors (4 years)|No|N|40|two -44000|USA|M|1|E|AN|N|1|1|0|T|PB|S|F|3|Associates (2 years)|No|N|40|zero -70000|USA|M|9|E|DT|N|1|2|1|m|PB|S|M|6|Bachelors (4 years)|Yes|YesValid|40|zero -139000|USA|M|18|E|DBAG|Y|17|2|0|m|PB|S|M|20|Bachelors (4 years)|Yes|N|45|zero -98760|USA|M|5|E|DBAP|N|5|2|6|c|PB|S|M|200|Bachelors (4 years)|Yes|N|41|five -136500|USA|M|14|E|A|N|15|3|1|m|PB|SE|M|500|None (no degree completed)||YesValid|60|one -74000|USA|O|15|E|AN|N|15|4|6|c|PB||M|8|Associates (2 years)|Yes|YesValid|40|five -75000|Australia|O|5|E|AN|Y|5|2|2|m|PB|S|M|1|None (no degree completed)||N|38|zero -112500|USA|M|7|E|DBAG|N|1|3|6|T|PB|S|M|100|None (no degree completed)|No|YesValid|40|two -142000|Switzerland|M|9|E|DT|N|4|2|0|C|PB|SE||10|Masters|Yes|YesValid|45|zero -135000|USA|M|5|E|M|N|6|1|0|m|PB|SE|M|100|Bachelors (4 years)|Yes|N|50|one -55000|USA|M|1|E|DBAG|N|1|1|6|C|PB|SR|M|450|Bachelors (4 years)|Yes|N|40|one -55000|New-Zealand|M|7|E|DBAP|Y|8|1|4|T|PB|S|M|1|Bachelors (4 years)||YesExpired|38|zero -84000|USA|M|9|E|DBAG|N|3|2|4|C|PB|S|M|25|Bachelors (4 years)|Yes|N|40|two -111000|USA|M|7|E|D|N|15|3|2|c|PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -72000|USA|M|4|E|DA|Y|4|1|0|c|PB|S|M|12|Bachelors (4 years)|Yes|N|45|zero -75000|Canada|M|20|E|DBAG|N|1|2|2|m|PB|S|M|15|Associates (2 years)|Yes|N|40|one -57000|USA|M|2|EC||N|2|1|6|m|PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|45|five -77000|USA|M|4|E|DA|Y|4|1|2|C|PB|SE|M|8|Associates (2 years)|Yes|N|37|one -165000|USA|M|15|E|DBAG|Y|3|2|1|m|PB|SE|M|50|Masters|Yes|YesValid|50|one -98000|USA|M|15|E|DBAG|N|3|2|2|m|PB|SE|M|150|None (no degree completed)||N|50|one -56000|USA|P|2|E|AN|Y|3|2|2|m|PB||M|12|Bachelors (4 years)|No|N|60|zero -80000|USA|M|4|E|DT|N|4|3|1|c|PB|SE|M|300|Bachelors (4 years)|Yes|YesValid|20|one -148000|USA|M|25|E|DBAG|N|5|6|4|C|PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|40|three -80000|USA|RDS|3|E|AN|N|4|3|2|m|PB|SR|M|1|Bachelors (4 years)|No|N|50|one -94000|USA|O|6|E|DBAG|N|6|1|1|m|PB|SR|M|9|Masters|Yes|YesValid|45|zero -128000|USA|M|18|E|A|N|22|6|0|m|PB|C|M|4|Masters|No|N|46|zero -75000|USA|M|4|EC|A|N|3|2|0|m|NP|SR|M|4|Bachelors (4 years)|Yes|N|43|zero -67000|USA|M|3|E|D|N|2|2|1|t|PB|S|M|10|Masters|No|N|45|five -76800|USA|O|4|E|DA|Y|4|1|3|m|PB|S|M|4|Bachelors (4 years)|Yes|N|50|one -78000|USA|M|3|E|AN|N|1|1|0|m|PB|C|M|4|None (no degree completed)||N|40|zero -140000|USA|M|13|E|A|N|13|3|1|m|PB||M|10|None (no degree completed)||N|40|one -87000|USA|M|9|E|DBAG|N|2|2|0|m|NP|S|M|15|None (no degree completed)||N|50|two -125000|USA|M|16|E|DBAG|Y|5|2|0|T|PB|S|M|26|Bachelors (4 years)|Yes|N|55|one -120000|USA|M|20|E|DBAG|N|20|2|1|m|PB|S|M|30|Associates (2 years)|Yes|N|50|zero -130000|USA|M|3|E|DA|Y|10|3|4|m|PB|S|M|50|Masters|Yes|N|45|one -90000|USA||1|E|E|N|1|1|6|m|PB|S|M|8|Bachelors (4 years)||N|45|one -125000|USA|M|10|E|DBAD|N|7|2|1|C|PB|S|M|12|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|13|E|DBAP|N|8|3|0|C|PB|S|M|40|Bachelors (4 years)|Yes|N|40|zero -80000|USA||3|E|AN|N|1|2|6|c|PB|SE|M|3|Masters|No|N|45|zero -67500|USA|M|5|E|A|N|1|1|3|c|NP|SR|M|10|Associates (2 years)|No|N|40|zero -109000|USA|M|12|E|A|N|12|3|0|C|PB|S|M|15|Bachelors (4 years)|Yes|YesExpired|40|two -99000|USA|M|3|E|DBAG|Y|3|1|6|c|PB|S|M|150|Bachelors (4 years)|Yes|YesValid|50|zero -250000|USA|M|16|IC|A|N|16|2|0|T|PB|S|M|8|Bachelors (4 years)|Yes|N|40|five -104000|Denmark|M|12|E|DT|N|12|1|0|m|PB|S|M|4|Bachelors (4 years)|Yes|N|37|zero -79800|USA|M|5|E|DT|N|5|1|6|C|PB|S|M|4|Bachelors (4 years)|No|N|38|zero -109000|USA|DB2|5|E|M|Y|1|1|3|C|PB||M|5|Bachelors (4 years)|No|N|50|zero -37500|USA|M|4|E|M|Y|4|1|2|C|PB|C|F|1|Bachelors (4 years)|No|N|40|zero -70000|USA|M|3|E|DBAP|N|2|2|1|C|FG|S|M|20|Associates (2 years)|Yes|YesExpired|40|zero -11800|USA|M|19|E|A|Y|10|5|0|m|PB|S|M|10|None (no degree completed)||N|40|two -80000|USA|MS|5|E|AN|N|3|1|0|C|PB|S|F|4|Bachelors (4 years)|No|YesValid|30|five -51000|USA|O|2|E|AN|N|2|1|6|T|E|S|M|20|Masters|No|N|40|zero -56500|USA|M|3|E|AN|N|3|1|2|m|PB|SE|M|8|Bachelors (4 years)|No|N|45|one -63200|Canada|M|4|E|DBAG|N|3|3|2|c|SG|S|M|20|Associates (2 years)|Yes|YesExpired|35|one -53860|UK|M|5|E|D|N|5|1|0|T|PB|S|M|7|Bachelors (4 years)|No|N|42|zero -92000|USA|M|21|E|E|N|38|4|0|T|PB|S|M|45|None (no degree completed)||YesValid|45|zero -72000|USA|M|4|E|DBAD|N|4|2|2|m|PB|SR|M|2|Bachelors (4 years)|No|N|40|one -78000|USA|M|5|E|DT|N|2|4|1|m|PB|SE|M|4|Bachelors (4 years)|No|YesValid|45|three -62000|USA|M|1|E|AN|N|1|2|0|c|SG|S|M|4|Bachelors (4 years)|Yes|N|40|four -90000|USA|M|18|E|DT|N|9|2|1|c|PB|SR|M|6|None (no degree completed)||N|45|one -103000|USA|M|5|EC|AN|Y|4|3|4|m|PB|C|M|20|None (no degree completed)||N|45|zero -166000|USA|RDS|1|E|M|Y|2|1|6|m|PB|SE|M|1|Masters|No|N|45|one -131000|USA|M|12|E|D|N|15|6|3|m|PB|SR|M|10|Associates (2 years)|Yes|N|45|zero -117000|USA|M|12|E|D|N|12|5|0|C|PB|S|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -78000|UK|M|7|E|M|Y|3|1|0|m|NP|C|M|2|Bachelors (4 years)|No|N|35|zero -105000|USA|O|10|EC|DA|Y|5|4|3|C|PB|S|M|20|Bachelors (4 years)|Yes|YesValid|30|five -70000|USA|P|2|E|DBAD|N|1|1|0|T|PB|S|M|1|Bachelors (4 years)|Yes|N|45|zero -120000|Canada|P|5|E|DA|Y|8|2|0|C|PB|S|M|20|None (no degree completed)||N|40|one -200000|USA||3|EC|E|Y|5|3|1|m|PB|S|M|10000|Masters|Yes|YesValid|45|two -150000|USA|M|16|E|M|Y|3|2|0|C|PB|S|M|10|Bachelors (4 years)|Yes|N|40|four -110000|USA|M|12|E|DBAD|Y|4|1|1|m|PB|SR|M|50|Bachelors (4 years)|Yes|N|50|zero -96000|USA|M|17|E|DBAD|N|17|3|2|C|PB|S|M|15|None (no degree completed)||YesExpired|40|one -58000|USA|M|2|E|AN|N|2|1|5|m|NP|SE|M|8|Bachelors (4 years)|No|N|40|two -90000|USA|M|5|E|M|Y|1|1|0|m|PB|S|M|2|Bachelors (4 years)|No|N|50|zero -75000|USA|M|10|E||N|2|1|1|T|PB|S|M|300|Masters|No|YesValid|40|five -153000|USA|M|15|E|DT|N|2|5|6|m|PB|S|M|10|None (no degree completed)||N|42|two -84000|USA|M|8|E|DBAG|N|5|2|4|C|NP|S|M|400|Associates (2 years)|Yes|YesValid|45|two -87000|USA|M|4|E|DT|N|3|2|6|m|PB|SR|M|30|Bachelors (4 years)|No|N|40|three -93000|USA|M|8|E|D|N|10|3|5|m|SG|SE|M|100|Associates (2 years)|Yes|N|45|three -170000|USA|MS|9|E|DA|N|5|3|1|C|PB|S|M|6|Bachelors (4 years)|Yes|N|55|zero -70000|Canada|M|5|EC|M|Y|2|1|0|C|PB|S|M|3|Bachelors (4 years)|No|N|45|zero -85000|USA|M|4|E|DT|N|3|2|0|C|PB|S|M|8|Associates (2 years)|Yes|N|40|one -56000|Australia|M|3|E|AN|N|5|2|1|m|PB|SE|M|3|Bachelors (4 years)|Yes|N|45|zero -83200|USA|M|5|P|E|N|5|3|3|C|PB|S|M|2|Bachelors (4 years)|Yes|N|40|zero -60000|USA|M|1|E|AN|N|1|1|0|m|NP|SE|M|3|Bachelors (4 years)|Yes|N|45|three -104000|USA|O|15|E|DBAG|Y|6|2|6|T|FG|S|M|1200|Associates (2 years)|Yes|N|40|two -52000|USA|M|4|E|DT|N|2|1|0|T|PB|S|M|2|Bachelors (4 years)|No|YesValid|45|zero -205000|USA|M|25|E|A|N|5|4|1|m|PB|S|M|50|Masters|Yes|YesValid|40|two -137000|USA|M|11|E|DT|N|1|4|4|C|PB|S|M|50|Masters|Yes|N|42|zero -149000|USA|M|22|E|DA|Y|22|1|0|m|SG|SE|M|2|Bachelors (4 years)|No|YesExpired|37|zero -102900|USA|M|7|E|DT|N|7|1|1|c|PB|S|M|5|None (no degree completed)||N|40|four -75000|USA|M|6|E|M|Y|2|1|0|m|PB|SE|M|10|Associates (2 years)|Yes|N|40|five -100000|USA|M|11|E|DBAG|N|7|2|0|m|PB|S|M|7|Bachelors (4 years)|Yes|N|50|five -132000|UK|M|7|IC|DBAG|N|3|2|0|T|PB|S|M|10|Bachelors (4 years)|Yes|N|30|five -57400|USA|M|4|E|AN|N|2|1|1|c|PB|S|M|6|None (no degree completed)||YesValid|45|two -115000|USA|M|19|E|DBAG|N|22|2|2|m|PB|S|M|75|Associates (2 years)|Yes|N|50|five -80000|USA|M|8|E|DBAG|N|8|1|0|C|E|S|M|20|None (no degree completed)||YesValid|40|zero -82000|USA|M|6|E|AN|N|5|3|6|C|PB|S|F|12|Bachelors (4 years)|No|YesValid|40|five -52000|USA|M|1|E|DBAP|N|1|1|4|m|PB|S|M|160|Bachelors (4 years)|Yes|N|40|zero -135000|USA|M|11|E|A|Y|3|2|0|C|PB||M|9|Bachelors (4 years)|Yes|YesValid|40|one -87000|USA|M|4|E|DBAG|N|4|1|0|c|PB|S|M|100|Bachelors (4 years)|Yes|N|42|zero -116965|USA|M|7|E|E|N|6|3|0|m|PB|SE|M|3|Bachelors (4 years)|No|N|40|five -93000|USA|M|3|E|D|N|3|1|3|c|PB|SE|M|6|Bachelors (4 years)|Yes|N|46|zero -137000|USA|M|11|E|DBAG|Y|11|3|0|m|PB|S|M|15|Bachelors (4 years)|Yes|YesExpired|55|two -84000|USA|O|3|E|D|N|2|2|6|m|PB|SE|M|10|Bachelors (4 years)|No|N|55|five -62000|USA|M|4|E|D|N|4|1|6|c|NP|S|F|2|Associates (2 years)|No|N|40|zero -50000|Belgium|M|2|E|DBAD|N|2|1|3|c|PB|S|F|50|None (no degree completed)||N|38|one -40000|USA|M|4|E|AN|N|4|1|0|c|SG|SE|M|10|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|20|E|A|Y|22|6|0|T|PB|S|M|8|Bachelors (4 years)|No|YesExpired|40|one -30000|Romania|M|3|E|DBAP|N|3|1|2|C|PB|S|M|100|None (no degree completed)||YesValid|10|five -98000|USA|M|6|E|D|N|6|2|1|T|NP|S|M|5|None (no degree completed)||YesValid|40|one -95000|USA|M|19|E|DBAP|N|10|2|0|c|FG|S|M|20|None (no degree completed)||YesValid|40|zero -70000|USA|M|2|E|AN|N|1|1|1|C|PB|S|M|3|Bachelors (4 years)|No|N|40|zero -16500|Russia|M|6|E|DT|N|7|2|1|m|PB|SE|M|7|Bachelors (4 years)|No|N|45|zero -113300|USA|M|7|E|D|N|7|2|0|m|NP|S|M|3|Doctorate/PhD|Yes|N|38|five -77191|Canada|M|13|E|A|N|10|4|0|C|PB|SE|M|20|None (no degree completed)||N|45|zero -99000|USA|M|6|E|DT|N|1|1|1|C|PB|S|M|4|Bachelors (4 years)|Yes|N|35|zero -38000|UK|MS|1|E|AN|N|1|3|1|m|SG|SR|M|2|Bachelors (4 years)|No|N|40|zero -38000|UK|MS|1|E|AN|N|1|3|1|m|SG|SR|M|2|Bachelors (4 years)|No|N|40|zero -103000|New-Zealand|M|6|E|M|Y|4|1|0|m|PB|S|M|5|Bachelors (4 years)|No|N|45|zero -103000|New-Zealand|M|6|E|M|Y|4|1|0|m|PB|S|M|5|Bachelors (4 years)|No|N|45|zero -106000|USA|M|18|E|DBAG|Y|18|2|1|C|NP|S|M|70|Associates (2 years)|No|YesExpired|50|one -66000|USA|M|5|E|AN|N|6|1|0|m|LG|SE|M|3|Masters|Yes|YesValid|40|one -125000|USA|M|10|E|M|Y|7|2|0|m|SG|S|M|4|None (no degree completed)||YesExpired|45|one -71000|UK|M|20|E|DA|N|15|4|6|m|PB|SR|M|20|None (no degree completed)||YesExpired|35|two -77374|Australia|M|13|E|DBAG|N|13|1|0|m|PB|SE|M|20|Masters|No|N|40|three -38000|UK|M|10|E|DBAD|N|1|1|1|C|PB|SR|M|30|None (no degree completed)||N|40|zero -80000|Ireland|RDS|1|E|AN|N|3|2|3|c|PB|S|M|1|None (no degree completed)||YesExpired|40|zero -75000|USA||1|EC|AN|N|1|1|6|C|PB|S|M|3|Masters|No|N|40|one -87000|Denmark|M|7|IC|A|N|7|2|5|C|PB|S|M|3000|Bachelors (4 years)||YesValid|70|two -103000|Canada|M|5|E|A|Y|5|2|0|m|NP|SE|M|15|Bachelors (4 years)|No|N|46|zero -30300|UK|O|2|E|DA|N|2|1|3|C|LG|S|M|2|None (no degree completed)||YesValid|37|two -131000|USA|M|19|E|AN|N|3|4|0|m|PB|S|M|2|None (no degree completed)||YesExpired|35|zero -104000|USA|M|11|E|DBAP|N|2|4|1|m|PB|SE|M|250|Bachelors (4 years)|Yes|YesValid|40|five -45700|Australia|M|2|E|DBAP|N|2|1|6|m|PB|S|M|1000|None (no degree completed)||YesValid|40|zero -90000|USA|M|4|E|DT|N|4|1|2|m|PB|S|M|8|Bachelors (4 years)|No|N|45|zero -170000|USA|M|16|IC|DT|N|10|1|0|m|PB|S|M|8|Bachelors (4 years)|Yes|N|65|five -106000|USA|M|2|EC|AN|Y|2|1|1|C|PB|S|M|3|Bachelors (4 years)|No|N|60|one -150000|USA|M|5|E|M|Y|5|1|1|m|NP|S|M|5|Masters|No|N|35|one -90000|USA|M|4|E|D|N|4|1|0|C|PB|S|M|2|Bachelors (4 years)|No|N|50|zero -48000|UK|MA|5|EC|DBAG|N|6|1|1|C|PB|SE|M|0|None (no degree completed)|No|N|37|zero -93000|USA|M|5|E|DBAG|N|5|2|0|c|PB|SR|M|5|Associates (2 years)||YesValid|40|zero -80000|USA|M|7|E|M|Y|4|2|6|c|PB|S|M|2|Masters|No|N|40|zero -104000|USA|M|8|E|A|N|1|2|1|C|PB|S|M|6|Bachelors (4 years)|Yes|YesValid|40|one -135000|USA|M|10|E|DBAP|Y|10|1|0|C|PB|C|F|2000|Bachelors (4 years)|No|N|55|three -80000|USA|M|7|E|M|Y|4|2|6|c|PB|S|M|2|Masters|No|N|40|zero -65000|USA|O|2|E|AN|N|2|2|2|C|PB|S|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -145000|USA|O|11|E|A|N|11|4|6|m|PB|SE|M|30|Bachelors (4 years)|Yes|N|55|zero -98000|USA|M|7|E|M|Y|7|1|0|C|E|S|M|6|Masters|Yes|YesValid|40|zero -40000|USA|M|1|E|AN|N|1|1|6|C|PB|C|M|3|Bachelors (4 years)|No|N|40|zero -124000|USA|M|13|E|DBAP|Y|8|3|0|C|PB|S|M|40|Bachelors (4 years)|Yes|YesValid|35|zero -75000|USA|M|6|E||N|8|3|6|m|PB|SE|M|1000|Bachelors (4 years)|No|N|42|five -105000|USA|M|7|E|E|N|7|2|2|c|PB|S|M|2|Bachelors (4 years)|Yes|N|40|zero -65000|USA|MS|4|E|DA|N|4|2|2|T|PB|SE|M|1|Bachelors (4 years)|Yes|N|45|zero -60000|USA|M|2|E|DBAG|N|2|1|1|T|E|S|M|8|Bachelors (4 years)|Yes|N|45|zero -61200|USA|M|2|E|AN|N|7|2|2|C|NP|SR|M|8|Associates (2 years)|No|N|45|one -95000|USA|M|5|E|DBAG|N|6|2|2|T|PB||M|15|Bachelors (4 years)|Yes|N|45|zero -92000|USA|M|5|E|A|N|1|1|1|C|PB|S|F|6|Associates (2 years)|No|N|35|zero -77000|USA|M|3|E|AN|N|2|1|6|c|SG|SE|M|8|Associates (2 years)|No|N|40|one -112000|USA|M|8|E|E|N|10|2|3|m|PB||M|20|Bachelors (4 years)|Yes|YesExpired|70|two -85500|Ireland|M|10|E|DBAG|N|10|3|1|C|PB|S|M|18|Masters|Yes|YesValid|40|zero -77000|USA|O|4|E|D|N|2|1|1|m|PB|S|M|10|Bachelors (4 years)|Yes|N|42|zero -93000|USA|M|7|E|D|N|6|2|0|m|E||M|2|Bachelors (4 years)|Yes|N|40|zero -125000|USA|M|14|EC|DBAG|Y|14|1|0|c|PB||M|50|Bachelors (4 years)|Yes|YesValid|45|one -126500|USA|M|5|E|AN|Y|6|2|3|m|PB|SE|M|10|Associates (2 years)||N|50|five -120000|USA|M|20|E|DBAG|N|20|6|0|m|PB|S|M|8|Bachelors (4 years)|Yes|N|50|two -65000|USA|M|10|E|DBAG|N|5|2|0|C|PB|S|M|3|Associates (2 years)|Yes|N|50|one -85000|Switzerland|M|10|E|DT|N|10|2|1|t|PB|S|M|200|Associates (2 years)||N|45|zero -108000|USA|M|6|E|M|Y|4|2|3|m|PB|SE|M|15|Masters|No|N|20|five -100000|USA|M|8|E|A|Y|3|5|0|t|PB|S|M|50|Bachelors (4 years)|Yes|N|60|one -70000|USA|M|1|E|D|Y|1|1|1|c|PB|SE|M|10|Associates (2 years)|No|N|55|zero -60000|USA|O|4|E||N|1|2|5|C|PB|SE|M|10|Bachelors (4 years)|No|N|40|zero -95000|UK|M|4|E|AN|Y|1|1|1|m|PB|SE|M|2|Masters|No|N|60|two -97335|USA|M|9|E|DBAP|N|9|3|6|C|PB|SE|M|500|Bachelors (4 years)|Yes|YesExpired|40|zero -178000|USA|M|20|E|DBAG|N|23|4|0|C|PB|S|M|30|None (no degree completed)||YesExpired|30|five -68000|USA|M|3|E|DBAP|N|3|1|0|C|PB|S|M|20|None (no degree completed)||YesValid|40|five -170000|USA||5|E|M|Y|2|1|0|m|PB|S|M|25|Bachelors (4 years)|Yes|N|55|five -77850|USA|M|3|E|DBAG|N|3|2|1|m|E|SR|M|6|Bachelors (4 years)|Yes|YesValid|40|zero -67500|USA|M|4|E|AN|N|3|2|2|C|PB|SE|M|3|Associates (2 years)|No|N|45|zero -135000|USA|M|7|E|DBAG|N|6|3|0|C|PB|SE|M|8|Bachelors (4 years)|No|N|40|one -62000|USA|M|5|E|AN|Y|4|1|1|C|PB|SE|M|3|None (no degree completed)||N|45|zero -140000|USA||1|E|DBAD|N|7|2|6|m|PB|S|M|100|Masters|Yes|N|35|two -103107|USA|M|10|E|DBAP|N|7|2|6|C|PB|S|M|400|Bachelors (4 years)|No|YesValid|42|one -116000|USA|M|5|E|E|N|5|2|0|m|PB|SE|M|6|Bachelors (4 years)|No|N|60|zero -85000|Norway|M|10|E|DBAG|N|16|3|1|C|PB|S|M|90|None (no degree completed)||N|45|one -135000|UK|M|15|E|DBAG|N|3|3|1|m|PB|C|M|70|Associates (2 years)|Yes|YesExpired|40|five -154000|USA||3|E|AN|N|4|1|6|m|PB|S|F|1|Masters|No|N|45|zero -36000|UK|M|2|E|D|N|2|1|1|C|PB|C|M|2|Bachelors (4 years)|No|N|40|zero -93000|USA|M|5|E|D|N|4|1|1|C|PB||M|10|Masters|Yes|N|40|one -108000|Iceland|M|21|E|DBAP|N|18|3|0|c|PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|38|zero -65000|USA|A|3|E|AN|N|3|2|3|C|PB|S|F|2|Bachelors (4 years)|No|YesExpired|40|zero -150000|UK|M|4|IC|DT|N|4|4|1|c|PB|SR|F|4|Masters|Yes|YesValid|35|zero -48000|Germany|P|3|E||N|1|1|2|c|PB|S|M|30|Bachelors (4 years)|Yes|N|38|one -130000|USA|P|8|E|A|Y|5|2|1|c|PB|S|M|10|Bachelors (4 years)|No|YesExpired|40|one -69000|USA|MA|4|E|AN|N|4|1|1|c|PB|S|M|5|Masters|No|N|40|one -110000|USA|M|15|E|A|Y|6|1|0|C|SG|S|M|125|Bachelors (4 years)|Yes|YesExpired|55|five -110000|USA|M|15|E|A|Y|6|1|0|C|SG|S|M|125|Bachelors (4 years)|Yes|YesExpired|55|five -65000|UK|M|10|E|DBAG|N|5|2|1|C|PB|S|M|10|Bachelors (4 years)|No|YesValid|36|two -140000|USA|M|18|EC|DBAG|N|12|4|2|m|PB||M|20|Bachelors (4 years)|No|YesExpired|40|zero -80000|USA|M|1|E|DA|N|1|1|0|c|PB|S|M|2|Associates (2 years)|No|YesValid|40|zero -49200|Australia|M|5|E|DT|N|6|3|0|c|PB||M|3|Bachelors (4 years)|Yes|N|40|zero -160000|Australia|M|5|IC|DT|N|5|1|2|m|PB||M|16|Bachelors (4 years)|Yes|N|40|zero -109000|USA|O|5|E|DBAP|N|6|1|6|t|E|S|M|60|Bachelors (4 years)|Yes|YesExpired|45|two -78000|USA|P|3|E|DS|Y|3|1|1|C|PB|S|M|1|Bachelors (4 years)|No|N|45|zero -105000|USA|M|5|EC|DBAG|N|4|2|0|C|FG|S|M|40|Bachelors (4 years)|Yes|N|40|zero -77000|USA|M|4|E|DT|Y|4|1|2|m|PB|SE|M|1|Masters|No|N|50|four -55000|USA|M|1|E|AN|N|4|2|2|c|PB|SE|M|5|Bachelors (4 years)|No|N|40|two -38000|Romania|M|10|E|DT|N|5|1|5|m|PB|S|M|300|Bachelors (4 years)|No|N|50|one -44503|Italy|M|4|E|DT|N|4|2|2|c|PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -27000|Poland|M|4|E|DT|N|3|2|6|m|PB|S|M|10|Masters|No|YesExpired|40|zero -80000|USA|M|10|E|DBAG|N|3|2|2|t|NP||M|135|Masters|Yes|N|45|zero -100000|USA|M|5|E|DBAP|Y|1|2|0|T|PB|S|M|20|Bachelors (4 years)|Yes|N|40|zero -40000|USA|M|2|E|AN|Y|2|1|0|m|PB|SR|M|6|None (no degree completed)|No|N|45|zero -78000|Denmark|M|10|E|DBAG|N|8|3|0|c|PB|S|M|8|Associates (2 years)||YesValid|37|zero -190000|USA|M|12|E|DBAG|N|12|5|1|m|PB|S|M|50|Bachelors (4 years)|Yes|N|100|zero -120000|USA|M|5|EC|A|N|1|1|3|m|PB|S|M|30|Bachelors (4 years)|Yes|N|45|two -94000|USA|M|6|E|D|N|6|1|1|m|FG|SR|F|3|Bachelors (4 years)|Yes|N|40|one -114000|USA|M|2|E|DA|Y|2|1|5|C|PB|S|M|5|Bachelors (4 years)|No|N|65|zero -105000|USA|M|6|E|AN|N|3|1|0|m|PB|C|M|4|Bachelors (4 years)|Yes|N|50|zero -79000|USA|M|4|E|DT|N|3|1|1|m|PB|SR|M|10|None (no degree completed)||YesExpired|48|zero -118000|USA|M|7|E|D|N|4|2|0|T|PB|C|F|5|Bachelors (4 years)|No|N|75|zero -107000|USA|M|21|E|DBAG|N|21|3|0|C|PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|45|one -90000|Belgium|M|10|IC|DA|Y|20|6|1|m|PB|SE|M|1|None (no degree completed)|No|N|30|one -72000|Israel|M|19|E|DBAG|N|15|2|0|T|PB|S|M|5|Masters||YesValid|40|zero -41436|Netherlands|M|10|E|DBAP|N|9|1|0|C|PB||M|10|Associates (2 years)|Yes|N|40|one -41300|Netherlands|A|5|EC|D|Y|5|1|6|m|PB|SE|M|10|Masters|Yes|YesValid|32|zero -90000|USA|M|8|E|DBAP|N|8|2|1|m|PB|S|M|30|None (no degree completed)||YesValid|45|five -110000|USA|P|1|E|M|Y|4|2|0|m|PB|S|M|4|Bachelors (4 years)|No|N|40|zero -97000|USA|M|20|E||N|6|2|1|C|SG|C|M|2|Bachelors (4 years)|No|YesExpired|40|zero -110000|USA|M|20|EC|DBAP|N|20|6|6|c|PB|S|M|1000|Masters|Yes|YesExpired|45|five -275000|UK|M|18|IC|DBAP|N|18|6|2|m|PB|C|M|200|Bachelors (4 years)|No|YesExpired|35|one -81500|USA|M|4|E|DT|N|4|2|0|C|PB|SR|M|2|Bachelors (4 years)|No|N|40|zero -80000|USA|M|7|E|DBAG|N|2|2|1|C|PB|S|M|35|None (no degree completed)||YesValid|40|zero -165000|USA|M|21|EC|A|N|1|4|4|c|FG|S|M|6|None (no degree completed)||YesValid|50|zero -69610|Canada|M|14|E|DBAG|Y|7|3|3|C|SG|SE|M|200|Associates (2 years)|Yes|YesExpired|37|zero -125000|USA|M|18|EC|DBAP|N|18|6|0|m|FG|S|M|5|None (no degree completed)||YesValid|40|four -140000|USA|M|20|E|DBAD|N|16|3|0|m|PB|SR|M|16|Bachelors (4 years)|Yes|N|45|zero -86597|South-Africa|M|20|E|DT|N|14|2|2|C|PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|80|one -135000|USA|M|5|E|DBAP|N|5|2|0|C|FG|SR|M|1|Bachelors (4 years)|Yes|YesExpired|40|zero -118500|USA|M|15|E|DBAG|N|15|6|1|c|PB|S|M|6|Masters|No|YesExpired|40|five -125000|USA|M|20|E|DBAG|N|15|4|0|C|PB|S|F|15|Associates (2 years)|Yes|YesValid|40|zero -142000|USA|M|13|IC|DBAP|N|6|2|5|C|PB|SE|M|200|Bachelors (4 years)|No|YesValid|50|three -104000|USA|M|20|E|DBAD|Y|20|1|0|c|PB|S|M|9|Bachelors (4 years)|No|N|40|three -80000|Germany|M|15|IC|DT|N|5|2|0|m|PB|SR|M|5|Associates (2 years)||N|40|five -55000|Finland|M|10|EC|DBAG|N|10|3|4|C|PB|SR|M|100|None (no degree completed)||YesExpired|40|three -61400|UK|M|6|E|DT|Y|7|4|2|c|E|C|M|20|Bachelors (4 years)|Yes|N|43|one -100000|USA|M|4|E|DBAG|N|1|2|1|m|PB|S|M|20|Bachelors (4 years)|No|N|40|two -85000|USA|T|1|E|D|N|1|1|1|c|PB|S|M|2|Associates (2 years)|Yes|N|45|one -89000|USA|M|4|E|DBAG|N|1|3|6|m|PB|SR|M|250|Bachelors (4 years)|Yes|N|45|one -60750|Canada|M|10|E|DBAP|N|10|3|1|m|PB|SE|M|57|Bachelors (4 years)|Yes|N|40|zero -93500|USA|M|6|E|DBAG|N|21|2|0|c|LG|S|M|27|Bachelors (4 years)|No|YesValid|40|zero -67500|USA|M|2|E|DBAG|N|2|2|4|C|FG|S|M|50|Bachelors (4 years)|Yes|N|40|zero -101000|USA|M|10|E|DBAG|N|8|2|0|c|PB|SR|M|10|Masters|Yes|N|50|zero -85200|USA|M|10|EC|DT|N|2|1|2|T|PB|SR|F|25|Masters|No|YesExpired|45|five -113000|USA|M|9|E|DBAG|N|2|2|1|m|PB|S|M|30|Associates (2 years)|Yes|YesValid|40|one -125000|USA|M|23|E|DBAP|N|23|6|5|m|PB||M|7500|None (no degree completed)|No|N|50|one -211000|USA|M|20|E|A|Y|4|1|0|C|PB|S|M|938|Associates (2 years)|No|YesExpired|43|zero -145000|USA|M|1|E|DBAP|N|1|1|1|m|PB|S|F|100|Masters|Yes|N|50|zero -30000|Romania|M|12|E|DBAG|Y|10|4|0|t|PB||F|20|Bachelors (4 years)|No|YesExpired|50|zero -86000|USA|M|4|E|D|N|7|2|0|m|PB|S|M|10|Masters|Yes|YesExpired|40|zero -43000|USA|M|2|E|DT|N|2|1|4|T|PB|C|F|3|None (no degree completed)||N|40|zero -55500|Spain|M|3|E|DBAG|N|0|1|0|m|PB|S|M|20|None (no degree completed)||YesExpired|44|zero -29200|South-Africa|M|10|E|D|N|2|1|2|m|PB|S|M|13|Bachelors (4 years)|Yes|N|45|zero -58180|Lithuania|M|3|E|DT|N|3|1|0|c|PB|SE|M|150|Bachelors (4 years)|Yes|YesValid|40|zero -38000|UK|M|3|E|DBAG|N|1|1|2|m|NP|S|M|20|Bachelors (4 years)|No|YesValid|40|one -80000|USA|M|4|E|DA|N|4|2|4|m|PB|SR|M|3|None (no degree completed)||N|40|zero -118000|USA|M|3|E|M|Y|3|1|0|m|PB|C|M|5|Masters|No|N|50|zero -48700|France|M|13|EC|DBAD|N|13|5|3|C|PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|39|zero -124000|USA|M|14|E|DBAG|N|25|2|0|m|NP|S|M|8|Associates (2 years)|Yes|YesExpired|40|two -93500|USA|M|9|E|DBAG|N|9|2|2|C|PB||F|46|Bachelors (4 years)|Yes|YesValid|44|zero -100000|USA|M|10|E|DBAP|N|25|3|1|T|SG|C|M|200|Associates (2 years)||YesExpired|50|zero -115000|USA|M|6|E|DBAG|Y|6|2|0|m|PB|SE|M|12|None (no degree completed)||N|40|zero -85000|USA|M|5|E|DBAP|N|20|1|0|m|LG|S|F|30|Bachelors (4 years)|Yes|YesExpired|45|one -105000|USA|M|12|E|DBAP|N|12|4|2|T|PB|S|F|29|Bachelors (4 years)|Yes|N|40|two -150000|USA|M|15|E|DT|N|15|4|6|m|PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|40|one -70000|USA|M|1|E|DBAD|Y|1|1|2|T|PB|SE|M|10|Associates (2 years)|Yes|YesValid|55|zero -48000|PuertoRico|M|5|E|AN|N|3|1|1|c|PB|SE|M|20|Bachelors (4 years)|Yes|YesValid|50|zero -90000|USA|M|15|E|DBAG|Y|18|3|0|C|PB|S|M|5|Associates (2 years)|No|YesValid|45|zero -127750|USA|M|21|E|D|N|13|6|5|C|PB|S|M|20|Bachelors (4 years)|No|N|48|one -103000|USA|M|11|E|DBAG|N|11|4|0|c|PB|SR|M|24|Associates (2 years)|Yes|N|45|zero -95000|USA|M|8|E|DBAG|N|8|2|0|C|PB|S|M|30|None (no degree completed)||YesValid|40|five -104495|USA|M|29|E|DBAP|N|20|2|0|m|PB|S|M|43|Masters|No|N|50|zero -93500|USA|M|4|E|DBAP|N|3|1|6|m|PB||M|600|Bachelors (4 years)|No|N|40|zero -100000|USA|M|5|E|AN|N|5|3|4|C|PB|C|M|5|Masters|No|YesValid|40|zero -88000|USA|M|6|EC|DBAP|Y|25|6|1|C|PB||M|24|Associates (2 years)|Yes|YesExpired|46|four -70000|USA|O|1|E|AN|N|1|1|6|T|NP|S|M|4|Masters|Yes|YesValid|45|two -79000|USA|M|4|E|AN|N|4|1|3|c|NP|S|M|4|Bachelors (4 years)|No|N|40|one -71400|USA|M|6|E|DBAP|N|2|2|3|c|PB|S|M|100|Bachelors (4 years)|No|N|42|one -114000|USA|M|10|EC|DBAD|N|10|5|1|m|FG|SR|M|6|Bachelors (4 years)|Yes|YesValid|40|zero -69894|UK|M|9|E|DBAP|N|9|3|0|c|PB|S|M|26|None (no degree completed)||YesValid|37|zero -115000|USA|M|7|E|DA|N|8|2|5|C|PB|SR|M|2|Associates (2 years)||YesValid|40|zero -115200|USA|M|11|E|DBAP|N|11|4|0|m|PB||M|200|Bachelors (4 years)|Yes|N|40|zero -91214|USA|M|10|E|DBAG|N|7|3|0|m|PB|S|M|8|Associates (2 years)|Yes|YesExpired|40|zero -105000|USA|M|15|E|DBAG|N|15|3|1|m|PB|S|M|3|Doctorate/PhD|No|YesValid|40|zero -110000|USA|M|15|E|DT|N|1|4|2|C|PB|S|M|40|Masters|Yes|YesValid|50|five -53000|Romania|M|6|E|DBAG|Y|6|2|6|c|PB|S|M|120|None (no degree completed)|Yes|YesValid|45|zero -156000|USA|M|15|IC|DT|N|12|3|5|m|PB|S|M|5|Bachelors (4 years)|No|YesValid|35|five -200000|USA|M|18|E|DBAG|Y|10|2|3|m|PB|SR|M|55|Bachelors (4 years)|Yes|N|50|zero -120000|USA|M|11|E|DBAP|Y|8|5|1|C|PB|S|M|35|Bachelors (4 years)|Yes|YesValid|50|zero -185000|USA|M|15|E|DBAP|N|7|6|0|C|PB|SR|M|12|None (no degree completed)||N|40|three -108000|Canada|M|15|E|DBAP|N|3|5|2|C|LG|SR|M|150|Masters|Yes|YesValid|37|zero -42000|Slovakia|M|5|E|DT|Y|1|4|1|C|PB|S|M|8|Masters|No|YesValid|44|zero -64000|UK|M|12|E|DBAP|N|9|4|6|C|PB|S|M|200|Masters|Yes|YesValid|40|zero -89500|USA|M|8|E|D|N|12|4|4|C|PB|S|NB|2|Bachelors (4 years)|Yes|YesExpired|45|two -200000|Denmark|MA|20|IC||Y|25|6|0|m|PB|S|M|20|Masters|Yes|N|40|five -260000|USA|M|20|IC|A|Y|10|2|0|m|PB|S|M|5|Masters|Yes|YesExpired|70|five -70000|USA|M|7|E|DT|N|7|2|2|c|PB|S|F|3|Bachelors (4 years)|Yes|N|40|zero -200000|USA|M|12|IC|D|N|2|1|1|C|PB|S|M|10|Bachelors (4 years)|Yes|N|40|five -93480|Switzerland|M|5|E|DBAP|N|5|2|4|T|PB|S||200|Bachelors (4 years)||N|43|zero -150000|USA|M|18|IC|DBAP|Y|18|6|1|T|PB|S|M|100|Bachelors (4 years)|No|YesExpired|40|five -225000|USA|M|15|IC|A|N|15|2|0|m|PB|S|M|50|Bachelors (4 years)|Yes|YesValid|70|three -67500|Canada|M|11|E|DBAG|N|2|3|1|C|PB|S|M|25|Bachelors (4 years)|Yes|YesValid|37|zero -48000|Ukraine|P|2|EC|E|N|15|6|5|m|PB|C|M|30|None (no degree completed)||YesValid|25|five -94000|USA|M|19|E|AN|N|13|1|3|C|LG|S|M|200|Bachelors (4 years)|Yes|N|40|zero -80000|New-Zealand|M|24|E|E|Y|27|3|6|c|PB|S|M|500|None (no degree completed)||YesExpired|38|one -101000|USA|M|10|E|AN|N|10|1|6|C|E|S|M|4|Bachelors (4 years)|Yes|N|40|zero -15000|Romania|M|12|E|DT|N|10|4|4|T|PB|S|M|5|Bachelors (4 years)||YesExpired|40|zero -129800|USA|M|18|E|DBAG|Y|18|2|3|C|PB||M|3500|Associates (2 years)|Yes|YesExpired|45|zero -96000|UK|M|20|E|A|Y|10|2|2|C|PB||M|10|Masters|Yes|YesValid|48|zero -96000|Netherlands|M|24|E|DBAP|Y|18|3|2|C|FG|S|M|150|Masters|Yes|YesExpired|42|zero -175000|Switzerland|M|25|E|DBAP|N|25|2|1|C|PB|S|M|30|Bachelors (4 years)|Yes|YesValid|42|zero -43000|UK|M|4|E|DBAP|N|4|3|4|C|PB|SE|M|2000|None (no degree completed)||N|40|five -113100|USA|M|23|E|A|N|14|2|2|C|PB|S|M|500|Bachelors (4 years)|Yes|N|48|two -108000|USA|M|19|E|DBAG|N|19|3|1|C|PB|SR|F|20|Bachelors (4 years)|No|YesValid|40|four -80000|USA|M|5|E|DBAG|N|5|1|2|m|PB|SR|M|150|Bachelors (4 years)|Yes|N|42|one -110000|USA|M|6|E|DT|N|5|2|6|T|PB|S|M|10|Bachelors (4 years)|No|YesValid|40|five -49000|UK|M|1|E|DBAG|N|1|1|1|m|PB|S|M|180|None (no degree completed)||N|40|zero -136000|USA|O|12|E|DBAG|N|3|2|0|T|PB|S|M|100|Bachelors (4 years)|No|N|40|zero -86000|USA|M|17|E|DBAG|N|1|5|0|T|NP|SE|F|200|Associates (2 years)|No|YesExpired|60|zero -160000|USA|M|11|E|DT|Y|1|2|3|C|PB|S|F|3|Bachelors (4 years)|No|N|40|one -79000|USA|M|10|E|DBAG|N|8|2|2|T|PB|S|M|120|Bachelors (4 years)|Yes|YesValid|40|three -85000|USA|M|18|EC|DBAG|N|10|2|1|C|PB|C|M|32|None (no degree completed)||N|50|two -87000|USA|M|10|E|DBAP|N|10|3|6|m|PB|S|M|500|Bachelors (4 years)|Yes|YesValid|40|one -100000|Canada|M|20|E|D|N|20|3|0|C|PB|S|M|3|Masters|Yes|YesValid|40|two -138000|USA|M|5|E|DBAG|N|5|1|2|C|NP|S|M|60|Bachelors (4 years)|Yes|N|40|two -500000|Switzerland|M|32|IC|DBAG|Y|32|2|6|C|PB|S|M|1000|Masters|Yes|YesValid|70|three -117000|USA|M|13|E|DBAP|Y|13|4|6|C|PB||F|100|Bachelors (4 years)|Yes|N|45|five -189000|USA|M|16|IC|DA|N|30|4|0|c|PB|S|M|2|Bachelors (4 years)|Yes|N|45|five -115000|USA|M|20|E|DBAG|N|20|2|0|m|PB|S|M|125|Masters|No|YesValid|50|zero -153400|USA|M|20|E|DBAP|N|6|2|5|C|PB|C|M|150|Associates (2 years)|Yes|YesValid|40|two -18000|Ukraine|M|5|E|DBAG|N|3|2|1|C|PB|S|M|85|Bachelors (4 years)|No|N|45|zero -95000|USA|M|16|E|DBAP|N|16|3|0|T|PB|S|F|6|Bachelors (4 years)|No|YesExpired|50|five -136500|USA|M|18|E|DBAG|Y|17|3|0|m|PB|SR|F|15|Bachelors (4 years)|Yes|N|45|one -96000|USA|M|5|E|DBAG|N|10|3|6|t|PB|S|F|40|Masters|Yes|N|45|zero -75000|USA|P|4|E|E|Y|3|2|0|C|PB|S|M|7|Bachelors (4 years)|Yes|N|55|zero -69000|Canada|M|10|E|DBAD|N|7|1|3|c|PB|S|M|150|Associates (2 years)|Yes|N|40|zero -82000|USA|M|11|E|DA|Y|7|2|0|T|NP|S|M|31|Bachelors (4 years)|Yes|YesExpired|40|zero -92000|USA|M|10|E|DBAG|N|10|2|0|C|PB|SE|M|20|Bachelors (4 years)|No|N|36|zero -66500|USA|M|11|E|DBAG|N|11|1|0|c|PB|S|M|6|Bachelors (4 years)|Yes|N|45|zero -88000|USA|M|6|E|E|N|6|3|5|C|PB|S|M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -180000|Australia|M|18|IC|DBAP|N|1|1|1|C|FG|S|M|70|Associates (2 years)||YesExpired|40|zero -87400|Austria|M|21|E|M|Y|18|2|0|T|PB|C|M|7|Masters|Yes|YesValid|55|one -128500|USA|M|16|E|A|Y|22|6|0|m|PB|SE|M|9|Masters|Yes|N|50|one -87000|USA|M|4|E|DA|N|5|3|6|T|PB|S|M|3|Masters|Yes|N|42|five -86000|Germany|M|14|E|DA|N|12|1|1|m|PB|S|M|10|None (no degree completed)||N|40|zero -85000|USA|M|16|E|M|Y|1|5|0|C|SG|S|M|15|Bachelors (4 years)|Yes|N|55|one -80500|Canada|M|1|E|DBAP|N|5|3|0|C|PB|S|M|10|Bachelors (4 years)|Yes|N|40|three -17913|Latvia|M|1|E|DBAD|N|1|1|1|C|PB|S|M|6|Bachelors (4 years)||N|40|zero -63000|Germany|M|12|E|DBAD|N|5|1|1|c|PB|SR|M|3|None (no degree completed)|No|YesExpired|40|zero -54000|UK|M|5|E|DBAG|N|5|4|1|c|PB|S|M|23|None (no degree completed)||YesValid|37|two -106000|USA|M|10|E|A|Y|10|3|0|m|PB|S|M|6|Associates (2 years)|Yes|YesExpired|50|one -60650|UK|M|13|E|DBAP|N|13|6|1|c|NP|S|M|75|Bachelors (4 years)|Yes|YesValid|35|one -65000|USA|M|5|E|DBAD|N|5|1|1|C|PB|S|M|10|Associates (2 years)|Yes|YesValid|40|zero -148000|USA|M|16|E|DBAD|N|15|3|4|C|PB|SE|M|70|Bachelors (4 years)|Yes|YesExpired|40|zero -103000|USA|M|5|E|DBAG|Y|7|3|0|C|PB|SR|M|15|None (no degree completed)||YesValid|45|one -126000|UK|M|10|E|E|N|5|3|1|m|PB|SE|F|1500|Bachelors (4 years)|No|N|40|one -62000|Netherlands|M|15|E|DBAG|Y|3|3|2|C|PB|C|M|55|Associates (2 years)|No|N|40|two -120000|USA|M|15|IC|DBAG|N|4|4|4|C|PB||M|12|Bachelors (4 years)|No|N|35|three -92000|USA|M|15|E|DBAG|Y|17|1|2|c|SG|SE|M|1000|Bachelors (4 years)|No|N|40|two -63000|Jersey|M|6|E|DBAG|N|2|1|0|T|PB|S|M|30|Bachelors (4 years)|No|YesValid|38|zero -134000|USA|M|19|E|E|N|13|2|3|m|PB|SE|M|1000|None (no degree completed)||YesValid|40|one -103000|USA|M|15|E|DBAG|N|20|3|2|T|PB|S|F|350|Bachelors (4 years)|Yes|YesExpired|42|five -102000|USA|M|12|E|M|Y|1|1|0|c|E|S|M|50|Bachelors (4 years)|Yes|N|40|five -160000|USA|M|20|E|M|Y|8|3|0|m|PB|C|M|40|Associates (2 years)|No|N|50|zero -100000|Canada|M|20|E|DBAP|N|15|3|1|C|SG|S|M|45|Associates (2 years)|Yes|N|36|zero -145000|USA|M|10|E|DBAP|N|7|2|2|m|PB|S|M|192|Bachelors (4 years)|Yes|YesExpired|45|one -130000|USA|M|11|E|E|N|11|2|0|T|PB|S|M|8|Associates (2 years)|Yes|N|24|two -97500|USA|M|20|E|DBAP|N|0|3|1|C|PB|S|M|200|None (no degree completed)||YesExpired|40|zero -131500|USA|M|13|E|DBAP|N|13|6|0|m|PB|S|M|1800|Bachelors (4 years)|Yes|YesExpired|40|zero -118000|USA|M|15|E|DBAG|N|15|2|1|C|LG|S|F|15|Masters|Yes|YesValid|40|zero -97000|USA|M|4|E|DBAP|N|4|2|2|c|PB|SR|M|20|Bachelors (4 years)|Yes|N|40|zero -88000|USA|M|12|E|DBAP|N|7|2|3|T|PB|S|M|75|Bachelors (4 years)|No|YesExpired|45|zero -96000|USA|M|12|E|DT|N|12|3|2|m|NP|C|F|20|Associates (2 years)|No|YesExpired|40|five -68000|New-Zealand|M|8|E|DBAG|N|6|3|0|C|PB|C|M|8|None (no degree completed)||N|50|one -80000|Australia|M|14|E|A|N|2|5|6|m|PB|SE|M|4000|Masters|Yes|YesValid|40|five -100000|Australia|M|4|IC|E|N|1|1|1|m|PB|C|M|2|Bachelors (4 years)|No|N|30|two -47000|Poland|M|8|E|DBAG|N|8|2|6|C|PB|SE|M|1200|Masters|Yes|YesValid|48|one -65000|Sweden|M|13|E|DBAG|N|13|4|0|m|PB||M|8|Masters|No|N|40|zero -53000|CzechRepublic|M|13|E|DBAG|N|13|3|6|m|PB|S|M|5000|Bachelors (4 years)|Yes|N|45|two -96700|Germany|M|15|E|DBAG|Y|12|6|1|m|PB||M|36|Masters|Yes|YesExpired|45|zero -60300|UK|M|3|E|DBAP|N|2|2|4|m|PB|SR|M|100|None (no degree completed)||N|37|zero -81200|Netherlands|M|13|P|DBAP|N|12|5|1|C|PB|S|F|10|Bachelors (4 years)|Yes|YesExpired|32|zero -66000|Germany|M|7|E|DBAG|N|10|2|2|m|PB|S|M|8|Masters|Yes|YesExpired|40|zero -105000|USA|M|15|E|DBAG|N|15|4|3|c|PB|SR|M|25|Bachelors (4 years)|Yes|N|45|zero -123000|USA|M|16|E|DBAG|N|6|2|0|m|PB|S|M|20|Bachelors (4 years)|No|N|45|one -101500|USA|M|8|E|DBAP|N|9|6|3|C|PB|S|M|185|Bachelors (4 years)|Yes|N|43|one -107000|USA|M|9|E|DBAP|N|8|3|0|c|PB|SR|M|67|Bachelors (4 years)|No|YesExpired|45|one -69500|UK|M|10|E|A|N|7|1|1|m|PB|S|M|125|Bachelors (4 years)|Yes|YesValid|45|two -132000|USA|M|20|EC|DBAD|N|20|6|3|c|PB|S|M|500|Bachelors (4 years)|No|YesExpired|45|five -58500|USA|M|5|E|AN|N|5|1|1|c|PB|S|M|1|Associates (2 years)|Yes|N|40|zero -32000|Hungary|M|3|E|DBAG|N|3|2|6|T|PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|40|two -32000|Hungary|M|3|E|DBAG|N|3|2|6|T|PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|40|two -40000|Portugal|M|10|EC|DA|Y|19|1|1|C|PB|S|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -130000|USA|M|20|EC|DBAG|N|17|2|5|c|PB||F|100|Bachelors (4 years)|Yes|YesExpired|42|zero -84500|Canada|M|19|E|A|N|19|1|0|C|PB||M|20|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|15|E|DBAG|N|1||0||PB|S|M|28|Associates (2 years)|No|YesValid|40|zero -95000|Australia|M|10|EC|DBAG|N|1||0||SG||M|80|Masters|Yes|N|37|zero -60000|Spain|M|10|EC|DBAG|N|12||6||PB|S|M|100|Masters|Yes|YesValid|50|three -49000|USA|M|5|E|DBAG|N|3||0||PB|S|M|4|None (no degree completed)||YesValid|45|zero -156000|USA|M|20|E|A|N|5||6||PB|SE|M|0|Bachelors (4 years)|No|YesValid|40|three -105000|USA|M|20|E|DBAG|N|20||1||PB|S|M|96|Bachelors (4 years)|No|YesValid|45|zero -95000|USA|M|15|E|DBAG|N|6||1||E|S|M|30|Bachelors (4 years)|Yes|YesExpired|50|zero -105000|USA|M|6|E|DBAG|N|2||3||PB|C|M|500|Bachelors (4 years)|Yes|YesValid|45|three -121368|USA|M|18|EC|DBAD|N|15||0||FG|S|M|120|Bachelors (4 years)|No|N|50|five -111000|USA|M|15|E|DBAG|N|20||1||NP|S|M|200|None (no degree completed)||YesExpired|45|two -77000|USA|M|10|E|D|Y|5||1||PB|SE|M|10|None (no degree completed)||N|45|five -95000|USA|M|12|E|E|N|1||2||PB|S|M|200|Associates (2 years)|Yes|YesValid|45|zero -53000|UK|M|4|E|DBAP|N|4||0||PB|SR|M|80|None (no degree completed)|No|YesValid|40|one -65750|Canada|M|12|E|DBAG|N|9||0||SG|S|M|29|None (no degree completed)||YesValid|38|zero -167250|USA|M|12|E|DBAD|N|12||1||PB|S|M|40|Bachelors (4 years)|No|YesExpired|50|zero -73000|USA|M|7|E|E|N|3||6||PB|C|M|140|Bachelors (4 years)|No|N|40|two -50000|USA|M|1|E|AN|N|1||1||PB|S|F|1|Masters|No|N|40|five -84000|Canada|M|18|E|DA|N|18||0||PB||M|15|Bachelors (4 years)|Yes|N|40|zero -140000|USA|M|15|E|E|N|17||1||PB|S|M|324|None (no degree completed)||YesValid|50|zero -121000|USA|M|15|EC|DA|Y|5||0||FG|SE|M|3|None (no degree completed)||N|50|zero -30000|Romania|M|6|E|DBAD|N|6||0||PB|S|M|10|Masters|No|YesExpired|45|zero -135000|USA|M|12|E|M|Y|3||6||PB|SE|M|1200|Bachelors (4 years)|Yes|YesExpired|50|zero -120000|USA|M|16|E|DT|N|3||6||PB|S|M|35|Masters|Yes|YesValid|40|five -18000|Brazil|M|7|E|DBAG|N|1||1||PB|SR|M|48|Associates (2 years)|No|YesValid|40|one -32000|Brazil|M|5|E|DBAG|N|4||2||PB|S|M|120|Bachelors (4 years)|Yes|YesValid|50|zero -48000|USA|M|12|E|DT|N|13||4||PB|S|M|100|Associates (2 years)|No|N|48|zero -71000|Canada|M|9|E|DBAP|N|9||3||PB|SE|M|65|Associates (2 years)|No|N|45|one -100000|USA|M|10|E|DBAD|N|1||1||PB|S|M|200|Masters|Yes|N|40|zero -15000|Croatia|M|3|E|DBAG|Y|3||0||FG|SR|M|120|Masters|Yes|YesValid|60|five -170000|USA|M|7|E|M|Y|5||0||PB|S|M|500|Bachelors (4 years)|No|YesExpired|45|one -98000|USA|M|8|E|DA|N|2||5||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -60000|UK|M|7|E|DBAG|N|2||0||PB|SR|M|4|None (no degree completed)||N|40|zero -112000|USA|M|15|E|DBAP|N|5||2||PB|S|M|249|Bachelors (4 years)|Yes|YesExpired|40|zero -83232|USA|M|12|E|DBAG|N|9||0||PB|S|M|11|None (no degree completed)||N|40|zero -61800|USA|M|2|E|DBAG|N|2||4||PB|S|M|509|Bachelors (4 years)|Yes|N|40|one -74000|USA|M|17|E|DBAP|N|1||1||PB|S|M|160|Bachelors (4 years)|No|YesValid|40|two -115000|USA|M|15|E|DBAG|N|7||4||PB|SR|M|28|Bachelors (4 years)|Yes|N|40|zero -45000|UK|M|17|E|DBAG|N|25||1||FG|S|F|60|None (no degree completed)||YesExpired|36|zero -94000|USA|M|9|E|DT|N|9||0||PB|S|M|10|Bachelors (4 years)|Yes|N|40|five -80000|USA|M|3|E|DBAG|N|3||2||PB|S|M|12|Bachelors (4 years)|No|N|40|one -130000|USA|M|13|E|M|N|1||0||PB|S|M|4|Bachelors (4 years)|Yes|N|50|zero -80000|UK|M|10|E|DBAP|Y|7||3||PB|S|M|57|Bachelors (4 years)|No|YesExpired|38|zero -105000|USA|M|12|E|DBAP|N|4||2||PB|S|M|189|Bachelors (4 years)|Yes|YesExpired|40|zero -96000|USA|M|11|E|DBAP|Y|3||3||E|S|M|35|Bachelors (4 years)|Yes|N|40|five -110400|USA|M|17|E|DBAG|N|39||1||NP|SE|M|20|None (no degree completed)||N|40|two -69000|Sweden|M|10|E|DBAP|N|10||5||PB|SR|M|500|Bachelors (4 years)|Yes|YesValid|40|zero -69000|Sweden|M|10|E|DBAP|N|10||5||PB|SR|M|500|Bachelors (4 years)|Yes|YesValid|40|zero -155000|USA||10|EC|M|Y|5||4||PB|SE|F|4|Masters|No|N|50|five -68000|Belgium|M|15|E|DBAP|N|5||1||PB|SR|M|60|Bachelors (4 years)|Yes|YesValid|38|two -120000|UK|M|18|IC|D|N|20||0||PB|SR|M|12|Bachelors (4 years)|No|YesValid|38|three -35398|UK|M|2|E|DBAG|N|2||1||PB|SR|M|25|Masters|Yes|N|45|zero -126000|USA|M|9|E|DBAG|N|4||3||PB|SE|M|50|Bachelors (4 years)|Yes|YesValid|40|five -35000|Italy|M|9|EC|DBAP|Y|5||1||PB|SE|M|140|None (no degree completed)||N|50|zero -114000|USA|M|15|E|DT|N|16||0||PB|C|M|3|None (no degree completed)||N|40|five -47000|Romania|M|11|E|DT|N|1||1||PB|C|M|3|Bachelors (4 years)|Yes|YesExpired|40|zero -90000|USA|M|18|E||N|4||0||SG|S|M|2|Bachelors (4 years)|No|YesExpired|40|zero -95000|USA|M|5|E|D|N|3||0||NP||M|100|Masters|No|YesValid|40|zero -131000|USA|M|14|EC|DBAG|N|2||1||FG|S|M|40|Bachelors (4 years)|No|N|40|zero -35000|UK|M|2|E|AN|N|2||2||PB|C|M|12|None (no degree completed)||N|37|zero -102960|USA|M|10|E|DBAP|N|6||1||NP|S|F|225|Bachelors (4 years)|Yes|YesValid|40|two -60090|USA|M|3|E|DBAG|N|3||5||PB|SR|M|43|Associates (2 years)|Yes|N|40|one -72000|USA|M|2|E|DBAG|N|2||6||PB|||175|None (no degree completed)||N|50|two -80000|USA|M|6|E|DBAG|N|6||2||FG|S|M|30|None (no degree completed)||YesValid|45|five -70000|USA|M|3|E|DBAG|N|3||3||PB|SR|M|150|Bachelors (4 years)|Yes|YesExpired|50|one -107000|UK|M|15|IC|DBAG|N|1||0||PB|S|M|4|Bachelors (4 years)|No|N|37|five -45|Netherlands|A|3|E|D|N|3||4||PB|SE|M|3|Masters|Yes|YesValid|42|zero -160000|USA|M|15|E|DBAG|Y|10||0||PB|SR|M|100|Bachelors (4 years)|Yes|N|50|zero -150000|USA|M|18|E|DT|N|2||1||PB|S|M|8|Masters|Yes|YesValid|40|two -101000|USA|M|17|E|DBAD|N|3||0||NP|S|M|5|Masters|No|YesValid|45|one -153000|USA|M|15|E|DT|N|1||6||PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|40|one -102000|USA|M|12|E|DBAG|Y|2||1||PB|C|M|5|Bachelors (4 years)|No|N|45|four -78750|Denmark|M|10|E|A|N|10||4||PB|S|M|50|Associates (2 years)||YesExpired|37|zero -125000|USA|M|4|E|D|Y|4||1||NP|S|M|3|Masters|No|N|35|one -105000|USA|O|4|EC|DA|N|4||2||PB|SE|M|5|Bachelors (4 years)|Yes|N|45|zero -48000|USA|M|0|E|DBAP|N|0||0||PB|S|F|100|Bachelors (4 years)|No|N|40|zero -125000|USA|M|12|E|DBAP|N|5||4||PB||M|350|Bachelors (4 years)|No|N|45|one -35500|Poland|M|15|E|D|N|10||2||PB|S|M|5|Associates (2 years)|No|YesExpired|40|zero -97500|USA|M|14|E|DT|N|10||6||PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|41|two -85000|USA|M|17|E|DBAG|N|1||1||SG|C|M|35|Masters|Yes|YesValid|40|five -57000|USA|M|3|E|E|Y|3||1||PB|SE|M|5|Bachelors (4 years)|Yes|N|40|zero -96600|USA|M|8|E|DBAG|N|8||0||PB|S|M|60|Masters|Yes|YesValid|45|zero -69000|Belgium|M|8|E|M|Y|5||2||PB|S|M|40|Bachelors (4 years)|Yes|YesValid|45|one -72000|Germany|M|6|E|A|Y|5||2||PB||M|4|Masters|Yes|YesExpired|45|three -58000|Canada|M|4|E|DBAP|N|4||0||PB|S|F|52|Bachelors (4 years)|No|N|40|zero -140000|USA|M|10|IC|DBAP|N|6||5||PB|SE|M|50|Bachelors (4 years)|No|YesValid|40|two -67789|Australia|M|13|E|D|Y|5||0||PB|S|M|10|Masters|No|N|40|three -41000|Russia|M|10|E|A|Y|15||3||PB|S|M|5|Doctorate/PhD|Yes|N|40|zero -10000|Russia|O|5|E|DBAP|N|8||4||PB|SR|M|1000|Masters|Yes|N|40|zero -24000|Russia|M|2|E|DT|N|1||3||PB|S|M|15|Masters||YesValid|40|zero -70000|USA|M|11|P|DT|N|8||4||PB|S|M|3|Bachelors (4 years)|No|YesValid|15|five -24000|Russia|M|10|E|DA|N|2||0||PB|S|M|3|Masters|Yes|YesExpired|50|five -64186|Canada|M|10|E|DBAG|N|2||2||SG|SE|M|313|Associates (2 years)|Yes|YesValid|40|zero -112000|USA|M|20|E|M|Y|6||4||NP|S|M|14|Associates (2 years)|Yes|YesExpired|40|zero -67000|USA|M|8|E|DBAG|N|7||5||PB||M|200|Bachelors (4 years)|Yes|YesExpired|40|zero -90000|USA|M|10|E|DBAP|N|1||0||PB|C|M|5|Bachelors (4 years)|Yes|YesExpired|40|zero -94000|USA|M|15|E|DBAG|N|1||1||PB||M|3|Bachelors (4 years)|Yes|N|45|zero -142500|USA|M|17|E|DBAD|Y|4||0||PB|S|F|40|Bachelors (4 years)|No|YesValid|50|one -76500|Netherlands|M|10|E|DBAP|N|3||2||PB|S|F|40|Bachelors (4 years)|Yes|YesExpired|40|one -105000|USA|M|22|E|DT|N|6||4||PB|S|M|3|None (no degree completed)||N|40|one -92000|USA|M|12|E|DBAG|N|7||2||PB|SE|M|125|Bachelors (4 years)|Yes|YesExpired|45|one -65500|USA|M|5|E|DBAG|N|3||0||PB|SE|M|54|Bachelors (4 years)|Yes|N|37|zero -126000|USA|M|6|E|DT|N|2||1||PB|SE|F|2|Bachelors (4 years)|No|YesValid|40|zero -115000|USA|M|7|E|E|N|1||6||PB|S|M|10|Bachelors (4 years)|No|YesValid|40|zero -113000|USA|M|15|E|D|N|4||0||PB|S|M|8|Masters|Yes|N|40|zero -62000|USA|M|2|IC|DBAP|N|1||3||PB|S|M|146|Masters|Yes|YesExpired|40|zero -3600|Syria|M|3|E||Y|3||0||PB||M|150|Associates (2 years)|Yes|N|54|zero -115000|USA|M|17|E|A|N|2||4||PB|SE|F|10|Bachelors (4 years)|No|N|40|zero -101000|Denmark|M|12|EC|D|N|12||3||SG|S|M|12|Bachelors (4 years)|Yes|YesValid|40|zero -116000|USA|M|10|E|DBAP|N|4||1||PB|S|F|150|Bachelors (4 years)|Yes|YesValid|40|zero -140000|USA|M|17|EC|A|N|1||6||PB||M|50|Masters|Yes|N|40|five -95000|USA|M|20|E|DBAG|N|18||0||PB|S|M|30|Associates (2 years)|Yes|YesValid|40|zero -108000|USA|M|15|E|DA|Y|18||0||PB|S|M|10|Bachelors (4 years)|No|YesExpired|40|five -135000|USA|M|10|E|DT|N|10||5||PB|SE|M|100|None (no degree completed)||N|40|one -80000|UK|M|14|E|DBAG|N|2||0||PB|SR|M|30|Bachelors (4 years)|No|YesValid|45|zero -83000|Australia|M|20|E|DBAG|N|10||0||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -75000|USA|M|6|E|DBAP|N|6||2||PB|S|M|300|Bachelors (4 years)|Yes|N|42|zero -116000|USA|M|6|E|DBAG|N|6||0||PB|S|M|78|Associates (2 years)|Yes|N|50|three -69000|USA|M|4|E|AN|N|4||0||PB|C|M|1|Bachelors (4 years)|Yes|N|40|one -140000|USA|M|10|EC|A|N|5||0||PB|C|M|5|Bachelors (4 years)|Yes|YesValid|40|four -84154|Australia|M|15|E|DA|N|6||1||PB|S|M|6|Bachelors (4 years)|Yes|N|40|zero -175000|USA|M|13|E||Y|4||0||PB|C|M|40|Masters|Yes|YesExpired|50|five -30000|India|M|12|E|DBAD|Y|1||0||PB|SE|M|3|Masters|Yes|YesValid|45|zero -93000|USA|M|16|E|DBAP|N|4||1||NP|S|M|125|Associates (2 years)|Yes|YesValid|40|zero -106000|USA|M|7|E|DBAG|N|1||6||PB|S|M|12|None (no degree completed)||N|45|five -110000|USA|M|10|E|DT|N|1||0||PB|SE|M|2|None (no degree completed)||N|30|zero -110000|USA|M|10|E|DBAG|N|5||1||SG|S|M|16|Bachelors (4 years)|No|N|40|one -137000|USA|M|13|E|DBAD|N|13||0||PB|S|M|50|Bachelors (4 years)|Yes|N|40|zero -61000|USA|M|3|E|DBAG|N|3||2||E|S|F|20|Bachelors (4 years)|Yes|N|40|two -72500|USA|M|6|E|DBAG|N|1||1||PB|SE|M|6|Bachelors (4 years)|Yes|N|50|zero -50000|South-Africa|M|17|EC|D|N|8||6||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -96578|HK|M|10|E|DBAG|Y|3||0||PB|SR|M|5|Bachelors (4 years)|Yes|YesExpired|40|zero -95000|USA|M|3|E|DBAG|N|3||1||NP|C|M|62|Bachelors (4 years)|Yes|YesExpired|40|one -111300|UAE|M|7|E|DBAD|N|2||2||PB|C|M|3|Bachelors (4 years)|Yes|N|45|zero -130000|Switzerland|M|10|E|DBAD|Y|11||0||PB|S|M|8|Masters|Yes|N|42|zero -135000|USA|M|10|E|DBAG|N|2||1||PB|S|M|15|Bachelors (4 years)|Yes|N|45|four -104000|USA|M|11|E|DBAP|N|5||1||PB|S|M|130|Bachelors (4 years)|Yes|YesExpired|40|zero -50420|Poland|M|10|E|D|N|10||0||PB|S|M|10|Masters|Yes|YesValid|40|zero -120000|Ireland|M|12|E|M|Y|3||0||PB|SR|M|200|Bachelors (4 years)|Yes|N|70|zero -77000|Sweden|M|13|E|D|N|1||2||FG|S|M|4|Masters|Yes|N|40|zero -72000|Australia|M|9|EC|DBAP|N|6||4||PB|S|M|150|Bachelors (4 years)|Yes|YesValid|40|zero -89000|Australia|M|3|E|DBAG|Y|5||0||PB|S|M|10|Bachelors (4 years)|Yes|YesExpired|40|one -88000|Germany|M|15|E|E|N|1||2||PB|S|M|15|Bachelors (4 years)|Yes|N|40|two -21000|Russia|M|17|E|DT|N|12||0||PB|S|M|4|Masters|No|N|40|zero -105000|South-Africa|M|17|E|DBAG|N|18||2||PB|S|M|4|None (no degree completed)|No|YesExpired|40|zero -100000|Switzerland|M|3|E|DBAP|N|3||1||PB|SE|M|13|Bachelors (4 years)|No|N|42|zero -49500|France|M|12|EC|DBAG|N|7||4||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|40|zero -25000|Romania|M|10|E|DT|N|4||5||PB|S|M|300|Bachelors (4 years)|No|N|50|zero -33500|UK|M|3|E|DBAD|N|4||1||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -43000|Germany|M|2|E|DBAP|N|2||0||PB|S|M|200|Associates (2 years)|Yes|N|40|zero -22000|Brazil|M|9|E|DBAG|N|9||0||PB|SR|M|30|Bachelors (4 years)|Yes|YesValid|90|zero -68000|UK|M|9|E|DBAD|N|2||1||PB|S|M|2000|None (no degree completed)||N|38|one -44000|Sweden|M|2|E|DBAP|N|10||0||LG|SE|M|20|Associates (2 years)||N|40|zero -40000|Spain|M|15|EC|DBAP|N|10||1||PB||M|300|Associates (2 years)|Yes|YesExpired|42|zero -100000|Canada|M|10|E|DBAP|Y|10||1||FG|C|M|8|Bachelors (4 years)|No|N|37|two -88000|South-Africa|M|18|E|DT|N|8||1||PB|SE|M|4|Bachelors (4 years)|Yes|N|45|zero -112000|Switzerland|M|6|E|DBAP|N|3||2||PB|C|M|40|Masters|Yes|YesExpired|40|one -50000|Russia|M|6|E|A|Y|6||0||PB|S|M|3|Masters|No|N|45|zero -24000|Russia|M|3|E|DT|N|1||0||PB|SE|M|10|Masters|Yes|N|40|zero -69000|Australia|M|4|E|DA|N|3||0||PB|S|M|2|None (no degree completed)||YesValid|40|zero -75000|USA|M|6|E|DBAG|N|6||6||PB|S|M|150|Bachelors (4 years)|Yes|YesValid|45|zero -1100|Russia|M|2|E|DA|N|0||1||FG|S|M|1|Masters|Yes|N|38|zero -30314|UK|M|1|E|DBAP|N|1||1||FG|S|M|250|None (no degree completed)||YesValid|40|zero -45000|Netherlands|M|5|E|DT|N|5||0||PB|SE|M|2|Bachelors (4 years)|Yes|N|40|zero -77800|Canada|M|20|E|DBAP|N|1||0||PB|S|M|400|Bachelors (4 years)|Yes|YesValid|42|one -142000|USA|M|30|E|A|N|30||0||PB|S|M|4|None (no degree completed)||N|45|five -80000|USA|M|3|E|DBAG|N|3||1||PB|SR|M|200|Bachelors (4 years)|Yes|N|55|one -97088|USA|M|20|E|DBAG|N|13||0||PB|SR|M|15|Masters|Yes|YesExpired|40|one -58665|Jersey|M|5|E|DBAP|N|2||0||PB|S|M|25|Bachelors (4 years)|No|YesValid|38|two -78250|USA|M|6|E|DBAG|N|4||6||FG|S|M|300|Bachelors (4 years)|Yes|YesValid|40|zero -63000|USA|M|2|E|DBAG|N|2||0||E|C|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -115000|USA|M|11|E|E|N|1||3||NP|S|M|25|Bachelors (4 years)|Yes|YesValid|40|zero -33000|Russia|M|3|E|DT|N|0||1||PB|SR|M|1|Masters|Yes|N|45|two -115000|USA|M|6|E|DBAG|Y|3||2||PB|SE|M|50|None (no degree completed)||N|50|two -115000|USA|M|15|E|DBAG|Y|6||0||LG|S|M|60|Bachelors (4 years)|Yes|N|40|zero -90000|Canada|M|9|E|DBAG|N|4||0||PB|S|M|70|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|6|E|DBAD|N|1||0||PB|S|M|3|Masters|Yes|N|40|zero -40000|USA|M|0|E|DBAD|N|0||1||PB|S|M|16|Bachelors (4 years)|Yes|N|42|zero -81000|Austria|M|7|E|DBAP|N|7||3||PB|S|M|350|None (no degree completed)||N|41|zero -90000|USA|M|24|E|DBAG|N|24||0||LG|S|M|5|Bachelors (4 years)|No|YesExpired|40|one -107000|USA|M|8|E|DBAD|N|2||3||PB|S|M|6|Masters|No|N|40|zero -102500|USA|M|19|E|DBAD|N|4||0||PB|S|M|5|Bachelors (4 years)|No|N|40|three -71000|USA|M|18|E|DBAP|N|17||0||LG|||38|Bachelors (4 years)|No|N|50|zero -65995|Canada|M|4|E|DBAP|N|6||1||PB||M|5|Bachelors (4 years)|Yes|N|37|zero -121000|USA|M|25|E|DBAG|Y|3||0||PB|S|M|100|Associates (2 years)|Yes|YesExpired|45|one -85000|USA|M|15|E|M|Y|20||1||PB|S|M|3|None (no degree completed)||N|60|one -105000|USA|M|7|E|DBAG|Y|7||0||PB|SR|M|5|Masters|No|N|40|five -62000|USA|M|5|E|DBAG|N|11||0||PB|S|M|8|Bachelors (4 years)|Yes|N|50|zero -1450000|USA|M|20|E|DBAG|Y|10||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|45|five -117000|USA|M|15|E|DBAG|Y|2||2||PB|S|M|120|None (no degree completed)||YesExpired|50|one -120000|USA|M|22|E|DBAP|N|4||0||PB|S|M|52|Bachelors (4 years)|No|YesExpired|44|one -66000|UK|M|10|E|DBAP|N|1||0||PB|S|M|65|Bachelors (4 years)|Yes|YesExpired|40|zero -151000|USA|M|25|E|DBAP|N|37||4||PB|S|M|100|Masters|Yes|YesExpired|45|five -145000|USA|M|15|E|DBAP|N|10||6||PB|SR|M|1500|Masters|Yes|YesValid|40|four -129000|USA|M|20|E|DBAP|N|15||0||PB|C|M|7|Bachelors (4 years)|Yes|N|40|zero -74000|USA|M|13|E|AN|N|13||1||PB|S|M|7|Masters|Yes|N|30|five -97000|USA|M|3|E|DBAG|N|3||1||LG|S|M|9|Masters|Yes|YesValid|42|three -120000|USA|M|20|E|A|Y|3||0||PB|S||300|Bachelors (4 years)|No|YesValid|50|zero -46950|UK|M|13|E|D|N|2||0||LG|C|M|5|Associates (2 years)|No|N|40|zero -90000|USA|M|10|E|DBAP|N|2||0||NP|S|M|70|Bachelors (4 years)|Yes|N|40|three -90000|USA|M|7|EC|DBAP|Y|1||1||FG|C|F|17|Bachelors (4 years)|Yes|YesValid|45|five -110000|USA|M|10|E|DBAG|N|10||2||PB|S|M|30|Associates (2 years)|Yes|YesValid|50|one -100000|USA|M|20|E|DBAG|N|5||1||PB|S|M|40|Bachelors (4 years)|Yes|YesExpired|45|zero -122000|USA|M|15|E|D|N|15||0||PB|S||8|Bachelors (4 years)|Yes|YesExpired|45|one -88000|USA|M|25|E|DBAG|Y|12||0||SG|S||12|Bachelors (4 years)|Yes|YesExpired|50|zero -65000|USA|M|6|E|DA|N|1||0||NP|S|M|4|Masters|No|N|50|one -125000|USA|M|18|E|D|Y|5||2||PB|S|M|10|Bachelors (4 years)|No|YesExpired|45|zero -124000|USA|M|13|E|DBAP|N|13||1||FG|S|M|80|Bachelors (4 years)|Yes|N|40|five -127000|USA|M|20|E|DBAP|N|14||1||E|S|M|64|Bachelors (4 years)|No|YesExpired|40|two -106500|USA|M|15|E|E|Y|3||1||PB|S|M|500|Masters|Yes|N|50|one -115000|USA|M|11|EC|DBAG|N|4||1||FG|S|M|16|None (no degree completed)||N|45|one -65000|USA|M|2|E|AN|N|2||0||E|S|M|2|Bachelors (4 years)|No|N|40|zero -112000|USA|M|7|E|A|N|2||1||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|40|five -125000|USA|M|12|E|DBAP|N|24||1||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -100000|USA|M|15|E|DA|Y|20||1||PB|S|M|10|None (no degree completed)||YesExpired|40|zero -122800|Denmark|M|1|E|DBAP|N|9||2||PB|SE|M|150|Associates (2 years)|No|YesExpired|37|zero -54000|USA|M|4|E|DBAG|N|4||0||NP|SR|M|1|Bachelors (4 years)|No|N|35|zero -100000|USA|M|6|E|DBAD|N|2||3||PB|S|M|40|Bachelors (4 years)|Yes|YesExpired|50|zero -128000|USA|M|17|E|DBAG|N|27||3||PB||M|20|Associates (2 years)|Yes|N|40|four -97000|USA|M|19|E|DBAP|N|15||2||PB|S|M|40|Bachelors (4 years)|No|N|44|zero -66000|UK|M|6|E|D|N|6||3||PB|SR|M|12|Bachelors (4 years)|Yes|N|37|one -79150|Canada|M|15|E|DBAG|N|3||1||PB||M|5|Masters||YesExpired|40|zero -195000|USA|M|5|E|A|N|4||2||PB|S|M|25|Bachelors (4 years)|No|YesValid|45|two -138000|USA|M|18|E|DBAG|Y|9||0||PB|S|M|12|Masters|No|N|45|zero -135000|USA|M|10|E|DBAG|N|3||0||PB||M|1|Masters|Yes|YesExpired|40|three -103500|USA|M|10|E|DBAG|N|10||3||PB|C|M|15|Bachelors (4 years)|Yes|N|50|zero -95000|USA|M|16|E|DBAP|N|7||3||NP|S|M|200|Bachelors (4 years)|No|N|40|one -110000|USA|M|25|E|A|N|25||0||PB|SE|M|10|Masters|Yes|YesValid|45|zero -140000|USA|M|19|EC|A|N|4||0||PB|S|M|40|Bachelors (4 years)|Yes|YesValid|45|five -100000|USA|M|18|E|DBAG|N|9||0||PB|S|M|10|Bachelors (4 years)|No|N|42|five -98000|USA|M|21|E|DBAP|N|12||1||PB|S|M|315|Associates (2 years)||YesExpired|42|zero -90000|USA|M|10|E|DBAG|N|4||0||PB|S|M|5|Masters|Yes|YesValid|45|zero -68475|UK|M|8|E|DBAG|N|1||0||PB|S|M|22|None (no degree completed)|No|YesValid|40|zero -85000|USA|M|8|E|DA|N|3||1||PB|S|M|6|Masters|Yes|N|40|zero -130000|USA|M|21|E|DBAP|N|1||0||PB|S|M|15|Bachelors (4 years)|No|N|46|zero -95000|USA|M|15|E|D|N|1||6||NP|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|two -150000|USA|M|10|EC|D|N|6||4||PB||M|100|Masters|Yes|YesValid|60|five -113500|USA|M|12|E|DBAP|Y|2||0||NP|S|M|350|Bachelors (4 years)|No|YesExpired|50|zero -100420|USA|M|20|E|DBAG|N|5||2||NP||M|130|Bachelors (4 years)|No|YesValid|45|zero -112000|USA|M|7|E|DBAG|N|5||1||PB|SR|M|15|Masters|No|YesExpired|40|zero -105000|USA|M|16|E|DA|N|17||2||PB||M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -430000|HK|M|12|IC|DA|Y|16||0||PB|S|M|12|Bachelors (4 years)|No|YesValid|50|five -133000|USA|M|17|E|DT|N|10||1||PB|S|M|10|Associates (2 years)|No|N|42|zero -95000|USA|M|10|E|DBAG|N|10||3||PB|S|M|50|None (no degree completed)||N|40|zero -95000|USA|M|14|E|D|N|14||0||PB|S|M|3|Bachelors (4 years)|Yes|N|45|zero -88000|USA|M|7|E|DBAG|N|7||0||E|S|M|1|None (no degree completed)||N|40|zero -85488|USA|M|10|E|DBAP|N|1||0||LG|S|M|15|Masters|Yes|YesExpired|40|zero -105000|USA|M|13|E|M|Y|10||4||PB|S|M|10|Masters|No|N|45|zero -145000|USA|M|20|E|A|Y|20||0||PB|S|M|20|Masters|Yes|N|50|one -105000|USA|M|9|E|A|N|3||1||PB|SE|M|12|Bachelors (4 years)|Yes|N|40|one -80000|USA|M|25|E|DT|N|1||0||LG|S|M|3|None (no degree completed)||YesValid|40|zero -110724|USA|M|10|E|D|N|3||4||PB|S|M|8|Bachelors (4 years)|Yes|N|55|one -103000|USA|M|19|E|DBAP|Y|17||6||LG|S|M|40|None (no degree completed)||N|50|five -130000|USA|M|16|E|DBAG|N|11||6||PB|S|M|40|Bachelors (4 years)|No|YesExpired|40|four -83000|USA|M|10|E|DBAP|Y|10||0||E|S|M|18|Associates (2 years)|No|N|40|zero -123000|USA|M|23|IC|DA|N|25||0||PB|S|M|8|Associates (2 years)|No|YesExpired|35|three -111000|USA|M|20|E|M|Y|11||0||PB|SE|M|5|Masters|Yes|N|40|zero -123000|USA|M|8|E|DBAG|N|4||3||PB|SR|M|50|None (no degree completed)||YesExpired|55|one -120000|Denmark|M|20|E|DBAG|N|11||6||PB|S|M|2000|Associates (2 years)||YesValid|50|zero -78000|UK|M|17|IC|DT|N|1||0||NP|C|M|7|Bachelors (4 years)|No|YesExpired|37|two -98000|USA|M|10|E|DBAG|N|2||0||PB|S|M|10|Bachelors (4 years)|No|N|45|zero -130000|USA|M|10|E|DBAG|N|10||0||PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|40|one -125000|USA|M|10|E|A|N|10||0||PB|||30|Associates (2 years)|Yes|N|42|zero -85850|USA|M|10|E|DBAG|N|5||1||E|S|M|25|Bachelors (4 years)|Yes|N|40|two -115000|USA|M|14|E|DBAG|Y|4||3||PB|S|M|31|Bachelors (4 years)|Yes|YesExpired|44|one -69000|USA|M|8|E|DBAG|N|8||0||LG|S|M|9|Bachelors (4 years)|Yes|YesExpired|45|zero -107000|USA|M|10|EC|DBAP|Y|3||1||FG|S|F|90|Masters|No|YesValid|40|zero -81000|USA|M|3|E|DBAP|N|25||0||LG|S|F|25|Bachelors (4 years)|Yes|YesExpired|40|one -290000|USA|M|21|IC|DT|Y|20||1||PB|S|M|23|Bachelors (4 years)|Yes|YesValid|60|zero -96000|USA|M|20|E|DT|N|20||1||FG||F|5|Bachelors (4 years)|No|N|40|zero -125000|USA|M|10|E|DT|Y|4||0||PB|S|M|1|None (no degree completed)||N|50|five -64000|Romania|M|17|IC|A|Y|17||0||PB|S|M|10|Masters|No|YesExpired|60|five -150000|USA|M|10|E|A|Y|3||0||PB|S|M|5|Bachelors (4 years)|No|N|55|five -85000|USA|M|7|E|DBAP|N|7||0||FG|S|M|30|Masters|No|YesValid|40|zero -120000|USA|SAP|20|E|DBAP|N|20||4||PB|S|M|380|Associates (2 years)|Yes|YesValid|40|one -102000|USA|M|15|E|DBAP|N|5||2||PB|SR|M|167|None (no degree completed)||N|50|five -90000|USA|M|10|E|DBAP|N|9||0||PB|S|F|50|Masters|Yes|N|42|two -175000|USA|M|20|E|M|Y|20||0||PB|C|M|10|None (no degree completed)||YesExpired|60|one -120000|USA|M|16|E|DBAG|N|16||5||NP|S|F|5|Bachelors (4 years)|Yes|N|48|one -300|Russia|M|12|P|DA|N|22||4||SG||F|1|Doctorate/PhD|Yes|YesValid|10|two -96500|USA|M|13|E|A|N|5||0||SG|C|M|12|Associates (2 years)|Yes|YesExpired|40|one -91500|USA|M|13|E|DBAD|Y|6||1||PB|S|M|18|Bachelors (4 years)|No|N|45|zero -78000|USA|M|4|E|DBAG|N|3||1||PB|S|F|6|Bachelors (4 years)|No|YesExpired|40|zero -50085|USA|A|3|E|D|Y|3||1||PB|S|F|4|Associates (2 years)|No|N|40|five -85000|USA|M|12|E|DBAG|N|12||1||LG|S|F|60|Bachelors (4 years)|Yes|N|40|zero -82000|USA|M|5|E|AN|N|5||1||E|S|M|6|Associates (2 years)|No|N|40|zero -91000|Australia|M|6|E|E|Y|1||0||PB|SE|M|500|Masters|Yes|YesValid|37|zero -107000|USA|M|20|E|M|Y|6||0||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|45|zero -125000|USA|M|15|E|DBAG|N|15||1||PB||M|10|Associates (2 years)|Yes|YesExpired|40|zero -100000|USA|M|8|E|DBAD|N|8||3||PB|S|F|500|Bachelors (4 years)|Yes|N|48|five -180600|USA|M|11|E|DBAP|N|5||1||PB|SE|M|55|Bachelors (4 years)|Yes|YesExpired|45|four -125000|USA|M|20|E|M|Y|1||0||PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|50|zero -127500|USA|M|15|E|DA|N|15||0||PB||M|2|Bachelors (4 years)|Yes|N|44|one -60000|UK|M|10|E|AN|N|3||2||PB|SR|M|30|Bachelors (4 years)|Yes|N|38|zero -126000|USA|M|12|EC|A|N|2||1||PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|40|five -120000|USA|M|3|E|M|Y|1||0||PB|S|M|15|Bachelors (4 years)|No|YesValid|50|zero -94000|USA|M|17|E|DT|N|1||1||PB|S|F|30|Bachelors (4 years)|Yes|N|35|zero -130000|USA|M|25|E|DBAP|N|30||1||PB|S|F|80|Associates (2 years)|Yes|YesValid|50|four -77140|USA|M|4|E|DBAG|N|3||1||PB|S|M|12|Bachelors (4 years)|Yes|N|40|zero -136000|USA|M|20|E|A|Y|20||4||PB|S|M|30|Bachelors (4 years)|No|YesExpired|40|four -89000|USA|M|7|E|DBAG|N|5||0||NP|S|M|5|Bachelors (4 years)|Yes|N|40|zero -92000|USA|M|12|E|DBAP|N|10||4||PB|S|M|60|Masters|Yes|N|55|zero -138000|USA|M|22|E|DBAG|Y|22||0||PB|SR|M|21|Bachelors (4 years)|Yes|YesExpired|45|five -75000|USA|M|13|E|DA|N|1||3||E|S|M|5|Bachelors (4 years)|Yes|N|40|zero -100000|New-Zealand|M|8|EC|DBAG|Y|1||0||PB|SR|M|180|Bachelors (4 years)|No|N|60|zero -99000|USA|M|17|E|A|N|10||0||LG|S|M|2|Masters|No|YesExpired|40|zero -112000|USA|M|20|E|DBAG|N|9||1||PB|S|F|104|Bachelors (4 years)|Yes|N|40|zero -96000|USA|M|14|E|DBAG|N|7||0||PB|S|M|13|Bachelors (4 years)|Yes|N|45|zero -150000|Norway|M|8|IC|D|N|2||0||PB|SR|F|5|Bachelors (4 years)|Yes|YesValid|40|five -52490|Canada|M|8|E|DBAP|N|8||4||SG|S|M|600|None (no degree completed)|Yes|N|35|zero -160750|USA|M|20|E|M|Y|8||1||PB|S|M|30|Bachelors (4 years)|Yes|N|40|zero -79000|USA|M|12|E|DBAG|N|2||2||NP|C|F|200|Masters|Yes|N|42|zero -86065|USA|M|2|EC|DBAP|N|6||0||PB|S|M|150|Bachelors (4 years)|Yes|YesValid|55|five -90000|USA|M|15|E|DBAP|N|2||1||LG|S|M|35|Bachelors (4 years)|No|YesExpired|40|one -121000|USA|M|10|E|DBAP|Y|2||1||PB|S|M|30|None (no degree completed)||YesValid|45|one -91400|USA|M|11|E|DBAG|N|1||1||LG|S|F|35|Bachelors (4 years)|Yes|N|45|one -116400|USA|M|20|IC|DBAD|N|20||2||PB|SR|M|215|None (no degree completed)|No|YesValid|50|one -125000|USA|M|13|E|E|N|18||0||PB|S|M|50|Masters|No|N|45|zero -81519|Canada|M|15|E|DA|N|5||0||FG|SE|M|30|Bachelors (4 years)|Yes|N|40|zero -71000|USA|M|1|E|AN|N|5||0||NP|S|M|40|Bachelors (4 years)|Yes|YesExpired|40|one -98000|USA|M|18|E|DA|N|22||0||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|50|one -117000|USA|M|10|E|D|N|6||0||PB|S|M|12|Masters|Yes|N|45|zero -76500|USA|M|12|E|DBAG|N|3||1||SG|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -98000|USA|M|5|E|DBAP|N|5||0||PB||M|60|Bachelors (4 years)||YesValid|45|two -180000|USA|O|25|E|M|Y|5||0||E|S|M|800|None (no degree completed)||N|45|zero -80000|USA|M|14|E|M|Y|19||1||PB|SE|M|100|Bachelors (4 years)|Yes|YesExpired|45|zero -125000|USA|M|12|IC|DBAG|N|14||2||PB|S|M|350|Associates (2 years)|Yes|N|40|four -120000|USA|M|7|E|A|N|7||0||NP|S|M|3|Bachelors (4 years)|No|YesExpired|44|one -120000|USA|M|20|E|DBAP|N|1||6||PB|S|M|1000|Associates (2 years)|No|YesExpired|50|four -65000|USA|M|3|E|A|N|2||0||NP|S|M|25|Bachelors (4 years)|Yes|N|45|zero -114500|USA|M|17|E|DBAD|N|8||0||PB|S|M|55|Bachelors (4 years)|Yes|N|45|zero -74200|Canada|M|13|E|DT|N|5||2||PB|SE|M|30|Bachelors (4 years)|Yes|N|40|zero -92000|USA|M|7|E|M|Y|1||5||PB|SR|M|100|Bachelors (4 years)|No|YesExpired|50|five -68000|USA|M|12|E|DT|N|4||3||PB|SR|M|2|Associates (2 years)|No|N|40|zero -86000|South-Africa|M|20|E|DT|N|13||2||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|one -80000|USA|M|12|E|A|Y|8||0||PB|SR|M|4|Masters|Yes|N|45|zero -75000|USA|M|3|E|DA|N|2||1||PB|S|M|12|Masters|No|N|45|zero -97000|USA|M|10|E|DT|N|3||0||PB|SE|M|4|Masters|No|YesValid|40|zero -84000|USA|M|20|E|DBAP|N|5||0||LG|S|M|4|Bachelors (4 years)|Yes|YesValid|42|one -95000|USA|M|23|E|DBAP|N|2||0||PB|SE|M|8|Masters|Yes|YesValid|40|zero -108819|USA|M|20|E|DBAD|Y|5||1||NP|C|F|23|Masters|No|YesExpired|55|one -102000|USA|M|15|E|DT|N|3||3||PB|SE|M|20|Associates (2 years)|Yes|N|47|one -102000|USA|M|15|E|DT|N|2||0||SG|S|M|1|None (no degree completed)||N|40|zero -113000|USA|M|17|E|DBAD|N|2||0||PB|SE|M|14|Associates (2 years)|No|YesExpired|45|zero -75000|USA|M|12|E|DBAG|N|4||6||E|SR|M|600|Bachelors (4 years)|Yes|YesValid|43|one -145000|USA|M|25|E|E|Y|6||2||PB|S|M|350|Bachelors (4 years)|Yes|N|45|zero -108000|USA|M|8|E|A|Y|5||1||PB|SE|M|3|Masters|No|N|50|zero -132000|USA|M|15|E|AN|N|19||0||PB|S|M|20|None (no degree completed)||YesExpired|45|two -58000|USA|M|15|E|AN|N|1||2||PB|S|M|12|Masters|No|YesExpired|45|five -85540|USA|M|6|E|DBAG|N|2||3||PB|S|M|310|None (no degree completed)||N|45|zero -97335|USA|M|6|E|AN|N|5||3||SG|SE|M|12|Bachelors (4 years)|No|N|40|one -55000|USA|M|3|E|DBAG|N|3||0||PB|S|M|46|Associates (2 years)|Yes|N|40|zero -95000|USA|M|10|EC|DBAG|N|3||1||PB|C|M|4|Masters|Yes|YesValid|40|zero -118000|USA|M|17|E|DBAD|N|2||2||PB|S|M|34|Bachelors (4 years)|No|YesExpired|40|zero -120000|USA|M|18|E|DBAP|N|6||0||PB|S|M|70|Bachelors (4 years)|No|N|45|three -104000|USA|M|17|E|DBAG|N|11||0||PB|S|M|8|Bachelors (4 years)|Yes|YesExpired|50|zero -85000|USA|M|4|E|DBAG|N|3||0||NP|S|M|3|Bachelors (4 years)|No|N|59|five -113000|USA|M|9|E|DBAG|N|9||6||PB|S|M|45|None (no degree completed)||N|40|zero -110000|USA|M|15|E|A|N|5||0||PB|S|M|50|Bachelors (4 years)|No|N|40|zero -59900|New-Zealand|M|11|E|DBAG|Y|11||0||PB|SR|M|8|None (no degree completed)||YesExpired|46|five -121500|USA|O|17|E|DBAG|N|3||3||PB|S|M|80|Bachelors (4 years)|Yes|N|45|zero -92|USA|M|16|E|D|Y|16||0||PB|SE|M|20|Masters|Yes|YesExpired|40|zero -110000|USA|M|20|E|DT|N|3||2||PB|SE|M|8|None (no degree completed)|No|YesExpired|55|zero -150000|USA|M|20|E|A|Y|6||0||PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|50|zero -145000|USA|M|10|E|A|N|3||0||PB|S|M|70|None (no degree completed)||N|45|zero -109000|USA|M|12|E|DBAD|N|2||0||NP|S|M|34|Bachelors (4 years)|Yes|YesValid|40|one -100000|USA|M|13|E|DBAP|N|2||2||PB|S|F|150|Masters|Yes|YesExpired|45|two -73000|USA|M|15|E|DBAG|N|3||0||PB|SR|M|10|None (no degree completed)||YesExpired|45|zero -90000|USA|M|5|E|E|N|1||3||PB|S|M|10|Bachelors (4 years)|Yes|N|45|one -162000|USA|M|9|E|DBAP|N|1||0||FG|S|M|20|Associates (2 years)|No|YesValid|40|one -156000|USA|M|20|E|M|Y|10||1||PB|C|M|150|Bachelors (4 years)|No|N|45|zero -59000|USA|M|5|E||N|3||0||E|SE|M|3|Masters|Yes|YesValid|40|zero -184000|USA|O|18|E|DBAD|N|5||1||PB|SR|F|12|Bachelors (4 years)|No|YesValid|45|five -37500|CostaRica|M|11|EC|DBAP|Y|3||2||PB|SE|M|25|Bachelors (4 years)|Yes|YesValid|30|five -117500|USA|M|13|E|DBAG|N|6||3||PB|S|M|250|Associates (2 years)|Yes|YesExpired|45|five -115000|USA|M|10|E|M|Y|20||3||PB|SE|F|10|Bachelors (4 years)|Yes|YesExpired|50|five -87000|USA|M|20|E|DT|N|20||0||PB|S|F|5|Bachelors (4 years)|No|N|40|zero -113900|USA|M|15|E|DBAD|N|13||1||PB|S|M|12|Bachelors (4 years)|No|YesExpired|40|two -90000|USA|M|8|E|DBAG|N|7||0||PB|S|M|120|Associates (2 years)|Yes|YesValid|45|zero -79000|USA|M|14|E|DBAP|N|8||0||SG|S|M|20|Bachelors (4 years)|Yes|N|40|one -135000|USA|M|20|IC|DBAD|N|1||0||PB|S|M|3|Bachelors (4 years)|No|N|35|five -90000|USA|M|8|E|DBAG|Y|8||2||PB|SE|M|100|None (no degree completed)||N|50|zero -54000|USA|M|1|E|E|N|1||1||PB|S|M|2|Bachelors (4 years)|No|N|50|zero -85000|USA|M|8|E|DBAG|N|3||2||PB|S|F|20|Bachelors (4 years)|No|N|50|zero -117000|USA|M|20|E|DBAD|N|10||1||PB|S|F|35|Bachelors (4 years)|Yes|YesExpired|40|three -128000|USA|M|15|E|DBAP|N|5||6||SG|S|M|300|Masters|Yes|YesValid|40|one -95000|USA|M|11|E|DBAG|N|9||2||NP|SE|M|35|None (no degree completed)||YesExpired|40|zero -150000|USA|M|20|E|DBAG|N|5||1||PB||M|6|None (no degree completed)||YesExpired|50|one -125000|USA|M|15|E|DBAP|N|4||3||E|S|M|150|None (no degree completed)||N|45|one -111000|USA|M|5|E|DBAG|Y|3||0||PB|S|M|19|None (no degree completed)||N|45|zero -96000|USA|M|7|EC|DBAD|N|7||0||FG|S|M|4|Bachelors (4 years)|Yes|YesValid|44|zero -135000|USA|M|18|E|DBAG|N|17||0||PB|S|M|20|Bachelors (4 years)|No|N|55|five -115000|USA|M|18|E|DBAG|N|13||4||PB|S|M|65|Bachelors (4 years)|Yes|YesExpired|40|three -125000|USA|M|10|E|DBAG|N|10||1||PB|S|F|50|Bachelors (4 years)|No|YesValid|40|five -95000|USA|M|5|E||N|17||2||PB|C|M|40|Masters|Yes|YesValid|36|zero -113000|USA|M|11|E|DT|N|4||3||PB|S|M|12|Bachelors (4 years)|No|N|45|one -92000|USA|M|6|E|DBAG|N|18||2||E|SE|M|120|Bachelors (4 years)|No|YesExpired|40|zero -160000|USA|M|18|E|E|N|2||2||PB|S|M|200|None (no degree completed)||YesExpired|40|zero -78750|USA|M|4|E|DT|N|4||0||PB|S|M|10|Bachelors (4 years)|No|N|40|zero -71000|USA|M|18|E|DBAP|N|17||0||LG|||38|Bachelors (4 years)|No|N|50|zero -106000|USA|M|6|E|DBAG|Y|1||4||PB|S|M|28|Bachelors (4 years)|Yes|N|50|zero -110000|USA|M|16|E|DBAG|Y|16||2||PB|S|M|20|None (no degree completed)||YesExpired|45|zero -125000|USA|M|16|E|DBAD|N|1||0||PB|S|M|12|Bachelors (4 years)|No|N|42|one -65000|USA|M|25|E|DBAG|N|25||0||E|S|M|14|None (no degree completed)||N|40|zero -147000|USA|M|12|E|DBAG|N|4||0||PB|S|M|6|Bachelors (4 years)|Yes|N|45|two -107000|USA|M|15|E|DBAP|N|10||1||PB|S|M|175|Bachelors (4 years)|Yes|YesValid|45|zero -65500|USA|M|3|E|DBAP|Y|3||2||PB|S|M|80|None (no degree completed)||N|45|zero -65000|USA|M|2|E|DT|N|2||3||PB|S|F|4|Bachelors (4 years)|Yes|N|40|one -92000|USA|M|3|E|DBAG|N|3||0||PB|S|M|2|Associates (2 years)|Yes|N|45|zero -112000|USA|M|22|EC|DBAG|N|3||0||PB|S|M|60|Bachelors (4 years)|Yes|YesExpired|45|zero -95000|USA|M|8|EC|DT|N|8||1||PB|S|M|17|Bachelors (4 years)|Yes|N|40|zero -84000|USA|M|10|E|DBAG|N|10||0||PB|S|M|4|None (no degree completed)||N|40|three -92500|USA|M|15|E|DBAG|Y|5||0||PB||M|8|Masters|Yes|YesValid|40|zero -102000|USA|M|17|E|DBAG|Y|4||0||E|S|M|37|Bachelors (4 years)|No|YesExpired|50|zero -117500|USA|M|24|E|DBAG|N|2||1||PB|S|M|48|Masters|No|N|40|zero -108000|USA|M|13|E|DBAP|Y|5||1||PB|S|M|10|Bachelors (4 years)|No|YesExpired|40|five -97232|USA|M|8|E|DBAG|N|3||2||PB|S|M|20|Bachelors (4 years)|Yes|N|40|five -142000|USA|M|18|E|DBAP|N|8||1||PB|SE|M|75|Bachelors (4 years)|Yes|YesExpired|50|zero -121000|USA|M|18|E|DBAP|N|10||2||PB|S|M|125|Bachelors (4 years)|Yes|YesExpired|44|five -127000|USA|M|18|E|DBAD|N|7||2||PB||M|75|Masters|Yes|N|55|five -115000|USA|M|8|EC|A|Y|2||0||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|60|zero -102000|USA|M|17|E|AN|N|14||0||NP|S|M|50|Bachelors (4 years)|Yes|YesValid|43|one -90000|USA|M|14|E|DBAG|Y|16||3||SG|S|M|50|Bachelors (4 years)|No|N|40|two -113000|USA|M|14|E|DBAG|N|2||3||PB|S|M|50|Masters|Yes|YesValid|50|three -135500|USA|M|7|E|DT|N|2||1||PB|S|F|30|Bachelors (4 years)|No|N|40|zero -56250|Canada|M|7|E|M|Y|23||0||PB|S|M|2|Bachelors (4 years)||N|47|one -125000|USA|M|10|E|M|Y|4||1||PB|S|M|10|Bachelors (4 years)|Yes|N|45|one -68000|USA|M|15|E|DBAG|N|1||2||LG|S|M|100|None (no degree completed)||YesValid|40|zero -115000|USA|M|8|E|DBAG|N|8||1||PB|S|M|100|None (no degree completed)||N|40|one -95000|USA|M|7|E|DBAG|N|6||0||PB|S|M|6|Bachelors (4 years)|Yes|N|45|zero -82000|USA|M|4|E|DA|N|10||3||PB|S|M|3|Bachelors (4 years)|No|N|42|zero -105000|USA|M|15|E|DBAG|N|5||1||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|55|zero -98000|USA|M|18|E|A|Y|5||0||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|42|zero -34300|Brazil|M|12|E|DBAG|Y|2||0||PB|C|M|6|Masters|Yes|YesValid|50|zero -55000|USA|M|3|E|DBAP|N|3||1||PB|S|M|110|Associates (2 years)|Yes|N|40|zero -75000|USA|M|2|E|DT|N|2||1||PB|SR|M|20|Masters|Yes|N|45|two -102000|USA|M|8|E|DBAP|N|8||0||PB||M|15|Bachelors (4 years)|Yes|YesValid|38|one -200000|USA|M|22|E|M|Y|14||0||PB|S|M|3|Bachelors (4 years)|Yes|N|45|zero -104000|USA|M|10|E|DBAP|N|10||0||LG|S|F|25|Masters|No|N|40|zero -140000|USA|M|16|E|M|Y|1||6||PB|S|M|1000|Associates (2 years)||YesExpired|50|one -104000|USA|M|16|E|DBAG|N|7||0||NP|S|M|15|Masters|No|YesExpired|40|zero -110000|USA|M|21|E|DBAG|Y|10||1||PB|S|M|30|Bachelors (4 years)|Yes|YesExpired|40|zero -72000|USA|M|6|E|DBAG|N|3||0||SG|S|F|8|Bachelors (4 years)|No|N|40|zero -112500|USA|M|20|E|DBAG|N|1||2||PB|S|M|50|Associates (2 years)|No|YesExpired|40|one -18352|Mexico|M|2|E|DBAG|N|2||2||PB|SR|M|25|Bachelors (4 years)|Yes|YesValid|50|one -110000|USA|M|15|E|DBAG|N|5||2||PB|S|M|400|Bachelors (4 years)|No|YesValid|40|one -102000|USA|M|17|E|AN|N|3||0||PB|SR|F|6|None (no degree completed)||N|45|zero -93000|USA|M|10|E|E|Y|5||2||E|S|M|10|Bachelors (4 years)|Yes|N|40|five -57232|UK|M|8|E|DBAP|N|4||5||PB|SE|M|500|None (no degree completed)||N|36|five -127000|USA|M|23|E|DBAG|N|5||1||PB|S|M|20|Masters|Yes|N|45|zero -150000|Canada|M|18|IC|DBAP|N|8||0||PB|S|M|30|None (no degree completed)|No|YesExpired|50|five -120000|France|O|20|E|A|Y|11||2||PB|SR|M|220|Bachelors (4 years)|No|YesExpired|60|three -97000|USA|M|15|E|DBAG|N|10||2||LG|S|M|50|Doctorate/PhD|No|YesExpired|40|zero -105000|USA|M|15|E|DA|Y|5||3||PB|S|M|3|Masters|Yes|N|39|zero -103000|USA|M|25|E|D|N|2||1||PB|S|F|3|Bachelors (4 years)|Yes|N|41|zero -130000|USA|M|20|EC|DA|N|28||3||FG|S|M|6|Masters|Yes|N|40|two -105000|USA|M|7|E|DBAG|N|7||3||PB|SE|M|38|Masters|Yes|YesExpired|50|one -128000|USA|M|18|E|DBAG|N|8||1||PB|S|M|25|Bachelors (4 years)|Yes|N|45|one -290000|USA|M|20|IC|DBAD|N|3||0||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|45|zero -86000|USA|M|5|E|DBAP|N|5||2||PB|S|M|100|Bachelors (4 years)|Yes|N|42|two -113000|USA|M|15|E|DBAG|N|5||1||FG|S|M|63|Bachelors (4 years)|Yes|YesExpired|40|two -77000|USA|M|5|E|DBAG|N|5||6||PB|S|M|40|Bachelors (4 years)|Yes|N|40|zero -92000|USA|M|20|E|DBAG|N|25||1||PB|S|M|39|Bachelors (4 years)|Yes|YesValid|45|zero -110000|USA|M|12|E|DT|N|9||3||PB|S|M|5|Associates (2 years)||YesValid|40|zero -114000|USA|M|16|E|DBAP|N|8||1||PB|S|M|28|Bachelors (4 years)|Yes|N|40|zero -73000|USA|M|8|E|DBAG|N|5||0||PB|S|M|20|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|20|E|DBAG|N|4||0||PB|SE|M|3|Bachelors (4 years)|Yes|YesExpired|45|zero -80000|UK|M|18|E|DBAP|Y|10||2||PB|SE|M|500|None (no degree completed)|No|N|55|four -109000|USA|M|16|E|DBAP|N|16||0||PB|S|M|1426|None (no degree completed)||N|60|zero -98500|USA|M|10|E|DBAG|N|4||0||PB|S|M|20|None (no degree completed)||N|40|zero -108564|USA|M|18|E|DBAP|N|12||6||PB|SR|M|847|Bachelors (4 years)|Yes|N|40|two -74000|New-Zealand|M|8|E|DT|N|16||3||SG|S|M|3|None (no degree completed)||N|40|zero -90000|USA|M|5|E|DBAD|N|5||0||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -95600|USA|M|15|E|DBAP|N|4||6||SG|S|M|98|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|12|E|DA|N|12||3||PB||M|15|Bachelors (4 years)|Yes|N|40|zero -82000|USA|M|10|E|E|N|1||3||PB|C|M|12|Masters|No|N|45|zero -85000|USA|M|4|EC|DBAP|N|1||6||PB|C|M|200|Masters|Yes|YesExpired|40|five -91000|USA|M|5|E|DT|N|5||4||PB|S|M|15|Bachelors (4 years)|No|N|40|zero -147000|USA|M|17|E|DBAG|N|15||2||PB|S|M|75|Masters|No|YesExpired|40|five -135000|USA|M|27|IC|DBAD|N|27||0||PB|SE|F|30|Masters|Yes|YesExpired|35|five -110000|USA|M|8|E|DBAG|N|5||0||PB||M|100|Bachelors (4 years)|No|YesValid|40|five -135000|USA|M|15|E|DBAG|Y|5||4||PB|SE|M|20|Bachelors (4 years)|No|YesValid|40|one -85000|USA|P|3|E|DBAD|N|3||3||E|C|F|80|Bachelors (4 years)|No|YesValid|45|zero -67973|Canada|M|25|E|DBAG|N|25||0||SG|C|M|15|Masters|No|YesExpired|40|zero -89000|USA|M|5|E|DBAG|N|4||0||NP|SE|M|15|Bachelors (4 years)|Yes|N|50|zero -110000|USA|M|17|E|DBAG|N|3||0||PB|S|F|89|Bachelors (4 years)|Yes|N|40|one -91000|USA|M|19|E|A|N|4||1||PB|S|M|200|Masters|Yes|YesExpired|50|two -92000|USA|M|8|E|DBAP|Y|8||1||LG|S|M|45|Masters|Yes|YesExpired|40|zero -115000|USA|M|19|E|DBAG|Y|1||0||PB|S|M|28|Bachelors (4 years)|Yes|YesExpired|45|zero -49230|UK|M|4|E|E|N|4||5||PB|C|M|60|Bachelors (4 years)|No|N|50|zero -115700|USA|M|12|E|M|N|19||0||PB|S|M|1|Masters|Yes|YesExpired|45|zero -310000|Denmark|M|8|IC|DBAP|N|12||0||FG|S|M|60|Masters|Yes|YesExpired|30|zero -62400|USA|M|3|E|DBAD|N|3||0||PB|S|M|5|Associates (2 years)||N|40|one -55500|New-Zealand|M|10|E|DBAG|N|6||1||LG|S|M|20|Bachelors (4 years)|No|YesExpired|40|zero -85000|USA|M|20|E|DBAG|N|10||0||PB|S|F|25|Bachelors (4 years)|No|N|50|zero -138000|USA|M|10|E|DBAG|N|2||0||PB|S|M|25|Bachelors (4 years)|No|YesValid|40|four -89000|UK|M|5|E|DBAG|Y|3||0||PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|40|zero -50000|USA|M|1|E|A|N|1||0||PB|S|M|2|Bachelors (4 years)|No|N|45|zero -135000|USA|M|19|E|DBAD|N|8||1||PB|S|M|200|Bachelors (4 years)|No|N|42|one -77575|USA|M|6|E|D|N|6||0||NP|S|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -110000|USA|M|17|E|DBAG|N|18||0||PB|S|M|25|None (no degree completed)||YesExpired|50|two -98000|USA|M|15|E|DBAP|N|0||0||PB|S|F|24|Bachelors (4 years)|No|N|40|one -105000|USA|M|9|E|DBAP|N|5||0||PB|S|M|100|Associates (2 years)|Yes|N|50|two -112000|USA|M|18|E|DBAG|N|18||0||PB|S|M|7|Associates (2 years)|Yes|N|40|one -220000|USA|M|20|E|DBAP|N|10||3||PB|S|M|10|Bachelors (4 years)|No|N|45|one -95200|USA|M|4|E|M|Y|1||0||PB|S|M|80|Bachelors (4 years)|Yes|N|45|zero -112000|USA|M|15|E|DBAG|N|20||0||PB||F|30|Bachelors (4 years)|Yes|YesValid|45|one -98000|USA|M|20|E|DBAP|N|6||1||NP|S|M|233|Associates (2 years)|No|YesValid|40|one -99600|USA|M|5|E|DBAG|Y|3||0||PB|C|M|15|None (no degree completed)||YesExpired|50|one -120000|USA|O|18|E|DBAP|N|10||1||PB|S|M|40|Bachelors (4 years)|Yes|YesExpired|45|one -71000|USA|M|3|E|DS|Y|3||0||PB|SE|M|2|Masters|Yes|N|65|zero -87400|USA|M|3|E|A|N|8||0||PB|SR|M|3|Masters|No|N|40|zero -41262|UK|M|3|E|DT|N|3||1||PB|SR|M|8|None (no degree completed)||N|40|zero -51000|USA|M|4|E|DA|N|4||1||PB|S|M|2|Associates (2 years)|Yes|N|45|zero -68000|USA|M|3|E|D|N|3||0||PB|S|M|5|None (no degree completed)||N|42|zero -90000|Norway|M|7|E|DBAP|N|10||6||PB|S|M|800|Bachelors (4 years)|Yes|YesValid|37|one -62000|USA|M|5|E|DBAD|N|2||0||PB|S|M|10|Bachelors (4 years)|No|N|40|one -100000|USA|M|8|E|DBAG|N|7||0||PB|S|M|4|Bachelors (4 years)|Yes|N|40|zero -72000|Canada|M|8|E|DA|N|8||0||PB|S|M|4|Bachelors (4 years)||N|40|zero -105000|USA|M|8|E|DBAG|Y|2||0||PB|S|M|2|Bachelors (4 years)|Yes|YesValid|45|zero -62000|UK|M|2|E|DBAG|N|2||0||PB|C|M|3|Bachelors (4 years)|Yes|N|40|zero -92500|USA|M|12|E|DBAD|N|11||1||NP|S|M|11|Bachelors (4 years)|Yes|YesValid|45|one -125000|USA|M|20|E|DT|N|2||0||PB|C|M|7|Bachelors (4 years)|No|YesExpired|48|one -109000|USA|M|17|E|DBAP|N|4||3||PB|S|M|800|Doctorate/PhD|Yes|YesValid|45|five -55000|France|M|10|EC|DBAG|N|1||6||PB|S|M|300|Masters|No|YesValid|38|zero -32000|Greece|M|5|EC|E|Y|10||0||PB|S|M|50|None (no degree completed)||YesValid|60|five -106000|USA|M|8|E|DBAG|N|3||0||PB|S|M|6|Bachelors (4 years)|Yes|N|50|five -69500|USA|M|12|E|DBAD|Y|12||0||PB|S|F|2|Bachelors (4 years)|No|N|40|one -74560|UK|M|14|E|DBAP|N|2||3||PB|SR|M|80|Associates (2 years)||N|40|zero -87000|USA|M|7|E|DT|N|4||0||PB|S|M|2|Bachelors (4 years)|No|N|40|zero -85000|Canada|M|20|E|DBAG|N|5||0||PB|S|M|10|Associates (2 years)|Yes|YesExpired|38|zero -57000|Netherlands|M|16|E|DT|N|18||1||PB||M|5|None (no degree completed)||YesValid|45|zero -64000|USA|M|3|E|DBAG|N|3||0||SG|S|M|10|Associates (2 years)|Yes|N|40|zero -150000|USA|M|18|E|A|N|18||0||PB|S|M|10|None (no degree completed)||YesExpired|45|five -49000|USA|M|2|E|DBAG|N|2||3||PB|SR|F|200|None (no degree completed)||N|40|zero -180000|New-Zealand|M|20|IC|DBAG|N|13||0||PB|S|M|80|Bachelors (4 years)|No|YesExpired|40|one -65870|New-Zealand|M|8|E|DBAP|N|2||0||PB|SR|M|100|None (no degree completed)||YesValid|40|one -125000|USA|M|12|E|DBAP|N|12||1||PB|SR|M|50|Associates (2 years)|Yes|YesExpired|45|one -138000|USA|M|17|EC|DBAP|Y|15||1||NP|S|M|90|Bachelors (4 years)|No|N|40|three -79000|Sweden|M|5|E|DT|N|5||5||PB|S|M|25|None (no degree completed)||YesValid|40|zero -130000|USA|M|20|E|DBAG|Y|5||1||NP|S|M|50|Bachelors (4 years)|Yes|YesExpired|70|five -95000|USA|O|9|E|DBAG|N|12||0||PB||NB|200|None (no degree completed)|No|N|40|zero -83000|Australia|M|19|E|DBAG|Y|11||0||SG||M|5|None (no degree completed)||N|55|zero -64000|New-Zealand|M|10|E|D|N|6||0||LG|S|M|5|Bachelors (4 years)|Yes|N|40|zero -75000|Australia|M|10|E|DT|N|1||2||SG|S|M|5|Bachelors (4 years)|Yes|YesExpired|45|zero -75000|UK|M|10|E|D|N|10||2||PB|SE|M|5|Masters|Yes|N|37|zero -70000|Belgium|M|15|E|DBAG|Y|15||0||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|38|zero -90000|USA|M|10|E|DBAP|N|10||4||PB|SR|F|200|Bachelors (4 years)|Yes|YesExpired|40|two -125000|USA|M|7|E|DBAP|N|5||2||PB|S|M|306|Associates (2 years)|Yes|YesExpired|40|two -91000|USA|M|15|E|DA|N|15||3||PB|S|M|8|None (no degree completed)||YesExpired|48|zero -153824|Australia|M|19|IC|D|N|5||0||FG|SR|M|20|Associates (2 years)|Yes|YesExpired|38|zero -95000|Australia|M|12|E|D|N|7||3||SG|S|M|8|Bachelors (4 years)|No|N|38|one -80000|Belgium|M|5|IC|DBAG|N|5||0||PB|S|M|100|None (no degree completed)|No|YesValid|40|zero -133800|USA|M|8|E|A|Y|6||0||PB|S|M|25|Bachelors (4 years)|Yes|N|40|zero -95000|Australia|M|15|E|DBAG|N|3||3||PB|S|M|150|None (no degree completed)||N|37|zero -65610|Sweden|M|12|E|DBAG|N|1||0||PB|S|M|3|Masters|No|N|40|zero -85000|USA|M|7|E|DBAG|N|6||2||PB|S|M|50|Associates (2 years)||YesValid|40|zero -113500|USA|M|17|E|DBAP|N|5||0||PB|S|F|6|Masters|No|YesValid|40|zero -95000|USA|M|6|E|DBAD|N|6||0||LG|S|M|50|Masters|No|N|50|zero -85000|USA|M|3|E|DBAP|N|1||4||PB|S|M|120|Bachelors (4 years)|Yes|N|41|two -87683|Australia|M|18|E|DBAP|Y|18||5||SG|S|M|500|Bachelors (4 years)|Yes|N|40|two -150000|Australia|M|13|E|DA|Y|5||0||PB|S|M|2|Bachelors (4 years)|No|N|48|zero -120000|USA|M|4|E|DBAP|N|17||6||NP|SE|M|100|Masters|Yes|YesExpired|45|five -91000|Australia|M|12|E|DA|N|4||0||PB|C|M|10|Bachelors (4 years)|No|N|40|zero -130000|USA|O|4|E|DBAP|N|3||0||PB|S|M|1000|Bachelors (4 years)|Yes|N|40|five -104500|USA|M|13|E|DBAP|N|7||1||PB|S|M|325|Bachelors (4 years)|Yes|N|47|zero -108000|USA|M|10|E|A|N|5||0||PB|S|M|25|None (no degree completed)||YesValid|40|zero -119000|USA|M|2|E|M|Y|2||0||PB|S|M|8|Bachelors (4 years)|No|YesExpired|45|zero -60500|Australia|M|3|E|DA|N|3||4||PB|S|M|2|Bachelors (4 years)|No|N|40|zero -100000|USA|P|2|E|DT|N|30||0||PB|C|M|400|Bachelors (4 years)|No|YesExpired|50|zero -125303|Australia|M|11|IC|DBAD|N|8||0||PB|S|M|5|Bachelors (4 years)|Yes|YesValid|42|zero -76800|USA|M|18|E|DBAD|N|3||3||LG|S|F|70|Masters|Yes|N|40|one -100000|USA|M|6|E|DBAP|N|6||6||PB|S|M|25|Associates (2 years)|Yes|YesValid|45|two -100000|Australia|M|9|E|DBAG|N|6||1||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -160000|UK|M|18|E|DBAG|N|2||1||PB|C|M|65|Associates (2 years)|Yes|YesExpired|45|four -35000|Italy|M|5|E|DBAD|N|5||0||PB|SE|M|15|Associates (2 years)|Yes|YesValid|40|two -30000|Serbia-and-Montenegro|M|10|EC|DBAG|N|3||2||PB|C|M|15|Masters|No|N|40|five -60000|Australia|M|12|E|DA|N|12||1||PB|C|M|8|Masters|Yes|YesValid|38|zero -125000|USA|M|6|EC|A|Y|1||2||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|45|zero -125000|USA|M|15|E|D|N|8||3||PB||F|11|Bachelors (4 years)|No|N|45|five -102000|Australia|M|14|E|DBAG|Y|4||0||NP|SE|M|24|Masters|No|N|40|one -78000|USA|DB2|2|E|DBAG|Y|2||6||PB|S|M|14|Bachelors (4 years)|Yes|N|45|five -68000|Australia|M|8|P|DBAP|N|8||2||PB|S|M|103|None (no degree completed)||N|30|zero -115000|USA|M|8|E|DBAG|Y|4||1||PB|S|M|20|Bachelors (4 years)|Yes|N|40|two -118560|USA|M|17|E|DBAP|N|4||3||PB|S|M|350|Bachelors (4 years)|No|YesValid|42|five -73000|USA|M|1|E|E|N|6||0||PB|SE|M|20|None (no degree completed)||YesExpired|45|zero -70000|UK|M|11|EC|D|N|0||0||E|S|M|3|Masters|Yes|N|37|two -86000|USA|M|14|E|DBAG|Y|2||0||SG|SE|M|40|Bachelors (4 years)|Yes|N|38|zero -125000|USA|M|15|E|DBAP|N|6||2||PB|SR|M|160|Bachelors (4 years)|Yes|YesExpired|40|zero -82000|USA|M|14|E|E|N|8||0||E|S|M|15|None (no degree completed)||YesValid|45|three -106000|USA|M|20|E|DBAD|N|1||6||PB|SE|M|5|Associates (2 years)|No|N|40|one -102000|USA|M|9|E|D|N|1||0||PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -59000|Sweden|M|1|E|E|N|10||2||PB|S|M|120|Bachelors (4 years)|Yes|YesExpired|40|zero -130000|USA|M|20|E|DBAG|N|1||2||PB|SR|M|30|Associates (2 years)|Yes|YesValid|45|zero -52000|USA|M|1|E|DA|N|1||3||PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -62000|Australia|M|3|E|AN|N|1||0||PB|S|M|5|None (no degree completed)||YesExpired|40|zero -76000|Netherlands|M|7|E|D|Y|7||3||PB|S|M|25|Bachelors (4 years)|No|N|50|zero -118000|USA|M|22|E|D|N|6||4||PB||F|2|Bachelors (4 years)|Yes|N|40|five -77500|USA|O|20|E|D|N|15||3||PB|S|M|8|Bachelors (4 years)|No|YesExpired|40|zero -95000|USA|M|19|E|DBAP|N|19||2||PB|S|M|150|Bachelors (4 years)|No|YesExpired|50|five -95000|USA|M|10|EC|E|N|1||4||PB|S|F|600|Bachelors (4 years)|No|YesValid|45|zero -110000|USA|M|20|E|DA|Y|6||3||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|45|five -95000|USA|M|16|E|DBAP|N|0||1||PB|SR|M|55|Bachelors (4 years)|No|N|45|zero -72500|USA|M|17|E|M|Y|10||1||E|S|M|4|Bachelors (4 years)|No|N|50|zero -151000|Australia|M|15|IC|DBAP|N|7||0||LG|C|M|600|Bachelors (4 years)|Yes|YesExpired|40|zero -104000|USA|M|11|E|DBAG|N|2||6||PB|S|F|300|Bachelors (4 years)|No|YesExpired|60|three -104000|USA|M|10|E|DBAP|N|5||4||SG|S|M|320|Masters|No|N|44|zero -76780|USA|M|3|E|DBAG|N|1||0||NP|S|M|50|Bachelors (4 years)|No|N|50|zero -95000|USA|M|6|E|DBAG|Y|1||0||PB|S|M|20|Associates (2 years)|Yes|YesExpired|45|zero -80000|Australia|M|5|E|DBAP|N|5||1||PB|S|M|70|Bachelors (4 years)|No|N|38|zero -73000|New-Zealand|M|13|E|DBAP|N|13||0||LG|S|M|100|None (no degree completed)||N|40|zero -136000|USA|M|15|EC|D|Y|10||1||PB|S|F|100|None (no degree completed)||YesExpired|45|five -50000|India|M|15|IC|A|N|20||0||PB|SR|M|3|Masters|No|YesValid|40|five -100588|Caymans|M|5|E|DT|Y|6||0||PB|S|M|2|None (no degree completed)|No|YesExpired|45|zero -80000|USA|M|3|E|DBAP|N|3||4||PB|S|M|200|Bachelors (4 years)|Yes|N|45|zero -125000|USA|M|6|E|D|N|21||0||PB|SR|M|1|Bachelors (4 years)|Yes|YesExpired|58|zero -14000|Philippines|M|2|E|DBAG|N|5||3||PB|S|M|30|Bachelors (4 years)|Yes|YesValid|40|zero -106000|USA|M|25|EC|DT|N|15||0||PB|S|M|15|None (no degree completed)||YesExpired|45|three -104000|USA|M|13|E|DBAG|N|13||6||PB|S|M|500|Bachelors (4 years)|Yes|YesExpired|50|zero -53000|USA|M|5|E|M|Y|5||1||E|S|M|5|Bachelors (4 years)|No|YesValid|45|zero -577|Indonesia|M|4|E|AN|N|1||0||SG|SE|M|4|Associates (2 years)|Yes|N|40|zero -115000|USA|M|11|E|DBAG|N|1||0||PB|S|M|6|Masters|No|YesExpired|40|five -90000|USA|M|4|E|DBAD|N|4||6||PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -22000|India|M|8|E|DA|Y|7||6||PB|SR|M|8|Associates (2 years)|Yes|N|50|zero -10500|Philippines|M|7|E|DBAG|N|7||0||PB|S|F|7|Bachelors (4 years)|Yes|YesValid|40|zero -12000|Romania|M|16|EC|DT|N|0||1||PB||M|5|Doctorate/PhD|No|YesExpired|20|one -94500|USA|M|18|E|DBAP|N|16||6||PB|SR|F|32|Bachelors (4 years)|Yes|YesExpired|50|three -87000|USA|M|5|E|DBAP|N|4||2||PB|S||40|Bachelors (4 years)|Yes|N|40|zero -60000|South-Africa|M|14|E|DT|N|7||1||PB|S|M|75|Bachelors (4 years)|No|N|40|two -73000|USA|M|4|E|DBAG|N|2||5||PB|S|M|200|None (no degree completed)||YesValid|45|zero -5214|India|M|3|E|DBAP|Y|3||3||PB|C|M|130|Associates (2 years)|Yes|YesValid|90|one -57000|Austria|M|10|E|DBAG|Y|12||1||LG|S|M|15|None (no degree completed)||YesExpired|40|one -33000|Italy|M|15|E|DBAG|N|15||0||PB||M|10|None (no degree completed)||N|50|zero -48000|South-Africa|M|17|E|DT|N|9||1||PB|S|M|42|None (no degree completed)||YesExpired|50|zero -57000|Poland|M|8|E|DBAG|N|2||5||PB|SR|M|500|Bachelors (4 years)|Yes|YesValid|40|zero -56000|Netherlands|M|8|E|DA|N|16||0||PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -50500|Spain|M|12|E|DBAP|N|18||0||PB|SE|M|45|None (no degree completed)||N|45|one -12416|India|M|6|E|DBAG|Y|6||0||PB|SR|F|20|Masters|Yes|YesValid|45|zero -95000|Denmark|M|15|E|E|N|12||4||PB|S|M|1500|Bachelors (4 years)|No|YesExpired|50|two -57000|Slovenia|M|7|E|E|Y|5||2||PB|S|M|200|Bachelors (4 years)|Yes|YesValid|40|zero -47000|Germany|M|15|E|DT|N|15||2||PB|S|M|7|Bachelors (4 years)|No|YesValid|43|zero -35407|UK|M|2|E|DBAP|N|2||0||LG|S|M|95|Associates (2 years)|No|YesValid|38|zero -60000|Sweden|M|20|E|D|N|20||6||SG|SE|M|15|Bachelors (4 years)|Yes|N|40|zero -60000|UK|M|20|E|DBAG|N|5||6||E||M|200|None (no degree completed)|Yes|N|37|one -54000|Bulgaria|M|14|E|DBAD|N|4||1||PB|S|M|40|Bachelors (4 years)|Yes|N|42|zero -49000|Spain|M|6|E|DBAP|N|20||2||PB|S|M|100|None (no degree completed)||N|40|one -12500|India|M|6|E|DBAG|N|7||1||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|9|zero -122000|UK|M|15|E|DT|N|4||2||PB|S|M|20|Bachelors (4 years)|No|N|40|zero -2000|South-Africa|M|20|E|DBAG|N|4||0||PB|S|M|50|Associates (2 years)|Yes|YesValid|50|two -76000|Belgium|M|8|EC|D|N|10||1||PB|S|M|5|Masters|Yes|YesValid|40|one -73000|UK|M|8|E|A|N|2||1||PB|SE|M|20|Bachelors (4 years)|No|YesValid|40|zero -50000|UK|M|3|E|DT|N|3||0||PB||M|6|Bachelors (4 years)|No|YesValid|42|zero -61000|Guernsey|M|12|E|DBAP|N|12||2||PB||M|60|Bachelors (4 years)|No|N|45|five -74610|UK|M|20|E|M|Y|10||3||PB|S|M|4|Bachelors (4 years)|Yes|N|40|zero -66000|UK|M|14|E|DBAD|N|4||1||PB|C|M|25|None (no degree completed)|No|YesValid|37|one -35000|UK|M|1|E|DBAD|N|25||0||SG|S|M|6|None (no degree completed)||N|37|zero -48000|UK|M|12|E|DA|N|5||1||PB|S|M|4|None (no degree completed)||YesExpired|35|one -52000|UK|M|7|E|AN|N|3||2||E|S|M|15|Associates (2 years)||YesValid|37|zero -116000|Switzerland|M|15|E|DBAP|N|6||1||SG|C|M|60|None (no degree completed)||YesExpired|42|zero -17667|Poland|M|3|E|DBAP|N|3||0||PB|S|M|50|Masters|No|YesValid|40|zero -85000|UK|M|10|EC|DBAG|Y|15||1||PB|S|M|10|Bachelors (4 years)|No|N|50|two -45000|France|O|17|E|DBAG|N|10||0||PB|SE|M|100|Masters|Yes|YesExpired|37|zero -50393|UK|M|11|E|D|N|11||0||NP|C|M|4|Bachelors (4 years)|Yes|YesValid|35|one -29260|Italy|M|8|E|DT|N|6||4||PB|S|M|30|Bachelors (4 years)|Yes|N|40|zero -57000|Romania|M|10|E|A|N|6||1||PB||M|100|Bachelors (4 years)|Yes|N|40|zero -126|Iceland|M|19|E|A|N|3||0||PB|S|M|80|Bachelors (4 years)|Yes|YesExpired|60|zero -86000|UK|M|8|E|DBAP|N|2||2||PB||M|100|Masters|Yes|YesExpired|38|zero -30000|Italy|M|8|E|DBAD|N|8||0||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -130000|Switzerland|M|5|E|DBAP|N|5||1||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|41|one -39|Italy|M|12|E|AN|Y|4||1||PB||F|5|None (no degree completed)|No|YesValid|40|zero -12400|India|M|7|E|DBAG|N|2||1||PB|C|M|20|Masters|Yes|YesExpired|50|zero -59928|UK|M|9|E|DBAD|N|2||0||PB|SR|M|1|None (no degree completed)||N|38|zero -57000|UK|M|6|E|DBAG|Y|1||0||E|S|M|68|Bachelors (4 years)|No|YesValid|35|zero -30000|Netherlands|M|6|E|DBAG|N|6||5||PB|S|M|200|Bachelors (4 years)|No|YesValid|40|zero -55000|UK|M|5|E|DBAG|Y|5||2||PB|S|F|30|Masters|Yes|N|50|zero -69000|UK|M|17|E|DBAG|Y|2||1||PB|S|M|200|None (no degree completed)||YesExpired|38|zero -100000|Denmark|M|20|E|D|N|12||2||PB|S|M|10|Bachelors (4 years)|Yes|YesExpired|40|two -59000|UK|M|22|E|DBAP|N|33||2||PB|S|M|300|Associates (2 years)||N|37|zero -38000|Russia|M|7|E|DBAG|Y|6||2||PB|S|M|50|Masters|Yes|YesValid|48|two -69392|UK|M|17|E|DT|Y|5||1||PB|S|M|20|Bachelors (4 years)|No|YesValid|40|one -85000|UK|M|18|E|D|Y|2||0||PB|S|M|20|None (no degree completed)||N|38|zero -55000|UK|M|10|E|DBAG|Y|6||1||PB||M|132|Bachelors (4 years)|Yes|YesExpired|37|zero -40000|UK|M|6|E|DBAP|N|6||2||LG|SR|F|85|None (no degree completed)||N|37|three -98000|UK|M|7|E|DBAG|N|1||0||PB|SR|M|8|None (no degree completed)|Yes|YesValid|40|two -131000|Ireland|M|12|E|M|Y|20||0||PB|S|M|10|Bachelors (4 years)|No|N|40|zero -82000|Switzerland|M|4|E|DBAG|N|4||4||PB|SR|M|50|Masters|Yes|N|40|one -73000|UK|M|23|E|A|N|10||0||SG|S|M|300|Bachelors (4 years)|No|YesExpired|40|zero -40000|UK|M|5|E|AN|N|5||1||PB|SR|M|200|None (no degree completed)||N|38|zero -51037|UK|M|10|E|D|N|5||0||NP|SR|F|10|Bachelors (4 years)|Yes|N|38|one -42700|UK|M|8|E|DT|N|8||0||PB|C|M|3|Bachelors (4 years)|No|N|40|zero -35000|South-Africa|M|12|IC|DBAP|N|10||3||PB|SR|M|27|Associates (2 years)|No|YesExpired|40|zero -53000|UK|O|10|E|DBAG|N|4||1||E|C|M|50|None (no degree completed)||N|37|one -84000|Netherlands|M|6|E|DBAG|N|18||4||PB|S|M|12|Associates (2 years)|No|YesValid|40|zero -137000|USA|M|4|EC|DBAG|N|4||1||SG|S|M|40|Associates (2 years)|No|YesValid|40|zero -76000|UK|M|17|E|M|Y|10||0||FG|S|M|20|Bachelors (4 years)|No|YesExpired|40|zero -53000|UK|M|9|E|DBAP|Y|3||1||PB|C|M|200|Bachelors (4 years)|Yes|YesValid|45|one -35000|Poland|O|15|E|DBAG|N|12||4||PB|S|M|70|Masters|Yes|N|40|zero -62100|Sweden|M|10|E|D|N|6||1||SG|C|F|15|Bachelors (4 years)|Yes|YesExpired|40|zero -95000|UK|M|14|EC|DBAG|Y|3||3||PB|S|M|2000|Bachelors (4 years)|Yes|YesValid|50|two -200000|India|M|8|E|DBAP|N|5||2||PB|C|M|60|Bachelors (4 years)|Yes|YesValid|40|one -110000|Ireland|M|12|E|A|Y|4||0||PB|C|M|25|Masters|No|YesExpired|40|zero -71500|USA|M|10|E|DBAG|N|2||1||SG|S|M|16|Bachelors (4 years)|No|YesExpired|40|zero -110000|USA|M|18|E|DBAP|N|16||4||PB|S|M|231|Bachelors (4 years)|No|YesExpired|50|one -76000|USA|M|5|E|DBAP|N|5||6||NP|S|M|700|Bachelors (4 years)|Yes|N|40|zero -72000|Germany|M|16|E|DBAD|N|3||0||PB|S|M|6|Masters|No|N|40|zero -57417|UK|M|10|E|M|Y|8||0||LG|S|M|35|None (no degree completed)||N|40|one -135000|USA|M|11|E|M|Y|1||3||PB|S|M|250|Masters|Yes|YesExpired|40|zero -72000|Norway|M|17|E|DBAP|N|2||0||PB|S|M|60|Associates (2 years)|Yes|YesExpired|40|zero -72000|USA|M|8|E|M|Y|5||3||PB|SE|M|400|Masters|Yes|N|45|one -33388|UK|M|3|E|DBAG|N|1||1||PB|S|M|25|None (no degree completed)||YesValid|40|zero -86000|Germany|M|11|E|DBAP|N|1||1||PB|S|M|300|None (no degree completed)||N|40|zero -130000|USA|M|17|E|A|N|2||0||PB|S|M|800|Bachelors (4 years)|Yes|N|40|two -81000|Sweden|M|7|EC|DBAP|N|7||5||PB|S|M|200|Associates (2 years)|No|YesValid|40|three -105000|USA|M|20|E|DBAG|N|0||1||PB|SR|F|50|Bachelors (4 years)|No|YesValid|45|four -80000|Germany|M|15|EC|DBAP|Y|17||4||PB|SE||100|None (no degree completed)||YesValid|50|zero -22500|Hungary|M|3|E|DA|Y|4||1||PB|SE|M|1|Associates (2 years)|No|N|43|zero -115000|USA|M|8|E|DBAG|Y|4||6||PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|40|five -59964|Ireland|M|7|E|DBAG|N|3||0||PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|38|zero -94500|UK|M|18|E|DBAD|N|18||2||PB||M|580|None (no degree completed)||N|37|zero -114000|USA|M|12|E|DBAD|N|15||2||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|45|two -150000|USA|M|7|E|D|N|1||2||PB|S|M|20|Bachelors (4 years)|No|N|45|zero -75000|UK|M|10|E|DBAG|Y|3||2||PB||M|5|Bachelors (4 years)|Yes|YesExpired|37|one -70000|USA|M|9|E|DBAG|Y|9||2||E|SE|M|50|Bachelors (4 years)|No|N|40|zero -38000|UK|M|8|E|E|N|4||0||E|C|M|18|Masters|Yes|N|38|zero -85000|USA|M|6|E|DBAP|N|6||0||PB|S|M|10|None (no degree completed)||N|45|two -124000|USA|DB2|28|E|DBAG|N|7||3||PB|S|M|137|None (no degree completed)||N|40|zero -106000|USA|M|8|E|D|N|26||0||PB|S|M|15|Bachelors (4 years)|No|N|41|one -85000|USA|M|3|E|DBAP|N|25||1||NP|SE|M|80|Bachelors (4 years)|Yes|YesExpired|42|zero -160000|USA|M|20|E|DBAP|N|5||2||PB|S|M|100|None (no degree completed)||N|45|one -113000|USA|M|12|E|DA|N|3||0||PB|C|M|6|Doctorate/PhD|No|N|40|zero -102456|USA|M|15|E|AN|N|6||2||NP||M|10|Bachelors (4 years)|Yes|N|38|one -48125|UK|M|12|E|D|N|8||1||LG||M|4|Bachelors (4 years)|No|N|38|zero -137500|USA|M|15|E|DBAG|N|6||0||PB|S|M|150|Bachelors (4 years)|No|YesExpired|50|zero -46000|Poland|M|4|E|DBAP|N|4||5||PB|C|M|20|Masters|Yes|YesValid|40|two -98000|USA|M|6|E|A|N|6||1||PB|S|M|10|Associates (2 years)|No|N|40|zero -100000|Switzerland|M|10|E|A|N|10||3||PB|S|M|7|Bachelors (4 years)|No|N|45|zero -80000|USA|O|4|E|AN|N|1||1||PB|S|M|1|Masters|No|N|40|five -59000|UK|M|15|E||Y|3||1||PB|SR|M|6|Bachelors (4 years)|Yes|YesValid|45|zero -190000|USA|M|20|E|DBAP|N|5||0||PB|S|F|40|Masters|Yes|YesValid|40|zero -84000|USA|M|15|E|DA|Y|1||0||PB|S|M|5|None (no degree completed)||N|45|two -115000|USA|M|17|E|DT|N|17||0||PB|S|M|2|Bachelors (4 years)|Yes|N|55|zero -126000|Switzerland|M|8|E|M|Y|1||2||PB|S|M|10|Bachelors (4 years)||YesValid|41|zero -115000|USA|M|17|E|DBAP|N|3||0||PB|S|M|80|Bachelors (4 years)|No|YesExpired|40|one -63000|Canada|M|10|E|DBAP|Y|1||1||PB|S|M|65|Bachelors (4 years)|Yes|N|38|zero -142000|USA|M|14|E|DBAG|Y|1||3||PB|S|M|60|Bachelors (4 years)|Yes|YesValid|45|two -86888|UK|M|8|E|DBAG|Y|1||1||PB|SR|M|300|None (no degree completed)||YesValid|38|zero -144000|USA|M|20|E|DT|N|10||0||PB|S|M|5|Bachelors (4 years)|No|YesExpired|40|zero -70000|Bahrain|SAP|5|E|DBAD|Y|6||0||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -136000|USA|M|20|E|DBAP|N|17||5||PB|S|F|400|None (no degree completed)||YesExpired|45|four -116500|USA|O|15|E|DBAG|N|25||0||PB|SE|F|350|Bachelors (4 years)|Yes|YesExpired|45|one -75000|USA|O|10|E|DBAG|N|10||0||E||M|1|Bachelors (4 years)|No|N|40|zero -79500|Canada|M|20|E|DBAG|Y|20||5||PB|S|M|130|None (no degree completed)||YesValid|40|zero -70000|Canada|M|6|E|DBAP|N|4||4||SG||M|100|Bachelors (4 years)|Yes|N|38|zero -100000|USA|M|13|E|E|N|3||2||PB|SR|M|12|None (no degree completed)||YesValid|48|three -107000|USA|M|12|E|DBAP|N|12||6||PB|S|M|150|Associates (2 years)|Yes|YesExpired|45|three -86000|USA|M|10|EC|DBAG|N|6||5||PB|S|M|50|Bachelors (4 years)|Yes|N|45|three -81723|USA|M|20|E|A|N|12||0||LG|SE|M|40|None (no degree completed)||YesExpired|40|zero -116000|USA|M|10|E|DBAP|N|10||3||PB|C|M|200|Masters|Yes|YesExpired|40|zero -120000|USA|M|6|E|E|N|6||0||PB|SR|M|95|None (no degree completed)||N|50|zero -136000|USA|M|21|E|DBAG|Y|10||0||PB|S|M|3|Bachelors (4 years)|Yes|N|60|one -75000|Canada|M|15|E|DBAG|Y|6||4||SG|SE|M|250|Associates (2 years)|Yes|YesExpired|36|zero -70000|Canada|M|5|E|D|Y|8||1||PB|S|M|4|Associates (2 years)|Yes|N|50|one -66000|Canada|M|18|E|DT|Y|10||6||LG|S|M|10|Masters|Yes|N|37|one -88000|USA|M|6|E|DA|N|6||2||PB|S|F|4|Bachelors (4 years)|No|N|40|five -80000|USA|M|23|E|DBAG|N|5||0||PB|S|M|20|Associates (2 years)|No|YesExpired|42|five -38000|USA|M|2|E|DBAG|N|2||1||LG|S|M|35|Bachelors (4 years)|Yes|N|40|zero -300000|USA|M|21|IC|A|N|15||0||PB|SR|M|6|Masters|No|N|45|zero -145000|USA|M|10|E|D|Y|4||0||PB|SR|M|5|Masters|No|N|50|two -89139|USA|M|8|E|DBAG|N|4||2||PB|S|M|300|Associates (2 years)|Yes|YesExpired|50|one -148986|USA|M|15|E|DA|N|15||2||FG|S|M|6|Doctorate/PhD|No|N|46|zero -121000|USA|M|15|E|A|N|30||1||PB|S|M|160|Bachelors (4 years)|Yes|YesExpired|40|five -115000|USA|M|10|E|DBAG|N|12||3||PB|S|M|75|None (no degree completed)||N|45|three -92822|USA|M|14|E|DBAG|N|6||3||PB|C|F|20|Associates (2 years)|No|YesValid|40|one -120000|USA|M|18|E|DBAG|N|1||4||E|SE|M|75|Bachelors (4 years)|Yes|YesExpired|42|two -104000|USA|M|17|E|DBAG|N|9||0||PB|S|M|80|Bachelors (4 years)|No|YesExpired|45|zero -150000|USA|M|19|IC|DBAD|N|1||0||PB|SR|M|3|Bachelors (4 years)|Yes|YesExpired|45|two -110000|USA|M|20|E|D|N|3||3||PB|SR|M|30|Bachelors (4 years)|Yes|YesExpired|40|zero -111000|USA|M|8|E|DBAG|Y|5||2||PB|S|M|15|None (no degree completed)||YesExpired|45|zero -96000|USA|M|1|E|DBAG|N|1||0||PB|S|M|20|Masters|Yes|N|40|zero -90000|USA|M|3|E|DA|Y|3||5||SG|SE|M|6|Bachelors (4 years)|Yes|N|40|zero -325000|USA|M|12|E|E|Y|12||0||PB|S|M|500|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|4|E|D|N|4||0||PB|S|M|2|Bachelors (4 years)|Yes|N|40|one -75000|UK|M|25|E|DT|N|2||0||PB|S|M|10|None (no degree completed)|No|YesExpired|45|four -101363|Iceland|M|6|EC|E|Y|3||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|one -155000|New-Zealand|M|20|IC|DBAD|N|11||0||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|zero -99500|USA|M|15|E|DBAP|N|7||2||PB|S|M|220|Bachelors (4 years)|Yes|N|40|zero -82000|USA|M|2|E|D|N|6||1||PB|S|F|20|Bachelors (4 years)|No|YesValid|40|zero -128000|USA|M|16|E|DBAG|N|2||0||PB|S|M|30|None (no degree completed)||N|38|three -115000|USA|M|5|E|E|N|5||3||PB|S|M|15|Masters|No|YesValid|40|one -140000|USA|M|14|E|DT|N|14||6||PB|S|M|100|Bachelors (4 years)|Yes|N|45|one -42000|Romania|M|10|E|DBAG|N|5||0||PB|S|M|15|Masters|No|YesValid|9|three -56000|UK|M|7|EC|DT|N|2||4||PB|SR|M|16|None (no degree completed)||N|35|two -85000|USA|M|10|E|DA|Y|3||1||SG|S|M|6|Bachelors (4 years)|No|N|40|zero -89000|USA|M|9|E|DBAG|N|3||0||PB|S|M|36|Bachelors (4 years)|No|N|50|two -53631|UK|M|15|E|DBAD|N|6||6||PB|SR|M|50|Bachelors (4 years)|Yes|YesExpired|40|two -71000|USA|M|18|E|DBAP|N|17||0||LG|||38|Bachelors (4 years)|No|N|50|zero -120000|USA|M|3|E|DBAP|N|1||2||PB|S|M|600|Bachelors (4 years)|Yes|YesValid|40|zero -110000|USA|DB2|12|EC|DBAG|N|10||5||SG|C|M|50|Masters|Yes|YesValid|40|zero -103110|USA|M|8|E|DBAP|N|4||0||FG|S|M|6|Bachelors (4 years)|Yes|YesExpired|40|one -88000|USA|M|18|E|DT|Y|5||3||PB|S|M|20|None (no degree completed)||YesExpired|43|zero -100000|USA|M|11|E|DBAP|N|5||4||PB|SE|M|300|Bachelors (4 years)|Yes|N|40|five -55000|Poland|M|12|E|M|Y|22||3||PB|S|M|2|None (no degree completed)|Yes|YesExpired|42|zero -85000|Australia|M|6|EC|DBAP|Y|2||0||PB|S|M|90|Bachelors (4 years)|Yes|YesValid|30|three -72000|USA|M|7|E|DBAG|N|3||1||PB|C|M|70|Bachelors (4 years)|Yes|YesValid|41|zero -95000|USA|M|5|E|DBAP|N|3||2||PB||M|20|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|10|E|DBAG|N|7||1||PB|S|M|243|Bachelors (4 years)|Yes|N|55|five -155500|USA|M|14|E|DT|N|10||3||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -64000|Sweden|M|10|E|D|N|13||1||PB|S|M|10|Bachelors (4 years)|Yes|N|40|two -75000|Germany|M|10|EC|D|N|0||3||PB|SR|M|35|Masters|Yes|YesValid|40|zero -75000|UK|M|5|E|DBAG|N|2||0||PB|C|M|7|None (no degree completed)||N|40|two -56000|Netherlands|M|5|E|AN|N|5||6||PB|SE|M|3|Masters|No|N|40|zero -60000|Netherlands|M|21|E|DA|Y|10||2||E|SE|M|38|Bachelors (4 years)||YesValid|36|one -16700|India|M|7|E|DBAD|N|2||2||PB|S|M|400|Bachelors (4 years)|No|N|40|zero -71000|Germany|M|12|EC|DBAG|N|4||1||PB||M|40|None (no degree completed)||YesExpired|40|zero -46000|UK|M|20|E|D|Y|15||1||E|SR|M|6|Bachelors (4 years)|No|N|48|zero -60000|Romania|M|12|IC|DA|Y|2||0||PB||M|3|Bachelors (4 years)|Yes|YesExpired|60|one -123500|USA|M|10|E|DBAG|N|8||0||PB|S|M|70|Bachelors (4 years)|Yes|YesValid|50|zero -51000|UK|M|2|E|DA|N|1||6||PB|SR|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -75000|Canada|M|20|E|DBAG|N|2||6||PB|S|M|150|Bachelors (4 years)|No|YesExpired|40|one -75000|USA|M|5|E|DT|N|5||3||PB|S|M|25|Bachelors (4 years)|Yes|YesValid|45|five -49550|Canada|M|5|E|DBAD|N|2||0||PB|S|F|8|None (no degree completed)||N|46|two -150000|USA|M|12|E|A|N|6||0||PB|S|M|12|None (no degree completed)||YesValid|45|zero -128593|USA|M|17|E|A|N|8||0||PB|S|M|15|Associates (2 years)|No|N|45|zero -86000|USA|M|10|E|DBAG|N|10||0||PB|S|M|8|Bachelors (4 years)|Yes|YesValid|50|zero -102494|USA|M|9|E||N|7||6||PB|SE|M|50|Associates (2 years)|Yes|YesExpired|45|five -115000|UK|M|8|E|DBAP|N|2||0||PB|SE|F|700|Bachelors (4 years)|No|N|37|one -116321|Switzerland|M|15|E|DBAP|N|21||6||PB||M|100|Bachelors (4 years)||YesExpired|42|zero -67000|UK|M|10|E|DBAG|N|1||2||PB||M|10|None (no degree completed)||N|35|one -87000|USA|M|15|E|DBAG|N|9||0||NP|S|M|6|None (no degree completed)||N|41|zero -85000|USA|M|7|E|E|N|7||1||PB|S|M|37|Bachelors (4 years)|Yes|YesExpired|42|zero -75000|USA|M|10|E|DBAP|N|1||0||PB|SR|F|415|None (no degree completed)||YesValid|50|zero -40000|USA|M|3|E|DBAP|N|1||0||PB|S|M|6|Associates (2 years)|Yes|YesExpired|40|three -54000|Italy|M|16|E|DBAP|Y|11||1||PB|SE|M|10|Bachelors (4 years)|No|YesValid|40|four -85000|USA|M|20|E|DBAP|N|3||2||PB|S|M|250|Masters|No|YesExpired|42|zero -137000|USA|M|15|E|M|Y|5||1||PB|SR|M|150|Masters|Yes|YesValid|50|zero -57300|USA|MA|3|E|DA|N|3||0||NP|S|M|1|Bachelors (4 years)|Yes|N|40|zero -44494|UK|M|15|E|AN|N|10||0||LG|S|M|8|Bachelors (4 years)|Yes|N|37|two -71000|USA|O|4|E|DBAP|N|2||1||LG|S|M|10|Bachelors (4 years)|Yes|N|40|zero -76109|Canada|M|9|E|D|N|9||0||E|S|M|15|Associates (2 years)|No|YesExpired|40|zero -95000|USA|M|3|E|DBAP|N|3||0||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|55|one -86000|USA|M|16|E|DBAP|N|16||6||PB|S|F|5000|None (no degree completed)||N|44|one -136000|USA|M|10|EC|DBAG|Y|3||2||PB|SE|M|50|None (no degree completed)||YesValid|50|five -126000|USA|M|15|E|DBAG|N|1||0||PB|S|M|8|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|18|E|DBAG|N|2||0||PB|S|M|75|None (no degree completed)||YesExpired|38|two -110000|USA|M|25|E|DBAD|N|5||0||SG|S|M|4|None (no degree completed)||YesExpired|40|one -80000|Canada|M|20|E|DA|Y|2||0||PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|50|zero -101000|USA|M|20|E|DBAD|N|20||5||PB||M|900|Bachelors (4 years)|Yes|N|45|two -67164|UK|M|15|E|DT|N|2||2||PB|S|F|3|Bachelors (4 years)|Yes|N|40|one -150000|USA|M|17|E|DBAG|Y|29||0||PB|S|M|2|Bachelors (4 years)||YesExpired|40|zero -92000|USA|M|9|E|DBAG|N|2||1||PB|S|F|40|Bachelors (4 years)|Yes|YesValid|45|zero -90000|USA|M|13|E|DBAG|N|13||0||LG|S|F|20|Masters|No|N|40|zero -113000|USA|M|15|E|DBAG|N|15||0||SG|S|F|15|Masters|Yes|YesValid|40|zero -87000|USA|M|10|E|DBAP|N|5||3||PB|S|F|20|Bachelors (4 years)|Yes|YesValid|55|zero -100000|USA|M|15|E|DBAG|N|2||1||PB|S|F|12|Bachelors (4 years)|Yes|N|50|five -54000|Canada|O|8|E|AN|N|8||1||PB|C|M|100|None (no degree completed)|Yes|YesExpired|37|one -114000|USA|M|20|E|DBAP|N|7||4||PB|S|M|300|Bachelors (4 years)|Yes|YesExpired|50|three -150000|USA|M|15|E|DBAG|N|1||0||PB|SR|M|50|None (no degree completed)||N|60|two -18900|India|M|8|E|DT|Y|4||2||PB|S|M|8|Bachelors (4 years)|Yes|N|50|five -200000|USA|M|15|EC|DBAG|N|1||1||PB|S|M|200|None (no degree completed)||N|60|two -85000|New-Zealand|M|20|E|A|N|1||3||PB|S|M|230|None (no degree completed)||YesExpired|40|one -154000|USA|M|21|E|DBAG|N|21||0||PB|S|M|26|Bachelors (4 years)|No|N|45|one -105000|USA|M|18|EC|DBAD|N|2||1||SG|S|M|14|Bachelors (4 years)|No|N|40|zero -109300|USA|M|20|E|DBAG|N|2||0||PB|S|M|6|Associates (2 years)|Yes|YesValid|40|one -35667|Canada|M|5|EC|DBAG|N|5||6||PB|SE|M|400|Associates (2 years)|Yes|N|40|zero -123000|USA|M|16|E|DBAP|N|21||1||PB|S|M|35|Masters|Yes|YesExpired|40|three -98000|USA|O|2|E|AN|N|2||1||E|S|M|10|Doctorate/PhD|No|N|40|zero -34000|Australia|M|2|P|DBAP|N|2||0||PB|S|M|15|Associates (2 years)|Yes|YesValid|24|zero -75000|USA|O|2|E|DBAG|N|1||0||PB|S|M|2|Bachelors (4 years)|Yes|YesValid|44|zero -115000|Canada|M|15|E|DBAP|N|13||1||SG|S|M|50|Associates (2 years)|Yes|N|37|zero -20000|Thailand|M|4|E|DBAG|N|4||2||PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -82150|Canada|M|7|E|AN|N|31||1||PB|SE|M|5|Bachelors (4 years)|Yes|N|40|zero -83000|Australia|M|7|E|D|Y|1||6||PB|SR||3|Masters|Yes|YesExpired|38|one -76000|USA|M|12|E|DA|N|11||4||E|SE|M|8|None (no degree completed)||N|36|zero -700|Turkey|M|2|E|DBAD|N|2||0||PB|C|M|3|Bachelors (4 years)|Yes|N|40|zero -12000|Moldova|M|10|EC|M|Y|10||1||PB|S|M|20|Masters|No|YesExpired|40|zero -8000|Serbia-and-Montenegro|M|7|E|E|N|7||1||SG|S|M|2|Bachelors (4 years)|Yes|YesExpired|40|five -650000|USA|RDS|10|E|E|N|3||0||PB|S|M|500000|Bachelors (4 years)|No|YesExpired|50|zero -67155|UK|M|8|E|DBAP|Y|4||3||NP|S|M|500|None (no degree completed)||YesExpired|40|one -66500|Poland|M|10|E|DBAD|N|5||1||PB|S|M|14|Masters|Yes|YesValid|40|two -46000|Austria|M|5|E|DBAD|N|4||1||PB|SE|F|5|Masters|Yes|YesValid|40|zero -50600|UK|M|15|E|DBAP|N|15||0||PB|S|M|70|Bachelors (4 years)|Yes|YesExpired|35|one -2246|India|M|2|E|D|Y|2||4||PB|SR|M|2|Masters|Yes|N|40|zero -53700|UK|M|10|E|E|N|15||0||E|S|M|15|None (no degree completed)||N|37|zero -100000|UK|M|22|IC|DBAG|N|2||1||PB||M|120|Bachelors (4 years)|Yes|YesExpired|35|zero -74000|Netherlands|M|9|E|D|N|1||1||PB|S|M|40|Bachelors (4 years)|Yes|YesValid|40|one -92750|USA|M|8|E|DBAG|N|8||4||PB|S|M|450|Bachelors (4 years)|Yes|YesExpired|45|zero -99000|USA|M|17|E|DT|N|3||2||PB|SR|M|6|Bachelors (4 years)|No|YesValid|43|two -125000|USA|M|23|E|DBAD|N|22||0||PB|S|M|350|Bachelors (4 years)|No|YesValid|45|zero -108000|USA|M|8|E|M|Y|1||0||PB|S|M|50|Bachelors (4 years)|No|N|40|zero -86000|USA|M|12|E|DBAG|N|3||0||PB|S|M|15|Bachelors (4 years)|Yes|N|65|zero -100000|USA|M|10|E|DBAG|N|10||6||PB|SE|M|1000|Associates (2 years)|Yes|YesValid|40|one -63000|USA|M|3|E|DBAG|N|3||4||PB|S|F|53|Masters|Yes|N|37|zero -98000|USA|M|3|E|DBAG|N|5||0||PB|SE|M|3|Bachelors (4 years)|Yes|N|50|one -41000|UK|M|15|E|DBAP|N|1||0||LG|SR|M|75|Bachelors (4 years)|Yes|N|35|zero -70000|USA|M|3|E|DBAG|N|2||0||PB|S|M|3|None (no degree completed)||N|40|zero -91000|Switzerland|M|7|E|DA|N|7||3||PB|C|M|3|Masters|Yes|YesExpired|40|zero -44935|UK|M|1|E|DBAG|N|1||1||NP|S|M|150|Bachelors (4 years)|No|YesValid|40|one -832031|UK|M|11|E|DBAP|N|5||3||PB||M|30|None (no degree completed)||YesExpired|40|one -138000|USA|M|15|E|DBAP|N|0||0||PB|S|M|50|Bachelors (4 years)|No|YesExpired|60|five -85000|USA|M|7|E|DBAP|N|7||2||PB|S|M|60|Bachelors (4 years)|Yes|N|40|one -150000|USA|M|20|E|DBAP|N|5||4||PB|S|M|100|Associates (2 years)|Yes|YesValid|40|one -88000|USA|M|3|E|DA|N|6||1||PB|S|M|3|Bachelors (4 years)|No|N|50|zero -116500|USA|M|12|EC|A|N|1||0||PB|S|M|50|Masters|Yes|YesValid|50|five -80000|USA|M|5|E|A|N|1||0||PB||M|20|Bachelors (4 years)|No|YesValid|45|zero -125000|USA|P|2|E|A|Y|20||2||PB|SE|M|100|Masters|No|YesExpired|50|two -108000|USA|M|11|E|DBAG|N|3||1||NP|S|M|200|None (no degree completed)||N|40|three -74880|USA|M|5|E|M|Y|5||0||NP|C|F|3|Bachelors (4 years)|No|N|40|zero -85000|USA|M|10|E|D|N|6||0||PB|S|M|4|Bachelors (4 years)|No|N|70|zero -85000|USA|M|20|E|A|N|5||0||PB|SR|M|2|Bachelors (4 years)|Yes|YesExpired|45|zero -115000|USA|M|22|E|DBAG|N|1||0||PB|S|M|10|None (no degree completed)||YesValid|45|zero -192000|USA|M|18|E|M|Y|18||2||PB||M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -121000|USA|M|19|E|DT|N|19||5||PB||M|40|None (no degree completed)||YesExpired|45|one -55500|USA|M|7|E|DBAG|N|7||0||NP|S|M|20|None (no degree completed)||N|40|three -79000|USA|M|15|E|DBAP|N|10||0||LG||F|35|Bachelors (4 years)|Yes|N|40|two -140000|USA|M|10|E|DBAG|Y|7||0||PB|S|M|3|Bachelors (4 years)|No|N|40|zero -130|USA|M|17|EC|DBAP|N|17||6||PB|S|F|500|None (no degree completed)|No|N|50|three -84000|USA|M|6|E|DBAG|N|2||0||PB|SR|M|8|Associates (2 years)|No|YesExpired|40|five -30000|Brazil|M|8|EC|DBAG|N|8||2||PB|SR|M|50|Associates (2 years)|Yes|YesExpired|52|one -128000|USA|M|10|E|DT|N|1||2||PB|C|M|10|Bachelors (4 years)|No|N|50|zero -50000|USA|M|1|E|DBAP|N|1||4||PB|S|M|8|Bachelors (4 years)|No|N|45|one -60166|USA|M|10|E|DBAG|N|12||0||PB||F|25|Bachelors (4 years)|Yes|N|42|zero -99800|USA|M|12|E|DBAD|N|11||0||PB|SE|M|175|Bachelors (4 years)|No|N|50|two -72000|USA|M|10|E|DBAG|N|6||0||E|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -40000|USA|M|2|E|DBAG|N|2||0||PB|S|M|15|Associates (2 years)|Yes|N|40|zero -90000|UK|M|17|E|DT|N|1||2||PB|S|M|5|Bachelors (4 years)|No|YesValid|40|zero -58000|USA|M|3|E|DBAG|N|3||1||PB|S|M|100|Bachelors (4 years)|Yes|N|40|three -75100|USA|M|3|E|DBAP|N|8||0||LG||F|42|Bachelors (4 years)|Yes|N|45|two -116000|USA|M|25|E|DBAP|Y|5||1||PB|S|M|400|Masters|Yes|YesExpired|50|three -135000|USA|M|3|E|DBAP|N|3||1||PB|S|M|100|Bachelors (4 years)|No|YesExpired|65|zero -80000|USA|M|1|EC|DBAG|N|1||2||PB|S|M|5|Bachelors (4 years)|Yes|N|50|two -72000|USA|M|2|EC|DBAP|N|2||0||PB|SR|M|40|Masters|Yes|N|40|one -121000|USA|O|8|E|DBAG|N|8||1||PB|SR|M|7|Bachelors (4 years)|Yes|N|50|zero -20600|Nicaragua|P|7|E|DBAP|N|7||3||LG|SR|M|70|Masters|Yes|YesValid|40|zero -94245|USA|M|6|E|DBAG|N|6||0||PB|S|F|15|Bachelors (4 years)|Yes|YesExpired|40|zero -116000|Australia|M|10|E|DBAP|N|3||2||PB||M|500|Bachelors (4 years)|No|YesValid|40|zero -31000|Canada|M|5|E||Y|5||1||PB|S|M|300|None (no degree completed)||N|32|five -79928|UK|M|17|P|DBAG|Y|7||1||PB|S|F|20|Masters|No|YesExpired|35|zero -30000|UK|M|8|IC|DT|N|1||0||PB|S|M|4|Doctorate/PhD|No|N|35|five -110000|Australia|M|11|E|DA|N|11||1||PB|SR|M|10|Bachelors (4 years)|Yes|N|40|zero -150000|USA|M|18|E|A|N|15||1||E|S|M|30|Bachelors (4 years)|Yes|YesExpired|50|one -130000|USA|M|15|E|D|N|15||1||PB|SE|M|10|Masters|No|N|50|five -67000|Lithuania|M|15|E|DBAG|N|2||3||PB|S|M|50|Masters|Yes|YesExpired|50|five -20000|Romania|M|5|E|DT|N|3||1||PB|SR|M|5|Masters|Yes|N|40|zero -110000|USA|M|20|E|A|N|8||0||FG|S|M|10|Associates (2 years)|No|YesExpired|45|one -115000|USA|M|10|E|M|Y|7||6||NP|S|M|10|Bachelors (4 years)|Yes|N|50|zero -120000|USA|M|7|E|DT|N|7||3||PB||M|2|None (no degree completed)||YesExpired|40|five -48000|UK|M|9|E|DBAP|N|9||0||PB|SR|M|80|None (no degree completed)||YesValid|37|zero -77500|USA|M|10|E|DBAG|N|4||4||PB|SE|M|150|Associates (2 years)|No|N|40|one -54600|UK|M|14|E|DBAP|N|5||6||PB|SR|M|800|Bachelors (4 years)|Yes|N|37|five -132000|USA|M|21|E|DBAG|N|21||5||PB|C|M|100|None (no degree completed)||YesExpired|45|five -137000|USA|M|17|EC|DBAG|Y|2||0||FG|SE|M|15|None (no degree completed)||YesValid|60|three -76000|USA|M|20|EC|DT|N|10||0||PB|S|F|10|Bachelors (4 years)|No|N|45|zero -110000|USA|M|7|E|D|N|7||6||PB|S|M|10|Bachelors (4 years)|No|N|40|zero -90000|USA|M|10|E|DBAG|N|8||0||PB||M|14|Masters|Yes|YesValid|38|zero -104000|USA|O|10|E|DT|N|10||1||PB|SR|M|10|Masters|Yes|YesValid|50|zero -78000|USA|M|7|E|A|N|2||0||E|S|M|30|Masters|Yes|N|45|one -120000|USA|M|13|E|AN|N|10||3||PB|S|M|50|Bachelors (4 years)|Yes|N|40|zero -17000|UK|M|10|EC|DBAG|Y|1||3||PB|S|M|3|Doctorate/PhD|No|YesExpired|40|one -93000|USA|M|15|E|D|N|10||0||LG|S|M|10|Bachelors (4 years)|No|N|50|two -162000|USA|M|23|E|M|Y|5||0||PB|SE|M|172|Bachelors (4 years)|No|YesValid|50|two -110000|USA|M|8|EC|DT|Y|4||0||PB|S|M|5|Bachelors (4 years)|No|N|40|zero -120000|USA|M|15|E|DBAP|Y|1||0||PB|SR|M|100|None (no degree completed)||YesValid|50|one -120000|UK|M|18|IC|DT|N|7||0||PB|SR|M|6|Bachelors (4 years)|No|YesValid|38|two -102000|USA|M|3|IC|DT|Y|25||2||NP|S|M|4|Masters|Yes|N|53|five -90000|USA|M|18|E|DT|Y|1||0||PB|SE|M|3|Masters|Yes|YesValid|45|zero -140000|USA|M|22|E|M|Y|5||0||PB|C|M|5|Bachelors (4 years)|No|N|44|zero -75000|USA|M|25|E|DBAG|Y|20||1||PB|S|M|75|Masters|No|YesExpired|45|one -84000|USA|M|8|E|DBAP|N|1||5||NP|S|M|180|None (no degree completed)||YesExpired|50|five -99000|USA|M|18|E|DBAG|N|10||1||E|S|F|30|None (no degree completed)||N|45|five -120000|USA|M|6|E|DT|Y|6||2||PB|C|M|15|Bachelors (4 years)|No|N|50|zero -140000|USA|M|22|E|D|N|25||4||PB|S|M|120|Bachelors (4 years)|Yes|N|50|four -93500|USA|M|7|E|AN|N|7||1||PB|SE|M|5|None (no degree completed)||N|50|one -45000|UK|M|20|E|D|N|1||4||PB|SR|M|30|Bachelors (4 years)|No|N|35|zero -88000|Netherlands|O|18|EC|DBAP|Y|8||2||PB|SE|F|4|Bachelors (4 years)|No|YesExpired|40|one -120000|USA|M|16|E|A|N|1||0||PB|S|M|20|None (no degree completed)||N|50|five -95000|USA|M|17|E|DT|N|6||3||NP|S|F|4|Bachelors (4 years)|Yes|YesValid|42|zero -98000|USA|M|10|E|DT|N|4||4||PB|SR|M|12|Bachelors (4 years)|Yes|N|38|one -160000|USA||1|E|A|N|1||1||PB|S|F|5|Masters|No|N|40|five -64000|USA|MA|25|E|DA|N|4||0||FG|C|F|2|Masters|No|N|90|five -44000|Mexico|M|12|E|DBAG|N|6||0||PB|S|M|6|Bachelors (4 years)|Yes|N|48|zero -93000|USA|M|8|E|DBAP|N|2||3||PB|S|M|100|Bachelors (4 years)|Yes|N|40|five -85000|Ireland|M|14|E|D|N|1||2||PB|S|M|5|Bachelors (4 years)|Yes|N|38|two -62000|Australia|M|20|E|DA|N|17||1||PB|S|M|3|None (no degree completed)||N|40|zero -60000|UK|M|12|E|DBAP|N|4||6||PB|SE|M|200|Bachelors (4 years)|Yes|YesValid|50|one -33000|Greece|M|6|E|M|N|5||0||PB|S|M|2|Bachelors (4 years)|No|YesExpired|43|zero -45567|Lithuania|M|6|E|DT|N|1||1||PB|S|M|14|Bachelors (4 years)|Yes|YesValid|40|zero -59000|USA|M|9|E|AN|N|8||3||E|C|F|1|Bachelors (4 years)|Yes|N|40|zero -124800|USA|M|25|E|DBAP|N|2||0||FG|S|M|49|Masters|Yes|YesExpired|42|one -85000|Australia|M|4|E|DBAP|N|4||3||PB|S|M|100|Bachelors (4 years)|Yes|N|45|zero -120000|Australia|M|18|E|D|N|4||3||PB|S|M|4|Bachelors (4 years)|Yes|N|40|two -90000|USA|MA|15|E|DT|N|15||3||PB|C|M|0|Bachelors (4 years)|No|YesValid|40|zero -190000|USA|M|13|E|DBAG|N|3||1||PB|S|M|50|Masters|No|YesExpired|35|zero -115000|USA|M|10|E|DT|Y|2||1||PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|50|zero -130000|USA|M|30|E|DBAG|N|30||0||PB|S|F|50|Associates (2 years)|Yes|YesValid|50|two -120000|USA|M|5|E|DBAP|Y|1||6||PB|SE|M|250|Bachelors (4 years)|Yes|YesExpired|45|zero -117770|USA|M|9|EC|DA|N|9||0||FG|S|M|1|Bachelors (4 years)|Yes|N|40|two -105000|USA|M|8|E|DBAG|N|8||6||PB|S|M|400|Masters|Yes|N|40|four -72000|USA|M|11|E|AN|N|11||0||PB|S|M|10|Bachelors (4 years)|Yes|YesExpired|50|four -122000|USA|M|14|E|DBAG|N|2||0||PB|S|M|3|Bachelors (4 years)|No|YesValid|40|five -115000|USA|O|25|EC|DBAP|N|25||4||PB|S|M|1000|Bachelors (4 years)|Yes|N|40|five -70000|USA|M|10|E|DT|N|7||0||E|S|M|3|Bachelors (4 years)|Yes|YesValid|50|four -129000|USA|M|18|E|DBAP|N|4||0||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|40|four -135000|USA|M|17|E|M|Y|7||0||PB||M|325|None (no degree completed)||YesValid|45|three -144000|USA|M|20|E|M|Y|1||0||PB|S|M|100|None (no degree completed)||YesValid|55|zero -43774|Poland|M|4|E|DBAP|N|6||6||PB|S|M|50|None (no degree completed)||YesValid|41|zero -140000|USA|M|16|E|AN|N|20||6||PB|S|M|10|Bachelors (4 years)|No|N|45|zero -125000|USA|M|7|E|M|Y|5||0||PB|SE|M|4|Bachelors (4 years)|Yes|N|50|zero -67500|Australia|M|10|E|AN|N|15||0||PB|SE|M|20|None (no degree completed)||YesExpired|47|zero -67000|Germany|M|10|E|M|Y|4||0||PB|S|M|5|Masters|Yes|YesValid|40|one -74000|USA|M|12|E|DA|N|1||1||PB|S|F|14|None (no degree completed)||YesExpired|45|zero -109000|USA|M|10|E|DBAP|N|6||0||PB|SE|M|32|None (no degree completed)||YesExpired|40|zero -99348|Australia|M|18|E|DBAG|N|5||0||PB|S|M|20|None (no degree completed)||N|38|one -75000|USA|M|7|E|DT|N|3||3||PB|S|M|15|None (no degree completed)||YesExpired|40|zero -68000|Australia|M|6|E|AN|N|6||0||PB||F|2|Doctorate/PhD|Yes|N|40|zero -35000|Philippines|M|10|E|A|N|5||0||PB||M|4|Bachelors (4 years)|No|N|40|two -88000|Australia|M|12|E|A|Y|2||0||PB|SE|M|14|Masters|Yes|YesExpired|45|one -40000|Russia|M|5|E|M|Y|3||0||PB|SE|M|3|Bachelors (4 years)|No|YesValid|45|zero -115000|USA|M|15|E|DBAD|N|15||1||PB|SR|M|6|Bachelors (4 years)|Yes|YesExpired|40|five -60500|USA|M|1|E|DBAD|N|1||0||PB|S|M|2|Bachelors (4 years)|Yes|N|45|zero -125000|Switzerland|M|18|E|DBAG|Y|15||0||PB|S|M|47|None (no degree completed)||N|45|zero -54000|Netherlands|M|3|E|DBAP|N|3||2||FG|S|M|150|Bachelors (4 years)|Yes|YesValid|36|zero -68000|Norway|M|7|E|E|N|9||0||LG|S|M|5|Associates (2 years)|No|N|38|zero -47600|UK|M|11|E|DT|N|11||4||PB|S|M|6|None (no degree completed)||N|35|zero -115500|USA|M|7|E|DA|Y|12||1||PB|SE|M|3|Bachelors (4 years)|Yes|YesValid|45|one -110000|UK|M|15|IC|DBAD|N|1||0||PB|SR|M|9|Bachelors (4 years)|Yes|YesExpired|35|zero -61500|UK|M|15|E|D|N|10||3||PB|SR|M|1|Bachelors (4 years)|Yes|N|40|zero -61000|UK|M|15|E|DA|Y|8||0||FG|S|M|7|Bachelors (4 years)|No|N|40|zero -53500|UK|M|20|E|DBAD|Y|1||0||PB|S|F|2|Bachelors (4 years)|No|YesExpired|40|one -18000|Turkey|M|7|E|DT|Y|3||2||PB|SR|M|30|Bachelors (4 years)|No|N|48|zero -50000|Netherlands|M|1|EC|DA|N|7||0||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -54000|UK|O|7|E|D|Y|7||0||SG|SE|M|6|Masters|Yes|YesValid|40|one -58750|UK|M|15|E|AN|N|20||6||PB|SE|M|20|Bachelors (4 years)|No|YesExpired|40|zero -16000|Russia|M|5|E|DBAP|N|1||0||PB|C|M|15|None (no degree completed)||YesValid|40|zero -41404|UK|M|6|E|DBAG|N|6||1||NP|SR|M|9|Bachelors (4 years)|Yes|N|40|two -65000|USA|M|5|E|DT|N|3||0||PB|S|F|3|Masters|No|YesValid|45|zero -80000|Netherlands|M|20|E|M|Y|5||2||PB|SE|M|30|None (no degree completed)||YesExpired|40|one -62661|USA|M|3|E|DBAG|N|3||1||PB|S|M|7|Associates (2 years)|Yes|YesValid|40|zero -75000|USA|M|9|E|DA|N|6||6||PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|40|zero -108000|USA|M|7|E|M|Y|7||0||PB||M|2|Bachelors (4 years)|No|YesExpired|45|zero -115000|USA|M|10|E|DBAP|N|10||1||PB|S|M|200|Bachelors (4 years)|No|YesExpired|45|zero -56600|USA|M|2|E|DT|N|1||3||PB||M|9|Bachelors (4 years)|Yes|N|40|zero -88000|USA|M|6|E|DBAG|Y|1||0||PB|SR|M|6|Associates (2 years)|Yes|N|50|zero -90000|USA|M|18|E||N|25||6||PB|C|M|1000|Associates (2 years)|Yes|N|43|zero -66084|Canada|M|13|E|DBAD|Y|8||1||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -142000|USA|M|15|E|A|Y|4||3||PB|S|M|6|Bachelors (4 years)|No|N|53|zero -63000|Canada|M|15|E|A|N|11||0||SG|S|M|130|Bachelors (4 years)|Yes|N|35|zero -24375|India|M|10|E|DBAD|N|9||1||PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|40|zero -143000|USA|M|15|E|DBAD|Y|2||2||PB|S|M|30|Masters|Yes|YesValid|40|one -72000|France|M|9|E|DBAP|N|2||0||PB|SR|M|280|Masters|Yes|N|42|zero -145000|USA|M|20|EC|A|N|4||6||PB|SR|M|20|Bachelors (4 years)|No|YesValid|45|one -87500|USA|M|11|E|D|N|1||1||PB|S|M|20|Doctorate/PhD|No|YesValid|40|one -105000|USA|M|15|E|DBAP|N|1||0||PB|S|M|10|Bachelors (4 years)|No|YesExpired|50|zero -50000|UK|M|17|E|AN|N|17||0||PB|S|M|1|None (no degree completed)|Yes|N|40|zero -131000|USA|M|18|E|DBAD|N|6||3||PB|SR|M|5|Bachelors (4 years)|No|YesExpired|45|zero -125000|USA|M|18|E|D|Y|8||2||PB||M|5|Bachelors (4 years)|No|N|40|two -65000|USA|M|6|E|DBAG|N|6||1||E|S||20|Doctorate/PhD|No|YesExpired|40|zero -90000|USA|M|15|E|DBAD|N|1||0||PB|S|M|12|Bachelors (4 years)|Yes|N|40|two -84000|Sweden|M|18|EC|DBAG|N|1||3||PB|SE|M|1|Masters|Yes|YesExpired|40|zero -112000|USA|M|8|E|M|Y|2||0||PB|S|M|25|None (no degree completed)||N|45|zero -84000|USA|M|10|E|DBAG|N|10||0||NP||M|4|Bachelors (4 years)|Yes|N|40|three -6517|South-Africa|M|0|E|DBAD|N|0||3||PB|S|M|4|None (no degree completed)||YesValid|40|zero -88000|USA|M|12|E|AN|N|5||2||PB|SR|M|5|Bachelors (4 years)|No|N|40|one -62171|Canada|M|2|E|DT|N|0||2||PB|S|M|8|Associates (2 years)|Yes|YesValid|40|zero -121000|USA|O|18|E|E|N|18||2||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|55|one -72000|USA|M|10|E|DA|N|2||4||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|five -71000|USA|M|5|E|DA|N|1||4||LG|S|M|8|Masters|No|N|40|zero -87000|USA|M|18|E|A|N|12||0||PB||F|10|Bachelors (4 years)|No|N|40|one -90000|USA|M|10|E|DBAP|N|10||6||PB|SE|M|2000|Associates (2 years)|Yes|N|40|five -77000|USA|M|7|E|DA|N|5||0||E|S|M|9|Bachelors (4 years)|Yes|YesValid|40|zero -125000|USA|M|18|E|DBAG|N|10||5||PB|S|M|500|Bachelors (4 years)|No|YesExpired|40|five -48000|USA|M|5|E|M|N|5||0||E|S|F|4|Bachelors (4 years)|No|YesExpired|45|zero -135000|USA|M|25|E|A|N|5||0||PB|S|M|16|Masters|No|N|52|one -111250|USA|M|8|EC|DBAD|N|15||1||FG|S|M|5|Masters|Yes|N|42|two -52165|Canada|M|2|E|DT|N|2||0||PB|S|M|3|None (no degree completed)||N|40|zero -78000|Germany|M|6|E|D|N|6||1||PB|S|M|2|Masters|Yes|N|40|zero -129000|USA|M|22|E|E|N|3||2||PB|S|M|5|None (no degree completed)|Yes|N|45|one -104000|USA|M|20|E|DBAG|N|9||0||PB|S|M|96|Bachelors (4 years)|No|YesExpired|55|zero -42000|USA|M|1|E|DBAG|N|1||0||PB||M|4|Bachelors (4 years)|Yes|N|40|zero -95000|USA|M|4|E|DBAD|N|4||1||PB|S|M|9|Masters|Yes|N|40|zero -52000|USA|M|8|E|DA|N|8||4||PB|S|M|7|Bachelors (4 years)|Yes|N|60|zero -53040|USA|M|3|E|AN|Y|3||3||E|S|M|2|Bachelors (4 years)|No|N|40|zero -57000|USA|M|7|E|D|N|7||1||NP||M|16|Associates (2 years)|Yes|N|45|zero -98000|USA|M|7|EC|E|N|1||5||PB|C|M|20|None (no degree completed)||YesValid|42|zero -70000|USA|M|3|E|DT|N|2||4||PB|SR|M|6|None (no degree completed)||N|40|one -95000|USA|M|17|E|E|N|10||0||PB||M|50|Bachelors (4 years)|Yes|N|45|zero -126000|USA|M|10|E|A|N|4||1||PB|S|M|28|Bachelors (4 years)|Yes|N|40|one -170000|USA|M|13|EC|DBAP|N|1||6||FG|SR|M|120|Bachelors (4 years)|Yes|N|40|zero -70000|USA|M|13|E|DA|N|20||6||FG|S|M|12|Bachelors (4 years)|No|YesExpired|40|zero -85000|USA|M|4|E|DBAG|N|4||3||PB|S|F|52|Bachelors (4 years)|Yes|N|43|five -193000|USA|M|12|E|DBAG|N|3||1||PB|S|M|15|Bachelors (4 years)|Yes|N|45|zero -97000|USA|M|10|E|D|N|5||6||E|S|M|24|Masters|Yes|N|40|zero -71000|USA|M|4|E|DT|N|4||0||PB|SE|M|3|Associates (2 years)|No|YesExpired|40|five -125900|USA|M|15|E|E|N|7||0||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -120000|USA|M|3|E|AN|Y|3||0||PB|SE|M|2|Bachelors (4 years)|No|N|40|zero -61000|Canada|M|11|E|DBAG|N|7||0||PB|SR|M|20|Bachelors (4 years)|No|YesExpired|40|zero -100000|USA|M|4|E|DT|N|4||5||PB|S|M|158|Bachelors (4 years)|Yes|N|40|zero -85000|USA|M|10|E|D|N|20||0||PB|S|M|7|Bachelors (4 years)|Yes|YesValid|50|zero -118000|USA|M|8|E|DA|N|16||4||PB|S|M|10|Bachelors (4 years)|No|YesExpired|40|one -40000|USA|M|2|E|AN|N|2||0||PB|C|M|4|None (no degree completed)||YesValid|41|zero -156000|USA|M|10|IC|DBAP|N|2||0||PB|C|M|600|Associates (2 years)||YesExpired|40|five -95000|USA|M|13|E|A|N|2||6||NP|S|M|10|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|22|E|DBAG|N|22||1||PB|S|M|125|Bachelors (4 years)|No|N|42|zero -96000|USA|M|5|E|DA|N|5||2||PB|SE|M|8|Bachelors (4 years)|Yes|N|40|three -61206|UAE|O|3|E|DA|N|3||6||SG|SR|M|15|Bachelors (4 years)|Yes|N|45|two -114000|USA|M|16|E|DBAG|Y|5||4||PB|SR|M|100|Masters|No|N|43|five -117000|USA|P|1|EC|DS|N|3||0||PB|C|M|2|Bachelors (4 years)|No|YesValid|40|zero -60000|USA|M|6|E|DBAG|N|6||2||PB|S|M|25|Associates (2 years)|Yes|N|50|zero -110000|USA|M|10|EC|D|N|10||5||PB|SR|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -84000|USA|M|7|E|M|Y|5||1||PB|S|M|2|None (no degree completed)||N|50|zero -75000|Canada|M|25|E|DBAD|N|3||1||PB|SR|M|15|None (no degree completed)||YesExpired|40|one -105000|USA|M|20|E|DT|N|1||0||PB||M|2|Bachelors (4 years)|No|N|40|one -65000|USA|M|2|E|DA|N|2||3||PB|SE|M|12|Bachelors (4 years)|No|N|42|zero -95000|USA|M|22|E|DA|N|22||1||PB|S|F|3|Bachelors (4 years)|Yes|N|45|five -72000|USA|M|1|E|DA|N|1||1||PB|S|M|2|Bachelors (4 years)|No|N|50|zero -108000|USA|M|6|E|DT|N|1||6||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|40|one -112000|USA|M|16|IC|DT|N|10||0||PB|S|M|24|None (no degree completed)||YesExpired|60|three -75000|USA|M|2|E|AN|N|1||2||PB|S|M|2|Bachelors (4 years)|No|YesValid|40|zero -89600|USA|M|9|E|DT|N|6||6||PB|SR|M|20|Bachelors (4 years)|Yes|YesExpired|45|zero -70000|USA|M|4|E|DT|N|1||1||PB|S|M|6|Bachelors (4 years)|No|N|40|zero -85000|USA|M|2|E|AN|Y|2||6||PB|SE|M|2|Bachelors (4 years)|No|N|55|zero -120000|USA|M|15|E|DA|N|10||0||PB|S|M|6|Bachelors (4 years)|Yes|N|40|zero -104000|USA|M|8|E|D|N|5||1||PB|S|F|2|Bachelors (4 years)|Yes|YesValid|43|zero -93156|USA|M|16|E|AN|N|16||0||SG|S|M|3|None (no degree completed)||N|40|zero -90937|Norway|M|8|E|A|N|10||1||PB|S|M|17|Bachelors (4 years)|Yes|YesValid|38|one -56500|USA|M|4|E|AN|N|1||2||PB|S|F|1|Masters|No|N|40|zero -78500|USA|M|8|E|D|N|3||0||NP|SE|M|3|Bachelors (4 years)|Yes|YesValid|40|zero -93000|USA|M|17|E|AN|N|3||2||NP|S|F|4|Bachelors (4 years)|No|YesExpired|38|one -50000|USA|M|2|E|AN|N|2||0||PB|C|M|1|Bachelors (4 years)|No|N|40|zero -61000|USA|M|10|E|DBAG|N|3||0||LG|S|M|8|Bachelors (4 years)|No|YesValid|40|zero -114000|USA|M|15|E|DBAD|N|1||1||PB|S|M|60|Bachelors (4 years)|No|YesExpired|40|zero -92000|USA|M|4|E|DT|N|3||1||PB|S|M|80|Bachelors (4 years)|No|YesValid|42|zero -126000|USA|M|16|E|M|Y|7||3||PB|S|M|15|Bachelors (4 years)|No|YesExpired|45|zero -100000|USA|M|12|E|DBAG|N|4||1||PB|SR|M|50|Bachelors (4 years)|Yes|N|40|five -98000|USA|M|5|E|DBAP|N|5||5||PB|S|M|300|Bachelors (4 years)|No|YesValid|50|one -70000|USA|M|15|E|M|N|5||0||PB|C|M|2|None (no degree completed)||N|48|three -117500|USA|M|15|E|DBAD|N|2||6||PB||M|75|Bachelors (4 years)|Yes|N|50|two -57000|USA|M|4|E|DT|Y|2||0||PB|S|M|2|Bachelors (4 years)|No|N|35|zero -147000|USA|M|18|EC|A|N|18||3||PB|S|M|7|Associates (2 years)|No|YesExpired|45|one -106000|USA|M|15|E|DBAP|N|3||1||PB|S|M|50|Bachelors (4 years)|No|YesExpired|40|one -34822|UK|M|2|E|DBAG|N|2||1||PB|S|M|5|None (no degree completed)||N|40|zero -100000|USA|M|19|E|D|Y|2||0||PB|C|M|3|Associates (2 years)|Yes|YesExpired|40|zero -101000|USA|M|20|E|DBAP|N|3||0||PB|S|M|45|Bachelors (4 years)|No|YesExpired|6|three -163000|Australia|M|15|IC|D|N|1||1||PB|SR|M|3|Bachelors (4 years)|Yes|YesExpired|38|zero -119000|USA|M|10|E|DT|N|10||5||PB|SR|M|20|None (no degree completed)||YesValid|40|one -125000|USA|M|17|E|DT|Y|4||5||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|50|five -53942|Poland|M|10|E|D|N|2||4||PB|S|M|1|Masters|Yes|YesValid|40|zero -54000|USA|O|6|E|AN|N|6||1||E|S|M|5|Masters|No|N|35|zero -118000|USA|M|10|E|DBAP|N|3||3||SG|S|M|32|Bachelors (4 years)|Yes|YesExpired|35|one -93000|USA|O|15|E|DBAG|N|25||0||PB|S|M|17|Bachelors (4 years)|Yes|N|50|five -137000|USA|M|10|E|DBAD|Y|4||0||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|55|two -90000|USA|P|6|E|DBAP|N|6||1||PB|S|M|24|None (no degree completed)||N|40|zero -46700|Canada|M|6|E|DBAP|N|3||1||PB|SR|M|25|Bachelors (4 years)|Yes|YesValid|40|zero -63000|USA|P|2|E|AN|N|3||1||PB|S|M|2|Bachelors (4 years)|Yes|N|40|zero -90875|USA|M|7|E|DBAP|N|5||1||LG|S|M|80|Masters|Yes|YesExpired|42|zero -75000|USA|M|3|E|DT|N|1||5||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -98000|USA|M|10|E|DBAP|N|10||0||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|42|two -66954|UK|M|10|E|DBAD|N|3||6||PB|SE|M|100|Bachelors (4 years)|Yes|YesValid|40|zero -125000|USA|M|18|EC|DBAG|N|5||6||PB|S|M|250|Bachelors (4 years)|No|YesExpired|40|five -62250|UK|M|9|E|A|N|3||0||LG|S|M|47|Bachelors (4 years)|Yes|YesValid|42|zero -111000|Norway|O|4|E|DBAP|N|9||6||FG||M|59|None (no degree completed)|No|YesExpired|38|zero -126000|USA|M|19|E|DBAD|N|31||2||PB|S|M|300|Masters|Yes|YesValid|40|three -125000|USA|M|12|E|DBAG|N|6||1||PB|S|M|50|Bachelors (4 years)|Yes|N|40|five -81000|New-Zealand|M|9|E|DT|N|2||1||PB|S|M|5|Bachelors (4 years)|Yes|YesValid|37|zero -82000|USA|M|3|E|DBAP|N|2||1||NP|S|F|12|Bachelors (4 years)|No|YesValid|45|zero -42000|UK|M|6|E|DT|N|3||0||PB|S|M|5|Bachelors (4 years)|Yes|N|37|one -74000|USA|M|7|E|DT|N|4||0||PB|||8|Associates (2 years)|Yes|N|35|zero -59000|Canada|M|9|E|DBAG|N|6||3||PB|S|M|200|Associates (2 years)|Yes|N|50|zero -78000|USA|M|15|E|DT|N|15||1||PB|S|M|6|Associates (2 years)|No|N|40|zero -61000|USA|M|4|E|DS|Y|1||0||PB|S|M|1|Masters|No|N|35|zero -115000|USA|M|9|E|D|N|3||0||NP|SR|M|3|Bachelors (4 years)|Yes|N|40|zero -77000|Ireland|M|13|E|D|N|1||1||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|40|zero -137000|USA|M|16|E|M|Y|1||5||PB|C|M|50|Bachelors (4 years)|No|YesExpired|50|five -130000|USA|M|16|E|A|N|5||0||NP|S|M|14|Bachelors (4 years)|Yes|YesValid|50|five -80000|USA|M|10|E|AN|N|1||1||PB|SR|M|2|None (no degree completed)||YesExpired|35|zero -50700|CostaRica|M|5|E|DBAG|N|5||3||PB|S|M|10|Bachelors (4 years)|Yes|N|40|four -100000|USA|M|10|E|DBAG|N|6||1||PB|S|M|11|Bachelors (4 years)|Yes|N|40|zero -93000|USA|M|5|E|DBAG|N|5||0||PB|S|M|5|None (no degree completed)||YesValid|40|zero -57000|UK|M|19|E|DBAD|Y|15||0||PB|S|M|10|None (no degree completed)|Yes|YesExpired|38|zero -74000|Guernsey|M|9|E|DBAG|N|5||0||PB|SE|M|70|Bachelors (4 years)|Yes|YesExpired|38|zero -110000|USA|M|22|E|DBAG|N|5||2||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|45|zero -105000|USA|M|15|E|DT|N|2||0||PB|C|M|12|Bachelors (4 years)|Yes|N|40|zero -77000|USA|M|17|E|AN|N|5||0||LG|S|M|200|None (no degree completed)||YesExpired|40|zero -75000|USA|M|10|E|M|Y|2||0||PB|SE|M|1|None (no degree completed)||N|55|three -161449|USA|M|13|E|M|Y|2||0||PB|SE|M|150|Bachelors (4 years)|Yes|YesExpired|45|zero -140000|New-Zealand|M|12|EC|DBAP|N|6||3||LG|S|M|50|Bachelors (4 years)|No|YesExpired|45|zero -120000|USA|M|12|EC|DT|Y|4||6||PB|S|M|150|Masters|Yes|N|50|five -98000|USA|M|10|E|DBAP|N|8||3||PB|S|M|500|Bachelors (4 years)|Yes|YesValid|45|one -72000|Canada|M|15|E|DBAP|N|7||0||PB|S|M|500|Bachelors (4 years)|Yes|N|40|three -77000|USA|M|4|E|DT|N|1||1||PB|S|M|1|Bachelors (4 years)|Yes|N|35|zero -123000|USA|M|17|E|DBAP|Y|17||3||PB|S|M|53|Bachelors (4 years)|No|N|55|five -160000|USA|O|10|E|D|N|5||3||PB|S|M|20|Masters|Yes|YesValid|50|zero -56800|USA|M|1|E|DBAG|N|1||1||PB|S|M|200|Associates (2 years)|Yes|YesValid|45|one -30000|USA|M|3|P|DBAP|N|3||2||LG|SR|M|100|Associates (2 years)|Yes|N|20|zero -72000|USA|M|7|E|DT|N|1||1||PB|S|M|2|Bachelors (4 years)|No|YesExpired|45|four -90000|USA|M|20|E|DS|N|20||0||NP|S|M|5|Masters|Yes|YesValid|50|zero -107000|UK|M|20|E|A|N|1||6||PB|S|M|0|Bachelors (4 years)|Yes|YesValid|45|three -51000|Poland|M|10|E|DBAG|N|2||3||PB|S|M|200|Masters|Yes|YesValid|40|one -94000|UK|M|18|E|DBAD|N|3||3||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|zero -120000|UK|M|8|IC|DBAP|N|3||0||PB|S|M|1000|None (no degree completed)||YesExpired|60|zero -71000|USA|M|5|E|DT|N|5||0||PB|C|M|6|Bachelors (4 years)|Yes|YesValid|50|five -62000|USA|M|6|E|DBAG|N|6||1||FG|S|F|3|Bachelors (4 years)|No|YesValid|40|zero -52823|Canada|M|12|E|DBAG|N|4||0||NP|S|M|2|Associates (2 years)|Yes|N|38|two -18000|Romania|M|2|E|DBAP|N|2||2||PB|S|M|30|Masters|No|YesValid|40|zero -90000|USA|O|5|E|DBAG|N|5||1||PB|S|M|5|Masters|Yes|YesExpired|45|zero -100000|USA|M|8|E|D|N|3||1||PB|C|M|3|Bachelors (4 years)|Yes|N|55|zero -137500|USA|M|22|E|A|N|20||0||PB|S|M|10|Bachelors (4 years)|Yes|N|50|zero -45500|UK|M|6|E|DT|N|5||2||PB|SR|M|30|Associates (2 years)|Yes|YesValid|38|zero -56000|USA|M|2|E|DBAG|N|2||2||PB|SR|F|35|Bachelors (4 years)|Yes|N|40|one -97000|USA|M|11|E|DT|N|5||6||PB|S|M|25|None (no degree completed)||N|42|three -84000|USA|M|5|E|E|N|1||0||PB|S|M|2|Bachelors (4 years)|No|YesValid|40|zero -35000|Spain|M|10|E|AN|Y|10||2||PB|SR|M|10|Masters|Yes|YesValid|40|one -89000|USA|M|9|E|A|N|6||0||E|SE|M|9|Bachelors (4 years)|No|YesValid|40|zero -94188|USA|M|20|E|DBAG|N|2||1||SG|S|M|10|Bachelors (4 years)|No|YesExpired|37|zero -125000|USA|M|18|E|DT|N|18||0||PB|S|M|300|Masters|Yes|N|45|one -60000|Canada|MS|3|E|AN|Y|2||0||SG|S|M|2|Masters|No|N|35|zero -111000|USA|DB2|6|E|AN|N|6||0||PB|S|M|3|Bachelors (4 years)|Yes|YesExpired|40|zero -115000|USA|M|5|E|E|N|5||3||PB||M|50|Bachelors (4 years)|Yes|N|40|zero -72500|USA|O|3|E|D|N|3||2||PB|SE|M|4|Bachelors (4 years)|Yes|N|42|zero -105000|USA|O|18|E|DBAG|N|16||3||E|S|M|14|None (no degree completed)||YesExpired|40|zero -103900|USA|M|10|E|DBAG|N|5||0||PB|S|M|13|Bachelors (4 years)|Yes|YesExpired|45|zero -80330|Sweden|M|6|EC||N|5||3||PB|C|M|5|Masters|Yes|YesValid|40|zero -86000|USA|M|2|E|DT|N|2||5||PB|S|M|6|Bachelors (4 years)|Yes|N|48|zero -140000|USA|O|1|E|DT|N|8||1||PB|S|M|5|None (no degree completed)||N|40|zero -125000|Hungary|M|17|IC|DBAG|Y|5||2||PB|S|M|130|Bachelors (4 years)|No|YesValid|44|three -125000|USA|M|7|E|D|N|4||1||PB|SR|M|3|Masters|No|N|42|zero -28308|Portugal|M|10|E|DBAP|N|1||5||PB||M|194|Bachelors (4 years)|No|YesValid|40|zero -240000|USA|M|12|E|A|N|2||0||PB|S|M|60|Bachelors (4 years)|No|YesExpired|55|zero -110000|USA|M|11|E|DT|N|6||1||PB|SR|M|8|Bachelors (4 years)|Yes|N|50|zero -86000|USA|M|2|E|DA|N|2||1||E|C|M|5|Bachelors (4 years)|Yes|N|42|zero -67000|USA|P|1|E|AN|N|1||2||PB|C|M|1|Bachelors (4 years)|No|N|40|zero -75000|Ireland|MA|5|E|AN|Y|3||0||PB|SE|M|5|Associates (2 years)|No|N|55|two -58500|USA|M|2|EC|AN|N|2||3||PB|SE|M|5|Associates (2 years)||YesValid|40|five -75000|USA|M|4|IC|AN|Y|3||0||PB|C|M|1|Masters|Yes|N|45|four -100000|USA|M|15|E|M|Y|1||0||PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -106000|Ireland|O|10|EC||N|1||5||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|45|zero -122400|USA|M|13|E|DA|N|12||6||PB|SR|M|20|Bachelors (4 years)|Yes|N|40|one -115000|USA|M|8|E|A|Y|7||0||PB|S|M|12|Bachelors (4 years)|Yes|N|45|zero -140000|USA|M|13|EC|A|Y|3||3||PB|||120|Associates (2 years)|Yes|YesValid|58|zero -58775|USA|M|2|E|DBAP|N|2||4||LG|SR|M|35|Bachelors (4 years)|Yes|YesValid|40|zero -29000|UK|M|1|E|AN|N|0||2||LG|SE|M|3|Bachelors (4 years)|No|N|40|zero -65500|USA|M|4|E|DBAG|N|1||6||PB|S|M|200|Bachelors (4 years)|Yes|N|45|zero -43000|USA|M|7|E|DBAG|N|5||1||E|S|M|30|Bachelors (4 years)|Yes|N|40|zero -15000|UK|M|1|E|AN|N|1||6||E|SE|M|17|Bachelors (4 years)|Yes|N|38|four -27000|Poland|M|10|E|A|Y|12||0||PB|C|M|120|Masters|Yes|YesValid|40|zero -61000|Canada|M|4|E|D|N|4||4||SG||M|7|Bachelors (4 years)|Yes|N|40|zero -95000|Canada|M|12|E|DBAG|N|1||0||PB|SE|M|10|None (no degree completed)||N|40|zero -56550|Spain|M|3|E|DT|N|3||1||PB|S|M|6|None (no degree completed)||YesValid|40|zero -89000|USA|M|17|E|DA|Y|15||0||PB|S|M|4|Bachelors (4 years)|No|N|40|five -100000|USA|M|10|E|DBAG|Y|10||6||PB|S|M|1200|None (no degree completed)||N|40|two -120000|USA|M|12|E|DBAD|N|3||1||PB|S|M|26|Associates (2 years)|No|YesValid|50|zero -159000|USA|M|15|E|M|Y|2||0||PB|S|M|50|Bachelors (4 years)|Yes|YesValid|45|zero -125000|USA|M|10|E|M|Y|13||0||PB|SE|M|5|Bachelors (4 years)|No|YesExpired|50|two -96500|USA|M|3|E|D|N|5||0||PB|S|M|2|Bachelors (4 years)|No|N|40|four -94000|USA|M|13|E|DBAD|Y|3||0||PB|S|M|12|Bachelors (4 years)|Yes|N|45|one -51000|USA|M|3|E|AN|N|2||2||PB|S|M|1|Associates (2 years)|No|N|40|one -175000|USA|P|6|IC|M|Y|7||1||PB|S|M|6|None (no degree completed)||N|50|five -66000|Canada|M|6|E|D|N|20||3||SG|S|M|5|None (no degree completed)||N|35|zero -55000|USA|M|2|E|DT|N|2||3||PB|S|M|4|Bachelors (4 years)|No|YesExpired|47|one -280000|USA|M|20|E|A|Y|4||0||PB|S|M|8|None (no degree completed)||YesValid|40|two -85000|USA|M|7|E|DT|N|7||6||PB|SE|F|5|Associates (2 years)|Yes|N|45|zero -85000|USA|M|5|E|AN|N|5||0||PB|SE|M|4|Masters|No|N|50|two -145000|USA|M|20|EC|DBAG|N|5||0||PB|S|M|100|Bachelors (4 years)|Yes|N|40|three -120000|USA|M|6|EC|DA|N|1||1||FG|S|F|3|Bachelors (4 years)|Yes|N|40|two -110000|USA|M|3|E|A|N|17||0||PB|SE|M|2|Bachelors (4 years)|No|N|40|one -108000|USA|M|17|E|DBAP|N|8||1||PB||M|160|Bachelors (4 years)|Yes|YesValid|45|three -90000|USA|P|2|E|D|N|4||0||PB|SR|M|20|Bachelors (4 years)|No|N|40|one -50000|USA|O|1|E|AN|N|1||0||SG|S|M|1|Bachelors (4 years)|No|N|40|one -140000|USA|M|6|E|E|N|4||1||PB|SE|M|3|Bachelors (4 years)|No|N|36|zero -80000|USA|M|4|EC|DBAD|N|1||2||PB||M|30|Bachelors (4 years)|No|N|40|zero -94994|USA|M|12|E|E|N|7||0||PB|C|M|1|Masters|Yes|YesValid|45|two -75000|USA|M|4|E|DBAG|N|2||6||PB||M|3000|Bachelors (4 years)|Yes|N|42|one -201000|USA|M|14|E|A|N|2||0||PB||M|12|None (no degree completed)||N|45|one -20500|Argentina|M|6|E|DBAP|Y|6||6||PB|S|M|20000|Associates (2 years)|Yes|YesValid|50|three -100000|USA|A|13|E|A|N|4||0||PB|S|M|2|Associates (2 years)|Yes|YesExpired|35|zero -94000|USA|M|2|E|D|N|3||1||PB|S|M|4|Bachelors (4 years)|No|N|44|zero -81|Canada|M|13|E|DBAG|Y|13||5||LG||M|100|None (no degree completed)||YesValid|40|zero -72000|USA|M|3|E|AN|Y|1||0||NP|S|M|3|Bachelors (4 years)|No|N|60|one -98000|USA|M|10|E|DT|N|2||3||PB|S|F|5|Bachelors (4 years)|Yes|N|50|one -87000|USA|M|19|E|DT|N|3||2||NP|S|M|150|Associates (2 years)|Yes|YesValid|44|one -105000|USA|RDS|1|E|AN|N|1||0||PB|SE|M|2|Masters|No|YesValid|40|one -141000|USA|M|12|E|DBAP|N|12||6||PB|SE|M|300|Bachelors (4 years)|Yes|YesValid|45|one -120000|USA|M|18|E|A|Y|8||0||PB|SE|F|40|Bachelors (4 years)|No|N|65|zero -70000|USA|M|2|E|AN|N|1||6||PB|SR|M|5|Masters|No|N|40|zero -96000|USA|M|8|E|D|N|4||0||PB|SR|F|5|Bachelors (4 years)|No|N|65|zero -63000|Australia|M|12|E|DT|N|12||2||PB|S|M|20|Bachelors (4 years)|Yes|N|40|two -88000|USA|M|7|E|A|N|1||1||NP|S|M|24|Bachelors (4 years)|Yes|N|40|zero -62500|Australia|M|3|EC|DBAP|N|2||5||FG|S|M|1200|None (no degree completed)||YesValid|40|two -52000|USA|M|4|E|AN|N|2||1||PB|S|F|1|Bachelors (4 years)|No|N|35|zero -15000|India|M|8|E|DBAP|N|2||6||PB|C|M|100|Bachelors (4 years)|Yes|N|40|five -165000|USA|M|18|E|A|Y|5||0||PB|SR|F|3|Bachelors (4 years)|No|YesValid|55|two -110000|USA|O|3|E|AN|N|3||3||FG|S|M|4|Masters|No|N|40|one -175000|Australia|M|8|IC|DBAG|N|1||6||FG|SR|M|300|Associates (2 years)|No|N|40|zero -86000|USA|M|13|E|DBAD|Y|5||0||SG|SE|M|2|None (no degree completed)||YesValid|40|zero -80000|USA|O|4|E|AN|N|4||6||NP|S|M|3|Masters|No|N|40|two -135000|USA|M|15|E|DBAG|Y|9||0||LG|S|M|10|None (no degree completed)||N|36|one -103000|USA||2|E|AN|N|3||2||PB|S|M|4|Bachelors (4 years)|No|N|55|zero -95000|USA|M|5|E|AN|N|1||3||NP|SE|M|3|Bachelors (4 years)|No|YesValid|40|zero -43000|Finland|M|1|E|DBAG|N|1||0||PB|SE|M|25|Bachelors (4 years)|No|YesValid|40|one -165000|USA|M|18|E|DBAG|N|18||0||PB|S|M|19|Bachelors (4 years)|Yes|N|35|two -96000|USA|M|15|E|DBAG|N|15||0||PB||M|275|None (no degree completed)||YesExpired|50|two -80000|USA|O|5|E|AN|N|1||0||PB|S|M|2|Bachelors (4 years)|No|YesExpired|40|five -120000|Finland|M|11|E|DA|N|10||5||PB|S|M|2|None (no degree completed)||N|40|one -136000|USA|M|19|E|DBAG|N|13||3||PB|S|M|90|Masters|No|YesValid|55|one -82000|Sweden|M|11|EC|A|N|11||2||PB|SR|M|50|Associates (2 years)|Yes|N|40|zero -13000|Mexico|M|3|EC|DBAG|N|2||6||PB||M|300|Bachelors (4 years)|Yes|YesValid|40|zero -81000|South-Africa|M|10|EC|A|Y|2||0||PB|SE|M|15|Bachelors (4 years)|Yes|YesValid|45|zero -135000|USA|M|20|E|DBAG|N|20||0||PB|S|M|2000|None (no degree completed)||YesValid|40|zero -100000|USA|M|6|E|D|N|7||0||NP||M|1|Bachelors (4 years)|No|N|46|zero -93000|Israel|M|8|E|DBAG|N|8||5||PB|S|M|100|None (no degree completed)||YesExpired|50|five -110000|USA|M|7|E|M|Y|5||0||PB|S|M|1|None (no degree completed)||N|40|zero -81000|USA|M|5|E||N|3||6||PB|S|F|50|Associates (2 years)|Yes|N|45|two -152000|USA|M|8|E|DBAG|N|1||1||PB|S|M|60|Masters|Yes|YesExpired|40|five -36000|Slovakia|M|5|E|DT|N|2||1||PB|SE|M|5|Masters|No|N|46|zero -75000|USA|M|2|E|AN|Y|5||0||PB|S|M|1|Associates (2 years)|No|N|40|zero -50000|USA|M|1|E|AN|N|1||0||NP|SE|M|2|Bachelors (4 years)|Yes|N|40|zero -49000|UK|M|8|E|AN|N|1||6||LG|S|M|6|None (no degree completed)|Yes|YesValid|37|one -53128|Sweden|M|2|EC|D|N|2||6||PB|S|M|5|Masters||N|40|zero -120000|USA|M|10|E|M|Y|8||0||PB|S|M|2|Bachelors (4 years)|No|N|45|three -21500|Romania|M|2|E|DBAP|N|2||2||PB|S|M|100|None (no degree completed)||N|40|one -47000|Poland|M|11|EC|D|N|2||1||PB|S|M|1|Masters|Yes|YesValid|40|one -59000|Netherlands|M|6|E|D|N|1||1||PB|C|M|12|None (no degree completed)||YesValid|40|zero -47000|Spain|M|7|E|DA|N|7||0||PB|SE|F|7|Masters|No|N|45|zero -97000|UK|O|11|IC|DBAG|Y|11||0||PB|C|M|30|Bachelors (4 years)|Yes|N|35|five -16380|Pakistan|M|7|E|DBAD|Y|3||3||PB|SE|M|8|Masters|Yes|N|40|zero -93000|USA|M|6|E|DT|N|6||1||PB|SE|M|8|Bachelors (4 years)|Yes|N|40|five -3580|Romania|O|6|E|DBAD|N|2||2||PB|S|M|50|Masters|Yes|N|40|zero -70000|Australia|M|2|P|DA|N|2||0||PB|S|M|1|None (no degree completed)|No|YesExpired|24|zero -45000|Sweden|M|3|EC|DT|N|2||1||PB||M|5|Bachelors (4 years)|No|YesExpired|40|zero -127000|USA|M|20|EC|A|N|4||6||PB|S|M|500|Masters|No|YesExpired|45|five -80000|USA|M|5|E|DBAP|N|2||1||PB|S|F|100|Masters|Yes|YesValid|50|one -27600|Belgium|P|2|EC|DA|N|2||0||PB|S|M|8|Bachelors (4 years)|Yes|N|40|zero -103000|USA|M|9|E|DA|N|7||0||PB|S|M|3|Bachelors (4 years)|Yes|N|50|zero -85000|USA|M|15|E|AN|N|4||4||PB|C|M|3|Bachelors (4 years)|No|N|40|zero -65505|UK|M|7|E|DBAG|N|1||0||PB|S|M|10|Associates (2 years)|Yes|N|35|two -90000|USA|M|8|E|DBAG|Y|4||1||PB|S|M|8|Associates (2 years)|Yes|YesValid|45|two -164000|USA|M|20|E|DBAD|N|12||5||PB|SE|F|0|Bachelors (4 years)|Yes|YesValid|50|five -93500|USA|M|3|E|D|N|2||0||PB|SR|M|3|Bachelors (4 years)|No|N|45|two -83000|UK|M|10|E|A|N|4||3||PB|C|M|15|Masters|Yes|N|40|four -51475|UK||2|E||N|2||3||NP|S|M|0|Bachelors (4 years)|Yes|N|38|zero -22735|India|MDB|3|E|DA|N|5||1||PB|SE|M|10|Masters|Yes|YesExpired|40|zero -110000|Israel|M|6|EC|DBAD|Y|2||0||PB|C|M|100|Masters|Yes|YesValid|55|zero -57200|USA|O|2|E|DA|N|2||6||PB|S|M|4|Associates (2 years)|Yes|YesExpired|40|zero -106300|Luxembourg|M|12|E|AN|N|12||1||PB|SR|F|1|Associates (2 years)|Yes|N|40|zero -37100|UK|M|15|EC|DBAG|N|4||1||PB|S|M|250|Associates (2 years)|No|YesValid|40|one -115000|USA|M|18|EC|DBAG|Y|5||0||PB|SE|M|5|Bachelors (4 years)|No|YesValid|50|two -48000|France|MS|3|EC|A|Y|3||2||PB|C|M|10|Masters|Yes|YesValid|40|zero -31893|Bulgaria|M|5|E|DBAP|N|5||1||PB||M|50|Bachelors (4 years)|Yes|YesExpired|50|zero -137000|USA|M|15|E|A|Y|4||0||FG|S|M|70|Bachelors (4 years)|No|N|55|zero -107000|USA|M|22|EC|DBAG|N|1||4||PB|SR|F|50|Masters|No|YesExpired|50|five -51000|Greece|M|14|E|A|N|2||2||PB|SE|M|250|Associates (2 years)||YesExpired|40|four -135000|USA|M|6|IC|D|N|4||0||PB|S|M|4|Bachelors (4 years)|No|N|50|five -23500|Denmark|M|2|EC|DBAP|N|2||6||S||M|200|None (no degree completed)||YesValid|37|zero -89000|UK|M|20|EC|A|N|3||0||PB|SR|M|1000|None (no degree completed)||YesValid|50|two -50000|Brazil|SQLI|1|IC|DA|N|1||2||PB|C|M|3|Bachelors (4 years)|Yes|N|30|two -85000|USA|M|4|E|DBAG|Y|1||0||FG|SR|F|12|Bachelors (4 years)|Yes|YesValid|40|zero -99500|Canada|M|10|E|A|N|2||0||PB|S|M|200|Associates (2 years)|Yes|YesExpired|50|three -50000|Brazil|SQLI|1|IC|DA|N|1||2||PB|C|M|3|Bachelors (4 years)|Yes|N|30|two -120000|USA|M|10|E|DBAP|N|22||1||PB|S|M|156|None (no degree completed)||N|42|two -140000|USA|M|20|E|DBAP|N|15||3||PB|S|M|100|Masters|No|YesExpired|50|one -90000|USA|M|5|E|D|N|5||6||PB|S|M|5|Bachelors (4 years)|Yes|N|50|one -107000|USA|M|15|E|D|Y|5||0||PB|S|F|20|Bachelors (4 years)|No|N|45|one -97000|USA|M|6|E||N|1||3||PB|S|F|4|Bachelors (4 years)|No|YesValid|40|five -127500|USA|M|7|E|E|Y|4||3||PB|SE|M|50|Bachelors (4 years)|Yes|N|45|one -45000|Romania|O|6|E|DBAG|N|2||2||PB|S|M|50|Masters|Yes|N|40|zero -70828|Spain|O|20|EC|A|N|18||0||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|40|zero -50000|India|M|14|E|DBAD|Y|7||3||LG|S|M|16|Bachelors (4 years)|Yes|YesExpired|40|zero -50000|Argentina|M|11|E|AN|N|11||1||PB|S|M|1|Bachelors (4 years)|Yes|N|40|zero -12000|Serbia-and-Montenegro|O|17|E|DBAG|N|0||6||FG|C|M|40|Masters|No|N|50|two -43000|Jamaica|O|7|E|DBAG|Y|3||1||PB|C|F|40|Masters|Yes|N|40|zero -160000|USA|SQLI|10|E|DA|Y|10||0||NP|S|M|20|Bachelors (4 years)|Yes|N|60|zero -135000|Switzerland|O|27|E|E|N|5||0||FG|SE|M|200|Masters|Yes|YesExpired|40|zero -139000|USA|M|17|E|DBAP|N|12||4||PB|S|M|1000|Bachelors (4 years)|Yes|YesExpired|45|two -110000|USA|O|9|E|DBAD|N|9||1||PB|S|M|20|Bachelors (4 years)|No|N|38|zero -72176|USA|M|3|E|DA|N|3||4||PB|S|M|3|Bachelors (4 years)|No|N|40|two -70000|USA|M|5|E|DBAP|N|4||1||NP|S|M|60|Bachelors (4 years)|Yes|YesValid|40|one -165000|USA|M|15|IC|DBAG|N|10||1||PB|S|M|10|Bachelors (4 years)|Yes|N|30|four -64000|UK|O|4|E|DBAD|N|4||4||PB|SR|M|3|Masters|No|N|40|zero -55000|USA|M|6|E|DBAG|N|3||2||E|S|M|100|Bachelors (4 years)|No|N|40|one -73000|USA|M|3|E|DBAP|N|3||2||PB|S|NB|56|Associates (2 years)|No|YesExpired|45|zero -2200|Ukraine||2|E|D|N|2||2||PB|S|M|0|Masters|Yes|N|40|two -92000|USA|M|15|E|M|Y|10||0||PB||M|15|Associates (2 years)||YesExpired|55|two -153500|USA|M|25|E|DBAG|N|2||0||PB|S|M|25|None (no degree completed)||YesExpired|48|two -75000|Sweden|M|20|EC|DBAG|N|11||0||PB|SE|M|200|None (no degree completed)||YesValid|45|three -92000|USA|O|4|E|DBAG|N|4||6||PB|S|M|40|Bachelors (4 years)|No|YesExpired|40|one -92000|USA|O|1|E|A|N|5||3||PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|40|one -90000|USA|M|22|E|DBAG|Y|2||2||PB|S|M|300|Bachelors (4 years)|No|N|50|zero -9900|Brazil|M|7|E|DBAG|N|7||2||PB|SR|M|30|Associates (2 years)|Yes|YesValid|44|zero -47219|Belgium|M|5|IC|DBAD|Y|2||6||PB|SR|M|300|Bachelors (4 years)|Yes|YesExpired|40|zero -150000|USA|M|25|E|DBAP|N|5||1||PB|S|M|20000|Bachelors (4 years)|No|YesExpired|45|five -40165|Malta|M|5|E|DBAG|N|1||0||PB|SR|M|4|None (no degree completed)|Yes|YesValid|39|zero -67000|UK|M|5|E|DBAP|N|25||1||PB|SR|M|100|Bachelors (4 years)|Yes|N|38|one -182000|USA|O|18|E|DBAG|N|4||1||PB|SR|F|45|Bachelors (4 years)|No|YesValid|45|five -110000|USA|M|15|E|DT|Y|15||3||PB|S|M|12|None (no degree completed)||N|40|one -40084|UK|M|2|E|DT|N|2||0||PB|C|M|2|None (no degree completed)|No|N|40|zero -168000|USA|M|27|EC|A|N|10||0||PB|SE|M|100|Bachelors (4 years)|No|YesExpired|50|five -135000|USA|M|20|E|M|Y|5||0||PB|S|M|20|Masters|No|YesExpired|40|five -109000|USA|M|6|E|DBAD|N|2||3||PB|S|M|120|None (no degree completed)||YesValid|45|zero -143000|USA|M|15|E|DBAD|N|4||6||PB|S|M|30|Bachelors (4 years)|Yes|YesValid|40|zero -50000|UK|M|7|E|D|N|7||2||PB|S|M|1|Bachelors (4 years)||YesExpired|37|zero -113000|USA|M|6|E|DBAD|Y|1||5||PB|S|M|200|Bachelors (4 years)|Yes|YesValid|40|one -120000|USA|T|4|E|AN|N|2||2||PB|SE|M|5|Bachelors (4 years)|No|N|40|zero -75000|USA|M|3|E|DBAD|Y|4||0||PB|S|F|1|Bachelors (4 years)|No|N|40|zero -172000|USA|M|3|E|D|N|5||6||PB|S|M|10|Bachelors (4 years)|No|N|50|one -47300|UK|M|3|E|DBAG|N|1||0||PB||M|5|Bachelors (4 years)||N|37|zero -163000|USA|M|7|E|DBAG|N|3||6||PB|SE|M|400|Bachelors (4 years)|No|YesValid|50|three -102000|USA|M|20|E|E|N|20||1||PB|S|M|2100|Associates (2 years)|Yes|N|42|two -108000|USA|M|15|E|D|N|7||6||PB|SE|M|100|None (no degree completed)||N|45|zero -95000|USA|O|21|E|DBAG|N|15||1||PB|S|M|35|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|4|E|DBAG|Y|1||2||PB|S|M|15|Bachelors (4 years)|Yes|N|40|zero -108000|USA|M|18|E|DBAG|N|4||5||PB|S|F|250|Associates (2 years)|Yes|YesValid|50|two -67000|UK|M|10|E|DBAG|N|2||0||PB|S||1600|Bachelors (4 years)|Yes|YesValid|40|one -56|Brazil|M|5|E|DBAG|N|3||6||PB|SE|M|200|Bachelors (4 years)|No|YesExpired|50|one -31000|Hungary|M|16|E|DBAP|N|5||4||PB|S|M|120|Bachelors (4 years)|Yes|YesValid|46|zero -125000|USA|M|17|EC|A|Y|2||0||FG|S|F|15|Bachelors (4 years)|Yes|N|45|four -93000|USA|M|10|E|DBAG|N|10||0||SG|SR|M|400|None (no degree completed)||YesExpired|50|three -90000|USA|M|6|E|AN|N|5||0||PB||F|5|Masters|Yes|N|42|zero -44000|USA|A|1|E|DT|N|2||1||PB|S|M|3|Bachelors (4 years)|Yes|N|37|zero -82000|USA|M|7|E|AN|N|1||6||PB|SE|F|0|Bachelors (4 years)|Yes|N|35|two -135000|USA|M|12|E|DBAG|N|3||1||PB|C|M|10|Associates (2 years)||YesValid|55|five -160000|USA|M|21|IC|D|Y|12||3||PB|S|M|12|Associates (2 years)|No|YesValid|55|four -91000|USA|P|2|E|DA|N|8||5||PB|SE|M|4|Bachelors (4 years)|Yes|N|45|zero -75110|USA|M|2|E|DBAG|N|2||1||LG|S|M|7|Bachelors (4 years)|Yes|YesExpired|40|zero -60000|Greece|M|13|E|M|Y|4||0||PB||M|400|Masters|Yes|N|48|zero -100000|USA|M|20|E|E|N|2||1||PB|S|M|5|None (no degree completed)||N|50|zero -58000|Canada|M|10|E|DT|N|10||1||PB|S|M|2|Bachelors (4 years)|Yes|N|40|three -90000|USA|M|6|E|D|N|1||1||PB|S|M|16|Bachelors (4 years)|No|N|40|zero -130000|USA|M|8|E|DBAG|N|6||0||PB|S|M|25|None (no degree completed)||N|40|one -125000|USA|M|20|E|DBAG|N|1||4||PB|C|M|75|None (no degree completed)|No|N|50|one -160000|USA|M|15|E|DBAD|N|4||1||PB|S|M|50|Bachelors (4 years)|No|YesValid|50|one -94000|USA|M|7|E|DT|N|7||6||PB|SE|F|4|Masters|Yes|YesValid|40|one -79000|USA|M|15|E|DBAP|N|25||2||E|S|M|75|Bachelors (4 years)|Yes|YesExpired|45|zero -84000|USA|M|8|EC|A|N|3||1||E|C|M|16|None (no degree completed)||YesValid|40|zero -89750|USA|M|15|E|DBAG|N|15||0||PB|S|F|63|Bachelors (4 years)|Yes|YesExpired|50|five -26000|UK|M|3|E|DT|N|2||1||PB|C|F|10|Bachelors (4 years)||N|45|zero -85000|USA|M|9|EC|DA|N|9||2||PB|S|M|3|Bachelors (4 years)|Yes|YesValid|40|zero -80000|USA|M|3|E|DBAG|N|1||6||PB|S|F|35|Masters|Yes|N|45|one -110000|USA|M|12|E|DBAP|N|12||3||PB|S|F|221|Masters|No|N|40|zero -130000|USA|M|10|E|DT|N|1||6||PB|S|M|70|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|12|E|DT|N|1||0||PB|S|M|35|Bachelors (4 years)|No|YesExpired|45|zero -82500|USA|M|0|E|D|N|0||3||PB|S|M|3|Bachelors (4 years)|No|YesValid|45|zero -100000|USA|M|8|E|DT|N|1||4||PB|S|M|13|Bachelors (4 years)|No|YesExpired|42|zero -73000|CzechRepublic|O|20|IC|D|N|20||2||PB|S|M|6|None (no degree completed)||YesValid|45|zero -125000|USA|M|9|E|A|N|7||6||PB|C|M|450|Masters|Yes|YesExpired|40|two -115000|UK|M|20|IC|DBAG|N|12||0||PB|SE|M|50|Bachelors (4 years)|Yes|YesValid|38|five -22000|Brazil|O|4|E|DBAP|N|4||6||PB|S|M|50|Associates (2 years)|Yes|YesValid|45|two -74000|USA|M|4|E|DT|N|2||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|55|one -145000|USA|M|13|E|A|N|4||1||PB|S|M|8|Associates (2 years)|Yes|N|50|zero -138000|USA|M|17|E|DA|Y|32||0||PB|S|M|10|None (no degree completed)||YesExpired|40|five -65000|USA|M|15|E|DBAP|N|15||1||PB|||400|Bachelors (4 years)|Yes|YesExpired|45|one -80000|Sweden|M|19|E|DBAD|N|19||0||PB|SR|M|20|Associates (2 years)|Yes|N|40|one -90000|Canada|M|20|IC|DBAP|N|10||4||PB|SE|M|60|Bachelors (4 years)|Yes|YesExpired|40|one -96000|USA|M|6|E|DBAD|N|10||0||PB|SR|M|4|Associates (2 years)|Yes|YesValid|42|one -106000|USA|M|4|E|DBAP|N|5||1||NP||M|68|None (no degree completed)||YesExpired|45|one -80200|UK|O|5|E|DBAD|N|0||2||PB|S|M|15|Bachelors (4 years)|Yes|YesValid|40|one -98866|Australia|M|8|E|E|Y|2||0||PB||M|500|None (no degree completed)||YesValid|52|five -96000|USA|M|10|E|DBAG|N|3||1||PB|SE||3000|Bachelors (4 years)|Yes|YesExpired|50|zero -100000|USA|M|7|E|DBAD|Y|3||3||PB|SR|F|30|Bachelors (4 years)|No|N|65|one -350000|USA|M|10|IC|A|N|10||0||PB|S|M|50|Masters|Yes|YesValid|50|five -53000|UK|M|2|E|DA|N|2||2||PB|S|M|10|Bachelors (4 years)|No|N|39|zero -94000|USA|M|8|E|DBAP|N|7||5||PB|S|M|150|Bachelors (4 years)|No|YesValid|40|three -97000|USA|M|12|E|DBAP|N|12||0||PB|S|M|55|Bachelors (4 years)|Yes|YesValid|48|one -125000|USA|M|17|E|DBAG|N|1||0||PB|SR|M|30|Bachelors (4 years)|No|YesValid|50|zero -17000|India|M|5|E|D|Y|5||2||PB|SR|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -87000|USA|M|3|E|DA|N|4||0||PB|S|F|4|Bachelors (4 years)|Yes|N|40|one -60000|UK|M|12|E|D|Y|3||4||PB|S|M|3|Bachelors (4 years)|Yes|N|37|zero -36000|South-Africa|M|11|E|DA|N|13||2||PB|SR|M|15|Bachelors (4 years)|Yes|N|40|zero -138000|USA|M|9|E|DBAP|N|6||3||PB|S|M|150|Bachelors (4 years)|Yes|YesExpired|45|one -85000|USA|M|10|E|DBAG|Y|6||0||NP|S|M|10|None (no degree completed)||N|45|zero -7500|Colombia|M|1|IC|E|N|1||1||SG|C|M|1|Bachelors (4 years)|Yes|YesValid|30|two -140000|New-Zealand|M|20|IC|A|N|25||0||FG|S|M|10|Bachelors (4 years)|Yes|YesValid|32|zero -88000|Germany|M|13|E|DA|N|14||0||PB|S|M|5|None (no degree completed)||N|42|zero -1967|Portugal|M|1|E|M|Y|1||0||PB|S|M|2|Bachelors (4 years)|Yes|YesValid|50|five -51000|New-Zealand|M|5|E|DBAP|N|4||6||PB||F|200|Bachelors (4 years)|Yes|YesExpired|38|zero -30692|Portugal|M|7|E|DBAG|N|8||6||PB|C|M|1000|Associates (2 years)|Yes|YesExpired|40|zero -64000|New-Zealand|M|10|E|DBAG|N|6||5||LG|SR|M|250|Bachelors (4 years)|No|YesExpired|40|zero -80000|USA|M|3|E|DA|N|6||3||PB|S|M|6|Associates (2 years)|Yes|YesValid|40|zero -235000|USA|T|5|E|A|Y|25||0||PB|S|M|7000|Associates (2 years)|Yes|N|45|zero -90500|Denmark|M|8|E|D|N|2||0||PB|S|M|5|Associates (2 years)||YesValid|40|zero -135500|Denmark|M|12|E|DBAP|N|7||2||PB|S|M|500|None (no degree completed)||YesValid|37|zero -60000|India|M|12|E|DBAP|N|12||6||SG|SE|M|10000|Bachelors (4 years)|No|YesExpired|56|zero -128000|Italy|M|19|IC|DBAP|Y|6||1||PB|S|M|50|Bachelors (4 years)|Yes|YesValid|50|four -112000|USA|M|16|E|DBAG|N|16||6||PB|SR|M|250|Bachelors (4 years)|No|N|50|zero -54000|Poland|M|5|IC|A|Y|1||0||PB|S|M|3|Bachelors (4 years)|Yes|YesValid|40|one -19600|Portugal|M|6|E|DBAP|N|6||3||PB|S|M|120|None (no degree completed)|Yes|YesExpired|50|zero -32000|USA|M|4|E|DT|N|4||0||PB|SR|M|1|None (no degree completed)||YesExpired|40|zero -83664|New-Zealand|M|8|E|DA|Y|1||0||PB|S|M|10|None (no degree completed)||YesValid|40|zero -84000|Australia|M|1|E||N|2||0||PB||M|8|None (no degree completed)||N|38|zero -160000|USA|M|15|E|DBAG|N|15||0||NP|S|M|4|Bachelors (4 years)|Yes|YesExpired|50|zero -71200|Australia|M|6|E|DA|N|6||1||PB|C|M|15|Masters|Yes|N|40|zero -73574|Australia|M|13|E|AN|Y|20||0||PB|S|M|300|Bachelors (4 years)|Yes|YesExpired|60|zero -102000|USA|M|5|E|DBAG|N|2||1||PB|SR|M|100|Bachelors (4 years)|No|N|40|zero -100000|Australia|M|14|E|DA|N|17||0||PB|S|M|2|Bachelors (4 years)||YesExpired|38|zero -112000|USA|M|13|E|DBAG|N|6||5||PB|SE|M|100|Bachelors (4 years)|Yes|YesExpired|45|two -90000|Australia|M|12|E|DBAP|N|12||2||E|S|M|120|Bachelors (4 years)|Yes|YesExpired|35|zero -60000|Sweden|M|3|E|A|N|3||0||PB|SR|M|8|None (no degree completed)||N|40|zero -59000|Sweden|M|10|E|DBAP|N|10||1||PB|SR|M|100|None (no degree completed)||N|40|four -54000|Australia|M|17|IC|DA|N|9||5||PB|SR|M|10|Bachelors (4 years)|No|N|40|four -83234|UK|M|6|E|DBAG|N|1||3||PB|S|M|200|None (no degree completed)|No|N|55|zero -72000|Sweden|M|10|EC|DBAD|N|2||0||PB|SE|M|200|None (no degree completed)||YesExpired|36|zero -93711|UK|M|8|E|DBAG|N|1||1||PB|SR|M|10|None (no degree completed)||YesValid|35|zero -54500|UK|M|15|E|DT|Y|2||1||E|S|M|12|Associates (2 years)||YesExpired|41|zero -48000|UK|M|10|E|DT|N|10||3||PB|SR|M|40|Bachelors (4 years)|No|N|55|three -33000|Hungary|A|4|EC|D|Y|2||5||PB|C|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -106500|USA|M|12|E|DT|N|1||0||PB|S|F|1|Bachelors (4 years)|Yes|N|45|three -50000|Turkey|O|8|E|DBAD|N|7||0||SG|C|M|4|Doctorate/PhD|Yes|YesValid|40|one -140000|USA|O|20|E|DBAP|N|20||6||PB|SR|M|40|Masters|No|YesExpired|42|one -67600|Singapore|M|7|E|AN|N|10||2||PB|SR|M|4|Associates (2 years)|Yes|N|45|zero -1375000|USA|M|8|P|D|Y|18||0||PB|SE|M|1|Masters|No|N|32|one -70000|USA|M|4|E|AN|Y|4||6||NP||M|200|Bachelors (4 years)|Yes|N|50|two -180000|Australia|O|4|E|A|N|3||5||PB|SE|M|5000|Bachelors (4 years)|Yes|YesValid|40|two -115000|Australia|M|14|E|DBAG|N|5||0||SG|S|M|500|Bachelors (4 years)|Yes|YesExpired|40|zero -72500|New-Zealand|M|8|E|DBAP|N|8||3||PB|S|M|36|Bachelors (4 years)|Yes|YesValid|45|zero -110000|Australia|M|15|EC|D|N|15||1||PB|S|M|10|Bachelors (4 years)|Yes|N|45|zero -84500|Australia|M|7|E|AN|N|1||6||PB|S|M|100|Masters|Yes|YesValid|50|five -83000|USA|M|2|E|AN|Y|5||0||PB|S|M|80|Bachelors (4 years)|Yes|N|42|zero -95000|USA|M|10|E|AN|N|1||1||PB|S|M|9|Bachelors (4 years)|No|N|45|zero -56500|USA|M|3|E|DA|N|3||1||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|50|zero -66000|Australia|M|3|E|E|N|3||1||PB|S|M|5|Bachelors (4 years)|Yes|N|45|zero -110000|USA|M|11|E|E|N|1||0||PB|S|F|500|Bachelors (4 years)|No|N|43|one -100000|USA|M|15|E|DT|N|3||1||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|45|zero -85000|USA|M|7|E|D|N|4||0||PB|S|M|6|Bachelors (4 years)|Yes|N|45|zero -121000|USA|MDB|6|E|DBAG|N|10||1||PB|SE|M|60|Bachelors (4 years)|No|N|40|zero -31650|India|M|14|E|DBAG|N|2||0||PB|C|M|50|Bachelors (4 years)|Yes|YesValid|40|five -97000|USA|M|6|E|M|Y|2||1||PB|S|M|2|Masters|Yes|YesExpired|50|zero -140000|USA|M|15|E|DBAD|N|15||3||PB|SR|M|55|Bachelors (4 years)|Yes|N|45|zero -81500|USA|M|4|E|DBAG|N|4||0||PB|S|M|300|Bachelors (4 years)|Yes|N|90|zero -109000|USA|M|8|E|DBAP|N|8||2||PB|S|M|80|Bachelors (4 years)|Yes|N|40|zero -156000|USA|M|15|E|M|Y|8||0||PB|SR|M|50|Bachelors (4 years)|Yes|N|50|zero -34466|Australia|M|1|E|DA|N|1||0||PB|SR|M|3|Bachelors (4 years)|Yes|N|42|zero -486000|Australia|M|9|E||N|9||0||PB|S|M|1|Bachelors (4 years)|No|N|40|zero -220000|USA||15|E|E|N|3||4||PB|C|M|10|Bachelors (4 years)|No|N|65|one -110000|Israel|M|9|E|DBAG|N|1||5||PB|S|M|10|Bachelors (4 years)|Yes|N|45|zero -45352|South-Africa|M|20|E|DBAG|N|10||0||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -50250|Jordan|M|7|E|DA|N|16||3||PB|S|M|7|Bachelors (4 years)|Yes|YesValid|40|one -55000|Russia|M|19|E|D|Y|5||4||PB||M|7|Masters||YesValid|40|two -57000|Sweden|M|12|E|DBAP|N|1||0||LG|S|M|50|None (no degree completed)|No|N|40|zero -55000|South-Africa|M|5|E|DA|N|6||1||PB|S|M|2|None (no degree completed)||N|9|zero -27000|Turkey|M|12|EC|D|Y|10||0||PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|45|zero -55900|South-Africa|M|6|E|DA|N|4||1||PB|SR|M|5|Bachelors (4 years)|No|N|40|five -25000|France|M|3|E|DT|N|3||1||PB||M|6|Bachelors (4 years)|Yes|YesExpired|37|zero -45000|Slovenia|M|10|E|A|Y|3||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|one -52942|Sweden|M|1|EC|DBAG|N|1||6||PB|S|M|30|Masters|Yes|YesValid|40|zero -90000|Denmark|M|2|E|M|Y|5||0||PB|S|M|2|Masters|No|N|42|zero -56000|Sweden|M|15|E|DBAP|N|15||1||SG|S|M|70|None (no degree completed)||N|40|zero -24800|CzechRepublic|M|12|E|DT|Y|1||1||PB|S|M|10|Associates (2 years)||YesValid|5|zero -143000|Denmark|M|10|E|A|N|8||0||PB||M|10|Masters|Yes|YesExpired|45|zero -43000|Belgium|M|3|E|DBAP|Y|3||4||FG|S|M|20|Bachelors (4 years)|Yes|YesValid|38|two -68000|Romania|M|11|E|DBAP|N|11||6||PB|SR|M|70|Masters|Yes|YesValid|40|zero -79000|USA|M|6|E|DT|N|4||1||PB|S|M|10|Bachelors (4 years)|No|YesExpired|45|zero -34100|CzechRepublic|M|12|E|DBAG|Y|5||2||PB|S|M|250|Bachelors (4 years)|Yes|N|45|two -107000|Denmark|M|8|E|DBAP|N|1||6||PB|S|M|1000|Associates (2 years)|Yes|YesExpired|37|zero -79000|Denmark|M|12|E|D|N|1||4||PB|S|M|6|Associates (2 years)||N|45|zero -77000|South-Africa|M|10|E|A|Y|6||0||PB||M|20|Associates (2 years)|Yes|N|60|five -27000|Slovakia|M|5|E|E|N|6||2||PB|S|M|4|Masters|Yes|N|38|zero -47000|UK|M|5|E|AN|Y|2||0||E|SE|M|3|Associates (2 years)|Yes|N|38|zero -46000|CzechRepublic|M|15|E|DA|N|7||0||PB|S|M|30|Masters|Yes|N|40|zero -47000|Spain|M|9|E|DBAD|Y|9||1||PB|S|F|8|Bachelors (4 years)|Yes|N|40|zero -100500|Germany|M|20|E|A|Y|2||4||PB|S|M|6|Masters|Yes|YesExpired|40|zero -56000|Belgium|M|6|E|E|N|3||2||PB|S|M|120|None (no degree completed)||YesValid|45|three -56000|UK|M|8|E|D|N|9||1||NP|C|M|3|Bachelors (4 years)|No|N|35|zero -55000|Sweden|M|5|IC|DA|N|20||5||PB||M|20|Masters|Yes|YesExpired|40|one -66962|UK|M|6|E|M|Y|6||0||PB|S||1|None (no degree completed)||N|55|four -52000|UK|M|10|E|A|N|3||4||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|40|four -93000|USA|M|6|E|DBAG|N|4||0||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|40|zero -45000|Italy|M|10|E|DA|N|18||5||PB|S|M|2|None (no degree completed)|Yes|YesValid|40|zero -61636|UK|M|6|E|DBAP|N|6||1||PB|SE|M|400|Bachelors (4 years)||N|35|zero -85000|Germany|M|15|E|DBAP|N|15||5||PB|SE|M|800|Masters|Yes|YesExpired|44|two -44000|France|M|15|E|DBAP|N|11||1||PB|SE|M|50|Associates (2 years)|No|YesExpired|39|one -56280|UK|M|3|E|DBAG|N|5||0||PB|S|M|80|Bachelors (4 years)|Yes|N|37|zero -62239|UK|M|8|E|DBAP|N|8||1||PB|S|M|26|Bachelors (4 years)|Yes|N|40|zero -65000|UK|M|5|E|DBAG|N|2||0||NP|S|M|10|None (no degree completed)||YesValid|40|zero -82000|UK|M|10|E|DBAP|N|7||5||PB|S|M|50|None (no degree completed)||YesValid|38|one -61562|UK|M|8|E|DT|N|2||1||PB||M|5|Bachelors (4 years)|Yes|YesValid|41|zero -84500|UK|M|20|E|M|Y|3||0||PB|S|M|12|Bachelors (4 years)|Yes|YesValid|40|zero -67000|UK|M|5|E|M|Y|2||0||PB|S|M|2|Doctorate/PhD|No|N|40|zero -56900|UK|M|17|E|DA|N|17||3||FG||M|5|Masters|No|YesExpired|37|two -48240|UK|M|15|E|DBAP|N|2||1||PB|S|M|40|Bachelors (4 years)|Yes|N|40|zero -60000|Ireland|M|11|E|DBAG|Y|11||0||PB|SR|M|8|Bachelors (4 years)|Yes|N|40|zero -10650|Croatia|M|1|E|D|N|2||1||PB|S|M|3|Masters|Yes|N|40|zero -67050|Netherlands|M|14|EC|E|N|11||1||PB|SE|M|10|None (no degree completed)|No|YesValid|40|zero -81000|UK|M|19|EC||N|3||0||PB|C|M|0|Bachelors (4 years)|No|YesValid|40|three -50000|UK|M|4|E|DBAP|N|4||0||PB|SR|M|34|Bachelors (4 years)|Yes|YesValid|40|five -91200|UK|M|14|E||Y|2||2||PB|SR|M|10|None (no degree completed)||N|47|two -101000|Germany|M|6|E|DBAP|N|4||0||PB|S|M|50|Bachelors (4 years)|Yes|N|40|five -64651|Germany|O|3|E|A|Y|3||0||PB|SE|M|6|Bachelors (4 years)|Yes|N|39|zero -83000|UK|M|20|E|DBAG|Y|13||2||PB|SR|M|28|Bachelors (4 years)|No|YesValid|36|zero -73702|UK|M|7|E|DBAG|N|6||0||PB|S|M|30|Bachelors (4 years)|Yes|YesExpired|37|zero -44500|UK|M|10|E|DBAD|N|10||0||PB|SR|M|3|None (no degree completed)||YesValid|38|one -71600|Sweden|M|14|EC|DBAP|N|2||0||PB||M|150|Associates (2 years)|Yes|YesValid|45|one -66000|Germany|M|4|E|DBAP|N|4||2||FG||M|74|None (no degree completed)||YesValid|40|zero -70000|Norway|M|15|EC|E|N|5||2||PB||M|1000|None (no degree completed)||YesExpired|60|two -67060|UK|M|5|E|M|Y|3||0||PB|SE|M|20|Bachelors (4 years)|Yes|N|40|zero -104000|UK|M|10|E|DBAG|Y|5||0||PB|S|M|20|Bachelors (4 years)|Yes|N|38|zero -90000|UK|M|12|E|D|N|12||4||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -46500|Finland|M|7|E|DBAG|N|8||1||PB|S|M|8|Masters|Yes|YesValid|38|zero -55000|UK|M|5|E|DBAG|N|1||0||PB|SR|M|5|Bachelors (4 years)||N|40|zero -40000|Germany|M|3|E|DBAG|N|3||1||PB|S|M|30|None (no degree completed)||YesValid|40|zero -175000|USA|M|18|E|DBAG|N|2||2||PB|C|M|50|Bachelors (4 years)|No|YesExpired|36|five -58000|UK|M|8|E|DBAP|N|5||1||PB|SR|M|10|Bachelors (4 years)|No|YesExpired|37|zero -32000|Brazil|M|6|E|DT|N|3||0||PB|SR|M|1|Bachelors (4 years)|No|YesValid|50|zero -54952|UK|M|4|E|M|Y|4||1||FG|SR|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -55000|UK|M|9|E|DBAP|N|9||0||PB|SR|M|80|None (no degree completed)||N|37|zero -15600|India|M|9|E|DBAG|Y|9||5||PB|S|M|170|Bachelors (4 years)|Yes|YesValid|40|zero -138000|USA|M|15|E|DBAD|N|10||0||FG|S|M|15|Bachelors (4 years)|No|N|40|zero -60267|UK|M|8|E|DA|N|1||2||PB|SE|M|0|Bachelors (4 years)|No|N|35|zero -75000|UK|M|10|E|A|Y|4||0||PB|SR|M|20|Bachelors (4 years)|Yes|N|40|three -160000|UK|M|22|IC|DBAP|Y|25||1||PB|S|M|250|Masters|Yes|YesValid|40|one -62000|Sweden|M|10|E|E|N|20||1||PB|S|M|2|None (no degree completed)|Yes|YesExpired|40|zero -50000|Austria|M|5|E|DT|N|1||1||PB||F|10|Masters|No|YesExpired|40|zero -52050|UK|M|11|E|DBAG|N|11||0||PB|SE|M|22|Bachelors (4 years)|Yes|YesValid|40|three -87100|UK|M|6|E|DBAG|N|2||3||PB|S|M|200|Bachelors (4 years)|No|YesExpired|37|zero -67000|UK|M|10|E|DT|Y|2||1||PB|S|M|2|Masters|Yes|YesValid|40|one -63000|Austria|M|7|E|DA|Y|7||0||PB|SE|M|3|Doctorate/PhD|No|YesValid|40|zero -80000|Germany|M|12|E|DT|N|12||1||PB|S|M|13|Bachelors (4 years)||N|38|zero -68500|UK|M|7|E|DT|N|4||2||PB|SE|M|12|Bachelors (4 years)|No|N|37|one -54600|India|M|15|E|DBAP|N|5||0||PB|S|M|2000|Bachelors (4 years)|Yes|N|60|one -38000|Hungary|M|15|E|DA|N|3||0||PB||M|8|Bachelors (4 years)|Yes|YesValid|40|four -109000|USA|M|7|E|DBAP|N|7||0||PB|S|M|30|None (no degree completed)||N|40|zero -53000|UK|M|6|E|DBAG|N|4||2||PB|SR|M|60|Bachelors (4 years)|Yes|YesValid|40|five -56000|UK|M|12|E|DBAG|Y|4||1||FG|S|M|95|Bachelors (4 years)|Yes|N|40|one -106000|USA|M|5|E|M|Y|1||0||PB|SE|M|1|Bachelors (4 years)|No|N|50|zero -110000|USA|M|10|E|M|Y|5||1||PB|C|M|20|None (no degree completed)||YesExpired|50|one -82000|USA|M|2|E|E|N|5||0||PB|S|M|1|None (no degree completed)|No|N|50|five -65000|USA|M|3|E|DBAG|N|3||0||E|S|M|6|Masters|Yes|YesValid|50|zero -97000|USA|M|15|E|M|Y|8||0||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|50|zero -23000|Italy|M|5|E|DA|Y|7||1||PB||M|5|None (no degree completed)||N|45|zero -86500|USA|M|13|E|DT|N|13||0||NP||M|3|Bachelors (4 years)|No|N|35|zero -65000|USA|M|5|E|A|N|4||0||E||M|20|Bachelors (4 years)|Yes|N|40|zero -72000|USA|M|10|E|M|Y|7||0||E|S|M|3|Bachelors (4 years)|Yes|N|40|zero -75000|USA|M|5|EC|DBAG|N|5||1||PB|SR|M|100|Masters|Yes|YesValid|40|zero -65000|USA|M|2|E|DBAG|N|2||0||PB|S|F|12|Bachelors (4 years)|Yes|YesValid|45|zero -60000|USA|M|7|E|DA|N|7||1||PB|S|M|1|Associates (2 years)|Yes|N|40|zero -102000|USA|M|8|E|AN|N|6||1||PB|SE|M|6|Associates (2 years)|No|N|40|zero -45000|USA|M|1|E|DT|N|0||6||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|5|E|DBAG|N|5||3||PB||M|8|Masters|No|YesValid|45|five -67000|USA|MA|2|E|AN|N|1||0||PB|SE|M|3|Masters|Yes|N|44|zero -130000|USA|M|15|E|DBAP|N|20||0||PB|S|M|6|Bachelors (4 years)|Yes|YesExpired|50|five -66625|USA|M|5|E|D|N|2||1||NP|S|M|5|Bachelors (4 years)|Yes|N|43|zero -24145|UK|M|5|E|DBAG|N|5||0||PB|SR|M|4|None (no degree completed)|Yes|YesValid|40|zero -111000|USA|M|8|E|DBAP|N|3||1||NP|S|M|540|None (no degree completed)||YesExpired|45|zero -185000|Uganda|M|10|E|M|Y|10||0||PB|SE|M|3|Bachelors (4 years)|No|N|50|zero -160000|USA|M|15|E|A|N|20||0||PB|S|M|12|Bachelors (4 years)|Yes|YesValid|40|two -140000|USA|M|10|E|M|Y|3||0||PB|S|M|140|Masters|Yes|N|55|zero -90000|USA|M|20|E|DBAD|Y|9||3||SG|SE|M|20|Bachelors (4 years)|Yes|N|40|five -100000|USA|M|5|E|A|N|6||3||NP|S|M|10|Bachelors (4 years)|No|N|40|zero -50000|Belgium|M|12|E|DA|N|11||6||PB|SR|M|5|None (no degree completed)|Yes|YesValid|38|zero -128000|USA|M|17|E|DBAG|N|10||1||PB|SR|NB|400|Associates (2 years)|Yes|YesExpired|38|two -200000|USA|M|6|E|M|Y|6||0||PB|S|M|500|Masters|Yes|N|50|one -79000|USA|M|10|P|DBAD|N|19||1||NP|S|F|15|Bachelors (4 years)|Yes|YesExpired|30|three -85000|Canada|M|10|E|DBAP|N|33||3||PB|S|M|150|Bachelors (4 years)|Yes|YesExpired|36|zero -160000|USA|M|20|E|M|Y|20||0||PB|S|M|2|Bachelors (4 years)|Yes|N|50|zero -90000|USA|M|5|E|M|Y|1||0||PB|SE|M|3|Bachelors (4 years)|No|N|60|zero -151000|USA|M|28|E|A|N|6||0||PB|S|M|60|Bachelors (4 years)|Yes|N|35|zero -130000|USA|M|12|E|M|Y|2||1||PB|SR|M|2|Bachelors (4 years)|Yes|N|40|one -113650|USA|M|20|E|M|Y|12||1||PB|SR|M|10|Bachelors (4 years)|No|YesExpired|40|five -108707|USA|O|16|E|DT|N|3||6||PB||M|12|Doctorate/PhD|No|N|40|two -62000|USA|M|7|E|DA|N|7||1||PB|C|M|2|Bachelors (4 years)|Yes|N|40|two -109000|USA|M|10|E|DA|Y|5||4||PB||M|2|None (no degree completed)||N|45|three -153000|USA|M|18|E|DBAG|Y|4||1||PB||M|26|Bachelors (4 years)|No|YesExpired|50|zero -88000|USA|M|10|E|E|N|12||2||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -160000|USA|M|22|E|DA|N|30||1||PB|SR|M|150|None (no degree completed)||N|55|four -94500|USA|M|16|E|DBAG|N|12||0||PB|S|M|85|Bachelors (4 years)|Yes|YesValid|40|three -63000|USA|M|5|E|DBAP|N|5||1||NP||M|5|Associates (2 years)||YesExpired|40|zero -98500|USA|M|18|E|DBAD|N|9||0||PB|S|M|12|Bachelors (4 years)|No|YesValid|42|five -80000|Switzerland|O|2|E|DBAG|N|2||1||PB||M|120|Associates (2 years)|No|YesValid|35|five -70000|USA|MS|10|E|E|N|10||2||PB|SR|M|6|Associates (2 years)|No|YesValid|40|zero -142000|USA|M|5|EC|M|Y|3||0||PB|C|M|40|Bachelors (4 years)|No|N|60|one -76000|USA|M|5|E|AN|N|5||6||SG|S|M|400|Bachelors (4 years)|Yes|N|38|one -110000|USA|M|10|E|DA|Y|2||0||PB|S|M|6|Bachelors (4 years)|Yes|N|40|zero -50000|Netherlands|M|3|EC|DBAG|N|3||1||PB|SE|F|5|Bachelors (4 years)|No|YesValid|40|zero -125000|USA|M|15|E|DBAP|N|2||0||PB|S|M|25|Bachelors (4 years)|Yes|YesValid|45|four -61000|USA|M|3|E|DBAP|N|1||0||SG||M|10|Bachelors (4 years)|Yes|N|40|zero -75000|USA|M|12|E|DT|N|22||1||NP|S|M|12|Bachelors (4 years)|Yes|N|40|four -107000|USA|M|22|E|DBAD|N|22||1||NP|S|M|7|Bachelors (4 years)|Yes|N|40|one -117000|USA|M|20|E|M|Y|2||0||PB|S|M|70|Bachelors (4 years)|Yes|YesValid|40|one -57000|Belgium|M|12|E|DBAG|N|12||0||NP|S|M|8|Masters|No|N|38|zero -135300|USA|M|3|EC|M|Y|6||1||PB|C|M|3|Masters|Yes|YesExpired|45|zero -4200|Portugal|M|10|E|DA|N|10||6||PB|S|M|20|Masters|Yes|YesValid|40|zero -105000|USA|M|10|E|DBAD|N|8||0||E|SE|F|12|Masters|Yes|YesExpired|40|zero -130000|USA|M|7|E|M|Y|3||0||PB|S|M|1000|Bachelors (4 years)|Yes|N|48|three -325000|USA|M|15|E|D|Y|4||0||PB|S|M|2|None (no degree completed)||YesExpired|60|two -60360|UK|M|10|E|D|Y|10||1||PB|SE|M|15|Masters|Yes|YesValid|40|zero -70000|USA|M|15|E|DBAG|N|3||0||PB|S|M|10|Associates (2 years)|Yes|N|40|zero -73000|USA|M|15|E|DBAP|N|4||0||LG|S|M|25|Associates (2 years)|Yes|YesValid|45|zero -120000|USA|M|8|E|E|N|1||0||NP|S|M|50|Masters|No|YesValid|40|two -96000|USA|M|10|EC|DBAG|Y|3||2||FG|S|M|5|Bachelors (4 years)|Yes|N|40|zero -122000|USA|M|20|E|DT|Y|6||0||PB|SR|M|8|Bachelors (4 years)|Yes|YesExpired|50|five -93000|USA|M|15|E|DBAP|N|15||1||SG|C|M|50|Masters|Yes|YesValid|40|zero -85571|USA|M|8|E|E|N|8||6||PB|S|M|150|Bachelors (4 years)|Yes|N|42|zero -100000|Belarus|M|6|E|DA|N|1||3||PB||M|5|Masters|No|YesValid|40|five -125000|USA|M|15|E|D|Y|10||0||NP|S|F|5|Bachelors (4 years)|No|YesExpired|40|five -67000|Canada|M|15|E|DBAG|N|10||0||PB||M|50|None (no degree completed)|Yes|YesValid|35|zero -83000|USA|M|3|E|AN|N|3||0||PB|SE|M|6|None (no degree completed)||N|50|one -65000|USA|M|5|E|DT|N|2||2||PB|S|M|5|Bachelors (4 years)|Yes|N|40|zero -88000|USA|M|7|E|M|N|7||0||PB||M|3|Masters|Yes|N|50|zero -77000|Canada|M|15|E|DBAG|N|9||1||FG|SE|M|180|Associates (2 years)|No|YesExpired|40|one -99000|USA|M|5|E|DBAP|Y|3||0||PB|S|F|12|Masters|No|YesExpired|50|five -41300|Malta|M|10|E|DT|N|10||6||PB|S|F|10|Bachelors (4 years)|Yes|YesValid|40|zero -155000|USA|M|12|E|DBAG|N|12||1||PB|SE|M|40|Masters|Yes|YesValid|45|one -122000|USA|M|12|E|DBAG|Y|6||1||PB|S|F|50|Bachelors (4 years)|Yes|YesExpired|42|five -113000|USA|M|25|E|A|N|4||0||PB|SE|M|6|None (no degree completed)||N|40|zero -65000|USA|M|2|E|DA|N|1||5||PB|S|M|10|Bachelors (4 years)|Yes|N|40|one -30000|Netherlands|M|1|EC|DT|N|1||6||PB|SE|M|5|Bachelors (4 years)|No|YesValid|40|zero -84000|USA|M|15|E|DBAG|N|9||1||PB|S|M|20|Associates (2 years)|No|N|40|one -225000|USA|M|14|EC|A|Y|12||1||PB|SR|M|50|Masters|Yes|N|50|five -75000|Finland|M|17|E|DT|N|3||0||PB|S|M|1|None (no degree completed)||N|38|zero -100000|USA|M|7|E|M|N|5||0||PB|SE|M|4|Associates (2 years)|Yes|YesExpired|55|five -84460|USA|O|5|E|DBAG|N|4||6||PB|S|M|400|Bachelors (4 years)|Yes|N|40|one -84000|USA|M|10|E|AN|N|10||3||PB|S|M|52|Associates (2 years)|No|YesExpired|48|five -28000|Mexico|A|1|EC|DA|N|1||0||PB|SE|M|5|Bachelors (4 years)|Yes|YesValid|43|two -50000|Canada|M|5|E|DA|N|4||2||PB||M|30|Associates (2 years)|Yes|N|40|zero -47000|Netherlands|M|5|E|DBAG|N|5||1||PB|S|M|30|Bachelors (4 years)|No|YesExpired|40|zero -102500|USA|M|13|E|DBAP|N|3||6||FG|S|M|350|Bachelors (4 years)|Yes|N|45|zero -100000|USA|M|8|E|DBAP|Y|8||1||LG|S|M|70|Masters|Yes|YesValid|40|zero -55000|Canada|M|8|E|DBAG|N|5||0||PB|S|M|10|None (no degree completed)||N|35|five -90000|CzechRepublic|M|17|E|DA|Y|16||2||PB|S|M|45|None (no degree completed)||YesExpired|40|zero -57641|UK|M|9|E|DT|N|9||1||PB|C|M|8|None (no degree completed)||YesValid|37|one -88000|USA|M|5|E|DBAP|N|5||1||PB|S|F|300|Bachelors (4 years)|Yes|N|85|five -88000|USA|M|4|E|DBAG|N|1||0||PB|S|M|4|Bachelors (4 years)|Yes|N|42|zero -120000|USA|M|17|E|DBAP|N|6||2||PB||M|60|Bachelors (4 years)|Yes|YesExpired|40|three -72000|USA|M|2|E|AN|N|2||0||PB|SR|M|40|Bachelors (4 years)|Yes|N|44|zero -55000|Canada|M|14|E|DA|N|14||2||PB|S|M|2|Bachelors (4 years)|Yes|N|46|one -115000|USA|M|15|E|DT|Y|3||0||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -41000|Turkey|M|12|E|DBAP|Y|4||2||PB||M|8|Masters||YesValid|45|five -130000|USA|M|20|E|A|N|1||0||PB|S|M|6|Masters|Yes|N|40|zero -150000|USA|M|5|E|M|Y|2||0||PB|S|M|10|Masters|Yes|N|50|one -120000|USA|M|18|E|DBAG|Y|1||1||PB|S|M|6|None (no degree completed)||N|60|one -110000|USA|M|7|E|DT|N|1||0||NP|S|M|2|Masters|No|N|40|zero -170000|Switzerland|M|13|IC|A|Y|12||0||PB||M|2|Masters|Yes|N|45|two -105000|USA|M|14|E|DBAG|N|4||0||PB|SR|M|7|Bachelors (4 years)|No|N|40|one -34000|Italy|O|7|E|DBAD|N|7||0||PB|SR|M|5|None (no degree completed)||N|40|zero -80000|USA|M|4|E|DBAG|N|1||0||PB|S|M|2|Bachelors (4 years)|Yes|N|45|zero -52000|USA|M|3|E|DA|N|3||0||E|S|M|2|Bachelors (4 years)|Yes|N|40|zero -198000|USA|M|19|IC|E|N|2||3||PB|S|M|4|Masters|Yes|N|50|five -43000|Sweden|MS|3|E|DA|N|3||1||PB|SR|M|2|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|17|E|D|N|5||1||PB|SE|M|17|Associates (2 years)|Yes|N|44|zero -131000|USA|M|18|E|DBAG|Y|5||2||FG|S|M|6|Bachelors (4 years)|Yes|YesValid|50|zero -90000|USA|M|10|E|DBAD|N|4||1||PB|S|M|24|Bachelors (4 years)|Yes|YesValid|45|zero -85000|USA|M|7|E|DA|Y|3||0||PB|C|M|3|Bachelors (4 years)|Yes|N|40|zero -101000|USA|M|17|E|DBAP|N|15||2||NP|S|M|150|Associates (2 years)|Yes|N|40|two -96000|USA|M|20|E|DBAP|N|20||1||SG|S|M|60|Masters|No|YesValid|50|zero -66000|Canada|M|20|E|DA|Y|15||5||PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|40|zero -62000|Canada|M|6|E|DBAP|N|6||6||PB|S|M|1000|Associates (2 years)|Yes|YesExpired|40|four -80100|USA|M|20|E|DT|N|20||3||PB|S|F|40|Bachelors (4 years)|No|YesExpired|40|four -85000|Sweden|M|15|E|DA|N|25||0||PB|S|M|0|None (no degree completed)||N|40|zero -42000|Spain|M|15|E|DBAG|Y|8||1||PB|SR|M|150|Associates (2 years)|No|YesValid|50|two -110000|USA|M|8|E|E|N|10||3||PB||M|3|Bachelors (4 years)|Yes|YesValid|40|zero -140000|USA|M|20|E|A|N|20||0||PB|S|M|6|Bachelors (4 years)|Yes|YesExpired|40|one -64000|USA|M|3|E|DBAG|N|3||5||PB|S|M|200|Bachelors (4 years)|Yes|YesValid|50|five -138000|USA|M|16|E|DT|N|18||0||PB|C|M|4|Masters|Yes|N|40|zero -105000|USA|M|10|E|DT|N|7||0||SG|S|M|7|Masters|No|N|40|zero -100000|USA|M|16|E|DBAP|N|10||5||PB|S|M|60|None (no degree completed)||YesExpired|50|five -63000|Estonia|M|18|E|A|N|18||0||PB|SE|M|9|None (no degree completed)||YesExpired|45|zero -60000|USA|M|9|E|DA|N|7||1||PB|S|M|7|Associates (2 years)|Yes|N|40|zero -115000|USA|M|20|E|DBAG|N|3||0||PB||M|56|Bachelors (4 years)|No|N|45|zero -150000|USA|M|18|E|M|Y|4||0||PB||M|20|Masters|Yes|YesValid|70|one -80000|Netherlands|M|10|IC|E|N|15||0||PB|S|M|10|Bachelors (4 years)|No|YesExpired|32|zero -87000|USA|M|10|E|DBAG|N|6||0||NP|SR|M|67|Associates (2 years)|Yes|YesValid|40|five -140000|Switzerland|M|8|E|DT|N|3||0||PB||M|15|Masters|Yes|N|42|zero -61200|USA|M|4|E|DBAG|N|2||0||E|S|M|20|Masters|Yes|N|40|zero -66000|USA|M|1|E||N|2||0||PB||M|10|Bachelors (4 years)|Yes|YesExpired|55|zero -58500|Canada|O|18|E|DBAP|Y|18||0||SG|SE|M|100|Bachelors (4 years)|No|YesValid|50|zero -425000|USA|M|2|E|D|N|4||0||PB|C|M|2|Associates (2 years)|Yes|YesExpired|40|five -180000|Israel|M|20|E|A|Y|8||0||PB|S|M|100|Masters||N|50|one -55000|UK|M|10|E|DBAG|N|3||0||LG|SR|M|30|Masters|Yes|YesExpired|39|zero -100000|USA|M|15|E|DT|N|15||0||PB|S|F|6|Bachelors (4 years)|Yes|N|45|five -43000|UK|M|5|E|DA|Y|6||0||PB||M|1|Masters|Yes|N|40|zero -132000|USA|M|5|E|A|N|15||1||PB|SR|M|129|None (no degree completed)||N|43|zero -115000|USA|M|12|E|E|N|20||6||PB|SE|M|250|Bachelors (4 years)|Yes|YesValid|60|five -165000|USA|M|23|IC|DBAG|N|5||1||PB|SR|M|3|None (no degree completed)||YesValid|40|zero -178000|USA|M|25|E|A|N|14||0||PB|S|M|35|Bachelors (4 years)|No|YesExpired|45|two -60000|UK|M|7|E|DBAG|N|6||1||NP|S|F|50|Masters|Yes|N|40|two -91865|USA|M|5|E|DA|N|5||0||PB|S|M|4|Associates (2 years)||N|45|zero -82000|USA|M|10|E|DBAG|N|3||1||SG||M|10|Bachelors (4 years)|Yes|N|40|one -42000|UK|M|10|E|DT|N|4||0||PB|S|M|10|Bachelors (4 years)|No|YesExpired|38|zero -65700|Canada|M|10|E|DBAP|N|5||4||SG|S|M|100|Associates (2 years)|Yes|N|78|zero -43000|Colombia|M|8|E|M|Y|4||3||PB|SE|M|3|Masters|Yes|YesValid|40|zero -55742|Canada|M|8|E|AN|N|4||0||PB|S|M|2|None (no degree completed)|Yes|N|42|five -80000|USA|M|5|E|DBAD|Y|3||0||PB|S|M|3|None (no degree completed)||N|45|two -70000|USA|M|3|E|E|N|12||4||PB||F|10|Associates (2 years)|Yes|YesValid|45|zero -90000|USA|M|15|E|A|N|6||3||NP||M|35|Associates (2 years)|Yes|YesExpired|40|zero -69000|USA|M|2|E|AN|N|2||0||PB|S|M|5|Associates (2 years)|No|N|40|zero -62000|USA|M|3|E|DT|N|1||4||PB|S|M|5|Bachelors (4 years)|Yes|N|45|zero -90000|Israel|M|12|E|DA|N|3||6||PB|S|M|50|Bachelors (4 years)|Yes|YesValid|45|zero -48262|UK|M|3|E|DBAP|N|15||0||PB|SR|M|200|None (no degree completed)||YesExpired|37|one -105000|USA|M|18|E|DBAG|N|1||3||PB|S|M|30|None (no degree completed)||N|40|zero -69700|UK|M|6|E|DBAP|N|4||0||PB|S|M|37|None (no degree completed)||N|38|five -100000|USA|M|12|E|DBAP|N|3||0||PB|S|M|21|Masters|Yes|N|45|zero -117000|USA|M|25|E|D|N|6||1||PB|S|M|5|Bachelors (4 years)|No|N|40|two -102800|USA|M|26|E|DBAP|N|20||3||PB|S|M|200|Associates (2 years)|Yes|N|40|one -105000|USA|M|16|E|DT|N|2||0||PB|S|M|7|Bachelors (4 years)|No|N|40|zero -175000|USA|M|20|E|A|Y|20||1||PB||M|15|Bachelors (4 years)|Yes|N|50|five -88000|USA|M|6|E|DT|N|6||6||PB|S|M|12|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|17|E|DBAP|N|17||1||FG||F|22|Associates (2 years)|Yes|YesExpired|45|five -66000|USA|M|10|E|AN|N|7||0||PB|C|M|4|Bachelors (4 years)|Yes|N|50|zero -93000|USA|M|22|E|A|N|7||0||NP|SE|M|8|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|5|E|DA|N|5||6||PB|S|M|5|Bachelors (4 years)|Yes|N|50|zero -90000|USA|M|9|E|DBAG|N|8||6||PB|S|F|100|Bachelors (4 years)|No|N|45|zero -90000|USA|M|10|E|DA|Y|5||1||PB|S|M|3|Associates (2 years)|Yes|N|60|zero -4000|South-Africa|M|21|E|DT|N|3||1||PB|C|M|4|None (no degree completed)||N|55|five -134000|USA|M|13|E|D|Y|4||0||PB|S|M|6|None (no degree completed)||N|50|one -131000|USA|M|17|E|M|Y|5||4||NP|S|M|300|Bachelors (4 years)|Yes|YesExpired|48|five -101000|USA|M|7|E|DBAG|N|5||0||LG|SR|M|30|Bachelors (4 years)|Yes|YesValid|43|zero -140000|USA|M|7|E|M|Y|1||0||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|50|zero -62000|USA|M|3|E|DBAG|N|3||5||PB|SR|M|70|Bachelors (4 years)|Yes|N|45|one -103900|USA|M|19|E|DBAD|Y|6||0||SG|S|F|500|Associates (2 years)|Yes|N|45|zero -120000|USA|M|15|IC|DA|Y|20||0||PB|S|M|5|None (no degree completed)||YesExpired|45|five -140000|USA|M|21|E|DT|N|7||1||PB|SE|M|25|Bachelors (4 years)|No|YesExpired|40|four -86000|Canada|M|22|E|DBAG|Y|17||0||PB|SR|M|8|None (no degree completed)|Yes|YesExpired|50|five -73700|UK|M|15|E|DBAG|N|2||1||PB|S|M|12|Associates (2 years)||YesValid|37|one -96000|USA|DB2|7|E|DBAG|N|2||6||PB|S|M|20|Bachelors (4 years)|Yes|N|40|zero -96000|USA|M|20|E|M|Y|5||0||PB||F|20|Associates (2 years)|No|YesExpired|53|one -1600|Argentina|M|1|E|DBAG|N|1||0||SG||M|100|None (no degree completed)|Yes|N|50|zero -110000|USA|M|20|E|M|N|8||5||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|50|one -92500|USA|M|7|E|AN|N|2||1||PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|45|zero -80000|USA|M|5|E|DBAP|N|3||1||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|one -55000|Netherlands|M|12|E|E|N|17||1||PB|SR|M|8|None (no degree completed)||N|40|zero -65000|UK|M|9|E|DBAG|Y|2||0||PB|S|M|200|Masters|No|N|42|three -43600|UK|M|9|E|E|N|3||2||E|S|M|3|None (no degree completed)||N|37|zero -87500|USA|M|5|E|DBAP|N|3||2||PB|S|M|115|Associates (2 years)|No|YesExpired|40|zero -135000|USA|M|19|E|A|Y|3||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|45|five -47677|UK|M|4|E|DBAP|N|4||0||E|S|M|90|Associates (2 years)||YesExpired|37|zero -147000|USA|M|17|E|DBAG|N|5||0||PB||M|20|None (no degree completed)||YesExpired|45|zero -155000|USA|M|20|E|DA|N|28||2||PB|S|M|10|Masters|Yes|N|40|one -140000|USA|M|10|E|DBAD|N|20||0||PB|SE|F|30|Masters|Yes|YesExpired|40|one -1000000|USA|M|10|IC|DBAP|Y|3||0||FG|S|M|1000|Doctorate/PhD|Yes|YesValid|80|five -72000|USA|M|11|E|M|Y|11||0||E|S||1200|None (no degree completed)||YesExpired|40|five -95000|USA|M|17|E|D|N|7||0||PB||F|4|Bachelors (4 years)|Yes|N|42|one -23000|Russia|M|5|E|DA|N|5||6||PB|SR|M|1|Masters||YesExpired|40|zero -75000|USA|M|7|E|A|Y|7||2||PB|SR|M|15|None (no degree completed)||YesValid|50|five -120000|USA|M|20|E|DBAG|N|3||0||PB|C|M|8|None (no degree completed)||N|50|five -128800|USA|M|2|EC|DBAP|N|7||0||PB|SE|F|30|Masters|Yes|YesExpired|40|zero -83000|USA|M|3|E|DBAP|N|3||1||SG|S|M|17|Bachelors (4 years)|Yes|YesExpired|42|zero -55000|UK|M|17|E|DBAP|N|7||2||FG|SR|M|60|Masters|Yes|N|38|zero -60000|Canada|M|10|E|DBAG|N|15||1||SG|S|M|17|None (no degree completed)|Yes|YesExpired|35|zero -50000|USA|M|10|P|DBAP|N|2||0||PB|S|M|25|Masters|Yes|YesExpired|25|zero -128000|USA|M|21|E|DS|Y|4||1||PB|S|M|6|None (no degree completed)||YesExpired|60|zero -110000|USA|M|14|E|DA|N|17||6||NP|S|M|5|Masters|Yes|N|40|zero -51000|USA|M|4|E|DBAG|N|2||0||E|S|M|3|Bachelors (4 years)|No|N|45|three -137443|USA|M|18|E|A|N|5||0||PB|S|M|4|Masters|No|YesValid|40|zero -107000|USA|M|8|E|DBAG|N|6||0||LG|SR|M|5|Bachelors (4 years)|No|N|40|zero -70000|USA|M|3|E|DBAG|N|3||2||PB|S|M|11|Bachelors (4 years)|No|N|47|zero -125000|USA|M|17|E|DA|N|17||1||PB|S|M|4|None (no degree completed)||N|45|zero -92747|Israel|M|8|E|DBAD|N|5||0||PB|SR|M|10|Bachelors (4 years)|Yes|N|50|zero -125000|USA|M|25|E|DBAP|N|15||6||PB||F|5300|Associates (2 years)|Yes|N|45|five -95378|USA|M|4|E|DBAG|N|4||2||PB|SR|M|100|Bachelors (4 years)|Yes|N|40|zero -89600|USA|O|2|E|DBAD|N|4||1||LG|SE|M|20|Bachelors (4 years)|Yes|N|45|three -140000|USA|M|16|E|DBAP|N|16||1||NP|S|F|40|Bachelors (4 years)|Yes|YesValid|40|three -95000|USA|M|15|E|DA|N|6||1||PB|S|M|1|Bachelors (4 years)|Yes|YesExpired|40|one -68000|USA|M|20|E|DT|N|15||0||E|S|F|8|None (no degree completed)||N|45|one -105000|USA|M|15|E|DA|N|22||3||PB|S|M|200|None (no degree completed)|No|N|45|five -123217|USA|M|20|E|DBAG|N|5||0||PB|S|M|55|Masters|No|YesExpired|42|five -80000|USA|M|17|E|DBAG|Y|12||0||NP|S|F|9|Bachelors (4 years)|Yes|YesValid|40|two -100000|USA|M|10|E|DA|Y|10||0||E|S|M|20|Bachelors (4 years)|Yes|N|40|zero -86150|USA|M|7|E|D|N|7||3||PB|SR|M|24|Bachelors (4 years)|Yes|YesValid|45|one -95000|USA|M|14|EC|D|N|1||6||PB|SE|M|200|Masters|Yes|YesValid|40|one -97000|USA|M|5|E|DT|N|10||2||PB|S|M|5|Masters|Yes|YesValid|45|three -67000|USA|M|10|E|DBAG|N|2||1||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|45|zero -62000|USA|M|10|E|DBAP|N|15||1||SG|S|M|30|Associates (2 years)||N|40|zero -114000|USA|M|17|EC|DBAD|N|1||0||PB|S|M|60|None (no degree completed)||YesExpired|50|five -152000|USA|M|17|E|M|Y|17||3||PB|S|M|25|Masters|No|YesExpired|42|zero -48000|USA|M|5|E|AN|N|5||1||E|SE|M|30|Bachelors (4 years)|Yes|YesValid|40|zero -165000|USA|M|20|E|M|Y|3||1||LG|SE|M|20|Bachelors (4 years)|Yes|N|50|zero -113000|USA|M|17|E|DA|N|17||0||PB|S|M|100|Associates (2 years)|Yes|N|60|five -75000|USA|M|5|E|M|Y|3||0||E|S|M|5|Masters|Yes|YesValid|40|zero -117500|USA|M|7|E|DA|Y|3||0||NP|S|M|7|Bachelors (4 years)|Yes|YesExpired|45|zero -114000|USA|M|15|E|DBAP|Y|2||0||PB|S|F|150|None (no degree completed)|No|N|48|five -120000|USA|M|17|E|DA|N|17||0||PB|S|M|5|None (no degree completed)||N|50|one -164000|USA|P|3|E|DBAG|N|3||6||PB||M|133|Bachelors (4 years)|Yes|YesValid|40|one -104000|USA|M|20|IC|DT|N|3||1||SG|SR|M|12|None (no degree completed)||YesExpired|40|zero -100000|USA|M|3|E|DA|N|5||4||PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -88000|USA|M|16|E|AN|N|5||1||PB|S|M|9|Associates (2 years)|No|N|55|one -121000|USA|M|10|E|M|Y|7||6||PB|S|M|168|None (no degree completed)||YesExpired|45|zero -105000|USA|M|5|EC|A|N|2||6||PB|SE|M|1000|Bachelors (4 years)|Yes|N|50|zero -58000|UAE|M|7|E||N|7||0||PB|S|M|6|Bachelors (4 years)|No|N|40|five -118000|USA|M|15|E|DBAG|N|14||2||PB|SR|M|15|Bachelors (4 years)|Yes|YesExpired|40|zero -82000|USA|M|15|E|DBAG|N|10||0||PB|S|M|10|Bachelors (4 years)|Yes|N|45|zero -73500|France|M|5|E|DBAG|N|25||1||PB|S|M|200|Bachelors (4 years)|No|YesExpired|35|three -54000|USA|M|1|E|AN|N|1||0||LG|S|M|1|Masters|No|N|40|zero -240000|USA|M|17|EC|DBAD|N|7||0||PB|S|M|1000|None (no degree completed)||YesExpired|30|two -90000|USA|M|8|E|DBAP|N|8||0||E|C|M|378|None (no degree completed)||YesExpired|50|one -75000|USA|M|18|E|DBAG|Y|18||0||E|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -75000|USA|M|4|E|E|N|2||2||PB|S|M|1100|Bachelors (4 years)|Yes|N|50|zero -105000|USA|M|17|E|DBAG|N|1||0||PB|S|M|25|Bachelors (4 years)|No|YesExpired|40|five -40000|Mexico|M|12|E|DBAP|Y|8||1||PB|SE|M|300|Bachelors (4 years)|Yes|YesExpired|50|five -53500|USA|M|2|E|AN|N|2||6||PB|S|M|500|None (no degree completed)||YesExpired|40|zero -82000|USA|M|10|E|DBAG|N|2||5||PB|SR|M|120|Bachelors (4 years)|No|N|50|five -105000|Canada|M|13|E|DT|N|2||1||PB|S|M|20|Associates (2 years)|Yes|YesValid|45|one -52000|USA|M|6|E|DBAP|N|7||0||LG|S|M|6|Bachelors (4 years)|Yes|N|40|zero -150000|Canada|M|10|IC|DBAG|N|10||3||SG||M|200|Associates (2 years)|Yes|YesValid|40|zero -74000|USA|M|8|E|DBAG|N|7||0||SG|S|M|8|None (no degree completed)||YesValid|40|zero -115000|USA|M|12|E|M|Y|8||0||LG|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -85000|USA|M|3|E|DBAG|N|3||0||PB||M|2|Bachelors (4 years)|No|N|45|one -60000|Netherlands|M|6|EC|DBAG|N|6||6||PB||M|100|Bachelors (4 years)|Yes|YesValid|40|zero -110000|Canada|M|20|IC|DBAP|N|10||1||PB||M|1500|None (no degree completed)||YesExpired|50|five -82000|USA|M|5|IC|DT|N|5||1||PB|SR|M|2|Bachelors (4 years)|Yes|N|40|zero -42910|UK|M|3|E|AN|N|1||1||PB|C|M|4|Bachelors (4 years)||N|35|one -65000|USA||5|E|AN|N|5||0||PB|C|M|3|Associates (2 years)||YesExpired|35|zero -98000|Canada|M|20|E|DA|N|20||1||PB|S|M|3|None (no degree completed)||N|40|five -115000|UAE|M|5|E||N|2||0||PB|S|M|10|Bachelors (4 years)|No|YesValid|40|two -82500|USA|M|4|E|AN|N|6||0||PB|S|M|2|Bachelors (4 years)|No|N|40|zero -65000|UK|M|20|E|M|Y|7||0||FG|SE|M|200|Bachelors (4 years)|Yes|YesExpired|37|zero -82000|UK|M|18|E|DBAP|N|1||0||PB|SR|M|80|Associates (2 years)|No|YesValid|40|zero -75524|USA|M|8|E|DBAG|N|5||1||PB|SE|M|150|Bachelors (4 years)|No|N|41|zero -156000|USA||1|IC|D|N|1||0||PB||M|3|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|17|E|A|N|15||0||PB|S|M|20|Masters|Yes|N|40|one -160000|USA|M|8|IC|DT|N|1||3||PB|C|M|10|Masters|Yes|YesValid|40|zero -125000|USA|M|17|E|DT|Y|2||1||PB|S|M|4|Associates (2 years)|No|N|45|zero -115000|USA|M|20|E|D|N|6||0||PB|S|M|20|None (no degree completed)|No|N|45|five -120000|USA|M|12|E|A|N|4||0||PB|C|M|7|None (no degree completed)||N|40|one -90435|UK|MDB|1|E|DBAG|N|6||0||PB|SE|M|50|Bachelors (4 years)||YesValid|40|zero -78000|Canada|M|17|EC|DT|N|6||4||SG|SR|M|5|None (no degree completed)||YesValid|40|zero -100000|USA|M|6|E|DBAG|N|1||0||PB|S|M|3|Bachelors (4 years)|Yes|N|50|zero -85000|USA|M|5|E|DBAP|N|5||0||PB|S|M|150|Bachelors (4 years)|Yes|YesValid|40|zero -60000|USA|M|7|E|DA|N|9||1||PB||M|6|Bachelors (4 years)|Yes|N|50|zero -85500|USA|M|5|E|DBAP|N|5||2||LG||M|100|Associates (2 years)|No|N|40|one -93000|USA|M|7|E|DA|N|7||6||PB|S|M|9|Bachelors (4 years)|Yes|N|50|zero -68000|USA|M|2|E|DA|N|2||4||PB|S|M|5|None (no degree completed)||N|40|zero -80000|USA|M|2|E|DBAP|N|2||1||SG|S|M|5|Masters|Yes|YesValid|8|one -89000|USA|M|8|E|E|N|5||2||PB|SR|M|15|Bachelors (4 years)|No|YesValid|45|one -63000|Pakistan|M|15|IC|A|N|3||6||PB|C|M|1|Masters|No|YesValid|40|five -75000|USA|M|12|E|DBAP|N|8||6||PB|S|M|135|None (no degree completed)||YesExpired|45|zero -83000|Sweden|M|26|E|DT|N|30||4||PB|S|M|3|Associates (2 years)||YesValid|37|zero -109000|USA|M|17|E|DBAG|Y|9||0||PB|S|M|8|None (no degree completed)||N|45|two -75200|USA|M|4|E|DBAG|N|2||3||PB|SR|M|1000|Bachelors (4 years)|Yes|N|50|two -146000|USA|M|15|E|A|N|15||0||PB|SR|M|15|Bachelors (4 years)|Yes|YesExpired|50|zero -89000|USA|M|11|E|DA|N|11||0||PB|S|F|3|Bachelors (4 years)|Yes|N|40|zero -85000|Canada|M|18|E|DBAG|N|7||0||PB||M|20|Bachelors (4 years)|Yes|YesExpired|40|zero -84000|UK|M|12|E|DBAG|N|0||3||PB|C|M|30|None (no degree completed)|Yes|YesValid|38|zero -137000|USA|M|15|E|M|Y|3||0||PB|S|M|200|Bachelors (4 years)|Yes|YesExpired|50|zero -90000|USA|M|12|EC|A|Y|4||0||SG|SE|M|20|Bachelors (4 years)|No|YesExpired|40|zero -136000|USA|M|20|E|DBAG|N|8||4||PB|SR|M|400|Bachelors (4 years)|No|YesValid|45|three -65000|USA|M|8|E|DBAD|N|3||2||PB|C|M|25|None (no degree completed)||YesExpired|40|zero -129000|USA|M|32|E|DA|Y|9||4||PB||M|20|Bachelors (4 years)|No|N|50|one -160000|USA|M|25|E|DT|N|11||1||PB|SE|M|10|Bachelors (4 years)|No|N|50|two -125000|USA|M|22|E|DBAG|N|22||0||PB|S|M|40|Masters|No|YesValid|45|four -60000|UK|M|2|IC|E|N|6||0||PB|SR|M|4|Bachelors (4 years)||YesValid|50|zero -68000|USA|M|4|E|DBAP|N|1||6||E|SR|M|52|Bachelors (4 years)|Yes|YesValid|50|zero -705000|USA|M|4|E|DT|N|4||1||PB|S|M|4|Bachelors (4 years)|No|N|45|zero -107900|USA|M|5|E|DBAD|Y|4||0||PB|S|M|10|Bachelors (4 years)|Yes|N|60|one -75000|UK|M|4|E|DT|N|2||6||PB|S|M|1|Bachelors (4 years)|Yes|N|40|zero -116000|USA|M|15|E|DBAP|N|2||2||PB|S|M|30|None (no degree completed)||YesExpired|40|zero -66152|Canada|M|10|E|DA|Y|10||0||PB||M|5|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|10|E|DA|Y|15||2||PB|||8|None (no degree completed)||N|45|zero -92000|USA|M|5|E|D|N|2||6||PB|C|M|10|Associates (2 years)|Yes|N|40|zero -110000|USA|M|28|E||Y|22||6||S|SR|M|5|Bachelors (4 years)|No|YesValid|60|five -54462|Canada|M|6|E|DBAG|N|4||2||SG||M|230|Bachelors (4 years)|Yes|N|38|zero -45500|Belgium|M|5|EC|D|Y|1||2||PB||M|10|Masters|Yes|YesValid|48|zero -96000|USA|M|20|E|M|Y|11||0||LG|SR|M|65|Bachelors (4 years)|Yes|YesValid|50|zero -90000|USA|M|3|E|DT|N|3||2||PB|S|M|80|Bachelors (4 years)|Yes|N|40|five -68000|USA|M|5|E|DA|N|4||4||E|SR|M|1|None (no degree completed)||N|40|zero -90000|USA|M|4|E|DBAG|N|4||0||PB|C|M|20|Associates (2 years)|Yes|YesExpired|40|zero -130000|USA|M|19|EC|DBAG|N|19||1||PB|S|M|6|None (no degree completed)||N|45|five -35000|Russia|M|7|E|E|Y|8||6||PB|S|M|8|Masters|Yes|N|43|zero -110000|USA|M|10|E|DBAG|N|6||6||NP|S|M|2000|Bachelors (4 years)|Yes|YesExpired|50|five -68000|USA|M|10|E||N|10||2||PB||M|20|Associates (2 years)|Yes|YesValid|50|five -89000|USA|M|8|E|DBAG|Y|2||1||LG|S|M|30|Bachelors (4 years)|Yes|N|45|zero -30000|Russia|M|10|IC|D|N|10||0||PB|SR|M|5|Masters|Yes|YesExpired|20|five -95532|USA|M|17|E|DT|N|5||0||SG|S|M|2|None (no degree completed)||N|40|zero -70000|USA|RDS|5|E|DA|N|11||1||PB||M|12|Bachelors (4 years)|Yes|N|46|zero -95000|USA|M|10|E|DA|N|5||6||PB|S|M|1|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|8|E|DBAG|N|8||0||PB|S|M|7|Bachelors (4 years)|Yes|YesValid|40|zero -48000|UK|M|6|E|DBAG|N|2||1||PB|SR|M|24|Bachelors (4 years)|Yes|N|40|zero -40000|USA||5|E||N|10||3||NP|SE|F|1|Associates (2 years)|Yes|N|40|five -143800|USA|M|17|E|DBAP|N|5||3||E|SE|M|300|None (no degree completed)||N|40|zero -100000|USA|M|10|E|AN|N|10||6||SG|S|M|10|None (no degree completed)||N|40|zero -76000|USA|M|3|E|E|Y|2||3||PB|SE|M|30|Bachelors (4 years)|Yes|N|45|zero -58000|USA|M|15|E|E|N|23||2||PB|S|M|5|None (no degree completed)||YesExpired|40|one -80000|USA|M|20|IC||N|17||0||PB|S|M|3|Bachelors (4 years)|No|YesExpired|50|five -110000|USA|M|16|E|DBAG|N|1||6||PB|C|M|400|Masters|Yes|YesValid|40|zero -61671|France|DB2|8|E|AN|N|12||2||PB|SE|M|5|Associates (2 years)|Yes|YesValid|37|zero -110000|USA|M|18|E|DT|N|3||1||PB||M|6|None (no degree completed)||YesValid|40|three -105000|USA|M|15|E|DBAG|N|0||4||PB|S|M|150|Bachelors (4 years)|Yes|N|40|zero -49794|Canada|M|15|E||N|15||0||PB|S|M|25|None (no degree completed)||YesValid|37|zero -83500|USA|M|6|E|AN|N|6||3||PB|C|M|50|Bachelors (4 years)|No|N|40|one -144000|USA|M|20|E|A|N|4||2||PB|SE|M|50|Bachelors (4 years)|No|N|40|zero -100000|Canada|M|18|IC|DBAG|N|18||0||PB|S|M|75|Bachelors (4 years)|Yes|YesExpired|38|zero -106000|USA|M|20|EC|DBAG|N|9||2||PB|S|F|100|None (no degree completed)||YesExpired|45|five -87000|USA|M|3|E|DBAG|N|3||6||PB|S|M|35|Bachelors (4 years)|Yes|N|40|zero -48000|PuertoRico|M|10|E|DT|N|5||0||PB||M|4|Bachelors (4 years)|Yes|YesValid|50|zero -94000|USA|M|7|E|DBAG|Y|1||2||PB|S|M|5|Bachelors (4 years)|Yes|N|45|one -98000|USA|O|10|E|A|N|10||0||PB|S|F|100|Bachelors (4 years)|Yes|YesValid|45|zero -78000|USA|M|12|E|DBAP|N|12||1||PB|SR|M|100|Bachelors (4 years)|Yes|YesValid|60|zero -68367|UK|M|6|E|DBAG|N|21||0||PB|S|M|70|Bachelors (4 years)|Yes|YesExpired|38|one -145000|USA|M|17|E|A|Y|7||0||PB|S|M|20|None (no degree completed)||YesValid|52|zero -60000|Canada|M|8|E||Y|5||2||PB|S|M|2|Associates (2 years)|Yes|N|40|zero -47500|France|MS|5|E|E|N|5||0||PB||M|5|Masters|Yes|N|40|zero -92103|USA|M|10|E|DBAG|N|10||4||E|S|M|150|Bachelors (4 years)|Yes|N|40|zero -85000|USA|M|5|E||Y|10||1||LG|SR|M|2|None (no degree completed)||YesExpired|40|zero -125000|USA|M|15|EC|DT|N|4||6||PB|S|M|5|None (no degree completed)||N|40|two -100000|USA|M|22|E|DT|N|35||1||PB|S|M|20|None (no degree completed)|Yes|N|45|zero -53620|UK|M|3|E|DBAP|N|3||0||PB|S|M|100|None (no degree completed)|Yes|YesExpired|38|zero -80500|UK|M|5|P|AN|N|3||2||SG|SR|M|5|Bachelors (4 years)|Yes|YesExpired|24|one -69092|Canada|M|15|E|DBAG|N|5||0||NP|SE|M|4|Bachelors (4 years)|Yes|N|38|zero -58000|USA|M|3|EC|D|N|2||1||PB|S|M|250|Associates (2 years)|Yes|N|40|two -102000|USA|M|15|EC|D|N|15||2||PB|S|M|40|Associates (2 years)|No|YesExpired|41|two -53443|Spain|M|4|E|M|Y|4||0||PB|C|M|3|Masters|Yes|YesExpired|40|zero -160000|USA|M|20|E|A|N|10||2||PB|S|M|40|Masters|Yes|YesValid|40|one -150000|USA|M|17|E|M|Y|14||1||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|50|zero -52916|Canada|M|7|E|DBAG|N|3||1||PB||M|58|None (no degree completed)||YesValid|40|zero -90000|USA|M|6|E|DBAG|N|5||2||PB|SR|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -112000|USA|M|7|E|A|N|3||2||NP|SE|M|500|Bachelors (4 years)|Yes|N|55|zero -120000|USA|M|15|E|DBAG|N|5||0||NP|S|M|30|Masters|Yes|YesValid|40|zero -122000|USA|M|17|E|DBAG|N|17||1||PB||M|20|Bachelors (4 years)|Yes|YesExpired|45|zero -85000|Canada|M|15|E|DBAP|N|10||1||LG|C|M|70|Masters|Yes|YesExpired|35|zero -62000|Canada|M|5|E|DBAD|N|4||0||PB|S|M|3|Associates (2 years)|Yes|N|38|zero -43000|Netherlands|M|19|P|DA|N|20||0||PB||M|5|None (no degree completed)|No|YesExpired|32|five -65240|USA|M|15|E|DBAG|N|5||0||PB||M|4|None (no degree completed)||N|60|five -105000|USA|M|13|EC|DA|N|3||6||PB|S|M|4|Bachelors (4 years)|Yes|YesValid|40|zero -126000|USA|M|10|E|M|Y|1||5||PB|S|M|10|Masters|Yes|YesExpired|40|zero -109000|USA|M|14|E|DT|N|10||1||PB|C|M|6|Associates (2 years)|No|YesExpired|45|zero -63344|USA|M|3|E|DBAP|N|5||1||PB|S|M|15|None (no degree completed)||YesValid|47|zero -160000|USA|M|15|E|A|Y|9||1||PB|S|M|150|None (no degree completed)||YesExpired|55|zero -118000|USA|M|15|E|DBAG|N|4||0||SG|S|M|50|Bachelors (4 years)|No|N|40|zero -96000|USA|M|17|E|DBAG|N|26||4||LG|S|F|2400|Associates (2 years)|Yes|YesExpired|40|zero -66000|USA|M|2|E|DT|N|2||1||PB|S|M|5|None (no degree completed)||N|45|zero -108000|USA|M|7|E|DBAG|Y|4||3||PB|SR|M|1000|Bachelors (4 years)|Yes|N|45|one -57000|USA|M|3|E|DBAP|N|2||1||PB|SR|F|10|Bachelors (4 years)|No|N|40|zero -118000|UK|M|19|IC|DBAP|N|1||0||PB|C|M|25|Masters|Yes|N|40|two -100000|USA|M|18|E|DT|N|15||1||PB|S|M|6|Bachelors (4 years)|No|N|50|zero -150000|Canada|O|15|IC|AN|Y|5||2||PB|S|M|70|Associates (2 years)|Yes|N|45|zero -98000|USA|M|10|E|E|Y|2||0||PB|S|M|25|Associates (2 years)|Yes|YesExpired|45|zero -95000|USA|M|12|E|M|Y|3||0||PB|S|M|1200|None (no degree completed)||YesValid|50|zero -115000|UK|M|18|IC|D|N|12||2||SG|S|M|2|Bachelors (4 years)|Yes|YesExpired|40|four -85000|USA|M|3|E|DBAG|N|3||1||SG||M|250|None (no degree completed)||N|40|zero -44000|UK|M|6|E|DBAG|Y|3||0||PB|SE|M|10|Bachelors (4 years)|No|N|40|one -128500|USA|M|12|E|DBAG|N|2||0||PB|S|M|35|Bachelors (4 years)|Yes|YesExpired|40|zero -125000|USA|M|15|E|E|Y|5||2||E|S|M|10|Bachelors (4 years)|No|YesValid|40|zero -82000|USA|M|7|E|DBAG|N|2||2||PB|S|M|30|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|3|E|DBAP|N|1||4||PB|SE|M|100|Bachelors (4 years)|No|YesValid|40|zero -112000|USA|M|18|E|DBAG|N|18||0||PB|S|M|80|Bachelors (4 years)|Yes|N|40|zero -77000|Australia|M|15|E|E|N|15||6||PB|SE|M|10|None (no degree completed)||N|38|zero -115000|USA|M|20|E|A|N|2||0||PB|S|M|15|Masters|No|N|48|two -133000|USA|M|17|E|DA|N|4||5||PB|C|M|3|None (no degree completed)||YesValid|40|two -150000|UK|M|19|IC|DBAP|N|18||0||PB|S|M|60|Bachelors (4 years)|Yes|YesValid|45|two -88000|USA|M|20|E|M|Y|25||2||E|S|M|10|Bachelors (4 years)|Yes|YesExpired|45|zero -82000|USA|M|15|E|DT|N|18||0||PB|S|M|5|Bachelors (4 years)|Yes|N|50|zero -80000|USA|M|6|E|DBAP|N|6||4||NP|S||200|Associates (2 years)|Yes|N|40|zero -38000|Slovakia|M|10|E|A|Y|1||2||PB|SE|M|330|Masters|Yes|YesExpired|42|two -125000|USA|MS|10|E|DA|N|3||4||PB|C|M|3|Bachelors (4 years)|Yes|N|45|one -150000|USA|M|7|E|DA|N|5||5||PB|S|M|10|Bachelors (4 years)|Yes|N|40|five -90000|USA|M|3|E|DBAP|N|3||6||PB|SE|M|900|Bachelors (4 years)|No|N|40|zero -120000|USA|M|20|E|M|Y|20||0||LG|S|M|50|Masters|Yes|YesExpired|40|zero -57706|UK|M|13|E|DA|N|10||0||PB|S|M|3|Bachelors (4 years)|No|YesExpired|43|zero -300000|USA|M|19|IC|DT|Y|9||0||PB|C|M|5|Bachelors (4 years)|No|N|65|zero -118556|USA|M|15|E|DBAG|N|15||0||PB|S|M|36|Associates (2 years)|No|N|40|two -160000|USA|M|13|E|M|Y|7||2||PB||M|2|Bachelors (4 years)|Yes|N|40|zero -65000|UK|M|3|E|DA|N|2||0||PB||M|10|Bachelors (4 years)|Yes|YesValid|38|two -98000|USA|M|10|E|DBAG|N|1||3||PB||M|20|Masters|Yes|YesExpired|40|zero -150000|USA|C|2|E|A|N|10||0||PB|S|M|25|None (no degree completed)||YesExpired|60|four -106000|USA|M|16|E|A|N|16||3||PB|S|M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -90000|USA|M|7|EC|DBAP|N|1||1||PB|S|M|20|Masters|Yes|YesExpired|45|zero -60000|India|M|14|E|DT|N|14||6||PB|C|M|3|Bachelors (4 years)|Yes|N|50|zero -98000|USA|M|5|E|DBAG|N|40||0||PB|SE|F|250|Associates (2 years)|Yes|N|45|zero -62700|USA|M|3|E|DBAG|N|3||2||NP||M|75|Bachelors (4 years)|Yes|YesValid|45|zero -118000|USA|M|15|E|DBAD|N|6||1||PB|S|M|160|None (no degree completed)||YesExpired|50|five -115000|USA|M|10|E|DT|N|2||1||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|50|four -62700|USA|M|3|E|DBAG|N|3||2||NP||M|75|Bachelors (4 years)|Yes|YesValid|45|zero -54000|USA|M|5|E||N|3||1||PB|SE|M|2|Bachelors (4 years)|Yes|YesExpired|40|zero -43000|Romania|M|8|E|DBAP|N|8||0||PB|S|M|15|None (no degree completed)||YesValid|40|zero -121000|USA|M|9|E|DBAG|Y|6||0||E|S|M|3|Bachelors (4 years)|No|N|40|zero -104000|USA|M|16|E|DA|N|16||5||PB|SE|M|5|Bachelors (4 years)|Yes|N|45|zero -120000|USA|M|10|E|D|N|10||2||PB|C|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -122500|USA|M|8|E|E|N|5||0||PB|S|M|5|Bachelors (4 years)|Yes|N|48|one -123000|USA|M|15|E|DBAD|N|15||0||PB|S|M|20|Masters|Yes|YesValid|40|five -72000|USA|M|4|E|E|N|4||3||PB|SE|M|12|None (no degree completed)||N|45|three -126000|USA|M|5|E|DBAP|N|3||0||PB|S|M|10|None (no degree completed)||N|40|one -58000|USA|M|1|E|DT|N|1||5||PB|S|M|15|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|16|E|DA|Y|16||1||PB|S|M|6|Bachelors (4 years)|Yes|N|60|zero -49500|UK|M|3|E|AN|N|4||0||PB|S|M|4|Bachelors (4 years)|No|N|45|zero -109000|Canada|M|25|E|DBAD|Y|25||1||PB|S|M|25|Bachelors (4 years)||N|40|five -91000|USA|M|8|E|D|N|8||2||E|S|M|8|Associates (2 years)|Yes|N|40|zero -132131|USA|M|12|E|M|Y|2||2||PB|SR|M|150|Masters|Yes|YesValid|50|zero -100000|USA|M|5|E|DBAP|N|4||1||PB|SE|M|150|None (no degree completed)||N|40|one -132000|USA|M|4|E|E|Y|4||3||PB|SR|M|10|Bachelors (4 years)|No|N|45|zero -95000|Denmark|M|15|E|DA|N|15||0||PB|SR|M|6|Bachelors (4 years)|Yes|YesExpired|38|two -155000|USA|M|12|E|M|Y|10||1||PB|SE|M|8|Bachelors (4 years)|No|N|50|zero -145000|Switzerland|M|14|E|M|Y|4||0||LG|S|M|35|Bachelors (4 years)|Yes|YesExpired|42|one -85000|USA|M|4|E|DT|N|10||0||PB|S|M|20|None (no degree completed)||N|40|five -36312|New-Zealand|M|8|E|DBAD|N|8||0||E|SE|M|9|Bachelors (4 years)|Yes|N|45|zero -80000|UK|M|6|E|DA|N|4||2||PB|C||6|None (no degree completed)||N|40|zero -107000|USA|M|20|E|DT|N|4||1||PB||M|4|Associates (2 years)|No|YesExpired|50|zero -78000|Canada|M|7|IC|DS|N|7||0||PB|SE|M|1|Bachelors (4 years)|Yes|YesValid|40|zero -160000|USA|M|15|E|DBAP|N|15||4||PB|S|M|180|Bachelors (4 years)|Yes|YesValid|45|one -64477|USA|M|5|E|DBAD|N|5||1||NP|S|F|6|Bachelors (4 years)|Yes|N|40|zero -140000|USA|M|15|E|DBAP|N|15||0||NP|S|M|20|None (no degree completed)||N|40|two -149000|USA|M|8|E|M|Y|2||1||NP|S|F|7|Bachelors (4 years)|Yes|YesValid|45|five -73000|USA|M|7|E|E|N|7||6||PB|SE|F|32|Bachelors (4 years)|No|N|48|zero -194000|USA|M|16|E|M|Y|8||0||PB|SE|M|20|None (no degree completed)||YesExpired|60|zero -73000|Canada|M|3|E|DBAG|N|2||0||PB|S|M|30|Associates (2 years)|Yes|YesValid|40|zero -105000|USA|M|12|E|DBAG|N|8||0||PB|S|M|100|Bachelors (4 years)|Yes|YesExpired|40|zero -115000|USA|M|6|E|DBAD|N|7||0||E|S|M|12|Bachelors (4 years)|No|N|45|one -56000|Canada|M|8|E|DA|N|8||6||LG||F|5|Bachelors (4 years)|Yes|N|35|zero -101725|USA|M|10|EC|DA|Y|10||5||FG|S|M|4|Bachelors (4 years)|Yes|YesValid|42|one -43000|USA|M|5|E|AN|N|1||4||PB|C|M|1|Associates (2 years)|Yes|N|40|zero -100000|USA|M|4|EC|DBAG|N|4||5||SG|S|M|20|Bachelors (4 years)|Yes|N|45|zero -22000|Argentina|M|5|E|DA|N|5||1||PB|SR|M|2|Associates (2 years)|Yes|N|45|zero -73000|USA|M|3|E|DA|N|4||1||PB|S|M|2|Bachelors (4 years)|No|N|40|one -71000|Netherlands|M|18|E|DBAG|Y|1||3||PB|S|M|20|Bachelors (4 years)|No|YesValid|44|zero -98000|USA|M|20|E|M|Y|7||4||PB|SR|M|250|Bachelors (4 years)|Yes|YesExpired|45|one -90000|USA|O|10|E|DBAG|N|13||0||PB|S|M|7|Bachelors (4 years)|Yes|YesValid|40|two -96000|USA|M|14|E|M|Y|8||0||NP||M|10|Masters|Yes|YesExpired|50|zero -628857|New-Zealand|M|12|E|M|Y|5||0||NP|S|M|6|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|10|E|DBAG|Y|1||0||PB||M|45|Bachelors (4 years)|Yes|N|50|one -84000|USA|M|4|E|DT|N|2||0||PB|S|M|4|None (no degree completed)||N|45|zero -60300|UK|M|4|E|AN|N|4||1||PB|S|M|6|Associates (2 years)|No|YesExpired|38|three -128500|USA|M|10|E|DBAD|N|19||1||PB|S|M|4|Associates (2 years)|Yes|N|40|zero -120000|USA|M|17|E|DBAG|N|12||4||PB|S|M|200|Bachelors (4 years)|Yes|YesExpired|40|zero -85000|USA|M|13|E|DA|N|10||0||PB|SR|M|5|Bachelors (4 years)|Yes|YesExpired|40|zero -86000|USA|M|18|E|DBAD|Y|2||1||PB|S|M|1|None (no degree completed)||N|50|one -139000|USA|M|17|E|A|N|15||2||PB|S|M|30|Bachelors (4 years)|Yes|YesExpired|41|one -85000|USA|M|5|E|DBAP|N|5||2||PB||M|150|Associates (2 years)||YesValid|40|zero -187000|USA|M|10|E|DBAD|Y|8||0||PB|SR|M|40|Masters|Yes|YesValid|45|five -58000|Sweden|M|5|E|DT|N|2||6||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -140000|USA|M|10|E|E|N|5||1||PB|SR|M|8|Bachelors (4 years)|No|N|40|three -82000|USA|M|7|E|DBAG|N|2||4||PB|S|M|25|Bachelors (4 years)|Yes|N|35|zero -133000|USA|M|21|E|DBAP|N|35||1||PB|SR|M|68|Bachelors (4 years)|Yes|N|50|zero -60000|UK|M|6|E|AN|Y|1||1||PB|SR|M|6|Bachelors (4 years)|Yes|N|35|zero -92000|USA|M|15|E|DBAG|N|15||0||SG|SR|M|7|Masters|Yes|N|40|zero -65000|Netherlands|M|4|E|DBAG|N|4||0||PB||M|30|Bachelors (4 years)|No|N|40|zero -68000|USA|M|10|E|DBAG|Y|11||3||PB|S|M|150|Bachelors (4 years)|No|N|40|one -80000|USA|M|10|E||N|10||0||PB|S|M|3|Associates (2 years)|No|N|45|zero -84000|USA|M|12|E|DA|N|3||4||PB|S|M|3|Masters|No|YesExpired|45|zero -105000|USA|M|15|E|E|N|20||4||PB|S|M|30|Bachelors (4 years)|Yes|N|40|zero -77000|USA|M|6|E|DBAD|N|6||2||PB|S|M|20|Masters|Yes|N|40|zero -33430|Bulgaria|M|3|EC|DA|N|4||2||PB|SE|M|3|Bachelors (4 years)|Yes|YesValid|40|zero -111000|USA|M|10|E|DBAG|N|10||0||PB|S|M|40|Bachelors (4 years)|Yes|N|40|two -122500|USA|M|21|E|DBAG|Y|23||0||SG|SE|F|35|Associates (2 years)||YesExpired|45|one -146000|USA|M|11|E|DBAP|Y|2||3||PB|SE|M|100|Masters|Yes|YesValid|40|three -8000|Greece|MS|20|P|DA|N|20||2||E||M|2|None (no degree completed)||N|35|five -60000|CostaRica|M|10|E||N|10||5||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -54000|USA|M|5|E|DA|N|40||0||PB|S|M|1|Associates (2 years)|Yes|YesExpired|40|zero -76000|USA|M|7|E|DBAG|Y|4||0||PB||F|4|Masters|Yes|YesValid|40|zero -45000|Russia|M|10|E|DBAG|N|5||0||PB|S|M|15|Bachelors (4 years)|No|YesValid|40|zero -68000|Canada|M|10|E|M|Y|5||0||SG|S|M|3|Associates (2 years)|Yes|N|40|three -71650|Canada|M|7|E|D|N|5||0||PB|SE|M|12|Bachelors (4 years)|Yes|N|40|zero -177000|USA|M|15|E|A|Y|2||1||PB|SE|M|20|Masters|Yes|YesValid|50|zero -62000|USA|M|3|E|DBAG|N|2||1||PB|S|M|57|Bachelors (4 years)|No|YesValid|40|zero -154000|USA|M|22|E|A|N|7||0||PB|C|M|0|Masters|Yes|YesValid|55|zero -65000|USA|M|15|E|DBAG|N|5||0||PB|SR|F|80|Bachelors (4 years)|Yes|N|50|zero -57000|UK|M|10|E|DA|N|4||2||PB|S|M|3|Bachelors (4 years)|Yes|N|37|zero -75000|Germany|M|10|P|M|Y|1||6||SG||M|44|Bachelors (4 years)||N|40|five -77000|Italy|M|13|E|M|Y|3||0||PB|SR|M|4|None (no degree completed)||YesValid|50|one -60000|USA|MS|3|E|DBAP|N|3||6||SG|SE|M|300|Bachelors (4 years)|Yes|N|40|zero -80000|UK|M|17|E|M|Y|9||0||NP|SE|M|80|None (no degree completed)|No|YesExpired|42|zero -22000|CzechRepublic|M|5|E|DBAP|N|5||6||PB||M|800|Masters|Yes|YesValid|50|four -130000|USA|M|15|E|E|N|1||2||PB|SE|M|50|Associates (2 years)|Yes|N|45|zero -110000|USA|M|18|E|D|N|27||1||NP|S|F|3|Bachelors (4 years)|Yes|N|40|zero -92000|USA|M|15|E|DBAG|N|15||0||PB|S|M|20|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|10|E|DBAG|N|10||1||PB|S|M|2000|Bachelors (4 years)|Yes|N|40|zero -118000|USA|M|23|E|M|Y|5||0||PB|SE|M|12|Bachelors (4 years)|Yes|YesExpired|50|five -200000|Australia|M|10|IC|D|N|10||0||PB||M|10|None (no degree completed)||YesExpired|40|five -97500|USA|O|2|E|D|Y|1||5||PB|S|F|3|Bachelors (4 years)|Yes|N|40|five -135000|USA|M|15|E|DBAD|N|8||5||PB|S|M|40|None (no degree completed)||YesExpired|45|zero -56640|Lithuania|M|12|E|DT|Y|2||6||PB|S|M|10|Masters|Yes|YesValid|40|zero -59000|USA|M|3|E|DBAG|N|3||1||SG|S|M|30|Bachelors (4 years)|No|N|40|zero -30000|Spain|M|7|E|DA|N|7||6||PB|S|M|4|Bachelors (4 years)|Yes|N|36|zero -130000|USA|M|10|EC|E|N|3||1||PB|SE|M|20|Masters|Yes|YesValid|60|five -70000|UK|M|12|E|M|Y|12||0||PB|SE|M|6|Bachelors (4 years)|Yes|N|42|zero -120000|Canada|O|20|IC|A|Y|15||0||PB|C|M|4|Bachelors (4 years)|No|N|42|zero -30000|Serbia-and-Montenegro|O|15|IC|DBAG|Y|5||5||PB|||75|Masters|Yes|N|45|two -117000|USA|M|14|E|DT|N|14||3||PB|SR|M|2|Masters|Yes|N|50|zero -62000|USA|M|7|E|D|N|7||0||PB|SR|M|12|None (no degree completed)||YesExpired|40|zero -65000|SaudiArabia|M|8|E|DBAP|N|4||4||SG|SE|M|80|Bachelors (4 years)|Yes|N|65|two -67000|USA|P|2|EC|M|Y|1||0||PB|SE|M|5|Bachelors (4 years)|Yes|YesExpired|45|one -34821|UK|M|2|E|DT|N|2||1||PB|S|M|12|Bachelors (4 years)|Yes|N|37|zero -61763|Netherlands|M|5|E|E|Y|5||0||PB|SE|M|4|None (no degree completed)|No|N|50|two -125000|USA|M|15|E|DA|Y|17||5||PB|SR|F|5|Masters|Yes|N|45|zero -24000|Latvia|M|2|E|DA|Y|2||2||PB|S|M|25|None (no degree completed)||N|40|four -135000|USA|M|10|E|DBAD|N|1||6||PB|S|M|50|None (no degree completed)||YesExpired|40|zero -100000|USA|M|10|E|M|Y|4||0||PB|S|M|33|Bachelors (4 years)|Yes|YesExpired|40|zero -92500|USA|M|18|E|E|Y|15||3||PB|S|M|3|None (no degree completed)|No|N|50|zero -60000|USA|M|3|E||N|3||2||PB|C|M|2|Bachelors (4 years)|Yes|N|40|zero -90000|USA|M|6|E|DA|N|0||2||PB|SE|M|3|Bachelors (4 years)|Yes|YesExpired|40|zero -140000|USA|M|3|E|E|Y|3||1||FG|S|M|6|None (no degree completed)||YesValid|43|zero -164000|USA|M|18|E|A|N|2||4||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|50|five -72000|Turkey|M|10|EC|DBAP|N|11||2||PB||M|48|Bachelors (4 years)|Yes|YesValid|54|one -95000|USA|M|10|E|M|N|2||0||PB|S|M|2|None (no degree completed)||YesValid|55|five -75000|Canada|M|5|E|AN|N|2||1||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -47219|Sweden|M|2|E|DA|N|2||3||PB|S|M|3|None (no degree completed)||N|40|zero -120000|USA|M|15|E|DBAG|N|5||0||PB|S|M|30|Bachelors (4 years)|Yes|YesValid|50|zero -40000|France|M|5|E|DA|N|8||0||PB|S|M|15|Associates (2 years)|Yes|N|40|zero -60330|UK|M|2|E|DBAG|N|2||2||PB|C|M|15|Masters|No|YesValid|45|zero -140000|USA|M|18|EC|DT|N|18||1||PB|S|M|100|Bachelors (4 years)|No|YesValid|50|five -77000|New-Zealand|M|10|E|E|N|2||2||PB|S|M|15|Bachelors (4 years)|Yes|YesExpired|40|zero -55000|USA|M|4|E|DBAG|N|4||1||PB|SE|M|40|Masters|Yes|N|45|two -80300|UK|M|10|E|M|Y|0||0||PB|S|M|20|Bachelors (4 years)|No|YesExpired|37|zero -110000|USA|M|17|E|DBAP|N|4||0||PB|S|M|7|Masters|Yes|N|40|one -35000|France|M|3|E|DA|N|3||6||PB|S|M|8|Masters|Yes|N|39|zero -80000|USA|M|7|E|DA|N|9||3||SG|SE|M|5|Bachelors (4 years)|Yes|N|36|three -93000|Germany|M|17|E|DBAP|N|12||1||PB|SE|M|20|None (no degree completed)|No|YesValid|40|zero -40000|Poland|M|4|E|E|N|4||5||PB|S|M|50|Masters|Yes|N|40|three -65000|USA|M|7|E|DT|N|7||3||PB|C|F|3|Bachelors (4 years)|Yes|YesExpired|45|three -26500|Ukraine|M|2|IC|DA|N|4||6||PB|S|M|3|Masters||N|40|five -76000|Australia|M|3|E|DBAD|N|25||0||PB|S|M|8|Bachelors (4 years)|Yes|N|40|zero -28600|Russia|M|15|E|DT|N|15||0||PB||M|7|Masters|No|N|30|five -60000|Jersey|M|7|E|D|N|7||4||PB|SE|F|20|Bachelors (4 years)|Yes|YesValid|35|one -98000|USA|M|6|E|DBAG|N|6||1||FG||M|20|Masters|Yes|N|40|two -150000|USA|M|10|E|A|Y|17||0||PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|45|zero -111000|USA|M|12|E|A|Y|2||3||PB|S|M|20|Bachelors (4 years)|Yes|N|45|zero -140000|Denmark|M|20|EC|M|Y|5||6||PB|S|M|500|Bachelors (4 years)|No|YesValid|40|five -105000|USA|M|10|E|DBAP|N|1||0||PB|S|M|10|Associates (2 years)|No|YesExpired|40|zero -960000|USA|M|10|E|DBAG|Y|8||1||PB|S|M|6|Associates (2 years)|No|YesExpired|40|five -117500|USA|M|15|E|DT|N|5||0||PB|S|M|2|Bachelors (4 years)|No|YesExpired|40|five -82500|USA|M|9|E|M|Y|5||1||PB|S|M|7|Masters|No|YesValid|50|zero -95000|USA|M|15|E|A|Y|5||1||E|S|M|6|Bachelors (4 years)|Yes|YesExpired|40|one -122000|USA|M|10|E|E|N|8||6||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|50|one -70000|USA|M|3|E|DBAP|N|3||3||PB|S|M|25|Masters|Yes|N|40|one -55000|USA|M|17|E|DBAG|N|15||1||PB|S|M|5|None (no degree completed)||N|40|zero -45000|Poland|M|7|E|DBAG|Y|5||1||PB|S|M|30|Masters||YesValid|40|one -94000|UK|M|13|E|DBAG|Y|2||1||PB|SE|M|100|Bachelors (4 years)|No|YesValid|45|zero -113000|USA|M|4|E|DT|N|4||6||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|five -59500|Germany|MS|7|E|E|N|3||5||PB|SR|M|6|Masters|Yes|N|45|zero -127000|USA|M|17|E|A|Y|9||1||PB|S|F|50|Bachelors (4 years)|No|N|45|zero -46000|Hungary|M|10|E|DT|N|6||0||PB|SE|M|6|Bachelors (4 years)|No|N|42|zero -93000|USA|M|2|EC||N|3||0||PB|S|M|50|None (no degree completed)||YesValid|55|three -84000|Australia|M|15|E|DBAG|Y|5||0||SG|S|M|512|Bachelors (4 years)|Yes|YesValid|40|zero -111000|Australia|M|11|E|DBAG|N|1||1||PB|S|M|104|Associates (2 years)||YesExpired|37|zero -60000|Canada|M|1|E|AN|N|3||0||PB|SE|M|1|Associates (2 years)|Yes|N|50|one -69000|Australia|M|4|E|M|Y|2||1||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -75000|USA|M|2|E|DBAG|N|2||0||LG|S|F|10|Bachelors (4 years)|Yes|YesValid|40|zero -260000|USA|M|20|IC|DBAD|N|11||6||PB|C|M|7|Masters|Yes|N|45|zero -71000|USA|M|6|E|DBAG|Y|5||0||PB||M|3|Associates (2 years)||N|44|zero -110000|USA|M|4|E|DA|N|4||3||PB|SE|M|4|Masters|Yes|N|50|zero -121000|USA|M|6|E|DBAG|N|6||3||PB|S|M|80|None (no degree completed)|No|N|45|zero -100000|USA|M|21|IC|DT|N|21||0||PB|C|M|20|None (no degree completed)||N|50|five -93396|Canada|M|10|E|DBAP|N|10||2||PB|SR|NB|80|Bachelors (4 years)|Yes|YesExpired|46|three -100000|Belgium|M|10|IC|D|N|10||0||PB|S|M|2|Masters|Yes|YesExpired|35|zero -62000|New-Zealand|M|12|E|AN|N|5||0||PB|SE|M|10|Masters|No|N|43|zero -135000|Australia|M|13|E|DBAD|N|17||0||PB|C|M|4|None (no degree completed)||YesExpired|54|zero -105000|USA|M|17|E|DBAD|Y|3||0||PB|S|M|5|None (no degree completed)||N|45|zero -135000|Australia|M|20|E|D|Y|6||2||PB|S|M|10|Associates (2 years)|No|YesValid|40|five -97263|USA|M|5|E|D|N|5||1||PB|S|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -86000|USA|M|5|E|M|Y|1||0||PB|S|M|350|None (no degree completed)||N|50|one -120000|USA|M|20|E|DT|N|1||3||PB|S|M|6|Bachelors (4 years)|Yes|YesValid|40|zero -90000|USA|M|7|E|DBAD|Y|7||2||PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|40|zero -118000|USA|M|5|E|DT|N|5||6||PB|S|M|150|Doctorate/PhD|No|N|55|zero -80500|Australia|M|16|E|DBAP|N|16||0||E|S|F|150|Bachelors (4 years)|Yes|YesExpired|40|one -155000|USA|M|9|E|A|N|2||2||PB|S|M|0|Associates (2 years)|No|YesValid|40|five -120000|Australia|M|25|E|DS|Y|25||2||SG|SE|M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -78000|Australia|M|7|EC|DBAG|N|1||1||PB|S|M|160|Associates (2 years)|Yes|YesValid|40|two -64000|USA|M|0|E||Y|14||0||PB|S|M|2|Bachelors (4 years)|Yes|N|45|zero -90000|USA|M|10|E|DBAD|N|10||0||PB|SR|M|4|Bachelors (4 years)|Yes|YesExpired|85|zero -81000|USA|M|4|E|DBAG|N|2||1||PB|SE|M|5|Bachelors (4 years)|Yes|N|45|zero -50000|USA|M|1|E|DBAG|N|1||2||PB|S|M|10|Associates (2 years)|Yes|N|40|zero -105000|USA|M|18|E|DBAG|N|12||0||SG|S|M|14|Bachelors (4 years)|No|YesExpired|41|zero -333000|USA|M|20|E|M|Y|23||6||PB|S|M|3|None (no degree completed)||N|40|zero -85000|USA|MA|10|E|M|Y|15||0||LG|C|F|2|Bachelors (4 years)|Yes|N|40|zero -100000|Canada|M|21|E|A|Y|10||3||PB|S|M|10|Bachelors (4 years)|Yes|N|37|zero -180000|USA|M|12|E|DA|Y|8||1||PB|S|M|3|Masters|Yes|N|45|zero -120000|Canada|M|18|E|DBAG|N|30||0||PB|S|M|86|Masters|Yes|YesExpired|35|zero -100000|Australia|M|20|EC|DBAG|N|20||2||PB|S|M|100|Associates (2 years)|Yes|YesExpired|40|zero -121000|USA|M|12|E|DBAG|N|8||1||NP|S|M|150|Bachelors (4 years)|Yes|YesValid|40|zero -122000|USA|M|17|E|DT|N|20||0||PB|C|M|5|Bachelors (4 years)|Yes|N|40|zero -123673|Australia|M|9|E|DBAP|N|4||1||PB|S|M|70|None (no degree completed)||YesExpired|38|zero -85000|USA|M|3|E|D|Y|1||4||PB||F|20|Associates (2 years)|Yes|N|50|zero -144000|Canada|M|10|IC|DBAD|Y|8||6||PB|S|M|40|Masters|Yes|YesValid|40|zero -136000|USA|M|20|E|A|N|1||3||PB|C|M|100|Bachelors (4 years)|Yes|YesValid|50|five -120000|USA|M|15|IC|A|Y|15||0||PB|C|M|10|Masters|Yes|YesExpired|40|five -60000|USA|M|4|E|DBAG|N|4||3||PB|||3000|Bachelors (4 years)|No|N|50|two -83000|USA|M|7|E|AN|N|7||0||E|S|F|3|None (no degree completed)||N|40|five -80000|Australia|M|2|E|DT|Y|2||5||PB|S|M|50|Bachelors (4 years)|Yes|N|40|one -166000|USA|M|17|E|DBAG|N|10||1||NP|S|F|30|Masters|Yes|YesValid|45|zero -75000|USA|M|4|E|DBAG|N|3||0||PB|S|M|10|Associates (2 years)|No|N|45|five -30000|Russia|M|10|E|DA|Y|9||2||PB|S|M|2|Masters|Yes|N|36|zero -115000|USA|M|17|EC|DBAG|N|1||1||PB|S|M|10|Bachelors (4 years)|No|YesExpired|45|zero -95000|Australia|O|20|E|DBAP|N|1||0||SG|S|M|16|Associates (2 years)|No|YesExpired|40|zero -80000|USA|M|3|EC|DA|N|3||0||PB|S|M|5|Bachelors (4 years)|Yes|N|50|zero -12500|India|M|10|EC|E|Y|10||0||PB|C|M|1|Bachelors (4 years)|Yes|YesExpired|54|zero -165000|USA|M|16|E|A|N|1||1||PB|S|F|60|Bachelors (4 years)|Yes|N|40|one -10962|Malaysia|M|10|E|AN|Y|10||2||PB|C|M|2|Bachelors (4 years)|Yes|YesExpired|40|zero -103000|USA|M|22|E|DBAP|N|4||0||PB|S||24|Bachelors (4 years)|No|N|50|three -70000|Australia|M|1|E|DBAP|N|1||0||PB|SR|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -86000|USA|M|3|E|DA|N|3||0||NP|C|F|1|Masters|Yes|N|40|zero -113000|USA|M|20|E|DBAD|N|32||0||PB|S|M|15|Bachelors (4 years)|No|YesValid|45|one -65000|USA|M|6|E|DA|N|6||1||E|SE|M|4|Bachelors (4 years)|No|N|40|zero -112000|USA|M|16|E|DBAP|N|16||0||PB|C|M|145|Bachelors (4 years)|Yes|N|55|zero -38000|Australia|M|4|E|DA|N|4||3||PB|S|F|15|Bachelors (4 years)|Yes|YesValid|38|zero -50000|Australia|M|2|E|DBAG|N|2||4||PB|S|M|300|None (no degree completed)||YesValid|40|zero -30000|Hungary|M|15|E|A|N|12||0||PB||M|20|Masters|Yes|N|40|two -105000|USA|M|5|E|M|Y|2||0||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -68000|Austria|M|10|E|DBAP|N|3||2||PB|S|M|50|Bachelors (4 years)|Yes|YesValid|45|zero -16000|Nepal|M|12|E|E|Y|8||1||PB|SE|M|8|Bachelors (4 years)|Yes|N|40|zero -16000|India|M|12|E|DT|N|12||1||PB|SR|M|3|Bachelors (4 years)|No|YesExpired|40|zero -58|Netherlands|M|20|E|A|Y|20||0||PB|SE|M|4|Bachelors (4 years)||YesExpired|40|zero -45800|Sweden|M|2|E|DT|N|2||2||PB||M|50|Bachelors (4 years)|Yes|YesValid|40|zero -54832|Austria|M|2|E||N|2||1||PB|SE|M|70|None (no degree completed)||N|40|zero -80000|South-Africa|M|20|E|DBAP|N|3||1||PB|S|M|35|None (no degree completed)|Yes|YesExpired|50|zero -75000|UK|M|8|E|DBAP|N|1||2||PB|S|M|450|None (no degree completed)||N|37|two -17500|Hungary|M|4|E|DBAG|N|4||0||PB|S|M|16|None (no degree completed)||N|45|one -68000|Israel|M|6|E|DBAD|N|6||1||PB||F|10|None (no degree completed)||N|45|zero -60112|UK|M|10|E|DBAD|N|2||0||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -70000|UK|M|17|E|DBAP|N|8||6||PB|S|M|150|Bachelors (4 years)|Yes|N|40|zero -46000|Croatia|M|5|E|A|Y|5||1||PB|S|M|5|Masters|Yes|YesValid|40|zero -28600|CzechRepublic|M|2|E|AN|N|2||0||SG|S|M|1|Masters|Yes|N|38|zero -95000|UK|M|5|E|DBAP|N|2||1||PB|||10|Bachelors (4 years)|No|N|40|one -54000|UK|M|9|E|DA|N|0||5||PB|S|M|4|Bachelors (4 years)|Yes|N|38|zero -63000|CzechRepublic|M|10|IC|A|Y|5||0||PB|S|M|5|Masters|Yes|N|40|zero -48000|Netherlands|M|10|E|M|Y|15||0||PB|S|NB|4|None (no degree completed)|No|N|40|zero -29000|UK|M|1|E|DA|N|1||3||PB|SR|M|6|Bachelors (4 years)|Yes|N|37|zero -41124|UK|M|10|E|DBAG|N|6||1||SG|S|M|100|Bachelors (4 years)|No|N|37|zero -70000|Germany|M|10|E|DBAD|N|1||1||PB|SE|M|6|Bachelors (4 years)|No|YesValid|45|zero -60000|Brazil|M|5|E|M|Y|5||0||PB||M|4|Bachelors (4 years)|Yes|N|44|zero -684000|India|M|5|E|DBAG|N|2||1||PB|SR|M|15|Bachelors (4 years)|Yes|YesValid|45|zero -63500|UK|M|14|E|DA|Y|14||2||PB|S|M|3|Bachelors (4 years)|Yes|N|35|zero -50833|Sweden|M|4|EC|DBAP|N|2||1||PB|S|M|150|None (no degree completed)||N|42|zero -49000|Netherlands|M|5|EC|E|N|5||0||PB|S|M|5|Bachelors (4 years)|Yes|YesExpired|32|one -40000|UK|M|3|E|AN|N|4||0||PB|S|M|2|None (no degree completed)||N|47|zero -900|Greece|M|10|E|DA|Y|4||4||PB|S|M|30|Associates (2 years)||N|40|two -80000|UK|M|20|E|DBAG|N|20||0||PB|SR|M|8|None (no degree completed)||N|50|zero -72247|UK|M|10|E|M|Y|8||0||PB|S|M|7|None (no degree completed)||N|37|zero -12000|Philippines|M|5|E|DT|N|5||6||PB|SR|M|2|Bachelors (4 years)|Yes|YesValid|45|four -66000|UK|M|18|E|DBAD|N|15||5||PB|SR|M|100|None (no degree completed)|No|YesExpired|50|one -95000|New-Zealand|M|15|E|A|Y|7||3||PB|S|M|200|Bachelors (4 years)|No|YesValid|35|zero -50100|Finland|M|10|E|DBAG|N|2||3||PB|C|M|15|None (no degree completed)||YesExpired|38|zero -75000|UK|M|12|E|M|Y|8||0||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|40|zero -80200|UK|M|10|E|DA|Y|10||0||PB|S|M|4|None (no degree completed)||N|37|one -80000|UK|M|8|E|DBAG|Y|5||1||PB||M|25|Associates (2 years)|Yes|YesValid|40|zero -119000|Germany|M|18|E|M|Y|10||1||PB|S|M|10|None (no degree completed)|No|YesValid|50|one -87000|Norway|M|5|EC|DBAG|N|5||0||PB|S|M|25|Bachelors (4 years)|Yes|YesValid|37|zero -7500|Ghana|M|4|E|DA|Y|8||2||PB|C|M|2|Associates (2 years)|Yes|YesExpired|40|zero -85000|USA|M|17|EC|DT|N|5||0||PB|C|M|10|Masters|Yes|N|45|five -36500|UK|M|4|E|DA|N|16||4||PB|S|M|5|Associates (2 years)|Yes|N|37|five -60000|USA|M|10|E|AN|N|1||0||LG|S|F|2|Masters|Yes|YesExpired|40|zero -58000|Sweden|M|2|EC|DBAP|N|2||6||PB|S|M|20|None (no degree completed)||N|40|zero -65000|UK|M|20|E|AN|N|15||0||PB|S|M|10|Associates (2 years)|No|N|45|zero -66000|UK|M|18|IC|DBAG|N|7||0||PB|S|M|250|None (no degree completed)||YesValid|35|four -88500|USA|M|3|E|DBAG|N|3||3||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|one -66000|UK|M|18|E|DBAP|N|15||0||PB||M|40|None (no degree completed)||YesExpired|40|one -8230|India|M|5|E|DBAP|N|5||0||PB|C|M|500|Bachelors (4 years)|No|N|76|zero -78000|USA|M|15|EC|DBAG|N|15||0||PB|S|M|30|Masters|No|YesValid|46|three -42916|UK|M|5|E|DA|N|3||5||PB||F|4|Masters|Yes|N|37|zero -125000|USA|M|14|E|M|Y|6||1||PB|S|M|60|Masters|Yes|YesExpired|45|zero -91400|Denmark|M|10|E|DBAG|N|7||0||PB|S|M|10|Associates (2 years)||YesValid|37|one -22350|Dominican-Republic|M|11|E|DBAG|N|1||3||PB|S|M|46|None (no degree completed)||N|44|zero -5800|Brazil|M|3|E|DA|N|3||2||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -25000|Bulgaria|M|4|E|DBAG|N|4||5||PB|S|M|80|None (no degree completed)||N|40|zero -149000|USA|M|11|E|E|N|1||6||PB|S|M|15|Bachelors (4 years)|Yes|YesValid|50|five -96000|USA|M|8|EC|D|N|8||0||E|SR|M|4|Masters|Yes|YesExpired|40|zero -115000|USA|M|20|E|DBAP|N|1||4||NP|S|M|300|Associates (2 years)|Yes|YesValid|40|zero -75000|Canada|M|17|E|DBAP|N|2||4||PB|S|M|300|Bachelors (4 years)|Yes|N|38|zero -72000|USA|M|5|E|D|N|5||3||PB|S|M|8|Masters|No|N|50|zero -67000|Denmark|M|17|E|DBAP|N|21||0||LG|S|M|20|Bachelors (4 years)|Yes|N|37|zero -280000|UK|M|16|IC|DBAP|N|16||6||PB|SR|M|300|Bachelors (4 years)|No|YesExpired|35|zero -50000|USA|M|18|E|DA|N|18||4||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -88|Denmark|M|3|EC|D|N|3||6||PB|S|M|5|Masters|No|N|40|three -165000|USA|M|20|EC|DBAP|N|7||2||FG|S|M|100|Masters|Yes|YesExpired|50|one -67000|USA|M|20|E|DBAP|Y|20||2||PB|S|M|200|Associates (2 years)|Yes|YesExpired|50|five -138000|USA|M|18|E|A|Y|25||1||PB|S|M|5|Bachelors (4 years)|No|YesExpired|45|five -75000|USA|M|7|E||N|6||1||PB|S|M|1000|Masters|No|YesValid|40|two -48000|UK|M|8|E|DBAP|N|7||0||LG||M|50|Bachelors (4 years)|Yes|N|38|one -80000|USA|M|5|E|DBAP|N|5||5||PB|SE|M|350|Masters|Yes|N|40|zero -37538|UK|M|3|E|DA|N|3||2||PB|SE|M|4|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|17|E|DBAP|N|5||5||PB|S|M|110|Bachelors (4 years)|Yes|YesExpired|50|five -84000|USA|M|13|E|D|N|7||2||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|46|five -84000|USA|M|11|E|DBAG|N|5||0||PB|S|M|11|Associates (2 years)|Yes|N|45|zero -33437|UK|M|3|E|DBAG|N|2||3||PB|SR|M|25|Bachelors (4 years)|Yes|YesValid|40|zero -46000|Romania|M|13|E|DBAG|Y|4||2||PB|S|M|50|None (no degree completed)||YesExpired|50|zero -80000|USA|M|6|E|DBAP|N|6||4||PB|S|M|552|Masters|Yes|N|40|zero -77500|USA|M|4|E|DBAG|N|4||0||PB|S|M|15|Bachelors (4 years)|No|N|45|zero -24000|Russia|M|7|E|E|N|7||0||PB||M|50|Masters|Yes|N|40|zero -135000|USA|M|20|E|DBAP|N|4||2||PB|S|M|15|Bachelors (4 years)|No|YesExpired|45|two -93000|USA|M|12|E|DA|N|10||0||PB|S|M|4|None (no degree completed)||N|38|zero -144700|USA|M|16|E|M|Y|6||6||PB||M|50|Bachelors (4 years)|No|YesValid|53|zero -71000|USA|P|2|E|AN|N|2||1||PB|S|M|1|Bachelors (4 years)|No|N|45|zero -97000|USA|M|7|E|M|Y|7||2||PB|S|M|7|Associates (2 years)|No|N|45|five -13500|Greece|M|3|E|DA|Y|3||6||PB|SR|M|2|Bachelors (4 years)|Yes|N|45|zero -92000|USA|M|8|E|AN|N|15||0||PB|SE|M|3|Bachelors (4 years)|No|N|50|zero -112700|USA|M|10|E|M|Y|10||0||PB|S|F|15|Bachelors (4 years)|Yes|N|42|zero -110000|USA|M|24|E||N|1||6||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|50|one -65000|USA|M|4|E|DBAG|N|2||5||PB|SE|M|120|Bachelors (4 years)|No|N|45|zero -67000|Canada|M|20|EC|D|N|2||6||PB|SR|M|2|Bachelors (4 years)|Yes|YesValid|40|zero -90000|USA|M|5|E|DT|N|3||1||LG|SE|M|200|Bachelors (4 years)|Yes|YesValid|50|zero -93000|USA|M|23|E|E|N|1||0||PB|C|M|6|Bachelors (4 years)|No|YesValid|60|four -80000|USA|M|18|E|DT|N|3||0||NP|SR|M|7|Bachelors (4 years)|No|YesExpired|40|two -108000|USA|M|20|E|DBAG|N|20||0||PB|S|F|8|Masters|Yes|YesExpired|50|zero -82000|USA|M|5|E|DBAG|N|2||1||PB||M|100|Bachelors (4 years)|Yes|N|50|two -110700|USA|M|19|E|DBAG|Y|1||0||PB|SE|M|8|Associates (2 years)|Yes|N|45|zero -92000|USA|M|8|E|DBAP|N|1||1||PB|S|M|6|Masters|Yes|YesValid|40|zero -76000|USA|M|18|E|DT|N|18||1||PB|S|F|3|Associates (2 years)|No|N|40|zero -130000|USA|M|17|E|DBAD|N|15||0||PB|SR|M|8|Associates (2 years)|Yes|N|45|zero -100000|USA|M|11|EC|M|Y|3||0||NP|S|M|20|Bachelors (4 years)|Yes|N|50|four -125000|USA|M|17|E|DBAG|N|3||0||NP|S|F|80|Associates (2 years)|Yes|YesExpired|50|five -115000|USA|M|15|EC|D|N|6||6||PB|S|F|10|Associates (2 years)|No|N|40|three -95207|USA|M|18|E|DBAG|N|10||0||E|S|M|15|Masters|Yes|YesExpired|40|zero -64179|UK|M|5|E|DBAG|N|3||3||PB|S|M|8|Bachelors (4 years)|No|N|40|zero -78000|USA|M|6|E|DT|N|3||1||PB|||20|None (no degree completed)||N|40|zero -64500|Canada|M|20|E|D|Y|10||0||PB|SR|M|5|None (no degree completed)||YesValid|50|one -110000|USA|M|10|IC|D|N|3||0||PB|S|M|2|Bachelors (4 years)|No|N|40|two -166000|USA|A|3|E|E|Y|25||1||PB|SE|M|25|Bachelors (4 years)|No|YesExpired|50|zero -132000|USA|M|10|E|DBAG|Y|2||0||PB|S|M|4|Bachelors (4 years)|Yes|N|40|three -77155|New-Zealand|M|12|E|DBAG|N|2||1||PB|S|M|19|Bachelors (4 years)|Yes|YesExpired|40|one -76000|Canada|M|12|E|DBAP|N|3||2||PB||M|250|Masters|Yes|YesValid|40|one -121500|UK||1|E|A|Y|10||0||PB|S|M|0|Masters|No|N|50|zero -66000|CzechRepublic|M|20|IC|DT|N|4||6||PB|S|M|5|Masters|No|YesValid|40|five -54577|Austria|M|10|P|E|N|16||0||PB|SE|M|10|Bachelors (4 years)|Yes|YesExpired|35|one -103000|USA|M|7|E|D|N|2||1||PB|SR|M|10|Bachelors (4 years)|Yes|N|40|one -100000|USA|M|8|E|DBAG|N|2||0||PB|SR|M|33|Bachelors (4 years)|Yes|N|44|zero -110000|USA|M|12|E|DBAG|Y|12||1||E|SR|M|200|Bachelors (4 years)|Yes|N|42|zero -103520|USA|M|10|E|DT|Y|5||0||PB|SR|M|5|Bachelors (4 years)|Yes|N|40|two -115000|USA|M|12|E|DBAP|N|10||2||PB|S|M|340|Bachelors (4 years)|Yes|YesValid|45|one -87000|USA|M|4|E|DBAG|N|2||1||NP|SE|M|15|Bachelors (4 years)|Yes|YesValid|36|one -63330|USA|M|6|E|DT|N|3||0||E|S|M|20|Bachelors (4 years)|Yes|N|35|zero -81000|USA|M|17|E|DBAG|N|5||0||PB|S|F|50|Bachelors (4 years)|Yes|N|40|one -170000|USA|M|14|E|D|N|4||1||PB|C|M|3|Masters|Yes|YesValid|40|zero -90900|USA|M|6|E|DT|N|6||4||E|S|M|50|Masters|No|N|38|zero -110040|USA|M|12|E|DA|N|5||6||PB|S|F|4|Masters|Yes|N|40|zero -72446|France|M|1|E|DBAG|N|1||3||PB|S|M|400|Masters|Yes|N|40|zero -130000|USA|M|20|E|DBAG|Y|2||0||PB|S|M|350|Associates (2 years)|No|YesExpired|45|zero -80000|USA|M|9|E|DBAG|N|1||1||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|two -115000|USA|M|8|E|DBAG|N|4||2||PB|S|M|26|Bachelors (4 years)|No|N|40|one -120000|USA|M|20|E|DBAG|Y|6||1||PB|S|M|150|Masters|Yes|N|50|zero -110000|USA|M|14|E|DT|N|9||0||PB|S|M|30|Masters|No|N|46|zero -145000|USA|A|15|E|DBAD|N|3||0||PB|S|M|4|Bachelors (4 years)|Yes|N|40|zero -81000|USA|M|12|E|DBAP|N|10||0||E|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -95600|USA|M|7|E|D|N|2||3||PB||M|6|Masters|Yes|YesExpired|40|zero -67000|USA|M|7|E|DT|N|1||1||PB|S|M|5|Bachelors (4 years)|No|YesValid|40|zero -185000|USA|M|20|E|A|Y|6||0||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|55|one -120000|USA|M|23|E|DBAG|N|20||0||PB|S|M|10|Associates (2 years)||N|44|one -217000|USA|M|8|E|M|Y|2||0||PB|S|M|7|Associates (2 years)|No|YesExpired|45|one -80000|Canada|M|8|E|DBAP|Y|8||5||PB||M|180|None (no degree completed)||N|45|one -194000|USA|M|23|EC|DA|N|23||0||PB|S|M|8|Bachelors (4 years)|No|YesValid|50|five -75344|Canada|M|25|E|A|N|13||0||PB|SR|NB|130|None (no degree completed)|No|YesValid|60|zero -120000|USA|M|11|E|DBAP|Y|9||0||PB|SR|M|14|Bachelors (4 years)|Yes|N|50|zero -95000|USA|M|16|E|DBAP|N|5||2||PB|S|M|10|Bachelors (4 years)|Yes|N|45|zero -52000|USA|M|1|E|AN|N|1||3||NP|SE|M|4|Bachelors (4 years)|No|N|45|zero -64000|Sweden|M|19|IC|DT|N|12||0||PB|S|M|10|None (no degree completed)|No|N|35|three -124000|USA|M|10|E|DBAP|N|7||0||PB|C|M|120|Masters|Yes|YesValid|50|five -123000|USA|M|7|E|DBAD|N|3||0||PB|S|M|2|Bachelors (4 years)|Yes|N|40|zero -18181|Thailand|M|7|E|DBAG|Y|3||0||PB||M|20|Masters|Yes|YesExpired|42|four -30800|India|M|12|E|A|N|5||2||PB|C|M|10|Doctorate/PhD|Yes|YesExpired|11|zero -143000|USA|M|5|E|M|Y|10||2||PB|S|M|100|Bachelors (4 years)|No|YesValid|60|zero -45000|India|M|14|E|DBAG|Y|6||1||PB|S|M|3000|Bachelors (4 years)|Yes|N|40|zero -22140|Romania|M|5|P|DA|Y|5||1||PB|S|M|45|Associates (2 years)||YesValid|32|zero -160000|USA|M|25|E|M|Y|5||3||PB|S|F|10|Bachelors (4 years)|No|N|45|two -47573|UK|M|4|E|D|Y|1||2||LG|S|M|2|Bachelors (4 years)|No|N|37|three -66000|Netherlands|M|15|E|DBAG|N|15||1||NP|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -60500|France|M|5|E|DBAG|N|5||5||PB|SR|M|5|None (no degree completed)||YesValid|40|one -112|Australia|M|18|EC|DA|N|10||0||PB||M|30|Bachelors (4 years)|Yes|YesValid|40|five -73500|USA|M|7|E|E|N|1||6||E|S|M|10|Associates (2 years)|Yes|YesValid|40|zero -44774|UK|M|11|E|DA|N|11||0||PB|S|M|1|Bachelors (4 years)|Yes|N|38|zero -80000|UK|M|15|E|DBAP|N|1||6||PB|S|M|300|None (no degree completed)||YesValid|40|one -52000|Netherlands|M|10|E|DBAP|N|10||0||E|S|M|19|None (no degree completed)||YesExpired|40|zero -87227|Norway|M|10|E|D|N|2||0||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|37|one -36000|Poland|M|9|E|DBAG|N|8||2||PB|S|M|400|Bachelors (4 years)|No|YesExpired|40|five -400000|India|M|14|IC|DBAD|N|6||0||PB|S|M|0|Masters|No|YesExpired|60|five -81000|USA|M|10|E|D|Y|1||2||PB||F|4|None (no degree completed)||N|60|zero -70000|UK|M|10|E|DBAP|N|2||1||PB|SE|M|200|Bachelors (4 years)|Yes|YesValid|42|one -85000|USA|A|1|E|D|N|2||0||PB|S|M|2|Masters|No|N|40|zero -56000|UK|M|10|E|DT|N|1||1||PB|S|M|4|None (no degree completed)||N|42|zero -95612|USA|M|17|E|DBAG|N|17||0||PB|S|M|70|None (no degree completed)||YesExpired|45|two -28800|Belarus|M|10|E|DBAD|N|3||0||PB|S|M|5|Bachelors (4 years)|Yes|YesValid|40|zero -81000|France|M|6|IC|DBAP|Y|1||2||PB|S|M|100|Masters|No|YesExpired|40|zero -75000|USA|M|6|E|DT|Y|3||6||PB|SR|F|1|Bachelors (4 years)|Yes|N|45|one -130000|USA||2|EC|E|N|1||2||PB|S|M|20|Masters|Yes|YesValid|55|one -112000|USA|M|7|EC|E|Y|5||0||PB|||15|Bachelors (4 years)|No|YesValid|60|five -86600|USA|M|7|E|DBAG|N|5||0||PB|SR|M|15|Bachelors (4 years)|No|N|40|zero -75000|CzechRepublic|M|15|IC|DBAG|N|1||2||PB|SE|M|8|Associates (2 years)|No|YesValid|50|zero -85000|USA|M|3|E|DBAD|N|3||0||LG|S|M|11|Bachelors (4 years)|Yes|N|40|zero -60000|Germany|M|8|E|DT|N|6||3||PB|S|M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -46000|USA|M|24|E|DBAP|N|20||6||E|S||250|Masters|Yes|YesExpired|40|two -103000|USA|M|13|E|DBAG|N|1||0||PB|S|M|40|Bachelors (4 years)|Yes|N|40|zero -97000|USA|M|10|E|A|N|7||0||PB|SE|M|12|Associates (2 years)|Yes|N|40|zero -63000|USA|M|6|E|DA|N|3||3||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|12|E|M|Y|12||0||PB|S|M|6|Bachelors (4 years)|Yes|N|50|zero -125000|USA|O|20|E|M|Y|5||5||PB||M|120|Bachelors (4 years)|No|YesExpired|52|zero -95000|USA|M|8|E|DBAG|N|1||3||PB|S|M|60|Bachelors (4 years)|Yes|YesExpired|40|zero -115000|USA|M|8|E|DA|Y|8||2||E|S||5|Bachelors (4 years)|No|N|45|zero -135000|USA|M|7|E|E|N|1||4||PB|SE|M|10|Associates (2 years)|Yes|YesValid|40|five -90000|USA|M|15|E|DBAG|N|5||1||PB|S||250|Associates (2 years)||YesValid|50|zero -118000|USA|M|11|EC|M|Y|6||2||PB|S|M|200|Bachelors (4 years)|Yes|YesValid|50|zero -65000|Portugal|M|18|E|DBAG|N|14||4||PB|S|M|60|Bachelors (4 years)|Yes|YesValid|40|two -77650|USA|M|9|E|DBAD|N|7||0||PB|S|M|4|Associates (2 years)|Yes|N|45|zero -125000|USA|M|17|E|M|Y|1||0||PB|S|M|7|None (no degree completed)||N|40|zero -130000|USA|M|10|E|A|N|1||0||PB|S|M|10|Masters|No|YesValid|36|five -110000|USA|M|12|E|DA|N|12||3||PB|S|M|40|None (no degree completed)||N|40|zero -75000|USA|M|15|E|DBAG|N|2||2||PB|S|M|20|None (no degree completed)||N|45|zero -150000|USA|M|19|IC|DBAG|N|1||3||PB|C|M|60|Bachelors (4 years)|No|N|40|zero -75000|USA|M|6|E|DBAG|N|2||0||PB|C|F|15|Associates (2 years)|Yes|YesExpired|50|one -100000|USA|M|15|E|DBAG|N|4||0||PB|S|M|35|Associates (2 years)||N|45|zero -114000|USA|M|18|E|DBAP|N|5||0||PB|S|M|30|Bachelors (4 years)|No|YesExpired|40|one -99600|USA|M|13|E|DBAP|N|4||0||PB|SR|M|5|None (no degree completed)||N|45|zero -76000|Germany|M|14|E|DBAP|Y|5||2||PB|SR|M|40|Bachelors (4 years)||YesValid|40|five -121000|USA|M|2|E|M|Y|2||0||PB|S|M|5|Bachelors (4 years)|No|YesExpired|50|zero -81000|USA|M|17|E|DBAG|Y|10||0||PB|S|M|3|Bachelors (4 years)|No|N|40|zero -175000|USA|M|18|E|A|N|18||1||FG|S|M|30|Bachelors (4 years)|Yes|YesExpired|50|one -87000|USA|M|10|E|DA|N|3||0||E|S|F|60|None (no degree completed)||YesValid|40|zero -125000|USA|M|10|EC|DBAP|N|2||0||PB|S|M|100|Bachelors (4 years)|No|N|50|one -100000|USA|M|8|E|M|Y|3||0||PB||M|15|Bachelors (4 years)|Yes|YesExpired|55|five -20000|Bulgaria|M|5|E|DA|Y|5||1||PB|S|M|3|Bachelors (4 years)|Yes|N|40|zero -107500|USA|M|12|E|A|Y|3||0||PB|S|F|6|Bachelors (4 years)|No|YesValid|42|zero -92000|Canada|M|14|E|DBAP|N|14||1||PB|S|M|30|Masters|No|N|35|one -90000|UK|M|14|E|DBAG|N|1||0||PB|S|M|50|None (no degree completed)|No|YesExpired|35|five -69000|USA|O|3|E|D|N|1||6||NP|S|M|3|Bachelors (4 years)|Yes|N|40|zero -98000|USA|M|25|E|DA|N|25||5||NP|S|M|10|Associates (2 years)|Yes|YesExpired|40|one -90000|USA|M|12|E|DT|N|9||1||PB|C|M|15|Bachelors (4 years)|No|YesExpired|42|one -100000|USA|M|6|E|D|N|6||4||PB|SR|M|30|Bachelors (4 years)|No|N|40|one -83000|Germany|M|20|E|DBAG|N|1||0||PB|SE|M|30|Bachelors (4 years)|Yes|YesValid|40|two -135000|USA|M|17|E|DBAG|Y|5||0||PB|C|M|40|Associates (2 years)|No|YesExpired|50|one -96000|USA|M|20|E|DBAD|N|20||0||PB|S|M|30|None (no degree completed)||YesExpired|40|five -99500|USA|M|20|E|DBAG|N|7||6||PB|C|M|200|None (no degree completed)||YesExpired|47|zero -120000|USA|M|16|E|DBAP|N|3||0||PB|S|M|110|Masters|Yes|N|42|zero -106000|USA|M|17|E|DA|N|5||4||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -50000|Mexico|M|9|E|DT|N|1||1||PB|S|M|30|Bachelors (4 years)|Yes|YesValid|40|one -106000|USA|M|14|E|D|N|0||2||PB|S|M|6|Associates (2 years)|Yes|N|50|zero -54432|SaudiArabia|M|4|E|DBAP|N|2||2||PB|SE|M|40|Masters|No|YesExpired|45|one -101000|USA|M|7|E|M|Y|2||0||PB|SE|M|10|Masters|No|N|40|one -148000|USA|M|10|E|DBAP|N|10||3||PB||M|50|None (no degree completed)||YesExpired|55|three -85000|Romania|M|16|IC|DBAG|N|16||0||PB|S|M|50|Bachelors (4 years)|Yes|N|60|five -130000|Germany|M|20|IC|A|N|16||0||PB|S|M|4|Masters|Yes|N|50|zero -75000|USA|M|3|E|D|N|2||2||E|S|M|6|Masters|Yes|N|38|zero -800000|Germany|M|15|EC|DBAP|Y|17||2||PB|SE|M|80|None (no degree completed)||YesExpired|40|three -150000|USA|M|20|E|A|Y|20||0||PB|SR|M|2|Bachelors (4 years)|Yes|YesValid|40|five -195000|USA|M|20|E|A|Y|3||0||PB|C|M|10|Masters|No|YesValid|45|four -90000|USA|M|9|EC|DBAP|N|9||6||PB|C|M|150|Bachelors (4 years)|Yes|YesValid|40|zero -111000|USA|M|10|E|A|N|7||1||PB|S|M|12|Bachelors (4 years)|Yes|YesExpired|40|zero -108000|USA|M|15|E|DBAP|Y|12||0||LG|S|M|30|Associates (2 years)||N|45|zero -50000|USA|M|3|E|DA|N|3||1||PB|SE|M|25|Associates (2 years)|Yes|YesValid|40|zero -180000|USA|M|20|E|M|Y|20||1||PB|S|M|5|Bachelors (4 years)|No|N|55|one -155000|USA|M|20|E|DBAG|Y|10||0||NP|C|M|100|Bachelors (4 years)|Yes|YesExpired|50|zero -80000|USA|M|17|E|DBAG|N|17||0||PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|45|zero -96000|Denmark|M|15|E|DBAP|N|20||3||PB|S|M|50|Bachelors (4 years)||YesValid|50|two -140000|USA|M|20|E|D|N|3||3||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|40|two -100000|USA|M|25|E|D|N|1||1||PB|S|M|25|None (no degree completed)||N|40|zero -205000|USA|M|20|E|E|N|7||0||PB|SE|F|20000|Associates (2 years)|Yes|YesExpired|40|one -89750|USA|M|5|E|DBAG|N|18||1||LG|S|M|15|Bachelors (4 years)|No|YesValid|40|zero -45000|Italy|DB2|20|E|AN|N|20||0||PB|S|M|80|None (no degree completed)|No|YesExpired|40|zero -160000|USA|M|8|E|A|Y|5||2||PB|S|M|140|Bachelors (4 years)|Yes|YesExpired|45|one -122000|USA|M|12|E|M|Y|0||0||PB|C|M|9|Bachelors (4 years)|Yes|N|40|one -153000|USA|M|17|E|DT|N|5||0||PB||M|2|Bachelors (4 years)|No|N|60|one -110000|USA|M|17|E|M|Y|3||0||PB|S|M|5|Masters|Yes|YesExpired|50|three -16000|India|M|4|E|DBAD|Y|3||6||PB|C|M|50|Bachelors (4 years)|No|N|40|zero -66000|Sweden|M|4|EC|DBAP|N|20||2||PB|S|M|20|None (no degree completed)|No|YesExpired|40|zero -89000|Netherlands|M|10|EC|D|N|10||2||PB|SE|NB|4|Bachelors (4 years)|Yes|YesValid|40|zero -120000|USA|M|12|E|DBAG|N|5||0||PB|SE|M|20|Bachelors (4 years)|Yes|N|40|zero -132000|USA|M|17|E|M|Y|7||1||PB|S|M|10|Bachelors (4 years)|Yes|N|70|one -115000|USA|M|20|E|DBAG|N|3||0||PB|S|M|125|Bachelors (4 years)|Yes|N|50|five -37000|Ukraine|MS|5|E|DA|N|5||2||PB|SR|M|4|Masters|Yes|N|45|zero -100000|USA|M|10|E|DT|Y|3||2||PB|SE|M|8|Associates (2 years)|Yes|YesExpired|50|zero -15600|Latvia|A|4|E|D|N|5||1||PB|SE|M|7|None (no degree completed)|Yes|YesValid|40|zero -132000|USA|M|18|E|A|N|7||0||PB|SR|M|5|Masters|Yes|YesExpired|45|two -95000|USA|M|18|E|DBAP|N|5||0||PB|S|M|45|None (no degree completed)||YesExpired|40|zero -135000|USA|M|10|E|DBAD|N|2||3||PB|SE|M|4000|Bachelors (4 years)|Yes|YesValid|45|one -95000|USA|O|5|E|DT|N|2||4||FG|SR|M|90|None (no degree completed)||N|40|two -124000|USA|M|10|E|M|Y|5||0||E|S|M|2|Bachelors (4 years)|Yes|N|45|zero -100000|USA|M|20|E|DBAP|N|10||2||SG|S|M|15|Bachelors (4 years)|Yes|YesExpired|40|five -56315|Australia|M|17|E|D|Y|2||0||PB|S|M|4|Associates (2 years)|Yes|N|50|one -70000|USA|M|4|E|DT|N|4||1||PB|SR|M|2|Bachelors (4 years)|No|N|40|zero -135000|USA|M|21|E|DBAP|N|22||1||PB|S|M|374|None (no degree completed)||N|50|five -31000|India|M|9|E|DBAD|N|9||2||PB|SE|M|50|Masters|Yes|YesExpired|40|zero -625|India|P|1|E|DBAG|N|3||3||PB|SR|F|10|Bachelors (4 years)|Yes|YesValid|40|zero -12000|Brazil|M|2|E|DBAD|N|1||3||PB|S|M|1|Bachelors (4 years)|Yes|N|40|zero -81600|USA|O|10|IC|DBAG|Y|1||6||PB|S|M|200|Associates (2 years)|No|N|52|two -87000|USA|M|7|E|DBAP|N|7||1||PB|S|M|50|Bachelors (4 years)|No|YesValid|40|one -101000|USA|M|13|E|DBAG|N|3||3||PB|S|M|1000|Bachelors (4 years)|Yes|YesValid|45|zero -131700|USA|O|25|E|DBAP|Y|28||1||FG|S|F|4|Bachelors (4 years)|Yes|N|45|one -75000|USA|M|2|E|DA|N|2||2||PB||M|5|Associates (2 years)|Yes|N|38|zero -106000|USA|M|4|EC|E|N|2||6||PB|S|M|10|None (no degree completed)||YesValid|60|three -100000|USA|M|10|E|DT|N|2||0||PB|S|M|50|Bachelors (4 years)|No|N|40|zero -117031|USA|M|21|E|D|N|15||0||PB|S|F|25|Bachelors (4 years)|No|YesValid|40|four -17333|Uruguay|M|7|E|DBAP|Y|7||2||PB|SE|M|20|Bachelors (4 years)|Yes|N|35|five -104000|USA|M|7|E|M|Y|1||0||PB|S|M|100|Bachelors (4 years)|Yes|N|45|zero -65000|USA|MA|20|E|AN|N|6||2||LG||M|4|Bachelors (4 years)|No|N|37|zero -86000|USA|M|4|E|DBAP|N|4||2||PB|S|M|125|Bachelors (4 years)|Yes|N|40|zero -95000|USA|M|5|E|DA|N|10||1||PB|S|M|6|Bachelors (4 years)|Yes|N|45|zero -169000|UK|M|17|IC|DBAG|N|17||2||PB|S|F|300|Bachelors (4 years)|Yes|YesExpired|37|three -125000|USA|M|10|E|D|N|0||1||PB|S|M|8|Bachelors (4 years)|Yes|N|40|one -88000|USA|M|7|E|DBAG|N|7||6||PB|C|M|50|None (no degree completed)||N|50|zero -132387|USA|M|12|E|E|N|3||2||PB|S|M|240|None (no degree completed)||YesValid|50|five -168000|USA|MS|10|E|A|N|6||1||PB|S|F|100|Bachelors (4 years)|Yes|N|40|five -80000|USA|M|15|E|AN|N|15||1||PB|S|M|1|None (no degree completed)||YesValid|45|zero -110000|USA|M|5|E|DBAG|N|5||5||PB|SR|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -120000|USA|O|15|E|DBAG|N|2||0||PB|S|M|80|Bachelors (4 years)|No|N|40|zero -68000|USA|M|3|E|DBAP|N|3||2||PB|SR|M|30|Bachelors (4 years)|Yes|N|40|zero -113000|USA|M|17|E|DBAG|N|10||0||PB|S|M|117|Associates (2 years)|Yes|N|40|five -116000|USA|M|12|E|DBAG|N|17||1||PB|S|F|145|Bachelors (4 years)|Yes|YesValid|40|five -95000|USA|M|17|E|DBAG|N|2||1||NP|S|M|105|Bachelors (4 years)|No|YesValid|45|zero -64000|South-Africa|MS|15|E|DBAP|N|10||2||PB|SE|M|35|None (no degree completed)||N|45|three -117000|USA|M|20|E|DBAG|N|2||1||PB|SR|M|20|None (no degree completed)||YesExpired|50|zero -136500|USA|M|20|E|DBAP|N|11||1||PB|S|M|65|Bachelors (4 years)|Yes|N|40|zero -300000|USA|M|15|IC|M|Y|12||1||PB|S|M|30|None (no degree completed)||N|65|five -123000|USA|M|17|E|DBAG|N|15||2||PB||M|110|Bachelors (4 years)|No|YesExpired|40|zero -100000|USA|M|9|E|DBAG|Y|9||3||PB|S|F|40|Bachelors (4 years)|Yes|YesValid|50|zero -103000|USA|M|5|E|DBAP|N|10||2||LG|S|M|40|Bachelors (4 years)|Yes|YesExpired|40|zero -100000|USA|M|5|E|DBAG|N|5||0||PB|SE|M|6|None (no degree completed)||YesValid|75|two -120000|USA|M|19|E|DBAG|N|20||6||PB|S|F|1881|Bachelors (4 years)|Yes|YesExpired|45|zero -130000|USA|M|10|E|DBAP|N|3||6||PB|SR|M|400|Masters|Yes|YesValid|45|one -110000|USA|M|5|E|DBAG|N|5||1||LG|S|M|100|None (no degree completed)||N|40|one -97000|Switzerland|O|2|E|DBAP|N|2||6||SG|SR|F|50|Masters|Yes|N|42|zero -98000|USA|M|4|E|M|Y|4||6||PB|S|M|100|Bachelors (4 years)|No|YesExpired|60|one -7800|Sweden|M|12|E|DBAG|N|6||3||PB|SR|M|40|Bachelors (4 years)|No|N|40|zero -88000|USA|M|7|E|DA|N|7||0||PB|C|M|2|Bachelors (4 years)|Yes|N|45|zero -49000|Sweden|M|2|E|DBAG|N|2||0||PB|C|F|30|None (no degree completed)||N|41|zero -120000|USA|M|15|E|DBAD|N|5||0||PB|S|M|8|None (no degree completed)||N|50|one -89000|USA|M|10|E|DT|N|10||0||PB|S|M|5|Bachelors (4 years)|Yes|N|50|zero -120000|USA|M|20|E|DBAP|N|1||0||PB|S|F|40|None (no degree completed)||N|50|zero -87000|USA|M|2|E|DBAG|N|2||1||PB|SR|M|145|Associates (2 years)|No|N|45|zero -105000|USA|M|10|E|M|Y|1||0||PB||M|300|Bachelors (4 years)|Yes|YesExpired|60|zero -107000|USA|M|14|E|DBAG|N|7||1||PB|SE|M|10|None (no degree completed)||YesExpired|45|zero -81000|USA|M|3|E|AN|N|3||0||PB|S|M|4|None (no degree completed)||N|48|zero -76500|USA|M|13|E|DBAG|N|4||1||SG|S|M|44|None (no degree completed)||YesExpired|40|zero -140000|USA|O|30|E|A|N|6||3||PB|S|M|10|Masters|No|YesExpired|50|zero -120000|USA|M|20|E|DBAG|N|10||0||PB|S|M|350|Associates (2 years)|No|N|45|one -91000|USA|M|3|E|E|N|3||5||PB|S|M|250|Masters|Yes|N|40|five -116000|USA|M|20|E|DS|Y|1||0||LG|S|M|25|None (no degree completed)||YesExpired|50|one -116340|USA|M|25|E|DBAP|N|4||5||SG|S|F|350|Associates (2 years)|Yes|YesExpired|40|zero -70000|USA|M|4|E|DBAP|Y|2||2||SG|C|M|50|Bachelors (4 years)|Yes|YesValid|40|zero -75000|USA|M|5|E|DT|N|5||3||PB|S|M|10|Bachelors (4 years)|Yes|N|45|zero -65000|USA|M|5|E|DBAG|N|1||0||PB|S|M|100|Associates (2 years)|Yes|YesExpired|40|zero -115500|USA|M|20|IC|DBAG|N|1||0||PB|SR|M|0|None (no degree completed)||N|40|one -133817|UK||25|IC|DT|N|1||1||PB|C|M|2|Bachelors (4 years)|Yes|YesValid|50|zero -77855|USA|M|5|E|A|N|2||0||LG|S|F|2|Bachelors (4 years)|Yes|N|40|zero -95000|USA|M|16|E|DBAD|N|4||0||PB|S|M|3|None (no degree completed)||N|40|one -80000|USA|M|20|E|DBAD|N|20||0||PB|S|M|2|None (no degree completed)|No|N|40|zero -55000|USA|O|4|E|DBAG|N|3||0||PB|C|M|3|Bachelors (4 years)|Yes|YesValid|40|zero -109000|USA|M|20|E|DBAP|N|20||6||PB|S|F|3000|Bachelors (4 years)|Yes|YesExpired|45|two -114000|USA|M|10|EC|DBAG|N|1||0||PB|S|M|180|Bachelors (4 years)|Yes|YesExpired|40|two -113000|USA|M|10|E|A|Y|2||0||PB|S|M|12|None (no degree completed)||YesValid|50|zero -65000|USA|M|3|E|DBAG|N|1||2||PB|S|M|15|Bachelors (4 years)|Yes|N|40|one -80000|USA|M|8|E|DBAG|N|3||0||PB|C|M|12|Masters|Yes|YesExpired|40|zero -90000|USA|M|8|E|DBAG|N|5||0||PB|S|M|25|None (no degree completed)||YesValid|40|five -67000|Sweden|M|5|E|DBAP|N|18||1||PB|S|F|500|Associates (2 years)|Yes|YesExpired|40|zero -95000|USA|M|18|E|DBAG|N|15||3||PB|S|F|40|Bachelors (4 years)|Yes|N|43|zero -100000|USA|M|4|E|DBAG|Y|3||1||PB|S|F|3|Bachelors (4 years)|Yes|N|38|zero -32000|UK|O|4|E|DBAG|N|4||6||LG|SR|M|320|None (no degree completed)|No|YesValid|45|zero -115000|USA|M|6|E|DBAP|N|5||2||NP|S|M|200|Masters|Yes|YesValid|40|zero -110000|USA|M|20|E|DBAP|N|5||5||PB|S|M|130|Masters|Yes|N|45|two -155000|USA|M|17|E|DBAG|N|6||4||PB|S|F|200|Masters|Yes|YesExpired|45|five -85000|USA|M|14|E|DBAP|N|10||1||NP|S|M|105|Associates (2 years)|Yes|YesExpired|40|one -110000|USA|M|14|E|DBAP|N|13||5||PB|S|F|200|None (no degree completed)||YesExpired|40|two -105000|USA|M|14|E|DT|N|15||1||PB|S|M|10|None (no degree completed)||N|40|zero -85000|USA|M|8|E|DBAG|Y|4||0||PB|S|M|5|None (no degree completed)||N|48|zero -56000|USA|M|6|E|AN|N|6||1||PB|SE|M|10|Bachelors (4 years)||YesExpired|50|zero -120000|USA|M|8|E|DBAG|N|7||0||PB|C|M|632|Masters|Yes|YesExpired|50|five -133000|USA|O|18|E|DBAG|N|0||4||E|SR|F|300|Masters|No|YesValid|50|two -99000|USA|M|25|E|DT|N|4||1||PB|S|M|35|None (no degree completed)||N|40|zero -85000|USA|M|17|E|DBAD|N|17||0||PB|S|M|15|Associates (2 years)|Yes|YesExpired|40|zero -114000|USA|M|10|E|DBAP|Y|5||1||PB|SE|M|30|None (no degree completed)||YesExpired|40|zero -40000|USA|M|17|E|DBAP|Y|21||0||PB|C|M|3|None (no degree completed)||N|40|zero -90000|USA|M|5|E|DBAP|N|4||0||PB|SE|M|50|Masters|No|YesExpired|45|five -157000|USA|O|23|E|DBAG|N|23||1||PB|S|M|4|Bachelors (4 years)|Yes|N|40|one -45000|Malta|M|8|E|D|N|11||3||PB|SE|M|3|Bachelors (4 years)|No|YesValid|50|one -77000|Germany|M|8|E|DBAG|N|8||1||PB|SE|M|40|Bachelors (4 years)|Yes|YesValid|40|zero -145000|USA|M|17|IC|DT|N|7||6||PB|S|M|20|Masters|Yes|N|40|zero -80000|USA|M|11|E|DT|N|11||2||PB|S|F|20|Bachelors (4 years)|Yes|N|40|zero -62000|USA|M|7|E|DBAG|N|5||3||PB|S|F|30|Bachelors (4 years)|Yes|N|50|zero -87700|USA|M|18|E|DA|N|25||3||SG|S|M|8|Bachelors (4 years)|Yes|YesExpired|40|zero -132500|USA|M|10|E|DBAP|Y|4||3||PB|S|M|50|Masters|Yes|N|50|zero -95000|USA|M|12|E|DBAP|N|6||0||PB|S|M|50|Masters|Yes|YesValid|45|five -82000|Canada|M|15|E|A|N|5||0||PB|SR|F|4|Bachelors (4 years)|Yes|YesValid|35|one -85000|Australia|M|10|E|DBAD|Y|15||0||SG|C|F|3|Bachelors (4 years)|Yes|YesExpired|39|three -100000|Canada|M|12|E|DBAP|Y|3||4||PB|SE|M|30|None (no degree completed)||N|60|zero -92000|Australia|M|15|E|DBAP|N|4||1||PB|S|M|100|None (no degree completed)||YesExpired|45|five -107500|USA|M|9|E|DA|N|20||2||PB|SR|M|7|Bachelors (4 years)|Yes|N|44|one -78600|Australia|M|18|E|DBAG|N|12||0||PB|S|F|10|Bachelors (4 years)|Yes|YesExpired|40|zero -133010|USA|M|18|E|DBAP|N|10||1||PB|S|F|80|Bachelors (4 years)|Yes|N|44|zero -50000|Australia|M|1|E|DBAG|N|1||1||PB|SR|M|5|Bachelors (4 years)|Yes|N|39|zero -115000|USA|M|16|E|A|N|10||4||PB|S|M|4|Bachelors (4 years)|Yes|N|45|one -123000|USA|M|11|E|DBAP|N|11||6||PB|S|F|115|Bachelors (4 years)|Yes|N|42|zero -120000|USA|M|17|E|A|Y|2||4||PB|SE||31|Associates (2 years)|No|N|45|zero -75000|USA|M|6|EC|DBAP|N|6||6||PB|S|M|1000|Bachelors (4 years)|Yes|N|45|one -83000|USA|M|4|E|DBAG|N|4||5||PB|S|F|200|Bachelors (4 years)|Yes|N|44|two -93000|USA|M|18|E|DBAD|N|26||0||NP|S|M|15|Bachelors (4 years)|Yes|N|40|zero -103000|USA|M|5|E|D|N|4||4||PB|S|M|30|Bachelors (4 years)|Yes|N|38|zero -71800|Sweden|M|2|E|DBAP|Y|1||3||PB||M|100|Bachelors (4 years)|Yes|N|50|zero -20000|Serbia-and-Montenegro|M|5|E|AN|Y|7||1||PB|S|M|8|Bachelors (4 years)|Yes|YesExpired|40|zero -55000|Italy|M|10|E|E|N|10||6||PB|S|M|100|Masters|Yes|N|50|zero -40000|Bulgaria|M|10|E|E|N|10||4||PB||M|100|Masters|Yes|YesValid|50|zero -44892|UK|M|16|EC|DBAG|N|3||2||PB|S|M|350|Associates (2 years)||YesValid|40|one -57351|UK|M|5|E|DBAP|N|5||5||PB|S|M|250|None (no degree completed)||N|45|zero -80000|Jersey|M|20|E|DT|N|10||1||PB||M|20|Bachelors (4 years)|No|YesValid|40|zero -40000|Netherlands|M|3|E|DT|N|3||4||PB|S|M|5|Bachelors (4 years)|No|YesValid|45|zero -53600|UK|M|8|E|DBAG|N|3||2||PB|S|M|10|None (no degree completed)|No|YesValid|38|zero -60332|UAE|M|15|E|DBAG|N|5||3||LG|SR|M|10|Masters|No|N|40|one -49591|UK|M|2|E|DBAP|N|0||0||PB|S|M|43|None (no degree completed)||N|37|zero -84000|Singapore|M|10|E|DBAG|N|10||1||PB|SR|M|250|Bachelors (4 years)|Yes|YesValid|48|one -13000|Jordan|M|7|E|DBAG|N|7||0||PB|SR|M|100|Bachelors (4 years)||N|45|five -109500|USA|M|9|E|DBAG|N|9||1||PB|S|M|10|Bachelors (4 years)|Yes|YesExpired|60|one -100000|USA|M|7|E|DBAG|N|0||0||NP|S|M|9|Bachelors (4 years)|No|N|50|zero -117920|SaudiArabia|M|13|E|E|N|4||6||PB|C|M|100|Bachelors (4 years)|Yes|YesValid|55|one -125000|USA|M|20|E|DT|N|3||4||PB|S|M|2|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|6|E|DT|Y|2||1||PB|SE|M|40|Bachelors (4 years)|Yes|YesValid|60|five -86000|USA|M|2|E|DBAG|N|2||1||PB|S|F|15|Bachelors (4 years)|Yes|YesValid|45|zero -125000|USA|M|15|E|DT|Y|2||3||PB|S|M|300|Bachelors (4 years)|No|YesExpired|50|three -105000|USA|M|15|E|DBAG|N|15||0||PB|S|M|10|Bachelors (4 years)|No|N|40|zero -5000|India|M|1|E|AN|N|0||3||PB|C|M|4|Bachelors (4 years)|No|N|50|zero -150000|USA|M|10|E|DBAP|N|3||0||PB|S|M|50|Bachelors (4 years)|Yes|YesExpired|40|zero -105000|USA|M|4|E|DBAG|N|1||1||PB|S|M|8|Bachelors (4 years)|Yes|YesExpired|50|zero -140394|USA|M|20|E|DBAG|N|20||2||NP|S|M|98|Bachelors (4 years)|Yes|N|48|one -91000|USA|M|17|E|DBAG|N|17||3||SG|S|M|76|Associates (2 years)|Yes|N|43|zero -57000|UK|M|13|E|DBAG|N|33||6||FG|S|F|40|Bachelors (4 years)|No|YesExpired|37|zero -121000|USA|M|20|E|DBAG|Y|5||1||PB|S|M|300|None (no degree completed)||N|60|five -150000|USA|M|13|IC|A|N|4||2||PB|SE|M|10|Bachelors (4 years)|Yes|YesValid|45|zero -86000|USA|M|15|E|AN|Y|10||0||SG|S|M|1|Bachelors (4 years)|No|N|40|zero -115000|USA|M|15|E|DBAG|N|10||6||PB|S|F|700|Bachelors (4 years)|No|N|40|five -90000|USA|M|10|E|DA|N|1||2||PB|S|M|5|Bachelors (4 years)|Yes|N|40|five -345000|USA|M|19|E|DBAG|Y|5||3||PB|S|M|16|Bachelors (4 years)|No|N|55|three -95000|USA|M|7|E|DBAP|N|3||0||PB|S|M|20|Bachelors (4 years)|Yes|N|40|one -158200|USA|M|18|E|DBAD|N|18||0||PB|S|M|7|Bachelors (4 years)|No|YesExpired|40|five -75000|USA|M|3|E|DBAP|Y|3||1||PB|S|M|450|Bachelors (4 years)|Yes|N|40|one -100000|USA|DB2|15|E|AN|Y|2||0||PB|S|M|15|Masters|No|N|45|zero -175000|USA|O|9|EC|A|N|6||0||E|C|M|4|Bachelors (4 years)|Yes|YesExpired|42|zero -95000|USA|M|5|E|AN|N|10||6||E|S|M|6|Bachelors (4 years)|Yes|N|40|zero -150000|USA|A|2|E|M|Y|1||6||PB|S|M|10|Masters|Yes|N|45|zero -85000|USA|M|10|E|DBAG|N|4||0||PB|SR|M|10|Bachelors (4 years)|Yes|N|40|three -123000|USA|M|9|E|DBAP|N|10||2||PB|C|M|10|Bachelors (4 years)|Yes|YesValid|40|one -152000|USA|M|18|E|DBAG|N|34||1||PB|S|M|200|Bachelors (4 years)|No|YesExpired|46|two -120000|USA|M|20|E|E|N|1||0||PB|S|F|4|Bachelors (4 years)|No|N|50|five -120000|USA|M|20|E|E|N|1||0||PB|S|F|4|Bachelors (4 years)|No|N|50|five -120000|USA|M|20|E|E|N|1||0||PB|S|F|4|Bachelors (4 years)|No|N|50|five -120000|USA|M|20|E|E|N|1||0||PB|S|F|4|Bachelors (4 years)|No|N|50|five -95000|USA|M|7|E|M|Y|2||0||PB|S|M|6|Bachelors (4 years)|No|N|45|zero -120000|USA|M|20|E|E|N|1||0||PB|S|F|4|Bachelors (4 years)|No|N|50|five -52256|UK|M|10|E|D|N|10||4||PB|SE|M|100|Bachelors (4 years)|Yes|YesValid|35|two -60000|USA|M|4|E|D|N|4||4||PB|S|M|100|Bachelors (4 years)|Yes|N|40|two -97500|USA|M|16|E|DT|N|7||0||PB||M|15|Bachelors (4 years)|No|N|45|zero -138000|USA|M|20|E|DBAG|N|4||0||NP|SR|F|50|Bachelors (4 years)|No|N|45|three -125000|USA|M|20|E|DBAP|N|20||1||PB|S|M|50|Bachelors (4 years)|Yes|N|48|zero -76000|USA|M|5|E|DBAP|N|5||5||PB||M|516|Bachelors (4 years)|No|YesExpired|70|zero -43000|UK|M|1|E|DBAP|N|1||5||PB|S|F|100|None (no degree completed)||YesValid|38|zero -135000|USA|M|17|E|DBAP|N|12||2||NP|S|M|15|Bachelors (4 years)|Yes|N|50|zero -38000|UK|M|4|E|DBAP|N|3||5||PB|S|F|100|Bachelors (4 years)|Yes|N|38|zero -117000|USA|O|22|E|DBAG|N|5||0||PB|C|M|15|None (no degree completed)||YesExpired|75|two -17500|Turkey|M|2|E|DBAG|N|2||1||PB|SR|M|30|Bachelors (4 years)|Yes|N|40|one -151000|USA|M|17|E|DT|N|9||5||PB|SE|M|12|Bachelors (4 years)|No|N|55|four -31000|Argentina|M|20|E|DBAD|N|5||0||PB|S|M|5|None (no degree completed)||N|40|five -20000|Ukraine|M|4|P|AN|Y|4||0||PB|S|M|6|None (no degree completed)|Yes|N|46|five -135000|USA|M|10|E|A|N|1||3||PB|S|M|15|Bachelors (4 years)|Yes|N|45|zero -87000|USA|M|3|E|D|N|3||3||PB|S|M|0|Bachelors (4 years)|No|N|42|one -130000|USA|M|15|E|DBAG|N|5||1||PB|S|M|16|Bachelors (4 years)|Yes|N|30|zero -108000|USA|M|10|E|DBAP|N|1||1||FG|S|F|140|Bachelors (4 years)|Yes|N|40|zero -130000|USA|O|22|E|DBAP|N|6||2||PB|S|M|300|Bachelors (4 years)|Yes|N|50|three -114000|UK|M|7|E|DBAG|Y|7||6||PB||F|1000|Bachelors (4 years)|Yes|N|45|one -64000|USA|M|27|IC|DBAG|N|27||0||PB|SE|F|15|Masters|Yes|YesExpired|30|five -100000|USA|M|5|E|DBAG|N|1||1||PB|S|F|3|Masters|Yes|YesValid|45|five -104000|USA|M|10|E|DBAP|N|10||6||NP|S|M|300|Masters|Yes|YesValid|40|five -85544|USA|M|18|E|DA|N|30||0||PB|S|M|30|Bachelors (4 years)||N|45|five -35100|Guatemala|M|1|EC|DBAP|N|1||2||PB|SR|M|170|Bachelors (4 years)|Yes|YesValid|44|zero -120000|USA|O|12|E|DBAG|N|12||6||PB|SE|M|700|Masters|Yes|YesValid|50|five -95000|USA|M|6|E|M|Y|6||0||PB|S|M|4|Bachelors (4 years)|Yes|N|40|one -32000|UK|O|15|E|DBAP|N|21||1||LG|S|M|10|None (no degree completed)|Yes|N|37|zero -9360|India|M|3|E|DBAG|N|1||1||PB|C|M|5|Bachelors (4 years)|Yes|YesValid|45|zero -61386|UK|M|3|E|DBAP|N|1||2||PB||F|350|Masters|No|YesValid|40|zero -62000|Italy|M|5|P|A|Y|20||0||PB|SE|M|3|Doctorate/PhD|Yes|YesExpired|45|zero -65000|UK|M|12|E|DBAG|N|10||1||PB|S|M|40|Bachelors (4 years)|Yes|N|35|zero -220000|USA|M|20|IC|A|Y|5||5||PB||M|200|None (no degree completed)||YesValid|50|one -131000|USA|M|10|E|DBAP|Y|1||2||PB|S|F|30|Masters|Yes|N|45|one -95000|USA|M|15|E|AN|N|18||1||PB||M|2|None (no degree completed)||YesExpired|45|zero -53460|UK|M|17|E|A|N|1||5||FG|S|M|8|Bachelors (4 years)|Yes|N|38|zero -70000|USA|M|4|E|DBAG|N|2||0||NP|S|M|4|Bachelors (4 years)|No|N|42|zero -110000|USA|M|6|E|DBAG|Y|1||0||PB|SR|M|14|Masters|Yes|YesValid|60|zero -97000|USA|M|9|E|AN|N|9||1||PB|S|F|20|Masters|Yes|YesExpired|65|two -30000|Russia|M|10|EC|DBAG|Y|3||1||PB|SE|M|12|Masters|Yes|N|50|zero -128000|USA|M|13|E|DBAP|N|9||6||PB|S|M|650|Associates (2 years)||N|45|zero -140000|USA|M|18|E|DA|N|18||0||PB|SE|M|5|Associates (2 years)|Yes|N|50|zero -86500|USA|M|5|E|AN|N|5||0||PB|S|M|6|Bachelors (4 years)|No|N|40|zero -136000|USA|M|20|E|A|Y|3||0||PB|S|M|5|None (no degree completed)||YesExpired|40|zero -135000|USA|M|22|E|DBAG|N|2||3||PB||M|18|Bachelors (4 years)|Yes|YesExpired|55|one -73840|USA|M|2|E|DBAP|N|2||1||NP|S|F|150|Bachelors (4 years)|No|N|42|zero -98000|USA|M|21|E|DA|N|28||0||SG|S|M|3|Masters|Yes|YesValid|50|zero -63000|USA|M|10|E|DBAP|Y|10||0||PB|S|F|7|Bachelors (4 years)|Yes|YesExpired|50|zero -100000|USA|M|20|E|DBAP|N|3||0||PB|SR|F|100|Associates (2 years)||N|55|zero -99000|USA|M|5|E|DT|N|5||6||PB|S|M|10|Masters|No|YesValid|45|zero -60000|USA|M|14|E|AN|Y|14||0||E|S|M|1|Bachelors (4 years)|Yes|N|42|zero -47000|France|O|1|E|D|Y|1||2||PB||M|10|Masters|Yes|N|45|zero -124000|USA|M|12|E|DBAP|N|10||1||PB|S|M|40|Associates (2 years)|No|N|40|one -90000|USA|M|11|E|DBAP|N|11||2||PB|S|M|200|Bachelors (4 years)|Yes|N|40|zero -102232|USA|M|11|E|A|Y|3||0||NP|S|M|5|Associates (2 years)|Yes|N|45|zero -124000|USA|M|17|E|DBAG|N|2||0||NP|S|M|12|None (no degree completed)||N|40|five -115000|USA|M|10|E|DT|N|11||6||PB|S|M|30|Masters|Yes|N|40|zero -130000|USA|DB2|10|EC|E|N|10||2||FG|S|M|120|Masters|Yes|YesExpired|40|one -86000|USA|M|20|E|DBAG|N|9||0||NP|S|M|100|Bachelors (4 years)|Yes|N|40|zero -94500|USA|M|20|E|DBAG|N|15||1||PB|S|M|3|Bachelors (4 years)|Yes|YesValid|45|zero -42100|Mexico|O|10|E|DBAP|N|1||5||PB|S|M|500|Bachelors (4 years)|Yes|YesExpired|48|zero -10095|Colombia|M|5|EC|DBAD|Y|5||1||PB|SE|M|200|Bachelors (4 years)|Yes|N|45|zero -85585|Australia|M|10|E|DBAP|Y|2||0||LG|S|M|20|Bachelors (4 years)|No|N|40|zero -123000|USA|M|17|E|A|N|7||0||PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|50|zero -188000|USA|M|18|IC||N|15||4||PB|S|M|32|Bachelors (4 years)|No|YesValid|44|zero -110000|USA|M|15|E|DBAP|N|5||2||NP|S|M|2000|Bachelors (4 years)|No|YesValid|40|one -80000|USA|M|4|IC|D|N|2||0||PB||M|3|Masters|Yes|N|40|zero -124000|USA|M|15|E|M|Y|3||2||PB|SE|M|150|Associates (2 years)|No|N|40|five -30000|Ukraine|M|10|E|DT|Y|12||6||PB|SE|M|10|Masters|Yes|YesExpired|50|zero -44000|Spain|M|7|EC|DBAG|Y|2||0||PB|S|M|4|Associates (2 years)|Yes|N|42|one -35000|Russia|M|8|E|DBAP|N|8||0||PB|SR|M|500|Bachelors (4 years)|Yes|YesValid|40|one -54000|Spain|M|5|E|M|Y|3||0||PB|S||4|Masters||YesValid|42|five -65105|UK|M|9|E|DBAP|N|9||0||PB|SR|M|500|None (no degree completed)||YesValid|37|zero -37260|Romania|M|5|E|DBAG|Y|1||0||PB|SE|M|4|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|18|E|DBAG|N|18||0||E|S|M|6|Masters|No|YesExpired|40|five -65000|USA|M|3|EC|AN|N|3||2||PB||M|20|Bachelors (4 years)|Yes|N|40|zero -54100|UK|M|1|E|DBAG|N|1||1||PB|S|M|8|None (no degree completed)||YesExpired|38|zero -87324|France|O|20|E|A|Y|20||6||PB|SE|F|6|Doctorate/PhD|Yes|YesExpired|38|one -78000|USA|M|2|E|DBAG|N|2||1||PB|S|M|250|Bachelors (4 years)|Yes|YesValid|40|zero -187500|USA|MS|17|E|A|N|10||3||PB|SE|M|10|None (no degree completed)||N|40|five -98000|USA|M|5|E|DBAD|N|1||6||PB|SR|M|25|Bachelors (4 years)|Yes|YesValid|45|zero -63000|USA|M|3|E|DBAG|N|3||2||PB|SR|M|2000|Bachelors (4 years)|No|N|45|one -90000|USA|M|7|E|DBAG|N|6||0||PB|S|M|2|Bachelors (4 years)|Yes|N|45|zero -180000|USA|M|18|E|DT|N|18||6||PB|S|M|50|Masters|Yes|YesExpired|40|zero -150000|USA|O|20|IC|DBAG|N|20||0||SG|S|M|30|Bachelors (4 years)|No|YesValid|40|five -110000|USA|M|23|E|AN|N|1||0||PB|S|M|2|Bachelors (4 years)|Yes|YesExpired|40|five -105000|USA|M|6|E|DBAP|N|4||0||LG|S|M|230|Associates (2 years)|Yes|N|40|one -100000|Uganda|M|10|E|A|N|1||0||PB|SE|M|145|Bachelors (4 years)|Yes|N|45|zero -120000|USA|M|16|E|M|Y|1||2||PB|S|F|5|Bachelors (4 years)|Yes|YesExpired|50|five -93000|USA|M|9|E|DA|N|7||6||PB|S|M|2|Associates (2 years)|Yes|N|45|one -50000|USA|M|4|E|DT|N|4||3||PB||M|11|None (no degree completed)||N|45|zero -127000|USA|M|7|E|DBAP|N|5||1||PB|SE|M|500|Masters|Yes|N|40|one -85000|USA|M|5|E|DBAG|N|1||0||PB|S|M|3|Bachelors (4 years)|Yes|YesValid|40|zero -105300|Australia|M|15|E|DBAP|N|1||1||PB|S|M|25|Bachelors (4 years)|Yes|YesExpired|38|zero -90000|Norway|M|6|E|DS|N|4||0||PB|S|M|16|Associates (2 years)|No|N|46|one -90000|USA|M|18|E|M|Y|1||0||PB|S|F|15|Masters|No|YesExpired|42|five -77000|USA|M|10|E|DBAD|N|10||1||SG|S|M|7|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|4|IC|D|N|2||0||PB||M|3|Masters|Yes|N|40|zero -99000|USA|O|19|E|DBAG|N|20||3||PB|SR|F|50|Masters|Yes|YesValid|45|one -54000|USA|M|4|E|DT|N|4||2||PB|SE|F|5|Bachelors (4 years)|Yes|N|42|zero -63000|UK|M|7|E|DBAD|N|4||0||LG|S|M|40|Bachelors (4 years)|No|N|37|zero -10000|India|M|4|E|DBAP|N|4||6||PB|C|F|1|Bachelors (4 years)|Yes|N|49|zero -54000|USA|M|5|E|DT|N|5||3||PB|S|M|10|Associates (2 years)|Yes|N|40|five -101000|Australia|A|2|EC|DA|N|7||6||PB|S|M|3|Bachelors (4 years)|Yes|YesValid|45|zero -115000|USA|M|10|EC|DBAG|N|3||6||PB|S|F|50|Bachelors (4 years)|Yes|N|40|five -95000|USA|M|14|E|D|N|1||0||PB|S|F|3|None (no degree completed)||YesValid|42|zero -155000|USA|M|6|E|E|Y|6||6||PB|SE|M|300|Bachelors (4 years)|Yes|YesValid|68|zero -82560|SaudiArabia|M|7|E|DBAP|N|1||0||SG|SR|M|28|Masters|Yes|YesValid|40|zero -110000|USA|M|14|E|DBAP|N|14||6||PB||M|150|Bachelors (4 years)|Yes|YesExpired|40|zero -110000|Germany|M|17|IC|A|Y|5||5||PB|S|M|20|None (no degree completed)||YesExpired|60|one -75000|SaudiArabia|O|10|E|DBAG|N|10||5||SG|SR|M|130|Bachelors (4 years)|Yes|YesValid|44|zero -95000|USA|M|20|E|DA|N|2||0||PB|SR|M|6|Bachelors (4 years)|No|YesExpired|50|zero -67000|UK|M|20|E|DT|Y|12||2||PB|S|F|25|Bachelors (4 years)|No|YesExpired|40|zero -62400|South-Africa|M|10|E|M|Y|6||6||PB|S|M|300|Bachelors (4 years)|Yes|N|50|zero -87000|USA|M|15|E|AN|N|3||0||PB|SE|F|10|Masters|Yes|N|40|two -90200|USA|M|15|E|D|N|5||0||PB|S|M|4|Bachelors (4 years)|No|N|42|one -130000|USA|M|10|E|M|Y|7||0||PB||M|10|Masters|No|YesExpired|55|zero -120000|USA|M|20|EC|DT|N|2||0||PB|C|M|12|None (no degree completed)||YesValid|40|zero -70879|Israel|M|3|EC|DBAD|N|3||0||PB|S|M|500|Bachelors (4 years)|Yes|N|48|zero -95000|USA|M|15|E|D|N|8||5||PB|SE|M|16|Bachelors (4 years)|No|N|45|zero -6260|India|M|2|E|DBAD|N|2||1||PB|C|M|40|Masters|Yes|N|40|five -74422|Australia|M|17|E|DBAG|N|4||1||LG|S|M|4|Bachelors (4 years)|Yes|N|38|zero -105000|Australia|M|2|E|A|N|5||0||PB|S|M|8|Bachelors (4 years)|Yes|N|40|zero -14139|India|M|8|EC|DT|Y|7||2||PB|SE|M|8|Bachelors (4 years)|Yes|N|40|zero -86000|UK|M|2|E|M|Y|2||1||PB|C|M|2|Bachelors (4 years)|Yes|YesValid|40|zero -129000|USA|MS|10|E|DBAG|N|32||1||PB|S|M|68|Bachelors (4 years)|Yes|YesExpired|45|one -74000|UK|M|10|E||N|2||5||PB||F|0|Bachelors (4 years)|No|YesValid|45|two -24400|Slovakia|M|12|E|DA|N|2||1||PB|S|M|2|Masters|No|N|30|zero -40541|UK|M|4|E|DT|N|4||0||PB|S|M|4|None (no degree completed)||N|40|zero -47714|UK|M|12|E|DT|Y|8||1||LG|S|M|4|Associates (2 years)||N|37|zero -156000|Ireland|M|15|IC|A|Y|30||0||PB|S|M|100|Doctorate/PhD|Yes|N|50|five -62400|South-Africa|M|22|IC|DBAP|N|1||0||PB|S|M|16|None (no degree completed)|No|YesExpired|40|five -85000|Ireland|M|10|E|DBAG|N|0||0||PB|S|M|23|Bachelors (4 years)|Yes|YesValid|40|zero -50000|Spain|O|10|E|AN|N|5||2||PB|S|F|9999|Masters|Yes|YesValid|40|two -31000|South-Africa|M|5|E|DBAG|Y|5||3||PB|SE|M|90|Bachelors (4 years)|No|YesValid|54|one -41000|UK|M|7|E|D|N|4||6||LG|S|M|3|None (no degree completed)||N|37|zero -84000|UK|M|18|E|DBAG|N|5||0||PB|S|M|18|Masters|No|YesExpired|42|zero -73800|UK|M|6|E|DA|N|6||6||PB|SE|F|1|Masters|No|N|40|zero -60000|France|M|16|E|DBAG|N|16||0||PB|S|M|2|Associates (2 years)|No|YesValid|40|one -116000|Denmark|M|29|E|DT|N|0||0||PB|SR|M|20|Bachelors (4 years)|Yes|YesExpired|37|zero -50000|UK|M|10|E|DBAP|Y|2||0||LG|SE|M|500|Bachelors (4 years)|No|YesValid|37|one -30000|South-Africa|M|5|E|D|N|1||1||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|37|zero -82000|USA|M|18|E|E|N|9||0||PB|S|M|12|Bachelors (4 years)|No|N|45|zero -66500|UK|M|2|E|DBAG|N|2||0||PB|S|M|1|None (no degree completed)|No|YesExpired|40|five -46750|UK|M|15|E||N|10||0||NP|S|M|6|Bachelors (4 years)|Yes|YesExpired|38|zero -83000|UK|M|4|E|DBAG|N|3||0||PB|SR|M|15|Masters|No|YesValid|42|one -67700|UK|M|10|E|D|N|10||1||PB|S|M|5|Bachelors (4 years)|No|YesExpired|40|one -66000|UK|M|18|E|DBAG|N|10||1||PB|S|M|20|Masters|No|YesExpired|35|zero -140000|USA|M|18|EC|DT|N|21||1||PB|S|M|2|Bachelors (4 years)|No|N|45|zero -90500|Finland|M|20|P|DBAG|N|10||2||PB|S|M|8|Masters|Yes|YesExpired|30|one -105000|USA|M|20|E|DBAP|N|5||1||PB|S|M|20|Bachelors (4 years)|No|YesExpired|45|five -82000|USA|M|12|E|DT|N|1||0||NP|S|M|1|None (no degree completed)||YesValid|40|zero -155000|USA|M|13|E|DBAG|Y|11||0||PB|S|M|10|None (no degree completed)||YesExpired|45|zero -62000|USA|M|2|E|DA|N|2||1||PB|SR|M|15|Bachelors (4 years)|Yes|N|40|zero -47449|UK|M|4|E|DBAD|N|3||0||PB||M|5|None (no degree completed)||YesValid|40|zero -75000|USA|M|20|E|AN|N|10||1||PB|S|M|6|Associates (2 years)|Yes|YesExpired|45|one -77000|UK|M|9|E|DBAP|N|4||2||PB|S|M|113|Bachelors (4 years)|Yes|YesValid|38|zero -65000|USA|M|8|E|D|N|1||1||LG|S|M|8|None (no degree completed)||N|40|one -76000|UK|M|17|E|D|N|3||0||PB||M|50|Masters|Yes|YesExpired|35|one -85000|Israel|M|6|EC|DBAG|N|4||4||PB|S|F|100|None (no degree completed)||YesValid|50|zero -100000|UK|M|12|E|DBAP|Y|3||2||PB|S|M|150|Bachelors (4 years)|No|YesValid|40|one -48000|UK|M|5|E|AN|N|5||0||PB|SE|M|5|Bachelors (4 years)|Yes|YesValid|38|one -100000|Ireland|M|10|E|DBAG|N|10||2||PB|S|M|30|Masters|Yes|YesExpired|40|three -82000|USA|M|10|E|DA|N|10||0||PB||F|1|Doctorate/PhD|Yes|N|40|zero -85000|USA|M|10|E|M|Y|3||0||PB||M|3|None (no degree completed)||N|50|zero -75000|USA|M|15|E|DA|N|15||0||PB|S|M|1|Associates (2 years)|Yes|N|45|zero -70000|USA|M|17|E|D|N|1||0||PB|SR|M|6|Associates (2 years)|No|N|45|five -83000|USA|M|20|E|DA|N|20||0||LG|S|M|34|Bachelors (4 years)|Yes|N|42|zero -45000|UK|M|3|EC|DT|N|3||6||PB|S|M|30|Doctorate/PhD|No|YesValid|40|zero -32500|UK|M|1|E|DBAG|N|1||4||PB|SR|M|30|Bachelors (4 years)|Yes|N|37|one -110000|USA|M|16|E|DA|N|19||4||PB|S|M|5|Bachelors (4 years)|Yes|N|41|five -110000|USA|M|23|E|DBAD|N|1||6||PB|S|M|1000|Bachelors (4 years)|No|N|45|zero -108000|USA|M|15|E|DT|Y|7||2||PB|C|M|2|Bachelors (4 years)|Yes|N|48|zero -102900|USA|M|22|E|DBAG|N|22||0||PB|S|F|9|Bachelors (4 years)|Yes|YesExpired|45|zero -106000|UK|M|22|E|DS|N|2||0||PB|SR|M|100|Doctorate/PhD|Yes|YesValid|35|two -80000|USA|M|5|E|DBAP|N|5||1||PB|S|M|100|Bachelors (4 years)|Yes|N|40|zero -66000|USA|M|17|E|DT|N|10||4||PB|S|F|30|Masters|No|N|50|zero -96000|USA|M|20|E||N|20||2||PB|S||15|None (no degree completed)||N|45|zero -130000|USA|M|20|E|DBAG|N|15||1||PB|SE|M|150|Bachelors (4 years)|Yes|YesExpired|45|one -132000|USA|M|20|EC|DS|N|11||6||PB|SR|M|15|Bachelors (4 years)|Yes|N|40|four -116000|USA|M|20|E|DT|N|15||1||LG|S|M|5|Associates (2 years)|Yes|YesExpired|43|zero -198000|USA|M|20|E|M|Y|15||1||PB|C|M|3|Bachelors (4 years)|No|N|55|zero -50000|USA|M|5|E|DA|N|5||4||PB||M|5|Bachelors (4 years)|Yes|N|50|zero -108000|USA|M|19|E|E|N|2||3||PB|SE|M|5|Masters|No|N|45|three -69000|UK|M|10|E|DT|N|10||1||PB|S|F|10|Associates (2 years)|No|YesValid|37|zero -77000|UK|M|6|E|DBAG|N|2||1||PB|SR|M|20|None (no degree completed)||N|37|zero -96000|USA|M|16|E|D|N|3||0||NP|S|M|3|Bachelors (4 years)|Yes|N|40|zero -72000|USA|M|15|E|AN|N|10||3||NP|C|M|6|Bachelors (4 years)|Yes|YesExpired|40|zero -154000|USA|M|10|E|D|Y|10||1||PB|S|M|2|Bachelors (4 years)|No|N|45|zero -100000|USA|M|12|E|AN|N|4||0||LG|S|M|30|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|19|E|M|Y|17||0||PB|S|M|3|Bachelors (4 years)|Yes|N|42|zero -61000|USA|M|15|E|AN|N|15||6||SG|SR|M|3|Masters|No|N|40|zero -50000|USA|M|10|E|DBAG|N|10||0||E|S|M|3|Masters|Yes|N|40|zero -130000|USA|M|7|E|A|Y|3||0||PB|S|M|6|Bachelors (4 years)|No|YesExpired|60|three -135000|USA|M|12|E|DA|N|1||6||PB|SE|M|5|Bachelors (4 years)|No|N|38|zero -85000|USA|M|10|E|AN|N|2||4||PB|S|M|200|Bachelors (4 years)|Yes|N|42|zero -58000|USA|M|14|E|M|Y|11||0||E|SR|M|10|Bachelors (4 years)|No|N|40|zero -110000|USA|M|10|E|DBAG|N|15||2||PB|S|M|150|None (no degree completed)||N|40|one -95000|USA|M|15|E|DA|N|15||2||PB|SR|F|4|Bachelors (4 years)|Yes|N|45|zero -50000|UK|M|12|E|DBAP|N|12||0||LG|SE|M|40|Associates (2 years)|Yes|YesExpired|40|zero -33000|ElSalvador|M|8|E|DBAG|N|7||2||PB||M|50|Masters|Yes|YesExpired|48|zero -80000|USA|M|5|E|DBAG|N|4||0||PB|SR||3|Bachelors (4 years)|Yes|N|40|one -102000|USA|M|21|E|DT|N|21||1||PB|SR|F|3|Bachelors (4 years)|No|N|35|zero -76000|USA|M|5|E|A|N|2||0||NP|S|M|75|Bachelors (4 years)|No|N|50|zero -101000|USA|M|18|E|DT|N|11||2||LG|S|M|12|Associates (2 years)|No|N|40|zero -130000|USA|M|19|E|DBAP|N|15||2||PB|S|M|360|Bachelors (4 years)|Yes|N|45|two -101900|USA|M|5|E|DBAP|N|1||0||FG|S|M|50|Bachelors (4 years)|No|YesValid|40|zero -99000|USA|M|17|E||N|15||0||LG|SE|M|5|Bachelors (4 years)|No|N|44|zero -57000|Canada|M|16|E|DA|N|19||0||PB|C|M|1|Associates (2 years)|Yes|N|40|five -130000|USA|M|15|E|DBAP|Y|15||2||PB|S|M|400|Bachelors (4 years)|No|N|50|five -105800|USA|M|12|E|DT|N|9||0||PB|SR|M|6|Associates (2 years)|Yes|YesExpired|40|zero -85000|USA|O|6|E|A|N|21||2||LG|S|M|500|Bachelors (4 years)|Yes|N|42|zero -142000|USA|M|19|E|D|N|10||0||PB|S|M|4|Bachelors (4 years)|No|YesValid|50|zero -56000|Canada|M|10|E|DT|N|10||1||PB||F|7|Bachelors (4 years)|Yes|YesExpired|40|zero -87000|USA|M|6|EC|D|N|1||0||PB|SR|F|6|None (no degree completed)||YesExpired|40|three -93000|USA|M|4|E|D|N|3||0||PB|SE|M|5|Masters|Yes|YesValid|40|one -79280|USA|M|15|E|DA|N|3||3||SG|SR|M|15|Bachelors (4 years)|No|YesExpired|40|zero -65000|Germany|M|4|E|D|N|3||2||PB|SR|M|3|Masters|Yes|N|40|zero -115000|USA|M|10|E|DT|N|6||3||PB|S|M|9|Masters|No|N|40|two -175000|USA|M|22|E|A|N|10||3||PB|SE||30|Associates (2 years)|Yes|YesExpired|42|three -69000|USA|M|13|E|D|N|6||0||PB|S|F|3|Associates (2 years)|Yes|N|40|zero -79000|USA|M|6|E|DT|N|2||0||PB|C|F|4|Bachelors (4 years)|No|N|40|zero -85000|USA|M|12|E|M|Y|2||0||E|C|M|10|Bachelors (4 years)|Yes|N|40|zero -73000|USA|M|9|E|DT|N|4||0||E|S|M|6|Associates (2 years)|Yes|N|40|zero -110000|USA|M|18|E|DBAG|N|18||4||PB|SR|M|100|Masters|No|YesExpired|40|five -75000|USA|M|21|P|DT|N|5||0||PB|S|M|3|Masters|Yes|N|12|five -88000|USA|M|10|EC|DA|N|1||4||NP|S|M|100|Bachelors (4 years)|Yes|YesExpired|35|five -140000|USA|M|15|IC|DBAP|N|8||1||PB|SR|M|110|Bachelors (4 years)|Yes|N|40|zero -137000|USA|M|14|E|A|N|2||0||PB|S|M|20|Bachelors (4 years)|Yes|YesExpired|40|zero -62400|USA|M|20|E|AN|N|14||0||PB|S|M|2|None (no degree completed)||YesExpired|40|zero -122000|USA|M|18|E|A|N|1||5||PB|S|F|5|Bachelors (4 years)|No|N|40|one -115000|USA|M|19|E|DBAP|N|20||2||PB|S|F|350|None (no degree completed)||N|45|five -142600|USA|O|22|E|DBAP|Y|3||1||PB|S|M|100|Bachelors (4 years)|Yes|N|60|zero -117000|USA|M|12|E|AN|N|4||3||PB|S|M|50|Bachelors (4 years)|Yes|N|40|five -136000|USA|M|10|E|DBAP|N|0||1||PB|SR|M|130|None (no degree completed)||N|45|two -130000|Canada|A|1|IC|DA|N|13||2||NP||M|6|Bachelors (4 years)|Yes|YesExpired|40|three -79000|USA|M|4|E|DBAP|N|4||0||PB|S|M|20|None (no degree completed)||YesValid|40|zero -151400|USA|M|18|E|A|N|9||1||PB|S|M|15|Masters|Yes|YesValid|42|zero -107000|UK|M|6|E|M|N|1||4||PB|S|M|30|Bachelors (4 years)|Yes|YesValid|50|four -115000|USA|M|8|E|DBAG|N|1||3||PB|SE|M|50|Associates (2 years)|Yes|N|50|three -135000|USA|M|24|E|M|Y|18||0||PB|S|F|35|Bachelors (4 years)|Yes|YesExpired|45|zero -62000|USA|M|12|E|DT|N|3||2||PB|SE|M|3|Masters|No|YesValid|44|one -117000|USA|M|5|E|DBAP|N|4||0||PB|S|M|168|Bachelors (4 years)|Yes|N|50|five -95000|USA|M|20|E|DBAP|N|1||2||NP|C|M|165|None (no degree completed)||YesExpired|45|zero -65543|USA|M|21|E|D|N|29||3||PB|SR|M|30|Masters|No|YesValid|45|five -65000|USA|M|15|EC|A|Y|2||0||PB|S|F|3|Bachelors (4 years)|Yes|N|28|five -88000|USA|M|9|E|D|Y|9||5||PB|S|F|29|Bachelors (4 years)|Yes|N|45|two -103000|USA|M|10|E|M|Y|3||4||PB|S|M|1|Bachelors (4 years)|No|N|45|zero -94000|USA|M|10|E|A|N|2||4||PB||M|5|Bachelors (4 years)|No|N|45|zero -69875|USA|M|4|E|DBAG|N|3||3||PB|S|M|350|None (no degree completed)||N|40|zero -82000|USA|M|7|E|D|N|2||2||PB|S|M|5|Bachelors (4 years)|Yes|YesValid|45|zero -77000|USA|MA|10|E|DA|N|2||0||NP|SE|F|5|Bachelors (4 years)|Yes|N|42|zero -65000|USA|M|8|E|DBAG|Y|5||0||E|C|M|3|None (no degree completed)||N|45|zero -104000|USA|M|15|E|DBAG|N|4||0||LG|C|F|25|Bachelors (4 years)|No|YesExpired|45|one -110000|USA|M|13|E|M|Y|13||0||PB|S|M|3|Bachelors (4 years)|No|N|42|zero -46350|USA|M|1|E|DBAD|N|4||2||PB|SE|F|20|None (no degree completed)|Yes|YesExpired|55|zero -67000|USA|M|4|E|DBAG|N|4||1||E|SE|M|25|Bachelors (4 years)|Yes|N|40|zero -46000|USA|M|1|E|DBAD|N|1||2||SG|SE|F|20|None (no degree completed)|Yes|YesExpired|50|zero -80000|USA|M|17|E|AN|N|15||2||E||F|4|Bachelors (4 years)|No|N|40|zero -68000|USA|RDS|11|E|DBAD|N|0||0||PB|C|M|5|None (no degree completed)||N|42|zero -134000|USA|M|10|E|M|Y|5||5||PB|S|M|60|Masters|Yes|YesValid|45|zero -88500|Australia|M|12|EC|DBAP|N|12||0||PB|C|M|150|Masters|Yes|YesExpired|50|zero -112840|USA|M|20|E|DBAD|N|5||0||PB|S|M|50|Masters|Yes|N|40|zero -110000|USA|M|17|E|DT|N|5||3||PB|S|F|20|None (no degree completed)||YesExpired|45|zero -95000|USA|M|7|E|DT|N|7||1||PB|S|F|15|Bachelors (4 years)|No|N|45|zero -97000|USA|M|8|E|DBAG|N|8||3||PB|S|M|114|None (no degree completed)||N|45|five -122000|USA|M|12|E|DBAG|N|10||4||NP|S|M|250|Bachelors (4 years)|Yes|N|45|zero -45000|USA|M|3|E|AN|N|1||2||PB||M|3|Bachelors (4 years)|Yes|YesValid|40|zero -25500|India|M|10|E|DBAP|N|10||6||PB|SE|M|100|Masters|Yes|YesValid|40|five -85000|USA|M|6|E|DBAD|Y|8||6||PB||M|4323|Bachelors (4 years)|Yes|YesValid|40|five -98000|Australia|MA|14|E|AN|N|2||0||PB|C|M|2|Bachelors (4 years)|No|N|38|zero -98000|USA|M|9|E|M|Y|7||0||SG|C|M|2|Bachelors (4 years)|Yes|YesValid|40|zero -70000|Australia|M|0|E|DBAG|N|0||0||PB|S|M|12|Bachelors (4 years)|Yes|N|38|zero -159056|USA|M|15|E|DBAG|N|10||1||PB|C|M|18|Bachelors (4 years)|Yes|N|60|one -48000|Canada|M|4|EC|DBAD|N|4||2||SG|C|M|15|Bachelors (4 years)|Yes|YesValid|35|five -205000|USA|O|28|EC|DBAG|Y|34||0||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|50|five -88000|Australia|M|18|E|DBAG|N|6||1||PB|S|M|350|Bachelors (4 years)|No|YesValid|40|zero -18000|India|M|6|E|DBAP|N|6||6||PB|SR|F|300|Bachelors (4 years)|No|N|45|five -31818|India|O|15|E|DBAP|N|15||6||PB|SE|M|250|Masters|No|YesValid|8|five -125000|USA|M|11|E|AN|N|1||2||PB|C|M|4|Bachelors (4 years)|No|N|40|zero -119831|USA|M|30|E|DA|N|30||1||PB|S|M|10|Bachelors (4 years)|Yes|N|40|zero -74000|USA||3|E|D|N|15||1||SG|SE|M|5|None (no degree completed)||N|37|zero -110000|USA|M|25|E|DBAG|N|30||3||E||F|175|Bachelors (4 years)|Yes|YesValid|48|zero -81645|USA|M|15|E|E|Y|12||0||PB|SE|M|6|Bachelors (4 years)|Yes|YesValid|48|zero -63000|Sweden|M|10|E|D|N|3||0||PB|C|M|1|Bachelors (4 years)|Yes|N|40|two -109200|USA|P|12|E|DBAP|Y|5||4||NP|C|M|450|Masters|Yes|N|50|zero -28000|Romania|M|7|E|DBAG|Y|7||6||PB|SR|M|700|Bachelors (4 years)|No|YesExpired|45|zero -67282|UK|M|15|E|DBAP|N|2||1||PB|S|M|200|Bachelors (4 years)|No|N|35|one -66500|Netherlands|M|19|E|DBAG|N|16||3||PB|S|M|120|Associates (2 years)|Yes|YesExpired|40|two -120000|South-Africa|M|22|EC|DT|Y|15||0||PB|S|M|50|None (no degree completed)||N|40|zero -45000|UK|M|15|E|DBAG|N|10||2||NP|C|M|20|Masters|No|N|38|zero -70000|Jersey|M|10|E|AN|N|1||2||PB|C|M|10|Bachelors (4 years)|Yes|YesValid|35|zero -70000|France|M|10|E|DBAG|N|7||0||PB||M|20|Associates (2 years)|Yes|N|39|zero -66750|Canada|M|3|EC|DT|N|3||2||PB|SE|F|125|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|15|E|DBAG|N|5||2||PB|SR|F|7|Bachelors (4 years)|Yes|YesExpired|42|zero -40000|UK|M|3|E|AN|N|3||2||PB|S|M|50|None (no degree completed)|No|YesValid|38|five -63800|UK|M|6|E|DBAP|N|3||2||PB|S|M|35|None (no degree completed)|No|N|38|zero -83000|Sweden|M|17|EC|DBAP|N|11||6||PB|S|M|215|Masters|No|YesValid|42|zero -20476|India|M|9|E|DBAP|Y|1||2||PB||M|250|Bachelors (4 years)|Yes|YesValid|93|one -67000|UK|M|10|E|DBAG|N|5||4||NP||M|150|Bachelors (4 years)|Yes|YesExpired|35|one -93573|Germany|M|10|E|A|Y|5||0||PB|SE|M|20|None (no degree completed)||YesExpired|40|zero -82000|USA|M|4|E|DBAP|N|1||6||PB|C|M|1000|Bachelors (4 years)|Yes|N|50|one -101000|USA|M|12|E|DBAP|N|12||0||NP|S|F|5|Bachelors (4 years)|Yes|YesValid|45|zero -45000|USA|M|1|E|DS|N|1||1||PB|SE|M|1|None (no degree completed)||N|40|zero -55000|USA|M|16|E|AN|N|28||1||E|S|F|5|Bachelors (4 years)|Yes|N|40|zero -86000|USA|M|8|E|D|N|10||2||PB|C|M|3|Masters|Yes|YesValid|40|zero -102000|USA|M|4|E|DBAG|N|4||0||PB|S|M|46|None (no degree completed)||N|43|one -47000|UK|M|4|E|DBAG|N|4||0||LG|SR|M|8|None (no degree completed)||YesValid|37|zero -127000|USA|M|25|E|DBAP|N|18||1||PB|S|M|45|Bachelors (4 years)|No|N|45|five -120000|Israel|M|5|E|M|Y|4||1||PB|S|M|30|Bachelors (4 years)|No|N|200|zero -90000|USA|M|15|E|AN|N|8||1||NP|C|F|2|Bachelors (4 years)|No|N|40|two -200000|USA|M|8|IC|A|N|1||0||PB|S|M|3|Bachelors (4 years)|Yes|N|40|four -92000|USA|O|20|E|DBAP|N|25||0||E|S|M|10|None (no degree completed)||N|37|zero -110240|USA||9|IC|E|N|1||4||PB|S|M|20|None (no degree completed)|No|YesValid|40|five -124500|USA|M|18|E|DA|N|3||6||PB|S|M|5|Bachelors (4 years)|Yes|N|40|one -53000|USA|M|8|E|DA|N|3||1||PB|S|F|4|Bachelors (4 years)|Yes|N|38|zero -120000|USA|M|12|E|A|Y|6||0||PB|S|M|20|Bachelors (4 years)|No|N|50|zero -150000|USA|M|10|E|DBAG|N|2||0||PB|S|M|30|None (no degree completed)||YesExpired|45|one -105000|USA|M|4|E|DBAG|N|4||1||PB|S|F|8|Bachelors (4 years)|Yes|N|40|five -95000|USA|T|2|E|AN|N|6||2||PB|C|M|5|Bachelors (4 years)|No|N|40|one -125000|USA|O|20|E|DBAG|N|5||2||PB|SR|M|5|Masters|No|YesExpired|45|one -75000|USA|O|6|EC|AN|N|6||1||FG|S|M|20|Bachelors (4 years)|No|N|40|five -165000|USA|M|14|IC|D|N|14||0||PB|SR|M|2|Bachelors (4 years)|No|N|40|three -113000|USA|M|10|E|DBAG|N|8||6||PB|S|M|40|None (no degree completed)||N|40|zero -150000|USA|M|6|E|DBAG|N|6||5||PB|S|M|20|Bachelors (4 years)|No|YesValid|40|one -124500|USA|M|12|E|DT|N|12||3||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|50|five -78000|USA|M|9|E|DBAG|N|7||1||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|40|three -110000|USA|M|6|E|AN|N|12||2||NP|S|M|4|Bachelors (4 years)|No|N|40|zero -90000|Australia|M|15|E|DBAG|Y|7||0||PB|S|M|10|None (no degree completed)||YesExpired|55|zero -137000|USA|M|15|E|DBAP|N|1||1||PB|SE|M|5|Masters|Yes|N|40|one -95000|USA|M|10|E|DBAG|N|8||1||PB|C|M|70|Bachelors (4 years)|Yes|YesValid|65|one -55000|Sweden|M|1|E|DBAG|N|1||6||PB|SE|M|150|Associates (2 years)|Yes|YesValid|40|two -69000|Sweden|M|15|EC|DBAG|N|10||6||PB||M|220|Associates (2 years)|Yes|YesValid|40|zero -55000|UK|M|17|E|DBAG|N|17||0||PB|S|M|300|None (no degree completed)|No|N|40|three -66000|Sweden|M|9|EC|DBAP|N|9||6||PB|S|M|150|None (no degree completed)||YesValid|40|one -85000|Norway|M|15|EC|D|N|5||6||PB|S|M|5|Masters|Yes|N|40|one -95000|UK|M|8|E|DBAP|Y|8||2||PB|S|M|100|Masters|Yes|YesExpired|40|one -105000|USA|M|17|E|D|Y|15||5||PB|SR|F|20|Bachelors (4 years)|No|N|40|zero -50621|Germany|M|2|E|DBAG|N|2||1||PB||M|16|Associates (2 years)|No|N|40|zero -96000|USA|M|13|E|AN|N|3||0||PB||F|10|Masters|Yes|N|45|five -36000|Romania|M|6|E|DBAG|Y|3||6||PB|S|M|200|None (no degree completed)||YesValid|50|zero -68000|USA|M|5|E|AN|N|3||5||PB|S|M|0|Bachelors (4 years)|Yes|YesValid|45|zero -69086|UK|M|7|E|DBAG|N|2||6||PB|C|F|500|Bachelors (4 years)|No|N|40|two -70000|USA|M|17|E|DT|N|5||0||SG|SE|M|2|Bachelors (4 years)|Yes|N|40|zero -112500|USA|M|15|E|DBAG|N|7||6||PB|S|M|50|Bachelors (4 years)|Yes|YesValid|45|one -47143|Canada|M|3|E|D|N|3||4||SG|SE|F|2|Bachelors (4 years)|Yes|YesValid|40|zero -129000|USA|M|20|IC|DBAG|N|1||1||PB|S|M|80|None (no degree completed)||YesExpired|40|zero -68000|UK|M|15|E|DT|N|15||3||PB|SR|M|20|Masters|Yes|YesValid|38|five -120000|USA|M|17|E|DBAP|Y|13||1||PB|SE|M|80|Associates (2 years)|Yes|YesValid|40|one -79860|Canada|M|18|E|DBAG|N|6||0||PB|S|M|25|Bachelors (4 years)|Yes|YesValid|37|zero -60000|USA|M|2|E|DT|N|2||0||PB|SE|M|2|Bachelors (4 years)|Yes|YesExpired|40|zero -70000|Poland|M|6|EC|D|N|6||5||PB|S||3|Masters|Yes|YesValid|46|four -87400|USA|M|5|E|DBAG|N|3||1||LG|S|M|20|Masters|Yes|YesExpired|38|one -89000|USA|M|7|E|DA|N|11||3||E||M|4|Bachelors (4 years)|Yes|YesExpired|40|zero -160000|USA|M|15|EC|DS|N|2||0||PB|C|F|3|Bachelors (4 years)|Yes|YesValid|50|five -135000|USA|M|8|E|DBAD|N|5||0||PB|C|F|3|Associates (2 years)||YesValid|46|three -105000|USA|M|20|E|DBAP|N|20||0||PB|S|M|52|Masters|Yes|YesExpired|55|zero -86000|USA|M|17|E|DBAP|N|1||2||PB|S|M|100|Bachelors (4 years)|Yes|YesValid|40|zero -135000|USA|M|9|E|DA|N|29||5||PB|S|M|1|Bachelors (4 years)|Yes|YesExpired|45|two -68000|Poland|M|15|EC|M|Y|1||0||PB|S|M|15|Bachelors (4 years)|Yes|YesValid|40|one -100000|USA|M|20|E|DBAG|N|5||0||PB|S|M|15|Bachelors (4 years)|No|N|50|two -94000|USA|M|17|E|DT|N|5||6||PB|S|M|6|Bachelors (4 years)|Yes|N|40|zero -80000|Australia|M|10|E|DBAP|N|10||1||SG|SR|M|30|None (no degree completed)||YesExpired|40|zero -63000|South-Africa|M|11|E|DBAG|N|11||0||PB|S|F|6|Associates (2 years)|Yes|N|40|zero -138000|USA|M|11|E|DBAG|N|11||4||PB|SE|M|600|Bachelors (4 years)|Yes|YesValid|45|two -75080|Belgium|M|19|EC|D|N|9||1||PB|S|M|20|Bachelors (4 years)|Yes|YesValid|40|zero -93000|Germany|M|7|E|DBAP|N|7||1||PB|S|M|500|None (no degree completed)||N|37|zero -103000|USA|M|10|E|DBAG|N|5||1||PB|S|F|300|Bachelors (4 years)|Yes|YesExpired|42|five -93500|USA|M|25|E|DBAG|N|8||0||PB|S|M|6|None (no degree completed)||YesExpired|45|zero -49000|UK|M|7|E|DBAD|Y|4||0||LG|S|M|3|Masters|Yes|N|37|zero -55000|USA|M|6|E|DBAP|N|3||3||E|S|M|120|Bachelors (4 years)|No|N|40|one -65000|Greece|M|13|E|M|Y|13||0||PB||M|4|Masters|Yes|N|48|five -56700|USA|M|2|E|DA|N|2||0||E|S|M|15|Bachelors (4 years)|Yes|YesValid|40|zero -22244|Philippines|M|10|E|DBAD|Y|9||0||PB|S|M|10|Bachelors (4 years)|Yes|YesValid|40|zero -136000|USA|M|10|E|M|Y|1||0||PB|S|M|12|None (no degree completed)||YesValid|65|one -110000|USA|M|5|E|M|Y|1||0||PB|C|F|60|None (no degree completed)||N|45|zero -85000|USA|M|7|E|D|N|2||4||LG|SE|M|10|Bachelors (4 years)|Yes|N|43|three -160000|USA|MS|8|E|DA|N|8||3||PB|S|M|3|Bachelors (4 years)|No|YesExpired|45|one -50000|France|M|8|E|DBAG|Y|2||2||PB|S|M|1000|Associates (2 years)||YesValid|39|zero -119000|USA|M|18|EC|DT|Y|7||6||PB|S|M|500|Bachelors (4 years)|Yes|YesValid|50|one -65000|Greece|M|13|E|M|Y|4||0||PB|SE|M|300|Masters|No|N|45|zero -200000|USA|M|10|E|DBA|N|5||2||PB|||350|Masters|No|YesValid|45|one -61515|UK|M|15|E|DBA|N|3||1||PB|||40|None (no degree completed)||N|35|two -95000|Germany|M|5|E||Y|25||2||PB|||100|Masters|Yes|YesExpired|45|zero -56000|UK|M|6|E|DBA|N|2||0||PB|||500|Associates (2 years)|No|N|40|one -35000|France|M|10|EC|DBA|N|10||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -215000|UK|M|15|I|DBA|N|15||0||PB|||101|Bachelors (4 years)|No|YesExpired|35|zero -75000|Germany|M|16|E|DBA|N|11||1||PB|||20|None (no degree completed)||YesValid|40|zero -47000|Netherlands|M|4|E|DBA|N|1||3||PB|||25|Masters|No|YesExpired|36|zero -41000|UK|M|3|E|DA|N|2||1||PB|||3|Bachelors (4 years)|Yes|N|40|zero -51652|UK|M|8|E|E|Y|10||1||PB|||5|None (no degree completed)|No|N|45|zero -37500|Netherlands|M|4|E|DT|N|4||0||PB|||2|Bachelors (4 years)|Yes|N|36|zero -60000|Belgium|M|22|E|D|N|8||0||PB|||3|Masters|Yes|YesExpired|40|zero -137500|USA|M|16|EC|DBA|N|6||4||PB|||200|None (no degree completed)||YesValid|55|five -63000|UK|M|7|E|DT|N|3||2||PB|||6|Bachelors (4 years)|No|N|37|one -85000|USA|M|8|E|DBA|N|2||0||PB|||15|Bachelors (4 years)|Yes|N|50|zero -96000|USA|M|5|E|DBA|N|5||0||PB|||100|Masters|No|N|45|one -90000|UK|M|22|EC|DBA|N|1||1||PB|||200|Bachelors (4 years)|Yes|YesExpired|37|zero -66000|USA|M|10|E|DA|N|10||0||PB|||4|Associates (2 years)||N|60|five -101750|USA|M|13|E|DBA|N|13||0||PB|||100|None (no degree completed)||N|60|two -83000|Canada|M|15|E|DA|N|10||0||PB|||60|Bachelors (4 years)|Yes|YesExpired|40|zero -45000|Canada|M|10|E|DBA|Y|4||6||PB|||100|Associates (2 years)|Yes|YesValid|42|five -78000|USA|A|5|E|DBA|N|10||0||PB|||100|Associates (2 years)|Yes|YesExpired|60|zero -123000|USA|M|7|E|DBA|N|7||2||PB|||1100|Bachelors (4 years)|Yes|YesExpired|45|three -100800|USA|M|16|E|A|N|6||0||PB|||9|Bachelors (4 years)|Yes|N|40|two -148000|USA|M|16|E|DT|N|12||2||PB|||27|Masters|Yes|YesValid|40|two -113000|USA|M|15|E|A|N|1||0||PB|||50|Masters|Yes|YesExpired|40|one -40000|Poland|M|10|E|DBA|N|2||6||PB|||500|Masters|Yes|YesValid|40|one -80000|USA|M|3|E|DBA|N|3||1||PB|||40|Bachelors (4 years)|Yes|N|45|zero -133500|USA|M|18|E|DBA|N|18||0||FG|||20|Masters|Yes|N|40|zero -102000|USA|M|10|E|DBA|Y|4||1||PB|||100|Bachelors (4 years)|Yes|YesValid|50|zero -74000|UK|M|9|E|DT|N|5||3||PB|||26|None (no degree completed)||YesExpired|40|zero -52000|USA|M|2|E|DT|N|2||2||PB|||2500|None (no degree completed)||YesValid|45|zero -95000|Ukraine|M|5|E|DBA|Y|2||2||LG|||12|Masters|Yes|YesValid|40|zero -107690|USA|M|7|E|E|N|3||2||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|four -107000|Australia|M|10|EC|DBA|N|3||2||PB|||400|Bachelors (4 years)|No|YesValid|45|zero -84000|Germany|M|12|E|A|Y|4||2||PB|||15|Bachelors (4 years)|Yes|N|40|two -140000|USA|M|13|E|A|N|1||1||PB|||200|None (no degree completed)||N|40|two -29511|India|M|14|E|DBA|Y|14||6||PB|||750|Masters|Yes|YesExpired|40|two -165000|USA|M|18|I|DBA|N|1||0||PB|||1|None (no degree completed)||YesExpired|40|five -200000|USA|M|10|E|DBA|N|1||2||PB|||30|Bachelors (4 years)|No|YesExpired|65|zero -133000|USA|M|9|EC|DBA|Y|9||0||FG|||65|Associates (2 years)|Yes|YesValid|40|three -67000|Canada|M|10|E|DBA|N|1||0||PB|||25|Bachelors (4 years)|Yes|YesValid|37|zero -122500|USA|M|20|E|DBA|N|1||0||PB|||85|None (no degree completed)||N|50|zero -120000|USA|M|7|E|DBA|N|7||2||FG|||10|Bachelors (4 years)|Yes|YesValid|45|one -145000|USA|M|5|E|DT|Y|5||0||PB|||1|Masters|No|N|48|zero -95000|USA|M|20|E|D|N|2||2||PB|||4|None (no degree completed)||YesExpired|45|four -77600|USA|M|2|E|DA|N|3||0||PB|||5|Masters|Yes|N|40|zero -46000|Canada|M|3|E|DBA|N|2||0||PB|||45|Bachelors (4 years)|No|N|45|zero -140000|USA|M|16|EC|A|N|27||6||PB|||500|Masters|Yes|N|40|four -23000|India|M|9|E|A|Y|3||0||PB|||200|Masters|Yes|YesExpired|40|one -138000|USA|M|10|E|A|N|8||1||PB|||15|Masters|No|YesValid|45|two -110000|USA|M|15|E|A|N|1||3||PB|||14|Masters|No|YesExpired|50|one -40000|Belgium|M|5|EC|D|Y|5||6||PB|||6|Bachelors (4 years)|Yes|YesValid|40|zero -72800|Germany|M|6|E|D|N|6||3||PB|||10|Bachelors (4 years)|Yes|N|45|zero -99000|USA|M|5|E|D|N|1||1||PB|||10|Bachelors (4 years)|No|N|40|zero -50000|Portugal|M|10|E|E|N|10||1||PB|||3|Bachelors (4 years)|Yes|YesExpired|50|zero -55000|South-Africa|M|16|E|DT|N|4||4||PB|||4|Associates (2 years)|No|YesExpired|40|one -90000|USA|M|15|E|E|N|15||0||PB|||8|Bachelors (4 years)|No|N|40|zero -175000|USA|M|15|E|DA|Y|2||1||PB|||1|Bachelors (4 years)|Yes|N|35|four -113400|USA|M|15|E|DA|Y|15||2||PB|||10|Bachelors (4 years)|No|YesExpired|40|five -120000|USA|M|4|E||Y|4||0||PB|||30|Bachelors (4 years)|No|N|60|one -97500|USA|M|9|E|DBA|N|5||6||PB|||750|Associates (2 years)|No|N|45|two -17621|Greece|M|6|E|DA|Y|2||1||PB|||15|Masters|Yes|N|50|zero -26500|Portugal|M|10|E|DBA|N|0||0||PB|||120|Bachelors (4 years)|Yes|YesValid|40|zero -105000|USA|M|16|E|DBA|N|6||1||PB|||90|Bachelors (4 years)|No|YesValid|45|zero -85000|USA|M|3|E|D|N|4||2||PB|||150|Bachelors (4 years)|Yes|N|50|zero -104000|USA|M|13|E|DBA|Y|12||1||PB|||10|Bachelors (4 years)|No|YesExpired|40|zero -41900|UK|M|15|E|DBA|N|25||1||FG|||70|None (no degree completed)||N|39|zero -99000|USA|M|6|E|DBA|Y|2||3||PB|||10000|Associates (2 years)|Yes|N|45|one -98000|USA|M|8|E|DBA|N|2||4||PB|||500|Bachelors (4 years)|Yes|YesValid|50|five -51000|USA|M|4|E|DBA|N|2||1||PB|||105|None (no degree completed)||N|40|zero -98000|USA|M|20|E||N|25||0||PB|||10|Bachelors (4 years)|Yes|YesValid|50|one -98000|USA|M|19|E|DBA|Y|6||5||PB|||230|Bachelors (4 years)|Yes|YesExpired|50|two -116000|USA|M|17|E|DBA|Y|5||4||PB|||100|Masters|No|N|50|five -60000|USA|M|4|E|DBA|N|4||2||PB|||30|Bachelors (4 years)|Yes|N|46|zero -150000|Israel|MDB|4|E|A|Y|10||4||PB|||500|None (no degree completed)||YesValid|55|three -70760|USA|M|5|E|AN|N|3||1||PB|||300|Masters|No|YesExpired|40|two -65000|Germany|M|10|E||Y|10||0||PB|||15|Bachelors (4 years)||YesExpired|50|zero -67770|UK|M|6|E|DBA|N|26||2||PB|||100|Bachelors (4 years)|Yes|N|40|one -81000|Canada|M|9|E|DBA|N|7||0||PB|||75|Bachelors (4 years)|Yes|N|40|zero -82000|USA|M|4|E|DA|N|10||3||PB|||4|Bachelors (4 years)|Yes|N|45|zero -60000|Sweden|M|10|EC|DBA|N|17||1||PB|||100|None (no degree completed)||YesValid|35|one -55000|USA|M|1|E|DBA|N|1||0||PB|||200|Bachelors (4 years)|Yes|YesValid|40|zero -70000|UK|M|12|E|DBA|N|1||6||PB|||300|None (no degree completed)||N|38|zero -86006|USA|M|2|E|DT|N|2||0||PB|||6|None (no degree completed)||N|40|one -70850|UK|M|9|E|DBA|N|3||2||PB|||44|None (no degree completed)||YesExpired|42|one -98517|UK|M|12|I|DBA|N|1||5||PB|||10|Bachelors (4 years)|No|N|37|one -23000|UK|M|4|E|D|N|3||1||PB|||4|None (no degree completed)||N|40|zero -107000|USA|M|10|E|DBA|N|4||5||SG|||300|Masters|No|N|45|zero -94000|USA|P|4|EC|E|Y|10||3||PB|||25|Associates (2 years)||YesValid|45|zero -78000|USA|M|5|E|DBA|N|5||3||PB|||400|Bachelors (4 years)|Yes|N|42|zero -200000|USA|M|17|E|DBA|N|14||2||PB|||15|None (no degree completed)||YesValid|60|one -120000|USA|M|21|E|DBA|N|21||0||PB|||72|Bachelors (4 years)|No|YesValid|45|one -72000|USA|M|7|E|DBA|N|10||1||PB|||15|Bachelors (4 years)|Yes|N|45|zero -125000|USA|M|16|E|DBA|N|13||6||PB|||35|Bachelors (4 years)|No|YesExpired|40|three -67000|USA|M|10|E|DA|N|5||3||PB|||3|Associates (2 years)|Yes|N|45|zero -129000|UK|M|14|EC|DBA|N|14||2||PB|||15|None (no degree completed)|No|YesExpired|40|zero -117000|USA|M|16|E|DBA|N|2||6||PB|||500|Bachelors (4 years)|Yes|N|50|two -66000|Netherlands|M|5|E|DBA|N|2||2||PB|||50|Bachelors (4 years)|Yes|YesValid|40|one -85155|USA|M|15|E|DBA|N|3||0||PB|||100|Bachelors (4 years)|Yes|N|45|zero -95000|USA|M|15|E||N|11||1||PB|||12|Bachelors (4 years)|Yes|N|40|zero -141000|USA|M|7|E|E|N|10||0||PB|||40|Associates (2 years)|Yes|YesValid|40|three -58000|UK|M|10|E|D|N|7||0||PB|||6|Bachelors (4 years)|Yes|YesExpired|45|zero -95000|USA|M|8|E|DBA|N|4||2||LG|||100|Masters|Yes|YesExpired|45|two -121000|USA|M|11|E|A|N|1||3||PB|||1000|Masters|Yes|YesValid|45|two -10000|India|M|6|E|DBA|Y|6||6||PB|||10000|Masters|No|YesValid|100|one -15000|India|M|6|E|DBA|N|3||6||PB|||350|Masters|No|N|30|zero -130000|USA|M|15|E|DBA|N|20||5||PB|||22|Bachelors (4 years)|Yes|N|41|zero -115000|USA|M|10|E|DBA|N|10||4||PB|||60|None (no degree completed)||N|45|three -300000|USA|M|18|I|DT|N|12||0||PB|||1|Bachelors (4 years)|Yes|YesExpired|40|five -64000|USA|M|2|E|AN|N|1||0||PB|||2|Masters|Yes|N|40|zero -93000|UK|M|16|I|D|N|21||0||PB|||12|Bachelors (4 years)|No|YesValid|38|three -95000|USA|M|7|E|DBA|N|7||0||PB|||150|Masters|Yes|N|50|zero -115000|USA|M|20|E|DBA|N|5||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -30798|UK|M|1|E|DBA|N|1||0||PB|||130|None (no degree completed)||YesValid|35|zero -140000|USA|M|11|EC|E|N|6||2||PB|||120|Bachelors (4 years)|No|YesValid|55|three -125000|USA|M|20|E|DBA|N|5||6||PB|||20000|Associates (2 years)|No|YesValid|40|five -87000|USA|M|18|E|DBA|Y|5||1||PB|||50|Masters|Yes|YesValid|40|zero -99000|USA|O|3|EC|DA|N|3||6||PB|||10|Bachelors (4 years)|Yes|N|40|zero -44278|UK|M|15|E|DA|N|6||2||PB|||6|None (no degree completed)||YesExpired|35|zero -78000|USA|M|4|E|DBA|N|1||0||FG|||8|Masters|Yes|N|45|five -93000|USA|M|7|E|DA|N|7||6||PB|||4|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|12|E|DT|N|10||1||PB|||8|None (no degree completed)||N|40|zero -50000|Spain|M|8|E|DBA|Y|3||0||PB|||900|Associates (2 years)||YesValid|45|zero -88000|USA|M|8|E|DA|N|5||0||PB|||6|Bachelors (4 years)|Yes|YesExpired|45|five -72000|USA|M|5|E|DBA|N|3||0||SG|||5|Masters|Yes|N|45|zero -99000|USA|M|15|E|DA|Y|10||0||PB|||20|Bachelors (4 years)|Yes|N|55|one -85000|USA|M|14|E|M|Y|2||0||PB|||8|Bachelors (4 years)|Yes|N|45|zero -45000|South-Africa|M|7|E|D|N|6||6||PB|||10|Bachelors (4 years)|Yes|YesValid|45|two -72000|USA|M|3|E|DBA|N|1||5||PB|||60|Bachelors (4 years)|Yes|N|50|zero -37669|Poland|M|3|E|DT|Y|3||6||PB|||10|Masters|Yes|YesValid|40|zero -90000|UK|M|15|E|A|Y|10||0||PB|||80|None (no degree completed)|No|YesExpired|40|zero -85000|Germany|M|20|E|DA|N|5||2||PB|||10|Bachelors (4 years)|Yes|YesValid|40|zero -95000|USA|M|7|EC|DT|N|1||6||PB|||19|Bachelors (4 years)|Yes|YesExpired|40|five -70000|USA|M|3|E|E|N|3||1||PB|||120|Bachelors (4 years)|Yes|N|45|one -88130|USA|M|6|E|DT|N|5||0||PB|||2|Bachelors (4 years)|No|YesValid|50|zero -65388|Norway|M|5|E|E|N|8||1||LG|||4|Associates (2 years)||N|38|zero -35900|Poland|M|8|E|DA|N|8||6||PB|||4|Bachelors (4 years)|Yes|YesExpired|40|zero -47000|UK|M|16|EC|DBA|N|3||1||PB|||200|None (no degree completed)||YesValid|40|one -12000|India|M|5|E|DBA|N|5||4||PB|||120|Masters||N|45|three -42000|France|O|3|E|DBA|N|4||0||PB|||6|Masters|Yes|N|40|zero -61606|UK|M|11|E|DBA|N|4||6||PB|||300|Bachelors (4 years)|Yes|N|38|one -16666|India|O|7|E|DBA|N|7||6||PB|||300|Bachelors (4 years)|Yes|N|40|one -85000|USA|M|13|E|DBA|Y|5||0||LG|||2|None (no degree completed)||YesValid|40|zero -95000|USA|M|15|E|A|Y|15||2||PB|||5|Masters|Yes|YesValid|40|zero -82000|USA|M|3|E|AN|N|8||6||LG|||3|Bachelors (4 years)|Yes|N|40|zero -40000|UK|M|7|E|DT|N|7||0||PB|||2|Bachelors (4 years)|No|N|40|zero -45000|Spain|M|12|I|DBA|N|3||0||PB|||35|Bachelors (4 years)|Yes|YesExpired|40|five -50600|UK|M|10|E|DBA|N|1||1||PB|||28|None (no degree completed)||N|35|zero -49289|Jersey|M|4|E|DBA|N|1||0||PB|||21|Bachelors (4 years)|No|YesValid|47|zero -40000|Spain|O|13|E|DBA|N|10||0||PB|||10|None (no degree completed)||YesValid|40|zero -91000|USA|M|5|E|DBA|N|2||0||PB|||10|Bachelors (4 years)|Yes|YesValid|50|zero -96000|USA|M|10|E|DBA|Y|10||2||SG|||50|Bachelors (4 years)|Yes|N|40|zero -113000|USA|M|18|E|E|N|18||2||PB|||15|Bachelors (4 years)|Yes|N|40|zero -27000|Argentina|M|8|I|DBA|N|8||1||PB|||20|Bachelors (4 years)|Yes|YesExpired|30|two -116000|USA|M|12|E|DS|N|2||0||SG|||15|Bachelors (4 years)|Yes|N|40|one -35000|Russia|M|10|I|D|N|5||3||PB|||3|Masters|Yes|YesExpired|80|five -105000|USA|M|15|E|DBA|N|3||2||PB|||180|Bachelors (4 years)|Yes|YesExpired|40|zero -50400|Belgium|M|13|E|DBA|N|13||1||PB|||56|Bachelors (4 years)|Yes|YesValid|38|zero -125000|USA|M|15|E|DBA|N|1||2||PB|||100|Bachelors (4 years)|Yes|N|38|zero -100000|Switzerland|M|6|E|DA|N|6||0||PB|||4|Bachelors (4 years)|Yes|N|42|zero -130000|USA|M|20|E|DBA|N|20||6||PB|||500|Associates (2 years)|No|N|50|two -105000|USA|M|15|E|DBA|Y|15||3||PB|||400|Masters|Yes|YesValid|50|zero -57000|USA|M|1|E|DBA|N|1||2||PB|||128|Bachelors (4 years)|No|N|40|one -90000|USA|M|5|E|DBA|N|2||2||PB|||2|None (no degree completed)||N|40|four -63000|USA|M|2|E|DBA|N|2||0||SG|||10|Associates (2 years)|Yes|N|40|zero -115000|USA|M|6|E|M|Y|3||2||PB|||5|None (no degree completed)||N|50|two -270000|USA|M|20|E|A|N|4||0||PB|||5|Masters|Yes|YesValid|40|one -80000|Denmark|M|12|EC|DBA|N|8||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|40|zero -157000|USA|M|11|E|DT|N|2||1||PB|||20|Bachelors (4 years)|No|YesExpired|40|zero -48000|USA|M|4|E|DBA|Y|2||0||PB|||29|Bachelors (4 years)|Yes|YesExpired|45|zero -49124|Canada|M|5|E|DBA|Y|1||0||PB|||12|None (no degree completed)||N|40|one -117832|USA|M|17|EC|DT|N|3||0||FG|||50|Bachelors (4 years)|No|N|40|five -63000|Ireland|M|11|E|DBA|N|4||0||PB|||90|Bachelors (4 years)|Yes|YesValid|40|one -105000|USA|M|10|E|DBA|N|4||0||PB|||3|Bachelors (4 years)|Yes|N|50|one -80000|USA|M|6|E|DBA|N|4||0||PB|||30|Associates (2 years)|Yes|YesExpired|40|zero -160000|UK|M|13|I|A|N|3||1||PB|||50|Bachelors (4 years)|No|YesValid|42|one -147000|USA|M|18|EC|A|Y|5||0||PB|||2000|None (no degree completed)||YesExpired|32|five -21000|Italy|M|15|E|E|N|15||0||PB|||25|None (no degree completed)||N|45|zero -64000|Sweden|M|16|E|DBA|N|1||0||PB|||90|Associates (2 years)|Yes|YesValid|40|one -125000|USA|M|18|E|DBA|Y|10||1||PB|||32|None (no degree completed)||YesExpired|55|one -115000|USA|M|10|EC|DBA|N|10||6||PB|||100|Masters|Yes|YesValid|40|one -45000|Netherlands|M|8|E|DBA|N|8||2||LG|||40|Bachelors (4 years)|No|N|30|zero -130000|USA|P|1|E|DBA|N|25||0||PB|||10|Bachelors (4 years)|Yes|N|42|zero -7968|India|M|4|E|DBA|Y|4||6||PB|||300|Bachelors (4 years)|Yes|N|45|five -40000|UK|M|4|E|DBA|N|1||1||PB|||10|Masters|Yes|N|42|zero -98000|USA|M|16|E|DBA|N|5||0||LG|||30|Masters|No|N|40|zero -100000|USA|M|8|E|DBA|N|1||0||PB|||25|Masters|No|N|40|zero -65000|USA|M|7|E|DBA|N|7||0||PB|||15|Bachelors (4 years)|Yes|N|40|one -104000|USA|M|16|E|DBA|N|10||0||PB|||12|Masters|No|YesExpired|40|zero -90000|USA|M|7|E|DBA|N|3||0||PB|||2|Bachelors (4 years)|Yes|N|40|zero -138500|USA|M|9|EC|A|Y|6||2||PB|||3|Bachelors (4 years)|Yes|YesValid|45|zero -120000|USA|M|17|E|D|N|17||1||PB|||16|None (no degree completed)||N|40|five -132725|USA|M|10|E|AN|N|10||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|50|zero -75000|UK|M|12|E|DBA|N|10||0||PB|||50|Masters|Yes|YesExpired|45|one -15000|India|M|6|E|DBA|Y|3||4||PB|||1000|Bachelors (4 years)|No|YesValid|35|one -63500|USA|M|2|E|AN|N|1||1||LG|||12|Doctorate/PhD|No|N|37|zero -75000|USA|M|4|E|DBA|N|1||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|36|zero -96000|USA|M|10|E|DBA|N|2||2||PB|||40|Bachelors (4 years)|No|YesExpired|55|one -130000|USA|M|15|E|DBA|N|13||1||PB|||5|Masters|Yes|N|40|zero -115000|USA|M|21|E|A|N|2||2||PB|||30|Bachelors (4 years)|No|YesExpired|45|five -88900|Sweden|M|25|E|DBA|N|20||0||PB|||10|None (no degree completed)||N|40|five -88000|Australia|M|10|E||N|1||6||PB|||0|Bachelors (4 years)|Yes|YesValid|45|five -62000|USA|M|5|E|DA|N|1||0||LG|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -165000|USA|M|16|E|DBA|N|3||4||PB|||72|None (no degree completed)||YesValid|60|two -17647|India|M|7|E|DBA|N|7||6||PB|||650|Bachelors (4 years)|Yes|YesValid|40|zero -93000|USA|M|10|E|DA|Y|5||0||PB|||8|Masters|Yes|YesValid|40|zero -97000|USA|M|7|E|M|Y|5||0||PB|||4|None (no degree completed)||YesValid|50|zero -85000|USA|M|4|E|DBA|N|4||2||PB|||40|Bachelors (4 years)|Yes|N|50|zero -111000|USA|M|6|E|DA|N|12||1||PB|||6|Bachelors (4 years)|Yes|YesExpired|45|zero -134000|USA|M|16|E|DBA|Y|5||2||PB|||6|Masters|No|YesExpired|40|five -95500|Switzerland|M|4|E|DBA|N|4||4||PB|||100|Bachelors (4 years)|Yes|N|42|zero -100000|USA|M|12|EC|D|N|4||4||PB|||27|Bachelors (4 years)|No|N|50|three -122000|USA|M|6|E|DBA|Y|6||1||PB|||150|Bachelors (4 years)|Yes|YesValid|50|zero -26000|Mexico|M|6|EC|DBA|N|2||6||PB|||300|Masters|Yes|YesValid|48|zero -46000|USA|M|4|E|AN|Y|4||0||PB|||2|Bachelors (4 years)|No|N|48|four -103110|USA|M|8|E|DBA|N|4||0||FG|||12|Bachelors (4 years)|Yes|YesValid|40|zero -25500|India|M|8|E|DBA|Y|8||1||PB|||6|Masters|Yes|N|50|zero -92000|USA|M|9|E|E|N|5||0||PB|||12|Bachelors (4 years)|Yes|N|42|zero -14000|India|M|1|E|DBA|N|1||2||PB|||1130|Masters|Yes|N|45|zero -112500|USA|M|7|E|DA|N|10||6||PB|||15|Bachelors (4 years)|Yes|YesValid|48|zero -70000|UK|M|20|E|A|N|2||1||PB|||200|Bachelors (4 years)|Yes|YesValid|40|zero -120000|USA|M|12|E|DBA|N|3||3||PB|||5000|Associates (2 years)|Yes|YesValid|50|zero -12000|Albania|M|6|E|DBA|N|8||1||FG|||4|Bachelors (4 years)|Yes|N|160|zero -12300|USA|M|16|E|DBA|N|4||0||PB|||16|Associates (2 years)|No|N|37|one -100000|USA|M|6|E|DBA|N|6||0||PB|||20|Bachelors (4 years)|Yes|YesValid|40|zero -80000|Denmark|M|15|EC|D|N|15||6||PB|||20|Bachelors (4 years)|Yes|YesValid|37|zero -120000|USA|M|16|E|DBA|N|10||4||PB|||400|Bachelors (4 years)|Yes|YesExpired|40|four -120000|USA|M|16|E|DBA|N|1||3||PB|||65|Bachelors (4 years)|Yes|YesExpired|40|one -120000|USA|M|12|EC|D|Y|9||3||PB|||10|Bachelors (4 years)|No|YesValid|40|five -12900|India|M|3|E|DBA|N|1||6||PB|||2000|Bachelors (4 years)|Yes|N|8|five -90000|USA|M|5|E|DBA|Y|3||0||PB|||6|Masters|Yes|YesExpired|40|zero -118000|USA|O|8|E|A|Y|2||0||PB|||10|Masters|Yes|N|50|two -96000|USA|M|7|E|DBA|N|5||0||PB|||38|Bachelors (4 years)|Yes|YesValid|40|zero -67000|USA|M|7|EC|D|Y|6||2||PB|||1|Bachelors (4 years)|Yes|YesValid|40|two -110000|USA|A|9|E|DBA|N|7||0||PB|||3|Bachelors (4 years)|No|YesValid|40|zero -10000|India|M|4|EC|DBA|N|4||3||PB|||100|Masters|Yes|YesExpired|40|zero -80000|USA|M|10|E|DBA|N|7||0||LG|||5|Bachelors (4 years)|No|N|40|zero -110000|USA|M|15|E|DBA|N|7||1||PB|||158|Bachelors (4 years)|Yes|N|50|zero -53000|USA|O|3|E|AN|N|2||4||SG|||5|Masters|No|N|40|zero -8300|Russia|M|10|E|DBA|N|5||0||LG|||4|Masters|Yes|YesExpired|40|zero -123300|USA|M|10|E|DBA|Y|3||1||PB|||75|Bachelors (4 years)|Yes|N|80|zero -180000|USA|M|10|EC|DBA|N|10||0||SG|||4|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|10|E|A|N|2||0||PB|||60|None (no degree completed)||N|45|zero -95000|USA|M|3|E|DBA|N|3||1||PB|||65|Bachelors (4 years)|Yes|N|40|one -113000|USA|M|12|E|DT|N|2||6||PB|||30|Bachelors (4 years)|Yes|N|40|zero -50750|USA|M|7|E|DA|N|7||1||PB|||1|Associates (2 years)|Yes|YesExpired|40|zero -80000|USA|M|6|E|DBA|N|2||2||PB|||100|Bachelors (4 years)|Yes|N|40|zero -97500|USA|M|7|E|DBA|N|8||0||PB|||27|None (no degree completed)||YesValid|46|two -115000|USA|M|20|E|DBA|N|20||0||LG|||12|None (no degree completed)||YesExpired|40|one -90000|USA|M|7|E|DBA|Y|4||2||PB|||150|Bachelors (4 years)|Yes|N|60|zero -91800|USA|M|3|E|DBA|Y|4||0||PB|||10|Bachelors (4 years)|Yes|N|50|one -93000|USA|M|8|E|DA|N|9||1||PB|||3|Associates (2 years)|Yes|YesValid|43|zero -225000|USA|M|9|I|A|N|5||0||PB|||100|Masters|Yes|YesValid|60|five -94000|USA|M|18|E|DBA|Y|15||6||PB|||1851|Bachelors (4 years)|No|YesExpired|55|zero -65000|USA|M|2|E|DBA|N|1||1||PB|||12|Bachelors (4 years)|No|YesValid|40|zero -90000|USA|M|15|E|DA|N|20||2||PB|||10|None (no degree completed)||YesExpired|40|zero -105000|USA|M|10|E|E|N|4||4||PB|||1|Bachelors (4 years)|Yes|YesValid|40|one -83599|USA|M|15|E|DT|N|11||0||PB|||8|Bachelors (4 years)|Yes|YesExpired|40|two -70000|USA|M|3|E|DT|N|2||2||PB|||35|Bachelors (4 years)|No|N|50|zero -92000|USA|M|7|E|DBA|N|2||3||PB|||50|Masters|Yes|YesValid|40|five -119000|USA|M|10|E|D|N|10||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|45|zero -120792|USA|M|11|EC|A|N|2||1||PB|||1000|Bachelors (4 years)|Yes|YesValid|40|five -35000|France|M|2|EC|DT|N|1||0||PB|||4|Masters|Yes|N|40|zero -145000|USA|M|5|E|DBA|N|1||3||PB|||1400|Masters|No|YesExpired|35|two -62000|UK|M|4|E|DBA|N|3||0||PB|||18|None (no degree completed)||N|40|one -112000|USA|M|12|E|DBA|N|8||0||PB|||100|Bachelors (4 years)|Yes|N|40|one -133900|USA|M|21|E|DBA|Y|18||0||PB|||18|Bachelors (4 years)|Yes|YesExpired|55|five -100282|USA|M|10|E|DBA|N|6||0||PB|||12|None (no degree completed)||YesValid|40|zero -125000|USA|M|17|E|DBA|Y|5||4||PB|||118|None (no degree completed)||YesValid|45|zero -160000|USA|M|17|EC|DBA|N|17||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|37|zero -93800|USA|M|5|E|DT|N|9||1||PB|||2|Masters|Yes|N|40|one -89035|USA|M|11|E|DBA|N|6||0||LG|||15|Bachelors (4 years)|Yes|N|37|zero -90000|USA|M|7|E|DBA|N|7||0||PB|||500|None (no degree completed)||YesExpired|50|one -116000|USA|M|15|E|DBA|Y|7||1||PB|||12|None (no degree completed)||YesValid|45|five -158000|USA|M|15|E|DBA|N|15||0||PB|||8|Bachelors (4 years)|Yes|YesExpired|45|zero -110000|Canada|M|16|I|DA|Y|5||1||PB|||7|None (no degree completed)||YesValid|60|five -60900|USA|M|3|E|DBA|N|3||4||PB|||40|Associates (2 years)|Yes|N|45|one -93500|USA|M|10|E|D|N|4||4||PB|||8|Masters|No|N|40|two -145000|USA|M|25|E|DBA|N|30||4||PB|||100|Bachelors (4 years)|Yes|YesExpired|45|five -52970|Ireland|M|3|E|AN|Y|2||0||PB|||2000|Masters|Yes|YesExpired|39|one -116000|USA|M|20|E|A|N|4||0||PB|||5|None (no degree completed)||N|40|one -95000|USA|M|16|E|D|N|4||2||PB|||10|Bachelors (4 years)|No|N|40|zero -100000|Canada|M|22|E|DBA|Y|15||2||PB|||10|None (no degree completed)||N|45|two -90000|USA|M|10|E|DBA|N|10||0||PB|||19|Bachelors (4 years)|Yes|YesValid|40|zero -125000|USA|M|16|E|AN|Y|16||1||PB|||8|None (no degree completed)||N|40|zero -65000|USA|A|1|E|DT|N|1||2||PB|||1|Bachelors (4 years)|No|YesValid|45|zero -70000|USA|M|9|E|DBA|N|9||0||PB|||4|Bachelors (4 years)|No|YesExpired|46|zero -270000|USA|M|20|E|DT|Y|15||1||PB|||14|Bachelors (4 years)|Yes|YesValid|40|zero -130000|USA|M|20|E|DBA|N|4||2||PB|||50|Bachelors (4 years)|Yes|YesExpired|50|five -64775|USA|M|3|E|D|N|3||0||PB|||8|None (no degree completed)||N|43|zero -300000|USA|M|14|I|E|N|18||0||PB|||50|Associates (2 years)||YesExpired|50|five -93000|USA|M|7|E|E|N|3||5||PB|||350|Bachelors (4 years)|Yes|YesExpired|45|one -105000|UK|M|10|E|A|Y|10||6||PB|||9|Bachelors (4 years)|No|N|45|zero -84000|USA|M|18|E|DBA|N|10||0||PB|||15|Bachelors (4 years)|Yes|N|45|zero -108000|USA|M|20|E|DT|N|4||3||PB|||50|Bachelors (4 years)|No|N|40|one -135000|USA|M|18|EC|A|N|3||1||PB|||30|Bachelors (4 years)|Yes|YesValid|45|four -116000|USA|M|10|E|M|Y|3||0||PB|||400|Associates (2 years)|Yes|YesValid|60|zero -104000|USA|M|5|EC|DBA|N|1||6||PB|||300|Masters|Yes|YesExpired|45|one -125000|USA|M|9|E|A|Y|0||0||PB|||8|Bachelors (4 years)|No|N|40|one -125000|USA|M|15|E|DBA|N|15||1||PB|||68|Bachelors (4 years)|No|YesExpired|40|zero -100000|USA|M|10|E|DA|Y|10||0||PB|||5|Masters|Yes|YesValid|45|zero -107000|USA|O|25|E|DBA|N|18||0||SG|||4|Bachelors (4 years)|No|YesExpired|40|three -138000|USA|M|12|E|DBA|Y|1||1||PB|||15|Bachelors (4 years)|No|YesValid|40|three -135000|USA|M|14|E|M|Y|5||0||PB|||60|Masters|Yes|YesValid|45|zero -59000|UK|M|22|E|DBA|N|20||1||PB|||25|Bachelors (4 years)|No|YesExpired|40|zero -102000|USA|M|21|E|DBA|N|12||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|42|zero -117000|USA|M|6|E|DBA|Y|2||4||PB|||200|Associates (2 years)|Yes|N|50|zero -110000|USA|M|10|E|DBA|N|5||0||PB|||100|None (no degree completed)||YesValid|50|two -100000|USA|M|7|E|DBA|N|1||3||PB|||75|Bachelors (4 years)|No|N|40|three -118500|USA|M|10|E|DT|N|8||6||PB|||20|Masters|Yes|N|40|two -113300|USA|M|20|E|A|Y|2||0||PB|||7|Bachelors (4 years)|Yes|YesExpired|55|zero -123634|USA|M|15|E|DBA|Y|15||1||PB|||105|Bachelors (4 years)|Yes|N|40|zero -102000|USA|M|15|E|E|N|17||0||PB|||300|Masters|Yes|N|40|two -95000|USA|M|10|E|DBA|N|10||0||LG|||50|Masters|No|N|40|zero -165000|USA|M|10|E|DBA|N|10||1||PB|||10|Bachelors (4 years)|Yes|N|40|five -96108|USA|M|10|E|DBA|N|7||1||FG|||25|None (no degree completed)||YesValid|50|two -95000|USA|M|6|E|AN|N|1||0||PB|||3|Bachelors (4 years)|No|N|40|zero -81000|USA|M|11|E|DBA|N|3||0||PB|||70|Bachelors (4 years)|Yes|N|42|two -73000|USA|M|15|E|DT|N|15||2||PB|||5|Bachelors (4 years)|No|N|50|one -55800|UK|M|11|E|DBA|N|5||0||PB|||3|None (no degree completed)||N|40|zero -115000|USA|M|12|E|DBA|N|14||2||PB|||80|Bachelors (4 years)|Yes|YesExpired|40|zero -142000|USA|M|20|E|DBA|N|20||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|42|one -55845|UK|M|4|E|A|N|1||0||PB|||1|None (no degree completed)||N|35|zero -100000|USA|M|20|E|D|Y|25||0||PB|||40|Masters|Yes|YesExpired|35|zero -145000|USA|M|17|E|A|Y|3||1||PB|||10|Bachelors (4 years)|Yes|YesValid|40|two -40000|UK|M|4|E|DBA|Y|2||1||PB|||20|Associates (2 years)|No|YesValid|40|zero -110000|USA|M|3|E|DBA|N|5||2||PB|||78|Associates (2 years)|No|YesExpired|50|zero -117000|USA|M|10|E|DBA|N|10||6||PB|||200|Masters|No|YesExpired|45|two -147000|USA|M|20|E|DBA|Y|8||0||PB|||10|Masters|Yes|YesExpired|45|five -109000|USA|M|7|E|DBA|N|7||2||LG|||10|Bachelors (4 years)|Yes|N|40|one -110000|USA|M|12|E|DBA|Y|1||5||PB|||60|Bachelors (4 years)|Yes|YesExpired|45|zero -110000|USA|M|17|E|DBA|N|3||4||PB|||225|Associates (2 years)|Yes|YesValid|35|two -62000|UK|M|8|E|DA|Y|8||1||PB|||4|None (no degree completed)|No|N|45|zero -124800|USA|M|14|I|A|N|1||0||PB|||7|Bachelors (4 years)|Yes|YesExpired|40|one -71594|USA|M|8|E|DBA|N|4||0||SG|||15|Bachelors (4 years)|Yes|N|40|zero -200000|USA|M|11|E|DT|N|1||1||PB|||100|Bachelors (4 years)|Yes|N|75|five -70400|USA|M|5|E|DBA|N|1||4||PB|||275|Bachelors (4 years)|Yes|N|40|zero -125000|USA|M|10|E|D|Y|10||3||PB|||12|Masters|Yes|YesValid|50|three -85000|USA|M|10|E|DBA|N|2||0||LG|||6|Bachelors (4 years)|Yes|YesExpired|40|zero -98000|USA|M|20|E|DBA|N|15||0||PB|||6|Bachelors (4 years)|Yes|YesExpired|50|two -132000|USA|M|7|E|E|Y|2||6||PB|||26|None (no degree completed)||YesValid|45|zero -110000|USA|M|17|E|DBA|N|4||0||PB|||6|Associates (2 years)|Yes|N|45|one -155000|USA|M|19|E|DBA|N|19||0||PB|||5|Bachelors (4 years)|No|N|40|five -113000|USA|M|16|E|DBA|N|10||0||PB|||40|Associates (2 years)|Yes|N|40|three -47240|USA|M|6|E|D|Y|2||0||PB|||2|Associates (2 years)|No|N|40|zero -29000|Brazil|M|8|EC|DBA|Y|8||2||PB|||50|Bachelors (4 years)|Yes|YesExpired|60|five -65000|USA|M|4|E|D|N|4||0||PB|||12|Masters|No|N|50|zero -153000|USA|M|17|E|DBA|Y|19||1||PB|||155|Bachelors (4 years)|No|N|50|zero -116000|USA|M|12|E|DBA|N|10||6||PB|||65|Bachelors (4 years)|Yes|YesExpired|50|zero -135000|USA|M|12|E|DBA|N|12||0||PB|||20|Bachelors (4 years)|Yes|N|40|zero -122000|USA|M|15|E|A|N|3||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -125000|USA|M|20|E|DBA|N|20||0||PB|||20|Masters|Yes|YesValid|45|two -110000|USA|M|10|E|E|Y|15||0||PB|||6|Masters|No|N|90|three -125000|USA|M|17|E|DBA|N|13||1||PB|||75|Bachelors (4 years)|No|YesExpired|40|one -80000|USA|M|8|E|DBA|N|6||0||PB|||20|None (no degree completed)||YesValid|42|zero -60000|UK|M|9|E|A|Y|3||0||PB|||100|Associates (2 years)|No|YesValid|55|one -108250|USA|M|8|EC|DBA|N|12||0||FG|||4|Masters|Yes|N|42|two -91000|USA|M|10|E|DBA|Y|10||0||SG|||3|Bachelors (4 years)|Yes|N|42|zero -120000|USA|M|9|E|DBA|Y|5||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|45|two -120000|USA|M|17|EC|D|N|17||0||PB|||35|Masters|Yes|YesValid|40|zero -53000|Canada|M|6|E|DBA|N|7||0||PB|||7|Bachelors (4 years)|Yes|N|38|zero -103900|USA|M|10|E|DBA|N|10||0||LG|||39|Masters|No|N|40|zero -84826|Germany|M|14|E|A|N|12||0||PB|||3|Masters|Yes|YesExpired|45|zero -105000|USA|M|15|E|DBA|N|15||0||PB|||8|Associates (2 years)|Yes|YesExpired|45|zero -120000|USA|M|20|E|DBA|N|20||4||PB|||1000|Bachelors (4 years)|No|YesExpired|45|five -100000|USA|M|7|E|DBA|N|1||3||PB|||88|Associates (2 years)|Yes|YesValid|42|one -41000|UK|M|4|E|DBA|N|13||0||PB|||15|Bachelors (4 years)|No|N|38|zero -130500|USA|M|23|E|DBA|Y|7||2||PB|||65|None (no degree completed)||YesValid|45|zero -149000|USA|M|20|EC|A|Y|5||3||PB|||3|Bachelors (4 years)|Yes|YesExpired|45|three -58000|USA|M|5|E|DS|N|1||1||PB|||20|Masters|No|N|40|zero -85000|USA|M|6|EC|DBA|N|2||0||FG|||12|Bachelors (4 years)|Yes|YesValid|45|zero -92000|USA|M|4|E|DBA|N|2||2||PB|||20|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|15|E|DBA|N|3||2||PB|||150|Bachelors (4 years)|No|YesExpired|45|two -120000|USA|M|10|E|DA|Y|5||6||PB|||5|None (no degree completed)||N|42|zero -80939|USA|M|12|E|DBA|N|12||0||SG|||23|None (no degree completed)||YesExpired|50|three -92000|USA|M|2|E|AN|N|8||1||PB|||3|Bachelors (4 years)|Yes|N|40|one -120000|USA|M|13|E|A|N|4||2||PB|||10|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|15|E|DBA|N|28||4||PB|||250|Bachelors (4 years)|No|N|50|five -90000|USA|M|10|E|AN|N|1||0||PB|||6|Bachelors (4 years)|No|N|40|five -96000|USA|M|10|E|DBA|N|20||0||PB|||20|Associates (2 years)||N|38|zero -98000|USA|M|15|E|DBA|N|15||0||PB|||40|Associates (2 years)|No|N|50|one -75000|Canada|M|8|E|DBA|Y|3||4||FG|||20|None (no degree completed)|Yes|N|40|one -91000|USA|M|13|E|DBA|N|12||3||PB|||500|Bachelors (4 years)|Yes|YesValid|45|five -140000|USA||1|E|E|N|10||1||PB|||6|Bachelors (4 years)|Yes|YesExpired|40|three -81000|Canada|M|18|E|A|N|10||0||PB|||50|Bachelors (4 years)|Yes|N|40|zero -87000|UK|M|9|E|M|Y|15||0||PB|||2|None (no degree completed)||N|40|one -76000|USA|M|5|E|DBA|Y|5||1||LG|||5|Associates (2 years)|Yes|YesValid|40|zero -105000|USA|M|9|E|DBA|Y|2||1||PB|||30|Bachelors (4 years)|No|YesValid|45|zero -92000|USA|M|15|I|DA|N|20||0||PB|||22|Associates (2 years)|No|N|32|four -57500|USA|M|3|E|DA|N|3||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -55600|USA|M|2|E|DBA|N|2||6||SG|||714|Bachelors (4 years)|Yes|N|42|zero -39000|USA|M|3|E|DBA|Y|2||0||PB|||3|Associates (2 years)|Yes|N|42|zero -80000|USA|M|25|E|DBA|N|10||1||LG|||40|None (no degree completed)||YesExpired|45|zero -75000|UK|M|14|E|DT|N|10||0||PB|||3|Bachelors (4 years)|No|YesValid|44|zero -90000|USA|M|24|EC|DBA|N|24||0||PB|||50|Associates (2 years)|Yes|YesValid|50|zero -115000|USA|SAP|5|E|DBA|N|22||6||PB|||500|Associates (2 years)|Yes|YesExpired|42|zero -142500|USA|M|8|E|M|Y|5||1||PB|||6|Bachelors (4 years)|Yes|N|55|zero -120000|USA|M|10|E|DBA|Y|6||6||PB|||166|None (no degree completed)||YesExpired|43|zero -120000|USA|M|10|E|DBA|N|8||3||PB|||90|Bachelors (4 years)|No|N|45|five -85000|USA|M|6|E|DT|N|4||0||PB|||1|Masters|No|N|45|zero -55908|UK|M|4|E|DBA|N|4||0||PB|||6|Associates (2 years)|No|YesValid|37|zero -47414|UK|M|6|E|DBA|N|16||3||LG|||65|None (no degree completed)||N|37|zero -120000|USA|M|17|E|DBA|Y|3||3||PB|||10|Bachelors (4 years)|Yes|YesValid|40|zero -110000|USA|M|5|E|DBA|Y|8||2||PB|||10|Masters|No|YesValid|35|zero -102000|USA|M|9|E|DBA|N|10||0||PB|||32|Bachelors (4 years)|No|YesValid|40|zero -129780|USA|M|16|E|M|Y|3||0||PB|||30|Masters|No|YesExpired|40|two -155000|USA|M|15|E|DBA|Y|10||0||PB|||15|None (no degree completed)||N|50|one -64500|Canada|M|10|I|DBA|N|2||0||PB|||4|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|12|E|DBA|N|10||0||PB|||12|Masters|Yes|N|40|zero -98600|USA|M|10|E|DT|N|4||6||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|five -90000|USA|M|15|E|M|Y|12||0||PB|||8|None (no degree completed)||YesExpired|50|five -62666|Sweden|M|5|E|DBA|N|17||1||PB|||70|Associates (2 years)|Yes|YesExpired|40|zero -111214|Canada|M|16|E|DBA|N|8||4||SG|||250|Bachelors (4 years)|Yes|N|38|one -20000|Mexico|M|10|E|DBA|Y|3||0||SG|||4|Bachelors (4 years)|Yes|YesExpired|40|zero -115000|USA|M|11|E|DBA|N|2||0||PB|||90|Masters|No|YesValid|40|two -200000|USA|M|18|E|A|Y|16||0||PB|||3|Bachelors (4 years)|Yes|YesValid|50|five -65000|Canada|M|15|E|DBA|N|9||0||SG|||265|Doctorate/PhD|Yes|YesValid|37|one -98000|USA|M|2|E|DBA|N|2||1||LG|||20|Masters|Yes|YesValid|40|three -146000|USA|M|16|E|E|N|3||5||PB|||400|Bachelors (4 years)|Yes|YesExpired|40|two -65000|Canada|M|11|E|DBA|N|11||4||SG|||350|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|17|E|DBA|N|5||2||PB|||140|Associates (2 years)|No|YesExpired|45|four -136000|USA|O|15|EC|DBA|Y|3||2||PB|||50|None (no degree completed)||YesValid|50|five -127500|USA|M|16|E|DT|N|4||0||PB|||5|Bachelors (4 years)|No|YesExpired|40|zero -57512|Canada|M|25|E|DBA|Y|12||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|42|five -148000|USA|M|20|E|DBA|N|2||6||PB|||1000|Bachelors (4 years)|No|YesValid|45|three -130000|USA|M|15|EC|DBA|Y|2||0||PB|||8|Bachelors (4 years)|Yes|N|42|five -155000|USA|M|14|E|DT|Y|6||2||PB|||6|None (no degree completed)||N|40|zero -108000|USA|M|15|E|A|N|5||1||PB|||30|Bachelors (4 years)|No|N|44|zero -115544|USA|M|20|E|DT|N|5||1||PB|||12|Bachelors (4 years)|No|N|40|zero -102000|USA|M|7|E|DBA|N|7||6||PB|||500|Bachelors (4 years)|No|N|60|two -93500|USA|M|12|E|DBA|N|2||1||PB|||89|Bachelors (4 years)|Yes|N|45|two -103000|USA|M|17|E|A|N|1||0||PB|||3|Bachelors (4 years)|Yes|YesExpired|45|zero -98800|USA|M|15|E|DBA|N|5||0||PB|||200|Bachelors (4 years)|Yes|N|60|five -92000|USA|M|20|E|DBA|N|20||1||PB|||22|Masters|No|N|45|zero -77000|USA|M|3|E|DBA|N|1||1||PB|||7|Bachelors (4 years)|Yes|YesValid|50|one -100000|USA|M|12|E|AN|Y|15||4||PB|||15|Masters|No|N|50|zero -82000|USA|M|11|E|DBA|N|3||4||LG|||80|None (no degree completed)||N|40|zero -119000|USA|M|14|E|DBA|N|26||0||PB|||40|Associates (2 years)|No|YesExpired|40|one -115000|Netherlands|M|16|I|DBA|N|16||2||PB|||100|Doctorate/PhD|No|YesValid|40|zero -97000|USA|M|17|E|D|Y|4||1||PB|||8|Bachelors (4 years)|Yes|YesExpired|45|zero -73000|USA|M|3|E|DBA|N|3||0||PB|||67|Associates (2 years)|No|YesExpired|40|zero -102000|USA|M|15|E|DBA|N|3||4||LG|||360|Associates (2 years)||YesExpired|45|zero -90000|USA|M|30|E|DBA|N|25||0||SG|||35|Associates (2 years)|Yes|YesExpired|43|two -90000|USA|M|6|E|DBA|Y|6||3||PB|||60|Bachelors (4 years)|Yes|YesValid|45|zero -95000|UK|M|10|E|E|Y|10||2||PB|||4|Bachelors (4 years)|No|N|40|zero -120000|USA|M|25|E|DBA|Y|4||2||PB|||100|Bachelors (4 years)|Yes|N|50|five -120000|USA|M|17|E|DBA|Y|5||3||PB|||2700|Bachelors (4 years)|Yes|YesExpired|48|five -137000|USA|M|17|EC|DBA|Y|5||6||FG|||100|None (no degree completed)||N|57|five -110000|USA|M|20|E|DBA|N|10||0||PB|||67|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|12|EC|DBA|N|20||1||SG|||15|None (no degree completed)||N|35|zero -105000|USA|M|10|E|DBA|N|1||0||PB|||25|Bachelors (4 years)|No|YesExpired|40|zero -92500|USA|M|10|E|DBA|N|3||1||PB|||50|None (no degree completed)||YesExpired|50|five -62000|USA|M|5|E|DBA|N|4||1||PB|||6|Masters|Yes|N|40|zero -40000|USA|M|17|E|M|Y|20||0||PB|||3|None (no degree completed)||N|37|zero -77000|USA|M|4|E|DBA|N|4||6||PB|||40|Bachelors (4 years)|Yes|N|40|zero -84048|USA|M|14|E|DBA|N|8||0||PB|||8|None (no degree completed)||N|42|zero -88000|USA|M|10|E|A|Y|3||4||PB|||4|Bachelors (4 years)|No|N|60|one -69725|USA|M|4|E|DBA|N|10||1||S|||10|Bachelors (4 years)|Yes|N|50|two -40000|USA|M|2|E|DA|N|2||6||PB|||2|Bachelors (4 years)|Yes|N|40|one -90000|USA|M|4|E|DBA|N|4||0||PB|||175|Bachelors (4 years)|Yes|YesValid|45|zero -115000|USA|M|10|E|DT|N|1||2||PB|||10|Bachelors (4 years)|Yes|YesExpired|50|three -91520|USA|M|15|E|DT|N|1||4||PB|||20|Bachelors (4 years)|No|YesExpired|40|zero -75000|USA|M|3|E|DBA|N|1||0||PB|||30|Bachelors (4 years)|Yes|YesValid|50|zero -94000|USA|M|8|E|DBA|N|8||5||PB|||226|Bachelors (4 years)|Yes|N|50|five -104500|USA|M|16|E|DBA|N|3||0||PB|||45|Bachelors (4 years)|Yes|YesExpired|45|one -60000|USA|M|3|E|DT|N|3||2||PB|||1|Bachelors (4 years)|Yes|YesValid|50|two -88000|USA|M|10|E|DBA|N|3||6||PB|||500|Masters|Yes|N|45|one -99257|USA|M|10|E|DBA|N|1||0||SG|||6|None (no degree completed)||N|40|zero -130000|USA|O|16|E|A|N|20||5||FG|||20|Bachelors (4 years)|Yes|N|40|five -20000|Romania|M|10|E|DT|N|10||2||PB|||4|Bachelors (4 years)|Yes|YesExpired|40|zero -145000|USA|M|12|E|DBA|Y|5||5||PB|||80|Bachelors (4 years)|Yes|N|50|zero -75000|USA|M|8|E|DBA|N|8||1||PB|||135|Masters|Yes|N|42|zero -125000|USA|M|10|E|DBA|Y|3||2||SG|||150|Bachelors (4 years)|Yes|YesExpired|30|two -102000|USA|M|12|E|A|N|1||1||PB|||10|Bachelors (4 years)|Yes|N|40|zero -40000|Mexico|M|15|E|E|Y|18||2||PB|||10|Masters|No|YesValid|45|one -82000|USA|M|12|E|E|N|1||0||LG|||13|Masters|Yes|YesExpired|45|zero -56000|Canada|M|13|E|DBA|N|8||1||PB|||16|Bachelors (4 years)|Yes|YesExpired|40|zero -100000|USA|M|8|EC|D|Y|4||2||PB|||20|Associates (2 years)|No|N|50|four -145000|USA|M|15|E|A|N|1||0||PB|||8|Masters|No|N|40|zero -120000|USA|M|16|E|DBA|N|17||0||SG|||4|Bachelors (4 years)||YesExpired|50|zero -100000|USA|M|10|E|DA|N|15||1||PB|||5|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|10|E|DBA|N|8||0||PB|||150|Bachelors (4 years)|No|YesExpired|42|zero -90000|USA|M|10|E|AN|Y|10||0||SG|||1|Bachelors (4 years)|No|YesExpired|40|zero -120000|USA|M|20|E|DBA|N|5||0||PB|||20|Masters|Yes|N|45|zero -47450|UK|M|8|E|D|N|4||0||LG|||6|Bachelors (4 years)|Yes|N|38|one -100000|USA|M|20|E|DBA|Y|10||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -89500|USA|M|17|E|E|N|1||1||PB|||12|Bachelors (4 years)|Yes|N|45|one -120000|USA|M|23|E|DBA|N|33||5||PB|||650|None (no degree completed)||N|42|zero -86000|USA|M|20|E|DBA|N|1||0||PB|||20|None (no degree completed)||YesValid|40|zero -47000|USA|M|7|E|AN|N|7||0||LG|||3|Masters|No|N|50|zero -112350|USA|M|12|E|DBA|N|20||1||PB|||90|Bachelors (4 years)|Yes|YesExpired|50|zero -75000|USA|M|5|E|DBA|N|5||0||PB|||4|Bachelors (4 years)|Yes|N|45|zero -55670|Netherlands|M|6|E|E|N|6||4||LG|||150|Bachelors (4 years)|Yes|YesExpired|36|zero -110000|USA|M|17|E|DBA|N|17||6||PB|||50|Associates (2 years)|No|YesExpired|36|zero -106000|USA|M|11|E|D|Y|11||0||SG|||30|Masters|Yes|N|38|zero -90000|USA|M|3|E|DBA|Y|2||3||PB|||38|Bachelors (4 years)|Yes|N|42|zero -137000|USA|M|20|E|A|Y|4||3||PB|||4|Masters|Yes|N|45|one -98500|USA|M|16|E|E|N|20||0||PB|||135|None (no degree completed)||YesExpired|45|one -112874|USA|M|20|E|DT|N|16||2||PB|||11|Bachelors (4 years)|No|YesExpired|40|one -115000|USA|M|10|E|E|N|3||0||PB|||16|Bachelors (4 years)|Yes|YesValid|50|two -110000|USA|M|16|E|DBA|N|24||6||PB|||1200|None (no degree completed)||YesExpired|45|two -81000|USA|M|6|E|E|N|15||3||SG|||21|Bachelors (4 years)|Yes|YesExpired|42|one -84000|USA|M|8|E|DBA|Y|2||0||PB|||2|Bachelors (4 years)|No|N|46|one -123000|USA|M|18|E|DA|N|18||6||PB|||5|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|13|E|DBA|N|15||0||PB|||28|Associates (2 years)|Yes|N|40|one -81000|UK|M|12|E|DA|N|25||3||PB|||50|Bachelors (4 years)|No|N|40|zero -95000|USA|M|5|E|E|N|15||0||PB|||5|Bachelors (4 years)|Yes|N|55|zero -85000|Ireland|M|20|E|DBA|N|3||3||PB|||60|Bachelors (4 years)|Yes|YesExpired|50|zero -125000|USA|M|3|E|DA|Y|3||0||PB|||3|Bachelors (4 years)|Yes|N|45|zero -59000|Canada|M|6|E|DBA|N|6||0||PB|||10|Bachelors (4 years)|No|YesExpired|45|zero -62500|USA|M|4|E|DBA|N|2||0||PB|||50|Bachelors (4 years)|Yes|N|38|zero -123000|USA|M|8|E|E|N|1||0||PB|||25|Bachelors (4 years)|Yes|YesValid|40|one -150000|USA|M|15|E|DBA|N|1||1||PB|||150|Bachelors (4 years)|Yes|YesExpired|50|one -120000|USA|M|14|E|DBA|N|16||1||LG|||50|None (no degree completed)||YesExpired|40|four -160000|USA|M|18|E|E|Y|18||1||PB|||10|None (no degree completed)||YesExpired|45|two -53343|UK|M|5|E|DBA|N|1||6||PB|||150|Bachelors (4 years)|No|N|40|zero -39000|Portugal|M|10|E|M|Y|22||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -117500|USA|M|10|E|A|Y|7||0||PB|||1|Bachelors (4 years)|Yes|N|50|one -77000|UK|M|16|E|DBA|N|4||0||PB|||20|Masters|No|YesExpired|40|zero -170000|USA|M|20|E|M|Y|20||0||PB|||10|None (no degree completed)|No|YesExpired|50|one -74000|USA|M|12|E|DBA|N|3||0||PB|||10|None (no degree completed)||YesExpired|45|one -125000|USA|M|6|E|DBA|Y|4||0||PB|||4|Bachelors (4 years)|Yes|N|40|two -63000|Ireland|M|20|E|DBA|N|7||1||PB|||50|Bachelors (4 years)|Yes|YesExpired|38|zero -53500|UK|M|16|E|DT|N|9||0||PB|||11|Masters|Yes|N|37|zero -120000|USA|M|18|E|DBA|N|18||1||PB|||30|Bachelors (4 years)|Yes|YesExpired|50|one -78000|USA|M|4|E|DBA|N|4||0||PB|||6|None (no degree completed)||N|40|five -102000|USA|M|18|E|DBA|N|2||3||LG|||70|None (no degree completed)||N|42|zero -96000|USA|M|10|EC|M|Y|6||0||PB|||9|Masters|Yes|N|50|five -87100|USA|MA|13|E|A|N|7||0||PB|||3|Masters|No|N|40|zero -140000|USA|M|5|E|A|Y|5||0||PB|||100|None (no degree completed)||YesValid|40|two -119000|USA|M|17|E|DBA|Y|4||1||PB|||32|None (no degree completed)||N|45|zero -150000|USA|M|22|E|DBA|Y|8||1||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -70000|USA|M|4|E|DBA|N|4||3||PB|||20|Masters|Yes|YesValid|40|one -90000|USA|M|6|E|DBA|N|1||0||PB|||5|Associates (2 years)|Yes|N|50|two -66000|Canada|M|7|E|DA|Y|7||0||PB|||8|Bachelors (4 years)|Yes|N|40|zero -160000|USA|M|20|E|A|N|3||0||PB|||6|Bachelors (4 years)|No|N|45|one -129000|USA|M|13|E|DBA|Y|8||3||PB|||20|Masters|Yes|N|45|two -74424|UK|M|4|E|DBA|Y|2||1||PB|||10|Masters|Yes|YesExpired|40|one -120000|Denmark|M|20|EC|DBA|Y|10||3||PB|||500|Masters|No|YesValid|40|two -65000|USA|M|1|E|DBA|N|1||1||PB|||15|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|15|E|DA|N|30||0||PB|||3|None (no degree completed)||N|40|zero -150000|USA|O|18|E|DBA|N|9||0||PB|||25|Bachelors (4 years)|Yes|YesExpired|50|one -122000|USA|M|4|E|DBA|N|15||1||PB|||18|Bachelors (4 years)|Yes|YesExpired|45|zero -110000|USA|M|10|E|DBA|N|12||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|40|zero -145000|USA|M|5|E|A|Y|5||0||PB|||25|Bachelors (4 years)|Yes|N|40|zero -125000|USA|M|7|E|DBA|N|25||0||PB|||15|Associates (2 years)|Yes|N|40|five -165000|USA|M|15|E|A|N|3||3||PB|||2000|Bachelors (4 years)|Yes|YesValid|40|five -65000|USA|M|6|E|DBA|N|1||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -150000|USA|M|20|EC||Y|10||2||PB|||100|Associates (2 years)|Yes|YesValid|60|one -156000|USA|M|16|E|DBA|N|8||0||PB|||6|Bachelors (4 years)|No|YesExpired|50|zero -120000|USA|M|8|E|DBA|N|8||3||PB|||10|Bachelors (4 years)|No|YesExpired|40|two -84000|USA|M|10|E|DBA|N|4||0||PB|||3|Bachelors (4 years)|No|N|70|zero -150000|USA|M|18|E|E|N|22||6||PB|||30|Masters|No|N|40|zero -120000|USA|M|19|E|E|N|1||1||PB|||5|Bachelors (4 years)|No|N|40|five -12000|Russia|M|5|E|DT|Y|6||2||PB|||200|Masters|No|N|40|zero -48000|USA|M|8|E|E|Y|8||0||SG|||7|Bachelors (4 years)|No|YesValid|42|zero -125000|USA|M|15|E|A|Y|3||0||PB|||20|Associates (2 years)||YesValid|50|one -40000|UK|M|3|E|DBA|Y|3||3||PB|||4|Masters|No|N|37|zero -86735|USA|M|8|E|DBA|N|8||0||PB|||12|Bachelors (4 years)|Yes|N|40|five -95000|USA|M|10|E|DBA|Y|5||2||PB|||300|Bachelors (4 years)|Yes|N|45|five -118000|Switzerland|M|21|E|E|Y|18||0||PB|||80|None (no degree completed)||YesExpired|46|zero -40000|India|M|12|E|A|Y|4||0||PB|||22|Bachelors (4 years)|Yes|YesValid|50|zero -85000|USA|M|7|E|D|N|7||1||PB|||5|Bachelors (4 years)|No|N|45|five -98670|USA|M|18|E|DBA|N|3||0||PB|||29|Bachelors (4 years)|No|YesExpired|42|zero -135000|USA|M|25|E|E|Y|5||5||PB|||410|Bachelors (4 years)|Yes|YesExpired|45|zero -60000|UK|M|10|E|A|Y|5||0||PB|||100|Bachelors (4 years)|Yes|N|40|zero -67418|USA|M|10|E|DBA|N|5||2||SG|||45|Bachelors (4 years)|Yes|N|40|one -145000|USA|M|13|E|M|Y|13||0||PB|||1|Bachelors (4 years)|No|N|45|zero -180000|USA|M|17|E|DBA|Y|18||1||FG|||40|Bachelors (4 years)|No|N|50|one -115000|USA|M|17|E|DBA|N|16||3||PB|||200|Bachelors (4 years)|Yes|N|43|zero -55000|Germany|M|4|E|DT|N|4||0||PB|||9|Masters|Yes|YesExpired|50|zero -171000|USA|M|10|E|DA|N|10||0||PB|||12|Bachelors (4 years)|Yes|N|40|two -66000|Canada|M|17|E|DBA|N|3||2||PB|||500|Associates (2 years)|Yes|N|38|one -99220|USA|M|15|E|DBA|Y|5||0||PB|||12|Doctorate/PhD|No|YesExpired|50|zero -105000|USA|M|15|E|DBA|N|24||0||PB|||45|None (no degree completed)||N|40|five -127500|USA|M|13|EC|E|N|1||1||FG|||50|Bachelors (4 years)|No|N|40|zero -105000|USA|M|12|E|DBA|N|2||2||PB|||13|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|15|EC|DBA|N|1||0||PB|||1|Associates (2 years)|Yes|YesValid|45|four -95000|USA|M|15|EC|DA|N|20||6||PB|||40|Bachelors (4 years)|Yes|YesExpired|44|five -110000|USA|M|11|E|DT|N|1||6||PB|||40|Masters|Yes|YesValid|50|zero -102000|Uganda|M|15|E|DA|N|15||4||PB|||3|Bachelors (4 years)|Yes|N|40|one -87360|USA|M|10|I|D|N|10||0||PB|||1|Bachelors (4 years)|Yes|N|40|zero -80000|Canada|M|14|E|AN|Y|10||0||PB|||4|Masters|Yes|YesValid|40|zero -100000|USA|M|20|E|DT|N|1||0||PB|||200|Bachelors (4 years)|Yes|YesExpired|50|five -72000|USA|M|6|E|AN|N|2||0||PB|||5|Bachelors (4 years)|No|N|45|four -110000|USA|M|15|E|DBA|N|10||4||PB|||2500|Masters|No|YesExpired|50|five -110000|USA|M|15|E|DBA|N|4||3||PB|||200|Doctorate/PhD|Yes|YesValid|50|five -190000|USA|M|14|I|DA|N|25||0||PB|||100|Bachelors (4 years)|Yes|N|45|five -103000|USA|M|12|E|DBA|N|6||0||PB|||6|Bachelors (4 years)|No|YesValid|50|zero -84000|USA|M|3|E|DBA|N|3||2||PB|||75|Bachelors (4 years)|Yes|YesValid|40|zero -77850|USA|M|5|E|A|N|2||0||LG|||2|Bachelors (4 years)|Yes|YesValid|40|zero -87491|USA|M|6|E|DBA|N|2||1||LG|||16|Masters|Yes|YesExpired|38|one -40100|Germany|M|6|E|DT|Y|6||1||PB|||100|Bachelors (4 years)|Yes|N|42|zero -35000|USA|M|2|E|DBA|N|2||1||PB|||110|Associates (2 years)|Yes|N|40|zero -92000|USA|M|15|E|DBA|N|1||1||PB|||28|None (no degree completed)||N|40|zero -86000|UK|M|6|E|DBA|Y|0||0||PB|||70|None (no degree completed)||YesValid|35|zero -95000|USA|M|13|E|DT|N|9||6||PB|||3|Bachelors (4 years)|Yes|YesExpired|40|two -70000|USA|M|5|EC|DBA|N|4||6||PB|||50000|Bachelors (4 years)|Yes|N|45|one -115000|USA|M|23|E|DBA|N|2||1||PB|||32|Bachelors (4 years)|Yes|N|50|one -93000|USA|M|23|E|DA|N|1||5||PB|||10|Bachelors (4 years)|Yes|YesValid|40|five -56140|Netherlands|M|17|EC|DBA|N|2||2||PB|||80|Masters|No|YesValid|40|two -102500|USA|M|8|E|DA|N|8||2||PB|||2|Bachelors (4 years)|Yes|N|42|one -81000|USA|M|18|E|DBA|N|15||0||PB|||7|Bachelors (4 years)|No|YesExpired|40|two -60000|USA|M|15|E|DBA|N|5||0||LG|||15|Associates (2 years)|No|YesExpired|40|zero -83000|USA|M|6|E|D|N|2||1||PB|||7|Associates (2 years)|No|YesExpired|40|zero -90000|USA|M|8|E|DT|N|5||0||PB|||2|Bachelors (4 years)|Yes|YesExpired|45|zero -70000|USA|M|12|E|DT|N|6||0||PB|||3|Bachelors (4 years)|Yes|N|45|zero -109000|USA|O|15|E|DBA|N|10||2||LG|||20|Masters|Yes|N|40|zero -125000|USA|M|8|E|DBA|N|8||1||PB|||30|None (no degree completed)||N|40|one -99000|USA|M|6|E|DBA|N|0||0||PB|||16|Bachelors (4 years)|Yes|N|45|one -145493|USA|M|14|E|DS|N|14||3||FG|||8|Doctorate/PhD|No|N|48|zero -123847|USA|M|10|E|DBA|Y|10||1||PB|||24|None (no degree completed)||YesValid|40|zero -42500|USA|M|4|E|D|N|4||0||PB|||1|Bachelors (4 years)|Yes|N|40|zero -90000|Ireland|M|15|E|A|Y|3||3||SG|||5|Masters|Yes|YesValid|45|zero -16000|Slovenia|M|2|E|DBA|N|2||1||PB|||50|None (no degree completed)|No|YesValid|50|zero -100000|USA|M|20|E|D|N|20||2||PB|||25|Bachelors (4 years)|Yes|YesExpired|45|zero -82000|USA|M|10|E|DBA|N|10||1||SG|||5|Bachelors (4 years)|No|N|40|zero -150000|Canada|M|15|E|DBA|Y|20||2||PB|||20|None (no degree completed)||YesExpired|50|five -137500|USA|M|14|E|DBA|N|5||0||PB|||150|Bachelors (4 years)|No|YesExpired|50|zero -124000|USA|M|15|E|E|N|15||0||PB|||1|Associates (2 years)|Yes|YesExpired|40|zero -120000|USA|M|26|E|DBA|N|19||2||SG|||50|Masters|Yes|YesExpired|40|one -126000|Australia|M|15|E|DBA|N|17||6||PB|||1200|Bachelors (4 years)||YesExpired|43|one -86000|USA|M|4|E|DBA|N|4||1||PB|||60|Bachelors (4 years)|Yes|N|45|one -127000|USA|M|21|E|DBA|N|1||6||PB|||2500|Bachelors (4 years)|Yes|YesExpired|45|one -63500|USA|M|5|E|DA|N|6||2||PB|||10|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|10|E|DBA|N|8||1||PB|||75|Bachelors (4 years)|Yes|YesExpired|45|zero -70000|UK|M|4|E|DBA|N|4||4||PB|||600|Bachelors (4 years)|Yes|YesExpired|40|one -95000|USA|M|4|E|DA|N|20||0||PB|||6|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|4|E|E|N|7||0||PB|||50|Masters|No|YesValid|40|zero -110000|USA|M|11|EC|DT|N|3||1||FG|||8|None (no degree completed)||N|40|one -85000|USA|M|8|E|E|N|3||0||PB|||50|Masters|No|YesExpired|45|five -115600|USA|M|10|E|DBA|Y|2||1||PB|||150|Bachelors (4 years)|Yes|N|50|three -92000|USA|M|15|E|DBA|N|5||1||PB|||250|Associates (2 years)||YesExpired|50|one -65000|USA|M|25|E||N|20||0||PB|||14|None (no degree completed)||N|40|zero -95000|USA|M|15|E|DBA|N|4||2||PB|||140|Associates (2 years)|Yes|YesValid|40|zero -64000|Canada|M|10|E|DBA|N|12||1||PB|||120|Associates (2 years)|Yes|N|38|zero -84000|USA|M|2|E|E|N|31||0||PB|||3|Bachelors (4 years)|No|N|50|zero -84000|Israel|M|5|E|DBA|N|5||4||PB|||10|Bachelors (4 years)|Yes|N|47|zero -70000|USA|M|3|E|AN|Y|2||0||PB|||5|Masters|No|N|38|zero -76800|USA|M|4|E|DBA|N|4||3||PB|||50|Associates (2 years)|Yes|N|50|zero -100000|USA|M|16|EC|DBA|N|1||6||PB|||100|Masters|No|N|40|five -78000|USA|M|10|E|E|N|8||4||PB|||500|None (no degree completed)||N|46|one -90000|USA|M|4|E|DBA|N|4||3||PB|||2500|None (no degree completed)|No|YesValid|40|zero -134400|USA|M|12|E|A|Y|2||0||FG|||15|Bachelors (4 years)|No|YesExpired|40|one -36000|USA|M|3|I|DA|N|3||1||PB|||7|Bachelors (4 years)|Yes|N|24|zero -272000|USA|M|19|I|A|Y|13||3||PB|||14|Masters|No|N|48|three -130000|USA|M|6|E|DT|N|6||1||PB|||15|Bachelors (4 years)|No|N|40|zero -95000|Canada|M|10|E|A|N|1||1||PB|||120|Associates (2 years)|Yes|YesExpired|40|three -125000|USA|M|15|E|DT|N|15||6||PB|||25|Masters|No|YesExpired|30|zero -76650|Netherlands|DB2|31|I|DBA|Y|37||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|36|four -121000|USA|M|10|E|DT|Y|4||0||PB|||10|Bachelors (4 years)|Yes|N|50|one -100000|USA|M|11|E|DBA|N|1||0||PB|||48|Associates (2 years)|Yes|YesValid|40|zero -60000|Sweden|M|17|E|DBA|N|17||0||PB|||10|Masters|Yes|YesExpired|40|zero -90756|Canada|M|19|E|DBA|N|10||6||PB|||430|Bachelors (4 years)|Yes|N|45|one -103000|USA|M|15|E|DBA|N|1||0||PB|||4|None (no degree completed)||N|40|two -40000|Bulgaria|M|10|E|DBA|N|10||6||PB|||10000|Masters|Yes|YesValid|48|zero -20000|Russia|M|4|E|E|N|1||4||FG|||100|Masters|Yes|YesValid|40|zero -118400|USA|M|17|E|DBA|N|5||1||PB|||12|None (no degree completed)||N|42|two -47000|UK|M|7|E|DBA|N|7||2||LG|||40|Masters|Yes|YesValid|38|zero -95000|USA|M|8|EC|DT|N|1||1||PB|||4|Masters|Yes|YesValid|40|zero -225000|USA|M|10|I|DS|Y|5||3||PB|||3|Masters|Yes|YesExpired|40|zero -57000|Canada|M|1|E|DBA|N|1||0||PB|||30|None (no degree completed)|Yes|N|35|zero -75000|USA|M|15|E|DBA|N|2||2||LG|||60|Masters|Yes|YesExpired|40|zero -100000|USA|M|25|E|DBA|N|20||2||PB|||200|Associates (2 years)|Yes|N|40|one -80000|USA|M|5|E|AN|N|3||1||PB|||1|None (no degree completed)||N|40|zero -60000|UK|M|16|E|D|Y|10||0||PB|||5|None (no degree completed)||N|40|three -150000|USA|M|18|E|A|Y|7||6||PB|||70|Bachelors (4 years)|No|YesExpired|60|five -135000|USA|M|12|E|DBA|Y|8||0||PB|||120|Bachelors (4 years)|No|YesExpired|45|zero -100000|USA|M|16|E|AN|N|13||0||PB|||10|Associates (2 years)|No|N|40|zero -110000|USA|M|8|E|A|N|5||1||PB|||120|Masters|Yes|YesExpired|40|three -97000|USA|M|10|E|DBA|N|2||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|40|five -105000|USA|M|16|E|DBA|Y|6||0||LG|||52|Bachelors (4 years)|Yes|N|40|zero -137000|USA|M|20|E|DA|N|5||0||PB|||40|Masters|Yes|YesValid|40|zero -79509|UK|M|12|E|A|Y|12||0||PB|||200|Bachelors (4 years)|Yes|N|45|zero -62391|Canada|M|10|E|DBA|N|6||2||SG|||160|Associates (2 years)|Yes|YesValid|36|zero -137000|USA|M|20|E|DBA|N|20||6||PB|||1000|Bachelors (4 years)|Yes|N|40|one -70000|USA|M|4|E|DBA|N|1||1||PB|||14|None (no degree completed)||N|45|two -69000|USA|M|9|E|DBA|N|9||1||LG|||29|Bachelors (4 years)|Yes|N|40|zero -127000|USA|M|21|E|DT|N|5||0||PB|||10|Bachelors (4 years)|No|N|45|one -49260|USA|M|5|EC|DT|N|1||3||PB|||4|Bachelors (4 years)|Yes|N|45|five -25000|Brazil|M|3|E|DBA|N|3||2||PB|||25|Bachelors (4 years)|Yes|YesValid|60|zero -120000|USA|M|15|E|DBA|Y|4||1||PB|||40|None (no degree completed)||YesValid|40|one -3900|India|MS|2|E|DBA|N|2||2||PB|||30|Bachelors (4 years)|Yes|N|45|zero -49000|UK|M|5|EC|D|N|1||6||PB|||5|None (no degree completed)||N|37|zero -106400|USA|M|17|E|DBA|Y|14||4||PB|||400|None (no degree completed)||YesValid|45|zero -106000|USA|M|17|E|DBA|N|10||2||LG|||35|Bachelors (4 years)|No|YesExpired|43|zero -96000|USA|M|21|E|DBA|Y|12||1||PB|||300|Associates (2 years)||YesExpired|45|zero -134000|USA|M|32|E|A|Y|2||0||PB|||20|Associates (2 years)|Yes|N|65|zero -100000|USA|M|10|E|D|N|6||1||PB|||20|Masters|Yes|N|45|zero -43000|South-Africa|M|20|E|DBA|N|20||0||PB|||20|Associates (2 years)|Yes|YesValid|40|zero -140000|USA|M|12|E|DBA|Y|1||6||PB|||1500|Associates (2 years)||YesExpired|45|one -70000|UK|M|15|E|A|Y|3||0||PB|||150|Bachelors (4 years)|Yes|YesExpired|40|zero -110000|USA|M|8|E|DBA|N|6||0||PB|||15|None (no degree completed)||YesValid|40|zero -56000|South-Africa|M|11|E|DBA|Y|11||3||PB|||150|None (no degree completed)||YesValid|40|zero -110000|USA|M|18|E|DBA|N|4||0||PB|||50|Bachelors (4 years)|No|YesExpired|45|zero -115000|USA|M|10|E|DBA|N|10||3||SG|||30|Bachelors (4 years)|Yes|YesValid|40|one -30000|Brazil|M|7|E|DBA|N|4||0||PB|||6|Bachelors (4 years)|Yes|YesValid|8|zero -71500|Canada|M|12|E|AN|N|5||5||SG|||125|Associates (2 years)|Yes|YesExpired|36|zero -66500|USA|M|11|E|DBA|N|2||0||PB|||5|None (no degree completed)||YesExpired|40|zero -106000|USA|M|15|EC|DBA|N|3||0||SG|||5|Bachelors (4 years)|No|N|47|zero -120000|USA|M|15|E|A|N|2||2||PB|||100|Bachelors (4 years)|Yes|N|40|five -80000|USA|M|10|E|DA|N|3||3||SG|||4|Bachelors (4 years)|Yes|N|40|zero -122000|USA|M|13|E|DBA|N|10||0||PB|||55|Bachelors (4 years)|Yes|YesValid|40|zero -73000|USA|M|5|E|E|N|5||6||PB|||100|Bachelors (4 years)|Yes|YesExpired|40|one -125250|USA|M|9|E|AN|N|6||0||LG|||4|Masters|No|N|40|zero -70000|USA|M|15|E|DBA|N|15||2||SG|||35|Bachelors (4 years)|No|N|45|zero -148000|USA|MS|6|E|DBA|N|16||1||PB|||50|Masters|Yes|YesExpired|45|one -89000|USA|M|5|E|DBA|N|3||4||PB|||250|Associates (2 years)|Yes|N|40|five -130750|USA|M|10|E|A|N|1||0||FG|||20|Bachelors (4 years)|Yes|YesExpired|40|zero -91000|USA|M|15|E|DBA|N|2||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|38|zero -112000|USA|M|20|E|DBA|N|20||1||PB|||100|Bachelors (4 years)|No|YesExpired|45|zero -130000|USA|M|20|EC|DA|N|20||2||PB|||10|Doctorate/PhD|No|YesValid|40|two -101000|USA|M|16|E|DBA|N|16||1||PB|||110|Bachelors (4 years)|No|N|37|two -48000|USA|MA|2|E|DA|N|2||0||PB|||2|None (no degree completed)||YesExpired|45|zero -108500|USA|M|17|E|DBA|N|5||0||PB|||5|Masters|No|YesValid|45|zero -90000|Norway|M|2|EC|DBA|N|2||0||PB|||46|Bachelors (4 years)|No|YesValid|40|five -95000|USA|M|11|E|DT|N|17||2||PB|||5|Associates (2 years)||N|45|zero -84000|USA|P|3|E|DBA|N|3||4||LG|||50|Bachelors (4 years)|No|YesExpired|45|zero -83000|USA|M|10|E|DBA|N|4||1||LG|||30|None (no degree completed)||N|35|zero -64750|USA|M|15|E|DA|N|7||0||PB|||13|Bachelors (4 years)|Yes|N|40|zero -102000|USA|M|9|E|DBA|N|5||1||PB|||1000|None (no degree completed)||N|40|three -127500|USA|M|27|E|DBA|Y|10||0||PB|||17|None (no degree completed)||N|50|zero -245000|USA|M|17|I|E|N|17||0||PB|||15|None (no degree completed)||YesValid|50|five -123000|USA|M|10|E|DBA|N|2||0||PB|||15|Bachelors (4 years)|No|YesValid|40|zero -160000|USA|M|1|E|A|Y|5||1||PB|||10|None (no degree completed)||N|50|zero -110000|USA|M|6|EC|DA|Y|2||4||PB|||20|Bachelors (4 years)|Yes|YesValid|45|zero -93000|USA|M|16|E|DBA|N|16||6||PB|||800|None (no degree completed)||N|44|one -112000|USA|M|18|EC|DBA|Y|8||3||PB|||100|Associates (2 years)|Yes|YesValid|40|five -40000|Turkey|M|10|E|DBA|Y|5||1||PB|||40|Bachelors (4 years)|Yes|N|40|zero -30000|Romania|M|12|E|A|N|3||0||PB|||300|Bachelors (4 years)|Yes|N|40|zero -68310|UK|M|13|E|D|N|1||6||PB|||1|Bachelors (4 years)|No|YesExpired|38|zero -117000|USA|M|12|E|E|N|2||1||PB|||10|None (no degree completed)||N|41|one -87000|USA|M|16|E|E|N|12||0||PB|||4|Bachelors (4 years)|Yes|YesExpired|40|zero -97325|USA|M|17|E||N|13||3||LG|||6|Masters|No|YesExpired|40|zero -6700|Sweden|M|10|E|DBA|N|10||4||PB|||30|Bachelors (4 years)|Yes|N|40|one -85000|USA|M|5|E|DT|N|1||1||PB|||75|Bachelors (4 years)|Yes|YesValid|50|zero -133000|USA|O|25|E|A|N|4||3||PB|||10|Masters|No|YesExpired|45|zero -110000|USA|M|14|E|DBA|N|9||2||PB|||12|Bachelors (4 years)|Yes|N|45|zero -108000|USA|M|12|E|D|N|12||0||PB|||2|Masters|Yes|N|40|two -114700|USA|M|11|E|DBA|N|11||0||PB|||35|Associates (2 years)|No|YesExpired|65|two -100000|Canada|M|10|E|M|Y|3||0||PB|||8|Associates (2 years)|Yes|N|65|one -110000|USA|M|8|E|DBA|N|8||2||PB|||80|Bachelors (4 years)|Yes|YesValid|45|five -130000|USA|M|16|E|DBA|Y|8||0||PB|||11|Masters|Yes|YesExpired|55|zero -65000|Canada|M|15|E|DBA|Y|10||1||SG|||6|Associates (2 years)|No|YesValid|35|three -112500|USA|M|11|E|DBA|N|11||1||FG|||50|Bachelors (4 years)|Yes|N|40|five -139000|USA|M|16|E|DBA|Y|4||1||PB|||35|Bachelors (4 years)|No|YesValid|45|one -147500|USA|M|20|E|DBA|N|8||4||PB|||150|Associates (2 years)|Yes|YesValid|40|one -100000|USA|M|14|E|DBA|N|20||0||PB|||30|Bachelors (4 years)|Yes|N|42|zero -95000|USA|M|8|E|DBA|N|2||0||PB|||3|Bachelors (4 years)|Yes|N|42|zero -94500|USA|M|15|E|DBA|N|5||1||PB|||25|Bachelors (4 years)|Yes|YesExpired|45|zero -130000|USA|M|15|E|DBA|N|10||2||PB|||100|Masters|Yes|YesExpired|50|one -47500|USA|M|5|E|DT|N|5||1||PB|||3|Bachelors (4 years)|Yes|N|50|one -90000|USA|M|9|E|DBA|N|7||3||PB|||150|Bachelors (4 years)|Yes|N|45|two -135000|USA|M|25|E|DBA|Y|10||0||PB|||21|None (no degree completed)||YesExpired|35|five -36000|Netherlands|M|8|E|DBA|N|8||0||PB|||8|None (no degree completed)||YesExpired|40|zero -90000|USA|M|20|E|DT|N|20||2||PB|||5|None (no degree completed)||N|40|zero -40000|Lithuania|M|12|E|DBA|N|2||3||PB|||150|Masters|Yes|YesExpired|40|four -125000|USA|M|18|E|DBA|N|2||1||PB|||60|Bachelors (4 years)|No|YesExpired|38|zero -107000|USA|M|10|E|A|N|2||0||PB|||5|Bachelors (4 years)|No|N|45|zero -115000|USA|M|11|E|DBA|Y|10||0||FG|||300|Bachelors (4 years)|Yes|YesExpired|45|one -35000|UK|M|5|E|DA|N|1||1||PB|||2|Masters|No|N|35|zero -89000|USA|M|3|E|D|N|3||2||LG|||5|Bachelors (4 years)|Yes|N|40|zero -78852|USA|M|20|E|DBA|N|3||0||PB|||45|Bachelors (4 years)|Yes|N|40|one -110000|USA|M|8|E|DBA|N|5||2||PB|||57|Bachelors (4 years)|No|N|42|zero -76000|USA|M|12|E|D|N|4||3||PB|||8|None (no degree completed)||YesExpired|42|zero -125000|USA|O|20|I|DBA|Y|10||0||PB|||35|Bachelors (4 years)|No|YesValid|40|five -135900|Canada|M|15|I|A|N|20||0||SG|||12|Associates (2 years)|Yes|N|40|one -114000|USA|M|15|E|DBA|Y|10||4||LG|||50|Associates (2 years)|No|N|50|zero -42000|Poland|M|10|I|DT|N|10||6||PB|||6|Masters|No|YesValid|40|zero -95000|USA|M|10|E|DBA|N|3||6||PB|||35|Bachelors (4 years)|No|N|40|zero -110000|USA|M|13|E|E|N|1||6||PB|||57|Bachelors (4 years)|Yes|YesExpired|40|zero -108000|USA|M|7|E|DBA|N|7||0||PB|||43|None (no degree completed)||YesExpired|45|zero -86650|USA|M|7|E|DBA|N|3||0||PB|||15|Bachelors (4 years)|No|N|40|zero -143000|USA|M|20|E|DBA|N|19||1||PB|||300|Bachelors (4 years)|Yes|YesValid|50|two -91000|USA|M|15|E|D|N|15||0||PB|||15|Bachelors (4 years)|Yes|N|40|two -140000|USA|M|20|E|DBA|N|25||6||PB|||80|Associates (2 years)|Yes|YesExpired|50|zero -103000|USA|M|12|E|DBA|N|10||1||PB|||175|Bachelors (4 years)|Yes|YesValid|50|one -107000|USA|M|8|E|DBA|N|6||2||PB|||100|Bachelors (4 years)|Yes|YesExpired|40|zero -85000|USA|M|12|E|D|N|1||0||PB|||8|Bachelors (4 years)|No|N|45|five -74500|New-Zealand|M|11|E|DBA|N|33||0||PB|||105|None (no degree completed)||N|40|zero -72000|USA|M|7|E|D|N|1||2||PB|||30|Bachelors (4 years)|Yes|N|45|five -140000|USA|M|15|I|DA|N|35||0||PB|||6|None (no degree completed)||YesExpired|40|one -86000|USA|M|10|EC|DBA|N|14||5||PB|||1000|Bachelors (4 years)|Yes|N|45|four -76000|Canada|M|2|E|M|Y|1||0||PB|||3|Bachelors (4 years)|No|N|40|zero -104000|USA|M|20|E|DBA|N|32||5||SG|||500|Associates (2 years)|Yes|N|40|zero -95500|Ireland|M|12|E|A|N|2||0||PB|||6|Associates (2 years)|Yes|YesExpired|37|two -136000|USA|M|20|E|M|Y|1||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|50|zero -110000|USA|M|25|E|DBA|N|8||0||PB|||25|Bachelors (4 years)|No|N|45|five -137000|USA|M|8|E|DBA|N|20||1||PB|||10|Bachelors (4 years)|No|YesExpired|40|zero -23500|CzechRepublic|M|6|E|AN|N|10||1||PB|||10|Masters||N|42|zero -69000|Netherlands|M|6|E|DBA|N|16||2||PB|||40|Bachelors (4 years)|No|YesValid|50|zero -92600|USA|O|3|E|DBA|N|3||2||PB|||350|Bachelors (4 years)|Yes|N|40|zero -46000|UK|M|3|E|D|N|2||4||PB|||10|None (no degree completed)||N|40|one -8400|Croatia|M|15|E|DT|N|10||1||PB|||10|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|17|E|DBA|N|3||2||PB|||300|Bachelors (4 years)|No|YesValid|40|five -115000|USA|M|5|E|M|Y|3||0||PB|||4|Masters|Yes|YesValid|55|zero -105750|USA|M|20|E|DBA|N|27||6||PB|||146|Bachelors (4 years)|No|YesValid|46|one -97000|USA|M|8|E|DBA|N|8||1||PB|||100|None (no degree completed)||YesExpired|50|five -88580|USA|M|4|E|DA|N|4||4||PB|||8|Bachelors (4 years)|No|N|40|zero -116000|USA|M|10|E|DBA|N|10||4||PB|||300|Doctorate/PhD|No|YesValid|50|two -110000|USA|M|15|E|DBA|N|6||0||PB|||7|Masters|Yes|N|40|one -72000|USA|M|3|E|DA|N|3||1||PB|||12|Bachelors (4 years)|Yes|YesValid|40|zero -77200|Canada|M|13|E|E|N|2||1||PB|||7|Masters||YesExpired|40|zero -115000|UK|M|17|I|DBA|N|17||4||LG|||100|None (no degree completed)|No|YesValid|40|zero -142000|USA|M|8|E|DBA|N|8||1||PB|||20|Masters|No|YesExpired|42|zero -145000|USA|M|5|E|E|Y|5||6||PB|||2000|Bachelors (4 years)|Yes|YesValid|68|zero -135000|USA|M|17|E|DBA|N|7||0||PB|||10|None (no degree completed)||YesExpired|40|two -135000|USA||1|E|D|N|15||0||PB|||15|Masters|No|YesExpired|45|four -45000|USA|M|2|E|DBA|N|2||4||PB|||109|None (no degree completed)||N|45|zero -63000|South-Africa|M|20|E|DT|N|12||1||PB|||50|Bachelors (4 years)|Yes|YesExpired|60|five -110000|USA|M|11|E|DBA|N|10||0||PB|||4|Bachelors (4 years)|No|N|40|zero -135000|USA|M|26|I|A|Y|26||0||PB|||100|Masters|Yes|YesExpired|35|five -55000|USA|M|2|E||N|2||0||PB|||82|Associates (2 years)|Yes|N|50|zero -160000|USA|M|23|EC|DT|N|11||6||FG|||20|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|6|E|DT|Y|4||6||PB|||2|Bachelors (4 years)|Yes|YesExpired|50|two -73000|USA|M|10|E|AN|N|29||2||LG|||3|Bachelors (4 years)|Yes|N|40|zero -77250|USA|M|17|E|DA|N|20||6||PB|||5|None (no degree completed)|No|N|40|zero -73745|USA|M|20|E|DBA|N|23||2||LG|||8|Bachelors (4 years)|Yes|N|40|zero -97000|USA|M|20|E|DBA|Y|12||1||PB|||15|Masters|Yes|N|50|zero -45000|USA|M|10|E|DBA|N|10||1||SG|||25|Masters|Yes|YesValid|40|zero -100000|Jersey|M|12|I|E|N|6||0||PB|||100|None (no degree completed)||YesValid|25|one -76000|USA|M|8|E|DT|N|11||1||PB|||4|Bachelors (4 years)|Yes|N|40|zero -60000|USA|M|12|E|DBA|N|5||0||PB|||15|Bachelors (4 years)|Yes|N|45|zero -94000|USA|M|13|EC|DBA|N|1||2||PB|||175|Bachelors (4 years)|Yes|N|50|zero -300000|Denmark|M|10|I|DBA|N|10||0||FG|||50|Masters|Yes|YesExpired|35|zero -130000|USA|M|16|E|DBA|N|1||0||PB|||22|Masters|No|YesExpired|40|zero -139000|USA|M|23|E|DT|Y|23||0||SG|||6|Bachelors (4 years)|Yes|N|50|zero -125000|USA|M|10|E|DBA|N|1||0||PB|||15|Bachelors (4 years)|No|N|40|one -34000|UK|M|4|E|D|N|4||6||FG|||7|None (no degree completed)||YesValid|40|zero -43000|USA|M|4|E|DA|Y|4||2||PB|||1|Associates (2 years)|No|N|60|two -110000|USA|M|10|E|DBA|Y|8||0||PB|||4|Bachelors (4 years)|Yes|N|45|zero -92000|USA|T|1|E|AN|N|5||4||PB|||2|Bachelors (4 years)|No|N|45|zero -189000|USA|M|6|E|A|N|3||2||PB|||15|Bachelors (4 years)||YesValid|45|two -134000|USA|M|15|E|E|N|2||2||FG|||40|Bachelors (4 years)|Yes|YesValid|30|five -63000|New-Zealand|M|8|E|DBA|N|3||1||LG|||30|None (no degree completed)||N|45|zero -75000|USA|M|17|E|DA|N|15||3||PB|||4|Bachelors (4 years)|Yes|YesExpired|45|zero -29148|Poland|P|1|E|DA|N|3||3||PB|||1|Masters|Yes|N|40|zero -62000|USA|M|1|E|DT|N|1||2||PB|||8|Bachelors (4 years)|Yes|N|45|zero -88000|USA|M|4|E|DBA|Y|2||1||PB|||25|Bachelors (4 years)|No|N|50|zero -88000|Finland|M|12|E|DBA|N|3||1||PB|||60|None (no degree completed)|No|YesExpired|40|two -85000|USA|M|8|E|DT|N|11||1||PB|||100|Bachelors (4 years)|No|N|45|zero -125000|USA|M|6|E|DA|N|6||5||PB|||0|Bachelors (4 years)|Yes|N|40|zero -108000|USA|M|17|E|E|N|17||0||PB|||4|None (no degree completed)||YesExpired|45|zero -87500|USA|M|18|EC|DA|Y|8||4||PB|||25|Associates (2 years)||N|50|zero -120000|USA|M|16|E|DBA|N|15||1||PB|||40|Masters|Yes|YesValid|40|five -131000|USA|M|11|E|DBA|N|2||3||PB|||500|Bachelors (4 years)|No|N|40|one -52898|Canada|M|9|E|DT|N|9||0||SG|||21|Associates (2 years)|Yes|YesValid|40|zero -125000|USA|M|10|E|D|N|19||0||PB|||3|Associates (2 years)|Yes|N|40|one -113000|USA|M|6|E|M|Y|6||0||PB|||40|Bachelors (4 years)|No|N|50|zero -66000|South-Africa|M|10|E|DT|N|10||2||PB|||4|Bachelors (4 years)|No|N|60|zero -115000|USA|M|15|E|A|N|1||0||PB|||800|Bachelors (4 years)|Yes|N|40|two -100000|USA|M|7|E|DT|Y|7||0||PB|||20|None (no degree completed)||N|45|zero -113000|USA|M|11|E|A|N|9||3||PB|||3|Bachelors (4 years)|No|N|40|five -68081|USA|M|9|E|DBA|Y|2||0||SG|||15|Bachelors (4 years)|Yes|N|38|zero -85000|USA|M|7|E|DBA|N|6||1||PB|||50|Masters|Yes|YesValid|45|zero -106000|USA|M|12|E|DBA|N|21||6||PB|||180|Bachelors (4 years)|Yes|N|42|zero -150000|Norway|M|15|EC|D|N|10||2||PB|||20|Masters|Yes|YesValid|50|zero -130000|USA|M|17|E|DBA|N|17||6||PB|||290|Associates (2 years)|Yes|YesExpired|60|two -80751|USA|M|2|E|DBA|N|26||2||PB|||40|Bachelors (4 years)|Yes|N|38|zero -74000|New-Zealand|M|7|E|DT|N|15||3||SG|||3|None (no degree completed)||N|40|zero -130000|USA|M|10|E|DBA|N|10||0||PB|||10|Masters|Yes|N|40|zero -90000|USA|M|15|E|D|N|15||0||PB|||4|Bachelors (4 years)|No|N|45|zero -130000|USA|M|19|E|DT|N|15||6||PB|||6|Bachelors (4 years)|No|N|40|one -92000|USA|M|10|E|DT|Y|10||1||PB|||10|Associates (2 years)|Yes|N|40|zero -120000|USA|M|11|E|DBA|Y|6||5||PB|||120|Bachelors (4 years)|Yes|YesExpired|50|zero -112000|USA|M|18|E|D|Y|5||0||PB|||25|Bachelors (4 years)|No|N|40|zero -36400|UK|M|3|E|D|N|1||1||PB|||3|Bachelors (4 years)|Yes|N|37|zero -110073|Australia|M|23|E|M|Y|10||0||PB|||6|Bachelors (4 years)||YesValid|45|zero -116000|USA|M|16|E|DBA|N|16||0||PB|||10|Bachelors (4 years)|No|N|50|one -103250|USA|M|13|E|DT|N|8||0||PB|||6|Associates (2 years)|Yes|YesExpired|40|zero -65000|USA|M|6|E|DT|N|5||0||PB|||40|Bachelors (4 years)|Yes|YesValid|50|five -60438|Canada|M|10|E|M|Y|4||0||PB|||3|Associates (2 years)|Yes|YesValid|55|three -106000|USA|M|5|E|DBA|N|5||1||PB|||27|Bachelors (4 years)|Yes|YesExpired|38|one -130000|USA|M|12|E|DBA|N|7||0||PB|||1500|Bachelors (4 years)|No|N|40|five -110000|USA|M|10|E|DT|Y|1||1||PB|||8|Bachelors (4 years)|Yes|YesExpired|60|zero -145000|USA|M|15|E|D|N|4||1||PB|||3|Masters|Yes|YesValid|40|three -67000|Canada|M|8|EC|DBA|N|9||0||PB|||200|Bachelors (4 years)||N|35|zero -93125|UK|M|14|E|DBA|N|1||2||PB|||50|None (no degree completed)||YesExpired|35|zero -125000|USA|O|19|E|DBA|N|19||0||PB|||25|Bachelors (4 years)|Yes|YesValid|40|one -27000|Mexico|M|13|E|DBA|N|2||0||PB|||60|Bachelors (4 years)|Yes|YesValid|48|zero -70000|Austria|M|6|E|D|N|4||0||PB|||12|Masters|No|N|50|zero -55000|UK|M|6|E|DA|N|3||2||PB|||7|Bachelors (4 years)|Yes|YesValid|38|zero -156000|USA|M|18|E|E|N|16||1||PB|||65|Masters|Yes|YesExpired|40|five -93000|USA|M|7|E|DBA|Y|3||3||PB|||100|Masters|Yes|YesValid|45|zero -158000|New-Zealand|M|19|I|DBA|N|9||0||PB|||40|Bachelors (4 years)|Yes|YesExpired|35|one -90000|USA|M|5|E|DBA|N|5||2||LG|||500|Masters|No|N|50|zero -75000|USA|M|10|E|DBA|Y|10||2||PB|||50|Associates (2 years)|No|YesExpired|55|zero -108500|USA|M|18|E|DBA|N|3||0||PB|||25|Masters|Yes|YesExpired|45|one -84000|USA|M|5|E|DBA|N|1||0||PB|||60|Associates (2 years)|Yes|N|40|five -100000|USA|M|6|E|DBA|N|1||0||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -151000|USA|M|16|E|DBA|N|33||1||PB|||120|Bachelors (4 years)|Yes|YesExpired|55|two -83000|USA|M|10|E|DBA|N|20||6||PB|||500|Bachelors (4 years)|Yes|YesExpired|44|five -72000|USA|M|13|E|DBA|N|13||0||S|||5|Bachelors (4 years)|No|N|40|five -85000|USA|M|11|E|E|N|4||2||PB|||25|Associates (2 years)|Yes|YesValid|50|one -110000|USA|M|6|E|DBA|Y|1||0||PB|||8|None (no degree completed)||YesExpired|45|zero -17500|Poland|M|2|E|E|N|2||0||PB|||20|Masters|No|YesValid|40|one -26300|Mexico|A|3|EC|DT|N|1||4||PB|||3|Bachelors (4 years)|Yes|N|35|one -125000|USA|M|20|E|DBA|N|20||5||PB|||200|Associates (2 years)|Yes|N|45|five -110000|USA|M|11|E|DBA|N|4||4||PB|||348|Bachelors (4 years)|Yes|N|45|one -85000|USA|M|20|E|DBA|Y|17||1||PB|||27|Bachelors (4 years)|No|YesExpired|50|zero -142000|USA|M|20|EC|DT|Y|2||5||PB|||50|Bachelors (4 years)|Yes|YesExpired|45|zero -100000|Australia|M|15|E|DBA|N|10||0||PB|||10|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|8|E|DBA|N|1||3||PB|||30|Bachelors (4 years)|Yes|N|35|one -73724|New-Zealand|M|12|E|DBA|N|2||4||PB|||200|None (no degree completed)||YesValid|40|zero -60000|USA|M|7|E|DT|N|10||1||PB|||5|None (no degree completed)||N|47|zero -115000|USA|M|13|E|DT|N|11||2||PB|||100|Bachelors (4 years)|No|N|40|five -88000|USA|M|12|E|DBA|N|12||0||PB|||257|Associates (2 years)|Yes|YesExpired|50|two -103000|USA|M|20|E|DBA|N|10||5||PB|||165|Masters|No|N|55|five -75000|Finland|M|6|E|A|N|6||0||PB|||100|Masters|Yes|YesValid|40|one -66000|USA|M|6|E|DBA|N|6||0||SG|||8|Bachelors (4 years)|No|N|40|zero -68255|UK|M|10|E|DBA|Y|6||2||PB|||10|Bachelors (4 years)|Yes|N|50|one -123000|USA|M|17|E|DBA|Y|15||0||PB|||7|Masters|Yes|YesValid|45|zero -105000|USA|M|15|EC|DBA|Y|2||0||FG|||90|Masters|No|YesValid|40|zero -112000|USA|M|18|E|DBA|N|12||0||PB|||130|Bachelors (4 years)|No|YesExpired|40|one -103000|USA|M|18|E|DBA|N|10||0||PB|||98|Associates (2 years)|No|N|45|five -115000|USA|M|10|E|DBA|N|1||0||PB|||3|Masters|No|YesExpired|40|five -85000|USA|M|10|E|DA|N|10||0||PB|||100|Masters|No|N|50|five -105000|USA|M|15|EC|D|Y|1||3||PB|||100|Bachelors (4 years)|No|N|50|five -74000|Canada|M|15|E|DT|Y|2||0||PB|||6|Doctorate/PhD|No|N|50|one -48000|Poland|M|6|E|DBA|N|6||4||PB|||200|Bachelors (4 years)|Yes|YesValid|40|zero -103000|USA|M|7|E|D|N|14||2||PB|||20|Bachelors (4 years)|No|N|40|one -175000|USA|M|17|E|M|Y|3||0||PB|||7|Masters|Yes|YesValid|60|five -71000|Uganda|M|4|E|AN|N|4||0||LG|||87|Bachelors (4 years)|No|YesValid|45|zero -75000|Australia|M|18|E|DBA|Y|8||5||SG|||100|Bachelors (4 years)|Yes|N|40|zero -85661|New-Zealand|M|16|E|DBA|N|1||0||PB|||20|None (no degree completed)||YesExpired|50|zero -120000|USA|M|26|E|DBA|N|19||0||PB|||7|Bachelors (4 years)|No|YesExpired|40|zero -88000|Australia|M|17|E|DBA|N|15||0||PB|||40|Masters|No|YesValid|48|one -74000|USA|M|15|E|DA|N|2||4||PB|||4|Bachelors (4 years)|Yes|YesExpired|42|zero -97000|USA|M|15|E|DBA|N|9||1||PB|||90|Bachelors (4 years)|Yes|N|45|zero -75000|Australia|M|4|E|DS|N|3||1||PB|||10|Masters|Yes|YesExpired|50|zero -36000|Russia|M|5|E|A|Y|5||1||SG|||2|Masters||YesExpired|45|zero -105000|USA|M|5|EC|D|N|5||6||PB|||2|Bachelors (4 years)|Yes|YesValid|50|two -93000|Australia|M|20|E|DBA|N|20||0||PB|||50|Bachelors (4 years)|No|N|40|one -100000|UK|M|20|I|DBA|N|5||0||PB|||40|Bachelors (4 years)|No|N|35|two -135000|USA|M|15|E|A|Y|10||0||PB|||25|None (no degree completed)||YesValid|55|two -131000|USA|M|18|E|DBA|N|12||3||PB|||90|Masters|No|YesExpired|50|one -120000|USA|M|16|E|DBA|N|16||3||PB|||15|Masters|Yes|YesExpired|40|zero -62000|USA|M|5|E|DBA|N|1||2||PB|||10|Masters|Yes|YesValid|40|zero -100000|Australia|M|8|EC|D|Y|1||3||PB|||500|Bachelors (4 years)|Yes|YesValid|40|two -88000|USA|M|3|E|DBA|N|3||0||PB|||5|Bachelors (4 years)|Yes|N|45|five -91300|New-Zealand|M|18|E||Y|10||0||PB|||32|None (no degree completed)||YesValid|40|one -125000|USA|M|20|E|A|N|4||0||PB|||5|None (no degree completed)||N|45|five -23000|Hungary|M|10|E|DBA|N|1||3||SG|||100|Bachelors (4 years)|No|YesValid|44|zero -45000|Netherlands|M|7|E|E|N|8||1||PB|||30|Bachelors (4 years)||YesValid|40|zero -85000|Australia|M|15|E|DBA|N|11||1||PB|||100|None (no degree completed)||YesExpired|50|five -142000|USA|M|20|E|DBA|Y|18||3||PB|||100|Masters|Yes|YesValid|50|three -133500|USA|M|20|E|DBA|N|20||0||PB|||20|Bachelors (4 years)|No|YesExpired|40|one -92000|USA|M|6|E|M|Y|2||6||PB|||20|Bachelors (4 years)|Yes|N|55|four -115000|USA|M|12|E|DA|Y|7||4||PB|||5|Bachelors (4 years)|Yes|N|40|two -75000|Canada|M|18|E|DBA|N|10||0||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|zero -77000|New-Zealand|M|12|E|DT|N|7||0||PB|||80|Bachelors (4 years)|Yes|N|40|zero -49900|USA|M|10|E|DBA|N|4||1||SG|||200|Bachelors (4 years)|No|N|50|zero -101000|USA|M|17|E|DBA|Y|6||1||PB|||20|Associates (2 years)|Yes|N|40|two -70000|Australia|M|12|E|DBA|N|12||0||PB|||10|Masters|No|N|40|zero -124600|USA|M|4|E|DBA|N|4||2||PB|||160|Masters|Yes|YesValid|50|zero -125000|USA|M|10|E|DBA|N|25||0||PB|||20|Bachelors (4 years)|Yes|YesValid|40|zero -95000|USA|M|20|E|DT|N|20||6||PB|||10|Bachelors (4 years)|Yes|YesValid|45|five -13500|Argentina|M|2|EC|DBA|N|2||1||PB|||8|Bachelors (4 years)|No|N|40|zero -95000|USA|M|15|E|DBA|N|1||0||PB|||30|Bachelors (4 years)|No|YesValid|40|zero -50000|USA|M|1|E|DBA|N|0||1||PB|||20|Associates (2 years)|Yes|N|40|zero -102000|USA|M|20|E|DBA|N|13||0||PB|||12|Bachelors (4 years)|Yes|YesValid|42|one -99000|USA|M|5|E|DT|N|2||4||PB|||50|Masters|No|YesValid|48|zero -105000|USA|M|9|E|DBA|N|9||2||PB|||160|Associates (2 years)|Yes|YesExpired|50|three -50000|Canada|M|10|E|DBA|N|10||0||PB|||16|Bachelors (4 years)|No|YesExpired|40|zero -72000|New-Zealand|M|7|E|DBA|N|5||6||PB|||500|Masters|Yes|YesExpired|40|zero -50000|Spain|M|10|E|DT|N|2||0||PB|||10|Bachelors (4 years)|Yes|YesValid|40|zero -95000|USA|M|15|E|DBA|Y|10||6||PB|||500|Masters|Yes|YesValid|50|four -92000|USA|M|8|E|DBA|N|18||4||SG|||150|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|12|E|A|Y|7||0||PB|||75|Masters|Yes|N|45|zero -72000|USA|M|3|E|DBA|N|2||0||PB|||10|Associates (2 years)||N|45|zero -73000|USA|M|6|E|D|N|6||0||SG|||5|Associates (2 years)|Yes|N|40|zero -130000|USA|M|16|E|A|N|3||0||PB|||4|Masters|No|N|40|zero -135000|USA|M|15|E|DBA|N|3||2||LG|||40|Bachelors (4 years)|Yes|YesExpired|45|two -130000|USA|M|18|E|A|N|5||0||PB|||12|Bachelors (4 years)|Yes|N|50|two -125000|USA|M|12|E|DBA|N|3||6||SG|||100|Masters|Yes|YesValid|40|zero -115000|USA|M|4|E|DBA|N|18||2||PB|||20|Bachelors (4 years)|No|YesValid|40|four -80000|Australia|M|10|E|DBA|N|10||3||PB|||20|None (no degree completed)|No|N|45|five -70800|UK|M|15|E|D|Y|3||0||PB|||6|Bachelors (4 years)|Yes|YesValid|38|zero -170000|USA|M|8|I|D|N|5||1||PB|||2|Bachelors (4 years)|Yes|YesExpired|45|four -44000|Poland|M|6|E|AN|Y|4||0||PB|||20|Masters|Yes|YesValid|40|two -135000|USA|M|20|EC|A|N|15||5||PB|||20|Bachelors (4 years)|Yes|YesExpired|40|five -75000|USA|M|3|E|D|N|1||0||PB|||4|Associates (2 years)|No|N|42|five -75720|USA|M|15|E|DBA|N|15||0||SG|||40|Bachelors (4 years)|Yes|YesExpired|45|zero -105000|USA|M|14|E|DBA|N|4||0||SG|||20|Bachelors (4 years)|Yes|N|40|zero -65000|Australia|M|15|E|DBA|N|5||1||LG|||5|Bachelors (4 years)|Yes|N|38|zero -74000|USA|M|2|E|DBA|N|2||6||PB|||100|Bachelors (4 years)|Yes|N|45|zero -110000|USA|M|13|E|DT|N|1||0||PB|||3|Bachelors (4 years)|Yes|N|40|one -89000|USA|M|18|E|DBA|N|18||2||PB|||30|Bachelors (4 years)|Yes|YesExpired|50|zero -77500|USA|M|4|E|DBA|N|2||6||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -13000|Romania|M|5|E|DBA|N|3||0||PB|||4|Masters|Yes|YesValid|40|zero -78760|Australia|M|7|E|DBA|Y|7||0||LG|||15|Bachelors (4 years)|Yes|N|44|zero -100000|Australia|M|9|E|DBA|Y|3||4||PB|||20|Masters|Yes|YesValid|50|zero -86000|Australia|M|10|EC|A|N|1||6||PB|||5000|Associates (2 years)|No|YesValid|40|zero -55000|Greece|M|12|E|DBA|Y|4||6||PB|||3000|Masters|Yes|N|45|zero -60000|USA|M|1|E|DBA|N|1||1||PB|||30|None (no degree completed)||YesExpired|45|zero -84000|Australia|M|5|E|DBA|N|15||2||S|||30|Bachelors (4 years)|Yes|YesExpired|37|zero -54000|Sweden|M|10|EC|DBA|N|2||4||PB|||50|Associates (2 years)||YesExpired|40|two -100000|Australia|M|10|E|DBA|Y|6||1||FG|||10|Masters|Yes|YesValid|40|zero -158000|USA|M|12|E|DT|Y|8||0||PB|||8|Bachelors (4 years)|No|N|42|zero -58000|Canada|M|5|E|D|N|8||0||PB|||25|Bachelors (4 years)|Yes|N|40|zero -200000|USA|M|20|E|A|Y|20||0||PB|||15|Bachelors (4 years)|No|N|50|two -50000|Canada|M|5|E|DBA|N|9||0||PB|||70|None (no degree completed)||YesValid|41|zero -163000|USA|M|11|E|DBA|N|5||1||PB|||15|Bachelors (4 years)|Yes|YesExpired|40|four -140000|USA|M|15|E|DBA|N|4||4||PB|||100|Bachelors (4 years)|Yes|N|40|zero -65000|USA|M|4|E|E|N|6||0||PB|||5|Bachelors (4 years)|Yes|N|40|zero -94000|USA|M|15|E|DT|N|15||1||PB|||17|Masters|Yes|N|50|five -55000|UK|M|8|E|DBA|N|3||0||PB|||20|None (no degree completed)||YesExpired|50|zero -84000|USA|M|10|EC|DBA|Y|9||1||PB|||6|Associates (2 years)|Yes|N|50|one -120000|USA|M|10|E|DT|N|3||0||PB|||5|Masters|Yes|N|40|two -123000|USA|M|6|E|DBA|N|21||0||LG|||30|Associates (2 years)|No|YesExpired|45|one -80000|Australia|M|12|E|D|N|10||0||LG|||60|Bachelors (4 years)|Yes|YesValid|40|zero -100000|USA|M|12|E|E|N|7||0||PB|||100|Bachelors (4 years)|Yes|YesExpired|45|one -70000|USA|M|11|E|DA|Y|4||1||PB|||2|Associates (2 years)|No|N|40|zero -1450000|USA|M|12|E|AN|N|12||3||PB|||120|Bachelors (4 years)|Yes|YesValid|42|zero -68000|USA|M|3|I|DT|N|3||0||PB|||2|Bachelors (4 years)|Yes|N|40|five -71807|Canada|M|8|E|DBA|N|8||2||SG|||40|None (no degree completed)||N|38|zero -140000|USA|M|18|E|A|N|1||6||PB|||1000|Bachelors (4 years)|Yes|YesValid|45|three -105000|USA|M|5|E|DBA|N|5||0||SG|||35|Masters|No|N|40|one -120000|USA|M|9|E|DBA|N|5||1||PB|||40|Bachelors (4 years)|Yes|N|40|five -80080|Australia|M|20|E|D|Y|1||1||PB|||6|Bachelors (4 years)|Yes|N|38|zero -120000|USA|M|20|E|DBA|N|14||4||LG|||25|None (no degree completed)||YesExpired|40|one -129000|USA|M|17|E|DT|Y|5||2||PB|||5|Masters|No|YesExpired|45|five -72000|Canada|M|6|E|DBA|N|6||6||PB|||600|Bachelors (4 years)|Yes|YesValid|45|one -116000|USA|M|15|E|A|N|5||0||PB|||15|Bachelors (4 years)|Yes|YesValid|50|three -49000|Portugal|M|6|E|DBA|Y|10||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -72450|USA|M|4|E|DBA|N|4||1||FG|||20|None (no degree completed)||YesValid|47|five -67902|Sweden|M|15|EC|DBA|N|1||1||PB|||1000|None (no degree completed)|Yes|YesValid|40|five -121950|USA|M|20|E|DBA|N|5||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|50|five -160000|USA|M|21|I|D|Y|8||0||PB|||12|Bachelors (4 years)|No|YesExpired|50|four -106000|USA|M|16|E|DBA|N|12||1||PB|||15|None (no degree completed)||N|50|three -90000|USA|M|12|E|DBA|N|7||2||PB|||79|Associates (2 years)|No|YesExpired|41|zero -118000|USA|M|10|E|DBA|N|3||0||PB|||8|None (no degree completed)||N|50|zero -60000|UK||20|E||Y|1||5||PB|||1000|Bachelors (4 years)|No|N|42|four -95000|Australia|M|9|E|E|N|4||2||PB|||12|Bachelors (4 years)|No|YesExpired|45|zero -20000|ElSalvador|P|1|E|AN|N|1||1||PB|||2|Bachelors (4 years)|No|N|40|two -70000|New-Zealand|O|1|E|E|N|1||0||PB|||25|None (no degree completed)||N|40|zero -120000|Norway|M|12|E|D|N|7||0||PB|||10|Masters|Yes|YesExpired|45|one -90000|USA|M|4|E|DBA|N|3||6||PB|||3|Bachelors (4 years)|Yes|N|40|zero -101400|USA|M|5|E|DT|Y|3||3||PB|||5|Bachelors (4 years)|No|YesValid|40|zero -120000|Denmark|M|11|E|DBA|N|11||2||PB|||500|None (no degree completed)||YesValid|37|one -130000|USA|M|10|E|DBA|N|10||4||PB|||100|Bachelors (4 years)|Yes|YesExpired|40|zero -55000|USA|M|2|E|AN|N|2||2||PB|||4|Bachelors (4 years)|Yes|N|40|zero -120000|UK|M|16|I|DBA|N|20||4||PB|||380|Masters|Yes|YesValid|40|one -112000|USA|M|8|E|DBA|N|6||4||PB|||500|Associates (2 years)|Yes|YesExpired|30|two -75000|USA|O|2|E|E|N|3||6||PB|||10|Associates (2 years)|Yes|YesValid|40|one -112000|USA|M|14|E|DBA|N|1||3||PB|||1000|Masters|Yes|YesValid|45|two -132000|USA|M|9|E|A|Y|1||0||PB|||500|Bachelors (4 years)|Yes|YesExpired|45|zero -196000|USA|M|15|I|DT|N|20||4||PB|||40|Bachelors (4 years)|Yes|YesExpired|60|one -82000|USA|M|16|E|DBA|N|17||0||SG|||5|Associates (2 years)|Yes|N|50|four -133000|USA|M|20|E|A|Y|2||5||PB|||110|Bachelors (4 years)|No|YesValid|45|four -120000|USA|M|10|E|DA|N|10||6||PB|||50|Bachelors (4 years)|Yes|N|40|one -100000|USA|M|6|E|DBA|N|6||2||PB|||40|Bachelors (4 years)|No|N|41|zero -100000|Italy|M|16|I|DBA|Y|16||2||PB|||50|Bachelors (4 years)|No|YesExpired|50|five -145000|USA|M|20|E|DBA|Y|5||2||PB|||200|Bachelors (4 years)|Yes|N|40|two -175000|USA|M|20|E|DS|Y|5||0||PB|||30|Masters|No|N|55|five -147000|USA|M|17|E|DBA|N|2||0||PB|||4|None (no degree completed)||YesExpired|37|zero -55000|USA|M|6|E|DBA|N|5||0||PB|||40|Masters|Yes|YesExpired|45|zero -85000|Australia|M|10|E|D|N|4||0||PB|||4|Masters|Yes|YesValid|45|two -130000|USA|M|19|E|DBA|N|5||1||PB|||20|Bachelors (4 years)|Yes|N|46|zero -108000|USA|M|20|E|A|N|10||2||SG|||50|Masters|Yes|N|45|two -57800|Canada|M|12|E|DT|N|4||0||PB|||10|Bachelors (4 years)|Yes|N|40|zero -170000|USA|M|14|E|DBA|Y|10||1||PB|||5|Bachelors (4 years)|Yes|N|50|zero -125000|USA|M|13|E|A|N|10||0||PB|||15|Bachelors (4 years)|No|N|55|five -100000|New-Zealand|M|11|E|A|Y|4||0||PB|||612|Bachelors (4 years)|No|YesExpired|38|zero -76000|USA|M|12|EC|E|N|4||1||PB|||10|Bachelors (4 years)|No|N|50|five -106000|Australia|M|17|EC|DBA|N|3||3||PB|||200|Bachelors (4 years)|Yes|YesExpired|40|zero -107540|USA|M|7|E|A|N|4||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|45|zero -75000|USA|M|20|E|DT|N|11||2||PB|||300|None (no degree completed)||YesExpired|40|four -64000|Canada|M|30|E|DBA|N|30||1||SG|||13|Masters|No|YesExpired|44|zero -68000|USA|M|10|E|DT|N|1||0||PB|||4|Associates (2 years)|Yes|N|40|zero -55000|Australia|M|3|E|DA|N|3||4||PB|||2|Bachelors (4 years)|No|N|40|zero -110000|Ireland|P|10|EC|DT|N|0||6||PB|||70|Masters|Yes|YesValid|40|zero -69508|Canada|M|15|E|DT|N|15||3||PB|||5|Associates (2 years)|Yes|YesValid|35|zero -118500|USA|M|8|E|DBA|N|5||1||PB|||30|Bachelors (4 years)|Yes|N|40|one -45000|USA|M|4|E|DT|N|4||0||PB|||2|Masters|No|YesValid|40|zero -124000|USA|M|16|E|DBA|N|3||0||PB|||80|Bachelors (4 years)|Yes|YesValid|40|four -52000|USA|M|1|E|DBA|N|1||2||PB|||200|Bachelors (4 years)||N|40|zero -70000|Canada|M|20|E|DBA|N|1||4||PB|||30|None (no degree completed)||YesExpired|35|one -54000|Australia|M|2|E|DBA|N|2||0||PB|||5|None (no degree completed)||YesValid|45|zero -77056|Australia|M|15|E|D|N|3||5||SG|||9|Masters||N|37|zero -104500|USA|SAP|2|E|A|N|5||0||PB|||15|Bachelors (4 years)|Yes|N|40|zero -195000|USA|M|20|E|A|N|3||0||PB|||25|Masters|Yes|YesValid|40|one -115000|USA|M|18|E|DT|Y|10||0||PB|||0|Bachelors (4 years)|No|N|40|zero -88000|USA|M|7|E|DBA|Y|5||1||PB|||30|Masters|Yes|YesValid|50|zero -65000|Sweden|M|16|I|D|N|3||0||PB|||8|None (no degree completed)||YesExpired|40|three -180000|Canada|M|17|I|A|Y|17||1||PB|||10|None (no degree completed)||YesExpired|30|one -120000|USA|M|8|E|DT|N|5||6||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|one -127000|USA|M|18|EC|DBA|N|18||0||FG|||18|None (no degree completed)||YesValid|55|two -106000|USA|M|9|E|DA|Y|13||6||FG|||4|Bachelors (4 years)|Yes|YesValid|48|zero -74104|Australia|M|14|E|AN|Y|19||1||PB|||400|Bachelors (4 years)|Yes|YesExpired|60|one -110000|USA|M|6|E|A|N|2||1||PB|||6|Bachelors (4 years)|Yes|YesValid|40|five -113500|USA|M|16|E|DBA|N|2||0||PB|||114|None (no degree completed)||YesValid|40|zero -120000|USA|M|18|E|DBA|N|10||1||PB|||100|Bachelors (4 years)|Yes|YesExpired|50|zero -60000|Australia|M|4|E|E|N|4||2||SG|||6|Bachelors (4 years)|No|N|38|zero -120000|Australia|M|9|E|DBA|N|3||1||PB|||50|None (no degree completed)|Yes|YesExpired|40|zero -134000|USA|M|13|E|M|Y|13||0||PB|||10|Bachelors (4 years)|Yes|N|40|one -85000|USA|M|3|E|M|Y|4||2||PB|||1|Bachelors (4 years)|No|N|50|zero -86000|USA|M|20|E|DBA|N|10||0||PB|||20|Bachelors (4 years)|No|N|50|zero -85000|USA|M|6|E|DBA|N|5||0||PB|||1|Bachelors (4 years)|No|YesExpired|50|zero -145000|USA|M|20|E|DBA|N|18||2||PB|||75|Masters|Yes|N|40|zero -140000|USA|M|12|EC|A|Y|1||0||FG|||24|None (no degree completed)||YesValid|50|zero -136000|USA|M|7|E|D|Y|7||5||PB|||3|Bachelors (4 years)|Yes|N|42|one -85000|USA|M|11|E|DT|N|3||0||PB|||3|Associates (2 years)|Yes|YesValid|35|zero -90000|USA|M|7|E|D|N|7||1||PB|||6|Bachelors (4 years)|Yes|YesValid|44|zero -25000|India|M|7|E|DBA|Y|1||0||PB|||59|Masters|Yes|YesValid|40|five -84000|USA|M|14|E|DBA|Y|10||4||SG|||80|Bachelors (4 years)|Yes|N|38|zero -120000|USA|M|17|E|DT|N|3||3||PB|||6|Bachelors (4 years)|No|YesExpired|45|two -100000|USA|M|14|E|DBA|Y|14||0||SG|||15|Bachelors (4 years)|Yes|YesExpired|40|three -103000|USA|M|14|E|A|N|8||0||PB|||75|Associates (2 years)|Yes|YesValid|45|zero -130000|USA|O|1|EC|AN|Y|3||0||FG|||3|Masters|Yes|YesValid|50|five -40000|Sweden|M|5|E|E|N|3||2||PB|||10|Associates (2 years)|No|YesExpired|40|zero -100000|Australia|M|6|EC|DBA|Y|1||2||PB|||150|Bachelors (4 years)|Yes|YesValid|35|zero -60000|Bolivia|M|16|I|DBA|N|2||0||PB|||7|None (no degree completed)||N|32|five -110000|USA|M|12|E|DBA|Y|6||3||PB|||20|Bachelors (4 years)|Yes|N|40|one -95000|USA|M|6|E|DT|N|5||1||PB|||12|None (no degree completed)||N|40|zero -169000|USA|M|15|E|DBA|Y|2||0||PB|||250|Bachelors (4 years)|No|YesExpired|45|zero -135000|USA|M|10|E|DBA|N|3||0||PB|||4|Masters|No|YesExpired|40|three -12000|India|M|5|E|DBA|N|1||2||PB|||1400|Bachelors (4 years)|Yes|YesValid|45|five -168000|USA|M|17|E|M|Y|1||5||PB|||100|None (no degree completed)||YesValid|55|zero -31300|Argentina|M|3|E|DBA|N|3||0||PB|||25|Bachelors (4 years)|Yes|N|44|zero -83000|USA|M|16|E|DT|N|2||1||PB|||120|Associates (2 years)|Yes|YesValid|40|one -103000|USA|O|13|E|DBA|N|4||6||PB|||300|Bachelors (4 years)|Yes|N|55|five -102000|USA|M|10|E|DT|Y|2||0||PB|||2|Bachelors (4 years)|Yes|YesExpired|50|zero -90000|USA|M|3|E||Y|10||2||PB|||40|Bachelors (4 years)|No|YesExpired|50|one -132000|USA|M|8|EC|DBA|N|4||0||PB|||60|Bachelors (4 years)|Yes|YesValid|60|one -36000|Vietnam|M|5|E|A|Y|5||1||PB|||6|Associates (2 years)|Yes|YesExpired|40|zero -130000|USA|M|25|E|A|Y|9||0||PB|||4|None (no degree completed)||YesExpired|80|five -22000|India|M|7|E|DBA|N|7||6||PB|||200|Bachelors (4 years)|Yes|YesValid|40|zero -200000|Australia|M|7|I|DBA|N|0||6||FG|||100|None (no degree completed)||N|40|zero -71000|USA|M|5|E|E|N|2||2||PB|||10|Bachelors (4 years)|No|YesExpired|45|five -65000|USA|M|8|E|DBA|N|2||5||PB|||30|Associates (2 years)|Yes|YesExpired|40|one -61000|New-Zealand|M|4|E|D|N|3||0||PB|||6|Masters|Yes|YesValid|40|zero -53000|USA|M|6|E|DBA|Y|2||5||PB|||113|None (no degree completed)||N|40|zero -120000|USA|M|15|E|DBA|N|7||1||PB|||6|Bachelors (4 years)|Yes|YesValid|45|zero -80000|USA|M|5|E|DBA|N|2||0||PB|||32|Bachelors (4 years)|No|N|50|zero -4423|India|M|2|EC|DBA|Y|2||6||PB|||98|Bachelors (4 years)|Yes|N|54|zero -11300|India|M|4|E|DBA|Y|1||6||PB|||10000|Masters|Yes|N|45|zero -30500|India|M|10|E|DBA|Y|10||6||PB|||800|Masters|Yes|YesValid|50|zero -120000|Australia|M|14|E|DBA|Y|5||4||PB|||15|Bachelors (4 years)|Yes|YesExpired|50|zero -48500|USA|M|1|E|DBA|N|1||2||PB|||9|Associates (2 years)|Yes|N|40|zero -4420|India|M|1|E|DBA|N|1||2||PB|||700|Bachelors (4 years)|Yes|N|30|zero -54500|South-Africa|M|13|E|D|N|4||4||PB|||75|Bachelors (4 years)|No|N|45|zero -253000|India|M|7|E|DBA|N|7||3||PB|||700|Bachelors (4 years)|Yes|N|40|one -5500|India|M|2|E|DBA|N|2||6||PB|||250|Bachelors (4 years)|Yes|N|45|zero -14000|India|M|1|EC|DBA|Y|1||1||PB|||20|Masters|No|N|60|five -176000|USA|M|20|E|DBA|N|17||0||PB|||20|Bachelors (4 years)|No|N|40|one -120000|Switzerland|M|20|E|DBA|N|10||4||LG|||400|Masters|Yes|N|42|zero -117600|USA|M|16|E|DBA|N|3||3||PB|||450|Bachelors (4 years)|No|YesExpired|45|five -135000|Switzerland|M|15|E|DBA|Y|20||0||SG|||45|None (no degree completed)|No|N|45|zero -51500|South-Africa|M|5|E|AN|Y|3||5||PB|||7|Bachelors (4 years)|Yes|YesValid|40|zero -100000|South-Africa|M|8|I||N|5||0||PB|||8|None (no degree completed)|Yes|YesExpired|40|zero -60000|Denmark|M|3|E|DBA|N|3||3||PB|||50|Bachelors (4 years)||YesValid|37|zero -79000|USA|M|7|E|AN|N|7||1||SG|||2|Bachelors (4 years)|Yes|YesValid|35|five -72000|Israel|M|5|E|DBA|N|2||1||PB|||5|Bachelors (4 years)|No|N|45|zero -66600|Germany|M|14|E|DBA|Y|3||2||PB|||10|Associates (2 years)||YesExpired|40|one -11000|India|M|5|E|DBA|N|5||3||PB|||3000|Bachelors (4 years)|Yes|YesExpired|45|zero -55000|Germany|M|5|E|AN|Y|14||3||PB|||20|Associates (2 years)|No|YesValid|42|zero -29200|South-Africa|M|9|EC|DBA|N|9||1||PB|||24|None (no degree completed)||YesExpired|45|zero -42000|Poland|M|10|E|DT|N|1||6||PB|||5|Bachelors (4 years)|No|YesExpired|40|zero -250000|Germany|M|18|E|A|Y|12||0||PB|||80|None (no degree completed)||YesValid|60|zero -59000|Netherlands|M|20|E|DA|Y|10||2||LG|||38|Bachelors (4 years)||YesValid|36|one -140000|USA|M|10|E|E|Y|10||5||PB|||300|Masters|Yes|YesValid|50|zero -18000|India|M|10|E|DBA|Y|2||5||PB|||150|Bachelors (4 years)|Yes|YesExpired|40|zero -44000|Germany|M|5|E|DA|N|5||0||PB|||12|Associates (2 years)|Yes|N|40|zero -1600|India|M|6|E|DBA|Y|6||6||PB|||4|Masters|No|YesValid|45|zero -77000|Denmark|M|6|E|D|N|1||1||PB|||3|Associates (2 years)||YesValid|40|zero -1250|Turkey|M|6|EC|DT|Y|6||6||PB|||30|Bachelors (4 years)|No|N|50|zero -29000|India|M|11|E|AN|N|11||6||PB|||5000|Bachelors (4 years)|Yes|YesValid|40|zero -60000|Germany|M|3|E|DBA|N|3||2||FG|||40|Associates (2 years)||YesValid|40|zero -65000|Netherlands|M|6|E|DBA|N|1||6||PB|||700|Bachelors (4 years)|Yes|YesValid|40|one -60000|Netherlands|M|12|E|DBA|N|1||1||PB|||10|Bachelors (4 years)|Yes|YesValid|45|five -7515|India|M|4|E|DBA|N|4||1||PB|||600|Bachelors (4 years)||N|10|zero -6200|Denmark|M|15|E|DT|N|11||6||PB|||12|Bachelors (4 years)|Yes|YesExpired|37|zero -56200|France|M|15|E|M|Y|8||4||PB|||80|Masters|Yes|YesExpired|50|zero -131000|USA|M|7|E|DT|N|4||4||PB|||50|Bachelors (4 years)|No|N|38|one -170000|USA|M|15|E|A|Y|2||3||PB|||6|Masters|No|N|40|four -70000|Australia|M|15|E|AN|N|4||1||LG|||33|Bachelors (4 years)|No|YesValid|38|zero -66000|USA|M|12|E|DBA|N|12||1||SG|||4|Masters|Yes|N|45|zero -25500|Slovenia|M|6|E|DBA|N|6||1||PB|||54|Bachelors (4 years)|Yes|YesValid|40|zero -56000|UK|M|10|E|DBA|N|1||1||LG|||80|Bachelors (4 years)|Yes|N|38|zero -118838|UK|M|15|I|DBA|N|10||1||FG|||70|None (no degree completed)||YesValid|40|zero -11119|India|M|4|E|DBA|N|4||6||PB|||20000|Bachelors (4 years)|No|YesValid|45|zero -63500|Ireland|M|15|E|DT|N|15||1||LG|||25|Bachelors (4 years)|Yes|N|40|one -22941|India|M|8|E|DBA|N|0||1||PB|||0|Bachelors (4 years)|Yes|N|40|zero -68000|UK|DB2|30|E|DBA|N|3||3||PB|||150|Bachelors (4 years)|No|N|37|zero -25000|Romania|M|2|E|DBA|Y|2||6||PB|||300|Bachelors (4 years)|Yes|N|40|one -41333|South-Africa|M|11|E|DBA|N|11||1||PB|||100|None (no degree completed)|No|YesValid|45|zero -45000|UK|M|8|E|DA|N|7||1||PB|||3|None (no degree completed)||YesExpired|35|one -12600|CzechRepublic|M|6|E|DBA|Y|4||0||SG|||3000|Bachelors (4 years)|Yes|YesValid|40|one -65000|UK|M|15|E|DBA|Y|5||1||PB|||12|Associates (2 years)|Yes|N|40|zero -60300|Netherlands|M|8|E|D|N|10||6||PB|||0|Bachelors (4 years)|No|YesValid|40|one -65000|Netherlands|M|6|E|DBA|N|2||0||PB|||100|Associates (2 years)|Yes|YesExpired|40|zero -100000|UK|M|17|E|DBA|Y|1||1||PB|||500|Bachelors (4 years)|No|N|35|one -50000|Sweden|M|16|E||N|16||0||LG|||34|None (no degree completed)||N|40|zero -61000|UK|M|8|E|DBA|N|8||2||PB|||600|Bachelors (4 years)|Yes|N|35|zero -11000|India|M|7|E|DBA|Y|3||6||PB|||300|Masters|Yes|YesValid|45|zero -28739|UK|M|2|E|DBA|N|2||0||SG|||85|Associates (2 years)||YesValid|37|zero -39000|UK|M|5|E|DBA|N|5||0||PB|||120|Bachelors (4 years)|Yes|YesValid|35|zero -76500|Sweden|M|17|EC|DBA|N|0||6||PB|||100|Masters|Yes|YesExpired|40|zero -55712|UK|M|7|E|DBA|N|7||1||PB|||28|Bachelors (4 years)|Yes|N|37|zero -200000|Australia|RDS|4|E|A|Y|1||5||PB|||25|Bachelors (4 years)|No|YesExpired|45|zero -89167|Germany|M|15|E|DBA|N|2||0||PB|||15|Masters|Yes|YesExpired|43|zero -79240|UK|M|8|E|DA|N|12||0||PB|||8|Associates (2 years)|No|N|40|zero -40000|UK|M|7|E|D|N|1||2||PB|||5|None (no degree completed)||N|40|zero -61000|UK|M|7|E|D|N|4||1||PB|||5|None (no degree completed)||YesValid|40|one -50000|Belgium|M|20|E|DBA|N|15||2||PB|||80|Associates (2 years)|Yes|YesExpired|40|two -42500|Germany|M|15|E|DT|Y|15||3||PB|||5|Bachelors (4 years)||YesExpired|45|zero -60000|UK|M|15|E|DBA|N|25||0||PB|||25|Bachelors (4 years)|No|N|40|two -69000|UK|M|17|E|DT|N|17||0||PB|||4|Associates (2 years)||N|35|three -52000|UK|M|10|E|DBA|Y|7||3||PB|||250|None (no degree completed)||YesExpired|40|zero -34000|UK|M|16|E|E|N|16||2||PB|||60|None (no degree completed)||YesExpired|40|zero -40000|UK|M|17|E|DBA|N|1||0||LG|||20|None (no degree completed)||YesValid|40|zero -140000|UK|M|10|E|DBA|Y|25||3||PB|||130|Bachelors (4 years)|No|YesValid|40|one -60000|France|M|11|E|DBA|N|9||6||PB|||200|Masters|Yes|N|35|zero -68000|Germany|M|15|E|AN|N|11||0||PB|||10|Masters|No|N|40|zero -37166|UK|M|0|E|DBA|N|0||1||PB|||50|Associates (2 years)|Yes|N|37|zero -59000|UK|M|12|E|DBA|N|1||3||PB|||300|Bachelors (4 years)|No|YesExpired|38|zero -55000|UK|M|17|I|DBA|N|3||0||PB|||15|Bachelors (4 years)|No|N|30|one -75000|UK|M|8|E|DBA|N|6||2||PB|||350|Bachelors (4 years)||N|40|five -30000|UK|M|1|E|DBA|N|1||0||PB|||10|None (no degree completed)||N|37|zero -24000|India|M|10|E|DBA|N|5||0||PB|||3|Masters|Yes|YesValid|40|zero -49000|UK|M|6|E|DBA|N|5||3||LG|||8|None (no degree completed)|No|YesExpired|40|zero -46300|UK|M|10|E|DBA|Y|1||2||SG|||200|Bachelors (4 years)|No|N|38|zero -68000|UK|M|23|E|A|N|9||2||FG|||110|Bachelors (4 years)|No|YesExpired|42|zero -66400|Germany|M|13|E|DBA|N|3||2||PB|||80|Associates (2 years)|Yes|YesValid|40|zero -100000|Switzerland|M|2|E|DBA|N|2||1||LG|||17|Associates (2 years)|Yes|YesExpired|42|zero -50000|UK|M|20|E|DBA|N|15||3||LG|||200|Bachelors (4 years)|Yes|YesExpired|38|zero -51000|UK|M|25|E|DBA|N|29||2||PB|||400|None (no degree completed)||N|38|zero -105000|Norway|SAP|12|E|DBA|N|12||0||PB|||40|Bachelors (4 years)|Yes|N|43|one -55730|UK|M|10|E|DA|Y|7||6||PB|||20|None (no degree completed)||N|45|zero -22000|Romania|M|15|EC|A|N|4||0||PB|||4|Bachelors (4 years)|No|YesValid|40|zero -65642|UK|M|16|E|DT|N|4||0||PB|||19|Bachelors (4 years)|No|YesValid|45|zero -19000|Lithuania|M|4|E|E|N|4||0||PB|||2|Masters|Yes|YesValid|40|zero -80000|Australia|M|10|E|DT|N|2||0||PB|||2|Associates (2 years)||YesValid|40|zero -55700|UK|M|6|E|E|N|1||2||PB|||450|Bachelors (4 years)|No|N|35|one -75000|Netherlands|M|20|E|DBA|Y|5||1||PB|||30|Masters|No|YesExpired|40|one -78000|UK|M|20|E|DBA|N|3||0||PB|||20|Associates (2 years)|Yes|YesExpired|38|three -48000|UK|M|11|E|D|N|2||3||PB|||3|Bachelors (4 years)|Yes|N|38|zero -63176|UK|M|11|E|DBA|Y|11||1||PB|||18|Bachelors (4 years)|Yes|YesExpired|40|three -31000|UK|M|1|E|DBA|N|1||1||PB|||54|Bachelors (4 years)|Yes|N|35|zero -85000|South-Africa|M|22|E|A|Y|5||0||PB|||20|None (no degree completed)||N|40|zero -118000|USA|M|20|E|A|N|8||1||PB|||25|Bachelors (4 years)|Yes|N|55|one -60000|UK|M|10|E|DT|N|10||2||PB|||10|Bachelors (4 years)|No|N|40|one -66000|China|M|7|E|DT|N|1||4||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -63000|Netherlands|M|17|EC|A|Y|5||4||PB|||5|Masters|No|YesValid|38|zero -47000|CzechRepublic|M|15|E|DBA|N|3||0||PB|||70|Masters|No|YesExpired|40|zero -38404|UK|M|3|E|DA|N|3||1||PB|||2|Bachelors (4 years)|Yes|N|37|zero -71000|UK|M|10|E|A|Y|1||0||PB|||20|None (no degree completed)|Yes|YesValid|40|zero -55000|UK|M|7|E|DBA|N|7||0||PB|||70|None (no degree completed)||N|38|zero -80000|Luxembourg|M|15|E|DBA|N|10||2||PB|||10|Masters|No|YesValid|38|one -59401|South-Africa|M|16|EC||Y|9||6||PB|||300|None (no degree completed)||YesExpired|45|two -36000|UK|M|5|E|E|N|5||0||LG|||17|Masters|Yes|N|37|zero -70000|Netherlands|M|4|E|DBA|N|1||1||PB|||16|None (no degree completed)|No|YesValid|40|zero -27000|Ukraine|MS|1|E|DA|N|1||0||PB|||1|Masters|Yes|N|40|zero -7650|India|M|8|E|DBA|Y|8||3||SG|||225|Bachelors (4 years)|Yes|N|48|zero -50000|UK|M|8|E|DBA|Y|2||3||PB|||80|Bachelors (4 years)|Yes|YesValid|45|one -90000|Germany|M|8|E|DA|N|15||5||PB|||1|Masters|Yes|N|38|zero -20484|Brazil|M|5|E|AN|N|2||0||PB|||2|Bachelors (4 years)|Yes|YesValid|40|zero -80000|UK|M|8|E|DBA|N|3||0||PB|||4|None (no degree completed)||YesValid|35|zero -100000|Iceland|M|10|EC|D|N|25||4||PB|||50|Masters|Yes|YesExpired|46|zero -40000|UK|M|1|E|AN|N|1||0||PB|||15|None (no degree completed)||N|37|zero -39616|UK|M|4|E|DT|N|1||2||PB|||12|None (no degree completed)||N|35|zero -42109|UK|M|3|E|DT|N|2||0||PB|||10|None (no degree completed)||YesValid|40|zero -70500|UK|M|21|E|DBA|N|12||2||PB|||150|None (no degree completed)||N|45|zero -21350|India|M|5|E|DBA|N|5||6||PB|||300|Bachelors (4 years)|Yes|YesValid|35|zero -101500|Jersey|M|12|E|AN|N|5||6||LG|||5|Masters|No|YesValid|46|zero -40000|UK|M|6|E|E|N|6||2||PB|||2|Bachelors (4 years)|Yes|N|40|zero -10000|Serbia-and-Montenegro|O|15|E|DBA|N|15||3||FG|||40|Masters|No|N|50|zero -77947|UK|M|10|EC|A|N|4||2||PB|||1500|None (no degree completed)||N|40|zero -34375|Jamaica|O|7|E|DBA|Y|2||1||PB|||30|Masters|Yes|N|40|zero -57000|UK|M|10|E|DBA|N|10||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -35577|UK|M|18|E|DA|N|1||1||LG|||100|Bachelors (4 years)|Yes|YesValid|38|zero -40000|UK|M|2|E|DBA|N|4||0||PB|||10|Associates (2 years)||N|40|zero -38940|UK|M|5|E|AN|N|4||0||PB|||5|Bachelors (4 years)|Yes|YesValid|38|zero -12000|Turkey|M|2|E|DBA|N|2||1||PB|||30|Bachelors (4 years)|Yes|YesValid|45|two -100000|Ireland|M|20|E|DA|Y|19||2||PB|||8|Associates (2 years)|Yes|N|50|zero -31650|UK|M|5|E|DT|N|2||0||PB|||5|Bachelors (4 years)|No|N|37|zero -80000|USA|M|7|EC|DT|N|2||4||PB|||10|Bachelors (4 years)|Yes|N|40|zero -20000|Turkey|M|10|EC|D|N|10||0||PB|||50|Bachelors (4 years)|Yes|YesExpired|50|zero -27280|UK||1|E|AN|N|1||0||PB|||3|Masters|Yes|N|38|zero -85000|Norway|M|17|EC|D|Y|2||6||PB|||20|Bachelors (4 years)|No|YesValid|50|zero -85000|Canada|M|10|E|D|N|3||1||PB|||5|Masters|Yes|YesValid|38|zero -250000|USA|O|30|E|A|Y|4||4||PB|||10|Masters|No|N|50|zero -40000|Belgium|M|10|E|DA|N|3||2||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -40000|Portugal|O|9|E|DA|N|2||6||PB|||2|None (no degree completed)||YesExpired|45|zero -40000|Turkey|M|6|E|DBA|Y|2||2||PB|||20|Masters|Yes|N|40|zero -27000|CzechRepublic|O|8|E|DT|N|8||1||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -95000|USA|M|18|E|DBA|N|16||1||PB|||5|Bachelors (4 years)|No|YesValid|40|zero -115000|USA|M|15|E|DBA|N|20||3||PB|||80|Bachelors (4 years)|Yes|YesExpired|50|one -100000|Denmark|M|14|E|E|N|8||2||PB|||300|Bachelors (4 years)|Yes|YesExpired|38|one -4118|India|M|3|E|DBA|N|2||4||PB|||50|Bachelors (4 years)|Yes|N|48|zero -545|India|M|2|E|DBA|N|2||3||PB|||600|Bachelors (4 years)|Yes|N|40|zero -14000|India|M|6|E|AN|Y|6||2||PB|||400|Bachelors (4 years)|No|N|40|zero -44000|Netherlands|M|5|E|DT|Y|5||0||PB|||10|None (no degree completed)||YesValid|36|one -85000|Norway|M|20|E|DBA|N|20||0||PB|||10|Bachelors (4 years)|Yes|N|50|three -15500|India|M|10|E|DBA|Y|3||5||PB|||200|Bachelors (4 years)|Yes|YesValid|40|zero -103000|USA|M|6|E|D|N|5||4||PB|||43|Bachelors (4 years)|No|N|45|three -61000|UK|M|11|E|M|Y|5||0||PB|||7|Bachelors (4 years)|Yes|N|41|zero -105000|USA|M|7|E|DA|N|19||1||PB|||100|Bachelors (4 years)|Yes|YesExpired|44|zero -120000|USA|M|17|E|DBA|N|2||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|45|four -100000|Denmark|M|12|E|DBA|N|1||0||PB|||10|Masters||N|37|zero -72000|UK|M|4|E|DBA|N|4||0||PB|||2|None (no degree completed)|No|YesValid|40|two -8200|Moldova|M|8|E|DBA|Y|12||2||PB|||50|Masters|No|N|40|zero -70000|USA|M|12|E|D|N|10||0||PB|||12|Bachelors (4 years)|No|N|55|zero -105000|USA|M|25|E|DBA|N|6||1||PB|||27|Bachelors (4 years)|Yes|N|45|zero -53500|USA|M|2|E|DBA|N|1||5||PB|||5000|Associates (2 years)|No|N|45|zero -93000|USA|M|20|E|DT|N|20||0||PB|||6|Bachelors (4 years)|No|YesExpired|45|zero -130000|USA|M|15|E|DBA|N|10||2||PB|||32|Bachelors (4 years)|Yes|YesExpired|50|zero -27000|Turkey|O|7|E|D|N|7||6||PB|||10|Bachelors (4 years)|Yes|YesValid|40|zero -62000|USA|M|4|E|DA|N|5||0||LG|||12|None (no degree completed)||N|40|zero -66000|USA|M|3|E|AN|N|3||0||LG|||3|Bachelors (4 years)|Yes|N|40|zero -98000|USA|M|17|E|DT|N|2||2||PB|||10|Bachelors (4 years)|No|YesValid|42|three -48119|UK|M|5|E|DBA|N|1||0||PB|||50|Bachelors (4 years)|No|YesValid|37|zero -108000|USA|M|5|E|DBA|Y|2||0||PB|||82|Associates (2 years)|Yes|N|50|three -65500|UK|M|15|E|DBA|N|12||0||PB|||40|Bachelors (4 years)|No|YesValid|38|zero -49000|UK|M|10|E|DBA|N|4||0||PB|||200|Bachelors (4 years)|No|YesExpired|40|zero -105000|USA|O|5|E|DBA|N|5||6||PB|||30|Bachelors (4 years)|Yes|YesExpired|50|zero -72000|USA|M|4|E|DBA|N|20||2||PB|||10|Masters|Yes|YesValid|40|zero -42000|Netherlands|M|4|E|E|N|10||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|36|zero -60477|UK|M|5|E|D|N|3||0||PB|||7|Masters|Yes|N|35|zero -82000|USA|M|12|E|DBA|N|8||1||PB|||28|None (no degree completed)||YesExpired|40|zero -135000|UK|E|1|E|M|Y|1||0||PB|||10|Bachelors (4 years)|Yes|N|60|five -8000|UK|M|8|E|DBA|N|0||0||PB|||10|Associates (2 years)||N|40|zero -75000|USA|M|4|E|DT|N|4||4||PB|||20|Bachelors (4 years)|Yes|YesExpired|45|zero -47000|UK|M|10|E|AN|N|2||3||LG|||25|None (no degree completed)|Yes|YesValid|37|zero -87000|USA|M|8|E|DBA|N|4||1||PB|||110|Bachelors (4 years)|Yes|YesExpired|45|one -105000|USA|M|17|EC|D|N|17||0||PB|||20|Associates (2 years)|No|YesExpired|40|one -106300|USA|M|10|E|DBA|N|4||1||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|five -117000|USA|O|17|E|E|N|5||1||PB|||41|Bachelors (4 years)|Yes|YesExpired|45|zero -85000|USA|M|10|E|DBA|N|8||3||LG|||80|Bachelors (4 years)|Yes|N|40|zero -141000|USA|M|17|E|DBA|N|10||1||PB|||15|Bachelors (4 years)|No|YesValid|45|zero -132000|USA|M|20|EC|A|N|3||6||PB|||1000|Masters|No|YesValid|50|five -95000|USA|M|12|EC|DBA|N|19||1||SG|||200|Bachelors (4 years)|Yes|N|45|one -115000|USA|M|10|E|DBA|N|10||4||PB|||40|None (no degree completed)||N|45|three -85000|USA|M|3|E|DBA|N|3||1||PB|||30|Doctorate/PhD|Yes|YesValid|40|one -130271|USA|M|15|E|M|Y|4||0||PB|||250|Bachelors (4 years)|Yes|N|50|two -101500|USA|M|6|E|DBA|N|1||2||PB|||100|Bachelors (4 years)|No|N|42|zero -98000|USA|M|10|E|DBA|N|8||1||LG|||75|Masters|Yes|YesExpired|40|zero -49000|UK|M|9|E|DT|N|2||0||PB|||3|Masters|Yes|YesExpired|42|zero -100000|USA|M|17|E|DA|N|5||3||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -42000|Romania|M|11|I|DA|N|11||0||PB|||3|Bachelors (4 years)|Yes|YesExpired|50|five -36500|UK|M|4|E|DBA|N|3||0||PB|||20|None (no degree completed)||YesValid|39|zero -87000|USA|M|7|E|DBA|Y|3||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -50000|UK|M|13|E|DBA|Y|3||1||PB|||60|Associates (2 years)|Yes|N|39|zero -116000|UK|M|26|I|DBA|N|23||2||PB|||450|None (no degree completed)||YesExpired|45|zero -95000|USA|M|20|E|DBA|N|12||0||PB|||45|Masters|No|YesValid|55|one -225000|USA|M|14|I|A|N|7||0||PB|||50|Bachelors (4 years)|Yes|YesValid|65|five -145000|USA|M|10|E|M|Y|2||6||PB|||3|Bachelors (4 years)|No|N|50|zero -140000|USA|M|20|E|DT|N|10||1||PB|||50|Bachelors (4 years)|No|YesExpired|40|four -74000|Finland||1|EC|A|Y|1||4||PB|||100|Masters|Yes|YesValid|40|zero -44000|UK|M|14|E|D|N|6||1||PB|||5|None (no degree completed)|No|N|35|zero -143000|USA|M|20|E|A|N|4||4||PB|||10000|Bachelors (4 years)|No|YesValid|30|five -70000|Norway|M|7|E|D|N|7||2||PB|||10|Bachelors (4 years)|Yes|YesValid|40|five -77000|USA|M|8|E|DBA|N|16||0||PB|||120|Bachelors (4 years)|Yes|N|43|zero -96500|USA|M|5|E|DBA|Y|2||0||PB|||10|None (no degree completed)||YesValid|50|zero -63000|USA|M|3|E|DBA|N|3||1||PB|||80|Bachelors (4 years)|Yes|YesValid|40|one -135000|USA|M|10|E|DS|Y|3||1||PB|||100|Masters|Yes|YesValid|40|zero -103000|USA|M|17|E|DT|N|1||0||PB|||30|Bachelors (4 years)|No|YesExpired|40|zero -20000|India|M|4|E|DBA|N|0||6||PB|||400|Masters|Yes|N|48|one -40000|Portugal|M|10|EC|DA|N|15||0||PB|||4|Bachelors (4 years)|Yes|YesValid|40|zero -71000|Canada|M|20|E|DBA|N|16||1||SG|||20|Associates (2 years)||YesExpired|40|zero -98000|USA|M|10|E|DBA|N|6||1||PB|||238|Bachelors (4 years)|Yes|N|40|one -84500|USA|M|15|E|E|N|23||2||PB|||12|Bachelors (4 years)|Yes|N|45|zero -120000|USA|M|9|E|DBA|N|6||1||PB|||186|Associates (2 years)||YesValid|45|one -240000|USA|M|22|I|A|Y|22||0||PB|||50|None (no degree completed)||N|50|five -55000|UK|M|16|E|D|N|5||2||PB|||20|None (no degree completed)|No|YesExpired|42|zero -112000|USA|M|8|E|D|N|2||0||PB|||2|Bachelors (4 years)|Yes|N|40|zero -27260|Romania|M|5|EC|D|N|2||6||PB|||1|Bachelors (4 years)|Yes|YesExpired|40|zero -145000|USA|M|11|EC|E|N|2||5||FG|||2000|Bachelors (4 years)|Yes|YesValid|45|five -60000|USA|M|1|E|DBA|N|1||4||PB|||500|Bachelors (4 years)|Yes|N|40|one -95000|USA|M|5|EC|D|N|3||0||PB|||10|Bachelors (4 years)|No|N|40|two -66300|Sweden|M|5|EC|E|N|6||1||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|two -30000|Argentina|O|13|EC|DT|Y|13||6||PB|||20|Bachelors (4 years)|Yes|YesValid|40|zero -133000|USA|M|15|E|M|Y|3||2||PB|||5|Bachelors (4 years)|Yes|N|40|zero -80000|USA|M|10|EC|DT|N|3||2||PB|||5|Bachelors (4 years)|No|YesValid|40|five -140000|USA|M|14|E|DBA|N|3||6||PB|||30|Bachelors (4 years)|Yes|YesValid|40|zero -110000|Switzerland|M|6|E|E|N|4||1||PB|||4|Bachelors (4 years)|No|YesValid|40|zero -80000|USA|O|10|E|DBA|N|4||0||PB|||5|Associates (2 years)|Yes|YesValid|50|zero -155000|Switzerland|M|18|E|A|Y|7||0||PB|||25|Masters|No|N|40|zero -65000|SaudiArabia|M|6|E|DBA|Y|2||2||LG|||250|Bachelors (4 years)|No|YesValid|8|zero -125000|USA|M|10|E|DT|N|2||2||PB|||2|None (no degree completed)||N|40|three -75000|USA|M|4|E|DBA|N|3||2||PB|||7|None (no degree completed)||YesValid|35|zero -61000|UK|M|12|E|D|Y|2||0||PB|||4|Masters|Yes|N|40|zero -135000|USA|M|15|E|DBA|N|2||1||PB|||180|Bachelors (4 years)|Yes|YesExpired|45|zero -42400|UK|M|10|E|DBA|N|17||6||PB|||2500|Bachelors (4 years)|No|N|45|zero -80000|Italy|M|18|I|DBA|Y|5||2||PB|||20|Bachelors (4 years)|Yes|YesValid|50|two -110000|USA|O|9|E|A|N|2||5||PB|||200|Masters|Yes|YesValid|50|one -90000|USA|M|5|E|DBA|N|3||0||PB|||3|Masters|Yes|N|40|zero -124000|USA|M|18|E|DA|N|8||1||PB|||1000|None (no degree completed)||YesExpired|40|two -54000|USA|M|3|E|DBA|N|3||0||FG|||90|Bachelors (4 years)|Yes|N|40|zero -17647|India|M|8|E|DBA|Y|9||4||PB|||450|Masters|Yes|N|45|zero -101000|USA|M|9|E|DBA|N|4||0||PB|||150|Bachelors (4 years)|Yes|YesValid|40|five -68000|USA|M|4|E|DBA|N|2||1||PB|||15|Bachelors (4 years)|Yes|N|45|zero -131000|USA|M|3|E|DBA|Y|24||4||PB|||20|Bachelors (4 years)|Yes|N|44|five -72000|USA|M|10|E|DBA|N|6||3||PB|||60|Masters|No|YesValid|45|zero -135000|USA|M|10|E||N|15||5||PB|||100|Bachelors (4 years)|Yes|N|45|one -55399|UK|M|5|E|DBA|N|3||0||PB|||15|Associates (2 years)|Yes|N|35|zero -130000|USA|M|10|E|M|Y|10||0||PB|||8|None (no degree completed)||N|60|zero -175000|USA|M|11|E|PDE|N|2||1||PB|||30|Bachelors (4 years)|Yes|YesValid|45|zero -90000|India|M|9|EC|DBA|N|2||1||PB|||35|Masters|Yes|YesValid|40|zero -45000|Italy|O|3|E|DS|N|2||1||PB|||15|Masters|No|N|60|zero -90000|USA|M|9|EC|DBA|N|2||0||PB|||35|Masters|Yes|YesValid|40|zero -90000|USA|M|6|E|DBA|Y|0||5||PB|||120|Bachelors (4 years)|No|YesExpired|45|five -132000|USA|M|15|E|DBA|N|20||3||PB|||25|Masters|Yes|YesExpired|45|five -180000|Canada|M|12|I|D|Y|2||4||PB|||20|None (no degree completed)|Yes|N|60|three -92000|USA|M|16|E|DBA|N|16||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|45|zero -76000|USA|M|6|E|DBA|Y|3||0||PB|||15|Masters|No|YesValid|45|zero -103000|USA|M|12|E|A|N|12||3||PB|||40|None (no degree completed)||N|40|five -140000|USA|M|13|E|A|N|5||1||PB|||35|Masters|Yes|YesValid|45|five -95000|USA|M|10|E|DBA|N|6||0||PB|||8|Bachelors (4 years)|Yes|N|43|zero -21600|Slovenia|M|13|E|DA|Y|10||3||PB|||5|None (no degree completed)||N|50|zero -106500|USA|M|7|E|DT|N|2||6||PB|||20|Associates (2 years)|No|N|42|zero -101000|USA|M|12|E|DBA|N|7||0||PB|||50|Bachelors (4 years)|Yes|N|35|zero -90000|USA|M|10|E|D|N|2||0||PB|||12|Bachelors (4 years)|Yes|N|40|five -110000|USA|M|18|E|DBA|N|2||0||PB|||45|Bachelors (4 years)|Yes|YesValid|60|five -74351|USA|M|4|E|E|N|4||4||PB|||6000|Associates (2 years)|Yes|YesValid|45|five -57000|UK|M|16|E|DBA|N|5||0||PB|||100|Bachelors (4 years)|No|YesValid|35|one -51000|UK|M|16|E|DBA|N|2||0||SG|||13|Associates (2 years)|No|N|38|zero -65000|UK|M|20|E|DT|Y|3||0||PB|||7|Bachelors (4 years)|No|YesExpired|40|three -120000|USA|M|10|E|DO|N|4||0||PB|||142|Bachelors (4 years)|Yes|N|50|zero -84000|USA|M|15|E|A|N|3||1||PB|||5|None (no degree completed)||YesExpired|40|zero -115600|USA|M|10|E|DBA|N|4||5||PB|||150|Masters|Yes|N|40|zero -110000|USA|M|20|E|DBA|N|15||4||PB|||40|Masters|No|YesExpired|40|zero -125000|USA|M|16|EC|DBA|N|36||0||PB|||33|Associates (2 years)|Yes|N|45|five -43000|Poland|M|8|E|D|Y|1||0||PB|||5|Bachelors (4 years)|Yes|N|40|zero -64000|USA|M|5|E|DBA|N|1||1||PB|||70|Bachelors (4 years)|Yes|N|42|zero -120000|USA|O|30|E|DBA|N|25||0||PB|||45|Masters|No|YesExpired|35|zero -40545|UK|M|1|E|DBA|N|1||0||PB|||12|None (no degree completed)||N|38|zero -75000|UK|M|20|E|DBA|Y|12||2||PB|||12|Bachelors (4 years)|Yes|YesValid|39|zero -96000|USA|M|5|E|DA|N|7||4||PB|||1|Bachelors (4 years)|Yes|N|41|one -73000|USA|M|2|EC|D|N|2||6||PB|||10|Masters|No|N|42|zero -68000|USA|M|3|E|DBA|N|1||6||SG|||13|Bachelors (4 years)|Yes|N|40|zero -72500|USA|M|7|E|DBA|N|7||4||SG|||500|None (no degree completed)||YesExpired|40|zero -104000|USA|M|14|E|DBA|N|18||0||PB|||30|Masters|No|YesValid|40|zero -20000|Paraguay|M|10|E|DA|Y|7||5||PB|||22|Bachelors (4 years)|Yes|N|48|zero -130000|Switzerland|M|4|EC|D|N|4||4||PB|||1000|None (no degree completed)||N|40|four -88000|USA|M|10|E|D|N|4||0||PB|||7|Bachelors (4 years)|No|N|80|zero -80000|USA|M|5|E|DBA|N|5||0||PB|||10|None (no degree completed)||YesValid|40|zero -65000|USA|M|2|E|AN|N|2||0||PB|||5|Masters|Yes|N|45|zero -103000|USA|M|18|E|DBA|N|1||6||PB|||200|Bachelors (4 years)|Yes|N|45|five -78500|USA|M|18|E|AN|N|10||0||PB|||1|None (no degree completed)||N|40|zero -24000|USA|M|1|E|T|N|1||1||PB|||5|Bachelors (4 years)|Yes|N|36|zero -65000|USA|M|2|E|DBA|N|1||3||PB|||80|Bachelors (4 years)|Yes|N|50|zero -80000|USA|M|6|E|DT|N|2||5||PB|||100|Bachelors (4 years)|Yes|N|40|one -72000|USA|M|16|E|AN|N|5||0||PB|||6|None (no degree completed)||N|40|zero -59000|USA|M|6|E|DBA|N|4||0||PB|||6|None (no degree completed)||N|60|two -85000|Canada|M|8|E|DBA|N|5||2||PB|||100|Bachelors (4 years)|Yes|YesExpired|45|zero -74400|USA|M|4|E|AN|N|4||3||PB|||4|None (no degree completed)||N|40|zero -69000|USA|O|1|E|DBA|N|1||0||PB|||2|Associates (2 years)|Yes|N|40|zero -79750|USA|M|21|E|DBS|N|11||0||LG|||10|None (no degree completed)||N|40|zero -61000|USA|M|2|E|DBA|N|2||2||PB|||7|Bachelors (4 years)|No|YesValid|40|zero -60000|Canada|M|18|E|D|N|12||4||LG|||6|Masters|Yes|N|38|zero -65000|USA|M|2|E|AN|N|1||1||PB|||20|Bachelors (4 years)|No|N|45|zero -115000|USA|M|9|E|DBA|Y|3||0||PB|||29|Bachelors (4 years)|Yes|YesExpired|50|zero -91000|USA|M|15|E|AN|Y|15||2||PB|||30|None (no degree completed)||N|45|zero -105000|USA|M|15|E|E|N|15||0||PB|||20|Bachelors (4 years)|No|YesExpired|45|five -103000|USA|M|7|E|M|Y|1||1||PB|||20|Bachelors (4 years)|Yes|N|45|zero -95000|USA|M|15|E|DBA|N|15||0||FG|||30|None (no degree completed)||YesValid|41|zero -68000|Canada|M|8|E|D|N|8||3||SG|||7|Associates (2 years)|Yes|N|45|three -87000|USA|M|8|E|D|N|3||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -120000|USA|O|5|EC|DBA|N|0||6||PB|||200|Masters|Yes|YesValid|40|one -50000|USA|M|5|E|DBA|N|4||1||PB|||300|Masters|Yes|YesExpired|40|zero -111000|USA|M|10|EC|DBA|N|6||1||SG|||8|Bachelors (4 years)|Yes|YesValid|45|two -125000|USA|M|5|E|DBA|Y|3||2||PB|||35|Bachelors (4 years)|Yes|N|45|one -60000|USA|M|3|E|DT|Y|3||4||PB|||5|Bachelors (4 years)|Yes|N|50|zero -200000|USA|M|15|E|A|N|15||0||PB|||10|Masters|No|YesValid|55|zero -73000|USA|M|4|E|M|Y|3||0||PB|||2|Bachelors (4 years)|No|N|42|zero -56000|USA|M|2|E|DT|N|2||0||PB|||5|Associates (2 years)|Yes|N|40|zero -100000|Belgium|M|2|E|AN|N|25||6||PB|||12|Masters|No|N|42|zero -38000|USA|M|1|E|E|N|0||0||PB|||2|Bachelors (4 years)|Yes|N|40|zero -135000|USA|M|12|E|DBA|Y|12||1||PB|||45|Bachelors (4 years)|Yes|N|40|zero -140000|USA|M|17|E|DBA|N|9||6||PB|||400|Bachelors (4 years)|Yes|YesExpired|55|five -58000|Canada|M|6|E|D|N|1||1||PB|||6|Masters|No|YesValid|40|one -98000|USA|M|17|E|DA|N|17||4||PB|||6|None (no degree completed)||N|50|one -88000|USA|M|10|E|DBA|N|3||2||LG|||50|Bachelors (4 years)|Yes|YesValid|45|zero -82000|USA|M|5|E|DBA|N|1||0||PB|||10|Bachelors (4 years)|Yes|YesValid|45|zero -180000|USA||1|E|A|Y|3||0||PB|||1|Bachelors (4 years)|No|YesValid|40|zero -78000|USA|M|5|E|DBA|N|5||0||LG|||35|Bachelors (4 years)|Yes|N|42|zero -62000|USA||4|E|DBA|N|4||2||PB|||6|Bachelors (4 years)|Yes|YesValid|40|zero -124000|USA|M|18|E|DBA|N|24||2||PB|||100|Masters|Yes|YesValid|50|two -96000|USA|M|4|E|DBA|N|4||3||PB|||180|Bachelors (4 years)|Yes|YesExpired|40|zero -125000|USA|M|10|E|DBA|N|10||3||PB|||209|Bachelors (4 years)|Yes|YesExpired|40|four -48000|UK|M|10|I|A|Y|2||0||PB|||150|Bachelors (4 years)|Yes|YesValid|60|zero -59009|USA|M|4|E|DA|Y|2||0||SG|||1|Bachelors (4 years)|No|N|40|zero -65000|Sweden|M|18|E|DBA|N|10||3||PB|||50|Associates (2 years)|Yes|N|42|one -85000|USA|M|8|E|DT|N|1||6||PB|||6|Bachelors (4 years)|No|N|45|zero -64000|USA|M|3|E|AN|N|3||3||PB|||2|Associates (2 years)||N|35|zero -134000|USA|M|13|EC|A|N|2||1||PB|||20|Masters|Yes|N|40|five -61000|USA|M|3|E|DT|N|3||6||PB|||30|Bachelors (4 years)|Yes|N|40|zero -125000|USA|M|13|E|DBA|N|10||1||PB|||30|Bachelors (4 years)|Yes|YesExpired|45|one -102000|USA|M|6|EC|DBA|N|0||6||PB|||10000|Bachelors (4 years)|Yes|YesValid|45|five -87000|USA|M|14|E|DBA|N|12||1||SG|||6|Bachelors (4 years)|No|N|40|zero -67080|USA|O|0|E|AN|N|0||6||PB|||15|Associates (2 years)|No|N|40|zero -84000|USA|M|8|E|DA|N|2||5||PB|||2|Masters|Yes|N|40|zero -75000|USA|M|5|E|DBA|N|5||4||PB|||300|Bachelors (4 years)|Yes|N|45|zero -15000|Romania|M|1|E|DBA|N|1||2||PB|||200|None (no degree completed)||N|40|one -64000|USA|M|5|E|E|N|5||1||PB|||15|Associates (2 years)||N|40|zero -135000|USA|M|20|E|M|Y|5||0||PB|||350|None (no degree completed)||YesValid|55|zero -28500|UK|M|7|E|AN|N|1||1||SG|||4|None (no degree completed)||N|38|zero -93000|USA|O|10|EC|DA|Y|6||3||PB|||4|Masters|Yes|YesExpired|40|five -104300|USA|M|20|E|DBA|N|5||6||PB|||220|Bachelors (4 years)|No|YesExpired|42|zero -130000|USA|M|8|E|M|Y|5||0||PB|||6|Bachelors (4 years)|Yes|N|45|five -75000|USA|M|6|E|DT|N|1||3||PB|||10|Bachelors (4 years)|Yes|N|40|zero -127000|USA|M|20|E|DT|N|9||3||PB|||40|Bachelors (4 years)|Yes|YesValid|45|zero -165000|USA|M|8|EC|M|Y|4||0||PB|||300|Bachelors (4 years)|No|YesValid|45|one -100000|USA|M|5|E|E|N|5||2||PB|||100|None (no degree completed)||YesValid|50|zero -55000|UK|M|6|E|DT|N|3||5||PB|||3|Bachelors (4 years)||N|38|zero -80000|Canada|M|7|E|DT|N|7||0||PB|||5|Associates (2 years)|Yes|N|35|zero -53000|UK|M|10|E|DBA|N|5||1||PB|||100|Bachelors (4 years)||YesValid|45|one -126500|USA|M|17|E|M|Y|2||0||PB|||30|Associates (2 years)|No|N|45|zero -123000|USA|M|20|E|DT|N|5||4||PB|||6|None (no degree completed)||YesExpired|40|zero -72000|Australia|M|5|E|DBA|N|2||2||SG|||150|Bachelors (4 years)|Yes|N|40|zero -101000|USA|M|15|EC|DBA|N|1||1||PB|||5|Masters|Yes|N|40|zero -100000|UK|M|18|E|A|N|6||1||PB|||20|Associates (2 years)|Yes|N|35|zero -109000|USA|M|9|E|DBA|N|7||5||PB|||700|Bachelors (4 years)|No|YesValid|38|zero -78000|USA|M|15|E|DBA|N|13||0||PB|||10|Associates (2 years)|Yes|YesExpired|50|one -65000|USA|M|3|E|DT|N|3||0||PB|||21|Bachelors (4 years)|Yes|N|45|zero -180000|Denmark|M|11|I|DBA|N|4||6||PB|||1200|Bachelors (4 years)|No|YesValid|40|one -125000|USA|M|18|E|DBA|N|18||1||PB|||5|Masters|Yes|YesExpired|50|five -108000|USA|M|17|E|DT|Y|10||3||PB|||20|Associates (2 years)|Yes|N|40|zero -92000|USA|M|4|E|DBA|N|4||0||PB|||10|Bachelors (4 years)|Yes|N|52|five -59700|USA|M|2|E|AN|N|2||1||SG|||20|Associates (2 years)||YesValid|40|three -92000|USA|M|9|E|DT|N|4||2||PB|||2|Bachelors (4 years)|Yes|YesExpired|40|zero -111000|USA|M|10|E|DA|N|7||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -57000|USA|M|2|E|DBA|N|2||4||PB|||50|None (no degree completed)||N|42|zero -108000|USA|M|20|E|DBA|N|10||6||PB|||500|None (no degree completed)||N|42|five -160000|USA|M|17|I|C|N|13||0||PB|||100|Bachelors (4 years)|No|YesExpired|65|five -90000|USA|M|10|E|DBA|N|10||0||PB|||5|None (no degree completed)||N|40|zero -24000|Brazil|M|6|E|DBA|Y|6||3||PB|||10|Bachelors (4 years)|Yes|YesValid|44|two -18000|Poland|M|4|E|DBA|Y|4||6||PB|||30|Masters|Yes|YesExpired|40|zero -72500|USA|M|8|E|DBA|N|6||0||PB|||75|Bachelors (4 years)|Yes|YesValid|45|zero -125000|USA|M|20|E|DBA|Y|1||0||PB|||50|Masters|No|YesExpired|40|one -63000|USA|M|3|E|DT|N|3||2||PB|||4|Bachelors (4 years)|No|N|40|zero -67000|USA|M|3|E|DBA|N|1||5||PB|||27|None (no degree completed)||YesValid|45|zero -125000|USA|M|23|E|DBA|N|5||0||PB|||85|None (no degree completed)||N|50|two -185000|USA|M|8|E|DBA|Y|9||0||PB|||600|Bachelors (4 years)|Yes|N|45|zero -85000|USA|M|10|E|SA|Y|12||0||LG|||9|Associates (2 years)|Yes|YesExpired|45|zero -70000|USA|M|3|E|DBA|N|3||2||PB|||21|Bachelors (4 years)|Yes|YesValid|45|zero -29000|UK|M|2|E|AN|N|2||1||PB|||3|None (no degree completed)||N|40|zero -77000|USA|M|4|E|D|N|2||6||PB|||6|None (no degree completed)||YesValid|40|one -30500|Russia|O|5|E|A|Y|4||0||PB|||15|Doctorate/PhD|No|YesValid|40|two -130000|USA|M|5|EC|D|N|1||4||SG|||100|Bachelors (4 years)|No|N|40|five -81000|USA|M|6|E|DBA|N|2||5||PB|||70|Bachelors (4 years)|No|N|40|zero -87400|USA|O|7|E|DBA|N|7||4||PB|||50|Masters|No|N|50|zero -108000|USA|M|7|E|DBA|N|4||3||PB|||100|Bachelors (4 years)|Yes|YesExpired|40|two -25000|Argentina|M|5|E|DBA|Y|5||6||PB|||10000|Associates (2 years)||YesValid|45|three -300000|Australia|M|7|E|S|N|7||1||PB|||0|Bachelors (4 years)|No|N|40|one -61900|USA|M|1|E|DBA|N|1||0||SG|||11|Bachelors (4 years)|Yes|N|50|two -65000|USA|M|2|E|DBA|N|2||0||PB|||3|Bachelors (4 years)|No|N|50|one -210000|USA|M|9|E|DBA|Y|2||0||PB|||300|None (no degree completed)||YesValid|40|one -143000|Canada|P|16|E|E|N|1||3||PB|||2000|Bachelors (4 years)|Yes|N|40|five -115000|USA|M|12|E|A|Y|3||0||PB|||10|Masters|No|YesValid|50|zero -142000|USA|M|19|E|DT|N|3||0||PB|||4|Associates (2 years)|Yes|YesValid|38|two -220000|USA|M|18|E|M|Y|8||0||PB|||900|Associates (2 years)||YesValid|50|one -11000|India|M|5|E|DBA|N|5||4||PB|||300|Bachelors (4 years)|Yes|YesValid|45|zero -175000|USA|M|15|EC|M|Y|3||0||PB|||40|None (no degree completed)||YesExpired|50|two -180000|USA|M|17|E|A|N|14||6||PB|||20|Bachelors (4 years)|No|YesValid|60|zero -85900|USA|M|6|EC|DBA|N|2||1||FG|||9|None (no degree completed)||N|42|one -123000|USA|M|10|E|D|N|2||3||PB|||3|Bachelors (4 years)|No|YesValid|40|one -102000|USA|M|15|E|DS|Y|3||0||PB|||10|Masters|No|YesValid|50|zero -160000|USA|M|17|E|E|N|2||0||PB|||20|Masters|Yes|N|40|four -127000|USA|M|13|E|E|N|2||6||PB|||20|Bachelors (4 years)|Yes|YesValid|50|five -118000|USA|M|6|E|DBA|N|6||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -55300|UK|M|13|E|DBA|N|3||1||LG|||10|Masters|No|N|50|one -101000|USA|M|21|EC|DA|N|21||6||PB|||50|Bachelors (4 years)|No|YesValid|40|zero -55700|New-Zealand|M|10|E|DBABI|N|6||2||LG|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -60000|USA|P|2|E|D|N|2||2||PB|||10|Associates (2 years)|No|N|40|zero -112000|Canada|MDB|1|E|E|N|1||3||PB|||300|Bachelors (4 years)|Yes|N|35|five -83000|USA|M|4|E|D|N|4||2||PB|||3|Bachelors (4 years)|Yes|N|40|zero -60000|Canada|M|6|EC|D|N|1||6||PB|||10|Bachelors (4 years)|No|N|40|zero -126800|USA|M|20|E|DBA|N|15||0||PB|||25|Bachelors (4 years)|Yes|N|40|two -104000|USA|M|8|E|DBA|N|8||4||PB|||600|Bachelors (4 years)|Yes|N|42|zero -137000|Canada|M|10|E|A|N|1||6||PB|||0|Masters|Yes|YesValid|40|two -60000|USA|M|3|E|DT|N|3||0||SG|||5|None (no degree completed)||YesValid|50|zero -115000|USA|M|8|E|M|Y|4||6||PB|||6|None (no degree completed)||N|50|three -25000|USA|M|2|EC|DBA|N|2||1||LG|||100|Associates (2 years)|Yes|N|22|zero -105000|USA|M|7|E|DBA|N|7||3||PB|||180|Bachelors (4 years)|No|N|40|zero -102000|Denmark|M|9|E|DBA|N|0||0||PB|||100|Associates (2 years)|Yes|YesValid|37|zero -112500|USA|M|10|E|M|Y|2||1||PB|||20|None (no degree completed)||N|48|one -92000|USA|M|14|E|DBA|N|4||0||PB|||30|None (no degree completed)||YesValid|35|one -120000|USA|M|10|E|A|N|4||3||PB|||300|Associates (2 years)|Yes|YesExpired|40|one -40500|UK|M|2|E|DT|N|1||2||PB|||8|Bachelors (4 years)|No|YesValid|40|zero -30500|Lithuania|M|5|E|DT|N|3||1||PB|||12|Bachelors (4 years)|Yes|YesValid|40|one -62000|USA|M|3|E|A|N|3||2||SG|||10|Bachelors (4 years)|Yes|YesValid|40|zero -13455|India|M|8|E|DBA|Y|8||2||PB|||25|Masters|No|N|40|zero -18200|Poland|M|6|E|DBA|Y|6||1||PB|||50|Masters|Yes|YesValid|40|zero -20000|Portugal|M|18|E|DBA|N|5||0||PB|||3|Masters|No|YesValid|40|zero -61475|Guernsey|M|9|E|DBA|N|9||0||PB|||70|Bachelors (4 years)|Yes|YesValid|40|zero -37000|UK|M|3|E|AN|N|3||0||PB|||3|Bachelors (4 years)|No|N|40|zero -85000|HK|M|8|E|DBA|Y|2||0||PB|||3|Bachelors (4 years)|Yes|YesValid|45|one -43000|Spain|M|10|EC|A|N|10||3||PB|||100|Masters|Yes|YesValid|50|three -71300|UK|M|7|E|DBA|Y|1||1||PB|||15|Associates (2 years)|Yes|YesValid|37|zero -48000|India|M|12|E|DBA|N|4||3||PB|||40000|Bachelors (4 years)|Yes|N|60|zero -38000|Israel|M|2|E|D|N|2||1||PB|||2|Bachelors (4 years)|Yes|N|43|five -68000|USA|M|2|E|AN|N|2||3||PB|||5|Bachelors (4 years)|No|N|40|one -135000|USA||20|E|DBA|Y|20||6||PB|||60|Associates (2 years)|No|YesExpired|40|five -130000|USA|M|20|E|A|Y|3||0||PB|||10|Masters|No|N|60|five -93000|USA|M|11|E|D|N|6||2||PB|||6|Associates (2 years)|No|YesExpired|35|zero -69000|UK|M|10|E|DBA|N|1||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|38|one -130000|UK|M|7|E|DBA|N|7||0||PB|||300|Bachelors (4 years)|No|N|40|zero -107000|USA|M|12|E|M|Y|2||6||PB|||70|Bachelors (4 years)|Yes|N|50|zero -52000|USA|M|2|E|DT|N|2||2||PB|||8|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|15|E|M|Y|15||2||PB|||5|Masters|Yes|N|40|two -100000|USA|M|4|E|DBA|Y|2||0||PB|||12|Bachelors (4 years)|No|N|50|one -39566|Russia|M|11|E|D|Y|8||6||PB|||10|Masters|Yes|YesExpired|50|zero -63000|USA|M|2|E|AN|N|3||1||PB|||5|Masters|No|N|40|zero -115000|USA|M|14|E|E|N|2||6||PB|||10|Bachelors (4 years)|Yes|N|42|zero -90000|Germany|M|15|E|E|N|1||3||PB|||900|None (no degree completed)||N|45|zero -140000|Germany|M|22|I|A|N|10||1||FG|||200|Masters|Yes|YesValid|41|zero -109000|USA|O|9|EC|DBA|N|9||1||FG|||18|Masters|Yes|N|40|zero -74000|UK|M|11|E|D|Y|2||2||SG|||4|Masters|Yes|N|40|one -106000|USA|M|4|E|DBA|Y|1||6||PB|||500|Bachelors (4 years)|Yes|YesExpired|55|one -196000|USA|M|18|I|A|Y|10||0||FG|||200|Masters|Yes|YesExpired|55|five -122000|USA|M|20|E|SRC|N|0||6||PB|||1000|Bachelors (4 years)|No|YesValid|40|five -86000|USA|M|3|E|SA|N|2||0||SG|||60|Masters|No|YesExpired|42|zero -170000|USA|M|10|E|DBA|N|2||1||PB|||50|None (no degree completed)|No|YesExpired|50|one -95000|USA|M|8|E|A|N|4||0||PB|||4|Bachelors (4 years)|Yes|N|40|zero -105000|USA|M|4|E|A|N|2||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -98000|USA|M|5|E|D|Y|5||0||PB|||80|Bachelors (4 years)|Yes|N|50|zero -135000|UK|M|15|E|DBA|N|4||1||PB|||75|Associates (2 years)|Yes|YesValid|38|zero -61000|USA|M|2|E|AC|N|2||6||PB|||28|Bachelors (4 years)|No|N|45|five -73000|Canada|M|9|E|DBA|N|5||1||PB|||9|Associates (2 years)|Yes|N|35|zero -89000|USA|M|8|EC|D|N|5||0||PB|||4|Bachelors (4 years)|Yes|YesExpired|40|two -116000|USA|M|20|E|DBA|N|25||3||PB|||30|Bachelors (4 years)|Yes|N|40|one -180000|USA|M|17|E|DT|N|5||6||PB|||20|None (no degree completed)||N|35|two -40000|Finland|M|20|E|DBA|N|9||1||PB|||10|Masters|Yes|YesExpired|30|one -163000|USA|M|18|EC|DBA|N|8||3||PB|||1000|None (no degree completed)||YesExpired|40|five -85000|USA|M|18|E|DBA|N|10||0||PB|||25|None (no degree completed)||YesExpired|50|one -103000|USA||3|E|DBA|N|3||0||PB|||20|Bachelors (4 years)|No|N|45|one -83000|USA|M|6|E|DBA|N|3||0||PB|||34|None (no degree completed)||N|50|one -76500|Australia|M|20|E|D|Y|10||1||PB|||5|Bachelors (4 years)|Yes|YesExpired|45|zero -130000|USA|M|14|E|A|N|2||0||PB|||15|None (no degree completed)||N|45|zero -165000|USA|M|13|I|A|Y|13||2||PB|||10|Masters|Yes|YesExpired|40|one -108000|USA|M|4|EC|D|N|4||6||PB|||500|Bachelors (4 years)|No|N|45|one -105000|USA|M|6|E|DBA|N|6||6||PB|||1000|None (no degree completed)||N|40|zero -50000|USA|M|3|E|M|Y|3||1||S|||6|Bachelors (4 years)|No|YesExpired|45|zero -130000|USA|M|10|E|A|Y|1||0||PB|||40|Associates (2 years)|No|YesExpired|40|one -13000|India|M|4|E|DBA|N|1||5||PB|||2000|Masters|Yes|N|43|zero -110000|USA|M|10|E|DBA|N|5||2||PB|||200|Masters|Yes|YesValid|40|five -78000|Israel|M|15|E|DBA|N|10||1||PB|||20|None (no degree completed)||YesExpired|50|zero -53000|Israel|M|4|E|D|N|4||6||FG|||8|Bachelors (4 years)|No|YesValid|45|zero -41771|UK|M|3|E|DBA|N|1||0||PB|||50|None (no degree completed)||YesExpired|36|zero -30000|Bulgaria|M|13|E|DBA|N|5||0||PB|||40|Bachelors (4 years)|Yes|N|40|zero -174000|USA|M|18|E|A|N|2||0||PB|||0|Masters|No|YesValid|40|three -130000|Ireland|M|15|I|A|Y|30||0||PB|||10|Doctorate/PhD|Yes|N|40|five -77000|Denmark|M|12|I|A|N|12||1||PB|||10|Associates (2 years)||YesValid|45|zero -100000|USA|M|20|E|DBA|N|15||0||PB|||75|Masters|Yes|YesExpired|60|zero -150000|UK|M|16|I|DBA|N|16||0||PB|||400|None (no degree completed)|No|N|40|four -133000|USA|M|16|E|M|Y|1||0||PB|||84|Bachelors (4 years)|Yes|YesValid|45|zero -42000|France|M|10|E|DBA|N|3||2||PB|||58|Masters|Yes|YesValid|35|zero -115000|USA|M|20|E|DBA|Y|10||0||PB|||200|Masters|Yes|YesValid|40|two -86000|UK|M|12|E|DT|Y|3||6||PB|||1|Bachelors (4 years)|Yes|YesExpired|40|zero -24000|Romania|M|5|E|DBA|N|3||6||PB|||47|None (no degree completed)||YesValid|50|zero -115000|USA|M|10|E|A|N|3||0||PB|||60|Bachelors (4 years)|Yes|YesExpired|50|one -43000|UK|M|5|E|DBA|Y|3||0||PB|||4|Bachelors (4 years)|No|N|38|zero -80000|USA|P|3|E|M|Y|2||0||PB|||6|Masters|No|N|48|two -65000|USA|M|4|E|DBA|N|1||0||PB|||30|Bachelors (4 years)|Yes|YesValid|40|zero -106000|USA|M|16|E|E|N|4||6||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|one -49000|UK|P|1|E|DBA|N|1||0||PB|||50|Bachelors (4 years)|Yes|YesValid|35|two -160000|USA|M|25|I|DBA|N|5||2||PB|||4|None (no degree completed)||YesValid|35|zero -95138|USA|M|20|E|DA|Y|1||0||PB|||15|Associates (2 years)|No|N|60|five -120000|USA|M|13|E|DBA|N|1||0||PB|||13|Bachelors (4 years)|Yes|YesExpired|40|two -100000|USA|M|13|E|M|Y|13||1||PB|||5|Bachelors (4 years)|Yes|N|55|zero -73000|USA|M|15|E|DBA|N|3||2||PB|||470|Bachelors (4 years)|Yes|N|46|zero -96000|USA|M|6|E|DT|N|6||0||FG|||4|Bachelors (4 years)|Yes|N|40|zero -175000|USA|M|21|I|DT|N|21||0||PB|||90|Bachelors (4 years)|No|YesValid|30|four -82000|Germany|M|14|E|A|N|2||1||PB|||250|Masters|Yes|YesValid|40|zero -112000|Australia|M|10|E|M|Y|0||3||PB|||10|Bachelors (4 years)|Yes|N|38|zero -42000|Poland|M|10|E|DBA|N|5||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|two -100000|Israel|M|4|E|DBA|N|2||2||PB|||30|None (no degree completed)||YesExpired|45|zero -73000|Australia|M|8|E|DA|N|10||3||PB|||2|Bachelors (4 years)|Yes|N|42|zero -115000|Switzerland|M|8|E|DBA|N|4||3||PB|||25|None (no degree completed)||YesValid|43|one -55000|UK|M|8|E|D|Y|2||0||PB|||10|None (no degree completed)||YesValid|37|zero -65500|New-Zealand|M|10|E|DBA|N|3||6||PB|||2000|Bachelors (4 years)|Yes|YesValid|40|zero -32000|Romania|M|10|E|DA|N|10||6||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -95000|USA|M|15|E|DT|N|2||1||PB|||6|Bachelors (4 years)|No|N|40|two -26000|China|M|9|E|DBA|N|9||0||PB|||80|Bachelors (4 years)|Yes|YesValid|45|four -62000|USA|P|5|I|A|Y|10||0||PB|||10|Bachelors (4 years)|Yes|YesValid|80|four -115000|USA|M|7|E|DBA|N|1||6||PB|||500|Bachelors (4 years)|No|YesValid|40|zero -76000|USA|M|10|E|E|N|5||6||PB|||5|Bachelors (4 years)|Yes|N|50|five -27049|UK|M|1|E|DT|N|1||1||PB|||6|Bachelors (4 years)|Yes|N|40|zero -43000|UK|M|2|I|DA|Y|2||0||PB|||2|Bachelors (4 years)|No|N|50|zero -75000|USA|M|5|E|DT|N|2||3||PB|||39|Bachelors (4 years)|No|N|50|one -90000|USA|M|9|E|DBA|N|5||3||PB|||100|Bachelors (4 years)|Yes|N|40|five -8500|India|M|3|E|AN|N|3||6||PB|||200|Bachelors (4 years)|Yes|N|40|zero -80000|Luxembourg|M|10|EC|DBA|Y|1||1||PB|||1000|Masters|No|N|50|five -37400|USA|M|4|E|E|N|4||1||PB|||5|Associates (2 years)|Yes|YesValid|40|one -70000|UK|M|6|E|DT|N|1||6||PB|||10|Bachelors (4 years)|No|N|38|zero -43000|Sweden|M|1|E|DBA|N|1||0||PB|||15|None (no degree completed)||N|41|zero -67000|Australia|M|4|E|D|N|1||0||PB|||5|Bachelors (4 years)|Yes|N|40|zero -105000|USA|SAP|5|E|A|N|12||0||FG|||15|Bachelors (4 years)|No|N|50|one -71000|New-Zealand|M|7|E|DBA|N|7||2||PB|||24|Bachelors (4 years)|Yes|YesValid|40|zero -67000|New-Zealand|M|10|EC|DBA|N|5||6||PB|||2000|None (no degree completed)||YesExpired|45|zero -51000|USA|M|38|E|DBA|N|4||3||PB|||20|Bachelors (4 years)|Yes|YesValid|40|zero -73000|USA|M|3|E|DBA|N|3||2||PB|||300|Bachelors (4 years)|Yes|N|60|three -100000|Australia|M|17|E|DA|N|17||2||PB|||2|None (no degree completed)|No|YesValid|50|zero -65000|Australia|M|5|E|E|N|5||1||LG|||12|None (no degree completed)||N|35|zero -48000|Australia|M|1|E|DBA|N|1||0||PB|||30|Associates (2 years)|Yes|YesExpired|24|zero -120000|Australia|O|20|E|DBA|N|15||2||PB|||120|Bachelors (4 years)|Yes|YesExpired|40|one -51000|Australia|M|3|E|AN|N|1||0||PB|||2|None (no degree completed)||N|38|zero -63000|New-Zealand|M|7|E|DBA|N|1||0||PB|||35|None (no degree completed)||YesValid|45|zero -11500|USA|M|10|E|DBA|N|6||4||PB|||26|Associates (2 years)|Yes|YesExpired|50|one -73000|Australia|M|10|E|M|Y|14||1||PB|||3|Bachelors (4 years)|Yes|N|40|five -85000|Australia|M|15|E|DBA|N|15||4||SG|||200|Bachelors (4 years)|Yes|N|35|zero -82500|Australia|M|10|E|DT|Y|7||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|one -68000|Australia|M|18|E|AN|N|1||0||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -57740|Australia|M|6|E|D|N|1||1||FG|||2|Bachelors (4 years)|Yes|N|35|zero -117000|Australia|M|21|EC|A|Y|7||0||PB|||20|Masters|Yes|N|50|zero -165227|New-Zealand|M|18|E|DBA|N|18||2||FG|||446|Associates (2 years)|Yes|YesExpired|30|zero -73000|Australia|M|10|E|DBA|N|5||0||PB|||16|Masters|Yes|YesExpired|45|zero -75000|New-Zealand|M|8|E|DBA|N|5||0||PB|||100|Bachelors (4 years)|No|N|50|zero -5000|Venezuela|M|5|EC||Y|5||2||PB|||25|Associates (2 years)|Yes|N|40|five -130000|Australia|M|14|I|DBA|N|5||0||PB|||600|Bachelors (4 years)|Yes|YesExpired|40|zero -95000|Australia|M|20|EC|D|N|18||6||PB|||4|Bachelors (4 years)|Yes|YesValid|48|two -20000|Philippines|M|6|E|D|Y|6||1||PB|||4|Bachelors (4 years)|No|YesValid|40|zero -62250|Australia|M|3|EC|DBA|N|3||2||PB|||30|Bachelors (4 years)|Yes|YesValid|38|zero -61000|Australia|M|15|E|DA|N|18||2||PB|||100|Bachelors (4 years)|Yes|YesValid|50|five -104000|USA|M|12|E|DBA|N|3||6||PB|||120|Associates (2 years)||YesValid|50|two -85600|Australia|M|10|E|M|N|15||0||PB|||3|Associates (2 years)|Yes|YesExpired|40|five -7473|Malaysia|M|3|E|DA|N|3||5||PB|||6|Bachelors (4 years)|Yes|N|45|zero -45000|Israel|M|2|E|DBA|N|2||0||PB|||3|None (no degree completed)||N|40|five -72000|UK|M|10|E|M|Y|12||0||PB|||5|Masters|Yes|YesExpired|40|five -80000|Finland|M|15|E|A|Y|8||0||PB|||40|Masters|Yes|YesExpired|50|zero -74500|Australia|M|5|E|DT|N|3||3||SG|||2|Bachelors (4 years)|No|N|36|zero -430|India|M|3|E|DT|N|3||0||PB|||5|Bachelors (4 years)|No|N|8|zero -105000|Finland|M|20|I|DA|N|20||3||PB|||3|Bachelors (4 years)|Yes|N|42|zero -50000|South-Africa|M|20|E|DBA|N|2||0||PB|||15|Associates (2 years)|Yes|YesExpired|40|zero -70800|Denmark|M|4|E|DA|N|4||2||PB|||3|Masters|No|YesValid|40|zero -62000|Sweden|M|7|E|A|N|6||0||PB|||10|Bachelors (4 years)|No|YesValid|45|one -30000|Turkey|M|10|E|DBA|N|1||2||PB|||450|Bachelors (4 years)|Yes|N|40|one -40000|South-Africa|M|15|E|DBA|N|12||0||PB|||9|None (no degree completed)|No|YesValid|45|zero -68000|South-Africa|M|15|E|A|Y|5||3||PB|||5|Associates (2 years)|Yes|YesValid|48|zero -15500|Bulgaria|M|4|E|DT|N|4||6||PB|||10|Associates (2 years)|Yes|N|40|zero -24000|Greece|M|8|E|DT|Y|9||4||PB|||3|Bachelors (4 years)|No|YesExpired|40|zero -50000|Sweden|M|14|EC|DT|N|5||1||PB|||40|Associates (2 years)|Yes|N|40|two -61000|Sweden|M|6|E|D|N|12||6||SG|||15|Bachelors (4 years)|Yes|N|40|zero -64000|Austria|M|10|E|DBA|Y|10||1||PB|||400|Bachelors (4 years)|No|YesValid|45|zero -60000|Slovenia|M|8|E|DBA|N|8||1||PB|||80|Bachelors (4 years)|Yes|YesValid|40|five -108000|Denmark|M|17|E|DBA|N|17||0||PB|||7|Bachelors (4 years)|No|YesExpired|40|zero -66999|UK|M|17|E||Y|3||0||PB|||4|Associates (2 years)|Yes|N|40|three -75000|Germany|M|10|E|DT|N|10||2||PB|||5|Masters|Yes|N|40|zero -56000|Sweden|M|17|E|M|N|5||0||LG|||130|None (no degree completed)|No|YesExpired|40|one -35000|Finland|M|5|EC|DA|Y|6||2||PB|||2|Bachelors (4 years)|Yes|N|37|zero -25000|Romania|M|3|E|DT|N|4||0||PB|||1|Bachelors (4 years)|Yes|N|40|zero -77000|Sweden|M|17|E|DT|N|25||0||PB|||2|None (no degree completed)||N|40|zero -82000|Israel|M|10|E|DBA|N|8||1||PB|||20|Bachelors (4 years)|Yes|N|40|one -28000|Turkey|M|7|E|D|N|7||0||PB|||15|Bachelors (4 years)|Yes|N|40|zero -42150|Italy|M|10|E|M|Y|3||0||PB|||20|Bachelors (4 years)|Yes|N|45|zero -136000|Switzerland|M|10|E|DBA|N|11||3||PB|||110|Bachelors (4 years)|No|N|42|zero -54000|Macedonia|M|10|I|DBA|Y|7||0||PB|||30|Bachelors (4 years)|Yes|N|50|five -51000|Australia|M|8|E|DA|N|8||0||LG|||7|Bachelors (4 years)|Yes|N|40|zero -68000|Luxembourg|M|7|EC|D|N|7||6||PB|||25|Bachelors (4 years)|Yes|YesValid|40|zero -65000|France|M|7|E|DBA|N|7||0||PB|||2|Associates (2 years)|Yes|N|45|zero -30000|Spain|M|3|EC|AN|N|3||3||PB|||3|Masters|Yes|N|40|zero -14500|Poland|M|6|E|DA|N|6||1||PB|||15|Masters|Yes|YesExpired|46|zero -92000|Italy|M|17|I|DBA|N|7||0||PB|||50|Bachelors (4 years)|Yes|YesValid|50|four -122000|UK|M|15|I|DBA|N|4||0||PB|||100|None (no degree completed)|No|YesValid|40|four -120000|Switzerland|M|18|E|DT|N|10||1||PB|||12|Bachelors (4 years)|No|YesExpired|42|zero -32000|Spain|M|6|EC|DBA|Y|10||1||PB|||2000|None (no degree completed)||YesValid|40|zero -65723|Austria|M|8|E|DT|N|5||0||PB|||3|Bachelors (4 years)|No|N|39|zero -50000|Italy|M|12|I|E|Y|10||3||PB|||5|Doctorate/PhD|Yes|N|45|zero -37500|UK|M|7|E|DT|N|3||0||PB|||10|Bachelors (4 years)|No|N|38|zero -57000|UK|M|6|E|D|N|1||1||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -62109|UK|M|8|E|D|N|1||6||PB|||100|Bachelors (4 years)|Yes|YesValid|40|four -19000|Hungary|M|2|E|DA|Y|3||1||PB|||2|Associates (2 years)|Yes|N|43|zero -111000|Iceland|M|18|E|A|N|3||1||PB|||70|Bachelors (4 years)|Yes|YesExpired|55|zero -52382|UK|M|8|E|DA|N|12||1||PB|||2|Bachelors (4 years)|Yes|N|40|zero -76450|UK|M|12|E|A|N|1||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|38|zero -100000|UK|M|7|I|DBA|N|2||0||FG|||100|None (no degree completed)||YesExpired|60|zero -55000|UK|M|14|E|DBA|N|14||1||PB|||20|Bachelors (4 years)|Yes|YesExpired|45|zero -59000|UK|M|15|E|DBA|Y|5||1||PB|||180|None (no degree completed)|No|YesExpired|38|zero -65000|Germany|M|12|E|DBA|N|12||0||LG|||50|Masters|No|YesValid|40|zero -107000|UK|M|10|E|DBA|N|5||6||PB|||800|Bachelors (4 years)|No|YesExpired|40|zero -34000|UK|M|3|E|DA|N|3||3||PB|||4|Bachelors (4 years)|Yes|N|37|two -75500|UK|M|15|E|DBA|N|27||6||PB|||1200|None (no degree completed)||N|37|zero -90000|UK|M|13|I|DBA|N|13||1||PB|||50|Bachelors (4 years)|Yes|YesValid|37|zero -70000|Germany|M|2|E|DBA|N|2||0||PB|||30|None (no degree completed)||YesValid|38|zero -58000|UK|M|8|E|D|N|2||0||PB|||5|Masters|Yes|N|40|zero -58430|UK|M|6|E|DBA|N|4||0||PB|||10|Bachelors (4 years)|Yes|N|37|zero -32000|Netherlands|M|3|E|DBA|Y|3||1||PB|||83|Bachelors (4 years)|Yes|N|40|zero -84000|UK|M|10|E|A|Y|5||1||PB|||150|Bachelors (4 years)|Yes|N|50|one -79300|UK|M|18|E|DBA|N|18||3||PB|||60|None (no degree completed)||N|45|one -85000|Ireland|M|10|E|DT|Y|10||1||PB|||4|Bachelors (4 years)|No|YesValid|40|zero -59000|UK|M|15|E|DBA|N|10||5||PB|||50|None (no degree completed)||YesExpired|42|zero -61000|UK|M|8|E|DBA|N|1||0||PB|||10|None (no degree completed)|No|YesExpired|50|five -54000|Germany|M|8|E||N|11||0||PB|||40|Bachelors (4 years)|Yes|N|40|zero -68000|UK|M|15|EC||N|6||1||PB|||1000|Bachelors (4 years)|Yes|YesValid|45|two -45000|UK|M|15|E|DT|N|15||2||PB|||4|Bachelors (4 years)||N|38|zero -43468|UK|M|10|E|DA|N|10||1||PB|||2|None (no degree completed)|Yes|YesExpired|40|zero -73000|UK|M|10|E|DBA|N|8||2||PB|||3000|Associates (2 years)|No|YesExpired|40|one -85232|UK|M|17|E|DBA|N|10||6||PB|||500|Bachelors (4 years)|Yes|YesValid|40|two -63000|Germany|M|20|E|DBA|N|5||2||PB|||12|None (no degree completed)|Yes|YesExpired|40|one -133000|UK|M|12|I|DBA|N|3||1||PB|||400|None (no degree completed)||YesExpired|60|three -55000|UK|M|8|EC|DBA|N|8||0||PB|||50|Doctorate/PhD|No|YesValid|40|zero -85000|Sweden|M|15|I|DBA|N|10||6||PB|||600|Bachelors (4 years)|No|YesExpired|40|one -133615|UK|M|20|E|M|Y|5||1||PB|||110|Masters|Yes|YesExpired|65|zero -40000|Spain|M|8|E|E|Y|6||1||PB|||5|Masters|Yes|N|40|zero -60000|Germany|M|6|E|D|N|3||2||PB|||4|Masters|Yes|N|40|zero -37619|Netherlands|M|2|E|DBA|N|2||0||PB|||8|Associates (2 years)|Yes|YesExpired|40|zero -81000|UK|M|18|E||N|3||3||PB|||25|None (no degree completed)||N|40|zero -59000|France|M|8|E|DBA|N|1||0||PB|||200|Masters|Yes|N|40|zero -60750|UK|M|18|E|DA|N|18||6||PB|||5|Bachelors (4 years)|No|N|37|three -60000|UK|M|15|E|D|N|5||3||PB|||1|None (no degree completed)|No|N|38|zero -62500|UK|M|11|E|M|Y|3||5||PB|||3|Bachelors (4 years)|Yes|N|45|zero -65000|UK|M|17|E|M|Y|5||4||PB|||300|Bachelors (4 years)|Yes|YesExpired|40|one -38000|UK|M|8|E|DBA|N|5||1||LG|||8|Bachelors (4 years)|Yes|YesExpired|35|two -53300|Netherlands|M|15|E|DBA|N|15||3||FG|||300|Bachelors (4 years)|No|N|45|one -103000|UK|O|10|E|DBA|Y|4||4||PB|||200|Associates (2 years)|No|YesExpired|37|zero -46000|CzechRepublic|M|5|E|DBA|Y|5||3||PB|||50|Masters|Yes|YesValid|45|zero -10000|India|MS|5|E|DBA|Y|5||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -54000|UK|M|16|E|DBA|N|16||0||PB|||26|Bachelors (4 years)|No|YesValid|50|one -42500|UK|M|10|E|DBA|N|4||0||PB|||9|None (no degree completed)||YesValid|40|two -63000|UK|M|15|E|E|Y|10||1||PB|||15|None (no degree completed)||YesExpired|55|five -50000|Netherlands|M|1|E|AN|N|1||1||PB|||4|Masters|Yes|N|36|zero -134000|Switzerland|O|17|EC|DBA|N|17||6||PB|||500|Associates (2 years)|Yes|YesValid|44|zero -30000|Germany|M|4|E||N|4||1||PB|||40|Associates (2 years)|No|N|45|zero -73000|South-Africa|M|10|I|D|N|4||0||PB|||10|Bachelors (4 years)|Yes|YesValid|40|zero -48000|UK|M|8|E|M|Y|17||0||PB|||3|Bachelors (4 years)|No|N|45|two -66000|Sweden|M|17|E|D|N|17||5||LG|||2|Bachelors (4 years)|No|N|40|zero -70000|UK|M|10|E|DBA|N|5||2||PB|||20|Associates (2 years)|Yes|YesExpired|40|zero -40300|Poland|M|11|E|DA|N|11||1||PB|||6|Bachelors (4 years)|No|YesExpired|43|zero -60000|Germany|M|13|E|DBA|Y|15||2||PB|||6|Bachelors (4 years)|Yes|YesValid|45|zero -35000|Romania|M|8|E|DBA|N|3||4||PB|||200|Bachelors (4 years)|Yes|N|40|zero -48699|UK|M|6|E|DBA|Y|3||1||PB|||55|None (no degree completed)||YesExpired|35|zero -55000|South-Africa|M|17|EC|DBA|N|18||0||PB|||20|None (no degree completed)||YesExpired|40|zero -54786|UK|M|8|E|DBA|N|8||0||PB|||130|Bachelors (4 years)|No|YesExpired|35|zero -121000|USA|M|15|E|DBA|Y|10||1||PB|||50|Bachelors (4 years)|Yes|N|45|four -56000|USA|M|5|E|M|Y|8||0||PB|||1|Bachelors (4 years)|No|YesExpired|42|zero -100000|USA|M|12|E|DBA|N|7||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|43|zero -64000|Belgium|M|8|E|D|N|8||6||PB|||10|Masters|Yes|YesValid|40|one -139000|USA|M|12|E||N|1||0||PB|||10|Bachelors (4 years)|No|YesValid|40|five -117000|USA|M|10|E|DBA|N|6||2||PB|||50|Bachelors (4 years)|No|YesExpired|40|one -55000|Netherlands|M|5|E|DBA|N|5||0||PB|||50|None (no degree completed)|No|YesValid|38|one -57000|UK|M|10|E|DBA|N|8||0||PB|||14|Bachelors (4 years)|No|N|48|zero -51101|UK|M|10|E|DBA|N|4||1||PB|||20|None (no degree completed)|No|N|40|two -89000|USA|M|14|E|DA|N|2||1||PB|||20|Bachelors (4 years)|Yes|YesExpired|60|zero -66900|UK|M|11|E|DBA|N|4||2||PB|||30|None (no degree completed)||N|38|zero -66000|Canada|M|15|E|AN|N|10||0||SG|||10|Bachelors (4 years)|No|YesExpired|40|zero -75000|Canada|M|18|E|DBA|N|10||0||PB|||100|Associates (2 years)|Yes|YesExpired|42|zero -85000|USA|M|12|E|E|N|6||2||PB|||10|Bachelors (4 years)|Yes|N|42|zero -20000|Russia|M|3|E|DBA|Y|3||0||PB|||15|Masters|Yes|YesValid|40|zero -80000|UK|M|18|E|DBA|N|4||1||PB|||60|None (no degree completed)|Yes|YesExpired|37|two -80000|Sweden|M|7|I|DT|N|7||2||PB|||200|Masters|Yes|YesValid|40|one -125000|USA|M|22|E|E|N|6||6||PB|||20|Bachelors (4 years)|No|YesExpired|45|zero -100000|USA|M|23|E|DT|N|1||0||PB|||4|Bachelors (4 years)|Yes|N|45|zero -120000|Bermuda|M|12|E|D|Y|15||0||PB|||15|Bachelors (4 years)|No|YesExpired|45|zero -50000|Brazil|M|10|E|DBA|N|15||4||PB|||200|Bachelors (4 years)|No|YesExpired|45|zero -100000|USA|M|8|EC|D|N|8||1||SG|||5|Masters|Yes|YesExpired|40|zero -40000|Italy|M|15|E|D|N|3||0||PB|||2|Bachelors (4 years)|Yes|N|40|zero -50500|UK|M|20|E|A|N|3||0||PB|||3|Associates (2 years)||YesExpired|38|zero -98304|Denmark|M|8|E|A|Y|5||2||PB|||4|Bachelors (4 years)|Yes|YesExpired|32|one -50000|Italy|MA|17|E|AN|N|5||0||PB|||3|Associates (2 years)|No|YesValid|37|zero -93500|USA|M|6|E|DBA|N|3||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|five -68000|USA|M|6|E|AN|N|6||0||PB|||3|None (no degree completed)||N|50|zero -72000|USA|M|1|E|DBA|N|1||0||PB|||8|Bachelors (4 years)|Yes|YesValid|45|zero -80000|USA|M|10|E|AN|N|20||1||PB|||1|None (no degree completed)||YesValid|45|zero -148000|USA|M|9|E|M|N|14||0||PB|||1|Masters|Yes|YesExpired|45|zero -98000|USA|M|18|E|DBA|N|18||2||PB|||200|None (no degree completed)||N|60|zero -38500|USA|M|1|E||N|1||6||PB|||100|Bachelors (4 years)|Yes|N|40|zero -74000|USA|O|12|E|DBA|Y|12||0||SG|||25|Associates (2 years)|Yes|N|50|zero -107000|USA|M|19|E|DBA|N|29||0||PB|||20|Bachelors (4 years)|Yes|N|50|zero -91400|USA|M|8|E|DA|N|20||1||PB|||60|None (no degree completed)||N|40|five -36500|UK|M|10|E|DBA|N|5||6||FG|||30|None (no degree completed)||N|40|two -85000|USA|M|11|E|D|N|20||3||PB|||6|Masters|Yes|YesExpired|40|one -92000|USA|M|11|EC|AN|N|11||4||PB|||100|Bachelors (4 years)|Yes|N|40|five -113000|USA|M|17|E|DT|N|14||0||PB|||15|Associates (2 years)|No|YesExpired|45|one -112000|USA|M|2|E|DBA|N|25||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|45|two -105000|USA|M|10|E|DBA|N|2||0||PB|||13|Bachelors (4 years)|Yes|N|40|zero -72000|USA|M|15|E|DBA|N|12||1||PB|||20|Bachelors (4 years)|No|YesExpired|40|zero -92000|USA|M|4|E|A|Y|1||0||LG|||2|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|7|E|DBA|N|4||2||PB|||100|Masters|Yes|N|50|one -127500|USA|M|17|E|DBA|Y|2||0||PB|||25|None (no degree completed)||N|48|four -785000|USA|M|20|E|DBA|N|8||0||LG|||25|Bachelors (4 years)|Yes|N|35|zero -98000|USA|M|18|E||N|18||0||LG|||100|Bachelors (4 years)|No|YesExpired|45|one -110000|USA|M|15|E|DBA|N|4||3||PB|||200|Masters|Yes|N|45|two -125000|USA|M|16|E|DBA|N|8||4||PB|||7|Associates (2 years)|Yes|N|40|two -72000|USA|M|15|E|DT|N|15||1||PB|||5|Bachelors (4 years)|No|N|40|zero -110000|USA|O|15|E|DBA|N|12||3||PB|||150|Bachelors (4 years)|Yes|YesValid|45|three -43800|South-Africa|M|4|E|DBA|N|3||1||PB|||25|Bachelors (4 years)|Yes|YesValid|36|two -65000|USA|M|3|E|M|N|1||0||PB|||2|None (no degree completed)||N|35|zero -135000|USA|M|4|EC|A|Y|9||1||PB|||6|Masters|Yes|YesValid|45|zero -65000|USA|M|1|E|DT|N|1||6||PB|||2|Bachelors (4 years)|Yes|N|40|zero -121000|USA|M|15|E|DBA|N|9||1||PB|||152|Bachelors (4 years)|Yes|N|50|two -26400|Finland|M|2|E|DBA|N|2||0||PB|||8|Bachelors (4 years)|No|N|37|zero -88000|USA|M|6|E|AN|N|1||1||PB|||6|Bachelors (4 years)|Yes|YesValid|50|one -103000|USA|M|7|E|A|N|2||2||PB|||8|Bachelors (4 years)|Yes|N|45|one -60000|Canada|M|10|E|DBA|N|2||4||PB|||200|Masters|Yes|YesValid|38|five -162000|USA|M|25|E|M|Y|20||0||PB|||50|Masters|Yes|YesExpired|45|zero -74000|USA|M|8|E|A|N|1||1||PB|||10|Bachelors (4 years)|No|N|40|zero -73000|USA|M|3|E|DA|N|0||1||PB|||3|Masters|No|N|45|zero -115000|USA|M|14|E|DA|N|18||0||PB|||8|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|16|E|DBA|N|16||0||PB|||20|Bachelors (4 years)|No|YesExpired|47|one -62000|Canada|M|8|E|DA|N|3||2||PB|||10|Bachelors (4 years)|Yes|N|40|zero -63150|UK|M|13|E|DBA|N|13||3||PB|||200|None (no degree completed)||N|45|five -90000|USA|M|6|E|E|N|6||3||PB|||10|Bachelors (4 years)|Yes|N|45|one -45000|USA|M|4|E||N|4||6||PB|||1|Associates (2 years)|Yes|YesExpired|45|five -80000|USA|M|11|E|DBA|N|8||0||PB|||11|None (no degree completed)||N|40|one -92425|USA|M|16|E|M|Y|12||0||PB|||10|None (no degree completed)||YesExpired|60|two -80000|USA|M|17|E|DBA|N|17||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|50|zero -156000|USA|M|18|EC|A|N|4||0||PB|||450|Bachelors (4 years)|Yes|YesValid|40|zero -110000|USA|M|10|E|D|Y|10||0||PB|||1|Bachelors (4 years)|Yes|YesExpired|60|zero -98000|USA|M|16|E|DT|N|16||6||PB|||4|None (no degree completed)||N|40|five -105000|USA|M|15|E|DA|N|12||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|50|one -79000|Australia|M|5|E|DBA|N|1||2||PB|||200|Bachelors (4 years)|Yes|YesValid|30|two -78000|USA|M|20|E|DBA|N|3||0||PB|||5|None (no degree completed)||YesValid|42|zero -108000|USA|M|11|EC|DBA|N|1||4||PB|||3200|Bachelors (4 years)|No|YesExpired|45|zero -135000|USA|M|18|E|DBA|N|18||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|one -95000|USA|M|6|E|D|N|5||1||PB|||20|Bachelors (4 years)|No|N|50|zero -88000|USA|M|5|E|DBA|N|5||5||PB|||3000|Bachelors (4 years)|No|N|50|two -86000|USA|M|16|E|A|N|11||0||PB|||157|Bachelors (4 years)|Yes|N|50|zero -95000|USA|SAP|10|E|A|Y|23||3||LG|||58|Masters|Yes|YesValid|55|zero -111500|USA|M|6|E|DBA|N|6||1||PB|||100|Bachelors (4 years)|No|N|50|two -95500|USA|M|18|E|M|Y|10||0||PB|||10|None (no degree completed)||N|50|zero -90000|Spain|M|15|I|D|Y|15||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|50|five -195000|USA|M|12|E|DBA|N|3||4||PB|||200|Associates (2 years)|No|YesValid|45|one -125000|USA|M|20|E|DT|N|20||6||PB|||10|Associates (2 years)|No|N|40|two -103000|USA|M|18|E|DT|Y|8||1||PB|||3|Bachelors (4 years)|No|YesValid|45|zero -92000|USA|O|1|E|DBA|N|1||0||LG|||10|Bachelors (4 years)|Yes|N|45|zero -105000|USA|M|8|E|AN|N|4||2||PB|||20|Bachelors (4 years)|Yes|YesValid|60|one -44000|Spain|O|12|EC|DBA|Y|10||0||PB|||100|Associates (2 years)|No|N|40|five -220000|USA|M|10|E|M|Y|2||0||PB|||30|None (no degree completed)||YesValid|40|zero -73000|USA|M|10|E|DBA|N|4||0||PB|||2|Bachelors (4 years)|Yes|YesValid|40|zero -121500|USA|M|16|E|A|N|2||5||PB|||10|Bachelors (4 years)|Yes|YesValid|40|four -82000|USA|M|5|E|DA|N|3||3||PB|||3|None (no degree completed)||YesValid|40|zero -109000|USA|DB2|15|E|DBA|N|17||3||PB|||2500|Bachelors (4 years)|Yes|N|45|one -91484|USA|M|10|E|DBA|N|35||0||LG|||50|Associates (2 years)|Yes|N|40|zero -60000|USA|M|1|E|DBA|N|1||2||PB|||30|Bachelors (4 years)|No|N|50|five -130000|USA|M|20|E|A|N|10||0||PB|||10|Masters|Yes|N|50|zero -60000|USA|M|15|E|DBA|N|14||0||LG|||21|Bachelors (4 years)|Yes|N|39|zero -176000|USA|M|17|EC|DBA|N|15||1||PB|||20|Masters|Yes|YesValid|40|zero -129000|USA|M|15|EC|DBA|N|15||6||PB|||1000|Masters|Yes|YesValid|48|five -135000|USA|M|13|E|DBA|N|5||4||PB|||90|Bachelors (4 years)|Yes|YesValid|40|two -100400|USA|M|11|E|DBA|N|3||1||PB|||300|Bachelors (4 years)|Yes|YesValid|45|one -134000|USA|M|20|E|DA|N|20||1||PB|||5|None (no degree completed)||N|55|zero -86000|USA|M|15|E|M|Y|16||5||PB|||150|Bachelors (4 years)|Yes|YesValid|40|zero -73757|USA|M|5|E|DBA|N|5||6||PB|||730|Bachelors (4 years)|Yes|N|40|zero -104000|USA|M|15|E|DBA|N|3||0||PB|||12|None (no degree completed)||YesValid|45|zero -100000|USA|M|20|E|DBA|N|2||0||PB|||30|Bachelors (4 years)|No|YesExpired|55|three -86000|USA|M|5|E|DT|N|3||3||PB|||3|Bachelors (4 years)|Yes|YesValid|45|two -82000|Canada|M|7|E|DBA|N|7||1||SG|||2|Bachelors (4 years)||N|35|zero -104000|USA|M|6|E|M|Y|3||0||PB|||5|Bachelors (4 years)|No|N|40|one -98000|USA|M|16|E|DBA|N|8||0||PB|||5|Bachelors (4 years)|Yes|YesValid|45|zero -109000|USA|M|17|E|DBA|N|3||6||PB|||100|Masters|Yes|YesExpired|55|two -91000|USA|M|8|E|D|N|4||6||SG|||5|Masters|No|YesValid|45|zero -28000|Ecuador|M|10|E|DBA|N|3||0||PB|||15|Bachelors (4 years)|Yes|YesValid|45|zero -3000|India|M|3|E|DT|N|5||6||PB|||5|None (no degree completed)|No|YesExpired|40|zero -175000|USA|P|3|I||N|3||0||PB|||5|Masters|No|N|70|five -99000|USA|M|10|E|M|Y|2||0||PB|||200|Bachelors (4 years)|Yes|N|50|zero -60000|USA|M|5|E|DBA|N|5||0||PB|||3|Bachelors (4 years)|Yes|N|35|zero -116400|USA|M|17|E|DBA|N|8||1||PB|||85|Bachelors (4 years)|Yes|YesExpired|43|five -101000|USA|M|10|E|E|N|6||6||PB|||20|Masters|Yes|N|45|five -70000|USA|M|3|E|DBA|Y|1||1||PB|||4|Bachelors (4 years)|Yes|N|40|zero -120000|USA|M|18|E|D|N|1||0||PB|||7|Bachelors (4 years)|Yes|YesExpired|40|one -90000|USA|M|6|E|DBA|N|3||3||PB|||125|None (no degree completed)||YesExpired|45|five -75000|USA|M|5|E|E|N|1||0||PB|||3|Bachelors (4 years)|No|N|42|zero -103000|USA|O|25|E|A|N|8||0||PB|||20|Masters|Yes|N|45|one -102000|USA|M|18|E|DBA|N|18||3||PB|||96|Masters|No|N|45|zero -80000|USA|M|22|I||N|12||0||PB|||5|None (no degree completed)||YesExpired|45|zero -72000|Canada|M|15|E|DBA|Y|6||2||PB|||75|None (no degree completed)|Yes|N|35|zero -75000|USA|M|4|E|E|Y|4||0||PB|||20|Bachelors (4 years)|No|YesValid|40|one -98000|USA|M|3|E|E|Y|2||0||PB|||1|Bachelors (4 years)|No|N|45|zero -70000|Canada|M|5|E|DBA|N|5||0||PB|||5|Associates (2 years)|Yes|YesExpired|40|zero -100000|USA|M|20|E|A|N|5||0||PB|||6|Bachelors (4 years)|Yes|YesExpired|45|zero -98750|USA|M|3|E|DBA|N|8||2||LG|||200|Masters|Yes|N|45|two -96000|USA|M|7|E|M|Y|3||0||PB|||25|Bachelors (4 years)|Yes|YesExpired|40|zero -71000|USA|M|2|E|DT|N|9||4||PB|||3|Bachelors (4 years)|Yes|YesExpired|40|zero -65000|USA|M|7|E|DBA|N|7||2||LG|||35|Bachelors (4 years)|Yes|N|40|zero -58000|Sweden|M|12|E|DBA|N|2||3||PB|||75|Bachelors (4 years)|Yes|YesValid|40|zero -39000|UK|M|7|E|E|Y|3||1||PB|||6|Bachelors (4 years)|Yes|N|48|zero -68950|USA|M|5|E|E|N|5||1||PB|||20|Masters|Yes|N|47|zero -136000|USA|M|20|E|A|N|10||0||PB|||100|Bachelors (4 years)|Yes|YesExpired|45|four -62500|USA|M|3|E|AN|N|3||1||PB|||2|Bachelors (4 years)|Yes|N|40|one -87000|USA|M|15|E|DBA|N|4||0||PB|||50|Bachelors (4 years)|Yes|YesValid|45|zero -57000|Canada|O|16|E|DBA|N|5||1||SG|||50|Bachelors (4 years)|Yes|N|35|zero -100500|USA|MS|3|E|DBA|N|12||1||PB|||125|None (no degree completed)||YesExpired|60|five -115000|USA|M|25|E|DBA|N|25||0||PB|||75|Bachelors (4 years)|Yes|N|50|two -72000|USA|M|7|E|AN|N|7||2||LG|||5|Bachelors (4 years)|Yes|N|40|zero -74000|Canada|M|10|E|DBA|N|10||0||PB|||2|Bachelors (4 years)|No|YesExpired|45|zero -82500|USA|M|8|E|DBA|N|8||0||PB|||45|Bachelors (4 years)|No|YesExpired|40|zero -130000|USA|M|12|E|A|Y|12||0||PB|||4|Bachelors (4 years)|Yes|YesExpired|50|five -130000|USA|M|20|E|DBA|N|25||6||PB|||50|None (no degree completed)||YesExpired|45|five -118000|USA|M|8|E|A|N|8||0||PB|||3|Masters|Yes|N|50|zero -130000|USA|M|15|E|A|Y|10||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|50|one -51800|USA|M|2|E|DBA|N|2||2||PB|||100|Bachelors (4 years)|No|N|40|one -70000|USA|M|6|E|DBA|N|6||0||PB|||208|Bachelors (4 years)|Yes|YesValid|40|zero -92950|USA|M|5|E|M|Y|3||0||PB|||3|Masters|Yes|YesValid|40|zero -79000|USA|M|5|E|DBA|N|3||0||PB|||4|Bachelors (4 years)|No|N|42|zero -118111|USA|M|19|E|DBA|N|19||0||PB|||50|Masters|No|YesExpired|41|five -80000|USA|M|12|E|DBA|N|5||0||PB|||10|Masters|Yes|YesExpired|40|zero -65000|USA|M|13|E|D|N|13||1||PB|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -74000|USA|O|20|E|DBA|N|1||0||SG|||6|Bachelors (4 years)|No|YesExpired|37|zero -60000|USA|M|12|E|DBA|N|15||0||PB|||2|Bachelors (4 years)|No|YesValid|40|zero -126000|USA|M|20|E|DT|N|2||0||PB|||3|Bachelors (4 years)|Yes|YesExpired|60|five -368900|Netherlands|M|17|I|E|N|3||2||PB|||20|Bachelors (4 years)|No|YesValid|45|two -72000|USA|M|18|E|E|N|20||0||S|||8|Bachelors (4 years)|No|YesValid|40|zero -105000|USA|M|18|E|DBA|N|9||1||PB|||48|Bachelors (4 years)|No|N|55|zero -73000|USA|M|7|E|AN|N|30||0||PB|||3|Bachelors (4 years)|Yes|N|45|zero -115000|USA|M|10|E|A|N|15||6||PB|||100|Bachelors (4 years)|Yes|YesExpired|50|two -41535|UK|M|3|E|D|N|3||1||PB|||6|Bachelors (4 years)|No|N|40|zero -120000|USA|M|18|E|DBA|N|18||1||PB|||20|None (no degree completed)||N|60|four -62000|USA|M|2|EC|DT|N|2||0||FG|||2|Masters|No|N|40|zero -43701|UK|M|8|E|D|N|5||1||PB|||5|None (no degree completed)||N|38|zero -95000|USA|M|10|E|D|N|5||0||PB|||12|Bachelors (4 years)|No|N|45|one -95000|USA|M|26|E|DBA|Y|3||0||PB|||32|None (no degree completed)||N|45|one -143000|USA|M|25|E|A|N|20||0||SG|||20|None (no degree completed)||YesValid|50|zero -90000|USA|M|6|E|DA|Y|2||0||PB|||1|None (no degree completed)||N|45|five -170000|USA|M|3|E|M|Y|3||0||PB|||7|Bachelors (4 years)|Yes|N|50|zero -96000|USA|M|12|E|DBA|Y|3||0||PB|||5|None (no degree completed)||N|45|zero -80000|USA|M|7|E|DT|N|2||6||PB|||5|Bachelors (4 years)|No|YesValid|40|five -140000|USA|M|23|I|DT|N|2||0||PB|||1|Masters|Yes|N|40|zero -52500|South-Africa|M|7|EC|DBA|N|6||6||PB|||1000|Associates (2 years)|Yes|YesValid|45|two -108000|USA|M|13|E|DT|N|8||6||PB|||10|Bachelors (4 years)|Yes|N|45|five -127000|USA|M|18|E|M|Y|16||0||PB|||4|Masters|No|YesExpired|50|zero -70000|USA|M|19|E|DBA|N|20||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -150000|USA|O|12|E|M|Y|25||1||PB|||52|Bachelors (4 years)|Yes|YesExpired|47|zero -45000|Canada|M|5|E||N|5||0||PB|||24000|None (no degree completed)||YesValid|50|zero -70000|USA|M|3|E|DA|Y|3||0||PB|||4|Bachelors (4 years)|Yes|N|40|zero -99000|USA|M|11|E|AN|N|6||2||PB|||12|Bachelors (4 years)|Yes|N|40|one -110000|USA|M|10|E|DBA|Y|10||3||PB|||45|Associates (2 years)|Yes|YesExpired|45|one -73000|USA|M|4|E|A|N|2||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -70788|USA|M|12|E|AN|N|12||2||PB|||8|None (no degree completed)||YesExpired|45|zero -130000|USA|M|17|EC|DBA|N|2||6||PB|||2800|Associates (2 years)|No|YesExpired|40|two -120000|USA|M|20|E|DBA|Y|20||0||PB|||100|Associates (2 years)|Yes|N|50|one -102000|USA|M|10|E|DBA|N|7||2||PB|||15|Bachelors (4 years)|Yes|YesExpired|40|zero -84000|USA|M|18|E|D|N|6||0||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -130000|USA|M|4|E|E|N|15||3||PB|||5|Masters|Yes|N|40|zero -115000|USA|M|10|E|DT|N|10||2||PB|||10|Masters|Yes|YesValid|40|one -90000|USA|M|5|E|A|N|5||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -36000|USA|M|3|E|M|N|5||0||PB|||2|Associates (2 years)|Yes|N|50|zero -65000|USA|M|4|E|DBA|N|4||0||SG|||35|Bachelors (4 years)|No|N|38|zero -90000|USA|M|10|E||N|7||0||PB|||8|Bachelors (4 years)|No|N|48|five -175000|USA|M|10|E|M|Y|5||1||PB|||30|Masters|No|N|45|zero -68000|USA|M|2|EC|DA|N|2||1||PB|||3|Bachelors (4 years)|Yes|N|42|one -110000|USA|M|20|E|DBA|N|1||6||PB|||2000|Masters|No|YesExpired|40|five -36000|Mexico|M|12|E|DBA|N|9||2||PB|||1500|Masters|Yes|YesValid|44|zero -61000|Canada|M|6|E|DBA|N|6||2||SG|||4|Bachelors (4 years)|No|YesValid|37|five -111000|USA|M|8|E|E|N|6||2||FG|||50|Masters|No|YesValid|40|one -120000|USA|M|20|E|DBA|N|15||0||PB|||10|Bachelors (4 years)|Yes|N|50|five -72000|USA|M|15|E|DBA|N|4||0||PB|||2|Bachelors (4 years)|Yes|YesValid|45|zero -65000|USA|O|4|E|DBA|N|4||2||PB|||30|Bachelors (4 years)|No|N|40|one -130000|USA|M|12|E|M|Y|2||0||PB|||250|Bachelors (4 years)|No|YesExpired|45|three -87000|USA|M|10|E|DA|Y|10||1||PB|||1|Bachelors (4 years)|No|N|40|zero -63000|USA|M|5|EC|DA|N|5||5||PB|||5|Associates (2 years)|Yes|N|40|one -53000|Canada|M|5|E|DBA|N|4||0||PB|||2|Associates (2 years)|Yes|N|40|one -105000|USA|M|5|E|M|N|3||0||PB|||8|Bachelors (4 years)|No|N|40|one -17250|Argentina|M|7|EC|DBA|N|7||1||PB|||30|Bachelors (4 years)|Yes|YesExpired|40|one -150000|USA|M|16|E||N|1||6||PB|||100|Bachelors (4 years)|Yes|YesValid|60|five -105000|USA|M|15|E|A|N|10||1||PB|||3|None (no degree completed)||YesExpired|45|five -130000|USA|M|15|E|A|N|1||0||PB|||12|Bachelors (4 years)|No|YesExpired|50|zero -103000|USA|M|12|E|DBA|N|30||0||PB|||25|Bachelors (4 years)|Yes|N|44|zero -125000|USA|M|18|E|DA|N|14||1||PB|||5|None (no degree completed)||N|45|zero -52742|Netherlands|M|8|E|DBA|N|5||2||FG|||250|None (no degree completed)||YesValid|36|five -85000|USA|M|5|E|DT|N|1||5||PB|||5|None (no degree completed)||N|35|one -92500|USA|M|1|E|DBA|N|4||0||PB|||12|Associates (2 years)||N|40|zero -30000|Poland|M|8|E|DBA|Y|5||0||PB|||50|Masters|Yes|YesExpired|40|zero -110000|USA|M|16|E|D|N|10||0||PB|||3|Masters|No|YesValid|47|zero -100000|UK|M|4|I|DBA|N|20||0||PB|||8|Masters|No|N|37|one -144000|USA|M|20|E|DBA|Y|10||0||PB|||6|Bachelors (4 years)|No|N|50|one -109000|USA|M|16|E|A|N|5||0||PB|||12|Masters|Yes|N|40|one -72000|USA|M|7|E|DBA|N|1||2||SG|||75|Bachelors (4 years)|No|N|40|one -64480|USA|O|1|E|AN|N|1||1||PB|||5|Masters|No|N|45|two -120000|USA|M|20|E|DBA|N|20||4||PB|||12|Bachelors (4 years)|Yes|YesExpired|42|zero -90000|Canada|M|17|E|DBA|N|10||1||PB|||20|Bachelors (4 years)|Yes|N|38|one -101000|USA|M|6|E|DBA|N|29||2||PB|||105|Bachelors (4 years)|Yes|N|40|zero -62000|Canada|M|17|E|DBA|N|17||0||PB|||8|Bachelors (4 years)|No|YesExpired|45|zero -85000|USA|M|13|E|D|Y|1||4||LG|||3|Bachelors (4 years)|No|YesExpired|82|zero -110000|USA|M|17|E|DBA|N|12||1||PB|||300|None (no degree completed)||YesExpired|35|two -100000|USA|M|18|E|DBA|Y|4||4||PB|||250|Bachelors (4 years)|Yes|N|46|zero -106000|USA|M|15|E|DBA|N|3||1||PB|||100|Bachelors (4 years)|No|YesValid|40|four -77000|USA|M|10|E|DBA|N|10||0||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|zero -110000|USA|M|6|E|M|Y|6||0||PB|||4|Bachelors (4 years)|Yes|YesValid|45|two -98000|USA|M|13|E|D|N|2||1||PB|||30|Bachelors (4 years)|Yes|N|38|one -102500|USA|M|2|E|AN|N|2||1||PB|||3|Associates (2 years)||N|45|two -90000|USA|M|5|E|DBA|N|3||2||PB|||100|Bachelors (4 years)|Yes|YesValid|60|one -95000|Canada|M|8|E|M|Y|1||0||PB|||12|Masters|Yes|YesExpired|50|zero -72000|USA|M|11|E|E|N|11||0||PB|||16|None (no degree completed)||YesExpired|50|two -92000|USA|M|8|E||N|2||6||PB|||10|Associates (2 years)|Yes|YesExpired|50|five -115000|USA|M|15|E|DBA|N|3||0||PB|||15|None (no degree completed)||YesExpired|50|two -111000|USA|M|6|E|DBA|N|6||2||PB|||60|Bachelors (4 years)|Yes|YesValid|40|zero -90000|USA|M|6|E|DBA|Y|2||3||PB|||400|Bachelors (4 years)|Yes|N|50|zero -27880|India|M|10|E|DBA|N|3||6||PB|||100|Bachelors (4 years)|Yes|YesValid|40|five -50000|USA|M|15|E|DBA|N|9||0||SG|||4|Bachelors (4 years)|Yes|YesExpired|45|zero -110000|USA|M|15|E|AN|Y|8||1||PB|||100|Bachelors (4 years)|No|N|35|zero -93000|USA|M|3|E|DT|N|3||0||PB|||3|None (no degree completed)||N|45|zero -143000|USA|M|6|E|A|N|3||0||PB|||50|Masters|No|N|40|two -250000|USA|M|16|I|DBA|N|16||1||PB|||20|Bachelors (4 years)|No|N|45|five -45300|Canada|M|3|E|DA|N|11||0||PB|||5|Associates (2 years)|Yes|N|40|zero -128000|USA|M|15|E|DBA|N|5||1||PB|||30|Associates (2 years)|Yes|N|50|zero -73000|USA|O|5|EC|AN|N|2||6||PB|||15|Bachelors (4 years)|Yes|N|40|zero -88500|Canada|M|8|EC|DBA|N|8||2||PB|||50|Bachelors (4 years)|Yes|YesExpired|37|zero -145000|USA|M|21|E|A|Y|21||2||PB|||50|Masters|Yes|YesValid|40|five -111300|USA|M|16|E|DBA|Y|2||0||PB|||12|None (no degree completed)||YesExpired|40|zero -167000|USA|M|17|E|M|Y|8||0||PB|||30|None (no degree completed)||YesExpired|40|two -130000|USA|M|10|E|M|Y|15||0||PB|||3|Bachelors (4 years)|Yes|N|40|zero -130000|USA|M|25|E|M|Y|5||0||PB|||100|Masters|Yes|YesValid|45|five -110000|USA|M|10|E|E|N|1||1||PB|||20|Bachelors (4 years)|Yes|YesExpired|45|one -85000|USA|M|7|E|DA|N|7||5||PB|||3|Bachelors (4 years)|No|N|45|zero -84000|USA|M|2|E||N|25||1||PB|||50|Bachelors (4 years)|Yes|YesExpired|45|zero -100000|USA|M|15|E|DBA|N|15||0||PB|||1000|None (no degree completed)||YesExpired|50|zero -60000|USA|M|5|E||N|5||1||SG|||7|Bachelors (4 years)|No|YesValid|40|zero -66000|USA|M|2|E||N|2||1||PB|||12|None (no degree completed)||YesExpired|50|zero -120000|USA|M|4|E|M|Y|3||3||PB|||50|None (no degree completed)||N|60|one -95000|USA|M|9|E|DT|N|3||4||PB|||30|Bachelors (4 years)|No|N|45|five -103000|USA|M|13|E|DBA|Y|4||2||PB|||20|Bachelors (4 years)|No|YesExpired|40|four -105000|USA|M|7|E|DBA|Y|4||0||PB|||70|Bachelors (4 years)|Yes|YesValid|150|two -110000|USA|M|17|E|DT|N|17||1||PB|||5|Bachelors (4 years)|No|YesExpired|40|five -85000|USA|M|17|E|M|Y|12||6||SG|||6|Masters|Yes|N|50|five -50000|Canada|M|10|E|AN|N|3||3||FG|||6|Bachelors (4 years)||N|40|two -19085|India|M|6|E|DBA|N|3||6||PB|||40000|Bachelors (4 years)|No|YesValid|45|one -102000|USA|M|15|E|DBA|N|10||3||LG|||350|Masters|No|YesExpired|42|one -78000|USA|M|22|E|M|Y|6||5||SG|||25|Masters|Yes|YesValid|50|zero -105000|USA|M|15|E|DBA|N|3||4||PB|||500|Masters|Yes|YesValid|55|five -135000|USA|M|12|EC|A|Y|7||0||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -130000|USA|M|8|E|A|Y|2||1||PB|||5|Masters|Yes|YesValid|40|zero -93000|USA|M|8|E|DA|N|8||1||PB|||8|Associates (2 years)||N|45|zero -82000|USA|O|18|E|DBA|N|18||5||SG|||50|Bachelors (4 years)|Yes|YesValid|50|zero -71000|USA|M|3|E|DBA|Y|3||2||PB|||50|Bachelors (4 years)|Yes|YesExpired|42|five -66000|USA|M|4|E|DBA|N|4||2||SG|||50|Bachelors (4 years)|Yes|N|40|one -66500|USA|M|11|E|DBA|N|2||0||PB|||5|None (no degree completed)||YesExpired|40|one -75600|USA|M|6|E|DT|N|6||2||SG|||7|Associates (2 years)|Yes|N|40|one -128000|USA|M|16|E|DBA|N|16||0||PB|||30|Bachelors (4 years)|Yes|N|50|zero -69000|USA|M|7|E|DBA|N|7||4||SG|||45|Bachelors (4 years)|Yes|YesExpired|40|zero -105000|USA|M|10|E|DBA|N|10||0||PB|||5|Associates (2 years)|Yes|YesExpired|40|zero -130000|USA|C|4|E|DBA|N|20||0||PB|||20|None (no degree completed)||YesValid|50|zero -36000|Germany|M|6|E||N|5||0||PB|||20|None (no degree completed)||N|45|zero -60000|USA|M|15|E||N|25||0||PB|||5|Masters|No|N|40|two -50000|Sweden|M|6|E|DBA|N|6||2||SG|||100|None (no degree completed)||N|40|zero -68000|USA|M|5|E|DA|N|5||1||PB|||4|Bachelors (4 years)|Yes|N|40|zero -109000|USA|M|10|EC|DBA|Y|9||6||PB|||100|Bachelors (4 years)|Yes|YesValid|40|four -120000|USA|M|6|E|A|Y|1||1||PB|||3|Masters|Yes|YesValid|40|zero -92500|USA|M|10|E|DBA|N|4||6||PB|||1000|Bachelors (4 years)||N|40|one -33500|UK|M|7|E|DBA|N|2||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|38|zero -70000|USA|M|3|E|DA|N|3||5||PB|||5|Bachelors (4 years)|Yes|N|45|zero -65000|USA|M|7|E|DBA|N|1||0||PB|||10|Masters|No|YesValid|40|zero -20000|India|M|8|E|DBA|Y|8||6||PB|||2000|Masters|Yes|YesExpired|60|zero -80000|USA|M|16|E|M|Y|2||3||PB|||20|Associates (2 years)|No|N|45|zero -123200|USA|M|16|E|DBA|N|10||1||PB|||60|Associates (2 years)|No|YesExpired|40|three -132000|USA|M|22|E|DBA|Y|3||4||PB|||60|None (no degree completed)||YesExpired|50|zero -95000|USA|M|6|E|E|N|4||3||PB|||100|Bachelors (4 years)|No|N|55|one -100000|USA|M|19|E|DBA|N|19||1||PB|||125|None (no degree completed)||N|45|zero -85000|USA|M|10|E|DBA|N|10||2||SG|||66|Masters|Yes|YesValid|44|zero -55000|Germany|M|3|E|DBA|N|3||1||PB|||3|None (no degree completed)||N|40|five -70000|USA|M|5|E|D|N|5||6||PB|||3|Bachelors (4 years)|Yes|YesValid|40|zero -115000|USA|O|11|E|DBA|N|5||6||PB|||40|Bachelors (4 years)|Yes|YesValid|45|zero -65000|USA|M|4|E|DA|N|4||0||PB|||20|Masters|Yes|N|37|one -131000|USA|M|12|E|DBA|N|2||6||PB|||2000|Masters|Yes|YesValid|35|two -95000|USA|M|20|E|AN|N|20||6||PB|||20|Bachelors (4 years)|No|YesValid|50|zero -135000|USA|M|20|E|A|N|3||6||PB|||15|Masters|No|N|48|three -105000|USA|M|10|E|E|N|2||0||PB|||32|Masters|Yes|N|45|zero -73014|UK|M|6|EC|D|Y|1||6||PB|||0|Masters|No|YesValid|60|five -93500|USA|M|13|E|DBA|N|6||0||PB|||15|Bachelors (4 years)|Yes|N|45|zero -38000|Austria|M|8|E|DT|N|8||0||PB|||30|Associates (2 years)|Yes|N|45|zero -1000000|USA|M|15|E|M|Y|20||0||PB|||15|None (no degree completed)|No|N|60|zero -106000|USA|M|6|E|DBA|N|6||4||PB|||50|Associates (2 years)|No|N|45|zero -160000|USA|M|14|E|DA|N|25||2||PB|||2|Masters|Yes|N|40|zero -73000|UK|M|15|E|DBA|N|4||0||PB|||50|None (no degree completed)||YesValid|40|one -18500|Nicaragua|M|7|E|DBA|N|8||4||LG|||30|Masters|Yes|YesValid|40|zero -120250|USA|M|23|E|DBA|Y|17||2||PB|||55|Bachelors (4 years)|No|N|50|three -122000|USA|M|14|E|DBA|N|2||0||PB|||5|Bachelors (4 years)|Yes|N|40|zero -120000|UK|M|10|I|DBA|N|1||6||PB|||100|Bachelors (4 years)|No|YesExpired|40|two -51000|Canada|M|2|E|DA|N|2||1||PB|||1|Associates (2 years)|Yes|YesValid|40|zero -160000|USA|M|18|E|A|Y|8||0||PB|||15|Bachelors (4 years)|Yes|N|40|one -95000|USA|M|5|E|DBA|N|5||0||PB|||12|Masters|No|N|40|one -72000|USA|M|7|E|M|Y|7||0||LG|||7|Masters|Yes|YesValid|50|zero -100000|USA|M|10|E|DBA|N|2||1||PB|||50|None (no degree completed)||N|40|one -110000|USA|M|12|E|DA|N|4||6||PB|||3|Masters|Yes|N|45|zero -131000|USA|M|17|E|AN|N|5||0||PB|||5|Masters|Yes|N|45|zero -30000|India|MS|5|E|DBA|N|5||6||PB|||3000|Masters|No|YesValid|40|five -22000|India|M|10|E|A|Y|5||4||PB|||150|Bachelors (4 years)|No|YesExpired|45|two -145000|USA|M|4|E|M|Y|6||0||PB|||2|Masters|No|YesValid|90|two -34125|Brazil|M|5|E|DBA|N|5||0||FG|||4|Bachelors (4 years)|Yes|YesValid|40|zero -15000|Moldova|M|4|E|DBA|Y|1||0||PB|||15|Bachelors (4 years)|Yes|N|8|one -95000|USA|M|15|E|DBA|N|7||0||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -58000|USA|M|5|E|D|N|2||0||PB|||2|Masters|Yes|YesValid|40|zero -91000|USA|M|9|E|M|Y|5||0||PB|||6|Bachelors (4 years)|Yes|N|40|zero -90000|USA|M|15|E|M|Y|6||0||LG|||5|Masters|Yes|N|50|zero -150000|USA|M|15|E|DBA|N|15||1||PB|||30|Masters|Yes|YesExpired|40|one -48000|Brazil|O|3|E|DBA|N|3||6||PB|||50|Masters|Yes|YesValid|45|one -113097|USA|M|14|E|DBA|N|10||0||SG|||15|Masters|No|YesValid|40|two -30415|UK|M|3|E|DBA|N|2||1||PB|||100|Bachelors (4 years)|Yes|YesExpired|37|zero -215250|USA|T|4|E|A|N|4||0||PB|||5000|Associates (2 years)|Yes|N|45|zero -120000|USA|M|10|E|DBA|N|2||1||PB|||120|None (no degree completed)||N|40|one -40756|UK|M|15|E|AN|N|10||0||LG|||21|Bachelors (4 years)|Yes|N|37|zero -72000|USA|M|14|E|DBA|N|3||0||PB|||6|Bachelors (4 years)|Yes|N|42|zero -63400|USA|T|5|E|D|Y|6||0||PB|||1000|Bachelors (4 years)|No|N|40|zero -155000|USA|M|18|E|DA|Y|1||0||LG|||4|Bachelors (4 years)|Yes|YesValid|40|zero -48649|UK|M|4|E|DBA|N|4||0||PB|||126|Associates (2 years)||YesExpired|45|zero -65000|UK|M|15|EC|A|N|5||1||PB|||0|Masters|Yes|YesExpired|50|zero -87000|Canada|O|22|E|DBA|N|22||1||LG|||40|Bachelors (4 years)|Yes|N|35|zero -142000|USA|M|20|E|A|Y|6||0||PB|||9|Masters|No|N|44|zero -85000|UK|M|15|E|DBA|N|1||0||PB|||3|Masters|Yes|YesExpired|37|zero -110000|USA|M|11|E|DT|N|3||3||PB|||18|Bachelors (4 years)|No|N|40|zero -70000|USA|M|10|E|E|N|5||0||PB|||6|Bachelors (4 years)|No|YesValid|45|zero -65000|USA|M|4|E|AN|N|3||0||PB|||55|Masters|Yes|YesValid|45|zero -145000|USA|M|25|E|A|N|15||0||PB|||100|Bachelors (4 years)|Yes|N|35|zero -92500|USA|M|9|E|DT|N|9||2||PB|||5|Bachelors (4 years)|Yes|N|40|zero -48000|PuertoRico|M|2|E|AN|N|2||3||PB|||30|Bachelors (4 years)|Yes|YesValid|40|zero -103000|USA|M|18|E|DBA|Y|3||0||PB|||30|Associates (2 years)||YesExpired|50|one -80000|USA|M|10|E|D|N|10||0||PB|||3|Bachelors (4 years)|No|N|40|five -165000|USA|A|1|E|E|N|8||0||PB|||3|Bachelors (4 years)|No|YesExpired|40|one -85000|USA|M|7|E|D|N|15||0||PB|||10|Bachelors (4 years)|Yes|YesValid|50|zero -96000|USA|O|14|E|DBA|N|12||0||PB|||100|Bachelors (4 years)|No|N|42|zero -155000|USA|M|18|E|DBA|N|12||1||PB|||20|Masters|Yes|N|40|one -162000|USA|M|20|E|E|N|8||6||PB|||100|Bachelors (4 years)|No|YesExpired|50|five -132000|USA|M|15|E|DBA|N|15||1||LG|||3|Masters|Yes|YesValid|40|zero -63000|USA|M|5|E|DBA|N|1||0||PB|||70|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|20|EC|DT|N|0||0||PB|||20|Bachelors (4 years)|Yes|N|45|five -122000|USA|M|21|E|DBA|N|12||4||PB|||100|Associates (2 years)|Yes|N|45|zero -122000|USA|M|10|E|M|Y|4||5||PB|||75|Masters|Yes|N|50|zero -95000|USA|M|20|E|DT|N|2||3||PB|||20|Bachelors (4 years)|Yes|YesExpired|40|one -130000|USA|M|15|E|DT|N|1||3||PB|||30|Masters|Yes|YesValid|40|zero -35000|Spain|M|6|E|E|Y|12||0||PB|||3|Associates (2 years)|Yes|YesExpired|50|five -29500|Spain|M|5|E|DBA|N|2||2||PB|||4|Associates (2 years)|Yes|N|40|zero -45000|USA|M|10|E|DA|N|20||5||PB|||15|Bachelors (4 years)|Yes|N|45|zero -90000|USA|M|5|E|DBA|N|5||0||S|||13|Bachelors (4 years)|No|N|40|zero -64300|Canada|M|5|E|DBA|N|1||3||SG|||120|Bachelors (4 years)|Yes|N|37|zero -48000|Netherlands|M|5|E|M|Y|5||0||PB|||20|Bachelors (4 years)|No|YesValid|50|zero -87000|USA|M|10|E|D|N|4||0||PB|||3|Masters|No|YesExpired|45|zero -105000|USA|M|24|E|DBA|N|0||1||PB|||130|Bachelors (4 years)|Yes|YesValid|40|zero -120000|USA|M|4|E|DBA|N|4||0||PB|||40|Bachelors (4 years)|Yes|YesExpired|40|zero -90000|USA|M|15|E|DBA|Y|10||1||PB|||2|Bachelors (4 years)|No|N|42|zero -70000|USA|M|7|E|DBA|N|5||0||SG|||5|Bachelors (4 years)|Yes|YesExpired|40|zero -107000|USA|M|10|E|M|Y|10||0||PB|||3|Bachelors (4 years)|No|N|40|zero -195000|USA|M|20|E||Y|20||0||PB|||20|Bachelors (4 years)|No|N|55|one -95000|USA|M|17|E|DBA|N|10||0||SG|||10|Masters|Yes|YesExpired|40|zero -110000|Ireland|M|6|E|E|N|4||1||PB|||20|Masters|Yes|YesExpired|40|three -104000|USA|M|14|E|DBA|N|14||2||SG|||18|Bachelors (4 years)|No|N|40|one -125000|USA|O|18|E|DBA|N|19||1||FG|||12|Associates (2 years)|Yes|YesExpired|41|zero -29000|UK|M|2|E|AN|N|2||1||PB|||25|Bachelors (4 years)|No|N|38|zero -110000|USA|M|16|E|DBA|N|28||2||PB|||30|Bachelors (4 years)|No|N|40|zero -59000|USA|M|3|E|DBA|N|3||5||PB|||100|Bachelors (4 years)|Yes|N|45|two -65000|USA|M|1|E|AN|N|1||0||S|||2|Associates (2 years)|No|N|40|zero -65000|USA|M|3|E|DBA|N|0||1||PB|||65|Bachelors (4 years)|Yes|YesExpired|45|zero -95000|USA|M|22|E|DBA|Y|1||0||PB|||78|Masters|No|YesExpired|42|zero -69000|USA|M|7|E|DBA|N|7||0||LG|||8|Bachelors (4 years)|Yes|YesExpired|45|zero -110000|USA|M|21|E|DT|N|4||0||PB|||4|Bachelors (4 years)|No|N|40|zero -80262|UK|M|10|E|AN|N|10||1||PB|||5|None (no degree completed)||N|42|five -65000|USA|M|2|E|DBA|N|2||0||PB|||1|Bachelors (4 years)|Yes|N|45|zero -90000|USA|M|4|E|M|Y|4||0||LG|||4|Associates (2 years)|Yes|YesValid|40|zero -87500|USA|M|2|E|M|N|2||4||PB|||3|Masters|Yes|N|40|five -111000|USA|M|10|E|DBA|Y|5||0||SG|||30|None (no degree completed)||N|42|zero -90000|USA|M|5|E|DBA|N|5||0||PB|||15|Masters|No|N|40|zero -110000|USA|M|15|E|DBA|N|5||0||FG|||40|Bachelors (4 years)|Yes|N|50|zero -94000|USA||18|E|DBA|N|4||0||PB|||15|Bachelors (4 years)|Yes|N|45|one -130000|USA|M|20|EC|A|N|20||4||PB|||3|Associates (2 years)|No|YesExpired|50|three -105721|USA|M|8|E|DBA|N|8||6||PB|||50|None (no degree completed)||N|40|zero -80000|USA|M|10|E|DBA|N|4||3||PB|||80|Bachelors (4 years)|No|YesValid|50|zero -73800|Canada|M|21|E|DBA|N|19||6||PB|||500|Associates (2 years)|Yes|YesValid|40|zero -75000|Canada|M|20|E|A|Y|2||0||PB|||10|Bachelors (4 years)|Yes|N|40|zero -110000|USA|M|15|E|DBA|N|10||0||FG|||10|Bachelors (4 years)|No|N|40|five -64280|UK|P|3|E|DA|N|3||2||PB|||2|Bachelors (4 years)|Yes|N|40|three -150000|USA|M|20|E|A|N|2||0||PB|||7|None (no degree completed)||YesExpired|40|five -43758|UK|M|4|E|DBA|N|1||1||FG|||20|Bachelors (4 years)|Yes|N|35|zero -116000|USA|M|6|E|DBA|N|6||2||PB|||912|None (no degree completed)||YesValid|45|zero -140000|USA|M|15|E||Y|5||2||PB|||2|Masters|Yes|YesExpired|40|one -60782|UK|M|16|E|DBA|N|6||1||PB|||220|Bachelors (4 years)|Yes|N|50|two -113500|USA|M|10|E|DBA|N|2||3||PB|||15|None (no degree completed)||YesExpired|40|zero -53000|USA|M|3|E|DT|Y|1||0||PB|||1|Bachelors (4 years)|No|N|35|zero -112000|USA|M|11|E|DBA|N|36||2||PB|||600|Masters|No|YesExpired|40|five -93000|USA|M|10|E|DT|N|4||6||LG|||15|Masters|Yes|N|40|one -95000|USA|M|10|E|DBA|N|10||0||PB|||40|Bachelors (4 years)|Yes|N|40|five -65000|USA|M|15|E|DBA|N|3||0||PB|||2|None (no degree completed)||N|50|zero -49000|USA|M|5|E|AN|N|5||1||PB|||10|Associates (2 years)|Yes|N|40|zero -113000|USA|M|15|E|AN|N|15||4||LG|||12|Bachelors (4 years)|Yes|YesExpired|40|zero -110000|USA|M|20|E|DBA|Y|5||0||PB|||130|Masters|No|N|45|five -85000|USA|M|2|E|DBA|N|2||1||PB|||150|None (no degree completed)||N|40|zero -120000|USA|M|20|E|DBA|N|20||0||SG|||30|Masters|Yes|YesExpired|40|zero -77500|USA|O|3|E|AN|N|15||3||SG|||5|Bachelors (4 years)|No|YesExpired|40|zero -51000|USA|M|2|E|DBA|Y|1||0||LG|||50|Bachelors (4 years)|Yes|YesValid|40|zero -105000|USA|M|10|E|DBA|N|10||1||SG|||20|Bachelors (4 years)|Yes|YesExpired|50|two -49500|USA|M|2|E|DBA|N|2||2||LG|||18|Bachelors (4 years)|Yes|N|40|zero -180000|USA|M|15|E|DBA|Y|15||1||PB|||50|Bachelors (4 years)|No|YesValid|50|zero -92000|USA|M|8|E|E|N|6||1||PB|||12|Bachelors (4 years)|Yes|YesExpired|45|five -102000|USA|M|3|E|A|Y|3||0||PB|||5|Masters|No|N|50|zero -95000|USA|M|9|E|D|N|1||1||PB|||12|None (no degree completed)||N|40|five -75000|USA|M|7|E|DBA|N|7||3||PB|||60|Bachelors (4 years)|No|N|45|zero -135000|USA|M|17|E|D|N|1||0||PB|||2|Bachelors (4 years)|Yes|YesValid|40|five -106000|USA|M|18|E|DBA|N|10||2||PB|||150|Bachelors (4 years)|No|YesExpired|40|zero -122000|USA|O|20|E|DBA|N|20||0||PB|||3|None (no degree completed)||YesExpired|45|zero -73000|Canada|M|23|E|A|N|28||0||PB|||70|None (no degree completed)|No|YesValid|65|zero -55000|Italy||5|E|M|N|1||0||PB|||2|Masters|Yes|N|47|zero -325000|USA|M|20|I||N|20||0||PB|||10|Masters|Yes|YesExpired|60|five -135000|USA|M|15|E|DBA|Y|8||5||PB|||200|Associates (2 years)|No|YesValid|60|one -45408|Canada|M|7|E|DT|Y|7||1||PB|||11|Associates (2 years)|Yes|N|50|zero -90000|USA|M|17|E|DBA|N|1||0||PB|||21|Masters|No|YesValid|55|zero -92000|USA|M|10|E|DA|N|17||2||PB|||3|Bachelors (4 years)|Yes|N|40|zero -87603|UK|M|10|E|DBA|N|3||4||PB|||50|Bachelors (4 years)|No|YesExpired|38|zero -57000|USA|M|8|E|DA|N|2||0||SG|||20|Associates (2 years)|Yes|N|50|zero -60000|Austria|M|2|E|M|Y|2||2||PB|||10|None (no degree completed)|No|YesValid|45|one -130000|USA|M|15|E|DT|N|7||0||PB|||10|Masters|Yes|YesExpired|45|five -78500|USA|M|4|E|DT|N|30||3||SG|||24|None (no degree completed)||YesValid|40|zero -92000|USA|M|15|E|DBA|N|3||0||PB|||300|None (no degree completed)||YesValid|45|one -74000|Ireland|M|6|E|E|N|9||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -82000|USA|M|6|E|DBA|N|2||1||PB|||300|Associates (2 years)|Yes|N|50|zero -46000|USA|M|7|E|M|Y|3||0||PB|||5|Associates (2 years)||N|42|zero -52000|New-Zealand|M|12|E|DT|N|8||4||PB|||8|None (no degree completed)||YesExpired|40|zero -105000|USA|M|7|E|A|N|2||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -100000|USA|M|5|E|A|N|1||0||PB|||25|Associates (2 years)|No|N|50|zero -112000|USA|M|16|E|DBA|Y|4||0||PB|||45|Bachelors (4 years)|Yes|N|45|zero -103000|USA|M|6|E|E|N|3||6||PB|||1961|Bachelors (4 years)|Yes|YesValid|40|five -110000|USA|M|4|E|DBA|Y|1||0||PB|||8|None (no degree completed)||N|40|zero -96000|USA|M|15|E|DT|N|11||0||PB|||1|None (no degree completed)||N|40|zero -115000|USA|M|20|E|E|N|30||0||PB|||12|None (no degree completed)||YesValid|40|five -62000|UK|M|9|E|DBA|N|1||6||PB|||2000|Bachelors (4 years)|Yes|YesValid|40|zero -125000|USA|M|12|EC|DBA|Y|1||6||PB|||30|None (no degree completed)|No|N|50|five -71000|USA|M|24|E|DBA|N|17||0||LG|||32|Bachelors (4 years)|No|YesExpired|47|zero -55000|Canada|M|6|E|DBA|N|13||4||SG|||500|Associates (2 years)|Yes|N|35|zero -59000|UK|M|7|E|DBA|N|1||6||PB|||2000|Bachelors (4 years)|Yes|YesValid|40|zero -87890|USA|M|8|E|DBA|N|6||2||PB|||500|Masters|Yes|YesExpired|40|one -9100|Denmark|M|8|E|DBA|N|0||3||PB|||5000|Associates (2 years)|Yes|N|37|zero -97000|USA|M|15|E|A|N|2||0||PB|||20|Associates (2 years)|Yes|YesValid|50|zero -98000|USA|M|14|E|D|Y|10||6||PB|||18|Bachelors (4 years)|Yes|YesValid|48|two -154000|India|M|7|E|DBA|N|1||1||SG|||150|Masters|Yes|YesExpired|40|two -18000|UK|M|1|E||N|1||6||PB|||30|None (no degree completed)||YesValid|38|zero -78000|USA|M|4|E|DBA|N|4||0||SG|||1450|Masters|Yes|YesExpired|60|zero -100318|USA|M|15|E|DBA|N|7||2||PB|||1992|Associates (2 years)|Yes|N|44|zero -125000|USA|M|7|EC|DBA|N|1||0||PB|||191|Bachelors (4 years)|Yes|YesValid|45|one -77250|USA|M|13|E|DBA|N|1||0||LG|||12|Masters|Yes|N|42|zero -178000|USA|E|1|E|A|N|1||0||PB|||5|Bachelors (4 years)|Yes|N|40|four -55000|Canada|M|5|E|AN|N|2||0||SG|||10|None (no degree completed)||N|40|zero -100000|USA|M|14|E|M|Y|22||1||SG|||65|Bachelors (4 years)|Yes|N|65|five -49000|Canada|M|5|E|DBA|N|2||1||SG|||40|Bachelors (4 years)|No|YesValid|40|zero -65000|USA|M|12|E|DA|N|10||4||SG|||4|Associates (2 years)||YesExpired|38|zero -120000|USA|M|15|E|DT|N|15||1||PB|||7|Bachelors (4 years)|No|N|45|zero -100000|USA|M|17|E|DBA|N|3||5||PB|||40|Bachelors (4 years)|Yes|N|45|zero -200000|USA|M|20|I|E|N|20||3||PB|||400|Bachelors (4 years)|Yes|YesValid|43|zero -63000|UK|M|22|E|DT|N|35||3||PB|||20|Associates (2 years)|Yes|YesValid|37|three -80000|Canada|M|10|E|DT|N|10||5||PB|||7|Associates (2 years)|Yes|YesExpired|40|zero -59000|USA|M|5|E|AN|Y|2||0||PB|||0|Bachelors (4 years)|Yes|YesValid|45|zero -100000|USA|M|15|E|DA|N|18||3||PB|||6|Bachelors (4 years)|No|N|55|four -108000|USA|M|10|E|DBA|Y|2||6||PB|||80|Bachelors (4 years)|Yes|N|50|five -95185|USA|M|19|E|DBA|N|12||0||PB|||15|Masters|Yes|YesExpired|40|one -75000|USA|O|1|E|AN|Y|1||0||SG|||4|Bachelors (4 years)|Yes|N|40|zero -49000|Canada|M|5|E|DA|N|5||1||PB|||5|Associates (2 years)|Yes|N|35|five -80000|USA|M|5|E||N|5||0||PB|||8|Masters|Yes|N|41|zero -86000|USA|M|5|E|DA|N|5||0||PB|||2|Bachelors (4 years)|No|N|45|zero -35357|Poland|M|5|E|DT|N|1||0||PB|||10|Masters|Yes|YesValid|40|one -118000|USA|M|12|E|DBA|Y|1||0||PB|||20|Bachelors (4 years)|Yes|N|42|zero -26000|South-Africa|M|7|EC|DBA|N|5||1||PB|||60|Bachelors (4 years)|No|YesValid|40|one -97000|USA|M|13|E|DBA|N|4||3||PB|||20|Masters|No|N|40|five -51000|USA|M|1|E|DT|N|1||0||PB|||15|Bachelors (4 years)|No|N|40|zero -66000|USA|M|2|E|DBA|N|0||1||PB|||3|Bachelors (4 years)|Yes|N|42|zero -400000|USA|M|13|E|M|Y|10||2||PB|||5|Masters|No|N|60|zero -58368|UK|M|15|E|M|N|3||0||PB|||2|None (no degree completed)||YesExpired|38|zero -115000|USA|M|25|E|DBA|N|3||2||PB|||150|Bachelors (4 years)|Yes|YesExpired|40|zero -33500|Lithuania|M|12|E|DT|N|2||2||PB|||3|Bachelors (4 years)|Yes|YesExpired|35|one -60000|USA|M|1|E|AN|N|1||1||PB|||4|Bachelors (4 years)|Yes|N|45|zero -150000|USA|M|25|E|A|Y|2||0||PB|||10|Bachelors (4 years)|Yes|YesValid|42|zero -73000|USA|M|1|E|DBA|N|1||1||SG|||10|Masters|No|N|60|five -66000|Ireland|M|10|EC|DBA|N|2||2||PB|||50|Bachelors (4 years)|Yes|YesValid|38|zero -69000|USA|M|8|E|AN|Y|8||0||LG|||27|Bachelors (4 years)|Yes|N|38|zero -80000|USA|M|5|E|DA|N|3||1||SG|||3|Masters|Yes|N|40|one -64460|UK|M|15|E|M|Y|6||6||LG|||2|Masters|Yes|YesExpired|39|five -100000|USA|M|8|E|DBA|N|2||1||PB|||120|Bachelors (4 years)|No|YesValid|40|one -75000|USA|M|8|E||N|8||0||PB|||3|Associates (2 years)|Yes|N|40|zero -117500|USA|M|28|E|D|N|20||0||PB|||1|Bachelors (4 years)|Yes|N|40|zero -66000|USA|M|3|E|DA|N|3||1||PB|||1|Bachelors (4 years)|Yes|N|40|zero -70000|USA|M|6|E|DA|N|8||3||PB|||20|Bachelors (4 years)|Yes|N|40|zero -100000|USA|M|6|E|DBA|N|4||2||PB|||100|Bachelors (4 years)|Yes|N|36|zero -49000|UK|M|8|E|D|N|2||1||PB|||10|Bachelors (4 years)|No|YesValid|40|zero -32000|Netherlands|M|5|EC||N|6||5||PB|||50|Masters|No|YesValid|40|zero -98000|USA|M|13|E|DBA|N|15||1||FG|||3|Bachelors (4 years)|Yes|YesValid|40|zero -60500|Canada|M|16|E|DBA|N|15||0||PB|||15|Associates (2 years)|Yes|N|40|zero -52000|USA|M|2|E|AN|N|2||2||FG|||50|Bachelors (4 years)|Yes|YesValid|40|one -81723|USA|M|10|E|DBA|N|1||1||LG|||45|Masters|Yes|YesExpired|40|zero -178000|Switzerland||10|E|D|N|4||0||PB|||3|Masters|No|N|55|zero -125000|USA|M|20|E|DBA|Y|10||0||PB|||20|None (no degree completed)||YesExpired|55|zero -30000|Slovenia|M|2|I|DBA|N|2||1||PB|||28|Bachelors (4 years)|No|YesExpired|40|two -185000|USA|M|15|E|DBA|N|20||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -100000|USA|M|10|E|AN|N|9||0||PB|||15|Bachelors (4 years)|No|N|50|zero -93000|USA|M|2|E|AN|N|2||3||PB|||2|Bachelors (4 years)|No|N|36|one -120000|USA|M|15|E|DBA|N|15||5||PB|||25|None (no degree completed)||N|42|one -75000|Switzerland|M|13|E|DBA|N|2||4||PB|||1500|Bachelors (4 years)|Yes|YesValid|43|zero -60000|Canada|M|8|E|DBA|N|3||1||FG|||6|Associates (2 years)|Yes|N|40|zero -144000|USA|M|17|E|DBA|N|17||3||PB|||125|Masters|Yes|N|55|five -96000|USA|M|15|E|M|Y|23||1||PB|||10|Bachelors (4 years)|Yes|N|40|one -133000|USA|M|16|E|DBA|N|16||4||PB|||200|None (no degree completed)||N|40|zero -63000|USA|M|3|E|DBA|N|2||0||PB|||6|None (no degree completed)||N|40|zero -78000|USA|T|4|E|AN|N|4||2||PB|||6|Bachelors (4 years)|No|N|42|zero -117000|USA|M|5|E|E|N|5||6||PB|||15|None (no degree completed)||N|40|zero -91000|USA|M|20|E|DBA|N|9||1||PB|||25|Masters|Yes|N|45|four -122000|USA|M|16|E|DBA|N|10||0||PB|||325|Masters|Yes|YesExpired|50|four -20000|India|M|6|E|DBA|Y|4||0||PB|||4|Bachelors (4 years)|No|YesExpired|60|zero -85000|USA|M|5|E|DBA|N|3||0||PB|||25|Bachelors (4 years)|Yes|YesValid|40|zero -150000|USA|O|10|E|M|Y|2||0||PB|||50|Bachelors (4 years)|No|YesExpired|50|zero -36675|UK|M|12|E|DBA|N|9||0||LG|||205|Bachelors (4 years)|No|YesExpired|37|zero -123000|USA|M|10|E|DBA|N|1||5||PB|||500|Bachelors (4 years)|No|N|50|zero -55000|USA|M|4|E|D|N|1||4||PB|||3|Bachelors (4 years)|No|N|40|zero -95800|USA|M|3|E|DBA|N|3||6||PB|||1000|Bachelors (4 years)|No|N|45|five -104000|USA|M|28|E|DA|Y|16||0||PB|||10|Masters|No|N|50|one -94200|USA|M|2|E|DBA|N|2||1||PB|||65|Bachelors (4 years)|Yes|YesExpired|50|one -30000|Romania|M|12|E|DBA|Y|12||2||PB|||50|None (no degree completed)||YesValid|50|zero -73000|USA|M|3|E|DBA|N|3||6||PB|||150|Bachelors (4 years)|Yes|YesExpired|45|two -100000|USA|M|10|E|DBA|Y|5||1||SG|||25|Associates (2 years)|Yes|YesExpired|40|zero -92500|USA|M|7|E|M|Y|10||0||PB|||4|Bachelors (4 years)|No|YesExpired|55|one -106700|USA|M|18|E|DBA|Y|8||4||PB|||52|Bachelors (4 years)|Yes|YesExpired|60|five -115000|USA|M|15|E|DBA|N|2||6||PB|||1200|Associates (2 years)|Yes|YesValid|40|five -78245|Denmark||5|EC||N|5||6||PB|||10|Bachelors (4 years)|Yes|N|37|zero -200000|USA|RDS|1|E|A|Y|13||0||PB|||5000|Bachelors (4 years)|Yes|YesValid|35|one -125000|USA|M|12|E|M|Y|12||0||PB|||15|Bachelors (4 years)|Yes|N|50|zero -50000|USA|M|6|E|DBA|N|6||0||PB|||8|None (no degree completed)||N|40|zero -84000|USA|M|8|E|DBA|N|7||1||SG|||15|Bachelors (4 years)|Yes|N|50|zero -65000|USA|M|1|E|E|N|1||6||PB|||4|Masters|Yes|YesExpired|43|one -140000|USA|MDB|1|E|DA|N|5||0||PB|||36|Masters|Yes|N|40|zero -95000|USA|M|7|E|DBA|N|7||2||PB|||500|Bachelors (4 years)|Yes|YesValid|40|zero -85000|USA|M|10|E|D|Y|15||5||PB|||5|Bachelors (4 years)|Yes|N|45|three -125000|USA|M|1|E|DBA|N|10||1||PB|||20|Bachelors (4 years)|Yes|N|40|one -92100|USA|M|6|E|DBA|N|2||0||PB|||22|Bachelors (4 years)|Yes|N|42|zero -87000|USA|M|6|E|DBA|N|6||0||PB|||6|Bachelors (4 years)|Yes|N|45|zero -125000|USA|M|18|E|DBA|N|8||5||PB|||500|Bachelors (4 years)|No|N|45|one -89000|USA|M|2|E|DBA|N|1||3||PB|||300|Bachelors (4 years)|Yes|N|40|zero -115000|USA|M|30|E|DBA|N|12||0||SG|||30|Bachelors (4 years)|Yes|YesExpired|40|zero -100000|USA|M|8|E|D|Y|2||0||PB|||3|Bachelors (4 years)|Yes|YesValid|42|zero -80000|USA|M|14|E|D|N|4||1||PB|||15|Bachelors (4 years)|Yes|N|45|zero -118000|USA|M|6|E|DBA|N|5||6||SG|||240|Bachelors (4 years)|Yes|N|40|zero -155000|USA|M|17|E|DBA|N|17||4||PB|||80|None (no degree completed)||YesExpired|45|two -74000|USA|M|10|E|M|N|0||0||PB|||15|Associates (2 years)||N|55|five -95000|USA|M|10|E|DBA|Y|3||1||PB|||20|Masters|Yes|YesValid|38|five -44000|Peru|SQLI|10|E|DBA|N|6||3||PB|||100|Associates (2 years)|Yes|YesValid|43|zero -92000|USA|M|4|E|AN|N|5||2||PB|||20|Bachelors (4 years)|Yes|N|40|zero -54000|UK|M|15|E|DBA|N|1||4||PB|||400|Doctorate/PhD|No|YesValid|40|one -120000|USA|M|18|E|DBA|N|0||0||PB|||90|Bachelors (4 years)|No|N|40|zero -105000|USA|M|15|E|DBA|N|15||0||PB|||90|Bachelors (4 years)|Yes|YesExpired|40|zero -69882|Australia|M|15|E|DBA|Y|6||1||SG|||50|Bachelors (4 years)|Yes|N|40|zero -126000|USA|M|16|E|M|Y|5||0||PB|||8|Masters|No|N|45|zero -65000|Finland|O|13|E|D|N|8||1||PB|||3|Bachelors (4 years)|Yes|N|45|zero -35000|Italy|M|4|EC|DBA|N|4||2||PB|||3000|Bachelors (4 years)|Yes|N|40|zero -113000|USA|M|17|I||Y|17||1||PB|||50|Bachelors (4 years)|No|YesExpired|50|zero -104000|USA|O|19|E|DBA|N|12||5||SG|||150|Bachelors (4 years)|Yes|YesValid|40|zero -9000|Mexico|M|2|EC|DBA|N|2||4||PB|||300|Bachelors (4 years)|Yes|YesValid|40|zero -119071|USA|M|11|E|DBA|N|22||1||PB|||200|None (no degree completed)||N|45|two -100000|USA|M|10|E|DBA|N|10||1||SG|||210|Bachelors (4 years)|Yes|N|42|zero -123000|USA|M|10|E|M|Y|5||0||SG|||15|Doctorate/PhD|Yes|YesExpired|40|zero -80000|USA|M|15|E|AN|N|1||1||PB|||20|Bachelors (4 years)|Yes|YesExpired|40|one -85000|USA|M|6|E|DBA|N|4||1||PB|||10|Bachelors (4 years)|Yes|N|35|zero -26500|India|M|6|E|E|Y|4||1||PB|||5|Bachelors (4 years)|No|YesExpired|70|zero -70000|Netherlands|M|8|EC|D|Y|10||6||PB|||30|Masters|Yes|YesValid|40|zero -91500|USA|O|10|E|DBA|N|20||4||PB|||200|Bachelors (4 years)|Yes|N|45|zero -132000|USA|M|12|E|M|Y|10||0||PB|||5|Bachelors (4 years)|Yes|YesExpired|60|one -162000|Australia|T|15|I|A|Y|3||0||SG|||5|Bachelors (4 years)||YesValid|40|zero -129000|USA|M|20|E|DA|N|8||0||PB|||4|Bachelors (4 years)|Yes|YesExpired|40|zero -65000|UK|M|12|E|DBA|N|2||0||PB|||200|Bachelors (4 years)|No|N|39|zero -135000|USA|M|20|E|M|Y|10||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|five -67000|USA|M|2|E|D|N|2||2||PB|||4|Masters|Yes|N|45|zero -52000|UK|M|16|E|DBA|Y|4||2||FG|||150|Bachelors (4 years)|No|N|42|zero -61000|USA|M|2|E|DA|N|1||3||PB|||10|Bachelors (4 years)|No|N|42|zero -60000|UK|M|6|E|DBA|N|6||2||PB|||200|Associates (2 years)|Yes|N|40|zero -55000|Ireland|T|1|EC|AN|Y|1||6||PB|||5|Bachelors (4 years)|Yes|N|40|zero -64000|Australia|M|2|E|AN|N|1||1||PB|||2|Masters|No|YesValid|40|two -55000|USA|M|10|E|DS|Y|12||0||SG|||3|Masters|No|N|40|zero -72170|Australia||1|E|M|Y|3||0||PB|||6|Bachelors (4 years)|No|YesValid|40|zero -172000|USA|O|18|E|M|N|1||0||PB|||1500|Bachelors (4 years)|No|YesValid|45|five -135000|USA|M|8|E|M|Y|3||0||PB|||8|Masters|Yes|N|40|zero -135000|USA|M|18|E|A|Y|4||0||PB|||6|Associates (2 years)||YesExpired|55|zero -105000|USA|M|20|E|M|Y|4||0||PB|||12|Bachelors (4 years)|Yes|YesExpired|45|zero -106000|Canada|M|14|E|DBA|N|21||1||SG|||36|Bachelors (4 years)|Yes|N|40|zero -70863|USA|M|3|E|AN|N|3||5||PB|||10000|Bachelors (4 years)|Yes|YesValid|40|zero -70000|USA|M|4|E||N|5||3||PB|||50|Bachelors (4 years)|No|YesValid|40|five -103000|USA|M|13|E|DBA|N|13||0||PB|||100|Bachelors (4 years)|Yes|N|50|five -94000|USA|M|5|E|DBA|N|5||2||PB|||300|Masters|Yes|N|50|two -105000|USA|M|15|E|DBA|N|6||5||PB|||700|Bachelors (4 years)|Yes|YesExpired|45|five -129000|USA|M|15|E|DBA|N|8||0||FG|||0|Bachelors (4 years)|No|N|40|zero -110000|USA|M|12|E|AN|N|14||1||PB|||4|Bachelors (4 years)|No|YesValid|50|one -43000|USA|M|14|E|DT|N|14||3||PB|||4|None (no degree completed)||N|40|zero -86000|USA|M|6|E|DBA|N|3||1||PB|||140|Bachelors (4 years)|No|YesValid|40|zero -89000|USA|M|3|E|DBA|Y|1||1||FG|||30|Associates (2 years)|Yes|YesValid|44|zero -55000|UK|M|10|E|DT|Y|8||1||PB|||7|None (no degree completed)||N|40|zero -116000|USA|M|19|E|DBA|N|20||1||PB|||20|Bachelors (4 years)|No|YesExpired|43|zero -100000|USA|M|10|E|DBA|N|6||0||PB|||20|Associates (2 years)|Yes|N|48|zero -210000|USA||7|E|E|N|4||6||PB|||5|Bachelors (4 years)|No|N|50|zero -73000|USA|M|4|E|DBA|N|1||1||PB|||45|Bachelors (4 years)|Yes|YesValid|40|zero -45000|USA|T|1|E|D|N|1||3||PB|||2|Bachelors (4 years)|No|YesValid|45|one -250000|USA|M|15|I|DBA|Y|6||3||PB|||200|None (no degree completed)||YesExpired|50|five -128000|USA|M|18|E|DBA|N|11||4||PB|||350|None (no degree completed)||N|55|two -130000|USA|M|5|E|D|Y|5||1||PB|||2|Bachelors (4 years)|Yes|N|40|zero -70000|USA|M|1|E|AN|N|1||2||PB|||5|Masters|No|N|36|zero -25000|Brazil|M|6|E||Y|1||4||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -123000|USA|M|15|E|A|N|20||0||PB|||300|None (no degree completed)||YesExpired|50|five -88000|USA|P|0|E|AN|N|0||6||PB|||10|Bachelors (4 years)|No|N|45|zero -112000|USA|M|10|E|D|N|12||0||PB|||11|Bachelors (4 years)|No|YesValid|45|zero -132000|USA|M|13|E|DBA|N|13||4||PB|||40|Bachelors (4 years)|Yes|YesExpired|45|two -36850|Singapore|M|10|E|DT|N|4||0||PB|||3|None (no degree completed)|No|YesExpired|40|zero -119000|USA|M|8|E|DBA|Y|8||1||PB|||110|Bachelors (4 years)|Yes|YesValid|40|five -115000|USA|M|11|E|M|Y|2||0||PB|||12|Associates (2 years)|Yes|YesValid|45|zero -125000|USA|M|15|E|DBA|N|1||3||PB|||150|Bachelors (4 years)|Yes|N|45|zero -128000|USA|M|12|EC|A|N|2||3||PB|||6|Bachelors (4 years)|Yes|YesValid|50|zero -72000|USA|M|14|E|DBA|N|1||2||LG|||60|None (no degree completed)||N|40|zero -97500|USA|M|15|EC|A|N|9||1||PB|||25|None (no degree completed)||N|50|four -92000|New-Zealand|M|10|EC|D|Y|3||0||PB|||30|Bachelors (4 years)|Yes|YesValid|42|zero -100000|USA|M|10|E|DBA|N|8||5||PB|||150|Bachelors (4 years)|Yes|N|50|one -19800|CzechRepublic|M|12|E|DT|N|15||1||PB|||8|Associates (2 years)||YesValid|3|zero -55000|Netherlands|M|15|E|DBA|N|5||6||PB|||500|Bachelors (4 years)|No|YesValid|60|two -11029|India|M|6|E|DBA|Y|6||0||PB|||157|Masters|Yes|YesExpired|50|one -1467|South-Africa|M|4|E|DA|N|2||2||PB|||4|Associates (2 years)|Yes|YesExpired|40|zero -1050|Russia|M|4|E|DA|N|4||6||PB|||4|Bachelors (4 years)|Yes|N|40|zero -12600|Russia|M|4|E|DA|N|4||6||PB|||4|Bachelors (4 years)|Yes|N|40|zero -25000|Poland|M|5|E|E|Y|5||6||PB|||500|Masters|Yes|N|40|zero -65000|South-Africa|M|17|E|DT|N|17||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -103000|UK|M|8|E|DT|N|3||6||PB|||2|Masters|Yes|YesValid|35|two -51000|Austria||2|E|D|N|2||0||PB|||10|Associates (2 years)||YesValid|38|zero -70000|Israel|M|20|E|DBA|N|3||5||PB|||30|Masters|No|N|45|zero -48000|Finland|M|20|E|A|Y|4||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|30|one -52000|UK|M|6|E|DBA|N|2||1||PB|||150|Masters|Yes|N|45|zero -41200|UK|M|6|E|DT|N|5||6||PB|||500|Bachelors (4 years)|No|N|42|zero -11014|India|M|4|E|DBA|N|5||6||PB|||8|Bachelors (4 years)|Yes|N|38|zero -52970|Germany|M|1|E|DBA|N|1||3||PB|||73|Masters|Yes|N|40|zero -51000|Sweden|M|10|E|DBA|N|10||3||PB|||80|None (no degree completed)||N|40|three -90000|Germany|M|12|E|AN|N|17||5||PB|||250|Masters|No|N|40|zero -21000|Spain|M|1|E|D|N|1||1||PB|||2|None (no degree completed)||N|30|zero -100000|Australia|M|10|EC|DBA|Y|10||4||FG|||250|Masters|Yes|YesExpired|35|five -58500|France|M|8|EC|DBA|N|5||0||PB|||50|Associates (2 years)|Yes|YesValid|38|zero -38000|Ireland|M|3|EC|DBA|N|1||2||PB|||100|Bachelors (4 years)|Yes|YesValid|40|one -41000|UK|M|10|E|D|N|3||1||SG|||5|None (no degree completed)||YesValid|37|zero -50920|UK|M|5|E|DBA|N|5||6||PB|||400|Bachelors (4 years)|Yes|N|38|one -37000|UK|M|23|E|DBA|Y|4||1||PB|||47|Associates (2 years)|Yes|N|30|zero -48742|Ireland|M|6|E|DBA|N|2||0||PB|||6|Bachelors (4 years)|Yes|YesValid|40|zero -153000|USA|M|17|E|M|Y|3||2||PB|||150|Bachelors (4 years)|Yes|N|45|zero -44636|UK|M|10|E|DBA|N|4||1||PB|||150|None (no degree completed)|No|N|40|zero -100000|Belgium|SAP|1|I|A|N|1||6||PB|||2|Doctorate/PhD|No|N|40|three -103276|UK|M|11|E|A|N|4||0||PB|||15|Associates (2 years)|Yes|YesValid|38|one -98000|USA|M|15|E|A|N|2||0||PB|||100|Bachelors (4 years)|No|N|45|zero -290000|USA|M|12|EC|A|Y|3||5||PB|||100|Bachelors (4 years)|Yes|YesValid|50|two -60000|Germany|M|5|EC|DBA|N|1||1||PB|||30|Masters|No|N|40|zero -58000|UK|M|3|E|DBA|N|2||0||PB|||8|None (no degree completed)||N|45|zero -46000|UK|M|4|E|DBA|N|4||1||FG|||150|None (no degree completed)||N|36|zero -30000|France|M|16|E|DBA|N|16||0||PB|||4|Associates (2 years)|Yes|N|42|zero -90000|Ireland|O|17|E|DBA|N|19||1||PB|||50|Bachelors (4 years)|Yes|YesExpired|44|zero -100000|UK|M|18|I|DT|N|18||0||PB|||10|None (no degree completed)||N|35|zero -85000|USA|M|16|E|DT|N|10||0||PB|||5|Bachelors (4 years)|Yes|N|41|zero -39000|CzechRepublic|M|4|E|A|N|1||1||PB|||250|Masters|Yes|N|40|zero -100000|UK|M|12|E|DT|N|10||1||PB|||2|Bachelors (4 years)|No|N|40|one -108000|USA|O|16|E|DBA|N|16||2||PB|||300|Associates (2 years)|Yes|N|45|one -69000|UK|M|16|E|DBA|N|8||0||PB|||12|None (no degree completed)||YesExpired|40|two -18000|India|M|8|E|DT|Y|5||3||PB|||3|Masters|Yes|N|45|one -57000|USA|M|6|E|D|N|6||3||SG|||12|Bachelors (4 years)|No|YesExpired|40|zero -72500|USA|M|2|E|AN|N|2||3||PB|||5|Masters|No|N|40|zero -110000|USA|M|17|E|M|Y|10||1||PB|||10|None (no degree completed)||YesExpired|50|zero -130000|USA|M|3|E|DBA|N|2||2||FG|||8|Associates (2 years)|Yes|YesValid|40|zero -52000|UK|M|16|E|D|Y|2||1||LG|||4|Bachelors (4 years)|Yes|YesValid|40|zero -80000|UK|M|11|I|D|N|6||3||LG|||40|Masters|Yes|N|45|zero -105000|USA|M|8|E|E|N|8||6||PB|||95|None (no degree completed)||N|40|five -85000|USA|M|15|E|M|Y|7||0||PB|||2|None (no degree completed)||N|50|zero -52270|UK|M|9|E|DBA|N|2||1||PB|||15|None (no degree completed)|No|YesValid|40|zero -130000|USA|M|20|E|M|Y|1||0||PB|||600|Bachelors (4 years)|Yes|N|40|zero -48672|UK|M|7|E|DBA|N|7||1||FG|||300|None (no degree completed)||YesValid|40|zero -149000|USA|M|16|E|A|N|10||0||PB|||3|Bachelors (4 years)|Yes|N|55|two -66000|USA|M|7|E|DT|N|7||2||PB|||6|Bachelors (4 years)|No|N|40|one -155000|USA|M|20|E|DT|Y|10||1||PB|||4|Bachelors (4 years)|No|N|40|zero -135000|USA|M|10|E|A|N|5||0||PB|||20|Bachelors (4 years)|Yes|YesExpired|45|two -115000|USA|M|5|E|DBA|N|5||0||PB|||6|Masters|Yes|N|45|five -30500|UK|M|1|E|D|N|1||2||PB|||3|Bachelors (4 years)|No|N|8|zero -67000|UK|M|10|E|M|Y|5||3||PB|||4|Bachelors (4 years)|Yes|YesExpired|45|zero -36000|Poland|M|10|E|A|N|10||0||PB|||10|Masters|Yes|YesValid|40|one -120000|USA|M|16|E|DT|N|3||5||PB|||10|Bachelors (4 years)|Yes|YesValid|50|five -147000|USA|M|20|I|A|N|6||1||PB|||3|Bachelors (4 years)|Yes|N|40|one -108000|USA|M|10|E|E|N|4||2||PB|||2|Bachelors (4 years)|Yes|YesValid|40|zero -40000|USA|M|3|E||Y|12||2||PB|||5|Associates (2 years)|No|N|50|zero -103000|USA|M|6|EC|DT|N|6||2||PB|||20|Bachelors (4 years)|Yes|N|40|zero -70000|USA|M|15|E|DA|N|2||0||SG|||3|Bachelors (4 years)|Yes|N|40|zero -90000|USA|M|17|E|DBA|N|12||6||PB|||150|Associates (2 years)||YesExpired|40|zero -140000|USA|M|16|EC|A|N|3||4||PB|||20|Bachelors (4 years)|Yes|YesExpired|50|three -83000|USA|M|5|E|DBA|N|2||2||PB|||75|Bachelors (4 years)|Yes|N|40|one -21600|Hungary|M|10|E|DT|N|6||0||PB|||1|None (no degree completed)||N|40|zero -80000|USA|M|15|E|M|Y|1||0||PB|||300|None (no degree completed)||N|45|zero -70000|USA|M|6|E|DBA|N|5||1||PB|||20|Bachelors (4 years)|Yes|YesValid|45|five -132000|USA|M|10|E|DBA|Y|5||2||PB|||25|Bachelors (4 years)|Yes|YesExpired|50|zero -2000|Poland|M|7|E|DBA|N|1||4||PB|||15|Masters|Yes|YesExpired|40|five -75500|USA|M|5|E|DBA|N|5||1||PB|||5|None (no degree completed)||YesExpired|45|two -84000|USA|M|7|E|DBA|N|6||1||PB|||29|Masters|No|YesExpired|40|zero -148000|USA|M|15|E|E|N|5||2||PB|||200|Bachelors (4 years)|No|N|40|one -108000|USA|M|17|E|DT|N|3||6||PB|||300|None (no degree completed)|No|N|40|zero -109000|USA|M|20|E|M|Y|3||0||SG|||4|Associates (2 years)|Yes|YesExpired|45|one -20500|Hungary|M|6|E|DA|N|7||2||PB|||5|Bachelors (4 years)|Yes|N|40|one -57175|Netherlands|M|19|EC|E|N|19||1||PB|||500|Bachelors (4 years)||YesValid|45|one -142000|USA|M|9|E|DA|Y|7||0||PB|||9|None (no degree completed)||N|42|five -79500|USA|M|5|E|D|N|1||0||PB|||2|Masters|Yes|N|40|zero -93000|USA|O|13|E|DBA|N|16||2||LG|||35|Masters|Yes|N|40|zero -145000|USA|M|17|E|A|Y|2||2||PB|||55|Bachelors (4 years)|Yes|YesValid|50|one -56000|Austria|M|11|E|M|Y|6||0||PB|||30|None (no degree completed)|Yes|YesValid|40|zero -110000|USA|M|17|E|D|N|11||1||PB|||22|Masters|No|N|50|two -129000|USA|M|16|E|DBA|N|1||2||PB|||50|None (no degree completed)||N|40|one -23160|Kenya|M|5|E|DBA|N|10||0||PB|||14|Bachelors (4 years)|No|N|10|zero -35000|India|M|10|E|M|Y|2||6||SG|||100|Masters|No|YesExpired|40|zero -29000|Spain|M|2|E|AN|Y|2||4||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|one -102000|USA|M|16|E|D|Y|1||1||PB|||10|Masters|Yes|N|40|zero -26000|Italy|M|6|E|DA|Y|6||6||PB|||64|Masters|Yes|YesValid|40|zero -87992|USA|O|7|E|DBA|N|7||3||PB|||28|Masters|Yes|N|40|zero -67000|USA|M|12|E|DBA|N|5||1||PB|||70|Bachelors (4 years)|Yes|N|45|two -97500|USA|M|18|E|DBA|N|17||2||SG|||70|Bachelors (4 years)|Yes|N|44|two -102500|USA|M|10|E|DA|N|38||2||PB|||15|None (no degree completed)||N|45|zero -90000|USA|O|4|EC|DBA|N|4||4||PB|||150|Masters|Yes|N|40|zero -150000|USA|M|15|E|DBA|N|4||1||PB|||60|None (no degree completed)||YesValid|55|zero -93000|USA|M|19|E|DBA|N|18||0||LG|||5|Masters|Yes|N|40|zero -118000|USA|M|20|E|DBA|N|8||3||LG|||225|Doctorate/PhD|No|YesExpired|40|zero -61773|USA|M|4|E|DBA|Y|4||0||LG|||3|None (no degree completed)||N|40|zero -94000|USA|M|20|E|DBA|N|20||5||PB|||50|Masters|Yes|YesExpired|45|two -76200|USA|M|10|E|DBA|N|5||3||PB|||60|Associates (2 years)|No|N|50|three -86000|USA|M|13|E|DBA|N|7||4||PB|||100|Masters|Yes|YesValid|45|four -99000|USA|M|8|E|DBA|N|6||0||PB|||48|Bachelors (4 years)|Yes|N|40|five -130000|USA|M|17|E|DBA|N|17||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|40|one -134000|USA|M|6|E|DBA|N|6||0||PB|||25|Bachelors (4 years)|Yes|YesValid|45|one -70000|USA|M|4|E|DBA|N|5||0||PB|||2|Masters|Yes|N|55|zero -67000|USA|M|10|E|DT|N|7||3||LG|||10|Bachelors (4 years)|Yes|N|48|zero -115000|USA|M|13|E|M|Y|1||0||PB|||5|Bachelors (4 years)|Yes|N|42|zero -118000|USA|M|17|EC|DBA|N|15||0||PB|||10|Masters|Yes|N|40|zero -24265|Brazil|M|9|E|DBA|N|5||6||SG|||12|Bachelors (4 years)|Yes|N|40|zero -89000|USA|M|10|E|DBA|N|1||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -108000|USA|M|7|E|E|N|4||6||PB|||30|Bachelors (4 years)|No|N|40|zero -87000|Canada|M|17|E|DBA|N|3||0||PB|||75|Bachelors (4 years)|Yes|N|45|zero -93000|USA|M|6|E|DT|N|6||6||PB|||1|None (no degree completed)||YesExpired|40|five -85000|USA|M|15|E|DT|N|15||0||PB|||185|None (no degree completed)||YesExpired|40|zero -70000|USA|M|12|E|AN|N|12||6||PB|||8|Masters|Yes|N|35|five -73000|USA|M|5|E|AN|Y|8||2||SG|||4|Associates (2 years)|Yes|YesExpired|60|two -77800|USA|M|10|E|DBA|Y|4||0||LG|||10|Masters|Yes|N|40|zero -66000|USA|M|4|E|M|N|4||0||PB|||1|Associates (2 years)|Yes|N|45|zero -100000|Denmark|M|8|E|DBA|N|0||3||PB|||700|Associates (2 years)|Yes|YesExpired|40|zero -52500|USA|M|4|E|E|N|4||0||PB|||10|Bachelors (4 years)|No|YesExpired|50|two -48000|USA|M|4|E|DA|N|5||1||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -68000|Germany|M|6|E|DA|N|10||1||PB|||25|Masters|Yes|N|42|zero -67000|Canada|M|7|E|DBA|N|7||0||PB|||20|Masters|Yes|YesValid|35|zero -91000|USA|M|14|E|DBA|N|3||0||PB|||35|None (no degree completed)||YesExpired|50|zero -111000|USA|M|11|E|DBA|N|10||0||PB|||10|Bachelors (4 years)|Yes|YesExpired|50|zero -103000|USA|M|10|E|A|Y|1||0||PB|||10|Bachelors (4 years)|Yes|N|50|two -101000|USA|M|12|E|DBA|N|20||1||PB|||110|Bachelors (4 years)|No|YesExpired|40|one -99000|USA|M|9|E|DBA|N|9||0||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|five -69000|UK|M|16|E|D|Y|16||1||PB|||3|Bachelors (4 years)|Yes|YesValid|38|zero -3000|Syria|M|2|E|DBA|Y|2||0||PB|||3|Associates (2 years)|Yes|N|48|zero -115000|USA|M|20|E|DA|Y|22||0||PB|||8|None (no degree completed)||YesExpired|45|zero -68000|USA|M|20|I|DT|N|16||3||PB|||6|Bachelors (4 years)|Yes|N|25|two -73000|Germany|M|12|E|DA|N|13||1||PB|||10|None (no degree completed)||N|40|zero -113000|USA|M|9|E|DBA|N|6||1||PB|||8|Bachelors (4 years)|Yes|YesExpired|45|zero -62000|USA|M|1|EC|AN|N|1||6||PB|||1|Bachelors (4 years)|No|N|40|zero -75000|New-Zealand|M|18|E|D|N|11||0||FG|||15|Bachelors (4 years)|Yes|N|40|one -81000|USA|M|6|E|DBA|N|4||2||PB|||165|Bachelors (4 years)|Yes|YesExpired|40|one -95000|USA|M|8|E|DBA|N|1||2||PB|||200|Bachelors (4 years)|Yes|YesExpired|50|three -139000|USA|M|16|E|M|Y|10||6||PB|||30|Bachelors (4 years)|Yes|YesExpired|45|three -140000|USA|M|20|E|DBA|N|20||1||PB|||140|Masters|No|YesExpired|45|zero -81000|USA|M|6|E|DBA|N|3||0||PB|||5|Bachelors (4 years)|Yes|N|40|zero -160000|USA|O|19|E|E|N|19||6||PB|||40|Bachelors (4 years)|Yes|YesExpired|40|four -95800|Australia|M|17|E|DT|N|5||0||PB|||35|None (no degree completed)||N|40|zero -102000|USA|M|15|E|DBA|N|18||0||PB|||40|Bachelors (4 years)|No|YesExpired|45|zero -145000|USA|M|16|E|A|Y|5||0||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -63000|USA|M|5|E|D|N|3||1||PB|||4|Masters|Yes|YesValid|40|zero -60000|Canada|M|7|E|DA|N|7||5||LG|||6|Bachelors (4 years)|Yes|YesExpired|35|zero -95000|USA|M|19|E|DBA|N|11||3||PB|||100|Associates (2 years)|No|YesExpired|55|one -114000|USA|M|12|E|DT|N|12||0||FG|||4|Bachelors (4 years)|No|N|40|zero -10256|India|M|6|E|DBA|N|6||3||PB|||500|Masters|Yes|N|43|five -60000|USA|M|1|E|AN|N|1||5||PB|||4|Bachelors (4 years)|No|N|45|zero -65000|USA|M|1|E|DBA|N|1||0||FG|||2|Associates (2 years)|No|YesValid|40|zero -55000|USA|DB2|2|E|AN|N|3||6||PB|||5|Bachelors (4 years)|No|N|42|zero -135000|USA|M|17|E|A|Y|6||0||PB|||5|Masters|No|N|60|zero -108500|USA|M|13|E|DBA|N|6||6||PB|||1100|None (no degree completed)||YesValid|50|five -575000|USA|RDS|5|E|E|N|2||6||PB|||100000|Bachelors (4 years)|No|YesExpired|50|zero -135000|USA|M|16|E|DBA|N|2||3||PB|||500|Masters|Yes|YesExpired|40|three -61000|USA|M|3|E|DBA|N|3||1||SG|||28|Bachelors (4 years)|Yes|N|40|two -61575|New-Zealand|M|15|E|AN|N|8||0||PB|||7|Masters|No|N|40|zero -149000|USA|M|17|E|A|N|2||0||PB|||28|Bachelors (4 years)|No|N|50|zero -82000|USA|M|21|E|DBA|N|6||0||PB|||15|Bachelors (4 years)|Yes|YesExpired|40|zero -115000|USA|M|15|E|DBA|N|5||0||PB|||2|Masters|No|N|45|five -1200|India|M|2|E|DBA|N|5||2||PB|||350|Associates (2 years)|No|N|45|zero -96500|USA|M|10|E|E|N|5||1||PB|||12|Masters|Yes|YesValid|50|one -52000|Netherlands|M|10|E|DBA|N|1||1||PB|||15|Associates (2 years)|Yes|N|40|three -138000|USA|M|15|E|M|Y|25||0||PB|||15|Bachelors (4 years)|Yes|N|50|zero -37000|Bulgaria|M|13|E|DT|Y|5||0||PB|||15|Masters|Yes|YesValid|45|zero -72000|Sweden|M|16|E|DBA|Y|5||5||PB|||200|Masters|No|YesValid|42|zero -10900|India|M|1|E|DBA|N|2||2||PB|||2|Bachelors (4 years)|No|N|40|zero -110000|Norway|M|10|EC|DT|N|2||2||PB|||5|Masters|Yes|N|37|zero -39000|Belgium|O|10|E|DBA|N|10||6||PB|||250|Bachelors (4 years)|Yes|YesValid|45|zero -60000|Sweden|M|3|E|DA|Y|3||6||PB|||20|Bachelors (4 years)|Yes|YesValid|45|one -21244|Serbia-and-Montenegro|M|10|E|DA|Y|10||0||PB|||5|Masters|Yes|N|40|zero -48526|UK|O|8|E|DBA|N|3||1||PB|||30|None (no degree completed)||N|38|one -95000|USA|O|20|E|DBA|N|15||1||PB|||35|Bachelors (4 years)|Yes|N|45|zero -57000|UK|M|10|E|DBA|Y|25||1||SG|||25|Masters|No|N|38|one -48000|Sweden|M|3|E|DBA|N|3||0||LG|||60|Associates (2 years)|No|N|40|zero -72730|UK|O|15|E|DBA|Y|2||2||PB|||60|Masters|Yes|YesExpired|42|one -57000|UK|M|20|E|DT|N|1||1||PB|||4|Bachelors (4 years)|No|YesExpired|40|zero -35000|Italy|M|20|EC|DBA|N|26||3||PB|||200|None (no degree completed)||YesExpired|45|zero -48000|Romania|M|8|E|DBA|N|7||0||PB|||6|None (no degree completed)||YesValid|40|one -160000|USA|M|16|E|DBA|Y|4||0||PB|||1200|Associates (2 years)|No|YesExpired|50|zero -45000|Serbia-and-Montenegro|P|5|E|DBA|N|9||1||PB|||30|Bachelors (4 years)|Yes|YesExpired|44|zero -38000|Serbia-and-Montenegro|M|9|E|DBA|Y|2||1||PB|||100|None (no degree completed)|No|YesExpired|40|zero -95000|USA|M|20|E|DBA|Y|15||1||PB|||80|Associates (2 years)|Yes|N|40|one -87500|USA|M|15|E|DBA|Y|2||2||FG|||8|None (no degree completed)||YesValid|55|three -110000|USA|M|16|E|DBA|N|16||5||PB|||42|Associates (2 years)|Yes|N|45|zero -135000|USA|O|12|E|DBA|N|8||5||PB|||40|Bachelors (4 years)|Yes|YesExpired|45|three -77000|USA|M|5|E|DBA|N|5||6||FG|||300|Bachelors (4 years)|Yes|YesValid|40|zero -113842|USA|M|12|E|DBA|N|23||3||PB|||120|Bachelors (4 years)|Yes|N|40|zero -40000|Germany|M|3|E|DBA|Y|5||1||PB|||7|None (no degree completed)|Yes|YesValid|40|zero -118000|USA|M|10|E|DA|Y|7||5||PB|||3|Bachelors (4 years)|Yes|YesValid|45|zero -85000|USA|O|4|E|AN|N|8||1||PB|||10|None (no degree completed)||N|40|zero -46000|Germany|M|5|E|DBA|N|1||0||LG|||70|Bachelors (4 years)||N|40|zero -100000|USA|M|12|E|DBA|N|12||0||PB|||35|Bachelors (4 years)|Yes|N|30|zero -101000|USA|M|12|E|DBA|N|2||4||PB|||125|Bachelors (4 years)|Yes|N|40|zero -50000|UK|M|6|E|DBA|N|3||0||PB|||31|None (no degree completed)||N|45|zero -10073|Colombia|M|2|EC|DBA|N|2||6||PB|||86|Masters|Yes|YesValid|48|zero -72000|USA|M|3|E|DT|N|3||0||PB|||6|Masters|No|YesValid|40|zero -157000|USA|M|18|E|A|N|15||0||PB|||4|Bachelors (4 years)|No|N|40|five -66000|Germany|M|10|EC|E|N|12||3||PB|||100|None (no degree completed)||YesValid|45|zero -120000|Switzerland|M|8|E|D|N|6||6||PB|||8|Masters|Yes|YesExpired|42|one -48000|UK|M|7|E|DBA|N|5||1||PB|||50|Bachelors (4 years)|Yes|N|35|zero -94000|USA|M|17|E|DBA|N|3||3||LG|||76|Associates (2 years)|Yes|YesExpired|40|zero -40000|USA|M|1|E|DBA|N|1||5||PB|||12|Associates (2 years)|Yes|N|50|one -80000|South-Africa|M|10|E|A|Y|10||2||PB|||500|Associates (2 years)|Yes|YesValid|40|zero -71500|USA|M|10|E|DBA|Y|1||1||LG|||12|Bachelors (4 years)|Yes|YesValid|40|zero -142000|USA|M|19|E|DBA|N|10||1||PB|||50|Bachelors (4 years)|No|YesExpired|40|one -135000|USA|M|16|E|A|Y|4||0||PB|||10|Associates (2 years)|No|N|60|one -126000|Switzerland|M|8|E|E|Y|1||2||PB|||4|Bachelors (4 years)|Yes|YesValid|45|zero -70000|USA|M|4|E|DBA|N|0||4||PB|||300|Associates (2 years)||N|50|four -85000|USA|SAP|2|E|D|Y|2||0||PB|||8|Bachelors (4 years)|Yes|YesValid|40|zero -74000|Canada|M|2|E|DBA|N|11||3||PB|||400|Masters|Yes|YesExpired|40|two -102000|USA|M|7|E|DBA|N|7||0||PB|||60|Bachelors (4 years)|No|YesValid|45|zero -39000|India|O|10|E|DBA|Y|3||0||PB|||100|Bachelors (4 years)|No|N|60|two -125000|USA|M|8|E|E|Y|5||3||PB|||200|Bachelors (4 years)|Yes|YesExpired|40|zero -110000|Canada|M|7|E|M|Y|5||0||PB|||40|Bachelors (4 years)|Yes|YesExpired|50|five -86000|USA|M|13|E|DBA|N|1||1||PB|||50|Bachelors (4 years)|Yes|YesValid|40|zero -158000|USA|P|3|E|M|Y|2||0||PB|||4|Bachelors (4 years)|Yes|N|45|zero -110000|USA|M|15|E|M|Y|18||0||PB|||4|None (no degree completed)||N|55|zero -101000|USA|M|16|E|DBA|N|7||0||PB|||115|Bachelors (4 years)|No|YesExpired|46|two -134000|USA|O|12|E|DBA|N|12||1||PB|||3|Bachelors (4 years)|Yes|YesExpired|45|zero -145000|USA|M|18|E|A|N|10||2||PB|||20|Bachelors (4 years)|No|YesExpired|40|five -88000|USA|O|10|E|DA|N|10||6||PB|||5|Bachelors (4 years)|Yes|N|45|zero -97500|USA|M|8|E|DT|N|4||3||PB|||40|Masters|Yes|YesValid|37|one -103000|USA|O|18|E|DBA|N|11||2||SG|||10|None (no degree completed)||YesExpired|40|zero -127500|USA|M|12|E|M|Y|1||1||PB|||50|Masters|Yes|N|45|zero -120000|Canada|M|20|E|DBA|N|6||6||SG|||200|Bachelors (4 years)|Yes|YesValid|40|zero -95000|Ireland|M|15|E|DT|N|19||6||PB|||21|Bachelors (4 years)|Yes|YesExpired|50|zero -100000|USA|M|8|EC|DBA|N|2||6||PB|||300|Masters|No|YesExpired|45|zero -69000|USA|M|8|E|DBA|Y|1||0||SG|||8|Bachelors (4 years)|Yes|N|38|zero -70000|UK|M|12|E|DBA|N|6||0||PB|||30|Bachelors (4 years)|Yes|YesValid|38|one -73000|USA|M|5|E|DBA|N|4||6||PB|||600|Associates (2 years)|Yes|N|45|one -81100|USA|M|6|EC|DBA|N|7||6||PB|||200|Bachelors (4 years)|No|N|45|three -85000|USA|M|7|E|E|N|1||1||PB|||20|Associates (2 years)|Yes|N|40|zero -100000|USA|M|17|E|DBA|N|5||2||PB|||115|Associates (2 years)|Yes|YesValid|50|zero -102000|USA|M|21|E|DBA|Y|15||6||FG|||125|Bachelors (4 years)|Yes|N|45|one -75000|Australia|M|4|E|DBA|N|1||0||PB|||25|Bachelors (4 years)|Yes|YesExpired|40|one -51284|South-Africa|M|10|E|DBA|N|10||6||PB|||38|Bachelors (4 years)|Yes|YesValid|40|zero -80000|USA|M|12|E|DBA|N|10||0||PB|||2|Associates (2 years)||N|45|zero -8000|Russia|M|13|E|D|N|6||1||PB|||10|Masters|Yes|N|50|zero -20000|Russia|O|15|I|DBA|N|8||1||PB|||10|Masters|Yes|YesValid|40|four -36899|New-Zealand|M|6|E|DT|N|6||0||PB|||12|Bachelors (4 years)|Yes|N|40|zero -47000|Sweden|M|1|E|DBA|N|1||3||LG|||500|Bachelors (4 years)|Yes|YesExpired|40|zero -250000|Germany|M|20|I|A|Y|22||6||PB|||150|Masters|Yes|YesValid|60|three -65400|UK|M|16|E|A|Y|8||0||FG|||6|Bachelors (4 years)|No|N|43|zero -59000|UK|M|15|E|DBA|N|30||0||PB|||20|Masters|Yes|YesExpired|40|zero -23300|India|M|10|E|DT|N|8||1||PB|||4|Bachelors (4 years)|Yes|YesValid|40|zero -56173|Sweden|M|6|E|DBA|N|6||3||LG|||300|Bachelors (4 years)|Yes|N|38|zero -49000|South-Africa|M|8|I|D|Y|2||1||PB|||3|None (no degree completed)||YesValid|40|two -129000|USA|M|17|E|A|N|5||0||PB|||12|Associates (2 years)|No|YesExpired|45|zero -70000|Austria|M|15|E|DBA|N|3||4||PB|||50|Bachelors (4 years)||N|50|zero -70000|Sweden|M|19|EC|DBA|Y|16||2||PB|||20|Bachelors (4 years)|No|N|40|zero -25000|Spain|M|5|I|DBA|N|4||3||PB|||15|Masters|Yes|YesValid|40|five -35000|Croatia|M|6|E|DBA|N|6||6||PB|||90|Bachelors (4 years)|No|YesValid|50|five -65000|UK|M|10|E|D|N|5||3||PB|||50|Masters|Yes|YesValid|40|zero -225000|USA|M|7|I|DS|N|3||0||PB|||5|Bachelors (4 years)|Yes|YesValid|40|five -100000|Germany|M|18|E|A|N|18||5||PB|||50|Masters|No|YesValid|40|one -90000|USA|M|15|E|DBA|N|15||1||PB|||15|None (no degree completed)||N|50|zero -125000|Denmark|M|15|E|D|N|13||0||PB|||25|Associates (2 years)||YesExpired|38|zero -200000|USA|M|18|EC|DBA|Y|1||3||PB|||30|Bachelors (4 years)|No|YesExpired|40|zero -110000|USA|M|8|E|E|N|3||1||PB|||1000|Bachelors (4 years)|No|YesValid|40|five -143200|USA|M|17|E|DBA|N|7||1||PB|||30|Masters|No|YesExpired|50|zero -55000|South-Africa|M|10|E|DBA|N|1||1||PB|||50|None (no degree completed)|No|YesExpired|50|zero -110000|Germany|M|15|I|A|N|10||2||PB|||30|Masters||YesValid|60|two -88833|Ireland|M|7|E|DBA|N|8||4||PB|||16|None (no degree completed)||YesValid|38|zero -80000|USA|M|2|E|DBA|N|2||1||PB|||8|Bachelors (4 years)|Yes|YesValid|40|zero -93500|USA|M|12|E|DT|N|2||1||PB|||5|Bachelors (4 years)|No|N|45|zero -110000|USA|M|5|EC|D|N|4||6||PB|||1|Bachelors (4 years)|Yes|YesValid|40|five -79000|USA|M|25|E|DA|N|28||6||SG|||20|Bachelors (4 years)|Yes|YesValid|64|zero -61800|South-Africa|M|10|E|DBA|Y|5||0||PB|||11000|None (no degree completed)||YesValid|60|two -11745|India|O|6|E||N|4||2||PB|||40|Masters|Yes|YesValid|40|three -115000|USA|M|15|E|DBA|N|10||1||PB|||35|Masters|Yes|N|45|zero -121807|USA|M|15|E|DT|Y|15||3||PB|||30|Bachelors (4 years)|Yes|N|40|five -125000|USA|M|12|EC|D|N|7||0||PB|||20|Masters|Yes|YesExpired|40|zero -120000|USA|M|17|E|DBA|N|10||0||PB|||75|Bachelors (4 years)|No|N|40|four -102000|USA|M|5|E|D|N|2||0||PB|||4|Bachelors (4 years)|No|YesValid|40|zero -105000|USA|M|4|E|DT|N|4||6||PB|||4|Doctorate/PhD|No|N|45|zero -45700|Canada|M|5|E|DA|N|5||6||PB|||8|Bachelors (4 years)|Yes|N|40|zero -125000|USA|M|17|EC|DBA|N|17||0||FG|||5|None (no degree completed)||YesValid|40|two -102000|USA|M|10|E|DBA|N|2||1||PB|||50|Bachelors (4 years)|No|YesExpired|40|one -90000|USA|M|9|E|E|N|3||1||PB|||36|Bachelors (4 years)|Yes|YesExpired|48|zero -73000|USA|M|4|E|DBA|N|4||2||PB|||177|Associates (2 years)|Yes|YesValid|45|zero -108000|USA|M|5|E|M|Y|3||2||PB|||20|Associates (2 years)|Yes|YesExpired|45|zero -120000|USA|M|14|EC|DBA|Y|10||3||PB|||12|Bachelors (4 years)|Yes|YesValid|45|one -60000|USA|M|2|E|DBA|N|2||3||PB|||350|Bachelors (4 years)|Yes|N|45|zero -107000|USA|M|8|EC|DBA|N|2||6||SG|||8|Masters|No|N|40|zero -65000|USA|M|4|E|DT|Y|4||5||PB|||3|Masters|Yes|YesExpired|40|zero -25000|Croatia|M|5|E|DT|N|5||6||PB|||30|Masters|Yes|YesValid|50|zero -155000|USA|M|20|E|M|Y|10||0||PB|||5|Bachelors (4 years)|No|N|45|zero -81000|Sweden|P|10|E|DT|N|1||6||PB|||0|Masters|Yes|YesValid|40|zero -133000|USA|M|16|E|DBA|N|11||2||PB|||100|Bachelors (4 years)|Yes|YesExpired|42|zero -90500|USA|M|5|E|DA|N|5||1||PB|||6|Bachelors (4 years)|Yes|YesExpired|45|one -52000|Canada|M|3|E|AN|N|2||2||SG|||5|Bachelors (4 years)|Yes|N|40|zero -128825|USA|M|18|E|DBA|N|16||1||PB|||60|Bachelors (4 years)|Yes|N|45|zero -132000|USA|M|17|E|DBA|N|15||3||PB|||20|Masters|Yes|N|40|one -94500|USA|M|17|E|DBA|N|1||1||PB|||5|Associates (2 years)|Yes|N|42|zero -59000|USA|M|6|E|DBA|N|6||1||PB|||24|Associates (2 years)|Yes|YesValid|45|two -39000|Russia|M|4|E|M|Y|2||0||PB|||5|Bachelors (4 years)|No|YesValid|48|zero -15000|India|M|6|E|D|N|1||3||PB|||10|Bachelors (4 years)|No|N|50|zero -20290|Lithuania|M|10|E|DBA|Y|10||2||PB|||60|Bachelors (4 years)|Yes|N|40|zero -42204|UK|M|2|E|E|N|4||0||PB|||95|None (no degree completed)|No|N|38|zero -76000|UK|O|16|E|A|N|5||0||PB|||2000|Bachelors (4 years)|Yes|N|37|zero -110000|UK|M|10|E|DBA|N|4||4||PB|||1000|Bachelors (4 years)|Yes|YesValid|50|one -80000|UK|M|15|E|DBA|N|2||6||PB|||100|None (no degree completed)||YesValid|40|zero -45000|Sweden|M|1|E|DBA|N|1||0||PB|||20|None (no degree completed)||N|40|zero -60000|Italy|A|7|E|E|N|15||2||PB|||5|None (no degree completed)||N|48|zero -51000|UK|M|17|E|DBA|N|8||6||PB|||100|Bachelors (4 years)|Yes|N|39|zero -105000|USA|M|5|E|DBA|N|1||0||PB|||3|Masters|No|N|50|zero -58560|Netherlands|M|7|EC|D|N|5||3||PB|||5|Bachelors (4 years)|Yes|YesValid|40|zero -155000|USA|MS|2|E|DA|N|15||3||PB|||30|Masters|Yes|N|45|five -88000|USA|M|3|E|DT|N|3||6||PB|||1000|Bachelors (4 years)|No|N|45|zero -38000|Slovenia|M|5|EC|DA|N|8||6||PB|||10|Bachelors (4 years)|Yes|YesExpired|40|zero -28800|Ukraine|M|12|E|DT|Y|12||0||PB|||2|Masters|No|N|40|two -110000|Denmark|O|24|E|DBA|N|2||3||PB|||20|Associates (2 years)|No|N|38|four -72000|USA|M|8|E|DA|N|8||0||PB|||6|Bachelors (4 years)|Yes|N|40|zero -110154|USA|M|8|E|A|N|15||1||PB|||8|Bachelors (4 years)|Yes|N|45|five -58000|UK|M|10|E|DA|N|10||1||PB|||12|Bachelors (4 years)|Yes|YesValid|40|zero -114300|USA|M|10|E|DT|N|10||2||PB|||2|Bachelors (4 years)|Yes|N|40|zero -31017|UK|M|12|E|DBA|N|12||1||LG|||45|None (no degree completed)|Yes|YesExpired|37|zero -122000|USA|M|15|E|DBA|Y|11||2||PB|||3500|Associates (2 years)|Yes|YesExpired|45|one -95000|Switzerland|O|2|E|DBA|N|2||6||SG|||20|Masters|Yes|N|43|zero -135000|USA|M|12|E|DA|N|38||3||PB|||20|None (no degree completed)||YesExpired|45|one -64000|Canada|M|11|E|DBA|N|9||2||SG|||29|Associates (2 years)|Yes|YesValid|37|zero -51500|Belgium|M|15|E|DA|N|20||1||PB|||200|Bachelors (4 years)|No|YesValid|40|zero -67275|USA|M|5|E|AN|N|5||0||PB|||11|Bachelors (4 years)|No|N|40|zero -95000|USA|M|7|E|DBA|N|7||0||PB|||12|Masters|Yes|YesValid|45|one -148000|USA|M|16|E|A|N|5||0||PB|||7|Bachelors (4 years)|No|YesValid|50|zero -112000|USA|M|20|E|DBA|N|20||4||PB|||200|Bachelors (4 years)|Yes|N|50|two -140000|USA|M|15|E|A|N|10||0||PB|||15|Masters|Yes|YesExpired|40|one -105000|USA|M|13|E|DBA|Y|13||0||PB|||30|None (no degree completed)||YesExpired|65|zero -126000|USA|M|10|E|DT|N|10||6||PB|||10|Bachelors (4 years)|No|N|50|five -90000|USA|M|7|E|DBA|N|7||1||PB|||7|Bachelors (4 years)|Yes|YesExpired|40|zero -58000|Belgium|M|10|E|DBA|N|5||0||PB|||47|None (no degree completed)||N|40|five -50000|USA|M|4|E|DT|N|4||0||PB|||20|None (no degree completed)||N|44|one -78000|USA|M|10|E|DBA|N|2||1||PB|||40|Bachelors (4 years)|Yes|N|50|zero -92822|USA|M|14|E|DBA|N|6||2||PB|||20|Associates (2 years)|No|YesValid|40|one -90000|USA|M|4|E|D|N|4||3||PB|||4|Bachelors (4 years)|Yes|YesValid|40|zero -110000|USA|M|17|E|DBA|N|7||2||PB|||35|Bachelors (4 years)|No|YesValid|40|zero -86700|USA|M|6|E|DBA|N|6||1||PB|||35|Associates (2 years)|No|YesValid|45|one -80000|USA|M|10|E|DBA|N|8||0||PB|||50|Masters|Yes|N|43|two -97000|USA|M|5|I|DA|Y|20||1||PB|||13|Masters|Yes|N|30|zero -32800|Brazil|M|11|E|DBA|N|1||2||PB|||6|Masters|Yes|YesValid|44|five -140000|USA|MS|5|E|DBA|N|11||3||PB|||500|Bachelors (4 years)|No|YesExpired|45|zero -140000|USA|M|17|E|A|N|1||0||PB|||35|Masters|No|N|70|zero -47000|USA|M|2|E|DT|N|2||1||PB|||10|Bachelors (4 years)|Yes|N|40|zero -90000|USA|M|20|E|A|N|2||1||PB|||10|Bachelors (4 years)|Yes|YesExpired|45|zero -70000|Canada|M|8|EC|A|N|1||2||PB|||50|Bachelors (4 years)|Yes|YesValid|42|zero -55000|USA|M|4|E|AN|N|4||0||PB|||5|Bachelors (4 years)|No|YesValid|45|zero -138000|USA|M|18|E|M|Y|4||0||PB|||100|Bachelors (4 years)|Yes|YesValid|40|one -87000|USA|M|7|E|DBA|N|7||6||PB|||120|Bachelors (4 years)|Yes|YesExpired|50|three -100646|USA|M|6|E|DT|Y|6||1||PB|||3|Masters|No|YesExpired|50|zero -77000|USA|M|5|E|DBA|N|5||0||PB|||20|Bachelors (4 years)|Yes|N|50|zero -78000|USA|M|8|E|DBA|Y|4||0||PB|||12|None (no degree completed)||N|40|zero -135000|USA|M|8|E|DBA|N|1||2||PB|||25|Bachelors (4 years)|Yes|YesValid|40|zero -50000|USA|M|4|E|DBA|Y|4||0||PB|||4|Bachelors (4 years)|No|N|55|two -95000|USA|M|5|E|DBA|N|5||6||PB|||50|Bachelors (4 years)|Yes|N|40|zero -94000|USA|M|7|E|DBA|N|7||5||PB|||120|None (no degree completed)||N|40|one -35800|USA|M|1|E|AN|N|1||0||PB|||4|Associates (2 years)|Yes|YesValid|40|zero -95000|USA|M|9|E|DBA|N|9||0||PB|||500|None (no degree completed)||N|40|five -109000|USA|M|18|E|DBA|N|18||0||PB|||10|Masters|Yes|N|50|five -108000|USA|M|1|E|AN|N|10||2||PB|||10|Associates (2 years)|Yes|YesExpired|40|zero -47000|Germany|M|8|E|DBA|N|2||0||PB|||1|Bachelors (4 years)|Yes|N|40|two -65000|USA|M|3|EC||N|1||1||PB|||0|Bachelors (4 years)|Yes|N|40|one -120000|USA|M|20|E|A|N|1||0||PB|||11|None (no degree completed)||YesValid|40|zero -128000|USA|M|12|E|DBA|N|12||3||PB|||170|Masters|Yes|YesValid|40|zero -83000|USA|M|5|E|E|N|3||2||PB|||1800|None (no degree completed)||N|32|one -121000|USA|M|7|E|DBA|N|29||1||FG|||30|Bachelors (4 years)|Yes|N|45|one -105000|USA|M|16|E|DBA|N|10||2||PB|||30|Associates (2 years)|No|YesExpired|42|zero -120000|USA|M|9|E|DBA|N|21||1||PB|||36|Bachelors (4 years)|Yes|N|50|zero -130000|USA|M|17|E|DBA|N|3||2||PB|||500|Bachelors (4 years)|No|N|40|zero -85000|USA|M|6|E|DBA|N|6||1||PB|||5|None (no degree completed)||N|40|zero -155000|USA|M|8|E|M|Y|7||6||PB|||120|Masters|Yes|N|40|five -145000|USA|M|15|EC|A|N|4||4||PB|||300|Bachelors (4 years)|Yes|N|40|three -80000|UK|M|15|I|D|N|20||1||PB|||4|Masters|No|N|40|three -82000|Canada|M|15|E|DBA|Y|1||3||PB|||50|Bachelors (4 years)|Yes|YesExpired|40|one -98000|USA|M|15|E|M|Y|10||0||PB|||1|Bachelors (4 years)|No|N|37|zero -100000|USA|M|8|E|DBA|N|1||2||PB|||120|Masters|Yes|YesValid|45|two -175000|USA|O|21|E|M|Y|5||6||PB|||450|Masters|Yes|N|55|zero -65000|USA|M|9|E|DT|Y|3||0||PB|||6|Bachelors (4 years)|No|N|44|zero -46000|Greece|M|8|E|DBA|N|15||0||PB|||30|None (no degree completed)||N|40|zero -67000|Germany|M|5|E|DBA|N|2||0||PB|||15|Bachelors (4 years)|No|N|40|zero -21000|Romania|M|8|E|DT|N|5||5||PB|||300|Bachelors (4 years)|No|N|45|zero -63600|USA|M|4|E|AN|N|4||4||PB|||6|Masters|No|N|40|two -172000|Denmark|M|18|EC|A|N|5||6||PB|||10|Bachelors (4 years)|No|YesValid|55|three -101000|France|M|12|E|DBA|N|1||0||PB|||50|Associates (2 years)|Yes|YesValid|45|zero -140000|USA|M|7|E|DBA|Y|2||6||PB|||95|Bachelors (4 years)|Yes|YesExpired|55|zero -95000|USA|M|10|E|AN|N|7||0||PB|||10|Masters|Yes|N|40|five -65000|USA|M|15|E|DBA|N|15||0||LG|||5|Bachelors (4 years)|Yes|N|50|zero -80000|USA|M|3|E|DT|N|2||0||PB|||15|Bachelors (4 years)|No|YesValid|40|one -67000|Denmark|M|7|EC|DBA|N|6||0||PB|||7|Bachelors (4 years)||YesValid|37|zero -120000|USA|M|5|E|DBA|N|5||5||PB|||300|Masters|No|YesValid|45|five -40000|Italy|DB2|15|E|DBA|N|20||0||PB|||20|Bachelors (4 years)|No|YesExpired|60|zero -108000|USA|M|17|E|DBA|N|12||2||PB|||140|Bachelors (4 years)|Yes|N|42|zero -89000|USA|DB2|5|E|DBA|N|1||6||PB|||20|Bachelors (4 years)|Yes|N|40|zero -36549|UK|M|3|E|DBA|N|1||1||PB|||42|None (no degree completed)||N|38|zero -65000|SaudiArabia|M|7|E|DBA|Y|3||5||PB|||40|Bachelors (4 years)|Yes|N|50|one -85000|Netherlands|M|17|E||N|17||1||PB|||200|Bachelors (4 years)|No|N|40|one -90000|USA|M|8|E|DBA|N|3||1||PB|||80|Masters|Yes|YesValid|45|five -23000|Portugal|M|4|E|A|N|9||3||PB|||10|None (no degree completed)|Yes|YesValid|40|zero diff --git a/responses_discretized.csv b/responses_discretized.csv new file mode 100644 index 0000000..54530f0 --- /dev/null +++ b/responses_discretized.csv @@ -0,0 +1,10340 @@ +,SalaryUSD,Country,PrimaryDatabase,YearsWithThisDatabase,EmploymentStatus,JobTitle,ManageStaff,YearsWithThisTypeOfJob,HowManyCompanies,OtherPeopleOnYourTeam,PopulationOfLargestCityWithin20Miles,EmploymentSector,CareerPlansThisYear,Gender,DatabaseServers,Education,EducationIsComputerRelated,Certifications,HoursWorkedPerWeek,TelecommuteDaysPerWeek +0,Low,Sweden,M,4,E,D,Y,4,1.0,0,t,PB,S,M,,,,,, +1,Very High,USA,M,15,E,DBAP,N,25,5.0,0,m,PB,S,M,,,,,, +2,High,USA,M,12,E,DBAG,Y,6,4.0,1,C,PB,S,M,,,,,, +3,Very Low,UK,M,10,E,DBAP,N,5,2.0,0,C,E,S,M,,,,,, +4,Mid,USA,M,5,E,D,N,5,1.0,0,c,PB,S,M,,,,,, +5,Very Low,Pakistan,M,14,E,M,Y,14,1.0,1,m,PB,S,M,,,,,, +6,High,USA,M,14,E,DA,N,14,3.0,6,m,PB,,M,,,,,, +7,Very High,USA,P,2,EC,M,Y,9,2.0,1,m,PB,S,F,,,,,, +8,High,USA,M,10,E,DBAG,N,2,1.0,4,c,PB,S,M,,,,,, +9,Low,UK,M,10,E,DT,Y,10,4.0,0,C,PB,S,,,,,,, +10,Very Low,Paraguay,M,5,E,DBAG,N,5,2.0,0,t,PB,S,F,,,,,, +11,High,USA,M,6,EC,DT,N,6,4.0,0,T,PB,C,M,,,,,, +12,Very Low,India,M,13,E,DBAP,Y,13,4.0,6,m,PB,C,M,,,,,, +13,Very Low,Serbia-and-Montenegro,M,20,E,A,Y,20,1.0,0,m,PB,SR,M,,,,,, +14,High,USA,M,20,E,M,Y,5,2.0,0,C,PB,S,M,,,,,, +15,Very Low,Germany,M,2,E,DBAD,N,7,3.0,2,c,E,S,M,,,,,, +16,Very High,USA,M,11,E,DT,Y,10,2.0,0,m,PB,S,M,,,,,, +17,Very High,USA,,8,EC,A,N,20,6.0,1,m,PB,S,M,,,,,, +18,Mid,Canada,M,16,E,DBAG,N,16,2.0,0,m,PB,SE,M,,,,,, +19,Very Low,India,M,4,E,DBAP,N,4,2.0,3,m,PB,,M,,,,,, +20,Low,USA,M,5,E,DA,N,7,1.0,2,T,PB,SR,M,,,,,, +21,Very Low,Canada,M,8,E,DBAG,N,8,2.0,2,m,SG,SE,M,,,,,, +22,Low,USA,M,2,E,DBAG,N,3,2.0,3,C,LG,S,M,,,,,, +23,Low,UK,M,5,E,E,Y,5,1.0,1,C,PB,S,M,,,,,, +24,Low,USA,,5,E,AN,N,5,1.0,0,c,PB,C,M,,,,,, +25,Very Low,UK,M,3,E,DBAG,N,1,2.0,1,c,NP,SE,M,,,,,, +26,Very High,UK,M,23,IC,A,N,23,6.0,6,T,PB,C,M,,,,,, +27,Mid,Canada,M,25,E,DBAG,N,15,4.0,0,c,PB,S,M,,,,,, +28,Mid,UK,M,11,E,DBAP,N,10,3.0,5,m,PB,S,M,,,,,, +29,Very High,USA,M,18,E,A,Y,18,1.0,0,c,PB,S,M,,,,,, +30,Very Low,India,A,6,E,DBAG,N,6,3.0,6,m,PB,S,M,,,,,, +31,Mid,USA,M,6,E,A,N,2,2.0,6,C,PB,S,M,,,,,, +32,High,USA,M,8,E,DBAG,N,6,4.0,0,m,PB,S,M,,,,,, +33,Very Low,Dominican-Republic,M,5,E,DBAG,N,4,2.0,3,m,SG,SE,M,,,,,, +34,Very High,USA,M,20,EC,A,Y,2,1.0,0,m,PB,SR,F,,,,,, +35,Very Low,Slovakia,M,6,IC,DT,N,6,5.0,2,C,PB,C,M,,,,,, +36,Very High,USA,M,12,E,DBAP,N,6,1.0,0,m,PB,SR,,,,,,, +37,Very Low,USA,MA,5,E,AN,N,5,1.0,2,c,PB,SE,M,,,,,, +38,High,USA,M,25,E,DBAD,Y,20,1.0,0,m,PB,S,M,,,,,, +39,Mid,USA,M,15,E,DBAP,Y,14,1.0,6,c,PB,SR,M,,,,,, +40,Very High,USA,M,6,E,DA,N,6,3.0,6,T,PB,S,,,,,,, +41,Low,Canada,M,14,E,A,N,3,1.0,1,m,SG,C,M,,,,,, +42,Very Low,Brazil,M,8,E,DBAP,Y,3,5.0,5,m,PB,S,M,,,,,, +43,Mid,USA,M,5,E,DBAG,N,4,1.0,0,m,PB,S,M,,,,,, +44,Mid,Germany,M,5,E,DBAG,N,5,1.0,1,T,PB,S,M,,,,,, +45,Very Low,USA,O,2,E,AN,N,5,2.0,2,C,PB,,M,,,,,, +46,Very Low,India,M,8,E,DBAG,N,8,1.0,2,m,PB,SR,M,,,,,, +47,Low,Canada,M,15,E,D,N,17,3.0,2,T,LG,S,M,,,,,, +48,Very Low,USA,M,10,E,AN,N,15,3.0,1,c,PB,S,M,,,,,, +49,High,USA,A,6,E,E,N,2,5.0,6,C,PB,C,M,,,,,, +50,Low,USA,M,1,E,AN,N,1,1.0,4,m,PB,S,M,,,,,, +51,Very High,USA,M,23,E,DBAG,N,23,1.0,2,m,PB,S,M,,,,,, +52,Very High,USA,M,10,E,M,Y,14,4.0,0,m,PB,S,M,,,,,, +53,Very High,USA,M,15,IC,DT,N,15,1.0,5,m,PB,S,M,,,,,, +54,High,USA,M,23,E,DBAG,N,23,4.0,2,m,PB,SE,M,,,,,, +55,Very Low,USA,M,2,E,DBAG,N,5,2.0,0,T,NP,S,M,,,,,, +56,Very High,USA,M,20,E,DBAG,N,20,6.0,2,m,PB,SR,M,,,,,, +57,High,USA,M,15,E,DBAG,N,15,2.0,0,m,NP,S,M,,,,,, +58,Very High,USA,M,20,E,A,Y,2,1.0,0,m,PB,S,M,,,,,, +59,Low,France,M,14,E,E,Y,4,2.0,0,C,PB,S,M,,,,,, +60,Mid,Canada,M,20,E,M,Y,5,4.0,2,m,PB,S,M,,,,,, +61,High,USA,M,15,E,DBAD,N,20,3.0,0,C,PB,S,F,,,,,, +62,High,USA,M,10,E,DBAG,N,5,2.0,1,C,NP,SE,M,,,,,, +63,High,USA,M,9,E,DBAG,Y,9,1.0,0,C,PB,S,M,,,,,, +64,Low,USA,M,10,E,DBAD,N,10,2.0,1,m,PB,S,M,,,,,, +65,Very High,USA,M,12,E,M,Y,2,3.0,0,c,PB,SR,M,,,,,, +66,Mid,USA,M,7,E,DT,Y,5,2.0,1,m,PB,S,M,,,,,, +67,High,USA,M,20,E,DBAP,N,20,3.0,3,T,NP,S,M,,,,,, +68,Low,USA,M,6,EC,DBAG,N,1,1.0,0,C,PB,S,M,,,,,, +69,Mid,USA,M,6,E,DBAD,N,1,1.0,0,t,PB,S,M,,,,,, +70,High,USA,M,22,E,DBAP,N,21,5.0,3,c,PB,S,M,,,,,, +71,Mid,USA,M,2,E,DBAG,N,2,1.0,1,T,PB,,M,,,,,, +72,High,USA,M,18,E,DBAP,N,18,1.0,1,C,PB,S,F,,,,,, +73,Mid,USA,M,5,E,DBAG,Y,1,2.0,1,m,PB,,M,,,,,, +74,Very High,USA,M,15,EC,DBAG,N,20,6.0,4,c,SG,S,M,,,,,, +75,Low,USA,M,6,E,DBAG,Y,2,2.0,0,T,E,C,M,,,,,, +76,Very Low,UK,M,4,E,DBAG,N,4,2.0,2,C,PB,S,M,,,,,, +77,Very High,USA,M,9,E,M,Y,4,1.0,6,C,PB,S,M,,,,,, +78,Very High,USA,M,22,E,DBAG,N,13,2.0,1,m,PB,S,M,,,,,, +79,High,USA,M,10,E,M,Y,4,2.0,6,C,PB,SR,M,,,,,, +80,Mid,USA,M,13,E,DA,N,17,2.0,0,C,PB,S,M,,,,,, +81,High,USA,M,16,E,A,N,6,1.0,0,T,PB,SR,M,,,,,, +82,Very High,USA,M,30,E,DBAG,N,6,5.0,1,m,PB,S,M,,,,,, +83,High,USA,M,15,E,DBAP,Y,14,2.0,6,T,PB,S,M,,,,,, +84,Very Low,USA,M,25,E,A,N,15,3.0,0,c,E,S,M,,,,,, +85,Very Low,Poland,M,13,E,DBAP,Y,13,1.0,2,m,PB,S,M,,,,,, +86,Very High,USA,M,22,E,M,Y,11,3.0,6,C,PB,C,M,,,,,, +87,Low,USA,M,2,E,DBAP,N,3,1.0,4,C,PB,S,F,,,,,, +88,Low,USA,M,8,E,D,Y,6,2.0,2,C,PB,,F,,,,,, +89,Mid,USA,M,18,E,DBAG,Y,12,1.0,2,T,PB,S,M,,,,,, +90,Mid,Canada,M,24,E,M,Y,2,1.0,6,C,PB,S,M,,,,,, +91,Very High,USA,M,22,E,DA,Y,22,2.0,0,C,PB,S,M,,,,,, +92,Mid,USA,A,1,E,D,N,3,1.0,2,c,E,S,F,,,,,, +93,Very High,USA,M,13,E,DBAG,N,8,3.0,2,m,SG,SE,M,,,,,, +94,Mid,USA,M,2,E,DBAP,Y,1,1.0,0,c,PB,SR,M,,,,,, +95,High,USA,M,12,E,DBAG,N,8,4.0,1,m,PB,SR,M,,,,,, +96,Very High,USA,M,8,E,M,Y,3,2.0,0,t,PB,S,M,,,,,, +97,Mid,USA,M,17,E,DT,N,7,2.0,3,m,PB,S,M,,,,,, +98,Low,Romania,M,3,E,A,Y,22,2.0,0,m,PB,C,M,,,,,, +99,High,USA,M,15,IC,DBAG,N,30,6.0,6,C,SG,S,M,,,,,, +100,Low,USA,MS,1,E,DBAP,N,1,1.0,0,C,PB,S,,,,,,, +101,Mid,USA,M,9,E,DBAG,N,7,1.0,0,c,LG,S,M,,,,,, +102,Very High,USA,M,13,E,DBAG,Y,13,4.0,1,c,PB,S,M,,,,,, +103,Very High,USA,M,20,IC,DT,N,20,6.0,0,m,PB,S,M,,,,,, +104,Very Low,UK,M,10,E,DBAP,N,10,3.0,2,t,E,SR,M,,,,,, +105,Very High,USA,M,17,E,DBAG,N,17,6.0,6,C,PB,S,M,,,,,, +106,High,USA,M,7,EC,DBAG,N,7,2.0,2,C,PB,SR,M,,,,,, +107,High,USA,M,8,E,DBAG,Y,8,4.0,3,m,NP,S,M,,,,,, +108,Low,UK,M,15,E,M,Y,13,1.0,0,T,PB,C,M,,,,,, +109,Very High,Ireland,M,20,E,M,Y,20,2.0,1,m,PB,S,M,,,,,, +110,High,USA,M,13,E,DT,N,13,2.0,0,T,E,S,M,,,,,, +111,Low,UK,M,17,E,DBAG,N,27,6.0,0,m,E,S,M,,,,,, +112,Very High,USA,M,20,EC,D,N,7,5.0,2,m,PB,S,M,,,,,, +113,Very High,USA,M,20,E,DBAG,N,19,2.0,2,c,NP,S,M,,,,,, +114,Mid,USA,M,8,E,AN,N,8,1.0,1,C,E,S,M,,,,,, +115,High,USA,M,6,E,DBAG,Y,5,1.0,2,m,PB,S,M,,,,,, +116,Low,UK,M,10,E,DT,N,2,2.0,0,C,PB,S,M,,,,,, +117,Very Low,South-Africa,M,14,E,D,N,14,3.0,0,t,PB,SE,M,,,,,, +118,Very High,USA,M,13,E,DBAG,Y,6,3.0,0,m,PB,S,M,,,,,, +119,Very Low,UK,M,8,E,DBAG,N,8,1.0,0,C,PB,S,M,,,,,, +120,Very High,USA,M,15,E,E,N,21,1.0,0,C,PB,S,M,,,,,, +121,Very High,USA,M,13,E,D,N,10,3.0,0,c,PB,S,M,,,,,, +122,Mid,USA,M,15,E,DBAG,N,15,2.0,1,m,E,SE,F,,,,,, +123,Low,USA,M,12,E,DA,N,12,2.0,0,m,E,S,M,,,,,, +124,Very High,USA,M,10,E,D,N,12,2.0,1,m,PB,S,M,,,,,, +125,Very Low,India,M,13,EC,DBAD,N,13,1.0,0,C,PB,SR,M,,,,,, +126,Mid,USA,O,20,E,DBAG,N,10,2.0,1,c,NP,S,M,,,,,, +127,Very Low,Portugal,M,2,E,DBAD,N,2,1.0,0,C,PB,S,M,,,,,, +128,Very High,USA,M,15,IC,DA,Y,20,4.0,1,C,PB,S,M,,,,,, +129,High,USA,M,20,E,DBAG,N,5,6.0,0,m,PB,S,M,,,,,, +130,High,USA,M,17,E,D,N,17,1.0,1,m,PB,S,M,,,,,, +131,Mid,USA,M,15,EC,DBAD,N,15,2.0,1,m,PB,S,F,,,,,, +132,Mid,USA,M,8,E,DA,N,8,3.0,6,c,PB,S,M,,,,,, +133,Mid,Canada,M,9,E,DBAP,N,9,3.0,1,m,PB,SR,M,,,,,, +134,Very Low,USA,M,1,E,DBAD,N,1,1.0,1,c,PB,SE,M,,,,,, +135,High,USA,M,25,E,DBAD,N,25,6.0,1,c,PB,,M,,,,,, +136,High,USA,M,13,E,DBAG,N,13,2.0,0,m,PB,S,M,,,,,, +137,Very High,USA,M,20,E,E,N,1,1.0,3,m,PB,,M,,,,,, +138,High,USA,MS,3,E,DBAP,Y,22,4.0,0,m,PB,SE,M,,,,,, +139,Very Low,UK,M,3,E,,N,3,1.0,0,C,SG,S,M,,,,,, +140,Very High,USA,M,22,EC,DBAG,N,3,5.0,4,T,PB,S,M,,,,,, +141,Very High,UK,M,15,E,A,N,15,6.0,0,c,FG,SE,M,,,,,, +142,Very High,USA,M,25,E,DBAD,N,10,3.0,0,T,PB,S,M,,,,,, +143,High,USA,M,6,E,DT,N,6,2.0,6,C,PB,,M,,,,,, +144,Low,USA,M,15,E,DBAG,N,15,1.0,4,m,PB,S,M,,,,,, +145,Very High,USA,M,14,E,DBAD,N,2,4.0,5,c,PB,S,M,,,,,, +146,Mid,USA,M,1,E,DBAG,N,17,3.0,0,m,PB,S,M,,,,,, +147,High,USA,M,8,E,DBAG,Y,6,1.0,6,C,PB,S,M,,,,,, +148,Mid,USA,M,18,E,M,Y,2,1.0,5,C,SG,S,M,,,,,, +149,High,USA,M,8,E,DT,N,8,4.0,4,C,PB,S,M,,,,,, +150,Very High,USA,M,20,E,DBAG,N,11,2.0,6,m,PB,,M,,,,,, +151,Low,Romania,M,12,IC,DBAG,N,6,1.0,0,C,PB,S,M,,,,,, +152,High,USA,M,20,E,DA,N,24,1.0,1,m,PB,S,M,,,,,, +153,High,USA,M,16,E,DBAG,N,16,3.0,5,C,PB,S,M,,,,,, +154,Mid,USA,M,12,E,DBAG,N,12,1.0,0,c,E,S,M,,,,,, +155,Mid,USA,M,6,E,DA,N,8,1.0,2,C,PB,S,M,,,,,, +156,Very Low,USA,M,1,E,,N,2,1.0,0,T,PB,C,M,,,,,, +157,Very High,USA,M,8,IC,D,N,8,6.0,3,m,NP,S,M,,,,,, +158,Very High,USA,M,25,E,M,Y,10,6.0,0,C,PB,S,M,,,,,, +159,Very Low,UK,M,8,E,DBAG,N,2,1.0,1,T,PB,SR,M,,,,,, +160,High,USA,M,14,E,DBAG,N,10,2.0,0,m,PB,S,M,,,,,, +161,High,USA,M,20,E,DBAP,N,20,2.0,0,c,PB,S,M,,,,,, +162,Mid,CostaRica,M,15,E,DBAG,Y,15,2.0,1,t,PB,SE,M,,,,,, +163,High,USA,M,14,E,DBAP,N,14,3.0,2,m,PB,SR,M,,,,,, +164,Mid,USA,M,23,E,DA,N,32,2.0,0,t,LG,S,M,,,,,, +165,Low,Canada,M,8,E,DA,N,16,3.0,1,m,PB,S,M,,,,,, +166,Mid,USA,M,18,E,M,Y,2,1.0,0,C,SG,S,M,,,,,, +167,High,USA,M,20,E,DBAG,N,6,5.0,2,m,LG,S,M,,,,,, +168,High,USA,M,25,E,DBAD,N,15,3.0,0,m,PB,S,M,,,,,, +169,Very High,USA,M,27,E,A,N,30,5.0,0,c,PB,S,M,,,,,, +170,Low,USA,M,5,E,DBAD,N,1,2.0,2,c,PB,S,M,,,,,, +171,Very Low,UK,M,15,E,DBAP,N,8,3.0,0,c,PB,C,M,,,,,, +172,Mid,Israel,M,5,E,DBAD,N,4,3.0,1,C,PB,S,M,,,,,, +173,High,USA,M,8,E,DBAP,N,6,1.0,6,C,PB,S,M,,,,,, +174,Mid,Ireland,M,23,E,DBAG,N,14,4.0,1,c,PB,S,M,,,,,, +175,Very High,USA,M,21,E,DBAG,Y,17,2.0,0,c,PB,SR,M,,,,,, +176,Mid,USA,M,25,E,DBAG,N,25,2.0,0,C,PB,S,F,,,,,, +177,Low,Ireland,M,4,E,DBAG,N,4,1.0,1,c,PB,,M,,,,,, +178,Mid,USA,M,10,E,DBAG,N,4,2.0,0,m,PB,S,M,,,,,, +179,Low,UK,M,20,E,DBAG,N,4,1.0,1,m,PB,SR,M,,,,,, +180,Mid,USA,M,10,E,DBAP,N,27,4.0,1,m,FG,S,M,,,,,, +181,Low,USA,M,4,E,D,N,4,1.0,0,C,PB,SR,M,,,,,, +182,Very High,USA,M,15,E,DT,Y,3,5.0,1,m,PB,SR,M,,,,,, +183,Mid,UK,M,23,E,M,Y,5,1.0,0,c,PB,SE,M,,,,,, +184,Very Low,Canada,M,2,E,DBAG,N,2,1.0,0,t,PB,S,M,,,,,, +185,High,USA,M,23,EC,D,N,12,2.0,0,T,SG,S,M,,,,,, +186,High,USA,M,15,E,DBAG,N,15,3.0,1,c,PB,SE,M,,,,,, +187,Mid,USA,M,7,E,DBAG,N,7,1.0,0,m,PB,S,M,,,,,, +188,Mid,USA,M,7,E,DBAD,N,7,1.0,0,c,PB,S,M,,,,,, +189,High,USA,M,20,E,DA,N,20,4.0,0,C,E,S,M,,,,,, +190,High,USA,M,21,E,DT,N,25,4.0,1,c,PB,C,M,,,,,, +191,Very Low,UK,M,5,E,AN,N,3,1.0,5,c,PB,C,M,,,,,, +192,High,USA,M,10,E,DBAG,Y,2,1.0,3,c,FG,SE,M,,,,,, +193,Low,USA,M,7,E,DBAP,N,7,1.0,6,m,PB,SE,,,,,,, +194,High,USA,M,20,E,E,N,25,3.0,3,T,PB,S,M,,,,,, +195,High,USA,O,20,E,DBAP,Y,32,6.0,5,m,E,S,M,,,,,, +196,High,USA,M,9,E,A,N,32,4.0,0,c,SG,,M,,,,,, +197,Very Low,Argentina,M,9,E,DT,Y,12,1.0,1,m,PB,S,M,,,,,, +198,Low,USA,M,10,E,DT,N,6,2.0,2,C,PB,S,M,,,,,, +199,Very High,USA,M,25,E,DBAG,Y,15,3.0,2,m,PB,S,M,,,,,, +200,Very High,USA,M,14,E,M,Y,1,4.0,0,C,PB,,M,,,,,, +201,Very High,USA,M,15,E,DA,N,25,6.0,3,C,PB,S,M,,,,,, +202,High,USA,M,5,E,D,Y,5,1.0,1,C,PB,S,M,,,,,, +203,Very Low,UK,M,10,P,D,N,10,1.0,0,C,PB,C,F,,,,,, +204,Mid,USA,M,15,E,DBAG,N,1,3.0,0,c,PB,,M,,,,,, +205,High,USA,M,7,E,DBAG,N,7,3.0,6,C,PB,SE,M,,,,,, +206,Low,USA,M,7,E,DBAD,N,5,1.0,1,C,PB,S,M,,,,,, +207,Very High,USA,M,20,E,,Y,6,4.0,0,m,PB,S,M,,,,,, +208,High,USA,,13,E,DBAG,N,13,4.0,0,m,PB,SE,M,,,,,, +209,Low,USA,M,5,E,M,Y,2,1.0,1,C,PB,S,M,,,,,, +210,Low,USA,M,2,E,DBAP,N,2,1.0,0,C,PB,C,M,,,,,, +211,Low,USA,M,4,E,AN,N,4,1.0,2,C,PB,SR,F,,,,,, +212,Mid,USA,M,6,E,DBAG,N,6,2.0,0,m,PB,S,M,,,,,, +213,Very High,USA,M,20,E,DBAG,N,7,2.0,0,T,PB,S,M,,,,,, +214,Very Low,India,M,13,E,DBAP,N,8,4.0,6,m,PB,S,M,,,,,, +215,Mid,USA,M,8,E,DA,N,35,6.0,0,m,SG,SR,M,,,,,, +216,Very Low,Peru,M,8,EC,DBAP,N,8,2.0,0,m,PB,,M,,,,,, +217,High,USA,M,25,E,DA,Y,25,6.0,2,C,PB,S,M,,,,,, +218,Very High,USA,M,20,E,DBAD,Y,20,5.0,1,C,PB,S,M,,,,,, +219,High,Australia,M,11,E,DBAP,N,1,6.0,3,m,PB,SR,M,,,,,, +220,Very High,USA,M,24,E,DBAG,N,25,5.0,1,C,PB,S,F,,,,,, +221,Very High,Canada,M,15,E,DBAP,N,17,1.0,4,C,LG,S,M,,,,,, +222,Very High,USA,M,15,E,DBAD,N,15,2.0,1,m,PB,S,M,,,,,, +223,High,USA,M,14,E,DBAD,N,11,1.0,0,C,SG,S,M,,,,,, +224,Very High,USA,M,20,E,M,Y,24,1.0,0,m,PB,S,M,,,,,, +225,Very High,USA,M,10,E,DBAG,Y,4,1.0,0,m,PB,SR,M,,,,,, +226,Very High,USA,M,23,E,M,Y,35,5.0,0,t,PB,S,M,,,,,, +227,Low,USA,M,4,E,DBAG,N,4,2.0,2,C,PB,S,M,,,,,, +228,Low,Germany,M,11,E,DBAP,Y,11,2.0,1,m,PB,S,M,,,,,, +229,Very Low,India,M,9,E,DBAP,N,9,4.0,6,m,PB,SE,M,,,,,, +230,Mid,USA,M,18,E,DT,Y,13,1.0,6,c,PB,S,F,,,,,, +231,Mid,USA,M,8,E,D,N,20,3.0,0,c,NP,S,M,,,,,, +232,Low,Canada,M,6,E,DBAG,N,6,1.0,5,m,PB,S,M,,,,,, +233,Mid,USA,M,7,E,DA,N,42,6.0,6,C,E,S,M,,,,,, +234,Very Low,India,M,12,E,DBAD,N,14,4.0,0,m,PB,SE,M,,,,,, +235,Very High,USA,M,17,IC,A,N,28,6.0,0,m,PB,C,M,,,,,, +236,Low,USA,M,20,E,DA,N,25,1.0,0,C,LG,S,M,,,,,, +237,Very Low,Venezuela,M,17,E,DBAD,N,17,6.0,0,m,PB,S,M,,,,,, +238,Very Low,Spain,M,15,E,E,N,4,3.0,0,C,PB,SE,M,,,,,, +239,Very High,USA,M,21,E,DBAP,Y,21,5.0,0,m,PB,S,M,,,,,, +240,Mid,USA,M,8,E,AN,N,8,1.0,4,T,PB,S,M,,,,,, +241,Low,USA,M,5,E,DBAG,N,5,2.0,0,C,NP,S,M,,,,,, +242,Mid,USA,M,4,E,DBAP,N,4,1.0,0,m,PB,S,M,,,,,, +243,Mid,USA,M,20,EC,DBAD,Y,20,2.0,2,c,PB,S,M,,,,,, +244,High,USA,M,7,E,DBAP,Y,5,2.0,5,m,PB,SR,M,,,,,, +245,Very High,USA,M,10,E,DT,N,10,1.0,0,T,PB,S,M,,,,,, +246,Very Low,UK,M,3,E,DBAG,N,2,2.0,0,t,NP,S,M,,,,,, +247,High,USA,M,10,E,M,Y,5,1.0,0,m,NP,S,M,,,,,, +248,Low,UK,M,2,E,DBAG,N,2,1.0,0,m,PB,S,M,,,,,, +249,Low,USA,M,22,E,DT,N,1,5.0,1,m,SG,S,M,,,,,, +250,High,USA,M,15,E,DBAG,N,1,4.0,0,m,NP,S,F,,,,,, +251,Low,USA,M,7,E,DS,N,2,1.0,0,c,PB,S,F,,,,,, +252,Mid,Canada,M,20,IC,DA,N,25,2.0,0,m,PB,S,M,,,,,, +253,Mid,USA,M,10,E,E,N,25,5.0,1,C,PB,,M,,,,,, +254,Very High,USA,M,20,E,M,Y,3,1.0,3,C,PB,S,F,,,,,, +255,Very High,USA,A,15,E,A,N,2,1.0,6,m,PB,S,M,,,,,, +256,High,USA,A,2,E,DBAG,N,15,5.0,0,C,PB,,,,,,,, +257,Very High,USA,M,20,E,A,N,27,2.0,0,C,PB,S,M,,,,,, +258,Very High,Belgium,M,15,E,E,N,15,1.0,1,c,PB,S,M,,,,,, +259,Mid,USA,M,8,E,E,N,8,2.0,1,c,PB,SR,M,,,,,, +260,Very High,USA,M,20,EC,DBAP,N,20,1.0,0,m,NP,S,M,,,,,, +261,Low,Canada,M,15,E,DBAD,N,7,2.0,0,m,PB,S,F,,,,,, +262,Mid,USA,M,10,EC,DBAD,N,1,1.0,0,C,PB,S,M,,,,,, +263,Low,USA,M,3,E,D,N,8,6.0,2,C,PB,SE,F,,,,,, +264,Low,USA,M,3,E,DBAG,N,3,1.0,3,m,PB,C,M,,,,,, +265,Mid,Canada,M,15,E,E,Y,5,1.0,1,m,PB,S,F,,,,,, +266,High,USA,M,15,E,DBAG,N,25,2.0,2,T,E,C,M,,,,,, +267,Mid,USA,M,7,E,DBAP,N,2,1.0,1,c,PB,S,M,,,,,, +268,Mid,USA,M,20,E,DBAG,N,5,3.0,0,c,NP,S,M,,,,,, +269,Mid,USA,M,25,EC,,N,35,4.0,1,C,PB,S,M,,,,,, +270,Low,Israel,M,14,E,DBAP,N,14,3.0,1,C,PB,SR,M,,,,,, +271,Low,USA,M,12,E,D,N,12,3.0,2,C,PB,C,M,,,,,, +272,Very High,USA,M,16,E,A,N,25,3.0,0,C,SG,S,F,,,,,, +273,Very Low,Poland,M,8,E,D,N,8,4.0,0,C,PB,SR,M,,,,,, +274,Very High,USA,M,21,E,A,N,15,5.0,0,C,PB,S,M,,,,,, +275,Very Low,France,M,10,E,DBAP,N,24,6.0,0,m,PB,SE,M,,,,,, +276,Very High,USA,M,24,E,A,Y,18,6.0,0,C,PB,S,M,,,,,, +277,Low,UK,M,9,E,DBAP,N,3,4.0,0,m,PB,S,M,,,,,, +278,Very Low,Canada,M,8,E,DA,N,8,1.0,3,T,PB,S,M,,,,,, +279,Very High,USA,M,10,E,DBAP,N,10,6.0,5,m,PB,S,M,,,,,, +280,Low,UK,M,11,E,DA,N,9,3.0,6,T,PB,S,M,,,,,, +281,Very High,USA,M,5,E,DBAD,N,5,1.0,0,m,E,S,F,,,,,, +282,High,USA,M,7,E,DBAG,N,8,2.0,1,t,PB,,M,,,,,, +283,Mid,USA,M,7,E,E,N,7,4.0,2,C,PB,S,M,,,,,, +284,Very High,Canada,M,21,IC,DT,N,21,6.0,2,t,PB,S,M,,,,,, +285,Very Low,Malaysia,M,9,E,DBAP,Y,9,5.0,1,m,PB,,M,,,,,, +286,Mid,USA,M,14,E,DT,N,20,1.0,0,c,PB,C,M,,,,,, +287,Very High,USA,M,12,E,DBAG,Y,12,1.0,1,m,PB,S,,,,,,, +288,Low,USA,M,15,E,DT,N,15,2.0,5,T,PB,SR,M,,,,,, +289,Low,USA,M,7,EC,DT,N,7,4.0,3,T,PB,C,M,,,,,, +290,Very High,USA,M,20,E,A,N,9,1.0,0,C,PB,S,M,,,,,, +291,Very High,USA,M,23,EC,A,N,20,6.0,0,T,SG,S,M,,,,,, +292,Very High,USA,M,20,E,M,Y,20,3.0,0,C,PB,S,M,,,,,, +293,Very High,USA,M,19,E,M,Y,15,2.0,0,t,E,S,M,,,,,, +294,High,USA,M,20,E,DBAG,N,20,6.0,0,c,PB,S,M,,,,,, +295,High,USA,M,25,E,DBAG,N,22,3.0,0,C,PB,S,F,,,,,, +296,Very High,Sweden,M,20,E,DBAG,N,2,6.0,2,C,PB,SR,M,,,,,, +297,Very High,USA,M,16,E,DBAG,N,6,2.0,4,C,PB,S,M,,,,,, +298,Low,USA,M,3,E,DBAG,N,3,2.0,2,c,PB,,M,,,,,, +299,High,USA,M,15,E,E,N,20,2.0,2,m,PB,SR,M,,,,,, +300,High,USA,M,20,E,M,Y,20,1.0,1,c,PB,C,F,,,,,, +301,Very High,USA,M,20,E,DBAG,Y,4,4.0,1,m,PB,S,M,,,,,, +302,Very High,USA,MS,5,E,DBAG,N,5,2.0,1,C,PB,SE,M,,,,,, +303,Very High,USA,M,15,IC,DBAD,N,10,4.0,0,T,PB,S,M,,,,,, +304,Mid,USA,M,20,E,DBAG,N,15,2.0,0,c,LG,S,M,,,,,, +305,Mid,USA,M,5,E,DBAG,N,16,2.0,0,m,LG,S,M,,,,,, +306,Low,USA,M,5,E,DBAP,N,5,1.0,0,m,PB,S,M,,,,,, +307,Mid,USA,M,20,E,DBAG,N,20,4.0,0,C,PB,S,M,,,,,, +308,High,USA,M,6,E,DBAG,N,3,3.0,3,c,E,SR,M,,,,,, +309,Very High,USA,M,18,E,DBAG,N,18,6.0,5,C,E,C,M,,,,,, +310,Low,USA,P,1,E,DA,N,2,1.0,5,C,PB,S,M,,,,,, +311,Low,Netherlands,M,1,E,DBAP,N,20,1.0,3,c,LG,S,M,,,,,, +312,Very Low,Russia,M,14,E,DBAP,Y,5,3.0,4,m,PB,SR,M,,,,,, +313,Very High,USA,M,25,E,DT,N,25,4.0,6,m,PB,S,M,,,,,, +314,Very Low,USA,M,6,E,M,N,6,1.0,0,c,PB,SE,M,,,,,, +315,Very High,USA,M,20,E,E,N,20,4.0,0,m,PB,SE,M,,,,,, +316,Low,Ireland,M,15,E,DBAP,N,15,2.0,1,m,PB,SR,M,,,,,, +317,Very High,USA,M,10,E,DA,Y,15,2.0,2,m,PB,S,M,,,,,, +318,Very Low,Canada,M,7,E,DBAD,Y,2,2.0,0,m,PB,S,F,,,,,, +319,Low,USA,M,15,E,DBAP,N,18,1.0,6,T,E,S,M,,,,,, +320,Low,USA,M,5,E,AN,N,5,3.0,2,c,SG,SR,M,,,,,, +321,Mid,USA,M,15,E,DBAG,N,15,4.0,0,C,PB,C,M,,,,,, +322,Mid,Canada,M,5,E,DBAG,Y,5,1.0,2,m,PB,SE,M,,,,,, +323,Very Low,Italy,M,29,E,DBAG,Y,15,5.0,0,c,PB,SR,M,,,,,, +324,Very High,USA,M,15,E,A,N,4,2.0,0,C,PB,S,M,,,,,, +325,Very Low,India,M,10,E,A,N,3,4.0,1,m,PB,S,M,,,,,, +326,High,Canada,M,25,E,A,Y,25,1.0,6,m,PB,S,M,,,,,, +327,Low,USA,M,4,E,DT,N,4,2.0,1,m,PB,C,M,,,,,, +328,Very High,USA,M,20,E,D,N,20,5.0,1,C,PB,SR,M,,,,,, +329,Mid,USA,M,10,E,DBAG,N,0,2.0,0,T,PB,S,M,,,,,, +330,Low,USA,M,8,E,DBAG,N,8,2.0,0,c,PB,SE,M,,,,,, +331,Mid,Canada,O,15,E,DBAD,N,15,1.0,2,C,PB,S,M,,,,,, +332,High,USA,M,25,E,DBAG,Y,25,6.0,3,C,PB,S,M,,,,,, +333,Mid,USA,M,6,E,DBAD,N,7,2.0,3,c,PB,S,M,,,,,, +334,High,USA,M,20,E,D,N,17,2.0,0,t,NP,S,M,,,,,, +335,Very High,USA,M,16,E,M,Y,10,3.0,0,C,PB,S,M,,,,,, +336,Low,USA,M,6,EC,DBAG,N,6,3.0,4,C,PB,SR,M,,,,,, +337,Very High,USA,M,10,E,DT,Y,12,1.0,1,m,PB,S,M,,,,,, +338,High,Poland,M,7,IC,A,N,7,4.0,0,C,PB,C,M,,,,,, +339,Very High,USA,M,25,E,D,N,20,3.0,0,C,PB,S,F,,,,,, +340,High,USA,M,11,E,A,N,10,1.0,0,c,SG,S,M,,,,,, +341,Mid,USA,M,10,E,DBAP,N,4,1.0,0,C,PB,S,M,,,,,, +342,Mid,USA,M,20,E,DT,N,5,2.0,1,c,NP,S,M,,,,,, +343,Very High,USA,M,15,E,DBAG,N,5,2.0,1,m,PB,SE,F,,,,,, +344,Mid,USA,M,20,E,DBAP,N,20,5.0,5,c,PB,S,F,,,,,, +345,Very High,USA,M,24,EC,AN,Y,24,3.0,3,C,PB,SE,M,,,,,, +346,Mid,USA,M,4,E,DBAD,N,3,1.0,1,m,PB,S,M,,,,,, +347,Very High,USA,M,33,E,DBAG,N,33,6.0,0,m,PB,S,F,,,,,, +348,Very Low,Portugal,M,9,E,DBAD,Y,10,2.0,1,C,PB,SE,M,,,,,, +349,High,USA,M,10,E,A,Y,6,2.0,0,m,PB,S,M,,,,,, +350,Very High,Germany,M,15,E,D,N,15,6.0,2,m,PB,S,M,,,,,, +351,Very High,USA,A,1,E,A,N,5,1.0,5,C,PB,SR,F,,,,,, +352,Very Low,UK,M,20,E,DBAD,Y,25,1.0,0,C,PB,,M,,,,,, +353,High,USA,RDS,3,E,DS,Y,3,1.0,0,C,PB,,M,,,,,, +354,Low,Poland,M,8,E,DBAG,N,8,2.0,3,C,PB,,M,,,,,, +355,Very High,USA,M,16,EC,DBAG,N,16,4.0,0,C,PB,SR,M,,,,,, +356,Very High,USA,M,15,E,DBAD,N,10,1.0,1,c,PB,S,M,,,,,, +357,High,USA,M,8,E,E,N,7,2.0,0,m,PB,S,M,,,,,, +358,Mid,USA,M,20,E,DBAP,N,20,4.0,0,c,PB,S,M,,,,,, +359,Very High,USA,M,21,E,DBAP,N,21,5.0,4,c,PB,S,M,,,,,, +360,Very Low,UK,M,4,E,DBAP,N,4,2.0,0,m,PB,C,F,,,,,, +361,Low,UK,M,4,E,DBAD,N,3,2.0,4,m,PB,SR,M,,,,,, +362,Very High,USA,M,10,E,DBAD,N,35,3.0,2,m,FG,SR,F,,,,,, +363,Very High,UK,M,16,IC,DBAG,N,16,6.0,1,t,PB,SR,M,,,,,, +364,Mid,USA,M,14,E,A,N,7,1.0,0,t,PB,C,M,,,,,, +365,Mid,USA,M,15,E,DBAD,N,23,4.0,0,C,FG,S,M,,,,,, +366,Low,UK,M,13,E,DBAP,N,13,5.0,1,c,NP,SE,M,,,,,, +367,Mid,USA,O,10,E,DBAG,N,20,1.0,2,C,NP,S,M,,,,,, +368,Very High,USA,M,11,E,A,N,2,1.0,0,m,PB,S,M,,,,,, +369,Mid,USA,M,20,E,DA,N,20,2.0,0,m,PB,SR,M,,,,,, +370,Low,USA,M,5,E,AN,N,5,1.0,3,m,PB,S,M,,,,,, +371,High,USA,M,15,E,DBAG,N,15,4.0,2,T,PB,S,M,,,,,, +372,Very High,USA,M,18,E,DBAP,N,18,2.0,1,c,PB,C,M,,,,,, +373,High,USA,M,20,E,DBAG,N,1,6.0,1,T,PB,S,M,,,,,, +374,High,USA,M,20,EC,M,Y,3,1.0,2,T,PB,S,M,,,,,, +375,High,USA,M,7,E,DBAP,N,7,4.0,3,C,PB,S,M,,,,,, +376,High,USA,M,15,E,DBAG,N,10,4.0,1,c,PB,SE,M,,,,,, +377,Low,USA,M,6,E,DBAG,N,6,2.0,1,C,PB,SR,M,,,,,, +378,Mid,USA,M,17,E,DBAP,Y,19,1.0,6,T,SG,S,M,,,,,, +379,High,USA,M,20,E,DBAG,N,20,6.0,2,m,PB,S,M,,,,,, +380,Very High,USA,M,10,EC,A,N,2,2.0,6,c,FG,S,M,,,,,, +381,Very High,USA,M,20,IC,DBAG,N,25,2.0,0,m,PB,S,M,,,,,, +382,Very High,Netherlands,M,22,IC,DBAG,N,15,6.0,6,c,PB,SE,M,,,,,, +383,Mid,USA,M,11,E,DBAP,N,11,4.0,6,C,PB,SR,M,,,,,, +384,Very High,USA,M,21,E,A,Y,21,6.0,0,t,PB,S,M,,,,,, +385,High,USA,M,10,E,DBAG,N,8,3.0,1,c,PB,S,M,,,,,, +386,Low,USA,,3,E,A,N,1,3.0,2,T,PB,,M,,,,,, +387,Low,Canada,P,5,E,DBAD,N,20,6.0,3,c,PB,S,M,,,,,, +388,Very Low,UK,M,3,E,DT,N,2,1.0,6,C,PB,,M,,,,,, +389,Low,USA,M,15,E,DBAG,Y,7,1.0,2,c,SG,SR,M,,,,,, +390,Low,Canada,M,22,E,DBAG,N,20,2.0,1,m,PB,SR,M,,,,,, +391,Low,Finland,M,10,E,DBAP,N,1,2.0,5,t,PB,S,M,,,,,, +392,Very High,USA,M,15,E,A,Y,2,4.0,0,c,PB,S,M,,,,,, +393,Mid,USA,M,11,E,DBAP,N,7,3.0,3,m,PB,S,M,,,,,, +394,Very Low,UK,M,10,E,DBAP,N,2,1.0,1,C,PB,S,M,,,,,, +395,Mid,USA,M,1,E,AN,N,2,1.0,1,m,PB,C,M,,,,,, +396,Low,Netherlands,M,13,E,DT,N,3,1.0,4,c,PB,SE,M,,,,,, +397,High,USA,M,25,E,DBAD,N,11,3.0,1,m,PB,SR,M,,,,,, +398,Mid,USA,M,3,E,DT,N,3,1.0,6,c,PB,S,M,,,,,, +399,Very High,USA,M,20,E,DBAG,N,20,4.0,0,C,LG,S,F,,,,,, +400,High,USA,A,4,E,AN,N,4,1.0,2,C,PB,SE,M,,,,,, +401,Very High,USA,M,25,E,E,N,25,6.0,4,C,PB,S,M,,,,,, +402,High,USA,M,12,E,DBAG,N,6,3.0,3,m,PB,SE,F,,,,,, +403,Mid,USA,M,9,EC,DT,N,1,1.0,0,c,PB,SR,M,,,,,, +404,Very High,USA,M,8,E,E,N,8,4.0,1,C,NP,S,F,,,,,, +405,High,USA,M,15,E,DBAG,N,21,3.0,0,m,NP,S,M,,,,,, +406,Mid,USA,P,7,E,DT,N,1,2.0,5,c,PB,SE,M,,,,,, +407,Mid,UK,M,10,E,DBAG,N,7,2.0,6,c,PB,C,M,,,,,, +408,High,USA,M,6,E,DBAP,N,6,1.0,3,T,LG,S,M,,,,,, +409,Mid,USA,M,3,E,DBAP,N,3,1.0,4,C,PB,S,M,,,,,, +410,Low,USA,M,9,E,DBAD,N,9,1.0,1,m,PB,SE,M,,,,,, +411,Very Low,Sweden,M,13,E,DBAP,N,13,2.0,4,C,PB,S,M,,,,,, +412,Very High,USA,M,15,E,DT,N,15,4.0,6,m,PB,S,M,,,,,, +413,High,USA,M,18,IC,DA,N,1,6.0,0,C,PB,C,M,,,,,, +414,Mid,Canada,M,18,E,DBAG,N,7,1.0,0,m,PB,S,M,,,,,, +415,Mid,USA,M,20,E,DBAG,N,20,1.0,0,c,LG,S,F,,,,,, +416,High,USA,M,14,E,DBAP,N,10,4.0,6,C,PB,S,M,,,,,, +417,Very Low,India,M,10,E,DBAG,N,10,4.0,5,c,PB,C,M,,,,,, +418,Very High,USA,M,10,E,DBAG,N,10,3.0,1,C,PB,S,M,,,,,, +419,Very Low,Turkey,M,6,E,DBAP,Y,6,1.0,2,m,PB,,M,,,,,, +420,High,USA,M,23,E,M,Y,15,2.0,0,C,LG,S,M,,,,,, +421,Very Low,USA,M,1,E,DBAG,N,1,1.0,2,c,PB,S,M,,,,,, +422,Low,USA,M,10,E,DBAG,N,14,1.0,3,C,PB,SE,M,,,,,, +423,Very High,USA,M,18,IC,DA,N,33,6.0,4,c,PB,S,M,,,,,, +424,Very High,USA,M,15,E,DBAG,N,24,1.0,5,m,PB,S,M,,,,,, +425,Very High,USA,M,7,E,A,Y,7,1.0,0,m,PB,S,M,,,,,, +426,Very High,USA,M,10,E,A,N,4,2.0,0,m,PB,SR,M,,,,,, +427,High,USA,MS,3,E,DBAP,Y,10,1.0,1,m,PB,S,F,,,,,, +428,Low,USA,M,3,E,DT,N,3,1.0,6,m,PB,S,M,,,,,, +429,High,USA,M,7,E,DBAG,N,7,3.0,0,c,PB,S,M,,,,,, +430,Mid,USA,M,4,E,E,N,4,1.0,6,m,PB,S,M,,,,,, +431,Very High,USA,A,2,E,A,N,2,1.0,0,C,NP,S,M,,,,,, +432,Very Low,USA,M,2,E,AN,N,2,2.0,4,C,PB,SE,M,,,,,, +433,Very High,USA,M,20,E,DBAG,Y,6,4.0,0,m,PB,S,F,,,,,, +434,Low,USA,M,4,E,DBAG,N,4,2.0,2,C,PB,S,M,,,,,, +435,High,USA,M,12,E,D,Y,2,1.0,0,c,SG,SE,M,,,,,, +436,Low,USA,M,5,E,DBAP,N,5,1.0,6,m,PB,C,M,,,,,, +437,Very Low,Austria,M,5,E,DBAP,Y,1,1.0,4,T,PB,SR,M,,,,,, +438,Mid,USA,M,10,E,DBAG,N,10,2.0,2,c,PB,S,M,,,,,, +439,Low,Spain,M,5,E,DBAP,N,1,4.0,2,m,PB,,M,,,,,, +440,Mid,USA,M,8,E,DA,N,8,1.0,0,C,PB,S,M,,,,,, +441,High,USA,M,8,E,M,Y,8,1.0,0,C,E,S,M,,,,,, +442,Low,USA,M,7,E,DT,N,1,4.0,2,m,PB,SR,M,,,,,, +443,Low,USA,M,7,E,D,N,7,3.0,0,c,PB,S,M,,,,,, +444,Mid,USA,M,5,E,DBAP,N,3,2.0,5,T,PB,S,M,,,,,, +445,Mid,USA,M,5,E,DBAD,N,2,2.0,0,c,FG,S,M,,,,,, +446,Very High,USA,O,11,E,AN,N,14,3.0,1,m,LG,S,M,,,,,, +447,Mid,USA,M,17,E,DBAD,Y,11,1.0,0,t,PB,S,M,,,,,, +448,Very High,USA,MS,8,E,M,Y,10,2.0,5,C,PB,C,M,,,,,, +449,Mid,USA,M,13,E,DBAG,N,7,2.0,0,m,PB,S,M,,,,,, +450,High,UK,M,15,E,DBAP,N,15,1.0,6,m,PB,S,M,,,,,, +451,High,USA,M,14,E,DBAG,N,10,2.0,0,C,LG,S,M,,,,,, +452,Very Low,India,M,7,EC,DBAP,N,7,2.0,1,m,PB,SR,F,,,,,, +453,Very High,USA,M,11,E,DBAG,N,1,4.0,1,C,PB,S,M,,,,,, +454,Mid,USA,M,5,E,A,Y,1,1.0,0,C,PB,S,M,,,,,, +455,Very High,USA,M,22,EC,A,N,7,5.0,0,m,PB,S,M,,,,,, +456,High,USA,M,17,E,M,Y,10,5.0,2,m,PB,,M,,,,,, +457,Low,USA,M,7,E,DBAG,Y,23,3.0,0,c,SG,C,M,,,,,, +458,Low,New-Zealand,M,15,E,DBAP,N,15,1.0,0,C,LG,S,M,,,,,, +459,Very Low,Sweden,M,1,E,DBAD,N,1,1.0,0,C,PB,C,M,,,,,, +460,Very High,USA,M,20,E,E,N,1,3.0,3,m,PB,S,M,,,,,, +461,Very Low,Honduras,M,3,E,DBAG,N,3,1.0,1,t,PB,SR,M,,,,,, +462,Very Low,New-Zealand,M,13,E,D,N,15,2.0,1,T,LG,C,M,,,,,, +463,Mid,USA,M,5,E,DA,N,9,1.0,2,m,PB,S,M,,,,,, +464,Mid,USA,M,20,E,DBAP,N,20,5.0,6,m,PB,S,F,,,,,, +465,Very High,USA,M,7,E,DBAG,N,10,3.0,6,m,PB,SR,M,,,,,, +466,Mid,USA,M,15,E,E,N,15,6.0,2,m,PB,SE,M,,,,,, +467,Mid,USA,M,5,E,DBAP,N,5,3.0,2,C,SG,S,M,,,,,, +468,Mid,USA,M,20,E,M,Y,25,3.0,0,m,FG,S,M,,,,,, +469,Low,New-Zealand,M,12,E,DBAP,N,12,2.0,3,T,PB,S,M,,,,,, +470,Low,Canada,M,10,E,E,N,15,3.0,4,c,PB,S,M,,,,,, +471,Very Low,Germany,M,1,E,D,N,1,1.0,2,C,PB,S,M,,,,,, +472,Mid,USA,M,4,EC,DBAP,N,2,2.0,2,m,PB,SR,M,,,,,, +473,High,USA,M,6,E,DS,N,3,1.0,5,c,PB,SR,M,,,,,, +474,Mid,USA,M,5,E,DBAG,Y,3,1.0,0,m,PB,S,,,,,,, +475,Low,USA,M,1,E,DBAP,N,1,1.0,4,m,PB,S,M,,,,,, +476,Low,Netherlands,M,12,EC,D,N,12,4.0,6,C,PB,,M,,,,,, +477,Very Low,USA,M,20,IC,DBAP,Y,20,6.0,4,c,PB,S,M,,,,,, +478,Very High,USA,M,5,E,DA,N,30,5.0,0,m,PB,S,M,,,,,, +479,Very Low,UAE,M,8,E,DBAD,N,8,5.0,4,C,PB,C,M,,,,,, +480,High,USA,M,3,E,AN,N,3,1.0,3,m,PB,S,M,,,,,, +481,Very High,USA,M,13,E,M,N,8,3.0,0,m,PB,S,M,,,,,, +482,Low,Guernsey,M,7,E,DBAG,N,7,1.0,0,t,PB,SE,M,,,,,, +483,Very Low,Turkey,M,4,E,M,N,10,1.0,4,m,PB,,M,,,,,, +484,Very High,USA,M,20,E,DT,N,20,2.0,2,C,PB,SR,M,,,,,, +485,Very High,USA,M,11,E,M,Y,3,1.0,0,C,PB,S,M,,,,,, +486,Very Low,Canada,M,20,E,DBAP,N,20,2.0,0,t,SG,,M,,,,,, +487,Low,USA,M,8,E,D,N,1,4.0,1,c,PB,S,M,,,,,, +488,Very Low,UK,M,15,E,DT,N,15,4.0,2,C,LG,S,F,,,,,, +489,Low,USA,M,3,EC,E,N,9,1.0,5,C,PB,C,M,,,,,, +490,High,USA,M,8,E,D,N,20,3.0,1,m,PB,,M,,,,,, +491,Very High,USA,M,16,E,E,N,5,1.0,4,c,PB,S,M,,,,,, +492,Mid,USA,M,5,E,DBAD,N,5,1.0,4,C,PB,S,M,,,,,, +493,High,New-Zealand,M,25,E,A,Y,15,4.0,0,T,FG,SR,F,,,,,, +494,Very High,USA,A,10,E,M,Y,6,1.0,0,m,PB,S,M,,,,,, +495,High,USA,,10,E,E,N,10,3.0,6,c,PB,S,M,,,,,, +496,Very High,USA,M,10,E,DBAP,N,1,3.0,0,m,PB,S,M,,,,,, +497,Very High,USA,M,23,E,DT,N,23,6.0,1,m,PB,SR,M,,,,,, +498,Very Low,Australia,M,3,E,DBAP,N,3,1.0,6,m,PB,S,M,,,,,, +499,Very High,USA,M,15,E,D,N,4,2.0,1,C,PB,S,M,,,,,, +500,Mid,UK,M,13,E,DBAP,Y,4,6.0,2,m,FG,C,M,,,,,, +501,Low,Norway,M,8,E,DBAG,N,8,2.0,0,T,PB,S,,,,,,, +502,High,USA,O,10,E,A,N,1,1.0,0,m,SG,S,M,,,,,, +503,Low,Canada,M,6,E,AN,N,6,2.0,0,m,PB,C,M,,,,,, +504,Very High,USA,M,12,E,D,N,10,6.0,6,m,PB,SE,M,,,,,, +505,Very High,Australia,M,17,EC,DT,N,17,2.0,4,m,PB,SE,M,,,,,, +506,Very Low,New-Zealand,M,8,E,DT,Y,8,1.0,2,T,PB,S,M,,,,,, +507,High,USA,M,20,E,DT,N,20,1.0,0,m,PB,S,M,,,,,, +508,High,USA,M,22,E,DBAP,N,5,2.0,6,C,PB,S,M,,,,,, +509,Low,USA,MA,4,E,A,N,5,2.0,0,m,PB,C,M,,,,,, +510,High,USA,M,22,IC,DT,N,5,2.0,6,m,PB,S,F,,,,,, +511,High,USA,M,20,E,DBAP,N,20,5.0,0,C,PB,S,M,,,,,, +512,Very High,USA,M,15,E,A,N,5,3.0,0,C,PB,SR,M,,,,,, +513,Very High,USA,M,21,E,DBAP,N,21,4.0,0,m,PB,S,M,,,,,, +514,Low,USA,M,3,EC,AN,N,3,1.0,4,m,PB,SE,M,,,,,, +515,Low,USA,O,3,E,AN,N,3,1.0,2,c,E,SR,M,,,,,, +516,Mid,USA,M,7,E,D,N,7,2.0,1,C,PB,S,M,,,,,, +517,Very Low,UK,M,0,E,E,N,4,2.0,3,c,PB,S,M,,,,,, +518,Low,Canada,M,8,E,DT,N,20,5.0,0,c,PB,S,F,,,,,, +519,Very Low,UK,M,3,E,AN,N,3,2.0,1,c,PB,C,M,,,,,, +520,Low,USA,M,10,E,DBAG,N,10,3.0,6,c,PB,S,M,,,,,, +521,Mid,USA,M,4,E,DT,N,3,2.0,2,m,PB,C,M,,,,,, +522,Very High,USA,M,18,E,DBAG,N,13,2.0,1,C,PB,S,M,,,,,, +523,Low,USA,M,3,E,DBAG,N,7,2.0,1,t,PB,S,M,,,,,, +524,Low,USA,M,4,E,DBAG,N,4,1.0,6,C,PB,SR,M,,,,,, +525,High,USA,M,9,E,DBAP,N,7,2.0,3,C,PB,,M,,,,,, +526,High,USA,M,11,E,DBAG,N,8,3.0,2,t,PB,S,M,,,,,, +527,High,USA,M,13,E,DBAG,N,2,1.0,0,t,PB,S,F,,,,,, +528,Low,USA,M,3,E,AN,N,3,1.0,0,c,PB,C,M,,,,,, +529,Very High,USA,M,7,E,DBAD,Y,5,1.0,1,m,PB,S,M,,,,,, +530,Very Low,UK,M,2,E,D,N,2,1.0,3,C,PB,C,M,,,,,, +531,High,USA,M,10,E,M,Y,5,1.0,5,m,PB,SE,M,,,,,, +532,High,USA,M,20,E,DBAP,N,20,4.0,1,C,PB,S,F,,,,,, +533,Mid,New-Zealand,M,20,E,DBAG,N,12,4.0,1,m,PB,S,M,,,,,, +534,Mid,UK,M,15,E,M,Y,5,1.0,0,C,PB,S,M,,,,,, +535,Mid,USA,M,8,E,DBAG,N,5,3.0,2,c,PB,,M,,,,,, +536,Very Low,UK,M,3,E,DBAG,N,3,1.0,6,c,PB,SR,M,,,,,, +537,High,USA,M,17,E,M,Y,3,1.0,0,c,PB,S,M,,,,,, +538,Mid,USA,M,3,E,E,N,2,1.0,6,c,PB,S,M,,,,,, +539,Very High,New-Zealand,M,13,IC,M,Y,4,3.0,0,m,PB,S,M,,,,,, +540,Very High,New-Zealand,M,22,E,DA,N,22,1.0,0,m,PB,S,M,,,,,, +541,Very Low,UK,O,1,E,D,N,4,2.0,2,c,FG,SE,M,,,,,, +542,Very High,USA,M,23,E,E,N,14,4.0,1,C,NP,S,M,,,,,, +543,Very Low,USA,M,6,EC,DBAG,N,6,2.0,1,c,PB,,M,,,,,, +544,Very Low,UK,O,2,E,AN,Y,2,1.0,0,C,PB,S,M,,,,,, +545,High,USA,M,9,E,DT,N,7,2.0,5,c,PB,S,M,,,,,, +546,Low,USA,M,10,E,DBAG,N,10,1.0,1,c,E,SE,F,,,,,, +547,Very Low,Paraguay,,2,E,DT,Y,6,2.0,3,C,PB,SR,M,,,,,, +548,Mid,USA,M,5,E,DBAD,N,5,1.0,1,T,NP,S,M,,,,,, +549,Very Low,Brazil,M,1,E,DBAG,N,1,1.0,4,T,PB,S,M,,,,,, +550,Low,USA,M,1,E,E,N,1,1.0,1,C,PB,S,M,,,,,, +551,Low,USA,,4,E,D,N,4,1.0,3,c,PB,SR,M,,,,,, +552,Very High,USA,M,20,E,A,N,7,3.0,0,C,NP,S,M,,,,,, +553,Low,Poland,M,10,EC,DT,Y,6,1.0,0,c,PB,S,M,,,,,, +554,Very Low,Poland,M,4,E,DBAG,Y,4,2.0,2,c,PB,S,M,,,,,, +555,Mid,USA,M,10,E,DBAG,N,12,1.0,1,m,NP,S,M,,,,,, +556,Mid,USA,M,20,E,DT,N,10,4.0,6,T,PB,S,M,,,,,, +557,Mid,USA,M,25,E,DBAD,N,10,3.0,1,m,SG,S,M,,,,,, +558,Mid,UK,M,18,E,DBAD,N,20,2.0,1,c,PB,S,M,,,,,, +559,Mid,Germany,M,17,E,DBAD,N,3,2.0,1,C,PB,S,M,,,,,, +560,Low,USA,M,5,E,DBAG,N,7,2.0,1,C,SG,S,M,,,,,, +561,Mid,USA,M,5,E,AN,N,5,2.0,2,c,PB,S,F,,,,,, +562,Very High,USA,M,23,E,DBAG,Y,23,3.0,0,m,PB,SE,M,,,,,, +563,Mid,USA,M,20,E,DT,N,10,1.0,2,t,PB,S,M,,,,,, +564,Very High,USA,M,24,E,M,Y,3,1.0,0,m,PB,S,M,,,,,, +565,Very High,USA,M,5,E,M,Y,2,1.0,0,T,PB,S,F,,,,,, +566,High,USA,M,14,E,DT,Y,14,1.0,1,m,PB,S,M,,,,,, +567,Very High,Canada,M,20,E,DBAG,Y,15,4.0,2,C,PB,S,M,,,,,, +568,Low,Canada,M,13,E,D,N,12,2.0,0,C,SG,S,M,,,,,, +569,Very Low,India,M,6,E,DBAP,N,6,4.0,6,C,PB,S,M,,,,,, +570,Mid,USA,M,5,E,D,N,1,1.0,2,C,PB,S,M,,,,,, +571,Mid,USA,,1,E,D,N,1,2.0,6,T,PB,C,M,,,,,, +572,Very High,USA,M,12,E,DBAG,N,15,4.0,0,c,PB,S,M,,,,,, +573,Low,UK,O,5,E,AN,Y,5,3.0,4,c,FG,S,M,,,,,, +574,High,USA,M,10,E,DBAG,N,4,2.0,0,m,PB,S,M,,,,,, +575,Very Low,UK,M,3,E,DBAG,N,10,1.0,1,C,PB,SR,M,,,,,, +576,High,USA,M,15,E,DBAP,N,6,1.0,2,c,PB,S,M,,,,,, +577,Low,USA,M,4,E,DA,Y,3,1.0,3,c,PB,SE,M,,,,,, +578,Mid,UK,M,10,IC,DBAP,N,7,5.0,2,c,PB,SR,M,,,,,, +579,Low,USA,M,11,E,M,Y,7,1.0,1,m,PB,S,M,,,,,, +580,Mid,USA,M,7,E,DT,N,7,2.0,6,m,PB,SR,M,,,,,, +581,High,Luxembourg,M,5,E,DBAG,N,5,3.0,4,C,PB,SR,M,,,,,, +582,Mid,USA,M,10,E,AN,N,10,4.0,6,m,PB,S,M,,,,,, +583,Very Low,USA,O,2,E,,N,2,1.0,6,m,PB,SR,M,,,,,, +584,Low,Canada,M,5,EC,D,Y,5,2.0,3,T,PB,S,M,,,,,, +585,Mid,USA,M,5,E,DBAG,N,5,1.0,2,C,PB,S,M,,,,,, +586,Mid,USA,M,4,E,DBAG,N,4,1.0,3,t,NP,S,M,,,,,, +587,High,USA,M,6,E,DBAG,N,6,2.0,6,T,PB,S,M,,,,,, +588,High,USA,M,6,EC,A,N,3,1.0,2,C,PB,SR,M,,,,,, +589,Very High,USA,M,14,E,M,Y,8,3.0,6,C,PB,S,M,,,,,, +590,Very High,USA,,2,E,AN,N,9,3.0,3,m,PB,SE,M,,,,,, +591,Low,USA,O,10,E,,N,10,2.0,4,T,E,SR,M,,,,,, +592,Low,PuertoRico,M,4,IC,DBAG,N,4,1.0,1,C,LG,,M,,,,,, +593,High,USA,MDB,5,E,DA,Y,6,1.0,0,C,PB,S,M,,,,,, +594,Very Low,Guatemala,M,14,EC,DBAD,N,8,2.0,6,m,PB,C,M,,,,,, +595,Very Low,USA,M,1,E,,N,1,1.0,3,C,PB,C,M,,,,,, +596,Very Low,Australia,M,5,P,DBAG,N,5,1.0,0,c,PB,SR,M,,,,,, +597,Very High,USA,M,15,E,M,Y,15,4.0,0,C,PB,SR,M,,,,,, +598,Very High,New-Zealand,M,20,IC,DBAD,N,10,6.0,0,C,PB,,M,,,,,, +599,Low,Netherlands,M,6,E,D,N,6,2.0,2,C,PB,S,M,,,,,, +600,Very High,USA,M,20,E,DBAP,N,15,3.0,4,t,PB,S,M,,,,,, +601,Very High,USA,M,15,EC,DBAP,N,1,5.0,2,m,FG,,M,,,,,, +602,High,USA,M,16,EC,DBAG,N,10,2.0,1,m,PB,S,M,,,,,, +603,Mid,USA,M,5,E,A,N,5,1.0,0,C,PB,S,M,,,,,, +604,Mid,USA,M,6,E,D,Y,6,1.0,1,T,PB,S,M,,,,,, +605,Very High,USA,M,25,E,DBAP,N,11,3.0,6,m,PB,S,M,,,,,, +606,Very Low,UK,M,15,E,DT,N,5,2.0,3,c,PB,S,M,,,,,, +607,High,Canada,M,15,IC,A,Y,10,2.0,0,m,PB,S,M,,,,,, +608,Mid,USA,O,5,E,AN,N,1,2.0,0,c,PB,S,M,,,,,, +609,Low,UK,M,9,E,DBAG,N,0,3.0,0,m,PB,S,M,,,,,, +610,Very Low,Greece,M,6,E,DBAD,N,20,2.0,1,t,PB,S,M,,,,,, +611,Low,USA,M,6,E,DT,Y,6,1.0,3,m,PB,S,M,,,,,, +612,Very High,USA,P,4,E,E,N,4,4.0,6,C,PB,S,M,,,,,, +613,Mid,USA,M,21,E,M,Y,5,3.0,0,m,PB,SE,M,,,,,, +614,Very Low,Brazil,M,12,E,AN,N,12,1.0,2,C,PB,S,M,,,,,, +615,High,Canada,M,11,E,DBAP,N,5,1.0,6,C,PB,S,M,,,,,, +616,Low,Australia,M,15,E,AN,N,17,2.0,1,m,PB,C,M,,,,,, +617,Very High,USA,M,12,E,DT,N,6,3.0,0,C,PB,,M,,,,,, +618,Mid,UK,M,4,E,DA,N,9,2.0,0,C,PB,C,M,,,,,, +619,High,USA,RDS,5,E,E,N,5,3.0,0,m,PB,S,M,,,,,, +620,Very High,USA,M,25,E,DBAP,N,15,2.0,4,m,NP,S,M,,,,,, +621,High,USA,O,7,EC,DBAG,N,7,3.0,0,m,PB,C,F,,,,,, +622,Mid,UK,M,16,E,DT,N,6,5.0,2,c,PB,S,M,,,,,, +623,Mid,USA,M,20,E,DBAG,Y,20,1.0,3,T,SG,,M,,,,,, +624,Low,USA,M,1,E,E,N,1,1.0,2,m,PB,C,M,,,,,, +625,Low,USA,M,1,E,AN,N,5,2.0,4,T,NP,S,F,,,,,, +626,Very High,Denmark,M,13,E,A,N,7,2.0,0,C,PB,S,M,,,,,, +627,Mid,USA,M,15,E,DT,N,5,2.0,2,c,PB,SR,M,,,,,, +628,Very Low,Lithuania,M,1,E,DBAD,N,1,1.0,3,C,PB,S,M,,,,,, +629,Very Low,Greece,M,2,E,DT,N,2,1.0,6,m,PB,S,M,,,,,, +630,Low,USA,M,4,E,DBAP,Y,1,1.0,0,m,LG,,,,,,,, +631,Mid,USA,M,6,E,DBAD,N,6,1.0,0,C,PB,S,M,,,,,, +632,High,USA,M,6,E,A,N,4,1.0,0,c,LG,C,M,,,,,, +633,Low,Australia,M,11,E,,N,11,2.0,0,T,PB,S,M,,,,,, +634,Very High,USA,M,20,E,M,Y,20,5.0,1,C,PB,S,M,,,,,, +635,Low,Poland,M,10,E,A,Y,3,6.0,6,m,PB,S,M,,,,,, +636,Low,USA,A,1,E,DBAD,N,1,2.0,0,c,PB,S,M,,,,,, +637,Low,UK,M,18,E,D,N,5,1.0,6,C,PB,S,M,,,,,, +638,Mid,Canada,A,3,E,M,Y,2,2.0,0,C,NP,SE,M,,,,,, +639,Very Low,Sweden,M,4,E,DBAG,N,10,2.0,0,m,PB,SR,M,,,,,, +640,Mid,USA,M,7,E,DBAG,N,7,3.0,1,T,PB,C,M,,,,,, +641,Low,USA,M,13,E,,N,13,1.0,0,C,FG,S,M,,,,,, +642,Low,USA,M,6,E,AN,N,6,1.0,0,C,LG,S,M,,,,,, +643,Very Low,UK,M,7,E,DBAG,N,3,1.0,2,C,LG,S,,,,,,, +644,High,USA,,1,E,DS,N,1,1.0,2,C,PB,S,M,,,,,, +645,High,USA,M,15,E,DBAD,N,22,4.0,5,c,PB,S,M,,,,,, +646,Mid,USA,M,3,EC,AN,N,1,3.0,1,m,PB,,M,,,,,, +647,Low,UK,M,8,E,DT,N,2,2.0,2,C,PB,SR,M,,,,,, +648,Very Low,Canada,M,5,E,,N,12,1.0,0,m,NP,C,M,,,,,, +649,Mid,USA,M,10,E,AN,N,10,1.0,0,C,PB,S,M,,,,,, +650,Very High,USA,M,17,E,DT,N,2,3.0,3,m,PB,C,F,,,,,, +651,High,USA,M,15,E,DBAG,Y,5,5.0,1,C,PB,S,M,,,,,, +652,Mid,Australia,M,20,E,DT,N,22,1.0,6,c,SG,S,M,,,,,, +653,Very High,USA,P,5,EC,AN,Y,10,2.0,6,m,PB,S,M,,,,,, +654,Very Low,Ukraine,M,8,E,DBAG,N,15,4.0,0,c,PB,C,M,,,,,, +655,Low,USA,M,8,E,DBAP,N,8,1.0,1,T,NP,S,M,,,,,, +656,Very High,Canada,M,13,IC,D,N,15,6.0,4,m,PB,C,M,,,,,, +657,Very Low,Ukraine,M,12,E,DBAD,N,12,2.0,2,m,PB,SR,M,,,,,, +658,Mid,USA,M,6,E,DA,Y,6,1.0,0,C,PB,S,M,,,,,, +659,Very High,USA,M,14,E,M,Y,14,2.0,0,m,PB,S,M,,,,,, +660,Mid,USA,MDB,2,E,AN,N,3,2.0,4,C,PB,S,M,,,,,, +661,Very High,USA,RDS,5,E,AN,N,7,3.0,4,m,PB,SE,M,,,,,, +662,High,USA,M,9,E,DBAP,N,9,1.0,6,m,PB,S,M,,,,,, +663,Mid,USA,M,7,E,AN,N,7,1.0,2,m,PB,SE,M,,,,,, +664,Very Low,Brazil,O,7,E,DBAG,N,12,2.0,1,C,PB,S,M,,,,,, +665,Low,USA,O,2,E,AN,N,2,1.0,0,C,PB,S,F,,,,,, +666,Mid,UK,M,30,E,DBAP,N,15,3.0,1,c,PB,S,M,,,,,, +667,Very Low,Italy,M,1,E,DT,N,3,2.0,0,T,PB,SE,M,,,,,, +668,Mid,Canada,M,20,E,DBAP,N,20,4.0,1,m,PB,S,M,,,,,, +669,Very High,USA,M,10,E,DBAP,N,1,1.0,1,m,NP,S,M,,,,,, +670,Mid,USA,M,3,E,DBAD,N,2,2.0,2,T,PB,SE,M,,,,,, +671,Low,USA,M,3,E,DBAG,N,5,1.0,1,m,PB,S,M,,,,,, +672,Very High,USA,M,16,E,A,N,6,1.0,0,C,E,S,F,,,,,, +673,High,USA,RDS,1,E,AN,N,1,1.0,2,m,PB,S,M,,,,,, +674,Very High,USA,O,5,E,DBAP,N,5,1.0,0,c,PB,SE,M,,,,,, +675,Low,Australia,M,3,E,AN,N,3,1.0,0,T,PB,S,M,,,,,, +676,Low,USA,MS,1,E,DBAG,N,1,1.0,2,C,PB,S,M,,,,,, +677,Mid,USA,M,10,E,E,Y,10,1.0,3,m,PB,SE,M,,,,,, +678,Very High,USA,M,12,IC,E,N,4,3.0,0,C,PB,,M,,,,,, +679,Low,USA,M,3,EC,DBAD,N,3,1.0,0,T,PB,,M,,,,,, +680,High,USA,M,10,E,DBAG,N,20,6.0,0,m,PB,SE,M,,,,,, +681,High,USA,M,10,E,M,Y,2,1.0,1,C,SG,SE,M,,,,,, +682,High,USA,M,15,E,DBAD,N,12,2.0,6,T,PB,S,M,,,,,, +683,Mid,Australia,M,20,E,DBAG,N,20,4.0,0,m,E,S,M,,,,,, +684,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +685,Very High,USA,M,20,E,A,N,25,6.0,3,m,PB,SR,M,,,,,, +686,Very High,USA,M,11,IC,DBAP,Y,11,1.0,6,m,PB,S,M,,,,,, +687,Very Low,UK,M,3,E,AN,Y,5,2.0,6,C,LG,S,M,,,,,, +688,Low,USA,M,6,E,DBAG,N,6,2.0,1,C,PB,SR,M,,,,,, +689,High,USA,M,12,E,D,N,1,3.0,6,m,SG,S,M,,,,,, +690,Very Low,Philippines,M,15,E,DBAP,N,15,3.0,0,m,PB,S,M,,,,,, +691,Very Low,UK,M,1,E,DBAG,Y,1,1.0,2,c,PB,SE,M,,,,,, +692,Mid,Netherlands,M,21,E,A,N,21,2.0,0,C,PB,SE,M,,,,,, +693,Mid,Hungary,M,6,IC,D,N,1,1.0,0,T,PB,SR,M,,,,,, +694,Mid,USA,M,20,E,DBAG,N,2,1.0,5,c,PB,S,M,,,,,, +695,Mid,USA,M,5,E,DT,N,4,2.0,5,m,PB,S,M,,,,,, +696,Very Low,New-Zealand,M,1,E,DBAG,N,1,1.0,4,c,PB,S,F,,,,,, +697,Very Low,UK,M,6,E,D,N,4,2.0,3,C,PB,SE,M,,,,,, +698,High,Ireland,M,20,IC,D,Y,10,2.0,1,c,PB,S,M,,,,,, +699,High,USA,M,9,E,DBAG,Y,4,1.0,3,c,SG,S,M,,,,,, +700,High,USA,,1,E,E,N,8,2.0,2,m,PB,S,M,,,,,, +701,High,USA,M,20,E,M,Y,8,2.0,0,c,PB,C,M,,,,,, +702,Low,Sweden,M,20,IC,DBAD,N,10,4.0,1,m,PB,S,M,,,,,, +703,High,USA,M,23,E,DT,N,20,6.0,0,C,PB,S,M,,,,,, +704,Very High,USA,M,20,IC,A,N,20,2.0,0,m,PB,S,M,,,,,, +705,High,USA,M,12,E,DT,Y,18,1.0,3,T,PB,S,M,,,,,, +706,Very High,USA,M,20,IC,DA,N,25,1.0,0,t,PB,S,M,,,,,, +707,Very Low,New-Zealand,M,1,E,D,N,1,1.0,5,m,PB,S,M,,,,,, +708,Very Low,UK,M,5,E,DBAP,N,5,2.0,2,C,PB,S,M,,,,,, +709,Mid,USA,M,7,E,DBAD,N,7,2.0,0,c,PB,S,M,,,,,, +710,Very High,USA,M,20,E,DBAD,N,24,2.0,0,C,PB,S,M,,,,,, +711,Very Low,UK,M,3,E,AN,N,3,2.0,6,m,PB,C,M,,,,,, +712,Low,USA,M,6,IC,DBAD,Y,3,2.0,4,C,PB,C,M,,,,,, +713,Mid,USA,M,11,E,DBAG,N,11,1.0,0,m,E,S,M,,,,,, +714,Low,USA,O,6,E,AN,N,6,1.0,1,C,PB,C,M,,,,,, +715,Low,USA,M,4,E,DT,N,4,1.0,0,T,E,S,M,,,,,, +716,Mid,USA,M,15,E,DBAG,N,15,1.0,1,c,PB,C,M,,,,,, +717,Mid,USA,M,14,E,DA,N,14,6.0,1,T,E,SE,M,,,,,, +718,Mid,USA,M,2,E,AN,N,2,1.0,3,m,PB,S,M,,,,,, +719,Very High,Ireland,M,25,IC,DBAG,N,20,6.0,1,m,LG,S,M,,,,,, +720,High,USA,M,15,E,DBAG,N,3,3.0,0,c,PB,S,M,,,,,, +721,Very Low,Germany,M,12,E,,N,7,1.0,2,C,PB,S,M,,,,,, +722,Very Low,Estonia,MS,2,E,DBAG,N,2,2.0,3,c,PB,S,M,,,,,, +723,High,Caymans,M,10,E,DA,Y,10,1.0,0,t,PB,S,M,,,,,, +724,High,USA,M,6,E,DBAP,N,6,3.0,2,m,PB,S,M,,,,,, +725,Mid,Australia,M,6,EC,DBAP,N,1,3.0,0,m,SG,S,M,,,,,, +726,Low,USA,M,6,E,DT,N,8,2.0,0,c,PB,C,M,,,,,, +727,Very High,USA,M,15,E,DBAP,N,6,3.0,6,m,PB,,M,,,,,, +728,Very Low,Ireland,O,4,E,D,N,10,4.0,6,t,PB,S,M,,,,,, +729,Very High,Australia,M,20,E,DBAG,N,25,5.0,6,m,PB,S,M,,,,,, +730,Very High,USA,M,10,IC,DS,N,12,3.0,0,m,PB,,M,,,,,, +731,High,UK,,2,E,E,N,6,4.0,6,m,PB,S,M,,,,,, +732,Mid,UK,M,12,EC,A,N,3,2.0,2,C,PB,S,M,,,,,, +733,Very High,USA,M,5,IC,E,Y,5,2.0,4,C,PB,S,F,,,,,, +734,Low,Australia,M,10,E,DBAP,N,2,1.0,0,m,LG,S,M,,,,,, +735,High,USA,,1,E,,N,1,1.0,0,C,PB,C,F,,,,,, +736,High,USA,M,3,E,DBAP,N,12,1.0,6,T,FG,S,M,,,,,, +737,Mid,USA,M,5,E,DBAP,N,3,1.0,0,C,PB,SR,M,,,,,, +738,Very Low,Croatia,M,9,E,DT,N,9,2.0,2,C,PB,SE,M,,,,,, +739,Low,USA,M,10,E,E,N,15,1.0,6,C,PB,S,M,,,,,, +740,High,USA,A,8,E,E,Y,1,1.0,4,C,PB,SE,M,,,,,, +741,High,Australia,M,10,E,M,Y,8,1.0,0,m,PB,S,M,,,,,, +742,Very High,USA,M,15,E,M,Y,1,2.0,0,m,PB,S,M,,,,,, +743,Low,USA,M,1,E,AN,N,1,1.0,1,T,PB,SR,M,,,,,, +744,Mid,USA,M,9,E,AN,N,9,3.0,3,c,PB,SR,M,,,,,, +745,High,USA,M,20,IC,DBAG,N,20,4.0,1,m,LG,SR,M,,,,,, +746,Mid,USA,M,6,E,DT,N,3,2.0,1,m,PB,S,M,,,,,, +747,Mid,USA,M,7,E,AN,N,3,2.0,6,m,PB,SE,M,,,,,, +748,High,USA,M,5,E,DT,Y,5,1.0,0,C,PB,S,M,,,,,, +749,High,USA,M,6,E,DBAD,N,6,3.0,0,m,NP,S,M,,,,,, +750,Mid,USA,M,6,E,AN,N,6,2.0,1,m,E,S,F,,,,,, +751,High,USA,M,10,E,DT,N,3,2.0,6,m,PB,,M,,,,,, +752,Very Low,UK,M,2,E,DT,N,2,1.0,2,C,NP,SE,M,,,,,, +753,Very High,USA,M,22,E,DBAD,N,22,4.0,0,m,PB,S,M,,,,,, +754,Low,USA,M,3,E,E,N,2,3.0,3,m,PB,S,M,,,,,, +755,Mid,USA,M,6,E,DBAP,Y,6,1.0,0,c,PB,,M,,,,,, +756,Very Low,USA,M,2,E,DBAG,N,2,1.0,0,m,PB,S,M,,,,,, +757,Low,USA,M,12,E,E,N,12,2.0,0,c,E,S,M,,,,,, +758,Mid,USA,M,0,E,M,Y,0,1.0,0,m,E,S,M,,,,,, +759,Low,USA,A,1,E,DBAP,N,1,1.0,6,m,PB,S,M,,,,,, +760,Very High,USA,M,20,E,M,Y,13,1.0,0,C,LG,S,M,,,,,, +761,High,USA,M,8,E,DBAG,N,6,2.0,0,t,PB,S,M,,,,,, +762,Mid,USA,M,10,E,DBAG,N,4,2.0,3,C,PB,S,M,,,,,, +763,Low,USA,M,2,E,AN,N,4,1.0,0,c,NP,S,M,,,,,, +764,High,Israel,M,15,E,DBAD,N,10,2.0,0,C,PB,S,M,,,,,, +765,Very High,USA,M,21,E,DBAG,Y,12,2.0,0,m,PB,S,M,,,,,, +766,Low,Australia,M,8,E,DBAG,N,5,1.0,0,c,PB,S,M,,,,,, +767,Mid,USA,M,8,E,DA,N,3,1.0,0,c,PB,S,M,,,,,, +768,High,USA,M,15,E,DBAP,N,15,4.0,1,m,LG,S,M,,,,,, +769,Very Low,UK,M,3,EC,DT,N,3,1.0,6,C,PB,C,M,,,,,, +770,Mid,USA,P,1,E,E,N,1,2.0,4,m,PB,S,M,,,,,, +771,Mid,USA,M,15,E,DT,N,15,3.0,1,c,PB,S,F,,,,,, +772,Very Low,Russia,M,20,E,DT,N,20,3.0,6,m,PB,S,F,,,,,, +773,High,USA,M,10,E,A,N,3,1.0,0,T,PB,S,M,,,,,, +774,Very High,USA,P,20,E,E,N,37,3.0,6,m,PB,S,M,,,,,, +775,Very Low,Russia,M,20,E,DT,N,20,3.0,6,m,PB,S,F,,,,,, +776,Very High,USA,M,7,E,DBAG,N,13,4.0,2,m,PB,SE,M,,,,,, +777,Very Low,USA,M,2,E,AN,N,3,2.0,5,m,PB,,M,,,,,, +778,Very High,USA,M,15,E,A,Y,2,1.0,0,m,PB,C,M,,,,,, +779,Low,USA,M,2,E,DBAP,N,2,1.0,5,m,SG,S,M,,,,,, +780,Very High,USA,M,15,E,DA,Y,12,4.0,3,m,NP,S,M,,,,,, +781,Low,Canada,M,3,E,AN,N,7,2.0,3,m,PB,S,M,,,,,, +782,Mid,USA,M,7,E,AN,N,7,1.0,2,m,PB,SE,M,,,,,, +783,High,USA,P,2,EC,DS,N,15,2.0,1,C,PB,S,M,,,,,, +784,High,USA,M,6,E,M,Y,6,1.0,0,m,PB,S,F,,,,,, +785,Very High,USA,M,15,E,A,Y,15,1.0,0,m,PB,S,M,,,,,, +786,Very Low,USA,M,1,P,DT,N,1,1.0,1,C,E,S,M,,,,,, +787,Low,USA,M,5,E,DBAP,N,5,1.0,0,c,PB,S,M,,,,,, +788,Mid,USA,M,8,E,D,N,8,1.0,0,C,NP,S,M,,,,,, +789,Very High,USA,MS,1,E,DS,N,1,1.0,0,C,FG,S,M,,,,,, +790,High,USA,M,9,E,E,N,2,2.0,6,C,PB,S,M,,,,,, +791,Mid,USA,M,4,E,M,Y,5,1.0,0,m,PB,S,M,,,,,, +792,High,USA,M,19,E,A,N,6,1.0,0,m,PB,,M,,,,,, +793,Mid,USA,O,3,E,AN,N,5,2.0,5,C,NP,S,M,,,,,, +794,Mid,Australia,M,21,IC,A,Y,21,3.0,0,C,PB,S,M,,,,,, +795,Very Low,Canada,O,3,E,D,N,2,2.0,1,c,PB,C,M,,,,,, +796,High,USA,M,4,E,D,N,4,1.0,0,m,PB,S,M,,,,,, +797,Very High,USA,RDS,11,E,E,N,1,2.0,2,m,PB,S,M,,,,,, +798,Very Low,USA,M,2,E,DBAD,N,2,1.0,2,C,PB,,,,,,,, +799,Low,USA,M,5,E,AN,N,5,2.0,2,c,PB,S,F,,,,,, +800,Mid,USA,M,18,E,DBAG,N,18,1.0,0,C,PB,S,F,,,,,, +801,High,USA,M,10,E,DBAG,N,10,1.0,3,m,PB,S,M,,,,,, +802,Low,USA,M,3,EC,DA,N,2,1.0,0,C,PB,S,M,,,,,, +803,High,USA,M,13,E,DBAG,N,13,2.0,2,m,PB,S,M,,,,,, +804,High,Australia,M,3,E,M,Y,3,2.0,0,C,PB,S,M,,,,,, +805,Very High,USA,M,21,E,DBAG,N,19,2.0,0,m,PB,S,M,,,,,, +806,Mid,USA,M,1,E,DBAG,N,1,1.0,1,c,PB,S,M,,,,,, +807,Mid,USA,M,12,E,DBAG,N,12,2.0,1,T,PB,S,,,,,,, +808,Mid,USA,,2,E,AN,N,5,1.0,2,c,PB,S,M,,,,,, +809,Very Low,Philippines,M,6,E,DT,N,6,1.0,3,C,PB,,M,,,,,, +810,Very Low,UK,M,4,E,DT,N,3,1.0,1,m,PB,SE,M,,,,,, +811,Low,USA,M,5,E,AN,N,5,2.0,2,C,PB,S,M,,,,,, +812,Low,USA,M,5,E,D,N,3,1.0,0,C,PB,S,M,,,,,, +813,Low,Australia,M,7,E,DBAG,N,5,1.0,4,m,PB,SR,M,,,,,, +814,Very High,USA,M,15,IC,DS,Y,25,5.0,0,C,PB,SR,M,,,,,, +815,Mid,USA,M,8,E,DT,N,8,1.0,1,m,PB,C,M,,,,,, +816,Mid,USA,M,1,E,DBAG,N,1,1.0,1,C,PB,SR,M,,,,,, +817,Very High,USA,M,8,E,M,Y,6,1.0,0,C,PB,SR,M,,,,,, +818,Very High,USA,M,8,E,DBAP,N,20,2.0,0,m,PB,SE,M,,,,,, +819,Mid,UK,M,8,E,M,Y,5,1.0,0,m,NP,S,M,,,,,, +820,Low,USA,M,2,E,E,N,2,1.0,4,c,PB,S,F,,,,,, +821,Mid,UK,,3,E,AN,Y,10,1.0,0,c,PB,SE,M,,,,,, +822,Low,USA,MS,1,E,E,N,5,2.0,6,m,PB,SE,M,,,,,, +823,High,USA,RDS,6,E,A,Y,16,2.0,0,c,PB,SE,M,,,,,, +824,Very High,USA,M,20,E,DBAG,N,23,5.0,0,m,PB,S,M,,,,,, +825,Low,USA,M,5,E,E,N,5,1.0,2,m,PB,,M,,,,,, +826,Very High,USA,M,3,E,DS,N,10,3.0,0,C,PB,S,M,,,,,, +827,High,USA,M,10,E,DA,Y,7,3.0,0,m,PB,S,F,,,,,, +828,Very High,USA,M,20,E,DT,N,20,4.0,1,m,PB,S,M,,,,,, +829,Very Low,Indonesia,M,6,E,E,N,4,1.0,1,m,PB,C,M,,,,,, +830,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +831,Mid,USA,O,5,E,M,Y,5,1.0,0,m,PB,SE,M,,,,,, +832,High,USA,M,7,E,DBAP,N,7,2.0,3,C,PB,S,M,,,,,, +833,Low,Canada,M,15,E,DBAG,N,15,3.0,1,c,SG,S,M,,,,,, +834,Low,USA,P,2,E,DA,N,2,1.0,1,m,PB,SR,M,,,,,, +835,Very Low,USA,,3,E,DBAP,N,3,1.0,1,T,PB,S,M,,,,,, +836,Mid,USA,M,3,E,,N,3,1.0,1,m,PB,S,M,,,,,, +837,High,USA,M,10,E,DBAG,N,10,3.0,3,C,PB,S,M,,,,,, +838,Mid,USA,M,3,E,,N,3,1.0,1,m,PB,S,M,,,,,, +839,High,USA,M,30,E,AN,N,30,6.0,2,C,PB,S,M,,,,,, +840,Low,Canada,M,3,E,D,N,3,2.0,5,m,SG,S,M,,,,,, +841,Mid,USA,RDS,10,E,DBAD,N,5,1.0,4,C,PB,S,M,,,,,, +842,High,USA,M,7,E,DA,N,6,1.0,6,C,PB,S,M,,,,,, +843,Mid,USA,M,7,E,D,Y,6,1.0,0,m,PB,SE,M,,,,,, +844,Very High,USA,M,14,E,DBAP,N,14,4.0,3,C,PB,,M,,,,,, +845,Mid,USA,M,8,E,DT,N,5,3.0,5,m,PB,S,M,,,,,, +846,Very High,USA,O,13,E,DBAD,N,13,3.0,6,m,PB,SR,M,,,,,, +847,Mid,USA,M,3,E,D,N,1,2.0,0,C,PB,SE,M,,,,,, +848,Very Low,Russia,M,4,E,DT,N,4,1.0,3,c,PB,SE,M,,,,,, +849,Very High,USA,P,3,IC,DBAP,N,8,1.0,4,m,PB,SE,,,,,,, +850,Mid,USA,M,4,E,D,N,5,2.0,3,m,FG,S,M,,,,,, +851,Very Low,Brazil,M,15,EC,DT,N,15,5.0,0,m,PB,SE,M,,,,,, +852,High,USA,M,20,E,M,Y,5,2.0,0,c,PB,SE,M,,,,,, +853,High,USA,M,6,EC,DT,Y,6,1.0,3,C,PB,S,M,,,,,, +854,Mid,USA,M,10,E,DA,N,1,2.0,2,c,PB,S,M,,,,,, +855,High,USA,M,6,EC,DT,Y,6,1.0,3,C,PB,S,M,,,,,, +856,Low,USA,M,5,E,AN,N,5,1.0,0,m,PB,S,M,,,,,, +857,Very High,USA,M,10,E,A,Y,10,1.0,0,m,PB,S,M,,,,,, +858,High,USA,M,15,E,DT,N,11,4.0,6,m,NP,C,M,,,,,, +859,High,USA,M,15,E,DBAG,N,15,4.0,0,C,PB,S,M,,,,,, +860,Low,USA,M,2,E,DS,N,2,2.0,0,C,PB,SE,M,,,,,, +861,Very High,USA,M,5,E,E,N,5,3.0,2,m,PB,S,M,,,,,, +862,Low,USA,M,1,E,AN,N,1,1.0,3,m,PB,C,M,,,,,, +863,High,USA,M,10,E,DBAP,N,20,2.0,1,C,PB,S,M,,,,,, +864,Very High,USA,MDB,3,E,DA,N,3,1.0,1,m,PB,SR,M,,,,,, +865,Low,Australia,M,7,E,DBAP,N,7,1.0,1,t,PB,S,M,,,,,, +866,Very High,UK,M,14,EC,DT,Y,14,5.0,0,t,E,S,M,,,,,, +867,Low,USA,M,10,E,DT,N,4,2.0,0,C,PB,S,M,,,,,, +868,Very High,USA,P,2,EC,A,Y,2,1.0,0,m,FG,SR,M,,,,,, +869,Mid,USA,M,8,E,D,Y,10,1.0,0,C,PB,S,F,,,,,, +870,Very Low,Indonesia,M,6,E,DBAG,N,6,5.0,2,c,E,SE,M,,,,,, +871,Mid,USA,M,3,E,AN,N,8,2.0,6,C,PB,S,M,,,,,, +872,Mid,USA,M,5,E,D,N,5,1.0,3,c,SG,SE,F,,,,,, +873,High,USA,M,3,E,E,N,6,1.0,6,c,PB,S,M,,,,,, +874,Very High,USA,M,7,E,AN,N,7,2.0,2,c,PB,SE,M,,,,,, +875,Mid,USA,M,20,E,A,Y,6,2.0,0,C,PB,C,M,,,,,, +876,Low,USA,M,5,E,AN,N,1,1.0,6,m,PB,S,M,,,,,, +877,Very High,Australia,M,7,E,E,N,7,1.0,3,m,SG,S,M,,,,,, +878,Very Low,UK,M,1,E,DA,N,1,1.0,4,m,PB,SR,F,,,,,, +879,Low,USA,DB2,2,E,AN,N,2,1.0,0,C,PB,SE,M,,,,,, +880,Low,USA,M,6,E,DBAP,N,6,1.0,6,C,PB,,M,,,,,, +881,Mid,USA,M,7,E,DBAG,N,4,2.0,1,m,PB,S,M,,,,,, +882,Very High,USA,M,10,E,A,Y,6,3.0,0,m,PB,C,M,,,,,, +883,Very Low,Brazil,M,1,E,DBAP,N,1,1.0,4,c,PB,,M,,,,,, +884,Very High,Australia,M,15,E,M,Y,7,3.0,3,m,SG,SE,M,,,,,, +885,Mid,Canada,M,4,E,DBAG,N,4,5.0,0,m,PB,C,M,,,,,, +886,Very Low,USA,M,2,E,D,N,2,1.0,1,m,PB,C,M,,,,,, +887,Mid,USA,M,18,E,A,N,25,2.0,3,c,E,S,F,,,,,, +888,High,USA,M,7,E,DBAP,N,7,2.0,2,t,PB,S,M,,,,,, +889,Low,USA,M,10,E,M,Y,1,1.0,0,c,E,S,M,,,,,, +890,Very High,USA,M,22,E,DBAP,N,20,5.0,0,m,PB,S,M,,,,,, +891,Very Low,Thailand,M,6,E,DBAG,Y,6,3.0,2,m,PB,SE,M,,,,,, +892,Very High,USA,M,14,E,DT,N,10,4.0,5,C,PB,S,M,,,,,, +893,Low,USA,M,1,E,DT,Y,1,1.0,2,m,PB,SR,M,,,,,, +894,Mid,USA,MS,3,E,,N,5,2.0,6,c,PB,SR,M,,,,,, +895,Very High,USA,M,10,E,DA,Y,2,2.0,0,C,PB,S,NB,,,,,, +896,Mid,Canada,M,8,E,D,N,8,2.0,0,m,PB,SE,NB,,,,,, +897,Mid,USA,M,2,E,DS,N,4,2.0,1,C,PB,,M,,,,,, +898,Low,USA,M,5,E,DT,N,5,2.0,0,C,PB,S,M,,,,,, +899,Mid,Canada,M,8,E,D,N,8,2.0,0,m,PB,SE,NB,,,,,, +900,Very High,USA,M,10,E,DA,Y,2,2.0,0,C,PB,S,NB,,,,,, +901,High,USA,M,6,EC,DT,N,9,2.0,1,c,PB,,M,,,,,, +902,Very Low,UK,M,2,E,D,Y,3,2.0,3,T,PB,SE,M,,,,,, +903,Very Low,Turkey,M,9,E,DBAG,N,9,2.0,6,m,PB,S,M,,,,,, +904,Low,USA,DB2,2,E,E,N,7,2.0,1,c,PB,S,M,,,,,, +905,Very High,USA,M,15,E,A,N,5,1.0,0,T,PB,S,M,,,,,, +906,Very Low,India,O,1,E,DBAP,N,1,1.0,6,C,PB,C,M,,,,,, +907,Mid,USA,M,3,E,DS,Y,6,2.0,0,T,E,S,M,,,,,, +908,Mid,USA,O,13,E,AN,N,20,1.0,0,C,PB,S,M,,,,,, +909,Mid,USA,M,7,EC,AN,N,5,3.0,3,c,FG,SE,M,,,,,, +910,Low,Canada,M,4,E,DBAP,Y,4,1.0,6,m,PB,S,M,,,,,, +911,Low,USA,M,3,E,E,N,1,1.0,4,t,PB,S,M,,,,,, +912,Mid,USA,M,6,E,D,N,3,1.0,1,m,PB,SE,M,,,,,, +913,Mid,USA,M,3,E,D,N,3,1.0,6,C,NP,SE,M,,,,,, +914,Very High,USA,M,10,E,A,N,5,1.0,0,m,PB,S,F,,,,,, +915,Low,USA,RDS,2,E,AN,N,2,1.0,6,m,PB,S,M,,,,,, +916,Very High,USA,M,23,E,DBAG,N,23,6.0,0,T,PB,S,M,,,,,, +917,Very High,USA,M,13,E,E,N,5,2.0,0,c,PB,SE,M,,,,,, +918,Very High,USA,M,7,E,,N,10,3.0,6,m,PB,S,M,,,,,, +919,Low,Canada,M,14,E,DBAG,Y,13,2.0,0,c,PB,SE,M,,,,,, +920,Low,USA,M,4,E,DT,N,8,2.0,2,C,NP,SE,M,,,,,, +921,Very High,USA,,10,E,D,N,10,2.0,6,m,PB,S,M,,,,,, +922,Mid,USA,M,19,E,,N,20,2.0,4,C,PB,S,M,,,,,, +923,High,USA,M,4,E,DBAG,N,4,2.0,2,m,NP,S,M,,,,,, +924,Low,Australia,M,10,E,D,N,10,2.0,1,m,PB,S,M,,,,,, +925,Low,Canada,M,7,E,D,Y,7,1.0,0,m,FG,SR,M,,,,,, +926,High,USA,M,6,E,M,Y,1,1.0,0,m,PB,S,M,,,,,, +927,Very Low,India,A,4,E,AN,Y,4,2.0,4,c,PB,S,M,,,,,, +928,Very High,USA,M,16,E,DBAG,N,9,5.0,2,C,PB,SE,M,,,,,, +929,Mid,USA,M,1,E,DT,N,1,1.0,6,C,PB,S,M,,,,,, +930,Very High,USA,P,3,E,DBAP,N,19,5.0,0,T,PB,S,M,,,,,, +931,Very High,USA,O,34,E,M,Y,34,5.0,1,C,PB,SR,M,,,,,, +932,Mid,New-Zealand,M,12,EC,D,N,12,6.0,6,C,PB,S,M,,,,,, +933,Very High,USA,M,8,EC,A,Y,8,3.0,3,m,PB,S,M,,,,,, +934,Very High,USA,M,7,E,A,N,2,1.0,1,m,PB,SE,M,,,,,, +935,Low,USA,M,4,E,AN,N,4,1.0,1,C,PB,S,M,,,,,, +936,High,USA,M,20,E,DBAD,Y,15,1.0,0,m,PB,S,F,,,,,, +937,Mid,USA,M,7,E,M,Y,3,1.0,0,C,PB,S,M,,,,,, +938,Low,USA,M,5,E,DBAD,N,5,3.0,3,T,PB,SR,M,,,,,, +939,High,USA,M,11,E,DS,N,1,1.0,6,c,PB,S,M,,,,,, +940,High,USA,M,10,E,DBAP,N,6,2.0,2,C,PB,S,M,,,,,, +941,High,USA,M,6,E,DBAD,N,4,3.0,6,C,PB,S,M,,,,,, +942,Mid,USA,M,3,E,DT,N,6,3.0,2,m,NP,S,M,,,,,, +943,Mid,USA,M,16,E,A,N,16,2.0,1,c,PB,S,M,,,,,, +944,Low,USA,MA,6,E,D,N,6,1.0,6,C,PB,S,M,,,,,, +945,Very High,USA,M,2,E,DA,N,2,1.0,3,m,PB,,M,,,,,, +946,Very High,USA,M,15,E,M,Y,1,2.0,0,C,PB,S,M,,,,,, +947,Very Low,USA,O,1,P,AN,N,1,2.0,1,c,LG,C,M,,,,,, +948,High,USA,M,5,E,AN,N,5,1.0,0,c,PB,S,M,,,,,, +949,Low,USA,M,1,E,AN,N,1,1.0,4,t,PB,S,M,,,,,, +950,Low,USA,M,10,EC,D,N,6,2.0,2,c,PB,S,M,,,,,, +951,Mid,USA,M,10,E,DBAG,N,6,3.0,0,C,PB,S,M,,,,,, +952,Very High,USA,M,7,E,DA,N,7,4.0,2,m,PB,S,M,,,,,, +953,Very Low,USA,M,3,E,AN,N,3,1.0,0,C,PB,C,M,,,,,, +954,Very High,USA,M,13,E,A,Y,8,2.0,0,m,PB,S,M,,,,,, +955,Very High,USA,M,10,EC,DT,N,3,3.0,6,c,PB,C,M,,,,,, +956,High,USA,M,10,E,DBAG,N,10,2.0,0,m,PB,S,M,,,,,, +957,Very High,USA,P,3,E,E,N,4,3.0,4,C,PB,SE,M,,,,,, +958,Mid,USA,MS,5,E,DBAD,N,10,3.0,0,C,PB,S,M,,,,,, +959,High,USA,M,8,E,E,N,8,1.0,2,m,PB,SR,M,,,,,, +960,Low,Canada,M,10,E,DBAG,N,2,5.0,1,m,PB,,M,,,,,, +961,High,USA,M,18,E,E,N,10,2.0,6,m,LG,S,M,,,,,, +962,Very Low,Sweden,M,15,E,DBAD,N,2,2.0,1,m,PB,S,M,,,,,, +963,High,USA,M,10,EC,AN,N,7,3.0,6,t,PB,SE,M,,,,,, +964,Very Low,Philippines,M,7,E,DBAP,Y,7,2.0,6,m,PB,,F,,,,,, +965,Very High,USA,M,5,E,D,Y,4,3.0,2,m,PB,S,M,,,,,, +966,High,USA,M,10,E,DBAP,Y,7,3.0,5,m,PB,S,M,,,,,, +967,Very High,USA,M,22,E,DBAP,Y,5,4.0,0,C,NP,S,M,,,,,, +968,High,USA,M,24,IC,DBAG,N,22,6.0,0,m,PB,S,M,,,,,, +969,High,USA,M,24,IC,DBAG,N,22,6.0,0,m,PB,S,M,,,,,, +970,High,USA,O,21,E,DBAG,Y,33,6.0,6,c,PB,SE,M,,,,,, +971,Very High,USA,M,15,E,DBAG,Y,4,2.0,0,c,PB,S,M,,,,,, +972,Very High,USA,M,13,EC,A,N,6,2.0,0,c,PB,,M,,,,,, +973,High,USA,M,8,E,D,N,8,3.0,0,m,PB,S,M,,,,,, +974,Mid,USA,M,7,E,,N,1,1.0,6,C,PB,S,M,,,,,, +975,Mid,USA,M,4,E,DBAG,Y,4,1.0,3,C,PB,SE,M,,,,,, +976,High,USA,M,15,E,DT,N,15,1.0,1,c,PB,S,M,,,,,, +977,Very High,USA,M,10,E,DBAP,Y,9,2.0,6,C,PB,S,M,,,,,, +978,Mid,USA,M,5,E,DBAG,N,5,1.0,1,C,SG,S,F,,,,,, +979,Mid,USA,M,6,E,AN,N,8,1.0,2,C,PB,SR,,,,,,, +980,Low,Canada,M,5,E,M,Y,5,1.0,0,m,PB,S,M,,,,,, +981,Low,Canada,O,1,E,AN,N,1,1.0,5,c,E,S,M,,,,,, +982,High,USA,M,3,E,DBAD,N,3,2.0,2,c,PB,S,M,,,,,, +983,Very High,USA,M,20,EC,D,Y,15,3.0,6,m,PB,C,M,,,,,, +984,Very Low,India,M,8,E,D,N,8,4.0,0,m,PB,,F,,,,,, +985,Very High,USA,O,8,E,M,Y,7,4.0,6,m,PB,S,,,,,,, +986,Low,Netherlands,M,3,E,E,N,3,1.0,3,c,PB,S,M,,,,,, +987,Very High,USA,O,15,E,E,N,15,1.0,4,m,PB,S,,,,,,, +988,High,USA,M,4,E,AN,N,6,1.0,1,m,PB,SE,M,,,,,, +989,Very High,Switzerland,M,13,E,DBAD,N,14,1.0,0,C,PB,S,M,,,,,, +990,High,USA,M,20,E,DBAG,N,20,1.0,2,c,LG,S,M,,,,,, +991,Low,USA,M,3,E,E,N,3,2.0,0,c,PB,S,M,,,,,, +992,Very High,USA,M,4,E,M,N,4,1.0,0,m,PB,C,M,,,,,, +993,Mid,USA,M,6,E,DBAG,N,6,2.0,1,C,PB,S,M,,,,,, +994,Low,Canada,M,10,E,DBAG,Y,7,3.0,0,C,PB,S,M,,,,,, +995,Very Low,India,M,9,E,DBAP,Y,9,2.0,6,m,PB,C,M,,,,,, +996,Mid,Denmark,M,4,EC,E,N,4,1.0,6,m,PB,S,M,,,,,, +997,High,USA,M,10,E,DBAG,N,7,2.0,6,m,PB,SR,M,,,,,, +998,Low,USA,M,4,E,DBAP,N,4,1.0,2,C,PB,SE,M,,,,,, +999,Low,USA,M,2,E,E,N,2,1.0,5,C,PB,S,M,,,,,, +1000,Low,Canada,M,15,E,DBAP,N,15,1.0,0,T,PB,S,M,,,,,, +1001,High,Norway,M,22,E,DA,N,22,1.0,2,T,PB,S,M,,,,,, +1002,Very High,USA,M,18,E,DBAG,Y,8,2.0,0,m,PB,SR,M,,,,,, +1003,Low,USA,M,2,E,D,N,2,2.0,1,m,PB,C,M,,,,,, +1004,Very Low,India,M,10,E,DBAP,N,10,3.0,3,C,PB,C,M,,,,,, +1005,Low,USA,O,1,E,,N,1,1.0,0,C,NP,SR,F,,,,,, +1006,High,Israel,M,12,E,DBAP,N,12,3.0,4,C,PB,S,F,,,,,, +1007,Mid,USA,M,8,E,DBAP,Y,5,4.0,1,m,PB,S,M,,,,,, +1008,Very Low,India,MS,3,E,A,Y,2,1.0,0,m,PB,C,M,,,,,, +1009,Low,Canada,MS,4,E,D,Y,1,1.0,6,m,PB,S,M,,,,,, +1010,Low,Sweden,M,7,EC,DT,N,7,1.0,1,C,PB,S,M,,,,,, +1011,Low,Austria,M,8,E,DBAD,N,8,2.0,0,T,PB,,M,,,,,, +1012,High,USA,M,10,E,DA,N,10,4.0,2,m,PB,S,M,,,,,, +1013,Very Low,Croatia,M,6,E,DBAP,N,5,1.0,2,T,PB,,M,,,,,, +1014,High,USA,M,7,EC,DBAG,N,6,2.0,1,C,FG,S,M,,,,,, +1015,Very High,USA,M,9,E,D,Y,10,1.0,0,m,PB,C,M,,,,,, +1016,Very Low,Netherlands,O,2,E,D,N,1,1.0,0,c,PB,SE,M,,,,,, +1017,Very Low,Slovenia,M,4,E,DBAG,N,3,2.0,2,c,PB,S,M,,,,,, +1018,High,USA,M,10,E,DBAP,N,10,6.0,6,c,PB,SR,M,,,,,, +1019,Very High,USA,P,2,E,E,N,6,2.0,2,C,PB,S,M,,,,,, +1020,Very Low,USA,M,3,E,E,N,3,3.0,2,m,PB,,M,,,,,, +1021,Very Low,Sweden,M,5,E,DBAG,N,5,1.0,1,T,PB,S,M,,,,,, +1022,Very Low,UK,M,6,E,DBAG,N,1,2.0,0,c,PB,S,M,,,,,, +1023,Very Low,Hungary,M,15,E,DBAP,N,6,3.0,6,m,PB,S,M,,,,,, +1024,Mid,Germany,M,15,E,DBAG,N,19,1.0,1,c,PB,S,M,,,,,, +1025,Very High,USA,M,8,E,M,Y,2,1.0,0,C,PB,S,M,,,,,, +1026,Very Low,Netherlands,M,10,EC,DBAG,N,5,1.0,0,c,PB,S,M,,,,,, +1027,Very High,USA,P,10,IC,DA,N,10,6.0,3,m,PB,S,M,,,,,, +1028,Very Low,Netherlands,M,4,E,DBAP,N,4,1.0,0,c,PB,S,M,,,,,, +1029,Mid,Switzerland,M,4,E,E,Y,33,5.0,6,C,SG,S,M,,,,,, +1030,High,USA,M,10,EC,D,N,10,3.0,6,C,PB,S,M,,,,,, +1031,High,USA,A,6,E,A,N,3,4.0,1,C,PB,SR,F,,,,,, +1032,Mid,UK,M,9,E,DT,N,9,4.0,2,m,PB,S,M,,,,,, +1033,Mid,Germany,M,10,E,DA,N,30,4.0,1,t,PB,SR,M,,,,,, +1034,High,USA,M,12,E,DBAG,N,9,1.0,1,c,FG,S,M,,,,,, +1035,Low,Canada,M,10,E,D,N,10,3.0,1,c,PB,S,M,,,,,, +1036,Very Low,UAE,M,8,E,DBAD,N,8,5.0,4,C,PB,C,M,,,,,, +1037,Low,UK,M,10,E,DBAP,N,10,4.0,1,C,PB,,M,,,,,, +1038,Very Low,Romania,M,1,E,E,N,6,3.0,4,T,PB,S,M,,,,,, +1039,Very Low,Ukraine,M,16,IC,A,Y,25,4.0,0,m,PB,S,M,,,,,, +1040,Very Low,Germany,M,1,E,A,N,1,1.0,0,C,PB,S,M,,,,,, +1041,High,Germany,M,5,E,,Y,4,1.0,0,c,PB,S,M,,,,,, +1042,Very Low,UK,M,6,E,DBAD,N,4,1.0,3,C,FG,,M,,,,,, +1043,Low,Romania,M,8,E,M,Y,9,1.0,0,m,PB,S,M,,,,,, +1044,Low,Sweden,M,2,E,DBAG,N,2,6.0,6,m,PB,,M,,,,,, +1045,High,USA,M,5,E,D,N,5,3.0,5,m,PB,,M,,,,,, +1046,Very Low,Denmark,M,4,EC,A,Y,4,1.0,1,m,PB,S,M,,,,,, +1047,Mid,Poland,M,11,IC,DBAG,N,11,5.0,0,m,PB,S,M,,,,,, +1048,High,USA,M,5,E,D,N,5,3.0,5,m,PB,,M,,,,,, +1049,Very Low,Bosnia,M,16,E,DA,N,18,2.0,6,c,PB,SE,M,,,,,, +1050,Very Low,Germany,M,19,E,DBAG,N,19,2.0,1,m,PB,S,M,,,,,, +1051,Low,Sweden,M,7,EC,DBAP,N,7,2.0,1,c,PB,SR,M,,,,,, +1052,Very Low,Spain,M,15,E,DBAG,N,15,2.0,0,m,PB,S,M,,,,,, +1053,Mid,Belgium,M,4,E,DBAG,N,4,2.0,2,m,PB,S,M,,,,,, +1054,Low,Romania,M,5,E,DT,N,6,5.0,6,m,PB,S,M,,,,,, +1055,Very Low,Cyprus,M,10,E,DBAD,Y,10,3.0,0,c,PB,S,M,,,,,, +1056,Mid,USA,M,5,E,DBAP,N,5,2.0,5,c,PB,S,M,,,,,, +1057,Mid,Norway,M,13,E,DBAP,N,3,1.0,6,C,PB,S,M,,,,,, +1058,Low,USA,M,5,E,AN,N,2,1.0,6,m,PB,SE,M,,,,,, +1059,High,USA,M,8,E,D,N,8,1.0,1,m,FG,S,F,,,,,, +1060,Low,Germany,M,5,E,DBAP,N,5,2.0,2,T,PB,,M,,,,,, +1061,Low,Germany,M,3,EC,D,N,3,1.0,6,C,PB,SR,F,,,,,, +1062,Very High,USA,M,6,E,DBAP,N,6,1.0,0,C,FG,S,M,,,,,, +1063,Very Low,Bulgaria,M,5,E,A,N,2,3.0,0,m,PB,C,M,,,,,, +1064,Very Low,Spain,M,2,E,M,Y,2,1.0,0,m,PB,S,M,,,,,, +1065,Low,Sweden,M,3,E,E,N,3,1.0,0,c,PB,S,M,,,,,, +1066,Low,USA,MA,4,E,AN,N,6,1.0,0,m,NP,S,F,,,,,, +1067,Low,UK,M,8,E,DBAG,N,8,2.0,0,C,PB,S,M,,,,,, +1068,Very Low,South-Africa,M,10,E,DBAP,N,10,4.0,0,m,SG,SE,M,,,,,, +1069,Low,Luxembourg,M,15,E,DBAG,N,14,6.0,3,T,PB,SE,M,,,,,, +1070,Mid,Sweden,M,7,E,DS,N,4,2.0,1,c,PB,S,M,,,,,, +1071,Very Low,Netherlands,M,3,E,DA,Y,8,2.0,2,c,PB,S,M,,,,,, +1072,Very Low,Germany,M,5,E,DBAG,N,5,2.0,1,T,PB,S,M,,,,,, +1073,High,USA,M,10,E,DBAD,N,10,1.0,3,m,PB,S,M,,,,,, +1074,Mid,Luxembourg,M,5,E,DBAG,N,5,4.0,3,c,PB,S,M,,,,,, +1075,Low,UK,A,2,E,DBAG,Y,3,2.0,0,m,PB,S,M,,,,,, +1076,Very Low,Germany,M,2,E,DBAG,Y,4,1.0,1,T,PB,S,M,,,,,, +1077,Very Low,Greece,M,6,E,DBAG,N,7,2.0,0,m,PB,S,M,,,,,, +1078,Mid,USA,M,3,E,M,Y,10,1.0,0,C,PB,S,M,,,,,, +1079,Low,Germany,M,3,E,DBAP,Y,6,1.0,1,t,PB,S,M,,,,,, +1080,Mid,Denmark,M,5,E,E,N,6,3.0,1,c,PB,S,M,,,,,, +1081,Low,Netherlands,RDS,3,E,DBAG,N,21,6.0,3,C,PB,C,M,,,,,, +1082,Low,UK,M,8,E,DA,N,2,3.0,1,c,PB,S,M,,,,,, +1083,Low,Sweden,M,4,E,DBAG,N,4,1.0,0,c,PB,S,M,,,,,, +1084,Mid,UK,M,18,E,M,Y,10,1.0,0,c,PB,S,M,,,,,, +1085,Very High,USA,A,2,E,M,Y,5,2.0,0,C,NP,S,M,,,,,, +1086,Very Low,South-Africa,M,17,E,DT,N,8,1.0,0,m,PB,SE,M,,,,,, +1087,Low,Germany,M,4,E,DBAG,N,4,1.0,1,c,PB,S,M,,,,,, +1088,Very Low,Spain,M,13,EC,DBAG,Y,6,2.0,1,t,PB,S,M,,,,,, +1089,Mid,Singapore,M,3,E,E,N,6,1.0,3,m,LG,,M,,,,,, +1090,Very Low,India,M,10,E,M,Y,3,2.0,3,m,PB,SR,M,,,,,, +1091,Very Low,UK,M,22,E,D,N,15,6.0,2,C,PB,S,M,,,,,, +1092,Low,UK,M,5,E,DBAP,N,20,4.0,0,T,PB,SR,M,,,,,, +1093,Low,UK,M,10,E,D,Y,3,3.0,2,m,NP,SR,M,,,,,, +1094,Very Low,India,M,8,E,M,Y,8,1.0,6,m,PB,S,M,,,,,, +1095,Mid,Australia,M,15,E,DBAG,N,10,5.0,0,m,SG,SE,M,,,,,, +1096,Mid,UK,M,30,E,DBAG,N,30,1.0,1,m,NP,S,F,,,,,, +1097,Very Low,UK,M,8,E,DS,N,10,2.0,0,c,PB,S,M,,,,,, +1098,Very Low,UK,M,15,E,M,Y,20,1.0,2,T,PB,S,M,,,,,, +1099,Very Low,Hungary,M,2,E,DBAD,N,2,1.0,2,C,PB,S,F,,,,,, +1100,Very Low,UK,M,4,E,D,N,4,1.0,2,C,PB,SE,M,,,,,, +1101,Low,Netherlands,M,5,E,DBAP,N,20,3.0,1,C,NP,S,M,,,,,, +1102,High,Australia,M,5,IC,DA,N,3,1.0,1,C,LG,S,M,,,,,, +1103,Low,USA,M,3,E,E,N,3,1.0,0,C,SG,S,F,,,,,, +1104,Very High,USA,M,20,E,A,N,2,1.0,0,m,PB,S,M,,,,,, +1105,Very Low,Indonesia,M,13,E,AN,N,13,4.0,3,m,SG,C,F,,,,,, +1106,Very Low,France,O,12,E,E,N,3,4.0,3,c,PB,S,M,,,,,, +1107,Mid,Germany,M,5,EC,AN,N,5,2.0,6,T,PB,S,M,,,,,, +1108,Very Low,Netherlands,M,3,E,DT,N,3,2.0,3,c,PB,,M,,,,,, +1109,Low,France,M,14,E,DBAG,N,10,4.0,0,C,PB,SR,M,,,,,, +1110,Low,Norway,M,4,EC,E,N,10,3.0,5,C,PB,S,M,,,,,, +1111,Very Low,UK,M,6,E,E,N,6,1.0,3,c,PB,S,M,,,,,, +1112,Very Low,Indonesia,M,4,E,DA,N,7,1.0,6,m,PB,,M,,,,,, +1113,Low,UK,M,18,E,DT,N,7,2.0,1,C,PB,S,M,,,,,, +1114,High,UK,M,10,E,M,Y,10,1.0,2,m,PB,S,M,,,,,, +1115,Very Low,UK,M,8,E,DBAG,N,1,1.0,0,T,PB,SR,M,,,,,, +1116,Mid,USA,M,15,E,M,Y,15,3.0,1,c,E,SR,M,,,,,, +1117,Low,UK,M,25,E,DBAD,N,15,3.0,1,c,NP,S,,,,,,, +1118,Low,Germany,M,4,E,DBAG,N,4,1.0,1,c,PB,S,M,,,,,, +1119,Very Low,UK,M,5,E,DT,N,3,1.0,0,C,PB,,M,,,,,, +1120,Mid,USA,M,8,E,DBAD,N,8,2.0,0,c,PB,S,M,,,,,, +1121,Very High,USA,M,20,EC,DBAG,Y,1,5.0,2,C,PB,S,M,,,,,, +1122,Very Low,UK,M,2,E,DT,N,2,1.0,1,C,PB,C,M,,,,,, +1123,Very Low,Australia,M,2,E,DA,N,2,1.0,6,m,PB,S,M,,,,,, +1124,High,USA,M,12,E,DBAP,N,15,1.0,6,c,PB,S,M,,,,,, +1125,Very Low,Spain,M,4,E,DA,N,5,3.0,2,c,PB,SR,M,,,,,, +1126,Low,USA,P,1,E,D,N,2,2.0,0,m,PB,S,F,,,,,, +1127,Low,UK,M,10,E,DA,N,10,1.0,0,C,PB,,M,,,,,, +1128,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +1129,Very High,USA,M,13,E,A,Y,1,1.0,0,m,PB,S,M,,,,,, +1130,Very Low,Spain,M,2,E,DBAG,N,2,1.0,1,C,PB,S,M,,,,,, +1131,Low,Belgium,M,25,IC,DBAG,N,25,2.0,0,m,PB,S,M,,,,,, +1132,Mid,UK,M,27,E,A,Y,13,1.0,3,c,NP,S,M,,,,,, +1133,Very Low,UK,M,2,E,AN,N,2,1.0,1,c,FG,SE,F,,,,,, +1134,Very Low,UK,M,2,E,AN,N,2,1.0,1,c,FG,SE,F,,,,,, +1135,High,USA,M,23,E,DA,N,25,5.0,0,C,PB,S,M,,,,,, +1136,Low,USA,M,5,EC,AN,N,5,2.0,0,c,PB,S,M,,,,,, +1137,Very Low,Sweden,M,5,E,DT,N,5,2.0,2,c,PB,SR,M,,,,,, +1138,Very Low,Poland,M,7,E,DBAD,N,10,2.0,1,c,PB,S,M,,,,,, +1139,Low,Brazil,M,10,EC,DBAG,N,10,3.0,0,T,PB,,M,,,,,, +1140,Very Low,Brazil,M,7,E,DBAG,N,7,3.0,4,m,PB,SR,M,,,,,, +1141,Mid,Sweden,M,12,E,DBAP,N,0,2.0,5,m,PB,S,M,,,,,, +1142,Very Low,USA,M,1,E,DBAG,N,1,1.0,0,c,PB,SE,F,,,,,, +1143,Very Low,UK,M,15,E,DA,N,10,2.0,0,t,PB,S,M,,,,,, +1144,Very High,USA,M,22,E,A,N,10,3.0,1,m,E,S,M,,,,,, +1145,Mid,USA,M,1,E,DBAG,N,1,2.0,0,c,LG,S,M,,,,,, +1146,Very Low,Bulgaria,M,3,E,DBAG,N,3,3.0,1,m,PB,,M,,,,,, +1147,Very Low,Romania,M,15,E,DBAD,Y,3,1.0,0,m,PB,S,M,,,,,, +1148,Very Low,Brazil,M,10,E,DA,N,7,3.0,4,C,PB,S,M,,,,,, +1149,Low,UK,M,19,E,DBAP,N,19,3.0,1,m,SG,S,M,,,,,, +1150,Very Low,USA,M,1,E,AN,N,2,2.0,1,C,PB,,M,,,,,, +1151,Very Low,Spain,M,5,E,DBAG,N,5,3.0,4,c,PB,S,M,,,,,, +1152,Very Low,UK,M,4,E,DT,N,4,1.0,3,C,LG,S,F,,,,,, +1153,Low,USA,M,6,E,DBAD,N,2,1.0,4,m,PB,S,M,,,,,, +1154,Very High,USA,,2,E,M,Y,3,2.0,4,m,PB,,M,,,,,, +1155,Low,USA,M,5,E,DBAG,N,3,2.0,2,C,PB,,M,,,,,, +1156,Very Low,Canada,M,7,E,AN,N,7,2.0,0,C,PB,S,M,,,,,, +1157,Very Low,Poland,,1,E,,N,21,2.0,0,m,PB,SE,M,,,,,, +1158,Very High,USA,M,15,E,M,Y,8,2.0,2,m,PB,SE,M,,,,,, +1159,Very High,USA,M,22,E,DT,N,19,4.0,0,m,PB,S,M,,,,,, +1160,Very Low,India,M,7,E,DBAG,N,6,3.0,2,m,PB,C,M,,,,,, +1161,Very High,USA,M,23,E,DBAG,N,21,5.0,1,m,PB,,M,,,,,, +1162,Very High,UK,M,20,IC,DBAP,N,3,5.0,0,C,PB,S,M,,,,,, +1163,Very High,USA,A,2,EC,DBAD,N,25,4.0,0,c,FG,S,M,,,,,, +1164,Very Low,Sweden,M,5,E,DT,N,5,2.0,2,m,PB,,M,,,,,, +1165,Very Low,UK,M,2,E,D,N,1,1.0,1,c,FG,S,M,,,,,, +1166,Very High,USA,M,20,E,DBAG,Y,7,3.0,1,c,PB,S,M,,,,,, +1167,Mid,USA,M,5,E,DBAP,N,9,1.0,1,c,E,S,F,,,,,, +1168,High,Sweden,A,2,E,DBAD,N,20,1.0,1,m,PB,S,M,,,,,, +1169,Very Low,USA,M,5,E,D,N,2,1.0,6,c,PB,S,M,,,,,, +1170,Mid,USA,M,5,E,DT,N,5,1.0,3,c,PB,SR,F,,,,,, +1171,Very High,USA,M,14,E,M,Y,1,4.0,0,C,PB,,M,,,,,, +1172,Low,UK,M,3,E,DBAG,N,3,2.0,0,m,PB,S,M,,,,,, +1173,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +1174,High,USA,M,20,E,DBAP,N,20,1.0,2,m,LG,S,M,,,,,, +1175,Very Low,South-Africa,M,4,E,DBAP,N,4,1.0,1,m,PB,,M,,,,,, +1176,Very Low,Brazil,M,3,EC,DBAP,N,2,2.0,2,c,PB,,,,,,,, +1177,High,USA,M,18,E,DBAP,N,11,4.0,3,C,PB,S,M,,,,,, +1178,Mid,USA,M,14,E,D,N,14,1.0,2,m,PB,S,M,,,,,, +1179,Mid,USA,M,3,E,DBAD,N,3,1.0,5,m,PB,S,M,,,,,, +1180,Low,USA,M,10,E,,N,15,2.0,1,c,PB,S,F,,,,,, +1181,High,USA,M,20,E,DBAG,N,15,1.0,0,m,PB,S,M,,,,,, +1182,Low,USA,M,11,E,DT,N,11,3.0,0,m,E,S,M,,,,,, +1183,Very Low,Indonesia,M,12,IC,DA,N,12,4.0,2,m,PB,S,M,,,,,, +1184,High,USA,M,7,E,DBAG,N,7,4.0,4,m,PB,S,M,,,,,, +1185,Mid,USA,M,9,E,DT,N,7,3.0,1,t,PB,,M,,,,,, +1186,Mid,Finland,M,10,E,E,N,3,1.0,1,C,PB,SR,M,,,,,, +1187,Mid,USA,M,3,E,E,N,5,2.0,3,C,PB,,M,,,,,, +1188,Very Low,Brazil,M,10,E,DBAG,N,10,4.0,6,m,PB,S,M,,,,,, +1189,Very High,USA,,4,E,E,N,3,1.0,1,c,NP,,M,,,,,, +1190,Very High,USA,M,10,E,M,Y,3,4.0,6,m,PB,SE,M,,,,,, +1191,Very Low,Brazil,M,3,E,DBAG,N,3,1.0,1,T,PB,S,M,,,,,, +1192,Very Low,Spain,M,10,E,DBAD,N,6,3.0,0,C,PB,S,M,,,,,, +1193,High,USA,M,9,E,DBAG,N,9,3.0,0,m,FG,S,F,,,,,, +1194,Very High,USA,A,2,E,A,N,20,3.0,3,C,PB,SR,M,,,,,, +1195,Mid,USA,M,8,E,DBAP,N,5,2.0,4,T,PB,,M,,,,,, +1196,Very Low,UK,M,12,E,DBAP,N,2,6.0,2,c,PB,S,M,,,,,, +1197,Low,South-Africa,M,15,E,DT,N,11,2.0,0,c,PB,S,M,,,,,, +1198,Very High,USA,M,6,E,A,N,2,1.0,2,c,PB,C,F,,,,,, +1199,Very High,USA,M,10,E,DBAG,N,10,1.0,5,C,PB,S,M,,,,,, +1200,Mid,USA,M,9,E,DBAP,N,9,3.0,6,C,PB,S,M,,,,,, +1201,Very High,USA,M,20,E,DA,N,20,6.0,6,m,PB,SE,M,,,,,, +1202,Low,Indonesia,RDS,2,E,,N,20,2.0,6,m,PB,S,M,,,,,, +1203,Low,UK,M,11,E,E,Y,1,2.0,4,c,PB,SR,M,,,,,, +1204,Very Low,Slovenia,M,12,IC,DA,N,15,3.0,6,c,PB,SR,M,,,,,, +1205,Very Low,Argentina,M,7,E,DBAP,N,2,1.0,0,m,PB,C,M,,,,,, +1206,Mid,USA,M,1,E,DBAG,N,6,3.0,6,m,PB,S,M,,,,,, +1207,Very Low,PuertoRico,M,2,E,D,N,4,2.0,6,C,PB,S,M,,,,,, +1208,Very High,USA,M,20,E,DBAG,Y,20,3.0,2,C,PB,S,M,,,,,, +1209,Very High,USA,A,3,E,E,N,10,3.0,0,m,PB,S,M,,,,,, +1210,Very Low,USA,MA,5,E,DA,N,25,3.0,1,T,PB,S,M,,,,,, +1211,Very Low,Canada,M,7,E,DBAD,N,3,1.0,0,m,PB,S,F,,,,,, +1212,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +1213,Very Low,USA,M,21,E,AN,N,9,4.0,0,T,PB,SE,M,,,,,, +1214,Very Low,Indonesia,M,12,E,DBAP,Y,3,2.0,0,C,PB,SE,M,,,,,, +1215,Very High,USA,M,10,E,DBAG,Y,25,4.0,0,c,PB,S,M,,,,,, +1216,High,USA,M,20,EC,DBAD,N,6,2.0,0,C,PB,S,M,,,,,, +1217,High,USA,M,13,E,E,Y,5,2.0,0,t,PB,S,M,,,,,, +1218,Very High,USA,M,20,E,M,Y,10,2.0,0,C,PB,S,M,,,,,, +1219,High,USA,M,10,E,D,N,25,5.0,3,m,PB,S,M,,,,,, +1220,Mid,USA,M,15,E,DBAG,N,15,3.0,0,c,SG,SR,M,,,,,, +1221,Mid,USA,M,2,E,E,N,2,2.0,0,C,PB,S,M,,,,,, +1222,High,USA,M,15,E,D,Y,22,4.0,3,m,PB,S,M,,,,,, +1223,Very Low,Ukraine,M,5,E,DBAP,N,5,5.0,0,m,PB,S,NB,,,,,, +1224,Low,USA,M,3,E,DBAG,N,1,1.0,0,C,PB,S,M,,,,,, +1225,Low,Canada,M,14,E,DBAG,N,14,2.0,2,C,E,SE,M,,,,,, +1226,Low,UK,M,20,EC,DBAP,N,20,3.0,4,C,PB,S,M,,,,,, +1227,Low,USA,M,3,E,DA,N,3,1.0,0,t,E,SR,M,,,,,, +1228,Very High,USA,M,18,E,DBAG,N,13,2.0,1,C,PB,S,M,,,,,, +1229,Very High,USA,M,22,E,A,N,10,3.0,1,c,NP,S,M,,,,,, +1230,High,USA,M,6,E,DBAG,N,6,2.0,0,C,PB,S,M,,,,,, +1231,Very Low,UK,M,20,E,DT,N,10,2.0,1,C,PB,,M,,,,,, +1232,Low,USA,A,1,E,E,N,1,2.0,0,m,PB,SR,M,,,,,, +1233,Very Low,Brazil,O,10,E,AN,N,16,1.0,0,C,E,S,M,,,,,, +1234,Mid,USA,,2,E,DBAG,N,2,1.0,3,m,PB,SE,M,,,,,, +1235,Very High,USA,M,15,E,A,N,7,3.0,1,m,PB,S,M,,,,,, +1236,Low,Canada,M,20,E,DBAP,N,20,2.0,2,m,PB,S,M,,,,,, +1237,Very High,USA,M,15,E,M,Y,31,4.0,0,m,PB,SR,M,,,,,, +1238,Very High,USA,M,10,E,A,Y,11,1.0,0,m,PB,C,M,,,,,, +1239,High,USA,M,15,E,DBAG,N,1,3.0,1,T,PB,S,M,,,,,, +1240,High,USA,M,16,E,DBAP,N,14,6.0,6,C,PB,S,M,,,,,, +1241,Low,Norway,M,8,EC,E,Y,8,2.0,6,c,PB,S,M,,,,,, +1242,Low,Norway,M,8,EC,E,Y,8,2.0,6,c,PB,S,M,,,,,, +1243,Mid,USA,M,20,E,D,N,12,1.0,2,t,E,S,F,,,,,, +1244,Low,USA,M,5,E,DBAP,N,5,1.0,0,c,PB,S,M,,,,,, +1245,Very High,USA,M,15,E,DBAG,N,8,3.0,6,m,PB,S,M,,,,,, +1246,High,USA,M,12,E,DT,N,13,1.0,0,m,E,S,M,,,,,, +1247,Very High,USA,M,20,E,DT,N,20,3.0,3,m,PB,SR,M,,,,,, +1248,Low,USA,M,5,E,D,N,5,2.0,0,C,NP,S,F,,,,,, +1249,High,USA,M,20,E,DBAG,N,4,5.0,0,C,PB,S,M,,,,,, +1250,Mid,USA,M,1,EC,DBAD,N,7,2.0,1,C,PB,SR,M,,,,,, +1251,Very High,USA,M,22,E,A,N,25,6.0,0,m,PB,S,M,,,,,, +1252,Very High,Luxembourg,M,20,E,E,Y,2,3.0,1,c,PB,S,M,,,,,, +1253,High,USA,M,20,E,DBAP,N,23,2.0,1,T,SG,S,M,,,,,, +1254,Very High,USA,M,20,E,DBAG,N,10,4.0,0,c,PB,S,M,,,,,, +1255,Very Low,Colombia,M,5,EC,DA,N,5,2.0,6,c,PB,SR,,,,,,, +1256,Very Low,Brazil,M,14,E,AN,N,14,2.0,6,C,LG,C,M,,,,,, +1257,Mid,USA,M,10,E,E,N,2,2.0,4,T,PB,S,M,,,,,, +1258,Very High,USA,M,11,E,DBAP,Y,7,1.0,4,C,PB,SE,M,,,,,, +1259,High,USA,M,25,E,DT,N,25,2.0,0,T,PB,S,M,,,,,, +1260,Very High,USA,M,20,E,A,Y,23,1.0,1,C,PB,S,M,,,,,, +1261,Very Low,Chile,M,22,EC,DA,N,23,2.0,1,m,NP,S,M,,,,,, +1262,Very High,USA,M,15,E,E,N,1,4.0,1,c,PB,SE,M,,,,,, +1263,Low,USA,M,1,E,DBAP,N,1,1.0,0,C,NP,S,M,,,,,, +1264,High,USA,M,12,E,AN,Y,5,5.0,2,c,PB,S,F,,,,,, +1265,High,USA,M,15,E,D,N,15,4.0,1,c,PB,S,M,,,,,, +1266,Very High,USA,M,13,E,DBAP,N,12,5.0,0,m,PB,S,M,,,,,, +1267,Low,Canada,M,20,E,A,Y,20,2.0,1,m,PB,S,M,,,,,, +1268,Mid,Netherlands,M,25,E,DBAG,N,25,1.0,2,C,PB,SE,M,,,,,, +1269,Very Low,USA,M,2,E,D,N,2,1.0,1,C,PB,S,F,,,,,, +1270,High,USA,M,6,E,DBAG,N,4,1.0,0,c,PB,S,M,,,,,, +1271,High,USA,M,9,E,DBAP,N,9,1.0,1,m,PB,S,M,,,,,, +1272,Mid,Netherlands,A,6,IC,D,N,7,2.0,2,m,PB,S,M,,,,,, +1273,Very High,USA,M,14,E,M,Y,30,2.0,0,m,PB,S,M,,,,,, +1274,Very High,USA,M,8,E,AN,Y,4,2.0,2,m,PB,S,M,,,,,, +1275,High,USA,M,10,E,DBAD,N,4,1.0,1,c,PB,S,F,,,,,, +1276,Very High,USA,M,19,E,A,N,20,2.0,4,m,SG,,,,,,,, +1277,Very High,USA,A,5,E,M,Y,10,1.0,1,m,PB,S,M,,,,,, +1278,Very High,USA,M,22,E,DT,Y,12,3.0,1,C,PB,S,M,,,,,, +1279,High,USA,M,15,E,DA,N,17,3.0,3,T,PB,S,M,,,,,, +1280,Low,USA,M,15,E,M,Y,20,1.0,1,C,PB,C,M,,,,,, +1281,Very High,USA,M,7,E,DT,N,7,1.0,6,c,PB,S,M,,,,,, +1282,Low,UK,M,15,E,DBAG,N,12,5.0,6,c,PB,S,M,,,,,, +1283,Very High,USA,M,20,E,DBAG,Y,13,2.0,3,m,PB,S,M,,,,,, +1284,Low,Netherlands,M,10,E,DA,N,32,2.0,1,C,PB,,M,,,,,, +1285,Very High,USA,M,23,E,A,N,7,3.0,6,C,PB,S,M,,,,,, +1286,Very High,USA,M,23,E,A,N,7,3.0,6,C,PB,S,M,,,,,, +1287,Low,UK,M,6,IC,A,N,1,1.0,0,c,LG,C,M,,,,,, +1288,Very High,USA,M,25,E,A,Y,15,2.0,1,m,PB,S,M,,,,,, +1289,High,USA,M,12,E,DBAG,Y,11,1.0,0,m,PB,SR,M,,,,,, +1290,High,USA,M,20,E,DBAG,N,20,6.0,3,m,PB,S,M,,,,,, +1291,Very Low,Indonesia,M,10,E,M,Y,10,2.0,0,m,PB,C,F,,,,,, +1292,High,USA,M,12,E,E,N,8,1.0,1,T,PB,C,M,,,,,, +1293,High,Australia,M,15,E,M,Y,5,2.0,6,m,PB,S,M,,,,,, +1294,Very Low,Canada,M,7,E,DA,Y,5,1.0,1,m,PB,S,M,,,,,, +1295,Very High,Australia,M,3,E,M,Y,1,1.0,0,m,PB,S,M,,,,,, +1296,Very High,USA,A,3,E,E,N,15,3.0,6,m,PB,C,M,,,,,, +1297,Very High,USA,M,20,IC,A,Y,25,3.0,0,m,PB,S,M,,,,,, +1298,High,USA,M,10,E,A,N,5,1.0,0,c,PB,S,M,,,,,, +1299,Very High,Australia,M,20,IC,D,N,20,6.0,4,m,PB,S,M,,,,,, +1300,High,USA,M,10,E,DT,N,5,2.0,3,C,PB,SE,M,,,,,, +1301,Mid,USA,M,11,E,DBAP,Y,3,5.0,1,C,PB,S,M,,,,,, +1302,High,Romania,M,14,EC,DBAG,N,1,6.0,0,C,PB,S,M,,,,,, +1303,Very High,USA,M,20,E,DA,Y,20,3.0,6,t,PB,S,M,,,,,, +1304,Low,UK,M,11,E,D,N,11,4.0,3,c,PB,S,M,,,,,, +1305,Low,UK,M,15,E,DBAD,Y,7,5.0,0,m,PB,,M,,,,,, +1306,Very Low,USA,P,7,E,DT,N,17,1.0,5,c,PB,S,M,,,,,, +1307,Very High,Switzerland,O,15,IC,AN,Y,3,3.0,0,C,PB,SE,M,,,,,, +1308,Mid,Iceland,M,25,E,A,N,15,3.0,6,c,PB,S,M,,,,,, +1309,High,USA,M,12,EC,DBAD,N,24,6.0,3,m,PB,S,M,,,,,, +1310,Very Low,UK,M,25,E,D,N,4,3.0,6,c,PB,S,M,,,,,, +1311,Low,UK,M,8,E,DBAG,N,8,2.0,0,C,PB,S,M,,,,,, +1312,High,USA,M,15,E,DA,Y,10,4.0,2,c,PB,SE,M,,,,,, +1313,Very High,USA,M,22,E,A,Y,15,5.0,0,C,PB,S,M,,,,,, +1314,Very Low,Macedonia,M,14,E,DBAD,N,14,5.0,4,c,PB,S,M,,,,,, +1315,High,USA,M,17,E,M,Y,15,4.0,0,m,PB,S,F,,,,,, +1316,Low,USA,M,3,E,DBAD,N,3,1.0,0,C,PB,SR,M,,,,,, +1317,Mid,USA,A,2,EC,E,N,8,4.0,4,C,PB,SE,M,,,,,, +1318,Very Low,India,M,10,E,DBAD,N,1,3.0,1,C,PB,SR,M,,,,,, +1319,Very Low,Brazil,M,5,E,DT,Y,5,1.0,3,m,PB,SR,M,,,,,, +1320,Low,UK,M,17,E,DT,Y,30,1.0,3,m,SG,,M,,,,,, +1321,Very Low,Turkey,P,2,E,DBAG,N,2,1.0,6,m,PB,,M,,,,,, +1322,Mid,USA,M,10,E,E,N,3,3.0,6,m,PB,SE,M,,,,,, +1323,Very High,USA,A,25,E,A,Y,25,5.0,2,m,PB,S,M,,,,,, +1324,Mid,USA,M,7,E,DBAP,N,4,2.0,6,m,PB,,M,,,,,, +1325,High,USA,M,10,E,DBAD,N,10,1.0,3,m,PB,S,M,,,,,, +1326,Mid,USA,M,25,E,DBAG,N,5,1.0,0,c,PB,S,M,,,,,, +1327,Low,Poland,M,14,E,DBAG,N,10,4.0,3,m,PB,C,M,,,,,, +1328,High,UK,M,19,EC,A,N,6,1.0,1,m,PB,C,M,,,,,, +1329,Mid,USA,M,8,E,DBAG,Y,6,2.0,1,C,PB,SE,NB,,,,,, +1330,Very Low,USA,M,20,E,DBAG,N,20,3.0,3,c,PB,S,M,,,,,, +1331,High,USA,M,9,E,DBAD,N,1,5.0,2,c,PB,SR,M,,,,,, +1332,Mid,USA,M,4,E,DBAG,N,4,2.0,3,m,NP,S,M,,,,,, +1333,Very High,Australia,M,15,IC,M,Y,4,1.0,0,m,FG,C,M,,,,,, +1334,High,USA,M,20,E,DT,N,20,2.0,0,C,PB,SR,M,,,,,, +1335,High,USA,M,12,E,DBAP,N,12,4.0,0,c,PB,SR,M,,,,,, +1336,Very Low,India,M,9,E,A,Y,9,1.0,0,m,PB,C,M,,,,,, +1337,High,USA,M,20,E,DBAP,Y,15,2.0,5,C,PB,S,F,,,,,, +1338,Very Low,India,M,13,E,M,Y,2,1.0,0,C,PB,,M,,,,,, +1339,Low,USA,M,3,E,DT,N,3,2.0,3,C,PB,,F,,,,,, +1340,Mid,Singapore,M,13,E,DBAG,N,2,6.0,2,m,PB,S,M,,,,,, +1341,High,USA,M,15,E,DBAG,N,2,5.0,0,m,NP,S,M,,,,,, +1342,Very High,USA,M,25,E,D,N,18,4.0,3,m,PB,S,M,,,,,, +1343,Very Low,Brazil,M,13,E,DBAG,Y,20,1.0,3,C,PB,,M,,,,,, +1344,High,USA,M,16,E,DBAD,N,16,2.0,6,C,PB,S,M,,,,,, +1345,Mid,USA,M,8,E,DBAP,N,8,1.0,1,C,PB,SE,M,,,,,, +1346,Mid,USA,M,8,EC,DBAG,Y,1,1.0,3,c,FG,S,M,,,,,, +1347,Very High,USA,M,6,E,DBAG,N,6,2.0,3,C,PB,S,F,,,,,, +1348,High,USA,M,10,E,DBAP,N,7,3.0,6,m,PB,S,M,,,,,, +1349,High,USA,M,6,E,DBAP,N,6,2.0,6,C,PB,,M,,,,,, +1350,Low,UK,M,15,E,DA,N,15,2.0,1,c,PB,S,M,,,,,, +1351,High,USA,M,10,E,DBAG,N,10,3.0,1,m,PB,SR,M,,,,,, +1352,Very Low,Portugal,M,13,E,DBAG,N,13,5.0,2,C,LG,SR,M,,,,,, +1353,High,USA,M,10,E,DBAP,N,7,3.0,6,m,PB,S,M,,,,,, +1354,Mid,Netherlands,M,14,P,DBAP,N,10,5.0,1,C,PB,S,F,,,,,, +1355,Very High,USA,M,20,E,DBAG,N,5,2.0,0,C,PB,S,M,,,,,, +1356,Very Low,France,M,20,E,E,N,15,2.0,2,c,PB,SE,M,,,,,, +1357,Very Low,Poland,M,2,E,AN,N,2,1.0,1,m,PB,S,M,,,,,, +1358,Very High,USA,M,5,E,DBAD,N,2,3.0,3,t,PB,SR,M,,,,,, +1359,High,USA,M,20,E,DBAP,N,20,3.0,0,m,PB,SE,M,,,,,, +1360,High,USA,MS,5,E,DA,Y,23,2.0,2,T,PB,S,M,,,,,, +1361,High,USA,M,4,E,E,N,4,2.0,3,T,FG,S,M,,,,,, +1362,Very Low,USA,M,6,E,DBAG,N,6,2.0,3,T,NP,S,M,,,,,, +1363,Low,Canada,M,15,E,A,N,15,3.0,6,C,LG,SE,M,,,,,, +1364,Very Low,Spain,M,20,E,DBAG,N,10,6.0,2,m,PB,,M,,,,,, +1365,Low,Norway,M,3,EC,DBAG,N,3,1.0,6,C,PB,S,M,,,,,, +1366,Low,Sweden,M,20,EC,DBAP,N,10,1.0,5,C,PB,S,M,,,,,, +1367,Very Low,Spain,M,5,E,DA,Y,5,1.0,0,T,PB,S,M,,,,,, +1368,Mid,PuertoRico,M,20,E,DBAP,N,10,6.0,5,C,PB,S,F,,,,,, +1369,Very Low,Sweden,M,3,E,DT,N,6,1.0,1,T,PB,S,M,,,,,, +1370,Very Low,UK,M,2,E,DBAP,N,2,1.0,0,m,PB,S,M,,,,,, +1371,Mid,Netherlands,M,21,E,DBAG,N,1,6.0,1,c,LG,SE,M,,,,,, +1372,Very Low,UK,M,3,E,DT,N,1,1.0,6,m,PB,SE,M,,,,,, +1373,Very High,USA,M,23,E,DBAD,N,23,6.0,0,m,PB,S,M,,,,,, +1374,Low,Jersey,M,13,E,AN,N,10,3.0,5,T,PB,S,M,,,,,, +1375,Very Low,Spain,M,8,E,DBAG,N,3,2.0,1,m,PB,S,M,,,,,, +1376,Very Low,UK,M,16,E,D,N,14,1.0,0,C,FG,SE,M,,,,,, +1377,Very High,USA,M,22,IC,DBAG,N,22,6.0,0,T,PB,S,M,,,,,, +1378,Very Low,Latvia,M,10,E,DT,Y,10,2.0,0,C,PB,S,M,,,,,, +1379,Very High,USA,M,7,E,A,Y,12,1.0,2,C,PB,S,M,,,,,, +1380,High,USA,M,11,E,DBAG,N,11,3.0,1,T,NP,S,,,,,,, +1381,Very High,USA,M,8,E,M,Y,7,2.0,3,m,PB,SR,M,,,,,, +1382,Very High,USA,M,10,E,DBAG,N,10,3.0,0,C,PB,SE,F,,,,,, +1383,Very High,USA,M,11,EC,DBAP,N,3,3.0,1,C,FG,S,M,,,,,, +1384,Very High,USA,M,18,E,DBAP,Y,5,3.0,0,T,PB,S,M,,,,,, +1385,Very High,USA,M,10,E,DT,N,10,3.0,2,C,PB,S,F,,,,,, +1386,High,USA,M,20,E,DBAG,Y,17,6.0,3,C,FG,S,M,,,,,, +1387,Mid,USA,M,2,E,DBAP,N,2,1.0,5,m,PB,S,M,,,,,, +1388,Very High,USA,M,25,E,DBAG,N,12,2.0,0,C,PB,S,M,,,,,, +1389,Mid,USA,M,15,E,E,N,3,4.0,2,c,PB,S,M,,,,,, +1390,Low,Canada,M,12,E,DBAG,N,20,3.0,2,C,SG,S,M,,,,,, +1391,High,USA,M,10,E,D,N,10,1.0,6,c,E,SR,M,,,,,, +1392,Very Low,CzechRepublic,M,15,E,DBAG,N,2,3.0,6,m,PB,S,M,,,,,, +1393,Mid,USA,M,10,E,D,N,4,2.0,0,C,PB,S,M,,,,,, +1394,Very High,USA,M,23,E,DBAG,N,20,6.0,0,m,PB,S,M,,,,,, +1395,Very High,USA,M,22,E,A,N,10,1.0,0,C,PB,S,M,,,,,, +1396,High,USA,M,10,EC,DT,N,8,3.0,5,c,E,S,M,,,,,, +1397,High,USA,M,12,E,E,N,9,5.0,3,m,PB,S,M,,,,,, +1398,High,USA,M,30,E,DBAG,N,25,6.0,6,m,PB,,M,,,,,, +1399,Mid,USA,M,5,EC,D,N,4,2.0,0,T,SG,SR,M,,,,,, +1400,Very High,USA,M,20,E,A,Y,12,3.0,0,m,PB,S,M,,,,,, +1401,High,USA,M,8,E,DT,Y,8,4.0,1,T,PB,SR,F,,,,,, +1402,High,USA,O,20,E,DBAG,N,20,3.0,1,C,FG,S,M,,,,,, +1403,Mid,USA,M,20,IC,DA,N,20,2.0,0,c,PB,S,M,,,,,, +1404,Low,UK,M,10,E,D,N,8,3.0,6,C,PB,S,M,,,,,, +1405,Low,USA,M,5,E,DA,Y,6,3.0,1,m,NP,S,M,,,,,, +1406,Very Low,PuertoRico,M,5,E,D,Y,5,1.0,0,T,PB,S,M,,,,,, +1407,Mid,Canada,M,15,E,D,Y,15,6.0,3,m,PB,C,M,,,,,, +1408,Mid,USA,M,18,E,M,Y,5,1.0,0,T,SG,S,M,,,,,, +1409,High,Canada,O,15,E,DBAG,N,10,3.0,0,m,PB,S,M,,,,,, +1410,Very Low,Ukraine,M,8,E,DBAG,N,8,1.0,0,m,PB,S,M,,,,,, +1411,Very High,USA,M,14,E,DBAP,N,8,2.0,6,m,PB,SE,M,,,,,, +1412,Very High,USA,M,30,E,A,Y,15,4.0,1,C,PB,S,M,,,,,, +1413,Low,USA,M,2,E,AN,N,1,2.0,1,m,PB,C,M,,,,,, +1414,High,USA,A,14,E,E,N,9,2.0,4,m,PB,S,M,,,,,, +1415,Mid,USA,M,10,E,DBAG,N,10,1.0,4,c,PB,S,M,,,,,, +1416,High,USA,M,15,E,E,N,8,4.0,0,C,PB,S,F,,,,,, +1417,Very High,USA,M,20,E,DBAP,N,30,6.0,4,m,PB,S,M,,,,,, +1418,Mid,Australia,M,8,P,D,Y,9,2.0,3,c,PB,S,M,,,,,, +1419,Mid,USA,M,3,E,D,N,1,1.0,3,m,PB,S,F,,,,,, +1420,Very High,USA,M,18,E,DBAP,N,5,1.0,1,m,PB,S,M,,,,,, +1421,Very High,USA,M,25,E,M,Y,17,3.0,0,C,PB,SE,M,,,,,, +1422,Mid,USA,P,1,E,DS,N,4,2.0,1,C,NP,S,M,,,,,, +1423,Very Low,India,M,7,EC,E,N,7,5.0,0,m,PB,C,M,,,,,, +1424,High,USA,M,22,E,DBAG,N,22,2.0,6,m,PB,S,M,,,,,, +1425,Very High,Australia,M,28,IC,,Y,33,2.0,0,T,PB,S,M,,,,,, +1426,Very High,USA,M,20,E,A,N,10,4.0,6,m,PB,SE,M,,,,,, +1427,Very High,USA,M,14,E,M,Y,1,1.0,0,C,PB,S,M,,,,,, +1428,High,Germany,M,20,E,A,N,1,1.0,2,m,NP,S,M,,,,,, +1429,Low,UK,M,5,E,DBAG,N,2,1.0,2,C,PB,S,M,,,,,, +1430,Mid,Norway,M,3,E,DT,N,3,1.0,3,C,PB,S,M,,,,,, +1431,Low,Sweden,M,20,E,DT,N,35,6.0,3,C,SG,S,F,,,,,, +1432,Mid,Norway,M,8,E,DBAG,N,8,2.0,6,C,PB,,M,,,,,, +1433,Very Low,India,M,7,EC,DBAP,N,7,4.0,2,t,SG,SR,M,,,,,, +1434,Very Low,UK,M,10,E,DBAG,N,5,1.0,1,m,PB,S,M,,,,,, +1435,Very Low,Bosnia,M,25,IC,DBAG,N,6,3.0,0,C,PB,S,M,,,,,, +1436,Low,UK,A,12,E,E,N,2,4.0,3,T,PB,S,M,,,,,, +1437,Low,Norway,M,8,E,E,N,14,2.0,5,c,FG,S,M,,,,,, +1438,Low,Lithuania,M,4,E,DT,Y,4,1.0,0,C,PB,,M,,,,,, +1439,Low,UK,M,12,E,DBAP,N,8,4.0,6,T,PB,S,M,,,,,, +1440,High,USA,M,9,E,M,Y,11,3.0,6,C,PB,S,F,,,,,, +1441,Very High,USA,M,23,E,DBAP,N,20,2.0,3,C,PB,S,M,,,,,, +1442,High,USA,M,12,E,E,N,25,2.0,4,C,PB,S,F,,,,,, +1443,Very Low,CostaRica,M,6,E,DBAG,N,6,4.0,0,t,PB,S,,,,,,, +1444,Very High,USA,M,8,E,M,Y,4,1.0,0,c,PB,S,M,,,,,, +1445,Very Low,Belgium,M,10,EC,D,N,10,1.0,0,C,PB,C,M,,,,,, +1446,Very Low,UK,M,12,E,DBAG,N,12,2.0,1,T,LG,,M,,,,,, +1447,Very High,USA,M,20,IC,A,Y,5,6.0,0,c,PB,,M,,,,,, +1448,Mid,USA,M,6,E,A,Y,8,2.0,0,m,PB,S,M,,,,,, +1449,Very High,USA,M,10,EC,D,N,6,4.0,6,m,PB,C,M,,,,,, +1450,High,USA,M,10,E,D,Y,6,3.0,1,m,NP,SE,M,,,,,, +1451,Very Low,India,M,1,E,DT,N,1,1.0,1,c,PB,SR,M,,,,,, +1452,Very Low,Sweden,M,12,E,DA,N,12,1.0,2,C,PB,S,M,,,,,, +1453,Very High,USA,M,20,IC,DA,N,5,5.0,0,m,PB,S,M,,,,,, +1454,Very Low,CostaRica,M,3,E,D,N,3,2.0,1,C,PB,SR,M,,,,,, +1455,High,USA,M,6,E,M,Y,5,1.0,0,m,PB,SE,M,,,,,, +1456,High,USA,M,9,E,DBAG,N,5,3.0,0,C,PB,S,M,,,,,, +1457,High,USA,M,8,E,DBAG,N,8,2.0,0,T,PB,S,M,,,,,, +1458,Low,USA,O,15,E,DA,N,22,2.0,1,c,E,S,M,,,,,, +1459,High,Ireland,M,13,E,AN,Y,5,1.0,6,m,FG,S,M,,,,,, +1460,Very High,UK,M,21,IC,DBAG,N,21,6.0,0,m,PB,S,M,,,,,, +1461,Very High,USA,M,20,E,M,Y,15,2.0,6,m,PB,S,M,,,,,, +1462,Very High,USA,M,20,EC,DBAG,N,20,5.0,6,m,PB,C,F,,,,,, +1463,Mid,Sweden,M,17,EC,DBAP,N,20,3.0,1,c,PB,S,M,,,,,, +1464,Mid,USA,M,15,E,DBAP,N,15,2.0,1,m,E,S,M,,,,,, +1465,Low,UK,M,15,E,A,Y,1,3.0,0,C,SG,S,M,,,,,, +1466,Low,Sweden,M,13,E,DBAP,N,13,6.0,3,m,FG,C,M,,,,,, +1467,Mid,USA,M,10,E,E,N,2,2.0,3,t,PB,,F,,,,,, +1468,Very High,USA,M,18,E,DT,Y,7,2.0,0,m,PB,SR,M,,,,,, +1469,Low,USA,M,14,E,DBAG,N,14,3.0,2,c,SG,S,M,,,,,, +1470,Very Low,Romania,M,8,E,DBAG,N,8,2.0,0,m,PB,C,M,,,,,, +1471,Very Low,Canada,M,2,E,DBAP,N,2,1.0,0,c,PB,S,M,,,,,, +1472,Very High,USA,M,20,E,E,N,27,1.0,6,c,PB,C,M,,,,,, +1473,High,USA,M,5,E,DBAG,Y,15,1.0,1,c,PB,S,M,,,,,, +1474,Low,USA,M,8,E,DT,N,6,2.0,1,m,PB,S,M,,,,,, +1475,High,USA,MS,4,E,M,Y,8,1.0,0,c,PB,SE,,,,,,, +1476,Very Low,UK,M,6,E,DBAG,N,3,1.0,0,c,LG,SR,M,,,,,, +1477,Mid,USA,M,8,E,DBAG,N,4,1.0,4,m,PB,S,M,,,,,, +1478,High,USA,M,7,E,DBAP,N,7,4.0,6,C,PB,SR,M,,,,,, +1479,High,USA,M,10,E,E,N,5,3.0,2,C,NP,S,M,,,,,, +1480,Low,Canada,M,18,E,DBAD,N,18,4.0,0,m,PB,S,M,,,,,, +1481,Very Low,Brazil,M,10,EC,DBAG,Y,10,5.0,6,C,PB,S,M,,,,,, +1482,Very High,USA,M,11,E,DBAG,N,8,3.0,0,m,PB,SR,M,,,,,, +1483,Very Low,France,P,1,E,E,N,3,3.0,4,C,PB,S,M,,,,,, +1484,Very High,USA,M,15,E,DBAP,N,15,4.0,1,t,PB,C,M,,,,,, +1485,Very Low,France,M,2,E,DBAP,N,2,1.0,1,c,PB,S,F,,,,,, +1486,Very High,USA,M,22,E,DBAG,N,18,1.0,2,C,PB,S,F,,,,,, +1487,High,USA,M,8,E,DBAP,N,8,3.0,2,C,PB,S,M,,,,,, +1488,Very Low,Canada,M,8,E,DBAP,N,8,2.0,0,m,PB,SR,M,,,,,, +1489,Very Low,Sweden,M,3,E,DBAP,N,3,1.0,0,C,FG,S,M,,,,,, +1490,Very High,USA,M,20,E,DT,N,3,3.0,0,m,NP,C,M,,,,,, +1491,Very Low,USA,M,9,E,DBAG,N,7,2.0,2,C,PB,C,F,,,,,, +1492,High,USA,M,12,E,DBAP,N,12,3.0,5,m,PB,S,M,,,,,, +1493,High,USA,M,21,E,DBAG,N,20,4.0,3,C,PB,S,M,,,,,, +1494,Very Low,Mexico,M,6,E,DBAP,N,4,2.0,4,c,PB,SE,M,,,,,, +1495,Mid,Canada,M,20,E,DBAP,N,4,2.0,6,m,PB,S,M,,,,,, +1496,Low,USA,M,15,E,DBAP,N,9,1.0,0,c,PB,S,M,,,,,, +1497,Very High,USA,M,20,E,DBAP,N,30,6.0,4,m,PB,S,M,,,,,, +1498,Mid,USA,M,7,E,DT,N,6,3.0,4,C,PB,S,M,,,,,, +1499,High,USA,M,10,E,DBAG,Y,10,2.0,6,T,PB,SE,M,,,,,, +1500,High,Australia,M,20,E,DBAP,Y,15,3.0,6,C,PB,S,M,,,,,, +1501,Very Low,USA,M,5,E,DBAG,N,5,2.0,1,C,PB,S,M,,,,,, +1502,Very Low,India,M,9,E,DBAP,Y,1,4.0,6,C,PB,SR,M,,,,,, +1503,Very High,USA,M,30,E,DBAG,Y,35,6.0,3,m,PB,S,M,,,,,, +1504,Mid,France,M,12,EC,DBAP,N,12,6.0,3,m,PB,SR,M,,,,,, +1505,Mid,Norway,M,1,E,DBAP,N,6,1.0,2,m,PB,S,M,,,,,, +1506,Very Low,Spain,P,10,E,DA,N,11,2.0,3,m,PB,S,M,,,,,, +1507,Very Low,Turkey,M,3,IC,DBAP,N,3,6.0,3,m,PB,S,M,,,,,, +1508,Mid,UK,M,15,E,DBAP,Y,4,1.0,1,C,PB,S,M,,,,,, +1509,Very High,USA,A,20,E,A,N,7,3.0,6,C,PB,S,M,,,,,, +1510,Very High,USA,M,23,EC,DBAG,N,23,5.0,6,C,FG,S,M,,,,,, +1511,Low,USA,M,10,E,DT,N,4,3.0,1,c,LG,SE,M,,,,,, +1512,Very Low,Mexico,M,6,E,DBAP,Y,1,2.0,4,C,PB,SE,M,,,,,, +1513,High,USA,M,9,E,D,N,9,1.0,3,T,PB,S,F,,,,,, +1514,Low,UK,M,12,E,DBAD,N,12,4.0,2,C,PB,S,M,,,,,, +1515,High,USA,DB2,9,E,DBAD,Y,25,1.0,0,c,E,S,M,,,,,, +1516,High,USA,M,8,E,AN,N,8,1.0,2,m,PB,S,M,,,,,, +1517,Mid,USA,M,2,E,AN,N,2,1.0,0,m,LG,S,,,,,,, +1518,Low,USA,M,3,E,DT,N,3,2.0,0,t,E,SE,M,,,,,, +1519,Mid,USA,M,10,E,DBAP,N,7,2.0,3,C,PB,S,M,,,,,, +1520,Very Low,UK,M,4,E,AN,N,4,2.0,6,T,PB,C,M,,,,,, +1521,Very Low,France,M,10,E,DBAG,Y,13,1.0,6,m,PB,SR,M,,,,,, +1522,Very High,USA,M,20,E,DBAP,Y,12,5.0,4,m,PB,SR,M,,,,,, +1523,Very Low,USA,M,2,E,DT,N,2,1.0,5,c,PB,,M,,,,,, +1524,High,USA,M,10,E,DBAP,N,10,2.0,0,m,PB,S,M,,,,,, +1525,High,USA,M,11,E,DBAG,Y,11,1.0,0,m,PB,S,M,,,,,, +1526,Very High,USA,M,10,E,M,Y,16,4.0,0,C,PB,S,M,,,,,, +1527,High,USA,M,7,E,DBAG,N,7,4.0,0,C,PB,C,M,,,,,, +1528,High,USA,M,20,E,DBAG,N,20,6.0,0,C,PB,C,M,,,,,, +1529,Very Low,Mexico,MS,1,EC,DS,N,0,1.0,4,m,PB,SR,M,,,,,, +1530,High,USA,M,24,E,DBAD,N,11,1.0,2,m,PB,S,M,,,,,, +1531,Very High,USA,O,7,EC,M,Y,7,2.0,4,m,PB,S,M,,,,,, +1532,High,USA,M,3,E,DBAG,N,10,2.0,0,c,PB,S,M,,,,,, +1533,Very Low,Russia,M,12,E,DBAG,N,10,2.0,0,m,PB,SR,M,,,,,, +1534,Mid,USA,M,6,E,DA,N,6,1.0,0,T,PB,S,M,,,,,, +1535,High,USA,M,15,E,DT,N,11,3.0,0,C,PB,S,,,,,,, +1536,High,USA,M,13,E,E,Y,1,2.0,2,m,PB,S,M,,,,,, +1537,Mid,USA,M,12,E,E,N,12,1.0,6,C,PB,S,M,,,,,, +1538,Very High,USA,M,21,E,DBAD,N,15,4.0,2,m,PB,S,M,,,,,, +1539,High,USA,M,16,E,A,N,2,1.0,1,c,PB,S,M,,,,,, +1540,Mid,USA,M,15,E,DT,N,5,2.0,0,C,PB,S,M,,,,,, +1541,Very High,USA,M,11,E,A,N,1,1.0,1,m,PB,S,F,,,,,, +1542,Very High,Switzerland,M,7,E,D,N,10,2.0,0,C,PB,SE,M,,,,,, +1543,Low,Sweden,M,11,IC,DT,N,8,3.0,1,C,PB,S,M,,,,,, +1544,Low,France,O,12,E,DBAP,N,11,3.0,1,m,PB,C,M,,,,,, +1545,Low,Sweden,M,7,E,DBAG,Y,7,2.0,2,c,PB,S,M,,,,,, +1546,Low,Canada,M,10,E,DBAG,N,5,1.0,0,m,PB,S,M,,,,,, +1547,Very High,Australia,M,12,E,DBAP,N,12,4.0,5,m,PB,S,M,,,,,, +1548,Very High,USA,M,14,E,DBAP,N,30,6.0,6,m,PB,S,M,,,,,, +1549,Low,USA,M,8,E,DA,N,10,1.0,6,c,NP,SE,M,,,,,, +1550,Low,Canada,M,5,E,DT,N,6,2.0,5,t,PB,SR,M,,,,,, +1551,Low,USA,M,2,E,AN,N,2,1.0,0,T,PB,,F,,,,,, +1552,High,USA,M,7,E,DBAG,N,7,2.0,0,c,PB,S,M,,,,,, +1553,Very High,USA,M,12,EC,A,N,7,3.0,0,m,PB,C,M,,,,,, +1554,Very High,USA,M,22,E,DBAP,N,1,6.0,6,C,PB,S,M,,,,,, +1555,Mid,USA,M,8,E,DA,N,4,4.0,2,c,PB,S,M,,,,,, +1556,High,USA,MS,9,E,E,N,20,3.0,0,c,PB,SR,M,,,,,, +1557,High,USA,M,5,E,M,Y,5,2.0,3,m,PB,,M,,,,,, +1558,Mid,USA,MA,25,E,DA,N,25,2.0,3,c,PB,S,F,,,,,, +1559,Mid,USA,M,20,E,DT,N,20,3.0,3,C,SG,S,M,,,,,, +1560,High,USA,M,5,E,DBAG,N,5,1.0,1,c,PB,S,M,,,,,, +1561,High,USA,M,12,E,DBAG,Y,6,1.0,1,C,PB,S,M,,,,,, +1562,Low,USA,M,4,E,AN,N,4,2.0,2,m,PB,C,M,,,,,, +1563,Mid,Austria,M,10,E,DBAG,N,25,3.0,5,c,PB,S,,,,,,, +1564,Very Low,Romania,M,8,EC,D,N,5,1.0,5,T,PB,C,M,,,,,, +1565,Very High,Ireland,M,10,E,DBAG,N,10,2.0,2,m,PB,S,M,,,,,, +1566,Very Low,Sweden,M,6,E,DA,N,6,2.0,2,t,PB,SR,M,,,,,, +1567,Low,Netherlands,A,1,E,DS,N,4,2.0,1,C,SG,S,F,,,,,, +1568,Mid,USA,M,2,E,DT,N,2,1.0,0,T,NP,SE,M,,,,,, +1569,Mid,USA,M,7,E,DBAP,N,7,1.0,0,c,PB,S,M,,,,,, +1570,Low,Sweden,M,15,E,DT,N,8,3.0,0,m,PB,S,M,,,,,, +1571,High,USA,M,9,E,DBAP,N,3,3.0,1,C,PB,S,M,,,,,, +1572,Very High,Australia,M,10,E,DBAG,N,7,3.0,2,c,PB,C,M,,,,,, +1573,High,USA,M,20,E,A,N,17,2.0,6,t,FG,S,M,,,,,, +1574,High,USA,M,20,E,A,N,17,2.0,6,t,FG,S,M,,,,,, +1575,High,USA,M,20,E,A,N,17,2.0,6,t,FG,S,M,,,,,, +1576,High,USA,M,20,E,DT,N,20,4.0,2,m,PB,S,M,,,,,, +1577,Mid,South-Africa,M,23,E,DT,N,23,5.0,2,m,PB,S,M,,,,,, +1578,Very High,USA,M,29,E,DA,N,31,6.0,2,T,PB,,M,,,,,, +1579,High,USA,M,13,E,DBAG,N,17,3.0,0,c,PB,S,M,,,,,, +1580,Very High,USA,M,20,E,A,N,15,1.0,4,m,PB,S,M,,,,,, +1581,High,USA,M,10,E,DBAD,N,10,1.0,3,m,PB,S,M,,,,,, +1582,Very High,USA,M,8,E,E,N,8,1.0,4,m,PB,,M,,,,,, +1583,Mid,USA,M,10,E,DBAP,N,10,1.0,6,T,PB,S,M,,,,,, +1584,Very Low,UK,M,4,E,DT,N,4,2.0,1,m,SG,S,M,,,,,, +1585,Mid,USA,M,22,E,E,N,1,1.0,0,T,NP,S,M,,,,,, +1586,High,USA,M,15,E,DBAD,N,20,4.0,1,c,PB,S,M,,,,,, +1587,Very High,USA,M,20,E,DS,Y,6,2.0,0,C,PB,SR,M,,,,,, +1588,Very Low,Latvia,M,1,E,DT,N,1,2.0,1,C,PB,S,M,,,,,, +1589,Very High,USA,M,18,E,DA,N,18,1.0,1,c,FG,S,M,,,,,, +1590,High,USA,M,6,E,M,Y,5,1.0,0,C,PB,S,M,,,,,, +1591,Very High,USA,M,11,E,DBAP,N,11,5.0,6,C,PB,S,M,,,,,, +1592,High,Germany,M,10,E,DBAP,N,10,1.0,1,m,PB,S,M,,,,,, +1593,High,USA,M,18,E,DT,N,16,3.0,5,T,PB,,M,,,,,, +1594,Very High,USA,M,10,E,DBAG,N,20,4.0,1,m,PB,S,F,,,,,, +1595,Low,Germany,M,6,EC,,N,1,1.0,6,C,PB,S,M,,,,,, +1596,Low,USA,M,6,E,DBAG,N,5,2.0,0,T,PB,S,M,,,,,, +1597,Mid,USA,M,10,E,DBAG,N,5,1.0,0,t,LG,S,M,,,,,, +1598,High,USA,M,9,E,DT,N,1,1.0,1,m,PB,,,,,,,, +1599,Very High,UK,,13,EC,E,Y,10,2.0,1,m,PB,S,M,,,,,, +1600,Very Low,Norway,M,20,E,,Y,4,1.0,2,C,PB,S,M,,,,,, +1601,Low,Germany,MDB,3,E,D,N,5,1.0,0,m,PB,C,M,,,,,, +1602,Mid,Ireland,M,15,E,DBAG,N,2,2.0,0,t,PB,S,M,,,,,, +1603,Very High,USA,M,14,EC,D,N,20,3.0,0,m,PB,S,M,,,,,, +1604,Very Low,Canada,M,2,E,DBAD,N,2,1.0,0,C,PB,S,M,,,,,, +1605,Mid,USA,M,25,E,DT,N,25,4.0,6,T,PB,S,F,,,,,, +1606,High,USA,M,6,E,DBAP,N,5,1.0,4,m,PB,S,M,,,,,, +1607,Very High,Israel,M,10,E,E,N,1,5.0,2,c,PB,S,M,,,,,, +1608,Very High,Israel,M,10,E,E,N,1,5.0,2,c,PB,S,M,,,,,, +1609,Mid,USA,O,3,E,DBAG,N,6,1.0,4,c,PB,S,M,,,,,, +1610,Mid,USA,M,13,EC,DT,N,13,5.0,2,m,PB,SE,M,,,,,, +1611,Very High,USA,M,13,E,A,N,13,2.0,2,m,PB,SE,M,,,,,, +1612,Low,Mexico,M,14,E,DBAP,N,12,5.0,6,m,PB,S,M,,,,,, +1613,Low,USA,M,8,E,DA,N,8,1.0,1,c,PB,S,M,,,,,, +1614,Mid,Norway,A,2,EC,DT,N,9,1.0,2,c,PB,C,M,,,,,, +1615,High,Iceland,M,22,E,A,N,21,3.0,0,c,PB,S,M,,,,,, +1616,Very High,Spain,M,11,IC,A,Y,2,3.0,0,c,PB,S,M,,,,,, +1617,Very Low,Sweden,M,10,EC,DBAP,N,5,2.0,4,c,PB,SR,M,,,,,, +1618,Mid,USA,M,20,E,DBAG,N,27,3.0,1,C,PB,S,M,,,,,, +1619,Very High,USA,M,15,E,DT,N,7,1.0,0,m,PB,SR,M,,,,,, +1620,Very High,USA,A,3,E,DBAG,N,10,3.0,0,C,PB,S,M,,,,,, +1621,Very High,USA,M,21,E,M,Y,21,3.0,6,C,PB,S,M,,,,,, +1622,Very Low,UK,M,2,E,DBAG,Y,12,1.0,5,c,SG,S,M,,,,,, +1623,Very Low,India,M,11,E,AN,N,11,1.0,3,c,PB,SE,,,,,,, +1624,Very Low,India,M,4,E,DBAP,N,1,2.0,6,m,PB,C,M,,,,,, +1625,Very Low,Belgium,A,4,EC,M,Y,6,1.0,6,C,PB,SE,M,,,,,, +1626,Mid,USA,M,15,E,DBAP,N,9,4.0,0,C,SG,S,M,,,,,, +1627,High,USA,M,10,E,M,Y,10,1.0,1,c,PB,S,M,,,,,, +1628,Very High,USA,M,8,E,DBAG,N,8,4.0,0,m,PB,S,M,,,,,, +1629,Low,Germany,M,6,E,AN,Y,6,1.0,1,c,PB,S,M,,,,,, +1630,Very Low,UK,M,5,E,DBAP,N,5,2.0,1,c,PB,S,M,,,,,, +1631,High,USA,O,9,E,DBAD,N,9,4.0,5,C,PB,S,M,,,,,, +1632,Mid,USA,M,10,E,DBAP,N,10,2.0,6,m,PB,SR,M,,,,,, +1633,High,USA,M,13,E,DBAG,N,13,6.0,2,c,PB,S,M,,,,,, +1634,Low,Iceland,M,15,E,D,N,15,3.0,0,c,PB,S,M,,,,,, +1635,Low,UK,M,20,E,DBAD,N,18,3.0,0,c,PB,S,M,,,,,, +1636,Mid,USA,M,14,E,DBAP,N,14,1.0,0,c,E,S,M,,,,,, +1637,Very Low,India,A,3,E,A,Y,15,2.0,2,m,PB,C,M,,,,,, +1638,Low,UK,M,15,E,DBAG,N,2,3.0,1,C,PB,S,F,,,,,, +1639,Low,Sweden,M,13,E,DBAG,N,13,5.0,0,C,FG,S,M,,,,,, +1640,Mid,Netherlands,M,18,E,DBAG,N,5,5.0,1,C,PB,SE,M,,,,,, +1641,High,USA,M,20,E,DBAP,N,20,5.0,4,c,NP,SR,M,,,,,, +1642,Mid,USA,M,20,E,DBAG,N,12,2.0,0,c,E,S,M,,,,,, +1643,Mid,USA,M,8,E,AN,N,12,2.0,1,m,NP,S,M,,,,,, +1644,Low,USA,M,12,E,DBAG,N,5,1.0,6,c,PB,S,M,,,,,, +1645,Very High,USA,M,20,EC,DBAP,N,20,6.0,6,m,PB,S,F,,,,,, +1646,Mid,USA,M,3,E,,Y,2,1.0,0,c,PB,S,M,,,,,, +1647,Mid,USA,M,2,E,DBAP,N,2,1.0,4,m,PB,S,F,,,,,, +1648,Low,Romania,M,15,E,DBAG,N,15,5.0,0,C,PB,,M,,,,,, +1649,Mid,USA,M,8,E,DBAG,N,8,2.0,5,c,PB,S,M,,,,,, +1650,Very Low,USA,MS,3,E,M,N,3,1.0,0,C,PB,S,M,,,,,, +1651,Very High,USA,M,20,E,DBAG,Y,10,2.0,1,m,PB,S,M,,,,,, +1652,Mid,Ireland,M,16,E,DBAP,N,4,6.0,6,c,PB,S,F,,,,,, +1653,High,USA,M,23,E,DBAD,N,3,3.0,5,c,PB,S,F,,,,,, +1654,Low,USA,M,8,E,DBAG,N,8,2.0,3,C,PB,SE,M,,,,,, +1655,High,USA,M,20,E,E,N,15,6.0,1,c,PB,S,M,,,,,, +1656,High,USA,M,20,E,DBAG,N,12,3.0,1,C,PB,S,M,,,,,, +1657,High,USA,M,18,E,DBAP,N,20,2.0,1,m,E,SR,F,,,,,, +1658,Very High,USA,MS,2,EC,DA,N,5,2.0,0,C,FG,C,F,,,,,, +1659,High,USA,A,4,E,DS,N,4,1.0,1,c,PB,S,NB,,,,,, +1660,Very High,USA,M,20,EC,DBAD,N,12,2.0,3,c,PB,S,M,,,,,, +1661,Low,Sweden,M,30,E,DT,Y,2,6.0,0,c,PB,S,M,,,,,, +1662,Very Low,Sweden,M,9,E,DBAP,N,8,1.0,3,t,SG,S,M,,,,,, +1663,Very Low,India,M,12,EC,DBAG,Y,12,4.0,6,m,PB,C,M,,,,,, +1664,Very Low,Romania,M,10,E,DT,N,3,2.0,4,C,PB,S,F,,,,,, +1665,Very High,USA,M,8,E,D,N,2,3.0,2,m,NP,S,M,,,,,, +1666,Very High,USA,M,10,E,DBAG,N,15,2.0,0,m,PB,SE,M,,,,,, +1667,Very High,USA,M,11,E,DBAG,N,8,2.0,1,m,PB,SR,M,,,,,, +1668,Very High,USA,M,10,E,DA,Y,10,4.0,5,C,PB,SR,M,,,,,, +1669,High,New-Zealand,M,25,E,E,N,30,2.0,6,c,PB,S,M,,,,,, +1670,Very High,USA,M,12,E,E,N,14,6.0,2,m,PB,,F,,,,,, +1671,Low,Canada,M,9,E,DBAG,N,9,1.0,6,c,PB,SE,M,,,,,, +1672,Very High,USA,M,17,E,A,N,5,3.0,2,C,PB,SE,M,,,,,, +1673,Very Low,India,M,10,E,D,Y,10,4.0,4,m,PB,C,M,,,,,, +1674,Low,USA,M,10,E,DBAG,N,7,1.0,3,C,E,SE,M,,,,,, +1675,Very Low,India,M,10,E,D,Y,10,4.0,4,m,PB,C,M,,,,,, +1676,Mid,USA,M,5,E,DT,N,5,2.0,2,C,PB,S,M,,,,,, +1677,Low,Netherlands,M,10,E,E,Y,10,3.0,4,c,LG,C,M,,,,,, +1678,Very High,USA,M,10,E,DBAG,N,6,3.0,4,m,PB,S,M,,,,,, +1679,Very High,USA,M,15,E,DBAG,N,15,4.0,2,c,PB,,M,,,,,, +1680,Low,Greece,M,20,E,E,Y,21,5.0,4,m,PB,,M,,,,,, +1681,High,USA,M,19,E,E,N,19,3.0,3,c,PB,S,M,,,,,, +1682,Very High,USA,M,12,E,DBAG,N,12,3.0,4,m,PB,SE,M,,,,,, +1683,Very High,USA,M,15,E,DT,N,15,2.0,4,m,PB,S,M,,,,,, +1684,High,UK,M,21,E,DBAP,N,21,6.0,4,m,PB,S,M,,,,,, +1685,Very Low,Bangladesh,M,10,E,DBAD,Y,9,1.0,0,m,PB,C,M,,,,,, +1686,Very High,USA,M,20,E,A,Y,18,2.0,0,c,PB,S,M,,,,,, +1687,High,Australia,M,21,E,A,Y,5,2.0,0,m,NP,,M,,,,,, +1688,Mid,USA,M,4,E,DBAP,N,4,2.0,6,c,SG,S,F,,,,,, +1689,Very High,USA,M,17,E,DBAD,N,6,4.0,6,m,PB,S,F,,,,,, +1690,Very High,USA,M,15,E,DBAG,N,15,2.0,1,m,PB,C,M,,,,,, +1691,Very High,USA,M,15,E,A,N,20,3.0,0,m,PB,S,M,,,,,, +1692,Very High,USA,A,4,E,E,N,8,2.0,0,m,PB,SE,M,,,,,, +1693,Low,UK,M,10,E,M,Y,4,1.0,0,c,PB,SE,M,,,,,, +1694,Mid,Canada,M,20,E,DBAD,Y,10,4.0,0,C,PB,SE,M,,,,,, +1695,Very Low,UK,M,6,E,DBAP,N,6,1.0,1,T,FG,SR,,,,,,, +1696,Very High,USA,P,4,E,E,N,10,4.0,1,m,PB,S,M,,,,,, +1697,Very Low,Argentina,M,15,E,A,N,15,2.0,2,m,PB,SE,M,,,,,, +1698,Very High,USA,M,20,E,DBAG,N,20,6.0,4,C,PB,S,M,,,,,, +1699,Mid,USA,M,9,EC,DBAP,N,9,1.0,6,C,PB,S,M,,,,,, +1700,High,USA,RDS,2,E,E,N,14,1.0,3,C,PB,,M,,,,,, +1701,Very Low,UK,M,10,E,DBAG,Y,3,1.0,1,C,E,S,F,,,,,, +1702,Very High,USA,M,18,E,M,Y,10,2.0,0,C,PB,C,M,,,,,, +1703,Low,Norway,M,3,E,DBAD,N,1,2.0,0,C,PB,S,M,,,,,, +1704,Mid,USA,M,12,E,E,N,12,3.0,2,C,LG,S,M,,,,,, +1705,High,USA,M,20,E,D,N,20,5.0,1,c,PB,S,M,,,,,, +1706,Very High,USA,M,15,E,A,N,20,3.0,0,m,NP,S,M,,,,,, +1707,Low,Canada,M,15,E,DBAP,N,10,1.0,0,c,PB,SE,F,,,,,, +1708,Mid,USA,M,10,E,D,N,6,3.0,0,C,E,SR,M,,,,,, +1709,Very High,USA,M,10,E,A,N,1,1.0,0,C,PB,S,M,,,,,, +1710,Mid,USA,M,7,E,A,N,7,1.0,1,T,NP,S,M,,,,,, +1711,Very Low,Romania,M,8,EC,D,N,1,1.0,4,m,PB,S,M,,,,,, +1712,Mid,USA,M,1,E,DT,N,1,1.0,1,C,PB,S,M,,,,,, +1713,Very Low,Poland,M,6,IC,E,Y,11,6.0,3,C,PB,S,M,,,,,, +1714,Very High,USA,M,25,EC,E,N,9,5.0,2,C,PB,S,M,,,,,, +1715,High,USA,M,15,E,M,Y,6,2.0,0,c,E,SE,M,,,,,, +1716,Very High,USA,M,20,E,DBAP,N,13,6.0,0,m,PB,C,F,,,,,, +1717,Mid,USA,M,15,E,DT,N,15,4.0,0,m,PB,C,M,,,,,, +1718,Very Low,India,M,1,E,E,N,2,1.0,5,m,PB,C,M,,,,,, +1719,Very High,USA,M,20,E,DT,N,20,4.0,1,m,PB,S,F,,,,,, +1720,Mid,USA,M,7,E,DBAP,N,7,1.0,2,T,SG,,F,,,,,, +1721,Low,China,M,17,E,DBAP,N,15,2.0,0,m,PB,S,M,,,,,, +1722,High,USA,M,8,E,DBAG,N,10,1.0,2,m,PB,S,M,,,,,, +1723,Very Low,Iran,M,6,E,DBAD,N,6,1.0,0,m,PB,S,M,,,,,, +1724,High,Denmark,M,15,E,E,N,5,1.0,6,m,PB,,M,,,,,, +1725,Very High,USA,M,12,E,A,N,4,4.0,4,C,PB,S,M,,,,,, +1726,Very Low,India,M,5,E,DBAP,N,5,2.0,6,t,NP,C,M,,,,,, +1727,Very High,Ireland,M,20,E,DT,Y,20,3.0,0,C,PB,S,M,,,,,, +1728,Mid,Norway,M,14,E,DT,N,14,1.0,6,T,PB,S,M,,,,,, +1729,Low,UK,M,15,E,DBAP,N,15,5.0,6,C,PB,SE,M,,,,,, +1730,High,USA,M,12,E,DBAG,N,1,3.0,0,m,PB,SR,M,,,,,, +1731,High,USA,M,10,E,DBAG,N,7,2.0,0,C,PB,C,M,,,,,, +1732,Mid,USA,M,15,E,AN,Y,20,1.0,0,m,PB,SR,M,,,,,, +1733,Low,USA,M,2,E,AN,N,2,2.0,2,m,FG,S,M,,,,,, +1734,Very Low,Brazil,M,20,E,DBAG,Y,20,6.0,3,m,PB,S,M,,,,,, +1735,Low,Bulgaria,M,15,E,DBAG,Y,15,3.0,1,m,PB,,M,,,,,, +1736,Very High,USA,M,18,E,DBAP,N,18,3.0,0,c,PB,S,F,,,,,, +1737,High,USA,M,18,E,M,Y,4,2.0,0,C,PB,C,F,,,,,, +1738,Very High,USA,M,20,EC,DBAG,N,20,4.0,6,C,PB,S,M,,,,,, +1739,High,USA,M,15,EC,A,N,7,4.0,1,m,LG,SE,M,,,,,, +1740,Very Low,UK,M,5,E,DBAG,N,2,1.0,0,C,LG,S,M,,,,,, +1741,High,USA,M,4,E,DT,N,4,1.0,2,C,PB,SR,M,,,,,, +1742,Low,USA,M,3,E,DT,N,2,2.0,1,m,PB,C,M,,,,,, +1743,High,USA,M,2,E,DT,N,10,3.0,2,C,PB,,M,,,,,, +1744,Very Low,USA,M,15,E,DBAG,N,15,4.0,0,m,PB,SR,M,,,,,, +1745,High,USA,M,7,E,DBAG,N,7,1.0,6,m,PB,,,,,,,, +1746,Very High,USA,M,15,E,DBAG,N,18,4.0,5,C,PB,SE,M,,,,,, +1747,Very High,USA,M,10,E,DA,N,10,3.0,6,C,PB,C,M,600.0,,,,, +1748,Low,USA,M,3,E,DBAG,N,2,2.0,3,c,PB,S,M,4.0,,,,, +1749,Very Low,UK,M,6,E,DBAG,Y,6,1.0,0,m,PB,SR,M,15.0,,,,, +1750,Very Low,UK,M,18,E,DBAG,N,29,1.0,1,C,FG,S,F,80.0,,,,, +1751,Very High,USA,M,13,IC,DT,N,19,3.0,0,m,PB,S,M,68.0,,,,, +1752,Mid,USA,M,7,E,DA,Y,16,1.0,0,T,SG,SE,M,9.0,,,,, +1753,Low,USA,M,5,E,E,N,3,1.0,3,c,PB,S,M,6.0,,,,, +1754,Mid,Qatar,P,6,E,DBAG,Y,13,2.0,0,C,NP,S,M,50.0,,,,, +1755,Very Low,Brazil,M,7,E,DBAG,N,7,3.0,0,m,PB,SR,M,30.0,,,,, +1756,High,USA,M,8,E,DBAD,N,8,2.0,3,c,PB,SR,M,5.0,,,,, +1757,Mid,USA,M,15,E,DA,N,6,3.0,6,c,PB,SR,M,200.0,,,,, +1758,Very High,USA,M,12,E,DBAD,N,6,3.0,0,m,PB,,M,3.0,,,,, +1759,Low,UK,M,10,E,DBAG,N,3,2.0,2,T,PB,SE,M,15.0,,,,, +1760,Very High,USA,M,20,E,E,N,20,1.0,2,t,PB,S,M,10.0,,,,, +1761,Very High,USA,M,13,E,M,Y,1,2.0,0,c,NP,S,M,20.0,,,,, +1762,High,Israel,M,10,E,DBAG,N,8,3.0,2,C,PB,C,M,12.0,,,,, +1763,High,USA,M,9,E,DBAD,N,9,2.0,0,t,FG,S,M,60.0,,,,, +1764,Mid,USA,M,7,E,DBAP,N,3,1.0,5,C,PB,S,M,15.0,,,,, +1765,Mid,USA,M,11,E,DBAG,N,15,2.0,0,m,E,S,M,320.0,,,,, +1766,High,USA,M,18,E,DT,N,10,4.0,4,m,FG,C,M,10.0,,,,, +1767,High,USA,M,18,E,A,Y,5,1.0,0,C,PB,SE,M,3.0,,,,, +1768,Very High,USA,M,11,EC,DBAG,N,3,5.0,1,C,PB,S,M,10.0,,,,, +1769,Very Low,Romania,M,2,EC,D,N,4,2.0,0,t,PB,SR,M,25.0,,,,, +1770,Mid,USA,M,7,E,DA,Y,2,2.0,1,m,PB,SR,M,10.0,,,,, +1771,Very High,USA,M,18,E,DBAD,N,19,5.0,2,c,PB,S,M,2.0,,,,, +1772,Low,Netherlands,M,15,E,DA,N,15,2.0,0,c,PB,S,M,15.0,,,,, +1773,Very High,USA,M,15,E,,Y,5,3.0,0,m,PB,S,M,2.0,,,,, +1774,Very High,USA,M,20,IC,DT,N,20,6.0,3,m,PB,,M,20.0,,,,, +1775,Low,Canada,M,14,E,DBAG,N,14,2.0,2,C,E,S,M,5.0,,,,, +1776,Very High,USA,M,15,E,M,Y,5,1.0,0,C,NP,S,M,28.0,,,,, +1777,Very High,Ireland,M,18,E,D,Y,15,3.0,0,m,PB,S,M,200.0,,,,, +1778,Very High,USA,M,13,E,A,N,10,5.0,6,m,PB,S,M,1.0,,,,, +1779,High,USA,M,20,E,DBAP,N,6,6.0,1,m,PB,S,M,2500.0,,,,, +1780,High,USA,M,12,E,DBAG,N,12,5.0,3,m,LG,SR,M,167.0,,,,, +1781,Very Low,USA,M,10,E,DBAG,N,10,2.0,1,T,SG,,M,470.0,,,,, +1782,High,USA,M,14,EC,D,N,5,1.0,6,C,PB,S,M,25.0,,,,, +1783,Low,Austria,M,15,IC,DT,N,20,2.0,0,m,PB,C,M,25.0,,,,, +1784,Very High,USA,M,7,E,E,N,1,1.0,6,m,PB,S,M,5.0,,,,, +1785,Mid,USA,M,10,E,DBAP,N,7,2.0,2,C,PB,S,M,20.0,,,,, +1786,Low,USA,M,1,E,DT,N,1,2.0,0,c,SG,,M,25.0,,,,, +1787,High,USA,M,21,E,DBAP,N,16,3.0,0,C,PB,S,M,4.0,,,,, +1788,Very High,USA,M,18,E,DBAP,N,18,6.0,0,m,PB,S,M,50.0,,,,, +1789,Very High,Canada,M,15,IC,DBAP,N,10,5.0,4,m,PB,SR,M,100.0,,,,, +1790,Very High,USA,,1,E,M,Y,2,1.0,0,C,PB,S,M,100.0,,,,, +1791,Very Low,USA,M,1,EC,DBAP,N,1,1.0,2,m,PB,S,M,500.0,,,,, +1792,Very High,USA,M,20,E,DBAG,Y,20,2.0,0,C,PB,S,M,250.0,,,,, +1793,High,USA,M,20,E,A,N,3,2.0,0,c,LG,S,M,25.0,,,,, +1794,Very High,USA,M,13,E,A,N,3,1.0,0,C,PB,S,M,15.0,,,,, +1795,Very High,USA,M,10,E,DBAG,N,10,3.0,0,m,PB,S,M,60.0,,,,, +1796,Mid,USA,M,7,E,DBAG,N,7,2.0,0,C,PB,S,M,25.0,,,,, +1797,Mid,Denmark,M,4,E,DT,N,4,2.0,6,m,FG,S,M,25.0,,,,, +1798,Very Low,USA,M,2,E,DBAD,N,2,2.0,6,C,PB,SE,M,3.0,,,,, +1799,Very High,USA,M,5,E,DA,N,5,3.0,6,m,PB,S,M,5.0,,,,, +1800,High,Switzerland,O,4,EC,DBAP,N,4,2.0,6,C,PB,,M,1.0,,,,, +1801,High,USA,M,7,E,D,N,21,2.0,6,m,PB,S,M,1000.0,,,,, +1802,Mid,USA,M,15,E,A,N,5,3.0,0,C,PB,,,20.0,,,,, +1803,Very Low,Slovakia,M,5,E,DT,N,2,2.0,3,C,PB,S,M,1.0,,,,, +1804,Mid,USA,M,7,E,DBAG,N,21,2.0,0,c,LG,S,M,3.0,,,,, +1805,Low,USA,M,7,E,DBAP,N,5,1.0,0,c,PB,SE,M,40.0,,,,, +1806,Mid,USA,M,5,E,DA,N,9,2.0,2,c,PB,S,M,50.0,,,,, +1807,Very High,UK,A,1,E,M,Y,19,3.0,0,c,PB,S,M,5.0,,,,, +1808,Very Low,Sweden,M,8,EC,DBAP,N,3,2.0,4,c,PB,SR,M,0.0,,,,, +1809,Very High,USA,M,20,E,DBAG,N,1,5.0,6,C,PB,S,F,300.0,,,,, +1810,High,USA,M,25,E,,N,3,1.0,6,m,PB,S,F,100.0,,,,, +1811,High,USA,M,22,E,DBAD,N,2,3.0,5,c,PB,S,F,10.0,,,,, +1812,Very High,USA,M,13,E,M,Y,1,2.0,0,c,NP,S,M,800.0,,,,, +1813,Mid,USA,M,9,E,DBAD,N,9,1.0,0,C,PB,SR,M,12.0,,,,, +1814,Very High,USA,M,15,EC,DBAG,N,15,3.0,0,C,FG,S,M,5.0,,,,, +1815,High,USA,M,6,E,DBAD,N,6,2.0,0,m,PB,SE,M,9.0,,,,, +1816,Very Low,UK,M,2,E,DBAG,N,2,1.0,1,c,PB,S,M,5.0,,,,, +1817,Mid,USA,M,7,E,D,N,5,2.0,4,C,NP,S,M,40.0,,,,, +1818,High,USA,M,10,E,DBAD,N,10,3.0,1,m,PB,S,M,10.0,,,,, +1819,Low,USA,M,10,E,DBAP,N,3,2.0,1,C,PB,S,M,200.0,,,,, +1820,Very High,USA,M,7,EC,A,Y,7,1.0,0,m,PB,S,M,47.0,,,,, +1821,Very High,USA,M,24,E,M,Y,7,1.0,0,m,PB,C,M,50.0,,,,, +1822,Very High,USA,M,17,E,DBAP,N,7,2.0,3,c,PB,S,M,300.0,,,,, +1823,Very Low,Canada,M,1,E,AN,N,1,1.0,0,C,SG,S,M,95.0,,,,, +1824,Very High,UK,M,15,E,A,N,10,5.0,0,c,FG,S,M,2.0,,,,, +1825,Very High,USA,M,24,E,DBAG,N,24,6.0,0,m,PB,SE,M,12.0,,,,, +1826,High,USA,M,8,E,DBAG,Y,1,3.0,1,m,PB,,M,20.0,,,,, +1827,High,USA,M,13,EC,DT,N,8,6.0,0,C,PB,S,F,20.0,,,,, +1828,Mid,USA,M,3,E,DBAG,N,3,2.0,1,c,PB,S,M,1.0,,,,, +1829,High,USA,M,19,E,DBAP,N,16,1.0,5,c,NP,S,M,6.0,,,,, +1830,High,USA,M,13,E,DBAP,Y,13,2.0,4,c,E,S,M,500.0,,,,, +1831,Very Low,USA,M,4,E,DBAG,N,22,1.0,0,T,NP,C,M,40.0,,,,, +1832,Very High,USA,M,25,E,DBAG,N,1,6.0,1,m,PB,SR,M,15.0,,,,, +1833,Very Low,India,M,7,E,DBAP,Y,2,3.0,6,c,PB,SR,M,10.0,,,,, +1834,Very Low,India,M,10,E,DT,N,10,4.0,0,m,PB,SE,M,3500.0,,,,, +1835,Low,UK,M,12,E,A,N,1,1.0,0,m,PB,S,M,10.0,,,,, +1836,Mid,USA,M,7,E,DBAG,N,10,1.0,0,T,PB,S,M,4.0,,,,, +1837,High,USA,M,22,E,DBAG,N,22,2.0,6,m,PB,S,M,16.0,,,,, +1838,Low,UK,M,16,E,DBAP,N,6,2.0,1,m,NP,SR,M,200.0,,,,, +1839,Very Low,USA,M,2,E,AN,N,2,1.0,4,T,PB,S,M,12.0,,,,, +1840,High,USA,M,19,E,DBAG,N,15,6.0,0,m,NP,S,M,15000.0,,,,, +1841,Low,UK,M,10,E,D,N,8,3.0,6,C,PB,S,M,20.0,,,,, +1842,Mid,USA,M,7,E,DBAP,N,7,2.0,0,C,PB,S,M,5.0,,,,, +1843,Very Low,UK,M,5,E,M,Y,1,1.0,0,m,PB,S,M,20.0,,,,, +1844,Mid,USA,M,5,E,DBAP,N,5,1.0,4,C,PB,S,M,10.0,,,,, +1845,Mid,USA,M,30,E,,N,30,3.0,0,m,LG,S,M,60.0,,,,, +1846,Very High,USA,M,22,E,M,Y,22,4.0,0,m,PB,C,M,40.0,,,,, +1847,Mid,Canada,M,23,E,M,Y,1,1.0,6,m,PB,S,M,65.0,,,,, +1848,Very High,USA,M,8,E,DBAG,N,8,1.0,1,m,NP,SE,F,150.0,,,,, +1849,Mid,USA,M,12,E,,N,15,3.0,0,m,PB,S,M,800.0,,,,, +1850,Mid,USA,M,10,E,M,Y,20,1.0,0,C,E,S,M,1.0,,,,, +1851,High,USA,M,20,E,E,N,20,2.0,1,m,PB,S,M,6.0,,,,, +1852,High,USA,M,20,E,M,Y,5,4.0,0,T,PB,SR,M,1200.0,,,,, +1853,Low,Canada,M,8,E,M,Y,8,1.0,0,m,PB,S,M,20.0,,,,, +1854,Very High,USA,M,22,E,M,Y,10,3.0,0,C,PB,C,M,3.0,,,,, +1855,Low,USA,M,6,E,DT,N,6,1.0,2,m,PB,C,M,25.0,,,,, +1856,Low,USA,M,3,E,DBAP,N,1,1.0,1,C,PB,S,M,2.0,,,,, +1857,Very High,USA,M,14,E,A,N,10,2.0,0,C,PB,S,M,14.0,,,,, +1858,Low,UK,M,6,E,DBAP,N,6,1.0,1,C,PB,S,M,60.0,,,,, +1859,High,USA,M,9,E,D,N,25,3.0,2,m,PB,S,M,30.0,,,,, +1860,High,USA,M,15,E,DBAG,N,7,1.0,2,m,PB,S,M,19.0,,,,, +1861,Mid,USA,M,8,E,E,N,7,2.0,0,C,PB,,M,50.0,,,,, +1862,Low,Canada,M,18,E,DBAG,Y,8,2.0,4,m,SG,S,M,3.0,,,,, +1863,High,USA,M,3,E,DBAP,N,2,1.0,0,m,PB,SR,M,300.0,,,,, +1864,High,USA,M,10,E,DBAG,N,13,2.0,0,m,PB,S,M,10.0,,,,, +1865,Very Low,Canada,M,4,E,DBAP,N,3,2.0,0,m,PB,S,M,30.0,,,,, +1866,Low,USA,M,9,E,DBAG,N,9,1.0,0,T,PB,SR,M,3.0,,,,, +1867,Low,USA,M,6,E,DBAG,N,6,1.0,0,T,E,S,F,15.0,,,,, +1868,Mid,USA,M,4,E,DT,N,4,2.0,3,C,PB,C,F,5.0,,,,, +1869,Low,USA,M,10,E,DBAD,N,4,1.0,0,T,PB,SR,M,15.0,,,,, +1870,Low,UK,M,25,E,A,Y,12,1.0,4,c,SG,S,M,10.0,,,,, +1871,Low,USA,M,5,E,DT,Y,5,1.0,0,C,PB,S,M,350.0,,,,, +1872,Very High,USA,M,20,E,DBAG,N,20,3.0,1,m,PB,S,M,2.0,,,,, +1873,Very High,USA,M,20,E,M,Y,1,1.0,0,C,PB,S,F,80.0,,,,, +1874,Very High,USA,M,15,IC,DT,N,10,2.0,4,C,PB,S,M,60.0,,,,, +1875,Mid,Canada,M,10,E,DBAD,N,15,2.0,2,m,PB,C,M,4.0,,,,, +1876,Very High,USA,M,20,E,DBAG,N,23,5.0,0,C,PB,S,F,3.0,,,,, +1877,High,USA,M,14,E,DT,N,10,2.0,3,m,PB,S,M,53.0,,,,, +1878,High,USA,M,20,E,DBAG,N,18,5.0,2,m,LG,S,M,4.0,,,,, +1879,High,USA,M,15,E,DBAG,N,12,4.0,0,C,PB,S,M,60.0,,,,, +1880,High,USA,M,6,IC,DBAG,N,6,1.0,3,m,PB,C,M,140.0,,,,, +1881,Low,UK,M,10,E,E,N,2,2.0,0,C,PB,S,M,102.0,,,,, +1882,Very High,USA,M,10,E,E,N,3,2.0,0,m,PB,SE,M,20.0,,,,, +1883,Mid,USA,M,8,E,DBAD,N,1,2.0,0,T,PB,S,M,8.0,,,,, +1884,Low,Ireland,M,14,E,DBAG,N,6,2.0,0,t,PB,S,M,1.0,,,,, +1885,Low,USA,M,7,E,DBAG,N,4,2.0,0,C,NP,S,M,30.0,,,,, +1886,Low,USA,M,11,E,DT,N,10,1.0,2,c,PB,S,M,10.0,,,,, +1887,Mid,USA,M,10,E,AN,N,5,1.0,0,C,PB,S,M,4.0,,,,, +1888,Very High,USA,P,1,E,M,Y,8,1.0,4,m,PB,,M,30.0,,,,, +1889,Mid,USA,M,14,E,M,Y,14,2.0,0,c,PB,S,M,4.0,,,,, +1890,Very Low,USA,M,13,E,DBAG,N,13,1.0,1,c,PB,S,M,2.0,,,,, +1891,High,USA,M,20,E,DA,N,20,3.0,6,m,PB,S,M,4.0,,,,, +1892,High,USA,M,25,E,DBAP,N,20,4.0,2,C,NP,C,M,8.0,,,,, +1893,Mid,USA,M,15,E,DBAG,N,1,1.0,0,T,PB,S,M,200.0,,,,, +1894,Mid,USA,M,30,E,DBAG,N,30,1.0,0,T,PB,S,M,30.0,,,,, +1895,Mid,USA,M,3,EC,E,N,7,2.0,1,C,PB,S,M,12.0,,,,, +1896,High,USA,M,12,E,,N,10,1.0,0,T,PB,C,M,30.0,,,,, +1897,Very High,USA,M,20,E,DBAG,N,15,3.0,0,T,PB,S,M,3.0,,,,, +1898,High,USA,M,15,E,DBAG,N,15,6.0,0,m,NP,S,F,6.0,,,,, +1899,Very High,USA,M,20,E,D,N,20,5.0,1,c,PB,S,M,9.0,,,,, +1900,High,USA,M,6,E,A,Y,4,1.0,0,m,PB,S,M,12.0,,,,, +1901,Very High,USA,M,14,E,DBAD,N,14,2.0,4,C,PB,S,F,4.0,,,,, +1902,Very High,USA,M,13,E,M,Y,12,1.0,0,m,PB,S,M,30.0,,,,, +1903,Very High,USA,M,11,E,DA,N,31,6.0,6,m,PB,S,M,350.0,,,,, +1904,Very Low,USA,M,7,IC,,N,7,2.0,0,T,PB,C,M,1.0,,,,, +1905,Very High,USA,M,15,E,DBAG,N,5,2.0,2,c,PB,SR,M,450.0,,,,, +1906,Very High,USA,M,24,IC,DA,Y,26,3.0,6,m,PB,S,M,5000.0,,,,, +1907,Very High,USA,M,7,E,DBAG,Y,7,1.0,0,C,PB,S,M,28.0,,,,, +1908,Mid,USA,M,7,E,DA,N,3,3.0,1,C,PB,S,M,10.0,,,,, +1909,Mid,USA,M,3,E,AN,N,3,1.0,0,C,PB,S,M,4.0,,,,, +1910,Low,USA,M,4,EC,D,N,4,1.0,3,C,PB,SE,M,100.0,,,,, +1911,Mid,USA,M,6,EC,,N,14,2.0,3,m,PB,C,M,100.0,,,,, +1912,Very High,USA,M,12,E,E,N,15,1.0,0,C,PB,S,M,200.0,,,,, +1913,High,USA,M,20,E,DBAP,N,20,4.0,0,C,PB,SR,F,150.0,,,,, +1914,High,USA,M,12,E,DBAP,N,18,3.0,1,C,LG,S,M,350.0,,,,, +1915,High,USA,M,8,E,DBAG,N,5,2.0,4,c,PB,S,M,38.0,,,,, +1916,High,USA,M,20,E,DBAG,N,12,2.0,0,m,PB,S,F,400.0,,,,, +1917,Low,Germany,M,15,E,,Y,1,1.0,1,T,PB,SR,,30.0,,,,, +1918,Very Low,Netherlands,M,7,E,D,N,3,1.0,4,c,NP,S,M,6.0,,,,, +1919,Low,USA,M,10,E,AN,N,5,2.0,0,m,PB,S,M,8.0,,,,, +1920,Very High,USA,M,10,E,M,Y,8,3.0,3,m,PB,SE,M,2.0,,,,, +1921,High,USA,M,25,E,DBAD,N,15,3.0,1,C,PB,S,M,200.0,,,,, +1922,Mid,USA,M,9,E,DBAG,N,9,2.0,1,C,PB,C,M,20.0,,,,, +1923,Very High,USA,M,20,E,DBAP,Y,25,6.0,1,m,PB,S,M,70.0,,,,, +1924,Very High,UK,M,20,IC,DBAG,N,1,6.0,0,m,PB,,M,50.0,,,,, +1925,High,USA,M,25,E,DBAG,N,14,5.0,0,C,PB,S,M,25.0,,,,, +1926,High,USA,M,10,E,DBAP,N,10,1.0,2,C,PB,S,M,18.0,,,,, +1927,High,USA,M,13,E,DBAP,N,1,4.0,2,T,PB,S,F,100.0,,,,, +1928,Mid,USA,M,17,E,M,Y,2,1.0,0,C,SG,S,M,63.0,,,,, +1929,Mid,USA,M,5,EC,DBAG,N,5,3.0,5,c,PB,S,M,110.0,,,,, +1930,Mid,USA,M,20,E,DBAP,N,23,3.0,5,m,PB,S,,100.0,,,,, +1931,Very High,USA,M,20,E,DBAG,Y,25,2.0,2,C,PB,S,M,50.0,,,,, +1932,High,USA,M,24,E,DBAP,Y,24,2.0,5,C,PB,S,M,40.0,,,,, +1933,Very Low,Peru,M,8,E,DBAP,N,5,2.0,0,m,PB,SE,M,100.0,,,,, +1934,Low,USA,M,1,EC,,N,1,1.0,1,m,PB,S,M,200.0,,,,, +1935,Very High,USA,M,20,E,DBAG,N,7,2.0,0,C,PB,S,M,3.0,,,,, +1936,High,USA,M,15,E,DBAP,N,7,2.0,4,m,LG,SE,M,15.0,,,,, +1937,Mid,USA,M,3,E,DBAG,N,3,1.0,0,c,PB,SR,M,800.0,,,,, +1938,Very Low,Greece,M,20,E,DBAG,N,20,1.0,3,m,PB,C,M,10.0,,,,, +1939,Very High,USA,M,30,E,M,Y,12,3.0,0,c,PB,S,M,10.0,,,,, +1940,Mid,USA,M,8,E,DA,N,8,1.0,2,T,PB,S,M,3.0,,,,, +1941,Mid,USA,M,23,E,DT,N,15,2.0,0,t,LG,S,M,3.0,,,,, +1942,Very Low,Russia,O,5,E,DT,N,5,2.0,4,m,PB,S,M,10.0,,,,, +1943,High,USA,M,5,IC,DBAG,N,5,3.0,6,m,PB,S,M,5.0,,,,, +1944,Very High,USA,M,14,EC,DBAD,N,6,3.0,5,C,FG,S,M,3000.0,,,,, +1945,High,USA,O,15,E,DBAG,N,35,5.0,1,C,PB,S,M,125.0,,,,, +1946,Very High,USA,M,12,E,DBAP,Y,5,4.0,3,C,PB,S,M,65.0,,,,, +1947,Very High,USA,M,8,E,,Y,3,2.0,0,m,PB,S,M,20.0,,,,, +1948,High,USA,M,10,E,DBAP,N,10,1.0,1,T,PB,SR,M,40.0,,,,, +1949,High,Ireland,M,20,E,E,Y,9,3.0,1,m,PB,SE,NB,140.0,,,,, +1950,High,USA,M,22,E,E,N,22,1.0,0,c,NP,S,M,20.0,,,,, +1951,Mid,USA,M,4,E,M,Y,4,1.0,4,c,PB,S,F,6.0,,,,, +1952,Mid,USA,M,5,E,D,Y,5,1.0,0,m,PB,,M,2.0,,,,, +1953,Mid,USA,M,15,E,DBAG,N,15,4.0,0,c,PB,S,M,4.0,,,,, +1954,Low,USA,M,5,E,DBAP,N,10,3.0,0,c,LG,S,F,7.0,,,,, +1955,High,USA,M,8,E,DBAG,N,15,3.0,0,c,PB,S,M,28.0,,,,, +1956,Low,Canada,M,19,E,DT,N,10,2.0,0,m,SG,SE,M,50.0,,,,, +1957,Very High,USA,O,22,IC,DBAP,N,20,5.0,0,C,PB,S,M,5.0,,,,, +1958,Very High,USA,M,22,E,DBAG,Y,22,6.0,2,m,PB,,M,40.0,,,,, +1959,Low,USA,M,15,E,AN,N,15,2.0,1,c,E,S,M,100.0,,,,, +1960,High,USA,M,18,E,DBAG,N,10,4.0,0,C,NP,S,M,5.0,,,,, +1961,High,USA,M,8,EC,DA,N,20,2.0,0,t,PB,S,M,80.0,,,,, +1962,High,USA,M,15,E,DBAG,N,6,2.0,0,T,LG,S,M,2.0,,,,, +1963,Very High,USA,O,20,E,DBAG,Y,7,3.0,0,C,PB,S,M,25.0,,,,, +1964,High,USA,M,25,E,DBAG,N,10,2.0,1,m,PB,S,M,65.0,,,,, +1965,High,USA,M,15,E,DBAD,N,15,6.0,0,C,PB,S,M,200.0,,,,, +1966,Very High,USA,M,19,E,DBAG,Y,3,4.0,0,t,PB,S,M,12.0,,,,, +1967,High,USA,M,16,E,DBAD,N,10,2.0,2,c,E,S,M,10.0,,,,, +1968,Low,USA,M,5,EC,DBAD,N,1,1.0,3,m,PB,SR,M,30.0,,,,, +1969,High,USA,M,25,E,DBAG,N,8,2.0,0,m,PB,S,M,20.0,,,,, +1970,High,USA,M,12,E,DBAG,N,8,2.0,5,m,PB,S,M,17.0,,,,, +1971,Very High,USA,M,10,E,M,Y,10,2.0,3,c,PB,S,M,90.0,,,,, +1972,Mid,USA,M,8,E,DBAG,N,1,1.0,0,t,PB,S,M,300.0,,,,, +1973,Very High,USA,M,18,E,DT,N,15,4.0,6,m,PB,S,M,10.0,,,,, +1974,Very High,USA,M,18,E,M,Y,3,6.0,0,C,PB,S,M,6.0,,,,, +1975,Very High,USA,A,3,E,DBAD,N,18,2.0,0,C,PB,S,M,100.0,,,,, +1976,Low,UK,M,15,E,DBAP,Y,15,3.0,1,m,PB,C,M,0.0,,,,, +1977,High,USA,M,16,E,DBAG,N,16,2.0,6,C,PB,S,M,130.0,,,,, +1978,Mid,USA,M,14,E,DBAG,N,25,4.0,0,c,PB,S,M,4000.0,,,,, +1979,Low,South-Africa,M,12,EC,DBAP,N,3,2.0,3,C,PB,SR,M,8.0,,,,, +1980,Very Low,UK,M,5,E,D,Y,5,1.0,1,c,PB,,M,150.0,,,,, +1981,Mid,USA,M,12,E,DBAG,N,10,1.0,1,m,NP,S,M,5.0,,,,, +1982,Very High,USA,M,25,E,A,Y,20,4.0,0,m,PB,S,M,60.0,,,,, +1983,Very High,USA,M,16,E,A,Y,17,1.0,1,c,FG,S,M,200.0,,,,, +1984,Mid,USA,M,5,E,DBAG,N,5,1.0,0,m,PB,S,M,5.0,,,,, +1985,Low,USA,M,5,E,DBAD,N,5,1.0,2,C,PB,S,M,4.0,,,,, +1986,High,USA,M,20,E,A,N,7,2.0,0,C,PB,S,M,5.0,,,,, +1987,Mid,USA,M,8,E,D,N,4,3.0,5,C,PB,SE,M,10.0,,,,, +1988,High,USA,M,15,E,DT,N,7,2.0,5,m,NP,SE,M,250.0,,,,, +1989,Very High,USA,M,12,IC,A,N,40,6.0,0,m,PB,S,M,12.0,,,,, +1990,High,USA,M,10,E,D,N,10,4.0,1,m,LG,S,M,6.0,,,,, +1991,High,USA,M,22,E,D,N,20,5.0,2,C,PB,C,M,7.0,,,,, +1992,Very High,USA,M,22,E,A,N,5,1.0,0,m,PB,C,M,50.0,,,,, +1993,Low,South-Africa,M,15,IC,A,Y,5,2.0,0,C,PB,S,M,60.0,,,,, +1994,Very High,USA,M,18,IC,DA,N,32,3.0,0,c,PB,S,M,4.0,,,,, +1995,Very Low,USA,M,1,E,DT,Y,1,1.0,2,C,PB,SR,M,0.0,,,,, +1996,High,USA,M,10,E,DT,N,1,1.0,1,m,PB,SE,F,5.0,,,,, +1997,High,USA,M,15,E,DBAG,Y,15,1.0,3,c,FG,S,M,2.0,,,,, +1998,High,USA,M,20,E,DBAP,N,20,3.0,3,m,PB,S,M,50.0,,,,, +1999,Mid,USA,M,5,E,DBAG,N,5,1.0,0,c,PB,S,M,165.0,,,,, +2000,Mid,USA,M,10,E,DBAG,N,5,3.0,0,C,PB,S,M,25.0,,,,, +2001,Low,UK,M,30,E,DS,N,15,3.0,3,m,FG,S,M,115.0,,,,, +2002,Low,USA,M,2,E,DBAG,N,2,2.0,5,T,PB,S,M,6.0,,,,, +2003,Low,Brazil,M,3,EC,DBAG,N,5,1.0,6,m,PB,S,M,40.0,,,,, +2004,Very High,France,O,20,E,DBAP,Y,12,2.0,2,m,PB,S,M,150.0,,,,, +2005,High,USA,M,10,E,DBAG,N,10,2.0,1,m,PB,S,M,4000.0,,,,, +2006,High,USA,M,15,E,DBAG,N,20,5.0,0,C,PB,S,M,5.0,,,,, +2007,Very High,USA,M,20,EC,DBAG,N,20,6.0,6,m,PB,S,F,18.0,,,,, +2008,Very High,USA,M,18,E,DBAP,N,4,1.0,4,m,PB,S,M,1000.0,,,,, +2009,Very High,USA,M,31,E,DA,Y,15,2.0,1,C,PB,S,M,73.0,,,,, +2010,Mid,USA,M,18,E,DBAG,Y,14,2.0,0,t,PB,,M,8.0,,,,, +2011,Mid,USA,M,3,E,DBAD,N,8,1.0,1,C,PB,S,M,33.0,,,,, +2012,Mid,USA,M,20,E,DBAG,Y,24,5.0,1,c,SG,S,F,6.0,,,,, +2013,Very High,USA,M,8,E,DBAP,Y,38,6.0,0,C,PB,S,M,5.0,,,,, +2014,Mid,New-Zealand,M,18,E,DBAG,N,18,6.0,1,C,PB,S,M,85.0,,,,, +2015,Very Low,Turkey,M,9,E,DBAP,N,6,4.0,6,m,PB,SR,M,10.0,,,,, +2016,High,USA,M,25,E,M,Y,25,2.0,1,C,PB,S,M,150.0,,,,, +2017,Very Low,Spain,M,8,E,DBAG,N,2,1.0,6,m,PB,S,M,25.0,,,,, +2018,Mid,Canada,M,20,E,DBAG,N,15,3.0,1,C,NP,S,M,100.0,,,,, +2019,Very High,USA,M,22,E,DT,Y,12,3.0,2,C,PB,S,M,45.0,,,,, +2020,Low,Canada,M,15,E,DBAP,N,8,1.0,4,c,PB,S,M,85.0,,,,, +2021,Very High,USA,M,19,E,DBAG,Y,10,1.0,1,c,PB,S,M,80.0,,,,, +2022,High,USA,MDB,2,E,DA,N,5,1.0,1,T,PB,C,M,100.0,,,,, +2023,Very High,USA,M,25,E,DBAG,Y,8,3.0,1,m,PB,S,M,100.0,,,,, +2024,Very Low,Canada,M,15,E,DBAG,N,7,2.0,0,m,PB,S,F,30.0,,,,, +2025,High,UK,M,15,IC,DBAP,N,15,6.0,3,m,PB,S,M,14.0,,,,, +2026,Low,USA,M,12,E,DBAD,N,10,1.0,0,C,PB,S,M,444.0,,,,, +2027,Low,Canada,M,20,E,DBAP,N,20,6.0,0,C,PB,S,M,20.0,,,,, +2028,Mid,USA,M,20,E,DBAG,N,12,2.0,1,C,E,S,M,100.0,,,,, +2029,Mid,USA,M,10,E,DBAP,N,10,4.0,0,c,E,S,M,8.0,,,,, +2030,Low,USA,M,3,E,DA,N,1,1.0,3,C,PB,S,M,17.0,,,,, +2031,Mid,USA,M,11,E,DBAD,N,6,2.0,0,m,PB,S,M,10.0,,,,, +2032,High,USA,M,20,E,DBAP,N,20,6.0,0,c,SG,S,M,10.0,,,,, +2033,Very High,USA,M,20,E,DBAG,N,8,6.0,6,m,PB,SR,M,10.0,,,,, +2034,Low,UK,M,15,E,DBAP,Y,2,1.0,0,T,PB,SE,M,100.0,,,,, +2035,Low,USA,M,1,E,AN,N,5,2.0,0,c,NP,S,M,300.0,,,,, +2036,Mid,USA,M,7,E,DBAP,N,7,1.0,1,c,PB,C,M,7.0,,,,, +2037,Mid,Canada,M,20,E,DBAD,N,30,5.0,0,m,PB,,M,10.0,,,,, +2038,Low,USA,M,3,E,DBAP,N,1,1.0,6,m,PB,S,M,4.0,,,,, +2039,High,USA,M,9,E,DBAG,N,7,3.0,2,C,PB,S,M,50.0,,,,, +2040,High,USA,M,9,E,DBAP,N,6,2.0,1,m,PB,C,M,50.0,,,,, +2041,Very High,USA,M,13,E,DBAG,N,5,1.0,6,C,SG,C,M,150.0,,,,, +2042,Very Low,Ecuador,M,10,E,DBAG,Y,5,2.0,0,c,PB,SR,M,30.0,,,,, +2043,Very High,USA,M,15,IC,A,N,15,5.0,2,m,PB,,NB,15.0,,,,, +2044,High,USA,M,20,E,DT,N,20,3.0,3,m,PB,C,F,25.0,,,,, +2045,High,USA,M,10,E,DBAG,N,10,6.0,5,m,PB,S,F,15.0,,,,, +2046,Mid,USA,O,3,E,,N,3,1.0,0,m,PB,S,M,6000.0,,,,, +2047,Mid,USA,M,15,E,A,N,10,2.0,0,m,PB,S,M,2.0,,,,, +2048,Very High,UK,MS,10,E,DS,Y,12,1.0,2,C,PB,S,M,10.0,,,,, +2049,Mid,USA,M,25,E,DBAP,N,25,3.0,2,C,NP,S,M,20.0,,,,, +2050,High,USA,M,19,E,DBAG,Y,19,4.0,0,T,E,S,M,200.0,,,,, +2051,High,USA,M,25,E,DBAG,Y,25,6.0,4,C,PB,S,,6.0,,,,, +2052,Very Low,Canada,M,4,E,DBAG,N,19,4.0,1,C,PB,S,M,75.0,,,,, +2053,Very High,USA,M,20,IC,DBAD,N,20,6.0,0,m,PB,,M,4.0,,,,, +2054,Very High,USA,M,18,E,M,Y,2,1.0,0,C,PB,S,M,30.0,,,,, +2055,Low,UK,M,12,E,DBAG,N,7,4.0,0,C,PB,S,M,100.0,,,,, +2056,Very Low,Brazil,M,18,IC,DBAD,Y,23,6.0,0,m,PB,SE,M,200.0,,,,, +2057,Very High,USA,M,15,IC,DBAD,N,30,3.0,1,c,PB,S,M,8.0,,,,, +2058,Very High,USA,M,20,E,DBAP,N,2,2.0,1,m,PB,S,M,15.0,,,,, +2059,Very High,USA,M,20,E,A,Y,7,1.0,0,c,PB,S,M,4.0,,,,, +2060,Mid,USA,M,11,E,DBAD,N,11,4.0,1,c,PB,,M,1400.0,,,,, +2061,Very High,USA,M,25,E,E,Y,25,2.0,2,m,PB,S,M,20.0,,,,, +2062,Low,Canada,M,7,E,DBAP,N,3,2.0,2,c,SG,C,M,350.0,,,,, +2063,Mid,USA,M,15,E,DBAP,N,6,3.0,3,c,SG,S,M,27.0,,,,, +2064,Low,Canada,M,14,E,E,N,2,1.0,2,m,PB,SE,M,16.0,,,,, +2065,Mid,USA,M,12,E,M,Y,15,1.0,4,m,LG,S,M,500.0,,,,, +2066,High,USA,M,8,E,DBAG,N,8,4.0,0,m,PB,SR,M,10.0,,,,, +2067,Mid,USA,M,23,EC,DBAD,N,1,6.0,0,m,PB,SR,F,10.0,,,,, +2068,High,USA,M,14,E,AN,N,14,3.0,6,T,PB,,M,3.0,,,,, +2069,Mid,Canada,M,20,E,E,N,10,2.0,0,m,PB,C,M,10.0,,,,, +2070,Very High,USA,M,16,E,A,Y,4,6.0,0,m,PB,S,M,5.0,,,,, +2071,Very Low,Serbia-and-Montenegro,M,12,E,DT,N,12,4.0,2,c,PB,SR,M,50.0,,,,, +2072,Very High,USA,M,10,E,A,Y,4,1.0,1,C,PB,S,M,3.0,,,,, +2073,Very High,New-Zealand,M,12,IC,DBAP,Y,4,2.0,0,m,PB,SR,M,12.0,,,,, +2074,Low,USA,M,0,E,DBAG,N,0,1.0,2,c,PB,S,M,1300.0,,,,, +2075,Very High,USA,M,12,EC,DBAG,N,6,3.0,6,m,PB,C,M,12.0,,,,, +2076,Very Low,Portugal,M,5,E,DBAG,N,5,2.0,0,c,PB,S,M,500.0,,,,, +2077,Mid,USA,M,16,E,DBAG,N,16,4.0,0,C,PB,,M,3.0,,,,, +2078,Very High,USA,M,20,E,A,N,20,5.0,1,m,PB,S,M,34.0,,,,, +2079,Mid,USA,,5,E,DBAP,Y,30,4.0,1,C,NP,S,M,30.0,,,,, +2080,High,USA,M,18,E,DBAG,Y,18,1.0,1,C,NP,S,F,150.0,,,,, +2081,High,USA,M,15,E,DBAP,N,10,3.0,3,C,PB,S,M,5.0,,,,, +2082,Low,USA,M,6,E,DT,N,4,2.0,3,C,PB,,F,130.0,,,,, +2083,Low,USA,M,5,E,DBAP,N,5,1.0,0,c,PB,SR,M,10.0,,,,, +2084,Very High,Canada,M,18,EC,E,N,18,4.0,6,m,PB,S,M,80.0,,,,, +2085,Very High,USA,M,19,E,DBAD,N,13,3.0,0,T,PB,,M,4.0,,,,, +2086,Very High,USA,M,8,E,M,Y,3,1.0,6,m,PB,S,M,90.0,,,,, +2087,Low,USA,M,8,E,DBAG,N,2,2.0,0,T,PB,SR,M,100.0,,,,, +2088,Very Low,UK,M,4,E,DBAP,N,4,1.0,0,c,PB,S,M,12.0,,,,, +2089,Mid,USA,M,12,E,DBAD,N,3,1.0,3,C,PB,,M,67.0,,,,, +2090,Mid,USA,M,5,E,DBAG,Y,5,2.0,0,T,PB,S,M,6.0,,,,, +2091,Low,USA,M,10,E,DBAP,N,4,3.0,4,T,E,S,M,20.0,,,,, +2092,Mid,USA,M,7,E,DBAP,N,8,3.0,1,c,PB,S,M,74.0,,,,, +2093,Mid,USA,M,7,E,DBAG,Y,7,3.0,1,m,NP,S,M,20.0,,,,, +2094,Low,USA,M,8,E,D,N,7,2.0,3,C,PB,SE,M,50.0,,,,, +2095,Mid,USA,M,20,E,E,N,20,3.0,3,m,PB,SE,M,5.0,,,,, +2096,Low,USA,M,5,EC,DBAG,N,1,1.0,0,C,NP,S,M,40.0,,,,, +2097,Mid,USA,M,10,E,DBAP,N,10,1.0,6,T,PB,S,M,35.0,,,,, +2098,Very Low,Romania,M,7,E,M,Y,7,1.0,0,m,PB,S,M,150.0,,,,, +2099,Very High,USA,M,15,E,DT,N,15,3.0,0,C,PB,S,M,60.0,,,,, +2100,Very High,USA,M,25,IC,A,N,16,2.0,2,m,PB,S,M,7.0,,,,, +2101,High,USA,M,25,E,DBAP,N,19,3.0,3,c,NP,S,M,110.0,,,,, +2102,Low,Canada,M,20,E,DBAP,N,20,3.0,1,m,PB,S,M,284.0,,,,, +2103,Low,Sweden,M,12,E,DBAG,N,12,2.0,4,C,PB,S,M,50.0,,,,, +2104,Mid,USA,M,5,E,DA,N,10,1.0,3,m,PB,S,M,12.0,,,,, +2105,Very High,USA,M,25,E,E,N,25,1.0,0,C,PB,,M,3.0,,,,, +2106,Low,USA,M,20,EC,DA,N,25,4.0,0,c,PB,SE,M,18.0,,,,, +2107,Mid,USA,M,14,E,D,N,25,3.0,1,C,LG,S,M,6.0,,,,, +2108,Mid,USA,M,8,E,DBAP,N,8,1.0,3,c,PB,S,M,20.0,,,,, +2109,Very High,USA,M,20,E,A,N,5,1.0,0,m,E,S,M,350.0,,,,, +2110,Low,USA,M,8,E,A,N,2,1.0,0,c,PB,SR,M,5.0,,,,, +2111,Very Low,USA,M,6,E,DBAG,N,8,2.0,4,C,PB,S,M,3.0,,,,, +2112,Very High,USA,M,20,E,DBAG,N,20,2.0,4,m,PB,S,F,650.0,,,,, +2113,Very High,Uruguay,M,8,EC,DA,Y,8,2.0,1,C,PB,S,M,300.0,,,,, +2114,Very Low,Canada,M,6,E,DA,N,15,2.0,2,m,PB,S,M,8.0,,,,, +2115,Very High,USA,M,18,E,DBAP,N,8,3.0,0,m,PB,S,M,10.0,,,,, +2116,Very High,USA,M,20,E,DBAD,N,20,5.0,0,m,PB,S,M,16.0,,,,, +2117,Low,USA,M,13,E,DBAG,N,5,3.0,2,C,SG,S,M,20.0,,,,, +2118,Low,CzechRepublic,M,25,IC,DT,Y,25,3.0,1,T,PB,S,M,60.0,,,,, +2119,High,USA,M,20,E,DBAP,N,20,6.0,0,m,PB,,M,25.0,,,,, +2120,Mid,USA,M,16,E,DBAG,Y,8,1.0,0,m,PB,S,M,42.0,,,,, +2121,Very High,USA,M,15,IC,M,Y,25,5.0,0,m,PB,S,M,4.0,,,,, +2122,Mid,USA,M,24,E,,N,35,5.0,1,C,PB,S,M,5.0,,,,, +2123,Mid,USA,M,6,E,D,N,6,2.0,0,m,PB,S,M,1000.0,,,,, +2124,Very Low,USA,M,8,E,M,Y,8,1.0,0,c,PB,C,M,30.0,,,,, +2125,Mid,South-Africa,M,23,E,DT,N,23,4.0,3,m,PB,S,M,1.0,,,,, +2126,Very High,USA,M,15,E,D,Y,25,3.0,3,c,PB,S,M,5.0,,,,, +2127,Very Low,Bulgaria,M,9,E,DT,Y,9,1.0,5,t,PB,S,M,8.0,,,,, +2128,Very High,USA,M,1,E,DBAG,N,13,6.0,1,m,PB,S,M,12.0,,,,, +2129,Mid,Canada,O,15,EC,DBAG,N,15,2.0,6,m,PB,,M,10.0,,,,, +2130,Very High,USA,M,12,E,DBAG,N,12,6.0,1,C,PB,S,M,100.0,,,,, +2131,Very High,USA,M,6,E,DBAG,N,19,3.0,0,m,PB,S,M,150.0,,,,, +2132,Very High,USA,M,20,E,M,Y,10,2.0,0,C,PB,C,M,7.0,,,,, +2133,Very High,USA,M,9,E,DBAG,Y,9,1.0,0,C,E,S,M,70.0,,,,, +2134,High,USA,M,16,E,M,Y,3,1.0,0,c,PB,S,M,6.0,,,,, +2135,Mid,Canada,M,14,E,DBAG,Y,8,1.0,1,c,PB,S,M,11.0,,,,, +2136,Very High,USA,M,10,E,DBAG,Y,6,1.0,0,m,PB,S,M,18.0,,,,, +2137,Very Low,Argentina,M,20,E,DBAP,N,11,2.0,4,m,PB,SE,M,150.0,,,,, +2138,Low,Austria,M,7,E,DBAP,Y,7,2.0,4,T,PB,SE,M,3000.0,,,,, +2139,Very High,Poland,M,3,IC,,N,3,6.0,1,C,PB,C,M,30.0,,,,, +2140,Very High,USA,M,20,E,DBAG,N,7,6.0,1,m,PB,SR,M,10.0,,,,, +2141,Very High,USA,M,23,E,A,N,21,6.0,0,m,PB,S,M,50.0,,,,, +2142,Mid,USA,M,20,E,DT,N,20,3.0,2,m,PB,SR,M,8.0,,,,, +2143,Very High,USA,M,19,E,A,N,4,1.0,3,m,PB,S,M,4.0,,,,, +2144,High,USA,M,15,E,A,N,17,2.0,1,c,PB,S,M,850.0,,,,, +2145,Very Low,Ukraine,M,20,IC,DA,Y,14,4.0,6,m,PB,,M,15.0,,,,, +2146,Very Low,Poland,O,2,E,DA,N,13,4.0,6,C,PB,SE,NB,1.0,,,,, +2147,Very High,USA,M,15,E,DBAG,N,15,2.0,0,m,PB,S,M,3.0,,,,, +2148,Low,Poland,M,8,E,DBAG,Y,2,3.0,4,m,PB,SE,M,25.0,,,,, +2149,High,USA,M,20,E,DBAG,Y,12,1.0,1,T,PB,S,M,2500.0,,,,, +2150,High,USA,M,22,E,DBAD,N,21,1.0,0,c,PB,S,M,9.0,,,,, +2151,High,USA,M,6,E,D,N,6,4.0,0,C,PB,S,M,8.0,,,,, +2152,Very High,USA,M,16,E,DBAD,Y,16,1.0,6,C,PB,S,M,10.0,,,,, +2153,High,USA,M,22,E,DBAD,N,20,3.0,1,T,NP,S,M,100.0,,,,, +2154,Mid,USA,M,7,E,DBAD,N,7,1.0,5,c,PB,S,M,500.0,,,,, +2155,Very High,USA,M,8,IC,DBAP,N,8,5.0,0,C,PB,SR,M,42.0,,,,, +2156,Mid,USA,M,4,E,DBAP,Y,4,1.0,2,T,NP,SE,M,50.0,,,,, +2157,High,USA,M,14,E,DT,N,6,2.0,6,C,PB,S,M,20.0,,,,, +2158,High,USA,M,16,E,DBAG,N,16,2.0,1,T,PB,S,F,8.0,,,,, +2159,Mid,USA,M,18,E,E,N,12,2.0,2,c,E,S,M,10.0,,,,, +2160,High,USA,M,4,E,DBAG,N,2,1.0,1,m,PB,SR,M,12.0,,,,, +2161,Low,USA,M,4,E,DBAP,N,4,2.0,4,C,PB,S,M,8.0,,,,, +2162,High,USA,M,14,E,M,Y,4,2.0,0,t,PB,S,M,300.0,,,,, +2163,Low,Canada,M,13,E,DBAG,N,13,6.0,0,m,E,S,F,300.0,,,,, +2164,High,USA,M,15,E,DBAG,Y,12,1.0,0,m,PB,S,M,15.0,,,,, +2165,High,USA,M,11,EC,DBAG,N,11,1.0,2,m,PB,C,M,8.0,,,,, +2166,Low,Canada,M,8,E,DBAP,N,8,3.0,2,m,PB,S,M,12.0,,,,, +2167,Very Low,USA,M,24,E,M,Y,10,2.0,0,m,PB,S,M,120.0,,,,, +2168,High,USA,M,14,E,AN,N,17,2.0,2,C,NP,S,M,200.0,,,,, +2169,Low,USA,M,6,E,DT,N,2,3.0,1,m,PB,C,M,45.0,,,,, +2170,Very Low,Portugal,M,7,E,DBAD,N,7,1.0,3,T,PB,C,M,5.0,,,,, +2171,High,USA,M,12,E,DT,N,8,2.0,0,C,E,S,M,40.0,,,,, +2172,Low,USA,M,10,E,A,N,10,1.0,2,C,E,S,M,18.0,,,,, +2173,Very High,USA,M,21,E,DBAD,Y,21,2.0,1,C,PB,S,M,10.0,,,,, +2174,Very Low,UK,M,6,E,DBAG,N,1,1.0,1,c,PB,S,M,90.0,,,,, +2175,Low,USA,M,0,E,DBAG,N,2,2.0,0,C,PB,S,M,70.0,,,,, +2176,Mid,USA,M,11,E,E,N,11,3.0,5,c,PB,S,M,45.0,,,,, +2177,Very Low,USA,M,2,E,DBAG,N,2,1.0,0,T,SG,SE,M,50.0,,,,, +2178,High,USA,M,20,E,DBAD,N,4,1.0,1,T,PB,,M,120.0,,,,, +2179,Very High,USA,M,14,E,DBAD,N,14,2.0,1,m,PB,S,M,100.0,,,,, +2180,Very Low,USA,M,4,E,DT,N,4,1.0,0,T,PB,SE,F,25.0,,,,, +2181,Mid,USA,M,6,E,E,N,6,2.0,4,c,PB,S,M,4.0,,,,, +2182,High,USA,M,19,E,DT,Y,19,5.0,0,C,PB,S,M,10.0,,,,, +2183,Low,South-Africa,M,20,E,DBAD,N,20,1.0,2,C,PB,S,M,5.0,,,,, +2184,Very High,USA,M,20,E,DBAG,N,22,2.0,0,m,PB,S,M,3.0,,,,, +2185,Very High,USA,M,11,E,DBAG,N,11,6.0,1,C,NP,S,M,35.0,,,,, +2186,Very Low,UK,M,5,E,DBAP,N,3,2.0,2,T,PB,S,M,50.0,,,,, +2187,Low,USA,M,3,E,DA,N,2,1.0,6,C,PB,,M,100.0,,,,, +2188,Mid,USA,M,4,E,DBAD,Y,4,1.0,0,c,FG,SR,M,9.0,,,,, +2189,Low,Bulgaria,M,15,E,DBAG,N,15,2.0,1,m,PB,S,M,6.0,,,,, +2190,Mid,USA,M,3,E,DBAD,Y,3,1.0,1,m,PB,SR,M,60.0,,,,, +2191,Very High,USA,O,7,E,AN,Y,10,4.0,6,m,PB,SE,M,5.0,,,,, +2192,Very High,USA,M,6,E,DBAG,N,20,3.0,0,m,NP,S,M,5.0,,,,, +2193,Mid,USA,M,15,E,DBAD,N,18,3.0,0,c,PB,,M,25.0,,,,, +2194,Mid,UK,M,22,E,M,Y,5,1.0,0,c,PB,S,M,12.0,,,,, +2195,Mid,USA,M,12,E,DBAG,N,6,2.0,1,c,E,S,M,20.0,,,,, +2196,Very Low,Brazil,M,6,E,DBAP,N,6,1.0,2,C,PB,SR,M,51.0,,,,, +2197,Very High,USA,M,20,E,DBAD,N,15,3.0,0,m,PB,C,M,30.0,,,,, +2198,High,USA,M,20,E,D,Y,10,6.0,0,C,PB,S,M,500.0,,,,, +2199,Very Low,UK,M,8,E,A,N,2,3.0,0,C,FG,S,M,20.0,,,,, +2200,High,USA,M,15,E,DT,N,18,1.0,0,m,PB,,M,34.0,,,,, +2201,Low,Netherlands,M,14,P,DBAP,N,13,5.0,1,C,PB,SR,F,3.0,,,,, +2202,Mid,USA,M,7,E,DA,N,7,2.0,3,T,PB,S,M,25.0,,,,, +2203,Mid,USA,M,5,E,DBAG,N,5,2.0,3,C,PB,S,M,20.0,,,,, +2204,Very High,USA,M,20,E,DBAD,N,10,2.0,0,m,PB,S,M,100.0,,,,, +2205,High,USA,M,17,E,A,Y,1,1.0,0,c,E,S,M,3.0,,,,, +2206,Very Low,South-Africa,M,11,E,DBAG,Y,11,3.0,1,m,PB,,M,2.0,,,,, +2207,Low,USA,O,2,E,DBAG,N,3,1.0,6,m,SG,SR,F,32.0,,,,, +2208,Very High,USA,M,20,E,DBAG,Y,20,3.0,1,m,PB,S,M,200.0,,,,, +2209,Very High,USA,M,19,E,DBAP,N,19,6.0,4,m,PB,SE,M,50.0,,,,, +2210,Very Low,Brazil,M,6,E,AN,N,6,1.0,1,m,PB,SR,M,300.0,,,,, +2211,Low,UK,M,5,E,AN,N,10,2.0,3,m,PB,SE,M,3.0,,,,, +2212,Low,USA,O,2,E,DBAP,N,2,1.0,5,C,PB,S,F,6.0,,,,, +2213,High,USA,M,20,E,DBAD,N,20,4.0,0,C,PB,,M,500.0,,,,, +2214,Mid,Canada,M,30,EC,DBAG,N,5,6.0,5,C,FG,S,M,10.0,,,,, +2215,Very Low,UK,M,20,E,DA,Y,10,1.0,1,c,PB,,M,75.0,,,,, +2216,Very High,USA,M,25,E,DBAG,N,6,2.0,0,m,NP,SE,M,2.0,,,,, +2217,Very High,USA,M,12,E,DBAG,N,9,1.0,3,C,NP,SR,M,25.0,,,,, +2218,Very Low,Colombia,M,9,E,DBAG,N,9,4.0,1,t,PB,SR,F,29.0,,,,, +2219,Very Low,UK,M,3,E,DA,N,3,2.0,3,m,PB,S,M,30.0,,,,, +2220,Mid,USA,M,12,E,DBAG,N,12,1.0,0,C,PB,S,F,1.0,,,,, +2221,High,Caymans,M,8,E,DBAG,Y,8,1.0,0,t,PB,S,M,50.0,,,,, +2222,Very High,USA,M,22,E,A,Y,5,4.0,0,T,PB,S,M,4.0,,,,, +2223,Low,Germany,M,10,E,DBAD,Y,5,1.0,2,c,PB,S,M,8.0,,,,, +2224,High,USA,M,15,E,DBAP,N,30,5.0,0,m,NP,S,F,20.0,,,,, +2225,Very Low,Netherlands,M,12,E,DT,N,2,1.0,3,c,PB,SR,M,20.0,,,,, +2226,Very High,USA,M,20,E,DBAG,Y,25,2.0,0,C,PB,SE,M,25.0,,,,, +2227,Mid,USA,M,6,E,DBAP,N,5,2.0,4,C,PB,S,M,12.0,,,,, +2228,Very High,USA,M,14,E,DBAG,N,14,6.0,0,c,PB,SR,M,1700.0,,,,, +2229,Very Low,Netherlands,M,8,EC,,N,8,1.0,0,T,PB,SE,M,10.0,,,,, +2230,Low,UK,M,7,E,DT,Y,1,4.0,0,m,SG,C,M,600.0,,,,, +2231,Low,UK,M,10,E,DBAD,N,3,1.0,0,m,PB,S,M,10.0,,,,, +2232,Very High,USA,M,20,E,DS,Y,3,3.0,0,c,PB,S,M,7.0,,,,, +2233,Low,New-Zealand,M,10,E,DBAP,N,10,4.0,1,c,PB,,M,25.0,,,,, +2234,Mid,USA,M,19,E,D,N,10,2.0,0,c,NP,,M,100.0,,,,, +2235,Mid,USA,M,3,E,A,N,1,2.0,3,C,PB,S,F,10.0,,,,, +2236,High,USA,M,20,E,DBAP,N,20,6.0,3,m,PB,S,M,500.0,,,,, +2237,Very Low,New-Zealand,M,8,E,DBAD,Y,8,1.0,1,T,PB,S,M,200.0,,,,, +2238,High,USA,M,20,E,A,N,1,1.0,0,c,PB,S,M,12.0,,,,, +2239,High,USA,M,12,E,DBAG,N,10,3.0,6,C,PB,,M,15.0,,,,, +2240,Very High,USA,M,17,E,DBAG,Y,9,2.0,3,C,PB,S,M,1000.0,,,,, +2241,Very High,USA,M,14,E,D,N,14,6.0,0,C,PB,SE,M,35.0,,,,, +2242,Low,UK,M,5,E,DBAG,N,10,2.0,0,T,PB,S,M,6.0,,,,, +2243,High,USA,M,5,E,DT,N,3,1.0,6,C,PB,S,M,28.0,,,,, +2244,Mid,USA,M,20,E,DBAG,N,3,2.0,0,c,LG,S,M,25.0,,,,, +2245,Very High,USA,M,10,E,DBAG,Y,2,1.0,0,T,PB,C,M,15.0,,,,, +2246,High,USA,M,20,E,DBAD,N,13,3.0,0,c,PB,,,25.0,,,,, +2247,High,UK,M,15,EC,A,Y,11,2.0,0,C,PB,S,M,3.0,,,,, +2248,High,USA,M,20,E,DBAP,N,17,4.0,0,C,PB,S,M,2.0,,,,, +2249,High,USA,O,1,E,A,N,19,5.0,6,C,PB,C,F,6.0,,,,, +2250,Mid,USA,M,15,E,DT,N,6,2.0,0,m,PB,S,M,1000.0,,,,, +2251,Mid,USA,M,7,E,DBAD,Y,7,1.0,0,C,PB,S,M,3.0,,,,, +2252,Low,USA,M,4,E,D,N,4,1.0,1,C,E,C,M,2.0,,,,, +2253,Very Low,USA,M,25,E,A,N,25,5.0,0,c,PB,C,M,1.0,,,,, +2254,Very High,USA,M,22,E,A,Y,4,1.0,0,C,PB,S,M,5.0,,,,, +2255,Very High,USA,M,7,E,M,Y,1,1.0,0,C,PB,SE,M,7.0,,,,, +2256,Low,USA,M,12,E,DBAP,N,12,1.0,0,T,E,S,M,20.0,,,,, +2257,Very High,USA,O,25,E,DBAG,Y,3,4.0,2,c,PB,SE,F,80.0,,,,, +2258,High,UK,O,13,EC,DBAP,N,13,2.0,4,c,PB,S,M,8.0,,,,, +2259,Low,Denmark,M,15,E,DS,Y,5,2.0,1,T,PB,S,M,200.0,,,,, +2260,Mid,UK,M,10,IC,E,N,4,6.0,0,c,PB,SR,M,1.0,,,,, +2261,Low,Netherlands,M,15,E,DBAP,Y,15,4.0,3,C,PB,C,M,250.0,,,,, +2262,Very High,USA,,4,E,DA,N,4,1.0,3,C,PB,S,M,45.0,,,,, +2263,Very High,USA,M,16,E,A,Y,5,3.0,0,C,PB,S,M,1000.0,,,,, +2264,High,UK,M,12,E,E,N,1,2.0,6,m,PB,S,M,78.0,,,,, +2265,Mid,USA,M,9,E,DBAG,N,1,1.0,0,c,SG,S,M,1800.0,,,,, +2266,Very High,Australia,M,13,E,AN,Y,23,2.0,1,m,PB,S,M,20.0,,,,, +2267,Low,USA,M,5,E,D,N,5,1.0,6,c,PB,S,F,2.0,,,,, +2268,Mid,USA,M,25,E,DBAP,N,25,3.0,0,C,E,S,M,5.0,,,,, +2269,High,USA,M,12,E,DT,Y,5,1.0,2,m,PB,S,M,40.0,,,,, +2270,Very High,USA,M,3,E,M,Y,3,1.0,4,m,NP,SE,F,12.0,,,,, +2271,Very High,USA,M,10,E,A,N,2,1.0,0,m,PB,SR,M,5.0,,,,, +2272,Very Low,Mexico,M,10,E,DBAP,N,10,6.0,4,m,PB,SR,M,25.0,,,,, +2273,High,Australia,M,22,E,M,N,8,4.0,0,m,NP,S,M,50.0,,,,, +2274,High,USA,M,19,E,DBAP,N,19,1.0,1,C,E,SR,F,1.0,,,,, +2275,High,USA,O,15,E,M,Y,15,2.0,4,C,E,S,M,100.0,,,,, +2276,High,USA,M,15,E,DT,N,15,2.0,3,m,PB,SE,M,25.0,,,,, +2277,Very Low,Poland,M,10,E,DT,N,3,2.0,0,C,PB,S,M,3.0,,,,, +2278,Very High,USA,M,15,E,DBAP,N,25,3.0,1,m,PB,SE,M,35.0,,,,, +2279,High,UK,M,9,EC,DT,N,4,5.0,1,m,NP,S,M,35.0,,,,, +2280,Very High,USA,M,20,E,DT,N,20,1.0,1,c,PB,S,M,3.0,,,,, +2281,Very High,USA,M,4,E,DBAD,N,20,5.0,4,C,SG,S,F,6.0,,,,, +2282,Very High,USA,M,21,E,DBAG,N,21,6.0,2,m,FG,S,M,50.0,,,,, +2283,High,USA,M,30,E,DBAG,N,15,3.0,0,m,PB,S,M,30.0,,,,, +2284,Mid,USA,M,10,E,DBAG,N,1,1.0,0,c,PB,S,M,7.0,,,,, +2285,Mid,USA,M,9,E,DA,N,9,1.0,0,C,PB,SE,M,5.0,,,,, +2286,Very Low,Australia,M,4,P,DBAG,Y,4,1.0,0,c,PB,S,M,3.0,,,,, +2287,Very High,USA,M,19,E,DBAG,N,13,1.0,2,c,NP,S,M,40.0,,,,, +2288,Low,Australia,M,8,E,D,N,5,1.0,2,c,E,S,M,18.0,,,,, +2289,Mid,Australia,M,18,EC,D,N,18,1.0,0,m,PB,S,M,5.0,,,,, +2290,Very High,USA,,20,EC,A,N,15,5.0,5,C,PB,S,M,13.0,,,,, +2291,Very Low,Slovenia,M,14,E,M,Y,10,1.0,1,C,PB,S,M,100.0,,,,, +2292,High,USA,M,5,E,E,N,5,1.0,4,m,PB,S,M,20.0,,,,, +2293,High,USA,M,15,E,DBAP,N,15,4.0,6,T,PB,S,M,2.0,,,,, +2294,High,USA,M,6,EC,DBAP,N,3,3.0,6,C,PB,S,M,500.0,,,,, +2295,High,USA,M,20,E,M,Y,20,2.0,6,c,NP,S,M,100.0,,,,, +2296,High,UK,M,13,EC,M,Y,10,2.0,0,T,PB,SE,M,50.0,,,,, +2297,High,USA,A,2,E,DBAP,Y,20,2.0,0,m,NP,SE,F,1000.0,,,,, +2298,High,USA,M,9,E,DBAG,N,9,3.0,1,C,PB,SR,M,28.0,,,,, +2299,Very Low,Slovenia,M,10,E,DBAG,N,12,1.0,1,C,PB,S,M,4.0,,,,, +2300,Very Low,USA,O,12,E,M,Y,2,5.0,0,C,PB,C,F,100.0,,,,, +2301,Very Low,Italy,M,8,E,DBAP,N,8,3.0,5,m,PB,SR,M,300.0,,,,, +2302,Very High,USA,M,14,E,DBAG,N,2,2.0,0,m,PB,SE,M,2.0,,,,, +2303,Mid,USA,M,10,E,DBAP,Y,10,1.0,1,T,PB,S,M,28.0,,,,, +2304,High,USA,M,4,E,DBAG,N,4,1.0,1,m,PB,S,F,200.0,,,,, +2305,Low,New-Zealand,M,10,E,D,N,30,2.0,1,C,FG,C,M,12.0,,,,, +2306,High,Denmark,M,19,E,DBAG,N,4,1.0,6,m,PB,C,M,5.0,,,,, +2307,High,USA,M,10,E,D,N,4,1.0,3,m,PB,S,M,1000.0,,,,, +2308,Very High,USA,M,17,EC,DBAG,N,6,6.0,0,m,PB,S,M,6.0,,,,, +2309,Low,Netherlands,M,13,E,DBAG,N,13,2.0,0,C,PB,,M,200.0,,,,, +2310,High,USA,DB2,5,E,DBAG,N,5,1.0,6,T,PB,S,M,30.0,,,,, +2311,Very High,USA,M,21,EC,AN,N,22,4.0,2,c,PB,,M,50.0,,,,, +2312,Low,USA,M,5,E,A,Y,5,1.0,0,m,PB,S,M,20.0,,,,, +2313,High,USA,M,12,E,E,Y,3,2.0,0,m,PB,S,M,20.0,,,,, +2314,Very Low,Portugal,M,13,E,DBAG,N,4,3.0,4,C,PB,S,M,40.0,,,,, +2315,Low,USA,M,10,E,DT,N,3,3.0,1,C,PB,S,M,250.0,,,,, +2316,Very High,USA,M,20,E,DBAG,N,15,6.0,1,m,PB,S,M,100.0,,,,, +2317,High,USA,M,12,E,DBAG,N,12,4.0,0,C,PB,S,M,500.0,,,,, +2318,Very High,USA,M,20,E,M,Y,20,2.0,4,m,SG,S,M,19.0,,,,, +2319,Very High,USA,M,20,E,E,N,20,6.0,0,m,PB,S,M,6.0,,,,, +2320,Very Low,UK,M,18,E,DBAP,Y,25,6.0,4,c,SG,S,F,100.0,,,,, +2321,Low,Australia,MS,16,E,A,Y,23,3.0,0,m,PB,C,M,120.0,,,,, +2322,Low,New-Zealand,M,10,E,D,N,10,2.0,1,c,FG,SR,M,4.0,,,,, +2323,High,USA,M,8,EC,DBAP,N,8,2.0,2,m,PB,SR,F,6.0,,,,, +2324,Low,SaudiArabia,M,6,E,DBAP,Y,1,2.0,2,m,PB,S,M,50.0,,,,, +2325,Very Low,Australia,M,6,EC,DBAG,N,5,2.0,2,m,PB,SR,M,14.0,,,,, +2326,Low,New-Zealand,M,6,E,DBAP,N,6,3.0,6,c,PB,S,M,24.0,,,,, +2327,Mid,Canada,M,20,E,DT,Y,10,2.0,2,m,PB,S,M,700.0,,,,, +2328,Very Low,Sweden,M,6,EC,DBAG,N,6,2.0,0,m,PB,C,M,7.0,,,,, +2329,Low,UK,M,12,E,DBAG,N,12,2.0,3,c,PB,S,M,2000.0,,,,, +2330,Mid,USA,M,5,E,DBAG,N,3,2.0,0,c,PB,S,M,400.0,,,,, +2331,Low,Australia,M,5,E,DA,N,5,1.0,3,m,PB,SR,M,17.0,,,,, +2332,Very High,USA,M,15,E,A,N,2,1.0,1,m,PB,C,M,2.0,,,,, +2333,High,USA,M,10,EC,D,N,5,2.0,2,c,PB,S,M,300.0,,,,, +2334,Low,Australia,O,8,E,DBAP,N,8,2.0,2,C,PB,,M,100.0,,,,, +2335,Very High,USA,M,24,EC,DBAD,N,14,2.0,3,m,PB,S,M,2.0,,,,, +2336,Very High,USA,M,12,E,M,Y,4,1.0,0,m,PB,C,M,15.0,,,,, +2337,High,USA,M,20,EC,DBAG,N,2,2.0,0,T,PB,S,M,9.0,,,,, +2338,Very High,USA,M,24,IC,DBAD,N,37,6.0,0,m,PB,SE,M,25.0,,,,, +2339,Very High,USA,M,18,E,DBAP,N,1,6.0,3,m,PB,S,M,40.0,,,,, +2340,Mid,USA,M,8,E,DT,N,8,1.0,6,m,LG,SE,M,60.0,,,,, +2341,Very Low,UK,M,7,E,DBAG,N,2,1.0,2,c,SG,SE,M,5.0,,,,, +2342,High,USA,M,14,EC,E,N,9,4.0,3,m,PB,C,M,20.0,,,,, +2343,Very High,USA,M,10,E,DBAP,N,8,4.0,3,c,PB,S,M,0.0,,,,, +2344,Very High,Italy,M,20,IC,DBAP,Y,20,4.0,2,t,PB,S,M,70.0,,,,, +2345,Very Low,Greece,M,6,E,DT,N,20,1.0,5,C,PB,SR,M,90.0,,,,, +2346,High,USA,M,20,E,D,Y,1,4.0,3,m,PB,SE,M,3.0,,,,, +2347,Very Low,USA,M,3,E,,N,3,1.0,0,c,FG,SR,M,10.0,,,,, +2348,Very High,USA,A,4,E,E,Y,12,4.0,6,m,PB,SR,F,6.0,,,,, +2349,Very Low,India,M,13,E,D,N,13,6.0,6,m,PB,,M,4.0,,,,, +2350,Very High,USA,M,15,EC,DBAG,N,15,3.0,1,m,PB,SR,M,3.0,,,,, +2351,Mid,Australia,M,10,EC,DBAP,N,3,1.0,2,m,PB,SR,M,1500.0,,,,, +2352,Low,UK,M,8,E,DA,Y,12,2.0,0,C,PB,S,M,150.0,,,,, +2353,Very High,USA,M,20,E,M,Y,12,2.0,0,m,LG,S,M,4.0,,,,, +2354,Very High,USA,O,22,E,A,N,5,3.0,6,t,PB,SE,F,85.0,,,,, +2355,Very Low,UK,M,5,E,DT,N,5,1.0,2,C,PB,SE,M,100000.0,,,,, +2356,Low,Australia,O,4,E,DBAP,N,4,1.0,1,m,SG,SR,M,100.0,,,,, +2357,Very Low,Canada,M,4,E,DA,N,4,1.0,1,C,PB,SE,M,10.0,,,,, +2358,High,USA,M,10,E,DBAG,N,5,3.0,0,m,PB,S,M,2.0,,,,, +2359,Very High,USA,M,20,E,DBAP,N,20,5.0,4,m,PB,SR,M,9.0,,,,, +2360,Very High,USA,M,10,IC,A,N,20,3.0,0,m,PB,S,M,500.0,,,,, +2361,Very High,USA,A,8,EC,D,N,7,3.0,1,C,PB,S,F,150.0,,,,, +2362,Very High,USA,M,10,E,DBAD,N,20,1.0,0,C,PB,S,M,100.0,,,,, +2363,High,USA,M,20,E,D,Y,10,2.0,0,m,PB,C,M,800.0,,,,, +2364,Very High,USA,M,19,E,A,N,8,1.0,0,m,PB,S,M,3.0,,,,, +2365,Very High,USA,M,20,E,DT,N,20,5.0,0,m,PB,S,M,10.0,,,,, +2366,Very High,USA,M,20,E,A,N,10,3.0,0,m,PB,S,M,10.0,,,,, +2367,Mid,USA,M,15,E,DBAG,N,15,1.0,0,C,E,S,M,72.0,,,,, +2368,Very High,USA,M,10,E,A,N,20,6.0,0,C,NP,S,M,10.0,,,,, +2369,High,Australia,MS,2,IC,A,N,2,1.0,0,m,PB,C,M,3.0,,,,, +2370,Very High,USA,M,12,E,DBAG,N,1,4.0,2,m,PB,,M,0.0,,,,, +2371,Very High,USA,M,18,E,DBAP,N,14,4.0,4,m,PB,S,M,40.0,,,,, +2372,Low,UK,M,13,E,DBAG,N,10,4.0,6,C,PB,C,M,700.0,,,,, +2373,Mid,USA,M,1,E,DBAP,N,1,2.0,0,C,NP,S,M,100.0,,,,, +2374,Mid,USA,M,19,E,DBAG,N,15,4.0,1,c,PB,S,M,20.0,,,,, +2375,Very High,USA,M,10,E,DT,N,10,6.0,2,m,PB,S,M,50.0,,,,, +2376,High,USA,M,20,E,E,N,20,3.0,6,C,PB,S,M,20.0,,,,, +2377,Low,USA,M,5,E,DBAG,N,1,1.0,1,c,PB,S,M,100.0,,,,, +2378,Very High,USA,M,6,E,DT,N,6,1.0,6,c,PB,S,M,17.0,,,,, +2379,Mid,UK,P,1,E,DBAP,N,6,4.0,0,m,PB,S,M,20.0,,,,, +2380,Very Low,New-Zealand,M,8,P,DBAG,N,5,2.0,0,c,PB,SR,F,20.0,,,,, +2381,Very High,USA,M,11,E,DBAP,Y,11,1.0,1,m,PB,S,F,24.0,,,,, +2382,High,USA,O,18,EC,DBAP,N,18,4.0,6,m,PB,S,M,1000.0,,,,, +2383,Mid,Australia,M,5,E,DBAD,N,5,1.0,0,m,PB,S,M,500.0,,,,, +2384,High,USA,P,2,E,E,N,3,2.0,1,C,PB,S,M,60.0,,,,, +2385,High,USA,M,16,E,M,N,8,2.0,0,m,PB,C,M,2.0,,,,, +2386,Very High,USA,M,10,E,DBAP,N,10,1.0,0,C,NP,SR,M,15.0,,,,, +2387,Very High,USA,M,15,E,A,N,12,3.0,0,m,PB,SR,M,25.0,,,,, +2388,High,USA,M,9,E,DT,N,4,2.0,1,C,PB,S,M,5.0,,,,, +2389,High,USA,M,15,EC,DA,N,15,6.0,2,c,PB,S,M,6.0,,,,, +2390,Mid,USA,M,3,E,DBAD,Y,3,1.0,0,C,PB,C,F,4.0,,,,, +2391,Very High,USA,M,15,E,DBAP,N,14,6.0,1,C,PB,SE,M,12.0,,,,, +2392,Mid,USA,M,16,E,DBAG,Y,18,1.0,3,c,SG,S,M,160.0,,,,, +2393,Mid,Australia,M,10,E,E,N,4,1.0,3,C,PB,,M,85.0,,,,, +2394,Very High,USA,M,25,E,E,N,25,6.0,0,m,PB,S,M,10.0,,,,, +2395,Very High,USA,M,10,E,DBAP,Y,3,2.0,1,C,PB,S,M,100.0,,,,, +2396,Low,Australia,M,8,E,DA,N,8,2.0,3,m,PB,S,M,70.0,,,,, +2397,Very High,USA,M,19,EC,DBAP,N,19,6.0,4,c,PB,S,M,10.0,,,,, +2398,Low,Australia,M,7,E,DBAP,N,10,2.0,1,C,SG,S,M,300.0,,,,, +2399,High,USA,M,7,E,DT,N,7,2.0,5,C,PB,,F,150.0,,,,, +2400,Very High,USA,O,15,E,DBAD,N,10,2.0,1,C,PB,SR,M,50.0,,,,, +2401,Very High,USA,M,15,E,M,Y,15,2.0,0,c,PB,,M,15.0,,,,, +2402,Very High,USA,M,2,E,DBAD,N,18,5.0,0,m,PB,S,M,300.0,,,,, +2403,High,USA,M,15,E,DBAP,Y,6,1.0,5,C,PB,S,M,2.0,,,,, +2404,Very High,USA,M,19,EC,A,N,8,2.0,6,t,PB,S,M,300.0,,,,, +2405,Very High,USA,M,19,EC,DBAP,N,4,1.0,3,m,PB,S,F,50.0,,,,, +2406,Mid,USA,O,1,E,DBAP,N,4,1.0,4,c,PB,S,M,100.0,,,,, +2407,Very High,USA,M,30,E,A,Y,20,2.0,0,m,PB,,M,150.0,,,,, +2408,Very High,USA,MS,7,EC,DBAP,N,30,6.0,2,m,FG,,M,0.0,,,,, +2409,High,USA,M,20,E,A,N,1,1.0,0,C,E,S,M,20.0,,,,, +2410,High,Vanuatu,M,19,E,DT,N,4,4.0,5,m,PB,S,M,30.0,,,,, +2411,High,USA,M,15,E,DBAG,N,10,4.0,1,m,PB,SR,M,20.0,,,,, +2412,Very High,USA,,5,E,DBAG,N,25,6.0,4,m,PB,S,M,24.0,,,,, +2413,Very High,USA,M,12,EC,DBAP,N,5,2.0,3,C,PB,S,M,270.0,,,,, +2414,High,USA,M,9,E,DBAG,N,9,2.0,3,T,PB,SE,M,100.0,,,,, +2415,Very High,USA,M,10,E,A,Y,3,3.0,3,C,PB,S,M,25.0,,,,, +2416,High,USA,M,6,E,DBAG,N,8,3.0,0,C,PB,S,M,15.0,,,,, +2417,High,Uruguay,M,15,IC,DBAD,N,5,1.0,0,m,PB,SR,M,10.0,,,,, +2418,Very High,USA,M,13,E,DBAP,N,12,2.0,6,c,PB,C,M,20.0,,,,, +2419,High,USA,M,5,E,DBAG,N,5,4.0,2,C,PB,S,M,360.0,,,,, +2420,High,USA,M,10,E,DS,N,1,1.0,6,C,PB,S,M,18.0,,,,, +2421,Very High,USA,M,22,E,DBAG,Y,13,3.0,2,m,PB,S,M,100.0,,,,, +2422,Very High,USA,M,25,IC,A,Y,25,3.0,2,m,PB,C,M,82.0,,,,, +2423,Very Low,India,M,9,E,DBAG,Y,3,4.0,3,m,PB,C,M,25.0,,,,, +2424,Very High,USA,M,15,E,D,N,15,6.0,2,m,PB,S,M,300.0,,,,, +2425,Mid,USA,M,5,E,DBAP,N,5,1.0,6,m,PB,SE,M,15.0,,,,, +2426,Mid,USA,M,20,E,DBAP,N,6,3.0,4,C,PB,C,F,600.0,,,,, +2427,High,USA,M,20,E,DBAG,N,8,2.0,3,C,NP,S,M,200.0,,,,, +2428,Very High,USA,M,22,IC,A,N,15,3.0,0,m,PB,,M,200.0,,,,, +2429,Very High,USA,M,15,EC,DBAG,N,15,5.0,1,t,FG,S,M,48.0,,,,, +2430,Very High,USA,M,20,IC,DBAG,N,22,6.0,0,m,PB,S,M,10.0,,,,, +2431,Very High,USA,M,12,E,A,N,1,1.0,2,m,PB,S,M,15.0,,,,, +2432,High,USA,M,15,E,DBAD,N,10,2.0,0,m,NP,SR,M,200.0,,,,, +2433,Very High,USA,A,15,EC,M,Y,3,1.0,0,m,PB,C,M,7.0,,,,, +2434,Very High,USA,M,10,E,A,N,10,1.0,0,m,PB,S,M,20.0,,,,, +2435,High,USA,M,10,E,D,N,6,3.0,3,c,PB,S,M,4.0,,,,, +2436,High,USA,M,8,E,DBAG,N,12,3.0,3,C,PB,SE,M,5.0,,,,, +2437,High,USA,M,22,E,DBAG,N,8,2.0,4,m,PB,SE,M,50.0,,,,, +2438,High,USA,M,20,E,DT,Y,22,3.0,2,c,PB,S,F,70.0,,,,, +2439,Very High,USA,M,14,IC,DBAP,N,8,2.0,3,m,PB,SR,M,10.0,,,,, +2440,Low,Australia,M,14,E,D,N,5,3.0,2,m,SG,S,M,15.0,,,,, +2441,Very Low,Brazil,M,5,E,DBAG,Y,5,3.0,2,m,PB,SE,M,6.0,,,,, +2442,Very High,USA,M,10,IC,DBAD,N,10,4.0,0,m,PB,S,M,300.0,,,,, +2443,Mid,USA,M,10,E,DBAG,N,9,1.0,1,m,LG,S,F,0.0,,,,, +2444,Low,USA,M,8,E,DBAP,N,8,1.0,0,C,PB,,,15.0,,,,, +2445,Mid,USA,M,10,E,DT,N,10,4.0,3,C,PB,SR,F,4.0,,,,, +2446,High,USA,M,9,E,A,Y,9,1.0,0,T,PB,SR,M,5.0,,,,, +2447,Very High,USA,M,23,E,DBAP,Y,10,2.0,3,m,PB,S,M,10.0,,,,, +2448,Very Low,Taiwan,M,14,E,DBAG,N,14,4.0,6,m,PB,S,M,50.0,,,,, +2449,Very High,USA,M,10,E,A,N,15,4.0,6,C,PB,SE,M,200.0,,,,, +2450,Low,South-Africa,M,9,E,E,N,9,5.0,6,m,PB,S,M,350.0,,,,, +2451,High,USA,M,12,E,D,Y,6,2.0,1,C,NP,SR,M,1000000.0,,,,, +2452,Low,Canada,M,15,E,DT,N,15,2.0,0,m,PB,S,M,6.0,,,,, +2453,High,Ukraine,,3,E,D,N,2,2.0,4,m,PB,S,M,10.0,,,,, +2454,Very Low,USA,M,5,E,,N,16,4.0,6,c,PB,C,M,10.0,,,,, +2455,Very Low,South-Africa,M,19,E,DT,N,9,1.0,0,m,PB,S,M,100.0,,,,, +2456,Very High,USA,M,20,EC,A,Y,10,1.0,0,m,PB,S,M,50.0,,,,, +2457,Mid,USA,M,5,E,DBAG,N,8,1.0,0,m,PB,SR,M,100.0,,,,, +2458,Low,USA,M,3,E,E,N,3,1.0,0,m,PB,S,M,7.0,,,,, +2459,Very Low,Ukraine,M,9,E,DBAD,N,9,6.0,6,C,PB,,M,6.0,,,,, +2460,Low,Australia,M,10,E,DBAG,N,2,3.0,0,m,PB,SR,M,500.0,,,,, +2461,Very Low,India,M,8,E,D,N,10,4.0,2,m,PB,S,M,20.0,,,,, +2462,Very High,USA,M,15,E,DT,N,15,3.0,5,m,PB,SR,M,2.0,,,,, +2463,Mid,USA,M,8,EC,DBAG,N,8,1.0,6,C,PB,S,M,10.0,,,,, +2464,Low,USA,M,5,E,DBAG,N,5,1.0,2,C,PB,S,M,10000.0,,,,, +2465,Very High,USA,M,16,EC,A,Y,16,2.0,6,m,NP,S,M,300.0,,,,, +2466,Low,USA,M,5,E,DA,N,5,2.0,1,m,LG,C,M,20.0,,,,, +2467,Very Low,Maldives,M,4,E,DBAP,Y,4,1.0,0,T,LG,SR,M,15.0,,,,, +2468,Very Low,Poland,M,20,E,DBAG,N,15,2.0,2,C,PB,S,M,16.0,,,,, +2469,Very High,USA,M,20,EC,DBAP,Y,20,4.0,0,m,PB,SE,F,50.0,,,,, +2470,Low,USA,M,7,E,DBAG,N,7,2.0,1,T,PB,S,M,60.0,,,,, +2471,Very Low,Turkey,,8,E,DA,N,8,1.0,1,m,PB,S,M,10.0,,,,, +2472,Low,USA,M,11,E,DBAP,N,11,1.0,6,c,PB,S,M,15.0,,,,, +2473,Very Low,India,M,6,E,DBAP,Y,6,4.0,6,m,PB,,M,2000.0,,,,, +2474,Very High,USA,M,8,E,DA,Y,1,1.0,0,m,PB,SR,NB,800.0,,,,, +2475,Very High,USA,M,20,E,DBAG,N,3,2.0,2,C,PB,SE,M,8.0,,,,, +2476,Very Low,India,M,7,E,DBAD,N,7,5.0,1,C,PB,C,M,10.0,,,,, +2477,High,USA,M,8,E,DBAP,N,8,2.0,3,T,PB,SE,M,30.0,,,,, +2478,Very High,USA,M,20,E,DBAG,N,20,5.0,0,m,PB,S,M,120.0,,,,, +2479,Very High,USA,M,10,E,D,N,10,3.0,1,c,PB,C,M,20.0,,,,, +2480,Low,Israel,M,25,E,DBAD,N,25,3.0,5,t,PB,S,M,1.0,,,,, +2481,Very Low,South-Africa,M,3,E,DBAG,Y,3,1.0,0,C,PB,S,M,100.0,,,,, +2482,High,USA,M,9,E,DBAG,N,5,2.0,0,C,PB,SE,M,3.0,,,,, +2483,Very High,USA,M,15,E,E,N,4,1.0,3,T,PB,S,M,12.0,,,,, +2484,High,USA,M,20,E,DBAP,N,6,5.0,4,C,PB,C,M,2200.0,,,,, +2485,Very Low,South-Africa,M,20,E,D,Y,7,2.0,2,m,PB,C,M,350.0,,,,, +2486,Low,South-Africa,M,15,E,M,Y,10,2.0,0,m,PB,S,M,5.0,,,,, +2487,Mid,USA,M,4,E,DBAP,N,4,1.0,0,c,PB,S,M,5.0,,,,, +2488,Very High,Switzerland,M,21,E,DBAG,Y,20,3.0,1,c,PB,S,M,50.0,,,,, +2489,Very Low,South-Africa,M,1,E,D,N,2,1.0,3,T,PB,S,M,80.0,,,,, +2490,Low,Canada,M,17,E,DBAG,N,14,5.0,0,m,PB,SR,M,100.0,,,,, +2491,Very Low,USA,M,20,E,DBAG,N,24,3.0,3,m,PB,S,M,70.0,,,,, +2492,Very Low,South-Africa,,6,E,AN,Y,6,2.0,2,m,PB,S,M,100.0,,,,, +2493,Very Low,South-Africa,M,30,E,AN,Y,30,3.0,1,m,PB,S,F,3.0,,,,, +2494,Very Low,India,M,8,E,DT,N,9,3.0,6,m,PB,SR,M,4.0,,,,, +2495,Very Low,Spain,M,10,E,DBAD,Y,5,2.0,1,C,PB,SR,M,2.0,,,,, +2496,Very Low,India,M,12,E,DBAP,Y,12,3.0,1,m,PB,SE,F,30.0,,,,, +2497,High,USA,M,20,E,DBAP,N,20,2.0,0,C,PB,,NB,50.0,,,,, +2498,High,USA,M,15,E,DA,N,13,3.0,2,C,NP,S,M,150.0,,,,, +2499,Very Low,South-Africa,M,16,E,DT,N,16,2.0,6,m,PB,,M,5.0,,,,, +2500,Very Low,Turkey,M,5,E,DBAD,Y,2,1.0,0,m,PB,SR,F,5.0,,,,, +2501,Very High,USA,M,4,E,DBAG,N,4,1.0,6,c,PB,SE,M,60.0,,,,, +2502,Low,UK,M,10,E,DBAG,N,2,2.0,1,m,PB,,M,40.0,,,,, +2503,Very Low,South-Africa,M,15,E,DT,Y,5,2.0,0,t,PB,SE,M,30.0,,,,, +2504,Very Low,India,M,9,E,DBAG,Y,9,3.0,1,m,PB,,M,5.0,,,,, +2505,Mid,Sweden,M,20,IC,DBAG,N,20,4.0,0,m,PB,,M,25.0,,,,, +2506,Mid,Israel,M,19,E,DBAD,N,19,1.0,0,T,PB,S,M,15.0,,,,, +2507,Low,Netherlands,M,20,E,E,N,15,1.0,0,c,PB,C,M,5.0,,,,, +2508,Mid,Germany,M,16,E,E,Y,2,2.0,3,C,PB,S,M,400.0,,,,, +2509,High,Australia,M,19,E,E,Y,15,3.0,4,m,PB,S,M,10.0,,,,, +2510,High,USA,M,15,E,M,Y,10,2.0,6,C,PB,SE,M,1400.0,,,,, +2511,Low,Netherlands,M,15,E,DBAG,N,15,4.0,1,C,PB,S,M,750.0,,,,, +2512,Low,South-Africa,M,19,EC,DBAG,N,20,6.0,1,m,PB,SR,M,10.0,,,,, +2513,Very High,Switzerland,M,30,E,DBAG,N,1,6.0,0,T,PB,SE,M,70.0,,,,, +2514,Very High,USA,M,19,E,DBAG,N,25,2.0,1,m,LG,S,M,500.0,,,,, +2515,Very Low,Austria,M,4,E,DBAP,N,8,1.0,1,c,PB,S,M,140.0,,,,, +2516,Low,Lithuania,M,4,E,DT,Y,4,1.0,0,C,PB,,M,14.0,,,,, +2517,Mid,Germany,M,11,E,D,N,11,2.0,0,c,PB,S,M,8.0,,,,, +2518,Very Low,UK,M,10,E,DBAP,N,12,2.0,1,T,PB,S,M,8.0,,,,, +2519,Very Low,Poland,M,8,E,E,Y,8,1.0,4,C,PB,S,M,53.0,,,,, +2520,Very Low,CzechRepublic,M,10,E,DBAP,N,7,2.0,3,c,PB,C,M,100.0,,,,, +2521,Very Low,Iran,M,10,EC,DBAG,Y,3,1.0,1,m,PB,SR,M,950.0,,,,, +2522,Mid,Australia,M,20,E,DBAP,N,20,2.0,6,m,SG,S,M,10.0,,,,, +2523,Low,UK,M,25,E,M,Y,22,3.0,0,C,PB,S,M,500.0,,,,, +2524,Very Low,Indonesia,M,7,EC,DBAG,N,5,2.0,0,c,PB,S,M,6.0,,,,, +2525,Low,Norway,M,2,E,DT,N,2,1.0,1,C,PB,S,M,60.0,,,,, +2526,Low,Netherlands,M,8,E,DT,N,8,3.0,0,C,PB,S,M,10.0,,,,, +2527,High,Germany,M,8,E,DA,N,25,3.0,1,c,PB,SR,M,3.0,,,,, +2528,Low,Netherlands,M,20,E,DBAP,N,20,6.0,0,c,PB,C,M,50.0,,,,, +2529,Very Low,Sweden,M,10,EC,DBAP,N,10,3.0,6,m,PB,S,M,55.0,,,,, +2530,Very Low,Sweden,M,5,EC,DA,Y,5,2.0,2,C,PB,S,M,10.0,,,,, +2531,High,Australia,A,4,IC,DT,N,1,3.0,6,m,PB,C,M,3.0,,,,, +2532,Low,Sweden,M,16,EC,DA,Y,1,3.0,2,C,PB,S,M,5.0,,,,, +2533,High,Germany,M,10,E,M,Y,30,1.0,2,c,PB,S,M,30.0,,,,, +2534,Very Low,UK,M,19,E,DBAG,N,19,1.0,6,c,PB,S,M,50.0,,,,, +2535,Low,UK,M,20,E,M,Y,5,2.0,0,c,PB,S,M,800.0,,,,, +2536,Low,UK,M,10,E,DBAG,N,7,2.0,6,m,PB,SE,M,4.0,,,,, +2537,Mid,Germany,M,18,E,DT,N,18,2.0,2,c,PB,SR,M,200.0,,,,, +2538,Low,UK,M,14,E,DBAG,N,14,2.0,0,C,PB,SR,M,20.0,,,,, +2539,Low,UK,M,5,E,DBAP,N,2,2.0,0,c,LG,S,M,30.0,,,,, +2540,Low,Germany,M,10,E,DBAG,N,10,1.0,0,m,PB,S,F,70.0,,,,, +2541,Very Low,Sweden,M,6,E,A,Y,2,1.0,0,C,PB,SR,M,2.0,,,,, +2542,Low,UK,M,10,E,DBAP,N,19,1.0,6,m,PB,S,M,5.0,,,,, +2543,Low,Germany,M,12,E,DBAD,N,7,2.0,0,c,PB,S,M,2000.0,,,,, +2544,Low,UK,M,9,E,D,N,9,3.0,1,T,PB,C,M,2.0,,,,, +2545,Very Low,Italy,M,22,E,DBAD,Y,20,6.0,0,c,PB,SR,M,3.0,,,,, +2546,High,Iceland,M,20,E,DBAP,N,10,3.0,5,c,PB,S,,6.0,,,,, +2547,Very Low,Lithuania,,6,E,DBAP,N,6,3.0,1,c,FG,S,M,200.0,,,,, +2548,Very Low,Denmark,M,20,E,DT,Y,13,1.0,2,m,PB,S,M,15.0,,,,, +2549,Very Low,Philippines,M,12,E,A,N,10,2.0,2,m,PB,S,M,10.0,,,,, +2550,Very Low,Latvia,M,20,E,DBAG,N,10,2.0,0,C,PB,S,M,24.0,,,,, +2551,Very Low,Italy,M,6,E,DBAG,Y,3,1.0,0,T,PB,C,M,10.0,,,,, +2552,Very Low,CzechRepublic,M,14,E,E,N,7,2.0,6,m,PB,S,M,50.0,,,,, +2553,Very Low,Italy,M,20,E,DBAG,Y,10,3.0,2,C,PB,SE,M,500.0,,,,, +2554,Very Low,Germany,M,17,E,DBAG,N,17,1.0,1,C,PB,S,M,30.0,,,,, +2555,Low,UK,M,11,E,DT,N,6,1.0,3,C,PB,S,M,8.0,,,,, +2556,Very Low,UK,M,5,E,DBAG,N,1,1.0,0,T,PB,SR,M,6.0,,,,, +2557,Very Low,Italy,M,15,E,DBAG,N,9,2.0,2,c,PB,S,F,6.0,,,,, +2558,Very Low,UK,M,2,E,DBAG,N,1,2.0,3,c,PB,SR,F,5.0,,,,, +2559,Very Low,UK,M,2,E,AN,Y,15,1.0,5,c,E,SR,M,8.0,,,,, +2560,Very Low,Italy,M,8,E,DBAG,N,8,2.0,2,c,PB,S,M,12.0,,,,, +2561,Very Low,Armenia,M,1,E,DBAP,N,1,2.0,3,t,PB,SR,F,105.0,,,,, +2562,Very Low,UK,M,1,E,DT,N,1,1.0,1,C,PB,S,M,35.0,,,,, +2563,Very Low,Ukraine,M,14,E,DBAG,Y,14,6.0,2,m,PB,S,M,3.0,,,,, +2564,Low,Australia,M,14,E,,N,14,1.0,3,T,PB,SE,M,10.0,,,,, +2565,Very Low,Germany,M,4,E,,N,4,1.0,6,c,PB,S,M,10.0,,,,, +2566,Very Low,UK,M,10,E,DBAG,N,15,6.0,1,c,PB,S,M,50.0,,,,, +2567,Very Low,Romania,M,8,E,E,N,13,1.0,1,C,PB,SR,M,60.0,,,,, +2568,Very Low,Romania,M,10,E,A,N,7,2.0,1,C,PB,,M,2.0,,,,, +2569,Low,UK,M,15,E,DBAG,N,3,1.0,0,t,PB,S,M,100.0,,,,, +2570,Very Low,UK,M,4,E,DBAG,N,5,1.0,0,c,FG,,M,72.0,,,,, +2571,Very Low,UK,M,5,E,DBAG,N,2,1.0,6,c,PB,S,M,96.0,,,,, +2572,Very High,South-Africa,M,10,E,DT,N,20,1.0,0,C,PB,SE,M,200.0,,,,, +2573,Low,Germany,M,18,E,DBAP,N,22,3.0,0,C,PB,SR,M,20.0,,,,, +2574,Low,Ireland,M,5,E,DBAG,N,7,4.0,3,C,PB,S,M,15.0,,,,, +2575,Very High,USA,M,12,E,DBAG,Y,12,3.0,6,c,PB,S,M,50.0,,,,, +2576,Low,Germany,M,3,E,DA,N,8,3.0,6,T,PB,SR,M,250.0,,,,, +2577,Very Low,Ukraine,P,1,E,E,N,5,5.0,6,m,PB,C,M,3.0,,,,, +2578,Very High,USA,M,22,E,DBAG,N,25,3.0,4,m,NP,S,F,2.0,,,,, +2579,Low,Switzerland,M,4,EC,DT,N,4,3.0,2,T,PB,S,M,500.0,,,,, +2580,Very Low,Italy,M,7,EC,DBAP,N,7,1.0,1,m,PB,SR,M,2.0,,,,, +2581,Very Low,Italy,M,0,E,DBAD,N,0,1.0,0,m,PB,S,M,10.0,,,,, +2582,Very Low,UK,M,2,E,D,N,3,1.0,3,c,PB,S,M,30.0,,,,, +2583,Low,Luxembourg,M,7,E,DBAP,N,3,3.0,0,c,PB,SR,M,3.0,,,,, +2584,Low,Germany,M,18,E,DBAD,N,8,1.0,0,m,PB,S,M,8.0,,,,, +2585,Very High,USA,A,5,EC,M,Y,1,1.0,2,m,PB,S,M,5.0,,,,, +2586,Low,UK,M,8,E,M,Y,4,1.0,0,C,PB,S,M,4.0,,,,, +2587,Very Low,UK,M,6,E,DT,N,6,1.0,3,T,SG,SR,M,8.0,,,,, +2588,Very Low,India,M,5,E,DBAP,N,5,1.0,6,m,PB,S,M,15.0,,,,, +2589,Very High,USA,M,9,E,DBAP,Y,2,2.0,3,C,PB,,M,400.0,,,,, +2590,Very High,USA,M,10,E,DBAG,N,10,3.0,1,c,PB,S,M,15.0,,,,, +2591,Very Low,Sweden,M,11,EC,D,N,9,2.0,1,C,PB,S,M,30.0,,,,, +2592,Low,USA,M,4,E,DBAG,Y,1,2.0,0,c,PB,S,M,6.0,,,,, +2593,Very Low,UK,M,5,E,DBAP,N,13,1.0,3,c,PB,S,M,40.0,,,,, +2594,High,Swaziland,M,4,E,DBAP,N,4,1.0,1,T,LG,S,M,15.0,,,,, +2595,Low,USA,M,15,E,AN,N,4,2.0,2,c,LG,S,F,10.0,,,,, +2596,Very Low,Portugal,M,7,E,DBAG,N,7,6.0,1,C,PB,,,50.0,,,,, +2597,Very High,USA,M,14,E,DBAG,N,4,3.0,1,c,FG,S,M,250.0,,,,, +2598,Low,USA,M,8,E,DBAG,N,3,4.0,4,C,SG,S,M,6.0,,,,, +2599,Very High,Sweden,M,22,E,DBAP,N,22,5.0,0,t,PB,SR,F,12.0,,,,, +2600,Very High,USA,M,15,E,D,N,15,3.0,0,c,PB,S,M,120.0,,,,, +2601,Very Low,India,M,9,E,M,Y,9,1.0,0,C,PB,SE,M,10.0,,,,, +2602,High,USA,M,15,E,DBAD,N,25,3.0,3,C,LG,S,M,4.0,,,,, +2603,Low,Sweden,M,9,E,DBAP,N,9,1.0,0,T,PB,C,M,25.0,,,,, +2604,Low,Germany,M,11,EC,DBAG,N,10,4.0,2,C,PB,SR,M,80.0,,,,, +2605,Very Low,Sweden,M,28,E,A,N,27,5.0,2,m,PB,SE,M,3000.0,,,,, +2606,Very Low,Greece,M,6,E,A,Y,2,2.0,0,m,PB,SE,M,15000.0,,,,, +2607,High,USA,M,9,E,DBAP,N,9,1.0,1,m,PB,S,M,7.0,,,,, +2608,Mid,USA,M,4,E,DBAG,N,4,1.0,0,c,PB,S,M,250.0,,,,, +2609,Very Low,USA,M,4,E,DBAG,N,1,1.0,0,t,PB,C,M,50.0,,,,, +2610,Mid,Germany,M,17,E,DBAG,N,17,6.0,2,C,PB,C,M,14.0,,,,, +2611,Very Low,Romania,M,4,E,DT,N,4,1.0,5,C,PB,SE,F,3000.0,,,,, +2612,Low,Sweden,M,13,E,DS,N,10,3.0,5,C,PB,S,M,10.0,,,,, +2613,Mid,USA,M,10,E,DBAG,N,10,2.0,0,c,PB,S,M,12.0,,,,, +2614,Very Low,India,M,9,E,DBAP,Y,9,2.0,2,m,PB,,M,100.0,,,,, +2615,High,USA,M,15,E,DBAD,N,5,2.0,4,m,PB,,F,100.0,,,,, +2616,Low,USA,M,7,E,M,Y,5,1.0,1,C,PB,SR,M,250.0,,,,, +2617,Mid,Sweden,M,10,EC,D,N,10,3.0,6,m,PB,S,F,5.0,,,,, +2618,Mid,UK,DB2,12,E,DBAP,N,12,4.0,6,c,PB,SR,M,1.0,,,,, +2619,Very High,USA,M,29,E,E,N,2,1.0,3,m,PB,S,M,80.0,,,,, +2620,Low,Germany,M,6,EC,DBAG,N,6,1.0,0,C,PB,S,M,6000.0,,,,, +2621,Very High,USA,M,21,E,M,Y,12,3.0,0,C,PB,SE,M,9.0,,,,, +2622,High,USA,M,15,E,D,N,4,2.0,2,m,PB,S,F,100.0,,,,, +2623,Very High,Switzerland,M,25,E,DBAP,N,12,1.0,0,C,LG,S,M,5.0,,,,, +2624,Mid,USA,M,20,E,DT,N,8,3.0,0,t,PB,SR,M,500.0,,,,, +2625,High,USA,M,18,P,DBAP,N,45,6.0,0,m,PB,S,M,18.0,,,,, +2626,Very Low,USA,M,25,E,DBAP,N,25,3.0,0,c,E,S,M,26.0,,,,, +2627,Low,Ukraine,MS,19,E,DA,N,20,6.0,2,c,PB,S,M,14.0,,,,, +2628,Very Low,USA,M,4,E,DBAD,N,2,1.0,6,T,PB,S,F,5.0,,,,, +2629,Very High,USA,M,15,IC,DBAD,Y,7,2.0,0,T,PB,S,M,215.0,,,,, +2630,Mid,Netherlands,M,5,E,DBAG,N,5,2.0,0,C,PB,C,M,3.0,,,,, +2631,Very Low,Belgium,M,1,EC,DBAG,N,1,1.0,6,T,PB,S,M,12.0,,,,, +2632,Very High,USA,M,18,E,DBAP,N,18,6.0,0,m,PB,S,F,500.0,,,,, +2633,Very High,USA,M,11,E,DBAG,N,20,1.0,0,m,NP,C,F,25.0,,,,, +2634,Very High,USA,M,15,E,A,Y,15,1.0,0,m,PB,S,M,6.0,,,,, +2635,Very High,USA,M,12,E,DBAG,N,8,3.0,2,m,PB,S,M,6.0,,,,, +2636,Mid,USA,M,10,E,DBAG,N,2,2.0,0,t,FG,S,M,50.0,,,,, +2637,Mid,PuertoRico,M,20,E,DBAG,N,20,4.0,2,C,PB,C,M,13.0,,,,, +2638,Mid,USA,M,8,E,DBAG,N,8,2.0,2,T,PB,SR,M,85.0,,,,, +2639,Low,USA,M,6,E,D,N,3,2.0,1,c,PB,S,F,200.0,,,,, +2640,Mid,Australia,M,18,E,DA,Y,4,1.0,0,c,SG,SE,M,3.0,,,,, +2641,Low,USA,M,2,E,DBAP,N,2,1.0,4,c,LG,S,M,6.0,,,,, +2642,Very Low,Ukraine,P,8,E,DA,N,4,3.0,3,m,PB,C,M,100.0,,,,, +2643,Very High,USA,M,15,E,DBAP,N,5,1.0,6,m,E,S,M,10.0,,,,, +2644,Low,USA,M,10,E,DBAG,N,8,2.0,0,C,PB,S,M,500.0,,,,, +2645,High,USA,M,8,E,E,N,3,5.0,2,m,PB,S,M,20.0,,,,, +2646,Low,USA,M,15,E,DBAG,N,10,1.0,1,T,PB,S,M,8.0,,,,, +2647,Very High,USA,M,18,E,E,N,18,3.0,6,c,PB,SE,M,50.0,,,,, +2648,Low,USA,M,18,E,E,N,18,3.0,2,C,PB,SR,F,0.0,,,,, +2649,High,USA,M,15,E,DBAG,Y,17,3.0,0,m,PB,,M,23.0,,,,, +2650,Very Low,Italy,MDB,4,E,DS,N,4,1.0,0,m,PB,S,M,2.0,,,,, +2651,Low,Sweden,M,20,E,DS,N,20,6.0,2,m,PB,SR,M,2.0,,,,, +2652,Mid,USA,M,4,E,DBAP,N,4,2.0,1,C,E,S,M,3.0,,,,, +2653,Very Low,Slovenia,M,20,E,D,Y,20,2.0,1,c,PB,SR,M,15.0,,,,, +2654,Mid,USA,M,8,EC,D,N,1,1.0,6,c,PB,SE,M,20.0,,,,, +2655,Low,USA,M,5,E,DBAG,N,5,1.0,1,C,NP,,F,5.0,,,,, +2656,Mid,USA,M,22,E,DBAG,N,17,3.0,0,c,PB,S,M,18.0,,,,, +2657,Very Low,Russia,M,12,E,DBAP,Y,12,2.0,1,m,PB,,M,45.0,,,,, +2658,Very Low,Romania,M,7,E,DBAG,Y,7,2.0,6,c,PB,S,M,40.0,,,,, +2659,Mid,USA,M,8,E,DBAG,N,1,1.0,5,c,PB,S,M,90.0,,,,, +2660,Very Low,USA,M,20,IC,E,N,20,3.0,0,c,PB,S,M,75.0,,,,, +2661,High,USA,M,19,E,DBAG,N,18,2.0,1,m,PB,,M,5.0,,,,, +2662,Very Low,Sweden,M,19,E,DBAP,N,19,4.0,1,c,FG,S,M,40.0,,,,, +2663,High,USA,A,1,EC,D,N,7,2.0,2,C,PB,S,M,70.0,,,,, +2664,Very Low,Belgium,M,2,EC,DBAD,N,2,2.0,5,T,PB,,M,2.0,,,,, +2665,High,USA,M,8,E,DBAG,N,8,3.0,5,m,PB,SR,M,60.0,,,,, +2666,Very High,USA,M,8,E,A,Y,15,3.0,2,m,PB,S,M,50.0,,,,, +2667,Very High,USA,M,24,E,M,Y,20,5.0,0,m,PB,SE,,100.0,,,,, +2668,Very High,USA,M,20,E,M,Y,7,2.0,0,m,PB,S,F,30.0,,,,, +2669,Very High,USA,M,20,EC,A,Y,12,3.0,2,C,PB,S,M,50.0,,,,, +2670,Very Low,Austria,M,5,E,DT,N,3,1.0,1,C,PB,C,F,250.0,,,,, +2671,High,USA,M,12,E,DBAD,N,12,1.0,4,T,PB,S,M,1000.0,,,,, +2672,Low,Germany,M,19,IC,DA,Y,19,1.0,1,C,PB,SE,M,250.0,,,,, +2673,Very High,USA,M,6,E,DBAP,N,4,2.0,2,m,PB,,M,11.0,,,,, +2674,High,USA,M,14,E,DBAG,N,5,1.0,1,C,SG,S,F,1300.0,,,,, +2675,High,USA,M,6,E,DT,N,6,3.0,6,C,PB,S,M,38.0,,,,, +2676,High,USA,M,6,EC,DBAG,N,5,2.0,1,c,FG,S,M,500.0,,,,, +2677,Mid,USA,M,15,E,DBAP,N,3,3.0,1,m,PB,S,M,40.0,,,,, +2678,High,Australia,M,10,E,DBAP,N,2,5.0,6,m,PB,S,M,300.0,,,,, +2679,Low,USA,M,14,E,DBAG,Y,12,3.0,0,c,NP,S,M,400.0,,,,, +2680,Low,UK,M,10,E,DBAP,N,5,4.0,2,T,PB,S,M,20.0,,,,, +2681,Very High,USA,M,19,E,DBAG,N,19,5.0,0,m,PB,,M,120.0,,,,, +2682,Very High,Switzerland,M,10,E,E,Y,10,1.0,2,C,PB,S,M,20.0,,,,, +2683,Very Low,Spain,M,4,E,DT,N,5,1.0,0,C,E,C,M,15.0,,,,, +2684,Very High,USA,M,20,E,E,N,20,5.0,6,T,PB,S,M,6.0,,,,, +2685,High,USA,M,19,E,DBAG,N,19,1.0,0,m,PB,S,M,10.0,,,,, +2686,Very Low,Ukraine,O,7,EC,DBAP,N,10,4.0,1,m,PB,SR,M,30.0,,,,, +2687,Very Low,Brazil,M,10,EC,DBAG,Y,2,2.0,3,m,PB,SR,M,20.0,,,,, +2688,High,USA,M,10,E,DA,Y,10,1.0,3,T,SG,S,M,40.0,,,,, +2689,Very High,USA,M,21,E,M,Y,7,2.0,0,c,PB,S,M,6.0,,,,, +2690,Very Low,Netherlands,M,10,E,DBAD,N,10,1.0,1,T,PB,S,M,3.0,,,,, +2691,Very Low,Hungary,M,18,E,DBAP,N,5,3.0,4,m,PB,S,M,2.0,,,,, +2692,Mid,USA,M,10,E,DBAP,N,10,2.0,1,T,PB,SE,M,300.0,,,,, +2693,Very High,USA,M,15,E,,Y,10,2.0,0,m,PB,S,M,100.0,,,,, +2694,Very High,USA,M,5,E,A,Y,5,2.0,2,m,PB,S,M,30.0,,,,, +2695,Very Low,Ukraine,P,3,E,M,Y,5,2.0,1,m,PB,S,M,100.0,,,,, +2696,Mid,USA,M,8,E,DBAP,N,8,3.0,1,C,PB,S,M,1.0,,,,, +2697,Very Low,Italy,M,8,E,DBAG,Y,10,2.0,1,T,PB,S,M,150.0,,,,, +2698,Very Low,Bulgaria,M,4,E,DT,N,4,3.0,1,c,PB,SE,M,30.0,,,,, +2699,Mid,USA,M,10,E,AN,N,10,2.0,0,C,PB,,F,5.0,,,,, +2700,Mid,USA,M,9,E,DBAG,N,4,1.0,0,T,LG,S,M,3.0,,,,, +2701,High,USA,M,14,E,DT,N,19,2.0,2,C,PB,S,M,12.0,,,,, +2702,High,USA,M,40,IC,DBAG,N,40,6.0,0,m,PB,SR,M,6.0,,,,, +2703,Very Low,USA,M,12,EC,DBAP,Y,12,6.0,5,m,PB,C,M,100.0,,,,, +2704,Mid,USA,M,8,E,M,Y,3,1.0,4,C,PB,C,M,120.0,,,,, +2705,High,USA,M,5,E,DBAP,N,3,3.0,3,c,SG,,M,100.0,,,,, +2706,High,Denmark,M,5,E,E,N,10,1.0,2,c,PB,S,M,50.0,,,,, +2707,High,USA,M,14,EC,D,N,10,3.0,6,m,PB,SR,M,10.0,,,,, +2708,Mid,USA,M,8,E,DBAG,N,8,2.0,0,C,PB,S,F,1.0,,,,, +2709,High,USA,M,19,E,DBAG,N,19,5.0,4,C,PB,SE,F,25.0,,,,, +2710,Low,UK,M,15,E,DBAP,Y,7,3.0,6,T,PB,SR,M,210.0,,,,, +2711,Low,USA,M,2,E,DT,N,2,1.0,0,m,PB,SR,M,2000.0,,,,, +2712,Low,New-Zealand,M,4,E,AN,N,2,1.0,0,T,PB,,M,3.0,,,,, +2713,Very High,USA,M,20,E,DT,N,15,3.0,1,m,PB,SR,M,2.0,,,,, +2714,High,USA,M,20,E,DBAG,Y,10,1.0,0,T,PB,S,M,30.0,,,,, +2715,Very Low,Sweden,M,10,E,DBAP,N,2,1.0,2,m,FG,SR,M,20.0,,,,, +2716,Mid,USA,M,15,E,DA,N,10,2.0,1,C,PB,S,,200.0,,,,, +2717,Low,USA,M,4,E,DA,N,4,1.0,0,T,PB,SR,M,4.0,,,,, +2718,Low,Portugal,M,17,E,A,N,4,2.0,6,m,PB,S,M,3.0,,,,, +2719,Very Low,Argentina,M,10,E,DBAG,N,8,3.0,0,m,PB,,M,40.0,,,,, +2720,Mid,USA,M,8,E,DBAG,N,8,4.0,0,m,PB,S,F,15.0,,,,, +2721,Mid,USA,M,6,E,DBAD,N,6,2.0,0,c,PB,S,M,6.0,,,,, +2722,Very High,USA,M,15,E,DBAG,Y,2,2.0,0,C,PB,S,M,4.0,,,,, +2723,Mid,Germany,M,10,E,DBAP,Y,4,2.0,4,C,PB,S,M,66.0,,,,, +2724,High,USA,M,9,E,DBAG,Y,6,2.0,5,c,SG,S,M,280.0,,,,, +2725,Very High,Canada,M,19,E,DS,Y,3,6.0,0,m,PB,S,M,90.0,,,,, +2726,High,USA,M,4,E,DBAD,N,4,2.0,2,C,PB,SR,M,10.0,,,,, +2727,High,USA,M,1,E,DT,N,1,2.0,1,m,NP,S,M,40.0,,,,, +2728,Very Low,USA,M,20,E,DBAD,N,35,2.0,0,T,PB,S,M,3.0,,,,, +2729,High,USA,M,7,EC,DBAP,N,7,2.0,0,m,LG,SE,,15.0,,,,, +2730,Mid,USA,M,15,E,DA,Y,25,2.0,0,T,PB,S,M,50.0,,,,, +2731,Mid,USA,M,20,E,DBAP,Y,10,5.0,2,c,PB,S,M,2.0,,,,, +2732,Very High,USA,M,20,E,M,Y,2,2.0,6,c,PB,S,M,300.0,,,,, +2733,Low,USA,M,15,E,A,Y,2,1.0,0,T,PB,SE,M,75.0,,,,, +2734,Very Low,Bulgaria,M,9,E,DT,N,9,4.0,3,m,PB,,M,600.0,,,,, +2735,Very Low,Australia,M,16,E,DT,N,16,5.0,0,c,LG,SR,F,20.0,,,,, +2736,Mid,Canada,M,19,E,DBAG,Y,6,2.0,1,c,PB,S,M,2.0,,,,, +2737,High,USA,M,10,EC,D,N,14,3.0,1,c,PB,,M,10.0,,,,, +2738,Very High,USA,M,18,E,DBAG,Y,8,3.0,1,C,PB,SE,M,3.0,,,,, +2739,Mid,Belgium,M,16,E,DBAD,N,16,2.0,0,c,PB,C,M,98.0,,,,, +2740,Very High,USA,M,20,E,DT,N,20,1.0,1,m,PB,,M,10.0,,,,, +2741,Very High,USA,M,8,EC,DBAD,N,8,2.0,2,c,PB,SE,M,2.0,,,,, +2742,Very Low,USA,M,2,E,DT,N,2,2.0,0,t,E,SR,M,52.0,,,,, +2743,Very High,USA,M,23,E,M,Y,23,2.0,4,m,PB,S,M,2.0,,,,, +2744,Low,USA,M,10,E,DBAG,N,10,1.0,1,m,SG,C,M,20.0,,,,, +2745,Mid,USA,M,6,E,DBAG,N,6,3.0,1,c,SG,S,M,5.0,,,,, +2746,Very High,USA,M,19,E,DBAP,N,19,3.0,3,m,PB,SE,M,15.0,,,,, +2747,High,USA,M,15,E,E,N,10,5.0,0,m,PB,S,F,12.0,,,,, +2748,High,Canada,M,25,E,DBAG,N,14,1.0,1,c,PB,S,M,1.0,,,,, +2749,Very High,USA,M,20,E,DBAP,Y,2,4.0,4,m,FG,SR,M,12.0,,,,, +2750,Low,USA,M,4,E,DBAP,N,4,1.0,2,C,PB,S,M,25.0,,,,, +2751,Mid,Sweden,M,10,E,A,N,10,1.0,0,m,PB,SE,M,100.0,,,,, +2752,Very High,USA,M,12,E,M,Y,12,1.0,0,c,E,C,M,80.0,,,,, +2753,Mid,USA,M,1,E,AN,N,14,2.0,3,c,PB,S,M,50.0,,,,, +2754,Very High,USA,M,9,E,DBAG,N,6,3.0,6,m,PB,S,M,12.0,,,,, +2755,Very High,USA,M,20,E,DBAG,N,25,3.0,6,m,PB,S,M,40.0,,,,, +2756,Very High,USA,M,18,E,M,Y,12,2.0,0,T,E,S,M,75.0,,,,, +2757,Very High,USA,M,9,E,M,Y,6,2.0,0,C,PB,S,M,30.0,,,,, +2758,Mid,USA,M,13,E,DBAG,N,13,4.0,4,T,PB,S,M,7.0,,,,, +2759,High,USA,M,19,E,DT,N,19,6.0,3,T,PB,SR,M,50.0,,,,, +2760,Mid,USA,M,4,E,M,Y,3,2.0,0,C,PB,C,M,20.0,,,,, +2761,Very High,USA,M,12,E,DBAG,N,12,4.0,3,C,PB,SR,M,5.0,,,,, +2762,Very High,USA,M,19,E,A,N,1,1.0,0,T,PB,S,M,160.0,,,,, +2763,Very High,USA,M,20,E,A,N,5,3.0,1,c,PB,S,M,6.0,,,,, +2764,High,USA,M,12,E,DBAP,N,12,3.0,3,m,PB,SR,M,10.0,,,,, +2765,Low,Sweden,M,4,EC,D,N,4,1.0,2,m,PB,S,M,100.0,,,,, +2766,Low,UK,M,9,E,DBAP,N,9,2.0,0,T,PB,S,F,2.0,,,,, +2767,Very Low,India,M,8,E,DBAG,N,8,2.0,1,m,PB,SE,M,50.0,,,,, +2768,Very Low,Greece,M,5,E,DBAP,N,6,2.0,0,m,PB,S,M,650.0,,,,, +2769,Low,Austria,M,3,E,AN,N,2,3.0,0,m,PB,C,M,10.0,,,,, +2770,Low,Germany,M,5,E,DBAP,N,9,1.0,0,c,PB,S,M,2.0,,,,, +2771,Very Low,Russia,M,5,E,DBAP,N,5,1.0,1,m,PB,S,M,70.0,,,,, +2772,Very Low,Poland,M,2,EC,DT,N,3,2.0,6,t,PB,S,M,10.0,,,,, +2773,Very Low,Spain,M,10,E,DBAG,N,10,2.0,2,m,PB,S,M,3.0,,,,, +2774,Mid,UK,A,5,IC,A,N,24,6.0,0,c,PB,S,M,200.0,,,,, +2775,Very Low,Spain,M,15,E,DBAP,Y,20,1.0,0,m,PB,S,M,8.0,,,,, +2776,Mid,UK,M,15,E,A,Y,6,2.0,0,m,PB,,M,40.0,,,,, +2777,Very Low,Ukraine,M,5,E,DBAG,N,3,1.0,1,C,PB,S,M,20.0,,,,, +2778,Very Low,UK,M,10,E,E,N,10,1.0,0,m,E,C,M,50.0,,,,, +2779,Low,Germany,M,15,EC,DBAG,N,5,2.0,1,m,PB,SR,M,12.0,,,,, +2780,High,USA,M,8,E,DT,N,8,2.0,1,C,PB,SE,M,100.0,,,,, +2781,Very Low,France,M,25,EC,DBAG,N,20,1.0,0,c,PB,,M,3.0,,,,, +2782,Very Low,France,M,13,EC,DBAD,N,10,3.0,0,C,PB,S,M,5.0,,,,, +2783,High,USA,A,1,E,E,N,1,1.0,3,c,PB,S,M,20.0,,,,, +2784,Mid,Netherlands,O,33,E,DBAG,N,20,4.0,2,C,LG,S,M,20.0,,,,, +2785,Very High,USA,P,7,E,E,N,30,6.0,0,m,PB,S,M,14.0,,,,, +2786,High,USA,M,10,E,DBAP,N,10,4.0,1,c,PB,SE,M,4.0,,,,, +2787,Low,France,M,20,E,DBAD,Y,10,1.0,0,m,PB,S,F,120.0,,,,, +2788,Mid,USA,M,7,E,DBAG,N,5,1.0,1,c,LG,S,M,56.0,,,,, +2789,Very Low,Brazil,M,7,E,DBAP,N,7,3.0,6,m,PB,S,M,15.0,,,,, +2790,Mid,USA,M,10,E,DBAP,N,10,2.0,2,C,PB,S,F,15.0,,,,, +2791,Mid,USA,M,10,E,DBAG,N,10,3.0,0,T,PB,S,,50.0,,,,, +2792,Low,UK,M,11,EC,DBAP,N,10,4.0,1,c,PB,SE,M,110.0,,,,, +2793,Very High,UK,M,22,E,M,Y,10,4.0,2,m,PB,SR,M,150.0,,,,, +2794,Mid,USA,M,17,E,DA,Y,17,1.0,1,T,E,S,M,10.0,,,,, +2795,Very High,USA,M,20,EC,DBAG,Y,18,1.0,4,m,NP,S,M,3.0,,,,, +2796,Mid,Norway,M,15,E,DT,N,9,1.0,2,T,PB,,M,50.0,,,,, +2797,Mid,USA,M,15,E,DBAP,N,15,1.0,0,C,E,S,M,1.0,,,,, +2798,Low,Germany,M,8,E,DBAG,N,15,3.0,1,m,PB,S,M,50.0,,,,, +2799,Very Low,Portugal,M,10,EC,DT,N,3,1.0,3,C,PB,SE,M,3.0,,,,, +2800,Low,USA,M,10,E,DBAG,N,10,1.0,0,C,LG,S,M,8.0,,,,, +2801,High,USA,M,19,E,,N,5,1.0,3,m,PB,,M,10.0,,,,, +2802,Very Low,UK,M,4,E,DA,N,2,1.0,0,t,PB,S,M,7.0,,,,, +2803,High,USA,M,5,E,DBAP,N,5,2.0,4,c,PB,SE,M,4.0,,,,, +2804,Mid,USA,M,2,E,DBAG,N,2,1.0,1,c,PB,S,M,300.0,,,,, +2805,High,USA,M,5,E,D,N,9,3.0,0,c,NP,S,M,56.0,,,,, +2806,Mid,USA,M,15,E,DT,N,15,3.0,0,c,PB,S,M,5.0,,,,, +2807,Very High,USA,M,10,E,DBAG,N,10,2.0,0,C,PB,S,F,10.0,,,,, +2808,Very High,USA,M,19,E,DBAD,Y,14,1.0,3,C,PB,SE,M,125.0,,,,, +2809,Mid,USA,M,20,E,E,N,10,2.0,5,C,PB,S,M,3500.0,,,,, +2810,Very High,Denmark,M,15,E,A,Y,3,1.0,0,c,PB,S,M,10.0,,,,, +2811,Very Low,USA,M,1,E,DBAG,N,1,1.0,4,C,PB,,M,3.0,,,,, +2812,Very High,Canada,M,4,E,DBAP,N,2,2.0,1,c,PB,C,F,20.0,,,,, +2813,Very Low,Mexico,M,5,E,DA,N,10,1.0,3,t,PB,S,M,1200.0,,,,, +2814,Very High,USA,M,11,E,DBAP,N,11,5.0,6,C,PB,S,M,3.0,,,,, +2815,Low,Romania,M,19,E,DBAP,Y,3,2.0,0,m,PB,,M,800.0,,,,, +2816,Very High,USA,M,8,E,M,Y,3,1.0,0,c,PB,S,M,200.0,,,,, +2817,Very High,USA,M,17,IC,DBAG,N,30,5.0,0,t,PB,SE,M,50.0,,,,, +2818,Low,USA,M,9,E,DBAG,N,9,3.0,5,c,PB,S,M,20.0,,,,, +2819,Very Low,Sweden,M,10,EC,DT,N,10,3.0,6,C,PB,C,M,300.0,,,,, +2820,High,Ireland,M,19,EC,D,Y,2,1.0,2,m,PB,SE,M,1000.0,,,,, +2821,Low,France,M,12,EC,A,N,2,1.0,0,m,PB,C,M,1.0,,,,, +2822,Very High,USA,M,8,E,DBAG,N,8,2.0,1,m,PB,SE,M,40.0,,,,, +2823,Mid,USA,M,3,E,DBAP,N,5,2.0,0,m,PB,S,M,20.0,,,,, +2824,Very High,USA,M,12,E,M,Y,12,1.0,0,m,PB,SR,M,80.0,,,,, +2825,Very Low,Canada,M,3,E,A,N,3,2.0,2,C,PB,S,M,7.0,,,,, +2826,Mid,USA,M,6,EC,DBAP,N,6,3.0,1,c,LG,SR,M,3.0,,,,, +2827,Very Low,Poland,M,5,E,DBAP,N,5,2.0,6,m,PB,S,M,35.0,,,,, +2828,High,USA,M,7,E,DBAG,N,6,2.0,6,m,PB,S,M,1000.0,,,,, +2829,Low,USA,M,5,E,E,Y,19,4.0,0,t,PB,S,M,2500.0,,,,, +2830,Mid,Ireland,M,16,E,DBAP,N,12,4.0,2,C,PB,SR,M,20.0,,,,, +2831,Very Low,USA,P,0,E,E,N,1,1.0,0,C,PB,S,M,120.0,,,,, +2832,Mid,USA,M,23,E,DBAP,N,2,6.0,0,t,LG,S,M,5.0,,,,, +2833,Very Low,Portugal,M,8,E,M,Y,5,1.0,5,C,PB,S,M,12.0,,,,, +2834,Mid,USA,M,22,E,DBAP,Y,20,4.0,0,C,PB,SE,F,20.0,,,,, +2835,Very High,USA,M,13,E,DA,N,14,4.0,4,m,NP,SE,M,20.0,,,,, +2836,Mid,USA,M,15,E,DBAG,N,20,4.0,0,c,PB,S,M,6.0,,,,, +2837,Very Low,India,M,12,E,DBAG,N,5,3.0,2,m,PB,S,M,6.0,,,,, +2838,Low,USA,M,3,E,DBAP,N,8,1.0,4,C,PB,SR,M,80.0,,,,, +2839,Very Low,Brazil,M,9,E,DBAD,N,9,1.0,2,C,PB,C,M,1000.0,,,,, +2840,Mid,USA,M,15,EC,DBAD,N,15,2.0,1,c,PB,S,M,400.0,,,,, +2841,Low,Germany,M,18,E,DA,Y,22,1.0,0,c,PB,S,M,10.0,,,,, +2842,Low,Singapore,M,16,E,DA,N,16,2.0,3,m,PB,S,M,1.0,,,,, +2843,Mid,Sweden,M,13,EC,DBAP,Y,13,3.0,5,m,PB,S,M,15.0,,,,, +2844,Very Low,Philippines,M,15,E,A,Y,10,3.0,1,c,PB,S,M,500.0,,,,, +2845,Very Low,UK,M,5,EC,DBAP,Y,1,1.0,1,C,PB,S,M,7.0,,,,, +2846,Very Low,Philippines,M,10,E,DBAP,N,10,5.0,2,c,PB,S,M,10.0,,,,, +2847,High,USA,O,3,E,DBAG,Y,5,2.0,1,C,SG,S,M,90.0,,,,, +2848,High,USA,M,25,E,DT,N,10,3.0,0,m,PB,S,F,10.0,,,,, +2849,Very High,USA,M,19,E,DBAP,N,5,2.0,0,c,PB,S,M,20.0,,,,, +2850,Low,Canada,M,4,E,,Y,4,1.0,0,m,PB,S,M,12.0,,,,, +2851,Mid,USA,M,14,E,D,N,10,3.0,3,c,PB,S,F,1.0,,,,, +2852,Very High,UK,M,25,IC,DBAP,N,20,6.0,6,c,PB,,M,12.0,,,,, +2853,High,USA,M,10,E,E,N,5,1.0,0,c,PB,,F,500.0,,,,, +2854,Very High,USA,M,10,E,A,Y,10,1.0,0,m,PB,,M,150.0,,,,, +2855,Very Low,Georgia,M,5,E,A,Y,6,1.0,5,m,LG,C,M,4.0,,,,, +2856,Mid,USA,M,5,E,A,N,3,2.0,0,m,PB,,M,3.0,,,,, +2857,Mid,Canada,M,14,E,DBAD,Y,10,3.0,3,c,PB,SE,M,5.0,,,,, +2858,Very Low,Spain,M,3,E,DT,Y,5,2.0,3,c,PB,S,,200.0,,,,, +2859,Very Low,India,M,5,EC,DBAP,N,7,1.0,6,m,PB,SR,M,10.0,,,,, +2860,High,USA,M,10,E,DBAG,N,3,2.0,1,C,PB,S,M,25.0,,,,, +2861,Low,UK,M,4,E,DBAD,N,3,1.0,2,c,PB,SR,M,6.0,,,,, +2862,High,USA,M,15,E,DA,N,15,1.0,6,c,PB,S,M,30.0,,,,, +2863,Low,UK,M,5,E,A,N,2,1.0,0,c,PB,SR,M,50.0,,,,, +2864,Very High,USA,M,20,E,DBAP,N,18,3.0,2,m,PB,SE,M,400.0,,,,, +2865,High,Ireland,M,10,E,DBAP,N,2,3.0,4,m,PB,S,M,120.0,,,,, +2866,High,USA,M,7,E,D,N,6,1.0,6,T,PB,C,M,500.0,,,,, +2867,Very High,USA,M,20,E,DBAG,N,20,6.0,2,m,PB,S,M,10.0,,,,, +2868,Mid,USA,O,11,E,D,N,14,3.0,3,m,PB,S,M,175.0,,,,, +2869,Low,Ireland,M,9,E,DBAP,N,9,5.0,1,m,PB,SE,M,2.0,,,,, +2870,High,USA,M,18,E,A,N,18,2.0,0,T,PB,,M,20.0,,,,, +2871,Very High,USA,M,20,E,DT,N,20,3.0,3,C,PB,,F,12.0,,,,, +2872,Mid,UK,M,8,E,DT,N,3,1.0,5,m,PB,SE,M,5.0,,,,, +2873,High,USA,M,15,E,DBAG,N,10,5.0,3,m,E,S,M,4.0,,,,, +2874,High,Canada,M,15,E,A,N,3,1.0,0,m,PB,S,M,20.0,,,,, +2875,High,USA,M,12,E,DBAP,N,9,3.0,0,c,PB,C,M,300.0,,,,, +2876,Very High,USA,M,20,E,A,N,4,6.0,6,m,PB,S,F,90.0,,,,, +2877,Very Low,India,M,7,EC,DBAG,Y,7,3.0,6,C,PB,C,M,500.0,,,,, +2878,Low,Brazil,M,10,E,DBAG,N,2,4.0,1,m,PB,SR,M,2000.0,,,,, +2879,Mid,USA,M,6,E,D,N,5,3.0,0,c,PB,C,M,10.0,,,,, +2880,High,USA,M,4,E,DBAP,N,3,1.0,6,C,PB,S,M,3.0,,,,, +2881,Very High,USA,M,10,E,DBAP,N,10,5.0,0,m,PB,S,M,900.0,,,,, +2882,Mid,USA,M,1,E,AN,N,1,1.0,2,c,PB,S,M,96.0,,,,, +2883,Mid,USA,M,5,E,DBAG,N,5,2.0,2,c,PB,S,M,3.0,,,,, +2884,Very High,USA,M,25,E,A,N,20,1.0,0,C,PB,S,M,35.0,,,,, +2885,High,USA,M,15,E,DBAG,Y,20,5.0,3,C,SG,SE,M,6.0,,,,, +2886,Very High,USA,M,20,E,A,N,4,6.0,6,m,PB,S,F,255.0,,,,, +2887,Very High,USA,M,12,E,DT,N,12,6.0,6,m,PB,S,M,500.0,,,,, +2888,High,USA,M,2,E,A,N,2,1.0,0,C,PB,C,M,16.0,,,,, +2889,Very High,USA,M,15,E,,Y,20,3.0,1,c,SG,SE,M,3.0,,,,, +2890,Low,New-Zealand,RDS,3,E,AN,N,10,2.0,6,c,PB,SE,F,500.0,,,,, +2891,Very High,USA,,16,E,DS,N,16,4.0,6,m,PB,C,M,5.0,,,,, +2892,Low,USA,M,4,E,E,Y,1,1.0,2,C,E,S,,6.0,,,,, +2893,Very High,India,M,16,IC,DBAD,N,6,1.0,0,m,PB,S,M,10.0,,,,, +2894,Very High,USA,M,26,E,A,N,26,3.0,2,m,PB,S,NB,100.0,,,,, +2895,Mid,USA,M,11,E,D,N,3,1.0,2,C,PB,C,M,2000.0,,,,, +2896,High,USA,M,5,E,DBAP,N,10,5.0,2,m,PB,SR,M,1.0,,,,, +2897,Very High,USA,M,5,E,E,N,8,3.0,0,m,PB,S,M,11.0,,,,, +2898,Very Low,Canada,M,6,E,DA,N,6,4.0,4,T,PB,C,M,3.0,,,,, +2899,Very High,Canada,M,15,E,,N,10,3.0,6,m,PB,S,M,2.0,,,,, +2900,Mid,USA,M,5,E,DBAP,N,5,2.0,0,C,PB,S,M,300.0,,,,, +2901,Low,France,M,10,IC,D,N,10,6.0,3,m,PB,S,M,15.0,,,,, +2902,High,UK,A,4,E,A,N,1,2.0,6,c,PB,S,M,700.0,,,,, +2903,Mid,USA,M,19,E,E,N,19,5.0,2,c,PB,S,M,10000.0,,,,, +2904,Very High,Switzerland,M,4,E,DBAP,N,9,2.0,5,C,FG,S,F,10.0,,,,, +2905,High,USA,,2,E,D,N,6,2.0,6,T,PB,,M,100.0,,,,, +2906,Very High,USA,DB2,5,E,DA,N,8,2.0,6,m,PB,S,M,11.0,,,,, +2907,High,UK,M,20,E,A,Y,20,1.0,0,m,PB,S,M,2.0,,,,, +2908,Very High,USA,M,15,E,D,Y,7,4.0,3,m,PB,SR,M,10.0,,,,, +2909,Mid,Canada,RDS,0,E,D,N,11,3.0,1,m,PB,S,M,80.0,,,,, +2910,Very High,USA,M,15,IC,DA,Y,1,2.0,0,C,PB,SE,M,6.0,,,,, +2911,Low,USA,M,7,E,DBAG,N,7,1.0,2,t,PB,S,F,3.0,,,,, +2912,Low,USA,M,3,E,DBAD,Y,3,1.0,2,T,PB,S,F,120.0,,,,, +2913,Very High,USA,M,12,E,DBAG,N,5,3.0,1,m,PB,SR,M,70.0,,,,, +2914,Very High,USA,M,26,IC,DBAG,N,15,6.0,3,m,PB,S,M,14.0,,,,, +2915,Very High,USA,M,16,E,M,N,5,1.0,4,C,PB,SE,F,78.0,,,,, +2916,Very High,USA,M,17,IC,DA,N,25,4.0,0,t,PB,S,M,10.0,,,,, +2917,High,USA,M,25,E,DT,N,15,2.0,2,c,PB,SR,M,10.0,,,,, +2918,High,USA,,5,E,D,N,7,3.0,6,m,PB,S,M,4.0,,,,, +2919,Low,USA,M,2,E,D,N,3,2.0,0,C,NP,SE,M,1000.0,,,,, +2920,High,USA,M,20,E,DBAG,N,18,2.0,1,T,PB,S,M,4.0,,,,, +2921,Very Low,Italy,M,10,E,DBAG,N,1,4.0,2,c,PB,,M,120.0,,,,, +2922,Low,Australia,M,3,E,D,Y,3,1.0,1,T,NP,,M,500.0,,,,, +2923,Mid,USA,M,9,E,DBAG,N,5,2.0,2,C,PB,SR,M,2.0,,,,, +2924,Very High,USA,M,15,E,DBAP,N,20,2.0,5,m,NP,S,M,16.0,,,,, +2925,Mid,USA,M,2,E,D,N,1,1.0,1,C,PB,SR,M,1000.0,,,,, +2926,Very High,USA,M,14,E,DT,N,8,3.0,6,C,PB,S,M,4.0,,,,, +2927,Low,USA,M,5,E,DA,N,8,1.0,6,T,PB,S,M,100.0,,,,, +2928,Low,Australia,M,20,E,AN,N,22,1.0,6,C,SG,,M,1.0,,,,, +2929,Very High,USA,M,21,E,DS,N,7,1.0,6,m,PB,SR,M,10.0,,,,, +2930,Very High,USA,M,16,EC,A,N,16,6.0,0,T,PB,S,M,100.0,,,,, +2931,Very High,USA,,1,EC,A,N,28,1.0,4,m,PB,SR,M,6.0,,,,, +2932,High,USA,M,10,E,DBAG,N,10,2.0,0,C,PB,S,M,1.0,,,,, +2933,Very High,USA,M,20,IC,DBAD,N,10,3.0,0,c,PB,S,M,20.0,,,,, +2934,Very Low,CzechRepublic,M,12,E,DBAP,N,12,4.0,1,m,PB,SR,M,2.0,,,,, +2935,Low,UK,M,4,E,D,Y,2,2.0,0,c,NP,S,F,80.0,,,,, +2936,Mid,UK,O,20,E,A,N,8,1.0,0,C,PB,SE,M,5.0,,,,, +2937,Low,Sweden,M,20,EC,DT,N,10,1.0,5,C,PB,S,M,2000.0,,,,, +2938,High,USA,M,1,E,E,N,2,2.0,6,m,PB,SR,F,150.0,,,,, +2939,Very Low,India,M,5,E,DBAP,N,5,2.0,2,m,PB,SR,M,1.0,,,,, +2940,Very Low,Russia,M,1,E,,N,1,1.0,0,c,SG,C,M,50.0,,,,, +2941,Low,Netherlands,O,25,IC,DBAG,N,25,6.0,0,c,PB,,M,1.0,,,,, +2942,Low,UK,M,7,E,DT,N,7,2.0,0,c,PB,SE,M,100.0,,,,, +2943,Very High,USA,M,10,E,A,Y,3,2.0,0,m,PB,SR,M,10.0,,,,, +2944,Very High,USA,M,20,E,DT,N,10,3.0,0,m,PB,,M,10.0,,,,, +2945,Very High,USA,M,12,E,DT,N,12,5.0,6,C,PB,SE,M,5.0,,,,, +2946,Mid,USA,M,12,E,DBAG,N,3,2.0,0,m,NP,,M,200.0,,,,, +2947,Very High,USA,M,17,E,DBAP,N,6,2.0,0,m,PB,S,M,25.0,,,,, +2948,Very High,USA,M,8,EC,A,N,2,2.0,2,C,PB,S,F,30.0,,,,, +2949,Low,UK,M,11,E,DBAD,N,11,5.0,0,c,PB,S,M,50.0,,,,, +2950,Mid,Canada,M,20,E,DBAP,N,12,5.0,1,m,PB,S,M,200.0,,,,, +2951,Very Low,South-Africa,M,2,E,DBAG,N,2,1.0,4,C,PB,S,M,150.0,,,,, +2952,Very Low,Macedonia,M,5,E,DBAP,N,5,2.0,2,C,PB,SE,M,70.0,,,,, +2953,Low,Sweden,M,7,E,E,N,1,1.0,6,C,PB,SE,M,50.0,,,,, +2954,Very High,USA,M,20,E,DBAG,N,1,5.0,1,C,PB,S,M,200.0,,,,, +2955,Very High,USA,M,10,E,M,Y,3,1.0,0,m,PB,S,M,15.0,,,,, +2956,Very Low,UK,M,6,E,D,N,2,2.0,2,m,PB,S,M,30.0,,,,, +2957,High,USA,M,10,E,DBAP,N,10,5.0,0,m,PB,,M,10.0,,,,, +2958,Mid,USA,M,23,E,DBAP,N,20,5.0,1,C,LG,S,M,20.0,,,,, +2959,Very Low,USA,M,5,E,DBAG,N,5,1.0,0,t,PB,S,M,71.0,,,,, +2960,Low,Sweden,M,15,E,DBAG,N,2,3.0,0,m,PB,C,M,125.0,,,,, +2961,Mid,USA,RDS,2,E,DBAD,N,8,1.0,1,C,PB,S,F,8.0,,,,, +2962,Very Low,Canada,M,3,E,DA,N,10,1.0,0,c,SG,S,M,50.0,,,,, +2963,Low,UK,P,1,E,DT,N,15,6.0,1,T,PB,C,M,6.0,,,,, +2964,Very Low,Lithuania,M,1,E,AN,N,3,2.0,1,c,PB,S,M,5.0,,,,, +2965,Mid,USA,M,7,E,DBAP,N,7,2.0,6,c,PB,SE,M,4.0,,,,, +2966,Very Low,UK,M,4,E,DBAP,N,4,1.0,0,T,PB,SE,M,35.0,,,,, +2967,Very Low,Pakistan,M,8,EC,DBAP,Y,8,4.0,2,C,PB,C,M,30.0,,,,, +2968,Low,USA,M,6,EC,DBAG,N,3,2.0,0,C,PB,S,M,75.0,,,,, +2969,Very Low,Sweden,M,20,IC,D,Y,20,3.0,0,m,PB,S,M,75.0,,,,, +2970,Low,UK,M,1,E,AN,N,15,5.0,0,T,PB,S,M,10.0,,,,, +2971,Mid,UK,M,12,IC,DBAG,N,10,6.0,6,m,PB,C,M,3.0,,,,, +2972,Very High,USA,M,10,E,DBAP,N,10,2.0,2,c,NP,S,M,250.0,,,,, +2973,Very Low,Sweden,M,6,EC,DBAP,N,5,2.0,1,c,PB,S,M,150.0,,,,, +2974,Very Low,Croatia,M,5,E,DT,Y,5,1.0,2,T,PB,SE,M,180.0,,,,, +2975,Low,USA,A,5,E,A,N,5,1.0,0,t,PB,,M,20.0,,,,, +2976,Mid,USA,M,25,E,A,N,44,3.0,0,c,E,S,M,5.0,,,,, +2977,Mid,USA,M,6,E,DBAG,N,15,1.0,0,c,PB,S,M,20.0,,,,, +2978,Low,Netherlands,M,10,EC,DT,N,10,4.0,1,c,E,S,M,75.0,,,,, +2979,High,USA,M,16,E,E,N,2,1.0,3,m,PB,C,M,4.0,,,,, +2980,Very High,USA,M,23,E,A,N,10,3.0,0,m,PB,S,M,1.0,,,,, +2981,High,USA,M,10,E,DBAG,N,28,4.0,1,c,PB,S,M,25.0,,,,, +2982,Very High,USA,M,10,E,DBAD,N,11,4.0,6,C,PB,SR,M,102.0,,,,, +2983,Mid,USA,M,8,E,AN,N,6,2.0,2,c,PB,,M,5.0,,,,, +2984,Mid,USA,M,25,E,DT,Y,25,3.0,0,m,PB,C,M,8.0,,,,, +2985,High,USA,M,7,E,DBAP,Y,2,1.0,0,c,LG,SE,M,20.0,,,,, +2986,Mid,USA,M,12,E,DT,N,9,2.0,6,C,E,S,M,5.0,,,,, +2987,Very High,USA,M,20,E,DBAP,N,20,3.0,4,m,PB,C,M,12.0,,,,, +2988,Mid,USA,M,7,E,D,N,6,1.0,0,m,LG,S,M,100.0,,,,, +2989,Mid,USA,M,3,E,DBAP,N,3,2.0,0,c,FG,,M,5.0,,,,, +2990,Very High,UK,M,13,E,A,Y,10,1.0,2,C,PB,S,M,7.0,,,,, +2991,High,USA,M,15,E,E,Y,5,1.0,0,c,PB,S,M,35.0,,,,, +2992,Very High,Luxembourg,M,22,E,A,N,21,1.0,4,c,PB,C,M,6.0,,,,, +2993,Very High,USA,M,20,E,A,N,10,2.0,1,C,PB,S,M,65.0,,,,, +2994,Very High,USA,M,10,E,A,N,1,1.0,2,m,PB,S,M,150.0,,,,, +2995,Mid,USA,M,12,E,AN,Y,20,3.0,0,C,PB,S,M,1000.0,,,,, +2996,Very High,USA,M,10,E,DBAP,N,22,4.0,1,T,PB,S,M,3.0,,,,, +2997,High,USA,M,11,E,D,N,3,2.0,0,C,PB,S,M,321.0,,,,, +2998,Low,USA,M,5,E,DBAD,N,4,2.0,0,m,SG,S,F,3.0,,,,, +2999,Low,USA,M,8,E,E,Y,16,2.0,0,c,E,S,M,5.0,,,,, +3000,Mid,USA,M,3,EC,DBAG,N,3,3.0,0,c,PB,C,M,12.0,,,,, +3001,Mid,SaudiArabia,M,10,E,DBAP,Y,10,5.0,5,c,SG,C,M,4.0,,,,, +3002,Very Low,India,M,11,E,M,Y,5,2.0,0,C,PB,,M,250.0,,,,, +3003,High,USA,M,20,E,D,N,20,2.0,0,c,NP,S,F,1000.0,,,,, +3004,Mid,USA,M,5,E,DBAP,N,3,1.0,5,C,NP,S,F,8.0,,,,, +3005,Very High,USA,M,20,E,A,N,7,3.0,0,m,PB,S,M,750.0,,,,, +3006,Mid,USA,M,1,E,,N,5,3.0,0,c,PB,S,M,3.0,,,,, +3007,High,USA,M,20,E,DBAG,N,30,3.0,0,m,PB,S,M,10.0,,,,, +3008,Mid,Ireland,M,8,EC,A,N,8,2.0,1,m,PB,S,M,105.0,,,,, +3009,Very High,USA,O,6,EC,DA,Y,7,1.0,2,m,PB,S,M,100.0,,,,, +3010,Mid,USA,M,10,E,DBAP,N,10,2.0,2,C,PB,S,F,8.0,,,,, +3011,Mid,USA,M,2,E,DBAP,N,1,2.0,5,m,PB,,M,50.0,,,,, +3012,Low,USA,M,6,E,DBAG,N,1,1.0,1,c,PB,S,M,300.0,,,,, +3013,Mid,USA,M,9,E,E,Y,9,1.0,5,T,PB,S,M,100.0,,,,, +3014,Very Low,USA,M,17,E,DT,N,17,2.0,0,T,E,SR,F,120.0,,,,, +3015,Low,Canada,M,20,E,M,Y,5,2.0,2,m,PB,S,M,3.0,,,,, +3016,High,USA,M,19,E,M,Y,1,1.0,1,C,PB,S,M,5.0,,,,, +3017,Very Low,Portugal,M,8,E,DBAG,N,2,3.0,6,m,PB,,M,2.0,,,,, +3018,Very Low,Canada,M,0,E,DBAD,N,0,1.0,1,T,PB,S,M,300.0,,,,, +3019,Mid,USA,M,3,E,DBAD,Y,1,1.0,0,C,PB,S,M,15.0,,,,, +3020,Very High,UK,A,15,IC,DS,N,3,3.0,1,m,PB,,M,12.0,,,,, +3021,Low,USA,M,4,E,DBAP,N,5,2.0,0,c,NP,S,F,50.0,,,,, +3022,Very High,Australia,M,4,E,D,N,4,1.0,0,m,PB,S,M,200.0,,,,, +3023,High,USA,M,15,E,E,Y,15,2.0,1,c,PB,S,M,4.0,,,,, +3024,Very High,USA,M,20,E,DBAG,N,6,4.0,0,m,PB,C,M,10.0,,,,, +3025,Low,USA,M,5,E,DT,N,5,2.0,1,C,PB,SE,F,4.0,,,,, +3026,Very High,USA,M,24,E,M,Y,16,2.0,0,C,PB,SR,M,4.0,,,,, +3027,High,USA,M,20,E,DBAD,N,20,3.0,0,m,PB,C,M,21.0,,,,, +3028,Mid,Australia,M,5,E,,N,6,2.0,0,m,PB,S,M,40.0,,,,, +3029,High,USA,M,6,E,A,N,3,2.0,0,m,PB,S,M,1.0,,,,, +3030,Mid,USA,M,13,E,D,N,9,3.0,0,c,PB,S,M,10.0,,,,, +3031,Low,Australia,M,9,E,DBAP,N,12,2.0,4,m,PB,SE,M,5.0,,,,, +3032,Very High,USA,M,18,E,DBAG,Y,25,5.0,0,m,NP,S,M,250.0,,,,, +3033,Low,France,M,15,E,M,Y,6,1.0,5,m,PB,C,M,5.0,,,,, +3034,High,USA,M,10,E,A,N,3,1.0,0,C,PB,SE,M,30.0,,,,, +3035,Mid,Ireland,M,6,E,DBAP,N,8,3.0,6,m,PB,S,M,20.0,,,,, +3036,Very High,USA,M,8,IC,DBAP,N,7,1.0,0,m,PB,S,M,200.0,,,,, +3037,Very High,USA,DB2,12,E,DBAG,N,12,3.0,3,T,PB,S,M,64.0,,,,, +3038,Very Low,Canada,O,30,E,A,N,8,1.0,1,m,PB,SR,M,20.0,,,,, +3039,Very High,USA,M,9,E,DBAG,N,9,3.0,1,m,PB,SE,M,20.0,,,,, +3040,High,USA,M,8,E,DBAP,N,8,2.0,3,m,PB,SE,F,50.0,,,,, +3041,Very Low,Germany,M,4,E,E,N,20,3.0,0,C,PB,SR,M,50.0,,,,, +3042,Low,Australia,M,15,E,DA,N,1,4.0,2,m,PB,,M,8.0,,,,, +3043,High,Canada,M,18,E,M,Y,12,2.0,1,m,PB,S,M,3.0,,,,, +3044,Low,USA,M,12,E,AN,N,12,1.0,0,C,PB,C,M,4.0,,,,, +3045,Very Low,India,M,8,E,D,Y,1,4.0,3,C,PB,S,M,6.0,,,,, +3046,Mid,USA,M,20,E,DBAP,N,1,2.0,3,m,PB,S,M,3.0,,,,, +3047,High,USA,M,10,E,E,N,10,1.0,3,C,PB,,M,50.0,,,,, +3048,Low,Netherlands,M,2,E,,N,2,1.0,3,T,PB,SE,M,25.0,,,,, +3049,Very Low,CzechRepublic,M,9,E,DT,N,9,1.0,6,c,PB,S,M,20.0,,,,, +3050,Very High,UK,M,22,E,A,N,10,4.0,0,m,PB,SE,M,50.0,,,,, +3051,Mid,USA,M,17,E,DBAG,N,10,3.0,0,m,PB,S,F,20.0,,,,, +3052,Mid,USA,M,2,E,AN,N,2,1.0,0,T,PB,S,F,32.0,,,,, +3053,Mid,USA,M,4,E,D,Y,4,2.0,2,m,PB,SE,M,1.0,,,,, +3054,Low,USA,M,2,E,AN,N,2,1.0,4,m,NP,C,F,1.0,,,,, +3055,Low,UK,M,9,E,DBAG,N,6,2.0,0,C,PB,S,M,2.0,,,,, +3056,Mid,USA,M,5,EC,A,N,3,2.0,1,C,PB,S,M,30.0,,,,, +3057,Very Low,Brazil,M,6,E,DBAG,N,8,2.0,1,t,PB,S,M,10.0,,,,, +3058,Mid,Germany,M,9,E,DBAP,N,9,1.0,1,m,PB,S,M,7000.0,,,,, +3059,Mid,South-Africa,M,16,E,DA,N,25,5.0,5,C,PB,S,M,400.0,,,,, +3060,Low,Poland,M,10,IC,E,N,15,1.0,0,m,PB,S,M,20.0,,,,, +3061,Low,USA,,1,E,DBAG,N,5,1.0,0,C,PB,C,M,4.0,,,,, +3062,High,USA,M,25,E,DBAP,N,5,1.0,2,T,PB,S,M,2.0,,,,, +3063,High,Canada,M,20,E,DBAG,N,15,3.0,1,C,SG,S,M,20.0,,,,, +3064,Low,USA,M,2,E,D,N,2,1.0,1,C,PB,SR,M,49.0,,,,, +3065,Very Low,Sweden,M,20,EC,DBAG,N,20,4.0,1,C,PB,S,M,5.0,,,,, +3066,Very High,USA,M,10,E,M,N,7,2.0,0,C,PB,S,M,30.0,,,,, +3067,High,USA,DB2,1,E,DT,N,10,3.0,1,m,PB,S,F,50.0,,,,, +3068,Very High,USA,M,15,E,DBAD,N,15,1.0,3,t,NP,SE,M,5.0,,,,, +3069,High,USA,M,7,E,E,N,9,2.0,0,c,PB,SE,F,200.0,,,,, +3070,Very Low,Poland,M,15,E,DBAG,N,11,3.0,1,C,PB,SE,M,20.0,,,,, +3071,Low,UK,M,1,E,DBAD,N,1,1.0,1,m,PB,,,20.0,,,,, +3072,Very Low,Spain,M,6,E,DA,N,9,1.0,0,c,PB,SE,M,2.0,,,,, +3073,Very Low,Hungary,M,4,E,DBAP,N,4,2.0,6,m,PB,S,M,8.0,,,,, +3074,Mid,USA,M,8,E,D,N,3,6.0,5,C,PB,,M,1200.0,,,,, +3075,High,USA,M,16,E,DBAP,N,16,3.0,0,c,PB,SE,M,50000.0,,,,, +3076,Very High,USA,M,19,E,DA,N,14,1.0,6,m,PB,S,M,30.0,,,,, +3077,High,USA,M,8,E,A,N,5,1.0,1,T,PB,S,F,120.0,,,,, +3078,High,USA,M,10,E,DBAG,N,10,3.0,1,C,PB,SE,F,4.0,,,,, +3079,Low,Germany,M,12,E,DA,N,15,3.0,3,T,NP,SE,M,20.0,,,,, +3080,High,USA,M,20,E,DBAP,N,21,6.0,1,C,PB,S,M,10.0,,,,, +3081,Low,USA,M,5,E,DA,N,1,2.0,3,c,PB,SR,M,14.0,,,,, +3082,Low,USA,M,5,E,DBAG,N,3,1.0,3,C,PB,S,M,8.0,,,,, +3083,Very High,USA,M,13,E,DS,Y,3,1.0,3,C,PB,C,M,4000.0,,,,, +3084,High,USA,M,20,E,DBAG,N,18,3.0,0,c,NP,S,M,120.0,,,,, +3085,High,USA,M,16,E,DBAG,N,18,4.0,0,C,FG,S,F,60.0,,,,, +3086,Low,USA,M,5,E,DBAG,N,5,2.0,4,C,PB,SR,M,17.0,,,,, +3087,Very High,USA,M,19,E,DBAP,Y,15,5.0,0,m,PB,SE,M,4000.0,,,,, +3088,High,USA,M,10,E,DBAG,N,3,3.0,6,m,PB,S,M,12.0,,,,, +3089,Very Low,USA,M,1,E,D,N,3,1.0,1,c,PB,S,M,1100.0,,,,, +3090,Mid,UK,M,15,E,M,Y,5,1.0,0,c,PB,S,M,5.0,,,,, +3091,High,USA,A,2,E,DT,N,30,6.0,1,m,PB,S,M,10.0,,,,, +3092,Mid,UK,M,18,E,DBAG,N,18,6.0,0,m,PB,SR,F,12.0,,,,, +3093,Very High,USA,M,14,E,DBAP,Y,11,1.0,1,m,LG,S,M,4.0,,,,, +3094,Mid,USA,M,6,E,DBAG,N,4,1.0,0,C,PB,SE,F,62.0,,,,, +3095,Mid,USA,M,13,E,DBAG,N,13,2.0,0,m,PB,S,M,6.0,,,,, +3096,Low,USA,M,9,E,DBAG,Y,4,2.0,1,C,PB,SE,M,24.0,,,,, +3097,High,USA,M,15,EC,E,Y,15,6.0,1,m,PB,SR,M,55.0,,,,, +3098,Very High,USA,M,20,E,A,Y,1,1.0,0,m,PB,S,M,50.0,,,,, +3099,Mid,USA,M,13,E,DBAG,N,3,2.0,0,C,PB,SR,M,10.0,,,,, +3100,Very Low,USA,M,1,E,AN,N,1,1.0,6,C,PB,,M,6.0,,,,, +3101,Mid,USA,M,25,E,DBAG,N,25,2.0,1,c,PB,C,M,3.0,,,,, +3102,High,Norway,,15,E,DBAP,N,15,1.0,1,t,PB,S,M,3.0,,,,, +3103,Low,USA,M,3,E,AN,N,3,1.0,4,C,PB,SE,M,55.0,,,,, +3104,Very High,USA,M,20,E,DBAD,N,20,5.0,0,C,PB,S,F,2.0,,,,, +3105,Mid,USA,M,8,E,DT,N,8,3.0,1,c,PB,SE,M,50.0,,,,, +3106,Low,USA,M,11,E,DBAD,N,2,1.0,5,c,PB,S,M,20.0,,,,, +3107,Very High,USA,M,20,IC,A,N,20,6.0,0,m,PB,S,M,300.0,,,,, +3108,Mid,USA,M,7,E,DBAP,N,7,1.0,0,C,NP,S,M,100.0,,,,, +3109,Very Low,UK,M,1,E,DBAG,N,1,1.0,2,c,PB,SE,F,60.0,,,,, +3110,High,South-Africa,M,24,EC,DBAD,Y,15,3.0,2,m,PB,S,M,30.0,,,,, +3111,Very Low,India,M,6,E,DT,N,6,3.0,0,C,PB,C,M,40.0,,,,, +3112,Very Low,CostaRica,M,9,E,E,N,3,1.0,6,C,PB,,M,3.0,,,,, +3113,Very Low,Slovakia,M,5,E,DT,Y,3,4.0,3,C,PB,S,M,10.0,,,,, +3114,Mid,Ireland,M,20,E,DA,Y,23,6.0,6,c,PB,C,M,15.0,,,,, +3115,Very High,USA,O,18,E,M,Y,5,3.0,4,C,PB,,M,10.0,,,,, +3116,Very Low,Poland,M,10,IC,DBAG,N,10,3.0,3,C,PB,SR,M,50.0,,,,, +3117,Very High,USA,M,15,E,DBAD,N,10,4.0,3,m,PB,SR,M,500.0,,,,, +3118,Very High,USA,,5,EC,D,Y,5,2.0,6,C,PB,SE,M,10.0,,,,, +3119,Mid,Sweden,M,12,EC,DBAP,N,12,2.0,6,m,PB,S,M,12.0,,,,, +3120,Low,Luxembourg,M,2,E,DBAG,Y,2,1.0,1,C,SG,S,M,800.0,,,,, +3121,Mid,USA,M,6,E,DBAG,N,7,2.0,3,c,PB,S,,150.0,,,,, +3122,Very High,USA,M,8,E,M,Y,5,3.0,0,m,PB,S,M,20.0,,,,, +3123,Low,Canada,M,10,E,DBAD,N,7,2.0,0,m,PB,SE,M,75.0,,,,, +3124,High,USA,M,25,E,DBAG,N,25,3.0,0,m,PB,S,M,4.0,,,,, +3125,Very Low,UK,M,20,E,D,N,20,6.0,2,C,PB,SR,M,20.0,,,,, +3126,Very Low,Ukraine,M,6,E,DBAG,N,6,1.0,0,m,PB,S,M,6.0,,,,, +3127,Very Low,Serbia-and-Montenegro,M,12,E,DA,Y,12,2.0,0,m,PB,,M,11.0,,,,, +3128,Very Low,Turkey,M,7,E,DBAG,Y,7,6.0,1,m,PB,SR,F,5.0,,,,, +3129,Low,USA,M,2,E,AN,N,2,1.0,3,C,PB,S,M,50.0,,,,, +3130,Mid,USA,M,17,E,M,Y,4,1.0,0,T,SG,S,M,2.0,,,,, +3131,Low,USA,MS,3,E,DS,N,1,2.0,3,c,PB,S,M,52.0,,,,, +3132,Low,Australia,M,6,E,DBAP,N,5,3.0,2,c,PB,SR,M,2.0,,,,, +3133,Very Low,Ukraine,M,12,E,DT,N,1,2.0,1,m,PB,S,M,100.0,,,,, +3134,Low,UK,M,10,E,M,Y,1,1.0,0,C,E,S,M,2.0,,,,, +3135,Mid,UK,M,13,E,DT,Y,13,6.0,0,c,E,S,M,20.0,,,,, +3136,Very Low,USA,M,2,E,D,N,2,1.0,3,c,PB,S,M,5.0,,,,, +3137,Low,Norway,M,7,E,AN,N,7,1.0,6,c,PB,SE,M,6.0,,,,, +3138,Very Low,Russia,MS,1,E,DA,N,1,1.0,1,m,PB,S,M,8.0,,,,, +3139,Mid,Russia,P,3,E,DA,N,5,4.0,2,m,PB,SE,M,3.0,,,,, +3140,High,USA,M,20,E,D,N,20,2.0,4,m,PB,SR,M,3.0,,,,, +3141,High,USA,M,20,E,DBAG,Y,23,3.0,1,T,PB,S,F,4.0,,,,, +3142,Low,Australia,M,2,E,DBAG,N,2,1.0,1,m,PB,SE,M,80.0,,,,, +3143,High,USA,M,25,E,DBAG,N,22,6.0,1,c,PB,S,M,10.0,,,,, +3144,Very High,USA,M,5,E,AN,N,5,1.0,4,m,PB,S,M,30.0,,,,, +3145,High,USA,M,15,E,DBAG,N,15,2.0,3,m,PB,S,M,2.0,,,,, +3146,Very Low,SaudiArabia,M,8,E,DA,N,9,2.0,2,m,PB,SR,M,100.0,,,,, +3147,Very High,USA,M,20,E,A,N,20,2.0,3,C,PB,S,M,5.0,,,,, +3148,Low,UK,M,15,E,DBAG,N,1,3.0,6,T,PB,SE,M,300.0,,,,, +3149,Mid,USA,M,6,E,DT,N,3,3.0,2,m,PB,S,M,300.0,,,,, +3150,Very High,USA,M,9,EC,A,N,1,1.0,6,c,FG,S,M,7.0,,,,, +3151,Mid,USA,M,2,E,AN,N,2,1.0,4,m,PB,S,M,10000.0,,,,, +3152,High,USA,O,7,E,DBAG,N,1,1.0,0,m,PB,S,M,3.0,,,,, +3153,Mid,USA,M,2,E,AN,N,2,1.0,4,m,PB,S,M,5.0,,,,, +3154,Mid,USA,M,2,E,AN,N,2,1.0,4,m,PB,S,M,3.0,,,,, +3155,Very Low,USA,M,1,E,DBAG,Y,1,1.0,1,C,PB,SR,M,3.0,,,,, +3156,Mid,USA,M,4,E,E,N,4,1.0,0,m,PB,S,M,5.0,,,,, +3157,Very High,USA,O,5,E,DS,Y,6,2.0,3,m,PB,SR,M,3.0,,,,, +3158,Low,USA,MS,2,E,DA,N,1,1.0,2,m,PB,C,M,2.0,,,,, +3159,Very Low,UK,M,5,E,DT,N,5,1.0,1,c,PB,SR,M,3.0,,,,, +3160,Very Low,Spain,M,1,E,AN,Y,1,1.0,1,m,PB,SE,F,100.0,,,,, +3161,Very High,USA,M,10,E,D,N,4,2.0,0,m,PB,S,M,3.0,,,,, +3162,High,USA,O,11,EC,DA,Y,4,3.0,0,C,PB,S,M,8.0,,,,, +3163,High,USA,M,6,E,DT,N,6,3.0,0,m,PB,S,M,20.0,,,,, +3164,Very High,USA,M,10,E,M,Y,25,3.0,0,T,PB,S,M,6.0,,,,, +3165,High,USA,M,6,E,DT,N,6,3.0,0,m,PB,S,M,1.0,,,,, +3166,Very Low,USA,M,3,E,DBAD,Y,3,1.0,0,T,E,S,M,6.0,,,,, +3167,Very Low,Germany,M,5,E,D,N,1,2.0,3,C,PB,S,M,3.0,,,,, +3168,Very High,USA,M,12,E,DT,N,12,4.0,5,m,PB,S,M,5.0,,,,, +3169,Very Low,Germany,M,2,E,DA,Y,2,1.0,4,c,PB,S,M,50.0,,,,, +3170,Mid,USA,O,5,E,DBAP,N,5,2.0,6,c,PB,SE,M,10.0,,,,, +3171,High,USA,,3,E,M,Y,8,1.0,6,m,PB,SE,M,1500.0,,,,, +3172,Very Low,USA,M,2,E,AN,N,1,1.0,1,c,PB,S,M,3.0,,,,, +3173,Low,UK,M,11,E,DBAG,N,9,4.0,2,C,PB,,M,1.0,,,,, +3174,Low,USA,M,6,E,AN,N,6,2.0,4,m,PB,SR,M,50.0,,,,, +3175,High,USA,M,9,E,M,Y,2,1.0,1,m,PB,S,M,8.0,,,,, +3176,High,USA,M,3,E,AN,Y,3,3.0,2,m,PB,S,M,25.0,,,,, +3177,Low,USA,M,3,E,AN,N,3,1.0,0,c,PB,S,M,10.0,,,,, +3178,Low,USA,M,4,E,AN,N,4,3.0,0,C,LG,S,M,3.0,,,,, +3179,Very High,USA,SQLI,12,E,DA,Y,15,2.0,6,m,NP,S,M,8.0,,,,, +3180,Low,USA,M,19,E,DBAG,N,19,1.0,0,m,PB,S,M,50.0,,,,, +3181,Low,USA,RDS,5,E,AN,N,5,2.0,2,m,PB,SE,M,3.0,,,,, +3182,Very Low,USA,M,1,E,AN,N,1,1.0,0,C,PB,S,M,3.0,,,,, +3183,Low,USA,,6,E,DBAD,N,6,1.0,6,C,PB,C,M,3.0,,,,, +3184,High,USA,RDS,1,E,AN,Y,2,2.0,1,C,PB,SE,M,192.0,,,,, +3185,Low,USA,M,2,E,AN,N,2,1.0,3,C,PB,SR,M,3.0,,,,, +3186,Mid,UK,O,5,E,DBAD,N,3,2.0,6,m,PB,S,M,2.0,,,,, +3187,Low,USA,M,4,E,AN,N,4,2.0,3,C,E,S,F,2500.0,,,,, +3188,Mid,USA,M,4,E,DT,N,9,2.0,6,C,PB,S,M,4.0,,,,, +3189,Low,USA,M,4,E,AN,N,4,1.0,1,m,PB,C,M,6.0,,,,, +3190,Mid,USA,MS,1,E,AN,N,5,1.0,0,C,PB,S,M,3.0,,,,, +3191,Mid,USA,M,3,E,E,N,5,2.0,6,m,PB,S,M,1.0,,,,, +3192,Very High,USA,M,8,E,D,N,8,3.0,0,m,NP,S,M,45.0,,,,, +3193,High,USA,M,10,E,DBAD,N,8,3.0,1,m,PB,S,M,4.0,,,,, +3194,Low,Ireland,M,15,E,DT,Y,4,1.0,0,c,PB,SE,M,50.0,,,,, +3195,Very Low,Canada,M,1,E,,N,1,1.0,5,c,PB,SE,M,3.0,,,,, +3196,Mid,USA,O,2,E,AN,N,7,2.0,1,c,SG,S,F,3.0,,,,, +3197,Very Low,India,MS,1,E,AN,N,3,2.0,3,m,PB,C,M,1.0,,,,, +3198,Low,USA,M,3,E,AN,N,3,1.0,6,m,NP,S,M,1.0,,,,, +3199,Mid,USA,M,20,E,DT,N,8,4.0,0,C,PB,SR,M,6.0,,,,, +3200,Mid,Canada,O,3,E,AN,N,2,3.0,1,m,SG,C,M,8.0,,,,, +3201,Very High,USA,O,5,E,M,Y,10,2.0,0,C,PB,SE,M,2.0,,,,, +3202,Mid,USA,M,1,E,DS,N,2,1.0,4,m,NP,S,M,10.0,,,,, +3203,Very High,USA,M,20,E,DBAP,N,16,1.0,3,C,PB,S,M,7.0,,,,, +3204,Mid,USA,M,15,E,D,N,14,3.0,0,C,NP,S,M,135.0,,,,, +3205,Very Low,Turkey,MS,1,E,AN,N,1,1.0,5,m,PB,S,M,1.0,,,,, +3206,Very Low,Canada,M,4,E,DT,N,4,1.0,6,C,PB,SR,M,3.0,,,,, +3207,Mid,USA,O,15,E,M,Y,10,1.0,6,m,LG,SE,M,15.0,,,,, +3208,Mid,USA,O,15,E,M,Y,10,1.0,6,m,LG,SE,M,2.0,,,,, +3209,Mid,USA,M,19,E,DT,N,18,1.0,0,C,PB,S,M,2.0,,,,, +3210,Very High,USA,M,11,E,A,N,7,2.0,6,C,PB,S,M,2.0,,,,, +3211,Mid,USA,M,7,E,AN,N,7,1.0,0,c,PB,S,M,80.0,,,,, +3212,Mid,USA,M,6,E,DT,N,4,2.0,2,m,PB,S,F,35.0,,,,, +3213,High,USA,M,12,E,D,N,17,2.0,1,m,PB,,M,6.0,,,,, +3214,Low,UK,M,15,E,DBAD,N,15,3.0,1,c,NP,S,M,4.0,,,,, +3215,Low,Sweden,M,3,EC,DT,N,6,1.0,6,c,PB,S,M,6.0,,,,, +3216,Low,USA,M,5,E,AN,N,10,3.0,3,C,PB,S,M,50.0,,,,, +3217,Very Low,USA,M,3,E,AN,N,3,1.0,0,m,PB,S,M,3.0,,,,, +3218,Very High,USA,P,4,IC,E,N,1,2.0,0,C,PB,S,M,1.0,,,,, +3219,Mid,USA,P,5,E,AN,N,3,1.0,3,C,PB,C,M,2.0,,,,, +3220,Very High,USA,M,8,E,DBAG,N,8,4.0,5,C,NP,SE,F,3.0,,,,, +3221,Low,USA,O,2,E,AN,N,2,1.0,1,m,PB,S,M,300.0,,,,, +3222,Low,Denmark,M,5,E,DA,N,4,3.0,0,m,PB,SE,M,3.0,,,,, +3223,Low,USA,M,5,E,DT,N,5,1.0,0,c,PB,SE,F,22.0,,,,, +3224,High,USA,M,10,E,M,Y,8,1.0,0,C,PB,SE,M,6.0,,,,, +3225,Mid,USA,M,6,E,DBAG,Y,0,1.0,0,t,PB,S,M,3.0,,,,, +3226,Very Low,USA,M,3,E,DBAG,N,1,1.0,1,c,PB,S,M,5.0,,,,, +3227,Low,USA,O,5,E,AN,N,6,2.0,0,c,SG,S,M,10.0,,,,, +3228,Very High,USA,M,8,E,D,N,1,3.0,0,m,PB,SE,M,3.0,,,,, +3229,Low,USA,O,5,E,AN,N,6,2.0,0,c,SG,S,M,12.0,,,,, +3230,Low,USA,M,2,E,AN,N,2,1.0,1,C,PB,SR,M,3.0,,,,, +3231,Mid,USA,P,2,E,DA,N,7,4.0,2,c,PB,S,M,2.0,,,,, +3232,Mid,USA,M,6,E,AN,N,7,2.0,4,C,PB,S,M,5.0,,,,, +3233,Mid,USA,M,2,E,E,N,4,3.0,1,c,PB,SE,M,4.0,,,,, +3234,Low,Canada,M,20,E,DBAG,N,20,2.0,1,m,PB,SR,M,2.0,,,,, +3235,Mid,USA,M,4,E,,N,4,1.0,6,c,PB,,M,20.0,,,,, +3236,Mid,USA,O,2,E,DA,N,2,1.0,4,m,FG,,M,42.0,,,,, +3237,Very Low,USA,M,1,E,AN,N,1,1.0,0,C,PB,S,F,4.0,,,,, +3238,Mid,USA,O,6,E,DA,N,6,1.0,6,c,PB,S,M,2.0,,,,, +3239,Mid,USA,M,7,E,DBAG,N,6,2.0,1,C,PB,S,M,12.0,,,,, +3240,Mid,USA,M,4,E,E,N,3,1.0,4,m,PB,S,M,20.0,,,,, +3241,Very High,USA,,4,EC,E,N,2,1.0,1,m,PB,S,M,2.0,,,,, +3242,Very High,USA,M,11,E,M,Y,5,2.0,2,c,PB,S,M,40.0,,,,, +3243,Low,UK,M,5,E,DBAG,N,5,1.0,5,c,PB,S,M,150.0,,,,, +3244,Very Low,UK,M,7,E,DT,N,3,2.0,0,t,PB,S,M,10.0,,,,, +3245,Very Low,USA,M,5,E,AN,N,5,3.0,3,m,PB,SR,F,9.0,,,,, +3246,Very High,USA,P,3,E,E,N,3,2.0,6,m,PB,S,M,3.0,,,,, +3247,Very Low,USA,M,1,E,AN,N,2,1.0,2,c,PB,S,M,1.0,,,,, +3248,Low,USA,M,4,E,AN,N,4,2.0,1,C,PB,,M,4.0,,,,, +3249,High,USA,,0,E,DT,N,8,3.0,1,C,NP,S,M,4.0,,,,, +3250,Mid,USA,M,10,E,AN,N,1,1.0,2,m,PB,S,M,1.0,,,,, +3251,Very Low,USA,,1,E,M,N,1,1.0,0,T,PB,S,M,2.0,,,,, +3252,Very Low,USA,O,2,E,DT,N,2,1.0,1,c,PB,S,M,1.0,,,,, +3253,Mid,USA,M,6,E,AN,Y,1,1.0,0,m,PB,S,M,5.0,,,,, +3254,Very High,UK,P,13,E,M,Y,1,1.0,0,m,PB,S,M,2.0,,,,, +3255,Low,Austria,M,8,E,DA,N,8,3.0,1,T,PB,SE,M,10.0,,,,, +3256,Very Low,UK,M,5,E,DA,Y,5,1.0,6,c,PB,C,M,50.0,,,,, +3257,Very Low,USA,M,2,E,DA,N,2,1.0,1,t,PB,S,M,7.0,,,,, +3258,Very High,USA,,6,E,DS,N,6,1.0,0,m,PB,SR,M,4.0,,,,, +3259,Mid,USA,M,20,E,D,N,6,2.0,4,m,PB,SR,M,65.0,,,,, +3260,Very High,USA,M,17,E,E,N,14,3.0,1,m,PB,S,M,6.0,,,,, +3261,Very Low,USA,M,2,E,D,N,2,1.0,3,m,NP,SR,M,30.0,,,,, +3262,Very High,USA,M,17,E,E,N,14,3.0,1,m,PB,S,M,9.0,,,,, +3263,Low,USA,M,1,E,DT,N,1,1.0,0,C,E,SE,M,30.0,,,,, +3264,Low,USA,M,15,E,AN,N,15,1.0,6,C,PB,S,M,7.0,,,,, +3265,Low,USA,M,4,E,D,N,4,1.0,0,C,PB,S,F,7.0,,,,, +3266,Low,USA,M,4,E,D,N,2,2.0,0,C,NP,S,F,1.0,,,,, +3267,Low,USA,M,4,E,D,N,4,1.0,0,C,PB,S,F,15.0,,,,, +3268,High,USA,M,10,E,M,Y,6,1.0,4,m,PB,S,M,1.0,,,,, +3269,Low,USA,M,8,E,DBAG,N,3,3.0,2,m,PB,S,M,5.0,,,,, +3270,Low,USA,M,3,E,AN,N,8,2.0,1,C,NP,SE,M,30.0,,,,, +3271,Very Low,USA,MS,1,P,D,N,1,1.0,2,c,PB,SR,M,3.0,,,,, +3272,High,USA,,1,E,AN,N,2,2.0,6,m,PB,S,M,2.0,,,,, +3273,Very Low,Belgium,M,4,E,DBAP,Y,3,1.0,1,C,PB,S,F,4.0,,,,, +3274,Very Low,Belgium,M,4,E,DBAP,Y,3,1.0,1,C,PB,S,F,40.0,,,,, +3275,Very High,USA,M,20,E,A,N,18,1.0,1,m,PB,S,M,40.0,,,,, +3276,Mid,USA,O,3,E,D,N,5,2.0,6,m,PB,S,M,3.0,,,,, +3277,Mid,USA,M,5,EC,AN,N,5,5.0,0,c,PB,S,M,6.0,,,,, +3278,Low,Canada,M,4,E,AN,N,1,2.0,2,m,PB,SE,M,5.0,,,,, +3279,Low,USA,O,1,E,,N,1,1.0,1,C,FG,SE,M,5.0,,,,, +3280,Mid,Canada,M,6,E,DT,N,12,3.0,1,m,PB,S,F,2.0,,,,, +3281,Low,UK,M,7,E,D,N,1,1.0,0,m,NP,SR,M,4.0,,,,, +3282,Low,USA,M,2,E,DBAG,N,2,1.0,6,C,PB,S,M,15.0,,,,, +3283,Low,USA,M,4,E,AN,N,3,2.0,1,C,PB,SE,M,330.0,,,,, +3284,Mid,Austria,P,5,E,M,Y,2,1.0,0,m,PB,C,M,6.0,,,,, +3285,Very Low,USA,M,1,E,DBAG,N,1,1.0,3,C,PB,S,M,3.0,,,,, +3286,Very Low,USA,M,1,E,DBAG,N,1,1.0,3,C,PB,S,M,3.0,,,,, +3287,High,USA,O,7,E,DBAG,N,11,3.0,6,T,FG,SR,M,3.0,,,,, +3288,Mid,USA,P,15,E,E,N,2,1.0,2,T,FG,S,M,300.0,,,,, +3289,Very High,USA,M,19,E,A,Y,10,2.0,0,m,PB,SR,F,8.0,,,,, +3290,Low,USA,M,5,E,DBAG,N,13,2.0,1,c,PB,SR,F,20.0,,,,, +3291,High,USA,M,4,E,DT,N,4,2.0,6,m,PB,S,F,3.0,,,,, +3292,Mid,USA,M,5,E,DT,N,3,2.0,5,m,PB,S,M,4.0,,,,, +3293,Very Low,USA,M,3,EC,AN,N,1,2.0,6,C,PB,,M,10.0,,,,, +3294,Very High,USA,O,7,E,DT,N,9,3.0,3,m,E,S,M,3.0,,,,, +3295,Mid,USA,M,10,E,DT,N,3,2.0,1,C,NP,C,F,5.0,,,,, +3296,Very Low,Netherlands,M,1,E,E,N,1,2.0,0,c,PB,SE,M,20.0,,,,, +3297,Mid,USA,O,3,E,E,N,3,1.0,4,T,PB,C,M,1.0,,,,, +3298,Low,USA,M,3,E,AN,N,3,2.0,1,C,PB,SE,F,10.0,,,,, +3299,Low,USA,M,3,E,AN,N,3,2.0,1,C,PB,SE,F,2.0,,,,, +3300,Mid,USA,M,15,E,,Y,21,1.0,2,m,PB,S,M,2.0,,,,, +3301,Very Low,USA,M,2,E,DT,N,2,1.0,5,m,PB,C,M,10.0,,,,, +3302,Very High,USA,M,6,E,DT,N,6,2.0,6,m,NP,,M,20.0,,,,, +3303,Low,USA,O,3,E,AN,N,3,1.0,1,C,PB,S,M,5.0,,,,, +3304,Very High,USA,P,8,E,M,Y,8,1.0,2,C,PB,SE,M,2.0,,,,, +3305,Very Low,USA,P,1,E,DA,N,1,1.0,0,C,NP,,M,0.0,,,,, +3306,Low,UK,M,1,E,DS,Y,3,2.0,1,m,PB,S,M,2.0,,,,, +3307,Mid,USA,O,15,E,AN,N,10,1.0,2,C,E,C,M,8.0,,,,, +3308,High,USA,M,3,EC,E,N,2,1.0,1,C,FG,S,M,1.0,,,,, +3309,Very High,USA,M,26,E,DBAG,N,12,5.0,1,C,PB,S,M,2.0,,,,, +3310,Mid,USA,M,15,E,D,N,5,2.0,0,m,PB,C,M,100.0,,,,, +3311,Very High,USA,M,17,E,DBAP,N,11,2.0,6,m,PB,S,M,3.0,,,,, +3312,Low,USA,M,5,E,DBAG,N,5,1.0,0,T,PB,S,M,1000.0,,,,, +3313,Very Low,Australia,M,10,E,M,Y,2,1.0,0,m,PB,C,M,4.0,,,,, +3314,High,USA,M,4,E,D,N,4,3.0,6,m,PB,C,M,8700.0,,,,, +3315,Very Low,UK,M,7,E,DBAG,N,7,1.0,3,m,PB,SR,M,100.0,,,,, +3316,Mid,USA,M,7,E,DA,N,7,1.0,6,c,PB,S,M,500.0,,,,, +3317,High,USA,M,7,EC,M,N,10,3.0,4,C,PB,C,M,1.0,,,,, +3318,Very Low,New-Zealand,M,1,E,DBAD,N,1,1.0,1,c,PB,,,20.0,,,,, +3319,Very High,USA,O,6,E,DBAG,N,6,2.0,1,m,PB,C,F,8.0,,,,, +3320,Low,USA,,1,E,D,N,1,1.0,3,m,PB,SE,M,3.0,,,,, +3321,Mid,USA,O,5,E,AN,N,15,3.0,6,c,PB,SE,M,2.0,,,,, +3322,Low,USA,M,2,E,M,N,5,2.0,1,C,PB,SR,M,6.0,,,,, +3323,Low,USA,O,10,E,AN,N,10,1.0,6,m,PB,S,M,15.0,,,,, +3324,Low,USA,M,2,E,M,N,5,2.0,1,C,PB,SR,M,2.0,,,,, +3325,Very High,USA,M,20,E,DBAG,Y,20,4.0,0,m,PB,S,M,15.0,,,,, +3326,Very High,USA,RDS,1,E,D,N,5,3.0,6,m,PB,S,M,46.0,,,,, +3327,Low,USA,MS,3,E,D,N,4,3.0,2,T,PB,S,M,5.0,,,,, +3328,Mid,USA,M,10,E,AN,N,13,2.0,2,m,PB,SR,M,7.0,,,,, +3329,Mid,USA,M,8,E,DT,N,7,3.0,4,m,PB,S,M,4.0,,,,, +3330,Very Low,UK,M,3,E,AN,N,3,1.0,3,T,PB,C,M,15.0,,,,, +3331,Low,USA,M,1,E,DBAP,Y,1,1.0,6,c,PB,SR,M,1.0,,,,, +3332,High,USA,M,5,E,M,Y,7,1.0,3,m,PB,S,M,255.0,,,,, +3333,Very Low,USA,A,1,E,DBAG,N,1,1.0,4,m,PB,,M,4.0,,,,, +3334,Very Low,Canada,M,0,E,AN,N,0,2.0,0,m,PB,SE,M,100.0,,,,, +3335,Low,USA,M,3,E,AN,N,4,1.0,2,m,PB,S,M,2.0,,,,, +3336,Low,USA,M,6,E,DBAG,N,6,2.0,0,C,PB,,M,2.0,,,,, +3337,Low,USA,M,3,E,D,Y,3,2.0,4,c,PB,,M,250.0,,,,, +3338,Very Low,UK,O,1,E,AN,N,1,1.0,2,c,PB,SE,M,3.0,,,,, +3339,Very Low,USA,M,1,E,AN,N,1,1.0,0,c,PB,,M,1.0,,,,, +3340,Low,USA,M,2,E,AN,N,2,1.0,1,m,PB,,F,1.0,,,,, +3341,Very Low,USA,M,3,E,AN,N,4,2.0,4,C,PB,S,M,6.0,,,,, +3342,Low,USA,O,8,E,AN,N,3,1.0,1,C,E,S,M,3.0,,,,, +3343,Very Low,Canada,MS,5,E,DA,N,6,4.0,3,C,PB,SR,M,5.0,,,,, +3344,High,USA,M,13,E,DBAG,N,13,3.0,5,m,PB,SE,M,2.0,,,,, +3345,High,USA,O,5,E,DBAD,N,4,1.0,0,m,SG,S,M,50.0,,,,, +3346,Very Low,Australia,P,1,E,DA,N,3,2.0,0,t,E,S,,30.0,,,,, +3347,Very Low,USA,M,1,E,AN,N,1,1.0,5,T,PB,S,M,8.0,,,,, +3348,Low,USA,M,7,E,DA,Y,8,1.0,1,T,NP,S,M,61.0,,,,, +3349,Very Low,USA,M,4,E,DT,N,4,1.0,4,m,PB,S,M,3.0,,,,, +3350,Low,USA,M,9,E,DT,N,9,2.0,4,C,PB,S,M,4.0,,,,, +3351,Mid,USA,M,20,E,DBAP,N,6,4.0,1,c,NP,S,M,80.0,,,,, +3352,Very High,USA,MS,2,E,,N,1,2.0,0,m,PB,S,M,150.0,,,,, +3353,Low,USA,O,2,E,AN,N,2,1.0,3,c,PB,S,M,1.0,,,,, +3354,Very Low,UK,M,6,E,AN,N,6,1.0,1,m,PB,C,M,5.0,,,,, +3355,High,USA,,2,E,AN,N,2,1.0,0,C,PB,,M,6.0,,,,, +3356,Low,USA,M,2,E,DT,N,1,1.0,1,c,PB,,M,5.0,,,,, +3357,Mid,USA,O,11,E,DBAD,N,7,2.0,5,C,PB,S,M,8.0,,,,, +3358,Very High,USA,M,4,E,AN,N,11,4.0,4,m,PB,S,M,15.0,,,,, +3359,Low,USA,M,1,E,DS,N,1,1.0,0,m,PB,S,F,5.0,,,,, +3360,Very Low,USA,M,1,E,AN,N,2,2.0,5,m,PB,S,M,4.0,,,,, +3361,High,USA,M,6,E,D,Y,6,3.0,4,m,PB,SE,M,2.0,,,,, +3362,Low,USA,O,2,E,,N,2,1.0,0,C,NP,S,M,15.0,,,,, +3363,Very Low,USA,M,3,E,AN,Y,3,1.0,0,c,PB,SR,M,5.0,,,,, +3364,Very Low,USA,MA,1,E,AN,N,2,2.0,1,T,PB,S,M,3.0,,,,, +3365,Mid,USA,M,5,E,DT,N,3,1.0,2,C,PB,SE,M,1.0,,,,, +3366,Very High,USA,,4,E,AN,Y,11,1.0,6,m,PB,S,M,3.0,,,,, +3367,Very Low,USA,M,2,E,DT,N,1,1.0,6,m,PB,C,M,3.0,,,,, +3368,Low,USA,M,1,E,AN,N,1,1.0,1,C,PB,S,F,136.0,,,,, +3369,Mid,USA,,10,E,DS,N,3,4.0,0,m,PB,S,M,2.0,,,,, +3370,Mid,USA,O,10,E,AN,N,10,2.0,5,C,PB,SE,F,3.0,,,,, +3371,Very High,USA,RDS,3,E,M,Y,1,2.0,0,m,PB,S,M,3.0,,,,, +3372,Mid,USA,M,6,E,AN,N,6,3.0,5,m,PB,S,M,0.0,,,,, +3373,Mid,USA,M,2,E,AN,N,2,2.0,4,C,PB,S,M,2.0,,,,, +3374,Low,USA,M,13,E,DA,N,15,1.0,3,c,PB,S,M,3.0,,,,, +3375,High,USA,M,4,E,DT,N,4,1.0,3,c,PB,SE,M,7.0,,,,, +3376,Low,USA,M,2,E,AN,N,2,1.0,2,m,PB,SE,M,6.0,,,,, +3377,Very Low,USA,RDS,0,E,AN,N,0,1.0,4,C,PB,S,M,2.0,,,,, +3378,Very High,USA,M,10,E,M,Y,6,1.0,0,C,PB,S,M,4.0,,,,, +3379,Very High,USA,M,13,E,D,N,13,4.0,4,m,PB,S,M,5.0,,,,, +3380,Mid,USA,M,7,E,DS,N,3,2.0,0,m,NP,S,M,10.0,,,,, +3381,High,USA,M,8,E,M,Y,4,1.0,0,C,E,S,M,8.0,,,,, +3382,Very Low,Australia,,1,E,AN,N,1,1.0,1,m,PB,SE,M,10.0,,,,, +3383,Mid,USA,M,3,E,DA,N,3,2.0,3,C,PB,S,M,3.0,,,,, +3384,Very High,USA,M,8,E,M,Y,4,1.0,0,m,PB,S,M,1.0,,,,, +3385,Very Low,USA,M,1,E,DT,N,1,1.0,6,c,NP,C,M,6.0,,,,, +3386,Very High,USA,M,16,E,DBAG,N,22,5.0,3,C,PB,S,M,2.0,,,,, +3387,High,USA,M,8,E,DT,N,8,3.0,1,m,LG,,M,32.0,,,,, +3388,Mid,USA,M,3,E,D,N,1,2.0,6,m,NP,S,M,20.0,,,,, +3389,High,USA,M,10,E,DBAP,Y,8,1.0,2,m,NP,SE,M,5.0,,,,, +3390,Very High,USA,P,8,E,M,Y,1,3.0,2,m,PB,,M,65.0,,,,, +3391,Very High,USA,M,20,E,A,Y,5,1.0,0,m,PB,S,F,2.0,,,,, +3392,Very Low,USA,,3,E,AN,Y,1,2.0,0,c,PB,SE,NB,19.0,,,,, +3393,Very High,USA,M,6,IC,D,N,3,2.0,0,C,PB,S,M,3.0,,,,, +3394,Mid,USA,DB2,15,E,DBAG,N,8,4.0,0,m,PB,SE,M,2.0,,,,, +3395,Very Low,USA,MS,1,E,AN,N,1,1.0,3,C,PB,S,M,2.0,,,,, +3396,High,USA,M,4,E,DT,Y,4,2.0,0,C,PB,SR,F,3.0,,,,, +3397,Low,Canada,,2,E,AN,N,3,2.0,1,m,PB,C,M,6.0,,,,, +3398,Very Low,USA,M,1,E,,N,1,1.0,6,C,PB,S,F,10.0,,,,, +3399,Very High,USA,M,20,E,DBAG,N,20,6.0,2,C,E,S,M,1.0,,,,, +3400,Mid,USA,M,6,E,DBAD,N,6,1.0,1,C,PB,S,F,40.0,,,,, +3401,High,USA,M,2,E,AN,N,3,2.0,0,m,PB,S,M,20.0,,,,, +3402,Low,USA,O,2,E,D,N,2,1.0,1,c,PB,S,M,1.0,,,,, +3403,Low,USA,P,2,E,AN,N,2,1.0,3,c,PB,SR,M,4.0,,,,, +3404,Mid,Canada,M,7,E,AN,N,7,2.0,1,m,PB,S,M,1.0,,,,, +3405,Mid,USA,M,5,E,AN,N,5,1.0,1,c,PB,SR,M,1.0,,,,, +3406,Mid,Canada,M,7,E,AN,N,7,2.0,1,m,PB,S,M,2.0,,,,, +3407,Very High,USA,,10,E,D,N,10,2.0,6,m,PB,SR,M,1.0,,,,, +3408,Low,Canada,MS,5,E,AN,N,3,3.0,4,c,PB,S,F,10.0,,,,, +3409,High,USA,RDS,3,E,D,N,3,1.0,5,m,PB,SE,M,0.0,,,,, +3410,High,USA,M,1,E,DS,N,1,1.0,4,m,PB,S,M,4.0,,,,, +3411,Very Low,UK,M,4,E,D,N,2,1.0,0,c,PB,S,M,6.0,,,,, +3412,Very Low,USA,M,1,E,DBAG,N,1,1.0,2,C,PB,,M,5.0,,,,, +3413,Mid,Israel,M,13,E,DBAG,N,9,2.0,6,C,FG,SE,M,110.0,,,,, +3414,Very Low,USA,M,1,E,E,N,1,1.0,4,t,PB,S,M,200.0,,,,, +3415,Very High,USA,C,5,E,DS,N,7,2.0,1,m,PB,SE,F,5.0,,,,, +3416,Very High,USA,C,5,E,DS,N,7,2.0,1,m,PB,SE,F,0.0,,,,, +3417,Low,USA,M,4,E,AN,Y,3,1.0,1,C,E,S,M,0.0,,,,, +3418,Mid,USA,M,10,E,DBAG,N,10,4.0,0,C,E,S,M,10.0,,,,, +3419,Low,Netherlands,M,20,E,DBAP,N,20,1.0,0,C,PB,C,M,15.0,,,,, +3420,Mid,Denmark,M,3,E,DA,N,3,1.0,1,C,PB,S,M,8.0,,,,, +3421,Very Low,Romania,M,6,E,DS,N,2,1.0,0,C,PB,C,M,6.0,,,,, +3422,Mid,USA,M,6,E,DT,Y,6,1.0,0,c,PB,S,F,3.0,,,,, +3423,Low,UK,M,2,E,D,Y,11,2.0,0,T,FG,C,M,1.0,,,,, +3424,Very Low,UK,M,1,E,AN,N,1,1.0,1,c,PB,,M,11.0,,,,, +3425,Mid,USA,M,20,E,DBAG,N,20,3.0,0,c,FG,S,M,100.0,,,,, +3426,Mid,USA,M,3,E,AN,N,3,1.0,0,m,PB,SE,M,15.0,,,,, +3427,High,USA,M,10,EC,,N,10,2.0,6,C,PB,S,M,3.0,,,,, +3428,Very Low,France,M,1,EC,D,N,1,1.0,6,m,PB,S,M,5.0,,,,, +3429,Low,UK,,1,E,DS,N,3,2.0,1,m,PB,,M,7.0,,,,, +3430,Low,USA,M,2,E,DBAP,N,2,1.0,2,C,PB,S,F,4.0,,,,, +3431,Very Low,USA,M,1,EC,DA,Y,1,2.0,1,T,FG,SR,M,60.0,,,,, +3432,High,USA,M,5,EC,A,N,5,3.0,6,m,PB,S,M,2.0,,,,, +3433,Mid,USA,M,6,E,AN,N,11,3.0,2,m,NP,C,M,10.0,,,,, +3434,Very High,USA,O,5,E,AN,Y,5,1.0,3,m,FG,SR,M,2.0,,,,, +3435,Mid,USA,M,3,E,E,N,1,1.0,6,C,PB,S,M,3.0,,,,, +3436,Very Low,USA,M,2,E,AN,N,2,1.0,4,C,PB,S,M,20.0,,,,, +3437,High,USA,M,10,E,DBAG,N,7,3.0,1,C,LG,S,M,4.0,,,,, +3438,Very Low,USA,MS,1,E,AN,N,1,1.0,0,c,PB,S,M,50.0,,,,, +3439,Very Low,USA,P,0,E,AN,N,0,1.0,1,m,PB,S,M,7.0,,,,, +3440,High,USA,M,15,E,DBAP,N,9,1.0,1,T,NP,S,M,1.0,,,,, +3441,Very Low,UK,M,5,E,D,N,5,1.0,1,C,PB,C,M,300.0,,,,, +3442,Very High,USA,M,15,E,E,N,15,2.0,0,C,PB,C,M,12.0,,,,, +3443,Low,USA,MA,1,E,AN,N,1,1.0,3,m,PB,SE,M,2.0,,,,, +3444,Low,USA,M,6,E,DA,N,3,2.0,1,m,NP,C,M,3.0,,,,, +3445,Very High,USA,M,18,E,DT,Y,4,2.0,0,m,PB,C,M,12.0,,,,, +3446,Mid,USA,M,7,E,DT,N,5,2.0,0,C,PB,S,M,7.0,,,,, +3447,Mid,USA,MS,1,EC,AN,N,1,1.0,1,C,FG,S,M,5.0,,,,, +3448,Very Low,Belgium,M,10,E,DA,Y,22,2.0,1,c,PB,S,M,10.0,,,,, +3449,High,Austria,M,20,IC,DBAG,Y,25,4.0,1,c,PB,S,M,5.0,,,,, +3450,Low,UK,M,10,E,DBAG,N,7,3.0,2,m,PB,S,M,6.0,,,,, +3451,Very Low,Netherlands,O,15,E,M,N,15,2.0,0,C,NP,S,M,12.0,,,,, +3452,Mid,Canada,M,15,E,DBAG,N,15,6.0,4,C,LG,C,M,2.0,,,,, +3453,Mid,USA,,4,E,AN,N,4,1.0,6,T,PB,S,M,150.0,,,,, +3454,Very Low,UK,M,3,E,DBAP,N,9,4.0,0,m,PB,S,M,5.0,,,,, +3455,Very Low,USA,M,1,E,DBAG,N,1,1.0,3,t,FG,SE,F,21.0,,,,, +3456,Very High,USA,O,15,E,DBAP,N,4,1.0,0,T,NP,S,M,50.0,,,,, +3457,High,USA,M,20,E,M,Y,9,2.0,0,m,LG,SR,M,40.0,,,,, +3458,Mid,USA,M,10,E,DA,N,10,3.0,1,C,PB,,M,40.0,,,,, +3459,Very High,USA,M,6,E,E,N,4,2.0,2,c,PB,S,M,2.0,,,,, +3460,Very Low,USA,M,1,E,D,N,1,1.0,0,C,E,S,M,9.0,,,,, +3461,Very Low,Portugal,M,15,EC,DA,Y,15,1.0,0,C,PB,S,M,3.0,,,,, +3462,High,USA,,4,E,DBAG,N,4,1.0,6,c,PB,SE,M,4.0,,,,, +3463,Low,USA,O,2,E,AN,N,2,1.0,0,m,PB,S,M,500.0,,,,, +3464,High,USA,O,30,E,DBAG,N,25,3.0,0,c,NP,S,M,4.0,,,,, +3465,Low,USA,M,3,E,AN,N,3,1.0,2,m,PB,C,M,45.0,,,,, +3466,Mid,Spain,M,2,E,,Y,3,1.0,1,m,PB,S,M,3.0,,,,, +3467,Mid,USA,,6,E,DA,N,6,1.0,6,m,PB,,M,1.0,,,,, +3468,High,USA,M,15,E,DBAP,N,5,1.0,2,T,PB,S,M,1.0,,,,, +3469,Very High,USA,M,15,E,A,N,15,4.0,2,C,PB,S,M,500.0,,,,, +3470,Very Low,UK,M,4,E,DBAD,Y,2,2.0,2,C,PB,S,M,46.0,Bachelors (4 years),Yes,N,40.0,zero +3471,High,USA,M,18,E,DBAD,N,18,4.0,1,m,PB,S,M,94.0,Bachelors (4 years),No,YesValid,44.0,zero +3472,Low,UK,M,10,E,DBAP,N,8,3.0,2,m,PB,S,M,10.0,None (no degree completed),,N,40.0,zero +3473,Low,USA,M,3,E,DT,N,3,1.0,0,c,PB,S,M,3500.0,None (no degree completed),,YesValid,45.0,zero +3474,Low,Sweden,M,15,E,DBAD,N,10,5.0,5,C,PB,C,M,1000.0,Masters,Yes,YesExpired,38.0,zero +3475,High,USA,M,12,EC,A,N,2,1.0,0,m,PB,,M,100.0,Masters,Yes,YesValid,30.0,five +3476,Low,UK,M,3,IC,DA,N,3,1.0,0,C,PB,S,M,2.0,Bachelors (4 years),No,N,37.0,zero +3477,Very High,USA,M,18,E,DBAG,N,15,3.0,6,m,PB,SR,M,25.0,Bachelors (4 years),No,YesExpired,40.0,four +3478,Very Low,Serbia-and-Montenegro,O,12,E,DBAG,N,14,2.0,5,m,PB,C,M,200.0,Masters,Yes,N,40.0,five +3479,High,USA,M,14,E,DBAD,Y,17,2.0,2,c,PB,SR,M,8.0,Bachelors (4 years),No,N,45.0,four +3480,High,UK,M,18,E,M,Y,5,1.0,0,m,PB,,M,15.0,Masters,Yes,YesValid,35.0,zero +3481,High,USA,M,20,E,DBAG,N,20,5.0,2,m,PB,SR,M,166.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3482,Very Low,Poland,M,1,IC,D,N,6,2.0,3,C,PB,S,M,4.0,Masters,Yes,YesValid,45.0,five +3483,High,Australia,M,10,E,DBAP,N,1,2.0,0,m,PB,S,M,100.0,Bachelors (4 years),No,YesValid,38.0,five +3484,Very High,USA,M,9,E,M,Y,3,1.0,0,m,NP,S,M,30.0,None (no degree completed),,N,45.0,zero +3485,High,USA,M,15,E,DBAD,N,6,2.0,1,C,PB,S,M,70.0,Bachelors (4 years),Yes,YesValid,55.0,zero +3486,Low,USA,M,3,E,DBAD,N,3,1.0,6,c,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +3487,High,USA,M,6,E,DBAD,Y,6,4.0,0,m,PB,S,M,250.0,Bachelors (4 years),Yes,YesValid,40.0,one +3488,Mid,USA,M,10,E,DBAG,N,4,1.0,2,c,LG,S,M,25.0,Masters,Yes,YesExpired,38.0,one +3489,Very Low,Romania,M,6,E,DT,N,6,2.0,6,m,PB,SR,M,6.0,Masters,Yes,N,40.0,zero +3490,Low,UK,M,16,E,DBAP,N,16,2.0,0,m,NP,SR,M,25.0,None (no degree completed),,N,35.0,three +3491,Very High,USA,M,12,E,DBAP,N,12,2.0,0,C,PB,,M,25.0,Bachelors (4 years),Yes,YesValid,40.0,one +3492,High,USA,M,8,E,DBAG,N,7,3.0,5,m,PB,S,M,40.0,Bachelors (4 years),Yes,YesExpired,35.0,one +3493,Low,USA,M,1,E,DBAP,N,1,1.0,2,m,PB,C,M,30.0,Associates (2 years),Yes,N,40.0,zero +3494,Mid,USA,M,6,E,DBAD,N,6,1.0,5,c,PB,S,M,41.0,Bachelors (4 years),Yes,N,40.0,zero +3495,High,Switzerland,M,4,E,DBAG,N,4,1.0,1,T,PB,C,M,12.0,Bachelors (4 years),Yes,YesValid,42.0,zero +3496,Low,USA,M,4,E,DA,N,4,2.0,0,t,PB,C,M,30.0,Associates (2 years),Yes,YesValid,40.0,one +3497,High,USA,M,18,E,E,N,16,5.0,4,m,PB,S,M,150.0,Bachelors (4 years),Yes,N,45.0,five +3498,Mid,USA,M,8,E,DBAP,N,8,1.0,1,m,E,C,M,90.0,Masters,Yes,YesValid,40.0,zero +3499,Low,Sweden,M,16,EC,DBAG,N,10,1.0,0,T,PB,S,M,150.0,None (no degree completed),,YesValid,40.0,one +3500,Very Low,Ireland,M,3,E,DBAP,N,3,2.0,0,T,PB,SE,M,10.0,Masters,Yes,N,45.0,zero +3501,Low,Germany,M,5,EC,D,N,0,1.0,6,c,PB,,M,40.0,Masters,No,N,45.0,one +3502,High,USA,M,15,E,DBAD,N,20,5.0,0,C,PB,S,M,20.0,Bachelors (4 years),No,YesValid,40.0,five +3503,Very Low,Spain,M,7,EC,DBAG,N,13,2.0,6,m,PB,,M,40.0,None (no degree completed),,N,40.0,five +3504,Mid,USA,M,8,E,AN,N,5,6.0,3,m,E,S,M,11.0,Bachelors (4 years),Yes,N,40.0,five +3505,Mid,USA,M,2,E,DBAD,N,2,1.0,1,c,PB,S,M,4.0,Bachelors (4 years),No,N,50.0,zero +3506,Mid,USA,M,12,E,DBAP,N,4,3.0,6,c,PB,S,M,318.0,None (no degree completed),,YesExpired,40.0,zero +3507,Very Low,UK,M,1,E,DBAP,N,1,1.0,5,C,PB,S,M,500.0,None (no degree completed),No,YesValid,40.0,zero +3508,Very High,USA,M,23,E,M,Y,6,2.0,6,m,PB,SE,M,170.0,Masters,Yes,YesExpired,50.0,three +3509,Low,UK,M,11,E,DBAD,N,11,4.0,1,c,PB,S,M,100.0,None (no degree completed),,N,40.0,one +3510,Mid,USA,M,4,E,DBAG,N,4,2.0,1,C,PB,S,M,200.0,Bachelors (4 years),Yes,N,60.0,zero +3511,High,USA,M,4,E,DBAP,Y,4,1.0,0,m,PB,SE,M,20.0,Bachelors (4 years),Yes,YesValid,50.0,zero +3512,Very High,USA,M,20,E,A,Y,10,2.0,0,m,PB,S,M,15.0,Bachelors (4 years),Yes,N,50.0,one +3513,High,USA,M,10,E,DBAG,N,3,2.0,4,C,PB,C,M,4000.0,Bachelors (4 years),Yes,YesExpired,50.0,one +3514,Mid,UK,M,11,E,DBAG,N,7,1.0,3,m,PB,S,M,100.0,Bachelors (4 years),No,YesExpired,38.0,zero +3515,Very Low,Spain,M,11,E,AN,N,20,3.0,0,m,PB,,M,3.0,None (no degree completed),Yes,N,38.0,zero +3516,Low,UK,M,10,EC,D,N,10,4.0,6,m,PB,C,M,10.0,Bachelors (4 years),Yes,YesExpired,48.0,zero +3517,Mid,USA,O,5,E,DBAP,N,5,2.0,1,C,NP,S,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +3518,High,USA,M,16,E,DT,N,17,2.0,0,m,PB,S,M,3.0,None (no degree completed),,N,40.0,five +3519,Very Low,Italy,M,7,E,DBAG,N,7,2.0,0,m,PB,SR,M,30.0,Bachelors (4 years),No,YesValid,40.0,zero +3520,Low,USA,M,20,E,DA,N,17,1.0,1,t,E,S,M,40.0,Associates (2 years),,N,45.0,five +3521,Mid,USA,M,10,E,DBAP,N,13,2.0,3,C,NP,S,F,200.0,Masters,Yes,N,40.0,three +3522,High,USA,M,10,E,M,Y,10,3.0,6,c,PB,SE,M,50.0,None (no degree completed),,YesValid,50.0,two +3523,Very Low,USA,M,1,E,DT,N,1,1.0,1,C,PB,SR,M,50.0,Bachelors (4 years),No,YesValid,45.0,zero +3524,High,USA,M,15,E,DBAG,N,15,2.0,0,m,NP,S,M,20.0,Masters,No,YesExpired,40.0,zero +3525,Very High,USA,M,19,IC,D,N,3,6.0,5,m,PB,S,M,25.0,Masters,Yes,YesExpired,50.0,one +3526,Very High,USA,M,20,E,A,Y,20,3.0,0,m,PB,SE,M,10.0,Masters,Yes,N,50.0,one +3527,High,USA,M,5,E,DT,N,5,3.0,0,m,PB,S,M,25.0,Bachelors (4 years),No,N,40.0,one +3528,Very High,USA,M,22,IC,DT,Y,20,1.0,1,m,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,60.0,zero +3529,Mid,USA,M,10,E,DBAP,N,1,4.0,1,C,NP,S,M,6.0,Bachelors (4 years),No,N,40.0,five +3530,Mid,USA,M,11,E,DBAP,N,7,1.0,2,m,PB,SR,M,125.0,Bachelors (4 years),Yes,N,50.0,zero +3531,High,USA,M,18,E,DBAG,N,18,1.0,0,m,PB,S,M,25.0,None (no degree completed),,N,45.0,two +3532,High,USA,M,20,E,DT,N,25,5.0,4,m,PB,S,F,15.0,Bachelors (4 years),Yes,N,42.0,zero +3533,High,USA,M,18,E,D,N,4,5.0,3,m,PB,S,M,30.0,Masters,No,YesValid,45.0,zero +3534,High,USA,M,8,E,DBAG,Y,8,1.0,2,C,PB,S,M,500.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +3535,Low,UK,M,8,E,M,Y,8,1.0,0,C,PB,S,M,2.0,Doctorate/PhD,No,N,45.0,zero +3536,Very High,USA,M,20,E,A,N,20,2.0,0,C,PB,S,M,20.0,None (no degree completed),,N,45.0,five +3537,Mid,USA,M,4,E,DBAG,N,3,2.0,6,m,PB,C,F,350.0,Masters,Yes,YesValid,65.0,two +3538,Mid,USA,M,3,E,E,N,3,1.0,0,c,PB,S,F,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3539,Very Low,USA,M,10,E,E,N,7,4.0,0,t,E,SR,M,8.0,None (no degree completed),,N,45.0,zero +3540,Low,USA,M,3,EC,DBAD,N,2,2.0,6,C,PB,SE,F,100.0,Bachelors (4 years),No,N,40.0,four +3541,Mid,USA,M,10,E,DBAD,N,10,2.0,0,t,PB,S,M,7.0,Bachelors (4 years),Yes,N,50.0,zero +3542,High,USA,M,18,E,DBAG,N,14,3.0,3,C,PB,S,M,75.0,Associates (2 years),No,YesExpired,45.0,four +3543,Very Low,UK,M,10,E,DBAG,N,3,1.0,2,c,PB,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +3544,High,USA,M,15,E,DA,Y,25,2.0,1,m,PB,SE,M,6.0,None (no degree completed),,YesValid,60.0,one +3545,Mid,USA,M,11,E,DA,N,4,2.0,0,T,PB,SR,M,4.0,Associates (2 years),Yes,YesValid,42.0,two +3546,Very High,USA,M,18,E,A,N,32,6.0,0,m,PB,S,M,38.0,Bachelors (4 years),No,YesExpired,55.0,zero +3547,High,USA,M,20,E,DBAP,N,20,5.0,0,C,PB,S,F,405.0,Masters,No,N,43.0,zero +3548,Mid,USA,M,15,E,D,N,15,1.0,0,m,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +3549,Very High,USA,M,16,E,DBAG,N,16,6.0,0,m,PB,,M,100.0,None (no degree completed),,N,60.0,one +3550,High,USA,M,15,E,DBAD,N,6,1.0,0,T,PB,S,F,20.0,Associates (2 years),No,YesValid,40.0,one +3551,High,USA,M,13,E,DBAG,N,13,1.0,2,c,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +3552,High,USA,M,16,E,DT,N,12,2.0,1,c,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,one +3553,High,USA,M,12,E,DBAP,N,12,2.0,0,m,PB,C,M,30.0,Bachelors (4 years),No,N,40.0,zero +3554,Mid,USA,MS,5,E,DBAP,N,2,1.0,5,c,PB,S,M,2000.0,None (no degree completed),,YesValid,50.0,five +3555,Mid,USA,M,3,E,DBAG,N,3,2.0,1,c,PB,S,M,40.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +3556,Very High,USA,M,18,E,DBAP,N,11,1.0,0,m,PB,S,M,150.0,Associates (2 years),Yes,YesExpired,40.0,five +3557,Very Low,UK,M,7,E,DBAG,N,2,2.0,1,C,PB,,M,50.0,Bachelors (4 years),Yes,N,40.0,zero +3558,Low,USA,M,6,E,DBAD,N,6,2.0,1,T,PB,S,M,6.0,Bachelors (4 years),No,N,40.0,two +3559,Very High,USA,M,20,E,DBAG,N,32,6.0,0,c,PB,SE,M,10.0,Bachelors (4 years),Yes,N,55.0,four +3560,High,USA,M,19,E,DT,N,19,5.0,1,m,PB,S,M,100.0,None (no degree completed),,YesExpired,45.0,two +3561,High,USA,M,21,E,DBAP,N,21,6.0,4,C,LG,S,M,150.0,None (no degree completed),,YesExpired,40.0,zero +3562,Very Low,USA,M,5,E,DBAP,Y,5,1.0,0,c,PB,SR,M,1.0,Associates (2 years),Yes,N,43.0,zero +3563,High,USA,M,13,E,DBAP,N,10,1.0,2,C,PB,S,F,150.0,Masters,Yes,YesExpired,40.0,zero +3564,High,USA,M,15,E,DA,N,22,6.0,4,m,PB,S,M,25.0,Bachelors (4 years),Yes,N,40.0,zero +3565,Mid,USA,M,5,E,DBAG,N,1,1.0,0,T,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +3566,Low,Canada,M,7,E,DBAG,N,7,2.0,0,m,PB,S,M,50.0,Bachelors (4 years),No,YesExpired,40.0,zero +3567,High,USA,M,2,E,AN,N,8,2.0,2,C,NP,C,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,two +3568,High,USA,M,24,E,DBAG,Y,24,5.0,1,C,PB,S,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3569,Low,Finland,M,7,E,DBAG,N,4,1.0,0,C,PB,S,M,3.0,Bachelors (4 years),No,N,40.0,two +3570,High,USA,M,13,E,DBAP,Y,3,4.0,0,C,NP,SR,M,309.0,Bachelors (4 years),No,YesExpired,55.0,zero +3571,Low,Canada,M,14,E,A,Y,2,1.0,0,c,PB,S,F,30.0,Masters,Yes,YesExpired,40.0,zero +3572,High,USA,M,11,EC,DBAP,Y,11,3.0,6,T,PB,S,M,1000.0,None (no degree completed),,N,40.0,zero +3573,Low,USA,M,5,E,DBAD,N,21,3.0,0,c,SG,S,M,7.0,Bachelors (4 years),Yes,N,40.0,zero +3574,Low,Canada,M,22,E,DBAD,N,25,3.0,1,C,NP,SR,M,20.0,None (no degree completed),,YesExpired,40.0,one +3575,Very High,USA,M,15,E,M,Y,10,3.0,1,m,PB,,M,20.0,Masters,Yes,YesValid,60.0,zero +3576,Mid,USA,M,11,E,DBAG,N,2,3.0,1,C,NP,S,M,10.0,Masters,Yes,YesValid,40.0,zero +3577,Very High,USA,M,20,E,DBAG,N,15,4.0,1,m,PB,,M,140.0,Bachelors (4 years),Yes,YesExpired,50.0,one +3578,High,USA,M,18,E,DBAP,N,15,1.0,5,c,NP,S,M,515.0,None (no degree completed),,YesExpired,42.0,zero +3579,High,USA,M,11,E,DT,N,15,3.0,2,C,PB,S,M,20.0,Bachelors (4 years),No,N,45.0,zero +3580,High,USA,M,2,E,DBAP,N,1,1.0,0,C,PB,S,M,5.0,Bachelors (4 years),No,N,44.0,zero +3581,High,USA,M,20,E,D,Y,10,3.0,1,c,PB,S,M,80.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +3582,Mid,USA,M,25,E,DBAP,N,13,5.0,0,m,LG,,M,30.0,None (no degree completed),,YesExpired,40.0,zero +3583,Low,USA,M,4,E,DBAG,N,4,1.0,0,m,SG,S,M,10.0,Associates (2 years),Yes,N,40.0,zero +3584,Mid,USA,M,20,E,DBAP,N,10,3.0,2,C,NP,SR,M,200.0,Bachelors (4 years),No,YesExpired,40.0,one +3585,Very High,USA,,3,IC,DBAP,N,13,3.0,3,C,PB,SE,M,100.0,Bachelors (4 years),No,YesValid,50.0,four +3586,Very Low,Slovenia,M,25,E,DT,Y,30,2.0,2,T,PB,S,M,10.0,None (no degree completed),No,YesExpired,50.0,five +3587,Low,USA,M,19,E,DBAG,N,19,1.0,2,c,LG,SR,M,50.0,None (no degree completed),,YesValid,40.0,zero +3588,Low,USA,M,7,E,D,N,7,2.0,1,C,PB,,M,17.0,Bachelors (4 years),Yes,YesExpired,40.0,one +3589,Very High,USA,M,8,E,DA,Y,8,1.0,6,m,PB,S,M,250.0,Bachelors (4 years),No,N,45.0,zero +3590,Very High,USA,M,8,EC,A,Y,3,2.0,6,m,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,zero +3591,High,USA,M,9,E,E,N,1,4.0,0,c,PB,S,F,50.0,Bachelors (4 years),No,N,40.0,one +3592,Very High,USA,M,15,E,DBAP,N,25,6.0,0,m,PB,S,M,15.0,Bachelors (4 years),No,YesValid,40.0,zero +3593,High,Canada,M,17,IC,A,Y,17,2.0,2,c,PB,S,M,10.0,None (no degree completed),,YesValid,70.0,zero +3594,Mid,USA,M,24,E,A,Y,4,1.0,5,c,E,SR,M,30.0,Bachelors (4 years),No,YesExpired,50.0,zero +3595,High,USA,M,20,E,DBAD,Y,26,1.0,1,C,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,50.0,zero +3596,High,USA,M,15,E,DBAG,N,10,3.0,1,C,PB,S,M,22.0,Bachelors (4 years),Yes,N,45.0,one +3597,Mid,USA,M,10,E,DT,N,10,3.0,3,C,PB,S,M,5.0,Bachelors (4 years),No,N,40.0,five +3598,Very High,USA,M,10,E,DBAP,N,6,2.0,0,C,PB,SE,M,35.0,Associates (2 years),Yes,YesValid,40.0,one +3599,Very Low,Canada,M,10,E,DBAP,N,15,1.0,3,C,SG,S,M,600.0,None (no degree completed),Yes,N,35.0,zero +3600,Very High,USA,P,1,E,DBAG,N,15,6.0,1,c,PB,S,M,10.0,None (no degree completed),,N,50.0,zero +3601,Mid,USA,M,10,E,D,N,7,2.0,3,C,PB,S,M,500.0,Bachelors (4 years),Yes,YesValid,42.0,zero +3602,Very High,USA,M,16,E,DS,Y,16,1.0,1,c,FG,S,M,7.0,Doctorate/PhD,No,N,48.0,zero +3603,Mid,USA,M,10,E,DBAP,Y,2,1.0,0,c,LG,S,M,20.0,Masters,Yes,YesExpired,40.0,zero +3604,Very High,USA,M,23,E,M,Y,1,3.0,3,C,PB,S,M,17.0,None (no degree completed),,YesValid,45.0,zero +3605,High,USA,M,15,E,DBAD,N,15,2.0,6,C,PB,SE,M,200.0,Bachelors (4 years),Yes,N,45.0,two +3606,Low,USA,M,20,E,DBAG,N,25,3.0,0,c,E,S,M,14.0,None (no degree completed),,N,40.0,zero +3607,Very High,USA,M,10,E,DT,N,7,3.0,0,m,PB,S,M,1.0,None (no degree completed),,N,40.0,five +3608,Low,USA,M,15,E,DT,N,2,2.0,1,C,PB,S,M,150.0,Bachelors (4 years),No,YesValid,40.0,zero +3609,Low,USA,M,2,E,DBAG,N,2,2.0,4,m,PB,S,M,300.0,Bachelors (4 years),Yes,YesExpired,40.0,two +3610,Very High,USA,M,3,E,DBAG,N,3,1.0,0,C,PB,,M,90.0,Associates (2 years),No,N,45.0,zero +3611,Very High,USA,A,1,E,DBAG,N,9,3.0,0,C,PB,S,M,225.0,None (no degree completed),,YesExpired,40.0,one +3612,High,USA,M,19,E,DT,N,1,2.0,1,t,PB,S,M,150.0,Bachelors (4 years),No,N,40.0,zero +3613,Mid,USA,M,5,E,DBAG,Y,10,2.0,0,m,E,S,M,20.0,Bachelors (4 years),No,YesExpired,50.0,two +3614,Low,Canada,O,13,E,DBAG,N,13,1.0,1,C,LG,S,F,30.0,Bachelors (4 years),No,YesExpired,35.0,zero +3615,Mid,USA,M,12,E,DBAG,N,3,1.0,3,m,PB,SR,M,450.0,None (no degree completed),,N,50.0,zero +3616,Very High,USA,M,18,E,M,N,18,1.0,3,C,PB,S,M,24.0,Masters,No,YesExpired,50.0,zero +3617,Mid,USA,M,6,E,DBAD,N,10,2.0,0,T,FG,S,F,3.0,Masters,Yes,N,40.0,zero +3618,High,USA,M,15,E,DT,N,15,2.0,1,m,PB,S,M,3.0,Bachelors (4 years),Yes,N,50.0,five +3619,Very High,USA,M,17,E,DBAD,N,3,2.0,1,C,PB,,M,10.0,Associates (2 years),Yes,YesExpired,40.0,one +3620,Mid,USA,M,8,E,D,N,8,4.0,2,c,PB,S,M,4.0,Masters,No,YesExpired,45.0,two +3621,High,USA,M,10,E,E,N,10,1.0,0,m,PB,SR,M,65.0,None (no degree completed),,N,48.0,one +3622,Low,USA,M,4,E,A,Y,4,1.0,0,m,PB,S,M,20.0,None (no degree completed),,YesValid,42.0,zero +3623,Very Low,Canada,M,7,E,DBAG,N,3,1.0,0,m,PB,S,F,15.0,None (no degree completed),,N,40.0,one +3624,Low,New-Zealand,M,11,E,DBAP,N,11,1.0,0,C,LG,S,M,78.0,None (no degree completed),,N,40.0,zero +3625,Very Low,Slovenia,M,5,EC,D,Y,3,2.0,3,c,PB,SE,M,50.0,Bachelors (4 years),Yes,N,48.0,zero +3626,Low,USA,M,30,E,DBAG,N,4,5.0,2,C,SG,S,M,1500.0,Associates (2 years),No,N,40.0,zero +3627,Mid,USA,M,10,E,DBAG,N,5,2.0,1,C,E,S,M,30.0,Bachelors (4 years),Yes,N,40.0,two +3628,Very High,New-Zealand,M,20,IC,DBAG,N,12,6.0,0,m,PB,S,M,60.0,Associates (2 years),,YesExpired,40.0,one +3629,Very High,USA,M,23,E,DA,Y,8,1.0,1,m,PB,S,M,12.0,None (no degree completed),,YesExpired,40.0,five +3630,Low,USA,M,3,E,DBAG,N,3,1.0,5,C,PB,S,M,500.0,Bachelors (4 years),Yes,N,40.0,one +3631,Mid,USA,M,8,EC,DBAD,N,8,2.0,1,C,PB,S,M,15.0,Bachelors (4 years),Yes,N,45.0,zero +3632,Very Low,Portugal,M,10,E,DBAP,N,10,6.0,6,C,PB,SE,M,600.0,Bachelors (4 years),No,YesValid,37.0,zero +3633,High,USA,M,17,E,D,N,17,4.0,2,C,PB,S,M,40.0,Associates (2 years),No,YesValid,50.0,zero +3634,Low,USA,M,5,E,AN,N,5,2.0,0,C,PB,S,M,3.0,None (no degree completed),Yes,N,40.0,zero +3635,High,USA,M,10,E,D,N,2,1.0,0,C,PB,SE,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +3636,Low,USA,M,2,E,D,N,2,1.0,2,c,PB,SR,M,3.0,Bachelors (4 years),No,N,40.0,zero +3637,High,USA,M,10,E,DBAG,N,10,3.0,0,C,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,three +3638,High,USA,M,10,E,DBAG,N,1,3.0,1,c,PB,S,M,6.0,Associates (2 years),No,N,45.0,five +3639,High,USA,SAP,8,E,DBAP,N,29,6.0,6,m,PB,SR,M,250.0,Bachelors (4 years),Yes,YesValid,45.0,zero +3640,Low,USA,M,7,E,DBAD,N,7,1.0,1,m,PB,,M,2.0,Masters,Yes,N,50.0,zero +3641,Mid,USA,M,10,E,DBAG,N,7,1.0,1,C,PB,S,F,35.0,Bachelors (4 years),No,N,50.0,one +3642,Very High,USA,M,22,E,DBAG,Y,22,6.0,2,m,PB,S,M,12.0,Bachelors (4 years),No,N,45.0,two +3643,High,USA,M,20,E,DBAG,N,25,3.0,0,m,NP,S,M,30.0,Associates (2 years),Yes,N,45.0,zero +3644,Low,New-Zealand,RDS,6,E,DA,Y,18,4.0,0,c,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3645,Mid,USA,M,8,E,A,N,2,1.0,0,C,NP,,M,35.0,Masters,Yes,N,40.0,zero +3646,Mid,Germany,M,10,E,DBAG,N,2,3.0,4,C,PB,SE,M,400.0,None (no degree completed),,N,45.0,zero +3647,Very High,USA,M,20,IC,DBAG,N,25,6.0,0,T,PB,S,M,50.0,Masters,Yes,YesValid,50.0,five +3648,Low,Poland,M,10,E,M,N,1,1.0,0,m,PB,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +3649,Mid,USA,M,17,E,DBAG,N,6,2.0,0,c,PB,S,M,15.0,None (no degree completed),,YesExpired,35.0,zero +3650,Low,USA,M,9,E,DBAG,N,10,2.0,0,C,PB,SR,M,23.0,Bachelors (4 years),Yes,N,40.0,zero +3651,Low,USA,M,6,E,DBAP,N,6,2.0,0,c,PB,SE,M,62.0,Bachelors (4 years),Yes,N,37.0,zero +3652,Mid,Germany,M,15,E,E,Y,16,2.0,2,C,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,two +3653,Very Low,Netherlands,M,7,EC,DBAG,N,5,1.0,0,T,PB,S,M,400.0,Bachelors (4 years),No,YesValid,45.0,zero +3654,Very High,USA,M,18,E,A,N,18,1.0,0,C,PB,S,M,14.0,None (no degree completed),,YesExpired,40.0,five +3655,High,USA,M,10,E,M,Y,1,1.0,0,m,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,one +3656,High,USA,M,10,E,DBAG,N,8,3.0,6,m,PB,SR,M,25.0,Bachelors (4 years),No,YesExpired,42.0,three +3657,Very High,Belgium,M,10,IC,DBAP,Y,10,2.0,1,C,PB,SE,M,12.0,None (no degree completed),,N,40.0,one +3658,Mid,USA,M,11,E,DBAG,N,11,2.0,6,T,PB,S,M,800.0,Bachelors (4 years),No,N,45.0,zero +3659,High,USA,A,2,E,DBAG,N,12,4.0,1,c,PB,SR,M,3.0,None (no degree completed),,N,40.0,five +3660,Mid,USA,M,10,E,DBAG,N,10,3.0,0,C,PB,SR,M,15.0,Bachelors (4 years),Yes,N,45.0,one +3661,Very Low,UK,M,2,E,DBAP,N,1,1.0,6,c,PB,S,M,450.0,None (no degree completed),,YesValid,40.0,zero +3662,Mid,USA,M,20,E,DBAG,Y,5,1.0,0,C,PB,S,F,60.0,Bachelors (4 years),Yes,N,40.0,one +3663,Mid,USA,M,17,E,DBAG,N,12,2.0,0,t,PB,S,M,105.0,Bachelors (4 years),Yes,YesValid,40.0,four +3664,Very High,USA,M,6,E,DT,Y,1,1.0,0,m,PB,S,M,1.0,None (no degree completed),,N,40.0,zero +3665,Very High,USA,M,22,IC,DBAD,N,2,1.0,0,m,PB,S,M,40.0,Masters,No,N,48.0,zero +3666,Mid,Australia,M,20,E,DBAG,N,21,1.0,6,c,SG,S,M,10.0,Masters,Yes,YesExpired,40.0,zero +3667,Mid,USA,M,10,E,D,N,3,1.0,2,C,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,42.0,zero +3668,High,USA,M,13,E,DBAP,N,28,5.0,0,m,PB,S,F,60.0,None (no degree completed),,N,40.0,zero +3669,Mid,USA,M,6,E,DBAD,N,6,2.0,0,c,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +3670,High,USA,M,20,E,DBAG,N,18,1.0,6,m,PB,,M,250.0,Bachelors (4 years),Yes,N,45.0,two +3671,Very High,USA,M,16,E,M,Y,8,2.0,0,m,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,45.0,zero +3672,Low,USA,M,4,E,AN,N,1,1.0,0,T,PB,S,M,12.0,Bachelors (4 years),No,N,41.0,zero +3673,High,USA,M,15,E,AN,N,20,3.0,6,m,PB,SR,M,5.0,Bachelors (4 years),No,YesExpired,40.0,five +3674,High,USA,M,8,E,D,N,3,1.0,0,m,PB,S,M,30.0,Bachelors (4 years),No,N,40.0,zero +3675,Low,USA,M,3,E,DT,N,3,1.0,6,m,PB,S,M,8.0,Masters,Yes,YesExpired,40.0,two +3676,Very Low,UK,M,5,E,DBAP,N,2,1.0,6,m,PB,SE,M,100.0,None (no degree completed),,YesValid,35.0,zero +3677,Mid,Australia,M,8,E,DBAG,N,8,4.0,0,t,NP,,M,30.0,Bachelors (4 years),Yes,YesValid,38.0,one +3678,Very High,USA,M,10,E,M,Y,6,3.0,0,m,PB,,M,50.0,Bachelors (4 years),No,YesValid,70.0,zero +3679,Mid,Australia,M,20,E,D,N,15,4.0,0,m,PB,S,M,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3680,Very Low,Peru,M,7,EC,DBAD,N,5,6.0,0,m,PB,SE,M,3.0,Bachelors (4 years),Yes,YesValid,48.0,four +3681,Very Low,Germany,M,4,E,DBAP,N,4,2.0,0,m,SG,SE,M,1000.0,Masters,Yes,YesValid,40.0,zero +3682,Mid,USA,M,5,E,DBAP,N,5,2.0,4,C,NP,S,M,60.0,Bachelors (4 years),No,YesExpired,40.0,zero +3683,Very Low,Poland,M,11,EC,DBAG,N,11,3.0,6,m,PB,SE,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,two +3684,Low,USA,RDS,2,E,DBAD,N,12,2.0,6,T,PB,S,M,50.0,None (no degree completed),,YesExpired,45.0,two +3685,Mid,USA,M,3,E,DT,N,3,1.0,6,m,PB,S,M,8.0,Masters,Yes,YesExpired,40.0,two +3686,High,USA,M,8,E,D,N,25,5.0,2,m,PB,S,M,15.0,Bachelors (4 years),No,N,40.0,one +3687,High,USA,M,15,E,A,N,15,1.0,0,C,LG,S,M,2.0,None (no degree completed),,N,40.0,one +3688,Mid,USA,M,3,E,DA,N,10,1.0,5,m,PB,S,M,3.0,Bachelors (4 years),No,N,45.0,zero +3689,Low,Australia,M,5,E,DA,N,10,1.0,5,m,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +3690,Low,USA,M,4,E,DS,Y,2,1.0,0,C,PB,S,M,1.0,Masters,Yes,N,37.0,zero +3691,Low,USA,M,18,E,M,N,6,3.0,0,C,PB,C,M,2.0,None (no degree completed),,N,40.0,zero +3692,Very Low,USA,M,2,EC,DT,N,2,1.0,0,C,PB,SE,M,2.0,Bachelors (4 years),Yes,N,35.0,zero +3693,Low,USA,M,4,E,DT,Y,4,1.0,0,C,PB,S,M,2.0,Bachelors (4 years),No,N,35.0,one +3694,High,USA,M,20,E,DBAG,Y,9,1.0,0,t,PB,S,M,100.0,Associates (2 years),Yes,YesExpired,43.0,five +3695,High,USA,M,12,E,DBAP,N,12,3.0,5,m,PB,S,M,385.0,Bachelors (4 years),No,YesValid,45.0,five +3696,Very High,UK,M,20,IC,A,Y,25,4.0,0,m,PB,S,M,30.0,Bachelors (4 years),No,YesValid,45.0,one +3697,Very High,USA,M,20,EC,DBAP,Y,15,3.0,0,C,PB,S,M,999.0,Bachelors (4 years),Yes,YesValid,50.0,five +3698,Very Low,Croatia,M,7,E,M,Y,7,1.0,0,c,PB,S,M,20.0,Masters,No,N,45.0,zero +3699,Very High,USA,M,20,E,DA,N,28,1.0,0,C,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +3700,Very High,USA,M,20,EC,A,Y,10,4.0,6,C,PB,S,M,10.0,None (no degree completed),,YesExpired,45.0,one +3701,Very High,USA,M,17,E,DBAG,N,10,1.0,2,C,PB,,M,3500.0,Associates (2 years),Yes,YesExpired,45.0,zero +3702,Mid,USA,M,8,E,A,Y,8,1.0,3,c,PB,,M,200.0,Bachelors (4 years),Yes,N,45.0,zero +3703,Mid,Australia,M,5,E,DBAG,N,3,1.0,0,m,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,37.0,one +3704,High,USA,O,5,EC,DA,Y,6,2.0,3,m,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +3705,Very High,USA,M,14,E,D,N,14,2.0,0,C,PB,SR,M,2.0,Masters,Yes,YesValid,40.0,zero +3706,Very High,USA,M,5,E,A,N,14,4.0,3,m,PB,,M,20.0,Bachelors (4 years),No,YesValid,45.0,two +3707,Low,Australia,M,6,E,DBAG,N,6,1.0,1,T,PB,S,M,100.0,Bachelors (4 years),,YesValid,38.0,zero +3708,High,HK,M,10,E,DBAG,Y,3,3.0,1,m,PB,,M,10.0,Bachelors (4 years),Yes,YesValid,45.0,two +3709,Very Low,Taiwan,M,13,E,DBAG,N,10,4.0,6,m,PB,S,M,100.0,Masters,Yes,YesExpired,40.0,zero +3710,High,USA,M,17,E,DBAG,N,17,2.0,1,m,PB,SR,M,20.0,Masters,Yes,N,50.0,zero +3711,Low,USA,M,10,E,DT,N,10,2.0,1,C,PB,S,M,6.0,Associates (2 years),Yes,N,40.0,zero +3712,High,Australia,M,8,E,DBAP,N,8,4.0,1,m,PB,S,M,150.0,None (no degree completed),,YesExpired,40.0,zero +3713,Very High,USA,M,18,E,DA,Y,20,1.0,0,C,PB,S,M,11.0,None (no degree completed),,N,36.0,five +3714,Mid,Australia,M,15,E,DBAG,N,15,3.0,2,C,PB,SR,M,120.0,None (no degree completed),,N,38.0,zero +3715,Very High,Australia,M,3,E,DBAG,N,3,1.0,0,m,PB,S,M,10.0,Doctorate/PhD,Yes,N,38.0,five +3716,Mid,USA,M,5,EC,D,Y,5,2.0,2,C,PB,SR,M,100.0,Bachelors (4 years),No,YesValid,44.0,one +3717,Very Low,India,M,8,E,DBAG,Y,8,3.0,2,m,PB,SE,M,37.0,Masters,Yes,YesExpired,47.0,zero +3718,Very Low,USA,M,1,E,DBAP,N,1,1.0,4,c,PB,S,M,30.0,Bachelors (4 years),Yes,N,44.0,zero +3719,Very High,Switzerland,M,10,E,DBAD,N,25,2.0,0,C,PB,S,M,10.0,Masters,Yes,N,42.0,zero +3720,Low,Netherlands,M,5,E,DA,Y,11,1.0,1,C,PB,S,M,3.0,Masters,Yes,YesExpired,45.0,four +3721,Mid,USA,M,10,E,DBAP,N,8,5.0,0,C,PB,S,M,50.0,Masters,No,YesValid,40.0,zero +3722,Very High,Switzerland,M,22,E,DBAG,Y,20,2.0,2,c,PB,S,M,52.0,None (no degree completed),,N,42.0,zero +3723,Very Low,South-Africa,M,15,EC,D,Y,20,2.0,6,m,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,one +3724,Low,Germany,M,6,E,AN,N,15,4.0,5,C,PB,S,M,20.0,Associates (2 years),No,YesValid,40.0,zero +3725,Mid,Australia,M,10,E,DA,Y,5,1.0,0,c,PB,S,M,2.0,Bachelors (4 years),No,N,38.0,zero +3726,Very Low,Slovenia,M,15,E,DBAP,N,15,2.0,6,C,PB,SR,M,35.0,Bachelors (4 years),No,N,45.0,zero +3727,Low,Belgium,M,15,E,DBAD,Y,15,1.0,0,c,PB,C,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3728,Low,Germany,M,18,IC,DT,N,10,3.0,0,m,PB,SR,M,5.0,None (no degree completed),,N,35.0,five +3729,Low,Germany,M,4,EC,DBAP,N,6,2.0,2,C,PB,,M,20.0,Associates (2 years),No,YesValid,45.0,one +3730,Very Low,UK,M,18,E,DBAG,N,6,2.0,2,m,E,,M,200.0,None (no degree completed),Yes,N,37.0,one +3731,Very Low,Romania,M,12,E,DBAG,N,10,4.0,0,m,PB,S,M,150.0,Masters,Yes,YesValid,40.0,zero +3732,Low,Bulgaria,M,15,E,M,Y,1,1.0,0,m,PB,S,M,35.0,Bachelors (4 years),Yes,N,45.0,zero +3733,Very Low,Germany,M,7,E,DBAD,N,7,2.0,0,C,PB,S,M,20.0,None (no degree completed),,N,45.0,zero +3734,Mid,Denmark,M,3,E,M,Y,6,1.0,0,C,PB,S,M,2.0,Masters,No,N,40.0,zero +3735,Very Low,UK,M,4,E,D,N,4,1.0,1,C,PB,C,M,10.0,None (no degree completed),No,N,40.0,zero +3736,Very Low,UK,M,10,E,E,N,14,1.0,0,T,E,C,M,16.0,Masters,Yes,N,37.0,zero +3737,Very Low,UK,M,2,E,DBAP,N,2,1.0,1,c,FG,SR,M,250.0,None (no degree completed),,YesValid,40.0,zero +3738,Low,UK,M,8,E,DBAG,N,6,1.0,0,c,E,S,,10.0,None (no degree completed),,YesValid,40.0,zero +3739,Mid,UK,M,6,IC,DBAG,N,1,1.0,4,m,FG,S,M,200.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +3740,Very Low,Poland,M,3,E,DBAG,N,7,3.0,0,C,PB,,M,23.0,Associates (2 years),Yes,N,40.0,zero +3741,Very Low,UK,M,3,E,DBAD,N,28,2.0,1,c,LG,S,M,10.0,None (no degree completed),,N,37.0,zero +3742,Low,UK,M,25,E,A,N,11,1.0,3,C,SG,S,M,350.0,Bachelors (4 years),No,YesExpired,41.0,zero +3743,Very Low,UK,M,6,E,DT,N,2,3.0,5,c,PB,SE,M,60.0,Associates (2 years),,YesValid,40.0,zero +3744,Very Low,UK,M,22,E,DT,N,22,5.0,1,c,PB,S,M,5.0,Masters,Yes,N,38.0,zero +3745,Low,UK,M,13,E,DT,N,13,5.0,1,c,PB,S,M,7.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3746,Very Low,Denmark,M,20,E,DBAD,N,20,4.0,0,C,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,37.0,one +3747,Very Low,Romania,M,15,E,A,N,5,2.0,2,c,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +3748,Very Low,Poland,M,7,E,DBAG,N,7,3.0,1,m,PB,SR,M,50.0,Masters,Yes,YesValid,40.0,two +3749,Very Low,UK,M,4,E,DBAG,N,3,1.0,0,c,LG,S,M,107.0,Associates (2 years),Yes,YesValid,38.0,zero +3750,Low,Greece,M,15,EC,DBAG,N,12,1.0,1,m,PB,SR,M,400.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3751,Very Low,Australia,M,12,E,DT,N,12,1.0,0,m,NP,SR,M,2.0,None (no degree completed),Yes,N,35.0,five +3752,Very High,USA,M,15,E,A,N,4,2.0,0,m,PB,SR,M,12.0,Masters,No,YesExpired,45.0,three +3753,Very High,USA,M,18,E,DBAG,N,19,3.0,0,m,PB,S,M,50.0,None (no degree completed),,N,45.0,zero +3754,Very Low,UK,M,5,E,DBAG,Y,2,2.0,1,t,NP,S,M,6.0,None (no degree completed),,N,40.0,one +3755,Low,France,M,12,E,DBAD,N,8,3.0,0,m,PB,S,M,3.0,Masters,No,N,38.0,zero +3756,Low,Denmark,M,6,E,DBAP,N,12,3.0,1,c,LG,S,M,60.0,Associates (2 years),Yes,YesValid,40.0,two +3757,Very Low,UK,M,9,E,DBAG,Y,6,3.0,3,C,NP,S,M,6.0,None (no degree completed),,N,38.0,zero +3758,Low,USA,M,8,E,DBAG,N,3,2.0,1,C,SG,S,M,22.0,Bachelors (4 years),No,YesExpired,40.0,zero +3759,Very High,USA,M,18,E,DT,N,12,3.0,1,m,PB,S,M,8.0,Masters,Yes,YesValid,40.0,two +3760,Very High,Australia,M,15,E,DT,N,10,2.0,2,m,PB,SR,M,4.0,Associates (2 years),Yes,N,38.0,zero +3761,High,USA,M,10,E,DBAP,N,7,1.0,1,T,NP,S,M,250.0,Bachelors (4 years),Yes,YesValid,40.0,two +3762,Very High,USA,M,18,E,DBAP,Y,20,4.0,1,m,E,S,F,40.0,Masters,Yes,YesValid,45.0,zero +3763,Low,USA,M,7,E,DBAG,N,7,2.0,6,c,FG,,M,400.0,Masters,Yes,YesValid,45.0,zero +3764,Very Low,Brazil,M,10,E,DT,N,14,4.0,1,m,PB,S,M,10.0,Associates (2 years),Yes,N,44.0,three +3765,Very High,USA,M,12,E,D,N,8,2.0,0,c,PB,S,M,30.0,Masters,Yes,N,40.0,zero +3766,Low,Canada,M,15,E,DBAG,N,6,3.0,1,c,SG,SE,M,40.0,Bachelors (4 years),,YesExpired,40.0,zero +3767,Low,USA,M,4,E,DT,N,3,2.0,0,C,PB,S,F,15.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3768,Very Low,Greece,M,23,EC,A,N,30,6.0,1,m,PB,,M,450.0,Bachelors (4 years),Yes,YesValid,60.0,five +3769,Very Low,Germany,M,1,E,DBAG,N,1,1.0,1,T,PB,S,M,15.0,Associates (2 years),,N,40.0,zero +3770,Low,USA,M,10,E,DBAD,N,1,1.0,3,c,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +3771,Very Low,Poland,M,7,E,DBAG,N,5,2.0,1,c,PB,SR,M,15.0,Bachelors (4 years),Yes,YesValid,40.0,one +3772,Very Low,Netherlands,M,5,E,AN,N,3,1.0,0,m,E,S,M,4.0,Masters,Yes,N,36.0,zero +3773,Very Low,UK,M,3,E,DBAP,N,5,1.0,1,c,FG,SR,M,15.0,None (no degree completed),,N,40.0,zero +3774,Low,USA,M,1,E,DBAG,N,1,1.0,2,C,PB,S,F,55.0,Bachelors (4 years),Yes,N,45.0,one +3775,Low,USA,M,4,E,DT,N,4,2.0,1,c,PB,SE,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +3776,Low,USA,M,3,E,AN,N,2,2.0,2,c,PB,S,M,4.0,Masters,No,YesValid,45.0,zero +3777,Very High,USA,M,24,EC,DBAG,N,0,1.0,0,c,PB,C,M,5.0,Bachelors (4 years),No,YesExpired,40.0,one +3778,High,USA,M,20,E,DBAP,N,15,3.0,0,m,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,80.0,zero +3779,High,USA,M,12,E,DBAG,N,12,2.0,0,T,E,S,M,15.0,None (no degree completed),,YesExpired,40.0,zero +3780,Low,USA,M,2,E,E,Y,2,1.0,4,m,PB,SE,M,50.0,Bachelors (4 years),No,YesValid,50.0,one +3781,High,USA,M,14,E,DBAP,N,10,2.0,0,C,PB,S,M,15.0,Associates (2 years),,N,40.0,zero +3782,Very Low,UK,M,4,E,DBAP,N,4,2.0,0,T,LG,S,M,70.0,None (no degree completed),,N,40.0,zero +3783,Mid,USA,M,8,IC,DT,N,3,1.0,0,m,PB,S,M,5.0,Bachelors (4 years),No,N,40.0,zero +3784,High,USA,M,20,E,M,Y,20,3.0,1,m,PB,SE,M,25.0,Bachelors (4 years),No,N,45.0,two +3785,Very High,USA,M,20,E,DBAG,N,17,4.0,0,C,PB,C,M,6.0,Bachelors (4 years),Yes,N,42.0,zero +3786,Mid,USA,M,18,E,D,N,9,2.0,0,c,NP,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3787,Very High,USA,M,15,E,A,N,15,3.0,1,c,PB,S,M,1100.0,None (no degree completed),,YesExpired,50.0,one +3788,High,USA,M,8,E,DBAG,N,2,5.0,6,m,PB,SE,M,1500.0,Masters,Yes,YesExpired,40.0,five +3789,Mid,USA,M,7,E,DT,N,6,2.0,1,m,PB,SE,M,20.0,Bachelors (4 years),No,N,35.0,zero +3790,Low,UK,M,11,E,M,Y,6,1.0,6,c,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,44.0,zero +3791,Very Low,UK,M,6,E,AN,N,2,1.0,2,C,PB,SR,M,80.0,Bachelors (4 years),Yes,N,38.0,zero +3792,High,Canada,M,20,E,A,Y,10,2.0,0,m,PB,S,M,30.0,Bachelors (4 years),Yes,YesExpired,40.0,five +3793,Very High,UK,M,18,E,M,Y,18,1.0,1,c,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +3794,Mid,Canada,M,20,E,DBAP,N,12,5.0,1,m,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,50.0,zero +3795,Low,UK,M,16,E,D,N,21,2.0,3,m,PB,SR,M,8.0,Bachelors (4 years),Yes,N,42.0,zero +3796,Very High,USA,M,25,E,A,N,5,1.0,0,m,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,five +3797,Low,USA,M,5,E,DT,N,5,1.0,2,m,PB,SR,M,2.0,Bachelors (4 years),Yes,YesExpired,50.0,one +3798,Very Low,UK,M,3,E,DT,N,3,2.0,5,c,PB,S,F,16.0,Bachelors (4 years),,N,37.0,zero +3799,High,USA,M,12,E,DBAP,N,12,2.0,0,m,PB,C,M,30.0,Bachelors (4 years),No,N,40.0,zero +3800,Mid,USA,M,3,E,DA,N,8,1.0,0,C,PB,S,M,50.0,Bachelors (4 years),No,N,40.0,five +3801,Very High,USA,M,17,E,A,N,17,4.0,0,m,PB,,M,2.0,Bachelors (4 years),No,YesValid,60.0,zero +3802,High,Ireland,M,17,E,M,Y,5,2.0,6,m,PB,SR,M,450.0,Bachelors (4 years),Yes,N,70.0,zero +3803,Very High,USA,M,22,E,DBAD,N,22,4.0,0,m,NP,S,M,10.0,Bachelors (4 years),No,YesExpired,40.0,five +3804,Very Low,USA,M,4,E,,N,4,1.0,0,t,PB,,M,125.0,Associates (2 years),Yes,N,40.0,zero +3805,Low,USA,M,4,E,DBAG,N,4,1.0,4,C,PB,S,M,50.0,Associates (2 years),Yes,N,40.0,one +3806,Very High,USA,M,20,E,A,Y,4,3.0,3,C,PB,S,F,12.0,Bachelors (4 years),Yes,N,44.0,five +3807,Very High,Australia,M,8,E,E,N,3,1.0,1,C,PB,,M,1000.0,None (no degree completed),,YesValid,55.0,three +3808,Mid,USA,M,10,E,DBAG,N,10,1.0,0,c,E,S,M,17.0,Associates (2 years),No,N,40.0,zero +3809,Mid,USA,M,5,E,DBAD,Y,5,1.0,3,m,PB,S,M,1000.0,Bachelors (4 years),No,N,35.0,zero +3810,High,USA,M,8,E,DBAG,N,8,3.0,0,m,FG,S,M,20.0,Bachelors (4 years),Yes,YesValid,50.0,two +3811,Mid,USA,M,15,E,AN,N,6,2.0,0,C,SG,C,M,2.0,Bachelors (4 years),No,YesExpired,40.0,zero +3812,Very Low,UK,M,16,E,D,Y,7,2.0,1,C,PB,S,M,9.0,Masters,No,YesExpired,40.0,zero +3813,Low,USA,M,8,E,DBAG,N,8,1.0,0,c,SG,S,F,17.0,Bachelors (4 years),No,N,40.0,zero +3814,Very Low,Mexico,M,14,E,DBAG,N,8,2.0,0,m,PB,SR,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +3815,Very High,USA,M,20,E,DBAP,Y,0,1.0,6,m,PB,,F,1000.0,Masters,Yes,YesValid,60.0,five +3816,High,USA,M,13,E,DT,N,13,1.0,0,C,PB,SE,M,8.0,Masters,Yes,N,40.0,zero +3817,Very Low,Brazil,M,15,E,DA,N,10,1.0,0,C,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,42.0,zero +3818,Very High,UK,M,19,IC,A,N,5,3.0,0,m,PB,C,M,500.0,Bachelors (4 years),No,YesExpired,50.0,three +3819,Very High,USA,M,12,E,DBAG,N,12,5.0,1,c,NP,S,M,60.0,Masters,Yes,YesValid,45.0,zero +3820,Very High,USA,M,13,E,D,N,12,6.0,0,C,PB,,M,5.0,Associates (2 years),Yes,YesExpired,37.0,zero +3821,Low,USA,M,4,E,DA,N,4,1.0,4,c,PB,S,M,110.0,Bachelors (4 years),Yes,N,42.0,zero +3822,Very Low,South-Africa,M,15,E,DT,N,15,1.0,1,m,PB,S,M,85.0,Bachelors (4 years),No,N,40.0,three +3823,Mid,Canada,M,18,E,DBAP,N,17,3.0,3,C,PB,SR,M,70.0,Associates (2 years),Yes,N,38.0,two +3824,Very High,USA,M,8,E,DT,N,8,4.0,6,m,PB,S,M,30.0,Masters,Yes,YesExpired,45.0,zero +3825,High,Norway,M,10,EC,DBAG,N,20,3.0,4,C,PB,S,M,20.0,None (no degree completed),,YesValid,60.0,four +3826,Low,UK,M,5,E,DBAG,N,5,3.0,1,m,PB,SR,M,9.0,Bachelors (4 years),No,N,40.0,zero +3827,Low,Macedonia,M,11,IC,DBAP,Y,9,1.0,0,C,PB,,M,40.0,Bachelors (4 years),Yes,YesValid,50.0,five +3828,Mid,UK,M,18,IC,D,N,25,6.0,0,c,PB,S,M,5.0,Bachelors (4 years),No,YesValid,35.0,three +3829,High,Norway,SAP,15,E,DBAP,N,15,1.0,1,t,PB,S,M,50.0,Bachelors (4 years),Yes,N,45.0,two +3830,Very Low,UK,M,19,E,AN,N,19,6.0,1,C,PB,S,F,45.0,Associates (2 years),No,YesExpired,40.0,zero +3831,Mid,USA,M,4,E,DBAP,N,4,1.0,6,C,NP,SR,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3832,Very Low,Sweden,M,10,E,DBAP,N,1,2.0,3,m,PB,,M,120.0,None (no degree completed),,N,40.0,zero +3833,Very Low,Belgium,M,2,EC,DBAG,N,2,1.0,6,T,PB,,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3834,Very Low,Hungary,M,18,E,DBAG,N,1,3.0,0,m,PB,SR,M,12.0,Bachelors (4 years),No,YesValid,40.0,zero +3835,Low,Ukraine,M,10,E,DBAP,Y,10,6.0,0,m,PB,,M,58.0,Masters,Yes,YesValid,40.0,zero +3836,Very High,USA,M,11,E,DS,Y,2,1.0,0,m,PB,C,M,150.0,Masters,Yes,YesValid,40.0,zero +3837,Very Low,Ukraine,M,13,EC,DT,N,13,3.0,0,m,PB,S,M,7.0,Masters,Yes,N,40.0,three +3838,Very Low,Ukraine,M,12,E,DT,N,15,5.0,3,c,PB,SR,,5.0,Masters,No,N,40.0,one +3839,Very High,USA,M,15,E,DBAP,N,6,2.0,0,c,PB,S,M,50.0,None (no degree completed),,YesValid,45.0,zero +3840,Very Low,Netherlands,M,7,E,DT,N,7,1.0,0,c,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,38.0,zero +3841,Mid,USA,M,18,E,DBAG,N,7,2.0,1,c,PB,,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +3842,High,USA,M,8,E,M,Y,3,2.0,0,c,PB,S,M,30.0,Bachelors (4 years),No,N,42.0,zero +3843,Very Low,Ukraine,M,8,E,DBAP,N,8,3.0,2,m,PB,S,M,140.0,Masters,,N,40.0,zero +3844,Very Low,Ukraine,M,8,E,DBAP,N,8,3.0,2,m,PB,S,M,140.0,Masters,,N,40.0,zero +3845,Very Low,Ukraine,M,8,E,DBAG,N,8,3.0,3,m,PB,S,M,140.0,Masters,Yes,N,40.0,zero +3846,Mid,Canada,M,16,E,DBAP,N,22,3.0,1,m,SG,S,M,18.0,Bachelors (4 years),Yes,N,40.0,zero +3847,Very Low,Ukraine,M,6,E,DBAP,N,6,4.0,3,m,PB,S,M,120.0,Masters,,YesValid,40.0,five +3848,Very High,USA,M,22,E,DT,N,30,2.0,0,C,PB,S,M,12.0,Bachelors (4 years),No,YesExpired,36.0,zero +3849,Mid,USA,M,13,E,DBAP,N,13,1.0,0,C,E,S,M,45.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3850,Mid,USA,M,5,E,DBAP,N,5,4.0,0,m,PB,SR,F,55.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3851,Very Low,CzechRepublic,P,5,EC,DA,Y,15,2.0,4,m,PB,S,M,10.0,None (no degree completed),Yes,N,40.0,zero +3852,Low,USA,M,6,E,DBAP,N,6,1.0,1,c,NP,S,M,62.0,Bachelors (4 years),Yes,YesValid,40.0,one +3853,Mid,USA,M,7,E,D,N,4,1.0,0,C,PB,SR,M,6.0,Masters,Yes,YesValid,50.0,three +3854,Very Low,Ukraine,M,8,E,DA,N,6,2.0,2,m,PB,SE,M,10.0,Doctorate/PhD,Yes,YesExpired,40.0,five +3855,Mid,USA,M,4,E,E,N,4,1.0,0,C,NP,S,M,6.0,None (no degree completed),,YesValid,40.0,two +3856,Very High,USA,M,15,E,DBAP,N,22,5.0,4,C,PB,C,M,27.0,Bachelors (4 years),Yes,N,40.0,one +3857,Mid,USA,M,7,E,DBAG,N,3,2.0,1,C,PB,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +3858,Mid,USA,A,1,E,DA,N,15,2.0,6,c,PB,,M,30.0,None (no degree completed),,N,40.0,five +3859,Very High,USA,M,14,E,DBAG,Y,3,3.0,0,T,PB,SE,M,6.0,Bachelors (4 years),Yes,N,40.0,one +3860,Mid,USA,M,2,E,DBAG,N,2,2.0,0,C,PB,S,M,5.0,Masters,Yes,N,40.0,zero +3861,Very Low,UK,M,16,E,AN,N,12,2.0,0,c,PB,SE,M,17.0,Masters,Yes,N,38.0,zero +3862,Low,UK,M,5,E,DBAP,N,5,1.0,6,c,PB,,M,2000.0,Bachelors (4 years),Yes,N,50.0,zero +3863,High,USA,M,11,E,DT,N,11,3.0,2,c,NP,C,M,3.0,Masters,Yes,N,40.0,two +3864,Low,USA,M,7,E,DBAG,N,7,2.0,0,T,PB,S,M,10.0,None (no degree completed),,N,40.0,zero +3865,High,USA,M,14,E,DBAP,N,14,3.0,3,T,PB,S,M,800.0,None (no degree completed),No,YesValid,40.0,zero +3866,Low,New-Zealand,M,10,IC,DA,Y,2,1.0,0,T,PB,S,M,5.0,Bachelors (4 years),No,N,45.0,one +3867,Very High,USA,M,15,E,DT,N,15,3.0,4,m,PB,SR,M,10.0,Bachelors (4 years),Yes,N,50.0,one +3868,High,USA,M,13,E,DBAG,N,9,3.0,0,m,PB,S,F,19.0,Bachelors (4 years),No,N,40.0,one +3869,Low,Australia,M,10,E,DBAG,N,10,1.0,1,m,NP,C,M,100.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +3870,High,USA,M,18,E,DBAD,N,18,2.0,0,m,PB,S,F,20.0,Bachelors (4 years),No,YesValid,50.0,zero +3871,Very Low,USA,M,1,E,AN,N,1,1.0,1,C,PB,SR,M,2.0,Bachelors (4 years),No,N,40.0,zero +3872,Very Low,Ukraine,P,3,E,DBAG,Y,8,3.0,0,m,PB,,M,10.0,Bachelors (4 years),Yes,YesValid,35.0,five +3873,Very Low,Poland,M,15,E,DBAP,Y,18,2.0,3,C,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3874,Very Low,Spain,M,15,E,DBAG,N,19,2.0,0,m,PB,S,M,50.0,None (no degree completed),,YesExpired,40.0,zero +3875,Low,Sweden,M,6,E,DBAP,N,2,1.0,4,c,PB,SR,M,250.0,Associates (2 years),No,YesExpired,40.0,zero +3876,Very Low,USA,M,6,E,D,N,5,1.0,4,T,PB,C,M,30.0,Bachelors (4 years),Yes,N,50.0,zero +3877,High,USA,M,15,E,A,N,6,1.0,0,T,PB,S,M,50.0,Bachelors (4 years),No,N,43.0,zero +3878,High,USA,M,13,E,DBAP,N,13,1.0,1,C,SG,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +3879,High,Canada,M,20,E,DBAG,N,18,2.0,2,m,SG,S,M,50.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +3880,Very Low,UK,M,4,E,DT,Y,2,2.0,2,c,LG,S,M,4.0,None (no degree completed),,YesValid,40.0,zero +3881,Very High,USA,M,14,E,M,Y,1,1.0,1,C,PB,S,M,64.0,Bachelors (4 years),Yes,YesExpired,45.0,two +3882,Low,USA,M,6,E,DBAP,N,6,1.0,1,C,PB,S,M,70.0,Associates (2 years),Yes,N,80.0,zero +3883,Very High,USA,M,1,E,M,Y,7,1.0,0,m,PB,S,M,15.0,Masters,Yes,N,55.0,zero +3884,Very Low,Serbia-and-Montenegro,M,7,E,DBAP,N,7,3.0,4,m,PB,S,M,400.0,Bachelors (4 years),Yes,N,45.0,two +3885,High,USA,M,8,E,DBAG,N,5,3.0,2,C,PB,S,M,23.0,Bachelors (4 years),Yes,YesExpired,45.0,four +3886,Very Low,India,M,7,E,DT,N,2,3.0,3,C,PB,SR,M,10.0,Masters,Yes,N,45.0,zero +3887,Very High,USA,M,15,E,DBAP,N,15,3.0,2,m,PB,C,M,30.0,Masters,Yes,YesExpired,45.0,zero +3888,Very High,USA,M,10,E,DBAG,N,10,2.0,0,m,FG,S,M,60.0,None (no degree completed),,YesValid,40.0,five +3889,Mid,USA,M,18,E,E,N,4,1.0,2,m,PB,C,M,10.0,Bachelors (4 years),No,YesValid,40.0,two +3890,Very Low,Ukraine,M,15,EC,DBAP,N,2,3.0,0,C,PB,S,M,15.0,Masters,Yes,YesValid,40.0,five +3891,Very High,USA,M,18,E,A,Y,13,2.0,1,T,PB,C,F,0.0,Bachelors (4 years),No,N,45.0,zero +3892,Low,Sweden,M,13,EC,DBAG,N,13,3.0,0,m,PB,,M,6.0,Masters,No,N,40.0,zero +3893,Very High,New-Zealand,M,20,IC,DBAD,N,1,6.0,1,C,PB,SR,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3894,Very Low,New-Zealand,M,8,E,DBAD,N,8,1.0,0,T,E,S,M,8.0,Bachelors (4 years),Yes,YesValid,60.0,zero +3895,Mid,USA,M,4,E,DBAP,Y,1,3.0,6,m,PB,S,M,1000.0,Associates (2 years),Yes,YesValid,40.0,five +3896,Very Low,Ukraine,M,6,E,DBAG,N,10,4.0,0,c,PB,,M,10.0,Masters,Yes,N,42.0,zero +3897,Very Low,Greece,M,5,E,DBAG,Y,20,2.0,1,c,PB,SE,M,10.0,Masters,Yes,N,40.0,zero +3898,Low,USA,M,7,E,DBAG,N,7,3.0,2,C,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,42.0,zero +3899,Low,USA,M,5,E,DBAG,N,1,1.0,4,c,PB,S,M,120.0,Bachelors (4 years),Yes,YesValid,45.0,one +3900,Low,USA,M,4,E,DA,N,4,2.0,5,C,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,50.0,zero +3901,Mid,USA,M,15,E,D,N,10,5.0,0,C,PB,SR,F,1.0,Bachelors (4 years),Yes,N,40.0,two +3902,Very High,USA,M,15,E,M,Y,10,2.0,3,m,PB,,M,180.0,Masters,Yes,YesExpired,50.0,three +3903,High,USA,M,9,E,DBAP,N,23,3.0,1,c,PB,S,M,200.0,None (no degree completed),,N,42.0,five +3904,High,USA,M,7,EC,DBAG,N,5,3.0,1,m,PB,S,M,20.0,None (no degree completed),,N,40.0,one +3905,Mid,USA,M,7,E,,N,7,1.0,0,C,PB,,F,5.0,Masters,Yes,N,41.0,zero +3906,Mid,USA,M,10,E,DT,N,10,4.0,1,T,PB,S,M,10.0,Masters,Yes,YesValid,45.0,five +3907,High,USA,M,5,E,DBAG,N,6,5.0,0,m,PB,SE,M,20.0,None (no degree completed),,YesValid,50.0,zero +3908,Very High,USA,M,15,E,,Y,10,2.0,0,m,PB,S,M,50.0,Bachelors (4 years),No,N,65.0,five +3909,High,USA,O,5,E,D,N,6,3.0,2,m,FG,SR,M,30.0,Bachelors (4 years),No,YesValid,40.0,five +3910,Very High,USA,M,20,E,A,N,30,3.0,0,m,PB,SR,M,30.0,None (no degree completed),No,N,50.0,five +3911,Mid,USA,M,20,E,DT,N,6,2.0,5,m,PB,S,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +3912,Mid,USA,M,5,E,,N,15,3.0,1,m,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +3913,Low,USA,M,2,E,DBAP,N,2,2.0,1,C,PB,S,M,70.0,Bachelors (4 years),Yes,YesValid,48.0,one +3914,Very Low,USA,M,1,E,DBAG,N,1,5.0,0,T,SG,S,M,100.0,Associates (2 years),Yes,N,40.0,zero +3915,High,USA,M,18,E,DBAG,N,22,3.0,0,c,PB,S,F,70.0,Bachelors (4 years),Yes,YesExpired,45.0,one +3916,High,USA,M,13,EC,D,N,8,3.0,2,C,PB,S,M,2.0,Bachelors (4 years),Yes,YesValid,44.0,five +3917,High,USA,M,15,E,DBAG,N,15,5.0,0,m,PB,SE,F,8.0,Bachelors (4 years),Yes,YesExpired,50.0,one +3918,High,USA,M,15,E,DBAG,N,3,4.0,2,m,PB,S,M,120.0,Masters,No,N,49.0,two +3919,Low,Guernsey,M,10,E,DBAG,N,1,2.0,0,t,PB,S,M,70.0,Bachelors (4 years),Yes,YesExpired,36.0,zero +3920,Mid,Germany,M,8,E,DBAP,N,8,1.0,1,m,PB,S,M,350.0,None (no degree completed),,N,38.0,zero +3921,Very High,Israel,M,7,E,DBAD,N,10,2.0,0,m,PB,SR,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +3922,Very High,USA,M,25,E,DBAG,N,20,2.0,1,T,PB,S,M,125.0,Bachelors (4 years),No,N,44.0,zero +3923,Very Low,USA,M,10,E,DBAG,N,11,1.0,1,T,E,SE,F,75.0,Masters,Yes,YesValid,40.0,two +3924,Very High,USA,M,24,IC,A,Y,24,6.0,3,t,PB,,M,8.0,None (no degree completed),,N,40.0,four +3925,High,USA,M,15,E,DBAG,N,22,1.0,0,c,PB,SR,M,45.0,Bachelors (4 years),Yes,N,40.0,one +3926,Mid,Germany,M,13,E,D,N,8,2.0,3,C,PB,S,M,20.0,Masters,Yes,YesValid,40.0,zero +3927,High,USA,M,5,E,D,N,1,1.0,3,C,PB,SR,M,20.0,Bachelors (4 years),Yes,N,32.0,zero +3928,Very High,USA,M,18,IC,DBAD,N,3,3.0,6,m,PB,S,M,30.0,Masters,Yes,N,40.0,one +3929,Low,USA,M,12,E,D,N,10,2.0,1,T,PB,S,M,15.0,None (no degree completed),,YesExpired,40.0,five +3930,Very Low,UK,M,20,E,DBAG,N,27,1.0,1,C,FG,S,F,50.0,None (no degree completed),,N,40.0,zero +3931,Mid,Netherlands,M,5,EC,DT,N,18,2.0,2,C,PB,S,,12.0,None (no degree completed),,YesValid,40.0,zero +3932,Mid,Australia,M,15,E,DBAP,N,13,3.0,1,t,PB,S,M,100.0,None (no degree completed),,YesExpired,50.0,five +3933,High,USA,M,18,E,D,N,18,3.0,2,C,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,five +3934,Mid,USA,M,9,E,DBAG,N,8,2.0,3,C,PB,S,M,500.0,Masters,Yes,N,40.0,zero +3935,Low,USA,M,17,E,M,Y,18,1.0,0,T,PB,S,F,3.0,Bachelors (4 years),No,N,41.0,one +3936,Very High,USA,M,17,EC,DBAG,N,15,2.0,6,C,PB,S,M,500.0,None (no degree completed),,N,45.0,five +3937,Mid,USA,M,16,IC,DT,N,2,2.0,3,C,PB,SR,M,6.0,Bachelors (4 years),Yes,N,40.0,one +3938,Very High,USA,M,24,E,M,Y,10,2.0,0,c,PB,SE,M,500.0,Masters,Yes,YesExpired,45.0,one +3939,Mid,USA,M,8,E,DBAP,N,8,1.0,6,T,PB,S,M,136.0,Bachelors (4 years),Yes,YesExpired,45.0,four +3940,High,USA,M,8,EC,E,Y,2,1.0,1,c,FG,C,M,30.0,None (no degree completed),,YesValid,50.0,zero +3941,Very Low,USA,M,1,E,AN,N,1,1.0,0,T,PB,S,F,3.0,Associates (2 years),No,N,40.0,zero +3942,High,USA,M,10,E,DBAP,N,4,1.0,5,C,SG,S,M,350.0,Masters,No,N,45.0,zero +3943,High,USA,M,20,E,DT,N,20,6.0,0,m,PB,S,M,1.0,Bachelors (4 years),No,N,40.0,two +3944,Very Low,USA,M,1,E,AN,N,1,1.0,0,T,PB,S,F,3.0,Associates (2 years),No,N,40.0,zero +3945,Low,USA,M,9,E,DT,N,1,2.0,1,m,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3946,Very High,USA,M,18,E,DBAG,Y,17,2.0,0,m,PB,S,M,20.0,Bachelors (4 years),Yes,N,45.0,zero +3947,Mid,USA,M,5,E,DBAP,N,5,2.0,6,c,PB,S,M,200.0,Bachelors (4 years),Yes,N,41.0,five +3948,Very High,USA,M,14,E,A,N,15,3.0,1,m,PB,SE,M,500.0,None (no degree completed),,YesValid,60.0,one +3949,Low,USA,O,15,E,AN,N,15,4.0,6,c,PB,,M,8.0,Associates (2 years),Yes,YesValid,40.0,five +3950,Low,Australia,O,5,E,AN,Y,5,2.0,2,m,PB,S,M,1.0,None (no degree completed),,N,38.0,zero +3951,High,USA,M,7,E,DBAG,N,1,3.0,6,T,PB,S,M,100.0,None (no degree completed),No,YesValid,40.0,two +3952,Very High,Switzerland,M,9,E,DT,N,4,2.0,0,C,PB,SE,,10.0,Masters,Yes,YesValid,45.0,zero +3953,Very High,USA,M,5,E,M,N,6,1.0,0,m,PB,SE,M,100.0,Bachelors (4 years),Yes,N,50.0,one +3954,Very Low,USA,M,1,E,DBAG,N,1,1.0,6,C,PB,SR,M,450.0,Bachelors (4 years),Yes,N,40.0,one +3955,Very Low,New-Zealand,M,7,E,DBAP,Y,8,1.0,4,T,PB,S,M,1.0,Bachelors (4 years),,YesExpired,38.0,zero +3956,Mid,USA,M,9,E,DBAG,N,3,2.0,4,C,PB,S,M,25.0,Bachelors (4 years),Yes,N,40.0,two +3957,High,USA,M,7,E,D,N,15,3.0,2,c,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +3958,Low,USA,M,4,E,DA,Y,4,1.0,0,c,PB,S,M,12.0,Bachelors (4 years),Yes,N,45.0,zero +3959,Low,Canada,M,20,E,DBAG,N,1,2.0,2,m,PB,S,M,15.0,Associates (2 years),Yes,N,40.0,one +3960,Very Low,USA,M,2,EC,,N,2,1.0,6,m,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,45.0,five +3961,Low,USA,M,4,E,DA,Y,4,1.0,2,C,PB,SE,M,8.0,Associates (2 years),Yes,N,37.0,one +3962,Very High,USA,M,15,E,DBAG,Y,3,2.0,1,m,PB,SE,M,50.0,Masters,Yes,YesValid,50.0,one +3963,Mid,USA,M,15,E,DBAG,N,3,2.0,2,m,PB,SE,M,150.0,None (no degree completed),,N,50.0,one +3964,Very Low,USA,P,2,E,AN,Y,3,2.0,2,m,PB,,M,12.0,Bachelors (4 years),No,N,60.0,zero +3965,Low,USA,M,4,E,DT,N,4,3.0,1,c,PB,SE,M,300.0,Bachelors (4 years),Yes,YesValid,20.0,one +3966,Very High,USA,M,25,E,DBAG,N,5,6.0,4,C,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,40.0,three +3967,Low,USA,RDS,3,E,AN,N,4,3.0,2,m,PB,SR,M,1.0,Bachelors (4 years),No,N,50.0,one +3968,Mid,USA,O,6,E,DBAG,N,6,1.0,1,m,PB,SR,M,9.0,Masters,Yes,YesValid,45.0,zero +3969,Very High,USA,M,18,E,A,N,22,6.0,0,m,PB,C,M,4.0,Masters,No,N,46.0,zero +3970,Low,USA,M,4,EC,A,N,3,2.0,0,m,NP,SR,M,4.0,Bachelors (4 years),Yes,N,43.0,zero +3971,Low,USA,M,3,E,D,N,2,2.0,1,t,PB,S,M,10.0,Masters,No,N,45.0,five +3972,Low,USA,O,4,E,DA,Y,4,1.0,3,m,PB,S,M,4.0,Bachelors (4 years),Yes,N,50.0,one +3973,Low,USA,M,3,E,AN,N,1,1.0,0,m,PB,C,M,4.0,None (no degree completed),,N,40.0,zero +3974,Very High,USA,M,13,E,A,N,13,3.0,1,m,PB,,M,10.0,None (no degree completed),,N,40.0,one +3975,Mid,USA,M,9,E,DBAG,N,2,2.0,0,m,NP,S,M,15.0,None (no degree completed),,N,50.0,two +3976,Very High,USA,M,16,E,DBAG,Y,5,2.0,0,T,PB,S,M,26.0,Bachelors (4 years),Yes,N,55.0,one +3977,High,USA,M,20,E,DBAG,N,20,2.0,1,m,PB,S,M,30.0,Associates (2 years),Yes,N,50.0,zero +3978,Very High,USA,M,3,E,DA,Y,10,3.0,4,m,PB,S,M,50.0,Masters,Yes,N,45.0,one +3979,Mid,USA,,1,E,E,N,1,1.0,6,m,PB,S,M,8.0,Bachelors (4 years),,N,45.0,one +3980,Very High,USA,M,10,E,DBAD,N,7,2.0,1,C,PB,S,M,12.0,Bachelors (4 years),Yes,N,40.0,zero +3981,High,USA,M,13,E,DBAP,N,8,3.0,0,C,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +3982,Low,USA,,3,E,AN,N,1,2.0,6,c,PB,SE,M,3.0,Masters,No,N,45.0,zero +3983,Low,USA,M,5,E,A,N,1,1.0,3,c,NP,SR,M,10.0,Associates (2 years),No,N,40.0,zero +3984,High,USA,M,12,E,A,N,12,3.0,0,C,PB,S,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,two +3985,Mid,USA,M,3,E,DBAG,Y,3,1.0,6,c,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,50.0,zero +3986,Very High,USA,M,16,IC,A,N,16,2.0,0,T,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,five +3987,High,Denmark,M,12,E,DT,N,12,1.0,0,m,PB,S,M,4.0,Bachelors (4 years),Yes,N,37.0,zero +3988,Low,USA,M,5,E,DT,N,5,1.0,6,C,PB,S,M,4.0,Bachelors (4 years),No,N,38.0,zero +3989,High,USA,DB2,5,E,M,Y,1,1.0,3,C,PB,,M,5.0,Bachelors (4 years),No,N,50.0,zero +3990,Very Low,USA,M,4,E,M,Y,4,1.0,2,C,PB,C,F,1.0,Bachelors (4 years),No,N,40.0,zero +3991,Low,USA,M,3,E,DBAP,N,2,2.0,1,C,FG,S,M,20.0,Associates (2 years),Yes,YesExpired,40.0,zero +3992,Very Low,USA,M,19,E,A,Y,10,5.0,0,m,PB,S,M,10.0,None (no degree completed),,N,40.0,two +3993,Low,USA,MS,5,E,AN,N,3,1.0,0,C,PB,S,F,4.0,Bachelors (4 years),No,YesValid,30.0,five +3994,Very Low,USA,O,2,E,AN,N,2,1.0,6,T,E,S,M,20.0,Masters,No,N,40.0,zero +3995,Very Low,USA,M,3,E,AN,N,3,1.0,2,m,PB,SE,M,8.0,Bachelors (4 years),No,N,45.0,one +3996,Low,Canada,M,4,E,DBAG,N,3,3.0,2,c,SG,S,M,20.0,Associates (2 years),Yes,YesExpired,35.0,one +3997,Very Low,UK,M,5,E,D,N,5,1.0,0,T,PB,S,M,7.0,Bachelors (4 years),No,N,42.0,zero +3998,Mid,USA,M,21,E,E,N,38,4.0,0,T,PB,S,M,45.0,None (no degree completed),,YesValid,45.0,zero +3999,Low,USA,M,4,E,DBAD,N,4,2.0,2,m,PB,SR,M,2.0,Bachelors (4 years),No,N,40.0,one +4000,Low,USA,M,5,E,DT,N,2,4.0,1,m,PB,SE,M,4.0,Bachelors (4 years),No,YesValid,45.0,three +4001,Low,USA,M,1,E,AN,N,1,2.0,0,c,SG,S,M,4.0,Bachelors (4 years),Yes,N,40.0,four +4002,Mid,USA,M,18,E,DT,N,9,2.0,1,c,PB,SR,M,6.0,None (no degree completed),,N,45.0,one +4003,High,USA,M,5,EC,AN,Y,4,3.0,4,m,PB,C,M,20.0,None (no degree completed),,N,45.0,zero +4004,Very High,USA,RDS,1,E,M,Y,2,1.0,6,m,PB,SE,M,1.0,Masters,No,N,45.0,one +4005,Very High,USA,M,12,E,D,N,15,6.0,3,m,PB,SR,M,10.0,Associates (2 years),Yes,N,45.0,zero +4006,High,USA,M,12,E,D,N,12,5.0,0,C,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4007,Low,UK,M,7,E,M,Y,3,1.0,0,m,NP,C,M,2.0,Bachelors (4 years),No,N,35.0,zero +4008,High,USA,O,10,EC,DA,Y,5,4.0,3,C,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,30.0,five +4009,Low,USA,P,2,E,DBAD,N,1,1.0,0,T,PB,S,M,1.0,Bachelors (4 years),Yes,N,45.0,zero +4010,High,Canada,P,5,E,DA,Y,8,2.0,0,C,PB,S,M,20.0,None (no degree completed),,N,40.0,one +4011,Very High,USA,,3,EC,E,Y,5,3.0,1,m,PB,S,M,10000.0,Masters,Yes,YesValid,45.0,two +4012,Very High,USA,M,16,E,M,Y,3,2.0,0,C,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,four +4013,High,USA,M,12,E,DBAD,Y,4,1.0,1,m,PB,SR,M,50.0,Bachelors (4 years),Yes,N,50.0,zero +4014,Mid,USA,M,17,E,DBAD,N,17,3.0,2,C,PB,S,M,15.0,None (no degree completed),,YesExpired,40.0,one +4015,Very Low,USA,M,2,E,AN,N,2,1.0,5,m,NP,SE,M,8.0,Bachelors (4 years),No,N,40.0,two +4016,Mid,USA,M,5,E,M,Y,1,1.0,0,m,PB,S,M,2.0,Bachelors (4 years),No,N,50.0,zero +4017,Low,USA,M,10,E,,N,2,1.0,1,T,PB,S,M,300.0,Masters,No,YesValid,40.0,five +4018,Very High,USA,M,15,E,DT,N,2,5.0,6,m,PB,S,M,10.0,None (no degree completed),,N,42.0,two +4019,Mid,USA,M,8,E,DBAG,N,5,2.0,4,C,NP,S,M,400.0,Associates (2 years),Yes,YesValid,45.0,two +4020,Mid,USA,M,4,E,DT,N,3,2.0,6,m,PB,SR,M,30.0,Bachelors (4 years),No,N,40.0,three +4021,Mid,USA,M,8,E,D,N,10,3.0,5,m,SG,SE,M,100.0,Associates (2 years),Yes,N,45.0,three +4022,Very High,USA,MS,9,E,DA,N,5,3.0,1,C,PB,S,M,6.0,Bachelors (4 years),Yes,N,55.0,zero +4023,Low,Canada,M,5,EC,M,Y,2,1.0,0,C,PB,S,M,3.0,Bachelors (4 years),No,N,45.0,zero +4024,Mid,USA,M,4,E,DT,N,3,2.0,0,C,PB,S,M,8.0,Associates (2 years),Yes,N,40.0,one +4025,Very Low,Australia,M,3,E,AN,N,5,2.0,1,m,PB,SE,M,3.0,Bachelors (4 years),Yes,N,45.0,zero +4026,Mid,USA,M,5,P,E,N,5,3.0,3,C,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +4027,Very Low,USA,M,1,E,AN,N,1,1.0,0,m,NP,SE,M,3.0,Bachelors (4 years),Yes,N,45.0,three +4028,High,USA,O,15,E,DBAG,Y,6,2.0,6,T,FG,S,M,1200.0,Associates (2 years),Yes,N,40.0,two +4029,Very Low,USA,M,4,E,DT,N,2,1.0,0,T,PB,S,M,2.0,Bachelors (4 years),No,YesValid,45.0,zero +4030,Very High,USA,M,25,E,A,N,5,4.0,1,m,PB,S,M,50.0,Masters,Yes,YesValid,40.0,two +4031,Very High,USA,M,11,E,DT,N,1,4.0,4,C,PB,S,M,50.0,Masters,Yes,N,42.0,zero +4032,Very High,USA,M,22,E,DA,Y,22,1.0,0,m,SG,SE,M,2.0,Bachelors (4 years),No,YesExpired,37.0,zero +4033,High,USA,M,7,E,DT,N,7,1.0,1,c,PB,S,M,5.0,None (no degree completed),,N,40.0,four +4034,Low,USA,M,6,E,M,Y,2,1.0,0,m,PB,SE,M,10.0,Associates (2 years),Yes,N,40.0,five +4035,Mid,USA,M,11,E,DBAG,N,7,2.0,0,m,PB,S,M,7.0,Bachelors (4 years),Yes,N,50.0,five +4036,Very High,UK,M,7,IC,DBAG,N,3,2.0,0,T,PB,S,M,10.0,Bachelors (4 years),Yes,N,30.0,five +4037,Very Low,USA,M,4,E,AN,N,2,1.0,1,c,PB,S,M,6.0,None (no degree completed),,YesValid,45.0,two +4038,High,USA,M,19,E,DBAG,N,22,2.0,2,m,PB,S,M,75.0,Associates (2 years),Yes,N,50.0,five +4039,Low,USA,M,8,E,DBAG,N,8,1.0,0,C,E,S,M,20.0,None (no degree completed),,YesValid,40.0,zero +4040,Mid,USA,M,6,E,AN,N,5,3.0,6,C,PB,S,F,12.0,Bachelors (4 years),No,YesValid,40.0,five +4041,Very Low,USA,M,1,E,DBAP,N,1,1.0,4,m,PB,S,M,160.0,Bachelors (4 years),Yes,N,40.0,zero +4042,Very High,USA,M,11,E,A,Y,3,2.0,0,C,PB,,M,9.0,Bachelors (4 years),Yes,YesValid,40.0,one +4043,Mid,USA,M,4,E,DBAG,N,4,1.0,0,c,PB,S,M,100.0,Bachelors (4 years),Yes,N,42.0,zero +4044,High,USA,M,7,E,E,N,6,3.0,0,m,PB,SE,M,3.0,Bachelors (4 years),No,N,40.0,five +4045,Mid,USA,M,3,E,D,N,3,1.0,3,c,PB,SE,M,6.0,Bachelors (4 years),Yes,N,46.0,zero +4046,Very High,USA,M,11,E,DBAG,Y,11,3.0,0,m,PB,S,M,15.0,Bachelors (4 years),Yes,YesExpired,55.0,two +4047,Mid,USA,O,3,E,D,N,2,2.0,6,m,PB,SE,M,10.0,Bachelors (4 years),No,N,55.0,five +4048,Low,USA,M,4,E,D,N,4,1.0,6,c,NP,S,F,2.0,Associates (2 years),No,N,40.0,zero +4049,Very Low,Belgium,M,2,E,DBAD,N,2,1.0,3,c,PB,S,F,50.0,None (no degree completed),,N,38.0,one +4050,Very Low,USA,M,4,E,AN,N,4,1.0,0,c,SG,SE,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +4051,High,USA,M,20,E,A,Y,22,6.0,0,T,PB,S,M,8.0,Bachelors (4 years),No,YesExpired,40.0,one +4052,Very Low,Romania,M,3,E,DBAP,N,3,1.0,2,C,PB,S,M,100.0,None (no degree completed),,YesValid,10.0,five +4053,Mid,USA,M,6,E,D,N,6,2.0,1,T,NP,S,M,5.0,None (no degree completed),,YesValid,40.0,one +4054,Mid,USA,M,19,E,DBAP,N,10,2.0,0,c,FG,S,M,20.0,None (no degree completed),,YesValid,40.0,zero +4055,Low,USA,M,2,E,AN,N,1,1.0,1,C,PB,S,M,3.0,Bachelors (4 years),No,N,40.0,zero +4056,Very Low,Russia,M,6,E,DT,N,7,2.0,1,m,PB,SE,M,7.0,Bachelors (4 years),No,N,45.0,zero +4057,High,USA,M,7,E,D,N,7,2.0,0,m,NP,S,M,3.0,Doctorate/PhD,Yes,N,38.0,five +4058,Low,Canada,M,13,E,A,N,10,4.0,0,C,PB,SE,M,20.0,None (no degree completed),,N,45.0,zero +4059,Mid,USA,M,6,E,DT,N,1,1.0,1,C,PB,S,M,4.0,Bachelors (4 years),Yes,N,35.0,zero +4060,Very Low,UK,MS,1,E,AN,N,1,3.0,1,m,SG,SR,M,2.0,Bachelors (4 years),No,N,40.0,zero +4061,Very Low,UK,MS,1,E,AN,N,1,3.0,1,m,SG,SR,M,2.0,Bachelors (4 years),No,N,40.0,zero +4062,High,New-Zealand,M,6,E,M,Y,4,1.0,0,m,PB,S,M,5.0,Bachelors (4 years),No,N,45.0,zero +4063,High,New-Zealand,M,6,E,M,Y,4,1.0,0,m,PB,S,M,5.0,Bachelors (4 years),No,N,45.0,zero +4064,High,USA,M,18,E,DBAG,Y,18,2.0,1,C,NP,S,M,70.0,Associates (2 years),No,YesExpired,50.0,one +4065,Low,USA,M,5,E,AN,N,6,1.0,0,m,LG,SE,M,3.0,Masters,Yes,YesValid,40.0,one +4066,Very High,USA,M,10,E,M,Y,7,2.0,0,m,SG,S,M,4.0,None (no degree completed),,YesExpired,45.0,one +4067,Low,UK,M,20,E,DA,N,15,4.0,6,m,PB,SR,M,20.0,None (no degree completed),,YesExpired,35.0,two +4068,Low,Australia,M,13,E,DBAG,N,13,1.0,0,m,PB,SE,M,20.0,Masters,No,N,40.0,three +4069,Very Low,UK,M,10,E,DBAD,N,1,1.0,1,C,PB,SR,M,30.0,None (no degree completed),,N,40.0,zero +4070,Low,Ireland,RDS,1,E,AN,N,3,2.0,3,c,PB,S,M,1.0,None (no degree completed),,YesExpired,40.0,zero +4071,Low,USA,,1,EC,AN,N,1,1.0,6,C,PB,S,M,3.0,Masters,No,N,40.0,one +4072,Mid,Denmark,M,7,IC,A,N,7,2.0,5,C,PB,S,M,3000.0,Bachelors (4 years),,YesValid,70.0,two +4073,High,Canada,M,5,E,A,Y,5,2.0,0,m,NP,SE,M,15.0,Bachelors (4 years),No,N,46.0,zero +4074,Very Low,UK,O,2,E,DA,N,2,1.0,3,C,LG,S,M,2.0,None (no degree completed),,YesValid,37.0,two +4075,Very High,USA,M,19,E,AN,N,3,4.0,0,m,PB,S,M,2.0,None (no degree completed),,YesExpired,35.0,zero +4076,High,USA,M,11,E,DBAP,N,2,4.0,1,m,PB,SE,M,250.0,Bachelors (4 years),Yes,YesValid,40.0,five +4077,Very Low,Australia,M,2,E,DBAP,N,2,1.0,6,m,PB,S,M,1000.0,None (no degree completed),,YesValid,40.0,zero +4078,Mid,USA,M,4,E,DT,N,4,1.0,2,m,PB,S,M,8.0,Bachelors (4 years),No,N,45.0,zero +4079,Very High,USA,M,16,IC,DT,N,10,1.0,0,m,PB,S,M,8.0,Bachelors (4 years),Yes,N,65.0,five +4080,High,USA,M,2,EC,AN,Y,2,1.0,1,C,PB,S,M,3.0,Bachelors (4 years),No,N,60.0,one +4081,Very High,USA,M,5,E,M,Y,5,1.0,1,m,NP,S,M,5.0,Masters,No,N,35.0,one +4082,Mid,USA,M,4,E,D,N,4,1.0,0,C,PB,S,M,2.0,Bachelors (4 years),No,N,50.0,zero +4083,Very Low,UK,MA,5,EC,DBAG,N,6,1.0,1,C,PB,SE,M,0.0,None (no degree completed),No,N,37.0,zero +4084,Mid,USA,M,5,E,DBAG,N,5,2.0,0,c,PB,SR,M,5.0,Associates (2 years),,YesValid,40.0,zero +4085,Low,USA,M,7,E,M,Y,4,2.0,6,c,PB,S,M,2.0,Masters,No,N,40.0,zero +4086,High,USA,M,8,E,A,N,1,2.0,1,C,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,one +4087,Very High,USA,M,10,E,DBAP,Y,10,1.0,0,C,PB,C,F,2000.0,Bachelors (4 years),No,N,55.0,three +4088,Low,USA,M,7,E,M,Y,4,2.0,6,c,PB,S,M,2.0,Masters,No,N,40.0,zero +4089,Low,USA,O,2,E,AN,N,2,2.0,2,C,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4090,Very High,USA,O,11,E,A,N,11,4.0,6,m,PB,SE,M,30.0,Bachelors (4 years),Yes,N,55.0,zero +4091,Mid,USA,M,7,E,M,Y,7,1.0,0,C,E,S,M,6.0,Masters,Yes,YesValid,40.0,zero +4092,Very Low,USA,M,1,E,AN,N,1,1.0,6,C,PB,C,M,3.0,Bachelors (4 years),No,N,40.0,zero +4093,Very High,USA,M,13,E,DBAP,Y,8,3.0,0,C,PB,S,M,40.0,Bachelors (4 years),Yes,YesValid,35.0,zero +4094,Low,USA,M,6,E,,N,8,3.0,6,m,PB,SE,M,1000.0,Bachelors (4 years),No,N,42.0,five +4095,High,USA,M,7,E,E,N,7,2.0,2,c,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +4096,Low,USA,MS,4,E,DA,N,4,2.0,2,T,PB,SE,M,1.0,Bachelors (4 years),Yes,N,45.0,zero +4097,Very Low,USA,M,2,E,DBAG,N,2,1.0,1,T,E,S,M,8.0,Bachelors (4 years),Yes,N,45.0,zero +4098,Low,USA,M,2,E,AN,N,7,2.0,2,C,NP,SR,M,8.0,Associates (2 years),No,N,45.0,one +4099,Mid,USA,M,5,E,DBAG,N,6,2.0,2,T,PB,,M,15.0,Bachelors (4 years),Yes,N,45.0,zero +4100,Mid,USA,M,5,E,A,N,1,1.0,1,C,PB,S,F,6.0,Associates (2 years),No,N,35.0,zero +4101,Low,USA,M,3,E,AN,N,2,1.0,6,c,SG,SE,M,8.0,Associates (2 years),No,N,40.0,one +4102,High,USA,M,8,E,E,N,10,2.0,3,m,PB,,M,20.0,Bachelors (4 years),Yes,YesExpired,70.0,two +4103,Mid,Ireland,M,10,E,DBAG,N,10,3.0,1,C,PB,S,M,18.0,Masters,Yes,YesValid,40.0,zero +4104,Low,USA,O,4,E,D,N,2,1.0,1,m,PB,S,M,10.0,Bachelors (4 years),Yes,N,42.0,zero +4105,Mid,USA,M,7,E,D,N,6,2.0,0,m,E,,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +4106,Very High,USA,M,14,EC,DBAG,Y,14,1.0,0,c,PB,,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,one +4107,Very High,USA,M,5,E,AN,Y,6,2.0,3,m,PB,SE,M,10.0,Associates (2 years),,N,50.0,five +4108,High,USA,M,20,E,DBAG,N,20,6.0,0,m,PB,S,M,8.0,Bachelors (4 years),Yes,N,50.0,two +4109,Low,USA,M,10,E,DBAG,N,5,2.0,0,C,PB,S,M,3.0,Associates (2 years),Yes,N,50.0,one +4110,Mid,Switzerland,M,10,E,DT,N,10,2.0,1,t,PB,S,M,200.0,Associates (2 years),,N,45.0,zero +4111,High,USA,M,6,E,M,Y,4,2.0,3,m,PB,SE,M,15.0,Masters,No,N,20.0,five +4112,Mid,USA,M,8,E,A,Y,3,5.0,0,t,PB,S,M,50.0,Bachelors (4 years),Yes,N,60.0,one +4113,Low,USA,M,1,E,D,Y,1,1.0,1,c,PB,SE,M,10.0,Associates (2 years),No,N,55.0,zero +4114,Very Low,USA,O,4,E,,N,1,2.0,5,C,PB,SE,M,10.0,Bachelors (4 years),No,N,40.0,zero +4115,Mid,UK,M,4,E,AN,Y,1,1.0,1,m,PB,SE,M,2.0,Masters,No,N,60.0,two +4116,Mid,USA,M,9,E,DBAP,N,9,3.0,6,C,PB,SE,M,500.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4117,Very High,USA,M,20,E,DBAG,N,23,4.0,0,C,PB,S,M,30.0,None (no degree completed),,YesExpired,30.0,five +4118,Low,USA,M,3,E,DBAP,N,3,1.0,0,C,PB,S,M,20.0,None (no degree completed),,YesValid,40.0,five +4119,Very High,USA,,5,E,M,Y,2,1.0,0,m,PB,S,M,25.0,Bachelors (4 years),Yes,N,55.0,five +4120,Low,USA,M,3,E,DBAG,N,3,2.0,1,m,E,SR,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4121,Low,USA,M,4,E,AN,N,3,2.0,2,C,PB,SE,M,3.0,Associates (2 years),No,N,45.0,zero +4122,Very High,USA,M,7,E,DBAG,N,6,3.0,0,C,PB,SE,M,8.0,Bachelors (4 years),No,N,40.0,one +4123,Low,USA,M,5,E,AN,Y,4,1.0,1,C,PB,SE,M,3.0,None (no degree completed),,N,45.0,zero +4124,Very High,USA,,1,E,DBAD,N,7,2.0,6,m,PB,S,M,100.0,Masters,Yes,N,35.0,two +4125,High,USA,M,10,E,DBAP,N,7,2.0,6,C,PB,S,M,400.0,Bachelors (4 years),No,YesValid,42.0,one +4126,High,USA,M,5,E,E,N,5,2.0,0,m,PB,SE,M,6.0,Bachelors (4 years),No,N,60.0,zero +4127,Mid,Norway,M,10,E,DBAG,N,16,3.0,1,C,PB,S,M,90.0,None (no degree completed),,N,45.0,one +4128,Very High,UK,M,15,E,DBAG,N,3,3.0,1,m,PB,C,M,70.0,Associates (2 years),Yes,YesExpired,40.0,five +4129,Very High,USA,,3,E,AN,N,4,1.0,6,m,PB,S,F,1.0,Masters,No,N,45.0,zero +4130,Very Low,UK,M,2,E,D,N,2,1.0,1,C,PB,C,M,2.0,Bachelors (4 years),No,N,40.0,zero +4131,Mid,USA,M,5,E,D,N,4,1.0,1,C,PB,,M,10.0,Masters,Yes,N,40.0,one +4132,High,Iceland,M,21,E,DBAP,N,18,3.0,0,c,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +4133,Low,USA,A,3,E,AN,N,3,2.0,3,C,PB,S,F,2.0,Bachelors (4 years),No,YesExpired,40.0,zero +4134,Very High,UK,M,4,IC,DT,N,4,4.0,1,c,PB,SR,F,4.0,Masters,Yes,YesValid,35.0,zero +4135,Very Low,Germany,P,3,E,,N,1,1.0,2,c,PB,S,M,30.0,Bachelors (4 years),Yes,N,38.0,one +4136,Very High,USA,P,8,E,A,Y,5,2.0,1,c,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,40.0,one +4137,Low,USA,MA,4,E,AN,N,4,1.0,1,c,PB,S,M,5.0,Masters,No,N,40.0,one +4138,High,USA,M,15,E,A,Y,6,1.0,0,C,SG,S,M,125.0,Bachelors (4 years),Yes,YesExpired,55.0,five +4139,High,USA,M,15,E,A,Y,6,1.0,0,C,SG,S,M,125.0,Bachelors (4 years),Yes,YesExpired,55.0,five +4140,Low,UK,M,10,E,DBAG,N,5,2.0,1,C,PB,S,M,10.0,Bachelors (4 years),No,YesValid,36.0,two +4141,Very High,USA,M,18,EC,DBAG,N,12,4.0,2,m,PB,,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +4142,Low,USA,M,1,E,DA,N,1,1.0,0,c,PB,S,M,2.0,Associates (2 years),No,YesValid,40.0,zero +4143,Very Low,Australia,M,5,E,DT,N,6,3.0,0,c,PB,,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +4144,Very High,Australia,M,5,IC,DT,N,5,1.0,2,m,PB,,M,16.0,Bachelors (4 years),Yes,N,40.0,zero +4145,High,USA,O,5,E,DBAP,N,6,1.0,6,t,E,S,M,60.0,Bachelors (4 years),Yes,YesExpired,45.0,two +4146,Low,USA,P,3,E,DS,Y,3,1.0,1,C,PB,S,M,1.0,Bachelors (4 years),No,N,45.0,zero +4147,High,USA,M,5,EC,DBAG,N,4,2.0,0,C,FG,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +4148,Low,USA,M,4,E,DT,Y,4,1.0,2,m,PB,SE,M,1.0,Masters,No,N,50.0,four +4149,Very Low,USA,M,1,E,AN,N,4,2.0,2,c,PB,SE,M,5.0,Bachelors (4 years),No,N,40.0,two +4150,Very Low,Romania,M,10,E,DT,N,5,1.0,5,m,PB,S,M,300.0,Bachelors (4 years),No,N,50.0,one +4151,Very Low,Italy,M,4,E,DT,N,4,2.0,2,c,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4152,Very Low,Poland,M,4,E,DT,N,3,2.0,6,m,PB,S,M,10.0,Masters,No,YesExpired,40.0,zero +4153,Low,USA,M,10,E,DBAG,N,3,2.0,2,t,NP,,M,135.0,Masters,Yes,N,45.0,zero +4154,Mid,USA,M,5,E,DBAP,Y,1,2.0,0,T,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +4155,Very Low,USA,M,2,E,AN,Y,2,1.0,0,m,PB,SR,M,6.0,None (no degree completed),No,N,45.0,zero +4156,Low,Denmark,M,10,E,DBAG,N,8,3.0,0,c,PB,S,M,8.0,Associates (2 years),,YesValid,37.0,zero +4157,Very High,USA,M,12,E,DBAG,N,12,5.0,1,m,PB,S,M,50.0,Bachelors (4 years),Yes,N,100.0,zero +4158,High,USA,M,5,EC,A,N,1,1.0,3,m,PB,S,M,30.0,Bachelors (4 years),Yes,N,45.0,two +4159,Mid,USA,M,6,E,D,N,6,1.0,1,m,FG,SR,F,3.0,Bachelors (4 years),Yes,N,40.0,one +4160,High,USA,M,2,E,DA,Y,2,1.0,5,C,PB,S,M,5.0,Bachelors (4 years),No,N,65.0,zero +4161,High,USA,M,6,E,AN,N,3,1.0,0,m,PB,C,M,4.0,Bachelors (4 years),Yes,N,50.0,zero +4162,Low,USA,M,4,E,DT,N,3,1.0,1,m,PB,SR,M,10.0,None (no degree completed),,YesExpired,48.0,zero +4163,High,USA,M,7,E,D,N,4,2.0,0,T,PB,C,F,5.0,Bachelors (4 years),No,N,75.0,zero +4164,High,USA,M,21,E,DBAG,N,21,3.0,0,C,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4165,Mid,Belgium,M,10,IC,DA,Y,20,6.0,1,m,PB,SE,M,1.0,None (no degree completed),No,N,30.0,one +4166,Low,Israel,M,19,E,DBAG,N,15,2.0,0,T,PB,S,M,5.0,Masters,,YesValid,40.0,zero +4167,Very Low,Netherlands,M,10,E,DBAP,N,9,1.0,0,C,PB,,M,10.0,Associates (2 years),Yes,N,40.0,one +4168,Very Low,Netherlands,A,5,EC,D,Y,5,1.0,6,m,PB,SE,M,10.0,Masters,Yes,YesValid,32.0,zero +4169,Mid,USA,M,8,E,DBAP,N,8,2.0,1,m,PB,S,M,30.0,None (no degree completed),,YesValid,45.0,five +4170,High,USA,P,1,E,M,Y,4,2.0,0,m,PB,S,M,4.0,Bachelors (4 years),No,N,40.0,zero +4171,Mid,USA,M,20,E,,N,6,2.0,1,C,SG,C,M,2.0,Bachelors (4 years),No,YesExpired,40.0,zero +4172,High,USA,M,20,EC,DBAP,N,20,6.0,6,c,PB,S,M,1000.0,Masters,Yes,YesExpired,45.0,five +4173,Very High,UK,M,18,IC,DBAP,N,18,6.0,2,m,PB,C,M,200.0,Bachelors (4 years),No,YesExpired,35.0,one +4174,Mid,USA,M,4,E,DT,N,4,2.0,0,C,PB,SR,M,2.0,Bachelors (4 years),No,N,40.0,zero +4175,Low,USA,M,7,E,DBAG,N,2,2.0,1,C,PB,S,M,35.0,None (no degree completed),,YesValid,40.0,zero +4176,Very High,USA,M,21,EC,A,N,1,4.0,4,c,FG,S,M,6.0,None (no degree completed),,YesValid,50.0,zero +4177,Low,Canada,M,14,E,DBAG,Y,7,3.0,3,C,SG,SE,M,200.0,Associates (2 years),Yes,YesExpired,37.0,zero +4178,Very High,USA,M,18,EC,DBAP,N,18,6.0,0,m,FG,S,M,5.0,None (no degree completed),,YesValid,40.0,four +4179,Very High,USA,M,20,E,DBAD,N,16,3.0,0,m,PB,SR,M,16.0,Bachelors (4 years),Yes,N,45.0,zero +4180,Mid,South-Africa,M,20,E,DT,N,14,2.0,2,C,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,80.0,one +4181,Very High,USA,M,5,E,DBAP,N,5,2.0,0,C,FG,SR,M,1.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4182,High,USA,M,15,E,DBAG,N,15,6.0,1,c,PB,S,M,6.0,Masters,No,YesExpired,40.0,five +4183,Very High,USA,M,20,E,DBAG,N,15,4.0,0,C,PB,S,F,15.0,Associates (2 years),Yes,YesValid,40.0,zero +4184,Very High,USA,M,13,IC,DBAP,N,6,2.0,5,C,PB,SE,M,200.0,Bachelors (4 years),No,YesValid,50.0,three +4185,High,USA,M,20,E,DBAD,Y,20,1.0,0,c,PB,S,M,9.0,Bachelors (4 years),No,N,40.0,three +4186,Low,Germany,M,15,IC,DT,N,5,2.0,0,m,PB,SR,M,5.0,Associates (2 years),,N,40.0,five +4187,Very Low,Finland,M,10,EC,DBAG,N,10,3.0,4,C,PB,SR,M,100.0,None (no degree completed),,YesExpired,40.0,three +4188,Low,UK,M,6,E,DT,Y,7,4.0,2,c,E,C,M,20.0,Bachelors (4 years),Yes,N,43.0,one +4189,Mid,USA,M,4,E,DBAG,N,1,2.0,1,m,PB,S,M,20.0,Bachelors (4 years),No,N,40.0,two +4190,Mid,USA,T,1,E,D,N,1,1.0,1,c,PB,S,M,2.0,Associates (2 years),Yes,N,45.0,one +4191,Mid,USA,M,4,E,DBAG,N,1,3.0,6,m,PB,SR,M,250.0,Bachelors (4 years),Yes,N,45.0,one +4192,Low,Canada,M,10,E,DBAP,N,10,3.0,1,m,PB,SE,M,57.0,Bachelors (4 years),Yes,N,40.0,zero +4193,Mid,USA,M,6,E,DBAG,N,21,2.0,0,c,LG,S,M,27.0,Bachelors (4 years),No,YesValid,40.0,zero +4194,Low,USA,M,2,E,DBAG,N,2,2.0,4,C,FG,S,M,50.0,Bachelors (4 years),Yes,N,40.0,zero +4195,High,USA,M,10,E,DBAG,N,8,2.0,0,c,PB,SR,M,10.0,Masters,Yes,N,50.0,zero +4196,Mid,USA,M,10,EC,DT,N,2,1.0,2,T,PB,SR,F,25.0,Masters,No,YesExpired,45.0,five +4197,High,USA,M,9,E,DBAG,N,2,2.0,1,m,PB,S,M,30.0,Associates (2 years),Yes,YesValid,40.0,one +4198,Very High,USA,M,23,E,DBAP,N,23,6.0,5,m,PB,,M,7500.0,None (no degree completed),No,N,50.0,one +4199,Very High,USA,M,20,E,A,Y,4,1.0,0,C,PB,S,M,938.0,Associates (2 years),No,YesExpired,43.0,zero +4200,Very High,USA,M,1,E,DBAP,N,1,1.0,1,m,PB,S,F,100.0,Masters,Yes,N,50.0,zero +4201,Very Low,Romania,M,12,E,DBAG,Y,10,4.0,0,t,PB,,F,20.0,Bachelors (4 years),No,YesExpired,50.0,zero +4202,Mid,USA,M,4,E,D,N,7,2.0,0,m,PB,S,M,10.0,Masters,Yes,YesExpired,40.0,zero +4203,Very Low,USA,M,2,E,DT,N,2,1.0,4,T,PB,C,F,3.0,None (no degree completed),,N,40.0,zero +4204,Very Low,Spain,M,3,E,DBAG,N,0,1.0,0,m,PB,S,M,20.0,None (no degree completed),,YesExpired,44.0,zero +4205,Very Low,South-Africa,M,10,E,D,N,2,1.0,2,m,PB,S,M,13.0,Bachelors (4 years),Yes,N,45.0,zero +4206,Very Low,Lithuania,M,3,E,DT,N,3,1.0,0,c,PB,SE,M,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4207,Very Low,UK,M,3,E,DBAG,N,1,1.0,2,m,NP,S,M,20.0,Bachelors (4 years),No,YesValid,40.0,one +4208,Low,USA,M,4,E,DA,N,4,2.0,4,m,PB,SR,M,3.0,None (no degree completed),,N,40.0,zero +4209,High,USA,M,3,E,M,Y,3,1.0,0,m,PB,C,M,5.0,Masters,No,N,50.0,zero +4210,Very Low,France,M,13,EC,DBAD,N,13,5.0,3,C,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,39.0,zero +4211,Very High,USA,M,14,E,DBAG,N,25,2.0,0,m,NP,S,M,8.0,Associates (2 years),Yes,YesExpired,40.0,two +4212,Mid,USA,M,9,E,DBAG,N,9,2.0,2,C,PB,,F,46.0,Bachelors (4 years),Yes,YesValid,44.0,zero +4213,Mid,USA,M,10,E,DBAP,N,25,3.0,1,T,SG,C,M,200.0,Associates (2 years),,YesExpired,50.0,zero +4214,High,USA,M,6,E,DBAG,Y,6,2.0,0,m,PB,SE,M,12.0,None (no degree completed),,N,40.0,zero +4215,Mid,USA,M,5,E,DBAP,N,20,1.0,0,m,LG,S,F,30.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4216,High,USA,M,12,E,DBAP,N,12,4.0,2,T,PB,S,F,29.0,Bachelors (4 years),Yes,N,40.0,two +4217,Very High,USA,M,15,E,DT,N,15,4.0,6,m,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4218,Low,USA,M,1,E,DBAD,Y,1,1.0,2,T,PB,SE,M,10.0,Associates (2 years),Yes,YesValid,55.0,zero +4219,Very Low,PuertoRico,M,5,E,AN,N,3,1.0,1,c,PB,SE,M,20.0,Bachelors (4 years),Yes,YesValid,50.0,zero +4220,Mid,USA,M,15,E,DBAG,Y,18,3.0,0,C,PB,S,M,5.0,Associates (2 years),No,YesValid,45.0,zero +4221,Very High,USA,M,21,E,D,N,13,6.0,5,C,PB,S,M,20.0,Bachelors (4 years),No,N,48.0,one +4222,High,USA,M,11,E,DBAG,N,11,4.0,0,c,PB,SR,M,24.0,Associates (2 years),Yes,N,45.0,zero +4223,Mid,USA,M,8,E,DBAG,N,8,2.0,0,C,PB,S,M,30.0,None (no degree completed),,YesValid,40.0,five +4224,High,USA,M,29,E,DBAP,N,20,2.0,0,m,PB,S,M,43.0,Masters,No,N,50.0,zero +4225,Mid,USA,M,4,E,DBAP,N,3,1.0,6,m,PB,,M,600.0,Bachelors (4 years),No,N,40.0,zero +4226,Mid,USA,M,5,E,AN,N,5,3.0,4,C,PB,C,M,5.0,Masters,No,YesValid,40.0,zero +4227,Mid,USA,M,6,EC,DBAP,Y,25,6.0,1,C,PB,,M,24.0,Associates (2 years),Yes,YesExpired,46.0,four +4228,Low,USA,O,1,E,AN,N,1,1.0,6,T,NP,S,M,4.0,Masters,Yes,YesValid,45.0,two +4229,Low,USA,M,4,E,AN,N,4,1.0,3,c,NP,S,M,4.0,Bachelors (4 years),No,N,40.0,one +4230,Low,USA,M,6,E,DBAP,N,2,2.0,3,c,PB,S,M,100.0,Bachelors (4 years),No,N,42.0,one +4231,High,USA,M,10,EC,DBAD,N,10,5.0,1,m,FG,SR,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4232,Low,UK,M,9,E,DBAP,N,9,3.0,0,c,PB,S,M,26.0,None (no degree completed),,YesValid,37.0,zero +4233,High,USA,M,7,E,DA,N,8,2.0,5,C,PB,SR,M,2.0,Associates (2 years),,YesValid,40.0,zero +4234,High,USA,M,11,E,DBAP,N,11,4.0,0,m,PB,,M,200.0,Bachelors (4 years),Yes,N,40.0,zero +4235,Mid,USA,M,10,E,DBAG,N,7,3.0,0,m,PB,S,M,8.0,Associates (2 years),Yes,YesExpired,40.0,zero +4236,High,USA,M,15,E,DBAG,N,15,3.0,1,m,PB,S,M,3.0,Doctorate/PhD,No,YesValid,40.0,zero +4237,High,USA,M,15,E,DT,N,1,4.0,2,C,PB,S,M,40.0,Masters,Yes,YesValid,50.0,five +4238,Very Low,Romania,M,6,E,DBAG,Y,6,2.0,6,c,PB,S,M,120.0,None (no degree completed),Yes,YesValid,45.0,zero +4239,Very High,USA,M,15,IC,DT,N,12,3.0,5,m,PB,S,M,5.0,Bachelors (4 years),No,YesValid,35.0,five +4240,Very High,USA,M,18,E,DBAG,Y,10,2.0,3,m,PB,SR,M,55.0,Bachelors (4 years),Yes,N,50.0,zero +4241,High,USA,M,11,E,DBAP,Y,8,5.0,1,C,PB,S,M,35.0,Bachelors (4 years),Yes,YesValid,50.0,zero +4242,Very High,USA,M,15,E,DBAP,N,7,6.0,0,C,PB,SR,M,12.0,None (no degree completed),,N,40.0,three +4243,High,Canada,M,15,E,DBAP,N,3,5.0,2,C,LG,SR,M,150.0,Masters,Yes,YesValid,37.0,zero +4244,Very Low,Slovakia,M,5,E,DT,Y,1,4.0,1,C,PB,S,M,8.0,Masters,No,YesValid,44.0,zero +4245,Low,UK,M,12,E,DBAP,N,9,4.0,6,C,PB,S,M,200.0,Masters,Yes,YesValid,40.0,zero +4246,Mid,USA,M,8,E,D,N,12,4.0,4,C,PB,S,NB,2.0,Bachelors (4 years),Yes,YesExpired,45.0,two +4247,Very High,Denmark,MA,20,IC,,Y,25,6.0,0,m,PB,S,M,20.0,Masters,Yes,N,40.0,five +4248,Very High,USA,M,20,IC,A,Y,10,2.0,0,m,PB,S,M,5.0,Masters,Yes,YesExpired,70.0,five +4249,Low,USA,M,7,E,DT,N,7,2.0,2,c,PB,S,F,3.0,Bachelors (4 years),Yes,N,40.0,zero +4250,Very High,USA,M,12,IC,D,N,2,1.0,1,C,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,five +4251,Mid,Switzerland,M,5,E,DBAP,N,5,2.0,4,T,PB,S,,200.0,Bachelors (4 years),,N,43.0,zero +4252,Very High,USA,M,18,IC,DBAP,Y,18,6.0,1,T,PB,S,M,100.0,Bachelors (4 years),No,YesExpired,40.0,five +4253,Very High,USA,M,15,IC,A,N,15,2.0,0,m,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,70.0,three +4254,Low,Canada,M,11,E,DBAG,N,2,3.0,1,C,PB,S,M,25.0,Bachelors (4 years),Yes,YesValid,37.0,zero +4255,Very Low,Ukraine,P,2,EC,E,N,15,6.0,5,m,PB,C,M,30.0,None (no degree completed),,YesValid,25.0,five +4256,Mid,USA,M,19,E,AN,N,13,1.0,3,C,LG,S,M,200.0,Bachelors (4 years),Yes,N,40.0,zero +4257,Low,New-Zealand,M,24,E,E,Y,27,3.0,6,c,PB,S,M,500.0,None (no degree completed),,YesExpired,38.0,one +4258,High,USA,M,10,E,AN,N,10,1.0,6,C,E,S,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +4259,Very Low,Romania,M,12,E,DT,N,10,4.0,4,T,PB,S,M,5.0,Bachelors (4 years),,YesExpired,40.0,zero +4260,Very High,USA,M,18,E,DBAG,Y,18,2.0,3,C,PB,,M,3500.0,Associates (2 years),Yes,YesExpired,45.0,zero +4261,Mid,UK,M,20,E,A,Y,10,2.0,2,C,PB,,M,10.0,Masters,Yes,YesValid,48.0,zero +4262,Mid,Netherlands,M,24,E,DBAP,Y,18,3.0,2,C,FG,S,M,150.0,Masters,Yes,YesExpired,42.0,zero +4263,Very High,Switzerland,M,25,E,DBAP,N,25,2.0,1,C,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,42.0,zero +4264,Very Low,UK,M,4,E,DBAP,N,4,3.0,4,C,PB,SE,M,2000.0,None (no degree completed),,N,40.0,five +4265,High,USA,M,23,E,A,N,14,2.0,2,C,PB,S,M,500.0,Bachelors (4 years),Yes,N,48.0,two +4266,High,USA,M,19,E,DBAG,N,19,3.0,1,C,PB,SR,F,20.0,Bachelors (4 years),No,YesValid,40.0,four +4267,Low,USA,M,5,E,DBAG,N,5,1.0,2,m,PB,SR,M,150.0,Bachelors (4 years),Yes,N,42.0,one +4268,High,USA,M,6,E,DT,N,5,2.0,6,T,PB,S,M,10.0,Bachelors (4 years),No,YesValid,40.0,five +4269,Very Low,UK,M,1,E,DBAG,N,1,1.0,1,m,PB,S,M,180.0,None (no degree completed),,N,40.0,zero +4270,Very High,USA,O,12,E,DBAG,N,3,2.0,0,T,PB,S,M,100.0,Bachelors (4 years),No,N,40.0,zero +4271,Mid,USA,M,17,E,DBAG,N,1,5.0,0,T,NP,SE,F,200.0,Associates (2 years),No,YesExpired,60.0,zero +4272,Very High,USA,M,11,E,DT,Y,1,2.0,3,C,PB,S,F,3.0,Bachelors (4 years),No,N,40.0,one +4273,Low,USA,M,10,E,DBAG,N,8,2.0,2,T,PB,S,M,120.0,Bachelors (4 years),Yes,YesValid,40.0,three +4274,Mid,USA,M,18,EC,DBAG,N,10,2.0,1,C,PB,C,M,32.0,None (no degree completed),,N,50.0,two +4275,Mid,USA,M,10,E,DBAP,N,10,3.0,6,m,PB,S,M,500.0,Bachelors (4 years),Yes,YesValid,40.0,one +4276,Mid,Canada,M,20,E,D,N,20,3.0,0,C,PB,S,M,3.0,Masters,Yes,YesValid,40.0,two +4277,Very High,USA,M,5,E,DBAG,N,5,1.0,2,C,NP,S,M,60.0,Bachelors (4 years),Yes,N,40.0,two +4278,Very High,Switzerland,M,32,IC,DBAG,Y,32,2.0,6,C,PB,S,M,1000.0,Masters,Yes,YesValid,70.0,three +4279,High,USA,M,13,E,DBAP,Y,13,4.0,6,C,PB,,F,100.0,Bachelors (4 years),Yes,N,45.0,five +4280,Very High,USA,M,16,IC,DA,N,30,4.0,0,c,PB,S,M,2.0,Bachelors (4 years),Yes,N,45.0,five +4281,High,USA,M,20,E,DBAG,N,20,2.0,0,m,PB,S,M,125.0,Masters,No,YesValid,50.0,zero +4282,Very High,USA,M,20,E,DBAP,N,6,2.0,5,C,PB,C,M,150.0,Associates (2 years),Yes,YesValid,40.0,two +4283,Very Low,Ukraine,M,5,E,DBAG,N,3,2.0,1,C,PB,S,M,85.0,Bachelors (4 years),No,N,45.0,zero +4284,Mid,USA,M,16,E,DBAP,N,16,3.0,0,T,PB,S,F,6.0,Bachelors (4 years),No,YesExpired,50.0,five +4285,Very High,USA,M,18,E,DBAG,Y,17,3.0,0,m,PB,SR,F,15.0,Bachelors (4 years),Yes,N,45.0,one +4286,Mid,USA,M,5,E,DBAG,N,10,3.0,6,t,PB,S,F,40.0,Masters,Yes,N,45.0,zero +4287,Low,USA,P,4,E,E,Y,3,2.0,0,C,PB,S,M,7.0,Bachelors (4 years),Yes,N,55.0,zero +4288,Low,Canada,M,10,E,DBAD,N,7,1.0,3,c,PB,S,M,150.0,Associates (2 years),Yes,N,40.0,zero +4289,Mid,USA,M,11,E,DA,Y,7,2.0,0,T,NP,S,M,31.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4290,Mid,USA,M,10,E,DBAG,N,10,2.0,0,C,PB,SE,M,20.0,Bachelors (4 years),No,N,36.0,zero +4291,Low,USA,M,11,E,DBAG,N,11,1.0,0,c,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +4292,Mid,USA,M,6,E,E,N,6,3.0,5,C,PB,S,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4293,Very High,Australia,M,18,IC,DBAP,N,1,1.0,1,C,FG,S,M,70.0,Associates (2 years),,YesExpired,40.0,zero +4294,Mid,Austria,M,21,E,M,Y,18,2.0,0,T,PB,C,M,7.0,Masters,Yes,YesValid,55.0,one +4295,Very High,USA,M,16,E,A,Y,22,6.0,0,m,PB,SE,M,9.0,Masters,Yes,N,50.0,one +4296,Mid,USA,M,4,E,DA,N,5,3.0,6,T,PB,S,M,3.0,Masters,Yes,N,42.0,five +4297,Mid,Germany,M,14,E,DA,N,12,1.0,1,m,PB,S,M,10.0,None (no degree completed),,N,40.0,zero +4298,Mid,USA,M,16,E,M,Y,1,5.0,0,C,SG,S,M,15.0,Bachelors (4 years),Yes,N,55.0,one +4299,Low,Canada,M,1,E,DBAP,N,5,3.0,0,C,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,three +4300,Very Low,Latvia,M,1,E,DBAD,N,1,1.0,1,C,PB,S,M,6.0,Bachelors (4 years),,N,40.0,zero +4301,Low,Germany,M,12,E,DBAD,N,5,1.0,1,c,PB,SR,M,3.0,None (no degree completed),No,YesExpired,40.0,zero +4302,Very Low,UK,M,5,E,DBAG,N,5,4.0,1,c,PB,S,M,23.0,None (no degree completed),,YesValid,37.0,two +4303,High,USA,M,10,E,A,Y,10,3.0,0,m,PB,S,M,6.0,Associates (2 years),Yes,YesExpired,50.0,one +4304,Low,UK,M,13,E,DBAP,N,13,6.0,1,c,NP,S,M,75.0,Bachelors (4 years),Yes,YesValid,35.0,one +4305,Low,USA,M,5,E,DBAD,N,5,1.0,1,C,PB,S,M,10.0,Associates (2 years),Yes,YesValid,40.0,zero +4306,Very High,USA,M,16,E,DBAD,N,15,3.0,4,C,PB,SE,M,70.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4307,High,USA,M,5,E,DBAG,Y,7,3.0,0,C,PB,SR,M,15.0,None (no degree completed),,YesValid,45.0,one +4308,Very High,UK,M,10,E,E,N,5,3.0,1,m,PB,SE,F,1500.0,Bachelors (4 years),No,N,40.0,one +4309,Low,Netherlands,M,15,E,DBAG,Y,3,3.0,2,C,PB,C,M,55.0,Associates (2 years),No,N,40.0,two +4310,High,USA,M,15,IC,DBAG,N,4,4.0,4,C,PB,,M,12.0,Bachelors (4 years),No,N,35.0,three +4311,Mid,USA,M,15,E,DBAG,Y,17,1.0,2,c,SG,SE,M,1000.0,Bachelors (4 years),No,N,40.0,two +4312,Low,Jersey,M,6,E,DBAG,N,2,1.0,0,T,PB,S,M,30.0,Bachelors (4 years),No,YesValid,38.0,zero +4313,Very High,USA,M,19,E,E,N,13,2.0,3,m,PB,SE,M,1000.0,None (no degree completed),,YesValid,40.0,one +4314,High,USA,M,15,E,DBAG,N,20,3.0,2,T,PB,S,F,350.0,Bachelors (4 years),Yes,YesExpired,42.0,five +4315,High,USA,M,12,E,M,Y,1,1.0,0,c,E,S,M,50.0,Bachelors (4 years),Yes,N,40.0,five +4316,Very High,USA,M,20,E,M,Y,8,3.0,0,m,PB,C,M,40.0,Associates (2 years),No,N,50.0,zero +4317,Mid,Canada,M,20,E,DBAP,N,15,3.0,1,C,SG,S,M,45.0,Associates (2 years),Yes,N,36.0,zero +4318,Very High,USA,M,10,E,DBAP,N,7,2.0,2,m,PB,S,M,192.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4319,Very High,USA,M,11,E,E,N,11,2.0,0,T,PB,S,M,8.0,Associates (2 years),Yes,N,24.0,two +4320,Mid,USA,M,20,E,DBAP,N,0,3.0,1,C,PB,S,M,200.0,None (no degree completed),,YesExpired,40.0,zero +4321,Very High,USA,M,13,E,DBAP,N,13,6.0,0,m,PB,S,M,1800.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4322,High,USA,M,15,E,DBAG,N,15,2.0,1,C,LG,S,F,15.0,Masters,Yes,YesValid,40.0,zero +4323,Mid,USA,M,4,E,DBAP,N,4,2.0,2,c,PB,SR,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +4324,Mid,USA,M,12,E,DBAP,N,7,2.0,3,T,PB,S,M,75.0,Bachelors (4 years),No,YesExpired,45.0,zero +4325,Mid,USA,M,12,E,DT,N,12,3.0,2,m,NP,C,F,20.0,Associates (2 years),No,YesExpired,40.0,five +4326,Low,New-Zealand,M,8,E,DBAG,N,6,3.0,0,C,PB,C,M,8.0,None (no degree completed),,N,50.0,one +4327,Low,Australia,M,14,E,A,N,2,5.0,6,m,PB,SE,M,4000.0,Masters,Yes,YesValid,40.0,five +4328,Mid,Australia,M,4,IC,E,N,1,1.0,1,m,PB,C,M,2.0,Bachelors (4 years),No,N,30.0,two +4329,Very Low,Poland,M,8,E,DBAG,N,8,2.0,6,C,PB,SE,M,1200.0,Masters,Yes,YesValid,48.0,one +4330,Low,Sweden,M,13,E,DBAG,N,13,4.0,0,m,PB,,M,8.0,Masters,No,N,40.0,zero +4331,Very Low,CzechRepublic,M,13,E,DBAG,N,13,3.0,6,m,PB,S,M,5000.0,Bachelors (4 years),Yes,N,45.0,two +4332,Mid,Germany,M,15,E,DBAG,Y,12,6.0,1,m,PB,,M,36.0,Masters,Yes,YesExpired,45.0,zero +4333,Low,UK,M,3,E,DBAP,N,2,2.0,4,m,PB,SR,M,100.0,None (no degree completed),,N,37.0,zero +4334,Mid,Netherlands,M,13,P,DBAP,N,12,5.0,1,C,PB,S,F,10.0,Bachelors (4 years),Yes,YesExpired,32.0,zero +4335,Low,Germany,M,7,E,DBAG,N,10,2.0,2,m,PB,S,M,8.0,Masters,Yes,YesExpired,40.0,zero +4336,High,USA,M,15,E,DBAG,N,15,4.0,3,c,PB,SR,M,25.0,Bachelors (4 years),Yes,N,45.0,zero +4337,Very High,USA,M,16,E,DBAG,N,6,2.0,0,m,PB,S,M,20.0,Bachelors (4 years),No,N,45.0,one +4338,High,USA,M,8,E,DBAP,N,9,6.0,3,C,PB,S,M,185.0,Bachelors (4 years),Yes,N,43.0,one +4339,High,USA,M,9,E,DBAP,N,8,3.0,0,c,PB,SR,M,67.0,Bachelors (4 years),No,YesExpired,45.0,one +4340,Low,UK,M,10,E,A,N,7,1.0,1,m,PB,S,M,125.0,Bachelors (4 years),Yes,YesValid,45.0,two +4341,Very High,USA,M,20,EC,DBAD,N,20,6.0,3,c,PB,S,M,500.0,Bachelors (4 years),No,YesExpired,45.0,five +4342,Very Low,USA,M,5,E,AN,N,5,1.0,1,c,PB,S,M,1.0,Associates (2 years),Yes,N,40.0,zero +4343,Very Low,Hungary,M,3,E,DBAG,N,3,2.0,6,T,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,40.0,two +4344,Very Low,Hungary,M,3,E,DBAG,N,3,2.0,6,T,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,40.0,two +4345,Very Low,Portugal,M,10,EC,DA,Y,19,1.0,1,C,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4346,Very High,USA,M,20,EC,DBAG,N,17,2.0,5,c,PB,,F,100.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +4347,Mid,Canada,M,19,E,A,N,19,1.0,0,C,PB,,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +4348,High,USA,M,15,E,DBAG,N,1,,0,,PB,S,M,28.0,Associates (2 years),No,YesValid,40.0,zero +4349,Mid,Australia,M,10,EC,DBAG,N,1,,0,,SG,,M,80.0,Masters,Yes,N,37.0,zero +4350,Very Low,Spain,M,10,EC,DBAG,N,12,,6,,PB,S,M,100.0,Masters,Yes,YesValid,50.0,three +4351,Very Low,USA,M,5,E,DBAG,N,3,,0,,PB,S,M,4.0,None (no degree completed),,YesValid,45.0,zero +4352,Very High,USA,M,20,E,A,N,5,,6,,PB,SE,M,0.0,Bachelors (4 years),No,YesValid,40.0,three +4353,High,USA,M,20,E,DBAG,N,20,,1,,PB,S,M,96.0,Bachelors (4 years),No,YesValid,45.0,zero +4354,Mid,USA,M,15,E,DBAG,N,6,,1,,E,S,M,30.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4355,High,USA,M,6,E,DBAG,N,2,,3,,PB,C,M,500.0,Bachelors (4 years),Yes,YesValid,45.0,three +4356,High,USA,M,18,EC,DBAD,N,15,,0,,FG,S,M,120.0,Bachelors (4 years),No,N,50.0,five +4357,High,USA,M,15,E,DBAG,N,20,,1,,NP,S,M,200.0,None (no degree completed),,YesExpired,45.0,two +4358,Low,USA,M,10,E,D,Y,5,,1,,PB,SE,M,10.0,None (no degree completed),,N,45.0,five +4359,Mid,USA,M,12,E,E,N,1,,2,,PB,S,M,200.0,Associates (2 years),Yes,YesValid,45.0,zero +4360,Very Low,UK,M,4,E,DBAP,N,4,,0,,PB,SR,M,80.0,None (no degree completed),No,YesValid,40.0,one +4361,Low,Canada,M,12,E,DBAG,N,9,,0,,SG,S,M,29.0,None (no degree completed),,YesValid,38.0,zero +4362,Very High,USA,M,12,E,DBAD,N,12,,1,,PB,S,M,40.0,Bachelors (4 years),No,YesExpired,50.0,zero +4363,Low,USA,M,7,E,E,N,3,,6,,PB,C,M,140.0,Bachelors (4 years),No,N,40.0,two +4364,Very Low,USA,M,1,E,AN,N,1,,1,,PB,S,F,1.0,Masters,No,N,40.0,five +4365,Mid,Canada,M,18,E,DA,N,18,,0,,PB,,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +4366,Very High,USA,M,15,E,E,N,17,,1,,PB,S,M,324.0,None (no degree completed),,YesValid,50.0,zero +4367,High,USA,M,15,EC,DA,Y,5,,0,,FG,SE,M,3.0,None (no degree completed),,N,50.0,zero +4368,Very Low,Romania,M,6,E,DBAD,N,6,,0,,PB,S,M,10.0,Masters,No,YesExpired,45.0,zero +4369,Very High,USA,M,12,E,M,Y,3,,6,,PB,SE,M,1200.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4370,High,USA,M,16,E,DT,N,3,,6,,PB,S,M,35.0,Masters,Yes,YesValid,40.0,five +4371,Very Low,Brazil,M,7,E,DBAG,N,1,,1,,PB,SR,M,48.0,Associates (2 years),No,YesValid,40.0,one +4372,Very Low,Brazil,M,5,E,DBAG,N,4,,2,,PB,S,M,120.0,Bachelors (4 years),Yes,YesValid,50.0,zero +4373,Very Low,USA,M,12,E,DT,N,13,,4,,PB,S,M,100.0,Associates (2 years),No,N,48.0,zero +4374,Low,Canada,M,9,E,DBAP,N,9,,3,,PB,SE,M,65.0,Associates (2 years),No,N,45.0,one +4375,Mid,USA,M,10,E,DBAD,N,1,,1,,PB,S,M,200.0,Masters,Yes,N,40.0,zero +4376,Very Low,Croatia,M,3,E,DBAG,Y,3,,0,,FG,SR,M,120.0,Masters,Yes,YesValid,60.0,five +4377,Very High,USA,M,7,E,M,Y,5,,0,,PB,S,M,500.0,Bachelors (4 years),No,YesExpired,45.0,one +4378,Mid,USA,M,8,E,DA,N,2,,5,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +4379,Very Low,UK,M,7,E,DBAG,N,2,,0,,PB,SR,M,4.0,None (no degree completed),,N,40.0,zero +4380,High,USA,M,15,E,DBAP,N,5,,2,,PB,S,M,249.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4381,Mid,USA,M,12,E,DBAG,N,9,,0,,PB,S,M,11.0,None (no degree completed),,N,40.0,zero +4382,Low,USA,M,2,E,DBAG,N,2,,4,,PB,S,M,509.0,Bachelors (4 years),Yes,N,40.0,one +4383,Low,USA,M,17,E,DBAP,N,1,,1,,PB,S,M,160.0,Bachelors (4 years),No,YesValid,40.0,two +4384,High,USA,M,15,E,DBAG,N,7,,4,,PB,SR,M,28.0,Bachelors (4 years),Yes,N,40.0,zero +4385,Very Low,UK,M,17,E,DBAG,N,25,,1,,FG,S,F,60.0,None (no degree completed),,YesExpired,36.0,zero +4386,Mid,USA,M,9,E,DT,N,9,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,five +4387,Low,USA,M,3,E,DBAG,N,3,,2,,PB,S,M,12.0,Bachelors (4 years),No,N,40.0,one +4388,Very High,USA,M,13,E,M,N,1,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,50.0,zero +4389,Low,UK,M,10,E,DBAP,Y,7,,3,,PB,S,M,57.0,Bachelors (4 years),No,YesExpired,38.0,zero +4390,High,USA,M,12,E,DBAP,N,4,,2,,PB,S,M,189.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4391,Mid,USA,M,11,E,DBAP,Y,3,,3,,E,S,M,35.0,Bachelors (4 years),Yes,N,40.0,five +4392,High,USA,M,17,E,DBAG,N,39,,1,,NP,SE,M,20.0,None (no degree completed),,N,40.0,two +4393,Low,Sweden,M,10,E,DBAP,N,10,,5,,PB,SR,M,500.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4394,Low,Sweden,M,10,E,DBAP,N,10,,5,,PB,SR,M,500.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4395,Very High,USA,,10,EC,M,Y,5,,4,,PB,SE,F,4.0,Masters,No,N,50.0,five +4396,Low,Belgium,M,15,E,DBAP,N,5,,1,,PB,SR,M,60.0,Bachelors (4 years),Yes,YesValid,38.0,two +4397,High,UK,M,18,IC,D,N,20,,0,,PB,SR,M,12.0,Bachelors (4 years),No,YesValid,38.0,three +4398,Very Low,UK,M,2,E,DBAG,N,2,,1,,PB,SR,M,25.0,Masters,Yes,N,45.0,zero +4399,Very High,USA,M,9,E,DBAG,N,4,,3,,PB,SE,M,50.0,Bachelors (4 years),Yes,YesValid,40.0,five +4400,Very Low,Italy,M,9,EC,DBAP,Y,5,,1,,PB,SE,M,140.0,None (no degree completed),,N,50.0,zero +4401,High,USA,M,15,E,DT,N,16,,0,,PB,C,M,3.0,None (no degree completed),,N,40.0,five +4402,Very Low,Romania,M,11,E,DT,N,1,,1,,PB,C,M,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4403,Mid,USA,M,18,E,,N,4,,0,,SG,S,M,2.0,Bachelors (4 years),No,YesExpired,40.0,zero +4404,Mid,USA,M,5,E,D,N,3,,0,,NP,,M,100.0,Masters,No,YesValid,40.0,zero +4405,Very High,USA,M,14,EC,DBAG,N,2,,1,,FG,S,M,40.0,Bachelors (4 years),No,N,40.0,zero +4406,Very Low,UK,M,2,E,AN,N,2,,2,,PB,C,M,12.0,None (no degree completed),,N,37.0,zero +4407,High,USA,M,10,E,DBAP,N,6,,1,,NP,S,F,225.0,Bachelors (4 years),Yes,YesValid,40.0,two +4408,Low,USA,M,3,E,DBAG,N,3,,5,,PB,SR,M,43.0,Associates (2 years),Yes,N,40.0,one +4409,Low,USA,M,2,E,DBAG,N,2,,6,,PB,,,175.0,None (no degree completed),,N,50.0,two +4410,Low,USA,M,6,E,DBAG,N,6,,2,,FG,S,M,30.0,None (no degree completed),,YesValid,45.0,five +4411,Low,USA,M,3,E,DBAG,N,3,,3,,PB,SR,M,150.0,Bachelors (4 years),Yes,YesExpired,50.0,one +4412,High,UK,M,15,IC,DBAG,N,1,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,37.0,five +4413,Very Low,Netherlands,A,3,E,D,N,3,,4,,PB,SE,M,3.0,Masters,Yes,YesValid,42.0,zero +4414,Very High,USA,M,15,E,DBAG,Y,10,,0,,PB,SR,M,100.0,Bachelors (4 years),Yes,N,50.0,zero +4415,Very High,USA,M,18,E,DT,N,2,,1,,PB,S,M,8.0,Masters,Yes,YesValid,40.0,two +4416,High,USA,M,17,E,DBAD,N,3,,0,,NP,S,M,5.0,Masters,No,YesValid,45.0,one +4417,Very High,USA,M,15,E,DT,N,1,,6,,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4418,High,USA,M,12,E,DBAG,Y,2,,1,,PB,C,M,5.0,Bachelors (4 years),No,N,45.0,four +4419,Low,Denmark,M,10,E,A,N,10,,4,,PB,S,M,50.0,Associates (2 years),,YesExpired,37.0,zero +4420,Very High,USA,M,4,E,D,Y,4,,1,,NP,S,M,3.0,Masters,No,N,35.0,one +4421,High,USA,O,4,EC,DA,N,4,,2,,PB,SE,M,5.0,Bachelors (4 years),Yes,N,45.0,zero +4422,Very Low,USA,M,0,E,DBAP,N,0,,0,,PB,S,F,100.0,Bachelors (4 years),No,N,40.0,zero +4423,Very High,USA,M,12,E,DBAP,N,5,,4,,PB,,M,350.0,Bachelors (4 years),No,N,45.0,one +4424,Very Low,Poland,M,15,E,D,N,10,,2,,PB,S,M,5.0,Associates (2 years),No,YesExpired,40.0,zero +4425,Mid,USA,M,14,E,DT,N,10,,6,,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,41.0,two +4426,Mid,USA,M,17,E,DBAG,N,1,,1,,SG,C,M,35.0,Masters,Yes,YesValid,40.0,five +4427,Very Low,USA,M,3,E,E,Y,3,,1,,PB,SE,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4428,Mid,USA,M,8,E,DBAG,N,8,,0,,PB,S,M,60.0,Masters,Yes,YesValid,45.0,zero +4429,Low,Belgium,M,8,E,M,Y,5,,2,,PB,S,M,40.0,Bachelors (4 years),Yes,YesValid,45.0,one +4430,Low,Germany,M,6,E,A,Y,5,,2,,PB,,M,4.0,Masters,Yes,YesExpired,45.0,three +4431,Very Low,Canada,M,4,E,DBAP,N,4,,0,,PB,S,F,52.0,Bachelors (4 years),No,N,40.0,zero +4432,Very High,USA,M,10,IC,DBAP,N,6,,5,,PB,SE,M,50.0,Bachelors (4 years),No,YesValid,40.0,two +4433,Low,Australia,M,13,E,D,Y,5,,0,,PB,S,M,10.0,Masters,No,N,40.0,three +4434,Very Low,Russia,M,10,E,A,Y,15,,3,,PB,S,M,5.0,Doctorate/PhD,Yes,N,40.0,zero +4435,Very Low,Russia,O,5,E,DBAP,N,8,,4,,PB,SR,M,1000.0,Masters,Yes,N,40.0,zero +4436,Very Low,Russia,M,2,E,DT,N,1,,3,,PB,S,M,15.0,Masters,,YesValid,40.0,zero +4437,Low,USA,M,11,P,DT,N,8,,4,,PB,S,M,3.0,Bachelors (4 years),No,YesValid,15.0,five +4438,Very Low,Russia,M,10,E,DA,N,2,,0,,PB,S,M,3.0,Masters,Yes,YesExpired,50.0,five +4439,Low,Canada,M,10,E,DBAG,N,2,,2,,SG,SE,M,313.0,Associates (2 years),Yes,YesValid,40.0,zero +4440,High,USA,M,20,E,M,Y,6,,4,,NP,S,M,14.0,Associates (2 years),Yes,YesExpired,40.0,zero +4441,Low,USA,M,8,E,DBAG,N,7,,5,,PB,,M,200.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4442,Mid,USA,M,10,E,DBAP,N,1,,0,,PB,C,M,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4443,Mid,USA,M,15,E,DBAG,N,1,,1,,PB,,M,3.0,Bachelors (4 years),Yes,N,45.0,zero +4444,Very High,USA,M,17,E,DBAD,Y,4,,0,,PB,S,F,40.0,Bachelors (4 years),No,YesValid,50.0,one +4445,Low,Netherlands,M,10,E,DBAP,N,3,,2,,PB,S,F,40.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4446,High,USA,M,22,E,DT,N,6,,4,,PB,S,M,3.0,None (no degree completed),,N,40.0,one +4447,Mid,USA,M,12,E,DBAG,N,7,,2,,PB,SE,M,125.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4448,Low,USA,M,5,E,DBAG,N,3,,0,,PB,SE,M,54.0,Bachelors (4 years),Yes,N,37.0,zero +4449,Very High,USA,M,6,E,DT,N,2,,1,,PB,SE,F,2.0,Bachelors (4 years),No,YesValid,40.0,zero +4450,High,USA,M,7,E,E,N,1,,6,,PB,S,M,10.0,Bachelors (4 years),No,YesValid,40.0,zero +4451,High,USA,M,15,E,D,N,4,,0,,PB,S,M,8.0,Masters,Yes,N,40.0,zero +4452,Low,USA,M,2,IC,DBAP,N,1,,3,,PB,S,M,146.0,Masters,Yes,YesExpired,40.0,zero +4453,Very Low,Syria,M,3,E,,Y,3,,0,,PB,,M,150.0,Associates (2 years),Yes,N,54.0,zero +4454,High,USA,M,17,E,A,N,2,,4,,PB,SE,F,10.0,Bachelors (4 years),No,N,40.0,zero +4455,High,Denmark,M,12,EC,D,N,12,,3,,SG,S,M,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4456,High,USA,M,10,E,DBAP,N,4,,1,,PB,S,F,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4457,Very High,USA,M,17,EC,A,N,1,,6,,PB,,M,50.0,Masters,Yes,N,40.0,five +4458,Mid,USA,M,20,E,DBAG,N,18,,0,,PB,S,M,30.0,Associates (2 years),Yes,YesValid,40.0,zero +4459,High,USA,M,15,E,DA,Y,18,,0,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,40.0,five +4460,Very High,USA,M,10,E,DT,N,10,,5,,PB,SE,M,100.0,None (no degree completed),,N,40.0,one +4461,Low,UK,M,14,E,DBAG,N,2,,0,,PB,SR,M,30.0,Bachelors (4 years),No,YesValid,45.0,zero +4462,Mid,Australia,M,20,E,DBAG,N,10,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4463,Low,USA,M,6,E,DBAP,N,6,,2,,PB,S,M,300.0,Bachelors (4 years),Yes,N,42.0,zero +4464,High,USA,M,6,E,DBAG,N,6,,0,,PB,S,M,78.0,Associates (2 years),Yes,N,50.0,three +4465,Low,USA,M,4,E,AN,N,4,,0,,PB,C,M,1.0,Bachelors (4 years),Yes,N,40.0,one +4466,Very High,USA,M,10,EC,A,N,5,,0,,PB,C,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,four +4467,Mid,Australia,M,15,E,DA,N,6,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +4468,Very High,USA,M,13,E,,Y,4,,0,,PB,C,M,40.0,Masters,Yes,YesExpired,50.0,five +4469,Very Low,India,M,12,E,DBAD,Y,1,,0,,PB,SE,M,3.0,Masters,Yes,YesValid,45.0,zero +4470,Mid,USA,M,16,E,DBAP,N,4,,1,,NP,S,M,125.0,Associates (2 years),Yes,YesValid,40.0,zero +4471,High,USA,M,7,E,DBAG,N,1,,6,,PB,S,M,12.0,None (no degree completed),,N,45.0,five +4472,High,USA,M,10,E,DT,N,1,,0,,PB,SE,M,2.0,None (no degree completed),,N,30.0,zero +4473,High,USA,M,10,E,DBAG,N,5,,1,,SG,S,M,16.0,Bachelors (4 years),No,N,40.0,one +4474,Very High,USA,M,13,E,DBAD,N,13,,0,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,zero +4475,Low,USA,M,3,E,DBAG,N,3,,2,,E,S,F,20.0,Bachelors (4 years),Yes,N,40.0,two +4476,Low,USA,M,6,E,DBAG,N,1,,1,,PB,SE,M,6.0,Bachelors (4 years),Yes,N,50.0,zero +4477,Very Low,South-Africa,M,17,EC,D,N,8,,6,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4478,Mid,HK,M,10,E,DBAG,Y,3,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4479,Mid,USA,M,3,E,DBAG,N,3,,1,,NP,C,M,62.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4480,High,UAE,M,7,E,DBAD,N,2,,2,,PB,C,M,3.0,Bachelors (4 years),Yes,N,45.0,zero +4481,Very High,Switzerland,M,10,E,DBAD,Y,11,,0,,PB,S,M,8.0,Masters,Yes,N,42.0,zero +4482,Very High,USA,M,10,E,DBAG,N,2,,1,,PB,S,M,15.0,Bachelors (4 years),Yes,N,45.0,four +4483,High,USA,M,11,E,DBAP,N,5,,1,,PB,S,M,130.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4484,Very Low,Poland,M,10,E,D,N,10,,0,,PB,S,M,10.0,Masters,Yes,YesValid,40.0,zero +4485,High,Ireland,M,12,E,M,Y,3,,0,,PB,SR,M,200.0,Bachelors (4 years),Yes,N,70.0,zero +4486,Low,Sweden,M,13,E,D,N,1,,2,,FG,S,M,4.0,Masters,Yes,N,40.0,zero +4487,Low,Australia,M,9,EC,DBAP,N,6,,4,,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4488,Mid,Australia,M,3,E,DBAG,Y,5,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4489,Mid,Germany,M,15,E,E,N,1,,2,,PB,S,M,15.0,Bachelors (4 years),Yes,N,40.0,two +4490,Very Low,Russia,M,17,E,DT,N,12,,0,,PB,S,M,4.0,Masters,No,N,40.0,zero +4491,High,South-Africa,M,17,E,DBAG,N,18,,2,,PB,S,M,4.0,None (no degree completed),No,YesExpired,40.0,zero +4492,Mid,Switzerland,M,3,E,DBAP,N,3,,1,,PB,SE,M,13.0,Bachelors (4 years),No,N,42.0,zero +4493,Very Low,France,M,12,EC,DBAG,N,7,,4,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4494,Very Low,Romania,M,10,E,DT,N,4,,5,,PB,S,M,300.0,Bachelors (4 years),No,N,50.0,zero +4495,Very Low,UK,M,3,E,DBAD,N,4,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +4496,Very Low,Germany,M,2,E,DBAP,N,2,,0,,PB,S,M,200.0,Associates (2 years),Yes,N,40.0,zero +4497,Very Low,Brazil,M,9,E,DBAG,N,9,,0,,PB,SR,M,30.0,Bachelors (4 years),Yes,YesValid,90.0,zero +4498,Low,UK,M,9,E,DBAD,N,2,,1,,PB,S,M,2000.0,None (no degree completed),,N,38.0,one +4499,Very Low,Sweden,M,2,E,DBAP,N,10,,0,,LG,SE,M,20.0,Associates (2 years),,N,40.0,zero +4500,Very Low,Spain,M,15,EC,DBAP,N,10,,1,,PB,,M,300.0,Associates (2 years),Yes,YesExpired,42.0,zero +4501,Mid,Canada,M,10,E,DBAP,Y,10,,1,,FG,C,M,8.0,Bachelors (4 years),No,N,37.0,two +4502,Mid,South-Africa,M,18,E,DT,N,8,,1,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,45.0,zero +4503,High,Switzerland,M,6,E,DBAP,N,3,,2,,PB,C,M,40.0,Masters,Yes,YesExpired,40.0,one +4504,Very Low,Russia,M,6,E,A,Y,6,,0,,PB,S,M,3.0,Masters,No,N,45.0,zero +4505,Very Low,Russia,M,3,E,DT,N,1,,0,,PB,SE,M,10.0,Masters,Yes,N,40.0,zero +4506,Low,Australia,M,4,E,DA,N,3,,0,,PB,S,M,2.0,None (no degree completed),,YesValid,40.0,zero +4507,Low,USA,M,6,E,DBAG,N,6,,6,,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,45.0,zero +4508,Very Low,Russia,M,2,E,DA,N,0,,1,,FG,S,M,1.0,Masters,Yes,N,38.0,zero +4509,Very Low,UK,M,1,E,DBAP,N,1,,1,,FG,S,M,250.0,None (no degree completed),,YesValid,40.0,zero +4510,Very Low,Netherlands,M,5,E,DT,N,5,,0,,PB,SE,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +4511,Low,Canada,M,20,E,DBAP,N,1,,0,,PB,S,M,400.0,Bachelors (4 years),Yes,YesValid,42.0,one +4512,Very High,USA,M,30,E,A,N,30,,0,,PB,S,M,4.0,None (no degree completed),,N,45.0,five +4513,Low,USA,M,3,E,DBAG,N,3,,1,,PB,SR,M,200.0,Bachelors (4 years),Yes,N,55.0,one +4514,Mid,USA,M,20,E,DBAG,N,13,,0,,PB,SR,M,15.0,Masters,Yes,YesExpired,40.0,one +4515,Very Low,Jersey,M,5,E,DBAP,N,2,,0,,PB,S,M,25.0,Bachelors (4 years),No,YesValid,38.0,two +4516,Low,USA,M,6,E,DBAG,N,4,,6,,FG,S,M,300.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4517,Low,USA,M,2,E,DBAG,N,2,,0,,E,C,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4518,High,USA,M,11,E,E,N,1,,3,,NP,S,M,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4519,Very Low,Russia,M,3,E,DT,N,0,,1,,PB,SR,M,1.0,Masters,Yes,N,45.0,two +4520,High,USA,M,6,E,DBAG,Y,3,,2,,PB,SE,M,50.0,None (no degree completed),,N,50.0,two +4521,High,USA,M,15,E,DBAG,Y,6,,0,,LG,S,M,60.0,Bachelors (4 years),Yes,N,40.0,zero +4522,Mid,Canada,M,9,E,DBAG,N,4,,0,,PB,S,M,70.0,Bachelors (4 years),Yes,N,40.0,zero +4523,High,USA,M,6,E,DBAD,N,1,,0,,PB,S,M,3.0,Masters,Yes,N,40.0,zero +4524,Very Low,USA,M,0,E,DBAD,N,0,,1,,PB,S,M,16.0,Bachelors (4 years),Yes,N,42.0,zero +4525,Low,Austria,M,7,E,DBAP,N,7,,3,,PB,S,M,350.0,None (no degree completed),,N,41.0,zero +4526,Mid,USA,M,24,E,DBAG,N,24,,0,,LG,S,M,5.0,Bachelors (4 years),No,YesExpired,40.0,one +4527,High,USA,M,8,E,DBAD,N,2,,3,,PB,S,M,6.0,Masters,No,N,40.0,zero +4528,High,USA,M,19,E,DBAD,N,4,,0,,PB,S,M,5.0,Bachelors (4 years),No,N,40.0,three +4529,Low,USA,M,18,E,DBAP,N,17,,0,,LG,,,38.0,Bachelors (4 years),No,N,50.0,zero +4530,Low,Canada,M,4,E,DBAP,N,6,,1,,PB,,M,5.0,Bachelors (4 years),Yes,N,37.0,zero +4531,High,USA,M,25,E,DBAG,Y,3,,0,,PB,S,M,100.0,Associates (2 years),Yes,YesExpired,45.0,one +4532,Mid,USA,M,15,E,M,Y,20,,1,,PB,S,M,3.0,None (no degree completed),,N,60.0,one +4533,High,USA,M,7,E,DBAG,Y,7,,0,,PB,SR,M,5.0,Masters,No,N,40.0,five +4534,Low,USA,M,5,E,DBAG,N,11,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,N,50.0,zero +4535,Very High,USA,M,20,E,DBAG,Y,10,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,45.0,five +4536,High,USA,M,15,E,DBAG,Y,2,,2,,PB,S,M,120.0,None (no degree completed),,YesExpired,50.0,one +4537,High,USA,M,22,E,DBAP,N,4,,0,,PB,S,M,52.0,Bachelors (4 years),No,YesExpired,44.0,one +4538,Low,UK,M,10,E,DBAP,N,1,,0,,PB,S,M,65.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4539,Very High,USA,M,25,E,DBAP,N,37,,4,,PB,S,M,100.0,Masters,Yes,YesExpired,45.0,five +4540,Very High,USA,M,15,E,DBAP,N,10,,6,,PB,SR,M,1500.0,Masters,Yes,YesValid,40.0,four +4541,Very High,USA,M,20,E,DBAP,N,15,,0,,PB,C,M,7.0,Bachelors (4 years),Yes,N,40.0,zero +4542,Low,USA,M,13,E,AN,N,13,,1,,PB,S,M,7.0,Masters,Yes,N,30.0,five +4543,Mid,USA,M,3,E,DBAG,N,3,,1,,LG,S,M,9.0,Masters,Yes,YesValid,42.0,three +4544,High,USA,M,20,E,A,Y,3,,0,,PB,S,,300.0,Bachelors (4 years),No,YesValid,50.0,zero +4545,Very Low,UK,M,13,E,D,N,2,,0,,LG,C,M,5.0,Associates (2 years),No,N,40.0,zero +4546,Mid,USA,M,10,E,DBAP,N,2,,0,,NP,S,M,70.0,Bachelors (4 years),Yes,N,40.0,three +4547,Mid,USA,M,7,EC,DBAP,Y,1,,1,,FG,C,F,17.0,Bachelors (4 years),Yes,YesValid,45.0,five +4548,High,USA,M,10,E,DBAG,N,10,,2,,PB,S,M,30.0,Associates (2 years),Yes,YesValid,50.0,one +4549,Mid,USA,M,20,E,DBAG,N,5,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4550,High,USA,M,15,E,D,N,15,,0,,PB,S,,8.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4551,Mid,USA,M,25,E,DBAG,Y,12,,0,,SG,S,,12.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4552,Low,USA,M,6,E,DA,N,1,,0,,NP,S,M,4.0,Masters,No,N,50.0,one +4553,Very High,USA,M,18,E,D,Y,5,,2,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,45.0,zero +4554,Very High,USA,M,13,E,DBAP,N,13,,1,,FG,S,M,80.0,Bachelors (4 years),Yes,N,40.0,five +4555,Very High,USA,M,20,E,DBAP,N,14,,1,,E,S,M,64.0,Bachelors (4 years),No,YesExpired,40.0,two +4556,High,USA,M,15,E,E,Y,3,,1,,PB,S,M,500.0,Masters,Yes,N,50.0,one +4557,High,USA,M,11,EC,DBAG,N,4,,1,,FG,S,M,16.0,None (no degree completed),,N,45.0,one +4558,Low,USA,M,2,E,AN,N,2,,0,,E,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +4559,High,USA,M,7,E,A,N,2,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,five +4560,Very High,USA,M,12,E,DBAP,N,24,,1,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4561,Mid,USA,M,15,E,DA,Y,20,,1,,PB,S,M,10.0,None (no degree completed),,YesExpired,40.0,zero +4562,Very High,Denmark,M,1,E,DBAP,N,9,,2,,PB,SE,M,150.0,Associates (2 years),No,YesExpired,37.0,zero +4563,Very Low,USA,M,4,E,DBAG,N,4,,0,,NP,SR,M,1.0,Bachelors (4 years),No,N,35.0,zero +4564,Mid,USA,M,6,E,DBAD,N,2,,3,,PB,S,M,40.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4565,Very High,USA,M,17,E,DBAG,N,27,,3,,PB,,M,20.0,Associates (2 years),Yes,N,40.0,four +4566,Mid,USA,M,19,E,DBAP,N,15,,2,,PB,S,M,40.0,Bachelors (4 years),No,N,44.0,zero +4567,Low,UK,M,6,E,D,N,6,,3,,PB,SR,M,12.0,Bachelors (4 years),Yes,N,37.0,one +4568,Low,Canada,M,15,E,DBAG,N,3,,1,,PB,,M,5.0,Masters,,YesExpired,40.0,zero +4569,Very High,USA,M,5,E,A,N,4,,2,,PB,S,M,25.0,Bachelors (4 years),No,YesValid,45.0,two +4570,Very High,USA,M,18,E,DBAG,Y,9,,0,,PB,S,M,12.0,Masters,No,N,45.0,zero +4571,Very High,USA,M,10,E,DBAG,N,3,,0,,PB,,M,1.0,Masters,Yes,YesExpired,40.0,three +4572,High,USA,M,10,E,DBAG,N,10,,3,,PB,C,M,15.0,Bachelors (4 years),Yes,N,50.0,zero +4573,Mid,USA,M,16,E,DBAP,N,7,,3,,NP,S,M,200.0,Bachelors (4 years),No,N,40.0,one +4574,High,USA,M,25,E,A,N,25,,0,,PB,SE,M,10.0,Masters,Yes,YesValid,45.0,zero +4575,Very High,USA,M,19,EC,A,N,4,,0,,PB,S,M,40.0,Bachelors (4 years),Yes,YesValid,45.0,five +4576,Mid,USA,M,18,E,DBAG,N,9,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,42.0,five +4577,Mid,USA,M,21,E,DBAP,N,12,,1,,PB,S,M,315.0,Associates (2 years),,YesExpired,42.0,zero +4578,Mid,USA,M,10,E,DBAG,N,4,,0,,PB,S,M,5.0,Masters,Yes,YesValid,45.0,zero +4579,Low,UK,M,8,E,DBAG,N,1,,0,,PB,S,M,22.0,None (no degree completed),No,YesValid,40.0,zero +4580,Mid,USA,M,8,E,DA,N,3,,1,,PB,S,M,6.0,Masters,Yes,N,40.0,zero +4581,Very High,USA,M,21,E,DBAP,N,1,,0,,PB,S,M,15.0,Bachelors (4 years),No,N,46.0,zero +4582,Mid,USA,M,15,E,D,N,1,,6,,NP,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,two +4583,Very High,USA,M,10,EC,D,N,6,,4,,PB,,M,100.0,Masters,Yes,YesValid,60.0,five +4584,High,USA,M,12,E,DBAP,Y,2,,0,,NP,S,M,350.0,Bachelors (4 years),No,YesExpired,50.0,zero +4585,High,USA,M,20,E,DBAG,N,5,,2,,NP,,M,130.0,Bachelors (4 years),No,YesValid,45.0,zero +4586,High,USA,M,7,E,DBAG,N,5,,1,,PB,SR,M,15.0,Masters,No,YesExpired,40.0,zero +4587,High,USA,M,16,E,DA,N,17,,2,,PB,,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4588,Very High,HK,M,12,IC,DA,Y,16,,0,,PB,S,M,12.0,Bachelors (4 years),No,YesValid,50.0,five +4589,Very High,USA,M,17,E,DT,N,10,,1,,PB,S,M,10.0,Associates (2 years),No,N,42.0,zero +4590,Mid,USA,M,10,E,DBAG,N,10,,3,,PB,S,M,50.0,None (no degree completed),,N,40.0,zero +4591,Mid,USA,M,14,E,D,N,14,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,45.0,zero +4592,Mid,USA,M,7,E,DBAG,N,7,,0,,E,S,M,1.0,None (no degree completed),,N,40.0,zero +4593,Mid,USA,M,10,E,DBAP,N,1,,0,,LG,S,M,15.0,Masters,Yes,YesExpired,40.0,zero +4594,High,USA,M,13,E,M,Y,10,,4,,PB,S,M,10.0,Masters,No,N,45.0,zero +4595,Very High,USA,M,20,E,A,Y,20,,0,,PB,S,M,20.0,Masters,Yes,N,50.0,one +4596,High,USA,M,9,E,A,N,3,,1,,PB,SE,M,12.0,Bachelors (4 years),Yes,N,40.0,one +4597,Low,USA,M,25,E,DT,N,1,,0,,LG,S,M,3.0,None (no degree completed),,YesValid,40.0,zero +4598,High,USA,M,10,E,D,N,3,,4,,PB,S,M,8.0,Bachelors (4 years),Yes,N,55.0,one +4599,High,USA,M,19,E,DBAP,Y,17,,6,,LG,S,M,40.0,None (no degree completed),,N,50.0,five +4600,Very High,USA,M,16,E,DBAG,N,11,,6,,PB,S,M,40.0,Bachelors (4 years),No,YesExpired,40.0,four +4601,Mid,USA,M,10,E,DBAP,Y,10,,0,,E,S,M,18.0,Associates (2 years),No,N,40.0,zero +4602,Very High,USA,M,23,IC,DA,N,25,,0,,PB,S,M,8.0,Associates (2 years),No,YesExpired,35.0,three +4603,High,USA,M,20,E,M,Y,11,,0,,PB,SE,M,5.0,Masters,Yes,N,40.0,zero +4604,Very High,USA,M,8,E,DBAG,N,4,,3,,PB,SR,M,50.0,None (no degree completed),,YesExpired,55.0,one +4605,High,Denmark,M,20,E,DBAG,N,11,,6,,PB,S,M,2000.0,Associates (2 years),,YesValid,50.0,zero +4606,Low,UK,M,17,IC,DT,N,1,,0,,NP,C,M,7.0,Bachelors (4 years),No,YesExpired,37.0,two +4607,Mid,USA,M,10,E,DBAG,N,2,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,45.0,zero +4608,Very High,USA,M,10,E,DBAG,N,10,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4609,Very High,USA,M,10,E,A,N,10,,0,,PB,,,30.0,Associates (2 years),Yes,N,42.0,zero +4610,Mid,USA,M,10,E,DBAG,N,5,,1,,E,S,M,25.0,Bachelors (4 years),Yes,N,40.0,two +4611,High,USA,M,14,E,DBAG,Y,4,,3,,PB,S,M,31.0,Bachelors (4 years),Yes,YesExpired,44.0,one +4612,Low,USA,M,8,E,DBAG,N,8,,0,,LG,S,M,9.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4613,High,USA,M,10,EC,DBAP,Y,3,,1,,FG,S,F,90.0,Masters,No,YesValid,40.0,zero +4614,Low,USA,M,3,E,DBAP,N,25,,0,,LG,S,F,25.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4615,Very High,USA,M,21,IC,DT,Y,20,,1,,PB,S,M,23.0,Bachelors (4 years),Yes,YesValid,60.0,zero +4616,Mid,USA,M,20,E,DT,N,20,,1,,FG,,F,5.0,Bachelors (4 years),No,N,40.0,zero +4617,Very High,USA,M,10,E,DT,Y,4,,0,,PB,S,M,1.0,None (no degree completed),,N,50.0,five +4618,Low,Romania,M,17,IC,A,Y,17,,0,,PB,S,M,10.0,Masters,No,YesExpired,60.0,five +4619,Very High,USA,M,10,E,A,Y,3,,0,,PB,S,M,5.0,Bachelors (4 years),No,N,55.0,five +4620,Mid,USA,M,7,E,DBAP,N,7,,0,,FG,S,M,30.0,Masters,No,YesValid,40.0,zero +4621,High,USA,SAP,20,E,DBAP,N,20,,4,,PB,S,M,380.0,Associates (2 years),Yes,YesValid,40.0,one +4622,High,USA,M,15,E,DBAP,N,5,,2,,PB,SR,M,167.0,None (no degree completed),,N,50.0,five +4623,Mid,USA,M,10,E,DBAP,N,9,,0,,PB,S,F,50.0,Masters,Yes,N,42.0,two +4624,Very High,USA,M,20,E,M,Y,20,,0,,PB,C,M,10.0,None (no degree completed),,YesExpired,60.0,one +4625,High,USA,M,16,E,DBAG,N,16,,5,,NP,S,F,5.0,Bachelors (4 years),Yes,N,48.0,one +4626,Very Low,Russia,M,12,P,DA,N,22,,4,,SG,,F,1.0,Doctorate/PhD,Yes,YesValid,10.0,two +4627,Mid,USA,M,13,E,A,N,5,,0,,SG,C,M,12.0,Associates (2 years),Yes,YesExpired,40.0,one +4628,Mid,USA,M,13,E,DBAD,Y,6,,1,,PB,S,M,18.0,Bachelors (4 years),No,N,45.0,zero +4629,Low,USA,M,4,E,DBAG,N,3,,1,,PB,S,F,6.0,Bachelors (4 years),No,YesExpired,40.0,zero +4630,Very Low,USA,A,3,E,D,Y,3,,1,,PB,S,F,4.0,Associates (2 years),No,N,40.0,five +4631,Mid,USA,M,12,E,DBAG,N,12,,1,,LG,S,F,60.0,Bachelors (4 years),Yes,N,40.0,zero +4632,Mid,USA,M,5,E,AN,N,5,,1,,E,S,M,6.0,Associates (2 years),No,N,40.0,zero +4633,Mid,Australia,M,6,E,E,Y,1,,0,,PB,SE,M,500.0,Masters,Yes,YesValid,37.0,zero +4634,High,USA,M,20,E,M,Y,6,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4635,Very High,USA,M,15,E,DBAG,N,15,,1,,PB,,M,10.0,Associates (2 years),Yes,YesExpired,40.0,zero +4636,Mid,USA,M,8,E,DBAD,N,8,,3,,PB,S,F,500.0,Bachelors (4 years),Yes,N,48.0,five +4637,Very High,USA,M,11,E,DBAP,N,5,,1,,PB,SE,M,55.0,Bachelors (4 years),Yes,YesExpired,45.0,four +4638,Very High,USA,M,20,E,M,Y,1,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4639,Very High,USA,M,15,E,DA,N,15,,0,,PB,,M,2.0,Bachelors (4 years),Yes,N,44.0,one +4640,Very Low,UK,M,10,E,AN,N,3,,2,,PB,SR,M,30.0,Bachelors (4 years),Yes,N,38.0,zero +4641,Very High,USA,M,12,EC,A,N,2,,1,,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,40.0,five +4642,High,USA,M,3,E,M,Y,1,,0,,PB,S,M,15.0,Bachelors (4 years),No,YesValid,50.0,zero +4643,Mid,USA,M,17,E,DT,N,1,,1,,PB,S,F,30.0,Bachelors (4 years),Yes,N,35.0,zero +4644,Very High,USA,M,25,E,DBAP,N,30,,1,,PB,S,F,80.0,Associates (2 years),Yes,YesValid,50.0,four +4645,Low,USA,M,4,E,DBAG,N,3,,1,,PB,S,M,12.0,Bachelors (4 years),Yes,N,40.0,zero +4646,Very High,USA,M,20,E,A,Y,20,,4,,PB,S,M,30.0,Bachelors (4 years),No,YesExpired,40.0,four +4647,Mid,USA,M,7,E,DBAG,N,5,,0,,NP,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4648,Mid,USA,M,12,E,DBAP,N,10,,4,,PB,S,M,60.0,Masters,Yes,N,55.0,zero +4649,Very High,USA,M,22,E,DBAG,Y,22,,0,,PB,SR,M,21.0,Bachelors (4 years),Yes,YesExpired,45.0,five +4650,Low,USA,M,13,E,DA,N,1,,3,,E,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4651,Mid,New-Zealand,M,8,EC,DBAG,Y,1,,0,,PB,SR,M,180.0,Bachelors (4 years),No,N,60.0,zero +4652,Mid,USA,M,17,E,A,N,10,,0,,LG,S,M,2.0,Masters,No,YesExpired,40.0,zero +4653,High,USA,M,20,E,DBAG,N,9,,1,,PB,S,F,104.0,Bachelors (4 years),Yes,N,40.0,zero +4654,Mid,USA,M,14,E,DBAG,N,7,,0,,PB,S,M,13.0,Bachelors (4 years),Yes,N,45.0,zero +4655,Very High,Norway,M,8,IC,D,N,2,,0,,PB,SR,F,5.0,Bachelors (4 years),Yes,YesValid,40.0,five +4656,Very Low,Canada,M,8,E,DBAP,N,8,,4,,SG,S,M,600.0,None (no degree completed),Yes,N,35.0,zero +4657,Very High,USA,M,20,E,M,Y,8,,1,,PB,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +4658,Low,USA,M,12,E,DBAG,N,2,,2,,NP,C,F,200.0,Masters,Yes,N,42.0,zero +4659,Mid,USA,M,2,EC,DBAP,N,6,,0,,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,55.0,five +4660,Mid,USA,M,15,E,DBAP,N,2,,1,,LG,S,M,35.0,Bachelors (4 years),No,YesExpired,40.0,one +4661,High,USA,M,10,E,DBAP,Y,2,,1,,PB,S,M,30.0,None (no degree completed),,YesValid,45.0,one +4662,Mid,USA,M,11,E,DBAG,N,1,,1,,LG,S,F,35.0,Bachelors (4 years),Yes,N,45.0,one +4663,High,USA,M,20,IC,DBAD,N,20,,2,,PB,SR,M,215.0,None (no degree completed),No,YesValid,50.0,one +4664,Very High,USA,M,13,E,E,N,18,,0,,PB,S,M,50.0,Masters,No,N,45.0,zero +4665,Mid,Canada,M,15,E,DA,N,5,,0,,FG,SE,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +4666,Low,USA,M,1,E,AN,N,5,,0,,NP,S,M,40.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4667,Mid,USA,M,18,E,DA,N,22,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,one +4668,High,USA,M,10,E,D,N,6,,0,,PB,S,M,12.0,Masters,Yes,N,45.0,zero +4669,Low,USA,M,12,E,DBAG,N,3,,1,,SG,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4670,Mid,USA,M,5,E,DBAP,N,5,,0,,PB,,M,60.0,Bachelors (4 years),,YesValid,45.0,two +4671,Very High,USA,O,25,E,M,Y,5,,0,,E,S,M,800.0,None (no degree completed),,N,45.0,zero +4672,Low,USA,M,14,E,M,Y,19,,1,,PB,SE,M,100.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4673,Very High,USA,M,12,IC,DBAG,N,14,,2,,PB,S,M,350.0,Associates (2 years),Yes,N,40.0,four +4674,High,USA,M,7,E,A,N,7,,0,,NP,S,M,3.0,Bachelors (4 years),No,YesExpired,44.0,one +4675,High,USA,M,20,E,DBAP,N,1,,6,,PB,S,M,1000.0,Associates (2 years),No,YesExpired,50.0,four +4676,Low,USA,M,3,E,A,N,2,,0,,NP,S,M,25.0,Bachelors (4 years),Yes,N,45.0,zero +4677,High,USA,M,17,E,DBAD,N,8,,0,,PB,S,M,55.0,Bachelors (4 years),Yes,N,45.0,zero +4678,Low,Canada,M,13,E,DT,N,5,,2,,PB,SE,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +4679,Mid,USA,M,7,E,M,Y,1,,5,,PB,SR,M,100.0,Bachelors (4 years),No,YesExpired,50.0,five +4680,Low,USA,M,12,E,DT,N,4,,3,,PB,SR,M,2.0,Associates (2 years),No,N,40.0,zero +4681,Mid,South-Africa,M,20,E,DT,N,13,,2,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,one +4682,Low,USA,M,12,E,A,Y,8,,0,,PB,SR,M,4.0,Masters,Yes,N,45.0,zero +4683,Low,USA,M,3,E,DA,N,2,,1,,PB,S,M,12.0,Masters,No,N,45.0,zero +4684,Mid,USA,M,10,E,DT,N,3,,0,,PB,SE,M,4.0,Masters,No,YesValid,40.0,zero +4685,Mid,USA,M,20,E,DBAP,N,5,,0,,LG,S,M,4.0,Bachelors (4 years),Yes,YesValid,42.0,one +4686,Mid,USA,M,23,E,DBAP,N,2,,0,,PB,SE,M,8.0,Masters,Yes,YesValid,40.0,zero +4687,High,USA,M,20,E,DBAD,Y,5,,1,,NP,C,F,23.0,Masters,No,YesExpired,55.0,one +4688,High,USA,M,15,E,DT,N,3,,3,,PB,SE,M,20.0,Associates (2 years),Yes,N,47.0,one +4689,High,USA,M,15,E,DT,N,2,,0,,SG,S,M,1.0,None (no degree completed),,N,40.0,zero +4690,High,USA,M,17,E,DBAD,N,2,,0,,PB,SE,M,14.0,Associates (2 years),No,YesExpired,45.0,zero +4691,Low,USA,M,12,E,DBAG,N,4,,6,,E,SR,M,600.0,Bachelors (4 years),Yes,YesValid,43.0,one +4692,Very High,USA,M,25,E,E,Y,6,,2,,PB,S,M,350.0,Bachelors (4 years),Yes,N,45.0,zero +4693,High,USA,M,8,E,A,Y,5,,1,,PB,SE,M,3.0,Masters,No,N,50.0,zero +4694,Very High,USA,M,15,E,AN,N,19,,0,,PB,S,M,20.0,None (no degree completed),,YesExpired,45.0,two +4695,Very Low,USA,M,15,E,AN,N,1,,2,,PB,S,M,12.0,Masters,No,YesExpired,45.0,five +4696,Mid,USA,M,6,E,DBAG,N,2,,3,,PB,S,M,310.0,None (no degree completed),,N,45.0,zero +4697,Mid,USA,M,6,E,AN,N,5,,3,,SG,SE,M,12.0,Bachelors (4 years),No,N,40.0,one +4698,Very Low,USA,M,3,E,DBAG,N,3,,0,,PB,S,M,46.0,Associates (2 years),Yes,N,40.0,zero +4699,Mid,USA,M,10,EC,DBAG,N,3,,1,,PB,C,M,4.0,Masters,Yes,YesValid,40.0,zero +4700,High,USA,M,17,E,DBAD,N,2,,2,,PB,S,M,34.0,Bachelors (4 years),No,YesExpired,40.0,zero +4701,High,USA,M,18,E,DBAP,N,6,,0,,PB,S,M,70.0,Bachelors (4 years),No,N,45.0,three +4702,High,USA,M,17,E,DBAG,N,11,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4703,Mid,USA,M,4,E,DBAG,N,3,,0,,NP,S,M,3.0,Bachelors (4 years),No,N,59.0,five +4704,High,USA,M,9,E,DBAG,N,9,,6,,PB,S,M,45.0,None (no degree completed),,N,40.0,zero +4705,High,USA,M,15,E,A,N,5,,0,,PB,S,M,50.0,Bachelors (4 years),No,N,40.0,zero +4706,Very Low,New-Zealand,M,11,E,DBAG,Y,11,,0,,PB,SR,M,8.0,None (no degree completed),,YesExpired,46.0,five +4707,High,USA,O,17,E,DBAG,N,3,,3,,PB,S,M,80.0,Bachelors (4 years),Yes,N,45.0,zero +4708,Very Low,USA,M,16,E,D,Y,16,,0,,PB,SE,M,20.0,Masters,Yes,YesExpired,40.0,zero +4709,High,USA,M,20,E,DT,N,3,,2,,PB,SE,M,8.0,None (no degree completed),No,YesExpired,55.0,zero +4710,Very High,USA,M,20,E,A,Y,6,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4711,Very High,USA,M,10,E,A,N,3,,0,,PB,S,M,70.0,None (no degree completed),,N,45.0,zero +4712,High,USA,M,12,E,DBAD,N,2,,0,,NP,S,M,34.0,Bachelors (4 years),Yes,YesValid,40.0,one +4713,Mid,USA,M,13,E,DBAP,N,2,,2,,PB,S,F,150.0,Masters,Yes,YesExpired,45.0,two +4714,Low,USA,M,15,E,DBAG,N,3,,0,,PB,SR,M,10.0,None (no degree completed),,YesExpired,45.0,zero +4715,Mid,USA,M,5,E,E,N,1,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,one +4716,Very High,USA,M,9,E,DBAP,N,1,,0,,FG,S,M,20.0,Associates (2 years),No,YesValid,40.0,one +4717,Very High,USA,M,20,E,M,Y,10,,1,,PB,C,M,150.0,Bachelors (4 years),No,N,45.0,zero +4718,Very Low,USA,M,5,E,,N,3,,0,,E,SE,M,3.0,Masters,Yes,YesValid,40.0,zero +4719,Very High,USA,O,18,E,DBAD,N,5,,1,,PB,SR,F,12.0,Bachelors (4 years),No,YesValid,45.0,five +4720,Very Low,CostaRica,M,11,EC,DBAP,Y,3,,2,,PB,SE,M,25.0,Bachelors (4 years),Yes,YesValid,30.0,five +4721,High,USA,M,13,E,DBAG,N,6,,3,,PB,S,M,250.0,Associates (2 years),Yes,YesExpired,45.0,five +4722,High,USA,M,10,E,M,Y,20,,3,,PB,SE,F,10.0,Bachelors (4 years),Yes,YesExpired,50.0,five +4723,Mid,USA,M,20,E,DT,N,20,,0,,PB,S,F,5.0,Bachelors (4 years),No,N,40.0,zero +4724,High,USA,M,15,E,DBAD,N,13,,1,,PB,S,M,12.0,Bachelors (4 years),No,YesExpired,40.0,two +4725,Mid,USA,M,8,E,DBAG,N,7,,0,,PB,S,M,120.0,Associates (2 years),Yes,YesValid,45.0,zero +4726,Low,USA,M,14,E,DBAP,N,8,,0,,SG,S,M,20.0,Bachelors (4 years),Yes,N,40.0,one +4727,Very High,USA,M,20,IC,DBAD,N,1,,0,,PB,S,M,3.0,Bachelors (4 years),No,N,35.0,five +4728,Mid,USA,M,8,E,DBAG,Y,8,,2,,PB,SE,M,100.0,None (no degree completed),,N,50.0,zero +4729,Very Low,USA,M,1,E,E,N,1,,1,,PB,S,M,2.0,Bachelors (4 years),No,N,50.0,zero +4730,Mid,USA,M,8,E,DBAG,N,3,,2,,PB,S,F,20.0,Bachelors (4 years),No,N,50.0,zero +4731,High,USA,M,20,E,DBAD,N,10,,1,,PB,S,F,35.0,Bachelors (4 years),Yes,YesExpired,40.0,three +4732,Very High,USA,M,15,E,DBAP,N,5,,6,,SG,S,M,300.0,Masters,Yes,YesValid,40.0,one +4733,Mid,USA,M,11,E,DBAG,N,9,,2,,NP,SE,M,35.0,None (no degree completed),,YesExpired,40.0,zero +4734,Very High,USA,M,20,E,DBAG,N,5,,1,,PB,,M,6.0,None (no degree completed),,YesExpired,50.0,one +4735,Very High,USA,M,15,E,DBAP,N,4,,3,,E,S,M,150.0,None (no degree completed),,N,45.0,one +4736,High,USA,M,5,E,DBAG,Y,3,,0,,PB,S,M,19.0,None (no degree completed),,N,45.0,zero +4737,Mid,USA,M,7,EC,DBAD,N,7,,0,,FG,S,M,4.0,Bachelors (4 years),Yes,YesValid,44.0,zero +4738,Very High,USA,M,18,E,DBAG,N,17,,0,,PB,S,M,20.0,Bachelors (4 years),No,N,55.0,five +4739,High,USA,M,18,E,DBAG,N,13,,4,,PB,S,M,65.0,Bachelors (4 years),Yes,YesExpired,40.0,three +4740,Very High,USA,M,10,E,DBAG,N,10,,1,,PB,S,F,50.0,Bachelors (4 years),No,YesValid,40.0,five +4741,Mid,USA,M,5,E,,N,17,,2,,PB,C,M,40.0,Masters,Yes,YesValid,36.0,zero +4742,High,USA,M,11,E,DT,N,4,,3,,PB,S,M,12.0,Bachelors (4 years),No,N,45.0,one +4743,Mid,USA,M,6,E,DBAG,N,18,,2,,E,SE,M,120.0,Bachelors (4 years),No,YesExpired,40.0,zero +4744,Very High,USA,M,18,E,E,N,2,,2,,PB,S,M,200.0,None (no degree completed),,YesExpired,40.0,zero +4745,Low,USA,M,4,E,DT,N,4,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,40.0,zero +4746,Low,USA,M,18,E,DBAP,N,17,,0,,LG,,,38.0,Bachelors (4 years),No,N,50.0,zero +4747,High,USA,M,6,E,DBAG,Y,1,,4,,PB,S,M,28.0,Bachelors (4 years),Yes,N,50.0,zero +4748,High,USA,M,16,E,DBAG,Y,16,,2,,PB,S,M,20.0,None (no degree completed),,YesExpired,45.0,zero +4749,Very High,USA,M,16,E,DBAD,N,1,,0,,PB,S,M,12.0,Bachelors (4 years),No,N,42.0,one +4750,Low,USA,M,25,E,DBAG,N,25,,0,,E,S,M,14.0,None (no degree completed),,N,40.0,zero +4751,Very High,USA,M,12,E,DBAG,N,4,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,two +4752,High,USA,M,15,E,DBAP,N,10,,1,,PB,S,M,175.0,Bachelors (4 years),Yes,YesValid,45.0,zero +4753,Low,USA,M,3,E,DBAP,Y,3,,2,,PB,S,M,80.0,None (no degree completed),,N,45.0,zero +4754,Low,USA,M,2,E,DT,N,2,,3,,PB,S,F,4.0,Bachelors (4 years),Yes,N,40.0,one +4755,Mid,USA,M,3,E,DBAG,N,3,,0,,PB,S,M,2.0,Associates (2 years),Yes,N,45.0,zero +4756,High,USA,M,22,EC,DBAG,N,3,,0,,PB,S,M,60.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4757,Mid,USA,M,8,EC,DT,N,8,,1,,PB,S,M,17.0,Bachelors (4 years),Yes,N,40.0,zero +4758,Mid,USA,M,10,E,DBAG,N,10,,0,,PB,S,M,4.0,None (no degree completed),,N,40.0,three +4759,Mid,USA,M,15,E,DBAG,Y,5,,0,,PB,,M,8.0,Masters,Yes,YesValid,40.0,zero +4760,High,USA,M,17,E,DBAG,Y,4,,0,,E,S,M,37.0,Bachelors (4 years),No,YesExpired,50.0,zero +4761,High,USA,M,24,E,DBAG,N,2,,1,,PB,S,M,48.0,Masters,No,N,40.0,zero +4762,High,USA,M,13,E,DBAP,Y,5,,1,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,40.0,five +4763,Mid,USA,M,8,E,DBAG,N,3,,2,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,five +4764,Very High,USA,M,18,E,DBAP,N,8,,1,,PB,SE,M,75.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4765,High,USA,M,18,E,DBAP,N,10,,2,,PB,S,M,125.0,Bachelors (4 years),Yes,YesExpired,44.0,five +4766,Very High,USA,M,18,E,DBAD,N,7,,2,,PB,,M,75.0,Masters,Yes,N,55.0,five +4767,High,USA,M,8,EC,A,Y,2,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +4768,High,USA,M,17,E,AN,N,14,,0,,NP,S,M,50.0,Bachelors (4 years),Yes,YesValid,43.0,one +4769,Mid,USA,M,14,E,DBAG,Y,16,,3,,SG,S,M,50.0,Bachelors (4 years),No,N,40.0,two +4770,High,USA,M,14,E,DBAG,N,2,,3,,PB,S,M,50.0,Masters,Yes,YesValid,50.0,three +4771,Very High,USA,M,7,E,DT,N,2,,1,,PB,S,F,30.0,Bachelors (4 years),No,N,40.0,zero +4772,Very Low,Canada,M,7,E,M,Y,23,,0,,PB,S,M,2.0,Bachelors (4 years),,N,47.0,one +4773,Very High,USA,M,10,E,M,Y,4,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,one +4774,Low,USA,M,15,E,DBAG,N,1,,2,,LG,S,M,100.0,None (no degree completed),,YesValid,40.0,zero +4775,High,USA,M,8,E,DBAG,N,8,,1,,PB,S,M,100.0,None (no degree completed),,N,40.0,one +4776,Mid,USA,M,7,E,DBAG,N,6,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +4777,Mid,USA,M,4,E,DA,N,10,,3,,PB,S,M,3.0,Bachelors (4 years),No,N,42.0,zero +4778,High,USA,M,15,E,DBAG,N,5,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,55.0,zero +4779,Mid,USA,M,18,E,A,Y,5,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +4780,Very Low,Brazil,M,12,E,DBAG,Y,2,,0,,PB,C,M,6.0,Masters,Yes,YesValid,50.0,zero +4781,Very Low,USA,M,3,E,DBAP,N,3,,1,,PB,S,M,110.0,Associates (2 years),Yes,N,40.0,zero +4782,Low,USA,M,2,E,DT,N,2,,1,,PB,SR,M,20.0,Masters,Yes,N,45.0,two +4783,High,USA,M,8,E,DBAP,N,8,,0,,PB,,M,15.0,Bachelors (4 years),Yes,YesValid,38.0,one +4784,Very High,USA,M,22,E,M,Y,14,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,45.0,zero +4785,High,USA,M,10,E,DBAP,N,10,,0,,LG,S,F,25.0,Masters,No,N,40.0,zero +4786,Very High,USA,M,16,E,M,Y,1,,6,,PB,S,M,1000.0,Associates (2 years),,YesExpired,50.0,one +4787,High,USA,M,16,E,DBAG,N,7,,0,,NP,S,M,15.0,Masters,No,YesExpired,40.0,zero +4788,High,USA,M,21,E,DBAG,Y,10,,1,,PB,S,M,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4789,Low,USA,M,6,E,DBAG,N,3,,0,,SG,S,F,8.0,Bachelors (4 years),No,N,40.0,zero +4790,High,USA,M,20,E,DBAG,N,1,,2,,PB,S,M,50.0,Associates (2 years),No,YesExpired,40.0,one +4791,Very Low,Mexico,M,2,E,DBAG,N,2,,2,,PB,SR,M,25.0,Bachelors (4 years),Yes,YesValid,50.0,one +4792,High,USA,M,15,E,DBAG,N,5,,2,,PB,S,M,400.0,Bachelors (4 years),No,YesValid,40.0,one +4793,High,USA,M,17,E,AN,N,3,,0,,PB,SR,F,6.0,None (no degree completed),,N,45.0,zero +4794,Mid,USA,M,10,E,E,Y,5,,2,,E,S,M,10.0,Bachelors (4 years),Yes,N,40.0,five +4795,Very Low,UK,M,8,E,DBAP,N,4,,5,,PB,SE,M,500.0,None (no degree completed),,N,36.0,five +4796,Very High,USA,M,23,E,DBAG,N,5,,1,,PB,S,M,20.0,Masters,Yes,N,45.0,zero +4797,Very High,Canada,M,18,IC,DBAP,N,8,,0,,PB,S,M,30.0,None (no degree completed),No,YesExpired,50.0,five +4798,High,France,O,20,E,A,Y,11,,2,,PB,SR,M,220.0,Bachelors (4 years),No,YesExpired,60.0,three +4799,Mid,USA,M,15,E,DBAG,N,10,,2,,LG,S,M,50.0,Doctorate/PhD,No,YesExpired,40.0,zero +4800,High,USA,M,15,E,DA,Y,5,,3,,PB,S,M,3.0,Masters,Yes,N,39.0,zero +4801,High,USA,M,25,E,D,N,2,,1,,PB,S,F,3.0,Bachelors (4 years),Yes,N,41.0,zero +4802,Very High,USA,M,20,EC,DA,N,28,,3,,FG,S,M,6.0,Masters,Yes,N,40.0,two +4803,High,USA,M,7,E,DBAG,N,7,,3,,PB,SE,M,38.0,Masters,Yes,YesExpired,50.0,one +4804,Very High,USA,M,18,E,DBAG,N,8,,1,,PB,S,M,25.0,Bachelors (4 years),Yes,N,45.0,one +4805,Very High,USA,M,20,IC,DBAD,N,3,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4806,Mid,USA,M,5,E,DBAP,N,5,,2,,PB,S,M,100.0,Bachelors (4 years),Yes,N,42.0,two +4807,High,USA,M,15,E,DBAG,N,5,,1,,FG,S,M,63.0,Bachelors (4 years),Yes,YesExpired,40.0,two +4808,Low,USA,M,5,E,DBAG,N,5,,6,,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +4809,Mid,USA,M,20,E,DBAG,N,25,,1,,PB,S,M,39.0,Bachelors (4 years),Yes,YesValid,45.0,zero +4810,High,USA,M,12,E,DT,N,9,,3,,PB,S,M,5.0,Associates (2 years),,YesValid,40.0,zero +4811,High,USA,M,16,E,DBAP,N,8,,1,,PB,S,M,28.0,Bachelors (4 years),Yes,N,40.0,zero +4812,Low,USA,M,8,E,DBAG,N,5,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +4813,High,USA,M,20,E,DBAG,N,4,,0,,PB,SE,M,3.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4814,Low,UK,M,18,E,DBAP,Y,10,,2,,PB,SE,M,500.0,None (no degree completed),No,N,55.0,four +4815,High,USA,M,16,E,DBAP,N,16,,0,,PB,S,M,1426.0,None (no degree completed),,N,60.0,zero +4816,Mid,USA,M,10,E,DBAG,N,4,,0,,PB,S,M,20.0,None (no degree completed),,N,40.0,zero +4817,High,USA,M,18,E,DBAP,N,12,,6,,PB,SR,M,847.0,Bachelors (4 years),Yes,N,40.0,two +4818,Low,New-Zealand,M,8,E,DT,N,16,,3,,SG,S,M,3.0,None (no degree completed),,N,40.0,zero +4819,Mid,USA,M,5,E,DBAD,N,5,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +4820,Mid,USA,M,15,E,DBAP,N,4,,6,,SG,S,M,98.0,Bachelors (4 years),Yes,N,40.0,zero +4821,High,USA,M,12,E,DA,N,12,,3,,PB,,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +4822,Mid,USA,M,10,E,E,N,1,,3,,PB,C,M,12.0,Masters,No,N,45.0,zero +4823,Mid,USA,M,4,EC,DBAP,N,1,,6,,PB,C,M,200.0,Masters,Yes,YesExpired,40.0,five +4824,Mid,USA,M,5,E,DT,N,5,,4,,PB,S,M,15.0,Bachelors (4 years),No,N,40.0,zero +4825,Very High,USA,M,17,E,DBAG,N,15,,2,,PB,S,M,75.0,Masters,No,YesExpired,40.0,five +4826,Very High,USA,M,27,IC,DBAD,N,27,,0,,PB,SE,F,30.0,Masters,Yes,YesExpired,35.0,five +4827,High,USA,M,8,E,DBAG,N,5,,0,,PB,,M,100.0,Bachelors (4 years),No,YesValid,40.0,five +4828,Very High,USA,M,15,E,DBAG,Y,5,,4,,PB,SE,M,20.0,Bachelors (4 years),No,YesValid,40.0,one +4829,Mid,USA,P,3,E,DBAD,N,3,,3,,E,C,F,80.0,Bachelors (4 years),No,YesValid,45.0,zero +4830,Low,Canada,M,25,E,DBAG,N,25,,0,,SG,C,M,15.0,Masters,No,YesExpired,40.0,zero +4831,Mid,USA,M,5,E,DBAG,N,4,,0,,NP,SE,M,15.0,Bachelors (4 years),Yes,N,50.0,zero +4832,High,USA,M,17,E,DBAG,N,3,,0,,PB,S,F,89.0,Bachelors (4 years),Yes,N,40.0,one +4833,Mid,USA,M,19,E,A,N,4,,1,,PB,S,M,200.0,Masters,Yes,YesExpired,50.0,two +4834,Mid,USA,M,8,E,DBAP,Y,8,,1,,LG,S,M,45.0,Masters,Yes,YesExpired,40.0,zero +4835,High,USA,M,19,E,DBAG,Y,1,,0,,PB,S,M,28.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4836,Very Low,UK,M,4,E,E,N,4,,5,,PB,C,M,60.0,Bachelors (4 years),No,N,50.0,zero +4837,High,USA,M,12,E,M,N,19,,0,,PB,S,M,1.0,Masters,Yes,YesExpired,45.0,zero +4838,Very High,Denmark,M,8,IC,DBAP,N,12,,0,,FG,S,M,60.0,Masters,Yes,YesExpired,30.0,zero +4839,Low,USA,M,3,E,DBAD,N,3,,0,,PB,S,M,5.0,Associates (2 years),,N,40.0,one +4840,Very Low,New-Zealand,M,10,E,DBAG,N,6,,1,,LG,S,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +4841,Mid,USA,M,20,E,DBAG,N,10,,0,,PB,S,F,25.0,Bachelors (4 years),No,N,50.0,zero +4842,Very High,USA,M,10,E,DBAG,N,2,,0,,PB,S,M,25.0,Bachelors (4 years),No,YesValid,40.0,four +4843,Mid,UK,M,5,E,DBAG,Y,3,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4844,Very Low,USA,M,1,E,A,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,45.0,zero +4845,Very High,USA,M,19,E,DBAD,N,8,,1,,PB,S,M,200.0,Bachelors (4 years),No,N,42.0,one +4846,Low,USA,M,6,E,D,N,6,,0,,NP,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4847,High,USA,M,17,E,DBAG,N,18,,0,,PB,S,M,25.0,None (no degree completed),,YesExpired,50.0,two +4848,Mid,USA,M,15,E,DBAP,N,0,,0,,PB,S,F,24.0,Bachelors (4 years),No,N,40.0,one +4849,High,USA,M,9,E,DBAP,N,5,,0,,PB,S,M,100.0,Associates (2 years),Yes,N,50.0,two +4850,High,USA,M,18,E,DBAG,N,18,,0,,PB,S,M,7.0,Associates (2 years),Yes,N,40.0,one +4851,Very High,USA,M,20,E,DBAP,N,10,,3,,PB,S,M,10.0,Bachelors (4 years),No,N,45.0,one +4852,Mid,USA,M,4,E,M,Y,1,,0,,PB,S,M,80.0,Bachelors (4 years),Yes,N,45.0,zero +4853,High,USA,M,15,E,DBAG,N,20,,0,,PB,,F,30.0,Bachelors (4 years),Yes,YesValid,45.0,one +4854,Mid,USA,M,20,E,DBAP,N,6,,1,,NP,S,M,233.0,Associates (2 years),No,YesValid,40.0,one +4855,Mid,USA,M,5,E,DBAG,Y,3,,0,,PB,C,M,15.0,None (no degree completed),,YesExpired,50.0,one +4856,High,USA,O,18,E,DBAP,N,10,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,YesExpired,45.0,one +4857,Low,USA,M,3,E,DS,Y,3,,0,,PB,SE,M,2.0,Masters,Yes,N,65.0,zero +4858,Mid,USA,M,3,E,A,N,8,,0,,PB,SR,M,3.0,Masters,No,N,40.0,zero +4859,Very Low,UK,M,3,E,DT,N,3,,1,,PB,SR,M,8.0,None (no degree completed),,N,40.0,zero +4860,Very Low,USA,M,4,E,DA,N,4,,1,,PB,S,M,2.0,Associates (2 years),Yes,N,45.0,zero +4861,Low,USA,M,3,E,D,N,3,,0,,PB,S,M,5.0,None (no degree completed),,N,42.0,zero +4862,Mid,Norway,M,7,E,DBAP,N,10,,6,,PB,S,M,800.0,Bachelors (4 years),Yes,YesValid,37.0,one +4863,Low,USA,M,5,E,DBAD,N,2,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,40.0,one +4864,Mid,USA,M,8,E,DBAG,N,7,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +4865,Low,Canada,M,8,E,DA,N,8,,0,,PB,S,M,4.0,Bachelors (4 years),,N,40.0,zero +4866,High,USA,M,8,E,DBAG,Y,2,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesValid,45.0,zero +4867,Low,UK,M,2,E,DBAG,N,2,,0,,PB,C,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +4868,Mid,USA,M,12,E,DBAD,N,11,,1,,NP,S,M,11.0,Bachelors (4 years),Yes,YesValid,45.0,one +4869,Very High,USA,M,20,E,DT,N,2,,0,,PB,C,M,7.0,Bachelors (4 years),No,YesExpired,48.0,one +4870,High,USA,M,17,E,DBAP,N,4,,3,,PB,S,M,800.0,Doctorate/PhD,Yes,YesValid,45.0,five +4871,Very Low,France,M,10,EC,DBAG,N,1,,6,,PB,S,M,300.0,Masters,No,YesValid,38.0,zero +4872,Very Low,Greece,M,5,EC,E,Y,10,,0,,PB,S,M,50.0,None (no degree completed),,YesValid,60.0,five +4873,High,USA,M,8,E,DBAG,N,3,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,50.0,five +4874,Low,USA,M,12,E,DBAD,Y,12,,0,,PB,S,F,2.0,Bachelors (4 years),No,N,40.0,one +4875,Low,UK,M,14,E,DBAP,N,2,,3,,PB,SR,M,80.0,Associates (2 years),,N,40.0,zero +4876,Mid,USA,M,7,E,DT,N,4,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +4877,Mid,Canada,M,20,E,DBAG,N,5,,0,,PB,S,M,10.0,Associates (2 years),Yes,YesExpired,38.0,zero +4878,Very Low,Netherlands,M,16,E,DT,N,18,,1,,PB,,M,5.0,None (no degree completed),,YesValid,45.0,zero +4879,Low,USA,M,3,E,DBAG,N,3,,0,,SG,S,M,10.0,Associates (2 years),Yes,N,40.0,zero +4880,Very High,USA,M,18,E,A,N,18,,0,,PB,S,M,10.0,None (no degree completed),,YesExpired,45.0,five +4881,Very Low,USA,M,2,E,DBAG,N,2,,3,,PB,SR,F,200.0,None (no degree completed),,N,40.0,zero +4882,Very High,New-Zealand,M,20,IC,DBAG,N,13,,0,,PB,S,M,80.0,Bachelors (4 years),No,YesExpired,40.0,one +4883,Low,New-Zealand,M,8,E,DBAP,N,2,,0,,PB,SR,M,100.0,None (no degree completed),,YesValid,40.0,one +4884,Very High,USA,M,12,E,DBAP,N,12,,1,,PB,SR,M,50.0,Associates (2 years),Yes,YesExpired,45.0,one +4885,Very High,USA,M,17,EC,DBAP,Y,15,,1,,NP,S,M,90.0,Bachelors (4 years),No,N,40.0,three +4886,Low,Sweden,M,5,E,DT,N,5,,5,,PB,S,M,25.0,None (no degree completed),,YesValid,40.0,zero +4887,Very High,USA,M,20,E,DBAG,Y,5,,1,,NP,S,M,50.0,Bachelors (4 years),Yes,YesExpired,70.0,five +4888,Mid,USA,O,9,E,DBAG,N,12,,0,,PB,,NB,200.0,None (no degree completed),No,N,40.0,zero +4889,Mid,Australia,M,19,E,DBAG,Y,11,,0,,SG,,M,5.0,None (no degree completed),,N,55.0,zero +4890,Low,New-Zealand,M,10,E,D,N,6,,0,,LG,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4891,Low,Australia,M,10,E,DT,N,1,,2,,SG,S,M,5.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +4892,Low,UK,M,10,E,D,N,10,,2,,PB,SE,M,5.0,Masters,Yes,N,37.0,zero +4893,Low,Belgium,M,15,E,DBAG,Y,15,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,38.0,zero +4894,Mid,USA,M,10,E,DBAP,N,10,,4,,PB,SR,F,200.0,Bachelors (4 years),Yes,YesExpired,40.0,two +4895,Very High,USA,M,7,E,DBAP,N,5,,2,,PB,S,M,306.0,Associates (2 years),Yes,YesExpired,40.0,two +4896,Mid,USA,M,15,E,DA,N,15,,3,,PB,S,M,8.0,None (no degree completed),,YesExpired,48.0,zero +4897,Very High,Australia,M,19,IC,D,N,5,,0,,FG,SR,M,20.0,Associates (2 years),Yes,YesExpired,38.0,zero +4898,Mid,Australia,M,12,E,D,N,7,,3,,SG,S,M,8.0,Bachelors (4 years),No,N,38.0,one +4899,Low,Belgium,M,5,IC,DBAG,N,5,,0,,PB,S,M,100.0,None (no degree completed),No,YesValid,40.0,zero +4900,Very High,USA,M,8,E,A,Y,6,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,N,40.0,zero +4901,Mid,Australia,M,15,E,DBAG,N,3,,3,,PB,S,M,150.0,None (no degree completed),,N,37.0,zero +4902,Low,Sweden,M,12,E,DBAG,N,1,,0,,PB,S,M,3.0,Masters,No,N,40.0,zero +4903,Mid,USA,M,7,E,DBAG,N,6,,2,,PB,S,M,50.0,Associates (2 years),,YesValid,40.0,zero +4904,High,USA,M,17,E,DBAP,N,5,,0,,PB,S,F,6.0,Masters,No,YesValid,40.0,zero +4905,Mid,USA,M,6,E,DBAD,N,6,,0,,LG,S,M,50.0,Masters,No,N,50.0,zero +4906,Mid,USA,M,3,E,DBAP,N,1,,4,,PB,S,M,120.0,Bachelors (4 years),Yes,N,41.0,two +4907,Mid,Australia,M,18,E,DBAP,Y,18,,5,,SG,S,M,500.0,Bachelors (4 years),Yes,N,40.0,two +4908,Very High,Australia,M,13,E,DA,Y,5,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,48.0,zero +4909,High,USA,M,4,E,DBAP,N,17,,6,,NP,SE,M,100.0,Masters,Yes,YesExpired,45.0,five +4910,Mid,Australia,M,12,E,DA,N,4,,0,,PB,C,M,10.0,Bachelors (4 years),No,N,40.0,zero +4911,Very High,USA,O,4,E,DBAP,N,3,,0,,PB,S,M,1000.0,Bachelors (4 years),Yes,N,40.0,five +4912,High,USA,M,13,E,DBAP,N,7,,1,,PB,S,M,325.0,Bachelors (4 years),Yes,N,47.0,zero +4913,High,USA,M,10,E,A,N,5,,0,,PB,S,M,25.0,None (no degree completed),,YesValid,40.0,zero +4914,High,USA,M,2,E,M,Y,2,,0,,PB,S,M,8.0,Bachelors (4 years),No,YesExpired,45.0,zero +4915,Low,Australia,M,3,E,DA,N,3,,4,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +4916,Mid,USA,P,2,E,DT,N,30,,0,,PB,C,M,400.0,Bachelors (4 years),No,YesExpired,50.0,zero +4917,Very High,Australia,M,11,IC,DBAD,N,8,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,42.0,zero +4918,Low,USA,M,18,E,DBAD,N,3,,3,,LG,S,F,70.0,Masters,Yes,N,40.0,one +4919,Mid,USA,M,6,E,DBAP,N,6,,6,,PB,S,M,25.0,Associates (2 years),Yes,YesValid,45.0,two +4920,Mid,Australia,M,9,E,DBAG,N,6,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4921,Very High,UK,M,18,E,DBAG,N,2,,1,,PB,C,M,65.0,Associates (2 years),Yes,YesExpired,45.0,four +4922,Very Low,Italy,M,5,E,DBAD,N,5,,0,,PB,SE,M,15.0,Associates (2 years),Yes,YesValid,40.0,two +4923,Very Low,Serbia-and-Montenegro,M,10,EC,DBAG,N,3,,2,,PB,C,M,15.0,Masters,No,N,40.0,five +4924,Very Low,Australia,M,12,E,DA,N,12,,1,,PB,C,M,8.0,Masters,Yes,YesValid,38.0,zero +4925,Very High,USA,M,6,EC,A,Y,1,,2,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,45.0,zero +4926,Very High,USA,M,15,E,D,N,8,,3,,PB,,F,11.0,Bachelors (4 years),No,N,45.0,five +4927,High,Australia,M,14,E,DBAG,Y,4,,0,,NP,SE,M,24.0,Masters,No,N,40.0,one +4928,Low,USA,DB2,2,E,DBAG,Y,2,,6,,PB,S,M,14.0,Bachelors (4 years),Yes,N,45.0,five +4929,Low,Australia,M,8,P,DBAP,N,8,,2,,PB,S,M,103.0,None (no degree completed),,N,30.0,zero +4930,High,USA,M,8,E,DBAG,Y,4,,1,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,two +4931,High,USA,M,17,E,DBAP,N,4,,3,,PB,S,M,350.0,Bachelors (4 years),No,YesValid,42.0,five +4932,Low,USA,M,1,E,E,N,6,,0,,PB,SE,M,20.0,None (no degree completed),,YesExpired,45.0,zero +4933,Low,UK,M,11,EC,D,N,0,,0,,E,S,M,3.0,Masters,Yes,N,37.0,two +4934,Mid,USA,M,14,E,DBAG,Y,2,,0,,SG,SE,M,40.0,Bachelors (4 years),Yes,N,38.0,zero +4935,Very High,USA,M,15,E,DBAP,N,6,,2,,PB,SR,M,160.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4936,Mid,USA,M,14,E,E,N,8,,0,,E,S,M,15.0,None (no degree completed),,YesValid,45.0,three +4937,High,USA,M,20,E,DBAD,N,1,,6,,PB,SE,M,5.0,Associates (2 years),No,N,40.0,one +4938,High,USA,M,9,E,D,N,1,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4939,Very Low,Sweden,M,1,E,E,N,10,,2,,PB,S,M,120.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4940,Very High,USA,M,20,E,DBAG,N,1,,2,,PB,SR,M,30.0,Associates (2 years),Yes,YesValid,45.0,zero +4941,Very Low,USA,M,1,E,DA,N,1,,3,,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +4942,Low,Australia,M,3,E,AN,N,1,,0,,PB,S,M,5.0,None (no degree completed),,YesExpired,40.0,zero +4943,Low,Netherlands,M,7,E,D,Y,7,,3,,PB,S,M,25.0,Bachelors (4 years),No,N,50.0,zero +4944,High,USA,M,22,E,D,N,6,,4,,PB,,F,2.0,Bachelors (4 years),Yes,N,40.0,five +4945,Low,USA,O,20,E,D,N,15,,3,,PB,S,M,8.0,Bachelors (4 years),No,YesExpired,40.0,zero +4946,Mid,USA,M,19,E,DBAP,N,19,,2,,PB,S,M,150.0,Bachelors (4 years),No,YesExpired,50.0,five +4947,Mid,USA,M,10,EC,E,N,1,,4,,PB,S,F,600.0,Bachelors (4 years),No,YesValid,45.0,zero +4948,High,USA,M,20,E,DA,Y,6,,3,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,45.0,five +4949,Mid,USA,M,16,E,DBAP,N,0,,1,,PB,SR,M,55.0,Bachelors (4 years),No,N,45.0,zero +4950,Low,USA,M,17,E,M,Y,10,,1,,E,S,M,4.0,Bachelors (4 years),No,N,50.0,zero +4951,Very High,Australia,M,15,IC,DBAP,N,7,,0,,LG,C,M,600.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +4952,High,USA,M,11,E,DBAG,N,2,,6,,PB,S,F,300.0,Bachelors (4 years),No,YesExpired,60.0,three +4953,High,USA,M,10,E,DBAP,N,5,,4,,SG,S,M,320.0,Masters,No,N,44.0,zero +4954,Low,USA,M,3,E,DBAG,N,1,,0,,NP,S,M,50.0,Bachelors (4 years),No,N,50.0,zero +4955,Mid,USA,M,6,E,DBAG,Y,1,,0,,PB,S,M,20.0,Associates (2 years),Yes,YesExpired,45.0,zero +4956,Low,Australia,M,5,E,DBAP,N,5,,1,,PB,S,M,70.0,Bachelors (4 years),No,N,38.0,zero +4957,Low,New-Zealand,M,13,E,DBAP,N,13,,0,,LG,S,M,100.0,None (no degree completed),,N,40.0,zero +4958,Very High,USA,M,15,EC,D,Y,10,,1,,PB,S,F,100.0,None (no degree completed),,YesExpired,45.0,five +4959,Very Low,India,M,15,IC,A,N,20,,0,,PB,SR,M,3.0,Masters,No,YesValid,40.0,five +4960,High,Caymans,M,5,E,DT,Y,6,,0,,PB,S,M,2.0,None (no degree completed),No,YesExpired,45.0,zero +4961,Low,USA,M,3,E,DBAP,N,3,,4,,PB,S,M,200.0,Bachelors (4 years),Yes,N,45.0,zero +4962,Very High,USA,M,6,E,D,N,21,,0,,PB,SR,M,1.0,Bachelors (4 years),Yes,YesExpired,58.0,zero +4963,Very Low,Philippines,M,2,E,DBAG,N,5,,3,,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4964,High,USA,M,25,EC,DT,N,15,,0,,PB,S,M,15.0,None (no degree completed),,YesExpired,45.0,three +4965,High,USA,M,13,E,DBAG,N,13,,6,,PB,S,M,500.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +4966,Very Low,USA,M,5,E,M,Y,5,,1,,E,S,M,5.0,Bachelors (4 years),No,YesValid,45.0,zero +4967,Very Low,Indonesia,M,4,E,AN,N,1,,0,,SG,SE,M,4.0,Associates (2 years),Yes,N,40.0,zero +4968,High,USA,M,11,E,DBAG,N,1,,0,,PB,S,M,6.0,Masters,No,YesExpired,40.0,five +4969,Mid,USA,M,4,E,DBAD,N,4,,6,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +4970,Very Low,India,M,8,E,DA,Y,7,,6,,PB,SR,M,8.0,Associates (2 years),Yes,N,50.0,zero +4971,Very Low,Philippines,M,7,E,DBAG,N,7,,0,,PB,S,F,7.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4972,Very Low,Romania,M,16,EC,DT,N,0,,1,,PB,,M,5.0,Doctorate/PhD,No,YesExpired,20.0,one +4973,Mid,USA,M,18,E,DBAP,N,16,,6,,PB,SR,F,32.0,Bachelors (4 years),Yes,YesExpired,50.0,three +4974,Mid,USA,M,5,E,DBAP,N,4,,2,,PB,S,,40.0,Bachelors (4 years),Yes,N,40.0,zero +4975,Very Low,South-Africa,M,14,E,DT,N,7,,1,,PB,S,M,75.0,Bachelors (4 years),No,N,40.0,two +4976,Low,USA,M,4,E,DBAG,N,2,,5,,PB,S,M,200.0,None (no degree completed),,YesValid,45.0,zero +4977,Very Low,India,M,3,E,DBAP,Y,3,,3,,PB,C,M,130.0,Associates (2 years),Yes,YesValid,90.0,one +4978,Very Low,Austria,M,10,E,DBAG,Y,12,,1,,LG,S,M,15.0,None (no degree completed),,YesExpired,40.0,one +4979,Very Low,Italy,M,15,E,DBAG,N,15,,0,,PB,,M,10.0,None (no degree completed),,N,50.0,zero +4980,Very Low,South-Africa,M,17,E,DT,N,9,,1,,PB,S,M,42.0,None (no degree completed),,YesExpired,50.0,zero +4981,Very Low,Poland,M,8,E,DBAG,N,2,,5,,PB,SR,M,500.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4982,Very Low,Netherlands,M,8,E,DA,N,16,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4983,Very Low,Spain,M,12,E,DBAP,N,18,,0,,PB,SE,M,45.0,None (no degree completed),,N,45.0,one +4984,Very Low,India,M,6,E,DBAG,Y,6,,0,,PB,SR,F,20.0,Masters,Yes,YesValid,45.0,zero +4985,Mid,Denmark,M,15,E,E,N,12,,4,,PB,S,M,1500.0,Bachelors (4 years),No,YesExpired,50.0,two +4986,Very Low,Slovenia,M,7,E,E,Y,5,,2,,PB,S,M,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +4987,Very Low,Germany,M,15,E,DT,N,15,,2,,PB,S,M,7.0,Bachelors (4 years),No,YesValid,43.0,zero +4988,Very Low,UK,M,2,E,DBAP,N,2,,0,,LG,S,M,95.0,Associates (2 years),No,YesValid,38.0,zero +4989,Very Low,Sweden,M,20,E,D,N,20,,6,,SG,SE,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +4990,Very Low,UK,M,20,E,DBAG,N,5,,6,,E,,M,200.0,None (no degree completed),Yes,N,37.0,one +4991,Very Low,Bulgaria,M,14,E,DBAD,N,4,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,N,42.0,zero +4992,Very Low,Spain,M,6,E,DBAP,N,20,,2,,PB,S,M,100.0,None (no degree completed),,N,40.0,one +4993,Very Low,India,M,6,E,DBAG,N,7,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,9.0,zero +4994,High,UK,M,15,E,DT,N,4,,2,,PB,S,M,20.0,Bachelors (4 years),No,N,40.0,zero +4995,Very Low,South-Africa,M,20,E,DBAG,N,4,,0,,PB,S,M,50.0,Associates (2 years),Yes,YesValid,50.0,two +4996,Low,Belgium,M,8,EC,D,N,10,,1,,PB,S,M,5.0,Masters,Yes,YesValid,40.0,one +4997,Low,UK,M,8,E,A,N,2,,1,,PB,SE,M,20.0,Bachelors (4 years),No,YesValid,40.0,zero +4998,Very Low,UK,M,3,E,DT,N,3,,0,,PB,,M,6.0,Bachelors (4 years),No,YesValid,42.0,zero +4999,Low,Guernsey,M,12,E,DBAP,N,12,,2,,PB,,M,60.0,Bachelors (4 years),No,N,45.0,five +5000,Low,UK,M,20,E,M,Y,10,,3,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +5001,Low,UK,M,14,E,DBAD,N,4,,1,,PB,C,M,25.0,None (no degree completed),No,YesValid,37.0,one +5002,Very Low,UK,M,1,E,DBAD,N,25,,0,,SG,S,M,6.0,None (no degree completed),,N,37.0,zero +5003,Very Low,UK,M,12,E,DA,N,5,,1,,PB,S,M,4.0,None (no degree completed),,YesExpired,35.0,one +5004,Very Low,UK,M,7,E,AN,N,3,,2,,E,S,M,15.0,Associates (2 years),,YesValid,37.0,zero +5005,High,Switzerland,M,15,E,DBAP,N,6,,1,,SG,C,M,60.0,None (no degree completed),,YesExpired,42.0,zero +5006,Very Low,Poland,M,3,E,DBAP,N,3,,0,,PB,S,M,50.0,Masters,No,YesValid,40.0,zero +5007,Mid,UK,M,10,EC,DBAG,Y,15,,1,,PB,S,M,10.0,Bachelors (4 years),No,N,50.0,two +5008,Very Low,France,O,17,E,DBAG,N,10,,0,,PB,SE,M,100.0,Masters,Yes,YesExpired,37.0,zero +5009,Very Low,UK,M,11,E,D,N,11,,0,,NP,C,M,4.0,Bachelors (4 years),Yes,YesValid,35.0,one +5010,Very Low,Italy,M,8,E,DT,N,6,,4,,PB,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +5011,Very Low,Romania,M,10,E,A,N,6,,1,,PB,,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +5012,Very Low,Iceland,M,19,E,A,N,3,,0,,PB,S,M,80.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +5013,Mid,UK,M,8,E,DBAP,N,2,,2,,PB,,M,100.0,Masters,Yes,YesExpired,38.0,zero +5014,Very Low,Italy,M,8,E,DBAD,N,8,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5015,Very High,Switzerland,M,5,E,DBAP,N,5,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,41.0,one +5016,Very Low,Italy,M,12,E,AN,Y,4,,1,,PB,,F,5.0,None (no degree completed),No,YesValid,40.0,zero +5017,Very Low,India,M,7,E,DBAG,N,2,,1,,PB,C,M,20.0,Masters,Yes,YesExpired,50.0,zero +5018,Very Low,UK,M,9,E,DBAD,N,2,,0,,PB,SR,M,1.0,None (no degree completed),,N,38.0,zero +5019,Very Low,UK,M,6,E,DBAG,Y,1,,0,,E,S,M,68.0,Bachelors (4 years),No,YesValid,35.0,zero +5020,Very Low,Netherlands,M,6,E,DBAG,N,6,,5,,PB,S,M,200.0,Bachelors (4 years),No,YesValid,40.0,zero +5021,Very Low,UK,M,5,E,DBAG,Y,5,,2,,PB,S,F,30.0,Masters,Yes,N,50.0,zero +5022,Low,UK,M,17,E,DBAG,Y,2,,1,,PB,S,M,200.0,None (no degree completed),,YesExpired,38.0,zero +5023,Mid,Denmark,M,20,E,D,N,12,,2,,PB,S,M,10.0,Bachelors (4 years),Yes,YesExpired,40.0,two +5024,Very Low,UK,M,22,E,DBAP,N,33,,2,,PB,S,M,300.0,Associates (2 years),,N,37.0,zero +5025,Very Low,Russia,M,7,E,DBAG,Y,6,,2,,PB,S,M,50.0,Masters,Yes,YesValid,48.0,two +5026,Low,UK,M,17,E,DT,Y,5,,1,,PB,S,M,20.0,Bachelors (4 years),No,YesValid,40.0,one +5027,Mid,UK,M,18,E,D,Y,2,,0,,PB,S,M,20.0,None (no degree completed),,N,38.0,zero +5028,Very Low,UK,M,10,E,DBAG,Y,6,,1,,PB,,M,132.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +5029,Very Low,UK,M,6,E,DBAP,N,6,,2,,LG,SR,F,85.0,None (no degree completed),,N,37.0,three +5030,Mid,UK,M,7,E,DBAG,N,1,,0,,PB,SR,M,8.0,None (no degree completed),Yes,YesValid,40.0,two +5031,Very High,Ireland,M,12,E,M,Y,20,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,40.0,zero +5032,Mid,Switzerland,M,4,E,DBAG,N,4,,4,,PB,SR,M,50.0,Masters,Yes,N,40.0,one +5033,Low,UK,M,23,E,A,N,10,,0,,SG,S,M,300.0,Bachelors (4 years),No,YesExpired,40.0,zero +5034,Very Low,UK,M,5,E,AN,N,5,,1,,PB,SR,M,200.0,None (no degree completed),,N,38.0,zero +5035,Very Low,UK,M,10,E,D,N,5,,0,,NP,SR,F,10.0,Bachelors (4 years),Yes,N,38.0,one +5036,Very Low,UK,M,8,E,DT,N,8,,0,,PB,C,M,3.0,Bachelors (4 years),No,N,40.0,zero +5037,Very Low,South-Africa,M,12,IC,DBAP,N,10,,3,,PB,SR,M,27.0,Associates (2 years),No,YesExpired,40.0,zero +5038,Very Low,UK,O,10,E,DBAG,N,4,,1,,E,C,M,50.0,None (no degree completed),,N,37.0,one +5039,Mid,Netherlands,M,6,E,DBAG,N,18,,4,,PB,S,M,12.0,Associates (2 years),No,YesValid,40.0,zero +5040,Very High,USA,M,4,EC,DBAG,N,4,,1,,SG,S,M,40.0,Associates (2 years),No,YesValid,40.0,zero +5041,Low,UK,M,17,E,M,Y,10,,0,,FG,S,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +5042,Very Low,UK,M,9,E,DBAP,Y,3,,1,,PB,C,M,200.0,Bachelors (4 years),Yes,YesValid,45.0,one +5043,Very Low,Poland,O,15,E,DBAG,N,12,,4,,PB,S,M,70.0,Masters,Yes,N,40.0,zero +5044,Low,Sweden,M,10,E,D,N,6,,1,,SG,C,F,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5045,Mid,UK,M,14,EC,DBAG,Y,3,,3,,PB,S,M,2000.0,Bachelors (4 years),Yes,YesValid,50.0,two +5046,Very High,India,M,8,E,DBAP,N,5,,2,,PB,C,M,60.0,Bachelors (4 years),Yes,YesValid,40.0,one +5047,High,Ireland,M,12,E,A,Y,4,,0,,PB,C,M,25.0,Masters,No,YesExpired,40.0,zero +5048,Low,USA,M,10,E,DBAG,N,2,,1,,SG,S,M,16.0,Bachelors (4 years),No,YesExpired,40.0,zero +5049,High,USA,M,18,E,DBAP,N,16,,4,,PB,S,M,231.0,Bachelors (4 years),No,YesExpired,50.0,one +5050,Low,USA,M,5,E,DBAP,N,5,,6,,NP,S,M,700.0,Bachelors (4 years),Yes,N,40.0,zero +5051,Low,Germany,M,16,E,DBAD,N,3,,0,,PB,S,M,6.0,Masters,No,N,40.0,zero +5052,Very Low,UK,M,10,E,M,Y,8,,0,,LG,S,M,35.0,None (no degree completed),,N,40.0,one +5053,Very High,USA,M,11,E,M,Y,1,,3,,PB,S,M,250.0,Masters,Yes,YesExpired,40.0,zero +5054,Low,Norway,M,17,E,DBAP,N,2,,0,,PB,S,M,60.0,Associates (2 years),Yes,YesExpired,40.0,zero +5055,Low,USA,M,8,E,M,Y,5,,3,,PB,SE,M,400.0,Masters,Yes,N,45.0,one +5056,Very Low,UK,M,3,E,DBAG,N,1,,1,,PB,S,M,25.0,None (no degree completed),,YesValid,40.0,zero +5057,Mid,Germany,M,11,E,DBAP,N,1,,1,,PB,S,M,300.0,None (no degree completed),,N,40.0,zero +5058,Very High,USA,M,17,E,A,N,2,,0,,PB,S,M,800.0,Bachelors (4 years),Yes,N,40.0,two +5059,Low,Sweden,M,7,EC,DBAP,N,7,,5,,PB,S,M,200.0,Associates (2 years),No,YesValid,40.0,three +5060,High,USA,M,20,E,DBAG,N,0,,1,,PB,SR,F,50.0,Bachelors (4 years),No,YesValid,45.0,four +5061,Low,Germany,M,15,EC,DBAP,Y,17,,4,,PB,SE,,100.0,None (no degree completed),,YesValid,50.0,zero +5062,Very Low,Hungary,M,3,E,DA,Y,4,,1,,PB,SE,M,1.0,Associates (2 years),No,N,43.0,zero +5063,High,USA,M,8,E,DBAG,Y,4,,6,,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,40.0,five +5064,Very Low,Ireland,M,7,E,DBAG,N,3,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,38.0,zero +5065,Mid,UK,M,18,E,DBAD,N,18,,2,,PB,,M,580.0,None (no degree completed),,N,37.0,zero +5066,High,USA,M,12,E,DBAD,N,15,,2,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,45.0,two +5067,Very High,USA,M,7,E,D,N,1,,2,,PB,S,M,20.0,Bachelors (4 years),No,N,45.0,zero +5068,Low,UK,M,10,E,DBAG,Y,3,,2,,PB,,M,5.0,Bachelors (4 years),Yes,YesExpired,37.0,one +5069,Low,USA,M,9,E,DBAG,Y,9,,2,,E,SE,M,50.0,Bachelors (4 years),No,N,40.0,zero +5070,Very Low,UK,M,8,E,E,N,4,,0,,E,C,M,18.0,Masters,Yes,N,38.0,zero +5071,Mid,USA,M,6,E,DBAP,N,6,,0,,PB,S,M,10.0,None (no degree completed),,N,45.0,two +5072,Very High,USA,DB2,28,E,DBAG,N,7,,3,,PB,S,M,137.0,None (no degree completed),,N,40.0,zero +5073,High,USA,M,8,E,D,N,26,,0,,PB,S,M,15.0,Bachelors (4 years),No,N,41.0,one +5074,Mid,USA,M,3,E,DBAP,N,25,,1,,NP,SE,M,80.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +5075,Very High,USA,M,20,E,DBAP,N,5,,2,,PB,S,M,100.0,None (no degree completed),,N,45.0,one +5076,High,USA,M,12,E,DA,N,3,,0,,PB,C,M,6.0,Doctorate/PhD,No,N,40.0,zero +5077,High,USA,M,15,E,AN,N,6,,2,,NP,,M,10.0,Bachelors (4 years),Yes,N,38.0,one +5078,Very Low,UK,M,12,E,D,N,8,,1,,LG,,M,4.0,Bachelors (4 years),No,N,38.0,zero +5079,Very High,USA,M,15,E,DBAG,N,6,,0,,PB,S,M,150.0,Bachelors (4 years),No,YesExpired,50.0,zero +5080,Very Low,Poland,M,4,E,DBAP,N,4,,5,,PB,C,M,20.0,Masters,Yes,YesValid,40.0,two +5081,Mid,USA,M,6,E,A,N,6,,1,,PB,S,M,10.0,Associates (2 years),No,N,40.0,zero +5082,Mid,Switzerland,M,10,E,A,N,10,,3,,PB,S,M,7.0,Bachelors (4 years),No,N,45.0,zero +5083,Low,USA,O,4,E,AN,N,1,,1,,PB,S,M,1.0,Masters,No,N,40.0,five +5084,Very Low,UK,M,15,E,,Y,3,,1,,PB,SR,M,6.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5085,Very High,USA,M,20,E,DBAP,N,5,,0,,PB,S,F,40.0,Masters,Yes,YesValid,40.0,zero +5086,Mid,USA,M,15,E,DA,Y,1,,0,,PB,S,M,5.0,None (no degree completed),,N,45.0,two +5087,High,USA,M,17,E,DT,N,17,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,55.0,zero +5088,Very High,Switzerland,M,8,E,M,Y,1,,2,,PB,S,M,10.0,Bachelors (4 years),,YesValid,41.0,zero +5089,High,USA,M,17,E,DBAP,N,3,,0,,PB,S,M,80.0,Bachelors (4 years),No,YesExpired,40.0,one +5090,Low,Canada,M,10,E,DBAP,Y,1,,1,,PB,S,M,65.0,Bachelors (4 years),Yes,N,38.0,zero +5091,Very High,USA,M,14,E,DBAG,Y,1,,3,,PB,S,M,60.0,Bachelors (4 years),Yes,YesValid,45.0,two +5092,Mid,UK,M,8,E,DBAG,Y,1,,1,,PB,SR,M,300.0,None (no degree completed),,YesValid,38.0,zero +5093,Very High,USA,M,20,E,DT,N,10,,0,,PB,S,M,5.0,Bachelors (4 years),No,YesExpired,40.0,zero +5094,Low,Bahrain,SAP,5,E,DBAD,Y,6,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +5095,Very High,USA,M,20,E,DBAP,N,17,,5,,PB,S,F,400.0,None (no degree completed),,YesExpired,45.0,four +5096,High,USA,O,15,E,DBAG,N,25,,0,,PB,SE,F,350.0,Bachelors (4 years),Yes,YesExpired,45.0,one +5097,Low,USA,O,10,E,DBAG,N,10,,0,,E,,M,1.0,Bachelors (4 years),No,N,40.0,zero +5098,Low,Canada,M,20,E,DBAG,Y,20,,5,,PB,S,M,130.0,None (no degree completed),,YesValid,40.0,zero +5099,Low,Canada,M,6,E,DBAP,N,4,,4,,SG,,M,100.0,Bachelors (4 years),Yes,N,38.0,zero +5100,Mid,USA,M,13,E,E,N,3,,2,,PB,SR,M,12.0,None (no degree completed),,YesValid,48.0,three +5101,High,USA,M,12,E,DBAP,N,12,,6,,PB,S,M,150.0,Associates (2 years),Yes,YesExpired,45.0,three +5102,Mid,USA,M,10,EC,DBAG,N,6,,5,,PB,S,M,50.0,Bachelors (4 years),Yes,N,45.0,three +5103,Mid,USA,M,20,E,A,N,12,,0,,LG,SE,M,40.0,None (no degree completed),,YesExpired,40.0,zero +5104,High,USA,M,10,E,DBAP,N,10,,3,,PB,C,M,200.0,Masters,Yes,YesExpired,40.0,zero +5105,High,USA,M,6,E,E,N,6,,0,,PB,SR,M,95.0,None (no degree completed),,N,50.0,zero +5106,Very High,USA,M,21,E,DBAG,Y,10,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,60.0,one +5107,Low,Canada,M,15,E,DBAG,Y,6,,4,,SG,SE,M,250.0,Associates (2 years),Yes,YesExpired,36.0,zero +5108,Low,Canada,M,5,E,D,Y,8,,1,,PB,S,M,4.0,Associates (2 years),Yes,N,50.0,one +5109,Low,Canada,M,18,E,DT,Y,10,,6,,LG,S,M,10.0,Masters,Yes,N,37.0,one +5110,Mid,USA,M,6,E,DA,N,6,,2,,PB,S,F,4.0,Bachelors (4 years),No,N,40.0,five +5111,Low,USA,M,23,E,DBAG,N,5,,0,,PB,S,M,20.0,Associates (2 years),No,YesExpired,42.0,five +5112,Very Low,USA,M,2,E,DBAG,N,2,,1,,LG,S,M,35.0,Bachelors (4 years),Yes,N,40.0,zero +5113,Very High,USA,M,21,IC,A,N,15,,0,,PB,SR,M,6.0,Masters,No,N,45.0,zero +5114,Very High,USA,M,10,E,D,Y,4,,0,,PB,SR,M,5.0,Masters,No,N,50.0,two +5115,Mid,USA,M,8,E,DBAG,N,4,,2,,PB,S,M,300.0,Associates (2 years),Yes,YesExpired,50.0,one +5116,Very High,USA,M,15,E,DA,N,15,,2,,FG,S,M,6.0,Doctorate/PhD,No,N,46.0,zero +5117,High,USA,M,15,E,A,N,30,,1,,PB,S,M,160.0,Bachelors (4 years),Yes,YesExpired,40.0,five +5118,High,USA,M,10,E,DBAG,N,12,,3,,PB,S,M,75.0,None (no degree completed),,N,45.0,three +5119,Mid,USA,M,14,E,DBAG,N,6,,3,,PB,C,F,20.0,Associates (2 years),No,YesValid,40.0,one +5120,High,USA,M,18,E,DBAG,N,1,,4,,E,SE,M,75.0,Bachelors (4 years),Yes,YesExpired,42.0,two +5121,High,USA,M,17,E,DBAG,N,9,,0,,PB,S,M,80.0,Bachelors (4 years),No,YesExpired,45.0,zero +5122,Very High,USA,M,19,IC,DBAD,N,1,,0,,PB,SR,M,3.0,Bachelors (4 years),Yes,YesExpired,45.0,two +5123,High,USA,M,20,E,D,N,3,,3,,PB,SR,M,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5124,High,USA,M,8,E,DBAG,Y,5,,2,,PB,S,M,15.0,None (no degree completed),,YesExpired,45.0,zero +5125,Mid,USA,M,1,E,DBAG,N,1,,0,,PB,S,M,20.0,Masters,Yes,N,40.0,zero +5126,Mid,USA,M,3,E,DA,Y,3,,5,,SG,SE,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +5127,Very High,USA,M,12,E,E,Y,12,,0,,PB,S,M,500.0,Bachelors (4 years),Yes,N,40.0,zero +5128,Low,USA,M,4,E,D,N,4,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,one +5129,Low,UK,M,25,E,DT,N,2,,0,,PB,S,M,10.0,None (no degree completed),No,YesExpired,45.0,four +5130,High,Iceland,M,6,EC,E,Y,3,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,one +5131,Very High,New-Zealand,M,20,IC,DBAD,N,11,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5132,Mid,USA,M,15,E,DBAP,N,7,,2,,PB,S,M,220.0,Bachelors (4 years),Yes,N,40.0,zero +5133,Mid,USA,M,2,E,D,N,6,,1,,PB,S,F,20.0,Bachelors (4 years),No,YesValid,40.0,zero +5134,Very High,USA,M,16,E,DBAG,N,2,,0,,PB,S,M,30.0,None (no degree completed),,N,38.0,three +5135,High,USA,M,5,E,E,N,5,,3,,PB,S,M,15.0,Masters,No,YesValid,40.0,one +5136,Very High,USA,M,14,E,DT,N,14,,6,,PB,S,M,100.0,Bachelors (4 years),Yes,N,45.0,one +5137,Very Low,Romania,M,10,E,DBAG,N,5,,0,,PB,S,M,15.0,Masters,No,YesValid,9.0,three +5138,Very Low,UK,M,7,EC,DT,N,2,,4,,PB,SR,M,16.0,None (no degree completed),,N,35.0,two +5139,Mid,USA,M,10,E,DA,Y,3,,1,,SG,S,M,6.0,Bachelors (4 years),No,N,40.0,zero +5140,Mid,USA,M,9,E,DBAG,N,3,,0,,PB,S,M,36.0,Bachelors (4 years),No,N,50.0,two +5141,Very Low,UK,M,15,E,DBAD,N,6,,6,,PB,SR,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,two +5142,Low,USA,M,18,E,DBAP,N,17,,0,,LG,,,38.0,Bachelors (4 years),No,N,50.0,zero +5143,High,USA,M,3,E,DBAP,N,1,,2,,PB,S,M,600.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5144,High,USA,DB2,12,EC,DBAG,N,10,,5,,SG,C,M,50.0,Masters,Yes,YesValid,40.0,zero +5145,High,USA,M,8,E,DBAP,N,4,,0,,FG,S,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,one +5146,Mid,USA,M,18,E,DT,Y,5,,3,,PB,S,M,20.0,None (no degree completed),,YesExpired,43.0,zero +5147,Mid,USA,M,11,E,DBAP,N,5,,4,,PB,SE,M,300.0,Bachelors (4 years),Yes,N,40.0,five +5148,Very Low,Poland,M,12,E,M,Y,22,,3,,PB,S,M,2.0,None (no degree completed),Yes,YesExpired,42.0,zero +5149,Mid,Australia,M,6,EC,DBAP,Y,2,,0,,PB,S,M,90.0,Bachelors (4 years),Yes,YesValid,30.0,three +5150,Low,USA,M,7,E,DBAG,N,3,,1,,PB,C,M,70.0,Bachelors (4 years),Yes,YesValid,41.0,zero +5151,Mid,USA,M,5,E,DBAP,N,3,,2,,PB,,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +5152,High,USA,M,10,E,DBAG,N,7,,1,,PB,S,M,243.0,Bachelors (4 years),Yes,N,55.0,five +5153,Very High,USA,M,14,E,DT,N,10,,3,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5154,Low,Sweden,M,10,E,D,N,13,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,two +5155,Low,Germany,M,10,EC,D,N,0,,3,,PB,SR,M,35.0,Masters,Yes,YesValid,40.0,zero +5156,Low,UK,M,5,E,DBAG,N,2,,0,,PB,C,M,7.0,None (no degree completed),,N,40.0,two +5157,Very Low,Netherlands,M,5,E,AN,N,5,,6,,PB,SE,M,3.0,Masters,No,N,40.0,zero +5158,Very Low,Netherlands,M,21,E,DA,Y,10,,2,,E,SE,M,38.0,Bachelors (4 years),,YesValid,36.0,one +5159,Very Low,India,M,7,E,DBAD,N,2,,2,,PB,S,M,400.0,Bachelors (4 years),No,N,40.0,zero +5160,Low,Germany,M,12,EC,DBAG,N,4,,1,,PB,,M,40.0,None (no degree completed),,YesExpired,40.0,zero +5161,Very Low,UK,M,20,E,D,Y,15,,1,,E,SR,M,6.0,Bachelors (4 years),No,N,48.0,zero +5162,Very Low,Romania,M,12,IC,DA,Y,2,,0,,PB,,M,3.0,Bachelors (4 years),Yes,YesExpired,60.0,one +5163,Very High,USA,M,10,E,DBAG,N,8,,0,,PB,S,M,70.0,Bachelors (4 years),Yes,YesValid,50.0,zero +5164,Very Low,UK,M,2,E,DA,N,1,,6,,PB,SR,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5165,Low,Canada,M,20,E,DBAG,N,2,,6,,PB,S,M,150.0,Bachelors (4 years),No,YesExpired,40.0,one +5166,Low,USA,M,5,E,DT,N,5,,3,,PB,S,M,25.0,Bachelors (4 years),Yes,YesValid,45.0,five +5167,Very Low,Canada,M,5,E,DBAD,N,2,,0,,PB,S,F,8.0,None (no degree completed),,N,46.0,two +5168,Very High,USA,M,12,E,A,N,6,,0,,PB,S,M,12.0,None (no degree completed),,YesValid,45.0,zero +5169,Very High,USA,M,17,E,A,N,8,,0,,PB,S,M,15.0,Associates (2 years),No,N,45.0,zero +5170,Mid,USA,M,10,E,DBAG,N,10,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,YesValid,50.0,zero +5171,High,USA,M,9,E,,N,7,,6,,PB,SE,M,50.0,Associates (2 years),Yes,YesExpired,45.0,five +5172,High,UK,M,8,E,DBAP,N,2,,0,,PB,SE,F,700.0,Bachelors (4 years),No,N,37.0,one +5173,High,Switzerland,M,15,E,DBAP,N,21,,6,,PB,,M,100.0,Bachelors (4 years),,YesExpired,42.0,zero +5174,Low,UK,M,10,E,DBAG,N,1,,2,,PB,,M,10.0,None (no degree completed),,N,35.0,one +5175,Mid,USA,M,15,E,DBAG,N,9,,0,,NP,S,M,6.0,None (no degree completed),,N,41.0,zero +5176,Mid,USA,M,7,E,E,N,7,,1,,PB,S,M,37.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +5177,Low,USA,M,10,E,DBAP,N,1,,0,,PB,SR,F,415.0,None (no degree completed),,YesValid,50.0,zero +5178,Very Low,USA,M,3,E,DBAP,N,1,,0,,PB,S,M,6.0,Associates (2 years),Yes,YesExpired,40.0,three +5179,Very Low,Italy,M,16,E,DBAP,Y,11,,1,,PB,SE,M,10.0,Bachelors (4 years),No,YesValid,40.0,four +5180,Mid,USA,M,20,E,DBAP,N,3,,2,,PB,S,M,250.0,Masters,No,YesExpired,42.0,zero +5181,Very High,USA,M,15,E,M,Y,5,,1,,PB,SR,M,150.0,Masters,Yes,YesValid,50.0,zero +5182,Very Low,USA,MA,3,E,DA,N,3,,0,,NP,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +5183,Very Low,UK,M,15,E,AN,N,10,,0,,LG,S,M,8.0,Bachelors (4 years),Yes,N,37.0,two +5184,Low,USA,O,4,E,DBAP,N,2,,1,,LG,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +5185,Low,Canada,M,9,E,D,N,9,,0,,E,S,M,15.0,Associates (2 years),No,YesExpired,40.0,zero +5186,Mid,USA,M,3,E,DBAP,N,3,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,55.0,one +5187,Mid,USA,M,16,E,DBAP,N,16,,6,,PB,S,F,5000.0,None (no degree completed),,N,44.0,one +5188,Very High,USA,M,10,EC,DBAG,Y,3,,2,,PB,SE,M,50.0,None (no degree completed),,YesValid,50.0,five +5189,Very High,USA,M,15,E,DBAG,N,1,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +5190,High,USA,M,18,E,DBAG,N,2,,0,,PB,S,M,75.0,None (no degree completed),,YesExpired,38.0,two +5191,High,USA,M,25,E,DBAD,N,5,,0,,SG,S,M,4.0,None (no degree completed),,YesExpired,40.0,one +5192,Low,Canada,M,20,E,DA,Y,2,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5193,High,USA,M,20,E,DBAD,N,20,,5,,PB,,M,900.0,Bachelors (4 years),Yes,N,45.0,two +5194,Low,UK,M,15,E,DT,N,2,,2,,PB,S,F,3.0,Bachelors (4 years),Yes,N,40.0,one +5195,Very High,USA,M,17,E,DBAG,Y,29,,0,,PB,S,M,2.0,Bachelors (4 years),,YesExpired,40.0,zero +5196,Mid,USA,M,9,E,DBAG,N,2,,1,,PB,S,F,40.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5197,Mid,USA,M,13,E,DBAG,N,13,,0,,LG,S,F,20.0,Masters,No,N,40.0,zero +5198,High,USA,M,15,E,DBAG,N,15,,0,,SG,S,F,15.0,Masters,Yes,YesValid,40.0,zero +5199,Mid,USA,M,10,E,DBAP,N,5,,3,,PB,S,F,20.0,Bachelors (4 years),Yes,YesValid,55.0,zero +5200,Mid,USA,M,15,E,DBAG,N,2,,1,,PB,S,F,12.0,Bachelors (4 years),Yes,N,50.0,five +5201,Very Low,Canada,O,8,E,AN,N,8,,1,,PB,C,M,100.0,None (no degree completed),Yes,YesExpired,37.0,one +5202,High,USA,M,20,E,DBAP,N,7,,4,,PB,S,M,300.0,Bachelors (4 years),Yes,YesExpired,50.0,three +5203,Very High,USA,M,15,E,DBAG,N,1,,0,,PB,SR,M,50.0,None (no degree completed),,N,60.0,two +5204,Very Low,India,M,8,E,DT,Y,4,,2,,PB,S,M,8.0,Bachelors (4 years),Yes,N,50.0,five +5205,Very High,USA,M,15,EC,DBAG,N,1,,1,,PB,S,M,200.0,None (no degree completed),,N,60.0,two +5206,Mid,New-Zealand,M,20,E,A,N,1,,3,,PB,S,M,230.0,None (no degree completed),,YesExpired,40.0,one +5207,Very High,USA,M,21,E,DBAG,N,21,,0,,PB,S,M,26.0,Bachelors (4 years),No,N,45.0,one +5208,High,USA,M,18,EC,DBAD,N,2,,1,,SG,S,M,14.0,Bachelors (4 years),No,N,40.0,zero +5209,High,USA,M,20,E,DBAG,N,2,,0,,PB,S,M,6.0,Associates (2 years),Yes,YesValid,40.0,one +5210,Very Low,Canada,M,5,EC,DBAG,N,5,,6,,PB,SE,M,400.0,Associates (2 years),Yes,N,40.0,zero +5211,Very High,USA,M,16,E,DBAP,N,21,,1,,PB,S,M,35.0,Masters,Yes,YesExpired,40.0,three +5212,Mid,USA,O,2,E,AN,N,2,,1,,E,S,M,10.0,Doctorate/PhD,No,N,40.0,zero +5213,Very Low,Australia,M,2,P,DBAP,N,2,,0,,PB,S,M,15.0,Associates (2 years),Yes,YesValid,24.0,zero +5214,Low,USA,O,2,E,DBAG,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesValid,44.0,zero +5215,High,Canada,M,15,E,DBAP,N,13,,1,,SG,S,M,50.0,Associates (2 years),Yes,N,37.0,zero +5216,Very Low,Thailand,M,4,E,DBAG,N,4,,2,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +5217,Mid,Canada,M,7,E,AN,N,31,,1,,PB,SE,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +5218,Mid,Australia,M,7,E,D,Y,1,,6,,PB,SR,,3.0,Masters,Yes,YesExpired,38.0,one +5219,Low,USA,M,12,E,DA,N,11,,4,,E,SE,M,8.0,None (no degree completed),,N,36.0,zero +5220,Very Low,Turkey,M,2,E,DBAD,N,2,,0,,PB,C,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5221,Very Low,Moldova,M,10,EC,M,Y,10,,1,,PB,S,M,20.0,Masters,No,YesExpired,40.0,zero +5222,Very Low,Serbia-and-Montenegro,M,7,E,E,N,7,,1,,SG,S,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,five +5223,Very High,USA,RDS,10,E,E,N,3,,0,,PB,S,M,500000.0,Bachelors (4 years),No,YesExpired,50.0,zero +5224,Low,UK,M,8,E,DBAP,Y,4,,3,,NP,S,M,500.0,None (no degree completed),,YesExpired,40.0,one +5225,Low,Poland,M,10,E,DBAD,N,5,,1,,PB,S,M,14.0,Masters,Yes,YesValid,40.0,two +5226,Very Low,Austria,M,5,E,DBAD,N,4,,1,,PB,SE,F,5.0,Masters,Yes,YesValid,40.0,zero +5227,Very Low,UK,M,15,E,DBAP,N,15,,0,,PB,S,M,70.0,Bachelors (4 years),Yes,YesExpired,35.0,one +5228,Very Low,India,M,2,E,D,Y,2,,4,,PB,SR,M,2.0,Masters,Yes,N,40.0,zero +5229,Very Low,UK,M,10,E,E,N,15,,0,,E,S,M,15.0,None (no degree completed),,N,37.0,zero +5230,Mid,UK,M,22,IC,DBAG,N,2,,1,,PB,,M,120.0,Bachelors (4 years),Yes,YesExpired,35.0,zero +5231,Low,Netherlands,M,9,E,D,N,1,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,YesValid,40.0,one +5232,Mid,USA,M,8,E,DBAG,N,8,,4,,PB,S,M,450.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5233,Mid,USA,M,17,E,DT,N,3,,2,,PB,SR,M,6.0,Bachelors (4 years),No,YesValid,43.0,two +5234,Very High,USA,M,23,E,DBAD,N,22,,0,,PB,S,M,350.0,Bachelors (4 years),No,YesValid,45.0,zero +5235,High,USA,M,8,E,M,Y,1,,0,,PB,S,M,50.0,Bachelors (4 years),No,N,40.0,zero +5236,Mid,USA,M,12,E,DBAG,N,3,,0,,PB,S,M,15.0,Bachelors (4 years),Yes,N,65.0,zero +5237,Mid,USA,M,10,E,DBAG,N,10,,6,,PB,SE,M,1000.0,Associates (2 years),Yes,YesValid,40.0,one +5238,Low,USA,M,3,E,DBAG,N,3,,4,,PB,S,F,53.0,Masters,Yes,N,37.0,zero +5239,Mid,USA,M,3,E,DBAG,N,5,,0,,PB,SE,M,3.0,Bachelors (4 years),Yes,N,50.0,one +5240,Very Low,UK,M,15,E,DBAP,N,1,,0,,LG,SR,M,75.0,Bachelors (4 years),Yes,N,35.0,zero +5241,Low,USA,M,3,E,DBAG,N,2,,0,,PB,S,M,3.0,None (no degree completed),,N,40.0,zero +5242,Mid,Switzerland,M,7,E,DA,N,7,,3,,PB,C,M,3.0,Masters,Yes,YesExpired,40.0,zero +5243,Very Low,UK,M,1,E,DBAG,N,1,,1,,NP,S,M,150.0,Bachelors (4 years),No,YesValid,40.0,one +5244,Very High,UK,M,11,E,DBAP,N,5,,3,,PB,,M,30.0,None (no degree completed),,YesExpired,40.0,one +5245,Very High,USA,M,15,E,DBAP,N,0,,0,,PB,S,M,50.0,Bachelors (4 years),No,YesExpired,60.0,five +5246,Mid,USA,M,7,E,DBAP,N,7,,2,,PB,S,M,60.0,Bachelors (4 years),Yes,N,40.0,one +5247,Very High,USA,M,20,E,DBAP,N,5,,4,,PB,S,M,100.0,Associates (2 years),Yes,YesValid,40.0,one +5248,Mid,USA,M,3,E,DA,N,6,,1,,PB,S,M,3.0,Bachelors (4 years),No,N,50.0,zero +5249,High,USA,M,12,EC,A,N,1,,0,,PB,S,M,50.0,Masters,Yes,YesValid,50.0,five +5250,Low,USA,M,5,E,A,N,1,,0,,PB,,M,20.0,Bachelors (4 years),No,YesValid,45.0,zero +5251,Very High,USA,P,2,E,A,Y,20,,2,,PB,SE,M,100.0,Masters,No,YesExpired,50.0,two +5252,High,USA,M,11,E,DBAG,N,3,,1,,NP,S,M,200.0,None (no degree completed),,N,40.0,three +5253,Low,USA,M,5,E,M,Y,5,,0,,NP,C,F,3.0,Bachelors (4 years),No,N,40.0,zero +5254,Mid,USA,M,10,E,D,N,6,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,70.0,zero +5255,Mid,USA,M,20,E,A,N,5,,0,,PB,SR,M,2.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5256,High,USA,M,22,E,DBAG,N,1,,0,,PB,S,M,10.0,None (no degree completed),,YesValid,45.0,zero +5257,Very High,USA,M,18,E,M,Y,18,,2,,PB,,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5258,High,USA,M,19,E,DT,N,19,,5,,PB,,M,40.0,None (no degree completed),,YesExpired,45.0,one +5259,Very Low,USA,M,7,E,DBAG,N,7,,0,,NP,S,M,20.0,None (no degree completed),,N,40.0,three +5260,Low,USA,M,15,E,DBAP,N,10,,0,,LG,,F,35.0,Bachelors (4 years),Yes,N,40.0,two +5261,Very High,USA,M,10,E,DBAG,Y,7,,0,,PB,S,M,3.0,Bachelors (4 years),No,N,40.0,zero +5262,Very Low,USA,M,17,EC,DBAP,N,17,,6,,PB,S,F,500.0,None (no degree completed),No,N,50.0,three +5263,Mid,USA,M,6,E,DBAG,N,2,,0,,PB,SR,M,8.0,Associates (2 years),No,YesExpired,40.0,five +5264,Very Low,Brazil,M,8,EC,DBAG,N,8,,2,,PB,SR,M,50.0,Associates (2 years),Yes,YesExpired,52.0,one +5265,Very High,USA,M,10,E,DT,N,1,,2,,PB,C,M,10.0,Bachelors (4 years),No,N,50.0,zero +5266,Very Low,USA,M,1,E,DBAP,N,1,,4,,PB,S,M,8.0,Bachelors (4 years),No,N,45.0,one +5267,Low,USA,M,10,E,DBAG,N,12,,0,,PB,,F,25.0,Bachelors (4 years),Yes,N,42.0,zero +5268,Mid,USA,M,12,E,DBAD,N,11,,0,,PB,SE,M,175.0,Bachelors (4 years),No,N,50.0,two +5269,Low,USA,M,10,E,DBAG,N,6,,0,,E,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5270,Very Low,USA,M,2,E,DBAG,N,2,,0,,PB,S,M,15.0,Associates (2 years),Yes,N,40.0,zero +5271,Mid,UK,M,17,E,DT,N,1,,2,,PB,S,M,5.0,Bachelors (4 years),No,YesValid,40.0,zero +5272,Very Low,USA,M,3,E,DBAG,N,3,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,three +5273,Low,USA,M,3,E,DBAP,N,8,,0,,LG,,F,42.0,Bachelors (4 years),Yes,N,45.0,two +5274,High,USA,M,25,E,DBAP,Y,5,,1,,PB,S,M,400.0,Masters,Yes,YesExpired,50.0,three +5275,Very High,USA,M,3,E,DBAP,N,3,,1,,PB,S,M,100.0,Bachelors (4 years),No,YesExpired,65.0,zero +5276,Low,USA,M,1,EC,DBAG,N,1,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,two +5277,Low,USA,M,2,EC,DBAP,N,2,,0,,PB,SR,M,40.0,Masters,Yes,N,40.0,one +5278,High,USA,O,8,E,DBAG,N,8,,1,,PB,SR,M,7.0,Bachelors (4 years),Yes,N,50.0,zero +5279,Very Low,Nicaragua,P,7,E,DBAP,N,7,,3,,LG,SR,M,70.0,Masters,Yes,YesValid,40.0,zero +5280,Mid,USA,M,6,E,DBAG,N,6,,0,,PB,S,F,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5281,High,Australia,M,10,E,DBAP,N,3,,2,,PB,,M,500.0,Bachelors (4 years),No,YesValid,40.0,zero +5282,Very Low,Canada,M,5,E,,Y,5,,1,,PB,S,M,300.0,None (no degree completed),,N,32.0,five +5283,Low,UK,M,17,P,DBAG,Y,7,,1,,PB,S,F,20.0,Masters,No,YesExpired,35.0,zero +5284,Very Low,UK,M,8,IC,DT,N,1,,0,,PB,S,M,4.0,Doctorate/PhD,No,N,35.0,five +5285,High,Australia,M,11,E,DA,N,11,,1,,PB,SR,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +5286,Very High,USA,M,18,E,A,N,15,,1,,E,S,M,30.0,Bachelors (4 years),Yes,YesExpired,50.0,one +5287,Very High,USA,M,15,E,D,N,15,,1,,PB,SE,M,10.0,Masters,No,N,50.0,five +5288,Low,Lithuania,M,15,E,DBAG,N,2,,3,,PB,S,M,50.0,Masters,Yes,YesExpired,50.0,five +5289,Very Low,Romania,M,5,E,DT,N,3,,1,,PB,SR,M,5.0,Masters,Yes,N,40.0,zero +5290,High,USA,M,20,E,A,N,8,,0,,FG,S,M,10.0,Associates (2 years),No,YesExpired,45.0,one +5291,High,USA,M,10,E,M,Y,7,,6,,NP,S,M,10.0,Bachelors (4 years),Yes,N,50.0,zero +5292,High,USA,M,7,E,DT,N,7,,3,,PB,,M,2.0,None (no degree completed),,YesExpired,40.0,five +5293,Very Low,UK,M,9,E,DBAP,N,9,,0,,PB,SR,M,80.0,None (no degree completed),,YesValid,37.0,zero +5294,Low,USA,M,10,E,DBAG,N,4,,4,,PB,SE,M,150.0,Associates (2 years),No,N,40.0,one +5295,Very Low,UK,M,14,E,DBAP,N,5,,6,,PB,SR,M,800.0,Bachelors (4 years),Yes,N,37.0,five +5296,Very High,USA,M,21,E,DBAG,N,21,,5,,PB,C,M,100.0,None (no degree completed),,YesExpired,45.0,five +5297,Very High,USA,M,17,EC,DBAG,Y,2,,0,,FG,SE,M,15.0,None (no degree completed),,YesValid,60.0,three +5298,Low,USA,M,20,EC,DT,N,10,,0,,PB,S,F,10.0,Bachelors (4 years),No,N,45.0,zero +5299,High,USA,M,7,E,D,N,7,,6,,PB,S,M,10.0,Bachelors (4 years),No,N,40.0,zero +5300,Mid,USA,M,10,E,DBAG,N,8,,0,,PB,,M,14.0,Masters,Yes,YesValid,38.0,zero +5301,High,USA,O,10,E,DT,N,10,,1,,PB,SR,M,10.0,Masters,Yes,YesValid,50.0,zero +5302,Low,USA,M,7,E,A,N,2,,0,,E,S,M,30.0,Masters,Yes,N,45.0,one +5303,High,USA,M,13,E,AN,N,10,,3,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,zero +5304,Very Low,UK,M,10,EC,DBAG,Y,1,,3,,PB,S,M,3.0,Doctorate/PhD,No,YesExpired,40.0,one +5305,Mid,USA,M,15,E,D,N,10,,0,,LG,S,M,10.0,Bachelors (4 years),No,N,50.0,two +5306,Very High,USA,M,23,E,M,Y,5,,0,,PB,SE,M,172.0,Bachelors (4 years),No,YesValid,50.0,two +5307,High,USA,M,8,EC,DT,Y,4,,0,,PB,S,M,5.0,Bachelors (4 years),No,N,40.0,zero +5308,High,USA,M,15,E,DBAP,Y,1,,0,,PB,SR,M,100.0,None (no degree completed),,YesValid,50.0,one +5309,High,UK,M,18,IC,DT,N,7,,0,,PB,SR,M,6.0,Bachelors (4 years),No,YesValid,38.0,two +5310,High,USA,M,3,IC,DT,Y,25,,2,,NP,S,M,4.0,Masters,Yes,N,53.0,five +5311,Mid,USA,M,18,E,DT,Y,1,,0,,PB,SE,M,3.0,Masters,Yes,YesValid,45.0,zero +5312,Very High,USA,M,22,E,M,Y,5,,0,,PB,C,M,5.0,Bachelors (4 years),No,N,44.0,zero +5313,Low,USA,M,25,E,DBAG,Y,20,,1,,PB,S,M,75.0,Masters,No,YesExpired,45.0,one +5314,Mid,USA,M,8,E,DBAP,N,1,,5,,NP,S,M,180.0,None (no degree completed),,YesExpired,50.0,five +5315,Mid,USA,M,18,E,DBAG,N,10,,1,,E,S,F,30.0,None (no degree completed),,N,45.0,five +5316,High,USA,M,6,E,DT,Y,6,,2,,PB,C,M,15.0,Bachelors (4 years),No,N,50.0,zero +5317,Very High,USA,M,22,E,D,N,25,,4,,PB,S,M,120.0,Bachelors (4 years),Yes,N,50.0,four +5318,Mid,USA,M,7,E,AN,N,7,,1,,PB,SE,M,5.0,None (no degree completed),,N,50.0,one +5319,Very Low,UK,M,20,E,D,N,1,,4,,PB,SR,M,30.0,Bachelors (4 years),No,N,35.0,zero +5320,Mid,Netherlands,O,18,EC,DBAP,Y,8,,2,,PB,SE,F,4.0,Bachelors (4 years),No,YesExpired,40.0,one +5321,High,USA,M,16,E,A,N,1,,0,,PB,S,M,20.0,None (no degree completed),,N,50.0,five +5322,Mid,USA,M,17,E,DT,N,6,,3,,NP,S,F,4.0,Bachelors (4 years),Yes,YesValid,42.0,zero +5323,Mid,USA,M,10,E,DT,N,4,,4,,PB,SR,M,12.0,Bachelors (4 years),Yes,N,38.0,one +5324,Very High,USA,,1,E,A,N,1,,1,,PB,S,F,5.0,Masters,No,N,40.0,five +5325,Low,USA,MA,25,E,DA,N,4,,0,,FG,C,F,2.0,Masters,No,N,90.0,five +5326,Very Low,Mexico,M,12,E,DBAG,N,6,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,48.0,zero +5327,Mid,USA,M,8,E,DBAP,N,2,,3,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,five +5328,Mid,Ireland,M,14,E,D,N,1,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,N,38.0,two +5329,Low,Australia,M,20,E,DA,N,17,,1,,PB,S,M,3.0,None (no degree completed),,N,40.0,zero +5330,Very Low,UK,M,12,E,DBAP,N,4,,6,,PB,SE,M,200.0,Bachelors (4 years),Yes,YesValid,50.0,one +5331,Very Low,Greece,M,6,E,M,N,5,,0,,PB,S,M,2.0,Bachelors (4 years),No,YesExpired,43.0,zero +5332,Very Low,Lithuania,M,6,E,DT,N,1,,1,,PB,S,M,14.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5333,Very Low,USA,M,9,E,AN,N,8,,3,,E,C,F,1.0,Bachelors (4 years),Yes,N,40.0,zero +5334,Very High,USA,M,25,E,DBAP,N,2,,0,,FG,S,M,49.0,Masters,Yes,YesExpired,42.0,one +5335,Mid,Australia,M,4,E,DBAP,N,4,,3,,PB,S,M,100.0,Bachelors (4 years),Yes,N,45.0,zero +5336,High,Australia,M,18,E,D,N,4,,3,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,two +5337,Mid,USA,MA,15,E,DT,N,15,,3,,PB,C,M,0.0,Bachelors (4 years),No,YesValid,40.0,zero +5338,Very High,USA,M,13,E,DBAG,N,3,,1,,PB,S,M,50.0,Masters,No,YesExpired,35.0,zero +5339,High,USA,M,10,E,DT,Y,2,,1,,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5340,Very High,USA,M,30,E,DBAG,N,30,,0,,PB,S,F,50.0,Associates (2 years),Yes,YesValid,50.0,two +5341,High,USA,M,5,E,DBAP,Y,1,,6,,PB,SE,M,250.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5342,High,USA,M,9,EC,DA,N,9,,0,,FG,S,M,1.0,Bachelors (4 years),Yes,N,40.0,two +5343,High,USA,M,8,E,DBAG,N,8,,6,,PB,S,M,400.0,Masters,Yes,N,40.0,four +5344,Low,USA,M,11,E,AN,N,11,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesExpired,50.0,four +5345,High,USA,M,14,E,DBAG,N,2,,0,,PB,S,M,3.0,Bachelors (4 years),No,YesValid,40.0,five +5346,High,USA,O,25,EC,DBAP,N,25,,4,,PB,S,M,1000.0,Bachelors (4 years),Yes,N,40.0,five +5347,Low,USA,M,10,E,DT,N,7,,0,,E,S,M,3.0,Bachelors (4 years),Yes,YesValid,50.0,four +5348,Very High,USA,M,18,E,DBAP,N,4,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,four +5349,Very High,USA,M,17,E,M,Y,7,,0,,PB,,M,325.0,None (no degree completed),,YesValid,45.0,three +5350,Very High,USA,M,20,E,M,Y,1,,0,,PB,S,M,100.0,None (no degree completed),,YesValid,55.0,zero +5351,Very Low,Poland,M,4,E,DBAP,N,6,,6,,PB,S,M,50.0,None (no degree completed),,YesValid,41.0,zero +5352,Very High,USA,M,16,E,AN,N,20,,6,,PB,S,M,10.0,Bachelors (4 years),No,N,45.0,zero +5353,Very High,USA,M,7,E,M,Y,5,,0,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,50.0,zero +5354,Low,Australia,M,10,E,AN,N,15,,0,,PB,SE,M,20.0,None (no degree completed),,YesExpired,47.0,zero +5355,Low,Germany,M,10,E,M,Y,4,,0,,PB,S,M,5.0,Masters,Yes,YesValid,40.0,one +5356,Low,USA,M,12,E,DA,N,1,,1,,PB,S,F,14.0,None (no degree completed),,YesExpired,45.0,zero +5357,High,USA,M,10,E,DBAP,N,6,,0,,PB,SE,M,32.0,None (no degree completed),,YesExpired,40.0,zero +5358,Mid,Australia,M,18,E,DBAG,N,5,,0,,PB,S,M,20.0,None (no degree completed),,N,38.0,one +5359,Low,USA,M,7,E,DT,N,3,,3,,PB,S,M,15.0,None (no degree completed),,YesExpired,40.0,zero +5360,Low,Australia,M,6,E,AN,N,6,,0,,PB,,F,2.0,Doctorate/PhD,Yes,N,40.0,zero +5361,Very Low,Philippines,M,10,E,A,N,5,,0,,PB,,M,4.0,Bachelors (4 years),No,N,40.0,two +5362,Mid,Australia,M,12,E,A,Y,2,,0,,PB,SE,M,14.0,Masters,Yes,YesExpired,45.0,one +5363,Very Low,Russia,M,5,E,M,Y,3,,0,,PB,SE,M,3.0,Bachelors (4 years),No,YesValid,45.0,zero +5364,High,USA,M,15,E,DBAD,N,15,,1,,PB,SR,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,five +5365,Low,USA,M,1,E,DBAD,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +5366,Very High,Switzerland,M,18,E,DBAG,Y,15,,0,,PB,S,M,47.0,None (no degree completed),,N,45.0,zero +5367,Very Low,Netherlands,M,3,E,DBAP,N,3,,2,,FG,S,M,150.0,Bachelors (4 years),Yes,YesValid,36.0,zero +5368,Low,Norway,M,7,E,E,N,9,,0,,LG,S,M,5.0,Associates (2 years),No,N,38.0,zero +5369,Very Low,UK,M,11,E,DT,N,11,,4,,PB,S,M,6.0,None (no degree completed),,N,35.0,zero +5370,High,USA,M,7,E,DA,Y,12,,1,,PB,SE,M,3.0,Bachelors (4 years),Yes,YesValid,45.0,one +5371,High,UK,M,15,IC,DBAD,N,1,,0,,PB,SR,M,9.0,Bachelors (4 years),Yes,YesExpired,35.0,zero +5372,Low,UK,M,15,E,D,N,10,,3,,PB,SR,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +5373,Low,UK,M,15,E,DA,Y,8,,0,,FG,S,M,7.0,Bachelors (4 years),No,N,40.0,zero +5374,Very Low,UK,M,20,E,DBAD,Y,1,,0,,PB,S,F,2.0,Bachelors (4 years),No,YesExpired,40.0,one +5375,Very Low,Turkey,M,7,E,DT,Y,3,,2,,PB,SR,M,30.0,Bachelors (4 years),No,N,48.0,zero +5376,Very Low,Netherlands,M,1,EC,DA,N,7,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5377,Very Low,UK,O,7,E,D,Y,7,,0,,SG,SE,M,6.0,Masters,Yes,YesValid,40.0,one +5378,Very Low,UK,M,15,E,AN,N,20,,6,,PB,SE,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +5379,Very Low,Russia,M,5,E,DBAP,N,1,,0,,PB,C,M,15.0,None (no degree completed),,YesValid,40.0,zero +5380,Very Low,UK,M,6,E,DBAG,N,6,,1,,NP,SR,M,9.0,Bachelors (4 years),Yes,N,40.0,two +5381,Low,USA,M,5,E,DT,N,3,,0,,PB,S,F,3.0,Masters,No,YesValid,45.0,zero +5382,Low,Netherlands,M,20,E,M,Y,5,,2,,PB,SE,M,30.0,None (no degree completed),,YesExpired,40.0,one +5383,Low,USA,M,3,E,DBAG,N,3,,1,,PB,S,M,7.0,Associates (2 years),Yes,YesValid,40.0,zero +5384,Low,USA,M,9,E,DA,N,6,,6,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5385,High,USA,M,7,E,M,Y,7,,0,,PB,,M,2.0,Bachelors (4 years),No,YesExpired,45.0,zero +5386,High,USA,M,10,E,DBAP,N,10,,1,,PB,S,M,200.0,Bachelors (4 years),No,YesExpired,45.0,zero +5387,Very Low,USA,M,2,E,DT,N,1,,3,,PB,,M,9.0,Bachelors (4 years),Yes,N,40.0,zero +5388,Mid,USA,M,6,E,DBAG,Y,1,,0,,PB,SR,M,6.0,Associates (2 years),Yes,N,50.0,zero +5389,Mid,USA,M,18,E,,N,25,,6,,PB,C,M,1000.0,Associates (2 years),Yes,N,43.0,zero +5390,Low,Canada,M,13,E,DBAD,Y,8,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5391,Very High,USA,M,15,E,A,Y,4,,3,,PB,S,M,6.0,Bachelors (4 years),No,N,53.0,zero +5392,Low,Canada,M,15,E,A,N,11,,0,,SG,S,M,130.0,Bachelors (4 years),Yes,N,35.0,zero +5393,Very Low,India,M,10,E,DBAD,N,9,,1,,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5394,Very High,USA,M,15,E,DBAD,Y,2,,2,,PB,S,M,30.0,Masters,Yes,YesValid,40.0,one +5395,Low,France,M,9,E,DBAP,N,2,,0,,PB,SR,M,280.0,Masters,Yes,N,42.0,zero +5396,Very High,USA,M,20,EC,A,N,4,,6,,PB,SR,M,20.0,Bachelors (4 years),No,YesValid,45.0,one +5397,Mid,USA,M,11,E,D,N,1,,1,,PB,S,M,20.0,Doctorate/PhD,No,YesValid,40.0,one +5398,High,USA,M,15,E,DBAP,N,1,,0,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,50.0,zero +5399,Very Low,UK,M,17,E,AN,N,17,,0,,PB,S,M,1.0,None (no degree completed),Yes,N,40.0,zero +5400,Very High,USA,M,18,E,DBAD,N,6,,3,,PB,SR,M,5.0,Bachelors (4 years),No,YesExpired,45.0,zero +5401,Very High,USA,M,18,E,D,Y,8,,2,,PB,,M,5.0,Bachelors (4 years),No,N,40.0,two +5402,Low,USA,M,6,E,DBAG,N,6,,1,,E,S,,20.0,Doctorate/PhD,No,YesExpired,40.0,zero +5403,Mid,USA,M,15,E,DBAD,N,1,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,N,40.0,two +5404,Mid,Sweden,M,18,EC,DBAG,N,1,,3,,PB,SE,M,1.0,Masters,Yes,YesExpired,40.0,zero +5405,High,USA,M,8,E,M,Y,2,,0,,PB,S,M,25.0,None (no degree completed),,N,45.0,zero +5406,Mid,USA,M,10,E,DBAG,N,10,,0,,NP,,M,4.0,Bachelors (4 years),Yes,N,40.0,three +5407,Very Low,South-Africa,M,0,E,DBAD,N,0,,3,,PB,S,M,4.0,None (no degree completed),,YesValid,40.0,zero +5408,Mid,USA,M,12,E,AN,N,5,,2,,PB,SR,M,5.0,Bachelors (4 years),No,N,40.0,one +5409,Low,Canada,M,2,E,DT,N,0,,2,,PB,S,M,8.0,Associates (2 years),Yes,YesValid,40.0,zero +5410,High,USA,O,18,E,E,N,18,,2,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,55.0,one +5411,Low,USA,M,10,E,DA,N,2,,4,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,five +5412,Low,USA,M,5,E,DA,N,1,,4,,LG,S,M,8.0,Masters,No,N,40.0,zero +5413,Mid,USA,M,18,E,A,N,12,,0,,PB,,F,10.0,Bachelors (4 years),No,N,40.0,one +5414,Mid,USA,M,10,E,DBAP,N,10,,6,,PB,SE,M,2000.0,Associates (2 years),Yes,N,40.0,five +5415,Low,USA,M,7,E,DA,N,5,,0,,E,S,M,9.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5416,Very High,USA,M,18,E,DBAG,N,10,,5,,PB,S,M,500.0,Bachelors (4 years),No,YesExpired,40.0,five +5417,Very Low,USA,M,5,E,M,N,5,,0,,E,S,F,4.0,Bachelors (4 years),No,YesExpired,45.0,zero +5418,Very High,USA,M,25,E,A,N,5,,0,,PB,S,M,16.0,Masters,No,N,52.0,one +5419,High,USA,M,8,EC,DBAD,N,15,,1,,FG,S,M,5.0,Masters,Yes,N,42.0,two +5420,Very Low,Canada,M,2,E,DT,N,2,,0,,PB,S,M,3.0,None (no degree completed),,N,40.0,zero +5421,Low,Germany,M,6,E,D,N,6,,1,,PB,S,M,2.0,Masters,Yes,N,40.0,zero +5422,Very High,USA,M,22,E,E,N,3,,2,,PB,S,M,5.0,None (no degree completed),Yes,N,45.0,one +5423,High,USA,M,20,E,DBAG,N,9,,0,,PB,S,M,96.0,Bachelors (4 years),No,YesExpired,55.0,zero +5424,Very Low,USA,M,1,E,DBAG,N,1,,0,,PB,,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +5425,Mid,USA,M,4,E,DBAD,N,4,,1,,PB,S,M,9.0,Masters,Yes,N,40.0,zero +5426,Very Low,USA,M,8,E,DA,N,8,,4,,PB,S,M,7.0,Bachelors (4 years),Yes,N,60.0,zero +5427,Very Low,USA,M,3,E,AN,Y,3,,3,,E,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +5428,Very Low,USA,M,7,E,D,N,7,,1,,NP,,M,16.0,Associates (2 years),Yes,N,45.0,zero +5429,Mid,USA,M,7,EC,E,N,1,,5,,PB,C,M,20.0,None (no degree completed),,YesValid,42.0,zero +5430,Low,USA,M,3,E,DT,N,2,,4,,PB,SR,M,6.0,None (no degree completed),,N,40.0,one +5431,Mid,USA,M,17,E,E,N,10,,0,,PB,,M,50.0,Bachelors (4 years),Yes,N,45.0,zero +5432,Very High,USA,M,10,E,A,N,4,,1,,PB,S,M,28.0,Bachelors (4 years),Yes,N,40.0,one +5433,Very High,USA,M,13,EC,DBAP,N,1,,6,,FG,SR,M,120.0,Bachelors (4 years),Yes,N,40.0,zero +5434,Low,USA,M,13,E,DA,N,20,,6,,FG,S,M,12.0,Bachelors (4 years),No,YesExpired,40.0,zero +5435,Mid,USA,M,4,E,DBAG,N,4,,3,,PB,S,F,52.0,Bachelors (4 years),Yes,N,43.0,five +5436,Very High,USA,M,12,E,DBAG,N,3,,1,,PB,S,M,15.0,Bachelors (4 years),Yes,N,45.0,zero +5437,Mid,USA,M,10,E,D,N,5,,6,,E,S,M,24.0,Masters,Yes,N,40.0,zero +5438,Low,USA,M,4,E,DT,N,4,,0,,PB,SE,M,3.0,Associates (2 years),No,YesExpired,40.0,five +5439,Very High,USA,M,15,E,E,N,7,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5440,High,USA,M,3,E,AN,Y,3,,0,,PB,SE,M,2.0,Bachelors (4 years),No,N,40.0,zero +5441,Low,Canada,M,11,E,DBAG,N,7,,0,,PB,SR,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +5442,Mid,USA,M,4,E,DT,N,4,,5,,PB,S,M,158.0,Bachelors (4 years),Yes,N,40.0,zero +5443,Mid,USA,M,10,E,D,N,20,,0,,PB,S,M,7.0,Bachelors (4 years),Yes,YesValid,50.0,zero +5444,High,USA,M,8,E,DA,N,16,,4,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,40.0,one +5445,Very Low,USA,M,2,E,AN,N,2,,0,,PB,C,M,4.0,None (no degree completed),,YesValid,41.0,zero +5446,Very High,USA,M,10,IC,DBAP,N,2,,0,,PB,C,M,600.0,Associates (2 years),,YesExpired,40.0,five +5447,Mid,USA,M,13,E,A,N,2,,6,,NP,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +5448,High,USA,M,22,E,DBAG,N,22,,1,,PB,S,M,125.0,Bachelors (4 years),No,N,42.0,zero +5449,Mid,USA,M,5,E,DA,N,5,,2,,PB,SE,M,8.0,Bachelors (4 years),Yes,N,40.0,three +5450,Low,UAE,O,3,E,DA,N,3,,6,,SG,SR,M,15.0,Bachelors (4 years),Yes,N,45.0,two +5451,High,USA,M,16,E,DBAG,Y,5,,4,,PB,SR,M,100.0,Masters,No,N,43.0,five +5452,High,USA,P,1,EC,DS,N,3,,0,,PB,C,M,2.0,Bachelors (4 years),No,YesValid,40.0,zero +5453,Very Low,USA,M,6,E,DBAG,N,6,,2,,PB,S,M,25.0,Associates (2 years),Yes,N,50.0,zero +5454,High,USA,M,10,EC,D,N,10,,5,,PB,SR,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5455,Mid,USA,M,7,E,M,Y,5,,1,,PB,S,M,2.0,None (no degree completed),,N,50.0,zero +5456,Low,Canada,M,25,E,DBAD,N,3,,1,,PB,SR,M,15.0,None (no degree completed),,YesExpired,40.0,one +5457,High,USA,M,20,E,DT,N,1,,0,,PB,,M,2.0,Bachelors (4 years),No,N,40.0,one +5458,Low,USA,M,2,E,DA,N,2,,3,,PB,SE,M,12.0,Bachelors (4 years),No,N,42.0,zero +5459,Mid,USA,M,22,E,DA,N,22,,1,,PB,S,F,3.0,Bachelors (4 years),Yes,N,45.0,five +5460,Low,USA,M,1,E,DA,N,1,,1,,PB,S,M,2.0,Bachelors (4 years),No,N,50.0,zero +5461,High,USA,M,6,E,DT,N,1,,6,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,one +5462,High,USA,M,16,IC,DT,N,10,,0,,PB,S,M,24.0,None (no degree completed),,YesExpired,60.0,three +5463,Low,USA,M,2,E,AN,N,1,,2,,PB,S,M,2.0,Bachelors (4 years),No,YesValid,40.0,zero +5464,Mid,USA,M,9,E,DT,N,6,,6,,PB,SR,M,20.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5465,Low,USA,M,4,E,DT,N,1,,1,,PB,S,M,6.0,Bachelors (4 years),No,N,40.0,zero +5466,Mid,USA,M,2,E,AN,Y,2,,6,,PB,SE,M,2.0,Bachelors (4 years),No,N,55.0,zero +5467,High,USA,M,15,E,DA,N,10,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +5468,High,USA,M,8,E,D,N,5,,1,,PB,S,F,2.0,Bachelors (4 years),Yes,YesValid,43.0,zero +5469,Mid,USA,M,16,E,AN,N,16,,0,,SG,S,M,3.0,None (no degree completed),,N,40.0,zero +5470,Mid,Norway,M,8,E,A,N,10,,1,,PB,S,M,17.0,Bachelors (4 years),Yes,YesValid,38.0,one +5471,Very Low,USA,M,4,E,AN,N,1,,2,,PB,S,F,1.0,Masters,No,N,40.0,zero +5472,Low,USA,M,8,E,D,N,3,,0,,NP,SE,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5473,Mid,USA,M,17,E,AN,N,3,,2,,NP,S,F,4.0,Bachelors (4 years),No,YesExpired,38.0,one +5474,Very Low,USA,M,2,E,AN,N,2,,0,,PB,C,M,1.0,Bachelors (4 years),No,N,40.0,zero +5475,Low,USA,M,10,E,DBAG,N,3,,0,,LG,S,M,8.0,Bachelors (4 years),No,YesValid,40.0,zero +5476,High,USA,M,15,E,DBAD,N,1,,1,,PB,S,M,60.0,Bachelors (4 years),No,YesExpired,40.0,zero +5477,Mid,USA,M,4,E,DT,N,3,,1,,PB,S,M,80.0,Bachelors (4 years),No,YesValid,42.0,zero +5478,Very High,USA,M,16,E,M,Y,7,,3,,PB,S,M,15.0,Bachelors (4 years),No,YesExpired,45.0,zero +5479,Mid,USA,M,12,E,DBAG,N,4,,1,,PB,SR,M,50.0,Bachelors (4 years),Yes,N,40.0,five +5480,Mid,USA,M,5,E,DBAP,N,5,,5,,PB,S,M,300.0,Bachelors (4 years),No,YesValid,50.0,one +5481,Low,USA,M,15,E,M,N,5,,0,,PB,C,M,2.0,None (no degree completed),,N,48.0,three +5482,High,USA,M,15,E,DBAD,N,2,,6,,PB,,M,75.0,Bachelors (4 years),Yes,N,50.0,two +5483,Very Low,USA,M,4,E,DT,Y,2,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,35.0,zero +5484,Very High,USA,M,18,EC,A,N,18,,3,,PB,S,M,7.0,Associates (2 years),No,YesExpired,45.0,one +5485,High,USA,M,15,E,DBAP,N,3,,1,,PB,S,M,50.0,Bachelors (4 years),No,YesExpired,40.0,one +5486,Very Low,UK,M,2,E,DBAG,N,2,,1,,PB,S,M,5.0,None (no degree completed),,N,40.0,zero +5487,Mid,USA,M,19,E,D,Y,2,,0,,PB,C,M,3.0,Associates (2 years),Yes,YesExpired,40.0,zero +5488,High,USA,M,20,E,DBAP,N,3,,0,,PB,S,M,45.0,Bachelors (4 years),No,YesExpired,6.0,three +5489,Very High,Australia,M,15,IC,D,N,1,,1,,PB,SR,M,3.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +5490,High,USA,M,10,E,DT,N,10,,5,,PB,SR,M,20.0,None (no degree completed),,YesValid,40.0,one +5491,Very High,USA,M,17,E,DT,Y,4,,5,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,five +5492,Very Low,Poland,M,10,E,D,N,2,,4,,PB,S,M,1.0,Masters,Yes,YesValid,40.0,zero +5493,Very Low,USA,O,6,E,AN,N,6,,1,,E,S,M,5.0,Masters,No,N,35.0,zero +5494,High,USA,M,10,E,DBAP,N,3,,3,,SG,S,M,32.0,Bachelors (4 years),Yes,YesExpired,35.0,one +5495,Mid,USA,O,15,E,DBAG,N,25,,0,,PB,S,M,17.0,Bachelors (4 years),Yes,N,50.0,five +5496,Very High,USA,M,10,E,DBAD,Y,4,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,55.0,two +5497,Mid,USA,P,6,E,DBAP,N,6,,1,,PB,S,M,24.0,None (no degree completed),,N,40.0,zero +5498,Very Low,Canada,M,6,E,DBAP,N,3,,1,,PB,SR,M,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5499,Low,USA,P,2,E,AN,N,3,,1,,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +5500,Mid,USA,M,7,E,DBAP,N,5,,1,,LG,S,M,80.0,Masters,Yes,YesExpired,42.0,zero +5501,Low,USA,M,3,E,DT,N,1,,5,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5502,Mid,USA,M,10,E,DBAP,N,10,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,42.0,two +5503,Low,UK,M,10,E,DBAD,N,3,,6,,PB,SE,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5504,Very High,USA,M,18,EC,DBAG,N,5,,6,,PB,S,M,250.0,Bachelors (4 years),No,YesExpired,40.0,five +5505,Low,UK,M,9,E,A,N,3,,0,,LG,S,M,47.0,Bachelors (4 years),Yes,YesValid,42.0,zero +5506,High,Norway,O,4,E,DBAP,N,9,,6,,FG,,M,59.0,None (no degree completed),No,YesExpired,38.0,zero +5507,Very High,USA,M,19,E,DBAD,N,31,,2,,PB,S,M,300.0,Masters,Yes,YesValid,40.0,three +5508,Very High,USA,M,12,E,DBAG,N,6,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,five +5509,Low,New-Zealand,M,9,E,DT,N,2,,1,,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,37.0,zero +5510,Mid,USA,M,3,E,DBAP,N,2,,1,,NP,S,F,12.0,Bachelors (4 years),No,YesValid,45.0,zero +5511,Very Low,UK,M,6,E,DT,N,3,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,37.0,one +5512,Low,USA,M,7,E,DT,N,4,,0,,PB,,,8.0,Associates (2 years),Yes,N,35.0,zero +5513,Very Low,Canada,M,9,E,DBAG,N,6,,3,,PB,S,M,200.0,Associates (2 years),Yes,N,50.0,zero +5514,Low,USA,M,15,E,DT,N,15,,1,,PB,S,M,6.0,Associates (2 years),No,N,40.0,zero +5515,Low,USA,M,4,E,DS,Y,1,,0,,PB,S,M,1.0,Masters,No,N,35.0,zero +5516,High,USA,M,9,E,D,N,3,,0,,NP,SR,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5517,Low,Ireland,M,13,E,D,N,1,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5518,Very High,USA,M,16,E,M,Y,1,,5,,PB,C,M,50.0,Bachelors (4 years),No,YesExpired,50.0,five +5519,Very High,USA,M,16,E,A,N,5,,0,,NP,S,M,14.0,Bachelors (4 years),Yes,YesValid,50.0,five +5520,Low,USA,M,10,E,AN,N,1,,1,,PB,SR,M,2.0,None (no degree completed),,YesExpired,35.0,zero +5521,Very Low,CostaRica,M,5,E,DBAG,N,5,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,four +5522,Mid,USA,M,10,E,DBAG,N,6,,1,,PB,S,M,11.0,Bachelors (4 years),Yes,N,40.0,zero +5523,Mid,USA,M,5,E,DBAG,N,5,,0,,PB,S,M,5.0,None (no degree completed),,YesValid,40.0,zero +5524,Very Low,UK,M,19,E,DBAD,Y,15,,0,,PB,S,M,10.0,None (no degree completed),Yes,YesExpired,38.0,zero +5525,Low,Guernsey,M,9,E,DBAG,N,5,,0,,PB,SE,M,70.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +5526,High,USA,M,22,E,DBAG,N,5,,2,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5527,High,USA,M,15,E,DT,N,2,,0,,PB,C,M,12.0,Bachelors (4 years),Yes,N,40.0,zero +5528,Low,USA,M,17,E,AN,N,5,,0,,LG,S,M,200.0,None (no degree completed),,YesExpired,40.0,zero +5529,Low,USA,M,10,E,M,Y,2,,0,,PB,SE,M,1.0,None (no degree completed),,N,55.0,three +5530,Very High,USA,M,13,E,M,Y,2,,0,,PB,SE,M,150.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5531,Very High,New-Zealand,M,12,EC,DBAP,N,6,,3,,LG,S,M,50.0,Bachelors (4 years),No,YesExpired,45.0,zero +5532,High,USA,M,12,EC,DT,Y,4,,6,,PB,S,M,150.0,Masters,Yes,N,50.0,five +5533,Mid,USA,M,10,E,DBAP,N,8,,3,,PB,S,M,500.0,Bachelors (4 years),Yes,YesValid,45.0,one +5534,Low,Canada,M,15,E,DBAP,N,7,,0,,PB,S,M,500.0,Bachelors (4 years),Yes,N,40.0,three +5535,Low,USA,M,4,E,DT,N,1,,1,,PB,S,M,1.0,Bachelors (4 years),Yes,N,35.0,zero +5536,Very High,USA,M,17,E,DBAP,Y,17,,3,,PB,S,M,53.0,Bachelors (4 years),No,N,55.0,five +5537,Very High,USA,O,10,E,D,N,5,,3,,PB,S,M,20.0,Masters,Yes,YesValid,50.0,zero +5538,Very Low,USA,M,1,E,DBAG,N,1,,1,,PB,S,M,200.0,Associates (2 years),Yes,YesValid,45.0,one +5539,Very Low,USA,M,3,P,DBAP,N,3,,2,,LG,SR,M,100.0,Associates (2 years),Yes,N,20.0,zero +5540,Low,USA,M,7,E,DT,N,1,,1,,PB,S,M,2.0,Bachelors (4 years),No,YesExpired,45.0,four +5541,Mid,USA,M,20,E,DS,N,20,,0,,NP,S,M,5.0,Masters,Yes,YesValid,50.0,zero +5542,High,UK,M,20,E,A,N,1,,6,,PB,S,M,0.0,Bachelors (4 years),Yes,YesValid,45.0,three +5543,Very Low,Poland,M,10,E,DBAG,N,2,,3,,PB,S,M,200.0,Masters,Yes,YesValid,40.0,one +5544,Mid,UK,M,18,E,DBAD,N,3,,3,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5545,High,UK,M,8,IC,DBAP,N,3,,0,,PB,S,M,1000.0,None (no degree completed),,YesExpired,60.0,zero +5546,Low,USA,M,5,E,DT,N,5,,0,,PB,C,M,6.0,Bachelors (4 years),Yes,YesValid,50.0,five +5547,Low,USA,M,6,E,DBAG,N,6,,1,,FG,S,F,3.0,Bachelors (4 years),No,YesValid,40.0,zero +5548,Very Low,Canada,M,12,E,DBAG,N,4,,0,,NP,S,M,2.0,Associates (2 years),Yes,N,38.0,two +5549,Very Low,Romania,M,2,E,DBAP,N,2,,2,,PB,S,M,30.0,Masters,No,YesValid,40.0,zero +5550,Mid,USA,O,5,E,DBAG,N,5,,1,,PB,S,M,5.0,Masters,Yes,YesExpired,45.0,zero +5551,Mid,USA,M,8,E,D,N,3,,1,,PB,C,M,3.0,Bachelors (4 years),Yes,N,55.0,zero +5552,Very High,USA,M,22,E,A,N,20,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,50.0,zero +5553,Very Low,UK,M,6,E,DT,N,5,,2,,PB,SR,M,30.0,Associates (2 years),Yes,YesValid,38.0,zero +5554,Very Low,USA,M,2,E,DBAG,N,2,,2,,PB,SR,F,35.0,Bachelors (4 years),Yes,N,40.0,one +5555,Mid,USA,M,11,E,DT,N,5,,6,,PB,S,M,25.0,None (no degree completed),,N,42.0,three +5556,Mid,USA,M,5,E,E,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),No,YesValid,40.0,zero +5557,Very Low,Spain,M,10,E,AN,Y,10,,2,,PB,SR,M,10.0,Masters,Yes,YesValid,40.0,one +5558,Mid,USA,M,9,E,A,N,6,,0,,E,SE,M,9.0,Bachelors (4 years),No,YesValid,40.0,zero +5559,Mid,USA,M,20,E,DBAG,N,2,,1,,SG,S,M,10.0,Bachelors (4 years),No,YesExpired,37.0,zero +5560,Very High,USA,M,18,E,DT,N,18,,0,,PB,S,M,300.0,Masters,Yes,N,45.0,one +5561,Very Low,Canada,MS,3,E,AN,Y,2,,0,,SG,S,M,2.0,Masters,No,N,35.0,zero +5562,High,USA,DB2,6,E,AN,N,6,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5563,High,USA,M,5,E,E,N,5,,3,,PB,,M,50.0,Bachelors (4 years),Yes,N,40.0,zero +5564,Low,USA,O,3,E,D,N,3,,2,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,42.0,zero +5565,High,USA,O,18,E,DBAG,N,16,,3,,E,S,M,14.0,None (no degree completed),,YesExpired,40.0,zero +5566,High,USA,M,10,E,DBAG,N,5,,0,,PB,S,M,13.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5567,Low,Sweden,M,6,EC,,N,5,,3,,PB,C,M,5.0,Masters,Yes,YesValid,40.0,zero +5568,Mid,USA,M,2,E,DT,N,2,,5,,PB,S,M,6.0,Bachelors (4 years),Yes,N,48.0,zero +5569,Very High,USA,O,1,E,DT,N,8,,1,,PB,S,M,5.0,None (no degree completed),,N,40.0,zero +5570,Very High,Hungary,M,17,IC,DBAG,Y,5,,2,,PB,S,M,130.0,Bachelors (4 years),No,YesValid,44.0,three +5571,Very High,USA,M,7,E,D,N,4,,1,,PB,SR,M,3.0,Masters,No,N,42.0,zero +5572,Very Low,Portugal,M,10,E,DBAP,N,1,,5,,PB,,M,194.0,Bachelors (4 years),No,YesValid,40.0,zero +5573,Very High,USA,M,12,E,A,N,2,,0,,PB,S,M,60.0,Bachelors (4 years),No,YesExpired,55.0,zero +5574,High,USA,M,11,E,DT,N,6,,1,,PB,SR,M,8.0,Bachelors (4 years),Yes,N,50.0,zero +5575,Mid,USA,M,2,E,DA,N,2,,1,,E,C,M,5.0,Bachelors (4 years),Yes,N,42.0,zero +5576,Low,USA,P,1,E,AN,N,1,,2,,PB,C,M,1.0,Bachelors (4 years),No,N,40.0,zero +5577,Low,Ireland,MA,5,E,AN,Y,3,,0,,PB,SE,M,5.0,Associates (2 years),No,N,55.0,two +5578,Very Low,USA,M,2,EC,AN,N,2,,3,,PB,SE,M,5.0,Associates (2 years),,YesValid,40.0,five +5579,Low,USA,M,4,IC,AN,Y,3,,0,,PB,C,M,1.0,Masters,Yes,N,45.0,four +5580,Mid,USA,M,15,E,M,Y,1,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +5581,High,Ireland,O,10,EC,,N,1,,5,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5582,Very High,USA,M,13,E,DA,N,12,,6,,PB,SR,M,20.0,Bachelors (4 years),Yes,N,40.0,one +5583,High,USA,M,8,E,A,Y,7,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,N,45.0,zero +5584,Very High,USA,M,13,EC,A,Y,3,,3,,PB,,,120.0,Associates (2 years),Yes,YesValid,58.0,zero +5585,Very Low,USA,M,2,E,DBAP,N,2,,4,,LG,SR,M,35.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5586,Very Low,UK,M,1,E,AN,N,0,,2,,LG,SE,M,3.0,Bachelors (4 years),No,N,40.0,zero +5587,Low,USA,M,4,E,DBAG,N,1,,6,,PB,S,M,200.0,Bachelors (4 years),Yes,N,45.0,zero +5588,Very Low,USA,M,7,E,DBAG,N,5,,1,,E,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +5589,Very Low,UK,M,1,E,AN,N,1,,6,,E,SE,M,17.0,Bachelors (4 years),Yes,N,38.0,four +5590,Very Low,Poland,M,10,E,A,Y,12,,0,,PB,C,M,120.0,Masters,Yes,YesValid,40.0,zero +5591,Low,Canada,M,4,E,D,N,4,,4,,SG,,M,7.0,Bachelors (4 years),Yes,N,40.0,zero +5592,Mid,Canada,M,12,E,DBAG,N,1,,0,,PB,SE,M,10.0,None (no degree completed),,N,40.0,zero +5593,Very Low,Spain,M,3,E,DT,N,3,,1,,PB,S,M,6.0,None (no degree completed),,YesValid,40.0,zero +5594,Mid,USA,M,17,E,DA,Y,15,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,40.0,five +5595,Mid,USA,M,10,E,DBAG,Y,10,,6,,PB,S,M,1200.0,None (no degree completed),,N,40.0,two +5596,High,USA,M,12,E,DBAD,N,3,,1,,PB,S,M,26.0,Associates (2 years),No,YesValid,50.0,zero +5597,Very High,USA,M,15,E,M,Y,2,,0,,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5598,Very High,USA,M,10,E,M,Y,13,,0,,PB,SE,M,5.0,Bachelors (4 years),No,YesExpired,50.0,two +5599,Mid,USA,M,3,E,D,N,5,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,four +5600,Mid,USA,M,13,E,DBAD,Y,3,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,N,45.0,one +5601,Very Low,USA,M,3,E,AN,N,2,,2,,PB,S,M,1.0,Associates (2 years),No,N,40.0,one +5602,Very High,USA,P,6,IC,M,Y,7,,1,,PB,S,M,6.0,None (no degree completed),,N,50.0,five +5603,Low,Canada,M,6,E,D,N,20,,3,,SG,S,M,5.0,None (no degree completed),,N,35.0,zero +5604,Very Low,USA,M,2,E,DT,N,2,,3,,PB,S,M,4.0,Bachelors (4 years),No,YesExpired,47.0,one +5605,Very High,USA,M,20,E,A,Y,4,,0,,PB,S,M,8.0,None (no degree completed),,YesValid,40.0,two +5606,Mid,USA,M,7,E,DT,N,7,,6,,PB,SE,F,5.0,Associates (2 years),Yes,N,45.0,zero +5607,Mid,USA,M,5,E,AN,N,5,,0,,PB,SE,M,4.0,Masters,No,N,50.0,two +5608,Very High,USA,M,20,EC,DBAG,N,5,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,three +5609,High,USA,M,6,EC,DA,N,1,,1,,FG,S,F,3.0,Bachelors (4 years),Yes,N,40.0,two +5610,High,USA,M,3,E,A,N,17,,0,,PB,SE,M,2.0,Bachelors (4 years),No,N,40.0,one +5611,High,USA,M,17,E,DBAP,N,8,,1,,PB,,M,160.0,Bachelors (4 years),Yes,YesValid,45.0,three +5612,Mid,USA,P,2,E,D,N,4,,0,,PB,SR,M,20.0,Bachelors (4 years),No,N,40.0,one +5613,Very Low,USA,O,1,E,AN,N,1,,0,,SG,S,M,1.0,Bachelors (4 years),No,N,40.0,one +5614,Very High,USA,M,6,E,E,N,4,,1,,PB,SE,M,3.0,Bachelors (4 years),No,N,36.0,zero +5615,Low,USA,M,4,EC,DBAD,N,1,,2,,PB,,M,30.0,Bachelors (4 years),No,N,40.0,zero +5616,Mid,USA,M,12,E,E,N,7,,0,,PB,C,M,1.0,Masters,Yes,YesValid,45.0,two +5617,Low,USA,M,4,E,DBAG,N,2,,6,,PB,,M,3000.0,Bachelors (4 years),Yes,N,42.0,one +5618,Very High,USA,M,14,E,A,N,2,,0,,PB,,M,12.0,None (no degree completed),,N,45.0,one +5619,Very Low,Argentina,M,6,E,DBAP,Y,6,,6,,PB,S,M,20000.0,Associates (2 years),Yes,YesValid,50.0,three +5620,Mid,USA,A,13,E,A,N,4,,0,,PB,S,M,2.0,Associates (2 years),Yes,YesExpired,35.0,zero +5621,Mid,USA,M,2,E,D,N,3,,1,,PB,S,M,4.0,Bachelors (4 years),No,N,44.0,zero +5622,Very Low,Canada,M,13,E,DBAG,Y,13,,5,,LG,,M,100.0,None (no degree completed),,YesValid,40.0,zero +5623,Low,USA,M,3,E,AN,Y,1,,0,,NP,S,M,3.0,Bachelors (4 years),No,N,60.0,one +5624,Mid,USA,M,10,E,DT,N,2,,3,,PB,S,F,5.0,Bachelors (4 years),Yes,N,50.0,one +5625,Mid,USA,M,19,E,DT,N,3,,2,,NP,S,M,150.0,Associates (2 years),Yes,YesValid,44.0,one +5626,High,USA,RDS,1,E,AN,N,1,,0,,PB,SE,M,2.0,Masters,No,YesValid,40.0,one +5627,Very High,USA,M,12,E,DBAP,N,12,,6,,PB,SE,M,300.0,Bachelors (4 years),Yes,YesValid,45.0,one +5628,High,USA,M,18,E,A,Y,8,,0,,PB,SE,F,40.0,Bachelors (4 years),No,N,65.0,zero +5629,Low,USA,M,2,E,AN,N,1,,6,,PB,SR,M,5.0,Masters,No,N,40.0,zero +5630,Mid,USA,M,8,E,D,N,4,,0,,PB,SR,F,5.0,Bachelors (4 years),No,N,65.0,zero +5631,Low,Australia,M,12,E,DT,N,12,,2,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,two +5632,Mid,USA,M,7,E,A,N,1,,1,,NP,S,M,24.0,Bachelors (4 years),Yes,N,40.0,zero +5633,Low,Australia,M,3,EC,DBAP,N,2,,5,,FG,S,M,1200.0,None (no degree completed),,YesValid,40.0,two +5634,Very Low,USA,M,4,E,AN,N,2,,1,,PB,S,F,1.0,Bachelors (4 years),No,N,35.0,zero +5635,Very Low,India,M,8,E,DBAP,N,2,,6,,PB,C,M,100.0,Bachelors (4 years),Yes,N,40.0,five +5636,Very High,USA,M,18,E,A,Y,5,,0,,PB,SR,F,3.0,Bachelors (4 years),No,YesValid,55.0,two +5637,High,USA,O,3,E,AN,N,3,,3,,FG,S,M,4.0,Masters,No,N,40.0,one +5638,Very High,Australia,M,8,IC,DBAG,N,1,,6,,FG,SR,M,300.0,Associates (2 years),No,N,40.0,zero +5639,Mid,USA,M,13,E,DBAD,Y,5,,0,,SG,SE,M,2.0,None (no degree completed),,YesValid,40.0,zero +5640,Low,USA,O,4,E,AN,N,4,,6,,NP,S,M,3.0,Masters,No,N,40.0,two +5641,Very High,USA,M,15,E,DBAG,Y,9,,0,,LG,S,M,10.0,None (no degree completed),,N,36.0,one +5642,High,USA,,2,E,AN,N,3,,2,,PB,S,M,4.0,Bachelors (4 years),No,N,55.0,zero +5643,Mid,USA,M,5,E,AN,N,1,,3,,NP,SE,M,3.0,Bachelors (4 years),No,YesValid,40.0,zero +5644,Very Low,Finland,M,1,E,DBAG,N,1,,0,,PB,SE,M,25.0,Bachelors (4 years),No,YesValid,40.0,one +5645,Very High,USA,M,18,E,DBAG,N,18,,0,,PB,S,M,19.0,Bachelors (4 years),Yes,N,35.0,two +5646,Mid,USA,M,15,E,DBAG,N,15,,0,,PB,,M,275.0,None (no degree completed),,YesExpired,50.0,two +5647,Low,USA,O,5,E,AN,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),No,YesExpired,40.0,five +5648,High,Finland,M,11,E,DA,N,10,,5,,PB,S,M,2.0,None (no degree completed),,N,40.0,one +5649,Very High,USA,M,19,E,DBAG,N,13,,3,,PB,S,M,90.0,Masters,No,YesValid,55.0,one +5650,Mid,Sweden,M,11,EC,A,N,11,,2,,PB,SR,M,50.0,Associates (2 years),Yes,N,40.0,zero +5651,Very Low,Mexico,M,3,EC,DBAG,N,2,,6,,PB,,M,300.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5652,Low,South-Africa,M,10,EC,A,Y,2,,0,,PB,SE,M,15.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5653,Very High,USA,M,20,E,DBAG,N,20,,0,,PB,S,M,2000.0,None (no degree completed),,YesValid,40.0,zero +5654,Mid,USA,M,6,E,D,N,7,,0,,NP,,M,1.0,Bachelors (4 years),No,N,46.0,zero +5655,Mid,Israel,M,8,E,DBAG,N,8,,5,,PB,S,M,100.0,None (no degree completed),,YesExpired,50.0,five +5656,High,USA,M,7,E,M,Y,5,,0,,PB,S,M,1.0,None (no degree completed),,N,40.0,zero +5657,Low,USA,M,5,E,,N,3,,6,,PB,S,F,50.0,Associates (2 years),Yes,N,45.0,two +5658,Very High,USA,M,8,E,DBAG,N,1,,1,,PB,S,M,60.0,Masters,Yes,YesExpired,40.0,five +5659,Very Low,Slovakia,M,5,E,DT,N,2,,1,,PB,SE,M,5.0,Masters,No,N,46.0,zero +5660,Low,USA,M,2,E,AN,Y,5,,0,,PB,S,M,1.0,Associates (2 years),No,N,40.0,zero +5661,Very Low,USA,M,1,E,AN,N,1,,0,,NP,SE,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +5662,Very Low,UK,M,8,E,AN,N,1,,6,,LG,S,M,6.0,None (no degree completed),Yes,YesValid,37.0,one +5663,Very Low,Sweden,M,2,EC,D,N,2,,6,,PB,S,M,5.0,Masters,,N,40.0,zero +5664,High,USA,M,10,E,M,Y,8,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,45.0,three +5665,Very Low,Romania,M,2,E,DBAP,N,2,,2,,PB,S,M,100.0,None (no degree completed),,N,40.0,one +5666,Very Low,Poland,M,11,EC,D,N,2,,1,,PB,S,M,1.0,Masters,Yes,YesValid,40.0,one +5667,Very Low,Netherlands,M,6,E,D,N,1,,1,,PB,C,M,12.0,None (no degree completed),,YesValid,40.0,zero +5668,Very Low,Spain,M,7,E,DA,N,7,,0,,PB,SE,F,7.0,Masters,No,N,45.0,zero +5669,Mid,UK,O,11,IC,DBAG,Y,11,,0,,PB,C,M,30.0,Bachelors (4 years),Yes,N,35.0,five +5670,Very Low,Pakistan,M,7,E,DBAD,Y,3,,3,,PB,SE,M,8.0,Masters,Yes,N,40.0,zero +5671,Mid,USA,M,6,E,DT,N,6,,1,,PB,SE,M,8.0,Bachelors (4 years),Yes,N,40.0,five +5672,Very Low,Romania,O,6,E,DBAD,N,2,,2,,PB,S,M,50.0,Masters,Yes,N,40.0,zero +5673,Low,Australia,M,2,P,DA,N,2,,0,,PB,S,M,1.0,None (no degree completed),No,YesExpired,24.0,zero +5674,Very Low,Sweden,M,3,EC,DT,N,2,,1,,PB,,M,5.0,Bachelors (4 years),No,YesExpired,40.0,zero +5675,Very High,USA,M,20,EC,A,N,4,,6,,PB,S,M,500.0,Masters,No,YesExpired,45.0,five +5676,Low,USA,M,5,E,DBAP,N,2,,1,,PB,S,F,100.0,Masters,Yes,YesValid,50.0,one +5677,Very Low,Belgium,P,2,EC,DA,N,2,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +5678,High,USA,M,9,E,DA,N,7,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,50.0,zero +5679,Mid,USA,M,15,E,AN,N,4,,4,,PB,C,M,3.0,Bachelors (4 years),No,N,40.0,zero +5680,Low,UK,M,7,E,DBAG,N,1,,0,,PB,S,M,10.0,Associates (2 years),Yes,N,35.0,two +5681,Mid,USA,M,8,E,DBAG,Y,4,,1,,PB,S,M,8.0,Associates (2 years),Yes,YesValid,45.0,two +5682,Very High,USA,M,20,E,DBAD,N,12,,5,,PB,SE,F,0.0,Bachelors (4 years),Yes,YesValid,50.0,five +5683,Mid,USA,M,3,E,D,N,2,,0,,PB,SR,M,3.0,Bachelors (4 years),No,N,45.0,two +5684,Mid,UK,M,10,E,A,N,4,,3,,PB,C,M,15.0,Masters,Yes,N,40.0,four +5685,Very Low,UK,,2,E,,N,2,,3,,NP,S,M,0.0,Bachelors (4 years),Yes,N,38.0,zero +5686,Very Low,India,MDB,3,E,DA,N,5,,1,,PB,SE,M,10.0,Masters,Yes,YesExpired,40.0,zero +5687,High,Israel,M,6,EC,DBAD,Y,2,,0,,PB,C,M,100.0,Masters,Yes,YesValid,55.0,zero +5688,Very Low,USA,O,2,E,DA,N,2,,6,,PB,S,M,4.0,Associates (2 years),Yes,YesExpired,40.0,zero +5689,High,Luxembourg,M,12,E,AN,N,12,,1,,PB,SR,F,1.0,Associates (2 years),Yes,N,40.0,zero +5690,Very Low,UK,M,15,EC,DBAG,N,4,,1,,PB,S,M,250.0,Associates (2 years),No,YesValid,40.0,one +5691,High,USA,M,18,EC,DBAG,Y,5,,0,,PB,SE,M,5.0,Bachelors (4 years),No,YesValid,50.0,two +5692,Very Low,France,MS,3,EC,A,Y,3,,2,,PB,C,M,10.0,Masters,Yes,YesValid,40.0,zero +5693,Very Low,Bulgaria,M,5,E,DBAP,N,5,,1,,PB,,M,50.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5694,Very High,USA,M,15,E,A,Y,4,,0,,FG,S,M,70.0,Bachelors (4 years),No,N,55.0,zero +5695,High,USA,M,22,EC,DBAG,N,1,,4,,PB,SR,F,50.0,Masters,No,YesExpired,50.0,five +5696,Very Low,Greece,M,14,E,A,N,2,,2,,PB,SE,M,250.0,Associates (2 years),,YesExpired,40.0,four +5697,Very High,USA,M,6,IC,D,N,4,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,50.0,five +5698,Very Low,Denmark,M,2,EC,DBAP,N,2,,6,,S,,M,200.0,None (no degree completed),,YesValid,37.0,zero +5699,Mid,UK,M,20,EC,A,N,3,,0,,PB,SR,M,1000.0,None (no degree completed),,YesValid,50.0,two +5700,Very Low,Brazil,SQLI,1,IC,DA,N,1,,2,,PB,C,M,3.0,Bachelors (4 years),Yes,N,30.0,two +5701,Mid,USA,M,4,E,DBAG,Y,1,,0,,FG,SR,F,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5702,Mid,Canada,M,10,E,A,N,2,,0,,PB,S,M,200.0,Associates (2 years),Yes,YesExpired,50.0,three +5703,Very Low,Brazil,SQLI,1,IC,DA,N,1,,2,,PB,C,M,3.0,Bachelors (4 years),Yes,N,30.0,two +5704,High,USA,M,10,E,DBAP,N,22,,1,,PB,S,M,156.0,None (no degree completed),,N,42.0,two +5705,Very High,USA,M,20,E,DBAP,N,15,,3,,PB,S,M,100.0,Masters,No,YesExpired,50.0,one +5706,Mid,USA,M,5,E,D,N,5,,6,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,one +5707,High,USA,M,15,E,D,Y,5,,0,,PB,S,F,20.0,Bachelors (4 years),No,N,45.0,one +5708,Mid,USA,M,6,E,,N,1,,3,,PB,S,F,4.0,Bachelors (4 years),No,YesValid,40.0,five +5709,Very High,USA,M,7,E,E,Y,4,,3,,PB,SE,M,50.0,Bachelors (4 years),Yes,N,45.0,one +5710,Very Low,Romania,O,6,E,DBAG,N,2,,2,,PB,S,M,50.0,Masters,Yes,N,40.0,zero +5711,Low,Spain,O,20,EC,A,N,18,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5712,Very Low,India,M,14,E,DBAD,Y,7,,3,,LG,S,M,16.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5713,Very Low,Argentina,M,11,E,AN,N,11,,1,,PB,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +5714,Very Low,Serbia-and-Montenegro,O,17,E,DBAG,N,0,,6,,FG,C,M,40.0,Masters,No,N,50.0,two +5715,Very Low,Jamaica,O,7,E,DBAG,Y,3,,1,,PB,C,F,40.0,Masters,Yes,N,40.0,zero +5716,Very High,USA,SQLI,10,E,DA,Y,10,,0,,NP,S,M,20.0,Bachelors (4 years),Yes,N,60.0,zero +5717,Very High,Switzerland,O,27,E,E,N,5,,0,,FG,SE,M,200.0,Masters,Yes,YesExpired,40.0,zero +5718,Very High,USA,M,17,E,DBAP,N,12,,4,,PB,S,M,1000.0,Bachelors (4 years),Yes,YesExpired,45.0,two +5719,High,USA,O,9,E,DBAD,N,9,,1,,PB,S,M,20.0,Bachelors (4 years),No,N,38.0,zero +5720,Low,USA,M,3,E,DA,N,3,,4,,PB,S,M,3.0,Bachelors (4 years),No,N,40.0,two +5721,Low,USA,M,5,E,DBAP,N,4,,1,,NP,S,M,60.0,Bachelors (4 years),Yes,YesValid,40.0,one +5722,Very High,USA,M,15,IC,DBAG,N,10,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,30.0,four +5723,Low,UK,O,4,E,DBAD,N,4,,4,,PB,SR,M,3.0,Masters,No,N,40.0,zero +5724,Very Low,USA,M,6,E,DBAG,N,3,,2,,E,S,M,100.0,Bachelors (4 years),No,N,40.0,one +5725,Low,USA,M,3,E,DBAP,N,3,,2,,PB,S,NB,56.0,Associates (2 years),No,YesExpired,45.0,zero +5726,Very Low,Ukraine,,2,E,D,N,2,,2,,PB,S,M,0.0,Masters,Yes,N,40.0,two +5727,Mid,USA,M,15,E,M,Y,10,,0,,PB,,M,15.0,Associates (2 years),,YesExpired,55.0,two +5728,Very High,USA,M,25,E,DBAG,N,2,,0,,PB,S,M,25.0,None (no degree completed),,YesExpired,48.0,two +5729,Low,Sweden,M,20,EC,DBAG,N,11,,0,,PB,SE,M,200.0,None (no degree completed),,YesValid,45.0,three +5730,Mid,USA,O,4,E,DBAG,N,4,,6,,PB,S,M,40.0,Bachelors (4 years),No,YesExpired,40.0,one +5731,Mid,USA,O,1,E,A,N,5,,3,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,40.0,one +5732,Mid,USA,M,22,E,DBAG,Y,2,,2,,PB,S,M,300.0,Bachelors (4 years),No,N,50.0,zero +5733,Very Low,Brazil,M,7,E,DBAG,N,7,,2,,PB,SR,M,30.0,Associates (2 years),Yes,YesValid,44.0,zero +5734,Very Low,Belgium,M,5,IC,DBAD,Y,2,,6,,PB,SR,M,300.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5735,Very High,USA,M,25,E,DBAP,N,5,,1,,PB,S,M,20000.0,Bachelors (4 years),No,YesExpired,45.0,five +5736,Very Low,Malta,M,5,E,DBAG,N,1,,0,,PB,SR,M,4.0,None (no degree completed),Yes,YesValid,39.0,zero +5737,Low,UK,M,5,E,DBAP,N,25,,1,,PB,SR,M,100.0,Bachelors (4 years),Yes,N,38.0,one +5738,Very High,USA,O,18,E,DBAG,N,4,,1,,PB,SR,F,45.0,Bachelors (4 years),No,YesValid,45.0,five +5739,High,USA,M,15,E,DT,Y,15,,3,,PB,S,M,12.0,None (no degree completed),,N,40.0,one +5740,Very Low,UK,M,2,E,DT,N,2,,0,,PB,C,M,2.0,None (no degree completed),No,N,40.0,zero +5741,Very High,USA,M,27,EC,A,N,10,,0,,PB,SE,M,100.0,Bachelors (4 years),No,YesExpired,50.0,five +5742,Very High,USA,M,20,E,M,Y,5,,0,,PB,S,M,20.0,Masters,No,YesExpired,40.0,five +5743,High,USA,M,6,E,DBAD,N,2,,3,,PB,S,M,120.0,None (no degree completed),,YesValid,45.0,zero +5744,Very High,USA,M,15,E,DBAD,N,4,,6,,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5745,Very Low,UK,M,7,E,D,N,7,,2,,PB,S,M,1.0,Bachelors (4 years),,YesExpired,37.0,zero +5746,High,USA,M,6,E,DBAD,Y,1,,5,,PB,S,M,200.0,Bachelors (4 years),Yes,YesValid,40.0,one +5747,High,USA,T,4,E,AN,N,2,,2,,PB,SE,M,5.0,Bachelors (4 years),No,N,40.0,zero +5748,Low,USA,M,3,E,DBAD,Y,4,,0,,PB,S,F,1.0,Bachelors (4 years),No,N,40.0,zero +5749,Very High,USA,M,3,E,D,N,5,,6,,PB,S,M,10.0,Bachelors (4 years),No,N,50.0,one +5750,Very Low,UK,M,3,E,DBAG,N,1,,0,,PB,,M,5.0,Bachelors (4 years),,N,37.0,zero +5751,Very High,USA,M,7,E,DBAG,N,3,,6,,PB,SE,M,400.0,Bachelors (4 years),No,YesValid,50.0,three +5752,High,USA,M,20,E,E,N,20,,1,,PB,S,M,2100.0,Associates (2 years),Yes,N,42.0,two +5753,High,USA,M,15,E,D,N,7,,6,,PB,SE,M,100.0,None (no degree completed),,N,45.0,zero +5754,Mid,USA,O,21,E,DBAG,N,15,,1,,PB,S,M,35.0,Bachelors (4 years),Yes,N,40.0,zero +5755,Low,USA,M,4,E,DBAG,Y,1,,2,,PB,S,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +5756,High,USA,M,18,E,DBAG,N,4,,5,,PB,S,F,250.0,Associates (2 years),Yes,YesValid,50.0,two +5757,Low,UK,M,10,E,DBAG,N,2,,0,,PB,S,,1600.0,Bachelors (4 years),Yes,YesValid,40.0,one +5758,Very Low,Brazil,M,5,E,DBAG,N,3,,6,,PB,SE,M,200.0,Bachelors (4 years),No,YesExpired,50.0,one +5759,Very Low,Hungary,M,16,E,DBAP,N,5,,4,,PB,S,M,120.0,Bachelors (4 years),Yes,YesValid,46.0,zero +5760,Very High,USA,M,17,EC,A,Y,2,,0,,FG,S,F,15.0,Bachelors (4 years),Yes,N,45.0,four +5761,Mid,USA,M,10,E,DBAG,N,10,,0,,SG,SR,M,400.0,None (no degree completed),,YesExpired,50.0,three +5762,Mid,USA,M,6,E,AN,N,5,,0,,PB,,F,5.0,Masters,Yes,N,42.0,zero +5763,Very Low,USA,A,1,E,DT,N,2,,1,,PB,S,M,3.0,Bachelors (4 years),Yes,N,37.0,zero +5764,Mid,USA,M,7,E,AN,N,1,,6,,PB,SE,F,0.0,Bachelors (4 years),Yes,N,35.0,two +5765,Very High,USA,M,12,E,DBAG,N,3,,1,,PB,C,M,10.0,Associates (2 years),,YesValid,55.0,five +5766,Very High,USA,M,21,IC,D,Y,12,,3,,PB,S,M,12.0,Associates (2 years),No,YesValid,55.0,four +5767,Mid,USA,P,2,E,DA,N,8,,5,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,45.0,zero +5768,Low,USA,M,2,E,DBAG,N,2,,1,,LG,S,M,7.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5769,Very Low,Greece,M,13,E,M,Y,4,,0,,PB,,M,400.0,Masters,Yes,N,48.0,zero +5770,Mid,USA,M,20,E,E,N,2,,1,,PB,S,M,5.0,None (no degree completed),,N,50.0,zero +5771,Very Low,Canada,M,10,E,DT,N,10,,1,,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,three +5772,Mid,USA,M,6,E,D,N,1,,1,,PB,S,M,16.0,Bachelors (4 years),No,N,40.0,zero +5773,Very High,USA,M,8,E,DBAG,N,6,,0,,PB,S,M,25.0,None (no degree completed),,N,40.0,one +5774,Very High,USA,M,20,E,DBAG,N,1,,4,,PB,C,M,75.0,None (no degree completed),No,N,50.0,one +5775,Very High,USA,M,15,E,DBAD,N,4,,1,,PB,S,M,50.0,Bachelors (4 years),No,YesValid,50.0,one +5776,Mid,USA,M,7,E,DT,N,7,,6,,PB,SE,F,4.0,Masters,Yes,YesValid,40.0,one +5777,Low,USA,M,15,E,DBAP,N,25,,2,,E,S,M,75.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5778,Mid,USA,M,8,EC,A,N,3,,1,,E,C,M,16.0,None (no degree completed),,YesValid,40.0,zero +5779,Mid,USA,M,15,E,DBAG,N,15,,0,,PB,S,F,63.0,Bachelors (4 years),Yes,YesExpired,50.0,five +5780,Very Low,UK,M,3,E,DT,N,2,,1,,PB,C,F,10.0,Bachelors (4 years),,N,45.0,zero +5781,Mid,USA,M,9,EC,DA,N,9,,2,,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5782,Low,USA,M,3,E,DBAG,N,1,,6,,PB,S,F,35.0,Masters,Yes,N,45.0,one +5783,High,USA,M,12,E,DBAP,N,12,,3,,PB,S,F,221.0,Masters,No,N,40.0,zero +5784,Very High,USA,M,10,E,DT,N,1,,6,,PB,S,M,70.0,Bachelors (4 years),Yes,N,40.0,zero +5785,Low,USA,M,12,E,DT,N,1,,0,,PB,S,M,35.0,Bachelors (4 years),No,YesExpired,45.0,zero +5786,Mid,USA,M,0,E,D,N,0,,3,,PB,S,M,3.0,Bachelors (4 years),No,YesValid,45.0,zero +5787,Mid,USA,M,8,E,DT,N,1,,4,,PB,S,M,13.0,Bachelors (4 years),No,YesExpired,42.0,zero +5788,Low,CzechRepublic,O,20,IC,D,N,20,,2,,PB,S,M,6.0,None (no degree completed),,YesValid,45.0,zero +5789,Very High,USA,M,9,E,A,N,7,,6,,PB,C,M,450.0,Masters,Yes,YesExpired,40.0,two +5790,High,UK,M,20,IC,DBAG,N,12,,0,,PB,SE,M,50.0,Bachelors (4 years),Yes,YesValid,38.0,five +5791,Very Low,Brazil,O,4,E,DBAP,N,4,,6,,PB,S,M,50.0,Associates (2 years),Yes,YesValid,45.0,two +5792,Low,USA,M,4,E,DT,N,2,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,55.0,one +5793,Very High,USA,M,13,E,A,N,4,,1,,PB,S,M,8.0,Associates (2 years),Yes,N,50.0,zero +5794,Very High,USA,M,17,E,DA,Y,32,,0,,PB,S,M,10.0,None (no degree completed),,YesExpired,40.0,five +5795,Low,USA,M,15,E,DBAP,N,15,,1,,PB,,,400.0,Bachelors (4 years),Yes,YesExpired,45.0,one +5796,Low,Sweden,M,19,E,DBAD,N,19,,0,,PB,SR,M,20.0,Associates (2 years),Yes,N,40.0,one +5797,Mid,Canada,M,20,IC,DBAP,N,10,,4,,PB,SE,M,60.0,Bachelors (4 years),Yes,YesExpired,40.0,one +5798,Mid,USA,M,6,E,DBAD,N,10,,0,,PB,SR,M,4.0,Associates (2 years),Yes,YesValid,42.0,one +5799,High,USA,M,4,E,DBAP,N,5,,1,,NP,,M,68.0,None (no degree completed),,YesExpired,45.0,one +5800,Low,UK,O,5,E,DBAD,N,0,,2,,PB,S,M,15.0,Bachelors (4 years),Yes,YesValid,40.0,one +5801,Mid,Australia,M,8,E,E,Y,2,,0,,PB,,M,500.0,None (no degree completed),,YesValid,52.0,five +5802,Mid,USA,M,10,E,DBAG,N,3,,1,,PB,SE,,3000.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5803,Mid,USA,M,7,E,DBAD,Y,3,,3,,PB,SR,F,30.0,Bachelors (4 years),No,N,65.0,one +5804,Very High,USA,M,10,IC,A,N,10,,0,,PB,S,M,50.0,Masters,Yes,YesValid,50.0,five +5805,Very Low,UK,M,2,E,DA,N,2,,2,,PB,S,M,10.0,Bachelors (4 years),No,N,39.0,zero +5806,Mid,USA,M,8,E,DBAP,N,7,,5,,PB,S,M,150.0,Bachelors (4 years),No,YesValid,40.0,three +5807,Mid,USA,M,12,E,DBAP,N,12,,0,,PB,S,M,55.0,Bachelors (4 years),Yes,YesValid,48.0,one +5808,Very High,USA,M,17,E,DBAG,N,1,,0,,PB,SR,M,30.0,Bachelors (4 years),No,YesValid,50.0,zero +5809,Very Low,India,M,5,E,D,Y,5,,2,,PB,SR,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5810,Mid,USA,M,3,E,DA,N,4,,0,,PB,S,F,4.0,Bachelors (4 years),Yes,N,40.0,one +5811,Very Low,UK,M,12,E,D,Y,3,,4,,PB,S,M,3.0,Bachelors (4 years),Yes,N,37.0,zero +5812,Very Low,South-Africa,M,11,E,DA,N,13,,2,,PB,SR,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +5813,Very High,USA,M,9,E,DBAP,N,6,,3,,PB,S,M,150.0,Bachelors (4 years),Yes,YesExpired,45.0,one +5814,Mid,USA,M,10,E,DBAG,Y,6,,0,,NP,S,M,10.0,None (no degree completed),,N,45.0,zero +5815,Very Low,Colombia,M,1,IC,E,N,1,,1,,SG,C,M,1.0,Bachelors (4 years),Yes,YesValid,30.0,two +5816,Very High,New-Zealand,M,20,IC,A,N,25,,0,,FG,S,M,10.0,Bachelors (4 years),Yes,YesValid,32.0,zero +5817,Mid,Germany,M,13,E,DA,N,14,,0,,PB,S,M,5.0,None (no degree completed),,N,42.0,zero +5818,Very Low,Portugal,M,1,E,M,Y,1,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesValid,50.0,five +5819,Very Low,New-Zealand,M,5,E,DBAP,N,4,,6,,PB,,F,200.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +5820,Very Low,Portugal,M,7,E,DBAG,N,8,,6,,PB,C,M,1000.0,Associates (2 years),Yes,YesExpired,40.0,zero +5821,Low,New-Zealand,M,10,E,DBAG,N,6,,5,,LG,SR,M,250.0,Bachelors (4 years),No,YesExpired,40.0,zero +5822,Low,USA,M,3,E,DA,N,6,,3,,PB,S,M,6.0,Associates (2 years),Yes,YesValid,40.0,zero +5823,Very High,USA,T,5,E,A,Y,25,,0,,PB,S,M,7000.0,Associates (2 years),Yes,N,45.0,zero +5824,Mid,Denmark,M,8,E,D,N,2,,0,,PB,S,M,5.0,Associates (2 years),,YesValid,40.0,zero +5825,Very High,Denmark,M,12,E,DBAP,N,7,,2,,PB,S,M,500.0,None (no degree completed),,YesValid,37.0,zero +5826,Very Low,India,M,12,E,DBAP,N,12,,6,,SG,SE,M,10000.0,Bachelors (4 years),No,YesExpired,56.0,zero +5827,Very High,Italy,M,19,IC,DBAP,Y,6,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,50.0,four +5828,High,USA,M,16,E,DBAG,N,16,,6,,PB,SR,M,250.0,Bachelors (4 years),No,N,50.0,zero +5829,Very Low,Poland,M,5,IC,A,Y,1,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,one +5830,Very Low,Portugal,M,6,E,DBAP,N,6,,3,,PB,S,M,120.0,None (no degree completed),Yes,YesExpired,50.0,zero +5831,Very Low,USA,M,4,E,DT,N,4,,0,,PB,SR,M,1.0,None (no degree completed),,YesExpired,40.0,zero +5832,Mid,New-Zealand,M,8,E,DA,Y,1,,0,,PB,S,M,10.0,None (no degree completed),,YesValid,40.0,zero +5833,Mid,Australia,M,1,E,,N,2,,0,,PB,,M,8.0,None (no degree completed),,N,38.0,zero +5834,Very High,USA,M,15,E,DBAG,N,15,,0,,NP,S,M,4.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5835,Low,Australia,M,6,E,DA,N,6,,1,,PB,C,M,15.0,Masters,Yes,N,40.0,zero +5836,Low,Australia,M,13,E,AN,Y,20,,0,,PB,S,M,300.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +5837,High,USA,M,5,E,DBAG,N,2,,1,,PB,SR,M,100.0,Bachelors (4 years),No,N,40.0,zero +5838,Mid,Australia,M,14,E,DA,N,17,,0,,PB,S,M,2.0,Bachelors (4 years),,YesExpired,38.0,zero +5839,High,USA,M,13,E,DBAG,N,6,,5,,PB,SE,M,100.0,Bachelors (4 years),Yes,YesExpired,45.0,two +5840,Mid,Australia,M,12,E,DBAP,N,12,,2,,E,S,M,120.0,Bachelors (4 years),Yes,YesExpired,35.0,zero +5841,Very Low,Sweden,M,3,E,A,N,3,,0,,PB,SR,M,8.0,None (no degree completed),,N,40.0,zero +5842,Very Low,Sweden,M,10,E,DBAP,N,10,,1,,PB,SR,M,100.0,None (no degree completed),,N,40.0,four +5843,Very Low,Australia,M,17,IC,DA,N,9,,5,,PB,SR,M,10.0,Bachelors (4 years),No,N,40.0,four +5844,Mid,UK,M,6,E,DBAG,N,1,,3,,PB,S,M,200.0,None (no degree completed),No,N,55.0,zero +5845,Low,Sweden,M,10,EC,DBAD,N,2,,0,,PB,SE,M,200.0,None (no degree completed),,YesExpired,36.0,zero +5846,Mid,UK,M,8,E,DBAG,N,1,,1,,PB,SR,M,10.0,None (no degree completed),,YesValid,35.0,zero +5847,Very Low,UK,M,15,E,DT,Y,2,,1,,E,S,M,12.0,Associates (2 years),,YesExpired,41.0,zero +5848,Very Low,UK,M,10,E,DT,N,10,,3,,PB,SR,M,40.0,Bachelors (4 years),No,N,55.0,three +5849,Very Low,Hungary,A,4,EC,D,Y,2,,5,,PB,C,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5850,High,USA,M,12,E,DT,N,1,,0,,PB,S,F,1.0,Bachelors (4 years),Yes,N,45.0,three +5851,Very Low,Turkey,O,8,E,DBAD,N,7,,0,,SG,C,M,4.0,Doctorate/PhD,Yes,YesValid,40.0,one +5852,Very High,USA,O,20,E,DBAP,N,20,,6,,PB,SR,M,40.0,Masters,No,YesExpired,42.0,one +5853,Low,Singapore,M,7,E,AN,N,10,,2,,PB,SR,M,4.0,Associates (2 years),Yes,N,45.0,zero +5854,Very High,USA,M,8,P,D,Y,18,,0,,PB,SE,M,1.0,Masters,No,N,32.0,one +5855,Low,USA,M,4,E,AN,Y,4,,6,,NP,,M,200.0,Bachelors (4 years),Yes,N,50.0,two +5856,Very High,Australia,O,4,E,A,N,3,,5,,PB,SE,M,5000.0,Bachelors (4 years),Yes,YesValid,40.0,two +5857,High,Australia,M,14,E,DBAG,N,5,,0,,SG,S,M,500.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5858,Low,New-Zealand,M,8,E,DBAP,N,8,,3,,PB,S,M,36.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5859,High,Australia,M,15,EC,D,N,15,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +5860,Mid,Australia,M,7,E,AN,N,1,,6,,PB,S,M,100.0,Masters,Yes,YesValid,50.0,five +5861,Mid,USA,M,2,E,AN,Y,5,,0,,PB,S,M,80.0,Bachelors (4 years),Yes,N,42.0,zero +5862,Mid,USA,M,10,E,AN,N,1,,1,,PB,S,M,9.0,Bachelors (4 years),No,N,45.0,zero +5863,Very Low,USA,M,3,E,DA,N,3,,1,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,zero +5864,Low,Australia,M,3,E,E,N,3,,1,,PB,S,M,5.0,Bachelors (4 years),Yes,N,45.0,zero +5865,High,USA,M,11,E,E,N,1,,0,,PB,S,F,500.0,Bachelors (4 years),No,N,43.0,one +5866,Mid,USA,M,15,E,DT,N,3,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5867,Mid,USA,M,7,E,D,N,4,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +5868,High,USA,MDB,6,E,DBAG,N,10,,1,,PB,SE,M,60.0,Bachelors (4 years),No,N,40.0,zero +5869,Very Low,India,M,14,E,DBAG,N,2,,0,,PB,C,M,50.0,Bachelors (4 years),Yes,YesValid,40.0,five +5870,Mid,USA,M,6,E,M,Y,2,,1,,PB,S,M,2.0,Masters,Yes,YesExpired,50.0,zero +5871,Very High,USA,M,15,E,DBAD,N,15,,3,,PB,SR,M,55.0,Bachelors (4 years),Yes,N,45.0,zero +5872,Mid,USA,M,4,E,DBAG,N,4,,0,,PB,S,M,300.0,Bachelors (4 years),Yes,N,90.0,zero +5873,High,USA,M,8,E,DBAP,N,8,,2,,PB,S,M,80.0,Bachelors (4 years),Yes,N,40.0,zero +5874,Very High,USA,M,15,E,M,Y,8,,0,,PB,SR,M,50.0,Bachelors (4 years),Yes,N,50.0,zero +5875,Very Low,Australia,M,1,E,DA,N,1,,0,,PB,SR,M,3.0,Bachelors (4 years),Yes,N,42.0,zero +5876,Very High,Australia,M,9,E,,N,9,,0,,PB,S,M,1.0,Bachelors (4 years),No,N,40.0,zero +5877,Very High,USA,,15,E,E,N,3,,4,,PB,C,M,10.0,Bachelors (4 years),No,N,65.0,one +5878,High,Israel,M,9,E,DBAG,N,1,,5,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +5879,Very Low,South-Africa,M,20,E,DBAG,N,10,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +5880,Very Low,Jordan,M,7,E,DA,N,16,,3,,PB,S,M,7.0,Bachelors (4 years),Yes,YesValid,40.0,one +5881,Very Low,Russia,M,19,E,D,Y,5,,4,,PB,,M,7.0,Masters,,YesValid,40.0,two +5882,Very Low,Sweden,M,12,E,DBAP,N,1,,0,,LG,S,M,50.0,None (no degree completed),No,N,40.0,zero +5883,Very Low,South-Africa,M,5,E,DA,N,6,,1,,PB,S,M,2.0,None (no degree completed),,N,9.0,zero +5884,Very Low,Turkey,M,12,EC,D,Y,10,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +5885,Very Low,South-Africa,M,6,E,DA,N,4,,1,,PB,SR,M,5.0,Bachelors (4 years),No,N,40.0,five +5886,Very Low,France,M,3,E,DT,N,3,,1,,PB,,M,6.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +5887,Very Low,Slovenia,M,10,E,A,Y,3,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,one +5888,Very Low,Sweden,M,1,EC,DBAG,N,1,,6,,PB,S,M,30.0,Masters,Yes,YesValid,40.0,zero +5889,Mid,Denmark,M,2,E,M,Y,5,,0,,PB,S,M,2.0,Masters,No,N,42.0,zero +5890,Very Low,Sweden,M,15,E,DBAP,N,15,,1,,SG,S,M,70.0,None (no degree completed),,N,40.0,zero +5891,Very Low,CzechRepublic,M,12,E,DT,Y,1,,1,,PB,S,M,10.0,Associates (2 years),,YesValid,5.0,zero +5892,Very High,Denmark,M,10,E,A,N,8,,0,,PB,,M,10.0,Masters,Yes,YesExpired,45.0,zero +5893,Very Low,Belgium,M,3,E,DBAP,Y,3,,4,,FG,S,M,20.0,Bachelors (4 years),Yes,YesValid,38.0,two +5894,Low,Romania,M,11,E,DBAP,N,11,,6,,PB,SR,M,70.0,Masters,Yes,YesValid,40.0,zero +5895,Low,USA,M,6,E,DT,N,4,,1,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,45.0,zero +5896,Very Low,CzechRepublic,M,12,E,DBAG,Y,5,,2,,PB,S,M,250.0,Bachelors (4 years),Yes,N,45.0,two +5897,High,Denmark,M,8,E,DBAP,N,1,,6,,PB,S,M,1000.0,Associates (2 years),Yes,YesExpired,37.0,zero +5898,Low,Denmark,M,12,E,D,N,1,,4,,PB,S,M,6.0,Associates (2 years),,N,45.0,zero +5899,Low,South-Africa,M,10,E,A,Y,6,,0,,PB,,M,20.0,Associates (2 years),Yes,N,60.0,five +5900,Very Low,Slovakia,M,5,E,E,N,6,,2,,PB,S,M,4.0,Masters,Yes,N,38.0,zero +5901,Very Low,UK,M,5,E,AN,Y,2,,0,,E,SE,M,3.0,Associates (2 years),Yes,N,38.0,zero +5902,Very Low,CzechRepublic,M,15,E,DA,N,7,,0,,PB,S,M,30.0,Masters,Yes,N,40.0,zero +5903,Very Low,Spain,M,9,E,DBAD,Y,9,,1,,PB,S,F,8.0,Bachelors (4 years),Yes,N,40.0,zero +5904,High,Germany,M,20,E,A,Y,2,,4,,PB,S,M,6.0,Masters,Yes,YesExpired,40.0,zero +5905,Very Low,Belgium,M,6,E,E,N,3,,2,,PB,S,M,120.0,None (no degree completed),,YesValid,45.0,three +5906,Very Low,UK,M,8,E,D,N,9,,1,,NP,C,M,3.0,Bachelors (4 years),No,N,35.0,zero +5907,Very Low,Sweden,M,5,IC,DA,N,20,,5,,PB,,M,20.0,Masters,Yes,YesExpired,40.0,one +5908,Low,UK,M,6,E,M,Y,6,,0,,PB,S,,1.0,None (no degree completed),,N,55.0,four +5909,Very Low,UK,M,10,E,A,N,3,,4,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,four +5910,Mid,USA,M,6,E,DBAG,N,4,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +5911,Very Low,Italy,M,10,E,DA,N,18,,5,,PB,S,M,2.0,None (no degree completed),Yes,YesValid,40.0,zero +5912,Low,UK,M,6,E,DBAP,N,6,,1,,PB,SE,M,400.0,Bachelors (4 years),,N,35.0,zero +5913,Mid,Germany,M,15,E,DBAP,N,15,,5,,PB,SE,M,800.0,Masters,Yes,YesExpired,44.0,two +5914,Very Low,France,M,15,E,DBAP,N,11,,1,,PB,SE,M,50.0,Associates (2 years),No,YesExpired,39.0,one +5915,Very Low,UK,M,3,E,DBAG,N,5,,0,,PB,S,M,80.0,Bachelors (4 years),Yes,N,37.0,zero +5916,Low,UK,M,8,E,DBAP,N,8,,1,,PB,S,M,26.0,Bachelors (4 years),Yes,N,40.0,zero +5917,Low,UK,M,5,E,DBAG,N,2,,0,,NP,S,M,10.0,None (no degree completed),,YesValid,40.0,zero +5918,Mid,UK,M,10,E,DBAP,N,7,,5,,PB,S,M,50.0,None (no degree completed),,YesValid,38.0,one +5919,Low,UK,M,8,E,DT,N,2,,1,,PB,,M,5.0,Bachelors (4 years),Yes,YesValid,41.0,zero +5920,Mid,UK,M,20,E,M,Y,3,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5921,Low,UK,M,5,E,M,Y,2,,0,,PB,S,M,2.0,Doctorate/PhD,No,N,40.0,zero +5922,Very Low,UK,M,17,E,DA,N,17,,3,,FG,,M,5.0,Masters,No,YesExpired,37.0,two +5923,Very Low,UK,M,15,E,DBAP,N,2,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +5924,Very Low,Ireland,M,11,E,DBAG,Y,11,,0,,PB,SR,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +5925,Very Low,Croatia,M,1,E,D,N,2,,1,,PB,S,M,3.0,Masters,Yes,N,40.0,zero +5926,Low,Netherlands,M,14,EC,E,N,11,,1,,PB,SE,M,10.0,None (no degree completed),No,YesValid,40.0,zero +5927,Low,UK,M,19,EC,,N,3,,0,,PB,C,M,0.0,Bachelors (4 years),No,YesValid,40.0,three +5928,Very Low,UK,M,4,E,DBAP,N,4,,0,,PB,SR,M,34.0,Bachelors (4 years),Yes,YesValid,40.0,five +5929,Mid,UK,M,14,E,,Y,2,,2,,PB,SR,M,10.0,None (no degree completed),,N,47.0,two +5930,High,Germany,M,6,E,DBAP,N,4,,0,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,five +5931,Low,Germany,O,3,E,A,Y,3,,0,,PB,SE,M,6.0,Bachelors (4 years),Yes,N,39.0,zero +5932,Mid,UK,M,20,E,DBAG,Y,13,,2,,PB,SR,M,28.0,Bachelors (4 years),No,YesValid,36.0,zero +5933,Low,UK,M,7,E,DBAG,N,6,,0,,PB,S,M,30.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +5934,Very Low,UK,M,10,E,DBAD,N,10,,0,,PB,SR,M,3.0,None (no degree completed),,YesValid,38.0,one +5935,Low,Sweden,M,14,EC,DBAP,N,2,,0,,PB,,M,150.0,Associates (2 years),Yes,YesValid,45.0,one +5936,Low,Germany,M,4,E,DBAP,N,4,,2,,FG,,M,74.0,None (no degree completed),,YesValid,40.0,zero +5937,Low,Norway,M,15,EC,E,N,5,,2,,PB,,M,1000.0,None (no degree completed),,YesExpired,60.0,two +5938,Low,UK,M,5,E,M,Y,3,,0,,PB,SE,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +5939,High,UK,M,10,E,DBAG,Y,5,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,N,38.0,zero +5940,Mid,UK,M,12,E,D,N,12,,4,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5941,Very Low,Finland,M,7,E,DBAG,N,8,,1,,PB,S,M,8.0,Masters,Yes,YesValid,38.0,zero +5942,Very Low,UK,M,5,E,DBAG,N,1,,0,,PB,SR,M,5.0,Bachelors (4 years),,N,40.0,zero +5943,Very Low,Germany,M,3,E,DBAG,N,3,,1,,PB,S,M,30.0,None (no degree completed),,YesValid,40.0,zero +5944,Very High,USA,M,18,E,DBAG,N,2,,2,,PB,C,M,50.0,Bachelors (4 years),No,YesExpired,36.0,five +5945,Very Low,UK,M,8,E,DBAP,N,5,,1,,PB,SR,M,10.0,Bachelors (4 years),No,YesExpired,37.0,zero +5946,Very Low,Brazil,M,6,E,DT,N,3,,0,,PB,SR,M,1.0,Bachelors (4 years),No,YesValid,50.0,zero +5947,Very Low,UK,M,4,E,M,Y,4,,1,,FG,SR,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5948,Very Low,UK,M,9,E,DBAP,N,9,,0,,PB,SR,M,80.0,None (no degree completed),,N,37.0,zero +5949,Very Low,India,M,9,E,DBAG,Y,9,,5,,PB,S,M,170.0,Bachelors (4 years),Yes,YesValid,40.0,zero +5950,Very High,USA,M,15,E,DBAD,N,10,,0,,FG,S,M,15.0,Bachelors (4 years),No,N,40.0,zero +5951,Low,UK,M,8,E,DA,N,1,,2,,PB,SE,M,0.0,Bachelors (4 years),No,N,35.0,zero +5952,Low,UK,M,10,E,A,Y,4,,0,,PB,SR,M,20.0,Bachelors (4 years),Yes,N,40.0,three +5953,Very High,UK,M,22,IC,DBAP,Y,25,,1,,PB,S,M,250.0,Masters,Yes,YesValid,40.0,one +5954,Low,Sweden,M,10,E,E,N,20,,1,,PB,S,M,2.0,None (no degree completed),Yes,YesExpired,40.0,zero +5955,Very Low,Austria,M,5,E,DT,N,1,,1,,PB,,F,10.0,Masters,No,YesExpired,40.0,zero +5956,Very Low,UK,M,11,E,DBAG,N,11,,0,,PB,SE,M,22.0,Bachelors (4 years),Yes,YesValid,40.0,three +5957,Mid,UK,M,6,E,DBAG,N,2,,3,,PB,S,M,200.0,Bachelors (4 years),No,YesExpired,37.0,zero +5958,Low,UK,M,10,E,DT,Y,2,,1,,PB,S,M,2.0,Masters,Yes,YesValid,40.0,one +5959,Low,Austria,M,7,E,DA,Y,7,,0,,PB,SE,M,3.0,Doctorate/PhD,No,YesValid,40.0,zero +5960,Low,Germany,M,12,E,DT,N,12,,1,,PB,S,M,13.0,Bachelors (4 years),,N,38.0,zero +5961,Low,UK,M,7,E,DT,N,4,,2,,PB,SE,M,12.0,Bachelors (4 years),No,N,37.0,one +5962,Very Low,India,M,15,E,DBAP,N,5,,0,,PB,S,M,2000.0,Bachelors (4 years),Yes,N,60.0,one +5963,Very Low,Hungary,M,15,E,DA,N,3,,0,,PB,,M,8.0,Bachelors (4 years),Yes,YesValid,40.0,four +5964,High,USA,M,7,E,DBAP,N,7,,0,,PB,S,M,30.0,None (no degree completed),,N,40.0,zero +5965,Very Low,UK,M,6,E,DBAG,N,4,,2,,PB,SR,M,60.0,Bachelors (4 years),Yes,YesValid,40.0,five +5966,Very Low,UK,M,12,E,DBAG,Y,4,,1,,FG,S,M,95.0,Bachelors (4 years),Yes,N,40.0,one +5967,High,USA,M,5,E,M,Y,1,,0,,PB,SE,M,1.0,Bachelors (4 years),No,N,50.0,zero +5968,High,USA,M,10,E,M,Y,5,,1,,PB,C,M,20.0,None (no degree completed),,YesExpired,50.0,one +5969,Mid,USA,M,2,E,E,N,5,,0,,PB,S,M,1.0,None (no degree completed),No,N,50.0,five +5970,Low,USA,M,3,E,DBAG,N,3,,0,,E,S,M,6.0,Masters,Yes,YesValid,50.0,zero +5971,Mid,USA,M,15,E,M,Y,8,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +5972,Very Low,Italy,M,5,E,DA,Y,7,,1,,PB,,M,5.0,None (no degree completed),,N,45.0,zero +5973,Mid,USA,M,13,E,DT,N,13,,0,,NP,,M,3.0,Bachelors (4 years),No,N,35.0,zero +5974,Low,USA,M,5,E,A,N,4,,0,,E,,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +5975,Low,USA,M,10,E,M,Y,7,,0,,E,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5976,Low,USA,M,5,EC,DBAG,N,5,,1,,PB,SR,M,100.0,Masters,Yes,YesValid,40.0,zero +5977,Low,USA,M,2,E,DBAG,N,2,,0,,PB,S,F,12.0,Bachelors (4 years),Yes,YesValid,45.0,zero +5978,Very Low,USA,M,7,E,DA,N,7,,1,,PB,S,M,1.0,Associates (2 years),Yes,N,40.0,zero +5979,High,USA,M,8,E,AN,N,6,,1,,PB,SE,M,6.0,Associates (2 years),No,N,40.0,zero +5980,Very Low,USA,M,1,E,DT,N,0,,6,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +5981,Low,USA,M,5,E,DBAG,N,5,,3,,PB,,M,8.0,Masters,No,YesValid,45.0,five +5982,Low,USA,MA,2,E,AN,N,1,,0,,PB,SE,M,3.0,Masters,Yes,N,44.0,zero +5983,Very High,USA,M,15,E,DBAP,N,20,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,YesExpired,50.0,five +5984,Low,USA,M,5,E,D,N,2,,1,,NP,S,M,5.0,Bachelors (4 years),Yes,N,43.0,zero +5985,Very Low,UK,M,5,E,DBAG,N,5,,0,,PB,SR,M,4.0,None (no degree completed),Yes,YesValid,40.0,zero +5986,High,USA,M,8,E,DBAP,N,3,,1,,NP,S,M,540.0,None (no degree completed),,YesExpired,45.0,zero +5987,Very High,Uganda,M,10,E,M,Y,10,,0,,PB,SE,M,3.0,Bachelors (4 years),No,N,50.0,zero +5988,Very High,USA,M,15,E,A,N,20,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesValid,40.0,two +5989,Very High,USA,M,10,E,M,Y,3,,0,,PB,S,M,140.0,Masters,Yes,N,55.0,zero +5990,Mid,USA,M,20,E,DBAD,Y,9,,3,,SG,SE,M,20.0,Bachelors (4 years),Yes,N,40.0,five +5991,Mid,USA,M,5,E,A,N,6,,3,,NP,S,M,10.0,Bachelors (4 years),No,N,40.0,zero +5992,Very Low,Belgium,M,12,E,DA,N,11,,6,,PB,SR,M,5.0,None (no degree completed),Yes,YesValid,38.0,zero +5993,Very High,USA,M,17,E,DBAG,N,10,,1,,PB,SR,NB,400.0,Associates (2 years),Yes,YesExpired,38.0,two +5994,Very High,USA,M,6,E,M,Y,6,,0,,PB,S,M,500.0,Masters,Yes,N,50.0,one +5995,Low,USA,M,10,P,DBAD,N,19,,1,,NP,S,F,15.0,Bachelors (4 years),Yes,YesExpired,30.0,three +5996,Mid,Canada,M,10,E,DBAP,N,33,,3,,PB,S,M,150.0,Bachelors (4 years),Yes,YesExpired,36.0,zero +5997,Very High,USA,M,20,E,M,Y,20,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,50.0,zero +5998,Mid,USA,M,5,E,M,Y,1,,0,,PB,SE,M,3.0,Bachelors (4 years),No,N,60.0,zero +5999,Very High,USA,M,28,E,A,N,6,,0,,PB,S,M,60.0,Bachelors (4 years),Yes,N,35.0,zero +6000,Very High,USA,M,12,E,M,Y,2,,1,,PB,SR,M,2.0,Bachelors (4 years),Yes,N,40.0,one +6001,High,USA,M,20,E,M,Y,12,,1,,PB,SR,M,10.0,Bachelors (4 years),No,YesExpired,40.0,five +6002,High,USA,O,16,E,DT,N,3,,6,,PB,,M,12.0,Doctorate/PhD,No,N,40.0,two +6003,Low,USA,M,7,E,DA,N,7,,1,,PB,C,M,2.0,Bachelors (4 years),Yes,N,40.0,two +6004,High,USA,M,10,E,DA,Y,5,,4,,PB,,M,2.0,None (no degree completed),,N,45.0,three +6005,Very High,USA,M,18,E,DBAG,Y,4,,1,,PB,,M,26.0,Bachelors (4 years),No,YesExpired,50.0,zero +6006,Mid,USA,M,10,E,E,N,12,,2,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6007,Very High,USA,M,22,E,DA,N,30,,1,,PB,SR,M,150.0,None (no degree completed),,N,55.0,four +6008,Mid,USA,M,16,E,DBAG,N,12,,0,,PB,S,M,85.0,Bachelors (4 years),Yes,YesValid,40.0,three +6009,Low,USA,M,5,E,DBAP,N,5,,1,,NP,,M,5.0,Associates (2 years),,YesExpired,40.0,zero +6010,Mid,USA,M,18,E,DBAD,N,9,,0,,PB,S,M,12.0,Bachelors (4 years),No,YesValid,42.0,five +6011,Low,Switzerland,O,2,E,DBAG,N,2,,1,,PB,,M,120.0,Associates (2 years),No,YesValid,35.0,five +6012,Low,USA,MS,10,E,E,N,10,,2,,PB,SR,M,6.0,Associates (2 years),No,YesValid,40.0,zero +6013,Very High,USA,M,5,EC,M,Y,3,,0,,PB,C,M,40.0,Bachelors (4 years),No,N,60.0,one +6014,Low,USA,M,5,E,AN,N,5,,6,,SG,S,M,400.0,Bachelors (4 years),Yes,N,38.0,one +6015,High,USA,M,10,E,DA,Y,2,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +6016,Very Low,Netherlands,M,3,EC,DBAG,N,3,,1,,PB,SE,F,5.0,Bachelors (4 years),No,YesValid,40.0,zero +6017,Very High,USA,M,15,E,DBAP,N,2,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesValid,45.0,four +6018,Low,USA,M,3,E,DBAP,N,1,,0,,SG,,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +6019,Low,USA,M,12,E,DT,N,22,,1,,NP,S,M,12.0,Bachelors (4 years),Yes,N,40.0,four +6020,High,USA,M,22,E,DBAD,N,22,,1,,NP,S,M,7.0,Bachelors (4 years),Yes,N,40.0,one +6021,High,USA,M,20,E,M,Y,2,,0,,PB,S,M,70.0,Bachelors (4 years),Yes,YesValid,40.0,one +6022,Very Low,Belgium,M,12,E,DBAG,N,12,,0,,NP,S,M,8.0,Masters,No,N,38.0,zero +6023,Very High,USA,M,3,EC,M,Y,6,,1,,PB,C,M,3.0,Masters,Yes,YesExpired,45.0,zero +6024,Very Low,Portugal,M,10,E,DA,N,10,,6,,PB,S,M,20.0,Masters,Yes,YesValid,40.0,zero +6025,High,USA,M,10,E,DBAD,N,8,,0,,E,SE,F,12.0,Masters,Yes,YesExpired,40.0,zero +6026,Very High,USA,M,7,E,M,Y,3,,0,,PB,S,M,1000.0,Bachelors (4 years),Yes,N,48.0,three +6027,Very High,USA,M,15,E,D,Y,4,,0,,PB,S,M,2.0,None (no degree completed),,YesExpired,60.0,two +6028,Low,UK,M,10,E,D,Y,10,,1,,PB,SE,M,15.0,Masters,Yes,YesValid,40.0,zero +6029,Low,USA,M,15,E,DBAG,N,3,,0,,PB,S,M,10.0,Associates (2 years),Yes,N,40.0,zero +6030,Low,USA,M,15,E,DBAP,N,4,,0,,LG,S,M,25.0,Associates (2 years),Yes,YesValid,45.0,zero +6031,High,USA,M,8,E,E,N,1,,0,,NP,S,M,50.0,Masters,No,YesValid,40.0,two +6032,Mid,USA,M,10,EC,DBAG,Y,3,,2,,FG,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +6033,High,USA,M,20,E,DT,Y,6,,0,,PB,SR,M,8.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6034,Mid,USA,M,15,E,DBAP,N,15,,1,,SG,C,M,50.0,Masters,Yes,YesValid,40.0,zero +6035,Mid,USA,M,8,E,E,N,8,,6,,PB,S,M,150.0,Bachelors (4 years),Yes,N,42.0,zero +6036,Mid,Belarus,M,6,E,DA,N,1,,3,,PB,,M,5.0,Masters,No,YesValid,40.0,five +6037,Very High,USA,M,15,E,D,Y,10,,0,,NP,S,F,5.0,Bachelors (4 years),No,YesExpired,40.0,five +6038,Low,Canada,M,15,E,DBAG,N,10,,0,,PB,,M,50.0,None (no degree completed),Yes,YesValid,35.0,zero +6039,Mid,USA,M,3,E,AN,N,3,,0,,PB,SE,M,6.0,None (no degree completed),,N,50.0,one +6040,Low,USA,M,5,E,DT,N,2,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +6041,Mid,USA,M,7,E,M,N,7,,0,,PB,,M,3.0,Masters,Yes,N,50.0,zero +6042,Low,Canada,M,15,E,DBAG,N,9,,1,,FG,SE,M,180.0,Associates (2 years),No,YesExpired,40.0,one +6043,Mid,USA,M,5,E,DBAP,Y,3,,0,,PB,S,F,12.0,Masters,No,YesExpired,50.0,five +6044,Very Low,Malta,M,10,E,DT,N,10,,6,,PB,S,F,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6045,Very High,USA,M,12,E,DBAG,N,12,,1,,PB,SE,M,40.0,Masters,Yes,YesValid,45.0,one +6046,High,USA,M,12,E,DBAG,Y,6,,1,,PB,S,F,50.0,Bachelors (4 years),Yes,YesExpired,42.0,five +6047,High,USA,M,25,E,A,N,4,,0,,PB,SE,M,6.0,None (no degree completed),,N,40.0,zero +6048,Low,USA,M,2,E,DA,N,1,,5,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,one +6049,Very Low,Netherlands,M,1,EC,DT,N,1,,6,,PB,SE,M,5.0,Bachelors (4 years),No,YesValid,40.0,zero +6050,Mid,USA,M,15,E,DBAG,N,9,,1,,PB,S,M,20.0,Associates (2 years),No,N,40.0,one +6051,Very High,USA,M,14,EC,A,Y,12,,1,,PB,SR,M,50.0,Masters,Yes,N,50.0,five +6052,Low,Finland,M,17,E,DT,N,3,,0,,PB,S,M,1.0,None (no degree completed),,N,38.0,zero +6053,Mid,USA,M,7,E,M,N,5,,0,,PB,SE,M,4.0,Associates (2 years),Yes,YesExpired,55.0,five +6054,Mid,USA,O,5,E,DBAG,N,4,,6,,PB,S,M,400.0,Bachelors (4 years),Yes,N,40.0,one +6055,Mid,USA,M,10,E,AN,N,10,,3,,PB,S,M,52.0,Associates (2 years),No,YesExpired,48.0,five +6056,Very Low,Mexico,A,1,EC,DA,N,1,,0,,PB,SE,M,5.0,Bachelors (4 years),Yes,YesValid,43.0,two +6057,Very Low,Canada,M,5,E,DA,N,4,,2,,PB,,M,30.0,Associates (2 years),Yes,N,40.0,zero +6058,Very Low,Netherlands,M,5,E,DBAG,N,5,,1,,PB,S,M,30.0,Bachelors (4 years),No,YesExpired,40.0,zero +6059,High,USA,M,13,E,DBAP,N,3,,6,,FG,S,M,350.0,Bachelors (4 years),Yes,N,45.0,zero +6060,Mid,USA,M,8,E,DBAP,Y,8,,1,,LG,S,M,70.0,Masters,Yes,YesValid,40.0,zero +6061,Very Low,Canada,M,8,E,DBAG,N,5,,0,,PB,S,M,10.0,None (no degree completed),,N,35.0,five +6062,Mid,CzechRepublic,M,17,E,DA,Y,16,,2,,PB,S,M,45.0,None (no degree completed),,YesExpired,40.0,zero +6063,Very Low,UK,M,9,E,DT,N,9,,1,,PB,C,M,8.0,None (no degree completed),,YesValid,37.0,one +6064,Mid,USA,M,5,E,DBAP,N,5,,1,,PB,S,F,300.0,Bachelors (4 years),Yes,N,85.0,five +6065,Mid,USA,M,4,E,DBAG,N,1,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,42.0,zero +6066,High,USA,M,17,E,DBAP,N,6,,2,,PB,,M,60.0,Bachelors (4 years),Yes,YesExpired,40.0,three +6067,Low,USA,M,2,E,AN,N,2,,0,,PB,SR,M,40.0,Bachelors (4 years),Yes,N,44.0,zero +6068,Very Low,Canada,M,14,E,DA,N,14,,2,,PB,S,M,2.0,Bachelors (4 years),Yes,N,46.0,one +6069,High,USA,M,15,E,DT,Y,3,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +6070,Very Low,Turkey,M,12,E,DBAP,Y,4,,2,,PB,,M,8.0,Masters,,YesValid,45.0,five +6071,Very High,USA,M,20,E,A,N,1,,0,,PB,S,M,6.0,Masters,Yes,N,40.0,zero +6072,Very High,USA,M,5,E,M,Y,2,,0,,PB,S,M,10.0,Masters,Yes,N,50.0,one +6073,High,USA,M,18,E,DBAG,Y,1,,1,,PB,S,M,6.0,None (no degree completed),,N,60.0,one +6074,High,USA,M,7,E,DT,N,1,,0,,NP,S,M,2.0,Masters,No,N,40.0,zero +6075,Very High,Switzerland,M,13,IC,A,Y,12,,0,,PB,,M,2.0,Masters,Yes,N,45.0,two +6076,High,USA,M,14,E,DBAG,N,4,,0,,PB,SR,M,7.0,Bachelors (4 years),No,N,40.0,one +6077,Very Low,Italy,O,7,E,DBAD,N,7,,0,,PB,SR,M,5.0,None (no degree completed),,N,40.0,zero +6078,Low,USA,M,4,E,DBAG,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +6079,Very Low,USA,M,3,E,DA,N,3,,0,,E,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6080,Very High,USA,M,19,IC,E,N,2,,3,,PB,S,M,4.0,Masters,Yes,N,50.0,five +6081,Very Low,Sweden,MS,3,E,DA,N,3,,1,,PB,SR,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6082,Mid,USA,M,17,E,D,N,5,,1,,PB,SE,M,17.0,Associates (2 years),Yes,N,44.0,zero +6083,Very High,USA,M,18,E,DBAG,Y,5,,2,,FG,S,M,6.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6084,Mid,USA,M,10,E,DBAD,N,4,,1,,PB,S,M,24.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6085,Mid,USA,M,7,E,DA,Y,3,,0,,PB,C,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6086,High,USA,M,17,E,DBAP,N,15,,2,,NP,S,M,150.0,Associates (2 years),Yes,N,40.0,two +6087,Mid,USA,M,20,E,DBAP,N,20,,1,,SG,S,M,60.0,Masters,No,YesValid,50.0,zero +6088,Low,Canada,M,20,E,DA,Y,15,,5,,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6089,Low,Canada,M,6,E,DBAP,N,6,,6,,PB,S,M,1000.0,Associates (2 years),Yes,YesExpired,40.0,four +6090,Low,USA,M,20,E,DT,N,20,,3,,PB,S,F,40.0,Bachelors (4 years),No,YesExpired,40.0,four +6091,Mid,Sweden,M,15,E,DA,N,25,,0,,PB,S,M,0.0,None (no degree completed),,N,40.0,zero +6092,Very Low,Spain,M,15,E,DBAG,Y,8,,1,,PB,SR,M,150.0,Associates (2 years),No,YesValid,50.0,two +6093,High,USA,M,8,E,E,N,10,,3,,PB,,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6094,Very High,USA,M,20,E,A,N,20,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6095,Low,USA,M,3,E,DBAG,N,3,,5,,PB,S,M,200.0,Bachelors (4 years),Yes,YesValid,50.0,five +6096,Very High,USA,M,16,E,DT,N,18,,0,,PB,C,M,4.0,Masters,Yes,N,40.0,zero +6097,High,USA,M,10,E,DT,N,7,,0,,SG,S,M,7.0,Masters,No,N,40.0,zero +6098,Mid,USA,M,16,E,DBAP,N,10,,5,,PB,S,M,60.0,None (no degree completed),,YesExpired,50.0,five +6099,Low,Estonia,M,18,E,A,N,18,,0,,PB,SE,M,9.0,None (no degree completed),,YesExpired,45.0,zero +6100,Very Low,USA,M,9,E,DA,N,7,,1,,PB,S,M,7.0,Associates (2 years),Yes,N,40.0,zero +6101,High,USA,M,20,E,DBAG,N,3,,0,,PB,,M,56.0,Bachelors (4 years),No,N,45.0,zero +6102,Very High,USA,M,18,E,M,Y,4,,0,,PB,,M,20.0,Masters,Yes,YesValid,70.0,one +6103,Low,Netherlands,M,10,IC,E,N,15,,0,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,32.0,zero +6104,Mid,USA,M,10,E,DBAG,N,6,,0,,NP,SR,M,67.0,Associates (2 years),Yes,YesValid,40.0,five +6105,Very High,Switzerland,M,8,E,DT,N,3,,0,,PB,,M,15.0,Masters,Yes,N,42.0,zero +6106,Low,USA,M,4,E,DBAG,N,2,,0,,E,S,M,20.0,Masters,Yes,N,40.0,zero +6107,Low,USA,M,1,E,,N,2,,0,,PB,,M,10.0,Bachelors (4 years),Yes,YesExpired,55.0,zero +6108,Very Low,Canada,O,18,E,DBAP,Y,18,,0,,SG,SE,M,100.0,Bachelors (4 years),No,YesValid,50.0,zero +6109,Very High,USA,M,2,E,D,N,4,,0,,PB,C,M,2.0,Associates (2 years),Yes,YesExpired,40.0,five +6110,Very High,Israel,M,20,E,A,Y,8,,0,,PB,S,M,100.0,Masters,,N,50.0,one +6111,Very Low,UK,M,10,E,DBAG,N,3,,0,,LG,SR,M,30.0,Masters,Yes,YesExpired,39.0,zero +6112,Mid,USA,M,15,E,DT,N,15,,0,,PB,S,F,6.0,Bachelors (4 years),Yes,N,45.0,five +6113,Very Low,UK,M,5,E,DA,Y,6,,0,,PB,,M,1.0,Masters,Yes,N,40.0,zero +6114,Very High,USA,M,5,E,A,N,15,,1,,PB,SR,M,129.0,None (no degree completed),,N,43.0,zero +6115,High,USA,M,12,E,E,N,20,,6,,PB,SE,M,250.0,Bachelors (4 years),Yes,YesValid,60.0,five +6116,Very High,USA,M,23,IC,DBAG,N,5,,1,,PB,SR,M,3.0,None (no degree completed),,YesValid,40.0,zero +6117,Very High,USA,M,25,E,A,N,14,,0,,PB,S,M,35.0,Bachelors (4 years),No,YesExpired,45.0,two +6118,Very Low,UK,M,7,E,DBAG,N,6,,1,,NP,S,F,50.0,Masters,Yes,N,40.0,two +6119,Mid,USA,M,5,E,DA,N,5,,0,,PB,S,M,4.0,Associates (2 years),,N,45.0,zero +6120,Mid,USA,M,10,E,DBAG,N,3,,1,,SG,,M,10.0,Bachelors (4 years),Yes,N,40.0,one +6121,Very Low,UK,M,10,E,DT,N,4,,0,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,38.0,zero +6122,Low,Canada,M,10,E,DBAP,N,5,,4,,SG,S,M,100.0,Associates (2 years),Yes,N,78.0,zero +6123,Very Low,Colombia,M,8,E,M,Y,4,,3,,PB,SE,M,3.0,Masters,Yes,YesValid,40.0,zero +6124,Very Low,Canada,M,8,E,AN,N,4,,0,,PB,S,M,2.0,None (no degree completed),Yes,N,42.0,five +6125,Low,USA,M,5,E,DBAD,Y,3,,0,,PB,S,M,3.0,None (no degree completed),,N,45.0,two +6126,Low,USA,M,3,E,E,N,12,,4,,PB,,F,10.0,Associates (2 years),Yes,YesValid,45.0,zero +6127,Mid,USA,M,15,E,A,N,6,,3,,NP,,M,35.0,Associates (2 years),Yes,YesExpired,40.0,zero +6128,Low,USA,M,2,E,AN,N,2,,0,,PB,S,M,5.0,Associates (2 years),No,N,40.0,zero +6129,Low,USA,M,3,E,DT,N,1,,4,,PB,S,M,5.0,Bachelors (4 years),Yes,N,45.0,zero +6130,Mid,Israel,M,12,E,DA,N,3,,6,,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6131,Very Low,UK,M,3,E,DBAP,N,15,,0,,PB,SR,M,200.0,None (no degree completed),,YesExpired,37.0,one +6132,High,USA,M,18,E,DBAG,N,1,,3,,PB,S,M,30.0,None (no degree completed),,N,40.0,zero +6133,Low,UK,M,6,E,DBAP,N,4,,0,,PB,S,M,37.0,None (no degree completed),,N,38.0,five +6134,Mid,USA,M,12,E,DBAP,N,3,,0,,PB,S,M,21.0,Masters,Yes,N,45.0,zero +6135,High,USA,M,25,E,D,N,6,,1,,PB,S,M,5.0,Bachelors (4 years),No,N,40.0,two +6136,High,USA,M,26,E,DBAP,N,20,,3,,PB,S,M,200.0,Associates (2 years),Yes,N,40.0,one +6137,High,USA,M,16,E,DT,N,2,,0,,PB,S,M,7.0,Bachelors (4 years),No,N,40.0,zero +6138,Very High,USA,M,20,E,A,Y,20,,1,,PB,,M,15.0,Bachelors (4 years),Yes,N,50.0,five +6139,Mid,USA,M,6,E,DT,N,6,,6,,PB,S,M,12.0,Bachelors (4 years),Yes,N,40.0,zero +6140,High,USA,M,17,E,DBAP,N,17,,1,,FG,,F,22.0,Associates (2 years),Yes,YesExpired,45.0,five +6141,Low,USA,M,10,E,AN,N,7,,0,,PB,C,M,4.0,Bachelors (4 years),Yes,N,50.0,zero +6142,Mid,USA,M,22,E,A,N,7,,0,,NP,SE,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +6143,Low,USA,M,5,E,DA,N,5,,6,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,zero +6144,Mid,USA,M,9,E,DBAG,N,8,,6,,PB,S,F,100.0,Bachelors (4 years),No,N,45.0,zero +6145,Mid,USA,M,10,E,DA,Y,5,,1,,PB,S,M,3.0,Associates (2 years),Yes,N,60.0,zero +6146,Very Low,South-Africa,M,21,E,DT,N,3,,1,,PB,C,M,4.0,None (no degree completed),,N,55.0,five +6147,Very High,USA,M,13,E,D,Y,4,,0,,PB,S,M,6.0,None (no degree completed),,N,50.0,one +6148,Very High,USA,M,17,E,M,Y,5,,4,,NP,S,M,300.0,Bachelors (4 years),Yes,YesExpired,48.0,five +6149,High,USA,M,7,E,DBAG,N,5,,0,,LG,SR,M,30.0,Bachelors (4 years),Yes,YesValid,43.0,zero +6150,Very High,USA,M,7,E,M,Y,1,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6151,Low,USA,M,3,E,DBAG,N,3,,5,,PB,SR,M,70.0,Bachelors (4 years),Yes,N,45.0,one +6152,High,USA,M,19,E,DBAD,Y,6,,0,,SG,S,F,500.0,Associates (2 years),Yes,N,45.0,zero +6153,High,USA,M,15,IC,DA,Y,20,,0,,PB,S,M,5.0,None (no degree completed),,YesExpired,45.0,five +6154,Very High,USA,M,21,E,DT,N,7,,1,,PB,SE,M,25.0,Bachelors (4 years),No,YesExpired,40.0,four +6155,Mid,Canada,M,22,E,DBAG,Y,17,,0,,PB,SR,M,8.0,None (no degree completed),Yes,YesExpired,50.0,five +6156,Low,UK,M,15,E,DBAG,N,2,,1,,PB,S,M,12.0,Associates (2 years),,YesValid,37.0,one +6157,Mid,USA,DB2,7,E,DBAG,N,2,,6,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +6158,Mid,USA,M,20,E,M,Y,5,,0,,PB,,F,20.0,Associates (2 years),No,YesExpired,53.0,one +6159,Very Low,Argentina,M,1,E,DBAG,N,1,,0,,SG,,M,100.0,None (no degree completed),Yes,N,50.0,zero +6160,High,USA,M,20,E,M,N,8,,5,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,50.0,one +6161,Mid,USA,M,7,E,AN,N,2,,1,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6162,Low,USA,M,5,E,DBAP,N,3,,1,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6163,Very Low,Netherlands,M,12,E,E,N,17,,1,,PB,SR,M,8.0,None (no degree completed),,N,40.0,zero +6164,Low,UK,M,9,E,DBAG,Y,2,,0,,PB,S,M,200.0,Masters,No,N,42.0,three +6165,Very Low,UK,M,9,E,E,N,3,,2,,E,S,M,3.0,None (no degree completed),,N,37.0,zero +6166,Mid,USA,M,5,E,DBAP,N,3,,2,,PB,S,M,115.0,Associates (2 years),No,YesExpired,40.0,zero +6167,Very High,USA,M,19,E,A,Y,3,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,45.0,five +6168,Very Low,UK,M,4,E,DBAP,N,4,,0,,E,S,M,90.0,Associates (2 years),,YesExpired,37.0,zero +6169,Very High,USA,M,17,E,DBAG,N,5,,0,,PB,,M,20.0,None (no degree completed),,YesExpired,45.0,zero +6170,Very High,USA,M,20,E,DA,N,28,,2,,PB,S,M,10.0,Masters,Yes,N,40.0,one +6171,Very High,USA,M,10,E,DBAD,N,20,,0,,PB,SE,F,30.0,Masters,Yes,YesExpired,40.0,one +6172,Very High,USA,M,10,IC,DBAP,Y,3,,0,,FG,S,M,1000.0,Doctorate/PhD,Yes,YesValid,80.0,five +6173,Low,USA,M,11,E,M,Y,11,,0,,E,S,,1200.0,None (no degree completed),,YesExpired,40.0,five +6174,Mid,USA,M,17,E,D,N,7,,0,,PB,,F,4.0,Bachelors (4 years),Yes,N,42.0,one +6175,Very Low,Russia,M,5,E,DA,N,5,,6,,PB,SR,M,1.0,Masters,,YesExpired,40.0,zero +6176,Low,USA,M,7,E,A,Y,7,,2,,PB,SR,M,15.0,None (no degree completed),,YesValid,50.0,five +6177,High,USA,M,20,E,DBAG,N,3,,0,,PB,C,M,8.0,None (no degree completed),,N,50.0,five +6178,Very High,USA,M,2,EC,DBAP,N,7,,0,,PB,SE,F,30.0,Masters,Yes,YesExpired,40.0,zero +6179,Mid,USA,M,3,E,DBAP,N,3,,1,,SG,S,M,17.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +6180,Very Low,UK,M,17,E,DBAP,N,7,,2,,FG,SR,M,60.0,Masters,Yes,N,38.0,zero +6181,Very Low,Canada,M,10,E,DBAG,N,15,,1,,SG,S,M,17.0,None (no degree completed),Yes,YesExpired,35.0,zero +6182,Very Low,USA,M,10,P,DBAP,N,2,,0,,PB,S,M,25.0,Masters,Yes,YesExpired,25.0,zero +6183,Very High,USA,M,21,E,DS,Y,4,,1,,PB,S,M,6.0,None (no degree completed),,YesExpired,60.0,zero +6184,High,USA,M,14,E,DA,N,17,,6,,NP,S,M,5.0,Masters,Yes,N,40.0,zero +6185,Very Low,USA,M,4,E,DBAG,N,2,,0,,E,S,M,3.0,Bachelors (4 years),No,N,45.0,three +6186,Very High,USA,M,18,E,A,N,5,,0,,PB,S,M,4.0,Masters,No,YesValid,40.0,zero +6187,High,USA,M,8,E,DBAG,N,6,,0,,LG,SR,M,5.0,Bachelors (4 years),No,N,40.0,zero +6188,Low,USA,M,3,E,DBAG,N,3,,2,,PB,S,M,11.0,Bachelors (4 years),No,N,47.0,zero +6189,Very High,USA,M,17,E,DA,N,17,,1,,PB,S,M,4.0,None (no degree completed),,N,45.0,zero +6190,Mid,Israel,M,8,E,DBAD,N,5,,0,,PB,SR,M,10.0,Bachelors (4 years),Yes,N,50.0,zero +6191,Very High,USA,M,25,E,DBAP,N,15,,6,,PB,,F,5300.0,Associates (2 years),Yes,N,45.0,five +6192,Mid,USA,M,4,E,DBAG,N,4,,2,,PB,SR,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +6193,Mid,USA,O,2,E,DBAD,N,4,,1,,LG,SE,M,20.0,Bachelors (4 years),Yes,N,45.0,three +6194,Very High,USA,M,16,E,DBAP,N,16,,1,,NP,S,F,40.0,Bachelors (4 years),Yes,YesValid,40.0,three +6195,Mid,USA,M,15,E,DA,N,6,,1,,PB,S,M,1.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6196,Low,USA,M,20,E,DT,N,15,,0,,E,S,F,8.0,None (no degree completed),,N,45.0,one +6197,High,USA,M,15,E,DA,N,22,,3,,PB,S,M,200.0,None (no degree completed),No,N,45.0,five +6198,Very High,USA,M,20,E,DBAG,N,5,,0,,PB,S,M,55.0,Masters,No,YesExpired,42.0,five +6199,Low,USA,M,17,E,DBAG,Y,12,,0,,NP,S,F,9.0,Bachelors (4 years),Yes,YesValid,40.0,two +6200,Mid,USA,M,10,E,DA,Y,10,,0,,E,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +6201,Mid,USA,M,7,E,D,N,7,,3,,PB,SR,M,24.0,Bachelors (4 years),Yes,YesValid,45.0,one +6202,Mid,USA,M,14,EC,D,N,1,,6,,PB,SE,M,200.0,Masters,Yes,YesValid,40.0,one +6203,Mid,USA,M,5,E,DT,N,10,,2,,PB,S,M,5.0,Masters,Yes,YesValid,45.0,three +6204,Low,USA,M,10,E,DBAG,N,2,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6205,Low,USA,M,10,E,DBAP,N,15,,1,,SG,S,M,30.0,Associates (2 years),,N,40.0,zero +6206,High,USA,M,17,EC,DBAD,N,1,,0,,PB,S,M,60.0,None (no degree completed),,YesExpired,50.0,five +6207,Very High,USA,M,17,E,M,Y,17,,3,,PB,S,M,25.0,Masters,No,YesExpired,42.0,zero +6208,Very Low,USA,M,5,E,AN,N,5,,1,,E,SE,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6209,Very High,USA,M,20,E,M,Y,3,,1,,LG,SE,M,20.0,Bachelors (4 years),Yes,N,50.0,zero +6210,High,USA,M,17,E,DA,N,17,,0,,PB,S,M,100.0,Associates (2 years),Yes,N,60.0,five +6211,Low,USA,M,5,E,M,Y,3,,0,,E,S,M,5.0,Masters,Yes,YesValid,40.0,zero +6212,High,USA,M,7,E,DA,Y,3,,0,,NP,S,M,7.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6213,High,USA,M,15,E,DBAP,Y,2,,0,,PB,S,F,150.0,None (no degree completed),No,N,48.0,five +6214,High,USA,M,17,E,DA,N,17,,0,,PB,S,M,5.0,None (no degree completed),,N,50.0,one +6215,Very High,USA,P,3,E,DBAG,N,3,,6,,PB,,M,133.0,Bachelors (4 years),Yes,YesValid,40.0,one +6216,High,USA,M,20,IC,DT,N,3,,1,,SG,SR,M,12.0,None (no degree completed),,YesExpired,40.0,zero +6217,Mid,USA,M,3,E,DA,N,5,,4,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +6218,Mid,USA,M,16,E,AN,N,5,,1,,PB,S,M,9.0,Associates (2 years),No,N,55.0,one +6219,High,USA,M,10,E,M,Y,7,,6,,PB,S,M,168.0,None (no degree completed),,YesExpired,45.0,zero +6220,High,USA,M,5,EC,A,N,2,,6,,PB,SE,M,1000.0,Bachelors (4 years),Yes,N,50.0,zero +6221,Very Low,UAE,M,7,E,,N,7,,0,,PB,S,M,6.0,Bachelors (4 years),No,N,40.0,five +6222,High,USA,M,15,E,DBAG,N,14,,2,,PB,SR,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6223,Mid,USA,M,15,E,DBAG,N,10,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +6224,Low,France,M,5,E,DBAG,N,25,,1,,PB,S,M,200.0,Bachelors (4 years),No,YesExpired,35.0,three +6225,Very Low,USA,M,1,E,AN,N,1,,0,,LG,S,M,1.0,Masters,No,N,40.0,zero +6226,Very High,USA,M,17,EC,DBAD,N,7,,0,,PB,S,M,1000.0,None (no degree completed),,YesExpired,30.0,two +6227,Mid,USA,M,8,E,DBAP,N,8,,0,,E,C,M,378.0,None (no degree completed),,YesExpired,50.0,one +6228,Low,USA,M,18,E,DBAG,Y,18,,0,,E,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6229,Low,USA,M,4,E,E,N,2,,2,,PB,S,M,1100.0,Bachelors (4 years),Yes,N,50.0,zero +6230,High,USA,M,17,E,DBAG,N,1,,0,,PB,S,M,25.0,Bachelors (4 years),No,YesExpired,40.0,five +6231,Very Low,Mexico,M,12,E,DBAP,Y,8,,1,,PB,SE,M,300.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6232,Very Low,USA,M,2,E,AN,N,2,,6,,PB,S,M,500.0,None (no degree completed),,YesExpired,40.0,zero +6233,Mid,USA,M,10,E,DBAG,N,2,,5,,PB,SR,M,120.0,Bachelors (4 years),No,N,50.0,five +6234,High,Canada,M,13,E,DT,N,2,,1,,PB,S,M,20.0,Associates (2 years),Yes,YesValid,45.0,one +6235,Very Low,USA,M,6,E,DBAP,N,7,,0,,LG,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +6236,Very High,Canada,M,10,IC,DBAG,N,10,,3,,SG,,M,200.0,Associates (2 years),Yes,YesValid,40.0,zero +6237,Low,USA,M,8,E,DBAG,N,7,,0,,SG,S,M,8.0,None (no degree completed),,YesValid,40.0,zero +6238,High,USA,M,12,E,M,Y,8,,0,,LG,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6239,Mid,USA,M,3,E,DBAG,N,3,,0,,PB,,M,2.0,Bachelors (4 years),No,N,45.0,one +6240,Very Low,Netherlands,M,6,EC,DBAG,N,6,,6,,PB,,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6241,High,Canada,M,20,IC,DBAP,N,10,,1,,PB,,M,1500.0,None (no degree completed),,YesExpired,50.0,five +6242,Mid,USA,M,5,IC,DT,N,5,,1,,PB,SR,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6243,Very Low,UK,M,3,E,AN,N,1,,1,,PB,C,M,4.0,Bachelors (4 years),,N,35.0,one +6244,Low,USA,,5,E,AN,N,5,,0,,PB,C,M,3.0,Associates (2 years),,YesExpired,35.0,zero +6245,Mid,Canada,M,20,E,DA,N,20,,1,,PB,S,M,3.0,None (no degree completed),,N,40.0,five +6246,High,UAE,M,5,E,,N,2,,0,,PB,S,M,10.0,Bachelors (4 years),No,YesValid,40.0,two +6247,Mid,USA,M,4,E,AN,N,6,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,zero +6248,Low,UK,M,20,E,M,Y,7,,0,,FG,SE,M,200.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +6249,Mid,UK,M,18,E,DBAP,N,1,,0,,PB,SR,M,80.0,Associates (2 years),No,YesValid,40.0,zero +6250,Low,USA,M,8,E,DBAG,N,5,,1,,PB,SE,M,150.0,Bachelors (4 years),No,N,41.0,zero +6251,Very High,USA,,1,IC,D,N,1,,0,,PB,,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6252,Very High,USA,M,17,E,A,N,15,,0,,PB,S,M,20.0,Masters,Yes,N,40.0,one +6253,Very High,USA,M,8,IC,DT,N,1,,3,,PB,C,M,10.0,Masters,Yes,YesValid,40.0,zero +6254,Very High,USA,M,17,E,DT,Y,2,,1,,PB,S,M,4.0,Associates (2 years),No,N,45.0,zero +6255,High,USA,M,20,E,D,N,6,,0,,PB,S,M,20.0,None (no degree completed),No,N,45.0,five +6256,High,USA,M,12,E,A,N,4,,0,,PB,C,M,7.0,None (no degree completed),,N,40.0,one +6257,Mid,UK,MDB,1,E,DBAG,N,6,,0,,PB,SE,M,50.0,Bachelors (4 years),,YesValid,40.0,zero +6258,Low,Canada,M,17,EC,DT,N,6,,4,,SG,SR,M,5.0,None (no degree completed),,YesValid,40.0,zero +6259,Mid,USA,M,6,E,DBAG,N,1,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,50.0,zero +6260,Mid,USA,M,5,E,DBAP,N,5,,0,,PB,S,M,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6261,Very Low,USA,M,7,E,DA,N,9,,1,,PB,,M,6.0,Bachelors (4 years),Yes,N,50.0,zero +6262,Mid,USA,M,5,E,DBAP,N,5,,2,,LG,,M,100.0,Associates (2 years),No,N,40.0,one +6263,Mid,USA,M,7,E,DA,N,7,,6,,PB,S,M,9.0,Bachelors (4 years),Yes,N,50.0,zero +6264,Low,USA,M,2,E,DA,N,2,,4,,PB,S,M,5.0,None (no degree completed),,N,40.0,zero +6265,Low,USA,M,2,E,DBAP,N,2,,1,,SG,S,M,5.0,Masters,Yes,YesValid,8.0,one +6266,Mid,USA,M,8,E,E,N,5,,2,,PB,SR,M,15.0,Bachelors (4 years),No,YesValid,45.0,one +6267,Low,Pakistan,M,15,IC,A,N,3,,6,,PB,C,M,1.0,Masters,No,YesValid,40.0,five +6268,Low,USA,M,12,E,DBAP,N,8,,6,,PB,S,M,135.0,None (no degree completed),,YesExpired,45.0,zero +6269,Mid,Sweden,M,26,E,DT,N,30,,4,,PB,S,M,3.0,Associates (2 years),,YesValid,37.0,zero +6270,High,USA,M,17,E,DBAG,Y,9,,0,,PB,S,M,8.0,None (no degree completed),,N,45.0,two +6271,Low,USA,M,4,E,DBAG,N,2,,3,,PB,SR,M,1000.0,Bachelors (4 years),Yes,N,50.0,two +6272,Very High,USA,M,15,E,A,N,15,,0,,PB,SR,M,15.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +6273,Mid,USA,M,11,E,DA,N,11,,0,,PB,S,F,3.0,Bachelors (4 years),Yes,N,40.0,zero +6274,Mid,Canada,M,18,E,DBAG,N,7,,0,,PB,,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6275,Mid,UK,M,12,E,DBAG,N,0,,3,,PB,C,M,30.0,None (no degree completed),Yes,YesValid,38.0,zero +6276,Very High,USA,M,15,E,M,Y,3,,0,,PB,S,M,200.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +6277,Mid,USA,M,12,EC,A,Y,4,,0,,SG,SE,M,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +6278,Very High,USA,M,20,E,DBAG,N,8,,4,,PB,SR,M,400.0,Bachelors (4 years),No,YesValid,45.0,three +6279,Low,USA,M,8,E,DBAD,N,3,,2,,PB,C,M,25.0,None (no degree completed),,YesExpired,40.0,zero +6280,Very High,USA,M,32,E,DA,Y,9,,4,,PB,,M,20.0,Bachelors (4 years),No,N,50.0,one +6281,Very High,USA,M,25,E,DT,N,11,,1,,PB,SE,M,10.0,Bachelors (4 years),No,N,50.0,two +6282,Very High,USA,M,22,E,DBAG,N,22,,0,,PB,S,M,40.0,Masters,No,YesValid,45.0,four +6283,Very Low,UK,M,2,IC,E,N,6,,0,,PB,SR,M,4.0,Bachelors (4 years),,YesValid,50.0,zero +6284,Low,USA,M,4,E,DBAP,N,1,,6,,E,SR,M,52.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6285,Very High,USA,M,4,E,DT,N,4,,1,,PB,S,M,4.0,Bachelors (4 years),No,N,45.0,zero +6286,High,USA,M,5,E,DBAD,Y,4,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,N,60.0,one +6287,Low,UK,M,4,E,DT,N,2,,6,,PB,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +6288,High,USA,M,15,E,DBAP,N,2,,2,,PB,S,M,30.0,None (no degree completed),,YesExpired,40.0,zero +6289,Low,Canada,M,10,E,DA,Y,10,,0,,PB,,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +6290,High,USA,M,10,E,DA,Y,15,,2,,PB,,,8.0,None (no degree completed),,N,45.0,zero +6291,Mid,USA,M,5,E,D,N,2,,6,,PB,C,M,10.0,Associates (2 years),Yes,N,40.0,zero +6292,High,USA,M,28,E,,Y,22,,6,,S,SR,M,5.0,Bachelors (4 years),No,YesValid,60.0,five +6293,Very Low,Canada,M,6,E,DBAG,N,4,,2,,SG,,M,230.0,Bachelors (4 years),Yes,N,38.0,zero +6294,Very Low,Belgium,M,5,EC,D,Y,1,,2,,PB,,M,10.0,Masters,Yes,YesValid,48.0,zero +6295,Mid,USA,M,20,E,M,Y,11,,0,,LG,SR,M,65.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6296,Mid,USA,M,3,E,DT,N,3,,2,,PB,S,M,80.0,Bachelors (4 years),Yes,N,40.0,five +6297,Low,USA,M,5,E,DA,N,4,,4,,E,SR,M,1.0,None (no degree completed),,N,40.0,zero +6298,Mid,USA,M,4,E,DBAG,N,4,,0,,PB,C,M,20.0,Associates (2 years),Yes,YesExpired,40.0,zero +6299,Very High,USA,M,19,EC,DBAG,N,19,,1,,PB,S,M,6.0,None (no degree completed),,N,45.0,five +6300,Very Low,Russia,M,7,E,E,Y,8,,6,,PB,S,M,8.0,Masters,Yes,N,43.0,zero +6301,High,USA,M,10,E,DBAG,N,6,,6,,NP,S,M,2000.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6302,Low,USA,M,10,E,,N,10,,2,,PB,,M,20.0,Associates (2 years),Yes,YesValid,50.0,five +6303,Mid,USA,M,8,E,DBAG,Y,2,,1,,LG,S,M,30.0,Bachelors (4 years),Yes,N,45.0,zero +6304,Very Low,Russia,M,10,IC,D,N,10,,0,,PB,SR,M,5.0,Masters,Yes,YesExpired,20.0,five +6305,Mid,USA,M,17,E,DT,N,5,,0,,SG,S,M,2.0,None (no degree completed),,N,40.0,zero +6306,Low,USA,RDS,5,E,DA,N,11,,1,,PB,,M,12.0,Bachelors (4 years),Yes,N,46.0,zero +6307,Mid,USA,M,10,E,DA,N,5,,6,,PB,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +6308,Low,USA,M,8,E,DBAG,N,8,,0,,PB,S,M,7.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6309,Very Low,UK,M,6,E,DBAG,N,2,,1,,PB,SR,M,24.0,Bachelors (4 years),Yes,N,40.0,zero +6310,Very Low,USA,,5,E,,N,10,,3,,NP,SE,F,1.0,Associates (2 years),Yes,N,40.0,five +6311,Very High,USA,M,17,E,DBAP,N,5,,3,,E,SE,M,300.0,None (no degree completed),,N,40.0,zero +6312,Mid,USA,M,10,E,AN,N,10,,6,,SG,S,M,10.0,None (no degree completed),,N,40.0,zero +6313,Low,USA,M,3,E,E,Y,2,,3,,PB,SE,M,30.0,Bachelors (4 years),Yes,N,45.0,zero +6314,Very Low,USA,M,15,E,E,N,23,,2,,PB,S,M,5.0,None (no degree completed),,YesExpired,40.0,one +6315,Low,USA,M,20,IC,,N,17,,0,,PB,S,M,3.0,Bachelors (4 years),No,YesExpired,50.0,five +6316,High,USA,M,16,E,DBAG,N,1,,6,,PB,C,M,400.0,Masters,Yes,YesValid,40.0,zero +6317,Low,France,DB2,8,E,AN,N,12,,2,,PB,SE,M,5.0,Associates (2 years),Yes,YesValid,37.0,zero +6318,High,USA,M,18,E,DT,N,3,,1,,PB,,M,6.0,None (no degree completed),,YesValid,40.0,three +6319,High,USA,M,15,E,DBAG,N,0,,4,,PB,S,M,150.0,Bachelors (4 years),Yes,N,40.0,zero +6320,Very Low,Canada,M,15,E,,N,15,,0,,PB,S,M,25.0,None (no degree completed),,YesValid,37.0,zero +6321,Mid,USA,M,6,E,AN,N,6,,3,,PB,C,M,50.0,Bachelors (4 years),No,N,40.0,one +6322,Very High,USA,M,20,E,A,N,4,,2,,PB,SE,M,50.0,Bachelors (4 years),No,N,40.0,zero +6323,Mid,Canada,M,18,IC,DBAG,N,18,,0,,PB,S,M,75.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +6324,High,USA,M,20,EC,DBAG,N,9,,2,,PB,S,F,100.0,None (no degree completed),,YesExpired,45.0,five +6325,Mid,USA,M,3,E,DBAG,N,3,,6,,PB,S,M,35.0,Bachelors (4 years),Yes,N,40.0,zero +6326,Very Low,PuertoRico,M,10,E,DT,N,5,,0,,PB,,M,4.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6327,Mid,USA,M,7,E,DBAG,Y,1,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,N,45.0,one +6328,Mid,USA,O,10,E,A,N,10,,0,,PB,S,F,100.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6329,Low,USA,M,12,E,DBAP,N,12,,1,,PB,SR,M,100.0,Bachelors (4 years),Yes,YesValid,60.0,zero +6330,Low,UK,M,6,E,DBAG,N,21,,0,,PB,S,M,70.0,Bachelors (4 years),Yes,YesExpired,38.0,one +6331,Very High,USA,M,17,E,A,Y,7,,0,,PB,S,M,20.0,None (no degree completed),,YesValid,52.0,zero +6332,Very Low,Canada,M,8,E,,Y,5,,2,,PB,S,M,2.0,Associates (2 years),Yes,N,40.0,zero +6333,Very Low,France,MS,5,E,E,N,5,,0,,PB,,M,5.0,Masters,Yes,N,40.0,zero +6334,Mid,USA,M,10,E,DBAG,N,10,,4,,E,S,M,150.0,Bachelors (4 years),Yes,N,40.0,zero +6335,Mid,USA,M,5,E,,Y,10,,1,,LG,SR,M,2.0,None (no degree completed),,YesExpired,40.0,zero +6336,Very High,USA,M,15,EC,DT,N,4,,6,,PB,S,M,5.0,None (no degree completed),,N,40.0,two +6337,Mid,USA,M,22,E,DT,N,35,,1,,PB,S,M,20.0,None (no degree completed),Yes,N,45.0,zero +6338,Very Low,UK,M,3,E,DBAP,N,3,,0,,PB,S,M,100.0,None (no degree completed),Yes,YesExpired,38.0,zero +6339,Low,UK,M,5,P,AN,N,3,,2,,SG,SR,M,5.0,Bachelors (4 years),Yes,YesExpired,24.0,one +6340,Low,Canada,M,15,E,DBAG,N,5,,0,,NP,SE,M,4.0,Bachelors (4 years),Yes,N,38.0,zero +6341,Very Low,USA,M,3,EC,D,N,2,,1,,PB,S,M,250.0,Associates (2 years),Yes,N,40.0,two +6342,High,USA,M,15,EC,D,N,15,,2,,PB,S,M,40.0,Associates (2 years),No,YesExpired,41.0,two +6343,Very Low,Spain,M,4,E,M,Y,4,,0,,PB,C,M,3.0,Masters,Yes,YesExpired,40.0,zero +6344,Very High,USA,M,20,E,A,N,10,,2,,PB,S,M,40.0,Masters,Yes,YesValid,40.0,one +6345,Very High,USA,M,17,E,M,Y,14,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +6346,Very Low,Canada,M,7,E,DBAG,N,3,,1,,PB,,M,58.0,None (no degree completed),,YesValid,40.0,zero +6347,Mid,USA,M,6,E,DBAG,N,5,,2,,PB,SR,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6348,High,USA,M,7,E,A,N,3,,2,,NP,SE,M,500.0,Bachelors (4 years),Yes,N,55.0,zero +6349,High,USA,M,15,E,DBAG,N,5,,0,,NP,S,M,30.0,Masters,Yes,YesValid,40.0,zero +6350,High,USA,M,17,E,DBAG,N,17,,1,,PB,,M,20.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6351,Mid,Canada,M,15,E,DBAP,N,10,,1,,LG,C,M,70.0,Masters,Yes,YesExpired,35.0,zero +6352,Low,Canada,M,5,E,DBAD,N,4,,0,,PB,S,M,3.0,Associates (2 years),Yes,N,38.0,zero +6353,Very Low,Netherlands,M,19,P,DA,N,20,,0,,PB,,M,5.0,None (no degree completed),No,YesExpired,32.0,five +6354,Low,USA,M,15,E,DBAG,N,5,,0,,PB,,M,4.0,None (no degree completed),,N,60.0,five +6355,High,USA,M,13,EC,DA,N,3,,6,,PB,S,M,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6356,Very High,USA,M,10,E,M,Y,1,,5,,PB,S,M,10.0,Masters,Yes,YesExpired,40.0,zero +6357,High,USA,M,14,E,DT,N,10,,1,,PB,C,M,6.0,Associates (2 years),No,YesExpired,45.0,zero +6358,Low,USA,M,3,E,DBAP,N,5,,1,,PB,S,M,15.0,None (no degree completed),,YesValid,47.0,zero +6359,Very High,USA,M,15,E,A,Y,9,,1,,PB,S,M,150.0,None (no degree completed),,YesExpired,55.0,zero +6360,High,USA,M,15,E,DBAG,N,4,,0,,SG,S,M,50.0,Bachelors (4 years),No,N,40.0,zero +6361,Mid,USA,M,17,E,DBAG,N,26,,4,,LG,S,F,2400.0,Associates (2 years),Yes,YesExpired,40.0,zero +6362,Low,USA,M,2,E,DT,N,2,,1,,PB,S,M,5.0,None (no degree completed),,N,45.0,zero +6363,High,USA,M,7,E,DBAG,Y,4,,3,,PB,SR,M,1000.0,Bachelors (4 years),Yes,N,45.0,one +6364,Very Low,USA,M,3,E,DBAP,N,2,,1,,PB,SR,F,10.0,Bachelors (4 years),No,N,40.0,zero +6365,High,UK,M,19,IC,DBAP,N,1,,0,,PB,C,M,25.0,Masters,Yes,N,40.0,two +6366,Mid,USA,M,18,E,DT,N,15,,1,,PB,S,M,6.0,Bachelors (4 years),No,N,50.0,zero +6367,Very High,Canada,O,15,IC,AN,Y,5,,2,,PB,S,M,70.0,Associates (2 years),Yes,N,45.0,zero +6368,Mid,USA,M,10,E,E,Y,2,,0,,PB,S,M,25.0,Associates (2 years),Yes,YesExpired,45.0,zero +6369,Mid,USA,M,12,E,M,Y,3,,0,,PB,S,M,1200.0,None (no degree completed),,YesValid,50.0,zero +6370,High,UK,M,18,IC,D,N,12,,2,,SG,S,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,four +6371,Mid,USA,M,3,E,DBAG,N,3,,1,,SG,,M,250.0,None (no degree completed),,N,40.0,zero +6372,Very Low,UK,M,6,E,DBAG,Y,3,,0,,PB,SE,M,10.0,Bachelors (4 years),No,N,40.0,one +6373,Very High,USA,M,12,E,DBAG,N,2,,0,,PB,S,M,35.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6374,Very High,USA,M,15,E,E,Y,5,,2,,E,S,M,10.0,Bachelors (4 years),No,YesValid,40.0,zero +6375,Mid,USA,M,7,E,DBAG,N,2,,2,,PB,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +6376,Low,USA,M,3,E,DBAP,N,1,,4,,PB,SE,M,100.0,Bachelors (4 years),No,YesValid,40.0,zero +6377,High,USA,M,18,E,DBAG,N,18,,0,,PB,S,M,80.0,Bachelors (4 years),Yes,N,40.0,zero +6378,Low,Australia,M,15,E,E,N,15,,6,,PB,SE,M,10.0,None (no degree completed),,N,38.0,zero +6379,High,USA,M,20,E,A,N,2,,0,,PB,S,M,15.0,Masters,No,N,48.0,two +6380,Very High,USA,M,17,E,DA,N,4,,5,,PB,C,M,3.0,None (no degree completed),,YesValid,40.0,two +6381,Very High,UK,M,19,IC,DBAP,N,18,,0,,PB,S,M,60.0,Bachelors (4 years),Yes,YesValid,45.0,two +6382,Mid,USA,M,20,E,M,Y,25,,2,,E,S,M,10.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6383,Mid,USA,M,15,E,DT,N,18,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,zero +6384,Low,USA,M,6,E,DBAP,N,6,,4,,NP,S,,200.0,Associates (2 years),Yes,N,40.0,zero +6385,Very Low,Slovakia,M,10,E,A,Y,1,,2,,PB,SE,M,330.0,Masters,Yes,YesExpired,42.0,two +6386,Very High,USA,MS,10,E,DA,N,3,,4,,PB,C,M,3.0,Bachelors (4 years),Yes,N,45.0,one +6387,Very High,USA,M,7,E,DA,N,5,,5,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,five +6388,Mid,USA,M,3,E,DBAP,N,3,,6,,PB,SE,M,900.0,Bachelors (4 years),No,N,40.0,zero +6389,High,USA,M,20,E,M,Y,20,,0,,LG,S,M,50.0,Masters,Yes,YesExpired,40.0,zero +6390,Very Low,UK,M,13,E,DA,N,10,,0,,PB,S,M,3.0,Bachelors (4 years),No,YesExpired,43.0,zero +6391,Very High,USA,M,19,IC,DT,Y,9,,0,,PB,C,M,5.0,Bachelors (4 years),No,N,65.0,zero +6392,High,USA,M,15,E,DBAG,N,15,,0,,PB,S,M,36.0,Associates (2 years),No,N,40.0,two +6393,Very High,USA,M,13,E,M,Y,7,,2,,PB,,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6394,Low,UK,M,3,E,DA,N,2,,0,,PB,,M,10.0,Bachelors (4 years),Yes,YesValid,38.0,two +6395,Mid,USA,M,10,E,DBAG,N,1,,3,,PB,,M,20.0,Masters,Yes,YesExpired,40.0,zero +6396,Very High,USA,C,2,E,A,N,10,,0,,PB,S,M,25.0,None (no degree completed),,YesExpired,60.0,four +6397,High,USA,M,16,E,A,N,16,,3,,PB,S,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6398,Mid,USA,M,7,EC,DBAP,N,1,,1,,PB,S,M,20.0,Masters,Yes,YesExpired,45.0,zero +6399,Very Low,India,M,14,E,DT,N,14,,6,,PB,C,M,3.0,Bachelors (4 years),Yes,N,50.0,zero +6400,Mid,USA,M,5,E,DBAG,N,40,,0,,PB,SE,F,250.0,Associates (2 years),Yes,N,45.0,zero +6401,Low,USA,M,3,E,DBAG,N,3,,2,,NP,,M,75.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6402,High,USA,M,15,E,DBAD,N,6,,1,,PB,S,M,160.0,None (no degree completed),,YesExpired,50.0,five +6403,High,USA,M,10,E,DT,N,2,,1,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,50.0,four +6404,Low,USA,M,3,E,DBAG,N,3,,2,,NP,,M,75.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6405,Very Low,USA,M,5,E,,N,3,,1,,PB,SE,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6406,Very Low,Romania,M,8,E,DBAP,N,8,,0,,PB,S,M,15.0,None (no degree completed),,YesValid,40.0,zero +6407,High,USA,M,9,E,DBAG,Y,6,,0,,E,S,M,3.0,Bachelors (4 years),No,N,40.0,zero +6408,High,USA,M,16,E,DA,N,16,,5,,PB,SE,M,5.0,Bachelors (4 years),Yes,N,45.0,zero +6409,High,USA,M,10,E,D,N,10,,2,,PB,C,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6410,Very High,USA,M,8,E,E,N,5,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,48.0,one +6411,Very High,USA,M,15,E,DBAD,N,15,,0,,PB,S,M,20.0,Masters,Yes,YesValid,40.0,five +6412,Low,USA,M,4,E,E,N,4,,3,,PB,SE,M,12.0,None (no degree completed),,N,45.0,three +6413,Very High,USA,M,5,E,DBAP,N,3,,0,,PB,S,M,10.0,None (no degree completed),,N,40.0,one +6414,Very Low,USA,M,1,E,DT,N,1,,5,,PB,S,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +6415,High,USA,M,16,E,DA,Y,16,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,N,60.0,zero +6416,Very Low,UK,M,3,E,AN,N,4,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,45.0,zero +6417,High,Canada,M,25,E,DBAD,Y,25,,1,,PB,S,M,25.0,Bachelors (4 years),,N,40.0,five +6418,Mid,USA,M,8,E,D,N,8,,2,,E,S,M,8.0,Associates (2 years),Yes,N,40.0,zero +6419,Very High,USA,M,12,E,M,Y,2,,2,,PB,SR,M,150.0,Masters,Yes,YesValid,50.0,zero +6420,Mid,USA,M,5,E,DBAP,N,4,,1,,PB,SE,M,150.0,None (no degree completed),,N,40.0,one +6421,Very High,USA,M,4,E,E,Y,4,,3,,PB,SR,M,10.0,Bachelors (4 years),No,N,45.0,zero +6422,Mid,Denmark,M,15,E,DA,N,15,,0,,PB,SR,M,6.0,Bachelors (4 years),Yes,YesExpired,38.0,two +6423,Very High,USA,M,12,E,M,Y,10,,1,,PB,SE,M,8.0,Bachelors (4 years),No,N,50.0,zero +6424,Very High,Switzerland,M,14,E,M,Y,4,,0,,LG,S,M,35.0,Bachelors (4 years),Yes,YesExpired,42.0,one +6425,Mid,USA,M,4,E,DT,N,10,,0,,PB,S,M,20.0,None (no degree completed),,N,40.0,five +6426,Very Low,New-Zealand,M,8,E,DBAD,N,8,,0,,E,SE,M,9.0,Bachelors (4 years),Yes,N,45.0,zero +6427,Low,UK,M,6,E,DA,N,4,,2,,PB,C,,6.0,None (no degree completed),,N,40.0,zero +6428,High,USA,M,20,E,DT,N,4,,1,,PB,,M,4.0,Associates (2 years),No,YesExpired,50.0,zero +6429,Low,Canada,M,7,IC,DS,N,7,,0,,PB,SE,M,1.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6430,Very High,USA,M,15,E,DBAP,N,15,,4,,PB,S,M,180.0,Bachelors (4 years),Yes,YesValid,45.0,one +6431,Low,USA,M,5,E,DBAD,N,5,,1,,NP,S,F,6.0,Bachelors (4 years),Yes,N,40.0,zero +6432,Very High,USA,M,15,E,DBAP,N,15,,0,,NP,S,M,20.0,None (no degree completed),,N,40.0,two +6433,Very High,USA,M,8,E,M,Y,2,,1,,NP,S,F,7.0,Bachelors (4 years),Yes,YesValid,45.0,five +6434,Low,USA,M,7,E,E,N,7,,6,,PB,SE,F,32.0,Bachelors (4 years),No,N,48.0,zero +6435,Very High,USA,M,16,E,M,Y,8,,0,,PB,SE,M,20.0,None (no degree completed),,YesExpired,60.0,zero +6436,Low,Canada,M,3,E,DBAG,N,2,,0,,PB,S,M,30.0,Associates (2 years),Yes,YesValid,40.0,zero +6437,High,USA,M,12,E,DBAG,N,8,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6438,High,USA,M,6,E,DBAD,N,7,,0,,E,S,M,12.0,Bachelors (4 years),No,N,45.0,one +6439,Very Low,Canada,M,8,E,DA,N,8,,6,,LG,,F,5.0,Bachelors (4 years),Yes,N,35.0,zero +6440,High,USA,M,10,EC,DA,Y,10,,5,,FG,S,M,4.0,Bachelors (4 years),Yes,YesValid,42.0,one +6441,Very Low,USA,M,5,E,AN,N,1,,4,,PB,C,M,1.0,Associates (2 years),Yes,N,40.0,zero +6442,Mid,USA,M,4,EC,DBAG,N,4,,5,,SG,S,M,20.0,Bachelors (4 years),Yes,N,45.0,zero +6443,Very Low,Argentina,M,5,E,DA,N,5,,1,,PB,SR,M,2.0,Associates (2 years),Yes,N,45.0,zero +6444,Low,USA,M,3,E,DA,N,4,,1,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,one +6445,Low,Netherlands,M,18,E,DBAG,Y,1,,3,,PB,S,M,20.0,Bachelors (4 years),No,YesValid,44.0,zero +6446,Mid,USA,M,20,E,M,Y,7,,4,,PB,SR,M,250.0,Bachelors (4 years),Yes,YesExpired,45.0,one +6447,Mid,USA,O,10,E,DBAG,N,13,,0,,PB,S,M,7.0,Bachelors (4 years),Yes,YesValid,40.0,two +6448,Mid,USA,M,14,E,M,Y,8,,0,,NP,,M,10.0,Masters,Yes,YesExpired,50.0,zero +6449,Very High,New-Zealand,M,12,E,M,Y,5,,0,,NP,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +6450,High,USA,M,10,E,DBAG,Y,1,,0,,PB,,M,45.0,Bachelors (4 years),Yes,N,50.0,one +6451,Mid,USA,M,4,E,DT,N,2,,0,,PB,S,M,4.0,None (no degree completed),,N,45.0,zero +6452,Low,UK,M,4,E,AN,N,4,,1,,PB,S,M,6.0,Associates (2 years),No,YesExpired,38.0,three +6453,Very High,USA,M,10,E,DBAD,N,19,,1,,PB,S,M,4.0,Associates (2 years),Yes,N,40.0,zero +6454,High,USA,M,17,E,DBAG,N,12,,4,,PB,S,M,200.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6455,Mid,USA,M,13,E,DA,N,10,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6456,Mid,USA,M,18,E,DBAD,Y,2,,1,,PB,S,M,1.0,None (no degree completed),,N,50.0,one +6457,Very High,USA,M,17,E,A,N,15,,2,,PB,S,M,30.0,Bachelors (4 years),Yes,YesExpired,41.0,one +6458,Mid,USA,M,5,E,DBAP,N,5,,2,,PB,,M,150.0,Associates (2 years),,YesValid,40.0,zero +6459,Very High,USA,M,10,E,DBAD,Y,8,,0,,PB,SR,M,40.0,Masters,Yes,YesValid,45.0,five +6460,Very Low,Sweden,M,5,E,DT,N,2,,6,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6461,Very High,USA,M,10,E,E,N,5,,1,,PB,SR,M,8.0,Bachelors (4 years),No,N,40.0,three +6462,Mid,USA,M,7,E,DBAG,N,2,,4,,PB,S,M,25.0,Bachelors (4 years),Yes,N,35.0,zero +6463,Very High,USA,M,21,E,DBAP,N,35,,1,,PB,SR,M,68.0,Bachelors (4 years),Yes,N,50.0,zero +6464,Very Low,UK,M,6,E,AN,Y,1,,1,,PB,SR,M,6.0,Bachelors (4 years),Yes,N,35.0,zero +6465,Mid,USA,M,15,E,DBAG,N,15,,0,,SG,SR,M,7.0,Masters,Yes,N,40.0,zero +6466,Low,Netherlands,M,4,E,DBAG,N,4,,0,,PB,,M,30.0,Bachelors (4 years),No,N,40.0,zero +6467,Low,USA,M,10,E,DBAG,Y,11,,3,,PB,S,M,150.0,Bachelors (4 years),No,N,40.0,one +6468,Low,USA,M,10,E,,N,10,,0,,PB,S,M,3.0,Associates (2 years),No,N,45.0,zero +6469,Mid,USA,M,12,E,DA,N,3,,4,,PB,S,M,3.0,Masters,No,YesExpired,45.0,zero +6470,High,USA,M,15,E,E,N,20,,4,,PB,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +6471,Low,USA,M,6,E,DBAD,N,6,,2,,PB,S,M,20.0,Masters,Yes,N,40.0,zero +6472,Very Low,Bulgaria,M,3,EC,DA,N,4,,2,,PB,SE,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6473,High,USA,M,10,E,DBAG,N,10,,0,,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,two +6474,Very High,USA,M,21,E,DBAG,Y,23,,0,,SG,SE,F,35.0,Associates (2 years),,YesExpired,45.0,one +6475,Very High,USA,M,11,E,DBAP,Y,2,,3,,PB,SE,M,100.0,Masters,Yes,YesValid,40.0,three +6476,Very Low,Greece,MS,20,P,DA,N,20,,2,,E,,M,2.0,None (no degree completed),,N,35.0,five +6477,Very Low,CostaRica,M,10,E,,N,10,,5,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6478,Very Low,USA,M,5,E,DA,N,40,,0,,PB,S,M,1.0,Associates (2 years),Yes,YesExpired,40.0,zero +6479,Low,USA,M,7,E,DBAG,Y,4,,0,,PB,,F,4.0,Masters,Yes,YesValid,40.0,zero +6480,Very Low,Russia,M,10,E,DBAG,N,5,,0,,PB,S,M,15.0,Bachelors (4 years),No,YesValid,40.0,zero +6481,Low,Canada,M,10,E,M,Y,5,,0,,SG,S,M,3.0,Associates (2 years),Yes,N,40.0,three +6482,Low,Canada,M,7,E,D,N,5,,0,,PB,SE,M,12.0,Bachelors (4 years),Yes,N,40.0,zero +6483,Very High,USA,M,15,E,A,Y,2,,1,,PB,SE,M,20.0,Masters,Yes,YesValid,50.0,zero +6484,Low,USA,M,3,E,DBAG,N,2,,1,,PB,S,M,57.0,Bachelors (4 years),No,YesValid,40.0,zero +6485,Very High,USA,M,22,E,A,N,7,,0,,PB,C,M,0.0,Masters,Yes,YesValid,55.0,zero +6486,Low,USA,M,15,E,DBAG,N,5,,0,,PB,SR,F,80.0,Bachelors (4 years),Yes,N,50.0,zero +6487,Very Low,UK,M,10,E,DA,N,4,,2,,PB,S,M,3.0,Bachelors (4 years),Yes,N,37.0,zero +6488,Low,Germany,M,10,P,M,Y,1,,6,,SG,,M,44.0,Bachelors (4 years),,N,40.0,five +6489,Low,Italy,M,13,E,M,Y,3,,0,,PB,SR,M,4.0,None (no degree completed),,YesValid,50.0,one +6490,Very Low,USA,MS,3,E,DBAP,N,3,,6,,SG,SE,M,300.0,Bachelors (4 years),Yes,N,40.0,zero +6491,Low,UK,M,17,E,M,Y,9,,0,,NP,SE,M,80.0,None (no degree completed),No,YesExpired,42.0,zero +6492,Very Low,CzechRepublic,M,5,E,DBAP,N,5,,6,,PB,,M,800.0,Masters,Yes,YesValid,50.0,four +6493,Very High,USA,M,15,E,E,N,1,,2,,PB,SE,M,50.0,Associates (2 years),Yes,N,45.0,zero +6494,High,USA,M,18,E,D,N,27,,1,,NP,S,F,3.0,Bachelors (4 years),Yes,N,40.0,zero +6495,Mid,USA,M,15,E,DBAG,N,15,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +6496,High,USA,M,10,E,DBAG,N,10,,1,,PB,S,M,2000.0,Bachelors (4 years),Yes,N,40.0,zero +6497,High,USA,M,23,E,M,Y,5,,0,,PB,SE,M,12.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6498,Very High,Australia,M,10,IC,D,N,10,,0,,PB,,M,10.0,None (no degree completed),,YesExpired,40.0,five +6499,Mid,USA,O,2,E,D,Y,1,,5,,PB,S,F,3.0,Bachelors (4 years),Yes,N,40.0,five +6500,Very High,USA,M,15,E,DBAD,N,8,,5,,PB,S,M,40.0,None (no degree completed),,YesExpired,45.0,zero +6501,Very Low,Lithuania,M,12,E,DT,Y,2,,6,,PB,S,M,10.0,Masters,Yes,YesValid,40.0,zero +6502,Very Low,USA,M,3,E,DBAG,N,3,,1,,SG,S,M,30.0,Bachelors (4 years),No,N,40.0,zero +6503,Very Low,Spain,M,7,E,DA,N,7,,6,,PB,S,M,4.0,Bachelors (4 years),Yes,N,36.0,zero +6504,Very High,USA,M,10,EC,E,N,3,,1,,PB,SE,M,20.0,Masters,Yes,YesValid,60.0,five +6505,Low,UK,M,12,E,M,Y,12,,0,,PB,SE,M,6.0,Bachelors (4 years),Yes,N,42.0,zero +6506,High,Canada,O,20,IC,A,Y,15,,0,,PB,C,M,4.0,Bachelors (4 years),No,N,42.0,zero +6507,Very Low,Serbia-and-Montenegro,O,15,IC,DBAG,Y,5,,5,,PB,,,75.0,Masters,Yes,N,45.0,two +6508,High,USA,M,14,E,DT,N,14,,3,,PB,SR,M,2.0,Masters,Yes,N,50.0,zero +6509,Low,USA,M,7,E,D,N,7,,0,,PB,SR,M,12.0,None (no degree completed),,YesExpired,40.0,zero +6510,Low,SaudiArabia,M,8,E,DBAP,N,4,,4,,SG,SE,M,80.0,Bachelors (4 years),Yes,N,65.0,two +6511,Low,USA,P,2,EC,M,Y,1,,0,,PB,SE,M,5.0,Bachelors (4 years),Yes,YesExpired,45.0,one +6512,Very Low,UK,M,2,E,DT,N,2,,1,,PB,S,M,12.0,Bachelors (4 years),Yes,N,37.0,zero +6513,Low,Netherlands,M,5,E,E,Y,5,,0,,PB,SE,M,4.0,None (no degree completed),No,N,50.0,two +6514,Very High,USA,M,15,E,DA,Y,17,,5,,PB,SR,F,5.0,Masters,Yes,N,45.0,zero +6515,Very Low,Latvia,M,2,E,DA,Y,2,,2,,PB,S,M,25.0,None (no degree completed),,N,40.0,four +6516,Very High,USA,M,10,E,DBAD,N,1,,6,,PB,S,M,50.0,None (no degree completed),,YesExpired,40.0,zero +6517,Mid,USA,M,10,E,M,Y,4,,0,,PB,S,M,33.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6518,Mid,USA,M,18,E,E,Y,15,,3,,PB,S,M,3.0,None (no degree completed),No,N,50.0,zero +6519,Very Low,USA,M,3,E,,N,3,,2,,PB,C,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6520,Mid,USA,M,6,E,DA,N,0,,2,,PB,SE,M,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6521,Very High,USA,M,3,E,E,Y,3,,1,,FG,S,M,6.0,None (no degree completed),,YesValid,43.0,zero +6522,Very High,USA,M,18,E,A,N,2,,4,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6523,Low,Turkey,M,10,EC,DBAP,N,11,,2,,PB,,M,48.0,Bachelors (4 years),Yes,YesValid,54.0,one +6524,Mid,USA,M,10,E,M,N,2,,0,,PB,S,M,2.0,None (no degree completed),,YesValid,55.0,five +6525,Low,Canada,M,5,E,AN,N,2,,1,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6526,Very Low,Sweden,M,2,E,DA,N,2,,3,,PB,S,M,3.0,None (no degree completed),,N,40.0,zero +6527,High,USA,M,15,E,DBAG,N,5,,0,,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6528,Very Low,France,M,5,E,DA,N,8,,0,,PB,S,M,15.0,Associates (2 years),Yes,N,40.0,zero +6529,Low,UK,M,2,E,DBAG,N,2,,2,,PB,C,M,15.0,Masters,No,YesValid,45.0,zero +6530,Very High,USA,M,18,EC,DT,N,18,,1,,PB,S,M,100.0,Bachelors (4 years),No,YesValid,50.0,five +6531,Low,New-Zealand,M,10,E,E,N,2,,2,,PB,S,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6532,Very Low,USA,M,4,E,DBAG,N,4,,1,,PB,SE,M,40.0,Masters,Yes,N,45.0,two +6533,Low,UK,M,10,E,M,Y,0,,0,,PB,S,M,20.0,Bachelors (4 years),No,YesExpired,37.0,zero +6534,High,USA,M,17,E,DBAP,N,4,,0,,PB,S,M,7.0,Masters,Yes,N,40.0,one +6535,Very Low,France,M,3,E,DA,N,3,,6,,PB,S,M,8.0,Masters,Yes,N,39.0,zero +6536,Low,USA,M,7,E,DA,N,9,,3,,SG,SE,M,5.0,Bachelors (4 years),Yes,N,36.0,three +6537,Mid,Germany,M,17,E,DBAP,N,12,,1,,PB,SE,M,20.0,None (no degree completed),No,YesValid,40.0,zero +6538,Very Low,Poland,M,4,E,E,N,4,,5,,PB,S,M,50.0,Masters,Yes,N,40.0,three +6539,Low,USA,M,7,E,DT,N,7,,3,,PB,C,F,3.0,Bachelors (4 years),Yes,YesExpired,45.0,three +6540,Very Low,Ukraine,M,2,IC,DA,N,4,,6,,PB,S,M,3.0,Masters,,N,40.0,five +6541,Low,Australia,M,3,E,DBAD,N,25,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +6542,Very Low,Russia,M,15,E,DT,N,15,,0,,PB,,M,7.0,Masters,No,N,30.0,five +6543,Very Low,Jersey,M,7,E,D,N,7,,4,,PB,SE,F,20.0,Bachelors (4 years),Yes,YesValid,35.0,one +6544,Mid,USA,M,6,E,DBAG,N,6,,1,,FG,,M,20.0,Masters,Yes,N,40.0,two +6545,Very High,USA,M,10,E,A,Y,17,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6546,High,USA,M,12,E,A,Y,2,,3,,PB,S,M,20.0,Bachelors (4 years),Yes,N,45.0,zero +6547,Very High,Denmark,M,20,EC,M,Y,5,,6,,PB,S,M,500.0,Bachelors (4 years),No,YesValid,40.0,five +6548,High,USA,M,10,E,DBAP,N,1,,0,,PB,S,M,10.0,Associates (2 years),No,YesExpired,40.0,zero +6549,Very High,USA,M,10,E,DBAG,Y,8,,1,,PB,S,M,6.0,Associates (2 years),No,YesExpired,40.0,five +6550,High,USA,M,15,E,DT,N,5,,0,,PB,S,M,2.0,Bachelors (4 years),No,YesExpired,40.0,five +6551,Mid,USA,M,9,E,M,Y,5,,1,,PB,S,M,7.0,Masters,No,YesValid,50.0,zero +6552,Mid,USA,M,15,E,A,Y,5,,1,,E,S,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6553,High,USA,M,10,E,E,N,8,,6,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,50.0,one +6554,Low,USA,M,3,E,DBAP,N,3,,3,,PB,S,M,25.0,Masters,Yes,N,40.0,one +6555,Very Low,USA,M,17,E,DBAG,N,15,,1,,PB,S,M,5.0,None (no degree completed),,N,40.0,zero +6556,Very Low,Poland,M,7,E,DBAG,Y,5,,1,,PB,S,M,30.0,Masters,,YesValid,40.0,one +6557,Mid,UK,M,13,E,DBAG,Y,2,,1,,PB,SE,M,100.0,Bachelors (4 years),No,YesValid,45.0,zero +6558,High,USA,M,4,E,DT,N,4,,6,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,five +6559,Very Low,Germany,MS,7,E,E,N,3,,5,,PB,SR,M,6.0,Masters,Yes,N,45.0,zero +6560,Very High,USA,M,17,E,A,Y,9,,1,,PB,S,F,50.0,Bachelors (4 years),No,N,45.0,zero +6561,Very Low,Hungary,M,10,E,DT,N,6,,0,,PB,SE,M,6.0,Bachelors (4 years),No,N,42.0,zero +6562,Mid,USA,M,2,EC,,N,3,,0,,PB,S,M,50.0,None (no degree completed),,YesValid,55.0,three +6563,Mid,Australia,M,15,E,DBAG,Y,5,,0,,SG,S,M,512.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6564,High,Australia,M,11,E,DBAG,N,1,,1,,PB,S,M,104.0,Associates (2 years),,YesExpired,37.0,zero +6565,Very Low,Canada,M,1,E,AN,N,3,,0,,PB,SE,M,1.0,Associates (2 years),Yes,N,50.0,one +6566,Low,Australia,M,4,E,M,Y,2,,1,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6567,Low,USA,M,2,E,DBAG,N,2,,0,,LG,S,F,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6568,Very High,USA,M,20,IC,DBAD,N,11,,6,,PB,C,M,7.0,Masters,Yes,N,45.0,zero +6569,Low,USA,M,6,E,DBAG,Y,5,,0,,PB,,M,3.0,Associates (2 years),,N,44.0,zero +6570,High,USA,M,4,E,DA,N,4,,3,,PB,SE,M,4.0,Masters,Yes,N,50.0,zero +6571,High,USA,M,6,E,DBAG,N,6,,3,,PB,S,M,80.0,None (no degree completed),No,N,45.0,zero +6572,Mid,USA,M,21,IC,DT,N,21,,0,,PB,C,M,20.0,None (no degree completed),,N,50.0,five +6573,Mid,Canada,M,10,E,DBAP,N,10,,2,,PB,SR,NB,80.0,Bachelors (4 years),Yes,YesExpired,46.0,three +6574,Mid,Belgium,M,10,IC,D,N,10,,0,,PB,S,M,2.0,Masters,Yes,YesExpired,35.0,zero +6575,Low,New-Zealand,M,12,E,AN,N,5,,0,,PB,SE,M,10.0,Masters,No,N,43.0,zero +6576,Very High,Australia,M,13,E,DBAD,N,17,,0,,PB,C,M,4.0,None (no degree completed),,YesExpired,54.0,zero +6577,High,USA,M,17,E,DBAD,Y,3,,0,,PB,S,M,5.0,None (no degree completed),,N,45.0,zero +6578,Very High,Australia,M,20,E,D,Y,6,,2,,PB,S,M,10.0,Associates (2 years),No,YesValid,40.0,five +6579,Mid,USA,M,5,E,D,N,5,,1,,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6580,Mid,USA,M,5,E,M,Y,1,,0,,PB,S,M,350.0,None (no degree completed),,N,50.0,one +6581,High,USA,M,20,E,DT,N,1,,3,,PB,S,M,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6582,Mid,USA,M,7,E,DBAD,Y,7,,2,,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6583,High,USA,M,5,E,DT,N,5,,6,,PB,S,M,150.0,Doctorate/PhD,No,N,55.0,zero +6584,Low,Australia,M,16,E,DBAP,N,16,,0,,E,S,F,150.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6585,Very High,USA,M,9,E,A,N,2,,2,,PB,S,M,0.0,Associates (2 years),No,YesValid,40.0,five +6586,High,Australia,M,25,E,DS,Y,25,,2,,SG,SE,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6587,Low,Australia,M,7,EC,DBAG,N,1,,1,,PB,S,M,160.0,Associates (2 years),Yes,YesValid,40.0,two +6588,Low,USA,M,0,E,,Y,14,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +6589,Mid,USA,M,10,E,DBAD,N,10,,0,,PB,SR,M,4.0,Bachelors (4 years),Yes,YesExpired,85.0,zero +6590,Low,USA,M,4,E,DBAG,N,2,,1,,PB,SE,M,5.0,Bachelors (4 years),Yes,N,45.0,zero +6591,Very Low,USA,M,1,E,DBAG,N,1,,2,,PB,S,M,10.0,Associates (2 years),Yes,N,40.0,zero +6592,High,USA,M,18,E,DBAG,N,12,,0,,SG,S,M,14.0,Bachelors (4 years),No,YesExpired,41.0,zero +6593,Very High,USA,M,20,E,M,Y,23,,6,,PB,S,M,3.0,None (no degree completed),,N,40.0,zero +6594,Mid,USA,MA,10,E,M,Y,15,,0,,LG,C,F,2.0,Bachelors (4 years),Yes,N,40.0,zero +6595,Mid,Canada,M,21,E,A,Y,10,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,N,37.0,zero +6596,Very High,USA,M,12,E,DA,Y,8,,1,,PB,S,M,3.0,Masters,Yes,N,45.0,zero +6597,High,Canada,M,18,E,DBAG,N,30,,0,,PB,S,M,86.0,Masters,Yes,YesExpired,35.0,zero +6598,Mid,Australia,M,20,EC,DBAG,N,20,,2,,PB,S,M,100.0,Associates (2 years),Yes,YesExpired,40.0,zero +6599,High,USA,M,12,E,DBAG,N,8,,1,,NP,S,M,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6600,High,USA,M,17,E,DT,N,20,,0,,PB,C,M,5.0,Bachelors (4 years),Yes,N,40.0,zero +6601,Very High,Australia,M,9,E,DBAP,N,4,,1,,PB,S,M,70.0,None (no degree completed),,YesExpired,38.0,zero +6602,Mid,USA,M,3,E,D,Y,1,,4,,PB,,F,20.0,Associates (2 years),Yes,N,50.0,zero +6603,Very High,Canada,M,10,IC,DBAD,Y,8,,6,,PB,S,M,40.0,Masters,Yes,YesValid,40.0,zero +6604,Very High,USA,M,20,E,A,N,1,,3,,PB,C,M,100.0,Bachelors (4 years),Yes,YesValid,50.0,five +6605,High,USA,M,15,IC,A,Y,15,,0,,PB,C,M,10.0,Masters,Yes,YesExpired,40.0,five +6606,Very Low,USA,M,4,E,DBAG,N,4,,3,,PB,,,3000.0,Bachelors (4 years),No,N,50.0,two +6607,Mid,USA,M,7,E,AN,N,7,,0,,E,S,F,3.0,None (no degree completed),,N,40.0,five +6608,Low,Australia,M,2,E,DT,Y,2,,5,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,one +6609,Very High,USA,M,17,E,DBAG,N,10,,1,,NP,S,F,30.0,Masters,Yes,YesValid,45.0,zero +6610,Low,USA,M,4,E,DBAG,N,3,,0,,PB,S,M,10.0,Associates (2 years),No,N,45.0,five +6611,Very Low,Russia,M,10,E,DA,Y,9,,2,,PB,S,M,2.0,Masters,Yes,N,36.0,zero +6612,High,USA,M,17,EC,DBAG,N,1,,1,,PB,S,M,10.0,Bachelors (4 years),No,YesExpired,45.0,zero +6613,Mid,Australia,O,20,E,DBAP,N,1,,0,,SG,S,M,16.0,Associates (2 years),No,YesExpired,40.0,zero +6614,Low,USA,M,3,EC,DA,N,3,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,zero +6615,Very Low,India,M,10,EC,E,Y,10,,0,,PB,C,M,1.0,Bachelors (4 years),Yes,YesExpired,54.0,zero +6616,Very High,USA,M,16,E,A,N,1,,1,,PB,S,F,60.0,Bachelors (4 years),Yes,N,40.0,one +6617,Very Low,Malaysia,M,10,E,AN,Y,10,,2,,PB,C,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6618,High,USA,M,22,E,DBAP,N,4,,0,,PB,S,,24.0,Bachelors (4 years),No,N,50.0,three +6619,Low,Australia,M,1,E,DBAP,N,1,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6620,Mid,USA,M,3,E,DA,N,3,,0,,NP,C,F,1.0,Masters,Yes,N,40.0,zero +6621,High,USA,M,20,E,DBAD,N,32,,0,,PB,S,M,15.0,Bachelors (4 years),No,YesValid,45.0,one +6622,Low,USA,M,6,E,DA,N,6,,1,,E,SE,M,4.0,Bachelors (4 years),No,N,40.0,zero +6623,High,USA,M,16,E,DBAP,N,16,,0,,PB,C,M,145.0,Bachelors (4 years),Yes,N,55.0,zero +6624,Very Low,Australia,M,4,E,DA,N,4,,3,,PB,S,F,15.0,Bachelors (4 years),Yes,YesValid,38.0,zero +6625,Very Low,Australia,M,2,E,DBAG,N,2,,4,,PB,S,M,300.0,None (no degree completed),,YesValid,40.0,zero +6626,Very Low,Hungary,M,15,E,A,N,12,,0,,PB,,M,20.0,Masters,Yes,N,40.0,two +6627,High,USA,M,5,E,M,Y,2,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6628,Low,Austria,M,10,E,DBAP,N,3,,2,,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6629,Very Low,Nepal,M,12,E,E,Y,8,,1,,PB,SE,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +6630,Very Low,India,M,12,E,DT,N,12,,1,,PB,SR,M,3.0,Bachelors (4 years),No,YesExpired,40.0,zero +6631,Very Low,Netherlands,M,20,E,A,Y,20,,0,,PB,SE,M,4.0,Bachelors (4 years),,YesExpired,40.0,zero +6632,Very Low,Sweden,M,2,E,DT,N,2,,2,,PB,,M,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6633,Very Low,Austria,M,2,E,,N,2,,1,,PB,SE,M,70.0,None (no degree completed),,N,40.0,zero +6634,Low,South-Africa,M,20,E,DBAP,N,3,,1,,PB,S,M,35.0,None (no degree completed),Yes,YesExpired,50.0,zero +6635,Low,UK,M,8,E,DBAP,N,1,,2,,PB,S,M,450.0,None (no degree completed),,N,37.0,two +6636,Very Low,Hungary,M,4,E,DBAG,N,4,,0,,PB,S,M,16.0,None (no degree completed),,N,45.0,one +6637,Low,Israel,M,6,E,DBAD,N,6,,1,,PB,,F,10.0,None (no degree completed),,N,45.0,zero +6638,Low,UK,M,10,E,DBAD,N,2,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6639,Low,UK,M,17,E,DBAP,N,8,,6,,PB,S,M,150.0,Bachelors (4 years),Yes,N,40.0,zero +6640,Very Low,Croatia,M,5,E,A,Y,5,,1,,PB,S,M,5.0,Masters,Yes,YesValid,40.0,zero +6641,Very Low,CzechRepublic,M,2,E,AN,N,2,,0,,SG,S,M,1.0,Masters,Yes,N,38.0,zero +6642,Mid,UK,M,5,E,DBAP,N,2,,1,,PB,,,10.0,Bachelors (4 years),No,N,40.0,one +6643,Very Low,UK,M,9,E,DA,N,0,,5,,PB,S,M,4.0,Bachelors (4 years),Yes,N,38.0,zero +6644,Low,CzechRepublic,M,10,IC,A,Y,5,,0,,PB,S,M,5.0,Masters,Yes,N,40.0,zero +6645,Very Low,Netherlands,M,10,E,M,Y,15,,0,,PB,S,NB,4.0,None (no degree completed),No,N,40.0,zero +6646,Very Low,UK,M,1,E,DA,N,1,,3,,PB,SR,M,6.0,Bachelors (4 years),Yes,N,37.0,zero +6647,Very Low,UK,M,10,E,DBAG,N,6,,1,,SG,S,M,100.0,Bachelors (4 years),No,N,37.0,zero +6648,Low,Germany,M,10,E,DBAD,N,1,,1,,PB,SE,M,6.0,Bachelors (4 years),No,YesValid,45.0,zero +6649,Very Low,Brazil,M,5,E,M,Y,5,,0,,PB,,M,4.0,Bachelors (4 years),Yes,N,44.0,zero +6650,Very High,India,M,5,E,DBAG,N,2,,1,,PB,SR,M,15.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6651,Low,UK,M,14,E,DA,Y,14,,2,,PB,S,M,3.0,Bachelors (4 years),Yes,N,35.0,zero +6652,Very Low,Sweden,M,4,EC,DBAP,N,2,,1,,PB,S,M,150.0,None (no degree completed),,N,42.0,zero +6653,Very Low,Netherlands,M,5,EC,E,N,5,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,YesExpired,32.0,one +6654,Very Low,UK,M,3,E,AN,N,4,,0,,PB,S,M,2.0,None (no degree completed),,N,47.0,zero +6655,Very Low,Greece,M,10,E,DA,Y,4,,4,,PB,S,M,30.0,Associates (2 years),,N,40.0,two +6656,Low,UK,M,20,E,DBAG,N,20,,0,,PB,SR,M,8.0,None (no degree completed),,N,50.0,zero +6657,Low,UK,M,10,E,M,Y,8,,0,,PB,S,M,7.0,None (no degree completed),,N,37.0,zero +6658,Very Low,Philippines,M,5,E,DT,N,5,,6,,PB,SR,M,2.0,Bachelors (4 years),Yes,YesValid,45.0,four +6659,Low,UK,M,18,E,DBAD,N,15,,5,,PB,SR,M,100.0,None (no degree completed),No,YesExpired,50.0,one +6660,Mid,New-Zealand,M,15,E,A,Y,7,,3,,PB,S,M,200.0,Bachelors (4 years),No,YesValid,35.0,zero +6661,Very Low,Finland,M,10,E,DBAG,N,2,,3,,PB,C,M,15.0,None (no degree completed),,YesExpired,38.0,zero +6662,Low,UK,M,12,E,M,Y,8,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6663,Low,UK,M,10,E,DA,Y,10,,0,,PB,S,M,4.0,None (no degree completed),,N,37.0,one +6664,Low,UK,M,8,E,DBAG,Y,5,,1,,PB,,M,25.0,Associates (2 years),Yes,YesValid,40.0,zero +6665,High,Germany,M,18,E,M,Y,10,,1,,PB,S,M,10.0,None (no degree completed),No,YesValid,50.0,one +6666,Mid,Norway,M,5,EC,DBAG,N,5,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesValid,37.0,zero +6667,Very Low,Ghana,M,4,E,DA,Y,8,,2,,PB,C,M,2.0,Associates (2 years),Yes,YesExpired,40.0,zero +6668,Mid,USA,M,17,EC,DT,N,5,,0,,PB,C,M,10.0,Masters,Yes,N,45.0,five +6669,Very Low,UK,M,4,E,DA,N,16,,4,,PB,S,M,5.0,Associates (2 years),Yes,N,37.0,five +6670,Very Low,USA,M,10,E,AN,N,1,,0,,LG,S,F,2.0,Masters,Yes,YesExpired,40.0,zero +6671,Very Low,Sweden,M,2,EC,DBAP,N,2,,6,,PB,S,M,20.0,None (no degree completed),,N,40.0,zero +6672,Low,UK,M,20,E,AN,N,15,,0,,PB,S,M,10.0,Associates (2 years),No,N,45.0,zero +6673,Low,UK,M,18,IC,DBAG,N,7,,0,,PB,S,M,250.0,None (no degree completed),,YesValid,35.0,four +6674,Mid,USA,M,3,E,DBAG,N,3,,3,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6675,Low,UK,M,18,E,DBAP,N,15,,0,,PB,,M,40.0,None (no degree completed),,YesExpired,40.0,one +6676,Very Low,India,M,5,E,DBAP,N,5,,0,,PB,C,M,500.0,Bachelors (4 years),No,N,76.0,zero +6677,Low,USA,M,15,EC,DBAG,N,15,,0,,PB,S,M,30.0,Masters,No,YesValid,46.0,three +6678,Very Low,UK,M,5,E,DA,N,3,,5,,PB,,F,4.0,Masters,Yes,N,37.0,zero +6679,Very High,USA,M,14,E,M,Y,6,,1,,PB,S,M,60.0,Masters,Yes,YesExpired,45.0,zero +6680,Mid,Denmark,M,10,E,DBAG,N,7,,0,,PB,S,M,10.0,Associates (2 years),,YesValid,37.0,one +6681,Very Low,Dominican-Republic,M,11,E,DBAG,N,1,,3,,PB,S,M,46.0,None (no degree completed),,N,44.0,zero +6682,Very Low,Brazil,M,3,E,DA,N,3,,2,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +6683,Very Low,Bulgaria,M,4,E,DBAG,N,4,,5,,PB,S,M,80.0,None (no degree completed),,N,40.0,zero +6684,Very High,USA,M,11,E,E,N,1,,6,,PB,S,M,15.0,Bachelors (4 years),Yes,YesValid,50.0,five +6685,Mid,USA,M,8,EC,D,N,8,,0,,E,SR,M,4.0,Masters,Yes,YesExpired,40.0,zero +6686,High,USA,M,20,E,DBAP,N,1,,4,,NP,S,M,300.0,Associates (2 years),Yes,YesValid,40.0,zero +6687,Low,Canada,M,17,E,DBAP,N,2,,4,,PB,S,M,300.0,Bachelors (4 years),Yes,N,38.0,zero +6688,Low,USA,M,5,E,D,N,5,,3,,PB,S,M,8.0,Masters,No,N,50.0,zero +6689,Low,Denmark,M,17,E,DBAP,N,21,,0,,LG,S,M,20.0,Bachelors (4 years),Yes,N,37.0,zero +6690,Very High,UK,M,16,IC,DBAP,N,16,,6,,PB,SR,M,300.0,Bachelors (4 years),No,YesExpired,35.0,zero +6691,Very Low,USA,M,18,E,DA,N,18,,4,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6692,Very Low,Denmark,M,3,EC,D,N,3,,6,,PB,S,M,5.0,Masters,No,N,40.0,three +6693,Very High,USA,M,20,EC,DBAP,N,7,,2,,FG,S,M,100.0,Masters,Yes,YesExpired,50.0,one +6694,Low,USA,M,20,E,DBAP,Y,20,,2,,PB,S,M,200.0,Associates (2 years),Yes,YesExpired,50.0,five +6695,Very High,USA,M,18,E,A,Y,25,,1,,PB,S,M,5.0,Bachelors (4 years),No,YesExpired,45.0,five +6696,Low,USA,M,7,E,,N,6,,1,,PB,S,M,1000.0,Masters,No,YesValid,40.0,two +6697,Very Low,UK,M,8,E,DBAP,N,7,,0,,LG,,M,50.0,Bachelors (4 years),Yes,N,38.0,one +6698,Low,USA,M,5,E,DBAP,N,5,,5,,PB,SE,M,350.0,Masters,Yes,N,40.0,zero +6699,Very Low,UK,M,3,E,DA,N,3,,2,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +6700,High,USA,M,17,E,DBAP,N,5,,5,,PB,S,M,110.0,Bachelors (4 years),Yes,YesExpired,50.0,five +6701,Mid,USA,M,13,E,D,N,7,,2,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,46.0,five +6702,Mid,USA,M,11,E,DBAG,N,5,,0,,PB,S,M,11.0,Associates (2 years),Yes,N,45.0,zero +6703,Very Low,UK,M,3,E,DBAG,N,2,,3,,PB,SR,M,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6704,Very Low,Romania,M,13,E,DBAG,Y,4,,2,,PB,S,M,50.0,None (no degree completed),,YesExpired,50.0,zero +6705,Low,USA,M,6,E,DBAP,N,6,,4,,PB,S,M,552.0,Masters,Yes,N,40.0,zero +6706,Low,USA,M,4,E,DBAG,N,4,,0,,PB,S,M,15.0,Bachelors (4 years),No,N,45.0,zero +6707,Very Low,Russia,M,7,E,E,N,7,,0,,PB,,M,50.0,Masters,Yes,N,40.0,zero +6708,Very High,USA,M,20,E,DBAP,N,4,,2,,PB,S,M,15.0,Bachelors (4 years),No,YesExpired,45.0,two +6709,Mid,USA,M,12,E,DA,N,10,,0,,PB,S,M,4.0,None (no degree completed),,N,38.0,zero +6710,Very High,USA,M,16,E,M,Y,6,,6,,PB,,M,50.0,Bachelors (4 years),No,YesValid,53.0,zero +6711,Low,USA,P,2,E,AN,N,2,,1,,PB,S,M,1.0,Bachelors (4 years),No,N,45.0,zero +6712,Mid,USA,M,7,E,M,Y,7,,2,,PB,S,M,7.0,Associates (2 years),No,N,45.0,five +6713,Very Low,Greece,M,3,E,DA,Y,3,,6,,PB,SR,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +6714,Mid,USA,M,8,E,AN,N,15,,0,,PB,SE,M,3.0,Bachelors (4 years),No,N,50.0,zero +6715,High,USA,M,10,E,M,Y,10,,0,,PB,S,F,15.0,Bachelors (4 years),Yes,N,42.0,zero +6716,High,USA,M,24,E,,N,1,,6,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,50.0,one +6717,Low,USA,M,4,E,DBAG,N,2,,5,,PB,SE,M,120.0,Bachelors (4 years),No,N,45.0,zero +6718,Low,Canada,M,20,EC,D,N,2,,6,,PB,SR,M,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6719,Mid,USA,M,5,E,DT,N,3,,1,,LG,SE,M,200.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6720,Mid,USA,M,23,E,E,N,1,,0,,PB,C,M,6.0,Bachelors (4 years),No,YesValid,60.0,four +6721,Low,USA,M,18,E,DT,N,3,,0,,NP,SR,M,7.0,Bachelors (4 years),No,YesExpired,40.0,two +6722,High,USA,M,20,E,DBAG,N,20,,0,,PB,S,F,8.0,Masters,Yes,YesExpired,50.0,zero +6723,Mid,USA,M,5,E,DBAG,N,2,,1,,PB,,M,100.0,Bachelors (4 years),Yes,N,50.0,two +6724,High,USA,M,19,E,DBAG,Y,1,,0,,PB,SE,M,8.0,Associates (2 years),Yes,N,45.0,zero +6725,Mid,USA,M,8,E,DBAP,N,1,,1,,PB,S,M,6.0,Masters,Yes,YesValid,40.0,zero +6726,Low,USA,M,18,E,DT,N,18,,1,,PB,S,F,3.0,Associates (2 years),No,N,40.0,zero +6727,Very High,USA,M,17,E,DBAD,N,15,,0,,PB,SR,M,8.0,Associates (2 years),Yes,N,45.0,zero +6728,Mid,USA,M,11,EC,M,Y,3,,0,,NP,S,M,20.0,Bachelors (4 years),Yes,N,50.0,four +6729,Very High,USA,M,17,E,DBAG,N,3,,0,,NP,S,F,80.0,Associates (2 years),Yes,YesExpired,50.0,five +6730,High,USA,M,15,EC,D,N,6,,6,,PB,S,F,10.0,Associates (2 years),No,N,40.0,three +6731,Mid,USA,M,18,E,DBAG,N,10,,0,,E,S,M,15.0,Masters,Yes,YesExpired,40.0,zero +6732,Low,UK,M,5,E,DBAG,N,3,,3,,PB,S,M,8.0,Bachelors (4 years),No,N,40.0,zero +6733,Low,USA,M,6,E,DT,N,3,,1,,PB,,,20.0,None (no degree completed),,N,40.0,zero +6734,Low,Canada,M,20,E,D,Y,10,,0,,PB,SR,M,5.0,None (no degree completed),,YesValid,50.0,one +6735,High,USA,M,10,IC,D,N,3,,0,,PB,S,M,2.0,Bachelors (4 years),No,N,40.0,two +6736,Very High,USA,A,3,E,E,Y,25,,1,,PB,SE,M,25.0,Bachelors (4 years),No,YesExpired,50.0,zero +6737,Very High,USA,M,10,E,DBAG,Y,2,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,three +6738,Low,New-Zealand,M,12,E,DBAG,N,2,,1,,PB,S,M,19.0,Bachelors (4 years),Yes,YesExpired,40.0,one +6739,Low,Canada,M,12,E,DBAP,N,3,,2,,PB,,M,250.0,Masters,Yes,YesValid,40.0,one +6740,High,UK,,1,E,A,Y,10,,0,,PB,S,M,0.0,Masters,No,N,50.0,zero +6741,Low,CzechRepublic,M,20,IC,DT,N,4,,6,,PB,S,M,5.0,Masters,No,YesValid,40.0,five +6742,Very Low,Austria,M,10,P,E,N,16,,0,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesExpired,35.0,one +6743,High,USA,M,7,E,D,N,2,,1,,PB,SR,M,10.0,Bachelors (4 years),Yes,N,40.0,one +6744,Mid,USA,M,8,E,DBAG,N,2,,0,,PB,SR,M,33.0,Bachelors (4 years),Yes,N,44.0,zero +6745,High,USA,M,12,E,DBAG,Y,12,,1,,E,SR,M,200.0,Bachelors (4 years),Yes,N,42.0,zero +6746,High,USA,M,10,E,DT,Y,5,,0,,PB,SR,M,5.0,Bachelors (4 years),Yes,N,40.0,two +6747,High,USA,M,12,E,DBAP,N,10,,2,,PB,S,M,340.0,Bachelors (4 years),Yes,YesValid,45.0,one +6748,Mid,USA,M,4,E,DBAG,N,2,,1,,NP,SE,M,15.0,Bachelors (4 years),Yes,YesValid,36.0,one +6749,Low,USA,M,6,E,DT,N,3,,0,,E,S,M,20.0,Bachelors (4 years),Yes,N,35.0,zero +6750,Low,USA,M,17,E,DBAG,N,5,,0,,PB,S,F,50.0,Bachelors (4 years),Yes,N,40.0,one +6751,Very High,USA,M,14,E,D,N,4,,1,,PB,C,M,3.0,Masters,Yes,YesValid,40.0,zero +6752,Mid,USA,M,6,E,DT,N,6,,4,,E,S,M,50.0,Masters,No,N,38.0,zero +6753,High,USA,M,12,E,DA,N,5,,6,,PB,S,F,4.0,Masters,Yes,N,40.0,zero +6754,Low,France,M,1,E,DBAG,N,1,,3,,PB,S,M,400.0,Masters,Yes,N,40.0,zero +6755,Very High,USA,M,20,E,DBAG,Y,2,,0,,PB,S,M,350.0,Associates (2 years),No,YesExpired,45.0,zero +6756,Low,USA,M,9,E,DBAG,N,1,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,two +6757,High,USA,M,8,E,DBAG,N,4,,2,,PB,S,M,26.0,Bachelors (4 years),No,N,40.0,one +6758,High,USA,M,20,E,DBAG,Y,6,,1,,PB,S,M,150.0,Masters,Yes,N,50.0,zero +6759,High,USA,M,14,E,DT,N,9,,0,,PB,S,M,30.0,Masters,No,N,46.0,zero +6760,Very High,USA,A,15,E,DBAD,N,3,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +6761,Low,USA,M,12,E,DBAP,N,10,,0,,E,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6762,Mid,USA,M,7,E,D,N,2,,3,,PB,,M,6.0,Masters,Yes,YesExpired,40.0,zero +6763,Low,USA,M,7,E,DT,N,1,,1,,PB,S,M,5.0,Bachelors (4 years),No,YesValid,40.0,zero +6764,Very High,USA,M,20,E,A,Y,6,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,55.0,one +6765,High,USA,M,23,E,DBAG,N,20,,0,,PB,S,M,10.0,Associates (2 years),,N,44.0,one +6766,Very High,USA,M,8,E,M,Y,2,,0,,PB,S,M,7.0,Associates (2 years),No,YesExpired,45.0,one +6767,Low,Canada,M,8,E,DBAP,Y,8,,5,,PB,,M,180.0,None (no degree completed),,N,45.0,one +6768,Very High,USA,M,23,EC,DA,N,23,,0,,PB,S,M,8.0,Bachelors (4 years),No,YesValid,50.0,five +6769,Low,Canada,M,25,E,A,N,13,,0,,PB,SR,NB,130.0,None (no degree completed),No,YesValid,60.0,zero +6770,High,USA,M,11,E,DBAP,Y,9,,0,,PB,SR,M,14.0,Bachelors (4 years),Yes,N,50.0,zero +6771,Mid,USA,M,16,E,DBAP,N,5,,2,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +6772,Very Low,USA,M,1,E,AN,N,1,,3,,NP,SE,M,4.0,Bachelors (4 years),No,N,45.0,zero +6773,Low,Sweden,M,19,IC,DT,N,12,,0,,PB,S,M,10.0,None (no degree completed),No,N,35.0,three +6774,Very High,USA,M,10,E,DBAP,N,7,,0,,PB,C,M,120.0,Masters,Yes,YesValid,50.0,five +6775,Very High,USA,M,7,E,DBAD,N,3,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +6776,Very Low,Thailand,M,7,E,DBAG,Y,3,,0,,PB,,M,20.0,Masters,Yes,YesExpired,42.0,four +6777,Very Low,India,M,12,E,A,N,5,,2,,PB,C,M,10.0,Doctorate/PhD,Yes,YesExpired,11.0,zero +6778,Very High,USA,M,5,E,M,Y,10,,2,,PB,S,M,100.0,Bachelors (4 years),No,YesValid,60.0,zero +6779,Very Low,India,M,14,E,DBAG,Y,6,,1,,PB,S,M,3000.0,Bachelors (4 years),Yes,N,40.0,zero +6780,Very Low,Romania,M,5,P,DA,Y,5,,1,,PB,S,M,45.0,Associates (2 years),,YesValid,32.0,zero +6781,Very High,USA,M,25,E,M,Y,5,,3,,PB,S,F,10.0,Bachelors (4 years),No,N,45.0,two +6782,Very Low,UK,M,4,E,D,Y,1,,2,,LG,S,M,2.0,Bachelors (4 years),No,N,37.0,three +6783,Low,Netherlands,M,15,E,DBAG,N,15,,1,,NP,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6784,Low,France,M,5,E,DBAG,N,5,,5,,PB,SR,M,5.0,None (no degree completed),,YesValid,40.0,one +6785,Very Low,Australia,M,18,EC,DA,N,10,,0,,PB,,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,five +6786,Low,USA,M,7,E,E,N,1,,6,,E,S,M,10.0,Associates (2 years),Yes,YesValid,40.0,zero +6787,Very Low,UK,M,11,E,DA,N,11,,0,,PB,S,M,1.0,Bachelors (4 years),Yes,N,38.0,zero +6788,Low,UK,M,15,E,DBAP,N,1,,6,,PB,S,M,300.0,None (no degree completed),,YesValid,40.0,one +6789,Very Low,Netherlands,M,10,E,DBAP,N,10,,0,,E,S,M,19.0,None (no degree completed),,YesExpired,40.0,zero +6790,Mid,Norway,M,10,E,D,N,2,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,37.0,one +6791,Very Low,Poland,M,9,E,DBAG,N,8,,2,,PB,S,M,400.0,Bachelors (4 years),No,YesExpired,40.0,five +6792,Very High,India,M,14,IC,DBAD,N,6,,0,,PB,S,M,0.0,Masters,No,YesExpired,60.0,five +6793,Low,USA,M,10,E,D,Y,1,,2,,PB,,F,4.0,None (no degree completed),,N,60.0,zero +6794,Low,UK,M,10,E,DBAP,N,2,,1,,PB,SE,M,200.0,Bachelors (4 years),Yes,YesValid,42.0,one +6795,Mid,USA,A,1,E,D,N,2,,0,,PB,S,M,2.0,Masters,No,N,40.0,zero +6796,Very Low,UK,M,10,E,DT,N,1,,1,,PB,S,M,4.0,None (no degree completed),,N,42.0,zero +6797,Mid,USA,M,17,E,DBAG,N,17,,0,,PB,S,M,70.0,None (no degree completed),,YesExpired,45.0,two +6798,Very Low,Belarus,M,10,E,DBAD,N,3,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6799,Low,France,M,6,IC,DBAP,Y,1,,2,,PB,S,M,100.0,Masters,No,YesExpired,40.0,zero +6800,Low,USA,M,6,E,DT,Y,3,,6,,PB,SR,F,1.0,Bachelors (4 years),Yes,N,45.0,one +6801,Very High,USA,,2,EC,E,N,1,,2,,PB,S,M,20.0,Masters,Yes,YesValid,55.0,one +6802,High,USA,M,7,EC,E,Y,5,,0,,PB,,,15.0,Bachelors (4 years),No,YesValid,60.0,five +6803,Mid,USA,M,7,E,DBAG,N,5,,0,,PB,SR,M,15.0,Bachelors (4 years),No,N,40.0,zero +6804,Low,CzechRepublic,M,15,IC,DBAG,N,1,,2,,PB,SE,M,8.0,Associates (2 years),No,YesValid,50.0,zero +6805,Mid,USA,M,3,E,DBAD,N,3,,0,,LG,S,M,11.0,Bachelors (4 years),Yes,N,40.0,zero +6806,Very Low,Germany,M,8,E,DT,N,6,,3,,PB,S,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6807,Very Low,USA,M,24,E,DBAP,N,20,,6,,E,S,,250.0,Masters,Yes,YesExpired,40.0,two +6808,High,USA,M,13,E,DBAG,N,1,,0,,PB,S,M,40.0,Bachelors (4 years),Yes,N,40.0,zero +6809,Mid,USA,M,10,E,A,N,7,,0,,PB,SE,M,12.0,Associates (2 years),Yes,N,40.0,zero +6810,Low,USA,M,6,E,DA,N,3,,3,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6811,High,USA,M,12,E,M,Y,12,,0,,PB,S,M,6.0,Bachelors (4 years),Yes,N,50.0,zero +6812,Very High,USA,O,20,E,M,Y,5,,5,,PB,,M,120.0,Bachelors (4 years),No,YesExpired,52.0,zero +6813,Mid,USA,M,8,E,DBAG,N,1,,3,,PB,S,M,60.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6814,High,USA,M,8,E,DA,Y,8,,2,,E,S,,5.0,Bachelors (4 years),No,N,45.0,zero +6815,Very High,USA,M,7,E,E,N,1,,4,,PB,SE,M,10.0,Associates (2 years),Yes,YesValid,40.0,five +6816,Mid,USA,M,15,E,DBAG,N,5,,1,,PB,S,,250.0,Associates (2 years),,YesValid,50.0,zero +6817,High,USA,M,11,EC,M,Y,6,,2,,PB,S,M,200.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6818,Low,Portugal,M,18,E,DBAG,N,14,,4,,PB,S,M,60.0,Bachelors (4 years),Yes,YesValid,40.0,two +6819,Low,USA,M,9,E,DBAD,N,7,,0,,PB,S,M,4.0,Associates (2 years),Yes,N,45.0,zero +6820,Very High,USA,M,17,E,M,Y,1,,0,,PB,S,M,7.0,None (no degree completed),,N,40.0,zero +6821,Very High,USA,M,10,E,A,N,1,,0,,PB,S,M,10.0,Masters,No,YesValid,36.0,five +6822,High,USA,M,12,E,DA,N,12,,3,,PB,S,M,40.0,None (no degree completed),,N,40.0,zero +6823,Low,USA,M,15,E,DBAG,N,2,,2,,PB,S,M,20.0,None (no degree completed),,N,45.0,zero +6824,Very High,USA,M,19,IC,DBAG,N,1,,3,,PB,C,M,60.0,Bachelors (4 years),No,N,40.0,zero +6825,Low,USA,M,6,E,DBAG,N,2,,0,,PB,C,F,15.0,Associates (2 years),Yes,YesExpired,50.0,one +6826,Mid,USA,M,15,E,DBAG,N,4,,0,,PB,S,M,35.0,Associates (2 years),,N,45.0,zero +6827,High,USA,M,18,E,DBAP,N,5,,0,,PB,S,M,30.0,Bachelors (4 years),No,YesExpired,40.0,one +6828,Mid,USA,M,13,E,DBAP,N,4,,0,,PB,SR,M,5.0,None (no degree completed),,N,45.0,zero +6829,Low,Germany,M,14,E,DBAP,Y,5,,2,,PB,SR,M,40.0,Bachelors (4 years),,YesValid,40.0,five +6830,High,USA,M,2,E,M,Y,2,,0,,PB,S,M,5.0,Bachelors (4 years),No,YesExpired,50.0,zero +6831,Low,USA,M,17,E,DBAG,Y,10,,0,,PB,S,M,3.0,Bachelors (4 years),No,N,40.0,zero +6832,Very High,USA,M,18,E,A,N,18,,1,,FG,S,M,30.0,Bachelors (4 years),Yes,YesExpired,50.0,one +6833,Mid,USA,M,10,E,DA,N,3,,0,,E,S,F,60.0,None (no degree completed),,YesValid,40.0,zero +6834,Very High,USA,M,10,EC,DBAP,N,2,,0,,PB,S,M,100.0,Bachelors (4 years),No,N,50.0,one +6835,Mid,USA,M,8,E,M,Y,3,,0,,PB,,M,15.0,Bachelors (4 years),Yes,YesExpired,55.0,five +6836,Very Low,Bulgaria,M,5,E,DA,Y,5,,1,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6837,High,USA,M,12,E,A,Y,3,,0,,PB,S,F,6.0,Bachelors (4 years),No,YesValid,42.0,zero +6838,Mid,Canada,M,14,E,DBAP,N,14,,1,,PB,S,M,30.0,Masters,No,N,35.0,one +6839,Mid,UK,M,14,E,DBAG,N,1,,0,,PB,S,M,50.0,None (no degree completed),No,YesExpired,35.0,five +6840,Low,USA,O,3,E,D,N,1,,6,,NP,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +6841,Mid,USA,M,25,E,DA,N,25,,5,,NP,S,M,10.0,Associates (2 years),Yes,YesExpired,40.0,one +6842,Mid,USA,M,12,E,DT,N,9,,1,,PB,C,M,15.0,Bachelors (4 years),No,YesExpired,42.0,one +6843,Mid,USA,M,6,E,D,N,6,,4,,PB,SR,M,30.0,Bachelors (4 years),No,N,40.0,one +6844,Mid,Germany,M,20,E,DBAG,N,1,,0,,PB,SE,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,two +6845,Very High,USA,M,17,E,DBAG,Y,5,,0,,PB,C,M,40.0,Associates (2 years),No,YesExpired,50.0,one +6846,Mid,USA,M,20,E,DBAD,N,20,,0,,PB,S,M,30.0,None (no degree completed),,YesExpired,40.0,five +6847,Mid,USA,M,20,E,DBAG,N,7,,6,,PB,C,M,200.0,None (no degree completed),,YesExpired,47.0,zero +6848,High,USA,M,16,E,DBAP,N,3,,0,,PB,S,M,110.0,Masters,Yes,N,42.0,zero +6849,High,USA,M,17,E,DA,N,5,,4,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +6850,Very Low,Mexico,M,9,E,DT,N,1,,1,,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,40.0,one +6851,High,USA,M,14,E,D,N,0,,2,,PB,S,M,6.0,Associates (2 years),Yes,N,50.0,zero +6852,Very Low,SaudiArabia,M,4,E,DBAP,N,2,,2,,PB,SE,M,40.0,Masters,No,YesExpired,45.0,one +6853,High,USA,M,7,E,M,Y,2,,0,,PB,SE,M,10.0,Masters,No,N,40.0,one +6854,Very High,USA,M,10,E,DBAP,N,10,,3,,PB,,M,50.0,None (no degree completed),,YesExpired,55.0,three +6855,Mid,Romania,M,16,IC,DBAG,N,16,,0,,PB,S,M,50.0,Bachelors (4 years),Yes,N,60.0,five +6856,Very High,Germany,M,20,IC,A,N,16,,0,,PB,S,M,4.0,Masters,Yes,N,50.0,zero +6857,Low,USA,M,3,E,D,N,2,,2,,E,S,M,6.0,Masters,Yes,N,38.0,zero +6858,Very High,Germany,M,15,EC,DBAP,Y,17,,2,,PB,SE,M,80.0,None (no degree completed),,YesExpired,40.0,three +6859,Very High,USA,M,20,E,A,Y,20,,0,,PB,SR,M,2.0,Bachelors (4 years),Yes,YesValid,40.0,five +6860,Very High,USA,M,20,E,A,Y,3,,0,,PB,C,M,10.0,Masters,No,YesValid,45.0,four +6861,Mid,USA,M,9,EC,DBAP,N,9,,6,,PB,C,M,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6862,High,USA,M,10,E,A,N,7,,1,,PB,S,M,12.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6863,High,USA,M,15,E,DBAP,Y,12,,0,,LG,S,M,30.0,Associates (2 years),,N,45.0,zero +6864,Very Low,USA,M,3,E,DA,N,3,,1,,PB,SE,M,25.0,Associates (2 years),Yes,YesValid,40.0,zero +6865,Very High,USA,M,20,E,M,Y,20,,1,,PB,S,M,5.0,Bachelors (4 years),No,N,55.0,one +6866,Very High,USA,M,20,E,DBAG,Y,10,,0,,NP,C,M,100.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +6867,Low,USA,M,17,E,DBAG,N,17,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6868,Mid,Denmark,M,15,E,DBAP,N,20,,3,,PB,S,M,50.0,Bachelors (4 years),,YesValid,50.0,two +6869,Very High,USA,M,20,E,D,N,3,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,two +6870,Mid,USA,M,25,E,D,N,1,,1,,PB,S,M,25.0,None (no degree completed),,N,40.0,zero +6871,Very High,USA,M,20,E,E,N,7,,0,,PB,SE,F,20000.0,Associates (2 years),Yes,YesExpired,40.0,one +6872,Mid,USA,M,5,E,DBAG,N,18,,1,,LG,S,M,15.0,Bachelors (4 years),No,YesValid,40.0,zero +6873,Very Low,Italy,DB2,20,E,AN,N,20,,0,,PB,S,M,80.0,None (no degree completed),No,YesExpired,40.0,zero +6874,Very High,USA,M,8,E,A,Y,5,,2,,PB,S,M,140.0,Bachelors (4 years),Yes,YesExpired,45.0,one +6875,High,USA,M,12,E,M,Y,0,,0,,PB,C,M,9.0,Bachelors (4 years),Yes,N,40.0,one +6876,Very High,USA,M,17,E,DT,N,5,,0,,PB,,M,2.0,Bachelors (4 years),No,N,60.0,one +6877,High,USA,M,17,E,M,Y,3,,0,,PB,S,M,5.0,Masters,Yes,YesExpired,50.0,three +6878,Very Low,India,M,4,E,DBAD,Y,3,,6,,PB,C,M,50.0,Bachelors (4 years),No,N,40.0,zero +6879,Low,Sweden,M,4,EC,DBAP,N,20,,2,,PB,S,M,20.0,None (no degree completed),No,YesExpired,40.0,zero +6880,Mid,Netherlands,M,10,EC,D,N,10,,2,,PB,SE,NB,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6881,High,USA,M,12,E,DBAG,N,5,,0,,PB,SE,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +6882,Very High,USA,M,17,E,M,Y,7,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,70.0,one +6883,High,USA,M,20,E,DBAG,N,3,,0,,PB,S,M,125.0,Bachelors (4 years),Yes,N,50.0,five +6884,Very Low,Ukraine,MS,5,E,DA,N,5,,2,,PB,SR,M,4.0,Masters,Yes,N,45.0,zero +6885,Mid,USA,M,10,E,DT,Y,3,,2,,PB,SE,M,8.0,Associates (2 years),Yes,YesExpired,50.0,zero +6886,Very Low,Latvia,A,4,E,D,N,5,,1,,PB,SE,M,7.0,None (no degree completed),Yes,YesValid,40.0,zero +6887,Very High,USA,M,18,E,A,N,7,,0,,PB,SR,M,5.0,Masters,Yes,YesExpired,45.0,two +6888,Mid,USA,M,18,E,DBAP,N,5,,0,,PB,S,M,45.0,None (no degree completed),,YesExpired,40.0,zero +6889,Very High,USA,M,10,E,DBAD,N,2,,3,,PB,SE,M,4000.0,Bachelors (4 years),Yes,YesValid,45.0,one +6890,Mid,USA,O,5,E,DT,N,2,,4,,FG,SR,M,90.0,None (no degree completed),,N,40.0,two +6891,Very High,USA,M,10,E,M,Y,5,,0,,E,S,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +6892,Mid,USA,M,20,E,DBAP,N,10,,2,,SG,S,M,15.0,Bachelors (4 years),Yes,YesExpired,40.0,five +6893,Very Low,Australia,M,17,E,D,Y,2,,0,,PB,S,M,4.0,Associates (2 years),Yes,N,50.0,one +6894,Low,USA,M,4,E,DT,N,4,,1,,PB,SR,M,2.0,Bachelors (4 years),No,N,40.0,zero +6895,Very High,USA,M,21,E,DBAP,N,22,,1,,PB,S,M,374.0,None (no degree completed),,N,50.0,five +6896,Very Low,India,M,9,E,DBAD,N,9,,2,,PB,SE,M,50.0,Masters,Yes,YesExpired,40.0,zero +6897,Very Low,India,P,1,E,DBAG,N,3,,3,,PB,SR,F,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6898,Very Low,Brazil,M,2,E,DBAD,N,1,,3,,PB,S,M,1.0,Bachelors (4 years),Yes,N,40.0,zero +6899,Mid,USA,O,10,IC,DBAG,Y,1,,6,,PB,S,M,200.0,Associates (2 years),No,N,52.0,two +6900,Mid,USA,M,7,E,DBAP,N,7,,1,,PB,S,M,50.0,Bachelors (4 years),No,YesValid,40.0,one +6901,High,USA,M,13,E,DBAG,N,3,,3,,PB,S,M,1000.0,Bachelors (4 years),Yes,YesValid,45.0,zero +6902,Very High,USA,O,25,E,DBAP,Y,28,,1,,FG,S,F,4.0,Bachelors (4 years),Yes,N,45.0,one +6903,Low,USA,M,2,E,DA,N,2,,2,,PB,,M,5.0,Associates (2 years),Yes,N,38.0,zero +6904,High,USA,M,4,EC,E,N,2,,6,,PB,S,M,10.0,None (no degree completed),,YesValid,60.0,three +6905,Mid,USA,M,10,E,DT,N,2,,0,,PB,S,M,50.0,Bachelors (4 years),No,N,40.0,zero +6906,High,USA,M,21,E,D,N,15,,0,,PB,S,F,25.0,Bachelors (4 years),No,YesValid,40.0,four +6907,Very Low,Uruguay,M,7,E,DBAP,Y,7,,2,,PB,SE,M,20.0,Bachelors (4 years),Yes,N,35.0,five +6908,High,USA,M,7,E,M,Y,1,,0,,PB,S,M,100.0,Bachelors (4 years),Yes,N,45.0,zero +6909,Low,USA,MA,20,E,AN,N,6,,2,,LG,,M,4.0,Bachelors (4 years),No,N,37.0,zero +6910,Mid,USA,M,4,E,DBAP,N,4,,2,,PB,S,M,125.0,Bachelors (4 years),Yes,N,40.0,zero +6911,Mid,USA,M,5,E,DA,N,10,,1,,PB,S,M,6.0,Bachelors (4 years),Yes,N,45.0,zero +6912,Very High,UK,M,17,IC,DBAG,N,17,,2,,PB,S,F,300.0,Bachelors (4 years),Yes,YesExpired,37.0,three +6913,Very High,USA,M,10,E,D,N,0,,1,,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,one +6914,Mid,USA,M,7,E,DBAG,N,7,,6,,PB,C,M,50.0,None (no degree completed),,N,50.0,zero +6915,Very High,USA,M,12,E,E,N,3,,2,,PB,S,M,240.0,None (no degree completed),,YesValid,50.0,five +6916,Very High,USA,MS,10,E,A,N,6,,1,,PB,S,F,100.0,Bachelors (4 years),Yes,N,40.0,five +6917,Low,USA,M,15,E,AN,N,15,,1,,PB,S,M,1.0,None (no degree completed),,YesValid,45.0,zero +6918,High,USA,M,5,E,DBAG,N,5,,5,,PB,SR,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6919,High,USA,O,15,E,DBAG,N,2,,0,,PB,S,M,80.0,Bachelors (4 years),No,N,40.0,zero +6920,Low,USA,M,3,E,DBAP,N,3,,2,,PB,SR,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +6921,High,USA,M,17,E,DBAG,N,10,,0,,PB,S,M,117.0,Associates (2 years),Yes,N,40.0,five +6922,High,USA,M,12,E,DBAG,N,17,,1,,PB,S,F,145.0,Bachelors (4 years),Yes,YesValid,40.0,five +6923,Mid,USA,M,17,E,DBAG,N,2,,1,,NP,S,M,105.0,Bachelors (4 years),No,YesValid,45.0,zero +6924,Low,South-Africa,MS,15,E,DBAP,N,10,,2,,PB,SE,M,35.0,None (no degree completed),,N,45.0,three +6925,High,USA,M,20,E,DBAG,N,2,,1,,PB,SR,M,20.0,None (no degree completed),,YesExpired,50.0,zero +6926,Very High,USA,M,20,E,DBAP,N,11,,1,,PB,S,M,65.0,Bachelors (4 years),Yes,N,40.0,zero +6927,Very High,USA,M,15,IC,M,Y,12,,1,,PB,S,M,30.0,None (no degree completed),,N,65.0,five +6928,Very High,USA,M,17,E,DBAG,N,15,,2,,PB,,M,110.0,Bachelors (4 years),No,YesExpired,40.0,zero +6929,Mid,USA,M,9,E,DBAG,Y,9,,3,,PB,S,F,40.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6930,High,USA,M,5,E,DBAP,N,10,,2,,LG,S,M,40.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6931,Mid,USA,M,5,E,DBAG,N,5,,0,,PB,SE,M,6.0,None (no degree completed),,YesValid,75.0,two +6932,High,USA,M,19,E,DBAG,N,20,,6,,PB,S,F,1881.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +6933,Very High,USA,M,10,E,DBAP,N,3,,6,,PB,SR,M,400.0,Masters,Yes,YesValid,45.0,one +6934,High,USA,M,5,E,DBAG,N,5,,1,,LG,S,M,100.0,None (no degree completed),,N,40.0,one +6935,Mid,Switzerland,O,2,E,DBAP,N,2,,6,,SG,SR,F,50.0,Masters,Yes,N,42.0,zero +6936,Mid,USA,M,4,E,M,Y,4,,6,,PB,S,M,100.0,Bachelors (4 years),No,YesExpired,60.0,one +6937,Very Low,Sweden,M,12,E,DBAG,N,6,,3,,PB,SR,M,40.0,Bachelors (4 years),No,N,40.0,zero +6938,Mid,USA,M,7,E,DA,N,7,,0,,PB,C,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +6939,Very Low,Sweden,M,2,E,DBAG,N,2,,0,,PB,C,F,30.0,None (no degree completed),,N,41.0,zero +6940,High,USA,M,15,E,DBAD,N,5,,0,,PB,S,M,8.0,None (no degree completed),,N,50.0,one +6941,Mid,USA,M,10,E,DT,N,10,,0,,PB,S,M,5.0,Bachelors (4 years),Yes,N,50.0,zero +6942,High,USA,M,20,E,DBAP,N,1,,0,,PB,S,F,40.0,None (no degree completed),,N,50.0,zero +6943,Mid,USA,M,2,E,DBAG,N,2,,1,,PB,SR,M,145.0,Associates (2 years),No,N,45.0,zero +6944,High,USA,M,10,E,M,Y,1,,0,,PB,,M,300.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +6945,High,USA,M,14,E,DBAG,N,7,,1,,PB,SE,M,10.0,None (no degree completed),,YesExpired,45.0,zero +6946,Low,USA,M,3,E,AN,N,3,,0,,PB,S,M,4.0,None (no degree completed),,N,48.0,zero +6947,Low,USA,M,13,E,DBAG,N,4,,1,,SG,S,M,44.0,None (no degree completed),,YesExpired,40.0,zero +6948,Very High,USA,O,30,E,A,N,6,,3,,PB,S,M,10.0,Masters,No,YesExpired,50.0,zero +6949,High,USA,M,20,E,DBAG,N,10,,0,,PB,S,M,350.0,Associates (2 years),No,N,45.0,one +6950,Mid,USA,M,3,E,E,N,3,,5,,PB,S,M,250.0,Masters,Yes,N,40.0,five +6951,High,USA,M,20,E,DS,Y,1,,0,,LG,S,M,25.0,None (no degree completed),,YesExpired,50.0,one +6952,High,USA,M,25,E,DBAP,N,4,,5,,SG,S,F,350.0,Associates (2 years),Yes,YesExpired,40.0,zero +6953,Low,USA,M,4,E,DBAP,Y,2,,2,,SG,C,M,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6954,Low,USA,M,5,E,DT,N,5,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,N,45.0,zero +6955,Low,USA,M,5,E,DBAG,N,1,,0,,PB,S,M,100.0,Associates (2 years),Yes,YesExpired,40.0,zero +6956,High,USA,M,20,IC,DBAG,N,1,,0,,PB,SR,M,0.0,None (no degree completed),,N,40.0,one +6957,Very High,UK,,25,IC,DT,N,1,,1,,PB,C,M,2.0,Bachelors (4 years),Yes,YesValid,50.0,zero +6958,Low,USA,M,5,E,A,N,2,,0,,LG,S,F,2.0,Bachelors (4 years),Yes,N,40.0,zero +6959,Mid,USA,M,16,E,DBAD,N,4,,0,,PB,S,M,3.0,None (no degree completed),,N,40.0,one +6960,Low,USA,M,20,E,DBAD,N,20,,0,,PB,S,M,2.0,None (no degree completed),No,N,40.0,zero +6961,Very Low,USA,O,4,E,DBAG,N,3,,0,,PB,C,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6962,High,USA,M,20,E,DBAP,N,20,,6,,PB,S,F,3000.0,Bachelors (4 years),Yes,YesExpired,45.0,two +6963,High,USA,M,10,EC,DBAG,N,1,,0,,PB,S,M,180.0,Bachelors (4 years),Yes,YesExpired,40.0,two +6964,High,USA,M,10,E,A,Y,2,,0,,PB,S,M,12.0,None (no degree completed),,YesValid,50.0,zero +6965,Low,USA,M,3,E,DBAG,N,1,,2,,PB,S,M,15.0,Bachelors (4 years),Yes,N,40.0,one +6966,Low,USA,M,8,E,DBAG,N,3,,0,,PB,C,M,12.0,Masters,Yes,YesExpired,40.0,zero +6967,Mid,USA,M,8,E,DBAG,N,5,,0,,PB,S,M,25.0,None (no degree completed),,YesValid,40.0,five +6968,Low,Sweden,M,5,E,DBAP,N,18,,1,,PB,S,F,500.0,Associates (2 years),Yes,YesExpired,40.0,zero +6969,Mid,USA,M,18,E,DBAG,N,15,,3,,PB,S,F,40.0,Bachelors (4 years),Yes,N,43.0,zero +6970,Mid,USA,M,4,E,DBAG,Y,3,,1,,PB,S,F,3.0,Bachelors (4 years),Yes,N,38.0,zero +6971,Very Low,UK,O,4,E,DBAG,N,4,,6,,LG,SR,M,320.0,None (no degree completed),No,YesValid,45.0,zero +6972,High,USA,M,6,E,DBAP,N,5,,2,,NP,S,M,200.0,Masters,Yes,YesValid,40.0,zero +6973,High,USA,M,20,E,DBAP,N,5,,5,,PB,S,M,130.0,Masters,Yes,N,45.0,two +6974,Very High,USA,M,17,E,DBAG,N,6,,4,,PB,S,F,200.0,Masters,Yes,YesExpired,45.0,five +6975,Mid,USA,M,14,E,DBAP,N,10,,1,,NP,S,M,105.0,Associates (2 years),Yes,YesExpired,40.0,one +6976,High,USA,M,14,E,DBAP,N,13,,5,,PB,S,F,200.0,None (no degree completed),,YesExpired,40.0,two +6977,High,USA,M,14,E,DT,N,15,,1,,PB,S,M,10.0,None (no degree completed),,N,40.0,zero +6978,Mid,USA,M,8,E,DBAG,Y,4,,0,,PB,S,M,5.0,None (no degree completed),,N,48.0,zero +6979,Very Low,USA,M,6,E,AN,N,6,,1,,PB,SE,M,10.0,Bachelors (4 years),,YesExpired,50.0,zero +6980,High,USA,M,8,E,DBAG,N,7,,0,,PB,C,M,632.0,Masters,Yes,YesExpired,50.0,five +6981,Very High,USA,O,18,E,DBAG,N,0,,4,,E,SR,F,300.0,Masters,No,YesValid,50.0,two +6982,Mid,USA,M,25,E,DT,N,4,,1,,PB,S,M,35.0,None (no degree completed),,N,40.0,zero +6983,Mid,USA,M,17,E,DBAD,N,17,,0,,PB,S,M,15.0,Associates (2 years),Yes,YesExpired,40.0,zero +6984,High,USA,M,10,E,DBAP,Y,5,,1,,PB,SE,M,30.0,None (no degree completed),,YesExpired,40.0,zero +6985,Very Low,USA,M,17,E,DBAP,Y,21,,0,,PB,C,M,3.0,None (no degree completed),,N,40.0,zero +6986,Mid,USA,M,5,E,DBAP,N,4,,0,,PB,SE,M,50.0,Masters,No,YesExpired,45.0,five +6987,Very High,USA,O,23,E,DBAG,N,23,,1,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,one +6988,Very Low,Malta,M,8,E,D,N,11,,3,,PB,SE,M,3.0,Bachelors (4 years),No,YesValid,50.0,one +6989,Low,Germany,M,8,E,DBAG,N,8,,1,,PB,SE,M,40.0,Bachelors (4 years),Yes,YesValid,40.0,zero +6990,Very High,USA,M,17,IC,DT,N,7,,6,,PB,S,M,20.0,Masters,Yes,N,40.0,zero +6991,Low,USA,M,11,E,DT,N,11,,2,,PB,S,F,20.0,Bachelors (4 years),Yes,N,40.0,zero +6992,Low,USA,M,7,E,DBAG,N,5,,3,,PB,S,F,30.0,Bachelors (4 years),Yes,N,50.0,zero +6993,Mid,USA,M,18,E,DA,N,25,,3,,SG,S,M,8.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +6994,Very High,USA,M,10,E,DBAP,Y,4,,3,,PB,S,M,50.0,Masters,Yes,N,50.0,zero +6995,Mid,USA,M,12,E,DBAP,N,6,,0,,PB,S,M,50.0,Masters,Yes,YesValid,45.0,five +6996,Mid,Canada,M,15,E,A,N,5,,0,,PB,SR,F,4.0,Bachelors (4 years),Yes,YesValid,35.0,one +6997,Mid,Australia,M,10,E,DBAD,Y,15,,0,,SG,C,F,3.0,Bachelors (4 years),Yes,YesExpired,39.0,three +6998,Mid,Canada,M,12,E,DBAP,Y,3,,4,,PB,SE,M,30.0,None (no degree completed),,N,60.0,zero +6999,Mid,Australia,M,15,E,DBAP,N,4,,1,,PB,S,M,100.0,None (no degree completed),,YesExpired,45.0,five +7000,High,USA,M,9,E,DA,N,20,,2,,PB,SR,M,7.0,Bachelors (4 years),Yes,N,44.0,one +7001,Low,Australia,M,18,E,DBAG,N,12,,0,,PB,S,F,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7002,Very High,USA,M,18,E,DBAP,N,10,,1,,PB,S,F,80.0,Bachelors (4 years),Yes,N,44.0,zero +7003,Very Low,Australia,M,1,E,DBAG,N,1,,1,,PB,SR,M,5.0,Bachelors (4 years),Yes,N,39.0,zero +7004,High,USA,M,16,E,A,N,10,,4,,PB,S,M,4.0,Bachelors (4 years),Yes,N,45.0,one +7005,Very High,USA,M,11,E,DBAP,N,11,,6,,PB,S,F,115.0,Bachelors (4 years),Yes,N,42.0,zero +7006,High,USA,M,17,E,A,Y,2,,4,,PB,SE,,31.0,Associates (2 years),No,N,45.0,zero +7007,Low,USA,M,6,EC,DBAP,N,6,,6,,PB,S,M,1000.0,Bachelors (4 years),Yes,N,45.0,one +7008,Mid,USA,M,4,E,DBAG,N,4,,5,,PB,S,F,200.0,Bachelors (4 years),Yes,N,44.0,two +7009,Mid,USA,M,18,E,DBAD,N,26,,0,,NP,S,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +7010,High,USA,M,5,E,D,N,4,,4,,PB,S,M,30.0,Bachelors (4 years),Yes,N,38.0,zero +7011,Low,Sweden,M,2,E,DBAP,Y,1,,3,,PB,,M,100.0,Bachelors (4 years),Yes,N,50.0,zero +7012,Very Low,Serbia-and-Montenegro,M,5,E,AN,Y,7,,1,,PB,S,M,8.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7013,Very Low,Italy,M,10,E,E,N,10,,6,,PB,S,M,100.0,Masters,Yes,N,50.0,zero +7014,Very Low,Bulgaria,M,10,E,E,N,10,,4,,PB,,M,100.0,Masters,Yes,YesValid,50.0,zero +7015,Very Low,UK,M,16,EC,DBAG,N,3,,2,,PB,S,M,350.0,Associates (2 years),,YesValid,40.0,one +7016,Very Low,UK,M,5,E,DBAP,N,5,,5,,PB,S,M,250.0,None (no degree completed),,N,45.0,zero +7017,Low,Jersey,M,20,E,DT,N,10,,1,,PB,,M,20.0,Bachelors (4 years),No,YesValid,40.0,zero +7018,Very Low,Netherlands,M,3,E,DT,N,3,,4,,PB,S,M,5.0,Bachelors (4 years),No,YesValid,45.0,zero +7019,Very Low,UK,M,8,E,DBAG,N,3,,2,,PB,S,M,10.0,None (no degree completed),No,YesValid,38.0,zero +7020,Low,UAE,M,15,E,DBAG,N,5,,3,,LG,SR,M,10.0,Masters,No,N,40.0,one +7021,Very Low,UK,M,2,E,DBAP,N,0,,0,,PB,S,M,43.0,None (no degree completed),,N,37.0,zero +7022,Mid,Singapore,M,10,E,DBAG,N,10,,1,,PB,SR,M,250.0,Bachelors (4 years),Yes,YesValid,48.0,one +7023,Very Low,Jordan,M,7,E,DBAG,N,7,,0,,PB,SR,M,100.0,Bachelors (4 years),,N,45.0,five +7024,High,USA,M,9,E,DBAG,N,9,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,YesExpired,60.0,one +7025,Mid,USA,M,7,E,DBAG,N,0,,0,,NP,S,M,9.0,Bachelors (4 years),No,N,50.0,zero +7026,High,SaudiArabia,M,13,E,E,N,4,,6,,PB,C,M,100.0,Bachelors (4 years),Yes,YesValid,55.0,one +7027,Very High,USA,M,20,E,DT,N,3,,4,,PB,S,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +7028,Low,USA,M,6,E,DT,Y,2,,1,,PB,SE,M,40.0,Bachelors (4 years),Yes,YesValid,60.0,five +7029,Mid,USA,M,2,E,DBAG,N,2,,1,,PB,S,F,15.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7030,Very High,USA,M,15,E,DT,Y,2,,3,,PB,S,M,300.0,Bachelors (4 years),No,YesExpired,50.0,three +7031,High,USA,M,15,E,DBAG,N,15,,0,,PB,S,M,10.0,Bachelors (4 years),No,N,40.0,zero +7032,Very Low,India,M,1,E,AN,N,0,,3,,PB,C,M,4.0,Bachelors (4 years),No,N,50.0,zero +7033,Very High,USA,M,10,E,DBAP,N,3,,0,,PB,S,M,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7034,High,USA,M,4,E,DBAG,N,1,,1,,PB,S,M,8.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7035,Very High,USA,M,20,E,DBAG,N,20,,2,,NP,S,M,98.0,Bachelors (4 years),Yes,N,48.0,one +7036,Mid,USA,M,17,E,DBAG,N,17,,3,,SG,S,M,76.0,Associates (2 years),Yes,N,43.0,zero +7037,Very Low,UK,M,13,E,DBAG,N,33,,6,,FG,S,F,40.0,Bachelors (4 years),No,YesExpired,37.0,zero +7038,High,USA,M,20,E,DBAG,Y,5,,1,,PB,S,M,300.0,None (no degree completed),,N,60.0,five +7039,Very High,USA,M,13,IC,A,N,4,,2,,PB,SE,M,10.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7040,Mid,USA,M,15,E,AN,Y,10,,0,,SG,S,M,1.0,Bachelors (4 years),No,N,40.0,zero +7041,High,USA,M,15,E,DBAG,N,10,,6,,PB,S,F,700.0,Bachelors (4 years),No,N,40.0,five +7042,Mid,USA,M,10,E,DA,N,1,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,five +7043,Very High,USA,M,19,E,DBAG,Y,5,,3,,PB,S,M,16.0,Bachelors (4 years),No,N,55.0,three +7044,Mid,USA,M,7,E,DBAP,N,3,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,N,40.0,one +7045,Very High,USA,M,18,E,DBAD,N,18,,0,,PB,S,M,7.0,Bachelors (4 years),No,YesExpired,40.0,five +7046,Low,USA,M,3,E,DBAP,Y,3,,1,,PB,S,M,450.0,Bachelors (4 years),Yes,N,40.0,one +7047,Mid,USA,DB2,15,E,AN,Y,2,,0,,PB,S,M,15.0,Masters,No,N,45.0,zero +7048,Very High,USA,O,9,EC,A,N,6,,0,,E,C,M,4.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +7049,Mid,USA,M,5,E,AN,N,10,,6,,E,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +7050,Very High,USA,A,2,E,M,Y,1,,6,,PB,S,M,10.0,Masters,Yes,N,45.0,zero +7051,Mid,USA,M,10,E,DBAG,N,4,,0,,PB,SR,M,10.0,Bachelors (4 years),Yes,N,40.0,three +7052,Very High,USA,M,9,E,DBAP,N,10,,2,,PB,C,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,one +7053,Very High,USA,M,18,E,DBAG,N,34,,1,,PB,S,M,200.0,Bachelors (4 years),No,YesExpired,46.0,two +7054,High,USA,M,20,E,E,N,1,,0,,PB,S,F,4.0,Bachelors (4 years),No,N,50.0,five +7055,High,USA,M,20,E,E,N,1,,0,,PB,S,F,4.0,Bachelors (4 years),No,N,50.0,five +7056,High,USA,M,20,E,E,N,1,,0,,PB,S,F,4.0,Bachelors (4 years),No,N,50.0,five +7057,High,USA,M,20,E,E,N,1,,0,,PB,S,F,4.0,Bachelors (4 years),No,N,50.0,five +7058,Mid,USA,M,7,E,M,Y,2,,0,,PB,S,M,6.0,Bachelors (4 years),No,N,45.0,zero +7059,High,USA,M,20,E,E,N,1,,0,,PB,S,F,4.0,Bachelors (4 years),No,N,50.0,five +7060,Very Low,UK,M,10,E,D,N,10,,4,,PB,SE,M,100.0,Bachelors (4 years),Yes,YesValid,35.0,two +7061,Very Low,USA,M,4,E,D,N,4,,4,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,two +7062,Mid,USA,M,16,E,DT,N,7,,0,,PB,,M,15.0,Bachelors (4 years),No,N,45.0,zero +7063,Very High,USA,M,20,E,DBAG,N,4,,0,,NP,SR,F,50.0,Bachelors (4 years),No,N,45.0,three +7064,Very High,USA,M,20,E,DBAP,N,20,,1,,PB,S,M,50.0,Bachelors (4 years),Yes,N,48.0,zero +7065,Low,USA,M,5,E,DBAP,N,5,,5,,PB,,M,516.0,Bachelors (4 years),No,YesExpired,70.0,zero +7066,Very Low,UK,M,1,E,DBAP,N,1,,5,,PB,S,F,100.0,None (no degree completed),,YesValid,38.0,zero +7067,Very High,USA,M,17,E,DBAP,N,12,,2,,NP,S,M,15.0,Bachelors (4 years),Yes,N,50.0,zero +7068,Very Low,UK,M,4,E,DBAP,N,3,,5,,PB,S,F,100.0,Bachelors (4 years),Yes,N,38.0,zero +7069,High,USA,O,22,E,DBAG,N,5,,0,,PB,C,M,15.0,None (no degree completed),,YesExpired,75.0,two +7070,Very Low,Turkey,M,2,E,DBAG,N,2,,1,,PB,SR,M,30.0,Bachelors (4 years),Yes,N,40.0,one +7071,Very High,USA,M,17,E,DT,N,9,,5,,PB,SE,M,12.0,Bachelors (4 years),No,N,55.0,four +7072,Very Low,Argentina,M,20,E,DBAD,N,5,,0,,PB,S,M,5.0,None (no degree completed),,N,40.0,five +7073,Very Low,Ukraine,M,4,P,AN,Y,4,,0,,PB,S,M,6.0,None (no degree completed),Yes,N,46.0,five +7074,Very High,USA,M,10,E,A,N,1,,3,,PB,S,M,15.0,Bachelors (4 years),Yes,N,45.0,zero +7075,Mid,USA,M,3,E,D,N,3,,3,,PB,S,M,0.0,Bachelors (4 years),No,N,42.0,one +7076,Very High,USA,M,15,E,DBAG,N,5,,1,,PB,S,M,16.0,Bachelors (4 years),Yes,N,30.0,zero +7077,High,USA,M,10,E,DBAP,N,1,,1,,FG,S,F,140.0,Bachelors (4 years),Yes,N,40.0,zero +7078,Very High,USA,O,22,E,DBAP,N,6,,2,,PB,S,M,300.0,Bachelors (4 years),Yes,N,50.0,three +7079,High,UK,M,7,E,DBAG,Y,7,,6,,PB,,F,1000.0,Bachelors (4 years),Yes,N,45.0,one +7080,Low,USA,M,27,IC,DBAG,N,27,,0,,PB,SE,F,15.0,Masters,Yes,YesExpired,30.0,five +7081,Mid,USA,M,5,E,DBAG,N,1,,1,,PB,S,F,3.0,Masters,Yes,YesValid,45.0,five +7082,High,USA,M,10,E,DBAP,N,10,,6,,NP,S,M,300.0,Masters,Yes,YesValid,40.0,five +7083,Mid,USA,M,18,E,DA,N,30,,0,,PB,S,M,30.0,Bachelors (4 years),,N,45.0,five +7084,Very Low,Guatemala,M,1,EC,DBAP,N,1,,2,,PB,SR,M,170.0,Bachelors (4 years),Yes,YesValid,44.0,zero +7085,High,USA,O,12,E,DBAG,N,12,,6,,PB,SE,M,700.0,Masters,Yes,YesValid,50.0,five +7086,Mid,USA,M,6,E,M,Y,6,,0,,PB,S,M,4.0,Bachelors (4 years),Yes,N,40.0,one +7087,Very Low,UK,O,15,E,DBAP,N,21,,1,,LG,S,M,10.0,None (no degree completed),Yes,N,37.0,zero +7088,Very Low,India,M,3,E,DBAG,N,1,,1,,PB,C,M,5.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7089,Low,UK,M,3,E,DBAP,N,1,,2,,PB,,F,350.0,Masters,No,YesValid,40.0,zero +7090,Low,Italy,M,5,P,A,Y,20,,0,,PB,SE,M,3.0,Doctorate/PhD,Yes,YesExpired,45.0,zero +7091,Low,UK,M,12,E,DBAG,N,10,,1,,PB,S,M,40.0,Bachelors (4 years),Yes,N,35.0,zero +7092,Very High,USA,M,20,IC,A,Y,5,,5,,PB,,M,200.0,None (no degree completed),,YesValid,50.0,one +7093,Very High,USA,M,10,E,DBAP,Y,1,,2,,PB,S,F,30.0,Masters,Yes,N,45.0,one +7094,Mid,USA,M,15,E,AN,N,18,,1,,PB,,M,2.0,None (no degree completed),,YesExpired,45.0,zero +7095,Very Low,UK,M,17,E,A,N,1,,5,,FG,S,M,8.0,Bachelors (4 years),Yes,N,38.0,zero +7096,Low,USA,M,4,E,DBAG,N,2,,0,,NP,S,M,4.0,Bachelors (4 years),No,N,42.0,zero +7097,High,USA,M,6,E,DBAG,Y,1,,0,,PB,SR,M,14.0,Masters,Yes,YesValid,60.0,zero +7098,Mid,USA,M,9,E,AN,N,9,,1,,PB,S,F,20.0,Masters,Yes,YesExpired,65.0,two +7099,Very Low,Russia,M,10,EC,DBAG,Y,3,,1,,PB,SE,M,12.0,Masters,Yes,N,50.0,zero +7100,Very High,USA,M,13,E,DBAP,N,9,,6,,PB,S,M,650.0,Associates (2 years),,N,45.0,zero +7101,Very High,USA,M,18,E,DA,N,18,,0,,PB,SE,M,5.0,Associates (2 years),Yes,N,50.0,zero +7102,Mid,USA,M,5,E,AN,N,5,,0,,PB,S,M,6.0,Bachelors (4 years),No,N,40.0,zero +7103,Very High,USA,M,20,E,A,Y,3,,0,,PB,S,M,5.0,None (no degree completed),,YesExpired,40.0,zero +7104,Very High,USA,M,22,E,DBAG,N,2,,3,,PB,,M,18.0,Bachelors (4 years),Yes,YesExpired,55.0,one +7105,Low,USA,M,2,E,DBAP,N,2,,1,,NP,S,F,150.0,Bachelors (4 years),No,N,42.0,zero +7106,Mid,USA,M,21,E,DA,N,28,,0,,SG,S,M,3.0,Masters,Yes,YesValid,50.0,zero +7107,Low,USA,M,10,E,DBAP,Y,10,,0,,PB,S,F,7.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7108,Mid,USA,M,20,E,DBAP,N,3,,0,,PB,SR,F,100.0,Associates (2 years),,N,55.0,zero +7109,Mid,USA,M,5,E,DT,N,5,,6,,PB,S,M,10.0,Masters,No,YesValid,45.0,zero +7110,Very Low,USA,M,14,E,AN,Y,14,,0,,E,S,M,1.0,Bachelors (4 years),Yes,N,42.0,zero +7111,Very Low,France,O,1,E,D,Y,1,,2,,PB,,M,10.0,Masters,Yes,N,45.0,zero +7112,Very High,USA,M,12,E,DBAP,N,10,,1,,PB,S,M,40.0,Associates (2 years),No,N,40.0,one +7113,Mid,USA,M,11,E,DBAP,N,11,,2,,PB,S,M,200.0,Bachelors (4 years),Yes,N,40.0,zero +7114,High,USA,M,11,E,A,Y,3,,0,,NP,S,M,5.0,Associates (2 years),Yes,N,45.0,zero +7115,Very High,USA,M,17,E,DBAG,N,2,,0,,NP,S,M,12.0,None (no degree completed),,N,40.0,five +7116,High,USA,M,10,E,DT,N,11,,6,,PB,S,M,30.0,Masters,Yes,N,40.0,zero +7117,Very High,USA,DB2,10,EC,E,N,10,,2,,FG,S,M,120.0,Masters,Yes,YesExpired,40.0,one +7118,Mid,USA,M,20,E,DBAG,N,9,,0,,NP,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +7119,Mid,USA,M,20,E,DBAG,N,15,,1,,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7120,Very Low,Mexico,O,10,E,DBAP,N,1,,5,,PB,S,M,500.0,Bachelors (4 years),Yes,YesExpired,48.0,zero +7121,Very Low,Colombia,M,5,EC,DBAD,Y,5,,1,,PB,SE,M,200.0,Bachelors (4 years),Yes,N,45.0,zero +7122,Mid,Australia,M,10,E,DBAP,Y,2,,0,,LG,S,M,20.0,Bachelors (4 years),No,N,40.0,zero +7123,Very High,USA,M,17,E,A,N,7,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7124,Very High,USA,M,18,IC,,N,15,,4,,PB,S,M,32.0,Bachelors (4 years),No,YesValid,44.0,zero +7125,High,USA,M,15,E,DBAP,N,5,,2,,NP,S,M,2000.0,Bachelors (4 years),No,YesValid,40.0,one +7126,Low,USA,M,4,IC,D,N,2,,0,,PB,,M,3.0,Masters,Yes,N,40.0,zero +7127,Very High,USA,M,15,E,M,Y,3,,2,,PB,SE,M,150.0,Associates (2 years),No,N,40.0,five +7128,Very Low,Ukraine,M,10,E,DT,Y,12,,6,,PB,SE,M,10.0,Masters,Yes,YesExpired,50.0,zero +7129,Very Low,Spain,M,7,EC,DBAG,Y,2,,0,,PB,S,M,4.0,Associates (2 years),Yes,N,42.0,one +7130,Very Low,Russia,M,8,E,DBAP,N,8,,0,,PB,SR,M,500.0,Bachelors (4 years),Yes,YesValid,40.0,one +7131,Very Low,Spain,M,5,E,M,Y,3,,0,,PB,S,,4.0,Masters,,YesValid,42.0,five +7132,Low,UK,M,9,E,DBAP,N,9,,0,,PB,SR,M,500.0,None (no degree completed),,YesValid,37.0,zero +7133,Very Low,Romania,M,5,E,DBAG,Y,1,,0,,PB,SE,M,4.0,Bachelors (4 years),Yes,N,40.0,zero +7134,Mid,USA,M,18,E,DBAG,N,18,,0,,E,S,M,6.0,Masters,No,YesExpired,40.0,five +7135,Low,USA,M,3,EC,AN,N,3,,2,,PB,,M,20.0,Bachelors (4 years),Yes,N,40.0,zero +7136,Very Low,UK,M,1,E,DBAG,N,1,,1,,PB,S,M,8.0,None (no degree completed),,YesExpired,38.0,zero +7137,Mid,France,O,20,E,A,Y,20,,6,,PB,SE,F,6.0,Doctorate/PhD,Yes,YesExpired,38.0,one +7138,Low,USA,M,2,E,DBAG,N,2,,1,,PB,S,M,250.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7139,Very High,USA,MS,17,E,A,N,10,,3,,PB,SE,M,10.0,None (no degree completed),,N,40.0,five +7140,Mid,USA,M,5,E,DBAD,N,1,,6,,PB,SR,M,25.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7141,Low,USA,M,3,E,DBAG,N,3,,2,,PB,SR,M,2000.0,Bachelors (4 years),No,N,45.0,one +7142,Mid,USA,M,7,E,DBAG,N,6,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,N,45.0,zero +7143,Very High,USA,M,18,E,DT,N,18,,6,,PB,S,M,50.0,Masters,Yes,YesExpired,40.0,zero +7144,Very High,USA,O,20,IC,DBAG,N,20,,0,,SG,S,M,30.0,Bachelors (4 years),No,YesValid,40.0,five +7145,High,USA,M,23,E,AN,N,1,,0,,PB,S,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,five +7146,High,USA,M,6,E,DBAP,N,4,,0,,LG,S,M,230.0,Associates (2 years),Yes,N,40.0,one +7147,Mid,Uganda,M,10,E,A,N,1,,0,,PB,SE,M,145.0,Bachelors (4 years),Yes,N,45.0,zero +7148,High,USA,M,16,E,M,Y,1,,2,,PB,S,F,5.0,Bachelors (4 years),Yes,YesExpired,50.0,five +7149,Mid,USA,M,9,E,DA,N,7,,6,,PB,S,M,2.0,Associates (2 years),Yes,N,45.0,one +7150,Very Low,USA,M,4,E,DT,N,4,,3,,PB,,M,11.0,None (no degree completed),,N,45.0,zero +7151,Very High,USA,M,7,E,DBAP,N,5,,1,,PB,SE,M,500.0,Masters,Yes,N,40.0,one +7152,Mid,USA,M,5,E,DBAG,N,1,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7153,High,Australia,M,15,E,DBAP,N,1,,1,,PB,S,M,25.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +7154,Mid,Norway,M,6,E,DS,N,4,,0,,PB,S,M,16.0,Associates (2 years),No,N,46.0,one +7155,Mid,USA,M,18,E,M,Y,1,,0,,PB,S,F,15.0,Masters,No,YesExpired,42.0,five +7156,Low,USA,M,10,E,DBAD,N,10,,1,,SG,S,M,7.0,Bachelors (4 years),Yes,N,40.0,zero +7157,Low,USA,M,4,IC,D,N,2,,0,,PB,,M,3.0,Masters,Yes,N,40.0,zero +7158,Mid,USA,O,19,E,DBAG,N,20,,3,,PB,SR,F,50.0,Masters,Yes,YesValid,45.0,one +7159,Very Low,USA,M,4,E,DT,N,4,,2,,PB,SE,F,5.0,Bachelors (4 years),Yes,N,42.0,zero +7160,Low,UK,M,7,E,DBAD,N,4,,0,,LG,S,M,40.0,Bachelors (4 years),No,N,37.0,zero +7161,Very Low,India,M,4,E,DBAP,N,4,,6,,PB,C,F,1.0,Bachelors (4 years),Yes,N,49.0,zero +7162,Very Low,USA,M,5,E,DT,N,5,,3,,PB,S,M,10.0,Associates (2 years),Yes,N,40.0,five +7163,High,Australia,A,2,EC,DA,N,7,,6,,PB,S,M,3.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7164,High,USA,M,10,EC,DBAG,N,3,,6,,PB,S,F,50.0,Bachelors (4 years),Yes,N,40.0,five +7165,Mid,USA,M,14,E,D,N,1,,0,,PB,S,F,3.0,None (no degree completed),,YesValid,42.0,zero +7166,Very High,USA,M,6,E,E,Y,6,,6,,PB,SE,M,300.0,Bachelors (4 years),Yes,YesValid,68.0,zero +7167,Mid,SaudiArabia,M,7,E,DBAP,N,1,,0,,SG,SR,M,28.0,Masters,Yes,YesValid,40.0,zero +7168,High,USA,M,14,E,DBAP,N,14,,6,,PB,,M,150.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7169,High,Germany,M,17,IC,A,Y,5,,5,,PB,S,M,20.0,None (no degree completed),,YesExpired,60.0,one +7170,Low,SaudiArabia,O,10,E,DBAG,N,10,,5,,SG,SR,M,130.0,Bachelors (4 years),Yes,YesValid,44.0,zero +7171,Mid,USA,M,20,E,DA,N,2,,0,,PB,SR,M,6.0,Bachelors (4 years),No,YesExpired,50.0,zero +7172,Low,UK,M,20,E,DT,Y,12,,2,,PB,S,F,25.0,Bachelors (4 years),No,YesExpired,40.0,zero +7173,Low,South-Africa,M,10,E,M,Y,6,,6,,PB,S,M,300.0,Bachelors (4 years),Yes,N,50.0,zero +7174,Mid,USA,M,15,E,AN,N,3,,0,,PB,SE,F,10.0,Masters,Yes,N,40.0,two +7175,Mid,USA,M,15,E,D,N,5,,0,,PB,S,M,4.0,Bachelors (4 years),No,N,42.0,one +7176,Very High,USA,M,10,E,M,Y,7,,0,,PB,,M,10.0,Masters,No,YesExpired,55.0,zero +7177,High,USA,M,20,EC,DT,N,2,,0,,PB,C,M,12.0,None (no degree completed),,YesValid,40.0,zero +7178,Low,Israel,M,3,EC,DBAD,N,3,,0,,PB,S,M,500.0,Bachelors (4 years),Yes,N,48.0,zero +7179,Mid,USA,M,15,E,D,N,8,,5,,PB,SE,M,16.0,Bachelors (4 years),No,N,45.0,zero +7180,Very Low,India,M,2,E,DBAD,N,2,,1,,PB,C,M,40.0,Masters,Yes,N,40.0,five +7181,Low,Australia,M,17,E,DBAG,N,4,,1,,LG,S,M,4.0,Bachelors (4 years),Yes,N,38.0,zero +7182,High,Australia,M,2,E,A,N,5,,0,,PB,S,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +7183,Very Low,India,M,8,EC,DT,Y,7,,2,,PB,SE,M,8.0,Bachelors (4 years),Yes,N,40.0,zero +7184,Mid,UK,M,2,E,M,Y,2,,1,,PB,C,M,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7185,Very High,USA,MS,10,E,DBAG,N,32,,1,,PB,S,M,68.0,Bachelors (4 years),Yes,YesExpired,45.0,one +7186,Low,UK,M,10,E,,N,2,,5,,PB,,F,0.0,Bachelors (4 years),No,YesValid,45.0,two +7187,Very Low,Slovakia,M,12,E,DA,N,2,,1,,PB,S,M,2.0,Masters,No,N,30.0,zero +7188,Very Low,UK,M,4,E,DT,N,4,,0,,PB,S,M,4.0,None (no degree completed),,N,40.0,zero +7189,Very Low,UK,M,12,E,DT,Y,8,,1,,LG,S,M,4.0,Associates (2 years),,N,37.0,zero +7190,Very High,Ireland,M,15,IC,A,Y,30,,0,,PB,S,M,100.0,Doctorate/PhD,Yes,N,50.0,five +7191,Low,South-Africa,M,22,IC,DBAP,N,1,,0,,PB,S,M,16.0,None (no degree completed),No,YesExpired,40.0,five +7192,Mid,Ireland,M,10,E,DBAG,N,0,,0,,PB,S,M,23.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7193,Very Low,Spain,O,10,E,AN,N,5,,2,,PB,S,F,9999.0,Masters,Yes,YesValid,40.0,two +7194,Very Low,South-Africa,M,5,E,DBAG,Y,5,,3,,PB,SE,M,90.0,Bachelors (4 years),No,YesValid,54.0,one +7195,Very Low,UK,M,7,E,D,N,4,,6,,LG,S,M,3.0,None (no degree completed),,N,37.0,zero +7196,Mid,UK,M,18,E,DBAG,N,5,,0,,PB,S,M,18.0,Masters,No,YesExpired,42.0,zero +7197,Low,UK,M,6,E,DA,N,6,,6,,PB,SE,F,1.0,Masters,No,N,40.0,zero +7198,Very Low,France,M,16,E,DBAG,N,16,,0,,PB,S,M,2.0,Associates (2 years),No,YesValid,40.0,one +7199,High,Denmark,M,29,E,DT,N,0,,0,,PB,SR,M,20.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +7200,Very Low,UK,M,10,E,DBAP,Y,2,,0,,LG,SE,M,500.0,Bachelors (4 years),No,YesValid,37.0,one +7201,Very Low,South-Africa,M,5,E,D,N,1,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,37.0,zero +7202,Mid,USA,M,18,E,E,N,9,,0,,PB,S,M,12.0,Bachelors (4 years),No,N,45.0,zero +7203,Low,UK,M,2,E,DBAG,N,2,,0,,PB,S,M,1.0,None (no degree completed),No,YesExpired,40.0,five +7204,Very Low,UK,M,15,E,,N,10,,0,,NP,S,M,6.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +7205,Mid,UK,M,4,E,DBAG,N,3,,0,,PB,SR,M,15.0,Masters,No,YesValid,42.0,one +7206,Low,UK,M,10,E,D,N,10,,1,,PB,S,M,5.0,Bachelors (4 years),No,YesExpired,40.0,one +7207,Low,UK,M,18,E,DBAG,N,10,,1,,PB,S,M,20.0,Masters,No,YesExpired,35.0,zero +7208,Very High,USA,M,18,EC,DT,N,21,,1,,PB,S,M,2.0,Bachelors (4 years),No,N,45.0,zero +7209,Mid,Finland,M,20,P,DBAG,N,10,,2,,PB,S,M,8.0,Masters,Yes,YesExpired,30.0,one +7210,High,USA,M,20,E,DBAP,N,5,,1,,PB,S,M,20.0,Bachelors (4 years),No,YesExpired,45.0,five +7211,Mid,USA,M,12,E,DT,N,1,,0,,NP,S,M,1.0,None (no degree completed),,YesValid,40.0,zero +7212,Very High,USA,M,13,E,DBAG,Y,11,,0,,PB,S,M,10.0,None (no degree completed),,YesExpired,45.0,zero +7213,Low,USA,M,2,E,DA,N,2,,1,,PB,SR,M,15.0,Bachelors (4 years),Yes,N,40.0,zero +7214,Very Low,UK,M,4,E,DBAD,N,3,,0,,PB,,M,5.0,None (no degree completed),,YesValid,40.0,zero +7215,Low,USA,M,20,E,AN,N,10,,1,,PB,S,M,6.0,Associates (2 years),Yes,YesExpired,45.0,one +7216,Low,UK,M,9,E,DBAP,N,4,,2,,PB,S,M,113.0,Bachelors (4 years),Yes,YesValid,38.0,zero +7217,Low,USA,M,8,E,D,N,1,,1,,LG,S,M,8.0,None (no degree completed),,N,40.0,one +7218,Low,UK,M,17,E,D,N,3,,0,,PB,,M,50.0,Masters,Yes,YesExpired,35.0,one +7219,Mid,Israel,M,6,EC,DBAG,N,4,,4,,PB,S,F,100.0,None (no degree completed),,YesValid,50.0,zero +7220,Mid,UK,M,12,E,DBAP,Y,3,,2,,PB,S,M,150.0,Bachelors (4 years),No,YesValid,40.0,one +7221,Very Low,UK,M,5,E,AN,N,5,,0,,PB,SE,M,5.0,Bachelors (4 years),Yes,YesValid,38.0,one +7222,Mid,Ireland,M,10,E,DBAG,N,10,,2,,PB,S,M,30.0,Masters,Yes,YesExpired,40.0,three +7223,Mid,USA,M,10,E,DA,N,10,,0,,PB,,F,1.0,Doctorate/PhD,Yes,N,40.0,zero +7224,Mid,USA,M,10,E,M,Y,3,,0,,PB,,M,3.0,None (no degree completed),,N,50.0,zero +7225,Low,USA,M,15,E,DA,N,15,,0,,PB,S,M,1.0,Associates (2 years),Yes,N,45.0,zero +7226,Low,USA,M,17,E,D,N,1,,0,,PB,SR,M,6.0,Associates (2 years),No,N,45.0,five +7227,Mid,USA,M,20,E,DA,N,20,,0,,LG,S,M,34.0,Bachelors (4 years),Yes,N,42.0,zero +7228,Very Low,UK,M,3,EC,DT,N,3,,6,,PB,S,M,30.0,Doctorate/PhD,No,YesValid,40.0,zero +7229,Very Low,UK,M,1,E,DBAG,N,1,,4,,PB,SR,M,30.0,Bachelors (4 years),Yes,N,37.0,one +7230,High,USA,M,16,E,DA,N,19,,4,,PB,S,M,5.0,Bachelors (4 years),Yes,N,41.0,five +7231,High,USA,M,23,E,DBAD,N,1,,6,,PB,S,M,1000.0,Bachelors (4 years),No,N,45.0,zero +7232,High,USA,M,15,E,DT,Y,7,,2,,PB,C,M,2.0,Bachelors (4 years),Yes,N,48.0,zero +7233,High,USA,M,22,E,DBAG,N,22,,0,,PB,S,F,9.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7234,High,UK,M,22,E,DS,N,2,,0,,PB,SR,M,100.0,Doctorate/PhD,Yes,YesValid,35.0,two +7235,Low,USA,M,5,E,DBAP,N,5,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,N,40.0,zero +7236,Low,USA,M,17,E,DT,N,10,,4,,PB,S,F,30.0,Masters,No,N,50.0,zero +7237,Mid,USA,M,20,E,,N,20,,2,,PB,S,,15.0,None (no degree completed),,N,45.0,zero +7238,Very High,USA,M,20,E,DBAG,N,15,,1,,PB,SE,M,150.0,Bachelors (4 years),Yes,YesExpired,45.0,one +7239,Very High,USA,M,20,EC,DS,N,11,,6,,PB,SR,M,15.0,Bachelors (4 years),Yes,N,40.0,four +7240,High,USA,M,20,E,DT,N,15,,1,,LG,S,M,5.0,Associates (2 years),Yes,YesExpired,43.0,zero +7241,Very High,USA,M,20,E,M,Y,15,,1,,PB,C,M,3.0,Bachelors (4 years),No,N,55.0,zero +7242,Very Low,USA,M,5,E,DA,N,5,,4,,PB,,M,5.0,Bachelors (4 years),Yes,N,50.0,zero +7243,High,USA,M,19,E,E,N,2,,3,,PB,SE,M,5.0,Masters,No,N,45.0,three +7244,Low,UK,M,10,E,DT,N,10,,1,,PB,S,F,10.0,Associates (2 years),No,YesValid,37.0,zero +7245,Low,UK,M,6,E,DBAG,N,2,,1,,PB,SR,M,20.0,None (no degree completed),,N,37.0,zero +7246,Mid,USA,M,16,E,D,N,3,,0,,NP,S,M,3.0,Bachelors (4 years),Yes,N,40.0,zero +7247,Low,USA,M,15,E,AN,N,10,,3,,NP,C,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7248,Very High,USA,M,10,E,D,Y,10,,1,,PB,S,M,2.0,Bachelors (4 years),No,N,45.0,zero +7249,Mid,USA,M,12,E,AN,N,4,,0,,LG,S,M,30.0,Bachelors (4 years),Yes,N,40.0,zero +7250,Mid,USA,M,19,E,M,Y,17,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,42.0,zero +7251,Low,USA,M,15,E,AN,N,15,,6,,SG,SR,M,3.0,Masters,No,N,40.0,zero +7252,Very Low,USA,M,10,E,DBAG,N,10,,0,,E,S,M,3.0,Masters,Yes,N,40.0,zero +7253,Very High,USA,M,7,E,A,Y,3,,0,,PB,S,M,6.0,Bachelors (4 years),No,YesExpired,60.0,three +7254,Very High,USA,M,12,E,DA,N,1,,6,,PB,SE,M,5.0,Bachelors (4 years),No,N,38.0,zero +7255,Mid,USA,M,10,E,AN,N,2,,4,,PB,S,M,200.0,Bachelors (4 years),Yes,N,42.0,zero +7256,Very Low,USA,M,14,E,M,Y,11,,0,,E,SR,M,10.0,Bachelors (4 years),No,N,40.0,zero +7257,High,USA,M,10,E,DBAG,N,15,,2,,PB,S,M,150.0,None (no degree completed),,N,40.0,one +7258,Mid,USA,M,15,E,DA,N,15,,2,,PB,SR,F,4.0,Bachelors (4 years),Yes,N,45.0,zero +7259,Very Low,UK,M,12,E,DBAP,N,12,,0,,LG,SE,M,40.0,Associates (2 years),Yes,YesExpired,40.0,zero +7260,Very Low,ElSalvador,M,8,E,DBAG,N,7,,2,,PB,,M,50.0,Masters,Yes,YesExpired,48.0,zero +7261,Low,USA,M,5,E,DBAG,N,4,,0,,PB,SR,,3.0,Bachelors (4 years),Yes,N,40.0,one +7262,High,USA,M,21,E,DT,N,21,,1,,PB,SR,F,3.0,Bachelors (4 years),No,N,35.0,zero +7263,Low,USA,M,5,E,A,N,2,,0,,NP,S,M,75.0,Bachelors (4 years),No,N,50.0,zero +7264,High,USA,M,18,E,DT,N,11,,2,,LG,S,M,12.0,Associates (2 years),No,N,40.0,zero +7265,Very High,USA,M,19,E,DBAP,N,15,,2,,PB,S,M,360.0,Bachelors (4 years),Yes,N,45.0,two +7266,High,USA,M,5,E,DBAP,N,1,,0,,FG,S,M,50.0,Bachelors (4 years),No,YesValid,40.0,zero +7267,Mid,USA,M,17,E,,N,15,,0,,LG,SE,M,5.0,Bachelors (4 years),No,N,44.0,zero +7268,Very Low,Canada,M,16,E,DA,N,19,,0,,PB,C,M,1.0,Associates (2 years),Yes,N,40.0,five +7269,Very High,USA,M,15,E,DBAP,Y,15,,2,,PB,S,M,400.0,Bachelors (4 years),No,N,50.0,five +7270,High,USA,M,12,E,DT,N,9,,0,,PB,SR,M,6.0,Associates (2 years),Yes,YesExpired,40.0,zero +7271,Mid,USA,O,6,E,A,N,21,,2,,LG,S,M,500.0,Bachelors (4 years),Yes,N,42.0,zero +7272,Very High,USA,M,19,E,D,N,10,,0,,PB,S,M,4.0,Bachelors (4 years),No,YesValid,50.0,zero +7273,Very Low,Canada,M,10,E,DT,N,10,,1,,PB,,F,7.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7274,Mid,USA,M,6,EC,D,N,1,,0,,PB,SR,F,6.0,None (no degree completed),,YesExpired,40.0,three +7275,Mid,USA,M,4,E,D,N,3,,0,,PB,SE,M,5.0,Masters,Yes,YesValid,40.0,one +7276,Low,USA,M,15,E,DA,N,3,,3,,SG,SR,M,15.0,Bachelors (4 years),No,YesExpired,40.0,zero +7277,Low,Germany,M,4,E,D,N,3,,2,,PB,SR,M,3.0,Masters,Yes,N,40.0,zero +7278,High,USA,M,10,E,DT,N,6,,3,,PB,S,M,9.0,Masters,No,N,40.0,two +7279,Very High,USA,M,22,E,A,N,10,,3,,PB,SE,,30.0,Associates (2 years),Yes,YesExpired,42.0,three +7280,Low,USA,M,13,E,D,N,6,,0,,PB,S,F,3.0,Associates (2 years),Yes,N,40.0,zero +7281,Low,USA,M,6,E,DT,N,2,,0,,PB,C,F,4.0,Bachelors (4 years),No,N,40.0,zero +7282,Mid,USA,M,12,E,M,Y,2,,0,,E,C,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +7283,Low,USA,M,9,E,DT,N,4,,0,,E,S,M,6.0,Associates (2 years),Yes,N,40.0,zero +7284,High,USA,M,18,E,DBAG,N,18,,4,,PB,SR,M,100.0,Masters,No,YesExpired,40.0,five +7285,Low,USA,M,21,P,DT,N,5,,0,,PB,S,M,3.0,Masters,Yes,N,12.0,five +7286,Mid,USA,M,10,EC,DA,N,1,,4,,NP,S,M,100.0,Bachelors (4 years),Yes,YesExpired,35.0,five +7287,Very High,USA,M,15,IC,DBAP,N,8,,1,,PB,SR,M,110.0,Bachelors (4 years),Yes,N,40.0,zero +7288,Very High,USA,M,14,E,A,N,2,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7289,Low,USA,M,20,E,AN,N,14,,0,,PB,S,M,2.0,None (no degree completed),,YesExpired,40.0,zero +7290,High,USA,M,18,E,A,N,1,,5,,PB,S,F,5.0,Bachelors (4 years),No,N,40.0,one +7291,High,USA,M,19,E,DBAP,N,20,,2,,PB,S,F,350.0,None (no degree completed),,N,45.0,five +7292,Very High,USA,O,22,E,DBAP,Y,3,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,N,60.0,zero +7293,High,USA,M,12,E,AN,N,4,,3,,PB,S,M,50.0,Bachelors (4 years),Yes,N,40.0,five +7294,Very High,USA,M,10,E,DBAP,N,0,,1,,PB,SR,M,130.0,None (no degree completed),,N,45.0,two +7295,Very High,Canada,A,1,IC,DA,N,13,,2,,NP,,M,6.0,Bachelors (4 years),Yes,YesExpired,40.0,three +7296,Low,USA,M,4,E,DBAP,N,4,,0,,PB,S,M,20.0,None (no degree completed),,YesValid,40.0,zero +7297,Very High,USA,M,18,E,A,N,9,,1,,PB,S,M,15.0,Masters,Yes,YesValid,42.0,zero +7298,High,UK,M,6,E,M,N,1,,4,,PB,S,M,30.0,Bachelors (4 years),Yes,YesValid,50.0,four +7299,High,USA,M,8,E,DBAG,N,1,,3,,PB,SE,M,50.0,Associates (2 years),Yes,N,50.0,three +7300,Very High,USA,M,24,E,M,Y,18,,0,,PB,S,F,35.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7301,Low,USA,M,12,E,DT,N,3,,2,,PB,SE,M,3.0,Masters,No,YesValid,44.0,one +7302,High,USA,M,5,E,DBAP,N,4,,0,,PB,S,M,168.0,Bachelors (4 years),Yes,N,50.0,five +7303,Mid,USA,M,20,E,DBAP,N,1,,2,,NP,C,M,165.0,None (no degree completed),,YesExpired,45.0,zero +7304,Low,USA,M,21,E,D,N,29,,3,,PB,SR,M,30.0,Masters,No,YesValid,45.0,five +7305,Low,USA,M,15,EC,A,Y,2,,0,,PB,S,F,3.0,Bachelors (4 years),Yes,N,28.0,five +7306,Mid,USA,M,9,E,D,Y,9,,5,,PB,S,F,29.0,Bachelors (4 years),Yes,N,45.0,two +7307,High,USA,M,10,E,M,Y,3,,4,,PB,S,M,1.0,Bachelors (4 years),No,N,45.0,zero +7308,Mid,USA,M,10,E,A,N,2,,4,,PB,,M,5.0,Bachelors (4 years),No,N,45.0,zero +7309,Low,USA,M,4,E,DBAG,N,3,,3,,PB,S,M,350.0,None (no degree completed),,N,40.0,zero +7310,Mid,USA,M,7,E,D,N,2,,2,,PB,S,M,5.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7311,Low,USA,MA,10,E,DA,N,2,,0,,NP,SE,F,5.0,Bachelors (4 years),Yes,N,42.0,zero +7312,Low,USA,M,8,E,DBAG,Y,5,,0,,E,C,M,3.0,None (no degree completed),,N,45.0,zero +7313,High,USA,M,15,E,DBAG,N,4,,0,,LG,C,F,25.0,Bachelors (4 years),No,YesExpired,45.0,one +7314,High,USA,M,13,E,M,Y,13,,0,,PB,S,M,3.0,Bachelors (4 years),No,N,42.0,zero +7315,Very Low,USA,M,1,E,DBAD,N,4,,2,,PB,SE,F,20.0,None (no degree completed),Yes,YesExpired,55.0,zero +7316,Low,USA,M,4,E,DBAG,N,4,,1,,E,SE,M,25.0,Bachelors (4 years),Yes,N,40.0,zero +7317,Very Low,USA,M,1,E,DBAD,N,1,,2,,SG,SE,F,20.0,None (no degree completed),Yes,YesExpired,50.0,zero +7318,Low,USA,M,17,E,AN,N,15,,2,,E,,F,4.0,Bachelors (4 years),No,N,40.0,zero +7319,Low,USA,RDS,11,E,DBAD,N,0,,0,,PB,C,M,5.0,None (no degree completed),,N,42.0,zero +7320,Very High,USA,M,10,E,M,Y,5,,5,,PB,S,M,60.0,Masters,Yes,YesValid,45.0,zero +7321,Mid,Australia,M,12,EC,DBAP,N,12,,0,,PB,C,M,150.0,Masters,Yes,YesExpired,50.0,zero +7322,High,USA,M,20,E,DBAD,N,5,,0,,PB,S,M,50.0,Masters,Yes,N,40.0,zero +7323,High,USA,M,17,E,DT,N,5,,3,,PB,S,F,20.0,None (no degree completed),,YesExpired,45.0,zero +7324,Mid,USA,M,7,E,DT,N,7,,1,,PB,S,F,15.0,Bachelors (4 years),No,N,45.0,zero +7325,Mid,USA,M,8,E,DBAG,N,8,,3,,PB,S,M,114.0,None (no degree completed),,N,45.0,five +7326,High,USA,M,12,E,DBAG,N,10,,4,,NP,S,M,250.0,Bachelors (4 years),Yes,N,45.0,zero +7327,Very Low,USA,M,3,E,AN,N,1,,2,,PB,,M,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7328,Very Low,India,M,10,E,DBAP,N,10,,6,,PB,SE,M,100.0,Masters,Yes,YesValid,40.0,five +7329,Mid,USA,M,6,E,DBAD,Y,8,,6,,PB,,M,4323.0,Bachelors (4 years),Yes,YesValid,40.0,five +7330,Mid,Australia,MA,14,E,AN,N,2,,0,,PB,C,M,2.0,Bachelors (4 years),No,N,38.0,zero +7331,Mid,USA,M,9,E,M,Y,7,,0,,SG,C,M,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7332,Low,Australia,M,0,E,DBAG,N,0,,0,,PB,S,M,12.0,Bachelors (4 years),Yes,N,38.0,zero +7333,Very High,USA,M,15,E,DBAG,N,10,,1,,PB,C,M,18.0,Bachelors (4 years),Yes,N,60.0,one +7334,Very Low,Canada,M,4,EC,DBAD,N,4,,2,,SG,C,M,15.0,Bachelors (4 years),Yes,YesValid,35.0,five +7335,Very High,USA,O,28,EC,DBAG,Y,34,,0,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,50.0,five +7336,Mid,Australia,M,18,E,DBAG,N,6,,1,,PB,S,M,350.0,Bachelors (4 years),No,YesValid,40.0,zero +7337,Very Low,India,M,6,E,DBAP,N,6,,6,,PB,SR,F,300.0,Bachelors (4 years),No,N,45.0,five +7338,Very Low,India,O,15,E,DBAP,N,15,,6,,PB,SE,M,250.0,Masters,No,YesValid,8.0,five +7339,Very High,USA,M,11,E,AN,N,1,,2,,PB,C,M,4.0,Bachelors (4 years),No,N,40.0,zero +7340,High,USA,M,30,E,DA,N,30,,1,,PB,S,M,10.0,Bachelors (4 years),Yes,N,40.0,zero +7341,Low,USA,,3,E,D,N,15,,1,,SG,SE,M,5.0,None (no degree completed),,N,37.0,zero +7342,High,USA,M,25,E,DBAG,N,30,,3,,E,,F,175.0,Bachelors (4 years),Yes,YesValid,48.0,zero +7343,Mid,USA,M,15,E,E,Y,12,,0,,PB,SE,M,6.0,Bachelors (4 years),Yes,YesValid,48.0,zero +7344,Low,Sweden,M,10,E,D,N,3,,0,,PB,C,M,1.0,Bachelors (4 years),Yes,N,40.0,two +7345,High,USA,P,12,E,DBAP,Y,5,,4,,NP,C,M,450.0,Masters,Yes,N,50.0,zero +7346,Very Low,Romania,M,7,E,DBAG,Y,7,,6,,PB,SR,M,700.0,Bachelors (4 years),No,YesExpired,45.0,zero +7347,Low,UK,M,15,E,DBAP,N,2,,1,,PB,S,M,200.0,Bachelors (4 years),No,N,35.0,one +7348,Low,Netherlands,M,19,E,DBAG,N,16,,3,,PB,S,M,120.0,Associates (2 years),Yes,YesExpired,40.0,two +7349,High,South-Africa,M,22,EC,DT,Y,15,,0,,PB,S,M,50.0,None (no degree completed),,N,40.0,zero +7350,Very Low,UK,M,15,E,DBAG,N,10,,2,,NP,C,M,20.0,Masters,No,N,38.0,zero +7351,Low,Jersey,M,10,E,AN,N,1,,2,,PB,C,M,10.0,Bachelors (4 years),Yes,YesValid,35.0,zero +7352,Low,France,M,10,E,DBAG,N,7,,0,,PB,,M,20.0,Associates (2 years),Yes,N,39.0,zero +7353,Low,Canada,M,3,EC,DT,N,3,,2,,PB,SE,F,125.0,Bachelors (4 years),Yes,N,40.0,zero +7354,High,USA,M,15,E,DBAG,N,5,,2,,PB,SR,F,7.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +7355,Very Low,UK,M,3,E,AN,N,3,,2,,PB,S,M,50.0,None (no degree completed),No,YesValid,38.0,five +7356,Low,UK,M,6,E,DBAP,N,3,,2,,PB,S,M,35.0,None (no degree completed),No,N,38.0,zero +7357,Mid,Sweden,M,17,EC,DBAP,N,11,,6,,PB,S,M,215.0,Masters,No,YesValid,42.0,zero +7358,Very Low,India,M,9,E,DBAP,Y,1,,2,,PB,,M,250.0,Bachelors (4 years),Yes,YesValid,93.0,one +7359,Low,UK,M,10,E,DBAG,N,5,,4,,NP,,M,150.0,Bachelors (4 years),Yes,YesExpired,35.0,one +7360,Mid,Germany,M,10,E,A,Y,5,,0,,PB,SE,M,20.0,None (no degree completed),,YesExpired,40.0,zero +7361,Mid,USA,M,4,E,DBAP,N,1,,6,,PB,C,M,1000.0,Bachelors (4 years),Yes,N,50.0,one +7362,High,USA,M,12,E,DBAP,N,12,,0,,NP,S,F,5.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7363,Very Low,USA,M,1,E,DS,N,1,,1,,PB,SE,M,1.0,None (no degree completed),,N,40.0,zero +7364,Very Low,USA,M,16,E,AN,N,28,,1,,E,S,F,5.0,Bachelors (4 years),Yes,N,40.0,zero +7365,Mid,USA,M,8,E,D,N,10,,2,,PB,C,M,3.0,Masters,Yes,YesValid,40.0,zero +7366,High,USA,M,4,E,DBAG,N,4,,0,,PB,S,M,46.0,None (no degree completed),,N,43.0,one +7367,Very Low,UK,M,4,E,DBAG,N,4,,0,,LG,SR,M,8.0,None (no degree completed),,YesValid,37.0,zero +7368,Very High,USA,M,25,E,DBAP,N,18,,1,,PB,S,M,45.0,Bachelors (4 years),No,N,45.0,five +7369,High,Israel,M,5,E,M,Y,4,,1,,PB,S,M,30.0,Bachelors (4 years),No,N,200.0,zero +7370,Mid,USA,M,15,E,AN,N,8,,1,,NP,C,F,2.0,Bachelors (4 years),No,N,40.0,two +7371,Very High,USA,M,8,IC,A,N,1,,0,,PB,S,M,3.0,Bachelors (4 years),Yes,N,40.0,four +7372,Mid,USA,O,20,E,DBAP,N,25,,0,,E,S,M,10.0,None (no degree completed),,N,37.0,zero +7373,High,USA,,9,IC,E,N,1,,4,,PB,S,M,20.0,None (no degree completed),No,YesValid,40.0,five +7374,Very High,USA,M,18,E,DA,N,3,,6,,PB,S,M,5.0,Bachelors (4 years),Yes,N,40.0,one +7375,Very Low,USA,M,8,E,DA,N,3,,1,,PB,S,F,4.0,Bachelors (4 years),Yes,N,38.0,zero +7376,High,USA,M,12,E,A,Y,6,,0,,PB,S,M,20.0,Bachelors (4 years),No,N,50.0,zero +7377,Very High,USA,M,10,E,DBAG,N,2,,0,,PB,S,M,30.0,None (no degree completed),,YesExpired,45.0,one +7378,High,USA,M,4,E,DBAG,N,4,,1,,PB,S,F,8.0,Bachelors (4 years),Yes,N,40.0,five +7379,Mid,USA,T,2,E,AN,N,6,,2,,PB,C,M,5.0,Bachelors (4 years),No,N,40.0,one +7380,Very High,USA,O,20,E,DBAG,N,5,,2,,PB,SR,M,5.0,Masters,No,YesExpired,45.0,one +7381,Low,USA,O,6,EC,AN,N,6,,1,,FG,S,M,20.0,Bachelors (4 years),No,N,40.0,five +7382,Very High,USA,M,14,IC,D,N,14,,0,,PB,SR,M,2.0,Bachelors (4 years),No,N,40.0,three +7383,High,USA,M,10,E,DBAG,N,8,,6,,PB,S,M,40.0,None (no degree completed),,N,40.0,zero +7384,Very High,USA,M,6,E,DBAG,N,6,,5,,PB,S,M,20.0,Bachelors (4 years),No,YesValid,40.0,one +7385,Very High,USA,M,12,E,DT,N,12,,3,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,50.0,five +7386,Low,USA,M,9,E,DBAG,N,7,,1,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,three +7387,High,USA,M,6,E,AN,N,12,,2,,NP,S,M,4.0,Bachelors (4 years),No,N,40.0,zero +7388,Mid,Australia,M,15,E,DBAG,Y,7,,0,,PB,S,M,10.0,None (no degree completed),,YesExpired,55.0,zero +7389,Very High,USA,M,15,E,DBAP,N,1,,1,,PB,SE,M,5.0,Masters,Yes,N,40.0,one +7390,Mid,USA,M,10,E,DBAG,N,8,,1,,PB,C,M,70.0,Bachelors (4 years),Yes,YesValid,65.0,one +7391,Very Low,Sweden,M,1,E,DBAG,N,1,,6,,PB,SE,M,150.0,Associates (2 years),Yes,YesValid,40.0,two +7392,Low,Sweden,M,15,EC,DBAG,N,10,,6,,PB,,M,220.0,Associates (2 years),Yes,YesValid,40.0,zero +7393,Very Low,UK,M,17,E,DBAG,N,17,,0,,PB,S,M,300.0,None (no degree completed),No,N,40.0,three +7394,Low,Sweden,M,9,EC,DBAP,N,9,,6,,PB,S,M,150.0,None (no degree completed),,YesValid,40.0,one +7395,Mid,Norway,M,15,EC,D,N,5,,6,,PB,S,M,5.0,Masters,Yes,N,40.0,one +7396,Mid,UK,M,8,E,DBAP,Y,8,,2,,PB,S,M,100.0,Masters,Yes,YesExpired,40.0,one +7397,High,USA,M,17,E,D,Y,15,,5,,PB,SR,F,20.0,Bachelors (4 years),No,N,40.0,zero +7398,Very Low,Germany,M,2,E,DBAG,N,2,,1,,PB,,M,16.0,Associates (2 years),No,N,40.0,zero +7399,Mid,USA,M,13,E,AN,N,3,,0,,PB,,F,10.0,Masters,Yes,N,45.0,five +7400,Very Low,Romania,M,6,E,DBAG,Y,3,,6,,PB,S,M,200.0,None (no degree completed),,YesValid,50.0,zero +7401,Low,USA,M,5,E,AN,N,3,,5,,PB,S,M,0.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7402,Low,UK,M,7,E,DBAG,N,2,,6,,PB,C,F,500.0,Bachelors (4 years),No,N,40.0,two +7403,Low,USA,M,17,E,DT,N,5,,0,,SG,SE,M,2.0,Bachelors (4 years),Yes,N,40.0,zero +7404,High,USA,M,15,E,DBAG,N,7,,6,,PB,S,M,50.0,Bachelors (4 years),Yes,YesValid,45.0,one +7405,Very Low,Canada,M,3,E,D,N,3,,4,,SG,SE,F,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7406,Very High,USA,M,20,IC,DBAG,N,1,,1,,PB,S,M,80.0,None (no degree completed),,YesExpired,40.0,zero +7407,Low,UK,M,15,E,DT,N,15,,3,,PB,SR,M,20.0,Masters,Yes,YesValid,38.0,five +7408,High,USA,M,17,E,DBAP,Y,13,,1,,PB,SE,M,80.0,Associates (2 years),Yes,YesValid,40.0,one +7409,Low,Canada,M,18,E,DBAG,N,6,,0,,PB,S,M,25.0,Bachelors (4 years),Yes,YesValid,37.0,zero +7410,Very Low,USA,M,2,E,DT,N,2,,0,,PB,SE,M,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7411,Low,Poland,M,6,EC,D,N,6,,5,,PB,S,,3.0,Masters,Yes,YesValid,46.0,four +7412,Mid,USA,M,5,E,DBAG,N,3,,1,,LG,S,M,20.0,Masters,Yes,YesExpired,38.0,one +7413,Mid,USA,M,7,E,DA,N,11,,3,,E,,M,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7414,Very High,USA,M,15,EC,DS,N,2,,0,,PB,C,F,3.0,Bachelors (4 years),Yes,YesValid,50.0,five +7415,Very High,USA,M,8,E,DBAD,N,5,,0,,PB,C,F,3.0,Associates (2 years),,YesValid,46.0,three +7416,High,USA,M,20,E,DBAP,N,20,,0,,PB,S,M,52.0,Masters,Yes,YesExpired,55.0,zero +7417,Mid,USA,M,17,E,DBAP,N,1,,2,,PB,S,M,100.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7418,Very High,USA,M,9,E,DA,N,29,,5,,PB,S,M,1.0,Bachelors (4 years),Yes,YesExpired,45.0,two +7419,Low,Poland,M,15,EC,M,Y,1,,0,,PB,S,M,15.0,Bachelors (4 years),Yes,YesValid,40.0,one +7420,Mid,USA,M,20,E,DBAG,N,5,,0,,PB,S,M,15.0,Bachelors (4 years),No,N,50.0,two +7421,Mid,USA,M,17,E,DT,N,5,,6,,PB,S,M,6.0,Bachelors (4 years),Yes,N,40.0,zero +7422,Low,Australia,M,10,E,DBAP,N,10,,1,,SG,SR,M,30.0,None (no degree completed),,YesExpired,40.0,zero +7423,Low,South-Africa,M,11,E,DBAG,N,11,,0,,PB,S,F,6.0,Associates (2 years),Yes,N,40.0,zero +7424,Very High,USA,M,11,E,DBAG,N,11,,4,,PB,SE,M,600.0,Bachelors (4 years),Yes,YesValid,45.0,two +7425,Low,Belgium,M,19,EC,D,N,9,,1,,PB,S,M,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7426,Mid,Germany,M,7,E,DBAP,N,7,,1,,PB,S,M,500.0,None (no degree completed),,N,37.0,zero +7427,High,USA,M,10,E,DBAG,N,5,,1,,PB,S,F,300.0,Bachelors (4 years),Yes,YesExpired,42.0,five +7428,Mid,USA,M,25,E,DBAG,N,8,,0,,PB,S,M,6.0,None (no degree completed),,YesExpired,45.0,zero +7429,Very Low,UK,M,7,E,DBAD,Y,4,,0,,LG,S,M,3.0,Masters,Yes,N,37.0,zero +7430,Very Low,USA,M,6,E,DBAP,N,3,,3,,E,S,M,120.0,Bachelors (4 years),No,N,40.0,one +7431,Low,Greece,M,13,E,M,Y,13,,0,,PB,,M,4.0,Masters,Yes,N,48.0,five +7432,Very Low,USA,M,2,E,DA,N,2,,0,,E,S,M,15.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7433,Very Low,Philippines,M,10,E,DBAD,Y,9,,0,,PB,S,M,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7434,Very High,USA,M,10,E,M,Y,1,,0,,PB,S,M,12.0,None (no degree completed),,YesValid,65.0,one +7435,High,USA,M,5,E,M,Y,1,,0,,PB,C,F,60.0,None (no degree completed),,N,45.0,zero +7436,Mid,USA,M,7,E,D,N,2,,4,,LG,SE,M,10.0,Bachelors (4 years),Yes,N,43.0,three +7437,Very High,USA,MS,8,E,DA,N,8,,3,,PB,S,M,3.0,Bachelors (4 years),No,YesExpired,45.0,one +7438,Very Low,France,M,8,E,DBAG,Y,2,,2,,PB,S,M,1000.0,Associates (2 years),,YesValid,39.0,zero +7439,High,USA,M,18,EC,DT,Y,7,,6,,PB,S,M,500.0,Bachelors (4 years),Yes,YesValid,50.0,one +7440,Low,Greece,M,13,E,M,Y,4,,0,,PB,SE,M,300.0,Masters,No,N,45.0,zero +7441,Very High,USA,M,10,E,DBA,N,5,,2,,PB,,,350.0,Masters,No,YesValid,45.0,one +7442,Low,UK,M,15,E,DBA,N,3,,1,,PB,,,40.0,None (no degree completed),,N,35.0,two +7443,Mid,Germany,M,5,E,,Y,25,,2,,PB,,,100.0,Masters,Yes,YesExpired,45.0,zero +7444,Very Low,UK,M,6,E,DBA,N,2,,0,,PB,,,500.0,Associates (2 years),No,N,40.0,one +7445,Very Low,France,M,10,EC,DBA,N,10,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7446,Very High,UK,M,15,I,DBA,N,15,,0,,PB,,,101.0,Bachelors (4 years),No,YesExpired,35.0,zero +7447,Low,Germany,M,16,E,DBA,N,11,,1,,PB,,,20.0,None (no degree completed),,YesValid,40.0,zero +7448,Very Low,Netherlands,M,4,E,DBA,N,1,,3,,PB,,,25.0,Masters,No,YesExpired,36.0,zero +7449,Very Low,UK,M,3,E,DA,N,2,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +7450,Very Low,UK,M,8,E,E,Y,10,,1,,PB,,,5.0,None (no degree completed),No,N,45.0,zero +7451,Very Low,Netherlands,M,4,E,DT,N,4,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,36.0,zero +7452,Very Low,Belgium,M,22,E,D,N,8,,0,,PB,,,3.0,Masters,Yes,YesExpired,40.0,zero +7453,Very High,USA,M,16,EC,DBA,N,6,,4,,PB,,,200.0,None (no degree completed),,YesValid,55.0,five +7454,Low,UK,M,7,E,DT,N,3,,2,,PB,,,6.0,Bachelors (4 years),No,N,37.0,one +7455,Mid,USA,M,8,E,DBA,N,2,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,50.0,zero +7456,Mid,USA,M,5,E,DBA,N,5,,0,,PB,,,100.0,Masters,No,N,45.0,one +7457,Mid,UK,M,22,EC,DBA,N,1,,1,,PB,,,200.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +7458,Low,USA,M,10,E,DA,N,10,,0,,PB,,,4.0,Associates (2 years),,N,60.0,five +7459,High,USA,M,13,E,DBA,N,13,,0,,PB,,,100.0,None (no degree completed),,N,60.0,two +7460,Mid,Canada,M,15,E,DA,N,10,,0,,PB,,,60.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7461,Very Low,Canada,M,10,E,DBA,Y,4,,6,,PB,,,100.0,Associates (2 years),Yes,YesValid,42.0,five +7462,Low,USA,A,5,E,DBA,N,10,,0,,PB,,,100.0,Associates (2 years),Yes,YesExpired,60.0,zero +7463,Very High,USA,M,7,E,DBA,N,7,,2,,PB,,,1100.0,Bachelors (4 years),Yes,YesExpired,45.0,three +7464,High,USA,M,16,E,A,N,6,,0,,PB,,,9.0,Bachelors (4 years),Yes,N,40.0,two +7465,Very High,USA,M,16,E,DT,N,12,,2,,PB,,,27.0,Masters,Yes,YesValid,40.0,two +7466,High,USA,M,15,E,A,N,1,,0,,PB,,,50.0,Masters,Yes,YesExpired,40.0,one +7467,Very Low,Poland,M,10,E,DBA,N,2,,6,,PB,,,500.0,Masters,Yes,YesValid,40.0,one +7468,Low,USA,M,3,E,DBA,N,3,,1,,PB,,,40.0,Bachelors (4 years),Yes,N,45.0,zero +7469,Very High,USA,M,18,E,DBA,N,18,,0,,FG,,,20.0,Masters,Yes,N,40.0,zero +7470,High,USA,M,10,E,DBA,Y,4,,1,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,50.0,zero +7471,Low,UK,M,9,E,DT,N,5,,3,,PB,,,26.0,None (no degree completed),,YesExpired,40.0,zero +7472,Very Low,USA,M,2,E,DT,N,2,,2,,PB,,,2500.0,None (no degree completed),,YesValid,45.0,zero +7473,Mid,Ukraine,M,5,E,DBA,Y,2,,2,,LG,,,12.0,Masters,Yes,YesValid,40.0,zero +7474,High,USA,M,7,E,E,N,3,,2,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,four +7475,High,Australia,M,10,EC,DBA,N,3,,2,,PB,,,400.0,Bachelors (4 years),No,YesValid,45.0,zero +7476,Mid,Germany,M,12,E,A,Y,4,,2,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,two +7477,Very High,USA,M,13,E,A,N,1,,1,,PB,,,200.0,None (no degree completed),,N,40.0,two +7478,Very Low,India,M,14,E,DBA,Y,14,,6,,PB,,,750.0,Masters,Yes,YesExpired,40.0,two +7479,Very High,USA,M,18,I,DBA,N,1,,0,,PB,,,1.0,None (no degree completed),,YesExpired,40.0,five +7480,Very High,USA,M,10,E,DBA,N,1,,2,,PB,,,30.0,Bachelors (4 years),No,YesExpired,65.0,zero +7481,Very High,USA,M,9,EC,DBA,Y,9,,0,,FG,,,65.0,Associates (2 years),Yes,YesValid,40.0,three +7482,Low,Canada,M,10,E,DBA,N,1,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,37.0,zero +7483,Very High,USA,M,20,E,DBA,N,1,,0,,PB,,,85.0,None (no degree completed),,N,50.0,zero +7484,High,USA,M,7,E,DBA,N,7,,2,,FG,,,10.0,Bachelors (4 years),Yes,YesValid,45.0,one +7485,Very High,USA,M,5,E,DT,Y,5,,0,,PB,,,1.0,Masters,No,N,48.0,zero +7486,Mid,USA,M,20,E,D,N,2,,2,,PB,,,4.0,None (no degree completed),,YesExpired,45.0,four +7487,Low,USA,M,2,E,DA,N,3,,0,,PB,,,5.0,Masters,Yes,N,40.0,zero +7488,Very Low,Canada,M,3,E,DBA,N,2,,0,,PB,,,45.0,Bachelors (4 years),No,N,45.0,zero +7489,Very High,USA,M,16,EC,A,N,27,,6,,PB,,,500.0,Masters,Yes,N,40.0,four +7490,Very Low,India,M,9,E,A,Y,3,,0,,PB,,,200.0,Masters,Yes,YesExpired,40.0,one +7491,Very High,USA,M,10,E,A,N,8,,1,,PB,,,15.0,Masters,No,YesValid,45.0,two +7492,High,USA,M,15,E,A,N,1,,3,,PB,,,14.0,Masters,No,YesExpired,50.0,one +7493,Very Low,Belgium,M,5,EC,D,Y,5,,6,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7494,Low,Germany,M,6,E,D,N,6,,3,,PB,,,10.0,Bachelors (4 years),Yes,N,45.0,zero +7495,Mid,USA,M,5,E,D,N,1,,1,,PB,,,10.0,Bachelors (4 years),No,N,40.0,zero +7496,Very Low,Portugal,M,10,E,E,N,10,,1,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7497,Very Low,South-Africa,M,16,E,DT,N,4,,4,,PB,,,4.0,Associates (2 years),No,YesExpired,40.0,one +7498,Mid,USA,M,15,E,E,N,15,,0,,PB,,,8.0,Bachelors (4 years),No,N,40.0,zero +7499,Very High,USA,M,15,E,DA,Y,2,,1,,PB,,,1.0,Bachelors (4 years),Yes,N,35.0,four +7500,High,USA,M,15,E,DA,Y,15,,2,,PB,,,10.0,Bachelors (4 years),No,YesExpired,40.0,five +7501,High,USA,M,4,E,,Y,4,,0,,PB,,,30.0,Bachelors (4 years),No,N,60.0,one +7502,Mid,USA,M,9,E,DBA,N,5,,6,,PB,,,750.0,Associates (2 years),No,N,45.0,two +7503,Very Low,Greece,M,6,E,DA,Y,2,,1,,PB,,,15.0,Masters,Yes,N,50.0,zero +7504,Very Low,Portugal,M,10,E,DBA,N,0,,0,,PB,,,120.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7505,High,USA,M,16,E,DBA,N,6,,1,,PB,,,90.0,Bachelors (4 years),No,YesValid,45.0,zero +7506,Mid,USA,M,3,E,D,N,4,,2,,PB,,,150.0,Bachelors (4 years),Yes,N,50.0,zero +7507,High,USA,M,13,E,DBA,Y,12,,1,,PB,,,10.0,Bachelors (4 years),No,YesExpired,40.0,zero +7508,Very Low,UK,M,15,E,DBA,N,25,,1,,FG,,,70.0,None (no degree completed),,N,39.0,zero +7509,Mid,USA,M,6,E,DBA,Y,2,,3,,PB,,,10000.0,Associates (2 years),Yes,N,45.0,one +7510,Mid,USA,M,8,E,DBA,N,2,,4,,PB,,,500.0,Bachelors (4 years),Yes,YesValid,50.0,five +7511,Very Low,USA,M,4,E,DBA,N,2,,1,,PB,,,105.0,None (no degree completed),,N,40.0,zero +7512,Mid,USA,M,20,E,,N,25,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,50.0,one +7513,Mid,USA,M,19,E,DBA,Y,6,,5,,PB,,,230.0,Bachelors (4 years),Yes,YesExpired,50.0,two +7514,High,USA,M,17,E,DBA,Y,5,,4,,PB,,,100.0,Masters,No,N,50.0,five +7515,Very Low,USA,M,4,E,DBA,N,4,,2,,PB,,,30.0,Bachelors (4 years),Yes,N,46.0,zero +7516,Very High,Israel,MDB,4,E,A,Y,10,,4,,PB,,,500.0,None (no degree completed),,YesValid,55.0,three +7517,Low,USA,M,5,E,AN,N,3,,1,,PB,,,300.0,Masters,No,YesExpired,40.0,two +7518,Low,Germany,M,10,E,,Y,10,,0,,PB,,,15.0,Bachelors (4 years),,YesExpired,50.0,zero +7519,Low,UK,M,6,E,DBA,N,26,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,one +7520,Low,Canada,M,9,E,DBA,N,7,,0,,PB,,,75.0,Bachelors (4 years),Yes,N,40.0,zero +7521,Mid,USA,M,4,E,DA,N,10,,3,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +7522,Very Low,Sweden,M,10,EC,DBA,N,17,,1,,PB,,,100.0,None (no degree completed),,YesValid,35.0,one +7523,Very Low,USA,M,1,E,DBA,N,1,,0,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7524,Low,UK,M,12,E,DBA,N,1,,6,,PB,,,300.0,None (no degree completed),,N,38.0,zero +7525,Mid,USA,M,2,E,DT,N,2,,0,,PB,,,6.0,None (no degree completed),,N,40.0,one +7526,Low,UK,M,9,E,DBA,N,3,,2,,PB,,,44.0,None (no degree completed),,YesExpired,42.0,one +7527,Mid,UK,M,12,I,DBA,N,1,,5,,PB,,,10.0,Bachelors (4 years),No,N,37.0,one +7528,Very Low,UK,M,4,E,D,N,3,,1,,PB,,,4.0,None (no degree completed),,N,40.0,zero +7529,High,USA,M,10,E,DBA,N,4,,5,,SG,,,300.0,Masters,No,N,45.0,zero +7530,Mid,USA,P,4,EC,E,Y,10,,3,,PB,,,25.0,Associates (2 years),,YesValid,45.0,zero +7531,Low,USA,M,5,E,DBA,N,5,,3,,PB,,,400.0,Bachelors (4 years),Yes,N,42.0,zero +7532,Very High,USA,M,17,E,DBA,N,14,,2,,PB,,,15.0,None (no degree completed),,YesValid,60.0,one +7533,High,USA,M,21,E,DBA,N,21,,0,,PB,,,72.0,Bachelors (4 years),No,YesValid,45.0,one +7534,Low,USA,M,7,E,DBA,N,10,,1,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +7535,Very High,USA,M,16,E,DBA,N,13,,6,,PB,,,35.0,Bachelors (4 years),No,YesExpired,40.0,three +7536,Low,USA,M,10,E,DA,N,5,,3,,PB,,,3.0,Associates (2 years),Yes,N,45.0,zero +7537,Very High,UK,M,14,EC,DBA,N,14,,2,,PB,,,15.0,None (no degree completed),No,YesExpired,40.0,zero +7538,High,USA,M,16,E,DBA,N,2,,6,,PB,,,500.0,Bachelors (4 years),Yes,N,50.0,two +7539,Low,Netherlands,M,5,E,DBA,N,2,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,one +7540,Mid,USA,M,15,E,DBA,N,3,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,45.0,zero +7541,Mid,USA,M,15,E,,N,11,,1,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,zero +7542,Very High,USA,M,7,E,E,N,10,,0,,PB,,,40.0,Associates (2 years),Yes,YesValid,40.0,three +7543,Very Low,UK,M,10,E,D,N,7,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7544,Mid,USA,M,8,E,DBA,N,4,,2,,LG,,,100.0,Masters,Yes,YesExpired,45.0,two +7545,High,USA,M,11,E,A,N,1,,3,,PB,,,1000.0,Masters,Yes,YesValid,45.0,two +7546,Very Low,India,M,6,E,DBA,Y,6,,6,,PB,,,10000.0,Masters,No,YesValid,100.0,one +7547,Very Low,India,M,6,E,DBA,N,3,,6,,PB,,,350.0,Masters,No,N,30.0,zero +7548,Very High,USA,M,15,E,DBA,N,20,,5,,PB,,,22.0,Bachelors (4 years),Yes,N,41.0,zero +7549,High,USA,M,10,E,DBA,N,10,,4,,PB,,,60.0,None (no degree completed),,N,45.0,three +7550,Very High,USA,M,18,I,DT,N,12,,0,,PB,,,1.0,Bachelors (4 years),Yes,YesExpired,40.0,five +7551,Low,USA,M,2,E,AN,N,1,,0,,PB,,,2.0,Masters,Yes,N,40.0,zero +7552,Mid,UK,M,16,I,D,N,21,,0,,PB,,,12.0,Bachelors (4 years),No,YesValid,38.0,three +7553,Mid,USA,M,7,E,DBA,N,7,,0,,PB,,,150.0,Masters,Yes,N,50.0,zero +7554,High,USA,M,20,E,DBA,N,5,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7555,Very Low,UK,M,1,E,DBA,N,1,,0,,PB,,,130.0,None (no degree completed),,YesValid,35.0,zero +7556,Very High,USA,M,11,EC,E,N,6,,2,,PB,,,120.0,Bachelors (4 years),No,YesValid,55.0,three +7557,Very High,USA,M,20,E,DBA,N,5,,6,,PB,,,20000.0,Associates (2 years),No,YesValid,40.0,five +7558,Mid,USA,M,18,E,DBA,Y,5,,1,,PB,,,50.0,Masters,Yes,YesValid,40.0,zero +7559,Mid,USA,O,3,EC,DA,N,3,,6,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +7560,Very Low,UK,M,15,E,DA,N,6,,2,,PB,,,6.0,None (no degree completed),,YesExpired,35.0,zero +7561,Low,USA,M,4,E,DBA,N,1,,0,,FG,,,8.0,Masters,Yes,N,45.0,five +7562,Mid,USA,M,7,E,DA,N,7,,6,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +7563,High,USA,M,12,E,DT,N,10,,1,,PB,,,8.0,None (no degree completed),,N,40.0,zero +7564,Very Low,Spain,M,8,E,DBA,Y,3,,0,,PB,,,900.0,Associates (2 years),,YesValid,45.0,zero +7565,Mid,USA,M,8,E,DA,N,5,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,45.0,five +7566,Low,USA,M,5,E,DBA,N,3,,0,,SG,,,5.0,Masters,Yes,N,45.0,zero +7567,Mid,USA,M,15,E,DA,Y,10,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,55.0,one +7568,Mid,USA,M,14,E,M,Y,2,,0,,PB,,,8.0,Bachelors (4 years),Yes,N,45.0,zero +7569,Very Low,South-Africa,M,7,E,D,N,6,,6,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,45.0,two +7570,Low,USA,M,3,E,DBA,N,1,,5,,PB,,,60.0,Bachelors (4 years),Yes,N,50.0,zero +7571,Very Low,Poland,M,3,E,DT,Y,3,,6,,PB,,,10.0,Masters,Yes,YesValid,40.0,zero +7572,Mid,UK,M,15,E,A,Y,10,,0,,PB,,,80.0,None (no degree completed),No,YesExpired,40.0,zero +7573,Mid,Germany,M,20,E,DA,N,5,,2,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7574,Mid,USA,M,7,EC,DT,N,1,,6,,PB,,,19.0,Bachelors (4 years),Yes,YesExpired,40.0,five +7575,Low,USA,M,3,E,E,N,3,,1,,PB,,,120.0,Bachelors (4 years),Yes,N,45.0,one +7576,Mid,USA,M,6,E,DT,N,5,,0,,PB,,,2.0,Bachelors (4 years),No,YesValid,50.0,zero +7577,Low,Norway,M,5,E,E,N,8,,1,,LG,,,4.0,Associates (2 years),,N,38.0,zero +7578,Very Low,Poland,M,8,E,DA,N,8,,6,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7579,Very Low,UK,M,16,EC,DBA,N,3,,1,,PB,,,200.0,None (no degree completed),,YesValid,40.0,one +7580,Very Low,India,M,5,E,DBA,N,5,,4,,PB,,,120.0,Masters,,N,45.0,three +7581,Very Low,France,O,3,E,DBA,N,4,,0,,PB,,,6.0,Masters,Yes,N,40.0,zero +7582,Low,UK,M,11,E,DBA,N,4,,6,,PB,,,300.0,Bachelors (4 years),Yes,N,38.0,one +7583,Very Low,India,O,7,E,DBA,N,7,,6,,PB,,,300.0,Bachelors (4 years),Yes,N,40.0,one +7584,Mid,USA,M,13,E,DBA,Y,5,,0,,LG,,,2.0,None (no degree completed),,YesValid,40.0,zero +7585,Mid,USA,M,15,E,A,Y,15,,2,,PB,,,5.0,Masters,Yes,YesValid,40.0,zero +7586,Mid,USA,M,3,E,AN,N,8,,6,,LG,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +7587,Very Low,UK,M,7,E,DT,N,7,,0,,PB,,,2.0,Bachelors (4 years),No,N,40.0,zero +7588,Very Low,Spain,M,12,I,DBA,N,3,,0,,PB,,,35.0,Bachelors (4 years),Yes,YesExpired,40.0,five +7589,Very Low,UK,M,10,E,DBA,N,1,,1,,PB,,,28.0,None (no degree completed),,N,35.0,zero +7590,Very Low,Jersey,M,4,E,DBA,N,1,,0,,PB,,,21.0,Bachelors (4 years),No,YesValid,47.0,zero +7591,Very Low,Spain,O,13,E,DBA,N,10,,0,,PB,,,10.0,None (no degree completed),,YesValid,40.0,zero +7592,Mid,USA,M,5,E,DBA,N,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,50.0,zero +7593,Mid,USA,M,10,E,DBA,Y,10,,2,,SG,,,50.0,Bachelors (4 years),Yes,N,40.0,zero +7594,High,USA,M,18,E,E,N,18,,2,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +7595,Very Low,Argentina,M,8,I,DBA,N,8,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,30.0,two +7596,High,USA,M,12,E,DS,N,2,,0,,SG,,,15.0,Bachelors (4 years),Yes,N,40.0,one +7597,Very Low,Russia,M,10,I,D,N,5,,3,,PB,,,3.0,Masters,Yes,YesExpired,80.0,five +7598,High,USA,M,15,E,DBA,N,3,,2,,PB,,,180.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7599,Very Low,Belgium,M,13,E,DBA,N,13,,1,,PB,,,56.0,Bachelors (4 years),Yes,YesValid,38.0,zero +7600,Very High,USA,M,15,E,DBA,N,1,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,38.0,zero +7601,Mid,Switzerland,M,6,E,DA,N,6,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,42.0,zero +7602,Very High,USA,M,20,E,DBA,N,20,,6,,PB,,,500.0,Associates (2 years),No,N,50.0,two +7603,High,USA,M,15,E,DBA,Y,15,,3,,PB,,,400.0,Masters,Yes,YesValid,50.0,zero +7604,Very Low,USA,M,1,E,DBA,N,1,,2,,PB,,,128.0,Bachelors (4 years),No,N,40.0,one +7605,Mid,USA,M,5,E,DBA,N,2,,2,,PB,,,2.0,None (no degree completed),,N,40.0,four +7606,Low,USA,M,2,E,DBA,N,2,,0,,SG,,,10.0,Associates (2 years),Yes,N,40.0,zero +7607,High,USA,M,6,E,M,Y,3,,2,,PB,,,5.0,None (no degree completed),,N,50.0,two +7608,Very High,USA,M,20,E,A,N,4,,0,,PB,,,5.0,Masters,Yes,YesValid,40.0,one +7609,Low,Denmark,M,12,EC,DBA,N,8,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7610,Very High,USA,M,11,E,DT,N,2,,1,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +7611,Very Low,USA,M,4,E,DBA,Y,2,,0,,PB,,,29.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7612,Very Low,Canada,M,5,E,DBA,Y,1,,0,,PB,,,12.0,None (no degree completed),,N,40.0,one +7613,High,USA,M,17,EC,DT,N,3,,0,,FG,,,50.0,Bachelors (4 years),No,N,40.0,five +7614,Low,Ireland,M,11,E,DBA,N,4,,0,,PB,,,90.0,Bachelors (4 years),Yes,YesValid,40.0,one +7615,High,USA,M,10,E,DBA,N,4,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,50.0,one +7616,Low,USA,M,6,E,DBA,N,4,,0,,PB,,,30.0,Associates (2 years),Yes,YesExpired,40.0,zero +7617,Very High,UK,M,13,I,A,N,3,,1,,PB,,,50.0,Bachelors (4 years),No,YesValid,42.0,one +7618,Very High,USA,M,18,EC,A,Y,5,,0,,PB,,,2000.0,None (no degree completed),,YesExpired,32.0,five +7619,Very Low,Italy,M,15,E,E,N,15,,0,,PB,,,25.0,None (no degree completed),,N,45.0,zero +7620,Low,Sweden,M,16,E,DBA,N,1,,0,,PB,,,90.0,Associates (2 years),Yes,YesValid,40.0,one +7621,Very High,USA,M,18,E,DBA,Y,10,,1,,PB,,,32.0,None (no degree completed),,YesExpired,55.0,one +7622,High,USA,M,10,EC,DBA,N,10,,6,,PB,,,100.0,Masters,Yes,YesValid,40.0,one +7623,Very Low,Netherlands,M,8,E,DBA,N,8,,2,,LG,,,40.0,Bachelors (4 years),No,N,30.0,zero +7624,Very High,USA,P,1,E,DBA,N,25,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,42.0,zero +7625,Very Low,India,M,4,E,DBA,Y,4,,6,,PB,,,300.0,Bachelors (4 years),Yes,N,45.0,five +7626,Very Low,UK,M,4,E,DBA,N,1,,1,,PB,,,10.0,Masters,Yes,N,42.0,zero +7627,Mid,USA,M,16,E,DBA,N,5,,0,,LG,,,30.0,Masters,No,N,40.0,zero +7628,Mid,USA,M,8,E,DBA,N,1,,0,,PB,,,25.0,Masters,No,N,40.0,zero +7629,Low,USA,M,7,E,DBA,N,7,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,one +7630,High,USA,M,16,E,DBA,N,10,,0,,PB,,,12.0,Masters,No,YesExpired,40.0,zero +7631,Mid,USA,M,7,E,DBA,N,3,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +7632,Very High,USA,M,9,EC,A,Y,6,,2,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7633,High,USA,M,17,E,D,N,17,,1,,PB,,,16.0,None (no degree completed),,N,40.0,five +7634,Very High,USA,M,10,E,AN,N,10,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7635,Low,UK,M,12,E,DBA,N,10,,0,,PB,,,50.0,Masters,Yes,YesExpired,45.0,one +7636,Very Low,India,M,6,E,DBA,Y,3,,4,,PB,,,1000.0,Bachelors (4 years),No,YesValid,35.0,one +7637,Low,USA,M,2,E,AN,N,1,,1,,LG,,,12.0,Doctorate/PhD,No,N,37.0,zero +7638,Low,USA,M,4,E,DBA,N,1,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,36.0,zero +7639,Mid,USA,M,10,E,DBA,N,2,,2,,PB,,,40.0,Bachelors (4 years),No,YesExpired,55.0,one +7640,Very High,USA,M,15,E,DBA,N,13,,1,,PB,,,5.0,Masters,Yes,N,40.0,zero +7641,High,USA,M,21,E,A,N,2,,2,,PB,,,30.0,Bachelors (4 years),No,YesExpired,45.0,five +7642,Mid,Sweden,M,25,E,DBA,N,20,,0,,PB,,,10.0,None (no degree completed),,N,40.0,five +7643,Mid,Australia,M,10,E,,N,1,,6,,PB,,,0.0,Bachelors (4 years),Yes,YesValid,45.0,five +7644,Low,USA,M,5,E,DA,N,1,,0,,LG,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7645,Very High,USA,M,16,E,DBA,N,3,,4,,PB,,,72.0,None (no degree completed),,YesValid,60.0,two +7646,Very Low,India,M,7,E,DBA,N,7,,6,,PB,,,650.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7647,Mid,USA,M,10,E,DA,Y,5,,0,,PB,,,8.0,Masters,Yes,YesValid,40.0,zero +7648,Mid,USA,M,7,E,M,Y,5,,0,,PB,,,4.0,None (no degree completed),,YesValid,50.0,zero +7649,Mid,USA,M,4,E,DBA,N,4,,2,,PB,,,40.0,Bachelors (4 years),Yes,N,50.0,zero +7650,High,USA,M,6,E,DA,N,12,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7651,Very High,USA,M,16,E,DBA,Y,5,,2,,PB,,,6.0,Masters,No,YesExpired,40.0,five +7652,Mid,Switzerland,M,4,E,DBA,N,4,,4,,PB,,,100.0,Bachelors (4 years),Yes,N,42.0,zero +7653,Mid,USA,M,12,EC,D,N,4,,4,,PB,,,27.0,Bachelors (4 years),No,N,50.0,three +7654,High,USA,M,6,E,DBA,Y,6,,1,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,50.0,zero +7655,Very Low,Mexico,M,6,EC,DBA,N,2,,6,,PB,,,300.0,Masters,Yes,YesValid,48.0,zero +7656,Very Low,USA,M,4,E,AN,Y,4,,0,,PB,,,2.0,Bachelors (4 years),No,N,48.0,four +7657,High,USA,M,8,E,DBA,N,4,,0,,FG,,,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7658,Very Low,India,M,8,E,DBA,Y,8,,1,,PB,,,6.0,Masters,Yes,N,50.0,zero +7659,Mid,USA,M,9,E,E,N,5,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,42.0,zero +7660,Very Low,India,M,1,E,DBA,N,1,,2,,PB,,,1130.0,Masters,Yes,N,45.0,zero +7661,High,USA,M,7,E,DA,N,10,,6,,PB,,,15.0,Bachelors (4 years),Yes,YesValid,48.0,zero +7662,Low,UK,M,20,E,A,N,2,,1,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7663,High,USA,M,12,E,DBA,N,3,,3,,PB,,,5000.0,Associates (2 years),Yes,YesValid,50.0,zero +7664,Very Low,Albania,M,6,E,DBA,N,8,,1,,FG,,,4.0,Bachelors (4 years),Yes,N,160.0,zero +7665,Very Low,USA,M,16,E,DBA,N,4,,0,,PB,,,16.0,Associates (2 years),No,N,37.0,one +7666,Mid,USA,M,6,E,DBA,N,6,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7667,Low,Denmark,M,15,EC,D,N,15,,6,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,37.0,zero +7668,High,USA,M,16,E,DBA,N,10,,4,,PB,,,400.0,Bachelors (4 years),Yes,YesExpired,40.0,four +7669,High,USA,M,16,E,DBA,N,1,,3,,PB,,,65.0,Bachelors (4 years),Yes,YesExpired,40.0,one +7670,High,USA,M,12,EC,D,Y,9,,3,,PB,,,10.0,Bachelors (4 years),No,YesValid,40.0,five +7671,Very Low,India,M,3,E,DBA,N,1,,6,,PB,,,2000.0,Bachelors (4 years),Yes,N,8.0,five +7672,Mid,USA,M,5,E,DBA,Y,3,,0,,PB,,,6.0,Masters,Yes,YesExpired,40.0,zero +7673,High,USA,O,8,E,A,Y,2,,0,,PB,,,10.0,Masters,Yes,N,50.0,two +7674,Mid,USA,M,7,E,DBA,N,5,,0,,PB,,,38.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7675,Low,USA,M,7,EC,D,Y,6,,2,,PB,,,1.0,Bachelors (4 years),Yes,YesValid,40.0,two +7676,High,USA,A,9,E,DBA,N,7,,0,,PB,,,3.0,Bachelors (4 years),No,YesValid,40.0,zero +7677,Very Low,India,M,4,EC,DBA,N,4,,3,,PB,,,100.0,Masters,Yes,YesExpired,40.0,zero +7678,Low,USA,M,10,E,DBA,N,7,,0,,LG,,,5.0,Bachelors (4 years),No,N,40.0,zero +7679,High,USA,M,15,E,DBA,N,7,,1,,PB,,,158.0,Bachelors (4 years),Yes,N,50.0,zero +7680,Very Low,USA,O,3,E,AN,N,2,,4,,SG,,,5.0,Masters,No,N,40.0,zero +7681,Very Low,Russia,M,10,E,DBA,N,5,,0,,LG,,,4.0,Masters,Yes,YesExpired,40.0,zero +7682,Very High,USA,M,10,E,DBA,Y,3,,1,,PB,,,75.0,Bachelors (4 years),Yes,N,80.0,zero +7683,Very High,USA,M,10,EC,DBA,N,10,,0,,SG,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +7684,Very High,USA,M,10,E,A,N,2,,0,,PB,,,60.0,None (no degree completed),,N,45.0,zero +7685,Mid,USA,M,3,E,DBA,N,3,,1,,PB,,,65.0,Bachelors (4 years),Yes,N,40.0,one +7686,High,USA,M,12,E,DT,N,2,,6,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,zero +7687,Very Low,USA,M,7,E,DA,N,7,,1,,PB,,,1.0,Associates (2 years),Yes,YesExpired,40.0,zero +7688,Low,USA,M,6,E,DBA,N,2,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,zero +7689,Mid,USA,M,7,E,DBA,N,8,,0,,PB,,,27.0,None (no degree completed),,YesValid,46.0,two +7690,High,USA,M,20,E,DBA,N,20,,0,,LG,,,12.0,None (no degree completed),,YesExpired,40.0,one +7691,Mid,USA,M,7,E,DBA,Y,4,,2,,PB,,,150.0,Bachelors (4 years),Yes,N,60.0,zero +7692,Mid,USA,M,3,E,DBA,Y,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,one +7693,Mid,USA,M,8,E,DA,N,9,,1,,PB,,,3.0,Associates (2 years),Yes,YesValid,43.0,zero +7694,Very High,USA,M,9,I,A,N,5,,0,,PB,,,100.0,Masters,Yes,YesValid,60.0,five +7695,Mid,USA,M,18,E,DBA,Y,15,,6,,PB,,,1851.0,Bachelors (4 years),No,YesExpired,55.0,zero +7696,Low,USA,M,2,E,DBA,N,1,,1,,PB,,,12.0,Bachelors (4 years),No,YesValid,40.0,zero +7697,Mid,USA,M,15,E,DA,N,20,,2,,PB,,,10.0,None (no degree completed),,YesExpired,40.0,zero +7698,High,USA,M,10,E,E,N,4,,4,,PB,,,1.0,Bachelors (4 years),Yes,YesValid,40.0,one +7699,Mid,USA,M,15,E,DT,N,11,,0,,PB,,,8.0,Bachelors (4 years),Yes,YesExpired,40.0,two +7700,Low,USA,M,3,E,DT,N,2,,2,,PB,,,35.0,Bachelors (4 years),No,N,50.0,zero +7701,Mid,USA,M,7,E,DBA,N,2,,3,,PB,,,50.0,Masters,Yes,YesValid,40.0,five +7702,High,USA,M,10,E,D,N,10,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7703,High,USA,M,11,EC,A,N,2,,1,,PB,,,1000.0,Bachelors (4 years),Yes,YesValid,40.0,five +7704,Very Low,France,M,2,EC,DT,N,1,,0,,PB,,,4.0,Masters,Yes,N,40.0,zero +7705,Very High,USA,M,5,E,DBA,N,1,,3,,PB,,,1400.0,Masters,No,YesExpired,35.0,two +7706,Low,UK,M,4,E,DBA,N,3,,0,,PB,,,18.0,None (no degree completed),,N,40.0,one +7707,High,USA,M,12,E,DBA,N,8,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,one +7708,Very High,USA,M,21,E,DBA,Y,18,,0,,PB,,,18.0,Bachelors (4 years),Yes,YesExpired,55.0,five +7709,High,USA,M,10,E,DBA,N,6,,0,,PB,,,12.0,None (no degree completed),,YesValid,40.0,zero +7710,Very High,USA,M,17,E,DBA,Y,5,,4,,PB,,,118.0,None (no degree completed),,YesValid,45.0,zero +7711,Very High,USA,M,17,EC,DBA,N,17,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +7712,Mid,USA,M,5,E,DT,N,9,,1,,PB,,,2.0,Masters,Yes,N,40.0,one +7713,Mid,USA,M,11,E,DBA,N,6,,0,,LG,,,15.0,Bachelors (4 years),Yes,N,37.0,zero +7714,Mid,USA,M,7,E,DBA,N,7,,0,,PB,,,500.0,None (no degree completed),,YesExpired,50.0,one +7715,High,USA,M,15,E,DBA,Y,7,,1,,PB,,,12.0,None (no degree completed),,YesValid,45.0,five +7716,Very High,USA,M,15,E,DBA,N,15,,0,,PB,,,8.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7717,High,Canada,M,16,I,DA,Y,5,,1,,PB,,,7.0,None (no degree completed),,YesValid,60.0,five +7718,Low,USA,M,3,E,DBA,N,3,,4,,PB,,,40.0,Associates (2 years),Yes,N,45.0,one +7719,Mid,USA,M,10,E,D,N,4,,4,,PB,,,8.0,Masters,No,N,40.0,two +7720,Very High,USA,M,25,E,DBA,N,30,,4,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,45.0,five +7721,Very Low,Ireland,M,3,E,AN,Y,2,,0,,PB,,,2000.0,Masters,Yes,YesExpired,39.0,one +7722,High,USA,M,20,E,A,N,4,,0,,PB,,,5.0,None (no degree completed),,N,40.0,one +7723,Mid,USA,M,16,E,D,N,4,,2,,PB,,,10.0,Bachelors (4 years),No,N,40.0,zero +7724,Mid,Canada,M,22,E,DBA,Y,15,,2,,PB,,,10.0,None (no degree completed),,N,45.0,two +7725,Mid,USA,M,10,E,DBA,N,10,,0,,PB,,,19.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7726,Very High,USA,M,16,E,AN,Y,16,,1,,PB,,,8.0,None (no degree completed),,N,40.0,zero +7727,Low,USA,A,1,E,DT,N,1,,2,,PB,,,1.0,Bachelors (4 years),No,YesValid,45.0,zero +7728,Low,USA,M,9,E,DBA,N,9,,0,,PB,,,4.0,Bachelors (4 years),No,YesExpired,46.0,zero +7729,Very High,USA,M,20,E,DT,Y,15,,1,,PB,,,14.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7730,Very High,USA,M,20,E,DBA,N,4,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,50.0,five +7731,Low,USA,M,3,E,D,N,3,,0,,PB,,,8.0,None (no degree completed),,N,43.0,zero +7732,Very High,USA,M,14,I,E,N,18,,0,,PB,,,50.0,Associates (2 years),,YesExpired,50.0,five +7733,Mid,USA,M,7,E,E,N,3,,5,,PB,,,350.0,Bachelors (4 years),Yes,YesExpired,45.0,one +7734,High,UK,M,10,E,A,Y,10,,6,,PB,,,9.0,Bachelors (4 years),No,N,45.0,zero +7735,Mid,USA,M,18,E,DBA,N,10,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +7736,High,USA,M,20,E,DT,N,4,,3,,PB,,,50.0,Bachelors (4 years),No,N,40.0,one +7737,Very High,USA,M,18,EC,A,N,3,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,45.0,four +7738,High,USA,M,10,E,M,Y,3,,0,,PB,,,400.0,Associates (2 years),Yes,YesValid,60.0,zero +7739,High,USA,M,5,EC,DBA,N,1,,6,,PB,,,300.0,Masters,Yes,YesExpired,45.0,one +7740,Very High,USA,M,9,E,A,Y,0,,0,,PB,,,8.0,Bachelors (4 years),No,N,40.0,one +7741,Very High,USA,M,15,E,DBA,N,15,,1,,PB,,,68.0,Bachelors (4 years),No,YesExpired,40.0,zero +7742,Mid,USA,M,10,E,DA,Y,10,,0,,PB,,,5.0,Masters,Yes,YesValid,45.0,zero +7743,High,USA,O,25,E,DBA,N,18,,0,,SG,,,4.0,Bachelors (4 years),No,YesExpired,40.0,three +7744,Very High,USA,M,12,E,DBA,Y,1,,1,,PB,,,15.0,Bachelors (4 years),No,YesValid,40.0,three +7745,Very High,USA,M,14,E,M,Y,5,,0,,PB,,,60.0,Masters,Yes,YesValid,45.0,zero +7746,Very Low,UK,M,22,E,DBA,N,20,,1,,PB,,,25.0,Bachelors (4 years),No,YesExpired,40.0,zero +7747,High,USA,M,21,E,DBA,N,12,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +7748,High,USA,M,6,E,DBA,Y,2,,4,,PB,,,200.0,Associates (2 years),Yes,N,50.0,zero +7749,High,USA,M,10,E,DBA,N,5,,0,,PB,,,100.0,None (no degree completed),,YesValid,50.0,two +7750,Mid,USA,M,7,E,DBA,N,1,,3,,PB,,,75.0,Bachelors (4 years),No,N,40.0,three +7751,High,USA,M,10,E,DT,N,8,,6,,PB,,,20.0,Masters,Yes,N,40.0,two +7752,High,USA,M,20,E,A,Y,2,,0,,PB,,,7.0,Bachelors (4 years),Yes,YesExpired,55.0,zero +7753,Very High,USA,M,15,E,DBA,Y,15,,1,,PB,,,105.0,Bachelors (4 years),Yes,N,40.0,zero +7754,High,USA,M,15,E,E,N,17,,0,,PB,,,300.0,Masters,Yes,N,40.0,two +7755,Mid,USA,M,10,E,DBA,N,10,,0,,LG,,,50.0,Masters,No,N,40.0,zero +7756,Very High,USA,M,10,E,DBA,N,10,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,five +7757,Mid,USA,M,10,E,DBA,N,7,,1,,FG,,,25.0,None (no degree completed),,YesValid,50.0,two +7758,Mid,USA,M,6,E,AN,N,1,,0,,PB,,,3.0,Bachelors (4 years),No,N,40.0,zero +7759,Low,USA,M,11,E,DBA,N,3,,0,,PB,,,70.0,Bachelors (4 years),Yes,N,42.0,two +7760,Low,USA,M,15,E,DT,N,15,,2,,PB,,,5.0,Bachelors (4 years),No,N,50.0,one +7761,Very Low,UK,M,11,E,DBA,N,5,,0,,PB,,,3.0,None (no degree completed),,N,40.0,zero +7762,High,USA,M,12,E,DBA,N,14,,2,,PB,,,80.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7763,Very High,USA,M,20,E,DBA,N,20,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,42.0,one +7764,Very Low,UK,M,4,E,A,N,1,,0,,PB,,,1.0,None (no degree completed),,N,35.0,zero +7765,Mid,USA,M,20,E,D,Y,25,,0,,PB,,,40.0,Masters,Yes,YesExpired,35.0,zero +7766,Very High,USA,M,17,E,A,Y,3,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,two +7767,Very Low,UK,M,4,E,DBA,Y,2,,1,,PB,,,20.0,Associates (2 years),No,YesValid,40.0,zero +7768,High,USA,M,3,E,DBA,N,5,,2,,PB,,,78.0,Associates (2 years),No,YesExpired,50.0,zero +7769,High,USA,M,10,E,DBA,N,10,,6,,PB,,,200.0,Masters,No,YesExpired,45.0,two +7770,Very High,USA,M,20,E,DBA,Y,8,,0,,PB,,,10.0,Masters,Yes,YesExpired,45.0,five +7771,High,USA,M,7,E,DBA,N,7,,2,,LG,,,10.0,Bachelors (4 years),Yes,N,40.0,one +7772,High,USA,M,12,E,DBA,Y,1,,5,,PB,,,60.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7773,High,USA,M,17,E,DBA,N,3,,4,,PB,,,225.0,Associates (2 years),Yes,YesValid,35.0,two +7774,Low,UK,M,8,E,DA,Y,8,,1,,PB,,,4.0,None (no degree completed),No,N,45.0,zero +7775,Very High,USA,M,14,I,A,N,1,,0,,PB,,,7.0,Bachelors (4 years),Yes,YesExpired,40.0,one +7776,Low,USA,M,8,E,DBA,N,4,,0,,SG,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +7777,Very High,USA,M,11,E,DT,N,1,,1,,PB,,,100.0,Bachelors (4 years),Yes,N,75.0,five +7778,Low,USA,M,5,E,DBA,N,1,,4,,PB,,,275.0,Bachelors (4 years),Yes,N,40.0,zero +7779,Very High,USA,M,10,E,D,Y,10,,3,,PB,,,12.0,Masters,Yes,YesValid,50.0,three +7780,Mid,USA,M,10,E,DBA,N,2,,0,,LG,,,6.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7781,Mid,USA,M,20,E,DBA,N,15,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,50.0,two +7782,Very High,USA,M,7,E,E,Y,2,,6,,PB,,,26.0,None (no degree completed),,YesValid,45.0,zero +7783,High,USA,M,17,E,DBA,N,4,,0,,PB,,,6.0,Associates (2 years),Yes,N,45.0,one +7784,Very High,USA,M,19,E,DBA,N,19,,0,,PB,,,5.0,Bachelors (4 years),No,N,40.0,five +7785,High,USA,M,16,E,DBA,N,10,,0,,PB,,,40.0,Associates (2 years),Yes,N,40.0,three +7786,Very Low,USA,M,6,E,D,Y,2,,0,,PB,,,2.0,Associates (2 years),No,N,40.0,zero +7787,Very Low,Brazil,M,8,EC,DBA,Y,8,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,60.0,five +7788,Low,USA,M,4,E,D,N,4,,0,,PB,,,12.0,Masters,No,N,50.0,zero +7789,Very High,USA,M,17,E,DBA,Y,19,,1,,PB,,,155.0,Bachelors (4 years),No,N,50.0,zero +7790,High,USA,M,12,E,DBA,N,10,,6,,PB,,,65.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7791,Very High,USA,M,12,E,DBA,N,12,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +7792,High,USA,M,15,E,A,N,3,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7793,Very High,USA,M,20,E,DBA,N,20,,0,,PB,,,20.0,Masters,Yes,YesValid,45.0,two +7794,High,USA,M,10,E,E,Y,15,,0,,PB,,,6.0,Masters,No,N,90.0,three +7795,Very High,USA,M,17,E,DBA,N,13,,1,,PB,,,75.0,Bachelors (4 years),No,YesExpired,40.0,one +7796,Low,USA,M,8,E,DBA,N,6,,0,,PB,,,20.0,None (no degree completed),,YesValid,42.0,zero +7797,Very Low,UK,M,9,E,A,Y,3,,0,,PB,,,100.0,Associates (2 years),No,YesValid,55.0,one +7798,High,USA,M,8,EC,DBA,N,12,,0,,FG,,,4.0,Masters,Yes,N,42.0,two +7799,Mid,USA,M,10,E,DBA,Y,10,,0,,SG,,,3.0,Bachelors (4 years),Yes,N,42.0,zero +7800,High,USA,M,9,E,DBA,Y,5,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,45.0,two +7801,High,USA,M,17,EC,D,N,17,,0,,PB,,,35.0,Masters,Yes,YesValid,40.0,zero +7802,Very Low,Canada,M,6,E,DBA,N,7,,0,,PB,,,7.0,Bachelors (4 years),Yes,N,38.0,zero +7803,High,USA,M,10,E,DBA,N,10,,0,,LG,,,39.0,Masters,No,N,40.0,zero +7804,Mid,Germany,M,14,E,A,N,12,,0,,PB,,,3.0,Masters,Yes,YesExpired,45.0,zero +7805,High,USA,M,15,E,DBA,N,15,,0,,PB,,,8.0,Associates (2 years),Yes,YesExpired,45.0,zero +7806,High,USA,M,20,E,DBA,N,20,,4,,PB,,,1000.0,Bachelors (4 years),No,YesExpired,45.0,five +7807,Mid,USA,M,7,E,DBA,N,1,,3,,PB,,,88.0,Associates (2 years),Yes,YesValid,42.0,one +7808,Very Low,UK,M,4,E,DBA,N,13,,0,,PB,,,15.0,Bachelors (4 years),No,N,38.0,zero +7809,Very High,USA,M,23,E,DBA,Y,7,,2,,PB,,,65.0,None (no degree completed),,YesValid,45.0,zero +7810,Very High,USA,M,20,EC,A,Y,5,,3,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,45.0,three +7811,Very Low,USA,M,5,E,DS,N,1,,1,,PB,,,20.0,Masters,No,N,40.0,zero +7812,Mid,USA,M,6,EC,DBA,N,2,,0,,FG,,,12.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7813,Mid,USA,M,4,E,DBA,N,2,,2,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +7814,Mid,USA,M,15,E,DBA,N,3,,2,,PB,,,150.0,Bachelors (4 years),No,YesExpired,45.0,two +7815,High,USA,M,10,E,DA,Y,5,,6,,PB,,,5.0,None (no degree completed),,N,42.0,zero +7816,Low,USA,M,12,E,DBA,N,12,,0,,SG,,,23.0,None (no degree completed),,YesExpired,50.0,three +7817,Mid,USA,M,2,E,AN,N,8,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,one +7818,High,USA,M,13,E,A,N,4,,2,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +7819,Very High,USA,M,15,E,DBA,N,28,,4,,PB,,,250.0,Bachelors (4 years),No,N,50.0,five +7820,Mid,USA,M,10,E,AN,N,1,,0,,PB,,,6.0,Bachelors (4 years),No,N,40.0,five +7821,Mid,USA,M,10,E,DBA,N,20,,0,,PB,,,20.0,Associates (2 years),,N,38.0,zero +7822,Mid,USA,M,15,E,DBA,N,15,,0,,PB,,,40.0,Associates (2 years),No,N,50.0,one +7823,Low,Canada,M,8,E,DBA,Y,3,,4,,FG,,,20.0,None (no degree completed),Yes,N,40.0,one +7824,Mid,USA,M,13,E,DBA,N,12,,3,,PB,,,500.0,Bachelors (4 years),Yes,YesValid,45.0,five +7825,Very High,USA,,1,E,E,N,10,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,40.0,three +7826,Low,Canada,M,18,E,A,N,10,,0,,PB,,,50.0,Bachelors (4 years),Yes,N,40.0,zero +7827,Mid,UK,M,9,E,M,Y,15,,0,,PB,,,2.0,None (no degree completed),,N,40.0,one +7828,Low,USA,M,5,E,DBA,Y,5,,1,,LG,,,5.0,Associates (2 years),Yes,YesValid,40.0,zero +7829,High,USA,M,9,E,DBA,Y,2,,1,,PB,,,30.0,Bachelors (4 years),No,YesValid,45.0,zero +7830,Mid,USA,M,15,I,DA,N,20,,0,,PB,,,22.0,Associates (2 years),No,N,32.0,four +7831,Very Low,USA,M,3,E,DA,N,3,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +7832,Very Low,USA,M,2,E,DBA,N,2,,6,,SG,,,714.0,Bachelors (4 years),Yes,N,42.0,zero +7833,Very Low,USA,M,3,E,DBA,Y,2,,0,,PB,,,3.0,Associates (2 years),Yes,N,42.0,zero +7834,Low,USA,M,25,E,DBA,N,10,,1,,LG,,,40.0,None (no degree completed),,YesExpired,45.0,zero +7835,Low,UK,M,14,E,DT,N,10,,0,,PB,,,3.0,Bachelors (4 years),No,YesValid,44.0,zero +7836,Mid,USA,M,24,EC,DBA,N,24,,0,,PB,,,50.0,Associates (2 years),Yes,YesValid,50.0,zero +7837,High,USA,SAP,5,E,DBA,N,22,,6,,PB,,,500.0,Associates (2 years),Yes,YesExpired,42.0,zero +7838,Very High,USA,M,8,E,M,Y,5,,1,,PB,,,6.0,Bachelors (4 years),Yes,N,55.0,zero +7839,High,USA,M,10,E,DBA,Y,6,,6,,PB,,,166.0,None (no degree completed),,YesExpired,43.0,zero +7840,High,USA,M,10,E,DBA,N,8,,3,,PB,,,90.0,Bachelors (4 years),No,N,45.0,five +7841,Mid,USA,M,6,E,DT,N,4,,0,,PB,,,1.0,Masters,No,N,45.0,zero +7842,Very Low,UK,M,4,E,DBA,N,4,,0,,PB,,,6.0,Associates (2 years),No,YesValid,37.0,zero +7843,Very Low,UK,M,6,E,DBA,N,16,,3,,LG,,,65.0,None (no degree completed),,N,37.0,zero +7844,High,USA,M,17,E,DBA,Y,3,,3,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +7845,High,USA,M,5,E,DBA,Y,8,,2,,PB,,,10.0,Masters,No,YesValid,35.0,zero +7846,High,USA,M,9,E,DBA,N,10,,0,,PB,,,32.0,Bachelors (4 years),No,YesValid,40.0,zero +7847,Very High,USA,M,16,E,M,Y,3,,0,,PB,,,30.0,Masters,No,YesExpired,40.0,two +7848,Very High,USA,M,15,E,DBA,Y,10,,0,,PB,,,15.0,None (no degree completed),,N,50.0,one +7849,Low,Canada,M,10,I,DBA,N,2,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +7850,High,USA,M,12,E,DBA,N,10,,0,,PB,,,12.0,Masters,Yes,N,40.0,zero +7851,Mid,USA,M,10,E,DT,N,4,,6,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,five +7852,Mid,USA,M,15,E,M,Y,12,,0,,PB,,,8.0,None (no degree completed),,YesExpired,50.0,five +7853,Low,Sweden,M,5,E,DBA,N,17,,1,,PB,,,70.0,Associates (2 years),Yes,YesExpired,40.0,zero +7854,High,Canada,M,16,E,DBA,N,8,,4,,SG,,,250.0,Bachelors (4 years),Yes,N,38.0,one +7855,Very Low,Mexico,M,10,E,DBA,Y,3,,0,,SG,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7856,High,USA,M,11,E,DBA,N,2,,0,,PB,,,90.0,Masters,No,YesValid,40.0,two +7857,Very High,USA,M,18,E,A,Y,16,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,50.0,five +7858,Low,Canada,M,15,E,DBA,N,9,,0,,SG,,,265.0,Doctorate/PhD,Yes,YesValid,37.0,one +7859,Mid,USA,M,2,E,DBA,N,2,,1,,LG,,,20.0,Masters,Yes,YesValid,40.0,three +7860,Very High,USA,M,16,E,E,N,3,,5,,PB,,,400.0,Bachelors (4 years),Yes,YesExpired,40.0,two +7861,Low,Canada,M,11,E,DBA,N,11,,4,,SG,,,350.0,Bachelors (4 years),Yes,N,40.0,zero +7862,High,USA,M,17,E,DBA,N,5,,2,,PB,,,140.0,Associates (2 years),No,YesExpired,45.0,four +7863,Very High,USA,O,15,EC,DBA,Y,3,,2,,PB,,,50.0,None (no degree completed),,YesValid,50.0,five +7864,Very High,USA,M,16,E,DT,N,4,,0,,PB,,,5.0,Bachelors (4 years),No,YesExpired,40.0,zero +7865,Very Low,Canada,M,25,E,DBA,Y,12,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,42.0,five +7866,Very High,USA,M,20,E,DBA,N,2,,6,,PB,,,1000.0,Bachelors (4 years),No,YesValid,45.0,three +7867,Very High,USA,M,15,EC,DBA,Y,2,,0,,PB,,,8.0,Bachelors (4 years),Yes,N,42.0,five +7868,Very High,USA,M,14,E,DT,Y,6,,2,,PB,,,6.0,None (no degree completed),,N,40.0,zero +7869,High,USA,M,15,E,A,N,5,,1,,PB,,,30.0,Bachelors (4 years),No,N,44.0,zero +7870,High,USA,M,20,E,DT,N,5,,1,,PB,,,12.0,Bachelors (4 years),No,N,40.0,zero +7871,High,USA,M,7,E,DBA,N,7,,6,,PB,,,500.0,Bachelors (4 years),No,N,60.0,two +7872,Mid,USA,M,12,E,DBA,N,2,,1,,PB,,,89.0,Bachelors (4 years),Yes,N,45.0,two +7873,High,USA,M,17,E,A,N,1,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7874,Mid,USA,M,15,E,DBA,N,5,,0,,PB,,,200.0,Bachelors (4 years),Yes,N,60.0,five +7875,Mid,USA,M,20,E,DBA,N,20,,1,,PB,,,22.0,Masters,No,N,45.0,zero +7876,Low,USA,M,3,E,DBA,N,1,,1,,PB,,,7.0,Bachelors (4 years),Yes,YesValid,50.0,one +7877,Mid,USA,M,12,E,AN,Y,15,,4,,PB,,,15.0,Masters,No,N,50.0,zero +7878,Mid,USA,M,11,E,DBA,N,3,,4,,LG,,,80.0,None (no degree completed),,N,40.0,zero +7879,High,USA,M,14,E,DBA,N,26,,0,,PB,,,40.0,Associates (2 years),No,YesExpired,40.0,one +7880,High,Netherlands,M,16,I,DBA,N,16,,2,,PB,,,100.0,Doctorate/PhD,No,YesValid,40.0,zero +7881,Mid,USA,M,17,E,D,Y,4,,1,,PB,,,8.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7882,Low,USA,M,3,E,DBA,N,3,,0,,PB,,,67.0,Associates (2 years),No,YesExpired,40.0,zero +7883,High,USA,M,15,E,DBA,N,3,,4,,LG,,,360.0,Associates (2 years),,YesExpired,45.0,zero +7884,Mid,USA,M,30,E,DBA,N,25,,0,,SG,,,35.0,Associates (2 years),Yes,YesExpired,43.0,two +7885,Mid,USA,M,6,E,DBA,Y,6,,3,,PB,,,60.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7886,Mid,UK,M,10,E,E,Y,10,,2,,PB,,,4.0,Bachelors (4 years),No,N,40.0,zero +7887,High,USA,M,25,E,DBA,Y,4,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,50.0,five +7888,High,USA,M,17,E,DBA,Y,5,,3,,PB,,,2700.0,Bachelors (4 years),Yes,YesExpired,48.0,five +7889,Very High,USA,M,17,EC,DBA,Y,5,,6,,FG,,,100.0,None (no degree completed),,N,57.0,five +7890,High,USA,M,20,E,DBA,N,10,,0,,PB,,,67.0,Bachelors (4 years),Yes,N,40.0,zero +7891,High,USA,M,12,EC,DBA,N,20,,1,,SG,,,15.0,None (no degree completed),,N,35.0,zero +7892,High,USA,M,10,E,DBA,N,1,,0,,PB,,,25.0,Bachelors (4 years),No,YesExpired,40.0,zero +7893,Mid,USA,M,10,E,DBA,N,3,,1,,PB,,,50.0,None (no degree completed),,YesExpired,50.0,five +7894,Low,USA,M,5,E,DBA,N,4,,1,,PB,,,6.0,Masters,Yes,N,40.0,zero +7895,Very Low,USA,M,17,E,M,Y,20,,0,,PB,,,3.0,None (no degree completed),,N,37.0,zero +7896,Low,USA,M,4,E,DBA,N,4,,6,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,zero +7897,Mid,USA,M,14,E,DBA,N,8,,0,,PB,,,8.0,None (no degree completed),,N,42.0,zero +7898,Mid,USA,M,10,E,A,Y,3,,4,,PB,,,4.0,Bachelors (4 years),No,N,60.0,one +7899,Low,USA,M,4,E,DBA,N,10,,1,,S,,,10.0,Bachelors (4 years),Yes,N,50.0,two +7900,Very Low,USA,M,2,E,DA,N,2,,6,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,one +7901,Mid,USA,M,4,E,DBA,N,4,,0,,PB,,,175.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7902,High,USA,M,10,E,DT,N,1,,2,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,50.0,three +7903,Mid,USA,M,15,E,DT,N,1,,4,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +7904,Low,USA,M,3,E,DBA,N,1,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,50.0,zero +7905,Mid,USA,M,8,E,DBA,N,8,,5,,PB,,,226.0,Bachelors (4 years),Yes,N,50.0,five +7906,High,USA,M,16,E,DBA,N,3,,0,,PB,,,45.0,Bachelors (4 years),Yes,YesExpired,45.0,one +7907,Very Low,USA,M,3,E,DT,N,3,,2,,PB,,,1.0,Bachelors (4 years),Yes,YesValid,50.0,two +7908,Mid,USA,M,10,E,DBA,N,3,,6,,PB,,,500.0,Masters,Yes,N,45.0,one +7909,Mid,USA,M,10,E,DBA,N,1,,0,,SG,,,6.0,None (no degree completed),,N,40.0,zero +7910,Very High,USA,O,16,E,A,N,20,,5,,FG,,,20.0,Bachelors (4 years),Yes,N,40.0,five +7911,Very Low,Romania,M,10,E,DT,N,10,,2,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7912,Very High,USA,M,12,E,DBA,Y,5,,5,,PB,,,80.0,Bachelors (4 years),Yes,N,50.0,zero +7913,Low,USA,M,8,E,DBA,N,8,,1,,PB,,,135.0,Masters,Yes,N,42.0,zero +7914,Very High,USA,M,10,E,DBA,Y,3,,2,,SG,,,150.0,Bachelors (4 years),Yes,YesExpired,30.0,two +7915,High,USA,M,12,E,A,N,1,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +7916,Very Low,Mexico,M,15,E,E,Y,18,,2,,PB,,,10.0,Masters,No,YesValid,45.0,one +7917,Mid,USA,M,12,E,E,N,1,,0,,LG,,,13.0,Masters,Yes,YesExpired,45.0,zero +7918,Very Low,Canada,M,13,E,DBA,N,8,,1,,PB,,,16.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7919,Mid,USA,M,8,EC,D,Y,4,,2,,PB,,,20.0,Associates (2 years),No,N,50.0,four +7920,Very High,USA,M,15,E,A,N,1,,0,,PB,,,8.0,Masters,No,N,40.0,zero +7921,High,USA,M,16,E,DBA,N,17,,0,,SG,,,4.0,Bachelors (4 years),,YesExpired,50.0,zero +7922,Mid,USA,M,10,E,DA,N,15,,1,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +7923,High,USA,M,10,E,DBA,N,8,,0,,PB,,,150.0,Bachelors (4 years),No,YesExpired,42.0,zero +7924,Mid,USA,M,10,E,AN,Y,10,,0,,SG,,,1.0,Bachelors (4 years),No,YesExpired,40.0,zero +7925,High,USA,M,20,E,DBA,N,5,,0,,PB,,,20.0,Masters,Yes,N,45.0,zero +7926,Very Low,UK,M,8,E,D,N,4,,0,,LG,,,6.0,Bachelors (4 years),Yes,N,38.0,one +7927,Mid,USA,M,20,E,DBA,Y,10,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7928,Mid,USA,M,17,E,E,N,1,,1,,PB,,,12.0,Bachelors (4 years),Yes,N,45.0,one +7929,High,USA,M,23,E,DBA,N,33,,5,,PB,,,650.0,None (no degree completed),,N,42.0,zero +7930,Mid,USA,M,20,E,DBA,N,1,,0,,PB,,,20.0,None (no degree completed),,YesValid,40.0,zero +7931,Very Low,USA,M,7,E,AN,N,7,,0,,LG,,,3.0,Masters,No,N,50.0,zero +7932,High,USA,M,12,E,DBA,N,20,,1,,PB,,,90.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7933,Low,USA,M,5,E,DBA,N,5,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +7934,Very Low,Netherlands,M,6,E,E,N,6,,4,,LG,,,150.0,Bachelors (4 years),Yes,YesExpired,36.0,zero +7935,High,USA,M,17,E,DBA,N,17,,6,,PB,,,50.0,Associates (2 years),No,YesExpired,36.0,zero +7936,High,USA,M,11,E,D,Y,11,,0,,SG,,,30.0,Masters,Yes,N,38.0,zero +7937,Mid,USA,M,3,E,DBA,Y,2,,3,,PB,,,38.0,Bachelors (4 years),Yes,N,42.0,zero +7938,Very High,USA,M,20,E,A,Y,4,,3,,PB,,,4.0,Masters,Yes,N,45.0,one +7939,Mid,USA,M,16,E,E,N,20,,0,,PB,,,135.0,None (no degree completed),,YesExpired,45.0,one +7940,High,USA,M,20,E,DT,N,16,,2,,PB,,,11.0,Bachelors (4 years),No,YesExpired,40.0,one +7941,High,USA,M,10,E,E,N,3,,0,,PB,,,16.0,Bachelors (4 years),Yes,YesValid,50.0,two +7942,High,USA,M,16,E,DBA,N,24,,6,,PB,,,1200.0,None (no degree completed),,YesExpired,45.0,two +7943,Low,USA,M,6,E,E,N,15,,3,,SG,,,21.0,Bachelors (4 years),Yes,YesExpired,42.0,one +7944,Mid,USA,M,8,E,DBA,Y,2,,0,,PB,,,2.0,Bachelors (4 years),No,N,46.0,one +7945,Very High,USA,M,18,E,DA,N,18,,6,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +7946,High,USA,M,13,E,DBA,N,15,,0,,PB,,,28.0,Associates (2 years),Yes,N,40.0,one +7947,Low,UK,M,12,E,DA,N,25,,3,,PB,,,50.0,Bachelors (4 years),No,N,40.0,zero +7948,Mid,USA,M,5,E,E,N,15,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,55.0,zero +7949,Mid,Ireland,M,20,E,DBA,N,3,,3,,PB,,,60.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +7950,Very High,USA,M,3,E,DA,Y,3,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,45.0,zero +7951,Very Low,Canada,M,6,E,DBA,N,6,,0,,PB,,,10.0,Bachelors (4 years),No,YesExpired,45.0,zero +7952,Low,USA,M,4,E,DBA,N,2,,0,,PB,,,50.0,Bachelors (4 years),Yes,N,38.0,zero +7953,Very High,USA,M,8,E,E,N,1,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,40.0,one +7954,Very High,USA,M,15,E,DBA,N,1,,1,,PB,,,150.0,Bachelors (4 years),Yes,YesExpired,50.0,one +7955,High,USA,M,14,E,DBA,N,16,,1,,LG,,,50.0,None (no degree completed),,YesExpired,40.0,four +7956,Very High,USA,M,18,E,E,Y,18,,1,,PB,,,10.0,None (no degree completed),,YesExpired,45.0,two +7957,Very Low,UK,M,5,E,DBA,N,1,,6,,PB,,,150.0,Bachelors (4 years),No,N,40.0,zero +7958,Very Low,Portugal,M,10,E,M,Y,22,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +7959,High,USA,M,10,E,A,Y,7,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,50.0,one +7960,Low,UK,M,16,E,DBA,N,4,,0,,PB,,,20.0,Masters,No,YesExpired,40.0,zero +7961,Very High,USA,M,20,E,M,Y,20,,0,,PB,,,10.0,None (no degree completed),No,YesExpired,50.0,one +7962,Low,USA,M,12,E,DBA,N,3,,0,,PB,,,10.0,None (no degree completed),,YesExpired,45.0,one +7963,Very High,USA,M,6,E,DBA,Y,4,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,two +7964,Low,Ireland,M,20,E,DBA,N,7,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +7965,Very Low,UK,M,16,E,DT,N,9,,0,,PB,,,11.0,Masters,Yes,N,37.0,zero +7966,High,USA,M,18,E,DBA,N,18,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,50.0,one +7967,Low,USA,M,4,E,DBA,N,4,,0,,PB,,,6.0,None (no degree completed),,N,40.0,five +7968,High,USA,M,18,E,DBA,N,2,,3,,LG,,,70.0,None (no degree completed),,N,42.0,zero +7969,Mid,USA,M,10,EC,M,Y,6,,0,,PB,,,9.0,Masters,Yes,N,50.0,five +7970,Mid,USA,MA,13,E,A,N,7,,0,,PB,,,3.0,Masters,No,N,40.0,zero +7971,Very High,USA,M,5,E,A,Y,5,,0,,PB,,,100.0,None (no degree completed),,YesValid,40.0,two +7972,High,USA,M,17,E,DBA,Y,4,,1,,PB,,,32.0,None (no degree completed),,N,45.0,zero +7973,Very High,USA,M,22,E,DBA,Y,8,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7974,Low,USA,M,4,E,DBA,N,4,,3,,PB,,,20.0,Masters,Yes,YesValid,40.0,one +7975,Mid,USA,M,6,E,DBA,N,1,,0,,PB,,,5.0,Associates (2 years),Yes,N,50.0,two +7976,Low,Canada,M,7,E,DA,Y,7,,0,,PB,,,8.0,Bachelors (4 years),Yes,N,40.0,zero +7977,Very High,USA,M,20,E,A,N,3,,0,,PB,,,6.0,Bachelors (4 years),No,N,45.0,one +7978,Very High,USA,M,13,E,DBA,Y,8,,3,,PB,,,20.0,Masters,Yes,N,45.0,two +7979,Low,UK,M,4,E,DBA,Y,2,,1,,PB,,,10.0,Masters,Yes,YesExpired,40.0,one +7980,High,Denmark,M,20,EC,DBA,Y,10,,3,,PB,,,500.0,Masters,No,YesValid,40.0,two +7981,Low,USA,M,1,E,DBA,N,1,,1,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +7982,Very High,USA,M,15,E,DA,N,30,,0,,PB,,,3.0,None (no degree completed),,N,40.0,zero +7983,Very High,USA,O,18,E,DBA,N,9,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,50.0,one +7984,High,USA,M,4,E,DBA,N,15,,1,,PB,,,18.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +7985,High,USA,M,10,E,DBA,N,12,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +7986,Very High,USA,M,5,E,A,Y,5,,0,,PB,,,25.0,Bachelors (4 years),Yes,N,40.0,zero +7987,Very High,USA,M,7,E,DBA,N,25,,0,,PB,,,15.0,Associates (2 years),Yes,N,40.0,five +7988,Very High,USA,M,15,E,A,N,3,,3,,PB,,,2000.0,Bachelors (4 years),Yes,YesValid,40.0,five +7989,Low,USA,M,6,E,DBA,N,1,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +7990,Very High,USA,M,20,EC,,Y,10,,2,,PB,,,100.0,Associates (2 years),Yes,YesValid,60.0,one +7991,Very High,USA,M,16,E,DBA,N,8,,0,,PB,,,6.0,Bachelors (4 years),No,YesExpired,50.0,zero +7992,High,USA,M,8,E,DBA,N,8,,3,,PB,,,10.0,Bachelors (4 years),No,YesExpired,40.0,two +7993,Mid,USA,M,10,E,DBA,N,4,,0,,PB,,,3.0,Bachelors (4 years),No,N,70.0,zero +7994,Very High,USA,M,18,E,E,N,22,,6,,PB,,,30.0,Masters,No,N,40.0,zero +7995,High,USA,M,19,E,E,N,1,,1,,PB,,,5.0,Bachelors (4 years),No,N,40.0,five +7996,Very Low,Russia,M,5,E,DT,Y,6,,2,,PB,,,200.0,Masters,No,N,40.0,zero +7997,Very Low,USA,M,8,E,E,Y,8,,0,,SG,,,7.0,Bachelors (4 years),No,YesValid,42.0,zero +7998,Very High,USA,M,15,E,A,Y,3,,0,,PB,,,20.0,Associates (2 years),,YesValid,50.0,one +7999,Very Low,UK,M,3,E,DBA,Y,3,,3,,PB,,,4.0,Masters,No,N,37.0,zero +8000,Mid,USA,M,8,E,DBA,N,8,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,five +8001,Mid,USA,M,10,E,DBA,Y,5,,2,,PB,,,300.0,Bachelors (4 years),Yes,N,45.0,five +8002,High,Switzerland,M,21,E,E,Y,18,,0,,PB,,,80.0,None (no degree completed),,YesExpired,46.0,zero +8003,Very Low,India,M,12,E,A,Y,4,,0,,PB,,,22.0,Bachelors (4 years),Yes,YesValid,50.0,zero +8004,Mid,USA,M,7,E,D,N,7,,1,,PB,,,5.0,Bachelors (4 years),No,N,45.0,five +8005,Mid,USA,M,18,E,DBA,N,3,,0,,PB,,,29.0,Bachelors (4 years),No,YesExpired,42.0,zero +8006,Very High,USA,M,25,E,E,Y,5,,5,,PB,,,410.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8007,Very Low,UK,M,10,E,A,Y,5,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,zero +8008,Low,USA,M,10,E,DBA,N,5,,2,,SG,,,45.0,Bachelors (4 years),Yes,N,40.0,one +8009,Very High,USA,M,13,E,M,Y,13,,0,,PB,,,1.0,Bachelors (4 years),No,N,45.0,zero +8010,Very High,USA,M,17,E,DBA,Y,18,,1,,FG,,,40.0,Bachelors (4 years),No,N,50.0,one +8011,High,USA,M,17,E,DBA,N,16,,3,,PB,,,200.0,Bachelors (4 years),Yes,N,43.0,zero +8012,Very Low,Germany,M,4,E,DT,N,4,,0,,PB,,,9.0,Masters,Yes,YesExpired,50.0,zero +8013,Very High,USA,M,10,E,DA,N,10,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,two +8014,Low,Canada,M,17,E,DBA,N,3,,2,,PB,,,500.0,Associates (2 years),Yes,N,38.0,one +8015,Mid,USA,M,15,E,DBA,Y,5,,0,,PB,,,12.0,Doctorate/PhD,No,YesExpired,50.0,zero +8016,High,USA,M,15,E,DBA,N,24,,0,,PB,,,45.0,None (no degree completed),,N,40.0,five +8017,Very High,USA,M,13,EC,E,N,1,,1,,FG,,,50.0,Bachelors (4 years),No,N,40.0,zero +8018,High,USA,M,12,E,DBA,N,2,,2,,PB,,,13.0,Bachelors (4 years),Yes,N,40.0,zero +8019,High,USA,M,15,EC,DBA,N,1,,0,,PB,,,1.0,Associates (2 years),Yes,YesValid,45.0,four +8020,Mid,USA,M,15,EC,DA,N,20,,6,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,44.0,five +8021,High,USA,M,11,E,DT,N,1,,6,,PB,,,40.0,Masters,Yes,YesValid,50.0,zero +8022,High,Uganda,M,15,E,DA,N,15,,4,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,one +8023,Mid,USA,M,10,I,D,N,10,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,zero +8024,Low,Canada,M,14,E,AN,Y,10,,0,,PB,,,4.0,Masters,Yes,YesValid,40.0,zero +8025,Mid,USA,M,20,E,DT,N,1,,0,,PB,,,200.0,Bachelors (4 years),Yes,YesExpired,50.0,five +8026,Low,USA,M,6,E,AN,N,2,,0,,PB,,,5.0,Bachelors (4 years),No,N,45.0,four +8027,High,USA,M,15,E,DBA,N,10,,4,,PB,,,2500.0,Masters,No,YesExpired,50.0,five +8028,High,USA,M,15,E,DBA,N,4,,3,,PB,,,200.0,Doctorate/PhD,Yes,YesValid,50.0,five +8029,Very High,USA,M,14,I,DA,N,25,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,45.0,five +8030,High,USA,M,12,E,DBA,N,6,,0,,PB,,,6.0,Bachelors (4 years),No,YesValid,50.0,zero +8031,Mid,USA,M,3,E,DBA,N,3,,2,,PB,,,75.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8032,Low,USA,M,5,E,A,N,2,,0,,LG,,,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8033,Mid,USA,M,6,E,DBA,N,2,,1,,LG,,,16.0,Masters,Yes,YesExpired,38.0,one +8034,Very Low,Germany,M,6,E,DT,Y,6,,1,,PB,,,100.0,Bachelors (4 years),Yes,N,42.0,zero +8035,Very Low,USA,M,2,E,DBA,N,2,,1,,PB,,,110.0,Associates (2 years),Yes,N,40.0,zero +8036,Mid,USA,M,15,E,DBA,N,1,,1,,PB,,,28.0,None (no degree completed),,N,40.0,zero +8037,Mid,UK,M,6,E,DBA,Y,0,,0,,PB,,,70.0,None (no degree completed),,YesValid,35.0,zero +8038,Mid,USA,M,13,E,DT,N,9,,6,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,40.0,two +8039,Low,USA,M,5,EC,DBA,N,4,,6,,PB,,,50000.0,Bachelors (4 years),Yes,N,45.0,one +8040,High,USA,M,23,E,DBA,N,2,,1,,PB,,,32.0,Bachelors (4 years),Yes,N,50.0,one +8041,Mid,USA,M,23,E,DA,N,1,,5,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,five +8042,Very Low,Netherlands,M,17,EC,DBA,N,2,,2,,PB,,,80.0,Masters,No,YesValid,40.0,two +8043,High,USA,M,8,E,DA,N,8,,2,,PB,,,2.0,Bachelors (4 years),Yes,N,42.0,one +8044,Low,USA,M,18,E,DBA,N,15,,0,,PB,,,7.0,Bachelors (4 years),No,YesExpired,40.0,two +8045,Very Low,USA,M,15,E,DBA,N,5,,0,,LG,,,15.0,Associates (2 years),No,YesExpired,40.0,zero +8046,Mid,USA,M,6,E,D,N,2,,1,,PB,,,7.0,Associates (2 years),No,YesExpired,40.0,zero +8047,Mid,USA,M,8,E,DT,N,5,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8048,Low,USA,M,12,E,DT,N,6,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,45.0,zero +8049,High,USA,O,15,E,DBA,N,10,,2,,LG,,,20.0,Masters,Yes,N,40.0,zero +8050,Very High,USA,M,8,E,DBA,N,8,,1,,PB,,,30.0,None (no degree completed),,N,40.0,one +8051,Mid,USA,M,6,E,DBA,N,0,,0,,PB,,,16.0,Bachelors (4 years),Yes,N,45.0,one +8052,Very High,USA,M,14,E,DS,N,14,,3,,FG,,,8.0,Doctorate/PhD,No,N,48.0,zero +8053,Very High,USA,M,10,E,DBA,Y,10,,1,,PB,,,24.0,None (no degree completed),,YesValid,40.0,zero +8054,Very Low,USA,M,4,E,D,N,4,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,zero +8055,Mid,Ireland,M,15,E,A,Y,3,,3,,SG,,,5.0,Masters,Yes,YesValid,45.0,zero +8056,Very Low,Slovenia,M,2,E,DBA,N,2,,1,,PB,,,50.0,None (no degree completed),No,YesValid,50.0,zero +8057,Mid,USA,M,20,E,D,N,20,,2,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8058,Mid,USA,M,10,E,DBA,N,10,,1,,SG,,,5.0,Bachelors (4 years),No,N,40.0,zero +8059,Very High,Canada,M,15,E,DBA,Y,20,,2,,PB,,,20.0,None (no degree completed),,YesExpired,50.0,five +8060,Very High,USA,M,14,E,DBA,N,5,,0,,PB,,,150.0,Bachelors (4 years),No,YesExpired,50.0,zero +8061,Very High,USA,M,15,E,E,N,15,,0,,PB,,,1.0,Associates (2 years),Yes,YesExpired,40.0,zero +8062,High,USA,M,26,E,DBA,N,19,,2,,SG,,,50.0,Masters,Yes,YesExpired,40.0,one +8063,Very High,Australia,M,15,E,DBA,N,17,,6,,PB,,,1200.0,Bachelors (4 years),,YesExpired,43.0,one +8064,Mid,USA,M,4,E,DBA,N,4,,1,,PB,,,60.0,Bachelors (4 years),Yes,N,45.0,one +8065,Very High,USA,M,21,E,DBA,N,1,,6,,PB,,,2500.0,Bachelors (4 years),Yes,YesExpired,45.0,one +8066,Low,USA,M,5,E,DA,N,6,,2,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8067,High,USA,M,10,E,DBA,N,8,,1,,PB,,,75.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8068,Low,UK,M,4,E,DBA,N,4,,4,,PB,,,600.0,Bachelors (4 years),Yes,YesExpired,40.0,one +8069,Mid,USA,M,4,E,DA,N,20,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,40.0,zero +8070,High,USA,M,4,E,E,N,7,,0,,PB,,,50.0,Masters,No,YesValid,40.0,zero +8071,High,USA,M,11,EC,DT,N,3,,1,,FG,,,8.0,None (no degree completed),,N,40.0,one +8072,Mid,USA,M,8,E,E,N,3,,0,,PB,,,50.0,Masters,No,YesExpired,45.0,five +8073,High,USA,M,10,E,DBA,Y,2,,1,,PB,,,150.0,Bachelors (4 years),Yes,N,50.0,three +8074,Mid,USA,M,15,E,DBA,N,5,,1,,PB,,,250.0,Associates (2 years),,YesExpired,50.0,one +8075,Low,USA,M,25,E,,N,20,,0,,PB,,,14.0,None (no degree completed),,N,40.0,zero +8076,Mid,USA,M,15,E,DBA,N,4,,2,,PB,,,140.0,Associates (2 years),Yes,YesValid,40.0,zero +8077,Low,Canada,M,10,E,DBA,N,12,,1,,PB,,,120.0,Associates (2 years),Yes,N,38.0,zero +8078,Mid,USA,M,2,E,E,N,31,,0,,PB,,,3.0,Bachelors (4 years),No,N,50.0,zero +8079,Mid,Israel,M,5,E,DBA,N,5,,4,,PB,,,10.0,Bachelors (4 years),Yes,N,47.0,zero +8080,Low,USA,M,3,E,AN,Y,2,,0,,PB,,,5.0,Masters,No,N,38.0,zero +8081,Low,USA,M,4,E,DBA,N,4,,3,,PB,,,50.0,Associates (2 years),Yes,N,50.0,zero +8082,Mid,USA,M,16,EC,DBA,N,1,,6,,PB,,,100.0,Masters,No,N,40.0,five +8083,Low,USA,M,10,E,E,N,8,,4,,PB,,,500.0,None (no degree completed),,N,46.0,one +8084,Mid,USA,M,4,E,DBA,N,4,,3,,PB,,,2500.0,None (no degree completed),No,YesValid,40.0,zero +8085,Very High,USA,M,12,E,A,Y,2,,0,,FG,,,15.0,Bachelors (4 years),No,YesExpired,40.0,one +8086,Very Low,USA,M,3,I,DA,N,3,,1,,PB,,,7.0,Bachelors (4 years),Yes,N,24.0,zero +8087,Very High,USA,M,19,I,A,Y,13,,3,,PB,,,14.0,Masters,No,N,48.0,three +8088,Very High,USA,M,6,E,DT,N,6,,1,,PB,,,15.0,Bachelors (4 years),No,N,40.0,zero +8089,Mid,Canada,M,10,E,A,N,1,,1,,PB,,,120.0,Associates (2 years),Yes,YesExpired,40.0,three +8090,Very High,USA,M,15,E,DT,N,15,,6,,PB,,,25.0,Masters,No,YesExpired,30.0,zero +8091,Low,Netherlands,DB2,31,I,DBA,Y,37,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,36.0,four +8092,High,USA,M,10,E,DT,Y,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,one +8093,Mid,USA,M,11,E,DBA,N,1,,0,,PB,,,48.0,Associates (2 years),Yes,YesValid,40.0,zero +8094,Very Low,Sweden,M,17,E,DBA,N,17,,0,,PB,,,10.0,Masters,Yes,YesExpired,40.0,zero +8095,Mid,Canada,M,19,E,DBA,N,10,,6,,PB,,,430.0,Bachelors (4 years),Yes,N,45.0,one +8096,High,USA,M,15,E,DBA,N,1,,0,,PB,,,4.0,None (no degree completed),,N,40.0,two +8097,Very Low,Bulgaria,M,10,E,DBA,N,10,,6,,PB,,,10000.0,Masters,Yes,YesValid,48.0,zero +8098,Very Low,Russia,M,4,E,E,N,1,,4,,FG,,,100.0,Masters,Yes,YesValid,40.0,zero +8099,High,USA,M,17,E,DBA,N,5,,1,,PB,,,12.0,None (no degree completed),,N,42.0,two +8100,Very Low,UK,M,7,E,DBA,N,7,,2,,LG,,,40.0,Masters,Yes,YesValid,38.0,zero +8101,Mid,USA,M,8,EC,DT,N,1,,1,,PB,,,4.0,Masters,Yes,YesValid,40.0,zero +8102,Very High,USA,M,10,I,DS,Y,5,,3,,PB,,,3.0,Masters,Yes,YesExpired,40.0,zero +8103,Very Low,Canada,M,1,E,DBA,N,1,,0,,PB,,,30.0,None (no degree completed),Yes,N,35.0,zero +8104,Low,USA,M,15,E,DBA,N,2,,2,,LG,,,60.0,Masters,Yes,YesExpired,40.0,zero +8105,Mid,USA,M,25,E,DBA,N,20,,2,,PB,,,200.0,Associates (2 years),Yes,N,40.0,one +8106,Low,USA,M,5,E,AN,N,3,,1,,PB,,,1.0,None (no degree completed),,N,40.0,zero +8107,Very Low,UK,M,16,E,D,Y,10,,0,,PB,,,5.0,None (no degree completed),,N,40.0,three +8108,Very High,USA,M,18,E,A,Y,7,,6,,PB,,,70.0,Bachelors (4 years),No,YesExpired,60.0,five +8109,Very High,USA,M,12,E,DBA,Y,8,,0,,PB,,,120.0,Bachelors (4 years),No,YesExpired,45.0,zero +8110,Mid,USA,M,16,E,AN,N,13,,0,,PB,,,10.0,Associates (2 years),No,N,40.0,zero +8111,High,USA,M,8,E,A,N,5,,1,,PB,,,120.0,Masters,Yes,YesExpired,40.0,three +8112,Mid,USA,M,10,E,DBA,N,2,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,five +8113,High,USA,M,16,E,DBA,Y,6,,0,,LG,,,52.0,Bachelors (4 years),Yes,N,40.0,zero +8114,Very High,USA,M,20,E,DA,N,5,,0,,PB,,,40.0,Masters,Yes,YesValid,40.0,zero +8115,Low,UK,M,12,E,A,Y,12,,0,,PB,,,200.0,Bachelors (4 years),Yes,N,45.0,zero +8116,Low,Canada,M,10,E,DBA,N,6,,2,,SG,,,160.0,Associates (2 years),Yes,YesValid,36.0,zero +8117,Very High,USA,M,20,E,DBA,N,20,,6,,PB,,,1000.0,Bachelors (4 years),Yes,N,40.0,one +8118,Low,USA,M,4,E,DBA,N,1,,1,,PB,,,14.0,None (no degree completed),,N,45.0,two +8119,Low,USA,M,9,E,DBA,N,9,,1,,LG,,,29.0,Bachelors (4 years),Yes,N,40.0,zero +8120,Very High,USA,M,21,E,DT,N,5,,0,,PB,,,10.0,Bachelors (4 years),No,N,45.0,one +8121,Very Low,USA,M,5,EC,DT,N,1,,3,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,five +8122,Very Low,Brazil,M,3,E,DBA,N,3,,2,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,60.0,zero +8123,High,USA,M,15,E,DBA,Y,4,,1,,PB,,,40.0,None (no degree completed),,YesValid,40.0,one +8124,Very Low,India,MS,2,E,DBA,N,2,,2,,PB,,,30.0,Bachelors (4 years),Yes,N,45.0,zero +8125,Very Low,UK,M,5,EC,D,N,1,,6,,PB,,,5.0,None (no degree completed),,N,37.0,zero +8126,High,USA,M,17,E,DBA,Y,14,,4,,PB,,,400.0,None (no degree completed),,YesValid,45.0,zero +8127,High,USA,M,17,E,DBA,N,10,,2,,LG,,,35.0,Bachelors (4 years),No,YesExpired,43.0,zero +8128,Mid,USA,M,21,E,DBA,Y,12,,1,,PB,,,300.0,Associates (2 years),,YesExpired,45.0,zero +8129,Very High,USA,M,32,E,A,Y,2,,0,,PB,,,20.0,Associates (2 years),Yes,N,65.0,zero +8130,Mid,USA,M,10,E,D,N,6,,1,,PB,,,20.0,Masters,Yes,N,45.0,zero +8131,Very Low,South-Africa,M,20,E,DBA,N,20,,0,,PB,,,20.0,Associates (2 years),Yes,YesValid,40.0,zero +8132,Very High,USA,M,12,E,DBA,Y,1,,6,,PB,,,1500.0,Associates (2 years),,YesExpired,45.0,one +8133,Low,UK,M,15,E,A,Y,3,,0,,PB,,,150.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8134,High,USA,M,8,E,DBA,N,6,,0,,PB,,,15.0,None (no degree completed),,YesValid,40.0,zero +8135,Very Low,South-Africa,M,11,E,DBA,Y,11,,3,,PB,,,150.0,None (no degree completed),,YesValid,40.0,zero +8136,High,USA,M,18,E,DBA,N,4,,0,,PB,,,50.0,Bachelors (4 years),No,YesExpired,45.0,zero +8137,High,USA,M,10,E,DBA,N,10,,3,,SG,,,30.0,Bachelors (4 years),Yes,YesValid,40.0,one +8138,Very Low,Brazil,M,7,E,DBA,N,4,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,8.0,zero +8139,Low,Canada,M,12,E,AN,N,5,,5,,SG,,,125.0,Associates (2 years),Yes,YesExpired,36.0,zero +8140,Low,USA,M,11,E,DBA,N,2,,0,,PB,,,5.0,None (no degree completed),,YesExpired,40.0,zero +8141,High,USA,M,15,EC,DBA,N,3,,0,,SG,,,5.0,Bachelors (4 years),No,N,47.0,zero +8142,High,USA,M,15,E,A,N,2,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,five +8143,Low,USA,M,10,E,DA,N,3,,3,,SG,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +8144,High,USA,M,13,E,DBA,N,10,,0,,PB,,,55.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8145,Low,USA,M,5,E,E,N,5,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,40.0,one +8146,Very High,USA,M,9,E,AN,N,6,,0,,LG,,,4.0,Masters,No,N,40.0,zero +8147,Low,USA,M,15,E,DBA,N,15,,2,,SG,,,35.0,Bachelors (4 years),No,N,45.0,zero +8148,Very High,USA,MS,6,E,DBA,N,16,,1,,PB,,,50.0,Masters,Yes,YesExpired,45.0,one +8149,Mid,USA,M,5,E,DBA,N,3,,4,,PB,,,250.0,Associates (2 years),Yes,N,40.0,five +8150,Very High,USA,M,10,E,A,N,1,,0,,FG,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8151,Mid,USA,M,15,E,DBA,N,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +8152,High,USA,M,20,E,DBA,N,20,,1,,PB,,,100.0,Bachelors (4 years),No,YesExpired,45.0,zero +8153,Very High,USA,M,20,EC,DA,N,20,,2,,PB,,,10.0,Doctorate/PhD,No,YesValid,40.0,two +8154,High,USA,M,16,E,DBA,N,16,,1,,PB,,,110.0,Bachelors (4 years),No,N,37.0,two +8155,Very Low,USA,MA,2,E,DA,N,2,,0,,PB,,,2.0,None (no degree completed),,YesExpired,45.0,zero +8156,High,USA,M,17,E,DBA,N,5,,0,,PB,,,5.0,Masters,No,YesValid,45.0,zero +8157,Mid,Norway,M,2,EC,DBA,N,2,,0,,PB,,,46.0,Bachelors (4 years),No,YesValid,40.0,five +8158,Mid,USA,M,11,E,DT,N,17,,2,,PB,,,5.0,Associates (2 years),,N,45.0,zero +8159,Mid,USA,P,3,E,DBA,N,3,,4,,LG,,,50.0,Bachelors (4 years),No,YesExpired,45.0,zero +8160,Mid,USA,M,10,E,DBA,N,4,,1,,LG,,,30.0,None (no degree completed),,N,35.0,zero +8161,Low,USA,M,15,E,DA,N,7,,0,,PB,,,13.0,Bachelors (4 years),Yes,N,40.0,zero +8162,High,USA,M,9,E,DBA,N,5,,1,,PB,,,1000.0,None (no degree completed),,N,40.0,three +8163,Very High,USA,M,27,E,DBA,Y,10,,0,,PB,,,17.0,None (no degree completed),,N,50.0,zero +8164,Very High,USA,M,17,I,E,N,17,,0,,PB,,,15.0,None (no degree completed),,YesValid,50.0,five +8165,Very High,USA,M,10,E,DBA,N,2,,0,,PB,,,15.0,Bachelors (4 years),No,YesValid,40.0,zero +8166,Very High,USA,M,1,E,A,Y,5,,1,,PB,,,10.0,None (no degree completed),,N,50.0,zero +8167,High,USA,M,6,EC,DA,Y,2,,4,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8168,Mid,USA,M,16,E,DBA,N,16,,6,,PB,,,800.0,None (no degree completed),,N,44.0,one +8169,High,USA,M,18,EC,DBA,Y,8,,3,,PB,,,100.0,Associates (2 years),Yes,YesValid,40.0,five +8170,Very Low,Turkey,M,10,E,DBA,Y,5,,1,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,zero +8171,Very Low,Romania,M,12,E,A,N,3,,0,,PB,,,300.0,Bachelors (4 years),Yes,N,40.0,zero +8172,Low,UK,M,13,E,D,N,1,,6,,PB,,,1.0,Bachelors (4 years),No,YesExpired,38.0,zero +8173,High,USA,M,12,E,E,N,2,,1,,PB,,,10.0,None (no degree completed),,N,41.0,one +8174,Mid,USA,M,16,E,E,N,12,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8175,Mid,USA,M,17,E,,N,13,,3,,LG,,,6.0,Masters,No,YesExpired,40.0,zero +8176,Very Low,Sweden,M,10,E,DBA,N,10,,4,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,one +8177,Mid,USA,M,5,E,DT,N,1,,1,,PB,,,75.0,Bachelors (4 years),Yes,YesValid,50.0,zero +8178,Very High,USA,O,25,E,A,N,4,,3,,PB,,,10.0,Masters,No,YesExpired,45.0,zero +8179,High,USA,M,14,E,DBA,N,9,,2,,PB,,,12.0,Bachelors (4 years),Yes,N,45.0,zero +8180,High,USA,M,12,E,D,N,12,,0,,PB,,,2.0,Masters,Yes,N,40.0,two +8181,High,USA,M,11,E,DBA,N,11,,0,,PB,,,35.0,Associates (2 years),No,YesExpired,65.0,two +8182,Mid,Canada,M,10,E,M,Y,3,,0,,PB,,,8.0,Associates (2 years),Yes,N,65.0,one +8183,High,USA,M,8,E,DBA,N,8,,2,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,45.0,five +8184,Very High,USA,M,16,E,DBA,Y,8,,0,,PB,,,11.0,Masters,Yes,YesExpired,55.0,zero +8185,Low,Canada,M,15,E,DBA,Y,10,,1,,SG,,,6.0,Associates (2 years),No,YesValid,35.0,three +8186,High,USA,M,11,E,DBA,N,11,,1,,FG,,,50.0,Bachelors (4 years),Yes,N,40.0,five +8187,Very High,USA,M,16,E,DBA,Y,4,,1,,PB,,,35.0,Bachelors (4 years),No,YesValid,45.0,one +8188,Very High,USA,M,20,E,DBA,N,8,,4,,PB,,,150.0,Associates (2 years),Yes,YesValid,40.0,one +8189,Mid,USA,M,14,E,DBA,N,20,,0,,PB,,,30.0,Bachelors (4 years),Yes,N,42.0,zero +8190,Mid,USA,M,8,E,DBA,N,2,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,42.0,zero +8191,Mid,USA,M,15,E,DBA,N,5,,1,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8192,Very High,USA,M,15,E,DBA,N,10,,2,,PB,,,100.0,Masters,Yes,YesExpired,50.0,one +8193,Very Low,USA,M,5,E,DT,N,5,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,50.0,one +8194,Mid,USA,M,9,E,DBA,N,7,,3,,PB,,,150.0,Bachelors (4 years),Yes,N,45.0,two +8195,Very High,USA,M,25,E,DBA,Y,10,,0,,PB,,,21.0,None (no degree completed),,YesExpired,35.0,five +8196,Very Low,Netherlands,M,8,E,DBA,N,8,,0,,PB,,,8.0,None (no degree completed),,YesExpired,40.0,zero +8197,Mid,USA,M,20,E,DT,N,20,,2,,PB,,,5.0,None (no degree completed),,N,40.0,zero +8198,Very Low,Lithuania,M,12,E,DBA,N,2,,3,,PB,,,150.0,Masters,Yes,YesExpired,40.0,four +8199,Very High,USA,M,18,E,DBA,N,2,,1,,PB,,,60.0,Bachelors (4 years),No,YesExpired,38.0,zero +8200,High,USA,M,10,E,A,N,2,,0,,PB,,,5.0,Bachelors (4 years),No,N,45.0,zero +8201,High,USA,M,11,E,DBA,Y,10,,0,,FG,,,300.0,Bachelors (4 years),Yes,YesExpired,45.0,one +8202,Very Low,UK,M,5,E,DA,N,1,,1,,PB,,,2.0,Masters,No,N,35.0,zero +8203,Mid,USA,M,3,E,D,N,3,,2,,LG,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +8204,Low,USA,M,20,E,DBA,N,3,,0,,PB,,,45.0,Bachelors (4 years),Yes,N,40.0,one +8205,High,USA,M,8,E,DBA,N,5,,2,,PB,,,57.0,Bachelors (4 years),No,N,42.0,zero +8206,Low,USA,M,12,E,D,N,4,,3,,PB,,,8.0,None (no degree completed),,YesExpired,42.0,zero +8207,Very High,USA,O,20,I,DBA,Y,10,,0,,PB,,,35.0,Bachelors (4 years),No,YesValid,40.0,five +8208,Very High,Canada,M,15,I,A,N,20,,0,,SG,,,12.0,Associates (2 years),Yes,N,40.0,one +8209,High,USA,M,15,E,DBA,Y,10,,4,,LG,,,50.0,Associates (2 years),No,N,50.0,zero +8210,Very Low,Poland,M,10,I,DT,N,10,,6,,PB,,,6.0,Masters,No,YesValid,40.0,zero +8211,Mid,USA,M,10,E,DBA,N,3,,6,,PB,,,35.0,Bachelors (4 years),No,N,40.0,zero +8212,High,USA,M,13,E,E,N,1,,6,,PB,,,57.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8213,High,USA,M,7,E,DBA,N,7,,0,,PB,,,43.0,None (no degree completed),,YesExpired,45.0,zero +8214,Mid,USA,M,7,E,DBA,N,3,,0,,PB,,,15.0,Bachelors (4 years),No,N,40.0,zero +8215,Very High,USA,M,20,E,DBA,N,19,,1,,PB,,,300.0,Bachelors (4 years),Yes,YesValid,50.0,two +8216,Mid,USA,M,15,E,D,N,15,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,two +8217,Very High,USA,M,20,E,DBA,N,25,,6,,PB,,,80.0,Associates (2 years),Yes,YesExpired,50.0,zero +8218,High,USA,M,12,E,DBA,N,10,,1,,PB,,,175.0,Bachelors (4 years),Yes,YesValid,50.0,one +8219,High,USA,M,8,E,DBA,N,6,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8220,Mid,USA,M,12,E,D,N,1,,0,,PB,,,8.0,Bachelors (4 years),No,N,45.0,five +8221,Low,New-Zealand,M,11,E,DBA,N,33,,0,,PB,,,105.0,None (no degree completed),,N,40.0,zero +8222,Low,USA,M,7,E,D,N,1,,2,,PB,,,30.0,Bachelors (4 years),Yes,N,45.0,five +8223,Very High,USA,M,15,I,DA,N,35,,0,,PB,,,6.0,None (no degree completed),,YesExpired,40.0,one +8224,Mid,USA,M,10,EC,DBA,N,14,,5,,PB,,,1000.0,Bachelors (4 years),Yes,N,45.0,four +8225,Low,Canada,M,2,E,M,Y,1,,0,,PB,,,3.0,Bachelors (4 years),No,N,40.0,zero +8226,High,USA,M,20,E,DBA,N,32,,5,,SG,,,500.0,Associates (2 years),Yes,N,40.0,zero +8227,Mid,Ireland,M,12,E,A,N,2,,0,,PB,,,6.0,Associates (2 years),Yes,YesExpired,37.0,two +8228,Very High,USA,M,20,E,M,Y,1,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8229,High,USA,M,25,E,DBA,N,8,,0,,PB,,,25.0,Bachelors (4 years),No,N,45.0,five +8230,Very High,USA,M,8,E,DBA,N,20,,1,,PB,,,10.0,Bachelors (4 years),No,YesExpired,40.0,zero +8231,Very Low,CzechRepublic,M,6,E,AN,N,10,,1,,PB,,,10.0,Masters,,N,42.0,zero +8232,Low,Netherlands,M,6,E,DBA,N,16,,2,,PB,,,40.0,Bachelors (4 years),No,YesValid,50.0,zero +8233,Mid,USA,O,3,E,DBA,N,3,,2,,PB,,,350.0,Bachelors (4 years),Yes,N,40.0,zero +8234,Very Low,UK,M,3,E,D,N,2,,4,,PB,,,10.0,None (no degree completed),,N,40.0,one +8235,Very Low,Croatia,M,15,E,DT,N,10,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8236,Very High,USA,M,17,E,DBA,N,3,,2,,PB,,,300.0,Bachelors (4 years),No,YesValid,40.0,five +8237,High,USA,M,5,E,M,Y,3,,0,,PB,,,4.0,Masters,Yes,YesValid,55.0,zero +8238,High,USA,M,20,E,DBA,N,27,,6,,PB,,,146.0,Bachelors (4 years),No,YesValid,46.0,one +8239,Mid,USA,M,8,E,DBA,N,8,,1,,PB,,,100.0,None (no degree completed),,YesExpired,50.0,five +8240,Mid,USA,M,4,E,DA,N,4,,4,,PB,,,8.0,Bachelors (4 years),No,N,40.0,zero +8241,High,USA,M,10,E,DBA,N,10,,4,,PB,,,300.0,Doctorate/PhD,No,YesValid,50.0,two +8242,High,USA,M,15,E,DBA,N,6,,0,,PB,,,7.0,Masters,Yes,N,40.0,one +8243,Low,USA,M,3,E,DA,N,3,,1,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8244,Low,Canada,M,13,E,E,N,2,,1,,PB,,,7.0,Masters,,YesExpired,40.0,zero +8245,High,UK,M,17,I,DBA,N,17,,4,,LG,,,100.0,None (no degree completed),No,YesValid,40.0,zero +8246,Very High,USA,M,8,E,DBA,N,8,,1,,PB,,,20.0,Masters,No,YesExpired,42.0,zero +8247,Very High,USA,M,5,E,E,Y,5,,6,,PB,,,2000.0,Bachelors (4 years),Yes,YesValid,68.0,zero +8248,Very High,USA,M,17,E,DBA,N,7,,0,,PB,,,10.0,None (no degree completed),,YesExpired,40.0,two +8249,Very High,USA,,1,E,D,N,15,,0,,PB,,,15.0,Masters,No,YesExpired,45.0,four +8250,Very Low,USA,M,2,E,DBA,N,2,,4,,PB,,,109.0,None (no degree completed),,N,45.0,zero +8251,Low,South-Africa,M,20,E,DT,N,12,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,60.0,five +8252,High,USA,M,11,E,DBA,N,10,,0,,PB,,,4.0,Bachelors (4 years),No,N,40.0,zero +8253,Very High,USA,M,26,I,A,Y,26,,0,,PB,,,100.0,Masters,Yes,YesExpired,35.0,five +8254,Very Low,USA,M,2,E,,N,2,,0,,PB,,,82.0,Associates (2 years),Yes,N,50.0,zero +8255,Very High,USA,M,23,EC,DT,N,11,,6,,FG,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +8256,Mid,USA,M,6,E,DT,Y,4,,6,,PB,,,2.0,Bachelors (4 years),Yes,YesExpired,50.0,two +8257,Low,USA,M,10,E,AN,N,29,,2,,LG,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8258,Low,USA,M,17,E,DA,N,20,,6,,PB,,,5.0,None (no degree completed),No,N,40.0,zero +8259,Low,USA,M,20,E,DBA,N,23,,2,,LG,,,8.0,Bachelors (4 years),Yes,N,40.0,zero +8260,Mid,USA,M,20,E,DBA,Y,12,,1,,PB,,,15.0,Masters,Yes,N,50.0,zero +8261,Very Low,USA,M,10,E,DBA,N,10,,1,,SG,,,25.0,Masters,Yes,YesValid,40.0,zero +8262,Mid,Jersey,M,12,I,E,N,6,,0,,PB,,,100.0,None (no degree completed),,YesValid,25.0,one +8263,Low,USA,M,8,E,DT,N,11,,1,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +8264,Very Low,USA,M,12,E,DBA,N,5,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +8265,Mid,USA,M,13,EC,DBA,N,1,,2,,PB,,,175.0,Bachelors (4 years),Yes,N,50.0,zero +8266,Very High,Denmark,M,10,I,DBA,N,10,,0,,FG,,,50.0,Masters,Yes,YesExpired,35.0,zero +8267,Very High,USA,M,16,E,DBA,N,1,,0,,PB,,,22.0,Masters,No,YesExpired,40.0,zero +8268,Very High,USA,M,23,E,DT,Y,23,,0,,SG,,,6.0,Bachelors (4 years),Yes,N,50.0,zero +8269,Very High,USA,M,10,E,DBA,N,1,,0,,PB,,,15.0,Bachelors (4 years),No,N,40.0,one +8270,Very Low,UK,M,4,E,D,N,4,,6,,FG,,,7.0,None (no degree completed),,YesValid,40.0,zero +8271,Very Low,USA,M,4,E,DA,Y,4,,2,,PB,,,1.0,Associates (2 years),No,N,60.0,two +8272,High,USA,M,10,E,DBA,Y,8,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +8273,Mid,USA,T,1,E,AN,N,5,,4,,PB,,,2.0,Bachelors (4 years),No,N,45.0,zero +8274,Very High,USA,M,6,E,A,N,3,,2,,PB,,,15.0,Bachelors (4 years),,YesValid,45.0,two +8275,Very High,USA,M,15,E,E,N,2,,2,,FG,,,40.0,Bachelors (4 years),Yes,YesValid,30.0,five +8276,Low,New-Zealand,M,8,E,DBA,N,3,,1,,LG,,,30.0,None (no degree completed),,N,45.0,zero +8277,Low,USA,M,17,E,DA,N,15,,3,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8278,Very Low,Poland,P,1,E,DA,N,3,,3,,PB,,,1.0,Masters,Yes,N,40.0,zero +8279,Low,USA,M,1,E,DT,N,1,,2,,PB,,,8.0,Bachelors (4 years),Yes,N,45.0,zero +8280,Mid,USA,M,4,E,DBA,Y,2,,1,,PB,,,25.0,Bachelors (4 years),No,N,50.0,zero +8281,Mid,Finland,M,12,E,DBA,N,3,,1,,PB,,,60.0,None (no degree completed),No,YesExpired,40.0,two +8282,Mid,USA,M,8,E,DT,N,11,,1,,PB,,,100.0,Bachelors (4 years),No,N,45.0,zero +8283,Very High,USA,M,6,E,DA,N,6,,5,,PB,,,0.0,Bachelors (4 years),Yes,N,40.0,zero +8284,High,USA,M,17,E,E,N,17,,0,,PB,,,4.0,None (no degree completed),,YesExpired,45.0,zero +8285,Mid,USA,M,18,EC,DA,Y,8,,4,,PB,,,25.0,Associates (2 years),,N,50.0,zero +8286,High,USA,M,16,E,DBA,N,15,,1,,PB,,,40.0,Masters,Yes,YesValid,40.0,five +8287,Very High,USA,M,11,E,DBA,N,2,,3,,PB,,,500.0,Bachelors (4 years),No,N,40.0,one +8288,Very Low,Canada,M,9,E,DT,N,9,,0,,SG,,,21.0,Associates (2 years),Yes,YesValid,40.0,zero +8289,Very High,USA,M,10,E,D,N,19,,0,,PB,,,3.0,Associates (2 years),Yes,N,40.0,one +8290,High,USA,M,6,E,M,Y,6,,0,,PB,,,40.0,Bachelors (4 years),No,N,50.0,zero +8291,Low,South-Africa,M,10,E,DT,N,10,,2,,PB,,,4.0,Bachelors (4 years),No,N,60.0,zero +8292,High,USA,M,15,E,A,N,1,,0,,PB,,,800.0,Bachelors (4 years),Yes,N,40.0,two +8293,Mid,USA,M,7,E,DT,Y,7,,0,,PB,,,20.0,None (no degree completed),,N,45.0,zero +8294,High,USA,M,11,E,A,N,9,,3,,PB,,,3.0,Bachelors (4 years),No,N,40.0,five +8295,Low,USA,M,9,E,DBA,Y,2,,0,,SG,,,15.0,Bachelors (4 years),Yes,N,38.0,zero +8296,Mid,USA,M,7,E,DBA,N,6,,1,,PB,,,50.0,Masters,Yes,YesValid,45.0,zero +8297,High,USA,M,12,E,DBA,N,21,,6,,PB,,,180.0,Bachelors (4 years),Yes,N,42.0,zero +8298,Very High,Norway,M,15,EC,D,N,10,,2,,PB,,,20.0,Masters,Yes,YesValid,50.0,zero +8299,Very High,USA,M,17,E,DBA,N,17,,6,,PB,,,290.0,Associates (2 years),Yes,YesExpired,60.0,two +8300,Low,USA,M,2,E,DBA,N,26,,2,,PB,,,40.0,Bachelors (4 years),Yes,N,38.0,zero +8301,Low,New-Zealand,M,7,E,DT,N,15,,3,,SG,,,3.0,None (no degree completed),,N,40.0,zero +8302,Very High,USA,M,10,E,DBA,N,10,,0,,PB,,,10.0,Masters,Yes,N,40.0,zero +8303,Mid,USA,M,15,E,D,N,15,,0,,PB,,,4.0,Bachelors (4 years),No,N,45.0,zero +8304,Very High,USA,M,19,E,DT,N,15,,6,,PB,,,6.0,Bachelors (4 years),No,N,40.0,one +8305,Mid,USA,M,10,E,DT,Y,10,,1,,PB,,,10.0,Associates (2 years),Yes,N,40.0,zero +8306,High,USA,M,11,E,DBA,Y,6,,5,,PB,,,120.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8307,High,USA,M,18,E,D,Y,5,,0,,PB,,,25.0,Bachelors (4 years),No,N,40.0,zero +8308,Very Low,UK,M,3,E,D,N,1,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,37.0,zero +8309,High,Australia,M,23,E,M,Y,10,,0,,PB,,,6.0,Bachelors (4 years),,YesValid,45.0,zero +8310,High,USA,M,16,E,DBA,N,16,,0,,PB,,,10.0,Bachelors (4 years),No,N,50.0,one +8311,High,USA,M,13,E,DT,N,8,,0,,PB,,,6.0,Associates (2 years),Yes,YesExpired,40.0,zero +8312,Low,USA,M,6,E,DT,N,5,,0,,PB,,,40.0,Bachelors (4 years),Yes,YesValid,50.0,five +8313,Low,Canada,M,10,E,M,Y,4,,0,,PB,,,3.0,Associates (2 years),Yes,YesValid,55.0,three +8314,High,USA,M,5,E,DBA,N,5,,1,,PB,,,27.0,Bachelors (4 years),Yes,YesExpired,38.0,one +8315,Very High,USA,M,12,E,DBA,N,7,,0,,PB,,,1500.0,Bachelors (4 years),No,N,40.0,five +8316,High,USA,M,10,E,DT,Y,1,,1,,PB,,,8.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +8317,Very High,USA,M,15,E,D,N,4,,1,,PB,,,3.0,Masters,Yes,YesValid,40.0,three +8318,Low,Canada,M,8,EC,DBA,N,9,,0,,PB,,,200.0,Bachelors (4 years),,N,35.0,zero +8319,Mid,UK,M,14,E,DBA,N,1,,2,,PB,,,50.0,None (no degree completed),,YesExpired,35.0,zero +8320,Very High,USA,O,19,E,DBA,N,19,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,40.0,one +8321,Very Low,Mexico,M,13,E,DBA,N,2,,0,,PB,,,60.0,Bachelors (4 years),Yes,YesValid,48.0,zero +8322,Low,Austria,M,6,E,D,N,4,,0,,PB,,,12.0,Masters,No,N,50.0,zero +8323,Very Low,UK,M,6,E,DA,N,3,,2,,PB,,,7.0,Bachelors (4 years),Yes,YesValid,38.0,zero +8324,Very High,USA,M,18,E,E,N,16,,1,,PB,,,65.0,Masters,Yes,YesExpired,40.0,five +8325,Mid,USA,M,7,E,DBA,Y,3,,3,,PB,,,100.0,Masters,Yes,YesValid,45.0,zero +8326,Very High,New-Zealand,M,19,I,DBA,N,9,,0,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,35.0,one +8327,Mid,USA,M,5,E,DBA,N,5,,2,,LG,,,500.0,Masters,No,N,50.0,zero +8328,Low,USA,M,10,E,DBA,Y,10,,2,,PB,,,50.0,Associates (2 years),No,YesExpired,55.0,zero +8329,High,USA,M,18,E,DBA,N,3,,0,,PB,,,25.0,Masters,Yes,YesExpired,45.0,one +8330,Mid,USA,M,5,E,DBA,N,1,,0,,PB,,,60.0,Associates (2 years),Yes,N,40.0,five +8331,Mid,USA,M,6,E,DBA,N,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8332,Very High,USA,M,16,E,DBA,N,33,,1,,PB,,,120.0,Bachelors (4 years),Yes,YesExpired,55.0,two +8333,Mid,USA,M,10,E,DBA,N,20,,6,,PB,,,500.0,Bachelors (4 years),Yes,YesExpired,44.0,five +8334,Low,USA,M,13,E,DBA,N,13,,0,,S,,,5.0,Bachelors (4 years),No,N,40.0,five +8335,Mid,USA,M,11,E,E,N,4,,2,,PB,,,25.0,Associates (2 years),Yes,YesValid,50.0,one +8336,High,USA,M,6,E,DBA,Y,1,,0,,PB,,,8.0,None (no degree completed),,YesExpired,45.0,zero +8337,Very Low,Poland,M,2,E,E,N,2,,0,,PB,,,20.0,Masters,No,YesValid,40.0,one +8338,Very Low,Mexico,A,3,EC,DT,N,1,,4,,PB,,,3.0,Bachelors (4 years),Yes,N,35.0,one +8339,Very High,USA,M,20,E,DBA,N,20,,5,,PB,,,200.0,Associates (2 years),Yes,N,45.0,five +8340,High,USA,M,11,E,DBA,N,4,,4,,PB,,,348.0,Bachelors (4 years),Yes,N,45.0,one +8341,Mid,USA,M,20,E,DBA,Y,17,,1,,PB,,,27.0,Bachelors (4 years),No,YesExpired,50.0,zero +8342,Very High,USA,M,20,EC,DT,Y,2,,5,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8343,Mid,Australia,M,15,E,DBA,N,10,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8344,Low,USA,M,8,E,DBA,N,1,,3,,PB,,,30.0,Bachelors (4 years),Yes,N,35.0,one +8345,Low,New-Zealand,M,12,E,DBA,N,2,,4,,PB,,,200.0,None (no degree completed),,YesValid,40.0,zero +8346,Very Low,USA,M,7,E,DT,N,10,,1,,PB,,,5.0,None (no degree completed),,N,47.0,zero +8347,High,USA,M,13,E,DT,N,11,,2,,PB,,,100.0,Bachelors (4 years),No,N,40.0,five +8348,Mid,USA,M,12,E,DBA,N,12,,0,,PB,,,257.0,Associates (2 years),Yes,YesExpired,50.0,two +8349,High,USA,M,20,E,DBA,N,10,,5,,PB,,,165.0,Masters,No,N,55.0,five +8350,Low,Finland,M,6,E,A,N,6,,0,,PB,,,100.0,Masters,Yes,YesValid,40.0,one +8351,Low,USA,M,6,E,DBA,N,6,,0,,SG,,,8.0,Bachelors (4 years),No,N,40.0,zero +8352,Low,UK,M,10,E,DBA,Y,6,,2,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,one +8353,Very High,USA,M,17,E,DBA,Y,15,,0,,PB,,,7.0,Masters,Yes,YesValid,45.0,zero +8354,High,USA,M,15,EC,DBA,Y,2,,0,,FG,,,90.0,Masters,No,YesValid,40.0,zero +8355,High,USA,M,18,E,DBA,N,12,,0,,PB,,,130.0,Bachelors (4 years),No,YesExpired,40.0,one +8356,High,USA,M,18,E,DBA,N,10,,0,,PB,,,98.0,Associates (2 years),No,N,45.0,five +8357,High,USA,M,10,E,DBA,N,1,,0,,PB,,,3.0,Masters,No,YesExpired,40.0,five +8358,Mid,USA,M,10,E,DA,N,10,,0,,PB,,,100.0,Masters,No,N,50.0,five +8359,High,USA,M,15,EC,D,Y,1,,3,,PB,,,100.0,Bachelors (4 years),No,N,50.0,five +8360,Low,Canada,M,15,E,DT,Y,2,,0,,PB,,,6.0,Doctorate/PhD,No,N,50.0,one +8361,Very Low,Poland,M,6,E,DBA,N,6,,4,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8362,High,USA,M,7,E,D,N,14,,2,,PB,,,20.0,Bachelors (4 years),No,N,40.0,one +8363,Very High,USA,M,17,E,M,Y,3,,0,,PB,,,7.0,Masters,Yes,YesValid,60.0,five +8364,Low,Uganda,M,4,E,AN,N,4,,0,,LG,,,87.0,Bachelors (4 years),No,YesValid,45.0,zero +8365,Low,Australia,M,18,E,DBA,Y,8,,5,,SG,,,100.0,Bachelors (4 years),Yes,N,40.0,zero +8366,Mid,New-Zealand,M,16,E,DBA,N,1,,0,,PB,,,20.0,None (no degree completed),,YesExpired,50.0,zero +8367,High,USA,M,26,E,DBA,N,19,,0,,PB,,,7.0,Bachelors (4 years),No,YesExpired,40.0,zero +8368,Mid,Australia,M,17,E,DBA,N,15,,0,,PB,,,40.0,Masters,No,YesValid,48.0,one +8369,Low,USA,M,15,E,DA,N,2,,4,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +8370,Mid,USA,M,15,E,DBA,N,9,,1,,PB,,,90.0,Bachelors (4 years),Yes,N,45.0,zero +8371,Low,Australia,M,4,E,DS,N,3,,1,,PB,,,10.0,Masters,Yes,YesExpired,50.0,zero +8372,Very Low,Russia,M,5,E,A,Y,5,,1,,SG,,,2.0,Masters,,YesExpired,45.0,zero +8373,High,USA,M,5,EC,D,N,5,,6,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,50.0,two +8374,Mid,Australia,M,20,E,DBA,N,20,,0,,PB,,,50.0,Bachelors (4 years),No,N,40.0,one +8375,Mid,UK,M,20,I,DBA,N,5,,0,,PB,,,40.0,Bachelors (4 years),No,N,35.0,two +8376,Very High,USA,M,15,E,A,Y,10,,0,,PB,,,25.0,None (no degree completed),,YesValid,55.0,two +8377,Very High,USA,M,18,E,DBA,N,12,,3,,PB,,,90.0,Masters,No,YesExpired,50.0,one +8378,High,USA,M,16,E,DBA,N,16,,3,,PB,,,15.0,Masters,Yes,YesExpired,40.0,zero +8379,Low,USA,M,5,E,DBA,N,1,,2,,PB,,,10.0,Masters,Yes,YesValid,40.0,zero +8380,Mid,Australia,M,8,EC,D,Y,1,,3,,PB,,,500.0,Bachelors (4 years),Yes,YesValid,40.0,two +8381,Mid,USA,M,3,E,DBA,N,3,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,45.0,five +8382,Mid,New-Zealand,M,18,E,,Y,10,,0,,PB,,,32.0,None (no degree completed),,YesValid,40.0,one +8383,Very High,USA,M,20,E,A,N,4,,0,,PB,,,5.0,None (no degree completed),,N,45.0,five +8384,Very Low,Hungary,M,10,E,DBA,N,1,,3,,SG,,,100.0,Bachelors (4 years),No,YesValid,44.0,zero +8385,Very Low,Netherlands,M,7,E,E,N,8,,1,,PB,,,30.0,Bachelors (4 years),,YesValid,40.0,zero +8386,Mid,Australia,M,15,E,DBA,N,11,,1,,PB,,,100.0,None (no degree completed),,YesExpired,50.0,five +8387,Very High,USA,M,20,E,DBA,Y,18,,3,,PB,,,100.0,Masters,Yes,YesValid,50.0,three +8388,Very High,USA,M,20,E,DBA,N,20,,0,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,one +8389,Mid,USA,M,6,E,M,Y,2,,6,,PB,,,20.0,Bachelors (4 years),Yes,N,55.0,four +8390,High,USA,M,12,E,DA,Y,7,,4,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,two +8391,Low,Canada,M,18,E,DBA,N,10,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8392,Low,New-Zealand,M,12,E,DT,N,7,,0,,PB,,,80.0,Bachelors (4 years),Yes,N,40.0,zero +8393,Very Low,USA,M,10,E,DBA,N,4,,1,,SG,,,200.0,Bachelors (4 years),No,N,50.0,zero +8394,High,USA,M,17,E,DBA,Y,6,,1,,PB,,,20.0,Associates (2 years),Yes,N,40.0,two +8395,Low,Australia,M,12,E,DBA,N,12,,0,,PB,,,10.0,Masters,No,N,40.0,zero +8396,Very High,USA,M,4,E,DBA,N,4,,2,,PB,,,160.0,Masters,Yes,YesValid,50.0,zero +8397,Very High,USA,M,10,E,DBA,N,25,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8398,Mid,USA,M,20,E,DT,N,20,,6,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,45.0,five +8399,Very Low,Argentina,M,2,EC,DBA,N,2,,1,,PB,,,8.0,Bachelors (4 years),No,N,40.0,zero +8400,Mid,USA,M,15,E,DBA,N,1,,0,,PB,,,30.0,Bachelors (4 years),No,YesValid,40.0,zero +8401,Very Low,USA,M,1,E,DBA,N,0,,1,,PB,,,20.0,Associates (2 years),Yes,N,40.0,zero +8402,High,USA,M,20,E,DBA,N,13,,0,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,42.0,one +8403,Mid,USA,M,5,E,DT,N,2,,4,,PB,,,50.0,Masters,No,YesValid,48.0,zero +8404,High,USA,M,9,E,DBA,N,9,,2,,PB,,,160.0,Associates (2 years),Yes,YesExpired,50.0,three +8405,Very Low,Canada,M,10,E,DBA,N,10,,0,,PB,,,16.0,Bachelors (4 years),No,YesExpired,40.0,zero +8406,Low,New-Zealand,M,7,E,DBA,N,5,,6,,PB,,,500.0,Masters,Yes,YesExpired,40.0,zero +8407,Very Low,Spain,M,10,E,DT,N,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8408,Mid,USA,M,15,E,DBA,Y,10,,6,,PB,,,500.0,Masters,Yes,YesValid,50.0,four +8409,Mid,USA,M,8,E,DBA,N,18,,4,,SG,,,150.0,Bachelors (4 years),Yes,N,40.0,zero +8410,High,USA,M,12,E,A,Y,7,,0,,PB,,,75.0,Masters,Yes,N,45.0,zero +8411,Low,USA,M,3,E,DBA,N,2,,0,,PB,,,10.0,Associates (2 years),,N,45.0,zero +8412,Low,USA,M,6,E,D,N,6,,0,,SG,,,5.0,Associates (2 years),Yes,N,40.0,zero +8413,Very High,USA,M,16,E,A,N,3,,0,,PB,,,4.0,Masters,No,N,40.0,zero +8414,Very High,USA,M,15,E,DBA,N,3,,2,,LG,,,40.0,Bachelors (4 years),Yes,YesExpired,45.0,two +8415,Very High,USA,M,18,E,A,N,5,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,50.0,two +8416,Very High,USA,M,12,E,DBA,N,3,,6,,SG,,,100.0,Masters,Yes,YesValid,40.0,zero +8417,High,USA,M,4,E,DBA,N,18,,2,,PB,,,20.0,Bachelors (4 years),No,YesValid,40.0,four +8418,Low,Australia,M,10,E,DBA,N,10,,3,,PB,,,20.0,None (no degree completed),No,N,45.0,five +8419,Low,UK,M,15,E,D,Y,3,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,38.0,zero +8420,Very High,USA,M,8,I,D,N,5,,1,,PB,,,2.0,Bachelors (4 years),Yes,YesExpired,45.0,four +8421,Very Low,Poland,M,6,E,AN,Y,4,,0,,PB,,,20.0,Masters,Yes,YesValid,40.0,two +8422,Very High,USA,M,20,EC,A,N,15,,5,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,five +8423,Low,USA,M,3,E,D,N,1,,0,,PB,,,4.0,Associates (2 years),No,N,42.0,five +8424,Low,USA,M,15,E,DBA,N,15,,0,,SG,,,40.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8425,High,USA,M,14,E,DBA,N,4,,0,,SG,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +8426,Low,Australia,M,15,E,DBA,N,5,,1,,LG,,,5.0,Bachelors (4 years),Yes,N,38.0,zero +8427,Low,USA,M,2,E,DBA,N,2,,6,,PB,,,100.0,Bachelors (4 years),Yes,N,45.0,zero +8428,High,USA,M,13,E,DT,N,1,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,one +8429,Mid,USA,M,18,E,DBA,N,18,,2,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8430,Low,USA,M,4,E,DBA,N,2,,6,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8431,Very Low,Romania,M,5,E,DBA,N,3,,0,,PB,,,4.0,Masters,Yes,YesValid,40.0,zero +8432,Low,Australia,M,7,E,DBA,Y,7,,0,,LG,,,15.0,Bachelors (4 years),Yes,N,44.0,zero +8433,Mid,Australia,M,9,E,DBA,Y,3,,4,,PB,,,20.0,Masters,Yes,YesValid,50.0,zero +8434,Mid,Australia,M,10,EC,A,N,1,,6,,PB,,,5000.0,Associates (2 years),No,YesValid,40.0,zero +8435,Very Low,Greece,M,12,E,DBA,Y,4,,6,,PB,,,3000.0,Masters,Yes,N,45.0,zero +8436,Very Low,USA,M,1,E,DBA,N,1,,1,,PB,,,30.0,None (no degree completed),,YesExpired,45.0,zero +8437,Mid,Australia,M,5,E,DBA,N,15,,2,,S,,,30.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +8438,Very Low,Sweden,M,10,EC,DBA,N,2,,4,,PB,,,50.0,Associates (2 years),,YesExpired,40.0,two +8439,Mid,Australia,M,10,E,DBA,Y,6,,1,,FG,,,10.0,Masters,Yes,YesValid,40.0,zero +8440,Very High,USA,M,12,E,DT,Y,8,,0,,PB,,,8.0,Bachelors (4 years),No,N,42.0,zero +8441,Very Low,Canada,M,5,E,D,N,8,,0,,PB,,,25.0,Bachelors (4 years),Yes,N,40.0,zero +8442,Very High,USA,M,20,E,A,Y,20,,0,,PB,,,15.0,Bachelors (4 years),No,N,50.0,two +8443,Very Low,Canada,M,5,E,DBA,N,9,,0,,PB,,,70.0,None (no degree completed),,YesValid,41.0,zero +8444,Very High,USA,M,11,E,DBA,N,5,,1,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,four +8445,Very High,USA,M,15,E,DBA,N,4,,4,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,zero +8446,Low,USA,M,4,E,E,N,6,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +8447,Mid,USA,M,15,E,DT,N,15,,1,,PB,,,17.0,Masters,Yes,N,50.0,five +8448,Very Low,UK,M,8,E,DBA,N,3,,0,,PB,,,20.0,None (no degree completed),,YesExpired,50.0,zero +8449,Mid,USA,M,10,EC,DBA,Y,9,,1,,PB,,,6.0,Associates (2 years),Yes,N,50.0,one +8450,High,USA,M,10,E,DT,N,3,,0,,PB,,,5.0,Masters,Yes,N,40.0,two +8451,Very High,USA,M,6,E,DBA,N,21,,0,,LG,,,30.0,Associates (2 years),No,YesExpired,45.0,one +8452,Low,Australia,M,12,E,D,N,10,,0,,LG,,,60.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8453,Mid,USA,M,12,E,E,N,7,,0,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,45.0,one +8454,Low,USA,M,11,E,DA,Y,4,,1,,PB,,,2.0,Associates (2 years),No,N,40.0,zero +8455,Very High,USA,M,12,E,AN,N,12,,3,,PB,,,120.0,Bachelors (4 years),Yes,YesValid,42.0,zero +8456,Low,USA,M,3,I,DT,N,3,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,five +8457,Low,Canada,M,8,E,DBA,N,8,,2,,SG,,,40.0,None (no degree completed),,N,38.0,zero +8458,Very High,USA,M,18,E,A,N,1,,6,,PB,,,1000.0,Bachelors (4 years),Yes,YesValid,45.0,three +8459,High,USA,M,5,E,DBA,N,5,,0,,SG,,,35.0,Masters,No,N,40.0,one +8460,High,USA,M,9,E,DBA,N,5,,1,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,five +8461,Low,Australia,M,20,E,D,Y,1,,1,,PB,,,6.0,Bachelors (4 years),Yes,N,38.0,zero +8462,High,USA,M,20,E,DBA,N,14,,4,,LG,,,25.0,None (no degree completed),,YesExpired,40.0,one +8463,Very High,USA,M,17,E,DT,Y,5,,2,,PB,,,5.0,Masters,No,YesExpired,45.0,five +8464,Low,Canada,M,6,E,DBA,N,6,,6,,PB,,,600.0,Bachelors (4 years),Yes,YesValid,45.0,one +8465,High,USA,M,15,E,A,N,5,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesValid,50.0,three +8466,Very Low,Portugal,M,6,E,DBA,Y,10,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8467,Low,USA,M,4,E,DBA,N,4,,1,,FG,,,20.0,None (no degree completed),,YesValid,47.0,five +8468,Low,Sweden,M,15,EC,DBA,N,1,,1,,PB,,,1000.0,None (no degree completed),Yes,YesValid,40.0,five +8469,High,USA,M,20,E,DBA,N,5,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,50.0,five +8470,Very High,USA,M,21,I,D,Y,8,,0,,PB,,,12.0,Bachelors (4 years),No,YesExpired,50.0,four +8471,High,USA,M,16,E,DBA,N,12,,1,,PB,,,15.0,None (no degree completed),,N,50.0,three +8472,Mid,USA,M,12,E,DBA,N,7,,2,,PB,,,79.0,Associates (2 years),No,YesExpired,41.0,zero +8473,High,USA,M,10,E,DBA,N,3,,0,,PB,,,8.0,None (no degree completed),,N,50.0,zero +8474,Very Low,UK,,20,E,,Y,1,,5,,PB,,,1000.0,Bachelors (4 years),No,N,42.0,four +8475,Mid,Australia,M,9,E,E,N,4,,2,,PB,,,12.0,Bachelors (4 years),No,YesExpired,45.0,zero +8476,Very Low,ElSalvador,P,1,E,AN,N,1,,1,,PB,,,2.0,Bachelors (4 years),No,N,40.0,two +8477,Low,New-Zealand,O,1,E,E,N,1,,0,,PB,,,25.0,None (no degree completed),,N,40.0,zero +8478,High,Norway,M,12,E,D,N,7,,0,,PB,,,10.0,Masters,Yes,YesExpired,45.0,one +8479,Mid,USA,M,4,E,DBA,N,3,,6,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8480,High,USA,M,5,E,DT,Y,3,,3,,PB,,,5.0,Bachelors (4 years),No,YesValid,40.0,zero +8481,High,Denmark,M,11,E,DBA,N,11,,2,,PB,,,500.0,None (no degree completed),,YesValid,37.0,one +8482,Very High,USA,M,10,E,DBA,N,10,,4,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8483,Very Low,USA,M,2,E,AN,N,2,,2,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +8484,High,UK,M,16,I,DBA,N,20,,4,,PB,,,380.0,Masters,Yes,YesValid,40.0,one +8485,High,USA,M,8,E,DBA,N,6,,4,,PB,,,500.0,Associates (2 years),Yes,YesExpired,30.0,two +8486,Low,USA,O,2,E,E,N,3,,6,,PB,,,10.0,Associates (2 years),Yes,YesValid,40.0,one +8487,High,USA,M,14,E,DBA,N,1,,3,,PB,,,1000.0,Masters,Yes,YesValid,45.0,two +8488,Very High,USA,M,9,E,A,Y,1,,0,,PB,,,500.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8489,Very High,USA,M,15,I,DT,N,20,,4,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,60.0,one +8490,Mid,USA,M,16,E,DBA,N,17,,0,,SG,,,5.0,Associates (2 years),Yes,N,50.0,four +8491,Very High,USA,M,20,E,A,Y,2,,5,,PB,,,110.0,Bachelors (4 years),No,YesValid,45.0,four +8492,High,USA,M,10,E,DA,N,10,,6,,PB,,,50.0,Bachelors (4 years),Yes,N,40.0,one +8493,Mid,USA,M,6,E,DBA,N,6,,2,,PB,,,40.0,Bachelors (4 years),No,N,41.0,zero +8494,Mid,Italy,M,16,I,DBA,Y,16,,2,,PB,,,50.0,Bachelors (4 years),No,YesExpired,50.0,five +8495,Very High,USA,M,20,E,DBA,Y,5,,2,,PB,,,200.0,Bachelors (4 years),Yes,N,40.0,two +8496,Very High,USA,M,20,E,DS,Y,5,,0,,PB,,,30.0,Masters,No,N,55.0,five +8497,Very High,USA,M,17,E,DBA,N,2,,0,,PB,,,4.0,None (no degree completed),,YesExpired,37.0,zero +8498,Very Low,USA,M,6,E,DBA,N,5,,0,,PB,,,40.0,Masters,Yes,YesExpired,45.0,zero +8499,Mid,Australia,M,10,E,D,N,4,,0,,PB,,,4.0,Masters,Yes,YesValid,45.0,two +8500,Very High,USA,M,19,E,DBA,N,5,,1,,PB,,,20.0,Bachelors (4 years),Yes,N,46.0,zero +8501,High,USA,M,20,E,A,N,10,,2,,SG,,,50.0,Masters,Yes,N,45.0,two +8502,Very Low,Canada,M,12,E,DT,N,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8503,Very High,USA,M,14,E,DBA,Y,10,,1,,PB,,,5.0,Bachelors (4 years),Yes,N,50.0,zero +8504,Very High,USA,M,13,E,A,N,10,,0,,PB,,,15.0,Bachelors (4 years),No,N,55.0,five +8505,Mid,New-Zealand,M,11,E,A,Y,4,,0,,PB,,,612.0,Bachelors (4 years),No,YesExpired,38.0,zero +8506,Low,USA,M,12,EC,E,N,4,,1,,PB,,,10.0,Bachelors (4 years),No,N,50.0,five +8507,High,Australia,M,17,EC,DBA,N,3,,3,,PB,,,200.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8508,High,USA,M,7,E,A,N,4,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8509,Low,USA,M,20,E,DT,N,11,,2,,PB,,,300.0,None (no degree completed),,YesExpired,40.0,four +8510,Low,Canada,M,30,E,DBA,N,30,,1,,SG,,,13.0,Masters,No,YesExpired,44.0,zero +8511,Low,USA,M,10,E,DT,N,1,,0,,PB,,,4.0,Associates (2 years),Yes,N,40.0,zero +8512,Very Low,Australia,M,3,E,DA,N,3,,4,,PB,,,2.0,Bachelors (4 years),No,N,40.0,zero +8513,High,Ireland,P,10,EC,DT,N,0,,6,,PB,,,70.0,Masters,Yes,YesValid,40.0,zero +8514,Low,Canada,M,15,E,DT,N,15,,3,,PB,,,5.0,Associates (2 years),Yes,YesValid,35.0,zero +8515,High,USA,M,8,E,DBA,N,5,,1,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,one +8516,Very Low,USA,M,4,E,DT,N,4,,0,,PB,,,2.0,Masters,No,YesValid,40.0,zero +8517,Very High,USA,M,16,E,DBA,N,3,,0,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,40.0,four +8518,Very Low,USA,M,1,E,DBA,N,1,,2,,PB,,,200.0,Bachelors (4 years),,N,40.0,zero +8519,Low,Canada,M,20,E,DBA,N,1,,4,,PB,,,30.0,None (no degree completed),,YesExpired,35.0,one +8520,Very Low,Australia,M,2,E,DBA,N,2,,0,,PB,,,5.0,None (no degree completed),,YesValid,45.0,zero +8521,Low,Australia,M,15,E,D,N,3,,5,,SG,,,9.0,Masters,,N,37.0,zero +8522,High,USA,SAP,2,E,A,N,5,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +8523,Very High,USA,M,20,E,A,N,3,,0,,PB,,,25.0,Masters,Yes,YesValid,40.0,one +8524,High,USA,M,18,E,DT,Y,10,,0,,PB,,,0.0,Bachelors (4 years),No,N,40.0,zero +8525,Mid,USA,M,7,E,DBA,Y,5,,1,,PB,,,30.0,Masters,Yes,YesValid,50.0,zero +8526,Low,Sweden,M,16,I,D,N,3,,0,,PB,,,8.0,None (no degree completed),,YesExpired,40.0,three +8527,Very High,Canada,M,17,I,A,Y,17,,1,,PB,,,10.0,None (no degree completed),,YesExpired,30.0,one +8528,High,USA,M,8,E,DT,N,5,,6,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,one +8529,Very High,USA,M,18,EC,DBA,N,18,,0,,FG,,,18.0,None (no degree completed),,YesValid,55.0,two +8530,High,USA,M,9,E,DA,Y,13,,6,,FG,,,4.0,Bachelors (4 years),Yes,YesValid,48.0,zero +8531,Low,Australia,M,14,E,AN,Y,19,,1,,PB,,,400.0,Bachelors (4 years),Yes,YesExpired,60.0,one +8532,High,USA,M,6,E,A,N,2,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,40.0,five +8533,High,USA,M,16,E,DBA,N,2,,0,,PB,,,114.0,None (no degree completed),,YesValid,40.0,zero +8534,High,USA,M,18,E,DBA,N,10,,1,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8535,Very Low,Australia,M,4,E,E,N,4,,2,,SG,,,6.0,Bachelors (4 years),No,N,38.0,zero +8536,High,Australia,M,9,E,DBA,N,3,,1,,PB,,,50.0,None (no degree completed),Yes,YesExpired,40.0,zero +8537,Very High,USA,M,13,E,M,Y,13,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,one +8538,Mid,USA,M,3,E,M,Y,4,,2,,PB,,,1.0,Bachelors (4 years),No,N,50.0,zero +8539,Mid,USA,M,20,E,DBA,N,10,,0,,PB,,,20.0,Bachelors (4 years),No,N,50.0,zero +8540,Mid,USA,M,6,E,DBA,N,5,,0,,PB,,,1.0,Bachelors (4 years),No,YesExpired,50.0,zero +8541,Very High,USA,M,20,E,DBA,N,18,,2,,PB,,,75.0,Masters,Yes,N,40.0,zero +8542,Very High,USA,M,12,EC,A,Y,1,,0,,FG,,,24.0,None (no degree completed),,YesValid,50.0,zero +8543,Very High,USA,M,7,E,D,Y,7,,5,,PB,,,3.0,Bachelors (4 years),Yes,N,42.0,one +8544,Mid,USA,M,11,E,DT,N,3,,0,,PB,,,3.0,Associates (2 years),Yes,YesValid,35.0,zero +8545,Mid,USA,M,7,E,D,N,7,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,44.0,zero +8546,Very Low,India,M,7,E,DBA,Y,1,,0,,PB,,,59.0,Masters,Yes,YesValid,40.0,five +8547,Mid,USA,M,14,E,DBA,Y,10,,4,,SG,,,80.0,Bachelors (4 years),Yes,N,38.0,zero +8548,High,USA,M,17,E,DT,N,3,,3,,PB,,,6.0,Bachelors (4 years),No,YesExpired,45.0,two +8549,Mid,USA,M,14,E,DBA,Y,14,,0,,SG,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,three +8550,High,USA,M,14,E,A,N,8,,0,,PB,,,75.0,Associates (2 years),Yes,YesValid,45.0,zero +8551,Very High,USA,O,1,EC,AN,Y,3,,0,,FG,,,3.0,Masters,Yes,YesValid,50.0,five +8552,Very Low,Sweden,M,5,E,E,N,3,,2,,PB,,,10.0,Associates (2 years),No,YesExpired,40.0,zero +8553,Mid,Australia,M,6,EC,DBA,Y,1,,2,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,35.0,zero +8554,Very Low,Bolivia,M,16,I,DBA,N,2,,0,,PB,,,7.0,None (no degree completed),,N,32.0,five +8555,High,USA,M,12,E,DBA,Y,6,,3,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,one +8556,Mid,USA,M,6,E,DT,N,5,,1,,PB,,,12.0,None (no degree completed),,N,40.0,zero +8557,Very High,USA,M,15,E,DBA,Y,2,,0,,PB,,,250.0,Bachelors (4 years),No,YesExpired,45.0,zero +8558,Very High,USA,M,10,E,DBA,N,3,,0,,PB,,,4.0,Masters,No,YesExpired,40.0,three +8559,Very Low,India,M,5,E,DBA,N,1,,2,,PB,,,1400.0,Bachelors (4 years),Yes,YesValid,45.0,five +8560,Very High,USA,M,17,E,M,Y,1,,5,,PB,,,100.0,None (no degree completed),,YesValid,55.0,zero +8561,Very Low,Argentina,M,3,E,DBA,N,3,,0,,PB,,,25.0,Bachelors (4 years),Yes,N,44.0,zero +8562,Mid,USA,M,16,E,DT,N,2,,1,,PB,,,120.0,Associates (2 years),Yes,YesValid,40.0,one +8563,High,USA,O,13,E,DBA,N,4,,6,,PB,,,300.0,Bachelors (4 years),Yes,N,55.0,five +8564,High,USA,M,10,E,DT,Y,2,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8565,Mid,USA,M,3,E,,Y,10,,2,,PB,,,40.0,Bachelors (4 years),No,YesExpired,50.0,one +8566,Very High,USA,M,8,EC,DBA,N,4,,0,,PB,,,60.0,Bachelors (4 years),Yes,YesValid,60.0,one +8567,Very Low,Vietnam,M,5,E,A,Y,5,,1,,PB,,,6.0,Associates (2 years),Yes,YesExpired,40.0,zero +8568,Very High,USA,M,25,E,A,Y,9,,0,,PB,,,4.0,None (no degree completed),,YesExpired,80.0,five +8569,Very Low,India,M,7,E,DBA,N,7,,6,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8570,Very High,Australia,M,7,I,DBA,N,0,,6,,FG,,,100.0,None (no degree completed),,N,40.0,zero +8571,Low,USA,M,5,E,E,N,2,,2,,PB,,,10.0,Bachelors (4 years),No,YesExpired,45.0,five +8572,Low,USA,M,8,E,DBA,N,2,,5,,PB,,,30.0,Associates (2 years),Yes,YesExpired,40.0,one +8573,Low,New-Zealand,M,4,E,D,N,3,,0,,PB,,,6.0,Masters,Yes,YesValid,40.0,zero +8574,Very Low,USA,M,6,E,DBA,Y,2,,5,,PB,,,113.0,None (no degree completed),,N,40.0,zero +8575,High,USA,M,15,E,DBA,N,7,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8576,Low,USA,M,5,E,DBA,N,2,,0,,PB,,,32.0,Bachelors (4 years),No,N,50.0,zero +8577,Very Low,India,M,2,EC,DBA,Y,2,,6,,PB,,,98.0,Bachelors (4 years),Yes,N,54.0,zero +8578,Very Low,India,M,4,E,DBA,Y,1,,6,,PB,,,10000.0,Masters,Yes,N,45.0,zero +8579,Very Low,India,M,10,E,DBA,Y,10,,6,,PB,,,800.0,Masters,Yes,YesValid,50.0,zero +8580,High,Australia,M,14,E,DBA,Y,5,,4,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8581,Very Low,USA,M,1,E,DBA,N,1,,2,,PB,,,9.0,Associates (2 years),Yes,N,40.0,zero +8582,Very Low,India,M,1,E,DBA,N,1,,2,,PB,,,700.0,Bachelors (4 years),Yes,N,30.0,zero +8583,Very Low,South-Africa,M,13,E,D,N,4,,4,,PB,,,75.0,Bachelors (4 years),No,N,45.0,zero +8584,Very High,India,M,7,E,DBA,N,7,,3,,PB,,,700.0,Bachelors (4 years),Yes,N,40.0,one +8585,Very Low,India,M,2,E,DBA,N,2,,6,,PB,,,250.0,Bachelors (4 years),Yes,N,45.0,zero +8586,Very Low,India,M,1,EC,DBA,Y,1,,1,,PB,,,20.0,Masters,No,N,60.0,five +8587,Very High,USA,M,20,E,DBA,N,17,,0,,PB,,,20.0,Bachelors (4 years),No,N,40.0,one +8588,High,Switzerland,M,20,E,DBA,N,10,,4,,LG,,,400.0,Masters,Yes,N,42.0,zero +8589,High,USA,M,16,E,DBA,N,3,,3,,PB,,,450.0,Bachelors (4 years),No,YesExpired,45.0,five +8590,Very High,Switzerland,M,15,E,DBA,Y,20,,0,,SG,,,45.0,None (no degree completed),No,N,45.0,zero +8591,Very Low,South-Africa,M,5,E,AN,Y,3,,5,,PB,,,7.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8592,Mid,South-Africa,M,8,I,,N,5,,0,,PB,,,8.0,None (no degree completed),Yes,YesExpired,40.0,zero +8593,Very Low,Denmark,M,3,E,DBA,N,3,,3,,PB,,,50.0,Bachelors (4 years),,YesValid,37.0,zero +8594,Low,USA,M,7,E,AN,N,7,,1,,SG,,,2.0,Bachelors (4 years),Yes,YesValid,35.0,five +8595,Low,Israel,M,5,E,DBA,N,2,,1,,PB,,,5.0,Bachelors (4 years),No,N,45.0,zero +8596,Low,Germany,M,14,E,DBA,Y,3,,2,,PB,,,10.0,Associates (2 years),,YesExpired,40.0,one +8597,Very Low,India,M,5,E,DBA,N,5,,3,,PB,,,3000.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8598,Very Low,Germany,M,5,E,AN,Y,14,,3,,PB,,,20.0,Associates (2 years),No,YesValid,42.0,zero +8599,Very Low,South-Africa,M,9,EC,DBA,N,9,,1,,PB,,,24.0,None (no degree completed),,YesExpired,45.0,zero +8600,Very Low,Poland,M,10,E,DT,N,1,,6,,PB,,,5.0,Bachelors (4 years),No,YesExpired,40.0,zero +8601,Very High,Germany,M,18,E,A,Y,12,,0,,PB,,,80.0,None (no degree completed),,YesValid,60.0,zero +8602,Very Low,Netherlands,M,20,E,DA,Y,10,,2,,LG,,,38.0,Bachelors (4 years),,YesValid,36.0,one +8603,Very High,USA,M,10,E,E,Y,10,,5,,PB,,,300.0,Masters,Yes,YesValid,50.0,zero +8604,Very Low,India,M,10,E,DBA,Y,2,,5,,PB,,,150.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8605,Very Low,Germany,M,5,E,DA,N,5,,0,,PB,,,12.0,Associates (2 years),Yes,N,40.0,zero +8606,Very Low,India,M,6,E,DBA,Y,6,,6,,PB,,,4.0,Masters,No,YesValid,45.0,zero +8607,Low,Denmark,M,6,E,D,N,1,,1,,PB,,,3.0,Associates (2 years),,YesValid,40.0,zero +8608,Very Low,Turkey,M,6,EC,DT,Y,6,,6,,PB,,,30.0,Bachelors (4 years),No,N,50.0,zero +8609,Very Low,India,M,11,E,AN,N,11,,6,,PB,,,5000.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8610,Very Low,Germany,M,3,E,DBA,N,3,,2,,FG,,,40.0,Associates (2 years),,YesValid,40.0,zero +8611,Low,Netherlands,M,6,E,DBA,N,1,,6,,PB,,,700.0,Bachelors (4 years),Yes,YesValid,40.0,one +8612,Very Low,Netherlands,M,12,E,DBA,N,1,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,45.0,five +8613,Very Low,India,M,4,E,DBA,N,4,,1,,PB,,,600.0,Bachelors (4 years),,N,10.0,zero +8614,Very Low,Denmark,M,15,E,DT,N,11,,6,,PB,,,12.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +8615,Very Low,France,M,15,E,M,Y,8,,4,,PB,,,80.0,Masters,Yes,YesExpired,50.0,zero +8616,Very High,USA,M,7,E,DT,N,4,,4,,PB,,,50.0,Bachelors (4 years),No,N,38.0,one +8617,Very High,USA,M,15,E,A,Y,2,,3,,PB,,,6.0,Masters,No,N,40.0,four +8618,Low,Australia,M,15,E,AN,N,4,,1,,LG,,,33.0,Bachelors (4 years),No,YesValid,38.0,zero +8619,Low,USA,M,12,E,DBA,N,12,,1,,SG,,,4.0,Masters,Yes,N,45.0,zero +8620,Very Low,Slovenia,M,6,E,DBA,N,6,,1,,PB,,,54.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8621,Very Low,UK,M,10,E,DBA,N,1,,1,,LG,,,80.0,Bachelors (4 years),Yes,N,38.0,zero +8622,High,UK,M,15,I,DBA,N,10,,1,,FG,,,70.0,None (no degree completed),,YesValid,40.0,zero +8623,Very Low,India,M,4,E,DBA,N,4,,6,,PB,,,20000.0,Bachelors (4 years),No,YesValid,45.0,zero +8624,Low,Ireland,M,15,E,DT,N,15,,1,,LG,,,25.0,Bachelors (4 years),Yes,N,40.0,one +8625,Very Low,India,M,8,E,DBA,N,0,,1,,PB,,,0.0,Bachelors (4 years),Yes,N,40.0,zero +8626,Low,UK,DB2,30,E,DBA,N,3,,3,,PB,,,150.0,Bachelors (4 years),No,N,37.0,zero +8627,Very Low,Romania,M,2,E,DBA,Y,2,,6,,PB,,,300.0,Bachelors (4 years),Yes,N,40.0,one +8628,Very Low,South-Africa,M,11,E,DBA,N,11,,1,,PB,,,100.0,None (no degree completed),No,YesValid,45.0,zero +8629,Very Low,UK,M,8,E,DA,N,7,,1,,PB,,,3.0,None (no degree completed),,YesExpired,35.0,one +8630,Very Low,CzechRepublic,M,6,E,DBA,Y,4,,0,,SG,,,3000.0,Bachelors (4 years),Yes,YesValid,40.0,one +8631,Low,UK,M,15,E,DBA,Y,5,,1,,PB,,,12.0,Associates (2 years),Yes,N,40.0,zero +8632,Low,Netherlands,M,8,E,D,N,10,,6,,PB,,,0.0,Bachelors (4 years),No,YesValid,40.0,one +8633,Low,Netherlands,M,6,E,DBA,N,2,,0,,PB,,,100.0,Associates (2 years),Yes,YesExpired,40.0,zero +8634,Mid,UK,M,17,E,DBA,Y,1,,1,,PB,,,500.0,Bachelors (4 years),No,N,35.0,one +8635,Very Low,Sweden,M,16,E,,N,16,,0,,LG,,,34.0,None (no degree completed),,N,40.0,zero +8636,Low,UK,M,8,E,DBA,N,8,,2,,PB,,,600.0,Bachelors (4 years),Yes,N,35.0,zero +8637,Very Low,India,M,7,E,DBA,Y,3,,6,,PB,,,300.0,Masters,Yes,YesValid,45.0,zero +8638,Very Low,UK,M,2,E,DBA,N,2,,0,,SG,,,85.0,Associates (2 years),,YesValid,37.0,zero +8639,Very Low,UK,M,5,E,DBA,N,5,,0,,PB,,,120.0,Bachelors (4 years),Yes,YesValid,35.0,zero +8640,Low,Sweden,M,17,EC,DBA,N,0,,6,,PB,,,100.0,Masters,Yes,YesExpired,40.0,zero +8641,Very Low,UK,M,7,E,DBA,N,7,,1,,PB,,,28.0,Bachelors (4 years),Yes,N,37.0,zero +8642,Very High,Australia,RDS,4,E,A,Y,1,,5,,PB,,,25.0,Bachelors (4 years),No,YesExpired,45.0,zero +8643,Mid,Germany,M,15,E,DBA,N,2,,0,,PB,,,15.0,Masters,Yes,YesExpired,43.0,zero +8644,Low,UK,M,8,E,DA,N,12,,0,,PB,,,8.0,Associates (2 years),No,N,40.0,zero +8645,Very Low,UK,M,7,E,D,N,1,,2,,PB,,,5.0,None (no degree completed),,N,40.0,zero +8646,Low,UK,M,7,E,D,N,4,,1,,PB,,,5.0,None (no degree completed),,YesValid,40.0,one +8647,Very Low,Belgium,M,20,E,DBA,N,15,,2,,PB,,,80.0,Associates (2 years),Yes,YesExpired,40.0,two +8648,Very Low,Germany,M,15,E,DT,Y,15,,3,,PB,,,5.0,Bachelors (4 years),,YesExpired,45.0,zero +8649,Very Low,UK,M,15,E,DBA,N,25,,0,,PB,,,25.0,Bachelors (4 years),No,N,40.0,two +8650,Low,UK,M,17,E,DT,N,17,,0,,PB,,,4.0,Associates (2 years),,N,35.0,three +8651,Very Low,UK,M,10,E,DBA,Y,7,,3,,PB,,,250.0,None (no degree completed),,YesExpired,40.0,zero +8652,Very Low,UK,M,16,E,E,N,16,,2,,PB,,,60.0,None (no degree completed),,YesExpired,40.0,zero +8653,Very Low,UK,M,17,E,DBA,N,1,,0,,LG,,,20.0,None (no degree completed),,YesValid,40.0,zero +8654,Very High,UK,M,10,E,DBA,Y,25,,3,,PB,,,130.0,Bachelors (4 years),No,YesValid,40.0,one +8655,Very Low,France,M,11,E,DBA,N,9,,6,,PB,,,200.0,Masters,Yes,N,35.0,zero +8656,Low,Germany,M,15,E,AN,N,11,,0,,PB,,,10.0,Masters,No,N,40.0,zero +8657,Very Low,UK,M,0,E,DBA,N,0,,1,,PB,,,50.0,Associates (2 years),Yes,N,37.0,zero +8658,Very Low,UK,M,12,E,DBA,N,1,,3,,PB,,,300.0,Bachelors (4 years),No,YesExpired,38.0,zero +8659,Very Low,UK,M,17,I,DBA,N,3,,0,,PB,,,15.0,Bachelors (4 years),No,N,30.0,one +8660,Low,UK,M,8,E,DBA,N,6,,2,,PB,,,350.0,Bachelors (4 years),,N,40.0,five +8661,Very Low,UK,M,1,E,DBA,N,1,,0,,PB,,,10.0,None (no degree completed),,N,37.0,zero +8662,Very Low,India,M,10,E,DBA,N,5,,0,,PB,,,3.0,Masters,Yes,YesValid,40.0,zero +8663,Very Low,UK,M,6,E,DBA,N,5,,3,,LG,,,8.0,None (no degree completed),No,YesExpired,40.0,zero +8664,Very Low,UK,M,10,E,DBA,Y,1,,2,,SG,,,200.0,Bachelors (4 years),No,N,38.0,zero +8665,Low,UK,M,23,E,A,N,9,,2,,FG,,,110.0,Bachelors (4 years),No,YesExpired,42.0,zero +8666,Low,Germany,M,13,E,DBA,N,3,,2,,PB,,,80.0,Associates (2 years),Yes,YesValid,40.0,zero +8667,Mid,Switzerland,M,2,E,DBA,N,2,,1,,LG,,,17.0,Associates (2 years),Yes,YesExpired,42.0,zero +8668,Very Low,UK,M,20,E,DBA,N,15,,3,,LG,,,200.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +8669,Very Low,UK,M,25,E,DBA,N,29,,2,,PB,,,400.0,None (no degree completed),,N,38.0,zero +8670,High,Norway,SAP,12,E,DBA,N,12,,0,,PB,,,40.0,Bachelors (4 years),Yes,N,43.0,one +8671,Very Low,UK,M,10,E,DA,Y,7,,6,,PB,,,20.0,None (no degree completed),,N,45.0,zero +8672,Very Low,Romania,M,15,EC,A,N,4,,0,,PB,,,4.0,Bachelors (4 years),No,YesValid,40.0,zero +8673,Low,UK,M,16,E,DT,N,4,,0,,PB,,,19.0,Bachelors (4 years),No,YesValid,45.0,zero +8674,Very Low,Lithuania,M,4,E,E,N,4,,0,,PB,,,2.0,Masters,Yes,YesValid,40.0,zero +8675,Low,Australia,M,10,E,DT,N,2,,0,,PB,,,2.0,Associates (2 years),,YesValid,40.0,zero +8676,Very Low,UK,M,6,E,E,N,1,,2,,PB,,,450.0,Bachelors (4 years),No,N,35.0,one +8677,Low,Netherlands,M,20,E,DBA,Y,5,,1,,PB,,,30.0,Masters,No,YesExpired,40.0,one +8678,Low,UK,M,20,E,DBA,N,3,,0,,PB,,,20.0,Associates (2 years),Yes,YesExpired,38.0,three +8679,Very Low,UK,M,11,E,D,N,2,,3,,PB,,,3.0,Bachelors (4 years),Yes,N,38.0,zero +8680,Low,UK,M,11,E,DBA,Y,11,,1,,PB,,,18.0,Bachelors (4 years),Yes,YesExpired,40.0,three +8681,Very Low,UK,M,1,E,DBA,N,1,,1,,PB,,,54.0,Bachelors (4 years),Yes,N,35.0,zero +8682,Mid,South-Africa,M,22,E,A,Y,5,,0,,PB,,,20.0,None (no degree completed),,N,40.0,zero +8683,High,USA,M,20,E,A,N,8,,1,,PB,,,25.0,Bachelors (4 years),Yes,N,55.0,one +8684,Very Low,UK,M,10,E,DT,N,10,,2,,PB,,,10.0,Bachelors (4 years),No,N,40.0,one +8685,Low,China,M,7,E,DT,N,1,,4,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8686,Low,Netherlands,M,17,EC,A,Y,5,,4,,PB,,,5.0,Masters,No,YesValid,38.0,zero +8687,Very Low,CzechRepublic,M,15,E,DBA,N,3,,0,,PB,,,70.0,Masters,No,YesExpired,40.0,zero +8688,Very Low,UK,M,3,E,DA,N,3,,1,,PB,,,2.0,Bachelors (4 years),Yes,N,37.0,zero +8689,Low,UK,M,10,E,A,Y,1,,0,,PB,,,20.0,None (no degree completed),Yes,YesValid,40.0,zero +8690,Very Low,UK,M,7,E,DBA,N,7,,0,,PB,,,70.0,None (no degree completed),,N,38.0,zero +8691,Low,Luxembourg,M,15,E,DBA,N,10,,2,,PB,,,10.0,Masters,No,YesValid,38.0,one +8692,Very Low,South-Africa,M,16,EC,,Y,9,,6,,PB,,,300.0,None (no degree completed),,YesExpired,45.0,two +8693,Very Low,UK,M,5,E,E,N,5,,0,,LG,,,17.0,Masters,Yes,N,37.0,zero +8694,Low,Netherlands,M,4,E,DBA,N,1,,1,,PB,,,16.0,None (no degree completed),No,YesValid,40.0,zero +8695,Very Low,Ukraine,MS,1,E,DA,N,1,,0,,PB,,,1.0,Masters,Yes,N,40.0,zero +8696,Very Low,India,M,8,E,DBA,Y,8,,3,,SG,,,225.0,Bachelors (4 years),Yes,N,48.0,zero +8697,Very Low,UK,M,8,E,DBA,Y,2,,3,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,45.0,one +8698,Mid,Germany,M,8,E,DA,N,15,,5,,PB,,,1.0,Masters,Yes,N,38.0,zero +8699,Very Low,Brazil,M,5,E,AN,N,2,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8700,Low,UK,M,8,E,DBA,N,3,,0,,PB,,,4.0,None (no degree completed),,YesValid,35.0,zero +8701,Mid,Iceland,M,10,EC,D,N,25,,4,,PB,,,50.0,Masters,Yes,YesExpired,46.0,zero +8702,Very Low,UK,M,1,E,AN,N,1,,0,,PB,,,15.0,None (no degree completed),,N,37.0,zero +8703,Very Low,UK,M,4,E,DT,N,1,,2,,PB,,,12.0,None (no degree completed),,N,35.0,zero +8704,Very Low,UK,M,3,E,DT,N,2,,0,,PB,,,10.0,None (no degree completed),,YesValid,40.0,zero +8705,Low,UK,M,21,E,DBA,N,12,,2,,PB,,,150.0,None (no degree completed),,N,45.0,zero +8706,Very Low,India,M,5,E,DBA,N,5,,6,,PB,,,300.0,Bachelors (4 years),Yes,YesValid,35.0,zero +8707,High,Jersey,M,12,E,AN,N,5,,6,,LG,,,5.0,Masters,No,YesValid,46.0,zero +8708,Very Low,UK,M,6,E,E,N,6,,2,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +8709,Very Low,Serbia-and-Montenegro,O,15,E,DBA,N,15,,3,,FG,,,40.0,Masters,No,N,50.0,zero +8710,Low,UK,M,10,EC,A,N,4,,2,,PB,,,1500.0,None (no degree completed),,N,40.0,zero +8711,Very Low,Jamaica,O,7,E,DBA,Y,2,,1,,PB,,,30.0,Masters,Yes,N,40.0,zero +8712,Very Low,UK,M,10,E,DBA,N,10,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8713,Very Low,UK,M,18,E,DA,N,1,,1,,LG,,,100.0,Bachelors (4 years),Yes,YesValid,38.0,zero +8714,Very Low,UK,M,2,E,DBA,N,4,,0,,PB,,,10.0,Associates (2 years),,N,40.0,zero +8715,Very Low,UK,M,5,E,AN,N,4,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,38.0,zero +8716,Very Low,Turkey,M,2,E,DBA,N,2,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,45.0,two +8717,Mid,Ireland,M,20,E,DA,Y,19,,2,,PB,,,8.0,Associates (2 years),Yes,N,50.0,zero +8718,Very Low,UK,M,5,E,DT,N,2,,0,,PB,,,5.0,Bachelors (4 years),No,N,37.0,zero +8719,Low,USA,M,7,EC,DT,N,2,,4,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8720,Very Low,Turkey,M,10,EC,D,N,10,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8721,Very Low,UK,,1,E,AN,N,1,,0,,PB,,,3.0,Masters,Yes,N,38.0,zero +8722,Mid,Norway,M,17,EC,D,Y,2,,6,,PB,,,20.0,Bachelors (4 years),No,YesValid,50.0,zero +8723,Mid,Canada,M,10,E,D,N,3,,1,,PB,,,5.0,Masters,Yes,YesValid,38.0,zero +8724,Very High,USA,O,30,E,A,Y,4,,4,,PB,,,10.0,Masters,No,N,50.0,zero +8725,Very Low,Belgium,M,10,E,DA,N,3,,2,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8726,Very Low,Portugal,O,9,E,DA,N,2,,6,,PB,,,2.0,None (no degree completed),,YesExpired,45.0,zero +8727,Very Low,Turkey,M,6,E,DBA,Y,2,,2,,PB,,,20.0,Masters,Yes,N,40.0,zero +8728,Very Low,CzechRepublic,O,8,E,DT,N,8,,1,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8729,Mid,USA,M,18,E,DBA,N,16,,1,,PB,,,5.0,Bachelors (4 years),No,YesValid,40.0,zero +8730,High,USA,M,15,E,DBA,N,20,,3,,PB,,,80.0,Bachelors (4 years),Yes,YesExpired,50.0,one +8731,Mid,Denmark,M,14,E,E,N,8,,2,,PB,,,300.0,Bachelors (4 years),Yes,YesExpired,38.0,one +8732,Very Low,India,M,3,E,DBA,N,2,,4,,PB,,,50.0,Bachelors (4 years),Yes,N,48.0,zero +8733,Very Low,India,M,2,E,DBA,N,2,,3,,PB,,,600.0,Bachelors (4 years),Yes,N,40.0,zero +8734,Very Low,India,M,6,E,AN,Y,6,,2,,PB,,,400.0,Bachelors (4 years),No,N,40.0,zero +8735,Very Low,Netherlands,M,5,E,DT,Y,5,,0,,PB,,,10.0,None (no degree completed),,YesValid,36.0,one +8736,Mid,Norway,M,20,E,DBA,N,20,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,three +8737,Very Low,India,M,10,E,DBA,Y,3,,5,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8738,High,USA,M,6,E,D,N,5,,4,,PB,,,43.0,Bachelors (4 years),No,N,45.0,three +8739,Low,UK,M,11,E,M,Y,5,,0,,PB,,,7.0,Bachelors (4 years),Yes,N,41.0,zero +8740,High,USA,M,7,E,DA,N,19,,1,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,44.0,zero +8741,High,USA,M,17,E,DBA,N,2,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,45.0,four +8742,Mid,Denmark,M,12,E,DBA,N,1,,0,,PB,,,10.0,Masters,,N,37.0,zero +8743,Low,UK,M,4,E,DBA,N,4,,0,,PB,,,2.0,None (no degree completed),No,YesValid,40.0,two +8744,Very Low,Moldova,M,8,E,DBA,Y,12,,2,,PB,,,50.0,Masters,No,N,40.0,zero +8745,Low,USA,M,12,E,D,N,10,,0,,PB,,,12.0,Bachelors (4 years),No,N,55.0,zero +8746,High,USA,M,25,E,DBA,N,6,,1,,PB,,,27.0,Bachelors (4 years),Yes,N,45.0,zero +8747,Very Low,USA,M,2,E,DBA,N,1,,5,,PB,,,5000.0,Associates (2 years),No,N,45.0,zero +8748,Mid,USA,M,20,E,DT,N,20,,0,,PB,,,6.0,Bachelors (4 years),No,YesExpired,45.0,zero +8749,Very High,USA,M,15,E,DBA,N,10,,2,,PB,,,32.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8750,Very Low,Turkey,O,7,E,D,N,7,,6,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8751,Low,USA,M,4,E,DA,N,5,,0,,LG,,,12.0,None (no degree completed),,N,40.0,zero +8752,Low,USA,M,3,E,AN,N,3,,0,,LG,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8753,Mid,USA,M,17,E,DT,N,2,,2,,PB,,,10.0,Bachelors (4 years),No,YesValid,42.0,three +8754,Very Low,UK,M,5,E,DBA,N,1,,0,,PB,,,50.0,Bachelors (4 years),No,YesValid,37.0,zero +8755,High,USA,M,5,E,DBA,Y,2,,0,,PB,,,82.0,Associates (2 years),Yes,N,50.0,three +8756,Low,UK,M,15,E,DBA,N,12,,0,,PB,,,40.0,Bachelors (4 years),No,YesValid,38.0,zero +8757,Very Low,UK,M,10,E,DBA,N,4,,0,,PB,,,200.0,Bachelors (4 years),No,YesExpired,40.0,zero +8758,High,USA,O,5,E,DBA,N,5,,6,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8759,Low,USA,M,4,E,DBA,N,20,,2,,PB,,,10.0,Masters,Yes,YesValid,40.0,zero +8760,Very Low,Netherlands,M,4,E,E,N,10,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,36.0,zero +8761,Low,UK,M,5,E,D,N,3,,0,,PB,,,7.0,Masters,Yes,N,35.0,zero +8762,Mid,USA,M,12,E,DBA,N,8,,1,,PB,,,28.0,None (no degree completed),,YesExpired,40.0,zero +8763,Very High,UK,E,1,E,M,Y,1,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,60.0,five +8764,Very Low,UK,M,8,E,DBA,N,0,,0,,PB,,,10.0,Associates (2 years),,N,40.0,zero +8765,Low,USA,M,4,E,DT,N,4,,4,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8766,Very Low,UK,M,10,E,AN,N,2,,3,,LG,,,25.0,None (no degree completed),Yes,YesValid,37.0,zero +8767,Mid,USA,M,8,E,DBA,N,4,,1,,PB,,,110.0,Bachelors (4 years),Yes,YesExpired,45.0,one +8768,High,USA,M,17,EC,D,N,17,,0,,PB,,,20.0,Associates (2 years),No,YesExpired,40.0,one +8769,High,USA,M,10,E,DBA,N,4,,1,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,five +8770,High,USA,O,17,E,E,N,5,,1,,PB,,,41.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8771,Mid,USA,M,10,E,DBA,N,8,,3,,LG,,,80.0,Bachelors (4 years),Yes,N,40.0,zero +8772,Very High,USA,M,17,E,DBA,N,10,,1,,PB,,,15.0,Bachelors (4 years),No,YesValid,45.0,zero +8773,Very High,USA,M,20,EC,A,N,3,,6,,PB,,,1000.0,Masters,No,YesValid,50.0,five +8774,Mid,USA,M,12,EC,DBA,N,19,,1,,SG,,,200.0,Bachelors (4 years),Yes,N,45.0,one +8775,High,USA,M,10,E,DBA,N,10,,4,,PB,,,40.0,None (no degree completed),,N,45.0,three +8776,Mid,USA,M,3,E,DBA,N,3,,1,,PB,,,30.0,Doctorate/PhD,Yes,YesValid,40.0,one +8777,Very High,USA,M,15,E,M,Y,4,,0,,PB,,,250.0,Bachelors (4 years),Yes,N,50.0,two +8778,High,USA,M,6,E,DBA,N,1,,2,,PB,,,100.0,Bachelors (4 years),No,N,42.0,zero +8779,Mid,USA,M,10,E,DBA,N,8,,1,,LG,,,75.0,Masters,Yes,YesExpired,40.0,zero +8780,Very Low,UK,M,9,E,DT,N,2,,0,,PB,,,3.0,Masters,Yes,YesExpired,42.0,zero +8781,Mid,USA,M,17,E,DA,N,5,,3,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8782,Very Low,Romania,M,11,I,DA,N,11,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,50.0,five +8783,Very Low,UK,M,4,E,DBA,N,3,,0,,PB,,,20.0,None (no degree completed),,YesValid,39.0,zero +8784,Mid,USA,M,7,E,DBA,Y,3,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8785,Very Low,UK,M,13,E,DBA,Y,3,,1,,PB,,,60.0,Associates (2 years),Yes,N,39.0,zero +8786,High,UK,M,26,I,DBA,N,23,,2,,PB,,,450.0,None (no degree completed),,YesExpired,45.0,zero +8787,Mid,USA,M,20,E,DBA,N,12,,0,,PB,,,45.0,Masters,No,YesValid,55.0,one +8788,Very High,USA,M,14,I,A,N,7,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,65.0,five +8789,Very High,USA,M,10,E,M,Y,2,,6,,PB,,,3.0,Bachelors (4 years),No,N,50.0,zero +8790,Very High,USA,M,20,E,DT,N,10,,1,,PB,,,50.0,Bachelors (4 years),No,YesExpired,40.0,four +8791,Low,Finland,,1,EC,A,Y,1,,4,,PB,,,100.0,Masters,Yes,YesValid,40.0,zero +8792,Very Low,UK,M,14,E,D,N,6,,1,,PB,,,5.0,None (no degree completed),No,N,35.0,zero +8793,Very High,USA,M,20,E,A,N,4,,4,,PB,,,10000.0,Bachelors (4 years),No,YesValid,30.0,five +8794,Low,Norway,M,7,E,D,N,7,,2,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,five +8795,Low,USA,M,8,E,DBA,N,16,,0,,PB,,,120.0,Bachelors (4 years),Yes,N,43.0,zero +8796,Mid,USA,M,5,E,DBA,Y,2,,0,,PB,,,10.0,None (no degree completed),,YesValid,50.0,zero +8797,Low,USA,M,3,E,DBA,N,3,,1,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,40.0,one +8798,Very High,USA,M,10,E,DS,Y,3,,1,,PB,,,100.0,Masters,Yes,YesValid,40.0,zero +8799,High,USA,M,17,E,DT,N,1,,0,,PB,,,30.0,Bachelors (4 years),No,YesExpired,40.0,zero +8800,Very Low,India,M,4,E,DBA,N,0,,6,,PB,,,400.0,Masters,Yes,N,48.0,one +8801,Very Low,Portugal,M,10,EC,DA,N,15,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8802,Low,Canada,M,20,E,DBA,N,16,,1,,SG,,,20.0,Associates (2 years),,YesExpired,40.0,zero +8803,Mid,USA,M,10,E,DBA,N,6,,1,,PB,,,238.0,Bachelors (4 years),Yes,N,40.0,one +8804,Mid,USA,M,15,E,E,N,23,,2,,PB,,,12.0,Bachelors (4 years),Yes,N,45.0,zero +8805,High,USA,M,9,E,DBA,N,6,,1,,PB,,,186.0,Associates (2 years),,YesValid,45.0,one +8806,Very High,USA,M,22,I,A,Y,22,,0,,PB,,,50.0,None (no degree completed),,N,50.0,five +8807,Very Low,UK,M,16,E,D,N,5,,2,,PB,,,20.0,None (no degree completed),No,YesExpired,42.0,zero +8808,High,USA,M,8,E,D,N,2,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +8809,Very Low,Romania,M,5,EC,D,N,2,,6,,PB,,,1.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8810,Very High,USA,M,11,EC,E,N,2,,5,,FG,,,2000.0,Bachelors (4 years),Yes,YesValid,45.0,five +8811,Very Low,USA,M,1,E,DBA,N,1,,4,,PB,,,500.0,Bachelors (4 years),Yes,N,40.0,one +8812,Mid,USA,M,5,EC,D,N,3,,0,,PB,,,10.0,Bachelors (4 years),No,N,40.0,two +8813,Low,Sweden,M,5,EC,E,N,6,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,two +8814,Very Low,Argentina,O,13,EC,DT,Y,13,,6,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8815,Very High,USA,M,15,E,M,Y,3,,2,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +8816,Low,USA,M,10,EC,DT,N,3,,2,,PB,,,5.0,Bachelors (4 years),No,YesValid,40.0,five +8817,Very High,USA,M,14,E,DBA,N,3,,6,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8818,High,Switzerland,M,6,E,E,N,4,,1,,PB,,,4.0,Bachelors (4 years),No,YesValid,40.0,zero +8819,Low,USA,O,10,E,DBA,N,4,,0,,PB,,,5.0,Associates (2 years),Yes,YesValid,50.0,zero +8820,Very High,Switzerland,M,18,E,A,Y,7,,0,,PB,,,25.0,Masters,No,N,40.0,zero +8821,Low,SaudiArabia,M,6,E,DBA,Y,2,,2,,LG,,,250.0,Bachelors (4 years),No,YesValid,8.0,zero +8822,Very High,USA,M,10,E,DT,N,2,,2,,PB,,,2.0,None (no degree completed),,N,40.0,three +8823,Low,USA,M,4,E,DBA,N,3,,2,,PB,,,7.0,None (no degree completed),,YesValid,35.0,zero +8824,Low,UK,M,12,E,D,Y,2,,0,,PB,,,4.0,Masters,Yes,N,40.0,zero +8825,Very High,USA,M,15,E,DBA,N,2,,1,,PB,,,180.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8826,Very Low,UK,M,10,E,DBA,N,17,,6,,PB,,,2500.0,Bachelors (4 years),No,N,45.0,zero +8827,Low,Italy,M,18,I,DBA,Y,5,,2,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,50.0,two +8828,High,USA,O,9,E,A,N,2,,5,,PB,,,200.0,Masters,Yes,YesValid,50.0,one +8829,Mid,USA,M,5,E,DBA,N,3,,0,,PB,,,3.0,Masters,Yes,N,40.0,zero +8830,Very High,USA,M,18,E,DA,N,8,,1,,PB,,,1000.0,None (no degree completed),,YesExpired,40.0,two +8831,Very Low,USA,M,3,E,DBA,N,3,,0,,FG,,,90.0,Bachelors (4 years),Yes,N,40.0,zero +8832,Very Low,India,M,8,E,DBA,Y,9,,4,,PB,,,450.0,Masters,Yes,N,45.0,zero +8833,High,USA,M,9,E,DBA,N,4,,0,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,40.0,five +8834,Low,USA,M,4,E,DBA,N,2,,1,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +8835,Very High,USA,M,3,E,DBA,Y,24,,4,,PB,,,20.0,Bachelors (4 years),Yes,N,44.0,five +8836,Low,USA,M,10,E,DBA,N,6,,3,,PB,,,60.0,Masters,No,YesValid,45.0,zero +8837,Very High,USA,M,10,E,,N,15,,5,,PB,,,100.0,Bachelors (4 years),Yes,N,45.0,one +8838,Very Low,UK,M,5,E,DBA,N,3,,0,,PB,,,15.0,Associates (2 years),Yes,N,35.0,zero +8839,Very High,USA,M,10,E,M,Y,10,,0,,PB,,,8.0,None (no degree completed),,N,60.0,zero +8840,Very High,USA,M,11,E,PDE,N,2,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8841,Mid,India,M,9,EC,DBA,N,2,,1,,PB,,,35.0,Masters,Yes,YesValid,40.0,zero +8842,Very Low,Italy,O,3,E,DS,N,2,,1,,PB,,,15.0,Masters,No,N,60.0,zero +8843,Mid,USA,M,9,EC,DBA,N,2,,0,,PB,,,35.0,Masters,Yes,YesValid,40.0,zero +8844,Mid,USA,M,6,E,DBA,Y,0,,5,,PB,,,120.0,Bachelors (4 years),No,YesExpired,45.0,five +8845,Very High,USA,M,15,E,DBA,N,20,,3,,PB,,,25.0,Masters,Yes,YesExpired,45.0,five +8846,Very High,Canada,M,12,I,D,Y,2,,4,,PB,,,20.0,None (no degree completed),Yes,N,60.0,three +8847,Mid,USA,M,16,E,DBA,N,16,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8848,Low,USA,M,6,E,DBA,Y,3,,0,,PB,,,15.0,Masters,No,YesValid,45.0,zero +8849,High,USA,M,12,E,A,N,12,,3,,PB,,,40.0,None (no degree completed),,N,40.0,five +8850,Very High,USA,M,13,E,A,N,5,,1,,PB,,,35.0,Masters,Yes,YesValid,45.0,five +8851,Mid,USA,M,10,E,DBA,N,6,,0,,PB,,,8.0,Bachelors (4 years),Yes,N,43.0,zero +8852,Very Low,Slovenia,M,13,E,DA,Y,10,,3,,PB,,,5.0,None (no degree completed),,N,50.0,zero +8853,High,USA,M,7,E,DT,N,2,,6,,PB,,,20.0,Associates (2 years),No,N,42.0,zero +8854,High,USA,M,12,E,DBA,N,7,,0,,PB,,,50.0,Bachelors (4 years),Yes,N,35.0,zero +8855,Mid,USA,M,10,E,D,N,2,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,five +8856,High,USA,M,18,E,DBA,N,2,,0,,PB,,,45.0,Bachelors (4 years),Yes,YesValid,60.0,five +8857,Low,USA,M,4,E,E,N,4,,4,,PB,,,6000.0,Associates (2 years),Yes,YesValid,45.0,five +8858,Very Low,UK,M,16,E,DBA,N,5,,0,,PB,,,100.0,Bachelors (4 years),No,YesValid,35.0,one +8859,Very Low,UK,M,16,E,DBA,N,2,,0,,SG,,,13.0,Associates (2 years),No,N,38.0,zero +8860,Low,UK,M,20,E,DT,Y,3,,0,,PB,,,7.0,Bachelors (4 years),No,YesExpired,40.0,three +8861,High,USA,M,10,E,DO,N,4,,0,,PB,,,142.0,Bachelors (4 years),Yes,N,50.0,zero +8862,Mid,USA,M,15,E,A,N,3,,1,,PB,,,5.0,None (no degree completed),,YesExpired,40.0,zero +8863,High,USA,M,10,E,DBA,N,4,,5,,PB,,,150.0,Masters,Yes,N,40.0,zero +8864,High,USA,M,20,E,DBA,N,15,,4,,PB,,,40.0,Masters,No,YesExpired,40.0,zero +8865,Very High,USA,M,16,EC,DBA,N,36,,0,,PB,,,33.0,Associates (2 years),Yes,N,45.0,five +8866,Very Low,Poland,M,8,E,D,Y,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +8867,Low,USA,M,5,E,DBA,N,1,,1,,PB,,,70.0,Bachelors (4 years),Yes,N,42.0,zero +8868,High,USA,O,30,E,DBA,N,25,,0,,PB,,,45.0,Masters,No,YesExpired,35.0,zero +8869,Very Low,UK,M,1,E,DBA,N,1,,0,,PB,,,12.0,None (no degree completed),,N,38.0,zero +8870,Low,UK,M,20,E,DBA,Y,12,,2,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,39.0,zero +8871,Mid,USA,M,5,E,DA,N,7,,4,,PB,,,1.0,Bachelors (4 years),Yes,N,41.0,one +8872,Low,USA,M,2,EC,D,N,2,,6,,PB,,,10.0,Masters,No,N,42.0,zero +8873,Low,USA,M,3,E,DBA,N,1,,6,,SG,,,13.0,Bachelors (4 years),Yes,N,40.0,zero +8874,Low,USA,M,7,E,DBA,N,7,,4,,SG,,,500.0,None (no degree completed),,YesExpired,40.0,zero +8875,High,USA,M,14,E,DBA,N,18,,0,,PB,,,30.0,Masters,No,YesValid,40.0,zero +8876,Very Low,Paraguay,M,10,E,DA,Y,7,,5,,PB,,,22.0,Bachelors (4 years),Yes,N,48.0,zero +8877,Very High,Switzerland,M,4,EC,D,N,4,,4,,PB,,,1000.0,None (no degree completed),,N,40.0,four +8878,Mid,USA,M,10,E,D,N,4,,0,,PB,,,7.0,Bachelors (4 years),No,N,80.0,zero +8879,Low,USA,M,5,E,DBA,N,5,,0,,PB,,,10.0,None (no degree completed),,YesValid,40.0,zero +8880,Low,USA,M,2,E,AN,N,2,,0,,PB,,,5.0,Masters,Yes,N,45.0,zero +8881,High,USA,M,18,E,DBA,N,1,,6,,PB,,,200.0,Bachelors (4 years),Yes,N,45.0,five +8882,Low,USA,M,18,E,AN,N,10,,0,,PB,,,1.0,None (no degree completed),,N,40.0,zero +8883,Very Low,USA,M,1,E,T,N,1,,1,,PB,,,5.0,Bachelors (4 years),Yes,N,36.0,zero +8884,Low,USA,M,2,E,DBA,N,1,,3,,PB,,,80.0,Bachelors (4 years),Yes,N,50.0,zero +8885,Low,USA,M,6,E,DT,N,2,,5,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,one +8886,Low,USA,M,16,E,AN,N,5,,0,,PB,,,6.0,None (no degree completed),,N,40.0,zero +8887,Very Low,USA,M,6,E,DBA,N,4,,0,,PB,,,6.0,None (no degree completed),,N,60.0,two +8888,Mid,Canada,M,8,E,DBA,N,5,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +8889,Low,USA,M,4,E,AN,N,4,,3,,PB,,,4.0,None (no degree completed),,N,40.0,zero +8890,Low,USA,O,1,E,DBA,N,1,,0,,PB,,,2.0,Associates (2 years),Yes,N,40.0,zero +8891,Low,USA,M,21,E,DBS,N,11,,0,,LG,,,10.0,None (no degree completed),,N,40.0,zero +8892,Low,USA,M,2,E,DBA,N,2,,2,,PB,,,7.0,Bachelors (4 years),No,YesValid,40.0,zero +8893,Very Low,Canada,M,18,E,D,N,12,,4,,LG,,,6.0,Masters,Yes,N,38.0,zero +8894,Low,USA,M,2,E,AN,N,1,,1,,PB,,,20.0,Bachelors (4 years),No,N,45.0,zero +8895,High,USA,M,9,E,DBA,Y,3,,0,,PB,,,29.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +8896,Mid,USA,M,15,E,AN,Y,15,,2,,PB,,,30.0,None (no degree completed),,N,45.0,zero +8897,High,USA,M,15,E,E,N,15,,0,,PB,,,20.0,Bachelors (4 years),No,YesExpired,45.0,five +8898,High,USA,M,7,E,M,Y,1,,1,,PB,,,20.0,Bachelors (4 years),Yes,N,45.0,zero +8899,Mid,USA,M,15,E,DBA,N,15,,0,,FG,,,30.0,None (no degree completed),,YesValid,41.0,zero +8900,Low,Canada,M,8,E,D,N,8,,3,,SG,,,7.0,Associates (2 years),Yes,N,45.0,three +8901,Mid,USA,M,8,E,D,N,3,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +8902,High,USA,O,5,EC,DBA,N,0,,6,,PB,,,200.0,Masters,Yes,YesValid,40.0,one +8903,Very Low,USA,M,5,E,DBA,N,4,,1,,PB,,,300.0,Masters,Yes,YesExpired,40.0,zero +8904,High,USA,M,10,EC,DBA,N,6,,1,,SG,,,8.0,Bachelors (4 years),Yes,YesValid,45.0,two +8905,Very High,USA,M,5,E,DBA,Y,3,,2,,PB,,,35.0,Bachelors (4 years),Yes,N,45.0,one +8906,Very Low,USA,M,3,E,DT,Y,3,,4,,PB,,,5.0,Bachelors (4 years),Yes,N,50.0,zero +8907,Very High,USA,M,15,E,A,N,15,,0,,PB,,,10.0,Masters,No,YesValid,55.0,zero +8908,Low,USA,M,4,E,M,Y,3,,0,,PB,,,2.0,Bachelors (4 years),No,N,42.0,zero +8909,Very Low,USA,M,2,E,DT,N,2,,0,,PB,,,5.0,Associates (2 years),Yes,N,40.0,zero +8910,Mid,Belgium,M,2,E,AN,N,25,,6,,PB,,,12.0,Masters,No,N,42.0,zero +8911,Very Low,USA,M,1,E,E,N,0,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +8912,Very High,USA,M,12,E,DBA,Y,12,,1,,PB,,,45.0,Bachelors (4 years),Yes,N,40.0,zero +8913,Very High,USA,M,17,E,DBA,N,9,,6,,PB,,,400.0,Bachelors (4 years),Yes,YesExpired,55.0,five +8914,Very Low,Canada,M,6,E,D,N,1,,1,,PB,,,6.0,Masters,No,YesValid,40.0,one +8915,Mid,USA,M,17,E,DA,N,17,,4,,PB,,,6.0,None (no degree completed),,N,50.0,one +8916,Mid,USA,M,10,E,DBA,N,3,,2,,LG,,,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8917,Mid,USA,M,5,E,DBA,N,1,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8918,Very High,USA,,1,E,A,Y,3,,0,,PB,,,1.0,Bachelors (4 years),No,YesValid,40.0,zero +8919,Low,USA,M,5,E,DBA,N,5,,0,,LG,,,35.0,Bachelors (4 years),Yes,N,42.0,zero +8920,Low,USA,,4,E,DBA,N,4,,2,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +8921,Very High,USA,M,18,E,DBA,N,24,,2,,PB,,,100.0,Masters,Yes,YesValid,50.0,two +8922,Mid,USA,M,4,E,DBA,N,4,,3,,PB,,,180.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8923,Very High,USA,M,10,E,DBA,N,10,,3,,PB,,,209.0,Bachelors (4 years),Yes,YesExpired,40.0,four +8924,Very Low,UK,M,10,I,A,Y,2,,0,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,60.0,zero +8925,Very Low,USA,M,4,E,DA,Y,2,,0,,SG,,,1.0,Bachelors (4 years),No,N,40.0,zero +8926,Low,Sweden,M,18,E,DBA,N,10,,3,,PB,,,50.0,Associates (2 years),Yes,N,42.0,one +8927,Mid,USA,M,8,E,DT,N,1,,6,,PB,,,6.0,Bachelors (4 years),No,N,45.0,zero +8928,Low,USA,M,3,E,AN,N,3,,3,,PB,,,2.0,Associates (2 years),,N,35.0,zero +8929,Very High,USA,M,13,EC,A,N,2,,1,,PB,,,20.0,Masters,Yes,N,40.0,five +8930,Low,USA,M,3,E,DT,N,3,,6,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,zero +8931,Very High,USA,M,13,E,DBA,N,10,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,45.0,one +8932,High,USA,M,6,EC,DBA,N,0,,6,,PB,,,10000.0,Bachelors (4 years),Yes,YesValid,45.0,five +8933,Mid,USA,M,14,E,DBA,N,12,,1,,SG,,,6.0,Bachelors (4 years),No,N,40.0,zero +8934,Low,USA,O,0,E,AN,N,0,,6,,PB,,,15.0,Associates (2 years),No,N,40.0,zero +8935,Mid,USA,M,8,E,DA,N,2,,5,,PB,,,2.0,Masters,Yes,N,40.0,zero +8936,Low,USA,M,5,E,DBA,N,5,,4,,PB,,,300.0,Bachelors (4 years),Yes,N,45.0,zero +8937,Very Low,Romania,M,1,E,DBA,N,1,,2,,PB,,,200.0,None (no degree completed),,N,40.0,one +8938,Low,USA,M,5,E,E,N,5,,1,,PB,,,15.0,Associates (2 years),,N,40.0,zero +8939,Very High,USA,M,20,E,M,Y,5,,0,,PB,,,350.0,None (no degree completed),,YesValid,55.0,zero +8940,Very Low,UK,M,7,E,AN,N,1,,1,,SG,,,4.0,None (no degree completed),,N,38.0,zero +8941,Mid,USA,O,10,EC,DA,Y,6,,3,,PB,,,4.0,Masters,Yes,YesExpired,40.0,five +8942,High,USA,M,20,E,DBA,N,5,,6,,PB,,,220.0,Bachelors (4 years),No,YesExpired,42.0,zero +8943,Very High,USA,M,8,E,M,Y,5,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,45.0,five +8944,Low,USA,M,6,E,DT,N,1,,3,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +8945,Very High,USA,M,20,E,DT,N,9,,3,,PB,,,40.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8946,Very High,USA,M,8,EC,M,Y,4,,0,,PB,,,300.0,Bachelors (4 years),No,YesValid,45.0,one +8947,Mid,USA,M,5,E,E,N,5,,2,,PB,,,100.0,None (no degree completed),,YesValid,50.0,zero +8948,Very Low,UK,M,6,E,DT,N,3,,5,,PB,,,3.0,Bachelors (4 years),,N,38.0,zero +8949,Low,Canada,M,7,E,DT,N,7,,0,,PB,,,5.0,Associates (2 years),Yes,N,35.0,zero +8950,Very Low,UK,M,10,E,DBA,N,5,,1,,PB,,,100.0,Bachelors (4 years),,YesValid,45.0,one +8951,Very High,USA,M,17,E,M,Y,2,,0,,PB,,,30.0,Associates (2 years),No,N,45.0,zero +8952,Very High,USA,M,20,E,DT,N,5,,4,,PB,,,6.0,None (no degree completed),,YesExpired,40.0,zero +8953,Low,Australia,M,5,E,DBA,N,2,,2,,SG,,,150.0,Bachelors (4 years),Yes,N,40.0,zero +8954,High,USA,M,15,EC,DBA,N,1,,1,,PB,,,5.0,Masters,Yes,N,40.0,zero +8955,Mid,UK,M,18,E,A,N,6,,1,,PB,,,20.0,Associates (2 years),Yes,N,35.0,zero +8956,High,USA,M,9,E,DBA,N,7,,5,,PB,,,700.0,Bachelors (4 years),No,YesValid,38.0,zero +8957,Low,USA,M,15,E,DBA,N,13,,0,,PB,,,10.0,Associates (2 years),Yes,YesExpired,50.0,one +8958,Low,USA,M,3,E,DT,N,3,,0,,PB,,,21.0,Bachelors (4 years),Yes,N,45.0,zero +8959,Very High,Denmark,M,11,I,DBA,N,4,,6,,PB,,,1200.0,Bachelors (4 years),No,YesValid,40.0,one +8960,Very High,USA,M,18,E,DBA,N,18,,1,,PB,,,5.0,Masters,Yes,YesExpired,50.0,five +8961,High,USA,M,17,E,DT,Y,10,,3,,PB,,,20.0,Associates (2 years),Yes,N,40.0,zero +8962,Mid,USA,M,4,E,DBA,N,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,52.0,five +8963,Very Low,USA,M,2,E,AN,N,2,,1,,SG,,,20.0,Associates (2 years),,YesValid,40.0,three +8964,Mid,USA,M,9,E,DT,N,4,,2,,PB,,,2.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8965,High,USA,M,10,E,DA,N,7,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +8966,Very Low,USA,M,2,E,DBA,N,2,,4,,PB,,,50.0,None (no degree completed),,N,42.0,zero +8967,High,USA,M,20,E,DBA,N,10,,6,,PB,,,500.0,None (no degree completed),,N,42.0,five +8968,Very High,USA,M,17,I,C,N,13,,0,,PB,,,100.0,Bachelors (4 years),No,YesExpired,65.0,five +8969,Mid,USA,M,10,E,DBA,N,10,,0,,PB,,,5.0,None (no degree completed),,N,40.0,zero +8970,Very Low,Brazil,M,6,E,DBA,Y,6,,3,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,44.0,two +8971,Very Low,Poland,M,4,E,DBA,Y,4,,6,,PB,,,30.0,Masters,Yes,YesExpired,40.0,zero +8972,Low,USA,M,8,E,DBA,N,6,,0,,PB,,,75.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8973,Very High,USA,M,20,E,DBA,Y,1,,0,,PB,,,50.0,Masters,No,YesExpired,40.0,one +8974,Low,USA,M,3,E,DT,N,3,,2,,PB,,,4.0,Bachelors (4 years),No,N,40.0,zero +8975,Low,USA,M,3,E,DBA,N,1,,5,,PB,,,27.0,None (no degree completed),,YesValid,45.0,zero +8976,Very High,USA,M,23,E,DBA,N,5,,0,,PB,,,85.0,None (no degree completed),,N,50.0,two +8977,Very High,USA,M,8,E,DBA,Y,9,,0,,PB,,,600.0,Bachelors (4 years),Yes,N,45.0,zero +8978,Mid,USA,M,10,E,SA,Y,12,,0,,LG,,,9.0,Associates (2 years),Yes,YesExpired,45.0,zero +8979,Low,USA,M,3,E,DBA,N,3,,2,,PB,,,21.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8980,Very Low,UK,M,2,E,AN,N,2,,1,,PB,,,3.0,None (no degree completed),,N,40.0,zero +8981,Low,USA,M,4,E,D,N,2,,6,,PB,,,6.0,None (no degree completed),,YesValid,40.0,one +8982,Very Low,Russia,O,5,E,A,Y,4,,0,,PB,,,15.0,Doctorate/PhD,No,YesValid,40.0,two +8983,Very High,USA,M,5,EC,D,N,1,,4,,SG,,,100.0,Bachelors (4 years),No,N,40.0,five +8984,Low,USA,M,6,E,DBA,N,2,,5,,PB,,,70.0,Bachelors (4 years),No,N,40.0,zero +8985,Mid,USA,O,7,E,DBA,N,7,,4,,PB,,,50.0,Masters,No,N,50.0,zero +8986,High,USA,M,7,E,DBA,N,4,,3,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,40.0,two +8987,Very Low,Argentina,M,5,E,DBA,Y,5,,6,,PB,,,10000.0,Associates (2 years),,YesValid,45.0,three +8988,Very High,Australia,M,7,E,S,N,7,,1,,PB,,,0.0,Bachelors (4 years),No,N,40.0,one +8989,Low,USA,M,1,E,DBA,N,1,,0,,SG,,,11.0,Bachelors (4 years),Yes,N,50.0,two +8990,Low,USA,M,2,E,DBA,N,2,,0,,PB,,,3.0,Bachelors (4 years),No,N,50.0,one +8991,Very High,USA,M,9,E,DBA,Y,2,,0,,PB,,,300.0,None (no degree completed),,YesValid,40.0,one +8992,Very High,Canada,P,16,E,E,N,1,,3,,PB,,,2000.0,Bachelors (4 years),Yes,N,40.0,five +8993,High,USA,M,12,E,A,Y,3,,0,,PB,,,10.0,Masters,No,YesValid,50.0,zero +8994,Very High,USA,M,19,E,DT,N,3,,0,,PB,,,4.0,Associates (2 years),Yes,YesValid,38.0,two +8995,Very High,USA,M,18,E,M,Y,8,,0,,PB,,,900.0,Associates (2 years),,YesValid,50.0,one +8996,Very Low,India,M,5,E,DBA,N,5,,4,,PB,,,300.0,Bachelors (4 years),Yes,YesValid,45.0,zero +8997,Very High,USA,M,15,EC,M,Y,3,,0,,PB,,,40.0,None (no degree completed),,YesExpired,50.0,two +8998,Very High,USA,M,17,E,A,N,14,,6,,PB,,,20.0,Bachelors (4 years),No,YesValid,60.0,zero +8999,Mid,USA,M,6,EC,DBA,N,2,,1,,FG,,,9.0,None (no degree completed),,N,42.0,one +9000,Very High,USA,M,10,E,D,N,2,,3,,PB,,,3.0,Bachelors (4 years),No,YesValid,40.0,one +9001,High,USA,M,15,E,DS,Y,3,,0,,PB,,,10.0,Masters,No,YesValid,50.0,zero +9002,Very High,USA,M,17,E,E,N,2,,0,,PB,,,20.0,Masters,Yes,N,40.0,four +9003,Very High,USA,M,13,E,E,N,2,,6,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,50.0,five +9004,High,USA,M,6,E,DBA,N,6,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9005,Very Low,UK,M,13,E,DBA,N,3,,1,,LG,,,10.0,Masters,No,N,50.0,one +9006,High,USA,M,21,EC,DA,N,21,,6,,PB,,,50.0,Bachelors (4 years),No,YesValid,40.0,zero +9007,Very Low,New-Zealand,M,10,E,DBABI,N,6,,2,,LG,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9008,Very Low,USA,P,2,E,D,N,2,,2,,PB,,,10.0,Associates (2 years),No,N,40.0,zero +9009,High,Canada,MDB,1,E,E,N,1,,3,,PB,,,300.0,Bachelors (4 years),Yes,N,35.0,five +9010,Mid,USA,M,4,E,D,N,4,,2,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +9011,Very Low,Canada,M,6,EC,D,N,1,,6,,PB,,,10.0,Bachelors (4 years),No,N,40.0,zero +9012,Very High,USA,M,20,E,DBA,N,15,,0,,PB,,,25.0,Bachelors (4 years),Yes,N,40.0,two +9013,High,USA,M,8,E,DBA,N,8,,4,,PB,,,600.0,Bachelors (4 years),Yes,N,42.0,zero +9014,Very High,Canada,M,10,E,A,N,1,,6,,PB,,,0.0,Masters,Yes,YesValid,40.0,two +9015,Very Low,USA,M,3,E,DT,N,3,,0,,SG,,,5.0,None (no degree completed),,YesValid,50.0,zero +9016,High,USA,M,8,E,M,Y,4,,6,,PB,,,6.0,None (no degree completed),,N,50.0,three +9017,Very Low,USA,M,2,EC,DBA,N,2,,1,,LG,,,100.0,Associates (2 years),Yes,N,22.0,zero +9018,High,USA,M,7,E,DBA,N,7,,3,,PB,,,180.0,Bachelors (4 years),No,N,40.0,zero +9019,High,Denmark,M,9,E,DBA,N,0,,0,,PB,,,100.0,Associates (2 years),Yes,YesValid,37.0,zero +9020,High,USA,M,10,E,M,Y,2,,1,,PB,,,20.0,None (no degree completed),,N,48.0,one +9021,Mid,USA,M,14,E,DBA,N,4,,0,,PB,,,30.0,None (no degree completed),,YesValid,35.0,one +9022,High,USA,M,10,E,A,N,4,,3,,PB,,,300.0,Associates (2 years),Yes,YesExpired,40.0,one +9023,Very Low,UK,M,2,E,DT,N,1,,2,,PB,,,8.0,Bachelors (4 years),No,YesValid,40.0,zero +9024,Very Low,Lithuania,M,5,E,DT,N,3,,1,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,40.0,one +9025,Low,USA,M,3,E,A,N,3,,2,,SG,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9026,Very Low,India,M,8,E,DBA,Y,8,,2,,PB,,,25.0,Masters,No,N,40.0,zero +9027,Very Low,Poland,M,6,E,DBA,Y,6,,1,,PB,,,50.0,Masters,Yes,YesValid,40.0,zero +9028,Very Low,Portugal,M,18,E,DBA,N,5,,0,,PB,,,3.0,Masters,No,YesValid,40.0,zero +9029,Low,Guernsey,M,9,E,DBA,N,9,,0,,PB,,,70.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9030,Very Low,UK,M,3,E,AN,N,3,,0,,PB,,,3.0,Bachelors (4 years),No,N,40.0,zero +9031,Mid,HK,M,8,E,DBA,Y,2,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,45.0,one +9032,Very Low,Spain,M,10,EC,A,N,10,,3,,PB,,,100.0,Masters,Yes,YesValid,50.0,three +9033,Low,UK,M,7,E,DBA,Y,1,,1,,PB,,,15.0,Associates (2 years),Yes,YesValid,37.0,zero +9034,Very Low,India,M,12,E,DBA,N,4,,3,,PB,,,40000.0,Bachelors (4 years),Yes,N,60.0,zero +9035,Very Low,Israel,M,2,E,D,N,2,,1,,PB,,,2.0,Bachelors (4 years),Yes,N,43.0,five +9036,Low,USA,M,2,E,AN,N,2,,3,,PB,,,5.0,Bachelors (4 years),No,N,40.0,one +9037,Very High,USA,,20,E,DBA,Y,20,,6,,PB,,,60.0,Associates (2 years),No,YesExpired,40.0,five +9038,Very High,USA,M,20,E,A,Y,3,,0,,PB,,,10.0,Masters,No,N,60.0,five +9039,Mid,USA,M,11,E,D,N,6,,2,,PB,,,6.0,Associates (2 years),No,YesExpired,35.0,zero +9040,Low,UK,M,10,E,DBA,N,1,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,38.0,one +9041,Very High,UK,M,7,E,DBA,N,7,,0,,PB,,,300.0,Bachelors (4 years),No,N,40.0,zero +9042,High,USA,M,12,E,M,Y,2,,6,,PB,,,70.0,Bachelors (4 years),Yes,N,50.0,zero +9043,Very Low,USA,M,2,E,DT,N,2,,2,,PB,,,8.0,Bachelors (4 years),Yes,N,40.0,zero +9044,High,USA,M,15,E,M,Y,15,,2,,PB,,,5.0,Masters,Yes,N,40.0,two +9045,Mid,USA,M,4,E,DBA,Y,2,,0,,PB,,,12.0,Bachelors (4 years),No,N,50.0,one +9046,Very Low,Russia,M,11,E,D,Y,8,,6,,PB,,,10.0,Masters,Yes,YesExpired,50.0,zero +9047,Low,USA,M,2,E,AN,N,3,,1,,PB,,,5.0,Masters,No,N,40.0,zero +9048,High,USA,M,14,E,E,N,2,,6,,PB,,,10.0,Bachelors (4 years),Yes,N,42.0,zero +9049,Mid,Germany,M,15,E,E,N,1,,3,,PB,,,900.0,None (no degree completed),,N,45.0,zero +9050,Very High,Germany,M,22,I,A,N,10,,1,,FG,,,200.0,Masters,Yes,YesValid,41.0,zero +9051,High,USA,O,9,EC,DBA,N,9,,1,,FG,,,18.0,Masters,Yes,N,40.0,zero +9052,Low,UK,M,11,E,D,Y,2,,2,,SG,,,4.0,Masters,Yes,N,40.0,one +9053,High,USA,M,4,E,DBA,Y,1,,6,,PB,,,500.0,Bachelors (4 years),Yes,YesExpired,55.0,one +9054,Very High,USA,M,18,I,A,Y,10,,0,,FG,,,200.0,Masters,Yes,YesExpired,55.0,five +9055,High,USA,M,20,E,SRC,N,0,,6,,PB,,,1000.0,Bachelors (4 years),No,YesValid,40.0,five +9056,Mid,USA,M,3,E,SA,N,2,,0,,SG,,,60.0,Masters,No,YesExpired,42.0,zero +9057,Very High,USA,M,10,E,DBA,N,2,,1,,PB,,,50.0,None (no degree completed),No,YesExpired,50.0,one +9058,Mid,USA,M,8,E,A,N,4,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9059,High,USA,M,4,E,A,N,2,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9060,Mid,USA,M,5,E,D,Y,5,,0,,PB,,,80.0,Bachelors (4 years),Yes,N,50.0,zero +9061,Very High,UK,M,15,E,DBA,N,4,,1,,PB,,,75.0,Associates (2 years),Yes,YesValid,38.0,zero +9062,Low,USA,M,2,E,AC,N,2,,6,,PB,,,28.0,Bachelors (4 years),No,N,45.0,five +9063,Low,Canada,M,9,E,DBA,N,5,,1,,PB,,,9.0,Associates (2 years),Yes,N,35.0,zero +9064,Mid,USA,M,8,EC,D,N,5,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,two +9065,High,USA,M,20,E,DBA,N,25,,3,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,one +9066,Very High,USA,M,17,E,DT,N,5,,6,,PB,,,20.0,None (no degree completed),,N,35.0,two +9067,Very Low,Finland,M,20,E,DBA,N,9,,1,,PB,,,10.0,Masters,Yes,YesExpired,30.0,one +9068,Very High,USA,M,18,EC,DBA,N,8,,3,,PB,,,1000.0,None (no degree completed),,YesExpired,40.0,five +9069,Mid,USA,M,18,E,DBA,N,10,,0,,PB,,,25.0,None (no degree completed),,YesExpired,50.0,one +9070,High,USA,,3,E,DBA,N,3,,0,,PB,,,20.0,Bachelors (4 years),No,N,45.0,one +9071,Mid,USA,M,6,E,DBA,N,3,,0,,PB,,,34.0,None (no degree completed),,N,50.0,one +9072,Low,Australia,M,20,E,D,Y,10,,1,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9073,Very High,USA,M,14,E,A,N,2,,0,,PB,,,15.0,None (no degree completed),,N,45.0,zero +9074,Very High,USA,M,13,I,A,Y,13,,2,,PB,,,10.0,Masters,Yes,YesExpired,40.0,one +9075,High,USA,M,4,EC,D,N,4,,6,,PB,,,500.0,Bachelors (4 years),No,N,45.0,one +9076,High,USA,M,6,E,DBA,N,6,,6,,PB,,,1000.0,None (no degree completed),,N,40.0,zero +9077,Very Low,USA,M,3,E,M,Y,3,,1,,S,,,6.0,Bachelors (4 years),No,YesExpired,45.0,zero +9078,Very High,USA,M,10,E,A,Y,1,,0,,PB,,,40.0,Associates (2 years),No,YesExpired,40.0,one +9079,Very Low,India,M,4,E,DBA,N,1,,5,,PB,,,2000.0,Masters,Yes,N,43.0,zero +9080,High,USA,M,10,E,DBA,N,5,,2,,PB,,,200.0,Masters,Yes,YesValid,40.0,five +9081,Low,Israel,M,15,E,DBA,N,10,,1,,PB,,,20.0,None (no degree completed),,YesExpired,50.0,zero +9082,Very Low,Israel,M,4,E,D,N,4,,6,,FG,,,8.0,Bachelors (4 years),No,YesValid,45.0,zero +9083,Very Low,UK,M,3,E,DBA,N,1,,0,,PB,,,50.0,None (no degree completed),,YesExpired,36.0,zero +9084,Very Low,Bulgaria,M,13,E,DBA,N,5,,0,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,zero +9085,Very High,USA,M,18,E,A,N,2,,0,,PB,,,0.0,Masters,No,YesValid,40.0,three +9086,Very High,Ireland,M,15,I,A,Y,30,,0,,PB,,,10.0,Doctorate/PhD,Yes,N,40.0,five +9087,Low,Denmark,M,12,I,A,N,12,,1,,PB,,,10.0,Associates (2 years),,YesValid,45.0,zero +9088,Mid,USA,M,20,E,DBA,N,15,,0,,PB,,,75.0,Masters,Yes,YesExpired,60.0,zero +9089,Very High,UK,M,16,I,DBA,N,16,,0,,PB,,,400.0,None (no degree completed),No,N,40.0,four +9090,Very High,USA,M,16,E,M,Y,1,,0,,PB,,,84.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9091,Very Low,France,M,10,E,DBA,N,3,,2,,PB,,,58.0,Masters,Yes,YesValid,35.0,zero +9092,High,USA,M,20,E,DBA,Y,10,,0,,PB,,,200.0,Masters,Yes,YesValid,40.0,two +9093,Mid,UK,M,12,E,DT,Y,3,,6,,PB,,,1.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9094,Very Low,Romania,M,5,E,DBA,N,3,,6,,PB,,,47.0,None (no degree completed),,YesValid,50.0,zero +9095,High,USA,M,10,E,A,N,3,,0,,PB,,,60.0,Bachelors (4 years),Yes,YesExpired,50.0,one +9096,Very Low,UK,M,5,E,DBA,Y,3,,0,,PB,,,4.0,Bachelors (4 years),No,N,38.0,zero +9097,Low,USA,P,3,E,M,Y,2,,0,,PB,,,6.0,Masters,No,N,48.0,two +9098,Low,USA,M,4,E,DBA,N,1,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9099,High,USA,M,16,E,E,N,4,,6,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9100,Very Low,UK,P,1,E,DBA,N,1,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,35.0,two +9101,Very High,USA,M,25,I,DBA,N,5,,2,,PB,,,4.0,None (no degree completed),,YesValid,35.0,zero +9102,Mid,USA,M,20,E,DA,Y,1,,0,,PB,,,15.0,Associates (2 years),No,N,60.0,five +9103,High,USA,M,13,E,DBA,N,1,,0,,PB,,,13.0,Bachelors (4 years),Yes,YesExpired,40.0,two +9104,Mid,USA,M,13,E,M,Y,13,,1,,PB,,,5.0,Bachelors (4 years),Yes,N,55.0,zero +9105,Low,USA,M,15,E,DBA,N,3,,2,,PB,,,470.0,Bachelors (4 years),Yes,N,46.0,zero +9106,Mid,USA,M,6,E,DT,N,6,,0,,FG,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9107,Very High,USA,M,21,I,DT,N,21,,0,,PB,,,90.0,Bachelors (4 years),No,YesValid,30.0,four +9108,Mid,Germany,M,14,E,A,N,2,,1,,PB,,,250.0,Masters,Yes,YesValid,40.0,zero +9109,High,Australia,M,10,E,M,Y,0,,3,,PB,,,10.0,Bachelors (4 years),Yes,N,38.0,zero +9110,Very Low,Poland,M,10,E,DBA,N,5,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,two +9111,Mid,Israel,M,4,E,DBA,N,2,,2,,PB,,,30.0,None (no degree completed),,YesExpired,45.0,zero +9112,Low,Australia,M,8,E,DA,N,10,,3,,PB,,,2.0,Bachelors (4 years),Yes,N,42.0,zero +9113,High,Switzerland,M,8,E,DBA,N,4,,3,,PB,,,25.0,None (no degree completed),,YesValid,43.0,one +9114,Very Low,UK,M,8,E,D,Y,2,,0,,PB,,,10.0,None (no degree completed),,YesValid,37.0,zero +9115,Low,New-Zealand,M,10,E,DBA,N,3,,6,,PB,,,2000.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9116,Very Low,Romania,M,10,E,DA,N,10,,6,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9117,Mid,USA,M,15,E,DT,N,2,,1,,PB,,,6.0,Bachelors (4 years),No,N,40.0,two +9118,Very Low,China,M,9,E,DBA,N,9,,0,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,45.0,four +9119,Low,USA,P,5,I,A,Y,10,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,80.0,four +9120,High,USA,M,7,E,DBA,N,1,,6,,PB,,,500.0,Bachelors (4 years),No,YesValid,40.0,zero +9121,Low,USA,M,10,E,E,N,5,,6,,PB,,,5.0,Bachelors (4 years),Yes,N,50.0,five +9122,Very Low,UK,M,1,E,DT,N,1,,1,,PB,,,6.0,Bachelors (4 years),Yes,N,40.0,zero +9123,Very Low,UK,M,2,I,DA,Y,2,,0,,PB,,,2.0,Bachelors (4 years),No,N,50.0,zero +9124,Low,USA,M,5,E,DT,N,2,,3,,PB,,,39.0,Bachelors (4 years),No,N,50.0,one +9125,Mid,USA,M,9,E,DBA,N,5,,3,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,five +9126,Very Low,India,M,3,E,AN,N,3,,6,,PB,,,200.0,Bachelors (4 years),Yes,N,40.0,zero +9127,Low,Luxembourg,M,10,EC,DBA,Y,1,,1,,PB,,,1000.0,Masters,No,N,50.0,five +9128,Very Low,USA,M,4,E,E,N,4,,1,,PB,,,5.0,Associates (2 years),Yes,YesValid,40.0,one +9129,Low,UK,M,6,E,DT,N,1,,6,,PB,,,10.0,Bachelors (4 years),No,N,38.0,zero +9130,Very Low,Sweden,M,1,E,DBA,N,1,,0,,PB,,,15.0,None (no degree completed),,N,41.0,zero +9131,Low,Australia,M,4,E,D,N,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +9132,High,USA,SAP,5,E,A,N,12,,0,,FG,,,15.0,Bachelors (4 years),No,N,50.0,one +9133,Low,New-Zealand,M,7,E,DBA,N,7,,2,,PB,,,24.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9134,Low,New-Zealand,M,10,EC,DBA,N,5,,6,,PB,,,2000.0,None (no degree completed),,YesExpired,45.0,zero +9135,Very Low,USA,M,38,E,DBA,N,4,,3,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9136,Low,USA,M,3,E,DBA,N,3,,2,,PB,,,300.0,Bachelors (4 years),Yes,N,60.0,three +9137,Mid,Australia,M,17,E,DA,N,17,,2,,PB,,,2.0,None (no degree completed),No,YesValid,50.0,zero +9138,Low,Australia,M,5,E,E,N,5,,1,,LG,,,12.0,None (no degree completed),,N,35.0,zero +9139,Very Low,Australia,M,1,E,DBA,N,1,,0,,PB,,,30.0,Associates (2 years),Yes,YesExpired,24.0,zero +9140,High,Australia,O,20,E,DBA,N,15,,2,,PB,,,120.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9141,Very Low,Australia,M,3,E,AN,N,1,,0,,PB,,,2.0,None (no degree completed),,N,38.0,zero +9142,Low,New-Zealand,M,7,E,DBA,N,1,,0,,PB,,,35.0,None (no degree completed),,YesValid,45.0,zero +9143,Very Low,USA,M,10,E,DBA,N,6,,4,,PB,,,26.0,Associates (2 years),Yes,YesExpired,50.0,one +9144,Low,Australia,M,10,E,M,Y,14,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,five +9145,Mid,Australia,M,15,E,DBA,N,15,,4,,SG,,,200.0,Bachelors (4 years),Yes,N,35.0,zero +9146,Mid,Australia,M,10,E,DT,Y,7,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,one +9147,Low,Australia,M,18,E,AN,N,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9148,Very Low,Australia,M,6,E,D,N,1,,1,,FG,,,2.0,Bachelors (4 years),Yes,N,35.0,zero +9149,High,Australia,M,21,EC,A,Y,7,,0,,PB,,,20.0,Masters,Yes,N,50.0,zero +9150,Very High,New-Zealand,M,18,E,DBA,N,18,,2,,FG,,,446.0,Associates (2 years),Yes,YesExpired,30.0,zero +9151,Low,Australia,M,10,E,DBA,N,5,,0,,PB,,,16.0,Masters,Yes,YesExpired,45.0,zero +9152,Low,New-Zealand,M,8,E,DBA,N,5,,0,,PB,,,100.0,Bachelors (4 years),No,N,50.0,zero +9153,Very Low,Venezuela,M,5,EC,,Y,5,,2,,PB,,,25.0,Associates (2 years),Yes,N,40.0,five +9154,Very High,Australia,M,14,I,DBA,N,5,,0,,PB,,,600.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9155,Mid,Australia,M,20,EC,D,N,18,,6,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,48.0,two +9156,Very Low,Philippines,M,6,E,D,Y,6,,1,,PB,,,4.0,Bachelors (4 years),No,YesValid,40.0,zero +9157,Low,Australia,M,3,EC,DBA,N,3,,2,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,38.0,zero +9158,Low,Australia,M,15,E,DA,N,18,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,50.0,five +9159,High,USA,M,12,E,DBA,N,3,,6,,PB,,,120.0,Associates (2 years),,YesValid,50.0,two +9160,Mid,Australia,M,10,E,M,N,15,,0,,PB,,,3.0,Associates (2 years),Yes,YesExpired,40.0,five +9161,Very Low,Malaysia,M,3,E,DA,N,3,,5,,PB,,,6.0,Bachelors (4 years),Yes,N,45.0,zero +9162,Very Low,Israel,M,2,E,DBA,N,2,,0,,PB,,,3.0,None (no degree completed),,N,40.0,five +9163,Low,UK,M,10,E,M,Y,12,,0,,PB,,,5.0,Masters,Yes,YesExpired,40.0,five +9164,Low,Finland,M,15,E,A,Y,8,,0,,PB,,,40.0,Masters,Yes,YesExpired,50.0,zero +9165,Low,Australia,M,5,E,DT,N,3,,3,,SG,,,2.0,Bachelors (4 years),No,N,36.0,zero +9166,Very Low,India,M,3,E,DT,N,3,,0,,PB,,,5.0,Bachelors (4 years),No,N,8.0,zero +9167,High,Finland,M,20,I,DA,N,20,,3,,PB,,,3.0,Bachelors (4 years),Yes,N,42.0,zero +9168,Very Low,South-Africa,M,20,E,DBA,N,2,,0,,PB,,,15.0,Associates (2 years),Yes,YesExpired,40.0,zero +9169,Low,Denmark,M,4,E,DA,N,4,,2,,PB,,,3.0,Masters,No,YesValid,40.0,zero +9170,Low,Sweden,M,7,E,A,N,6,,0,,PB,,,10.0,Bachelors (4 years),No,YesValid,45.0,one +9171,Very Low,Turkey,M,10,E,DBA,N,1,,2,,PB,,,450.0,Bachelors (4 years),Yes,N,40.0,one +9172,Very Low,South-Africa,M,15,E,DBA,N,12,,0,,PB,,,9.0,None (no degree completed),No,YesValid,45.0,zero +9173,Low,South-Africa,M,15,E,A,Y,5,,3,,PB,,,5.0,Associates (2 years),Yes,YesValid,48.0,zero +9174,Very Low,Bulgaria,M,4,E,DT,N,4,,6,,PB,,,10.0,Associates (2 years),Yes,N,40.0,zero +9175,Very Low,Greece,M,8,E,DT,Y,9,,4,,PB,,,3.0,Bachelors (4 years),No,YesExpired,40.0,zero +9176,Very Low,Sweden,M,14,EC,DT,N,5,,1,,PB,,,40.0,Associates (2 years),Yes,N,40.0,two +9177,Low,Sweden,M,6,E,D,N,12,,6,,SG,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +9178,Low,Austria,M,10,E,DBA,Y,10,,1,,PB,,,400.0,Bachelors (4 years),No,YesValid,45.0,zero +9179,Very Low,Slovenia,M,8,E,DBA,N,8,,1,,PB,,,80.0,Bachelors (4 years),Yes,YesValid,40.0,five +9180,High,Denmark,M,17,E,DBA,N,17,,0,,PB,,,7.0,Bachelors (4 years),No,YesExpired,40.0,zero +9181,Low,UK,M,17,E,,Y,3,,0,,PB,,,4.0,Associates (2 years),Yes,N,40.0,three +9182,Low,Germany,M,10,E,DT,N,10,,2,,PB,,,5.0,Masters,Yes,N,40.0,zero +9183,Very Low,Sweden,M,17,E,M,N,5,,0,,LG,,,130.0,None (no degree completed),No,YesExpired,40.0,one +9184,Very Low,Finland,M,5,EC,DA,Y,6,,2,,PB,,,2.0,Bachelors (4 years),Yes,N,37.0,zero +9185,Very Low,Romania,M,3,E,DT,N,4,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,zero +9186,Low,Sweden,M,17,E,DT,N,25,,0,,PB,,,2.0,None (no degree completed),,N,40.0,zero +9187,Mid,Israel,M,10,E,DBA,N,8,,1,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,one +9188,Very Low,Turkey,M,7,E,D,N,7,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +9189,Very Low,Italy,M,10,E,M,Y,3,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,45.0,zero +9190,Very High,Switzerland,M,10,E,DBA,N,11,,3,,PB,,,110.0,Bachelors (4 years),No,N,42.0,zero +9191,Very Low,Macedonia,M,10,I,DBA,Y,7,,0,,PB,,,30.0,Bachelors (4 years),Yes,N,50.0,five +9192,Very Low,Australia,M,8,E,DA,N,8,,0,,LG,,,7.0,Bachelors (4 years),Yes,N,40.0,zero +9193,Low,Luxembourg,M,7,EC,D,N,7,,6,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9194,Low,France,M,7,E,DBA,N,7,,0,,PB,,,2.0,Associates (2 years),Yes,N,45.0,zero +9195,Very Low,Spain,M,3,EC,AN,N,3,,3,,PB,,,3.0,Masters,Yes,N,40.0,zero +9196,Very Low,Poland,M,6,E,DA,N,6,,1,,PB,,,15.0,Masters,Yes,YesExpired,46.0,zero +9197,Mid,Italy,M,17,I,DBA,N,7,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,50.0,four +9198,High,UK,M,15,I,DBA,N,4,,0,,PB,,,100.0,None (no degree completed),No,YesValid,40.0,four +9199,High,Switzerland,M,18,E,DT,N,10,,1,,PB,,,12.0,Bachelors (4 years),No,YesExpired,42.0,zero +9200,Very Low,Spain,M,6,EC,DBA,Y,10,,1,,PB,,,2000.0,None (no degree completed),,YesValid,40.0,zero +9201,Low,Austria,M,8,E,DT,N,5,,0,,PB,,,3.0,Bachelors (4 years),No,N,39.0,zero +9202,Very Low,Italy,M,12,I,E,Y,10,,3,,PB,,,5.0,Doctorate/PhD,Yes,N,45.0,zero +9203,Very Low,UK,M,7,E,DT,N,3,,0,,PB,,,10.0,Bachelors (4 years),No,N,38.0,zero +9204,Very Low,UK,M,6,E,D,N,1,,1,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9205,Low,UK,M,8,E,D,N,1,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,40.0,four +9206,Very Low,Hungary,M,2,E,DA,Y,3,,1,,PB,,,2.0,Associates (2 years),Yes,N,43.0,zero +9207,High,Iceland,M,18,E,A,N,3,,1,,PB,,,70.0,Bachelors (4 years),Yes,YesExpired,55.0,zero +9208,Very Low,UK,M,8,E,DA,N,12,,1,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +9209,Low,UK,M,12,E,A,N,1,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +9210,Mid,UK,M,7,I,DBA,N,2,,0,,FG,,,100.0,None (no degree completed),,YesExpired,60.0,zero +9211,Very Low,UK,M,14,E,DBA,N,14,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9212,Very Low,UK,M,15,E,DBA,Y,5,,1,,PB,,,180.0,None (no degree completed),No,YesExpired,38.0,zero +9213,Low,Germany,M,12,E,DBA,N,12,,0,,LG,,,50.0,Masters,No,YesValid,40.0,zero +9214,High,UK,M,10,E,DBA,N,5,,6,,PB,,,800.0,Bachelors (4 years),No,YesExpired,40.0,zero +9215,Very Low,UK,M,3,E,DA,N,3,,3,,PB,,,4.0,Bachelors (4 years),Yes,N,37.0,two +9216,Low,UK,M,15,E,DBA,N,27,,6,,PB,,,1200.0,None (no degree completed),,N,37.0,zero +9217,Mid,UK,M,13,I,DBA,N,13,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,37.0,zero +9218,Low,Germany,M,2,E,DBA,N,2,,0,,PB,,,30.0,None (no degree completed),,YesValid,38.0,zero +9219,Very Low,UK,M,8,E,D,N,2,,0,,PB,,,5.0,Masters,Yes,N,40.0,zero +9220,Very Low,UK,M,6,E,DBA,N,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,37.0,zero +9221,Very Low,Netherlands,M,3,E,DBA,Y,3,,1,,PB,,,83.0,Bachelors (4 years),Yes,N,40.0,zero +9222,Mid,UK,M,10,E,A,Y,5,,1,,PB,,,150.0,Bachelors (4 years),Yes,N,50.0,one +9223,Low,UK,M,18,E,DBA,N,18,,3,,PB,,,60.0,None (no degree completed),,N,45.0,one +9224,Mid,Ireland,M,10,E,DT,Y,10,,1,,PB,,,4.0,Bachelors (4 years),No,YesValid,40.0,zero +9225,Very Low,UK,M,15,E,DBA,N,10,,5,,PB,,,50.0,None (no degree completed),,YesExpired,42.0,zero +9226,Low,UK,M,8,E,DBA,N,1,,0,,PB,,,10.0,None (no degree completed),No,YesExpired,50.0,five +9227,Very Low,Germany,M,8,E,,N,11,,0,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,zero +9228,Low,UK,M,15,EC,,N,6,,1,,PB,,,1000.0,Bachelors (4 years),Yes,YesValid,45.0,two +9229,Very Low,UK,M,15,E,DT,N,15,,2,,PB,,,4.0,Bachelors (4 years),,N,38.0,zero +9230,Very Low,UK,M,10,E,DA,N,10,,1,,PB,,,2.0,None (no degree completed),Yes,YesExpired,40.0,zero +9231,Low,UK,M,10,E,DBA,N,8,,2,,PB,,,3000.0,Associates (2 years),No,YesExpired,40.0,one +9232,Mid,UK,M,17,E,DBA,N,10,,6,,PB,,,500.0,Bachelors (4 years),Yes,YesValid,40.0,two +9233,Low,Germany,M,20,E,DBA,N,5,,2,,PB,,,12.0,None (no degree completed),Yes,YesExpired,40.0,one +9234,Very High,UK,M,12,I,DBA,N,3,,1,,PB,,,400.0,None (no degree completed),,YesExpired,60.0,three +9235,Very Low,UK,M,8,EC,DBA,N,8,,0,,PB,,,50.0,Doctorate/PhD,No,YesValid,40.0,zero +9236,Mid,Sweden,M,15,I,DBA,N,10,,6,,PB,,,600.0,Bachelors (4 years),No,YesExpired,40.0,one +9237,Very High,UK,M,20,E,M,Y,5,,1,,PB,,,110.0,Masters,Yes,YesExpired,65.0,zero +9238,Very Low,Spain,M,8,E,E,Y,6,,1,,PB,,,5.0,Masters,Yes,N,40.0,zero +9239,Very Low,Germany,M,6,E,D,N,3,,2,,PB,,,4.0,Masters,Yes,N,40.0,zero +9240,Very Low,Netherlands,M,2,E,DBA,N,2,,0,,PB,,,8.0,Associates (2 years),Yes,YesExpired,40.0,zero +9241,Low,UK,M,18,E,,N,3,,3,,PB,,,25.0,None (no degree completed),,N,40.0,zero +9242,Very Low,France,M,8,E,DBA,N,1,,0,,PB,,,200.0,Masters,Yes,N,40.0,zero +9243,Low,UK,M,18,E,DA,N,18,,6,,PB,,,5.0,Bachelors (4 years),No,N,37.0,three +9244,Very Low,UK,M,15,E,D,N,5,,3,,PB,,,1.0,None (no degree completed),No,N,38.0,zero +9245,Low,UK,M,11,E,M,Y,3,,5,,PB,,,3.0,Bachelors (4 years),Yes,N,45.0,zero +9246,Low,UK,M,17,E,M,Y,5,,4,,PB,,,300.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9247,Very Low,UK,M,8,E,DBA,N,5,,1,,LG,,,8.0,Bachelors (4 years),Yes,YesExpired,35.0,two +9248,Very Low,Netherlands,M,15,E,DBA,N,15,,3,,FG,,,300.0,Bachelors (4 years),No,N,45.0,one +9249,High,UK,O,10,E,DBA,Y,4,,4,,PB,,,200.0,Associates (2 years),No,YesExpired,37.0,zero +9250,Very Low,CzechRepublic,M,5,E,DBA,Y,5,,3,,PB,,,50.0,Masters,Yes,YesValid,45.0,zero +9251,Very Low,India,MS,5,E,DBA,Y,5,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9252,Very Low,UK,M,16,E,DBA,N,16,,0,,PB,,,26.0,Bachelors (4 years),No,YesValid,50.0,one +9253,Very Low,UK,M,10,E,DBA,N,4,,0,,PB,,,9.0,None (no degree completed),,YesValid,40.0,two +9254,Low,UK,M,15,E,E,Y,10,,1,,PB,,,15.0,None (no degree completed),,YesExpired,55.0,five +9255,Very Low,Netherlands,M,1,E,AN,N,1,,1,,PB,,,4.0,Masters,Yes,N,36.0,zero +9256,Very High,Switzerland,O,17,EC,DBA,N,17,,6,,PB,,,500.0,Associates (2 years),Yes,YesValid,44.0,zero +9257,Very Low,Germany,M,4,E,,N,4,,1,,PB,,,40.0,Associates (2 years),No,N,45.0,zero +9258,Low,South-Africa,M,10,I,D,N,4,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9259,Very Low,UK,M,8,E,M,Y,17,,0,,PB,,,3.0,Bachelors (4 years),No,N,45.0,two +9260,Low,Sweden,M,17,E,D,N,17,,5,,LG,,,2.0,Bachelors (4 years),No,N,40.0,zero +9261,Low,UK,M,10,E,DBA,N,5,,2,,PB,,,20.0,Associates (2 years),Yes,YesExpired,40.0,zero +9262,Very Low,Poland,M,11,E,DA,N,11,,1,,PB,,,6.0,Bachelors (4 years),No,YesExpired,43.0,zero +9263,Very Low,Germany,M,13,E,DBA,Y,15,,2,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9264,Very Low,Romania,M,8,E,DBA,N,3,,4,,PB,,,200.0,Bachelors (4 years),Yes,N,40.0,zero +9265,Very Low,UK,M,6,E,DBA,Y,3,,1,,PB,,,55.0,None (no degree completed),,YesExpired,35.0,zero +9266,Very Low,South-Africa,M,17,EC,DBA,N,18,,0,,PB,,,20.0,None (no degree completed),,YesExpired,40.0,zero +9267,Very Low,UK,M,8,E,DBA,N,8,,0,,PB,,,130.0,Bachelors (4 years),No,YesExpired,35.0,zero +9268,High,USA,M,15,E,DBA,Y,10,,1,,PB,,,50.0,Bachelors (4 years),Yes,N,45.0,four +9269,Very Low,USA,M,5,E,M,Y,8,,0,,PB,,,1.0,Bachelors (4 years),No,YesExpired,42.0,zero +9270,Mid,USA,M,12,E,DBA,N,7,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,43.0,zero +9271,Low,Belgium,M,8,E,D,N,8,,6,,PB,,,10.0,Masters,Yes,YesValid,40.0,one +9272,Very High,USA,M,12,E,,N,1,,0,,PB,,,10.0,Bachelors (4 years),No,YesValid,40.0,five +9273,High,USA,M,10,E,DBA,N,6,,2,,PB,,,50.0,Bachelors (4 years),No,YesExpired,40.0,one +9274,Very Low,Netherlands,M,5,E,DBA,N,5,,0,,PB,,,50.0,None (no degree completed),No,YesValid,38.0,one +9275,Very Low,UK,M,10,E,DBA,N,8,,0,,PB,,,14.0,Bachelors (4 years),No,N,48.0,zero +9276,Very Low,UK,M,10,E,DBA,N,4,,1,,PB,,,20.0,None (no degree completed),No,N,40.0,two +9277,Mid,USA,M,14,E,DA,N,2,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +9278,Low,UK,M,11,E,DBA,N,4,,2,,PB,,,30.0,None (no degree completed),,N,38.0,zero +9279,Low,Canada,M,15,E,AN,N,10,,0,,SG,,,10.0,Bachelors (4 years),No,YesExpired,40.0,zero +9280,Low,Canada,M,18,E,DBA,N,10,,0,,PB,,,100.0,Associates (2 years),Yes,YesExpired,42.0,zero +9281,Mid,USA,M,12,E,E,N,6,,2,,PB,,,10.0,Bachelors (4 years),Yes,N,42.0,zero +9282,Very Low,Russia,M,3,E,DBA,Y,3,,0,,PB,,,15.0,Masters,Yes,YesValid,40.0,zero +9283,Low,UK,M,18,E,DBA,N,4,,1,,PB,,,60.0,None (no degree completed),Yes,YesExpired,37.0,two +9284,Low,Sweden,M,7,I,DT,N,7,,2,,PB,,,200.0,Masters,Yes,YesValid,40.0,one +9285,Very High,USA,M,22,E,E,N,6,,6,,PB,,,20.0,Bachelors (4 years),No,YesExpired,45.0,zero +9286,Mid,USA,M,23,E,DT,N,1,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +9287,High,Bermuda,M,12,E,D,Y,15,,0,,PB,,,15.0,Bachelors (4 years),No,YesExpired,45.0,zero +9288,Very Low,Brazil,M,10,E,DBA,N,15,,4,,PB,,,200.0,Bachelors (4 years),No,YesExpired,45.0,zero +9289,Mid,USA,M,8,EC,D,N,8,,1,,SG,,,5.0,Masters,Yes,YesExpired,40.0,zero +9290,Very Low,Italy,M,15,E,D,N,3,,0,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +9291,Very Low,UK,M,20,E,A,N,3,,0,,PB,,,3.0,Associates (2 years),,YesExpired,38.0,zero +9292,Mid,Denmark,M,8,E,A,Y,5,,2,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,32.0,one +9293,Very Low,Italy,MA,17,E,AN,N,5,,0,,PB,,,3.0,Associates (2 years),No,YesValid,37.0,zero +9294,Mid,USA,M,6,E,DBA,N,3,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,five +9295,Low,USA,M,6,E,AN,N,6,,0,,PB,,,3.0,None (no degree completed),,N,50.0,zero +9296,Low,USA,M,1,E,DBA,N,1,,0,,PB,,,8.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9297,Low,USA,M,10,E,AN,N,20,,1,,PB,,,1.0,None (no degree completed),,YesValid,45.0,zero +9298,Very High,USA,M,9,E,M,N,14,,0,,PB,,,1.0,Masters,Yes,YesExpired,45.0,zero +9299,Mid,USA,M,18,E,DBA,N,18,,2,,PB,,,200.0,None (no degree completed),,N,60.0,zero +9300,Very Low,USA,M,1,E,,N,1,,6,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,zero +9301,Low,USA,O,12,E,DBA,Y,12,,0,,SG,,,25.0,Associates (2 years),Yes,N,50.0,zero +9302,High,USA,M,19,E,DBA,N,29,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,50.0,zero +9303,Mid,USA,M,8,E,DA,N,20,,1,,PB,,,60.0,None (no degree completed),,N,40.0,five +9304,Very Low,UK,M,10,E,DBA,N,5,,6,,FG,,,30.0,None (no degree completed),,N,40.0,two +9305,Mid,USA,M,11,E,D,N,20,,3,,PB,,,6.0,Masters,Yes,YesExpired,40.0,one +9306,Mid,USA,M,11,EC,AN,N,11,,4,,PB,,,100.0,Bachelors (4 years),Yes,N,40.0,five +9307,High,USA,M,17,E,DT,N,14,,0,,PB,,,15.0,Associates (2 years),No,YesExpired,45.0,one +9308,High,USA,M,2,E,DBA,N,25,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,45.0,two +9309,High,USA,M,10,E,DBA,N,2,,0,,PB,,,13.0,Bachelors (4 years),Yes,N,40.0,zero +9310,Low,USA,M,15,E,DBA,N,12,,1,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,zero +9311,Mid,USA,M,4,E,A,Y,1,,0,,LG,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +9312,Mid,USA,M,7,E,DBA,N,4,,2,,PB,,,100.0,Masters,Yes,N,50.0,one +9313,Very High,USA,M,17,E,DBA,Y,2,,0,,PB,,,25.0,None (no degree completed),,N,48.0,four +9314,Very High,USA,M,20,E,DBA,N,8,,0,,LG,,,25.0,Bachelors (4 years),Yes,N,35.0,zero +9315,Mid,USA,M,18,E,,N,18,,0,,LG,,,100.0,Bachelors (4 years),No,YesExpired,45.0,one +9316,High,USA,M,15,E,DBA,N,4,,3,,PB,,,200.0,Masters,Yes,N,45.0,two +9317,Very High,USA,M,16,E,DBA,N,8,,4,,PB,,,7.0,Associates (2 years),Yes,N,40.0,two +9318,Low,USA,M,15,E,DT,N,15,,1,,PB,,,5.0,Bachelors (4 years),No,N,40.0,zero +9319,High,USA,O,15,E,DBA,N,12,,3,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,45.0,three +9320,Very Low,South-Africa,M,4,E,DBA,N,3,,1,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,36.0,two +9321,Low,USA,M,3,E,M,N,1,,0,,PB,,,2.0,None (no degree completed),,N,35.0,zero +9322,Very High,USA,M,4,EC,A,Y,9,,1,,PB,,,6.0,Masters,Yes,YesValid,45.0,zero +9323,Low,USA,M,1,E,DT,N,1,,6,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +9324,High,USA,M,15,E,DBA,N,9,,1,,PB,,,152.0,Bachelors (4 years),Yes,N,50.0,two +9325,Very Low,Finland,M,2,E,DBA,N,2,,0,,PB,,,8.0,Bachelors (4 years),No,N,37.0,zero +9326,Mid,USA,M,6,E,AN,N,1,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,50.0,one +9327,High,USA,M,7,E,A,N,2,,2,,PB,,,8.0,Bachelors (4 years),Yes,N,45.0,one +9328,Very Low,Canada,M,10,E,DBA,N,2,,4,,PB,,,200.0,Masters,Yes,YesValid,38.0,five +9329,Very High,USA,M,25,E,M,Y,20,,0,,PB,,,50.0,Masters,Yes,YesExpired,45.0,zero +9330,Low,USA,M,8,E,A,N,1,,1,,PB,,,10.0,Bachelors (4 years),No,N,40.0,zero +9331,Low,USA,M,3,E,DA,N,0,,1,,PB,,,3.0,Masters,No,N,45.0,zero +9332,High,USA,M,14,E,DA,N,18,,0,,PB,,,8.0,Bachelors (4 years),Yes,N,40.0,zero +9333,High,USA,M,16,E,DBA,N,16,,0,,PB,,,20.0,Bachelors (4 years),No,YesExpired,47.0,one +9334,Low,Canada,M,8,E,DA,N,3,,2,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +9335,Low,UK,M,13,E,DBA,N,13,,3,,PB,,,200.0,None (no degree completed),,N,45.0,five +9336,Mid,USA,M,6,E,E,N,6,,3,,PB,,,10.0,Bachelors (4 years),Yes,N,45.0,one +9337,Very Low,USA,M,4,E,,N,4,,6,,PB,,,1.0,Associates (2 years),Yes,YesExpired,45.0,five +9338,Low,USA,M,11,E,DBA,N,8,,0,,PB,,,11.0,None (no degree completed),,N,40.0,one +9339,Mid,USA,M,16,E,M,Y,12,,0,,PB,,,10.0,None (no degree completed),,YesExpired,60.0,two +9340,Low,USA,M,17,E,DBA,N,17,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +9341,Very High,USA,M,18,EC,A,N,4,,0,,PB,,,450.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9342,High,USA,M,10,E,D,Y,10,,0,,PB,,,1.0,Bachelors (4 years),Yes,YesExpired,60.0,zero +9343,Mid,USA,M,16,E,DT,N,16,,6,,PB,,,4.0,None (no degree completed),,N,40.0,five +9344,High,USA,M,15,E,DA,N,12,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,one +9345,Low,Australia,M,5,E,DBA,N,1,,2,,PB,,,200.0,Bachelors (4 years),Yes,YesValid,30.0,two +9346,Low,USA,M,20,E,DBA,N,3,,0,,PB,,,5.0,None (no degree completed),,YesValid,42.0,zero +9347,High,USA,M,11,EC,DBA,N,1,,4,,PB,,,3200.0,Bachelors (4 years),No,YesExpired,45.0,zero +9348,Very High,USA,M,18,E,DBA,N,18,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,one +9349,Mid,USA,M,6,E,D,N,5,,1,,PB,,,20.0,Bachelors (4 years),No,N,50.0,zero +9350,Mid,USA,M,5,E,DBA,N,5,,5,,PB,,,3000.0,Bachelors (4 years),No,N,50.0,two +9351,Mid,USA,M,16,E,A,N,11,,0,,PB,,,157.0,Bachelors (4 years),Yes,N,50.0,zero +9352,Mid,USA,SAP,10,E,A,Y,23,,3,,LG,,,58.0,Masters,Yes,YesValid,55.0,zero +9353,High,USA,M,6,E,DBA,N,6,,1,,PB,,,100.0,Bachelors (4 years),No,N,50.0,two +9354,Mid,USA,M,18,E,M,Y,10,,0,,PB,,,10.0,None (no degree completed),,N,50.0,zero +9355,Mid,Spain,M,15,I,D,Y,15,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,50.0,five +9356,Very High,USA,M,12,E,DBA,N,3,,4,,PB,,,200.0,Associates (2 years),No,YesValid,45.0,one +9357,Very High,USA,M,20,E,DT,N,20,,6,,PB,,,10.0,Associates (2 years),No,N,40.0,two +9358,High,USA,M,18,E,DT,Y,8,,1,,PB,,,3.0,Bachelors (4 years),No,YesValid,45.0,zero +9359,Mid,USA,O,1,E,DBA,N,1,,0,,LG,,,10.0,Bachelors (4 years),Yes,N,45.0,zero +9360,High,USA,M,8,E,AN,N,4,,2,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,60.0,one +9361,Very Low,Spain,O,12,EC,DBA,Y,10,,0,,PB,,,100.0,Associates (2 years),No,N,40.0,five +9362,Very High,USA,M,10,E,M,Y,2,,0,,PB,,,30.0,None (no degree completed),,YesValid,40.0,zero +9363,Low,USA,M,10,E,DBA,N,4,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9364,High,USA,M,16,E,A,N,2,,5,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,40.0,four +9365,Mid,USA,M,5,E,DA,N,3,,3,,PB,,,3.0,None (no degree completed),,YesValid,40.0,zero +9366,High,USA,DB2,15,E,DBA,N,17,,3,,PB,,,2500.0,Bachelors (4 years),Yes,N,45.0,one +9367,Mid,USA,M,10,E,DBA,N,35,,0,,LG,,,50.0,Associates (2 years),Yes,N,40.0,zero +9368,Very Low,USA,M,1,E,DBA,N,1,,2,,PB,,,30.0,Bachelors (4 years),No,N,50.0,five +9369,Very High,USA,M,20,E,A,N,10,,0,,PB,,,10.0,Masters,Yes,N,50.0,zero +9370,Very Low,USA,M,15,E,DBA,N,14,,0,,LG,,,21.0,Bachelors (4 years),Yes,N,39.0,zero +9371,Very High,USA,M,17,EC,DBA,N,15,,1,,PB,,,20.0,Masters,Yes,YesValid,40.0,zero +9372,Very High,USA,M,15,EC,DBA,N,15,,6,,PB,,,1000.0,Masters,Yes,YesValid,48.0,five +9373,Very High,USA,M,13,E,DBA,N,5,,4,,PB,,,90.0,Bachelors (4 years),Yes,YesValid,40.0,two +9374,High,USA,M,11,E,DBA,N,3,,1,,PB,,,300.0,Bachelors (4 years),Yes,YesValid,45.0,one +9375,Very High,USA,M,20,E,DA,N,20,,1,,PB,,,5.0,None (no degree completed),,N,55.0,zero +9376,Mid,USA,M,15,E,M,Y,16,,5,,PB,,,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9377,Low,USA,M,5,E,DBA,N,5,,6,,PB,,,730.0,Bachelors (4 years),Yes,N,40.0,zero +9378,High,USA,M,15,E,DBA,N,3,,0,,PB,,,12.0,None (no degree completed),,YesValid,45.0,zero +9379,Mid,USA,M,20,E,DBA,N,2,,0,,PB,,,30.0,Bachelors (4 years),No,YesExpired,55.0,three +9380,Mid,USA,M,5,E,DT,N,3,,3,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,45.0,two +9381,Mid,Canada,M,7,E,DBA,N,7,,1,,SG,,,2.0,Bachelors (4 years),,N,35.0,zero +9382,High,USA,M,6,E,M,Y,3,,0,,PB,,,5.0,Bachelors (4 years),No,N,40.0,one +9383,Mid,USA,M,16,E,DBA,N,8,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9384,High,USA,M,17,E,DBA,N,3,,6,,PB,,,100.0,Masters,Yes,YesExpired,55.0,two +9385,Mid,USA,M,8,E,D,N,4,,6,,SG,,,5.0,Masters,No,YesValid,45.0,zero +9386,Very Low,Ecuador,M,10,E,DBA,N,3,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9387,Very Low,India,M,3,E,DT,N,5,,6,,PB,,,5.0,None (no degree completed),No,YesExpired,40.0,zero +9388,Very High,USA,P,3,I,,N,3,,0,,PB,,,5.0,Masters,No,N,70.0,five +9389,Mid,USA,M,10,E,M,Y,2,,0,,PB,,,200.0,Bachelors (4 years),Yes,N,50.0,zero +9390,Very Low,USA,M,5,E,DBA,N,5,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,35.0,zero +9391,High,USA,M,17,E,DBA,N,8,,1,,PB,,,85.0,Bachelors (4 years),Yes,YesExpired,43.0,five +9392,High,USA,M,10,E,E,N,6,,6,,PB,,,20.0,Masters,Yes,N,45.0,five +9393,Low,USA,M,3,E,DBA,Y,1,,1,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9394,High,USA,M,18,E,D,N,1,,0,,PB,,,7.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9395,Mid,USA,M,6,E,DBA,N,3,,3,,PB,,,125.0,None (no degree completed),,YesExpired,45.0,five +9396,Low,USA,M,5,E,E,N,1,,0,,PB,,,3.0,Bachelors (4 years),No,N,42.0,zero +9397,High,USA,O,25,E,A,N,8,,0,,PB,,,20.0,Masters,Yes,N,45.0,one +9398,High,USA,M,18,E,DBA,N,18,,3,,PB,,,96.0,Masters,No,N,45.0,zero +9399,Low,USA,M,22,I,,N,12,,0,,PB,,,5.0,None (no degree completed),,YesExpired,45.0,zero +9400,Low,Canada,M,15,E,DBA,Y,6,,2,,PB,,,75.0,None (no degree completed),Yes,N,35.0,zero +9401,Low,USA,M,4,E,E,Y,4,,0,,PB,,,20.0,Bachelors (4 years),No,YesValid,40.0,one +9402,Mid,USA,M,3,E,E,Y,2,,0,,PB,,,1.0,Bachelors (4 years),No,N,45.0,zero +9403,Low,Canada,M,5,E,DBA,N,5,,0,,PB,,,5.0,Associates (2 years),Yes,YesExpired,40.0,zero +9404,Mid,USA,M,20,E,A,N,5,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9405,Mid,USA,M,3,E,DBA,N,8,,2,,LG,,,200.0,Masters,Yes,N,45.0,two +9406,Mid,USA,M,7,E,M,Y,3,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9407,Low,USA,M,2,E,DT,N,9,,4,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9408,Low,USA,M,7,E,DBA,N,7,,2,,LG,,,35.0,Bachelors (4 years),Yes,N,40.0,zero +9409,Very Low,Sweden,M,12,E,DBA,N,2,,3,,PB,,,75.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9410,Very Low,UK,M,7,E,E,Y,3,,1,,PB,,,6.0,Bachelors (4 years),Yes,N,48.0,zero +9411,Low,USA,M,5,E,E,N,5,,1,,PB,,,20.0,Masters,Yes,N,47.0,zero +9412,Very High,USA,M,20,E,A,N,10,,0,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,45.0,four +9413,Low,USA,M,3,E,AN,N,3,,1,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,one +9414,Mid,USA,M,15,E,DBA,N,4,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9415,Very Low,Canada,O,16,E,DBA,N,5,,1,,SG,,,50.0,Bachelors (4 years),Yes,N,35.0,zero +9416,High,USA,MS,3,E,DBA,N,12,,1,,PB,,,125.0,None (no degree completed),,YesExpired,60.0,five +9417,High,USA,M,25,E,DBA,N,25,,0,,PB,,,75.0,Bachelors (4 years),Yes,N,50.0,two +9418,Low,USA,M,7,E,AN,N,7,,2,,LG,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +9419,Low,Canada,M,10,E,DBA,N,10,,0,,PB,,,2.0,Bachelors (4 years),No,YesExpired,45.0,zero +9420,Mid,USA,M,8,E,DBA,N,8,,0,,PB,,,45.0,Bachelors (4 years),No,YesExpired,40.0,zero +9421,Very High,USA,M,12,E,A,Y,12,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,50.0,five +9422,Very High,USA,M,20,E,DBA,N,25,,6,,PB,,,50.0,None (no degree completed),,YesExpired,45.0,five +9423,High,USA,M,8,E,A,N,8,,0,,PB,,,3.0,Masters,Yes,N,50.0,zero +9424,Very High,USA,M,15,E,A,Y,10,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,one +9425,Very Low,USA,M,2,E,DBA,N,2,,2,,PB,,,100.0,Bachelors (4 years),No,N,40.0,one +9426,Low,USA,M,6,E,DBA,N,6,,0,,PB,,,208.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9427,Mid,USA,M,5,E,M,Y,3,,0,,PB,,,3.0,Masters,Yes,YesValid,40.0,zero +9428,Low,USA,M,5,E,DBA,N,3,,0,,PB,,,4.0,Bachelors (4 years),No,N,42.0,zero +9429,High,USA,M,19,E,DBA,N,19,,0,,PB,,,50.0,Masters,No,YesExpired,41.0,five +9430,Low,USA,M,12,E,DBA,N,5,,0,,PB,,,10.0,Masters,Yes,YesExpired,40.0,zero +9431,Low,USA,M,13,E,D,N,13,,1,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9432,Low,USA,O,20,E,DBA,N,1,,0,,SG,,,6.0,Bachelors (4 years),No,YesExpired,37.0,zero +9433,Very Low,USA,M,12,E,DBA,N,15,,0,,PB,,,2.0,Bachelors (4 years),No,YesValid,40.0,zero +9434,Very High,USA,M,20,E,DT,N,2,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,60.0,five +9435,Very High,Netherlands,M,17,I,E,N,3,,2,,PB,,,20.0,Bachelors (4 years),No,YesValid,45.0,two +9436,Low,USA,M,18,E,E,N,20,,0,,S,,,8.0,Bachelors (4 years),No,YesValid,40.0,zero +9437,High,USA,M,18,E,DBA,N,9,,1,,PB,,,48.0,Bachelors (4 years),No,N,55.0,zero +9438,Low,USA,M,7,E,AN,N,30,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,45.0,zero +9439,High,USA,M,10,E,A,N,15,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,50.0,two +9440,Very Low,UK,M,3,E,D,N,3,,1,,PB,,,6.0,Bachelors (4 years),No,N,40.0,zero +9441,High,USA,M,18,E,DBA,N,18,,1,,PB,,,20.0,None (no degree completed),,N,60.0,four +9442,Low,USA,M,2,EC,DT,N,2,,0,,FG,,,2.0,Masters,No,N,40.0,zero +9443,Very Low,UK,M,8,E,D,N,5,,1,,PB,,,5.0,None (no degree completed),,N,38.0,zero +9444,Mid,USA,M,10,E,D,N,5,,0,,PB,,,12.0,Bachelors (4 years),No,N,45.0,one +9445,Mid,USA,M,26,E,DBA,Y,3,,0,,PB,,,32.0,None (no degree completed),,N,45.0,one +9446,Very High,USA,M,25,E,A,N,20,,0,,SG,,,20.0,None (no degree completed),,YesValid,50.0,zero +9447,Mid,USA,M,6,E,DA,Y,2,,0,,PB,,,1.0,None (no degree completed),,N,45.0,five +9448,Very High,USA,M,3,E,M,Y,3,,0,,PB,,,7.0,Bachelors (4 years),Yes,N,50.0,zero +9449,Mid,USA,M,12,E,DBA,Y,3,,0,,PB,,,5.0,None (no degree completed),,N,45.0,zero +9450,Low,USA,M,7,E,DT,N,2,,6,,PB,,,5.0,Bachelors (4 years),No,YesValid,40.0,five +9451,Very High,USA,M,23,I,DT,N,2,,0,,PB,,,1.0,Masters,Yes,N,40.0,zero +9452,Very Low,South-Africa,M,7,EC,DBA,N,6,,6,,PB,,,1000.0,Associates (2 years),Yes,YesValid,45.0,two +9453,High,USA,M,13,E,DT,N,8,,6,,PB,,,10.0,Bachelors (4 years),Yes,N,45.0,five +9454,Very High,USA,M,18,E,M,Y,16,,0,,PB,,,4.0,Masters,No,YesExpired,50.0,zero +9455,Low,USA,M,19,E,DBA,N,20,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +9456,Very High,USA,O,12,E,M,Y,25,,1,,PB,,,52.0,Bachelors (4 years),Yes,YesExpired,47.0,zero +9457,Very Low,Canada,M,5,E,,N,5,,0,,PB,,,24000.0,None (no degree completed),,YesValid,50.0,zero +9458,Low,USA,M,3,E,DA,Y,3,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9459,Mid,USA,M,11,E,AN,N,6,,2,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,one +9460,High,USA,M,10,E,DBA,Y,10,,3,,PB,,,45.0,Associates (2 years),Yes,YesExpired,45.0,one +9461,Low,USA,M,4,E,A,N,2,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +9462,Low,USA,M,12,E,AN,N,12,,2,,PB,,,8.0,None (no degree completed),,YesExpired,45.0,zero +9463,Very High,USA,M,17,EC,DBA,N,2,,6,,PB,,,2800.0,Associates (2 years),No,YesExpired,40.0,two +9464,High,USA,M,20,E,DBA,Y,20,,0,,PB,,,100.0,Associates (2 years),Yes,N,50.0,one +9465,High,USA,M,10,E,DBA,N,7,,2,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9466,Mid,USA,M,18,E,D,N,6,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9467,Very High,USA,M,4,E,E,N,15,,3,,PB,,,5.0,Masters,Yes,N,40.0,zero +9468,High,USA,M,10,E,DT,N,10,,2,,PB,,,10.0,Masters,Yes,YesValid,40.0,one +9469,Mid,USA,M,5,E,A,N,5,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9470,Very Low,USA,M,3,E,M,N,5,,0,,PB,,,2.0,Associates (2 years),Yes,N,50.0,zero +9471,Low,USA,M,4,E,DBA,N,4,,0,,SG,,,35.0,Bachelors (4 years),No,N,38.0,zero +9472,Mid,USA,M,10,E,,N,7,,0,,PB,,,8.0,Bachelors (4 years),No,N,48.0,five +9473,Very High,USA,M,10,E,M,Y,5,,1,,PB,,,30.0,Masters,No,N,45.0,zero +9474,Low,USA,M,2,EC,DA,N,2,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,42.0,one +9475,High,USA,M,20,E,DBA,N,1,,6,,PB,,,2000.0,Masters,No,YesExpired,40.0,five +9476,Very Low,Mexico,M,12,E,DBA,N,9,,2,,PB,,,1500.0,Masters,Yes,YesValid,44.0,zero +9477,Low,Canada,M,6,E,DBA,N,6,,2,,SG,,,4.0,Bachelors (4 years),No,YesValid,37.0,five +9478,High,USA,M,8,E,E,N,6,,2,,FG,,,50.0,Masters,No,YesValid,40.0,one +9479,High,USA,M,20,E,DBA,N,15,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,five +9480,Low,USA,M,15,E,DBA,N,4,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9481,Low,USA,O,4,E,DBA,N,4,,2,,PB,,,30.0,Bachelors (4 years),No,N,40.0,one +9482,Very High,USA,M,12,E,M,Y,2,,0,,PB,,,250.0,Bachelors (4 years),No,YesExpired,45.0,three +9483,Mid,USA,M,10,E,DA,Y,10,,1,,PB,,,1.0,Bachelors (4 years),No,N,40.0,zero +9484,Low,USA,M,5,EC,DA,N,5,,5,,PB,,,5.0,Associates (2 years),Yes,N,40.0,one +9485,Very Low,Canada,M,5,E,DBA,N,4,,0,,PB,,,2.0,Associates (2 years),Yes,N,40.0,one +9486,High,USA,M,5,E,M,N,3,,0,,PB,,,8.0,Bachelors (4 years),No,N,40.0,one +9487,Very Low,Argentina,M,7,EC,DBA,N,7,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9488,Very High,USA,M,16,E,,N,1,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,60.0,five +9489,High,USA,M,15,E,A,N,10,,1,,PB,,,3.0,None (no degree completed),,YesExpired,45.0,five +9490,Very High,USA,M,15,E,A,N,1,,0,,PB,,,12.0,Bachelors (4 years),No,YesExpired,50.0,zero +9491,High,USA,M,12,E,DBA,N,30,,0,,PB,,,25.0,Bachelors (4 years),Yes,N,44.0,zero +9492,Very High,USA,M,18,E,DA,N,14,,1,,PB,,,5.0,None (no degree completed),,N,45.0,zero +9493,Very Low,Netherlands,M,8,E,DBA,N,5,,2,,FG,,,250.0,None (no degree completed),,YesValid,36.0,five +9494,Mid,USA,M,5,E,DT,N,1,,5,,PB,,,5.0,None (no degree completed),,N,35.0,one +9495,Mid,USA,M,1,E,DBA,N,4,,0,,PB,,,12.0,Associates (2 years),,N,40.0,zero +9496,Very Low,Poland,M,8,E,DBA,Y,5,,0,,PB,,,50.0,Masters,Yes,YesExpired,40.0,zero +9497,High,USA,M,16,E,D,N,10,,0,,PB,,,3.0,Masters,No,YesValid,47.0,zero +9498,Mid,UK,M,4,I,DBA,N,20,,0,,PB,,,8.0,Masters,No,N,37.0,one +9499,Very High,USA,M,20,E,DBA,Y,10,,0,,PB,,,6.0,Bachelors (4 years),No,N,50.0,one +9500,High,USA,M,16,E,A,N,5,,0,,PB,,,12.0,Masters,Yes,N,40.0,one +9501,Low,USA,M,7,E,DBA,N,1,,2,,SG,,,75.0,Bachelors (4 years),No,N,40.0,one +9502,Low,USA,O,1,E,AN,N,1,,1,,PB,,,5.0,Masters,No,N,45.0,two +9503,High,USA,M,20,E,DBA,N,20,,4,,PB,,,12.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +9504,Mid,Canada,M,17,E,DBA,N,10,,1,,PB,,,20.0,Bachelors (4 years),Yes,N,38.0,one +9505,High,USA,M,6,E,DBA,N,29,,2,,PB,,,105.0,Bachelors (4 years),Yes,N,40.0,zero +9506,Low,Canada,M,17,E,DBA,N,17,,0,,PB,,,8.0,Bachelors (4 years),No,YesExpired,45.0,zero +9507,Mid,USA,M,13,E,D,Y,1,,4,,LG,,,3.0,Bachelors (4 years),No,YesExpired,82.0,zero +9508,High,USA,M,17,E,DBA,N,12,,1,,PB,,,300.0,None (no degree completed),,YesExpired,35.0,two +9509,Mid,USA,M,18,E,DBA,Y,4,,4,,PB,,,250.0,Bachelors (4 years),Yes,N,46.0,zero +9510,High,USA,M,15,E,DBA,N,3,,1,,PB,,,100.0,Bachelors (4 years),No,YesValid,40.0,four +9511,Low,USA,M,10,E,DBA,N,10,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9512,High,USA,M,6,E,M,Y,6,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,two +9513,Mid,USA,M,13,E,D,N,2,,1,,PB,,,30.0,Bachelors (4 years),Yes,N,38.0,one +9514,High,USA,M,2,E,AN,N,2,,1,,PB,,,3.0,Associates (2 years),,N,45.0,two +9515,Mid,USA,M,5,E,DBA,N,3,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,60.0,one +9516,Mid,Canada,M,8,E,M,Y,1,,0,,PB,,,12.0,Masters,Yes,YesExpired,50.0,zero +9517,Low,USA,M,11,E,E,N,11,,0,,PB,,,16.0,None (no degree completed),,YesExpired,50.0,two +9518,Mid,USA,M,8,E,,N,2,,6,,PB,,,10.0,Associates (2 years),Yes,YesExpired,50.0,five +9519,High,USA,M,15,E,DBA,N,3,,0,,PB,,,15.0,None (no degree completed),,YesExpired,50.0,two +9520,High,USA,M,6,E,DBA,N,6,,2,,PB,,,60.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9521,Mid,USA,M,6,E,DBA,Y,2,,3,,PB,,,400.0,Bachelors (4 years),Yes,N,50.0,zero +9522,Very Low,India,M,10,E,DBA,N,3,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,40.0,five +9523,Very Low,USA,M,15,E,DBA,N,9,,0,,SG,,,4.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9524,High,USA,M,15,E,AN,Y,8,,1,,PB,,,100.0,Bachelors (4 years),No,N,35.0,zero +9525,Mid,USA,M,3,E,DT,N,3,,0,,PB,,,3.0,None (no degree completed),,N,45.0,zero +9526,Very High,USA,M,6,E,A,N,3,,0,,PB,,,50.0,Masters,No,N,40.0,two +9527,Very High,USA,M,16,I,DBA,N,16,,1,,PB,,,20.0,Bachelors (4 years),No,N,45.0,five +9528,Very Low,Canada,M,3,E,DA,N,11,,0,,PB,,,5.0,Associates (2 years),Yes,N,40.0,zero +9529,Very High,USA,M,15,E,DBA,N,5,,1,,PB,,,30.0,Associates (2 years),Yes,N,50.0,zero +9530,Low,USA,O,5,EC,AN,N,2,,6,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,zero +9531,Mid,Canada,M,8,EC,DBA,N,8,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +9532,Very High,USA,M,21,E,A,Y,21,,2,,PB,,,50.0,Masters,Yes,YesValid,40.0,five +9533,High,USA,M,16,E,DBA,Y,2,,0,,PB,,,12.0,None (no degree completed),,YesExpired,40.0,zero +9534,Very High,USA,M,17,E,M,Y,8,,0,,PB,,,30.0,None (no degree completed),,YesExpired,40.0,two +9535,Very High,USA,M,10,E,M,Y,15,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +9536,Very High,USA,M,25,E,M,Y,5,,0,,PB,,,100.0,Masters,Yes,YesValid,45.0,five +9537,High,USA,M,10,E,E,N,1,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,45.0,one +9538,Mid,USA,M,7,E,DA,N,7,,5,,PB,,,3.0,Bachelors (4 years),No,N,45.0,zero +9539,Mid,USA,M,2,E,,N,25,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9540,Mid,USA,M,15,E,DBA,N,15,,0,,PB,,,1000.0,None (no degree completed),,YesExpired,50.0,zero +9541,Very Low,USA,M,5,E,,N,5,,1,,SG,,,7.0,Bachelors (4 years),No,YesValid,40.0,zero +9542,Low,USA,M,2,E,,N,2,,1,,PB,,,12.0,None (no degree completed),,YesExpired,50.0,zero +9543,High,USA,M,4,E,M,Y,3,,3,,PB,,,50.0,None (no degree completed),,N,60.0,one +9544,Mid,USA,M,9,E,DT,N,3,,4,,PB,,,30.0,Bachelors (4 years),No,N,45.0,five +9545,High,USA,M,13,E,DBA,Y,4,,2,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,four +9546,High,USA,M,7,E,DBA,Y,4,,0,,PB,,,70.0,Bachelors (4 years),Yes,YesValid,150.0,two +9547,High,USA,M,17,E,DT,N,17,,1,,PB,,,5.0,Bachelors (4 years),No,YesExpired,40.0,five +9548,Mid,USA,M,17,E,M,Y,12,,6,,SG,,,6.0,Masters,Yes,N,50.0,five +9549,Very Low,Canada,M,10,E,AN,N,3,,3,,FG,,,6.0,Bachelors (4 years),,N,40.0,two +9550,Very Low,India,M,6,E,DBA,N,3,,6,,PB,,,40000.0,Bachelors (4 years),No,YesValid,45.0,one +9551,High,USA,M,15,E,DBA,N,10,,3,,LG,,,350.0,Masters,No,YesExpired,42.0,one +9552,Low,USA,M,22,E,M,Y,6,,5,,SG,,,25.0,Masters,Yes,YesValid,50.0,zero +9553,High,USA,M,15,E,DBA,N,3,,4,,PB,,,500.0,Masters,Yes,YesValid,55.0,five +9554,Very High,USA,M,12,EC,A,Y,7,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9555,Very High,USA,M,8,E,A,Y,2,,1,,PB,,,5.0,Masters,Yes,YesValid,40.0,zero +9556,Mid,USA,M,8,E,DA,N,8,,1,,PB,,,8.0,Associates (2 years),,N,45.0,zero +9557,Mid,USA,O,18,E,DBA,N,18,,5,,SG,,,50.0,Bachelors (4 years),Yes,YesValid,50.0,zero +9558,Low,USA,M,3,E,DBA,Y,3,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,42.0,five +9559,Low,USA,M,4,E,DBA,N,4,,2,,SG,,,50.0,Bachelors (4 years),Yes,N,40.0,one +9560,Low,USA,M,11,E,DBA,N,2,,0,,PB,,,5.0,None (no degree completed),,YesExpired,40.0,one +9561,Low,USA,M,6,E,DT,N,6,,2,,SG,,,7.0,Associates (2 years),Yes,N,40.0,one +9562,Very High,USA,M,16,E,DBA,N,16,,0,,PB,,,30.0,Bachelors (4 years),Yes,N,50.0,zero +9563,Low,USA,M,7,E,DBA,N,7,,4,,SG,,,45.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9564,High,USA,M,10,E,DBA,N,10,,0,,PB,,,5.0,Associates (2 years),Yes,YesExpired,40.0,zero +9565,Very High,USA,C,4,E,DBA,N,20,,0,,PB,,,20.0,None (no degree completed),,YesValid,50.0,zero +9566,Very Low,Germany,M,6,E,,N,5,,0,,PB,,,20.0,None (no degree completed),,N,45.0,zero +9567,Very Low,USA,M,15,E,,N,25,,0,,PB,,,5.0,Masters,No,N,40.0,two +9568,Very Low,Sweden,M,6,E,DBA,N,6,,2,,SG,,,100.0,None (no degree completed),,N,40.0,zero +9569,Low,USA,M,5,E,DA,N,5,,1,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9570,High,USA,M,10,EC,DBA,Y,9,,6,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,40.0,four +9571,High,USA,M,6,E,A,Y,1,,1,,PB,,,3.0,Masters,Yes,YesValid,40.0,zero +9572,Mid,USA,M,10,E,DBA,N,4,,6,,PB,,,1000.0,Bachelors (4 years),,N,40.0,one +9573,Very Low,UK,M,7,E,DBA,N,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,38.0,zero +9574,Low,USA,M,3,E,DA,N,3,,5,,PB,,,5.0,Bachelors (4 years),Yes,N,45.0,zero +9575,Low,USA,M,7,E,DBA,N,1,,0,,PB,,,10.0,Masters,No,YesValid,40.0,zero +9576,Very Low,India,M,8,E,DBA,Y,8,,6,,PB,,,2000.0,Masters,Yes,YesExpired,60.0,zero +9577,Low,USA,M,16,E,M,Y,2,,3,,PB,,,20.0,Associates (2 years),No,N,45.0,zero +9578,Very High,USA,M,16,E,DBA,N,10,,1,,PB,,,60.0,Associates (2 years),No,YesExpired,40.0,three +9579,Very High,USA,M,22,E,DBA,Y,3,,4,,PB,,,60.0,None (no degree completed),,YesExpired,50.0,zero +9580,Mid,USA,M,6,E,E,N,4,,3,,PB,,,100.0,Bachelors (4 years),No,N,55.0,one +9581,Mid,USA,M,19,E,DBA,N,19,,1,,PB,,,125.0,None (no degree completed),,N,45.0,zero +9582,Mid,USA,M,10,E,DBA,N,10,,2,,SG,,,66.0,Masters,Yes,YesValid,44.0,zero +9583,Very Low,Germany,M,3,E,DBA,N,3,,1,,PB,,,3.0,None (no degree completed),,N,40.0,five +9584,Low,USA,M,5,E,D,N,5,,6,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9585,High,USA,O,11,E,DBA,N,5,,6,,PB,,,40.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9586,Low,USA,M,4,E,DA,N,4,,0,,PB,,,20.0,Masters,Yes,N,37.0,one +9587,Very High,USA,M,12,E,DBA,N,2,,6,,PB,,,2000.0,Masters,Yes,YesValid,35.0,two +9588,Mid,USA,M,20,E,AN,N,20,,6,,PB,,,20.0,Bachelors (4 years),No,YesValid,50.0,zero +9589,Very High,USA,M,20,E,A,N,3,,6,,PB,,,15.0,Masters,No,N,48.0,three +9590,High,USA,M,10,E,E,N,2,,0,,PB,,,32.0,Masters,Yes,N,45.0,zero +9591,Low,UK,M,6,EC,D,Y,1,,6,,PB,,,0.0,Masters,No,YesValid,60.0,five +9592,Mid,USA,M,13,E,DBA,N,6,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +9593,Very Low,Austria,M,8,E,DT,N,8,,0,,PB,,,30.0,Associates (2 years),Yes,N,45.0,zero +9594,Very High,USA,M,15,E,M,Y,20,,0,,PB,,,15.0,None (no degree completed),No,N,60.0,zero +9595,High,USA,M,6,E,DBA,N,6,,4,,PB,,,50.0,Associates (2 years),No,N,45.0,zero +9596,Very High,USA,M,14,E,DA,N,25,,2,,PB,,,2.0,Masters,Yes,N,40.0,zero +9597,Low,UK,M,15,E,DBA,N,4,,0,,PB,,,50.0,None (no degree completed),,YesValid,40.0,one +9598,Very Low,Nicaragua,M,7,E,DBA,N,8,,4,,LG,,,30.0,Masters,Yes,YesValid,40.0,zero +9599,High,USA,M,23,E,DBA,Y,17,,2,,PB,,,55.0,Bachelors (4 years),No,N,50.0,three +9600,High,USA,M,14,E,DBA,N,2,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +9601,High,UK,M,10,I,DBA,N,1,,6,,PB,,,100.0,Bachelors (4 years),No,YesExpired,40.0,two +9602,Very Low,Canada,M,2,E,DA,N,2,,1,,PB,,,1.0,Associates (2 years),Yes,YesValid,40.0,zero +9603,Very High,USA,M,18,E,A,Y,8,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,40.0,one +9604,Mid,USA,M,5,E,DBA,N,5,,0,,PB,,,12.0,Masters,No,N,40.0,one +9605,Low,USA,M,7,E,M,Y,7,,0,,LG,,,7.0,Masters,Yes,YesValid,50.0,zero +9606,Mid,USA,M,10,E,DBA,N,2,,1,,PB,,,50.0,None (no degree completed),,N,40.0,one +9607,High,USA,M,12,E,DA,N,4,,6,,PB,,,3.0,Masters,Yes,N,45.0,zero +9608,Very High,USA,M,17,E,AN,N,5,,0,,PB,,,5.0,Masters,Yes,N,45.0,zero +9609,Very Low,India,MS,5,E,DBA,N,5,,6,,PB,,,3000.0,Masters,No,YesValid,40.0,five +9610,Very Low,India,M,10,E,A,Y,5,,4,,PB,,,150.0,Bachelors (4 years),No,YesExpired,45.0,two +9611,Very High,USA,M,4,E,M,Y,6,,0,,PB,,,2.0,Masters,No,YesValid,90.0,two +9612,Very Low,Brazil,M,5,E,DBA,N,5,,0,,FG,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9613,Very Low,Moldova,M,4,E,DBA,Y,1,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,8.0,one +9614,Mid,USA,M,15,E,DBA,N,7,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9615,Very Low,USA,M,5,E,D,N,2,,0,,PB,,,2.0,Masters,Yes,YesValid,40.0,zero +9616,Mid,USA,M,9,E,M,Y,5,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,40.0,zero +9617,Mid,USA,M,15,E,M,Y,6,,0,,LG,,,5.0,Masters,Yes,N,50.0,zero +9618,Very High,USA,M,15,E,DBA,N,15,,1,,PB,,,30.0,Masters,Yes,YesExpired,40.0,one +9619,Very Low,Brazil,O,3,E,DBA,N,3,,6,,PB,,,50.0,Masters,Yes,YesValid,45.0,one +9620,High,USA,M,14,E,DBA,N,10,,0,,SG,,,15.0,Masters,No,YesValid,40.0,two +9621,Very Low,UK,M,3,E,DBA,N,2,,1,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,37.0,zero +9622,Very High,USA,T,4,E,A,N,4,,0,,PB,,,5000.0,Associates (2 years),Yes,N,45.0,zero +9623,High,USA,M,10,E,DBA,N,2,,1,,PB,,,120.0,None (no degree completed),,N,40.0,one +9624,Very Low,UK,M,15,E,AN,N,10,,0,,LG,,,21.0,Bachelors (4 years),Yes,N,37.0,zero +9625,Low,USA,M,14,E,DBA,N,3,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,42.0,zero +9626,Low,USA,T,5,E,D,Y,6,,0,,PB,,,1000.0,Bachelors (4 years),No,N,40.0,zero +9627,Very High,USA,M,18,E,DA,Y,1,,0,,LG,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9628,Very Low,UK,M,4,E,DBA,N,4,,0,,PB,,,126.0,Associates (2 years),,YesExpired,45.0,zero +9629,Low,UK,M,15,EC,A,N,5,,1,,PB,,,0.0,Masters,Yes,YesExpired,50.0,zero +9630,Mid,Canada,O,22,E,DBA,N,22,,1,,LG,,,40.0,Bachelors (4 years),Yes,N,35.0,zero +9631,Very High,USA,M,20,E,A,Y,6,,0,,PB,,,9.0,Masters,No,N,44.0,zero +9632,Mid,UK,M,15,E,DBA,N,1,,0,,PB,,,3.0,Masters,Yes,YesExpired,37.0,zero +9633,High,USA,M,11,E,DT,N,3,,3,,PB,,,18.0,Bachelors (4 years),No,N,40.0,zero +9634,Low,USA,M,10,E,E,N,5,,0,,PB,,,6.0,Bachelors (4 years),No,YesValid,45.0,zero +9635,Low,USA,M,4,E,AN,N,3,,0,,PB,,,55.0,Masters,Yes,YesValid,45.0,zero +9636,Very High,USA,M,25,E,A,N,15,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,35.0,zero +9637,Mid,USA,M,9,E,DT,N,9,,2,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +9638,Very Low,PuertoRico,M,2,E,AN,N,2,,3,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9639,High,USA,M,18,E,DBA,Y,3,,0,,PB,,,30.0,Associates (2 years),,YesExpired,50.0,one +9640,Low,USA,M,10,E,D,N,10,,0,,PB,,,3.0,Bachelors (4 years),No,N,40.0,five +9641,Very High,USA,A,1,E,E,N,8,,0,,PB,,,3.0,Bachelors (4 years),No,YesExpired,40.0,one +9642,Mid,USA,M,7,E,D,N,15,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,50.0,zero +9643,Mid,USA,O,14,E,DBA,N,12,,0,,PB,,,100.0,Bachelors (4 years),No,N,42.0,zero +9644,Very High,USA,M,18,E,DBA,N,12,,1,,PB,,,20.0,Masters,Yes,N,40.0,one +9645,Very High,USA,M,20,E,E,N,8,,6,,PB,,,100.0,Bachelors (4 years),No,YesExpired,50.0,five +9646,Very High,USA,M,15,E,DBA,N,15,,1,,LG,,,3.0,Masters,Yes,YesValid,40.0,zero +9647,Low,USA,M,5,E,DBA,N,1,,0,,PB,,,70.0,Bachelors (4 years),Yes,N,40.0,zero +9648,Mid,USA,M,20,EC,DT,N,0,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,45.0,five +9649,High,USA,M,21,E,DBA,N,12,,4,,PB,,,100.0,Associates (2 years),Yes,N,45.0,zero +9650,High,USA,M,10,E,M,Y,4,,5,,PB,,,75.0,Masters,Yes,N,50.0,zero +9651,Mid,USA,M,20,E,DT,N,2,,3,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9652,Very High,USA,M,15,E,DT,N,1,,3,,PB,,,30.0,Masters,Yes,YesValid,40.0,zero +9653,Very Low,Spain,M,6,E,E,Y,12,,0,,PB,,,3.0,Associates (2 years),Yes,YesExpired,50.0,five +9654,Very Low,Spain,M,5,E,DBA,N,2,,2,,PB,,,4.0,Associates (2 years),Yes,N,40.0,zero +9655,Very Low,USA,M,10,E,DA,N,20,,5,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +9656,Mid,USA,M,5,E,DBA,N,5,,0,,S,,,13.0,Bachelors (4 years),No,N,40.0,zero +9657,Low,Canada,M,5,E,DBA,N,1,,3,,SG,,,120.0,Bachelors (4 years),Yes,N,37.0,zero +9658,Very Low,Netherlands,M,5,E,M,Y,5,,0,,PB,,,20.0,Bachelors (4 years),No,YesValid,50.0,zero +9659,Mid,USA,M,10,E,D,N,4,,0,,PB,,,3.0,Masters,No,YesExpired,45.0,zero +9660,High,USA,M,24,E,DBA,N,0,,1,,PB,,,130.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9661,High,USA,M,4,E,DBA,N,4,,0,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9662,Mid,USA,M,15,E,DBA,Y,10,,1,,PB,,,2.0,Bachelors (4 years),No,N,42.0,zero +9663,Low,USA,M,7,E,DBA,N,5,,0,,SG,,,5.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9664,High,USA,M,10,E,M,Y,10,,0,,PB,,,3.0,Bachelors (4 years),No,N,40.0,zero +9665,Very High,USA,M,20,E,,Y,20,,0,,PB,,,20.0,Bachelors (4 years),No,N,55.0,one +9666,Mid,USA,M,17,E,DBA,N,10,,0,,SG,,,10.0,Masters,Yes,YesExpired,40.0,zero +9667,High,Ireland,M,6,E,E,N,4,,1,,PB,,,20.0,Masters,Yes,YesExpired,40.0,three +9668,High,USA,M,14,E,DBA,N,14,,2,,SG,,,18.0,Bachelors (4 years),No,N,40.0,one +9669,Very High,USA,O,18,E,DBA,N,19,,1,,FG,,,12.0,Associates (2 years),Yes,YesExpired,41.0,zero +9670,Very Low,UK,M,2,E,AN,N,2,,1,,PB,,,25.0,Bachelors (4 years),No,N,38.0,zero +9671,High,USA,M,16,E,DBA,N,28,,2,,PB,,,30.0,Bachelors (4 years),No,N,40.0,zero +9672,Very Low,USA,M,3,E,DBA,N,3,,5,,PB,,,100.0,Bachelors (4 years),Yes,N,45.0,two +9673,Low,USA,M,1,E,AN,N,1,,0,,S,,,2.0,Associates (2 years),No,N,40.0,zero +9674,Low,USA,M,3,E,DBA,N,0,,1,,PB,,,65.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9675,Mid,USA,M,22,E,DBA,Y,1,,0,,PB,,,78.0,Masters,No,YesExpired,42.0,zero +9676,Low,USA,M,7,E,DBA,N,7,,0,,LG,,,8.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9677,High,USA,M,21,E,DT,N,4,,0,,PB,,,4.0,Bachelors (4 years),No,N,40.0,zero +9678,Low,UK,M,10,E,AN,N,10,,1,,PB,,,5.0,None (no degree completed),,N,42.0,five +9679,Low,USA,M,2,E,DBA,N,2,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,45.0,zero +9680,Mid,USA,M,4,E,M,Y,4,,0,,LG,,,4.0,Associates (2 years),Yes,YesValid,40.0,zero +9681,Mid,USA,M,2,E,M,N,2,,4,,PB,,,3.0,Masters,Yes,N,40.0,five +9682,High,USA,M,10,E,DBA,Y,5,,0,,SG,,,30.0,None (no degree completed),,N,42.0,zero +9683,Mid,USA,M,5,E,DBA,N,5,,0,,PB,,,15.0,Masters,No,N,40.0,zero +9684,High,USA,M,15,E,DBA,N,5,,0,,FG,,,40.0,Bachelors (4 years),Yes,N,50.0,zero +9685,Mid,USA,,18,E,DBA,N,4,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,one +9686,Very High,USA,M,20,EC,A,N,20,,4,,PB,,,3.0,Associates (2 years),No,YesExpired,50.0,three +9687,High,USA,M,8,E,DBA,N,8,,6,,PB,,,50.0,None (no degree completed),,N,40.0,zero +9688,Low,USA,M,10,E,DBA,N,4,,3,,PB,,,80.0,Bachelors (4 years),No,YesValid,50.0,zero +9689,Low,Canada,M,21,E,DBA,N,19,,6,,PB,,,500.0,Associates (2 years),Yes,YesValid,40.0,zero +9690,Low,Canada,M,20,E,A,Y,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +9691,High,USA,M,15,E,DBA,N,10,,0,,FG,,,10.0,Bachelors (4 years),No,N,40.0,five +9692,Low,UK,P,3,E,DA,N,3,,2,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,three +9693,Very High,USA,M,20,E,A,N,2,,0,,PB,,,7.0,None (no degree completed),,YesExpired,40.0,five +9694,Very Low,UK,M,4,E,DBA,N,1,,1,,FG,,,20.0,Bachelors (4 years),Yes,N,35.0,zero +9695,High,USA,M,6,E,DBA,N,6,,2,,PB,,,912.0,None (no degree completed),,YesValid,45.0,zero +9696,Very High,USA,M,15,E,,Y,5,,2,,PB,,,2.0,Masters,Yes,YesExpired,40.0,one +9697,Low,UK,M,16,E,DBA,N,6,,1,,PB,,,220.0,Bachelors (4 years),Yes,N,50.0,two +9698,High,USA,M,10,E,DBA,N,2,,3,,PB,,,15.0,None (no degree completed),,YesExpired,40.0,zero +9699,Very Low,USA,M,3,E,DT,Y,1,,0,,PB,,,1.0,Bachelors (4 years),No,N,35.0,zero +9700,High,USA,M,11,E,DBA,N,36,,2,,PB,,,600.0,Masters,No,YesExpired,40.0,five +9701,Mid,USA,M,10,E,DT,N,4,,6,,LG,,,15.0,Masters,Yes,N,40.0,one +9702,Mid,USA,M,10,E,DBA,N,10,,0,,PB,,,40.0,Bachelors (4 years),Yes,N,40.0,five +9703,Low,USA,M,15,E,DBA,N,3,,0,,PB,,,2.0,None (no degree completed),,N,50.0,zero +9704,Very Low,USA,M,5,E,AN,N,5,,1,,PB,,,10.0,Associates (2 years),Yes,N,40.0,zero +9705,High,USA,M,15,E,AN,N,15,,4,,LG,,,12.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9706,High,USA,M,20,E,DBA,Y,5,,0,,PB,,,130.0,Masters,No,N,45.0,five +9707,Mid,USA,M,2,E,DBA,N,2,,1,,PB,,,150.0,None (no degree completed),,N,40.0,zero +9708,High,USA,M,20,E,DBA,N,20,,0,,SG,,,30.0,Masters,Yes,YesExpired,40.0,zero +9709,Low,USA,O,3,E,AN,N,15,,3,,SG,,,5.0,Bachelors (4 years),No,YesExpired,40.0,zero +9710,Very Low,USA,M,2,E,DBA,Y,1,,0,,LG,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9711,High,USA,M,10,E,DBA,N,10,,1,,SG,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,two +9712,Very Low,USA,M,2,E,DBA,N,2,,2,,LG,,,18.0,Bachelors (4 years),Yes,N,40.0,zero +9713,Very High,USA,M,15,E,DBA,Y,15,,1,,PB,,,50.0,Bachelors (4 years),No,YesValid,50.0,zero +9714,Mid,USA,M,8,E,E,N,6,,1,,PB,,,12.0,Bachelors (4 years),Yes,YesExpired,45.0,five +9715,High,USA,M,3,E,A,Y,3,,0,,PB,,,5.0,Masters,No,N,50.0,zero +9716,Mid,USA,M,9,E,D,N,1,,1,,PB,,,12.0,None (no degree completed),,N,40.0,five +9717,Low,USA,M,7,E,DBA,N,7,,3,,PB,,,60.0,Bachelors (4 years),No,N,45.0,zero +9718,Very High,USA,M,17,E,D,N,1,,0,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,40.0,five +9719,High,USA,M,18,E,DBA,N,10,,2,,PB,,,150.0,Bachelors (4 years),No,YesExpired,40.0,zero +9720,High,USA,O,20,E,DBA,N,20,,0,,PB,,,3.0,None (no degree completed),,YesExpired,45.0,zero +9721,Low,Canada,M,23,E,A,N,28,,0,,PB,,,70.0,None (no degree completed),No,YesValid,65.0,zero +9722,Very Low,Italy,,5,E,M,N,1,,0,,PB,,,2.0,Masters,Yes,N,47.0,zero +9723,Very High,USA,M,20,I,,N,20,,0,,PB,,,10.0,Masters,Yes,YesExpired,60.0,five +9724,Very High,USA,M,15,E,DBA,Y,8,,5,,PB,,,200.0,Associates (2 years),No,YesValid,60.0,one +9725,Very Low,Canada,M,7,E,DT,Y,7,,1,,PB,,,11.0,Associates (2 years),Yes,N,50.0,zero +9726,Mid,USA,M,17,E,DBA,N,1,,0,,PB,,,21.0,Masters,No,YesValid,55.0,zero +9727,Mid,USA,M,10,E,DA,N,17,,2,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +9728,Mid,UK,M,10,E,DBA,N,3,,4,,PB,,,50.0,Bachelors (4 years),No,YesExpired,38.0,zero +9729,Very Low,USA,M,8,E,DA,N,2,,0,,SG,,,20.0,Associates (2 years),Yes,N,50.0,zero +9730,Very Low,Austria,M,2,E,M,Y,2,,2,,PB,,,10.0,None (no degree completed),No,YesValid,45.0,one +9731,Very High,USA,M,15,E,DT,N,7,,0,,PB,,,10.0,Masters,Yes,YesExpired,45.0,five +9732,Low,USA,M,4,E,DT,N,30,,3,,SG,,,24.0,None (no degree completed),,YesValid,40.0,zero +9733,Mid,USA,M,15,E,DBA,N,3,,0,,PB,,,300.0,None (no degree completed),,YesValid,45.0,one +9734,Low,Ireland,M,6,E,E,N,9,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9735,Mid,USA,M,6,E,DBA,N,2,,1,,PB,,,300.0,Associates (2 years),Yes,N,50.0,zero +9736,Very Low,USA,M,7,E,M,Y,3,,0,,PB,,,5.0,Associates (2 years),,N,42.0,zero +9737,Very Low,New-Zealand,M,12,E,DT,N,8,,4,,PB,,,8.0,None (no degree completed),,YesExpired,40.0,zero +9738,High,USA,M,7,E,A,N,2,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9739,Mid,USA,M,5,E,A,N,1,,0,,PB,,,25.0,Associates (2 years),No,N,50.0,zero +9740,High,USA,M,16,E,DBA,Y,4,,0,,PB,,,45.0,Bachelors (4 years),Yes,N,45.0,zero +9741,High,USA,M,6,E,E,N,3,,6,,PB,,,1961.0,Bachelors (4 years),Yes,YesValid,40.0,five +9742,High,USA,M,4,E,DBA,Y,1,,0,,PB,,,8.0,None (no degree completed),,N,40.0,zero +9743,Mid,USA,M,15,E,DT,N,11,,0,,PB,,,1.0,None (no degree completed),,N,40.0,zero +9744,High,USA,M,20,E,E,N,30,,0,,PB,,,12.0,None (no degree completed),,YesValid,40.0,five +9745,Low,UK,M,9,E,DBA,N,1,,6,,PB,,,2000.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9746,Very High,USA,M,12,EC,DBA,Y,1,,6,,PB,,,30.0,None (no degree completed),No,N,50.0,five +9747,Low,USA,M,24,E,DBA,N,17,,0,,LG,,,32.0,Bachelors (4 years),No,YesExpired,47.0,zero +9748,Very Low,Canada,M,6,E,DBA,N,13,,4,,SG,,,500.0,Associates (2 years),Yes,N,35.0,zero +9749,Very Low,UK,M,7,E,DBA,N,1,,6,,PB,,,2000.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9750,Mid,USA,M,8,E,DBA,N,6,,2,,PB,,,500.0,Masters,Yes,YesExpired,40.0,one +9751,Very Low,Denmark,M,8,E,DBA,N,0,,3,,PB,,,5000.0,Associates (2 years),Yes,N,37.0,zero +9752,Mid,USA,M,15,E,A,N,2,,0,,PB,,,20.0,Associates (2 years),Yes,YesValid,50.0,zero +9753,Mid,USA,M,14,E,D,Y,10,,6,,PB,,,18.0,Bachelors (4 years),Yes,YesValid,48.0,two +9754,Very High,India,M,7,E,DBA,N,1,,1,,SG,,,150.0,Masters,Yes,YesExpired,40.0,two +9755,Very Low,UK,M,1,E,,N,1,,6,,PB,,,30.0,None (no degree completed),,YesValid,38.0,zero +9756,Low,USA,M,4,E,DBA,N,4,,0,,SG,,,1450.0,Masters,Yes,YesExpired,60.0,zero +9757,High,USA,M,15,E,DBA,N,7,,2,,PB,,,1992.0,Associates (2 years),Yes,N,44.0,zero +9758,Very High,USA,M,7,EC,DBA,N,1,,0,,PB,,,191.0,Bachelors (4 years),Yes,YesValid,45.0,one +9759,Low,USA,M,13,E,DBA,N,1,,0,,LG,,,12.0,Masters,Yes,N,42.0,zero +9760,Very High,USA,E,1,E,A,N,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,four +9761,Very Low,Canada,M,5,E,AN,N,2,,0,,SG,,,10.0,None (no degree completed),,N,40.0,zero +9762,Mid,USA,M,14,E,M,Y,22,,1,,SG,,,65.0,Bachelors (4 years),Yes,N,65.0,five +9763,Very Low,Canada,M,5,E,DBA,N,2,,1,,SG,,,40.0,Bachelors (4 years),No,YesValid,40.0,zero +9764,Low,USA,M,12,E,DA,N,10,,4,,SG,,,4.0,Associates (2 years),,YesExpired,38.0,zero +9765,High,USA,M,15,E,DT,N,15,,1,,PB,,,7.0,Bachelors (4 years),No,N,45.0,zero +9766,Mid,USA,M,17,E,DBA,N,3,,5,,PB,,,40.0,Bachelors (4 years),Yes,N,45.0,zero +9767,Very High,USA,M,20,I,E,N,20,,3,,PB,,,400.0,Bachelors (4 years),Yes,YesValid,43.0,zero +9768,Low,UK,M,22,E,DT,N,35,,3,,PB,,,20.0,Associates (2 years),Yes,YesValid,37.0,three +9769,Low,Canada,M,10,E,DT,N,10,,5,,PB,,,7.0,Associates (2 years),Yes,YesExpired,40.0,zero +9770,Very Low,USA,M,5,E,AN,Y,2,,0,,PB,,,0.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9771,Mid,USA,M,15,E,DA,N,18,,3,,PB,,,6.0,Bachelors (4 years),No,N,55.0,four +9772,High,USA,M,10,E,DBA,Y,2,,6,,PB,,,80.0,Bachelors (4 years),Yes,N,50.0,five +9773,Mid,USA,M,19,E,DBA,N,12,,0,,PB,,,15.0,Masters,Yes,YesExpired,40.0,one +9774,Low,USA,O,1,E,AN,Y,1,,0,,SG,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9775,Very Low,Canada,M,5,E,DA,N,5,,1,,PB,,,5.0,Associates (2 years),Yes,N,35.0,five +9776,Low,USA,M,5,E,,N,5,,0,,PB,,,8.0,Masters,Yes,N,41.0,zero +9777,Mid,USA,M,5,E,DA,N,5,,0,,PB,,,2.0,Bachelors (4 years),No,N,45.0,zero +9778,Very Low,Poland,M,5,E,DT,N,1,,0,,PB,,,10.0,Masters,Yes,YesValid,40.0,one +9779,High,USA,M,12,E,DBA,Y,1,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,42.0,zero +9780,Very Low,South-Africa,M,7,EC,DBA,N,5,,1,,PB,,,60.0,Bachelors (4 years),No,YesValid,40.0,one +9781,Mid,USA,M,13,E,DBA,N,4,,3,,PB,,,20.0,Masters,No,N,40.0,five +9782,Very Low,USA,M,1,E,DT,N,1,,0,,PB,,,15.0,Bachelors (4 years),No,N,40.0,zero +9783,Low,USA,M,2,E,DBA,N,0,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,42.0,zero +9784,Very High,USA,M,13,E,M,Y,10,,2,,PB,,,5.0,Masters,No,N,60.0,zero +9785,Very Low,UK,M,15,E,M,N,3,,0,,PB,,,2.0,None (no degree completed),,YesExpired,38.0,zero +9786,High,USA,M,25,E,DBA,N,3,,2,,PB,,,150.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9787,Very Low,Lithuania,M,12,E,DT,N,2,,2,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,35.0,one +9788,Very Low,USA,M,1,E,AN,N,1,,1,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +9789,Very High,USA,M,25,E,A,Y,2,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,42.0,zero +9790,Low,USA,M,1,E,DBA,N,1,,1,,SG,,,10.0,Masters,No,N,60.0,five +9791,Low,Ireland,M,10,EC,DBA,N,2,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,38.0,zero +9792,Low,USA,M,8,E,AN,Y,8,,0,,LG,,,27.0,Bachelors (4 years),Yes,N,38.0,zero +9793,Low,USA,M,5,E,DA,N,3,,1,,SG,,,3.0,Masters,Yes,N,40.0,one +9794,Low,UK,M,15,E,M,Y,6,,6,,LG,,,2.0,Masters,Yes,YesExpired,39.0,five +9795,Mid,USA,M,8,E,DBA,N,2,,1,,PB,,,120.0,Bachelors (4 years),No,YesValid,40.0,one +9796,Low,USA,M,8,E,,N,8,,0,,PB,,,3.0,Associates (2 years),Yes,N,40.0,zero +9797,High,USA,M,28,E,D,N,20,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,zero +9798,Low,USA,M,3,E,DA,N,3,,1,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,zero +9799,Low,USA,M,6,E,DA,N,8,,3,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +9800,Mid,USA,M,6,E,DBA,N,4,,2,,PB,,,100.0,Bachelors (4 years),Yes,N,36.0,zero +9801,Very Low,UK,M,8,E,D,N,2,,1,,PB,,,10.0,Bachelors (4 years),No,YesValid,40.0,zero +9802,Very Low,Netherlands,M,5,EC,,N,6,,5,,PB,,,50.0,Masters,No,YesValid,40.0,zero +9803,Mid,USA,M,13,E,DBA,N,15,,1,,FG,,,3.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9804,Low,Canada,M,16,E,DBA,N,15,,0,,PB,,,15.0,Associates (2 years),Yes,N,40.0,zero +9805,Very Low,USA,M,2,E,AN,N,2,,2,,FG,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,one +9806,Mid,USA,M,10,E,DBA,N,1,,1,,LG,,,45.0,Masters,Yes,YesExpired,40.0,zero +9807,Very High,Switzerland,,10,E,D,N,4,,0,,PB,,,3.0,Masters,No,N,55.0,zero +9808,Very High,USA,M,20,E,DBA,Y,10,,0,,PB,,,20.0,None (no degree completed),,YesExpired,55.0,zero +9809,Very Low,Slovenia,M,2,I,DBA,N,2,,1,,PB,,,28.0,Bachelors (4 years),No,YesExpired,40.0,two +9810,Very High,USA,M,15,E,DBA,N,20,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9811,Mid,USA,M,10,E,AN,N,9,,0,,PB,,,15.0,Bachelors (4 years),No,N,50.0,zero +9812,Mid,USA,M,2,E,AN,N,2,,3,,PB,,,2.0,Bachelors (4 years),No,N,36.0,one +9813,High,USA,M,15,E,DBA,N,15,,5,,PB,,,25.0,None (no degree completed),,N,42.0,one +9814,Low,Switzerland,M,13,E,DBA,N,2,,4,,PB,,,1500.0,Bachelors (4 years),Yes,YesValid,43.0,zero +9815,Very Low,Canada,M,8,E,DBA,N,3,,1,,FG,,,6.0,Associates (2 years),Yes,N,40.0,zero +9816,Very High,USA,M,17,E,DBA,N,17,,3,,PB,,,125.0,Masters,Yes,N,55.0,five +9817,Mid,USA,M,15,E,M,Y,23,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,one +9818,Very High,USA,M,16,E,DBA,N,16,,4,,PB,,,200.0,None (no degree completed),,N,40.0,zero +9819,Low,USA,M,3,E,DBA,N,2,,0,,PB,,,6.0,None (no degree completed),,N,40.0,zero +9820,Low,USA,T,4,E,AN,N,4,,2,,PB,,,6.0,Bachelors (4 years),No,N,42.0,zero +9821,High,USA,M,5,E,E,N,5,,6,,PB,,,15.0,None (no degree completed),,N,40.0,zero +9822,Mid,USA,M,20,E,DBA,N,9,,1,,PB,,,25.0,Masters,Yes,N,45.0,four +9823,High,USA,M,16,E,DBA,N,10,,0,,PB,,,325.0,Masters,Yes,YesExpired,50.0,four +9824,Very Low,India,M,6,E,DBA,Y,4,,0,,PB,,,4.0,Bachelors (4 years),No,YesExpired,60.0,zero +9825,Mid,USA,M,5,E,DBA,N,3,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9826,Very High,USA,O,10,E,M,Y,2,,0,,PB,,,50.0,Bachelors (4 years),No,YesExpired,50.0,zero +9827,Very Low,UK,M,12,E,DBA,N,9,,0,,LG,,,205.0,Bachelors (4 years),No,YesExpired,37.0,zero +9828,Very High,USA,M,10,E,DBA,N,1,,5,,PB,,,500.0,Bachelors (4 years),No,N,50.0,zero +9829,Very Low,USA,M,4,E,D,N,1,,4,,PB,,,3.0,Bachelors (4 years),No,N,40.0,zero +9830,Mid,USA,M,3,E,DBA,N,3,,6,,PB,,,1000.0,Bachelors (4 years),No,N,45.0,five +9831,High,USA,M,28,E,DA,Y,16,,0,,PB,,,10.0,Masters,No,N,50.0,one +9832,Mid,USA,M,2,E,DBA,N,2,,1,,PB,,,65.0,Bachelors (4 years),Yes,YesExpired,50.0,one +9833,Very Low,Romania,M,12,E,DBA,Y,12,,2,,PB,,,50.0,None (no degree completed),,YesValid,50.0,zero +9834,Low,USA,M,3,E,DBA,N,3,,6,,PB,,,150.0,Bachelors (4 years),Yes,YesExpired,45.0,two +9835,Mid,USA,M,10,E,DBA,Y,5,,1,,SG,,,25.0,Associates (2 years),Yes,YesExpired,40.0,zero +9836,Mid,USA,M,7,E,M,Y,10,,0,,PB,,,4.0,Bachelors (4 years),No,YesExpired,55.0,one +9837,High,USA,M,18,E,DBA,Y,8,,4,,PB,,,52.0,Bachelors (4 years),Yes,YesExpired,60.0,five +9838,High,USA,M,15,E,DBA,N,2,,6,,PB,,,1200.0,Associates (2 years),Yes,YesValid,40.0,five +9839,Low,Denmark,,5,EC,,N,5,,6,,PB,,,10.0,Bachelors (4 years),Yes,N,37.0,zero +9840,Very High,USA,RDS,1,E,A,Y,13,,0,,PB,,,5000.0,Bachelors (4 years),Yes,YesValid,35.0,one +9841,Very High,USA,M,12,E,M,Y,12,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,50.0,zero +9842,Very Low,USA,M,6,E,DBA,N,6,,0,,PB,,,8.0,None (no degree completed),,N,40.0,zero +9843,Mid,USA,M,8,E,DBA,N,7,,1,,SG,,,15.0,Bachelors (4 years),Yes,N,50.0,zero +9844,Low,USA,M,1,E,E,N,1,,6,,PB,,,4.0,Masters,Yes,YesExpired,43.0,one +9845,Very High,USA,MDB,1,E,DA,N,5,,0,,PB,,,36.0,Masters,Yes,N,40.0,zero +9846,Mid,USA,M,7,E,DBA,N,7,,2,,PB,,,500.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9847,Mid,USA,M,10,E,D,Y,15,,5,,PB,,,5.0,Bachelors (4 years),Yes,N,45.0,three +9848,Very High,USA,M,1,E,DBA,N,10,,1,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,one +9849,Mid,USA,M,6,E,DBA,N,2,,0,,PB,,,22.0,Bachelors (4 years),Yes,N,42.0,zero +9850,Mid,USA,M,6,E,DBA,N,6,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,45.0,zero +9851,Very High,USA,M,18,E,DBA,N,8,,5,,PB,,,500.0,Bachelors (4 years),No,N,45.0,one +9852,Mid,USA,M,2,E,DBA,N,1,,3,,PB,,,300.0,Bachelors (4 years),Yes,N,40.0,zero +9853,High,USA,M,30,E,DBA,N,12,,0,,SG,,,30.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9854,Mid,USA,M,8,E,D,Y,2,,0,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,42.0,zero +9855,Low,USA,M,14,E,D,N,4,,1,,PB,,,15.0,Bachelors (4 years),Yes,N,45.0,zero +9856,High,USA,M,6,E,DBA,N,5,,6,,SG,,,240.0,Bachelors (4 years),Yes,N,40.0,zero +9857,Very High,USA,M,17,E,DBA,N,17,,4,,PB,,,80.0,None (no degree completed),,YesExpired,45.0,two +9858,Low,USA,M,10,E,M,N,0,,0,,PB,,,15.0,Associates (2 years),,N,55.0,five +9859,Mid,USA,M,10,E,DBA,Y,3,,1,,PB,,,20.0,Masters,Yes,YesValid,38.0,five +9860,Very Low,Peru,SQLI,10,E,DBA,N,6,,3,,PB,,,100.0,Associates (2 years),Yes,YesValid,43.0,zero +9861,Mid,USA,M,4,E,AN,N,5,,2,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +9862,Very Low,UK,M,15,E,DBA,N,1,,4,,PB,,,400.0,Doctorate/PhD,No,YesValid,40.0,one +9863,High,USA,M,18,E,DBA,N,0,,0,,PB,,,90.0,Bachelors (4 years),No,N,40.0,zero +9864,High,USA,M,15,E,DBA,N,15,,0,,PB,,,90.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9865,Low,Australia,M,15,E,DBA,Y,6,,1,,SG,,,50.0,Bachelors (4 years),Yes,N,40.0,zero +9866,Very High,USA,M,16,E,M,Y,5,,0,,PB,,,8.0,Masters,No,N,45.0,zero +9867,Low,Finland,O,13,E,D,N,8,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,45.0,zero +9868,Very Low,Italy,M,4,EC,DBA,N,4,,2,,PB,,,3000.0,Bachelors (4 years),Yes,N,40.0,zero +9869,High,USA,M,17,I,,Y,17,,1,,PB,,,50.0,Bachelors (4 years),No,YesExpired,50.0,zero +9870,High,USA,O,19,E,DBA,N,12,,5,,SG,,,150.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9871,Very Low,Mexico,M,2,EC,DBA,N,2,,4,,PB,,,300.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9872,High,USA,M,11,E,DBA,N,22,,1,,PB,,,200.0,None (no degree completed),,N,45.0,two +9873,Mid,USA,M,10,E,DBA,N,10,,1,,SG,,,210.0,Bachelors (4 years),Yes,N,42.0,zero +9874,Very High,USA,M,10,E,M,Y,5,,0,,SG,,,15.0,Doctorate/PhD,Yes,YesExpired,40.0,zero +9875,Low,USA,M,15,E,AN,N,1,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,40.0,one +9876,Mid,USA,M,6,E,DBA,N,4,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,35.0,zero +9877,Very Low,India,M,6,E,E,Y,4,,1,,PB,,,5.0,Bachelors (4 years),No,YesExpired,70.0,zero +9878,Low,Netherlands,M,8,EC,D,Y,10,,6,,PB,,,30.0,Masters,Yes,YesValid,40.0,zero +9879,Mid,USA,O,10,E,DBA,N,20,,4,,PB,,,200.0,Bachelors (4 years),Yes,N,45.0,zero +9880,Very High,USA,M,12,E,M,Y,10,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesExpired,60.0,one +9881,Very High,Australia,T,15,I,A,Y,3,,0,,SG,,,5.0,Bachelors (4 years),,YesValid,40.0,zero +9882,Very High,USA,M,20,E,DA,N,8,,0,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9883,Low,UK,M,12,E,DBA,N,2,,0,,PB,,,200.0,Bachelors (4 years),No,N,39.0,zero +9884,Very High,USA,M,20,E,M,Y,10,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,five +9885,Low,USA,M,2,E,D,N,2,,2,,PB,,,4.0,Masters,Yes,N,45.0,zero +9886,Very Low,UK,M,16,E,DBA,Y,4,,2,,FG,,,150.0,Bachelors (4 years),No,N,42.0,zero +9887,Low,USA,M,2,E,DA,N,1,,3,,PB,,,10.0,Bachelors (4 years),No,N,42.0,zero +9888,Very Low,UK,M,6,E,DBA,N,6,,2,,PB,,,200.0,Associates (2 years),Yes,N,40.0,zero +9889,Very Low,Ireland,T,1,EC,AN,Y,1,,6,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +9890,Low,Australia,M,2,E,AN,N,1,,1,,PB,,,2.0,Masters,No,YesValid,40.0,two +9891,Very Low,USA,M,10,E,DS,Y,12,,0,,SG,,,3.0,Masters,No,N,40.0,zero +9892,Low,Australia,,1,E,M,Y,3,,0,,PB,,,6.0,Bachelors (4 years),No,YesValid,40.0,zero +9893,Very High,USA,O,18,E,M,N,1,,0,,PB,,,1500.0,Bachelors (4 years),No,YesValid,45.0,five +9894,Very High,USA,M,8,E,M,Y,3,,0,,PB,,,8.0,Masters,Yes,N,40.0,zero +9895,Very High,USA,M,18,E,A,Y,4,,0,,PB,,,6.0,Associates (2 years),,YesExpired,55.0,zero +9896,High,USA,M,20,E,M,Y,4,,0,,PB,,,12.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9897,High,Canada,M,14,E,DBA,N,21,,1,,SG,,,36.0,Bachelors (4 years),Yes,N,40.0,zero +9898,Low,USA,M,3,E,AN,N,3,,5,,PB,,,10000.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9899,Low,USA,M,4,E,,N,5,,3,,PB,,,50.0,Bachelors (4 years),No,YesValid,40.0,five +9900,High,USA,M,13,E,DBA,N,13,,0,,PB,,,100.0,Bachelors (4 years),Yes,N,50.0,five +9901,Mid,USA,M,5,E,DBA,N,5,,2,,PB,,,300.0,Masters,Yes,N,50.0,two +9902,High,USA,M,15,E,DBA,N,6,,5,,PB,,,700.0,Bachelors (4 years),Yes,YesExpired,45.0,five +9903,Very High,USA,M,15,E,DBA,N,8,,0,,FG,,,0.0,Bachelors (4 years),No,N,40.0,zero +9904,High,USA,M,12,E,AN,N,14,,1,,PB,,,4.0,Bachelors (4 years),No,YesValid,50.0,one +9905,Very Low,USA,M,14,E,DT,N,14,,3,,PB,,,4.0,None (no degree completed),,N,40.0,zero +9906,Mid,USA,M,6,E,DBA,N,3,,1,,PB,,,140.0,Bachelors (4 years),No,YesValid,40.0,zero +9907,Mid,USA,M,3,E,DBA,Y,1,,1,,FG,,,30.0,Associates (2 years),Yes,YesValid,44.0,zero +9908,Very Low,UK,M,10,E,DT,Y,8,,1,,PB,,,7.0,None (no degree completed),,N,40.0,zero +9909,High,USA,M,19,E,DBA,N,20,,1,,PB,,,20.0,Bachelors (4 years),No,YesExpired,43.0,zero +9910,Mid,USA,M,10,E,DBA,N,6,,0,,PB,,,20.0,Associates (2 years),Yes,N,48.0,zero +9911,Very High,USA,,7,E,E,N,4,,6,,PB,,,5.0,Bachelors (4 years),No,N,50.0,zero +9912,Low,USA,M,4,E,DBA,N,1,,1,,PB,,,45.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9913,Very Low,USA,T,1,E,D,N,1,,3,,PB,,,2.0,Bachelors (4 years),No,YesValid,45.0,one +9914,Very High,USA,M,15,I,DBA,Y,6,,3,,PB,,,200.0,None (no degree completed),,YesExpired,50.0,five +9915,Very High,USA,M,18,E,DBA,N,11,,4,,PB,,,350.0,None (no degree completed),,N,55.0,two +9916,Very High,USA,M,5,E,D,Y,5,,1,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +9917,Low,USA,M,1,E,AN,N,1,,2,,PB,,,5.0,Masters,No,N,36.0,zero +9918,Very Low,Brazil,M,6,E,,Y,1,,4,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +9919,Very High,USA,M,15,E,A,N,20,,0,,PB,,,300.0,None (no degree completed),,YesExpired,50.0,five +9920,Mid,USA,P,0,E,AN,N,0,,6,,PB,,,10.0,Bachelors (4 years),No,N,45.0,zero +9921,High,USA,M,10,E,D,N,12,,0,,PB,,,11.0,Bachelors (4 years),No,YesValid,45.0,zero +9922,Very High,USA,M,13,E,DBA,N,13,,4,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,45.0,two +9923,Very Low,Singapore,M,10,E,DT,N,4,,0,,PB,,,3.0,None (no degree completed),No,YesExpired,40.0,zero +9924,High,USA,M,8,E,DBA,Y,8,,1,,PB,,,110.0,Bachelors (4 years),Yes,YesValid,40.0,five +9925,High,USA,M,11,E,M,Y,2,,0,,PB,,,12.0,Associates (2 years),Yes,YesValid,45.0,zero +9926,Very High,USA,M,15,E,DBA,N,1,,3,,PB,,,150.0,Bachelors (4 years),Yes,N,45.0,zero +9927,Very High,USA,M,12,EC,A,N,2,,3,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,50.0,zero +9928,Low,USA,M,14,E,DBA,N,1,,2,,LG,,,60.0,None (no degree completed),,N,40.0,zero +9929,Mid,USA,M,15,EC,A,N,9,,1,,PB,,,25.0,None (no degree completed),,N,50.0,four +9930,Mid,New-Zealand,M,10,EC,D,Y,3,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,42.0,zero +9931,Mid,USA,M,10,E,DBA,N,8,,5,,PB,,,150.0,Bachelors (4 years),Yes,N,50.0,one +9932,Very Low,CzechRepublic,M,12,E,DT,N,15,,1,,PB,,,8.0,Associates (2 years),,YesValid,3.0,zero +9933,Very Low,Netherlands,M,15,E,DBA,N,5,,6,,PB,,,500.0,Bachelors (4 years),No,YesValid,60.0,two +9934,Very Low,India,M,6,E,DBA,Y,6,,0,,PB,,,157.0,Masters,Yes,YesExpired,50.0,one +9935,Very Low,South-Africa,M,4,E,DA,N,2,,2,,PB,,,4.0,Associates (2 years),Yes,YesExpired,40.0,zero +9936,Very Low,Russia,M,4,E,DA,N,4,,6,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9937,Very Low,Russia,M,4,E,DA,N,4,,6,,PB,,,4.0,Bachelors (4 years),Yes,N,40.0,zero +9938,Very Low,Poland,M,5,E,E,Y,5,,6,,PB,,,500.0,Masters,Yes,N,40.0,zero +9939,Low,South-Africa,M,17,E,DT,N,17,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +9940,High,UK,M,8,E,DT,N,3,,6,,PB,,,2.0,Masters,Yes,YesValid,35.0,two +9941,Very Low,Austria,,2,E,D,N,2,,0,,PB,,,10.0,Associates (2 years),,YesValid,38.0,zero +9942,Low,Israel,M,20,E,DBA,N,3,,5,,PB,,,30.0,Masters,No,N,45.0,zero +9943,Very Low,Finland,M,20,E,A,Y,4,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,30.0,one +9944,Very Low,UK,M,6,E,DBA,N,2,,1,,PB,,,150.0,Masters,Yes,N,45.0,zero +9945,Very Low,UK,M,6,E,DT,N,5,,6,,PB,,,500.0,Bachelors (4 years),No,N,42.0,zero +9946,Very Low,India,M,4,E,DBA,N,5,,6,,PB,,,8.0,Bachelors (4 years),Yes,N,38.0,zero +9947,Very Low,Germany,M,1,E,DBA,N,1,,3,,PB,,,73.0,Masters,Yes,N,40.0,zero +9948,Very Low,Sweden,M,10,E,DBA,N,10,,3,,PB,,,80.0,None (no degree completed),,N,40.0,three +9949,Mid,Germany,M,12,E,AN,N,17,,5,,PB,,,250.0,Masters,No,N,40.0,zero +9950,Very Low,Spain,M,1,E,D,N,1,,1,,PB,,,2.0,None (no degree completed),,N,30.0,zero +9951,Mid,Australia,M,10,EC,DBA,Y,10,,4,,FG,,,250.0,Masters,Yes,YesExpired,35.0,five +9952,Very Low,France,M,8,EC,DBA,N,5,,0,,PB,,,50.0,Associates (2 years),Yes,YesValid,38.0,zero +9953,Very Low,Ireland,M,3,EC,DBA,N,1,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,40.0,one +9954,Very Low,UK,M,10,E,D,N,3,,1,,SG,,,5.0,None (no degree completed),,YesValid,37.0,zero +9955,Very Low,UK,M,5,E,DBA,N,5,,6,,PB,,,400.0,Bachelors (4 years),Yes,N,38.0,one +9956,Very Low,UK,M,23,E,DBA,Y,4,,1,,PB,,,47.0,Associates (2 years),Yes,N,30.0,zero +9957,Very Low,Ireland,M,6,E,DBA,N,2,,0,,PB,,,6.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9958,Very High,USA,M,17,E,M,Y,3,,2,,PB,,,150.0,Bachelors (4 years),Yes,N,45.0,zero +9959,Very Low,UK,M,10,E,DBA,N,4,,1,,PB,,,150.0,None (no degree completed),No,N,40.0,zero +9960,Mid,Belgium,SAP,1,I,A,N,1,,6,,PB,,,2.0,Doctorate/PhD,No,N,40.0,three +9961,High,UK,M,11,E,A,N,4,,0,,PB,,,15.0,Associates (2 years),Yes,YesValid,38.0,one +9962,Mid,USA,M,15,E,A,N,2,,0,,PB,,,100.0,Bachelors (4 years),No,N,45.0,zero +9963,Very High,USA,M,12,EC,A,Y,3,,5,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,50.0,two +9964,Very Low,Germany,M,5,EC,DBA,N,1,,1,,PB,,,30.0,Masters,No,N,40.0,zero +9965,Very Low,UK,M,3,E,DBA,N,2,,0,,PB,,,8.0,None (no degree completed),,N,45.0,zero +9966,Very Low,UK,M,4,E,DBA,N,4,,1,,FG,,,150.0,None (no degree completed),,N,36.0,zero +9967,Very Low,France,M,16,E,DBA,N,16,,0,,PB,,,4.0,Associates (2 years),Yes,N,42.0,zero +9968,Mid,Ireland,O,17,E,DBA,N,19,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,44.0,zero +9969,Mid,UK,M,18,I,DT,N,18,,0,,PB,,,10.0,None (no degree completed),,N,35.0,zero +9970,Mid,USA,M,16,E,DT,N,10,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,41.0,zero +9971,Very Low,CzechRepublic,M,4,E,A,N,1,,1,,PB,,,250.0,Masters,Yes,N,40.0,zero +9972,Mid,UK,M,12,E,DT,N,10,,1,,PB,,,2.0,Bachelors (4 years),No,N,40.0,one +9973,High,USA,O,16,E,DBA,N,16,,2,,PB,,,300.0,Associates (2 years),Yes,N,45.0,one +9974,Low,UK,M,16,E,DBA,N,8,,0,,PB,,,12.0,None (no degree completed),,YesExpired,40.0,two +9975,Very Low,India,M,8,E,DT,Y,5,,3,,PB,,,3.0,Masters,Yes,N,45.0,one +9976,Very Low,USA,M,6,E,D,N,6,,3,,SG,,,12.0,Bachelors (4 years),No,YesExpired,40.0,zero +9977,Low,USA,M,2,E,AN,N,2,,3,,PB,,,5.0,Masters,No,N,40.0,zero +9978,High,USA,M,17,E,M,Y,10,,1,,PB,,,10.0,None (no degree completed),,YesExpired,50.0,zero +9979,Very High,USA,M,3,E,DBA,N,2,,2,,FG,,,8.0,Associates (2 years),Yes,YesValid,40.0,zero +9980,Very Low,UK,M,16,E,D,Y,2,,1,,LG,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9981,Low,UK,M,11,I,D,N,6,,3,,LG,,,40.0,Masters,Yes,N,45.0,zero +9982,High,USA,M,8,E,E,N,8,,6,,PB,,,95.0,None (no degree completed),,N,40.0,five +9983,Mid,USA,M,15,E,M,Y,7,,0,,PB,,,2.0,None (no degree completed),,N,50.0,zero +9984,Very Low,UK,M,9,E,DBA,N,2,,1,,PB,,,15.0,None (no degree completed),No,YesValid,40.0,zero +9985,Very High,USA,M,20,E,M,Y,1,,0,,PB,,,600.0,Bachelors (4 years),Yes,N,40.0,zero +9986,Very Low,UK,M,7,E,DBA,N,7,,1,,FG,,,300.0,None (no degree completed),,YesValid,40.0,zero +9987,Very High,USA,M,16,E,A,N,10,,0,,PB,,,3.0,Bachelors (4 years),Yes,N,55.0,two +9988,Low,USA,M,7,E,DT,N,7,,2,,PB,,,6.0,Bachelors (4 years),No,N,40.0,one +9989,Very High,USA,M,20,E,DT,Y,10,,1,,PB,,,4.0,Bachelors (4 years),No,N,40.0,zero +9990,Very High,USA,M,10,E,A,N,5,,0,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,45.0,two +9991,High,USA,M,5,E,DBA,N,5,,0,,PB,,,6.0,Masters,Yes,N,45.0,five +9992,Very Low,UK,M,1,E,D,N,1,,2,,PB,,,3.0,Bachelors (4 years),No,N,8.0,zero +9993,Low,UK,M,10,E,M,Y,5,,3,,PB,,,4.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +9994,Very Low,Poland,M,10,E,A,N,10,,0,,PB,,,10.0,Masters,Yes,YesValid,40.0,one +9995,High,USA,M,16,E,DT,N,3,,5,,PB,,,10.0,Bachelors (4 years),Yes,YesValid,50.0,five +9996,Very High,USA,M,20,I,A,N,6,,1,,PB,,,3.0,Bachelors (4 years),Yes,N,40.0,one +9997,High,USA,M,10,E,E,N,4,,2,,PB,,,2.0,Bachelors (4 years),Yes,YesValid,40.0,zero +9998,Very Low,USA,M,3,E,,Y,12,,2,,PB,,,5.0,Associates (2 years),No,N,50.0,zero +9999,High,USA,M,6,EC,DT,N,6,,2,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +10000,Low,USA,M,15,E,DA,N,2,,0,,SG,,,3.0,Bachelors (4 years),Yes,N,40.0,zero +10001,Mid,USA,M,17,E,DBA,N,12,,6,,PB,,,150.0,Associates (2 years),,YesExpired,40.0,zero +10002,Very High,USA,M,16,EC,A,N,3,,4,,PB,,,20.0,Bachelors (4 years),Yes,YesExpired,50.0,three +10003,Mid,USA,M,5,E,DBA,N,2,,2,,PB,,,75.0,Bachelors (4 years),Yes,N,40.0,one +10004,Very Low,Hungary,M,10,E,DT,N,6,,0,,PB,,,1.0,None (no degree completed),,N,40.0,zero +10005,Low,USA,M,15,E,M,Y,1,,0,,PB,,,300.0,None (no degree completed),,N,45.0,zero +10006,Low,USA,M,6,E,DBA,N,5,,1,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,45.0,five +10007,Very High,USA,M,10,E,DBA,Y,5,,2,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +10008,Very Low,Poland,M,7,E,DBA,N,1,,4,,PB,,,15.0,Masters,Yes,YesExpired,40.0,five +10009,Low,USA,M,5,E,DBA,N,5,,1,,PB,,,5.0,None (no degree completed),,YesExpired,45.0,two +10010,Mid,USA,M,7,E,DBA,N,6,,1,,PB,,,29.0,Masters,No,YesExpired,40.0,zero +10011,Very High,USA,M,15,E,E,N,5,,2,,PB,,,200.0,Bachelors (4 years),No,N,40.0,one +10012,High,USA,M,17,E,DT,N,3,,6,,PB,,,300.0,None (no degree completed),No,N,40.0,zero +10013,High,USA,M,20,E,M,Y,3,,0,,SG,,,4.0,Associates (2 years),Yes,YesExpired,45.0,one +10014,Very Low,Hungary,M,6,E,DA,N,7,,2,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,one +10015,Very Low,Netherlands,M,19,EC,E,N,19,,1,,PB,,,500.0,Bachelors (4 years),,YesValid,45.0,one +10016,Very High,USA,M,9,E,DA,Y,7,,0,,PB,,,9.0,None (no degree completed),,N,42.0,five +10017,Low,USA,M,5,E,D,N,1,,0,,PB,,,2.0,Masters,Yes,N,40.0,zero +10018,Mid,USA,O,13,E,DBA,N,16,,2,,LG,,,35.0,Masters,Yes,N,40.0,zero +10019,Very High,USA,M,17,E,A,Y,2,,2,,PB,,,55.0,Bachelors (4 years),Yes,YesValid,50.0,one +10020,Very Low,Austria,M,11,E,M,Y,6,,0,,PB,,,30.0,None (no degree completed),Yes,YesValid,40.0,zero +10021,High,USA,M,17,E,D,N,11,,1,,PB,,,22.0,Masters,No,N,50.0,two +10022,Very High,USA,M,16,E,DBA,N,1,,2,,PB,,,50.0,None (no degree completed),,N,40.0,one +10023,Very Low,Kenya,M,5,E,DBA,N,10,,0,,PB,,,14.0,Bachelors (4 years),No,N,10.0,zero +10024,Very Low,India,M,10,E,M,Y,2,,6,,SG,,,100.0,Masters,No,YesExpired,40.0,zero +10025,Very Low,Spain,M,2,E,AN,Y,2,,4,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,one +10026,High,USA,M,16,E,D,Y,1,,1,,PB,,,10.0,Masters,Yes,N,40.0,zero +10027,Very Low,Italy,M,6,E,DA,Y,6,,6,,PB,,,64.0,Masters,Yes,YesValid,40.0,zero +10028,Mid,USA,O,7,E,DBA,N,7,,3,,PB,,,28.0,Masters,Yes,N,40.0,zero +10029,Low,USA,M,12,E,DBA,N,5,,1,,PB,,,70.0,Bachelors (4 years),Yes,N,45.0,two +10030,Mid,USA,M,18,E,DBA,N,17,,2,,SG,,,70.0,Bachelors (4 years),Yes,N,44.0,two +10031,High,USA,M,10,E,DA,N,38,,2,,PB,,,15.0,None (no degree completed),,N,45.0,zero +10032,Mid,USA,O,4,EC,DBA,N,4,,4,,PB,,,150.0,Masters,Yes,N,40.0,zero +10033,Very High,USA,M,15,E,DBA,N,4,,1,,PB,,,60.0,None (no degree completed),,YesValid,55.0,zero +10034,Mid,USA,M,19,E,DBA,N,18,,0,,LG,,,5.0,Masters,Yes,N,40.0,zero +10035,High,USA,M,20,E,DBA,N,8,,3,,LG,,,225.0,Doctorate/PhD,No,YesExpired,40.0,zero +10036,Low,USA,M,4,E,DBA,Y,4,,0,,LG,,,3.0,None (no degree completed),,N,40.0,zero +10037,Mid,USA,M,20,E,DBA,N,20,,5,,PB,,,50.0,Masters,Yes,YesExpired,45.0,two +10038,Low,USA,M,10,E,DBA,N,5,,3,,PB,,,60.0,Associates (2 years),No,N,50.0,three +10039,Mid,USA,M,13,E,DBA,N,7,,4,,PB,,,100.0,Masters,Yes,YesValid,45.0,four +10040,Mid,USA,M,8,E,DBA,N,6,,0,,PB,,,48.0,Bachelors (4 years),Yes,N,40.0,five +10041,Very High,USA,M,17,E,DBA,N,17,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,one +10042,Very High,USA,M,6,E,DBA,N,6,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,45.0,one +10043,Low,USA,M,4,E,DBA,N,5,,0,,PB,,,2.0,Masters,Yes,N,55.0,zero +10044,Low,USA,M,10,E,DT,N,7,,3,,LG,,,10.0,Bachelors (4 years),Yes,N,48.0,zero +10045,High,USA,M,13,E,M,Y,1,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,42.0,zero +10046,High,USA,M,17,EC,DBA,N,15,,0,,PB,,,10.0,Masters,Yes,N,40.0,zero +10047,Very Low,Brazil,M,9,E,DBA,N,5,,6,,SG,,,12.0,Bachelors (4 years),Yes,N,40.0,zero +10048,Mid,USA,M,10,E,DBA,N,1,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10049,High,USA,M,7,E,E,N,4,,6,,PB,,,30.0,Bachelors (4 years),No,N,40.0,zero +10050,Mid,Canada,M,17,E,DBA,N,3,,0,,PB,,,75.0,Bachelors (4 years),Yes,N,45.0,zero +10051,Mid,USA,M,6,E,DT,N,6,,6,,PB,,,1.0,None (no degree completed),,YesExpired,40.0,five +10052,Mid,USA,M,15,E,DT,N,15,,0,,PB,,,185.0,None (no degree completed),,YesExpired,40.0,zero +10053,Low,USA,M,12,E,AN,N,12,,6,,PB,,,8.0,Masters,Yes,N,35.0,five +10054,Low,USA,M,5,E,AN,Y,8,,2,,SG,,,4.0,Associates (2 years),Yes,YesExpired,60.0,two +10055,Low,USA,M,10,E,DBA,Y,4,,0,,LG,,,10.0,Masters,Yes,N,40.0,zero +10056,Low,USA,M,4,E,M,N,4,,0,,PB,,,1.0,Associates (2 years),Yes,N,45.0,zero +10057,Mid,Denmark,M,8,E,DBA,N,0,,3,,PB,,,700.0,Associates (2 years),Yes,YesExpired,40.0,zero +10058,Very Low,USA,M,4,E,E,N,4,,0,,PB,,,10.0,Bachelors (4 years),No,YesExpired,50.0,two +10059,Very Low,USA,M,4,E,DA,N,5,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +10060,Low,Germany,M,6,E,DA,N,10,,1,,PB,,,25.0,Masters,Yes,N,42.0,zero +10061,Low,Canada,M,7,E,DBA,N,7,,0,,PB,,,20.0,Masters,Yes,YesValid,35.0,zero +10062,Mid,USA,M,14,E,DBA,N,3,,0,,PB,,,35.0,None (no degree completed),,YesExpired,50.0,zero +10063,High,USA,M,11,E,DBA,N,10,,0,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +10064,High,USA,M,10,E,A,Y,1,,0,,PB,,,10.0,Bachelors (4 years),Yes,N,50.0,two +10065,High,USA,M,12,E,DBA,N,20,,1,,PB,,,110.0,Bachelors (4 years),No,YesExpired,40.0,one +10066,Mid,USA,M,9,E,DBA,N,9,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,five +10067,Low,UK,M,16,E,D,Y,16,,1,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,38.0,zero +10068,Very Low,Syria,M,2,E,DBA,Y,2,,0,,PB,,,3.0,Associates (2 years),Yes,N,48.0,zero +10069,High,USA,M,20,E,DA,Y,22,,0,,PB,,,8.0,None (no degree completed),,YesExpired,45.0,zero +10070,Low,USA,M,20,I,DT,N,16,,3,,PB,,,6.0,Bachelors (4 years),Yes,N,25.0,two +10071,Low,Germany,M,12,E,DA,N,13,,1,,PB,,,10.0,None (no degree completed),,N,40.0,zero +10072,High,USA,M,9,E,DBA,N,6,,1,,PB,,,8.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +10073,Low,USA,M,1,EC,AN,N,1,,6,,PB,,,1.0,Bachelors (4 years),No,N,40.0,zero +10074,Low,New-Zealand,M,18,E,D,N,11,,0,,FG,,,15.0,Bachelors (4 years),Yes,N,40.0,one +10075,Low,USA,M,6,E,DBA,N,4,,2,,PB,,,165.0,Bachelors (4 years),Yes,YesExpired,40.0,one +10076,Mid,USA,M,8,E,DBA,N,1,,2,,PB,,,200.0,Bachelors (4 years),Yes,YesExpired,50.0,three +10077,Very High,USA,M,16,E,M,Y,10,,6,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,45.0,three +10078,Very High,USA,M,20,E,DBA,N,20,,1,,PB,,,140.0,Masters,No,YesExpired,45.0,zero +10079,Low,USA,M,6,E,DBA,N,3,,0,,PB,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +10080,Very High,USA,O,19,E,E,N,19,,6,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,40.0,four +10081,Mid,Australia,M,17,E,DT,N,5,,0,,PB,,,35.0,None (no degree completed),,N,40.0,zero +10082,High,USA,M,15,E,DBA,N,18,,0,,PB,,,40.0,Bachelors (4 years),No,YesExpired,45.0,zero +10083,Very High,USA,M,16,E,A,Y,5,,0,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10084,Low,USA,M,5,E,D,N,3,,1,,PB,,,4.0,Masters,Yes,YesValid,40.0,zero +10085,Very Low,Canada,M,7,E,DA,N,7,,5,,LG,,,6.0,Bachelors (4 years),Yes,YesExpired,35.0,zero +10086,Mid,USA,M,19,E,DBA,N,11,,3,,PB,,,100.0,Associates (2 years),No,YesExpired,55.0,one +10087,High,USA,M,12,E,DT,N,12,,0,,FG,,,4.0,Bachelors (4 years),No,N,40.0,zero +10088,Very Low,India,M,6,E,DBA,N,6,,3,,PB,,,500.0,Masters,Yes,N,43.0,five +10089,Very Low,USA,M,1,E,AN,N,1,,5,,PB,,,4.0,Bachelors (4 years),No,N,45.0,zero +10090,Low,USA,M,1,E,DBA,N,1,,0,,FG,,,2.0,Associates (2 years),No,YesValid,40.0,zero +10091,Very Low,USA,DB2,2,E,AN,N,3,,6,,PB,,,5.0,Bachelors (4 years),No,N,42.0,zero +10092,Very High,USA,M,17,E,A,Y,6,,0,,PB,,,5.0,Masters,No,N,60.0,zero +10093,High,USA,M,13,E,DBA,N,6,,6,,PB,,,1100.0,None (no degree completed),,YesValid,50.0,five +10094,Very High,USA,RDS,5,E,E,N,2,,6,,PB,,,100000.0,Bachelors (4 years),No,YesExpired,50.0,zero +10095,Very High,USA,M,16,E,DBA,N,2,,3,,PB,,,500.0,Masters,Yes,YesExpired,40.0,three +10096,Low,USA,M,3,E,DBA,N,3,,1,,SG,,,28.0,Bachelors (4 years),Yes,N,40.0,two +10097,Low,New-Zealand,M,15,E,AN,N,8,,0,,PB,,,7.0,Masters,No,N,40.0,zero +10098,Very High,USA,M,17,E,A,N,2,,0,,PB,,,28.0,Bachelors (4 years),No,N,50.0,zero +10099,Mid,USA,M,21,E,DBA,N,6,,0,,PB,,,15.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10100,High,USA,M,15,E,DBA,N,5,,0,,PB,,,2.0,Masters,No,N,45.0,five +10101,Very Low,India,M,2,E,DBA,N,5,,2,,PB,,,350.0,Associates (2 years),No,N,45.0,zero +10102,Mid,USA,M,10,E,E,N,5,,1,,PB,,,12.0,Masters,Yes,YesValid,50.0,one +10103,Very Low,Netherlands,M,10,E,DBA,N,1,,1,,PB,,,15.0,Associates (2 years),Yes,N,40.0,three +10104,Very High,USA,M,15,E,M,Y,25,,0,,PB,,,15.0,Bachelors (4 years),Yes,N,50.0,zero +10105,Very Low,Bulgaria,M,13,E,DT,Y,5,,0,,PB,,,15.0,Masters,Yes,YesValid,45.0,zero +10106,Low,Sweden,M,16,E,DBA,Y,5,,5,,PB,,,200.0,Masters,No,YesValid,42.0,zero +10107,Very Low,India,M,1,E,DBA,N,2,,2,,PB,,,2.0,Bachelors (4 years),No,N,40.0,zero +10108,High,Norway,M,10,EC,DT,N,2,,2,,PB,,,5.0,Masters,Yes,N,37.0,zero +10109,Very Low,Belgium,O,10,E,DBA,N,10,,6,,PB,,,250.0,Bachelors (4 years),Yes,YesValid,45.0,zero +10110,Very Low,Sweden,M,3,E,DA,Y,3,,6,,PB,,,20.0,Bachelors (4 years),Yes,YesValid,45.0,one +10111,Very Low,Serbia-and-Montenegro,M,10,E,DA,Y,10,,0,,PB,,,5.0,Masters,Yes,N,40.0,zero +10112,Very Low,UK,O,8,E,DBA,N,3,,1,,PB,,,30.0,None (no degree completed),,N,38.0,one +10113,Mid,USA,O,20,E,DBA,N,15,,1,,PB,,,35.0,Bachelors (4 years),Yes,N,45.0,zero +10114,Very Low,UK,M,10,E,DBA,Y,25,,1,,SG,,,25.0,Masters,No,N,38.0,one +10115,Very Low,Sweden,M,3,E,DBA,N,3,,0,,LG,,,60.0,Associates (2 years),No,N,40.0,zero +10116,Low,UK,O,15,E,DBA,Y,2,,2,,PB,,,60.0,Masters,Yes,YesExpired,42.0,one +10117,Very Low,UK,M,20,E,DT,N,1,,1,,PB,,,4.0,Bachelors (4 years),No,YesExpired,40.0,zero +10118,Very Low,Italy,M,20,EC,DBA,N,26,,3,,PB,,,200.0,None (no degree completed),,YesExpired,45.0,zero +10119,Very Low,Romania,M,8,E,DBA,N,7,,0,,PB,,,6.0,None (no degree completed),,YesValid,40.0,one +10120,Very High,USA,M,16,E,DBA,Y,4,,0,,PB,,,1200.0,Associates (2 years),No,YesExpired,50.0,zero +10121,Very Low,Serbia-and-Montenegro,P,5,E,DBA,N,9,,1,,PB,,,30.0,Bachelors (4 years),Yes,YesExpired,44.0,zero +10122,Very Low,Serbia-and-Montenegro,M,9,E,DBA,Y,2,,1,,PB,,,100.0,None (no degree completed),No,YesExpired,40.0,zero +10123,Mid,USA,M,20,E,DBA,Y,15,,1,,PB,,,80.0,Associates (2 years),Yes,N,40.0,one +10124,Mid,USA,M,15,E,DBA,Y,2,,2,,FG,,,8.0,None (no degree completed),,YesValid,55.0,three +10125,High,USA,M,16,E,DBA,N,16,,5,,PB,,,42.0,Associates (2 years),Yes,N,45.0,zero +10126,Very High,USA,O,12,E,DBA,N,8,,5,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,45.0,three +10127,Low,USA,M,5,E,DBA,N,5,,6,,FG,,,300.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10128,High,USA,M,12,E,DBA,N,23,,3,,PB,,,120.0,Bachelors (4 years),Yes,N,40.0,zero +10129,Very Low,Germany,M,3,E,DBA,Y,5,,1,,PB,,,7.0,None (no degree completed),Yes,YesValid,40.0,zero +10130,High,USA,M,10,E,DA,Y,7,,5,,PB,,,3.0,Bachelors (4 years),Yes,YesValid,45.0,zero +10131,Mid,USA,O,4,E,AN,N,8,,1,,PB,,,10.0,None (no degree completed),,N,40.0,zero +10132,Very Low,Germany,M,5,E,DBA,N,1,,0,,LG,,,70.0,Bachelors (4 years),,N,40.0,zero +10133,Mid,USA,M,12,E,DBA,N,12,,0,,PB,,,35.0,Bachelors (4 years),Yes,N,30.0,zero +10134,High,USA,M,12,E,DBA,N,2,,4,,PB,,,125.0,Bachelors (4 years),Yes,N,40.0,zero +10135,Very Low,UK,M,6,E,DBA,N,3,,0,,PB,,,31.0,None (no degree completed),,N,45.0,zero +10136,Very Low,Colombia,M,2,EC,DBA,N,2,,6,,PB,,,86.0,Masters,Yes,YesValid,48.0,zero +10137,Low,USA,M,3,E,DT,N,3,,0,,PB,,,6.0,Masters,No,YesValid,40.0,zero +10138,Very High,USA,M,18,E,A,N,15,,0,,PB,,,4.0,Bachelors (4 years),No,N,40.0,five +10139,Low,Germany,M,10,EC,E,N,12,,3,,PB,,,100.0,None (no degree completed),,YesValid,45.0,zero +10140,High,Switzerland,M,8,E,D,N,6,,6,,PB,,,8.0,Masters,Yes,YesExpired,42.0,one +10141,Very Low,UK,M,7,E,DBA,N,5,,1,,PB,,,50.0,Bachelors (4 years),Yes,N,35.0,zero +10142,Mid,USA,M,17,E,DBA,N,3,,3,,LG,,,76.0,Associates (2 years),Yes,YesExpired,40.0,zero +10143,Very Low,USA,M,1,E,DBA,N,1,,5,,PB,,,12.0,Associates (2 years),Yes,N,50.0,one +10144,Low,South-Africa,M,10,E,A,Y,10,,2,,PB,,,500.0,Associates (2 years),Yes,YesValid,40.0,zero +10145,Low,USA,M,10,E,DBA,Y,1,,1,,LG,,,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10146,Very High,USA,M,19,E,DBA,N,10,,1,,PB,,,50.0,Bachelors (4 years),No,YesExpired,40.0,one +10147,Very High,USA,M,16,E,A,Y,4,,0,,PB,,,10.0,Associates (2 years),No,N,60.0,one +10148,Very High,Switzerland,M,8,E,E,Y,1,,2,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,45.0,zero +10149,Low,USA,M,4,E,DBA,N,0,,4,,PB,,,300.0,Associates (2 years),,N,50.0,four +10150,Mid,USA,SAP,2,E,D,Y,2,,0,,PB,,,8.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10151,Low,Canada,M,2,E,DBA,N,11,,3,,PB,,,400.0,Masters,Yes,YesExpired,40.0,two +10152,High,USA,M,7,E,DBA,N,7,,0,,PB,,,60.0,Bachelors (4 years),No,YesValid,45.0,zero +10153,Very Low,India,O,10,E,DBA,Y,3,,0,,PB,,,100.0,Bachelors (4 years),No,N,60.0,two +10154,Very High,USA,M,8,E,E,Y,5,,3,,PB,,,200.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10155,High,Canada,M,7,E,M,Y,5,,0,,PB,,,40.0,Bachelors (4 years),Yes,YesExpired,50.0,five +10156,Mid,USA,M,13,E,DBA,N,1,,1,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10157,Very High,USA,P,3,E,M,Y,2,,0,,PB,,,4.0,Bachelors (4 years),Yes,N,45.0,zero +10158,High,USA,M,15,E,M,Y,18,,0,,PB,,,4.0,None (no degree completed),,N,55.0,zero +10159,High,USA,M,16,E,DBA,N,7,,0,,PB,,,115.0,Bachelors (4 years),No,YesExpired,46.0,two +10160,Very High,USA,O,12,E,DBA,N,12,,1,,PB,,,3.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +10161,Very High,USA,M,18,E,A,N,10,,2,,PB,,,20.0,Bachelors (4 years),No,YesExpired,40.0,five +10162,Mid,USA,O,10,E,DA,N,10,,6,,PB,,,5.0,Bachelors (4 years),Yes,N,45.0,zero +10163,Mid,USA,M,8,E,DT,N,4,,3,,PB,,,40.0,Masters,Yes,YesValid,37.0,one +10164,High,USA,O,18,E,DBA,N,11,,2,,SG,,,10.0,None (no degree completed),,YesExpired,40.0,zero +10165,Very High,USA,M,12,E,M,Y,1,,1,,PB,,,50.0,Masters,Yes,N,45.0,zero +10166,High,Canada,M,20,E,DBA,N,6,,6,,SG,,,200.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10167,Mid,Ireland,M,15,E,DT,N,19,,6,,PB,,,21.0,Bachelors (4 years),Yes,YesExpired,50.0,zero +10168,Mid,USA,M,8,EC,DBA,N,2,,6,,PB,,,300.0,Masters,No,YesExpired,45.0,zero +10169,Low,USA,M,8,E,DBA,Y,1,,0,,SG,,,8.0,Bachelors (4 years),Yes,N,38.0,zero +10170,Low,UK,M,12,E,DBA,N,6,,0,,PB,,,30.0,Bachelors (4 years),Yes,YesValid,38.0,one +10171,Low,USA,M,5,E,DBA,N,4,,6,,PB,,,600.0,Associates (2 years),Yes,N,45.0,one +10172,Mid,USA,M,6,EC,DBA,N,7,,6,,PB,,,200.0,Bachelors (4 years),No,N,45.0,three +10173,Mid,USA,M,7,E,E,N,1,,1,,PB,,,20.0,Associates (2 years),Yes,N,40.0,zero +10174,Mid,USA,M,17,E,DBA,N,5,,2,,PB,,,115.0,Associates (2 years),Yes,YesValid,50.0,zero +10175,High,USA,M,21,E,DBA,Y,15,,6,,FG,,,125.0,Bachelors (4 years),Yes,N,45.0,one +10176,Low,Australia,M,4,E,DBA,N,1,,0,,PB,,,25.0,Bachelors (4 years),Yes,YesExpired,40.0,one +10177,Very Low,South-Africa,M,10,E,DBA,N,10,,6,,PB,,,38.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10178,Low,USA,M,12,E,DBA,N,10,,0,,PB,,,2.0,Associates (2 years),,N,45.0,zero +10179,Very Low,Russia,M,13,E,D,N,6,,1,,PB,,,10.0,Masters,Yes,N,50.0,zero +10180,Very Low,Russia,O,15,I,DBA,N,8,,1,,PB,,,10.0,Masters,Yes,YesValid,40.0,four +10181,Very Low,New-Zealand,M,6,E,DT,N,6,,0,,PB,,,12.0,Bachelors (4 years),Yes,N,40.0,zero +10182,Very Low,Sweden,M,1,E,DBA,N,1,,3,,LG,,,500.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10183,Very High,Germany,M,20,I,A,Y,22,,6,,PB,,,150.0,Masters,Yes,YesValid,60.0,three +10184,Low,UK,M,16,E,A,Y,8,,0,,FG,,,6.0,Bachelors (4 years),No,N,43.0,zero +10185,Very Low,UK,M,15,E,DBA,N,30,,0,,PB,,,20.0,Masters,Yes,YesExpired,40.0,zero +10186,Very Low,India,M,10,E,DT,N,8,,1,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10187,Very Low,Sweden,M,6,E,DBA,N,6,,3,,LG,,,300.0,Bachelors (4 years),Yes,N,38.0,zero +10188,Very Low,South-Africa,M,8,I,D,Y,2,,1,,PB,,,3.0,None (no degree completed),,YesValid,40.0,two +10189,Very High,USA,M,17,E,A,N,5,,0,,PB,,,12.0,Associates (2 years),No,YesExpired,45.0,zero +10190,Low,Austria,M,15,E,DBA,N,3,,4,,PB,,,50.0,Bachelors (4 years),,N,50.0,zero +10191,Low,Sweden,M,19,EC,DBA,Y,16,,2,,PB,,,20.0,Bachelors (4 years),No,N,40.0,zero +10192,Very Low,Spain,M,5,I,DBA,N,4,,3,,PB,,,15.0,Masters,Yes,YesValid,40.0,five +10193,Very Low,Croatia,M,6,E,DBA,N,6,,6,,PB,,,90.0,Bachelors (4 years),No,YesValid,50.0,five +10194,Low,UK,M,10,E,D,N,5,,3,,PB,,,50.0,Masters,Yes,YesValid,40.0,zero +10195,Very High,USA,M,7,I,DS,N,3,,0,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,five +10196,Mid,Germany,M,18,E,A,N,18,,5,,PB,,,50.0,Masters,No,YesValid,40.0,one +10197,Mid,USA,M,15,E,DBA,N,15,,1,,PB,,,15.0,None (no degree completed),,N,50.0,zero +10198,Very High,Denmark,M,15,E,D,N,13,,0,,PB,,,25.0,Associates (2 years),,YesExpired,38.0,zero +10199,Very High,USA,M,18,EC,DBA,Y,1,,3,,PB,,,30.0,Bachelors (4 years),No,YesExpired,40.0,zero +10200,High,USA,M,8,E,E,N,3,,1,,PB,,,1000.0,Bachelors (4 years),No,YesValid,40.0,five +10201,Very High,USA,M,17,E,DBA,N,7,,1,,PB,,,30.0,Masters,No,YesExpired,50.0,zero +10202,Very Low,South-Africa,M,10,E,DBA,N,1,,1,,PB,,,50.0,None (no degree completed),No,YesExpired,50.0,zero +10203,High,Germany,M,15,I,A,N,10,,2,,PB,,,30.0,Masters,,YesValid,60.0,two +10204,Mid,Ireland,M,7,E,DBA,N,8,,4,,PB,,,16.0,None (no degree completed),,YesValid,38.0,zero +10205,Low,USA,M,2,E,DBA,N,2,,1,,PB,,,8.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10206,Mid,USA,M,12,E,DT,N,2,,1,,PB,,,5.0,Bachelors (4 years),No,N,45.0,zero +10207,High,USA,M,5,EC,D,N,4,,6,,PB,,,1.0,Bachelors (4 years),Yes,YesValid,40.0,five +10208,Low,USA,M,25,E,DA,N,28,,6,,SG,,,20.0,Bachelors (4 years),Yes,YesValid,64.0,zero +10209,Low,South-Africa,M,10,E,DBA,Y,5,,0,,PB,,,11000.0,None (no degree completed),,YesValid,60.0,two +10210,Very Low,India,O,6,E,,N,4,,2,,PB,,,40.0,Masters,Yes,YesValid,40.0,three +10211,High,USA,M,15,E,DBA,N,10,,1,,PB,,,35.0,Masters,Yes,N,45.0,zero +10212,High,USA,M,15,E,DT,Y,15,,3,,PB,,,30.0,Bachelors (4 years),Yes,N,40.0,five +10213,Very High,USA,M,12,EC,D,N,7,,0,,PB,,,20.0,Masters,Yes,YesExpired,40.0,zero +10214,High,USA,M,17,E,DBA,N,10,,0,,PB,,,75.0,Bachelors (4 years),No,N,40.0,four +10215,High,USA,M,5,E,D,N,2,,0,,PB,,,4.0,Bachelors (4 years),No,YesValid,40.0,zero +10216,High,USA,M,4,E,DT,N,4,,6,,PB,,,4.0,Doctorate/PhD,No,N,45.0,zero +10217,Very Low,Canada,M,5,E,DA,N,5,,6,,PB,,,8.0,Bachelors (4 years),Yes,N,40.0,zero +10218,Very High,USA,M,17,EC,DBA,N,17,,0,,FG,,,5.0,None (no degree completed),,YesValid,40.0,two +10219,High,USA,M,10,E,DBA,N,2,,1,,PB,,,50.0,Bachelors (4 years),No,YesExpired,40.0,one +10220,Mid,USA,M,9,E,E,N,3,,1,,PB,,,36.0,Bachelors (4 years),Yes,YesExpired,48.0,zero +10221,Low,USA,M,4,E,DBA,N,4,,2,,PB,,,177.0,Associates (2 years),Yes,YesValid,45.0,zero +10222,High,USA,M,5,E,M,Y,3,,2,,PB,,,20.0,Associates (2 years),Yes,YesExpired,45.0,zero +10223,High,USA,M,14,EC,DBA,Y,10,,3,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,45.0,one +10224,Very Low,USA,M,2,E,DBA,N,2,,3,,PB,,,350.0,Bachelors (4 years),Yes,N,45.0,zero +10225,High,USA,M,8,EC,DBA,N,2,,6,,SG,,,8.0,Masters,No,N,40.0,zero +10226,Low,USA,M,4,E,DT,Y,4,,5,,PB,,,3.0,Masters,Yes,YesExpired,40.0,zero +10227,Very Low,Croatia,M,5,E,DT,N,5,,6,,PB,,,30.0,Masters,Yes,YesValid,50.0,zero +10228,Very High,USA,M,20,E,M,Y,10,,0,,PB,,,5.0,Bachelors (4 years),No,N,45.0,zero +10229,Low,Sweden,P,10,E,DT,N,1,,6,,PB,,,0.0,Masters,Yes,YesValid,40.0,zero +10230,Very High,USA,M,16,E,DBA,N,11,,2,,PB,,,100.0,Bachelors (4 years),Yes,YesExpired,42.0,zero +10231,Mid,USA,M,5,E,DA,N,5,,1,,PB,,,6.0,Bachelors (4 years),Yes,YesExpired,45.0,one +10232,Very Low,Canada,M,3,E,AN,N,2,,2,,SG,,,5.0,Bachelors (4 years),Yes,N,40.0,zero +10233,Very High,USA,M,18,E,DBA,N,16,,1,,PB,,,60.0,Bachelors (4 years),Yes,N,45.0,zero +10234,Very High,USA,M,17,E,DBA,N,15,,3,,PB,,,20.0,Masters,Yes,N,40.0,one +10235,Mid,USA,M,17,E,DBA,N,1,,1,,PB,,,5.0,Associates (2 years),Yes,N,42.0,zero +10236,Very Low,USA,M,6,E,DBA,N,6,,1,,PB,,,24.0,Associates (2 years),Yes,YesValid,45.0,two +10237,Very Low,Russia,M,4,E,M,Y,2,,0,,PB,,,5.0,Bachelors (4 years),No,YesValid,48.0,zero +10238,Very Low,India,M,6,E,D,N,1,,3,,PB,,,10.0,Bachelors (4 years),No,N,50.0,zero +10239,Very Low,Lithuania,M,10,E,DBA,Y,10,,2,,PB,,,60.0,Bachelors (4 years),Yes,N,40.0,zero +10240,Very Low,UK,M,2,E,E,N,4,,0,,PB,,,95.0,None (no degree completed),No,N,38.0,zero +10241,Low,UK,O,16,E,A,N,5,,0,,PB,,,2000.0,Bachelors (4 years),Yes,N,37.0,zero +10242,High,UK,M,10,E,DBA,N,4,,4,,PB,,,1000.0,Bachelors (4 years),Yes,YesValid,50.0,one +10243,Low,UK,M,15,E,DBA,N,2,,6,,PB,,,100.0,None (no degree completed),,YesValid,40.0,zero +10244,Very Low,Sweden,M,1,E,DBA,N,1,,0,,PB,,,20.0,None (no degree completed),,N,40.0,zero +10245,Very Low,Italy,A,7,E,E,N,15,,2,,PB,,,5.0,None (no degree completed),,N,48.0,zero +10246,Very Low,UK,M,17,E,DBA,N,8,,6,,PB,,,100.0,Bachelors (4 years),Yes,N,39.0,zero +10247,High,USA,M,5,E,DBA,N,1,,0,,PB,,,3.0,Masters,No,N,50.0,zero +10248,Very Low,Netherlands,M,7,EC,D,N,5,,3,,PB,,,5.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10249,Very High,USA,MS,2,E,DA,N,15,,3,,PB,,,30.0,Masters,Yes,N,45.0,five +10250,Mid,USA,M,3,E,DT,N,3,,6,,PB,,,1000.0,Bachelors (4 years),No,N,45.0,zero +10251,Very Low,Slovenia,M,5,EC,DA,N,8,,6,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10252,Very Low,Ukraine,M,12,E,DT,Y,12,,0,,PB,,,2.0,Masters,No,N,40.0,two +10253,High,Denmark,O,24,E,DBA,N,2,,3,,PB,,,20.0,Associates (2 years),No,N,38.0,four +10254,Low,USA,M,8,E,DA,N,8,,0,,PB,,,6.0,Bachelors (4 years),Yes,N,40.0,zero +10255,High,USA,M,8,E,A,N,15,,1,,PB,,,8.0,Bachelors (4 years),Yes,N,45.0,five +10256,Very Low,UK,M,10,E,DA,N,10,,1,,PB,,,12.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10257,High,USA,M,10,E,DT,N,10,,2,,PB,,,2.0,Bachelors (4 years),Yes,N,40.0,zero +10258,Very Low,UK,M,12,E,DBA,N,12,,1,,LG,,,45.0,None (no degree completed),Yes,YesExpired,37.0,zero +10259,High,USA,M,15,E,DBA,Y,11,,2,,PB,,,3500.0,Associates (2 years),Yes,YesExpired,45.0,one +10260,Mid,Switzerland,O,2,E,DBA,N,2,,6,,SG,,,20.0,Masters,Yes,N,43.0,zero +10261,Very High,USA,M,12,E,DA,N,38,,3,,PB,,,20.0,None (no degree completed),,YesExpired,45.0,one +10262,Low,Canada,M,11,E,DBA,N,9,,2,,SG,,,29.0,Associates (2 years),Yes,YesValid,37.0,zero +10263,Very Low,Belgium,M,15,E,DA,N,20,,1,,PB,,,200.0,Bachelors (4 years),No,YesValid,40.0,zero +10264,Low,USA,M,5,E,AN,N,5,,0,,PB,,,11.0,Bachelors (4 years),No,N,40.0,zero +10265,Mid,USA,M,7,E,DBA,N,7,,0,,PB,,,12.0,Masters,Yes,YesValid,45.0,one +10266,Very High,USA,M,16,E,A,N,5,,0,,PB,,,7.0,Bachelors (4 years),No,YesValid,50.0,zero +10267,High,USA,M,20,E,DBA,N,20,,4,,PB,,,200.0,Bachelors (4 years),Yes,N,50.0,two +10268,Very High,USA,M,15,E,A,N,10,,0,,PB,,,15.0,Masters,Yes,YesExpired,40.0,one +10269,High,USA,M,13,E,DBA,Y,13,,0,,PB,,,30.0,None (no degree completed),,YesExpired,65.0,zero +10270,Very High,USA,M,10,E,DT,N,10,,6,,PB,,,10.0,Bachelors (4 years),No,N,50.0,five +10271,Mid,USA,M,7,E,DBA,N,7,,1,,PB,,,7.0,Bachelors (4 years),Yes,YesExpired,40.0,zero +10272,Very Low,Belgium,M,10,E,DBA,N,5,,0,,PB,,,47.0,None (no degree completed),,N,40.0,five +10273,Very Low,USA,M,4,E,DT,N,4,,0,,PB,,,20.0,None (no degree completed),,N,44.0,one +10274,Low,USA,M,10,E,DBA,N,2,,1,,PB,,,40.0,Bachelors (4 years),Yes,N,50.0,zero +10275,Mid,USA,M,14,E,DBA,N,6,,2,,PB,,,20.0,Associates (2 years),No,YesValid,40.0,one +10276,Mid,USA,M,4,E,D,N,4,,3,,PB,,,4.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10277,High,USA,M,17,E,DBA,N,7,,2,,PB,,,35.0,Bachelors (4 years),No,YesValid,40.0,zero +10278,Mid,USA,M,6,E,DBA,N,6,,1,,PB,,,35.0,Associates (2 years),No,YesValid,45.0,one +10279,Low,USA,M,10,E,DBA,N,8,,0,,PB,,,50.0,Masters,Yes,N,43.0,two +10280,Mid,USA,M,5,I,DA,Y,20,,1,,PB,,,13.0,Masters,Yes,N,30.0,zero +10281,Very Low,Brazil,M,11,E,DBA,N,1,,2,,PB,,,6.0,Masters,Yes,YesValid,44.0,five +10282,Very High,USA,MS,5,E,DBA,N,11,,3,,PB,,,500.0,Bachelors (4 years),No,YesExpired,45.0,zero +10283,Very High,USA,M,17,E,A,N,1,,0,,PB,,,35.0,Masters,No,N,70.0,zero +10284,Very Low,USA,M,2,E,DT,N,2,,1,,PB,,,10.0,Bachelors (4 years),Yes,N,40.0,zero +10285,Mid,USA,M,20,E,A,N,2,,1,,PB,,,10.0,Bachelors (4 years),Yes,YesExpired,45.0,zero +10286,Low,Canada,M,8,EC,A,N,1,,2,,PB,,,50.0,Bachelors (4 years),Yes,YesValid,42.0,zero +10287,Very Low,USA,M,4,E,AN,N,4,,0,,PB,,,5.0,Bachelors (4 years),No,YesValid,45.0,zero +10288,Very High,USA,M,18,E,M,Y,4,,0,,PB,,,100.0,Bachelors (4 years),Yes,YesValid,40.0,one +10289,Mid,USA,M,7,E,DBA,N,7,,6,,PB,,,120.0,Bachelors (4 years),Yes,YesExpired,50.0,three +10290,High,USA,M,6,E,DT,Y,6,,1,,PB,,,3.0,Masters,No,YesExpired,50.0,zero +10291,Low,USA,M,5,E,DBA,N,5,,0,,PB,,,20.0,Bachelors (4 years),Yes,N,50.0,zero +10292,Low,USA,M,8,E,DBA,Y,4,,0,,PB,,,12.0,None (no degree completed),,N,40.0,zero +10293,Very High,USA,M,8,E,DBA,N,1,,2,,PB,,,25.0,Bachelors (4 years),Yes,YesValid,40.0,zero +10294,Very Low,USA,M,4,E,DBA,Y,4,,0,,PB,,,4.0,Bachelors (4 years),No,N,55.0,two +10295,Mid,USA,M,5,E,DBA,N,5,,6,,PB,,,50.0,Bachelors (4 years),Yes,N,40.0,zero +10296,Mid,USA,M,7,E,DBA,N,7,,5,,PB,,,120.0,None (no degree completed),,N,40.0,one +10297,Very Low,USA,M,1,E,AN,N,1,,0,,PB,,,4.0,Associates (2 years),Yes,YesValid,40.0,zero +10298,Mid,USA,M,9,E,DBA,N,9,,0,,PB,,,500.0,None (no degree completed),,N,40.0,five +10299,High,USA,M,18,E,DBA,N,18,,0,,PB,,,10.0,Masters,Yes,N,50.0,five +10300,High,USA,M,1,E,AN,N,10,,2,,PB,,,10.0,Associates (2 years),Yes,YesExpired,40.0,zero +10301,Very Low,Germany,M,8,E,DBA,N,2,,0,,PB,,,1.0,Bachelors (4 years),Yes,N,40.0,two +10302,Low,USA,M,3,EC,,N,1,,1,,PB,,,0.0,Bachelors (4 years),Yes,N,40.0,one +10303,High,USA,M,20,E,A,N,1,,0,,PB,,,11.0,None (no degree completed),,YesValid,40.0,zero +10304,Very High,USA,M,12,E,DBA,N,12,,3,,PB,,,170.0,Masters,Yes,YesValid,40.0,zero +10305,Mid,USA,M,5,E,E,N,3,,2,,PB,,,1800.0,None (no degree completed),,N,32.0,one +10306,High,USA,M,7,E,DBA,N,29,,1,,FG,,,30.0,Bachelors (4 years),Yes,N,45.0,one +10307,High,USA,M,16,E,DBA,N,10,,2,,PB,,,30.0,Associates (2 years),No,YesExpired,42.0,zero +10308,High,USA,M,9,E,DBA,N,21,,1,,PB,,,36.0,Bachelors (4 years),Yes,N,50.0,zero +10309,Very High,USA,M,17,E,DBA,N,3,,2,,PB,,,500.0,Bachelors (4 years),No,N,40.0,zero +10310,Mid,USA,M,6,E,DBA,N,6,,1,,PB,,,5.0,None (no degree completed),,N,40.0,zero +10311,Very High,USA,M,8,E,M,Y,7,,6,,PB,,,120.0,Masters,Yes,N,40.0,five +10312,Very High,USA,M,15,EC,A,N,4,,4,,PB,,,300.0,Bachelors (4 years),Yes,N,40.0,three +10313,Low,UK,M,15,I,D,N,20,,1,,PB,,,4.0,Masters,No,N,40.0,three +10314,Mid,Canada,M,15,E,DBA,Y,1,,3,,PB,,,50.0,Bachelors (4 years),Yes,YesExpired,40.0,one +10315,Mid,USA,M,15,E,M,Y,10,,0,,PB,,,1.0,Bachelors (4 years),No,N,37.0,zero +10316,Mid,USA,M,8,E,DBA,N,1,,2,,PB,,,120.0,Masters,Yes,YesValid,45.0,two +10317,Very High,USA,O,21,E,M,Y,5,,6,,PB,,,450.0,Masters,Yes,N,55.0,zero +10318,Low,USA,M,9,E,DT,Y,3,,0,,PB,,,6.0,Bachelors (4 years),No,N,44.0,zero +10319,Very Low,Greece,M,8,E,DBA,N,15,,0,,PB,,,30.0,None (no degree completed),,N,40.0,zero +10320,Low,Germany,M,5,E,DBA,N,2,,0,,PB,,,15.0,Bachelors (4 years),No,N,40.0,zero +10321,Very Low,Romania,M,8,E,DT,N,5,,5,,PB,,,300.0,Bachelors (4 years),No,N,45.0,zero +10322,Low,USA,M,4,E,AN,N,4,,4,,PB,,,6.0,Masters,No,N,40.0,two +10323,Very High,Denmark,M,18,EC,A,N,5,,6,,PB,,,10.0,Bachelors (4 years),No,YesValid,55.0,three +10324,High,France,M,12,E,DBA,N,1,,0,,PB,,,50.0,Associates (2 years),Yes,YesValid,45.0,zero +10325,Very High,USA,M,7,E,DBA,Y,2,,6,,PB,,,95.0,Bachelors (4 years),Yes,YesExpired,55.0,zero +10326,Mid,USA,M,10,E,AN,N,7,,0,,PB,,,10.0,Masters,Yes,N,40.0,five +10327,Low,USA,M,15,E,DBA,N,15,,0,,LG,,,5.0,Bachelors (4 years),Yes,N,50.0,zero +10328,Low,USA,M,3,E,DT,N,2,,0,,PB,,,15.0,Bachelors (4 years),No,YesValid,40.0,one +10329,Low,Denmark,M,7,EC,DBA,N,6,,0,,PB,,,7.0,Bachelors (4 years),,YesValid,37.0,zero +10330,High,USA,M,5,E,DBA,N,5,,5,,PB,,,300.0,Masters,No,YesValid,45.0,five +10331,Very Low,Italy,DB2,15,E,DBA,N,20,,0,,PB,,,20.0,Bachelors (4 years),No,YesExpired,60.0,zero +10332,High,USA,M,17,E,DBA,N,12,,2,,PB,,,140.0,Bachelors (4 years),Yes,N,42.0,zero +10333,Mid,USA,DB2,5,E,DBA,N,1,,6,,PB,,,20.0,Bachelors (4 years),Yes,N,40.0,zero +10334,Very Low,UK,M,3,E,DBA,N,1,,1,,PB,,,42.0,None (no degree completed),,N,38.0,zero +10335,Low,SaudiArabia,M,7,E,DBA,Y,3,,5,,PB,,,40.0,Bachelors (4 years),Yes,N,50.0,one +10336,Mid,Netherlands,M,17,E,,N,17,,1,,PB,,,200.0,Bachelors (4 years),No,N,40.0,one +10337,Mid,USA,M,8,E,DBA,N,3,,1,,PB,,,80.0,Masters,Yes,YesValid,45.0,five +10338,Very Low,Portugal,M,4,E,A,N,9,,3,,PB,,,10.0,None (no degree completed),Yes,YesValid,40.0,zero