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

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)
 

Detailed Description

Compounding enumeration.

Definition in file compounding.hpp.