|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Restructuring type. More...
#include <defaulttype.hpp>
Collaboration diagram for Restructuring:Public Types | |
| enum | Type { NoRestructuring = 0 , ModifiedRestructuring , ModifiedModifiedRestructuring , FullRestructuring , AnyRestructuring , XR = NoRestructuring , MR = ModifiedRestructuring , MM = ModifiedModifiedRestructuring , CR = FullRestructuring } |
Restructuring type.
Definition at line 84 of file defaulttype.hpp.
| enum Type |
| Enumerator | |
|---|---|
| NoRestructuring | |
| ModifiedRestructuring | |
| ModifiedModifiedRestructuring | |
| FullRestructuring | |
| AnyRestructuring | |
| XR | |
| MR | |
| MM | |
| CR | |
Definition at line 85 of file defaulttype.hpp.