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

2 rows where part_number = 42 and title_number = 17 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 17 · 2 ✖

part_number 1

  • 42 · 2 ✖

agency 1

  • CFTC 2
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:2.0.1.1.2.1.1.1 17 Commodity and Securities Exchanges I   42 PART 42—ANTI-MONEY LAUNDERING, TERRORIST FINANCING A Subpart A—General Provisions   § 42.1 [Reserved] CFTC        
17:17:2.0.1.1.2.1.1.2 17 Commodity and Securities Exchanges I   42 PART 42—ANTI-MONEY LAUNDERING, TERRORIST FINANCING A Subpart A—General Provisions   § 42.2 Compliance with Bank Secrecy Act. CFTC     [79 FR 2371, Jan. 14, 2014] Every futures commission merchant and introducing broker shall comply with the applicable provisions of the Bank Secrecy Act and the regulations promulgated by the Department of the Treasury under that Act at 31 CFR chapter X, and with the requirements of 31 U.S.C. 5318(l) and the implementing regulation jointly promulgated by the Commission and the Department of the Treasury at 31 CFR 1026.220, which require that a customer identification program be adopted as part of the firm's Bank Secrecy Act compliance program.

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