| 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 XML
|
| net.finmath.modelling.productfactory |
Provides classes to build products from descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
InterestRateSwapProductDescriptor |
Swap.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
InterestRateSwapProductDescriptor |
InterestRateSwaptionProductDescriptor.getUnderlyingSwap()
Return the descriptor of the underlying swap.
|
| Constructor and Description |
|---|
InterestRateSwaptionProductDescriptor(InterestRateSwapProductDescriptor swap,
LocalDate excerciseDate,
double strikeRate)
Construct the descriptor of a swaption from the descriptor of a swap plus option parameters.
|
| Modifier and Type | Method and Description |
|---|---|
InterestRateSwapProductDescriptor |
FIPXMLParser.getSwapProductDescriptor(File file)
Parse a product descriptor from a file containing a swap trade.
|
| Modifier and Type | Method and Description |
|---|---|
InterestRateSwapProductDescriptor |
InterestRateMonteCarloProductFactory.SwapMonteCarlo.getDescriptor() |
| Constructor and Description |
|---|
SwapMonteCarlo(InterestRateSwapProductDescriptor descriptor,
LocalDate referenceDate)
Create product from descriptor.
|
Copyright © 2019. All rights reserved.