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 = 75 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

  • 75 · 2 ✖

agency 1

  • DOL 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:1.1.1.1.42.0.81.1 29 Labor     75 PART 75—DEPARTMENT OF LABOR REVIEW AND CERTIFICATION PROCEDURES FOR RURAL INDUSTRIALIZATION LOAN AND GRANT PROGRAMS UNDER THE CONSOLIDATED FARM AND RURAL DEVELOPMENT ACT OF 1972       § 75.1 Introduction. DOL     [40 FR 4394, Jan. 29, 1975, as amended at 72 FR 37103, July 9, 2007] (a) Section 118 of the Consolidated Farm and Rural Development Act authorizes the Rural Development Administration (RDA) of the U.S. Department of Agriculture (USDA) to make or guarantee loans to finance industrial and business activities in rural areas (broadly defined to include any place with a population of less than 50,000), 7 U.S.C. 1932(d). The Act also permits RDA to make grants to public bodies for measures designed to facilitate the development of private business enterprises and for pollution control and abatement projects. (b) As a prior condition for the approval of such loans, guarantees and grants, the Act further specifies that the Secretary of Labor must certify to the Secretary of Agriculture within 30 days after referral, that the loan or grant is not calculated to or likely to result in the transfer from one area to another of any employment or business activity provided by operations of the applicant and is not calculated to or likely to result in an increase in the production of goods, materials, or commodities, or the availability of services or facilities in the area, when there is not sufficient demand for such goods, materials, commodities, services, or facilities, to employ the efficient capacity of existing competitive commercial or industrial enterprises, unless such financial or other assistance will not have an adverse effect upon existing competitive enterprises in the area. Responsibility within the Department of Labor (DOL) for the review and certification process has been assigned to the Employment and Training Administration (ETA). (c) The following procedures have been established by the Department of Labor in consultation with the USDA for the issuance of labor certifications under this program. These procedures are designed to insure the orderly and expeditious review of the applications by the Department of Labor (DOL) within 30 days after they have been received from the USDA. It is anticipated that the procedure will permit completion of all cases within the 30-day lega…
29:29:1.1.1.1.42.0.81.2 29 Labor     75 PART 75—DEPARTMENT OF LABOR REVIEW AND CERTIFICATION PROCEDURES FOR RURAL INDUSTRIALIZATION LOAN AND GRANT PROGRAMS UNDER THE CONSOLIDATED FARM AND RURAL DEVELOPMENT ACT OF 1972       § 75.11 Standards for the review of applications. DOL     [40 FR 4394, Jan. 29, 1975, as amended at 72 FR 37103, July 9, 2007] (a) Applications to be routinely approved without field review. The following types of applications will be routinely approved and certified by the Employment and Training Administration (ETA), provided that the required information is submitted by the applicant: (1) Loans which involve the change of ownership from one person or group to another or the refinancing of an existing loan. Provided, That such loans will not result in any transfer from one area to another of any employment or business activity provided by operations of the applicant and are not calculated to or likely to result in an increase in the production of goods, materials, or commodities, or the availability of services, or facilities, to employ the efficient capacity of existing competitive commercial or industrial enterprise. In transmitting such applications to ETA, RDA will include: (i) A letter of transmittal stating the name and location of the applicant and the amount of the loan, and certifying that the loan is either for the purpose of financing the sale of the business or for the purpose of refinancing a loan and is not calculated to or likely to result in the transfer or expansion of employment or operations: (ii) Three copies of Form RD 449-22, Certification of Non-Relocation; and (iii) Three copies of Form RD 449-23, Data Information Sheet. ETA will issue an affirmative certification on such applications, without further review, within 10 working days. (2) Loans of less than $100,000 where the loan proceeds are expected to result in the employment of not more than five workers. In such instances, the RDA transmittal letter will call attention to the fact that the application involved falls within this category. This should be supported by data in the revised Forms RD 449-22 and 449-23 to be forwarded in triplicate to the DOL. For loan applications in this category, the RDA will also attach a certification signed by the State RDA director indicating that he has reviewed the loan application and certifying that such a loan…

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