Legal Theories
Data license: Public court records
1 row where filing_id = 3, party = "Pohl" and role = "claim"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 25 | 3 3 | Theft and misappropriation by PR Consultants | Pohl | claim | PR Consultants stole client files (17 containers), computers (4), and data; sent falsified invoices; charged fictitious expenses; diverted clients to competitors; sold stolen property to Favre who sold to Kassab |
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
);