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

1 row where part_number = 510 and title_number = 24 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 24 · 1 ✖

part_number 1

  • 510 · 1 ✖

agency 1

  • HUD 1
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:3.1.1.2.2.0.1.1 24 Housing and Urban Development V B 510 PART 510—SECTION 312 REHABILITATION LOAN PROGRAM       § 510.1 Multi-family property loans. HUD     [44 FR 21751, Apr. 11, 1979, as amended at 44 FR 47513, Aug. 13, 1979; 44 FR 55562, Sept. 27, 1979. Redesignated and amended at 61 FR 7061, Feb. 23, 1996] (a) In cases in which a corporation is a borrower on a section 312 loan, the Assistant Secretary for CPD or his designee may require an officer of the corporation or a principal stockholder to personally guarantee the section 312 loan or to cosign the loan note as a borrower, where necessary to make the finding of acceptable risk required for assumption of the loan. (b) All partners of any partnership which is a borrower on a section 312 loan shall be personally liable for repayment of the section 312 loan. Limited partners shall assume personal liability by co-signing the loan note as a borrower or by personally guaranteeing the loan. (c) Any personal guarantee or endorsement shall not relieve the partnership or corporate borrower from securing the section 312 loan by a mortgage or deed of trust on the property to be rehabilitated.

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 146.388ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API