home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 1434 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
59995 59995 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2021-01-27 2020-09-20 2020-10-17 2020-11-03 INC1432 IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 President n   2020-10-09 50 550      
62974 62974 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-10-22 2020-09-20 2020-10-17 2020-11-03 INC1432 IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 President n   2020-10-09 50 550      
56169 56169 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-19 2020-01-01 2020-06-30 2020-11-03 INC279 IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 President n   2020-01-13 250 500      
56170 56170 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-09-19 2020-01-01 2020-06-30 2020-11-03 INC746 IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 President n   2020-06-30 250 500      
68061 68061 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC279 IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 President n   2020-01-13 250 500      
68062 68062 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC746 IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 President n   2020-06-30 250 500      
30410 30410 1382408 124 Re-Elect Dan Kalb Oakland City Council 2016 142 2018-07-28 2016-09-25 2016-10-22 2016-11-08 XeJJRk3ANw4M IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 Owner/Manager n   2016-09-29 100 350      
28762 28762 1382408 124 Re-Elect Dan Kalb Oakland City Council 2016 142 2018-07-26 2016-01-01 2016-06-30   8zJa8rIZZq4D IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 Owner/Manager n   2016-06-18 250 250      
29887 29887 1382408 124 Re-Elect Dan Kalb Oakland City Council 2016 142 2016-10-23 2016-07-01 2016-09-24 2016-11-08 XeJJRk3ANw4M IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 Owner/Manager n   2016-09-24 100 350      
33091 33091 1382408 124 Re-Elect Dan Kalb Oakland City Council 2016 142 2016-09-29 2016-07-01 2016-09-24 2016-11-08 XeJJRk3ANw4M IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 Owner/Manager n   2016-09-24 100 350      
34465 34465 1382408 124 Re-Elect Dan Kalb Oakland City Council 2016 142 2016-08-02 2016-01-01 2016-06-30   8zJa8rIZZq4D IND Link Gordon   Oakland CA 94609-1127 Controlled Energy 1434 Owner/Manager n   2016-06-18 250 250      
17337 17337 1354678 38 Re-Elect Mayor Quan 2014 32 2014-10-06 2014-07-01 2014-09-30 2014-11-04 Zpzjdixkygpn IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 owner/manager n   2014-09-29 150 150      
4640 4640 1320283 55 Jean Quan for Mayor of Oakland 2010/Office Holder Account 50 2013-07-31 2013-01-01 2013-06-30   igtDSkcmuQLM IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 owner/manager n   2013-01-05 100 100      
4743 4743 1354678 38 Re-Elect Mayor Quan 2014 32 2013-07-31 2013-01-01 2013-06-30   kHTP3XirLhzs IND Link Gordon   Oakland CA 94609 Controlled Energy 1434 owner/manager n   2013-06-24 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 106.279ms · Data source: A_Contributions