Key Facts
Data license: Public court records
10 rows where filing_id = 63
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 779 | 63 63 | Pohl promptly filed the Motion for Entry of Final Judgment after the August 31, 2023 jury verdict |
| 780 | 63 63 | Motion set for hearing on September 19, 2023 |
| 781 | 63 63 | As of October 23, 2023, more than a month has passed since the hearing without a ruling |
| 782 | 63 63 | Jury rendered verdict in Pohl's favor on August 31, 2023, finding Pohl owned trade secrets concerning his clients |
| 783 | 63 63 | Through a letter dated October 18, 2023, Pohl learned of a Mississippi bar complaint filed against him |
| 784 | 63 63 | The Mississippi bar complaint was based on materials from this case including expert reports, deposition excerpts, and documents with Kassab's Bates labels |
| 785 | 63 63 | The bar complaint does not identify who sent the materials |
| 786 | 63 63 | The materials attached to the bar complaint did not all come from public filings (lacking exhibit stamps) |
| 787 | 63 63 | The bar complaint is based on unproven conduct allegedly occurring more than 10 years ago |
| 788 | 63 63 | Kassab's barratry and unauthorized practice of law theories were rejected by the jury verdict |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_facts (
fact_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
fact TEXT
);