.cdm-java.6.0.0-dev.72.source-code.cdm-base-datetime-BusinessDateRange.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.base.datetime",
"type": "object",
"title": "BusinessDateRange",
"description": "A class defining a range of contiguous business days by defining an unadjusted first date, an unadjusted last date and a business day convention and business centers for adjusting the first and last dates if they would otherwise fall on a non business day in the specified business centers. The days between the first and last date must also be good business days in the specified centers to be counted in the range.",
"properties": {
"startDate": {
"description": "The first date of a date range.",
"type": "string"
},
"endDate": {
"description": "The last date of a date range.",
"type": "string"
},
"businessDayConvention": {
"description": "The convention for adjusting a date if it would otherwise fall on a day that is not a business day, as specified by an ISDA convention (e.g. Following, Precedent).",
"$ref": "cdm-base-datetime-BusinessDayConventionEnum.schema.json"
},
"businessCenters": {
"description": "The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.",
"$ref": "cdm-base-datetime-BusinessCenters.schema.json"
}
},
"required": [
"businessDayConvention"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy