Uses of Interface
net.finmath.modelling.SingleAssetProductDescriptor
Packages that use SingleAssetProductDescriptor
Package
Description
Provides interface separating implementation from specification (of models and products)
Provides classes to build products from descriptors.
-
Uses of SingleAssetProductDescriptor in net.finmath.modelling.descriptor
Classes in net.finmath.modelling.descriptor that implement SingleAssetProductDescriptorModifier and TypeClassDescriptionclassDescribes a European digital option.classDescribes a European option. -
Uses of SingleAssetProductDescriptor in net.finmath.modelling.productfactory
Classes in net.finmath.modelling.productfactory that implement interfaces with type arguments of type SingleAssetProductDescriptorModifier and TypeClassDescriptionclassProduct factory of single asset derivatives for use with a Fourier method based model.classProduct factory of single asset derivatives for use with a Monte-Carlo method based model.Methods in net.finmath.modelling.productfactory that return types with arguments of type SingleAssetProductDescriptorModifier and TypeMethodDescriptionDescribedProduct<? extends SingleAssetProductDescriptor> SingleAssetFourierProductFactory.getProductFromDescriptor(ProductDescriptor descriptor) DescribedProduct<? extends SingleAssetProductDescriptor> SingleAssetMonteCarloProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)