Package | Description |
---|---|
org.drip.market.otc | |
org.drip.product.creator | |
org.drip.product.credit | |
org.drip.product.option | |
org.drip.service.template |
Modifier and Type | Method and Description |
---|---|
CreditDefaultSwap |
CreditIndexConvention.indexCDS()
Create an Instance of the Specified Index CDS Product
|
Modifier and Type | Method and Description |
---|---|
static CreditDefaultSwap |
CDSBuilder.CreateCDS(JulianDate dtEffective,
JulianDate dtMaturity,
double dblCoupon,
java.lang.String strCurrency,
CreditSetting cs,
java.lang.String strCalendar,
boolean bAdjustDates)
Create the credit default swap from the effective/maturity dates, coupon, IR curve name, and
component credit valuation parameters.
|
static CreditDefaultSwap |
CDSBuilder.CreateCDS(JulianDate dtEffective,
JulianDate dtMaturity,
double dblCoupon,
java.lang.String strCurrency,
double dblRecovery,
java.lang.String strCredit,
java.lang.String strCalendar,
boolean bAdjustDates)
Create the credit default swap from the effective/maturity dates, coupon, IR curve name, and
credit curve.
|
static CreditDefaultSwap |
CDSBuilder.CreateCDS(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCurrency,
CreditSetting cs,
java.lang.String strCalendar)
Create the credit default swap from the effective date, tenor, coupon, IR curve name, and component
credit valuation parameters.
|
static CreditDefaultSwap |
CDSBuilder.CreateCDS(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCurrency,
java.lang.String strCredit,
java.lang.String strCalendar)
Create the credit default swap from the effective/maturity dates, coupon, IR curve name, and credit
curve.
|
static CreditDefaultSwap |
CDSBuilder.CreateSAPC(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCredit)
Create an Standard Asia Pacific CDS contract with full first stub
|
static CreditDefaultSwap |
CDSBuilder.CreateSNAC(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCredit)
Create an SNAC style CDS contract with full first stub
|
static CreditDefaultSwap |
CDSBuilder.CreateSNAC(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCurrency,
java.lang.String strCredit,
java.lang.String strCalendar)
Create an SNAC style CDS contract with full first stub
|
static CreditDefaultSwap |
CDSBuilder.CreateSTEM(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCredit,
java.lang.String strLocation)
Create an Standard Emerging Market CDS contract with full first stub
|
static CreditDefaultSwap |
CDSBuilder.CreateSTEU(JulianDate dtEffective,
java.lang.String strTenor,
double dblCoupon,
java.lang.String strCredit)
Create an Standard EU CDS contract with full first stub
|
Modifier and Type | Class and Description |
---|---|
class |
CDSComponent
CDSComponent implements the credit default swap product contract details.
|
Constructor and Description |
---|
SpreadCalibrator(CreditDefaultSwap cds,
int iCalibType)
Constructor: Construct the SpreadCalibrator from the CDS parent, and whether the calibration is
off of a single node
|
Constructor and Description |
---|
CDSEuropeanOption(java.lang.String strName,
CreditDefaultSwap cds,
java.lang.String strManifestMeasure,
boolean bIsReceiver,
double dblStrike,
LastTradingDateSetting ltds,
FokkerPlanckGenerator fpg,
CashSettleParams csp)
CDSEuropeanOption constructor
|
Modifier and Type | Method and Description |
---|---|
static CreditDefaultSwap[] |
OTCInstrumentBuilder.CDS(JulianDate dtSpot,
java.lang.String[] astrMaturityTenor,
double[] adblCoupon,
java.lang.String strCurrency,
java.lang.String strCredit)
Create an Array of the OTC CDS Instance.
|
static CreditDefaultSwap |
OTCInstrumentBuilder.CDS(JulianDate dtSpot,
java.lang.String strMaturityTenor,
double dblCoupon,
java.lang.String strCurrency,
java.lang.String strCredit)
Create an Instance of the OTC CDS.
|
Modifier and Type | Method and Description |
---|---|
static CreditCurve |
LatentMarketStateBuilder.CreditCurve(JulianDate dtSpot,
CreditDefaultSwap[] aCDS,
double[] adblQuote,
java.lang.String strMeasure,
MergedDiscountForwardCurve dc)
Construct a Credit Curve from the specified Calibration CDS Instruments
|