org.jquantlib.pricingengines
Class AnalyticEuropeanEngine
- java.lang.Object
-
- org.jquantlib.pricingengines.GenericEngine<OneAssetOption.Arguments,OneAssetOption.Results>
-
- org.jquantlib.instruments.OneAssetOption.EngineImpl
-
- org.jquantlib.pricingengines.AnalyticEuropeanEngine
-
- All Implemented Interfaces:
- OneAssetOption.Engine, PricingEngine, Observable, Observer
public class AnalyticEuropeanEngine extends OneAssetOption.EngineImpl
Pricing engine for European vanilla options using analytical formulaeThe correctness of the returned value is tested by reproducing results available in literature.
- the correctness of the returned greeks is tested by reproducing results available in literature.
- the correctness of the returned greeks is tested by reproducing numerical derivatives.
- the correctness of the returned implied volatility is tested by using it for reproducing the target value.
- the implied volatility calculation is tested by checking that it does not modify the option.
- the correctness of the returned value in case of cash-or-nothing binary payoff is tested by reproducing results available in literature.
- the correctness of the returned value in case of asset-or-nothing binary payoff is tested by reproducing results available in literature.
- the correctness of the returned value in case of gap-or-nothing binary payoff is tested by reproducing results available in literature.
- the correctness of the returned greeks in case of cash-or-nothing binary payoff is tested by reproducing numerical derivatives.
- See Also:
PricingEngine
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jquantlib.pricingengines.PricingEngine
PricingEngine.Arguments, PricingEngine.Results
-
-
Field Summary
-
Fields inherited from interface org.jquantlib.pricingengines.PricingEngine
PRICING_ENGINE_NOT_SET
-
-
Constructor Summary
Constructors Constructor and Description AnalyticEuropeanEngine(GeneralizedBlackScholesProcess process)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcalculate()-
Methods inherited from class org.jquantlib.pricingengines.GenericEngine
addObserver, countObservers, deleteObserver, deleteObservers, getArguments, getObservers, getResults, notifyObservers, notifyObservers, reset, update
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jquantlib.pricingengines.PricingEngine
getArguments, getResults, reset, update
-
Methods inherited from interface org.jquantlib.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, getObservers, notifyObservers, notifyObservers
-
-
-
-
Constructor Detail
-
AnalyticEuropeanEngine
public AnalyticEuropeanEngine(GeneralizedBlackScholesProcess process)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG