QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Frequency enumeration. More...
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
Enumerations | |
enum | Frequency { NoFrequency = -1 , Once = 0 , Annual = 1 , Semiannual = 2 , EveryFourthMonth = 3 , Quarterly = 4 , Bimonthly = 6 , Monthly = 12 , EveryFourthWeek = 13 , Biweekly = 26 , Weekly = 52 , Daily = 365 , OtherFrequency = 999 } |
Frequency of events. More... | |
Frequency enumeration.
Definition in file frequency.hpp.