cashFlows | R Documentation |
cashFlows
Function that returns the cashflows generated by object x
in form of
a timeSeries
object.
cashFlows(x, from, to, riskfactors)
x |
The contract for which to calculate cashflows |
from |
Start date of cashflow calculation |
to |
End date of cashflow calculation |
riskfactors |
Object of type |
timeSeries of generated cashflows
my.account <- bankAccount("2013-12-31", balance = 50000)
cashFlows(my.account, from = "2013-01-01", to = "2019-01-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.