home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

16 rows where employer = 1345 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, state, 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
109794 109794 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-04-02 2025-03-02 2025-03-29 2025-04-15 INC559 IND Wright Laura   San Francisco CA 94102 McKinsey 1345 Consultant n   2025-03-18 250 500      
98247 98247 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-01 2024-01-01 2024-12-31 2025-04-15 INC280 IND Bryant Jacob   Seattle WA 98122 McKinsey 1345 Business Partner n   2024-12-31 200 200     INC280
98518 98518 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-03-05 2024-01-01 2024-12-31 2025-04-15 INC3 IND Wright Laura   San Francisco CA 94102 McKinsey 1345 Consultant n   2024-12-21 100 100      
111850 111850 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-03-05 2025-01-01 2025-03-01 2025-04-15 INC236 IND Burns Maya   Los Angeles CA 90025 McKinsey 1345 Consultant n   2025-01-27 250 250      
111884 111884 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-03-05 2025-01-01 2025-03-01 2025-04-15 INC278 IND Huang Yuan   New York NY 10019 McKinsey 1345 Consultant n   2025-02-01 100 100      
111946 111946 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-03-05 2025-01-01 2025-03-01 2025-04-15 INC326 IND Wright Laura   San Francisco CA 94102 McKinsey 1345 Consultant n   2025-02-18 250 250      
98619 98619 1477604 363 Charlene Wang for Oakland City Council District 2 488 2025-01-30 2024-07-01 2024-12-31 2025-04-15 9RzXhJH6QIjZ IND Kaushal Jessica   Somerville MA 02143 McKinsey 1345 Consultant n   2024-12-30 200 200      
99250 99250 1477437 356 Kara Murray Badal for Oakland City Council 2025 481 2025-01-30 2024-01-01 2024-12-31 2025-04-15 INC3 IND Wright Laura   San Francisco CA 94102 McKinsey 1345 Consultant n   2024-12-21 100 100      
99391 99391 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-01-29 2024-01-01 2024-12-31 2025-04-15 INC280 IND Bryant Jacob   Seattle WA 98122 McKinsey 1345 Business Partner n   2024-12-31 200 200     INC280
101310 101310 1469795 331 Patrice Berry for Oakland School Board 2024 450 2024-10-24 2024-09-22 2024-10-19 2024-11-05 273 IND Schiff Robert   San Francisco CA 94108 McKinsey 1345 Management consultant n   2024-10-04 200 600      
103392 103392 1464418 311 Patrice Berry for Oakland School Board 2024 450 2024-09-22 2024-07-01 2024-09-21 2024-11-05 139 IND Schiff Robert   San Francisco CA 94108 McKinsey 1345 Consultant n   2024-09-18 400 400      
103670 103670 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-07-31 2024-01-01 2024-06-30 2024-11-05 RxkUho8V47wK IND Kaushal Jessica   Somerville MA 02143 McKinsey 1345 Consultant n   2024-05-15 200 200      
82361 82361 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5927737 IND Bryant Jacob   Seattle WA 98122-5114 McKinsey 1345 Consultant n   2022-11-03 400 400      
83699 83699 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5927737 IND Bryant Jacob   Seattle WA 98122-5114 McKinsey 1345 Consultant n   2022-11-03 400 400      
70692 70692 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-01-31 2021-07-01 2021-12-31   2801347 IND Bryant Jacob   Seattle WA 98122-5114 McKinsey 1345 Consultant n   2021-10-16 500 500      
4476 4476 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 INC262 IND Gerhard Jennifer   New York NY 10021 McKinsey 1345 Human Resources n   2013-06-21 700 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 1043.409ms · Data source: A_Contributions