Uses of Class
net.finmath.modelling.descriptor.SingleAssetEuropeanOptionProductDescriptor
Packages that use SingleAssetEuropeanOptionProductDescriptor
Package
Description
Products which are provide a "smile function" \( K \mapsto V(K) \) mapping a product strike to
the corresponding product value.
Provides classes to build products from descriptors.
-
Uses of SingleAssetEuropeanOptionProductDescriptor in net.finmath.fouriermethod.products.smile
Methods in net.finmath.fouriermethod.products.smile that return SingleAssetEuropeanOptionProductDescriptorModifier and TypeMethodDescriptionEuropeanOptionSmile.getDescriptor(LocalDate referenceDate, int index)
Return a product descriptor for a specific strike.Methods in net.finmath.fouriermethod.products.smile that return types with arguments of type SingleAssetEuropeanOptionProductDescriptorModifier and TypeMethodDescriptionEuropeanOptionSmile.getDescriptors(LocalDate referenceDate)
Return a collection of product descriptors for each option in the smile. -
Uses of SingleAssetEuropeanOptionProductDescriptor in net.finmath.modelling.productfactory
Methods in net.finmath.modelling.productfactory that return SingleAssetEuropeanOptionProductDescriptorModifier and TypeMethodDescriptionSingleAssetFourierProductFactory.EuropeanOptionFourierMethod.getDescriptor()
SingleAssetMonteCarloProductFactory.EuropeanOptionMonteCarlo.getDescriptor()
Constructors in net.finmath.modelling.productfactory with parameters of type SingleAssetEuropeanOptionProductDescriptorModifierConstructorDescriptionEuropeanOptionFourierMethod(SingleAssetEuropeanOptionProductDescriptor descriptor, LocalDate referenceDate)
Create the product from a descriptor.EuropeanOptionMonteCarlo(SingleAssetEuropeanOptionProductDescriptor descriptor, LocalDate referenceDate)
Construct a product representing an European option on an asset S (where S the asset with index 0 from the model - single asset case).