public class GovvieTreasuryMarksReconstitutor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
s_astrOutputBenchmarkTenor
The Standard Treasury Market Yield Re-constitution Benchmark Tenors
|
static double |
s_dblScaler
The Standard Treasury Input Calibration Manifest Measure Scaler
|
static java.lang.String |
s_strCalibrationMeasure
The Standard Treasury Input Calibration Manifest Measure
|
| Constructor and Description |
|---|
GovvieTreasuryMarksReconstitutor() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RegularizeBenchmarkMarks(java.lang.String strTreasuryType,
java.util.Map<JulianDate,java.util.Map<java.lang.Double,java.lang.Double>> mapClosingMarks)
Re-constitute the Horizon Benchmark Marks
|
static boolean |
RegularizeBenchmarkMarks(java.lang.String strTreasuryType,
java.util.Map<JulianDate,java.util.Map<java.lang.Double,java.lang.Double>> mapClosingMarks,
java.lang.String strManifestMeasure,
java.lang.String[] astrOutputBenchmarkTenor)
Re-constitute the Horizon Benchmark Marks
|
static boolean |
RegularizeBenchmarkMarks(java.lang.String strMarksLocation,
java.lang.String strTreasuryType)
Re-constitute the Horizon Benchmark Marks
|
public static final java.lang.String s_strCalibrationMeasure
public static final double s_dblScaler
public static final java.lang.String[] s_astrOutputBenchmarkTenor
public static final boolean RegularizeBenchmarkMarks(java.lang.String strTreasuryType,
java.util.Map<JulianDate,java.util.Map<java.lang.Double,java.lang.Double>> mapClosingMarks,
java.lang.String strManifestMeasure,
java.lang.String[] astrOutputBenchmarkTenor)
strTreasuryType - The Treasury TypemapClosingMarks - Map of the Dates Closing MarksstrManifestMeasure - The Govvie Curve Calibration Manifest MeasureastrOutputBenchmarkTenor - Tenors of the Output Benchmark Desiredpublic static final boolean RegularizeBenchmarkMarks(java.lang.String strTreasuryType,
java.util.Map<JulianDate,java.util.Map<java.lang.Double,java.lang.Double>> mapClosingMarks)
strTreasuryType - The Treasury TypemapClosingMarks - Map of the Dates Closing Markspublic static final boolean RegularizeBenchmarkMarks(java.lang.String strMarksLocation,
java.lang.String strTreasuryType)
strMarksLocation - The Location of the CSV Marks FilestrTreasuryType - The Treasury Type