public class OvernightIndexMarksReconstitutor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
s_astrMaturityTenor
The Standard Overnight Swap Maturity Tenors
|
static double |
s_dblScaler
The Standard Overnight Input Calibration Manifest Measure Scaler
|
Constructor and Description |
---|
OvernightIndexMarksReconstitutor() |
Modifier and Type | Method and Description |
---|---|
static boolean |
RegularizeMarks(java.lang.String strCurrency,
java.util.Map<JulianDate,InstrumentSetTenorQuote> mapISTQ,
int iLatentStateType)
Dump the Regularized Marks of the ISTQ Map
|
static boolean |
ShapePreservingRegularization(java.lang.String strCurrency,
java.lang.String strMarksLocation)
Re-constitute the Horizon Quote Marks Using a Shape Preserving Re-constructor
|
static boolean |
SmoothRegularization(java.lang.String strCurrency,
java.lang.String strMarksLocation)
Re-constitute the Horizon Quote Marks Using a Smooth Re-constructor
|
public static final double s_dblScaler
public static final java.lang.String[] s_astrMaturityTenor
public static final boolean RegularizeMarks(java.lang.String strCurrency, java.util.Map<JulianDate,InstrumentSetTenorQuote> mapISTQ, int iLatentStateType)
strCurrency
- CurrencymapISTQ
- The ISTQ MapiLatentStateType
- SHAPE PRESERVING/SMOOTHpublic static final boolean ShapePreservingRegularization(java.lang.String strCurrency, java.lang.String strMarksLocation)
strCurrency
- CurrencystrMarksLocation
- The Location of the CSV Marks Filepublic static final boolean SmoothRegularization(java.lang.String strCurrency, java.lang.String strMarksLocation)
strCurrency
- CurrencystrMarksLocation
- The Location of the CSV Marks File