.cdm-java.6.0.0-dev.82.source-code.cdm-base-datetime-AdjustableOrAdjustedDate.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.datetime",
"type": "object",
"title": "AdjustableOrAdjustedDate",
"description": "A class for defining a date that shall be subject to adjustment if it 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.",
"properties": {
"unadjustedDate": {
"description": "A date subject to adjustment.",
"type": "string"
},
"dateAdjustments": {
"description": "The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.",
"$ref": "cdm-base-datetime-BusinessDayAdjustments.schema.json"
},
"adjustedDate": {
"description": "The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).",
"$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy