public static enum ForwardCurveInterpolation.InterpolationEntityForward extends Enum<ForwardCurveInterpolation.InterpolationEntityForward>
Enum Constant and Description |
---|
DISCOUNTFACTOR
Interpolation is performed on the (synthetic) discount factor
|
FORWARD
Interpolation is performed on the forward
|
FORWARD_TIMES_DISCOUNTFACTOR
Interpolation is performed on the value = forward * discount factor
|
ZERO
Interpolation is performed on the zero rate
|
Modifier and Type | Method and Description |
---|---|
static ForwardCurveInterpolation.InterpolationEntityForward |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardCurveInterpolation.InterpolationEntityForward[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardCurveInterpolation.InterpolationEntityForward FORWARD
public static final ForwardCurveInterpolation.InterpolationEntityForward FORWARD_TIMES_DISCOUNTFACTOR
public static final ForwardCurveInterpolation.InterpolationEntityForward ZERO
public static final ForwardCurveInterpolation.InterpolationEntityForward DISCOUNTFACTOR
public static ForwardCurveInterpolation.InterpolationEntityForward[] values()
for (ForwardCurveInterpolation.InterpolationEntityForward c : ForwardCurveInterpolation.InterpolationEntityForward.values()) System.out.println(c);
public static ForwardCurveInterpolation.InterpolationEntityForward 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.