home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 863 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, filer_name, report_date, report_start_date, report_end_date, election_date, transaction_id, last_name, first_name, city, zipcode, occupation, transaction_date, transaction_amt, year_to_date, 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
100183 100183 1472483 338 HARBIN-FORTE FOR CITY ATTORNEY 2024 458 2025-01-06 2024-10-20 2024-12-31 2024-11-05 IDT156 IND Perteet Arvon   Oakland CA 94601 California Department of Justice 863 Deputy Attorney General n I 2024-10-21 200 200      
105363 105363 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-07-29 2024-01-01 2024-06-30 2024-11-05 zfwruxHmbEbL IND Blanchard Lauren   Castro Valley CA 94546 California Department of Justice 863 Scheduling Director n   2024-05-10 300 300      
61641 61641 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-01-28 2020-10-18 2020-12-31 2020-11-03 INC1570 IND Cain-Simon Mary   Oakland CA 94602 California Department of Justice 863 Attorney n   2020-10-28 50 100      
61642 61642 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-01-28 2020-10-18 2020-12-31 2020-11-03 INC1687 IND Cain-Simon Mary   Oakland CA 94602 California Department of Justice 863 Attorney n   2020-10-29 50 100      
57266 57266 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2021-01-19 2020-07-01 2020-09-19 2020-11-03 INC810 IND Rich Anna Margaret   Oakland CA 94619 California Department of Justice 863 Attorney n   2020-08-28 200 200      
57361 57361 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2020-10-20 2020-07-01 2020-09-19 2020-11-03 INC810 IND Rich Anna Margaret   Oakland CA 94619 California Department of Justice 863 Attorney n   2020-08-28 200 200      
66481 66481 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2020-09-22 2020-07-01 2020-09-19 2020-11-03 INC810 IND Rich Anna Margaret   Oakland CA 94619 California Department of Justice 863 Attorney n   2020-08-28 200 200      
69212 69212 1418926 197 Dominguez Walton for City Council 2020 248 2020-07-09 2020-01-01 2020-06-30 2020-11-03 bIRCnuEzBvTr IND Habig Jill   Oakland CA 94618 California Department of Justice 863 Attorney n I 2020-06-30 650 650      
54068 54068 1418926 197 Dominguez Walton for City Council 2020 248 2020-01-22 2019-07-01 2019-12-31 2020-03-03 sBgEJC7uAwzY IND Habig Jill   Oakland CA 94618 California Department of Justice 863 Attorney n I 2019-12-26 250 250      
47665 47665 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT104 IND Evans Kelli   Oakland CA 94602 California Department of Justice 863 aTTORNEY n I 2018-09-02 250 250      
38096 38096 1395968 148 Libby Schaaf for Mayor 2018 185 2017-07-19 2017-01-01 2017-06-30   VNHZWFWN3W6 IND Kolesnikow Tim   Los Angeles CA 90045-2927 California Department of Justice 863 Attorney n   2017-06-27 500 500      
32569 32569 1381041 110 Yes on Measure HH, Coalition for Healthy Oakland Children 136 2016-10-27 2016-09-25 2016-10-22 2016-11-08 A392 IND Stricklin Marguerite   Oakland CA 94605 California Department of Justice 863 Deputy Attorney General n   2016-09-26 100 100      
2916 2916 1357609 40 Parker for Oakland Mayor 2014 34 2014-01-31 2013-07-01 2013-12-31 2014-11-04 INC561 IND Dautch Leif   San Francisco CA 94123 California Department of Justice 863 Lawyer n   2013-11-06 200 460      
2917 2917 1357609 40 Parker for Oakland Mayor 2014 34 2014-01-31 2013-07-01 2013-12-31 2014-11-04 INC619 IND Dautch Leif   San Francisco CA 94123 California Department of Justice 863 Lawyer n   2013-12-21 60 460      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "monetary_contributions" (
"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" INTEGER,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "employer" INTEGER,
  "occupation" TEXT,
  "self_employed" TEXT,
  "transaction_type" INTEGER,
  "transaction_date" TEXT,
  "transaction_amt" INTEGER,
  "year_to_date" INTEGER,
  "transaction_description" INTEGER,
  "committee_id" TEXT,
  "memo_reference_number" INTEGER
,
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 ["monetary_contributions_filer_id"] ON [monetary_contributions]("filer_id");
CREATE INDEX ["monetary_contributions_filer_name"] ON [monetary_contributions]("filer_name");
CREATE INDEX ["monetary_contributions_committee_id"] ON [monetary_contributions]("committee_id");
CREATE INDEX ["monetary_contributions_employer"] ON [monetary_contributions]("employer");
Powered by Datasette · Queries took 26.652ms · Data source: A_Contributions