| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Q.Options.ImpliedVol
Documentation
module Q.Types
module Q.Options
newtype LogRelStrike Source #
Instances
newtype AbsRelStrike Source #
Instances
newtype MoneynessForwardStrike Source #
Constructors
| MoneynessForward Double |
Instances
newtype LogMoneynessForwardStrike Source #
Constructors
| LogMoneynessForward Double |
Instances
newtype MoneynessSpotStrike Source #
Constructors
| MoneynessSpot Double |
Instances
newtype LogMoneynessSpotStrike Source #
Constructors
| LogMoneynessSpot Double |
Instances
Instances
Constructors
| Normal | |
| LogNormal | |
| ShiftedLogNormal VolShift |
Instances
| Eq VolType Source # | |
| Read VolType Source # | |
| Show VolType Source # | |
| Generic VolType Source # | |
| type Rep VolType Source # | |
Defined in Q.Options.ImpliedVol type Rep VolType = D1 ('MetaData "VolType" "Q.Options.ImpliedVol" "HQu-0.0.0.3-JHSOnnZVr6N493rESVt36s" 'False) (C1 ('MetaCons "Normal" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "LogNormal" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ShiftedLogNormal" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 VolShift)))) | |