Package com.walkfares.function.vollib
Class OptionsFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.vollib.OptionsFunctions
- All Implemented Interfaces:
FunctionHolder
public class OptionsFunctions extends AbstractFunctionHolder implements FunctionHolder
-
Constructor Summary
Constructors Constructor Description OptionsFunctions()
-
Method Summary
Modifier and Type Method Description VarScalar
blackScholesCall(double F, double K, double sigma, double T)
VarScalar
blackScholesPut(double F, double K, double sigma, double T)
String
getCategory()
List<Function>
getFunctions()
-
Constructor Details
-
OptionsFunctions
public OptionsFunctions()
-
-
Method Details
-
getCategory
- Specified by:
getCategory
in interfaceFunctionHolder
-
getFunctions
- Specified by:
getFunctions
in interfaceFunctionHolder
-
blackScholesCall
-
blackScholesPut
-