complexType "BusinessDayAdjustments"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
at 16 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (16):
dateAdjustments (defined in AdjustableDate complexType),
dateAdjustments (defined in AdjustableDate2 complexType),
dateAdjustments (defined in AdjustableDates complexType),
dateAdjustments (defined in DividendPeriod complexType),
dateAdjustments (defined in FxSchedule complexType),
dateAdjustments (in fixingSchedule defined in FxAccrual complexType),
Known Usage Locations
Annotation
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 Source (w/o annotations (2); see within schema source)
<xsd:complexType name="BusinessDayAdjustments">
<xsd:sequence>
<xsd:element name="businessDayConvention" type="BusinessDayConventionEnum"/>
<xsd:group minOccurs="0" ref="BusinessCentersOrReference.model"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 1/3)
businessDayConvention
Type:
The convention for adjusting a date if it would otherwise fall on a day that is not a business day.
Simple Content
enumeration of xsd:token
Enumeration:
"FOLLOWING"
 - 
The non-business date will be adjusted to the first following day that is a business day
"FRN"
 - 
Per 2000 ISDA Definitions, Section 4.11. FRN Convention; Eurodollar Convention.
"MODFOLLOWING"
 - 
The non-business date will be adjusted to the first following day that is a business day unless that day falls in the next calendar month, in which case that date will be the first preceding day that is a business day.
"PRECEDING"
 - 
The non-business day will be adjusted to the first preceding day that is a business day.
"MODPRECEDING"
 - 
The non-business date will be adjusted to the first preceding day that is a business day unless that day falls in the previous calendar month, in which case that date will be the first following day that us a business day.
"NEAREST"
 - 
The non-business date will be adjusted to the nearest day that is a business day - i.e. if the non-business day falls on any day other than a Sunday or a Monday, it will be the first preceding day that is a business day, and will be the first following business day if it falls on a Sunday or a Monday. To clarify, the convention is that the day falls on a Sunday or Monday, it moves forward to the following business day. The rest of the days it moves to the preceding business day.
"NONE"
 - 
The date will not be adjusted if it falls on a day that is not a business day.
"NotApplicable"
 - 
The date adjustments conventions are defined elsewhere, so it is not required to specify them here.
XML Source (w/o annotations (1); see within schema source)

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.