Changes in progress, added calculations for FinDiff greeks
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
#ifndef BLACK_SCHOLES_H_
|
||||
#define BLACK_SCHOLES_H_
|
||||
|
||||
struct tm;
|
||||
|
||||
double gbm(double spot, double rfr, double vol, double strike, struct tm expiry,
|
||||
struct tm value, int type, int sims);
|
||||
|
||||
double normalcdf(double value);
|
||||
|
||||
double bsm(double spot, double rfr, double vol, double strike, struct tm expiry,
|
||||
struct tm value, int type);
|
||||
struct Option;
|
||||
void bsm(struct Option *option);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user