Legal Theories
Data license: Public court records
3 rows where filing_id = 36, party = "Pohl" and role = "claim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 277 | 36 36 | Conversion | Pohl | claim | Defendants purchased and used Pohl's stolen confidential information, client contracts, and files without authorization |
| 278 | 36 36 | TUTSA - Trade Secret Misappropriation | Pohl | claim | Defendants knowingly acquired and used Pohl's trade secrets obtained through improper means; damages include actual loss from defending barratry litigation |
| 279 | 36 36 | Civil Conspiracy | Pohl | claim | Defendants combined to accomplish conversion and misappropriation of Pohl's trade secrets |
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
);