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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 20 · 5 ✖

part_number 1

  • 227 · 5 ✖

agency 1

  • SSA 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
20:20:1.0.2.8.21.0.155.1 20 Employees' Benefits II B 227 PART 227—COMPUTING SUPPLEMENTAL ANNUITIES       § 227.1 Introduction. SSA       This part explains how to compute a supplemental annuity. A supplemental annuity is payable to an employee who meets the requirements in § 216.12 of this chapter.
20:20:1.0.2.8.21.0.155.2 20 Employees' Benefits II B 227 PART 227—COMPUTING SUPPLEMENTAL ANNUITIES       § 227.2 Initial supplemental annuity rate. SSA       The supplemental annuity rate, before reduction for the railroad retirement family maximum or any private pension, is $23 for an employee's first 25 years of service plus $4 for each added year of service up to 30 years. The highest supplemental annuity rate is $43 for an employee with 30 or more years of service.
20:20:1.0.2.8.21.0.155.3 20 Employees' Benefits II B 227 PART 227—COMPUTING SUPPLEMENTAL ANNUITIES       § 227.3 Reduction for railroad retirement family maximum. SSA     [50 FR 11502, Mar. 22, 1985, as amended at 54 FR 12903, Mar. 29, 1989] If the railroad retirement family maximum applies, and the reduction amount is higher than the spouse tier II rate, as shown in part 226 of this chapter, the initial supplemental annuity rate from § 227.2 is reduced by the smaller of— (a) The difference between the total railroad retirement maximum reduction amount and the reduction in the spouse annuity; or (b) The total supplemental annuity rate from § 227.2.
20:20:1.0.2.8.21.0.155.4 20 Employees' Benefits II B 227 PART 227—COMPUTING SUPPLEMENTAL ANNUITIES       § 227.4 Reduction for employer pension. SSA       (a) General. The supplemental annuity for each month is reduced by the amount of any private pension the employee is receiving for that month based on the contributions of a railroad employer. This reduction is applied to the supplemental annuity amount after any reduction for railroad retirement family maximum. Private pension is explained in § 216.14 of this chapter. (b) Private pension reduced for supplemental annuity. If the employer reduces the private pension for the employee's entitlement to the supplemental annuity, the reduced pension amount is subtracted from the supplemental annuity. However, the reduction in the supplemental annuity can be no greater than the difference between the supplemental annuity amount, after any reduction for railroad retirement family maximum, and the amount the private pension is reduced for the supplemental annuity. This guarantees that the sum of the reduced supplemental annuity and the reduced employer pension is not less than the amount of the full employer pension. (c) Part of private pension based on employee contributions. If the employer pension is based on both employer and employee contributions, a special formula is used to determine the amount to be subtracted from the supplemental annuity. The Board first computes the pension amount the employee's contributions could have purchased from a private insurance company. That amount is subtracted from the total employer pension. The result is the pension amount used to reduce the supplemental annuity.
20:20:1.0.2.8.21.0.155.5 20 Employees' Benefits II B 227 PART 227—COMPUTING SUPPLEMENTAL ANNUITIES       § 227.5 Employer tax credits. SSA       Employers are entitled to tax credits if they pay non-negotiated pensions to former employees whose supplemental annuities are reduced because of the pensions. Non-negotiated pensions are paid under pension plans that are not established by collective bargaining agreements. The tax credits for each month equal the sum of the reductions for employer pensions in the supplemental annuities of all former employees for that month. The Board sends a report of total tax credits to each employer after the end of each calendar quarter. The credits are applied to the man-hour supplemental annuity tax the employer pays the Internal Revenue Service under section 3221 of the Railroad Retirement Tax 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 169.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API