Defenses Raised
Data license: Public court records
26 rows where filing_id = 48
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 282 | 48 48 | Grievance immunity under Rule 17.09 |
| 283 | 48 48 | Judicial proceedings privilege (absolute) |
| 284 | 48 48 | Attorney immunity (Cantey Hanger / Youngkin / Taylor doctrine) |
| 285 | 48 48 | Statute of limitations — TUTSA (3-year, § 16.010(a)) |
| 286 | 48 48 | Statute of limitations — Conversion (2-year, § 16.003(a)) |
| 287 | 48 48 | Statute of limitations — Conspiracy (derivative of underlying tort) |
| 288 | 48 48 | TUTSA failure — trade secrets not kept secret |
| 289 | 48 48 | TUTSA failure — Pohl does not own client files (clients own them) |
| 290 | 48 48 | TUTSA failure — Precision owns its marketing lists |
| 291 | 48 48 | Unlawful acts doctrine / illegality (barratry) |
| 292 | 48 48 | Unauthorized practice of law in Mississippi, Louisiana, Alabama, Florida |
| 293 | 48 48 | Trade secret privilege to disclose illegal activities |
| 294 | 48 48 | Impermissible damages — American Rule bars attorney's fee recovery |
| 295 | 48 48 | No-evidence: conversion — no ownership/possession |
| 296 | 48 48 | No-evidence: conversion — no unauthorized control |
| 297 | 48 48 | No-evidence: conversion — no demand and refusal |
| 298 | 48 48 | No-evidence: conversion — no damages |
| 299 | 48 48 | No-evidence: TUTSA — no trade secret ownership |
| 300 | 48 48 | No-evidence: TUTSA — no misappropriation |
| 301 | 48 48 | No-evidence: TUTSA — no proximate cause damages |
| 302 | 48 48 | No-evidence: TUTSA — no reasonable measures to keep secret |
| 303 | 48 48 | No-evidence: TUTSA — no willful/malicious intent |
| 304 | 48 48 | No-evidence: conspiracy — no combination |
| 305 | 48 48 | No-evidence: conspiracy — no meeting of minds |
| 306 | 48 48 | No-evidence: conspiracy — no unlawful overt acts |
| 307 | 48 48 | No-evidence: conspiracy — no proximate damages |
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
);