Constructing a Delta-Normal Remainder Term with Respect to MarketRisk
delta
Constructor for the S3 class delta.
It allows to build for the sensitivities with respect to the market risk-factors
of the total positions not modelled by the other marketItem
classes
used in a delta-normal remainder term presented in the FINMA technical document
"SST-Marktrisiko und -Aggregation Technische Beschreibung".
delta(name, currency, sensitivity)
name |
numeric value. The names of the market base risk factors (the base risk factors defined in |
currency |
character value representing currencies in which the
sensitivities are expressed. If the currency specified does not match the
base currency of the |
sensitivity |
numeric value giving sensitivities
for the corresponding market risk-factors provided in |
an S3 object, instance of the class delta.
All parameters must be of equal length.
# Creating a new delta. d <- delta(name = c("equity", "2YCHF", "EURCHF"), currency = c("EUR", "CHF", "EUR"), sensitivity = c(100, 150, 130))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.