public class SingleAssetDigitalOptionProductDescriptor extends Object implements SingleAssetProductDescriptor
| Constructor and Description |
|---|
SingleAssetDigitalOptionProductDescriptor(String nameOfUnderlying,
LocalDate maturity,
double strike) |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getMaturity() |
String |
getNameOfUnderlying() |
double |
getStrike() |
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 LocalDate getMaturity()
public double getStrike()
public String getNameOfUnderlying()
Copyright © 2019. All rights reserved.