equal
deleted
inserted
replaced
1 // Core Part about a really dumb investment strategy |
1 // Main Part 1 about a really dumb investment strategy |
2 //=================================================== |
2 //=================================================== |
3 |
3 |
4 object CW6b { |
4 object M1 { |
5 |
5 |
6 //two test portfolios |
6 //two test portfolios |
7 |
7 |
8 val blchip_portfolio = List("GOOG", "AAPL", "MSFT", "IBM", "FB", "AMZN", "BIDU") |
8 val blchip_portfolio = List("GOOG", "AAPL", "MSFT", "IBM", "FB", "AMZN", "BIDU") |
9 val rstate_portfolio = List("PLD", "PSA", "AMT", "AIV", "AVB", "BXP", "CCI", |
9 val rstate_portfolio = List("PLD", "PSA", "AMT", "AIV", "AVB", "BXP", "CCI", |