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

.cdm-java.6.0.0-dev.63.source-code.cdm-product-common-NotionalAdjustmentEnum.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.common",
  "type": "string",
  "title": "NotionalAdjustmentEnum",
  "description": "The enumerated values to specify the conditions that govern the adjustment to the number of units of the return swap.",
  "enum": [
    "Execution",
    "PortfolioRebalancing",
    "Standard"
  ],
  "oneOf": [
    {
      "enum": [
        "Execution"
      ],
      "title": "Execution",
      "description": "The adjustments to the number of units are governed by an execution clause."
    },
    
    {
      "enum": [
        "PortfolioRebalancing"
      ],
      "title": "PortfolioRebalancing",
      "description": "The adjustments to the number of units are governed by a portfolio rebalancing clause."
    },
    
    {
      "enum": [
        "Standard"
      ],
      "title": "Standard",
      "description": "The adjustments to the number of units are not governed by any specific clause."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy