Package | Description |
---|---|
org.drip.analytics.curve | |
org.drip.analytics.definition | |
org.drip.analytics.support | |
org.drip.param.definition | |
org.drip.param.market |
Modifier and Type | Method and Description |
---|---|
Curve |
DerivedZeroCurve.createTweakedCurve(NodeTweakParams ntp) |
Curve |
DerivedFXForwardCurve.createTweakedCurve(NodeTweakParams ntp) |
Curve |
DerivedFXBasisCurve.createTweakedCurve(NodeTweakParams ntp) |
DiscountCurve |
CalibratedDiscountCurve.createTweakedCurve(NodeTweakParams ntp) |
CreditCurve |
CalibratedCreditCurve.createTweakedCurve(NodeTweakParams ntp) |
Modifier and Type | Method and Description |
---|---|
Curve |
Curve.createTweakedCurve(NodeTweakParams ntp)
Creates the curve from the tweaked parameters
|
Modifier and Type | Method and Description |
---|---|
static double[] |
AnalyticsHelper.BumpNTPNode(double[] adblQuotesIn,
NodeTweakParams ntp)
Bump the node (or the given set of nodes) in accordance with the specified tweak parameters
|
Modifier and Type | Class and Description |
---|---|
class |
CreditNodeTweakParams
This class contains the place holder for the credit curve scenario tweak parameters, for a given measure,
for either a specific curve node, or the entire curve (flat).
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
CreditScenarioCurve.cookCustomCC(java.lang.String strName,
java.lang.String strCustomName,
ValuationParams valParams,
DiscountCurve dc,
DiscountCurve dcTSY,
DiscountCurve dcEDSF,
double[] adblQuotes,
double dblRecovery,
java.lang.String[] astrCalibMeasure,
java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings,
QuotingParams quotingParams,
boolean bFlat,
NodeTweakParams ntpDC,
NodeTweakParams ntpTSY,
NodeTweakParams ntpEDSF,
NodeTweakParams ntpCC)
Cook the credit curve according to the desired tweak parameters
|
abstract boolean |
RatesScenarioCurve.cookCustomDC(java.lang.String strCurveName,
java.lang.String strCustomName,
ValuationParams valParams,
DiscountCurve dcTSY,
DiscountCurve dcEDSF,
double[] adblQuotes,
java.lang.String[] astrCalibMeasure,
java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings,
QuotingParams quotingParams,
NodeTweakParams ntpTSY,
NodeTweakParams ntpEDSF,
NodeTweakParams ntpDC)
Cooks a custom discount curve according to the desired tweak parameters
|
Modifier and Type | Method and Description |
---|---|
boolean |
CreditCurveScenarioContainer.cookCustomCC(java.lang.String strName,
java.lang.String strCustomName,
ValuationParams valParams,
DiscountCurve dc,
DiscountCurve dcTSY,
DiscountCurve dcEDSF,
double[] adblQuotes,
double dblRecovery,
java.lang.String[] astrCalibMeasure,
java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings,
QuotingParams quotingParams,
boolean bFlat,
NodeTweakParams ntpDC,
NodeTweakParams ntpTSY,
NodeTweakParams ntpEDSF,
NodeTweakParams ntpCC) |
boolean |
RatesCurveScenarioContainer.cookCustomDC(java.lang.String strCurveName,
java.lang.String strCustomName,
ValuationParams valParams,
DiscountCurve dcTSY,
DiscountCurve dcEDSF,
double[] adblQuotes,
java.lang.String[] astrCalibMeasure,
java.util.Map<JulianDate,java.util.Map<java.lang.String,java.lang.Double>> mmFixings,
QuotingParams quotingParams,
NodeTweakParams ntpTSY,
NodeTweakParams ntpEDSF,
NodeTweakParams ntpDC) |