home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where employer = 2179 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
108439 108439 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC2220 IND Grajeda Julie   Oakland CA 94605 San Leandro Unified School District 2179 Teacher n   2025-03-08 50 150     INC2220
108440 108440 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC2957 IND Grajeda Julie   Oakland CA 94605 San Leandro Unified School District 2179 Teacher n   2025-03-23 100 150     INC2957
104060 104060 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   INC971 IND King Jenna   San Lorenzo CA 94580 San Leandro Unified School District 2179 Teacher n   2024-06-10 200 250      
104061 104061 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   INC993 IND King Jenna   San Lorenzo CA 94580 San Leandro Unified School District 2179 Teacher n   2024-06-12 50 250      
66372 66372 1426949 222 Elias Ferran for City Attorney 2020 279 2020-09-23 2020-07-01 2020-09-19 2020-11-03 INC213 IND Parrish James   San Leandro CA 94577 San Leandro Unified School District 2179 Director n   2020-07-01 200 200     INC213
41909 41909 1404085 154 Doutherd for School Board 2018 192 2018-10-18 2018-07-01 2018-09-22 2018-11-06 INC297 IND Patusco David   Oakland CA 94601 San Leandro Unified School District 2179 Teacher n   2018-09-11 100 100      
46982 46982 1404085 154 Doutherd for School Board 2018 192 2018-09-26 2018-07-01 2018-09-22 2018-11-06 INC297 IND Patusco David   Oakland CA 94601 San Leandro Unified School District 2179 Teacher n   2018-09-11 100 100      
31760 31760 1386145 126 Coalition for Police Accountability Yes on LL 144 2016-12-11 2016-10-23 2016-12-31   INC227 IND Ryan Constance   Oakland CA 94618 San Leandro Unified School District 2179 School psychologist n   2016-10-31 25 25      
28560 28560 1386081 117 Kevin Corbett for Oakland City Council 2016, District 1 132 2016-09-12 2016-01-01 2016-06-30   INC8 IND Jorgensen Jeffrey M.   Oakland CA 94605 San Leandro Unified School District 2179 Teacher n   2016-06-15 100 100      
35254 35254 1386081 117 Kevin Corbett for Oakland City Council 2016, District 1 132 2016-08-01 2016-01-01 2016-06-30   INC8 IND Jorgensen Jeffrey M.   Oakland CA 94605 San Leandro Unified School District 2179 Teacher n   2016-06-15 100 100      
6726 6726 1365610 68 Annie Campbell Washington 2014 Officeholder Committee 64 2016-01-29 2014-01-01 2014-06-30   INC471 IND Patton Mari   Oakland CA 94611 San Leandro Unified School District 2179 Teacher n   2014-05-16 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 60.844ms · Data source: A_Contributions