Finance[GetLocalVolatility] - compute the local volatility at the given node of a binomial/trinomial tree
|
Calling Sequence
|
|
GetLocalVolatility(T, i, j, r)
|
|
Parameters
|
|
T
|
-
|
binomial or trinomial tree data structure
|
i
|
-
|
positive integer; time step
|
j
|
-
|
positive integer; node index
|
r
|
-
|
discount rate
|
|
|
|
|
Description
|
|
•
|
The GetLocalVolatility command returns the local volatility for node j at level i of the tree T. See GetDescendants for more details about node indexing.
|
|
|
Compatibility
|
|
•
|
The Finance[GetLocalVolatility] command was introduced in Maple 15.
|
|
|
See Also
|
|
Finance[BinomialTree], Finance[BlackScholesBinomialTree], Finance[BlackScholesTrinomialTree], Finance[GetDescendants], Finance[GetProbabilities], Finance[GetUnderlying], Finance[ImpliedBinomialTree], Finance[ImpliedTrinomialTree], Finance[SetProbabilities], Finance[SetUnderlying], Finance[TrinomialTree]
|
|
Download Help Document
Was this information helpful?