| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Q.Time.DayCounter
Synopsis
- class DayCounter m where
- data Thirty360
Documentation
class DayCounter m where Source #
Day counter type class
Methods
Arguments
| :: m | |
| -> String | Name of the day counter. |
Thirty day counters as in QuantLib
Constructors
| ThirtyUSA | |
| ThirtyEuropean | |
| ThirtyItalian |
Instances
| Eq Thirty360 Source # | |
| Read Thirty360 Source # | |
| Show Thirty360 Source # | |
| Generic Thirty360 Source # | |
| DayCounter Thirty360 Source # | |
| type Rep Thirty360 Source # | |
Defined in Q.Time.DayCounter type Rep Thirty360 = D1 ('MetaData "Thirty360" "Q.Time.DayCounter" "HQu-0.0.0.3-JHSOnnZVr6N493rESVt36s" 'False) (C1 ('MetaCons "ThirtyUSA" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "ThirtyEuropean" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ThirtyItalian" 'PrefixI 'False) (U1 :: Type -> Type))) | |