Learn R Programming

sstModel (version 1.0.0)

summary.assetForward: Summarizing an Index-Forward

Description

summary method for the S3 class assetForward.

Usage

# S3 method for assetForward
summary(object, ...)

Arguments

object

S3 object of class assetForward.

...

additional arguments affecting the summary produced.

Value

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

See Also

summary, assetForward.

Examples

Run this code
# NOT RUN {
# Creating an asset forward.
af <- assetForward("equity", "EUR", 1, 1000, 1200, "long")
# summarizing the asset forward.
summary(af)

# }

Run the code above in your browser using DataLab