{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "CashPrice",
  "description": "Specifies the nature of a cash price either as a fee type, cash price type, or premium expression.",
  "properties": {
    "cashPriceType": {
      "description": "Specifies the type of Cash Price.",
      "$ref": "cdm-observable-asset-CashPriceTypeEnum.schema.json"
    },
    "premiumExpression": {
      "description": "Specifies a premium when expressed in a way other than an amount, and any required forward starting price definition.",
      "$ref": "cdm-observable-asset-PremiumExpression.schema.json"
    },
    "feeType": {
      "description": "Specifies the event type associated with a fee.",
      "$ref": "cdm-observable-asset-FeeTypeEnum.schema.json"
    }
  },
  "required": [
    "cashPriceType"
  ]
}
