Package com.markose.etrade.market
Class OptionGreeks
- java.lang.Object
-
- com.markose.etrade.market.OptionGreeks
-
public class OptionGreeks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OptionGreeks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDelta()doublegetGamma()doublegetIv()doublegetRho()doublegetTheta()doublegetVega()booleanisCurrentValue()voidsetCurrentValue(boolean currentValue)voidsetDelta(double delta)voidsetGamma(double gamma)voidsetIv(double iv)voidsetRho(double rho)voidsetTheta(double theta)voidsetVega(double vega)
-
-
-
Method Detail
-
getRho
public double getRho()
-
setRho
public void setRho(double rho)
-
getVega
public double getVega()
-
setVega
public void setVega(double vega)
-
getTheta
public double getTheta()
-
setTheta
public void setTheta(double theta)
-
getDelta
public double getDelta()
-
setDelta
public void setDelta(double delta)
-
getGamma
public double getGamma()
-
setGamma
public void setGamma(double gamma)
-
getIv
public double getIv()
-
setIv
public void setIv(double iv)
-
isCurrentValue
public boolean isCurrentValue()
-
setCurrentValue
public void setCurrentValue(boolean currentValue)
-
-