home / election_finance

expenditure_summaries

FPPC Form 460, Schedule D

Data source: D_Expenditure

11 rows where filer_name = 499 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, payee_last_name, expenditure_date, expenditure_amt, year_to_date, expenditure_description, candidate_last_name, office_sought, report_date (date), report_start_date (date), report_end_date (date), election_date (date), expenditure_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type payee_last_name payee_first_name payee_prefix payee_suffix payee_city payee_state payee_zipcode expenditure_date expenditure_amt year_to_date expenditure_type expenditure_description 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 support_or_oppose memo_reference_number
3481 3481 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-04-03 2025-03-02 2025-03-29 2025-04-15 EDT12 COM Barbara Lee S2025 IE             2025-03-03 500 23164 IND Online ads   Barbara Lee       MAY Oakland           S  
3482 3482 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-04-03 2025-03-02 2025-03-29 2025-04-15 EDT13 COM Barbara Lee S2025 IE             2025-03-05 250 23164 IND Graphic Design services   Barbara Lee       MAY Oakland           S  
3483 3483 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-04-03 2025-03-02 2025-03-29 2025-04-15 EDT14 COM Barbara Lee S2025 IE             2025-03-26 3914 23164 IND Mailing List   Barbara Lee       MAY Oakland           S  
3561 3561 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-03-03 2025-01-01 2025-03-01 2025-04-15 PDT17 COM Barbara Lee S2025 IE             2025-02-04 5000 18500 IND Consulting   Barbara Lee       MAY Oakland           S  
3562 3562 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-03-03 2025-01-01 2025-03-01 2025-04-15 EDT10 COM Barbara Lee S2025 IE             2025-02-24 10000 18500 IND Newspaper ads   Barbara Lee       MAY Oakland           S  
3563 3563 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-03-03 2025-01-01 2025-03-01 2025-04-15 EDT11 COM Barbara Lee S2025 IE             2025-02-26 3500 18500 IND Graphic Design services   Barbara Lee       MAY Oakland           S  
3242 3242 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-01-16 2024-10-20 2024-12-31   PDT14 COM LeRonne Armstrong (IE)             2024-10-20 800 57903.31 IND Graphic Design services   LeRonne Armstrong       OTH Oakland           S  
3243 3243 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-01-16 2024-10-20 2024-12-31   PDT15 COM LeRonne Armstrong (IE)             2024-10-20 5000 57903.31 IND Newspaper ads   LeRonne Armstrong       OTH Oakland           S  
3244 3244 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-01-16 2024-10-20 2024-12-31   PDT16 COM LeRonne Armstrong (IE)             2024-10-20 5000 57903.31 IND Consulting   LeRonne Armstrong       OTH Oakland           S  
3245 3245 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-01-16 2024-10-20 2024-12-31   EDT8 COM LeRonne Armstrong (IE)             2024-10-21 6512.92 57903.31 IND Mailer   LeRonne Armstrong       OTH Oakland           S  
3246 3246 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 RCP 2025-01-16 2024-10-20 2024-12-31   EDT7 COM LeRonne Armstrong (IE)             2024-10-25 2000 57903.31 IND Consulting   LeRonne Armstrong       OTH Oakland           S  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "expenditure_summaries" (
"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,
  "payee_last_name" TEXT,
  "payee_first_name" TEXT,
  "payee_prefix" TEXT,
  "payee_suffix" TEXT,
  "payee_city" TEXT,
  "payee_state" TEXT,
  "payee_zipcode" TEXT,
  "expenditure_date" TEXT,
  "expenditure_amt" NUMERIC,
  "year_to_date" NUMERIC,
  "expenditure_type" TEXT,
  "expenditure_description" TEXT,
  "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,
  "support_or_oppose" 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));
CREATE INDEX ["expenditure_summaries_filer_id"] ON [expenditure_summaries]("filer_id");
CREATE INDEX ["expenditure_summaries_filer_name"] ON [expenditure_summaries]("filer_name");
CREATE INDEX ["expenditure_summaries_committee_id"] ON [expenditure_summaries]("committee_id");
Powered by Datasette · Queries took 26.908ms · Data source: D_Expenditure