|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Compounding enumeration. More...
#include <ql/errors.hpp>Go to the source code of this file.
Namespaces | |
| namespace | QuantLib |
Enumerations | |
| enum | Compounding { Simple = 0 , Compounded = 1 , Continuous = 2 , SimpleThenCompounded , CompoundedThenSimple } |
| Interest rate coumpounding rule. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Compounding &compounding) |
Compounding enumeration.
Definition in file compounding.hpp.