Court Rulings
Data license: Public court records
1 row where filing_id = 64
This data as json, CSV (advanced)
| ruling_id ▼ | filing_id | outcome | reasoning | standard_applied |
|---|---|---|---|---|
| 6 | 64 64 | Granted — Final Judgment for Pohl | Court carefully considered Pohl's motion for judgment on jury verdict, any response, reply, other briefing, arguments of counsel, and the pleadings. Court found jury unanimously answered Questions 2, 17, and 19. Court rendered final judgment incorporating jury findings. | Entry of judgment on jury verdict; exemplary damages require unanimous jury finding by clear and convincing evidence |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE rulings (
ruling_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
outcome TEXT,
reasoning TEXT,
standard_applied TEXT
);