Class DateDiscountCurvePair

java.lang.Object
org.drip.service.api.DateDiscountCurvePair

public class DateDiscountCurvePair
extends java.lang.Object
DateDiscountCurvePair contains the COB/Discount Curve Pair, and the corresponding computed outputs.



Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    DateDiscountCurvePair​(JulianDate dt, MergedDiscountForwardCurve dc, java.util.List<java.lang.String> lsstrDump)
    DateDiscountCurvePair constructor
  • Method Summary

    Modifier and Type Method Description
    JulianDate date()
    Retrieve the COB
    MergedDiscountForwardCurve dc()
    Retrieve the Discount Curve
    java.util.List<java.lang.String> output()
    Retrieve the Output Dump

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DateDiscountCurvePair

      public DateDiscountCurvePair​(JulianDate dt, MergedDiscountForwardCurve dc, java.util.List<java.lang.String> lsstrDump) throws java.lang.Exception
      DateDiscountCurvePair constructor
      Parameters:
      dt - The COB
      dc - The COB Discount Curve
      lsstrDump - List of Output String Dump
      Throws:
      java.lang.Exception - Thrown if the Inputs are invalid
  • Method Details

    • date

      public JulianDate date()
      Retrieve the COB
      Returns:
      The COB
    • dc

      Retrieve the Discount Curve
      Returns:
      The Discount Curve
    • output

      public java.util.List<java.lang.String> output()
      Retrieve the Output Dump
      Returns:
      The Output Dump