Skip to content

Enum: CallTypeEnum

Represents the enumeration values that indicate the intended status of message type, such as expected call, notification of a call or a margin call.

URI: common_domain_model:CallTypeEnum

Permissible Values

Value Meaning Description
MarginCall None Identifies an actionable Margin Call
Notification None Identifies a notification of a Margin Call for legal obligation to notify oth...
ExpectedCall None Identifies an expected Margin Call instruction for either party to notify the...

Slots

Name Description
callType Indicates the status of the call message type, such as expected call, notific...

Identifier and Mapping Information

Schema Source

LinkML Source

name: CallTypeEnum
description: Represents the enumeration values that indicate the intended status of
  message type, such as expected call, notification of a call or a margin call.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  MarginCall:
    text: MarginCall
    description: Identifies an actionable Margin Call.
  Notification:
    text: Notification
    description: Identifies a notification of a Margin Call for legal obligation to
      notify other party to initiate a margin call when notifying party is calculation
      or valuation agent.
  ExpectedCall:
    text: ExpectedCall
    description: Identifies an expected Margin Call instruction for either party to
      notify the other or their service provider of an expected margin call movement.