Defenses Raised
Data license: Public court records
9 rows where filing_id = 7
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 44 | 7 7 | TCPA dismissal — lawsuit based on, relates to, or is in response to exercise of right of free speech |
| 45 | 7 7 | TCPA dismissal — lawsuit based on, relates to, or is in response to exercise of right to petition |
| 46 | 7 7 | TCPA dismissal — lawsuit based on, relates to, or is in response to exercise of right of association |
| 47 | 7 7 | Attorney immunity — all conduct within scope of client representation (Cantey Hanger, Highland Capital) |
| 48 | 7 7 | Statute of limitations — Pohl knew of claims in 2014, filed in August 2018 beyond 2-year and 3-year periods |
| 49 | 7 7 | Res judicata — same claims settled with prejudice in Mississippi federal litigation on April 21, 2017 |
| 50 | 7 7 | Pohl lacks ownership of allegedly converted property (Precision Marketing owned it per Favre) |
| 51 | 7 7 | Client lists are not trade secrets under TUTSA — publicly known information |
| 52 | 7 7 | Kassab did not know or have reason to know information was acquired by improper means |
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
);