| Financial Derivatives Toolbox™ | ![]() |
[Price, PriceTree] = floatbybdt(BDTTree,
Spread,
Settle, Maturity, Reset, Basis, Principal,
Options)
BDTTree | Interest-rate tree structure created by bdttree. |
Number of instruments (NINST)-by-1 vector of number of basis points over the reference rate. | |
Settle | Settlement dates. NINST-by-1 vector of dates representing the settlement dates of the floating-rate note. |
Maturity | NINST-by-1 vector of dates representing the maturity dates of the floating-rate note. |
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) NINST-by-1 vector of the notional principal amount. Default = 100. |
Options | (Optional) Derivatives pricing options structure created with derivset. |
[Price, PriceTree] = floatbybdt(BDTTree, Spread, Settle, Maturity, Reset, Basis, Principal, Options) computes the price of a floating-rate note from a BDT tree.
Price is an NINST-by-1 vector of expected prices of the floating-rate note at time 0.
PriceTree is a structure of trees containing vectors of instrument prices and accrued interest, and a vector of observation times for each node.
PriceTree.PTree contains the clean prices.
PriceTree.AITree contains the accrued interest.
PriceTree.tObs contains the observation times.
The Settle date for every floating-rate note is set to the ValuationDate of the BDT tree. The floating-rate note argument Settle is ignored.
Price a 20 basis point floating-rate note using a BDT interest-rate tree.
Load the file deriv.mat, which provides BDTTree. The BDTTree structure contains the time and interest-rate information needed to price the note.
load deriv.mat;
Set the required values. Other arguments will use defaults.
Spread = 20; Settle = '01-Jan-2000'; Maturity = '01-Jan-2003';
Use floatbybdt to compute the price of the note.
Price = floatbybdt(BDTTree, Spread, Settle, Maturity) Price = 100.4865
bdttree, bondbybdt, capbybdt, cfbybdt, fixedbybdt, floorbybdt, swapbybdt
![]() | fixedbyzero | floatbybk | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |