.cdm-java.5.9.1.source-code.cdm-product-common-schedule-ObservationDates.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.common.schedule",
"type": "object",
"title": "ObservationDates",
"description": "Describes date details for a set of observation dates in parametric or non-parametric form.",
"properties": {
"observationSchedule": {
"description": "Specifies a schedule of dates (non-parametric) on which market observations take place, and allows for the optional definition of weights where applicable. When no weight is specified, then weight of each date is assumed to be 1.0",
"$ref": "cdm-product-common-schedule-ObservationSchedule.schema.json"
},
"periodicSchedule": {
"description": "Specifies the date range and frequency on which market observations take place. Weights can be assigned to dates in the schedule by assigning the weight and corresponding observationReference in the observationSchedule.",
"$ref": "cdm-base-datetime-PeriodicDates.schema.json"
},
"parametricDates": {
"description": "Specifies parametric terms to determine which days within a given calculation period the price would be observed. Typically associated with Commodities. ",
"$ref": "cdm-product-common-schedule-ParametricDates.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy