Statutes Cited
Data license: Public court records
2 rows where cited_by = "Kassab" and filing_id = 11
This data as json, CSV (advanced)
cited_by 1
- Kassab · 2 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 81 | 11 11 | Tex. Civ. Prac. & Rem. Code § 16.069 | Allows filing of counterclaims arising from same transaction even if barred by limitations, if filed within 30 days of the answer deadline | Kassab |
| 82 | 11 11 | Tex. Disciplinary R. Prof'l Conduct 8.03 | Mandatory reporting of attorney misconduct to the State Bar — cited as basis for Kassab's grievances against Pohl | Kassab |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE statutes (
statute_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
statute TEXT,
description TEXT,
cited_by TEXT
);