Equity-class | R Documentation |
Creates an Equity object
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 |
BuySell |
Takes the values of either 'Buy' or 'Sell' |
ISIN |
the ISIN of the Equity |
traded_price |
the price that trade was done |
Issuer |
the issuer of the stock |
An object of type Equity
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.