public class FundingFixFloatMarksReconstitutor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
s_astrDepositTenor
The Standard Deposit Maturity Tenors
|
static java.lang.String[] |
s_astrFixFloatTenor
The Standard Fix Float Maturity Tenors
|
static double |
s_dblScaler
The Standard Funding Input Calibration Manifest Measure Scaler
|
| Constructor and Description |
|---|
FundingFixFloatMarksReconstitutor() |
| 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_astrDepositTenor
public static final java.lang.String[] s_astrFixFloatTenor
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