ZeroYield
function evaluations a zero-coupon yield based. See also http://www.mathworks.com/access/helpdesk/help/toolbox/finfixed/zeroyield.html## S3 method for class 'default':
ZeroYield(price, faceAmount,
issueDate, maturityDate,
dayCounter=2, frequency=2,
compound=0, businessDayConvention=4)
## S3 method for class 'Bond':
plotundefined
## S3 method for class 'Bond':
printundefined
## S3 method for class 'Bond':
summaryundefined
ZeroYield
function returns an object of class
ZeroYield
(which inherits from class
Bond
). It contains a list with the following
components:QuantLib
. ZeroYield(90, 100, as.Date("1993-6-24"), as.Date("1993-11-1"))
Run the code above in your browser using DataLab