{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "object",
  "title": "PriceSource",
  "description": "Specifies a publication that provides the commodity price, including, where applicable, the details of where in the publication the price is published.",
  "properties": {
    "pricePublisher": {
      "description": "Defines a publication in which the price can be found. (e.g Gas Daily, Platts Bloomberg. Commodity publishers can be found at this URL:  http://www.fpml.org/coding-scheme/commodity-information-provider>",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "priceSourceLocation": {
      "description": "Specifies the location of the price which may be a specific page, electornic screen name, or a code (e.g. a RIC code) where the price can be found.",
      "type": "string"
    },
    "priceSourceHeading": {
      "description": "Specifies the heading or field name for the price  on a given page or screen, where applicable.",
      "type": "string"
    },
    "priceSourceTime": {
      "description": "Specifies the time at which the price should be observed.",
      "type": "string"
    }
  },
  "required": [
    "pricePublisher"
  ]
}
