home / election_finance

expenditure_summaries

FPPC Form 460, Schedule D

Data source: D_Expenditure

7 rows where filer_name = 211 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, transaction_id, payee_last_name, payee_city, payee_zipcode, expenditure_date, expenditure_amt, year_to_date, expenditure_description, candidate_last_name, candidate_first_name, office_sought, district_number, 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
2875 2875 1404347 167 Gonzales for School Board 2018 211 CTL 2022-05-03 2022-01-01 2022-05-03   wBrmoCOIwgbW COM David Kakishiba for Supervisor 2022       Oakland CA 94606 2022-03-07 5000 10000 MON Contribution to Supervisor Campaign   Kakishiba David     CSU   3.0         S  
2876 2876 1404347 167 Gonzales for School Board 2018 211 CTL 2022-05-03 2022-01-01 2022-05-03   C52UkbhggGKL COM David Kakishiba for Supervisor 2022       Oakland CA 94606 2022-05-03 5000 10000 MON Contribution to Supervisor Campaign   Kakishiba David     CSU   3.0         S  
2877 2877 1404347 167 Gonzales for School Board 2018 211 CTL 2022-05-03 2022-01-01 2022-05-03   15F5X4MjukEp COM Kyra Mungia for Oakland School Board 2022       Oakland CA 94605 2022-05-03 1000 1000 MON Contribution to School Board campaign   Mungia Kyra     BED   6.0         S  
2878 2878 1404347 167 Gonzales for School Board 2018 211 CTL 2022-05-03 2022-01-01 2022-05-03   ijJmQ3TelysW COM Neighbors for Oakland Libraries - Yes on C       Oakland CA 94607 2022-05-03 2922.89 2922.89 MON                     Yes on C C Oakland S  
1426 1426 1404347 167 Gonzales for School Board 2018 211 CTL 2019-01-30 2018-07-01 2018-12-31 2018-11-06 aGt76KQx4uq3 COM Doutherd for School Board 2018       Sacramento CA 95815 2018-09-22 800 800 MON     Doutherd Clarissa     OTH Oakland 4.0         S  
1299 1299 1404347 167 Gonzales for School Board 2018 211 CTL 2018-10-17 2018-07-01 2018-09-22 2018-11-06 aGt76KQx4uq3 COM Doutherd for School Board 2018       Sacramento CA 95815 2018-09-22 800 800 MON     Doutherd Clarissa     OTH Oakland 4.0         S  
1611 1611 1404347 167 Gonzales for School Board 2018 211 CTL 2018-09-25 2018-01-01 2018-09-22 2018-11-06 aGt76KQx4uq3 COM Doutherd for School Board 2018       Sacramento CA 95815 2018-09-22 800 800 MON     Doutherd Clarissa     OTH Oakland 4.0         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 460.118ms · Data source: D_Expenditure