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

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

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.collateral",
  "type": "object",
  "title": "CollateralTreatment",
  "description": "Specifies the treatment terms for the eligible collateral criteria specified.",
  "properties": {
    "valuationTreatment": {
      "description": "Specification of the valuation treatment for the specified collateral.",
      "$ref": "cdm-product-collateral-CollateralValuationTreatment.schema.json"
    },
    "concentrationLimit": {
      "description": "Specification of concentration limits applicable to the collateral criteria.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-collateral-ConcentrationLimit.schema.json"
      },
      "minItems": 0
    },
    "isIncluded": {
      "description": "A boolean attribute to specify whether collateral critieria are inclusion (True) or exclusion (False) criteria.",
      "type": "boolean"
    }
  },
  "required": [
    "isIncluded"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy