Class BasisSplineBasisCurve

java.lang.Object
org.drip.state.basis.BasisCurve
org.drip.state.curve.BasisSplineBasisCurve
All Implemented Interfaces:
Curve, BasisEstimator, LatentState

public class BasisSplineBasisCurve
extends BasisCurve
BasisSplineBasisCurve manages the Basis Latent State, using the Basis as the State Response Representation. It exports the following functionality:
  • BasisSplineBasisCurve Constructor
  • Calculate implied forward rate / implied forward rate Jacobian

Module Product Core Module
Library Fixed Income Analytics
Project Latent State Inference and Creation Utilities
Package Basis Spline Based Latent States
Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • BasisSplineBasisCurve

      public BasisSplineBasisCurve​(ForwardLabel referenceForwardLabel, ForwardLabel derivedForwardLabel, boolean basisOnReference, Span span) throws java.lang.Exception
      BasisSplineBasisCurve constructor
      Parameters:
      referenceForwardLabel - The Reference Leg Forward Label
      derivedForwardLabel - The Derived Leg Forward Label
      basisOnReference - TRUE - Is the Quoted Basis On the Reference Leg/Derived Leg
      span - The Span over which the Basis Representation is valid
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • basis

      public double basis​(int date) throws java.lang.Exception
      Description copied from interface: BasisEstimator
      Calculate the Basis to the given Date
      Parameters:
      date - Date
      Returns:
      The Basis
      Throws:
      java.lang.Exception - Thrown if the Basis cannot be calculated
    • jackDForwardDManifestMeasure

      public WengertJacobian jackDForwardDManifestMeasure​(java.lang.String manifestMeasure, int date)
      Description copied from class: BasisCurve
      Retrieve the Manifest Measure Jacobian of the Forward Rate to the given date
      Specified by:
      jackDForwardDManifestMeasure in class BasisCurve
      Parameters:
      manifestMeasure - Manifest Measure
      date - Date
      Returns:
      The Manifest Measure Jacobian of the Forward Rate to the given date