Skip to content

Commit

Permalink
include annualNetCashFlow, annualNetIncome in yearly breakdown plan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 9, 2024
1 parent c94af9d commit dccebc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/modules/calculations/cost.calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ export class CostCalculator {
creditsIssuedPlan,
cumulativeNetIncomePlan,
cumulativeNetIncomeCapexOpex,
annualNetCashFlow,
annualNetIncome,
});

const yearlyBreakdown: YearlyBreakdown[] = [];
Expand Down

0 comments on commit dccebc7

Please sign in to comment.