Add entered vehicle, cargo or equipment, and medical cost amounts for a jackknife-collision scenario. This tool does not estimate claim value.
Formula
const cargoAndEquipment = Math.max(0, Number(inputs.cargoAndEquipmentDamage || 0)); const vehicleRepairs = Math.max(0, Number(inputs.vehicleRepairCost || 0)); const medicalExpenses = Math.max(0, Number(inputs.medicalExpenseSubtotal || 0)); const documentedCostSubtotal = Math.round((cargoAndEquipment + vehicleRepairs + medicalExpenses) * 100) / 100; return { documentedCostSubtotal };Cargo and Equipment Damage ($)
15,000
Vehicle Repair Cost ($)
5,000
Medical Expense Subtotal ($)
3,000
Send the result context for a checklist or comparison path where a first-party route is available.
With the default inputs, $15,000 in cargo and equipment damage plus $5,000 in vehicle repairs and $3,000 in medical expenses gives an entered cost subtotal of $23,000. The result is not a predicted claim payment, settlement, award, or recoverable amount.
Prepare review checklist is available through the request path below.
Use this legal calculator to compare scenarios before committing money, time, or a provider conversation.
The estimate combines Cargo and Equipment Damage ($), Vehicle Repair Cost ($), Medical Expense Subtotal ($) and returns Entered Cost Subtotal.
If the result changes your decision, verify the current quote, rate, eligibility rule, or provider term before acting.
Spot an error or need an update? Let us know
This calculator produces informational estimates only. It does not constitute legal advice, does not create an attorney-client relationship, and should not be relied upon for legal decisions. Laws vary by jurisdiction. Consult a qualified attorney for your specific situation.
No external sources are listed for this calculator. The estimates are computed from the documented formulas and the assumptions entered on this page.
See our Sources & Corrections policy for how data is checked, how sources are verified, and how errors are corrected.
Reviewed by the CalculateThis.ai editorial team. Updates: check back for latest parameters. Tools are for estimation only — verify with current provider terms.