{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "UnscheduledTransfer",
  "description": "An ad-hoc transfer instigated by a party to 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 unscheduled transfer.",
      "$ref": "cdm-product-common-settlement-UnscheduledTransferEnum.schema.json"
    }
  }
}
