Uses of Class
net.finmath.marketdata.products.AbstractAnalyticProduct
-
Packages that use AbstractAnalyticProduct Package Description net.finmath.marketdata.model.bond Provides classes related to the modeling of Bond curves.net.finmath.marketdata.model.volatility.caplet Algorithms related to bootstrapping and interpolation of caplet implied volatilities.net.finmath.marketdata.products Provides interface specification and implementation of products, e.g., calibration products. -
-
Uses of AbstractAnalyticProduct in net.finmath.marketdata.model.bond
Subclasses of AbstractAnalyticProduct in net.finmath.marketdata.model.bond Modifier and Type Class Description classBondImplements the valuation of a bond (zero-coupon, fixed coupon or floating coupon) with unit notional of 1 using curves: a forward curve, if the bond has floating rate coupons a discount curve as a base curve for discounting a survival probability curve for additional credit risk related discount factor a basis factor curve for additional bond related discount factor Support for day counting is provided via the class implementingSchedule. -
Uses of AbstractAnalyticProduct in net.finmath.marketdata.model.volatility.caplet
Subclasses of AbstractAnalyticProduct in net.finmath.marketdata.model.volatility.caplet Modifier and Type Class Description classCapShiftedVolImplements the valuation of a cap via an analytic model, i.e. -
Uses of AbstractAnalyticProduct in net.finmath.marketdata.products
Subclasses of AbstractAnalyticProduct in net.finmath.marketdata.products Modifier and Type Class Description classCapImplements the valuation of a cap via an analytic model, i.e.classCashflowImplements the valuation of a single cashflow by a discount curve.classDepositImplements the valuation of the (overnight) deposit (maturity t+1 or t+2).classForwardImplements the valuation of a forward using curves (discount curve, forward curve).classForwardRateAgreementImplements the valuation of a FRA in multi-curve setting.classMarketForwardRateAgreementImplements the valuation of a market forward rate agreement using curves (discount curve, forward curve).classPerformanceImplements an analytic product given by the ratio of two analytic products.classPortfolioImplements the valuation of a portfolio of products implementingAnalyticProductInterface.classSwapImplements the valuation of a swap using curves (discount curve, forward curve).classSwapAnnuityImplements the valuation of a swap annuity using curves (discount curve).classSwapLegImplements the valuation of a swap leg with unit notional of 1 using curves (discount curve, forward curve).Constructors in net.finmath.marketdata.products with parameters of type AbstractAnalyticProduct Constructor Description Performance(AbstractAnalyticProduct productNumerator, AbstractAnalyticProduct productDenominator)Creates a Performance product.
-