home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 2337 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
91700 91700 1462377 315 Zac Unger for Oakland City Council 2024 430 2024-04-01 2023-01-01 2023-12-31 2024-11-05 IDT124 IND Gammon Robert   Oakland CA 94619 California State Senate 2337 Press Secretary n I 2023-11-04 100 100      
92903 92903 1462377 315 Zac Unger for Oakland City Council 2024 430 2024-01-31 2023-01-01 2023-12-31 2024-11-05 IDT124 IND Gammon Robert   Oakland CA 94619 California State Senate 2337 Press Secretary n I 2023-11-04 100 100      
69390 69390 1442804 260 Support Paulina Gonzalez for Oakland City Council District 6, 2022 335 2022-02-24 2021-07-01 2021-12-31 2022-11-08 5wD7R1r5xIrh IND Durazo Maria   Los Angeles CA 90032 California State Senate 2337 State Senator n   2021-12-28 250 250      
74225 74225 1442804 260 Support Paulina Gonzalez for Oakland City Council District 6, 2022 335 2022-01-28 2021-07-01 2021-12-31 2022-06-07 5wD7R1r5xIrh IND Durazo Maria   Los Angeles CA 90032 California State Senate 2337 State Senator n   2021-12-28 250 250      
40350 40350 1395580 147 Abel Guillen for City Council 2018 184 2019-04-15 2018-01-01 2018-06-30   INC368 IND Chavez Armando   Sacramento CA 95820 California State Senate 2337 Consultant n   2018-04-03 100 100      
38696 38696 1405187 151 Nayeli Maxson for Oakland City Council 2018 189 2019-03-02 2018-01-01 2018-06-30 2018-11-06 8T7lVS484yFe IND Ghafari Aria   Sacramento CA 95816 California State Senate 2337 Legislative Aide n   2018-05-18 100 100      
40259 40259 1405565 165 Chris Young for City Council 2018 208 2019-01-19 2018-01-01 2018-06-30 2018-11-06 INC63 IND Solov Nate   Sacramento CA 95819 California State Senate 2337 Chief of Staff n   2018-05-08 100 100      
41903 41903 1404085 154 Doutherd for School Board 2018 192 2018-10-18 2018-07-01 2018-09-22 2018-11-06 INC259 IND Mitchell Holly   Los Angeles CA 90017 California State Senate 2337 Legislator n   2018-09-03 500 500      
46976 46976 1404085 154 Doutherd for School Board 2018 192 2018-09-26 2018-07-01 2018-09-22 2018-11-06 INC259 IND Mitchell Holly   Los Angeles CA 90017 California State Senate 2337 Legislator n   2018-09-03 500 500      
50166 50166 1395580 147 Abel Guillen for City Council 2018 184 2018-07-31 2018-01-01 2018-06-30   INC368 IND Chavez Armando   Sacramento CA 95820 California State Senate 2337 Consultant n   2018-04-03 100 100      
50621 50621 1405565 165 Chris Young for City Council 2018 208 2018-07-31 2018-01-01 2018-06-30   INC63 IND Solov Nate   Sacramento CA 95819 California State Senate 2337 Chief of Staff n   2018-05-08 100 100      
52161 52161 1405187 151 Nayeli Maxson for Oakland City Council 2018 189 2018-07-31 2018-01-01 2018-06-30 2018-11-06 8T7lVS484yFe IND Ghafari Aria   Sacramento CA 95816 California State Senate 2337 Legislative Aide n   2018-05-18 100 100      
7526 7526 1365610 68 Annie Campbell Washington 2014 Officeholder Committee 64 2016-02-01 2014-07-01 2014-09-30   INC101 IND Barra-Gibson Monica   Oakland CA 94618 California State Senate 2337 Consultant n   2014-09-30 250 250      
7015 7015 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-21 2014-01-01 2014-06-30   INC76 IND Chavez Armando   Sacramento CA 95823 California State Senate 2337 Consultant n   2014-05-21 250 250      
18242 18242 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-07-31 2014-01-01 2014-06-30   INC76 IND Chavez Armando   Sacramento CA 95823 California State Senate 2337 Consultant n   2014-05-21 250 250      

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