effDurtnCallableBond {bondAnalyst} | R Documentation |
Calculates the Effective Duration statistic of a Callable Bond.
Description
Calculates the Effective Duration statistic of a Callable Bond.
Usage
effDurtnCallableBond(pvBase, pvPlus, pvMinus, perChangeBenchYtm)
Arguments
pvBase |
A number. |
pvPlus |
A number. |
pvMinus |
A number. |
perChangeBenchYtm |
A number. |
Details
According to information provided by Adams and Smith (2019), the method effDurtnCallableBond()
is developed to calculate the Effective Duration statistic of a Callable Bond.
Value
Input values to four arguments pvBase
,pvPlus
,pvMinus
and perChangeBenchYtm
.
Author(s)
MaheshP Kumar, maheshparamjitkumar@gmail.com
References
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
Examples
effDurtnCallableBond(pvBase=101.060489,pvPlus=99.050120,pvMinus=102.890738,perChangeBenchYtm=0.0025)
[Package bondAnalyst version 1.0.1 Index]