.cdm-java.6.0.0-dev.82.source-code.cdm-product-collateral-IndependentAmount.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.collateral",
"type": "object",
"title": "IndependentAmount",
"description": "A class specifying the Independent Amount as the combination of a payer/receiver, a payment amount, a payment date and an associated payment calculation rule.",
"properties": {
"payerPartyReference": {
"description": "The party responsible for making the payments defined by this structure.",
"$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
},
"payerAccountReference": {
"description": "A reference to the account responsible for making the payments defined by this structure.",
"$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaAccount.schema.json"
},
"receiverPartyReference": {
"description": "The party that receives the payments corresponding to this structure.",
"$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
},
"receiverAccountReference": {
"description": "A reference to the account that receives the payments corresponding to this structure.",
"$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaAccount.schema.json"
},
"paymentDetail": {
"description": "An attribute that specifies a payment as the combination of a payment amount, a payment date and an associated payment calculation rule.",
"type": "array",
"items": {
"$ref": "cdm-product-common-settlement-PaymentDetail.schema.json"
},
"minItems": 1
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy