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 agency = "STB" and part_number = 1253 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 3

part_number 1

  • 1253 · 3 ✖

agency 1

  • STB · 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
49:49:9.1.1.1.18.0.9.1 49 Transportation X C 1253 PART 1253—RATE-MAKING ORGANIZATION; RECORDS AND REPORTS       § 1253.10 Accounts. STB     [32 FR 20474, Dec. 20, 1967] Accounts shall be kept by each conference, bureau, committee, or other organization subject to sections 5a or 5b to record all receipts and expenditures of moneys. Such accounts shall be kept with sufficient particularity to show the facts pertaining to all transactions reflected in the entries made in the accounts. All receipts shall be supported by records, including records showing the basis for charges to members. All disbursements shall be supported by vouchers, payrolls, canceled checks, and other evidences of expenditures, including the basis for any apportionment of expense items to members.
49:49:9.1.1.1.18.0.9.2 49 Transportation X C 1253 PART 1253—RATE-MAKING ORGANIZATION; RECORDS AND REPORTS       § 1253.20 Other records. STB     [32 FR 20474, Dec. 20, 1967, as amended at 47 FR 37904, Aug. 27, 1982; 74 FR 52912, Oct. 15, 2009; 91 FR 4856, Feb. 3, 2026] Each such organization subject to sections 5a or 5b shall maintain: (a)(1) A file for each proposal relating to rates, fares, classifications, divisions, allowances, or charges (including charges between carriers and compensation paid or received for the use of facilities and equipment), or rules and regulations pertaining thereto, which shall contain the complete proposal, all procedural documents issued, protests, memoranda, amendments, reports, etc., submitted and any other correspondence respecting the matter proposed. Also reports or minutes of all proceedings at any oral, committee or public hearing held thereon and the determination relating thereto; (2) a file covering each petition or protest filed by the organization against tariff publications of a member for suspension of rates or other matters published for such member carrier; (3) a file covering each instruction or request for publication by independent action. (b) All accounts and other records covered by this part shall be filed in such manner as to be readily accessible for examination by representatives of the Board. (c) All rate bureaus are required to: (1) Advise the Board of any change in legal address by notifying the Chief of Case Administration, Office of Chief Counsel; and (2) Submit information to the Board when requested.
49:49:9.1.1.1.18.0.9.3 49 Transportation X C 1253 PART 1253—RATE-MAKING ORGANIZATION; RECORDS AND REPORTS       § 1253.30 Retention of records. STB     [40 FR 50389, Oct. 29, 1975] Each organization subject to sections 5a or 5b shall retain records or documents relating to its transactions or activities in accordance with part 1220, Preservation of Records, of this chapter.

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