Description Usage Arguments Value See Also Examples
Create vector of cashflow amounts
1 | create_cf_amounts(num, coupon, freq, redemption = 100)
|
num |
Number of cashflows |
coupon |
Constant cashflow amount |
freq |
Cashflow frequency (number of periods per year) |
redemption |
Redemption value or par amount |
Vector of cashflow amounts of length num
whose last value is
redemption + coupon / freq.
Other cashflows: create_cashflows
1 | create_cf_amounts(20, 5, 2, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.