summaries
Data source: Summary
5 rows where filer_id = 209 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: total_this_period, report_date (date), report_start_date (date), report_end_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 61037 | 61037 | S11791R9 209 | The Clorox Company 60 | MDI | 2019-12-26 | 2019-10-01 | 2019-12-31 | SMRY | 3000 | 0 | |
| 61038 | 61038 | S11791R9 209 | The Clorox Company 60 | MDI | 2019-12-26 | 2019-10-01 | 2019-12-31 | SMRY | 0 | 0 | |
| 61039 | 61039 | S11791R9 209 | The Clorox Company 60 | MDI | 2019-12-26 | 2019-10-01 | 2019-12-31 | SMRY | 3000 | 0 | |
| 61040 | 61040 | S11791R9 209 | The Clorox Company 60 | MDI | 2019-12-26 | 2019-10-01 | 2019-12-31 | SMRY | 67230 | 0 | |
| 61041 | 61041 | S11791R9 209 | The Clorox Company 60 | MDI | 2019-12-26 | 2019-10-01 | 2019-12-31 | SMRY | 70230 | 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");