View source: R/d05b_computingModifDurationUsingMacDuration.R
modifDurationUsingMacDuration | R Documentation |
Calculates Modified Duration using the Macaulay Duration and Yield-To-Maturity.
modifDurationUsingMacDuration(macDuration, ytm)
macDuration |
A number. |
ytm |
A number. |
According to information provided by Adams and Smith (2019), the method modifDurationUsingMacDuration()
is developed to calculate Modified Duration using the Macaulay Duration and Yield-To-Maturity.
Input values to two arguments macDuration
and ytm
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
Adams,J.F. & Smith,D.J.(2019). Understanding Fixed‑Income Risk and Return. In CFA Program Curriculum 2020 Level I Volumes 1-6. (Vol. 5, pp. 237-299). Wiley Professional Development (P&T). ISBN 9781119593577, https://bookshelf.vitalsource.com/books/9781119593577
modifDurationUsingMacDuration(macDuration=12.6213,ytm=0.06/2) modifDurationUsingMacDuration(macDuration=7.0029,ytm=0.104)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.