FVSCHEDULE

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

Returns the future value of an initial principal after applying a series of compound interest rates.

Parameters:

Name Type Description
arg1 any

Is the present value.

arg2 any

Is an array of interest rates to apply.

Returns:

Type
number | string | boolean