<xsd:group name="FxExpiryDateOrSchedule.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the expiry/observation date or schedule of the accrual product.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="expiryDate" type="FxExpiryDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the expiry of a single period accrual forward FX transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirySchedule" type="FxExpirySchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining a schedule of expiry periods for an accrual forward FX transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|