Evidence Referenced
Data license: Public court records
5 rows where filing_id = 14
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 160 | 14 14 | Exhibit A — Declaration of Michael Pohl |
| 161 | 14 14 | Exhibit B — Agreement to sell Pohl's information (Favre-Kassab Agreement) |
| 162 | 14 14 | Exhibit C — Email dated December 7, 2016 from Montague to Kassab copying Nicholson reflecting transfer of engagement agreements |
| 163 | 14 14 | Exhibit D — Affidavit of Billy Shepherd with information confirming claims |
| 164 | 14 14 | Kassab's sworn affidavit admitting receipt of Pohl's client information from Favre and Nicholson |
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
);