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

.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-MultipleDebtTypes.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.observable.asset",
  "type": "object",
  "title": "MultipleDebtTypes",
  "description": "Represents a class to specify multiple credit debt types alongside a conditional 'any' or 'all' qualifier.",
  "properties": {
    "condition": {
      "description": "An enumerated attribute, to qualify whether All or Any debt type applies.",
      "$ref": "cdm-base-math-QuantifierEnum.schema.json"
    },
    "debtType": {
      "description": "The type of debt, e.g. long term debt, deposit, ... FpML doesn't specific a scheme value, hence no enumeration is specified as part of the CDM. At least two debt types much be specified.",
      "type": "array",
      "items": {
        "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
      },
      "minItems": 2
    }
  },
  "required": [
    "condition"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy