Defenses Raised
Data license: Public court records
9 rows where filing_id = 21
This data as json, CSV (advanced)
| defense_id ▼ | filing_id | defense |
|---|---|---|
| 147 | 21 21 | Lack of legal capacity to sue (verified denial under Rule 93(1) and 93(2)) |
| 148 | 21 21 | Statute of limitations |
| 149 | 21 21 | Laches |
| 150 | 21 21 | Lack of standing |
| 151 | 21 21 | Illegality |
| 152 | 21 21 | Res judicata |
| 153 | 21 21 | Estoppel |
| 154 | 21 21 | Failure to mitigate |
| 155 | 21 21 | Waiver |
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
);