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

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 7 · 2 ✖

part_number 1

  • 768 · 2 ✖

agency 1

  • FSA 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
7:7:7.1.1.4.19.0.9.1 7 Agriculture VII D 768 PART 768—EQUITABLE RELIEF       § 768.1 Providing equitable relief. FSA     [87 FR 13124, Mar. 9, 2022, as amended at 89 FR 65062, Aug. 8, 2024] (a) If the Farm Service Agency (Agency or FSA) determines that a borrower is not in compliance with direct FO, OL, or EM requirements, the Agency may consider equitable relief as specified in this section: (1) Requirements. After determination that a borrower is in noncompliance with loan program requirements, the Agency may provide equitable relief to a borrower if it is determined that the borrower: (i) Acted in good faith; and (ii) Relied on a material action, advice, or non-action from an Agency official to the detriment of the borrower's operation or the action approved by the Agency official resulted in the borrower becoming noncompliant with the loan program requirements. (2) Determination. The material action, advice, or response from an Agency official under paragraph (a)(1) of this section must be documented, unless the Agency official with authority to grant equitable relief determines that documentation is not reasonably available. Notwithstanding any delegations in this chapter, only the Secretary, FSA Administrator, Deputy Administrator for Farm Loan Programs, or any other official within U.S. Department of Agriculture (USDA) specifically designated by the Secretary, may make the determination for the Agency to grant equitable relief and must document the basis for that determination. (3) Relief. If the borrower meets the requirements in paragraph (a)(1) of this section, the Agency may provide to a borrower either or both of the following forms of equitable relief: (i) The borrower may choose to keep loans at current rates or other terms received in association with the loan which was determined to be noncompliant; or (ii) The borrower may receive other equitable relief as the Agency determines to be appropriate. (4) Conditions. As a condition of receiving relief, the Agency may require the borrower to take actions to remedy the noncompliance, provided the borrower agrees those actions do not adversely affect the long-term viability of the borrower's operation. (b) A determination o…
7:7:7.1.1.4.19.0.9.2 7 Agriculture VII D 768 PART 768—EQUITABLE RELIEF       § 768.2 [Reserved] FSA        

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