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

.cdm-java.6.0.0-dev.63.source-code.cdm-legaldocumentation-common-TerminationCurrencyConditionEnum.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.legaldocumentation.common",
  "type": "string",
  "title": "TerminationCurrencyConditionEnum",
  "enum": [
    "FreelyAvailable",
    "PaymentsDue",
    "PaymentsDueAndFreelyAvailable",
    "Specified"
  ],
  "oneOf": [
    {
      "enum": [
        "FreelyAvailable"
      ],
      "title": "FreelyAvailable",
      "description": "A currency that is freely available."
    },
    
    {
      "enum": [
        "PaymentsDue"
      ],
      "title": "PaymentsDue",
      "description": "A currency in which payments would be due under one or more Transactions."
    },
    
    {
      "enum": [
        "PaymentsDueAndFreelyAvailable"
      ],
      "title": "PaymentsDueAndFreelyAvailable",
      "description": "A currency in which payments would be due under one or more Transactions and that is freely available."
    },
    
    {
      "enum": [
        "Specified"
      ],
      "title": "Specified",
      "description": "Termination Currency Conditions are specified."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy