Package | Description |
---|---|
org.drip.product.credit | |
org.drip.product.definition | |
org.drip.service.api |
Modifier and Type | Method and Description |
---|---|
ExerciseInfo |
BondComponent.calcNextValidExerciseDateOfType(JulianDate dt,
boolean bGetPut) |
ExerciseInfo |
BondComponent.calcNextValidExerciseInfo(JulianDate dt) |
Modifier and Type | Method and Description |
---|---|
abstract ExerciseInfo |
Bond.calcNextValidExerciseDateOfType(JulianDate dt,
boolean bGetPut)
Returns the next exercise info of the given exercise type (call/put) subsequent to the specified date
|
abstract ExerciseInfo |
Bond.calcNextValidExerciseInfo(JulianDate dt)
Returns the next exercise info subsequent to the specified date
|
Modifier and Type | Method and Description |
---|---|
static ExerciseInfo |
CreditAnalytics.NextExerciseInfo(java.lang.String strBondId,
JulianDate dt)
Returns the next valid exercise info (post notice period adjustments) subsequent to the specified date
|