Evidence Referenced
Data license: Public court records
11 rows where filing_id = 60
This data as json, CSV (advanced)
| evidence_id ▼ | filing_id | evidence |
|---|---|---|
| 658 | 60 60 | Jury Charge (Exhibit A to Motion) — instructions requiring unanimous answers for Q17 (p. 24) |
| 659 | 60 60 | Jury Charge — Q19 instruction: 'Answer only if you unanimously answered Yes to Question No. 17' (p. 26) |
| 660 | 60 60 | Jury Verdict showing affirmative answers to Q17 and Q19 |
| 661 | 60 60 | Jury Verdict Q4 assigning 0% fault to Pohl |
| 662 | 60 60 | Jury Verdict Q3 on Pohl's wrongful conduct |
| 663 | 60 60 | Court's instruction (agreed to by Kassab's counsel) that jury should answer Q3 even if no trade secrets existed |
| 664 | 60 60 | Jury Verdict Q2 finding Favre misappropriated trade secrets |
| 665 | 60 60 | Jury Verdict showing Jury did not answer Q18 (p. 25) |
| 666 | 60 60 | November 2016 agreement through which Kassab purchased trade secrets from Favre |
| 667 | 60 60 | Jury Verdict Q4 assigning Favre 10% responsibility for misappropriation (p. 10) |
| 668 | 60 60 | Jury instruction on damages: 'Do not award any sum of money on any element if you have otherwise, under some other element in this question, awarded a sum of money for the same loss' (Ex. A to Motion, p. 13) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE evidence_referenced (
evidence_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
evidence TEXT
);