cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 19 and title_number = 40 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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:1.0.1.1.18.0.1.1 | 40 | Protection of Environment | I | A | 19 | PART 19—ADJUSTMENT OF CIVIL MONETARY PENALTIES FOR INFLATION | § 19.1 Applicability. | EPA | This part applies to each statutory provision under the laws administered by the Environmental Protection Agency concerning the civil monetary penalties which may be assessed in either civil judicial or administrative proceedings. | ||||||
| 40:40:1.0.1.1.18.0.1.2 | 40 | Protection of Environment | I | A | 19 | PART 19—ADJUSTMENT OF CIVIL MONETARY PENALTIES FOR INFLATION | § 19.2 Effective date. | EPA | [90 FR 1377, Jan. 8, 2025] | (a) The statutory civil monetary penalty levels set forth in the third column of Table 1 of § 19.4 apply to all violations which occur or occurred after November 2, 2015, where the penalties are assessed on or after January 8, 2025. The statutory civil monetary penalty levels set forth in the fourth column of table 1 of § 19.4 apply to all violations which occurred after November 2, 2015, where the penalties were assessed on or after December 27, 2023, but before January 8, 2025. (b) The statutory monetary penalty levels in the third column of table 2 to § 19.4 apply to all violations which occurred after December 6, 2013, through November 2, 2015, and to violations occurring after November 2, 2015, where penalties were assessed before August 1, 2016. The statutory civil monetary penalty levels set forth in the fourth column of table 2 of § 19.4 apply to all violations which occurred after January 12, 2009, through December 6, 2013. The statutory civil monetary penalty levels set forth in the fifth column of table 2 of § 19.4 apply to all violations which occurred after March 15, 2004, through January 12, 2009. The statutory civil monetary penalty levels set forth in the sixth column of table 2 of § 19.4 apply to all violations which occurred after January 30, 1997, through March 15, 2004. | |||||
| 40:40:1.0.1.1.18.0.1.3 | 40 | Protection of Environment | I | A | 19 | PART 19—ADJUSTMENT OF CIVIL MONETARY PENALTIES FOR INFLATION | § 19.3 [Reserved] | EPA | |||||||
| 40:40:1.0.1.1.18.0.1.4 | 40 | Protection of Environment | I | A | 19 | PART 19—ADJUSTMENT OF CIVIL MONETARY PENALTIES FOR INFLATION | § 19.4 Statutory civil monetary penalties, as adjusted for inflation, and tables. | EPA | [85 FR 1753, Jan. 13, 2020, as amended at 85 FR 83820, Dec. 23, 2020; 87 FR 1678, Jan. 12, 2022; 88 FR 988, Jan. 6, 2023; 88 FR 89311, Dec. 27, 2023; 90 FR 1377, Jan. 8, 2025] | Table 1 of this section sets out the statutory civil monetary penalty provisions of statutes administered by the EPA, with the third column setting out the latest operative statutory civil monetary penalty levels for violations that occur or occurred after November 2, 2015, where penalties are assessed on or after January 8, 2025. The fourth column displays the operative statutory civil monetary penalty levels where penalties were assessed on or after December 27, 2023, but before January 8, 2025. Table 2 of this section sets out the statutory civil monetary penalty provision of statutes administered by the EPA, with the operative statutory civil monetary penalty levels, as adjusted for inflation, for violations that occurred on or before November 2, 2015, and for violations that occurred after November 2, 2015, where penalties were assessed before August 1, 2016. Table 1 of § 19.4—Civil Monetary Penalty Inflation Adjustments 1 Note that 7 U.S.C. 136 l (a)(2) contains three separate statutory maximum civil penalty provisions. The first mention of $1,000 and the $500 statutory maximum civil penalty amount were originally enacted in 1978 (Pub. L. 95-396), and the second mention of $1,000 was enacted in 1972 (Pub. L. 92-516). Table 2 of § 19.4—Civil Monetary Penalty Inflation Adjustments 1 Note that 33 U.S.C. 1414b (d)(1)(B) contains additional penalty escalation provisions that must be applied to the penalty amounts set forth in this Table 2. The amounts set forth in this Table 2 reflect an inflation adjustment to the calendar year 1992 penalty amount expressed in section 104B(d)(1)(A), which is used to calculate the applicable penalty amount under MPRSA section 104B(d)(1)(B) for violations that occur in any subsequent calendar year. 2 CACSO was passed on December 21, 2000 as part of Title XIV of the Consolidated Appropriations Act of 2001, Public Law 106-554, 33 U.S.C. 1901 note. 3 The original statutory penalty amounts of $20,000 and $50,000 under section 1432(c) of the SDWA, 42 U.S.C. 300i-1(c), were s… |
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);