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

3 rows where part_number = 721 and title_number = 15 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 15 · 3 ✖

part_number 1

  • 721 · 3 ✖

agency 1

  • BIS 3
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:2.1.3.3.18.0.1.1 15 Commerce and Foreign Trade VII B 721 PART 721—INSPECTION OF RECORDS AND RECORDKEEPING       § 721.1 Inspection of records. BIS       Upon request by BIS or any other agency of competent jurisdiction, you must permit access to and copying of any record relating to compliance with the requirements of the CWCR. This requires that you make available the equipment and, if necessary, knowledgeable personnel for locating, reading, and reproducing any record.
15:15:2.1.3.3.18.0.1.2 15 Commerce and Foreign Trade VII B 721 PART 721—INSPECTION OF RECORDS AND RECORDKEEPING       § 721.2 Recordkeeping. BIS     [71 FR 24929, Apr. 27, 2006, as amended at 72 FR 14410, Mar. 28, 2007] (a) Requirements. Each person, facility, plant site or trading company required to submit a declaration, report, or advance notification under parts 712 through 715 of the CWCR must retain all supporting materials and documentation used by a unit, plant, facility, plant site or trading company to prepare such declaration, report, or advance notification to determine production, processing, consumption, export or import of chemicals. Each facility subject to inspection under Part 716 of the CWCR must retain all supporting materials and documentation associated with the movement into, around, and from the facility of declared chemicals and their feedstock or any product chemicals formed from such chemicals and feedstock. In the event that a declared facility is sold, the previous owner of the facility must retain all such supporting materials and documentation that were not transferred to the current owner of the facility (e.g., as part of the contract involving the sale of the facility)—otherwise, the current owner of the facility is responsible for retaining such supporting materials and documentation. Whenever the previous owner of a declared facility retains such supporting materials and documentation, the owner must inform BIS of any subsequent change in address or other contact information, so that BIS will be able to contact the previous owner of the facility, to arrange for access to such records, if BIS deems them relevant to inspection activities involving the facility (see § 716.4 of the CWCR). (b) Five year retention period. All supporting materials and documentation required to be kept under paragraph (a) of this section must be retained for five years from the due date of the applicable declaration, report, or advance notification, or for five years from the date of submission of the applicable declaration, report or advance notification, whichever is later. Due dates for declarations, reports and advance notifications are provided in parts 712 through 715 of the CWCR. (c) Location of records. …
15:15:2.1.3.3.18.0.1.3 15 Commerce and Foreign Trade VII B 721 PART 721—INSPECTION OF RECORDS AND RECORDKEEPING       § 721.3 Destruction or disposal of records. BIS       If BIS or other authorized U.S. government agency makes a formal or informal request for a certain record or records, such record or records may not be destroyed or disposed of without the written authorization of the requesting entity.

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