Class FinanceVdbEx1

java.lang.Object
com.imsl.test.example.finance.FinanceVdbEx1

public class FinanceVdbEx1 extends Object

Computes the depreciation of an asset using the variable-declining balance method.

The depreciation between the 10th and 15th year of an asset with a life of 15 years, an initial cost of $25000 and a salvage value of $5000 is computed. The variable-declining balance method is used.
See Also:
  • Constructor Details

    • FinanceVdbEx1

      public FinanceVdbEx1()
  • Method Details

    • main

      public static void main(String[] args)