| Interface | Description |
|---|---|
| StochasticValuationOracle |
Interface for Oracles providing a valuation random variables at a given time.
|
| ValuationOracle |
Interface for Oracles providing a valuation at a given time.
|
| Class | Description |
|---|---|
| BrownianMotionOracle |
A dummy oracle which generates values using a geometric Brownian motion.
|
| ContinouslyCompoundedBankAccountOracle |
A dummy oracle which generates values as initalValue * Math.exp(r T).
|
| GeometricBrownianMotionOracle |
A dummy oracle which generates values using a geometric Brownian motion.
|
| ValuationOraclePlainSwapHistoricScenarios |
An oracle for swap valuation which generates values using externally provided historical market data scenarios.
|
| ValuationOracleSamplePath |
A valuation oracle constructed from a simulation providing a stochastic valuation oracle
by extracting a given sample path.
|
Copyright © 2019. All rights reserved.