Description Usage Arguments Value Examples
Initialize portfolio with given currency from a list.
1 | pfo_from_list(currency, lst)
|
currency |
three-letter currency (string). |
lst |
list of instrument quantities indexed by instrument tickers. |
A portfolio.
1 | pfo_from_list('USD', list('USD' = 13937.10, 'MSCI' = 12.08, 'VIX' = 20))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.