<xsd:complexType name="CalculationAgent">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the ISDA calculation agent responsible for performing duties as defined in the applicable product definitions.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="calculationAgentParty" type="CalculationAgentPartyEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The ISDA calculation agent responsible for performing duties as defined in the applicable product definitions. For example, the Calculation Agent may be defined as being the Non-exercising Party.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|