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

.cdm-java.6.0.0-dev.63.source-code.cdm-base-math-AveragingWeightingMethodEnum.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.base.math",
  "type": "string",
  "title": "AveragingWeightingMethodEnum",
  "description": "The enumerated values to specify the method of calculation to be used when averaging rates. Per ISDA 2000 Definitions, Section 6.2. Certain Definitions Relating to Floating Amounts.",
  "enum": [
    "Unweighted",
    "Weighted"
  ],
  "oneOf": [
    {
      "enum": [
        "Unweighted"
      ],
      "title": "Unweighted",
      "description": "The arithmetic mean of the relevant rates for each reset date."
    },
    
    {
      "enum": [
        "Weighted"
      ],
      "title": "Weighted",
      "description": "The arithmetic mean of the relevant rates in effect for each day in a calculation period calculated by multiplying each relevant rate by the number of days such relevant rate is in effect, determining the sum of such products and dividing such sum by the number of days in the calculation period."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy