UNPKG

trucking

Version:
154 lines (151 loc) 5.48 kB
export const classifications = [{ value: 'Class A CDL', label: 'Class A CDL', detail: 'Holders are authorized to drive any combination of vehicles with a gross vehicle weight rating (GVWR) of twenty-six thousand one (26,001) pounds or more, provided the GVWR of the vehicle being towed is in excess of ten thousand (10,000) pounds.' }, { value: 'Class B CDL', label: 'Class B CDL', detail: 'Holders are authorized to drive any single vehicle with a GVWR of twenty-six thousand one (26,001) pounds or more, and any such vehicle towing a vehicle not in excess of ten thousand (10,000) pounds.' }, { value: 'Class C CDL', label: 'Class C CDL', detail: 'Holders are authorized to drive any single vehicle with a GVWR of less than twenty-six thousand one (26,001) pounds or any such vehicle towing a vehicle with a GVWR not in excess of ten thousand (10,000) pounds comprising:' } ] export const endorsements = [{ value: 'T', label: 'T – Double/Triples', detail: '“T” endorsement is required if the vehicle being driven requires a Class A CDL and is towing more than one trailer.' }, { value: 'P', label: 'P – Passenger/Transportation', detail: '“P” endorsement is required if the vehicle being driven requires a Class A, B or C CDL and is transporting passengers. Applicants or holders of a public passenger endorsement must have an acceptable driving record. ' }, { value: 'N', label: 'N – Liquid Bulk/Tank Cargo', detail: '“N” endorsement is required if the vehicle being driven requires a Class A or B CDL and is designed to haul a liquid or liquid gas in a permanently mounted cargo tank rated at 119 gallons or more or a portable tank rated at 1,000 gallons or more. A tank endorsement is also required for Class C vehicles when the vehicle is used to transport hazardous materials in liquid or gas form in the above described rated tanks.' }, { value: 'H', label: 'H – Hazardous Material', detail: '“H” endorsement is required if the vehicle being driven is transporting hazardous materials which are placarded. You must be a U.S. citizen or legal permanent resident to obtain a hazardous material endorsement. ' }, { value: 'X', label: 'X – Hazardous Material and Tank, Combined', detail: '“X” endorsement is required if the vehicle being driven is transporting hazardous materials via a tank. You must be a U.S. citizen or legal permanent resident to obtain a hazardous material endorsement. ' }, { value: 'S', label: 'S – School Bus', detail: '“S” endorsement is required before operating a school bus. “P” endorsement is also required. Applicants or holders of a public passenger endorsement must have an acceptable driving record.' }, { value: 'V', label: 'V – Student Transportation Vehicle', detail: ' “V” endorsement is required for operation of a student transportation vehicle; transporting students to and from school, including vehicles transporting special education students. Applicants or holders of a public passenger endorsement must have an acceptable driving record.' }, { value: 'Activity Vehicle', label: 'Activity Vehicle', detail: '“A” endorsement is required prior to operating a student transportation vehicle (or other vehicle that requires a “F” endorsement) used in connection with school sponsored events and activities, but not used to transport students to and from school. Applicants or holders of a public passenger endorsement must have an acceptable driving record. ' }, { value: 'F', label: 'F – Taxi, Livery, Service Bus, Motor Bus or Motor Coach', detail: '“F” endorsement is required for operation of a taxi, livery vehicle, service bus, motor bus or motor coach. Applicants or holders of a public passenger endorsement must have an acceptable driving record. ' }, ] export const restrictions = [{ value: '3', label: '3 = With "M" endorsement allows operation of three-wheeled motorcycle.', detail: '' }, { value: 'B', label: 'B = Corrective lenses', detail: '' }, { value: 'C', label: 'C = Mechanical Aid', detail: '' }, { value: 'D', label: 'D = Prosthetic Aid', detail: '' }, { value: 'E', label: 'E = Automatic Transmission only', detail: '' }, { value: 'F', label: 'F = Duel Outside Mirror', detail: '' }, { value: 'G', label: 'G = Daylight only operation', detail: '' }, { value: 'K', label: 'K = CDL Intrastate only', detail: '' }, { value: 'L', label: 'L = Vehicles without air brakes', detail: '' }, { value: 'M', label: 'M = Group B or Group C passenger vehicles', detail: '' }, { value: 'N', label: 'N = Group C passenger vehicles only', detail: '' }, { value: 'O', label: 'O = No fifth wheel (Combination vehicles)', detail: '' }, { value: 'P', label: 'P = Commercial Learners Permit Only - No passengers other than trainer, additional trainees or test examiner.', detail: '' }, { value: 'U', label: 'U = Hearing aide required', detail: '' }, { value: 'V', label: 'V = Medical variance required', detail: '' }, { value: 'W', label: 'W = Medical waiver required', detail: '' }, { value: 'X', label: 'X = Commercial Learners Permit Only - No cargo in tank vehicle and tank must be purged. Restricts "N" endorsement.', detail: '' }, { value: 'Z', label: 'Z = No full air brake equipped commercial motor vehicle.', detail: '' } ]