Break-Even
break_evenUnits and revenue needed to cover costs — and how much pricing moves it. Classic cost-volume-profit analysis: contribution margin, break-even units and revenue, margin of safety if you supply current volume, and the leverage a price change has on all of it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Price per unit | |
| fixedCosts | No | Fixed costs / month Rent, salaries, software — costs that don’t vary with volume. | |
| currentUnits | No | Current monthly units Optional — adds margin-of-safety analysis. | |
| variableCost | No | Variable cost per unit Materials, shipping, payment fees — costs incurred per unit sold. |