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

.cdm-java.6.0.0-dev.82.source-code.cdm-observable-asset-CashPriceTypeEnum.schema.json Maven / Gradle / Ivy

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.observable.asset",
  "type": "string",
  "title": "CashPriceTypeEnum",
  "description": "Provides a list of possible types of cash prices, applicable when PriceTypeEnum is itself of type CashPrice.",
  "enum": [
    "Discount",
    "Fee",
    "Premium"
  ],
  "oneOf": [
    {
      "enum": [
        "Discount"
      ],
      "title": "Discount",
      "description": "Denotes a discount factor expressed as a decimal, e.g. 0.95."
    },
    
    {
      "enum": [
        "Fee"
      ],
      "title": "Fee",
      "description": "A generic term for describing a non-scheduled cashflow that can be associated either with the initial contract, with some later corrections to it (e.g. a correction to the day count fraction that has a cashflow impact) or with some lifecycle events. Fees that are specifically associated with termination and partial termination, increase, amendment, and exercise events are qualified accordingly."
    },
    
    {
      "enum": [
        "Premium"
      ],
      "title": "Premium",
      "description": "Denotes the amount payable by the buyer to the seller for an option. The premium is paid on the specified premium payment date or on each premium payment date if specified."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy