| Package | Description |
|---|---|
| net.finmath.fouriermethod.products.smile |
Products which are provide a "smile function" \( K \mapsto V(K) \) mapping a product strike to
the corresponding product value.
|
| net.finmath.modelling.productfactory |
Provides classes to build products from descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
SingleAssetEuropeanOptionProductDescriptor |
EuropeanOptionSmile.getDescriptor(LocalDate referenceDate,
int index)
Return a product descriptor for a specific strike.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Double,SingleAssetEuropeanOptionProductDescriptor> |
EuropeanOptionSmile.getDescriptors(LocalDate referenceDate)
Return a collection of product descriptors for each option in the smile.
|
| Modifier and Type | Method and Description |
|---|---|
SingleAssetEuropeanOptionProductDescriptor |
SingleAssetMonteCarloProductFactory.EuropeanOptionMonteCarlo.getDescriptor() |
SingleAssetEuropeanOptionProductDescriptor |
SingleAssetFourierProductFactory.EuropeanOptionFourierMethod.getDescriptor() |
| Constructor and Description |
|---|
EuropeanOptionFourierMethod(SingleAssetEuropeanOptionProductDescriptor descriptor,
LocalDate referenceDate)
Create the product from a descriptor.
|
EuropeanOptionMonteCarlo(SingleAssetEuropeanOptionProductDescriptor descriptor,
LocalDate referenceDate)
Construct a product representing an European option on an asset S (where S the asset with index 0 from the model - single asset case).
|
Copyright © 2019. All rights reserved.