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-common-settlement-PrincipalPayment.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.common.settlement",
  "type": "object",
  "title": "PrincipalPayment",
  "description": "Any kind of principal payments when the amount is known and thus fixed.",
  "properties": {
    "principalPaymentDate": {
      "description": "The date where the PrincipalPayment shall be settled.",
      "$ref": "cdm-base-datetime-AdjustableDate.schema.json"
    },
    "payerReceiver": {
      "description": "Specifies the parties responsible for making and receiving payments defined by this structure.",
      "$ref": "cdm-base-staticdata-party-PayerReceiver.schema.json"
    },
    "principalAmount": {
      "description": "When known at the time the transaction is made, the cash amount to be paid.",
      "$ref": "cdm-observable-asset-Money.schema.json"
    },
    "discountFactor": {
      "description": "The value representing the discount factor used to calculate the present value of the principal payment amount.",
      "type": "number"
    },
    "presentValuePrincipalAmount": {
      "description": "The amount representing the present value of the principal payment.",
      "$ref": "cdm-observable-asset-Money.schema.json"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy