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 part_number = 286 and title_number = 17 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 17 · 4 ✖

part_number 1

  • 286 · 4 ✖

agency 1

  • SEC 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
17:17:5.0.1.1.27.0.37.1 17 Commodity and Securities Exchanges II   286 PART 286—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE INTER-AMERICAN DEVELOPMENT BANK ACT       § 286.1 Applicability of this part. SEC       This part (Regulation IA) prescribes the reports to be filed with the Securities and Exchange Commission by the Inter-American Development Bank pursuant to section 11(a) of the Inter-American Development Bank Act.
17:17:5.0.1.1.27.0.37.2 17 Commodity and Securities Exchanges II   286 PART 286—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE INTER-AMERICAN DEVELOPMENT BANK ACT       § 286.2 Periodic reports. SEC       (a) Within 45 days after the end of each of its fiscal quarters, the Bank shall file with the Commission the following information: (1) Information as to any purchases or sales by the Bank of its primary obligations during such quarter. (2) Copies of the Bank's regular quarterly financial statement. (3) Copies of any material modifications or amendments during such quarter of any exhibits (other than (i) constituent documents defining the rights of holders of securities of other issuers guaranteed by the Bank, and (ii) loans and guaranty agreements to which the Bank is a party) previously filed with the Commission under any statute. (b) Copies of each annual report of the Bank to its Board of Governors shall be filed with the Commission within 10 days after the submission of such report to the Board of Governors.
17:17:5.0.1.1.27.0.37.3 17 Commodity and Securities Exchanges II   286 PART 286—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE INTER-AMERICAN DEVELOPMENT BANK ACT       § 286.3 Reports with respect to proposed distribution of primary obligations. SEC     [46 FR 48179, Oct. 2, 1981] The Bank shall file with the Commission, on or prior to the date on which it sells any of its primary obligations in connection with a distribution of such obligations in the United States, a report containing the information and documents specified in Schedule A below. The term “sell” as used in this section and in Schedule A means the making of a completed sale or a firm commitment to sell.
17:17:5.0.1.1.27.0.37.4 17 Commodity and Securities Exchanges II   286 PART 286—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE INTER-AMERICAN DEVELOPMENT BANK ACT       § 286.4 Preparation and filing of reports. SEC       (a) Every report required by this part shall be filed under cover of a letter of transmittal which shall state the nature of the report and indicate the particular rule and subdivision thereof pursuant to which the report is filed. At least the original of every such letter shall be signed on behalf of the Bank by a duly authorized officer thereof. (b) Two copies of every report, including the letter of transmittal, exhibits and other papers and documents comprising a part of the report, shall be filed with the Commission. (c) The report shall be in the English language. If any exhibit or other paper or document filed with the report is in a foreign language, it shall be accompanied by a translation into the English language. (d) Reports pursuant to § 286.3 may be filed in the form of a prospectus to the extent that such prospectus contains the information specified in Schedule A.

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