calculate_wacc_rate
Calculate the weighted average cost of capital (WACC) as a decimal using market value weights for equity and debt, along with tax rate.
Instructions
Calculate WACC as a decimal rate from market-value capital weights.
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 |
|---|---|---|---|
| result | Yes |