{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.asset",
  "type": "string",
  "title": "InterestShortfallCapEnum",
  "description": "The enumerated values to specify the interest shortfall cap, applicable to mortgage derivatives.",
  "enum": [
    "Fixed",
    "Variable"
  ],
  "oneOf": [
    {
      "enum": [
        "Fixed"
      ],
      "title": "Fixed"
    },
    
    {
      "enum": [
        "Variable"
      ],
      "title": "Variable"
    }
  ]
}
