Uses of Class
net.finmath.modelling.descriptor.InterestRateSwapLegProductDescriptor
Packages that use InterestRateSwapLegProductDescriptor
Package
Description
Provides interface specification and implementation of products, e.g., calibration products.
Provides classes to build products from descriptors.
-
Uses of InterestRateSwapLegProductDescriptor in net.finmath.marketdata.products
Classes in net.finmath.marketdata.products that implement interfaces with type arguments of type InterestRateSwapLegProductDescriptorModifier and TypeClassDescriptionclassImplements the valuation of a swap leg with unit notional of 1 using curves (discount curve, forward curve).Methods in net.finmath.marketdata.products that return InterestRateSwapLegProductDescriptor -
Uses of InterestRateSwapLegProductDescriptor in net.finmath.modelling.productfactory
Classes in net.finmath.modelling.productfactory that implement interfaces with type arguments of type InterestRateSwapLegProductDescriptorModifier and TypeClassDescriptionstatic classMonte-Carlo method based implementation of a interest rate swap leg from a product descriptor.Methods in net.finmath.modelling.productfactory that return InterestRateSwapLegProductDescriptorModifier and TypeMethodDescriptionInterestRateMonteCarloProductFactory.SwapLegMonteCarlo.getDescriptor()Constructors in net.finmath.modelling.productfactory with parameters of type InterestRateSwapLegProductDescriptorModifierConstructorDescriptionSwapLegMonteCarlo(InterestRateSwapLegProductDescriptor descriptor, LocalDate referenceDate) Create product from descriptor.