Class: EnforcementEvent
A class to specify Enforcement Events specific to Security Agreements.
URI: common_domain_model:EnforcementEvent
classDiagram
class EnforcementEvent
click EnforcementEvent href "../EnforcementEvent/"
EnforcementEvent : earlyTerminationDate
EnforcementEvent : failureToPay
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| earlyTerminationDate | 1 Boolean |
The early termination election | direct |
| failureToPay | 0..1 Boolean |
The failure to pay election | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| SecurityAgreementElections | enforcementEvent | range | EnforcementEvent |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:EnforcementEvent |
| native | common_domain_model:EnforcementEvent |
LinkML Source
Direct
name: EnforcementEvent
description: A class to specify Enforcement Events specific to Security Agreements.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- earlyTerminationDate
- failureToPay
Induced
name: EnforcementEvent
description: A class to specify Enforcement Events specific to Security Agreements.
in_subset:
- cdm_legaldocumentation_csa
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
earlyTerminationDate:
name: earlyTerminationDate
description: The early termination election.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: EnforcementEvent
domain_of:
- EnforcementEvent
range: boolean
required: true
failureToPay:
name: failureToPay
description: The failure to pay election.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: EnforcementEvent
domain_of:
- EnforcementEvent
- CreditEvents
range: boolean