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

4 rows where part_number = 402 and title_number = 7 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 7 · 4 ✖

part_number 1

  • 402 · 4 ✖

agency 1

  • RMA 4
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:6.1.1.1.3.0.1.1 7 Agriculture IV   402 PART 402—CATASTROPHIC RISK PROTECTION ENDORSEMENT       § 402.1 General statement. RMA       The Federal Crop Insurance Act, as amended by the Federal Crop Insurance Reform Act of 1994, requires the Federal Crop Insurance Corporation to implement a catastrophic risk protection plan of insurance that provides a basic level of insurance coverage to protect producers in the event of a catastrophic crop loss due to loss of yield or prevented planting, if provided by the Corporation, provided the crop loss or prevented planting is due to an insured cause of loss specified in the crop insurance policy. This Catastrophic Risk Protection Endorsement is a continuous endorsement that is effective in conjunction with a crop insurance policy for the insured crop. Catastrophic risk protection coverage will be offered through approved insurance providers if there are a sufficient number available to service the area. If there are an insufficient number available, as determined by the Secretary, local offices of the Farm Service Agency will provide catastrophic risk protection coverage.
7:7:6.1.1.1.3.0.1.2 7 Agriculture IV   402 PART 402—CATASTROPHIC RISK PROTECTION ENDORSEMENT       § 402.2 Applicability. RMA       This Catastrophic Risk Protection Endorsement is applicable to each crop for which catastrophic risk protection coverage is available and for which the producer elects such coverage.
7:7:6.1.1.1.3.0.1.3 7 Agriculture IV   402 PART 402—CATASTROPHIC RISK PROTECTION ENDORSEMENT       § 402.3 OMB control numbers. RMA     [61 FR 42985, Aug. 20, 1996, as amended at 69 FR 48730, Aug. 10, 2004] The information collection activity associated with this rule has been approved by the Office of Management and Budget (OMB) pursuant to the Paperwork Reduction Act of 1995 (44 U.S.C. chapter 35) under OMB control number 0563-0053.
7:7:6.1.1.1.3.0.1.4 7 Agriculture IV   402 PART 402—CATASTROPHIC RISK PROTECTION ENDORSEMENT       § 402.4 Catastrophic Risk Protection Endorsement Provisions. RMA     [61 FR 42985, Aug. 20, 1996, as amended at 63 FR 40631, July 30, 1998; 64 FR 40740, July 28, 1999; 65 FR 40484, June 30, 2000; 69 FR 48730, Aug. 10, 2004; 73 FR 36408, June 27, 2008; 73 FR 70864, Nov. 24, 2008; 78 FR 52835, Aug. 27, 2013; 79 FR 37161, July 1, 2014; 81 FR 42473, June 30, 2016; 82 FR 55730, Nov. 24, 2017; 84 FR 30861, June 28, 2019] Department of Agriculture Federal Crop Insurance Corporation Catastrophic Risk Protection Endorsement (This is a continuous endorsement) If a conflict exists among the policy, the order of priority is: (1) This Endorsement; (2) Special Provisions; (3) actuarial documents; (4) the Commodity Exchange Price Provisions, if applicable; and (5) any of the policies specified in section 2, with (1) controlling (2), etc. Terms and Conditions 1. Definitions Insurance provider. A private insurance company that has been approved by FCIC to provide insurance coverage to producers participating in programs authorized by the Federal Crop Insurance Act. Zero acreage report. An acreage report filed by you that certifies you do not have a share in the crop for that crop year. 2. Eligibility, Life of Policy, Cancellation, and Termination (a) You must have one of the following policies in force to elect this Endorsement: (1) The Common Crop Insurance Policy Basic Provisions (7 CFR 457.8) and applicable Crop Provisions (catastrophic risk protection coverage is not available under individual revenue plans of insurance such as Revenue Protection and Revenue Protection with Harvest Price Exclusion); (2) The Area Risk Protection Insurance Basic Provisions (7 CFR 407.9) and applicable Crop Provisions (catastrophic risk protection coverage is not available under area revenue plans of insurance such as Area Revenue Protection or Area Revenue Protection with the Harvest Price Exclusion); or (3) Other crop policies only if catastrophic risk protection coverage is provided in the applicable crop policy. (b) You must have made application for catastrophic risk protection on or before the sales closing date for the crop in the county. (c) You must be a “person” as defined in the crop policy to be eligible for catastrophic risk protection coverage. 3. Unit Division (a) This section is not applicable if you are insured under the Area Risk Protection Insurance Basic Provisions (7 CFR 407.…

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