public class FundingCurveMetrics
extends java.lang.Object
| Constructor and Description |
|---|
FundingCurveMetrics(JulianDate dtClose)
FundingCurveMetrics Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNativeForwardRate(java.lang.String strInTenor,
java.lang.String strForTenor,
double dblForwardRate)
Add the Native Forward Rate for the specified In/For Start/Forward Tenors
|
JulianDate |
close()
Retrieve the Closing Date
|
double |
nativeForwardRate(java.lang.String strInTenor,
java.lang.String strForTenor)
Retrieve the Native Forward Rate given the In/For Tenors
|
public FundingCurveMetrics(JulianDate dtClose) throws java.lang.Exception
dtClose - The Closing Datejava.lang.Exception - Thrown if Inputs are Invalidpublic JulianDate close()
public boolean addNativeForwardRate(java.lang.String strInTenor,
java.lang.String strForTenor,
double dblForwardRate)
strInTenor - "In" Start TenorstrForTenor - "For" Forward TenordblForwardRate - Forward Ratepublic double nativeForwardRate(java.lang.String strInTenor,
java.lang.String strForTenor)
throws java.lang.Exception
strInTenor - "In" Start TenorstrForTenor - "For" Forward Tenorjava.lang.Exception - Thrown if the Inputs are Invalid