.cdm-java.6.0.0-dev.63.source-code.cdm-legaldocumentation-common-ClosedStateEnum.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.legaldocumentation.common",
"type": "string",
"title": "ClosedStateEnum",
"description": "The enumerated values to specify what led to the contract or execution closure.",
"enum": [
"Allocated",
"Cancelled",
"Exercised",
"Expired",
"Matured",
"Novated",
"Terminated"
],
"oneOf": [
{
"enum": [
"Allocated"
],
"title": "Allocated",
"description": "The execution or contract has been allocated."
},
{
"enum": [
"Cancelled"
],
"title": "Cancelled",
"description": "The execution or contract has been cancelled."
},
{
"enum": [
"Exercised"
],
"title": "Exercised",
"description": "The (option) contract has been exercised."
},
{
"enum": [
"Expired"
],
"title": "Expired",
"description": "The (option) contract has expired without being exercised."
},
{
"enum": [
"Matured"
],
"title": "Matured",
"description": "The contract has reached its contractual termination date."
},
{
"enum": [
"Novated"
],
"title": "Novated",
"description": "The contract has been novated. This state applies to the stepped-out contract component of the novation event."
},
{
"enum": [
"Terminated"
],
"title": "Terminated",
"description": "The contract has been subject of an early termination event."
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy