cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 536 and title_number = 29 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 29:29:3.1.1.1.22.0.95.1 | 29 | Labor | V | A | 536 | PART 536—AREA OF PRODUCTION | §§ 536.1-536.2 [Reserved] | DOL-WHD | |||||||
| 29:29:3.1.1.1.22.0.95.2 | 29 | Labor | V | A | 536 | PART 536—AREA OF PRODUCTION | § 536.3 “Area of production” as used in section 13(b)(14) of the Fair Labor Standards Act. | DOL-WHD | [27 FR 400, Jan. 13, 1962, as amended at 71 FR 16666, Apr. 3, 2006] | (a) An employee employed by an establishment commonly recognized as a country elevator and having not more than five employees (including such an establishment which sells products and services used in the operation of a farm) shall be regarded as employed within the “area of production,” within the meaning of section 13(b)(14) of the Fair Labor Standards Act, if the establishment by which he is employed is located in the open country or in a rural community and 95 percent of the agricultural commodities received by the establishment for storage or for market come from normal rural sources of supply within the following air-line distances from the establishment: (1) With respect to grain and soybeans—50 miles; (2) With respect to any other agricultural commodities—20 miles. (b) For the purpose of this section: (1) “Open country or rural community” shall not include any city, town, or urban place of 2,500 or greater population or any area within: (i) One air-line mile of the city, town, or urban place with a population of 2,500 up to by not including 50,000, or (ii) Three air-line miles of any city, town, or urban place with a population of 50,000 up to but not including 500,000, or (iii) Five air-line miles of any city with a population of 500,000 or greater, according to the latest available United States Census. (2) The commodities shall be considered to come from “normal rural sources of supply” within the specified distances from the establishment if they are received: (i) From farms within such specified distances, or (ii) from farm assemblers or other establishments through which the commodity customarily moves, which are within such specified distances and located in the open country or in a rural community, or (iii) from farm assemblers or other establishments not located in the open country or in a rural community provided it can be demonstrated that the commodities were produced on farms within such specified distances. (3) The period for determining whether 95 percent of the commodities are re… |
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);