home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 5135 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, first_name, 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
59221 59221 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-10-13 2020-07-01 2020-09-19 2020-11-03 INC390 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-11 750 400      
59222 59222 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-10-13 2020-07-01 2020-09-19 2020-11-03 INC391 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-17 -350 400     INC391
59324 59324 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-10-08 2020-07-01 2020-09-19 2020-11-03 INC390 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-11 750 400      
59325 59325 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-10-08 2020-07-01 2020-09-19 2020-11-03 INC391 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-17 -350 400     INC391
64558 64558 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-09-24 2020-07-01 2020-09-19 2020-11-03 INC390 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-11 750 400      
64559 64559 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-09-24 2020-07-01 2020-09-19 2020-11-03 INC391 IND Lowe Steve   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2020-09-17 -350 400     INC391
54255 54255 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2020-01-29 2019-01-01 2019-12-31   INC64 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2019-09-12 500 500      
42141 42141 1408075 170 Courtney Ruby for Oakland City Auditor 2018 214 2019-01-21 2018-09-23 2018-10-20 2018-11-06 IDT95 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n I 2018-09-23 250 450      
46090 46090 1408075 170 Courtney Ruby for Oakland City Auditor 2018 214 2018-10-24 2018-09-23 2018-10-20 2018-11-06 IDT95 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n I 2018-09-23 250 450      
47984 47984 1408075 170 Courtney Ruby for Oakland City Auditor 2018 214 2018-09-27 2018-01-01 2018-09-22 2018-11-06 IDT5 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n I 2018-08-13 200 200      
30614 30614 1381183 112 Kaplan for Oakland City Council 2016 122 2017-07-26 2016-10-23 2016-12-31   INC572 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2016-10-31 450 700      
31692 31692 1381183 112 Kaplan for Oakland City Council 2016 122 2017-01-30 2016-10-23 2016-12-31 2016-11-08 INC572 IND Lowe Stephen   Oakland CA 94607 Stephen Lowe 5135 Real Estate Development n   2016-10-31 450 700      

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