Uses of Interface
net.finmath.modelling.ProductFactory
Packages that use ProductFactory
Package
Description
Provides classes to build products from descriptors.
-
Uses of ProductFactory in net.finmath.modelling.productfactory
Classes in net.finmath.modelling.productfactory that implement ProductFactoryModifier and TypeClassDescriptionclass
Product factory of interest rate derivatives for use with an analytic model.class
Product factory of interest rate derivatives for use with a Monte-Carlo method based model.class
ProductFactoryCascade<T extends ProductDescriptor>
Implements a product factory based on a cascade of given factories.class
Product factory of single asset derivatives for use with a Fourier method based model.class
Product factory of single asset derivatives for use with a Monte-Carlo method based model.Methods in net.finmath.modelling.productfactory with parameters of type ProductFactoryModifier and TypeMethodDescriptionProductFactoryCascade.addFactoryAfter(ProductFactory<? extends T> factory)
Add a given factory to the list of factories at the END.ProductFactoryCascade.addFactoryBefore(ProductFactory<? extends T> factory)
Add a given factory to the list of factories at the BEGINNING.Constructor parameters in net.finmath.modelling.productfactory with type arguments of type ProductFactoryModifierConstructorDescriptionProductFactoryCascade(List<ProductFactory<? extends T>> factories)
Construct a factory cascade from an ordered list of product factories.