home / election_finance

expenditure_summaries

FPPC Form 460, Schedule D

Data source: D_Expenditure

7 rows where filer_id = 200 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, entity_type, payee_last_name, payee_city, payee_zipcode, year_to_date, expenditure_type, committee_id, 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
2374 2374 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-09-08 2021-07-01 2021-07-29 2020-11-03 EXP1910 COM Dan Kalb for State Assembly 2018       Sacramento CA 95815 2021-07-27 2824.51 2824.51 MON     Dan Kalb       ASM   15.0         S  
2375 2375 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-07-13 2021-01-01 2021-06-30 2020-11-03 EXP1843 PTY California Democratic Party       Sacramento CA 95811 2021-04-05 125 125 MON                           S EXP1843
1689 1689 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-01-27 2020-09-20 2020-10-17 2020-11-03 PDT27 COM Coalition for Police Accountability, Yes on S1       Oakland CA 94601.0 2020-10-01 38.21 729.15 IKD Mailer Graphic Design 1.38614e+06 735                 Police Commission Charter Amendment S1 City of Oakland S  
1690 1690 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-01-27 2020-09-20 2020-10-17 2020-11-03 PDT53 COM Coalition for Police Accountability, Yes on S1       Oakland CA 94601.0 2020-10-15 690.94 729.15 IKD Mailer Printing, Mailhouse, and Postage 1.38614e+06 735                 Police Commission Charter Amendment S1 City of Oakland S  
1922 1922 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-01-27 2020-10-18 2020-12-31 2020-11-03 EXP1696 COM Alameda County Democratic Party       San Leandro CA 94577.0 2020-12-08 2000 2000 MON   747153 164 Alameda County Democratic Party       OTH             S  
1923 1923 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-01-27 2020-10-18 2020-12-31 2020-11-03 EXP1771 COM Dan Kalb for State Assembly 2018       Sacramento CA 95815.0 2020-12-23 9000 9000 MON   1.39654e+06 757 Dan Kalb       ASM   15         S  
1924 1924 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 CTL 2021-01-27 2020-10-18 2020-12-31 2020-11-03 EXP1768 COM Oakland Rising Committee       Sacramento CA 95814.0 2020-12-18 360 360 MON   1.33212e+06 401 Oakland Rising Committee       OTH   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 25.415ms · Data source: D_Expenditure