Bootstrap interest-rate curve from market data
creates a data structure for storing interest-rate term structure data. The
outCurve
= irbootstrap(BootInstruments
,Settle
)outCurve
output is a ratecurve
object.
specifies options using one or more name-value pair arguments in addition to any of the
input argument combinations in the previous syntax. For example, outCurve
= irbootstrap(___,Name,Value
)OutCurve =
irbootstrap("zero",BootInstruments,Settle,'Compounding',2,'Basis',5,'InterpMethod',"cubic")
bootstraps a zero curve from BootInstruments
.