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-template-ConstituentWeight.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.template",
  "type": "object",
  "title": "ConstituentWeight",
  "description": "A class describing the weight of each of the underlier constituent within the basket, either in absolute or relative terms.",
  "properties": {
    "openUnits": {
      "description": "The number of units (index or securities) that constitute the underlier of the swap. In the case of a basket swap, this element is used to reference both the number of basket units, and the number of each asset components of the basket when these are expressed in absolute terms.",
      "type": "number"
    },
    "basketPercentage": {
      "description": "The relative weight of each respective basket constituent, expressed in percentage. A basket percentage of 5% would be represented as 0.05.",
      "type": "number"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy