Financial Functions Flashcards
FV(rate, nper, pmt[, pv[, type]])
Calculates the future value of an investment based on a constant interest rate. You can use FV with either periodic, constant payments, and/or a single lump sum payment.
ISPMT(rate, per, nper, pv)
Calculates the interest paid (or received) for the specified period of a loan (or investment) with even principal payments.
PMT(rate, nper, pv[, fv[, type]])
Calculates the payment for a loan based on constant payments and a constant interest rate.
PV(rate, nper, pmt[, fv[, type]])
Calculates the present value of a loan or an investment, based on a constant interest rate. You can use PV with either periodic, constant payments (such as a mortgage or other loan), and/or a future value that’s your investment goal.
DOLLARFR(decimal_dollar, fraction)
Converts a dollar price expressed as a decimal number into a dollar price expressed as an integer part and a fraction part, such as 1.02. Fractional dollar numbers are sometimes used for security prices.
DOLLARDE(fractional_dollar, fraction)
Converts a dollar price expressed as an integer part and a fraction part, such as 1.02, into a dollar price expressed as a decimal number. Fractional dollar numbers are sometimes used for security prices.
RRI(nper, pv, fv)
Returns an equivalent interest rate for the growth of an investment.
ACCRINTM(issue, maturity, rate, par[, basis])
Returns the accrued interest for a security that pays interest at maturity.
ACCRINT(issue, first_interest, settlement, rate, par, frequency[, basis[, calc_method]])
Returns the accrued interest for a security that pays periodic interest.
RECEIVED(settlement, maturity, investment, discount[, basis])
Returns the amount received at maturity for a fully invested security.
YIELDDISC(settlement, maturity, pr, redemption[, basis])
Returns the annual yield for a discounted security.
YIELDMAT(settlement, maturity, issue, rate, pr[, basis])
Returns the annual yield of a security that pays interest at maturity.
TBILLEQ(settlement, maturity, discount)
Returns the bond-equivalent yield for a Treasury bill.
CUMIPMT(rate, nper, pv, start_period, end_period, type)
Returns the cumulative interest paid on a loan between start_period and end_period.
CUMPRINC(rate, nper, pv, start_period, end_period, type)
Returns the cumulative principal paid on a loan between start_period and end_period.
AMORLINC(cost, date_purchased, first_period, salvage, period, rate[, basis])
Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account.
AMORDEGRC(cost, date_purchased, first_period, salvage, period, rate[, basis])
Returns the depreciation for each accounting period. This function is provided for the French accounting system. If an asset is purchased in the middle of the accounting period, the prorated depreciation is taken into account. The function is similar to AMORLINC, except that a depreciation coefficient is applied in the calculation depending on the life of the assets.
DDB(cost, salvage, life, period[, factor])
Returns the depreciation of an asset for a specified period using the double-declining balance method or some other method you specify.
DB(cost, salvage, life, period[, month])
Returns the depreciation of an asset for a specified period using the fixed-declining balance method.
VDB(cost, salvage, life, start_period, end_period[, factor[, no_switch]])
Returns the depreciation of an asset for any period you specify, including partial periods, using the double-declining balance method or some other method you specify. VDB stands for variable declining balance.