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

6 rows where part_number = 457 and title_number = 40 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subpart, subpart_name, amendment_citations

title_number 1

  • 40 · 6 ✖

part_number 1

  • 457 · 6 ✖

agency 1

  • EPA 6
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:32.0.1.1.29.1.5.1 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY A Subpart A—Manufacture of Explosives Subcategory   § 457.10 Applicability; description of the commercial manufacture of explosives subcategory. EPA       The provisions of this subpart are applicable to discharges resulting from the production of explosives.
40:40:32.0.1.1.29.1.5.2 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY A Subpart A—Manufacture of Explosives Subcategory   § 457.11 Specialized definitions. EPA       For the purpose of this subpart: (a) Except as provided below, the general definitions, abbreviations and methods of analysis set forth in 40 CFR part 401 shall apply to this subpart. (b) The term “product” shall mean dynamite, nitroglycerin, cyclotrimethylene trinitramine (RDX), cyclotetramethylene tetranitramine (HMX), and trinitrotoluene (TNT).
40:40:32.0.1.1.29.1.5.3 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY A Subpart A—Manufacture of Explosives Subcategory   § 457.12 Effluent limitations and guidelines representing the degree of effluent reduction attainable by the application of the best practicable control technology currently available. EPA     [41 FR 10184, Mar. 9, 1976, as amended at 60 FR 33971, June 29, 1995] Except as provided in §§ 125.30 through 125.32, any existing point source subject to this subpart, shall achieve the following effluent limitations representing the degree of effluent reduction attainable by the application of the best practicable control technology currently available (BPT): (a) The following limitations establish the quantity or quality of pollutants or pollutant properties, controlled by this paragraph, which may be discharged from the manufacture of explosives by a point source subject to the provisions of this paragraph after application of the best practical control technology currently available: [Metric units, kg/kkg of product; English units, lb/1,000 lb of product] 1 Within the range 6.0 to 9.0.
40:40:32.0.1.1.29.3.5.1 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY C Subpart C—Explosives Load, Assemble, and Pack Plants Subcategory   § 457.30 Applicability; description of the commercial explosives load, assemble and pack plants subcategory. EPA       The provisions of this subpart are applicable to discharges resulting from explosives load, assemble and pack plants.
40:40:32.0.1.1.29.3.5.2 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY C Subpart C—Explosives Load, Assemble, and Pack Plants Subcategory   § 457.31 Specialized definitions. EPA       For the purpose of this subpart: (a) Except as provided below, the general definitions, abbreviations and methods of analysis set forth in 40 CFR part 401 shall apply to this subpart. (b) The term “product” shall mean products from plants which blend explosives and market a final product, and plants that fill shells and blasting caps. Examples of such installations would be plants manufacturing ammonium nitrate and fuel oil (ANFO), nitrocarbonitrate (NCN), slurries, water gels, and shells.
40:40:32.0.1.1.29.3.5.3 40 Protection of Environment I N 457 PART 457—EXPLOSIVES MANUFACTURING POINT SOURCE CATEGORY C Subpart C—Explosives Load, Assemble, and Pack Plants Subcategory   § 457.32 Effluent limitations and guidelines representing the degree of effluent reduction attainable by the application of the best practicable control technology currently available. EPA     [41 FR 10184, Mar. 9, 1976, as amended at 60 FR 33971, June 29, 1995] Except as provided in §§ 125.30 through 125.32, any existing point source subject to this subpart, shall achieve the following effluent limitations representing the degree of effluent reduction attainable by the application of the best practicable control technology currently available (BPT): (a) The following limitations establish the quantity or quality of pollutants or pollutant properties, controlled by this paragraph, which may be discharged from the explosives load, assemble and pack plants by a point source subject to the provisions of this paragraph after application of the best practical control technology currently available: [Metric units, kg/kkg of product; English units, lb/1,000 lb of product] 1 Within the range 6.0 to 9.0.

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