Class SingleAssetDigitalOptionProductDescriptor

    • Constructor Detail

      • SingleAssetDigitalOptionProductDescriptor

        public SingleAssetDigitalOptionProductDescriptor​(String nameOfUnderlying,
                                                         LocalDate maturity,
                                                         double strike)
    • Method Detail

      • name

        public String name()
        Description copied from interface: ProductDescriptor
        Return the name of the model represented by this descriptor.
        Specified by:
        name in interface ProductDescriptor
        Returns:
        Name of the model.
      • getMaturity

        public LocalDate getMaturity()
      • getStrike

        public double getStrike()
      • getNameOfUnderlying

        public String getNameOfUnderlying()