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

6 rows where part_number = 106 and title_number = 46 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 46 · 6 ✖

part_number 1

  • 106 · 6 ✖

agency 1

  • USCG 6
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
46:46:4.0.1.1.10.0.1.1 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.100 Purpose. USCG       The regulations in this part implement 46 U.S.C. 12102(d).
46:46:4.0.1.1.10.0.1.2 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.105 Applicability. USCG       The regulations in this part apply to a documented vessel with only a registry endorsement or a foreign-flagged vessel that has been issued an Aquaculture Support Operations Waiver by the Department of Transportation (DOT) under 46 U.S.C. 12102(d)(1), for the purpose of conducting aquaculture support operations.
46:46:4.0.1.1.10.0.1.3 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.110 Definitions. USCG       Aquaculture support operations means activities that treat aquaculture fish for or protect aquaculture fish from disease, parasitic infestation, or other threats to their health.
46:46:4.0.1.1.10.0.1.4 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.115 Notification requirements. USCG       (a) Prior to operating in U.S. waters, a vessel owner, operator, or charterer that has been issued an Aquaculture Support Operations Waiver by DOT's Maritime Administration (MARAD) to conduct aquaculture support operations must notify the Coast Guard in writing of its status. The notification must include the following information: (1) The vessel(s) name(s); (2) The vessel's official and/or International Maritime Organization number; (3) The geographic location within the waters of the United States where the vessel(s) will conduct treatment operations; (4) The period of time during which the Aquaculture Support Operations Waiver for the vessel(s) is approved including: (i) The start date (MM/DD/YYYY); and (ii) The expiration date (MM/DD/YYYY); and (5) A copy of the MARAD-issued Aquaculture Support Operations Waiver. (b) Written notification must be made to the Commandant (CG-CVC), ATTN: Office of Commercial Vessel Compliance, U.S. Coast Guard Stop 7501, 2703 Martin Luther King Jr. Avenue SE., Washington, DC 20593-7501, or by email to CG-CVC-3@uscg.mil.
46:46:4.0.1.1.10.0.1.5 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.120 Operational and geographic requirements. USCG       (a) Vessels with a MARAD-issued Aquaculture Support Operations Waiver, issued under 46 U.S.C. 12102(d)(1), for the purpose of performing aquaculture support operations are subject to the following restrictions: (1) Commercial operations in U.S. waters other than operations that treat or protect aquaculture fish are prohibited; (2) While conducting aquaculture support operations, vessels will operate solely within the geographic location(s) identified in the waiver issued by MARAD; and (3) Vessels will not conduct aquaculture support operations beyond the period of time approved in the waiver issued by MARAD. (b) Vessels conducting aquaculture support operations will, at all times, maintain a copy of the waiver issued by MARAD on board the vessel as proof of its eligibility to conduct aquaculture support operations.
46:46:4.0.1.1.10.0.1.6 46 Shipping I I 106 PART 106—REQUIREMENTS FOR NONQUALIFIED VESSELS THAT PERFORM CERTAIN AQUACULTURE SUPPORT OPERATIONS       § 106.125 Penalties. USCG       A person who violates any requirement prescribed by the regulations in this part is subject to penalty under 46 U.S.C. 12151.

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