{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "object",
  "title": "FxSpotRateSource",
  "description": "A class defining the rate source and fixing time for an FX rate.",
  "properties": {
    "primarySource": {
      "description": "The primary source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.",
      "$ref": "cdm-observable-asset-InformationSource.schema.json"
    },
    "secondarySource": {
      "description": "An alternative, or secondary, source for where the rate observation will occur. Will typically be either a page or a reference bank published rate.",
      "$ref": "cdm-observable-asset-InformationSource.schema.json"
    }
  },
  "required": [
    "primarySource"
  ]
}
