Search
Preparing search index...
The search index is not available
quantlib.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"ql/pricingengines/vanilla/mcdigitalengine"
DigitalPathPricer
Class DigitalPathPricer<ValueType>
Type parameters
ValueType
Hierarchy
PathPricer
<
Path
>
DigitalPathPricer
Implements
UnaryFunction
<
Path
,
ValueType
>
Index
Constructors
constructor
Methods
f
Constructors
constructor
new
Digital
Path
Pricer
(
payoff
:
CashOrNothingPayoff
, exercise
:
AmericanExercise
, discountTS
:
Handle
<
YieldTermStructure
>
, diffProcess
:
StochasticProcess1D
, sequenceGen
:
ursg_type
)
:
DigitalPathPricer
Parameters
payoff:
CashOrNothingPayoff
exercise:
AmericanExercise
discountTS:
Handle
<
YieldTermStructure
>
diffProcess:
StochasticProcess1D
sequenceGen:
ursg_type
Returns
DigitalPathPricer
Methods
f
f
(
p
:
Path
)
:
ValueType
Parameters
p:
Path
Returns
ValueType
Globals
"ql/pricingengines/vanilla/mcdigitalengine"
Digital
Path
Pricer
constructor
f
MCDigital
Engine
MakeMCDigital
Engine