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

.cdm-java.6.0.0-dev.72.source-code.cdm-observable-asset-PremiumTypeEnum.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.observable.asset",
  "type": "string",
  "title": "PremiumTypeEnum",
  "description": "The enumerated values to specify the premium type for forward start options.",
  "enum": [
    "Fixed",
    "PostPaid",
    "PrePaid",
    "Variable"
  ],
  "oneOf": [
    {
      "enum": [
        "Fixed"
      ],
      "title": "Fixed"
    },
    
    {
      "enum": [
        "PostPaid"
      ],
      "title": "PostPaid"
    },
    
    {
      "enum": [
        "PrePaid"
      ],
      "title": "PrePaid"
    },
    
    {
      "enum": [
        "Variable"
      ],
      "title": "Variable"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy