Defenses Raised
Data license: Public court records
17 rows where filing_id = 2
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 1 | 2 2 | Statute of limitations |
| 2 | 2 2 | Justification |
| 3 | 2 2 | Estoppel |
| 4 | 2 2 | Waiver |
| 5 | 2 2 | Ratification |
| 6 | 2 2 | Release |
| 7 | 2 2 | Unclean hands |
| 8 | 2 2 | Contribution |
| 9 | 2 2 | Failure to mitigate damages |
| 10 | 2 2 | Lack of standing |
| 11 | 2 2 | Accord and satisfaction |
| 12 | 2 2 | Assumption of the risk |
| 13 | 2 2 | Illegality/Criminal acts |
| 14 | 2 2 | First Amendment |
| 15 | 2 2 | Attorney immunity |
| 16 | 2 2 | In pari delicto |
| 17 | 2 2 | Specific denial that all conditions precedent for conversion and trade secret claims were performed or occurred prior to filing suit |
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
);