<xsd:complexType name="MaturityNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A message used to notify another party that a trade has matured. This can be used to report, for example, that a swap has passed its final payment and can be removed, or that an option has expired without being executed.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:choice>
<xsd:element name="optionExpiry" type="OptionExpiryBase" />
<xsd:element name="tradeMaturity" type="TradeMaturity" />
</xsd:choice>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|