README
Last updated
Was this helpful?
Last updated
Was this helpful?
This project's mission is to make climate investing actionable. It includes both open source software and a free book to help you identify relative value trades, optimize portfolios, and structure benchmarks for climate aligned investing.
The software is a multi-factor equity returns model which adds a climate factor, or Brown Minus Green, to the popular Fama French and Carhart models. See the
This additional Brown Minus Green (BMG) return factor could be used for a variety of climate investing applications, including:
Calculate the market-implied carbon risk of a stock, investment portfolio, mutual fund, or bond based on historical returns
Determine the market reaction to the climate policies of a company
Optimize a portfolio to minimize carbon risk subject to other parameters, such as index tracking or growth-value-sector investment strategies.
Install the required python modules (use pip3
instead of pip
according to your python installation):
Initialize the Database using:
Let's get the historical stock prices and returns of the MSCI World Index and its constituent sectors:
Now let's calculate the risk factor loadings for these stocks using 60 months of monthly data at a time:
Next, let's create a daily version of the BMG climate risk series based on the difference between the stocks XOP (brown) and SMOG (green):
Finally, let's calculate the risk factor loadings for stocks using 2 years of daily data. This will take a long time:
Follow directions from the to look at your results.
The included explains both climate investing concepts and how to use this project. You can also .
contains the python scripts used to run the models.
contains the dashboard.
contains the data files for the models and a list of their sources.
contains R scripts which were used to develop the models.
is the included book on climate investing.
for our email newsletter to get updates on this book and the .
This content is published for informational purposes only and not investment advice or inducement or advertising to purchase or sell any security. See and .