summaries
Data source: Summary
5 rows where filer_name = 309 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), 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
70605 | 70605 | Pending 20 | LCA Architects Inc. 309 | MDI | 2021-01-18 | 2020-07-01 | 2020-12-31 | 2020-11-03 | SMRY | 21500 | 0 |
70606 | 70606 | Pending 20 | LCA Architects Inc. 309 | MDI | 2021-01-18 | 2020-07-01 | 2020-12-31 | 2020-11-03 | SMRY | 0 | 0 |
70607 | 70607 | Pending 20 | LCA Architects Inc. 309 | MDI | 2021-01-18 | 2020-07-01 | 2020-12-31 | 2020-11-03 | SMRY | 21500 | 0 |
70608 | 70608 | Pending 20 | LCA Architects Inc. 309 | MDI | 2021-01-18 | 2020-07-01 | 2020-12-31 | 2020-11-03 | SMRY | 0 | 0 |
70609 | 70609 | Pending 20 | LCA Architects Inc. 309 | MDI | 2021-01-18 | 2020-07-01 | 2020-12-31 | 2020-11-03 | SMRY | 21500 | 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");