Formula Generator - DURATION function
The DURATION function calculates the number of compounding periods required for an investment of a specified present value appreciating at a given rate to reach a target value. It takes into account the settlement date, maturity date, interest rate, yield, compounding frequency, and optional day count convention.How to generate an DURATION formula using AI.
To get the DURATION formula, you can ask the AI chatbot the following question: "What Excel formula can I use to calculate the duration of an investment with a given interest rate, present value, future value, and number of coupon payments per year?"
DURATION formula syntax.
The DURATION function in Excel calculates the Macaulay duration of a security, which is a measure of its price sensitivity to changes in interest rates. The syntax for the DURATION function is: DURATION(settlement, maturity, coupon, yld, frequency, [basis]) - settlement: The settlement date of the security. - maturity: The maturity date of the security. - coupon: The annual coupon rate of the security. - yld: The annual yield of the security. - frequency: The number of coupon payments per year. - [basis]: Optional argument that specifies the day count basis to use for calculations. Note that the settlement and maturity dates should be valid Excel dates, and the coupon, yield, and frequency should be numeric values. The basis argument is optional and defaults to 0 if not provided. The DURATION function returns the Macaulay duration of the security, which represents the weighted average time until the security's cash flows are received. It is expressed in years and can help investors assess the interest rate risk associated with a bond or other fixed-income security.
Investment Duration Calculation
Calculates the number of compounding periods required for an investment of a specified present value appreciating at a given rate to reach a target value.
DURATION(settlement, maturity, rate, yield, frequency, [day_count_convention])
Bond Yield Calculation
Calculates the yield of a bond based on its settlement date, maturity date, coupon rate, price, and redemption value.
YIELD(settlement, maturity, rate, pr, redemption, frequency, [basis])
Loan Amortization Schedule
Generates an amortization schedule for a loan, showing the periodic payment amount, interest paid, principal paid, and remaining balance.