Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
1 row where judge_id = "NY-SC-9JD-GROSSMAN", 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| NY-SC-9JD-GROSSMAN-006 | Individual Part Rules of Hon. Victor G. Grossman 172 | NY-SC-9JD-GROSSMAN | VI | Foreclosure Actions | All motions must include a Proposed Order (as a separate document) which disposes of the motion. All proposed Orders of Reference submitted to the Court must contain the following paragraphs: ORDERED that the Referee is entitled to a fee of $250 for the computation report; $250 for any sale that is canceled on less than 24 hours' notice to the Referee; $250 for any third-party closing and $500 upon the sale; ORDERED that the Referee shall complete and submit the computation report within 30 days of the date of the Order of Reference; ORDERED that Plaintiff shall make application for Judgment of Foreclosure and Sale no later than 120 days of the date of this Order. Substitution of Referee: by letter to the Court, NOT by formal motion. | ["foreclosure"] | [] | 9 | Putnam | 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'
);