home / election_finance

contribution_reports_24_hours

FPPC Form 497

Data source: 497

12 rows where committee_id = 238 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, filer_name, committee_type, report_date, election_date, transaction_id, entity_last_name, entity_city, entity_zipcode, contribution_date, amount, report_date (date), report_start_date (date), report_end_date (date), election_date (date), contribution_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type entity_last_name entity_first_name entity_prefix entity_suffix entity_city entity_state entity_zipcode contributor_employer contributor_occupation contributor_self_employed contribution_date amount committee_id candidate_last_name candidate_first_name candidate_prefix candidate_suffix office_sought office_jurisdiction district_number incumbent ballot_measure_name ballot_measure_number ballot_measure_jurisdiction memo_reference_number
1864 1864 1467768 341 Oaklanders Together - For A Safer Oakland, Yes on NN 470 BMC 2024-10-09     2024-11-05 INC161 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2024-10-08 00:00:00 50000 1296947 238                        
1868 1868 1453161 274 YES on BB and No on CC East Bay Tenant Union PAC 469 RCP 2024-10-09     2024-11-05 INC325 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2024-10-08 00:00:00 2000 1296947 238                        
1461 1461 960997 41 Friends of Oakland Public Schools - Yes on Measure H 350 RCP 2022-10-10     2022-11-08 INC1342 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2022-10-07 00:00:00 10000 1296947 238                        
1565 1565 1445857 278 Neighbors for the Oakland Library - Yes on C! 360 BMC 2022-05-19     2022-06-07 INC178 COM Service Employees International Union Local #1021 Issues PAC       Sacramento CA 95814       2022-05-18 00:00:00 10000 1296947 238                        
1124 1124 960997 41 Friends of Oakland Public Schools - Yes on Measure Y 271 RCP 2020-09-18       INC899 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2020-09-17 00:00:00 5000 1296947 238                        
1189 1189 1423153 199 Yes on Q! Oakland Neighbors for our Parks and People 250 BMC 2020-02-21       INC121 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2020-02-20 00:00:00 10000 1296947 238                        
555 555 1310647 57 The Oakland Fund for Measure AA 201 BMC 2018-11-05     2018-11-06 F497P1-428 COM SERVICE EMPLOYEE INTERNATION UNION LOCAL 1021 ISSUES PAC       Sacramento CA 95814       2018-11-05 00:00:00 10000 1296947 238                        
864 864 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-19       INC304 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2018-04-19 00:00:00 5000 1296947 238                        
329 329 960997 41 Friends of Oakland Public Schools Yes on G1 2016 166 BMC 2016-10-21 2016-10-20 2016-10-20 2014-11-04 F497P1-872 COM Service Employees International Union Local 1021       Sacramento CA 95814       2016-10-20 00:00:00 10000 1296947 238                        
248 248 1386145 126 Coalition for Police Accountability Yes on LL 144 BMC 2016-10-09       INC160 COM Service Employees International Union Issues PAC       Sacramento CA 95614   PAC   2016-10-07 00:00:00 5000 1296947 238                        
406 406 1386145 126 Coalition for Police Accountability Yes on LL 144 BMC 2016-10-09       INC160 COM Service Employees International Union Issues PAC       Sacramento CA 95614   PAC   2016-09-30 00:00:00 5000 1296947 238                        
477 477 1364564 71 Committee to Protect Oakland Renters - Yes on Measure JJ, sponsored by labor and community organizations 128 BMC 2016-09-22       INC437 COM Service Employees International Union Local 1021 Issues PAC       Oakland CA 94609       2016-09-21 00:00:00 12000 1296947 238                        

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "contribution_reports_24_hours" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "committee_type" TEXT,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "entity_last_name" TEXT,
  "entity_first_name" TEXT,
  "entity_prefix" TEXT,
  "entity_suffix" TEXT,
  "entity_city" TEXT,
  "entity_state" TEXT,
  "entity_zipcode" TEXT,
  "contributor_employer" INTEGER,
  "contributor_occupation" TEXT,
  "contributor_self_employed" TEXT,
  "contribution_date" TEXT,
  "amount" NUMERIC,
  "committee_id" INTEGER,
  "candidate_last_name" TEXT,
  "candidate_first_name" TEXT,
  "candidate_prefix" TEXT,
  "candidate_suffix" TEXT,
  "office_sought" TEXT,
  "office_jurisdiction" TEXT,
  "district_number" TEXT,
  "incumbent" TEXT,
  "ballot_measure_name" TEXT,
  "ballot_measure_number" TEXT,
  "ballot_measure_jurisdiction" TEXT,
  "memo_reference_number" TEXT
,
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 ("contributor_employer") REFERENCES [businesses](id));
CREATE INDEX ["contribution_reports_24_hours_filer_id"] ON [contribution_reports_24_hours]("filer_id");
CREATE INDEX ["contribution_reports_24_hours_filer_name"] ON [contribution_reports_24_hours]("filer_name");
CREATE INDEX ["contribution_reports_24_hours_committee_id"] ON [contribution_reports_24_hours]("committee_id");
CREATE INDEX ["contribution_reports_24_hours_contributor_employer"] ON [contribution_reports_24_hours]("contributor_employer");
Powered by Datasette · Queries took 44.247ms · Data source: 497