home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 2530 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
93251 93251 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-01-30 2023-07-01 2023-12-31 2024-11-05 DheidGJwIQg7 IND Hiatt Rachel   San Francisco CA 94103 San Francisco County Transportation Authority 2530 Planner n   2023-11-17 100 100      
46844 46844 1395968 148 Libby Schaaf for Mayor 2018 185 2018-09-25 2018-07-01 2018-09-22 2018-11-06 VNHZWJGS6G8 IND Tischler Daniel   Oakland CA 94607-3832 San Francisco County Transportation Authority 2530 Transportation Planner n   2018-09-21 100 100      
31607 31607 1379618 115 Transport Oakland 126 2017-01-29 2016-10-23 2016-12-31   INC322 IND Dentel-Post Colin   Oakland CA 94609 San Francisco County Transportation Authority 2530 Senior Transportation Planner n   2016-12-11 100 200      
28497 28497 1379618 115 Transport Oakland 126 2016-09-09 2016-01-01 2016-06-30   INC23 IND Dentel-Post Colin   Oakland CA 94609 San Francisco County Transportation Authority 2530 Senior Transportation Planner n   2016-01-18 100 100      
35404 35404 1379618 115 Transport Oakland 126 2016-07-23 2016-01-01 2016-06-30   INC23 IND Dentel-Post Colin   Oakland CA 94609 San Francisco County Transportation Authority 2530 Senior Transportation Planner n   2016-01-18 100 100      
7531 7531 1365610 68 Annie Campbell Washington 2014 Officeholder Committee 64 2016-02-01 2014-07-01 2014-09-30   INC323 IND Brisson Liz   Oakland CA 94612 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-29 100 100      
23158 23158 1379618 115 Transport Oakland 126 2016-01-29 2015-01-01 2015-12-31   INC2 IND Schwartz Michael   Oakland CA 94610 San Francisco County Transportation Authority 2530 Principal Transportation Planner n   2015-10-20 500 500      
8587 8587 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-13 2014-07-01 2014-09-30 2014-11-04 INC723 IND Fine Sarah   Oakland CA 94610 San Francisco County Transportation Authority 2530 Planner n   2014-09-30 100 100      
8739 8739 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-10-22 2014-07-01 2014-09-30 2014-11-04 INC723 IND Fine Sarah   Oakland CA 94610 San Francisco County Transportation Authority 2530 Planner n   2014-09-30 100 100      
15515 15515 1360826 91 Committee to Elect Michael V. Johnson City Council 2014 40 2014-10-08 2014-07-01 2014-09-30 2014-11-04 VN8V4D0ZW61 IND Brisson Liz   Oakland CA 94612-1865 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-30 100 100      
16628 16628 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-10-04 2014-07-01 2014-09-30 2014-11-04 INC723 IND Fine Sarah   Oakland CA 94610 San Francisco County Transportation Authority 2530 Planner n   2014-09-30 100 100      
7957 7957 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-09-30 2014-07-01 2014-09-30 2014-11-04 VNHZWD6A2W6 IND Brisson Liz   Oakland CA 94612-1865 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-30 100 150      
7963 7963 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-09-30 2014-07-01 2014-09-30 2014-11-04 VNHZWD6HXA7 IND Fine Sarah   Oakland CA 94610-3623 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-30 100 100      
17556 17556 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-09-30 2014-07-01 2014-09-30 2014-11-04 VNHZWD6A2W6 IND Brisson Liz   Oakland CA 94612-1865 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-30 100 150      
17562 17562 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-09-30 2014-07-01 2014-09-30 2014-11-04 VNHZWD6HXA7 IND Fine Sarah   Oakland CA 94610-3623 San Francisco County Transportation Authority 2530 Transportation Planner n   2014-09-30 100 100      

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