XML Schema Documentation

Complex Type: BusinessDayAdjustments

[Table of contents]

Super-types: None
Sub-types: None
Name BusinessDayAdjustments
Used by (from the same schema document) Complex Type AdjustableDate , Complex Type AdjustableDate2 , Complex Type AdjustableDates , Complex Type AdjustedRelativeDateOffset , Complex Type PeriodicDates
Abstract no
Documentation A type defining the business day convention and financial business centers used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in the specified business centers.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<businessDayConvention> BusinessDayConventionEnum </businessDayConvention> [1]

'The convention for adjusting a date if it would otherwise fall on a day that is not a business day.'

Start Group: BusinessCentersOrReference.model [0..1]
Start Choice [1]
<businessCentersReference> BusinessCentersReference </businessCentersReference> [1]

'A pointer style 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.'

<businessCenters> BusinessCenters </businessCenters> [1]
End Choice
End Group: BusinessCentersOrReference.model
</...>
Diagram
group_BusinessCentersOrReference.model
Schema Component Representation
<xsd:complexType name="BusinessDayAdjustments">
<xsd:sequence>
<xsd:element name="businessDayConvention" type=" BusinessDayConventionEnum "/>
<xsd:group ref=" BusinessCentersOrReference.model " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>