Skip to content

Portfolio class improvements

Compare
Choose a tag to compare
@chilango74 chilango74 released this 26 Jan 03:13
· 544 commits to master since this release
  • Portfolio .cagr property is replaced with .get_cagr() method taking: 'YTD', period length or no parameters.
  • Portfolio .describe shows dividend yield

minor changes:

  • EfficientFrontier.repr is fixed
  • only relative imports in the package
  • tests modules import okama as ok
  • several unit tests added