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

.cdm-java.6.0.0-dev.82.source-code.cdm-product-common-settlement-ComputedAmount.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.product.common.settlement",
  "type": "object",
  "title": "ComputedAmount",
  "description": "A class to specify the outcome of a computed amount, for testing purposes.",
  "properties": {
    "callFunction": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "currency": {
      "description": "The currency in which the computed amount is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.",
      "$ref": "com-rosetta-model-metafields-FieldWithMetaString.schema.json"
    }
  },
  "required": [
    "callFunction",
    "amount"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy