cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where agency = "NIST" and part_number = 2012 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 15:15:4.2.1.9.11.0.43.1 | 15 | Commerce and Foreign Trade | XX | 2012 | PART 2012—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR BEEF | § 2012.1 Purpose. | NIST | The purpose of this part is to provide for the implementation of the tariff-rate quota for beef established as a result of the Uruguay Round Agreements, approved by the Congress in section 101 of the Uruguay Round Agreements Act (Pub. L. 103-465). In particular, this part provides for the administration of export certificates where a country that has an allocation of the in-quota quantity under the tariff-rate quota has chosen to use export certificates. | |||||||
| 15:15:4.2.1.9.11.0.43.2 | 15 | Commerce and Foreign Trade | XX | 2012 | PART 2012—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR BEEF | § 2012.2 Definitions. | NIST | Unless the context otherwise requires, for the purpose of this subpart, the following terms shall have the meanings assigned below. (a) Beef means any article classified under any of the subheadings of the HTS specified in additional U.S. note 3 to chapter 2 of the HTS. (b) Allocated country means a country to which an allocation of a particular quantity of beef has been assigned under additional U.S. note 3 to chapter 2 of the HTS. (c) Enter means to enter, or withdraw from warehouse, for consumption. (d) HTS means the Harmonized Tariff Schedule of the United States. (e) Participating country means any allocated country that USTR has determined is, and notified the U.S. Customs Service as being eligible to use export certificates. (f) USTR means the United States Trade Representative or the designee of the United States Trade Representative. | |||||||
| 15:15:4.2.1.9.11.0.43.3 | 15 | Commerce and Foreign Trade | XX | 2012 | PART 2012—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR BEEF | § 2012.3 Export certificates. | NIST | (a) Beef may only be entered as a product of a participating country if the importer makes a declaration to the Customs Service, in the form and manner determined by the Customs Service, that a valid export certificate is in effect with respect to the beef. (b) To be valid, an export certificate shall: (1) Be issued by or under the supervision of the government of the participating country; (2) Specify the name of the exporter, the product description and quantity, and the calendar year for which the export certificate is in effect; (3) Be distinct and uniquely identifiable; and (4) Be used in the calendar year for which it is in effect. |
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);