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 = 718 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

  • 718 · 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.15.0.1.1 15 Commerce and Foreign Trade VII B 718 PART 718—CONFIDENTIAL BUSINESS INFORMATION       § 718.1 Definition. BIS       The Chemical Weapons Convention Implementation Act of 1998 (“the Act”) defines confidential business information as information included in categories specifically identified in sections 103(g)(1) and 304(e)(2) of the Act and other trade secrets as follows: (a) Financial data; (b) Sales and marketing data (other than shipment data); (c) Pricing data; (d) Personnel data; (e) Research data; (f) Patent data; (g) Data maintained for compliance with environmental or occupational health and safety regulations; (h) Data on personnel and vehicles entering and personnel and personal passenger vehicles exiting the site; (i) Any chemical structure; (j) Any plant design, process, technology or operating method; (k) Any operating requirement, input, or result that identifies any type or quantity of chemicals used, processed or produced; (l) Any commercial sale, shipment or use of a chemical; or (m) Information that qualifies as a trade secret under 5 U.S.C. 552(b)(4) (Freedom of Information Act), provided such trade secret is obtained from a U.S. person or through the U.S. Government.
15:15:2.1.3.3.15.0.1.2 15 Commerce and Foreign Trade VII B 718 PART 718—CONFIDENTIAL BUSINESS INFORMATION       § 718.2 Identification of confidential business information. BIS       (a) General. Certain confidential business information submitted to BIS in declarations and reports does not need to be specifically identified and marked by the submitter, as described in paragraph (b) of this section. Other confidential business information submitted to BIS in declarations and reports and confidential business information provided to the Host Team during inspections must be identified by the inspected facility so that the Host Team can arrange appropriate marking and handling. (b) Confidential business information contained in declarations and reports. (1) BIS has identified those data fields on the declaration and report forms that request “confidential business information” as defined by the Act. These data fields are identified in the table provided in supplement no. 1 to this part. (2) You must specifically identify in a cover letter submitted with your declaration or report any additional information on a declaration or report form (i.e., information not provided in one of the data fields listed in the table included in supplement no. 1 to this part), including information provided in attachments to Form A or Form B, that you believe is confidential business information, as defined by the Act, and must describe how disclosure would likely result in competitive harm. BIS has also determined that descriptions of Schedule 1 facilities submitted with Initial Declarations as attachments to Form A contain confidential business information, as defined by the Act. (c) Confidential business information contained in advance notifications. Information contained in advance notifications of exports and imports of Schedule 1 chemicals is not subject to the confidential business information provisions of the Act. You must identify information in your advance notifications of Schedule 1 imports that you consider to be privileged and confidential, and describe how disclosure would likely result in competitive harm. See § 718.3(b) of the CWCR for provisions on disclosure to the public of such info…
15:15:2.1.3.3.15.0.1.3 15 Commerce and Foreign Trade VII B 718 PART 718—CONFIDENTIAL BUSINESS INFORMATION       § 718.3 Disclosure of confidential business information. BIS     [71 FR 24929, Apr. 27, 2006, as amended at 73 FR 78183, Dec. 22, 2008] (a) General. Confidentiality of information will be maintained by BIS consistent with the non-disclosure provisions of the Act, the Export Administration Regulations (15 CFR parts 730 through 774), the International Traffic in Arms Regulations (22 CFR parts 120 through 130), and applicable exemptions under the Freedom of Information Act, as appropriate. (b) Disclosure of confidential business information contained in advance notifications. Information contained in advance notifications of exports and imports of Schedule 1 chemicals is not subject to the confidential business information provisions of the Act. Disclosure of such information will be in accordance with the provisions of the relevant statutory and regulatory authorities as follows: (1) Exports of Schedule 1 chemicals. Confidentiality of all information contained in these advance notifications will be maintained consistent with the non-disclosure provisions of the Export Administration Regulations (15 CFR parts 730 through 774), the International Traffic in Arms Regulations (22 CFR parts 120 through 130), and applicable exemptions under the Freedom of Information Act, as appropriate; and (2) Imports of Schedule 1 chemicals. Confidentiality of information contained in these advance notifications will be maintained pursuant to applicable exemptions under the Freedom of Information Act. (c) Disclosure of confidential business information pursuant to § 404(b) of the Act —(1) Disclosure to the Organization for the Prohibition of Chemical Weapons (OPCW). (i) As provided by Section 404(b)(1) of the Act, the U.S. Government will disclose or otherwise provide confidential business information to the Technical Secretariat of the OPCW or to other States Parties to the Convention, in accordance with provisions of the Convention, particularly with the provisions of the Annex on the Protection of Confidential Information (Confidentiality Annex). (ii) Convention provisions. (A) The Convention provides that States Parties may designate information s…

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