expenditure_summaries
Data source: D_Expenditure
4 rows where committee_id = 5 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_name, report_date, report_start_date, report_end_date, expenditure_date, year_to_date, expenditure_type, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | 2 | 983545 16 | OAKPAC, Oakland Metropolitan Chamber of Commerce 16 | RCP | 2013-01-31 | 2012-10-21 | 2012-12-31 | PDT20 | COM | Amy Lemley for City Council 2012 | Oakland | CA | 94618.0 | 2012-11-09 | 2000 | 15307.75 | IND | Design of mailer in support of Amy Lemley for Oakland City Council | 1.34636e+06 5 | Amy Lemley | CCM | Oakland, CA | 1 | S | ||||||||||||
26 | 26 | 983545 16 | OAKPAC, OAKLAND METROPOLITAN CHAMBER OF COMMERCE 23 | RCP | 2012-10-23 | 2012-10-01 | 2012-10-20 | 2012-11-06 | PDT18 | COM | Amy Lemley for City Council 2012 | Oakland | CA | 94618.0 | 2012-10-19 | 5181.44 | 13307.75 | IND | Printing & mailing of a mailer in support of Amy Lemley for Oakland City Council, | 1.34636e+06 5 | Amy Lemley | CCM | Oakland, CA | 1 | S | |||||||||||
27 | 27 | 983545 16 | OAKPAC, OAKLAND METROPOLITAN CHAMBER OF COMMERCE 23 | RCP | 2012-10-23 | 2012-10-01 | 2012-10-20 | 2012-11-06 | PDT19 | COM | Amy Lemley for City Council 2012 | Oakland | CA | 94618.0 | 2012-10-19 | 6826.31 | 13307.75 | IND | Postage for a mailer in support of Amy Lemley for Oakland City Council, Dist. 1 | 1.34636e+06 5 | Amy Lemley | CCM | Oakland, CA | 1 | S | |||||||||||
38 | 38 | 983545 16 | OAKPAC, OAKLAND METROPOLITAN CHAMBER OF COMMERCE 23 | RCP | 2012-09-30 | 2012-07-01 | 2012-09-30 | 2012-11-06 | EXP1401 | COM | Amy Lemley for City Council 2012 | Oakland | CA | 94618.0 | 2012-09-07 | 1300 | 1300 | MON | 1.34636e+06 5 | Amy Lemley | CCM | Oakland, CA | 1 | 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");