| Financial Derivatives Toolbox™ | ![]() |
[Price, PriceTree] = capbyhw(HWTree,
Strike, Settle, Maturity,
Reset, Basis, Principal,
Options)
HWTree | Interest-rate tree structure created by hwtree. |
Number of instruments (NINST)-by-1 vector of rates at which the cap is exercised. | |
Settle | Settlement dates. NINST-by-1 vector of dates representing the settlement dates of the cap. |
Maturity | NINST-by-1 vector of dates representing the maturity dates of the cap. |
Reset | (Optional) NINST-by-1 vector representing the frequency of payments per year. Default = 1. |
Basis | (Optional) Day-count basis of the instrument. A vector of integers.
|
Principal | (Optional) The notional principal amount. Default = 100. |
Options | (Optional) Derivatives pricing options structure created with derivset. |
[Price, PriceTree] = capbyhw(HWTree, Strike, Settle, Maturity,Reset, Basis, Principal, Options) computes the price of a cap instrument from a Hull-White interest-rate tree.
Price is the expected price of the cap at time 0.
PriceTree is the tree structure with values of the cap at each node.
The Settle date for every cap is set to the ValuationDate of the HW tree. The cap argument Settle is ignored.
Price a 3% cap instrument using a Hull-White interest-rate tree.
Load the file deriv.mat, which provides HWTree. The HWTree structure contains the time and interest-rate information needed to price the cap instrument.
load deriv.mat;
Set the required values. Other arguments will use defaults.
Strike = 0.03; Settle = '01-Jan-2005'; Maturity = '01-Jan-2009';
Use capbyhw to compute the price of the cap instrument.
Price = capbyhw(HWTree, Strike, Settle, Maturity) Price = 7.0707
cfbyhw, floorbyhw, hwtree, swapbyhw
![]() | capbyhjm | cfbybdt | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |