Финансовые functions

[ ] indicates optional parameters

TTBILLEQ(settlement_date, maturity_date, discount)
АМГД(стоимость, ликвидная_стоимость, жизнь, период)
АМОРУВ(cost, purchase_date, first_period_date, salvage, period, rate, [basis])
АМОРУМ(cost, purchase_date, first_period_date, salvage, period, rate, [basis])
АМР(стоимость, ликвидная_стоимость, время_амортизации)
БЗ(норма, число_периодов, [выплата], [нз], [тип])
БЗРАСПИС(principal, schedule_range)
ВНДОХ(значения, [предположение])
ДАТАКУПОНДО(settlement_date, maturity_date, frequency, [basis])
ДАТАКУПОНПОСЛЕ(settlement_date, maturity_date, frequency, [basis])
ДДОБ(стоимость, остаточная_стоимость, время_эксплуатации, период, [коэффициент])
ДЛИТ(settlement_date, maturity_date, coupon, yield, frequency, [basis])
ДНЕЙКУПОН(settlement_date, maturity_date, frequency, [basis])
ДНЕЙКУПОНДО(settlement_date, maturity_date, frequency, [basis])
ДНЕЙКУПОНПОСЛЕ(settlement_date, maturity_date, frequency, [basis])
ДОБ(стоимость, остаточная_стоимость, время_эксплуатации, период, [месяц])
ДОХОД(settlement_date, maturity_date, rate, price, redemption, frequency, [basis])
ДОХОДКЧЕК(settlement_date, maturity_date, price)
ДОХОДПЕРВНЕРЕГ(settlement_date, maturity_date, issue_date, first_coupon_date, rate, price, redemption, frequency, [basis])
ДОХОДПОГАШ(settlement_date, maturity_date, issue_date, rate, price, [basis])
ДОХОДПОСЛНЕРЕГ(settlement_date, maturity_date, last_coupon_date, rate, price, redemption, frequency, [basis])
ДОХОДСКИДКА(settlement_date, maturity_date, price, redemption, [basis])
ИНОРМА(settlement_date, maturity_date, investment_amount, redemption_amount, [basis])
КПЕР(норма, выплата, нз, [бс], [тип])
МВСД(значения, финансовая_норма, реинвест_норма)
МДЛИТ(settlement_date, maturity_date, coupon, yield, frequency, [basis])
НАКОПДОХОД(issue_date, first_interest_date, settlement_date, rate, par, frequency, [basis])
НАКОПДОХОДПОГАШ(issue_date, maturity_date, rate, [par], [basis])
НОМИНАЛ(effect_rate, npery)
НОРМА(кпер, выплата, нз, [бс], [тип], [предположение])
НПЗ(норма, значение1, [значение2, ...])
ОБЩДОХОД(норма, кпер, нз, нач_период, кон_период, тип)
ОБЩПЛАТ(норма, кпер, нз, нач_период, кон_период, тип)
ОСНПЛАТ(норма, период, кпер, тс, [бс], [тип])
ПДОБ(ликв_стоимость, ост_стоим, время_полн_аморт, нач_период, кон_период, [коэффициент], [без_переключений])
ПЗ(норма, кпер, [выплата], [бс], [тип])
ПЛПРОЦ(норма, период, кпер, тс, [бс], [тип])
ПОЛУЧЕНО(settlement_date, maturity_date, investment, discount, [basis])
ППЛАТ(норма, кпер, [нз], [бс], [тип])
ПРОЦПЛАТ(норма, период, кпер, тс)
РУБЛЬ.ДЕС(fractional_dollar, fraction)
РУБЛЬ.ДРОБЬ(decimal_dollar, fraction)
СКИДКА(settlement_date, maturity_date, pr, redemption, [basis])
ЦЕНА(settlement_date, maturity_date, rate, yield, redemption, frequency, [basis])
ЦЕНАКЧЕК(settlement_date, maturity_date, discount)
ЦЕНАПЕРВНЕРЕГ(settlement_date, maturity_date, issue_date, first_coupon_date, rate, yield, redemption, frequency, [basis])
ЦЕНАПОГАШ(settlement_date, maturity_date, issue_date, rate, yield, [basis])
ЦЕНАПОСЛНЕРЕГ(settlement_date, maturity_date, last_coupon_date, rate, yield, redemption, frequency, [basis])
ЦЕНАСКИДКА(settlement_date, maturity_date, discount, redemption, [basis])
ЧИСЛКУПОН(settlement_date, maturity_date, frequency, [basis])
ЧИСТВНДОХ(значения, dates_range, [предположение])
ЧИСТНЗ(норма, значения, dates_range)
ЭФФЕКТ(nominal_rate, npery)


Финансовые functions

TTBILLEQ(settlement_date, maturity_date, discount)

Returns the bond-equivalent yield for a treasury bill.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
discountThe discount rate.


АМГД(стоимость, ликвидная_стоимость, жизнь, период)

Returns the sum of years depreciation.

стоимостьThe cost.
ликвидная_стоимостьThe salvage value.
жизньThe total number of periods.
периодThe period for which you want the depreciation.


АМОРУВ(cost, purchase_date, first_period_date, salvage, period, rate, [basis])

Returns the depreciation for each accounting period.

costThe cost.
purchase_dateThe purchase date.
first_period_dateThe end date of the first period.
salvageThe salvage value.
periodThe period for which you want to calculate the depreciation.
rateThe depreciation rate.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


АМОРУМ(cost, purchase_date, first_period_date, salvage, period, rate, [basis])

Returns the depreciation for each accounting period.

costThe cost.
purchase_dateThe purchase date.
first_period_dateThe end date of the first period.
salvageThe salvage value.
periodThe period for which you want to calculate the depreciation.
rateThe depreciation rate.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


АМР(стоимость, ликвидная_стоимость, время_амортизации)

Returns the straight line depreciation.

стоимостьThe cost.
ликвидная_стоимостьThe salvage value.
время_амортизацииThe total number of periods.


БЗ(норма, число_периодов, [выплата], [нз], [тип])

Returns the future value of an investment at a fixed rate.

нормаThe interest rate per period.
число_периодовThe total number of periods.
выплатаThe payment amount each period. If this parameter is omitted it is assumed to be zero.
нзThe present value. If this parameter is omitted it is assumed to be zero.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


БЗРАСПИС(principal, schedule_range)

Returns the future value of an investment at a variable rate.

principalThe initial value of the investment.
schedule_rangeThe list (array or reference) of interest rates to be applied.


ВНДОХ(значения, [предположение])

Returns the internal rate of return.

значенияThe list (array or reference) of payment and income values.
предположениеThe estimated rate of return. If this parameter is omitted it defaults to 0.1.


ДАТАКУПОНДО(settlement_date, maturity_date, frequency, [basis])

Returns the coupon date before the settlement date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДАТАКУПОНПОСЛЕ(settlement_date, maturity_date, frequency, [basis])

Returns the next coupon date after the settlement date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДДОБ(стоимость, остаточная_стоимость, время_эксплуатации, период, [коэффициент])

Returns the depreciation in a specified period using the double declining balance method.

стоимостьThe cost.
остаточная_стоимостьThe salvage value.
время_эксплуатацииThe total number of periods.
периодThe period number for which to calculate depreciation.
коэффициентThe rate at which the balance declines. If this parameter is omitted it defaults to 2.


ДЛИТ(settlement_date, maturity_date, coupon, yield, frequency, [basis])

Returns the Macauley duration for a value of $100.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
couponThe interest rate.
yieldThe annual yield rate.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДНЕЙКУПОН(settlement_date, maturity_date, frequency, [basis])

Returns the number of days in the coupon period that contains the settlement date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДНЕЙКУПОНДО(settlement_date, maturity_date, frequency, [basis])

Returns the number of days from the beginning of the coupon period to the settlement date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДНЕЙКУПОНПОСЛЕ(settlement_date, maturity_date, frequency, [basis])

Returns the number of days from the settlement date to the next coupon date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДОБ(стоимость, остаточная_стоимость, время_эксплуатации, период, [месяц])

Returns the depreciation in a specified period using the fixed declining balance method.

стоимостьThe cost.
остаточная_стоимостьThe salvage value.
время_эксплуатацииThe total number of periods.
периодThe period number for which to calculate depreciation.
месяцThe number of months in the first year. If this parameter is omitted it defaults to 12.


ДОХОД(settlement_date, maturity_date, rate, price, redemption, frequency, [basis])

Returns the yield on a security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
rateThe annual coupon rate.
priceThe price per $100.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДОХОДКЧЕК(settlement_date, maturity_date, price)

Returns the yield for a treasury bill.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
priceThe price per $100.


ДОХОДПЕРВНЕРЕГ(settlement_date, maturity_date, issue_date, first_coupon_date, rate, price, redemption, frequency, [basis])

Returns the yield of a security having an odd (short or long) first period.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
issue_dateThe issue date.
first_coupon_dateThe first coupon date.
rateThe annual coupon rate.
priceThe price per $100.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДОХОДПОГАШ(settlement_date, maturity_date, issue_date, rate, price, [basis])

Returns the annual yield of a security that pays interest at maturity.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
issue_dateThe issue date.
rateThe interest rate.
priceThe price per $100.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДОХОДПОСЛНЕРЕГ(settlement_date, maturity_date, last_coupon_date, rate, price, redemption, frequency, [basis])

Returns the yield of a security having an odd (short or long) last period.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
last_coupon_dateThe last coupon date.
rateThe annual coupon rate.
priceThe price per $100.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ДОХОДСКИДКА(settlement_date, maturity_date, price, redemption, [basis])

Returns the annual yield for a discounted security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
priceThe price per $100.
redemptionThe redemption value per $100.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ИНОРМА(settlement_date, maturity_date, investment_amount, redemption_amount, [basis])

Returns the interest rate for a fully invested security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
investment_amountThe initial value.
redemption_amountThe final value.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


КПЕР(норма, выплата, нз, [бс], [тип])

Returns the number of periods required for an investment.

нормаThe interest rate per period.
выплатаThe payment amount per period.
нзThe present value.
бсThe future value. If this parameter is omitted it defaults to 0.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


МВСД(значения, финансовая_норма, реинвест_норма)

Returns the modified internal rate of return.

значенияThe list (array or reference) of payment and income values.
финансовая_нормаThe interest rate on the payment values.
реинвест_нормаThe interest rate on the income values.


МДЛИТ(settlement_date, maturity_date, coupon, yield, frequency, [basis])

Returns the modified Macauley duration for a value of $100.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
couponThe interest rate.
yieldThe annual yield rate.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


НАКОПДОХОД(issue_date, first_interest_date, settlement_date, rate, par, frequency, [basis])

Returns accrued interest for a security that pays periodic interest.

issue_dateThe issue date.
first_interest_dateThe first interest date.
settlement_dateThe settlement date.
rateThe annual coupon rate.
parThe par value.
frequencyThe number of interest payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


НАКОПДОХОДПОГАШ(issue_date, maturity_date, rate, [par], [basis])

Returns accrued interest for a security that pays interest at maturity.

issue_dateThe issue date.
maturity_dateThe maturity date.
rateThe annual coupon rate.
parThe par value. If this parameter is omitted it defaults to 1000.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


НОМИНАЛ(effect_rate, npery)

Returns the nominal annual interest rate.

effect_rateThe effective annual interest rate.
nperyThe number of compound interest payments per year.


НОРМА(кпер, выплата, нз, [бс], [тип], [предположение])

Returns the interest rate per period of an annuity.

кперThe total number of periods.
выплатаThe payment amount each period.
нзThe present value.
бсThe future value. If this parameter is omitted it is assumed to be zero.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.
предположениеThe estimated rate of return. If this parameter is omitted it defaults to 0.1.


НПЗ(норма, значение1, [значение2, ...])

Returns the net present value of an investment.

нормаThe discount rate per period.
значение1, ...The payment and income amounts.


ОБЩДОХОД(норма, кпер, нз, нач_период, кон_период, тип)

Returns the cumulative principal paid on a loan in the specified periods.

нормаThe interest rate.
кперThe total number of periods.
нзThe present value.
нач_периодThe first period number for which to calculate interest.
кон_периодThe last period number for which to calculate interest.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.


ОБЩПЛАТ(норма, кпер, нз, нач_период, кон_период, тип)

Returns the cumulative interest paid on a loan in the specified periods.

нормаThe interest rate.
кперThe total number of periods.
нзThe present value.
нач_периодThe first period number for which to calculate interest.
кон_периодThe last period number for which to calculate interest.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.


ОСНПЛАТ(норма, период, кпер, тс, [бс], [тип])

Returns the payment on the principal for a specified period.

нормаThe interest rate per period.
периодThe period for which you want the payment amount.
кперThe total number of periods.
тсThe present value of the loan.
бсThe future value of the loan. If this parameter is omitted it defaults to 0.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


ПДОБ(ликв_стоимость, ост_стоим, время_полн_аморт, нач_период, кон_период, [коэффициент], [без_переключений])

Returns the depreciation in a specified range of periods using the variable declining balance method.

ликв_стоимостьThe cost.
ост_стоимThe salvage value.
время_полн_амортThe total number of periods.
нач_периодThe first period number for which to calculate depreciation.
кон_периодThe last period number for which to calculate depreciation.
коэффициентThe rate at which the balance declines. If this parameter is omitted it defaults to 2.
без_переключенийSpecifies whether to switch to straight-line depreciation when the straight-line depreciation is greater than the declining balance depreciation. The possible values are:
ЛОЖЬSwitch to straight-line depreciation.
ИСТИНАDo not switch to straight-line depreciation.
If this parameter is omitted it defaults to ЛОЖЬ.


ПЗ(норма, кпер, [выплата], [бс], [тип])

Returns the present value of an investment at a fixed rate.

нормаThe interest rate per period.
кперThe total number of periods.
выплатаThe payment amount each period. If this parameter is omitted it is assumed to be zero.
бсThe future value. If this parameter is omitted it is assumed to be zero.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


ПЛПРОЦ(норма, период, кпер, тс, [бс], [тип])

Returns the interest payment for a given period.

нормаThe interest rate per period.
периодThe period for which you want the interest amount.
кперThe total number of periods.
тсThe present value.
бсThe future value. If this parameter is omitted it is assumed to be zero.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


ПОЛУЧЕНО(settlement_date, maturity_date, investment, discount, [basis])

Returns the amount received at maturity for a fully invested security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
investmentThe investment amount.
discountThe discount rate.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ППЛАТ(норма, кпер, [нз], [бс], [тип])

Returns the payment amount for a loan.

нормаThe interest rate per period.
кперThe total number of periods.
нзThe present value of the loan. If this parameter is omitted it defaults to 0.
бсThe future value of the loan. If this parameter is omitted it defaults to 0.
типThe timing of the payment. The possible values are:
0Payment is made at the end of each period.
1Payment is made at the start of each period.
If this parameter is omitted it defaults to 0.


ПРОЦПЛАТ(норма, период, кпер, тс)

Returns the interest payment for a given period.

нормаThe interest rate per period.
периодThe period for which you want the interest amount.
кперThe total number of periods.
тсThe present value.


РУБЛЬ.ДЕС(fractional_dollar, fraction)

Returns the decimal equivalent of a dollar price expressed as a fraction.

fractional_dollarThe value expressed as a fraction.
fractionThe fraction denominator.


РУБЛЬ.ДРОБЬ(decimal_dollar, fraction)

Returns the fraction equivalent of a dollar price expressed as a decimal.

decimal_dollarThe value expressed as a decimal.
fractionThe fraction denominator.


СКИДКА(settlement_date, maturity_date, pr, redemption, [basis])

Returns the discount rate for a security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
prThe price per $100 value.
redemptionThe redemption per $100 value.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЦЕНА(settlement_date, maturity_date, rate, yield, redemption, frequency, [basis])

Returns the price per $100 of a security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
rateThe annual coupon rate.
yieldThe annual yield rate.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЦЕНАКЧЕК(settlement_date, maturity_date, discount)

Returns the price per $100 for a treasury bill.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
discountThe discount rate.


ЦЕНАПЕРВНЕРЕГ(settlement_date, maturity_date, issue_date, first_coupon_date, rate, yield, redemption, frequency, [basis])

Returns the price per $100 face value of a security having an odd (short or long) first period.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
issue_dateThe issue date.
first_coupon_dateThe first coupon date.
rateThe annual coupon rate.
yieldThe annual yield rate.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЦЕНАПОГАШ(settlement_date, maturity_date, issue_date, rate, yield, [basis])

Returns the price per $100 of a security that pays interest at maturity.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
issue_dateThe issue date.
rateThe interest rate.
yieldThe annual yield rate.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЦЕНАПОСЛНЕРЕГ(settlement_date, maturity_date, last_coupon_date, rate, yield, redemption, frequency, [basis])

Returns the price per $100 face value of a security having an odd (short or long) last period.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
last_coupon_dateThe last coupon date.
rateThe annual coupon rate.
yieldThe annual yield rate.
redemptionThe redemption value per $100.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЦЕНАСКИДКА(settlement_date, maturity_date, discount, redemption, [basis])

Returns the price per $100 of a discounted security.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
discountThe discount rate.
redemptionThe redemption value per $100.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЧИСЛКУПОН(settlement_date, maturity_date, frequency, [basis])

Returns the number of coupon periods between the settlement date and the maturity date.

settlement_dateThe settlement date.
maturity_dateThe maturity date.
frequencyThe number of coupon payments per year. Should be 1, 2 or 4.
basisThe method used to represent the number of days in the period versus the number of days in a year. The possible values are:
0US (NASD) 30/360
1Actual/actual
2Actual/360
3Actual/365
4European 30/360
If this parameter is omitted it defaults to 0.


ЧИСТВНДОХ(значения, dates_range, [предположение])

Returns the internal rate of return.

значенияThe list (array or reference) of payment and income values.
dates_rangeThe list (array or reference) of the dates of the payment and income values.
предположениеThe estimated rate of return. If this parameter is omitted it defaults to 0.1.


ЧИСТНЗ(норма, значения, dates_range)

Returns the net present value of an investment.

нормаThe discount rate per period.
значенияThe list (array or reference) of payment and income values.
dates_rangeThe list (array or reference) of the dates of the payment and income values.


ЭФФЕКТ(nominal_rate, npery)

Returns the effective annual interest rate.

nominal_rateThe nominal annual interest rate.
nperyThe number of compound interest payments per year.