Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 726 Bytes

File metadata and controls

25 lines (17 loc) · 726 Bytes

Stock-Performance-Evaluation-Based-on-EPS

Step 1: Get Sample Data

Download EPS releasement from Bloomberg; Create class ‘stock’, read csv file and get basic information into each object; Retrieve price data for targeted date range from yahoo.

Step 2: Calculations

Overload operators for vectors; Define functions for AARs and CAARs; Computation and store results in vectors; Create random generator for bootstrap, employ multi-threads.

Step 3: Plot & Analysis

Display results of AAR & CAAR series; Include ExcelDriver in our program to plot for price impact;

Step 4: Imtegration & Validation

Integrate each part and debug; Created menu (main function); Develop a python program to test the results.