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 = 582 and title_number = 49 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 49 · 5 ✖

part_number 1

  • 582 · 5 ✖

agency 1

  • NHTSA 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
49:49:7.1.1.1.11.0.1.1 49 Transportation V   582 PART 582—INSURANCE COST INFORMATION REGULATION       § 582.1 Scope. NHTSA       This part requires automobile dealers to make available to prospective purchasers information reflecting differences in insurance costs for different makes and models of passenger motor vehicles based upon differences in damage susceptibility and crashworthiness, pursuant to section 201(e) of the Motor Vehicle Information and Cost Savings Act (15 U.S.C. 1941(e)), herein “the Cost Savings Act.”
49:49:7.1.1.1.11.0.1.2 49 Transportation V   582 PART 582—INSURANCE COST INFORMATION REGULATION       § 582.2 Purpose. NHTSA       The purpose of this part is to enable prospective purchasers to compare differences in auto insurance costs for the various makes and models of passenger motor vehicles, based upon differences in damage susceptibility and crashworthiness, and to realize any savings in collision insurance resulting from differences in damageability, and any savings in medical payment insurance resulting from differences in crashworthiness.
49:49:7.1.1.1.11.0.1.3 49 Transportation V   582 PART 582—INSURANCE COST INFORMATION REGULATION       § 582.3 Definitions. NHTSA     [40 FR 4918, Feb. 3, 1975, as amended at 58 FR 12550, Mar. 5, 1993] (a) Statutory definitions. All terms used in this part which are defined in section 2 of the Cost Savings Act are used as so defined. (b) Definitions used in this part. (1) Automobile dealer means any person who engages in the retail sale of new automobiles as a trade or business. (2) Collision insurance means insurance that reimburses the insured party for physical damage to his property resulting from automobile accidents. (3) Insurance cost means the insurance premium rate, as expressed in appropriate indices, for collision and medical payment, including personal injury protection in no-fault states. (4) Medical payment insurance means insurance that reimburses the insured party for medical expenses sustained by himself, his family, and his passengers in automobile accidents.
49:49:7.1.1.1.11.0.1.4 49 Transportation V   582 PART 582—INSURANCE COST INFORMATION REGULATION       § 582.4 Requirements. NHTSA     [58 FR 12550, Mar. 5, 1993] (a) Each automobile dealer shall make available to prospective purchasers, without charge, the information specified in § 582.5, at each location where he or she offers new vehicles for sale. (b) Each automobile dealer shall maintain a sufficient quantity of booklets containing the information specified in § 582.5 to assure that they are available for retention by prospective purchasers. (c) The booklets shall be revised to reflect the updated data published by NHTSA each year within 30 days of NHTSA's publication of the data in the Federal Register.
49:49:7.1.1.1.11.0.1.5 49 Transportation V   582 PART 582—INSURANCE COST INFORMATION REGULATION       § 582.5 Information form. NHTSA     [60 FR 15512, Mar. 24, 1995, as amended at 70 FR 35557, June 21, 2005] The information made available pursuant to § 582.4 shall be presented in writing in the English language and in not less than 10-point type. It shall be presented in the format set forth below, and shall include the complete explanatory text and the updated data published annually by NHTSA. MARCH [YEAR TO BE INSERTED] COMPARISON OF DIFFERENCES IN INSURANCE COSTS FOR PASSENGER CARS, STATION WAGONS/PASSENGER VANS, PICKUPS AND UTILITY VEHICLES ON THE BASIS OF DAMAGE SUSCEPTIBILITY The National Highway Traffic Safety Administration (NHTSA) has provided the information in this booklet in compliance with Federal law as an aid to consumers considering the purchase of a new vehicle. The booklet compares differences in insurance costs for different makes and models of passenger cars, station wagons/passenger vans, pickups, and utility vehicles on the basis of damage susceptibility. However, it does not indicate a vehicle's relative safety. The following table contains the best available information regarding the effect of damage susceptibility on insurance premiums. It was taken from data compiled by the Highway Loss Data Institute (HLDI) in its December [YEAR TO BE INSERTED] Insurance Collision Report, and reflects the collision loss experience of passenger cars, utility vehicles, light trucks, and vans sold in the United States in terms of the average loss payment per insured vehicle year for [THREE APPROPRIATE YEARS TO BE INSERTED]. NHTSA has not verified the data in this table. The table represents vehicles' collision loss experience in relative terms, with 100 representing the average for all passenger vehicles. Thus, a rating of 122 reflects a collision loss experience that is 22 percent higher (worse) than average, while a rating of 96 reflects a collision loss experience that is 4 percent lower (better) than average. The table is not relevant for models that have been substantially redesigned for [YEAR TO BE INSERTED], and it does not include information about models without enough claim experience.…

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