cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 351 and title_number = 46 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 46:46:8.0.1.11.32.0.12.1 | 46 | Shipping | II | J | 351 | PART 351—DEPOSITORIES | § 351.1 Purpose. | FMC | [38 FR 8061, Mar. 28, 1973] | The purpose of this part is to set forth the criteria necessary for depositories of funds under all programs authorized by the Merchant Marine Act, 1936, as amended (46 U.S.C. 1101 et seq. ) (Act). | |||||
| 46:46:8.0.1.11.32.0.12.2 | 46 | Shipping | II | J | 351 | PART 351—DEPOSITORIES | § 351.2 Qualification of depository. | FMC | [38 FR 8061, Mar. 28, 1973, as amended at 63 FR 55039, Oct. 14, 1998] | (a) General qualification. Any depository which is a member of the Federal Deposit Insurance Corporation will be approved for deposit of funds under the maritime programs authorized by the Act. With respect to the Capital Construction Fund program, any depository which is a member of the Securities Investor Protection Corporation, and is organized as a corporation under the laws of the United States, any State, territory, or possession thereof or the District of Columbia, will also be approved for the deposit of funds. (b) Limitation on amount of deposits. No person making deposits under the programs authorized by the Act shall make or maintain deposits which exceed 5 percent of the depository's total deposits. |
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);