Legal Theories
Data license: Public court records
1 row where filing_id = 11, party = "Kassab" and role = "defense"
This data as json, CSV (advanced)
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 100 | 11 11 | Designation of Responsible Third Parties | Kassab | defense | Billy Shepherd, Walker, Seymour, and Ladner are the sole or proximate cause of any damages alleged by Pohl; Shepherd failed to protect Pohl's interests in Federal Litigation settlement; the runners sold and transferred all property to Favre |
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
);