{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.template",
  "type": "object",
  "title": "TransferableProduct",
  "description": "A TransferableProduct is a type of financial product which can be held or transferred, represented as an Asset with the addition of specific EconomicTerms.",
  "properties": {
    "asset": {
      "description": "An Asset is defined as something that can be owned and transferred in the financial markets.",
      "$ref": "cdm-base-staticdata-asset-common-Asset.schema.json"
    },
    "economicTerms": {
      "description": "The price forming features, including payouts and provisions.",
      "$ref": "cdm-product-template-EconomicTerms.schema.json"
    },
    "productPartyRole": {
      "description": "Overrides the parties on the trade to identify the party with the obligation to pay dividends or coupons, e.g issuer.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    }
  },
  "required": [
    "asset",
    "economicTerms",
    "productPartyRole"
  ]
}
