Package org.drip.service.api
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.
- Module = Computational Core Module
- Library = Computation Support
- Project = Environment, Product/Definition Containers, and Scenario/State Manipulation APIs
- Package = Horizon Roll Attribution Service API
- 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 COBMergedDiscountForwardCurve
dc()
Retrieve the Discount Curvejava.util.List<java.lang.String>
output()
Retrieve the Output DumpMethods 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.ExceptionDateDiscountCurvePair constructor- Parameters:
dt
- The COBdc
- The COB Discount CurvelsstrDump
- List of Output String Dump- Throws:
java.lang.Exception
- Thrown if the Inputs are invalid
-
-
Method Details
-
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
-