cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where part_number = 113 and title_number = 40 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 40:40:24.0.1.1.8.1.6.1 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.1 Purpose. | EPA | This subpart establishes size classifications and associated liability limits for small onshore oil storage facilities with fixed capacity of 1,000 barrels or less. | ||||
| 40:40:24.0.1.1.8.1.6.2 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.2 Applicability. | EPA | This subpart applies to all onshore oil storage facilities with fixed capacity of 1,000 barrels or less. When a discharge to the waters of the United States occurs from such facilities and when removal of said discharge is performed by the United States Government pursuant to the provisions of subsection 311(c)(1) of the Act, the liability of the owner or operator and the facility will be limited to the amounts specified in § 113.4. | ||||
| 40:40:24.0.1.1.8.1.6.3 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.3 Definitions. | EPA | As used in this subpart, the following terms shall have the meanings indicated below: (a) Aboveground storage facility means a tank or other container, the bottom of which is on a plane not more than 6 inches below the surrounding surface. (b) Act means the Federal Water Pollution Control Act, as amended, 33 U.S.C. 1151, et seq. (c) Barrel means 42 United States gallons at 60 degrees Fahrenheit. (d) Belowground storage facility means a tank or other container located other than as defined as “Aboveground”. (e) Discharge includes, but is not limited to any spilling, leaking, pumping, pouring, emitting, emptying or dumping. (f) Onshore Oil Storage Facility means any facility (excluding motor vehicles and rolling stock) of any kind located in, on, or under, any land within the United States, other than submerged land. (g) On-Scene Coordinator is the single Federal representative designated pursuant to the National Oil and Hazardous Substances Pollution Contingency Plan and identified in approved Regional Oil and Hazardous Substances Pollution Contingency Plans. (h) Oil means oil of any kind or in any form, including but not limited to, petroleum, fuel oil, sludge, oil refuse, and oil mixed with wastes other than dredged spoil. (i) Remove or removal means the removal of the oil from the water and shorelines or the taking of such other actions as the Federal On-Scene Coordinator may determine to be necessary to minimize or mitigate damage to the public health or welfare, including but not limited to, fish, shellfish, wildlife, and public and private property, shorelines, and beaches. Additionally, the terms not otherwise defined herein shall have the meanings assigned them by section 311(a) of the Act. | ||||
| 40:40:24.0.1.1.8.1.6.4 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.4 Size classes and associated liability limits for fixed onshore oil storage facilities, 1,000 barrels or less capacity. | EPA | Unless the United States can show that oil was discharged as a result of willful negligence or willful misconduct within the privity and knowledge of the owner or operator, the following limits of liability are established for fixed onshore facilities in the classes specified: (a) Aboveground storage. (b) Belowground storage. | ||||
| 40:40:24.0.1.1.8.1.6.5 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.5 Exclusions. | EPA | This subpart does not apply to: (a) Those facilities whose average daily oil throughout is more than their fixed oil storage capacity. (b) Vehicles and rolling stock. | ||||
| 40:40:24.0.1.1.8.1.6.6 | 40 | Protection of Environment | I | D | 113 | PART 113—LIABILITY LIMITS FOR SMALL ONSHORE STORAGE FACILITIES | A | Subpart A—Oil Storage Facilities | § 113.6 Effect on other laws. | EPA | Nothing herein shall be construed to limit the liability of any facility under State or local law or under any Federal law other than section 311 of the Act, nor shall the liability of any facility for any charges or damages under State or local law reduce its liability to the Federal Government under section 311 of the Act, as limited by this subpart. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);