{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "string",
  "title": "PriceSubTypeEnum",
  "description": "Provides a list of possible sub types of the chosen price type, used in conjunction with the PriceTypeEnum.",
  "enum": [
    "Fee",
    "Rebate"
  ],
  "oneOf": [
    {
      "enum": [
        "Fee"
      ],
      "title": "Fee",
      "description": "The lending fee associated with borrowing a security."
    },
    
    {
      "enum": [
        "Rebate"
      ],
      "title": "Rebate",
      "description": "Denotes any rebate that is attributed to the cashflow. For example, where a lender will provide a rebate on the cash given to them by the borrower as collateral on a securities lending trade. "
    }
  ]
}
