public class ArithmeticPriceEvolutionParameters
extends java.lang.Object
Constructor and Description |
---|
ArithmeticPriceEvolutionParameters(ArithmeticPriceDynamicsSettings apds,
BackgroundParticipationRate bprPermanentExpectation,
BackgroundParticipationRate bprTemporaryExpectation,
BackgroundParticipationRate bprPermanentVolatility,
BackgroundParticipationRate bprTemporaryVolatility)
ArithmeticPriceEvolutionParameters Constructor
|
Modifier and Type | Method and Description |
---|---|
ArithmeticPriceDynamicsSettings |
arithmeticPriceDynamicsSettings()
Retrieve the Arithmetic Price Dynamics Settings Instance
|
BackgroundParticipationRate |
permanentExpectation()
Retrieve the Background Participation Permanent Market Impact Expectation Function
|
BackgroundParticipationRate |
permanentVolatility()
Retrieve the Background Participation Permanent Market Impact Volatility Function
|
BackgroundParticipationRate |
temporaryExpectation()
Retrieve the Background Participation Temporary Market Impact Expectation Function
|
BackgroundParticipationRate |
temporaryVolatility()
Retrieve the Background Participation Temporary Market Impact Volatility Function
|
public ArithmeticPriceEvolutionParameters(ArithmeticPriceDynamicsSettings apds, BackgroundParticipationRate bprPermanentExpectation, BackgroundParticipationRate bprTemporaryExpectation, BackgroundParticipationRate bprPermanentVolatility, BackgroundParticipationRate bprTemporaryVolatility) throws java.lang.Exception
apds
- The Asset Price Dynamics SettingsbprPermanentExpectation
- The Background Participation Permanent Market Impact Expectation
FunctionbprTemporaryExpectation
- The Background Participation Temporary Market Impact Expectation
FunctionbprPermanentVolatility
- The Background Participation Permanent Market Impact Volatility FunctionbprTemporaryVolatility
- The Background Participation Temporary Market Impact Volatility Functionjava.lang.Exception
- Thrown if the Inputs are Invalidpublic ArithmeticPriceDynamicsSettings arithmeticPriceDynamicsSettings()
public BackgroundParticipationRate permanentExpectation()
public BackgroundParticipationRate temporaryExpectation()
public BackgroundParticipationRate permanentVolatility()
public BackgroundParticipationRate temporaryVolatility()