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-common-schedule-ObservationTerms.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.schedule",
  "type": "object",
  "title": "ObservationTerms",
  "description": "Class containing terms that are associated with observing a price/benchmark/index across either single or multiple observations. ",
  "properties": {
    "observationTime": {
      "description": "Defines time in respect to a business calendar location that the price/benchmark/index is observed",
      "$ref": "cdm-base-datetime-BusinessCenterTime.schema.json"
    },
    "observationTimeType": {
      "description": "The enumerated values to specify points in the day when option exercise and valuation can occur.",
      "$ref": "cdm-observable-common-TimeTypeEnum.schema.json"
    },
    "informationSource": {
      "description": "The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.",
      "$ref": "cdm-observable-asset-FxSpotRateSource.schema.json"
    },
    "precision": {
      "description": "Defines rounding rules and precision to be used in the rounding of observations.",
      "$ref": "cdm-base-math-Rounding.schema.json"
    },
    "calculationPeriodDates": {
      "description": "Defines parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods. A calculation period schedule consists of an optional initial stub calculation period, one or more regular calculation periods and an optional final stub calculation period. In the absence of any initial or final stub calculation periods, the regular part of the calculation period schedule is assumed to be between the effective date and the termination date. No implicit stubs are allowed, i.e. stubs must be explicitly specified using an appropriate combination of firstPeriodStartDate, firstRegularPeriodStartDate and lastRegularPeriodEndDate.",
      "$ref": "cdm-product-common-schedule-CalculationPeriodDates.schema.json"
    },
    "observationDates": {
      "description": "Describes date details for a set of observation dates in parametric or non-parametric form.",
      "$ref": "cdm-product-common-schedule-ObservationDates.schema.json"
    },
    "numberOfObservationDates": {
      "description": "The number of observation dates between observation start date and observation end date.",
      "type": "integer"
    }
  },
  "required": [
    "observationDates"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy