Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "Orange" and topics = "["matrimonial", "hearing-procedures"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["matrimonial", "hearing-procedures"] · 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-007 | Part Rules – Hon. Brett Broge, J.S.C. 122 | NY-SC-9JD-BROGE | III-7-M | Matrimonial Motions | Each pendente lite motion must include: statutory calculation for guideline amount of temporary maintenance per DRL 236B(5-a)(c); and current net worth statement. Each motion or OSC seeking modification of support must include current net worth statement or will be rejected. Pendente lite applications shall NOT be made by OSC without good cause shown. Forensic mental health reports released to attorneys upon execution of standard release form; may be reviewed with litigants but no copies given to litigants. | ["matrimonial", "hearing-procedures"] | ["DRL 236B(5-a)(c)"] | 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'
);