Legal Theories
Data license: Public court records
3 rows where filing_id = 50 and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 372 | 50 50 | No-evidence summary judgment on conversion | Kassab | defense | No evidence of: (1) ownership or entitlement to possession, (2) unauthorized control by Kassab, (3) demand for return to Kassab, (4) refusal by Kassab, or damages (loss of use value or property value). |
| 373 | 50 50 | No-evidence summary judgment on TUTSA violations | Kassab | defense | No evidence of: (1) ownership of trade secret, (2) misappropriation by Kassab, (3) proximate cause damages, reasonable secrecy measures, independent economic value, rightful title, or willful/malicious intent. No evidence Pohl legally obtained the clients. |
| 374 | 50 50 | No-evidence summary judgment on civil conspiracy | Kassab | defense | No evidence of: (1) combination of two or more persons, (2) object or course of action, (3) meeting of the minds, (4) unlawful overt acts, (5) proximate cause damages. |
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
);