Legal Theories
Data license: Public court records
2 rows where filing_id = 12 and role = "counterclaim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 118 | 12 12 | Civil Barratry (expanded counterclaim — 242 claimants) | Kassab | counterclaim | Counterclaims based on express assignments from 242 barratry victims whose cases were illegally solicited by Pohl |
| 119 | 12 12 | Compulsory Counterclaim Timeliness (Tex. Civ. Prac. & Rem. Code § 16.069) | Kassab | counterclaim | Counterclaims arising from same transaction filed within 30 days of the original answer |
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
);