cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 756 and title_number = 15 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:3.1.1.1.8.0.1.1 | 15 | Commerce and Foreign Trade | VII | C | 756 | PART 756—APPEALS AND JUDICIAL REVIEW | § 756.1 Scope. | BIS | [85 FR 63012, Oct. 6, 2020] | Section 756.2 describes the procedures applicable to appeals from administrative actions taken under the Export Administration Act (EAA) or the Export Administration Regulations (EAR). (In this part, references to the EAR are references to 15 CFR chapter VII, subchapter C). Section 756.3 describes the procedures under which the Bureau of Industry and Security (BIS) can safeguard national security information when agency action is under judicial review. | |||||
| 15:15:3.1.1.1.8.0.1.2 | 15 | Commerce and Foreign Trade | VII | C | 756 | PART 756—APPEALS AND JUDICIAL REVIEW | § 756.2 Appeal from an administrative action. | BIS | [61 FR 12851, Mar. 25, 1996, as amended at 62 FR 25467, May 9, 1997; 65 FR 14860, Mar. 20, 2000; 70 FR 8250, Feb. 18, 2005; 71 FR 34009, June 13, 2006; 85 FR 63012, Oct. 6, 2020; 85 FR 83804, Dec. 23, 2020] | (a) Scope. Any person directly and adversely affected by an administrative action taken by BIS may appeal to the Under Secretary for reconsideration of that administrative action. The following types of administrative actions are not subject to the appeals procedures described in this part: (1) Issuance, amendment, revocation, or appeal of a regulation. (These requests may be submitted to BIS at any time.) (2) Denial or probation orders, civil penalties, sanctions, or other actions under parts 764 and 766 of the EAR, except that, any appeal from an action taken under § 766.25 and any appeal from an action taken in accordance with § 766.23 to make an action taken under § 766.25 applicable to a related person shall be subject to the appeals procedures described in this part. (3) A decision on a request to remove or modify an Entity List entry made pursuant to § 744.16 of the EAR, a decision on a request to remove or modify an Unverified List entry made pursuant to § 744.15 of the EAR, or a request to remove or modify a Military End User entry made pursuant to § 744.21(b) of the EAR. (4) A decision on whether License Exception Strategic Trade Authorization (STA) is available for “600 series” “end items” pursuant to § 740.20(g) of the EAR. (b) Review and appeal officials. The Under Secretary may delegate to the Deputy Under Secretary for Industry and Security or to another BIS official the authority to review and decide the appeal. In addition, the Under Secretary may designate any employee of the Department of Commerce to be an appeals coordinator to assist in the review and processing of an appeal under this part. If such employee is not an employee of BIS, such designation may be made only with the concurrence of the head of the operating unit in which that employee is employed. The responsibilities of an appeals coordinator may include presiding over informal hearings. (c) Appeal procedures —(1) Filing. An appeal under this part must be received by the Under Secretary for Industry and Security, Burea… | |||||
| 15:15:3.1.1.1.8.0.1.3 | 15 | Commerce and Foreign Trade | VII | C | 756 | PART 756—APPEALS AND JUDICIAL REVIEW | § 756.3 Judicial review of agency action. | BIS | [85 FR 63012, Oct. 6, 2020] | (a) Definition. For purposes of this section, the term agency action has the same meaning given such term in 5 U.S.C. 551(13), i.e., includes the whole or a part of an agency rule, order, license, sanction, relief, or the equivalent or denial thereof, or failure to act. (b) Classified national security information. In any judicial review of any agency action under the EAR, if such action was based in whole or in part on classified national security information as defined in Executive Order 13526 (December 29, 2009), such information may be submitted to the reviewing court ex parte and in camera. This paragraph (b) does not confer or imply any right to review in any tribunal, judicial or otherwise. |
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);