.cdm-java.6.0.0-dev.72.source-code.cdm-product-common-settlement-FxFixingDate.schema.json Maven / Gradle / Ivy
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$anchor": "cdm.product.common.settlement",
"type": "object",
"title": "FxFixingDate",
"description": "Extends the Offset structure to specify an FX fixing date as an offset to dates specified somewhere else in the document.",
"properties": {
"periodMultiplier": {
"description": "A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days.",
"type": "integer"
},
"period": {
"description": "A time period, e.g. a day, week, month or year of the stream. If the periodMultiplier value is 0 (zero) then period must contain the value D (day).",
"$ref": "cdm-base-datetime-PeriodEnum.schema.json"
},
"dayType": {
"description": "In the case of an offset specified as a number of days, this element defines whether consideration is given as to whether a day is a good business day or not. If a day type of business days is specified then non-business days are ignored when calculating the offset. The financial business centers to use for determination of business days are implied by the context in which this element is used. This element must only be included when the offset is specified as a number of days. If the offset is zero days then the dayType element should not be included.",
"$ref": "cdm-base-datetime-DayTypeEnum.schema.json"
},
"businessDayConvention": {
"description": "The convention for adjusting a date if it would otherwise fall on a day that is not a business day, as specified by an ISDA convention (e.g. Following, Precedent).",
"$ref": "cdm-base-datetime-BusinessDayConventionEnum.schema.json"
},
"businessCenters": {
"$ref": "cdm-base-datetime-BusinessCenters.schema.json"
},
"businessCentersReference": {
"description": "A reference to a set of financial business centers defined elsewhere in the document. This set of business centers is used to determine whether a particular day is a business day or not.",
"$ref": "cdm-base-datetime-metafields-ReferenceWithMetaBusinessCenters.schema.json"
},
"dateRelativeToPaymentDates": {
"description": "The payment date references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure.",
"$ref": "cdm-product-common-schedule-DateRelativeToPaymentDates.schema.json"
},
"dateRelativeToCalculationPeriodDates": {
"description": "The calculation period references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure. Implemented for Brazilian-CDI swaps where it will refer to the termination date of the appropriate leg.",
"$ref": "cdm-product-common-schedule-DateRelativeToCalculationPeriodDates.schema.json"
},
"dateRelativeToValuationDates": {
"description": "The calculation period references on which settlements in non-deliverable currency are due and will then have to be converted according to the terms specified through the other parts of the nonDeliverableSettlement structure. Implemented for Brazilian-CDI swaps where it will refer to the termination date of the appropriate leg.",
"$ref": "cdm-product-common-schedule-DateRelativeToValuationDates.schema.json"
},
"fxFixingDate": {
"description": "Describes the specific date when a non-deliverable forward or cash-settled option will 'fix' against a particular rate, which will be used to compute the ultimate cash settlement. This element should be omitted where a single, discrete fixing date cannot be identified e.g. on an american option, where fixing may occur at any date on a continuous range. This attribute was formerly part of 'fxSettlementTerms', which is now being harmonised into a common 'CashSettlementTerms' that includes a 'ValuationDate'.",
"$ref": "cdm-base-datetime-AdjustableOrRelativeDate.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy