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

7 rows where agency = "SEC" and part_number = "249b" sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 17 7

part_number 1

  • 249b · 7 ✖

agency 1

  • SEC · 7 ✖
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.11.0.17.1 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       §§ 249b.1-249b.99 [Reserved] SEC        
17:17:5.0.1.1.11.0.17.2 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.100 Form TA-1, SEC     [40 FR 51184, Nov. 4, 1975, as amended at 51 FR 12127, Apr. 9, 1986; 73 FR 32228, June 5, 2008] 1 Copies of the form may be obtained from the Publications Section, Securities and Exchange Commission, 100 F Street, NE., Washington, DC 20549 and from each of the Commission's regional offices. This form shall be used for application for registration as a transfer agent and for amendment to registration as a transfer agent pursuant to section 17A of the Securities Exchange Act of 1934.
17:17:5.0.1.1.11.0.17.3 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.101 Form TA-W, notice of withdrawal from registration as transfer agent. SEC     [42 FR 44984, Sept. 8, 1977] This form shall be used for withdrawing, pursuant to section 17A of the Securities Exchange Act of 1934, the registration of transfer agents registered with the Commission.
17:17:5.0.1.1.11.0.17.4 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.102 Form TA-2, SEC     [51 FR 12134, Apr. 9, 1986, as amended at 73 FR 32228, June 5, 2008] 1 Copies of the form may be obtained from the Publication Section, Securities and Exchange Commission, 100 F Street, NE., Washington, DC 20549 and from each of the Commission's regional offices. This form shall be used on an annual basis for registered transfer agents for reporting their business activities.
17:17:5.0.1.1.11.0.17.5 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.200 Form CA-1, SEC     [40 FR 52359, Nov. 10, 1975, as amended at 51 FR 12134, Apr. 9, 1986; 73 FR 32228, June 5, 2008] 1 Copies of the form may be obtained from the Publication Section, Securities and Exchange Commission, 100 F Street, NE., Washington, DC 20549 and from each of the Commission's regional offices. This form shall be used for application for registration or for exemption from registration as a clearing agency and for amendment to registration as a clearing agency pursuant to section 17A of the Securities Exchange Act of 1934.
17:17:5.0.1.1.11.0.17.6 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.300 FORM NRSRO, application for registration as a nationally recognized statistical rating organization pursuant to section 15E of the Securities Exchange Act of 1934 and § 240.17g-1 of this chapter. SEC     [72 FR 33624, June 18, 2007] This Form shall be used for an initial application for and an application to add a class of credit ratings to, a supplement to an initial application for and an application to add a class of credit ratings to, an update and amendment to an application for, and a withdrawal from a registration as a nationally recognized statistical rating organization pursuant to section 15E of the Securities Exchange Act of 1934 (15 U.S.C. 78o-7) and § 240.17g-1 of this chapter.
17:17:5.0.1.1.11.0.17.7 17 Commodity and Securities Exchanges II   249b PART 249b—FURTHER FORMS, SECURITIES EXCHANGE ACT OF 1934       § 249b.400 Form SD, specialized disclosure report. SEC     [77 FR 56362, Sept. 12, 2012, as amended at 77 FR 56418, Sept. 12, 2012] (a) This Form shall be filed pursuant to § 240.13p-1 of this chapter by registrants that file reports with the Commission pursuant to Sections 13(a) or 15(d) of the Securities Exchange Act of 1934 and are required to disclose the information required by Section 13(p) under the Securities Exchange Act of 1934 and Rule 13p-1 (§ 240.13p-1) of this chapter. (b) This Form shall be filed pursuant to Rule 13q-1 (§ 240.13q-1) of this chapter by resource extraction issuers that are required to disclose the information required by Section 13(q) of the Securities Exchange Act of 1934 (15 U.S.C. 78m(q)) and Rule 13q-1 of this chapter.

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