Class ContinouslyCompoundedBankAccountOracle

java.lang.Object
net.finmath.smartcontract.valuation.oracle.simulated.ContinouslyCompoundedBankAccountOracle
All Implemented Interfaces:
StochasticValuationOracle

public class ContinouslyCompoundedBankAccountOracle extends Object implements StochasticValuationOracle
A dummy oracle which generates values as initalValue * Math.exp(r T).
Author:
Christian Fries