A Python script that performs a 10,000-Monte Carlo simulation to estimate the probability of achieving a target final value for an options investment portfolio over a specified number of months. The code also calculates some basic descriptive statistics and generates a multi-line plot with the simulated value paths. It also exports the monthly, annual and final values of the simulations to a .xlsx file for further analysis.
Dependencies: NumPy, Pandas, Matplotlib
