cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where agency = "NIST" and part_number = 2001 sorted by section_id
This data as json, CSV (advanced)
Suggested facets: amendment_citations
| 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.2.0.43.1 | 15 | Commerce and Foreign Trade | XX | 2001 | PART 2001—CREATION, ORGANIZATION, AND FUNCTIONS | § 2001.0 Scope and purpose. | NIST | (a) This chapter sets out terms of reference of the Office of the United States Trade Representative (hereinafter the “Office”), and the procedures whereby it carries out its general responsibilities under the trade agreements program. (b) One of the primary purposes of these regulations is to inform the public of the unit known as the Trade Policy Staff Committee, which replaces and assumes the functions formerly performed by The Trade Staff Committee and the Trade Information Committee. One of the functions of the Trade Policy Staff Committee is to afford an opportunity for interested parties to present oral and written statements concerning the trade agreements program and related matters. | |||||||
| 15:15:4.2.1.9.2.0.43.2 | 15 | Commerce and Foreign Trade | XX | 2001 | PART 2001—CREATION, ORGANIZATION, AND FUNCTIONS | § 2001.1 Creation and location. | NIST | (a) The Office was established as an agency in the Executive Office of the President by Executive Order 11075 of January 15, 1963 (28 FR 473), as amended by Executive Order 11106 of April 18, 1963 (28 FR 3911), and Executive Order 11113 of June 13, 1963 (28 FR 6183). The Office subsequently was reestablished as an agency in the Executive Office of the President by section 141 of the Trade Act of 1974 (Pub. L. 93-618, 88 Stat. 1978, hereinafter referred to as the “Trade Act”), and was delegated certain functions under the Trade Act by Executive Order 11846 of March 27, 1975. 1 1 40 FR 14291, March 31, 1975. (b) The Office is located at 1800 G Street NW., Washington, DC 20506. | |||||||
| 15:15:4.2.1.9.2.0.43.3 | 15 | Commerce and Foreign Trade | XX | 2001 | PART 2001—CREATION, ORGANIZATION, AND FUNCTIONS | § 2001.2 Organization. | NIST | (a) The Office is headed by the United States Trade Representative (hereinafter, the “Trade Representative”) as provided in section 141(b)(1) of the Trade Act. The Trade Representative reports directly to the President and the Congress as described in § 2001.3(a)(2) of this part, and has the rank of Ambassador Extraordinary and Plenipotentiary. (b) The Office also consists of two Deputy Trade Representatives (hereinafter “Deputy Trade Representatives”) as provided in section 141(b)(2) of the Trade Act, each of whom holds the rank of Ambassador, and of a professional and nonprofessional staff. (c) The Trade Policy Committee, an interagency committee composed of the heads of specified Executive departments and offices, was established by section 3 of Executive Order 11846 (see Appendix), as authorized by section 242(a) of the Trade Expansion Act of 1962, as amended, 2 under the chairmanship of the United States Trade Representative, as provided by section 141(c)(1)(E) of the Trade Act. Two subordinate bodies of the Trade Policy Committee, the Trade Policy Committee Review Group, and the Trade Policy Staff Committee, provided for in §§ 2002.1 and 2002.2 respectively, are established by, and under the direction and administrative control of the Trade Representative. 2 76 Stat. 902, 19 U.S.C. 1872; Pub. L. 93-618, 88 Stat. 1978, section 602(b). | |||||||
| 15:15:4.2.1.9.2.0.43.4 | 15 | Commerce and Foreign Trade | XX | 2001 | PART 2001—CREATION, ORGANIZATION, AND FUNCTIONS | § 2001.3 Functions. | NIST | [40 FR 18419, Apr. 28, 1975, as amended at 40 FR 39497, Aug. 28, 1975] | (a) The Trade Representative: (1) Except where otherwise provided by statute, Executive order, or instructions of the President, is the chief representative of the United States for each negotiation under the trade agreements program as defined in section 1 of Executive Order 11846, and participates in other negotiations which may have a direct and significant impact on trade; (2) Reports directly to the President and the Congress, and is responsible to the President and the Congress, with respect to the administration of the trade agreements program as defined in section 1 of Executive Order 11846; (3) Advises the President and the Congress with respect to tariff and nontariff barriers to international trade, international commodity agreements, and other matters which are related to the trade agreements program; (4) Performs the functions of the President under section 102 of the Trade Act concerning notice to, and consultation with, Congress, in connection with agreements on nontariff barriers to, and other distortions of, trade, and prepares for the President's transmission to Congress all proposed legislation and other documents necessary or appropriate for the implementation of, or otherwise required in connection with, trade agreements (except that where implementation of an agreement on nontariff barriers to, and other distortions of trade requires a change in a domestic law, the department or agency having the primary interest in the administration of such domestic law prepares and transmits to the Trade Representative any proposed legislation necessary for such implementation); (5) Is responsible for making reports to Congress with respect to the matters set forth in paragraphs (a) (1) and (2) of this section and prepares, for the President's transmission to Congress, the annual report on the trade agreements program required by section 163(a) of the Trade Act ; (6) Is chairman of the Trade Policy Committee, and designates the chairman of the Trade Policy Committee Review Group and the Trade Policy… |
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);