home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 732 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
72093 72093 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2022-07-11 2021-07-01 2021-12-31   INC780 IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2021-10-26 100 100      
72168 72168 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2022-01-31 2021-07-01 2021-12-31   INC780 IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2021-10-26 100 100      
63674 63674 1427469 224 Re-elect City Attorney Barbara Parker 2020 281 2020-10-22 2020-09-20 2020-10-17 2020-11-03 k8sQxBQyNHBq IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2020-09-24 100 100      
57545 57545 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC820 IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2020-09-16 400 400      
66060 66060 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-09-23 2020-07-01 2020-09-19 2020-11-03 INC820 IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2020-09-16 400 400      
54180 54180 1418926 197 Dominguez Walton for City Council 2020 248 2020-01-22 2019-07-01 2019-12-31 2020-03-03 9Ms4FIBh3vi7 IND Targ Nicholas   Portola Valley CA 94028 Holland & Knight LLP 732 Partner n I 2019-12-26 500 500      
37610 37610 1388168 119 Moore for Oakland City Council At-Large 134 2018-01-31 2016-08-01 2017-12-31 2016-11-08 LAfpnIGBcn8r IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2016-10-31 100 0      
37664 37664 1388168 119 Moore for Oakland City Council At-Large 134 2018-01-31 2016-08-01 2017-12-31 2016-11-08 j4bGkz4bf5FF IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2016-12-01 100 0      
36961 36961 1395968 148 Libby Schaaf for Mayor 2018 185 2018-01-13 2017-07-01 2017-12-31   VNHZWGFHRA6 IND Brownlow Bradley   Oakland CA 94609-1742 Holland & Knight LLP 732 Attorney n   2017-12-21 800 800      
31437 31437 1388168 119 Moore for Oakland City Council At-Large 134 2017-01-31 2016-08-01 2016-12-31 2016-11-08 LAfpnIGBcn8r IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2016-10-31 100 200      
31495 31495 1388168 119 Moore for Oakland City Council At-Large 134 2017-01-31 2016-08-01 2016-12-31 2016-11-08 j4bGkz4bf5FF IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2016-12-01 100 200      
31782 31782 1303019 50 Friends of Jody London for School Board 43 2017-01-29 2016-10-23 2016-12-31 2016-11-08 5Znstfc9Kl2P IND Brownlow Bradley   Oakland CA 94609 Holland & Knight LLP 732 Attorney n   2016-10-31 100 100      
2355 2355 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-02-19 2013-07-01 2013-12-31   VNHZWBXMG79 IND Monchamp Amanda   Oakland CA 94618-1313 Holland & Knight LLP 732 Lawyer n   2013-12-03 700 700      
2634 2634 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-02-19 2013-07-01 2013-12-31   VNHZWBXMG79 IND Monchamp Amanda   Oakland CA 94618-1313 Holland & Knight LLP 732 Lawyer n   2013-12-03 700 700      
3569 3569 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-01-28 2013-07-01 2013-12-31   VNHZWBXMG79 IND Monchamp Amanda   Oakland CA 94618-1313 Holland & Knight LLP 732 Lawyer n   2013-12-03 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 41.724ms · Data source: A_Contributions