tanitall / pValuation

Quantamental finance research with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python   MIT license  

pValuation represents my research into the area of "quantamental" finance – applying python and data science to augment traditional financial analysis.

In statistics, the p-value is often used to decide whether to accept or reject hypotheses, after conducting a statistical analysis. On the other hand, valuation is widely considered to be in the realm of "discretionary" analysis. This is because, despite valuation tools like DCFs being quantitative in nature, it is often much more of an art than a science when it comes to specifying the inputs. pValuation is my attempt to reconcile the two areas.

Some of my particular interests include:

  • Financial model explainability
  • Probabilistic programming, to ensure that model output includes an uncertainty that reflects the uncertainty of the inputs
  • The general use of data-driven techniques to estimate model inputs

Currently implemented

  • Market-implied expectations of COVID-19 using valuation surfaces
    • visualising the growth rates implied by the current S&P500 price
    • accompanying blog post
  • Revenue forecasting models of DHT Holdings, an oil tanker company:
    • version 1 is a standard excel model, using the futures curve to estimate an upper bound on charter rates. See the blog post
    • version 2 pulls charter data from the TankersInternational twitter feed

What this project is not

This project is not meant to be a library of software that other people will find useful. To that end, the code will be minimally documented, fragile, and probably quite niche. But by all means, reach out to me if you have a question about it or want to discuss.

About

Quantamental finance research with python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%