-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnysvoters.json
48 lines (47 loc) · 5.14 KB
/
nysvoters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{ "name": "lastname", "type": "STRING", "description": "Last name" },
{ "name": "firstname", "type": "STRING", "description": "First name" },
{ "name": "middlename", "type": "STRING", "description": "Middle name" },
{ "name": "namesuffix", "type": "STRING", "description": "Name suffix. Notes: Jr, Sr, I, II,, 1, 2, etc" },
{ "name": "raddnumber", "type": "STRING", "description": "Residence House Number. Notes: Hyphenated numbers allowed" },
{ "name": "rhalfcode", "type": "STRING", "description": "Residence Fractional Address. Notes: ½, 1/3, etc." },
{ "name": "rapartment", "type": "STRING", "description": "Residence Apartment" },
{ "name": "rpredirection", "type": "STRING", "description": "Residence Pre Street Direction. Notes: (e.g. the 'E' in 52 E Main St)" },
{ "name": "rstreetname", "type": "STRING", "description": "Residence Street Name" },
{ "name": "rpostdirection", "type": "STRING", "description": "Residence Post Street Direction. Notes: (e.g. the 'SW' in 1200 Pecan Blvd SW )" },
{ "name": "rcity", "type": "STRING", "description": "Residence City" },
{ "name": "rzip5", "type": "STRING", "description": "Residence Zip Code 5" },
{ "name": "rzip4", "type": "STRING", "description": "Zip code plus 4" },
{ "name": "mailadd1", "type": "STRING", "description": "Mailing Address 1. Notes: Free Form address" },
{ "name": "mailadd2", "type": "STRING", "description": "Mailing Address 2. Notes: Free Form address" },
{ "name": "mailadd3", "type": "STRING", "description": "Mailing Address 3. Notes: Free Form address" },
{ "name": "mailadd4", "type": "STRING", "description": "Mailing Address 4. Notes: Free Form address" },
{ "name": "dob", "type": "STRING", "description": "Date of Birth. Notes: YYYYMMDD" },
{ "name": "gender", "type": "STRING", "description": "Gender. Notes: M = Male, F = Female. Optional" },
{ "name": "enrollment", "type": "STRING", "description": "Political Party. Notes: DEM = Democratic, REP = Republican, CON = Conservative, WOR = Working Families, IND = Independence, GRE = Green, OTH = Other (requires entry in Otherparty), BLK = No party affiliation designated" },
{ "name": "otherparty", "type": "STRING", "description": "Name or Party if Voter Checks 'Other' on registration form. Notes: RTH = Rent is Too High, LBT = Libertarian, APP = Antiprohibition, FDM = Freedom Party, TXP = Taxpayers" },
{ "name": "countycode", "type": "INTEGER" },
{ "name": "ed", "type": "INTEGER", "description": "Election district" },
{ "name": "ld", "type": "INTEGER", "description": "Legislative district" },
{ "name": "towncity", "type": "STRING", "description": "Town/City" },
{ "name": "ward", "type": "STRING", "description": "Ward" },
{ "name": "cd", "type": "INTEGER", "description": "Congressional district" },
{ "name": "sd", "type": "INTEGER", "description": "Senate district" },
{ "name": "ad", "type": "INTEGER", "description": "Assembly district" },
{ "name": "lastvoteddate", "type": "STRING", "description": "Last date voted" },
{ "name": "prevyearvoted", "type": "STRING", "description": "Last year voted (from registration form)" },
{ "name": "prevcounty", "type": "STRING", "description": "Last county voted in (from registration form )." },
{ "name": "prevaddress", "type": "STRING", "description": "Last registered address" },
{ "name": "prevname", "type": "STRING", "description": "Last registered name (if different)" },
{ "name": "countyvrnumber", "type": "STRING", "description": "County Voter Registration Number" },
{ "name": "regdate", "type": "STRING", "description": "Application Date. Notes: YYYYMMDD (date application was received or postmarked)" },
{ "name": "vrsource", "type": "STRING", "description": "Application Source. Notes: AGCY = Agency, CBOE = County Board of Elections, DMV = Department of Motor Vehicle, LOCALREG = Local Registrar, MAIL = Mail-in through USPS, SCHOOL = School" },
{ "name": "idrequired", "type": "STRING", "description": "Identification Required Flag. Notes: Y=Yes, N=No" },
{ "name": "idmet", "type": "STRING", "description": "Identification Verification Requirement Met Flag. Notes: Indicates verification requirements (SSN, Driver ID verified or other acceptable ID), Y=Yes, N=No"},
{ "name": "status", "type": "STRING", "description": "Voter Status Codes. Notes: A = Active, AM = Active Military, AF = Active Special Federal, AP = Active Special Presidential, AU = Active UOCAVA, I = Inactive, P = Purged, 17 = Prereg - 17 Year Olds" },
{ "name": "reasoncode", "type": "STRING", "description": "Status Reason Codes. Notes: ADJ-INCOMP = Adjudged Incompetent, DEATH = Death, DUPLICATE = Duplicate, FELON = Felon, MAIL-CHECK = Mail Check, MOVED = Moved out of County, NCOA = NCOA, NVRA = NVRA, RETURN-MAIL = Returned Mail, VOTER-REQ = Voter Request" },
{ "name": "inact_date", "type": "STRING", "description": "Date Voter made 'Inactive'. Notes: YYYYMMDD" },
{ "name": "purge_date", "type": "STRING", "description": "Date voter was 'Purged'. Notes: YYYYMMDD" },
{ "name": "sboeid", "type": "STRING", "description": "Unique NYS Voter ID" },
{ "name": "voterhistory", "type": "STRING", "description": "Voter History. Notes: Last 5 years voting history separated by semicolons" }
]