Published onFebruary 20, 2020Parsing ITCH Messages in C++C++TradingWe review how to parse ITCH messages in C++ with configurable code
Published onJanuary 4, 2020Local Volatility in PyQLQuantLibWe discuss the use of the Local Volatility Surface in PyQL
Published onJanuary 4, 2020Variance Swaps in PyQLQuantLibWe review the Variance Swap replicating pricer in QuantLib and its implementation in PyQL
Published onApril 29, 2018Simulating the Heston ProcessNumerical-MethodsQuantLibWe investigate different discretization schemes for the Heston Process, looking at issues of numerical bias and ease of implementation
Published onMarch 4, 2018Devito and Option PricingNumerical-MethodsDevito allows users to build finite difference schemes in python and "compile-down" to optimized C++