cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where agency = "DOC" and part_number = 1300 sorted by section_id
This data as json, CSV (advanced)
| 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:4.1.4.9.1.0.33.1 | 15 | Commerce and Foreign Trade | XIII | 1300 | PART 1300—REPORTS ON EXPORTS OF TECHNOLOGY | § 1300.1 Reporting of exports of technology to nonmarket economy countries. | DOC | [40 FR 29534, July 14, 1975] | (a) For purposes of complying with the reporting requirements of section 411 of the Trade Act of 1974 (19 U.S.C. 2441) relating to the export of technology to a nonmarket economy country, exporters of such technology shall be deemed to have complied with the requirements of such section by complying with the applicable provisions of the export control regulations of the Department of Commerce (15 CFR 368.1 through 399.2) issued pursuant to the Export Administration Act of 1969, as amended, (50 U.S.C. App. 2401 through 2413). (b) Nonmarket Economy Country. For purposes of section 411(b) of the Trade Act of 1974 (19 U.S.C. 2441) the term “nonmarket economy country” includes those countries included in Country Groups Q, W, Y, and Z of the export control regulations of the Department of Commerce (15 CFR Part 370 (Supplement 1)). |
Advanced export
JSON shape: default, array, newline-delimited, object
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);