home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 988 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
109426 109426 1477668 386 Barbara Lee for Oakland Mayor 2025 523 2025-04-02 2025-03-02 2025-03-29 2025-04-15 IDT2822 IND Maxey Ken   Oakland CA 94606 Comcast 988 Director n I 2025-03-24 150 150      
62559 62559 1427826 236 Van Cedric Williams for Oakland Unified School Board Seat 3, 2020 298 2020-10-22 2020-09-20 2020-10-17 2020-11-03 jBc3hHVaYeP5 IND Pigler Henry   Westland MI 48186 Comcast 988 Supervisor n   2020-09-27 100 100      
38669 38669 1405187 151 Nayeli Maxson for Oakland City Council 2018 189 2019-03-02 2018-01-01 2018-06-30 2018-11-06 r3tJCZs3A9nd IND Adami Andrew   San Francisco CA 94118 Comcast 988 Headend Engineer n   2018-04-25 100 100      
52134 52134 1405187 151 Nayeli Maxson for Oakland City Council 2018 189 2018-07-31 2018-01-01 2018-06-30 2018-11-06 r3tJCZs3A9nd IND Adami Andrew   San Francisco CA 94118 Comcast 988 Headend Engineer n   2018-04-25 100 100      
51937 51937 1406398 163 JOSEPH SIMMONS FOR OAKLAND CITY COUNCIL (DISTRICT 4) 2018 205 2018-07-24 2018-01-01 2018-06-30 2018-11-06 IDT10 IND Allison Cameron   Oakland CA 94619 Comcast 988 Sales Manager n I 2018-06-29 250 250      
37449 37449 1388168 119 Moore for Oakland City Council At-Large 134 2018-01-31 2016-08-01 2017-12-31 2016-11-08 1ztzkTz9GJKQ IND El-Amin Luqman Abdul   Oakland CA 94619 Comcast 988 Sales n   2016-09-24 100 0      
31271 31271 1388168 119 Moore for Oakland City Council At-Large 134 2017-01-31 2016-08-01 2016-12-31 2016-11-08 1ztzkTz9GJKQ IND El-Amin Luqman Abdul   Oakland CA 94619 Comcast 988 Sales n   2016-09-24 100 131      
31362 31362 1388168 119 Moore for Oakland City Council At-Large 134 2017-01-31 2016-08-01 2016-12-31 2016-11-08 QprNVWEHaTAx IND El-Amin Luqman Abdul   Oakland CA 94619 Comcast 988 Sales n   2016-10-15 31 131      
32162 32162 1388168 119 Moore for Oakland City Council At-Large 134 2016-10-27 2016-09-25 2016-10-22 2016-11-08 QprNVWEHaTAx IND El-Amin Luqman Abdul   Oakland CA 94619 Comcast 988 Sales n   2016-10-15 31 131      
33894 33894 1388168 119 Moore for Oakland City Council At-Large 134 2016-09-29 2016-08-01 2016-09-24 2016-11-08 1ztzkTz9GJKQ IND El-Amin Luqman Abdul   Oakland CA 94619 Comcast 988 Sales n   2016-09-24 100 100      
11271 11271 1366244 85 Kevin Blackburn for Oakland City Council 2014 83 2015-03-20 2014-10-19 2014-12-31 2014-11-04 INC508 IND Parker Alda   San Ramon CA 94583 Comcast 988 Account Manager n   2014-10-31 50 150      
18479 18479 1366244 85 Kevin Blackburn for Oakland City Council 2014 83 2014-07-31 2014-01-01 2014-06-30 2014-11-04 INC8 IND Parker Alda   San Ramon CA 94583 Comcast 988 Account Manager n   2014-05-16 100 100      
3094 3094 1236617 11 Desley Brooks 11 2014-01-30 2013-07-01 2013-12-31 2014-11-04 GwG8LLLwHnRG IND Crayton Linda   San Francisco CA 94107 Comcast 988 Governmental Relations Manager n   2013-11-24 700 700      

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