MDURATION is a DAX function that returns the modified Macauley duration for a security with an assumed par value of $100.
Syntax
MDURATION(
Settlement,
Maturity,
Coupon,
Yld,
Frequency,
Basis
)
Argument | Properties | Description |
---|---|---|
Settlement | The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer. | |
Maturity | The security’s maturity date. The maturity date is the date when the security expires. | |
Coupon | The security’s annual coupon rate. | |
Yld | The security’s annual yield. | |
Frequency | The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4. | |
Basis | Optional | The type of day count basis to use. |