{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "string",
  "title": "QuotationRateTypeEnum",
  "description": "The enumerated values to specify the type of quotation rate to be obtained from each cash settlement reference bank.",
  "enum": [
    "Ask",
    "Bid",
    "ExercisingPartyPays",
    "Mid"
  ],
  "oneOf": [
    {
      "enum": [
        "Ask"
      ],
      "title": "Ask",
      "description": "An ask rate."
    },
    
    {
      "enum": [
        "Bid"
      ],
      "title": "Bid",
      "description": "A bid rate."
    },
    
    {
      "enum": [
        "ExercisingPartyPays"
      ],
      "title": "ExercisingPartyPays",
      "description": "If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount."
    },
    
    {
      "enum": [
        "Mid"
      ],
      "title": "Mid",
      "description": "A mid-market rate."
    }
  ]
}
