powered by
Creates an Equity object
An object of type Equity
The notional amount of the trade
The mark-to-market valuation of the trade
The currency set that the trade belongs to
Takes the values of either 'Buy' or 'Sell'
the ISIN of the Equity
the price that trade was done
the issuer of the stock
Tasos Grivas <tasos@openriskcalculator.com>
tr1 = Equity(external_id="ext1",Notional=10000,MtM=30,Currency="EUR",BuySell='Buy', traded_price = 10,ISIN = "XS04340432",Issuer='FirmA')
Run the code above in your browser using DataLab