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

.cdm-java.5.9.1.source-code.cdm-observable-asset-MultipleCreditNotations.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "MultipleCreditNotations",
  "description": "Represetns a class to specify multiple credit notations alongside a conditional 'any' or 'all' qualifier.",
  "properties": {
    "condition": {
      "description": "An enumerated element, to qualify whether All or Any credit notation applies.",
      "$ref": "cdm-base-math-QuantifierEnum.schema.json"
    },
    "creditNotation": {
      "description": "At least two credit notations much be specified.",
      "type": "array",
      "items": {
        "$ref": "cdm-observable-asset-metafields-FieldWithMetaCreditNotation.schema.json"
      },
      "minItems": 2
    },
    "mismatchResolution": {
      "$ref": "cdm-observable-asset-CreditNotationMismatchResolutionEnum.schema.json"
    },
    "referenceAgency": {
      "$ref": "cdm-observable-asset-CreditRatingAgencyEnum.schema.json"
    }
  },
  "required": [
    "condition"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy