home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 2091 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_type, 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
98957 98957 1463441 322 Carroll Fife for City Council 2024 440 2025-01-31 2024-10-20 2024-12-31 2024-11-05 IDT292 IND Slater Andrea   Vallejo CA 94590 UCLA 2091 Admin Director n I 2024-11-01 350 600      
101824 101824 1463441 322 Carroll Fife for City Council 2024 440 2024-09-26 2024-07-01 2024-09-21 2024-11-05 INC103 IND Slater Andrea   Vallejo CA 94590 UCLA 2091 Admin Director n   2024-07-02 250 250      
103323 103323 1470433 373 Erin Armstrong for Oakland City Council District 5 2024 506 2024-09-24 2024-07-01 2024-09-21 2024-11-05 Px8CqCmYFf6Z IND Wise Talia   Oakland CA 94602 UCLA 2091 Marketer n   2024-09-20 180 180      
93306 93306 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-01-30 2023-07-01 2023-12-31 2024-11-05 n5VraeCgwNJK IND Butler Tamika   Los Angeles CA 90043 UCLA 2091 Student n   2023-12-03 250 250      
88267 88267 1443971 285 Kevin Jenkins for Oakland City Council 2022 369 2022-08-01 2022-01-01 2022-06-30 2022-11-08 IDT9 IND Taylor Adejah   Los Angeles CA 90034 UCLA 2091 Researcher n I 2022-03-03 50 200      
88268 88268 1443971 285 Kevin Jenkins for Oakland City Council 2022 369 2022-08-01 2022-01-01 2022-06-30 2022-11-08 IDT89 IND Taylor Adejah   Los Angeles CA 90034 UCLA 2091 Researcher n X 2022-06-30 150 200      
62765 62765 1428941 242 Aaron Clay for Oakland City Council 2020 306 2020-10-22 2020-09-20 2020-10-17 2020-11-03 8NjTMh9wDAjP IND Gomez Kimberley   Los Angeles CA 90038 UCLA 2091 Professor n   2020-09-21 100 100      
58302 58302 1427585 213 Carroll Fife for City Council 2020 269 2020-10-21 2020-01-01 2020-09-19 2020-11-03 IDT232 IND Kagan Bruce   Pacific Palisades CA 90272 UCLA 2091 Pysician n I 2020-07-28 250 250      
65440 65440 1427585 213 Carroll Fife for City Council 2020 269 2020-09-24 2020-01-01 2020-09-19 2020-11-03 IDT232 IND Kagan Bruce   Pacific Palisades CA 90272 UCLA 2091 Pysician n I 2020-07-28 250 250      
6447 6447 1362877 67 Dan Siegel for Mayor, 2014 63 2014-10-06 2014-01-01 2014-06-30   iYIPE2kPWynF IND Williamson Buzz   Topanga CA 90290 UCLA 2091 Professor n   2014-02-17 100 100      
6519 6519 1362877 67 Dan Siegel for Mayor, 2014 63 2014-10-06 2014-01-01 2014-06-30   XOCmsnD5Dh7z IND Culbert Samuel   Malibu CA 90265 UCLA 2091 Professor n   2014-05-18 250 250      
19752 19752 1362877 67 Dan Siegel for Mayor, 2014 63 2014-07-31 2014-01-01 2014-06-30   iYIPE2kPWynF IND Williamson Buzz   Topanga CA 90290 UCLA 2091 Professor n   2014-02-17 100 100      
19824 19824 1362877 67 Dan Siegel for Mayor, 2014 63 2014-07-31 2014-01-01 2014-06-30   XOCmsnD5Dh7z IND Culbert Samuel   Malibu CA 90265 UCLA 2091 Professor n   2014-05-18 250 250      

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