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

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 15 · 3 ✖

part_number 1

  • 770 · 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:3.1.1.1.15.0.1.1 15 Commerce and Foreign Trade VII C 770 PART 770—INTERPRETATIONS       § 770.1 Introduction. BIS       In this part, references to the EAR are references to 15 CFR chapter VII, subchapter C. This part provides commodity, technology, and software interpretations. These interpretations clarify the scope of controls where such scope is not readily apparent from the Commerce Control List (CCL) (see supplement no. 1 to part 774 of the EAR) and other provisions of the Export Administration Regulations.
15:15:3.1.1.1.15.0.1.2 15 Commerce and Foreign Trade VII C 770 PART 770—INTERPRETATIONS       § 770.2 Item interpretations. BIS     [61 FR 12920, Mar. 25, 1996] (a) Interpretation 1: Anti-friction bearing or bearing systems and specially designed parts. (1) Anti-friction bearings or bearing systems shipped as spares or replacements are classified under Export Control Classification Number (ECCN) 2A001 (ball, roller, or needle-roller bearings and parts). This applies to separate shipments of anti-friction bearings or bearing systems and anti-friction bearings or bearing systems shipped with machinery or equipment for which they are intended to be used as spares or replacement parts. (2) An anti-friction bearing or bearing system physically incorporated in a segment of a machine or in a complete machine prior to shipment loses its identity as a bearing. In this scenario, the machine or segment of machinery containing the bearing is the item subject to export control requirements. (3) An anti-friction bearing or bearing system not incorporated in a segment of a machine prior to shipment, but shipped as a component of a complete unassembled (knocked-down) machine, is considered a component of a machine. In this scenario, the complete machine is the item subject to export license requirements. (b) Interpretation 2: Classification of “parts” of machinery, equipment, or other items —(1) An assembled machine or unit of equipment is being exported. In instances where one or more assembled machines or units of equipment are being exported, the individual component parts that are physically incorporated into the machine or equipment do not require a license. The license or general exception under which the complete machine or unit of equipment is exported will also cover its component parts, provided that the parts are normal and usual components of the machine or equipment being exported, or that the physical incorporation is not used as a device to evade the requirement for a license. (2) Parts are exported as spares, replacements, for resale, or for stock. In instances where parts are exported as spares, replacements, for resale, or for stock, a license is required on…
15:15:3.1.1.1.15.0.1.3 15 Commerce and Foreign Trade VII C 770 PART 770—INTERPRETATIONS       § 770.3 Interpretations related to exports of technology and software to destinations in Country Group D:1. BIS     [61 FR 12920, Mar. 25, 1996, as amended at 61 FR 64286, Dec. 4, 1996; 62 FR 25470, May 9, 1997; 65 FR 14860, Mar. 20, 2000; 86 FR 54813, Oct. 5, 2021] (a) Introduction. This section is intended to provide you additional guidance on how to determine whether your technology or software would be eligible for a License Exception, may be exported under NLR, or require a license, for export to Country Group D:1. (b) Scope of licenses. The export of technology and software under a license is authorized only to the extent specifically indicated on the face of the license. The only technology and software related to equipment exports that may be exported without a license is technology described in §§ 734.7 through 734.11 of the EAR; operating technology and software described in § 740.13(a) of the EAR; sales technology described in § 740.13(b) of the EAR; and software updates described in § 740.13(c) of the EAR. (c) Commingled technology and software. (1) U.S.-origin technology does not lose its U.S.-origin when it is redrawn, used, consulted, or otherwise commingled abroad in any respect with other technology of any other origin. Therefore, any subsequent or similar technical data prepared or engineered abroad for the design, construction, operation, or maintenance of any plant or equipment, or part thereof, which is based on or utilizes any U.S.-origin technology, is subject to the EAR in the same manner as the original U.S.-origin technology, including license requirements, unless the commingled technology is not subject to the EAR by reason of the de minimis exclusions described in § 734.4 of the EAR. (2) U.S.-origin software that is incorporated into or commingled with foreign-origin software does not lose its U.S.-origin. Such commingled software is subject to the EAR is the same manner as the original U.S.-origin software, including license requirements, unless the commingled software is not subject to the EAR by reason of the de minimis exclusions described in § 734.4 of the EAR. (d) Certain License Exception. The following questions and answers are intended to further clarify the scope of technology and software eligible for a License Exception…

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