MDURATION function - The function returns the modified term according to Macauley of stock in Excel
MDURATION function - The function returns the Macauley modified term of a security with an initial assumption of $ 100 in Excel.
The process of investing in securities if you know how to adjust and meet the right time, you will surely gain quite a profit. The following article introduces the MDURATION function, which helps you capture the timing of stock adjustment over time with a starting level of $ 100.
Description: The Macauley modified return function of a security with an initial assumption of $ 100.
Syntax: MDURATION (settlement, maturity, coupon, yld, frequency, [basis]) .
Inside:
- settlement : the settlement date for securities is the date on which the security is purchased, which is a required parameter.
- maturity : The expiry date of a stock, also known as the maturity date, is a required parameter.
- Coupon : The annual coupon rate of the security, is a required parameter.
- yld : Annual profit of the securities, is a mandatory parameter.
- frequency : The number of times the coupon payment of the stock is required. The following values are available:
+ frequency = 1 => pay by year.
+ frequency = 2 => semi-annual payment.
+ frequency = 4 => payment quarterly.
- basis : As the basis determined to count days, arbitrary parameters. The following values are available:
+ basis = 0 => US date counting basis (NASD) 30/360: Number of days in a month is 30, number of days in a year is 360.
+ basis = 1 => The basis of counting days is the actual number of days in the month / the actual number of days per year.
+ basis = 2: The number of actual months / Days in the year is 360.
+ basis = 3: The actual number of days in the month / The number of days in the year is 365.
+ basis = 4: Number of days in the month is 30 / Number of days in the year is 360 according to European standards.
Attention:
- If settlement, maturity, frequency and basic are decimal => will be cut into whole numbers.
- If settlement, maturity is not a valid date => The function returns the value #VALUE !.
- If yld The function returns the value #NUM !.
- If basic 4 => the function returns the #NUM! Error.
- If settlement> = maturity => the function returns the #NUM !.
For example:
Calculating the deadline for adjusting securities when knowing the following parameters:
Result:
The above is the meaning and usage of the MDURATION function, which will hopefully be helpful for you.
Good luck!
You should read it
- CHISQ.TEST function - The function returns the independence test in Excel
- OR function in Excel, how to use the OR function, and examples
- COUPNCD - The function returns the next coupon date in Excel
- FORECAST function - The function returns a value along a linear trend in Excel
- GAMMA function - The function returns the gamma function value in Excel
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- PHI function - The function returns the value of the density function for a normal distribution in Excel
May be interested
- FTEST function - The function returns the result of an F-Test in Excelthe following article details how to use ftest - the function returns the result of an f-test. in statistical probability, the determination of the correctness and the deviation between two data samples is a regular and extremely important job.
- PV function - Function that gives the current value of the investor in Excelthe following article contains detailed instructions for the pv function to help you determine the current value of the investor.
- COUPNUM function - The function returns the number of interest payments on a security in Excelin the process of investing in securities, paying special interest is very important. it helps you calculate and plan a reasonable calculation and investment. the following article details the coupnum function - the function returns the number of interest payments of securities in excel.
- DURATION function - The function returns the periodic periodic interest payments in Excelthe following article details how to use the duration function to determine the period of periodic interest payment.
- EFFECT function - The function of calculating the annual real interest rate in Excelthe following article details how to use the effect function - the annual real interest rate calculation function which is very helpful for accountants and offices.
- NORMDIST function - The function returns the normal distribution with the standard deviation and the average value specified in Excelthe following article details the normdist function - the function returns the normal distribution in excel.