summary.fxForward: Summarizing an FX-Forward

Description Usage Arguments Value See Also Examples

Description

summary method for the S3 class fxForward.

Usage

1
2
## S3 method for class '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

1
2
3
4
# Creating an fx forward.
fxf <- fxForward("USD", "EUR", 1, 1000, 1.05, "long")
# summarizing the fx forward.
summary(fxf)

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