home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

4 rows where agency = "HUD" and part_number = 255 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 24 4

part_number 1

  • 255 · 4 ✖

agency 1

  • HUD · 4 ✖
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
24:24:2.1.1.2.27.0.211.1 24 Housing and Urban Development II B 255 PART 255—COINSURANCE FOR THE PURCHASE OR REFINANCING OF EXISTING MULTIFAMILY HOUSING PROJECTS       § 255.1 Termination of program. HUD     [55 FR 41320, Oct. 10, 1990, as amended at 56 FR 14642, Apr. 11, 1991] (a) Effective on November 12, 1990, the authority to coinsure mortgages under this part is terminated, except that the Department: (1) Will honor legally binding and validly issued commitments issued before November 12, 1990 and (2) Will accept for review the coinsurance applications described in paragraph (b) of this section. Part 255, as it existed immediately before November 12, 1990, will continue to govern the rights and obligations of coinsured lenders, mortgagors, and the Department of Housing and Urban Development with respect to loans coinsured under this part. (b) A precommitment review procedure applies to any application for mortgage coinsurance for which a lender has accepted a non-refundable application fee before November 12, 1990 under this part and for which a legally binding Conditional or Firm Commitment is proposed to be issued. This procedure applies to lenders with preliminary as well as full approval to process coinsurance applications and without regard to whether the lender is under probation. For any coinsurance application for which the lender has accepted an application and a non-refundable application fee before November 12, 1990, the lender shall, prior to commitment, submit to HUD headquarters and to the HUD field office with jurisdiction for the proposed project such exhibits and other information as has been specified in administrative instructions of the Commissioner. The lender shall not issue a commitment without written approval from the Commissioner. Field Offices shall not endorse any case covered by this precommitment review requirement unless the lender submits with the endorsement package evidence of the Commissioner's approval of the processing and evidence of compliance with any conditions imposed by the Commissioner. (c) Extensions of commitments for projects which had outstanding legally binding commitments as of November 12, 1990 are limited as follows: (1) Conditional commitments may be extended not to exceed 180 days from the date of original issuance; (2) F…
24:24:2.1.1.2.27.0.211.2 24 Housing and Urban Development II B 255 PART 255—COINSURANCE FOR THE PURCHASE OR REFINANCING OF EXISTING MULTIFAMILY HOUSING PROJECTS       § 255.2 GNMA right to assignment. HUD     [59 FR 1475, Jan. 11, 1994] If the lender-issuer defaults on its obligations under the GNMA Mortgage-Backed Securities Program, GNMA will have the right to cause all Coinsured Mortgages held in GNMA pools by the defaulting coinsuring lender-issuer to be assigned to another GNMA-approved coinsuring lender-issuer, or to GNMA itself. (a) For any Coinsured Mortgage that is not in default and is held by a defaulting lender-issuer, GNMA will have the right to perfect an assignment of the mortgage to itself. However, before exercising this right, GNMA will attempt to have the Mortgage assigned to another eligible coinsuring lender (unless GNMA determines, with the agreement of the Commissioner, that the attempt would prove ineffectual because of market conditions or other factors). This attempt will be undertaken by soliciting offers to assume the defaulting lender-issuer's rights and obligations under the Mortgage from those eligible coinsuring lenders that are also GNMA issuers and that are indicated on a periodically updated listing furnished to GNMA by the Commissioner. (b) For any Coinsured Mortgage that is in default and held by a defaulting lender-issuer, GNMA will have the right to perfect an assignment of the Coinsured Mortgage directly to itself before extinguishing the Mortgage by completion of foreclosure action or acquisition of title by deed-in-lieu of foreclosure. (c) GNMA, as assignee, will give the Commissioner written notice, within 30 days after taking a Mortgage by assignment in accordance with this section, in order to allow an appropriate endorsement and necessary changes in the Commissioner's records. (d) The Commissioner will endorse any Mortgage assigned to GNMA as provided by this section for full insurance, effective as of the date of assignment in accordance with the appropriate provisions of 24 CFR part 207. Any future claim by GNMA, or any assignment of the fully insured Mortgage, will be governed by the appropriate provisions of 24 CFR part 207, except that any payment will be made in cash instead of debentures.
24:24:2.1.1.2.27.0.211.3 24 Housing and Urban Development II B 255 PART 255—COINSURANCE FOR THE PURCHASE OR REFINANCING OF EXISTING MULTIFAMILY HOUSING PROJECTS       § 255.3 Case-by-case conversion to full insurance. HUD     [61 FR 49038, Sept. 17, 1996] The provisions of 24 CFR 251.3 apply to this part.
24:24:2.1.1.2.27.0.211.4 24 Housing and Urban Development II B 255 PART 255—COINSURANCE FOR THE PURCHASE OR REFINANCING OF EXISTING MULTIFAMILY HOUSING PROJECTS       § 255.6 Method of payment of mortgage insurance premiums. HUD     [63 FR 1303, Jan. 8, 1998] The provisions of 24 CFR 251.6 shall apply to this part.

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 147.135ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API