Skip to content

Enum: MarginCallResponseTypeEnum

Represents the enumeration values to define the response type to a margin call.

URI: common_domain_model:MarginCallResponseTypeEnum

Permissible Values

Value Meaning Description
AgreeinFull None Specifies a 'Full Agreement' to Margin Call
PartiallyAgree None Specifies a 'Partial agreement' to Margin Call
Dispute None Specifies a 'Full Dispute' to a Margin call

Slots

Name Description
marginResponseType Indicates the response type, such as, is the margin call response a 'full' 'p...

Identifier and Mapping Information

Schema Source

LinkML Source

name: MarginCallResponseTypeEnum
description: Represents the enumeration values to define the response type to a margin
  call.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  AgreeinFull:
    text: AgreeinFull
    description: Specifies a 'Full Agreement' to Margin Call.
  PartiallyAgree:
    text: PartiallyAgree
    description: Specifies a 'Partial agreement' to Margin Call.
  Dispute:
    text: Dispute
    description: Specifies a 'Full Dispute' to a Margin call.