cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 500 and title_number = 10 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10:10:5.0.1.1.1.0.1.1 | 10 | Energy | II | E | 500 | PART 500—DEFINITIONS | § 500.1 Purpose and scope. | DOE | Unless otherwise expressly provided or the context clearly indicates otherwise, this section defines the terms used in these regulations. The use of the male gender is to include female; the use of singular to include plural. | ||||||
| 10:10:5.0.1.1.1.0.1.2 | 10 | Energy | II | E | 500 | PART 500—DEFINITIONS | § 500.2 General definitions. | DOE | [46 FR 59884, Dec. 7, 1981, as amended at 47 FR 15313, 15314, Apr. 9, 1982; 47 FR 17041, Apr. 21, 1982; 47 FR 29210, July 6, 1982; 47 FR 34972, Aug. 12, 1982; 54 FR 52889, Dec. 22, 1989] | For purposes of this part and parts 501-507 term(s): Act means Powerplant and Industrial Fuel Use Act of 1978, 42 U.S.C. 8301 et seq. Action means a prohibition by rule or order, in accordance with sections 301(b) and (c) of FUA; any order granting or denying an exemption in accordance with sections 211, 212, 311 and 312 of FUA; a modification or rescission of any such order, or rule; an interpretation; a notice of violation; a remedial order; an interpretive ruling; or a rulemaking undertaken by DOE. Affiliate, when used in relation to person, means another person who controls, is controlled by, or is under common control, with such person. Aggrieved, for purposes of administrative proceedings, describes and means a person (with an interest sought to be protected under FUA) who is adversely affected by an action proposed or undertaken by DOE. Air pollution control agency means any of the following: (1) A single State agency designated as the official State air pollution control agency; (2) An agency established by two or more States and having substantial powers or duties pertaining to the prevention and control of air pollution; (3) A city, county, or other local government health authority or, in the case of any city, county, or other local unit of government in which there is an agency other than the health authority charged with responsibility for enforcing ordinances or laws relating to the prevention and control of air pollution, such other agency; or (4) An agency or two or more municipalities located in the same State or in different States and having substantial powers or duties pertaining to the prevention and control of air pollution. Alternate fuel means electricity or any fuel, other than natural gas or petroleum. The term includes, but is not limited to : (1) Coal; (2) Solar energy; (3) Petroleum coke; shale oil; uranium; biomass, tar sands, oil-impregnated diatomaceous earth; municipal, industrial, or agricultural wastes; wood; and renewable and geothermal energy sources (For p… | |||||
| 10:10:5.0.1.1.1.0.1.3 | 10 | Energy | II | E | 500 | PART 500—DEFINITIONS | § 500.3 Electric regions—electric region groupings for reliability measurements under the Powerplant and Industrial Fuel Use Act of 1978. | DOE | (a) The following is a list of electric regions for use with regard to the Act. The regions are identified by FERC Power Supply Areas (PSA's) as authorized by section 202(a) of the Federal Power Act except where noted. They will be reviewed annually by ERA. Each grouping meets one or more of the following criteria: (1) Existing centrally dispatched pools and hourly power brokers; (2) Systems with joint planning and construction agreements; (3) Systems with coordination agreements in the areas of: (i) Generation reserve and system reliability criteria; (ii) Capacity and energy exchange policies; (iii) Maintenance scheduling; and (iv) Emergency procedures for dealing with capacity or fuel shortages; or (4) Systems within the same National Electric Reliability Council (NERC) region with historical coordination policies. (b) The PSA's referred to in the definition of electric regions in paragraph (a) of this section were first defined by the Federal Power Commission in 1936. The most recent reference to them is given in the 1970 National Power Survey, Vol. 1, Pg. 1-3-16. In cases where a petitioner finds an ambiguity in a regional assignment, he shall consult with DOE for an official determination. Electric Region Groupings and FERC PSA's: 1. Allegheny Power System (APS)—7, except Duquesne Light Company. 2. American Electric Power System (AEP)—entire AEP System. 3. New England Planning Pool (NEPOOL)—1, 2. 4. New York Planning Pool (NYPP)—3, 4. 5. Pennsylvania—New Jersey—Maryland interconnection (PJM)—5, 6. 6. Commonwealth Edison Company—14. 7. Florida Coordination Group (FCG)—24. 8. Middle South Utilities—25. 9. Southern Company—22, 23. 10. Gulf States Group—35. 11. Tennessee Valley Authority (TVA)—20. 12. Virginia—Carolina Group (VACAR)—18, 21. 13. Central Area Power Coordination Group (CAPCO)—Cleveland Electric Illuminating Company, Toledo Edison Company, Ohio Edison Company, Duquesne Light Company. 14. Cincinnati, Columbus, Dayton Group (CCD)—Cincinnati Gas and… |
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);