Equity return and 100 Characteristics of China A-Share market
You can replicate all the results by running sh submit.sh on a Linux machine
- the codes are in
./codefolder, with full access./code/main.pycalculates stock characteristics./code/make_panel.pycomposes the panel data of stock returns and characteristics./code/sort_port/main_sort.pymakes sorted portfolios based on stock characteristics./code/sort_port/main_sort_example.pyoutput the returns and characteristics of the sorted portfolios
- all the data are in
./datafolder, not uploaded to the repository./data/charsstores the characteristics data, which are the output ofmain.py./data/csmar_tablesstores the raw data from CSMAR./data/factorstores the factors data, which are downloaded from other sources, for exmaple CH4 data from Robert Stambaugh's website./data/sharestores the output data of the repository, including the panel data of stock returns and characteristics, and sorted portfolio retunrs
- description on characteristics link
Xin He