Key Assertions
Data license: Public court records
6 rows where filing_id = 31
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 532 | 31 31 | Three new affirmative defenses added to align with arguments in the Traditional MSJ filed the same day |
| 533 | 31 31 | Judicial Immunity now asserted as a separate defense (#16) |
| 534 | 31 31 | Immunity under Rule 17.09 of the Texas Rules of Disciplinary Procedure now explicitly pled as affirmative defense (#17) |
| 535 | 31 31 | Illegality defense expanded to include 'Unlawful Acts Rule' terminology (#13) |
| 536 | 31 31 | All prior factual assertions maintained from Sixth Amended Answer |
| 537 | 31 31 | 242 claimants have assigned barratry claims to Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_assertions (
assertion_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
assertion TEXT
);