Nominal
Contents
Description
Minimum Origin Version Required: 2019 SR0
This function is used to calculate the nominal annual interest rate, given the effective rate erate and the number of compounding periods per year npery.
Nominal function is related to Effect function, their relationship is shown in the following equation:
Syntax
double Nominal( double erate, int npery)
Parameters
erate
- The effective interest rate. erate > 0
nprey
- The number of compounding periods per year. npery >= 1
Example
aa=0.05; bb=4; Nominal(aa, bb) = ; // returns 0.0490889
/math-05addf8b8609c8e001cca63226c77815.png)