cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where part_number = 1002 and title_number = 49 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 49:49:8.1.1.1.4.0.1.1 | 49 | Transportation | X | A | 1002 | PART 1002—FEES | § 1002.1 Fees for records search, review, copying, certification, and related services. | STB | [32 FR 20010, Dec. 20, 1967] | Certifications and copies of such tariffs, reports and other public records and documents on file with the Surface Transportation Board as may be practicable to furnish, as well as searches and copying of records not considered public under the Freedom of Information Act (5 U.S.C. 552), will be furnished on the following basis: (a) Certificate of the Records Officer, $26.00. (b) Services involved in examination of tariffs or schedules for preparation of certified copies of tariffs or schedules or extracts therefrom at the rate of $55.00 per hour. (c) Services involved in checking records to be certified to determine authenticity, including clerical work, etc. incidental thereto, at a rate of $38.00 per hour. (d) Copies or computer printouts of tariffs, reports, and other public documents, at the rate of $.25 per letter or legal size exposure, only after the first 100 pages, with a minimum charge of $7.50. Copies of electronic records, audiovisual materials, or other forms of data are available at the actual cost of duplication or transcription. (e) Fees for courier services to transport agency records to provide on-site access to agency records stored off-site will be set at the rates set forth in the Board's agreement with its courier service provider. Rate information can be obtained from the Board's Records Officer, Surface Transportation Board, Washington, DC 20423-0001. (f) The fees for search, review and copying services for records not considered public under the Freedom of Information Act are as follows: (1) When records are sought for commercial use, requesters will be assessed the full and reasonable direct costs of document search, review and duplication. A “commercial use” request refers to a request from or on behalf of one who seeks information for a use or purpose that furthers the commercial, trade, or profit interests of the requester or the person on whose behalf the request is made. (2) When records are not sought for commercial use and a request is made by an educational or noncommerci… | |||||
| 49:49:8.1.1.1.4.0.1.2 | 49 | Transportation | X | A | 1002 | PART 1002—FEES | § 1002.2 Filing fees. | STB | [49 FR 18492, May 1, 1984] | (a) Manner of payment. (1) Except as specified in this section, all filing fees will be payable at the time and place the application, petition, notice, tariff, contract summary, or other document is tendered for filing. (2) Filing fees for all filings must be paid via the Board's electronic payment system found on the Board's website. (b) Nonpayment of fees. Any filing that is not accompanied by the appropriate filing fee or a request for waiver of the fee is deficient. If a filer requests a fee waiver but does not submit the appropriate fee, the filing is held for processing until a determination has been made on the fee waiver request. If the filer requests a fee waiver and submits the appropriate fee, the filing is accepted and the Board refunds the fee or a portion thereof if the fee waiver is ultimately granted. (c) Fees not refundable. Fees will be assessed for every filing in the type of proceeding listed in the schedule of fees contained in paragraph (f) of this section, subject to the exceptions contained in paragraphs (d) and (e) of this section. After the application, petition, notice, tariff, contract, or other document has been accepted for filing by the Board, the filing fee will not be refunded, regardless of whether the application, petition, notice, tariff, contract, or other document is granted or approved, denied, rejected before docketing, dismissed, or withdrawn. If an individual exemption proceeding becomes a matter of general applicability and is handled through the rulemaking process, the Board will refund the filing fee. (d) Related or consolidated proceedings. (1)(i) Except as provided for in paragraph (d)(1)(ii) of this section, separate fees need not be paid for related applications filed by the same applicant that would be the subject of one proceeding. (ii) In proceedings filed under the rail consolidation procedures at 49 CFR part 1180, the applicable filing fee must be paid for each proceeding submitted concurrently with the primary application. The fee for each type … | |||||
| 49:49:8.1.1.1.4.0.1.3 | 49 | Transportation | X | A | 1002 | PART 1002—FEES | § 1002.3 Updating user fees. | STB | [49 FR 18494, May 1, 1984, as amended at 52 FR 46483, Dec. 8, 1987; 59 FR 44644, Aug. 30, 1994; 61 FR 42194, Aug. 14, 1996; 79 FR 41141, July 15, 2014] | (a) Update. Each fee established in this part shall be updated in accordance with this section at least once a year. However, any fee may be updated more than once a year, if the Board finds that an additional update is necessary. (b) Publication and effective dates. Updated fees shall be published in the Federal Register and shall become effective 30 days after publication. (c) Payment of fees. Any person submitting a filing for which a fee is established shall pay the fee in effect at the time of the filing. (d) Method of updating fees. Each fee shall be updated by updating the cost components comprising the fee. Cost components shall be updated as follows: (1) Direct labor costs shall be updated by multiplying base level direct labor costs by percentage changes in average wages and salaries of Board employees. Base level direct labor costs are direct labor costs determined by the cost study set forth in Revision of Fees For Services, 1 I.C.C.2d 60 (1984) or subsequent cost studies. The base period for measuring changes shall be April 1984. (2) Operations overhead shall be developed each year on the basis of current relationships existing on a weighted basis, for indirect labor applicable to the first supervisory work centers directly associated with user fee activity. Actual updating of operations overhead will be accomplished by applying the current percentage factor to updated direct labor, including current governmental overhead costs. (3)(i) Office general and administrative costs shall be developed each year on the basis of current level costs, i.e., dividing actual office general and administrative costs for the current fiscal year by total office costs for the Offices directly associated with user fee activity. Actual updating of office general and administrative costs will be accomplished by applying the current percentage factor to updated direct labor, including current governmental overhead and current operations overhead costs. (ii) Board general and administrative costs shall be… |
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);