Financial Derivatives Toolbox    
derivset

Set or modify derivatives pricing options

Syntax

Arguments

Options

(Optional) Existing options specification structure, probably created from previous call to derivset.

Parametern
Valuen
Must be 'Diagnostics', 'Warnings', or 'ConstRate'. Parameters can be entered in any order. Parameter values can be 'on' or 'off'.
'Diagnostics' 'on' generates diagnostic information. The default is 'Diagnostics' 'off'.
'Warnings' 'on' (default) displays a warning message when executing a pricing function.
'ConstRate' 'on' (default) assumes a constant rate between tree nodes.
OldOptions
Existing options specification structure.
NewOptions
New options specification structure.

Description

Options = derivset(Options, 'Parameter1', Value1, 'Parameter2', Value2,'Parameter3', Value3) 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.

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.

Examples

enables the display of additional diagnostic information that appears when executing pricing functions.

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.

See Also

derivget


  derivget disc2rate