{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "TransferState",
  "description": "Defines the fundamental financial information associated with a Transfer event. Each TransferState specifies where a Transfer is in its life-cycle. TransferState is a root type and as such, can be created independently to any other CDM data type, but can also be used as part of the CDM Event Model.",
  "properties": {
    "transfer": {
      "description": "Represents the Transfer that has been effected by a business or life-cycle event.",
      "$ref": "cdm-event-common-Transfer.schema.json"
    },
    "transferStatus": {
      "description": "Represents the State of the Transfer through its life-cycle.",
      "$ref": "cdm-event-common-TransferStatusEnum.schema.json"
    }
  },
  "required": [
    "transfer"
  ]
}
