Legal Theories
Data license: Public court records
2 rows where filing_id = 13 and role = "affirmative_defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 139 | 13 13 | TCPA Valid Defense Dismissal — Tex. Civ. Prac. & Rem. Code § 27.005(d) | Kassab | affirmative_defense | Even if Pohl establishes a prima facie case, dismissal is required if movant establishes by preponderance of evidence each essential element of a valid defense (here, statute of limitations) |
| 140 | 13 13 | Statute of Limitations | Kassab | affirmative_defense | Kassab argues Pohl's claims were filed beyond the applicable limitations period, incorporating arguments from Favre's motion paragraphs 35-42 |
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
);