home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 870 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, state, 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
91071 91071 1446325 283 Nick Resnick for Oakland School Board 2022 District 4 367 2022-07-18 2022-01-01 2022-06-30 2022-11-08 eV3hgMaDZXze IND Chun Edmund   Oakland CA 94619 IBM 870 Engineer n   2022-05-09 500 500      
58737 58737 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-01-19 2020-07-01 2020-09-19 2020-11-03 INC819 IND Jackson Larry   Danville CA 94526 IBM 870 Project Executive n   2020-07-30 150 150      
58977 58977 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC819 IND Jackson Larry   Danville CA 94526 IBM 870 Project Executive n   2020-07-30 150 150      
64639 64639 1429104 235 Richard Santos Raya for Oakland City Council District 5 2020 297 2020-09-24 2020-07-01 2020-09-19 2020-11-03 2eJJ6j9z7Uk3 IND Tyler David   Los Angeles CA 90039 IBM 870 Engineer n   2020-08-13 100 100      
64981 64981 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-09-24 2020-07-01 2020-09-19 2020-11-03 INC819 IND Jackson Larry   Danville CA 94526 IBM 870 Project Executive n   2020-07-30 150 150      
48980 48980 1406241 173 Charlie Michelson for Oakland City Council 2018 219 2018-07-31 2018-05-29 2018-06-30 2018-11-06 TrR224Ch4ync IND Dever Scott   Costa Mesa CA 92626 IBM 870 Engineer n   2018-06-04 100 100      
16058 16058 1368984 84 Aimee Eng for School Board 2014 82 2014-10-06 2014-07-01 2014-09-30 2014-11-04 ASiAKkIWTYgm IND Chiu Susan   San Jose CA 95120 IBM 870 SWEngr n   2014-09-20 100 100      
6979 6979 1357609 40 Parker for Oakland Mayor 2014 34 2014-09-16 2014-01-01 2014-06-30 2014-11-04 INC1461 IND Beard Jerome   Armonk NY 10504 IBM 870 ISV Software Sales n   2014-04-05 106.49 106.49      
6983 6983 1357609 40 Parker for Oakland Mayor 2014 34 2014-09-16 2014-01-01 2014-06-30 2014-11-04 INC1313 IND Short John   Walnut Creek CA 94598 IBM 870 Senior Project Executive n   2014-04-05 500 500      
19034 19034 1357609 40 Parker for Oakland Mayor 2014 34 2014-07-31 2014-01-01 2014-06-30 2014-11-04 INC1313 IND Short John   Walnut Creek CA 94598 IBM 870 Senior Project Executive n   2014-04-05 500 500      
19100 19100 1357609 40 Parker for Oakland Mayor 2014 34 2014-07-31 2014-01-01 2014-06-30 2014-11-04 INC1461 IND Beard Jerome   Armonk NY 10504 IBM 870 ISV Software Sales n   2014-04-05 106.49 106.49      
2924 2924 1357609 40 Parker for Oakland Mayor 2014 34 2014-01-31 2013-07-01 2013-12-31 2014-11-04 INC859 IND Dierkx Keith   Piedmont CA 94618 IBM 870 Information Technology Executive n   2013-12-31 500 550      
3017 3017 1357609 40 Parker for Oakland Mayor 2014 34 2014-01-31 2013-07-01 2013-12-31 2014-11-04 INC582 IND Robertson Keith   San Leandro CA 94577 IBM 870 Sales n   2013-12-11 700 700      
4444 4444 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 INC50 IND Sprewell Darrell   Oakland CA 94605 IBM 870 Business Development/Software Sales n   2013-06-06 50 300      
4573 4573 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 INC221 IND Sprewell Darrell   Oakland CA 94605 IBM 870 Business Development/Software Sales n   2013-06-20 250 300      

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