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 = 1241 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 · 4 ✖

part_number 1

  • 1241 · 4 ✖

agency 1

  • STB 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
49:49:9.1.1.1.7.0.3.1 49 Transportation X C 1241 PART 1241—ANNUAL, SPECIAL, OR PERIODIC REPORTS—CARRIERS SUBJECT TO PART I OF THE INTERSTATE COMMERCE ACT       § 1241.1 Common carriers. STB     [32 FR 20456, Dec. 20, 1967] All common carriers subject to the provisions of Part I of Interstate Commerce Act, as amended, and the owners of all railroads engaged in interstate commerce as therein defined, are hereby required hereafter to file in the office of the Board on or before the 31st day of March in each year, reports covering the period of 12 months ending with the 31st day of December preceding said date, giving the particulars heretofore called for in the annual reports required by the Board of said carriers and owners of railroads.
49:49:9.1.1.1.7.0.3.2 49 Transportation X C 1241 PART 1241—ANNUAL, SPECIAL, OR PERIODIC REPORTS—CARRIERS SUBJECT TO PART I OF THE INTERSTATE COMMERCE ACT       § 1241.2 Reporting companies defined. STB     [32 FR 20456, Dec. 20, 1967, as amended at 46 FR 9115, Jan. 28, 1981] (a) Every common carrier by rail which is required by the act to regulate commerce to file with the Board any tariff or schedule of rates, fares, or charges, or any concurrence in such tariff or schedule, shall be required to keep operating accounts and to file an annual operating report unless specifically excused by the Board. (b) Every railway corporation owning but not operating a railway used in interstate or foreign commerce shall be required to file with the Board an annual nonoperating report unless relieved therefrom under the provisions of rule following. (c) Any actually existing inactive corporation coming within the scope of rule given above may be relieved from the requirements of that rule if it has no outstanding stocks or obligations not held by or for its controlling corporation and the controlling corporation reports for the inactive corporation such facts as the Board may require to be reported. (d) Reports of a controlling corporation and its controlled corporations must exclude duplications in respect of investments in railway plant and equipment and in respect of securities outstanding.
49:49:9.1.1.1.7.0.3.3 49 Transportation X C 1241 PART 1241—ANNUAL, SPECIAL, OR PERIODIC REPORTS—CARRIERS SUBJECT TO PART I OF THE INTERSTATE COMMERCE ACT       § 1241.11 Annual reports of class I railroads. STB     [38 FR 32920, Nov. 29, 1973, as amended at 41 FR 21354, May 25, 1976; 42 FR 1475, Jan. 7, 1977; 44 FR 65402, Nov. 13, 1979; 67 FR 57534, Sept. 11, 2002; 78 FR 51083, Aug. 20, 2013; 81 FR 8856, Feb. 23, 2016] (a) Commencing with reports for the year ended December 31, 1973, and thereafter, until further order, all line-haul railroad companies of class I, as defined in § 1240.1 of this chapter, subject to section 20, Part I of the Interstate Commerce Act, are required to file annual reports in accordance with Railroad Annual Report Form R-1. Such annual report shall be filed in duplicate in the office of the Office of Economics, Surface Transportation Board, Washington, DC, on or before March 31 of the year following the year which is being reported. (b) Expenditures and certain statistical information, as described below, for Positive Train Control (PTC) installation, maintenance, and operation shall be separately identified in a supplement to the Railroad Annual Report Form R-1 and submitted with the Railroad Annual Report Form R-1. This supplement shall identify PTC-related expenditures on road property and equipment improvements, depreciation of road property and equipment, accumulated depreciation, investment in railway property, and railway operating expenses. The supplement shall also identify the total mileage on which carriers install PTC and the number of locomotives equipped with PTC. The supplement shall include PTC-related expenditures for passenger-only service not otherwise captured in the individual schedules. In addition to separating capital expenses and operating expenses incurred by the railroad for PTC, the respondent entity shall include the value of funds received from non-government and government transfers to include grants, subsidies, and other contributions or reimbursements that the respondent entity used to purchase or create PTC assets or to offset PTC costs.
49:49:9.1.1.1.7.0.3.4 49 Transportation X C 1241 PART 1241—ANNUAL, SPECIAL, OR PERIODIC REPORTS—CARRIERS SUBJECT TO PART I OF THE INTERSTATE COMMERCE ACT       § 1241.15 Railroad classification survey form. STB     [48 FR 2544, Jan. 20, 1983, as amended at 81 FR 8856, Feb. 23, 2016] Commencing with the year ending December 31, 1982, and thereafter, until further order, all railroad companies not required to file an Annual Report (Form R-1) shall compute their adjusted revenues using the railroad revenue deflator formula. If there is a change in a carrier's classification the survey form shall be filed with the Office of Economics, Surface Transportation Board, Washington, DC, on or before March 31.

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