Evidence Referenced
Data license: Public court records
6 rows where filing_id = 58
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 642 | 58 58 | Exhibit A — Executed jury verdict (August 31, 2023) |
| 643 | 58 58 | Exhibit B — Proposed form of Final Judgment |
| 644 | 58 58 | Pohl's Original Petition filed August 28, 2018 |
| 645 | 58 58 | Federal Reserve Selected Interest Rates (Daily) showing prime rate of 8.50% on September 5, 2023 (judicial notice requested) |
| 646 | 58 58 | 189th District Court order granting summary judgment against Kassab's barratry counterclaims (February 7, 2022) |
| 647 | 58 58 | Court's denial of Kassab's motion for directed verdict (August 29, 2023) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);