summaries
Data source: Summary
15 rows where filer_name = 100 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, total_this_period, report_date (date), report_start_date (date), report_end_date (date), election_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | record_type | total_this_period | year_to_date |
---|---|---|---|---|---|---|---|---|---|---|---|
12633 | 12633 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2015-01-23 | 2014-10-19 | 2014-12-31 | SMRY | 0 | 0 | |
12634 | 12634 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2015-01-23 | 2014-10-19 | 2014-12-31 | SMRY | 0 | 0 | |
12635 | 12635 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2015-01-23 | 2014-10-19 | 2014-12-31 | SMRY | 0 | 0 | |
12636 | 12636 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2015-01-23 | 2014-10-19 | 2014-12-31 | SMRY | 49000 | 0 | |
12637 | 12637 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2015-01-23 | 2014-10-19 | 2014-12-31 | SMRY | 49000 | 0 | |
14502 | 14502 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-23 | 2014-10-01 | 2014-10-18 | 2014-11-04 | SMRY | 9000 | 0 |
14503 | 14503 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-23 | 2014-10-01 | 2014-10-18 | 2014-11-04 | SMRY | 0 | 0 |
14504 | 14504 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-23 | 2014-10-01 | 2014-10-18 | 2014-11-04 | SMRY | 9000 | 0 |
14505 | 14505 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-23 | 2014-10-01 | 2014-10-18 | 2014-11-04 | SMRY | 40000 | 0 |
14506 | 14506 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-23 | 2014-10-01 | 2014-10-18 | 2014-11-04 | SMRY | 49000 | 0 |
16484 | 16484 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-06 | 2014-01-01 | 2014-09-30 | 2014-11-04 | SMRY | 40000 | 0 |
16485 | 16485 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-06 | 2014-01-01 | 2014-09-30 | 2014-11-04 | SMRY | 0 | 0 |
16486 | 16486 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-06 | 2014-01-01 | 2014-09-30 | 2014-11-04 | SMRY | 40000 | 0 |
16487 | 16487 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-06 | 2014-01-01 | 2014-09-30 | 2014-11-04 | SMRY | 0 | 0 |
16488 | 16488 | pending 99 | CLC Alameda County AFL-CIO - COPE/Fundraising 100 | MDI | 2014-10-06 | 2014-01-01 | 2014-09-30 | 2014-11-04 | SMRY | 40000 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "summaries" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "record_type" TEXT, "total_this_period" INTEGER, "year_to_date" INTEGER , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id)); CREATE INDEX ["summaries_filer_id"] ON [summaries]("filer_id"); CREATE INDEX ["summaries_filer_name"] ON [summaries]("filer_name");