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

9 rows where part_number = 300 and title_number = 24 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 24 · 9 ✖

part_number 1

  • 300 · 9 ✖

agency 1

  • HUD 9
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.2.5.1.0.221.1 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.1 Scope of chapter. HUD       This chapter consists of general information and does not purport to set forth all of the procedures and requirements that apply to the operations of the Association. Complete specific information as to any aspect of such operations may be obtained from the office listed in § 300.9.
24:24:2.1.2.5.1.0.221.2 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.3 Description. HUD     [66 FR 44265, Aug. 22, 2001] The Government National Mortgage Association (hereinafter in this chapter called the Association, GNMA or Ginnie Mae) furnishes fiduciary services to itself and other departments and agencies of the Government, and guarantees privately issued securities backed by trusts or pools of mortgages or loans which are insured or guaranteed by the Federal Housing Administration (FHA), the Department of Veterans Affairs (VA) or the Rural Housing Service (RHS) and certain other loans or mortgages guaranteed or insured by the Government. In the course of its business, the Association is referred to as GNMA or Ginnie Mae.
24:24:2.1.2.5.1.0.221.3 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.5 Creation and status. HUD       The Association is a Government corporation in the Department of Housing and Urban Development. It is derived from the Federal National Mortgage Association, which was partitioned by the Congress into two corporations effective September 1, 1968, one of which is the Association. The operations of the Association are conducted under its statutory charter contained in title III of the National Housing Act, 12 U.S.C. 1716, et seq.
24:24:2.1.2.5.1.0.221.4 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.7 Area of operations. HUD       The Association is authorized to conduct its business in any State of the United States, the District of Columbia, the Commonwealth of Puerto Rico, the Commonwealth of the Northern Mariana Islands, and the territories and possessions of the United States.
24:24:2.1.2.5.1.0.221.5 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.9 Office. HUD       The Association directs its operations from its office located at 451 Seventh Street, SW., Washington DC 20410.
24:24:2.1.2.5.1.0.221.6 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.11 Authority of officers. HUD       The President, each Vice President, and each Assistant Vice President of the Association are severally expressly empowered in the name of the Association to sign all contracts and other documents, instruments, and writings which call for execution by the Association in the conduct of its business and affairs, and to encumber, mortgage, pledge, convey or otherwise alien any property which the Association may own or in which it may have an estate, right, title or interest. In addition, the President, each Vice President, each Assistant Vice President, the Secretary of the Association, each Assistant Secretary, the Treasurer and the Controller shall have the authority as may be provided in the Bylaws of the Association or as may be delegated to them in a manner not inconsistent with the Bylaws.
24:24:2.1.2.5.1.0.221.7 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.13 Power of attorney. HUD       In order to efficiently carry out the purposes of the Association, the Association may appoint any person its true and lawful attorney-in-fact by publication in the Federal Register or by appointment from the President of the Association in writing. Any such attorney-in-fact shall have the power outlined in the publication or appointment.
24:24:2.1.2.5.1.0.221.8 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.15 Exceptions. HUD       In the conduct of its affairs, in individual cases or classes of cases, the Association reserves the right, consistent with law, without prior notice and at any time, to alter or waive any of the requirements contained in this chapter or elsewhere or to impose other and additional requirements; it further reserves the right, without prior notice and at any time, to amend or rescind any or all of the material set forth herein.
24:24:2.1.2.5.1.0.221.9 24 Housing and Urban Development III   300 PART 300—GENERAL       § 300.17 Audits and reports. HUD       The Association and its designees may at any reasonable time audit the books and examine the records of any issuer, mortgage servicer, trustee, agent or other person bearing on compliance with the requirements of the Association's programs, and the Association may require reasonable and necessary reports from such persons.

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