Learn R Programming

sstModel (version 1.0.0)

summary.fxForward: Summarizing an FX-Forward

Description

summary method for the S3 class fxForward.

Usage

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

Arguments

object

S3 object of class fxForward.

...

additional arguments affecting the summary produced.

Value

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

See Also

summary, fxForward.

Examples

Run this code
# NOT RUN {
# Creating an fx forward.
fxf <- fxForward("USD", "EUR", 1, 1000, 1.05, "long")
# summarizing the fx forward.
summary(fxf)

# }

Run the code above in your browser using DataLab