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