QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Enumerations
compounding.hpp File Reference

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...
 

Detailed Description

Compounding enumeration.

Definition in file compounding.hpp.