home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 5656 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, state, 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
101449 101449 1467524 337 Kanitha Matoury for Oakland City Council At-Large 2024 457 2024-10-23 2024-09-22 2024-10-19 2024-11-04 Va3GCaHOdvdl IND Berrick Ken   Oakland CA 94611 Seneca Family of Agencies 5656 CEO n   2024-10-09 200 200      
61968 61968 1431908 241 Leroy Gaines for Oakland School Board 2020 304 2021-01-28 2020-10-18 2020-12-31 2020-11-03 pSx6JAIRrsuW IND Detterman Robin   Oakland CA 94609 Seneca Family of Agencies 5656 Education Administration n   2020-10-19 100 100      
61970 61970 1431908 241 Leroy Gaines for Oakland School Board 2020 304 2021-01-28 2020-10-18 2020-12-31 2020-11-03 4rVYIlftB5Zt IND Galyean Leticia   Oakland CA 94611 Seneca Family of Agencies 5656 Social Work n   2020-10-19 100 100      
62105 62105 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2021-01-27 2020-10-18 2020-12-31 2020-11-03 INC1606 IND Berrick Ken   Oakland CA 94611-1204 Seneca Family of Agencies 5656 President n   2020-10-26 100 100      
58319 58319 1427585 213 Carroll Fife for City Council 2020 269 2020-10-21 2020-01-01 2020-09-19 2020-11-03 IDT379 IND Klyman Jay   Berkeley CA 94703 Seneca Family of Agencies 5656 Mental Health Professional n I 2020-08-05 200 900      
58320 58320 1427585 213 Carroll Fife for City Council 2020 269 2020-10-21 2020-01-01 2020-09-19 2020-11-03 IDT465 IND Klyman Jay   Berkeley CA 94703 Seneca Family of Agencies 5656 Mental Health Professional n I 2020-08-14 700 900      
65457 65457 1427585 213 Carroll Fife for City Council 2020 269 2020-09-24 2020-01-01 2020-09-19 2020-11-03 IDT379 IND Klyman Jay   Berkeley CA 94703 Seneca Family of Agencies 5656 Mental Health Professional n I 2020-08-05 200 900      
65458 65458 1427585 213 Carroll Fife for City Council 2020 269 2020-09-24 2020-01-01 2020-09-19 2020-11-03 IDT465 IND Klyman Jay   Berkeley CA 94703 Seneca Family of Agencies 5656 Mental Health Professional n I 2020-08-14 700 900      
44939 44939 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2019-01-24 2018-10-21 2018-12-31 2018-11-06 IDT226 IND Sherman Alan   Oakland CA 94610 Seneca Family of Agencies 5656 Consultant n I 2018-10-29 150 150      
44564 44564 1413440 159 Protect Oakland Renters, Yes on Measure Y. Sponsored by Community Organizations 199 2019-01-20 2018-10-21 2018-12-31   INC51 IND Klyman Jay   Oakland CA 94610 Seneca Family of Agencies 5656 Mental Health Counselor n   2018-10-24 150 150      
47952 47952 1408075 170 Courtney Ruby for Oakland City Auditor 2018 214 2018-09-27 2018-01-01 2018-09-22 2018-11-06 INC5 IND Berrick Ken   Oakland CA 94611 Seneca Family of Agencies 5656 CEO n   2018-08-23 100 100      
34367 34367 1386749 122 Huber Trenado for OUSD School Board 2016 140 2016-09-26 2016-07-01 2016-09-24 2016-11-08 CSY89tOClCre IND Rosenthal Lihi   Seattle WA 98121 Seneca Family of Agencies 5656 Educator n   2016-08-11 100 100      

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