All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.72.source-code.cdm-legaldocumentation-common-ResourceTypeEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "string",
  "title": "ResourceTypeEnum",
  "description": "The enumerated values to specify the type of a resource (e.g. document).",
  "enum": [
    "Confirmation",
    "SupplementalMaterialEconomicTerms",
    "TermSheet"
  ],
  "oneOf": [
    {
      "enum": [
        "Confirmation"
      ],
      "title": "Confirmation",
      "description": "Document describing the legal terms of a transaction."
    },
    
    {
      "enum": [
        "SupplementalMaterialEconomicTerms"
      ],
      "title": "SupplementalMaterialEconomicTerms",
      "description": "Document providing supplemental material economic terms to the FpML data representation. The initial intended usage is to fulfill the CFTC Part 45 rule requirement to report ‘Any other terms(s) of the swap matched or affirmed by the counterparties in verifying the swap’ when the reporting is done via the generic FpML representation."
    },
    
    {
      "enum": [
        "TermSheet"
      ],
      "title": "TermSheet",
      "description": "Document describing the economic characteristics of a transaction."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy