Defenses Raised
Data license: Public court records
19 rows where filing_id = 12
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 99 | 12 12 | Statute of limitations |
| 100 | 12 12 | Justification |
| 101 | 12 12 | Estoppel |
| 102 | 12 12 | Waiver |
| 103 | 12 12 | Ratification |
| 104 | 12 12 | Release |
| 105 | 12 12 | Unclean hands |
| 106 | 12 12 | Contribution |
| 107 | 12 12 | Failure to mitigate damages |
| 108 | 12 12 | Lack of standing |
| 109 | 12 12 | Accord and satisfaction |
| 110 | 12 12 | Assumption of the risk |
| 111 | 12 12 | Illegality/Criminal acts |
| 112 | 12 12 | First Amendment |
| 113 | 12 12 | Attorney immunity |
| 114 | 12 12 | In pari delicto |
| 115 | 12 12 | Res judicata |
| 116 | 12 12 | Specific denial of conditions precedent |
| 117 | 12 12 | 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
);