.cdm-java.6.0.0-dev.72.source-code.cdm-observable-event-TriggerTimeTypeEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.observable.event",
"type": "string",
"title": "TriggerTimeTypeEnum",
"description": "The enumerated values to specify the time of day which would be considered for valuing the knock event.",
"enum": [
"Anytime",
"Closing"
],
"oneOf": [
{
"enum": [
"Anytime"
],
"title": "Anytime",
"description": "At any time during the Knock Determination period (continuous barrier)."
},
{
"enum": [
"Closing"
],
"title": "Closing",
"description": "The close of trading on a day would be considered for valuation."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy