Package cdm.legaldocumentation.csa
Enum ValuationTimeDayEnum
- All Implemented Interfaces:
Serializable,Comparable<ValuationTimeDayEnum>
@RosettaEnum("ValuationTimeDayEnum")
public enum ValuationTimeDayEnum
extends Enum<ValuationTimeDayEnum>
The day at which the value of the collateral and obligations to transfer or return collateral are to be calculated relative to the Valuation Date.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionShould be calculated relative to the previous local business day as selected.Should be calculated relative to the previous local business day.Should be calculated relative to the previous local business day in the city of the Valuation Agent.Should be calculated relative to the previous local business day in the Relevant Market).Should be calculated on the Valuation Date. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValuationTimeDayEnumfromDisplayName(String name) toString()static ValuationTimeDayEnumReturns the enum constant of this type with the specified name.static ValuationTimeDayEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PREVIOUS_LOCAL_BUSINESS_DAY
@RosettaEnumValue(value="PreviousLocalBusinessDay", displayName="Previous Local Business Day") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAYShould be calculated relative to the previous local business day. -
PREVIOUS_LOCAL_BUSINESS_DAY_MARKET
@RosettaEnumValue(value="PreviousLocalBusinessDayMarket", displayName="Previous Local Business Day (Relevant Market)") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAY_MARKETShould be calculated relative to the previous local business day in the Relevant Market). -
PREVIOUS_LOCAL_BUSINESS_DAY_CITY_OF_AGENT
@RosettaEnumValue(value="PreviousLocalBusinessDayCityOfAgent", displayName="Previous Local Business Day (City of Valuation Agent)") public static final ValuationTimeDayEnum PREVIOUS_LOCAL_BUSINESS_DAY_CITY_OF_AGENTShould be calculated relative to the previous local business day in the city of the Valuation Agent. -
VALUATION_DATE
@RosettaEnumValue(value="ValuationDate", displayName="Valuation Date") public static final ValuationTimeDayEnum VALUATION_DATEShould be calculated on the Valuation Date. -
AS_SELECTED
@RosettaEnumValue(value="AsSelected", displayName="As Selected") public static final ValuationTimeDayEnum AS_SELECTEDShould be calculated relative to the previous local business day as selected.
-
-
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<ValuationTimeDayEnum>
-
toDisplayString
-