public class QuotedSpreadInterpreter extends MeasureInterpreter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONV_CDS
Conventional CDS Contract
|
static java.lang.String |
SNAC_CDS
SNAC CDS Contract
|
static java.lang.String |
STEM_CDS
STEM CDS Contract
|
| Constructor and Description |
|---|
QuotedSpreadInterpreter(java.lang.String strCDSContractType,
double dblCouponStrike)
QuotedSpreadInterpreter constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cdsContractType()
Retrieve the CDS Contract Type
|
double |
couponStrike()
Retrieve the Coupon Strike
|
public static final java.lang.String SNAC_CDS
public static final java.lang.String CONV_CDS
public static final java.lang.String STEM_CDS
public QuotedSpreadInterpreter(java.lang.String strCDSContractType,
double dblCouponStrike)
throws java.lang.Exception
strCDSContractType - The CDS Contract TypedblCouponStrike - The Coupon Strikejava.lang.Exception - Thrown if the Inputs are Invalid