crrsens
Instrument prices and sensitivities from Cox-Ross-Rubinstein tree
Syntax
Description
[
computes instrument sensitivities and prices for instruments using a binomial tree
created with the Delta
,Gamma
,Vega
,Price
] = crrsens(CRRTree
,InstSet
)crrtree
function. All sensitivities
are returned as dollar sensitivities. To find the per-dollar sensitivities, divide
by the respective instrument price.
crrsens
handles instrument types: 'Asian'
,
'Barrier'
, 'Compound'
,
'CBond'
, 'Lookback'
,
'OptStock'
. See instadd
for information on
instrument types.
Examples
Input Arguments
Output Arguments
References
[1] Chriss, Neil. Black-Scholes and Beyond: Option Pricing Models. McGraw-Hill, 1996, pp 308-312.
Version History
Introduced before R2006a