Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where doc_id = 122 and topics = "["trial-procedures", "exhibits", "note-of-issue", "matrimonial"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["trial-procedures", "exhibits", "note-of-issue", "matrimonial"] · 1 ✖
judicial_district 1
- 9 1
doc_type 1
county 1
- Orange 1
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BROGE-006 | Part Rules – Hon. Brett Broge, J.S.C. 122 | NY-SC-9JD-BROGE | VI | Pre-Trial and Trial Matters | Note of Issue filed via NYSCEF or County Clerk. Trial notebook required not later than 1 week prior to trial: marked pleadings per CPLR §4012; pre-trial memorandum; witness list; exhibits with descriptions (no medical records needed); preliminary requests to charge (PJI numbers); joint verdict sheet. Motions in limine no later than 1 week before trial. For matrimonial matters, no later than 1 week prior to trial: statements of proposed disposition per 22 NYCRR 202.16(h); updated Net Worth Statements; forensic reports. Proof of CPLR 2306/2307 compliance required for subpoenas to municipal entities; all HIPAA subpoenas must attach duly executed authorization. Notify Court 60 days prior if interpreter required at trial. | ["trial-procedures", "exhibits", "note-of-issue", "matrimonial"] | ["22 NYCRR 202.16(h)", "CPLR 4012", "CPLR 2306", "CPLR 2307"] | 9 | Orange | supreme | part_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);