java.lang.Object
net.finmath.marketdata.model.volatilities.OptionData
An Equity option quote is a function of strike and maturity. The quote can be represented in terms of prices or volatilities.
Concerning the strike: being a double, one might decide to store there a moneyness instead of a price, i.e. a relative strike where ATM = 0.
- Author:
- Alessandro Gnoatto
-
Constructor Summary
ConstructorsConstructorDescriptionOptionData(String underlying, LocalDate referenceDate, double strike, double maturity, double value, VolatilitySurface.QuotingConvention convention)
-
Method Summary
-
Constructor Details
-
OptionData
public OptionData(String underlying, LocalDate referenceDate, double strike, double maturity, double value, VolatilitySurface.QuotingConvention convention)
-
-
Method Details