XML Schema Documentation

Complex Type: ExpiryDateTime

[Table of contents]

Super-types: None
Sub-types: None
Name ExpiryDateTime
Used by (from the same schema document) Complex Type FxAverageRateOption , Complex Type FxDigitalOption , Complex Type FxOptionLeg
Abstract no
Documentation 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.
XML Instance Representation
<...>
<expiryDate> xsd:date </expiryDate> [1]

'Represents a standard expiry date as defined for an FX OTC option.'

<expiryTime> BusinessCenterTime </expiryTime> [1]
<cutName> CutName </cutName> [0..1]
</...>
Diagram
type_BusinessCenterTime type_CutName
Schema Component Representation
<xsd:complexType name="ExpiryDateTime">
<xsd:sequence>
<xsd:element name="expiryDate" type=" xsd:date "/>
<xsd:element name="expiryTime" type=" BusinessCenterTime "/>
<xsd:element name="cutName" type=" CutName " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>