Legal Theories
Data license: Public court records
2 rows where filing_id = 35 and role = "affirmative_defense"
This data as json, CSV (advanced)
role 1
- affirmative_defense · 2 ✖
party 1
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 275 | 35 35 | Statute of Limitations Defense (rebutted) | Kassab/Nicholson | affirmative_defense | Defendants argue claims are time-barred; Pohl shows conversion claim accrued no earlier than November 2016 (within 2-year period per § 16.003(a)), TUTSA claim accrued no earlier than November 10, 2016 (within 3-year period per § 16.010(a)), and each possession of converted property is a new conversion (Pemex) |
| 276 | 35 35 | Attorney Immunity Defense (rebutted) | Kassab/Nicholson | affirmative_defense | Defendants claim attorney immunity; Pohl responds that immunity applies only to lawyerly work in adversarial contexts (Taylor v. Tolbert) and conduct foreign to duties of lawyer is not protected (Haynes & Boone v. NFTD) |
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
);