Documentation of 'org.jquantlib.termstructures.LocalBootstrap' Java class
LocalBootstrap
org.jquantlib.termstructures

Class LocalBootstrap<Curve extends PiecewiseYieldCurve>



  • public class LocalBootstrap<Curve extends PiecewiseYieldCurve>
    extends java.lang.Object
    Localised-term-structure bootstrapper for most curve types.

    This algorithm enables a localised fitting for non-local interpolation methods. As in the similar class (IterativeBootstrap) the input term structure is solved on a number of market instruments which are passed as a vector of handles to BootstrapHelper instances. Their maturities mark the boundaries of the interpolated segments. Unlike the IterativeBootstrap class, the solution for each interpolated segment is derived using a local approximation. This restricts the risk profile s.t. the risk is localised. Therefore, we obtain a local IR risk profile whilst using a smoother interpolation method. Particularly good for the convex-monotone spline method.

    • Constructor Detail

      • LocalBootstrap

        public LocalBootstrap()
      • LocalBootstrap

        public LocalBootstrap(int localisation)
      • LocalBootstrap

        public LocalBootstrap(int localisation,
                              boolean forcePositive)
    • Method Detail

      • setup

        public void setup(Curve ts)
      • calculate

        public void calculate()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.