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