org_isda_cdm.CreditRatingOutlookEnum.CreditRatingOutlookEnum.go Maven / Gradle / Ivy
/**
* This file is auto-generated from the ISDA Common Domain Model, do not edit.
* Version: 6.0.0-dev.72
*/
package CreditRatingOutlookEnum
import . "org_isda_cdm"
/**
* Represents the enumerated values to specify the credit rating outlook.
*/
const (
/**
* Denotes a rating may be raised, lowered, or affirmed.
*/
DEVELOPING CreditRatingOutlookEnum = iota + 1
/**
* Denotes a rating may be lowered.
*/
NEGATIVE CreditRatingOutlookEnum = iota + 1
/**
* Denotes a rating may be raised.
*/
POSITIVE CreditRatingOutlookEnum = iota + 1
/**
* Denotes a rating is not likely to change.
*/
STABLE CreditRatingOutlookEnum = iota + 1
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy