Defenses Raised
Data license: Public court records
19 rows where filing_id = 20
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 128 | 20 20 | Statute of limitations |
| 129 | 20 20 | Justification |
| 130 | 20 20 | Estoppel |
| 131 | 20 20 | Waiver |
| 132 | 20 20 | Ratification |
| 133 | 20 20 | Release |
| 134 | 20 20 | Unclean hands |
| 135 | 20 20 | Contribution |
| 136 | 20 20 | Failure to mitigate |
| 137 | 20 20 | Lack of standing |
| 138 | 20 20 | Accord and satisfaction |
| 139 | 20 20 | Assumption of the risk |
| 140 | 20 20 | Illegality/Criminal acts |
| 141 | 20 20 | First Amendment |
| 142 | 20 20 | Attorney immunity |
| 143 | 20 20 | In pari delicto |
| 144 | 20 20 | Res judicata |
| 145 | 20 20 | Defect of parties |
| 146 | 20 20 | Failure of conditions precedent for conversion and trade secrets claims |
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
);