public class ForwardDecompositionUtil
extends java.lang.Object
| Constructor and Description |
|---|
ForwardDecompositionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static CalibratableComponent[] |
CalibratableFixedIncomeComponentForwardArray(CalibratableComponent rc)
Decompose the Rates Component into an Array of Single Forward Rates Components
|
static CalibratableComponent[] |
DualStreamForwardArray(DualStreamComponent dsc)
Decompose the Dual Stream Component into an Array of Single Forward Period Dual Streams
|
static Stream[] |
SinglePeriodStreamDecompose(Stream fs,
int iNumPeriodsToAccumulate)
Decompose the Stream into an Array of Single Forward Period Floating Streams
|
public static final Stream[] SinglePeriodStreamDecompose(Stream fs, int iNumPeriodsToAccumulate)
fs - The StreamiNumPeriodsToAccumulate - Number of Forward Periods to roll into onepublic static final CalibratableComponent[] DualStreamForwardArray(DualStreamComponent dsc)
dsc - The Dual Streampublic static final CalibratableComponent[] CalibratableFixedIncomeComponentForwardArray(CalibratableComponent rc)
rc - The Rates Component