/EquityCharacteristics

Calculate U.S. equity (portfolio) characteristics

Primary LanguagePython

Academic Background

For financial researches, we need equity characteristics. This repository is a toolkit to calculate asset characteristics in individual equity level and portfolio level.

Reference

Many papers contribute a lot to this repository. I am very sorry for only listing the following papers.

Prerequisite

  • Read the listed papers
  • WRDS account with subscription to CRSP, Compustat and IBES.
  • SAS (I use SAS on WRDS Cloud)
  • Python (I use Pandas to play with data)

Method

Equity Characteristics

This topic is summaried by Green Hand Zhang and Hou Xue Zhang.

Portfolio Characteristics

Portfolio charactaristics is the equal-weighted / value-weighted averge of the characteristics for all equities in the portfolio.

The portfolios includes and not limited to:

Codes

All comments are welcome.