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

.cdm-java.6.0.0-dev.82.source-code.cdm-base-staticdata-party-PayerReceiverEnum.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.base.staticdata.party",
  "type": "string",
  "title": "PayerReceiverEnum",
  "description": "The enumerated values to specify an interest rate stream payer or receiver party.",
  "enum": [
    "Payer",
    "Receiver"
  ],
  "oneOf": [
    {
      "enum": [
        "Payer"
      ],
      "title": "Payer",
      "description": "The party identified as the stream payer."
    },
    
    {
      "enum": [
        "Receiver"
      ],
      "title": "Receiver",
      "description": "The party identified as the stream receiver."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy