{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "CreditRatingDebt",
  "description": "Specifies the credit rating debt type(s) associated with the credit rating notation and scale. When several debt types are specified, they must be qualified through an 'any' or 'all'.",
  "properties": {
    "debtType": {
      "description": "Specifies when there is only one debt type. FpML doesn't specify values in relation to the associated scheme, which is hence not specified as an enumeration as part of the CDM.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "debtTypes": {
      "description": "Specifies if there are several debt types, alongside an 'any' or 'all' or all condition. As an example, Baa1 rating is required for any long term debt and deposit.",
      "$ref": "cdm-observable-asset-MultipleDebtTypes.schema.json"
    }
  }
}
