home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 2044 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, 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
68329 68329 1426949 222 Elias Ferran for City Attorney 2020 279 2020-07-30 2020-01-01 2020-06-30 2020-11-03 INC61 IND Grimes Cecil   Oakland CA 94610 Kaiser Permanente Medical Group 2044 Financial Analyst n   2020-06-17 300 300     INC61
35905 35905 1365384 87 Abel Guillen for Oakland City Council 2014 Officeholder Account 121 2018-01-18 2017-01-01 2017-06-30   INC1461 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2017-04-28 100 100      
37926 37926 1365384 87 Abel Guillen for Oakland City Council 2014 Officeholder Account 121 2017-07-26 2017-01-01 2017-06-30   INC1461 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2017-04-28 100 100      
30752 30752 1386932 125 Nehanda Imara for City Council 2016 143 2017-02-16 2016-10-23 2016-12-31   INC202 IND Lewandowski Kent A.   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2016-11-16 200 200      
31600 31600 1386932 125 Nehanda Imara for City Council 2016 143 2017-01-27 2016-10-23 2016-12-31   INC202 IND Lewandowski Kent A.   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2016-11-16 200 200      
22834 22834 1365384 87 Abel Guillen for Oakland City Council 2014 Officeholder Account 121 2016-01-26 2015-07-01 2015-12-31   INC1186 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2015-09-13 250 250     INC1186
7077 7077 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-21 2014-01-01 2014-06-30   INC8 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-03-26 100 150      
7078 7078 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-21 2014-01-01 2014-06-30   INC59 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-05-16 50 150      
8626 8626 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-13 2014-07-01 2014-09-30 2014-11-04 INC620 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-09-24 250 400      
10059 10059 1365384 87 Abel Guillen for Oakland City Council 2014 87 2015-01-13 2014-10-01 2014-10-18 2014-11-04 INC807 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-10-01 100 500      
10106 10106 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-11-01 2014-10-01 2014-10-18 2014-11-04 INC807 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-10-01 100 500      
8778 8778 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-10-22 2014-07-01 2014-09-30 2014-11-04 INC620 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-09-24 250 400      
15176 15176 1365384 87 Abel Guillen for Oakland City Council 2014 87 2014-10-22 2014-10-01 2014-10-18 2014-11-04 INC807 IND Lewandowski Kent   Oakland CA 94606 Kaiser Permanente Medical Group 2044 Data Analyst n   2014-10-01 100 500      
6308 6308 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCSKFH8 IND Saba Ziad   Oakland CA 94618-2037 Kaiser Permanente Medical Group 2044 Physician n   2014-06-03 250 250      
20725 20725 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCSKFH8 IND Saba Ziad   Oakland CA 94618-2037 Kaiser Permanente Medical Group 2044 Physician n   2014-06-03 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 23.377ms · Data source: A_Contributions