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 = 248 and title_number = 14 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 14 · 4 ✖

part_number 1

  • 248 · 4 ✖

agency 1

  • FAA 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
14:14:4.0.1.1.25.0.8.1 14 Aeronautics and Space II A 248 PART 248—SUBMISSION OF AUDIT REPORTS       § 248.1 Applicability. FAA       The requirements of this part shall be applicable to all air carriers subject to the requirements of part 241 of this subchapter.
14:14:4.0.1.1.25.0.8.2 14 Aeronautics and Space II A 248 PART 248—SUBMISSION OF AUDIT REPORTS       § 248.2 Filing of audit reports. FAA     [ER-1351, 48 FR 32756, July 19, 1983, as amended by ER-1362, 48 FR 46265, Oct. 12, 1983; 60 FR 66725, Dec. 26, 1995; 75 FR 41584, July 16, 2010; Doc. No. DOT-OST-2014-0140, 84 FR 15932, Apr. 16, 2019] (a) Whenever any air carrier subject to § 248.1 shall have caused an annual audit of its books, records, and accounts to be made by independent public accountants, such air carrier shall file with the Office of Airline Information, in duplicate, a special report consisting of a true and complete copy of the audit report submitted by such independent public accountants, including all schedules, exhibits, and certificates included in, attached to, or submitted with or separately as a part of, the audit report. (b) Each air carrier subject to § 248.1 that does not cause an annual audit to be made of its books, records, and accounts for any fiscal year shall, at the close of such fiscal year file with the Bureau of Transportation Statistics' (BTS) Office of Airline Information, as a part of its periodic reports, a statement that no such audit has been performed. (c) Carriers shall submit their audit reports or their statement that no audit was performed in a format specified in accounting and reporting directives issued by the Bureau of Transportation Statistics' Director of Airline Information.
14:14:4.0.1.1.25.0.8.3 14 Aeronautics and Space II A 248 PART 248—SUBMISSION OF AUDIT REPORTS       § 248.4 Time for filing reports. FAA     [ER-1351, 48 FR 32756, July 19, 1983, as amended at 60 FR 66725, Dec. 26, 1995] The report required by this part shall be filed with the Office of Airline Information within 15 days after the due date of the appropriate periodic BTS Form 41 Report, filed for the 12-month period covered by the audit report, or the date the accountant submits its audit report to the air carrier, whichever is later.
14:14:4.0.1.1.25.0.8.4 14 Aeronautics and Space II A 248 PART 248—SUBMISSION OF AUDIT REPORTS       § 248.5 Withholding from public disclosure. FAA     [ER-420, 29 FR 13799, Oct. 7, 1964, as amended at 60 FR 66725, Dec. 26, 1995] The special reports required to be filed by § 248.2 shall be withheld from public disclosure, until further order of the BTS, if such treatment is requested by the air carrier at the time of filing.

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