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
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
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.