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

5 rows where part_number = 19 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 29 · 5 ✖

part_number 1

  • 19 · 5 ✖

agency 1

  • DOL 5
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
29:29:1.1.1.1.20.0.66.1 29 Labor     19 PART 19—RIGHT TO FINANCIAL PRIVACY ACT       § 19.1 Definitions. DOL       For purposes of this regulation, the term: (a) Financial institution means any office of a bank, savings bank, card issuer as defined in section 103 of the Consumer Credit Protection Act (15 U.S.C. 1602(n)), industrial loan company, trust company, savings and loan, building and loan, or homestead association (including cooperative banks), credit union, consumer financial institution, located in any State or territory of the United States, the District of Columbia, Puerto Rico, Guam, American Samoa, or the Virgin Islands. (b) Financial record means an original of, a copy of, or information known to have been derived from, any record held by a financial institution pertaining to a customer's relationship with the financial institution. (c) Person means an individual or a partnership of five or fewer individuals. (d) Customer means any persons or authorized representative of that person who utilized or is utilizing any service of a financial institution, or for whom a financial institution is acting or has acted as a fiduciary, in relation to an account maintained in the person's name. (e) Law enforcement inquiry means a lawful investigation or official proceeding inquiring into a violation of or failure to comply with any criminal or civil statute or any regulation, rule, or order issued pursuant thereto. (f) Departmental unit means those offices, divisions bureaus, or other components of the Department of Labor authorized to conduct law enforcement inquiries. (g) Act means the Right to Financial Privacy Act of 1978.
29:29:1.1.1.1.20.0.66.2 29 Labor     19 PART 19—RIGHT TO FINANCIAL PRIVACY ACT       § 19.2 Purpose. DOL       The purpose of these regulations is to authorize Departmental units to request financial records from a financial institution pursuant to the formal written request procedure authorized by section 1108 of the Act, and to set forth the conditions under which such requests may be made.
29:29:1.1.1.1.20.0.66.3 29 Labor     19 PART 19—RIGHT TO FINANCIAL PRIVACY ACT       § 19.3 Authorization. DOL       Departmental units are hereby authorized to request financial records of any customer from a financial institution pursuant to a formal written request under the Act only if: (a) No administrative summons or subpoena authority reasonably appears to be available to the Departmental unit to obtain financial records for the purpose for which the records are sought; (b) There is reason to believe that the records sought are relevant to a legitimate law enforcement inquiry and will further that inquiry; (c) The request is issued by the Assistant Secretary or Deputy Under Secretary heading the Departmental unit requesting the records, or by a senior agency official designated by the head of the Departmental unit. Officials so designated shall not delegate this authority to others; (d) The request adheres to the requirements set forth in § 19.4; and (e) The notice requirements set forth in section 1108(4) of the Act, or the requirements pertaining to delay of notice in section 1109 of the Act are satisfied, except in situations where no notice is required (e.g., section 1113(g)).
29:29:1.1.1.1.20.0.66.4 29 Labor     19 PART 19—RIGHT TO FINANCIAL PRIVACY ACT       § 19.4 Contents of request. DOL       The formal written request shall be in the form of a letter or memorandum to an appropriate official of the financial institution from which financial records are requested. The request shall be signed by an issuing official of the requesting Departmental unit, as specified in § 19.3(c). It shall set forth that official's name, title, business address and business phone number. The request shall also contain the following: (a) The identity of the customer or customers to whom the records pertain; (b) A reasonable description of the records sought; (c) Any other information that the issuing official deems appropriate, e.g., the date on which the requesting Departmental unit expects to present a certificate of compliance with the applicable provisions of the Act, the name and title of the individual to whom disclosure is to be made, etc. (d) In cases where customer notice is delayed by a court order, a copy of the court order shall be attached to the formal written request.
29:29:1.1.1.1.20.0.66.5 29 Labor     19 PART 19—RIGHT TO FINANCIAL PRIVACY ACT       § 19.5 Certification. DOL       Prior to obtaining the requested records pursuant to a formal written request, a senior official designated by the head of the requesting Departmental unit shall certify in writing to the financial institution that the Departmental unit has complied with the applicable provisions of the Act.

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