-
Notifications
You must be signed in to change notification settings - Fork 0
Get QID API Result Fields
Gregory McCue edited this page Oct 17, 2015
·
1 revision
The following fields are available on the Get QID API result struct.
type echoQueryResponse struct {
Message string `json:"Message"`
Error EchoAPIError `json:"Error"`
QueryRows echoInt `json:"QueryRows"`
QueryID echoInt `json:"QueryID"`
PageNo echoInt `json:"PageNo"`
Facilities []EchoFacility
}
...
type EchoFacility struct {
RegistryID string `json:"RegistryID"`
Name string `json:"FacName"`
Street string `json:"FacStreet,omitempty"`
City string `json:"FacCity,omitempty"`
State string `json:"FacState,omitempty"`
Zip string `json:"FacZip,omitempty"`
County string `json:"FacCounty,omitempty"`
FIPSCode string `json:"FacFIPSCode,omitempty"`
EPARegion string `json:"FacEPARegion,omitempty"`
IndianCountry echoBool `json:"FacIndianCntryFlg,omitemtpy"`
FederalFacility echoBool `json:"FacFederalFlg,omitemtpy"`
USMexBorder echoBool `json:"FacUsMexBorderFlg,omitempty"`
ChesapeakeBay echoBool `json:"FacChesapeakeBayFlag,omitempty"`
NAAArea echoBool `json:"FacNaaFlag,omitempty"`
Latitude echoFloat `json:"FacLat,omitempty"`
Long echoFloat `json:"FacLong,omitempty"`
MapIcon string `json:"FacMapIcon,omitempty"`
LatLongCollectionMethod string `json:"FacCollectionMethod,omitempty"`
LatLongDescription string `json:"FacReferencePoint,omitempty"`
LatLongAccuracy echoFloat `json:"FacAccuracyMeters,omitempty"`
LocalTribes string `json:"FacDerivedTRIbes,omitempty"`
WatershedHUC string `json:"FacDerivedHuc,omitempty"`
WatershedBoundaryDatasetCode string `json:"FacDerivedWbd,omitempty"`
StateCountyFIPSCode string `json:"FacDerivedStctyFIPS,omitempty"`
LatLongZip string `json:"FacDerivedZip,omitempty"`
CongressionalDistrict string `json:"FacDerivedCd113,omitempty"`
CensusBlock string `json:"FacDerivedCb2010,omitempty"`
PercentMinority string `json:"FacPercentMinority,omitempty"`
PopulationDensity echoFloat `json:"FacPopDen,omitempty"`
Major echoBool `json:"FacMajorFlag,omitempty"`
Active echoBool `json:"FacActiveFlag,omitempty"`
MYRTKUniverse string `json:"FacMyrtkUniverse,omitempty"`
InspectionCount echoInt `json:"FacInspectionCount,omitempty"`
LastInspectionDate echoDate `json:"FacDateLastInspection,omitempty"`
DaysSinceLastInspection echoInt `json:"FacDaysLastInspection,omitempty"`
InformalActionCount echoInt `json:"FacInformalCount,omitempty"`
LastInformalActionDate echoDate `json:"FacDateLastInformalAction,omitempty"`
FormalActionCount echoInt `json:"FacFormalActionCount,omitempty"`
LastFormalActionDate echoDate `json:"FacDateLastFormalAction,omitempty"`
TotalPenalties string `json:"FacTotalPenalties,omitempty"`
PenaltyCount echoInt `json:"FacPenaltyCount,omitempty"`
LastPenaltyDate echoDate `json:"FacDateLastPenalty,omitempty"`
LastPenaltyAmount string `json:"FacLastPenaltyAmt,omitempty"`
QuartersInNonCompliance string `json:"FacQtrsInNC,omitempty"`
ProgramsInSeriousNonCompliance echoInt `json:"FacProgramsInSNC,omitempty"`
CurrentComplianceStatus string `json:"FacCurrComplianceStatus,omitempty"`
CurrentSeriousNonCompliance echoBool `json:"FacCurrSNCFlg,omitempty"`
ComplianceStatusThreeYear string `json:"Fac3yrComplianceStatus,omitempty"`
HasAirID echoBool `json:"AIRFlag,omitempty"`
HasCWAID echoBool `json:"NPDESFlag,omitempty"`
HasSDWISID echoBool `json:"SdwisFlag,omitempty"`
HasRCRAID echoBool `json:"RCRAFlag,omitempty"`
HasTRIID echoBool `json:"TRIFlag,omitempty"`
HasGHGID echoBool `json:"GHGFlag,omitempty"`
AirIDs string `json:"AIRIDs,omitempty"`
CAAPermitTypes string `json:",omitempty"`
CAANAICSID string `json:"CAANaics,omitempty"`
CAASICCodes string `json:"CAASics,omitempty"`
CAAEvaluationCount echoInt `json:",omitempty"`
CAADaysSinceLastEvaluation echoInt `json:"CAADaysLastEvaluation,omitempty"`
CAAInformalCount echoInt `json:"CAAInformalCount,omitempty"`
CAAFormalActionCount echoInt `json:"CAAFormalActionCount,omitempty"`
CAALastFormalActionDate echoDate `json:"CAADateLastFormalAction,omitempty"`
CAAPenalties string `json:"CAAPenalties,omitempty"`
CAALastPenaltyDate echoDate `json:"CAALastPenaltyDate,omitempty"`
CAALastPenaltyAmount string `json:"CAALastPenaltyAmt,omitempty"`
CAAQuarternsInNonCompliance echoInt `json:"CAAQtrsInNC,omitempty"`
CAACurrentComplianceStatus string `json:"CAACurrComplianceStatus,omitempty"`
CAACurrentHPV echoBool `json:"CAACurrHpvFlag,omitempty"`
CAACompliance3Year string `json:"CAA3yrComplQtrsStatus,omitempty"`
NPDESIDs string `json:",omitempty"`
CWAPermitTypes string `json:",omitempty"`
CWAComplianceTracking string `json:",omitempty"`
CWANAICSCode string `json:"CWANaics,omitempty"`
CWASICCodes string `json:"CWASics,omitempty"`
CWAInspectionCount echoInt `json:",omitempty"`
CWADaysLastInspection string `json:",omitempty"`
CWAInformalCount echoInt `json:",omitempty"`
CWAFormalActionCount echoInt `json:",omitempty"`
CWALastFormalActionDate echoDate `json:"CWADateLastFormalAction,omitempty"`
CWAPenalties string `json:",omitempty"`
CWALastPenaltyDate echoDate `json:",omitempty"`
CWALastPenaltyAmount string `json:"CWALastPenaltyAmt,omitempty"`
CWAQuartersInNonCompliance echoInt `json:"CWAQtrsInNC,omitempty"`
CWACurrentComplianceStatus string `json:"CWACurrComplianceStatus,omitempty"`
CWASignificantNonCompliance echoBool `json:"CWACurrSNCFlag"`
CWAThreeYearNonComplianceStatus string `json:"CWA13qtrsComplStatus"`
CWAThreeYearEECount echoInt `json:"CWA13qtrsEfflntExceedances,omitempty"`
CWAThreeYearNonComplianceCodes string `json:"CWA3YrQncrCodes,omitempty"`
RCRAIDs string `json:",omitempty"`
RCRAPermitTypes string `json:",omitempty"`
RCRANAICSCode string `json:"RCRANaics,omitempty"`
RCRAInspectionCount echoInt `json:",omitempty"`
RCRALastEvaluationDate echoDate `json:"RCRADaysLastEvaluation,omitempty"`
RCRAInformalActionCount echoInt `json:"RCRAInformalCount,omitempty"`
RCRAFormalActionCount echoInt `json:",omitempty"`
RCRALastFormalActionDate echoDate `json:"RCRADateLastFormalAction,omitempty"`
RCRAPenalties string `json:",omitempty"`
RCRALastPenaltyDate echoDate `json:",omitempty"`
RCRALastPenaltyAmount string `json:"RCRALastPenaltyAmt,omitempty"`
RCRAQuartersInNonCompliance echoInt `json:"RCRAQtrsInNC,omitempty"`
RCRACurrentComplianceStatus string `json:"RCRACurrComplianceStatus,omitempty"`
RCRASignificantNonCompliance echoBool `json:"RCRACurrSNCFlag,omitempty"`
RCRAThreeYearComplianceStatus string `json:"RCRA3yrComplQtrsStatus,omitempty"`
SDWAIDs string `json:",omitempty"`
SDWASystemTypes string `json:",omitempty"`
SDWAInformalActionCount echoInt `json:"SDWAInformalCount,omitempty"`
SDWAFormalActionCount echoInt `json:",omitempty"`
SDWACurrentComplianceStatus string `json:"SDWACurrComplianceStatus,omitempty"`
SDWSignificationNoncompliance echoBool `json:"SDWACurrSNCFlag,omitempty"`
TRIIDs string `json:",omitempty"`
TRITotalReleasedPerYearTransfers echoInt `json:"TRIReleasesTransfers,omitempty"`
TRITotalReleasedPerYearOnsite echoInt `json:"TRIOnSiteReleases,omitempty"`
TRITotalTransferredPerYearOffsite echoInt `json:"TRIOffSiteTransfers,omitempty"`
TRIPreviousReport echoBool `json:"TRIReporterInPast,omitempty"`
FECCaseIDs string `json:"FecCaseIDs,omitempty"`
FECNumberOfCases echoInt `json:"FecNumberOfCases,omitempty"`
FECLastCaseDate echoDate `json:"FecLastCaseDate,omitempty"`
FECTotalPenalties echoInt `json:"FecTotalPenalties,omitempty"`
GHGIDs string `json:",omitempty"`
GHGReleases echoInt `json:"GHGCO2Releases,omitempty"`
ReportURL string `json:"DfrUrl,omitempty"`
SICCodes string `json:"FacSicCodes,omitempty"`
NAICSCodes string `json:"FacNaicsCodes,omitempty"`
LastEPAInspectionDate echoDate `json:"FacDateLastInspectionEPA,omitempty"`
LastStateInspectionDate echoDate `json:"FacDateLastInspectionState,omitempty"`
LastFormalEPAActionDate echoDate `json:"FacDateLastFormalActEPA,omitempty"`
LastFormalStateActionDate echoDate `json:"FacDateLastFormalActSt,omitempty"`
LastInformalEPAActionDate echoDate `json:"FacDateLastInformalActEPA,omitempty"`
LastInformalStateActionDate echoDate `json:"FacDateLastInformalActSt,omitempty"`
FederalAgencyCode string `json:"FacFederalAgency,omitempty"`
ReportedTRI echoBool `json:"TRIReporter,omitempty"`
CleanWaterDischarge echoBool `json:"FacImpWaterFlg,omitempty"`
SourceID string `json:"SourceID,omitempty"`
NonCompliance echoBool `json:"NC,omitempty"`
RMPIds string `json:"RmpIDs,omitempty"`
}
Field Name | Data Type | Description |
---|---|---|
RegistryID | String | Facility Registry System (FRS) ID. Facilities may be regulated under more than one environmental statute depending on the size and nature of the operations of the facility. FRS links all program database records (such as permit IDs and database identifiers) together. |
Name | String | Company or permit holder name as maintained by FRS. |
Street | String | Street address as maintained by FRS. |
City | String | City where facility is located, as maintained by FRS. |
State | String | State, as maintained by FRS. |
Zip | String | US postal ZIP code, as maintained by FRS. |
County | String | County Name FRS |
FIPSCode | String | The 2 digit State FIPS code concatenated with the 3 digit County FIPS code. |
EPARegion | EPA Region | |
IndianCountry | Boolean | FRS Tribal Code Flag - a Y/N flag indicating whether or not an associated EPA program reported the facility as being within a Native American tribal boundary. |
FederalFacility | Federal facility flag. Drawn from a universe of approximately 15,000 facilities identified (via IDEA) in multiple EPA program databases (ICIS-Air, ICIS-NPDES, RCRAInfo, ICIS FE&C, and TRI). This data is derived from a mixture of state- and EPA-entered data and regulated entity-reported data (such as RCRAInfo data derived from BRS and TRI information) and have not received the level of data quality review that the FRS data has. | |
USMexBorder | From FRS - a Y/N flag indicating that the facility is within 100KM of the US-Mexico Border. | |
ChesapeakeBay | From FRS – a flag designating that the facility is located within the Chesapeake Bay watershed. | |
NAAArea | A Y/N flag indicating that the facility is within a Clean Air Act Nonattainment area. | |
Latitude | The latitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. | |
Long | The longitude of the facility in decimal degrees expressed using the NAD83 horizontal datum. The coordinate comes from the FRS EPA Locational Reference Tables (LRT) file which represents the most accurate value for the facility based on the available spatial metadata. | |
MapIcon | The default map icon image file calculated for the facility by the ECHO program. These icon files are available at http | //echo.epa.gov/app/map/icons/. |
LatLongCollectionMethod | A description of the method used to determine the latitude and longitude coordinates for the provided facility coordinate. | |
LatLongDescription | A description of the location for the provided facility coordinate. | |
LatLongAccuracy | The estimate of accuracy based on provided spatial metadata and quality assurance routines for the provided facility coordinate. | |
LocalTribes | A list of the Native American tribes and Native Alaskan Villages that were determined to be within 25 miles of the facility coordinate - the distance in miles from the tribal or village boundary is also provided. | |
WatershedHUC | The 8-digit Watershed Hydrologic Unit Code (HUC) derived from the facility coordinate. | |
WatershedBoundaryDatasetCode | The 12-digit Watershed Boundary Dataset code derived from the facility coordinate. | |
StateCountyFIPSCode | The 2-digit State FIPS code concatenated with the 3 digit County FIPS code derived from the facility coordinate. | |
LatLongZip | The 5-digit ZIP code derived from the facility coordinate. | |
CongressionalDistrict | The 113th Congressional District derived from the facility coordinate. | |
CensusBlock | The 2010 Census Block derived from the facility coordinate. | |
PercentMinority | The percentage of the population of the given area that is minority. The field is calculated by subtracting the number of persons who are white (and not of Hispanic origin) from the total persons. This number is then divided by the total persons and multiplied by one hundred to determine the percentage. | |
PopulationDensity | The number of persons per square mile in the area being profiled. This field is the ratio of total persons (displayed in the Total Persons field) to total land area (displayed in the Land Area field). | |
Major | Determines if the facility is a designated as a “major” (usually a large facility) for purposes of ECHO searches. | |
Active | A Y/N flag indicating if any of the associated ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS permits/facilities are in an active status. | |
MYRTKUniverse | A 3-digit combination of Y/N flags indicating if the facility is considered a Right-to-Know Network (RTKNet) CAA (position 1), NPDES (position 2), or RCRA facility (position 3). | |
InspectionCount | The number of inspections/compliance evaluations that have occurred at the facility, under the CAA, CWA, and RCRA, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. | |
LastInspectionDate | The date on which most recent inspection of the facility took place. For the Clean Air Act, the date on which a Full Compliance Evaluation (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. | |
DaysSinceLastInspection | The number of days from the last ECHO refresh to the date on which the most recent inspection/compliance evaluation of the facility took place based on data recorded into ICIS- Air, ICIS-NPDES, or RCRAInfo. | |
InformaActionlCount | Indicates the number of informal enforcement actions (sometimes referred to as Notices of Violation or NOVs) that have been taken against the facility within the twenty most recently completed quarters (5 years). Informal enforcement actions are activities taken by EPA or the state that often precede a formal administrative or civil/judicial enforcement action. Not all informal actions are escalated to formal enforcement action for a variety of reasons, including | the facility quickly corrects the problem(s) indicated in the notice, the violation is determined to be less severe than originally thought, or consultation between the facility and EPA or the state indicates that a violation has not occurred. Based on data recorded in ICIS-Air, ICIS- NPDES, SDWIS, and RCRAInfo. |
LastInformalActionDate | The date of the most recent informal action or NOV taken recorded in ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS. | |
FormalActionCount | The count of all of the formal enforcement actions that addressed the facility from the following systems | ICIS-Air, ICIS-NPDES, SDWIS and RCRAInfo. |
LastFormalActionDate | Indicates the effective date of the most recent listed enforcement action. Enforcement actions within the last five years are included. | |
TotalPenalties | The total dollar amount of either assessed (or final) penalties. This count only includes penalties that have been entered in the program databases | ICIS-Air, ICIS-NPDES (State Actions only), and RCRAInfo. Federal CAA, CWA- NPDES, and RCRA penalties that have been entered into ICIS are not included in this section to avoid duplicative counting. This count does not include proposed penalties in RCRAInfo or the cost of Supplemental Environmental Projects (SEPs). |
PenaltyCount | The count of all penalties assessed in the last 5 years against the facility taken from the following systems | ICIS, ICIS-Air, ICIS-NPDES, and RCRAInfo. |
LastPenaltyDate | The number of days from the Last ECHO Refresh date to the date of the last assessed Penalty given to the Facility. This measure only includes penalties that have been entered in the program databases | ICIS-Air, ICIS-NPDES (State Actions only), and RCRAInfo. Federal CAA, CWA- NPDES, and RCRA penalties that have been entered into ICIS are not included. This count does not include proposed penalties in RCRAInfo or the cost of Supplemental Environmental Projects (SEPs). |
LastPenaltyAmount | The total dollar amount of the most recent assessed (or final) penalty given to a facility. Penalties listed within the last five years are included. | |
QuartersInNonCompliance | Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either in Non-compliance (NC), Significant Non-compliance (SNC) or High Priority violation (HPV) status. A quarter is any of the following 3-month calendar periods | January-March, April-June, July-September, or October-December. |
ProgramsInSeriousNonCompliance | A count of the number of programs (CAA, CWA, SDWA, RCRA) related to the facility that have a current serious violation. | |
CurrentComplianceStatus | compliance status, for more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compsum. Current Values |
CurrentSeriousNonCompliance | The current Significant Non-compliance (SNC), Serious Violation or High Priority Violator (HPV) status for the facility during the most current quarter reflects the time the records were extracted from the program data systems. SNC is used for RCRA and CWA, Serious Violator is used for SDWA, and HPV is used for CAA. | |
ComplianceStatusThreeYear | 3year compliance status by quarter. For more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr. |
HasAirID | Facility has an Air ID. | |
HasCWAID | Facility has a Clean Water Act ID. | |
HasSDWISID | Facility has a Safe Drinking Water Information System (SDWIS) ID. | |
HasRCRAID | Facility has a Resource Conservation and Recovery Act Information System (RCRAInfo) ID. | |
HasTRIID | Facility has a Toxics Release Inventory (TRI) ID | |
HasGHGID | Facility has a Green House Gas (E-GGRT) ID. | |
AirIDs | ICIS-Air IDs | |
CAAPermitTypes | CAA Permit Types associated with the FRS Facility. Values include | Major, Federally Reportable Minor, Other Minor, Synthetic Minor, and NULL. |
CAANAICSID | The North American Industry Classification System (NAICS) replaced the U.S. Standard Industrial Classification (SIC) system. When available the listed primary NAICS code is shown. | |
CAASICCodes | Standard Industrial Classification (SIC) codes, as maintained by each data system. SIC codes were established by the Census Bureau to identify processes, products and services. Each data system has different criteria for incorporating this information (e.g., for EP313, the SIC codes are self-reported by the facility each year). When available the listed primary SIC code is shown. | |
CAAEvaluationCount | The number of CAA inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. | |
CAADaysSinceLastEvaluation | The date on which most recent inspection of the facility took place. For the Clean Air Act, the date on which a Full Compliance Evaluation (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. | |
CAAInformalCount | Indicates the number of CAA informal enforcement actions/notices of violation, recorded in ICIS-Air, that have been taken against the facility within the twenty most recently completed quarters (5 years). Notices of Violation are activities taken by EPA or the state that often precede a formal administrative or civil/judicial enforcement action. Not all notices of violation are escalated to formal enforcement action for a variety of reasons, including the following | the facility quickly corrects the problem(s) indicated in the notice, the violation is determined to be less severe than originally thought, or consultation between the facility and EPA or the state indicates that a violation has not occurred. |
CAAFormalActionCount | The number of formal enforcement actions that have been taken against the facility, under the CAA, within the last five years. | |
CAALastFormalActionDate | Indicates the effective date of the most recent listed enforcement action. Enforcement actions listed within the last five years are included. | |
CAAPenalties | The total dollar amount of either assessed (or final) penalties. This count only includes penalties that have been entered in the program database ICIS-Air. Federal CAA penalties that have been entered into ICIS are not included in this section to avoid duplicative counting. | |
CAALastPenaltyDate | The date of the most recent assessed (or final) penalty that has been taken against the facility. Penalties listed within the last five years are included. | |
CAALastPenaltyAmount | The total dollar amount of the most recent assessed (or final) penalty given to a facility. Penalties listed within the last five years are included. | |
CAAQuarternsInNonCompliance | Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered either in Non-compliance (NC) High Priority Violator (HPV) status. A quarter is any of the following 3-month calendar periods | January-March, April-June, July-September, or October- December. |
CAACurrentComplianceStatus | Current compliance status, for more details on compliance http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr. |
CAACurrentHPV | The current High Priority Violator (HPV) status for the facility during the most current quarter reflects the time the records were extracted from the program data system. The value of "Yes" indicates the facility is in HPV for the permit or site in question and may pose a more severe level of environmental threat. The value of "No" indicates the permit or site is not considered in HPV. | |
CAACompliance3Year | 3 year compliance status by quarter. For more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr. |
NPDESIDs | Clean Water Act ID from ICIS-NPDES (Integrated Compliance Information System - National Pollutant Discharge Elimination System). | |
CWAPermitTypes | Indicates the facility's permit type or designation. CWA Permit Types include | Major and Minor. |
CWAComplianceTracking | The Compliance Tracking classifications can assist you in interpreting the compliance status, particular for non-major standard permittees. | |
CWANAICSCode | In ICIS-NPDES, the database must be set to make a facility-level compliance determination. There are several components of compliance tracking, including Discharge Monitoring Report (DMR) non-receipt tracking and facility-level compliance status tracking. Regarding the ECHO menu choices, "On" generally means data are being entered, and all system compliance tracking is on. "Partial" generally means data are being entered, effluent exceedances and most facility-level status types are being identified, but DMR non-receipt is not being tracked. "Off" generally means data are not being entered and/or all compliance tracking is off (system won't determine facility- level compliance status). | |
CWASICCodes | The North American Industry Classification System (NAICS) replaced the U.S. Standard Industrial Classification (SIC) system. When available the listed primary NAICS code is shown. | |
CWAInspectionCount | Standard Industrial Classification (SIC) codes, as maintained by each data system. SIC codes were established by the Census Bureau to identify processes, products and services. Each data system has different criteria for incorporating this information (e.g., for EP313, the SIC codes are self-reported by the facility each year). When available the listed primary SIC code is shown. | |
CWADaysLastInspection | The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. | |
CWAInformalCount | The date on which most recent inspection of the facility took place. | |
CWAFormalActionCount | Indicates the number of informal enforcement actions/Notices Of Violation that have been taken against the facility within the twenty most recently completed quarters (5 years). Notices of Violation are activities taken by EPA or the state that often precede a formal administrative or civil/judicial enforcement action. Not all notices of violation are escalated to formal enforcement action for a variety of reasons, including the following | the facility quickly corrects the problem(s) indicated in the notice, the violation is determined to be less severe than originally thought, or consultation between the facility and EPA or the state indicates that a violation has not occurred. |
CWALastFormalActionDate | The number of State formal enforcement actions that have been taken against the facility, under the CWA, within the last five years. This count only includes enforcement actions that have been entered in the program database ICIS-NPDES. Federal CWA-NPDES enforcement actions that have been entered into ICIS are not included in this section to avoid duplicative counting. Please refer to the Formal Enforcement Actions section of the corresponding ECHO Detailed Facility Report to determine which actions qualify. | |
CWAPenalties | Indicates the effective date of the most recent listed enforcement action. Enforcement actions listed within the last five years are included. | |
CWALastPenaltyDate | The total dollar amount of either assessed (or final) penalties for State Enforcement Actions. | |
CWALastPenaltyAmount | The date of the most recent assessed (or final) penalty that has been taken against the facility. Penalties listed within the last five years are included. | |
CWAQuartersInNonCompliance | The total dollar amount of the most recent assessed (or final) penalty given to a facility. Penalties listed within the last five years are included. | |
CWACurrentComplianceStatus | Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered in Non- compliance (NC) or Significant Non-compliance (SNC) status. A quarter is any of the following 3-month calendar periods | January-March, April-June, July-September, or October-December. |
CWASignificantNonCompliance | Current compliance status, for more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr. |
CWAThreeYearNonComplianceStatus | The current CWA Significant Non-compliance (SNC) status for the facility during the most current quarter reflects the time the records were extracted from the program data systems. The value of "Yes" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. The value of "No" indicates the permit or site is not considered in SNC. | |
CWAThreeYearEECount | 3 year compliance status by quarter which is derived from the program system-generated Quarterly Noncompliance Report Code. For more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr. |
CWAThreeYearNonComplianceCodes | One letter quarterly noncompliance report database code. | |
RCRAIDs | Resource Conservation and Recovery Act (RCRA) IDs | |
RCRAPermitTypes | RCRA Facility Types include | TSDF = Treatment, Storage and Disposal Facility Operating TSDF LQG = Large Quantity Generator SQG = Small Quantity Generator CESQG = Conditionally-Exempt Small Quantity Generator Transporter |
RCRAPermitTypes | The number of inspections/compliance evaluations that have occurred at the facility, under the corresponding statute, within the last five years. The last 5 years will include data from the 20 most recently completed quarters, plus data from the current quarter up until the refresh date. This count only includes inspection types that are counted as inspections in official counts. | |
RCRANAICSCode | The date on which most recent inspection of the facility took place. | |
RCRAInspectionCount | Indicates the number of informal enforcement actions that have been taken against the facility within the twenty most recently completed quarters (5 years). Informal enforcement actions are activities taken by EPA or the state that often precede a formal administrative or civil/judicial enforcement action. Not all informal actions are escalated to formal enforcement action for a variety of reasons, including the following | the facility quickly corrects the problem(s) indicated in the notice, the violation is determined to be less severe than originally thought, or consultation between the facility and EPA or the state indicates that a violation has not occurred. |
RCRALastEvaluationDate | The number of formal enforcement actions that have been taken against the facility, under the corresponding statute, within the last five years. This count only includes enforcement actions that have been entered in the program database RCRAInfo. Federal RCRA Subtitle C enforcement actions that have been entered into ICIS are not included in this section to avoid duplicative counting. Please refer to the Formal Enforcement Actions section of the corresponding ECHO Detailed Facility Report to determine which actions qualify. | |
RCRAInformalActionCount | Indicates the effective date of the most recent listed enforcement action. Enforcement actions listed within the last five years are included. | |
RCRAFormalActionCount | The total dollar amount of either assessed (or final) penalties. This count only includes penalties that have been entered in the program database RCRAInfo. Federal RCRA Subtitle C penalties that have been entered into ICIS are not included in this section to avoid duplicative counting. This count does not include proposed penalties in RCRAInfo or the cost of Supplemental Environmental Projects (SEPs). | |
RCRALastFormalActionDate | The date of the most recent assessed (or final) penalty that has been taken against the facility. Penalties listed within the last five years are included. | |
RCRAPenalties | This measure only includes penalties that have been entered in the program database RCRAInfo. Federal RCRA Subtitle C penalties that have been entered into ICIS are not included. This count does not include proposed penalties in RCRAInfo or the cost of Supplemental Environmental Projects (SEPs). | |
RCRALastPenaltyDate | The total dollar amount of the most recent assessed (or final) penalty given to a facility. Penalties listed within the last five years are included. | |
RCRALastPenaltyAmount | This count only includes penalties that have been entered in the program database RCRAInfo. Federal RCRA Subtitle C penalties that have been entered into ICIS are not included to avoid duplicative counting. This count does not include proposed penalties in RCRAInfo or the cost of Supplemental Environmental Projects (SEPs). | |
RCRAQuartersInNonCompliance | Count of the number of quarters, out of the last twelve quarters, in which the permit or site is considered in Non- compliance (NC) or Significant Non-compliance (SNC) status. A quarter is any of the following 3-month calendar periods | January-March, April-June, July-September, or October-December. |
RCRACurrentComplianceStatus | compliance status, for more details on compliance status http | //echo.epa.gov/help/reports/dfr-data- dictionary#compbyqtr |
RCRASignificantNonCompliance | The current Significant Non-compliance (SNC) status for the facility during the most current quarter reflects the time the records were extracted from the program data systems. The value of "Yes" indicates the facility is in SNC for the permit or site in question and may pose a more severe level of environmental threat. The value of "No" indicates the permit or site is not considered in SNC. | |
RCRAThreeYearComplianceStatus | String | 3 year compliance status by quarter. For more details on compliance status http://echo.epa.gov/help/reports/dfr-data-dictionary#compbyqtr. |
SDWAIDs | String | Safe Drinking Water Act Public Water System IDs associated with this facility. |
SDWASystemTypes | String | SDWIS Public Drinking Water System Types. |
SDWAInformalActionCount | Int | Indicates the number of informal enforcement actions/Notices of Violation that have been taken against the facility within the twenty most recently completed quarters (5 years). Informal enforcement actions are activities taken by EPA or the state that often precede a formal administrative or civil/judicial enforcement action. Not all informal actions are escalated to formal enforcement action for a variety of reasons, including the following |
SDWAFormalActionCount | Int | The number of formal enforcement actions that have been taken against the facility, under the SDWA statute, within the last five years. |
SDWACurrentComplianceStatus | String | Current compliance status, for more details on compliance status http://echo.epa.gov/help/reports/dfr-data-dictionary#compbyqtr. |
SDWSignificationNoncompliance | Boolean | A Y/N flag that indicates that the Water System has a current Serious Violation. |
TRIIDs | String | TRI facility identification number. |
TRITotalReleasedPerYearTransfers | Int | Total pounds per year released for Air Emissions, Surface Water Discharges, Underground Injections, Releases to Land and Off-Site Transfers. |
TRITotalReleasedPerYearOnsite | Int | Total pounds per year released for Air Emissions, Surface Water Discharges, Underground Injections and Releases to Land. |
TRITotalTransferredPerYearOffsite | Int | Total pounds per year transferred off-site. |
TRIPreviousReport | Boolean | A 'Y' indicates a TRI Reporter from a prior year. |
FECCaseIDs | String | All Case Numbers of Federal Enforcement Cases relating to the Facility from the ICIS System. |
FECNumberOfCases | Int | The total number of Federal Enforcement Cases in the last 5 years related to this Facility in the ICIS system. |
FECLastCaseDate | Date | The date of the latest Federal Enforcement Case in the last 5 years related to this Facility in the ICIS system. |
FECTotalPenalties | Int | The total Federal Enforcement Case penalties assessed against this facility in the last 5 years. |
GHGIDs | String | All Greenhouse Gas Identifiers related to this Facility in the E-GGRT system. |
GHGReleases | Int | Metric tons of CO2 equivalents released during the most recent reporting year. |
ReportURL | String | The URL for ECHO's Detailed Facility Report |
SICCodes | String | Standard Industrial Classification (SIC) codes at the facility level. SIC codes were established by the Census Bureau to identify processes, products and services. Each data system has different criteria for incorporating this information (e.g., for EP313, the SIC codes are self-reported by the facility each year). |
NAICSCodes | North American Industry Classification System (NAICS) codes at the facility level. NAICS replaced the U.S. Standard Industrial Classification (SIC) system. | |
LastEPAInspectionDate | The date on which the most recent EPA-led inspection of the facility took place. For the Clean Air Act, the date on which a Full Compliance Evaluation (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. | |
LastStateInspectionDate | The date on which the most recent State-led inspection of the facility took place. For the Clean Air Act, the date on which a Full Compliance Evaluation (FCE) was completed. This date may or may not correspond to an actual site visit. A series of partial on- or off-site inspections may have been conducted during the fiscal year as part of this FCE. | |
LastFormalEPAAActionDate | Indicates the effective date of the most recent listed EPA- led enforcement action. Enforcement actions within the last five years are included. | |
LastFormalStateActionDate | Indicates the effective date of the most recent listed State- led enforcement action. Enforcement actions within the last five years are included. | |
LastInformalEPAActionDate | The date of the most recent EPA-led informal action or NOV taken recorded in ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS. | |
LastInformalStateActionDate | Date | The date of the most recent State-led informal action or NOV taken recorded in ICIS-Air, ICIS-NPDES, RCRAInfo or SDWIS. |
FederalAgencyCode | String | The facility’s federal agency code. |
ReportedTRI | Boolean | Y/N flag indicating whether or not the facility reported to the Toxics Release Inventory (TRI) for the most recent reporting year. |
CleanWaterDischarge | Boolean | Y/N flag indicating whether or not the facility discharges directly into category 4 or 5 impaired waters, as designated under section 303(d) of the Clean Water Act. |
SourceID | String | Facility Registry System (FRS) ID. Facilities may be regulated under more than one environmental statute depending on the size and nature of the operations of the facility. FRS links all program database records (such as permit IDs and database identifiers) together. |
NonCompliance | Boolean | Y/N flag indicating whether or not the permit or site is considered either in Non-compliance (NC), Significant Non-compliance (SNC) or High Priority violation (HPV) status. |
RMPIds | String | CAA Risk Management Plan (RMP) IDs. |