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 part_number = 319 and title_number = 20 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 20 · 2 ✖

part_number 1

  • 319 · 2 ✖

agency 1

  • SSA 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
20:20:1.0.2.9.42.0.155.1 20 Employees' Benefits II C 319 PART 319—PROCEDURE FOR DETERMINING LIABILITY FOR CONTRIBUTIONS OR REPAYMENTS OF BENEFITS       § 319.1 Statutory provisions. SSA     [Board Order 58-142, 23 FR 9089, Nov. 22, 1958] * * * In any case in which benefits are awarded to a claimant in whole or in part upon the basis of pay earned in the service of a person or company found by the Board to be an employer as defined in this Act but which denies that it is such an employer, such benefits awarded on such basis shall be paid to such claimant subject to a right of recovery of such benefits. The Board shall thereupon designate one of its officers or employees to receive evidence and to report to the Board on whether such benefits should be repaid. The Board may also designate one of its officers or employees to receive evidence and report to the Board whether or not any person or company is entitled to a refund of contributions or should be required to pay contributions under this Act, regardless of whether or not any claims for benefits will have been filed upon the basis of service in the employ of such person or company, and shall follow such procedure if contributions are assessed and payment is refused or payment is made and a refund claimed upon the basis that such person or company is or will not have been liable for such contributions. In any such case the Board or the person so designated shall, by publication or otherwise, notify all parties properly interested of their right to participate in the proceeding and, if a hearing is to be held, of the time and place of the hearing. At the request of any party properly interested the Board shall provide for a hearing, and may provide for a hearing on its own motion. The Board shall prescribe regulations governing the proceedings provided for in this paragraph and for decisions upon such proceedings. Final decision of the Board in the cases provided for in the preceding two paragraphs shall be communicated to the claimant and to the other interested parties within fifteen days after it is made. Any properly interested party notified, as hereinabove provided, of his right to participate in the proceedings may obtain a review of any such decision by which he claims to be aggrieved …
20:20:1.0.2.9.42.0.155.2 20 Employees' Benefits II C 319 PART 319—PROCEDURE FOR DETERMINING LIABILITY FOR CONTRIBUTIONS OR REPAYMENTS OF BENEFITS       § 319.2 Procedure for determining entitlement to benefits awarded where employer status is denied, and for determining liability for contributions. SSA     [Board Order 58-142, 23 FR 9089, Nov. 22, 1958] (a) The Board may designate one of its officers or employees as examiner to receive evidence and report to the Board (1) whether or not a claimant should repay benefits awarded in whole or in part upon the basis of pay earned in the service of a person or company found by the Board to be an employer as defined in the Railroad Unemployment Insurance Act, but which denies that it is such an employer, or (2) whether or not any person or company is entitled to a refund of contributions or should be required to pay contributions under the Act. Such procedure shall be followed if contributions are assessed and payment is refused or payment is made and a refund claimed upon the basis that such person or company is or will not have been liable for such contributions. The examiner shall have power to hold hearings, require and compel the attendance of witnesses, administer oaths, take testimony, and make all necessary investigations. At the request of any party properly interested, the Board shall provide for a hearing before such examiner, and may provide for a hearing on its own motion. The examiner shall, by publication or otherwise, notify all parties properly interested of their right to participate in the proceeding and if a hearing is to be held, of the time and place of the hearing. (b) All evidence and argument presented by any party, and all evidence developed by the examiner, shall be preserved and shall constitute a part of the record. All oral evidence presented at any hearing, and all oral argument, shall be reduced to writing. The record at any time shall be available for examination by any properly interested party or his representative. (c) Upon the completion of any proceeding, the examiner shall upon the basis of the entire record, render a report to the Board as soon as practicable, and within five days after the making thereof shall send a copy of the report to each party appearing in the proceeding by mailing such copy to him at the address stated in his appearance. Such report shall contain a stat…

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