Class FinanceCumipmtEx1

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

public class FinanceCumipmtEx1 extends Object

Computes the amount of interest paid in the first year of a 30 year fixed mortgage.

The amount of interest paid in the first year of a 30 year fixed rate mortgage is computed. The amount financed is $200,000 at an interest rate of 7.25% for 30 years.
See Also:
  • Constructor Details

    • FinanceCumipmtEx1

      public FinanceCumipmtEx1()
  • Method Details

    • main

      public static void main(String[] args)