Defenses Raised
Data license: Public court records
19 rows where filing_id = 11
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 80 | 11 11 | Statute of limitations |
| 81 | 11 11 | Justification |
| 82 | 11 11 | Estoppel |
| 83 | 11 11 | Waiver |
| 84 | 11 11 | Ratification |
| 85 | 11 11 | Release |
| 86 | 11 11 | Unclean hands |
| 87 | 11 11 | Contribution |
| 88 | 11 11 | Failure to mitigate damages |
| 89 | 11 11 | Lack of standing |
| 90 | 11 11 | Accord and satisfaction |
| 91 | 11 11 | Assumption of the risk |
| 92 | 11 11 | Illegality/Criminal acts |
| 93 | 11 11 | First Amendment |
| 94 | 11 11 | Attorney immunity |
| 95 | 11 11 | In pari delicto |
| 96 | 11 11 | Res judicata |
| 97 | 11 11 | Specific denial of conditions precedent |
| 98 | 11 11 | Designation of responsible third parties (Shepherd, Walker, Seymour, Ladner) |
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
);