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

3 rows where part_number = 206 and title_number = 9 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amendment_citations

title_number 1

  • 9 · 3 ✖

part_number 1

  • 206 · 3 ✖

agency 1

  • AMS 3
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
9:9:2.0.1.1.7.0.7.1 9 Animals and Animal Products II   206 PART 206—SWINE CONTRACT LIBRARY       § 206.1 Definitions. AMS       The definitions in this section apply to the regulations in this part. The definitions in this section do not apply to other regulations issued under the Packers and Stockyards Act (P&S Act) or to the P&S Act as a whole. Accrual account. (Synonymous with the term “ledger,” as defined in this section.) An account held by a packer on behalf of a producer that accrues a running positive or negative balance as a result of a pricing determination included in a contract that establishes a minimum and/or maximum level of base price paid. Credits and/or debits for amounts beyond these minimum and/or maximum levels are entered into the account. Further, the contract specifies how the balance in the account affects producer and packer rights and obligations under the contract. Base price. The price paid for swine before the application of any premiums or discounts, expressed in dollars per unit. Boar. A sexually-intact male swine. Ceiling price. The maximum market price that will be paid for swine. Adjustments may be made to the base price if the market price rises above this price. Contract. Any agreement, whether written or verbal, between a packer and a producer for the purchase of swine for slaughter, except a negotiated purchase (as defined in this section). Contract type. The classification of contracts or risk management agreements for the purchase of swine committed to a packer, by the determination of the base price and the presence or absence of an accrual account or ledger (as defined in this section). The contract type categories are: (1) Swine or pork market formula purchases with a ledger, (2) Swine or pork market formula purchases without a ledger, (3) Other market formula purchases with a ledger, (4) Other market formula purchases without a ledger, (5) Other purchase arrangements with a ledger, and (6) Other purchase arrangements without a ledger. Floor price. The minimum market price that will be paid for swine. Adjustments may be made to the base price if the market price falls below t…
9:9:2.0.1.1.7.0.7.2 9 Animals and Animal Products II   206 PART 206—SWINE CONTRACT LIBRARY       § 206.2 Swine contract library. AMS     [75 FR 16642, Apr. 2, 2010, as amended at 84 FR 45649, Aug. 30, 2019; 88 FR 62696, Sept. 13, 2023] (a) Do I need to provide swine contract information? Each packer, as defined in § 206.1, must provide information for each swine processing plant that it operates or at which it has swine slaughtered that has the slaughtering capacity, alone or in combination with other plants, specified in the definition of packer in § 206.1. (b) What existing or available contracts do I need to provide and when are they due? Each packer must send, to the Packers and Stockyards Division (PSD), an example of each contract it currently has with a producer or producers or that is currently available at each plant that it operates or at which it has swine slaughtered that meets the definition of packer in § 206.1. This initial submission of example contracts is due to PSD on the first business day of the month following the determination that the plant has the slaughtering capacity, alone or in combination with other plants, specified in the definition of packer in § 206.1. (c) What available contracts do I need to provide and when are they due? After the initial submission, each packer must send PSD an example of each new contract it makes available to a producer or producers within 1 business day of the contract being made available at each plant that it operates or at which it has swine slaughtered that meets the definition of packer in § 206.1. (d) What criteria do I use to select example contracts? For purposes of distinguishing among contracts to determine which contracts may be represented by a single example, contracts will be considered to be the same if they are identical with respect to all of the following four example-contract criteria: (1) Base price or determination of base price; (2) Application of a ledger or accrual account (including the terms and conditions of the ledger or accrual account provision); (3) Carcass merit premium and discount schedules (including the determination of the lean percent or other merits of the carcass that are used to determine the amount of the premiums and discounts and …
9:9:2.0.1.1.7.0.7.3 9 Animals and Animal Products II   206 PART 206—SWINE CONTRACT LIBRARY       § 206.3 Monthly report. AMS     [75 FR 16642, Apr. 2, 2010, as amended at 84 FR 45649, Aug. 30, 2019; 88 FR 62696, Sept. 13, 2023] (a) Do I need to provide monthly reports? Each packer, as defined in § 206.1, must provide information for each swine processing plant that it operates or at which it has swine slaughtered that has the slaughtering capacity, alone or in combination with other plants, specified in the definition of packer. (b) When is the monthly report due? Each packer must send a separate monthly report for each plant that has the slaughtering capacity, alone or in combination with other plants specified in the definition of packer in § 206.1. Each packer must deliver the report to the AMS Regional Office in Des Moines, Iowa, by the close of business on the 15th of each month, beginning at least 45 days after the initial submission of example contracts. If the 15th day of a month falls on a Saturday, Sunday, or federal holiday, the monthly report is due no later than the close of the next business day following the 15th. (c) What information do I need to provide in the monthly report? The monthly report that each packer files must be reported on Form PSD 341, which will be available on the Internet on the AMS website ( https://www.ams.usda.gov ) and at USDA, AMS, Suite 317, 210 Walnut Street, Des Moines, Iowa 50309. In the monthly report, each packer must provide the following information: (1) Number of swine to be delivered under existing contracts. Existing contracts are contracts the packer currently is using for the purchase of swine for slaughter at each plant. Each packer must provide monthly estimates of the number of swine committed to be delivered under all of its existing contracts (even if those contracts are not currently available for renewal or to additional producers) in each contract type as defined in § 206.1. (2) Available contracts. Available contracts are the contracts the packer is currently making available to producers, or is making available for renewal to currently contracted producers, for the purchase of swine for slaughter at each plant. On the monthly report, a packer will indicate each…

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