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