Legal Theories
Data license: Public court records
1 row where filing_id = 56, party = "Kassab" and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 395 | 56 56 | Responsible Third Party designation under Tex. Civ. Prac. & Rem. Code § 33.004 | Kassab | defense | Court grants leave to designate nonsuited former co-defendants as responsible third parties for proportionate responsibility purposes |
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
);