home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

15 rows where employer = 6542 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, 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
57000 57000 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2021-01-27 2020-07-01 2020-09-19 2020-11-03 INC1183 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-09-11 125 425      
63690 63690 1427469 224 Re-elect City Attorney Barbara Parker 2020 281 2020-10-22 2020-09-20 2020-10-17 2020-11-03 vQY7l97i6Ce1 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Mediator of counsel n   2020-09-29 100 100      
57155 57155 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-10-20 2020-07-01 2020-09-19 2020-11-03 INC1183 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-09-11 125 425      
66623 66623 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-24 2020-07-01 2020-09-19 2020-11-03 INC1183 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-09-11 125 425      
56193 56193 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-19 2020-01-01 2020-06-30 2020-11-03 INC387 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-04-08 150 300      
56194 56194 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-19 2020-01-01 2020-06-30 2020-11-03 INC717 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-06-28 150 300      
68085 68085 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC387 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-04-08 150 300      
68086 68086 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC717 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2020-06-28 150 300      
52847 52847 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-20 2019-07-01 2019-12-31 2020-11-03 INC260 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2019-12-31 150 150      
54367 54367 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-01-29 2019-07-01 2019-12-31 2020-11-03 INC260 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Attorney & Mediator n   2019-12-31 150 150      
40480 40480 1395580 147 Abel Guillen for City Council 2018 184 2019-04-15 2018-01-01 2018-06-30   INC557 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Mediator/Attorney n   2018-06-28 100 100      
43689 43689 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 2019-01-12 2018-10-21 2018-12-31   VNHZWKMFGM8 IND Nye Bruce   Oakland CA 94618-2215 Scali Rasmussen 6542 Attorney / Mediator n I 2018-11-29 200 200      
50296 50296 1395580 147 Abel Guillen for City Council 2018 184 2018-07-31 2018-01-01 2018-06-30   INC557 IND Nye Bruce   Oakland CA 94618 Scali Rasmussen 6542 Mediator/Attorney n   2018-06-28 100 100      
38991 38991 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHH7PB2 IND Nye Bruce   Oakland CA 94618-2215 Scali Rasmussen 6542 Attorney / Mediator n   2018-06-29 200 200      
51816 51816 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHH7PB2 IND Nye Bruce   Oakland CA 94618-2215 Scali Rasmussen 6542 Attorney / Mediator n   2018-06-29 200 200      

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