home / election_finance

expenditure_summaries

FPPC Form 460, Schedule D

Data source: D_Expenditure

11 rows where filer_id = 34 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_city, payee_zipcode, expenditure_date, expenditure_amt, year_to_date, expenditure_description, candidate_last_name, ballot_measure_name, ballot_measure_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
1376 1376 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2019-01-12 2018-10-21 2018-12-31   VNH0MADDB59 COM         Oakland CA 94612-3446 2018-12-12 1000 2000 MON                     Tiered Real Estate Transfer Tax X City of Oakland S  
1454 1454 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-10-22 2018-09-23 2018-10-20 2018-11-06 VNH0MAC4R86 COM         Hayward CA 94541-4237 2018-10-16 1000 1600 MON Sponsorship & Event Tickets   Alameda County Democratic Committee                     S  
1455 1455 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-10-22 2018-09-23 2018-10-20 2018-11-06 VNH0MAC4R60 COM         Oakland CA 94612-1259 2018-10-15 2500 2500 MON Sponsorship & Event Tickets   Black Young Democrats of the East Bay                     S  
1456 1456 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-10-22 2018-09-23 2018-10-20 2018-11-06 VNH0MAC4R94 COM         Oakland CA 94605-3124 2018-10-15 500 500 MON Sponsorship & Event Tickets   East Bay Young Democrats                     S  
1457 1457 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-10-22 2018-09-23 2018-10-20 2018-11-06 VNH0MAC4R78 COM         Oakland CA 94612-3446 2018-10-16 1000 1000 MON                     Tiered Real Estate Transfer Tax X City of Oakland S  
1581 1581 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-09-27 2018-07-01 2018-09-22 2018-11-06 VNH0MABD7D9 COM         Hayward CA 94541-4237 2018-07-30 600 600 MON Sponsorship & Event Tickets   Alameda County Democratic Committee                     S  
1582 1582 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-09-27 2018-07-01 2018-09-22 2018-11-06 VNH0MAB24X3           Berkeley CA 94701-0386 2018-08-16 750 750 MON Sponsorship & Event Tickets   Campaign for Equality                     S  
1620 1620 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2018-07-22 2018-01-01 2018-06-30   VNH0MAAWS67 COM         San Francisco CA 94114-1521 2018-05-31 225 225 MON Sponsorship   Alice B. Toklas Lesbian & Gay Democratic Club PAC                     S  
1021 1021 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2017-01-31 2016-07-01 2016-12-31   VNH0MA4P5B5 COM         Oakland CA 94602-1312 2016-10-04 1000 1000 MON                     Oversight of Police Department LL City of Oakland S  
1225 1225 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2016-07-26 2016-01-01 2016-06-30   VNH0MA1W9T2 COM         San Francisco CA 94114-1521 2016-06-16 325 325 MON     Alice B. Toklas LGBT Democratic Club                     S  
1226 1226 1362261 34 Mayor Libby Schaaf 2014 Officeholder Committee 119 CAO 2016-07-26 2016-01-01 2016-06-30   VNH0MA1MQG1 COM         Oakland CA 94610-2730 2016-03-10 500 500 MON     East Bay Women's Political Caucus - Political Action Committee                     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 175.108ms · Data source: D_Expenditure