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

1 row where part_number = 36 and title_number = 17 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 17 · 1 ✖

part_number 1

  • 36 · 1 ✖

agency 1

  • CFTC 1
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:1.0.1.1.29.0.7.1 17 Commodity and Securities Exchanges I   36 PART 36—TRADE EXECUTION REQUIREMENT       § 36.1 Exemptions to trade execution requirement. CFTC     [85 FR 82328, Dec. 18, 2020, as amended at 86 FR 9001, Feb. 11, 2021] (a) A swap transaction that is executed as a component of a package transaction that also includes a component transaction that is the issuance of a bond in a primary market is exempt from the trade execution requirement in section 2(h)(8) of the Act. (1) For purposes of paragraph (a) of this section, a package transaction consists of two or more component transactions executed between two or more counterparties where: (i) At least one component transaction is subject to the trade execution requirement in section 2(h)(8) of the Act; (ii) Execution of each component transaction is contingent upon the execution of all other component transactions; and (iii) The component transactions are priced or quoted together as one economic transaction with simultaneous or near-simultaneous execution of all components. (2) [Reserved] (b) Section 2(h)(8) of the Act does not apply to a swap transaction that qualifies for the exception under section 2(h)(7) of the Act or an exception or exemption under part 50 of this chapter, and for which the associated requirements are met. (c) Section 2(h)(8) of the Act does not apply to a swap transaction that is executed between counterparties that have eligible affiliate counterparty status pursuant to § 50.52(a) of this chapter even if the eligible affiliate counterparties clear the swap transaction.

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