Uses of Class
net.finmath.modelling.descriptor.InterestRateSwapProductDescriptor
Packages that use InterestRateSwapProductDescriptor
Package
Description
Provides interface specification and implementation of products, e.g., calibration products.
Provides interface separating implementation from specification (of models and products)
Provides xml parsers to construct descriptors from XML
Provides classes to build products from descriptors.
-
Uses of InterestRateSwapProductDescriptor in net.finmath.marketdata.products
Classes in net.finmath.marketdata.products that implement interfaces with type arguments of type InterestRateSwapProductDescriptorModifier and TypeClassDescriptionclassImplements the valuation of a swap using curves (discount curve, forward curve).Methods in net.finmath.marketdata.products that return InterestRateSwapProductDescriptor -
Uses of InterestRateSwapProductDescriptor in net.finmath.modelling.descriptor
Methods in net.finmath.modelling.descriptor that return InterestRateSwapProductDescriptorModifier and TypeMethodDescriptionInterestRateSwaptionProductDescriptor.getUnderlyingSwap()Return the descriptor of the underlying swap.Constructors in net.finmath.modelling.descriptor with parameters of type InterestRateSwapProductDescriptorModifierConstructorDescriptionInterestRateSwaptionProductDescriptor(InterestRateSwapProductDescriptor swap, LocalDate excerciseDate, double strikeRate) Construct the descriptor of a swaption from the descriptor of a swap plus option parameters. -
Uses of InterestRateSwapProductDescriptor in net.finmath.modelling.descriptor.xmlparser
Methods in net.finmath.modelling.descriptor.xmlparser that return InterestRateSwapProductDescriptorModifier and TypeMethodDescriptionFIPXMLParser.getSwapProductDescriptor(File file) Parse a product descriptor from a file containing a swap trade. -
Uses of InterestRateSwapProductDescriptor in net.finmath.modelling.productfactory
Classes in net.finmath.modelling.productfactory that implement interfaces with type arguments of type InterestRateSwapProductDescriptorModifier and TypeClassDescriptionstatic classMonte-Carlo method based implementation of a interest rate swap from a product descriptor.Methods in net.finmath.modelling.productfactory that return InterestRateSwapProductDescriptorModifier and TypeMethodDescriptionInterestRateMonteCarloProductFactory.SwapMonteCarlo.getDescriptor()Constructors in net.finmath.modelling.productfactory with parameters of type InterestRateSwapProductDescriptorModifierConstructorDescriptionSwapMonteCarlo(InterestRateSwapProductDescriptor descriptor, LocalDate referenceDate) Create product from descriptor.