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-InflationIndex.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": "InflationIndex",
  "description": "Specification of an index that measures inflation in a specific market, e.g. the US Consumer Price Index.",
  "properties": {
    "identifier": {
      "description": "Asset Identifiers are used to uniquely identify an Asset, using a specified Asset Identifier Type.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-asset-common-AssetIdentifier.schema.json"
      },
      "minItems": 1
    },
    "taxonomy": {
      "description": "Defines the taxonomy of an object by combining a taxonomy source (i.e. the rules to classify the object) and a value (i.e. the output of those rules on the object.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-asset-common-Taxonomy.schema.json"
      },
      "minItems": 0
    },
    "isExchangeListed": {
      "description": "Defines whether the Asset is listed on a public exchange.",
      "type": "boolean"
    },
    "exchange": {
      "description": "If the Asset is listed, defines the public exchange of the listing.",
      "$ref": "cdm-base-staticdata-party-LegalEntity.schema.json"
    },
    "relatedExchange": {
      "description": "Provides the related Exchanges, if applicable.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-party-LegalEntity.schema.json"
      },
      "minItems": 0
    },
    "name": {
      "description": "A description of the Index.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    },
    "provider": {
      "description": "The organisation that creates or maintains the Index.",
      "$ref": "cdm-base-staticdata-party-LegalEntity.schema.json"
    },
    "assetClass": {
      "description": "The Asset Class of the Index.",
      "$ref": "cdm-base-staticdata-asset-common-AssetClassEnum.schema.json"
    },
    "inflationRateIndex": {
      "description": "The reference index that is used to specify the inflation interest rate.",
      "$ref": "cdm-base-staticdata-asset-rates-metafields-FieldWithMetaInflationRateIndexEnum.schema.json"
    },
    "indexTenor": {
      "description": "The ISDA Designated Maturity, i.e. the floating rate tenor.",
      "$ref": "cdm-base-datetime-Period.schema.json"
    }
  },
  "required": [
    "inflationRateIndex"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy