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 = 774 and title_number = 15 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 15 · 2 ✖

part_number 1

  • 774 · 2 ✖

agency 1

  • BIS 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
15:15:3.1.1.1.17.0.1.1 15 Commerce and Foreign Trade VII C 774 PART 774—THE COMMERCE CONTROL LIST       § 774.1 Introduction. BIS     [78 FR 61903, Oct. 4, 2013, as amended at 79 FR 32627, June 5, 2014; 81 FR 64679, Sept. 20, 2016] (a) Scope of the control list. In this part, references to the EAR are references to 15 CFR chapter VII, subchapter C. The Bureau of Industry and Security (BIS) maintains the Commerce Control List (CCL) that includes “items”—i.e., “commodities,” “software,” and “technology”—subject to the authority of BIS. The CCL does not include items exclusively controlled for export by another department or agency of the U.S. Government, though in instances where other agencies administer controls over related items, entries in the CCL may contain a reference to such controls. In addition, those items “subject to the EAR” but not identified on the CCL are identified by the designator “EAR99.” See § 734.2(a) of the EAR for items that are “subject to the EAR.” EAR Part 738 contains an explanation of the organization of the CCL and its relationship to the Country Chart. (b) ECCN cross-references for items subject to exclusive jurisdiction of another agency. (1) Prior to October 15, 2013, the CCL contained certain ECCNs that were only included as cross references to items subject to the export control regulations administered by the Nuclear Regulatory Commission. (2) ECCNs formerly listed on the CCL that, as of October 15, 2013 were subject to the export licensing authority of the Nuclear Regulatory Commission at 10 CFR part 110 are: 0A001, 0B001, 0B002, 0B003, 0B004, 0B005, 0B006, 0C001, 0C002, 0C004, 0C005, 0C006, 0C201 and 1C012. (3) The following multilateral export control regime reference is provided, as an additional point of historical reference: 0C201—INFCIRC 254 Part 1, 5.3.1(b). ECCNs 0D001 and 0E001 are “subject to the ITAR” (see 22 CFR parts 120 through 130). These ECCNs are retained on the CCL as cross references to the ITAR, although the former cross references to export licensing authority of the Nuclear Regulatory Commission (see 10 CFR part 110) for ECCN 0D001, and to the Department of Energy (see 10 CFR part 810) for 0E001 were removed from the Control(s) paragraph in the License Requirements section of…
15:15:3.1.1.1.17.0.1.2 15 Commerce and Foreign Trade VII C 774 PART 774—THE COMMERCE CONTROL LIST       § 774.2 [Reserved] BIS        

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