home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 1896 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
97121 97121 1462695 318 Protect the Win for Public Safety, Oppose the Recall of DA Price (Price Ballot Measure Committee) 435 2024-10-24 2024-07-01 2024-09-21 2024-11-05 INC1276 IND Diez Eva   Berkeley CA 94707 MTC 1896 Teacher n   2024-07-25 105.24 105.24      
101141 101141 1465054 314 Nikki F Bas for Supervisor 2024 428 2024-10-24 2024-09-22 2024-10-19 2024-11-05 INC1161 IND Chan Ada   Oakland CA 94619 MTC 1896 Planner n   2024-10-14 250 250      
102111 102111 1462695 318 Protect the Win for Public Safety, Oppose the Recall of DA Price (Price Ballot Measure Committee) 435 2024-09-26 2024-07-01 2024-09-21 2024-11-05 INC1276 IND Diez Eva   Berkeley CA 94707 MTC 1896 Teacher n   2024-07-25 105.24 105.24      
105339 105339 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-07-29 2024-01-01 2024-06-30 2024-11-05 mJWt5Ng6uz9c IND Betts Karin   Oakland CA 94608 MTC 1896 Public Affairs n   2024-04-30 100 100      
29995 29995 1388641 127 ReElect Noel Gallo For Oakland City Council 2016 145 2018-07-04 2016-07-01 2016-09-24 2016-11-08 N1DHRyUato9Z IND Alvarado Catalina   Oakland CA 94611 MTC 1896 PIO n   2016-09-14 100 100      
38073 38073 1395968 148 Libby Schaaf for Mayor 2018 185 2017-07-19 2017-01-01 2017-06-30   VNHZWFXW1M5 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n   2017-06-30 250 250      
32790 32790 1388641 127 ReElect Noel Gallo For Oakland City Council 2016 145 2016-10-03 2016-07-01 2016-09-24 2016-11-08 N1DHRyUato9Z IND Alvarado Catalina   Oakland CA 94611 MTC 1896 PIO n   2016-09-14 100 100      
28898 28898 1387983 116 Invest in Oakland's Infrastructure and Affordable Housing -- Yes on KK, a Coalition of Business, Community Leaders and Oakland Residents 130 2016-09-29 2016-01-01 2016-09-24 2016-11-08 VSHBWD4P7Y9 IND Johnson Doug   Oakland CA 94618-1235 MTC 1896 Planner n I 2016-08-29 100 100      
34061 34061 1387983 116 Invest in Oakland's Infrastructure and Affordable Housing -- Yes on KK, a Coalition of Business, Community Leaders and Oakland Residents 130 2016-09-29 2016-01-01 2016-09-24 2016-11-08 VSHBWD4P7Y9 IND Johnson Doug   Oakland CA 94618-1235 MTC 1896 Planner n   2016-08-29 100 100      
17506 17506 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-09-30 2014-07-01 2014-09-30 2014-11-04 VNHZWCY1PY4 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n R 2014-07-08 -1 700      
5939 5939 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCWA7K3 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n   2014-06-30 450 700      
6274 6274 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWC8F9Z7 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n   2014-02-07 251 700      
20354 20354 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCWA7K3 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n   2014-06-30 450 701      
20691 20691 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWC8F9Z7 IND Johnson Douglas   Oakland CA 94618-1235 MTC 1896 Planner n   2014-02-07 251 701      

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