| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
QuantLib.Prices
Documentation
Price types
Call price
Constructors
| DirtyPrice | |
| CleanPrice | |
Instances
| Eq CallPrice # | |
| Ord CallPrice # | |
| Show CallPrice # | |
data IntervalPrice #
Interval price
Instances
| Eq IntervalPrice # | |
Defined in QuantLib.Prices Methods (==) :: IntervalPrice -> IntervalPrice -> Bool # (/=) :: IntervalPrice -> IntervalPrice -> Bool # | |
| Show IntervalPrice # | |
Defined in QuantLib.Prices Methods showsPrec :: Int -> IntervalPrice -> ShowS # show :: IntervalPrice -> String # showList :: [IntervalPrice] -> ShowS # | |