org_isda_cdm.LegalAgreementPublisherEnum.LegalAgreementPublisherEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 5.0.1
*/
package LegalAgreementPublisherEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the legal agreement publisher.
*/
const (
/**
* Association Française des Banques.
*/
AFB LegalAgreementPublisherEnum = iota + 1
/**
* BNY Mellon
*/
BNYM LegalAgreementPublisherEnum = iota + 1
/**
* Emerging Markets Traders Association
*/
EMTA LegalAgreementPublisherEnum = iota + 1
/**
* International Capital Markets Association
*/
ICMA LegalAgreementPublisherEnum = iota + 1
/**
* International Swaps and Derivatives Association, Inc.
*/
ISDA LegalAgreementPublisherEnum = iota + 1
/**
* ISDA and Clearstream
*/
ISDA_CLEARSTREAM LegalAgreementPublisherEnum = iota + 1
/**
* ISDA and Euroclear
*/
ISDA_EUROCLEAR LegalAgreementPublisherEnum = iota + 1
/**
* International Securities Lending Association
*/
ISLA LegalAgreementPublisherEnum = iota + 1
/**
* JP Morgan
*/
JP_MORGAN LegalAgreementPublisherEnum = iota + 1
/**
* The Foreign Exchange Committee
*/
THE_FX_COMMITTEE LegalAgreementPublisherEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy