Learn R Programming

sstModel (version 1.0.0)

summary.delta: Summarizing a Delta-Normal Remainder Term

Description

summary method for S3 class delta.

Usage

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

Arguments

object

S3 object of class delta.

...

additional arguments affecting the summary produced.

Value

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

See Also

summary, delta.

Examples

Run this code
# NOT RUN {
# Creating a new delta.
delta1 <- delta(name        = c("equity", "2YCHF", "EURCHF"),
                currency    = c("EUR", "CHF", "EUR"),
                sensitivity = c(100, 150, 130))
# summarizing the delta.
summary(delta1)

# }

Run the code above in your browser using DataLab