Learn R Programming

SACCR (version 1.5)

FXSwap-class: FX Swap Class

Description

Creates an FX Swap object with the relevant info needed to calculate the Exposure-at-Default (EAD)

Arguments

Notional
The notional amount of the trade
MTM
The mark-to-market valuation of the trade
Currency
The currency set that the trade belongs to
Si
The number of years that the trade will take to start (zero if already started)
Ei
The number of years that the trade will expire
BuySell
Takes the values of either 'Buy' or 'Sell'

Value

An object of type FXSwap

References

Basel Committee: The standardised approach for measuring counterparty credit risk exposures http://www.bis.org/publ/bcbs279.htm

Examples

Run this code
tr1 = FXSwap(Notional=10000,MtM=30,ccyPair="EUR/USD",Si=0,Ei=10,BuySell='Buy')

Run the code above in your browser using DataLab