Legal Theories
Data license: Public court records
4 rows where filing_id = 49 and party = "Kassab"
This data as json, CSV (advanced)
role 2
- defense 3
- procedural 1
party 1
- Kassab · 4 ✖
| 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 |
| 358 | 49 49 | Mandamus prerequisite under Tex. R. App. P. 7.2(b) | Kassab | procedural | The successor court must be given the opportunity to reconsider the predecessor judge's orders before they can be challenged via mandamus |
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
);