Expression Editor Functions - Financial Category
Function |
Description of Returned Value |
---|---|
AccrIntM |
Returns the accrued interest for a security that pays interest at maturity. Format: AccrIntM(issue, settlement, rate[, par[, basis]]) Where:
The basis can be one of the following calculation options:
|
Compound |
Returns the compound amount, based on the principal and interest rate per period over the specified number of periods. Format: Compound(principal, interest, periods) |
CoupDays |
Returns the number of days in the coupon period which contains the settlement date. Format: CoupDays(settlement, maturity, frequency[, basis]) Where:
|
CoupDaysBS |
Returns the number of days from the beginning of the coupon period to the settlement date. Format: CoupDaysBS(settlement, maturity, frequency[, basis]) |
CoupDaysNC |
Returns the number of days from the settlement date to the next coupon date. Format: CoupDaysNC(settlement, maturity, frequency[, basis]) |
CoupNCD |
Returns the next coupon date after the settlement date. Format: CoupNCD(settlement, maturity, frequency[, basis]) |
CoupNum |
Returns the number of coupons payable between the settlement date and maturity date. Format: CoupNum(settlement, maturity, frequency[, basis]) |
CoupPCD |
Returns the previous coupon date before the settlement date. Format: CoupPCD(settlement, maturity, frequency[, basis]) |
DB |
Returns the depreciation of an asset for a specified period using the fixed-declining balance method. Format: DB(cost, salvage, life, period[, month]) Where:
|
Disc |
Returns the discount rate for a security. Format: Disc(settlement, maturity, price, redemption[, basis]) Where:
|
DollarDe |
Returns a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number. Format: DollarDe(fractional_dollar, fraction) Where:
Example: Use DollarDe to convert fractional dollar numbers, such as securities prices, to decimal numbers. |
Effect |
Returns the effective annual interest rate. Format: Effect(nominal_rate, npery) Where:
|
Fv |
Returns the future value of an annuity, based on the payments per period, interest rate period, and the number of periods. Format: Fv(payment, rate, periods) Where:
|
IntRate |
Returns the interest rate for a fully invested security. Format: IntRate(settlement, maturity, investment, redemption) |
Nominal |
Returns the annual nominal interest rate. Format: Nominal(effect_rate, npery) Where:
|
Pmt |
Returns the amount of payment required to pay off a loan or mortgage at the given principal, interest rate per period, and number of periods. Format: Pmp(principal, rate, periods) Where:
|
Price |
Returns the price per $100 face value of a security that pays periodic interest. Format: Price(settlement, maturity, rate, yield, redemption, frequency[, basis]) Where:
|
PriceDisc |
Returns the price per $100 face value of a discounted security. Format: PriceDisc(settlement, maturity, discount, redemption[, basis]) |
PriceMat |
Returns the price per $100 face value of a security that pays interest at maturity. Format: PriceMat(settlement, maturity, discount, redemption[, basis]) |
Pv |
Returns the present value of an annuity, based on the amount of the payment, the interest rate per period, and the number of periods. Format: Pv(payment, rate, periods) |
Received |
Returns the amount received at maturity for a fully invested security. Format: Received(settlement, maturity, investment, discount[, basis]) |
SYD |
Returns the sum-of-years' digits depreciation of an asset for a specified period. Format: SYD(cost, salvage, life, per) Where:
|
TBillEQ |
Returns the bond-equivalent yield for a treasury bill. Format: TBillEQ(settlement, maturity, discount) Where:
|
TBillPrice |
Returns the price per $100 face value for a treasury bill. Format: TBillPrice(settlement, maturity, discount) |
TBilYield |
Returns the yield for a treasury bill. Format: TBilYield(settlement, maturity, pr) Where:
|
Yield |
Returns the yield on a security that pays periodic interest. Format: Yield(settlement, maturity, rate, pr, redemption, frequency[, basis]) Where:
|