Package cdm.legaldocumentation.master
Enum MasterAgreementTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<MasterAgreementTypeEnum>
@RosettaEnum("MasterAgreementTypeEnum")
public enum MasterAgreementTypeEnum
extends Enum<MasterAgreementTypeEnum>
The enumerated values to specify the type of the master agreement governing the transaction.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAFB Master Agreement for Foreign Exchange and Derivatives TransactionsA Bespoke (custom) Master Agreement, including one-off agreements for transactionsClearing Master AgreementContrato Marco de Operaciones FinancierasEEI Master Power Purchase and Sale AgreementEFET General Agreement Concerning the Delivery and Acceptance of ElectricityEFET General Agreement Concerning The Delivery And Acceptance of Natural GasEuropean Master Agreement and the Derivatives Annex (Banking Federation of the European Union)Master Agreement Relating to transactions on Forward Financial Instruments (Federation Bancaire Francaise)GasEDI Base Contract for Short-term Sale and Purchase of Natural GasGerman Master Agreement for Financial derivatives and Addendum for Options on Stock Exchange Indices or SecuritiesICMA Global Master Agreement for REPO TradesISLA Global Master Agreement for Securities LendingFOA Grid Trade Master AgreementInternational Currency Options Market Master AgreementInternational Emissions Trading Association Emissions Reduction Purchase AgreementInternational Emissions Trading Association Emissions Trading Master AgreementInternational Emissions Trading Association International Emissions Trading Master AgreementInternational Foreign Exchange Master AgreementInternational Foreign Exchange and Options Master AgreementISDA Master AgreementISDA-FIA Cleared Derivatives Execution AgreementISDA/IIFM Tahawwut (Hedging) Master Agreement (TMA)Master agreement of Japan Securities Clearing CorporationInternational Bullion Master Agreement Terms published by the London Bullion Market AssociationLeadership in Energy Automated ProcessingCTA Master Coal Purchase and Sales AgreementNAESB Base Contract for Sale and Purchase of Natural GasShort Term Flat NBP Trading Terms and ConditionsStandard Documentation for Derivative Transactions on the Russian Financial MarketsMaster Agreement and Contractual Terms for Repurchase Agreements on the Russian Financial MarketglobalCOAL Standard Coal Trading AgreementSwiss Master Agreement for OTC Derivatives InstrumentsTTF Hub Natural Gas Trading Terms and ConditionsZeebrugge Hub Natural Gas Trading Terms and Conditions -
Method Summary
Modifier and TypeMethodDescriptionstatic MasterAgreementTypeEnumfromDisplayName(String name) toString()static MasterAgreementTypeEnumReturns the enum constant of this type with the specified name.static MasterAgreementTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AFB
AFB Master Agreement for Foreign Exchange and Derivatives Transactions -
BESPOKE
A Bespoke (custom) Master Agreement, including one-off agreements for transactions -
CMA
Clearing Master Agreement -
CMOF
Contrato Marco de Operaciones Financieras -
EEI_POWER
EEI Master Power Purchase and Sale Agreement -
EFET_ELECTRICITY
EFET General Agreement Concerning the Delivery and Acceptance of Electricity -
EFET_GAS
EFET General Agreement Concerning The Delivery And Acceptance of Natural Gas -
EMA
European Master Agreement and the Derivatives Annex (Banking Federation of the European Union) -
FBF
Master Agreement Relating to transactions on Forward Financial Instruments (Federation Bancaire Francaise) -
GAS_EDI
GasEDI Base Contract for Short-term Sale and Purchase of Natural Gas -
GERMAN
German Master Agreement for Financial derivatives and Addendum for Options on Stock Exchange Indices or Securities -
GMRA
ICMA Global Master Agreement for REPO Trades -
GMSLA
ISLA Global Master Agreement for Securities Lending -
GTMA
FOA Grid Trade Master Agreement -
ICOM
International Currency Options Market Master Agreement -
IETA_ERPA
@RosettaEnumValue(value="IETA_ERPA", displayName="IETA-ERPA") public static final MasterAgreementTypeEnum IETA_ERPAInternational Emissions Trading Association Emissions Reduction Purchase Agreement -
IETA_ETMA
@RosettaEnumValue(value="IETA_ETMA", displayName="IETA-ETMA") public static final MasterAgreementTypeEnum IETA_ETMAInternational Emissions Trading Association Emissions Trading Master Agreement -
IETA_IETMA
@RosettaEnumValue(value="IETA_IETMA", displayName="IETA-IETMA") public static final MasterAgreementTypeEnum IETA_IETMAInternational Emissions Trading Association International Emissions Trading Master Agreement -
IFEMA
International Foreign Exchange Master Agreement -
IFEOMA
International Foreign Exchange and Options Master Agreement -
ISDA_MASTER
ISDA Master Agreement -
ISDAFIA_CDEA
@RosettaEnumValue(value="ISDAFIA_CDEA", displayName="ISDAFIA-CDEA") public static final MasterAgreementTypeEnum ISDAFIA_CDEAISDA-FIA Cleared Derivatives Execution Agreement -
ISDAIIFM_TMA
@RosettaEnumValue(value="ISDAIIFM_TMA", displayName="ISDAIIFM-TMA") public static final MasterAgreementTypeEnum ISDAIIFM_TMAISDA/IIFM Tahawwut (Hedging) Master Agreement (TMA) -
JSCC
Master agreement of Japan Securities Clearing Corporation -
LBMA
International Bullion Master Agreement Terms published by the London Bullion Market Association -
LEAP
Leadership in Energy Automated Processing -
MCPSA
CTA Master Coal Purchase and Sales Agreement -
NAESB_GAS
NAESB Base Contract for Sale and Purchase of Natural Gas -
NBP
Short Term Flat NBP Trading Terms and Conditions -
RUSSIAN_DERIVATIVES
@RosettaEnumValue("RussianDerivatives") public static final MasterAgreementTypeEnum RUSSIAN_DERIVATIVESStandard Documentation for Derivative Transactions on the Russian Financial Markets -
RUSSIAN_REPO
Master Agreement and Contractual Terms for Repurchase Agreements on the Russian Financial Market -
S_CO_TA
globalCOAL Standard Coal Trading Agreement -
SWISS
Swiss Master Agreement for OTC Derivatives Instruments -
TTF
TTF Hub Natural Gas Trading Terms and Conditions -
ZBT
Zeebrugge Hub Natural Gas Trading Terms and Conditions
-
-
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<MasterAgreementTypeEnum>
-
toDisplayString
-