Skip to content

Class: GracePeriodExtension

URI: common_domain_model:GracePeriodExtension

 classDiagram
    class GracePeriodExtension
    click GracePeriodExtension href "../GracePeriodExtension/"
      GracePeriodExtension : applicable

      GracePeriodExtension : gracePeriod





        GracePeriodExtension --> "0..1" Offset : gracePeriod
        click Offset href "../Offset/"



Slots

Name Cardinality and Range Description Inheritance
applicable 1
Boolean
Indicates whether the grace period extension provision is applicable direct
gracePeriod 0..1
Offset
The number of calendar or business days after any due date that the reference... direct

Usages

used by used in type used
FailureToPay gracePeriodExtension range GracePeriodExtension

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:GracePeriodExtension
native common_domain_model:GracePeriodExtension

LinkML Source

Direct

name: GracePeriodExtension
in_subset:
- cdm_observable_event
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- applicable
- gracePeriod
slot_usage:
  applicable:
    name: applicable
    description: Indicates whether the grace period extension provision is applicable.

Induced

name: GracePeriodExtension
in_subset:
- cdm_observable_event
from_schema: https://w3id.org/lmodel/common-domain-model
slot_usage:
  applicable:
    name: applicable
    description: Indicates whether the grace period extension provision is applicable.
attributes:
  applicable:
    name: applicable
    description: Indicates whether the grace period extension provision is applicable.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: GracePeriodExtension
    domain_of:
    - NotDomesticCurrency
    - SpecifiedCurrency
    - FinalReturns
    - FailureToPay
    - GracePeriodExtension
    - Restructuring
    - VolatilityCapFloor
    - PCDeliverableObligationCharac
    range: boolean
    required: true
  gracePeriod:
    name: gracePeriod
    description: 'The number of calendar or business days after any due date that
      the reference entity has to fulfil its obligations before a failure to pay credit
      event is deemed to have occurred. ISDA 2003 Term: Grace Period.'
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: GracePeriodExtension
    domain_of:
    - GracePeriodExtension
    range: Offset