Defenses Raised
Data license: Public court records
3 rows where filing_id = 16
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 121 | 16 16 | Statute of limitations — Pohl knew of alleged misconduct in 2014 but waited until 2018 to sue, exceeding 2-year conversion and 3-year TUTSA periods |
| 122 | 16 16 | Res judicata — Prior federal court case involved same subject matter, resulted in final judgment with prejudice, and Kassab is in privity with Precision as alleged co-conspirator |
| 123 | 16 16 | Attorney immunity — Kassab's conduct of acquiring client lists, sending bar-approved advertisements, soliciting clients, and filing barratry suits falls within scope of attorney representation |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);