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

3 rows where part_number = 230 and title_number = 20 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 20 · 3 ✖

part_number 1

  • 230 · 3 ✖

agency 1

  • SSA 3
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.24.0.155.1 20 Employees' Benefits II B 230 PART 230—MONTHS ANNUITIES NOT PAYABLE BY REASON OF WORK       § 230.1 Statutory provisions. SSA       No annuity shall be paid with respect to any month in which an individual in receipt of any annuity hereunder shall render compensated service to an employer or to the last person by whom he was employed prior to the date on which the annuity began to accrue. Individuals receiving annuities shall report to the Board immediately all such compensated service. No annuity under paragraph 4 or 5 of subsection (a) of this section shall be paid to an individual with respect to any month in which the individual is under age sixty-five and is paid more than $100 in earnings from employment or self-employment of any form: Provided, That for purposes of this paragraph, if a payment in any one calendar month is for accruals in more than one calendar month, such payment shall be deemed to have been paid in each of the months in which accrued to the extent accrued in such month. Any such individual under the age of sixty-five shall report to the Board any such payment of earnings for such employment or self-employment before receipt and acceptance of an annuity for the second month following the month of such payment. A deduction shall be imposed, with respect to any such individual who fails to make such report, in the annuity or annuities otherwise due the individual, in an amount equal to the amount of the annuity for each month in which he is paid such earnings in such employment or self-employment, except that the first deduction imposed pursuant to this sentence shall in no case exceed an amount equal to the amount of the annuity otherwise due for the first month with respect to which the deduction is imposed. If pursuant to the third sentence of this subsection an annuity was not paid to an individual with respect to one or more months in any calendar year, and it is subsequently established that the total amount of such individual's earnings during such year as determined in accordance with that sentence (but exclusive of earnings for services described in the first sentence of this subsection) did not exceed $1,200,…
20:20:1.0.2.8.24.0.155.2 20 Employees' Benefits II B 230 PART 230—MONTHS ANNUITIES NOT PAYABLE BY REASON OF WORK       § 230.2 Loss of annuity for month in which compensated service is rendered. SSA     [Board Order 60-2, 25 FR 593, Jan. 23, 1960; 25 FR 1074, Feb. 6, 1960. Redesignated at 47 FR 7656, Feb. 22, 1982] If an individual in receipt of an annuity renders compensated service, he shall not be paid an annuity with respect to any month in which such service is rendered to: (a) An employer; (b) Any person whether or not an employer by whom he was most recently employed when his annuity begins to accrue; (c) Any person with whom he held, at the time the annuity begins to accrue, any rights to return to service; (d) Any person with whom he ceased service in order to have his annuity begin to accrue.
20:20:1.0.2.8.24.0.155.3 20 Employees' Benefits II B 230 PART 230—MONTHS ANNUITIES NOT PAYABLE BY REASON OF WORK       § 230.5 Exception concerning service to a local lodge or division. SSA     [Board Order 40-742, 6 FR 298, Jan. 14, 1941. Redesignated at 47 FR 7656, Feb. 22, 1982] In determining whether an annuity is subject to the provisions of this part the Board shall disregard any compensated service rendered after December 31, 1936, to a local lodge or division of a railway-labor-organization employer if the compensation for such service is required to be disregarded under the provisions of § 222.3(f) of this chapter.

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