Legal Theories
Data license: Public court records
2 rows where filing_id = 20 and role = "counterclaim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 166 | 20 20 | Civil Barratry Counterclaim | Kassab | counterclaim | Kassab asserts counterclaims for civil barratry based on 242 assigned claims from Pohl's illegally solicited clients; Pohl judicially admitted barratry is not legal malpractice and Discovery Rule does not apply |
| 167 | 20 20 | Revival of Time-Barred Counterclaims — Tex. Civ. Prac. & Rem. Code § 16.069 | Kassab | counterclaim | Section 16.069 permits filing of counterclaims arising from the same transaction or occurrence even if independently time-barred, provided filing within 30 days of answer deadline |
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
);