QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Compounding enumeration. More...
#include <ql/qldefines.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... | |
Compounding enumeration.
Definition in file compounding.hpp.