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 = 550 and title_number = 29 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 29 · 2 ✖

part_number 1

  • 550 · 2 ✖

agency 1

  • DOL-WHD 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
29:29:3.1.1.1.27.0.105.1 29 Labor V A 550 PART 550—DEFINING AND DELIMITING THE TERM “TALENT FEES”       § 550.1 “Talent fees” as used in section 7(e)(3)(c) of the Fair Labor Standards Act, as amended. DOL-WHD     [15 FR 402, Jan. 25, 1950, as amended at 18 FR 5069, Aug. 25, 1953] The term talent fees in section 7(e)(3)(c) of the Act shall mean extra payments made to performers, including announcers on radio and television programs, where the payment is made: (a) To an employee having regular duties as a staff performer (including announcers), as an extra payment for services as a performer on a particular commercial program or a particular series of commercial programs (including commercial spot announcements) or for special services as a performer on a particular sustaining program or a particular series of sustaining programs; (b) In pursuance of an applicable employment agreement or understanding or an applicable collective bargaining agreement in a specific amount agreed upon in advance of the performance of the services or special services for which the extra payment is made: Provided, however, That where services described in paragraph (a) of this section are performed on a program falling outside of the regular workday or workweek as established and scheduled in good faith in accordance with the provisions of the applicable employment agreement, the Administrator will not regard the Act as requiring additional compensation as a result of the time worked on the program if the parties agree in advance of such program that a special payment made therefor shall include any increased statutory compensation attributable to the additional worktime thereon and if such special payment, when made, is actually sufficient in amount to include the statutory straight time and overtime compensation (computed without regard to talent fees) for the additional time worked in the workweek resulting from the performer's services on such program.
29:29:3.1.1.1.27.0.105.2 29 Labor V A 550 PART 550—DEFINING AND DELIMITING THE TERM “TALENT FEES”       § 550.2 Definitions. DOL-WHD     [15 FR 402, Jan. 25, 1950] As used in the regulations in this part: (a) The term extra payment shall mean a payment, in a specific amount, made in addition to the straight-time and overtime compensation which would be due the performer under the agreement applicable to his employment and under the Act if the time spent in performing the services or special services referred to in paragraph (a) of § 550.1 had been devoted exclusively to duties as a staff performer; but shall not include any payment any part of which is credited or offset against any remuneration otherwise payable to the performer under any contract or statutory provision; (b) The term performer shall mean a person who performs a distinctive, personalized service as a part of an actual broadcast or telecast including an actor, singer, dancer, musician, comedian, or any person who entertains, affords amusement to, or occupies the interest of a radio or television audience by acting, singing, dancing, reading, narrating, performing feats of skill, or announcing, or describing or relating facts, events and other matters of interest, and who actively participates in such capacity in the actual presentation of a radio or television program. It shall not include such persons as script writers, stand-ins, or directors who are neither seen nor heard by the radio or television audience; nor shall it include persons who participate in the broadcast or telecast purely as technicians such as engineers, electricians and stage hands; (c) The term special services shall mean services beyond the scope of a performer's regular or ordinary duties as a staff performer under the agreement applicable to the employment.

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