home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 1524 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, 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
75320 75320 1444142 276 Rebecca Kaplan for Supervisor 2022 358 2022-07-27 2022-04-24 2022-05-21 2022-06-07 IDT154 IND Harami Brandon   San Francisco CA 94118 Oakland City Council 1524 Council Aide n I 2022-05-18 150 150      
91166 91166 1444142 276 Rebecca Kaplan for Supervisor 2022 358 2022-05-25 2022-04-24 2022-05-21 2022-06-07 IDT154 IND Harami Brandon   San Francisco CA 94118 Oakland City Council 1524 Council Aide n I 2022-05-18 150 150      
69288 69288 1417608 205 Sheng Thao for Oakland City Council 2022 257 2021-10-11 2021-01-01 2021-06-30 2022-11-08 dvmmk5FZuP4i IND Harami Brandon   San Francsco CA 94118 Oakland City Council 1524 Council Aide n   2021-06-15 5 105      
69303 69303 1417608 205 Sheng Thao for Oakland City Council 2022 257 2021-10-11 2021-01-01 2021-06-30 2022-11-08 v1NmAU8KMe1b IND Harami Brandon   San Francsco CA 94118 Oakland City Council 1524 Council Aide n   2021-06-29 100 105      
74658 74658 1417608 205 Sheng Thao for Oakland City Council 2022 257 2021-08-02 2021-01-01 2021-06-30 2022-11-08 dvmmk5FZuP4i IND Harami Brandon   San Francsco CA 94118 Oakland City Council 1524 Council Aide n   2021-06-15 5 105      
74673 74673 1417608 205 Sheng Thao for Oakland City Council 2022 257 2021-08-02 2021-01-01 2021-06-30 2022-11-08 v1NmAU8KMe1b IND Harami Brandon   San Francsco CA 94118 Oakland City Council 1524 Council Aide n   2021-06-29 100 105      
74775 74775 1419466 206 Re-Elect Rebecca Kaplan for City Council 2020 258 2021-07-22 2021-01-01 2021-06-30   INC1223 IND Harami Brandon   San Francisco CA 94118 Oakland City Council 1524 Council Aide n   2021-06-11 100 100      
57628 57628 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC521 IND Jacobs Lisa   Oakland CA 94608 Oakland City Council 1524 Legislative Aide n   2020-08-24 100 100      
66143 66143 1421347 208 Re-Elect Lynette Gibson-McElhaney for City Council 2020 264 2020-09-23 2020-07-01 2020-09-19 2020-11-03 INC521 IND Jacobs Lisa   Oakland CA 94608 Oakland City Council 1524 Legislative Aide n   2020-08-24 100 100      
27566 27566 S10088 56 Metropolitan Greater Oakland Democratic Club-M60 52 2016-01-22 2015-07-01 2015-12-31   wfIExISCRb2c IND Guillen Abel   Oakland CA 94618 Oakland City Council 1524 District 2 n   2015-12-17 100 177.87      
27567 27567 S10088 56 Metropolitan Greater Oakland Democratic Club-M60 52 2016-01-22 2015-07-01 2015-12-31   QoHQtm2BtPB2 IND Kalb Dan Mrs. CA CA 94618 Oakland City Council 1524 Oakland City Council n   2015-12-17 100 100      
4896 4896 1352921 42 Barbara Parker City Attorney Officeholder Account 20 2013-07-30 2013-01-01 2013-06-30   4uP8Npz2wEAA IND Schaaf Libby   Oakland CA 94602 Oakland City Council 1524 Council Member n   2013-05-31 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 2800.26ms · Data source: A_Contributions