public static enum SwaptionGeneralizedAnalyticApproximation.ValueUnit extends Enum<SwaptionGeneralizedAnalyticApproximation.ValueUnit>
| Enum Constant and Description |
|---|
INTEGRATEDVARIANCE
Returns the Black-Scholes implied integrated variance, i.e., σ2 T
|
VALUE
Returns the value of the swaption
|
VOLATILITY
Returns the Black-Scholes implied volatility, i.e., σ
|
| Modifier and Type | Method and Description |
|---|---|
static SwaptionGeneralizedAnalyticApproximation.ValueUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwaptionGeneralizedAnalyticApproximation.ValueUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwaptionGeneralizedAnalyticApproximation.ValueUnit VALUE
public static final SwaptionGeneralizedAnalyticApproximation.ValueUnit INTEGRATEDVARIANCE
public static final SwaptionGeneralizedAnalyticApproximation.ValueUnit VOLATILITY
public static SwaptionGeneralizedAnalyticApproximation.ValueUnit[] values()
for (SwaptionGeneralizedAnalyticApproximation.ValueUnit c : SwaptionGeneralizedAnalyticApproximation.ValueUnit.values()) System.out.println(c);
public static SwaptionGeneralizedAnalyticApproximation.ValueUnit valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.