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

.cdm-java.6.0.0-dev.63.source-code.cdm-product-template-PassThroughItem.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": "PassThroughItem",
  "description": "Class to represent a single pass through payment.",
  "properties": {
    "payerReceiver": {
      "description": "This attribute doesn't exists in the FpML construct, which makes use of the PayerReceiver.model group.",
      "$ref": "cdm-base-staticdata-party-PayerReceiver.schema.json"
    },
    "passThroughPercentage": {
      "description": "Percentage of payments from the underlier which are passed through.",
      "type": "number"
    }
  },
  "required": [
    "payerReceiver",
    "passThroughPercentage"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy