Legal Theories
Data license: Public court records
2 rows where filing_id = 11 and role = "counterclaim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 98 | 11 11 | Civil Barratry (expanded counterclaim — 235 claimants) | Kassab | counterclaim | Counterclaims based on express assignments from 235 barratry victims whose cases were illegally solicited by Pohl; Pohl judicially admitted barratry is not legal malpractice, so assignment is permitted |
| 99 | 11 11 | Compulsory Counterclaim Timeliness (Tex. Civ. Prac. & Rem. Code § 16.069) | Kassab | counterclaim | Counterclaims arising from same transaction may be filed within 30 days of the answer even if independently barred by limitations |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legal_theories (
theory_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
theory TEXT,
party TEXT,
role TEXT,
basis TEXT
);