org_isda_cdm.ValuationMethodEnum.ValuationMethodEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.63
*/
package ValuationMethodEnum
import . "org_isda_cdm"
/**
* The enumerated values to specify the ISDA defined methodology for determining the final price of the reference obligation for purposes of cash settlement.
*/
const (
AVERAGE_BLENDED_HIGHEST ValuationMethodEnum = iota + 1
AVERAGE_BLENDED_MARKET ValuationMethodEnum = iota + 1
AVERAGE_HIGHEST ValuationMethodEnum = iota + 1
AVERAGE_MARKET ValuationMethodEnum = iota + 1
BLENDED_HIGHEST ValuationMethodEnum = iota + 1
BLENDED_MARKET ValuationMethodEnum = iota + 1
HIGHEST ValuationMethodEnum = iota + 1
MARKET ValuationMethodEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy