{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "string",
  "title": "SecuredTypeEnum",
  "description": "Specifies the type of secured debt.",
  "enum": [
    "AssetBacked",
    "CollateralizedObligation",
    "CoveredBonds"
  ],
  "oneOf": [
    {
      "enum": [
        "AssetBacked"
      ],
      "title": "AssetBacked",
      "description": "Debt instrument with periodic income payments and value derived from or backed by a specified pool of underlying assets."
    },
    
    {
      "enum": [
        "CollateralizedObligation"
      ],
      "title": "CollateralizedObligation",
      "description": "Complex product that is backed by a pool of loans and other assets and sold to institutional investors."
    },
    
    {
      "enum": [
        "CoveredBonds"
      ],
      "title": "CoveredBonds",
      "description": "Specifies a debt obligations issued by credit institutions which offer a so-called double-recourse protection to bondholders."
    }
  ]
}
