Legal Theories
Data license: Public court records
3 rows where filing_id = 48 and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 352 | 48 48 | No-evidence summary judgment — Conversion | Kassab | defense | No evidence of: ownership/possession, unauthorized control, demand and refusal, damages. |
| 353 | 48 48 | No-evidence summary judgment — TUTSA | Kassab | defense | No evidence of: trade secret ownership (lawyers don't own client files), misappropriation, proximate cause damages, reasonable measures to keep secret, willful/malicious intent. |
| 354 | 48 48 | No-evidence summary judgment — Conspiracy | Kassab | defense | No evidence of: combination, object, meeting of minds, unlawful overt acts, proximate 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
);