Skip to content

Class: CollateralInterestNotification

Represents the parameters describing when notifications should be made for required collateral interest transfers.

URI: common_domain_model:CollateralInterestNotification

 classDiagram
    class CollateralInterestNotification
    click CollateralInterestNotification href "../CollateralInterestNotification/"
      CollateralInterestNotification : notificationDayType





        CollateralInterestNotification --> "1" DayTypeEnum : notificationDayType
        click DayTypeEnum href "../DayTypeEnum/"



      CollateralInterestNotification : notificationTime

      CollateralInterestNotification : offset

      CollateralInterestNotification : trigger

Slots

Name Cardinality and Range Description Inheritance
trigger 1
string
Specifies what triggers notification (should be enum) Interest Statement Freq... direct
offset 1
Decimal
Specifies the number of days before (negative) or after (positive) the trigge... direct
notificationTime 1
time
Specifies the time of day that the notification should occur direct
notificationDayType 1
DayTypeEnum
The type of days on which notification should occur direct

Usages

used by used in type used
CollateralInterestHandlingParameters notification range CollateralInterestNotification

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self common_domain_model:CollateralInterestNotification
native common_domain_model:CollateralInterestNotification
close fpml_5_10:CollateralInterestNotification

LinkML Source

Direct

name: CollateralInterestNotification
description: Represents the parameters describing when notifications should be made
  for required collateral interest transfers.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CollateralInterestNotification
slots:
- trigger
- offset
- notificationTime
- notificationDayType
slot_usage:
  trigger:
    name: trigger
    description: Specifies what triggers notification (should be enum) Interest Statement
      Frequency, Period End Date.
    range: string
  offset:
    name: offset
    description: Specifies the number of days before (negative) or after (positive)
      the trigger event.
    range: decimal
    required: true
  notificationTime:
    name: notificationTime
    description: Specifies the time of day that the notification should occur.
    range: time

Induced

name: CollateralInterestNotification
description: Represents the parameters describing when notifications should be made
  for required collateral interest transfers.
in_subset:
- cdm_product_collateral
from_schema: https://w3id.org/lmodel/common-domain-model
close_mappings:
- fpml_5_10:CollateralInterestNotification
slot_usage:
  trigger:
    name: trigger
    description: Specifies what triggers notification (should be enum) Interest Statement
      Frequency, Period End Date.
    range: string
  offset:
    name: offset
    description: Specifies the number of days before (negative) or after (positive)
      the trigger event.
    range: decimal
    required: true
  notificationTime:
    name: notificationTime
    description: Specifies the time of day that the notification should occur.
    range: time
attributes:
  trigger:
    name: trigger
    description: Specifies what triggers notification (should be enum) Interest Statement
      Frequency, Period End Date.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CollateralInterestNotification
    domain_of:
    - TriggerEvent
    - CollateralInterestNotification
    range: string
    required: true
  offset:
    name: offset
    description: Specifies the number of days before (negative) or after (positive)
      the trigger event.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CollateralInterestNotification
    domain_of:
    - CustomisableOffset
    - CollateralInterestNotification
    range: decimal
    required: true
  notificationTime:
    name: notificationTime
    description: Specifies the time of day that the notification should occur.
    from_schema: https://w3id.org/lmodel/common-domain-model
    rank: 1000
    owner: CollateralInterestNotification
    domain_of:
    - CalculationAndTimingBase
    - NotificationTimeElection
    - CollateralSpecification
    - CollateralInterestNotification
    - RecallProvision
    range: time
    required: true
  notificationDayType:
    name: notificationDayType
    description: The type of days on which notification should occur.
    from_schema: https://w3id.org/lmodel/common-domain-model
    close_mappings:
    - fpml_5_10:CollateralInterestNotification.notificationDayType
    rank: 1000
    owner: CollateralInterestNotification
    domain_of:
    - CollateralInterestNotification
    range: DayTypeEnum
    required: true