home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 1236 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
106601 106601 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-01-01 2025-03-01 2025-04-15 IDT953 IND Jones Raycil   Henderson NV 89012 Stanford 1236 Nurse n I 2025-01-31 150 150      
107027 107027 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-01-01 2025-03-01 2025-04-15 IDT931 IND Smart Moises Enrique   Oakland CA 94611 Stanford 1236 Engineer n I 2025-01-30 300 300      
111213 111213 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-03-06 2025-01-01 2025-03-01 2025-04-15 IDT953 IND Jones Raycil   Henderson NV 89012 Stanford 1236 Nurse n I 2025-01-31 150 150      
111639 111639 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-03-06 2025-01-01 2025-03-01 2025-04-15 IDT931 IND Smart Moises Enrique   Oakland CA 94611 Stanford 1236 Engineer n I 2025-01-30 300 300      
105332 105332 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-07-29 2024-01-01 2024-06-30 2024-11-05 b74kPH9CQ4ov IND Daniels Kyle   San Francisco CA 94110 Stanford 1236 Professor n   2024-04-26 100 100      
80314 80314 1453436 288 LOWE FOR CITY COUNCIL 2022 372 2022-10-11 2022-07-01 2022-09-24 2022-11-08 xfTVMCqgWJgj IND Richardson Nikole   Oakland CA 94610 Stanford 1236 Researcher n   2022-09-19 250 250      
80370 80370 1453436 288 LOWE FOR CITY COUNCIL 2022 372 2022-10-03 2022-07-01 2022-09-24 2022-11-08 xfTVMCqgWJgj IND Richardson Nikole   Oakland CA 94610 Stanford 1236 Researcher n   2022-09-19 250 250      
90154 90154 1442227 261 Hodge for Oakland Mayor 2022 338 2022-08-01 2022-01-01 2022-06-30 2022-11-08 dxl8IvgchOMf IND Smith Amara   Oakland CA 94607 Stanford 1236 Professor n   2022-05-20 100 100      
63679 63679 1427469 224 Re-elect City Attorney Barbara Parker 2020 281 2020-10-22 2020-09-20 2020-10-17 2020-11-03 hohV63I7VMk9 IND Richardson Nikole   Oakland CA 94610 Stanford 1236 Ed Researcher n   2020-09-24 250 250      
58502 58502 1427585 213 Carroll Fife for City Council 2020 269 2020-10-21 2020-01-01 2020-09-19 2020-11-03 IDT523 IND Rossman Thea   Charlottesville VA 22903 Stanford 1236 Research Fellow n I 2020-08-19 200 200      
58634 58634 1427585 213 Carroll Fife for City Council 2020 269 2020-10-21 2020-01-01 2020-09-19 2020-11-03 IDT271 IND Wilkinson Amy   Sunnyvale CA 94086 Stanford 1236 Social Worker n I 2020-07-31 100 100      
64418 64418 1428941 242 Aaron Clay for Oakland City Council 2020 306 2020-09-24 2020-08-04 2020-09-19 2020-11-03 flGbLnC33eWI IND Brody Jennifer   San Francisco CA 94131 Stanford 1236 Professor n   2020-09-06 300 300      
65640 65640 1427585 213 Carroll Fife for City Council 2020 269 2020-09-24 2020-01-01 2020-09-19 2020-11-03 IDT523 IND Rossman Thea   Charlottesville VA 22903 Stanford 1236 Research Fellow n I 2020-08-19 200 200      
65772 65772 1427585 213 Carroll Fife for City Council 2020 269 2020-09-24 2020-01-01 2020-09-19 2020-11-03 IDT271 IND Wilkinson Amy   Sunnyvale CA 94086 Stanford 1236 Social Worker n I 2020-07-31 100 100      
3957 3957 1359017 39 Joe Tuman for Mayor 2014 33 2014-01-28 2013-07-01 2013-12-31 2014-11-04 bwJpddNH9QWu IND Taylor Margaret   Albany CA 94706 Stanford 1236 Research faculty n   2013-12-20 105 105      

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