powered by
Creates a CDO tranche Object with the relevant info needed to calculate the Exposure-at-Default (EAD)
The notional amount of the trade
The mark-to-market valuation of the trade
The currency set that the belongs
The number of years after which the trade will start (zero if already started)
The number of years that the trade will expire
Takes the values of either 'Buy' or 'Sell'
The attachment point of the tranche
The detachment point of the tranche
An object of type CDOtrance
# NOT RUN { ## a CDO trance object tr3 = CDOTranche(Notional=10000,MtM=0,Currency="USD",Si=0,Ei=5, BuySell='Buy',SubClass='IG',RefEntity='CDX.IG',attach_point=0.3,detach_point=0.5) # }
Run the code above in your browser using DataLab