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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 49 4

part_number 1

  • 609 · 4 ✖

agency 1

  • FTA · 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
49:49:7.1.2.1.6.0.1.1 49 Transportation VI   609 PART 609—TRANSPORTATION FOR ELDERLY AND HANDICAPPED PERSONS       § 609.1 Purpose. FTA       The purpose of this part is to establish formally the requirements of the Federal Transit Administration (FTA) on transportation for elderly and handicapped persons.
49:49:7.1.2.1.6.0.1.2 49 Transportation VI   609 PART 609—TRANSPORTATION FOR ELDERLY AND HANDICAPPED PERSONS       § 609.3 Definitions. FTA       As used herein: Elderly and handicapped persons means those individuals who, by reason of illness, injury, age, congenital malfunction, or other permanent or temporary incapacity or disability, including those who are nonambulatory wheelchair-bound and those with semi-ambulatory capabilities, are unable without special facilities or special planning or design to utilize mass transportation facilities and services as effectively as persons who are not so affected.
49:49:7.1.2.1.6.0.1.3 49 Transportation VI   609 PART 609—TRANSPORTATION FOR ELDERLY AND HANDICAPPED PERSONS       § 609.5 Applicability. FTA     [41 FR 18239, Apr. 30, 1976, as amended at 61 FR 19562, May 2, 1996] This part, which applies to projects approved by the Federal Transit Administrator on or after May 31, 1976, applies to all planning, capital, and operating assistance projects receiving Federal financial assistance under sections 5307 or 5308 of the Federal transit laws (49 U.S.C. Chapter 53), and nonhighway public mass transportation projects receiving Federal financial assistance under: (1) Subsection (a) or (c) of section 142 of title 23, United States Code; and (2) paragraph (4) of subsection (e) of section 103, title 23, United States Code. However, under certain circumstances evident in §§ 609.13 through 609.21, the latter sections apply to fixed facilities and vehicles included in projects approved before May 31, 1976. Sections in this part on capital assistance applications, fixed facilities, and vehicles apply expressly to capital assistance projects receiving Federal financial assistance under any of the above statutes.
49:49:7.1.2.1.6.0.1.4 49 Transportation VI   609 PART 609—TRANSPORTATION FOR ELDERLY AND HANDICAPPED PERSONS       § 609.23 Reduced fare. FTA     [41 FR 18239, Apr. 30, 1976, as amended at 61 FR 19562, May 2, 1996] Applicants for financial assistance under section 5307 of the Federal transit laws (49 U.S.C. Chapter 53), must, as a condition to receiving such assistance, give satisfactory assurances, in such manner and form as may be required by the Federal Transit Administrator and in accordance with such terms and conditions as the Federal Transit Administrator may prescribe, that the rates charged elderly and handicapped persons during non-peak hours for transportation utilizing or involving the facilities and equipment of the project financed with assistance under this section will not exceed one-half of the rates generally applicable to other persons at peak hours, whether the operation of such facilities and equipment is by the applicant or is by another entity under lease or otherwise.

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