| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
QuantLib.Methods.Pricer
Synopsis
- data MaxMinClosePricer = MMCP {}
- newtype LastPointPricer = LastPointPricer Double
- newtype LogLastPointPricer = LogLastPointPricer Double
Documentation
data MaxMinClosePricer #
Instances
| Show MaxMinClosePricer # | |
Defined in QuantLib.Methods.Pricer Methods showsPrec :: Int -> MaxMinClosePricer -> ShowS # show :: MaxMinClosePricer -> String # showList :: [MaxMinClosePricer] -> ShowS # | |
| PathPricer MaxMinClosePricer # | |
Defined in QuantLib.Methods.Pricer Methods ppPrice :: MaxMinClosePricer -> Path -> MaxMinClosePricer # | |
newtype LastPointPricer #
This pricer gets the last point of path
Constructors
| LastPointPricer Double |
Instances
| PathPricer LastPointPricer # | |
Defined in QuantLib.Methods.Pricer Methods ppPrice :: LastPointPricer -> Path -> LastPointPricer # | |
newtype LogLastPointPricer #
This pricer estimates the log of difference between start and end of process
Constructors
| LogLastPointPricer Double |
Instances
| PathPricer LogLastPointPricer # | |
Defined in QuantLib.Methods.Pricer Methods ppPrice :: LogLastPointPricer -> Path -> LogLastPointPricer # | |