{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.product.asset",
  "type": "object",
  "title": "GeneralTerms",
  "description": " A class specifying a set of non-monetary terms for the Credit Derivative Transaction, including the buyer and seller and selected items from the ISDA 2014 Credit Definition article II, such as the reference obligation and related terms. The CDM GeneralTerms class corresponds to the FpML GeneralTerms complex type, except that the effectiveDate and scheduledTerminationDate have been positioned as part of the InterestRatePayout class in the CDM instead of in GeneralTerms.",
  "properties": {
    "referenceInformation": {
      "description": "This attribute contains all the terms relevant to defining the reference entity and reference obligation(s).",
      "$ref": "cdm-product-asset-ReferenceInformation.schema.json"
    },
    "indexReferenceInformation": {
      "description": "This attribute contains all the terms relevant to the underlying Index.",
      "$ref": "cdm-product-asset-CreditIndexReferenceInformation.schema.json"
    },
    "basketReferenceInformation": {
      "description": "This attribute contains all the terms relevant to defining the Credit Default Swap Basket.",
      "$ref": "cdm-product-asset-BasketReferenceInformation.schema.json"
    },
    "additionalTerm": {
      "description": "This attribute is used for representing information contained in the Additional Terms field of the 2003 Master Credit Derivatives confirm.",
      "type": "array",
      "items": {
        "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
      },
      "minItems": 0
    },
    "substitution": {
      "description": "Value of this attribute set to 'true' indicates that substitution is applicable.",
      "type": "boolean"
    },
    "modifiedEquityDelivery": {
      "description": "Value of this attribute set to 'true' indicates that modified equity delivery is applicable.",
      "type": "boolean"
    }
  }
}
