cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where part_number = 287 and title_number = 17 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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.28.0.37.1 | 17 | Commodity and Securities Exchanges | II | 287 | PART 287—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE ASIAN DEVELOPMENT BANK ACT | § 287.1 Applicability of this part. | SEC | This part (Regulation AD) prescribes the reports to be filed with the Securities and Exchange Commission by the Asian Development Bank pursuant to section 11(a) of the Asian Development Bank Act. | |||||||
| 17:17:5.0.1.1.28.0.37.2 | 17 | Commodity and Securities Exchanges | II | 287 | PART 287—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE ASIAN DEVELOPMENT BANK ACT | § 287.2 Periodic reports. | SEC | (a) Within 60 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.28.0.37.3 | 17 | Commodity and Securities Exchanges | II | 287 | PART 287—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE ASIAN DEVELOPMENT BANK ACT | § 287.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.28.0.37.4 | 17 | Commodity and Securities Exchanges | II | 287 | PART 287—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE ASIAN DEVELOPMENT BANK ACT | § 287.4 Preparation and filing of reports. | SEC | (a) Every report required by this regulation 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 Rule 3 (17 CFR 287.3) may be filed in the form of a prospectus to the extent that such prospectus contains the information specified in Schedule A (17 CFR 287.101). | |||||||
| 17:17:5.0.1.1.28.0.37.5 | 17 | Commodity and Securities Exchanges | II | 287 | PART 287—GENERAL RULES AND REGULATIONS PURSUANT TO SECTION 11(a) OF THE ASIAN DEVELOPMENT BANK ACT | § 287.101 Schedule A—Information required in reports pursuant to § 287.3. | SEC | This schedule specifies the information and documents to be furnished in a report pursuant to Rule 3 (17 CFR 287.3) with respect to a proposed distribution of primary obligations of the Bank. Information not available at the time of filing the report shall be filed as promptly thereafter as possible. Item 1. Description of obligations. As to each issue of primary obligations of the Bank which is to be distributed, furnish the following information: (a) The title and date of the issue. (b) The interest rate and interest payment dates. (c) The maturity date or, if serial, the plan of serial maturities. If the maturity of the obligation may be accelerated, state the circumstances under which it may be so accelerated. (d) A brief outline of (1) any redemption provisions and (2) any amortization, sinking fund or retirement provisions, stating the annual amount, if any, which the Bank will be under obligation to apply for the satisfaction of such provisions. (e) If secured by any lien, the kind and priority thereof, and the nature of the property subject to the lien; if any other indebtedness is secured by an equal or prior lien on the same property, state the nature of such other liens. (f) If any obligations issued or to be issued by the Bank will, as to the payment of interest or principal, rank prior to the obligations to be distributed, describe the nature and extent of such priority. (g) Outline briefly any provisions of the governing instruments under which the terms of the obligations to be distributed may be amended or modified by the holders thereof or otherwise. (h) Outline briefly any other material provisions of the governing instruments pertaining to the rights of the holders of the obligations to be distributed or pertaining to the duties of the Bank with respect thereto. (i) The name and address of the fiscal or paying agent of the Bank, if any. Item 2. Distribution of obligations. (a) Outline briefly the plan of distribution of the obligations and state the am… |
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);