Class FinancePpmtEx1

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

public class FinancePpmtEx1 extends Object

Computes the payment on principal the first year of a loan.

The payment on the principal the first year on a 25 year, $100,000 loan is calculated. The loan is at 8%.
See Also:
  • Constructor Details

    • FinancePpmtEx1

      public FinancePpmtEx1()
  • Method Details

    • main

      public static void main(String[] args)