The Oracle
quantity
equation
( principal * ( apr / 100 ) / periods ) / ( 1 - ( 1 + ( apr / 100 ) / periods ) ^ ( - periods * years ) ) * periods / 12
description
SET
fidelity
apr
min
max
float
int
log
intlog
type
periods
min
max
float
int
log
intlog
type
principal
min
max
int
float
log
intlog
type
years
min
max
int
float
log
intlog
type
SAVE
monthly_payment = ( principal * ( apr / 100 ) / periods ) / ( 1 - ( 1 + ( apr / 100 ) / periods ) ^ ( - periods * years ) ) * periods / 12
HiPlot
Loading HiPlot...
HiPlot needs JavaScript to run