home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 4294 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
106578 106578 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-01-01 2025-03-01 2025-04-15 IDT176 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n I 2025-01-08 600 600      
109088 109088 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-03-02 2025-03-29 2025-04-15 IDT3034 IND Adams Wallis   Oakland CA 94602 California State University East Bay 4294 Assistant Professor n I 2025-03-29 100 100      
111190 111190 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-03-06 2025-01-01 2025-03-01 2025-04-15 IDT176 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n I 2025-01-08 600 600      
59511 59511 1427317 212 Sheila Pope Lawrence 4 OUSD School Board 2020 268 2021-01-26 2020-09-20 2020-10-17 2020-11-03 INC140 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n   2020-09-28 250 250      
57239 57239 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2021-01-19 2020-07-01 2020-09-19 2020-11-03 INC813 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Professor of Public Administration n   2020-08-17 150 150      
63662 63662 1427317 212 Sheila Pope Lawrence 4 OUSD School Board 2020 268 2020-10-21 2020-09-20 2020-10-17 2020-11-03 INC140 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n   2020-09-28 250 250      
57334 57334 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2020-10-20 2020-07-01 2020-09-19 2020-11-03 INC813 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Professor of Public Administration n   2020-08-17 150 150      
66454 66454 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 2020-09-22 2020-07-01 2020-09-19 2020-11-03 INC813 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Professor of Public Administration n   2020-08-17 150 150      
44500 44500 1400325 150 Nikki Fortunato Bas for Oakland City Council 2018 187 2019-01-31 2018-10-21 2018-12-31 2018-11-06 IDT463 IND Fincke Holly   Walnut Creek CA 94596 California State University East Bay 4294 Director of Development n I 2018-11-04 25 110      
44970 44970 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2019-01-24 2018-10-21 2018-12-31 2018-11-06 IDT258 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n I 2018-11-05 200 450      
47659 47659 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT96 IND Jelks Alton   Oakland CA 94602 California State University East Bay 4294 Lecturer n I 2018-09-01 250 250      
34185 34185 1387192 142 Viola Gonzales for City Council 2016 164 2016-09-29 2016-07-01 2016-09-24 2016-11-08 b3YP5pmxzVX9 IND Gonzales Juan   Sparks NV 89436 California State University East Bay 4294 Professor n   2016-09-07 250 250      
19469 19469 1367083 82 Cheri Spigner for School Board 2014 80 2014-07-31 2014-01-01 2014-06-30 2014-11-04 INC47 IND Wilson Andrea   Hayward CA 94541 California State University East Bay 4294 Administrator n   2014-06-25 150 150      

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