Spaces:
Sleeping
Sleeping
Joseph Spada
commited on
Commit
·
74fbff0
1
Parent(s):
f4a34e2
test
Browse files
app.py
CHANGED
@@ -37,6 +37,8 @@ baseline_revenues = 15928.73
|
|
37 |
|
38 |
def plot_interest_coverage(interest_rate, revenues):
|
39 |
|
|
|
|
|
40 |
# calculate the yearly increase in the interest rate based on the projected interest rate in 2054
|
41 |
interest_rate_yearly_increase = (interest_rate - baseline_interest_rate) / (2054 - 2025) / 100
|
42 |
# calculate the yearly increase in revenues based on the projected interest rate in 2054
|
|
|
37 |
|
38 |
def plot_interest_coverage(interest_rate, revenues):
|
39 |
|
40 |
+
print(revenues)
|
41 |
+
|
42 |
# calculate the yearly increase in the interest rate based on the projected interest rate in 2054
|
43 |
interest_rate_yearly_increase = (interest_rate - baseline_interest_rate) / (2054 - 2025) / 100
|
44 |
# calculate the yearly increase in revenues based on the projected interest rate in 2054
|