Strata Benchmarks #3 - SABR Volatility July 8, 2019 Harshad Deo 3 minutes read The Stochastic Alpha, Beta, Rho (SABR) volatility model is a popular approach to model the volatility smile. This article presents benchmarks of implementations of the asymptotic solution of the model for the volatility and volatility adjoint of a vanilla European option.
Strata Benchmarks #2 - Black Scholes June 12, 2019 Harshad Deo 3 minutes read The Black formula is arguably the most important function in quantitative finance, and is either used directly (for pricing) or indirectly (for quotation), in most pricing calls. This article presents benchmarks for evaluating the formula.
Strata Benchmarks #1 - Elementary Functions May 16, 2019 Harshad Deo 3 minutes read Elementary functions are those that implement basic mathematical operations like exponentiation and logarithms. Swapping out numerically equivalent elementary operations is a cheap and easy way of improving runtime performance. This article presents benchmarks for three important elementary functions.
Vectorizing Black Scholes - CPU vs. GPU April 29, 2019 Harshad Deo 5 minutes read A data parallel operation is one in which the same function is applied to different inputs. Vectorizing data parallel operations is an important problem with applications in market risk, full portfolio evaluation and numerical schemes. This article compares different approaches for vectorizing the Black Scholes formula for a call option.
Graph Compression Applied to Quantitative Finance March 19, 2019 Harshad Deo 6 minutes read The sequence of operations that convert input to output can be visualized as a graph. Graph compression is the family name for a suite of SimianQuant algorithms that rewrite the computational graph to reduce the time and/or memory required.