home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 1132 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
59620 59620 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2021-01-18 2020-09-20 2020-10-17 2020-11-03 INC882 IND Larsen Erik   Lafayette CA 94549 Mechanics Bank 1132 Banker n   2020-09-23 900 900      
63449 63449 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-10-21 2020-09-20 2020-10-17 2020-11-03 INC882 IND Larsen Erik   Lafayette CA 94549 Mechanics Bank 1132 Banker n   2020-09-23 900 900      
13963 13963 1359017 39 Joe Tuman for Mayor 2014 33 2015-01-28 2014-07-01 2014-12-31 2014-11-04 SnPP78ATYlVz IND Popovich Michael   Larkspur CA 94939 Mechanics Bank 1132 Banker n   2014-08-13 200 200      
7353 7353 1359017 39 Joe Tuman for Mayor 2014 33 2014-10-06 2014-07-01 2014-09-30 2014-11-04 SnPP78ATYlVz IND Popovich Michael   Larkspur CA 94939 Mechanics Bank 1132 Banker n   2014-08-13 200 200      
16993 16993 1364029 97 Dana King for City Council 2014 98 2014-10-06 2014-07-01 2014-09-30 2014-11-04 ZQmV2e885nSG IND Mitas Rita   Alameda CA 94501 Mechanics Bank 1132 Operations Manager n   2014-08-14 100 100      
17838 17838 1359017 39 Joe Tuman for Mayor 2014 33 2014-10-02 2014-07-01 2014-09-30 2014-11-04 SnPP78ATYlVz IND Popovich Michael   Larkspur CA 94939 Mechanics Bank 1132 Banker n   2014-08-13 200 200      
18847 18847 1364029 97 Dana King for City Council 2014 98 2014-07-31 2014-01-01 2014-06-30 2014-11-04 ySHFVDKJdCX9 IND Stephenson Richard   Oakland CA 94618 Mechanics Bank 1132 Attorney n   2014-03-09 500 700      
18899 18899 1364029 97 Dana King for City Council 2014 98 2014-07-31 2014-01-01 2014-06-30 2014-11-04 8uTJWKnlvFBj IND Mitas Rita   Oakland CA 94605 Mechanics Bank 1132 Sr Vp Operations n   2014-06-20 100 100      
18947 18947 1364029 97 Dana King for City Council 2014 98 2014-07-31 2014-01-01 2014-06-30 2014-11-04 A1tLLkbzgsju IND Stephenson Richard   Oakland CA 94618 Mechanics Bank 1132 Attorney n   2014-06-30 200 700      
19986 19986 1359017 39 Joe Tuman for Mayor 2014 33 2014-07-31 2014-01-01 2014-06-30 2014-11-04 qUBjE4MLH8iB IND Schlussel Murray   Oakland CA 94611 Mechanics Bank 1132 Retired n   2014-05-19 100 100      
3685 3685 1359017 39 Joe Tuman for Mayor 2014 33 2014-01-28 2013-07-01 2013-12-31 2014-11-04 8qD65zkFh3F2 IND Downer Mr and Mrs EM Edward   Richmond CA 94806 Mechanics Bank 1132 Chairman Emeritus n   2013-12-21 1400 1400      
3883 3883 1359017 39 Joe Tuman for Mayor 2014 33 2014-01-28 2013-07-01 2013-12-31 2014-11-04 gkkeiHDtnaNP IND Popovich Michael   Larkspur CA 94939 Mechanics Bank 1132 Banker n   2013-09-10 500 500      
3936 3936 1359017 39 Joe Tuman for Mayor 2014 33 2014-01-28 2013-07-01 2013-12-31 2014-11-04 2CqUoMvrmEOd IND Stephenson Jan   Oakland CA 94607 Mechanics Bank 1132 Attorney n   2013-10-24 650 650      
3937 3937 1359017 39 Joe Tuman for Mayor 2014 33 2014-01-28 2013-07-01 2013-12-31 2014-11-04 iLbekMtoxNXz IND Stephenson Richard   Oakland CA 94618 Mechanics Bank 1132 Exec Vice Pres n   2013-07-28 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 43.847ms · Data source: A_Contributions