Uses of Enum Class
org.episteme.social.economics.OptionPricer.OptionStyle
Packages that use OptionPricer.OptionStyle
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of OptionPricer.OptionStyle in org.episteme.social.economics
Subclasses with type arguments of type OptionPricer.OptionStyle in org.episteme.social.economicsMethods in org.episteme.social.economics that return OptionPricer.OptionStyleModifier and TypeMethodDescriptionOptionPricer.OptionParameters.style()Returns the value of thestylerecord component.static OptionPricer.OptionStyleReturns the enum constant of this class with the specified name.static OptionPricer.OptionStyle[]OptionPricer.OptionStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.economics with parameters of type OptionPricer.OptionStyleModifierConstructorDescriptionOptionParameters(Real spotPrice, Real strikePrice, Real timeToExpiry, Real riskFreeRate, Real volatility, OptionPricer.OptionType type, OptionPricer.OptionStyle style) Creates an instance of aOptionParametersrecord class.