Monday, March 16, 2009

Option Calculator

Began working on an option calculator. It'll be the Android Java implementation of the Black-Scholes calculation. I've already translated the normal distribution into Java from the Cephes Math Library functions erf and erfc. Implied volatility can be solved for using the Newton-Raphson method. Volatility can be estimated using market data from google finance.