Legal Theories
Data license: Public court records
2 rows where filing_id = 64 and party = "Kassab"
This data as json, CSV (advanced)
role 2
party 1
- Kassab · 2 ✖
| theory_id ▼ | filing_id | theory | party | role | basis |
|---|---|---|---|---|---|
| 446 | 64 64 | Bad Faith Misappropriation Claim (Counterclaim) | Kassab | counterclaim (not reached) | Submitted to jury as Questions 20-21. Conditioned on jury answering 'No' to all parts of Q2 for Kassab. Since jury answered 'Yes' to Q2, bad faith questions were not answered. |
| 447 | 64 64 | Comparative Fault / Contributory Negligence | Kassab | defense | Jury found Pohl's wrongful conduct contributed to injury (Q3 Yes) but assigned Pohl 0% fault in Q4. Kassab assigned 70%, co-defendants 10% each, Precision 0%. |
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
);