| Package | Description |
|---|---|
| net.finmath.montecarlo.conditionalexpectation |
Algorithms to perform the calculation of conditional expectations in Monte-Carlo simulations,
also known as "American Monte-Carlo".
|
| net.finmath.montecarlo.interestrate.products |
Provides classes which implement financial products which may be
valued using a
net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
MonteCarloConditionalExpectationLinearRegressionFactory
Provides a linear regression for a vector of regression basis functions.
|
class |
MonteCarloConditionalExpectationLocalizedOnDependentRegressionFactory
Provides a localized linear regression with an indicator function as localization weight for a vector of regression basis functions.
|
| Constructor and Description |
|---|
BermudanSwaptionFromSwapSchedules(LocalDateTime referenceDate,
BermudanSwaptionFromSwapSchedules.SwaptionType swaptionType,
LocalDate[] exerciseDates,
LocalDate swapEndDate,
double[] swaprates,
double[] notionals,
Schedule[] fixSchedules,
Schedule[] floatSchedules,
MonteCarloConditionalExpectationRegressionFactory conditionalExpectationRegressionFactory,
RegressionBasisFunctionsProvider regressionBasisFunctionProvider)
Create a Bermudan swaption from an array of underlying swap schedules (fix leg and float leg), swap rates and notionals.
|
Copyright © 2019. All rights reserved.