(accumulate-by-interest k0 i)
Calculates accumulated value of base value 'k0' and interest 'i'.
Calculates accumulated value of base value 'k0' and interest 'i'.
(accumulated-rates r q m)
Calculates the accumulated rates with interest factor 'q'.
Calculates the accumulated rates with interest factor 'q'.
(accumulated-value k0 q n)
Calculates the accumulated value of a base value 'k0' with interest factor 'q' after 'n' periods.
Calculates the accumulated value of a base value 'k0' with interest factor 'q' after 'n' periods.
(annuity-credit-Km k0 a q m)
Calculates the acummulated costs of a credit for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q' at period 'm'
Calculates the acummulated costs of a credit for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q' at period 'm'
(annuity-factor q n)
Calculates the annuity factor for interest factor 'q' and 'n' periods.
Calculates the annuity factor for interest factor 'q' and 'n' periods.
(annuity-rate k0 q n)
Calculates the annuity rates for a base value 'k0' with interest factor 'q' and 'n' periods.
Calculates the annuity rates for a base value 'k0' with interest factor 'q' and 'n' periods.
(annuity-rate-by-interest k0 i it)
Calculates the annuity rate for a base value 'k0' by the interest 'i'.
Calculates the annuity rate for a base value 'k0' by the interest 'i'.
(annuity-redemption-plan k0 a q)
Calculates an annuity redemption plan for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q'.
Calculates an annuity redemption plan for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q'.
(annuity-rent-Rn r q n)
Calculates the annuity rent for rate 'r', interest factor 'q' and 'n' periods.
Calculates the annuity rent for rate 'r', interest factor 'q' and 'n' periods.
(annuity-term k0 a q)
Calculates the annuity term for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q'
Calculates the annuity term for a base value 'k0' with annuity (redemption) 'a' and interest factor 'q'
(annuity-term-by-interest i it)
Calculates the annuity terms by the interest 'i'.
Calculates the annuity terms by the interest 'i'.
(cash-value kn q n)
Calculates the cash value of a value 'kn' with interest factor 'q' before 'n' periods.
Calculates the cash value of a value 'kn' with interest factor 'q' before 'n' periods.
(discount-by-interest kn i)
Calculates the discounted value of 'kn' and interest 'i'.
Calculates the discounted value of 'kn' and interest 'i'.
(discounted-rates r q m)
Calculates the discounted rates with interest factor 'q'.
Calculates the discounted rates with interest factor 'q'.
(percent x)
Converts a percent value to a decimal value.
Converts a percent value to a decimal value.
(percentage x)
Converts a decimal value to a percent value.
Converts a decimal value to a percent value.
(round-financial precision x)
Returns the value rounded financially according to the given precision
Returns the value rounded financially according to the given precision
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close