Legal Theories
Data license: Public court records
1 row where filing_id = 53, party = "Kassab" and role = "argument"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 383 | 53 53 | Hostile witness exception under Tex. R. Evid. 611(c) — rebutted | Kassab | argument | Kassab claims Favre is hostile due to (1) nonsuit, (2) attorney dispute, and (3) scheduling refusal. Pohl argues all three fail: nonsuit doesn't create hostility, attorney tension is not witness hostility, and scheduling issue occurred after questions were served. |
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
);