cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 73 and title_number = 34 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 34:34:1.1.1.1.20.0.7.1 | 34 | Education | 73 | PART 73—STANDARDS OF CONDUCT | § 73.1 Cross-reference to employee ethical conduct standards and financial disclosure regulations. | ED | Employees of the Department of Education are subject to the executive branch-wide Standards of Ethical Conduct at 5 CFR part 2635 and to the Department of Education regulation at 5 CFR part 6301 which supplements the executive branch-wide standards with a requirement for employees to obtain prior approval to participate in certain outside activities. In addition, employees are subject to the executive branch-wide financial disclosure regulations at 5 CFR part 2634. | ||||||||
| 34:34:1.1.1.1.20.0.7.2 | 34 | Education | 73 | PART 73—STANDARDS OF CONDUCT | § 73.2 Conflict of interest waiver. | ED | If a financial interest arises from ownership by an employee—or other person or enterprise referred to in 5 CFR 2635.402(b)(2)—of stock in a widely diversified mutual fund or other regulated investment company that in turn owns stock in another enterprise, that financial interest is exempt from the prohibition in 5 CFR 2635.402(a). |
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);