Legal Theories
Data license: Public court records
2 rows where filing_id = 8 and role = "counterclaim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 64 | 8 8 | Civil Barratry — counterclaim based on assigned claims | Kassab | counterclaim | Counterclaims on behalf of 150 assigned barratry claimants whose claims were illegally solicited by Pohl through paid runners. Because barratry is not legal malpractice (per Pohl's judicial admission), assignment is permitted. |
| 65 | 8 8 | Compulsory Counterclaim Timeliness — Tex. Civ. Prac. & Rem. Code § 16.069 | Kassab | counterclaim | Counterclaims arising from same transaction may be filed even if barred by limitations, if filed within 30 days of the answer. Filed contemporaneously; remaining by November 7, 2018. |
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
);