{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "ScheduledTransfer",
  "description": "A scheduled transfer built into the contract.",
  "properties": {
    "quantity": {
      "description": "Represents the amount of the asset to be transferred. The cashflow amount is always a positive number, as the cashflow direction is implied by the payer/receiver attribute.",
      "$ref": "cdm-base-math-NonNegativeQuantity.schema.json"
    },
    "asset": {
      "description": "Represents the object that is subject to the transfer, it could be an asset or a reference.",
      "$ref": "cdm-base-staticdata-asset-common-Asset.schema.json"
    },
    "settlementDate": {
      "description": "Represents the date on which the transfer to due.",
      "$ref": "cdm-base-datetime-AdjustableOrAdjustedOrRelativeDate.schema.json"
    },
    "paymentDiscounting": {
      "description": "FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.",
      "$ref": "cdm-product-common-settlement-PaymentDiscounting.schema.json"
    },
    "identifier": {
      "description": "Represents a unique reference to the transfer.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-identifier-metafields-FieldWithMetaIdentifier.schema.json"
      },
      "minItems": 0
    },
    "payerReceiver": {
      "description": "Represents the parties to the transfer and their role.",
      "$ref": "cdm-base-staticdata-party-PartyReferencePayerReceiver.schema.json"
    },
    "transferType": {
      "description": "Specifies the type of scheduled transfer.",
      "$ref": "cdm-product-common-settlement-ScheduledTransferEnum.schema.json"
    },
    "payoutReference": {
      "description": "Represents the origin to the transfer as a reference for lineage purposes, whether it originated from trade level settlement terms or from payment terms on an economic payout.",
      "$ref": "cdm-product-template-metafields-ReferenceWithMetaPayout.schema.json"
    }
  },
  "required": [
    "transferType"
  ]
}
