.cdm-java.6.0.0-dev.82.source-code.cdm-product-template-TransferableProduct.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.template",
"type": "object",
"title": "TransferableProduct",
"description": "A TransferableProduct is a type of financial product which can be held or transferred, represented as an Asset with the addition of specific EconomicTerms.",
"properties": {
"Cash": {
"description": "An Asset that consists solely of a monetary holding in a currency.",
"$ref": "cdm-base-staticdata-asset-common-Cash.schema.json"
},
"Commodity": {
"description": "An Asset comprised of raw or refined materials or agricultural products, eg gold, oil or wheat.",
"$ref": "cdm-base-staticdata-asset-common-metafields-FieldWithMetaCommodity.schema.json"
},
"DigitalAsset": {
"description": "An Asset that exists only in digital form, eg Bitcoin or Ethereum; excludes the digital representation of other Assets.",
"$ref": "cdm-base-staticdata-asset-common-DigitalAsset.schema.json"
},
"Instrument": {
"description": "An asset that is issued by one party to one or more others; Instrument is also a choice data type.",
"$ref": "cdm-base-staticdata-asset-common-Instrument.schema.json"
},
"economicTerms": {
"description": "The price forming features, including payouts and provisions.",
"$ref": "cdm-product-template-EconomicTerms.schema.json"
}
},
"required": [
"economicTerms"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy