fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.34k stars 190 forks source link

Refactor/asset stock market index #107

Closed fmilthaler closed 1 year ago

fmilthaler commented 1 year ago

Refactoring the code: Instead of having almost identical classes for Stock and Market, we now introduce a parent class Asset for both.

fmilthaler commented 1 year ago

@PietropaoloFrisoni Let me know what you think about the new structure. Any feedback is welcome. This is not urgent, so look at it whenever you have time.