calculate_wacc
Compute the weighted average cost of capital for a company using market values of equity and debt, cost of equity, cost of debt, and tax rate to inform valuation decisions.
Instructions
Calculate weighted average cost of capital from decimal-rate inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tax_rate | Yes | ||
| cost_of_debt | Yes | ||
| cost_of_equity | Yes | ||
| market_value_debt | Yes | ||
| market_value_equity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||