All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-product-collateral-RatingPriorityResolutionEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.collateral",
  "type": "string",
  "title": "RatingPriorityResolutionEnum",
  "description": "Represents an enumeration list to identify which Collateral Criteria type should have priority over others. If set to 'Issuer', the rating in the 
  Issuer Criteria has priority or is used if there is no Asset criteria. If set to 'Asset', the rating in the Asset Criteria has priority or is used if there is no Issuer rating.",
  "enum": [
    "Asset",
    "Average",
    "Highest",
    "Issuer",
    "Lowest"
  ],
  "oneOf": [
    {
      "enum": [
        "Asset"
      ],
      "title": "Asset",
      "description": "Denotes that the Asset Criteria has priority."
    },
    
    {
      "enum": [
        "Average"
      ],
      "title": "Average",
      "description": "Denotes that average rating should be used if several criteria apply."
    },
    
    {
      "enum": [
        "Highest"
      ],
      "title": "Highest",
      "description": "Denotes that highest rating should be used if several criteria apply."
    },
    
    {
      "enum": [
        "Issuer"
      ],
      "title": "Issuer",
      "description": "Denotes that the Issuer Criteria has priority."
    },
    
    {
      "enum": [
        "Lowest"
      ],
      "title": "Lowest",
      "description": "Denotes that lowest rating should be used if several criteria apply."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy