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

1 row where part_number = 210 and title_number = 10 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 10 · 1 ✖

part_number 1

  • 210 · 1 ✖

agency 1

  • DOE 1
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
10:10:3.0.1.1.6.1.9.1 10 Energy II A 210 PART 210—GENERAL ALLOCATION AND PRICE RULES A Subpart A—Recordkeeping   § 210.1 Records. DOE     [50 FR 4962, Feb. 5, 1985] (a) The recordkeeping requirements that were in effect on January 27, 1981, in parts 210, 211, and 212 will remain in effect for (1) all transactions prior to February 1, 1981; and (2) all allowed expenses incurred and paid prior to April 1, 1981 under § 212.78 of part 212. These requirements include, but are not limited to, the requirements that were in effect on January 27, 1981, in § 210.92 of this part; in §§ 211.67(a)(5)(ii); 211.89; 211.109, 211.127; and 211.223 of part 211; and in §§ 212.78(h)(5)(ii); 212.78(h)(6); 212.83(c)(2)(iii)(E)(I); 212.83(c)(2)(iii)(E)(II); 212.83(c)(2)(iii); “F i t”; 212.83(i); 212.93(a); 212.93(b)(4)(iii)(B)(I); 212.93(i)(4); 212.94(b)(2)(iii); 212.128; 212.132; 212.172; and § 212.187 of part 212. (b) Effective February 5, 1985, paragraph (a) of this section shall apply, to the extent indicated, only to firms in the following categories. A firm may be included in more than one category, and a firm may move from one category to another. The fact that a firm becomes no longer subject to the recordkeeping requirements of one category shall not relieve that firm of compliance with the recordkeeping requirements of any other category in which the firm is still included. (1) Those firms which are or become parties in litigation with DOE, as defined in paragraph (c)(1) of this section. Any such firm shall remain subject to paragraph (a) of this section. DOE shall notify the firm in writing of the final resolution of the litigation and whether or not any of its records must be maintained for a further period. DOE shall notify a firm which must maintain any records for a further period when such records are no longer needed. (2)(i) Those firms which as of November 30 1984, have completed making all restitutionary payments required by an administrative or judicial order, consent order, or other settlement or order but which payments are on February 5, 1985, still subject to distribution by DOE. This requirement is applicable to only those firms listed in appendix B. Any such firm shall…

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