Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FinancedPurchaseSavings

import type { FinancedPurchaseSavings } from "https://googleapis.deno.dev/v1/solar:v1.ts";

Cost and benefit of using a loan to buy a particular configuration of solar panels with a particular electricity usage.

interface FinancedPurchaseSavings {
annualLoanPayment?: Money;
loanInterestRate?: number;
rebateValue?: Money;
savings?: SavingsOverTime;
}

§Properties

§
annualLoanPayment?: Money
[src]

Annual loan payments.

§
loanInterestRate?: number
[src]

The interest rate on loans assumed in this set of calculations.

§
rebateValue?: Money
[src]

The value of all tax rebates (including Federal Investment Tax Credit (ITC)).

§

How much is saved (or not) over the lifetime period.