Package | Description |
---|---|
org.drip.analytics.cashflow | |
org.drip.analytics.output |
Modifier and Type | Method and Description |
---|---|
ConvexityAdjustment |
CompositePeriod.terminalConvexityAdjustment(int iValueDate,
CurveSurfaceQuoteContainer csqs)
Compute the Convexity Adjustment for the composable periods that use geometric compounding using the
specified value date using the market data provided
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConvexityAdjustment> |
CompositePeriod.periodWiseConvexityAdjustment(int iValueDate,
CurveSurfaceQuoteContainer csqs)
Compute the Convexity Adjustment for the composable periods that use arithmetic compounding using the
specified value date using the market data provided
|
Modifier and Type | Method and Description |
---|---|
ConvexityAdjustment |
UnitPeriodConvexityMetrics.convAdj()
Retrieve the Convexity Adjustment
|
ConvexityAdjustment |
BulletMetrics.convexityAdjustment()
Retrieve the Terminal Convexity Adjustment
|
Constructor and Description |
---|
BulletMetrics(int iTerminalDate,
int iPayDate,
double dblNotional,
double dblSurvival,
double dblDF,
double dblFX,
ConvexityAdjustment convAdj,
CreditLabel creditLabel,
FundingLabel fundingLabel,
FXLabel fxLabel)
BulletMetrics Constructor
|
UnitPeriodConvexityMetrics(int iStartDate,
int iEndDate,
ConvexityAdjustment convAdj)
UnitPeriodConvexityMetrics constructor
|
UnitPeriodMetrics(int iStartDate,
int iEndDate,
double dblDCF,
double dblRate,
ConvexityAdjustment convAdj)
UnitPeriodMetrics constructor
|