Defenses Raised
Data license: Public court records
8 rows where filing_id = 59
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 339 | 59 59 | Exemplary damages not supported by unanimous predicate finding on Question 17 |
| 340 | 59 59 | Attorneys' fees from barratry litigation and grievances are not actual losses under TUTSA |
| 341 | 59 59 | Tort of another doctrine not viable in Texas; even if viable, requires wholly innocent plaintiff (Q3 found Pohl's wrongful conduct contributed) |
| 342 | 59 59 | Grievance immunity bars recovery of $112,286 in grievance-related attorneys' fees under Tex. R. Disc. P. 17.09 |
| 343 | 59 59 | Double recovery — fair market value and development cost damages are impermissibly overlapping under § 134A.004 |
| 344 | 59 59 | TUTSA preemption of conspiracy claim eliminates joint and several liability |
| 345 | 59 59 | Chapter 33 proportionate responsibility applies to conspiracy rather than joint and several liability |
| 346 | 59 59 | Precision's exoneration (Q2(a)(3), Q2(b)(3), Q4) breaks chain of indirect misappropriation against Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE defenses_raised (
defense_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
defense TEXT
);