dfr018_Summaries
Summaries Object
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions
Properties
| Name | Type | Description |
|---|---|---|
| Cases | string | The number of EPA enforcement cases that have been brought against the facility, under the corresponding statute, within the designated time period. |
| CurrentStatus | string | The current status for the facility during the most current quarter. (No violation, noncompliance) |
| FormalActions | string | The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period |
| InformalActions | string | The number of informal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period |
| Inspections | string | The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the designated time period |
| LastInspection | string | The date on which the most recent inspection of the facility took place |
| QtrsInNC | string | The number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in non-compliance (NC) status, or in Significant Noncompliance (SNC) or High |
| QtrsInSNC | string | The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period |
| Statute | string | The name of the statute associated with each of the permits and identifiers linked to the facility: - CAA = the Clean Air Act - CWA = the Clean Water Act - RCRA = the Resource Conservation and Recover |
| TotalCasePenalties | string | ?? |
| TotalPenalties | string | The total dollar amount of either assessed or final penalties within the five year time period |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-dfr-dfr018-summaries-schema.json",
"title": "dfr018_Summaries",
"description": "Summaries Object",
"type": "object",
"properties": {
"Cases": {
"description": "The number of EPA enforcement cases that have been brought against the facility, under the corresponding statute, within the designated time period.",
"example": "1",
"title": "Case Count",
"type": "string"
},
"CurrentStatus": {
"description": "The current status for the facility during the most current quarter. (No violation, noncompliance)",
"example": "No Violation",
"title": "Current Status",
"type": "string"
},
"FormalActions": {
"description": "The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period",
"example": "1",
"title": "Formal Action Count",
"type": "string"
},
"InformalActions": {
"description": "The number of informal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period",
"example": "1",
"title": "Informal Action Count",
"type": "string"
},
"Inspections": {
"description": "The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the designated time period",
"title": "Inspections",
"type": "string",
"example": "string"
},
"LastInspection": {
"description": "The date on which the most recent inspection of the facility took place",
"example": "07/24/2015",
"title": "Last Inspection",
"type": "string"
},
"QtrsInNC": {
"description": "The number of quarters, out of the last twelve quarters, in which the permit or site is considered either with violations, in non-compliance (NC) status, or in Significant Noncompliance (SNC) or High Priority Violation (HPV) status",
"example": "1",
"title": "Quarters In Noncompliance",
"type": "string"
},
"QtrsInSNC": {
"description": "The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the five year time period",
"example": "1",
"title": "Quarters In Significant Noncompliance",
"type": "string"
},
"Statute": {
"description": "The name of the statute associated with each of the permits and identifiers linked to the facility: \n- CAA = the Clean Air Act\n- CWA = the Clean Water Act\n- RCRA = the Resource Conservation and Recovery Act\n- EP313 = the Emergency Planning and Community Right-to-Know Act, Section 313 (also known as the Toxics Release Inventory Program)\n- TSCA = the Toxic Substances Control Act\n- SDWA = the Safe Drinking Water Act",
"example": "CWA",
"title": "Regulatory Statute",
"type": "string"
},
"TotalCasePenalties": {
"description": "??",
"example": "$4,100.00",
"title": "Total Case Penalities",
"type": "string"
},
"TotalPenalties": {
"description": "The total dollar amount of either assessed or final penalties within the five year time period",
"example": "$963,531",
"title": "Total Penalties",
"type": "string"
}
},
"required": [
"Statute",
"Inspections",
"LastInspection",
"CurrentStatus",
"QtrsInNC",
"QtrsInSNC",
"InformalActions",
"FormalActions",
"Cases",
"TotalPenalties",
"TotalCasePenalties"
]
}