HighFrequencyCovariance: Estimating Covariance Matrices in Julia
07-29, 19:30–19:40 (UTC), Green

High frequency data typically exhibit asynchronous trading and microstructure noise, which can bias the covariances estimated by standard estimators. While a number of specialised estimators have been developed, they have had limited availability in open source software. HighFrequencyCovariance is the first Julia package which implements specialised estimators for volatility, correlation and covariance using high frequency financial data.


This talk will briefly cover the challenges of using high frequency data for covariance matrix estimation. Then a number of algorithms will be discussed. Then we will demonstrate the use of the HighFrequencyCovariance package to estimate covariance matrices.

General content is in this paper: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3786912
And this package: https://github.com/s-baumann/HighFrequencyCovariance.jl

I hold a PhD Economics from the University of Edinburgh. I work in London as a quantitative research in cash equities. I have done a few open source numerical mathematics packages mainly in fixed point acceleration and shape preserving splines.