Statutes Cited
Data license: Public court records
7 rows where filing_id = 3
This data as json, CSV (advanced)
cited_by 1
| statute_id ▼ | filing_id | statute | description | cited_by |
|---|---|---|---|---|
| 15 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 1.04(f)(1), (f)(2), (g) | Rules governing division of fees between lawyers not in the same firm, requiring client consent and proportionality | Pohl (denying violation) |
| 16 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 1.15(a)(1), (d) | Rules requiring withdrawal from representation when it would result in rule violations | Pohl (denying violation) |
| 17 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 5.04(a) | Prohibition on sharing attorney's fees with a non-lawyer | Pohl (denying violation) |
| 18 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 7.01(a) | Rules regarding firm names and letterhead | Pohl (denying violation) |
| 19 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 7.03(b), (d) | Prohibition on paying non-lawyers for soliciting or referring clients; prohibition on collecting fees obtained in violation of solicitation rules | Pohl (denying violation) |
| 20 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 7.06(a), (b) | Prohibition on accepting or continuing employment procured by prohibited solicitation conduct | Pohl (denying violation) |
| 21 | 3 3 | Tex. Disciplinary R. Prof'l Conduct 8.04(a)(1)-(4), (a)(9), (a)(12), (b) | Prohibitions on violating rules, committing serious crimes, engaging in fraud/deceit/misrepresentation, engaging in barratry, and violating laws relating to practice of law | Pohl (denying violation) |
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
);