Class: MarginCallResponseAction
Specifies the margin call action details, including collateral to be moved and its direction.
URI: common_domain_model:MarginCallResponseAction
classDiagram
class MarginCallResponseAction
click MarginCallResponseAction href "../MarginCallResponseAction/"
MarginCallResponseAction : collateralPositionComponent
MarginCallResponseAction --> "1..*" CollateralPosition : collateralPositionComponent
click CollateralPosition href "../CollateralPosition/"
MarginCallResponseAction : marginCallAction
MarginCallResponseAction --> "1" MarginCallActionEnum : marginCallAction
click MarginCallActionEnum href "../MarginCallActionEnum/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| collateralPositionComponent | 1..* CollateralPosition |
Specifies the collateral to be moved and its direction | direct |
| marginCallAction | 1 MarginCallActionEnum |
Specifies the margin call action details, specified as either Delivery or Ret... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| MarginCallResponse | marginCallResponseAction | range | MarginCallResponseAction |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | common_domain_model:MarginCallResponseAction |
| native | common_domain_model:MarginCallResponseAction |
LinkML Source
Direct
name: MarginCallResponseAction
description: Specifies the margin call action details, including collateral to be
moved and its direction.
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
slots:
- collateralPositionComponent
- marginCallAction
Induced
name: MarginCallResponseAction
description: Specifies the margin call action details, including collateral to be
moved and its direction.
in_subset:
- cdm_event_common
from_schema: https://w3id.org/lmodel/common-domain-model
attributes:
collateralPositionComponent:
name: collateralPositionComponent
description: Specifies the collateral to be moved and its direction.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MarginCallResponseAction
domain_of:
- MarginCallResponseAction
range: CollateralPosition
required: true
multivalued: true
inlined: true
inlined_as_list: true
marginCallAction:
name: marginCallAction
description: Specifies the margin call action details, specified as either Delivery
or Return.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
owner: MarginCallResponseAction
domain_of:
- MarginCallResponseAction
range: MarginCallActionEnum
required: true