cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where part_number = 430 and title_number = 20 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20:20:2.0.1.1.15.0.483.1 | 20 | Employees' Benefits | III | 430 | PART 430—PERSONNEL | § 430.101 Policy. | SSA | [62 FR 39935, July 25, 1997] | (a) The Social Security Administration (SSA) may indemnify, in whole or in part, its employees (which for the purpose of this regulation includes former employees) for any verdict, judgment or other monetary award which is rendered against any such employee, provided that the conduct giving rise to the verdict, judgment or award was taken within the scope of his or her employment with SSA and that such indemnification is in the interest of the United States, as determined by the Commissioner, or his or her designee, in his or her discretion. (b) SSA may settle or compromise a personal damage claim against its employee by the payment of available funds, at any time, provided the alleged conduct giving rise to the personal damage claim was taken within the scope of employment and that such settlement or compromise is in the interest of the United States, as determined by the Commissioner, or his or her designee, in his or her discretion. (c) Absent exceptional circumstances, as determined by the Commissioner or his or her designee, SSA will not entertain a request either to agree to indemnify or to settle a personal damage claim before entry of an adverse verdict, judgment or monetary award. (d) When an employee of SSA becomes aware that an action has been filed against the employee in his or her individual capacity as a result of conduct taken within the scope of his or her employment, the employee should immediately notify SSA that such an action is pending. (e) The employee may, thereafter, request either: (1) Indemnification to satisfy a verdict, judgment or award entered against the employee; or (2) Payment to satisfy the requirements of a settlement proposal. The employee shall submit a written request, with documentation including copies of the verdict, judgment, award or settlement proposal, as appropriate, to the Deputy Commissioner or other designated official, who shall thereupon submit to the General Counsel, in a timely manner, a recommended disposition of the request. The General Counsel shall 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);