public class SingleAssetEuropeanOptionProductDescriptor extends Object implements SingleAssetProductDescriptor
| Constructor and Description |
|---|
SingleAssetEuropeanOptionProductDescriptor(String underlyingName,
LocalDate maturity,
double strike) |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getMaturity() |
Double |
getStrike() |
String |
getUnderlyingName() |
String |
name()
Return the name of the model represented by this descriptor.
|
Integer |
version()
Return the version of the model description.
|
public Integer version()
ProductDescriptorversion in interface ProductDescriptorpublic String name()
ProductDescriptorname in interface ProductDescriptorpublic String getUnderlyingName()
public LocalDate getMaturity()
public Double getStrike()
Copyright © 2019. All rights reserved.