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

2 rows where agency = "TSA" and part_number = 1507 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 49 2

part_number 1

  • 1507 · 2 ✖

agency 1

  • TSA · 2 ✖
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
49:49:9.1.3.3.4.0.10.1 49 Transportation XII A 1507 PART 1507—PRIVACY ACT-EXEMPTIONS       § 1507.1 Scope. TSA       This part implements provisions of the Privacy Act of 1974 (the Act) that permit TSA to exempt any system of records within the agency from certain requirements of the Act. The procedures governing access to, and correction of, records in a TSA system of records are set forth in 6 CFR part 5, subpart B.
49:49:9.1.3.3.4.0.10.2 49 Transportation XII A 1507 PART 1507—PRIVACY ACT-EXEMPTIONS       § 1507.3 Exemptions. TSA     [69 FR 35537, June 25, 2004, as amended at 70 FR 33384, June 8, 2005; 71 FR 44227, Aug. 4, 2006; 72 FR 63709, Nov. 9, 2007] The following TSA systems of records are exempt from certain provisions of the Privacy Act of 1974 pursuant to 5 U.S.C. 552a(j), (k), or both, as set forth in this section. During the course of normal agency functions, exempt materials from one system of records may become part of one or more other systems of records. To the extent that any portion of system of records becomes part of another Privacy Act system of records, TSA hereby claims the same exemptions as were claimed in the original primary system of which they are a part and claims any additional exemptions in accordance with this part. (a) Transportation Security Enforcement Record System (DHS/TSA 001). The Transportation Security Enforcement Record System (TSERS) (DHS/TSA 001) enables TSA to maintain a system of records related to the screening of passengers and property and they may be used to identify, review, analyze, investigate, and prosecute violations or potential violations of criminal statutes and transportation security laws. Pursuant to exemptions (j)(2), (k)(1), and (k)(2) of the Privacy Act, DHS/TSA 001 is exempt from 5 U.S.C. 552a(c)(3), (d), (e)(1), (e)(3), (e)(4)(G), (H), and (I), and (f). Exemptions from the particular subsections are justified for the following reasons: (1) From subsection (c)(3) (Accounting for Disclosures) because release of the accounting of disclosures could alert the subject of an investigation of an actual or potential criminal, civil, or regulatory violation to the existence of the investigation and reveal investigative interest on the part of TSA, as well as the recipient agency. Disclosure of the accounting would therefore present a serious impediment to transportation security, law enforcement efforts, and efforts to preserve national security. Disclosure of the accounting would also permit the individual who is the subject of a record to impede the investigation and avoid detection or apprehension, which undermines the entire system. (2) From subsection (d) (Access to Records) because access to the re…

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