Legal Theories
Data license: Public court records
3 rows where filing_id = 49 and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 355 | 49 49 | Abatement pending related barratry litigation (Cheatham case) | Kassab | defense | This case should be abated because the Cheatham barratry case against Pohl is still ongoing after reversal and remand, damages are not yet known, and the outcome could definitively establish Kassab's defenses |
| 356 | 49 49 | Responsible Third Party designation under Tex. Civ. Prac. & Rem. Code § 33.004 | Kassab | defense | Kassab replead his RTP motion after Judge Dollinger denied the original with leave to replead, but no ruling was entered on the supplemental motion |
| 357 | 49 49 | Offensive use doctrine / waiver of attorney-client privilege | Kassab | defense | Pohl cannot sue for affirmative relief claiming trade secret theft (client information) while simultaneously asserting privilege to block discovery of pertinent information |
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
);