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

2 rows where part_number = 301 and title_number = 20 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 20 · 2 ✖

part_number 1

  • 301 · 2 ✖

agency 1

  • SSA 2
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
20:20:1.0.2.9.40.0.155.1 20 Employees' Benefits II C 301 PART 301—EMPLOYERS UNDER THE ACT       § 301.1 Statutory provisions. SSA     [Board Order 40-368, 5 FR 2718, Aug. 1, 1940, as amended by Board Order 41-526, 7 FR 97, Jan. 6, 1942] (a) The term “employer” means any carrier (as defined in subsection (b) of this section), and any company which is directly or indirectly owned or controlled by one or more such carriers or under common control therewith, and which operates any equipment or facility or performs any service (except trucking service, casual service, and the casual operation of equipment or facilities) in connection with the transportation of passengers or property by railroad, or the receipt, delivery, elevation, transfer in transit, refrigeration or icing, storage, or handling of property transported by railroad, and any receiver, trustee, or other individual or body, judicial or otherwise, when in the possession of the property or operating all or any part of the business of any such employer: Provided, however, That the term “employer” shall not include any street, interurban, or suburban electric railway, unless such railway is operating as a part of a general steam-railroad system of transportation, but shall not exclude any part of the general steam-railroad system of transportation now or hereafter operated by any other motive power. The Interstate Commerce Commission is hereby authorized and directed upon request of the Board, or upon complaint of any party interested, to determine after hearing whether any line operated by electric power falls within the terms of this proviso. The term “employer” shall also include railroad associations, traffic associations, tariff bureaus, demurrage bureaus, weighing and inspection bureaus, collection agencies, and other associations, bureaus, agencies, or organizations controlled and maintained wholly or principally by two or more employers as hereinbefore defined and engaged in the performance of services in connection with or incidental to railroad transportation; and railway labor organizations, national in scope, which have been or may be organized in accordance with the provisions of the Railway Labor Act, and their State and National legislative committees and their general comm…
20:20:1.0.2.9.40.0.155.2 20 Employees' Benefits II C 301 PART 301—EMPLOYERS UNDER THE ACT       § 301.4 Who are employers. SSA     [Board Order 40-368, 5 FR 2718, Aug. 1, 1940] The provisions of § 201.1(k) and the provisions of §§ 202.2 through 202.15 of this chapter shall be applicable to the determination of who are employers under the Railroad Unemployment Insurance Act to the same extent and in the same manner as they are applicable to the determination of who are employers under the Railroad Retirement Act of 1937.

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