Uses of Class
net.finmath.modelling.descriptor.InterestRateSwapProductDescriptor
-
Packages that use InterestRateSwapProductDescriptor Package Description net.finmath.marketdata.products Provides interface specification and implementation of products, e.g., calibration products.net.finmath.modelling.descriptor Provides interface separating implementation from specification (of models and products)net.finmath.modelling.descriptor.xmlparser Provides xml parsers to construct descriptors from XMLnet.finmath.modelling.productfactory Provides classes to build products from descriptors. -
-
Uses of InterestRateSwapProductDescriptor in net.finmath.marketdata.products
Methods in net.finmath.marketdata.products that return InterestRateSwapProductDescriptor Modifier and Type Method Description InterestRateSwapProductDescriptorSwap. getDescriptor() -
Uses of InterestRateSwapProductDescriptor in net.finmath.modelling.descriptor
Methods in net.finmath.modelling.descriptor that return InterestRateSwapProductDescriptor Modifier and Type Method Description InterestRateSwapProductDescriptorInterestRateSwaptionProductDescriptor. getUnderlyingSwap()Return the descriptor of the underlying swap.Constructors in net.finmath.modelling.descriptor with parameters of type InterestRateSwapProductDescriptor Constructor Description InterestRateSwaptionProductDescriptor(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 InterestRateSwapProductDescriptor Modifier and Type Method Description InterestRateSwapProductDescriptorFIPXMLParser. 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 InterestRateSwapProductDescriptor Modifier and Type Method Description InterestRateSwapProductDescriptorInterestRateMonteCarloProductFactory.SwapMonteCarlo. getDescriptor()Constructors in net.finmath.modelling.productfactory with parameters of type InterestRateSwapProductDescriptor Constructor Description SwapMonteCarlo(InterestRateSwapProductDescriptor descriptor, LocalDate referenceDate)Create product from descriptor.
-