The "PythonPortfolioAnalyzer" is a Git repository that forms a vital part of the final project for the "Programming 2" course. This project aims to develop a Python application that empowers users to calculate the risk and return of a stock portfolio, making it an essential tool for investors and financial analysts.
### Class to handle the simulations
# __init__(stock_matrix) run simulation
# store: tme started, time ended, matrix
# return dict if all stored informations:
#
Create a class simulatio: