XML Schema Documentation

Complex Type: AdjustableDate

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableDate
Used by (from the same schema document) Complex Type AdjustableOrRelativeDate
Abstract no
Documentation A type for defining a date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<unadjustedDate> IdentifiedDate </unadjustedDate> [1]

'A date subject to adjustment.'

<dateAdjustments> BusinessDayAdjustments </dateAdjustments> [1]

'The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.'

<adjustedDate> IdentifiedDate </adjustedDate> [0..1]

'The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).'

</...>
Diagram
group_AdjustableDate.model
Schema Component Representation
<xsd:complexType name="AdjustableDate">
<xsd:group ref=" AdjustableDate.model "/>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>