.cdm-java.6.0.0-dev.63.source-code.cdm-observable-asset-Observable.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.observable.asset",
"type": "object",
"title": "Observable",
"description": "Specifies the object to be observed for a price, it could be an asset or a reference.",
"properties": {
"asset": {
"description": "The object to be observed is an Asset, ie something that can be owned and transferred in the financial markets.",
"$ref": "cdm-base-staticdata-asset-common-Asset.schema.json"
},
"basket": {
"description": "The object to be observed is a Basket, ie a collection of Observables with an identifier and optional weightings.",
"$ref": "cdm-observable-asset-Basket.schema.json"
},
"index": {
"description": "The object to be observed is an Index, ie an observable computed on the prices, rates or valuations of a number of assets.",
"$ref": "cdm-base-staticdata-asset-common-Index.schema.json"
},
"productIdentifier": {
"description": "Comprises an identifier and a source of a Product.",
"type": "array",
"items": {
"$ref": "cdm-base-staticdata-asset-common-metafields-FieldWithMetaProductIdentifier.schema.json"
},
"minItems": 0
},
"rateOption": {
"description": "Specifies a floating rate index and tenor.",
"$ref": "cdm-observable-asset-metafields-FieldWithMetaFloatingRateOption.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy