.cdm-java.6.0.0-dev.82.source-code.cdm-product-common-schedule-Lag.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.common.schedule",
"type": "object",
"title": "Lag",
"description": "The pricing period per calculation period if the pricing days do not wholly fall within the respective calculation period.",
"properties": {
"lagDuration": {
"description": "Defines the offset of the series of pricing dates relative to the calculation period.",
"$ref": "cdm-base-datetime-Offset.schema.json"
},
"firstObservationDateOffset": {
"description": "Defines the offset of the series of pricing dates relative to the calculation period.",
"$ref": "cdm-base-datetime-Offset.schema.json"
}
},
"required": [
"lagDuration"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy