expenditure_summaries
Data source: D_Expenditure
7 rows where committee_id = 164 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_id, filer_name, committee_type, report_date, report_start_date, report_end_date, election_date, transaction_id, entity_type, payee_last_name, payee_city, payee_zipcode, expenditure_amt, year_to_date, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2594 | 2594 | 1444480 292 | OAKLANDERS FOR THE OAKLAND ZOO 2022, YES ON Y, SPONSORED BY THE CONSERVATION SOCIETY OF CALIFORNIA 376 | BMC | 2023-01-29 | 2022-10-23 | 2022-12-31 | EXP77 | COM | ALAMEDA COUNTY DEMOCRATIC CENTRAL COMMITTEE | SAN LEANDRO | CA | 94577 | 2022-11-10 | 8000 | 8000 | MON | 747153 164 | S | |||||||||||||||||
2779 | 2779 | 1444480 292 | OAKLANDERS FOR THE OAKLAND ZOO 2022, YES ON Y, SPONSORED BY THE CONSERVATION SOCIETY OF CALIFORNIA 376 | BMC | 2022-10-27 | 2022-09-25 | 2022-10-22 | 2022-11-08 | EXP77 | COM | ALAMEDA COUNTY DEMOCRATIC CENTRAL COMMITTEE | SAN LEANDRO | CA | 94577 | 2022-10-20 | 8000 | 8000 | MON | 747153 164 | S | ||||||||||||||||
2817 | 2817 | 1444142 276 | Rebecca Kaplan for Supervisor 2022 358 | CTL | 2022-09-27 | 2022-07-01 | 2022-09-24 | 2022-06-07 | EXP420 | PTY | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 2022-09-21 | 600 | 988 | MON | 747153 164 | S | ||||||||||||||||
2819 | 2819 | 1444142 276 | Rebecca Kaplan for Supervisor 2022 358 | CTL | 2022-09-27 | 2022-07-01 | 2022-09-24 | 2022-06-07 | EXP321 | PTY | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 2022-07-01 | 300 | 988 | MON | 747153 164 | 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 | ||||||||||||||
1885 | 1885 | 1427585 213 | Carroll Fife for City Council 2020 269 | CTL | 2021-01-25 | 2020-10-18 | 2020-12-31 | 2020-11-03 | EXP345 | PTY | Alameda County Democratic Party | San Leandro | CA | 94577.0 | 2020-11-06 | 2000 | 2000 | MON | 747153 164 | S | ||||||||||||||||
165 | 165 | 892160 75 | International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 | RCP | 2015-01-02 | 2014-10-01 | 2014-10-18 | 2014-11-04 | EXP55300 | PTY | Alameda County Democratic Central Committee | Concord | CA | 94518 | 2014-10-07 | 750 | 750 | MON | 747153 164 | Alameda County Democratic Central Committee | S |
Advanced export
JSON shape: default, array, newline-delimited
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");