Statutes Cited
Data license: Public court records
3 rows where filing_id = 2
This data as json, CSV (advanced)
cited_by 1
- Kassab 3
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 12 | 2 2 | Tex. Civ. Prac. & Rem. Code § 16.069 | Permits filing of counterclaims and cross-claims arising from the same transaction or occurrence even if independently barred by limitations, if filed within 30 days of the answer deadline. Quoted in full in the filing. | Kassab |
| 13 | 2 2 | Texas Penal Code (barratry — third-degree felony) | Referenced as the criminal barratry statute making illegal solicitation a third-degree felony; specific section number not cited in text | Kassab |
| 14 | 2 2 | Texas Disciplinary Rules of Professional Conduct Rule 8.03 | Requires lawyers to report known violations of disciplinary rules; cited as basis for Kassab filing 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
);