public class CTDEntry
extends java.lang.Object
| Constructor and Description |
|---|
CTDEntry(Bond bond,
double dblConversionFactor,
double dblForwardPrice)
CTDEntry Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Bond |
bond()
Retrieve the CTD Bond Instance
|
double |
conversionFactor()
Retrieve the CTD Conversion Factor
|
double |
forwardPrice()
Retrieve the CTD Forward Price
|
public CTDEntry(Bond bond, double dblConversionFactor, double dblForwardPrice) throws java.lang.Exception
bond - The Futures CTD BonddblConversionFactor - The CTD Conversion FactordblForwardPrice - The CTD Forward Pricejava.lang.Exception - Thrown if the Inputs are Invalidpublic Bond bond()
public double conversionFactor()
public double forwardPrice()