Package cdm.observable.common
Enum DeterminationMethodEnum
- All Implemented Interfaces:
Serializable,Comparable<DeterminationMethodEnum>
@RosettaEnum("DeterminationMethodEnum")
public enum DeterminationMethodEnum
extends Enum<DeterminationMethodEnum>
The enumerated values to specify the method according to which an amount or a date is determined.
- Version:
- 5.30.0 Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/determination-method" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAgreed separately between the parties.As specified in Master Confirmation.Determined by the Calculation Agent.Official Closing Price.Determined by the Currency of Equity Dividends.The initial Index Level is the level of the Expiring Contract as provided in the Master Confirmation.Determined by the Hedging Party.Issuer Payment Currency.Net Asset Value.Opening Price of the Market.OSP Price.Settlement Currency.Date on which the strike is determined in respect of a forward starting swap.Official TWAP Price.Price determined at valuation time.Official VWAP Price. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeterminationMethodEnumfromDisplayName(String name) toString()static DeterminationMethodEnumReturns the enum constant of this type with the specified name.static DeterminationMethodEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AGREED_INITIAL_PRICE
@RosettaEnumValue("AgreedInitialPrice") public static final DeterminationMethodEnum AGREED_INITIAL_PRICEAgreed separately between the parties. -
AS_SPECIFIED_IN_MASTER_CONFIRMATION
@RosettaEnumValue("AsSpecifiedInMasterConfirmation") public static final DeterminationMethodEnum AS_SPECIFIED_IN_MASTER_CONFIRMATIONAs specified in Master Confirmation. -
CALCULATION_AGENT
Determined by the Calculation Agent. -
CLOSING_PRICE
Official Closing Price. -
DIVIDEND_CURRENCY
Determined by the Currency of Equity Dividends. -
EXPIRING_CONTRACT_LEVEL
@RosettaEnumValue("ExpiringContractLevel") public static final DeterminationMethodEnum EXPIRING_CONTRACT_LEVELThe initial Index Level is the level of the Expiring Contract as provided in the Master Confirmation. -
HEDGE_EXECUTION
Determined by the Hedging Party. -
ISSUER_PAYMENT_CURRENCY
@RosettaEnumValue("IssuerPaymentCurrency") public static final DeterminationMethodEnum ISSUER_PAYMENT_CURRENCYIssuer Payment Currency. -
NAV
Net Asset Value. -
OPEN_PRICE
Opening Price of the Market. -
OSP_PRICE
OSP Price. -
SETTLEMENT_CURRENCY
@RosettaEnumValue("SettlementCurrency") public static final DeterminationMethodEnum SETTLEMENT_CURRENCYSettlement Currency. -
STRIKE_DATE_DETERMINATION
@RosettaEnumValue("StrikeDateDetermination") public static final DeterminationMethodEnum STRIKE_DATE_DETERMINATIONDate on which the strike is determined in respect of a forward starting swap. -
TWAP_PRICE
Official TWAP Price. -
VALUATION_TIME
Price determined at valuation time. -
VWAP_PRICE
Official VWAP Price.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<DeterminationMethodEnum>
-
toDisplayString
-