Skip to content

Commit

Permalink
Enhancing the code
Browse files Browse the repository at this point in the history
  • Loading branch information
brownolivia34 committed Mar 30, 2024
1 parent bc80777 commit 83f093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/finmodels/lbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def calculate_free_cash_flows(self):
Returns:
- list: Projected free cash flows for each year.
"""

# Simplified example: Assuming constant free cash flows for demonstration
average_free_cash_flow = 50
free_cash_flows = [average_free_cash_flow] * self.years
return free_cash_flows
Expand Down

0 comments on commit 83f093e

Please sign in to comment.