Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-9JD-DESIR", judicial_district = 9 and topics = "["foreclosure"]"
This data as json, CSV (advanced)
Suggested facets: topics (array)
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DESIR-009 | Individual Part Rules – Hon. Djinsad Desir 127 | NY-SC-9JD-DESIR | X | Foreclosure Actions | All motions must include proposed order for Court's signature. Statewide motion templates for residential foreclosure cases must be used. Substitution of Referee by letter (not formal motion) with proposed order to appoint substitute referee. Where loan modification agreement reached, parties shall submit stipulation discontinuing action. Judgment of Foreclosure and Sale must comply with motion templates and include public notice of time and sale in The Journal News (Rockland). Referees shall deposit funds in Referee's name in attorney escrow or IOLA account (or other FDIC-insured account) maintained in Rockland County. Surplus Monies Proceeding: Judgment of Foreclosure and Sale will set forth date and time for post-foreclosure sale Surplus Monies status conference; plaintiff's counsel shall notify appointed Referee of conference date; appearances required unless completed Foreclosure Action Surplus Monies Form filed at least one week prior or Referee notifies Court of non-occurrence of sale. | ["foreclosure"] | [] | 9 | Rockland | 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'
);