Description Usage Arguments Value Examples
Instruments in a portfolio except portfolio currency.
1 |
pfo |
input portfolio. |
A character vector.
1 2 3 4 | p1 <- pfo_init('USD', 100000)
p2 <- pfo_trade(p1, 'MSCI', 10.5, 1756)
pfo_instruments_except_pfo_ccy(p1)
pfo_instruments_except_pfo_ccy(p2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.