home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 449 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
99639 99639 1466089 339 Tonya Love for Oakland City Council At Large 2024 459 2025-01-28 2024-07-01 2024-12-31 2024-11-05 QXe693LRr4bl IND Toney Mark   Lakeport CA 95453 TURN 449 Executive Director n   2024-08-01 150 150      
101222 101222 1465054 314 Nikki F Bas for Supervisor 2024 428 2024-10-24 2024-09-22 2024-10-19 2024-11-05 INC1039 IND Toney Mark   Lakeport CA 95453 TURN 449 Executive Director n   2024-09-29 100 350      
104522 104522 1465054 314 Nikki F Bas for Supervisor 2024 428 2024-07-31 2024-02-18 2024-06-30 2024-03-05 INC341 IND Toney Mark   Lakeport CA 95453 TURN 449 Executive Director n   2024-02-23 250 250      
93331 93331 1463590 320 Warren Logan for Oakland City Council District 3 2024 438 2024-01-30 2023-07-01 2023-12-31 2024-11-05 J5huIhc1YBLi IND Morsony Katherine   Oakland CA 94602 TURN 449 Lawyer n   2023-12-19 250 250      
77412 77412 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-07-31 2022-01-01 2022-06-30   4874082 IND Slider Pierre Constance   Oakland CA 94611-1426 TURN 449 Director n   2022-06-30 100 100      
88716 88716 1441375 266 Loren Taylor for Mayor 2022 344 2022-07-31 2022-01-01 2022-06-30   4874082 IND Slider Pierre Constance   Oakland CA 94611-1426 TURN 449 Director n   2022-06-30 100 100      
74955 74955 1400325 150 Nikki F Bas for City Council 2018 Officeholder 262 2021-07-29 2021-01-01 2021-06-30 2018-11-06 IDT541 IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n I 2021-03-22 250 250      
64411 64411 1428941 242 Aaron Clay for Oakland City Council 2020 306 2020-09-24 2020-08-04 2020-09-19 2020-11-03 fpVVbah6s9Xh IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n   2020-09-04 200 200      
40687 40687 1400325 150 Nikki Fortunato Bas for Oakland City Council 2018 187 2018-10-24 2018-07-01 2018-09-22 2018-11-06 IDT223 IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n I 2018-07-02 100 100      
47920 47920 1400325 150 Nikki Fortunato Bas for Oakland City Council 2018 187 2018-09-26 2018-07-01 2018-09-22 2018-11-06 IDT223 IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n I 2018-07-02 100 100      
18771 18771 1361954 51 Dan Kalb City Council Officeholder Committee 44 2014-07-31 2014-01-01 2014-06-30   Q9dDwtMtbf4v IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n   2014-06-04 100 100      
1669 1669 1343715 6 Dan Kalb for City Council 2012 6 2012-10-05 2012-07-01 2012-09-30   12208868 IND Toney Mark   Oakland CA 94619 TURN 449 Executive Director n   2012-09-30 100 100      

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