View source: R/d07_computingApproxModifDuration.R
approxModifDuration | R Documentation |
Calculates the Approximate Modified Duration.
approxModifDuration(pvBase, pvPlus, pvMinus, percentChangeYtm)
pvBase |
A number. |
pvPlus |
A number. |
pvMinus |
A number. |
percentChangeYtm |
A number. |
According to information provided by Adams and Smith (2019), the method approxModifDuration()
is developed to calculate the Approximate Modified Duration.
Input values to four arguments pvBase
,pvPlus
,pvMinus
and percentChangeYtm
.
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
approxModifDuration(pvBase=99.956780,pvPlus=100.631781,pvMinus=101.250227,percentChangeYtm=0.0005) approxModifDuration (pvBase=42.223649,pvPlus=42.100694,pvMinus=42.346969,percentChangeYtm=0.0001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.