View source: R/StructuringFunctions.R
Structuring function to split a bond into a floater and inverse floating rate bond. The optional arguments will determine the principal balance of the floating rate bond. Select either inverse.multiplier or inverse.percentage
1 2 3 4 5 6 7 8 9 | SplitFloaterInverse(
floater.margin,
bond.coupon,
bond.balance,
index,
...,
inverse.multiplier = NULL,
inverse.percentage = NULL
)
|
floater.margin |
the floater rate bond's margin to index |
bond.coupon |
the coupon of the parent bond |
bond.balance |
the principal balance of the parent bond |
index |
the floating rate index to which the floating bond is struck |
..., |
optional arguments follow select either inverse.muliplier or inverse.percentage |
inverse.multiplier |
the inverse bond's multipler to the floating index |
inverse.percentage |
the percentage balance of the inverse bond relative to the parent bond |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.