public class BGMTenorNodeSequence
extends java.lang.Object
Constructor and Description |
---|
BGMTenorNodeSequence(BGMForwardTenorSnap[] aBFTS)
BGMTenorNodeSequence Constructor
|
Modifier and Type | Method and Description |
---|---|
double[] |
continuousForwardRateIncrements()
Retrieve the Array of Tenor Instantaneous Continuously Compounded Forward Rate Increments
|
int[] |
dates()
Retrieve the Array of Tenor Dates
|
double[] |
discountFactorIncrements()
Retrieve the Array of Tenor Discount Factor Increments
|
double[] |
discountFactors()
Retrieve the Array of Tenor Discount Factors
|
double[] |
instantaneousEffectiveForwardRates()
Retrieve the Array of Tenor Instantaneous Effective Annual Forward Rate
|
double[] |
instantaneousNominalForwardRates()
Retrieve the Array of Tenor Instantaneous Nominal Annual Forward Rate
|
double[] |
liborRateIncrements()
Retrieve the Array of Tenor LIBOR Rate Increments
|
double[] |
liborRates()
Retrieve the Array of Tenor LIBOR Rates
|
double[] |
spotRateIncrements()
Retrieve the Array of Tenor Spot Rate Increments
|
java.lang.String |
toString() |
public BGMTenorNodeSequence(BGMForwardTenorSnap[] aBFTS) throws java.lang.Exception
aBFTS
- Array of the BGM Forward Tenor Snap Instancesjava.lang.Exception
- Thrown if the Inputs are Invalidpublic int[] dates()
public double[] liborRates()
public double[] liborRateIncrements()
public double[] discountFactors()
public double[] discountFactorIncrements()
public double[] instantaneousEffectiveForwardRates()
public double[] instantaneousNominalForwardRates()
public double[] continuousForwardRateIncrements()
public double[] spotRateIncrements()
public java.lang.String toString()
toString
in class java.lang.Object