cfr_sections
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
This data as json, CSV (advanced)
| 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
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);