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 = 370 and title_number = 46 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 46 · 2 ✖

part_number 1

  • 370 · 2 ✖

agency 1

  • FMC 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
46:46:8.0.1.11.35.1.12.1 46 Shipping II J 370 PART 370—CLAIMS A Subpart A—Processing of Time-Barred Claims   § 370.1 Definitions. FMC     [G.O. 102, 34 FR 6928, Apr. 25, 1969] (a) Time-barred claim means a claim against the Government, for which the statutory period for filing suit has expired. (b) Contract includes every agreement or contract entered into by the Maritime Administrator and/or Maritime Subsidy Board, the Director National Shipping Authority or their delegatee.
46:46:8.0.1.11.35.1.12.2 46 Shipping II J 370 PART 370—CLAIMS A Subpart A—Processing of Time-Barred Claims   § 370.2 General policy. FMC     [G.O. 102, 34 FR 6928, Apr. 25, 1969] (a) Time-barred claims shall be rejected, except as follows: (1) A time-barred claim which could be asserted in court by way of set-off against a claim in favor of the United States arising out of the same contract may be considered in an overall settlement where settlement will result in a net payment to the United States, provided claimant releases the United States from all claims arising from or in any way connected with said contract. (2) Time-barred claims in favor of friendly foreign governments shall not be rejected solely because they are time-barred. However, should any such government adopt the practice of asserting the statute of limitations as a defense against claims of the United States, the time-barred claims of that government shall be rejected. (3) Time-barred claims arising under Second Seamen's War Risk insurance (or similar earlier types of crew insurance) where the policy was issued or the risks were assumed by the Maritime Administration (or its predecessors), shall not be rejected where the beneficiaries were precluded from receiving the proceeds of the policy by reason of regulations or orders of the U.S. Government (i) by reason of the beneficiary being physically or mentally unable to present the claim, (ii) by the beneficiaries being unaware of their entitlement to the proceeds in question, or (iii) where the claim is not “stale” under general principles of equity. (b) For the purpose of a claim by a General Agent under General Agency Agreements set forth in 32A CFR AGE-1 for reimbursement by the Maritime Administration on account of a timely payment made to a third party within a period of limitations running from the date the claim of the third party accrued, the period of limitations applicable to the General Agent shall run from the date of such payment. In all other cases involving claims arising under General Agency Agreements, including third-party claims, the policy provided in paragraph (a) of this section shall apply. (c) Consideration of any claim governed by applicable…

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