Hello everyone
I noticed something in the examples in the CodeBook. Namely in the example "Discounted_Cash_Flow_Analsis".
In the section "Discounted Cash Flow" the function .npv() from NumPy is used. According to the documentation, the discount rate does not have to be given as a percentage, but as a decimal number (0.05 an not 5%)
In the example in the CodeBook, however, the discount rate (WACC %) is used as a percentage.
Perhaps this could be corrected.