ll{
Package: tawny.types
Type: Package
Version: 1.0
Date: 2011-10-22
License: What license is it under?
LazyLoad: yes
}
Create portfolio objects from these types
# This is run automatically in the packagetawny.types:::.init()
p <- create(TawnyPortfolio, c('AAPL','GOOG','IBM'), 150,200)
m <- create(BenchmarkPortfolio, '^GSPC', 150,200)