home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where employer = 3653 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
109570 109570 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-03-02 2025-03-29 2025-04-15 IDT2748 IND Summers Emily   Oakland CA 94609 Peralta Community College 3653 Licensed Clinical Social Worker n I 2025-03-21 100 100      
39229 39229 1236617 11 Desley Brooks for City Council 2018 182 2018-12-18 2018-01-01 2018-06-30 2018-11-06 INC279 IND Riley William S.   Oakland CA 94602 Peralta Community College 3653 Board President n   2018-06-29 150 400      
39372 39372 1236617 11 Desley Brooks for City Council 2018 182 2018-10-25 2018-01-01 2018-06-30 2018-11-06 INC279 IND Riley William S.   Oakland CA 94602 Peralta Community College 3653 Board President n   2018-06-29 150 400      
39514 39514 1236617 11 Desley Brooks for City Council 2018 182 2018-09-25 2018-01-01 2018-06-30 2018-11-06 INC279 IND Riley William S.   Oakland CA 94602 Peralta Community College 3653 Board President n   2018-06-29 150 400      
52376 52376 1388731 129 Hodge 4 Oakland City Council 2016 147 2018-06-27 2016-08-16 2018-01-01 2016-11-08 VhEHcqXaibXT IND Ikharo Sadiq   San Ramon CA 94582 Peralta Community College 3653 Vice Chancellor of General Services n   2016-10-14 500 0      
30480 30480 1388731 129 Hodge 4 Oakland City Council 2016 147 2017-09-14 2016-09-25 2016-10-22 2016-11-06 VhEHcqXaibXT IND Ikharo Sadiq   San Ramon CA 94582 Peralta Community College 3653 Vice Chancellor of General Services n   2016-10-14 500 500      
14394 14394 1365733 83 Shakir-Gilmore for Oakland School Board 2014 81 2014-10-23 2014-10-01 2014-10-18 2014-11-04 VPFfsAPou7dA IND Handy Linda   Oakland CA 94619 Peralta Community College 3653 Trustee n   2014-10-10 100 100      
17028 17028 1364029 97 Dana King for City Council 2014 98 2014-10-06 2014-07-01 2014-09-30 2014-11-04 GDIofbFgVuPl IND Smith Atyeria   San Francisco CA 94115 Peralta Community College 3653 Facilities, Development & Planning Manager n   2014-09-28 100 100      
15635 15635 1236617 11 Desley Brooks 11 2014-10-05 2014-07-01 2014-09-30 2014-11-04 sNYddW9j5Knu IND Cook Toni   Oakland CA 94605 Peralta Community College 3653 Director Student Services n   2014-07-17 60 360      
15652 15652 1236617 11 Desley Brooks 11 2014-10-05 2014-07-01 2014-09-30 2014-11-04 Jq7T9YhC5Y7P IND Cook Toni   Oakland CA 94605 Peralta Community College 3653 Director Student Services n   2014-08-20 60 360      
15658 15658 1236617 11 Desley Brooks 11 2014-10-05 2014-07-01 2014-09-30 2014-11-04 kggA8eHpqb9w IND Cook Toni   Oakland CA 94605 Peralta Community College 3653 Director Student Services n   2014-09-17 60 360      

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