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

3 rows where part_number = 540 and title_number = 50 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 50 · 3 ✖

part_number 1

  • 540 · 3 ✖

agency 1

  • MMC 3
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.4.12.6.0.1.1 50 Wildlife and Fisheries V   540 PART 540—INFORMATION SECURITY       § 540.1 Policy. MMC     [44 FR 55381, Sept. 26, 1979] It is the policy of the Marine Mammal Commission to act in accordance with Executive Order 12356 in matters relating to national security information.
50:50:11.0.4.12.6.0.1.2 50 Wildlife and Fisheries V   540 PART 540—INFORMATION SECURITY       § 540.2 Program. MMC     [44 FR 55381, Sept. 26, 1979] The Executive Director is designated as the Commission's official responsible for implementation and oversight of information security programs and procedures. He acts as the recipient of questions, suggestions, and complaints regarding all elements of this program, and is solely responsible for changes to it and for insuring that it is at all times consistent with Executive Order 12356. The Executive Director also serves as the Commission's official contact for requests for declassification of materials submitted under the provisions of Executive Order 12356, regardless of the point of origin of such requests. He is responsible for assuring that requests submitted under the Freedom of Information Act are handled in accordance with that Act and that declassification requests submitted under the provisions of Executive Order 12356 are acted upon within 60 days of receipt.
50:50:11.0.4.12.6.0.1.3 50 Wildlife and Fisheries V   540 PART 540—INFORMATION SECURITY       § 540.3 Procedures. MMC     [44 FR 55381, Sept. 26, 1979, as amended at 47 FR 55489, Dec. 10, 1982; 48 FR 44834, Sept. 30, 1983] (a) Mandatory declassification review. All requests for mandatory review shall be handled by the Executive Director or his designee. Under no circumstances shall the Exective Director refuse to confirm the existence or non-existence of a document requested under the Freedom of Information Act or the mandatory review provisions of Executive Order 12356, unless the fact of its existence or non-existence would itself be classified under Executive Order 12356. Requests for declassification shall be acted upon promptly providing that the request reasonably describes the information which is the subject of the request for declassification. In light of the fact that the Commission does not have original classification authority and national security information in its custody has been classified by another Federal agency, the Executive Director will refer all requests for national security information in its custody to the Federal agency that classified it or, if the agency that classified it has either ceased to exist or transferred the information in conjunction with a transfer of functions, to the appropriate federal agency exercising original classification authority with respect to the same subject, for review and disposition in accordance with Executive Order 12356 and that agency's regulations and guidelines. (b) Exceptional cases. When an employee or contractor of the Commission originates information that is believed to require classification, the Executive Director shall ensure that it is protected in accordance with Executive Order 12356 and shall promptly transmit it under appropriate safeguards to the agency with appropriate subject matter jurisdiction and classification authority for review and action in accordance with the Order and that agency's regulations and guidelines. (c) Derivative classification. Derivative classification markings shall be applied to information that is in substance the same as information that is already classified, in accordance with Executive Order 12356, Section 2-1, u…

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