{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.template",
  "type": "object",
  "title": "Payout",
  "description": "Represents the set of future cashflow methodologies in the form of specific payout data type(s) which result from the financial product.  Examples: a trade in a cash asset will use only a settlement payout; for derivatives, two interest rate payouts can be combined to specify an interest rate swap; one interest rate payout can be combined with a credit default payout to specify a credit default swap.",
  "properties": {
    "AssetPayout": {
      "description": "Defines the assets and movements in a security financing transaction.",
      "$ref": "cdm-product-template-AssetPayout.schema.json"
    },
    "CommodityPayout": {
      "description": "Defines the payout for the floating leg of a Commodity Swap.",
      "$ref": "cdm-product-asset-CommodityPayout.schema.json"
    },
    "CreditDefaultPayout": {
      "description": "The credit default payout, which provides the details necessary for determining when a credit payout will be triggered as well as the parameters for calculating the payout and the settlement terms.",
      "$ref": "cdm-product-asset-CreditDefaultPayout.schema.json"
    },
    "FixedPricePayout": {
      "description": "Defines a payout in which one or more payouts are defined as a fixed price.",
      "$ref": "cdm-product-template-FixedPricePayout.schema.json"
    },
    "InterestRatePayout": {
      "description": "All of the terms necessary to define and calculate a cash flow based on a fixed, a floating or an inflation index rate. The interest rate payout can be applied to interest rate swaps and FRA (which both have two associated interest rate payouts), credit default swaps (to represent the fee leg when subject to periodic payments) and equity swaps (to represent the funding leg).",
      "$ref": "cdm-product-asset-InterestRatePayout.schema.json"
    },
    "OptionPayout": {
      "description": "The option payout.",
      "$ref": "cdm-product-template-OptionPayout.schema.json"
    },
    "PerformancePayout": {
      "description": "The performance payout, which encompasses the equity price returns, dividend returns, volatility return, variance return and correlation provisions.",
      "$ref": "cdm-product-template-PerformancePayout.schema.json"
    },
    "SettlementPayout": {
      "description": "Represents a forward settling payout. The 'Underlier' attribute captures the underlying payout, which is settled according to the 'SettlementTerms' attribute. Both FX Spot and FX Forward should use this component.",
      "$ref": "cdm-product-template-SettlementPayout.schema.json"
    }
  }
}
