misc_cash_increases
Data source: I_Contributions
10 rows where filer_id = 206 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, entity_type, last_name, city, state, zipcode, occupation, transaction_date, transaction_amt, transaction_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date), transaction_date (date)
Link | rowid | filer_id | filer_name | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | last_name | first_name | prefix | city | state | zipcode | employer | occupation | self_employed | transaction_type | transaction_date | transaction_amt | year_to_date | transaction_description | committee_id | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
394 | 394 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-07-22 | 2021-01-01 | 2021-06-30 | INC1175 | IND | Anthony | James | Oakland | CA | 94602 | Anthony Law Group 6432 | Attorney | n | 2021-03-31 | 100 | 0 | Void Check | |||||
395 | 395 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-07-22 | 2021-01-01 | 2021-06-30 | INC1169 | IND | Crotinger | William | Emeryville | CA | 94608 | Argent Materials 6426 | President | n | 2021-03-31 | 800 | 0 | Void Check | |||||
396 | 396 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-07-22 | 2021-01-01 | 2021-06-30 | INC1154 | COM | East Bay Stonewall Democratic Club | Berkeley | CA | 94708 | n | 2021-02-16 | 500 | 0 | Void Check | 419.0 | |||||||
397 | 397 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-07-22 | 2021-01-01 | 2021-06-30 | INC1171 | IND | Kaplan | Faith | Charleston | SC | 29412 | Kaplan & Levitt Psychologists 8714 | Psychologist | n | 2021-03-31 | 1700 | 0 | Void Check | |||||
398 | 398 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-07-22 | 2021-01-01 | 2021-06-30 | INC1173 | IND | Kaplan | Ronald | Charleston | SC | 29412 | Ronald Kaplan 5790 | Psychologist | n | 2021-03-31 | 700 | 0 | Void Check | |||||
327 | 327 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-01-29 | 2020-09-20 | 2020-10-17 | 2020-11-03 | INC754 | OTH | Asian Pacific American Labor Alliance Alameda County (APALA) | Oakland | CA | 94619 | n | 2020-09-20 | 400 | 0 | Void Check | INC754 | ||||||
342 | 342 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2021-01-29 | 2020-10-18 | 2020-12-31 | INC1031 | IND | Jandres | Maria A. | San Francisco | CA | 94102 | n | 2020-12-09 | 1000 | 0 | Refund Paid Through Jorge Corona | |||||||
328 | 328 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2020-11-02 | 2020-09-20 | 2020-10-17 | 2020-11-03 | INC754 | OTH | Asian Pacific American Labor Alliance Alameda County (APALA) | Oakland | CA | 94619 | n | 2020-09-20 | 400 | 0 | Void Check | INC754 | ||||||
353 | 353 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2020-10-22 | 2020-09-20 | 2020-10-17 | 2020-11-03 | INC754 | OTH | Asian Pacific American Labor Alliance Alameda County (APALA) | Oakland | CA | 94619 | n | 2020-09-20 | 400 | 0 | Void Check | INC754 | ||||||
295 | 295 | 1419466 206 | Re-Elect Rebecca Kaplan for City Council 2020 258 | 2020-01-29 | 2019-01-01 | 2019-12-31 | INC56 | OTH | NGP Van, Inc. | Washington | DC | 20005 | n | 2019-09-09 | 820 | 0 | Refund |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "misc_cash_increases" ( "filer_id" INTEGER, "filer_name" INTEGER, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "last_name" TEXT, "first_name" TEXT, "prefix" TEXT, "city" TEXT, "state" TEXT, "zipcode" TEXT, "employer" INTEGER, "occupation" TEXT, "self_employed" TEXT, "transaction_type" TEXT, "transaction_date" TEXT, "transaction_amt" NUMERIC, "year_to_date" NUMERIC, "transaction_description" TEXT, "committee_id" TEXT, "memo_reference_number" TEXT , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id), FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id), FOREIGN KEY ("employer") REFERENCES [businesses](id)); CREATE INDEX ["misc_cash_increases_filer_id"] ON [misc_cash_increases]("filer_id"); CREATE INDEX ["misc_cash_increases_filer_name"] ON [misc_cash_increases]("filer_name"); CREATE INDEX ["misc_cash_increases_committee_id"] ON [misc_cash_increases]("committee_id"); CREATE INDEX ["misc_cash_increases_employer"] ON [misc_cash_increases]("employer");