home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

8 rows where employer = 3446 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, filer_name, report_start_date, report_end_date, election_date, transaction_id, last_name, first_name, city, zipcode, occupation, transaction_date, transaction_amt, year_to_date, memo_reference_number, 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
89862 89862 1441869 263 Johnson Oakland Mayor 2022 340 2022-07-21 2022-01-01 2022-06-30 2022-11-08 IDT150 IND Rowland Wayne   Oakland CA 94610 East Bay Rental Housing Association 3446 President n I 2022-02-26 900 900      
62171 62171 1426949 222 Elias Ferran for City Attorney 2020 279 2021-01-21 2020-10-18 2020-12-31 2020-11-03 INC857 IND Broadhurst Jill   Oakland CA 94611 East Bay Rental Housing Association 3446 Executive Director n   2020-10-26 100 100      
55806 55806 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-09-18 2020-01-01 2020-06-30 2020-11-03 INC403 IND Rowland Wayne   Piedmont CA 94610 East Bay Rental Housing Association 3446 President n   2020-06-26 900 900      
68802 68802 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-07-29 2020-01-01 2020-06-30 2020-11-03 INC403 IND Rowland Wayne   Piedmont CA 94610 East Bay Rental Housing Association 3446 President n   2020-06-26 900 900      
53164 53164 1342695 17 East Bay Rental Housing Association PAC 17 2020-02-16 2019-07-01 2019-12-31   INC16961 IND Moore Christopher   Piedmont CA 94611 East Bay Rental Housing Association 3446 Board Member n   2019-10-09 130 130     INC16961
53823 53823 1342695 17 East Bay Rental Housing Association PAC 17 2020-01-30 2019-07-01 2019-12-31   INC16961 IND Moore Christopher   Piedmont CA 94611 East Bay Rental Housing Association 3446 Board Member n   2019-10-09 130 130     INC16961
32454 32454 1387192 142 Viola Gonzales for City Council 2016 164 2016-10-27 2016-09-25 2016-10-22 2016-11-08 Xklmc5h8fiGW IND Broadhurst Jill   Oakland CA 94661 East Bay Rental Housing Association 3446 Executive Director n   2016-10-22 100 100      
13111 13111 1342695 17 East Bay Rental Housing Association PAC 17 2015-01-31 2014-10-01 2014-12-31   INC7128 IND Broadhurst Jill   Oakland CA 94611 East Bay Rental Housing Association 3446 Executive Director n   2014-11-26 50 100     INC7128

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