{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "string",
  "title": "CreditNotationMismatchResolutionEnum",
  "description": "Represents and enumeration list to identify the characteritics of the rating if there are several agency issue ratings but not equivalent, reference will be made to label characteritics of the rating such as the lowest/highest available.",
  "enum": [
    "Average",
    "Highest",
    "Lowest",
    "ReferenceAgency",
    "SecondBest"
  ],
  "oneOf": [
    {
      "enum": [
        "Average"
      ],
      "title": "Average",
      "description": "Denotes the average credit notation if several notations are listed "
    },
    
    {
      "enum": [
        "Highest"
      ],
      "title": "Highest",
      "description": "Denotes the highest credit notation if several notations are listed."
    },
    
    {
      "enum": [
        "Lowest"
      ],
      "title": "Lowest",
      "description": "Denotes the lowest credit notation if several notations are listed."
    },
    
    {
      "enum": [
        "ReferenceAgency"
      ],
      "title": "ReferenceAgency",
      "description": "Denotes that a credit notation issued from a defined reference agency is used if several notations are listed."
    },
    
    {
      "enum": [
        "SecondBest"
      ],
      "title": "SecondBest",
      "description": "Denotes the second best credit notaiton if several notatons are listed"
    }
  ]
}
