.cdm-java.6.0.0-dev.82.source-code.cdm-base-datetime-AdjustableRelativeOrPeriodicDates.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.datetime",
"type": "object",
"title": "AdjustableRelativeOrPeriodicDates",
"description": "A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates, or as a calculation period schedule.",
"properties": {
"adjustableDates": {
"description": "A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.",
"$ref": "cdm-base-datetime-AdjustableDates.schema.json"
},
"relativeDates": {
"description": "A series of dates specified as some offset to another series of dates (the anchor dates).",
"$ref": "cdm-base-datetime-RelativeDates.schema.json"
},
"periodicDates": {
"description": "A calculation period schedule.",
"$ref": "cdm-base-datetime-PeriodicDates.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy