org_isda_cdm.RegIMRoleEnum.RegIMRoleEnum.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 RegIMRoleEnum
import . "org_isda_cdm"
/**
* Represents the enumeration values to specify the role of the party in relation to a regulatory initial margin call.
*/
const (
/**
* Indicates 'Pledgor' party of initial margin call.
*/
PLEDGOR RegIMRoleEnum = iota + 1
/**
* Indicates 'Secured' party of initial margin call.
*/
SECURED RegIMRoleEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy