cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 200 and title_number = 50 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 50:50:10.0.1.1.1.0.1.1 | 50 | Wildlife and Fisheries | II | A | 200 | PART 200—SMALL BUSINESS SIZE STANDARDS ESTABLISHED BY NMFS FOR REGULATORY FLEXIBILITY ACT COMPLIANCE PURPOSES ONLY | § 200.1 Purpose and scope. | NOAA | (a) This part sets forth the National Marine Fisheries Service (NMFS) small business size standards for NMFS to use in conducting Regulatory Flexibility Act (RFA) analyses for NMFS actions subject to the RFA. This part also sets forth the timeframe for NMFS to review its small business size standards. (b) NMFS has established the alternative size standards in this part, for RFA compliance purposes only, in order to simplify the RFA analyses done in support of NMFS' rules, better meet the RFA's intent by more accurately representing expected disproportionate effects of NMFS' rules between small and large businesses, create a standard that more accurately reflects the size distribution of all businesses in the industry, and allow NMFS to determine when changes to the standard are necessary and appropriate. | ||||||
| 50:50:10.0.1.1.1.0.1.2 | 50 | Wildlife and Fisheries | II | A | 200 | PART 200—SMALL BUSINESS SIZE STANDARDS ESTABLISHED BY NMFS FOR REGULATORY FLEXIBILITY ACT COMPLIANCE PURPOSES ONLY | § 200.2 Small business size standards and frequency of review. | NOAA | (a) NMFS' small business size standard for businesses, including their affiliates, whose primary industry is commercial fishing is $11 million in annual gross receipts. This standard applies to all businesses classified under North American Industry Classification System (NAICS) code 11411 for commercial fishing, including all businesses classified as commercial finfish fishing (NAICS 114111), commercial shellfish fishing (NAICS 114112), and other commercial marine fishing (NAICS 114119) businesses. (b) NMFS will review each of the small business size standards in paragraph (a) of this section at least once every 5 years to determine if a change is warranted. A change may be warranted because of changes in industry structure, market conditions, inflation, or other relevant factors. |
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);