summary.asset: Summarizing an Asset with Direct Market Price

Description Usage Arguments Value See Also Examples

Description

summary method for the S3 class asset.

Usage

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

Arguments

object

S3 object of class asset.

...

additional arguments.

Value

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

See Also

summary, asset.

Examples

1
2
3
4
# Creating an asset.
a <- asset("equity", "USD", 1000)
# summarizing the asset.
summary(a)

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