<xsd:complexType name="SwaptionPhysicalSettlement">
<xsd:sequence>
<xsd:element name="clearedPhysicalSettlement" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the swap resulting from physical settlement of the swaption transaction will clear through a clearing house. The meaning of Cleared Physical Settlement is defined in the 2006 ISDA Definitions, Section 15.2 (published in Supplement number 28).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="predeterminedClearingOrganizationPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the clearing organization (CCP, DCO) to which the trade should be cleared.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|