Constructing an FX-Forward
Constructor for the S3 class fxForward. It allows to build for an fx-forward referred under the name "FX-Forward" in the FINMA technical document "SST-Marktrisiko und -Aggregation Technische Beschreibung".
fxForward(domestic, foreign, time, nominal, rate, position)
domestic |
character value of length one representing the base currency, i.e. the arrival currency from which foreign fx rates are hedged. This parameter relates to the index $0$ (base currency) in the FINMA document "SST-Marktrisiko und -Aggregation Technische Beschreibung". |
foreign |
character value of length one representing the foreign currency, i.e. the currency on which fx rate converting |
time |
stricly positive integer value of length one representing the
time-to-maturity from t = 0. This parameter relates to the fxForward variable
|
nominal |
strictly positive numeric value of length one representing the nominal value of the contract expressed in the
N^{j}_{τ} in the FINMA document "SST-Marktrisiko und -Aggregation Technische Beschreibung". |
rate |
positive numeric value of length one representing the forward fx rate settled in the contract from currency F^{~}_{τ} in the FINMA document "SST-Marktrisiko und -Aggregation Technische Beschreibung". |
position |
character value of length one. This can be either
|
an S3 object, instance of the class fxForward.
# Creating new fxForwards. fx.froward.1 <- fxForward("USD", "EUR", 1, 1000, 1.05, "long") fx.forward.2 <- fxForward("CHF", "EUR", 10, 500, 1.1, "short")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.