Key Assertions
Data license: Public court records
3 rows where filing_id = 25
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 427 | 25 25 | The court reviewed Pohl's Motion for Summary Judgment on Defendants' Counterclaims and found it should be granted |
| 428 | 25 25 | Kassab's counterclaims against Pohl are dismissed with prejudice, meaning they cannot be refiled |
| 429 | 25 25 | The filing envelope was dated December 7, 2021, but the order was signed February 7, 2022 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_assertions (
assertion_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
assertion TEXT
);