summary.cashflow: Summarizing a Fixed-Income-Asset

Description Usage Arguments Value See Also Examples

Description

summary method for the S3 class cashflow.

Usage

1
2
## S3 method for class 'cashflow'
summary(object, ...)

Arguments

object

S3 object of class cashflow.

...

additional arguments affecting the summary produced.

Value

an S3 object, instance of class c("summaryDefault", "table").

See Also

summary, cashflow

Examples

1
2
3
4
# Creating a cashflow.
ca <- cashflow(1L, "USD", "AAA", 0.1, 1000)
# summarizing the cashflow.
summary(ca)

sstModel documentation built on May 2, 2019, 12:16 p.m.