Evidence Referenced
Data license: Public court records
5 rows where filing_id = 33
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 336 | 33 33 | Exhibit A: Joint venture agreement letter from Kassab to Montague and Nicholson dated November 11, 2016, specifying roles, responsibilities, and fee splits (50/40/10 standard; 50/25/25 if Baker leads) |
| 337 | 33 33 | Exhibit B: Four sample representation contracts — (1) Dezzie Brumfield (signed Feb. 28, 2017, BP claims, defendants include Williamson and Pohl), (2) Alice Marie Gandy (signed Aug. 21, 2017, BP claims), (3) Mark Cheatham Sr. (signed Apr. 20, 2017, auto accident claims, defendants include Williamson and Pohl), (4) Mae Berry (signed Apr. 14, 2017, rollover case incident, defendant Michael A. Pohl only) |
| 338 | 33 33 | PACER records from the Mississippi Litigation (Cause No. 1:14-cv-381-KS-JCG) |
| 339 | 33 33 | Purchase and sale agreements for Precision Marketing showing Walker, Ladner, and Seymore certified ownership of all assets including documents, computers, computer files, client lists |
| 340 | 33 33 | Advertisement letters sent to Precision Marketing's former clients (approved by Texas State Bar and other state bars) |
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
);