home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 1570 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
108623 108623 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC2272 IND Martin Carolyn Jean   Oakland CA 94606 Peralta Colleges 1570 Professor n   2025-03-08 100 100     INC2272
101880 101880 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-09-26 2024-07-01 2024-09-21 2024-11-05 pSyOXUy4wLH5 IND Romero Vivian   Oakland CA 94610-3044 Peralta Colleges 1570 Tutor n   2024-07-15 100 130      
103885 103885 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2024-07-31 2024-01-01 2024-06-30 2020-11-03 INC1899 IND Jones LaNiece   Oakland CA 94605 Peralta Colleges 1570 Executive Director n   2024-05-01 250 250      
104134 104134 1462695 318 Protect the Win for Public Safety, Oppose the Recall of DA Price (Price Ballot Measure Committee) 435 2024-07-25 2024-04-01 2024-06-30   INC836 IND Quindlen Louis   Oakland CA 94601 Peralta Colleges 1570 Trustee n   2024-05-16 262.3 262.3      
84164 84164 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 2023-01-30 2022-10-23 2022-12-31   FCDdUFEObrjI IND Blackshaw Amy   Oakland CA 94602 Peralta Colleges 1570 Educator n   2022-10-23 250 250      
61675 61675 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-01-28 2020-10-18 2020-12-31 2020-11-03 INC1617 IND Jones LaNiece   Oakland CA 94605 Peralta Colleges 1570 Executive Director n   2020-10-26 100 200      
66730 66730 1419930 207 Davis For Oakland School Board 2020 263 2020-09-24 2020-07-01 2020-09-19 2020-11-03 dSctydZgzPb6 IND Kantor-Zamora Miriam   Oakland CA 94602 Peralta Colleges 1570 Counselor n   2020-07-20 100 100      
54506 54506 1419930 207 Davis For Oakland School Board 2020 263 2020-01-30 2019-07-01 2019-12-31 2020-11-03 ucJmdX1YqyKx IND Kantor-Zamora Miriam   Oakland CA 94602 Peralta Colleges 1570 Counselor n   2019-09-12 100 118      
54568 54568 1419930 207 Davis For Oakland School Board 2020 263 2020-01-30 2019-07-01 2019-12-31 2020-11-03 qPpTQUlaKIal IND Kantor-Zamora Miriam   Oakland CA 94602 Peralta Colleges 1570 Counselor n   2019-12-19 18 118      
8156 8156 1364278 66 Courtney Ruby for Oakland Mayor 2014 62 2015-01-26 2014-07-01 2014-09-30 2014-11-04 INC487 IND Allen Wise E.   Berkeley CA 94707 Peralta Colleges 1570 Administrator n   2014-08-18 100 100      
8348 8348 1364278 66 Courtney Ruby for Oakland Mayor 2014 62 2014-10-22 2014-07-01 2014-09-30 2014-11-04 INC487 IND Allen Wise E.   Berkeley CA 94707 Peralta Colleges 1570 Administrator n   2014-08-18 100 100      
16732 16732 1364278 66 Courtney Ruby for Oakland Mayor 2014 62 2014-10-06 2014-07-01 2014-09-30 2014-11-04 INC487 IND Allen Wise E.   Berkeley CA 94707 Peralta Colleges 1570 Administrator n   2014-08-18 100 100      
21607 21607 1364308 72 Andrew Park for City Council 2014 69 2014-07-29 2014-01-01 2014-06-30   TcRtLvLlkxdM IND Hampton Janell   San Leandro CA 94577 Peralta Colleges 1570 Educator n   2014-06-29 500 500      

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 22.358ms · Data source: A_Contributions