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 = 2015 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.13.0.43.1 | 15 | Commerce and Foreign Trade | XX | 2015 | PART 2015—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR SUGAR-CONTAINING PRODUCTS | § 2015.1 Purpose. | NIST | The purpose of this part is to provide for the implementation of the tariff-rate quota for sugar-containing products 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 party provides for the administration of export certificates where a country that has an allocation of the in-quota quantity under a tariff-rate quota has chosen to use export certificates. | |||||||
| 15:15:4.2.1.9.13.0.43.2 | 15 | Commerce and Foreign Trade | XX | 2015 | PART 2015—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR SUGAR-CONTAINING PRODUCTS | § 2015.2 Definitions. | NIST | For the purpose of this subpart, the following terms shall have the following meanings: (a) In-quota sugar-containing products means any article classified under any of the subheadings of the HTS specified in additional U.S. note 8 to chapter 17 of the HTS that is entered under the in-quota rate of duty. (b) Allocated country means a country to which an allocation of a particular quantity of sugar-containing products has been assigned. (c) Enter or Entered 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 has 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.13.0.43.3 | 15 | Commerce and Foreign Trade | XX | 2015 | PART 2015—IMPLEMENTATION OF TARIFF-RATE QUOTAS FOR SUGAR-CONTAINING PRODUCTS | § 2015.3 Export certificates. | NIST | (a) To claim the in-quota rate of duty on sugar-containing products of a participating country, the United States importer must make a declaration to the United States Customs Service, in the form and manner determined by the United States Customs Service, that a valid export certificate is in effect with respect to those sugar-containing products. (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 party to whom the certificate is issued, the product description and quantity, shipment date, and the quota year for which the export certificate is in effect; (3) Have a distinct and uniquely identifiable number; and (4) Be used in the quota 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);