Package cdm.legaldocumentation.csa
Enum ValueSecuritiesEnum
- All Implemented Interfaces:
Serializable,Comparable<ValueSecuritiesEnum>
@RosettaEnum("ValueSecuritiesEnum")
public enum ValueSecuritiesEnum
extends Enum<ValueSecuritiesEnum>
Details of how securities collateral is valued when resolving disputes.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSecurities collateral is valued using the bid price multiplied by the valuation percentage.Securities collateral is valued using the bid price multiplied by the valuation percentage less the FX haircut.Securities collateral is valued using the mid price multiplied by the valuation percentage.Securities collateral is valued using the mid price multiplied by the valuation percentage less the FX haircut.Exception value. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueSecuritiesEnumfromDisplayName(String name) toString()static ValueSecuritiesEnumReturns the enum constant of this type with the specified name.static ValueSecuritiesEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BID_PRICE_PERCENTAGE
@RosettaEnumValue(value="BidPricePercentage", displayName="Securities - Bid Price multiplied by Valuation Percentage") public static final ValueSecuritiesEnum BID_PRICE_PERCENTAGESecurities collateral is valued using the bid price multiplied by the valuation percentage. -
BID_PRICE_PERCENTAGE_LESS_HAIRCUT
@RosettaEnumValue(value="BidPricePercentageLessHaircut", displayName="Securities - Bid Price multiplied by (Valuation Percentage - FX Haircut)") public static final ValueSecuritiesEnum BID_PRICE_PERCENTAGE_LESS_HAIRCUTSecurities collateral is valued using the bid price multiplied by the valuation percentage less the FX haircut. -
MID_PRICE_PERCENTAGE
@RosettaEnumValue(value="MidPricePercentage", displayName="Securities - Mid Price multiplied by Valuation Percentage") public static final ValueSecuritiesEnum MID_PRICE_PERCENTAGESecurities collateral is valued using the mid price multiplied by the valuation percentage. -
MID_PRICE_PERCENTAGE_LESS_HAIRCUT
@RosettaEnumValue(value="MidPricePercentageLessHaircut", displayName="Securities - Mid Price multiplied by (Valuation Percentage - FX Haircut)") public static final ValueSecuritiesEnum MID_PRICE_PERCENTAGE_LESS_HAIRCUTSecurities collateral is valued using the mid price multiplied by the valuation percentage less the FX haircut. -
OTHER
Exception value.
-
-
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<ValueSecuritiesEnum>
-
toDisplayString
-