complexType "FxDigitalAmericanExercise"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in fpml-fx-5-13.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
expiryDate (defined in FxDigitalAmericanExercise complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Descrines the characteristics for American exercise in FX digital options.
Type Definition Detail
Type Derivation Tree
Exercise (extension)
  FxDigitalAmericanExercise
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="FxDigitalAmericanExercise">
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:element name="commencementDate" type="AdjustableOrRelativeDate"/>
<xsd:element name="expiryDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="latestValueDate" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
commencementDate
Type:
AdjustableOrRelativeDate, complex content
The earliest date on which the option can be exercised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commencementDate" type="AdjustableOrRelativeDate"/>

expiryDate
Type:
xsd:date, predefined, simple content
The latest date on which the option can be exercised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expiryDate" type="xsd:date"/>

latestValueDate
Type:
xsd:date, predefined, simple content
The latest date on which both currencies traded will settle.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="latestValueDate" type="xsd:date"/>

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.