#include <qle/instruments/convertiblebond2.hpp>
Collaboration diagram for ConvertibleBond2::CallabilityData:Public Types | |
| enum class | ExerciseType { OnThisDate , FromThisDateOn } |
| enum class | PriceType { Clean , Dirty } |
Public Attributes | |
| Date | exerciseDate |
| ExerciseType | exerciseType |
| Real | price |
| PriceType | priceType |
| bool | includeAccrual |
| bool | isSoft |
| Real | softTriggerRatio |
Definition at line 48 of file convertiblebond2.hpp.
|
strong |
| Enumerator | |
|---|---|
| OnThisDate | |
| FromThisDateOn | |
Definition at line 49 of file convertiblebond2.hpp.
|
strong |
| Enumerator | |
|---|---|
| Clean | |
| Dirty | |
Definition at line 50 of file convertiblebond2.hpp.
| Date exerciseDate |
Definition at line 51 of file convertiblebond2.hpp.
| ExerciseType exerciseType |
Definition at line 52 of file convertiblebond2.hpp.
| Real price |
Definition at line 53 of file convertiblebond2.hpp.
| PriceType priceType |
Definition at line 54 of file convertiblebond2.hpp.
| bool includeAccrual |
Definition at line 55 of file convertiblebond2.hpp.
| bool isSoft |
Definition at line 56 of file convertiblebond2.hpp.
| Real softTriggerRatio |
Definition at line 57 of file convertiblebond2.hpp.