AnnualizedCost

Syntax

AnnualizedCost(Capital Cost, Life, Rate, O&M Cost) or
AnnualizedCost(Capital Cost, Life) or

Description

Calculates a real annualized cost that is incurred each year. Annualized costs are calculated from a total capital cost, the lifetime of the device (or loan), and the interest rate charged for the loan. Capital costs are annualized using the Capital Recovery Method, following a similar method to that used for the PMT function  in Microsoft Excel.  An optional annual operating and maintenance (O&M) cost can also be added to the annualized capital costs. The full formula for calculating annualized cost is given as follows:

Parameters

Examples

1. Annualizing a capital cost of $100 over a five-year period at an interest rate of 5% with no O&M costs, yields an annualized cost of $23.10 as follows:

AnnualizedCost(100, 5, 0.05, 0) = 23.10

Note the rate (0.05) could also be written as "5%"

2. Annualizing a capital cost of $100 over a one period at an interest rate of 5% with no $10 O&M costs, yields an annualized cost of $105+$10 = $115 as follows:

AnnualizedCost(100, 1, 0.05, 10) = $115