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

4 rows where part_number = 195 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 · 4 ✖

part_number 1

  • 195 · 4 ✖

agency 1

  • EPA 4
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:27.0.1.1.5.1.9.1 40 Protection of Environment I F 195 PART 195—RADON PROFICIENCY PROGRAMS A Subpart A—General Provisions   § 195.1 Purpose and applicability. EPA       (a) Purpose. The purpose of this part is to establish and collect the fees from applicants and participants required by section 305 of the Toxic Substances Control Act, U.S.C. 2665 to defray the cost to EPA for operating the following programs: The National Radon Measurement Proficiency (RMP) Program, the individual proficiency component of the RMP Program, and the National Radon Contractor Proficiency (RCP) Program. (b) Applicability. This part applies to all applicants and participants in the following EPA programs: The National Radon Measurement Proficiency Program, the individual proficiency component of the RMP Program, and the National Radon Contractor Proficiency Program.
40:40:27.0.1.1.5.1.9.2 40 Protection of Environment I F 195 PART 195—RADON PROFICIENCY PROGRAMS A Subpart A—General Provisions   § 195.2 Definitions. EPA       Definitions in 15 U.S.C. 2602 and 2662 apply to this part unless otherwise specified in this section. In addition, the following definitions apply: Acceptance date means the date on which EPA enters the application into the data system. Accepted application refers to an application that has been entered into the data system. Applicant means an individual or organization that submits an application to the RMP program, including the individual proficiency component of the RMP program, or the RCP program. An applicant to the RMP program must submit a separate application for each location from which it provides radon measurement services. After the application is accepted by EPA, the applicant becomes a “participant” in the proficiency programs. Application means the documents submitted to EPA by applicants to the RMP and RCP programs which request participation in a program. Device/measurement device means a unit, component, or system designed to measure radon gas or radon decay products. EPA means the U.S. Environmental Protection Agency. Individual proficiency/RMP exam means the exam which evaluates individuals who provide radon measurement services in a residential environment. Listed participant in an individual or organization who has met all the requirements for listing in the RMP and RCP programs. Measurement method is a means of measuring radon gas or radon decay products encompassing similar measurement devices, sampling techniques, or analysis procedures. Organization is any individual, sole proprietorship, partnership, business, company, corporation, college or university, government agency (includes Federal, State and local government entities), laboratory, or institution. Participant is an individual or organization engaged in radon measurement and/or mitigation activities or in offering radon measurement and/or mitigation services to consumers and others, whose proficiency program application EPA has accepted. Primary measurement services (primary) refers to radon measurement s…
40:40:27.0.1.1.5.2.9.1 40 Protection of Environment I F 195 PART 195—RADON PROFICIENCY PROGRAMS B Subpart B—Fees   § 195.20 Fee payments. EPA     [60 FR 41816, Aug. 14, 1995] (a) Fee Amounts. Applicants to and participants in the RMP and RCP programs shall pay fees according to the following fee schedule: (1) Organizations Listed for or Seeking Listing for Primary Measurement Services in the RMP Program. (i) In order to remain a listed participant, each organization that is listed for primary measurement services in the RMP program on the effective date of this section shall pay an annual fee of $390 for each device. (ii) Each organization seeking listing for primary measurement services that submits an initial application after the effective date of this section shall pay an annual fee of $390 per device. This fee will be prorated quarterly, based on the acceptance date of an organization's application. (iii) Organizations that have or are seeking a listing for secondary measurement services for their primary devices will not be required to pay the additional $50 fee applicable to secondary organizations. (2) Organizations Listed for or Seeking Listing for Secondary Measurement Services in the RMP Program. (i) In order to remain a listed participant, each organization that is listed for secondary measurement services in the RMP program on the effective date of this section shall pay an annual fee of $50 for each business location listed. (ii) Each organization seeking listing for secondary measurement services that submits an initial application after the effective date of this section shall pay an annual fee of $50 for each business location listed. This fee will be prorated quarterly, based on the acceptance date of an organization's application. (iii) Primary organizations that have or are seeking secondary listings for methods other than those for which they are listed as a primary, are subject to the fees. (3) Individual Proficiency Component of the RMP Program. (i) In order to remain a listed participant, each individual listed in the RMP individual proficiency program on the effective date of this section shall pay an annual fee of $105. (ii) Each individual wh…
40:40:27.0.1.1.5.2.9.2 40 Protection of Environment I F 195 PART 195—RADON PROFICIENCY PROGRAMS B Subpart B—Fees   § 195.30 Failure to remit fee. EPA       EPA will not process an application or continue a participant's listing in the National Radon Measurement Proficiency program, individual proficiency component of the RMP program, or the National Radon Contractor Proficiency program until the appropriate remittance provided in § 195.20(a) has been received by EPA. Failure by a currently EPA-listed organization or individual to remit the required fees in a timely manner will result in the loss of that organization's or individual's listing status as specified in § 195.20(c).

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