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

.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-FxRateSourceFixing.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.observable.asset",
  "type": "object",
  "title": "FxRateSourceFixing",
  "description": "Describes a rate source to be fixed and the date the fixing occurs",
  "properties": {
    "settlementRateSource": {
      "$ref": "cdm-observable-asset-FxSettlementRateSource.schema.json"
    },
    "fixingDate": {
      "description": "The date on which the fixing is scheduled to occur.",
      "$ref": "cdm-base-datetime-AdjustableDate.schema.json"
    }
  },
  "required": [
    "settlementRateSource",
    "fixingDate"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy