home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 3352 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, entity_type, 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
92015 92015 1462429 312 Ryan Richardson for Oakland City Attorney 2024 424 2024-08-22 2023-01-01 2023-12-31 2024-11-05 IDT16 IND Van Dusen Katharine   Alameda CA 94501 Attorney 3352 Coblentz n I 2023-10-05 200 200      
92753 92753 1462429 312 Ryan Richardson for Oakland City Attorney 2024 424 2024-01-31 2023-01-01 2023-12-31 2024-11-05 INC104 IND Van Dusen Katharine   Alameda CA 94501 Attorney 3352 Coblentz n   2023-10-05 200 200      
83019 83019 1442594 258 Sheng Thao for Oakland Mayor 2022 330 2023-02-01 2022-07-01 2022-12-31 2022-11-08 clQQn3rKPWbE IND Lightner Star   Oakland CA 94609 Attorney 3352 Miller Starr Regalia n   2022-09-26 900 900      
81826 81826 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5730978 IND Sirbu Gary   Oakland CA 94602-2003 Attorney 3352 Attorney n   2022-10-22 50 300      
82262 82262 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5730978 IND Sirbu Gary   Oakland CA 94602-2003 Attorney 3352 Attorney n   2022-10-22 50 300      
84728 84728 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5730978 IND Sirbu Gary   Oakland CA 94602-2003 Attorney 3352 Attorney n   2022-10-22 50 300      
84866 84866 1442594 258 Sheng Thao for Oakland Mayor 2022 330 2022-10-27 2022-09-25 2022-10-22 2022-11-08 clQQn3rKPWbE IND Lightner Star   Oakland CA 94609 Attorney 3352 Miller Starr Regalia n   2022-09-26 900 900      
85837 85837 1453834 290 Kenny Session For City Council District 6 2022 374 2022-10-03 2022-07-01 2022-09-24 2022-11-08 v4eSbPX1C5kd IND Pulley Warren   San Francisco CA 94107 Attorney 3352 Boxer Gerson n   2022-09-19 900 900      
79129 79129 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-09-29 2022-07-01 2022-09-24 2022-11-08 5353067 IND Sirbu Gary   Oakland CA 94602-2003 Attorney 3352 Attorney n   2022-09-24 250 250      
63619 63619 1429104 235 Richard Santos Raya for Oakland City Council District 5 2020 297 2020-10-22 2020-09-20 2020-10-17 2020-11-03 YFZ8FA7KkTfZ IND Patel Priya   Oakland CA 94612 Attorney 3352 Central Legal De La Raza n   2020-10-15 101 101      
29137 29137 1375179 107 Re-Elect McElhaney for City Council 2016 112 2017-01-25 2016-07-01 2016-09-24 2016-11-08 INC620 IND Killian Clinton   Oakland CA 94612 Attorney 3352 Law Offices of Clinton Killian n   2016-08-30 100 100      
33558 33558 1375179 107 Re-Elect McElhaney for City Council 2016 112 2016-09-29 2016-07-01 2016-09-24 2016-11-08 INC620 IND Killian Clinton   Oakland CA 94612 Attorney 3352 Law Offices of Clinton Killian n   2016-08-30 100 100      
11272 11272 1366244 85 Kevin Blackburn for Oakland City Council 2014 83 2015-03-20 2014-10-19 2014-12-31 2014-11-04 INC524 OTH Wilson William   Oakland CA 94610 Attorney 3352 Common Sense Media n   2014-10-31 100 100      
14387 14387 1365733 83 Shakir-Gilmore for Oakland School Board 2014 81 2014-10-23 2014-10-01 2014-10-18 2014-11-04 gXCwhZ6fNz67 IND Stein David   Oakland CA 94610 Attorney 3352 Donahue Fitzgerald n   2014-10-01 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 18.807ms · Data source: A_Contributions