<xsd:complexType name="PhysicalSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that describes how an option settles into a physical trade.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="resultingTradeIdentifier" type="PartyTradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ID of the trade that resulted from the physical settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="resultingTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">The trade that resulted from the physical settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="product" />
</xsd:choice>
</xsd:complexType>
|