Legal Theories
Data license: Public court records
3 rows where filing_id = 64 and role = "claim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 442 | 64 64 | Trade Secret Misappropriation under TUTSA | Pohl | claim | Jury found Pohl owned trade secrets (attorney-client fee contracts and client lists) and Kassab, Favre, Nicholson, and Montague misappropriated them (Q1-Q2). Jury found misappropriation was willful and malicious (Q8, Q17). |
| 443 | 64 64 | Civil Conspiracy (Trade Secret Misappropriation) | Pohl | claim | Jury found Kassab conspired with Favre, Nicholson, and Montague to misappropriate trade secrets (Q15). Precision found not part of conspiracy. |
| 444 | 64 64 | Exemplary Damages for Willful and Malicious Misappropriation | Pohl | claim | Jury unanimously found by clear and convincing evidence that misappropriation was willful and malicious (Q17) and unanimously awarded $3,000,000 exemplary damages (Q19). |
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
);