cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where part_number = 453 and title_number = 50 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50:50:11.0.3.11.10.0.1.1 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.01 Purpose. | FWS | This part prescribes the procedures to be used by the Endangered Species Committee when examining applications for exemption from section 7(a)(2) of the Endangered Species Act of 1973, as amended. | ||||||
| 50:50:11.0.3.11.10.0.1.2 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.02 Definitions. | FWS | Definitions applicable to this part are contained in 50 CFR 450.01. | ||||||
| 50:50:11.0.3.11.10.0.1.3 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.03 Committee review and final determinations. | FWS | (a) Final determinations. Within 30 days of receiving the Secretary's report and record, the Committee shall grant an exemption from the requirements of section 7(a)(2) of the Act for an agency action if, by a vote in which at least five of its members concur: (1) It determines that based on the report to the Secretary, the record of the hearing held under § 452.05, and on such other testimony or evidence as it may receive: (i) There are no reasonable and prudent alternatives to the proposed action; (ii) The benefits of such action clearly outweigh the benefits of alternative courses of action consistent with conserving the species or its critical habitat, and such action is in the public interest; (iii) The action is of regional or national significance; and (iv) Neither the Federal agency concerned nor the exemption applicant made any irreversible or irretrievable commitment of resources prohibited by section 7(d) of the Act; and, (2) It establishes such reasonable mitigation and enhancement measures, including, but not limited to, live propagation, transplantation, and habitat acquisition and improvement, as are necessary and appropriate to minimize the adverse effects of the proposed action upon the endangered species, threatened species, or critical habitat concerned. Any required mitigation and enhancement measures shall be carried out and paid for by the exemption applicant. (b) Decision and order. The Committee's final determinations shall be documented in a written decision. If the Committee determines that an exemption should be granted, the Committee shall issue an order granting the exemption and specifying required mitigation and enhancement measures. The Committee shall publish its decision and order in the Federal Register as soon as practicable. (c) Permanent exemptions. Under section 7(h)(2) of the Act, an exemption granted by the Committee shall constitute a permanent exemption with respect to all endangered or threatened species for the purposes of completing such agency action—… | ||||||
| 50:50:11.0.3.11.10.0.1.4 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.04 Committee information gathering. | FWS | (a) Written submissions. When the Chairman or four Committee members decide that written submissions are necessary to enable the Committee to make its final determinations, the Chairman shall publish a notice in the Federal Register inviting written submissions from interested persons. The notice shall include: (1) The address to which such submissions are to be sent; (2) the deadline for such submissions; and (3) a statement of the type of information needed. (b) Public hearing. (1) When the Chairman or four Committee members decide that oral presentations are necessary to enable the Committee to make its final determinations, a public hearing shall be held. (2) The public hearing shall be conducted by (i) the Committee or (ii) a member of the Committee or other person, designated by the Chairman or by four members of the Committee. (3) Notice. The Chairman shall publish in the Federal Register a general notice of a public hearing, stating the time, place and nature of the public hearing. (4) Procedure. The public hearing shall be open to the public and conducted in an informal manner. All information relevant to the Committee's final determinations shall be admissible, subject to the imposition of reasonable time limitations on oral testimony. (5) Transcript. Public hearings will be recorded verbatim and a transcript thereof will be available for public inspection. | ||||||
| 50:50:11.0.3.11.10.0.1.5 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.05 Committee meetings. | FWS | (a) The committee shall meet at the call of the Chairman or five of its members. (b) Five members of the Committee or their representatives shall constitute a quorum for the transaction of any function of the Committee, except that in no case shall any representative be considered in determining the existence of a quorum for the transaction of a Committee function which involves a vote by the Committee on the Committee's final determinations. (c) Only members of the Committee may cast votes. In no case shall any representative cast a vote on behalf of a member. (d) Committee members appointed from the affected States shall collectively have one vote. They shall determine among themselves how it will be cast. (e) All meetings and records of the Committee shall be open to the public. (f) The Chairman shall publish a notice of all Committee meetings in the Federal Register. The notice will ordinarily be published at least 15 days prior to the meeting. | ||||||
| 50:50:11.0.3.11.10.0.1.6 | 50 | Wildlife and Fisheries | IV | C | 453 | PART 453—ENDANGERED SPECIES COMMITTEE | § 453.06 Additional Committee powers. | FWS | (a) Secure information. Subject to the Privacy Act, the Committee may secure information directly from any Federal agency when necessary to enable it to carry out its duties. (b) Subpoenas. For the purpose of obtaining information necessary for the consideration of an application for an exemption, the Committee may issue subpoenas for the attendance and testimony of witnesses and the production of relevant papers, books, and documents. (c) Rules and orders. The Committee may issue and amend such rules and orders as are necessary to carry out its duties. (d) Delegate authority. The Committee may delegate its authority under paragraphs (a) and (b) of this section to any member. |
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);