cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where part_number = 221 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:1.0.2.8.17.0.155.1 | 20 | Employees' Benefits | II | B | 221 | PART 221—JURISDICTION DETERMINATIONS | § 221.1 Introduction. | SSA | This part explains the factors involved in deciding whether the Social Security Administration or the Railroad Retirement Board will pay benefits to a railroad employee, and his or her eligible family members, both before and after the employee's death. The agency that has jurisdiction over the payment of benefits also has jurisdiction of the applicant's medicare coverage (see part 270 of this chapter). The Board is responsible for making this decision. | ||||||
| 20:20:1.0.2.8.17.0.155.2 | 20 | Employees' Benefits | II | B | 221 | PART 221—JURISDICTION DETERMINATIONS | § 221.2 Railroad Retirement Board jurisdiction. | SSA | (a) Life cases. The Board has jurisdiction to pay monthly benefits to each living employee who has completed at least ten years (120 months) of creditable service under the Railroad Retirement Act, and to his or her eligible spouse. Creditable service is described in part 220 of this chapter. (b) Death cases. The Board has jurisdiction to pay monthly benefits or lump-sum death benefits to eligible survivors of a deceased employee, when the deceased employee has at least ten years (120 months) of service that is creditable under the Railroad Retirement Act and a current connection as described in part 216 of this chapter. Lump-sum death benefits are described in part 234 of this chapter. The Board also has jurisdiction to pay any residual benefits that may become payable at the death of an employee. Residual benefits are described in part 234 of this chapter. The Board retains jurisdiction to pay any residual that may be payable even after jurisdiction has been transferred to the Social Security Administration as described in § 221.3. | ||||||
| 20:20:1.0.2.8.17.0.155.3 | 20 | Employees' Benefits | II | B | 221 | PART 221—JURISDICTION DETERMINATIONS | § 221.3 Social Security Administration jurisdiction. | SSA | The Board transfers jurisdiction (railroad service and compensation credits earned by the employee which the Social Security Administration considers in determining benefits payable) to the Social Security Administration when— (a) Life and death cases. A living or deceased employee has less than 120 months of service that is creditable under the Railroad Retirement Act; or (b) Death cases. A deceased employee has at least 120 months of service that is creditable under the Railroad Retirement Act (see part 220 of this chapter) but does not have a current connection with the railroad industry as described in part 216 of this chapter. | ||||||
| 20:20:1.0.2.8.17.0.155.4 | 20 | Employees' Benefits | II | B | 221 | PART 221—JURISDICTION DETERMINATIONS | § 221.4 When a jurisdiction decision may be reversed. | SSA | The Board may reverse a jurisdiction decision whenever evidence is received by the Board indicating that the original decision was incorrect. |
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);