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

.cdm-java.6.0.0-dev.72.source-code.cdm-event-common-ValuationTypeEnum.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.event.common",
  "type": "string",
  "title": "ValuationTypeEnum",
  "description": "Method used for the valuation of the transaction by the valuation party.",
  "enum": [
    "MarkToMarket",
    "MarkToModel"
  ],
  "oneOf": [
    {
      "enum": [
        "MarkToMarket"
      ],
      "title": "MarkToMarket",
      "description": "Mark-to-Market"
    },
    
    {
      "enum": [
        "MarkToModel"
      ],
      "title": "MarkToModel",
      "description": "Mark-to-Model"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy