<xsd:complexType name="ExpiryDateTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the date and time in a location of the option expiry. In the case of American options this is the latest possible expiry date and time.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="expiryDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Represents a standard expiry date as defined for an FX OTC option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expiryTime" type="BusinessCenterTime" />
<xsd:element name="cutName" type="CutName" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|