Statutes Cited
Data license: Public court records
3 rows where cited_by = "Kassab" and filing_id = 8
This data as json, CSV (advanced)
cited_by 1
- Kassab · 3 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 60 | 8 8 | Tex. Civ. Prac. & Rem. Code § 16.069 | Allows filing of counterclaims arising from the same transaction even if independently barred by limitations, provided filed within 30 days of the answer deadline. Quoted in full. | Kassab |
| 61 | 8 8 | Texas Penal Code (barratry — third-degree felony) | Referenced as the criminal barratry statute; specific section number not cited in text | Kassab |
| 62 | 8 8 | Tex. Disciplinary R. Prof'l Conduct 8.03 | Mandatory reporting of attorney misconduct to the State Bar; cited as basis for Kassab filing grievances | 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
);