.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-CreditRatingCreditWatchEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.observable.asset",
"type": "string",
"title": "CreditRatingCreditWatchEnum",
"description": "Represents the enumerated values to specify the credit watch rating.",
"enum": [
"Developing",
"Negative",
"Positive"
],
"oneOf": [
{
"enum": [
"Developing"
],
"title": "Developing",
"description": "Denotes a rating may be raised, lowered, or affirmed."
},
{
"enum": [
"Negative"
],
"title": "Negative",
"description": "Denotes a rating may be lowered."
},
{
"enum": [
"Positive"
],
"title": "Positive",
"description": "Denotes a rating may be raised."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy