home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 4637 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
100096 100096 1467002 348 Baba Afolabi for Oakland City Council 2024 473 2025-01-26 2024-10-20 2024-12-31 2024-11-05 IDT85 IND Eng Cheong-tseng   Oakland CA 94606 San Francisco Municipal Transportation Agency 4637 Developer n I 2024-10-27 100 100      
105410 105410 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-07-29 2024-01-01 2024-06-30 2024-11-05 fj89Ra1dzvlk IND Tumlin Jeffrey   San Francisco CA 94114 San Francisco Municipal Transportation Agency 4637 Director n   2024-06-12 600 600      
93215 93215 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-01-30 2023-07-01 2023-12-31 2024-11-05 3rHgyeebnHJd IND Ratcliffe Kathryn   San Francisco CA 94116 San Francisco Municipal Transportation Agency 4637 Policy Manager n   2023-11-10 100 100      
93342 93342 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-01-30 2023-07-01 2023-12-31 2024-11-05 7SyFJcUvFxpl IND Tumlin Jeffrey   San Francisco CA 94114 San Francisco Municipal Transportation Agency 4637 Director n   2023-12-28 600 600      
61439 61439 1379121 109 Roseann Torres for Oakland School Board 2016 114 2021-01-30 2020-07-01 2020-12-31   INC324 IND Valerio Victor   Oakland CA 94621 San Francisco Municipal Transportation Agency 4637 Project Engineer n   2020-12-03 250 250      
42825 42825 1395580 147 Abel Guillen for City Council 2018 184 2019-03-15 2018-09-23 2018-10-20 2018-11-06 INC794 IND Brisson Liz   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2018-10-12 75 118      
42861 42861 1395580 147 Abel Guillen for City Council 2018 184 2019-02-26 2018-09-23 2018-10-20 2018-11-06 INC794 IND Brisson Liz   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2018-10-12 75 118      
42897 42897 1395580 147 Abel Guillen for City Council 2018 184 2019-01-09 2018-09-23 2018-10-20 2018-11-06 INC794 IND Brisson Liz   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2018-10-12 75 118      
45131 45131 1395580 147 Abel Guillen for City Council 2018 184 2018-10-25 2018-09-23 2018-10-20 2018-11-06 INC794 IND Brisson Liz   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2018-10-12 75 118      
36960 36960 1395968 148 Libby Schaaf for Mayor 2018 185 2018-01-13 2017-07-01 2017-12-31   VNHZWG879Q3 IND Brisson Liz   Oakland CA 94612-1865 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2017-11-03 100 300      
37984 37984 1395968 148 Libby Schaaf for Mayor 2018 185 2017-07-19 2017-01-01 2017-06-30   VNHZWFQ42S6 IND Brisson Liz   Oakland CA 94612-1865 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2017-04-17 200 200      
38302 38302 1376660 111 Annie Campbell Washington for Oakland City Council 2018 120 2017-07-10 2017-01-01 2017-06-30 2018-11-06 INC63 IND Brisson Elizabeth   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Transportation Planner n   2017-06-05 100 100      
35519 35519 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 2016-07-26 2016-01-01 2016-06-30   VNHZWESBVC6 IND Brisson Liz   Oakland CA 94612-1865 San Francisco Municipal Transportation Agency 4637 Transportation Planner n I 2016-05-09 100 100      
23157 23157 1379618 115 Transport Oakland 126 2016-01-29 2015-01-01 2015-12-31   INC1 IND Brisson Liz   Oakland CA 94612 San Francisco Municipal Transportation Agency 4637 Project Manager n   2015-10-20 500 500      

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