Skip to content

Enum: ClosedStateEnum

The enumerated values to specify what led to the contract or execution closure.

URI: common_domain_model:ClosedStateEnum

Permissible Values

Value Meaning Description
Allocated None The execution or contract has been allocated
Cancelled None The execution or contract has been cancelled
Exercised None The (option) contract has been exercised
Expired None The (option) contract has expired without being exercised
Matured None The contract has reached its contractual termination date
Novated None The contract has been novated
Terminated None The contract has been subject of an early termination event

Slots

Name Description
state The qualification of what gave way to the contract or execution closure, e

Identifier and Mapping Information

Schema Source

LinkML Source

name: ClosedStateEnum
description: The enumerated values to specify what led to the contract or execution
  closure.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Allocated:
    text: Allocated
    description: The execution or contract has been allocated.
  Cancelled:
    text: Cancelled
    description: The execution or contract has been cancelled.
  Exercised:
    text: Exercised
    description: The (option) contract has been exercised.
  Expired:
    text: Expired
    description: The (option) contract has expired without being exercised.
  Matured:
    text: Matured
    description: The contract has reached its contractual termination date.
  Novated:
    text: Novated
    description: The contract has been novated. This state applies to the stepped-out
      contract component of the novation event.
  Terminated:
    text: Terminated
    description: The contract has been subject of an early termination event.