EFFECT

EFFECT(arg1, arg2) → { number | string | boolean }

Returns the effective annual interest rate.

Parameters:

Name Type Description
arg1 any

Is the nominal interest rate.

arg2 any

Is the number of compounding periods per year.

Returns:

Type
number | string | boolean