My Programs

Return Home

All these programs are client-side scripted. To view their code: Right Click --> View Page Source, when you are in the program page.

Financial Calculators

Black-Scholes Option Calculator This calculator can price a European call or put based on the standard Black-Scholes equation as well as 3 of the greeks. It can also solve for implied volatility.

Forward Tree Option Pricer Prices a Call or a Put based on a n-Period forward tree model. It can price American and European options.

Loan Variable Solver The standard variables of a loan are interest rate, number of periods, length of period and price. This program takes 3 of the variables and calculates the remaining one.

Miscellaneous

Pythagorean Triple Generator This program generates pythagorean triples. These are solutions to the equation a^2 + b^2 = c^2 where a, b and c are all integer valued.