Skip to content

Instantly share code, notes, and snippets.

View sujaywagh2105's full-sized avatar

Sujay Wagh sujaywagh2105

View GitHub Profile
@sujaywagh2105
sujaywagh2105 / bns.js
Created July 31, 2024 08:36 — forked from vishnus/bns.js
Black and Scholes formula in JS
function bns() {
// Sample input
spot = 8400;
strike = 8600;
expiry = "2016-12-01 23:59:00";
volt = 18;
int_rate = 7;
div_yld = 0;
//Validation