Skip to content

Class: CustomisableOffset

A class to specify an offset either as a normalized [multiplier, period, dayType] or as a custom provision of type string.

URI: common_domain_model:CustomisableOffset

 classDiagram
    class CustomisableOffset
    click CustomisableOffset href "../CustomisableOffset/"
      CustomisableOffset : customProvision

      CustomisableOffset : offset





        CustomisableOffset --> "0..1" Offset : offset
        click Offset href "../Offset/"



Slots

Name Cardinality and Range Description Inheritance
offset 0..1
Offset
direct
customProvision 0..1
string
direct

Usages

used by used in type used
CustodianEventEndDate daysAfterCustodianEvent range CustomisableOffset
CustodianEventEndDate releaseDate range CustomisableOffset
CustodianEventEndDate safekeepingPeriodExpiry range CustomisableOffset
CustodianEventEndDate dateOfTimelyStatement range CustomisableOffset
PledgeeRepresentativeRider representativeEndDate range CustomisableOffset

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: CustomisableOffset
description: A class to specify an offset either as a normalized [multiplier, period,
  dayType] or as a custom provision of type string.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- offset
- customProvision

Induced

name: CustomisableOffset
description: A class to specify an offset either as a normalized [multiplier, period,
  dayType] or as a custom provision of type string.
in_subset:
- cdm_base_datetime
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
  offset:
    name: offset
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CustomisableOffset
    domain_of:
    - CustomisableOffset
    - CollateralInterestNotification
    range: Offset
  customProvision:
    name: customProvision
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CustomisableOffset
    domain_of:
    - CustomisableOffset
    - AmendmentEffectiveDate
    - ConditionsPrecedent
    range: string