Skip to content

samrblackman/pValuation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Option-implied price distributions
    • using the pricing of butterfl spreads to infer the probabilities of particular price movements
    • accompanying blog post
  • 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, I am not placing much emphasis on documentation and best-practices. This is a space for me to rapidly iterate and do some research into a pretty niche area. By all means, reach out to me if you have a question about it or want to discuss.

About

Quantamental finance research with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%