Term structures


Detailed Description

The abstract class QuantLib::TermStructure provides the common interface to concrete term structure models. Among others, methods are declared which return instantaneous forward rate, discount factor, and zero rate at a given date. Adapter classes are provided which already implement part of the required methods, thus allowing the programmer to define only the non-redundant part. The PiecewiseConstantForwards class is provided as an example in the ql/TermStructures directory.


Classes

class  TermStructure
 Interest-rate term structure. More...

class  ZeroYieldStructure
 Zero yield term structure. More...

class  DiscountStructure
 Discount factor term structure. More...

class  ForwardRateStructure
 Forward rate term structure. More...

class  DiscountCurve
 Term structure based on loglinear interpolation of discount factors. More...

class  FlatForward
 Flat interest-rate curve. More...

class  ForwardSpreadedTermStructure
 Term structure with added spread on the instantaneous forward rate. More...

class  ImpliedTermStructure
 Implied term structure at a given date in the future. More...

class  PiecewiseFlatForward
 Piecewise flat forward term structure. More...

class  ZeroCurve
 Term structure based on linear interpolation of zero yields. More...

class  ZeroSpreadedTermStructure
 Term structure with an added spread on the zero yield rate. More...


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen