org_isda_cdm.MarginCallActionEnum.MarginCallActionEnum.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 MarginCallActionEnum
import . "org_isda_cdm"
/**
* Represents the enumeration values to identify the collateral action instruction.
*/
const (
/**
* Indicates an instruction of a new collateral asset delivery.
*/
DELIVERY MarginCallActionEnum = iota + 1
/**
* Indicates an instruction for a return of a principals collateral asset delivery.
*/
RETURN MarginCallActionEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy