Legal Theories
Data license: Public court records
1 row where filing_id = 36, party = "Kassab" and role = "affirmative_defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 284 | 36 36 | Rule 17.09 Grievance Immunity (rebutted) | Kassab | affirmative_defense | Pohl's suit predicated on conversion/misappropriation, not on Kassab's grievance filings; subsequent use of stolen property to file grievances does not trigger protection |
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
);