org_isda_cdm.IndexAnnexSourceEnum.IndexAnnexSourceEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.82
*/
package IndexAnnexSourceEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the CDX index annex source.
*/
const (
/**
* As defined in the relevant form of Master Confirmation applicable to the confirmation of Dow Jones CDX indices.
*/
MASTER_CONFIRMATION IndexAnnexSourceEnum = iota + 1
/**
* As defined in the relevant form of Master Confirmation applicable to the confirmation of Dow Jones CDX indices.
*/
PUBLISHER IndexAnnexSourceEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy