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 = "SEC" and part_number = 285 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

  • 285 · 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.26.0.36.1 17 Commodity and Securities Exchanges II   285 PART 285—RULES AND REGULATIONS PURSUANT TO SECTION 15(a) OF THE BRETTON WOODS AGREEMENTS ACT       § 285.1 Applicability of part. SEC     [Reg. BW, 15 FR 281, Jan. 17, 1950] This part (Regulation BW), prescribes the reports to be filed with the Securities and Exchange Commission by the International Bank for Reconstruction and Development pursuant to section 15(a) of the Bretton Woods Agreements Act.
17:17:5.0.1.1.26.0.36.2 17 Commodity and Securities Exchanges II   285 PART 285—RULES AND REGULATIONS PURSUANT TO SECTION 15(a) OF THE BRETTON WOODS AGREEMENTS ACT       § 285.2 Periodic reports. SEC     [20 FR 588, Jan. 27, 1955] (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 statements. (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) loan 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.26.0.36.3 17 Commodity and Securities Exchanges II   285 PART 285—RULES AND REGULATIONS PURSUANT TO SECTION 15(a) OF THE BRETTON WOODS AGREEMENTS ACT       § 285.3 Reports with respect to proposed distribution of primary obligations. SEC     [46 FR 48179, Oct. 1, 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.26.0.36.4 17 Commodity and Securities Exchanges II   285 PART 285—RULES AND REGULATIONS PURSUANT TO SECTION 15(a) OF THE BRETTON WOODS AGREEMENTS ACT       § 285.4 Preparation and filing of reports. SEC     [Reg. BW, 15 FR 281, Jan. 17, 1950] (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 § 285.3 (Rule 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 511.763ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API