public class OptionData extends Object
| Constructor and Description |
|---|
OptionData(String underlying,
LocalDate referenceDate,
double strike,
double maturity,
double value,
VolatilitySurface.QuotingConvention convention) |
| Modifier and Type | Method and Description |
|---|---|
VolatilitySurface.QuotingConvention |
getConvention() |
double |
getMaturity() |
LocalDate |
getReferenceDate() |
double |
getStrike() |
String |
getUnderlying() |
double |
getValue() |
String |
toString() |
public OptionData(String underlying, LocalDate referenceDate, double strike, double maturity, double value, VolatilitySurface.QuotingConvention convention)
public String getUnderlying()
public LocalDate getReferenceDate()
public double getStrike()
public double getMaturity()
public double getValue()
public VolatilitySurface.QuotingConvention getConvention()
Copyright © 2019. All rights reserved.