Legal Theories
Data license: Public court records
1 row where filing_id = 36 and party = "Nicholson"
This data as json, CSV (advanced)
role 1
party 1
- Nicholson · 1 ✖
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 285 | 36 36 | Release (Nicholson) (rebutted) | Nicholson | affirmative_defense | No admissible evidence of Settlement Agreement terms; release doesn't cover future torts not yet committed; Nicholson violated Paragraph 27 by fomenting litigation against Pohl |
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
);