.cdm-java.6.0.0-dev.63.source-code.cdm-product-asset-InterestRatePayout.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.asset",
"type": "object",
"title": "InterestRatePayout",
"description": " A class to specify all of the terms necessary to define and calculate a cash flow based on a fixed, a floating or an inflation index rate. The interest rate payout can be applied to interest rate swaps and FRA (which both have two associated interest rate payouts), credit default swaps (to represent the fee leg when subject to periodic payments) and equity swaps (to represent the funding leg). The associated globalKey denotes the ability to associate a hash value to the InterestRatePayout instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage.",
"properties": {
"rateSpecification": {
"description": "The specification of the rate value(s) applicable to the contract using either a floating rate calculation, a single fixed rate, a fixed rate schedule, or an inflation rate calculation.",
"$ref": "cdm-product-asset-RateSpecification.schema.json"
},
"dayCountFraction": {
"description": "The day count fraction. The cardinality has been relaxed when compared with the FpML interest rate swap for the purpose of accommodating standardized credit default swaps which DCF is not explicitly stated as part of the economic terms. The data rule InterestRatePayout_dayCountFraction requires that the DCF be stated for interest rate products.",
"$ref": "cdm-base-datetime-daycount-metafields-FieldWithMetaDayCountFractionEnum.schema.json"
},
"calculationPeriodDates": {
"description": "The parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods.",
"$ref": "cdm-product-common-schedule-CalculationPeriodDates.schema.json"
},
"paymentDates": {
"description": "The payment date schedule, as defined by the parameters that are needed to specify it, either in a parametric way or by reference to another schedule of dates (e.g. the reset dates).",
"$ref": "cdm-product-common-schedule-PaymentDates.schema.json"
},
"paymentDate": {
"description": "The payment date, where only one date is specified, as for the FRA product.",
"$ref": "cdm-base-datetime-AdjustableDate.schema.json"
},
"paymentDelay": {
"description": "Applicable to CDS on MBS to specify whether payment delays are applicable to the fixed Amount. RMBS typically have a payment delay of 5 days between the coupon date of the reference obligation and the payment date of the synthetic swap. CMBS do not, on the other hand, with both payment dates being on the 25th of each month.",
"type": "boolean"
},
"resetDates": {
"description": "The reset dates schedule, i.e. the dates on which the new observed index value is applied for each period and the interest rate hence begins to accrue.",
"$ref": "cdm-product-common-schedule-ResetDates.schema.json"
},
"discountingMethod": {
"description": "The parameters specifying any discounting conventions that may apply. This element must only be included if discounting applies.",
"$ref": "cdm-product-asset-DiscountingMethod.schema.json"
},
"compoundingMethod": {
"description": "If one or more calculation period contributes to a single payment amount this element specifies whether compounding is applicable and, if so, what compounding method is to be used. This element must only be included when more than one calculation period contributes to a single payment amount.",
"$ref": "cdm-product-asset-CompoundingMethodEnum.schema.json"
},
"cashflowRepresentation": {
"description": "The cashflow representation of the swap stream.",
"$ref": "cdm-product-asset-CashflowRepresentation.schema.json"
},
"stubPeriod": {
"description": "The stub calculation period amount parameters. This element must only be included if there is an initial or final stub calculation period. Even then, it must only be included if either the stub references a different floating rate tenor to the regular calculation periods, or if the stub is calculated as a linear interpolation of two different floating rate tenors, or if a specific stub rate or stub amount has been negotiated.",
"$ref": "cdm-product-common-schedule-StubPeriod.schema.json"
},
"bondReference": {
"description": "Reference to a bond underlier to represent an asset swap or Condition Precedent Bond.",
"$ref": "cdm-product-asset-BondReference.schema.json"
},
"fixedAmount": {
"description": "Fixed Amount Calculation",
"type": "string"
},
"floatingAmount": {
"description": "Floating Amount Calculation",
"type": "string"
},
"spreadCalculationMethod": {
"description": "Method by which spread is calculated. For example on an asset swap: 'ParPar' or 'Proceeds' may be the method indicated.",
"$ref": "cdm-product-asset-SpreadCalculationMethodEnum.schema.json"
},
"payerReceiver": {
"description": "Canonical representation of the payer and receiver parties applicable to each payout leg.",
"$ref": "cdm-base-staticdata-party-PayerReceiver.schema.json"
},
"priceQuantity": {
"description": "Each payout leg must implement the quantity concept as a 'resolvable' type, which allows for different payout legs to be linked to each other (e.g. in the case of cross-curreny products).",
"$ref": "cdm-product-common-settlement-ResolvablePriceQuantity.schema.json"
},
"principalPayment": {
"description": "The specification of the principal exchange. Optional as only applicable in the case of cross-currency or zero-coupon swaps with a final payment.",
"$ref": "cdm-product-common-settlement-PrincipalPayments.schema.json"
},
"settlementTerms": {
"description": "Each payout leg must specifies its settlement terms, including the delivery type (i.e. cash vs physical, and their respective terms), the transfer type (DvP etc.) and settlement date, if any.",
"$ref": "cdm-product-common-settlement-SettlementTerms.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy