Class FinanceEffectEx1

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

public class FinanceEffectEx1 extends Object

Computes the effective rate from a nominal rate compounded quarterly.

In this example the effective interest rate is computed given that the nominal rate is 6.0% and that the interest will be compounded quarterly.
See Also:
  • Constructor Details

    • FinanceEffectEx1

      public FinanceEffectEx1()
  • Method Details

    • main

      public static void main(String[] args)