Skip to content

Enum: TransferStatusEnum

The enumeration values to specify the transfer status.

URI: common_domain_model:TransferStatusEnum

Permissible Values

Value Meaning Description
Disputed None The transfer is disputed
Instructed None The transfer has been instructed
Pending None The transfer is pending instruction
Settled None The transfer has been settled
Netted None The transfer has been netted into a separate Transfer

Slots

Name Description
transferStatus Represents the State of the Transfer through its life-cycle

Identifier and Mapping Information

Schema Source

LinkML Source

name: TransferStatusEnum
description: The enumeration values to specify the transfer status.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Disputed:
    text: Disputed
    description: The transfer is disputed.
  Instructed:
    text: Instructed
    description: The transfer has been instructed.
  Pending:
    text: Pending
    description: The transfer is pending instruction.
  Settled:
    text: Settled
    description: The transfer has been settled.
  Netted:
    text: Netted
    description: The transfer has been netted into a separate Transfer.