home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where employer = 1976 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, 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
60544 60544 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2021-07-08 2020-07-01 2020-12-31   INC644 IND Erickson Oz   San Francisco CA 94104 Emerald Fund 1976 Principal n   2020-12-26 900 900      
62017 62017 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2021-01-21 2020-07-01 2020-12-31   INC644 IND Erickson Oz   San Francisco CA 94104 Emerald Fund 1976 Principal n   2020-12-26 900 900      
55875 55875 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-09-18 2020-01-01 2020-06-30 2020-11-03 INC358 IND Vrabel Timothy   San Carlos CA 94070 Emerald Fund 1976 Real Estate Consultant n   2020-06-25 900 900      
68871 68871 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC358 IND Vrabel Timothy   San Carlos CA 94070 Emerald Fund 1976 Real Estate Consultant n   2020-06-25 900 900      
38842 38842 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWH63J11 IND Erickson Silvanus   San Francisco CA 94104-3114 Emerald Fund 1976 Principal n   2018-04-20 800 800      
51668 51668 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWH63J11 IND Erickson Silvanus   San Francisco CA 94104-3114 Emerald Fund 1976 Principal n   2018-04-20 800 800      
30998 30998 1388641 127 ReElect Noel Gallo For Oakland City Council 2016 145 2018-07-07 2016-10-23 2016-12-31   hbC6bjJvbte6 IND Mactaggart Alastair   Oakland CA 94611 Emerald Fund 1976 President n   2016-10-24 350 350      
36949 36949 1395968 148 Libby Schaaf for Mayor 2018 185 2018-01-13 2017-07-01 2017-12-31   VNHZWFZ2M24 IND Babsin Marc   San Francisco CA 94110-1916 Emerald Fund 1976 Real Estate Developer n   2017-07-27 800 800      
31029 31029 1388641 127 ReElect Noel Gallo For Oakland City Council 2016 145 2017-09-06 2016-10-23 2016-12-31   hbC6bjJvbte6 IND Mactaggart Alastair   Oakland CA 94611 Emerald Fund 1976 President n   2016-10-24 350 350      
6118 6118 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCPNZS5 IND Erickson S Osborn   San Francisco CA 94105-3168 Emerald Fund 1976 Real Estate Developer n   2014-05-02 700 700      
20534 20534 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCPNZS5 IND Erickson S Osborn   San Francisco CA 94105-3168 Emerald Fund 1976 Real Estate Developer n   2014-05-02 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 163.2ms · Data source: A_Contributions