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

.cdm-java.6.0.0-dev.82.source-code.cdm-base-staticdata-asset-common-CommodityProductDefinition.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "object",
  "title": "CommodityProductDefinition",
  "description": "Specifies the commodity underlier in the event that no ISDA Commodity Reference Price exists.",
  "properties": {
    "referenceFramework": {
      "description": "Specifies the type of commodity.",
      "$ref": "cdm-base-staticdata-asset-common-CommodityReferenceFramework.schema.json"
    },
    "priceSource": {
      "description": "Specifies a publication that provides the commodity price, including, where applicable the details of where in the publication the price is published.  Applicable when the commodity reference price is not a futures contract",
      "$ref": "cdm-base-staticdata-asset-common-PriceSource.schema.json"
    },
    "commodityInfoPublisher": {
      "description": "Specifies the publication where the commodity prices can be found.",
      "$ref": "cdm-base-staticdata-asset-common-CommodityInformationPublisherEnum.schema.json"
    },
    "exchangeId": {
      "description": " Identifies the exchange from which the reference price should be sourced, using the scheme at the following url: http://www.fpml.org/coding-scheme/external/exchange-id-MIC-1-0",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    }
  },
  "required": [
    "referenceFramework",
    "exchangeId"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy