expenditure_summaries
Data source: D_Expenditure
7 rows where filer_name = 18 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, payee_last_name, payee_city, payee_zipcode, expenditure_amt, year_to_date, report_date (date), report_start_date (date), report_end_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
394 | 394 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2015-01-28 | 2014-07-01 | 2014-12-31 | CMuN31px8jAc | COM | United Democratic Campaign of Alameda County | Hayward | CA | 94545 | 2014-10-01 | 100 | 100 | MON | 44th Annual Democratic Unity Dinner | S | |||||||||||||||||
59 | 59 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2014-01-31 | 2013-07-01 | 2013-12-31 | sFbSadGqUMK4 | COM | United Democratic Campaign of Alameda County | Hayward | CA | 94545 | 2013-09-28 | 100 | 100 | MON | 2013 UDC Unity Dinner on September 28 | S | |||||||||||||||||
60 | 60 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2014-01-31 | 2013-07-01 | 2013-12-31 | RKlWa5EAB6Em | COM | East Bay Young Democrats | Oakland | CA | 94610 | 2013-11-01 | 250 | 250 | MON | 10th Anniversary Gala on November 4 | S | |||||||||||||||||
61 | 61 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2014-01-31 | 2013-07-01 | 2013-12-31 | gKisUvp1wgKb | COM | Black Young Democrats, East Bay | Oakland | CA | 946XX | 2013-11-14 | 125 | 125 | MON | 2nd Annual Sankofa Knight Award's Ceremony and Fundraiser on November 16 | S | |||||||||||||||||
72 | 72 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2013-07-31 | 2013-01-01 | 2013-06-30 | X5glDo9jq6R2 | COM | Betty Yee for Controller 2014 | San Francisco | CA | 94104 | 2013-03-19 | 125 | 125 | MON | Attendance to Betty Yee for Controller 2013 event on March 20, 2013 | Yee | Betty | CON | S | ||||||||||||||
73 | 73 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2013-07-31 | 2013-01-01 | 2013-06-30 | tFjkU4Thap5X | COM | National Women's Political Caucus Alameda North Political Action Committee | Oakland | CA | 94610 | 2013-04-28 | 250 | 250 | MON | Attendance/Sponsorship of 2013 Annual Susan B. Event on April 28, 2013 | S | |||||||||||||||||
22 | 22 | 1284364 18 | Courtney Ruby 2010 Oakland City Auditor Officeholder Account 18 | CTL | 2013-01-31 | 2012-07-01 | 2012-12-31 | dfTFmTOb6Yjd | COM | East Bay Young Democrats | Oakland | CA | 94610.0 | 2012-12-21 | 100 | 100 | MON | Sponsorship of 4th Annual Gala | 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");