Statutes Cited
Data license: Public court records
3 rows where cited_by = "Kassab" and filing_id = 27
This data as json, CSV (advanced)
cited_by 1
- Kassab · 3 ✖
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 145 | 27 27 | Tex. Civ. Prac. & Rem. Code § 16.069 | Allows counterclaims arising from the same transaction to be filed even if independently time-barred, provided filing within 30 days of answer deadline | Kassab |
| 146 | 27 27 | Tex. Penal Code § 38.12 | Referenced as defining barratry as a third-degree felony — improper solicitation of clients | Kassab |
| 147 | 27 27 | Tex. Disc. R. Prof'l Cond. 8.03 | Requires a lawyer with knowledge of another lawyer's ethical violations that raise substantial question as to honesty, trustworthiness, or fitness to inform the appropriate disciplinary authority | 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
);