public class MarketMeasureRollDown
extends java.lang.Object
Constructor and Description |
---|
MarketMeasureRollDown(double dblInnate)
MarketMeasureRollDown Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(java.lang.String strHorizon,
double dblHorizonRollDown)
Add the Custom Horizon Market Measure Roll Down Metric Value
|
CaseInsensitiveHashMap<java.lang.Double> |
horizon()
Retrieve the Roll Down Horizon Metric Map
|
double |
horizon(java.lang.String strHorizon)
Retrieve the Horizon Market Metric
|
double |
innate()
Retrieve the Innate Roll Down Market Measure
|
public MarketMeasureRollDown(double dblInnate) throws java.lang.Exception
dblInnate
- The Native Roll Down Market Metricjava.lang.Exception
- Thrown if Inputs are Invalidpublic double innate()
public boolean add(java.lang.String strHorizon, double dblHorizonRollDown)
strHorizon
- The Custom HorizondblHorizonRollDown
- The Custom Horizon Market Measure Roll Down Metric Valuepublic double horizon(java.lang.String strHorizon) throws java.lang.Exception
strHorizon
- The Horizonjava.lang.Exception
- Thrown if the Inputs are Invalidpublic CaseInsensitiveHashMap<java.lang.Double> horizon()