complexType "FxDateOffset"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
offset (in dateOffset defined in FxSchedule complexType),
All Direct / Indirect Based Elements (1):
dateOffset (defined in FxSchedule complexType)
Known Usage Locations
Annotation
The representation of the schedule as an offset relative to another schedule. For example, the settlement schedule may be relative to the expiry schedule by an FxForward offset.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxDateOffset">
<xsd:sequence>
<xsd:element name="convention" type="FxOffsetConventionEnum"/>
<xsd:element minOccurs="0" name="offset" type="Period"/>
<xsd:element name="relativeTo" type="FxScheduleReference"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
convention
Type:
FxOffsetConventionEnum, simple content
The FX Offset Convention can be FxSpot or FxForward.
Simple Content
enumeration of xsd:token
Enumeration:
"FxSpot", "FxForward"
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="convention" type="FxOffsetConventionEnum"/>

offset
Type:
Period, complex content
The settlement offset to the expiry schedule or the expiry offset to the settlement schedule. It is only specified when the settlement convention is FxForward.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="offset" type="Period"/>

relativeTo
Type:
FxScheduleReference, empty content
Indicates whether the settlement schedule is relative to the expiry schedule or the expiry schedule is relative to the settlement schedule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="relativeTo" type="FxScheduleReference"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.