Legal Theories
Data license: Public court records
1 row where filing_id = 44 and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 325 | 44 44 | Proportionate Responsibility — Responsible Third Party Designation | Kassab | defense | Under Tex. Civ. Prac. & Rem. Code § 33.004 and § 33.011(6), persons who caused or contributed to causing harm may be designated as responsible third parties for fault apportionment. Notice-pleading standard applies. Court 'shall grant' leave if pleading is sufficient under § 33.004(f). |
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
);