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

4 rows where part_number = 697 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 29 · 4 ✖

part_number 1

  • 697 · 4 ✖

agency 1

  • DOL-WHD 4
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
29:29:3.1.1.1.36.0.141.1 29 Labor V A 697 PART 697—INDUSTRIES IN AMERICAN SAMOA       § 697.1 Industry definitions. DOL-WHD     [66 FR 44968, Aug. 27, 2001] (a) Government employees. This industry includes all activities of employees of the Government of American Samoa. This industry does not include any employees of the United States or its agencies. (b) Fish canning and processing. This industry shall include the canning, freezing, preserving, and other processing of any kind of fish, shellfish, and other aquatic forms of animal life, the manufacture of any by-product thereof, and the manufacture of cans and related activities. (c) Petroleum marketing. This industry shall include the wholesale marketing and distribution of gasoline, kerosene, lubricating oils, diesel and marine fuels, and other petroleum products, bunkering operations in connection therewith, and repair and maintenance of petroleum storage facilities. (d) Shipping and transportation. This industry shall include the transportation of passengers and cargo by water or by air, and all activities in connection therewith, including storage and lighterage operations: Provided, however, that this industry shall not include the operation of tourist bureaus and of travel and ticket agencies. Provided, further, that this industry shall not include bunkering of petroleum products or activities engaged in by seamen on American vessels which are documented or numbered under the laws of the United States, which operate exclusively between points in the Samoan Islands, and which are not in excess of 350 tons net capacity. Within this industry there shall be three classifications: (1) Classification A: Stevedoring, lighterage and maritime shipping agency activities. This classification shall include all employees of employers who engage in each of the following three services: stevedoring, lighterage and maritime shipping agency activities. (2) Classification B: Unloading of fish. This classification shall include the unloading of raw and/or frozen fish from vessels. (3) Classification C: All other activities. This classification shall include all other activities in the shipping and transpo…
29:29:3.1.1.1.36.0.141.2 29 Labor V A 697 PART 697—INDUSTRIES IN AMERICAN SAMOA       § 697.2 Industry wage rates and effective dates. DOL-WHD     [70 FR 57723, Oct. 3, 2005] Every employer shall pay to each employee in American Samoa, who in any workweek is engaged in commerce or in the production of goods for commerce, or is employed in any enterprise engaged in commerce or in the production of goods for commerce, as these terms are defined in section 3 of the Fair Labor Standards Act of 1938, wages at a rate not less than the minimum rate prescribed in this section for the industries and classifications in which such employee is engaged.
29:29:3.1.1.1.36.0.141.3 29 Labor V A 697 PART 697—INDUSTRIES IN AMERICAN SAMOA       § 697.3 Notices. DOL-WHD     [41 FR 24121, June 15, 1976. Redesignated and amended at 66 FR 44969, Aug. 27, 2001] Every employer subject to the provisions of § 697.2 shall post in a conspicuous place in each department of his establishment where employees subject to the provisions of § 697.2 are working such notices of this part as shall be prescribed from time to time by the Administrator of the Wage and Hour Division of the U.S. Department of Labor, and shall give such other notice as the Administrator may prescribe.
29:29:3.1.1.1.36.0.141.4 29 Labor V A 697 PART 697—INDUSTRIES IN AMERICAN SAMOA       § 697.4 Effective dates. DOL-WHD     [70 FR 57724, Oct. 3, 2005] The wage rates specified in § 697.2 shall be effective on October 18, 2005, except as otherwise specified.

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