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-ConcentrationLimit.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": "object",
  "title": "ConcentrationLimit",
  "description": "Represents a class to describe concentration limits that may be applicable to eligible collateral criteria.",
  "properties": {
    "concentrationLimitCriteria": {
      "description": "Specifies a set of criteria to describe the assets that the concentration limits apply to.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-collateral-ConcentrationLimitCriteria.schema.json"
      },
      "minItems": 0
    },
    "valueLimit": {
      "description": "Specifies the value of collateral limit represented as a range.",
      "$ref": "cdm-base-math-MoneyRange.schema.json"
    },
    "percentageLimit": {
      "description": "Specifies the perecentage of collateral limit represented as a decimal number - example 25% is 0.25.",
      "$ref": "cdm-base-math-NumberRange.schema.json"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy