Uses of Interface
net.finmath.modelling.DescribedProduct
Packages that use DescribedProduct
Package
Description
Provides interface specification and implementation of products, e.g., calibration products.
Provides interface separating models and products.
Provides classes to build models from descriptors.
Provides classes to build products from descriptors.
-
Uses of DescribedProduct in net.finmath.marketdata.products
Classes in net.finmath.marketdata.products that implement DescribedProduct -
Uses of DescribedProduct in net.finmath.modelling
Methods in net.finmath.modelling that return DescribedProductModifier and TypeMethodDescriptionDescribedProduct<? extends ProductDescriptor>
DescribedModel.getProductFromDescriptor(ProductDescriptor productDescriptor)
Construct a product from a product descriptor, which may be valued by this model.DescribedProduct<? extends P>
ProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)
Constructs the product from a given product descriptor. -
Uses of DescribedProduct in net.finmath.modelling.modelfactory
Methods in net.finmath.modelling.modelfactory that return DescribedProductModifier and TypeMethodDescriptionDescribedProduct<? extends ProductDescriptor>
AnalyticModelFactory.DescribedAnalyticModel.getProductFromDescriptor(ProductDescriptor productDescriptor)
-
Uses of DescribedProduct in net.finmath.modelling.productfactory
Classes in net.finmath.modelling.productfactory that implement DescribedProductModifier and TypeClassDescriptionstatic class
Monte-Carlo method based implementation of a interest rate swap leg from a product descriptor.static class
Monte-Carlo method based implementation of a interest rate swap from a product descriptor.static class
Monte-Carlo method based implementation of a physically settled interest rate swaption from a product descriptor.static class
Fourier method based implementation of a digital option from a product descriptor.static class
Fourier method based implementation of a European option from a product descriptor.static class
Monte-Carlo method based implementation of a digital option from a product descriptor.static class
Monte-Carlo method based implementation of a European option from a product descriptor.Methods in net.finmath.modelling.productfactory that return DescribedProductModifier and TypeMethodDescriptionDescribedProduct<? extends InterestRateProductDescriptor>
InterestRateAnalyticProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)
DescribedProduct<? extends InterestRateProductDescriptor>
InterestRateMonteCarloProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)
DescribedProduct<? extends T>
ProductFactoryCascade.getProductFromDescriptor(ProductDescriptor productDescriptor)
DescribedProduct<? extends SingleAssetProductDescriptor>
SingleAssetFourierProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)
DescribedProduct<? extends SingleAssetProductDescriptor>
SingleAssetMonteCarloProductFactory.getProductFromDescriptor(ProductDescriptor descriptor)