calculate_break_even
Break-even point: units to sell to cover fixed costs. Contribution margin, target profit analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixedCosts | Yes | Fixed costs | |
| pricePerUnit | Yes | Price per unit | |
| targetProfit | No | Target profit | |
| variableCostPerUnit | Yes | Variable cost per unit |