Uses of Class
net.finmath.marketdata2.products.AbstractAnalyticProduct
Packages that use AbstractAnalyticProduct
Package
Description
Provides interface specification and implementation of products, e.g., calibration products.
-
Uses of AbstractAnalyticProduct in net.finmath.marketdata2.products
Subclasses of AbstractAnalyticProduct in net.finmath.marketdata2.productsModifier and TypeClassDescriptionclassImplements the valuation of a single cashflow by a discount curve.classImplements the valuation of the (overnight) deposit (maturity t+1 or t+2).classImplements the valuation of a forward using curves (discount curve, forward curve).classImplements the valuation of a FRA in multi-curve setting.classImplements the valuation of a market forward rate agreement using curves (discount curve, forward curve).classImplements an analytic product given by the ratio of two analytic products.classImplements the valuation of a portfolio of products implementingAnalyticProductInterface.classImplements the valuation of a swap using curves (discount curve, forward curve).classImplements the valuation of a swap annuity using curves (discount curve).classImplements the valuation of a swap leg with unit notional of 1 using curves (discount curve, forward curve).Constructors in net.finmath.marketdata2.products with parameters of type AbstractAnalyticProductModifierConstructorDescriptionPerformance(AbstractAnalyticProduct productNumerator, AbstractAnalyticProduct productDenominator)Creates a Performance product.