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

5 rows where part_number = 203 and title_number = 14 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 14 · 5 ✖

part_number 1

  • 203 · 5 ✖

agency 1

  • FAA 5
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.3.0.1.1 14 Aeronautics and Space II A 203 PART 203—WAIVER OF WARSAW CONVENTION LIABILITY LIMITS AND DEFENSES       § 203.1 Scope. FAA     [ER-1324, 48 FR 8044, Feb. 25, 1983, as amended by Doc. No. 47939, 57 FR 40100, Sept. 2, 1992] This part requires that certain U.S. and foreign direct air carriers waive the passenger liability limits and certain carrier defenses in the Warsaw Convention in accordance with the provisions of Agreement 18900, dated May 13, 1966, and provides that acceptance of authority for, or operations by the carrier in, air transportation shall be considered to act as such a waiver by that carrier.
14:14:4.0.1.1.3.0.1.2 14 Aeronautics and Space II A 203 PART 203—WAIVER OF WARSAW CONVENTION LIABILITY LIMITS AND DEFENSES       § 203.2 Applicability. FAA       This part applies to all direct U.S. and foreign direct air carriers, except for air taxi operators as defined in part 298 of this chapter that (a) are not commuter air carriers, (b) do not participate in interline agreements, and (c) do not engage in foreign air transportation.
14:14:4.0.1.1.3.0.1.3 14 Aeronautics and Space II A 203 PART 203—WAIVER OF WARSAW CONVENTION LIABILITY LIMITS AND DEFENSES       § 203.3 Filing requirements for adherence to Montreal Convention. FAA     [Doc. No. DOT-OST-2014-0140, 84 FR 15924, Apr. 16, 2019] All direct U.S. and foreign air carriers shall have and maintain in effect and on file in the Department's Docket Operations Office (DOT-OST-1995-236) on OST Form 4523 a signed counterpart to Agreement 18900, an agreement relating to liability limitations of the Warsaw Convention and Hague Protocol, (the Montreal Agreement), dated May 13, 1966, and/or a signed counterpart of any amendment or replacement to such Agreement that may be approved by the Department and to which the air carrier or foreign air carrier becomes a party. U.S. air taxi operators registering under part 298 of this chapter and Canadian charter air taxi operators registering under part 294 of this chapter may comply with this requirement by filing completed OST Forms 4507 and 4523, respectively, in accordance with the provisions of those parts.
14:14:4.0.1.1.3.0.1.4 14 Aeronautics and Space II A 203 PART 203—WAIVER OF WARSAW CONVENTION LIABILITY LIMITS AND DEFENSES       § 203.4 Montreal Agreement as part of airline-passenger contract and conditions of carriage. FAA     [ER-1324, 48 FR 8044, Feb. 25, 1983, as amended by ER-1338, 48 FR 31013, July 6, 1983; Doc. No. 47939, 57 FR 40100, Sept. 2, 1992; Doc. No. DOT-OST-2014-0140, 84 FR 15924, Apr. 16, 2019] (a) As required by the Montreal Agreement, carriers that are otherwise generally required to file tariffs shall file with the Department's Pricing and Multilateral Affairs Division a tariff that includes the provisions of the counterpart to Agreement 18900. (b) As further required by that Agreement, each participating carrier shall include the Agreement's terms as part of its conditions of carriage. The participating carrier shall give each of its passengers the notice required by the Montreal Agreement as provided in § 221.105 of this chapter. (c) Participation in the Montreal Agreement, whether by signing the Agreement, filing a signed counterpart to it under § 203.3, or by operation of law under § 203.5, shall constitute a special agreement between the carrier and its passengers as a condition of carriage that a liability limit of not less than $75,000 (U.S.) shall apply under Article 22(1) of the Warsaw Convention for passenger injury and death. Such participation also constitutes a waiver of the defense under Article 20(1) of the Convention that the carrier was not negligent.
14:14:4.0.1.1.3.0.1.5 14 Aeronautics and Space II A 203 PART 203—WAIVER OF WARSAW CONVENTION LIABILITY LIMITS AND DEFENSES       § 203.5 Compliance as condition on operations in air transportation. FAA     [ER-1324, 48 FR 8044, Feb. 25, 1983, as amended by Doc. No. 47939, 57 FR 40100, Sept. 2, 1992] It shall be a condition on the authority of all direct U.S. and foreign carriers to operate in air transportation that they have and maintain in effect and on file with the Department a signed counterpart of Agreement 18900, and a tariff (for those carriers otherwise generally required to file tariffs) that includes its provisions, as required by this subpart. Notwithstanding any failure to file that counterpart and such tariff, any such air carrier or foreign air carrier issued license authority (including exemptions) by the Department or operating in air transportation shall be deemed to have agreed to the provisions of Agreement 18900 as fully as if that air carrier or foreign air carrier had in fact filed a properly executed counterpart to that Agreement and tariff.

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