| Financial Derivatives Toolbox™ | ![]() |
Options = derivset(Options, 'Parameter1',
Value1,
... 'Parameter4', Value4)
Options = derivset(OldOptions, NewOptions)
Options = derivset
derivset
Options | (Optional) Existing options specification structure, probably created from a previous call to derivset. |
The parameter must be 'Diagnostics', 'Warnings', 'ConstRate', or 'BarrierMethod'. Parameters can be entered in any order. | |
(BDT, BK, HJM, or HW pricing only) The parameter values for the following three options can be 'on' or 'off':
For pricing barrier options, the 'BarrierMethod' pricing option can be 'unenhanced' (default) or 'interp'. Specifying 'unenhanced' uses no correction calculation. Specifying 'interp' uses an enhanced valuation interpolating between nodes on barrier boundaries. | |
OldOptions | Existing options specification structure. |
NewOptions | New options specification structure. |
Options = derivset(Options, 'Parameter1', Value1, ... 'Parameter4', Value4) creates a derivatives pricing options structure Options in which the named parameters have the specified values. Any unspecified value is set to the default value for that parameter when Options is passed to the pricing function. It is sufficient to type only the leading characters that uniquely identify the parameter name. Case is also ignored for parameter names.
If the optional input argument Options is specified, derivset modifies an existing pricing options structure by changing the named parameters to the specified values.
Note For parameter values, correct case and the complete string are required; if an invalid string is provided, the default is used. |
Options = derivset(OldOptions, NewOptions) combines an existing options structure OldOptions with a new options structure NewOptions. Any parameters in NewOptions with nonempty values overwrite the corresponding old parameters in OldOptions.
Options = derivset creates an options structure Options whose fields are set to the default values.
derivset with no input or output arguments displays all parameter names and information about their possible values.
Options = derivset('Diagnostics','on')
enables the display of additional diagnostic information that appears when executing pricing functions.
Options = derivset(Options, 'ConstRate', 'off')
changes the ConstRate parameter in the existing Options structure so that the assumption of constant rates between tree nodes no longer applies.
With no input or output arguments derivset displays all parameter names and information about their possible values.
derivset
Diagnostics: [ on | {off} ]
Warnings: [ {on} | off ]
ConstRate: [ {on} | off ]
BarrierMethod: [ {unenhanced} | interp ]
barrierbycrr, barrierbyeqp, derivget
![]() | derivget | disc2rate | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |