Skip to content

Commit

Permalink
Update formulas to work for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Jan 6, 2024
1 parent 8d0cdc6 commit eb6c885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion financetoolkit/models/intrinsic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_intrinsic_value(
The formula is as follows:
WACC = (Market Value of Equity / Total Market Value) * Cost of Equity +
(Market Value of Debt / Total Market Value) * Cost of Debt * (1 - Corporate Tax Rate)
(Market Value of Debt / Total Market Value) * Cost of Debt * (1 Corporate Tax Rate)
Args:
share_price (float or pd.Series): The price of a single share of a company's stock.
Expand Down

0 comments on commit eb6c885

Please sign in to comment.