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

.cdm-java.6.0.0-dev.72.source-code.cdm-product-template-CalculationSchedule.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.template",
  "type": "object",
  "title": "CalculationSchedule",
  "description": "A class that allows the full representation of a payout by defining a set of schedule periods. It supports standard schedule customization by expressing all the dates, quantities, and pricing data in a non-parametric way.",
  "properties": {
    "schedulePeriod": {
      "description": "Defines a period of a calculation schedule structure.",
      "type": "array",
      "items": {
        "$ref": "cdm-product-template-SchedulePeriod.schema.json"
      },
      "minItems": 1
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy