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-math-NonNegativeStep.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.math",
  "type": "object",
  "title": "NonNegativeStep",
  "description": "A class defining a step date and non-negative step value pair. This step definitions are used to define varying rate or amount schedules, e.g. a notional amortisation or a step-up coupon schedule.",
  "properties": {
    "stepDate": {
      "description": "The date on which the associated stepValue becomes effective. This day may be subject to adjustment in accordance with a business day convention.",
      "type": "string"
    },
    "stepValue": {
      "description": "The non-negative rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.",
      "type": "number"
    }
  },
  "required": [
    "stepDate",
    "stepValue"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy