Package | Description |
---|---|
org.drip.param.definition | |
org.drip.param.market | |
org.drip.product.creator | |
org.drip.product.credit | |
org.drip.product.fx | |
org.drip.service.env |
Modifier and Type | Method and Description |
---|---|
abstract CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
ScenarioMarketParams.creditFlatBump(BasketProduct bp,
boolean bBump)
Get the Map of credit Flat Bumped Curves for the given Basket Product
|
abstract CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer>> |
ScenarioMarketParams.creditTenorBump(BasketProduct bp,
boolean bBump)
Get the double map of credit Tenor bumped curves for each credit curve for the given Basket Product
|
abstract CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
ScenarioMarketParams.fundingFlatBump(BasketProduct bp,
boolean bBump)
Get the Map of Funding Parallel Bumped Curves for the given Basket Product
|
abstract CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer>> |
ScenarioMarketParams.fundingTenorBump(BasketProduct bp,
boolean bBump)
Get the Double Map of Funding Tenor Bumped Curves for each Funding Curve for the given Basket Product
|
abstract CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
ScenarioMarketParams.recoveryFlatBump(BasketProduct bp,
boolean bBump)
Get the map of Recovery Flat Bumped Curves for the given Basket Product
|
abstract CurveSurfaceQuoteContainer |
ScenarioMarketParams.scenarioMarketParams(BasketProduct bp,
java.lang.String strScenario)
Get the Market Parameters for the given basket product and the scenario
|
Modifier and Type | Method and Description |
---|---|
CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
CurveSurfaceScenarioContainer.creditFlatBump(BasketProduct bp,
boolean bBump) |
CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer>> |
CurveSurfaceScenarioContainer.creditTenorBump(BasketProduct bp,
boolean bBump) |
CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
CurveSurfaceScenarioContainer.fundingFlatBump(BasketProduct bp,
boolean bBump) |
CaseInsensitiveTreeMap<CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer>> |
CurveSurfaceScenarioContainer.fundingTenorBump(BasketProduct bp,
boolean bBump) |
CaseInsensitiveTreeMap<CurveSurfaceQuoteContainer> |
CurveSurfaceScenarioContainer.recoveryFlatBump(BasketProduct bp,
boolean bBump) |
CurveSurfaceQuoteContainer |
CurveSurfaceScenarioContainer.scenarioMarketParams(BasketProduct bp,
java.lang.String strScenario) |
Modifier and Type | Method and Description |
---|---|
static BasketProduct |
BondBasketBuilder.CreateBondBasket(java.lang.String strName,
Bond[] aBond,
double[] adblWeights)
BondBasket constructor
|
static BasketProduct |
CDSBasketBuilder.MakeBasketDefaultSwap(Component[] aComp)
Create the basket default swap from an array of the credit components.
|
static BasketProduct |
CDSBasketBuilder.MakeCDX(JulianDate dtEffective,
JulianDate dtMaturity,
double dblCoupon,
java.lang.String strIR,
java.lang.String[] astrCC,
double[] adblWeight,
java.lang.String strName)
Create the named CDX from effective, maturity, coupon, IR curve name, credit curve name set, and their
weights.
|
static BasketProduct |
CDSBasketBuilder.MakeCDX(JulianDate dtEffective,
JulianDate dtMaturity,
double dblCoupon,
java.lang.String strIR,
java.lang.String[] astrCC,
java.lang.String strName)
Create the named CDX from effective, maturity, coupon, IR curve name, credit curve name set.
|
Modifier and Type | Class and Description |
---|---|
class |
BondBasket
BondBasket implements the bond basket product contract details.
|
class |
CDSBasket
CDSBasket implements the basket default swap product contract details.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentPair
ComponentPair contains the implementation of the dual cross currency components.
|
Modifier and Type | Method and Description |
---|---|
static BasketProduct |
StandardCDXManager.GetOnTheRun(java.lang.String strIndex,
JulianDate dt,
java.lang.String strTenor)
Retrieve the on-the-run for the index and tenor corresponding to the specified date
|
static BasketProduct |
StandardCDXManager.MakeStandardCDX(java.lang.String strIndex,
int iSeries,
java.lang.String strTenor)
Create a standard CDX from the index code, the index series, and the tenor.
|