Package cdm.observable.asset
Enum InformationProviderEnum
- All Implemented Interfaces:
Serializable,Comparable<InformationProviderEnum>
@RosettaEnum("InformationProviderEnum")
public enum InformationProviderEnum
extends Enum<InformationProviderEnum>
The enumerated values to specify the list of information providers.
- Version:
- 5.30.0 Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/information-provider" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Association of Banks in Singapore.The central bank of Chile.The central bank of Canada.The Bank Of England.The central bank of Japan.Bloomberg LP.The European Central Bank.The Federal Reserve, the central bank of the United States.The Federal Home Loan Bank of San Francisco, or its successor.ICESWAP Rate Administrator which means ICE Benchmark Administration, or any successor thereto, as administrator of the ICE Swap Rate.International Swaps and Derivatives Association, Inc.Refinitiv, formerly Thomson Reuters Financial & Risk.The Reserve Bank of Australia.The Reserve Bank of New Zealand.Reuters Group Plc.South African Futures Exchange, or its successor.Telerate, Inc.The Tokyo Swap Reference Rate (or TSR) Administrator, which means Refinitiv Asia Pacific Limited, or any successor thereto, as administrator of the TSR. -
Method Summary
Modifier and TypeMethodDescriptionstatic InformationProviderEnumfromDisplayName(String name) toString()static InformationProviderEnumReturns the enum constant of this type with the specified name.static InformationProviderEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ASSOC_BANKS_SINGAPORE
@RosettaEnumValue("AssocBanksSingapore") public static final InformationProviderEnum ASSOC_BANKS_SINGAPOREThe Association of Banks in Singapore. -
BANCO_CENTRAL_CHILE
@RosettaEnumValue("BancoCentralChile") public static final InformationProviderEnum BANCO_CENTRAL_CHILEThe central bank of Chile. -
BANK_OF_CANADA
The central bank of Canada. -
BANK_OF_ENGLAND
The Bank Of England. -
BANK_OF_JAPAN
The central bank of Japan. -
BLOOMBERG
Bloomberg LP. -
EURO_CENTRAL_BANK
The European Central Bank. -
FEDERAL_RESERVE
The Federal Reserve, the central bank of the United States. -
FHLBSF
The Federal Home Loan Bank of San Francisco, or its successor. -
ICESWAP
ICESWAP Rate Administrator which means ICE Benchmark Administration, or any successor thereto, as administrator of the ICE Swap Rate. -
ISDA
International Swaps and Derivatives Association, Inc. -
REFINITIV
Refinitiv, formerly Thomson Reuters Financial & Risk. -
RESERVE_BANK_AUSTRALIA
@RosettaEnumValue("ReserveBankAustralia") public static final InformationProviderEnum RESERVE_BANK_AUSTRALIAThe Reserve Bank of Australia. -
RESERVE_BANK_NEW_ZEALAND
@RosettaEnumValue("ReserveBankNewZealand") public static final InformationProviderEnum RESERVE_BANK_NEW_ZEALANDThe Reserve Bank of New Zealand. -
REUTERS
Reuters Group Plc. -
SAFEX
South African Futures Exchange, or its successor. -
TELERATE
Telerate, Inc. -
TOKYOSWAP
The Tokyo Swap Reference Rate (or TSR) Administrator, which means Refinitiv Asia Pacific Limited, or any successor thereto, as administrator of the TSR.
-
-
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<InformationProviderEnum>
-
toDisplayString
-