home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 8715 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, 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
76174 76174 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2023-07-30 2022-01-01 2022-06-30 2022-11-08 INC30 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-06-06 500 500      
77681 77681 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2023-07-30 2022-07-01 2022-09-24 2022-11-08 INC236 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-13 900 900      
77682 77682 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2023-07-30 2022-07-01 2022-09-24 2022-11-08 INC266 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-16 -500 900      
83930 83930 960997 41 Friends of Oakland Public Schools - Yes on Measure H 350 2023-01-25 2022-10-23 2022-12-31   INC1545 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 President n   2022-11-08 5192.42 5192.42      
77760 77760 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2023-01-19 2022-07-01 2022-09-24 2022-11-08 INC236 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-13 900 900      
77761 77761 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2023-01-19 2022-07-01 2022-09-24 2022-11-08 INC266 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-16 -500 900      
88017 88017 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2022-09-29 2022-07-01 2022-09-24 2022-11-08 INC236 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-13 900 900      
88018 88018 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2022-09-29 2022-07-01 2022-09-24 2022-11-08 INC266 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-09-16 -500 900      
89672 89672 1448165 282 Kyra Mungia for Oakland School Board 2022 365 2022-07-30 2022-01-01 2022-06-30 2022-11-08 INC30 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2022-06-06 500 500      
62131 62131 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2021-01-18 2020-10-18 2020-12-31 2020-11-03 INC308 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 President n   2020-10-27 500 500      
64001 64001 1422177 204 Mark Hurty for Oakland School Board 2020 256 2020-10-18 2020-09-20 2020-10-17 2020-11-03 BAk5Co4HomiJ IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2020-10-06 500 500      
56150 56150 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-19 2020-01-01 2020-06-30 2020-11-03 INC873 IND Kos-Read Isaac   Oakland CA 94606-1124 Kos Read Group, Inc. 8715 Founder n   2020-06-30 300 300      
68042 68042 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC873 IND Kos-Read Isaac   Oakland CA 94606-1124 Kos Read Group, Inc. 8715 Founder n   2020-06-30 300 300      
54248 54248 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-01-29 2019-01-01 2019-12-31   INC81 IND Kos-Read Isaac   Oakland CA 94606 Kos Read Group, Inc. 8715 Consultant n   2019-09-18 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 39.302ms · Data source: A_Contributions