Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where county = "New York", doc_id = 65 and topics = "["foreclosure", "settlement-conferences", "remote-hearings"]"
This data as json, CSV (advanced)
Suggested facets: topics (array), cross_references (array)
topics 1
- ["foreclosure", "settlement-conferences", "remote-hearings"] · 1 ✖
judicial_district 1
- 1 1
doc_type 1
county 1
- New York · 1 ✖
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-1JD-KAHN-P32-004 | Part 32 Rules - Mortgage Foreclosure Part 65 | NY-SC-1JD-KAHN | II.B | Mortgage Foreclosure Part (MFP) - CPLR 3408 Conferences Before Referee | Residential mortgage foreclosure conferences required by CPLR 3408 are conducted either in person at 60 Centre Street or virtually at the discretion of the assigned Court Attorney Referee (Priva Simon; (646) 386-5792; psimon@nycourts.gov), not by the Judge. Settlement conferences are not held in the part; they are usually held at 60 Centre Street, Room 130. Requests for adjournment of MFP conferences must be made upon consent of all parties by written, e-filed stipulation 48 hours in advance and emailed to the referees. | ["foreclosure", "settlement-conferences", "remote-hearings"] | ["CPLR 3408"] | 1 | New York | 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'
);