Skip to content

Commit

Permalink
minor correction to cashflow table
Browse files Browse the repository at this point in the history
  • Loading branch information
cortespea committed Jan 9, 2024
1 parent 4489d88 commit 89238e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biosteam/_tea.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ def get_cashflow_table(self):
LI[:start] = L[:start] * interest # Interest still needs to be payed

taxable_cashflow = S - C - D - LP
if pay_interest_during_construction: taxable_cashflow[:start] -= LI[:start]
nontaxable_cashflow = D + L - C_FC - C_WC
else:
taxable_cashflow = S - C - D
Expand Down

0 comments on commit 89238e2

Please sign in to comment.